* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary: #d4212c;
  --secondary: #141414;
  --title: #0c0c0c;
  --text: #6e6e6e;
  --polygon1: polygon(0 0, calc(100% - 1rem) 0, 100% 1rem, 100% 100%, 1rem 100%, 0 calc(100% - 1rem));
  --polygon2: polygon(0 0, calc(100% - 1rem) 0, 100% 1rem, 100% 100%, 1rem 100%, 0 calc(100% - 1rem), 0 0, 1px 1px, 1px calc(100% - 1rem - 0.41px), calc(1rem + 0.41px) calc(100% - 1px), calc(100% - 1px) calc(100% - 1px), calc(100% - 1px) calc(1rem + 0.41px), calc(100% - 1rem - 0.41px) 1px, 1px 1px);
  --polygon3: polygon(0 0, calc(100% - 3rem) 0, 100% 3rem, 100% 100%, 3rem 100%, 0 calc(100% - 3rem));
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 144rem;
  margin: 0 auto;
  position: relative;
}
.content .content {
  padding: 0;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 147rem;
  margin: 0 auto;
  position: relative;
  padding: 1.5rem;
  overflow: hidden;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
i,
em {
  font-style: normal;
}
input,
button,
textarea {
  border: none;
  outline: none;
  font-family: unset;
  color: var(--title);
}
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: 'Outfit', sans-serif;
}
body.fixed {
  overflow: hidden;
  padding-right: 15px;
}
body [data-wpr-lazyrender] {
  content-visibility: unset;
}
.Oswald,
h1,
h2,
h3,
.title {
  font-family: 'Oswald', sans-serif;
}
.Outfit {
  font-family: 'Outfit', sans-serif;
}
.only_mobile {
  display: none;
}
.gap {
  gap: 3rem;
}
.grecaptcha-badge {
  visibility: hidden;
}
#fullscreen-loader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
#fullscreen-loader::after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 8px solid var(--primary);
  animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}
