@charset "UTF-8";

@font-face {
  font-family: ProximaNova;
  font-display: swap;
  src: url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: ProximaNova;
  font-display: swap;
  src: url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: #1E2E36;
  line-height: 1.25;
  font-family: "ProximaNova";
  font-size: 1.125rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "ProximaNova";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}

/*
(i) Стили будут применяться ко 
всем классам содержащим *__container
Например header__container, main__container и т.д.
Снипет (HTML): cnt
*/

[class*=__container] {
  max-width: 113.625rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

[class*=__container_wide] {
  max-width: 120rem;
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
     object-fit: contain;
}

.questions__title,
.about-us__title,
.category__title,
.adv__title {
  text-align: center;
}

@supports (margin-bottom: clamp( 1.25rem , 0.8573298429rem  +  1.9633507853vw , 3.125rem )) {
  .questions__title,
  .about-us__title,
  .category__title,
  .adv__title {
    margin-bottom: clamp( 1.25rem , 0.8573298429rem  +  1.9633507853vw , 3.125rem );
  }
}

@supports not (margin-bottom: clamp( 1.25rem , 0.8573298429rem  +  1.9633507853vw , 3.125rem )) {
  .questions__title,
  .about-us__title,
  .category__title,
  .adv__title {
    margin-bottom: calc(1.25rem + 1.875 * (100vw - 20rem) / 95.5);
  }
}

.questions__title p,
.about-us__title p,
.category__title p,
.adv__title p {
  display: inline-block;
  font-weight: 700;
  position: relative;
}

@supports (font-size: clamp( 1.875rem , 1.6393979058rem  +  1.1780104712vw , 3rem )) {
  .questions__title p,
  .about-us__title p,
  .category__title p,
  .adv__title p {
    font-size: clamp( 1.875rem , 1.6393979058rem  +  1.1780104712vw , 3rem );
  }
}

@supports not (font-size: clamp( 1.875rem , 1.6393979058rem  +  1.1780104712vw , 3rem )) {
  .questions__title p,
  .about-us__title p,
  .category__title p,
  .adv__title p {
    font-size: calc(1.875rem + 1.125 * (100vw - 20rem) / 95.5);
  }
}

.questions__title p span,
.about-us__title p span,
.category__title p span,
.adv__title p span {
  display: inline;
}

.questions__title p span::before,
.about-us__title p span::before,
.category__title p span::before,
.adv__title p span::before {
  content: "";
  position: absolute;
  left: -3px;
  top: 2px;
  background-color: #44C697;
  z-index: -1;
}

@supports (width: clamp( 0.8125rem , 0.7601439791rem  +  0.2617801047vw , 1.0625rem )) {
  .questions__title p span::before,
  .about-us__title p span::before,
  .category__title p span::before,
  .adv__title p span::before {
    width: clamp( 0.8125rem , 0.7601439791rem  +  0.2617801047vw , 1.0625rem );
  }
}

@supports not (width: clamp( 0.8125rem , 0.7601439791rem  +  0.2617801047vw , 1.0625rem )) {
  .questions__title p span::before,
  .about-us__title p span::before,
  .category__title p span::before,
  .adv__title p span::before {
    width: calc(0.8125rem + 0.25 * (100vw - 20rem) / 95.5);
  }
}

@supports (height: clamp( 1.9375rem , 1.6757198953rem  +  1.3089005236vw , 3.1875rem )) {
  .questions__title p span::before,
  .about-us__title p span::before,
  .category__title p span::before,
  .adv__title p span::before {
    height: clamp( 1.9375rem , 1.6757198953rem  +  1.3089005236vw , 3.1875rem );
  }
}

@supports not (height: clamp( 1.9375rem , 1.6757198953rem  +  1.3089005236vw , 3.1875rem )) {
  .questions__title p span::before,
  .about-us__title p span::before,
  .category__title p span::before,
  .adv__title p span::before {
    height: calc(1.9375rem + 1.25 * (100vw - 20rem) / 95.5);
  }
}

.header {
  font-weight: 700;
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@supports (padding-top: clamp( 0.3125rem , -0.0657420749rem  +  1.4409221902vw , 0.625rem )) {
  .header__top {
    padding-top: clamp( 0.3125rem , -0.0657420749rem  +  1.4409221902vw , 0.625rem );
  }
}

@supports not (padding-top: clamp( 0.3125rem , -0.0657420749rem  +  1.4409221902vw , 0.625rem )) {
  .header__top {
    padding-top: calc(0.3125rem + 0.3125 * (100vw - 26.25rem) / 21.6875);
  }
}

@supports (padding-bottom: clamp( 0.3125rem , -0.0657420749rem  +  1.4409221902vw , 0.625rem )) {
  .header__top {
    padding-bottom: clamp( 0.3125rem , -0.0657420749rem  +  1.4409221902vw , 0.625rem );
  }
}

@supports not (padding-bottom: clamp( 0.3125rem , -0.0657420749rem  +  1.4409221902vw , 0.625rem )) {
  .header__top {
    padding-bottom: calc(0.3125rem + 0.3125 * (100vw - 26.25rem) / 21.6875);
  }
}

.top-header__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 74px;
}

@supports (gap: clamp( 2.5rem , -1.6262135922rem  +  5.501618123vw , 4.625rem )) {
  .top-header__social {
    gap: clamp( 2.5rem , -1.6262135922rem  +  5.501618123vw , 4.625rem );
  }
}

@supports not (gap: clamp( 2.5rem , -1.6262135922rem  +  5.501618123vw , 4.625rem )) {
  .top-header__social {
    gap: calc(2.5rem + 2.125 * (100vw - 75rem) / 38.625);
  }
}

.top-header__social-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-header__social-title {
  margin: 8.5px 0;
}

.top-header__phone {
  position: relative;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-header__phone::before {
  content: url(../img/icons/smartphone.svg);
  position: absolute;
  top: 0;
  left: -30px;
}

.top-header__phone-number {
  position: relative;
  padding-bottom: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(90%, transparent), color-stop(90%, #44C697), to(#44C697));
  background-image: -o-linear-gradient(top, transparent 0%, transparent 90%, #44C697 90%, #44C697 100%);
  background-image: linear-gradient(to bottom, transparent 0%, transparent 90%, #44C697 90%, #44C697 100%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position-x: right;
  -webkit-transition: background-size 400ms;
  -o-transition: background-size 400ms;
  transition: background-size 400ms;
}

.top-header__phone-number:hover {
  background-size: 100% 100%;
  background-position-x: left;
}

.header-spollers__title {
  position: absolute;
  top: -5px;
  right: -13px;
}

.header-spollers__item {
  position: relative;
}

.header-spollers__body {
  background-color: #fff;
  position: absolute;
  top: 15px;
  right: -6px;
  width: 140px;
  z-index: 30;
}

.header-spollers__body li:not(:last-child) {
  margin-bottom: 5px;
}

.header-spoiler-number {
  padding-bottom: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(90%, transparent), color-stop(90%, #44C697), to(#44C697));
  background-image: -o-linear-gradient(top, transparent 0%, transparent 90%, #44C697 90%, #44C697 100%);
  background-image: linear-gradient(to bottom, transparent 0%, transparent 90%, #44C697 90%, #44C697 100%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position-x: right;
  -webkit-transition: background-size 400ms;
  -o-transition: background-size 400ms;
  transition: background-size 400ms;
}

.header-spoiler-number:hover {
  background-size: 100% 100%;
  background-position-x: left;
}

.menu {
  text-transform: uppercase;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@supports (gap: clamp( 0.625rem , 0.0182038835rem  +  0.8090614887vw , 0.9375rem )) {
  .menu__list {
    gap: clamp( 0.625rem , 0.0182038835rem  +  0.8090614887vw , 0.9375rem );
  }
}

@supports not (gap: clamp( 0.625rem , 0.0182038835rem  +  0.8090614887vw , 0.9375rem )) {
  .menu__list {
    gap: calc(0.625rem + 0.3125 * (100vw - 75rem) / 38.625);
  }
}

.menu__link {
  padding-bottom: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(90%, transparent), color-stop(90%, #44C697), to(#44C697));
  background-image: -o-linear-gradient(top, transparent 0%, transparent 90%, #44C697 90%, #44C697 100%);
  background-image: linear-gradient(to bottom, transparent 0%, transparent 90%, #44C697 90%, #44C697 100%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position-x: right;
  -webkit-transition: background-size 400ms;
  -o-transition: background-size 400ms;
  transition: background-size 400ms;
}

@supports (font-size: clamp( 0.875rem , 0.4321593533rem  +  0.9237875289vw , 1.125rem )) {
  .menu__link {
    font-size: clamp( 0.875rem , 0.4321593533rem  +  0.9237875289vw , 1.125rem );
  }
}

@supports not (font-size: clamp( 0.875rem , 0.4321593533rem  +  0.9237875289vw , 1.125rem )) {
  .menu__link {
    font-size: calc(0.875rem + 0.25 * (100vw - 47.9375rem) / 27.0625);
  }
}

.menu__link:hover {
  background-size: 100% 100%;
  background-position-x: left;
}

.spollers__btn-img {
  width: 12px;
  height: 12px;
}

.icon-menu {
  display: none;
}

.no-webp .footer__container_wide{
  background: url("../img/footer-bg.jpg") right center no-repeat; }

.footer__container_wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  color: #fff;
  max-height: 520px;
}

.footer-box {
  background-color: #1E2E36;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 831px;
          flex: 0 1 831px;
}

@supports (padding: clamp( 0.9375rem , 0.4793848168rem  +  2.2905759162vw , 3.125rem )) {
  .footer-box {
    padding: clamp( 0.9375rem , 0.4793848168rem  +  2.2905759162vw , 3.125rem );
  }
}

@supports not (padding: clamp( 0.9375rem , 0.4793848168rem  +  2.2905759162vw , 3.125rem )) {
  .footer-box {
    padding: calc(0.9375rem + 2.1875 * (100vw - 20rem) / 95.5);
  }
}

.footer-box__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 36px;
}

@supports (margin-bottom: clamp( 0.9375rem , 0.4793848168rem  +  2.2905759162vw , 3.125rem )) {
  .footer-box__logo {
    margin-bottom: clamp( 0.9375rem , 0.4793848168rem  +  2.2905759162vw , 3.125rem );
  }
}

@supports not (margin-bottom: clamp( 0.9375rem , 0.4793848168rem  +  2.2905759162vw , 3.125rem )) {
  .footer-box__logo {
    margin-bottom: calc(0.9375rem + 2.1875 * (100vw - 20rem) / 95.5);
  }
}

@supports (gap: clamp( 0.4375rem , 0.3327879581rem  +  0.5235602094vw , 0.9375rem )) {
  .footer-box__logo {
    gap: clamp( 0.4375rem , 0.3327879581rem  +  0.5235602094vw , 0.9375rem );
  }
}

@supports not (gap: clamp( 0.4375rem , 0.3327879581rem  +  0.5235602094vw , 0.9375rem )) {
  .footer-box__logo {
    gap: calc(0.4375rem + 0.5 * (100vw - 20rem) / 95.5);
  }
}

.footer-box__logo span {
  text-transform: uppercase;
  color: #44C697;
}

.footer-box__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@supports (gap: clamp( 1.25rem , 0.7918848168rem  +  2.2905759162vw , 3.4375rem )) {
  .footer-box__items {
    gap: clamp( 1.25rem , 0.7918848168rem  +  2.2905759162vw , 3.4375rem );
  }
}

@supports not (gap: clamp( 1.25rem , 0.7918848168rem  +  2.2905759162vw , 3.4375rem )) {
  .footer-box__items {
    gap: calc(1.25rem + 2.1875 * (100vw - 20rem) / 95.5);
  }
}

.footer-box__categories,
.footer-box__about {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 700;
  text-transform: uppercase;
}

@supports (font-size: clamp( 0.9375rem , 0.8982329843rem  +  0.1963350785vw , 1.125rem )) {
  .footer-box__categories,
  .footer-box__about {
    font-size: clamp( 0.9375rem , 0.8982329843rem  +  0.1963350785vw , 1.125rem );
  }
}

@supports not (font-size: clamp( 0.9375rem , 0.8982329843rem  +  0.1963350785vw , 1.125rem )) {
  .footer-box__categories,
  .footer-box__about {
    font-size: calc(0.9375rem + 0.1875 * (100vw - 20rem) / 95.5);
  }
}

.footer-box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@supports (row-gap: clamp( 0.625rem , 0.5595549738rem  +  0.3272251309vw , 0.9375rem )) {
  .footer-box__list {
    row-gap: clamp( 0.625rem , 0.5595549738rem  +  0.3272251309vw , 0.9375rem );
  }
}

@supports not (row-gap: clamp( 0.625rem , 0.5595549738rem  +  0.3272251309vw , 0.9375rem )) {
  .footer-box__list {
    row-gap: calc(0.625rem + 0.3125 * (100vw - 20rem) / 95.5);
  }
}

.footer-box__link {
  padding-left: 10px;
  position: relative;
}

.footer-box__link::before {
  content: "—";
  position: absolute;
  left: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #44C697;
  font-size: 1.125rem;
}

.footer-box__contacts {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.contacts-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@supports (gap: clamp( 0.625rem , 0.5464659686rem  +  0.3926701571vw , 1rem )) {
  .contacts-footer__list {
    gap: clamp( 0.625rem , 0.5464659686rem  +  0.3926701571vw , 1rem );
  }
}

@supports not (gap: clamp( 0.625rem , 0.5464659686rem  +  0.3926701571vw , 1rem )) {
  .contacts-footer__list {
    gap: calc(0.625rem + 0.375 * (100vw - 20rem) / 95.5);
  }
}

@supports (margin-bottom: clamp( 0.9375rem , 0.7411649215rem  +  0.9816753927vw , 1.875rem )) {
  .contacts-footer__list {
    margin-bottom: clamp( 0.9375rem , 0.7411649215rem  +  0.9816753927vw , 1.875rem );
  }
}

@supports not (margin-bottom: clamp( 0.9375rem , 0.7411649215rem  +  0.9816753927vw , 1.875rem )) {
  .contacts-footer__list {
    margin-bottom: calc(0.9375rem + 0.9375 * (100vw - 20rem) / 95.5);
  }
}

.contacts-footer__link {
  padding-left: 30px;
}

.contacts-footer__link-map {
  position: relative;
}

.contacts-footer__link-map::before {
  position: absolute;
  content: url(../img/icons/footer-geo.svg);
  top: 0;
  left: -4px;
}

.contacts-footer__link-date {
  position: relative;
}

.contacts-footer__link-date::before {
  position: absolute;
  content: url(../img/icons/calendar.svg);
  top: 0;
  left: -4px;
}

.contacts-footer__link-phones {
  position: relative;
}

.contacts-footer__link-phones::before {
  position: absolute;
  content: url(../img/icons/footer-smartphone.svg);
  top: 0;
  left: -4px;
}

.contacts-footer__phones {
  font-weight: 700;
  color: #44C697;
}

.contacts-footer__phones li {
  margin-bottom: 0.3125rem;
}

.contacts-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@supports (margin-bottom: clamp( 1.875rem , 0.9587696335rem  +  4.5811518325vw , 6.25rem )) {
  .new-sofa {
    margin-bottom: clamp( 1.875rem , 0.9587696335rem  +  4.5811518325vw , 6.25rem );
  }
}

@supports not (margin-bottom: clamp( 1.875rem , 0.9587696335rem  +  4.5811518325vw , 6.25rem )) {
  .new-sofa {
    margin-bottom: calc(1.875rem + 4.375 * (100vw - 20rem) / 95.5);
  }
}

.new-sofa__container_wide {
  position: relative;
  padding: 0;
}

.new-sofa__slide img {
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-counter {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
}

.swiper-counter .current-slide {
  font-weight: 700;
}

@supports (font-size: clamp( 1.5625rem , 1.4316099476rem  +  0.6544502618vw , 2.1875rem )) {
  .swiper-counter .current-slide {
    font-size: clamp( 1.5625rem , 1.4316099476rem  +  0.6544502618vw , 2.1875rem );
  }
}

@supports not (font-size: clamp( 1.5625rem , 1.4316099476rem  +  0.6544502618vw , 2.1875rem )) {
  .swiper-counter .current-slide {
    font-size: calc(1.5625rem + 0.625 * (100vw - 20rem) / 95.5);
  }
}

.swiper-counter .total-slides {
  font-weight: 700;
}

@supports (font-size: clamp( 0.9375rem , 0.8196989529rem  +  0.5890052356vw , 1.5rem )) {
  .swiper-counter .total-slides {
    font-size: clamp( 0.9375rem , 0.8196989529rem  +  0.5890052356vw , 1.5rem );
  }
}

@supports not (font-size: clamp( 0.9375rem , 0.8196989529rem  +  0.5890052356vw , 1.5rem )) {
  .swiper-counter .total-slides {
    font-size: calc(0.9375rem + 0.5625 * (100vw - 20rem) / 95.5);
  }
}

.swiper-button-prev {
  position: absolute;
  z-index: 15;
}

@supports (top: clamp( 15rem , 10.6806282723rem  +  21.5968586387vw , 35.625rem )) {
  .swiper-button-prev {
    top: clamp( 15rem , 10.6806282723rem  +  21.5968586387vw , 35.625rem );
  }
}

@supports not (top: clamp( 15rem , 10.6806282723rem  +  21.5968586387vw , 35.625rem )) {
  .swiper-button-prev {
    top: calc(15rem + 20.625 * (100vw - 20rem) / 95.5);
  }
}

@supports (left: clamp( 6.25rem , 4.4829842932rem  +  8.835078534vw , 14.6875rem )) {
  .swiper-button-prev {
    left: clamp( 6.25rem , 4.4829842932rem  +  8.835078534vw , 14.6875rem );
  }
}

@supports not (left: clamp( 6.25rem , 4.4829842932rem  +  8.835078534vw , 14.6875rem )) {
  .swiper-button-prev {
    left: calc(6.25rem + 8.4375 * (100vw - 20rem) / 95.5);
  }
}

.swiper-button-next {
  position: absolute;
  z-index: 12;
}

@supports (top: clamp( 15.125rem , 10.8056282723rem  +  21.5968586387vw , 35.75rem )) {
  .swiper-button-next {
    top: clamp( 15.125rem , 10.8056282723rem  +  21.5968586387vw , 35.75rem );
  }
}

@supports not (top: clamp( 15.125rem , 10.8056282723rem  +  21.5968586387vw , 35.75rem )) {
  .swiper-button-next {
    top: calc(15.125rem + 20.625 * (100vw - 20rem) / 95.5);
  }
}

@supports (left: clamp( 8.4375rem , 6.6704842932rem  +  8.835078534vw , 16.875rem )) {
  .swiper-button-next {
    left: clamp( 8.4375rem , 6.6704842932rem  +  8.835078534vw , 16.875rem );
  }
}

@supports not (left: clamp( 8.4375rem , 6.6704842932rem  +  8.835078534vw , 16.875rem )) {
  .swiper-button-next {
    left: calc(8.4375rem + 8.4375 * (100vw - 20rem) / 95.5);
  }
}

.slider__window {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-left: 15px solid #44C697;
  z-index: 8;
}

@supports (left: clamp( 0.9375rem , 0.6085711466rem  +  1.0964751977vw , 1.875rem )) {
  .slider__window {
    left: clamp( 0.9375rem , 0.6085711466rem  +  1.0964751977vw , 1.875rem );
  }
}

@supports not (left: clamp( 0.9375rem , 0.6085711466rem  +  1.0964751977vw , 1.875rem )) {
  .slider__window {
    left: calc(0.9375rem + 0.9375 * (100vw - 29.99875rem) / 85.50125);
  }
}

@supports (width: clamp( 14.375rem , 11.3383507853rem  +  15.1832460733vw , 28.875rem )) {
  .slider__window {
    width: clamp( 14.375rem , 11.3383507853rem  +  15.1832460733vw , 28.875rem );
  }
}

@supports not (width: clamp( 14.375rem , 11.3383507853rem  +  15.1832460733vw , 28.875rem )) {
  .slider__window {
    width: calc(14.375rem + 14.5 * (100vw - 20rem) / 95.5);
  }
}

@supports (height: clamp( 20rem , 12.3249934211rem  +  25.5844212804vw , 41.875rem )) {
  .slider__window {
    height: clamp( 20rem , 12.3249934211rem  +  25.5844212804vw , 41.875rem );
  }
}

@supports not (height: clamp( 20rem , 12.3249934211rem  +  25.5844212804vw , 41.875rem )) {
  .slider__window {
    height: calc(20rem + 21.875 * (100vw - 29.99875rem) / 85.50125);
  }
}

@supports (font-size: clamp( 1.125rem , 0.8893979058rem  +  1.1780104712vw , 2.25rem )) {
  .slider__window {
    font-size: clamp( 1.125rem , 0.8893979058rem  +  1.1780104712vw , 2.25rem );
  }
}

@supports not (font-size: clamp( 1.125rem , 0.8893979058rem  +  1.1780104712vw , 2.25rem )) {
  .slider__window {
    font-size: calc(1.125rem + 1.125 * (100vw - 20rem) / 95.5);
  }
}

@supports (margin-top: clamp( 0.625rem , -0.5530104712rem  +  5.890052356vw , 6.25rem )) {
  .slider__window-title {
    margin-top: clamp( 0.625rem , -0.5530104712rem  +  5.890052356vw , 6.25rem );
  }
}

@supports not (margin-top: clamp( 0.625rem , -0.5530104712rem  +  5.890052356vw , 6.25rem )) {
  .slider__window-title {
    margin-top: calc(0.625rem + 5.625 * (100vw - 20rem) / 95.5);
  }
}

@supports (font-size: clamp( 2.1875rem , 1.8079188482rem  +  1.8979057592vw , 4rem )) {
  .slider__window-title {
    font-size: clamp( 2.1875rem , 1.8079188482rem  +  1.8979057592vw , 4rem );
  }
}

@supports not (font-size: clamp( 2.1875rem , 1.8079188482rem  +  1.8979057592vw , 4rem )) {
  .slider__window-title {
    font-size: calc(2.1875rem + 1.8125 * (100vw - 20rem) / 95.5);
  }
}

@supports (margin-bottom: clamp( 0.625rem , 0.1014397906rem  +  2.6178010471vw , 3.125rem )) {
  .slider__window-title {
    margin-bottom: clamp( 0.625rem , 0.1014397906rem  +  2.6178010471vw , 3.125rem );
  }
}

@supports not (margin-bottom: clamp( 0.625rem , 0.1014397906rem  +  2.6178010471vw , 3.125rem )) {
  .slider__window-title {
    margin-bottom: calc(0.625rem + 2.5 * (100vw - 20rem) / 95.5);
  }
}

.slider__window-text {
  margin-bottom: 10px;
}

.slider__window p {
  font-weight: 400;
}

@supports (margin-bottom: clamp( 0.625rem , 0.3632198953rem  +  1.3089005236vw , 1.875rem )) {
  .slider__window p {
    margin-bottom: clamp( 0.625rem , 0.3632198953rem  +  1.3089005236vw , 1.875rem );
  }
}

@supports not (margin-bottom: clamp( 0.625rem , 0.3632198953rem  +  1.3089005236vw , 1.875rem )) {
  .slider__window p {
    margin-bottom: calc(0.625rem + 1.25 * (100vw - 20rem) / 95.5);
  }
}

.slider__window button {
  text-transform: uppercase;
  color: #fff;
  padding: 14px 46px;
  background-color: #44C697;
}

@supports (margin-bottom: clamp( 0.9375rem , 0.4793848168rem  +  2.2905759162vw , 3.125rem )) {
  .slider__window button {
    margin-bottom: clamp( 0.9375rem , 0.4793848168rem  +  2.2905759162vw , 3.125rem );
  }
}

@supports not (margin-bottom: clamp( 0.9375rem , 0.4793848168rem  +  2.2905759162vw , 3.125rem )) {
  .slider__window button {
    margin-bottom: calc(0.9375rem + 2.1875 * (100vw - 20rem) / 95.5);
  }
}

@supports (padding-bottom: clamp( 0.625rem , -0.5530104712rem  +  5.890052356vw , 6.25rem )) {
  .advantages {
    padding-bottom: clamp( 0.625rem , -0.5530104712rem  +  5.890052356vw , 6.25rem );
  }
}

@supports not (padding-bottom: clamp( 0.625rem , -0.5530104712rem  +  5.890052356vw , 6.25rem )) {
  .advantages {
    padding-bottom: calc(0.625rem + 5.625 * (100vw - 20rem) / 95.5);
  }
}

.advantages__slider {
  max-width: 100%;
  position: relative;
}

.advantages__slide img {
  max-width: 100%;
  min-height: 250px;
}

.adv__inner {
  font-weight: 700;
}

.adv__inner-box {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.adv__inner-title {
  position: absolute;
  bottom: 33px;
  left: 30px;
  color: #fff;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

@supports (font-size: clamp( 1.25rem , 1.0405759162rem  +  1.0471204188vw , 2.25rem )) {
  .adv__inner-title {
    font-size: clamp( 1.25rem , 1.0405759162rem  +  1.0471204188vw , 2.25rem );
  }
}

@supports not (font-size: clamp( 1.25rem , 1.0405759162rem  +  1.0471204188vw , 2.25rem )) {
  .adv__inner-title {
    font-size: calc(1.25rem + 1 * (100vw - 20rem) / 95.5);
  }
}

.adv__inner-title::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #44C697;
}

.adv__inner-hidden {
  height: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

@supports (width: clamp( 20rem , -2.2513089005rem  +  27.9232111693vw , 30rem )) {
  .adv__inner-hidden {
    width: clamp( 20rem , -2.2513089005rem  +  27.9232111693vw , 30rem );
  }
}

@supports not (width: clamp( 20rem , -2.2513089005rem  +  27.9232111693vw , 30rem )) {
  .adv__inner-hidden {
    width: calc(20rem + 10 * (100vw - 79.6875rem) / 35.8125);
  }
}

@supports (font-size: clamp( 0.875rem , 0.8226439791rem  +  0.2617801047vw , 1.125rem )) {
  .adv__inner-hidden {
    font-size: clamp( 0.875rem , 0.8226439791rem  +  0.2617801047vw , 1.125rem );
  }
}

@supports not (font-size: clamp( 0.875rem , 0.8226439791rem  +  0.2617801047vw , 1.125rem )) {
  .adv__inner-hidden {
    font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / 95.5);
  }
}

.slick-slide {
  margin: 0 15px;
}

.swiperAdv-button-prev {
  position: absolute;
  background-color: transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
  z-index: 15;
}

.swiperAdv-button-next {
  position: absolute;
  background-color: transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  z-index: 15;
}

.adv__inner-box:hover .adv__inner-hidden {
  height: 70px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@supports (height: clamp( 4.375rem , 5.1308900524rem  +  -0.6544502618vw , 5rem )) {
  .adv__inner-box:hover .adv__inner-hidden {
    height: clamp( 4.375rem , 5.1308900524rem  +  -0.6544502618vw , 5rem );
  }
}

@supports not (height: clamp( 4.375rem , 5.1308900524rem  +  -0.6544502618vw , 5rem )) {
  .adv__inner-box:hover .adv__inner-hidden {
    height: calc(5rem + -0.625 * (100vw - 20rem) / 95.5);
  }
}

.adv__inner-box:hover .adv__inner-title {
  -webkit-transform: translateY(-70px);
      -ms-transform: translateY(-70px);
          transform: translateY(-70px);
}

.slider__advantages {
  margin-bottom: 100px;
}

@supports (padding-bottom: clamp( 1.25rem , 0.2028795812rem  +  5.2356020942vw , 6.25rem )) {
  .category {
    padding-bottom: clamp( 1.25rem , 0.2028795812rem  +  5.2356020942vw , 6.25rem );
  }
}

@supports not (padding-bottom: clamp( 1.25rem , 0.2028795812rem  +  5.2356020942vw , 6.25rem )) {
  .category {
    padding-bottom: calc(1.25rem + 5 * (100vw - 20rem) / 95.5);
  }
}

@supports (margin-bottom: clamp( 1.25rem , 0.4646596859rem  +  3.9267015707vw , 5rem )) {
  .filter-category {
    margin-bottom: clamp( 1.25rem , 0.4646596859rem  +  3.9267015707vw , 5rem );
  }
}

@supports not (margin-bottom: clamp( 1.25rem , 0.4646596859rem  +  3.9267015707vw , 5rem )) {
  .filter-category {
    margin-bottom: calc(1.25rem + 3.75 * (100vw - 20rem) / 95.5);
  }
}

.filter-category__wrapper {
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.filter-category__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter-category__item-title {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

@supports (font-size: clamp( 1.125rem , 0.9937910884rem  +  0.438276114vw , 1.5rem )) {
  .filter-category__item-title {
    font-size: clamp( 1.125rem , 0.9937910884rem  +  0.438276114vw , 1.5rem );
  }
}

@supports not (font-size: clamp( 1.125rem , 0.9937910884rem  +  0.438276114vw , 1.5rem )) {
  .filter-category__item-title {
    font-size: calc(1.125rem + 0.375 * (100vw - 29.9375rem) / 85.5625);
  }
}

.filter-category__item.filter-active .filter-category__item-title {
  color: #44C697;
  text-decoration: underline;
}

.filter-category__item.filter-active .filter-category__item-img {
  -webkit-filter: drop-shadow(1px 2px 1px #44C697);
          filter: drop-shadow(1px 2px 1px #44C697);
}

.category__items-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

@supports (margin-bottom: clamp( 1.25rem , 0.8573298429rem  +  1.9633507853vw , 3.125rem )) {
  .category__items-wrapper {
    margin-bottom: clamp( 1.25rem , 0.8573298429rem  +  1.9633507853vw , 3.125rem );
  }
}

@supports not (margin-bottom: clamp( 1.25rem , 0.8573298429rem  +  1.9633507853vw , 3.125rem )) {
  .category__items-wrapper {
    margin-bottom: calc(1.25rem + 1.875 * (100vw - 20rem) / 95.5);
  }
}

@supports (row-gap: clamp( 0.625rem , 0.1014397906rem  +  2.6178010471vw , 3.125rem )) {
  .category__items-wrapper {
    row-gap: clamp( 0.625rem , 0.1014397906rem  +  2.6178010471vw , 3.125rem );
  }
}

@supports not (row-gap: clamp( 0.625rem , 0.1014397906rem  +  2.6178010471vw , 3.125rem )) {
  .category__items-wrapper {
    row-gap: calc(0.625rem + 2.5 * (100vw - 20rem) / 95.5);
  }
}

.category__item {
  font-weight: 700;
  text-transform: uppercase;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33.33%;
          flex: 1 0 33.33%;
  min-width: 17rem;
  max-width: 33.33%;
}

@supports (font-size: clamp( 0.8125rem , 0.6685209424rem  +  0.719895288vw , 1.5rem )) {
  .category__item {
    font-size: clamp( 0.8125rem , 0.6685209424rem  +  0.719895288vw , 1.5rem );
  }
}

@supports not (font-size: clamp( 0.8125rem , 0.6685209424rem  +  0.719895288vw , 1.5rem )) {
  .category__item {
    font-size: calc(0.8125rem + 0.6875 * (100vw - 20rem) / 95.5);
  }
}

@supports (padding-left: clamp( 0.3125rem , -0.1319246403rem  +  0.9259087795vw , 0.9375rem )) {
  .category__item {
    padding-left: clamp( 0.3125rem , -0.1319246403rem  +  0.9259087795vw , 0.9375rem );
  }
}

@supports not (padding-left: clamp( 0.3125rem , -0.1319246403rem  +  0.9259087795vw , 0.9375rem )) {
  .category__item {
    padding-left: calc(0.3125rem + 0.625 * (100vw - 47.99875rem) / 67.50125);
  }
}

@supports (padding-right: clamp( 0.3125rem , -0.1319246403rem  +  0.9259087795vw , 0.9375rem )) {
  .category__item {
    padding-right: clamp( 0.3125rem , -0.1319246403rem  +  0.9259087795vw , 0.9375rem );
  }
}

@supports not (padding-right: clamp( 0.3125rem , -0.1319246403rem  +  0.9259087795vw , 0.9375rem )) {
  .category__item {
    padding-right: calc(0.3125rem + 0.625 * (100vw - 47.99875rem) / 67.50125);
  }
}

.category__item:hover .item-box__hit::before,
.category__item:hover .item-box__new::before,
.category__item:hover .item-box__action::after {
  -webkit-transform: translateY(-25px);
      -ms-transform: translateY(-25px);
          transform: translateY(-25px);
}

.category__item:hover .item-box__body,
.category__item:hover .item-box__picture {
  background-color: #44C697;
  -webkit-transform: translateY(-25px);
      -ms-transform: translateY(-25px);
          transform: translateY(-25px);
}

.category__item:hover .item-box__title,
.category__item:hover .item-box__price,
.category__item:hover .item-box__price-new {
  color: #fff;
}

.item-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
}

@supports (top: clamp( 2.1875rem , 1.9257198953rem  +  1.3089005236vw , 3.4375rem )) {
  .item-box__action.item-box__hit::before {
    top: clamp( 2.1875rem , 1.9257198953rem  +  1.3089005236vw , 3.4375rem );
  }
}

@supports not (top: clamp( 2.1875rem , 1.9257198953rem  +  1.3089005236vw , 3.4375rem )) {
  .item-box__action.item-box__hit::before {
    top: calc(2.1875rem + 1.25 * (100vw - 20rem) / 95.5);
  }
}

.item-box__action::after {
  position: absolute;
  content: "Акція";
  text-transform: uppercase;
  color: #fff;
  left: 0;
  top: 10px;
  background-color: #FF1B1B;
  padding: 1% 3%;
  z-index: 3;
}

@supports (font-size: clamp( 0.5625rem , 0.4446989529rem  +  0.5890052356vw , 1.125rem )) {
  .item-box__action::after {
    font-size: clamp( 0.5625rem , 0.4446989529rem  +  0.5890052356vw , 1.125rem );
  }
}

@supports not (font-size: clamp( 0.5625rem , 0.4446989529rem  +  0.5890052356vw , 1.125rem )) {
  .item-box__action::after {
    font-size: calc(0.5625rem + 0.5625 * (100vw - 20rem) / 95.5);
  }
}

.item-box__action .item-box__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #BCBDBB;
}

@supports (font-size: clamp( 0.6875rem , 0.5958769634rem  +  0.4581151832vw , 1.125rem )) {
  .item-box__action .item-box__price {
    font-size: clamp( 0.6875rem , 0.5958769634rem  +  0.4581151832vw , 1.125rem );
  }
}

@supports not (font-size: clamp( 0.6875rem , 0.5958769634rem  +  0.4581151832vw , 1.125rem )) {
  .item-box__action .item-box__price {
    font-size: calc(0.6875rem + 0.4375 * (100vw - 20rem) / 95.5);
  }
}

.item-box__action .item-box__price p {
  text-decoration-line: line-through;
  margin-left: 5px;
}

.item-box__action .item-box__price-new {
  display: inline;
}

@supports (font-size: clamp( 0.8125rem , 0.6685209424rem  +  0.719895288vw , 1.5rem )) {
  .item-box__action .item-box__price-new {
    font-size: clamp( 0.8125rem , 0.6685209424rem  +  0.719895288vw , 1.5rem );
  }
}

@supports not (font-size: clamp( 0.8125rem , 0.6685209424rem  +  0.719895288vw , 1.5rem )) {
  .item-box__action .item-box__price-new {
    font-size: calc(0.8125rem + 0.6875 * (100vw - 20rem) / 95.5);
  }
}

.item-box__new::before {
  position: absolute;
  content: "Новинка";
  text-transform: uppercase;
  color: #fff;
  left: 0;
  top: 10px;
  background-color: #1E2E36;
  padding: 1% 3%;
  z-index: 3;
}

@supports (font-size: clamp( 0.5625rem , 0.4446989529rem  +  0.5890052356vw , 1.125rem )) {
  .item-box__new::before {
    font-size: clamp( 0.5625rem , 0.4446989529rem  +  0.5890052356vw , 1.125rem );
  }
}

@supports not (font-size: clamp( 0.5625rem , 0.4446989529rem  +  0.5890052356vw , 1.125rem )) {
  .item-box__new::before {
    font-size: calc(0.5625rem + 0.5625 * (100vw - 20rem) / 95.5);
  }
}

.item-box__hit::before {
  position: absolute;
  content: "ХІт продаж";
  text-transform: uppercase;
  color: #fff;
  left: 0;
  top: 10px;
  background-color: #1E2E36;
  padding: 1% 3%;
  z-index: 3;
}

@supports (font-size: clamp( 0.5625rem , 0.4446989529rem  +  0.5890052356vw , 1.125rem )) {
  .item-box__hit::before {
    font-size: clamp( 0.5625rem , 0.4446989529rem  +  0.5890052356vw , 1.125rem );
  }
}

@supports not (font-size: clamp( 0.5625rem , 0.4446989529rem  +  0.5890052356vw , 1.125rem )) {
  .item-box__hit::before {
    font-size: calc(0.5625rem + 0.5625 * (100vw - 20rem) / 95.5);
  }
}

.item-box__picture img {
  width: 100%;
}

.item-box__body {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
}

@supports (padding-left: clamp( 0.3125rem , -0.1319246403rem  +  0.9259087795vw , 0.9375rem )) {
  .item-box__body {
    padding-left: clamp( 0.3125rem , -0.1319246403rem  +  0.9259087795vw , 0.9375rem );
  }
}

@supports not (padding-left: clamp( 0.3125rem , -0.1319246403rem  +  0.9259087795vw , 0.9375rem )) {
  .item-box__body {
    padding-left: calc(0.3125rem + 0.625 * (100vw - 47.99875rem) / 67.50125);
  }
}

@supports (padding-right: clamp( 0.3125rem , -0.1319246403rem  +  0.9259087795vw , 0.9375rem )) {
  .item-box__body {
    padding-right: clamp( 0.3125rem , -0.1319246403rem  +  0.9259087795vw , 0.9375rem );
  }
}

@supports not (padding-right: clamp( 0.3125rem , -0.1319246403rem  +  0.9259087795vw , 0.9375rem )) {
  .item-box__body {
    padding-right: calc(0.3125rem + 0.625 * (100vw - 47.99875rem) / 67.50125);
  }
}

@supports (min-height: clamp( 1.5625rem , 0.007013759rem  +  3.2406807281vw , 3.75rem )) {
  .item-box__body {
    min-height: clamp( 1.5625rem , 0.007013759rem  +  3.2406807281vw , 3.75rem );
  }
}

@supports not (min-height: clamp( 1.5625rem , 0.007013759rem  +  3.2406807281vw , 3.75rem )) {
  .item-box__body {
    min-height: calc(1.5625rem + 2.1875 * (100vw - 47.99875rem) / 67.50125);
  }
}

.item-box__price {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.item-box__price-new {
  display: none;
  color: #FF1B1B;
  text-decoration-line: none;
}

@supports (font-size: clamp( 0.875rem , 0.7441099476rem  +  0.6544502618vw , 1.5rem )) {
  .item-box__price-new {
    font-size: clamp( 0.875rem , 0.7441099476rem  +  0.6544502618vw , 1.5rem );
  }
}

@supports not (font-size: clamp( 0.875rem , 0.7441099476rem  +  0.6544502618vw , 1.5rem )) {
  .item-box__price-new {
    font-size: calc(0.875rem + 0.625 * (100vw - 20rem) / 95.5);
  }
}

.category__btn {
  background: #44C697;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  padding: 14px 46px;
}

@supports (font-size: clamp( 0.875rem , 0.8226439791rem  +  0.2617801047vw , 1.125rem )) {
  .category__btn {
    font-size: clamp( 0.875rem , 0.8226439791rem  +  0.2617801047vw , 1.125rem );
  }
}

@supports not (font-size: clamp( 0.875rem , 0.8226439791rem  +  0.2617801047vw , 1.125rem )) {
  .category__btn {
    font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / 95.5);
  }
}

.category__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@supports (padding-bottom: clamp( 1.25rem , 0.2028795812rem  +  5.2356020942vw , 6.25rem )) {
  .about-us {
    padding-bottom: clamp( 1.25rem , 0.2028795812rem  +  5.2356020942vw , 6.25rem );
  }
}

@supports not (padding-bottom: clamp( 1.25rem , 0.2028795812rem  +  5.2356020942vw , 6.25rem )) {
  .about-us {
    padding-bottom: calc(1.25rem + 5 * (100vw - 20rem) / 95.5);
  }
}

.no-webp .about-us__container_wide{
  background: url("../img/bout-us_bg.jpg") right center no-repeat; }

.about-us__container_wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@supports (min-height: clamp( 25rem , 21.4005235602rem  +  17.997382199vw , 42.1875rem )) {
  .about-us__container_wide {
    min-height: clamp( 25rem , 21.4005235602rem  +  17.997382199vw , 42.1875rem );
  }
}

@supports not (min-height: clamp( 25rem , 21.4005235602rem  +  17.997382199vw , 42.1875rem )) {
  .about-us__container_wide {
    min-height: calc(25rem + 17.1875 * (100vw - 20rem) / 95.5);
  }
}

.about-us__text {
  font-weight: 400;
  max-width: 791px;
  padding-left: 30px;
  margin-left: -15px;
  background-color: #fff;
  border-right: 15px solid #44C697;
}

@supports (font-size: clamp( 0.875rem , 0.8226439791rem  +  0.2617801047vw , 1.125rem )) {
  .about-us__text {
    font-size: clamp( 0.875rem , 0.8226439791rem  +  0.2617801047vw , 1.125rem );
  }
}

@supports not (font-size: clamp( 0.875rem , 0.8226439791rem  +  0.2617801047vw , 1.125rem )) {
  .about-us__text {
    font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / 95.5);
  }
}

@supports (padding-right: clamp( 0.9375rem , 0.4793848168rem  +  2.2905759162vw , 3.125rem )) {
  .about-us__text {
    padding-right: clamp( 0.9375rem , 0.4793848168rem  +  2.2905759162vw , 3.125rem );
  }
}

@supports not (padding-right: clamp( 0.9375rem , 0.4793848168rem  +  2.2905759162vw , 3.125rem )) {
  .about-us__text {
    padding-right: calc(0.9375rem + 2.1875 * (100vw - 20rem) / 95.5);
  }
}

@supports (padding-top: clamp( 0.9375rem , 0.4793848168rem  +  2.2905759162vw , 3.125rem )) {
  .about-us__text {
    padding-top: clamp( 0.9375rem , 0.4793848168rem  +  2.2905759162vw , 3.125rem );
  }
}

@supports not (padding-top: clamp( 0.9375rem , 0.4793848168rem  +  2.2905759162vw , 3.125rem )) {
  .about-us__text {
    padding-top: calc(0.9375rem + 2.1875 * (100vw - 20rem) / 95.5);
  }
}

@supports (padding-bottom: clamp( 0.9375rem , 0.4793848168rem  +  2.2905759162vw , 3.125rem )) {
  .about-us__text {
    padding-bottom: clamp( 0.9375rem , 0.4793848168rem  +  2.2905759162vw , 3.125rem );
  }
}

@supports not (padding-bottom: clamp( 0.9375rem , 0.4793848168rem  +  2.2905759162vw , 3.125rem )) {
  .about-us__text {
    padding-bottom: calc(0.9375rem + 2.1875 * (100vw - 20rem) / 95.5);
  }
}

@supports (margin-bottom: clamp( 0.3125rem , 0.1816099476rem  +  0.6544502618vw , 0.9375rem )) {
  .about-us__text p:not(:last-child) {
    margin-bottom: clamp( 0.3125rem , 0.1816099476rem  +  0.6544502618vw , 0.9375rem );
  }
}

@supports not (margin-bottom: clamp( 0.3125rem , 0.1816099476rem  +  0.6544502618vw , 0.9375rem )) {
  .about-us__text p:not(:last-child) {
    margin-bottom: calc(0.3125rem + 0.625 * (100vw - 20rem) / 95.5);
  }
}

.about-us__text span {
  color: #44C697;
  text-transform: uppercase;
}

@supports (padding-bottom: clamp( 1.25rem , 0.0719895288rem  +  5.890052356vw , 6.875rem )) {
  .questions {
    padding-bottom: clamp( 1.25rem , 0.0719895288rem  +  5.890052356vw , 6.875rem );
  }
}

@supports not (padding-bottom: clamp( 1.25rem , 0.0719895288rem  +  5.890052356vw , 6.875rem )) {
  .questions {
    padding-bottom: calc(1.25rem + 5.625 * (100vw - 20rem) / 95.5);
  }
}

.no-webp .questions__container_wide{
  background: url("../img/questions_bg.jpg") left center no-repeat; }

.questions__container_wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@supports (min-height: clamp( 25rem , 21.4005235602rem  +  17.997382199vw , 42.1875rem )) {
  .questions__container_wide {
    min-height: clamp( 25rem , 21.4005235602rem  +  17.997382199vw , 42.1875rem );
  }
}

@supports not (min-height: clamp( 25rem , 21.4005235602rem  +  17.997382199vw , 42.1875rem )) {
  .questions__container_wide {
    min-height: calc(25rem + 17.1875 * (100vw - 20rem) / 95.5);
  }
}

.form-questions {
  max-width: 513px;
  padding-right: 30px;
  margin-right: -15px;
  background-color: #fff;
  border-left: 15px solid #44C697;
}

@supports (padding-left: clamp( 0.9375rem , 0.4793848168rem  +  2.2905759162vw , 3.125rem )) {
  .form-questions {
    padding-left: clamp( 0.9375rem , 0.4793848168rem  +  2.2905759162vw , 3.125rem );
  }
}

@supports not (padding-left: clamp( 0.9375rem , 0.4793848168rem  +  2.2905759162vw , 3.125rem )) {
  .form-questions {
    padding-left: calc(0.9375rem + 2.1875 * (100vw - 20rem) / 95.5);
  }
}

@supports (padding-top: clamp( 0.9375rem , 0.4793848168rem  +  2.2905759162vw , 3.125rem )) {
  .form-questions {
    padding-top: clamp( 0.9375rem , 0.4793848168rem  +  2.2905759162vw , 3.125rem );
  }
}

@supports not (padding-top: clamp( 0.9375rem , 0.4793848168rem  +  2.2905759162vw , 3.125rem )) {
  .form-questions {
    padding-top: calc(0.9375rem + 2.1875 * (100vw - 20rem) / 95.5);
  }
}

@supports (padding-bottom: clamp( 0.9375rem , 0.4793848168rem  +  2.2905759162vw , 3.125rem )) {
  .form-questions {
    padding-bottom: clamp( 0.9375rem , 0.4793848168rem  +  2.2905759162vw , 3.125rem );
  }
}

@supports not (padding-bottom: clamp( 0.9375rem , 0.4793848168rem  +  2.2905759162vw , 3.125rem )) {
  .form-questions {
    padding-bottom: calc(0.9375rem + 2.1875 * (100vw - 20rem) / 95.5);
  }
}

.form-questions__title {
  text-align: center;
  font-weight: 700;
}

@supports (font-size: clamp( 1.5rem , 1.3429319372rem  +  0.7853403141vw , 2.25rem )) {
  .form-questions__title {
    font-size: clamp( 1.5rem , 1.3429319372rem  +  0.7853403141vw , 2.25rem );
  }
}

@supports not (font-size: clamp( 1.5rem , 1.3429319372rem  +  0.7853403141vw , 2.25rem )) {
  .form-questions__title {
    font-size: calc(1.5rem + 0.75 * (100vw - 20rem) / 95.5);
  }
}

@supports (margin-bottom: clamp( 1.25rem , 1.1191099476rem  +  0.6544502618vw , 1.875rem )) {
  .form-questions__title {
    margin-bottom: clamp( 1.25rem , 1.1191099476rem  +  0.6544502618vw , 1.875rem );
  }
}

@supports not (margin-bottom: clamp( 1.25rem , 1.1191099476rem  +  0.6544502618vw , 1.875rem )) {
  .form-questions__title {
    margin-bottom: calc(1.25rem + 0.625 * (100vw - 20rem) / 95.5);
  }
}

.form-questions__name,
.form-questions__number {
  font-size: 1.25rem;
  border: 1px solid #1E2E36;
  border-radius: 3px;
  width: 100%;
  height: 51px;
  margin-bottom: 15px;
  padding: 15px;
}

.form-questions__number::-webkit-input-placeholder, .form-questions__name::-webkit-input-placeholder {
  opacity: 0.6;
  font-size: 20px;
  -webkit-box-align: center;
          align-items: center;
}

.form-questions__number::-moz-placeholder, .form-questions__name::-moz-placeholder {
  opacity: 0.6;
  font-size: 20px;
  align-items: center;
}

.form-questions__number:-ms-input-placeholder, .form-questions__name:-ms-input-placeholder {
  opacity: 0.6;
  font-size: 20px;
  -ms-flex-align: center;
      align-items: center;
}

.form-questions__number::-ms-input-placeholder, .form-questions__name::-ms-input-placeholder {
  opacity: 0.6;
  font-size: 20px;
  -ms-flex-align: center;
      align-items: center;
}

.form-questions__number::placeholder,
.form-questions__name::placeholder {
  opacity: 0.6;
  font-size: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-questions__btn {
  font-weight: 700;
  width: 100%;
  padding: 14px 0;
  background: #44C697;
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
}

@supports (margin-bottom: clamp( 1.25rem , 1.1191099476rem  +  0.6544502618vw , 1.875rem )) {
  .form-questions__btn {
    margin-bottom: clamp( 1.25rem , 1.1191099476rem  +  0.6544502618vw , 1.875rem );
  }
}

@supports not (margin-bottom: clamp( 1.25rem , 1.1191099476rem  +  0.6544502618vw , 1.875rem )) {
  .form-questions__btn {
    margin-bottom: calc(1.25rem + 0.625 * (100vw - 20rem) / 95.5);
  }
}

.form-questions__text {
  max-width: 395px;
  text-align: left;
  font-weight: 400;
  font-size: 18px;
}

.form-questions__text span {
  font-weight: 700;
}

/**
 * Swiper 9.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 15, 2023
 */

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
       -o-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide,
swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@media (max-width: 1200px) {
  .top-header__phone::before {
    top: -12px;
  }
}

@media (max-width: 1100px) {
  .top-header__social-title {
    display: none;
  }
}

@media (max-width: 880.98px) {
  .category__item {
    max-width: 50%;
    min-width: 15rem;
  }
}

@media (max-width: 79.6875em) {
  .adv__inner-hidden {
    width: inherit;
  }

@supports (width: clamp( 15.9375rem , 10.8066099476rem  +  25.6544502618vw , 31.25rem )) {
    .adv__inner-hidden {
      width: clamp( 15.9375rem , 10.8066099476rem  +  25.6544502618vw , 31.25rem );
    }
}

@supports not (width: clamp( 15.9375rem , 10.8066099476rem  +  25.6544502618vw , 31.25rem )) {
    .adv__inner-hidden {
      width: calc(15.9375rem + 15.3125 * (100vw - 20rem) / 59.6875);
    }
}
}

@media (max-width: 61.99875em) {
  .slider__window {
    border-left: 10px solid #44C697;
  }

  .slider__window button {
    padding: 10px 30px;
  }

  .filter-category__item-img {
    display: none;
  }

  .category__item:hover .item-box__hit::before,
  .category__item:hover .item-box__new::before,
  .category__item:hover .item-box__action::after {
    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
  }

  .category__item:hover .item-box__body,
  .category__item:hover .item-box__picture {
    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
  }

  .about-us__container_wide {
    background-size: cover;
  }

  .about-us__text {
    border-right: 10px solid #44C697;
  }

  .questions__container_wide {
    background-size: cover;
  }

  .form-questions {
    border-left: 10px solid #44C697;
  }
}

@media (max-width: 47.99875em) {
  .header-spollers__title {
    top: -8px;
    right: -15px;
  }

  .header-spollers__body li:not(:last-child) {
    margin-bottom: 15px;
  }

  .menu__body {
    overflow: auto;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -110%;
    -webkit-transition: left 0.3s ease 0s;
    -o-transition: left 0.3s ease 0s;
    transition: left 0.3s ease 0s;
    z-index: 44;
  }

@supports (margin-top: clamp( 2.5rem , 2.2513089005rem  +  1.2434554974vw , 3.6875rem )) {
    .menu__body {
      margin-top: clamp( 2.5rem , 2.2513089005rem  +  1.2434554974vw , 3.6875rem );
    }
}

@supports not (margin-top: clamp( 2.5rem , 2.2513089005rem  +  1.2434554974vw , 3.6875rem )) {
    .menu__body {
      margin-top: calc(2.5rem + 1.1875 * (100vw - 20rem) / 95.5);
    }
}

  .menu-open .menu__body {
    left: 0;
  }

  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    background-color: #fff;
    padding-top: 3.75rem;
    gap: 20px;
  }

  .menu__link {
    font-size: 1.125rem;
  }

  .spollers__btn-img {
    width: 18px;
    height: 20px;
  }

  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    cursor: pointer;
    z-index: 44;
  }

  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    z-index: 44;
    background-color: #000;
  }

  .icon-menu::before {
    top: 0;
  }

  .icon-menu::after {
    bottom: 0;
  }

  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }

  .menu-open .icon-menu span {
    width: 0;
  }

  .menu-open .icon-menu::before {
    top: calc(50% - 0.0625rem);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .menu-open .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .category__item:hover .item-box__hit::before,
  .category__item:hover .item-box__new::before,
  .category__item:hover .item-box__action::after {
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
  }

  .category__item:hover .item-box__body,
  .category__item:hover .item-box__picture {
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
  }

  .about-us__container_wide {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .questions__container_wide {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (max-width: 38.99875em) {
@supports (width: clamp( 18.75rem , 9.5876963351rem  +  45.8115183246vw , 62.5rem )) {
    .adv__inner-hidden {
      width: clamp( 18.75rem , 9.5876963351rem  +  45.8115183246vw , 62.5rem );
    }
}

@supports not (width: clamp( 18.75rem , 9.5876963351rem  +  45.8115183246vw , 62.5rem )) {
    .adv__inner-hidden {
      width: calc(18.75rem + 43.75 * (100vw - 20rem) / 95.5);
    }
}
}

@media (max-width: 34.74875em) {
  .swiperAdv-button-prev {
    top: 45%;
    left: 0;
  }

  .swiperAdv-button-next {
    top: 45%;
    right: 0;
  }
}

@media (max-width: 29.99875em) {
  .new-sofa__wrapper {
    height: 500px;
    width: 100%;
  }

  .new-sofa__slide img {
    height: 100%;
    width: 100%;
  }

  .swiper-autoheight,
  .swiper-autoheight .swiper-slide {
    height: 300px !important;
    width: 100%;
  }

@supports (top: clamp( -2.9375rem , -3.5625781348rem  +  3.1253906738vw , -2.625rem )) {
    .swiper-button-prev {
      top: clamp( -2.9375rem , -3.5625781348rem  +  3.1253906738vw , -2.625rem );
    }
}

@supports not (top: clamp( -2.9375rem , -3.5625781348rem  +  3.1253906738vw , -2.625rem )) {
    .swiper-button-prev {
      top: calc(-2.9375rem + 0.3125 * (100vw - 20rem) / 9.99875);
    }
}

@supports (left: clamp( 8.4375rem , -0.9386720215rem  +  46.8808601075vw , 13.125rem )) {
    .swiper-button-prev {
      left: clamp( 8.4375rem , -0.9386720215rem  +  46.8808601075vw , 13.125rem );
    }
}

@supports not (left: clamp( 8.4375rem , -0.9386720215rem  +  46.8808601075vw , 13.125rem )) {
    .swiper-button-prev {
      left: calc(8.4375rem + 4.6875 * (100vw - 20rem) / 9.99875);
    }
}

@supports (top: clamp( -2.8125rem , -3.4375781348rem  +  3.1253906738vw , -2.5rem )) {
    .swiper-button-next {
      top: clamp( -2.8125rem , -3.4375781348rem  +  3.1253906738vw , -2.5rem );
    }
}

@supports not (top: clamp( -2.8125rem , -3.4375781348rem  +  3.1253906738vw , -2.5rem )) {
    .swiper-button-next {
      top: calc(-2.8125rem + 0.3125 * (100vw - 20rem) / 9.99875);
    }
}

@supports (left: clamp( 10.9375rem , 0.6862185898rem  +  51.2564070509vw , 16.0625rem )) {
    .swiper-button-next {
      left: clamp( 10.9375rem , 0.6862185898rem  +  51.2564070509vw , 16.0625rem );
    }
}

@supports not (left: clamp( 10.9375rem , 0.6862185898rem  +  51.2564070509vw , 16.0625rem )) {
    .swiper-button-next {
      left: calc(10.9375rem + 5.125 * (100vw - 20rem) / 9.99875);
    }
}

  .slider__window {
    border-left: 5px solid #44C697;
    position: relative;
    width: 100%;
    left: 0;
    padding-right: 15px;
  }

@supports (height: clamp( 16.25rem , 12.4995311914rem  +  18.752344043vw , 18.125rem )) {
    .slider__window {
      height: clamp( 16.25rem , 12.4995311914rem  +  18.752344043vw , 18.125rem );
    }
}

@supports not (height: clamp( 16.25rem , 12.4995311914rem  +  18.752344043vw , 18.125rem )) {
    .slider__window {
      height: calc(16.25rem + 1.875 * (100vw - 20rem) / 9.99875);
    }
}

  .slider__window button {
    padding: 8px 15px;
  }

  .filter-category__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .filter-category__item {
    width: calc(33.33% - 20px);
  }

  .category__item {
    max-width: 100%;
    min-width: 100%;
  }

  .category__item:hover .item-box__hit::before,
  .category__item:hover .item-box__new::before,
  .category__item:hover .item-box__action::after {
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
  }

  .category__item:hover .item-box__body,
  .category__item:hover .item-box__picture {
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
  }

  .about-us__container_wide {
    background: none;
    height: unset;
  }

  .about-us__text {
    border-right: 5px solid #44C697;
    padding-left: 7px;
    margin-left: 0;
  }

  .questions__container_wide {
    background: none;
    height: unset;
  }

  .form-questions {
    border-left: 5px solid #44C697;
    padding-right: 7px;
    margin-right: 0;
  }
}

@media (max-width: 29.9375em) {
  .filter-category__item-title {
    font-size: inherit;
  }
}

@media (max-width: 25.06125em) {
@supports (width: clamp( 15.625rem , 14.9705497382rem  +  3.2722513089vw , 18.75rem )) {
    .adv__inner-hidden {
      width: clamp( 15.625rem , 14.9705497382rem  +  3.2722513089vw , 18.75rem );
    }
}

@supports not (width: clamp( 15.625rem , 14.9705497382rem  +  3.2722513089vw , 18.75rem )) {
    .adv__inner-hidden {
      width: calc(15.625rem + 3.125 * (100vw - 20rem) / 95.5);
    }
}
}

@media (max-width: 79.6875em) and (min-width: 79.6875em) {
  .adv__inner-hidden {
    width: inherit;
  }
}

.webp .footer__container_wide{ background: url(../img/footer-bg.webp) right center no-repeat; }

.webp .about-us__container_wide{ background: url(../img/bout-us_bg.webp) right center no-repeat; }

.webp .questions__container_wide{ background: url(../img/questions_bg.webp) left center no-repeat; }