:root {
  --theme_color: #161616;
  --title_color: #161616;
  --content_color: #3d3d3d;
}
html {
  font-size: clamp(7.5px, 0.52083333vw, 8px) !important;
}
ul {
  list-style: none;
}
a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
i {
  font-style: normal;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 147rem;
  margin: 0 auto;
  position: relative;
  padding: 1.5rem;
  overflow: hidden;
}
button,
input,
textarea {
  outline: none;
  border: none;
  font-family: unset;
  color: var(--title_color);
}
input[type="submit"],
button {
  cursor: pointer;
}
textarea {
  resize: none;
}
input[type="checkbox"] {
  cursor: pointer;
  appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
select {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: unset;
  color: var(--title_color);
}
.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;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title_color);
  font-family: 'Inter', sans-serif;
  --global_bg_color: #f3f4f6;
  background-color: var(--global_bg_color);
}
body.fixed {
  overflow: hidden;
  padding-right: 17px;
}
.only_mobile {
  display: none;
}
.content .content {
  padding: 0;
}
.gap {
  gap: 2rem;
}
li.swiper-slide {
  height: auto;
}
.grecaptcha-badge {
  visibility: hidden;
}
#fullscreen-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#fullscreen-loader::after {
  content: '';
  display: block;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid var(--theme_color);
  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 {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
  aspect-ratio: inherit;
}
.head h2 {
  font-size: 4.6rem;
  font-weight: 600;
  line-height: 5.6rem;
  letter-spacing: 0.15rem;
}
.head h2 span {
  font-weight: 300;
}
.btn {
  display: inline-block;
  vertical-align: top;
  transition: all 0.3s;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2rem;
  border: 1px solid var(--theme_color);
  background-color: transparent;
  padding: 1.9rem 5.2rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.btn::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  transition: width 0.3s;
  background-color: var(--theme_color);
}
.btn:hover {
  color: #fff;
}
.btn:hover::before {
  left: 0;
  right: unset;
  width: 100%;
}
.btn_b {
  display: inline-block;
  vertical-align: top;
  transition: all 0.3s;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  font-size: 1.7rem;
  color: #fff;
  border: 1px solid var(--theme_color);
  background-color: transparent;
  padding: 1.6rem 4.2rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.btn_b::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: width 0.3s;
  background-color: var(--theme_color);
}
.btn_b:hover {
  color: var(--title_color);
}
.btn_b:hover::before {
  width: 0;
  left: unset;
  right: 0;
}
.btn_w {
  display: inline-block;
  vertical-align: top;
  transition: all 0.3s;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.7rem;
  border: 1px solid #fff;
  background-color: transparent;
  padding: 1.9rem 4.5rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.btn_w::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: width 0.3s;
  background-color: #fff;
}
.btn_w:hover {
  color: #fff;
}
.btn_w:hover::before {
  width: 0;
  left: unset;
  right: 0;
}
.btn_more {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  background-color: transparent;
  gap: 1.8rem;
}
.btn_more::after {
  content: '';
  display: block;
  width: 1rem;
  aspect-ratio: 1;
  transition: all 0.3s;
  background: url(../img/arrow-tr.svg) no-repeat center / contain;
}
.btn_more:hover {
  text-decoration: underline;
}
.btn_more:hover::after {
  transform: rotate(45deg);
}
.swiper_btns {
  gap: 3rem;
  display: flex;
}
.swiper_btns div {
  width: 6.4rem;
  aspect-ratio: 1;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(23, 23, 23, 0.45);
  background-color: transparent;
}
.swiper_btns div::after {
  content: '';
  display: block;
  width: 1.4rem;
  aspect-ratio: 1;
  transition: all 0.3s;
  background: url(../img/arrow.svg) no-repeat center / contain;
  filter: contrast(0) brightness(2) !important;
}
.swiper_btns div:hover {
  border-color: var(--title_color);
  background-color: var(--title_color);
}
.swiper_btns div:hover::after {
  filter: contrast(0) brightness(2);
}
.swiper_btns .btn_next::after {
  transform: rotate(180deg);
}
.swiper_btns .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
  background-color: transparent;
  border-color: rgba(23, 23, 23, 0.45);
}
.swiper_btns .swiper-button-disabled::after {
  filter: none;
}
.swiper_btns div.swiper-button-lock {
  opacity: 0;
  pointer-events: none;
}
.swiper_btns.middle {
  width: 98%;
  max-width: 177rem;
  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;
}
div.swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  height: 10px;
}
div.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: transparent;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  margin: 0 !important;
}
div.swiper-pagination .swiper-pagination-bullet::before {
  content: '';
  display: block;
  width: 6px;
  aspect-ratio: 1;
  pointer-events: all;
  border-radius: 50%;
  background-color: var(--title_color);
  transition: all 0.3s;
}
div.swiper-pagination .swiper-pagination-bullet::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  border: 1px solid var(--title_color);
  transition: all 0.3s;
  pointer-events: all;
  border-radius: 50%;
  transform: scale(0.5);
  opacity: 0;
}
div.swiper-pagination .swiper-pagination-bullet-active::before {
  opacity: 0;
  transform: scale(1.5);
}
div.swiper-pagination .swiper-pagination-bullet-active::after {
  opacity: 1;
  transform: scale(1);
}
#overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 991;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  pointer-events: none;
}
#overlay.active {
  opacity: 1;
  pointer-events: all;
}
header {
  position: fixed;
  top: 3rem;
  left: 50%;
  z-index: 996;
  transform: translateX(-50%);
  width: calc(100% - 4rem);
  max-width: 181.4rem;
  transition: all 0.3s;
  background-color: #fff;
  padding: 0 3.6rem 0 4rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
header.sticky {
  top: 0;
  width: 100%;
  max-width: 100%;
}
header.active {
  top: 5rem;
  width: calc(100% - 4rem);
  max-width: 181.4rem;
  box-shadow: none;
}
header .left {
  flex: 1;
  gap: 4rem;
  display: flex;
  align-items: center;
}
header .logo {
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -999px;
}
header .logo img {
  display: block;
  width: auto;
  height: 3.6rem;
}
header .logo p {
  position: absolute;
  z-index: -1;
  inset: 0;
}
header nav .menu {
  display: flex;
  gap: 4.4rem;
}
header nav .menu > li {
  position: relative;
  z-index: 2;
}
header nav .menu > li::after {
  content: '';
  display: block;
  width: 0;
  height: 0.3rem;
  background-color: var(--theme_color);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: all 0.3s;
}
header nav .menu > li > a {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  transition: all 0.3s;
  line-height: 8.6rem;
}
header nav .menu > li.current-menu-item::after,
header nav .menu > li.current-menu-parent::after,
header nav .menu > li:hover::after {
  width: calc(100% + 1rem);
}
header nav .menu > li:hover ul {
  opacity: 1;
  pointer-events: all;
  padding: 1.6rem 2.4rem;
}
header nav .menu > li:hover ul li {
  transform: translate(0);
}
header nav .menu > li.btn_mega_menu .sub-menu {
  display: none;
}
header nav .sub-menu {
  left: -2.4rem;
  position: absolute;
  min-width: 20rem;
  background-color: #fff;
  padding: 1.6rem 2.4rem 0;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.1);
  display: block;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
  z-index: -1;
}
header nav .sub-menu > li {
  margin-bottom: 0.5rem;
  transition: all 0.4s;
  transform: translateY(-1.6rem);
}
header nav .sub-menu > li > a {
  display: block;
  padding: 0.8rem 0;
  transition: all 0.3s;
  font-size: 1.5rem;
  position: relative;
}
header nav .sub-menu > li > a::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background-color: var(--theme_color);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s;
}
header nav .sub-menu > li > a:hover::after {
  width: 100%;
}
header .right {
  flex: 1;
  gap: 4rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 8.6rem;
}
header .btn_search {
  width: 2rem;
  width: 20px;
  aspect-ratio: 1;
  cursor: pointer;
  background: url(../img/icon-search.svg) no-repeat center / contain;
}
header .btn_lang {
  width: 2rem;
  width: 20px;
  aspect-ratio: 1;
  cursor: pointer;
  background: url(../img/icon-lang.svg) no-repeat center / contain;
}
header .btn_menu {
  display: none;
}
.mega_menu {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 992;
  width: 100%;
  padding: 13.6rem 0 0;
  transition: max-height 0.6s, opacity 0.3s;
  overflow: hidden;
  max-height: 13.6rem;
  opacity: 0;
  pointer-events: none;
  background-color: #f1f1f1;
}
.mega_menu.active {
  opacity: 1;
  pointer-events: all;
  max-height: calc(100vh - 3rem);
}
.mega_menu .content {
  max-width: 126rem;
  overflow: auto;
  max-height: calc(100vh - 16.6rem);
}
.mega_menu .content::-webkit-scrollbar {
  width: 5px;
}
.mega_menu .content::-webkit-scrollbar-thumb {
  background: #888888;
  border-radius: 10px;
}
.mega_menu .mega_menu_inner {
  gap: 2rem;
  display: flex;
}
.mega_menu .mega_menu_item {
  flex: 1;
  padding: 4.8rem 2.6rem 7.2rem;
}
.mega_menu .mega_menu_item:first-child {
  min-width: 16.6rem;
  /* background-color: #dbdbdb; */
}
.mega_menu .mega_menu_item:first-child a {
  opacity: 1;
}
.mega_menu .mega_menu_item a:hover {
  opacity: 1;
  text-decoration: underline;
}
.mega_menu .mega_menu_title {
  font-weight: 500;
  line-height: 1.5;
  min-height: 4.8rem;
}
.mega_menu .mega_menu_title a {
  display: block;
  max-width: max-content;
  font-size: 1.8rem;
}
.mega_menu .mega_menu_list {
  margin-top: 1.8rem;
}
.mega_menu .mega_menu_list li {
  margin-bottom: 1.2rem;
}
.mega_menu .mega_menu_list li:last-child {
  margin-bottom: 0;
}
.mega_menu .mega_menu_list a {
  opacity: 0.85;
  font-size: 1.4rem;
  font-size: 1.6rem;
}
footer .footer_main {
  padding: 13.6rem 0 14rem;
}
footer .footer_main .flex {
  gap: 5rem 2rem;
}
footer .slide_intro {
  width: 28rem;
  margin-top: -1.6rem;
  margin-right: 5%;
}
footer .slide_intro .logo {
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -999px;
  max-width: 19.3rem;
}
footer .slide_intro .logo img {
  display: block;
  width: 100%;
  height: auto;
}
footer .slide_intro .logo p {
  position: absolute;
  z-index: -1;
  inset: 0;
}
footer .slide_intro p {
  opacity: 0.85;
  line-height: 3rem;
  margin: 2.6rem 0 2rem;
}
footer .slide_intro .menu {
  gap: 1rem;
  display: grid;
}
footer .slide_intro .menu a {
  font-weight: 500;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  border: 1px solid rgba(22, 22, 22, 0.35);
  padding: 0.9rem 2.6rem;
  min-height: 5.8rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
footer .slide_intro .menu a::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  transition: width 0.4s;
  background-color: var(--theme_color);
}
footer .slide_intro .menu a::after {
  content: '';
  display: block;
  width: 1rem;
  aspect-ratio: 1;
  transition: all 0.3s 0.1s;
  background: url(../img/arrow-tr.svg) no-repeat center / contain;
}
footer .slide_intro .menu a:hover {
  color: #fff;
}
footer .slide_intro .menu a:hover::before {
  left: 0;
  right: unset;
  width: 100%;
}
footer .slide_intro .menu a:hover::after {
  transform: rotate(45deg);
  filter: contrast(0) brightness(2);
}
footer .slide_intro .social {
  gap: 2rem 4rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
}
footer .slide_intro .social a {
  opacity: 1;
  display: block;
  width: 2.2rem;
  aspect-ratio: 1;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  transition: all 0.3s;
}
footer .slide_intro .social a::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background: no-repeat center / contain;
}
footer .slide_intro .social a:hover {
  transform: scale(1.1);
}
footer .slide_intro .social .facebook a::after {
  background-image: url(../img/facebook.svg);
}
footer .slide_intro .social .twitter a::after {
  background-image: url(../img/twitter.svg);
}
footer .slide_intro .social .youtube a::after {
  background-image: url(../img/youtube.svg);
}
footer .slide_intro .social .instagram a::after {
  background-image: url(../img/instagram.svg);
}
footer .slide_intro .social .linkedin a::after {
  background-image: url(../img/linkedin.svg);
}
footer .slide_obj strong {
  display: block;
  font-size: 1.872rem;
  font-weight: 600;
  margin-bottom: 3.2rem;
}
footer .slide_obj li {
  margin-bottom: 1.8rem;
}
footer .slide_obj li:last-child {
  margin-bottom: 0;
}
footer .slide_obj li a {
  opacity: 0.85;
  transition: all 0.3s;
  vertical-align: top;
}
footer .slide_obj li a:hover {
  opacity: 1;
  text-decoration: underline;
}
footer .slide_connect {
  width: 30.5rem;
}
footer .slide_connect li {
  position: relative;
  padding-left: 7.4rem;
  margin-bottom: 4rem;
}
footer .slide_connect li::before {
  content: '';
  display: block;
  width: 5.6rem;
  aspect-ratio: 1;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid rgba(22, 22, 22, 0.2);
  background: no-repeat center / 2rem;
  position: absolute;
  left: 0;
  top: -0.3rem;
}
footer .slide_connect li a {
  opacity: 1;
  font-size: 1.8rem;
  font-weight: 500;
}
footer .slide_connect li .label {
  opacity: 0.65;
  color: #383838;
  font-size: 1.5rem;
  margin-top: 1rem;
}
footer .slide_connect .phone::before {
  background-size: 1.8rem;
  background-image: url(../img/icon-phone.svg);
}
footer .slide_connect .email::before {
  background-image: url(../img/icon-email.svg);
}
footer .copyright {
  padding: 2.4rem 0;
  background-color: #f2f2f2;
}
footer .copyright p,
footer .copyright a {
  color: #3f3f3f;
  font-weight: 500;
  font-size: 1.328rem;
}
footer .copyright a {
  opacity: 0.68;
  display: block;
  transition: all 0.3s;
}
footer .copyright a:hover {
  opacity: 1;
  text-decoration: underline;
}
footer .copyright ul {
  gap: 2rem 5.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer_contact {
  position: relative;
  z-index: 2;
  background: url(../img/cta.jpg) no-repeat center / cover #f2f2f2;
  /* background-image: none !important; */
}
.footer_contact::before {
  content: '';
  display: block;
  width: 47.083333%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  pointer-events: none;
  background-image: linear-gradient(to right, #f2f2f2 0%, #f2f2f2 60%, transparent 100%);
}
section.footer_contact .flex {
  padding: 5rem 0;
}
.footer_contact .head {
  width: 46.111111%;
  max-width: 53.8rem;
}
.footer_contact h2 {
  font-size: 4rem;
  line-height: 1.5;
}
.footer_contact .btn {
  margin-top: 2.6rem;
  padding: 1.9rem 6.5rem;
}
.products_item a {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  background-color: #fafafa;
}
.products_item a:hover .img_cv img {
  transform: scale(1.03);
}
.products_item a:hover .title::after {
  width: 100%;
}
.products_item .img_cv {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  top: 0;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.products_item .img_cv::after {
  content: '';
  display: block;
  width: 100%;
  height: 27.5362%;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.42;
  background-image: linear-gradient(to top, #000, transparent);
}
.products_item .img_ct {
  transition: all 0.3s;
  aspect-ratio: 542/566;
}
.products_item .img_ct img {
  aspect-ratio: 542/566;
}
.products_item .info {
  position: relative;
  z-index: 3;
  transition: all 0.3s;
  padding: 2rem 9.594096% 3.5rem;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  gap: 1rem;
}
.products_item .info .title {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 4rem;
  position: relative;
  max-width: max-content;
}
.products_item .info .title::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s;
}
.products_item .info .desc {
  order: 3;
  font-size: 1.7rem;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.products_item .info::after {
  content: '';
  display: block;
  width: 1.8rem;
  aspect-ratio: 1;
  transition: all 0.3s;
  grid-row: span 2;
  background: url(../img/arrow-line.svg) no-repeat center / contain;
}
.products_item.active .img_cv {
  opacity: 1;
  pointer-events: all;
}
.products_item.active .img_ct {
  transform: scale(0.9);
}
.products_item.active .info {
  color: #fff;
}
.products_item.active .info::after {
  filter: contrast(0) brightness(2);
}
.spece_item {
  padding: 10rem 0;
  overflow: hidden;
}
.spece_item .flex {
  gap: 11.111111%;
}
.spece_item .left {
  display: flex;
  align-items: flex-end;
  aspect-ratio: 1040/984;
  min-width: 72.222222%;
  position: relative;
}
.spece_item .left:hover img {
  transform: scale(1.01);
}
.spece_item .left:hover .more {
  text-decoration: underline;
}
.spece_item .left .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.spece_item .left .img::after {
  content: '';
  display: block;
  width: 100%;
  height: 22.96748%;
  opacity: 0.63;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to top, #000, transparent);
}
.spece_item .left .info {
  width: 100%;
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 5.769231%;
}
.spece_item .left .info .title {
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 4.4rem;
}
.spece_item .left .info .more {
  margin: 1.5rem 0 1rem;
  text-transform: uppercase;
}
.spece_item .right {
  margin-right: -1.666667%;
  min-width: 31.944444%;
}
.spece_item .head::after {
  content: '';
  display: block;
  width: 2.3rem;
  height: 1px;
  background-color: var(--title_color);
  margin-top: 4rem;
}
.spece_item .spece_item_swiper {
  margin-top: 4rem;
  overflow: hidden;
}
.spece_item .spece_item_swiper a {
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #f2f2f2;
  padding-top: 26.086957%;
}
.spece_item .spece_item_swiper a:hover img {
  transform: scale(1.03);
}
.spece_item .spece_item_swiper .img {
  aspect-ratio: 460/346;
}
.spece_item .spece_item_swiper .img img {
  aspect-ratio: 460/346;
}
.spece_item .spece_item_swiper .info {
  padding: 5.2rem 2.8rem 3.4rem;
}
.spece_item .spece_item_swiper .info .cat {
  color: #424242;
  font-size: 1.4rem;
  font-weight: 300;
}
.spece_item .spece_item_swiper .info .title {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 1rem;
}
.spece_item .spece_item_swiper .swiper-pagination {
  margin-top: 6.6rem;
}
.section_case {
  overflow: hidden;
  padding: 11.6rem 0 6.4rem;
  background: url(../img/section-case-bg.svg) no-repeat center / cover;
}
.section_case .section_case_swiper {
  width: calc(100% - 4rem);
  width: 100%;
  max-width: 175.6rem;
  margin: 7.6rem auto 0;
}
.section_case .section_case_swiper .swiper-slide {
  display: flex;
  align-items: center;
}
.section_case .section_case_swiper .swiper-slide a {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  aspect-ratio: 380/593;
}
.section_case .section_case_swiper .swiper-slide a:hover img {
  transform: scale(1.03);
}
.section_case .section_case_swiper .swiper-slide .img {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section_case .section_case_swiper .swiper-slide .info {
  width: 100%;
  color: #fff;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  padding: 4rem 6.711409%;
  gap: 0.4rem 2rem;
  transition: all 0.3s;
  transform: translateY(100%);
}
.section_case .section_case_swiper .swiper-slide .info .cat {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 2.7rem;
  text-transform: uppercase;
}
.section_case .section_case_swiper .swiper-slide .info .title {
  order: 3;
  font-size: 2.6rem;
  font-weight: 500;
}
.section_case .section_case_swiper .swiper-slide .info::after {
  content: '';
  display: block;
  grid-row: span 2;
  width: 2rem;
  aspect-ratio: 20/16;
  transform: translateY(1rem);
  filter: contrast(0) brightness(2);
  background: url(../img/arrow-line.svg) no-repeat center / contain;
}
.section_case .section_case_swiper .swiper-slide:nth-child(3n + 1) {
  max-width: 59.6rem;
  /* margin-right: 4.6rem !important; */
}
.section_case .section_case_swiper .swiper-slide:nth-child(3n + 1) a {
  /* aspect-ratio: 596/593; */
}
.section_case .section_case_swiper .swiper-slide:nth-child(3n + 2) {
  max-width: 38rem;
  /* margin-right: 8rem !important; */
}
.section_case .section_case_swiper .swiper-slide:nth-child(3n + 2) a {
  /* aspect-ratio: 380/593; */
}
.section_case .section_case_swiper .swiper-slide:nth-child(3n + 3) {
  max-width: 48.4rem;
  /* margin-right: 6rem !important; */
}
.section_case .section_case_swiper .swiper-slide:nth-child(3n + 3) a {
  /* aspect-ratio: 484/476; */
}
.section_case .section_case_swiper .swiper-slide:last-child {
  margin-right: 0 !important;
}
.section_case .section_case_swiper .active .info {
  transform: translate(0);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}
.section_case .control_box {
  gap: 3.333333%;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  margin-top: 6.5rem;
}
.section_case .control_box .swiper-scrollbar {
  height: 1px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.3);
  bottom: unset;
  top: unset;
}
.section_case .control_box .swiper-scrollbar .swiper-scrollbar-drag {
  height: 3px;
  margin-top: -1px;
  background-color: var(--theme_color);
  cursor: grab;
}
.section_case .control_box .swiper-scrollbar .swiper-scrollbar-drag:active {
  cursor: grabbing;
}
.section_case .control_box .pagination {
  gap: 0.3rem;
  display: flex;
  align-items: flex-end;
  color: #565656;
}
.section_case .control_box .pagination .current {
  color: var(--title_color);
  font-size: 2.4rem;
  font-weight: 500;
  padding-right: 0.8rem;
}
.category_nav {
  position: sticky;
  z-index: 9;
  top: -11.8rem;
  padding-top: 20.4rem;
  background-color: #f1f1f1;
}
.category_nav h1 {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
.category_nav .category_nav_swiper {
  overflow: hidden;
}
.category_nav .category_nav_swiper .swiper-slide {
  display: flex;
  justify-content: center;
  width: 175.333px;
  margin-right: 20px;
}
.category_nav .category_nav_swiper .active a,
.category_nav .category_nav_swiper a:hover {
  border-color: var(--theme_color);
}
.category_nav .category_nav_swiper a {
  gap: 2rem;
  display: grid;
  align-items: center;
  transition: all 0.3s;
  grid-template-columns: 3.6rem 1fr;
  border-bottom: 0.3rem solid transparent;
  padding: 3.2rem 0;
}
.category_nav .category_nav_swiper .icon {
  aspect-ratio: 1;
  background: no-repeat center / contain;
}
.category_nav .category_nav_swiper .name {
  font-size: 1.8rem;
  font-weight: 500;
}
.category_nav .btns {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 98%;
  max-width: 152rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}
.category_nav .btns div {
  width: 2rem;
  aspect-ratio: 20/16;
  transition: all 0.3s;
  cursor: pointer;
  pointer-events: all;
  background: url(../img/arrow-line.svg) no-repeat center / contain;
}
.category_nav .btns .btn_prev {
  transform: rotate(180deg);
}
.category_nav .btns .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.space_contact {
  position: relative;
  z-index: 2;
  background: url('../img/space-contact.jpg') no-repeat center / cover !important;
}
.space_contact::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.space_contact .flex {
  padding: 8rem 0;
  min-height: 48rem;
}
.space_contact .head {
  color: #fff;
  max-width: 53.8rem;
  margin-bottom: 1rem;
}
section.space_contact .head {
  max-width: 55.8rem;
}
.space_contact h2 {
  font-size: 4rem;
  line-height: 1.5;
}
.space_contact .btn {
  margin-top: 2.6rem;
  border-color: #fff;
}
.space_contact .btn::before {
  background-color: #fff;
}
.space_contact .btn:hover {
  color: var(--title_color);
}
.space_service {
  padding: 7.8rem 0 20rem;
}
.space_service .head {
  margin: 0 auto;
  max-width: 113.6rem;
}
.space_service .head p {
  color: var(--content_color);
  font-size: 1.7rem;
  line-height: 2.9rem;
  max-width: 80rem;
  margin: 2.8rem auto 0;
}
.space_service .items {
  margin-top: 7rem;
}
.space_service .items .syeditorlist {
  display: grid;
  gap: 4.8rem 2.777778%;
  grid-template-columns: repeat(2, 1fr);
}
.intro_item {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 44.8rem;
  overflow: hidden;
}
.intro_item:hover img {
  transform: scale(1.03);
}
.intro_item.active .img::after {
  opacity: 1;
  height: 100%;
}
.intro_item.active .info h3 {
  position: static;
}
.intro_item.active .info p,
.intro_item.active .info::after {
  opacity: 1;
  transform: translate(0);
}
.intro_item .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.intro_item .img::after {
  content: '';
  display: block;
  width: 100%;
  height: 50.446429%;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.76;
  transition: all 0.3s;
  pointer-events: none;
  background-image: linear-gradient(to top, #000, transparent);
}
.intro_item .info {
  width: 100%;
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 3.4rem 7.142857%;
}
.intro_item .info h3 {
  font-size: 2.6rem;
  font-weight: 600;
  position: absolute;
  left: 7.142857%;
  bottom: 3.5rem;
}
.intro_item .info p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 2.7rem;
  margin-top: 1.8rem;
  transition: all 0.3s;
  opacity: 0;
  transform: translateY(5rem);
}
.intro_item .info::after {
  content: '';
  display: block;
  transition: all 0.3s;
  opacity: 0;
  transform: translateY(5rem);
  margin-top: 3.4rem;
  width: 2rem;
  aspect-ratio: 20/16;
  filter: contrast(0) brightness(2);
  background: url(../img/arrow-line.svg) no-repeat center / contain;
}

.tax-products .section_banner{
  background: #333 !important;
  background-image: none !important;
}
.tax-products .section_banner .flex{
  height: auto;
}
.section_banner {
  position: relative;
  z-index: 2;
  background: no-repeat center / cover;
}
.section_banner .breadcrumbs {
  margin-bottom: 10px;
  margin-top: 8rem;
  margin-bottom: -8rem;
}
.section_banner .breadcrumbs a:hover {
  text-decoration: underline;
}
.section_banner::after {
  content: '';
  display: block;
  width: 100%;
  height: 41.521739%;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  opacity: 0.5;
  pointer-events: none;
  background-image: linear-gradient(to top, #000, transparent);
}
.section_banner .flex {
  height: 100vh;
  max-height: 92rem;
  padding: 11.2rem 0;
  min-height: max-content;
}
.section_banner .head {
  color: #fff;
  max-width: 81.8rem;
  margin-top: 3.8rem;
}
.section_banner .head h1 {
  font-size: 6.6rem;
  font-weight: 600;
  line-height: 7.6rem;
  letter-spacing: 0.15rem;
}
.section_banner .head p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 2rem;
  font-weight: 300;
  line-height: 3.2rem;
  max-width: 78.6rem;
  margin-top: 1.2rem;
}
.product_item a:hover img {
  transform: scale(1.03);
}
.product_item a:hover .more {
  text-decoration: underline;
}
.product_item .img {
  overflow: hidden;
  aspect-ratio: 460/346;
  background-color: #f2f2f2;
}
.product_item .info .title {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 3.2rem;
  margin-top: 2.8rem;
}
.product_item .info .cat {
  color: #424242;
  margin-top: 0.6rem;
}
.product_item .info .more {
  color: #999999;
  margin-top: 3.5rem;
}
.section_case2 {
  padding: 12.6rem 0 16.2rem;
  background: url(../img/section-case-bg.svg) no-repeat center / cover;
}
.section_case2 .inner {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.section_case2 h2 {
  flex: 1;
  max-width: 54.2rem;
}
.section_case2 .btn_more {
  margin-bottom: 1.2rem;
}
.section_case2 .section_case2_swiper {
  max-width: 132.2rem;
  margin-top: 4.3rem;
}
.section_case2 .section_case2_swiper a {
  height: 100%;
  display: block;
  aspect-ratio: 1322/565;
  position: relative;
  pointer-events: none;
}
.section_case2 .section_case2_swiper a:hover img {
  transform: scale(1.02);
}
.section_case2 .section_case2_swiper .img {
  width: 44.1%;
  pointer-events: all;
  aspect-ratio: 583/329;
  transition: all 0.5s;
  position: absolute;
  right: 55.9%;
  top: 0;
}
.section_case2 .section_case2_swiper .info {
  width: 22rem;
  transition: all 0.5s;
  pointer-events: all;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 65.221239%;
  z-index: 2;
}
.section_case2 .section_case2_swiper .info .title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.416667;
  transition: all 0.5s;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.section_case2 .section_case2_swiper .info .title span {
  font-weight: 300;
}
.section_case2 .section_case2_swiper .info .btn_more {
  gap: 4.8rem;
  padding: 1.2rem 0;
  margin-top: 1.5rem;
  border-top: 1px solid var(--title_color);
  transform: translateX(-110%);
}
.section_case2 .section_case2_swiper .swiper-slide-active .img {
  right: 0;
  width: 75.642965%;
}
.section_case2 .section_case2_swiper .swiper-slide-active .info {
  width: 40rem;
  top: 35.929204%;
}
.section_case2 .section_case2_swiper .swiper-slide-active .info .title {
  font-size: 4.8rem;
}
.section_case2 .section_case2_swiper .swiper-slide-active .info .btn_more {
  transform: translate(0);
  transition: all 0.4s 0.4s;
}
.section_case2 .control_box {
  display: grid;
  align-items: start;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  margin-top: -1.6rem;
  position: relative;
  z-index: 3;
  pointer-events: none;
}
.section_case2 .control_box .pagination_box {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-weight: 500;
  margin-top: 1.4rem;
  pointer-events: all;
}
.section_case2 .control_box .section_case2_pagination {
  position: relative;
  height: 1px;
  width: 11.6rem;
  background-color: rgba(0, 0, 0, 0.3);
}
.section_case2 .control_box .section_case2_pagination .swiper-pagination-progressbar-fill {
  background-color: var(--theme_color);
}
.section_case2 .control_box .btns div {
  width: 2rem;
  aspect-ratio: 20/16;
  transition: all 0.3s;
  cursor: pointer;
  pointer-events: all;
  background: url(../img/arrow-line.svg) no-repeat center / contain;
}
.section_case2 .control_box .btns .btn_prev {
  margin-bottom: 3.2rem;
  transform: rotate(180deg);
}
.section_case2 .control_box .btns .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.blog_item a:hover img {
  transform: scale(1.03);
}
.blog_item .img {
  aspect-ratio: 452/281;
  border-radius: 10px;
}
.blog_item .metas {
  gap: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(23, 23, 23, 0.2);
  padding-bottom: 0.8rem;
}
.blog_item .metas .cat {
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  gap: 0.6rem;
  display: grid;
  align-items: center;
  grid-template-columns: 0.6rem 1fr;
}
.blog_item .metas .cat::before {
  content: '';
  display: block;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--theme_color);
}
.blog_item .metas .date {
  color: #3f3f3f;
  font-size: 1.4rem;
}
.blog_item .info {
  margin-top: 2.7rem;
}
.blog_item .info .title {
  margin-top: 1.5rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.7rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
}
.case_item a:hover img {
  transform: scale(1.02);
}
.case_item a:hover .link {
  text-decoration: underline;
}
.case_item .img {
  width: 100%;
  aspect-ratio: 467/301;
}
.case_item .info {
  margin-top: 2.9rem;
}
.case_item .cat {
  font-size: 1.7rem;
  line-height: 1.5;
  color: #424242;
  text-transform: uppercase;
  font-weight: 300;
}
.case_item .title {
  font-size: 2.6rem;
  line-height: 1.5;
  color: var(--title_color);
  font-weight: 500;
  margin-bottom: 2.7rem;
}
.case_item .link {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #999999;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s;
}

section.section_process {
  padding: 11.4rem 0 7.8rem;
}

.case_showcase .case_showcase_swiper .swiper-slide {
  aspect-ratio: 1920/930;
}

/*** global css ***/
.empty_img {
  max-width: 388px;
  margin: 0 auto;
  display: block;
}
.loading {
  position: relative;
}
.loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../../global/img/load.gif') no-repeat center;
  background-size: 45px;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 9;
}

.wpcf7 .wpcf7-not-valid-tip {
  margin-top: 5px;
}
.wpcf7 form.wpcf7-form span.wpcf7-spinner {
  width: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wpcf7 form.wpcf7-form .wpcf7-response-output {
  padding: 0;
  margin: 0;
  border: none;
}
span.wpcf7-list-item {
  margin: 0;
}
form span {
  position: relative;
}

div form#sytech-newsletter-subscription {
  display: grid;
}
div form#sytech-newsletter-subscription p {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
}
div form#sytech-newsletter-subscription p.success.active {
  top: -3rem;
}
div form#sytech-newsletter-subscription p.success,
div form#sytech-newsletter-subscription p.failed {
  background-color: var(--theme_color);
}
div form#sytech-newsletter-subscription p.success::before,
div form#sytech-newsletter-subscription p.failed::before {
  top: 0.9rem;
  filter: contrast(0) brightness(2);
}
div form#sytech-newsletter-subscription p.success::after,
div form#sytech-newsletter-subscription p.failed::after {
  bottom: unset;
  top: 100%;
  border-top-color: var(--theme_color);
}
.video_pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  z-index: 9999;
  padding: 1.2rem;
}
.video_pop.active {
  opacity: 1;
  pointer-events: all;
}
.video_pop.active .pop_content {
  transform: translate(-50%, -50%);
}
.video_pop .mask {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
.video_pop .mask .close {
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 2rem;
  top: 1rem;
  cursor: pointer;
}
.video_pop .pop_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  transition: all 0.3s;
  width: max-content;
  max-width: 90vw;
  height: 80vh;
  aspect-ratio: 1920/1080;
}
.video_pop .pop_content iframe, .video_pop .pop_content video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
div.search-block {
  position: fixed;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 55, 96, 0.12);
  width: 100%;
  bottom: -100vh;
  height: 100vh;
  transition: 0.3s ease;
}
div.search-block.active {
  bottom: 0;
  opacity: 1;
  transform: translateY(150px);
}
div.search-block div.content {
  position: relative;
  display: block;
}
.wd-action-btn {
  display: inline-flex;
  vertical-align: middle;
  background: url(../../global/img/cloes.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 38px;
  right: 0;
  z-index: 1;
  width: 28px;
  height: 28px;
  transition: all 0.3s;
  cursor: pointer;
}
.wd-action-btn:hover {
  transform: rotate(180deg);
}
div.search-block .searchform {
  border-bottom: 1px solid rgba(119, 119, 119, 0.2);
  /* opacity: 0; */
  transition: opacity 0.35s ease 0.2s;
  --wd-form-color: #333;
  --wd-form-placeholder-color: #333;
  text-align: center;
  transition: 0.75s all ease;
}
div.search-block.active .searchform {
  opacity: 1;
}
div.search-block .searchform input[type='text'] {
  padding: 0;
  height: 110px;
  border: none;
  text-align: center;
  font-size: 35px;
  outline: none;
}
header div.main-menu div.main div.right {
  display: none;
}
div.search-block .searchform ::-webkit-input-placeholder {
  color: #333333;
}

.quote_modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  pointer-events: none;
  opacity: 0;
}
.quote_modal span:has([type="file"]) {
  display: none;
}
/*** global css ***/


