@charset "UTF-8";
@font-face {
  font-family: "a_AvanteInt";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/a_AvanteInt Book.ttf") format("truetype");
}
@font-face {
  font-family: "a_AvanteInt";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/a_AvanteInt BookItalic.ttf") format("truetype");
}

body {
  font-family: "a_AvanteInt";
  font-weight: 400;
}

*, *::after, *::before {
  box-sizing: border-box;
  outline: none !important;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  min-width: 320px;
  max-width: 100%;
}

button, input, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  outline: none;
}

li > ul, li > ol {
  margin: 0;
}

.inner {
  max-width: 1240px;
  padding: 0px 20px;
  margin: 0 auto;
}

.site-container {
  height: 100%;
}

.site-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.page-container {
  flex: 1 0 auto;
}

.footer {
  flex: 0 0 auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

a:visited {
  color: #000;
}

.swiper__buttons {
  cursor: pointer;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.cky-btn-accept {
  background: #AEC928;
  color: #ffffff;
  border: 2px solid #AEC928;
  background-color: #AEC928 !important;
  border-color: #AEC928 !important;
}

.cky-btn-customize {
  color: #AEC928 !important;
  background: transparent;
  border: 2px solid #AEC928 !important;
}

.cky-btn-reject {
  color: #AEC928 !important;
  background: transparent;
  border: 2px solid #AEC928 !important;
}

.cky-btn-preferences {
  color: #AEC928 !important;
  background: transparent;
  border: 2px solid #AEC928 !important;
}

.cky-preference-content-wrapper .cky-show-desc-btn {
  color: #AEC928 !important;
}

#orders::-webkit-outer-spin-button,
#orders::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#orders[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}

.wpcf7-spinner {
  position: absolute;
  bottom: 20px;
  right: 0;
}

.footer {
  background: #2B2A29;
  padding: 92px 0;
}
.footer__top {
  display: flex;
  gap: 32px;
  justify-content: space-between;
}
.footer__top_left .orange {
  color: #AEC928;
}
.footer__menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.footer__menu .menu-item > a {
  color: #AEC928;
  pointer-events: none;
  font-family: "a_AvanteInt";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.footer__menu .menu-item .sub-menu {
  margin-top: 16px;
}
.footer__menu .menu-item .sub-menu a {
  color: #fff;
  pointer-events: auto;
  font-family: "a_AvanteInt";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 32px */
}
.footer__info_block {
  margin-top: 16px;
}
.footer__info_block p {
  color: #fff;
  line-height: 160%;
}
.footer__info_block p a {
  display: flex;
  color: #fff;
  font-family: "a_AvanteInt";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.footer__info_block p a:hover {
  color: #AEC928;
}
.footer__info_block .text-20 {
  color: #fff;
  font-family: "a_AvanteInt";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 8px;
}
.footer__logo {
  padding: 92px 0;
  width: 100%;
  max-width: 500px;
  height: auto;
}
.footer__logo a .logo {
  display: block;
  cursor: pointer;
  width: 100%;
  max-width: 500px;
}
.footer__logo .logo__icon {
  transform-box: fill-box;
  transform-origin: center;
}
.footer__logo a:hover .logo__icon {
  -webkit-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}
@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
.footer__links {
  display: flex;
  align-items: center;
  gap: 32px;
}
.footer__links a {
  color: #fff;
  font-family: "a_AvanteInt";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}
.footer__create p {
  color: #fff;
  font-family: "a_AvanteInt";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.footer__create p a {
  color: #AEC928;
}
.footer__create p a:hover {
  text-decoration: underline;
}
.footer__copy {
  color: #fff;
  font-family: "a_AvanteInt";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}

@media (max-width: 1024px) {
  .footer {
    padding: 48px 0;
  }
  .footer__logo {
    padding: 48px 0;
    max-width: 300px;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 32px 0;
  }
  .footer__logo {
    padding: 32px 0;
    max-width: 200px;
  }
  .footer__info_block .text-20 {
    font-size: 18px;
    line-height: 130%;
  }
  .footer__menu {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 0;
  }
  .footer__menu .menu-item .sub-menu a {
    font-size: 16px;
  }
  .footer__bottom {
    flex-direction: column;
  }
  .footer__top {
    flex-direction: column;
  }
  .footer__links {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.header {
  position: relative;
  z-index: 20;
  padding: 24px 0;
}
.header.about .dropdown > a {
  color: #fff !important;
}
.header.about .dropdown > a svg path {
  stroke: #fff;
}
.header__logo {
  width: 169px;
  display: flex;
  align-items: center;
  height: 42px;
}
.header__logo .logo {
  cursor: pointer;
}
.header__logo .logo__icon {
  transform-origin: 21px 21px;
  transition: transform 0.3s ease;
}
.header__logo .logo:hover .logo__icon {
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.header .mobile {
  display: none;
}
.header .desktop {
  display: flex;
}
.header svg.close {
  display: none;
}
.header svg.open {
  display: block;
}
.header__burger {
  display: flex;
  width: 42px;
  height: 42px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  aspect-ratio: 1/1;
  background: #2B2A29;
  cursor: pointer;
}
.header__burger .open path {
  stroke: #fff;
}
.header__left {
  display: flex;
  align-items: center;
}
.header__wrapper {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
}
.header__menu {
  display: none;
}
.header__menu ul {
  display: flex;
  gap: 32px;
  align-items: center;
  white-space: nowrap;
}
.header__menu ul a {
  color: #fff;
  font-family: "a_AvanteInt";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #222;
}
.header__menu ul a:hover {
  color: #AEC928;
}
.header__block {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header .dropdown {
  position: relative;
  padding: 14px 0;
}
.header .dropdown > a {
  color: #fff;
  font-family: "a_AvanteInt";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  touch-action: manipulation;
  color: #2B2A29;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
}
.header .dropdown > a svg {
  min-width: 12px;
  height: 6px;
}
.header .dropdown .sub-menu {
  position: absolute;
  top: 45px;
  right: 0;
  left: 0;
  z-index: 21;
  display: none;
  padding: 16px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 0;
  width: 55px;
  align-self: stretch;
  list-style: none;
  border-radius: 4px;
  border: 1px solid #AEC928;
  background: #fff;
}
.header .dropdown .sub-menu li {
  display: flex;
  text-transform: uppercase;
  align-items: center;
  cursor: pointer;
  align-self: stretch;
}
.header .dropdown .sub-menu li.current-lang a {
  color: #AEC928;
}
.header .dropdown .sub-menu li:hover a {
  color: #AEC928;
}
.header .dropdown .sub-menu li a {
  color: #fff;
  font-family: "a_AvanteInt";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #222;
  display: flex;
  padding: 16px;
}
.header .dropdown.active > .sub-menu {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
}
.header .inner {
  position: relative;
}
.header.open svg.close {
  display: block;
}
.header.open svg.open {
  display: none;
}
.header.open .header__burger {
  background: #AEC928;
}
.header.open .header__menu {
  display: flex;
  overflow-y: auto;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: absolute;
  width: 100%;
  max-width: 260px;
  right: 20px;
  top: 48px;
  z-index: 12;
  background: #020205;
  flex-direction: column;
}
.header.open .header__menu ul {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.header.open .header__menu ul li {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}
.header.open .header__menu ul li a {
  color: #fff;
  font-family: "a_AvanteInt";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  display: flex;
  padding: 16px 24px;
}
.header.open .header__menu ul li a:hover {
  color: #AEC928;
}
.header.open .header__menu ul li:nth-child(odd) a {
  background: #2B2A29;
}
.header.open .menu-item > a {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.5px;
}
.header .btn {
  height: 42px;
}

@media (max-width: 768px) {
  .header {
    padding: 16px 0;
  }
  .header .dropdown .sub-menu li a {
    padding: 8px 14px;
  }
  .header .btn {
    display: none;
  }
  .header__logo {
    width: 125px;
    height: 32px;
  }
  .header.open svg.close {
    display: block;
  }
  .header.open svg.open {
    display: none;
  }
  .header.open .header__line {
    padding: 64px 0;
    display: block;
  }
  .header.open .header .header__menu {
    display: flex;
    overflow-y: auto;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    position: fixed;
    width: 100vw;
    left: 0;
    top: 129px;
    z-index: 12;
    background: #fff;
    padding: 64px 20px;
    flex-direction: column;
  }
  .header.open .header .header__menu ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
  .header.open .header .header__menu ul li {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .header.open .header .header__menu ul li a {
    font-size: 24px;
    font-weight: 400;
    line-height: 130%;
  }
  .header.open .header .header__social {
    display: flex;
    padding-right: 0;
    margin-right: 0;
    padding-top: 64px;
    margin-top: 64px;
  }
  .header.open .header .header__social::before {
    right: auto;
    top: 0;
    height: 1px;
    width: 100%;
  }
}
.orange {
  color: #fff;
  font-family: "a_AvanteInt";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #2B2A29;
}

.title {
  color: #2B2A29;
  font-family: "a_AvanteInt";
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.title-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 64px;
}
.title-block h1 {
  color: #2B2A29;
  font-family: "a_AvanteInt";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #2B2A29;
}

.btn {
  display: flex;
  text-align: center;
  height: 58px;
  padding: 16px 42px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #AEC928;
  color: #000;
  font-family: "a_AvanteInt";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  transition: 0.3s ease;
  border: 1px solid #AEC928;
}
.btn:hover {
  background: transparent;
  color: #AEC928;
}

.btn-black {
  display: flex;
  height: 58px;
  padding: 16px 42px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid #000;
  color: #000;
  font-family: "a_AvanteInt";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.btn-black:hover {
  background: transparent;
  color: #AEC928;
}

.text-32 {
  color: #2B2A29;
  font-family: "a_AvanteInt";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.text-24 {
  color: #000;
  font-family: "a_AvanteInt";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

section {
  padding: 92px 0;
}

p {
  color: #fff;
  font-family: "a_AvanteInt";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #2B2A29;
}

.hero {
  padding: 100px 0;
}
.hero__wrapper {
  display: flex;
  width: 100%;
  gap: 64px;
  justify-content: space-between;
}
.hero__wrapper h1 {
  color: #2B2A29;
  font-family: "a_AvanteInt";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 32px;
}
.hero__block {
  display: flex;
  margin-top: 32px;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}
.hero__left {
  width: 63%;
}
.hero__right {
  width: 40%;
}
.hero__right img {
  width: 100%;
}

.banner-about {
  padding: 0;
  position: relative;
  min-height: 750px;
  margin-top: -102px;
}
.banner-about + .blocks .blocks__items {
  margin-top: 0;
}
.banner-about .background {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}
.banner-about__bottom {
  display: flex;
  margin-top: 32px;
  width: 100%;
  justify-content: space-between;
}
.banner-about__block {
  width: 100%;
  max-width: 570px;
  display: flex;
  flex-direction: column;
}
.banner-about__block-top {
  display: flex;
  width: 378px;
  padding: 16px 24px;
  background: #1e3e62;
  align-items: center;
  gap: 24px;
}
.banner-about__block-bottom {
  margin-left: auto;
  display: flex;
  width: 376px;
  padding: 16px 24px;
  align-items: center;
  gap: 24px;
  background: var(--Dark-blue, #2B2A29);
}
.banner-about__block p {
  color: #fff;
}
.banner-about__block svg {
  min-width: 42px;
}
.banner-about__wrapper {
  padding-top: 250px;
  z-index: 2;
  position: relative;
}
.banner-about__wrapper h1 {
  color: #fff;
  font-family: "a_AvanteInt";
  font-size: 82px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  width: 70%;
  white-space: nowrap;
  position: relative;
  line-height: 130%;
  display: flex;
  flex-direction: column;
}
.banner-about__wrapper h1 strong {
  margin-left: auto;
}
.banner-about__wrapper .button {
  width: 164px;
  height: 164px;
  border-radius: 50%;
  background: #AEC928;
  aspect-ratio: 1/1;
  color: #fff;
  font-family: "a_AvanteInt";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  font-size: 18px;
  color: #000;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.banner-about__wrapper .button::after {
  position: absolute;
  width: 46.5px;
  height: 34.41px;
  bottom: 14px;
  right: 0;
  content: "";
  background: url("../img/arrow.svg");
}
.banner-about__wrapper .button span {
  display: none;
}

.model {
  background: #f5f5f5;
}
.model .product-specs {
  display: grid;
  grid-template-columns: 1fr auto;
  width: 100%;
  gap: 16px;
}
.model .product-spec {
  display: contents;
}
.model .product-spec.col {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.model .product-spec.col .product-spec__value {
  width: 100%;
}
.model .product-spec.col input {
  display: flex;
  height: 58px;
  width: 100%;
  text-align: center;
  padding: 8px 24px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border: 1px solid rgba(43, 42, 41, 0.3);
  color: var(--Dark-blue, #2B2A29);
  /* Mobile/H4 */
  font-family: "a_AvanteInt";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */
}
.model .product-spec.col #orders {
  display: flex;
  color: var(--Dark-blue, #2B2A29);
  width: 100%;
  font-family: "a_AvanteInt";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */
  height: 58px;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(43, 42, 41, 0.3);
}
.model .product-spec.col.order .product-spec__value {
  display: flex;
  width: 100%;
  gap: 16px;
}
.model .product-spec.col.order .product-spec__value button {
  cursor: pointer;
  display: flex;
  width: 58px;
  height: 58px;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #AEC928;
}
.model .product-spec__label {
  color: var(--Dark-blue, #2B2A29);
  font-family: "a_AvanteInt";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.model .product-spec__label span,
.model .product-spec__label strong {
  color: #AEC928;
  font-weight: 400;
}
.model .product-spec__label p {
  font-family: "a_AvanteInt";
  color: var(--Dark-blue, #2B2A29);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.model .product-spec__value {
  color: var(--Dark-blue, #2B2A29);
  text-align: right;
  font-family: "a_AvanteInt";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */
}
.model__blocks {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 64px;
}
.model__block {
  min-height: 445px;
  display: flex;
  padding: 42px;
  align-items: flex-start;
  flex-direction: column;
  background: #fff;
  position: relative;
}
.model__block:nth-child(2) .product-specs {
  gap: 8px;
}
.model__block::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 16px;
  top: -16px;
  left: 0;
  background: url("../img/after.svg");
  background-repeat: repeat-x;
}
.model__block::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 16px;
  bottom: -16px;
  left: 0;
  background: url("../img/after.svg");
  transform: rotate(180deg);
  background-repeat: repeat-x;
}
.model__block .line {
  margin: 32px auto;
  height: 1px;
  display: flex;
}
.model__block .line svg {
  width: 100%;
}
.model__block-price {
  display: flex;
  width: 100%;
  gap: 16px;
  justify-content: space-between;
}
.model__block-price .price {
  color: #2B2A29;
  font-family: "a_AvanteInt";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 31.2px */
  color: #AEC928;
}
.model__block-price .text-32 {
  color: #2B2A29;
  font-family: "a_AvanteInt";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 31.2px */
}
.model .btn {
  margin-top: 64px;
}

.benefits {
  background: #f5f5f5;
}
.benefits__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.benefits__item {
  display: flex;
  padding: 106px 42px 42px 42px;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  background: #fff;
}
.benefits__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 64px;
  aspect-ratio: 1/1;
}
.benefits__item p {
  margin-top: 16px;
}

.process__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.process__item {
  display: flex;
  padding: 42px;
  gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  background: #f5f5f5;
}
.process__item div p {
  margin-top: 16px;
}

.home-product.hide {
  display: none;
}
.home-product .swiper {
  margin: 0;
  width: 100%;
}
.home-product .swiper .swiper-slide img {
  width: 100%;
  height: 285px;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-product__top {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: flex-start;
}
.home-product__top img {
  width: 100%;
  max-width: 311px;
}
.home-product__items {
  display: flex;
  gap: 20px;
  width: 100%;
  margin-left: auto;
  padding-left: 20px;
  max-width: 1330px;
  justify-content: center;
  overflow: hidden;
  margin-top: 64px;
}
.home-product__item {
  position: relative;
  display: flex;
  height: 285px;
}
.home-product__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.home-product__item a {
  display: flex;
  width: 100%;
}
.home-product__item img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.home-product__item_block {
  position: absolute;
  display: flex;
  top: 32px;
  left: 32px;
  height: 100%;
  max-height: 220px;
  flex-direction: column;
  justify-content: space-between;
}
.home-product__item_block .badge {
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 0;
  background: #AEC928;
  color: #fff;
  font-family: "a_AvanteInt";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #000;
}
.home-product__item_info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.home-product__item_info .text-32 {
  color: #fff;
}
.home-product__item_info p {
  color: #fff;
}

.blocks.grey {
  background: #f5f5f5;
}
.blocks.grey .blocks__item {
  background: #fff;
}
.blocks.grey .blocks__item p {
  margin-bottom: 8px;
  line-height: 160%;
}
.blocks.grey .blocks__item p:last-of-type {
  margin-bottom: 0;
}
.blocks__items {
  margin-top: 64px;
  display: flex;
  align-items: stretch;
  gap: 20px;
}
.blocks__item {
  display: flex;
  height: auto;
  flex: 1;
  padding: 162px 42px 42px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  background: #f5f5f5;
  gap: 16px;
}
.blocks__item img {
  width: 120px;
  height: 120px;
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
  top: 0;
}

section {
  background: #fff;
}
section.grey {
  background: #f5f5f5;
}

.work.grey .work__item {
  background: #fff;
}
.work__items {
  display: flex;
  gap: 20px;
}
.work__item {
  display: flex;
  padding: 42px;
  width: 100%;
  height: 420px;
  flex-direction: column;
  align-items: flex-start;
  background: #f5f5f5;
  position: relative;
  justify-content: space-between;
}
.work__item::before {
  position: absolute;
  width: 42px;
  height: 42px;
  content: "";
  background: url("../img/m-before.svg") no-repeat;
  top: 31px;
  right: -21px;
}
.work__item:last-of-type::before {
  display: none;
}
.work__item p {
  margin-top: 16px;
  font-family: "a_AvanteInt";
}

.faq.white {
  background: #fff;
}
.faq .accordion {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.faq .accordion__content {
  display: none;
}
.faq .accordion__item {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: 0.3s ease;
  border-bottom: 1px solid #d0d0d0;
}
.faq .accordion__item:first-of-type {
  border-top: 1px solid #d0d0d0;
}
.faq .accordion__item.active .accordion__header {
  background: url("../img/close.svg") center right 32px no-repeat;
}
.faq .accordion__header {
  background: url("../img/open.svg") center right 32px no-repeat;
  width: 100%;
  display: flex;
  padding: 32px;
  gap: 10px;
  align-items: center;
  transition: 0.3s ease;
}
.faq .accordion__header p {
  color: #2B2A29;
  font-family: "a_AvanteInt";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.faq .accordion__content {
  padding: 0 32px 32px;
  transition: 0.3s ease;
}
.faq .accordion__content p {
  color: #2B2A29;
  font-family: "a_AvanteInt";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 20px;
}
.faq .accordion__content p:last-child {
  margin-bottom: 0;
}

.block-text {
  background: #f5f5f5;
}
.block-text__wrapper {
  display: flex;
  gap: 64px;
  align-items: center;
}
.block-text__left {
  width: 50%;
}
.block-text__left .title {
  margin-bottom: 16px;
}
.block-text__left p {
  margin-bottom: 16px;
}
.block-text__left p:last-child {
  margin-bottom: 0;
}
.block-text__right {
  width: 100%;
  display: flex;
  padding: 42px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
  gap: 24px;
  background: #fff;
}
.block-text__right ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.block-text__right ul li {
  position: relative;
  padding-left: 26px;
}
.block-text__right ul li::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/before.svg") no-repeat;
}

.start.grey {
  background: #f5f5f5;
}
.start__buttons {
  display: flex;
  gap: 16px;
}
.start__buttons .btn,
.start__buttons .btn-black {
  white-space: nowrap;
}
.start__wrapper {
  height: 460px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.start .title-block {
  max-width: 100%;
}
.start .background-mobile {
  display: none;
}
.start .background {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
  inset: 0;
  z-index: -1;
}
.start .title-block {
  margin-bottom: 32px;
}

.steps {
  background: #f5f5f5;
}
.steps.white {
  background: #fff;
}
.steps.white .steps__item {
  background: #f5f5f5;
}
.steps.steps-small .steps__item {
  min-height: 370px;
}
.steps.steps-small .btn {
  margin-top: 64px;
}
.steps .swiper {
  margin: 0;
  width: 100%;
}
.steps .swiper__buttons {
  right: 30%;
}
.steps__container {
  width: 100%;
  position: relative;
  margin-left: auto;
  padding-left: 20px;
  max-width: 1350px;
}
.steps__container + .inner {
  margin-top: 32px;
}
.steps__items {
  display: flex;
  overflow-x: hidden;
  justify-content: center;
}
.steps .swiper-wrapper {
  display: flex;
}
.steps__item {
  display: flex;
  height: auto;
  padding: 42px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  background: #fff;
  min-height: 475px;
}
.steps__item .text-32 {
  margin-top: 16px;
}
.steps__item p {
  line-height: 160%;
}
.steps__item p:not(:first-of-type) {
  font-family: "a_AvanteInt";
}
.steps__item ul {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.steps__item ul li {
  position: relative;
  padding-left: 26px;
}
.steps__item ul li::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/before.svg") no-repeat;
}

.btn-light {
  display: flex;
  height: 58px;
  padding: 16px 42px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-family: "a_AvanteInt";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  border: 1px solid #000;
  color: #000;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  transition: 0.3s ease;
}
.btn-light:hover {
  border: 1px solid #AEC928;
  color: #AEC928;
}

.banner.banner-l .mobile {
  display: none;
}
.banner.banner-l .desktop {
  display: flex;
}
.banner.banner-l .banner__left {
  max-width: 776px;
}
.banner.banner-l .banner__right {
  max-width: 240px;
}
.banner.buttons + .home-product {
  background: #f5f5f5;
}
.banner.buttons .banner__buttons {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-top: 32px;
}
.banner.buttons .banner__buttons .btn {
  margin-top: 0;
}
.banner__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.banner h1 {
  color: #2B2A29;
  font-family: "a_AvanteInt";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #2B2A29;
  margin-bottom: 16px;
}
.banner h1 em {
  font-style: normal;
  color: #AEC928;
}
.banner .btn {
  margin-top: 32px;
}
.banner__left {
  width: 100%;
  max-width: 640px;
}
.banner ul {
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
  list-style: disc;
}
.banner ul li {
  color: #fff;
  font-family: "a_AvanteInt";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #2B2A29;
  font-weight: 400;
}
.banner ul li strong {
  font-weight: 400;
}
.banner__right {
  width: 100%;
  max-width: 360px;
}
.banner__right img {
  width: 100%;
}

.simple__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.simple__left {
  width: 60%;
}
.simple__left .title-block strong {
  position: relative;
  padding-left: 24px;
}
.simple__left .title-block strong img {
  position: absolute;
  left: 0;
  width: 14px;
}
.simple__right {
  width: 40%;
}
.simple__right img {
  width: 100%;
}
.simple ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.simple ul li {
  position: relative;
  padding-left: 26px;
}
.simple ul li::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/before.svg") no-repeat;
}
.simple .btn {
  margin-top: 32px;
}

.advantages {
  background: #f5f5f5;
}
.advantages.white {
  background: #fff;
}
.advantages.white h1 {
  color: #fff;
  font-family: "a_AvanteInt";
  font-size: 82px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #2B2A29;
}
.advantages.white .advantages__item {
  background: #f5f5f5;
}
.advantages.white .advantages__item:hover {
  background: #2B2A29;
}
.advantages.white .advantages__item:hover .text-32,
.advantages.white .advantages__item:hover p,
.advantages.white .advantages__item:hover a {
  color: #fff;
}
.advantages.white .advantages__item:hover svg path {
  fill: #fff;
}
.advantages.white .advantages__item p {
  line-height: 160%;
}
.advantages.white .advantages__item p a {
  display: flex;
  color: #2B2A29;
}
.advantages.white .advantages__item p a:hover {
  color: #AEC928;
}
.advantages__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.advantages__items.col-2 {
  grid-template-columns: repeat(2, 1fr);
}
.advantages__item {
  display: flex;
  padding: 42px;
  background: #fff;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  transition: 0.3s ease;
}
.advantages__item:hover {
  background: #2B2A29;
}
.advantages__item:hover .text-32,
.advantages__item:hover p {
  color: #fff;
}
.advantages__item:hover svg path {
  fill: #fff;
}
.advantages__item img {
  display: block;
  margin-bottom: 16px;
}
.advantages__item .text-32 {
  margin-top: 16px;
}
.advantages__item .btn {
  margin-top: auto;
}

.video-block {
  overflow: hidden;
  padding: 40px 0;
}
.video-block .wrap {
  position: relative;
}
.video-block .inner {
  position: relative;
  height: auto;
}
.video-block .video-preview {
  position: relative;
}
.video-block .play-button {
  width: 124px;
  height: 124px;
  border-radius: 50%;
  border: none;
  inset: 0;
  margin: auto;
  cursor: pointer;
  position: absolute;
}
.video-block .video {
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  position: absolute;
  top: 0;
}
.video-block img {
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 640px;
  width: 100%;
}
.video-block.is-playing .video {
  opacity: 1;
  pointer-events: auto;
}
.video-block.is-playing .video-preview {
  opacity: 0;
  pointer-events: none;
}

.examples__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.examples__price-table {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
}
.examples__price-table th,
.examples__price-table td {
  padding: 16px 24px;
  text-align: left;
  color: #fff;
  font-family: "a_AvanteInt";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #2B2A29;
  border-bottom: 1px solid #d0d0d0;
}
.examples__price-table tr {
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
}
.examples__price-table th {
  color: #fff;
  font-family: "a_AvanteInt";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  background: var(--Dark-blue, #2B2A29);
  border-left: 1px solid #2B2A29;
  border-right: 1px solid #2B2A29;
}
.examples__price-table tbody tr:nth-child(even) {
  background: #f5f5f5;
}

.packages {
  background: #f5f5f5;
}
.packages__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.packages__item {
  display: flex;
  min-height: 540px;
  padding: 42px;
  flex-direction: column;
  align-items: flex-start;
  background: #fff;
  position: relative;
}
.packages__item_top {
  height: 250px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 16px;
}
.packages__item_bottom {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.packages__item ul {
  margin-top: 32px;
  padding-top: 32px;
  width: 100%;
  border-top: 1px solid #d0d0d0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.packages__item ul li {
  position: relative;
  padding-left: 26px;
}
.packages__item ul li::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/before.svg") no-repeat;
}
.packages__item .btn {
  width: 100%;
  display: flex;
  align-items: center;
}
.packages__item:nth-child(2) {
  box-shadow: 0 0 0 1px #2B2A29;
  padding: 42px 38px;
}
.packages__item:nth-child(3) .btn {
  border: 1px solid #2B2A29;
  background: transparent;
}
.packages__item:nth-child(3) .btn:hover {
  border: 1px solid #AEC928;
}
.packages__item .text-32 {
  margin-top: 32px;
  margin-bottom: 16px;
}
.packages__item .badge {
  display: flex;
  padding: 16px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  background: #2B2A29;
  color: #fff;
  font-family: "a_AvanteInt";
  box-shadow: 0 0 0 1px #2B2A29;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  top: -52px;
  width: 100%;
  left: 0;
}

.circle__items {
  display: flex;
  flex-direction: column;
}
.circle .circle__item:nth-child(1) {
  transition-delay: 0.25s;
}
.circle .circle__item:nth-child(2) {
  transition-delay: 0.35s;
}
.circle .circle__item:nth-child(3) {
  transition-delay: 0.45s;
}
.circle .circle__item:nth-child(4) {
  transition-delay: 0.55s;
}
.circle .circle__item:nth-child(5) {
  transition-delay: 0.65s;
}
.circle .circle__item:nth-child(6) {
  transition-delay: 0.75s;
}
.circle .circle__item:nth-child(7) {
  transition-delay: 0.85s;
}
.circle__item {
  display: flex;
  width: 100%;
  position: relative;
  padding-bottom: 64px;
  gap: 96px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.circle__item.visible {
  opacity: 1;
  transform: translateY(0);
}
.circle__item:last-of-type {
  padding-bottom: 0;
}
.circle__item:last-of-type::after {
  display: none;
}
.circle__item:nth-last-child(2)::after {
  top: 27%;
}
.circle__item_block {
  background: #f5f5f5;
  display: flex;
  padding: 42px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  width: 50%;
}
.circle__item_block:nth-child(2) {
  background: transparent;
}
.circle__item_block .text-32 {
  margin-top: 16px;
}
.circle__item_block p {
  line-height: 160%;
}
.circle__item::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translate(-50%, -50%);
  top: 39%;
  background: #AEC928;
  width: 32px;
  height: 32px;
  z-index: 1;
}
.circle__item::after {
  content: "";
  position: absolute;
  top: 44%;
  z-index: 0;
  left: 50%;
  width: 1px;
  transform: translateX(-50%);
  height: 100%;
  border-right: 4px solid #AEC928;
}
.circle__item:nth-child(even) {
  flex-direction: row-reverse;
}

.contact {
  background: #f5f5f5;
}
.contact.white {
  background: #fff;
}
.contact form label {
  color: #000;
  font-family: "a_AvanteInt";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-weight: 400;
}
.contact form .form-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
  gap: 8px;
}
.contact form .form-group.textarea {
  flex-direction: column;
  align-items: flex-start;
}
.contact form .form-group.textarea .wpcf7-form-control-wrap {
  width: 100%;
}
.contact form input::-moz-placeholder, .contact form textarea::-moz-placeholder {
  color: #000;
  font-family: "a_AvanteInt";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.3;
}
.contact form input:-ms-input-placeholder, .contact form textarea:-ms-input-placeholder {
  color: #000;
  font-family: "a_AvanteInt";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.3;
}
.contact form input::placeholder,
.contact form textarea::placeholder {
  color: #000;
  font-family: "a_AvanteInt";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.3;
}
.contact form input,
.contact form textarea {
  display: flex;
  width: 252px;
  height: 40px;
  padding: 8px 16px;
  align-items: flex-end;
  gap: 12px;
  flex-shrink: 0;
  border: 0;
  border-bottom: 1px solid rgba(14, 16, 15, 0.3);
  border-radius: 0;
  color: #fff;
  font-family: "a_AvanteInt";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #2B2A29;
}
.contact form input::-moz-placeholder, .contact form textarea::-moz-placeholder {
  color: #fff;
  font-family: "a_AvanteInt";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #2B2A29;
  opacity: 0.3;
}
.contact form input:-ms-input-placeholder, .contact form textarea:-ms-input-placeholder {
  color: #fff;
  font-family: "a_AvanteInt";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #2B2A29;
  opacity: 0.3;
}
.contact form input::placeholder,
.contact form textarea::placeholder {
  color: #fff;
  font-family: "a_AvanteInt";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #2B2A29;
  opacity: 0.3;
}
.contact form textarea {
  border: 0;
  resize: none;
  overflow: hidden;
  border-bottom: 1px solid rgba(14, 16, 15, 0.3);
  height: 73px;
  width: 100%;
  max-width: 100%;
  background: transparent;
}
.contact form .checkboxes label {
  display: flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: 1px solid #2B2A29;
  text-transform: uppercase;
  color: #2B2A29;
  text-align: center;
  font-family: "a_AvanteInt";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}
.contact form .checkboxes > label {
  padding: 0;
  margin-right: 4px;
  border: 0;
  color: #000;
  font-family: "a_AvanteInt";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-weight: 400;
  background: transparent;
  border-radius: 0;
  text-transform: none;
}
.contact form .checkboxes input[type=checkbox],
.contact form .checkboxes input[type=checkbox] {
  display: none;
}
.contact form .checkboxes .wpcf7-list-item-label {
  padding: 12px 20px;
}
.contact form .checkboxes input[type=checkbox]:checked + label,
.contact form .checkboxes input[type=checkbox]:checked + .wpcf7-list-item-label {
  background-color: transparent;
  color: #AEC928;
  border-color: #AEC928;
}
.contact form .form-group.privacy {
  position: relative;
  cursor: pointer;
}
.contact form .form-group.privacy .wpcf7-list-item {
  margin-left: 0;
}
.contact form .form-group.privacy .wpcf7-acceptance label {
  position: relative;
  cursor: pointer;
  padding-left: 34px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-family: "a_AvanteInt";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #2B2A29;
  line-height: 160%;
}
.contact form .form-group.privacy .wpcf7-acceptance label a {
  color: #fff;
  font-family: "a_AvanteInt";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #2B2A29;
  margin-left: 5px;
}
.contact form .form-group.privacy .wpcf7-acceptance input[type=checkbox],
.contact form .form-group.privacy input {
  display: none;
}
.contact form .form-group.privacy .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: transparent;
  border: 1px solid #AEC928;
}
.contact form .form-group.privacy .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background: url("../img/check.svg") no-repeat center;
  background-size: contain;
  border: none;
}
.contact form button[type=submit],
.contact form input[type=submit] {
  display: inline-flex;
  display: flex;
  color: #fff;
  font-family: "a_AvanteInt";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  background: #AEC928;
  border: 1px solid #AEC928;
  width: 303px;
  cursor: pointer;
  height: 58px;
  color: #000;
  padding: 16px 0;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
  gap: 10px;
}
.contact form button[type=submit]:hover,
.contact form input[type=submit]:hover {
  background: transparent;
  color: #AEC928;
}

.guides .tab-panel {
  display: none;
}
.guides .tab-panel.active {
  display: block;
}
.guides .tabs {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 64px;
}
.guides .tab-button {
  cursor: pointer;
  display: flex;
  height: 46px;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #000;
  color: #fff;
  font-family: "a_AvanteInt";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #000;
  gap: 10px;
  transition: 0.3s ease;
}
.guides .tab-button.active, .guides .tab-button:hover {
  border: 1px solid #AEC928;
  background: #AEC928;
}
.guides form {
  margin-bottom: 64px;
  position: relative;
}
.guides form button {
  position: absolute;
  right: 24px;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
}
.guides form input {
  width: 100%;
  display: flex;
  padding: 16px 24px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border: 1px solid #000;
  outline: none;
  color: #fff;
  font-family: "a_AvanteInt";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #000;
}
.guides form input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.25);
  font-family: "a_AvanteInt";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}
.guides form input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
  font-family: "a_AvanteInt";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}
.guides form input::placeholder {
  color: rgba(0, 0, 0, 0.25);
  font-family: "a_AvanteInt";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}
.guides__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 64px;
}
.guides__item {
  display: flex;
  padding: 42px;
  background: #f5f5f5;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  transition: 0.3s ease;
}
.guides__item:hover {
  background: #2B2A29;
}
.guides__item:hover .text-32,
.guides__item:hover p {
  color: #fff;
}
.guides__item:hover svg path {
  fill: #fff;
}
.guides__item img {
  display: block;
  margin-bottom: 16px;
}
.guides__item .text-32 {
  margin-top: 16px;
}

.single-guide .video-block {
  margin: 32px 0 0;
}
.single-guide h1 {
  color: #2B2A29;
  font-family: "a_AvanteInt";
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 16px;
}
.single-guide__bottom {
  display: flex;
  justify-content: space-between;
  gap: 64px;
}
.single-guide__bottom_left {
  width: 100%;
  max-width: 340px;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.single-guide__bottom_right {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
}
.single-guide__bottom_right h2 {
  color: #2B2A29;
  font-family: "a_AvanteInt";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
  margin-top: 32px;
}
.single-guide__bottom_right ul,
.single-guide__bottom_right ol {
  list-style: auto;
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 16px 0;
}
.single-guide__bottom_right ul {
  list-style: disc;
}
.single-guide__bottom_right p {
  margin-bottom: 16px;
}
.single-guide__bottom_right p:last-of-type {
  margin-bottom: 0;
}
.single-guide__bottom_right p br {
  display: none;
}
.single-guide__bottom_right h3,
.single-guide__bottom_right h4,
.single-guide__bottom_right h5,
.single-guide__bottom_right h6 {
  color: #000;
  font-family: "a_AvanteInt";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-weight: 400;
  margin-bottom: 32px;
  margin-top: 32px;
}
.single-guide__bottom_blocks {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-top: 1px solid #d0d0d0;
}
.single-guide__bottom_blocks a {
  color: #000;
  font-family: "a_AvanteInt";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
  display: flex;
  padding: 0 24px 10px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.single-guide__bottom_blocks a.active, .single-guide__bottom_blocks a:hover {
  color: #AEC928;
}
.single-guide__bottom_block {
  width: 100%;
  border-bottom: 1px solid #d0d0d0;
}
.single-guide__link {
  color: #fff;
  font-family: "a_AvanteInt";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #000;
  cursor: pointer;
  width: 100%;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 16px 24px;
}
.single-guide .single-guide__content {
  display: none;
}
.single-guide .single-guide__bottom_block.active .single-guide__content {
  display: block;
}
.single-guide .single-guide__bottom_block.active .single-guide__link svg {
  transform: rotate(180deg);
}
.single-guide__wrap {
  padding-top: 32px;
  border-top: 1px solid #d0d0d0;
  margin-top: 32px;
}
.single-guide__info {
  display: flex;
  padding: 92px 120px;
  flex-direction: column;
  align-items: flex-start;
  background: #f5f5f5;
  gap: 16px;
  align-self: stretch;
}
.single-guide__info .btn {
  margin-top: 16px;
}

.guide .title-block {
  max-width: 100%;
}
.guide__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.guide__item {
  display: flex;
  padding: 42px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  background: #f5f5f5;
}
.guide__item ul {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.guide__item ul li {
  position: relative;
  padding-left: 26px;
}
.guide__item ul li::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/before.svg") no-repeat;
}

.simple-slider {
  background: #f5f5f5;
}
.simple-slider__container {
  overflow: hidden;
}
.simple-slider .simpleSlider {
  padding-bottom: 36px;
}
.simple-slider .swiper-pagination {
  bottom: 0;
  z-index: 0;
  display: flex;
}
.simple-slider .swiper-pagination-bullet {
  border-radius: 0;
  background: #d9d9d9;
  height: 4px;
  width: 100%;
  opacity: 1;
}
.simple-slider .swiper-pagination-bullet-active {
  background: var(--Primary, #AEC928);
}
.simple-slider .inner {
  position: relative;
}
.simple-slider .swiper__buttons {
  right: 32%;
}
.simple-slider__item {
  display: flex;
  padding: 24px;
  background: #fff;
}
.simple-slider__left {
  width: 50%;
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.simple-slider__left .text-24 {
  color: #2B2A29;
  font-family: "a_AvanteInt";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 31.2px */
  margin-top: 16px;
}
.simple-slider__left ul {
  display: flex;
  margin-top: 8px;
  flex-direction: column;
  gap: 16px;
}
.simple-slider__left ul li {
  position: relative;
  padding-left: 26px;
}
.simple-slider__left ul li::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/before.svg") no-repeat;
}
.simple-slider__right {
  width: 50%;
  display: flex;
}
.simple-slider__right img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.partner__top {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: flex-end;
}
.partner__top img {
  width: 100%;
  max-width: 311px;
}
.partner .title-block {
  margin-bottom: 0;
}
.partner .btn {
  margin-top: 16px;
}
.partner__bottom {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.partner__bottom_item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.partner__bottom_item .title {
  font-size: 28px;
}

.catalog__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.catalog__item {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  background: #f5f5f5;
}
.catalog__item img {
  height: 240px;
  align-self: stretch;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.catalog__item_info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: space-between;
  height: 100%;
  padding: 24px 18px 18px 18px;
}
.catalog__item .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}
.catalog__item .tag {
  display: flex;
  height: 38px;
  padding: 6px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: 1px solid #000;
  color: #fff;
  font-family: "a_AvanteInt";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #000;
  line-height: 160%;
}
.catalog__item .tag:hover {
  border-color: #AEC928;
  color: #AEC928;
}

.products__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
}
.products__items.col-3 {
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}
.products__items.col-3 .products__item {
  padding: 0;
  justify-content: space-between;
}
.products__items.col-3 .products__item img {
  display: block;
  margin: 0 auto;
  padding: 24px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  height: 240px;
}
.products__items.col-3 .products__item a {
  justify-content: center;
}
.products__items.col-3 .products__item_info {
  margin-top: 0;
  padding: 0 24px 24px;
  gap: 0;
  min-height: 135px;
}
.products__item {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  background: #f5f5f5;
}
.products__item a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}
.products__item img {
  height: 240px;
  align-self: stretch;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.products__item_info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  margin-top: 24px;
}
.products__item_info:hover a {
  color: #AEC928;
}
.products__item_info a {
  color: #2B2A29;
}
.products__item .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.products__item .tags a.js-category-link {
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.products__item .tag {
  display: flex;
  height: 38px;
  cursor: pointer;
  padding: 6px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: 1px solid #000;
  color: #fff;
  font-family: "a_AvanteInt";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #000;
  line-height: 160%;
  cursor: pointer;
}
.products__item .tag:hover {
  border-color: #AEC928;
  color: #AEC928;
}
.products__wrapper {
  display: flex;
  gap: 32px;
  justify-content: space-between;
}
.products .filter-toggle {
  display: none;
  align-items: center;
  gap: 8px;
  height: 52px;
  padding: 16px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  cursor: pointer;
  border: 1px solid #000;
  color: #fff;
  font-family: "a_AvanteInt";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #000;
  position: relative;
  z-index: 2;
}
.products .filter-toggle__icon {
  display: flex;
}
.products .filter-toggle__icon.filter-close {
  display: none;
}
.products .filter {
  border-top: 1px solid #d0d0d0;
  min-width: 270px;
}
.products .filter__header, .products .filter__subheader {
  width: 100%;
  background: none;
  border: none;
  color: #fff;
  font-family: "a_AvanteInt";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #000;
  text-align: left;
  cursor: pointer;
  justify-content: space-between;
  display: flex;
  gap: 16px;
  padding: 16px 24px;
}
.products .filter__header svg, .products .filter__subheader svg {
  min-width: 24px;
}
.products .filter__subheader {
  padding: 0;
  align-items: center;
}
.products .filter__content, .products .filter__subcontent {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: #f5f5f5;
}
.products .filter__content a, .products .filter__subcontent a {
  display: block;
  padding: 16px 0;
  text-decoration: none;
  color: #fff;
  font-family: "a_AvanteInt";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #000;
}
.products .filter__content a:hover, .products .filter__subcontent a:hover {
  color: #AEC928;
}
.products .filter__content .js-category, .products .filter__subcontent .js-category {
  display: block;
  padding: 16px 0;
  text-decoration: none;
  font-family: "a_AvanteInt";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #000;
  cursor: pointer;
}
.products .filter__content .js-category:hover, .products .filter__subcontent .js-category:hover {
  color: #AEC928;
}
.products .filter__content {
  padding: 0 24px;
}
.products .filter__subitem:last-child.active .filter__subcontent {
  border-bottom: 0;
  border-top: 1px solid #d0d0d0;
}
.products .filter__item.active > .filter__content,
.products .filter__subitem.active > .filter__subcontent {
  max-height: 500px;
}
.products .filter__item {
  border-bottom: 1px solid #d0d0d0;
}
.products .filter__item.active .filter__header svg {
  transform: rotate(180deg);
}
.products .filter__subitem.active .filter__subheader svg {
  transform: rotate(180deg);
}
.products .filter__subitem.active .filter__subcontent {
  border-bottom: 1px solid #d0d0d0;
  border-top: 1px solid #d0d0d0;
}
.products .colors {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  width: 100%;
  margin-top: 10px;
}
.products .colors .color {
  cursor: pointer;
}
.products .colors .color input {
  display: none;
}
.products .colors .color span {
  display: block;
  height: 4px;
  width: 100%;
  border: 1px solid transparent;
}
.products .colors .color input:checked + span {
  border-color: #000;
  outline: 2px solid #000;
}
.products .sizes {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 16px;
  align-items: center;
}
.products .sizes__more {
  cursor: pointer;
}
.products .sizes__more:hover {
  color: #AEC928;
}
.products .sizes .size {
  position: relative;
  cursor: pointer;
}
.products .sizes .size input {
  display: none;
}
.products .sizes .size span {
  padding: 0 12px;
  border: 1px solid #d0d0d0;
  display: block;
  transition: 0.2s;
}
.products .sizes .size input:checked + span {
  border-color: #000;
  background: #000;
  color: #fff;
}
.products .sizes .size.hidden {
  display: none;
}

.single-product .servSwiper {
  width: 100%;
}
.single-product .servSwiper img {
  width: 568px;
  height: 420px;
  border-radius: 16px;
}
.single-product .servSwiper .swiper-slide {
  display: flex;
  border-radius: 16px;
}
.single-product__wrapper {
  display: flex;
  gap: 64px;
  align-items: center;
}
.single-product__left {
  width: 100%;
  display: block;
  max-width: 568px;
  height: 100%;
  position: relative;
}
.single-product__left .swiper-button-next,
.single-product__left .swiper-button-prev {
  display: none;
}
.single-product__left .single-productSwiper2 img {
  width: 100%;
  height: auto;
  max-width: 80%;
}
.single-product__left .single-productSwiper2 .swiper-slide {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  height: 595px;
  background: #f5f5f5;
}
.single-product__left .single-productSwiper {
  margin: 16px 50px 0;
  overflow: hidden;
}
.single-product__left .single-productSwiper img {
  width: 63px;
  height: 84px;
  aspect-ratio: 3/4;
}
.single-product__left .single-productSwiper .swiper-slide {
  display: flex;
  padding: 18.592px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 18.592px;
  flex: 1 0 0;
  align-self: stretch;
  background: #f5f5f5;
  border: 1.549px solid #fff;
  cursor: pointer;
}
.single-product__left .single-productSwiper .swiper-slide:hover {
  border: 1.549px solid var(--Primary, #AEC928);
  background: #f5f5f5;
}
.single-product__left .single-productSwiper .swiper-wrapper {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
.single-product__left img {
  width: 100%;
  border-radius: 16px;
  -o-object-fit: contain;
  object-fit: contain;
}
.single-product .colors {
  display: flex;
  margin-top: 16px;
  margin-bottom: 24px;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
}
.single-product .colors .color {
  cursor: pointer;
}
.single-product .colors .color input {
  display: none;
}
.single-product .colors .color span {
  display: flex;
  padding: 6px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: 1px solid #000;
  color: #fff;
  font-family: "a_AvanteInt";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #000;
}
.single-product .colors .color input:checked + span {
  border-color: #AEC928;
  background: #AEC928;
}
.single-product .subtitle.specs {
  padding-top: 32px;
  margin-top: 32px;
  border-top: 1px solid #d0d0d0;
}
.single-product__size {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 16px;
  align-items: center;
}
.single-product__size .size {
  position: relative;
  cursor: pointer;
}
.single-product__size .size input {
  display: none;
}
.single-product__size .size span {
  display: flex;
  padding: 6px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: 1px solid #000;
  transition: 0.2s;
  color: #fff;
  font-family: "a_AvanteInt";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #000;
}
.single-product__size .size input:checked + span {
  border-color: #AEC928;
  background: #AEC928;
}
.single-product__right {
  width: 100%;
  max-width: 568px;
}
.single-product__right h1 {
  margin-bottom: 8px;
}
.single-product__right .rate {
  display: flex;
  gap: 16px;
  margin: 24px 0;
}
.single-product__right .rate p {
  color: #000;
  font-family: "a_AvanteInt";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 19.2px */
}
.single-product__right .rate .stars {
  display: flex;
  gap: 8px;
  align-items: center;
}
.single-product__right .price {
  color: #2B2A29;
  margin-bottom: 4px;
  font-family: "a_AvanteInt";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 31.2px */
}
.single-product__right .subtitle {
  color: #2B2A29;
  /* PC/H4 */
  font-family: "a_AvanteInt";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 31.2px */
}
.single-product__right .btn {
  margin-top: 24px;
}
.single-product__right .product-specs {
  display: grid;
  grid-template-columns: 1fr auto;
  row-gap: 8px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  margin-bottom: 24px;
  margin-top: 16px;
}
.single-product__right .product-spec {
  display: contents;
}
.single-product__right .product-spec__label {
  color: #000;
  font-family: "a_AvanteInt";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 19.2px */
}
.single-product__right .product-spec__value {
  color: #000;
  font-family: "a_AvanteInt";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  white-space: nowrap;
}

.privacy__wrapper {
  display: flex;
  gap: 64px;
}
.privacy__wrapper .tab-content {
  width: 70%;
}
.privacy__wrapper .tab-content p {
  margin-bottom: 32px;
}
.privacy__wrapper .tab-content p:last-of-type {
  margin-bottom: 0;
}
.privacy__wrapper .tab-content a {
  color: #fff;
  font-family: "a_AvanteInt";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #2B2A29;
}
.privacy__wrapper .tab-content a:hover {
  color: #AEC928;
}
.privacy__wrapper .tab-content .title {
  color: #fff;
  font-family: "a_AvanteInt";
  font-size: 82px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 32px;
  color: #2B2A29;
}
.privacy__wrapper .tab-content h2,
.privacy__wrapper .tab-content h3,
.privacy__wrapper .tab-content h4,
.privacy__wrapper .tab-content h5 {
  color: #2B2A29;
  font-family: "a_AvanteInt";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
  margin-top: 32px;
}
.privacy__wrapper .tab-content ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.privacy__wrapper .tab-content ul li {
  position: relative;
  padding-left: 26px;
}
.privacy__wrapper .tab-content ul li::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/before.svg") no-repeat;
}
.privacy__wrapper .tab-panel {
  display: none;
}
.privacy__wrapper .tab-panel.active {
  display: block;
}
.privacy__wrapper .tabs {
  width: 30%;
  display: flex;
  flex-direction: column;
}
.privacy__wrapper .tab-button {
  cursor: pointer;
  display: flex;
  padding: 16px 24px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-bottom: 1px solid #d0d0d0;
  transition: 0.3s ease;
}
.privacy__wrapper .tab-button.active, .privacy__wrapper .tab-button.active a, .privacy__wrapper .tab-button:hover {
  color: #AEC928;
}
.privacy__wrapper .tab-button:first-child {
  border-top: 1px solid #d0d0d0;
}
.privacy__wrapper .tab-button a {
  color: #0a0a0a;
}
.privacy__wrapper .tab-button a:hover {
  color: #AEC928;
}

.print .tab-panel {
  display: none;
}
.print .tab-panel.active {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.print .tabs {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 64px;
}
.print .tab-button {
  cursor: pointer;
  display: flex;
  height: 46px;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #000;
  color: #fff;
  font-family: "a_AvanteInt";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #000;
  gap: 10px;
  transition: 0.3s ease;
}
.print .tab-button.active, .print .tab-button:hover {
  border: 1px solid #AEC928;
  background: #AEC928;
}
.print .title {
  margin-bottom: 16px;
}
.print .product-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 32px;
  border-top: 1px solid #d0d0d0;
}
.print .product-spec {
  display: contents;
}
.print .product-spec__label {
  color: #000;
  font-family: "a_AvanteInt";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  width: 100%;
  padding: 16px 0 16px 32px;
  border-bottom: 1px solid #d0d0d0;
}
.print .product-spec__value {
  padding: 16px 32px 16px 0;
  color: #2B2A29;
  font-family: "a_AvanteInt";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  width: 100%;
  border-bottom: 1px solid #d0d0d0;
}
.print .advantages {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
.print .list {
  display: flex;
  padding: 42px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  background: #f5f5f5;
}
.print .list ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.print .list ul li {
  position: relative;
  padding-left: 26px;
  color: #fff;
  font-family: "a_AvanteInt";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #0a0a0a;
  line-height: 160%;
}
.print .list ul li::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/before.svg") no-repeat;
}

.swiper__buttons {
  position: absolute;
  right: 42px;
  z-index: 1;
  bottom: -42px;
  width: 164px;
  height: 164px;
  display: flex;
  align-items: center;
  gap: 16px;
  background: #AEC928;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.feedback {
  background: #f5f5f5;
}
.feedback .inner {
  position: relative;
}
.feedback__items {
  overflow: hidden;
}
.feedback__item {
  display: flex;
  height: 368px;
  padding: 42px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background: #fff;
}
.feedback__item_top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}
.feedback__item_top .stars {
  display: flex;
  align-items: center;
  gap: 16px;
}
.feedback__item_bottom {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.feedback__item_bottom .text-24 {
  color: #2B2A29;
  font-family: "a_AvanteInt";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.info {
  background: #f5f5f5;
}
.info__content {
  margin-top: 64px;
}
.info__content ul {
  display: flex;
  flex-direction: column;
}
.info__content ul li {
  position: relative;
  cursor: default;
  padding: 32px;
  color: #2B2A29;
  font-family: "a_AvanteInt";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 31.2px */
  border-bottom: 1px solid #d0d0d0;
}
.info__content ul li:first-child {
  border-top: 1px solid #d0d0d0;
}
.info__content ul li strong {
  font-weight: 400;
}
.info__content ul li::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/before.svg") no-repeat;
}

.sitemap__items {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.sitemap .title {
  margin-bottom: 64px;
}
.sitemap__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sitemap__item ul {
  list-style: disc;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 20px;
}
.sitemap__item ul li a {
  color: #2B2A29;
  font-family: "a_AvanteInt";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}
.sitemap__item ul li ul {
  margin-top: 16px;
}

.store {
  background: #f5f5f5;
}
.store__block {
  background: var(--Dark-blue, #2B2A29);
  position: relative;
  padding: 64px 0;
  overflow: hidden;
}
.store__block::after {
  position: absolute;
  content: "";
  width: 222px;
  height: 232px;
  right: 0;
  background: url("../img/store-image.svg") no-repeat;
  background-size: cover;
  top: 0;
  z-index: 0;
}
.store__block::before {
  position: absolute;
  content: "";
  width: 64px;
  height: 64px;
  left: 98px;
  background: url("../img/store-image1.svg") no-repeat;
  background-size: cover;
  bottom: 55px;
  z-index: 0;
}
.store__block_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  gap: 16px;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 615px;
  margin: 0 auto;
}
.store__block .text-32 {
  color: #fff;
  text-align: center;
}
.store__block p {
  color: #fff;
  text-align: center;
  font-family: "a_AvanteInt";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}
.store__block_buttons {
  display: flex;
  gap: 16px;
  margin-top: 16px;
}
.store__block_buttons .btn-light {
  color: #fff;
  border-color: #fff;
}
.store__block_buttons .btn-light:hover {
  color: #AEC928;
  border-color: #AEC928;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup[hidden] {
  display: none;
}
.popup__title h2 {
  color: #2B2A29;
  font-family: "a_AvanteInt";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 16px;
}
.popup__title p {
  margin-bottom: 8px;
}
.popup__title p:last-of-type {
  margin-bottom: 0;
}
.popup::-webkit-scrollbar {
  display: none;
}
.popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140%;
  background: #5a5a5aa3;
}
.popup__close {
  position: absolute;
  top: 64px;
  right: 64px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 42px;
  background: #2B2A29;
  height: 42px;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup__close svg {
  width: 12px;
  height: 12px;
}
.popup a {
  color: #AEC928;
}
.popup form .custom-file input[type=file] {
  opacity: 0;
  position: absolute;
  width: 0;
}
.popup form .custom-file-block {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
.popup form .custom-file-image {
  display: flex;
  padding: 12px 20px 12px 13px;
  justify-content: center;
  align-items: center;
  border: 1px solid #2B2A29;
  cursor: pointer;
  z-index: 1;
}
.popup form .custom-file-image:hover {
  border: 1px solid #AEC928;
}
.popup form .custom-file-image:hover svg path {
  stroke: #AEC928;
}
.popup form .custom-file {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.popup form .file-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup form label {
  color: #000;
  font-family: "a_AvanteInt";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-weight: 400;
}
.popup form input[name=company] {
  width: 100%;
}
.popup form .form-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
  gap: 8px;
}
.popup form .form-group.full .wpcf7-form-control-wrap {
  width: 100%;
}
.popup form input::-moz-placeholder {
  color: #000;
  font-family: "a_AvanteInt";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.3;
}
.popup form input:-ms-input-placeholder {
  color: #000;
  font-family: "a_AvanteInt";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.3;
}
.popup form input::placeholder {
  color: #000;
  font-family: "a_AvanteInt";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.3;
}
.popup form input,
.popup form textarea {
  display: flex;
  width: 252px;
  height: 40px;
  padding: 8px 16px;
  align-items: flex-end;
  gap: 12px;
  flex-shrink: 0;
  border: 0;
  border-bottom: 1px solid rgba(14, 16, 15, 0.3);
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-family: "a_AvanteInt";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #2B2A29;
}
.popup form input::-moz-placeholder, .popup form textarea::-moz-placeholder {
  color: #fff;
  font-family: "a_AvanteInt";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #2B2A29;
  opacity: 0.3;
}
.popup form input:-ms-input-placeholder, .popup form textarea:-ms-input-placeholder {
  color: #fff;
  font-family: "a_AvanteInt";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #2B2A29;
  opacity: 0.3;
}
.popup form input::placeholder,
.popup form textarea::placeholder {
  color: #fff;
  font-family: "a_AvanteInt";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #2B2A29;
  opacity: 0.3;
}
.popup form textarea {
  height: 100px;
  resize: none;
  width: 100%;
}
.popup form .checkboxes label {
  display: flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: 1px solid #2B2A29;
  text-transform: uppercase;
  text-align: center;
  color: #2B2A29;
  text-align: center;
  font-family: "a_AvanteInt";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  text-transform: uppercase;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}
.popup form .checkboxes > label {
  padding: 0;
  margin-right: 4px;
  border: 0;
  color: #000;
  font-family: "a_AvanteInt";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-weight: 400;
  background: transparent;
  border-radius: 0;
  text-transform: none;
}
.popup form .checkboxes input[type=checkbox],
.popup form .checkboxes input[type=checkbox] {
  display: none;
}
.popup form .checkboxes .wpcf7-list-item-label {
  padding: 12px 20px;
}
.popup form .checkboxes input[type=checkbox]:checked + label,
.popup form .checkboxes input[type=checkbox]:checked + .wpcf7-list-item-label {
  background-color: transparent;
  color: #AEC928;
  border-color: #AEC928;
}
.popup form .form-group.privacy {
  position: relative;
  cursor: pointer;
  margin-bottom: 32px;
}
.popup form .form-group.privacy .wpcf7-list-item {
  margin-left: 0;
}
.popup form .form-group.privacy .wpcf7-acceptance label {
  position: relative;
  padding-left: 34px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-family: "a_AvanteInt";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #2B2A29;
  line-height: 160%;
  cursor: pointer;
}
.popup form .form-group.privacy .wpcf7-acceptance label a {
  color: #fff;
  font-family: "a_AvanteInt";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #2B2A29;
  margin-left: 5px;
}
.popup form .form-group.privacy .wpcf7-acceptance input[type=checkbox],
.popup form .form-group.privacy input {
  display: none;
}
.popup form .form-group.privacy .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: transparent;
  border: 1px solid #AEC928;
}
.popup form .form-group.privacy .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background: url("../img/check.svg") no-repeat center;
  background-size: contain;
  border: none;
}
.popup form button[type=submit],
.popup form input[type=submit] {
  display: inline-flex;
  display: flex;
  color: #fff;
  font-family: "a_AvanteInt";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  cursor: pointer;
  height: 58px;
  background: #AEC928;
  border: 1px solid #AEC928;
  width: 303px;
  color: #000;
  padding: 16px 0;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
  gap: 10px;
}
.popup form button[type=submit]:hover,
.popup form input[type=submit]:hover {
  background: transparent;
  color: #AEC928;
}
.popup__content {
  display: flex;
  width: 100%;
  max-width: 1200px;
  position: relative;
  padding: 64px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  background: #f5f5f5;
  z-index: 1;
}

@media (min-width: 1441px) {
  .inner {
    max-width: 1540px;
  }

  .single-guide__bottom_right {
    max-width: 70%;
  }
  .single-guide__bottom_left {
    max-width: 30%;
  }

  .home-product__items {
    margin: 64px auto 0;
    max-width: 1540px;
  }

  .steps__container {
    margin: 0 auto;
    max-width: 1540px;
  }
}
@media (max-width: 1200px) {
  .banner-about__wrapper h1 {
    font-size: 64px;
  }

  .popup__content {
    padding: 20px;
    width: 95%;
    gap: 24px;
  }
  .popup__close {
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
  }

  .products__items.col-3 {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }

  .hero__wrapper h1 {
    font-size: 48px;
    max-width: 70%;
  }
}
@media (max-width: 1024px) {
  .banner-about__wrapper h1 {
    font-size: 48px;
  }

  .single-guide__info {
    padding: 42px;
  }
  .single-guide h1 {
    font-size: 48px;
  }
  .single-guide__bottom {
    gap: 32px;
  }
  .single-guide__bottom_left {
    width: 35%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .single-guide__bottom_right {
    width: 60%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .catalog__item img {
    height: 140px;
  }

  .single-product__wrapper {
    gap: 32px;
  }
  .single-product__left {
    max-width: 400px;
  }
  .single-product__left .single-productSwiper2 .swiper-slide {
    height: 450px;
  }
  .single-product__left .single-productSwiper {
    margin: 16px 25px 0;
  }
  .single-product__left .single-productSwiper img {
    width: 62px;
    height: 82px;
  }

  .privacy__wrapper {
    gap: 32px;
  }
  .privacy__wrapper .tab-content .title {
    font-size: 48px;
  }

  .banner h1 {
    font-size: 64px;
  }

  .advantages.white h1 {
    font-size: 64px;
  }
  .advantages__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .advantages__items.col-2 {
    grid-template-columns: repeat(1, 1fr);
  }

  .video-block .inner {
    height: auto;
  }

  .blocks__item {
    padding: 24px;
  }
  .blocks__item .text-32 {
    font-size: 28px;
  }
  .blocks__item img {
    width: 60px;
    height: 60px;
  }

  .guides__items {
    grid-template-columns: repeat(2, 1fr);
  }

  .title-block h1 {
    font-size: 64px;
  }

  .products__items {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 992px) {
  .banner-about {
    min-height: 650px;
  }
  .banner-about__wrapper h1 {
    width: 100%;
    font-size: 32px;
    white-space: normal;
    line-height: 120%;
  }
  .banner-about__wrapper h1 strong {
    margin-left: 0;
  }
  .banner-about__wrapper .button {
    display: flex;
    text-align: center;
    height: 58px;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    background: #AEC928;
    color: #000;
    font-family: "a_AvanteInt";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    transition: 0.3s ease;
    border: 1px solid #AEC928;
    border-radius: 0;
  }
  .banner-about__wrapper .button:hover {
    background: transparent;
    color: #AEC928;
  }
  .banner-about__wrapper .button::after {
    display: none;
  }
  .banner-about__wrapper .button span {
    display: block;
  }
  .banner-about__block {
    max-width: 100%;
    gap: 8px;
    margin-top: 16px;
  }
  .banner-about__block svg {
    display: none;
  }
  .banner-about__block-top {
    padding: 0;
    background: transparent;
    width: 100%;
  }
  .banner-about__block-bottom {
    padding: 0;
    margin-left: 0;
    width: 100%;
    background: transparent;
  }
  .banner-about__bottom {
    flex-direction: column;
    gap: 32px;
  }

  .store__block::after {
    width: 105px;
    height: 101px;
  }
  .store__block::before {
    left: 50px;
  }

  .circle__item {
    opacity: 1;
    transform: none;
    min-height: 223px;
  }
  .circle__item.visible {
    opacity: 1;
    transform: none;
  }
  .circle__item_block {
    padding: 24px;
  }

  .packages__item {
    padding: 24px;
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
  }
  .packages__item:nth-child(2) {
    padding: 24px;
    margin-top: 52px;
  }
  .packages__item .text-32 {
    margin: 24px 0 8px;
    font-size: 22px;
  }
  .packages__item_top {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    gap: 32px;
  }
  .packages__item .btn {
    padding: 16px 0;
  }

  .work__item {
    padding: 24px;
  }
  .work__item .text-32 {
    font-size: 24px;
  }

  .model__blocks {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    margin-top: 32px;
  }

  .hero__block {
    max-width: 70%;
  }

  .title {
    font-size: 48px;
  }

  .home-product__item {
    height: 280px;
  }
  .home-product__item_block {
    max-height: 232px;
    top: 24px;
    left: 24px;
  }
  .home-product .swiper-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .home-product__items {
    padding: 0 20px;
    margin-left: 0;
  }

  .guide__item {
    padding: 24px;
  }

  .partner__bottom_item .title {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .banner-about {
    margin-top: -86px;
    min-height: 570px;
  }
  .banner-about__wrapper {
    padding-top: 140px;
  }

  .banner.banner-l .banner__right {
    max-width: 100%;
  }

  .video-block {
    padding: 24px 0;
  }

  .single-guide__info {
    padding: 24px;
    gap: 8px;
  }
  .single-guide__info .text-32 {
    font-size: 22px;
  }
  .single-guide__info .btn {
    margin-top: 24px;
  }
  .single-guide h1 {
    font-size: 32px;
  }
  .single-guide__bottom {
    flex-direction: column-reverse;
  }
  .single-guide__bottom_left {
    width: 100%;
    position: relative;
    top: auto;
    max-width: 100%;
  }
  .single-guide__bottom_right {
    width: 100%;
    max-width: 100%;
  }
  .single-guide__bottom_right h2 {
    font-size: 22px;
  }
  .single-guide__bottom_right .video-block .inner {
    height: 250px;
  }
  .single-guide__bottom_right .video-block .play-button {
    width: 42px;
    height: 42px;
  }
  .single-guide__bottom_right .video-block .play-button img {
    width: 100%;
  }

  .popup__title h2 {
    font-size: 18px;
  }
  .popup form label {
    font-size: 16px;
  }
  .popup form input {
    border: 1px solid rgba(43, 42, 41, 0.3);
    width: 100%;
  }
  .popup form .checkboxes label {
    padding: 8px 20px;
  }
  .popup form .checkboxes > label {
    font-size: 16px;
    padding: 0;
  }
  .popup form .form-group {
    margin-bottom: 16px;
  }
  .popup form .form-group.privacy {
    margin-bottom: 32px;
  }
  .popup form button[type=submit],
.popup form input[type=submit] {
    width: 100%;
    height: 52px;
    padding: 0;
  }
  .popup__content {
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    height: 95%;
  }

  .store__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    gap: 24px;
  }
  .store__block {
    margin-top: 32px;
    padding: 120px 24px 64px 24px;
  }
  .store__block::before {
    width: 32px;
    height: 32px;
    top: 26px;
    left: 26px;
  }
  .store__block_wrapper {
    gap: 8px;
  }
  .store__block_buttons {
    flex-direction: column;
    width: 100%;
  }
  .store__block_buttons a {
    width: 100%;
  }
  .store__block .text-32 {
    text-align: center;
    font-size: 22px;
  }
  .store__item {
    padding: 24px;
    gap: 8px;
  }
  .store__item .text-32 {
    font-size: 22px;
  }
  .store__item ul {
    gap: 8px;
    margin-top: 16px;
  }
  .store__item ul li {
    font-size: 14px;
  }

  .sitemap .text-32 {
    font-size: 22px;
  }
  .sitemap__item {
    gap: 8px;
  }

  .info__content {
    margin-top: 32px;
  }
  .info__content ul li {
    padding: 16px 0 16px 24px;
  }

  .feedback__item {
    padding: 24px;
  }
  .feedback__item_top {
    gap: 8px;
  }
  .feedback__item_top img {
    width: 24px;
    height: 24px;
  }

  .swiper__buttons {
    bottom: -19px;
    width: 124px;
    height: 124px;
  }

  .print .tab-panel.active {
    gap: 32px;
  }
  .print .tabs {
    margin-bottom: 32px;
  }
  .print .product-spec {
    margin-top: 24px;
  }
  .print .product-spec__label, .print .product-spec__value {
    padding: 8px 0;
  }
  .print .text-32 {
    font-size: 22px;
  }
  .print .list {
    gap: 24px;
    padding: 24px;
  }
  .print .list ul li {
    font-size: 14px;
  }
  .print .advantages {
    gap: 24px;
  }
  .print .tabs {
    gap: 8px;
  }
  .print .tab-button {
    padding: 8px 16px;
  }

  .privacy__wrapper {
    flex-direction: column-reverse;
  }
  .privacy .tab-button {
    padding: 16px 0;
  }
  .privacy .tab-content {
    width: 100%;
  }
  .privacy .tab-content .title {
    font-size: 32px;
    margin-bottom: 8px;
  }
  .privacy .tab-content h2,
.privacy .tab-content h3,
.privacy .tab-content h4,
.privacy .tab-content h5 {
    font-size: 22px;
  }
  .privacy .tab-content p {
    margin-bottom: 24px;
  }
  .privacy .tabs {
    width: 100%;
  }

  .single-product__wrapper {
    flex-direction: column;
  }
  .single-product__left {
    max-width: 100%;
  }
  .single-product__left .single-productSwiper2 .swiper-slide {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .single-product__size {
    gap: 8px;
  }
  .single-product__size .size span {
    padding: 8px 16px;
  }
  .single-product .colors {
    gap: 8px;
  }
  .single-product .colors .color span {
    padding: 8px 16px;
  }
  .single-product .subtitle.specs {
    padding-top: 24px;
    margin-top: 24px;
  }
  .single-product__right h1 {
    font-size: 22px;
  }
  .single-product__right .btn {
    width: 100%;
  }
  .single-product__right .subtitle,
.single-product__right .price {
    font-size: 18px;
  }

  .products__items.col-3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .products__items.col-3 .products__item_info {
    min-height: auto;
  }
  .products__items.col-3 .products__item a {
    font-size: 18px;
  }
  .products__wrapper {
    flex-direction: column;
    gap: 0;
  }
  .products .filter-toggle {
    display: flex;
  }
  .products .filter {
    display: none;
    border: 1px solid #d0d0d0;
  }
  .products .filter__content, .products .filter__subcontent {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #f5f5f5;
  }
  .products .filter__content a, .products .filter__subcontent a {
    padding: 8px 0;
  }
  .products .filter.active {
    display: block;
  }
  .products .filter-toggle.active .filter-open {
    display: none;
  }
  .products .filter-toggle.active .filter-close {
    display: flex;
  }
  .products__items {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin-top: 32px;
  }
  .products__item img {
    height: auto;
  }
  .products__item .text-32 {
    font-size: 22px;
  }
  .products__item_info {
    gap: 8px;
  }
  .products__item .tag {
    padding: 0;
    border-radius: 0;
    border: 0;
    gap: 5px;
    position: relative;
    font-size: 14px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .products__item .tag:last-of-type::after {
    display: none;
  }
  .products__item .tag::after {
    content: "·";
  }

  .catalog__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .catalog__item {
    padding: 0;
  }
  .catalog__item img {
    height: auto;
  }
  .catalog__item_info {
    gap: 8px;
    padding: 24px;
  }
  .catalog__item .tags {
    margin-top: 16px;
  }
  .catalog__item .tag {
    padding: 0;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    border-radius: 0;
    border: 0;
    gap: 5px;
    position: relative;
    font-size: 14px;
  }
  .catalog__item .tag:last-of-type::after {
    display: none;
  }
  .catalog__item .tag::after {
    content: "·";
  }
  .catalog__item .text-32 {
    font-size: 22px;
  }

  .block-text__wrapper {
    flex-direction: column;
    gap: 32px;
  }
  .block-text__left {
    width: 100%;
  }
  .block-text__right {
    width: 100%;
    padding: 24px;
  }
  .block-text__right .text-32 {
    font-size: 22px;
  }
  .block-text__right ul {
    gap: 8px;
  }

  .partner .btn {
    width: 100%;
  }
  .partner__top {
    flex-direction: column;
    align-items: flex-start;
  }
  .partner__top img {
    max-width: 140px;
  }
  .partner__bottom {
    margin-top: 32px;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  .partner__bottom_item {
    gap: 8px;
  }
  .partner__bottom_item .title {
    font-size: 28px;
  }

  .simple-slider .swiper-slide {
    background: #f5f5f5;
  }
  .simple-slider .swiper-slide.swiper-slide-active {
    background: #fff;
  }
  .simple-slider .swiper-slide .text-32 {
    font-size: 22px;
  }
  .simple-slider .swiper-slide .text-24 {
    font-size: 18px;
  }
  .simple-slider__item {
    flex-direction: column-reverse;
  }
  .simple-slider__left {
    width: 100%;
    padding: 32px 0 0;
    gap: 8px;
  }
  .simple-slider__left ul {
    gap: 8px;
  }
  .simple-slider__right {
    width: 100%;
  }

  .guide__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .guide__item .text-32 {
    font-size: 22px;
  }
  .guide__item ul {
    gap: 10px;
  }
  .guide__item ul li {
    font-size: 14px;
  }

  .title-block h1 {
    font-size: 32px;
  }

  .guides .tabs {
    margin-bottom: 32px;
  }
  .guides__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin-top: 32px;
  }
  .guides .text-32 {
    font-size: 22px;
  }
  .guides__item {
    padding: 24px;
    gap: 8px;
  }
  .guides__item svg {
    width: 32px;
    height: 32px;
  }
  .guides__item .text-32 {
    font-size: 22px;
  }
  .guides form {
    margin-bottom: 32px;
  }

  .circle__item {
    flex-direction: column;
    padding-bottom: 48px;
    gap: 0;
  }
  .circle__item_block {
    width: 100%;
    gap: 8px;
  }
  .circle__item_block:nth-child(2) {
    display: none;
  }
  .circle__item_block .text-32 {
    margin-top: 16px;
    font-size: 22px;
  }
  .circle__item::after {
    display: none;
  }
  .circle__item::before {
    transform: translateX(-50%);
    top: auto;
    bottom: 0;
    width: 100%;
    height: 48px;
    background: url("../img/circle.svg") no-repeat;
    background-position: center;
  }

  .packages__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  .process__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .process__item {
    padding: 24px;
    gap: 24px;
  }
  .process__item div p {
    margin-top: 8px;
  }
  .process__item .text-32 {
    font-size: 22px;
  }

  .banner.banner-l .mobile {
    display: flex;
  }
  .banner.banner-l .desktop {
    display: none;
  }
  .banner__wrapper {
    flex-direction: column;
  }
  .banner h1 {
    font-size: 32px;
  }

  .steps.steps-small .steps__item {
    min-height: 250px;
  }
  .steps.steps-small .btn {
    margin-top: 32px;
    width: 100%;
  }
  .steps__item {
    min-height: 400px;
    padding: 24px;
    gap: 8px;
  }
  .steps__item .text-32 {
    font-size: 22px;
    margin-top: 8px;
  }
  .steps__item ul {
    margin-top: 8px;
    gap: 8px;
  }
  .steps__item ul li {
    font-size: 14px;
  }

  .simple__left {
    width: 100%;
  }
  .simple__right {
    width: 100%;
  }
  .simple__wrapper {
    flex-direction: column;
  }
  .simple .title-block {
    margin-bottom: 0;
  }
  .simple .btn {
    margin-top: 24px;
  }

  .advantages.white h1 {
    font-size: 32px;
  }
  .advantages__item {
    padding: 24px;
    gap: 8px;
  }
  .advantages__item svg {
    width: 32px;
    height: 32px;
  }
  .advantages__item .text-32 {
    font-size: 22px;
  }

  .faq .accordion__item.active .accordion__header {
    background: url("../img/close.svg") center right 16px no-repeat;
    background-size: 16px;
  }
  .faq .accordion__header {
    background-size: 16px;
    padding: 16px 0;
    background: url("../img/open.svg") center right 16px no-repeat;
    background-size: 16px;
  }
  .faq .accordion__header p {
    font-size: 18px;
    width: 93%;
  }
  .faq .accordion__content {
    padding: 0 0 16px;
  }
  .faq .accordion__content p {
    line-height: 160%;
  }

  .work__item {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    gap: 24px;
  }
  .work__item::before {
    width: 32px;
    height: 32px;
    top: auto;
    right: auto;
    bottom: -32px;
    background-size: contain;
    left: 50%;
    transform: rotate(90deg) translateY(50%);
  }
  .work__item .text-32 {
    font-size: 18px;
  }
  .work__item p {
    margin-top: 8px;
  }
  .work__item div .text-32 {
    font-size: 22px;
  }
  .work__item div .text-32 br {
    display: none;
  }
  .work__items {
    flex-direction: column;
    gap: 32px;
  }

  .blocks__items {
    margin-top: 32px;
    flex-direction: column;
    gap: 10px;
  }
  .blocks__item {
    padding: 66px 24px 24px 24px;
  }
  .blocks__item .text-32 {
    font-size: 22px;
  }
  .blocks__item img {
    width: 42px;
    height: 42px;
    aspect-ratio: 1/1;
  }

  .contact form label {
    font-size: 16px;
  }
  .contact form input {
    border: 1px solid rgba(43, 42, 41, 0.3);
    width: 100%;
  }
  .contact form .checkboxes label {
    padding: 8px 20px;
  }
  .contact form .checkboxes > label {
    font-size: 16px;
    padding: 0;
  }
  .contact form .form-group {
    margin-bottom: 16px;
  }
  .contact form .form-group.privacy {
    margin-bottom: 32px;
  }
  .contact form button[type=submit],
.contact form input[type=submit] {
    width: 100%;
    height: 52px;
    padding: 0;
  }

  p {
    line-height: 160%;
  }

  section {
    padding: 64px 0;
  }

  .title {
    font-size: 28px;
  }

  .title-block {
    max-width: 100%;
  }

  .btn {
    padding: 16px;
  }

  .hero {
    padding: 32px 0;
  }
  .hero br {
    display: none;
  }
  .hero .btn {
    width: 100%;
  }
  .hero__wrapper {
    gap: 32px;
    flex-direction: column;
  }
  .hero__wrapper h1 {
    max-width: 100%;
    margin-bottom: 16px;
    font-size: 32px;
  }
  .hero__block {
    max-width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .hero__block svg {
    display: none;
  }
  .hero__left {
    width: 100%;
  }
  .hero__right {
    width: 100%;
  }
  .hero p {
    font-weight: 400;
  }

  .model .btn {
    width: 100%;
  }
  .model__block {
    margin-top: 32px;
    padding: 24px 14px;
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
  }
  .model__block .text-32 {
    font-size: 22px;
  }
  .model__block_price {
    margin-top: 0;
    padding: 24px;
    gap: 24px;
    background: #f5f5f5;
  }
  .model__block-price {
    font-size: 18px;
  }
  .model__block-price .text-32,
.model__block-price .price {
    font-size: 18px;
  }
  .model__block .line {
    margin: 16px 0;
  }
  .model__formula_block {
    text-align: center;
    gap: 4px;
  }
  .model__formula_block p {
    font-size: 12px;
  }
  .model__formula_block .text-32 {
    font-size: 18px;
  }
  .model__formula + p {
    padding-top: 24px;
    text-align: center;
    border-top: 1px solid #d0d0d0;
  }
  .model .product-spec__label p {
    font-size: 14px;
  }
  .model .product-spec__value {
    font-size: 13px;
  }
  .model .title-block {
    padding: 0;
  }

  .benefits__items {
    gap: 10px;
    grid-template-columns: repeat(1, 1fr);
  }
  .benefits__item {
    padding: 56px 24px 24px;
  }
  .benefits__item img {
    width: 32px;
    height: 32px;
    aspect-ratio: 1/1;
  }
  .benefits__item .text-32 {
    font-size: 22px;
  }
  .benefits__item p {
    margin-top: 8px;
  }

  .home-product .title-block {
    max-width: 100%;
  }
  .home-product__top img {
    display: none;
  }
  .home-product__item_info p {
    width: 85%;
  }

  .start {
    position: relative;
    padding: 120px 0;
  }
  .start__buttons {
    width: 100%;
    flex-direction: column;
  }
  .start__buttons .btn,
.start__buttons .btn-black {
    width: 100%;
  }
  .start__wrapper {
    position: unset;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .start .title-block {
    max-width: 100%;
    align-items: flex-start;
  }
  .start .title-block .title {
    text-align: left;
  }
  .start .title-block .title br {
    display: none;
  }
  .start .title-block p {
    text-align: left;
  }
  .start .btn {
    width: 100%;
  }
  .start .background {
    display: none;
  }
  .start .background-mobile {
    display: block;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    width: 89px;
    height: 89px;
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 568px) {
  .swiper__buttons {
    display: none;
  }

  .single-product__left .single-productSwiper .swiper-slide {
    padding: 9.165px;
  }
  .single-product__left .single-productSwiper img {
    width: 31.056px;
    height: 41.628px;
    aspect-ratio: 31.06/41.63;
  }
  .single-product__left .single-productSwiper2 .swiper-slide {
    padding: 11.831px;
  }
  .single-product__left .single-productSwiper2 img {
    width: 168px;
    height: 225px;
    flex-shrink: 0;
    aspect-ratio: 56/75;
  }
}