@keyframes fadeInTop {
  0% {
    translate: 0 -100%
  }

  to {
    translate: 0 0
  }
}

@keyframes fadeOutTop {
  0% {
    translate: 0 0
  }

  to {
    translate: 0 -200%
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes pulse {
  0% {
    opacity: 0
  }

  80%,
  to {
    opacity: 1
  }
}

@keyframes scaleIn {
  0% {
    scale: 0
  }

  to {
    scale: 1
  }
}

.container {
  position: relative;
  margin: 0 auto;
  max-width: 430px;
  width: 100vw;
  padding: 0 16px
}

* {
  box-sizing: border-box;
  outline: 0
}

:focus {
  outline: 0
}

html {
  display: flex;
  flex-direction: column
}

html:not(.loaded) ._dynamic_adapt_,
html:not(.loaded) [data-da*=header__mobile] {
  display: none
}

body,
html {
  scrollbar-gutter: stable
}

.wrapper,
body,
html {
  min-height: 100%
}

body {
  position: relative;
  margin: 0;
  font-family: "Onest-Regular";
  color: #262b2e;
  line-height: 1.4
}

body.no-scroll {
  overflow-y: hidden
}

.wrapper,
body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  overflow-x: clip
}

.wrapper>* {
  width: 100%
}

.main {
  flex: 1 1 auto
}

sup {
  font-size: .5em
}

svg {
  transition: all .4s
}

a,
button,
figure,
iframe,
input,
li,
textarea {
  text-decoration: none;
  color: inherit;
  border: 0;
  background: 0 0
}

a,
button,
figure,
iframe,
li {
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: inherit
}

a:active,
button:active,
figure:active,
iframe:active,
input:active,
li:active,
textarea:active {
  outline: 0
}

button {
  font-size: inherit
}

strong {
  font-family: "Onest-Bold", "Onest-SemiBold", "Onest-Medium", "Onest-Regular";
  font-weight: 400
}

input,
textarea {
  outline: 0;
  -webkit-appearance: none;
  appearance: none;
  font-family: "Onest-Regular"
}

input::placeholder,
textarea::placeholder {
  color: inherit;
  font: inherit;
  transition: all .4s
}

textarea {
  resize: none;
  max-height: 100%;
  padding-right: 9px;
  overflow-y: auto;
  overflow-x: hidden
}

@supports (-moz-appearance:none) {
  textarea {
    scrollbar-color: #b5b5b5 #ebebeb;
    scrollbar-width: thin
  }
}

textarea::-webkit-scrollbar {
  width: 4px
}

textarea::-webkit-scrollbar-track-piece {
  background-color: #ebebeb;
  border-radius: 5px
}

textarea::-webkit-scrollbar-thumb {
  background-color: #b5b5b5;
  border-radius: 5px
}

input[type=button],
input[type=submit] {
  cursor: pointer
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 1.5px solid #6fa231
}

b {
  font-weight: 400
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: inherit
}

img {
  max-width: 100%;
  object-fit: contain;
  border: 0
}

[class*=-img] picture,
[class*=__img] picture {
  width: 100%;
  height: 100%
}

picture {
  display: flex;
  justify-content: center
}

[data-digits-counter] {
  display: inline-block;
  white-space: nowrap
}

.input-wrapper,
.input-wrapper p {
  display: grid
}

.logo {
  display: flex
}

.button,
.submit,
.tel {
  transition: color .3s, background .3s, opacity .3s
}

.link-button {
  display: inline-flex;
  justify-content: center;
  align-items: center
}

.hover-translate {
  transition: translate .4s
}

.hover-translate:focus-visible {
  translate: 0 -5px
}

.hover-scale {
  transition: all .4s
}

.hover-scale img {
  transition: all .5s
}

.hover-scale:focus-visible img {
  scale: 1.02
}

.underline {
  position: relative
}

.underline:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: 0 0;
  transition: all .4s
}

[hidden] {
  display: none !important
}

.more-line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical
}

.flex {
  display: flex
}

.flex-wrap {
  flex-wrap: wrap
}

.justify-center {
  justify-content: center
}

.justify-end {
  justify-content: end
}

.justify-start {
  justify-content: start;
  justify-items: start
}

.justify-between {
  width: 100%;
  justify-content: space-between
}

.align-center {
  align-items: center
}

.align-start {
  align-items: start;
  align-content: start
}

.col {
  justify-items: start
}

.col,
.grid {
  display: grid;
  grid-template-columns: 100%
}

.menu-link {
  position: relative;
  order: 10;
  width: 35px;
  height: 35px
}

.menu-link.active .menu-lines {
  background: 0 0
}

.menu-link.active .menu-lines:after {
  top: 0;
  rotate: -135deg
}

.menu-link.active .menu-lines:before {
  top: 0;
  rotate: 135deg
}

.menu-lines,
.menu-lines:after,
.menu-lines:before {
  position: absolute;
  width: 35px;
  height: 3px;
  background-color: #89c541;
  transition: .4s;
  pointer-events: none
}

.menu-lines {
  top: 50%;
  right: 0;
  translate: 0 -50%
}

.menu-lines:after,
.menu-lines:before {
  content: "";
  top: -8px;
  right: 0
}

.menu-lines:after {
  top: 8px
}

.section-gray {
  background: #f5f5f5
}

.title {
  font-family: "Unbounded-SemiBold"
}

.title span {
  opacity: .6
}

.button {
  padding: 1.25em 2.625em;
  border-radius: 14px
}

.button_active {
  background: #89c541;
  color: #fff
}

.button_active:focus-visible {
  background: #77ad35
}

.button_white {
  background: #fff;
  color: #1982c6
}

.button_white:focus-visible {
  background: #89c541;
  color: #fff
}

a.button {
  padding: 0;
  background: 0 0;
  font-family: "Unbounded-Bold";
  color: #89c541
}

a.button:focus-visible {
  background: 0 0
}

.social {
  align-items: center;
  gap: 16px
}

.social,
.social a {
  display: flex
}

.social img {
  width: 26px;
  height: 26px
}

.input,
.textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 6px
}