.search_main {
  padding: 8rem 0;
}
.search_main .list {
  margin: 5rem 0 8rem;
}
.search_main .list ul {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(4, 1fr);
}
.search_main .list a {
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.search_main .list a:hover img {
  transform: scale(1.03);
}
.search_main .list .img {
  overflow: hidden;
  aspect-ratio: 766/468;
}
.search_main .list .info {
  flex: 1;
  padding: 3rem 2rem;
}
.search_main .list .info .name {
  font-size: 1.8rem;
  font-weight: 600;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search_main .list .info .excerpt {
  color: #666;
  margin-top: .8rem;
  font-size: 1.4rem;
  line-height: 1.5;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


section.section_process .section_process_thumbs_swiper .swiper-slide .icon,
section.section_mission,
section.design_process .design_process_swiper .swiper-slide .icon,
section.section_process .factory_process_thumbs_swiper .swiper-slide .icon {
  background-color: var(--global_bg_color);
}

img {
  transform: scale(1) !important;
}
.wp-core-ui .attachment .thumbnail .centered img{
  transform: translate(-50%, -50%) !important;
}
section.product_design .flex {
  gap: 5%;
  background-color: #fff;
}
section.product_design .product_design_swiper {
  width: 50%;
  min-width: unset;
  width: 100%;
}
section.product_design .left {
  min-width: unset;
  width: 40%;
  margin-left: 5%;
}

.spece_item.category_item .left {
  min-width: 63%;
}
.spece_item.category_item .flex {
  gap: 5%;
}
.spece_item.category_item .right {
  margin: 0 !important;
  min-width: 32%;
}

.product_design .right{
  min-width: 55% !important;
}

.lang_modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
  opacity: 0;
}
.lang_modal.active {
  opacity: 1;
  pointer-events: all;
}

.lang_modal.active .modal_content {
  transform: scale(1) translate(0, 0);
}
.lang_modal > .close {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.75);
}
.lang_modal .modal_content {
  width: calc(100% - 40px);
  max-width: 768px;
  transition: all ease 0.35s;
  background-color: #fff;
  overflow: auto;
  padding: 20px 40px 48px 48px;
  border-radius: 12px;
  transform: scale(0.9) translate(0, 500%);
}
.lang_modal .modal_content .close {
  width: 32px;
  height: 32px;
  cursor: pointer;
  border-radius: 6px;
  transition: all .3s;
  margin: 0 -16px 32px auto;
  filter: contrast(0) brightness(0);
  background: url(../img/mobile-menu/close.svg) no-repeat center/16px;
}
.lang_modal .modal_content .close:hover {
  background-color: rgba(0, 0, 0, 0.08);
}
.lang_modal .modal_content .gtranslate_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-height: 60vh;
  overflow: auto;
  padding-right: 8px;
  &::-webkit-scrollbar {
    width: 5px;
  }
  &::-webkit-scrollbar-thumb {
    background: rgb(136, 136, 136);
    border-radius: 100px;
  }
}
.lang_modal .modal_content .gtranslate_wrapper a {
  display: grid;
  gap: 12px;
  align-items: center;
  grid-template-columns: auto 1fr auto;
  padding: 16px 20px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all .3s;
}
.lang_modal .modal_content .gtranslate_wrapper a img {
  border-radius: 50%;
  border: 1px solid #fff;
  width: 32px;
  height: 32px;
  overflow: hidden;
  display: block;
  object-fit: cover;
  opacity: 1;
}
.lang_modal .modal_content .gtranslate_wrapper a span {
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
}
.lang_modal .modal_content .gtranslate_wrapper a:hover, .lang_modal .modal_content .gtranslate_wrapper a.gt-current-lang {
  border-color: var(--theme_color);
  background-color: var(--theme_color);
  span {
    color: #fff;
  }
}

