* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary: #fecf3e;
  --secondary: #ffc524;
  --tertiary: #ce3a41;
  --title: #1a1a1a;
  --text: #7a7a7a;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 132rem;
  margin: 0 auto;
  position: relative;
}
.content .content {
  padding: 0;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 135rem;
  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);
}
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;
}
body {
  font-size: 1.6rem;
  color: var(--title);
  font-family: 'Plus Jakarta Sans', sans-serif;
}
body.fixed {
  overflow: hidden;
  padding-right: 15px;
}
body [data-wpr-lazyrender] {
  content-visibility: unset;
}
.only_mobile {
  display: none;
}
.gap {
  gap: 3rem;
}
.grecaptcha-badge {
  visibility: hidden;
}
#fullscreen-loader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to top, #fffbec, #ffffff);
}
#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;
}
.img.img_aba::after {
  content: '';
  display: block;
  padding-bottom: var(--h);
}
.img.img_aba img {
  position: absolute;
  left: 0;
  top: 0;
}
.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;
}
.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);
}
.custom-popup .popup-option:hover,
.custom-popup .popup-option.selected {
  background-color: #f0f0f0;
}
.custom-popup .popup-option:last-child {
  margin-bottom: 0;
}
.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;
}
.head .subtitle {
  font-family: 'JetBrains Mono', 'Plus Jakarta Sans', sans-serif;
  color: var(--tertiary);
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.head h2 {
  font-weight: 700;
  font-size: 4.6rem;
  line-height: 1.2;
}
.head h2 span {
  color: var(--secondary);
}
.head p {
  color: var(--text);
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.btn {
  gap: 1.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: 600;
  line-height: 5.6rem;
  border-radius: 4px;
  padding: 0 3.1rem;
  background-color: var(--primary);
  border: 1px solid var(--primary);
}
.btn::after {
  content: '';
  display: block;
  width: 14px;
  height: 10px;
  transition: all 0.3s;
  filter: contrast(0) brightness(0);
  background: url(../img/arrow-line-r-p.svg) no-repeat center / contain;
}
.btn:hover {
  background-color: transparent;
}
.btn:hover::after {
  transform: translateX(5px);
}
.btn_w {
  gap: 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: 600;
  line-height: 5.6rem;
  border-radius: 4px;
  padding: 0 3.3rem;
  background-color: #fff;
  border: 1px solid #fff;
}
.btn_w::after {
  content: '';
  display: block;
  width: 14px;
  height: 10px;
  transition: all 0.3s;
  filter: contrast(0) brightness(0);
  background: url(../img/arrow-line-r-p.svg) no-repeat center / contain;
}
.btn_w:hover {
  background-color: transparent;
}
.btn_w:hover::after {
  transform: translateX(5px);
}
.btn_more {
  gap: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: 600;
  line-height: 5.6rem;
  border-radius: 4px;
  padding: 0 2.9rem;
  background-color: transparent;
  border: 1px solid rgba(26, 26, 26, 0.3);
}
.btn_more::after {
  content: '';
  display: block;
  width: 14px;
  height: 10px;
  transition: all 0.3s;
  filter: contrast(0) brightness(0);
  background: url(../img/arrow-line-r-p.svg) no-repeat center / contain;
}
.btn_more:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}
.btn_more:hover::after {
  transform: translateX(5px);
}
.swiper_btns {
  gap: 4.5rem;
  display: flex;
}
.swiper_btns div {
  width: 6.2rem;
  height: 6.25rem;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--primary);
  background-color: var(--primary);
}
.swiper_btns div::after {
  content: '';
  display: block;
  width: 34%;
  height: 34%;
  transition: all 0.3s;
  background: url(../img/arrow-line-l-b.svg) no-repeat center / contain;
}
.swiper_btns div:hover {
  background-color: transparent;
}
.swiper_btns .btn_next::after {
  transform: rotate(180deg);
}
.swiper_btns .swiper-button-disabled {
  pointer-events: none;
  background-color: transparent;
  border-color: rgba(10, 10, 10, 0.5);
}
.swiper_btns.middle {
  width: 98%;
  justify-content: space-between;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  max-width: 164.8rem;
}
.swiper_btns.middle div {
  pointer-events: auto;
}
.swiper_btns.middle .swiper-button-disabled {
  pointer-events: none;
}
.swiper_btns:has(.swiper-button-lock) {
  opacity: 0;
  pointer-events: none;
}
.blog_list .active a {
  box-shadow: 0 1rem 0.8rem rgba(199, 205, 216, 0.45);
}
.blog_list .active .info::before,
.blog_list .active .info::after {
  background-color: var(--primary);
}
.blog_list .active .info .metas {
  color: var(--title);
}
.blog_list .active .info .metas .cat {
  background-color: #fff;
}
.blog_list .active .info .more::after {
  filter: contrast(0) brightness(0);
}
.blog_list a {
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  border: 1px solid #e4e4e4;
  transition: all 0.3s;
}
.blog_list a:hover img {
  transform: scale(1.03);
}
.blog_list .img {
  border-radius: 1rem 1rem 0 0;
  padding-bottom: 60.849057%;
}
.blog_list .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-top: -3.4rem;
  padding-top: 3.4rem;
  padding: 5.4rem 3rem 3rem;
}
.blog_list .info::before {
  content: '';
  display: block;
  width: 176.995305%;
  padding-bottom: 53.521127%;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
  transition: all 0.3s;
}
.blog_list .info::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 3.4rem);
  background-color: #fff;
  transition: all 0.3s;
}
.blog_list .info .metas {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: var(--text);
  font-size: 1.4rem;
  font-weight: 500;
  transition: all 0.3s;
  text-transform: uppercase;
}
.blog_list .info .metas .cat {
  color: var(--title);
  border-radius: 4px;
  background-color: var(--primary);
  padding: 6px 15px;
  transition: all 0.3s;
}
.blog_list .info .title {
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.5;
  margin: 1.5rem 0 auto;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog_list .info .more {
  gap: 8px;
  display: flex;
  align-items: center;
  max-width: max-content;
  font-weight: 600;
  margin-top: 6.4rem;
}
.blog_list .info .more::after {
  content: '';
  display: block;
  width: 14px;
  height: 10px;
  transition: all 0.3s;
  background: url(../img/arrow-line-r-p.svg) no-repeat center / contain;
}
.blog_list .info .more:hover::after {
  transform: translateX(5px);
}
.product_list .active a {
  border-color: var(--primary);
  box-shadow: 0 1.5rem 1.5rem rgba(216, 213, 208, 0.55);
}
.product_list .active .info .specs {
  background-color: var(--primary);
}
.product_list a {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 1rem;
  border: 2px solid #fff;
  background-color: #fff;
  transition: all 0.3s;
  padding: 4.402516% 5.345912%;
}
.product_list a:hover img {
  transform: translateX(-50%) scale(1.03);
}
.product_list .img {
  overflow: hidden;
  position: relative;
  padding-bottom: 76.071429%;
}
.product_list .img img {
  width: 66.428571%;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.product_list .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}
.product_list .info .cat {
  margin-bottom: 2px;
}
.product_list .info .title {
  font-weight: 600;
  font-size: 2.2rem;
  margin-bottom: auto;
}
.product_list .info .specs {
  transition: all 0.3s;
  border-radius: 1rem;
  background-color: #f9f9f7;
  margin-top: 1.5rem;
  font-size: 14px;
  font-weight: 500;
}
.product_list .info .specs li {
  padding: 7px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.51);
}
.product_list .info .specs li:last-child {
  border-bottom: none;
  padding-bottom: 14px;
}
.product_list .info .specs .T {
  color: var(--text);
  transition: all 0.3s;
}
.product_list .info .specs .V {
  color: #494949;
  transition: all 0.3s;
  font-weight: 600;
}
header {
  position: sticky;
  top: 0;
  z-index: 996;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
header .content {
  max-width: 186rem;
  padding: 0 3rem;
}
header .lt,
header .rt {
  flex: 1;
  gap: 3.6rem;
  display: flex;
  align-items: center;
}
header .logo {
  gap: 1rem;
  display: flex;
  align-items: center;
}
header .logo svg {
  display: block;
  width: 5.8rem;
  height: 5.8rem;
  object-fit: contain;
}
header .logo svg path {
  fill: #002046;
}
header .logo .text {
  transform: translateY(0.4rem);
}
header .logo .text img {
  display: block;
  height: auto;
  object-fit: contain;
}
header .logo .text .text1 {
  width: 9rem;
}
header .logo .text .text2 {
  width: 6.5rem;
  margin-top: 0.6rem;
}
header .logo p {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
header nav .close_box {
  display: none;
}
header nav .menu {
  gap: 4.1rem;
  display: flex;
}
header nav .menu > li {
  position: relative;
  z-index: 2;
}
header nav .menu > li > a {
  display: block;
  padding: 1.2rem 0;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s;
  border-bottom: 2px solid transparent;
}
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 {
  border-color: var(--primary);
}
header nav .menu > li:hover > .sub-menu {
  transform: translate(0);
  pointer-events: auto;
  opacity: 1;
}
header nav .sub-menu {
  position: absolute;
  top: 100%;
  left: -24px;
  padding: 6px;
  transition: all 0.3s;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  transform: translateY(-10px);
  pointer-events: none;
  opacity: 0;
  min-width: 180px;
}
header nav .sub-menu > li {
  position: relative;
}
header nav .sub-menu > li + li {
  margin-top: 4px;
}
header nav .sub-menu > li > a {
  display: block;
  font-size: 16px;
  white-space: nowrap;
  padding: 10px 18px;
  transition: all 0.2s;
  border-radius: 4px;
}
header nav .sub-menu > li > a:hover {
  background-color: #f9f9f7;
}
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: 50%;
}
header .rt {
  min-height: 82px;
  justify-content: flex-end;
}
header .btn_search {
  display: block;
  width: 18px;
  height: 18px;
  cursor: pointer;
  overflow: hidden;
  text-indent: -999px;
  background: url(../img/icon-search.svg) no-repeat center / contain;
}
header .btn_lang {
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  overflow: hidden;
  text-indent: -999px;
  background: url(../img/icon-lang.svg) no-repeat center / contain;
}
header .btn_menu {
  display: none;
}
header .btn_contact {
  margin-left: 1rem;
  padding: 0 2.8rem;
  font-size: 16px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0.5px;
  border-radius: 4px;
  transition: all 0.3s;
  border: 1px solid var(--primary);
  background-color: var(--primary);
}
header .btn_contact:hover {
  background-color: transparent;
}
footer {
  overflow: hidden;
  position: relative;
  padding: 8.4rem 0 2.2rem;
  color: #fff;
  max-width: 256rem;
  margin: 0 auto;
}
footer::before {
  content: '';
  display: block;
  width: 120.520833%;
  padding-bottom: 36.145833%;
  border-radius: 50%;
  background-color: #121213;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
footer::after {
  content: '';
  position: absolute;
  left: 0;
  top: 32%;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #121213;
}
footer .content {
  z-index: 3;
}
footer .logo {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: max-content;
  margin: 0 auto;
}
footer .logo svg {
  display: block;
  width: 7.4rem;
  height: 7.4rem;
  object-fit: contain;
}
footer .logo svg path {
  fill: #d8b37d;
}
footer .logo .text {
  filter: contrast(0) brightness(2);
  transform: translateY(0.4rem);
}
footer .logo .text img {
  display: block;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
  margin-top: 0.7rem;
}
footer .logo .text .text1 {
  width: 11.5rem;
}
footer .logo .text .text2 {
  width: 8.3rem;
}
footer .logo p {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
footer .main {
  gap: 5rem 3rem;
  margin-top: 6rem;
  line-height: 1.5;
}
footer .main strong {
  display: block;
  color: var(--primary);
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
footer .main a {
  vertical-align: top;
  transition: all 0.3s;
}
footer .main a:hover {
  color: var(--primary);
}
footer .foot_about {
  width: 25.4rem;
}
footer .foot_about .social {
  gap: 1rem 3.6rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
}
footer .foot_about .social a {
  display: block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  text-indent: -999px;
  transition: all 0.3s;
  background: no-repeat center / contain;
  filter: contrast(0) brightness(1.3);
}
footer .foot_about .social a:hover {
  filter: none;
  transform: scale(1.1);
}
footer .foot_about .social .facebook a {
  background-image: url(../img/social-facebook.svg);
}
footer .foot_about .social .linkedin a {
  background-image: url(../img/social-linkedin.svg);
}
footer .foot_about .social .twitter a {
  background-image: url(../img/social-twitter.svg);
}
footer .foot_about .social .youtube a {
  background-image: url(../img/social-youtube.svg);
}
footer .foot_about .social .instagram a {
  background-image: url(../img/social-instagram.svg);
}
footer .foot_nav li + li {
  margin-top: 1rem;
}
footer .foot_contact {
  width: 25.4rem;
}
footer .foot_contact li {
  position: relative;
  padding-left: 3.5rem;
}
footer .foot_contact li + li {
  margin-top: 1rem;
}
footer .foot_contact li::before {
  content: '';
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  left: 0;
  top: 0.5rem;
  background: no-repeat center / contain;
}
footer .foot_contact .phone::before {
  background-image: url(../img/icon-phone.svg);
}
footer .foot_contact .email::before {
  background-image: url(../img/icon-email.svg);
}
footer .foot_contact .address::before {
  background-image: url(../img/icon-address.svg);
}
footer .bottom {
  font-size: 13px;
  margin-top: 14.2rem;
  color: rgba(255, 255, 255, 0.6);
}
footer .bottom ul {
  gap: 1rem;
  display: flex;
}
footer .bottom ul li {
  gap: 1rem;
  display: flex;
  align-items: center;
}
footer .bottom ul li::after {
  content: '';
  display: block;
  width: 1px;
  height: 1.2rem;
  background-color: rgba(255, 255, 255, 0.3);
}
footer .bottom ul li:last-child::after {
  display: none;
}
footer .bottom ul a {
  display: block;
  transition: all 0.3s;
}
footer .bottom ul a:hover {
  color: var(--primary);
}
.footer_contact {
  overflow: hidden;
  margin: -15.8rem 0 -19.2rem;
}
.footer_contact .img1 {
  position: absolute;
  right: 94.090909%;
  top: 50%;
  width: 37.045455%;
  transform: translateY(-37.453416%);
}
.footer_contact .head {
  flex: 1;
  max-width: 54.8rem;
  padding: 15rem 0;
  margin-bottom: 5.757576%;
}
.footer_contact .head p {
  margin-top: 2.6rem;
}
.footer_contact .btns {
  gap: 2.4rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 4rem;
}
.footer_contact .btns .btn_more::after {
  display: none;
}
.footer_contact .img2 {
  position: relative;
  z-index: 2;
  width: 87.727273%;
  margin-right: -29.242424%;
}
.section_product {
  overflow: hidden;
  padding-top: 12.8rem;
  margin-top: -12.8rem;
}
.section_product .inner {
  padding: 12.2rem 0;
  background-color: #f9f9f7;
}
.section_product .cir {
  position: absolute;
  left: 110%;
  top: -25rem;
  width: 23.863636%;
}
.section_product .head {
  flex: 1;
  max-width: 61.6rem;
}
.section_product .head p {
  margin-top: 2rem;
  max-width: 59.2rem;
}
.section_product .swiper_box {
  margin-top: 3.4rem;
}
.section_blog {
  overflow: hidden;
  margin-bottom: -13rem;
  padding: 13.5rem 0 28.5rem;
}
.section_blog .head {
  padding-bottom: 1rem;
}
.section_blog .swiper_box {
  margin-top: 3.2rem;
}
.section_blog .cir {
  position: absolute;
  right: -32.045455%;
  bottom: -13rem;
  width: 23.333333%;
}
.section_blog + .footer_contact {
  margin-top: -28.8rem;
}
.section_features {
  position: relative;
  padding: 16.3rem 0 15.5rem;
}
.section_features.bg {
  background-color: #f9f9f7;
}
.section_features.bg .item::after {
  border-color: #f0f0f0;
  background-color: #fff;
}
.section_features .float {
  position: absolute;
  left: 0;
  right: 0;
  top: -11.63183989%;
  bottom: -78px;
  pointer-events: none;
  overflow: hidden;
  padding: 10px 0;
  z-index: 2;
}
.section_features .float ul {
  position: relative;
  max-width: 192rem;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.section_features .float .img {
  position: absolute;
  width: 13%;
  max-width: 23.4rem;
  height: auto;
  left: -3.90625%;
  top: 0;
  filter: blur(6px);
  pointer-events: all;
}
.section_features .float .img img {
  -webkit-user-drag: none;
}
.section_features .float .img2 {
  top: unset;
  bottom: 0;
  left: -5.3125%;
}
.section_features .center p {
  margin-left: auto;
  margin-right: auto;
}
.section_features p {
  max-width: 77.4rem;
  margin-top: 2rem;
}
.section_features .items {
  margin-top: 5.6rem;
}
.section_features .items ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(35rem, 100%), 1fr));
  gap: 4rem 2.07386364%;
}
.section_features .items .active .item {
  backdrop-filter: drop-shadow(0 1.5rem 1.5rem rgba(216, 213, 208, 0.55));
  box-shadow: 0 1.5rem 1.5rem rgba(216, 213, 208, 0.55);
}
.section_features .items .active .item::before {
  transform: translateX(-50%);
  opacity: 1;
}
.section_features .item {
  position: relative;
  z-index: 2;
  display: block;
  height: 100%;
  transition: all 0.3s;
  --radius: 1.6rem;
  border-radius: var(--radius);
  padding: 9.2471844% 6.6390041% 11.1440427% 7.350326%;
}
.section_features .item::before,
.section_features .item::after {
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 50%);
  z-index: -1;
  content: '';
  pointer-events: none;
  border: 1px solid #dddddd;
  background-color: #f9f9f7;
  border-radius: var(--radius);
  transition: all 0.3s;
}
.section_features .item::before {
  width: 92.87410926%;
  bottom: -0.6rem;
  transform: translate(-50%, -100%);
  border-radius: 0.6rem;
  height: 2.2rem;
  background-color: var(--primary);
  opacity: 0;
  border: none;
}
.section_features .item .icon {
  width: 5.5rem;
  height: 5.5rem;
}
.section_features .item .info {
  margin-top: 2.8rem;
}
.section_features .item .info h3 {
  font-size: 2.063rem;
  font-weight: 700;
  color: #1a1a2e;
}
.section_features .item .info p {
  line-height: 2.8rem;
  color: #666666;
  margin-top: 1.4rem;
}
.section_banner {
  overflow: hidden;
}
.section_banner .inner {
  max-width: 256rem;
  margin: 0 auto;
  position: relative;
  padding-bottom: 18rem;
}
.section_banner .img {
  min-height: 360px;
  --h: 36.874305%;
  width: 93.645833%;
  margin-left: auto;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 80% 100%, 0 100%);
}
.section_banner .mask {
  width: 142.291667%;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  transform: translateX(-52.395833%);
}
.section_banner .content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.section_banner .flex {
  height: 100%;
  padding: 11.4rem 0;
}
.section_banner .lt {
  flex: 1;
  max-width: 63rem;
}
.section_banner .head {
  color: #fff;
}
.section_banner .head h1,
.section_banner .head .title {
  font-weight: 700;
  font-size: 6rem;
  line-height: 1.15;
}
.section_banner .head p {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.6rem;
  max-width: 55rem;
  margin-top: 2.4rem;
}
.section_banner .rt {
  width: 41.060606%;
}
.section_banner .btn_w {
  margin: 1rem 0 3rem;
  margin-left: auto;
  display: flex;
  max-width: max-content;
}
.engineering_support {
  background-color: #121213;
  color: #fff;
  padding: 11.2rem 0 11.3rem;
}
.engineering_support::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 74.32291667%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  background-image: linear-gradient(to right top, #121213, transparent 91.9826%);
  content: '';
}
.engineering_support .float {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: -10.2771363%;
  pointer-events: none;
  overflow: hidden;
  padding-bottom: 10px;
  z-index: 2;
}
.engineering_support .float ul {
  position: relative;
  max-width: 192rem;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.engineering_support .float .img {
  position: absolute;
  width: 15%;
  max-width: 27rem;
  height: auto;
  right: -6.823%;
  bottom: 0;
  filter: blur(6px);
  pointer-events: all;
}
.engineering_support .float .img img {
  -webkit-user-drag: none;
}
.engineering_support .head {
  flex: 1;
  width: 100%;
  max-width: 54.7rem;
}
.engineering_support .head p {
  color: rgba(255, 255, 255, 0.6);
}
.engineering_support p {
  max-width: 52.9rem;
  hyphens: auto;
  margin-top: 2.5rem;
}
.engineering_support .ad_list {
  margin-top: 3.9rem;
  margin-left: -2px;
}
.engineering_support .ad_list li + li {
  margin-top: 1.4rem;
}
.engineering_support .ad_list li {
  display: grid;
  grid-template-columns: 4rem 1fr;
  align-items: start;
  gap: 1.7rem;
}
.engineering_support .ad_list .icon {
  padding-bottom: 100%;
}
.engineering_support .ad_list span {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 1rem;
}
.engineering_support .quote_form {
  width: 50%;
  max-width: 62.9rem;
}
.engineering_support form {
  color: var(--title);
  border-radius: 2rem;
  background-color: #fff;
  padding: 4.7694754% 6.3593005% 5.4054054%;
}
.engineering_support form .info {
  width: 100%;
}
.engineering_support form .info strong {
  font-size: 2.4rem;
  font-weight: 700;
  color: #1a1a2e;
}
.engineering_support form .info p {
  font-size: 1.5rem;
  color: #888888;
  margin-top: 1.2rem;
}
.engineering_support form .main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.7rem 0;
  margin-top: 3.3rem;
}
.engineering_support form span {
  width: 100%;
}
.engineering_support form .col-2 {
  width: 48.63387978%;
}
.engineering_support form .label {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  color: #555555;
  margin-bottom: 1rem;
}
.engineering_support form .label i {
  color: var(--tertiary);
}
.engineering_support form input,
.engineering_support form textarea {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 600;
  color: #0f1923;
  border: 2px solid #eeeeee;
  border-radius: 0.4rem;
  background-color: transparent;
  height: 4.8rem;
  padding: 0 2rem;
  transition: all 0.2s;
}
.engineering_support form input::placeholder,
.engineering_support form textarea::placeholder {
  color: #0f1923;
  opacity: 0.8;
}
.engineering_support form input:focus,
.engineering_support form textarea:focus {
  border-color: var(--primary);
}
.engineering_support form textarea {
  padding: 1.5rem 2rem;
  height: 10.2rem;
}
.engineering_support form span:has(.btn) {
  margin-top: 2px;
  position: relative;
}
.engineering_support form .btn {
  color: #0f1923;
  width: 100%;
}
.engineering_support form .btn input {
  display: none;
}

