@font-face {
  font-family: 'DIN-Medium';
  src: url('../fonts/DIN-Medium.otf');
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('../fonts/Montserrat-SemiBold.otf');
}
:root {
  --Noto-Sans-SC: 'Noto Sans SC', sans-serif;
  --Noto-Serif-SC: 'Noto Serif SC', sans-serif;
  --Song-Myung: 'Song Myung', sans-serif;
  --Roboto: 'Roboto', sans-serif;
  --Abel: 'Abel', sans-serif;
  --Barlow-Condensed: 'Barlow Condensed', sans-serif;
  --Din: 'DIN-Medium', sans-serif;
  --Montserrat-SemiBold: 'Montserrat-SemiBold', 'sans-serif';
  --Montserrat: 'Montserrat', 'sans-serif';
  --Poppins: 'Poppins', 'sans-serif';
  --Lato: 'Lato', 'sans-serif';
}
h1,
h2,
h3,
h4,
h5,
p {
  transition: all 0.5s;
}
.wow {
  visibility: hidden;
}
html,
body {
  font-family: var(--Noto-Sans-SC);
}
body {
  overflow: visible;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  background-color: #fff;
}
body::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
body::-webkit-scrollbar-thumb {
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: #666;
}
body:hover::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.out-header {
  height: 130px;
  width: 100%;
}
.mycontainer {
  max-width: 1200px;
  width: 85%;
  margin: 0 auto;
}
.blank {
  margin: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  min-height: 0 !important;
  border: 0 !important;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 1px 4px rgba(0, 6, 26, 0.19);
  z-index: 99;
  transition: all 0.5s;
  background-color: #fff;
}
header .header-top .mycontainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}
header .header-top .logo {
  width: 50%;
}
header .header-top .logo img {
  transition: all 0.5s;
}
header .header-top .tel {
  display: flex;
  align-items: center;
  font-size: clamp(16px, 1.25vw, 24px);
}
header .header-top .tel img {
  width: 1.4166667em;
  margin-right: 0.5833333em;
}
header .header-top .tel .text {
  line-height: 1.45;
}
header .header-top .tel .text h5 {
  font-size: clamp(12px, 1vw, 16px);
  color: #A6A6A6;
}
header .header-top .tel .text h4 {
  color: #1954B3;
  font-weight: 700;
}
header .header-bt {
  background-color: #fff;
}
header .header-bt .mycontainer {
  height: 60px;
}
header .lv1 {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
header .lv1 > li {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(16px, 1.1vw, 18px);
  color: #000;
}
header .lv1 > li::after {
  position: absolute;
  display: block;
  content: "";
  width: 0%;
  height: 0.2em;
  background-color: #1954B3;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  transition: all 0.5s;
}
header .lv1 > li a {
  color: inherit;
  transition: all 0.5s;
  text-transform: uppercase;
}
header .lv1 > li:hover::after {
  width: 100%;
}
header .lv1 > li:hover .lv2 {
  opacity: 1;
  transform: translate(0%, 0);
  visibility: visible;
  pointer-events: all;
}
header .lv1 .lang::after {
  display: none;
}
header .lv1 .lang a {
  font-weight: 300;
  margin: 0 0.25em;
}
header .lv1 .lang .on {
  font-weight: 500;
}
header .lv1 > .active::after {
  width: 100%;
}
header .lv1 > .active > a:hover {
  text-decoration: none !important;
}
header .lv2 {
  position: fixed;
  width: 100vw;
  left: 0;
  top: 150px;
  transform: translate(0%, 10%);
  transition: all 0.5s;
  background-color: #fff;
  padding: 1.3541667% 18.75%;
  box-shadow: 0 3px 5px rgba(0, 6, 26, 0.19);
  display: flex;
  justify-content: space-between;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  gap: 1em;
}
header .lv2 > li {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: clamp(14px, 1.1vw, 19px);
  color: #1954B3;
  font-weight: 400;
  width: 48.666667%;
}
header .lv2 > li > a {
  color: inherit;
}
header .lv2 > li > a::after {
  display: block;
  content: "";
  width: 24px;
  height: 1px;
  background-color: #000;
  transition: all 0.5s;
}
header .lv2 > li > a:hover::after {
  width: 48px;
}
header .lv3 {
  transition: all 0.5s;
  padding: 0 0 10px;
  display: flex;
  gap: calc((100% - 17.1232877% * 4) / 3);
}
header .lv3 li {
  width: 17.1232877%;
}
header .lv3 li h5 {
  font-size: clamp(13px, 1vw, 17px);
  color: #1954B3;
  font-weight: 300;
}
header .lv3 li .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  border: 1px solid #808080;
}
header .lv3 li .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
header .lv3 li:hover h5 a {
  text-decoration: underline !important;
}
header .lv3 li:hover .pic img {
  scale: 1.05;
}
header nav {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .search form {
  position: relative;
}
header .search form input {
  width: 214px;
  height: 30px;
  border-radius: 15px;
  outline: none;
  font-size: 13px;
  color: #333;
  font-weight: 300;
  background-color: #fafafa;
  padding: 0 35px 0 14px;
  transition: all 0.5s;
}
header .search form input::placeholder {
  color: #5f5f5f;
  transition: all 0.5s;
}
header .search form button {
  position: absolute;
  outline: none;
  border: 0;
  background-color: transparent;
  right: 22px;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
  transition: all 0.5s;
}
.box {
  width: 100%;
  text-align: center;
  margin: 3.4868421% 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pagination {
  display: flex !important;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pagination > li a {
  display: block;
  font-size: 22px;
  padding: 0 14px;
  line-height: 40px;
  background-color: #edf5fb;
  margin: 5px 8px;
  color: #5f5f5f;
  transition: all 0.5s;
  font-family: var(--Din);
  border-radius: 4px;
}
.pagination .active a {
  color: #fff;
  background-color: #1954B3;
  border: 1px solid transparent;
}
.pagination .active a:hover {
  color: #fff;
}
.pagination li a:hover {
  color: #1954B3;
}
.pagination .btn {
  margin: 0 29px;
}
.pagination .btn a {
  width: auto;
  white-space: nowrap;
  background-color: transparent;
  box-shadow: none;
  color: rgba(46, 46, 46, 0.3);
  font-weight: 700;
}
.pagination .btn i {
  margin: 0 20px;
}
.pagination .disabled {
  cursor: not-allowed;
}
.pagination .disabled a {
  color: #dcdcdc !important;
  cursor: not-allowed;
  background-color: #f7f7f7;
  pointer-events: none;
}
.box .total {
  color: #666;
  margin: 5px 7px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.box .go-link {
  margin: 5px 19px;
  font-size: 16px;
  color: #666;
}
.box .go-link form {
  display: flex;
  align-items: center;
}
.box .go-link a {
  line-height: 1;
  display: inherit;
}
.box .go-link button {
  cursor: pointer;
  font-size: 16px;
  color: #666;
  outline: none;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}
.box .go-link button:hover {
  text-decoration: underline;
}
.box .go-link input {
  width: 56px;
  height: 40px;
  text-align: center;
  outline: none;
  border-radius: 4px;
  border: 2px solid #f0f4f8;
  font-family: var(--Din);
  margin: 0 11px;
}
.box .go-link input[type='number']::-webkit-outer-spin-button,
.box .go-link input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
.index-banner {
  position: relative;
}
.index-banner .swiper .swiper-slide {
  position: relative;
}
.index-banner .swiper .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: all 3s;
  scale: 1.1;
}
.index-banner .swiper .swiper-slide-active h2 {
  animation: fadeInDown 2s;
}
.index-banner .swiper .swiper-slide-active h5 {
  animation: fadeInDown 2.5s;
}
.index-banner .swiper .swiper-slide-active a {
  animation: fadeInUp 2s;
}
.index-banner .swiper .swiper-slide-active img {
  scale: 1;
}
.index-banner .mycontainer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-banner .banner-text {
  text-align: center;
}
.index-banner .banner-text h2 {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
}
.index-banner .banner-text h5 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  line-height: 1.6;
}
.index-banner .banner-text a {
  display: inline-block;
  width: 150px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 25px;
  color: #fff;
  margin-top: 6.13497%;
  transition: all 0.5s;
}
.index-banner .banner-text a img {
  margin-right: 13px;
  transition: all 0.5s;
}
.index-banner .banner-text a:hover {
  box-shadow: inset -5px 5px 15px rgba(255, 255, 255, 0.3);
}
.index-banner .banner-text a:hover img {
  margin-right: 7px;
}
.index-banner .swiper-pagination {
  bottom: 8%;
  width: auto;
  left: 24.32291667%;
}
.index-banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  font-size: clamp(10px, 1.2vw, 20px);
  width: 1em;
  height: 1em;
  opacity: 1;
  background-color: transparent;
  background-color: #fff;
  transition: all 0.5s;
  margin: 0 1.3em;
}
.index-banner .swiper-pagination .swiper-pagination-bullet::after {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active::after {
  transform: translate(-50%, -50%) scale(1.5);
}
.index-title {
  margin-bottom: 3%;
  text-align: center;
}
.index-title .text {
  display: inline-block;
  position: relative;
}
.index-title .text::before,
.index-title .text::after {
  position: absolute;
  display: block;
  content: "";
  font-size: clamp(12px, 1.2vw, 20px);
  width: 10em;
  height: 2px;
  background-color: #1954B3;
  top: 50%;
}
.index-title .text::before {
  left: 0;
  transform: translate(calc(-100% - 3em), -50%);
}
.index-title .text::after {
  right: 0;
  transform: translate(calc(100% + 3em), -50%);
}
.index-title .text h3 {
  font-size: clamp(20px, 1.25vw, 24px);
  color: #383838;
  font-weight: 700;
  line-height: 1.45;
  padding: 0 10px;
}
.index-title .text h3 em {
  color: #1954B3;
  font-size: clamp(24px, 2.60416667vw, 50px);
  font-weight: 700;
}
.index-title .text h3 span {
  color: #1954B3;
}
.index-title .text h5 {
  font-size: 12px;
  color: #383838;
  line-height: 1.45;
  padding: 0 10px;
}
.index-about {
  background: url(../images/index-about-bg.jpg) no-repeat;
  background-color: #f5f5f5;
  background-size: 42.2916667% 100%;
  padding: 3.645833% 0 4.166667%;
}
.index-about .index-title {
  text-align: left;
}
.index-about .index-title .text {
  text-align: center;
}
.index-about .index-title .text::before {
  display: none;
}
.index-about .index-title .text::after {
  background-color: #fff;
}
.index-about .index-title .text h3,
.index-about .index-title .text h5 {
  color: #fff;
}
.index-about .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-about .wrapper .lt {
  width: 58.333333%;
}
.index-about .wrapper .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 61.42857143%;
}
.index-about .wrapper .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-about .wrapper .lt .data {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1.6667vw;
}
.index-about .wrapper .lt .data .block h3 {
  font-size: clamp(12px, 1.3541667vw, 26px);
  color: #1954B3;
  font-weight: 500;
  line-height: 1.45;
}
.index-about .wrapper .lt .data .block h3 span {
  font-size: clamp(20px, 2.0833333vw, 40px);
  font-weight: 900;
}
.index-about .wrapper .lt .data .block h5 {
  font-size: clamp(12px, 1.2vw, 20px);
  color: #808080;
  line-height: 1.45;
}
.index-about .wrapper .lt .data .block:nth-child(-n+2) h3,
.index-about .wrapper .lt .data .block:nth-child(-n+2) h5 {
  color: #fff;
}
.index-about .wrapper .rt {
  width: 37.666667%;
}
.index-about .wrapper .rt .title {
  font-size: clamp(16px, 1.2vw, 22px);
  color: #1954B3;
  font-weight: 700;
  line-height: 1.45;
  padding: 10px;
}
.index-about .wrapper .rt .intro {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #808080;
  line-height: 1.45;
  padding: 10px;
}
.index-about .wrapper .rt .culture {
  display: flex;
  justify-content: space-between;
  margin-top: 1.97916667vw;
}
.index-about .wrapper .rt .culture .block {
  padding: 10px;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  font-size: clamp(12px, 1.1vw, 18px);
  cursor: pointer;
}
.index-about .wrapper .rt .culture .block h4 {
  color: #808080;
  padding: 10px;
  line-height: 1.45;
}
.index-about .wrapper .rt .culture .block img {
  max-width: 2.1em;
  transition: all 0.5s;
  filter: grayscale(1);
}
.index-about .wrapper .rt .culture .block:hover {
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.index-about .wrapper .rt .culture .block:hover h4 {
  color: #1954B3;
}
.index-about .wrapper .rt .culture .block:hover img {
  filter: grayscale(0);
}
.index-about .wrapper .rt .more {
  display: inline-block;
  padding: 10px;
  font-size: clamp(14px, 1.1vw, 18px);
  color: #808080;
  line-height: 1.45;
  transition: all 0.5s;
  margin-top: 1.2vw;
}
.index-about .wrapper .rt .more:hover {
  color: #1954B3;
}
.index-prod {
  padding: 4.6875% 0 3.125%;
  background-color: #f5f5f5;
}
.index-prod .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.index-prod .wrapper .lt {
  width: 25.833333%;
  background: url(../images/index-prod-aside-bg.jpg) no-repeat;
  background-size: cover;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  padding: 3.166667% 1.6667% 7.75% 2.5%;
}
.index-prod .wrapper .lt .title {
  font-size: clamp(18px, 1.875vw, 36px);
  color: #fff;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 1.25em;
}
.index-prod .wrapper .lt .title::after {
  display: block;
  content: "";
  width: 1.5em;
  height: 3px;
  background-color: #fff;
  margin-top: 0.6388889em;
}
.index-prod .wrapper .lt ul li {
  position: relative;
  font-size: clamp(14px, 1.1vw, 18px);
  color: #fff;
  line-height: 1.45;
  margin-bottom: 1.2222em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-prod .wrapper .lt ul li:last-child {
  margin-bottom: 0;
}
.index-prod .wrapper .lt ul li::after {
  display: block;
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: all 0.5s;
}
.index-prod .wrapper .lt ul li a {
  color: inherit;
}
.index-prod .wrapper .lt ul li:hover::after {
  width: 100%;
}
.index-prod .wrapper .lt .more {
  display: inline-block;
  font-size: clamp(14px, 1vw, 16px);
  color: #fff;
  line-height: 2.75;
  border-radius: 1.375em;
  border: 1px solid #a6a6a6;
  transition: all 0.5s;
  padding: 0 1.25em;
  margin-top: 2.86458333vw;
}
.index-prod .wrapper .lt .more:hover {
  box-shadow: 0 3px 5px rgba(255, 255, 255, 0.3), inset 0 3px 5px rgba(255, 255, 255, 0.3);
  text-shadow: 0 3px 5px rgba(255, 255, 255, 0.9);
}
.index-prod .wrapper .rt {
  width: 72.666667%;
}
.index-prod .wrapper .rt .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 87.142857%;
  border-radius: 6px;
}
.index-prod .wrapper .rt .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-prod .wrapper .rt .swiper .title {
  font-size: clamp(12px, 1vw, 14px);
  color: #000;
  transition: all 0.5s;
  margin-top: 0.7142857em;
}
.index-prod .wrapper .rt .swiper .swiper-slide:hover .title {
  color: #1954B3;
}
.index-adv {
  margin: 3.125% 0 3.90625%;
}
.index-adv .advThumbSwiper {
  margin-bottom: 4.8333%;
}
.index-adv .advThumbSwiper .swiper-slide {
  text-align: center;
  font-size: clamp(14px, 1.2vw, 20px);
  color: #808080;
  font-weight: 700;
  transition: color 0.5s;
  line-height: 1.45;
  padding: 10px 0;
  cursor: pointer;
}
.index-adv .advThumbSwiper .swiper-slide img {
  width: 0.9em;
  height: 0.9em;
  object-fit: contain;
  margin-right: 0.9em;
  margin-top: -0.1em;
  transition: all 0.5s;
  filter: grayscale(1);
  opacity: 0.7;
}
.index-adv .advThumbSwiper .swiper-slide-thumb-active {
  color: #1954B3;
}
.index-adv .advThumbSwiper .swiper-slide-thumb-active img {
  filter: grayscale(0);
  opacity: 1;
}
.index-adv .advThumbSwiper .swiper-pagination {
  position: relative;
  height: 1px;
  background-color: #a6a6a6;
  margin: 2px 0;
}
.index-adv .advThumbSwiper .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #1954B3;
  height: 3px;
  margin-top: -1px;
}
.index-adv .advSwiper .swiper-slide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-adv .advSwiper .swiper-slide .lt {
  width: 50%;
}
.index-adv .advSwiper .swiper-slide .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 72.666667%;
}
.index-adv .advSwiper .swiper-slide .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-adv .advSwiper .swiper-slide .lt .pic:hover img {
  scale: 1.05;
}
.index-adv .advSwiper .swiper-slide .rt {
  width: 44.9166667%;
}
.index-adv .advSwiper .swiper-slide .rt .title {
  padding: 10px;
  font-size: clamp(16px, 1.2vw, 22px);
  color: #1954B3;
  line-height: 1.45;
  font-weight: 700;
}
.index-adv .advSwiper .swiper-slide .rt .brief {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #808080;
  line-height: 1.45;
  padding: 10px;
  margin-top: 1em;
}
.index-adv .advSwiper .swiper-slide .rt .more {
  display: inline-block;
  font-size: clamp(14px, 1vw, 16px);
  color: #1954B3;
  line-height: 2.75;
  border: 1px solid #e5e5e5;
  padding: 0 10px;
  margin-top: 3.125vw;
  margin-left: 10px;
  transition: all 0.5s;
}
.index-adv .advSwiper .swiper-slide .rt .more:hover {
  border-color: #1954B3;
  box-shadow: 0 3px 5px rgba(46, 46, 46, 0.3);
}
.index-news {
  padding: 3.6458333% 0 2.8125%;
  background-color: #f5f5f5;
}
.index-news .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-news .wrapper .title h4 {
  font-size: clamp(14px, 1.2vw, 22px);
  color: #383838;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 1.45;
  margin-bottom: 0.5454545em;
}
.index-news .wrapper .title p {
  color: #808080;
  font-size: clamp(12px, 1.1vw, 18px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.45;
}
.index-news .wrapper .title span {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #808080;
  margin-top: 0.5556em;
  display: inline-block;
  transition: all 0.5s;
}
.index-news .wrapper .title:hover h4,
.index-news .wrapper .title:hover p,
.index-news .wrapper .title:hover span {
  color: #1954B3;
}
.index-news .wrapper .lt {
  width: 44%;
}
.index-news .wrapper .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 58.7121212%;
}
.index-news .wrapper .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-news .wrapper .lt .pic em {
  position: absolute;
  display: inline-block;
  left: 0;
  bottom: 0;
  font-size: clamp(12px, 1vw, 16px);
  color: #fff;
  background-color: #1954B3;
  padding: 0 1.5em;
  line-height: 2.5625;
}
.index-news .wrapper .lt .pic:hover img {
  scale: 1.05;
}
.index-news .wrapper .lt .title {
  padding: 10px;
}
.index-news .wrapper .rt {
  width: 53%;
}
.index-news .wrapper .rt .block {
  display: flex;
  align-items: center;
  margin-bottom: 3.6163522%;
}
.index-news .wrapper .rt .block:last-child {
  margin-bottom: 0;
}
.index-news .wrapper .rt .block .date {
  text-align: right;
  border-right: 1px solid #808080;
  font-size: clamp(14px, 1.5625vw, 30px);
  padding: 0.3333em 0.6667em 0.3333em 0.3333em;
  margin-right: 1em;
  transition: all 0.5s;
}
.index-news .wrapper .rt .block .date h3 {
  line-height: 1.45;
  color: #000;
  margin-bottom: 0.3333em;
}
.index-news .wrapper .rt .block .date h5 {
  font-size: clamp(12px, 1.1vw, 18px);
  line-height: 1.45;
  color: #000;
}
.index-news .wrapper .rt .block .title {
  flex: 1;
}
.index-news .wrapper .rt .block:hover .date {
  border-right-color: #1954B3;
}
.index-news .wrapper .rt .block:hover .date h3,
.index-news .wrapper .rt .block:hover .date h5 {
  color: #1954B3;
}
footer {
  background-color: #2165A1;
}
footer .footer-top {
  padding: 3.75% 0 3.125%;
}
footer .footer-top .mycontainer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
footer .footer-top h4 {
  font-size: clamp(16px, 1.2vw, 20px);
  color: #fff;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 0.5em;
}
footer .footer-top p {
  font-size: clamp(14px, 1vw, 16px);
  color: #fff;
  line-height: 1.45;
}
footer .footer-top ul {
  font-size: clamp(14px, 1vw, 16px);
  color: #fff;
  line-height: 1.45;
}
footer .footer-top ul li {
  margin-bottom: 0.55em;
}
footer .footer-top ul li a {
  color: inherit;
}
footer .footer-top ul li a:hover {
  text-decoration: underline !important;
}
footer .footer-top .info {
  width: 43.666667%;
}
footer .footer-top .info .logo {
  text-align: center;
}
footer .footer-top .info .logo p::before {
  display: block;
  content: "";
  width: 50%;
  height: 1px;
  background-color: #fff;
  margin: 1.125em auto 1.4375em;
}
footer .footer-top .info .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.1875vw;
}
footer .footer-top .info .wrapper .ewm {
  text-align: center;
}
footer .footer-top .info .wrapper .ewm img {
  width: 87px;
}
footer .footer-top .info .wrapper address {
  flex: 1;
  font-size: clamp(14px, 1vw, 16px);
  margin-left: 2.1875em;
}
footer .footer-top .info .wrapper address p {
  padding-left: 2.3125em;
  background: url(../images/footer-contacts.png) no-repeat;
  background-size: 1em auto;
  background-position: left top 0.275em;
  margin-bottom: 0.35em;
}
footer .footer-top .info .wrapper address .contacts {
  background-image: url(../images/footer-contacts.png);
}
footer .footer-top .info .wrapper address .tel {
  background-image: url(../images/footer-tel.png);
}
footer .footer-top .info .wrapper address .email {
  background-image: url(../images/footer-email.png);
}
footer .footer-top .info .wrapper address .address {
  background-image: url(../images/footer-address.png);
}
footer .footer-top nav {
  width: 30%;
  display: flex;
  justify-content: space-between;
  font-size: clamp(14px, 1vw, 16px);
  gap: 1em;
}
footer .footer-top form {
  width: 22.5%;
  border-radius: 6px;
  background: #383838;
  border: 1px solid #fff;
  padding: 12px 18px 25px 14px;
}
footer .footer-top form .title {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 1em;
}
footer .footer-top form input {
  background-color: transparent;
  outline: none;
  border: 1px solid #fff;
  border-radius: 6px;
  font-size: clamp(14px, 1vw, 16px);
  color: #fff;
  padding: 0 0.625em;
  height: 2.25em;
  margin-bottom: 0.6875em;
}
footer .footer-top form input::placeholder {
  color: #fff;
  font-weight: 300;
}
footer .footer-top form button {
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  font-size: clamp(14px, 1vw, 16px);
  background: linear-gradient(124.61deg, #004CA8 0%, #0071DB 54.62%, #59BDFF 100%);
  height: 2em;
  border-radius: 1em;
  padding: 0 1em;
  display: block;
  margin: 0.75em 0 0 auto;
  transition: all 0.5s;
}
footer .footer-top form button:hover {
  filter: hue-rotate(15deg);
  box-shadow: 0 2px 5px rgba(255, 255, 255, 0.3);
}
footer .footer-bt {
  text-align: center;
  line-height: 1.45;
  padding: 0.75% 0;
  border-top: 1px solid #a6a6a6;
  color: #fff;
  font-size: clamp(12px, 1vw, 16px);
}
footer .footer-bt a {
  color: inherit;
}
footer .footer-bt a:hover {
  text-decoration: underline !important;
}