section.section_mission .flex {
  width: 100%;
}
section.space_contact .flex {
  min-height: unset;
}
.video_section .content {
  width: 100%;
  padding: 0;
  max-width: 192rem;
}
div.video_section .video {
  width: 100%;
}
section.distributors_join .content {
  max-width: 144rem;
}
section.distributors_join .gap {
  gap: 2rem 6%;
}

.about_certification{
  background-color: #eee !important;
}
.head .subtitle{
  color: var(--theme_color) !important;
}
.about_certification .head h2{
  color: var(--title_color) !important;
}
.swiper_btns div{
  background-color: var(--theme_color) !important;
  border-color: var(--theme_color) !important;
}
.swiper_btns .swiper-button-disabled::after{
  filter: contrast(0) brightness(100) !important;
}
.about_certification .swiper_certification li img{
  object-fit: contain !important;
}

@media screen and (min-width: 768px) {
  section.section_process .section_process_thumbs_swiper .swiper-slide {
    max-width: 11.5rem;
    margin-right: 5rem !important;
  }
  section.home_banner .flex {
    height: 900px;
    min-height: unset;
    max-height: unset;
  }
}

.home_banner_swiper .swiper-slide {
  z-index: 2;
}

.home_banner_swiper video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.home_banner_swiper picture{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}


