@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap);
* {
  margin: 0;
  padding: 0;
  border: 0;
}
.page__content *,
.woocommerce-Tabs-panel--description *{
  all: revert;
}
*,
*::after,
*::before {
  box-sizing: border-box
}
*::after,
*::before {
  display: inline-block
}
body,
html {
  height: 100%;
  min-width: 420px
}
html {
  scroll-behavior: smooth
}
body {
  color: #484747;
  line-height: normal;
  font-family: Inter;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
button,
input,
textarea {
  font-family: Inter;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent
}
input,
textarea {
  width: 100%
}
button,
option,
select {
  cursor: pointer
}
a {
  display: inline-block;
  color: inherit;
  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;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden
}
@supports (overflow:clip) {
  .wrapper {
    overflow: clip
  }
}
.wrapper > main {
  flex: 1 1 auto
}
.wrapper > * {
  min-width: 0
}
[class*=__container] {
  max-width: 84.0625rem;
  margin: 0 auto;
  padding: 0 .9375rem
}
.menu__body .contacts {
  display: none
}
.menu__head {
  display: none;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding-top: 4px;
  padding-bottom: 3px;
  background: #e1c2f7;
  padding-left: 15px;
  padding-right: 15px
}
.menu__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap
}
.menu__list a {
  font-weight: 600;
  transition: .3s
}
.menu__body.menu-open {
  left: 0
}
.menu__body.menu-open::before {
  left: 0;
  background: #e1c2f7
}
.icon-menu {
  display: none
}
.icon-menu.menu-open span {
  width: 0
}
.icon-menu.menu-open::before {
  top: calc(50% - .0625rem);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.icon-menu.menu-open::after {
  bottom: calc(50% - .0625rem);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
body::after {
  content: "";
  background-color: rgba(0,0,0,.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .8s ease 0s;
  pointer-events: none;
  z-index: 149
}
.popup-show body::after {
  opacity: 1
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  transition: visibility .8s ease 0s;
  visibility: hidden;
  pointer-events: none
}
.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto
}
.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1)
}
.popup__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}
.popup__content {
  position: relative;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: -webkit-transform .3s ease 0s;
  transition: transform .3s ease 0s;
  transition: transform .3s ease 0s,-webkit-transform .3s ease 0s;
  background-color: #eee;
  padding: 50px 20px 30px;
  width: 100%;
  max-width: 900px;
  border-radius: 20px
}
.lock .popup__content {
  visibility: visible
}
.popup__close {
  position: absolute;
  right: 30px;
  top: 30px
}
.popup__close svg {
  height: 25px;
  width: 25px
}
.popup__title {
  text-align: center;
  margin-bottom: 30px
}
.spollers__title {
  width: 100%;
  position: relative;
  list-style: none
}
.spollers__title::-webkit-details-marker,
.spollers__title::marker {
  display: none
}
._spoller-init .spollers__title {
  cursor: pointer
}
._spoller-init .spollers__title::after,
._spoller-init .spollers__title::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  background-color: #484747;
  height: 2px;
  width: 10px;
  transition: -webkit-transform .5s ease 0s;
  transition: transform .5s ease 0s;
  transition: transform .5s ease 0s,-webkit-transform .5s ease 0s
}
._spoller-init .spollers__title::before {
  -webkit-transform: translate(-75%,-50%) rotate(40deg);
  transform: translate(-75%,-50%) rotate(40deg)
}
._spoller-init .spollers__title::after {
  -webkit-transform: translate(0,-50%) rotate(-40deg);
  transform: translate(0,-50%) rotate(-40deg)
}
._spoller-init .spollers__title._spoller-active::before {
  -webkit-transform: translateX(-75%) rotate(-40deg);
  transform: translateX(-75%) rotate(-40deg)
}
._spoller-init .spollers__title._spoller-active::after {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg)
}
.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.ibg--top {
  -o-object-position: top;
  object-position: top
}
.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom
}
.ibg--left {
  -o-object-position: left;
  object-position: left
}
.ibg--right {
  -o-object-position: right;
  object-position: right
}
.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain
}
h1 {
  text-transform: uppercase;
  font-weight: 600
}
h2 {
  font-weight: 600
}
h3 {
  font-size: 32px;
  font-weight: 600
}
h4 {
  font-weight: 600
}
.btn {
  background: #7229a5;
  padding-top: 15px;
  padding-bottom: 16px;
  border-radius: 30px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  transition: .3s
}
.btn--outline {
  border: 1px solid #7229a5;
  background: 0 0;
  min-width: 224px!important;
  color: #484747
}
.block-title {
  text-align: center
}
.social {
  display: flex;
  align-items: center
}
.social__item svg {
  transition: .3s
}
.social__item svg path {
  transition: .3s
}
.number {
  display: flex;
  align-items: center;
  font-weight: 600;
  transition: .3s
}
.none {
  display: none
}
.block-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 35px
}
.container-right {
  padding-left: calc((100% - 1315px)/ 2);
  margin-right: 20px
}
.lock {
  position: fixed;
  width: 100%
}
.page-header {
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover
}
.page-header__inner {
  display: flex;
  flex-direction: column;
  background: rgba(255,255,255,.8);
  border-radius: 30px
}
.page-header__title {
  text-align: center
}
.header {
  background: #fff;
  box-shadow: 0 4px 4px rgba(0,0,0,.1);
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3
}
.header._header-scroll {
  top: -200%;
  background: #fff
}
.header._header-show {
  top: 0;
  transition: .3s;
  width: 100%;
  z-index: 5;
  box-shadow: 0 4px 25px -8px rgba(0,0,0,.41)
}
.header .custom-logo-link img {
  height: 100%
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding-top: 10px;
  padding-bottom: 10px
}
.header__center {
  display: flex;
  flex-direction: column;
  row-gap: 20px
}
.header__action {
  display: flex;
  align-items: center;
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px
}
.header__links {
  display: flex;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px
}
.header .account-link,
.header .cart-link,
.header .favorites-link {
  position: relative
}
.header .account-link svg path,
.header .cart-link svg path,
.header .favorites-link svg path {
  transition: .3s
}
.header .counter {
  position: absolute;
  width: 15px;
  height: 15px;
  right: -15px;
  top: -6px;
  background: #7229a5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  text-align: center
}
.footer {
  background: #eeecef
}
.footer__container {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 35px;
  padding-bottom: 60px
}
.footer__content {
  display: flex;
  flex-direction: column
}
.footer__title {
  color: #7229a5
}
.footer-menu__list {
  display: flex;
  flex-direction: column;
  row-gap: 15px
}
.footer-menu__list li {
  list-style: inside
}
.footer-menu__list a {
  font-weight: 600;
  transition: .3s
}
.contacts__list {
  display: flex;
  flex-direction: column
}
.contacts__item a,
.contacts__item p {
  display: flex;
  align-items: center;
  font-weight: 600;
  gap: 6px
}
.contacts__item a {
  transition: .3s
}
.copyright {
  text-align: center;
  padding: 12px 15px;
  background: #484747;
  color: #fff
}
.hero {
  background-repeat: no-repeat;
  background-size: cover
}
.hero .container-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px
}
.hero__content {
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 20px;
  justify-content: space-between;
  position: relative;
  z-index: 2
}
.hero__content::before {
  content: "";
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  top: -30px;
  left: -150px;
  background: radial-gradient(81.67% 81.67% at 50% 50%,rgba(114,41,165,.25) 0,rgba(225,194,247,.25) 100%);
  -webkit-filter: blur(60px);
  filter: blur(60px)
}
.hero__label {
  display: flex;
  align-items: center;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  font-weight: 600
}
.hero__label span {
  aspect-ratio: 1/1;
  background: #7229a5;
  color: #fff;
  padding: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center
}
.hero__subtitle {
  color: #7229a5
}
.hero__price {
  display: flex;
  -webkit-column-gap: 33px;
  -moz-column-gap: 33px;
  column-gap: 33px
}
.hero__production {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #7229a5
}
.hero__img {
  height: 100%;
  position: relative;
  z-index: 2
}
.hero__img::before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  background: #7229a5;
  width: 40%;
  top: 0
}
.hero__img-row {
  display: flex
}
.hero__size {
  display: flex;
	flex-direction: column;
}
.hero__size-item {
  display: flex;
  align-items: center;
  text-align: center;
  flex-shrink: 3;
  flex-direction: column;
  font-weight: 600
}
.hero__size-img img {
  width: 100%;
  height: 100%
}
.hero__img-main img {
  height: 100%;
  width: 100%;
  border-radius: 30px;
  -o-object-fit: cover;
  object-fit: cover
}
.products__items {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(320px,1fr))
}
.product-card {
  background: #fff;
  box-shadow: 0 4px 4px rgba(0,0,0,.1);
  border-radius: 30px;
  display: flex;
    flex-direction: column;
}
.product-card__img {
  overflow: hidden;
  border-radius: 30px
}
.product-card__img img {
  width: 100%;
  transition: .3s
}
.product-card__body {
  padding: 12px 12px 30px;
  display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.product-card__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 9px;
  gap: 15px;
  border-bottom: 1px solid #d9d9d9
}
.product-card__title {
  text-align: center;
  padding-top: 20px;
  max-width: 306px;
  margin: 0 auto;
  display: block
}
.product-card__title:not(:last-child) {
  margin-bottom: 30px
}
.product-card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px 15px;
      margin-top: auto;
}
.product-card .price {
  color: #7229a5
}
.price {
  font-weight: 600
}
.features__list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px 30px;
  counter-reset: list-counter;
  list-style: none
}
.feature {
  border: 1px solid #7229a5;
  border-radius: 30px
}
.feature:nth-child(6n+1),
.feature:nth-child(6n+2) {
  position: relative
}
.feature:nth-child(6n+1)::after,
.feature:nth-child(6n+2)::after {
  content: "";
  width: 165px;
  height: 165px;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  background: radial-gradient(81.67% 81.67% at 50% 50%,rgba(114,41,165,.25) 0,rgba(225,194,247,.25) 100%);
  -webkit-filter: blur(60px);
  filter: blur(60px)
}
.feature__inner {
  display: flex
}
.feature__inner::before {
  content: counter(list-counter);
  counter-increment: list-counter;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: #7229a5;
  flex-shrink: 0;
  border-radius: 15px
}
.gallery {
  background: #f4e5ff
}
.gallery__container {
  position: relative;
  z-index: 2
}
.gallery__container::before {
  content: "";
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  top: 20px;
  left: -10%;
  background: radial-gradient(81.67% 81.67% at 50% 50%,rgba(114,41,165,.25) 0,rgba(225,194,247,.25) 100%);
  -webkit-filter: blur(60px);
  filter: blur(60px)
}
.gallery__container::after {
  content: "";
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: -10%;
  background: radial-gradient(81.67% 81.67% at 50% 50%,rgba(114,41,165,.25) 0,rgba(225,194,247,.25) 100%);
  -webkit-filter: blur(60px);
  filter: blur(60px)
}
.gallery__slide {
  background: #fff;
  border-radius: 30px
}
.gallery__slide img {
  max-width: 100%;
  width: 100%;
  transition: .3s;
  -o-object-fit: cover;
  object-fit: cover
}
.gallery__image {
  overflow: hidden;
  border-radius: 30px
}
.production__inner {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 30px
}
.production__text:not(:last-child) {
  margin-bottom: 30px
}
.production__item {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 30px
}
.production__item:not(:last-child) {
  margin-bottom: 35px
}
.production__item-img {
  flex-shrink: 0
}
.production__item-img img {
  border-radius: 30px;
  aspect-ratio: 1/1
}
.production__item-title:not(:last-child) {
  margin-bottom: 15px
}
.production__item-price {
  display: flex;
  align-items: flex-end;
  gap: 5px
}
.production__item-price h3 {
  font-weight: 400
}
.production__img {
  position: relative
}
.production__img::before {
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 51.824818%;
  position: absolute;
  z-index: -1;
  background: #7229a5;
  border-radius: 30px
}
.production__img-decor {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -o-object-fit: contain;
  object-fit: contain;
  color: rgba(114,41,165,.2)
}
.production__img-main {
  border-radius: 30px;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.questions__items {
  display: flex;
  flex-direction: column;
  row-gap: 7px
}
.questions__img {
  height: 100%;
  display: grid;
  position: relative
}
.questions__img img {
  border-radius: 30px
}
.questions__img-big {
  position: relative
}
.questions__img-big::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background: #c997ec;
  border-radius: 30px
}
.questions__img-big img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.questions__img-small {
  position: absolute;
  z-index: 2;
  max-width: 306px;
  aspect-ratio: 1/1;
  bottom: 0;
  right: 0
}
.question {
  border: 1px solid #7229a5;
  border-radius: 30px;
  padding-bottom: 4px
}
.question__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-weight: 600
}
.question__content {
  padding-bottom: 10px
}
.testimonials {
  background: #f4e5ff
}
.testimonials__container {
  position: relative;
  z-index: 2
}
.testimonials__container::before {
  content: "";
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  top: 20px;
  left: -10%;
  background: radial-gradient(81.67% 81.67% at 50% 50%,rgba(114,41,165,.25) 0,rgba(225,194,247,.25) 100%);
  -webkit-filter: blur(60px);
  filter: blur(60px)
}
.testimonials__container::after {
  content: "";
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: -10%;
  background: radial-gradient(81.67% 81.67% at 50% 50%,rgba(114,41,165,.25) 0,rgba(225,194,247,.25) 100%);
  -webkit-filter: blur(60px);
  filter: blur(60px)
}
.testimonials__slider {
  padding-top: 15px!important;
  padding-left: 15px!important
}
.testimonial {
  position: relative
}
.testimonial::before {
  content: "";
  position: absolute;
  background: #7229a5;
  border-radius: 30px;
  top: -15px;
  left: -15px;
  z-index: -1
}
.testimonial__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 30px;
  background: #fff
}
.testimonial__avatar img {
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover
}
.testimonial__name {
  font-weight: 600
}
.testimonial__text {
  text-align: center
}
.swiper-controls {
  display: flex;
  align-items: center;
  justify-content: center
}
.swiper-controls svg {
  transition: .3s
}
.swiper-controls svg path {
  transition: .3s
}
.swiper-button-disabled svg path {
  fill: #d1c9d7
}
.feedback__inner {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 35px 30px
}
.feedback__left img {
  border-radius: 30px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%
}
.feedback__form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 20px
}
.feedback__input,
.feedback__textarea {
  border: 1px solid #7229a5;
  border-radius: 30px;
  padding-top: 12px
}
.feedback__textarea {
  resize: none
}
.feedback__btn {
  margin-top: 10px
}
.catalog__container {
  display: grid;
  grid-template-columns: 4fr 8fr;
  gap: 30px
}
.catalog__grid {
  display: grid;
  grid-template-columns: 1fr 1fr
}
.catalog__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 15px;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px
}
.catalog__head:not(:last-child) {
  margin-bottom: 30px
}
.filters {
  max-width: 306px
}
.filters__head {
  display: none;
  align-items: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  justify-content: space-between;
  margin-bottom: 40px
}
.filters__title {
  display: flex;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px
}
.filters__title svg {
  margin-top: 5px
}
.filters-icon {
  display: none
}
.single-product__container {
  display: flex
}
.single-product__title {
  padding-bottom: 15px;
  border-bottom: 1px solid #a2a89f
}
.single-product__title:not(:last-child) {
  margin-bottom: 30px
}
.single-product__descr:not(:last-child) {
  margin-bottom: 15px
}
.single-product__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap
}
@font-face {
  font-family: lg;
  src: url(data:font/woff2;base64,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) format("woff2"),url(data:font/woff;base64,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) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block
}
.lg-icon {
  font-family: lg!important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.lg-container {
  font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}
.lg-next,
.lg-prev {
  background-color: rgba(0,0,0,.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  outline: 0;
  border: none
}
.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0!important;
  cursor: default
}
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff
}
.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none
}
.lg-next {
  right: 20px
}
.lg-next:before {
  content: "\e095"
}
.lg-prev {
  left: 20px
}
.lg-prev:after {
  content: "\e094"
}
@-webkit-keyframes lg-right-end {
  0% {
    left: 0
  }
  50% {
    left: -30px
  }
  100% {
    left: 0
  }
}
@keyframes lg-right-end {
  0% {
    left: 0
  }
  50% {
    left: -30px
  }
  100% {
    left: 0
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0
  }
  50% {
    left: 30px
  }
  100% {
    left: 0
  }
}
@keyframes lg-left-end {
  0% {
    left: 0
  }
  50% {
    left: 30px
  }
  100% {
    left: 0
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end .3s;
  animation: lg-right-end .3s;
  position: relative
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end .3s;
  animation: lg-left-end .3s;
  position: relative
}
.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}
.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg,rgba(0,0,0,0),rgba(0,0,0,.4))
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none!important;
  outline: medium none;
  will-change: color;
  transition: color .2s linear;
  background: 0 0;
  border: none;
  box-shadow: none
}
.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px
}
.lg-toolbar .lg-icon:hover {
  color: #fff
}
.lg-toolbar .lg-close:after {
  content: "\e070"
}
.lg-toolbar .lg-maximize {
  font-size: 22px
}
.lg-toolbar .lg-maximize:after {
  content: "\e90a"
}
.lg-toolbar .lg-download:after {
  content: "\e0f2"
}
.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  transition: opacity .2s ease-out 0s
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0
}
.lg-sub-html a {
  color: inherit
}
.lg-sub-html a:hover {
  text-decoration: underline
}
.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.6))
}
.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0
}
.lg-error-msg {
  font-size: 14px;
  color: #999
}
.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle
}
.lg-closing .lg-next,
.lg-closing .lg-prev,
.lg-closing .lg-sub-html,
.lg-closing .lg-toolbar {
  opacity: 0;
  transition: opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear,-webkit-transform .08 cubic-bezier(0,0,.25,1) 0s;
  transition: transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear;
  transition: transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear,-webkit-transform .08 cubic-bezier(0,0,.25,1) 0s
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  -webkit-transform: scale3d(.5,.5,.5);
  transform: scale3d(.5,.5,.5);
  will-change: transform,opacity;
  transition: opacity 250ms cubic-bezier(0,0,.25,1),-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s!important;
  transition: transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;
  transition: transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1),-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s!important
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  opacity: 1;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1)
}
.lg-group:after {
  content: "";
  display: table;
  clear: both
}
.lg-container {
  display: none;
  outline: 0
}
.lg-container.lg-show {
  display: block
}
.lg-on {
  scroll-behavior: unset
}
.lg-hide-sub-html .lg-sub-html,
.lg-next,
.lg-pager-outer,
.lg-prev,
.lg-toolbar {
  opacity: 0;
  will-change: transform,opacity;
  transition: opacity .25s cubic-bezier(0,0,.25,1) 0s,-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;
  transition: transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s;
  transition: transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s,-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s
}
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer,
.lg-show-in .lg-prev,
.lg-show-in .lg-toolbar {
  opacity: 1
}
.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1
}
.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0)
}
.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px,0,0);
  transform: translate3d(10px,0,0)
}
.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0,-10px,0);
  transform: translate3d(0,-10px,0)
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0,20px,0);
  transform: translate3d(0,20px,0)
}
.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: .001;
  outline: 0;
  will-change: auto;
  overflow: hidden;
  transition: opacity .15s ease 0s
}
.lg-outer * {
  box-sizing: border-box
}
.lg-outer.lg-zoom-from-image {
  opacity: 1
}
.lg-outer.lg-visible {
  opacity: 1
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide {
  transition-duration: inherit!important;
  transition-timing-function: inherit!important
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  transition-duration: 0s!important;
  opacity: 1
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing
}
.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}
.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transition: opacity 0s;
  white-space: nowrap
}
.lg-outer .lg-item {
  will-change: transform,opacity;
  display: none!important
}
.no-webp .lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url(data:image/gif;base64,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) no-repeat scroll center center transparent
}
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block!important
}
.lg-outer.lg-css .lg-current {
  display: inline-block!important
}
.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%
}
.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle
}
.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0
}
.lg-outer .lg-item.lg-complete {
  background-image: none
}
.lg-outer .lg-item.lg-current {
  z-index: 1060
}
.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative
}
.lg-outer .lg-empty-html .lg-sub-html,
.lg-outer .lg-empty-html.lg-sub-html {
  display: none
}
.lg-outer.lg-hide-download .lg-download {
  opacity: .75;
  pointer-events: none
}
.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  opacity: 1
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity .2s ease-out .15s
}
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  transition: opacity 333ms ease-in 0s
}
.lg-backdrop.in {
  opacity: 1
}
.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  transition: none 0s ease 0s!important
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.lg-css3.lg-fade .lg-item {
  opacity: 0
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1
}
.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  transition: opacity .1s ease 0s
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  transition: -webkit-transform 1s cubic-bezier(.175,.885,.32,1.275) 0s;
  transition: transform 1s cubic-bezier(.175,.885,.32,1.275) 0s;
  transition: transform 1s cubic-bezier(.175,.885,.32,1.275) 0s,-webkit-transform 1s cubic-bezier(.175,.885,.32,1.275) 0s
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
  transition: transform 1s cubic-bezier(0,0,.25,1) 0s;
  transition: transform 1s cubic-bezier(0,0,.25,1) 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0)
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0)
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  opacity: 1
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transition: opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
  transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
  transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s
}
.lg-container {
  display: none
}
.lg-container.lg-show {
  display: block
}
.lg-container.lg-dragging-vertical .lg-backdrop {
  transition-duration: 0s!important
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  transition-duration: 0s!important;
  opacity: 1
}
.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute
}
.lg-inline .lg-backdrop {
  z-index: 1
}
.lg-inline .lg-outer {
  z-index: 2
}
.lg-inline .lg-maximize:after {
  content: "\e909"
}
.lg-components {
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
  will-change: transform;
  transition: -webkit-transform .35s ease-out 0s;
  transition: transform .35s ease-out 0s;
  transition: transform .35s ease-out 0s,-webkit-transform .35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0
}
@media (min-width:61.99875em) and (min-width:120em) {
  .hero__img-row {
    max-height: 50.375rem
  }
}
@media (min-width:61.99875em) {
  .feature:nth-child(6n+1)::after,
  .feature:nth-child(6n+2)::after {
    bottom: -90px;
    right: -98px
  }
  .production__item-content {
    max-width: 194px
  }
  .questions__img {
    max-height: 442px
  }
  .questions__img-big img {
    max-width: 506px;
    max-height: 346px
  }
}
@media (min-width:82.1875em) {
  .menu__list {
    -webkit-column-gap: 2.8125rem;
    -moz-column-gap: 2.8125rem;
    column-gap: 2.8125rem
  }
  h2 {
    font-size: 3rem
  }
  .block-grid {
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem
  }
  .questions__img-big {
    margin-bottom: 6rem
  }
  .questions__img-big {
    margin-right: 8.5625rem
  }
  .questions__img-small {
    max-width: 19.125rem
  }
}
@media (min-width:84.0625em) {
  body {
    font-size: 1rem
  }
  h4 {
    font-size: 1.5rem
  }
  .btn {
    min-width: 12.125rem
  }
  .btn--small {
    min-width: 11.4375rem
  }
  .block-title:not(:last-child) {
    margin-bottom: 3.75rem
  }
  .social {
    -webkit-column-gap: .9375rem;
    -moz-column-gap: .9375rem;
    column-gap: .9375rem
  }
  .number {
    -webkit-column-gap: .375rem;
    -moz-column-gap: .375rem;
    column-gap: .375rem
  }
  .number svg {
    width: 1.5625rem
  }
  .number svg {
    height: 1.5625rem
  }
  .page-header__container {
    padding-top: 3.125rem
  }
  .page-header__container {
    padding-bottom: 3.125rem
  }
  .page-header__inner {
    row-gap: 1.5625rem
  }
  .page-header__inner {
    padding: 3.125rem
  }
  .header .custom-logo-link img {
    max-width: 9.75rem
  }
  .footer__container {
    padding-top: 4.6875rem
  }
  .footer__logo:not(:last-child) {
    margin-bottom: 1.625rem
  }
  .footer__text:not(:last-child) {
    margin-bottom: 3.125rem
  }
  .footer-menu__title:not(:last-child) {
    margin-bottom: 2.1875rem
  }
  .contacts__title:not(:last-child) {
    margin-bottom: 1.5625rem
  }
  .contacts__list {
    row-gap: .8125rem
  }
  .contacts__list:not(:last-child) {
    margin-bottom: 2.8125rem
  }
  .hero__content::before {
    width: 18.75rem
  }
  .hero__content::before {
    height: 18.75rem
  }
  .hero__img::before {
    left: 14.0625rem
  }
  .hero__img-row {
    -webkit-column-gap: 2.875rem;
    -moz-column-gap: 2.875rem;
    column-gap: 2.875rem
  }
  .products__items {
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem
  }
  .products__items {
    row-gap: 3.75rem
  }
  .products__container--padd {
    padding-top: 6.25rem
  }
  .price {
    font-size: 1.5rem
  }
  .features__container {
    padding-top: 6.25rem
  }
  .features__container {
    padding-bottom: 6.25rem
  }
  .feature {
    padding-top: 1.875rem
  }
  .feature {
    padding-left: 1.875rem
  }
  .feature {
    padding-right: 1.875rem
  }
  .feature {
    padding-bottom: 3.75rem
  }
  .feature__inner {
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem
  }
  .feature__inner::before {
    font-size: 2.25rem
  }
  .feature__inner::before {
    width: 3.125rem
  }
  .feature__inner::before {
    height: 3.125rem
  }
  .feature__title:not(:last-child) {
    margin-bottom: 1.25rem
  }
  .gallery__container {
    padding-top: 3.75rem
  }
  .gallery__container {
    padding-bottom: 3.75rem
  }
  .gallery__container::before {
    width: 18.75rem
  }
  .gallery__container::before {
    height: 18.75rem
  }
  .gallery__container::after {
    width: 18.75rem
  }
  .gallery__container::after {
    height: 18.75rem
  }
  .gallery__wrapper:not(:last-child) {
    margin-bottom: 3.75rem
  }
  .gallery__slide {
    padding: .9375rem
  }
  .production__container {
    padding-top: 6.25rem
  }
  .production__container {
    padding-bottom: 6.25rem
  }
  .production__item-img img {
    max-width: 12.125rem
  }
  .production__img::before {
    left: -1.875rem
  }
  .production__img::before {
    right: -1.875rem
  }
  .production__img-decor {
    left: -8.125rem
  }
  .production__img-decor {
    width: 5rem
  }
  .questions__container {
    padding-top: 3.75rem
  }
  .questions__container {
    padding-bottom: 6.25rem
  }
  .questions__img-big::before {
    top: 1.5625rem
  }
  .questions__img-big::before {
    left: 1.375rem
  }
  .question {
    padding-top: 1.0625rem
  }
  .question {
    padding-left: 1.5625rem
  }
  .question {
    padding-right: 1.5625rem
  }
  .question__title:not(:last-child) {
    margin-bottom: .9375rem
  }
  .testimonials__container {
    padding-top: 3.75rem
  }
  .testimonials__container {
    padding-bottom: 3.75rem
  }
  .testimonials__container::before {
    width: 18.75rem
  }
  .testimonials__container::before {
    height: 18.75rem
  }
  .testimonials__container::after {
    width: 18.75rem
  }
  .testimonials__container::after {
    height: 18.75rem
  }
  .testimonials__wrapper:not(:last-child) {
    margin-bottom: 3.75rem
  }
  .testimonial::before {
    width: 5.8125rem
  }
  .testimonial::before {
    height: 5.8125rem
  }
  .testimonial__content {
    padding-top: 1.875rem
  }
  .testimonial__content {
    padding-left: 1.875rem
  }
  .testimonial__content {
    padding-right: 1.875rem
  }
  .testimonial__content {
    padding-bottom: 4.375rem
  }
  .testimonial__avatar:not(:last-child) {
    margin-bottom: 1.25rem
  }
  .testimonial__avatar img {
    width: 5rem
  }
  .testimonial__avatar img {
    height: 5rem
  }
  .testimonial__name:not(:last-child) {
    margin-bottom: 1.875rem
  }
  .swiper-controls {
    -webkit-column-gap: 1.0625rem;
    -moz-column-gap: 1.0625rem;
    column-gap: 1.0625rem
  }
  .swiper-button-next svg,
  .swiper-button-prev svg {
    width: 2rem
  }
  .feedback__container {
    padding-top: 6.25rem
  }
  .feedback__container {
    padding-bottom: 6.25rem
  }
  .feedback__input,
  .feedback__textarea {
    font-size: .875rem
  }
  .feedback__input,
  .feedback__textarea {
    padding-left: 1.75rem
  }
  .feedback__input,
  .feedback__textarea {
    padding-right: 1.75rem
  }
  .feedback__input,
  .feedback__textarea {
    padding-bottom: 1.375rem
  }
  .feedback__textarea {
    min-height: 6.25rem
  }
  .catalog__container {
    padding-top: 6.25rem
  }
  .catalog__container {
    padding-bottom: 6.25rem
  }
  .catalog__grid {
    gap: 1.875rem
  }
  .catalog__descr {
    padding-top: 6.25rem
  }
  .single-product__container {
    gap: 1.875rem
  }
  .single-product__container {
    padding-top: 3.125rem
  }
  .single-product__container {
    padding-bottom: 6.25rem
  }
  .single-product .price:not(:last-child) {
    margin-bottom: 3.125rem
  }
  .single-product__actions {
    gap: 1.875rem
  }
  .single-product__actions:not(:last-child) {
    margin-bottom: 3.125rem
  }
}
@media (min-width:120em) {
  h1 {
    font-size: 4.875rem
  }
  .hero__content {
    padding-top: 7.875rem
  }
  .hero__subtitle {
    font-size: 2rem
  }
  .hero__price-title {
    font-size: 2rem
  }
  .hero__price-value {
    font-size: 4rem
  }
  .hero__price-value span {
    font-size: 2.25rem
  }
  .hero__img {
    padding-top: 4.375rem
  }
  .hero__img {
    padding-bottom: 4.375rem
  }
  .hero__size-item {
    font-size: 3rem
  }
}
@media (max-width:62em) {
  .menu__list {
    -webkit-column-gap: 1.5625rem;
    -moz-column-gap: 1.5625rem;
    column-gap: 1.5625rem
  }
  h1 {
    font-size: 2.25rem
  }
  .block-grid {
    -webkit-column-gap: .625rem;
    -moz-column-gap: .625rem;
    column-gap: .625rem
  }
  .hero__subtitle {
    font-size: .875rem
  }
  .questions__img-big {
    margin-bottom: 3.75rem
  }
  .questions__img-big {
    margin-right: 5.1875rem
  }
}
@media (max-width:48em) {
  h2 {
    font-size: 1.5rem
  }
  .questions__img-small {
    max-width: 11.625rem
  }
}
@media (max-width:87.5em) {
  .hero__img {
    padding-top: 1.875rem
  }
  .hero__img {
    padding-bottom: 1.875rem
  }
}
@media (max-width:84.0625em) {
  .hero .container-right {
    margin-left: 15px
  }
}
@media (max-width:82.1875em) {
  .hero__content {
    padding-top: 2.3125rem
  }
  .hero__price-title {
    font-size: 1rem
  }
  .hero__price-value {
    font-size: 2rem
  }
  .hero__price-value span {
    font-size: 1rem
  }
  .hero__size-item {
    font-size: 1rem
  }
}
@media (max-width:61.99875em) {
  .menu {
    position: absolute
  }
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    overflow: auto;
    padding: 0;
    transition: left .3s;
    background: #fff;
    z-index: 3;
    display: flex;
    flex-direction: column
  }
  .menu__body .contacts {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 35px 0;
    background: #eeecef
  }
  .menu__head {
    display: flex
  }
  .menu__list {
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 15px
  }
  .menu__list li {
    list-style: inside;
    padding-bottom: 15px;
    width: 100%;
    border-bottom: 1px solid #f4e8fc
  }
  .icon-menu {
    display: block;
    position: relative;
    width: 21px;
    height: 16px
  }
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    transition: all .3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: .125rem;
    background-color: #7229a5;
    border-radius: 5px
  }
  .icon-menu::before {
    top: 0
  }
  .icon-menu::after {
    bottom: 0
  }
  .icon-menu span {
    top: calc(50% - .0625rem)
  }
  .hero .container-right {
    grid-template-columns: 1fr
  }
  .hero__content::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
  .hero__content {
    align-items: center;
    padding-bottom: 50px
  }
  .hero__subtitle {
    margin-bottom: 50px
  }
  .hero__title {
    margin-bottom: 20px
  }
  .hero__price {
    margin-bottom: 50px
  }
  .hero__btn {
    margin-bottom: 20px
  }
  .features__list {
    grid-template-columns: 1fr 1fr
  }
  .feature:nth-child(6n+1)::after {
    bottom: -98px;
    left: -70px
  }
  .feature:nth-child(6n+2)::after {
    bottom: -98px;
    right: -40px
  }
  .production__content {
    display: flex;
    flex-direction: column;
    align-items: center
  }
  .production__item {
    justify-content: center
  }
  .questions .block-grid {
    grid-template-columns: 1fr
  }
  .questions__items {
    row-gap: 20px
  }
  .catalog__container {
    grid-template-columns: 1fr
  }
  .catalog__counter {
    width: 100%
  }
  .filters {
    position: fixed;
    top: 0;
    left: -100%;
    background: #fff;
    height: 100%;
    right: 0;
    max-width: 100%;
    padding: 20px;
    z-index: 9;
    transition: .3s
  }
  .filters.opened {
    left: 0
  }
  .filters__head {
    display: flex
  }
  .filters-icon {
    display: block
  }
}
@media (max-width:61.99875em) and (any-hover:none) {
  .icon-menu {
    cursor: default
  }
}
@media (max-width:61.99875em) and (max-width:26.25em) {
  .hero__img::before {
    left: 7.5rem
  }
  .hero__size-item {
    font-size: 1rem
  }
  .questions__img-small {
    max-width: 11.625rem
  }
}
@media (max-width:47.99875em) {
  .block-grid {
    grid-template-columns: 1fr
  }
  .container-right {
    margin-right: 15px
  }
  .header__action {
    display: none
  }
  .footer__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
  }
  .footer-menu {
    order: 1;
    width: 100%;
    display: grid;
    justify-content: center
  }
  .product-card__bottom {
    flex-direction: column
  }
  .product-card__btn {
    min-width: 100%
  }
  .features__list {
    grid-template-columns: 1fr
  }
  .production__inner {
    grid-template-columns: 1fr
  }
  .production__item-content {
    max-width: 187px
  }
  .production__img {
    max-width: 85%;
    margin-left: auto;
    padding-right: 20px
  }
  .production__img::before {
    right: 0
  }
  .production__img {
    order: -1;
    display: flex
  }
  .feedback__inner {
    grid-template-columns: 1fr
  }
  .feedback__form {
    align-items: center
  }
  .single-product__container {
    flex-direction: column
  }
}
@media (max-width:29.99875em) {
  .footer__container {
    align-items: center;
    flex-direction: column
  }
  .footer__content {
    align-items: center
  }
  .footer__title {
    text-align: center
  }
  .footer-menu {
    width: unset
  }
  .contacts {
    order: 1;
    display: flex;
    flex-direction: column;
    align-items: center
  }
  .feature:nth-child(6n+1)::after {
    bottom: -98px;
    left: -90px
  }
  .feature:nth-child(6n+2)::after {
    bottom: -98px;
    right: -60px
  }
  .feature {
    max-width: 345px;
    margin: 0 auto
  }
  .production__item {
    -webkit-column-gap: 53px;
    -moz-column-gap: 53px;
    column-gap: 53px
  }
  .catalog__grid {
    grid-template-columns: 1fr
  }
}
@media (max-width:26.25em) {
  body {
    font-size: .875rem
  }
  h4 {
    font-size: 1.125rem
  }
  .btn {
    min-width: 9.375rem
  }
  .btn--small {
    min-width: 9.375rem
  }
  .block-title:not(:last-child) {
    margin-bottom: 2.1875rem
  }
  .social {
    -webkit-column-gap: .75rem;
    -moz-column-gap: .75rem;
    column-gap: .75rem
  }
  .number {
    -webkit-column-gap: .125rem;
    -moz-column-gap: .125rem;
    column-gap: .125rem
  }
  .number svg {
    width: 1.25rem
  }
  .number svg {
    height: 1.25rem
  }
  .page-header__container {
    padding-top: 1.25rem
  }
  .page-header__container {
    padding-bottom: 1.25rem
  }
  .page-header__inner {
    row-gap: .625rem
  }
  .page-header__inner {
    padding: 1.25rem
  }
  .header .custom-logo-link img {
    max-width: 4.1875rem
  }
  .footer__container {
    padding-top: 2.1875rem
  }
  .footer__logo:not(:last-child) {
    margin-bottom: 1.25rem
  }
  .footer__text:not(:last-child) {
    margin-bottom: 1.25rem
  }
  .footer-menu__title:not(:last-child) {
    margin-bottom: 1.25rem
  }
  .contacts__title:not(:last-child) {
    margin-bottom: 1.25rem
  }
  .contacts__list {
    row-gap: .5rem
  }
  .contacts__list:not(:last-child) {
    margin-bottom: 2.1875rem
  }
  .hero__content::before {
    width: 11.5rem
  }
  .hero__content::before {
    height: 11.5rem
  }
  .hero__img::before {
    left: 7rem
  }
  .hero__img-row {
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem
  }
  .products__items {
    -webkit-column-gap: .9375rem;
    -moz-column-gap: .9375rem;
    column-gap: .9375rem
  }
  .products__items {
    row-gap: 1.25rem
  }
  .products__container--padd {
    padding-top: 3.125rem
  }
  .price {
    font-size: 1.125rem
  }
  .features__container {
    padding-top: 3.75rem
  }
  .features__container {
    padding-bottom: 3.75rem
  }
  .feature {
    padding-top: 1.25rem
  }
  .feature {
    padding-left: 1.25rem
  }
  .feature {
    padding-right: 1.25rem
  }
  .feature {
    padding-bottom: 1.875rem
  }
  .feature__inner {
    -webkit-column-gap: 1.5625rem;
    -moz-column-gap: 1.5625rem;
    column-gap: 1.5625rem
  }
  .feature__inner::before {
    font-size: 1.5rem
  }
  .feature__inner::before {
    width: 2.5rem
  }
  .feature__inner::before {
    height: 2.5rem
  }
  .feature__title:not(:last-child) {
    margin-bottom: .625rem
  }
  .gallery__container {
    padding-top: 2.1875rem
  }
  .gallery__container {
    padding-bottom: 2.1875rem
  }
  .gallery__container::before {
    width: 11.5rem
  }
  .gallery__container::before {
    height: 11.5rem
  }
  .gallery__container::after {
    width: 11.5rem
  }
  .gallery__container::after {
    height: 11.5rem
  }
  .gallery__wrapper:not(:last-child) {
    margin-bottom: 2.1875rem
  }
  .gallery__slide {
    padding: .3125rem
  }
  .production__container {
    padding-top: 3.75rem
  }
  .production__container {
    padding-bottom: 3.75rem
  }
  .production__item-img img {
    max-width: 9.375rem
  }
  .production__img::before {
    left: -1.25rem
  }
  .production__img::before {
    right: -1.25rem
  }
  .production__img-decor {
    left: -4.375rem
  }
  .production__img-decor {
    width: 2.1875rem
  }
  .questions__container {
    padding-top: 2.1875rem
  }
  .questions__container {
    padding-bottom: 2.1875rem
  }
  .questions__img-big::before {
    top: .9375rem
  }
  .questions__img-big::before {
    left: .875rem
  }
  .question {
    padding-top: .9375rem
  }
  .question {
    padding-left: 1.25rem
  }
  .question {
    padding-right: 1.25rem
  }
  .question__title:not(:last-child) {
    margin-bottom: .625rem
  }
  .testimonials__container {
    padding-top: 1.875rem
  }
  .testimonials__container {
    padding-bottom: 1.875rem
  }
  .testimonials__container::before {
    width: 11.5rem
  }
  .testimonials__container::before {
    height: 11.5rem
  }
  .testimonials__container::after {
    width: 11.5rem
  }
  .testimonials__container::after {
    height: 11.5rem
  }
  .testimonials__wrapper:not(:last-child) {
    margin-bottom: 1.875rem
  }
  .testimonial::before {
    width: 5.1875rem
  }
  .testimonial::before {
    height: 5.1875rem
  }
  .testimonial__content {
    padding-top: 1.25rem
  }
  .testimonial__content {
    padding-left: 1.25rem
  }
  .testimonial__content {
    padding-right: 1.25rem
  }
  .testimonial__content {
    padding-bottom: 1.875rem
  }
  .testimonial__avatar:not(:last-child) {
    margin-bottom: .9375rem
  }
  .testimonial__avatar img {
    width: 3.75rem
  }
  .testimonial__avatar img {
    height: 3.75rem
  }
  .testimonial__name:not(:last-child) {
    margin-bottom: .9375rem
  }
  .swiper-controls {
    -webkit-column-gap: .8125rem;
    -moz-column-gap: .8125rem;
    column-gap: .8125rem
  }
  .swiper-button-next svg,
  .swiper-button-prev svg {
    width: 1.5rem
  }
  .feedback__container {
    padding-top: 3.75rem
  }
  .feedback__container {
    padding-bottom: 3.75rem
  }
  .feedback__input,
  .feedback__textarea {
    font-size: .75rem
  }
  .feedback__input,
  .feedback__textarea {
    padding-left: 1.25rem
  }
  .feedback__input,
  .feedback__textarea {
    padding-right: 1.25rem
  }
  .feedback__input,
  .feedback__textarea {
    padding-bottom: .75rem
  }
  .feedback__textarea {
    min-height: 5rem
  }
  .catalog__container {
    padding-top: 1.875rem
  }
  .catalog__container {
    padding-bottom: 1.875rem
  }
  .catalog__grid {
    gap: .9375rem
  }
  .catalog__descr {
    padding-top: 1.875rem
  }
  .single-product__container {
    gap: .9375rem
  }
  .single-product__container {
    padding-top: 1.875rem
  }
  .single-product__container {
    padding-bottom: 1.875rem
  }
  .single-product .price:not(:last-child) {
    margin-bottom: 1.25rem
  }
  .single-product__actions {
    gap: .9375rem
  }
  .single-product__actions:not(:last-child) {
    margin-bottom: 1.25rem
  }
}
@media (min-width:26.25em) and (max-width:84.0625em) {
  @supports (font-size:clamp(0.875rem ,0.8182432432rem + 0.2162162162vw ,1rem)) {
    body {
      font-size: clamp(.875rem ,.8182432432rem + .2162162162vw ,1rem)
    }
  }
  @supports not (font-size:clamp(0.875rem ,0.8182432432rem + 0.2162162162vw ,1rem)) {
    body {
      font-size: calc(.875rem + .125 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (font-size:clamp(1.125rem ,0.9547297297rem + 0.6486486486vw ,1.5rem)) {
    h4 {
      font-size: clamp(1.125rem ,.9547297297rem + .6486486486vw ,1.5rem)
    }
  }
  @supports not (font-size:clamp(1.125rem ,0.9547297297rem + 0.6486486486vw ,1.5rem)) {
    h4 {
      font-size: calc(1.125rem + .375 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (min-width:clamp(9.375rem ,8.1263513514rem + 4.7567567568vw ,12.125rem)) {
    .btn {
      min-width: clamp(9.375rem ,8.1263513514rem + 4.7567567568vw ,12.125rem)
    }
  }
  @supports not (min-width:clamp(9.375rem ,8.1263513514rem + 4.7567567568vw ,12.125rem)) {
    .btn {
      min-width: calc(9.375rem + 2.75 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (min-width:clamp(9.375rem ,8.4385135135rem + 3.5675675676vw ,11.4375rem)) {
    .btn--small {
      min-width: clamp(9.375rem ,8.4385135135rem + 3.5675675676vw ,11.4375rem)
    }
  }
  @supports not (min-width:clamp(9.375rem ,8.4385135135rem + 3.5675675676vw ,11.4375rem)) {
    .btn--small {
      min-width: calc(9.375rem + 2.0625 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (margin-bottom:clamp(2.1875rem ,1.4780405405rem + 2.7027027027vw ,3.75rem)) {
    .block-title:not(:last-child) {
      margin-bottom: clamp(2.1875rem ,1.4780405405rem + 2.7027027027vw ,3.75rem)
    }
  }
  @supports not (margin-bottom:clamp(2.1875rem ,1.4780405405rem + 2.7027027027vw ,3.75rem)) {
    .block-title:not(:last-child) {
      margin-bottom: calc(2.1875rem + 1.5625 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports ((-moz-column-gap:clamp(0.75rem ,0.6648648649rem + 0.3243243243vw ,0.9375rem)) or (column-gap:clamp(0.75rem ,0.6648648649rem + 0.3243243243vw ,0.9375rem))) {
    .social {
      -webkit-column-gap: clamp(.75rem ,.6648648649rem + .3243243243vw ,.9375rem);
      -moz-column-gap: clamp(.75rem ,.6648648649rem + .3243243243vw ,.9375rem);
      column-gap: clamp(.75rem ,.6648648649rem + .3243243243vw ,.9375rem)
    }
  }
  @supports not ((-moz-column-gap:clamp(0.75rem ,0.6648648649rem + 0.3243243243vw ,0.9375rem)) or (column-gap:clamp(0.75rem ,0.6648648649rem + 0.3243243243vw ,0.9375rem))) {
    .social {
      -webkit-column-gap: calc(.75rem + .1875 * (100vw - 26.25rem)/ 57.8125);
      -moz-column-gap: calc(.75rem + .1875 * (100vw - 26.25rem)/ 57.8125);
      column-gap: calc(.75rem + .1875 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports ((-moz-column-gap:clamp(0.125rem ,0.0114864865rem + 0.4324324324vw ,0.375rem)) or (column-gap:clamp(0.125rem ,0.0114864865rem + 0.4324324324vw ,0.375rem))) {
    .number {
      -webkit-column-gap: clamp(.125rem ,.0114864865rem + .4324324324vw ,.375rem);
      -moz-column-gap: clamp(.125rem ,.0114864865rem + .4324324324vw ,.375rem);
      column-gap: clamp(.125rem ,.0114864865rem + .4324324324vw ,.375rem)
    }
  }
  @supports not ((-moz-column-gap:clamp(0.125rem ,0.0114864865rem + 0.4324324324vw ,0.375rem)) or (column-gap:clamp(0.125rem ,0.0114864865rem + 0.4324324324vw ,0.375rem))) {
    .number {
      -webkit-column-gap: calc(.125rem + .25 * (100vw - 26.25rem)/ 57.8125);
      -moz-column-gap: calc(.125rem + .25 * (100vw - 26.25rem)/ 57.8125);
      column-gap: calc(.125rem + .25 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (width:clamp(1.25rem ,1.1081081081rem + 0.5405405405vw ,1.5625rem)) {
    .number svg {
      width: clamp(1.25rem ,1.1081081081rem + .5405405405vw ,1.5625rem)
    }
  }
  @supports not (width:clamp(1.25rem ,1.1081081081rem + 0.5405405405vw ,1.5625rem)) {
    .number svg {
      width: calc(1.25rem + .3125 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (height:clamp(1.25rem ,1.1081081081rem + 0.5405405405vw ,1.5625rem)) {
    .number svg {
      height: clamp(1.25rem ,1.1081081081rem + .5405405405vw ,1.5625rem)
    }
  }
  @supports not (height:clamp(1.25rem ,1.1081081081rem + 0.5405405405vw ,1.5625rem)) {
    .number svg {
      height: calc(1.25rem + .3125 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (padding-top:clamp(1.25rem ,0.3986486486rem + 3.2432432432vw ,3.125rem)) {
    .page-header__container {
      padding-top: clamp(1.25rem ,.3986486486rem + 3.2432432432vw ,3.125rem)
    }
  }
  @supports not (padding-top:clamp(1.25rem ,0.3986486486rem + 3.2432432432vw ,3.125rem)) {
    .page-header__container {
      padding-top: calc(1.25rem + 1.875 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (padding-bottom:clamp(1.25rem ,0.3986486486rem + 3.2432432432vw ,3.125rem)) {
    .page-header__container {
      padding-bottom: clamp(1.25rem ,.3986486486rem + 3.2432432432vw ,3.125rem)
    }
  }
  @supports not (padding-bottom:clamp(1.25rem ,0.3986486486rem + 3.2432432432vw ,3.125rem)) {
    .page-header__container {
      padding-bottom: calc(1.25rem + 1.875 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (row-gap:clamp(0.625rem ,0.1993243243rem + 1.6216216216vw ,1.5625rem)) {
    .page-header__inner {
      row-gap: clamp(.625rem ,.1993243243rem + 1.6216216216vw ,1.5625rem)
    }
  }
  @supports not (row-gap:clamp(0.625rem ,0.1993243243rem + 1.6216216216vw ,1.5625rem)) {
    .page-header__inner {
      row-gap: calc(.625rem + .9375 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (padding:clamp(1.25rem ,0.3986486486rem + 3.2432432432vw ,3.125rem)) {
    .page-header__inner {
      padding: clamp(1.25rem ,.3986486486rem + 3.2432432432vw ,3.125rem)
    }
  }
  @supports not (padding:clamp(1.25rem ,0.3986486486rem + 3.2432432432vw ,3.125rem)) {
    .page-header__inner {
      padding: calc(1.25rem + 1.875 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (max-width:clamp(4.1875rem ,1.6618243243rem + 9.6216216216vw ,9.75rem)) {
    .header .custom-logo-link img {
      max-width: clamp(4.1875rem ,1.6618243243rem + 9.6216216216vw ,9.75rem)
    }
  }
  @supports not (max-width:clamp(4.1875rem ,1.6618243243rem + 9.6216216216vw ,9.75rem)) {
    .header .custom-logo-link img {
      max-width: calc(4.1875rem + 5.5625 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (padding-top:clamp(2.1875rem ,1.0523648649rem + 4.3243243243vw ,4.6875rem)) {
    .footer__container {
      padding-top: clamp(2.1875rem ,1.0523648649rem + 4.3243243243vw ,4.6875rem)
    }
  }
  @supports not (padding-top:clamp(2.1875rem ,1.0523648649rem + 4.3243243243vw ,4.6875rem)) {
    .footer__container {
      padding-top: calc(2.1875rem + 2.5 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (margin-bottom:clamp(1.25rem ,1.0797297297rem + 0.6486486486vw ,1.625rem)) {
    .footer__logo:not(:last-child) {
      margin-bottom: clamp(1.25rem ,1.0797297297rem + .6486486486vw ,1.625rem)
    }
  }
  @supports not (margin-bottom:clamp(1.25rem ,1.0797297297rem + 0.6486486486vw ,1.625rem)) {
    .footer__logo:not(:last-child) {
      margin-bottom: calc(1.25rem + .375 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (margin-bottom:clamp(1.25rem ,0.3986486486rem + 3.2432432432vw ,3.125rem)) {
    .footer__text:not(:last-child) {
      margin-bottom: clamp(1.25rem ,.3986486486rem + 3.2432432432vw ,3.125rem)
    }
  }
  @supports not (margin-bottom:clamp(1.25rem ,0.3986486486rem + 3.2432432432vw ,3.125rem)) {
    .footer__text:not(:last-child) {
      margin-bottom: calc(1.25rem + 1.875 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (margin-bottom:clamp(1.25rem ,0.8243243243rem + 1.6216216216vw ,2.1875rem)) {
    .footer-menu__title:not(:last-child) {
      margin-bottom: clamp(1.25rem ,.8243243243rem + 1.6216216216vw ,2.1875rem)
    }
  }
  @supports not (margin-bottom:clamp(1.25rem ,0.8243243243rem + 1.6216216216vw ,2.1875rem)) {
    .footer-menu__title:not(:last-child) {
      margin-bottom: calc(1.25rem + .9375 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (margin-bottom:clamp(1.25rem ,1.1081081081rem + 0.5405405405vw ,1.5625rem)) {
    .contacts__title:not(:last-child) {
      margin-bottom: clamp(1.25rem ,1.1081081081rem + .5405405405vw ,1.5625rem)
    }
  }
  @supports not (margin-bottom:clamp(1.25rem ,1.1081081081rem + 0.5405405405vw ,1.5625rem)) {
    .contacts__title:not(:last-child) {
      margin-bottom: calc(1.25rem + .3125 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (row-gap:clamp(0.5rem ,0.3581081081rem + 0.5405405405vw ,0.8125rem)) {
    .contacts__list {
      row-gap: clamp(.5rem ,.3581081081rem + .5405405405vw ,.8125rem)
    }
  }
  @supports not (row-gap:clamp(0.5rem ,0.3581081081rem + 0.5405405405vw ,0.8125rem)) {
    .contacts__list {
      row-gap: calc(.5rem + .3125 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (margin-bottom:clamp(2.1875rem ,1.9037162162rem + 1.0810810811vw ,2.8125rem)) {
    .contacts__list:not(:last-child) {
      margin-bottom: clamp(2.1875rem ,1.9037162162rem + 1.0810810811vw ,2.8125rem)
    }
  }
  @supports not (margin-bottom:clamp(2.1875rem ,1.9037162162rem + 1.0810810811vw ,2.8125rem)) {
    .contacts__list:not(:last-child) {
      margin-bottom: calc(2.1875rem + .625 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (width:clamp(11.5rem ,8.2081081081rem + 12.5405405405vw ,18.75rem)) {
    .hero__content::before {
      width: clamp(11.5rem ,8.2081081081rem + 12.5405405405vw ,18.75rem)
    }
  }
  @supports not (width:clamp(11.5rem ,8.2081081081rem + 12.5405405405vw ,18.75rem)) {
    .hero__content::before {
      width: calc(11.5rem + 7.25 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (height:clamp(11.5rem ,8.2081081081rem + 12.5405405405vw ,18.75rem)) {
    .hero__content::before {
      height: clamp(11.5rem ,8.2081081081rem + 12.5405405405vw ,18.75rem)
    }
  }
  @supports not (height:clamp(11.5rem ,8.2081081081rem + 12.5405405405vw ,18.75rem)) {
    .hero__content::before {
      height: calc(11.5rem + 7.25 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (left:clamp(3.125rem ,-1.8412162162rem + 18.9189189189vw ,14.0625rem)) {
    .hero__img::before {
      left: clamp(3.125rem ,-1.8412162162rem + 18.9189189189vw ,14.0625rem)
    }
  }
  @supports not (left:clamp(3.125rem ,-1.8412162162rem + 18.9189189189vw ,14.0625rem)) {
    .hero__img::before {
      left: calc(3.125rem + 10.9375 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports ((-moz-column-gap:clamp(1.25rem ,0.5121621622rem + 2.8108108108vw ,2.875rem)) or (column-gap:clamp(1.25rem ,0.5121621622rem + 2.8108108108vw ,2.875rem))) {
    .hero__img-row {
      -webkit-column-gap: clamp(1.25rem ,.5121621622rem + 2.8108108108vw ,2.875rem);
      -moz-column-gap: clamp(1.25rem ,.5121621622rem + 2.8108108108vw ,2.875rem);
      column-gap: clamp(1.25rem ,.5121621622rem + 2.8108108108vw ,2.875rem)
    }
  }
  @supports not ((-moz-column-gap:clamp(1.25rem ,0.5121621622rem + 2.8108108108vw ,2.875rem)) or (column-gap:clamp(1.25rem ,0.5121621622rem + 2.8108108108vw ,2.875rem))) {
    .hero__img-row {
      -webkit-column-gap: calc(1.25rem + 1.625 * (100vw - 26.25rem)/ 57.8125);
      -moz-column-gap: calc(1.25rem + 1.625 * (100vw - 26.25rem)/ 57.8125);
      column-gap: calc(1.25rem + 1.625 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports ((-moz-column-gap:clamp(0.9375rem ,0.5118243243rem + 1.6216216216vw ,1.875rem)) or (column-gap:clamp(0.9375rem ,0.5118243243rem + 1.6216216216vw ,1.875rem))) {
    .products__items {
      -webkit-column-gap: clamp(.9375rem ,.5118243243rem + 1.6216216216vw ,1.875rem);
      -moz-column-gap: clamp(.9375rem ,.5118243243rem + 1.6216216216vw ,1.875rem);
      column-gap: clamp(.9375rem ,.5118243243rem + 1.6216216216vw ,1.875rem)
    }
  }
  @supports not ((-moz-column-gap:clamp(0.9375rem ,0.5118243243rem + 1.6216216216vw ,1.875rem)) or (column-gap:clamp(0.9375rem ,0.5118243243rem + 1.6216216216vw ,1.875rem))) {
    .products__items {
      -webkit-column-gap: calc(.9375rem + .9375 * (100vw - 26.25rem)/ 57.8125);
      -moz-column-gap: calc(.9375rem + .9375 * (100vw - 26.25rem)/ 57.8125);
      column-gap: calc(.9375rem + .9375 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (row-gap:clamp(1.25rem ,0.1148648649rem + 4.3243243243vw ,3.75rem)) {
    .products__items {
      row-gap: clamp(1.25rem ,.1148648649rem + 4.3243243243vw ,3.75rem)
    }
  }
  @supports not (row-gap:clamp(1.25rem ,0.1148648649rem + 4.3243243243vw ,3.75rem)) {
    .products__items {
      row-gap: calc(1.25rem + 2.5 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (padding-top:clamp(3.125rem ,1.7060810811rem + 5.4054054054vw ,6.25rem)) {
    .products__container--padd {
      padding-top: clamp(3.125rem ,1.7060810811rem + 5.4054054054vw ,6.25rem)
    }
  }
  @supports not (padding-top:clamp(3.125rem ,1.7060810811rem + 5.4054054054vw ,6.25rem)) {
    .products__container--padd {
      padding-top: calc(3.125rem + 3.125 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (font-size:clamp(1.125rem ,0.9547297297rem + 0.6486486486vw ,1.5rem)) {
    .price {
      font-size: clamp(1.125rem ,.9547297297rem + .6486486486vw ,1.5rem)
    }
  }
  @supports not (font-size:clamp(1.125rem ,0.9547297297rem + 0.6486486486vw ,1.5rem)) {
    .price {
      font-size: calc(1.125rem + .375 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (padding-top:clamp(3.75rem ,2.6148648649rem + 4.3243243243vw ,6.25rem)) {
    .features__container {
      padding-top: clamp(3.75rem ,2.6148648649rem + 4.3243243243vw ,6.25rem)
    }
  }
  @supports not (padding-top:clamp(3.75rem ,2.6148648649rem + 4.3243243243vw ,6.25rem)) {
    .features__container {
      padding-top: calc(3.75rem + 2.5 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (padding-bottom:clamp(3.75rem ,2.6148648649rem + 4.3243243243vw ,6.25rem)) {
    .features__container {
      padding-bottom: clamp(3.75rem ,2.6148648649rem + 4.3243243243vw ,6.25rem)
    }
  }
  @supports not (padding-bottom:clamp(3.75rem ,2.6148648649rem + 4.3243243243vw ,6.25rem)) {
    .features__container {
      padding-bottom: calc(3.75rem + 2.5 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (padding-top:clamp(1.25rem ,0.9662162162rem + 1.0810810811vw ,1.875rem)) {
    .feature {
      padding-top: clamp(1.25rem ,.9662162162rem + 1.0810810811vw ,1.875rem)
    }
  }
  @supports not (padding-top:clamp(1.25rem ,0.9662162162rem + 1.0810810811vw ,1.875rem)) {
    .feature {
      padding-top: calc(1.25rem + .625 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (padding-left:clamp(1.25rem ,0.9662162162rem + 1.0810810811vw ,1.875rem)) {
    .feature {
      padding-left: clamp(1.25rem ,.9662162162rem + 1.0810810811vw ,1.875rem)
    }
  }
  @supports not (padding-left:clamp(1.25rem ,0.9662162162rem + 1.0810810811vw ,1.875rem)) {
    .feature {
      padding-left: calc(1.25rem + .625 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (padding-right:clamp(1.25rem ,0.9662162162rem + 1.0810810811vw ,1.875rem)) {
    .feature {
      padding-right: clamp(1.25rem ,.9662162162rem + 1.0810810811vw ,1.875rem)
    }
  }
  @supports not (padding-right:clamp(1.25rem ,0.9662162162rem + 1.0810810811vw ,1.875rem)) {
    .feature {
      padding-right: calc(1.25rem + .625 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (padding-bottom:clamp(1.875rem ,1.0236486486rem + 3.2432432432vw ,3.75rem)) {
    .feature {
      padding-bottom: clamp(1.875rem ,1.0236486486rem + 3.2432432432vw ,3.75rem)
    }
  }
  @supports not (padding-bottom:clamp(1.875rem ,1.0236486486rem + 3.2432432432vw ,3.75rem)) {
    .feature {
      padding-bottom: calc(1.875rem + 1.875 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports ((-moz-column-gap:clamp(1.5625rem ,1.3638513514rem + 0.7567567568vw ,2rem)) or (column-gap:clamp(1.5625rem ,1.3638513514rem + 0.7567567568vw ,2rem))) {
    .feature__inner {
      -webkit-column-gap: clamp(1.5625rem ,1.3638513514rem + .7567567568vw ,2rem);
      -moz-column-gap: clamp(1.5625rem ,1.3638513514rem + .7567567568vw ,2rem);
      column-gap: clamp(1.5625rem ,1.3638513514rem + .7567567568vw ,2rem)
    }
  }
  @supports not ((-moz-column-gap:clamp(1.5625rem ,1.3638513514rem + 0.7567567568vw ,2rem)) or (column-gap:clamp(1.5625rem ,1.3638513514rem + 0.7567567568vw ,2rem))) {
    .feature__inner {
      -webkit-column-gap: calc(1.5625rem + .4375 * (100vw - 26.25rem)/ 57.8125);
      -moz-column-gap: calc(1.5625rem + .4375 * (100vw - 26.25rem)/ 57.8125);
      column-gap: calc(1.5625rem + .4375 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (font-size:clamp(1.5rem ,1.1594594595rem + 1.2972972973vw ,2.25rem)) {
    .feature__inner::before {
      font-size: clamp(1.5rem ,1.1594594595rem + 1.2972972973vw ,2.25rem)
    }
  }
  @supports not (font-size:clamp(1.5rem ,1.1594594595rem + 1.2972972973vw ,2.25rem)) {
    .feature__inner::before {
      font-size: calc(1.5rem + .75 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (width:clamp(2.5rem ,2.2162162162rem + 1.0810810811vw ,3.125rem)) {
    .feature__inner::before {
      width: clamp(2.5rem ,2.2162162162rem + 1.0810810811vw ,3.125rem)
    }
  }
  @supports not (width:clamp(2.5rem ,2.2162162162rem + 1.0810810811vw ,3.125rem)) {
    .feature__inner::before {
      width: calc(2.5rem + .625 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (height:clamp(2.5rem ,2.2162162162rem + 1.0810810811vw ,3.125rem)) {
    .feature__inner::before {
      height: clamp(2.5rem ,2.2162162162rem + 1.0810810811vw ,3.125rem)
    }
  }
  @supports not (height:clamp(2.5rem ,2.2162162162rem + 1.0810810811vw ,3.125rem)) {
    .feature__inner::before {
      height: calc(2.5rem + .625 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (margin-bottom:clamp(0.625rem ,0.3412162162rem + 1.0810810811vw ,1.25rem)) {
    .feature__title:not(:last-child) {
      margin-bottom: clamp(.625rem ,.3412162162rem + 1.0810810811vw ,1.25rem)
    }
  }
  @supports not (margin-bottom:clamp(0.625rem ,0.3412162162rem + 1.0810810811vw ,1.25rem)) {
    .feature__title:not(:last-child) {
      margin-bottom: calc(.625rem + .625 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (padding-top:clamp(2.1875rem ,1.4780405405rem + 2.7027027027vw ,3.75rem)) {
    .gallery__container {
      padding-top: clamp(2.1875rem ,1.4780405405rem + 2.7027027027vw ,3.75rem)
    }
  }
  @supports not (padding-top:clamp(2.1875rem ,1.4780405405rem + 2.7027027027vw ,3.75rem)) {
    .gallery__container {
      padding-top: calc(2.1875rem + 1.5625 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (padding-bottom:clamp(2.1875rem ,1.4780405405rem + 2.7027027027vw ,3.75rem)) {
    .gallery__container {
      padding-bottom: clamp(2.1875rem ,1.4780405405rem + 2.7027027027vw ,3.75rem)
    }
  }
  @supports not (padding-bottom:clamp(2.1875rem ,1.4780405405rem + 2.7027027027vw ,3.75rem)) {
    .gallery__container {
      padding-bottom: calc(2.1875rem + 1.5625 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (width:clamp(11.5rem ,8.2081081081rem + 12.5405405405vw ,18.75rem)) {
    .gallery__container::before {
      width: clamp(11.5rem ,8.2081081081rem + 12.5405405405vw ,18.75rem)
    }
  }
  @supports not (width:clamp(11.5rem ,8.2081081081rem + 12.5405405405vw ,18.75rem)) {
    .gallery__container::before {
      width: calc(11.5rem + 7.25 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (height:clamp(11.5rem ,8.2081081081rem + 12.5405405405vw ,18.75rem)) {
    .gallery__container::before {
      height: clamp(11.5rem ,8.2081081081rem + 12.5405405405vw ,18.75rem)
    }
  }
  @supports not (height:clamp(11.5rem ,8.2081081081rem + 12.5405405405vw ,18.75rem)) {
    .gallery__container::before {
      height: calc(11.5rem + 7.25 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (width:clamp(11.5rem ,8.2081081081rem + 12.5405405405vw ,18.75rem)) {
    .gallery__container::after {
      width: clamp(11.5rem ,8.2081081081rem + 12.5405405405vw ,18.75rem)
    }
  }
  @supports not (width:clamp(11.5rem ,8.2081081081rem + 12.5405405405vw ,18.75rem)) {
    .gallery__container::after {
      width: calc(11.5rem + 7.25 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (height:clamp(11.5rem ,8.2081081081rem + 12.5405405405vw ,18.75rem)) {
    .gallery__container::after {
      height: clamp(11.5rem ,8.2081081081rem + 12.5405405405vw ,18.75rem)
    }
  }
  @supports not (height:clamp(11.5rem ,8.2081081081rem + 12.5405405405vw ,18.75rem)) {
    .gallery__container::after {
      height: calc(11.5rem + 7.25 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (margin-bottom:clamp(2.1875rem ,1.4780405405rem + 2.7027027027vw ,3.75rem)) {
    .gallery__wrapper:not(:last-child) {
      margin-bottom: clamp(2.1875rem ,1.4780405405rem + 2.7027027027vw ,3.75rem)
    }
  }
  @supports not (margin-bottom:clamp(2.1875rem ,1.4780405405rem + 2.7027027027vw ,3.75rem)) {
    .gallery__wrapper:not(:last-child) {
      margin-bottom: calc(2.1875rem + 1.5625 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (padding:clamp(0.3125rem ,0.0287162162rem + 1.0810810811vw ,0.9375rem)) {
    .gallery__slide {
      padding: clamp(.3125rem ,.0287162162rem + 1.0810810811vw ,.9375rem)
    }
  }
  @supports not (padding:clamp(0.3125rem ,0.0287162162rem + 1.0810810811vw ,0.9375rem)) {
    .gallery__slide {
      padding: calc(.3125rem + .625 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (padding-top:clamp(3.75rem ,2.6148648649rem + 4.3243243243vw ,6.25rem)) {
    .production__container {
      padding-top: clamp(3.75rem ,2.6148648649rem + 4.3243243243vw ,6.25rem)
    }
  }
  @supports not (padding-top:clamp(3.75rem ,2.6148648649rem + 4.3243243243vw ,6.25rem)) {
    .production__container {
      padding-top: calc(3.75rem + 2.5 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (padding-bottom:clamp(3.75rem ,2.6148648649rem + 4.3243243243vw ,6.25rem)) {
    .production__container {
      padding-bottom: clamp(3.75rem ,2.6148648649rem + 4.3243243243vw ,6.25rem)
    }
  }
  @supports not (padding-bottom:clamp(3.75rem ,2.6148648649rem + 4.3243243243vw ,6.25rem)) {
    .production__container {
      padding-bottom: calc(3.75rem + 2.5 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (max-width:clamp(9.375rem ,8.1263513514rem + 4.7567567568vw ,12.125rem)) {
    .production__item-img img {
      max-width: clamp(9.375rem ,8.1263513514rem + 4.7567567568vw ,12.125rem)
    }
  }
  @supports not (max-width:clamp(9.375rem ,8.1263513514rem + 4.7567567568vw ,12.125rem)) {
    .production__item-img img {
      max-width: calc(9.375rem + 2.75 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (left:clamp(-1.875rem ,-0.9662162162rem + -1.0810810811vw ,-1.25rem)) {
    .production__img::before {
      left: clamp(-1.875rem ,-.9662162162rem + -1.0810810811vw ,-1.25rem)
    }
  }
  @supports not (left:clamp(-1.875rem ,-0.9662162162rem + -1.0810810811vw ,-1.25rem)) {
    .production__img::before {
      left: calc(-1.25rem + -.625 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (right:clamp(-1.875rem ,-0.9662162162rem + -1.0810810811vw ,-1.25rem)) {
    .production__img::before {
      right: clamp(-1.875rem ,-.9662162162rem + -1.0810810811vw ,-1.25rem)
    }
  }
  @supports not (right:clamp(-1.875rem ,-0.9662162162rem + -1.0810810811vw ,-1.25rem)) {
    .production__img::before {
      right: calc(-1.25rem + -.625 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (left:clamp(-8.125rem ,-2.6722972973rem + -6.4864864865vw ,-4.375rem)) {
    .production__img-decor {
      left: clamp(-8.125rem ,-2.6722972973rem + -6.4864864865vw ,-4.375rem)
    }
  }
  @supports not (left:clamp(-8.125rem ,-2.6722972973rem + -6.4864864865vw ,-4.375rem)) {
    .production__img-decor {
      left: calc(-4.375rem + -3.75 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (width:clamp(2.1875rem ,0.910472973rem + 4.8648648649vw ,5rem)) {
    .production__img-decor {
      width: clamp(2.1875rem ,.910472973rem + 4.8648648649vw ,5rem)
    }
  }
  @supports not (width:clamp(2.1875rem ,0.910472973rem + 4.8648648649vw ,5rem)) {
    .production__img-decor {
      width: calc(2.1875rem + 2.8125 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (padding-top:clamp(2.1875rem ,1.4780405405rem + 2.7027027027vw ,3.75rem)) {
    .questions__container {
      padding-top: clamp(2.1875rem ,1.4780405405rem + 2.7027027027vw ,3.75rem)
    }
  }
  @supports not (padding-top:clamp(2.1875rem ,1.4780405405rem + 2.7027027027vw ,3.75rem)) {
    .questions__container {
      padding-top: calc(2.1875rem + 1.5625 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (padding-bottom:clamp(2.1875rem ,0.3429054054rem + 7.027027027vw ,6.25rem)) {
    .questions__container {
      padding-bottom: clamp(2.1875rem ,.3429054054rem + 7.027027027vw ,6.25rem)
    }
  }
  @supports not (padding-bottom:clamp(2.1875rem ,0.3429054054rem + 7.027027027vw ,6.25rem)) {
    .questions__container {
      padding-bottom: calc(2.1875rem + 4.0625 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (top:clamp(0.9375rem ,0.6537162162rem + 1.0810810811vw ,1.5625rem)) {
    .questions__img-big::before {
      top: clamp(.9375rem ,.6537162162rem + 1.0810810811vw ,1.5625rem)
    }
  }
  @supports not (top:clamp(0.9375rem ,0.6537162162rem + 1.0810810811vw ,1.5625rem)) {
    .questions__img-big::before {
      top: calc(.9375rem + .625 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (left:clamp(0.875rem ,0.647972973rem + 0.8648648649vw ,1.375rem)) {
    .questions__img-big::before {
      left: clamp(.875rem ,.647972973rem + .8648648649vw ,1.375rem)
    }
  }
  @supports not (left:clamp(0.875rem ,0.647972973rem + 0.8648648649vw ,1.375rem)) {
    .questions__img-big::before {
      left: calc(.875rem + .5 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (padding-top:clamp(0.9375rem ,0.8807432432rem + 0.2162162162vw ,1.0625rem)) {
    .question {
      padding-top: clamp(.9375rem ,.8807432432rem + .2162162162vw ,1.0625rem)
    }
  }
  @supports not (padding-top:clamp(0.9375rem ,0.8807432432rem + 0.2162162162vw ,1.0625rem)) {
    .question {
      padding-top: calc(.9375rem + .125 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (padding-left:clamp(1.25rem ,1.1081081081rem + 0.5405405405vw ,1.5625rem)) {
    .question {
      padding-left: clamp(1.25rem ,1.1081081081rem + .5405405405vw ,1.5625rem)
    }
  }
  @supports not (padding-left:clamp(1.25rem ,1.1081081081rem + 0.5405405405vw ,1.5625rem)) {
    .question {
      padding-left: calc(1.25rem + .3125 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (padding-right:clamp(1.25rem ,1.1081081081rem + 0.5405405405vw ,1.5625rem)) {
    .question {
      padding-right: clamp(1.25rem ,1.1081081081rem + .5405405405vw ,1.5625rem)
    }
  }
  @supports not (padding-right:clamp(1.25rem ,1.1081081081rem + 0.5405405405vw ,1.5625rem)) {
    .question {
      padding-right: calc(1.25rem + .3125 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (margin-bottom:clamp(0.625rem ,0.4831081081rem + 0.5405405405vw ,0.9375rem)) {
    .question__title:not(:last-child) {
      margin-bottom: clamp(.625rem ,.4831081081rem + .5405405405vw ,.9375rem)
    }
  }
  @supports not (margin-bottom:clamp(0.625rem ,0.4831081081rem + 0.5405405405vw ,0.9375rem)) {
    .question__title:not(:last-child) {
      margin-bottom: calc(.625rem + .3125 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (padding-top:clamp(1.875rem ,1.0236486486rem + 3.2432432432vw ,3.75rem)) {
    .testimonials__container {
      padding-top: clamp(1.875rem ,1.0236486486rem + 3.2432432432vw ,3.75rem)
    }
  }
  @supports not (padding-top:clamp(1.875rem ,1.0236486486rem + 3.2432432432vw ,3.75rem)) {
    .testimonials__container {
      padding-top: calc(1.875rem + 1.875 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (padding-bottom:clamp(1.875rem ,1.0236486486rem + 3.2432432432vw ,3.75rem)) {
    .testimonials__container {
      padding-bottom: clamp(1.875rem ,1.0236486486rem + 3.2432432432vw ,3.75rem)
    }
  }
  @supports not (padding-bottom:clamp(1.875rem ,1.0236486486rem + 3.2432432432vw ,3.75rem)) {
    .testimonials__container {
      padding-bottom: calc(1.875rem + 1.875 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (width:clamp(11.5rem ,8.2081081081rem + 12.5405405405vw ,18.75rem)) {
    .testimonials__container::before {
      width: clamp(11.5rem ,8.2081081081rem + 12.5405405405vw ,18.75rem)
    }
  }
  @supports not (width:clamp(11.5rem ,8.2081081081rem + 12.5405405405vw ,18.75rem)) {
    .testimonials__container::before {
      width: calc(11.5rem + 7.25 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (height:clamp(11.5rem ,8.2081081081rem + 12.5405405405vw ,18.75rem)) {
    .testimonials__container::before {
      height: clamp(11.5rem ,8.2081081081rem + 12.5405405405vw ,18.75rem)
    }
  }
  @supports not (height:clamp(11.5rem ,8.2081081081rem + 12.5405405405vw ,18.75rem)) {
    .testimonials__container::before {
      height: calc(11.5rem + 7.25 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (width:clamp(11.5rem ,8.2081081081rem + 12.5405405405vw ,18.75rem)) {
    .testimonials__container::after {
      width: clamp(11.5rem ,8.2081081081rem + 12.5405405405vw ,18.75rem)
    }
  }
  @supports not (width:clamp(11.5rem ,8.2081081081rem + 12.5405405405vw ,18.75rem)) {
    .testimonials__container::after {
      width: calc(11.5rem + 7.25 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (height:clamp(11.5rem ,8.2081081081rem + 12.5405405405vw ,18.75rem)) {
    .testimonials__container::after {
      height: clamp(11.5rem ,8.2081081081rem + 12.5405405405vw ,18.75rem)
    }
  }
  @supports not (height:clamp(11.5rem ,8.2081081081rem + 12.5405405405vw ,18.75rem)) {
    .testimonials__container::after {
      height: calc(11.5rem + 7.25 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (margin-bottom:clamp(1.875rem ,1.0236486486rem + 3.2432432432vw ,3.75rem)) {
    .testimonials__wrapper:not(:last-child) {
      margin-bottom: clamp(1.875rem ,1.0236486486rem + 3.2432432432vw ,3.75rem)
    }
  }
  @supports not (margin-bottom:clamp(1.875rem ,1.0236486486rem + 3.2432432432vw ,3.75rem)) {
    .testimonials__wrapper:not(:last-child) {
      margin-bottom: calc(1.875rem + 1.875 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (width:clamp(5.1875rem ,4.9037162162rem + 1.0810810811vw ,5.8125rem)) {
    .testimonial::before {
      width: clamp(5.1875rem ,4.9037162162rem + 1.0810810811vw ,5.8125rem)
    }
  }
  @supports not (width:clamp(5.1875rem ,4.9037162162rem + 1.0810810811vw ,5.8125rem)) {
    .testimonial::before {
      width: calc(5.1875rem + .625 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (height:clamp(5.1875rem ,4.9037162162rem + 1.0810810811vw ,5.8125rem)) {
    .testimonial::before {
      height: clamp(5.1875rem ,4.9037162162rem + 1.0810810811vw ,5.8125rem)
    }
  }
  @supports not (height:clamp(5.1875rem ,4.9037162162rem + 1.0810810811vw ,5.8125rem)) {
    .testimonial::before {
      height: calc(5.1875rem + .625 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (padding-top:clamp(1.25rem ,0.9662162162rem + 1.0810810811vw ,1.875rem)) {
    .testimonial__content {
      padding-top: clamp(1.25rem ,.9662162162rem + 1.0810810811vw ,1.875rem)
    }
  }
  @supports not (padding-top:clamp(1.25rem ,0.9662162162rem + 1.0810810811vw ,1.875rem)) {
    .testimonial__content {
      padding-top: calc(1.25rem + .625 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (padding-left:clamp(1.25rem ,0.9662162162rem + 1.0810810811vw ,1.875rem)) {
    .testimonial__content {
      padding-left: clamp(1.25rem ,.9662162162rem + 1.0810810811vw ,1.875rem)
    }
  }
  @supports not (padding-left:clamp(1.25rem ,0.9662162162rem + 1.0810810811vw ,1.875rem)) {
    .testimonial__content {
      padding-left: calc(1.25rem + .625 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (padding-right:clamp(1.25rem ,0.9662162162rem + 1.0810810811vw ,1.875rem)) {
    .testimonial__content {
      padding-right: clamp(1.25rem ,.9662162162rem + 1.0810810811vw ,1.875rem)
    }
  }
  @supports not (padding-right:clamp(1.25rem ,0.9662162162rem + 1.0810810811vw ,1.875rem)) {
    .testimonial__content {
      padding-right: calc(1.25rem + .625 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (padding-bottom:clamp(1.875rem ,0.7398648649rem + 4.3243243243vw ,4.375rem)) {
    .testimonial__content {
      padding-bottom: clamp(1.875rem ,.7398648649rem + 4.3243243243vw ,4.375rem)
    }
  }
  @supports not (padding-bottom:clamp(1.875rem ,0.7398648649rem + 4.3243243243vw ,4.375rem)) {
    .testimonial__content {
      padding-bottom: calc(1.875rem + 2.5 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (margin-bottom:clamp(0.9375rem ,0.7956081081rem + 0.5405405405vw ,1.25rem)) {
    .testimonial__avatar:not(:last-child) {
      margin-bottom: clamp(.9375rem ,.7956081081rem + .5405405405vw ,1.25rem)
    }
  }
  @supports not (margin-bottom:clamp(0.9375rem ,0.7956081081rem + 0.5405405405vw ,1.25rem)) {
    .testimonial__avatar:not(:last-child) {
      margin-bottom: calc(.9375rem + .3125 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (width:clamp(3.75rem ,3.1824324324rem + 2.1621621622vw ,5rem)) {
    .testimonial__avatar img {
      width: clamp(3.75rem ,3.1824324324rem + 2.1621621622vw ,5rem)
    }
  }
  @supports not (width:clamp(3.75rem ,3.1824324324rem + 2.1621621622vw ,5rem)) {
    .testimonial__avatar img {
      width: calc(3.75rem + 1.25 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (height:clamp(3.75rem ,3.1824324324rem + 2.1621621622vw ,5rem)) {
    .testimonial__avatar img {
      height: clamp(3.75rem ,3.1824324324rem + 2.1621621622vw ,5rem)
    }
  }
  @supports not (height:clamp(3.75rem ,3.1824324324rem + 2.1621621622vw ,5rem)) {
    .testimonial__avatar img {
      height: calc(3.75rem + 1.25 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (margin-bottom:clamp(0.9375rem ,0.5118243243rem + 1.6216216216vw ,1.875rem)) {
    .testimonial__name:not(:last-child) {
      margin-bottom: clamp(.9375rem ,.5118243243rem + 1.6216216216vw ,1.875rem)
    }
  }
  @supports not (margin-bottom:clamp(0.9375rem ,0.5118243243rem + 1.6216216216vw ,1.875rem)) {
    .testimonial__name:not(:last-child) {
      margin-bottom: calc(.9375rem + .9375 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports ((-moz-column-gap:clamp(0.8125rem ,0.6989864865rem + 0.4324324324vw ,1.0625rem)) or (column-gap:clamp(0.8125rem ,0.6989864865rem + 0.4324324324vw ,1.0625rem))) {
    .swiper-controls {
      -webkit-column-gap: clamp(.8125rem ,.6989864865rem + .4324324324vw ,1.0625rem);
      -moz-column-gap: clamp(.8125rem ,.6989864865rem + .4324324324vw ,1.0625rem);
      column-gap: clamp(.8125rem ,.6989864865rem + .4324324324vw ,1.0625rem)
    }
  }
  @supports not ((-moz-column-gap:clamp(0.8125rem ,0.6989864865rem + 0.4324324324vw ,1.0625rem)) or (column-gap:clamp(0.8125rem ,0.6989864865rem + 0.4324324324vw ,1.0625rem))) {
    .swiper-controls {
      -webkit-column-gap: calc(.8125rem + .25 * (100vw - 26.25rem)/ 57.8125);
      -moz-column-gap: calc(.8125rem + .25 * (100vw - 26.25rem)/ 57.8125);
      column-gap: calc(.8125rem + .25 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (width:clamp(1.5rem ,1.272972973rem + 0.8648648649vw ,2rem)) {
    .swiper-button-next svg,
    .swiper-button-prev svg {
      width: clamp(1.5rem ,1.272972973rem + .8648648649vw ,2rem)
    }
  }
  @supports not (width:clamp(1.5rem ,1.272972973rem + 0.8648648649vw ,2rem)) {
    .swiper-button-next svg,
    .swiper-button-prev svg {
      width: calc(1.5rem + .5 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (padding-top:clamp(3.75rem ,2.6148648649rem + 4.3243243243vw ,6.25rem)) {
    .feedback__container {
      padding-top: clamp(3.75rem ,2.6148648649rem + 4.3243243243vw ,6.25rem)
    }
  }
  @supports not (padding-top:clamp(3.75rem ,2.6148648649rem + 4.3243243243vw ,6.25rem)) {
    .feedback__container {
      padding-top: calc(3.75rem + 2.5 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (padding-bottom:clamp(3.75rem ,2.6148648649rem + 4.3243243243vw ,6.25rem)) {
    .feedback__container {
      padding-bottom: clamp(3.75rem ,2.6148648649rem + 4.3243243243vw ,6.25rem)
    }
  }
  @supports not (padding-bottom:clamp(3.75rem ,2.6148648649rem + 4.3243243243vw ,6.25rem)) {
    .feedback__container {
      padding-bottom: calc(3.75rem + 2.5 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (font-size:clamp(0.75rem ,0.6932432432rem + 0.2162162162vw ,0.875rem)) {
    .feedback__input,
    .feedback__textarea {
      font-size: clamp(.75rem ,.6932432432rem + .2162162162vw ,.875rem)
    }
  }
  @supports not (font-size:clamp(0.75rem ,0.6932432432rem + 0.2162162162vw ,0.875rem)) {
    .feedback__input,
    .feedback__textarea {
      font-size: calc(.75rem + .125 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (padding-left:clamp(1.25rem ,1.022972973rem + 0.8648648649vw ,1.75rem)) {
    .feedback__input,
    .feedback__textarea {
      padding-left: clamp(1.25rem ,1.022972973rem + .8648648649vw ,1.75rem)
    }
  }
  @supports not (padding-left:clamp(1.25rem ,1.022972973rem + 0.8648648649vw ,1.75rem)) {
    .feedback__input,
    .feedback__textarea {
      padding-left: calc(1.25rem + .5 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (padding-right:clamp(1.25rem ,1.022972973rem + 0.8648648649vw ,1.75rem)) {
    .feedback__input,
    .feedback__textarea {
      padding-right: clamp(1.25rem ,1.022972973rem + .8648648649vw ,1.75rem)
    }
  }
  @supports not (padding-right:clamp(1.25rem ,1.022972973rem + 0.8648648649vw ,1.75rem)) {
    .feedback__input,
    .feedback__textarea {
      padding-right: calc(1.25rem + .5 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (padding-bottom:clamp(0.75rem ,0.4662162162rem + 1.0810810811vw ,1.375rem)) {
    .feedback__input,
    .feedback__textarea {
      padding-bottom: clamp(.75rem ,.4662162162rem + 1.0810810811vw ,1.375rem)
    }
  }
  @supports not (padding-bottom:clamp(0.75rem ,0.4662162162rem + 1.0810810811vw ,1.375rem)) {
    .feedback__input,
    .feedback__textarea {
      padding-bottom: calc(.75rem + .625 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (min-height:clamp(5rem ,4.4324324324rem + 2.1621621622vw ,6.25rem)) {
    .feedback__textarea {
      min-height: clamp(5rem ,4.4324324324rem + 2.1621621622vw ,6.25rem)
    }
  }
  @supports not (min-height:clamp(5rem ,4.4324324324rem + 2.1621621622vw ,6.25rem)) {
    .feedback__textarea {
      min-height: calc(5rem + 1.25 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (padding-top:clamp(1.875rem ,-0.1114864865rem + 7.5675675676vw ,6.25rem)) {
    .catalog__container {
      padding-top: clamp(1.875rem ,-.1114864865rem + 7.5675675676vw ,6.25rem)
    }
  }
  @supports not (padding-top:clamp(1.875rem ,-0.1114864865rem + 7.5675675676vw ,6.25rem)) {
    .catalog__container {
      padding-top: calc(1.875rem + 4.375 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (padding-bottom:clamp(1.875rem ,-0.1114864865rem + 7.5675675676vw ,6.25rem)) {
    .catalog__container {
      padding-bottom: clamp(1.875rem ,-.1114864865rem + 7.5675675676vw ,6.25rem)
    }
  }
  @supports not (padding-bottom:clamp(1.875rem ,-0.1114864865rem + 7.5675675676vw ,6.25rem)) {
    .catalog__container {
      padding-bottom: calc(1.875rem + 4.375 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (gap:clamp(0.9375rem ,0.5118243243rem + 1.6216216216vw ,1.875rem)) {
    .catalog__grid {
      gap: clamp(.9375rem ,.5118243243rem + 1.6216216216vw ,1.875rem)
    }
  }
  @supports not (gap:clamp(0.9375rem ,0.5118243243rem + 1.6216216216vw ,1.875rem)) {
    .catalog__grid {
      gap: calc(.9375rem + .9375 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (padding-top:clamp(1.875rem ,-0.1114864865rem + 7.5675675676vw ,6.25rem)) {
    .catalog__descr {
      padding-top: clamp(1.875rem ,-.1114864865rem + 7.5675675676vw ,6.25rem)
    }
  }
  @supports not (padding-top:clamp(1.875rem ,-0.1114864865rem + 7.5675675676vw ,6.25rem)) {
    .catalog__descr {
      padding-top: calc(1.875rem + 4.375 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (gap:clamp(0.9375rem ,0.5118243243rem + 1.6216216216vw ,1.875rem)) {
    .single-product__container {
      gap: clamp(.9375rem ,.5118243243rem + 1.6216216216vw ,1.875rem)
    }
  }
  @supports not (gap:clamp(0.9375rem ,0.5118243243rem + 1.6216216216vw ,1.875rem)) {
    .single-product__container {
      gap: calc(.9375rem + .9375 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (padding-top:clamp(1.875rem ,1.3074324324rem + 2.1621621622vw ,3.125rem)) {
    .single-product__container {
      padding-top: clamp(1.875rem ,1.3074324324rem + 2.1621621622vw ,3.125rem)
    }
  }
  @supports not (padding-top:clamp(1.875rem ,1.3074324324rem + 2.1621621622vw ,3.125rem)) {
    .single-product__container {
      padding-top: calc(1.875rem + 1.25 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (padding-bottom:clamp(1.875rem ,-0.1114864865rem + 7.5675675676vw ,6.25rem)) {
    .single-product__container {
      padding-bottom: clamp(1.875rem ,-.1114864865rem + 7.5675675676vw ,6.25rem)
    }
  }
  @supports not (padding-bottom:clamp(1.875rem ,-0.1114864865rem + 7.5675675676vw ,6.25rem)) {
    .single-product__container {
      padding-bottom: calc(1.875rem + 4.375 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (margin-bottom:clamp(1.25rem ,0.3986486486rem + 3.2432432432vw ,3.125rem)) {
    .single-product .price:not(:last-child) {
      margin-bottom: clamp(1.25rem ,.3986486486rem + 3.2432432432vw ,3.125rem)
    }
  }
  @supports not (margin-bottom:clamp(1.25rem ,0.3986486486rem + 3.2432432432vw ,3.125rem)) {
    .single-product .price:not(:last-child) {
      margin-bottom: calc(1.25rem + 1.875 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (gap:clamp(0.9375rem ,0.5118243243rem + 1.6216216216vw ,1.875rem)) {
    .single-product__actions {
      gap: clamp(.9375rem ,.5118243243rem + 1.6216216216vw ,1.875rem)
    }
  }
  @supports not (gap:clamp(0.9375rem ,0.5118243243rem + 1.6216216216vw ,1.875rem)) {
    .single-product__actions {
      gap: calc(.9375rem + .9375 * (100vw - 26.25rem)/ 57.8125)
    }
  }
  @supports (margin-bottom:clamp(1.25rem ,0.3986486486rem + 3.2432432432vw ,3.125rem)) {
    .single-product__actions:not(:last-child) {
      margin-bottom: clamp(1.25rem ,.3986486486rem + 3.2432432432vw ,3.125rem)
    }
  }
  @supports not (margin-bottom:clamp(1.25rem ,0.3986486486rem + 3.2432432432vw ,3.125rem)) {
    .single-product__actions:not(:last-child) {
      margin-bottom: calc(1.25rem + 1.875 * (100vw - 26.25rem)/ 57.8125)
    }
  }
}
@media (min-width:62em) and (max-width:82.1875em) {
  @supports ((-moz-column-gap:clamp(1.5625rem ,-2.2765092879rem + 6.1919504644vw ,2.8125rem)) or (column-gap:clamp(1.5625rem ,-2.2765092879rem + 6.1919504644vw ,2.8125rem))) {
    .menu__list {
      -webkit-column-gap: clamp(1.5625rem ,-2.2765092879rem + 6.1919504644vw ,2.8125rem);
      -moz-column-gap: clamp(1.5625rem ,-2.2765092879rem + 6.1919504644vw ,2.8125rem);
      column-gap: clamp(1.5625rem ,-2.2765092879rem + 6.1919504644vw ,2.8125rem)
    }
  }
  @supports not ((-moz-column-gap:clamp(1.5625rem ,-2.2765092879rem + 6.1919504644vw ,2.8125rem)) or (column-gap:clamp(1.5625rem ,-2.2765092879rem + 6.1919504644vw ,2.8125rem))) {
    .menu__list {
      -webkit-column-gap: calc(1.5625rem + 1.25 * (100vw - 62rem)/ 20.1875);
      -moz-column-gap: calc(1.5625rem + 1.25 * (100vw - 62rem)/ 20.1875);
      column-gap: calc(1.5625rem + 1.25 * (100vw - 62rem)/ 20.1875)
    }
  }
  @supports ((-moz-column-gap:clamp(0.625rem ,-3.2140092879rem + 6.1919504644vw ,1.875rem)) or (column-gap:clamp(0.625rem ,-3.2140092879rem + 6.1919504644vw ,1.875rem))) {
    .block-grid {
      -webkit-column-gap: clamp(.625rem ,-3.2140092879rem + 6.1919504644vw ,1.875rem);
      -moz-column-gap: clamp(.625rem ,-3.2140092879rem + 6.1919504644vw ,1.875rem);
      column-gap: clamp(.625rem ,-3.2140092879rem + 6.1919504644vw ,1.875rem)
    }
  }
  @supports not ((-moz-column-gap:clamp(0.625rem ,-3.2140092879rem + 6.1919504644vw ,1.875rem)) or (column-gap:clamp(0.625rem ,-3.2140092879rem + 6.1919504644vw ,1.875rem))) {
    .block-grid {
      -webkit-column-gap: calc(.625rem + 1.25 * (100vw - 62rem)/ 20.1875);
      -moz-column-gap: calc(.625rem + 1.25 * (100vw - 62rem)/ 20.1875);
      column-gap: calc(.625rem + 1.25 * (100vw - 62rem)/ 20.1875)
    }
  }
  @supports (margin-bottom:clamp(3.75rem ,-3.1602167183rem + 11.1455108359vw ,6rem)) {
    .questions__img-big {
      margin-bottom: clamp(3.75rem ,-3.1602167183rem + 11.1455108359vw ,6rem)
    }
  }
  @supports not (margin-bottom:clamp(3.75rem ,-3.1602167183rem + 11.1455108359vw ,6rem)) {
    .questions__img-big {
      margin-bottom: calc(3.75rem + 2.25 * (100vw - 62rem)/ 20.1875)
    }
  }
  @supports (margin-right:clamp(5.1875rem ,-5.1778250774rem + 16.7182662539vw ,8.5625rem)) {
    .questions__img-big {
      margin-right: clamp(5.1875rem ,-5.1778250774rem + 16.7182662539vw ,8.5625rem)
    }
  }
  @supports not (margin-right:clamp(5.1875rem ,-5.1778250774rem + 16.7182662539vw ,8.5625rem)) {
    .questions__img-big {
      margin-right: calc(5.1875rem + 3.375 * (100vw - 62rem)/ 20.1875)
    }
  }
}
@media (min-width:62em) and (max-width:120em) {
  @supports (font-size:clamp(2.25rem ,-0.5560344828rem + 4.525862069vw ,4.875rem)) {
    h1 {
      font-size: clamp(2.25rem ,-.5560344828rem + 4.525862069vw ,4.875rem)
    }
  }
  @supports not (font-size:clamp(2.25rem ,-0.5560344828rem + 4.525862069vw ,4.875rem)) {
    h1 {
      font-size: calc(2.25rem + 2.625 * (100vw - 62rem)/ 58)
    }
  }
  @supports (font-size:clamp(0.875rem ,-0.3275862069rem + 1.9396551724vw ,2rem)) {
    .hero__subtitle {
      font-size: clamp(.875rem ,-.3275862069rem + 1.9396551724vw ,2rem)
    }
  }
  @supports not (font-size:clamp(0.875rem ,-0.3275862069rem + 1.9396551724vw ,2rem)) {
    .hero__subtitle {
      font-size: calc(.875rem + 1.125 * (100vw - 62rem)/ 58)
    }
  }
}
@media (min-width:48em) and (max-width:82.1875em) {
  @supports (font-size:clamp(1.5rem ,-0.6060329068rem + 4.3875685558vw ,3rem)) {
    h2 {
      font-size: clamp(1.5rem ,-.6060329068rem + 4.3875685558vw ,3rem)
    }
  }
  @supports not (font-size:clamp(1.5rem ,-0.6060329068rem + 4.3875685558vw ,3rem)) {
    h2 {
      font-size: calc(1.5rem + 1.5 * (100vw - 48rem)/ 34.1875)
    }
  }
  @supports (max-width:clamp(11.625rem ,1.0948354662rem + 21.9378427788vw ,19.125rem)) {
    .questions__img-small {
      max-width: clamp(11.625rem ,1.0948354662rem + 21.9378427788vw ,19.125rem)
    }
  }
  @supports not (max-width:clamp(11.625rem ,1.0948354662rem + 21.9378427788vw ,19.125rem)) {
    .questions__img-small {
      max-width: calc(11.625rem + 7.5 * (100vw - 48rem)/ 34.1875)
    }
  }
}
@media (min-width:82.1875em) and (max-width:120em) {
  @supports (padding-top:clamp(2.3125rem ,-9.777892562rem + 14.7107438017vw ,7.875rem)) {
    .hero__content {
      padding-top: clamp(2.3125rem ,-9.777892562rem + 14.7107438017vw ,7.875rem)
    }
  }
  @supports not (padding-top:clamp(2.3125rem ,-9.777892562rem + 14.7107438017vw ,7.875rem)) {
    .hero__content {
      padding-top: calc(2.3125rem + 5.5625 * (100vw - 82.1875rem)/ 37.8125)
    }
  }
  @supports (font-size:clamp(1rem ,-1.173553719rem + 2.6446280992vw ,2rem)) {
    .hero__price-title {
      font-size: clamp(1rem ,-1.173553719rem + 2.6446280992vw ,2rem)
    }
  }
  @supports not (font-size:clamp(1rem ,-1.173553719rem + 2.6446280992vw ,2rem)) {
    .hero__price-title {
      font-size: calc(1rem + 1 * (100vw - 82.1875rem)/ 37.8125)
    }
  }
  @supports (font-size:clamp(2rem ,-2.347107438rem + 5.2892561983vw ,4rem)) {
    .hero__price-value {
      font-size: clamp(2rem ,-2.347107438rem + 5.2892561983vw ,4rem)
    }
  }
  @supports not (font-size:clamp(2rem ,-2.347107438rem + 5.2892561983vw ,4rem)) {
    .hero__price-value {
      font-size: calc(2rem + 2 * (100vw - 82.1875rem)/ 37.8125)
    }
  }
  @supports (font-size:clamp(1rem ,-1.7169421488rem + 3.305785124vw ,2.25rem)) {
    .hero__price-value span {
      font-size: clamp(1rem ,-1.7169421488rem + 3.305785124vw ,2.25rem)
    }
  }
  @supports not (font-size:clamp(1rem ,-1.7169421488rem + 3.305785124vw ,2.25rem)) {
    .hero__price-value span {
      font-size: calc(1rem + 1.25 * (100vw - 82.1875rem)/ 37.8125)
    }
  }
  @supports (font-size:clamp(1rem ,-3.347107438rem + 5.2892561983vw ,3rem)) {
    .hero__size-item {
      font-size: clamp(1rem ,-3.347107438rem + 5.2892561983vw ,1.5rem)
    }
  }
  @supports not (font-size:clamp(1rem ,-3.347107438rem + 5.2892561983vw ,3rem)) {
    .hero__size-item {
      font-size: calc(1rem + 2 * (100vw - 82.1875rem)/ 37.8125)
    }
  }
}
@media (min-width:87.5em) and (max-width:120em) {
  @supports (padding-top:clamp(1.875rem ,-4.8557692308rem + 7.6923076923vw ,4.375rem)) {
    .hero__img {
      padding-top: clamp(1.875rem ,-4.8557692308rem + 7.6923076923vw ,4.375rem)
    }
  }
  @supports not (padding-top:clamp(1.875rem ,-4.8557692308rem + 7.6923076923vw ,4.375rem)) {
    .hero__img {
      padding-top: calc(1.875rem + 2.5 * (100vw - 87.5rem)/ 32.5)
    }
  }
  @supports (padding-bottom:clamp(1.875rem ,-4.8557692308rem + 7.6923076923vw ,4.375rem)) {
    .hero__img {
      padding-bottom: clamp(1.875rem ,-4.8557692308rem + 7.6923076923vw ,4.375rem)
    }
  }
  @supports not (padding-bottom:clamp(1.875rem ,-4.8557692308rem + 7.6923076923vw ,4.375rem)) {
    .hero__img {
      padding-bottom: calc(1.875rem + 2.5 * (100vw - 87.5rem)/ 32.5)
    }
  }
}
@media (max-width:61.99875em) and (min-width:84.0625em) {
  .hero__img::before {
    left: 25rem
  }
}
@media (max-width:61.99875em) and (min-width:26.25em) and (max-width:84.0625em) {
  @supports (left:clamp(7.5rem ,-0.4459459459rem + 30.2702702703vw ,25rem)) {
    .hero__img::before {
      left: clamp(7.5rem ,-.4459459459rem + 30.2702702703vw ,25rem)
    }
  }
  @supports not (left:clamp(7.5rem ,-0.4459459459rem + 30.2702702703vw ,25rem)) {
    .hero__img::before {
      left: calc(7.5rem + 17.5 * (100vw - 26.25rem)/ 57.8125)
    }
  }
}
@media (min-width:61.99875em) and (min-width:82.1875em) and (max-width:120em) {
  @supports (max-height:clamp(26.875rem ,-24.2035123967rem + 62.1487603306vw ,50.375rem)) {
    .hero__img-row {
      max-height: clamp(26.875rem ,-24.2035123967rem + 62.1487603306vw ,50.375rem)
    }
  }
  @supports not (max-height:clamp(26.875rem ,-24.2035123967rem + 62.1487603306vw ,50.375rem)) {
    .hero__img-row {
      max-height: calc(26.875rem + 23.5 * (100vw - 82.1875rem)/ 37.8125)
    }
  }
}
@media (min-width:61.99875em) and (max-width:82.1875em) {
  .hero__img-row {
    max-height: 26.875rem
  }
}
@media (max-width:61.99875em) and (min-width:26.25em) and (max-width:62em) {
  @supports (font-size:clamp(1rem ,-0.4685314685rem + 5.5944055944vw ,3rem)) {
    .hero__size-item {
      font-size: clamp(1rem ,-.4685314685rem + 5.5944055944vw ,3rem)
    }
  }
  @supports not (font-size:clamp(1rem ,-0.4685314685rem + 5.5944055944vw ,3rem)) {
    .hero__size-item {
      font-size: calc(1rem + 2 * (100vw - 26.25rem)/ 35.75)
    }
  }
  @supports (max-width:clamp(11.625rem ,1.5288461538rem + 38.4615384615vw ,25.375rem)) {
    .questions__img-small {
      max-width: clamp(11.625rem ,1.5288461538rem + 38.4615384615vw ,25.375rem)
    }
  }
  @supports not (max-width:clamp(11.625rem ,1.5288461538rem + 38.4615384615vw ,25.375rem)) {
    .questions__img-small {
      max-width: calc(11.625rem + 13.75 * (100vw - 26.25rem)/ 35.75)
    }
  }
}
@media (max-width:61.99875em) and (min-width:62em) {
  .questions__img-small {
    max-width: 25.375rem
  }
}
@media (any-hover:hover) {
  .menu__list a:hover {
    color: #7229a5
  }
  .btn--outline:hover {
    background: #7229a5!important;
    color: #fff
  }
  .btn:hover {
    background: #484747
  }
  .social__item:hover svg {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }
  .social__item:hover svg path {
    fill: #484747
  }
  .number:hover {
    color: #7229a5
  }
  .header .account-link:hover svg path,
  .header .cart-link:hover svg path,
  .header .favorites-link:hover svg path {
    fill: #7229a5
  }
  .footer-menu__list a:hover {
    color: #7229a5
  }
  .contacts__item a:hover {
    color: #7229a5
  }
  .product-card__img:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }
  .gallery__slide:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
  .gallery-prev:hover svg {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px)
  }
  .gallery-next:hover svg {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
  }
  .testimonials .swiper-prev:hover svg {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px)
  }
  .testimonials .swiper-next:hover svg {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
  }
}
.webp .lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url(data:image/webp;base64,UklGRs4AAABXRUJQVlA4IMIAAACwBQCdASogACAAPpFCnEolo6KhqAgAsBIJaQAD5dDxrXM99232GfVDjLF0EQDwsC0CXKtWlgAA/vV76pcYbjjsL88+3qb/4UfhRX+dwASYANdOF+J5Nu61NxB7TUbHeCQeee2d4nX3M/8oPzSbTnBOl/xCNiQkRhkYBtGvv3/fXfn2CbNj/EPmnHMb/H7zFQx28TJK5yXYt1B6zlKYbIeBfYPo1h1tsfJDbPjNrzTs7O1elyh7eF4fdYd8hFly7AAAAA==) no-repeat scroll center center transparent
}

.blog-title{
    text-transform: none;
	padding-top: 3.1875rem;
}

.blog__container {
	display: grid;
    grid-template-columns: 0.74fr 0.26fr;
    column-gap: 142px;
	padding-top: 3.75rem;
	padding-bottom: 6.25rem;
}

.pt-cv-thumbnail {
	width: 419px;
	height: 350px;
	border-radius: 30px;
	background-size: cover;
}

.pt-cv-thumb-default {
	display: flex;
  	justify-content: center;
}

.pt-cv-wrapper .btn-success {
	width: 194px;
	height: 50px;
	background: #7229A5;
	border-radius: 30px;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	border: none;
	text-align: center;
	display: flex; 
    justify-content: center; 
    align-items: center;
	margin-top: 30px;
}

.pt-cv-wrapper .btn-success:hover {
    background: #484747;
}

.pt-cv-view .pt-cv-readmore:hover {
    background: #484747;
}

.pt-cv-pagination-wrapper {
	display: flex;
	justify-content: center;
	margin-top: 50px;
	margin-bottom: 0 !important;
}

.pt-cv-wrapper .pagination>li>a, .pt-cv-wrapper .pagination>li>span {
    border: none !important;
	color: #484747;
    line-height: normal;
    font-family: Inter;
	font-weight: 400;
}

.pt-cv-wrapper .pagination>.active>a, .pt-cv-wrapper .pagination>.active>a:focus, .pt-cv-wrapper .pagination>.active>a:hover, .pt-cv-wrapper .pagination>.active>span, .pt-cv-wrapper .pagination>.active>span:focus, .pt-cv-wrapper .pagination>.active>span:hover {
    color: #7229A5;
    background-color: transparent !important;
    border-color: transparent !important;
	font-weight: 600;
}

.pt-cv-wrapper .pagination>li>a, .pt-cv-wrapper .pagination>li>span {
    background-color: transparent !important;
}

.cv-pageitem-next a{
	color: transparent !important;
}

.cv-pageitem-prev a{
	color: transparent !important;
}

.cv-pageitem-next :before {
    content: "";
    position: absolute;
    top: 50%;
	right: 24px;
	width: 12px;
	height: 1px;
    transform: translateY(-50%);
	background: #7229A5;
	border-radius: 5px;
}

.cv-pageitem-prev :before {
    content: "";
    position: absolute;
    top: 50%;
	right: 0;
	width: 12px;
	height: 1px;
    transform: translateY(-50%);
	background: #7229A5;
	border-radius: 5px;
}

.pt-cv-wrapper .pagination>li>a, .pt-cv-wrapper .pagination>li>span {
    padding: 6px 15px !important;
}

.pt-cv-meta-fields{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #484747;
	border-bottom: 1px solid #D9D9D9;
    padding-bottom: 10px; 
	margin-bottom: 0 !important;
}

.pt-cv-meta-fields .entry-date {
	order: 2;
}

.pt-cv-meta-fields span:nth-child(2) {
    display: none;
}

.pt-cv-meta-fields a {
    color: inherit !important;
}

.rpwe-img .rpwe-thumb {
    border: none !important;
    border-radius: 15px;
	margin: 0 15px 0 0 !important;
	padding: 0 !important;
	width: 70px;
	height: auto;
}

.rpwe-ul .rpwe-clearfix{
	padding: 20px 15px 0 15px !important;
	border-bottom: none !important;
	margin: 0 !important;
}

.rpwe-clearfix .rpwe-title{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 14px !important;
	line-height: 17px;
	color: #484747;
}

.rpwe-block {
	padding-bottom: 20px;
}

.custom-filters .sidebar .widget ul {
    padding-top: 10px;
    padding-bottom: 20px;
	list-style: none;
}

.custom-filters .sidebar .widget ul li {
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 15px;
	border-bottom: none;
	list-style: none;
}

.custom-filters .sidebar .widget ul li a{
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
}

.custom-filters .sidebar .widget ul li a :hover{
	color: #484747 !important;
    font-weight: 600 !important;
}

.custom-filters .cat-item.current-cat a{
    color: #484747 !important;
    font-weight: 600 !important;
}

.post__container {
	display: grid;
    grid-template-columns: 76.1% 23.9%;
    column-gap: 30px;
	padding-top: 3.75rem;
	padding-bottom: 6.25rem;
}

.post__container .entry-title {
	font-size: 48px;
	text-transform: none;
	margin-bottom: 100px;
}

.post__container .entry-content {
	font-weight: 400; 
	font-size: 16px; 
	line-height: 24px;
	padding-top: 48px;
}

.post__container .entry-content h1,
.post__container .entry-content h2,
.post__container .entry-content h3,
.post__container .entry-content h4 {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.pt-cv-wrapper img {
    object-fit: cover !important;
}

.post__container .post-thumbnail {
	display: flex;
	justify-content: center;
	margin-top: 10px;
	height: 550px; 
}

.post__container .post-thumbnail img {
	border-radius: 30px;
	background-size: cover;
	width: 100%; 
	height: 100%; 
	object-fit: cover !important;
}


.post__container .entry-content ol {
	font-weight: 400; 
	font-size: 16px; 
	line-height: 24px;
	list-style-position: inside;
}

.entry-meta {
	display: flex;
	justify-content: space-between;
}

.pt-cv-thumbnail {
    order: 1;
}

.pt-cv-meta-fields {
    order: 2;
}

.pt-cv-title {
    order: 3; 
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.pt-cv-content {
    order: 4;
}

.pt-cv-readmore {
    order: 5;
}

.pt-cv-view .pt-cv-ifield {
    display: flex;
    flex-direction: column;
}

.pt-cv-wrapper .btn-success.active, .pt-cv-wrapper .btn-success:active, .pt-cv-wrapper .btn-success:hover, .pt-cv-wrapper .open>.dropdown-toggle.btn-success {
    background-color: #484747 !important;
    border-color: #484747;
}

.iscvblock .pt-cv-readmore.btn:active, .iscvblock .pt-cv-readmore.btn:focus, .iscvblock .pt-cv-readmore.btn:hover {
   background-color: #484747 !important;
}

.pt-cv-content-item {
	display: flex;
    flex-direction: column;
}

.main-blog__container .pt-cv-page{
    flex-direction: column;
	column-gap: 20px !important;
}

.iscvblock .pt-cv-readmore.btn {
	background: #7229A5;
}

.main-blog__container {
	padding-bottom: 100px;
	padding-top: 100px;
}

.btn-news{
	border: 1px solid #7229A5;
	background: transparent;
	color: #484747;
	display: inline-block;
	margin-top: 50px;
}

.btn-news:hover {
	color: #fff;
	background: #7229A5;
}

.main-blog-btn {
	text-align: center;
}

.pt-cv-thumb-wrapper {
    display: flex;
    justify-content: center;
	width: inherit !important;
}

.pt-cv-thumb-wrapper .pt-cv-thumbnail {
    object-fit: cover;
    width: 419px;
    margin-bottom: 0 !important;
}

.post-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
	grid-row-gap: 50px;
	padding-left: 20px;
	padding-right: 20px;
}

.post {
    display: flex;
    flex-direction: column;
}

.post .post-thumbnail {
   	text-align:center;
	overflow: hidden;
	border-radius: 30px;
}

.posts-container .post .post-thumbnail img {
	width: 100%;
    height: auto;
    max-height: 350px;
    object-fit: cover;
    margin-bottom: 0 !important;
}

.post .post-title {
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	margin-top: 20px;
    margin-bottom: 20px;
}

.post .post-title:hover {
	color: #7229a5;
}

.post-meta {
	display: flex;
	justify-content: space-between;
	padding-top: 10px;
    padding-bottom: 10px;
	border-bottom: 1px solid #D9D9D9;
}

.post-btn {
	max-width: 194px;
	margin-top: 30px;
}

.pagination {
    display: flex;
    justify-content: center;
	margin-top: 100px;
}

.pagination a {
    display: inline-block;
    text-decoration: none;
}

.pagination a:hover {
    color: #7229A5;
	font-weight: 600;
}
.pagination .nav-links {
	display: flex;
	gap: 15px;
}
.pagination .current {
    color: #7229A5;
	font-weight: 600;
}

.pagination .next,
.pagination .prev {
	position: relative;
	color: transparent;
	width: 12px;
}

.pagination .next:hover,
.pagination .prev:hover
{
    color: transparent;
}

.pagination .next:before,
.pagination .prev:before {
	content: "";
    position: absolute;
    top: 25%;
	right: 0;
	width: 12px;
	height: 1px;
	background: #7229A5;
	border-radius: 5px;
}

.tagcloud {
	padding: 15px;
}

.tag-cloud-link {
    display: inline-block;
    background-color: #f3f4f6; 
    color: #333; 
    text-decoration: none; 
	padding: 5px;
	margin: 2px -1px 2px 0;
    font-size: 14px; 
    font-weight: 500; 
    border: 1px solid #d1d5db; 
    border-radius: 5px; 
    transition: all 0.3s ease; 
}

.post-thumbnail a {
	display: block;
	transform: scale(1.05);
	transition: transform 0.3s ease;
}

.post-thumbnail a:hover {
    transform: scale(1.2); 
}
.post__content {
	display: flex;
    flex-direction: column;
	grid-gap: 60px;
}
.tags-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.tag-item {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px 10px;
	border: 1px solid #E4E4E7;
	border-radius: 5px;
	white-space: nowrap;
	transition: .3s;
}

.tags-label {
	font-size: 16px;
	color: #fff;
	background-color: #7229A5;
	margin-right: 15px;
	text-align: center;
	border: none;
	cursor: text;
}

.tag-item:hover {
	background-color: #7229A5;
	color: white;
	cursor: pointer;
}

@media (max-width: 86.0625em) {
    .post__container {
		display: grid;
		grid-template-columns: 1fr;
		grid-row-gap: 30px;
	}
	.blog__container {
		display: grid;
		grid-template-columns: 1fr;
		grid-row-gap: 30px;
	}
	.custom-filters {
		width: 100%;
		max-width: 100%;
	}
	.pt-cv-wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 48em) {
	.post__container .entry-title {
		font-size: 32px;
	}
	.post-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 61.9988em) {
    .filters {
        position: relative;
        left: 0;
    }
	.pt-cv-content-item {
		padding-bottom: 30px;
	}
	.pt-cv-readmore{
		justify-self: center;
	}
	.post__container .post-thumbnail {
		height: 50%;
	}
}