* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary: #009f3c;
  --secondary: #213644;
  --title: #102f51;
  --text: #68727a;
  --border: #e8eef3;
  --bg: #f5f8fa;
  --shadow: 0 2rem 2rem rgba(208, 211, 221, 0.25);
}
@font-face {
  src: url("../font/Geologica_Auto-Light.ttf");
  font-family: 'Geologica';
  font-weight: 300;
  font-display: swap;
}
@font-face {
  src: url("../font/Geologica_Auto-Regular.ttf");
  font-family: 'Geologica';
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url("../font/Geologica_Auto-Medium.ttf");
  font-family: 'Geologica';
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url("../font/Geologica_Auto-SemiBold.ttf");
  font-family: 'Geologica';
  font-weight: 600;
  font-display: swap;
}
@font-face {
  src: url("../font/Geologica_Auto-Bold.ttf");
  font-family: 'Geologica';
  font-weight: 700;
  font-display: swap;
}
@font-face {
  src: url("../font/Inter_18pt-Light.ttf");
  font-family: 'Inter';
  font-weight: 300;
  font-display: swap;
}
@font-face {
  src: url("../font/Inter_18pt-Regular.ttf");
  font-family: 'Inter';
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url("../font/Inter_18pt-Medium.ttf");
  font-family: 'Inter';
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url("../font/Inter_18pt-SemiBold.ttf");
  font-family: 'Inter';
  font-weight: 600;
  font-display: swap;
}
@font-face {
  src: url("../font/Inter_18pt-Bold.ttf");
  font-family: 'Inter';
  font-weight: 700;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 138rem;
  margin: 0 auto;
  position: relative;
}
.content .content {
  padding: 0;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 141rem;
  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: "Geologica", sans-serif;
  animation: fadeIn 0.4s ease-in forwards;
}
body.fixed {
  overflow: hidden;
  padding-right: 15px;
}
body [data-wpr-lazyrender] {
  content-visibility: unset;
}
.Inter,
p {
  font-family: "Inter", sans-serif;
}
.Geologica {
  font-family: "Geologica", sans-serif;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  body {
    animation: none;
  }
}
.only_mobile {
  display: none;
}
.gap {
  gap: 3rem;
}
.grecaptcha-badge {
  visibility: hidden;
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img,
.img.img_cv video,
.img.img_cv iframe,
.img.img_cv picture {
  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,
.img.img_ab picture {
  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,
.img.img_aba picture {
  position: absolute;
  left: 0;
  top: 0;
}
.img.img_hv:hover img {
  transform: scale(1.03);
}
.img img,
.img video,
.img iframe,
.img picture {
  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,
.img_bg > picture {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.img_bg > picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.icon {
  transition: all 0.3s;
}
.icon.icon_ab {
  position: relative;
  padding-bottom: 100%;
}
.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 {
  font-family: "Inter", sans-serif;
  --radius: 0px;
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: var(--radius);
  z-index: 999;
  padding: 8px;
  font-size: var(--font-size, 14px);
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.custom-popup.show {
  opacity: 1;
  transform: scaleY(1);
}
.custom-popup.up {
  transform-origin: bottom;
}
.custom-popup.up .popup-input {
  order: 3;
  margin-bottom: 0;
  margin-top: 8px;
}
.custom-popup.up .popup-options {
  order: 1;
}
.custom-popup.up .popup-empty {
  order: 2;
}
.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: inherit;
  border: 1px solid #ccc;
  background: #fff;
  color: var(--title);
  margin-bottom: 8px;
  border-radius: calc(var(--radius) - 2px);
  flex-shrink: 0;
}
.custom-popup input.popup-input::placeholder {
  color: #666;
}
.custom-popup input.popup-input:focus {
  border-color: var(--primary);
}
.custom-popup .popup-options {
  flex: 0 1 auto;
  min-height: 0;
  overflow: auto;
  max-height: 50vh;
}
.custom-popup .popup-option {
  padding: 12px;
  margin: 0 0 4px;
  cursor: pointer;
  transition: all 0.15s;
  word-break: break-word;
  color: var(--text);
  border-radius: calc(var(--radius) - 2px);
}
.custom-popup .popup-option:hover,
.custom-popup .popup-option.selected {
  background-color: #f0f0f0;
}
.custom-popup .popup-option:last-child {
  margin-bottom: 0;
}
.btn {
  font-family: "Geologica", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: #fff;
  border-radius: 10rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 5.4rem;
  gap: 0.5rem;
  padding: 0 2.9rem;
}
.btn::after {
  display: inline-block;
  flex-shrink: 0;
  width: 0.6875em;
  height: 0.6875em;
  content: '';
  transition: all 0.3s;
  filter: contrast(0) brightness(2);
  background: url("../img/arrow-r.svg") no-repeat center bottom / contain;
}
.btn:hover {
  background-color: transparent;
  color: var(--primary);
}
.btn:hover::after {
  filter: none;
  transform: translateX(20%);
}
.btn.no_a::after {
  display: none;
}
.btn.sec {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: #fff;
}
.btn.sec::after {
  filter: contrast(0) brightness(2);
}
.btn.sec:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}
.btn_line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  background-color: transparent;
  border: 1px solid #d1d7db;
  color: #1a2d38;
  border-radius: 10rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 5.5rem;
  gap: 0.6rem;
  padding: 0 3.2rem;
}
.btn_line::after {
  display: inline-block;
  flex-shrink: 0;
  width: 0.6875em;
  height: 0.6875em;
  content: '';
  transition: all 0.3s;
  filter: contrast(0) brightness(0.2);
  background: url("../img/arrow-r.svg") no-repeat center bottom / contain;
}
.btn_line:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.btn_line:hover::after {
  filter: contrast(0) brightness(2);
  transform: translateX(20%);
}
.btn_line.no_a::after {
  display: none;
}
.btn_line.wt {
  color: #fff;
}
.btn_line.wt::after {
  filter: contrast(0) brightness(2);
}
.btn_i {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
  color: #1a2d38;
  gap: 0.8rem;
}
.btn_i::after {
  display: inline-block;
  flex-shrink: 0;
  width: 0.6875em;
  height: 0.6875em;
  content: '';
  transition: all 0.3s;
  filter: contrast(0) brightness(0.2);
  background: url("../img/arrow-r.svg") no-repeat center bottom / contain;
}
.btn_i:hover {
  color: var(--primary);
}
.btn_i:hover::after {
  filter: none;
  transform: translateX(20%);
}
.btn_i.no_a::after {
  display: none;
}
.swiper_btns {
  gap: 1.9rem;
  display: flex;
}
.swiper_btns div {
  width: 5.9rem;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 50%;
  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.svg) no-repeat center / 31.58%;
  filter: contrast(0) brightness(2);
}
.swiper_btns div:hover {
  border-color: var(--title);
  background-color: var(--title);
}
.swiper_btns .btn_next::after {
  transform: rotate(180deg);
}
.swiper_btns .swiper-button-disabled {
  cursor: default;
  pointer-events: none;
  background-color: #fff;
  border-color: #eaeaea;
}
.swiper_btns .swiper-button-disabled::after {
  filter: none;
}
.swiper_btns .swiper-button-disabled:hover {
  background-color: #fff;
  border-color: #eaeaea;
}
.swiper_btns .swiper-button-disabled:hover::after {
  filter: none;
}
.swiper_btns:has(.swiper-button-lock) {
  opacity: 0;
}
.swiper_btns.middle {
  width: 98%;
  max-width: 160rem;
  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;
}
.tcon em {
  font-style: normal;
  color: var(--primary);
}
.tcon > em {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1.3rem;
}
.tcon h1 {
  font-size: 6.4rem;
  line-height: 1.0625;
  font-weight: 600;
  color: #173a66;
}
.tcon h2,
.tcon .hd_h2 {
  font-size: 4.8rem;
  line-height: 1.166667;
  font-weight: 600;
}
.tcon p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: var(--text);
}
.tcon .line {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.08);
}
.tcon.sm p {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.tcon.white {
  color: #fff;
}
.tcon.white p {
  color: rgba(255, 255, 255, 0.74);
  font-weight: 300;
  letter-spacing: 0.00944em;
}
header {
  position: sticky;
  left: 0;
  top: -94px;
  right: 0;
  z-index: 996;
  transition: all 0.3s;
  background-color: #fff;
}
header.sticky {
  top: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
header .flex {
  gap: 4.202899%;
}
header .logo {
  display: block;
  position: relative;
  margin-right: auto;
  padding-top: 2px;
}
header .logo img {
  display: block;
  width: auto;
  height: 4.27215rem;
}
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: 3.75rem;
  display: flex;
}
header nav .menu > li {
  position: relative;
  z-index: 2;
}
header nav .menu > li > a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #33424f;
  line-height: 48px;
  transition: all 0.3s;
}
header nav .menu > li > a:hover {
  color: var(--primary);
}
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:hover > .sub-menu {
  transform: translate(0);
  pointer-events: all;
  opacity: 1;
}
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(--primary);
  color: #fff;
}
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;
}
@media screen and (min-width: 1025px) {
  header > .content {
    position: static;
  }
  header nav .menu > li.menu-item-mega {
    position: static;
  }
  header nav .menu > li.menu-item-mega > a {
    position: relative;
    z-index: 3;
  }
  header nav .menu > li.menu-item-mega > .sub-menu {
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    min-width: 0;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: start;
    justify-items: center;
    gap: 2.4rem 2.2rem;
    padding: 3.2rem max(4rem, calc((100% - 138rem) / 2)) 3.6rem;
    border-radius: 0;
    box-shadow: 0 1.6rem 3.2rem rgba(16, 47, 81, 0.1);
    transform: none;
    transition: opacity 0.25s;
  }
  header nav .menu > li.menu-item-mega:hover > .sub-menu {
    transform: none;
  }
  header nav .menu > li.menu-item-mega > .sub-menu::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 9.4rem;
  }
  header nav .menu > li.menu-item-mega > .sub-menu > li {
    min-width: 0;
    width: 100%;
    max-width: 22rem;
  }
  header nav .menu > li.menu-item-mega > .sub-menu > li > a {
    display: block;
    width: 100%;
    padding: 0;
    white-space: normal;
    border-radius: 0;
    text-align: center;
  }
  header nav .menu > li.menu-item-mega > .sub-menu > li > a:hover {
    background-color: transparent;
    color: inherit;
  }
  header nav .menu > li.menu-item-mega .img {
    width: 100%;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: var(--bg);
    border-radius: 1.2rem;
    padding: 1.8rem;
  }
  header nav .menu > li.menu-item-mega .img img {
    position: static;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
  header nav .menu > li.menu-item-mega .title {
    display: block;
    margin-top: 1.2rem;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    color: #1a2d38;
    transition: color 0.3s;
  }
  header nav .menu > li.menu-item-mega > .sub-menu > li > a:hover .title {
    color: var(--primary);
  }
}
header .btns {
  gap: 2rem;
  display: flex;
  align-items: center;
  min-height: 94px;
}
header .btns .search_box {
  width: 28.8rem;
}
header .btns .search_box form {
  display: grid;
  grid-template-columns: 47px 1fr;
  background-color: var(--bg);
  border: 1px solid var(--bg);
  transition: border-color 0.2s;
  height: 50px;
  border-radius: 10rem;
}
header .btns .search_box form:focus-within {
  border-color: var(--primary);
}
header .btns .search_box form input {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #7c8b99;
  padding-right: 20px;
  padding-top: 2px;
}
header .btns .search_box form input::placeholder {
  color: #7c8b99;
}
header .btns .search_box form input[type=submit] {
  padding: 0;
  text-indent: -999px;
  overflow: hidden;
  transition: all 0.3s;
  filter: contrast(0) brightness(1.2);
  background: url("../img/icon-search.svg") no-repeat center right 40%/30.5%;
}
header .btns .search_box form input[type=submit]:hover {
  filter: none;
}
header .btns .btn_menu,
header .btns .btn_search {
  display: none;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  overflow: hidden;
  text-indent: -999px;
  background: url(../img/nav-btn.svg) no-repeat center / 52.3%;
}
header .btns .btn_search {
  background-image: url("../img/icon-search.svg");
  background-size: 50%;
}
footer {
  background-color: #113c6b;
  color: #fff;
}
footer .top {
  padding: 11.2rem 0 3rem;
}
footer .top .logo {
  display: block;
  position: relative;
  width: 27.2rem;
}
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: 2rem 0.8rem;
  display: flex;
  flex-wrap: wrap;
}
footer .top .social a {
  opacity: 1;
  display: block;
  width: 4.6rem;
  height: 4.6rem;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.06);
}
footer .top .social a::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background: no-repeat center / 40.82%;
  transition: all 0.3s;
}
footer .top .social a:hover {
  transform: scale(1.1);
  background-color: var(--primary);
}
footer .top .social .facebook a::after {
  background-image: url(../img/social-facebook.svg);
}
footer .top .social .whatsapp a::after {
  background-image: url(../img/social-whatsapp.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 .middle {
  padding: 3rem 0 12.4rem;
}
footer .middle strong {
  display: block;
  text-transform: uppercase;
  font-size: 1.8rem;
  margin-bottom: 2.1rem;
  font-weight: 400;
  letter-spacing: 0.00556em;
}
footer .middle .foot_intro {
  width: 27%;
  max-width: 33.4rem;
  padding-top: 1.1rem;
  margin-right: 8.9%;
}
footer .middle .foot_intro .desc {
  line-height: 1.5;
  color: #b9c9dc;
  font-weight: 300;
  letter-spacing: 0.00625em;
}
footer .middle .foot_intro .menu {
  margin-top: 1.7rem;
}
footer .middle .foot_intro .menu a {
  display: grid;
  grid-template-columns: 1fr 3.4rem;
  align-items: center;
  transition: all 0.3s;
  font-size: 1.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  gap: 2rem;
  padding: 1.3rem 0;
  font-weight: 400;
  letter-spacing: 0.00556em;
}
footer .middle .foot_intro .menu a::after {
  display: block;
  padding-bottom: 100%;
  content: '';
  border-radius: 50%;
  transition: all 0.3s;
  background: url("../img/arrow-r-w.svg") no-repeat center / 32.4% rgba(255, 255, 255, 0.06);
}
footer .middle .foot_intro .menu a:hover {
  box-shadow: 0 2px 0 0 var(--primary);
}
footer .middle .foot_intro .menu a:hover::after {
  background-color: var(--primary);
}
footer .middle .foot_nav li + li {
  margin-top: 1.4rem;
}
footer .middle .foot_nav li a {
  color: #b9c9dc;
  font-weight: 300;
  transition: all 0.3s;
  vertical-align: top;
  text-decoration: underline transparent;
}
footer .middle .foot_nav li a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
}
footer .middle .foot_connect {
  width: 28.5rem;
}
footer .middle .foot_connect strong {
  margin-bottom: 3rem;
}
footer .middle .foot_connect li {
  position: relative;
  padding-left: 2.25em;
  font-weight: 300;
  letter-spacing: 0.009375em;
}
footer .middle .foot_connect li::before {
  position: absolute;
  left: 0;
  top: -1px;
  content: '';
  display: block;
  width: 1.3125em;
  height: 1.5em;
  background: no-repeat top left / contain;
}
footer .middle .foot_connect li .label {
  font-size: 1.4rem;
  color: #b9c9dc;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: 0.0036em;
}
footer .middle .foot_connect li a {
  font-size: 1.8rem;
  transition: all 0.3s;
  vertical-align: top;
  text-decoration: underline transparent;
  font-weight: 300;
  letter-spacing: 0.011em;
}
footer .middle .foot_connect li a:hover {
  opacity: 1;
  color: var(--primary);
  text-decoration-color: var(--primary);
}
footer .middle .foot_connect li + li {
  margin-top: 2.2rem;
}
footer .middle .foot_connect .email {
  margin-top: 1.8rem;
}
footer .middle .foot_connect .whatsapp::before {
  background-image: url(../img/icon-whatsapp-full.svg);
}
footer .middle .foot_connect .email::before {
  background-image: url(../img/icon-email-full.svg);
  background-size: 95.24%;
}
footer .middle .foot_connect .locate::before {
  background-image: url(../img/icon-locate-full.svg);
}
footer .bottom {
  font-size: 1.4rem;
  padding: 1.9rem 0;
  font-weight: 300;
  letter-spacing: 0.007em;
}
footer .bottom .copyright {
  opacity: 0.7;
}
footer .bottom a {
  opacity: 0.5;
  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 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .bottom ul li {
  display: flex;
  align-items: center;
}
footer .bottom ul li::before {
  display: inline-block;
  width: 1px;
  height: 0.93em;
  background-color: #fff;
  opacity: 0.15;
  content: '';
  margin: 0 1.15em;
}
footer .bottom ul li:first-child::before {
  display: none;
}
footer #backtop {
  position: fixed;
  z-index: 99;
  right: 2.6rem;
  bottom: 1.1rem;
  display: block;
  cursor: pointer;
  transition: all 0.3s;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background: url("../img/arrow-t-w.svg") no-repeat center / 25% var(--primary);
  opacity: 0;
  transform: translateY(100%);
}
footer #backtop.show {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
footer #backtop:hover {
  transform: scale(1.1);
}
.page_production {
  padding: 14rem 0 9.7rem;
}
.page_production .head {
  flex: 1;
  width: 100%;
  max-width: 54.2rem;
  padding-top: 1.015%;
}
.page_production p {
  margin-top: 2.3rem;
}
.page_production .ad_lis {
  margin-top: 3.6rem;
}
.page_production .ad_lis li + li {
  margin-top: 3rem;
}
.page_production .ad_lis li {
  display: grid;
  grid-template-columns: 5.2rem 1fr;
  align-items: start;
  gap: 1.8rem;
}
.page_production .ad_lis li .icon {
  background-color: #fff;
  border-radius: 1.2rem;
  margin-top: 1px;
}
.page_production .ad_lis li .icon img {
  transform: scale(0.5);
}
.page_production .ad_lis li .info strong {
  font-size: 2rem;
  font-weight: 500;
  color: #1a2d38;
}
.page_production .ad_lis li .info p {
  max-width: 42.1rem;
  margin-top: 0.6rem;
}
.page_production .btn {
  gap: 0.9rem;
  margin-top: 3.4rem;
  padding: 0 3.2rem;
}
.page_production .swiper_box {
  position: relative;
  width: 52.75362319%;
}
.page_production .swiper_box .swiper_btns {
  position: absolute;
  left: 0;
  right: 0;
  top: 52.2%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
  justify-content: space-between;
}
.page_production .swiper_box .swiper_btns div:not(.swiper-button-disabled) {
  pointer-events: all;
}
.page_production .swiper_box .swiper_btns div {
  transform: translateX(50%);
}
.page_production .swiper_box .swiper_btns .btn_prev {
  transform: translateX(-50%);
}
.page_production .page_production_swiper {
  overflow: hidden;
  border-radius: 3rem;
}
.page_production .page_production_swiper .img {
  border-radius: 3rem;
  padding-bottom: 94.09340659%;
}
.nums_wrap {
  border-radius: 1.4rem;
  border: 1px solid #ebeff2;
  background-color: #fff;
  box-shadow: var(--shadow);
  padding: 3.1884058% 4.1304348% 3.0434783% 2.3913043%;
  margin: 0 -0.5px;
}
.nums_wrap ul {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  gap: 3rem 0;
}
.nums_wrap li {
  flex: 1;
  text-align: center;
  border-left: 1px solid #ebeef5;
  margin-left: -1px;
  padding: 0.6rem 2rem 0.4rem;
}
.nums_wrap li strong {
  font-size: 3.4rem;
  line-height: 1;
  font-weight: 600;
  color: #10161d;
  white-space: nowrap;
}
.nums_wrap li strong i {
  color: var(--primary);
}
.nums_wrap li p {
  font-size: 1.4rem;
  color: #5a6178;
  margin-top: 1.5rem;
}
.page_certified {
  padding: 9.6rem 0 9rem;
}
.page_certified p {
  margin-top: 1.4rem;
}
.page_certified .page_certified_swiper {
  padding-bottom: 2rem;
  margin-top: 3.7rem;
}
.page_certified .page_certified_swiper .active .item::after {
  opacity: 1;
}
.page_certified .item {
  position: relative;
  display: block;
  height: 100%;
  --rd: 2.2rem;
  border-radius: var(--rd);
  border: 1px solid var(--border);
  padding: 13.0681818% 11.3636364% 20.4545455%;
}
.page_certified .item::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: -0.5px;
  content: '';
  border-radius: var(--rd);
  border: 2px solid var(--primary);
  box-shadow: var(--shadow);
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.page_certified .item .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10rem;
  width: auto;
  max-width: 13.5rem;
  margin: 0 auto;
}
.page_certified .item .img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.page_certified .item .info {
  width: 100%;
  text-align: center;
  margin-top: 2.7rem;
}
.page_certified .item .info h3 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1a2d38;
}
.page_certified .item .info p {
  font-size: 1.3rem;
  color: var(--text);
  margin-top: 0.3rem;
}
.page_blog {
  padding: 8.9rem 0 19.8rem;
}
.page_blog .tcon {
  padding-bottom: 2px;
}
.page_blog .page_blog_swiper {
  margin-top: 3.2rem;
  padding-bottom: 2rem;
}
.page_blog .swiper_btns.middle {
  top: 51%;
}
.foot_request {
  background-color: var(--bg);
  padding: 11rem 0 0.5rem;
}
.foot_request .head {
  width: 43.478261%;
}
.foot_request .head .tcon {
  max-width: 58.1rem;
}
.foot_request p {
  margin-top: 4rem;
}
.foot_request .img {
  width: 70.333%;
  --h: 100%;
  margin-top: 1.1rem;
  margin-left: -7.75%;
}
.foot_request .request_form {
  flex: 1;
  width: 100%;
  max-width: 62.5rem;
  padding: 0.6rem 0 4rem;
}
.request_form form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2.4rem 0;
}
.request_form form > span,
.request_form form .wpcf7-form-control-wrap {
  width: 100%;
}
.request_form form .col-2 {
  margin-top: 2px;
  width: 48.8%;
}
.request_form form .label {
  display: block;
  font-size: 1.8rem;
  color: var(--text);
  margin-bottom: 0.7rem;
}
.request_form form input:not([type="submit"]):not([type="hidden"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.request_form form textarea,
.request_form form select {
  display: block;
  width: 100%;
  font-size: 1.8rem;
  color: var(--text);
  border: 1px solid #e0e0e0;
  background-color: #fff;
  transition: border-color 0.2s;
  border-radius: 1.2rem;
  height: 5.3rem;
  padding: 0 1.8rem;
}
.request_form form input:not([type="submit"])::placeholder,
.request_form form textarea::placeholder,
.request_form form select::placeholder {
  color: var(--text);
}
.request_form form input:not([type="submit"]):focus,
.request_form form textarea:focus,
.request_form form select:focus,
.request_form form input.focus,
.request_form form textarea.focus,
.request_form form select.focus {
  border-color: var(--primary);
}
.request_form form select {
  outline: none;
  background: url("../img/icon-select-b.svg") no-repeat center right 2.4rem/1.1rem #fff;
  padding-right: 4rem;
}
.request_form form textarea {
  padding: 1.5rem 1.8rem;
  height: 12.9rem;
}
.request_form form span:has(.btn) {
  margin-top: 0.7rem;
}
.request_form form .btn {
  width: 100%;
  position: relative;
  white-space: nowrap;
}
.request_form form .btn::after {
  transform: rotate(-45deg);
}
.request_form form .btn:hover::after {
  transform: rotate(0);
}
.request_form form .btn input {
  display: none;
}
.page_nav .flex {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 2.9rem 0;
}
.page_nav .nav {
  max-width: 100%;
}
.page_nav .nav .nav_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.page_nav .nav .nav_item {
  display: block;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s;
  border-radius: 10rem;
  font-weight: 500;
  color: #1a2d38;
  border: 1px solid #d1d7db;
  line-height: 1.2;
  padding: 0.86875em 1.78125em;
  min-width: 9.4375em;
}
.page_nav .nav .nav_item.active,
.page_nav .nav .nav_item:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.page_nav .filter_search {
  min-width: 20.94202899%;
}
.page_nav .filter_search form {
  display: grid;
  grid-template-columns: 7.2rem 1fr;
  border: 1px solid #d1d7db;
  transition: border-color 0.2s;
  height: 4.9rem;
  border-radius: 10rem;
}
.page_nav .filter_search form:focus-within {
  border-color: var(--primary);
}
.page_nav .filter_search form input {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: #7c8b99;
  padding-right: 2rem;
  padding-top: 2px;
}
.page_nav .filter_search form input::placeholder {
  color: #7c8b99;
}
.page_nav .filter_search form input[type=submit] {
  padding: 0;
  text-indent: -999px;
  overflow: hidden;
  transition: all 0.3s;
  filter: contrast(0) brightness(1.2);
  background: url("../img/icon-search.svg") no-repeat center / 21%;
}
.page_nav .filter_search form input[type=submit]:hover {
  filter: none;
}
.page_steps {
  background-color: var(--secondary);
  overflow: hidden;
  padding: 13.9rem 0 15.7rem;
}
.page_steps p {
  margin-top: 1.5rem;
}
.page_steps .page_steps_swiper {
  position: relative;
  margin-top: 6.1rem;
  --w: 5.7rem;
}
.page_steps .page_steps_swiper::before {
  position: absolute;
  width: 100vw;
  height: 2px;
  left: 50%;
  top: calc(var(--w) / 2);
  content: '';
  transform: translate(-50%, -50%);
  background: url("../img/product-step-dotted.svg") repeat-x center left / auto 100%;
}
.page_steps .page_steps_swiper .swiper-wrapper {
  counter-reset: step;
}
.page_steps .page_steps_swiper .icon {
  position: relative;
  z-index: 2;
  width: var(--w);
  height: var(--w);
  border-radius: 1.2rem;
  background-color: var(--primary);
}
.page_steps .page_steps_swiper .icon img {
  transform: scale(0.61403509);
}
.page_steps .page_steps_swiper .info {
  margin-top: 4.2rem;
}
.page_steps .page_steps_swiper .info::before {
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--primary);
  counter-increment: step;
  content: 'step' counter(step, decimal-leading-zero);
}
.page_steps .page_steps_swiper .info h3 {
  font-size: 2.2rem;
  margin-top: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.00455em;
}
.page_steps .page_steps_swiper .info p {
  max-width: 25.5rem;
  margin-top: 2.5rem;
}
.page_faqs {
  padding: 14.3rem 0 16.5rem;
}
.page_faqs.bg {
  background-color: var(--bg);
  padding: 9.5rem 0 11.2rem;
}
.page_faqs .faqs {
  max-width: 93.7rem;
  margin: 5rem auto 0;
}
.page_faqs .faq_list .faq_item {
  background-color: #fff;
  border: 1px solid #e2e9f1;
  border-radius: 1.2rem;
  transition: all 0.3s;
  margin-bottom: 1.3rem;
}
.page_faqs .faq_list .faq_item.active {
  box-shadow: 0 1.5rem 1.5rem rgba(224, 224, 224, 0.55);
  margin-bottom: 2.9rem;
}
.page_faqs .faq_list .faq_item.active .question {
  font-weight: 700;
  color: var(--primary);
}
.page_faqs .faq_list .faq_item.active .question::before {
  background-color: var(--primary);
}
.page_faqs .faq_list .faq_item.active .question::after {
  filter: contrast(0) brightness(2);
  transform: rotate(45deg);
}
.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.65em;
  align-items: center;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 600;
  transition: all 0.3s;
  gap: 0.7em;
  padding: 2.5rem 2.9rem 2.8rem;
}
.page_faqs .faq_list .question::before,
.page_faqs .faq_list .question::after {
  position: absolute;
  width: 1.65em;
  height: 1.65em;
  border-radius: 50%;
  content: '';
  right: 2.9rem;
  background-color: #edf9f1;
  transition: all 0.3s;
}
.page_faqs .faq_list .question::after {
  background: url("../img/add.svg") no-repeat center / 39.4%;
}
.page_faqs .faq_list .answer {
  display: none;
  line-height: 2.6rem;
  color: #4a5568;
  max-width: 83rem;
  padding: 1.1rem 2.9rem 4.3rem;
}
.page_base {
  padding: 15.4rem 0 16rem;
}
.page_base .image {
  position: relative;
  width: 48.26086957%;
}
.page_base .image > .lis {
  position: absolute;
  left: 0;
  top: 0;
}
.page_base .image::after {
  display: block;
  padding-bottom: 94.29429429%;
  content: '';
  pointer-events: none;
}
.page_base .image .lis {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  gap: 3.66242038% 3.3033033%;
}
.page_base .image .lis div {
  flex: 1 1 35.50955414%;
}
.page_base .image .lis .lar {
  flex: 1 1 60.82802548%;
}
.page_base .image .lis .lis {
  flex-direction: row;
}
.page_base .image .lis .lis div {
  flex: 1;
}
.page_base .image .img {
  border-radius: 1.8rem;
}
.page_base .image + .head {
  max-width: 60.5rem;
}
.page_base .head {
  flex: 1;
  width: 100%;
  max-width: 60.5rem;
  padding-bottom: 0.4%;
}
.page_base .head ul {
  font-size: 1.8rem;
  color: #33424f;
  margin-top: 2rem;
}
.page_base .head ul li {
  position: relative;
  border-bottom: 1px solid var(--border);
  padding: 0.889em 1.5833em;
}
.page_base .head ul li::before {
  position: absolute;
  width: 0.889em;
  height: 0.889em;
  content: '';
  left: 0;
  top: 1.11em;
  background: url("../img/gou.svg") no-repeat center / contain;
}
.page_base p {
  margin-top: 1.5rem;
}
.page_base .btn {
  gap: 1.1rem;
  padding: 0 3rem;
  margin-top: 4.6rem;
}
.page_testimonials {
  background-color: var(--secondary);
  padding: 13rem 0 8.6rem;
  overflow: hidden;
}
.page_testimonials .page_testimonials_swiper {
  margin-top: 4.9rem;
}
.page_testimonials .page_testimonials_swiper .swiper-slide {
  width: 44%;
  max-width: 58.1rem;
}
.page_testimonials .page_testimonials_swiper .active .item {
  background-color: #fff;
  border-color: #fff;
  color: var(--title);
}
.page_testimonials .page_testimonials_swiper .active .item .client strong {
  color: #1a2d38;
}
.page_testimonials .page_testimonials_swiper .active .item .client p {
  color: var(--text);
}
.page_testimonials .page_testimonials_swiper .active .item .desc {
  border-bottom-color: rgba(0, 0, 0, 0.08);
}
.page_testimonials .item {
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
  height: 100%;
  border-radius: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.08);
  color: #fff;
  padding: 6.5404475% 7.7452668% 8.4337349%;
}
.page_testimonials .item .star {
  --w: 11.8rem;
  width: var(--w);
}
.page_testimonials .item .star::after {
  content: '';
  display: block;
  padding-bottom: 14.40677966%;
  width: var(--value);
  background: url("../img/star.svg") no-repeat left center / var(--w) 100%;
}
.page_testimonials .item .desc {
  flex: 1;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  transition: border-bottom-color 0.3s;
  padding-bottom: 3rem;
  margin-top: 1.6rem;
  min-height: 13.2rem;
}
.page_testimonials .item .client {
  display: grid;
  grid-template-columns: 5rem 1fr;
  align-items: center;
  gap: 1.6rem;
  margin-top: 2.3rem;
}
.page_testimonials .item .client .avatar {
  padding-bottom: 100%;
  border-radius: 50%;
}
.page_testimonials .item .client strong {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  transition: all 0.3s;
  margin-top: 2px;
}
.page_testimonials .item .client p {
  opacity: 0.74;
  transition: all 0.3s;
  margin-top: 0.3rem;
}
.page_testimonials .swiper_con {
  margin-top: 5.3rem;
}
.page_products {
  padding: 7rem 0 16rem;
}
.page_products p {
  max-width: 53rem;
  margin-top: 1.5rem;
}
.page_products .list {
  margin-top: 4.8rem;
}
.page_products .list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.6rem 3.04347826%;
}
.page_products .center:has(.btn_line) {
  margin-top: 5.7rem;
}
.page_cases {
  background-color: var(--bg);
  padding: 15.5rem 0 16.5rem;
  overflow: hidden;
}
.page_cases .page_cases_swiper {
  margin-top: 5rem;
}
.page_cases .page_cases_swiper .swiper-slide {
  width: 45%;
  max-width: 60rem;
}
.page_cases .item {
  display: block;
  height: 100%;
}
.page_cases .item:hover img {
  transform: scale(1.03);
}
.page_cases .item .img {
  border-radius: 1.4rem;
  padding-bottom: 55%;
}
.page_cases .item .info {
  margin-top: 2.9rem;
}
.page_cases .item .info h3 {
  font-size: 2.2rem;
  font-weight: 500;
  color: #1a2d38;
}
.page_cases .item .info p {
  max-width: 44.5rem;
  margin-top: 1.2rem;
}
.page_cases .swiper_con {
  margin-top: 4.8rem;
}
.breadcrumbs {
  line-height: 2rem;
  min-height: 2rem;
}
.breadcrumbs span {
  font-size: 1.507rem;
  font-weight: 600;
}
.breadcrumbs span span::before {
  content: '/';
  font-weight: 400;
  color: var(--text);
  margin: 0 0.664em 0 0.531em;
}
.breadcrumbs span span:first-child::before {
  display: none;
}
.breadcrumbs span a {
  font-weight: 400;
  color: var(--text);
  transition: all 0.3s;
  text-decoration: underline transparent;
}
.breadcrumbs span a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
}
.swiper_con div.swiper-scrollbar {
  position: static;
  flex: 1;
  width: 100%;
  max-width: 119.6rem;
  height: 1px;
  background: rgba(0, 0, 0, 0.12);
  border-radius: 10px;
}
.swiper_con div.swiper-scrollbar .swiper-scrollbar-drag {
  height: 2px;
  background: var(--primary);
  top: -0.5px;
  border-radius: 10px;
}
.swiper_con div.swiper-scrollbar.white {
  background: rgba(255, 255, 255, 0.12);
}
.product_list .active .pic {
  background-color: #1a2d38;
}
.product_list .active .pic .img {
  transform: translate(-50%, -56%) scale(0.91071429);
}
.product_list .active .pic .btn {
  transform: translateY(0);
  opacity: 1;
}
.product_list.lar .active .pic .img {
  transform: translate(-50%, -55.5%) scale(0.95612708);
}
.product_list.lar .pic {
  padding-bottom: 88.59381944%;
}
.product_list.lar .pic .img {
  width: 76.50462963%;
}
.product_list.lar .pic .btn {
  line-height: 4.8rem;
  margin: 5.5555556% 6.712963%;
}
.product_list.lar .info {
  margin-top: 2.8rem;
}
.product_list.lar .info .title {
  font-size: 2.2rem;
}
.product_list.lar .info .desc {
  margin-top: 1rem;
}
.product_list a {
  display: block;
  height: 100%;
}
.product_list a:hover img {
  transform: scale(1.03);
}
.product_list .pic {
  position: relative;
  padding-bottom: 100%;
  border-radius: 2.4rem;
  background-color: #f7f7f7;
  transition: all 0.3s;
  overflow: hidden;
}
.product_list .pic .img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 86.95652174%;
  --h: 100%;
  transition: all 0.4s;
  transform-origin: center top;
}
.product_list .pic .btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: 6.2111801% 9.3167702%;
  transition: all 0.3s, transform 0.4s;
  transform: translateY(100%);
  opacity: 0;
  gap: 1rem;
  line-height: 4.4rem;
}
.product_list .info {
  text-align: center;
  line-height: 1.2;
  margin-top: 2.4rem;
}
.product_list .info .title {
  font-size: 2rem;
  font-weight: 600;
  color: #1a2d38;
}
.product_list .info .desc {
  font-size: 1.5rem;
  color: var(--text);
  margin-top: 0.8rem;
}
.blog_list {
  --rd: 2.6rem;
}
.blog_list .active a {
  box-shadow: var(--shadow);
}
.blog_list .active a .btn_i {
  color: var(--primary);
}
.blog_list .active a .btn_i::after {
  filter: none;
}
.blog_list a {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border);
  border-radius: var(--rd);
  transition: all 0.3s;
}
.blog_list a:hover img {
  transform: scale(1.03);
}
.blog_list .img {
  border-radius: var(--rd) var(--rd) 0 0;
  margin: -0.5px;
  padding-bottom: 60.04514673%;
}
.blog_list .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 7.4492099% 6.5462754% 8.3521445%;
}
.blog_list .info .tcon {
  flex: 1;
  padding: 0;
}
.blog_list .info .cat {
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--primary);
  letter-spacing: 0.03em;
}
.blog_list .info .title {
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 500;
  color: #1a2d38;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  max-width: 38.4rem;
  margin-top: 1.5rem;
}
.blog_list .info .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  max-width: 37.6rem;
  margin-top: 1.5rem;
}
.blog_list .info .btn_i {
  margin-top: 3.5rem;
}
.active .solution_item {
  box-shadow: 0 1rem 1rem rgba(208, 211, 221, 0.45);
}
.active .solution_item .btn_i {
  color: var(--primary);
}
.active .solution_item .btn_i::after {
  filter: none;
}
.solution_item {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s;
  --rd: 2.6rem;
  border-radius: var(--rd);
  border: 1px solid var(--border);
}
.solution_item:hover img {
  transform: scale(1.03);
}
.solution_item .img {
  border-radius: var(--rd) var(--rd) 0 0;
  margin: -0.5px;
  padding-bottom: 60.04514673%;
}
.solution_item .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 7.4492099% 6.5462754% 8.8036117%;
}
.solution_item .info .tcon {
  flex: 1;
}
.solution_item .tcon {
  border-bottom: 1px solid var(--border);
  padding-bottom: 9.09091%;
}
.solution_item .tcon .cat {
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--primary);
  letter-spacing: 0.03em;
}
.solution_item .tcon .title {
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 500;
  color: #1a2d38;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  max-width: 38.4rem;
  margin-top: 1.5rem;
}
.solution_item .tcon .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  max-width: 37.6rem;
  margin-top: 1.4rem;
}
.solution_item .tcon ul {
  color: var(--text);
  margin-top: 2.6rem;
}
.solution_item .tcon ul li + li {
  margin-top: 1.4rem;
}
.solution_item .tcon ul li {
  position: relative;
  padding-left: 1.5625em;
}
.solution_item .tcon ul li::before {
  position: absolute;
  left: 0;
  top: 1px;
  width: 1em;
  height: 1em;
  content: '';
  background: url("../img/gou.svg") no-repeat center / contain;
}
.solution_item .wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 2rem;
  margin-top: 1.8rem;
}
.solution_item .wrap .typ {
  font-size: 1.3rem;
  color: #63748c;
}
@media screen and (min-width: 769px) and (max-width: 1610px) {
  header .flex {
    gap: 1.5%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  header nav .menu > li > a {
    font-size: 15px;
  }
}
@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: 14px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .tcon h1 {
    font-size: 6rem;
  }
  footer .middle .foot_intro {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  header .flex {
    gap: 3rem;
  }
  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: auto;
  }
  header nav.active .close {
    opacity: 1;
  }
  header nav.active .con {
    transform: translate(0);
  }
  header nav > .close {
    position: absolute;
    display: block;
    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);
  }
  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: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: auto;
    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 .menu-item-mega .img {
    display: none;
  }
  header nav .sub-menu > li > a:hover {
    background-color: rgba(0, 0, 0, 0.05);
    color: var(--title);
  }
  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 .logo,
  header .btns {
    margin: 0;
    padding: 0;
  }
  header .btns .btn_menu {
    display: block;
  }
  header .btns .btn_search,
  header .btns .btn_lang,
  header .btns .btn {
    margin: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  .tcon h1 {
    font-size: 5rem;
  }
  .tcon h2,
  .tcon .hd_h2 {
    font-size: 4rem;
  }
  .nums_wrap li strong {
    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) {
  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: 42px;
    padding: 0 20px;
    min-width: unset;
    gap: 8px;
  }
  .btn_i {
    font-size: 14px;
    gap: 8px;
  }
  .swiper_btns {
    gap: 14px;
  }
  .swiper_btns div {
    width: 44px;
  }
  .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;
  }
  .tcon .line {
    margin-top: 12px;
  }
  .tcon h1 {
    font-size: 38px;
    line-height: 1.2;
  }
  .tcon h2,
  .tcon .hd_h2 {
    font-size: 30px;
    line-height: 1.2;
  }
  .tcon .desc,
  .tcon p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .tcon.sm p {
    font-size: 14px;
    line-height: 1.5;
  }
  div.head.flex .tcon {
    padding: 0;
  }
  div.head.flex .btn,
  div.head.flex .btn_line {
    margin: 0;
  }
  div.head .line {
    margin-top: 12px;
  }
  div.head .desc,
  div.head p {
    margin-top: 12px;
  }
  div.head p + p {
    margin-top: 12px;
  }
  div.head .btn,
  div.head .btn_line {
    font-size: 14px;
    padding: 0 20px;
    min-width: unset;
    gap: 8px;
    margin-top: 20px;
  }
  header {
    top: 0;
  }
  header .flex {
    gap: 20px;
  }
  header .logo img {
    height: 30px;
  }
  header .btns {
    gap: 14px;
    min-height: 64px;
  }
  header .btns .btn_search {
    display: block;
    filter: contrast(0) brightness(0.5);
  }
  header .btns .search_box {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #fff;
    padding: 12px 20px;
    border-top: 1px solid var(--border);
    display: none;
  }
  footer .top {
    flex-direction: column;
    align-items: center;
    padding: 50px 0 20px;
    gap: 30px;
  }
  footer .top .logo {
    width: 200px;
  }
  footer .top .social {
    width: 100%;
    justify-content: space-around;
    gap: 10px;
  }
  footer .top .social a {
    width: 44px;
    height: 44px;
  }
  footer .middle {
    display: block;
    padding: 20px 0 50px;
  }
  footer .middle strong {
    font-size: 16px;
    margin-bottom: 16px;
  }
  footer .middle .foot_intro {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: unset;
  }
  footer .middle .foot_intro .menu {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  footer .middle .foot_intro .menu a {
    font-size: 14px;
    grid-template-columns: 1fr 32px;
    padding: 10px 0;
    gap: 14px;
  }
  footer .middle .foot_nav strong {
    font-size: 16px;
    line-height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 22px;
    position: relative;
    margin-bottom: 16px;
  }
  footer .middle .foot_nav strong::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/select.svg) no-repeat center / contain;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    filter: contrast(0) brightness(2);
  }
  footer .middle .foot_nav.active strong::after {
    transform: translateY(-50%) rotate(180deg);
  }
  footer .middle .foot_nav > div {
    display: none;
    padding: 0 20px 20px;
  }
  footer .middle .foot_nav > div li + li {
    margin-top: 14px;
  }
  footer .middle .foot_nav > div a {
    font-size: 14px;
    display: block;
    font-weight: normal;
  }
  footer .middle .foot_nav > div p {
    font-size: 14px;
    line-height: 1.5;
  }
  footer .middle .foot_connect {
    width: 100%;
    padding-top: 20px;
  }
  footer .middle .foot_connect strong {
    margin-bottom: 16px;
  }
  footer .middle .foot_connect li .label {
    font-size: 13px;
    margin-bottom: 5px;
  }
  footer .middle .foot_connect li a {
    font-size: 16px;
  }
  footer .middle .foot_connect li + li {
    margin-top: 16px;
  }
  footer .middle .foot_connect .email {
    margin-top: 14px;
  }
  footer .bottom {
    font-size: 13px;
    padding: 20px 0;
    flex-direction: column-reverse;
    text-align: center;
  }
  footer .bottom a {
    font-size: 14px;
  }
  footer #backtop {
    width: 44px;
    height: 44px;
    right: 20px;
    bottom: 20px;
  }
  .page_production {
    padding: 50px 0;
  }
  .page_production .head {
    padding: 0;
  }
  .page_production .ad_lis {
    margin-top: 20px;
  }
  .page_production .ad_lis li + li {
    margin-top: 20px;
  }
  .page_production .ad_lis li {
    grid-template-columns: 40px 1fr;
    gap: 16px;
  }
  .page_production .ad_lis li .icon {
    border-radius: 6px;
  }
  .page_production .ad_lis li .info strong {
    font-size: 16px;
  }
  .page_production .ad_lis li .info p {
    margin-top: 5px;
  }
  .page_production .swiper_box {
    width: 50%;
    margin: 0 10px;
  }
  .page_production .page_production_swiper {
    border-radius: 10px;
  }
  .page_production .page_production_swiper .img {
    border-radius: 10px;
  }
  .nums_wrap {
    border-radius: 10px;
    padding: 20px;
    margin: 0;
  }
  .nums_wrap li {
    padding: 0 14px;
  }
  .nums_wrap li strong {
    font-size: 22px;
  }
  .nums_wrap li strong i {
    font-size: 18px;
  }
  .nums_wrap li p {
    font-size: 13px;
    margin-top: 10px;
  }
  .page_certified {
    padding: 50px 0;
    overflow: hidden;
  }
  .page_certified .swiper_content {
    overflow: unset;
    padding: 0 20px;
  }
  .page_certified .page_certified_swiper {
    margin-top: 30px;
    padding: 0;
  }
  .page_certified .item {
    --rd: 10px;
    padding: 20px;
  }
  .page_certified .item .img {
    height: 60px;
    max-width: 85px;
  }
  .page_certified .item .info {
    margin-top: 16px;
  }
  .page_certified .item .info h3 {
    font-size: 16px;
  }
  .page_certified .item .info p {
    font-size: 13px;
    margin-top: 2px;
  }
  .page_blog {
    padding: 50px 0;
    overflow: hidden;
  }
  .page_blog .swiper_content {
    overflow: unset;
    padding: 0 20px;
  }
  .page_blog .page_blog_swiper {
    margin-top: 30px;
    padding: 0;
  }
  .foot_request {
    padding: 50px 0;
  }
  .foot_request .flex {
    align-items: unset;
  }
  .foot_request .head {
    display: flex;
    flex-direction: column;
  }
  .foot_request .head .tcon {
    margin: auto 0;
  }
  .foot_request .img {
    margin-top: 10px;
    margin-left: 0;
  }
  .foot_request .request_form {
    padding: 0;
  }
  .request_form form {
    gap: 16px 0;
  }
  .request_form form .col-2 {
    margin: 0;
  }
  .request_form form .label {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .request_form form input:not([type="submit"]):not([type="hidden"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
  .request_form form textarea,
  .request_form form select {
    font-size: 14px;
    height: 46px;
    border-radius: 6px;
    padding: 0 20px;
  }
  .request_form form select {
    background-size: 10px;
    background-position: right 20px center;
    padding-right: 40px;
  }
  .request_form form textarea {
    height: 120px;
    padding: 14px 20px;
  }
  .request_form form span:has(.btn) {
    margin-top: 4px;
  }
  .page_base {
    padding: 50px 0;
  }
  .page_base .image .img {
    border-radius: 10px;
  }
  .page_base .head {
    padding: 0;
  }
  .page_base .head ul {
    font-size: 14px;
    margin-top: 10px;
  }
  .page_base .head ul li {
    padding-right: 0;
  }
  .page_cases {
    padding: 50px 0;
  }
  .page_cases .page_cases_swiper {
    margin-top: 30px;
  }
  .page_cases .page_cases_swiper .swiper-slide {
    width: unset;
    max-width: 320px;
  }
  .page_cases .item .img {
    border-radius: 10px;
  }
  .page_cases .item .info {
    margin-top: 14px;
  }
  .page_cases .item .info h3 {
    font-size: 18px;
  }
  .page_cases .item .info p {
    margin-top: 10px;
  }
  .page_cases .swiper_con {
    margin-top: 30px;
  }
  .page_nav .flex {
    padding: 20px 0;
  }
  .page_nav .nav {
    flex: 1;
    overflow: hidden;
  }
  .page_nav .nav .nav_list {
    width: calc(100% + 40px);
    padding: 0 20px;
    margin: 0 -20px;
    flex-wrap: nowrap;
    gap: 14px;
    overflow-x: auto;
  }
  .page_nav .nav .nav_list::-webkit-scrollbar {
    display: none;
  }
  .page_nav .nav .nav_list li {
    flex-shrink: 0;
  }
  .page_nav .nav .nav_item {
    white-space: nowrap;
    padding-inline: 1.2em;
  }
  .page_nav .filter_search form {
    height: 5rem;
    grid-template-columns: 5rem 1fr;
  }
  .page_nav .filter_search form input {
    font-size: 14px;
    padding-top: 0;
  }
  .page_nav .filter_search form input[type=submit] {
    background-size: 30%;
  }
  .page_faqs {
    padding: 50px 0;
  }
  .page_faqs.bg {
    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: 16px 20px;
  }
  .page_faqs .faq_list .question::before,
  .page_faqs .faq_list .question::after {
    right: 20px;
  }
  .page_faqs .faq_list .answer {
    line-height: 1.5;
    padding: 0 20px 20px;
  }
  .page_products {
    padding: 50px 0;
  }
  .page_products .list {
    margin-top: 30px;
  }
  .page_products .list ul {
    grid-template-columns: repeat(auto-fill, minmax(min(210px, 100%), 1fr));
    gap: 30px 16px;
  }
  .page_products .center:has(.btn_line) {
    margin-top: 40px;
  }
  .page_steps {
    padding: 50px 0;
  }
  .page_steps .page_steps_swiper {
    --w: 50px;
    margin-top: 30px;
  }
  .page_steps .page_steps_swiper .icon {
    border-radius: 6px;
  }
  .page_steps .page_steps_swiper .info {
    margin-top: 20px;
  }
  .page_steps .page_steps_swiper .info::before {
    font-size: 13px;
  }
  .page_steps .page_steps_swiper .info h3 {
    font-size: 20px;
    margin-top: 8px;
  }
  .page_steps .page_steps_swiper .info p {
    margin-top: 10px;
  }
  .page_testimonials {
    padding: 50px 0;
  }
  .page_testimonials .page_testimonials_swiper {
    margin-top: 30px;
  }
  .page_testimonials .page_testimonials_swiper .swiper-slide {
    width: unset;
    max-width: 330px;
  }
  .page_testimonials .item {
    border-radius: 10px;
    padding: 20px;
  }
  .page_testimonials .item .star {
    --w: 100px;
  }
  .page_testimonials .item .desc {
    font-size: 16px;
    line-height: 1.5;
    min-height: unset;
    padding-bottom: 16px;
    margin-top: 14px;
  }
  .page_testimonials .item .client {
    grid-template-columns: 40px 1fr;
    gap: 14px;
    margin-top: 14px;
  }
  .page_testimonials .item .client strong {
    font-size: 16px;
    margin: 0;
  }
  .page_testimonials .item .client p {
    margin-top: 2px;
  }
  .page_testimonials .swiper_con {
    margin-top: 30px;
  }
  .breadcrumbs {
    line-height: 20px;
    min-height: 20px;
  }
  .breadcrumbs span {
    font-size: 14px;
  }
  .breadcrumbs span span::before {
    margin: 0 8px;
  }
  .product_list .active .pic .img {
    transform: translate(-50%, -56%) scale(0.91071429);
  }
  .product_list.lar .info {
    margin-top: 14px;
  }
  .product_list.lar .info .title {
    font-size: 16px;
  }
  .product_list.lar .info .desc {
    margin-top: 5px;
  }
  .product_list.lar .pic .btn {
    line-height: 36px;
  }
  .product_list.lar .pic .img {
    transform: translate(-50%, -56%) scale(0.91071429);
  }
  .product_list.lar .active .pic .img {
    transform: translate(-50%, -58%) scale(0.91071429);
  }
  .product_list .pic {
    border-radius: 10px;
  }
  .product_list .pic .img {
    transform: translate(-50%, -58%) scale(0.91071429);
  }
  .product_list .pic .btn {
    transform: translateY(0);
    opacity: 1;
    line-height: 36px;
    gap: 8px;
  }
  .product_list .info {
    margin-top: 14px;
  }
  .product_list .info .title {
    font-size: 16px;
  }
  .product_list .info .desc {
    font-size: 14px;
    margin-top: 5px;
  }
  .blog_list {
    --rd: 10px;
  }
  .blog_list .info {
    padding: 20px;
  }
  .blog_list .info .cat {
    font-size: 13px;
  }
  .blog_list .info .title {
    font-size: 20px;
    margin-top: 8px;
  }
  .blog_list .info .desc {
    margin-top: 10px;
  }
  .blog_list .info .btn_i {
    margin-top: 20px;
  }
  .solution_item {
    --rd: 10px;
  }
  .solution_item .info {
    padding: 20px;
  }
  .solution_item .tcon {
    padding-bottom: 20px;
  }
  .solution_item .tcon .cat {
    font-size: 13px;
  }
  .solution_item .tcon .title {
    font-size: 20px;
    margin-top: 8px;
  }
  .solution_item .tcon .desc {
    margin-top: 10px;
  }
  .solution_item .tcon ul {
    margin-top: 12px;
  }
  .solution_item .tcon ul li + li {
    margin-top: 10px;
  }
  .solution_item .wrap {
    margin-top: 14px;
    gap: 14px;
  }
  .solution_item .wrap .typ {
    font-size: 13px;
  }
}
@media screen and (max-width: 576px) {
  header .btns .btn {
    display: none;
  }
  .nums_wrap ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .page_production .swiper_box {
    width: calc(100% - 20px);
    order: -1;
  }
  .foot_request .head {
    width: 100%;
  }
  .foot_request .head .img {
    width: 100%;
    order: -1;
    max-width: 330px;
    margin: 0 auto 20px;
  }
  .page_base .image {
    width: 100%;
  }
  .page_nav .flex {
    flex-direction: column-reverse;
  }
  .page_nav .filter_search {
    width: 100%;
  }
  .page_nav .nav {
    overflow: unset;
  }
  .page_products .list ul {
    margin: 0 -20px;
    padding: 0 20px;
    overflow-x: auto;
    grid-auto-flow: column;
    grid-template-columns: none;
  }
  .page_products .list ul::-webkit-scrollbar {
    display: none;
  }
  .page_products .list ul li {
    min-width: 230px;
  }
}

body.fixed {
  overflow: hidden;
}
.quote_modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999;
  place-items: center;
  padding: 4rem 2rem;
  overflow-y: auto;
  background-color: rgba(16, 47, 81, 0.55);
}
.quote_modal .modal_content {
  position: relative;
  width: 100%;
  max-width: 68rem;
  margin: auto;
  padding: 4.8rem 4.8rem 4rem;
  background-color: #fff;
  border-radius: 2rem;
  box-shadow: var(--shadow);
}
.quote_modal .modal_close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 3.2rem;
  height: 3.2rem;
  cursor: pointer;
  border: 0;
  background: url("../../global/img/cloes.svg") no-repeat center/1.4rem transparent;
  transition: opacity 0.2s;
}
.quote_modal .modal_close:hover {
  opacity: 0.6;
}
.quote_modal .head {
  margin-bottom: 3.2rem;
}
.quote_modal .head .title {
  font-family: 'Geologica';
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.3;
  color: var(--title);
}
.quote_modal .head .desc {
  margin-top: 1.2rem;
  font-size: 1.8rem;
  line-height: 1.6;
  color: var(--text);
}
@media screen and (max-width: 768px) {
  .quote_modal {
    padding: 2rem 1.6rem;
  }
  .quote_modal .modal_content {
    padding: 4rem 2rem 2.4rem;
    border-radius: 1.6rem;
  }
  .quote_modal .modal_close {
    top: 1.4rem;
    right: 1.4rem;
  }
  .quote_modal .head {
    margin-bottom: 2.4rem;
  }
  .quote_modal .head .title {
    font-size: 2.4rem;
  }
  .quote_modal .head .desc {
    font-size: 1.6rem;
  }
}

