* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary: #f49519;
  --secondary: #0089e1;
  --tertiary: #0099e5;
  --title: #0a0f18;
  --text: #5c5c63;
  --text_w: rgba(255, 255, 255, 0.85);
  --bg: #eff5f9;
  --border: #e2e8f0;
  --rd: 1.8rem;
  --shadow: 0 1rem 1rem rgba(155, 162, 165, 0.35);
  --shadow2: 0 1rem 0.8rem rgba(244, 149, 25, 0.35);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 144rem;
  margin: 0 auto;
  position: relative;
}
.content .content {
  padding: 0;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 147rem;
  margin: 0 auto;
  position: relative;
  padding: 1.5rem;
  overflow: hidden;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
i,
em {
  font-style: normal;
}
input,
button,
textarea {
  border: none;
  outline: none;
  font-family: unset;
  color: var(--title);
  background-color: transparent;
}
select {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: unset;
  color: var(--title);
}
textarea {
  resize: none;
}
button,
input[type="submit"] {
  cursor: pointer;
}
input[type="checkbox"] {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
table {
  width: 100%;
  border-collapse: collapse;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.flex1 {
  flex: 1;
}
.flex2 {
  flex: 2;
}
.flex3 {
  flex: 3;
}
.between {
  justify-content: space-between;
}
.center {
  text-align: center;
}
.center p,
.center .desc,
.center h1,
.center h2 {
  margin-left: auto;
  margin-right: auto;
}
.flex_start {
  justify-content: flex-start;
}
.flex_center {
  justify-content: center;
}
.flex_end {
  justify-content: flex-end;
}
.flex_top {
  align-items: flex-start;
}
.flex_middle {
  align-items: center;
}
.flex_bottom {
  align-items: flex-end;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.row_reverse {
  flex-direction: row-reverse;
}
body {
  font-size: 1.6rem;
  color: var(--title);
  font-family: "Inter", sans-serif;
}
body.fixed {
  overflow: hidden;
  padding-right: 15px;
}
body [data-wpr-lazyrender] {
  content-visibility: unset;
}
.Oswald,
h1,
h2,
h3,
strong,
.title {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.Inter {
  font-family: "Inter", sans-serif;
}
.Inter h1,
.Inter h2,
.Inter h3,
.Inter strong,
.Inter .title {
  font-family: "Inter", sans-serif;
  text-transform: unset;
}
p strong {
  font-family: "Inter", sans-serif;
  text-transform: unset;
}
.only_mobile {
  display: none;
}
.gap {
  gap: 3rem;
}
.grecaptcha-badge {
  visibility: hidden;
}
#fullscreen-loader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
#fullscreen-loader::after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 8px solid var(--primary);
  animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}
@keyframes l20-1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@keyframes l20-2 {
  0% {
    transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    transform: scaleY(1) rotate(135deg);
  }
  50% {
    transform: scaleY(-1) rotate(0deg);
  }
  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img,
.img.img_cv video,
.img.img_cv iframe {
  object-fit: cover;
}
.img.img_ct img {
  object-fit: contain;
}
.img.img_ab {
  position: relative;
}
.img.img_ab img,
.img.img_ab video,
.img.img_ab iframe {
  position: absolute;
  left: 0;
  top: 0;
}
.img.img_aba {
  position: relative;
}
.img.img_aba::after {
  content: '';
  display: block;
  padding-bottom: var(--h);
}
.img.img_aba img,
.img.img_aba video,
.img.img_aba iframe {
  position: absolute;
  left: 0;
  top: 0;
}
.img.img_hv:hover img {
  transform: scale(1.03);
}
.img img,
.img video,
.img iframe {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
  aspect-ratio: inherit;
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img_bg > img,
.img_bg > video,
.img_bg > iframe {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.icon.icon_ab {
  position: relative;
}
.icon.icon_ab img {
  position: absolute;
  left: 0;
  top: 0;
}
.icon img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.custom-popup {
  --radius: 0px;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: var(--radius);
  z-index: 999;
  padding: 8px;
  font-size: 14px;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.2s ease;
}
.custom-popup.show {
  opacity: 1;
  transform: scaleY(1);
}
.custom-popup.up {
  transform-origin: bottom;
}
.custom-popup .popup-empty {
  padding: 12px;
  text-align: center;
  color: #999;
}
.custom-popup input.popup-input {
  display: block;
  width: 100%;
  padding: 11px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  background: #fff;
  color: var(--title);
  margin-bottom: 8px;
  border-radius: calc(var(--radius) - 2px);
}
.custom-popup input.popup-input::placeholder {
  color: #666;
}
.custom-popup input.popup-input:focus {
  border-color: var(--primary);
}
.custom-popup .popup-options {
  overflow: auto;
  max-height: 50vh;
}
.custom-popup .popup-option {
  padding: 12px;
  margin: 0 0 4px;
  cursor: pointer;
  transition: all 0.15s;
  border-radius: calc(var(--radius) - 2px);
  word-break: break-word;
}
.custom-popup .popup-option:hover,
.custom-popup .popup-option.selected {
  background-color: #f0f0f0;
}
.custom-popup .popup-option:last-child {
  margin-bottom: 0;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: #fff;
  border-radius: 0.8rem;
  font-size: 1.8rem;
  line-height: 5.8rem;
  font-weight: 600;
  gap: 1em;
  padding: 0 3.1rem;
}
.btn::after {
  display: inline-block;
  content: '';
  flex-shrink: 0;
  transition: all 0.3s;
  width: 1.0556em;
  height: 1.0556em;
  filter: contrast(0) brightness(2);
  background: url("../img/arrow-line.svg") no-repeat center / contain;
}
.btn:hover {
  background-color: transparent;
  color: var(--primary);
}
.btn:hover::after {
  filter: none;
  transform: translateX(20%);
}
.btn.no_a::after {
  display: none;
}
.btn.wt {
  background-color: #fff;
  border-color: #fff;
  color: var(--title);
}
.btn.wt::after {
  filter: contrast(0) brightness(0);
}
.btn.wt:hover {
  background-color: transparent;
  color: #fff;
}
.btn.wt:hover::after {
  filter: contrast(0) brightness(2);
}
.btn_line {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  border: 1px solid rgba(10, 15, 24, 0.3);
  background-color: transparent;
  color: var(--title);
  border-radius: 0.8rem;
  font-size: 1.8rem;
  line-height: 5.9rem;
  font-weight: 600;
  padding: 0 3.2rem;
}
.btn_line:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.btn_line.has_a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
.btn_line.has_a::after {
  display: inline-block;
  content: '';
  flex-shrink: 0;
  transition: all 0.3s;
  width: 1.0556em;
  height: 1.0556em;
  filter: contrast(0) brightness(0);
  background: url("../img/arrow-line.svg") no-repeat center / contain;
}
.btn_line.has_a:hover::after {
  filter: contrast(0) brightness(2);
  transform: translateX(20%);
}
.btn_line.wt {
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.btn_line.wt:hover {
  border-color: var(--primary);
}
.btn_i {
  display: inline-grid;
  grid-template-columns: 1fr 2.222em;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  color: var(--title);
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 600;
  gap: 0.875em;
}
.btn_i::after {
  display: block;
  padding-bottom: 100%;
  content: '';
  border-radius: 0.7rem;
  transition: all 0.3s;
  background: url("../img/arrow-r-w.svg") no-repeat center / 34% var(--secondary);
}
.btn_i:hover {
  color: var(--primary);
}
.btn_i:hover::after {
  background-color: var(--primary);
}
.btn_sgl {
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 0.6rem;
  background-color: var(--tertiary);
  width: 3.6rem;
}
.btn_sgl::after {
  display: block;
  padding-bottom: 100%;
  content: '';
  transition: all 0.3s;
  filter: contrast(0) brightness(2);
  background: url("../img/arrow-r.svg") no-repeat center / 36%;
}
.btn_sgl:hover {
  background-color: var(--primary);
}
.swiper_btns {
  gap: 2.4rem;
  display: flex;
}
.swiper_btns div {
  width: 6rem;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 1rem;
  background-color: var(--secondary);
}
.swiper_btns div::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
  transition: all 0.3s;
  background: url(../img/arrow-line.svg) no-repeat center / 32%;
  filter: contrast(0) brightness(2);
}
.swiper_btns div:hover {
  background-color: var(--primary);
}
.swiper_btns div.swiper-button-disabled {
  pointer-events: none;
  background-color: var(--secondary);
  opacity: 0.8;
}
.swiper_btns .btn_prev::after {
  transform: rotate(180deg);
}
.swiper_btns:has(.swiper-button-lock) {
  opacity: 0;
}
.swiper_btns.middle {
  width: 98%;
  max-width: 171.7rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  pointer-events: none;
  transform: translate(-50%, -50%);
  justify-content: space-between;
}
.swiper_btns.middle div {
  pointer-events: all;
  background-color: var(--primary);
}
.swiper_btns.middle div:hover {
  background-color: var(--title);
}
.swiper_btns.middle div.swiper-button-disabled {
  background-color: var(--secondary);
  opacity: 1;
}
.swiper_btns.middle .swiper-button-disabled,
.swiper_btns.middle .swiper-button-lock {
  pointer-events: none;
}
.tcon.white {
  color: #fff;
}
.tcon.white > em {
  color: var(--primary);
}
.tcon.white p,
.tcon.white .desc {
  color: #94a3b8;
}
.tcon.white.bn > em {
  color: rgba(255, 255, 255, 0.74);
}
.tcon.white.bn p,
.tcon.white.bn .desc {
  color: rgba(255, 255, 255, 0.74);
  font-weight: 300;
  letter-spacing: 0.0091667em;
}
.tcon.white.bn1 > em {
  color: #66747c;
}
.tcon em {
  font-style: normal;
}
.tcon > em {
  display: inline-grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #66747c;
  gap: 1.8rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0.144em;
}
.tcon > em::before {
  display: block;
  width: 0.6667em;
  height: 0.6667em;
  content: '';
  border: 0 solid var(--primary);
  border-right-width: 2px;
  border-bottom-width: 2px;
}
.tcon h1 {
  font-size: 6.619rem;
  line-height: 1.10228131;
  font-weight: 700;
  text-transform: uppercase;
}
.tcon h1 em {
  color: var(--secondary);
}
.tcon h2 {
  font-size: 5.4rem;
  line-height: 1.2;
  font-weight: 700;
}
.tcon h2 em {
  color: var(--secondary);
}
.tcon p,
.tcon .desc {
  font-size: 1.8rem;
  line-height: 3rem;
  color: var(--text);
}
header {
  position: sticky;
  left: 0;
  top: -126px;
  right: 0;
  z-index: 996;
  transition: all 0.3s;
  background-color: #fff;
  padding-top: 16px;
}
header.opt {
  top: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
header .flex {
  gap: 2.986111%;
}
header .logo {
  display: block;
  position: relative;
  align-self: flex-start;
}
header .logo img {
  display: block;
  width: auto;
  height: 9.27863rem;
}
header .logo p {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
header nav {
  padding: 21px 0;
  margin-left: auto;
}
header nav .close {
  display: none;
}
header nav .menu {
  gap: 5.65rem;
  display: flex;
}
header nav .menu > li {
  position: relative;
  z-index: 2;
}
header nav .menu > li > a {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 48px;
  transition: all 0.3s;
  font-weight: 600;
}
header nav .menu > li > a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  height: 2px;
  background-color: var(--primary);
  transition: all 0.3s;
  transform: scaleX(0);
}
header nav .menu > li > a:hover {
  color: var(--primary);
}
header nav .menu > li > a:hover::after {
  transform: scaleX(1);
}
header nav .menu > li.current-menu-item > a,
header nav .menu > li.current-menu-parent > a,
header nav .menu > li:has(.current-menu-parent) > a {
  color: var(--primary);
}
header nav .menu > li.current-menu-item > a::after,
header nav .menu > li.current-menu-parent > a::after,
header nav .menu > li:has(.current-menu-parent) > a::after {
  transform: scaleX(1);
}
header nav .menu > li:hover > .sub-menu {
  transform: translate(0);
  pointer-events: all;
  opacity: 1;
}
header nav .menu > li.btn_mega_menu .sub-menu {
  display: none;
}
header nav .sub-menu {
  position: absolute;
  top: 100%;
  left: -24px;
  padding: 6px;
  transition: all 0.3s;
  transform: translateY(-10px);
  pointer-events: none;
  opacity: 0;
  min-width: 180px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
header nav .sub-menu > li {
  position: relative;
}
header nav .sub-menu > li > a {
  display: block;
  font-size: 16px;
  white-space: nowrap;
  padding: 12px 18px;
  transition: all 0.3s;
  border-radius: 5px;
}
header nav .sub-menu > li > a:hover {
  background-color: var(--bg);
}
header nav .sub-menu > li:hover > .sub-menu {
  transform: translate(0);
  pointer-events: auto;
  opacity: 1;
}
header nav .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}
header .btns {
  gap: 2.4rem;
  display: flex;
  align-items: center;
  min-height: 92px;
  margin-top: 18px;
}
header .btns .btn_search {
  display: block;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  overflow: hidden;
  text-indent: -999px;
  background: url(../img/icon-search.svg) no-repeat center / contain;
}
header .btns .btn_lang {
  position: relative;
  display: block;
  flex-shrink: 0;
  font-size: 16px;
  padding-left: 25px;
}
header .btns .btn_lang::before {
  position: absolute;
  width: 18px;
  height: 18px;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/icon-lang.svg") no-repeat center / contain;
}
header .btns .btn {
  font-size: 17px;
  gap: 1.5rem;
  line-height: 5.2rem;
  min-width: 20.2rem;
  margin-left: 1.2rem;
}
header .btns .btn_menu {
  display: none;
  flex-shrink: 0;
  width: 23px;
  height: 23px;
  overflow: hidden;
  text-indent: -999px;
  background: url(../img/nav-btn.svg) no-repeat center / contain;
}
footer .top {
  padding: 2.1rem 0;
}
footer .top .logo {
  display: block;
  position: relative;
  width: 12.3rem;
  margin-bottom: 3px;
}
footer .top .logo img {
  display: block;
  width: 100%;
  height: auto;
}
footer .top .logo p {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
footer .top .social {
  gap: 1.2rem;
  display: flex;
  flex-wrap: wrap;
}
footer .top .social a {
  display: block;
  width: 4.6rem;
  height: 4.6rem;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  background-color: #f4f4f4;
}
footer .top .social a::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background: no-repeat center / 43.5%;
  transition: all 0.3s;
}
footer .top .social a:hover {
  transform: scale(1.1);
  background-color: var(--primary);
}
footer .top .social a:hover::after {
  filter: contrast(0) brightness(2);
}
footer .top .social .facebook a::after {
  background-image: url(../img/social-facebook.svg);
}
footer .top .social .twitter a::after {
  background-image: url(../img/social-twitter.svg);
}
footer .top .social .youtube a::after {
  background-image: url(../img/social-youtube.svg);
}
footer .top .social .instagram a::after {
  background-image: url(../img/social-instagram.svg);
}
footer .top .social .linkedin a::after {
  background-image: url(../img/social-linkedin.svg);
}
footer .main {
  padding: 1.2rem 0 9.1rem;
}
footer .main strong {
  display: block;
  font-weight: 500;
  color: rgba(53, 53, 53, 0.65);
  letter-spacing: 0.0625em;
}
footer .main .foot_intro {
  width: 31.2rem;
  padding-top: 2px;
  margin-right: 2.6%;
}
footer .main .foot_intro p {
  font-size: 2rem;
  line-height: 2.7rem;
  font-weight: 500;
  color: #0c0c0c;
  letter-spacing: 0.004em;
}
footer .main .foot_intro .menu {
  margin-top: 1.5rem;
}
footer .main .foot_intro .menu li + li {
  margin-top: 1rem;
}
footer .main .foot_intro .menu a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: #fff;
  border-radius: 0.8rem;
  font-size: 1.8rem;
  line-height: 5.8rem;
  font-weight: 600;
  gap: 1.5rem;
  padding: 0 3.1rem;
}
footer .main .foot_intro .menu a::after {
  display: inline-block;
  content: '';
  flex-shrink: 0;
  transition: all 0.3s;
  width: 1.0556em;
  height: 1.0556em;
  filter: contrast(0) brightness(2);
  background: url("../img/arrow-line.svg") no-repeat center / contain;
}
footer .main .foot_intro .menu a:hover {
  background-color: transparent;
  color: var(--primary);
}
footer .main .foot_intro .menu a:hover::after {
  filter: none;
  transform: translateX(20%);
}
footer .main .foot_nav strong {
  margin-bottom: 2.3rem;
}
footer .main .foot_nav li a {
  font-size: 1.7rem;
  color: #1c1c1c;
  font-weight: 500;
  transition: all 0.3s;
  vertical-align: top;
  text-decoration: underline transparent;
}
footer .main .foot_nav li a:hover {
  opacity: 1;
  color: var(--primary);
  text-decoration-color: var(--primary);
}
footer .main .foot_nav li + li {
  margin-top: 1.8rem;
}
footer .main .foot_nav button {
  font-size: 1.7rem;
  font-weight: 500;
  color: var(--secondary);
  transition: all 0.3s;
  margin-top: 1.8rem;
}
footer .main .foot_nav button:hover {
  color: var(--primary);
}
footer .main .foot_connect {
  width: 27.8rem;
}
footer .main .foot_connect strong {
  margin-bottom: 2.2rem;
}
footer .main .foot_connect li {
  position: relative;
  padding-left: 2.8125em;
}
footer .main .foot_connect li::before {
  content: '';
  display: block;
  width: 1.8125em;
  height: 1.5625em;
  background: no-repeat top left / contain;
  position: absolute;
  left: 0;
  top: 0.375em;
}
footer .main .foot_connect li a {
  vertical-align: top;
  transition: all 0.3s;
  font-size: 1.7rem;
  font-weight: 600;
  color: #0c0c0c;
  text-decoration: underline transparent;
}
footer .main .foot_connect li a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
}
footer .main .foot_connect li .label {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #353535;
  margin-bottom: 0.8rem;
}
footer .main .foot_connect li + li {
  margin-top: 2.7rem;
}
footer .main .foot_connect .phone::before {
  background-image: url(../img/icon-phone.svg);
}
footer .main .foot_connect .email::before {
  background-image: url(../img/icon-email.svg);
  top: 0.1875em;
}
footer .bottom {
  border-top: 1px solid #e2e2e2;
  padding: 1.3rem 0 2rem;
}
footer .bottom p {
  font-size: 1.5rem;
  color: #1c1c1c;
  letter-spacing: -0.0067em;
}
footer .bottom a {
  font-size: 1.4rem;
  color: #353535;
  transition: all 0.3s;
  text-decoration: underline transparent;
  letter-spacing: -0.0086em;
}
footer .bottom a:hover {
  opacity: 1;
  color: var(--primary);
  text-decoration-color: var(--primary);
}
footer .bottom ul {
  gap: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .bottom ul li {
  display: flex;
  align-items: center;
}
footer .bottom ul li::before {
  width: 1px;
  height: 1.1rem;
  background-color: #d3d3d3;
  display: inline-block;
  content: '';
  margin: 0 1.3rem 0 1.4rem;
}
footer .bottom ul li:first-child::before {
  display: none;
}
footer #backtop {
  position: fixed;
  z-index: 99;
  right: 4.3rem;
  bottom: 1.3rem;
  display: block;
  cursor: pointer;
  transition: all 0.3s;
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 0.8rem;
  background: url("../img/arrow-t-w.svg") no-repeat center / 21.2% var(--secondary);
  opacity: 0;
  transform: translateY(100%);
}
footer #backtop.show {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
footer #backtop:hover {
  transform: scale(1.1);
  background-color: var(--primary);
}
.mage-menu-overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 991;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
}
.mage-menu-overlay.active {
  opacity: 1;
  pointer-events: all;
}
.mega_menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
  padding: 5.3rem 0 4.3rem;
  display: none;
}
.mega_menu .nav {
  width: 18.403%;
  max-height: calc(100vh - 25rem);
  overflow-y: auto;
}
.mega_menu .nav .active a {
  background-color: var(--tertiary);
  color: #fff;
}
.mega_menu .nav li {
  margin-bottom: 0.65rem;
}
.mega_menu .nav a {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  transition: all 0.3s;
  border-radius: 0.8rem;
  padding: 1.4rem 3rem 1.3rem;
}
.mega_menu .list {
  flex: 1;
  max-width: 107.5rem;
  margin-left: auto;
  max-height: calc(100vh - 25rem);
  overflow: hidden;
  display: none;
  flex-direction: column;
}
.mega_menu .list.active {
  display: flex;
}
.mega_menu .list ul {
  flex: 1;
  overflow-y: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 1.8605%;
}
.mega_menu .list li a:hover img {
  transform: scale(1.02);
}
.mega_menu .list .img {
  padding-bottom: 75.27246377%;
  border-radius: var(--rd) var(--rd) 0 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  background-image: linear-gradient(to right bottom, #f8fafc 13.3%, #f1f5f9 87.3%);
}
.mega_menu .list .img img {
  left: unset;
  width: 75.27246377%;
}
.mega_menu .list .img .cat {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  background-color: var(--tertiary);
  border-radius: 1.2em;
  line-height: 1.2;
  padding: 0.62em 1.1364em;
  margin: 4.3353%;
  letter-spacing: 0.04545em;
}
.mega_menu .list .title {
  font-size: 18px;
  font-weight: 700;
  color: #1a2b3c;
  padding: 0 2.1rem;
  margin-top: 1.9rem;
  letter-spacing: 0.00556em;
}
.mega_menu p.right:has(.btn_line) {
  text-align: right;
  margin-top: 6rem;
}
.mega_menu p.right:has(.btn_line) .btn_line {
  line-height: 5.3rem;
}
.page_contact {
  background-image: linear-gradient(to top, transparent 0 8.6rem, var(--bg) 8.6rem 100%);
  padding: 8.3rem 0 3.4rem;
}
.page_contact .head {
  flex: 1;
  width: 100%;
  max-width: 50.5rem;
}
.page_contact p {
  margin-top: 5.1rem;
}
.page_contact .connect {
  margin-top: 3.4rem;
}
.page_contact .connect li + li {
  margin-top: 3.5rem;
}
.page_contact .connect li .label {
  text-transform: uppercase;
  color: #353535;
  margin-bottom: 1.5rem;
  letter-spacing: 0.0625em;
}
.page_contact .connect li a {
  position: relative;
  display: block;
  max-width: max-content;
  font-size: 2.2rem;
  font-weight: 600;
  color: #0c0c0c;
  text-decoration: underline transparent;
  transition: all 0.3s;
  padding-left: 1.591em;
  letter-spacing: 0.00545em;
}
.page_contact .connect li a::before {
  position: absolute;
  left: 0;
  top: 0.1818em;
  width: 1.32em;
  height: 1.1364em;
  content: '';
  background: no-repeat top left / contain;
}
.page_contact .connect li a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
}
.page_contact .connect .email a {
  padding-left: 1.82em;
}
.page_contact .connect .phone a::before {
  background-image: url("../img/icon-phone.svg");
}
.page_contact .connect .email a::before {
  background-image: url("../img/icon-email.svg");
  top: 0.1364em;
}
.page_contact .qrcodes {
  margin-top: 3.8rem;
}
.page_contact .qrcodes ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4.3rem;
}
.page_contact .qrcodes li .img {
  border-radius: 0.4rem;
  padding: 0.8rem;
  background-color: #fff;
}
.page_contact .qrcodes li .img img {
  width: 11.8rem;
  height: 11.8rem;
}
.page_contact .qrcodes li .label {
  font-size: 1.4rem;
  color: #353535;
  text-align: center;
  margin-top: 1rem;
}
.page_contact .quote_form {
  width: 52.5%;
  margin-top: 0.6rem;
}
.page_contact form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fff;
  border: 1px solid #dfe3e5;
  border-radius: var(--rd);
  box-shadow: var(--shadow);
  gap: 2.5rem 0;
  padding: 6.0846561% 7.8042328% 6.2169312% 7.6719577%;
}
.page_contact form span {
  width: 100%;
}
.page_contact form .col-2 {
  width: 48.03767661%;
}
.page_contact form .info {
  width: 100%;
  padding-bottom: 1.2rem;
}
.page_contact form .info strong {
  font-size: 3rem;
  font-weight: 600;
  color: #0c0c0c;
}
.page_contact form .info p {
  margin-top: 0.6rem;
}
.page_contact form .label {
  display: block;
  font-size: 1.7rem;
  font-weight: 500;
  color: #636363;
  margin-bottom: 0.9rem;
}
.page_contact form .label i {
  color: var(--secondary);
}
.page_contact form input,
.page_contact form textarea,
.page_contact form select {
  display: block;
  width: 100%;
  font-size: 1.7rem;
  color: #636363;
  border: 1px solid #dfe3e5;
  border-radius: 0.8rem;
  transition: all 0.3s;
  height: 5.1rem;
  padding: 0 2.2rem;
}
.page_contact form input::placeholder,
.page_contact form textarea::placeholder,
.page_contact form select::placeholder {
  color: #636363;
}
.page_contact form input:focus,
.page_contact form textarea:focus,
.page_contact form select:focus {
  border-color: var(--secondary);
  box-shadow: 0 0 0 1px var(--secondary);
}
.page_contact form select {
  background: url("../img/icon-select.svg") no-repeat center right 2.1rem/1.2rem;
  padding-right: 5rem;
}
.page_contact form textarea {
  padding: 1.6rem 2.2rem;
  height: 10.9rem;
  margin-top: 1.2rem;
}
.page_contact form span:has(select,textarea) {
  margin-top: -1px;
}
.page_contact form span:has(.btn) {
  margin-top: 0.6rem;
}
.page_contact form .btn {
  width: 100%;
  line-height: 5.8rem;
}
.page_contact form .btn input {
  display: none;
}
.page_contact form .tip {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #75777a;
  gap: 0.9rem;
  margin-top: -0.9rem;
}
.page_contact form .tip::before {
  display: inline-block;
  content: '';
  flex-shrink: 0;
  width: 1.1875em;
  height: 1.1875em;
  background: url("../img/icon-lock.svg") no-repeat center / contain;
}
.page_nav {
  border-bottom: 1px solid var(--border);
  padding: 3.8rem 0 4.2rem;
}
.page_nav .nav .nav_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.2rem;
}
.page_nav .nav .nav_item {
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  font-weight: 600;
  color: #333333;
  border: 1px solid var(--border);
  border-radius: 0.8rem;
  line-height: 1.2;
  padding: 0.68125em 1.0625em;
}
.page_nav .nav .nav_item.active,
.page_nav .nav .nav_item:hover {
  background-color: var(--tertiary);
  border-color: var(--tertiary);
  color: #fff;
}
.page_kartboat {
  padding: 11.6rem 0 8.4rem;
}
.page_kartboat.bg {
  background-color: var(--bg);
}
.page_kartboat.bg .item {
  border: 1px solid #e8e8ea;
  background-color: #fff;
}
.page_kartboat .head h2 {
  font-weight: 600;
  max-width: 76.9rem;
}
.page_kartboat .swiper_content .page_kartboat_swiper {
  overflow: unset;
  padding-bottom: 1rem;
  margin-top: 2.9rem;
}
.page_kartboat .page_kartboat_swiper {
  overflow: hidden;
  border-radius: var(--rd);
  margin-top: 4.6rem;
}
.page_kartboat .page_kartboat_swiper .swiper-slide {
  max-width: 701px;
}
.page_kartboat .page_kartboat_swiper .active .item {
  background-color: #fff;
}
.page_kartboat .page_kartboat_swiper .active .item::after {
  opacity: 1;
}
.page_kartboat .item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: var(--rd);
  background-color: var(--bg);
  transition: all 0.3s;
}
.page_kartboat .item::after {
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  right: -1px;
  content: '';
  border-radius: var(--rd);
  border: 2px solid var(--primary);
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
  box-shadow: var(--shadow);
}
.page_kartboat .item:hover img {
  transform: scale(1.03);
}
.page_kartboat .item .img {
  padding-bottom: 48.78397711%;
  border-radius: var(--rd) var(--rd) 0 0;
}
.page_kartboat .item .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 5.1502146% 6.1516452% 5.2932761% 6.2947067%;
}
.page_kartboat .item .info .text {
  flex: 1;
}
.page_kartboat .item .info .title {
  font-size: 3rem;
  font-weight: 700;
}
.page_kartboat .item .info .desc {
  line-height: 2.4rem;
  color: var(--text);
  margin-top: 1.1rem;
  margin-right: -0.5rem;
  letter-spacing: -0.0044em;
}
.page_kartboat .item .feature {
  border-top: 1px solid #ededed;
  margin-top: 2.3rem;
  padding: 1.6rem 3.9% 0.8rem 0.3rem;
}
.page_kartboat .item .feature ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
.page_kartboat .item .feature li strong {
  font-size: 2.6rem;
  font-weight: 700;
}
.page_kartboat .item .feature li p {
  font-size: 1.5rem;
  color: var(--text);
  text-transform: uppercase;
  margin-top: 1.2rem;
}
.page_kartboat .item .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
  margin-top: 2.4rem;
}
.page_kartboat .item .btns .btn,
.page_kartboat .item .btns .btn_line {
  flex: 1 0 16rem;
  padding: 0 2rem;
}
.page_banner {
  max-width: 256rem;
  margin: 0 auto;
}
.page_banner::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  content: '';
  pointer-events: none;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.504), rgba(0, 0, 0, 0.292) 69.84375%, rgba(0, 0, 0, 0.2));
}
.page_banner .flex {
  height: 100vh;
  max-height: 78.8rem;
  min-height: max-content;
  padding: 6rem 0;
}
.page_banner .head {
  width: 60%;
  max-width: 88.4rem;
}
.page_banner .tcon > em {
  margin-bottom: 2.1rem;
}
.page_banner h1 {
  max-width: 68rem;
}
.page_banner p {
  max-width: 63.8rem;
  margin-top: 4.6rem;
}
.page_banner .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 3.3rem;
  margin-top: 2.3rem;
}
.page_applications {
  padding: 13rem 0 9rem;
}
.page_applications p {
  max-width: 76rem;
  margin-top: 2.5rem;
}
.page_applications .nav {
  margin-top: 3.3rem;
}
.page_applications .nav .nav_list {
  justify-content: center;
}
.page_applications .nav .nav_item:first-child {
  min-width: 10.78em;
}
.page_applications .page_applications_swiper {
  overflow: hidden;
  border-radius: 2rem;
  margin-top: 7.4rem;
}
.page_applications .page_applications_swiper .flex {
  height: 100%;
}
.page_applications .page_applications_img_swiper {
  position: relative;
  width: 50%;
  overflow: hidden;
  padding-bottom: 2.361111%;
}
.page_applications .page_applications_img_swiper .img {
  border-radius: 2rem;
  padding-bottom: 61.11111111%;
}
.page_applications .page_applications_img_swiper div.swiper-pagination.swiper-pagination-bullets {
  display: flex;
  gap: 2rem;
  justify-content: center;
  bottom: 0;
}
.page_applications .page_applications_img_swiper div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  position: relative;
  flex: 1;
  max-width: 11rem;
  height: 3px;
  background: #dfe5ea;
  opacity: 1;
  margin: 0;
  border-radius: 10px;
}
.page_applications .page_applications_img_swiper div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet::after {
  width: 0;
  height: 100%;
  border-radius: 10px;
  background-color: var(--primary);
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}
.page_applications .page_applications_img_swiper div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active::after {
  width: 100%;
  transition: width linear 3s;
}
.page_applications .info {
  flex: 1;
  width: 100%;
  max-width: 63.9rem;
  padding-bottom: 2.4%;
}
.page_applications .info h3 {
  font-size: 4.4rem;
  line-height: 1.2;
  font-weight: 700;
}
.page_applications .info p {
  margin-top: 3rem;
}
.page_applications .info ul {
  font-size: 1.8rem;
  margin-top: 1.8rem;
}
.page_applications .info ul li + li {
  margin-top: 1rem;
}
.page_applications .info ul li {
  position: relative;
  padding-left: 1.5556em;
}
.page_applications .info ul li::before {
  position: absolute;
  content: '';
  width: 0.944em;
  height: 0.944em;
  left: 0;
  top: 0.167em;
  background: url("../img/gou3.svg") no-repeat center / contain;
}
.page_applications .info ul strong {
  font-weight: 700;
}
.page_applications .swiper_btns.middle {
  top: 46.5%;
}
.page_cases {
  background-color: var(--bg);
  padding: 14.8rem 0 13.3rem;
}
.page_cases h2 {
  max-width: 76.9rem;
}
.page_cases .page_cases_swiper {
  overflow: hidden;
  border-radius: 0 0 1.2rem 1.2rem;
  margin-top: 5.6rem;
  margin-left: -0.3rem;
}
.page_cases .page_cases_swiper .swiper-slide {
  max-width: 463px;
}
.page_cases .btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 6.3rem;
}
.page_cases .btns .btn_line {
  min-width: 26.7rem;
}
.page_cases .btns .btn {
  min-width: 26.6rem;
}
.page_faqs {
  padding: 12.9rem 0 13.7rem;
}
.page_faqs .faqs {
  max-width: 82.1rem;
  margin: 4.7rem auto 0;
}
.page_faqs .faq_list .faq_item {
  transition: all 0.3s;
  border-radius: 1.2rem;
  border: 1px solid var(--border);
  margin-bottom: 1.3rem;
}
.page_faqs .faq_list .faq_item.active {
  margin-bottom: 3.1rem;
}
.page_faqs .faq_list .faq_item.active .question::before {
  background-color: var(--secondary);
}
.page_faqs .faq_list .faq_item.active .question::after {
  filter: contrast(0) brightness(2);
}
.page_faqs .faq_list .faq_item:last-child {
  margin-bottom: 0;
}
.page_faqs .faq_list .question {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.45em;
  align-items: center;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 500;
  color: #1a2b3c;
  gap: 0.5em;
  padding: 1.7rem 2.4rem 2rem 2.5rem;
  letter-spacing: 0.0175em;
}
.page_faqs .faq_list .question::before,
.page_faqs .faq_list .question::after {
  position: absolute;
  width: 1.45em;
  height: 1.45em;
  right: 2.4rem;
  content: '';
  border-radius: 50%;
  background-color: #f1f5f9;
  transition: all 0.3s;
}
.page_faqs .faq_list .question::after {
  background: url("../img/add.svg") no-repeat center / 38%;
}
.page_faqs .faq_list .answer {
  display: none;
  font-size: 1.7rem;
  line-height: 2.8rem;
  color: var(--text);
  max-width: 78rem;
  padding: 1.7rem 2.4rem 2.5rem;
  letter-spacing: -0.0024em;
}
.breadcrumbs {
  line-height: 2rem;
  min-height: 2rem;
}
.breadcrumbs span {
  font-weight: 600;
  color: #222;
  letter-spacing: 0.005em;
}
.breadcrumbs span span::before {
  display: inline-block;
  content: '';
  width: 0.5em;
  height: 0.5em;
  margin: 0 1.0625em 0 0.675em;
  background: url("../img/bread-nav.svg") no-repeat center / contain;
}
.breadcrumbs span span:first-child::before {
  display: none;
}
.breadcrumbs span a {
  font-weight: 400;
  color: #64748b;
  vertical-align: top;
  text-decoration: underline transparent;
  transition: all 0.3s;
}
.breadcrumbs span a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
}
.table_wrap {
  --rd: 0.9rem;
}
.table_wrap th:first-child,
.table_wrap td:first-child {
  width: 40.1%;
}
.table_wrap th {
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  background-color: #1a2b3c;
  text-transform: uppercase;
  text-align: left;
  padding: 1.9rem 2.3rem 2rem;
  letter-spacing: 0.03889em;
}
.table_wrap td {
  border-bottom: 1px solid var(--border);
  font-size: 1.636rem;
  color: #333;
  padding: 1.9rem 2.3rem 2.5rem;
  letter-spacing: 0.0061em;
}
.table_wrap td:first-child {
  font-weight: 600;
  color: #1a2b3c;
}
.table_wrap thead tr:first-child th:first-child {
  border-top-left-radius: var(--rd);
}
.table_wrap thead tr:first-child th:last-child {
  border-top-right-radius: var(--rd);
}
.table_wrap tbody tr:nth-child(even) {
  background-color: #f8fafc;
}
.nav_wrap .nav_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.nav_wrap .nav_item {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 600;
  color: #333;
  border: 1px solid var(--border);
  border-radius: 0.6rem;
  padding: 0.70556em 1.03em;
  letter-spacing: 0.0111em;
}
.nav_wrap .nav_item.active,
.nav_wrap .nav_item:hover {
  background-color: var(--tertiary);
  border-color: var(--tertiary);
  color: #fff;
}
.case_model {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  overflow-y: auto;
}
.case_model.active {
  display: grid;
}
.case_model .case_box {
  width: calc(100% - 4rem);
  margin: 5rem auto;
  max-width: 103.4rem;
  background-color: #fff;
  border-radius: var(--rd);
  padding: 1.7rem 1.8rem 4rem;
  overflow: hidden;
}
.case_model .case_model_swiper {
  overflow: hidden;
  border-radius: var(--rd);
}
.case_model .case_model_swiper .item {
  display: block;
  height: 100%;
}
.case_model .case_model_swiper .item:hover img {
  transform: scale(1.03);
}
.case_model .case_model_swiper .img {
  border-radius: var(--rd);
  padding-bottom: 52.10420842%;
}
.case_model .case_model_swiper .info {
  text-align: center;
  padding: 3.7rem 2rem;
}
.case_model .case_model_swiper .info .locate {
  font-size: 1.353rem;
  line-height: 1.2;
  color: var(--tertiary);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.041em;
}
.case_model .case_model_swiper .info .title {
  font-size: 2.8rem;
  line-height: 1.71428571;
  font-weight: 600;
  color: #1a2b3c;
  text-transform: unset;
  margin-top: -1px;
}
.case_model .case_model_swiper .info .desc {
  font-size: 1.8rem;
  line-height: 1.333333;
  color: #666;
  max-width: 59.4rem;
  margin: 0.3rem auto 0;
}
.case_model div.swiper-pagination.swiper-pagination-bullets {
  position: static;
  display: flex;
  gap: 0.7rem;
  justify-content: center;
  margin-top: 4.8rem;
}
.case_model div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  flex: 1;
  max-width: 2.7rem;
  width: 100%;
  height: 0.4rem;
  background: #000;
  opacity: 0.24;
  margin: 0;
  transition: all 0.3s;
  border-radius: 0;
}
.case_model div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: var(--tertiary);
}
.news_list .active a::after {
  opacity: 1;
}
.news_list .active .btn_i::after {
  background-color: var(--primary);
}
.news_list a {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: var(--rd);
  border: 1px solid #e8e8eb;
}
.news_list a::after {
  position: absolute;
  left: -1.5px;
  top: -1.5px;
  bottom: -1.5px;
  right: -1.5px;
  content: '';
  border-radius: var(--rd);
  border: 2px solid var(--primary);
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
  box-shadow: var(--shadow);
}
.news_list a:hover img {
  transform: scale(1.03);
}
.news_list .img {
  border-radius: var(--rd) var(--rd) 0 0;
  padding-bottom: 69.75717439%;
}
.news_list .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 3.4rem 3.6rem 1.6rem;
}
.news_list .info .text {
  flex: 1;
  border-bottom: 1px solid #e8e8eb;
  padding-bottom: 5.4rem;
}
.news_list .metas {
  font-size: 1.5rem;
  color: #858b8e;
  text-transform: uppercase;
}
.news_list .metas .cat {
  font-size: 1.1333em;
  font-weight: 500;
  color: var(--secondary);
  margin-right: 0.294em;
}
.news_list .metas .date {
  margin-left: 0.2667em;
}
.news_list .title {
  font-size: 2.4rem;
  line-height: 1.375;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: unset;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-top: 1.4rem;
}
.news_list .btn_i {
  grid-template-columns: 1fr 2.444em;
  margin-top: 1.9rem;
}
.product_list .active a::after {
  opacity: 1;
}
.product_list .active .info .link {
  opacity: 1;
}
.product_list .active .image .img.img_cv {
  transform: scale(1);
  opacity: 1;
}
.product_list .active .image .img.img_ct {
  transform: scale(1.05);
  opacity: 0;
}
.product_list a {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: var(--rd);
  --rd: 1.6rem;
  border: 1px solid var(--border);
}
.product_list a::after {
  position: absolute;
  left: -1.5px;
  top: -1.5px;
  bottom: -1.5px;
  right: -1.5px;
  content: '';
  border-radius: var(--rd);
  border: 2px solid var(--primary);
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.product_list .image {
  position: relative;
  border-radius: var(--rd) var(--rd) 0 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  background-image: linear-gradient(to right bottom, #f8fafc 13.3%, #f1f5f9 87.3%);
}
.product_list .image .img {
  transition: all linear 0.4s;
}
.product_list .image .img.img_cv {
  width: 100%;
  padding-bottom: 74.85549133%;
  opacity: 0;
  transform: scale(1.05);
}
.product_list .image .img.img_ct {
  position: absolute;
  width: 74.85549133%;
  height: 100%;
  top: 0;
}
.product_list .cat {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  background-color: var(--tertiary);
  border-radius: 1.2em;
  line-height: 1.2;
  padding: 0.58182em 1.1364em;
  margin: 4.3353%;
  letter-spacing: 0.04545em;
}
.product_list .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2.1rem 2.1rem 2.3rem;
}
.product_list .info .title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1a2b3c;
  text-transform: unset;
  letter-spacing: 0.00556em;
}
.product_list .info ul {
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 500;
  color: #64748b;
  letter-spacing: -0.0067em;
}
.product_list .info ul li + li {
  margin-top: 0.9rem;
}
.product_list .info ul li {
  position: relative;
  padding-left: 1.333em;
}
.product_list .info ul li::before {
  position: absolute;
  width: 0.86667em;
  height: 0.86667em;
  content: '';
  background: no-repeat center / contain;
  left: 0;
  top: 0.133em;
  filter: contrast(0) brightness(1);
}
.product_list .info ul .mt::before {
  background-image: url("../img/pd-icon1.svg");
  top: 0.2667em;
}
.product_list .info ul .sz::before {
  background-image: url("../img/pd-icon2.svg");
}
.product_list .info ul .cy::before {
  background-image: url("../img/pd-icon3.svg");
}
.product_list .info .link {
  display: inline-flex;
  align-items: center;
  transition: all 0.3s;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--tertiary);
  gap: 0.7rem;
  margin-left: auto;
  opacity: 0;
  margin-top: 1.4rem;
}
.product_list .info .link::after {
  display: inline-block;
  flex-shrink: 0;
  content: '';
  width: 0.9286em;
  height: 0.9286em;
  transition: all 0.3s;
  background: url("../img/arrow-r2.svg") no-repeat center / contain;
}
.product_list .info .link:hover::after {
  transform: translateX(20%);
}
.case_item {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  border-radius: 1.2rem;
  cursor: pointer;
}
.case_item:hover img {
  transform: scale(1.03);
}
.case_item .img {
  padding-bottom: 53.5637149%;
}
.case_item .cat {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  color: #fff;
  background-color: var(--primary);
  border-radius: 0.4rem;
  text-transform: uppercase;
  font-size: 1.24rem;
  line-height: 1.2;
  font-weight: 700;
  padding: 0.7452em 1.29em;
  margin: 3.888%;
  letter-spacing: 0.0444em;
}
.case_item .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 2.8rem 2.7rem 3.1rem;
}
.case_item .info .text {
  flex: 1;
  border-bottom: 1px solid var(--border);
  padding-bottom: 2rem;
}
.case_item .locate {
  font-size: 1.353rem;
  line-height: 1.2;
  color: var(--tertiary);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.041em;
}
.case_item .title {
  font-size: 2.3rem;
  line-height: 1.3;
  font-weight: 600;
  color: #1a2b3c;
  text-transform: unset;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  max-width: 38.6rem;
  margin-top: 0.6rem;
}
.case_item .desc {
  font-size: 1.578rem;
  line-height: 1.67;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  max-width: 38.2rem;
  margin-top: 1.7rem;
}
.case_item .wrap {
  display: flex;
  align-items: center;
  margin-top: 1.9rem;
  gap: 1.9rem;
}
.case_item .wrap .date,
.case_item .wrap .oem {
  display: grid;
  grid-template-columns: 1.035em 1fr;
  align-items: center;
  font-size: 1.353rem;
  color: #94a3b8;
  gap: 0.52em;
}
.case_item .wrap .date::before,
.case_item .wrap .oem::before {
  display: block;
  padding-bottom: 100%;
  content: '';
  background: url("../img/icon-date.svg") no-repeat center / contain;
}
.case_item .wrap .oem::before {
  background-image: url("../img/get.svg");
}
.case_item .wrap .btn_sgl {
  margin-left: auto;
}
.page_contact form .btn span.wpcf7-spinner{
  width: 24px !important;
  position: absolute;
  left: 0%;
}
body .wpcf7 form .wpcf7-response-output{
  padding: 0;
  margin: 0;
  border: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* Search Modal */
.search_modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(12, 12, 12, 0.88);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.search_modal.active {
  opacity: 1;
  visibility: visible;
}
.search_modal_close {
  position: absolute;
  top: 3rem;
  right: 3rem;
  width: 36px;
  height: 36px;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  z-index: 2;
}
.search_modal_close::before,
.search_modal_close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  transition: background-color 0.3s;
}
.search_modal_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.search_modal_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.search_modal_close:hover::before,
.search_modal_close:hover::after {
  background-color: var(--primary);
}
.search_modal_inner {
  width: 92%;
  max-width: 720px;
  padding: 0 1rem;
}
.search_modal_form {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  background-color: #fff;
  border: 2px solid #dfe3e8;
  padding: 0.5rem 0.7rem 0.5rem 2rem;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
  transform: translateY(-30px);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.2s;
  clip-path: var(--polygon1);
  border-radius: 0.5rem;
}
.search_modal_form:focus-within {
  border-color: var(--primary);
}
.search_modal.active .search_modal_form {
  transform: translateY(0);
}
.search_modal_form input[type="search"] {
  width: 100%;
  height: 5.2rem;
  font-size: 1.6rem;
  color: var(--title);
  background: transparent;
  border: 0;
  outline: none;
  padding: 0;
  font-family: 'Outfit', sans-serif;
}
.search_modal_form input[type="search"]::placeholder {
  color: var(--text);
}
.search_modal_form input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
.search_modal_submit {
  width: 5.2rem;
  height: 5.2rem;
  border: 0;
  background-color: var(--primary);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s;
  clip-path: var(--polygon1);
  border-radius: 0.8rem;
}
.search_modal_submit:hover {
  background-color: var(--secondary);
}
.search_modal_submit svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
}
body.search_modal_open {
  overflow: hidden;
}