@keyframes l20-1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@keyframes l20-2 {
  0% {
    transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    transform: scaleY(1) rotate(135deg);
  }
  50% {
    transform: scaleY(-1) rotate(0deg);
  }
  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_ct img {
  object-fit: contain;
}
.img.img_ab {
  position: relative;
}
.img.img_ab img {
  position: absolute;
  left: 0;
  top: 0;
}
.img.img_aba {
  --h: 100%;
  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_hv:hover img {
  transform: scale(1.03);
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
  aspect-ratio: inherit;
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img_bg > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.icon.icon_ab {
  position: relative;
}
.icon.icon_ab img {
  position: absolute;
  left: 0;
  top: 0;
}
.icon img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.custom-popup {
  --radius: 0px;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: var(--radius);
  z-index: 999;
  padding: 8px;
  font-size: 14px;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.2s ease;
}
.custom-popup.show {
  opacity: 1;
  transform: scaleY(1);
}
.custom-popup.up {
  transform-origin: bottom;
}
.custom-popup .popup-empty {
  padding: 12px;
  text-align: center;
  color: #999;
}
.custom-popup input.popup-input {
  display: block;
  width: 100%;
  padding: 11px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  background: #fff;
  color: var(--title);
  margin-bottom: 8px;
  border-radius: calc(var(--radius) - 2px);
}
.custom-popup input.popup-input::placeholder {
  color: #666;
}
.custom-popup input.popup-input:focus {
  border-color: var(--primary);
}
.custom-popup .popup-options {
  overflow: auto;
  max-height: 50vh;
}
.custom-popup .popup-option {
  padding: 12px;
  margin: 0 0 4px;
  cursor: pointer;
  transition: all 0.15s;
  border-radius: calc(var(--radius) - 2px);
}
.custom-popup .popup-option:hover,
.custom-popup .popup-option.selected {
  background-color: #f0f0f0;
}
.custom-popup .popup-option:last-child {
  margin-bottom: 0;
}
.head .subtitle {
  color: var(--primary);
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  letter-spacing: 1.8px;
}
.head h1 {
  font-size: 7.5rem;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
.head h2 {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.24;
  text-transform: uppercase;
}
.head h2 span {
  color: var(--primary);
}
.head p {
  color: var(--text);
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.head.white {
  color: #fff;
}
.head.white p {
  color: #cecece;
}
.head.center p,
.head.center h1,
.head.center h2 {
  margin-left: auto;
  margin-right: auto;
}
.btn {
  position: relative;
  z-index: 2;
  gap: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-size: 1.6rem;
  line-height: 5.6rem;
  padding: 0 3.6rem;
  transition: all 0.3s;
  background-color: var(--primary);
  clip-path: var(--polygon1);
}
.btn::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0.7);
  clip-path: var(--polygon2);
}
.btn::after {
  content: '';
  display: block;
  width: 15px;
  height: 10px;
  transition: all 0.3s;
  filter: contrast(0) brightness(2);
  background: url(../img/arrow-line-r.svg) no-repeat center / contain;
}
.btn:hover {
  background-color: transparent;
}
.btn:hover::before {
  opacity: 1;
}
.btn:hover::after {
  transform: translateX(5px);
}
.btn.btn_na::after {
  display: none;
}
.btn.btn_t {
  background-color: transparent;
}
.btn.btn_t::before {
  opacity: 1;
}
.btn.btn_t:hover {
  background-color: var(--primary);
}
.btn.btn_t:hover::before {
  opacity: 0;
}
.btn.btn_b {
  background-color: var(--secondary);
}
.btn.btn_b::before {
  background-color: rgba(0, 0, 0, 0.8);
}
.btn.btn_b:hover {
  color: var(--title);
  background-color: transparent;
}
.btn.btn_b:hover::after {
  filter: contrast(0) brightness(0);
}
.swiper_btns {
  gap: 2.2rem;
  display: flex;
}
.swiper_btns div {
  width: 5.6rem;
  height: 5.6rem;
  background-color: var(--primary);
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  clip-path: polygon(0 0, calc(100% - 0.9rem) 0, 100% 0.9rem, 100% 100%, 0.9rem 100%, 0 calc(100% - 0.9rem));
}
.swiper_btns div:hover {
  filter: brightness(110%);
}
.swiper_btns div.swiper-button-disabled {
  background-color: #333333;
}
.swiper_btns div.btn_prev::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.swiper_btns div::after {
  content: "";
  width: 1.7rem;
  height: 1.7rem;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url('../img/arrow-line-r.svg') no-repeat center / contain;
  filter: brightness(100);
}
.swiper_btns.middle {
  width: 98%;
  max-width: 164.7rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  pointer-events: none;
  transform: translate(-50%, -50%);
  justify-content: space-between;
}
.swiper_btns.middle div {
  pointer-events: all;
}
.swiper_btns.middle .swiper-button-disabled,
.swiper_btns.middle .swiper-button-lock {
  pointer-events: none;
}
.product_list .active a,
.product_list a:hover {
  box-shadow: 0 1.5rem 1.5rem rgba(188, 188, 188, 0.55);
}
.product_list .active a .image .img_cv,
.product_list a:hover .image .img_cv {
  opacity: 1;
  pointer-events: auto;
}
.product_list .active a .image .detail,
.product_list a:hover .image .detail {
  transform: translateY(0);
}
.product_list .active a .info,
.product_list a:hover .info {
  background-color: #f4f4f4;
}
.product_list a {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.3s;
  border: 1px solid #dddddd;
  background-color: #fff;
}
.product_list a:hover img {
  transform: scale(1.03);
}
.product_list .image {
  position: relative;
  overflow: hidden;
}
.product_list .image .img_ct {
  padding-bottom: 91.22807%;
}
.product_list .image .img_cv {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.product_list .image .detail {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  gap: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--primary);
  color: #fff;
  font-weight: 500;
  padding: 1.6rem 0 1.2rem;
  transition: all 0.3s;
  transform: translateY(100%);
}
.product_list .image .detail::after {
  content: '';
  display: block;
  width: 16px;
  height: 12px;
  transition: all 0.3s;
  filter: contrast(0) brightness(2);
  background: url(../img/arrow-line-r-b.svg) no-repeat center / contain;
}
.product_list .image .detail:hover::after {
  transform: translateX(5px);
}
.product_list .info {
  flex: 1;
  transition: all 0.3s;
  background-color: #f4f4f4;
  padding: 2.1rem 3rem 2.6rem;
}
.product_list .info .tag {
  position: absolute;
  left: 1.3rem;
  top: 1.5rem;
  z-index: 5;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  padding: 4px 1.7rem;
  text-transform: uppercase;
  background-color: var(--primary);
  clip-path: polygon(0 0, calc(100% - 0.6rem) 0, 100% 0.6rem, 100% 100%, 0.6rem 100%, 0 calc(100% - 0.6rem));
}
.product_list .info strong {
  display: block;
  font-weight: 500;
  font-size: 2rem;
}
.product_list .info p {
  color: #777777;
  margin-top: 1rem;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 996;
  transition: all 0.4s;
}
header.sticky {
  position: sticky;
  top: -92px;
  background-color: var(--title);
}
header.style {
  top: 0;
  background-color: #fff;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.1);
}
header.style nav .menu > li > a {
  color: var(--title);
}
header.style .btn_search,
header.style .btn_lang {
  filter: none;
}
header.style .btn_quote::before {
  background-color: rgba(0, 0, 0, 0.8);
}
header.style .btn_quote:hover {
  color: var(--title);
}
header.hide {
  top: -92px;
}
header .flex {
  gap: 3.8rem;
}
header .logo {
  display: block;
  position: relative;
}
header .logo img {
  display: block;
  width: 11rem;
  height: auto;
}
header .logo p {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
header nav {
  margin-left: auto;
}
header nav .close_box {
  display: none;
}
header nav .menu {
  gap: 4rem;
  display: flex;
}
header nav .menu > li {
  position: relative;
  z-index: 2;
}
header nav .menu > li > a {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 52px;
  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: auto;
  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;
}
header nav .sub-menu::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  clip-path: var(--polygon1);
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
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: 15px;
  white-space: nowrap;
  padding: 10px 18px;
  transition: all 0.2s;
  clip-path: polygon(0 0, calc(100% - 0.8rem) 0, 100% 0.8rem, 100% 100%, 0.8rem 100%, 0 calc(100% - 0.8rem));
}
header nav .sub-menu > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
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 .btns {
  gap: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 92px;
}
header .btn_search {
  display: block;
  width: 18px;
  height: 18px;
  cursor: pointer;
  overflow: hidden;
  text-indent: -999px;
  transition: all 0.3s;
  filter: contrast(0) brightness(2);
  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;
  transition: all 0.3s;
  filter: contrast(0) brightness(2);
  background: url(../img/icon-lang.svg) no-repeat center / contain;
}
header .btn_menu {
  display: none;
}
header .btn_quote {
  font-size: 16px;
  line-height: 52px;
  margin-left: 1rem;
}
footer .top {
  gap: 5rem 3rem;
  padding: 11.7rem 0 10rem;
}
footer .foot_nav:last-child {
  min-width: 25.694444%;
}
footer .foot_nav strong {
  display: block;
  font-weight: 500;
  font-size: 2.2rem;
  text-transform: uppercase;
  margin-bottom: 3.2rem;
}
footer .foot_nav li + li {
  margin-top: 1.5rem;
}
footer .foot_nav a {
  vertical-align: top;
  transition: all 0.3s;
  color: var(--text);
  font-size: 1.8rem;
  padding-bottom: 1.8rem;
  margin-bottom: 3rem;
}
footer .foot_nav a:hover {
  color: var(--primary);
}
footer .foot_nav a[target="_blank"] {
  gap: 1.6rem;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr auto;
  color: var(--secondary);
  border-bottom: 1px solid #d3d3d3;
  overflow: hidden;
}
footer .foot_nav a[target="_blank"]::before {
  content: '';
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../img/icon-phone.svg) no-repeat center / contain;
}
footer .foot_nav a[target="_blank"]::after {
  content: '';
  display: block;
  width: 1.8rem;
  height: 1.2rem;
  transition: all 0.3s;
  background: url(../img/arrow-line-r-b.svg) no-repeat center / contain;
}
footer .foot_nav a[target="_blank"]:hover {
  border-color: var(--primary);
  box-shadow: 0 1px 0 0 var(--primary);
}
footer .foot_nav a[target="_blank"]:hover::after {
  transform: translateX(100%);
}
footer .mid {
  padding: 1.2rem 0;
}
footer .logo {
  display: block;
  position: relative;
}
footer .logo img {
  display: block;
  width: 14.7rem;
  height: auto;
}
footer .logo p {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
footer .social {
  gap: 2rem 4rem;
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0;
}
footer .social a {
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: -999px;
  transition: all 0.3s;
  filter: contrast(0) brightness(0);
  background: no-repeat center / contain;
}
footer .social a:hover {
  filter: none;
  transform: scale(1.2);
}
footer .social .facebook a {
  background-image: url(../img/social-facebook.svg);
}
footer .social .instagram a {
  background-image: url(../img/social-instagram.svg);
}
footer .social .youtube a {
  background-image: url(../img/social-youtube.svg);
}
footer .social .linkedin a {
  background-image: url(../img/social-linkedin.svg);
}
footer .social .twitter a {
  background-image: url(../img/social-twitter.svg);
}
footer .bot {
  color: var(--text);
  font-size: 1.3rem;
  border-top: 1px solid #d3d3d3;
  padding: 1.7rem 0 2.6rem;
}
footer .bot .copyright {
  font-size: 1.4rem;
}
footer .bot a {
  transition: all 0.3s;
}
footer .bot a:hover {
  color: var(--primary);
}
footer .bot ul {
  gap: 2.2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
footer .bot li {
  gap: 2.2rem;
  display: flex;
  align-items: center;
}
footer .bot li:last-child::after {
  display: none;
}
footer .bot li::after {
  content: '';
  display: block;
  width: 1px;
  height: 1.3rem;
  background-color: #d3d3d3;
}
.section_bar {
  color: #fff;
  padding: 1.5rem 0;
  background-color: var(--primary);
}
.section_bar .section_bar_swiper {
  max-width: 256rem;
  margin: 0 auto;
  overflow: hidden;
}
.section_bar .swiper-wrapper {
  transition: linear;
}
.section_bar .swiper-slide {
  text-transform: uppercase;
  max-width: max-content;
  gap: 25px;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
}
.section_bar .swiper-slide::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  background-color: rgba(255, 255, 255, 0.5);
}
.section_bar a {
  display: block;
  transition: all 0.3s;
}
.section_bar a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.section_cta {
  position: relative;
  z-index: 2;
  padding: 3.6rem 0;
}
.section_cta .bg {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  transform: translateX(-50%);
  width: 97.8125%;
  height: 100%;
  max-width: 256rem;
  border-bottom-left-radius: 3.2rem;
  overflow: visible;
  background-image: linear-gradient(0.7489deg, #a8101a 0%, #1a0508 40%, #0c0c0c 100%);
}
.section_cta .bg::after {
  content: '';
  display: block;
  border: 1.7rem solid transparent;
  border-top-color: #fff;
  border-right-color: #fff;
  position: absolute;
  right: -1px;
  top: -1px;
  z-index: 2;
}
.section_cta .bg img {
  opacity: 0.25;
  border-bottom-left-radius: 3.2rem;
}
.section_cta .head .subtitle {
  margin-bottom: 2.4rem;
}
.section_cta .form {
  flex: 1;
  max-width: 65rem;
}
.section_cta .form .con {
  margin-top: 3rem;
  gap: 1.6rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section_cta .form span {
  width: 100%;
}
.section_cta .form .col2 {
  width: 47.692308%;
}
.section_cta .form input,
.section_cta .form select,
.section_cta .form textarea {
  width: 100%;
  height: 5rem;
  display: block;
  color: var(--title);
  font-size: 1.8rem;
  transition: all 0.2s;
  border-radius: 0.5rem;
  border: 1px solid #fff;
  background-color: #fff;
  padding: 0 1.4rem;
}
.section_cta .form input::placeholder,
.section_cta .form select::placeholder,
.section_cta .form textarea::placeholder {
  color: #989898;
}
.section_cta .form input:focus,
.section_cta .form select:focus,
.section_cta .form textarea:focus {
  border-color: var(--primary);
}
.section_cta .form textarea {
  height: 13.4rem;
  padding: 1.2rem 1.4rem;
}
.section_cta .form span:has(.btn) {
  margin-top: 4px;
}
.section_cta .form .btn input {
  display: none;
}
.section_cta .image {
  width: 41.736111%;
  clip-path: var(--polygon3);
  transform: translateY(-17.746479%);
}
.page_banner {
  max-width: 256rem;
  margin: 0 auto;
}
.page_banner .content {
  z-index: 10;
}
.page_banner .flex {
  min-height: 74rem;
}
.page_banner .head {
  max-width: 76.5rem;
  padding-top: 10rem;
}
.page_banner .head h1 {
  margin-top: 1rem;
}
.page_banner .head p {
  margin-top: 3.2rem;
}
.page_banner .head .btns {
  margin-top: 3.2rem;
}
.page_banner .head .btns > div {
  gap: 1.7rem;
  display: flex;
  flex-wrap: wrap;
}
.page_banner.bg::after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to right, #000000, rgba(0, 0, 0, 0));
}
.page_banner form {
  height: 6rem;
  width: 51.2rem;
  position: relative;
  margin-top: 3.5rem;
}
.page_banner form input[type="text"] {
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.07);
  padding: 1rem 2rem;
  color: white;
  font-size: 1.7rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
}
.page_banner form input[type="text"]::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.page_banner form input[type="submit"] {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  aspect-ratio: 1;
  display: inline-block;
  text-indent: -99999px;
  background: url('../img/banner_search.svg') no-repeat center / 1.5rem;
  background-color: var(--primary);
  transition: all 0.3s;
}
.page_banner form input[type="submit"]:hover {
  filter: brightness(120%);
}
.page_banner.center {
  text-align: center;
}
.page_banner.center .breadcrumbs > span {
  justify-content: center;
}
.page_banner.center .content > .flex {
  justify-content: center;
}
.page_banner.center .head {
  max-width: 80rem;
  padding-top: 7rem;
}
.page_step {
  background-color: #f6f6f6;
  padding: 12.2rem 0;
  overflow: hidden;
}
.page_step .head {
  margin-bottom: 7rem;
}
.page_step .head h2 {
  margin-bottom: 2.6rem;
  margin-top: 1rem;
}
.page_step .head p {
  max-width: 71rem;
  margin-left: auto;
  margin-right: auto;
}
.page_step .head_img {
  max-width: 73.5rem;
  margin: 0 auto;
}
.page_step .head_img img {
  width: 100%;
  display: block;
}
.page_step .process_list {
  position: relative;
  align-items: flex-start;
}
.page_step .line {
  position: absolute;
  top: 2.7rem;
  left: 0%;
  width: 100%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.24);
  z-index: 1;
}
.page_step .item {
  position: relative;
  z-index: 2;
  width: 25%;
  padding: 0 1.5rem;
}
.page_step .item .title {
  font-size: 2.4rem;
  font-family: 'Oswald', sans-serif;
  color: #111;
  font-weight: 700;
  margin-bottom: 1.8rem;
  text-transform: uppercase;
  min-height: 3rem;
}
.page_step .item .desc {
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin: 0 auto;
  color: rgba(20, 20, 20, 0.68);
  max-width: 27rem;
}
.page_step .item:nth-child(2) .item_img {
  max-width: 26.6rem;
}
.page_step .item:nth-child(3) .item_img {
  max-width: 26.4rem;
}
.page_step .circle {
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 50%;
  background-color: #fff;
  border: 3px solid var(--primary);
  margin: 0 auto 2rem;
  color: var(--primary);
  font-family: 'Outfit', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.7rem 1.4rem rgba(188, 188, 188, 0.24);
}
.page_step .item_img {
  margin: 0 auto;
}
.page_step .item_img img {
  width: 100%;
  height: auto;
  display: block;
}
.page_partners {
  padding: 8rem 0 25.5rem;
}
.page_partners .head {
  margin-bottom: 6rem;
}
.page_partners .page_partners_swiper {
  overflow: hidden;
}
.page_partners .card {
  position: relative;
  background-color: #f5f5f5;
  padding: 4rem 3.5rem 6.2rem;
  display: flex;
  flex-direction: column;
  clip-path: polygon(0 0, calc(100% - 3.5rem) 0, 100% 3.5rem, 100% 100%, 3.5rem 100%, 0 calc(100% - 3.5rem));
}
.page_partners .stars {
  display: flex;
  gap: 0.2rem;
  color: var(--primary);
  margin-bottom: 1.5rem;
}
.page_partners .stars svg {
  width: 2.2rem;
  height: 2.2rem;
  fill: currentColor;
}
.page_partners .quote {
  flex: 1;
  margin-bottom: 4.5rem;
}
.page_partners .quote p {
  font-size: 1.7rem;
  color: #222;
  line-height: 2.6rem;
}
.page_partners .quote img {
  max-width: 100%;
  height: auto;
  display: block;
}
.page_partners .user {
  margin-top: auto;
}
.page_partners .user .avatar {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: var(--primary);
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 600;
  margin-right: 1.5rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_partners .user .info strong {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--title);
  margin-bottom: 0.4rem;
  display: block;
}
.page_partners .user .info p {
  font-size: 1.4rem;
  color: #777777;
  margin: 0;
}
.page_partners .bottom_line {
  position: absolute;
  bottom: 0;
  left: 2.8rem;
  width: calc(100% - 4.5rem);
  height: 0.7rem;
  background-color: var(--primary);
  clip-path: polygon(0 0, calc(100% - 0.7rem) 0, 100% 100%, 0.7rem 100%);
}
.manufacturing_swiper {
  overflow: hidden;
  border: 1px solid #dddddd;
}
.manufacturing_swiper .swiper-slide {
  max-width: 360px;
}
.manufacturing_swiper .swiper-slide:last-child .item {
  border-right: none;
}
.manufacturing_swiper .active .item {
  background-color: #d32f2f;
}
.manufacturing_swiper .active .item::after {
  opacity: 1;
}
.manufacturing_swiper .active .item .img {
  filter: contrast(0) brightness(2);
}
.manufacturing_swiper .active .item .text span {
  color: #fff;
}
.manufacturing_swiper .active .item .text i {
  color: #fff;
}
.manufacturing_swiper .active .item .text strong {
  color: rgba(255, 255, 255, 0.8);
}
.manufacturing_swiper .active .item .text p {
  color: rgba(255, 255, 255, 0.68);
}
.manufacturing_swiper .item {
  display: block;
  height: 100%;
  padding: 14.4645341% 5.5632823% 15.0208623%;
  text-align: center;
  position: relative;
  z-index: 2;
  background-color: #fff;
  transition: all 0.3s;
  border-right: 1px solid #dddddd;
}
.manufacturing_swiper .item::after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 2px;
  background-color: #8c0000;
  transition: all 0.3s;
  opacity: 0;
  content: '';
}
.manufacturing_swiper .img {
  width: 3.4rem;
  height: 3.4rem;
  margin: 0 auto;
  transition: all 0.3s;
}
.manufacturing_swiper .text {
  margin-top: 2.9rem;
}
.manufacturing_swiper .text span,
.manufacturing_swiper .text i {
  font-weight: 500;
  font-size: 4.8rem;
  transition: all 0.3s;
}
.manufacturing_swiper .text i {
  color: var(--primary);
}
.manufacturing_swiper .text strong {
  display: block;
  color: #434343;
  font-weight: 500;
  font-size: 1.7rem;
  transition: all 0.3s;
  margin-top: 3px;
}
.manufacturing_swiper .text p {
  color: #606060;
  line-height: 2.2rem;
  transition: all 0.3s;
  max-width: 26.9rem;
  margin: 2.3rem auto 0;
}
.breadcrumbs > span {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}
.breadcrumbs > span > span {
  color: var(--primary);
}
.breadcrumbs > span > span a {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s;
}
.breadcrumbs > span > span a:hover {
  color: var(--primary);
}
.breadcrumbs > span > span a::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background: url('../img/bread_arrow.svg') no-repeat center / contain;
  margin-left: 1.1rem;
  transform: translateY(0.2rem);
}
.active .tech_item {
  background-color: var(--primary);
}
.active .tech_item .icon {
  transform: translateY(-100%);
  opacity: 0;
  filter: contrast(0) brightness(2);
}
.active .tech_item .info {
  transform: translateY(0);
  color: #fff;
}
.active .tech_item .info p {
  opacity: 0.74;
}
.tech_item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  clip-path: polygon(var(--cp_w) 0, 100% 0, 100% calc(100% - var(--cp_h)), calc(100% - var(--cp_w)) 100%, 0 100%, 0 var(--cp_h));
  background-color: #f6f6f6;
  overflow: hidden;
  transition: all 0.3s;
  --cp_w: 3rem;
  --cp_h: 2.7rem;
  padding: 11.6883117% 4.3290043% 11.9047619%;
}
.tech_item .icon {
  position: absolute;
  width: 6.4rem;
  height: 6.4rem;
  transition: all 0.4s, opacity 0.3s;
}
.tech_item .info {
  flex: 1;
  width: 100%;
  color: #111111;
  text-align: center;
  transition: all 0.3s, transfom 0.4s;
  transform: translateY(9.3rem);
  padding-top: 1px;
}
.tech_item .info h3 {
  font-size: 2.4rem;
  font-weight: 700;
  text-transform: uppercase;
}
.tech_item .info p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  opacity: 0;
  transition: all 0.3s;
  max-width: 34.3rem;
  margin: 1.5rem auto 0;
  min-height: 8.4rem;
  font-weight: 300;
  letter-spacing: 0.005rem;
}