/*** 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);
  }
}

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

.wpcf7 form.wpcf7-form .wpcf7-spinner {
  width: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wpcf7 form.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: .5rem;
}
.wpcf7 form.wpcf7-form .wpcf7-response-output {
  margin: 12px 0 0;
  padding: 0;
  border: none;
  width: 100%;
}
.wpcf7 form.wpcf7-form .wpcf7-list-item {
  margin: 0;
}

.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;
}

.btn_mega_menu .sub-menu {
  display: none;
}
.mega_menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 5rem 0;
  display: none;
  background-color: #fff;
}
.mega_menu .flex {
  gap: 4%;
}
.mega_menu .nav {
  width: 25%;
  padding-right: 5px;
  overflow: auto;
  max-height: calc(100vh - 26rem);
}
.mega_menu .nav::-webkit-scrollbar {
  width: 5px;
}
.mega_menu .nav::-webkit-scrollbar-thumb {
  background: #888888;
  border-radius: 10px;
}
.mega_menu .nav ul {
  gap: 1.5rem;
  display: grid;
}
.mega_menu .nav a {
  gap: 2rem;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr auto;
  font-size: 1.8rem;
  font-weight: 500;
  transition: all 0.3s;
  padding: 1.2rem 2rem;
  border-radius: 6px;
}
.mega_menu .nav a.active {
  background-color: #edeef2;
}
.mega_menu .nav .icon {
  width: 2.6rem;
  height: 2.6rem;
  background: no-repeat center/contain;
}
.mega_menu .nav .toggle {
  cursor: pointer;
  width: 2.6rem;
  height: 2.6rem;
  transition: all .3s;
  background: url(../img/icon-select.svg) no-repeat center/50%;
}
.mega_menu .nav .open .toggle {
  transform: rotate(180deg);
}
.mega_menu .nav .sub {
  display: none;
  padding-top: 1rem;
  padding-left: 2rem;
}
.mega_menu .nav .sub a {
  font-size: 1.5rem;
  margin-bottom: 8px;
}
.mega_menu .list {
  flex: 1;
  display: none;
  overflow: auto;
  max-height: calc(100vh - 26rem);
}
.mega_menu .list::-webkit-scrollbar {
  width: 5px;
}
.mega_menu .list::-webkit-scrollbar-thumb {
  background: #888888;
  border-radius: 10px;
}
.mega_menu .list.active {
  display: block;
}
.mega_menu .list ul {
  gap: 2rem 4%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.mega_menu .list li a {
  text-align: center;
}
.mega_menu .list li a:hover img {
  transform: scale(1.03);
}
.mega_menu .list li .img {
  padding-bottom: 77.75%;
  overflow: hidden;
}
.mega_menu .list li .title {
  font-weight: 500;
  margin-top: 1rem;
}
.mega_menu .list .btn {
  margin-top: 5rem;
}
.mega_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  pointer-events: none;
  opacity: 0;
}
.mega_overlay.active {
  opacity: 1;
  pointer-events: all;
}

.quote_modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
  align-items: center;
  overflow: auto;
}
.quote_modal::-webkit-scrollbar {
  display: none;
}
.quote_modal .modal_content {
  width: calc(100% - 4rem);
  max-width: 76.8rem;
  margin: 5rem auto;
  padding: 0;
  background-color: transparent;
}
.quote_modal .modal_content::before {
  display: none;
}
.quote_modal .quote_form {
  width: 100%;
  max-width: unset;
}

.float_connect {
  position: fixed;
  z-index: 99;
  bottom: 3rem;
  right: 4.7rem;
}
.float_connect ul {
  display: grid;
  gap: 0.8rem;
}
.float_connect ul li {
  position: relative;
  pointer-events: none;
}
.float_connect ul li a,
.float_connect ul li span {
  position: relative;
  display: block;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 50%;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  width: 6.2rem;
  height: 6.2rem;
  border: 1px solid #d1d1d1;
  pointer-events: all;
  box-shadow: 0 0 0.8rem rgba(202, 208, 216, 0.4);
  background-color: #fff;
}
.float_connect ul li a::after,
.float_connect ul li span::after {
  position: absolute;
  content: '';
  display: block;
  inset: 0;
  background: no-repeat center / 36%;
  transition: all 0.3s;
}
.float_connect ul li:hover a,
.float_connect ul li:hover span {
  border-color: var(--primary);
  background-color: var(--primary);
}
.float_connect ul li:hover a::after,
.float_connect ul li:hover span::after {
  filter: contrast(0) brightness(0);
}
.float_connect ul li:hover .msg {
  transform: translateY(0);
  opacity: 1;
}
.float_connect ul li .msg {
  position: absolute;
  white-space: nowrap;
  right: 104%;
  bottom: 106%;
  font-size: 1.8rem;
  font-weight: 500;
  color: #242526;
  border-radius: 0.7rem;
  background-color: #fff;
  padding: 1.4rem 1.5rem 1.3rem;
  min-width: 15.5rem;
  letter-spacing: 0.06rem;
  transition: all 0.4s, opacity 0.3s;
  transform: translateY(50%);
  opacity: 0;
}
.float_connect ul li .msg::after {
  position: absolute;
  width: 1rem;
  height: 1rem;
  right: 10%;
  top: calc(100% - 1px);
  background-color: #fff;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  content: '';
}
.float_connect ul .phone a::after,
.float_connect ul .phone span::after {
  background-image: url("../img/icon-phone.svg");
}
.float_connect ul .email a::after,
.float_connect ul .email span::after {
  background-image: url("../img/icon-email.svg");
}
.float_connect ul .message a::after,
.float_connect ul .message span::after {
  background-image: url("../img/icon-msg.svg");
}

.full_text_editor_content {
  font-size: 1.8rem;
  line-height: 1.7;
  color: #4c4c4c;
}
.full_text_editor_content > *:first-child {
  margin-top: 0;
}
.full_text_editor_content > *:last-child {
  margin-bottom: 0;
}
.full_text_editor_content h2 {
  font-size: 2.6rem;
  font-weight: 600;
  color: var(--title);
  margin: 4.3rem 0 2rem;
}
.full_text_editor_content h3 {
  font-size: 2rem;
  font-weight: 500;
  color: var(--title);
  margin: 2rem 0 1rem;
}
.full_text_editor_content p {
  margin: 1rem 0;
}
.full_text_editor_content ul {
  margin: 2.9rem 0;
}
.full_text_editor_content ul li {
  position: relative;
  padding-left: 2.8rem;
}
.full_text_editor_content ul li::before {
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  left: 0;
  top: 1.1rem;
  content: '';
  border-radius: 50%;
  background-color: var(--primary);
}
.full_text_editor_content ul li + li {
  margin-top: 1px;
}
.full_text_editor_content a {
  color: #1e120d;
  font-weight: 600;
  transition: all 0.3s;
}
.full_text_editor_content a:hover {
  color: var(--primary);
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.full_text_editor_content img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  margin: 3rem 0;
}
/*** global css ***/