.search .products_main .rt{
  max-width: unset;
}
.default_head{
  padding: 9rem 0;
  background-color: #eee;
}
.default_head h1{
  font-size: 4.5rem;
}
.default_body{
  padding: 5rem 0;
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: #171717;
}

.default_body h2 {
  font-size: 2.6rem;
  line-height: 3.4rem;
  font-weight: 700;
  margin: 3.5rem 0 3.3rem;
}
.default_body h3 {
  font-size: 2rem;
  line-height: 3.4rem;
  font-weight: 700;
  margin: 1.6rem 0 1rem;
}
.default_body p {
  margin: 1rem 0;
}
.default_body img {
  border-radius: 8px;
  width: 100%;
  display: block;
  object-fit: cover;
  margin: 4.7rem 0;
}
.default_body ul {
  margin: 1rem 0;
}
.default_body ul li {
  position: relative;
  padding-left: 2.4rem;
  margin-bottom: 1rem;
}
.default_body ul li:last-child {
  margin-bottom: 0;
}
.default_body ul li::before {
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  left: 0;
  top: 0.8rem;
  border-radius: 50%;
  
  content: '';
}

.quote_modal form .btn{
  position: relative;
}
.quote_modal form .btn span.wpcf7-spinner{
  width: 24px;
  position: absolute;
  left: 100%;
}
body .wpcf7 form .wpcf7-response-output{
  padding: 0;
  margin: 0;
  border: none;
}





