* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary: #14248e;
  --secondary: #305ad1;
  --title: #0b0e1e;
  --text: #5a5a68;
  --border: #d1d1d1;
  --border2: #e8e8ef;
  --bg: #f4f6f9;
  --bg2: #f8f9fc;
  --shadow: 0 4rem 2rem rgba(161, 167, 175, 0.45);
  --shadow2: 0 1rem 1rem rgba(201, 204, 209, 0.35);
  --shadow3: 0 1rem 1rem rgba(201, 204, 209, 0.55);
  --pl: polygon(30% 0, 81% 0, 51.2% 50%, 100% 50%, 70% 100%, 20% 100%, 50% 50%, 0 50%);
  --bg_linear: linear-gradient(to bottom, var(--primary) 0 50%, var(--secondary) 50% 100%);
  --bg_linear_w: linear-gradient(to bottom, #fff 0 50%, rgba(255, 255, 255, 0.5) 50% 100%);
}
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;
}
.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: "Manrope", sans-serif;
}
body.fixed {
  overflow: hidden;
  padding-right: 15px;
}
body [data-wpr-lazyrender] {
  content-visibility: unset;
}
.Inter,
.desc,
p {
  font-family: "Inter", sans-serif;
}
.Manrope {
  font-family: "Manrope", sans-serif;
}
.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 {
  object-fit: cover;
}
.img.img_ct img {
  object-fit: contain;
}
.img.img_ab {
  position: relative;
}
.img.img_ab img {
  position: absolute;
  left: 0;
  top: 0;
}
.img.img_aba {
  position: relative;
  --h: 100%;
}
.img.img_aba::after {
  content: '';
  display: block;
  padding-bottom: var(--h);
}
.img.img_aba img {
  position: absolute;
  left: 0;
  top: 0;
}
.img.img_hv:hover img {
  transform: scale(1.03);
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
  aspect-ratio: inherit;
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img_bg > img {
  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 {
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  border-right-width: 0;
  color: #fff;
  font-size: 1.8rem;
  line-height: 6.6rem;
  font-weight: 700;
  gap: 1.4rem;
  padding: 0 6.2rem 0 2.9rem;
  cursor: pointer;
  --btn_w: 5rem;
  --btn_op: 0.28;
}
.btn i {
  display: inline-block;
  content: '';
  flex-shrink: 0;
  width: 1rem;
  height: 1.6rem;
  background: url("../img/arrow-w.svg") no-repeat center / contain;
  transition: all 0.3s;
}
.btn::before,
.btn::after {
  position: absolute;
  width: var(--btn_w);
  right: 0;
  top: -1px;
  bottom: -1px;
  background-color: var(--secondary);
  content: '';
  opacity: var(--btn_op);
  clip-path: var(--pl);
  transition: all 0.3s;
}
.btn::after {
  opacity: 1;
  transform: translateX(50%);
}
.btn:hover {
  background-color: #fff;
  color: var(--primary);
}
.btn:hover i {
  background-image: url("../img/arrow.svg");
  transform: translateX(20%);
}
.btn:hover::before {
  transform: translateX(50%);
  opacity: 1;
}
.btn:hover::after {
  transform: translateX(0);
  opacity: var(--btn_op);
}
.btn.wt {
  background-color: #fff;
  border-color: #fff;
  color: var(--title);
}
.btn.wt i {
  background-image: url("../img/arrow.svg");
}
.btn.wt:hover {
  background-color: transparent;
  color: #fff;
}
.btn.wt:hover i {
  background-image: url("../img/arrow-w.svg");
}
.btn.wt:hover::before,
.btn.wt:hover::after {
  background-color: #fff;
}
.btn_line {
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s;
  background-color: transparent;
  border: 1px solid var(--primary);
  border-right-width: 0;
  color: var(--title);
  font-size: 1.8rem;
  line-height: 6.7rem;
  font-weight: 700;
  gap: 1.4rem;
  padding: 0 6.2rem 0 3.8rem;
  cursor: pointer;
  --btn_w: 5.1rem;
  --btn_op: 0.08;
}
.btn_line i {
  display: inline-block;
  content: '';
  flex-shrink: 0;
  width: 1rem;
  height: 1.6rem;
  background: url("../img/arrow.svg") no-repeat center / contain;
  transition: all 0.3s;
}
.btn_line::before,
.btn_line::after {
  position: absolute;
  width: var(--btn_w);
  right: 0;
  top: -1px;
  bottom: -1px;
  background-color: var(--primary);
  content: '';
  opacity: var(--btn_op);
  clip-path: var(--pl);
  transition: all 0.3s;
}
.btn_line::after {
  opacity: 1;
  transform: translateX(50%);
}
.btn_line:hover {
  background-color: var(--primary);
  color: #fff;
  --btn_op: 0.28;
}
.btn_line:hover i {
  background-image: url("../img/arrow-w.svg");
  transform: translateX(20%);
}
.btn_line:hover::before,
.btn_line:hover::after {
  background-color: var(--secondary);
}
.btn_line:hover::before {
  transform: translateX(50%);
  opacity: 1;
}
.btn_line:hover::after {
  transform: translateX(0);
  opacity: var(--btn_op);
}
.btn_i {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 1.8rem;
  line-height: normal;
  font-weight: 700;
  color: var(--title);
  gap: 1.3rem;
}
.btn_i::after {
  display: inline-block;
  content: '';
  flex-shrink: 0;
  width: 0.9rem;
  height: 1.4rem;
  background: url("../img/arrow.svg") no-repeat center / contain;
  transition: all 0.3s;
}
.btn_i:hover {
  color: var(--primary);
}
.btn_i:hover::after {
  transform: translateX(20%);
}
.btn_i.has_b {
  position: relative;
  padding: 1rem 0;
}
.btn_i.has_b::before {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--primary);
  content: '';
  transition: all 0.3s;
  left: 0;
  bottom: 0;
}
.btn_i.has_b:hover::before {
  width: 0;
  left: unset;
  right: 0;
}
.btn_i.wt {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.015rem;
}
.btn_i.wt::after {
  background-image: url("../img/arrow-w.svg");
}
.btn_i.wt:hover {
  color: var(--secondary);
}
.btn_i.sm {
  font-size: 1.6rem;
  font-weight: 600;
  color: #232323;
}
.btn_i.sm:hover {
  color: var(--primary);
}
.btn_s {
  display: inline-block;
  flex-shrink: 0;
  transition: all 0.3s;
  cursor: pointer;
  background-color: #e6e8ef;
  width: 5.6rem;
}
.btn_s::after {
  display: block;
  padding-bottom: 100%;
  content: '';
  transition: all 0.3s;
  background: url("../img/arrow.svg") no-repeat center / 19.6%;
}
.btn_s:hover {
  background-color: var(--primary);
}
.btn_s:hover::after {
  background-image: url("../img/arrow-w.svg");
}
.btn_s.pm {
  background-color: var(--primary);
}
.btn_s.pm::after {
  background-image: url("../img/arrow-w.svg");
}
.btn_s.pm:hover {
  background-color: var(--secondary);
}
.swiper_btns {
  gap: 3.6rem;
  display: flex;
}
.swiper_btns div {
  width: 7.1rem;
  cursor: pointer;
  transition: all 0.3s;
  border: 1px solid var(--primary);
  background-color: var(--primary);
}
.swiper_btns div::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
  transition: all 0.3s;
  background: url(../img/arrow-w.svg) no-repeat center / 20.3%;
}
.swiper_btns div:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
}
.swiper_btns .btn_prev::after {
  transform: rotateY(180deg);
}
.swiper_btns .swiper-button-disabled {
  pointer-events: none;
  background-color: transparent;
  border-color: rgba(22, 22, 22, 0.5);
}
.swiper_btns .swiper-button-disabled::after {
  background-image: url("../img/arrow.svg");
}
.swiper_btns:has(.swiper-button-lock) {
  opacity: 0;
}
.swiper_btns.middle {
  width: 98%;
  max-width: 174rem;
  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;
}
.swiper_btns.middle .swiper-button-disabled,
.swiper_btns.middle .swiper-button-lock {
  pointer-events: none;
}
.head.white {
  color: #fff;
}
.head.white p,
.head.white .desc {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
  letter-spacing: 0.013rem;
}
.head.bn p,
.head.bn .desc {
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-family: "Manrope", sans-serif;
}
.head.bn.white p,
.head.bn.white .desc {
  font-weight: 200;
  letter-spacing: 0.03rem;
}
.head.center h1,
.head.center h2,
.head.center p,
.head.center .desc {
  margin-left: auto;
  margin-right: auto;
}
.head h1 {
  font-size: 6.2rem;
  line-height: 1.27419355;
  font-weight: 600;
}
.head h2 {
  font-size: 4.2rem;
  line-height: 1.30952381;
  font-weight: 600;
}
.head p,
.head .desc {
  font-size: 1.7rem;
  line-height: 3rem;
  color: var(--text);
  letter-spacing: -0.005rem;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 996;
  transition: all 0.3s;
}
header .content {
  max-width: 178.8rem;
}
header.style nav .menu > li > a,
header.sticky nav .menu > li > a {
  color: var(--title);
  font-weight: 500;
  letter-spacing: unset;
}
header.style .btn_lang,
header.sticky .btn_lang,
header.style .btn_search,
header.sticky .btn_search,
header.style .btn_menu,
header.sticky .btn_menu,
header.style .logo,
header.sticky .logo {
  filter: unset;
}
header.style {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
header.opt {
  top: -99px;
}
header .logo {
  display: block;
  position: relative;
  transition: all 0.3s;
  filter: contrast(0) brightness(2);
  margin-left: 2.0534%;
  margin-right: 7.2%;
  margin-bottom: 0.447%;
}
header .logo img {
  display: block;
  width: auto;
  height: 4.6rem;
}
header .logo p {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
header nav .close {
  display: none;
}
header nav .menu {
  gap: 5rem;
  display: flex;
}
header nav .menu > li {
  position: relative;
  z-index: 2;
}
header nav .menu > li > a {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 44px;
  padding-bottom: 7px;
  transition: all 0.3s;
  font-weight: 300;
  letter-spacing: 0.04rem;
}
header nav .menu > li > a:hover {
  color: var(--secondary);
}
header nav .menu > li.current-menu-item > a,
header nav .menu > li.current-menu-parent > a {
  color: var(--secondary);
}
header nav .menu > li:hover > .sub-menu {
  transform: translate(0);
  pointer-events: all;
  opacity: 1;
}
header nav .menu > li.menu-item-has-children .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 > 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 {
  color: var(--primary);
  background-color: var(--bg);
}
header .btns {
  gap: 3.4rem;
  display: flex;
  align-items: center;
  min-height: 99px;
}
header .btn_search {
  display: block;
  width: 18px;
  height: 18px;
  overflow: hidden;
  text-indent: -999px;
  background: url(../img/icon-search.svg) no-repeat center / contain;
  filter: contrast(0) brightness(2);
  transition: all 0.3s;
  margin-top: 2px;
  flex-shrink: 0;
}
header .btn_lang {
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: -999px;
  background: url(../img/icon-lang.svg) no-repeat center / contain;
  filter: contrast(0) brightness(2);
  transition: all 0.3s;
  margin-top: 2px;
  flex-shrink: 0;
}
header .btn_menu {
  display: none;
  width: 23px;
  height: 23px;
  overflow: hidden;
  text-indent: -999px;
  background: url(../img/nav-btn.svg) no-repeat center / contain;
  filter: contrast(0) brightness(2);
  transition: all 0.3s;
  flex-shrink: 0;
}
header .btn {
  margin-left: 3.4rem;
  --btn_w: 4.4rem;
  line-height: 5.8rem;
  padding: 0 5.1rem 0 3.7rem;
  flex-shrink: 0;
}
footer .main {
  padding: 9.1rem 0 0;
}
footer .main strong {
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  color: #898993;
}
footer .main .flex {
  gap: 5.4rem 2rem;
}
footer .main .foot_intro .logo {
  display: block;
  position: relative;
  max-width: 19.2rem;
  margin-left: 0.3rem;
}
footer .main .foot_intro .logo img {
  display: block;
  width: 100%;
  height: auto;
}
footer .main .foot_intro .logo p {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
footer .main .foot_intro strong {
  margin-top: 6.2rem;
}
footer .main .foot_intro .connect {
  margin-top: 2.4rem;
}
footer .main .foot_intro .connect li {
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  padding-left: 2em;
}
footer .main .foot_intro .connect li::before {
  content: '';
  display: block;
  width: 1.111em;
  height: 1.111em;
  background: no-repeat center left / contain;
  position: absolute;
  left: 0;
  top: 0.11em;
}
footer .main .foot_intro .connect li a {
  vertical-align: top;
  transition: all 0.3s;
  text-decoration: underline transparent;
}
footer .main .foot_intro .connect li a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
}
footer .main .foot_intro .connect li + li {
  margin-top: 0.833em;
}
footer .main .foot_intro .connect .phone::before {
  background-size: 75%;
  background-image: url(../img/icon-phone.svg);
}
footer .main .foot_intro .connect .email::before {
  background-image: url(../img/icon-email.svg);
}
footer .main .foot_intro .social {
  margin-top: 4rem;
}
footer .main .nav {
  flex: 1;
  width: 100%;
  max-width: 84.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.9rem 9.6%;
  margin-top: 1rem;
}
footer .main .foot_nav strong {
  margin-bottom: 1.2rem;
}
footer .main .foot_nav li a {
  font-size: 1.7rem;
  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.3rem;
}
footer .main .certifications {
  position: relative;
  width: calc(100% - var(--w) / 2);
  border: 1px solid rgba(118, 132, 159, 0.36);
  padding: 2.7rem 4.6rem 2.4rem;
  --w: 9.8rem;
}
footer .main .certifications::after {
  position: absolute;
  width: var(--w);
  right: 0;
  top: -1px;
  bottom: -1px;
  content: '';
  background-color: #d9dce4;
  clip-path: var(--pl);
  transform: translateX(50%);
}
footer .main .certifications ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3rem 2.31303007%;
}
footer .main .certifications li {
  min-width: 22.8%;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 3.6rem;
}
footer .main .certifications li:nth-child(2) .img img {
  width: 60.76%;
}
footer .main .certifications li:nth-child(3) .img img {
  width: 73.42%;
}
footer .main .certifications .img {
  width: 7.9rem;
  height: 7.9rem;
  background-color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .main .certifications .img img {
  width: 59.5%;
  height: auto;
}
footer .main .certifications strong {
  font-size: 2rem;
  font-weight: 500;
  color: var(--title);
}
footer .main .certifications span {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 1px;
  margin-bottom: 2px;
}
footer .bottom {
  padding: 2.1rem 0 2.6rem;
}
footer .bottom p,
footer .bottom a {
  font-size: 1.4rem;
}
footer .bottom a {
  opacity: 0.68;
  transition: all 0.3s;
  text-decoration: underline transparent;
}
footer .bottom a:hover {
  opacity: 1;
  color: var(--primary);
  text-decoration-color: var(--primary);
}
footer .bottom ul {
  gap: 2rem 3.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#header_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.4);
  opacity: 0;
  pointer-events: none;
}
#header_overlay.active {
  opacity: 1;
  pointer-events: all;
}
.header_menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  display: none;
  padding: 5rem 0;
}
.header_menu .list ul {
  max-height: calc(100vh - 33rem);
  overflow-y: auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(30rem, 100%), 1fr));
  gap: 3rem;
}
.header_menu .list li a {
  text-align: center;
  display: block;
}
.header_menu .list li a:hover img {
  transform: scale(1.03);
}
.header_menu .list li a .img {
  width: 100%;
  padding-bottom: 100%;
}
.header_menu .list li a .title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 2rem;
}
.header_menu .list .center:has(.btn) {
  margin-top: 5rem;
}
.footer_contact .inner {
  width: calc(100% - 6rem);
  max-width: 168.4rem;
  margin: 0 auto;
  background-image: linear-gradient(to bottom, #1328a5 3.2%, #1328a3 12.45%, #14248e 58.23%, #0e1e60);
  overflow: hidden;
}
.footer_contact .inner.img_bg > img {
  height: 110.97046414%;
  width: auto;
  max-width: 100%;
  left: unset;
  top: unset;
  bottom: 0.422%;
  right: -4.929%;
  opacity: 0.14;
}
.footer_contact .head {
  position: relative;
  z-index: 2;
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-left: 4.09722222%;
  max-width: 64.4rem;
  padding: 4.2rem 0 4rem;
}
.footer_contact .head::before {
  position: absolute;
  width: 100vw;
  top: 0;
  right: 0;
  bottom: 0;
  content: '';
  background-image: linear-gradient(to bottom, #1e3bb5 3.2%, #1e3bb4 12.45%, #1e38a7 58.23%, #1b348a);
  pointer-events: none;
  z-index: -1;
}
.footer_contact .head::after {
  position: absolute;
  width: 55.434783%;
  top: 0;
  bottom: 0;
  right: 0;
  clip-path: var(--pl);
  content: '';
  transform: translateX(50%);
  background-image: linear-gradient(to bottom, #274ac3 3.2%, #274ac2 12.45%, #2749bc 58.23%, #2547ad);
  pointer-events: none;
  z-index: -1;
}
.footer_contact p {
  max-width: 46rem;
  margin-top: 2.2rem;
}
.footer_contact .btn {
  min-width: 22.2rem;
  margin-top: 2.4rem;
}
.footer_contact .img {
  width: 27.77777778%;
  --h: 100%;
  align-self: center;
  filter: drop-shadow(0 4rem 2rem rgba(27, 28, 30, 0.45));
  margin: 3.7rem 9.86111111% 3.7rem 0;
  z-index: 3;
}
.footer_clients {
  overflow: hidden;
  border-bottom: 1px solid var(--border);
  padding: 4.4rem 0 3.7rem;
}
.footer_clients .footer_clients_swiper {
  width: calc(100% - 6rem);
  max-width: 179.9rem;
  margin: 0 auto;
}
.footer_clients .footer_clients_swiper .swiper-wrapper {
  transition: linear;
}
.footer_clients .footer_clients_swiper .swiper-slide {
  max-width: 170px;
}
.footer_clients .footer_clients_swiper .img {
  padding-bottom: 38.23529412%;
}
.page_news {
  padding: 8.8rem 0 9.5rem;
}
.page_news .head {
  padding-bottom: 1px;
}
.page_news .nav {
  max-width: 100%;
}
.page_news .swiper_box {
  display: none;
}
.page_news .swiper_box.active {
  display: block;
}
.page_news .page_news_swiper {
  overflow: hidden;
  padding-bottom: 1px;
  margin-top: 4.5rem;
}
.page_news .page_news_swiper .swiper-slide {
  max-width: 452px;
}
.page_news .swiper_con {
  margin-top: 5.5rem;
}
.page_news .swiper_con .content {
  text-align: right;
}
.page_news .swiper_con .swiper_btns.middle {
  top: 45%;
}
.page_parts {
  padding: 10.5rem 0 13.8rem;
}
.page_parts.bg {
  background-color: var(--bg);
}
.page_parts p {
  max-width: 67.4rem;
  margin-top: 1.5rem;
}
.page_parts .page_parts_swiper {
  margin-top: 3.5rem;
  padding-bottom: 1rem;
}
.page_parts .page_parts_swiper .swiper-slide {
  max-width: 342px;
}
.page_parts .page_parts_swiper .active .item {
  box-shadow: var(--shadow3);
}
.page_parts .page_parts_swiper .active .item::after {
  opacity: 1;
}
.page_parts .item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s;
  background-color: #fff;
  border: 1px solid var(--border2);
}
.page_parts .item::after {
  position: absolute;
  width: 100%;
  height: 0.3rem;
  background-color: var(--primary);
  left: 0;
  bottom: -2px;
  content: '';
  opacity: 0;
  transition: all 0.3s;
}
.page_parts .item:hover img {
  transform: scale(1.03);
}
.page_parts .item .img {
  padding-bottom: 77.05882353%;
  margin: -1px;
}
.page_parts .item .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 7.0588235% 7.0588235% 8.8235294%;
}
.page_parts .item .info .title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #1a1a2e;
}
.page_parts .item .info .desc {
  font-size: 1.4rem;
  line-height: 2rem;
  color: var(--text);
  max-width: 29rem;
  margin-top: 1rem;
  margin-bottom: auto;
  letter-spacing: -0.012rem;
}
.page_parts .item .info .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1.1rem;
  margin-top: 2.8rem;
}
.page_parts .item .info .tags span {
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--text);
  border: 1px solid #d1d5db;
  transition: all 0.3s;
  line-height: 1.92307692;
  padding: 0 0.6154em;
}
.page_parts .item .info .tags span:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.page_parts .swiper_con:has(.btn_i) {
  margin-top: 2.1rem;
}
.page_parts .swiper_con:has(.btn_i) .content.right {
  text-align: right;
}
.page_parts .swiper_con:has(.btn_i) .swiper_btns.middle {
  padding: 0;
  margin: 0;
  top: 52.3%;
}
.page_faqs {
  padding: 11.5rem 0 18rem;
}
.page_faqs.bg {
  background-color: var(--bg2);
}
.page_faqs .flex .head {
  width: 40%;
  max-width: 47.1rem;
}
.page_faqs .flex .head p {
  max-width: 39.78rem;
  margin-top: 3.2rem;
}
.page_faqs .flex .faqs {
  flex: 1;
  width: 100%;
  max-width: 80.4rem;
  margin-top: 0.5rem;
}
.page_faqs .head p {
  margin-top: 2.3rem;
}
.page_faqs .btn {
  margin-top: 4.3rem;
}
.page_faqs .faqs {
  max-width: 99.3rem;
  margin-top: 3.6rem;
}
.page_intro {
  padding: 15.7rem 0 12.7rem;
}
.page_intro .img {
  width: 51.11111111%;
  --h: 86.00543478%;
}
.page_intro .img + .head {
  max-width: 65.4rem;
}
.page_intro .head {
  position: relative;
  z-index: 2;
  flex: 1;
  width: 100%;
  padding-top: 4.0972222%;
}
.page_intro .head::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -17.13%;
  content: '';
  z-index: -1;
  pointer-events: none;
  background-color: #fff;
}
.page_intro .head h2 {
  max-width: 60rem;
}
.page_intro .head p {
  hyphens: auto;
}
.page_intro p {
  max-width: 64.9rem;
  hyphens: auto;
  margin-top: 3.5rem;
}
.page_intro p + p {
  margin-top: 3rem;
}
.page_intro .btn {
  margin-top: 6.7rem;
}
.page_map {
  position: relative;
  overflow: hidden;
  padding: 10rem 0 13.3rem;
}
.page_map p {
  max-width: 65.5rem;
  margin-top: 1.8rem;
}
.page_map .nav {
  max-width: 100%;
  min-width: 32.1527778%;
  margin-bottom: 2px;
}
.page_map .page_map_swiper {
  margin-top: 3.7rem;
}
.page_map .info {
  flex: 1;
  width: 100%;
  max-width: 47.9rem;
  font-size: 1.7rem;
  line-height: 3rem;
  color: var(--text);
  letter-spacing: -0.005rem;
}
.page_map .info h3 {
  font-size: 2.6rem;
  line-height: normal;
  font-weight: 600;
  color: #1a1a2e;
  letter-spacing: unset;
}
.page_map .info p {
  hyphens: auto;
  margin-top: 2.1rem;
}
.page_map .info ul {
  line-height: normal;
  margin-top: 3.7rem;
}
.page_map .info ul li + li {
  margin-top: 1.4rem;
}
.page_map .info ul li {
  position: relative;
  padding-left: 1.58824em;
}
.page_map .info ul li::before {
  position: absolute;
  width: 0.76471em;
  height: 0.76471em;
  content: '';
  left: 0;
  top: 0.2353em;
  background: url("../img/gou.svg") no-repeat center / contain;
}
.page_map .info .btn {
  margin-top: 4.1rem;
  letter-spacing: unset;
}
.page_map .table {
  width: 60%;
  max-width: 73.3rem;
  border: 1px solid var(--border2);
  background-color: #fff;
  box-shadow: var(--shadow3);
  padding: 2.5rem 3.2rem 2rem;
}
.page_map .table table th:first-child,
.page_map .table table td:first-child {
  width: 40.8%;
  padding-right: 1rem;
}
.page_map .table table th {
  font-size: 1.5rem;
  font-weight: 600;
  color: #6b7094;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 2px solid var(--primary);
  padding: 1.1rem 0;
  letter-spacing: 0.06em;
}
.page_map .table table td {
  font-weight: 500;
  border-bottom: 1px solid #f0f0f5;
  padding: 1.4rem 0 1.58rem;
}
.page_map .table table td:first-child {
  color: #686868;
}
.page_map .table table tbody tr:last-child td {
  border-bottom: none;
}
.page_certified .flex {
  border-top: 1px solid var(--border2);
  padding: 7.1rem 0 10.3rem;
}
.page_certified .head {
  width: 30.625%;
  padding-top: 0.8rem;
}
.page_certified .head h2 {
  font-size: 2.8rem;
}
.page_certified p {
  margin-top: 0.8rem;
}
.page_certified .btn_i {
  margin-top: 4.2rem;
}
.page_certified .certifications {
  flex: 1;
  width: 100%;
  max-width: 83.9rem;
}
.page_certified .certifications ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 2.44338498%;
}
.page_certified .certifications li {
  border: 1px solid var(--border2);
  padding: 10.9022556% 7.518797% 7.1428571%;
}
.page_certified .certifications .icon {
  width: 6rem;
  height: 6rem;
  margin: 0 auto;
}
.page_certified .certifications .info {
  text-align: center;
  margin-top: 1.6rem;
}
.page_certified .certifications .info strong {
  display: block;
  font-size: 2.008rem;
  font-weight: 600;
  color: #1a1a2e;
}
.page_certified .certifications .info p {
  font-size: 1.561rem;
  line-height: 1.42921204;
  color: var(--text);
  max-width: 18.9rem;
  margin: 0.4rem auto 0;
}
.page_options {
  position: relative;
  padding: 9.6rem 0 8.6rem;
}
.page_options.bg {
  background-color: var(--bg2);
}
.page_options.bg .item .options li {
  background-color: #fff;
}
.page_options p {
  max-width: 69.1rem;
  margin-top: 1.5rem;
}
.page_options .items {
  margin-top: 3.7rem;
}
.page_options .items > div {
  display: grid;
  grid-template-columns: 48.125% 40.48611111%;
  align-items: start;
  justify-content: space-between;
  gap: 3rem 0;
}
.page_options .item h3 {
  font-size: 2.2rem;
  font-weight: 600;
  display: grid;
  grid-template-columns: 2.4rem 1fr;
  align-items: center;
  gap: 1.7rem;
}
.page_options .item h3::before {
  display: block;
  padding-bottom: 100%;
  content: '';
  background: no-repeat center / contain;
}
.page_options .item .options {
  margin-top: 2rem;
}
.page_options .item .options ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(18rem, 100%), 1fr));
  gap: 1.1rem;
}
.page_options .item .options li .item {
  display: block;
  position: relative;
  background-color: var(--bg2);
  border: 1px solid var(--border2);
  transition: all 0.3s;
  padding: 1.6rem 1.7rem 1.2rem;
}
.page_options .item .options li .item::after {
  position: absolute;
  width: 100%;
  height: 0.3rem;
  left: 0;
  bottom: -2px;
  content: '';
  background-color: var(--primary);
  transition: all 0.3s;
  opacity: 0;
}
.page_options .item .options li.active .item {
  box-shadow: var(--shadow3);
  background-color: #fff;
}
.page_options .item .options li.active .item::after {
  opacity: 1;
}
.page_options .item .options .dot {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  display: block;
  content: '';
}
.page_options .item .options h4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1a1a2e;
}
.page_options .item .options p {
  font-size: 1.3rem;
  line-height: 1.2;
  color: #6b7094;
  margin-top: 0.4rem;
}
.page_options .item .options2 {
  margin-top: 1.8rem;
}
.page_options .item .options2 ul {
  grid-template-columns: 1fr;
}
.page_options .item .options2 li .item {
  display: grid;
  grid-template-columns: auto 1fr 1fr;
  align-items: center;
  gap: 1.4rem;
  padding-left: 1.8rem;
  padding-top: 1.3rem;
}
.page_options .item .options2 li p {
  text-align: right;
  margin: 0;
}
.page_options .item.metals {
  padding-top: 2px;
}
.page_options .item.metals h3::before {
  background-image: url("../img/metals-ico.svg");
}
.page_options .item.finishes {
  grid-row: span 2;
}
.page_options .item.finishes h3::before {
  background-image: url("../img/finish-ico.svg");
  background-size: 87.5%;
}
.page_options .item.engineering {
  padding-bottom: 4.1rem;
}
.page_options .item.engineering h3::before {
  background-image: url("../img/engineering-ico.svg");
}
.page_options .flex {
  margin-top: 2px;
}
.page_options .flex p {
  font-size: 1.7rem;
  line-height: 2.5rem;
  color: var(--text);
  max-width: 33.3rem;
  margin: 0;
  letter-spacing: -0.005rem;
}
.page_options .flex p a {
  font-weight: 500;
  color: var(--primary);
  text-decoration: underline;
  transition: all 0.3s;
}
.page_options .flex p a:hover {
  color: var(--secondary);
  text-decoration-color: transparent;
}
.page_options .float_mask.full .img2 {
  top: 0;
}
.page_request {
  background-color: #f7f8fc;
  position: relative;
  padding: 11.2rem 0 12.1rem;
}
.page_request .head {
  flex: 1;
  width: 100%;
  max-width: 47.4rem;
  padding-top: 4.55%;
}
.page_request .head p {
  margin-top: 2.3rem;
}
.page_request .head ul {
  font-size: 1.7rem;
  color: var(--text);
  margin-top: 4.1rem;
  letter-spacing: -0.005rem;
}
.page_request .head ul li + li {
  margin-top: 1.7rem;
}
.page_request .head ul li {
  position: relative;
  padding-left: 1.58824em;
}
.page_request .head ul li::before {
  position: absolute;
  width: 0.76471em;
  height: 0.76471em;
  content: '';
  left: 0;
  top: 0.2353em;
  background: url("../img/gou.svg") no-repeat center / contain;
}
.page_request .quote_form {
  width: 47.84722222%;
}
.page_request form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fff;
  box-shadow: var(--shadow2);
  border: 1px solid var(--border2);
  border-top: 0.4rem solid var(--primary);
  gap: 1.6rem 0;
  padding: 4.934688% 5.8055152% 6.2409289% 5.9506531%;
}
.page_request form span {
  width: 100%;
}
.page_request form .col-2 {
  width: 48.51485149%;
}
.page_request form .form_title {
  font-size: 2.6rem;
  font-weight: 600;
  width: 100%;
  margin-bottom: 1.1rem;
}
.page_request form .label {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.page_request form .label i {
  color: var(--secondary);
}
.page_request form input,
.page_request form textarea,
.page_request form select {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--title);
  border: 1px solid #d5d8e8;
  background-color: transparent;
  height: 4rem;
  padding: 0 1.5rem;
}
.page_request form input:focus,
.page_request form textarea:focus,
.page_request form select:focus {
  border-color: var(--primary);
}
.page_request form select {
  background: url("../img/icon-select.svg") no-repeat center right 1.4rem/1.1rem;
  padding-right: 3rem;
}
.page_request form textarea {
  padding: 1.5rem;
  height: 9.5rem;
}
.page_request form .upload_area {
  display: block;
  text-align: center;
  border: 2px dashed #d5d8e8;
  cursor: pointer;
  padding: 2.5rem 2rem 1.7rem;
}
.page_request form .upload_area::before {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  content: '';
  margin: 0 auto;
  background: url("../img/icon-upload.svg") no-repeat center / contain;
}
.page_request form .upload_area p {
  font-size: 1.4rem;
  color: #6b7094;
  margin-top: 1.1rem;
}
.page_request form .upload_area .sm {
  font-size: 1.2rem;
  color: #9ca0b8;
  margin-top: 0.4rem;
}
.page_request form .upload_area input {
  display: none;
}
.page_request form span:has(.btn) {
  margin-top: 1.9rem;
}
.page_request form .btn {
  width: calc(100% - var(--btn_w) / 2);
  justify-content: center;
  padding-right: 1rem;
}
.page_request form .btn input {
  display: none;
}
.page_request form span.quote-btn-spinner {
  width: 20px;
  height: 20px;
}
.quote-btn-spinner {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  animation: spin 1s linear infinite;
}
.quote-btn-spinner svg {
  display: block;
  width: 20px;
  height: 20px;
}
@keyframes spin {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }

  100% {
    transform: translateY(-50%) rotate(360deg);
  }
}
.page_request .float_mask.full .img1 {
  max-width: 72.5rem;
  left: 31.15%;
  bottom: 0;
}
.page_request .float_mask.full .img2 {
  max-width: 35.6rem;
  right: 0;
  top: 0;
}
.page_components {
  position: relative;
  padding: 12.3rem 0 12.4rem;
}
.page_components.bg {
  background-color: var(--bg);
}
.page_components p {
  max-width: 69.6rem;
  margin-top: 1.7rem;
}
.page_components .list {
  margin-top: 4.7rem;
}
.page_components .list ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(35rem, 100%), 1fr));
  gap: 3.7rem 2.39583333%;
}
.page_components .list .active .item {
  box-shadow: var(--shadow3);
}
.page_components .list .active .item::after {
  opacity: 1;
}
.page_components .item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s;
  background-color: #fff;
  border: 1px solid var(--border2);
}
.page_components .item::after {
  position: absolute;
  width: 100%;
  height: 0.3rem;
  background-color: var(--primary);
  left: 0;
  bottom: -2px;
  content: '';
  opacity: 0;
  transition: all 0.3s;
}
.page_components .item:hover img {
  transform: scale(1.03);
}
.page_components .item .img {
  padding-bottom: 52.08791209%;
  margin: -1px;
  margin-right: 0;
}
.page_components .item .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 4.8351648% 6.1538462% 5.9340659%;
}
.page_components .item .info .title {
  font-size: 2rem;
  font-weight: 600;
  color: #1a1a2e;
}
.page_components .item .info .desc {
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: var(--text);
  max-width: 39.9rem;
  hyphens: auto;
  margin-top: 0.7rem;
  margin-bottom: auto;
  letter-spacing: -0.01rem;
}
.page_components .item .info .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1.1rem;
  margin-top: 1.7rem;
}
.page_components .item .info .tags span {
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--text);
  border: 1px solid #d1d5db;
  transition: all 0.3s;
  line-height: 1.92307692;
  padding: 0 0.6154em;
}
.page_components .item .info .tags span:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.page_components .float_mask .img1 {
  left: -35.46875%;
  bottom: -13.55%;
}
.page_components .float_mask .img2 {
  bottom: 62.377%;
}
.process_swiper {
  overflow: hidden;
}
.process_swiper .swiper-slide:last-child .item::before,
.process_swiper .swiper-slide:last-child .item::after {
  display: none;
}
.process_swiper .swiper-slide.active .order {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
  box-shadow: var(--shadow3);
}
.process_swiper .swiper-slide.active_line .item::after {
  width: calc(100% - 4.05em);
  transition: width 4.7s linear;
}
.process_swiper.center p {
  margin-left: auto;
  margin-right: auto;
}
.process_swiper.center .item {
  padding: 0 1rem;
}
.process_swiper.center .item::before,
.process_swiper.center .item::after {
  left: calc(50% + 2.025em);
}
.process_swiper .item {
  display: block;
  height: 100%;
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  padding-right: 2rem;
  letter-spacing: 0.01rem;
}
.process_swiper .item::before,
.process_swiper .item::after {
  position: absolute;
  width: calc(100% - 4.05em);
  height: 1px;
  background-color: #d3d7ea;
  content: '';
  top: 2.025em;
  left: 4.05em;
  transform: translateY(-50%);
}
.process_swiper .item::after {
  height: 2px;
  background-color: var(--primary);
  width: 0;
}
.process_swiper .item .order {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1a1a2e;
  width: 4.05em;
  height: 4.05em;
  border-radius: 2em;
  border: 1px solid #bdc4d6;
  background-color: #fff;
  transition: all 0.3s;
}
.process_swiper .item strong,
.process_swiper .item h3 {
  display: block;
  color: #1a1a2e;
  font-size: 2rem;
  font-weight: 500;
  margin-top: 3.9rem;
}
.process_swiper .item p {
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-weight: 400;
  color: var(--text);
  max-width: 28.3rem;
  margin-top: 1.1rem;
  letter-spacing: -0.012rem;
}
.page_materials {
  padding: 10.8rem 0 15.1rem;
}
.page_materials .page_materials_swiper {
  margin-top: 4.1rem;
}
.page_materials .page_materials_swiper .swiper-slide {
  max-width: 457px;
}
.page_materials .page_materials_swiper .active .item {
  box-shadow: var(--shadow3);
}
.page_materials .page_materials_swiper .active .item::after {
  opacity: 1;
}
.page_materials .item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s;
  background-color: #fff;
  border: 1px solid var(--border2);
}
.page_materials .item::after {
  position: absolute;
  width: 100%;
  height: 0.3rem;
  background-color: var(--primary);
  left: 0;
  bottom: -2px;
  content: '';
  opacity: 0;
  transition: all 0.3s;
}
.page_materials .item:hover img {
  transform: scale(1.03);
}
.page_materials .item .img {
  padding-bottom: 52.08791209%;
  margin: -1px;
  margin-right: 0;
}
.page_materials .item .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 4.6153846% 5.9340659% 5.0549451%;
}
.page_materials .item .info .text {
  flex: 1;
}
.page_materials .item .info .title {
  font-size: 2rem;
  font-weight: 600;
  color: #1a1a2e;
}
.page_materials .item .info .desc {
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: var(--text);
  max-width: 39.9rem;
  hyphens: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 0.8rem;
  letter-spacing: -0.01rem;
}
.page_materials .item .info .btn_i {
  margin-top: 2.5rem;
}
.page_materials .item .info .btn_i:hover {
  color: var(--primary);
}
.page_materials .right {
  text-align: right;
  margin-top: 6.4rem;
}
.page_qac {
  padding: 13.8rem 0 11.8rem;
}
.page_qac.bg {
  background-image: linear-gradient(to bottom, var(--bg2) 9.6%, #fafbfd 49.1%, #fdfdfe);
}
.page_qac.bg + .footer_contact {
  background-image: linear-gradient(to bottom, #fdfdfe, transparent 67.4%);
}
.page_qac p {
  max-width: 74.5rem;
  margin-top: 2.2rem;
}
.page_qac .page_qac_swiper {
  margin-top: 4.1rem;
  padding-bottom: 1rem;
}
.page_qac .page_qac_swiper .swiper-slide {
  max-width: 344px;
}
.page_qac .page_qac_swiper .active .item {
  box-shadow: var(--shadow3);
}
.page_qac .page_qac_swiper .active .item::after {
  opacity: 1;
}
.page_qac .item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #eef0f5;
  background-color: #fff;
  text-align: center;
  transition: all 0.3s;
  padding: 15.6976744% 5.8139535% 9.3023256%;
}
.page_qac .item::after {
  position: absolute;
  width: 100%;
  height: 0.3rem;
  background-color: var(--primary);
  left: 0;
  bottom: -2px;
  content: '';
  opacity: 0;
  transition: all 0.3s;
}
.page_qac .item .icon {
  width: 5.4rem;
  height: 5.4rem;
}
.page_qac .item .info {
  flex: 1;
  margin-top: 3.3rem;
}
.page_qac .item .info .title {
  font-size: 2.2rem;
  font-weight: 600;
  color: #1a1a2e;
}
.page_qac .item .info .desc {
  line-height: 2.6rem;
  color: var(--text);
  max-width: 28.2rem;
  margin-top: 1.4rem;
  overflow: hidden;
  hyphens: auto;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  letter-spacing: -0.007rem;
}
.page_qac .item .btn_i {
  margin-top: 4rem;
}
.social {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.social a {
  opacity: 1;
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  border: 1px solid rgba(4, 4, 20, 0.15);
}
.social a::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background: no-repeat center / 43.5%;
}
.social a:hover {
  transform: scale(1.1);
  background-color: var(--primary);
  border-color: var(--primary);
}
.social a:hover::after {
  filter: contrast(0) brightness(2);
}
.social .facebook a::after {
  background-image: url(../img/social-facebook.svg);
}
.social .twitter a::after {
  background-image: url(../img/social-twitter.svg);
}
.social .youtube a::after {
  background-image: url(../img/social-youtube.svg);
}
.social .instagram a::after {
  background-image: url(../img/social-instagram.svg);
}
.social .linkedin a::after {
  background-image: url(../img/social-linkedin.svg);
}
.float_mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
}
.float_mask ul {
  position: relative;
  max-width: 192rem;
  margin: 0 auto;
  height: 100%;
}
.float_mask .img {
  position: absolute;
  height: auto;
}
.float_mask .img img {
  opacity: 0.26;
}
.float_mask .img1 {
  width: 57%;
  max-width: 108rem;
  left: -15.8333333%;
  bottom: -6.6376496%;
}
.float_mask .img2 {
  width: 29%;
  max-width: 54rem;
  right: -2.0833333%;
  bottom: 45.9%;
}
.float_mask.full .img img {
  opacity: 0.03;
}
.float_mask.full .img1 {
  width: 40%;
  max-width: 58.7rem;
  left: 37.34375%;
  bottom: -2.1317829%;
}
.float_mask.full .img2 {
  width: 20%;
  max-width: 28.9rem;
  right: -5.46875%;
  top: -3.8834951%;
  bottom: unset;
}
.nav_wrap {
  background-color: var(--bg);
  max-width: max-content;
}
.nav_wrap .nav_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.nav_wrap .nav_item {
  position: relative;
  display: block;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 500;
  text-align: center;
  min-width: 13.2rem;
  padding: 0.9rem 3.8rem 0.9rem 2.8rem;
  --btn_w: 3.6rem;
}
.nav_wrap .nav_item::before,
.nav_wrap .nav_item::after {
  position: absolute;
  width: var(--btn_w);
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(48, 90, 209, 0.28);
  content: '';
  clip-path: var(--pl);
  transition: all 0.3s;
  opacity: 0;
}
.nav_wrap .nav_item::after {
  background-color: var(--secondary);
}
.nav_wrap .nav_item:hover {
  color: var(--primary);
}
.nav_wrap .nav_item.active {
  background-color: var(--primary);
  color: #fff;
}
.nav_wrap .nav_item.active::before,
.nav_wrap .nav_item.active::after {
  opacity: 1;
}
.nav_wrap .nav_item.active::after {
  transform: translateX(50%);
}
.news_list .active a::after {
  width: 85.2%;
}
.news_list .active .title {
  text-decoration-color: var(--title);
}
.news_list a {
  position: relative;
  display: block;
  height: 100%;
  border-bottom: 1px solid rgba(22, 22, 22, 0.29);
  padding-bottom: 5rem;
}
.news_list a::after {
  position: absolute;
  width: 0;
  height: 2px;
  content: '';
  background-color: var(--primary);
  transition: all 0.3s;
  left: 0;
  bottom: -1px;
}
.news_list a:hover img {
  transform: scale(1.03);
}
.news_list .img {
  padding-bottom: 60.84070796%;
}
.news_list .metas {
  font-size: 1.7rem;
  color: rgba(63, 63, 63, 0.85);
  margin-top: 2.2rem;
}
.news_list .metas .cat {
  font-weight: 600;
  color: var(--primary);
  text-transform: uppercase;
  margin-right: 2px;
}
.news_list .title {
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 600;
  max-width: 39.4rem;
  margin-top: 1.5rem;
  text-decoration: underline transparent;
  text-decoration-thickness: 1px;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.faq_list .faq_item {
  position: relative;
  background-color: #fff;
  border: 1px solid var(--border2);
  transition: all 0.3s;
  margin-bottom: 1.3rem;
}
.faq_list .faq_item::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.3rem;
  width: 0.3rem;
  background-color: var(--primary);
  content: '';
  transition: all 0.3s;
  opacity: 0;
}
.faq_list .faq_item:last-child {
  margin-bottom: 0;
}
.faq_list .faq_item.active {
  box-shadow: 0 1rem 1rem rgba(201, 204, 209, 0.35);
}
.faq_list .faq_item.active::after {
  opacity: 1;
}
.faq_list .faq_item.active .question::after {
  transform: rotate(180deg);
}
.faq_list .faq_item.active .question {
  font-weight: 600;
}
.faq_list .question {
  display: grid;
  grid-template-columns: 1fr 1.5rem;
  align-items: center;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 500;
  gap: 1rem;
  transition: all 0.3s;
  padding: 2.3rem 3.2rem 2.1rem 3rem;
}
.faq_list .question::after {
  display: block;
  padding-bottom: 100%;
  content: '';
  transition: all 0.3s;
  background: url("../img/icon-select.svg") no-repeat center / contain;
}
.faq_list .answer {
  display: none;
  line-height: 2.8rem;
  color: var(--text);
  padding: 0 3rem 2rem;
  margin-top: -0.3rem;
  letter-spacing: -0.007rem;
}
.faq_list .answer > * > :first-child {
  margin-top: 0;
}
.faq_list .answer ul {
  margin-top: 0.6rem;
}
.faq_list .answer ul li {
  position: relative;
  padding-left: 1.0625em;
}
.faq_list .answer ul li::before {
  position: absolute;
  width: 0.3125em;
  height: 0.3125em;
  border-radius: 50%;
  background-color: var(--primary);
  left: 0;
  top: 0.75em;
  content: '';
}
.faq_list .answer ul li strong {
  font-weight: 500;
  color: var(--title);
}
.faq_list .answer ul li + li {
  margin-top: 2px;
}
.faq_list .answer p {
  margin-top: 1.1rem;
}
.faq_list .answer p a {
  color: var(--primary);
  text-decoration: underline;
  transition: all 0.3s;
  font-weight: 500;
}
.faq_list .answer p a:hover {
  color: var(--secondary);
  text-decoration-color: transparent;
}
.faq_list .answer .btn_i {
  margin-top: 2.7rem;
}
.insight_list .active a {
  box-shadow: var(--shadow3);
}
.insight_list .active a::after {
  opacity: 1;
}
.insight_list a {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s;
  border: 1px solid var(--border2);
}
.insight_list a::after {
  position: absolute;
  width: 100%;
  height: 0.3rem;
  background-color: var(--primary);
  left: 0;
  bottom: -2px;
  content: '';
  opacity: 0;
  transition: all 0.3s;
}
.insight_list a:hover img {
  transform: scale(1.03);
}
.insight_list .img {
  padding-bottom: 53.71179039%;
}
.insight_list .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 6.3318777% 6.768559% 3.2751092% 6.1135371%;
}
.insight_list .info .text {
  flex: 1;
}
.insight_list .info .metas {
  color: rgba(63, 63, 63, 0.85);
}
.insight_list .info .metas .cat {
  font-weight: 600;
  text-transform: uppercase;
  color: var(--primary);
  margin-right: 0.3125em;
}
.insight_list .info .title {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 600;
  margin-top: 0.8rem;
  max-width: 35rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.insight_list .info .desc {
  font-size: 1.5rem;
  line-height: 2.4rem;
  color: var(--text);
  max-width: 39.9rem;
  margin-top: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  letter-spacing: -0.01rem;
}
.insight_list .info .wrap {
  border-top: 1px solid #e6eaf4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-top: 1.7rem;
  margin-top: 2.1rem;
}
.insight_list .info .wrap .time {
  color: var(--text);
  margin-bottom: 2px;
}
.insight_list .info .wrap .author {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1rem;
}
.insight_list .info .wrap .author .name {
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 2px;
}
.insight_list .info .wrap .author .avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  color: #fff;
  border-radius: 50%;
  font-weight: 600;
  text-transform: uppercase;
  width: 2.5em;
  height: 2.5em;
  white-space: nowrap;
  overflow: hidden;
}
.insight_list .info .wrap .author .avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*** global css ***/
.loading {
  position: relative;
}
.loading:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  background-color: rgba(255, 255, 255, 0.3);
}
.loading:after {
  content: '';
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 0.8rem solid #EFEFEF;
  border-top-color: var(--primary);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9;
  transition: all 0.3s;
  pointer-events: none;
  transform: translate(-50%, -50%);
  animation: loading 1s linear infinite;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  80% {
    transform: translate(-50%, -50%) rotate(320deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.search_drawer {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: flex;
  align-items: flex-end;
  transition: all .3s;
  pointer-events: none;
}
.search_drawer.active {
  pointer-events: all;
  background-color: rgba(0, 0, 0, 0.75);
}
.search_drawer.active .drawer_content {
  transform: translateY(0);
}
.search_drawer .drawer_content {
  width: 100%;
  height: 80%;
  padding: 2rem 0;
  transition: all .3s;
  transform: translateY(100%);
  background-color: #fff;
}
.search_drawer .close {
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  position: absolute;
  bottom: 50%;
  left: 100%;
  transition: all .3s;
  transform: translateY(50%);
  filter: contrast(0) brightness(0);
  background: url(../img/close.svg) no-repeat center/contain;
}
.search_drawer .close:hover {
  transform: translateY(50%) rotate(180deg);
}
.search_drawer form {
  transition: all .3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.search_drawer form:focus-within {
  border-bottom-color: var(--primary);
}
.search_drawer input[type="text"] {
  width: 100%;
  height: 10rem;
  display: block;
  text-align: center;
  font-size: 3.5rem;
}
.search_drawer input[type="submit"] {
  display: none;
}
/*** global css ***/

@media screen and (min-width: 769px) and (max-width: 1440px) {
  header .content {
    padding: 0 3rem;
  }
  header .logo {
    margin: 0;
  }
  header .btn {
    --btn_w: 3rem;
    margin: 0;
    padding: 0 3rem 0 2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0 3rem;
  }
  header nav .menu {
    gap: 3rem;
  }
  header nav .menu > li > a {
    font-size: 15px;
    padding: 0;
  }
  header nav .sub-menu > li > a {
    font-size: 14px;
  }
  header .btns {
    gap: 3rem;
  }
  .header_menu .list li a .title {
    font-size: 15px;
  }
  .head h1 {
    font-size: 5.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .btn,
  .btn_line {
    --btn_w: 4rem;
    padding: 0 4rem 0 2rem;
  }
  .head h1 {
    font-size: 5rem;
  }
}
@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;
  }
  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);
    font-weight: 500;
    letter-spacing: unset;
  }
  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/icon-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 > a:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  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 .btn_menu {
    display: block;
  }
  header .btn_search,
  header .btn_lang,
  header .btn {
    margin: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  .head h1 {
    font-size: 4.5rem;
  }
  .head h2 {
    font-size: 4rem;
  }
  footer .main .certifications li {
    gap: 2rem;
  }
  footer .main .certifications .img {
    width: 6rem;
    height: 6rem;
  }
}
@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) {
  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,
  .btn_line {
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px;
    --btn_w: 30px;
    gap: 8px;
    min-width: unset;
  }
  .btn i,
  .btn_line i {
    width: 12px;
    height: 12px;
  }
  .btn_i {
    font-size: 14px;
    gap: 10px;
  }
  .btn_i::after {
    width: 12px;
    height: 12px;
  }
  .btn_i.wt {
    letter-spacing: unset;
  }
  .btn_i.sm {
    font-size: 14px;
  }
  .btn_i.has_b {
    padding: 7px 0;
  }
  .btn_s {
    width: 40px;
  }
  .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;
  }
  div.head.flex .text {
    padding: 0;
  }
  div.head.flex .btn,
  div.head.flex .btn_line,
  div.head.flex .btn_i {
    margin: 0;
  }
  div.head.white p,
  div.head.white .desc {
    letter-spacing: unset;
  }
  div.head.bn p,
  div.head.bn .desc {
    font-size: 14px;
    line-height: 1.5;
  }
  div.head.bn.white p,
  div.head.bn.white .desc {
    letter-spacing: unset;
  }
  div.head h1 {
    font-size: 25px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
  }
  div.head .desc,
  div.head p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    max-width: unset;
    margin-top: 12px;
  }
  div.head p + p {
    margin-top: 12px;
  }
  div.head .btn,
  div.head .btn_line {
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px;
    --btn_w: 30px;
    gap: 8px;
    min-width: unset;
  }
  div.head .btn i,
  div.head .btn_line i {
    width: 12px;
    height: 12px;
  }
  div.head .btn,
  div.head .btn_line,
  div.head .btn_i {
    margin-top: 20px;
  }
  header {
    padding: 0;
  }
  header.opt {
    top: 0;
  }
  header .logo img {
    height: 30px;
  }
  header .btns {
    gap: 26px;
    min-height: 64px;
  }
  header .btn_search,
  header .btn_lang {
    width: 22px;
    height: 22px;
  }
  header .btn {
    line-height: 40px;
    padding: 0 20px;
    --btn_w: 30px;
  }
  header .header_menu {
    display: none !important;
  }
  footer .main {
    padding: 50px 0;
  }
  footer .main .flex {
    display: block;
  }
  footer .main .foot_intro {
    padding-bottom: 30px;
  }
  footer .main .foot_intro .logo {
    max-width: 150px;
    margin: 0;
  }
  footer .main .foot_intro strong {
    margin-top: 20px;
  }
  footer .main .foot_intro .connect {
    margin-top: 10px;
  }
  footer .main .foot_intro .connect li {
    font-size: 14px;
  }
  footer .main .foot_intro .social {
    margin-top: 20px;
  }
  footer .main .nav {
    gap: 30px;
    margin: 0;
  }
  footer .main .foot_nav strong {
    margin-bottom: 10px;
  }
  footer .main .foot_nav li a {
    font-size: 14px;
  }
  footer .main .certifications {
    margin-top: 30px;
    padding: 20px;
    width: 100%;
  }
  footer .main .certifications::after {
    display: none;
  }
  footer .main .certifications ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(200px, 100%), 1fr));
    gap: 20px;
  }
  footer .main .certifications li {
    min-width: unset;
    gap: 14px;
  }
  footer .main .certifications .img {
    width: 50px;
    height: 50px;
  }
  footer .main .certifications strong {
    font-size: 16px;
  }
  footer .main .certifications span {
    font-size: 14px;
    margin: 0;
  }
  footer .bottom {
    padding: 20px 0;
  }
  footer .bottom ul {
    gap: 16px;
  }
  footer .bottom p {
    font-size: 13px;
  }
  footer .bottom a {
    font-size: 14px;
  }
  .page_news {
    padding: 50px 0;
    overflow: hidden;
  }
  .page_news .head {
    padding: 0;
  }
  .page_news .page_news_swiper {
    margin-top: 30px;
    overflow: unset;
  }
  .page_news .page_news_swiper .swiper-slide {
    max-width: 282px;
  }
  .page_news .swiper_con {
    margin-top: 30px;
  }
  .footer_contact .inner {
    width: calc(100% - 40px);
  }
  .footer_contact .head {
    padding: 40px 0;
    margin-left: 0;
    max-width: 350px;
  }
  .footer_contact .img {
    margin: 20px 0;
  }
  .footer_clients {
    padding: 30px 0;
  }
  .footer_clients .footer_clients_swiper {
    width: 100%;
    padding: 0 20px;
  }
  .page_parts {
    padding: 50px 0;
    overflow: hidden;
  }
  .page_parts .swiper_content {
    overflow: unset;
    padding: 0 20px;
  }
  .page_parts .page_parts_swiper {
    margin-top: 30px;
    padding: 0;
  }
  .page_parts .page_parts_swiper .swiper-slide {
    max-width: 323px;
  }
  .page_parts .item .info {
    padding: 20px;
  }
  .page_parts .item .info .title {
    font-size: 18px;
  }
  .page_parts .item .info .desc {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    margin-top: 10px;
  }
  .page_parts .item .info .tags {
    margin-top: 20px;
    gap: 8px;
  }
  .page_parts .item .info .tags span {
    font-size: 12px;
  }
  .page_parts .swiper_con:has(.btn_i) {
    margin-top: 30px;
  }
  .page_faqs {
    padding: 50px 0;
  }
  .page_faqs .flex {
    gap: 30px;
  }
  .page_faqs .flex .head {
    width: 100%;
    max-width: unset;
  }
  .page_faqs .flex .head p {
    margin-top: 12px;
    max-width: unset;
  }
  .page_faqs .flex .faqs {
    max-width: unset;
    margin: 0;
  }
  .page_faqs .head p {
    margin-top: 12px;
  }
  .page_faqs .faqs {
    margin-top: 30px;
  }
  .page_intro {
    padding: 50px 0;
  }
  .page_intro .flex {
    align-items: center;
  }
  .page_intro .head {
    padding: 0;
  }
  .page_intro .head::before {
    display: none;
  }
  .page_map {
    padding: 50px 0;
  }
  .page_map .nav {
    min-width: unset;
    margin: 0;
  }
  .page_map .page_map_swiper {
    margin-top: 30px;
  }
  .page_map .info {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
  }
  .page_map .info h3 {
    font-size: 18px;
  }
  .page_map .info p {
    margin-top: 10px;
  }
  .page_map .info ul {
    margin-top: 12px;
  }
  .page_map .info ul li + li {
    margin-top: 10px;
  }
  .page_map .info .btn {
    margin-top: 20px;
  }
  .page_map .table {
    padding: 20px;
  }
  .page_map .table table th {
    font-size: 15px;
    padding: 10px 0;
    letter-spacing: unset;
  }
  .page_map .table table td {
    padding: 12px 0;
  }
  .page_certified .flex {
    padding: 40px 0;
  }
  .page_certified .head {
    width: 100%;
    padding: 0;
  }
  .page_certified .head h2 {
    font-size: 22px;
  }
  .page_certified .certifications ul {
    width: calc(100% + 40px);
    padding: 0 20px;
    margin: 0 -20px;
    flex-wrap: nowrap;
    gap: 20px;
    overflow-x: auto;
    display: flex;
  }
  .page_certified .certifications ul::-webkit-scrollbar {
    display: none;
  }
  .page_certified .certifications li {
    flex: 0 0 224px;
    padding: 20px;
  }
  .page_certified .certifications .icon {
    width: 50px;
    height: 50px;
  }
  .page_certified .certifications .info {
    margin-top: 16px;
  }
  .page_certified .certifications .info strong {
    font-size: 16px;
  }
  .page_certified .certifications .info p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 5px;
  }
  .page_options {
    padding: 50px 0;
  }
  .page_options .items {
    margin-top: 30px;
  }
  .page_options .items > div {
    grid-template-columns: 1fr;
  }
  .page_options .item h3 {
    font-size: 18px;
    grid-template-columns: 20px 1fr;
    gap: 14px;
  }
  .page_options .item .options {
    margin-top: 16px;
  }
  .page_options .item .options ul {
    gap: 10px;
  }
  .page_options .item .options li .item {
    padding: 14px;
  }
  .page_options .item .options .dot {
    width: 8px;
    height: 8px;
  }
  .page_options .item .options h4 {
    font-size: 14px;
  }
  .page_options .item .options p {
    font-size: 13px;
    margin-top: 5px;
  }
  .page_options .item.metals,
  .page_options .item.engineering {
    padding: 0;
  }
  .page_options .flex {
    margin-top: 30px;
  }
  .page_options .flex p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
  }
  .page_request {
    padding: 50px 0;
  }
  .page_request .flex {
    gap: 30px;
  }
  .page_request .head {
    max-width: unset;
    padding: 0;
  }
  .page_request .head p {
    margin-top: 12px;
  }
  .page_request .head ul {
    font-size: 14px;
    margin-top: 12px;
    letter-spacing: unset;
  }
  .page_request .head ul li + li {
    margin-top: 10px;
  }
  .page_request .quote_form {
    width: 100%;
  }
  .page_request form {
    gap: 16px 0;
    padding: 20px;
  }
  .page_request form .form_title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .page_request form input,
  .page_request form textarea,
  .page_request form select {
    font-size: 14px;
    height: 46px;
    padding: 0 20px;
  }
  .page_request form select {
    background-size: 10px;
    background-position: right 20px center;
    padding-right: 40px;
  }
  .page_request form textarea {
    height: 90px;
    padding: 14px 20px;
  }
  .page_request form .upload_area {
    padding: 20px;
  }
  .page_request form .upload_area::before {
    width: 20px;
    height: 20px;
  }
  .page_request form .upload_area p {
    font-size: 14px;
    margin-top: 10px;
  }
  .page_request form .upload_area .sm {
    font-size: 12px;
    margin-top: 5px;
  }
  .page_request form span:has(.btn) {
    margin-top: 10px;
  }
  .page_request form .btn {
    padding-right: 20px;
  }
  .page_components {
    padding: 50px 0;
  }
  .page_components .list {
    margin-top: 30px;
  }
  .page_components .list ul {
    gap: 30px 16px;
    grid-template-columns: repeat(auto-fill, minmax(min(250px, 100%), 1fr));
  }
  .page_components .item .info {
    padding: 20px;
  }
  .page_components .item .info .title {
    font-size: 18px;
  }
  .page_components .item .info .desc {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    margin-top: 10px;
  }
  .page_components .item .info .tags {
    margin-top: 20px;
    gap: 10px;
  }
  .page_components .item .info .tags span {
    font-size: 12px;
  }
  .page_qac {
    padding: 50px 0;
    overflow: hidden;
  }
  .page_qac .swiper_content {
    overflow: unset;
    padding: 0 20px;
  }
  .page_qac .page_qac_swiper {
    margin-top: 30px;
    padding: 0;
  }
  .page_qac .item {
    padding: 20px;
  }
  .page_qac .item .icon {
    width: 40px;
    height: 40px;
  }
  .page_qac .item .info {
    margin-top: 20px;
  }
  .page_qac .item .info .title {
    font-size: 18px;
  }
  .page_qac .item .info .desc {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    margin-top: 10px;
  }
  .page_qac .item .info .desc br {
    display: none;
  }
  .page_qac .item .btn_i {
    margin-top: 20px;
  }
  .page_qac .swiper_btns.middle {
    display: none;
  }
  .page_materials {
    padding: 50px 0;
    overflow: hidden;
  }
  .page_materials .swiper_content {
    overflow: unset;
    padding: 0 20px;
  }
  .page_materials .page_materials_swiper {
    margin-top: 30px;
  }
  .page_materials .page_materials_swiper .swiper-slide {
    max-width: 323px;
  }
  .page_materials .item .info {
    padding: 20px;
  }
  .page_materials .item .info .title {
    font-size: 18px;
    line-height: 1.5;
  }
  .page_materials .item .info .desc {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    margin-top: 10px;
  }
  .page_materials .item .info .btn_i {
    margin-top: 20px;
  }
  .page_materials .swiper_btns.middle {
    display: none;
  }
  .page_materials .right {
    margin-top: 30px;
  }
  .process_swiper .swiper-slide .item {
    font-size: 16px;
    letter-spacing: unset;
  }
  .process_swiper .swiper-slide .item::before,
  .process_swiper .swiper-slide .item::after {
    top: 1.5em;
    left: 3em;
    width: calc(100% - 3em);
  }
  .process_swiper .swiper-slide .item .order {
    width: 3em;
    height: 3em;
    border-radius: 1.5em;
  }
  .process_swiper .swiper-slide .item strong,
  .process_swiper .swiper-slide .item h3 {
    font-size: 16px;
    margin-top: 20px;
  }
  .process_swiper .swiper-slide .item p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    margin-top: 5px;
  }
  .process_swiper .swiper-slide .item p br {
    display: none;
  }
  .process_swiper.center .item::before,
  .process_swiper.center .item::after {
    left: calc(50% + 1.5em);
  }
  .process_swiper .swiper-slide.active_line .item::after {
    width: calc(100% - 3em);
  }
  .social {
    gap: 16px;
  }
  .social a {
    width: 40px;
    height: 40px;
  }
  .nav_wrap .nav_list {
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 12px;
  }
  .nav_wrap .nav_list::-webkit-scrollbar {
    display: none;
  }
  .nav_wrap .nav_list .nav_item {
    font-size: 14px;
    line-height: 38px;
    padding: 0 20px;
    --btn_w: 28px;
    min-width: unset;
    white-space: nowrap;
  }
  .swiper_con:has(.swiper_btns.middle) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0 20px;
  }
  .swiper_con:has(.swiper_btns.middle) .swiper_btns.middle:not(:has(.swiper-button-lock)) {
    padding: 0;
    margin: 0;
    width: auto;
  }
  .swiper_con:has(.swiper_btns.middle) .content.right {
    flex: 1;
    padding: 0;
  }
  .news_list a {
    padding-bottom: 30px;
  }
  .news_list .metas {
    font-size: 14px;
    margin-top: 14px;
  }
  .news_list .metas .cat {
    margin: 0;
  }
  .news_list .title {
    font-size: 18px;
    margin-top: 10px;
  }
  .faq_list .faq_item {
    margin-bottom: 14px;
  }
  .faq_list .question {
    font-size: 18px;
    grid-template-columns: 1fr 14px;
    padding: 14px 20px;
  }
  .faq_list .answer {
    font-size: 14px;
    line-height: 1.5;
    padding: 0 20px 20px;
    letter-spacing: unset;
    margin: 0;
  }
  .faq_list .answer ul {
    margin-top: 10px;
  }
  .faq_list .answer p {
    margin-top: 10px;
  }
  .faq_list .answer .btn_i {
    margin-top: 20px;
  }
  .insight_list .info {
    padding: 20px;
  }
  .insight_list .info .metas .cat {
    margin-right: 0;
  }
  .insight_list .info .title {
    font-size: 18px;
    margin-top: 10px;
  }
  .insight_list .info .desc {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    margin-top: 10px;
  }
  .insight_list .info .wrap {
    margin-top: 20px;
    padding-top: 10px;
    gap: 14px;
  }
  .insight_list .info .wrap .time {
    margin: 0;
  }
  .insight_list .info .wrap .author .name {
    margin: 0;
  }

  /*** global css ***/
  .search_drawer .content {
    height: 100%;
  }
  .search_drawer .close {
    width: 20px;
    height: 20px;
    bottom: 30px;
    left: unset;
    right: 30px;
    transform: translate(0);
  }
  .search_drawer .close:hover {
    transform: translate(0);
  }
  .search_drawer form {
    display: grid;
    grid-template-columns: 1fr auto;
  }
  .search_drawer input[type="text"] {
    height: 46px;
    font-size: 16px;
  }
  .search_drawer input[type="submit"] {
    width: 46px;
    height: 46px;
    display: block;
    overflow: hidden;
    text-indent: -999px;
    background: url(../img/icon-search.svg) no-repeat center/20px;
  }
  /*** global css ***/
}
@media screen and (max-width: 576px) {
  header .btn {
    display: none;
  }
  footer .main .foot_intro .logo {
    margin: 0 auto;
  }
  footer .main .foot_intro .social {
    justify-content: space-between;
  }
  footer .main .nav {
    display: block;
  }
  footer .main .foot_nav:not(.foot_connect) {
    width: 100%;
  }
  footer .main .foot_nav:not(.foot_connect) strong {
    line-height: 46px;
    border: 1px solid #898993;
    padding: 0 22px;
    position: relative;
    margin-bottom: 16px;
  }
  footer .main .foot_nav:not(.foot_connect) 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:not(.foot_connect).active strong::after {
    transform: translateY(-50%) rotate(180deg);
  }
  footer .main .foot_nav:not(.foot_connect) > div {
    display: none;
    padding: 0 20px 20px;
  }
  footer .main .foot_nav:not(.foot_connect) > div li + li {
    margin-top: 14px;
  }
  footer .main .foot_nav:not(.foot_connect) > div a {
    display: block;
    font-weight: normal;
  }
  footer .main .foot_nav:not(.foot_connect) > div p {
    font-size: 14px;
    line-height: 1.5;
  }
  footer .bottom .flex {
    flex-direction: column-reverse;
    text-align: center;
  }
  .footer_contact .flex {
    gap: 0;
    flex-direction: column-reverse;
  }
  .footer_contact .img {
    width: 100%;
    max-width: 250px;
    margin: 20px auto;
  }
  .footer_contact .head {
    max-width: unset;
  }
  .footer_contact .head::before,
  .footer_contact .head::after {
    right: -20px;
  }
  .faq_list .question {
    font-size: 16px;
  }
  .page_intro .img {
    width: 100%;
  }
  .page_map .table {
    width: 100%;
  }
  .page_request form .col-2 {
    width: 100%;
  }
}
