* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary: #887dad;
  --secondary: #5e2d8c;
  --title: #1a1626;
  --text: #424242;
  --text_w: rgba(255, 255, 255, 0.8);
  --border: #e8e5f0;
  --bg: rgba(209, 209, 237, 0.28);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 144rem;
  margin: 0 auto;
  position: relative;
}
.content .content {
  padding: 0;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 147rem;
  margin: 0 auto;
  position: relative;
  padding: 1.5rem;
  overflow: hidden;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
i,
em {
  font-style: normal;
}
input,
button,
textarea {
  border: none;
  outline: none;
  font-family: unset;
  color: var(--title);
  background-color: transparent;
}
select {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: unset;
  color: var(--title);
}
textarea {
  resize: none;
}
button,
input[type="submit"] {
  cursor: pointer;
}
input[type="checkbox"] {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
table {
  width: 100%;
  border-collapse: collapse;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.flex1 {
  flex: 1;
}
.flex2 {
  flex: 2;
}
.flex3 {
  flex: 3;
}
.between {
  justify-content: space-between;
}
.center {
  text-align: center;
}
.flex_start {
  justify-content: flex-start;
}
.flex_center {
  justify-content: center;
}
.flex_end {
  justify-content: flex-end;
}
.flex_top {
  align-items: flex-start;
}
.flex_middle {
  align-items: center;
}
.flex_bottom {
  align-items: flex-end;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.row_reverse {
  flex-direction: row-reverse;
}
body {
  font-size: 1.6rem;
  color: var(--title);
  font-family: "Outfit", sans-serif;
}
body.fixed {
  overflow: hidden;
  padding-right: 15px;
}
body [data-wpr-lazyrender] {
  content-visibility: unset;
}
.Manrope,
.desc,
p {
  font-family: "Manrope", sans-serif;
}
.Outfit {
  font-family: "Outfit", sans-serif;
}
.only_mobile {
  display: none;
}
.gap {
  gap: 3rem;
}
.grecaptcha-badge {
  visibility: hidden;
}
#fullscreen-loader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to top, #f3f2f7, #ffffff);
}
#fullscreen-loader::after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 8px solid var(--primary);
  animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}
@keyframes l20-1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@keyframes l20-2 {
  0% {
    transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    transform: scaleY(1) rotate(135deg);
  }
  50% {
    transform: scaleY(-1) rotate(0deg);
  }
  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_ct img {
  object-fit: contain;
}
.img.img_ab {
  position: relative;
}
.img.img_ab img {
  position: absolute;
  left: 0;
  top: 0;
}
.img.img_aba {
  position: relative;
  --h: 100%;
}
.img.img_aba::after {
  content: '';
  display: block;
  padding-bottom: var(--h);
}
.img.img_aba img {
  position: absolute;
  left: 0;
  top: 0;
}
.img.img_hv:hover img {
  transform: scale(1.03);
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
  aspect-ratio: inherit;
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img_bg > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.icon.icon_ab {
  position: relative;
}
.icon.icon_ab img {
  position: absolute;
  left: 0;
  top: 0;
}
.icon img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.custom-popup {
  --radius: 0px;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: var(--radius);
  z-index: 999;
  padding: 8px;
  font-size: 14px;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.2s ease;
}
.custom-popup.show {
  opacity: 1;
  transform: scaleY(1);
}
.custom-popup.up {
  transform-origin: bottom;
}
.custom-popup .popup-empty {
  padding: 12px;
  text-align: center;
  color: #999;
}
.custom-popup input.popup-input {
  display: block;
  width: 100%;
  padding: 11px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  background: #fff;
  color: var(--title);
  margin-bottom: 8px;
  border-radius: calc(var(--radius) - 2px);
}
.custom-popup input.popup-input::placeholder {
  color: #666;
}
.custom-popup input.popup-input:focus {
  border-color: var(--primary);
}
.custom-popup .popup-options {
  overflow: auto;
  max-height: 50vh;
}
.custom-popup .popup-option {
  padding: 12px;
  margin: 0 0 4px;
  cursor: pointer;
  transition: all 0.15s;
  border-radius: calc(var(--radius) - 2px);
  word-break: break-word;
}
.custom-popup .popup-option:hover,
.custom-popup .popup-option.selected {
  background-color: #f0f0f0;
}
.custom-popup .popup-option:last-child {
  margin-bottom: 0;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: #fff;
  border-radius: 0.667em;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 5.8rem;
  padding: 0 3.6rem;
  gap: 1em;
}
.btn::after {
  display: inline-block;
  content: '';
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  filter: contrast(0) brightness(2);
  transition: all 0.3s;
  background: url("../img/arrow-r.svg") no-repeat center / contain;
}
.btn:hover {
  background-color: transparent;
  color: var(--primary);
}
.btn:hover::after {
  filter: unset;
  transform: translateX(20%);
}
.btn.wt {
  background-color: #fff;
  border-color: #fff;
  color: #2a1245;
}
.btn.wt::after {
  filter: unset;
  background-image: url("../img/arrow-r2.svg");
}
.btn.wt:hover {
  background-color: transparent;
  color: #fff;
}
.btn.wt:hover::after {
  filter: contrast(0) brightness(2);
}
.btn.no_a::after {
  display: none;
}
.btn_line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  background-color: transparent;
  border: 1px solid var(--primary);
  color: var(--title);
  border-radius: 0.667em;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 5.9rem;
  padding: 0 3.2rem;
  gap: 0.722em;
}
.btn_line::after {
  display: inline-block;
  content: '';
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  transition: all 0.3s;
  background: url("../img/arrow-r2.svg") no-repeat center / contain;
}
.btn_line:hover {
  background-color: var(--primary);
  color: #fff;
}
.btn_line:hover::after {
  filter: contrast(0) brightness(2);
  transform: translateX(20%);
}
.btn_line.wt {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.btn_line.wt::after {
  filter: contrast(0) brightness(2);
}
.btn_line.wt:hover {
  background-color: #fff;
  border-color: #fff;
  color: #2a1245;
}
.btn_line.wt:hover::after {
  filter: unset;
}
.btn_line.no_a::after {
  display: none;
}
.btn_i {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--title);
  gap: 0.556em;
}
.btn_i::after {
  display: inline-block;
  content: '';
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  transition: all 0.3s;
  background: url("../img/arrow-r3.svg") no-repeat center / contain;
}
.btn_i:hover {
  color: #724992;
}
.btn_i:hover::after {
  transform: translateX(20%);
}
.btn_c {
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid rgba(22, 22, 22, 0.4);
  width: 6.3rem;
}
.btn_c::after {
  display: block;
  padding-bottom: 100%;
  content: '';
  transition: all 0.3s;
  background: url("../img/arrow.svg") no-repeat center / 31%;
  transform: rotate(180deg);
}
.btn_c:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}
.btn_c:hover::after {
  filter: contrast(0) brightness(2);
}
.swiper_btns {
  gap: 2.2rem;
  display: flex;
}
.swiper_btns div {
  width: 6.3rem;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 50%;
  border: 1px solid var(--primary);
  background-color: var(--primary);
}
.swiper_btns div::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
  transition: all 0.3s;
  background: url(../img/arrow.svg) no-repeat center / 31%;
  filter: contrast(0) brightness(2);
}
.swiper_btns div:hover {
  border-color: var(--title);
  background-color: var(--title);
}
.swiper_btns .btn_next::after {
  transform: rotate(180deg);
}
.swiper_btns .swiper-button-disabled {
  pointer-events: none;
  background-color: transparent;
  border-color: rgba(22, 22, 22, 0.4);
}
.swiper_btns .swiper-button-disabled::after {
  filter: none;
}
.swiper_btns:has(.swiper-button-lock) {
  opacity: 0;
}
.swiper_btns.middle {
  width: 98%;
  max-width: 171.8rem;
  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;
}
.center p,
.center .desc,
.center h1,
.center h2,
.center h3 {
  margin-left: auto;
  margin-right: auto;
}
.tcon.white {
  color: #fff;
}
.tcon.white em {
  background-color: #fff;
  border-color: #fff;
  color: #1c1c1c;
  font-weight: 600;
  padding-right: 1.2em;
}
.tcon.white p,
.tcon.white .desc {
  color: var(--text_w);
  font-weight: 300;
  letter-spacing: 0.01em;
}
.tcon.bn {
  color: #fff;
}
.tcon.bn em {
  font-family: "Manrope", sans-serif;
  border-color: var(--border);
  background-color: #fff;
  color: #4a4259;
  text-transform: unset;
  grid-template-columns: 0.57143em 1fr;
  font-size: 1.4rem;
  gap: 0.7143em;
  padding: 0.57143em 1.3571em 0.57143em 1.2143em;
  font-weight: 600;
  letter-spacing: -0.00857em;
  margin-bottom: 2rem;
}
.tcon.bn em::before {
  background-color: #724992;
}
.tcon.bn p,
.tcon.bn .desc {
  color: rgba(198, 196, 214, 0.9);
  line-height: 3rem;
}
.tcon em {
  display: inline-grid;
  grid-template-columns: 0.667em 1fr;
  align-items: center;
  text-transform: uppercase;
  font-style: normal;
  background-color: rgba(245, 242, 247, 0.57);
  border: 1px solid #e3dcea;
  border-radius: 1.41667em;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 500;
  gap: 0.75em;
  padding: 0.75em 1.75em 0.5em 1.41667em;
  margin-bottom: 1.6rem;
  letter-spacing: 0.1em;
}
.tcon em::before {
  display: block;
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: var(--secondary);
  content: '';
}
.tcon h1 {
  font-size: 6.6rem;
  line-height: 1.07575758;
  font-weight: 600;
}
.tcon h1 span {
  color: var(--secondary);
}
.tcon h2 {
  font-size: 4.8rem;
  line-height: 1.20833333;
  font-weight: 600;
}
.tcon h2 span {
  color: var(--secondary);
}
.tcon p,
.tcon .desc {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: var(--text);
}
header {
  position: sticky;
  left: 0;
  top: -180px;
  right: 0;
  z-index: 996;
  transition: all 0.3s;
  background-color: #fff;
}
header.opt {
  top: -126px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
header .header_top {
  padding-top: 10px;
}
header .header_top .flex {
  gap: 0 2rem;
}
header .header_top .btn_shop,
header .header_top .btn_lang {
  display: none;
}
header .header_top .btns {
  min-height: 100px;
  padding-top: 2px;
  padding-bottom: 0;
}
header .header_bottom {
  background-color: var(--primary);
}
header .header_bottom .btns {
  margin-left: auto;
}
header .header_bottom .btns .btn_shop {
  order: -1;
}
header .header_bottom .btns::before {
  display: inline-block;
  content: '';
  width: 1px;
  height: 16px;
  background-color: #fff;
  opacity: 0.15;
  flex-shrink: 0;
  margin-right: 4px;
}
header .connect {
  width: 100%;
}
header .connect ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2.1rem;
}
header .connect li {
  position: relative;
  font-size: 13px;
  font-weight: 500;
  padding-left: 1.6154em;
}
header .connect li::before {
  position: absolute;
  width: 1.154em;
  height: 1.154em;
  left: 0;
  top: 0;
  content: '';
  background: no-repeat center left / contain;
}
header .connect li a {
  vertical-align: top;
  transition: all 0.3s;
  text-decoration: underline transparent;
}
header .connect li a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
}
header .connect .certify {
  padding-right: 7.5px;
}
header .connect .certify::before {
  background-image: url("../img/icon-certify.svg");
  background-position-x: right 20%;
}
header .connect .phone::before {
  background-image: url("../img/icon-phone.svg");
  background-size: 93.3%;
}
header .connect .email::before {
  background-image: url("../img/icon-email.svg");
}
header .logo {
  display: block;
  position: relative;
  margin-right: 1.7%;
  margin-bottom: 1.25%;
}
header .logo img {
  display: block;
  width: auto;
  height: 5.88638rem;
}
header .logo p {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
header .search_box {
  flex: 1;
  width: 100%;
  max-width: 67.4rem;
}
header .search_box form {
  display: grid;
  grid-template-columns: 1fr 3.9rem;
  border-radius: 1rem;
  border: 1px solid #dedee2;
  transition: border-color 0.2s;
  height: 5.3rem;
}
header .search_box form:focus-within {
  border-color: var(--primary);
}
header .search_box form input {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: var(--title);
  font-family: "Manrope", sans-serif;
  padding: 0 2.3rem;
  font-weight: 500;
}
header .search_box form input::placeholder {
  color: #4a4259;
}
header .search_box form input[type=submit] {
  padding: 0;
  text-indent: -999px;
  color: transparent;
  background: url("../img/icon-search.svg") no-repeat center left / 43.6%;
}
header nav .close {
  display: none;
}
header nav .menu {
  gap: 4.72rem;
  display: flex;
}
header nav .menu > li {
  position: relative;
  z-index: 2;
}
header nav .menu > li > a {
  display: block;
  font-size: 16px;
  line-height: 50px;
  padding-bottom: 4px;
  transition: all 0.3s;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.00625em;
}
header nav .menu > li > a:hover {
  color: rgba(255, 255, 255, 0.8);
}
header nav .menu > li.current-menu-item > a,
header nav .menu > li.current-menu-parent > a,
header nav .menu > li:has(.current-menu-parent) > a {
  color: rgba(255, 255, 255, 0.8);
}
header nav .menu > li:hover > .sub-menu {
  transform: translate(0);
  pointer-events: all;
  opacity: 1;
}
header nav .menu > li:hover > .sub-menu > li {
  transform: translateY(0);
}
header nav .menu .menu-item-has-children > a {
  position: relative;
}
header nav .menu .menu-item-has-children > a::after {
  position: absolute;
  width: 10px;
  height: 10px;
  content: '';
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/menu-select.svg") no-repeat center / contain;
  filter: contrast(0) brightness(2);
  margin-left: 6px;
  transition: all 0.3s;
}
header nav .menu .menu-item-has-children > a:hover::after {
  opacity: 0.8;
}
header nav .sub-menu {
  position: absolute;
  top: 100%;
  left: -24px;
  padding: 6px;
  transition: all 0.3s;
  pointer-events: none;
  opacity: 0;
  min-width: 180px;
  border-radius: 0 0 8px 8px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
header nav .sub-menu > li {
  position: relative;
  transform: translateY(-10px);
  transition: all 0.3s;
}
header nav .sub-menu > li > a {
  display: block;
  font-size: 16px;
  white-space: nowrap;
  padding: 12px 18px;
  transition: all 0.3s;
  border-radius: 6px;
}
header nav .sub-menu > li > a:hover {
  background-color: rgba(136, 125, 173, 0.2);
}
header nav .sub-menu > li:hover > .sub-menu {
  transform: translate(0);
  pointer-events: auto;
  opacity: 1;
}
header nav .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}
header .btns {
  gap: 1.5rem;
  display: flex;
  align-items: center;
  min-height: 54px;
  padding-bottom: 4px;
}
header .btn_shop {
  position: relative;
  display: block;
  flex-shrink: 0;
  cursor: pointer;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  padding-left: 1.6em;
  font-weight: 300;
  letter-spacing: 0.1px;
}
header .btn_shop::before {
  position: absolute;
  width: 1.133em;
  height: 1.133em;
  content: '';
  left: 0;
  top: 56%;
  transform: translateY(-50%);
  filter: contrast(0) brightness(2);
  background: url("../img/icon-shop.svg") no-repeat center / contain;
}
header .btn_lang {
  position: relative;
  display: block;
  flex-shrink: 0;
  cursor: pointer;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  padding: 0 1.2667em 0 1.453em;
  font-weight: 300;
  letter-spacing: 0.1px;
}
header .btn_lang::before,
header .btn_lang::after {
  position: absolute;
  content: '';
  background: no-repeat center / contain;
  filter: contrast(0) brightness(2);
  top: 50%;
  transform: translateY(-50%);
}
header .btn_lang::before {
  background-image: url("../img/icon-lang.svg");
  width: 1em;
  height: 1em;
  left: 0;
}
header .btn_lang::after {
  background-image: url("../img/icon-select.svg");
  width: 0.6em;
  height: 0.6em;
  right: 0;
}
header .btn_search {
  display: none;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  overflow: hidden;
  text-indent: -999px;
  background: url(../img/icon-search.svg) no-repeat center / contain;
}
header .btn_menu {
  display: none;
  flex-shrink: 0;
  width: 23px;
  height: 23px;
  overflow: hidden;
  text-indent: -999px;
  background: url(../img/nav-btn.svg) no-repeat center / contain;
}
header .btn {
  line-height: 5rem;
  gap: 0.667em;
  padding: 0 2.65rem;
}
footer {
  color: #1c1c1c;
}
footer .main {
  padding: 12.1rem 0 0.7rem;
}
footer .main .flex {
  gap: 3.1rem 2rem;
}
footer .main .foot_logo {
  width: 100%;
}
footer .main .foot_logo .logo {
  display: block;
  position: relative;
  max-width: 36.8rem;
}
footer .main .foot_logo .logo img {
  display: block;
  width: 100%;
  height: auto;
}
footer .main .foot_logo .logo p {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
footer .main .foot_connect {
  margin-right: 5.3%;
  margin-top: 0.6rem;
}
footer .main .foot_connect .connect {
  font-size: 1.7rem;
  font-weight: 500;
}
footer .main .foot_connect .connect li {
  position: relative;
  padding-left: 1.706em;
}
footer .main .foot_connect .connect li::before {
  position: absolute;
  width: 0.88em;
  height: 0.942em;
  left: 0;
  top: 0.235em;
  content: '';
  background: no-repeat center left / contain;
}
footer .main .foot_connect .connect li .label {
  font-size: 0.824em;
  color: #555456;
  font-weight: 400;
  margin-top: 0.5rem;
}
footer .main .foot_connect .connect li a {
  vertical-align: top;
  transition: all 0.3s;
  text-decoration: underline transparent;
}
footer .main .foot_connect .connect li a:hover {
  opacity: 1;
  color: var(--secondary);
  text-decoration-color: var(--secondary);
}
footer .main .foot_connect .connect li + li {
  margin-top: 1em;
}
footer .main .foot_connect .connect .locate {
  margin-top: 1.29em;
}
footer .main .foot_connect .connect .locate + .locate {
  margin-top: 0.88em;
}
footer .main .foot_connect .connect .phone::before {
  background-image: url("../img/icon-phone2.svg");
}
footer .main .foot_connect .connect .email::before {
  background-image: url("../img/icon-email2.svg");
}
footer .main .foot_connect .connect .locate::before {
  background-image: url("../img/icon-locate.svg");
  top: 0.12em;
}
footer .main .foot_connect .certifications {
  margin-top: 2.9rem;
}
footer .main .foot_connect .certifications ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
}
footer .main .foot_connect .certifications li {
  display: flex;
  align-items: center;
  border-radius: 1.2rem;
  border: 1px solid rgba(15, 15, 18, 0.08);
  font-size: 1.3rem;
  font-weight: 600;
  color: #0f0f12;
  gap: 0.8rem;
  padding: 0.8rem 1.2rem;
}
footer .main .foot_connect .certifications li .icon {
  height: 2.8rem;
  width: auto;
  max-width: 4.4rem;
}
footer .main .foot_nav {
  min-width: 14.2%;
}
footer .main .foot_nav strong {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  color: #45245b;
  margin-bottom: 2.2rem;
}
footer .main .foot_nav li a {
  font-size: 1.7rem;
  font-weight: 500;
  transition: all 0.3s;
  vertical-align: top;
  text-decoration: underline transparent;
}
footer .main .foot_nav li a:hover {
  color: var(--secondary);
  text-decoration-color: var(--secondary);
}
footer .main .foot_nav li + li {
  margin-top: 1.3rem;
}
footer .main .foot_subscribe {
  width: 100%;
  border-radius: 2.3rem;
  background-color: var(--primary);
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 50.99127676%;
  align-items: end;
  padding: 2.0833333% 6.1805556% 1.8055556%;
  margin-top: 1.2rem;
  gap: 2rem;
}
footer .main .foot_subscribe .info strong {
  display: block;
  font-size: 2.6rem;
  font-weight: 500;
}
footer .main .foot_subscribe .info p {
  line-height: 2.4rem;
  opacity: 0.85;
  max-width: 54.2rem;
  margin-top: 0.6rem;
  font-weight: 300;
  letter-spacing: 0.0075em;
}
footer .main .foot_subscribe form {
  display: grid;
  grid-template-columns: 1fr auto;
  background-color: rgba(209, 209, 237, 0.28);
  border-radius: 1.2rem;
  padding-right: 0.8rem;
  transition: background-color 0.3s;
  margin-bottom: 0.6rem;
}
footer .main .foot_subscribe form:focus-within {
  background-color: rgba(209, 209, 237, 0.4);
}
footer .main .foot_subscribe form span {
  width: 100%;
}
footer .main .foot_subscribe form input {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  color: #fff;
  padding: 0 2.7rem;
}
footer .main .foot_subscribe form input::placeholder {
  color: #fff;
}
footer .main .foot_subscribe form .btn {
  line-height: 4.6rem;
  margin: 0.65rem 0;
  padding: 0 3.4rem;
}
footer .main .foot_subscribe form .btn input {
  display: none;
}
footer .bottom {
  padding: 1.7rem 0;
}
footer .bottom p {
  font-size: 1.4rem;
  margin-top: 2px;
}
footer .bottom .nav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2.05rem;
  padding-right: 0.6rem;
}
footer .bottom .nav ul a {
  font-size: 1.3rem;
  opacity: 0.53;
  vertical-align: top;
  transition: all 0.3s;
  text-decoration: underline transparent;
}
footer .bottom .nav ul a:hover {
  opacity: 1;
  color: var(--secondary);
  text-decoration-color: var(--secondary);
}
footer .bottom .social {
  gap: 2rem 3.7rem;
  display: flex;
  flex-wrap: wrap;
  margin-left: 1.8%;
}
footer .bottom .social a {
  opacity: 1;
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  transition: all 0.3s;
}
footer .bottom .social a::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background: no-repeat center / contain;
}
footer .bottom .social a:hover {
  transform: scale(1.1);
}
footer .bottom .social .facebook a::after {
  background-image: url(../img/social-facebook.svg);
}
footer .bottom .social .whatsapp a::after {
  background-image: url(../img/social-whatsapp.svg);
}
footer .bottom .social .youtube a::after {
  background-image: url(../img/social-youtube.svg);
}
footer .bottom .social .instagram a::after {
  background-image: url(../img/social-instagram.svg);
}
footer .bottom .social .linkedin a::after {
  background-image: url(../img/social-linkedin.svg);
}
.page_solutions {
  padding: 6.6rem 0 11rem;
}
.page_solutions .head {
  display: grid;
  grid-template-columns: 1fr 40.5556%;
  align-items: start;
  gap: 0 3rem;
}
.page_solutions .head em {
  grid-column: -1/1;
  width: max-content;
  background-color: #f5f2f7;
  margin-bottom: 1.5rem;
}
.page_solutions .head h2 {
  max-width: 57.5rem;
}
.page_solutions .head p {
  max-width: 55.9rem;
  margin-top: 3.7rem;
}
.page_solutions .swiper_box {
  margin: 7.7rem -1.5625% 0;
  --h: 1.9rem;
  padding: var(--h) 0;
  overflow: hidden;
}
.page_solutions .page_solutions_swiper {
  --radius: 2.6rem;
  border-radius: var(--radius);
  border: 1px solid var(--border);
}
.page_solutions .page_solutions_swiper.img_bg > img {
  border-radius: var(--radius);
}
.page_solutions .page_solutions_swiper .swiper-slide {
  max-width: 371px;
}
.page_solutions .page_solutions_swiper .swiper-slide-active .item {
  border-left-color: transparent;
}
.page_solutions .page_solutions_swiper .active .item {
  border-left-color: transparent;
}
.page_solutions .page_solutions_swiper .active .item::before {
  top: calc(var(--h) * -1);
  bottom: calc(var(--h) * -1);
  opacity: 1;
}
.page_solutions .page_solutions_swiper .active .item .wrap {
  color: #fff;
}
.page_solutions .page_solutions_swiper .active .item .wrap .tag {
  opacity: 1;
  transform: translateY(0);
}
.page_solutions .page_solutions_swiper .active .item .icon {
  filter: contrast(0) brightness(2);
}
.page_solutions .page_solutions_swiper .active .item .info {
  color: #fff;
}
.page_solutions .page_solutions_swiper .active .item .info .desc {
  color: var(--text_w);
}
.page_solutions .page_solutions_swiper .active .item .btn_i {
  color: #fff;
}
.page_solutions .page_solutions_swiper .active .item .btn_i::after {
  filter: contrast(0) brightness(2);
}
.page_solutions .page_solutions_swiper .active + .swiper-slide .item {
  border-left-color: transparent;
}
.page_solutions .item {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-left: 1px solid var(--border);
  transition: all 0.3s;
  padding: 2.6972353% 9.1706001% 9.4403237%;
}
.page_solutions .item::before {
  position: absolute;
  left: -1px;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  transition: all 0.4s, opacity 0.3s;
  border-radius: var(--radius);
  z-index: -1;
  opacity: 0;
  background-color: var(--primary);
}
.page_solutions .item .wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--text);
  gap: 1rem;
}
.page_solutions .item .wrap .order {
  opacity: 0.32;
  margin-bottom: 2px;
}
.page_solutions .item .wrap .tag {
  display: inline-block;
  font-weight: 600;
  font-size: 0.8em;
  transition: all 0.3s;
  transform: translateY(1rem);
  text-transform: uppercase;
  background-color: #fff;
  color: var(--title);
  border-radius: 1.41667em;
  line-height: 1.5;
  padding: 0.666em 1.6667em;
  opacity: 0;
}
.page_solutions .item .icon {
  width: 6rem;
  height: 6rem;
  transition: all 0.3s;
  margin-top: 1.3rem;
}
.page_solutions .item .info {
  flex: 1;
  transition: all 0.3s;
  margin-top: 7.9rem;
}
.page_solutions .item .info .title {
  font-size: 2.2rem;
  font-weight: 600;
}
.page_solutions .item .info .desc {
  font-size: 1.5rem;
  line-height: 1.562;
  color: #6a686b;
  hyphens: auto;
  max-width: 29.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  transition: all 0.3s;
  margin-top: 2.3rem;
}
.page_solutions .item .btn_i {
  margin-top: 2.2rem;
}
.page_solutions .item .btn_i::after {
  background-image: url("../img/arrow-r-s.svg");
  background-size: 77.8%;
  background-position-x: left;
}
.page_solutions .swiper_btns:not(:has(.swiper-button-lock)) {
  justify-content: center;
  margin-top: 8rem;
}
.news_swiper {
  overflow: hidden;
  border-radius: 2.2rem 2.2rem 0 0;
}
.news_swiper .swiper-slide {
  max-width: 464px;
}
.page_banner {
  max-width: 256rem;
  margin: 0 auto;
}
.page_banner::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: '';
  z-index: -1;
  pointer-events: none;
  background-image: linear-gradient(to right, #393d51 30.6%, rgba(170, 159, 205, 0.3) 87%);
}
.page_banner.img_bg > img {
  width: auto;
  max-width: 100%;
  left: unset;
  right: 0;
}
.page_banner .flex {
  min-height: 68rem;
  padding: 6rem 0;
}
.page_banner .head {
  width: 60%;
  max-width: 78.2rem;
  padding-bottom: 0.5%;
}
.page_banner p {
  max-width: 54.9rem;
  margin-top: 2rem;
}
.page_banner .btn {
  margin-top: 3.6rem;
}
.page_banner .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 2.9rem;
  margin-top: 3.6rem;
}
.page_banner .btns .btn {
  margin: 0;
}
.page_banner .btn_download {
  color: var(--title);
  padding: 0 3.35rem;
}
.page_banner .btn_download::after {
  background-image: url("../img/icon-download.svg");
  width: 0.944em;
  height: 0.944em;
  transform: translateX(0);
}
.page_banner .btn_download:hover {
  color: #fff;
}
.page_banner form {
  display: grid;
  grid-template-columns: 1fr 4rem;
  max-width: 50rem;
  border-radius: 1rem;
  background-color: #fff;
  transition: border-color 0.2s;
  height: 6rem;
  margin-top: 3.5rem;
}
.page_banner form input {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: var(--title);
  font-family: "Manrope", sans-serif;
  padding: 0 2.4rem;
  font-weight: 500;
}
.page_banner form input::placeholder {
  color: #4a4259;
}
.page_banner form input[type=submit] {
  padding: 0;
  text-indent: -999px;
  color: transparent;
  background: url("../img/icon-search.svg") no-repeat center left / 37.5%;
}
.page_banner .nums {
  margin-top: 4rem;
}
.page_banner .nums ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
.page_banner .nums li {
  min-width: 23.7%;
  color: #fff;
}
.page_banner .nums li strong {
  font-size: 4.4rem;
  line-height: 1;
  white-space: nowrap;
  font-weight: 500;
}
.page_banner .nums li p {
  font-size: 1.7rem;
  opacity: 0.8;
  margin-top: 0.9rem;
  font-weight: 300;
  letter-spacing: 0.0088em;
}
.page_products {
  padding: 14.9rem 0 16.8rem;
}
.page_products .page_products_swiper {
  padding-top: 5.4861111%;
  margin-top: 1.5rem;
  overflow: hidden;
}
.page_products .page_products_swiper .swiper-slide {
  max-width: 460px;
}
.page_products .swiper_btns.middle {
  top: 56%;
}
.bg_bk {
  position: relative;
  z-index: 2;
  margin-top: -1.9rem;
}
.bg_bk::before,
.bg_bk::after {
  display: block;
  width: 100%;
  height: 3.8rem;
  content: '';
  background: url("../img/bg-mask.svg") repeat-x center left / auto 100%;
}
.bg_bk::after {
  opacity: 0.6;
  margin-top: 2.3rem;
}
.news_list .active .info::after {
  width: 100%;
}
.news_list a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.news_list a:hover img {
  transform: scale(1.03);
}
.news_list .img {
  border-radius: 2.2rem;
  padding-bottom: 62.71551724%;
}
.news_list .cat {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  font-size: 1.5rem;
  font-weight: 500;
  background-color: #fff;
  text-transform: uppercase;
  line-height: 1.5;
  padding: 0.516667em 1.033em;
  border-radius: 1.3em;
  margin: 4.095% 3.88%;
}
.news_list .info {
  position: relative;
  flex: 1;
  border-bottom: 1px solid #cbc5d6;
  padding: 2.2rem 0 4.4rem;
}
.news_list .info::after {
  position: absolute;
  width: 0;
  height: 2px;
  background-color: var(--secondary);
  left: 0;
  bottom: -1px;
  content: '';
  transition: all 0.3s;
}
.news_list .info .date {
  color: #353535;
  text-transform: uppercase;
  letter-spacing: 0.028125em;
}
.news_list .info .title {
  font-size: 2.4rem;
  line-height: 1.41666667;
  font-weight: 500;
  color: #1c1c1c;
  margin-top: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.news_list .btn_i {
  text-transform: uppercase;
  font-weight: 600;
  color: #0c0c0c;
  gap: 0.833em;
  margin-top: 2rem;
}
.news_list .btn_i::after {
  background-image: url("../img/arrow-r4.svg");
  width: 0.8889em;
  height: 0.8889em;
}
.news_list .btn_i:hover {
  color: var(--secondary);
}
.product_list .active a {
  background-color: var(--primary);
}
.product_list .active .img,
.product_list .active .info .text {
  transform: translateY(0);
}
.product_list .active .cat,
.product_list .active .title,
.product_list .active .tags,
.product_list .active .btn_i {
  color: #fff;
}
.product_list .active .desc {
  opacity: 1;
  color: rgba(255, 255, 255, 0.8);
}
.product_list .active .tags {
  opacity: 1;
}
.product_list .active .tags p {
  border-color: rgba(255, 255, 255, 0.3);
}
.product_list .active .tags p:hover {
  border-color: #fff;
  background-color: #fff;
  color: var(--primary);
}
.product_list .active .btn_i::after {
  filter: contrast(0) brightness(2);
}
.product_list a {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 3rem;
  background-color: #f8f8f8;
  transition: all 0.3s;
}
.product_list a:hover img {
  transform: scale(1.03);
}
.product_list .img {
  width: 69.56521739%;
  --h: 100%;
  transition: transform 0.4s;
  margin: -17.174% auto 0;
  transform: translateY(24.6875%);
}
.product_list .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  padding: 3.9130435% 8.6956522% 7.6086957%;
}
.product_list .text {
  flex: 1;
  transform: translateY(56.25%);
  transition: transform 0.4s;
}
.product_list .cat {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--secondary);
  transition: all 0.3s;
  letter-spacing: 0.0833em;
}
.product_list .title {
  font-size: 2.8rem;
  line-height: 1.14285714;
  font-weight: 500;
  color: #252525;
  transition: all 0.3s;
  max-width: 31.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 0.4rem;
}
.product_list .desc {
  font-size: 1.7rem;
  line-height: 1.65;
  color: rgba(66, 66, 66, 0.8);
  transition: all 0.3s;
  max-width: 36.7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 1.7rem;
  opacity: 0;
}
.product_list .tags {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
  color: #4a4259;
  transition: all 0.3s;
  opacity: 0;
  gap: 1rem 0.6rem;
  margin-top: 1.7rem;
}
.product_list .tags p {
  display: inline-block;
  text-align: center;
  transition: all 0.3s;
  border: 1px solid rgba(74, 66, 89, 0.3);
  border-radius: 1.2em;
  padding: 0.357em 0.928em 0.5em;
}
.product_list .tags p:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.product_list .btn_i {
  margin-top: 4rem;
}
.product_list .btn_i::after {
  background-image: url("../img/arrow-r2.svg");
  background-size: 77.8%;
}