.quote_modal form {
  border-radius: 2rem;
  border: 1px solid #e8efe9;
  background-color: #fff;
  color: #1a1a1a;
  display: grid;
  gap: 2rem;
  padding: 8.7179487% 8.2051282% 6.8376068%;
}
.quote_modal form .info {
  padding-bottom: 1.5rem;
}
.quote_modal form .info strong {
  font-size: 3rem;
  font-weight: 600;
}
.quote_modal form .info p {
  font-size: 1.7rem;
  line-height: 1.6;
  color: #666;
  margin-top: 1.4rem;
}
.quote_modal form span {
  width: 100%;
}
.quote_modal form .label {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
}
.quote_modal form .label i {
  color: #0b7a3f;
}
.quote_modal form input,
.quote_modal form textarea {
  display: block;
  width: 100%;
  border-radius: 1.2rem;
  border: 1px solid #e0e8e2;
  background-color: #fafcfb;
  transition: border-color 0.2s;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 0 2rem;
  height: 5rem;
}
.quote_modal form input:focus,
.quote_modal form textarea:focus {
  border-color: var(--primary);
}
.quote_modal form textarea {
  height: 14.1rem;
  padding: 1.5rem 2rem;
}
.quote_modal form span:has(textarea) {
  margin-top: -1px;
}
.quote_modal form span:has(.btn) {
  margin-top: 1rem;
}
.quote_modal form .btn {
  gap: 1.6rem;
}
.quote_modal form .btn input {
  display: none;
}