.input-file {
  position: relative;
  width: 100%;
  cursor: pointer
}

.input-file input,
.input-image input {
  width: 100%;
  height: 100%;
  opacity: 0
}

.input-file-text,
.input-image {
  display: flex;
  align-items: center
}

.input-file-text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgMTYiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMTYiPjxwYXRoIGQ9Im03LjY0NiAxMy42NDYuNzA3LjcwNyA2LTZhNC4wNCA0LjA0IDAgMCAwIDAtNS43MDcgNC4wMzkgNC4wMzkgMCAwIDAtNS43MDcgMGwtNi41IDYuNWEzLjMzMiAzLjMzMiAwIDAgMCAwIDQuNzA3Yy42NDguNjQ4IDEuNTAxLjk3NCAyLjM1NC45NzRzMS43MDUtLjMyNSAyLjM1NC0uOTc0bDYtNmMuNDk1LS40OTUuNzY3LTEuMTUzLjc2Ny0xLjg1M3MtLjI3Mi0xLjM1OC0uNzY4LTEuODU0Yy0uOTktLjk5LTIuNzE3LS45OS0zLjcwNyAwbC01LjUgNS41LjcwNy43MDcgNS41LTUuNWMuNjExLS42MTEgMS42ODItLjYxMSAyLjI5MyAwIC4zMDYuMzA2LjQ3NS43MTMuNDc1IDEuMTQ3cy0uMTY5Ljg0MS0uNDc1IDEuMTQ2bC02IDZjLS45MDguOTA4LTIuMzg1LjkwOC0zLjI5MyAwcy0uOTA4LTIuMzg1IDAtMy4yOTNsNi41LTYuNWMxLjE4NC0xLjE4NCAzLjEwOS0xLjE4NCA0LjI5MyAwczEuMTg0IDMuMTA5IDAgNC4yOTNsLTYgNnoiIGZpbGw9IiM5NTk1OTciIGNsYXNzPSJmaWxsLTAwMDAwMCI+PC9wYXRoPjwvc3ZnPg==) left center/20px no-repeat
}

.input-image {
  position: relative;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #ccc;
  border-radius: 10px;
  overflow: hidden;
  transition: all .4s
}

.input-image__img {
  z-index: 1;
  position: absolute;
  inset: 0
}

.input-image__img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.input-image__remove,
.input-image__text {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center
}

.input-image__text {
  inset: 0;
  z-index: 2
}

.input-image__remove {
  right: 10px;
  top: 10px;
  z-index: 4;
  width: 30px;
  height: 30px;
  font-size: 50px;
  color: #89c541;
  visibility: hidden
}

.input-image__remove.active {
  visibility: visible
}

.input-date {
  position: relative
}

.input-date,
.input-date input {
  cursor: pointer
}

.input-date input::-webkit-calendar-picker-indicator {
  width: 22px;
  height: 22px;
  background: url(../img/calendar.svg) center/contain no-repeat;
  cursor: pointer
}

.input-date input::-webkit-datetime-edit {
  color: transparent;
  opacity: 0
}

.input-date input:focus::-webkit-datetime-edit {
  color: #262b2e;
  opacity: 1
}

.input-date span {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 1;
  color: #bbb;
  font-family: "Onest-Light";
  pointer-events: none
}

.input-date.active input::-webkit-datetime-edit {
  color: #262b2e;
  opacity: 1
}

.password {
  position: relative;
  width: 100%
}

.password__icon {
  position: absolute;
  right: 15px;
  top: 50%;
  translate: 0 -50%;
  width: 16px;
  height: 10px;
  background: url(../img/icons/password-hide.svg) center/contain no-repeat;
  transition: all .4s
}

.password__icon.active {
  background-image: url(../img/icons/password-show.svg)
}

.form__icon {
  flex-grow: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin-right: 10px;
  border: 1px solid #777
}

.form__icon.active {
  background: url(../img/check.svg) center/10px no-repeat
}

.form__check {
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  color: #252525;
  line-height: 1.6153846154
}

.form__check a:hover,
.text-block a {
  text-decoration: underline
}

.form__check.error .form__icon {
  border-color: #c00
}

.form__check.error .form__text,
.form__check.error .form__text a {
  color: #c00
}

.popup,
.popup__dialog {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center
}

.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  display: none;
  overflow: hidden;
  background: rgba(0, 0, 0, .7)
}

.popup__dialog {
  display: flex;
  flex-direction: column;
  cursor: pointer
}

.popup__content {
  position: relative;
  width: 600px;
  max-width: 96%;
  max-height: 90vh;
  background: #fff;
  overflow-y: auto;
  transition: all .4s;
  cursor: default;
  border-radius: 16px
}

.popup-call {
  text-align: center
}

.popup__form form {
  display: grid;
  justify-content: center;
  grid-template-columns: 100%
}

.popup__form .input-wrapper {
  gap: 10px
}

.popup__close {
  position: absolute;
  cursor: pointer;
  transition: all .4s
}

.popup__close svg {
  width: 14px;
  height: 14px;
  fill: 262b2e
}

.popup-thank .popup__content {
  display: grid;
  min-width: 280px;
  justify-items: center;
  background: #fff;
  color: #262b2e
}

.popup-thank .popup__subtitle,
.popup-thank .popup__title {
  margin: 0
}

.popup-thank img {
  object-fit: contain
}

.popup-product .popup__content {
  width: 1010px
}

.popup-product-wrapper {
  display: grid;
  grid-template-columns: 41.5611814346% 1fr;
  align-items: start
}

.popup-product__left {
  display: grid;
  gap: 20px;
  grid-template-columns: 100%;
  align-content: start
}

.popup-product__right {
  display: grid;
  gap: 24px;
  justify-items: start
}

.popup-product__text {
  color: rgba(38, 43, 46, .8)
}

.popup-product__text:not(.popup-product__text-full) {
  max-height: 365px;
  padding-right: 9px;
  overflow-y: auto;
  overflow-x: hidden
}