.section_cta .form span.wpcf7-spinner{
  width: 24px !important;
  margin: 0;
  position: absolute;
}
body .wpcf7 form .wpcf7-response-output{
  padding: 0;
  margin: 0;
  border: none;
  color: white;
  margin-top: 1.5rem;
}


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

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

.default_body h2 {
  font-size: 2.6rem;
  line-height: 3.4rem;
  font-weight: 500;
  margin: 3.5rem 0 3.3rem;
}
.default_body h3 {
  font-size: 2rem;
  line-height: 3.4rem;
  font-weight: 500;
  margin: 1.6rem 0 1rem;
}
.default_body p {
  margin: 1rem 0;
}
.default_body img {
  border-radius: 8px;
  width: 100%;
  display: block;
  object-fit: cover;
  margin: 4.7rem 0;
}
.default_body ul {
  margin: 1rem 0;
}
.default_body ul li {
  position: relative;
  padding-left: 0;
  margin-bottom: 1rem;
  list-style: disc;
  margin-left: 2rem;
}
.default_body ul li:last-child {
  margin-bottom: 0;
}

.quote_modal form span{
  display: block;
  margin-bottom: 1.5rem;
}
.quote_modal form .btn input[type="submit"]{
  display: none;
}
.quote_modal form .btn:hover{
  background-color: #0c0c0c;
}