.quote_modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(12, 12, 12, 0.88);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.quote_modal.active {
  opacity: 1;
  visibility: visible;
}
.quote_modal_close {
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
  width: 3.6rem;
  height: 3.6rem;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1;
}
.quote_modal form .label{
  display: block;
  margin-bottom: 1rem;
}
.quote_modal form .wpcf7-spinner{
  position: absolute;
  left: 0;
}
.quote_modal_close::before,
.quote_modal_close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.4rem;
  height: 2px;
  background-color: #fff;
  transition: background-color 0.2s ease;
}
.quote_modal_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.quote_modal_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.quote_modal_close:hover::before,
.quote_modal_close:hover::after {
  background-color: var(--primary);
}
.quote_modal_inner {
  width: 92%;
  max-width: 580px;
  max-height: 90vh;
  overflow-y: auto;
  background: #fff;
  border-radius: 1.2rem;
  padding: 0;
}
.quote_modal_inner .head {
  text-align: center;
  margin-bottom: 3rem;
}
.quote_modal_inner .head .subtitle {
  color: var(--primary);
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.8rem;
}
.quote_modal_inner .head h2 {
  color: var(--title);
  font-size: 2.2rem;
  line-height: 1.4;
}
.quote_modal_inner .head h2 span {
  color: var(--primary);
}
.quote_modal_inner .con {
  display: flex;
  flex-wrap: wrap;
  gap: 2.6rem 0;
  justify-content: space-between;
}
.quote_modal_inner .con .tip {
  font-size: 1.4rem;
  opacity: 0.54;
  display: block;
  margin-top: 2px;
}