/* Contact Form 7 extras. Higher specificity so this beats plugin CSS in the footer. */
.wpcf7 {
  width: 100%;
  max-width: 100%;
}
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.wpcf7 form .btn {
  position: relative;
  white-space: nowrap;
}
.wpcf7 form .btn input.wpcf7-submit,
.wpcf7 form .btn .wpcf7-submit {
  display: none !important;
  position: absolute;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  opacity: 0;
  pointer-events: none;
}
.wpcf7 form input.wpcf7-submit:not(.btn .wpcf7-submit) {
  font-family: "Geologica", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: #fff;
  border-radius: 10rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 5.4rem;
  height: 5.6rem;
  padding: 0 2.9rem;
}
.wpcf7 form input.wpcf7-submit:not(.btn .wpcf7-submit):hover {
  background-color: transparent;
  color: var(--primary);
}
.wpcf7 form .wpcf7-spinner,
.wpcf7 span.wpcf7-spinner {
  display: none !important;
  visibility: hidden;
  position: static !important;
  flex: 0 0 1.6rem;
  width: 1.6rem !important;
  height: 1.6rem !important;
  max-width: 1.6rem !important;
  margin: 0 0 0 0.2rem !important;
  padding: 0 !important;
  border: 2px solid currentColor !important;
  border-top-color: transparent !important;
  border-radius: 50% !important;
  background: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
  opacity: 0;
  pointer-events: none;
}
.wpcf7 .wpcf7-spinner::before,
.wpcf7 .wpcf7-spinner::after {
  display: none !important;
  content: none !important;
  animation: none !important;
}
.wpcf7 form.submitting .btn .wpcf7-spinner,
.wpcf7 form.submitting span.wpcf7-spinner {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1;
  animation: sytech-cf7-spin 0.6s linear infinite;
}
.wpcf7 form.submitting .btn {
  pointer-events: none;
}
.wpcf7 form.submitting .btn::after {
  display: none;
}
@keyframes sytech-cf7-spin {
  to { transform: rotate(360deg); }
}
.wpcf7 .wpcf7-not-valid-tip {
  display: block;
  margin-top: 1.2rem;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  color: #c0392b;
}
.wpcf7 .wpcf7-form .wpcf7-response-output {
  width: 100%;
  box-sizing: border-box;
  margin: 1.6rem 0 0;
  padding: 1.2rem 1.8rem;
  border-radius: 1.2rem;
  border-width: 1px;
  background: #fff;
  color: var(--text);
  font-size: 1.5rem;
  line-height: 1.5;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #e8b84a;
  background: #fff9eb;
  color: #8a6d12;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #e0a8a3;
  background: #fdf4f3;
  color: #c0392b;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: var(--primary);
  background: #f0faf4;
  color: var(--primary);
}
.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f0b27a;
  background: #fef6ef;
  color: #c0392b;
}
.blog_subscribe .subscribe_form .wpcf7-response-output {
  grid-column: 1 / -1;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
}
.blog_subscribe .subscribe_form .wpcf7-not-valid-tip {
  color: #ffd6d6;
}