.btn_mega_menu .sub-menu {
  display: none;
}
.mega_menu {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  z-index: 99;
  background-color: #fff;
  overflow: hidden;
  display: none;
}
.mega_menu_item {
  display: none;
  padding: 4rem 0;
  opacity: 0;
}
.mega_menu_item ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: auto;
  max-height: calc(100vh - 280px);
}
.mega_menu_item li {
  width: 25%;
  padding: 0 2rem;
}
.mega_menu_item a {
  display: block;
}
.mega_menu_item a:hover img {
  transform: scale(1.03);
}
.mega_menu_item .img {
  border-radius: 1rem;
  padding-bottom: 56.25%;
}
.mega_menu_item .title {
  margin-top: 2rem;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
}
.mega_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  pointer-events: none;
  opacity: 0;
}
.mega_overlay.active {
  opacity: 1;
  pointer-events: all;
}

/*** global css ***/
.loading {
  position: relative;
}
.loading:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  background-color: rgba(255, 255, 255, 0.3);
}
.loading:after {
  content: '';
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 0.8rem solid #EFEFEF;
  border-top-color: var(--primary);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9;
  transition: all 0.3s;
  pointer-events: none;
  transform: translate(-50%, -50%);
  animation: loading 1s linear infinite;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  80% {
    transform: translate(-50%, -50%) rotate(320deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

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

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

.quote_modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
  align-items: center;
  overflow: auto;
}
.quote_modal::-webkit-scrollbar {
  display: none;
}
.quote_modal .modal_content {
  width: calc(100% - 4rem);
  max-width: 76.8rem;
  margin: 5rem auto;
  padding: 0;
  background: none;
}
.quote_modal .contact_main .quote_form {
  width: 100%;
}
.quote_modal .contact_main form {
  border: none;
  box-shadow: none;
  background-color: #fff;
}
/*** global css ***/

@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0 3rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .tcon h1 {
    font-size: 6rem;
  }
}
@media screen and (max-width: 1024px) {
  header .logo,
  header .btns {
    margin: 0;
    padding: 0;
  }
  header nav {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    pointer-events: none;
    display: flex;
    --radius: 8px;
  }
  header nav.active {
    pointer-events: all;
  }
  header nav.active .close {
    opacity: 1;
  }
  header nav.active .con {
    transform: translate(0);
  }
  header nav > .close {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
    background-color: rgba(0, 0, 0, 0.75);
    display: block;
  }
  header nav .con {
    width: min(300px, 80%);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s;
    transform: translateX(-100%);
    background-color: #fff;
  }
  header nav .close_box {
    padding: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  header nav .close_box .close {
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-left: auto;
    transition: all 0.3s;
    border-radius: var(--radius);
    background: url('../img/close.svg') no-repeat center / 12px;
  }
  header nav .close_box .close:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .close_box + div {
    flex: 1;
    overflow: auto;
    padding: 12px 12px 30px;
  }
  header nav .menu {
    display: block;
  }
  header nav .menu > li {
    cursor: pointer;
  }
  header nav .menu > li + li {
    margin-top: 8px;
  }
  header nav .menu > li > a {
    color: var(--title);
    display: block;
    font-size: 16px;
    line-height: 26px;
    padding: 10px 12px;
    transition: all 0.3s;
    border-radius: var(--radius);
  }
  header nav .menu > li > a:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .menu > li.current-menu-item > a,
  header nav .menu > li.current-menu-parent > a {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .menu .menu-item-has-children {
    position: relative;
  }
  header nav .menu .menu-item-has-children > a {
    margin-right: 46px;
  }
  header nav .menu .menu-item-has-children > a::after {
    display: none;
  }
  header nav .menu .menu-item-has-children::before,
  header nav .menu .menu-item-has-children::after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    width: 36px;
    height: 36px;
    transition: all 0.3s;
    border-radius: var(--radius);
  }
  header nav .menu .menu-item-has-children::after {
    background: url(../img/menu-select.svg) no-repeat center / 12px;
  }
  header nav .menu .menu-item-has-children.active::before {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .menu .menu-item-has-children.active::after {
    transform: rotate(180deg);
  }
  header nav .sub-menu {
    position: static;
    padding: 10px;
    margin: 12px 0;
    box-shadow: none;
    display: none;
    opacity: 1;
    pointer-events: all;
    transition: none;
    min-width: unset;
    border-radius: var(--radius);
    transform: translate(0);
    background-color: rgba(0, 0, 0, 0.02);
  }
  header nav .sub-menu > li {
    cursor: pointer;
    transform: translate(0);
  }
  header nav .sub-menu > li + li {
    margin-top: 6px;
  }
  header nav .sub-menu > li > a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    white-space: normal;
    padding: 10px;
    transition: all 0.3s;
    border-radius: var(--radius);
  }
  header nav .sub-menu > li > a:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .sub-menu > li.current-menu-item > a {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .sub-menu .menu-item-has-children > a {
    margin-right: 42px;
  }
  header nav .sub-menu .menu-item-has-children::before,
  header nav .sub-menu .menu-item-has-children::after {
    top: 2px;
    width: 36px;
    height: 36px;
    background-size: 10px;
  }
  header nav .sub-menu .sub-menu {
    margin: 10px 0;
  }
  header nav .sub-menu .sub-menu > li + li {
    margin-top: 0;
  }
  header nav .sub-menu .sub-menu > li > a {
    font-size: 12px;
  }
  header .header_bottom .btns .btn_menu {
    display: block;
    filter: contrast(0) brightness(2);
  }
  .mega_menu,
  .mega_overlay {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  .tcon h1 {
    font-size: 5rem;
  }
  .tcon h2 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 7px;
    height: 7px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(66, 66, 66, 0.14);
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0 20px;
  }
  .swiper_content {
    padding: 10px 20px;
  }
  .only_mobile {
    display: block;
  }
  body.fixed {
    padding-right: 0;
  }
  .gap {
    gap: 20px;
  }
  .btn,
  .btn_line {
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px;
    gap: 0.6em;
    border-radius: 5px;
  }
  .btn_i {
    font-size: 14px;
    gap: 0.6em;
  }
  .btn_c {
    width: 40px;
  }
  .swiper_btns {
    gap: 20px;
  }
  .swiper_btns div {
    width: 40px;
  }
  .swiper_btns.middle:not(:has(.swiper-button-lock)) {
    position: static;
    width: 100%;
    max-width: unset;
    justify-content: flex-end;
    transform: translate(0);
    pointer-events: all;
    margin-top: 30px;
    padding: 0 20px;
  }
  .tcon.bn em {
    font-size: 13px;
    margin-bottom: 10px;
    gap: 0.5em;
    padding: 0.4em 1em;
  }
  .tcon.bn p,
  .tcon.bn .desc {
    line-height: 1.5;
  }
  .tcon em {
    font-size: 12px;
    margin-bottom: 10px;
    gap: 0.5em;
    padding: 0.4em 1em;
  }
  .tcon h1 {
    font-size: 25px;
    line-height: 1.3;
  }
  .tcon h2 {
    font-size: 22px;
    line-height: 1.3;
  }
  .tcon p,
  .tcon .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  div.head .desc,
  div.head p {
    margin-top: 12px;
  }
  div.head .btn,
  div.head .btn_line {
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px;
    gap: 0.6em;
  }
  div.head .btn_i {
    font-size: 14px;
    gap: 0.6em;
  }
  div.head .btn,
  div.head .btn_line,
  div.head .btn_i {
    margin-top: 20px;
  }
  div.head .btns {
    margin-top: 20px;
    gap: 14px;
  }
  div.head .btns .btn,
  div.head .btns .btn_line {
    margin: 0;
  }
  div.head.flex .tcon,
  div.head.flex .text {
    margin: 0;
  }
  div.head.flex .btn,
  div.head.flex .btn_line,
  div.head.flex .btn_i {
    margin: 0;
  }
  header {
    top: 0;
  }
  header.opt {
    top: 0;
  }
  header .content {
    position: static;
  }
  header .header_top .btns {
    padding: 0;
    min-height: 64px;
  }
  header .header_top .btns .btn_shop,
  header .header_top .btns .btn_lang,
  header .header_top .btns .btn_search,
  header .header_top .btns .btn_menu {
    display: block;
  }
  header .header_bottom .btns {
    display: none;
  }
  header .logo img {
    height: 30px;
  }
  header .search_box {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-width: unset;
    z-index: 990;
    background-color: #fff;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.1);
    padding: 12px 20px;
    display: none;
  }
  header .search_box form {
    grid-template-columns: 1fr 34px;
    height: 50px;
  }
  header .search_box form input {
    font-size: 14px;
    padding: 0 20px;
  }
  header .btns {
    gap: 16px;
    min-height: 64px;
  }
  header .btns .btn {
    line-height: 40px;
    padding: 0 20px;
    gap: 0.5em;
  }
  header .btns .btn_lang,
  header .btns .btn_shop {
    width: 22px;
    height: 22px;
    background: url("../img/icon-lang.svg") no-repeat center / contain;
    text-indent: -999px;
    overflow: hidden;
    padding: 0;
  }
  header .btns .btn_lang::before,
  header .btns .btn_shop::before,
  header .btns .btn_lang::after,
  header .btns .btn_shop::after {
    display: none;
  }
  header .btns .btn_shop {
    background-image: url("../img/icon-shop.svg");
  }
  header .connect ul {
    gap: 14px;
  }
  header .connect ul li {
    font-size: 12px;
  }
  header .connect ul .certify {
    padding-right: 0;
  }
  footer .main {
    padding: 50px 0 20px;
  }
  footer .main .flex {
    display: grid;
    gap: 0;
  }
  footer .main .foot_logo .logo {
    max-width: 250px;
  }
  footer .main .foot_connect {
    margin: 30px 0;
  }
  footer .main .foot_connect .connect {
    font-size: 14px;
  }
  footer .main .foot_connect .connect li .label {
    margin-top: 3px;
  }
  footer .main .foot_connect .connect .locate {
    margin-top: 1em;
  }
  footer .main .foot_connect .connect .locate + .locate {
    margin-top: 1em;
  }
  footer .main .foot_connect .certifications {
    margin-top: 22px;
  }
  footer .main .foot_connect .certifications ul {
    gap: 10px;
  }
  footer .main .foot_connect .certifications li {
    font-size: 13px;
    border-radius: 10px;
    padding: 6px 12px;
  }
  footer .main .foot_connect .certifications li .icon {
    height: 25px;
    max-width: 40px;
  }
  footer .main .foot_nav {
    width: 100%;
    min-width: unset;
  }
  footer .main .foot_nav strong {
    font-size: 16px;
    line-height: 46px;
    border: 1px solid var(--border);
    padding: 0 22px;
    position: relative;
    margin-bottom: 16px;
  }
  footer .main .foot_nav strong::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/menu-select.svg) no-repeat center / contain;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
  footer .main .foot_nav.active strong::after {
    transform: translateY(-50%) rotate(180deg);
  }
  footer .main .foot_nav > div {
    display: none;
    padding: 0 20px 20px;
  }
  footer .main .foot_nav > div li + li {
    margin-top: 14px;
  }
  footer .main .foot_nav > div a {
    font-size: 14px;
    display: block;
    font-weight: normal;
  }
  footer .main .foot_nav > div p {
    font-size: 14px;
    line-height: 1.5;
  }
  footer .main .foot_subscribe {
    border-radius: 10px;
    padding: 20px;
    margin-top: 10px;
  }
  footer .main .foot_subscribe .info strong {
    font-size: 18px;
  }
  footer .main .foot_subscribe .info p {
    line-height: 1.5;
    margin-top: 10px;
  }
  footer .main .foot_subscribe form {
    border-radius: 10px;
    margin: 0;
    padding-right: 5px;
  }
  footer .main .foot_subscribe form input {
    font-size: 14px;
    padding: 0 20px;
  }
  footer .main .foot_subscribe form .btn {
    line-height: 40px;
    margin: 5px 0;
    padding: 0 20px;
  }
  footer .bottom {
    padding: 20px 0;
  }
  footer .bottom p {
    font-size: 13px;
    margin: 0;
  }
  footer .bottom .nav ul {
    gap: 10px;
    padding: 0;
  }
  footer .bottom .nav ul a {
    font-size: 13px;
  }
  footer .bottom .social {
    gap: 16px;
    margin: 0;
    width: 100%;
    order: -1;
    justify-content: space-around;
  }
  footer .bottom .social a {
    width: 20px;
    height: 20px;
  }
  .page_solutions {
    padding: 50px 0;
  }
  .page_solutions .head {
    grid-template-columns: 1fr 50%;
  }
  .page_solutions .head em {
    margin-bottom: 10px;
  }
  .page_solutions .head h2 {
    max-width: 300px;
  }
  .page_solutions .head p {
    margin-top: 12px;
  }
  .page_solutions .swiper_box {
    margin: 30px 0 0;
    --h: 14px;
    border-radius: 10px;
  }
  .page_solutions .page_solutions_swiper {
    --radius: 10px;
  }
  .page_solutions .item {
    padding: 20px;
  }
  .page_solutions .item .wrap {
    font-size: 14px;
  }
  .page_solutions .item .wrap .order {
    margin: 0;
  }
  .page_solutions .item .wrap .tag {
    padding: 0.5em 1em;
  }
  .page_solutions .item .icon {
    width: 50px;
    height: 50px;
    margin-top: 20px;
  }
  .page_solutions .item .info {
    margin-top: 30px;
  }
  .page_solutions .item .info .title {
    font-size: 18px;
  }
  .page_solutions .item .info .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .page_solutions .item .btn_i {
    margin-top: 20px;
  }
  .page_solutions .swiper_btns {
    display: none;
  }
  .news_swiper .swiper-slide {
    max-width: 282px;
  }
  .page_banner .flex {
    min-height: unset;
    padding: 50px 0;
  }
  .page_banner .flex .head {
    padding: 0;
  }
  .page_banner .flex .head p {
    margin-top: 12px;
  }
  .page_banner .flex .nums {
    margin-top: 22px;
  }
  .page_banner .flex .nums ul {
    gap: 20px;
  }
  .page_banner .flex .nums li strong {
    font-size: 24px;
  }
  .page_banner .flex .nums li p {
    font-size: 14px;
    margin-top: 8px;
  }
  .page_banner form {
    height: 50px;
    grid-template-columns: 1fr 40px;
    margin-top: 20px;
    max-width: 400px;
    border-radius: 5px;
  }
  .page_banner form input {
    font-size: 14px;
    padding: 0 20px;
  }
  .page_products {
    padding: 50px 0;
    overflow: hidden;
  }
  .page_products .page_products_swiper {
    margin-top: 30px;
    overflow: unset;
  }
  .page_products .page_products_swiper .swiper-slide {
    max-width: 323px;
  }
  .bg_bk {
    margin-top: -10px;
  }
  .bg_bk::before,
  .bg_bk::after {
    height: 20px;
  }
  .bg_bk::after {
    margin-top: 10px;
  }
  .news_list .img {
    border-radius: 10px;
  }
  .news_list .cat {
    font-size: 14px;
    padding: 0.3em 1em;
  }
  .news_list .info {
    padding: 14px 0 30px;
  }
  .news_list .info .title {
    font-size: 18px;
    margin-top: 10px;
  }
  .news_list .btn_i {
    gap: 0.6em;
    margin-top: 20px;
  }
  .product_list a {
    border-radius: 10px;
  }
  .product_list .img {
    transform: translateY(0);
  }
  .product_list .info {
    padding: 10px 20px 20px;
  }
  .product_list .info .text {
    transform: translateY(0);
  }
  .product_list .info .text .cat {
    font-size: 12px;
  }
  .product_list .info .text .title {
    font-size: 18px;
    margin-top: 5px;
  }
  .product_list .info .text .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
    opacity: 1;
  }
  .product_list .info .text .tags {
    font-size: 13px;
    gap: 8px;
    margin-top: 14px;
    opacity: 1;
  }
  .product_list .info .text .tags p {
    padding: 0.3em 0.8em;
  }
  .product_list .info .btn_i {
    margin-top: 20px;
  }

  /*** global css ***/
  .wpcf7 form.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 5px;
  }
  .wpcf7 form.wpcf7-form .wpcf7-response-output {
    font-size: 14px;
    line-height: 1.5;
  }
  /*** global css ***/
}
@media screen and (max-width: 576px) {
  header .header_top {
    padding-top: 0;
  }
  header .btn,
  header .connect {
    display: none;
  }
  .page_solutions .head {
    display: block;
  }
  .footer_contact .inner::before {
    background: #887dad;
    opacity: 0.8;
  }
  .footer_contact .head {
    width: 100%;
  }
  .footer_contact .head .btns {
    flex-direction: column;
  }
  footer .main .foot_subscribe {
    grid-template-columns: 1fr;
  }
  footer .bottom .flex {
    flex-direction: column-reverse;
    text-align: center;
  }
  footer .bottom .social {
    order: 3;
  }
  footer .bottom .nav ul {
    justify-content: center;
  }
  .page_banner::before {
    background: #393d51;
    opacity: 0.8;
  }
  .page_banner .flex .nums ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .page_banner .flex .head {
    width: 100%;
  }
  .page_banner .btns {
    flex-direction: column;
  }
}