body.quote_modal_open {
  overflow: hidden;
}

div.jst-language-switcher {
  display: none;
}


@media screen and (min-width: 769px) and (max-width: 1500px) {
  header {
    padding-top: 0;
    top: -110px;
  }
  header .logo {
    align-self: center;
  }
  header nav .menu > li > a {
    font-size: 16px;
  }
  header .btns .btn {
    font-size: 16px;
    margin: 0;
    min-width: unset;
  }
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0 3rem;
  }
  header nav .menu {
    gap: 3rem;
  }
  .mega_menu .nav a {
    font-size: 16px;
  }
  .mega_menu .list .title {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .tcon h1 {
    font-size: 6rem;
  }
  .tcon h2 {
    font-size: 5rem;
  }
  .page_applications .info h3 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  header .logo,
  header .btns {
    margin: 0;
    padding: 0;
  }
  header nav {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    pointer-events: none;
    display: flex;
    --radius: 8px;
    padding: 0;
  }
  header nav.active {
    pointer-events: all;
  }
  header nav.active .close {
    opacity: 1;
  }
  header nav.active .con {
    transform: translate(0);
  }
  header nav > .close {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
    background-color: rgba(0, 0, 0, 0.75);
    display: block;
  }
  header nav .con {
    width: min(300px, 80%);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s;
    transform: translateX(-100%);
    background-color: #fff;
  }
  header nav .close_box {
    padding: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  header nav .close_box .close {
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-left: auto;
    transition: all 0.3s;
    border-radius: var(--radius);
    background: url('../img/close.svg') no-repeat center / 12px;
  }
  header nav .close_box .close:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .close_box + div {
    flex: 1;
    overflow: auto;
    padding: 12px 12px 30px;
  }
  header nav .menu {
    display: block;
  }
  header nav .menu > li {
    cursor: pointer;
  }
  header nav .menu > li + li {
    margin-top: 8px;
  }
  header nav .menu > li > a {
    color: var(--title);
    display: block;
    font-size: 16px;
    line-height: 26px;
    padding: 10px 12px;
    transition: all 0.3s;
    border-radius: var(--radius);
  }
  header nav .menu > li > a::after {
    display: none;
  }
  header nav .menu > li > a:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .menu > li.current-menu-item > a,
  header nav .menu > li.current-menu-parent > a {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .menu .menu-item-has-children {
    position: relative;
  }
  header nav .menu .menu-item-has-children > a {
    margin-right: 46px;
  }
  header nav .menu .menu-item-has-children::before,
  header nav .menu .menu-item-has-children::after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    width: 36px;
    height: 36px;
    transition: all 0.3s;
    border-radius: var(--radius);
  }
  header nav .menu .menu-item-has-children::after {
    background: url(../img/select.svg) no-repeat center / 12px;
  }
  header nav .menu .menu-item-has-children.active::before {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .menu .menu-item-has-children.active::after {
    transform: rotate(180deg);
  }
  header nav .sub-menu {
    position: static;
    padding: 10px;
    margin: 12px 0;
    box-shadow: none;
    display: none;
    opacity: 1;
    pointer-events: all;
    transition: none;
    min-width: unset;
    border-radius: var(--radius);
    transform: translate(0);
    background-color: rgba(0, 0, 0, 0.02);
  }
  header nav .sub-menu > li {
    cursor: pointer;
    transform: translate(0);
  }
  header nav .sub-menu > li + li {
    margin-top: 6px;
  }
  header nav .sub-menu > li > a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    white-space: normal;
    padding: 10px;
    transition: all 0.3s;
    border-radius: var(--radius);
  }
  header nav .sub-menu > li.current-menu-item > a {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .sub-menu .menu-item-has-children > a {
    margin-right: 42px;
  }
  header nav .sub-menu .menu-item-has-children::before,
  header nav .sub-menu .menu-item-has-children::after {
    top: 2px;
    width: 36px;
    height: 36px;
    background-size: 10px;
  }
  header nav .sub-menu .sub-menu {
    margin: 10px 0;
  }
  header nav .sub-menu .sub-menu > li + li {
    margin-top: 0;
  }
  header nav .sub-menu .sub-menu > li > a {
    font-size: 12px;
  }
  header .btns .btn_menu {
    display: block;
  }
  header .btns .btn_search,
  header .btns .btn_lang,
  header .btns .btn {
    margin: 0;
  }
  header .mega_menu {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  .tcon h1 {
    font-size: 5rem;
  }
  .tcon h2 {
    font-size: 4rem;
  }
  .page_applications .info h3 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #8b8b8b;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --rd: 10px;
  }
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0 20px;
  }
  .swiper_content {
    padding: 10px 20px;
  }
  .only_mobile {
    display: block;
  }
  body.fixed {
    padding-right: 0;
  }
  .gap {
    gap: 20px;
  }
  .btn {
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px;
    gap: 10px;
  }
  .btn_line {
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px;
  }
  .btn_line.has_a {
    gap: 10px;
  }
  .btn_i {
    font-size: 14px;
    gap: 10px;
  }
  .btn_sgl {
    width: 32px;
  }
  .swiper_btns {
    gap: 20px;
  }
  .swiper_btns div {
    width: 40px;
  }
  .swiper_btns.middle:not(:has(.swiper-button-lock)) {
    position: static;
    width: 100%;
    max-width: unset;
    justify-content: flex-end;
    transform: translate(0);
    pointer-events: all;
    margin-top: 30px;
    padding: 0 20px;
  }
  .tcon > em {
    font-size: 14px;
    margin-bottom: 8px;
    gap: 10px;
  }
  .tcon h1 {
    font-size: 25px;
    line-height: 1.3;
  }
  .tcon h2 {
    font-size: 22px;
    line-height: 1.3;
  }
  .tcon .desc,
  .tcon p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  div.head.flex .tcon {
    padding: 0;
  }
  div.head.flex .btn,
  div.head.flex .btn_line {
    margin: 0;
  }
  div.head .desc,
  div.head p {
    margin-top: 10px;
  }
  div.head p + p {
    margin-top: 12px;
  }
  div.head .btn {
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px;
    gap: 10px;
  }
  div.head .btn_line {
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px;
  }
  div.head .btn_line.has_a {
    gap: 10px;
  }
  div.head .btn,
  div.head .btn_line {
    margin-top: 20px;
  }
  div.head .btns {
    gap: 14px;
    margin-top: 20px;
  }
  div.head .btns .btn,
  div.head .btns .btn_line {
    margin: 0;
    padding: 0 20px;
    gap: 10px;
  }
  header {
    top: 0;
    padding: 0;
  }
  header .logo {
    align-self: center;
  }
  header .logo img {
    height: 50px;
  }
  header .btns {
    gap: 20px;
    min-height: 64px;
  }
  header .btns .btn_search {
    width: 22px;
    height: 22px;
  }
  header .btns .btn_lang {
    padding-left: 32px;
  }
  header .btns .btn_lang::before {
    width: 22px;
    height: 22px;
  }
  header .btns .btn {
    line-height: 40px;
    min-width: unset;
    font-size: 14px;
    gap: 10px;
  }
  footer .top {
    padding: 50px 0 20px;
  }
  footer .top .logo {
    width: 100px;
    margin: 0;
  }
  footer .top .social {
    gap: 14px;
  }
  footer .top .social a {
    width: 40px;
    height: 40px;
  }
  footer .main {
    display: block;
    padding: 20px 0 50px;
  }
  footer .main .foot_intro {
    width: 100%;
    padding: 0 0 30px;
    margin: 0;
  }
  footer .main .foot_intro p {
    font-size: 16px;
    line-height: 1.5;
  }
  footer .main .foot_intro .menu {
    margin-top: 20px;
  }
  footer .main .foot_intro .menu a {
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px;
    gap: 10px;
  }
  footer .main .foot_nav {
    width: 100%;
  }
  footer .main .foot_nav strong {
    font-size: 16px;
    line-height: 46px;
    border: 1px solid var(--border);
    padding: 0 22px;
    position: relative;
    margin-bottom: 16px;
  }
  footer .main .foot_nav strong::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/icon-select.svg) no-repeat center / contain;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
  footer .main .foot_nav.active strong::after {
    transform: translateY(-50%) rotate(180deg);
  }
  footer .main .foot_nav > div {
    display: none;
    padding: 0 20px 20px;
  }
  footer .main .foot_nav > div li + li {
    margin-top: 14px;
  }
  footer .main .foot_nav > div a {
    font-size: 14px;
    display: block;
    font-weight: normal;
  }
  footer .main .foot_nav > div p {
    font-size: 14px;
    line-height: 1.5;
  }
  footer .main .foot_connect {
    width: 100%;
    padding-top: 10px;
  }
  footer .main .foot_connect strong {
    margin-bottom: 16px;
  }
  footer .main .foot_connect li a {
    font-size: 16px;
  }
  footer .main .foot_connect li .label {
    font-size: 13px;
    margin-bottom: 5px;
  }
  footer .main .foot_connect li + li {
    margin-top: 16px;
  }
  footer .bottom {
    padding: 20px 0;
  }
  footer .bottom p {
    font-size: 13px;
  }
  footer .bottom a {
    font-size: 14px;
  }
  footer .bottom ul {
    gap: 16px 0;
  }
  footer .bottom ul li::before {
    height: 10px;
    margin: 0 10px;
  }
  footer #backtop {
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 20px;
  }
  .page_kartboat {
    padding: 50px 0;
    overflow: hidden;
  }
  .page_kartboat .swiper_content {
    overflow: unset;
    padding: 0 20px;
  }
  .page_kartboat .swiper_content .page_kartboat_swiper {
    margin-top: 30px;
    padding: 0;
  }
  .page_kartboat .page_kartboat_swiper {
    overflow: unset;
    margin-top: 30px;
  }
  .page_kartboat .item .info {
    padding: 20px;
  }
  .page_kartboat .item .info .title {
    font-size: 18px;
  }
  .page_kartboat .item .info .desc {
    line-height: 1.5;
    margin-top: 10px;
    margin-right: 0;
  }
  .page_kartboat .item .info .feature {
    margin-top: 20px;
    padding: 14px 0;
  }
  .page_kartboat .item .info .feature li strong {
    font-size: 20px;
  }
  .page_kartboat .item .info .feature li p {
    font-size: 13px;
    margin-top: 5px;
  }
  .page_kartboat .item .info .btns {
    margin-top: 20px;
    gap: 12px;
  }
  .page_kartboat .item .info .btns .btn,
  .page_kartboat .item .info .btns .btn_line {
    flex: 1 0 150px;
  }
  .page_contact {
    padding: 50px 0;
    background-image: linear-gradient(to top, transparent 0 70px, var(--bg) 70px 100%);
  }
  .page_contact .flex {
    align-items: center;
  }
  .page_contact .connect {
    margin-top: 22px;
  }
  .page_contact .connect li + li {
    margin-top: 16px;
  }
  .page_contact .connect li .label {
    margin-bottom: 10px;
  }
  .page_contact .connect li a {
    font-size: 16px;
    padding-left: 25px;
  }
  .page_contact .connect li a::before {
    width: 16px;
    height: 16px;
    top: 2px;
  }
  .page_contact .connect .email a {
    padding-left: 25px;
  }
  .page_contact .connect .email a::before {
    top: 5px;
  }
  .page_contact .qrcodes {
    margin-top: 30px;
  }
  .page_contact .qrcodes ul {
    gap: 20px;
  }
  .page_contact .qrcodes li .img {
    padding: 5px;
  }
  .page_contact .qrcodes li .img img {
    width: 80px;
    height: 80px;
  }
  .page_contact .qrcodes li .label {
    font-size: 13px;
    margin-top: 7px;
  }
  .page_contact .quote_form {
    margin: 0;
  }
  .page_contact .quote_form form {
    gap: 16px;
    padding: 20px;
  }
  .page_contact .quote_form form .info {
    padding-bottom: 10px;
  }
  .page_contact .quote_form form .info strong {
    font-size: 18px;
  }
  .page_contact .quote_form form .info p {
    margin-top: 5px;
  }
  .page_contact .quote_form form .col-2 {
    width: 100%;
  }
  .page_contact .quote_form form .label {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .page_contact .quote_form form input,
  .page_contact .quote_form form textarea,
  .page_contact .quote_form form select {
    font-size: 14px;
    height: 46px;
    padding: 0 20px;
  }
  .page_contact .quote_form form select {
    background-size: 12px;
    background-position: right 20px center;
    padding-right: 40px;
  }
  .page_contact .quote_form form textarea {
    height: 80px;
    padding: 14px 20px;
  }
  .page_contact .quote_form form span:has(select,textarea) {
    margin-top: 0;
  }
  .page_contact .quote_form form span:has(.btn) {
    margin-top: 10px;
  }
  .page_contact .quote_form form .btn {
    line-height: 40px;
  }
  .page_contact .quote_form form .tip {
    margin-top: 0;
    gap: 8px;
  }
  .page_nav {
    padding: 20px 0;
  }
  .page_nav .nav .nav_list {
    width: calc(100% + 40px);
    padding: 0 20px;
    margin: 0 -20px;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: auto;
    justify-content: unset;
  }
  .page_nav .nav .nav_list::-webkit-scrollbar {
    display: none;
  }
  .page_nav .nav .nav_list li {
    flex-shrink: 0;
  }
  .page_nav .nav .nav_list li:first-child {
    margin-left: auto;
  }
  .page_nav .nav .nav_list li:last-child {
    margin-right: auto;
  }
  .page_nav .nav .nav_list .nav_item {
    white-space: nowrap;
  }
  .page_banner .flex {
    height: auto;
    padding: 50px 0;
  }
  .page_banner .tcon > em {
    margin-bottom: 10px;
  }
  .page_applications {
    padding: 50px 0;
  }
  .page_applications .nav {
    margin-top: 20px;
  }
  .page_applications .nav .nav_list {
    justify-content: unset;
  }
  .page_applications .nav .nav_list li:first-child {
    margin-left: auto;
  }
  .page_applications .nav .nav_list li:last-child {
    margin-right: auto;
  }
  .page_applications .page_applications_swiper {
    margin-top: 30px;
    border-radius: 10px;
  }
  .page_applications .page_applications_swiper .info {
    padding: 0;
  }
  .page_applications .page_applications_swiper .info h3 {
    font-size: 18px;
  }
  .page_applications .page_applications_swiper .info p {
    margin-top: 10px;
  }
  .page_applications .page_applications_swiper .info ul {
    font-size: 14px;
    margin-top: 10px;
  }
  .page_applications .page_applications_swiper .info ul li + li {
    margin-top: 10px;
  }
  .page_applications .page_applications_img_swiper {
    padding-bottom: 20px;
  }
  .page_applications .page_applications_img_swiper .img {
    border-radius: 10px;
  }
  .page_applications .page_applications_img_swiper div.swiper-pagination.swiper-pagination-bullets {
    gap: 10px;
  }
  .page_applications .page_applications_img_swiper div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    max-width: 50px;
  }
  .page_cases {
    padding: 50px 0;
    overflow: hidden;
  }
  .page_cases .page_cases_swiper {
    overflow: unset;
    margin-top: 30px;
    margin-left: 0;
  }
  .page_cases .swiper_btns.middle {
    display: none;
  }
  .page_cases .btns {
    margin-top: 30px;
    gap: 14px;
  }
  .page_cases .btns .btn_line,
  .page_cases .btns .btn {
    min-width: unset;
  }
  .page_faqs {
    padding: 50px 0;
  }
  .page_faqs .faqs {
    margin-top: 30px;
  }
  .page_faqs .faq_list .faq_item {
    margin-bottom: 12px;
    border-radius: 10px;
  }
  .page_faqs .faq_list .faq_item.active {
    margin-bottom: 16px;
  }
  .page_faqs .faq_list .question {
    font-size: 18px;
    padding: 14px 20px;
  }
  .page_faqs .faq_list .question::before,
  .page_faqs .faq_list .question::after {
    right: 20px;
  }
  .page_faqs .faq_list .answer {
    font-size: 14px;
    line-height: 1.5;
    padding: 0 20px 20px;
  }
  .breadcrumbs {
    line-height: 20px;
    min-height: 20px;
  }
  .nav_wrap .nav_list {
    width: calc(100% + 40px);
    padding: 0 20px;
    margin: 0 -20px;
    flex-wrap: nowrap;
    gap: 20px;
    overflow-x: auto;
  }
  .nav_wrap .nav_list::-webkit-scrollbar {
    display: none;
  }
  .nav_wrap .nav_list li {
    flex-shrink: 0;
  }
  .nav_wrap .nav_list .nav_item {
    font-size: 14px;
    white-space: nowrap;
  }
  .case_model .case_box {
    padding: 15px 15px 20px;
  }
  .case_model .case_model_swiper .info {
    padding: 20px;
  }
  .case_model .case_model_swiper .info .locate {
    font-size: 13px;
  }
  .case_model .case_model_swiper .info .title {
    font-size: 18px;
    margin-top: 5px;
  }
  .case_model .case_model_swiper .info .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 5px;
  }
  .case_model div.swiper-pagination.swiper-pagination-bullets {
    gap: 6px;
    margin-top: 30px;
  }
  .case_model div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    max-width: 22px;
  }
  .table_wrap {
    --rd: 6px;
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 20px;
    overflow-x: auto;
  }
  .table_wrap::-webkit-scrollbar {
    display: none;
  }
  .table_wrap th {
    font-size: 15px;
    padding: 14px;
  }
  .table_wrap td {
    font-size: 14px;
    padding: 14px;
  }
  .news_list .info {
    padding: 20px;
  }
  .news_list .info .text {
    padding-bottom: 20px;
  }
  .news_list .info .metas {
    font-size: 14px;
  }
  .news_list .info .metas .cat {
    font-size: 15px;
  }
  .news_list .info .title {
    font-size: 18px;
    margin-top: 10px;
  }
  .news_list .info .btn_i {
    margin-top: 14px;
  }
  .case_item {
    border-radius: 10px;
  }
  .case_item .cat {
    font-size: 12px;
    padding: 0.5em 1em;
  }
  .case_item .info {
    padding: 20px;
  }
  .case_item .info .text {
    padding-bottom: 20px;
  }
  .case_item .info .text .locate {
    font-size: 13px;
  }
  .case_item .info .text .title {
    font-size: 18px;
    line-height: 1.2;
    padding: 0;
  }
  .case_item .info .text .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .case_item .info .wrap {
    margin-top: 14px;
    gap: 14px;
  }
  .case_item .info .wrap .date,
  .case_item .info .wrap .oem {
    font-size: 13px;
  }
  .product_list a {
    --rd: 10px;
  }
  .product_list .cat {
    font-size: 12px;
    padding: 0.5em 1em;
  }
  .product_list .info {
    padding: 20px;
  }
  .product_list .info .title {
    font-size: 16px;
  }
  .product_list .info ul {
    font-size: 14px;
    margin-top: 10px;
  }
  .product_list .info ul li + li {
    margin-top: 10px;
  }
  .product_list .info .link {
    font-size: 14px;
    gap: 6px;
    margin-top: 20px;
    opacity: 1;
  }

  .quote_modal_inner {
    padding: 3rem 2rem;
  }
  .quote_modal_inner .con > span.col2 {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  header .btns .btn {
    display: none;
  }
  .page_contact .quote_form {
    width: 100%;
  }
  footer .top {
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
  }
  footer .top .social {
    width: 100%;
    justify-content: space-around;
  }
  footer .main .foot_intro {
    text-align: center;
  }
  footer .bottom {
    flex-direction: column-reverse;
    text-align: center;
  }
  .page_banner .head {
    width: 100%;
  }
  .page_banner .btns {
    flex-direction: column;
  }
  .page_applications .page_applications_img_swiper {
    width: 100%;
  }
  .page_cases .btns {
    flex-direction: column;
  }
  .page_faqs .faq_list .question {
    font-size: 16px;
  }
}