@media screen and (min-width: 769px) and (max-width: 1440px) {
  .section_banner .inner {
    padding-bottom: 17rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0 3rem;
  }
  header .lt,
  header .rt {
    flex: unset;
  }
  .section_banner .inner {
    padding-bottom: 14rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .btn,
  .btn_more {
    font-size: 14px;
  }
  .section_banner .inner {
    padding: 0;
  }
  .section_banner .img {
    width: 100%;
    clip-path: none;
  }
  .section_banner .img::before {
    content: '';
    position: absolute;
    left: 0;
    top: 30%;
    right: 0;
    bottom: 0;
    z-index: 2;
    pointer-events: none;
    background-image: linear-gradient(to top, var(--primary), transparent);
  }
  .section_banner .mask {
    display: none;
  }
  .section_banner .flex {
    padding: 5rem 0;
  }
}
@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 {
    display: block;
    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);
    border: none;
  }
  header nav .menu > li > a:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .menu > li.current-menu-item > a,
  header nav .menu > li.current-menu-parent > a {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .menu .menu-item-has-children {
    position: relative;
  }
  header nav .menu .menu-item-has-children > a {
    margin-right: 46px;
  }
  header nav .menu .menu-item-has-children::before,
  header nav .menu .menu-item-has-children::after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    width: 36px;
    height: 36px;
    transition: all 0.3s;
    border-radius: var(--radius);
  }
  header nav .menu .menu-item-has-children::after {
    background: url(../img/select.svg) no-repeat center / 12px;
  }
  header nav .menu .menu-item-has-children.active::before {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .menu .menu-item-has-children.active::after {
    transform: rotate(180deg);
  }
  header nav .sub-menu {
    position: static;
    padding: 10px;
    margin: 12px 0;
    box-shadow: none;
    display: none;
    opacity: 1;
    pointer-events: all;
    transition: none;
    min-width: unset;
    border-radius: var(--radius);
    transform: translate(0);
    background-color: rgba(0, 0, 0, 0.02);
  }
  header nav .sub-menu > li {
    cursor: pointer;
    transform: translate(0);
  }
  header nav .sub-menu > li + li {
    margin-top: 6px;
  }
  header nav .sub-menu > li > a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    white-space: normal;
    padding: 10px;
    transition: all 0.3s;
    border-radius: var(--radius);
  }
  header nav .sub-menu > li > 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;
    width: 23px;
    height: 23px;
    overflow: hidden;
    text-indent: -999px;
    background: url(../img/nav-btn.svg) no-repeat center / contain;
  }
  header .btn_search,
  header .btn_lang,
  header .btn_contact {
    margin: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  .head h2 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  li::-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_more,
  .btn_w {
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px;
    gap: 10px;
  }
  .btn::after,
  .btn_more::after,
  .btn_w::after {
    width: 12px;
    height: 12px;
  }
  .swiper_btns {
    gap: 20px;
  }
  .swiper_btns div {
    width: 40px;
    height: 40px;
  }
  .product_list .info .title {
    font-size: 16px;
  }
  .blog_list a {
    border-radius: 10px;
  }
  .blog_list .img {
    border-radius: 10px 10px 0 0;
  }
  .blog_list .info {
    padding: 30px 15px 20px;
    margin-top: -10px;
  }
  .blog_list .info .metas {
    font-size: 12px;
  }
  .blog_list .info .metas .cat {
    padding: 4px 10px;
  }
  .blog_list .info .title {
    font-size: 15px;
    margin-top: 10px;
  }
  .blog_list .info .more {
    margin-top: 20px;
  }
  .head .subtitle {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
    letter-spacing: 1px;
  }
  .head h1 {
    font-size: 25px;
    line-height: 1.3;
  }
  .head h2 {
    font-size: 22px;
    line-height: 1.3;
  }
  .head .desc,
  .head p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
  }
  header {
    padding: 0;
  }
  header .content {
    padding: 0 20px;
  }
  header .logo svg {
    height: 40px;
    width: 40px;
  }
  header .logo .text .text1 {
    width: 60px;
  }
  header .logo .text .text2 {
    width: 50px;
    margin-top: 4px;
  }
  header .lt {
    gap: 20px;
  }
  header .rt {
    gap: 26px;
    min-height: 64px;
  }
  header .btn_search,
  header .btn_lang {
    width: 22px;
    height: 22px;
  }
  header .btn_contact {
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px;
  }
  footer {
    padding: 50px 0 20px;
  }
  footer::after {
    top: 20%;
  }
  footer .main {
    margin-top: 50px;
    gap: 30px 20px;
  }
  footer .bottom {
    margin-top: 80px;
  }
  .section_features {
    padding: 50px 0 20px;
  }
  .section_features .float {
    bottom: -40px;
    top: -40px;
  }
  .section_features .float .img {
    width: 80px;
  }
  .section_features .head p {
    margin-top: 12px;
  }
  .section_features .items {
    margin-top: 30px;
  }
  .section_features .items ul {
    width: calc(100% + 40px);
    margin: 0 -20px 0;
    padding: 0 20px 30px;
    overflow-x: auto;
    display: flex;
    gap: 16px;
  }
  .section_features .items ul::-webkit-scrollbar {
    display: none;
  }
  .section_features .items ul li {
    flex: 0 0 250px;
  }
  .section_features .item {
    padding: 20px;
    --radius: 10px;
  }
  .section_features .item::before {
    height: 18px;
    bottom: -4px;
  }
  .section_features .item .icon {
    width: 40px;
    height: 40px;
  }
  .section_features .item .info {
    margin-top: 20px;
  }
  .section_features .item .info h3 {
    font-size: 18px;
    letter-spacing: unset;
  }
  .section_features .item .info p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    margin-top: 10px;
  }
  .section_product {
    padding: 0;
    margin: 0;
  }
  .section_product .inner {
    padding: 50px 0;
  }
  .section_product .head p {
    margin-top: 12px;
  }
  .footer_contact {
    margin: 0;
    padding: 50px 0 30px;
  }
  .footer_contact .head {
    padding: 0;
    margin: 0;
  }
  .footer_contact .head p {
    margin-top: 12px;
  }
  .footer_contact .btns {
    gap: 12px;
    margin-top: 20px;
  }
  .footer_contact .img2 {
    width: 50%;
    margin: 0 -8% 0 0;
  }
  section.footer_contact {
    margin: 0;
  }
  .section_banner .inner {
    padding: 0;
  }
  .section_banner .img {
    width: 100%;
    clip-path: none;
  }
  .section_banner .img::before {
    content: '';
    position: absolute;
    left: 0;
    top: 30%;
    right: 0;
    bottom: 0;
    z-index: 2;
    pointer-events: none;
    background-image: linear-gradient(to top, #000, transparent);
  }
  .section_banner .mask {
    display: none;
  }
  .section_banner .flex {
    padding: 30px 0;
  }
  .section_banner .head h1 {
    font-size: 25px;
  }
  .section_banner .head p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.5;
  }
  .section_banner .btn_w {
    margin: 0 0 0 auto;
  }
  .section_blog {
    padding: 50px 0;
    margin: 0;
  }
  .section_blog .head {
    padding: 0;
  }
  .section_blog .swiper_box {
    margin-top: 20px;
  }
  .section_blog + .footer_contact {
    margin: 0;
  }
  .engineering_support {
    padding: 50px 0;
  }
  .engineering_support .float {
    bottom: -40px;
  }
  .engineering_support .float .img {
    width: 80px;
  }
  .engineering_support .flex {
    gap: 30px;
  }
  .engineering_support .head {
    max-width: unset;
  }
  .engineering_support .head p {
    margin-top: 12px;
    max-width: unset;
  }
  .engineering_support .ad_list {
    margin-top: 20px;
  }
  .engineering_support .ad_list li + li {
    margin-top: 12px;
  }
  .engineering_support .ad_list li {
    grid-template-columns: 25px 1fr;
    gap: 12px;
  }
  .engineering_support .ad_list span {
    font-size: 14px;
    margin-top: 5px;
  }
  .engineering_support .quote_form {
    width: 100%;
    max-width: unset;
  }
  .engineering_support form {
    padding: 20px;
    border-radius: 10px;
  }
  .engineering_support form .info strong {
    font-size: 18px;
  }
  .engineering_support form .info p {
    font-size: 14px;
    margin-top: 10px;
  }
  .engineering_support form .main {
    margin-top: 20px;
    gap: 16px 0;
  }
  .engineering_support form .label {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .engineering_support form input,
  .engineering_support form textarea {
    font-size: 14px;
    height: 46px;
    padding: 0 20px;
  }
  .engineering_support form textarea {
    height: 120px;
    padding: 14px 20px;
  }
  .engineering_support form span:has(.btn) {
    margin-top: 10px;
  }

  /*** global css ***/
  .wpcf7 form.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 5px;
  }
  .wpcf7 form.wpcf7-form .wpcf7-response-output {
    font-size: 14px;
    line-height: 1.5;
  }

  .search_drawer .content {
    height: 100%;
  }
  .search_drawer .close {
    width: 20px;
    height: 20px;
    bottom: 30px;
    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;
  }

  .quote_modal .modal_content {
    border-radius: 10px;
  }

  .float_connect {
    right: 20px;
    bottom: 20px;
  }
  .float_connect ul {
    gap: 10px;
  }
  .float_connect ul li a,
  .float_connect ul li span {
    width: 40px;
    height: 40px;
  }
  .float_connect ul li .msg {
    padding: 10px;
    min-width: 120px;
    font-size: 14px;
  }
  .float_connect ul li .msg::after {
    width: 8px;
    height: 8px;
  }
  
  .full_text_editor_content {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .full_text_editor_content h2 {
    font-size: 18px;
    margin: 2rem 0 1rem;
  }
  .full_text_editor_content h3 {
    font-size: 1rem;
    margin: 1rem 0;
  }
  .full_text_editor_content p {
    margin: 10px 0;
  }
  .full_text_editor_content ul {
    margin: 1rem 0;
  }
  .full_text_editor_content ul li + li {
    margin-top: 10px;
  }
  .full_text_editor_content ul li {
    padding-left: 1.5rem;
  }
  .full_text_editor_content ul li::before {
    width: 5px;
    height: 5px;
    top: 8px;
  }
  .full_text_editor_content img {
    margin: 3rem 0;
  }
  /*** global css ***/
}
@media screen and (max-width: 576px) {
  header .btn_contact {
    display: none;
  }
  .section_product .flex {
    display: block;
  }
  .section_product .btn_more {
    margin-top: 20px;
  }
  .section_product .swiper_btns {
    display: none;
  }
  .footer_contact .flex {
    display: block;
  }
  .footer_contact .img {
    width: 100%;
    margin: 20px 0 0;
  }
  footer::after {
    top: 5%;
  }
  footer .main {
    gap: 0;
    display: flex;
    flex-direction: column;
  }
  footer .foot_about {
    width: 100%;
    order: -2;
  }
  footer .foot_contact {
    width: 100%;
    order: -1;
    margin: 30px 0;
  }
  footer .foot_nav {
    width: 100%;
  }
  footer .foot_nav.active strong::after {
    transform: rotate(180deg);
  }
  footer .foot_nav strong {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0 20px;
    line-height: 44px;
  }
  footer .foot_nav strong::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    transition: all 0.3s;
    filter: contrast(0) brightness(2);
    background: url(../img/select.svg) no-repeat center / contain;
  }
  footer .foot_nav div {
    display: none;
    padding: 0 20px 30px;
  }
  footer .bottom {
    justify-content: center;
  }
  .section_banner .flex {
    flex-direction: column;
    justify-content: flex-end;
  }
  .section_banner .img::before {
    top: 0;
  }
  .section_banner .lt {
    flex: unset;
  }
  .section_banner .rt {
    width: 100%;
  }
  .section_banner .btn_w {
    margin-left: 0;
  }
  .section_blog .swiper_btns {
    display: none;
  }
  .engineering_support form .col-2 {
    width: 100%;
  }
}