.single-case #showcase{
  display: none;
}

.product_dimension{
  display: none !important;
}

section.home_banner .flex {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8rem;
}
section.home_banner .head {
  flex: unset;
  position: relative;
  z-index: 2;
}
section.home_banner .head::before {
  content: '';
  display: block;
  width: calc(100% + 6rem);
  height: calc(100% + 29rem);
  position: absolute;
  left: -3rem;
  top: -8rem;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
}
section.home_banner .head .title span {
  font-size: 9rem;
  font-weight: 700;
}
section.home_banner .head .desc {
  margin-top: 5rem;
  font-size: 2.2rem;
  color: #fff;
}
section.home_banner .btn_w {
  position: relative;
  z-index: 3;
}
section.home_banner .btn:hover{
  border-color: var(--title_color) !important;
}


div.cookies{
  position: fixed;
  bottom: 0;
  display: none;
  left: 0;
  width: 100%;
  padding: 30px 0;
  z-index: 1001;
  color: white;
  background-color: #333;
  transition: all 1s;
}
div.cookies .flex {
  gap: 1.25rem;
  align-items: center;
}
div.cookies p{
  flex: 1;
}
div.cookies button.button_red:hover{
  background-color: white;
  border-color: white;
}
div.cookies button.accept-cookie {
  background-color: var(--theme_color);
}
div.cookies button.accept-cookie:hover {
  filter: brightness(0.8);
}
div.cookies button.refuse-cookie{
  background: #242424;
}
div.cookies button.refuse-cookie:hover { 
  filter: brightness(0.8);
}
div.cookies button.btn_b:hover {
  background-color: #fff;
}
div.cookies p a{
  border-bottom: 1px solid var(--subtheme_color);
  color: var(--subtheme_color);
  text-decoration: underline;
}