@supports (-moz-appearance:none) {
  .popup-product__text:not(.popup-product__text-full) {
    scrollbar-color: #b5b5b5 #ebebeb;
    scrollbar-width: thin
  }
}

.popup-product__text:not(.popup-product__text-full)::-webkit-scrollbar {
  width: 4px
}

.popup-product__text:not(.popup-product__text-full)::-webkit-scrollbar-track-piece {
  background-color: #ebebeb;
  border-radius: 5px
}

.popup-product__text:not(.popup-product__text-full)::-webkit-scrollbar-thumb {
  background-color: #b5b5b5;
  border-radius: 5px
}

.popup-product__text ol,
.popup-product__text ul {
  padding-left: 30px;
  margin-block: 10px
}

.popup-product__text p:has(+ul) {
  margin-bottom: 5px !important
}

.popup-product__gallery {
  display: grid;
  grid-template-columns: 100%
}

.popup-product .popup__slider {
  order: -1
}

.popup-product .popup__slider a {
  display: flex
}

.popup-product .popup__slider img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 18px;
  overflow: hidden
}

.popup-product .popup-thumb__slider:not(:has(.swiper-slide:nth-child(2))) {
  display: none
}

.popup-product .popup-thumb img {
  border: 2.23px solid #fff;
  border-radius: 11px;
  transition: all .4s
}

.popup-product .popup-thumb .swiper-slide-thumb-active img {
  border-color: #89c541
}

.header {
  background: url(../img/header-bg.webp) center right/cover no-repeat
}

.header__top {
  display: grid;
  grid-template-columns: auto auto 1fr;
  justify-items: start;
  justify-content: start;
  align-items: center;
  padding-top: 34px
}

.header__logo {
  display: flex;
  justify-content: center
}

.header__call {
  display: flex;
  align-items: center;
  justify-self: end
}

.header__tel {
  font-family: "Onest-Bold"
}

.header__text {
  font-family: "Onest-Medium";
  font-size: 16px
}

.header__title {
  font-family: "Unbounded-ExtraBold";
  line-height: 1.2
}

.header__subtitle {
  font-family: "Unbounded-ExtraBold";
  opacity: .6
}

.footer {
  color: #3c3c3c
}

.footer__top {
  display: grid;
  grid-template-columns: repeat(4, auto);
  align-items: center;
  margin-bottom: 24px
}

.footer__item-text,
.info__text strong {
  font-family: "Onest-Medium"
}

.footer__item svg {
  max-width: 20px;
  max-height: 20px;
  fill: none;
  stroke: #3b7fc0
}

.footer__bottom,
.footer__call {
  display: flex;
  align-items: center;
  gap: 16px
}

.footer__bottom {
  justify-content: space-between;
  gap: 10px;
  font-size: 14px
}

.footer__bottom a:focus-visible {
  color: #89c541
}

.footer .siteup,
.info__list li {
  display: flex;
  align-items: center
}

.features-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  counter-reset: number
}

.features__item {
  position: relative;
  background: #f5f5f5;
  counter-increment: number
}

.features__item:focus-visible .features__item-icon {
  rotate: 0deg
}

.features__item:after {
  content: "0" counter(number);
  position: absolute;
  font-family: "Unbounded-Regular";
  opacity: .6
}

.features__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/features/icon.svg) center/contain no-repeat;
  rotate: -15deg;
  filter: drop-shadow(0 4px 40px rgba(0, 0, 0, .1));
  transition: all .4s
}

.features__item-icon img {
  max-width: 59%;
  max-height: 59%
}

.features__item-title {
  margin-bottom: 15px;
  font-family: "Unbounded-Medium"
}

.features__item-text {
  opacity: .8
}

.info-wrapper {
  background: #f5f5f5
}

.info__left {
  display: grid;
  grid-template-columns: 100%;
  justify-items: start
}

.info__list {
  display: grid;
  grid-template-columns: auto auto;
  padding-left: 0
}

.info__list li:before {
  content: "";
  width: 44px;
  height: 48px;
  rotate: -45deg;
  background: url(../img/icons/star.svg) center/contain no-repeat
}

.offer-wrapper {
  display: grid;
  grid-template-columns: 37.2592592593% 1fr;
  gap: 20px;
  align-items: center;
  background: #f5f5f5 url(../img/offer-bg.webp) right center/contain no-repeat
}

.offer__img {
  height: 100%;
  object-fit: cover
}

.questions {
  background: #1982c6;
  color: #fff
}

.questions-wrapper {
  display: grid;
  justify-items: center;
  text-align: center
}

.questions__title {
  font-family: "Unbounded-Bold"
}

.questions .button {
  color: #fff
}

.slider {
  position: relative
}

.slider__navigation {
  display: flex;
  gap: 20px
}

.slider__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #262b2e;
  border-radius: 50%;
  transition: all .4s
}

.slider__arrow:focus-visible {
  background: #89c541;
  border-color: #89c541
}

.slider__arrow:focus-visible svg {
  fill: #fff;
  stroke: #fff
}

.slider__arrow svg {
  width: 30%;
  height: 30%;
  stroke: #262b2e
}

.swiper {
  transition: all .4s
}

.swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 10px;
  row-gap: 5px;
  width: 100%
}

.swiper-pagination-bullet {
  border-radius: 50%;
  background: #f5f5f5;
  cursor: pointer;
  transition: all .4s
}

.swiper-pagination-bullet-active {
  background: #89c541
}

.swiper-pagination-bullet-active:last-child:first-child {
  display: none
}

.swiper-lock {
  display: none
}

.swiper-wrapper {
  display: grid;
  grid-auto-flow: column;
  justify-content: start
}

.swiper-slide {
  display: grid
}

html:not(.loaded) .swiper {
  opacity: 0
}

body:before {
  content: "1";
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
  overflow: hidden
}

.text-block b,
.text-block h2,
.text-block h3,
.text-block strong {
  font-family: "Onest-Bold", "Onest-SemiBold", "Onest-Medium", "Onest-Regular"
}

.text-block h1 {
  font-family: "Unbounded-ExtraBold"
}