@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0 3rem;
  }
  .head h1 {
    font-size: 7rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .head h1 {
    font-size: 6rem;
  }
}
@media screen and (max-width: 1024px) {
  header nav {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    pointer-events: none;
    display: flex;
    --radius: 8px;
  }
  header .btn_menu{
    display: block;
    width: 22px;
    height: 22px;
    display: inline-block;
    filter: brightness(100);
    text-indent: -999999px;
    background: url('../img/menu.svg') no-repeat center / contain;
  }
  header nav.active {
    pointer-events: auto;
  }
  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);
  }
  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);
  }
  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 .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;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  .head h1 {
    font-size: 5rem;
  }
  .head h2 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #8b8b8b;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --polygon1: polygon(0 0, calc(100% - 5px) 0, 100% 5px, 100% 100%, 5px 100%, 0 calc(100% - 5px));
    --polygon2: polygon(0 0, calc(100% - 5px) 0, 100% 5px, 100% 100%, 5px 100%, 0 calc(100% - 5px), 0 0, 1px 1px, 1px calc(100% - 5px - 0.41px), calc(5px + 0.41px) calc(100% - 1px), calc(100% - 1px) calc(100% - 1px), calc(100% - 1px) calc(5px + 0.41px), calc(100% - 5px - 0.41px) 1px, 1px 1px);
    --polygon3: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
  }
  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;
  }
  .head .subtitle {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 5px;
    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;
  }
  .btn{
    line-height: 40px;
    font-size: 14px;
    padding: 0 20px;
  }
  .btn::after{
    width: 10px;
    height: 8px;
  }
  header{
    padding: 10px 0;
  }
  header .logo img{
    width: 7rem;
  }
  header .btn_quote{
    display: none;
  }
  header .btns{
    gap: 20px;
    min-height: unset;
  }
  header .btn_menu{
    display: block;
    width: 22px;
    height: 22px;
    display: inline-block;
    filter: brightness(100);
    text-indent: -999999px;
    background: url('../img/menu.svg') no-repeat center / contain;
  }
  header nav .close_box + div{
    padding-top: 30px;
  }

  header.style .btn_menu{
    filter: unset;
  }

  .section_cta{
    padding: 40px 0;
    overflow: hidden;
  }
  .section_cta .content > .flex{
    flex-flow: wrap;
  }
  .section_cta .form{
    width: 100%;
    flex: unset;
    max-width: unset;
  }
  .section_cta .img{
    width: 100%;
  }
  .section_cta .head .subtitle{
    margin-bottom: 5px;
  }
  .section_cta .form .con{
    margin-top: 15px;
  }
  .section_cta .form input, .section_cta .form select, .section_cta .form textarea{
    height: 40px;
    font-size: 14px;
  }
  .section_cta .form .col2{
    width: 100%;
  }
  .section_cta .form textarea{
    height: 100px;
  }
  .section_cta .image{
    transform: translate(0,0);
    aspect-ratio: 1/0.7;
  }
  footer .top{
    padding: 40px 0;
    flex-flow: wrap;
    gap: 20px;
  }
  .foot_nav{
    width: 100%;
  }
  footer .top .foot_nav strong{
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    background-color: var(--primary);
    color: white;
    font-size: 15px;
    margin-bottom: 0px;
    align-items: center;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
  }
  footer .top .foot_nav strong:after{
    content: "";
    width: 14px;
    height: 14px;
    background: url('../img/select.svg') no-repeat center/contain;
    filter: contrast(0) brightness(100);
    transition: all 0.3s;
  }
  footer .top .foot_nav.active strong:after{
    transform: rotate(180deg);
  }
  footer .top .foot_nav strong + div{
    padding: 20px 20px 0px;
    display: none;
  }
  footer .top .foot_nav a{
    font-size: 14px;
    padding: 0;
    margin: 0;
    display: block;
    border: none;
  }
  footer .top .foot_nav a:before, footer .top .foot_nav a:after{
    display: none;
  }
  footer .logo img{
    width: 99px;
    margin-left: auto;
    margin-right: auto;
  }
  footer .mid{
    justify-content: center;
    gap: 15px;
  }
  footer .social a{
    width: 18px;
    height: 18px;
  }
  footer .bot .copyright{
    font-size: 13px;
  }
  footer .bot ul{
    justify-content: center;
    width: 100%;
  }
  footer .bot .copyright + div{
    width: 100%;
  }
  .manufacturing_swiper .item {
    padding: 20px;
  }
  .manufacturing_swiper .item .img {
    width: 30px;
    height: 30px;
  }
  .manufacturing_swiper .item .text {
    margin-top: 16px;
  }
  .manufacturing_swiper .item .text span,
  .manufacturing_swiper .item .text i {
    font-size: 25px;
  }
  .manufacturing_swiper .item .text strong {
    font-size: 16px;
    margin-top: 10px;
  }
  .manufacturing_swiper .item .text p {
    line-height: 1.5;
    margin-top: 5px;
  }
  .active .tech_item .icon {
    transform: translateY(0);
    opacity: 1;
  }
  .tech_item {
    --cp_w: 16px;
    --cp_h: 16px;
    padding: 20px;
  }
  .tech_item .icon {
    width: 40px;
    height: 40px;
    position: static;
  }
  .tech_item .info {
    transform: translateY(0);
    margin-top: 14px;
    padding: 0;
  }
  .tech_item .info h3 {
    font-size: 18px;
  }
  .tech_item .info p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
    letter-spacing: unset;
    opacity: 0.74;
  }

  .section_bar .swiper-slide{
    font-size: 13px;
  }
  .swiper_btns div{
    width: 40px;
    height: 40px;
  }
  .swiper_btns div::after{
    width: 13px;
    height: 13px;
  }

  .page_banner .flex{
    min-height: unset;
    padding: 80px 0 50px;
  }
  .breadcrumbs > span{
    font-size: 14px;
    flex-flow: wrap;
  }
  .page_banner .head p{
    margin-top: 15px;
    width: 100%;
  }
  .page_banner form{
    width: 100%;
    height: 40px;
    margin-top: 15px;
  }
  .page_banner form input[type="text"]{
    font-size: 13px;
  }
  .breadcrumbs > span > span a::after{
    width: 10px;
    height: 10px;
    transform: translateY(0);
  }

  .page_step{
    padding: 40px 0;
  }
  .page_step .head h2{
    margin-bottom: 10px;
    margin-top: 5px;
  }
  .page_step .line{
    top: 1.8rem;
  }
  .page_step .item{
    min-width: 230px;
  }
  .page_step .circle{
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  .page_step .head{
    margin-bottom: 20px;
  }
  .page_step .item .title{
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .page_step .item .desc{
    font-size: 14px;
    line-height: 1.5;
  }
  .page_step .process_list{
    overflow-y: hidden;
  }
  .page_step .line{
    width: 920px;
  }
  .page_partners{
    padding: 40px 0;
  }
  .page_partners .head{
    margin-bottom: 20px;
  }
  .page_partners .card{
    padding: 20px;
  }
  .page_partners .quote{
    margin-bottom: 20px;
  }
  .page_partners .quote p{
    font-size: 14px;
    line-height: 1.5;
  }
  .page_partners .user .avatar{
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  .page_partners .user .info strong{
    font-size: 14px;
  }
  .page_partners .user .info p{
    font-size: 13px;
  }

  .product_list .info strong{
    font-size: 15px;
   }
   .product_list .image .detail{
    font-size: 13px;
    padding: 10px 0;
   }
   .product_list .image .detail::after{
    width: 12px;
    height: 10px;
   }
   .product_list .info{
    padding: 15px;
   }
}

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

/* Search Results Page */
.search_results_page {
  padding: 12rem 0 8rem;
}
.search_results_page .search_head {
  text-align: center;
  margin-bottom: 5rem;
}
.search_results_page .search_head h1 {
  font-size: 3.6rem;
  color: var(--title);
  margin-bottom: 1rem;
}
.search_results_page .search_head p {
  font-size: 1.6rem;
  color: var(--text);
  margin-bottom: 2.5rem;
}
.search_inline_form {
  display: inline-grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  background: #fff;
  border: 2px solid #dfe3e8;
  padding: 0.4rem 0.5rem 0.4rem 1.8rem;
  width: 100%;
  max-width: 520px;
  clip-path: var(--polygon1);
  transition: border-color 0.2s;
}
.search_inline_form:focus-within {
  border-color: var(--primary);
}
.search_inline_form input[type="search"] {
  width: 100%;
  height: 4.4rem;
  font-size: 1.5rem;
  color: var(--title);
  background: transparent;
  border: 0;
  outline: none;
  font-family: 'Outfit', sans-serif;
}
.search_inline_form button {
  width: 4.4rem;
  height: 4.4rem;
  border: 0;
  background: var(--primary);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  clip-path: var(--polygon1);
  transition: background-color 0.3s;
}
.search_inline_form button:hover {
  background: var(--secondary);
}
.search_count {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  color: var(--text);
}
.search_product_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
.search_pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 4rem;
}
.search_pagination a,
.search_pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  font-size: 1.4rem;
  border: 1px solid #dfe3e8;
  color: var(--title);
  text-decoration: none;
  transition: all 0.3s;
}
.search_pagination a:hover {
  border-color: var(--primary);
  color: var(--primary);
}
.search_pagination .current {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.search_empty {
  text-align: center;
  padding: 6rem 0;
}
.search_empty_icon {
  margin-bottom: 2rem;
  color: var(--text);
  opacity: 0.4;
}
.search_empty h2 {
  font-size: 2.4rem;
  color: var(--title);
  margin-bottom: 1rem;
}
.search_empty p {
  font-size: 1.6rem;
  color: var(--text);
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .search_results_page {
    padding: 10rem 0 5rem;
  }
  .search_results_page .search_head h1 {
    font-size: 2.6rem;
  }
  .search_product_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .search_product_list {
    grid-template-columns: 1fr;
  }
}

/* 404 Page */
.page_404 {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8rem 2rem;
}
.page_404 .error_code {
  font-size: 12rem;
  font-weight: 700;
  color: var(--primary);
  line-height: 1;
  margin-bottom: 1rem;
  font-family: 'Oswald', sans-serif;
}
.page_404 h1 {
  font-size: 3rem;
  color: var(--title);
  margin-bottom: 1.5rem;
}
.page_404 p {
  font-size: 1.6rem;
  color: var(--text);
  margin-bottom: 3rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .page_404 .error_code {
    font-size: 8rem;
  }
  .page_404 h1 {
    font-size: 2.2rem;
  }
}