.inquiry_list{
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}
.inquiry_list .click_item{
  display: inline-block;
  width: 6rem;
  height: 6rem;
  background-color: #000;
  text-indent: -99999px;
  position: relative;
  cursor: pointer;
}
.inquiry_list .click_item:after{
  content: "";
  filter: contrast(0) brightness(100);
  width: 50%;
  height: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background: url('../img/icon-phone.svg') no-repeat center/contain;
}
.inquiry_list .click_item.email:after{
  background-image: url('../img/icon-email.svg');
}
.inquiry_list .click_item.quote:after{
  background-image: url('../img/inquiry-t.svg');
}

.section_case .head p{
  
  max-width: 63rem;
  margin-top: 1rem;
}

.faq_section {
  padding: 7rem 0 10rem;
}
.faq_section .left {
  flex: 1;
  max-width: 39rem;
}
.faq_section .btn_b {
  margin-top: 3.6rem;
  padding: 1.9rem 5.3rem;
}
.faq_section .head h2 {
  font-size: 3.8rem;
  font-weight: 600;
  color: #161616;
  line-height: 5.4rem;
}
.faq_section .head p {
  font-size: 1.7rem;
  color: rgba(36, 36, 36, 0.8);
  margin-top: 2.5rem;
  font-weight: 400;
  line-height: 2.9rem;
}
.faq_section .faq_list {
  width: 61.875%;
  margin-top: 2rem;
}
.faq_list .faq_item {
  transition: all 0.3s;
  border-bottom: 1px solid #dadada;
}
.faq_list .faq_item:first-child .answer {
  display: block;
}
.faq_list .faq_item.active {
  border-bottom-color: #242424;
}
.faq_list .faq_item.active .question::after {
  transform: rotate(135deg);
}
.faq_list .faq_item .question {
  gap: 1rem;
  color: #1a1a1a;
  font-size: 2.2rem;
  font-weight: 600;
  cursor: pointer;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  padding: 3rem 0 2.7rem;
  transition: all 0.3s;
}
.faq_list .faq_item .question::after {
  content: '';
  display: block;
  width: 1.4rem;
  aspect-ratio: 1;
  transition: all 0.3s;
  background: url(../img/icon-add.svg) no-repeat center / contain;
}
.faq_list .faq_item .answer {
  color: #3d3d3d;
  font-size: 1.7rem;
  line-height: 2.9rem;
  display: none;
  padding: 0.5rem 0 3rem;
  max-width: 85.3rem;
  letter-spacing: -0.2px;
}

