:root {
  --theme_color: #e62129;
  --subtheme_color: #332c2b;
  --hover_color: #000;
  --title_color: #212121;
  --content_color: #3d3d3d;
  --bg_color: linear-gradient(to right, #000, #000);
}
html {
  font-size: clamp(7.5px, 0.522vw, 10px);
}
ul {
  list-style: none;
}
a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
  cursor: pointer;
}
i {
  font-style: normal;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 163rem;
  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: "Roboto", sans-serif;
}
body.fixed {
  overflow: hidden;
  padding-right: 17px;
}
.lato {
  font-family: "Lato", sans-serif;
}
.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;
  height: 40px;
  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_ab {
  position: relative;
}
.img.img_ab img {
  position: absolute;
  left: 0;
  top: 0;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
  aspect-ratio: inherit;
}
.btn {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  border-radius: 8px;
  background-color: var(--theme_color);
  gap: 1.8rem;
  padding: 2.2rem 3.4rem 2.3rem;
  position: relative;
}
.btn::after {
  display: inline-block;
  content: '';
  width: 1.7rem;
  height: 1.4rem;
  background: url("../img/arrow-r.svg") no-repeat center / contain;
  transition: all 0.3s;
}
.btn:hover {
  background-color: var(--subtheme_color);
}
.btn:hover::after {
  transform: translateX(20%);
}
.btn_line {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  background-color: transparent;
  transition: all 0.3s;
  font-size: 1.8rem;
  font-weight: 500;
  color: #282828;
  border-radius: 6px;
  border: 1px solid #d6d6d6;
  padding: 1.2rem 2.15rem 1.4rem;
  gap: 0.7rem;
}
.btn_line.lar {
  font-weight: 600;
  text-transform: uppercase;
  gap: 2.55rem;
  padding: 2.2rem 3.25rem;
}
.btn_line.lar::after {
  width: 1.7rem;
  height: 1.7rem;
  margin-top: 1px;
}
.btn_line::after {
  width: 1.4rem;
  height: 1.4rem;
  display: inline-block;
  content: '';
  background: url("../img/arrow-r2.svg") no-repeat center / contain;
  transition: all 0.4s, filter 0.3s;
  margin-top: 2px;
}
.btn_line:hover {
  background-color: var(--theme_color);
  border-color: var(--theme_color);
  color: #fff;
}
.btn_line:hover::after {
  filter: contrast(0) brightness(2);
  transform: translateX(20%);
}
.swiper_btns {
  gap: 3.3rem;
  display: flex;
}
.swiper_btns div {
  width: 6.2rem;
  height: 6.2rem;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #efefef;
}
.swiper_btns div::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  background: url(../img/arrow.svg) no-repeat center / 17.742%;
  filter: contrast(0) brightness(0);
}
.swiper_btns div:hover {
  background-color: var(--theme_color);
}
.swiper_btns div:hover::after {
  filter: contrast(0) brightness(2);
}
.swiper_btns .btn_next::after {
  transform: rotate(180deg);
}
.swiper_btns .swiper-button-disabled {
  pointer-events: none;
  background-color: rgba(239, 239, 239, 0.64);
}
.swiper_btns .swiper-button-disabled::after {
  filter: none;
}
.swiper_btns .swiper-button-lock {
  opacity: 0;
  pointer-events: none;
}
.swiper_btns.middle {
  width: 98%;
  max-width: 164.35rem;
  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;
}
.swiper_btns.white div {
  background-color: #fff;
}
.swiper_btns.white div:hover {
  background-color: var(--theme_color);
}
.swiper_btns.white .swiper-button-disabled {
  background-color: rgba(255, 255, 255, 0.64);
}
.swiper_btns.line div {
  border: 1px solid #d9dbdd;
  background-color: #fff;
}
.swiper_btns.line div:hover {
  border-color: var(--theme_color);
  background-color: var(--theme_color);
}
.head h1 {
  font-size: 6.2rem;
  line-height: 7.4rem;
  font-weight: 700;
}
.head h2 {
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 5.8rem;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 996;
  width: 100%;
  transition: all 0.3s;
  background-color: rgba(0, 0, 0, 0.4);
}
header .inner {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
  position: relative;
}
header .flex {
  gap: 3.33333%;
  justify-content: flex-end;
}
header.white {
  position: sticky;
  box-shadow: unset;
}
header.sticky {
  box-shadow: 0 5px 5px rgba(186, 186, 186, 0.35);
}
header.sticky,
header.white {
  background-color: #fff;
}
header.sticky .logo .logo-b,
header.white .logo .logo-b {
  opacity: 1;
}
header.sticky .logo .logo-w,
header.white .logo .logo-w {
  opacity: 0;
}
header.sticky nav .menu > li > a,
header.white nav .menu > li > a {
  color: var(--subtheme_color);
}
header.sticky nav .menu > li::before,
header.white nav .menu > li::before {
  filter: unset;
}
header.sticky .social a::after,
header.white .social a::after {
  filter: unset;
}
header.sticky .btn_lang,
header.white .btn_lang {
  color: var(--subtheme_color);
}
header.sticky .btn_lang i,
header.white .btn_lang i {
  filter: unset;
}
header.sticky .search_box form input[type=text],
header.white .search_box form input[type=text] {
  color: var(--subtheme_color);
}
header.sticky .search_box form input[type=text]::placeholder,
header.white .search_box form input[type=text]::placeholder {
  color: var(--subtheme_color);
}
header.sticky .search_box form input[type=submit],
header.white .search_box form input[type=submit] {
  filter: unset;
}
header .left {
  display: flex;
  align-items: center;
  padding: 0 5.1rem 2px;
  margin-right: auto;
}
header .logo {
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -999px;
}
header .logo img {
  display: block;
  width: auto;
  height: 2.56634rem;
  transition: all 0.3s;
}
header .logo .logo-b {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
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 {
  width: 0;
  height: 2px;
  background-color: var(--theme_color);
  border-radius: 2px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  content: '';
  transition: all 0.3s;
}
header nav .menu > li::before {
  top: 54%;
  transform: translateY(-50%);
  left: 107%;
  width: 1rem;
  height: 1rem;
  position: absolute;
  content: '';
  background: url("../img/icon-select.svg") no-repeat center / contain;
  display: none;
  filter: contrast(0) brightness(2);
  transition: all 0.3s;
}
header nav .menu > li > a {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  transition: all 0.3s;
  line-height: 7.8rem;
  padding-top: 2px;
}
header nav .menu > li.current-menu-item::after,
header nav .menu > li.current-menu-parent::after,
header nav .menu > li:hover::after {
  width: 100%;
}
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.menu-item-has-children::before {
  display: block;
}
.btn_products_menu .sub-menu, .btn_solutions_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:hover {
  color: var(--theme_color);
}
header .btns {
  display: flex;
  justify-content: flex-end;
  min-height: 8rem;
}
header .btns > div {
  border-left: 1px solid rgba(170, 170, 170, 0.22);
}
header .social {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 1px 2.9rem 0 3rem;
}
header .social a {
  display: block;
  width: 2rem;
  height: 2rem;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  transition: all 0.3s;
}
header .social a::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background: no-repeat center / contain;
  filter: contrast(0) brightness(2);
  transition: all 0.3s;
}
header .social a:hover {
  transform: scale(1.1);
}
header .social .whatsapp a::after {
  background-image: url("../img/whatsapp.svg");
}
header .btn_lang {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
  gap: 1.1rem;
  padding: 0 2.5rem 1px 2.6rem;
}
header .btn_lang i {
  width: 2rem;
  height: 2rem;
  display: inline-block;
  content: '';
  background: url("../img/icon-lang.svg") no-repeat center / contain;
  cursor: pointer;
  filter: contrast(0) brightness(2);
  transition: all 0.3s;
}
header .search_box {
  flex: 1;
  max-width: 20.9rem;
  display: flex;
  align-items: center;
  padding: 0 2.5rem 1px;
}
header .search_box form {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  overflow: hidden;
  gap: 1rem;
}
header .search_box form input[type=text] {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  display: block;
  background-color: transparent;
  transition: all 0.3s;
}
header .search_box form input[type=text]::placeholder {
  color: #fff;
}
header .search_box form input[type=submit] {
  width: 2rem;
  height: 2rem;
  display: block;
  text-indent: -999px;
  background: url("../img/icon-search.svg") no-repeat center / contain;
  filter: contrast(0) brightness(2);
  transition: all 0.3s;
}
header .btn_menu,
header .btn_search {
  display: none;
}
header .btn_inquiry {
  display: inline-flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  background-color: var(--theme_color);
  transition: all 0.3s;
  cursor: pointer;
  text-transform: uppercase;
  padding: 2rem 5.55rem;
}
header .btn_inquiry:hover {
  background-color: var(--subtheme_color);
}
footer {
  background: url("../img/footer-bg.jpg") no-repeat center / cover;
}
footer .footer_main {
  padding: 17.5rem 0 2rem;
}
footer .footer_main .flex {
  gap: 14.6rem 2rem;
}
footer .slide_intro {
  width: 34rem;
  margin-top: -9.7rem;
  margin-right: 1.2%;
}
footer .slide_intro .logo {
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -999px;
  max-width: 33.7rem;
}
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 {
  font-size: 1.8rem;
  color: #848484;
  text-transform: uppercase;
  margin-top: 5.7rem;
}
footer .slide_intro form {
  width: 100%;
  max-width: 32.7rem;
  display: grid;
  gap: 1.2rem;
  margin-top: 3.7rem;
}
footer .slide_intro form input[type=email] {
  width: 100%;
  display: block;
  border-radius: 5px;
  background-color: #fff;
  font-size: 1.6rem;
  padding: 1.5rem 1.8rem;
}
footer .slide_intro form input[type=email]::placeholder {
  color: var(--title_color);
}
footer .slide_intro form input[type=submit] {
  text-transform: uppercase;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  width: 100%;
  border-radius: 5px;
  background-color: #d1d1d1;
  padding: 1.5rem 1.8rem;
  transition: all 0.3s;
}
footer .slide_intro form input[type=submit]:hover {
  background-color: var(--theme_color);
  color: #fff;
}
footer .slide_obj strong {
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.8rem;
  color: #848484;
  margin-bottom: 3.5rem;
}
footer .slide_obj li {
  margin-bottom: 1.5rem;
}
footer .slide_obj li:last-child {
  margin-bottom: 0;
}
footer .slide_obj li a {
  font-weight: 500;
  font-size: 1.7rem;
  transition: all 0.3s;
  vertical-align: top;
  text-decoration: underline transparent;
}
footer .slide_obj li a:hover {
  opacity: 1;
  color: var(--theme_color);
  text-decoration-color: var(--theme_color);
}
footer .slide_connect {
  width: 23.6rem;
}
footer .slide_connect strong {
  margin-bottom: 3.6rem;
}
footer .slide_connect li {
  position: relative;
  padding-left: 3.1rem;
  margin-bottom: 2.6rem;
}
footer .slide_connect li::before {
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
  background: no-repeat center left / contain;
  position: absolute;
  left: 0;
  top: 2px;
}
footer .slide_connect li a {
  font-weight: 600;
}
footer .slide_connect li .label {
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: #848484;
  margin-top: 0.75rem;
}
footer .slide_connect .whatsapp::before {
  background-image: url(../img/whatsapp-red.svg);
}
footer .slide_connect .email::before {
  top: 0.4rem;
  background-image: url(../img/icon-email.svg);
  background-size: 90%;
}
footer .slide_connect .address::before {
  background-image: url(../img/icon-address.svg);
}
footer .slide_connect .address .label {
  font-weight: 500;
  color: var(--title_color);
}
footer .slide_menus strong {
  display: none;
}
footer .slide_menus ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem 4.35rem;
}
footer .slide_menus li {
  margin-bottom: 0;
}
footer .slide_menus li a {
  font-size: 1.8rem;
}
footer .slide_social .social {
  gap: 2rem 3.86rem;
  display: flex;
  flex-wrap: wrap;
}
footer .slide_social .social a {
  opacity: 1;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  transition: all 0.3s;
}
footer .slide_social .social a::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background: no-repeat center / contain;
}
footer .slide_social .social a:hover {
  transform: scale(1.1);
}
footer .slide_social .social .facebook a::after {
  background-image: url(../img/facebook.svg);
}
footer .slide_social .social .twitter a::after {
  background-image: url(../img/twitter.svg);
}
footer .slide_social .social .youtube a::after {
  background-image: url(../img/youtube.svg);
}
footer .slide_social .social .instagram a::after {
  background-image: url(../img/instagram.svg);
}
footer .slide_social .social .linkedin a::after {
  background-image: url(../img/linkedin.svg);
}
footer .slide_social .social .tiktok a::after {
  background-image: url(../img/tiktok.svg);
}
footer .copyright {
  border-top: 1px solid #dbdbdb;
  padding: 1.7rem 0;
}
footer .copyright .flex {
  gap: 2rem 0.9rem;
}
footer .copyright p,
footer .copyright a {
  font-weight: 500;
  opacity: 0.85;
}
footer .copyright a {
  opacity: 0.68;
  display: block;
  transition: all 0.3s;
  text-decoration: underline transparent;
}
footer .copyright a::before {
  display: inline-block;
  content: ' | ';
  pointer-events: none;
  color: var(--title_color);
  opacity: 0.68;
  margin-right: 0.8rem;
}
footer .copyright a:hover {
  opacity: 1;
  color: var(--theme_color);
  text-decoration-color: var(--theme_color);
}
footer .copyright ul {
  gap: 2rem 5.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .copyright .btns {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
footer .copyright .btn_lang {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  gap: 1.4rem;
  font-weight: 500;
}
footer .copyright .btn_lang i {
  width: 2rem;
  height: 2rem;
  display: inline-block;
  content: '';
  background: url("../img/icon-lang.svg") no-repeat center / contain;
}
footer .copyright .btn_lang:hover {
  color: var(--theme_color);
}
.mega_menu {
  position: fixed;
  top: 8rem;
  width: 100%;
  background-color: #fff;
  z-index: 992;
  color: var(--subtheme_color);
  pointer-events: none;
  transition: max-height 0.5s, opacity 0.3s;
  overflow: auto;
  opacity: 0;
  max-height: 0;
}
.mega_menu.active {
  max-height: calc(100vh - 10rem);
  pointer-events: all;
  opacity: 1;
}
.mega_menu::-webkit-scrollbar {
  width: 5px;
}
.mega_menu::-webkit-scrollbar-thumb {
  background: #888888;
  border-radius: 10px;
}
.mega_menu .mega_menu_inner {
  display: flex;
  gap: 2rem;
  padding: 3rem 0 5rem;
}
.mega_menu .mega_menu_sidebar {
  width: 25.25%;
  border-right: 1px solid rgba(170, 170, 170, 0.22);
  padding-right: 3rem;
}
.mega_menu .mega_menu_sidebar strong {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  margin-bottom: 2rem;
}
.mega_menu .mega_menu_sidebar li {
  border-bottom: 1px solid rgba(170, 170, 170, 0.22);
}
.mega_menu .mega_menu_sidebar li.active a,
.mega_menu .mega_menu_sidebar li:hover a {
  color: var(--theme_color);
}
.mega_menu .mega_menu_sidebar a {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  transition: all 0.3s;
  padding: 2rem 0;
  padding-right: 2rem;
}
.mega_menu .mega_menu_sidebar a::after {
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  content: '';
  background: url("../img/icon-select.svg") no-repeat center / contain;
}
.mega_menu .mega_menu_main {
  flex: 1;
}
.mega_menu .mega_menu_list {
  display: none;
}
.mega_menu .mega_menu_list.active {
  display: block;
}
.mega_menu .mega_menu_list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
.mega_menu[data-id="solutions-menu-item"] .mega_menu_list ul {
  grid-template-columns: repeat(5, 1fr);
}
.mega_menu .mega_menu_list a {
  display: block;
  height: 100%;
}
.mega_menu .mega_menu_list a:hover img {
  transform: scale(1.02);
}
.mega_menu .mega_menu_list a:hover strong {
  color: var(--theme_color);
}
.mega_menu .mega_menu_list .img_ct {
  width: 100%;
  padding-bottom: 73.8342%;
}
.mega_menu .mega_menu_list .img_cv {
  padding-bottom: 62.14%;
  border-radius: 12px;
}
.mega_menu .mega_menu_list strong {
  display: block;
  font-size: 1.8rem;
  margin-top: 1.6rem;
  text-align: center;
  transition: all 0.3s;
}
#overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 991;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
}
#overlay.active {
  opacity: 1;
  pointer-events: all;
}
#float_sidebar {
  position: fixed;
  right: 1.7rem;
  bottom: 14.3vh;
  z-index: 99;
}
#float_sidebar li {
  margin-bottom: 1.9rem;
}
#float_sidebar li:last-child {
  margin-bottom: 0;
}
#float_sidebar .item {
  display: block;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0 8px 10px rgba(178, 178, 178, 0.55);
  transition: all 0.3s;
}
#float_sidebar .item::after {
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  background: url("../img/side_contact.svg") no-repeat center / contain;
  transition: all 0.3s;
}
#float_sidebar .item:hover {
  background-color: var(--theme_color);
  transform: scale(1.1);
}
#float_sidebar .item:hover::after {
  filter: contrast(0) brightness(2);
}
#float_sidebar .back_to_top {
  box-shadow: 0 0 8px rgba(216, 216, 216, 0.55);
}
#float_sidebar .back_to_top::after {
  background-image: url("../img/side_top.svg");
}
.footer_contact {
  padding: 3.4rem 0 5.7rem;
}
.footer_contact .inner {
  width: calc(100% - 4rem);
  margin: 0 auto;
  max-width: 162.4rem;
  background-color: #fff;
  border-radius: 2rem;
  box-shadow: 0 8px 20px rgba(198, 202, 204, 0.55);
  padding: 4.9rem 0 5.8rem;
}
.footer_contact .main {
  max-width: 145.9rem;
  margin: 3.5rem auto 0;
}
.footer_contact form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.9rem 0.5rem;
}
.footer_contact form span {
  width: 100%;
}
.footer_contact form .col-2 {
  width: 49.486%;
}
.footer_contact form input,
.footer_contact form textarea {
  display: block;
  width: 100%;
  font-size: 1.8rem;
  color: var(--title_color);
  border-radius: 8px;
  border: 1px solid #c6c6c6;
  padding: 1.7rem 2rem 1.5rem;
}
.footer_contact form input::placeholder,
.footer_contact form textarea::placeholder {
  color: #7a7a7a;
}
.footer_contact form textarea {
  height: 10.2rem;
}
.footer_contact form span:has(input[type=checkbox]) {
  margin-top: 0.5rem;
}
.footer_contact form input[type=checkbox] {
  width: 2.7rem;
  height: 2.7rem;
  padding: 0;
  border-radius: 4px;
  border: 1px solid #d6d6d6;
  vertical-align: top;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.footer_contact form input[type=checkbox]::after {
  content: '';
  display: block;
  width: 80%;
  height: 80%;
  background: url(../img/gou.svg) no-repeat center / contain;
  transition: all 0.3s;
  opacity: 0;
}
.footer_contact form input[type=checkbox]:checked::after {
  opacity: 1;
}
.footer_contact form input[type=checkbox] ~ span {
  vertical-align: top;
  cursor: pointer;
  line-height: 2.8rem;
  color: #555555;
  padding-left: 1.1rem;
  display: inline-block;
  width: calc(100% - 3.2rem);
  margin-top: -0.7rem;
  font-weight: 500;
}
.footer_contact form input[type=checkbox] ~ span a {
  color: var(--theme_color);
  text-decoration: underline;
  transition: all 0.3s;
}
.footer_contact form input[type=checkbox] ~ span a:hover {
  text-decoration-color: transparent;
}
.footer_contact form span:has(.btn) {
  margin-top: 1.3rem;
}
.footer_contact form .btn {
  gap: 1.5rem;
}
.footer_contact form .btn input {
  display: none;
}
.footer_contact form p {
  font-size: 1.8rem;
  color: #242424;
  font-weight: 500;
  margin-top: 0.8rem;
}
.footer_contact form span:has(.wpcf7-list-item) {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  margin-top: 0.6rem;
  padding-bottom: 1.8rem;
}
.footer_contact form span:has(.wpcf7-list-item):has(input[type=checkbox]) {
  margin-top: 0.6rem;
}
.footer_contact form span:has(.wpcf7-list-item) span:has(input[type=checkbox]) {
  margin: 0;
  padding: 0;
}
.footer_contact form span:has(.acceptance) {
  margin: 0;
  padding: 0;
}
.footer_contact form .wpcf7-list-item {
  width: unset;
}
.footer_contact form .wpcf7-list-item label {
  width: 100%;
  display: inline-flex;
  align-items: center;
}
.footer_contact form .wpcf7-list-item label:has(.acceptance) {
  display: inline;
}
.footer_contact form .wpcf7-list-item input[type=checkbox] ~ span {
  width: unset;
  margin-top: 0;
  color: var(--title_color);
}
.page_solution {
  overflow: hidden;
  background: url("../img/page-solu-bg.jpg") no-repeat center / cover;
  padding: 4.8rem 0 5.5rem;
}
.page_solution .nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.7rem;
  margin-top: 4rem;
  overflow: hidden;
}
.page_solution .nav_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 1.7rem;
  gap: unset;
  flex-wrap: unset;
}
.page_solution .nav_list .nav_item {
  font-size: 1.8rem;
  font-weight: 500;
  color: #282828;
  cursor: pointer;
  transition: all 0.3s;
  background-color: #fff;
  border-radius: 6px;
  padding: 1.3rem 2.1rem 1.4rem;
  width: max-content;
}
.page_solution .nav_list .nav_item.active,
.page_solution .nav_list .nav_item:hover {
  background-color: var(--theme_color);
  color: #fff;
}
.page_solution .page_solution_swiper {
  max-width: 86.7rem;
  margin: 3.6rem auto 0;
}
.page_solution .page_solution_swiper .swiper-slide-active .img::after {
  opacity: 1;
}
.page_solution .page_solution_swiper .swiper-slide-active .info,
.page_solution .page_solution_swiper .swiper-slide-active .title {
  transform: translateY(0);
  opacity: 1;
}
.page_solution .page_solution_swiper a {
  display: block;
  height: 100%;
}
.page_solution .page_solution_swiper a:hover img {
  transform: scale(1.02);
}
.page_solution .page_solution_swiper a:hover .title {
  text-decoration-color: transparent;
}
.page_solution .page_solution_swiper .card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.page_solution .page_solution_swiper .img {
  width: 100%;
  padding-bottom: 44.983%;
  padding-bottom: 45.2%;
}
.page_solution .page_solution_swiper .img::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.3s;
  opacity: 0;
}
.page_solution .page_solution_swiper .info {
  position: absolute;
  left: 0;
  top: 5.7rem;
  bottom: 5.4rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-align: center;
  padding: 0 2rem;
  transition: all 0.4s 0.2s, opacity 0.3s 0.2s;
  transform: translateY(4rem);
  opacity: 0;
  overflow-y: auto;
}
.page_solution .page_solution_swiper .info::-webkit-scrollbar {
  width: 5px;
}
.page_solution .page_solution_swiper .info::-webkit-scrollbar-thumb {
  background: #888888;
  border-radius: 10px;
}
.page_solution .page_solution_swiper .info > div {
  max-width: 64rem;
}
.page_solution .page_solution_swiper h3 {
  font-size: 2.8rem;
  font-weight: 600;
}
.page_solution .page_solution_swiper p {
  font-size: 1.7rem;
  line-height: 2.7rem;
  margin-top: 1.3rem;
}
.page_solution .page_solution_swiper p::after {
  width: 1px;
  height: 4.4rem;
  background-color: rgba(255, 255, 255, 0.44);
  display: block;
  content: '';
  margin: 1.7rem auto 0;
}
.page_solution .page_solution_swiper i {
  flex-shrink: 0;
  width: 4.8rem;
  height: 4.8rem;
  display: block;
  content: '';
  border-radius: 50%;
  background: url("../img/icon-add.svg") no-repeat center / 41.66667% var(--theme_color);
  margin-top: 1.5rem;
}
.page_solution .page_solution_swiper .title {
  font-size: 2.2rem;
  font-weight: 600;
  color: #222222;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  margin-top: 2.3rem;
  transition: all 0.4s 0.2s, opacity 0.3s 0.2s;
  transform: translateY(4rem);
  opacity: 0;
}
.page_solution .swiper_btns {
  max-width: 109.4rem;
  top: 43%;
}
.page_technology {
  padding: 5.3rem 0 6.6rem;
}
.page_technology .flex .head {
  flex: 1;
  padding-left: 10.8%;
}
.page_technology .flex .btn_line {
  margin-bottom: -0.8rem;
}
.page_technology .page_technology_swiper {
  overflow: hidden;
  margin-top: 3.7rem;
}
.page_technology .page_technology_swiper a {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  background-image: linear-gradient(to right, rgba(229, 232, 234, 0.63), rgba(255, 255, 255, 0.63) 51.676%, rgba(229, 232, 234, 0.63));
  border-radius: 8px;
  padding: 3.9rem 7.684% 3rem;
}
.page_technology .page_technology_swiper a:hover img {
  transform: scale(1.02);
}
.page_technology .page_technology_swiper a:hover .link {
  color: var(--theme_color);
}
.page_technology .page_technology_swiper a:hover .link::after {
  filter: unset;
  transform: translateX(20%);
}
.page_technology .page_technology_swiper .title {
  text-align: center;
  flex: 1;
  font-size: 2.8rem;
  font-weight: 600;
}
.page_technology .page_technology_swiper .img {
  width: 100%;
  padding-bottom: 55.6604%;
  border-radius: 8px;
  margin-top: 5.8rem;
}
.page_technology .page_technology_swiper .link {
  font-size: 1.87rem;
  font-weight: 600;
  color: #000;
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  transition: all 0.3s;
  margin-top: 2.1rem;
}
.page_technology .page_technology_swiper .link:after {
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  content: '';
  background: url("../img/arrow-r2.svg") no-repeat center / contain;
  transition: all 0.3s;
  filter: contrast(0) brightness(0);
  margin-top: 1px;
}
.page_technology p.center:has(.btn_line) {
  margin-top: 4.3rem;
}
.page_partner {
  padding: 7.4rem 0 3rem;
}
.page_partner p {
  font-size: 1.8rem;
  line-height: 3rem;
  color: #65676b;
  margin-top: 2.1rem;
}
.page_partner .page_partner_swiper {
  margin-top: 4rem;
}
.page_partner .page_partner_swiper .swiper-slide {
  position: relative;
  margin-bottom: 0.7rem;
}
.page_partner .page_partner_swiper .swiper-slide.active::before {
  opacity: 1;
}
.page_partner .page_partner_swiper .swiper-slide::before {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  border: 1px solid #efefef;
  box-shadow: 10px 10px 10px rgba(216, 216, 216, 0.45);
  transition: all 0.3s;
  opacity: 0;
}
.page_partner .page_partner_swiper .img {
  width: 100%;
  padding-bottom: 44.65%;
}
.page_partner .swiper-pagination {
  position: static;
  width: 100%;
  justify-content: center;
  display: flex;
  gap: 0.7rem;
  margin-top: 3.9rem;
}
.page_partner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 5.9rem;
  height: 2px;
  background: rgba(117, 117, 117, 0.25);
  opacity: 1;
  margin: 0;
  border-radius: 100px;
}
.page_partner .swiper-pagination .swiper-pagination-bullet::after {
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  background-color: var(--theme_color);
  border-radius: 100px;
}
.page_partner .swiper-pagination .swiper-pagination-bullet-active::after {
  width: 100%;
  right: unset;
  left: 0;
  transition: all linear 3s;
}
div:has(.products_nav) {
  position: sticky;
  width: 100%;
  top: 8rem;
  left: 0;
  z-index: 990;
}
.products_nav {
  position: sticky;
  width: 100%;
  top: 8rem;
  left: 0;
  background-color: #f7f7f7;
  z-index: 990;
}
.products_nav .nav_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 5.5rem;
}
.products_nav .nav_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  gap: 0.4rem;
  padding: 1.2rem 0 1.7rem;
  cursor: pointer;
}
.products_nav .nav_item:hover .title, .products_nav .nav_item.active .title {
  color: var(--theme_color);
}
.products_nav .nav_item i {
  width: 5rem;
  height: 5rem;
  display: block;
  content: '';
  background: no-repeat center / contain;
}
.products_nav .nav_item .title {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--subtheme_color);
  transition: all 0.3s;
  text-align: center;
}
.solutions_banner .flex {
  min-height: 57.2rem;
  padding: 6rem 0;
}
.solutions_banner .head {
  flex: 1;
  color: #fff;
  max-width: 77.7rem;
  padding-bottom: 1.2%;
}
.solutions_banner h1 {
  max-width: 69.2rem;
}
.solutions_banner p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  opacity: 0.85;
  margin-top: 2.6rem;
  font-weight: 300;
}
.solutions_banner .btn {
  margin-top: 2.6rem;
  font-size: 1.5rem;
  gap: 1rem;
  padding: 1.9rem 2.75rem 1.8rem;
}
.solutions_banner .btn::after {
  width: 1.4rem;
  height: 1.4rem;
}
.sheet_banner {
  overflow: hidden;
  background: url("../img/sheet-banner.jpg") no-repeat center / cover;
}
.sheet_banner .flex {
  min-height: 56.9rem;
  padding: 6rem 0;
}
.sheet_banner .head {
  flex: 1;
  max-width: 69.2rem;
  padding-bottom: 3.3%;
}
.sheet_banner p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: rgba(112, 112, 112, 0.85);
  margin-top: 2.6rem;
  font-weight: 500;
}
.sheet_banner .img {
  width: 73.125%;
  margin-right: -10%;
  margin-left: -10%;
  margin-top: 2%;
}
.sheet_banner .img:hover img {
  transform: scale(1.02);
}
.page_samples {
  padding: 5.2rem 0;
}
.page_samples .page_samples_swiper {
  overflow: hidden;
  margin-top: 6.1rem;
  border-radius: 7px;
}
.page_samples .page_samples_swiper .img {
  width: 100%;
  padding-bottom: 82.47%;
  border-radius: 7px;
  background-image: linear-gradient(to bottom, rgba(202, 205, 206, 0.67), rgba(255, 255, 255, 0.67) 51.676%, rgba(202, 205, 206, 0.67));
}
.page_samples .page_samples_swiper .img:hover img {
  transform: scale(1.02);
}
.page_samples .swiper_btns {
  max-width: 166.6rem;
}
.page_advantage {
  padding: 7.4rem 0 5.1rem;
}
.page_advantage .items {
  margin-top: 3.7rem;
}
.page_advantage .items ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.9rem 2.9375%;
}
.news_item a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.news_item a:hover img {
  transform: scale(1.02);
}
.news_item a:hover .title {
  text-decoration-color: #222222;
}
.news_item .img {
  width: 100%;
  padding-bottom: 59.22%;
  border-radius: 8px;
}
.news_item .cat {
  font-size: 1.8rem;
  font-weight: 500;
  color: #222222;
  background-color: #fff;
  border-radius: 0 8px 0 8px;
  position: absolute;
  left: 0;
  bottom: 0;
  text-transform: uppercase;
  display: inline-block;
  line-height: 4.7rem;
  padding: 0 2.75rem;
}
.news_item .info {
  margin-top: 1.9rem;
}
.news_item .date {
  font-size: 1.8rem;
  color: #3f3f3f;
  opacity: 0.85;
}
.news_item .title {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 2.4rem;
  line-height: 3.3rem;
  font-weight: 600;
  color: #222222;
  text-decoration: underline transparent;
  margin-top: 0.6rem;
  transition: all 0.3s;
  text-decoration-thickness: 1px;
}
div.breadcrumbs {
  line-height: 2rem;
  min-height: 2rem;
}
div.breadcrumbs span {
  font-size: 1.5rem;
  color: rgba(61, 61, 61, 0.74);
  font-weight: 600;
}
div.breadcrumbs span span::before {
  content: '>';
  color: rgba(61, 61, 61, 0.5);
  display: inline-block;
  margin: 0 0.7rem 0 0.5rem;
}
div.breadcrumbs span span:first-child::before {
  content: '';
  width: 1.3rem;
  height: 1.3rem;
  background: url("../img/icon-locate.svg") no-repeat center left / contain;
  margin: 0 0.7rem -1px 0;
}
div.breadcrumbs span a {
  transition: all 0.3s;
  text-decoration: underline transparent;
}
div.breadcrumbs span a:hover {
  color: var(--theme_color);
  text-decoration-color: var(--theme_color);
}
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: 2px;
}
nav.navigation .page-numbers {
  transition: all 0.3s;
  font-size: 1.8rem;
  font-weight: 500;
  color: #171717;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  min-width: 5.4rem;
  padding: 1.6rem 2.2rem 1.45rem;
}
nav.navigation .page-numbers.current,
nav.navigation .page-numbers:hover {
  background-color: var(--theme_color);
  color: #fff;
}
nav.navigation .omit {
  min-width: unset;
  padding: 1.6rem 0.8rem 1.45rem;
}
nav.navigation .omit.current,
nav.navigation .omit:hover {
  background-color: transparent;
  color: var(--theme_color);
}
nav.navigation .prev,
nav.navigation .next {
  min-width: unset;
  padding: 0;
  overflow: hidden;
  text-indent: -999px;
  background: url("../img/nav.svg") no-repeat center / 53.3333%;
  width: 1.5rem;
  filter: contrast(0) brightness(1);
  opacity: 0.5;
}
nav.navigation .prev:hover,
nav.navigation .next:hover,
nav.navigation .prev.current,
nav.navigation .next.current {
  background-color: transparent;
  opacity: 1;
  filter: unset;
}
nav.navigation .next {
  transform: rotate(180deg);
}
div.banner_pagination {
  display: flex;
  gap: 0.7rem;
}
div.banner_pagination .swiper-pagination-bullet {
  position: relative;
  width: 5.7rem;
  height: 2px;
  background: rgba(117, 117, 117, 0.25);
  opacity: 1;
  margin: 0;
  border-radius: 100px;
  transition: width 0.5s;
}
div.banner_pagination .swiper-pagination-bullet::after {
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  background-color: var(--theme_color);
  transition: all linear 5s 0.5s;
}
section div.banner_pagination .swiper-pagination-bullet::after {
  transition: none;
}
section div.banner_pagination .swiper-pagination-bullet-active::after {
  transition: all linear 5s 0.5s;
}
div.banner_pagination .swiper-pagination-bullet-active {
  width: 25rem;
}
div.banner_pagination .swiper-pagination-bullet-active::after {
  width: 100%;
  right: unset;
  left: 0;
}
.banner_btns {
  display: flex;
  width: 98%;
  max-width: 179.4rem;
  position: absolute;
  left: 50%;
  top: 48.6%;
  z-index: 2;
  pointer-events: none;
  transform: translate(-50%, -50%);
  justify-content: space-between;
}
.banner_btns div {
  pointer-events: all;
  width: 2.2rem;
  height: 2.2rem;
  display: block;
  content: '';
  background: url("../img/arrow2.svg") no-repeat center / contain;
  cursor: pointer;
  transition: all 0.3s;
}
.banner_btns div:hover {
  filter: contrast(0) brightness(0);
}
.banner_btns .swiper_next {
  transform: rotate(180deg);
}
.product_list.b2 .img {
  padding-bottom: 36.03%;
}
.product_list.b3 .img {
  padding-bottom: 55.233%;
}
.product_list li.active .img::before {
  opacity: 1;
}
.product_list li.active h3::after {
  background-color: var(--theme_color);
}
.product_list li.active span {
  color: var(--theme_color);
}
.product_list li.active span::after {
  filter: unset;
}
.product_list a {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  background-image: linear-gradient(to bottom, #e5e8ea, #fff 51.676%, #e5e8ea);
}
.product_list a:hover img {
  transform: scale(1.02);
}
.product_list .img {
  width: 100%;
  padding-bottom: 73.8%;
}
.product_list .img::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background-image: linear-gradient(to bottom, rgba(202, 205, 206, 0.67), #fff 51.676%, rgba(202, 205, 206, 0.67));
  transition: all 0.3s linear;
  opacity: 0;
}
.product_list .info {
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.8rem 2rem;
  padding: 2.4rem 2.6rem 1.9rem 2.5rem;
}
.product_list h3 {
  width: 100%;
  font-size: 2.2rem;
  line-height: 1.7;
  font-weight: 600;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.product_list h3::after {
  display: block;
  content: '';
  width: 4.3rem;
  height: 2px;
  border-radius: 2px;
  background-color: #cecece;
  transition: all 0.3s;
  margin-top: 0.9rem;
}
.product_list p {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 2.8rem;
  color: #606060;
}
.product_list span {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  font-weight: 600;
  color: #000000;
  transition: all 0.3s;
  margin-bottom: -2px;
}
.product_list span::after {
  width: 1.3rem;
  height: 1.3rem;
  display: inline-block;
  content: '';
  background: url("../img/arrow-r2.svg") no-repeat center / contain;
  filter: contrast(0) brightness(0);
  transition: all 0.3s;
}
.advantage_item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  background-image: linear-gradient(to right, rgba(229, 232, 234, 0.63), rgba(255, 255, 255, 0.63), rgba(229, 232, 234, 0.63));
  padding: 6rem 4rem 5.7rem;
}
.advantage_item:hover img {
  transform: scale(1.02);
}
.advantage_item.active .img {
  opacity: 1;
}
.advantage_item.active strong {
  color: #fff;
}
.advantage_item.active p {
  color: #eaeaea;
}
.advantage_item.active .icon {
  filter: unset;
}
.advantage_item .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  opacity: 0;
}
.advantage_item .img::after {
  width: 100%;
  height: 100%;
  background-color: #1a1b1e;
  opacity: 0.86;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  pointer-events: none;
}
.advantage_item .info {
  position: relative;
  z-index: 2;
}
.advantage_item .icon {
  width: 8rem;
  height: 8rem;
  content: '';
  background: no-repeat center / contain;
  filter: contrast(0) brightness(0);
  transition: all 0.3s;
}
.advantage_item strong {
  font-size: 2.8rem;
  font-weight: 600;
  transition: all 0.3s;
  display: block;
  margin-top: 0.9rem;
}
.advantage_item p {
  font-size: 1.7rem;
  line-height: 2.7rem;
  color: #606060;
  hyphens: auto;
  margin-top: 1.3rem;
  transition: all 0.3s;
}
.about_argument .item {
  height: 49.8rem;
}
.about_argument .item .info {
  display: flex;
  flex-direction: column;
}
section.about_argument .item .expert {
  flex: 1;
  max-height: unset;
  margin: 2.8rem 0;
  display: flex;
  align-items: flex-end;
  &::-webkit-scrollbar {
    width: 5px;
  }
  &::-webkit-scrollbar-thumb {
    background: rgb(136, 136, 136);
    border-radius: 10px;
  }
}