.text-block h2+ol,
.text-block h2+ul,
.text-block h3+ol,
.text-block h3+ul,
.text-block h4+ol,
.text-block h4+ul,
.text-block h5+ol,
.text-block h5+ul,
.text-block h6+ol,
.text-block h6+ul,
.text-block p+ol,
.text-block p+ul {
  padding-top: 0
}

.text-block blockquote {
  margin: 0;
  background: #f5f5f5
}

.text-block mark {
  background: #9acd5c
}

.text-block table,
.video {
  width: 100%;
  border-radius: 10px
}

.text-block table {
  max-width: 100%;
  background-color: #fff;
  border-collapse: collapse
}

.text-block table td,
.text-block table th {
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  text-align: inherit
}

.text-block table thead th {
  border-bottom: 2px solid #dee2e6
}

.video {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16/9;
  background-color: #000;
  cursor: pointer;
  overflow: hidden
}

.video-wrapper {
  width: 100%;
  max-width: 500px
}

.video__link,
.video__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.video__media {
  border: 0;
  object-fit: cover
}

.video__button {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  display: flex;
  justify-content: center;
  align-items: center
}

.video__icon {
  position: relative;
  width: 68px;
  height: 48px;
  transition: .25s cubic-bezier(0, 0, .2, 1);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMC8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvVFIvMjAwMS9SRUMtU1ZHLTIwMDEwOTA0L0RURC9zdmcxMC5kdGQnPjxzdmcgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzIgMzIiIGhlaWdodD0iMzJweCIgaWQ9IkxheWVyXzEiIHZlcnNpb249IjEuMCIgdmlld0JveD0iMCAwIDMyIDMyIiB3aWR0aD0iMzJweCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGc+PHBhdGggZD0iTTMxLjY3LDkuMTc5YzAsMC0wLjMxMi0yLjM1My0xLjI3MS0zLjM4OWMtMS4yMTctMS4zNTgtMi41OC0xLjM2Ni0zLjIwNS0xLjQ0M0MyMi43MTcsNCwxNi4wMDIsNCwxNi4wMDIsNCAgIGgtMC4wMTVjMCwwLTYuNzE1LDAtMTEuMTkxLDAuMzQ3QzQuMTcxLDQuNDI0LDIuODA5LDQuNDMyLDEuNTkxLDUuNzlDMC42MzMsNi44MjYsMC4zMiw5LjE3OSwwLjMyLDkuMTc5UzAsMTEuOTQsMCwxNC43MDF2Mi41ODggICBjMCwyLjc2MywwLjMyLDUuNTIzLDAuMzIsNS41MjNzMC4zMTIsMi4zNTIsMS4yNzEsMy4zODZjMS4yMTgsMS4zNTgsMi44MTUsMS4zMTcsMy41MjcsMS40NTlDNy42NzcsMjcuOTE5LDE1Ljk5NSwyOCwxNS45OTUsMjggICBzNi43MjItMC4wMTIsMTEuMTk5LTAuMzU1YzAuNjI1LTAuMDgsMS45ODgtMC4wODgsMy4yMDUtMS40NDZjMC45NTgtMS4wMzQsMS4yNzEtMy4zODYsMS4yNzEtMy4zODZzMC4zMi0yLjc2MSwwLjMyLTUuNTIzdi0yLjU4OCAgIEMzMS45OSwxMS45NCwzMS42Nyw5LjE3OSwzMS42Nyw5LjE3OXoiIGZpbGw9IiNFMDJGMkYiLz48cG9seWdvbiBmaWxsPSIjRkZGRkZGIiBwb2ludHM9IjEyLDEwIDEyLDIyIDIyLDE2ICAiLz48L2c+PGcvPjxnLz48Zy8+PGcvPjxnLz48Zy8+PC9zdmc+) center/contain no-repeat
}

.lg-item .video-wrapper {
  position: relative;
  left: 50%;
  top: 50%;
  translate: -50% -50%
}

.lg-item .lg-img-wrap:before {
  display: none !important
}

[data-video] {
  width: 100%;
  height: 100%
}

[data-video] .video,
[data-video] .video-wrapper {
  height: 100%
}

.lg-has-video .lg-img-wrap {
  scale: 0
}

.lg-has-video .lg-visible .lg-img-wrap {
  animation: scaleIn .3s .5s forwards
}

.product__title {
  max-width: 1200px
}

.product__top {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 20px
}

.product__item {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  align-items: start;
  background: #f4faf1;
  transition: all .4s
}

.product__item-img {
  justify-self: end;
  overflow: hidden;
  rotate: 5deg
}

.product__item-content {
  display: grid;
  grid-template-rows: auto 1fr auto;
  height: 100%
}

.product__item-title {
  font-family: "Unbounded-SemiBold"
}

.product__item-title:before {
  content: "";
  display: block;
  margin-bottom: 25px;
  width: 1.8333333333em;
  height: 2em;
  rotate: -45deg;
  background: url(../img/icons/star.svg) center/contain no-repeat
}

.product__item-text {
  opacity: .8
}

.product__item-button {
  width: 100%
}

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

.adaptive__item {
  position: relative;
  display: grid;
  grid-template-columns: 100%;
  justify-items: start;
  align-content: start;
  border: 1px solid rgba(38, 43, 46, .2);
  font-family: "Unbounded-Regular"
}

.adaptive__item:after {
  content: "";
  position: absolute;
  background: url(../img/icons/plus.svg) center/contain no-repeat;
  transition: all .4s
}