.home_products .home_products_swiper {
  width: calc(100% - 4rem);
  max-width: 184rem;
  margin: 6.4rem auto 0;
  overflow: hidden;

}
.home_products{
  position: relative;
  z-index: 9;
}

.head>h3{
  font-size: 3.5rem;
  margin-top: 2rem;
  margin-bottom: -1rem;
  font-weight: 500;
}
.head>h3>span{
  font-weight: 300;
}
#AZSMG5 .factory_staff{
  padding-top: 0 !important;
}
#HFKHM6 .service_main{
  /* padding-top: 0 !important; */
}

.select-guide-section.alt-style .step-content ul li, .select-guide-section.alt-style .step-content p{
  font-size: 1.7rem !important;
  line-height: 1.5 !important;
}
.default_text{
  font-size: 1.7rem;
  line-height: 1.5;
  max-width: 66rem;
  margin-top: 1rem;
}
.solutions_product{
  padding-top: 8rem;
}

.factory_about .nums p{
  font-size: 2rem !important;
}
.home_products .head p{
  font-size: 1.8rem;
  margin-top: 1rem;
  
  line-height: 1.5;
}
.home_products .head>div{
  max-width: 73%;
}

.factory_production_swiper li.swiper-slide{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.factory_production .factory_production_swiper .btn{
  width: max-content;
}

nav.navigation {
  margin-top: 50px;
}
nav.navigation .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
nav.navigation .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
nav.navigation .page-numbers {
  transition: all 0.3s;
  font-weight: 500;
  color: #171717;
  text-align: center;
  min-width: 41px;
  font-size: 14px;
  padding: 12px;
}
nav.navigation .page-numbers.current {
  color: #fff;
  background-color: var(--theme_color);
}
nav.navigation .nav-links div {
  cursor: pointer;
}
nav.navigation .nav-links div:hover {
  color: #fff;
  background-color: var(--theme_color);
}

@media screen and (max-width: 768px) {
  nav.navigation {
    margin-top: 2rem;
  }
  nav.navigation .nav-links {
    gap: 10px;
  }
  nav.navigation .page-numbers {
    font-size: 14px;
    padding: 10px;
    min-width: 38px;
  }
  nav.navigation .page-numbers.prev,
  nav.navigation .page-numbers.next {
    width: 10px;
    height: 10px;
    margin: 0;
  }
}