/*** 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('../img/load.gif') no-repeat center;
  background-size: 45px;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 9;
}

div form#sytech-newsletter-subscription {
  display: grid;
}
div form#sytech-newsletter-subscription p.success,
div form#sytech-newsletter-subscription p.failed {
  top: unset;
  bottom: 100%;
  width: 100%;
  max-width: 250px;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  background-color: var(--theme_color);
  padding: 12px 12px 12px 32px;
}
div form#sytech-newsletter-subscription p.success.active,
div form#sytech-newsletter-subscription p.failed.active {
  top: unset;
  bottom: 110%;
}
div form#sytech-newsletter-subscription p.success::before,
div form#sytech-newsletter-subscription p.failed::before {
  top: 12px;
  width: 16px;
  height: 16px;
  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: 20px;
}
.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: 16px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 16px;
  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;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video_pop .pop_content iframe, .video_pop .pop_content video {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}

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

.quote_modal {
  opacity: 0;
  pointer-events: none;
}
div.quote_modal .modal_content {
  border-radius: 0;
}
div.quote_modal .modal_content .close {
  width: 32px;
  height: 32px;
  background-size: 50%;
  border-radius: 0;
}
div.quote_modal form input[type="checkbox"] ~ span {
  font-size: 15px;
}
div.quote_modal form input[type="checkbox"] ~ span a {
  color: var(--theme_color);
}
div.quote_modal form input[type="checkbox"] ~ span a:hover {
  text-decoration: underline;
}
.quote_modal .btn {
  zoom: .8;
}
.quote_modal span:has(.btn) {
  margin-top: 1rem;
}
div.quote_modal form .wpcf7-spinner {
  left: 100% !important;
  right: unset;
}
/*** global css ***/

section.page_advantage .items ul {
  gap: 3rem;
  grid-template-columns: repeat(4, 1fr);
}

.my-jst-lang_popup ul{
  display: grid !important;
  grid-template-columns: repeat(2,1fr);
  gap: 2rem;
}
.my-jst-lang_popup ul li{
  margin-top: 0 !important;
}

.my-jst-lang_popup div.img{
  min-width: 41px;
}
.my-jst-lang_popup{
  width: 640px !important;
}
.my-jst-lang_popup li p{
  text-align: left;
}


html[lang="it"] header nav .menu, html[lang="ru"] header nav .menu{
  gap: 3rem;
}

.jst-language-switcher{
  filter: contrast(0) brightness(100) !important;
}



header.sticky .jst-language-switcher, header.white .jst-language-switcher{
  filter: contrast(0) brightness(0) !important;
}
body>div>div>svg[width="96px"],
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf{
  display: none!important;
}

.quote_modal .form .whatsapp {
  display: flex;
  justify-content: flex-end;
  margin-top: -32px;
  position: relative;
  z-index: 9;
  pointer-events: none;
}
.quote_modal .form .whatsapp a {
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/whatsapp-red.svg) no-repeat center / contain;
  pointer-events: all;
}