@media (min-width:576px) {
  .container {
    width: 520px;
    max-width: none;
    padding: 0
  }

  .show-xs {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  .header__tel {
    padding: 1.25em 2.125em;
    border: 2px solid rgba(38, 43, 46, .4);
    border-radius: 14px
  }

  .header__tel:focus-visible {
    background: #89c541;
    border-color: #89c541;
    color: #fff
  }

  body:before {
    content: "576"
  }
}

@media (min-width:576px) and (any-hover:hover) {
  .header__tel:hover {
    background: #89c541;
    border-color: #89c541;
    color: #fff
  }
}

@media (min-width:768px) {
  .container {
    width: 720px
  }

  .show-sm {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  .popup-product .popup-thumb__slider:not(:has(.swiper-slide:nth-child(2)))+.popup__slider img {
    height: auto
  }

  body:before {
    content: "786"
  }
}

@media (min-width:992px) {
  .container {
    width: 940px
  }

  .show-md {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  .offer__right {
    padding-block: clamp(20px, 14.4px + 1.75vw, 48px)
  }

  body:before {
    content: "992"
  }
}

@media (min-width:1200px) {
  .container {
    width: 1140px
  }

  .show-lg {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  .menu-link {
    display: none
  }

  .header__address,
  .header__text {
    margin-top: 10px
  }

  .header__address {
    margin-left: clamp(10px, 6px + 1.25vw, 30px);
    margin-right: clamp(10px, -8px + 5.625vw, 100px)
  }

  .header__mobile {
    display: contents
  }

  body:before {
    content: "1200"
  }
}

@media (min-width:1401px) {
  body:before {
    content: "1401"
  }
}

@media (min-width:1451px) {
  .container {
    width: 1350px
  }

  .flex,
  .grid {
    gap: 15px
  }

  .show-xl {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  body {
    font-size: 18px
  }

  .main,
  .section {
    padding-bottom: 32px;
    padding-top: 32px
  }

  .section-small {
    padding-bottom: 21.3333333333px
  }

  .section-small,
  .section-small-top {
    padding-top: 21.3333333333px
  }

  .section-small-bottom {
    padding-bottom: 21.3333333333px
  }

  .section-bg {
    margin-bottom: 32px;
    margin-top: 32px
  }

  .section-bottom {
    padding-bottom: 32px
  }

  .section-top {
    padding-top: 32px
  }

  .section-bg+.section-bg {
    margin-top: -32px
  }

  .title {
    margin-bottom: 43px;
    font-size: 36px
  }

  .button {
    font-size: 20px
  }

  .button_white {
    font-size: 16px
  }

  a.button {
    font-size: 22px
  }

  .input,
  .textarea {
    padding-left: 25px;
    padding-right: 25px
  }

  .input {
    height: 60px
  }

  .textarea {
    height: 100px
  }

  .input-date input {
    padding-right: 20px
  }

  .input-date span {
    left: 27px;
    font-size: 14px
  }

  .form__check {
    font-size: 13px
  }

  .popup__content {
    padding: 30px
  }

  .popup__title {
    margin-bottom: 15px
  }

  .popup__form .submit {
    font-size: 17px
  }

  .popup__close {
    top: 45px;
    right: 35px
  }

  .info__list li,
  .popup-thank .popup__content {
    gap: 20px
  }

  .popup-thank img {
    width: 161px;
    height: 161px
  }

  .popup-product .popup__title {
    margin-bottom: 40px
  }

  .popup-product-wrapper {
    gap: 40px
  }

  .popup-product__text {
    font-size: 16px
  }

  .header {
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px
  }

  .header__top {
    gap: 33px
  }

  .header__call {
    gap: 32px
  }

  .header__tel {
    font-size: 16px
  }

  .header__col {
    max-width: 775px;
    padding-top: 48px;
    padding-bottom: 130px
  }

  .header__title {
    margin-bottom: 24px;
    font-size: 64px
  }

  .header__subtitle {
    margin-bottom: 48px;
    font-size: 44px
  }

  .footer {
    padding-top: 64px;
    padding-bottom: 32px
  }

  .footer__top {
    gap: 30px
  }

  .footer__item-title {
    margin-bottom: 8px;
    font-size: 18px
  }

  .footer__item-text {
    font-size: 24px
  }

  .footer .siteup {
    gap: 28px
  }

  .features__title {
    margin-bottom: 56px
  }

  .features-wrapper {
    column-gap: 30px;
    row-gap: 84px;
    padding-top: 60px
  }

  .features__item {
    padding-left: 37px;
    padding-right: 23px;
    padding-bottom: 37px;
    border-radius: 30px
  }

  .features__item:after {
    top: 28px;
    right: 28px;
    font-size: 18px
  }

  .features__item-icon {
    width: 100px;
    height: 120px;
    margin-top: -60px;
    margin-bottom: 51px;
    margin-left: -15px
  }

  .features__item-title,
  .info__list li,
  .info__text strong {
    font-size: 20px
  }

  .info-wrapper {
    padding-block: 58px;
    padding-inline: 78px;
    border-radius: 30px
  }

  .info__list {
    column-gap: 48px;
    row-gap: 36px;
    margin-bottom: 60px
  }

  .offer-wrapper {
    border-radius: 30px
  }

  .offer__right {
    max-width: 560px
  }

  .offer__text {
    margin-bottom: 44px
  }

  .offer__button {
    font-size: 16px
  }

  .questions {
    padding-block: 30px
  }

  .questions__title {
    margin-bottom: 18px;
    font-size: 48px
  }

  .questions__subtitle,
  .text-block h2 {
    margin-bottom: 30px;
    font-size: 24px
  }

  .slider__arrow {
    width: 60px;
    height: 60px
  }

  .swiper-pagination {
    margin-top: 30px
  }

  .swiper-pagination-bullet {
    width: 12px;
    height: 12px
  }

  .text-block h1 {
    margin-bottom: 20px;
    font-size: 40px
  }

  .text-block h2 {
    font-size: 30px
  }

  .text-block h3 {
    margin-bottom: 25px;
    font-size: 26px
  }

  .text-block p:not(:last-child) {
    margin-bottom: 20px
  }

  .text-block blockquote {
    padding: 40px;
    font-size: 18px
  }

  .product__top {
    margin-bottom: 43px
  }

  .product__slider {
    margin-inline: -20px
  }

  .product-container {
    padding-top: 66px;
    padding-inline: 20px
  }

  .product__item {
    border-radius: 30px
  }

  .product__item-img {
    width: 260px;
    height: 260px;
    margin-top: -66px;
    border-radius: 30px
  }

  .product__item-content {
    padding-inline: 35px;
    padding-bottom: 40px
  }

  .product__item-title {
    margin-bottom: 20px;
    font-size: 24px
  }

  .product__item-text:not(:last-child) {
    margin-bottom: 40px
  }

  .adaptive-wrapper {
    gap: 30px
  }

  .adaptive__item {
    gap: 23px;
    padding-block: 40px;
    padding-inline: 40px;
    border-radius: 30px;
    font-size: 20px
  }

  .adaptive__item:after {
    top: 40px;
    right: 40px;
    width: 75px;
    height: 90px
  }

  .adaptive__item-img {
    width: 180px;
    height: 180px
  }
}

@media (max-width:1450px) {

  .flex,
  .grid {
    gap: clamp(10px, 9px + .3125vw, 15px)
  }

  .hide-xl {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  .features__item:after,
  body {
    font-size: clamp(16px, 15.6px + .125vw, 18px)
  }

  .main,
  .section {
    padding-bottom: clamp(21.3333333333px, 19.2px + .6666666667vw, 32px);
    padding-top: clamp(21.3333333333px, 19.2px + .6666666667vw, 32px)
  }

  .section-small {
    padding-bottom: clamp(16px, 14.9333333333px + .3333333333vw, 21.3333333333px)
  }

  .section-small,
  .section-small-top {
    padding-top: clamp(16px, 14.9333333333px + .3333333333vw, 21.3333333333px)
  }

  .section-small-bottom {
    padding-bottom: clamp(16px, 14.9333333333px + .3333333333vw, 21.3333333333px)
  }

  .section-bg {
    margin-bottom: clamp(21.3333333333px, 19.2px + .6666666667vw, 32px);
    margin-top: clamp(21.3333333333px, 19.2px + .6666666667vw, 32px)
  }

  .section-bottom {
    padding-bottom: clamp(21.3333333333px, 19.2px + .6666666667vw, 32px)
  }

  .section-top {
    padding-top: clamp(21.3333333333px, 19.2px + .6666666667vw, 32px)
  }

  .section-bg+.section-bg {
    margin-top: clamp(-32px, -12.8px + -1vw, -16px)
  }

  .title {
    margin-bottom: clamp(25px, 21.4px + 1.125vw, 43px);
    font-size: clamp(20px, 16.8px + 1vw, 36px)
  }

  .button {
    font-size: clamp(17px, 16.4px + .1875vw, 20px)
  }

  .button_white {
    font-size: clamp(15px, 14.8px + .0625vw, 16px)
  }

  a.button {
    font-size: clamp(19px, 18.4px + .1875vw, 22px)
  }

  .input,
  .textarea {
    padding-left: clamp(10px, 7px + .9375vw, 25px);
    padding-right: clamp(10px, 7px + .9375vw, 25px)
  }

  .input {
    height: clamp(50px, 48px + .625vw, 60px)
  }

  .textarea {
    height: clamp(75px, 70px + 1.5625vw, 100px)
  }

  .input-date input {
    padding-right: clamp(10px, 8px + .625vw, 20px)
  }

  .input-date span {
    left: clamp(10px, 6.6px + 1.0625vw, 27px);
    font-size: clamp(12px, 11.6px + .125vw, 14px)
  }

  .form__check {
    font-size: clamp(11px, 10.6px + .125vw, 13px)
  }

  .popup__content {
    padding: clamp(20px, 18px + .625vw, 30px)
  }

  .popup__title {
    margin-bottom: clamp(10px, 9px + .3125vw, 15px)
  }

  .popup__form .submit {
    font-size: clamp(14px, 13.4px + .1875vw, 17px)
  }

  .popup__close {
    top: clamp(20px, 15px + 1.5625vw, 45px);
    right: clamp(20px, 17px + .9375vw, 35px)
  }

  .info__list li,
  .popup-thank .popup__content {
    gap: clamp(10px, 8px + .625vw, 20px)
  }

  .popup-thank img {
    width: clamp(100px, 87.8px + 3.8125vw, 161px);
    height: clamp(100px, 87.8px + 3.8125vw, 161px)
  }

  .popup-product .popup__title {
    margin-bottom: clamp(20px, 16px + 1.25vw, 40px)
  }

  .popup-product-wrapper {
    gap: clamp(20px, 16px + 1.25vw, 40px)
  }

  .popup-product__text {
    font-size: clamp(15px, 14.8px + .0625vw, 16px)
  }

  .header {
    border-bottom-left-radius: clamp(30px, 16px + 4.375vw, 100px);
    border-bottom-right-radius: clamp(30px, 16px + 4.375vw, 100px)
  }

  .header__top {
    gap: clamp(10px, 5.4px + 1.4375vw, 33px)
  }

  .header__call {
    gap: clamp(20px, 17.6px + .75vw, 32px)
  }

  .header__tel {
    font-size: clamp(14px, 13.6px + .125vw, 16px)
  }

  .header__col {
    max-width: clamp(300px, 205px + 29.6875vw, 775px);
    padding-top: clamp(30px, 26.4px + 1.125vw, 48px);
    padding-bottom: clamp(30px, 10px + 6.25vw, 130px)
  }

  .header__title {
    margin-bottom: clamp(20px, 19.2px + .25vw, 24px);
    font-size: clamp(27px, 19.6px + 2.3125vw, 64px)
  }

  .header__subtitle {
    margin-bottom: clamp(20px, 14.4px + 1.75vw, 48px);
    font-size: clamp(20px, 15.2px + 1.5vw, 44px)
  }

  .footer {
    padding-top: clamp(20px, 11.2px + 2.75vw, 64px);
    padding-bottom: clamp(20px, 17.6px + .75vw, 32px)
  }

  .footer__top {
    gap: clamp(10px, 6px + 1.25vw, 30px)
  }

  .footer__item-title {
    margin-bottom: clamp(4px, 3.2px + .25vw, 8px);
    font-size: clamp(16px, 15.6px + .125vw, 18px)
  }

  .footer__item-text {
    font-size: clamp(20px, 19.2px + .25vw, 24px)
  }

  .footer .siteup {
    gap: clamp(20px, 18.4px + .5vw, 28px)
  }

  .features__title {
    margin-bottom: clamp(25px, 18.8px + 1.9375vw, 56px)
  }

  .features-wrapper {
    column-gap: clamp(15px, 12px + .9375vw, 30px);
    row-gap: clamp(50px, 43.2px + 2.125vw, 84px);
    padding-top: clamp(42px, 38.4px + 1.125vw, 60px)
  }

  .features__item {
    padding-left: clamp(15px, 10.6px + 1.375vw, 37px);
    padding-right: clamp(15px, 13.4px + .5vw, 23px);
    padding-bottom: clamp(15px, 10.6px + 1.375vw, 37px);
    border-radius: clamp(20px, 18px + .625vw, 30px)
  }

  .features__item:after {
    top: clamp(15px, 12.4px + .8125vw, 28px);
    right: clamp(15px, 12.4px + .8125vw, 28px)
  }

  .features__item-icon {
    width: clamp(70px, 64px + 1.875vw, 100px);
    height: clamp(84px, 76.8px + 2.25vw, 120px);
    margin-top: clamp(-60px, -38.4px + -1.125vw, -42px);
    margin-bottom: clamp(20px, 13.8px + 1.9375vw, 51px);
    margin-left: clamp(-15px, 4.2px + -1vw, 1px)
  }

  .features__item-title,
  .info__list li,
  .info__text strong {
    font-size: clamp(17px, 16.4px + .1875vw, 20px)
  }

  .info-wrapper {
    padding-block: clamp(20px, 12.4px + 2.375vw, 58px);
    padding-inline: clamp(15px, 2.4px + 3.9375vw, 78px);
    border-radius: clamp(20px, 18px + .625vw, 30px)
  }

  .info__list {
    column-gap: clamp(15px, 8.4px + 2.0625vw, 48px);
    row-gap: clamp(5px, -1.2px + 1.9375vw, 36px);
    margin-bottom: clamp(20px, 12px + 2.5vw, 60px)
  }

  .offer-wrapper {
    border-radius: clamp(20px, 18px + .625vw, 30px)
  }

  .offer__right {
    max-width: clamp(250px, 188px + 19.375vw, 560px)
  }

  .offer__text {
    margin-bottom: clamp(25px, 21.2px + 1.1875vw, 44px)
  }

  .offer__button {
    font-size: clamp(15px, 14.8px + .0625vw, 16px)
  }

  .questions {
    padding-block: clamp(25px, 24px + .3125vw, 30px)
  }

  .questions__title {
    margin-bottom: clamp(15px, 14.4px + .1875vw, 18px);
    font-size: clamp(23px, 18px + 1.5625vw, 48px)
  }

  .questions__subtitle,
  .text-block h2 {
    margin-bottom: clamp(20px, 18px + .625vw, 30px);
    font-size: clamp(17px, 15.6px + .4375vw, 24px)
  }

  .slider__arrow {
    width: clamp(50px, 48px + .625vw, 60px);
    height: clamp(50px, 48px + .625vw, 60px)
  }

  .swiper-pagination {
    margin-top: clamp(20px, 18px + .625vw, 30px)
  }

  .swiper-pagination-bullet {
    width: clamp(8px, 7.2px + .25vw, 12px);
    height: clamp(8px, 7.2px + .25vw, 12px)
  }

  .text-block h1 {
    margin-bottom: clamp(15px, 14px + .3125vw, 20px);
    font-size: clamp(24px, 20.8px + 1vw, 40px)
  }

  .text-block h2 {
    font-size: clamp(23px, 21.6px + .4375vw, 30px)
  }

  .text-block h3 {
    margin-bottom: clamp(15px, 13px + .625vw, 25px);
    font-size: clamp(18px, 16.4px + .5vw, 26px)
  }

  .text-block p:not(:last-child) {
    margin-bottom: clamp(10px, 8px + .625vw, 20px)
  }

  .text-block blockquote {
    padding: clamp(15px, 10px + 1.5625vw, 40px);
    font-size: clamp(15px, 14.4px + .1875vw, 18px)
  }

  .product__top {
    margin-bottom: clamp(25px, 21.4px + 1.125vw, 43px)
  }

  .product__slider {
    margin-inline: clamp(-20px, -8px + -.625vw, -10px)
  }

  .product-container {
    padding-top: clamp(40px, 34.8px + 1.625vw, 66px);
    padding-inline: clamp(10px, 8px + .625vw, 20px)
  }

  .product__item,
  .product__item-img {
    border-radius: clamp(20px, 18px + .625vw, 30px)
  }

  .product__item-img {
    width: clamp(130px, 104px + 8.125vw, 260px);
    height: clamp(130px, 104px + 8.125vw, 260px);
    margin-top: clamp(-66px, -34.8px + -1.625vw, -40px)
  }

  .product__item-content {
    padding-inline: clamp(15px, 11px + 1.25vw, 35px);
    padding-bottom: clamp(20px, 16px + 1.25vw, 40px)
  }

  .product__item-title {
    margin-bottom: clamp(10px, 8px + .625vw, 20px);
    font-size: clamp(18px, 16.8px + .375vw, 24px)
  }

  .product__item-text:not(:last-child) {
    margin-bottom: clamp(20px, 16px + 1.25vw, 40px)
  }

  .adaptive-wrapper {
    gap: clamp(15px, 12px + .9375vw, 30px)
  }

  .adaptive__item {
    gap: clamp(15px, 13.4px + .5vw, 23px);
    padding-block: clamp(20px, 16px + 1.25vw, 40px);
    padding-inline: clamp(15px, 10px + 1.5625vw, 40px);
    border-radius: clamp(20px, 18px + .625vw, 30px);
    font-size: clamp(16px, 15.2px + .25vw, 20px)
  }

  .adaptive__item:after {
    top: clamp(20px, 16px + 1.25vw, 40px);
    right: clamp(15px, 10px + 1.5625vw, 40px);
    width: clamp(52.5px, 48px + 1.40625vw, 75px);
    height: clamp(63px, 57.6px + 1.6875vw, 90px)
  }

  .adaptive__item-img {
    width: clamp(100px, 84px + 5vw, 180px);
    height: clamp(100px, 84px + 5vw, 180px)
  }
}

@media (max-width:1199px) {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-wrap: balance
  }

  .hide-lg {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  body {
    padding-top: 144px
  }

  .header__top {
    min-height: 144px
  }

  .header {
    background: #f5f5f5
  }

  .header__top {
    display: grid;
    grid-template-columns: auto 1fr auto;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    padding-block: 5px
  }

  .header__top-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100vw;
    background: #f5f5f5
  }

  .header__top-wrapper_fixed .header__top {
    min-height: auto
  }

  .header__top-wrapper_fixed .header__logo img {
    width: clamp(60px, 55.2309985097px + 1.4903129657vw, 70px)
  }

  .header__logo img {
    width: clamp(80px, 70.4619970194px + 2.9806259314vw, 100px);
    height: auto;
    transition: all .4s
  }

  .header__call {
    justify-self: end
  }

  .header__mobile {
    position: fixed;
    right: -100vw;
    top: 0;
    z-index: 5;
    display: grid;
    grid-template-columns: 100%;
    justify-items: start;
    align-content: start;
    gap: 20px;
    width: min(500px, 101vw);
    padding: 20px 30px;
    background: #fff;
    opacity: 0;
    transition: right .3s, opacity .3s;
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden
  }

  @supports (-moz-appearance:none) {
    .header__mobile {
      scrollbar-color: #b5b5b5 #ebebeb;
      scrollbar-width: thin
    }
  }

  .header__mobile::-webkit-scrollbar {
    width: 4px
  }

  .header__mobile::-webkit-scrollbar-track-piece {
    background-color: #ebebeb;
    border-radius: 5px
  }

  .header__mobile::-webkit-scrollbar-thumb {
    background-color: #b5b5b5;
    border-radius: 5px
  }

  .header__mobile.active {
    right: 0;
    opacity: 1
  }

  .footer__top {
    grid-template-columns: auto 1fr
  }

  .offer-wrapper {
    background-image: none
  }

  .offer__right {
    max-width: 100%
  }

  .product__title br {
    display: none
  }
}

@media (max-width:991px) {
  .hide-md {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  body {
    padding-top: 144.1px
  }

  .header__top {
    min-height: 144.1px
  }

  .footer {
    text-align: center
  }

  .footer__bottom,
  .footer__top {
    justify-items: center;
    grid-template-columns: 100%
  }

  .footer__top {
    gap: 24px
  }

  .footer__bottom {
    display: grid
  }

  .info-wrapper {
    background-image: none
  }

  .info__left,
  .info__text {
    max-width: 100%
  }

  .offer__img {
    display: none
  }

  .offer-wrapper {
    grid-template-columns: 100%;
    padding-block: clamp(20px, 10.4619970194px + 2.9806259314vw, 40px);
    padding-inline: clamp(15px, 10.2309985097px + 1.4903129657vw, 25px)
  }
}

@media (max-width:767px) {
  .hide-sm {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  body {
    padding-top: 135px
  }

  .popup-product-wrapper {
    grid-template-columns: 100%
  }

  .popup-product .popup__slider img {
    height: clamp(200px, 85.4586129754px + 35.7941834452vw, 360px);
    object-fit: contain
  }

  .header__top {
    min-height: 135px
  }

  .info__list {
    grid-template-columns: 100%
  }

  .text-block table {
    display: block;
    max-width: 100%;
    padding-bottom: 7px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }

  @supports (-moz-appearance:none) {
    .text-block table {
      scrollbar-color: #b5b5b5 #ebebeb;
      scrollbar-width: thin
    }
  }

  .text-block table::-webkit-scrollbar {
    height: 3px
  }

  .text-block table::-webkit-scrollbar-track-piece {
    background: #ebebeb;
    border-radius: 5px
  }

  .text-block table::-webkit-scrollbar-thumb {
    background: #b5b5b5;
    border-radius: 5px
  }

  .product__navigation {
    justify-content: center;
    margin-top: 25px
  }

  .adaptive-wrapper {
    grid-template-columns: 100%
  }
}

@media (max-width:575px) {
  .hide-xs {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  body {
    padding-top: 128px
  }

  .popup__dialog {
    width: 400px;
    max-width: 100%;
    padding: 0 10px;
    margin: 0 auto
  }

  .header__top {
    min-height: 128px
  }

  .header .social,
  .header__call,
  .header__top {
    gap: clamp(10px, 3.7254901961px + 1.9607843137vw, 15px)
  }

  .header__tel {
    font-size: clamp(12px, 5.7254901961px + 1.9607843137vw, 17px)
  }

  .info__text img.alignleft {
    width: 100%;
    margin: 0 0 10px;
    object-fit: cover;
    float: none
  }

  .offer__button {
    width: 100%;
    padding-inline: 20px
  }
}

@media (min-width:1451px) or (max-width:1450px) {
  .section-not-margin {
    margin: 0
  }
}

@media (max-width:1450px) or (min-width:1451px) {
  .product__title {
    margin-bottom: 0
  }
}

@media not all and (-webkit-min-device-pixel-ratio:0),
not all and (min-resolution:.001dpcm) {
  input {
    -webkit-appearance: none;
    appearance: none;
    font-size: 16px
  }
}

@media (any-hover:hover) {
  .hover-active:hover {
    color: #89c541
  }

  .hover-translate:hover {
    translate: 0 -5px
  }

  .hover-scale:hover img {
    scale: 1.02
  }

  .underline:hover:before {
    background: #89c541
  }

  .button_active:hover {
    background: #77ad35
  }

  .button_white:hover {
    background: #89c541;
    color: #fff
  }

  a.button:hover {
    background: 0 0
  }

  .popup__close svg:hover {
    fill: #89c541
  }

  .footer__bottom a:hover {
    color: #89c541
  }

  .features__item:hover .features__item-icon {
    rotate: 0deg
  }

  .slider__arrow:hover {
    background: #89c541;
    border-color: #89c541
  }

  .slider__arrow:hover svg {
    fill: #fff;
    stroke: #fff
  }
}