*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before,
*::after {
  display: inline-block;
}

a {
  text-decoration: none;
  display: inline-block;
  color: inherit;
}

li {
  list-style: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

html,
body {
  line-height: 1;
  height: 100%;
}

a h1,
h2,
h3,
h4,
h5,
h6 {
  font: inherit;
}

/* FORM */
input,
button,
textarea,
select {
  font: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
}

input,
textarea {
  width: 100%;
}

button,
select,
option {
  cursor: pointer;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

label {
  display: block;
}

@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class*="--icon-"]::before {
  content: "";
  font-family: "iconfont";
  line-height: 1 !important;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*="--icon-arrow"]::before {
  content: "\e900";
}

[class*="--icon-author"]::before {
  content: "\e901";
}

[class*="--icon-cart"]::before {
  content: "\e902";
}

[class*="--icon-check"]::before {
  content: "\e903";
}

[class*="--icon-comments"]::before {
  content: "\e904";
}

[class*="--icon-cross"]::before {
  content: "\e905";
}

[class*="--icon-error"]::before {
  content: "\e906";
}

[class*="--icon-eye"]::before {
  content: "\e907";
}

[class*="--icon-favorite"]::before {
  content: "\e908";
}

[class*="--icon-label"]::before {
  content: "\e909";
}

[class*="--icon-location"]::before {
  content: "\e90a";
}

[class*="--icon-minus"]::before {
  content: "\e90b";
}

[class*="--icon-phone"]::before {
  content: "\e90c";
}

[class*=" --plus"]::before {
  content: "\e90d";
}

[class*="--icon-quote"]::before {
  content: "\e90e";
}

[class*="--icon-saccess"]::before {
  content: "\e90f";
}

[class*="--icon-search"]::before {
  content: "\e910";
}

[class*="--icon-s-facebook"]::before {
  content: "\e911";
}

[class*="--icon-shevron"]::before {
  content: "\e912";
}

[class*="--icon-s-instagram"]::before {
  content: "\e913";
}

[class*="--icon-s-link"]::before {
  content: "\e914";
}

[class*="--icon-s-pinterest"]::before {
  content: "\e915";
}

[class*="--icon-s-twitter"]::before {
  content: "\e916";
}

[class*="--icon-warning"]::before {
  content: "\e917";
}

hr {
  border-bottom: 1px solid black;
  padding-top: 20px;
  margin-bottom: 20px;
}

.components__container {
  padding-top: 20px;
}

.title {
  color: #1a1a1a;
  line-height: 1.5;
}
@media (min-width: 84.375em) {
  .title {
    font-size: 32px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .title {
    font-size: clamp( 22px , 18.8932038835px  +  0.9708737864vw , 32px );
  }
}
@media (max-width: 20em) {
  .title {
    font-size: 22px;
  }
}
.title {
  font-weight: 600;
  line-height: 1.2;
  line-height: 1.2;
}
@media (min-width: 84.375em) {
  .title--big {
    font-size: 48px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .title--big {
    font-size: clamp( 24px , 16.5436893204px  +  2.3300970874vw , 48px );
  }
}
@media (max-width: 20em) {
  .title--big {
    font-size: 24px;
  }
}
.title--big {
  font-weight: 600;
  line-height: 1.2;
}

.link-arrow {
  color: #00b207;
  line-height: 1.5;
}
@media (min-width: 84.375em) {
  .link-arrow {
    font-size: 16px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .link-arrow {
    font-size: clamp( 14px , 13.3786407767px  +  0.1941747573vw , 16px );
  }
}
@media (max-width: 20em) {
  .link-arrow {
    font-size: 14px;
  }
}
.link-arrow {
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.link-arrow::before {
  font-family: "iconfont";
  content: "\e900";
}
@media (min-width: 84.375em) {
  .link-arrow::before {
    font-size: 12px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .link-arrow::before {
    font-size: clamp( 12px , 14.6213592233px  +  -0.1941747573vw , 14px );
  }
}
@media (max-width: 20em) {
  .link-arrow::before {
    font-size: 14px;
  }
}
.link-arrow::before {
  font-weight: 400;
  line-height: 1.3;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .link-arrow:hover, .link-arrow:focus-visible {
    color: #2c742f;
  }
}

.block-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media (min-width: 84.375em) {
  .block-header--margin {
    margin-bottom: 32px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .block-header--margin {
    margin-bottom: clamp( 15px , 9.7184466019px  +  1.6504854369vw , 32px );
  }
}
@media (max-width: 20em) {
  .block-header--margin {
    margin-bottom: 15px;
  }
}
.block-header--center {
  text-align: center;
}
.block-header__title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.block-header__slider-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 0.75rem;
}
.block-header__slider-arrow {
  width: 2.8125rem;
  aspect-ratio: 1;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
@media (min-width: 84.375em) {
  .block-header__slider-arrow {
    font-size: 16px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .block-header__slider-arrow {
    font-size: clamp( 14px , 13.3786407767px  +  0.1941747573vw , 16px );
  }
}
@media (max-width: 20em) {
  .block-header__slider-arrow {
    font-size: 14px;
  }
}
.block-header__slider-arrow {
  font-weight: 400;
  line-height: 1.5;
  color: #1a1a1a;
}
.block-header__slider-arrow--left {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.block-header__slider-arrow.swiper-button-lock {
  display: none;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .block-header__slider-arrow:hover, .block-header__slider-arrow:focus-visible {
    background-color: #00b207;
    color: #fff;
    border-color: #00b207;
  }
}

.button {
  border-radius: 2.6875rem;
  padding-inline: 2.5rem;
  padding-block: 1rem;
  background-color: #00b207;
}
@media (min-width: 84.375em) {
  .button {
    font-size: 16px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .button {
    font-size: clamp( 14px , 13.3786407767px  +  0.1941747573vw , 16px );
  }
}
@media (max-width: 20em) {
  .button {
    font-size: 14px;
  }
}
.button {
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.button--white {
  background-color: #fff;
  color: #00b207;
}
@media (min-width: 84.375em) {
  .button--middle {
    font-size: 14px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .button--middle {
    font-size: clamp( 14px , 14px  +  0vw , 14px );
  }
}
@media (max-width: 20em) {
  .button--middle {
    font-size: 14px;
  }
}
.button--middle {
  font-weight: 600;
  line-height: 1.2;
  padding-inline: 2rem;
  padding-block: 0.881875rem;
}
@media (min-width: 84.375em) {
  .button--small {
    font-size: 12px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .button--small {
    font-size: clamp( 12px , 14.6213592233px  +  -0.1941747573vw , 14px );
  }
}
@media (max-width: 20em) {
  .button--small {
    font-size: 14px;
  }
}
.button--small {
  font-weight: 600;
  line-height: 1.3;
  padding-inline: 1.5rem;
  padding-block: 0.625rem;
}
.button--arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.button--arrow::before {
  font-family: "iconfont";
  content: "\e900";
}
@media (min-width: 84.375em) {
  .button--arrow::before {
    font-size: 12px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .button--arrow::before {
    font-size: clamp( 12px , 14.6213592233px  +  -0.1941747573vw , 14px );
  }
}
@media (max-width: 20em) {
  .button--arrow::before {
    font-size: 14px;
  }
}
.button--arrow::before {
  font-weight: 400;
  line-height: 1.3;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .button:hover, .button:focus-visible {
    color: #fff;
    background-color: #2c742f;
  }
}

@media (min-width: 47.99875em) {
  .icon-menu {
    display: none;
  }
}
@media (max-width: 47.99875em) {
  .icon-menu {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
  }
  .icon-menu span, .icon-menu::before, .icon-menu::after {
    content: "";
    position: absolute;
    height: 0.125rem;
    width: 100%;
    right: 0;
    background-color: #1a1a1a;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .icon-menu span {
    top: 50%;
    translate: 0 -50%;
  }
  .icon-menu:before {
    top: 0;
  }
  .icon-menu:after {
    bottom: 0;
  }
  .open-menu .icon-menu span {
    width: 0;
  }
  .open-menu .icon-menu:before {
    top: 50%;
    rotate: -45deg;
    translate: 0 -50%;
  }
  .open-menu .icon-menu:after {
    bottom: 50%;
    rotate: 45deg;
    translate: 0 50%;
  }
}

.rating {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
}
.rating--big {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.rating--big .rating__item {
  width: 0.9375rem;
}
.rating__items {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0.125rem;
}
.rating__item {
  width: 0.625rem;
  aspect-ratio: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../img/icons/star.svg) 0 0/100% no-repeat;
}
.rating__item:checked, .rating__item:checked ~ * {
  background: url(../img/icons/star-active.svg) 0 0/100% no-repeat;
}
@media (min-width: 84.375em) {
  .rating__quantity {
    font-size: 12px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .rating__quantity {
    font-size: clamp( 12px , 14.6213592233px  +  -0.1941747573vw , 14px );
  }
}
@media (max-width: 20em) {
  .rating__quantity {
    font-size: 14px;
  }
}
.rating__quantity {
  font-weight: 400;
  line-height: 1.3;
  color: #808080;
}

.products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(15.625rem, 1fr));
}
.item-products {
  position: relative;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 -0.0625rem -0.0625rem 0;
  border: 0.0625rem solid #e6e6e6;
}
.item-products::before {
  content: "";
  position: absolute;
  top: -0.0625rem;
  left: -0.0625rem;
  right: -0.0625rem;
  bottom: -0.0625rem;
  z-index: 2;
  opacity: 0;
  border: 0.0625rem solid #2c742f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 0.75rem 0 rgba(32, 181, 38, 0.32);
          box-shadow: 0 0 0.75rem 0 rgba(32, 181, 38, 0.32);
  pointer-events: none;
}
@media (min-width: 33.0625em) {
  .item-products--big {
    grid-column: span 2;
    grid-row: span 2;
  }
}
.item-products--big .item-products__labels {
  top: 1.5rem;
  left: 1.5rem;
}
.item-products--big .item-products__body {
  padding: 0.75rem 0.75rem 1.5rem 0.75rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 1.125rem;
}
@media (min-width: 84.375em) {
  .item-products--big .item-products__title {
    font-size: 18px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .item-products--big .item-products__title {
    font-size: clamp( 16px , 15.3786407767px  +  0.1941747573vw , 18px );
  }
}
@media (max-width: 20em) {
  .item-products--big .item-products__title {
    font-size: 16px;
  }
}
.item-products--big .item-products__title {
  font-weight: 400;
  line-height: 1.5;
}
.item-products--big .item-products__prices {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 84.375em) {
  .item-products--big .item-products__current {
    font-size: 24px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .item-products--big .item-products__current {
    font-size: clamp( 20px , 18.7572815534px  +  0.3883495146vw , 24px );
  }
}
@media (max-width: 20em) {
  .item-products--big .item-products__current {
    font-size: 20px;
  }
}
.item-products--big .item-products__current {
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 84.375em) {
  .item-products--big .item-products__old {
    font-size: 24px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .item-products--big .item-products__old {
    font-size: clamp( 20px , 18.7572815534px  +  0.3883495146vw , 24px );
  }
}
@media (max-width: 20em) {
  .item-products--big .item-products__old {
    font-size: 20px;
  }
}
.item-products--big .item-products__old {
  font-weight: 400;
  line-height: 1.5;
}
.item-products--big .products__item__picture {
  aspect-ratio: 527/448;
}
[data-touch] .item-products--big .add-to-cart {
  background-color: #00b207;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .item-products:hover::before, .item-products:focus-visible::before {
    opacity: 1;
  }
  .item-products:hover .add-to-cart, .item-products:focus-visible .add-to-cart {
    background-color: #00b207;
    color: #fff;
  }
  .item-products:hover .add-to-cart::before, .item-products:focus-visible .add-to-cart::before {
    color: #fff;
  }
  .item-products:hover .item-products__title, .item-products:focus-visible .item-products__title {
    color: #2c742f;
  }
  .item-products:hover .item-products__action, .item-products:focus-visible .item-products__action {
    translate: 0 0;
  }
}
.item-products__header {
  position: relative;
}
.item-products__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.item-products__label {
  padding: 0.1875rem 0.5rem;
  color: #fff;
  border-radius: 0.25rem;
}
@media (min-width: 84.375em) {
  .item-products__label {
    font-size: 14px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .item-products__label {
    font-size: clamp( 14px , 14px  +  0vw , 14px );
  }
}
@media (max-width: 20em) {
  .item-products__label {
    font-size: 14px;
  }
}
.item-products__label {
  font-weight: 400;
  line-height: 1.5;
}
.item-products__label span {
  font-weight: 500;
}
.item-products__label--sale {
  background-color: #ea4b48;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .item-products__label--sale:hover, .item-products__label--sale:focus-visible {
    background-color: #aa3634;
  }
}
.item-products__label--best {
  background-color: #2388ff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .item-products__label--best:hover, .item-products__label--best:focus-visible {
    background-color: #1757a0;
  }
}
.item-products__actions {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.375rem;
  position: absolute;
  top: 1rem;
  right: 0rem;
  padding-right: 1rem;
}
.item-products__action {
  translate: 6.25rem 0;
  border: 0.0625rem solid #f2f2f2;
  border-radius: 50%;
  width: 2.5rem;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}
@media (min-width: 84.375em) {
  .item-products__action {
    font-size: 20px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .item-products__action {
    font-size: clamp( 18px , 17.3786407767px  +  0.1941747573vw , 20px );
  }
}
@media (max-width: 20em) {
  .item-products__action {
    font-size: 18px;
  }
}
.item-products__action {
  font-weight: 400;
  line-height: 1.5;
  color: #1a1a1a;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s, translate 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s, translate 0.3s;
  cursor: pointer;
}
[data-touch] .item-products__action {
  translate: 0 0;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .item-products__action:hover, .item-products__action:focus-visible {
    border-color: #00b207;
    background-color: #00b207;
    color: #fff;
  }
}
.item-products__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.3125rem;
  aspect-ratio: 259/235;
}
.item-products__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.item-products__body {
  padding: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item-products__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 0.25rem;
}
.item-products__title {
  color: #4d4d4d;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (min-width: 84.375em) {
  .item-products__title {
    font-size: 14px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .item-products__title {
    font-size: clamp( 14px , 14px  +  0vw , 14px );
  }
}
@media (max-width: 20em) {
  .item-products__title {
    font-size: 14px;
  }
}
.item-products__title {
  font-weight: 400;
  line-height: 1.5;
}
.item-products__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item-products__prices:not(:last-child) {
  margin-bottom: 0.375rem;
}
@media (min-width: 84.375em) {
  .item-products__current {
    font-size: 16px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .item-products__current {
    font-size: clamp( 14px , 13.3786407767px  +  0.1941747573vw , 16px );
  }
}
@media (max-width: 20em) {
  .item-products__current {
    font-size: 14px;
  }
}
.item-products__current {
  font-weight: 500;
  line-height: 1.5;
  color: #1a1a1a;
}
@media (min-width: 84.375em) {
  .item-products__old {
    font-size: 16px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .item-products__old {
    font-size: clamp( 14px , 13.3786407767px  +  0.1941747573vw , 16px );
  }
}
@media (max-width: 20em) {
  .item-products__old {
    font-size: 14px;
  }
}
.item-products__old {
  font-weight: 400;
  line-height: 1.5;
  color: #999;
  text-decoration: line-through;
}
.item-products__add-to-cart {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: 2.5rem;
  aspect-ratio: 1;
  background-color: #f2f2f2;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
[data-touch] .item-products__add-to-cart {
  background-color: #00b207;
}
.item-products__add-to-cart::before {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #1a1a1a;
  font-size: 0.9375rem;
  content: "\e902";
  font-family: "iconfont";
}
[data-touch] .item-products__add-to-cart::before {
  color: white;
}
.item-products__line-actions:not(:last-child) {
  margin-bottom: 1.625rem;
}
.item-products__countdown {
  max-width: 15.6875rem;
  margin: 0 auto;
}

.line-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  margin-top: -5.375rem;
}
@media (min-width: 84.375em) {
  .line-actions {
    padding-inline: 24px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .line-actions {
    padding-inline: clamp( 15px , 12.2038834951px  +  0.8737864078vw , 24px );
  }
}
@media (max-width: 20em) {
  .line-actions {
    padding-inline: 15px;
  }
}
.line-actions__add-to-cart {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #1a1a1a;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
}
[data-touch] .line-actions__add-to-cart {
  background-color: #00b207;
  color: #fff;
}
@media (max-width: 22.5em) {
  .line-actions__add-to-cart > span {
    display: none;
  }
}
.line-actions__add-to-cart::after {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 0.9375rem;
  content: "\e902";
  font-family: "iconfont";
  /*   [data-touch] & {
    color: white;
  } */
}
.line-actions__item {
  width: 2.875rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #f2f2f2;
  color: #1a1a1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 84.375em) {
  .line-actions__item {
    font-size: 20px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .line-actions__item {
    font-size: clamp( 18px , 17.3786407767px  +  0.1941747573vw , 20px );
  }
}
@media (max-width: 20em) {
  .line-actions__item {
    font-size: 18px;
  }
}
.line-actions__item {
  font-weight: 700;
  line-height: 1.5;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .line-actions__item:hover, .line-actions__item:focus-visible {
    background-color: #00b207;
    color: #fff;
  }
}

@media (min-width: 84.375em) {
  .countdown--mini .countdown__digits {
    font-size: 18px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .countdown--mini .countdown__digits {
    font-size: clamp( 16px , 15.3786407767px  +  0.1941747573vw , 18px );
  }
}
@media (max-width: 20em) {
  .countdown--mini .countdown__digits {
    font-size: 16px;
  }
}
.countdown--mini .countdown__digits {
  font-weight: 500;
  line-height: 1.5;
  color: #1a1a1a;
}
.countdown--mini .countdown__labels {
  color: #999;
  font-size: 0.625rem;
}
.countdown__label {
  text-align: center;
  font-size: 0.875rem;
  color: #999;
}
.countdown__label:not(:last-child) {
  margin-bottom: 0.5rem;
}
.countdown__timer {
  text-align: center;
}
.countdown__digits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 84.375em) {
  .countdown__digits {
    font-size: 24px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .countdown__digits {
    font-size: clamp( 20px , 18.7572815534px  +  0.3883495146vw , 24px );
  }
}
@media (max-width: 20em) {
  .countdown__digits {
    font-size: 20px;
  }
}
.countdown__digits {
  font-weight: 400;
  line-height: 1.5;
}
.countdown__digits:not(:last-child) {
  margin-bottom: 0.25rem;
}
.countdown__digits span {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 1.25rem;
      flex-basis: 1.25rem;
}
.countdown__digits span:not(:last-child)::after {
  content: ":";
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
.countdown__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.countdown__labels span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 1.25rem;
      flex-basis: 1.25rem;
}

.sale-banner__container:hover .sale-banner__image, .sale-banner__container:focus-visible .sale-banner__image {
  scale: 1.03;
}
.sale-banner__body {
  position: relative;
  border-radius: 0.625rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #000;
}
@media (max-width: 37.5em) {
  .sale-banner__body {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 84.375em) {
  .sale-banner__body {
    padding-block: 60px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .sale-banner__body {
    padding-block: clamp( 20px , 7.572815534px  +  3.8834951456vw , 60px );
  }
}
@media (max-width: 20em) {
  .sale-banner__body {
    padding-block: 20px;
  }
}
@media (min-width: 84.375em) {
  .sale-banner__body {
    padding-inline: 50px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .sale-banner__body {
    padding-inline: clamp( 20px , 10.6796116505px  +  2.9126213592vw , 50px );
  }
}
@media (max-width: 20em) {
  .sale-banner__body {
    padding-inline: 20px;
  }
}
.sale-banner__content {
  position: relative;
  z-index: 2;
  max-width: 21.875rem;
}
.sale-banner__content > * {
  margin-bottom: 0.75rem;
}
.sale-banner__content > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 37.5em) {
  .sale-banner__content {
    max-width: 36.147541%;
  }
}
.sale-banner__title {
  color: #fff;
}
@media (min-width: 84.375em) {
  .sale-banner__title {
    font-size: 18px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .sale-banner__title {
    font-size: clamp( 16px , 15.3786407767px  +  0.1941747573vw , 18px );
  }
}
@media (max-width: 20em) {
  .sale-banner__title {
    font-size: 16px;
  }
}
.sale-banner__title {
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  line-height: 1;
}
.sale-banner__value {
  color: #fff;
}
@media (min-width: 84.375em) {
  .sale-banner__value {
    font-size: 56px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .sale-banner__value {
    font-size: clamp( 32px , 24.5436893204px  +  2.3300970874vw , 56px );
  }
}
@media (max-width: 20em) {
  .sale-banner__value {
    font-size: 32px;
  }
}
.sale-banner__value {
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.sale-banner__value span {
  color: #ff8a00;
  font-weight: 600;
}
@media (min-width: 84.375em) {
  .sale-banner__text {
    font-size: 16px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .sale-banner__text {
    font-size: clamp( 14px , 13.3786407767px  +  0.1941747573vw , 16px );
  }
}
@media (max-width: 20em) {
  .sale-banner__text {
    font-size: 14px;
  }
}
.sale-banner__text {
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 84.375em) {
  .sale-banner__text {
    margin-bottom: 28px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .sale-banner__text {
    margin-bottom: clamp( 15px , 10.9611650485px  +  1.2621359223vw , 28px );
  }
}
@media (max-width: 20em) {
  .sale-banner__text {
    margin-bottom: 15px;
  }
}
@media (max-width: 37.5em) {
  .sale-banner__text {
    color: #999;
  }
}
@media (max-width: 37.5em) {
  .sale-banner__button {
    width: 100%;
  }
}
.sale-banner__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
@media (max-width: 73.75em) {
  .sale-banner__image {
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 37.5em) {
  .sale-banner__image {
    opacity: 0.3;
  }
}

.items-news {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(19.5625rem, 100%), 1fr));
  gap: 1.5rem;
}
.item-news {
  overflow: hidden;
  border-radius: 0.5rem;
  outline: 0.0625rem solid #e6e6e6;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .item-news:hover, .item-news:focus-visible {
    outline: 0.0625rem solid transparent;
    -webkit-box-shadow: 0 1.25rem 3.125rem rgba(0, 0, 0, 0.08);
            box-shadow: 0 1.25rem 3.125rem rgba(0, 0, 0, 0.08);
  }
}
.item-news__header {
  position: relative;
  aspect-ratio: 424/324;
  overflow: hidden;
  background-color: #f7f7f7;
}
.item-news__image {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .item-news__image:hover, .item-news__image:focus-visible {
    scale: 1.03;
  }
}
.item-news__date {
  position: absolute;
}
@media (min-width: 84.375em) {
  .item-news__date {
    font-size: 20px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .item-news__date {
    font-size: clamp( 18px , 17.3786407767px  +  0.1941747573vw , 20px );
  }
}
@media (max-width: 20em) {
  .item-news__date {
    font-size: 18px;
  }
}
.item-news__date {
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 84.375em) {
  .item-news__date {
    left: 24px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .item-news__date {
    left: clamp( 10px , 5.6504854369px  +  1.359223301vw , 24px );
  }
}
@media (max-width: 20em) {
  .item-news__date {
    left: 10px;
  }
}
@media (min-width: 84.375em) {
  .item-news__date {
    bottom: 24px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .item-news__date {
    bottom: clamp( 10px , 5.6504854369px  +  1.359223301vw , 24px );
  }
}
@media (max-width: 20em) {
  .item-news__date {
    bottom: 10px;
  }
}
.item-news__date {
  background-color: #fff;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.3125rem;
  aspect-ratio: 1;
  width: 3.625rem;
  color: #1a1a1a;
}
@media (min-width: 84.375em) {
  .item-news__date small {
    font-size: 12px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .item-news__date small {
    font-size: clamp( 12px , 14.6213592233px  +  -0.1941747573vw , 14px );
  }
}
@media (max-width: 20em) {
  .item-news__date small {
    font-size: 14px;
  }
}
.item-news__date small {
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  color: #808080;
}
@media (min-width: 84.375em) {
  .item-news__body {
    padding: 24px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .item-news__body {
    padding: clamp( 15px , 12.2038834951px  +  0.8737864078vw , 24px );
  }
}
@media (max-width: 20em) {
  .item-news__body {
    padding: 15px;
  }
}
.item-news__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.item-news__body > * {
  margin-bottom: 0.5rem;
}
.item-news__body > *:last-child {
  margin-bottom: 0rem;
}
.item-news__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3125rem 1rem;
}
.item-news__tag {
  color: #4d4d4d;
}
@media (min-width: 84.375em) {
  .item-news__tag {
    font-size: 14px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .item-news__tag {
    font-size: clamp( 14px , 14px  +  0vw , 14px );
  }
}
@media (max-width: 20em) {
  .item-news__tag {
    font-size: 14px;
  }
}
.item-news__tag {
  font-weight: 400;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.1875rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.item-news__tag::before {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #b3b3b3;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .item-news__tag:hover, .item-news__tag:focus-visible {
    color: #2c742f;
  }
  .item-news__tag:hover::before, .item-news__tag:focus-visible::before {
    color: #2c742f;
  }
}
.item-news__title {
  margin-bottom: 1.25rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.item-news__link-title {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (min-width: 84.375em) {
  .item-news__link-title {
    font-size: 18px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .item-news__link-title {
    font-size: clamp( 16px , 15.3786407767px  +  0.1941747573vw , 18px );
  }
}
@media (max-width: 20em) {
  .item-news__link-title {
    font-size: 16px;
  }
}
.item-news__link-title {
  font-weight: 500;
  line-height: 1.5;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .item-news__link-title:hover, .item-news__link-title:focus-visible {
    color: #2c742f;
  }
}
.subscribe {
  background-color: #f7f7f7;
}
@media (min-width: 84.375em) {
  .subscribe {
    padding-block: 40px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .subscribe {
    padding-block: clamp( 25px , 20.3398058252px  +  1.4563106796vw , 40px );
  }
}
@media (max-width: 20em) {
  .subscribe {
    padding-block: 25px;
  }
}
.subscribe__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1.25rem;
}
@media (min-width: 84.375em) {
  .subscribe__container {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .subscribe__container {
    -webkit-column-gap: clamp( 25px , 20.3398058252px  +  1.4563106796vw , 40px );
       -moz-column-gap: clamp( 25px , 20.3398058252px  +  1.4563106796vw , 40px );
            column-gap: clamp( 25px , 20.3398058252px  +  1.4563106796vw , 40px );
  }
}
@media (max-width: 20em) {
  .subscribe__container {
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
}
@media (max-width: 61.99875em) {
  .subscribe__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.subscribe__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 84.375em) {
  .subscribe__title {
    font-size: 24px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .subscribe__title {
    font-size: clamp( 20px , 18.7572815534px  +  0.3883495146vw , 24px );
  }
}
@media (max-width: 20em) {
  .subscribe__title {
    font-size: 20px;
  }
}
.subscribe__title {
  font-weight: 600;
  line-height: 1.5;
  color: #1a1a1a;
}
@media (min-width: 84.375em) {
  .subscribe__text {
    font-size: 14px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .subscribe__text {
    font-size: clamp( 14px , 14px  +  0vw , 14px );
  }
}
@media (max-width: 20em) {
  .subscribe__text {
    font-size: 14px;
  }
}
.subscribe__text {
  font-weight: 400;
  line-height: 1.5;
  color: #999;
}
@media (min-width: 55.9375em) {
  .subscribe__text {
    max-width: 28.125rem;
  }
}
.subscribe__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2.875rem;
  border: 0.0625rem solid #e6e6e6;
  background-color: #fff;
  display: flex;
  min-width: min(23.4375rem, 100%);
  -ms-flex-preferred-size: 42.7%;
      flex-basis: 42.7%;
}
@media (max-width: 55.9375em) {
  .subscribe__form {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (max-width: 25em) {
  .subscribe__form {
    border-radius: 2.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.3125rem;
    background-color: transparent;
    border: none;
  }
}
.subscribe__input {
  padding-inline: 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-radius: 2.875rem 0 0 2.875rem;
  height: 3.25rem;
  color: #1a1a1a;
}
@media (min-width: 84.375em) {
  .subscribe__input {
    font-size: 16px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .subscribe__input {
    font-size: clamp( 14px , 13.3786407767px  +  0.1941747573vw , 16px );
  }
}
@media (max-width: 20em) {
  .subscribe__input {
    font-size: 14px;
  }
}
.subscribe__input {
  font-weight: 400;
  line-height: 1.5;
}
.subscribe__input::-webkit-input-placeholder {
  color: #808080;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.subscribe__input::-moz-placeholder {
  color: #808080;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.subscribe__input:-ms-input-placeholder {
  color: #808080;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.subscribe__input::-ms-input-placeholder {
  color: #808080;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.subscribe__input::placeholder {
  color: #808080;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.subscribe__input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.subscribe__input:focus::-moz-placeholder {
  opacity: 0;
}
.subscribe__input:focus:-ms-input-placeholder {
  opacity: 0;
}
.subscribe__input:focus::-ms-input-placeholder {
  opacity: 0;
}
.subscribe__input:focus::placeholder {
  opacity: 0;
}
@media (max-width: 25em) {
  .subscribe__input {
    border: 0.0625rem solid #e6e6e6;
    background-color: #fff;
    border-radius: 2.875rem;
  }
}
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.social__link {
  width: 2.5rem;
  aspect-ratio: 1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4d4d4d;
}
@media (min-width: 84.375em) {
  .social__link {
    font-size: 18px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .social__link {
    font-size: clamp( 16px , 15.3786407767px  +  0.1941747573vw , 18px );
  }
}
@media (max-width: 20em) {
  .social__link {
    font-size: 16px;
  }
}
.social__link {
  font-weight: 400;
  line-height: 1.5;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .social__link:hover, .social__link:focus-visible {
    background-color: #00b207;
    color: white;
  }
}

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background-color: #fff;
  /*   position: fixed; */
}
@media (min-width: 47.99875em) {
  .header__top {
    border-bottom: 1px solid #e6e6e6;
  }
}
.top-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-block: 0.75rem;
  gap: 0.3125rem 0.625rem;
}
@media (max-width: 47.99875em) {
  .top-header__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.25rem;
    background-color: #1a1a1a;
    border-radius: 0.5rem;
  }
}
.top-header__link-location {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media (min-width: 84.375em) {
  .top-header__link-location {
    font-size: 12px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .top-header__link-location {
    font-size: clamp( 12px , 14.6213592233px  +  -0.1941747573vw , 14px );
  }
}
@media (max-width: 20em) {
  .top-header__link-location {
    font-size: 14px;
  }
}
.top-header__link-location {
  font-weight: 400;
  line-height: 1.3;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.top-header__link-location::before {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (min-width: 84.375em) {
  .top-header__link-location::before {
    font-size: 18px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .top-header__link-location::before {
    font-size: clamp( 16px , 15.3786407767px  +  0.1941747573vw , 18px );
  }
}
@media (max-width: 20em) {
  .top-header__link-location::before {
    font-size: 16px;
  }
}
.top-header__link-location::before {
  font-weight: 400;
  line-height: 1.5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .top-header__link-location:hover, .top-header__link-location:focus-visible {
    color: #2c742f;
  }
}
@media (max-width: 47.99875em) {
  .top-header__link-location {
    color: #fff;
    font-weight: 400;
    line-height: 1.5;
  }
}
@media (max-width: 47.99875em) and (min-width: 84.375em) {
  .top-header__link-location {
    font-size: 18px;
  }
}
@media (max-width: 47.99875em) and (min-width: 20em) and (max-width: 84.375em) {
  .top-header__link-location {
    font-size: clamp( 16px , 15.3786407767px  +  0.1941747573vw , 18px );
  }
}
@media (max-width: 47.99875em) and (max-width: 20em) {
  .top-header__link-location {
    font-size: 16px;
  }
}
@media (max-width: 47.99875em) {
  .top-header__link-location:before {
    font-weight: 400;
    line-height: 1.5;
  }
}
@media (max-width: 47.99875em) and (min-width: 84.375em) {
  .top-header__link-location:before {
    font-size: 24px;
  }
}
@media (max-width: 47.99875em) and (min-width: 20em) and (max-width: 84.375em) {
  .top-header__link-location:before {
    font-size: clamp( 20px , 18.7572815534px  +  0.3883495146vw , 24px );
  }
}
@media (max-width: 47.99875em) and (max-width: 20em) {
  .top-header__link-location:before {
    font-size: 20px;
  }
}
.actions-top-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 47.99875em) {
  .actions-top-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.lang-currency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
@media (min-width: 47.99875em) {
  .lang-currency::after {
    content: "";
    width: 0.0625rem;
    height: 0.9375rem;
    background-color: #e6e6e6;
  }
}
@media (max-width: 47.99875em) {
  .lang-currency {
    gap: 0.9375rem;
  }
}
.lang-currency__element {
  position: relative;
}
.lang-currency__element::before {
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  font-size: 0.28125rem;
  pointer-events: none;
}
@media (max-width: 47.99875em) {
  .lang-currency__element::before {
    font-size: 0.5rem;
    color: #fff;
  }
}
.lang-currency__select {
  padding-right: 1.03125rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (min-width: 84.375em) {
  .lang-currency__select {
    font-size: 12px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .lang-currency__select {
    font-size: clamp( 12px , 14.6213592233px  +  -0.1941747573vw , 14px );
  }
}
@media (max-width: 20em) {
  .lang-currency__select {
    font-size: 14px;
  }
}
.lang-currency__select {
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 47.99875em) {
  .lang-currency__select {
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
  }
}
@media (max-width: 47.99875em) and (min-width: 84.375em) {
  .lang-currency__select {
    font-size: 24px;
  }
}
@media (max-width: 47.99875em) and (min-width: 20em) and (max-width: 84.375em) {
  .lang-currency__select {
    font-size: clamp( 20px , 18.7572815534px  +  0.3883495146vw , 24px );
  }
}
@media (max-width: 47.99875em) and (max-width: 20em) {
  .lang-currency__select {
    font-size: 20px;
  }
}
@media (max-width: 47.99875em) {
  .lang-currency__select option {
    color: #1a1a1a;
  }
}
@media (min-width: 84.375em) {
  .auth-top-header {
    font-size: 12px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .auth-top-header {
    font-size: clamp( 12px , 14.6213592233px  +  -0.1941747573vw , 14px );
  }
}
@media (max-width: 20em) {
  .auth-top-header {
    font-size: 14px;
  }
}
.auth-top-header {
  font-weight: 400;
  line-height: 1.3;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .auth-top-header__link:hover, .auth-top-header__link:focus-visible {
    text-decoration: underline;
  }
}
@media (max-width: 47.99875em) {
  .auth-top-header {
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
  }
}
@media (max-width: 47.99875em) and (min-width: 84.375em) {
  .auth-top-header {
    font-size: 20px;
  }
}
@media (max-width: 47.99875em) and (min-width: 20em) and (max-width: 84.375em) {
  .auth-top-header {
    font-size: clamp( 18px , 17.3786407767px  +  0.1941747573vw , 20px );
  }
}
@media (max-width: 47.99875em) and (max-width: 20em) {
  .auth-top-header {
    font-size: 18px;
  }
}

.body-header {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.body-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem 1.25rem;
  padding-block: 1.5rem;
}
@media (max-width: 47.99875em) {
  .body-header__container {
    padding-block: 0.625rem;
  }
}
.body-header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 47.99875em) {
  .body-header__logo {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.body-header__place-search {
  -ms-flex-preferred-size: 31.125rem;
      flex-basis: 31.125rem;
}
@media (max-width: 47.99875em) {
  .body-header__place-search {
    display: none;
  }
}
.body-header__search {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 61.99875em) {
  .body-header__search {
    margin-left: 0.5rem;
  }
}
.body-header__actions {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.logo-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media (min-width: 84.375em) {
  .logo-header__text {
    font-size: 32px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .logo-header__text {
    font-size: clamp( 22px , 18.8932038835px  +  0.9708737864vw , 32px );
  }
}
@media (max-width: 20em) {
  .logo-header__text {
    font-size: 22px;
  }
}
.logo-header__text {
  font-weight: 500;
  line-height: 1.2;
  color: #002603;
}
@media (max-width: 23.75em) {
  .logo-header__text {
    font-weight: 500;
    line-height: 1.5;
  }
}
@media (max-width: 23.75em) and (min-width: 84.375em) {
  .logo-header__text {
    font-size: 20px;
  }
}
@media (max-width: 23.75em) and (min-width: 20em) and (max-width: 84.375em) {
  .logo-header__text {
    font-size: clamp( 18px , 17.3786407767px  +  0.1941747573vw , 20px );
  }
}
@media (max-width: 23.75em) and (max-width: 20em) {
  .logo-header__text {
    font-size: 18px;
  }
}

.search-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 5;
  border-radius: 0.375rem;
}
.search-header:not(.--dynamic) {
  outline: 0.0625rem solid #e6e6e6;
}
.search-header::before {
  position: absolute;
  pointer-events: none;
}
@media (min-width: 84.375em) {
  .search-header::before {
    font-size: 16px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .search-header::before {
    font-size: clamp( 14px , 13.3786407767px  +  0.1941747573vw , 16px );
  }
}
@media (max-width: 20em) {
  .search-header::before {
    font-size: 14px;
  }
}
.search-header::before {
  font-weight: 400;
  line-height: 1.5;
  color: #1a1a1a;
  top: 50%;
  left: 1.09375rem;
  translate: 0 -50%;
}
.search-header__input {
  background-color: #fff;
  padding-left: 2.75rem;
  padding-right: 1.125rem;
  border-radius: 0.375rem 0 0 0.375rem;
  height: 2.8125rem;
  color: #1a1a1a;
}
@media (min-width: 84.375em) {
  .search-header__input {
    font-size: 16px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .search-header__input {
    font-size: clamp( 14px , 13.3786407767px  +  0.1941747573vw , 16px );
  }
}
@media (max-width: 20em) {
  .search-header__input {
    font-size: 14px;
  }
}
.search-header__input {
  font-weight: 400;
  line-height: 1.5;
}
.search-header__input::-webkit-input-placeholder {
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
  color: #808080;
}
.search-header__input::-moz-placeholder {
  -moz-transition: opacity 0.1s;
  transition: opacity 0.1s;
  color: #808080;
}
.search-header__input:-ms-input-placeholder {
  -ms-transition: opacity 0.1s;
  transition: opacity 0.1s;
  color: #808080;
}
.search-header__input::-ms-input-placeholder {
  -ms-transition: opacity 0.1s;
  transition: opacity 0.1s;
  color: #808080;
}
.search-header__input::placeholder {
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
  color: #808080;
}
.search-header__input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.search-header__input:focus::-moz-placeholder {
  opacity: 0;
}
.search-header__input:focus:-ms-input-placeholder {
  opacity: 0;
}
.search-header__input:focus::-ms-input-placeholder {
  opacity: 0;
}
.search-header__input:focus::placeholder {
  opacity: 0;
}
.search-header__button {
  padding-inline: 1.5rem;
  border-radius: 0 0.375rem 0.375rem 0;
}

.actions-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.0875rem;
}
.actions-header__favorite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.0875rem;
  color: #1a1a1a;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (min-width: 84.375em) {
  .actions-header__favorite::before {
    font-size: 24px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .actions-header__favorite::before {
    font-size: clamp( 20px , 18.7572815534px  +  0.3883495146vw , 24px );
  }
}
@media (max-width: 20em) {
  .actions-header__favorite::before {
    font-size: 20px;
  }
}
.actions-header__favorite::before {
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 47.99875em) {
  .actions-header__favorite:not(:last-child)::after {
    content: "";
    width: 0.0625rem;
    height: 1.5rem;
    background-color: #ccc;
  }
}
@media (any-hover: hover) and (any-pointer: fine) {
  .actions-header__favorite:hover, .actions-header__favorite:focus-visible {
    color: #2c742f;
  }
}
.cart-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-header * {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cart-header__icon {
  color: #1a1a1a;
}
@media (min-width: 84.375em) {
  .cart-header__icon {
    font-size: 24px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .cart-header__icon {
    font-size: clamp( 20px , 18.7572815534px  +  0.3883495146vw , 24px );
  }
}
@media (max-width: 20em) {
  .cart-header__icon {
    font-size: 20px;
  }
}
.cart-header__icon {
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  translate: 0 0.1875rem;
}
.cart-header__icon span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: -0.34375rem;
  top: -0.34375rem;
  font-size: 0.625rem;
  line-height: 1;
  width: 1.125rem;
  aspect-ratio: 1;
  border-radius: 50%;
  outline: 0.0625rem solid #fff;
  background-color: #2c742f;
  color: #fff;
}
.cart-header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4375rem;
}
@media (max-width: 47.99875em) {
  .cart-header__body {
    display: none;
  }
}
.cart-header__label {
  color: #4d4d4d;
}
@media (min-width: 84.375em) {
  .cart-header__label {
    font-size: 11px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .cart-header__label {
    font-size: clamp( 11px , 14.932038835px  +  -0.2912621359vw , 14px );
  }
}
@media (max-width: 20em) {
  .cart-header__label {
    font-size: 14px;
  }
}
.cart-header__label {
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 84.375em) {
  .cart-header__value {
    font-size: 14px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .cart-header__value {
    font-size: clamp( 14px , 14px  +  0vw , 14px );
  }
}
@media (max-width: 20em) {
  .cart-header__value {
    font-size: 14px;
  }
}
.cart-header__value {
  font-weight: 500;
  line-height: 1.5;
  line-height: 1;
  color: #1a1a1a;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .cart-header:hover .cart-header__icon,
  .cart-header:hover .cart-header__label,
  .cart-header:hover .cart-header__value, .cart-header:focus-visible .cart-header__icon,
  .cart-header:focus-visible .cart-header__label,
  .cart-header:focus-visible .cart-header__value {
    color: #2c742f;
  }
}

.bottom-header {
  position: relative;
}
.bottom-header::before {
  content: "";
  background-color: #333;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}
.bottom-header {
  background-color: #333;
}
.bottom-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
@media (max-width: 47.99875em) {
  .bottom-header__container {
    padding-block: 0.625rem;
  }
}
.bottom-header__menu {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.bottom-header__phone {
  position: relative;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 0.66875rem;
}
@media (min-width: 84.375em) {
  .bottom-header__phone {
    font-size: 14px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .bottom-header__phone {
    font-size: clamp( 14px , 14px  +  0vw , 14px );
  }
}
@media (max-width: 20em) {
  .bottom-header__phone {
    font-size: 14px;
  }
}
.bottom-header__phone {
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.bottom-header__phone:not(.--dynamic) {
  padding-block: 1.21875rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (min-width: 84.375em) {
  .bottom-header__phone::before {
    font-size: 20px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .bottom-header__phone::before {
    font-size: clamp( 18px , 17.3786407767px  +  0.1941747573vw , 20px );
  }
}
@media (max-width: 20em) {
  .bottom-header__phone::before {
    font-size: 18px;
  }
}
.bottom-header__phone::before {
  font-weight: 400;
  line-height: 1.5;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .bottom-header__phone:hover, .bottom-header__phone:focus-visible {
    color: #00b207;
  }
}
.bottom-header__phone.--dynamic {
  color: #1a1a1a;
}
.bottom-header__phone.--dynamic span {
  display: none;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 47.99875em) {
  .menu {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
    -webkit-transition: left 0.5s;
    transition: left 0.5s;
    overflow: auto;
    /* z-index: 6; */
    padding: 8.125rem 0.9375rem 1.875rem 0.9375rem;
    background: #2c742f;
  }
  .open-menu .menu {
    left: 0;
  }
}
@media (mix-width: 47.99875em) {
  .menu__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0rem 2.1875rem;
  min-height: 100%;
}
@media (max-width: 47.99875em) {
  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0.9375rem;
  }
}
.menu__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #999;
  -webkit-transition: color 0.8s, translate 0.8s;
  transition: color 0.8s, translate 0.8s;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .menu__item:hover, .menu__item:focus-visible {
    color: #fff;
  }
  .menu__item:hover .sub-menu, .menu__item:focus-visible .sub-menu {
    visibility: visible;
    pointer-events: auto;
    translate: 0 0rem;
  }
  .menu__item:hover .menu__button::before, .menu__item:focus-visible .menu__button::before {
    rotate: -180deg;
  }
}
.menu__item.--active {
  color: #fff;
}
.menu__item.--active .sub-menu {
  visibility: visible;
  pointer-events: auto;
  translate: 0 0rem;
}
.menu__item.--active .menu__button::before {
  rotate: -180deg;
}
@media (max-width: 47.99875em) {
  .menu__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 84.375em) {
  .menu__link {
    font-size: 14px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .menu__link {
    font-size: clamp( 14px , 14px  +  0vw , 14px );
  }
}
@media (max-width: 20em) {
  .menu__link {
    font-size: 14px;
  }
}
.menu__link {
  font-weight: 500;
  line-height: 1.5;
  padding-block: 1rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 47.99875em) {
  .menu__link {
    color: #fff;
    padding-block: 0.9375rem;
    font-weight: 500;
    line-height: 1.2;
  }
}
@media (max-width: 47.99875em) and (min-width: 84.375em) {
  .menu__link {
    font-size: 36px;
  }
}
@media (max-width: 47.99875em) and (min-width: 20em) and (max-width: 84.375em) {
  .menu__link {
    font-size: clamp( 24px , 20.2718446602px  +  1.1650485437vw , 36px );
  }
}
@media (max-width: 47.99875em) and (max-width: 20em) {
  .menu__link {
    font-size: 24px;
  }
}
.menu__button {
  position: relative;
  z-index: 2;
  padding-left: 0.41875rem;
  font-size: 0.375rem;
}
.menu__button::before {
  -webkit-transition: rotate 0.4s;
  transition: rotate 0.4s;
}
[data-touch] .menu__button {
  font-size: 0.625rem;
}
@media (max-width: 47.99875em) {
  .menu__button {
    display: none;
  }
}

.sub-menu {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.9375rem;
  background-color: #2c742f;
  border-radius: 0 0 0.5rem 0.5rem;
}
@media (max-width: 47.99875em) {
  .sub-menu__item:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
@media (min-width: 84.375em) {
  .sub-menu__link {
    font-size: 16px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .sub-menu__link {
    font-size: clamp( 14px , 13.3786407767px  +  0.1941747573vw , 16px );
  }
}
@media (max-width: 20em) {
  .sub-menu__link {
    font-size: 14px;
  }
}
.sub-menu__link {
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .sub-menu__link:hover, .sub-menu__link:focus-visible {
    text-decoration: underline;
  }
}
@media (max-width: 47.99875em) {
  .sub-menu__link {
    font-weight: 400;
    line-height: 1.5;
  }
}
@media (max-width: 47.99875em) and (min-width: 84.375em) {
  .sub-menu__link {
    font-size: 20px;
  }
}
@media (max-width: 47.99875em) and (min-width: 20em) and (max-width: 84.375em) {
  .sub-menu__link {
    font-size: clamp( 18px , 17.3786407767px  +  0.1941747573vw , 20px );
  }
}
@media (max-width: 47.99875em) and (max-width: 20em) {
  .sub-menu__link {
    font-size: 18px;
  }
}
@media (max-width: 47.99875em) {
  .sub-menu {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    background-color: #1a1a1a;
    border-radius: 0.5rem;
  }
}
@media (min-width: 47.99875em) {
  .sub-menu {
    position: absolute;
    left: -0.9375rem;
    top: 100%;
    translate: 0 -100%;
    visibility: hidden;
    pointer-events: none;
    width: 12.5rem;
  }
}

.footer {
  background-color: #1a1a1a;
}
@media (min-width: 84.375em) {
  .footer__body {
    padding-block: 60px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .footer__body {
    padding-block: clamp( 20px , 7.572815534px  +  3.8834951456vw , 60px );
  }
}
@media (max-width: 20em) {
  .footer__body {
    padding-block: 20px;
  }
}
.body-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 84.375em) {
  .body-footer__container {
    row-gap: 50px;
  }
}
@media (min-width: 61.99875em) and (max-width: 84.375em) {
  .body-footer__container {
    row-gap: clamp( 30px , -25.4147812971px  +  5.5862800961vw , 50px );
  }
}
@media (max-width: 61.99875em) {
  .body-footer__container {
    row-gap: 30px;
  }
}
@media (min-width: 84.375em) {
  .body-footer__container {
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
  }
}
@media (min-width: 61.99875em) and (max-width: 84.375em) {
  .body-footer__container {
    -webkit-column-gap: clamp( 20px , -201.6591251885px  +  22.3451203843vw , 100px );
       -moz-column-gap: clamp( 20px , -201.6591251885px  +  22.3451203843vw , 100px );
            column-gap: clamp( 20px , -201.6591251885px  +  22.3451203843vw , 100px );
  }
}
@media (max-width: 61.99875em) {
  .body-footer__container {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media (max-width: 61.99875em) {
  .body-footer__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.body-footer__content {
  -ms-flex-preferred-size: 21.25rem;
      flex-basis: 21.25rem;
  display: grid;
  gap: 1rem;
  color: #808080;
}
@media (min-width: 84.375em) {
  .body-footer__content {
    font-size: 14px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .body-footer__content {
    font-size: clamp( 14px , 14px  +  0vw , 14px );
  }
}
@media (max-width: 20em) {
  .body-footer__content {
    font-size: 14px;
  }
}
.body-footer__content {
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 61.99875em) {
  .body-footer__content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.body-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.body-footer__link {
  color: #fff;
}
@media (min-width: 84.375em) {
  .body-footer__link {
    font-size: 14px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .body-footer__link {
    font-size: clamp( 14px , 14px  +  0vw , 14px );
  }
}
@media (max-width: 20em) {
  .body-footer__link {
    font-size: 14px;
  }
}
.body-footer__link {
  font-weight: 500;
  line-height: 1.5;
  text-decoration: underline;
  -webkit-transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
  text-decoration-color: #00b207;
  text-underline-offset: 0.5rem;
  text-decoration-thickness: 2;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .body-footer__link:hover, .body-footer__link:focus-visible {
    text-decoration-color: #ff8a00;
  }
}
.body-footer__menus {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 1.5625rem;
}
@media (max-width: 61.99875em) {
  .body-footer__menus {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.logo-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #fff;
}
@media (min-width: 84.375em) {
  .logo-footer__text {
    font-size: 32px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .logo-footer__text {
    font-size: clamp( 22px , 18.8932038835px  +  0.9708737864vw , 32px );
  }
}
@media (max-width: 20em) {
  .logo-footer__text {
    font-size: 22px;
  }
}
.logo-footer__text {
  font-weight: 500;
  line-height: 1.2;
}

.menus-footer__title {
  color: #fff;
}
@media (min-width: 84.375em) {
  .menus-footer__title {
    font-size: 16px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .menus-footer__title {
    font-size: clamp( 14px , 13.3786407767px  +  0.1941747573vw , 16px );
  }
}
@media (max-width: 20em) {
  .menus-footer__title {
    font-size: 14px;
  }
}
.menus-footer__title {
  font-weight: 500;
  line-height: 1.5;
}
.menus-footer__title:not(:last-child) {
  margin-bottom: 1.25rem;
}
.menus-footer__item:not(:last-child) {
  margin-bottom: 0.75rem;
}
.menus-footer__link {
  color: #999;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (min-width: 84.375em) {
  .menus-footer__link {
    font-size: 14px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .menus-footer__link {
    font-size: clamp( 14px , 14px  +  0vw , 14px );
  }
}
@media (max-width: 20em) {
  .menus-footer__link {
    font-size: 14px;
  }
}
.menus-footer__link {
  font-weight: 400;
  line-height: 1.5;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .menus-footer__link:hover, .menus-footer__link:focus-visible {
    color: #fff;
  }
}

.bottom-footer {
  border-top: 0.0625rem solid #333;
  padding-block: 1.5rem;
}
.bottom-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.9375rem;
}
@media (max-width: 47.99875em) {
  .bottom-footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
@media (min-width: 84.375em) {
  .bottom-footer__copy {
    font-size: 14px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .bottom-footer__copy {
    font-size: clamp( 14px , 14px  +  0vw , 14px );
  }
}
@media (max-width: 20em) {
  .bottom-footer__copy {
    font-size: 14px;
  }
}
.bottom-footer__copy {
  font-weight: 400;
  line-height: 1.5;
}
.payments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media (min-width: 84.375em) {
  .page > *:not(.subscribe) {
    margin-bottom: 60px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .page > *:not(.subscribe) {
    margin-bottom: clamp( 30px , 20.6796116505px  +  2.9126213592vw , 60px );
  }
}
@media (max-width: 20em) {
  .page > *:not(.subscribe) {
    margin-bottom: 30px;
  }
}
.page__hero {
  margin-bottom: 0rem;
}
@media (min-width: 84.375em) {
  .page__popular-categories {
    margin-bottom: 50px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .page__popular-categories {
    margin-bottom: clamp( 30px , 23.786407767px  +  1.9417475728vw , 50px );
  }
}
@media (max-width: 20em) {
  .page__popular-categories {
    margin-bottom: 30px;
  }
}
@media (min-width: 84.375em) {
  .hero {
    padding-block: 28px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .hero {
    padding-block: clamp( 15px , 10.9611650485px  +  1.2621359223vw , 28px );
  }
}
@media (max-width: 20em) {
  .hero {
    padding-block: 15px;
  }
}
.hero__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 61.99875em) {
  .hero__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 35em) {
  .hero__container {
    grid-template-columns: auto;
  }
}
@media (min-width: 84.375em) {
  .hero__container > .hero__item:only-child {
    min-height: 600px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .hero__container > .hero__item:only-child {
    min-height: clamp( 200px , 75.7281553398px  +  38.8349514563vw , 600px );
  }
}
@media (max-width: 20em) {
  .hero__container > .hero__item:only-child {
    min-height: 200px;
  }
}
.hero__container > .hero__item:only-child {
  grid-column: 1/-1;
  grid-row: auto;
}
.item-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (min-width: 84.375em) {
  .item-hero {
    min-height: 288px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .item-hero {
    min-height: clamp( 200px , 172.6601941748px  +  8.5436893204vw , 288px );
  }
}
@media (max-width: 20em) {
  .item-hero {
    min-height: 200px;
  }
}
.item-hero:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}
@media (min-width: 84.375em) {
  .item-hero:nth-child(1) .item-hero__link {
    padding: 60px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .item-hero:nth-child(1) .item-hero__link {
    padding: clamp( 20px , 7.572815534px  +  3.8834951456vw , 60px );
  }
}
@media (max-width: 20em) {
  .item-hero:nth-child(1) .item-hero__link {
    padding: 20px;
  }
}
@media (max-width: 61.99875em) {
  .item-hero:nth-child(1) {
    grid-row: span 1;
  }
}
@media (max-width: 35em) {
  .item-hero:nth-child(1) {
    grid-column: span 1;
  }
}
.item-hero__link {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 84.375em) {
  .item-hero__link {
    padding: 32px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .item-hero__link {
    padding: clamp( 20px , 16.2718446602px  +  1.1650485437vw , 32px );
  }
}
@media (max-width: 20em) {
  .item-hero__link {
    padding: 20px;
  }
}
.item-hero__link {
  display: block;
  position: relative;
}
.item-hero__body {
  min-height: 100%;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
}
@media (min-width: 34.375em) {
  .item-hero__body {
    max-width: 60%;
  }
}
.item-hero__picture {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.625rem;
  overflow: hidden;
}
.item-hero__picture--decor {
  border: 0.0625rem solid #000;
  -webkit-box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
}
.item-hero__picture--decor::before {
  content: "";
  background: linear-gradient(99deg, rgba(0, 0, 0, 0.6) 10.4%, rgba(0, 0, 0, 0) 59.43%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 29.99875em) {
  .item-hero__picture--decor::before {
    background: linear-gradient(99deg, rgba(0, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0) 95%);
  }
}
.item-hero__image {
  border-radius: 0.625rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 61.99875em) {
  .item-hero__image {
    -o-object-position: center 20%;
       object-position: center 20%;
  }
}

.type-1-hero-item {
  gap: 1.75rem;
}
@media (min-width: 84.375em) {
  .type-1-hero-item__title {
    font-size: 48px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .type-1-hero-item__title {
    font-size: clamp( 24px , 16.5436893204px  +  2.3300970874vw , 48px );
  }
}
@media (max-width: 20em) {
  .type-1-hero-item__title {
    font-size: 24px;
  }
}
.type-1-hero-item__title {
  font-weight: 600;
  line-height: 1.2;
}
.type-1-hero-item__info {
  border-left: 0.0625rem solid #84d187;
  padding-left: 0.9375rem;
}
@media (min-width: 84.375em) {
  .type-1-hero-item__sale {
    font-size: 20px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .type-1-hero-item__sale {
    font-size: clamp( 18px , 17.3786407767px  +  0.1941747573vw , 20px );
  }
}
@media (max-width: 20em) {
  .type-1-hero-item__sale {
    font-size: 18px;
  }
}
.type-1-hero-item__sale {
  font-weight: 500;
  line-height: 1.5;
}
.type-1-hero-item__sale span {
  padding: 0.25rem 0.75rem;
  border-radius: 0.3125rem;
  white-space: nowrap;
}
@media (min-width: 84.375em) {
  .type-1-hero-item__sale span {
    font-size: 20px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .type-1-hero-item__sale span {
    font-size: clamp( 18px , 17.3786407767px  +  0.1941747573vw , 20px );
  }
}
@media (max-width: 20em) {
  .type-1-hero-item__sale span {
    font-size: 18px;
  }
}
.type-1-hero-item__sale span {
  font-weight: 600;
  line-height: 1.5;
  background-color: #ff8a00;
}
.type-1-hero-item__sale:not(:last-child) {
  margin-bottom: 0.5rem;
}
@media (min-width: 84.375em) {
  .type-1-hero-item__label {
    font-size: 14px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .type-1-hero-item__label {
    font-size: clamp( 14px , 14px  +  0vw , 14px );
  }
}
@media (max-width: 20em) {
  .type-1-hero-item__label {
    font-size: 14px;
  }
}
.type-1-hero-item__label {
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 29.99875em) {
  .type-1-hero-item__button {
    width: 100%;
  }
}

.type-2-hero-item {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #1a1a1a;
}
.type-2-hero-item > * {
  margin-bottom: 0.5rem;
}
@media (min-width: 84.375em) {
  .type-2-hero-item__label {
    font-size: 14px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .type-2-hero-item__label {
    font-size: clamp( 14px , 14px  +  0vw , 14px );
  }
}
@media (max-width: 20em) {
  .type-2-hero-item__label {
    font-size: 14px;
  }
}
.type-2-hero-item__label {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.42px;
  text-transform: uppercase;
}
@media (min-width: 84.375em) {
  .type-2-hero-item__title {
    font-size: 32px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .type-2-hero-item__title {
    font-size: clamp( 22px , 18.8932038835px  +  0.9708737864vw , 32px );
  }
}
@media (max-width: 20em) {
  .type-2-hero-item__title {
    font-size: 22px;
  }
}
.type-2-hero-item__title {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}
.type-2-hero-item__text {
  color: #666;
  margin-bottom: 1.5rem;
}
.type-2-hero-item:last-child {
  margin-bottom: 0;
}

.type-3-hero-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  max-width: none;
}
.type-3-hero-item > * {
  margin-bottom: 0.75rem;
}
@media (min-width: 84.375em) {
  .type-3-hero-item__label {
    font-size: 14px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .type-3-hero-item__label {
    font-size: clamp( 14px , 14px  +  0vw , 14px );
  }
}
@media (max-width: 20em) {
  .type-3-hero-item__label {
    font-size: 14px;
  }
}
.type-3-hero-item__label {
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
}
@media (min-width: 84.375em) {
  .type-3-hero-item__title {
    font-size: 32px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .type-3-hero-item__title {
    font-size: clamp( 22px , 18.8932038835px  +  0.9708737864vw , 32px );
  }
}
@media (max-width: 20em) {
  .type-3-hero-item__title {
    font-size: 22px;
  }
}
.type-3-hero-item__title {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 2rem;
}
.type-3-hero-item:last-child {
  margin-bottom: 0;
}

.benefits__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 0.9375rem;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0px 0.5rem 2.5rem 0px rgba(0, 38, 3, 0.08);
          box-shadow: 0px 0.5rem 2.5rem 0px rgba(0, 38, 3, 0.08);
}
@media (min-width: 84.375em) {
  .benefits__items {
    padding: 40px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .benefits__items {
    padding: clamp( 20px , 13.786407767px  +  1.9417475728vw , 40px );
  }
}
@media (max-width: 20em) {
  .benefits__items {
    padding: 20px;
  }
}
.benefits__items {
  background-color: #fff;
}
.item-benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.item-benefit__picture {
  text-align: center;
  width: 2.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-benefit__body {
  display: grid;
  gap: 0.5rem;
}
@media (min-width: 84.375em) {
  .item-benefit__title {
    font-size: 16px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .item-benefit__title {
    font-size: clamp( 14px , 13.3786407767px  +  0.1941747573vw , 16px );
  }
}
@media (max-width: 20em) {
  .item-benefit__title {
    font-size: 14px;
  }
}
.item-benefit__title {
  font-weight: 600;
  line-height: 1.2;
  color: #1a1a1a;
}
.item-benefit__text {
  color: #999;
}
@media (min-width: 84.375em) {
  .item-benefit__text {
    font-size: 14px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .item-benefit__text {
    font-size: clamp( 14px , 14px  +  0vw , 14px );
  }
}
@media (max-width: 20em) {
  .item-benefit__text {
    font-size: 14px;
  }
}
.item-benefit__text {
  font-weight: 400;
  line-height: 1.5;
  line-height: 1;
}

.popular-categories__items {
  display: grid;
}
@media (min-width: 84.375em) {
  .popular-categories__items {
    gap: 24px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .popular-categories__items {
    gap: clamp( 10px , 5.6504854369px  +  1.359223301vw , 24px );
  }
}
@media (max-width: 20em) {
  .popular-categories__items {
    gap: 10px;
  }
}
.popular-categories__items {
  grid-template-columns: repeat(auto-fill, minmax(11.25rem, 1fr));
}
@media (max-width: 29.99875em) {
  .popular-categories__items {
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    margin-inline: -0.9375rem;
    padding-left: 0.9375rem;
    scroll-padding-left: 0.9375rem;
    scrollbar-width: none;
  }
  .popular-categories__items::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 29.99875em) {
  .popular-categories__item {
    scroll-snap-align: start;
    -ms-flex-preferred-size: 11.25rem;
        flex-basis: 11.25rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .popular-categories__item:last-child {
    margin-right: 0.9375rem;
  }
}

.item-category {
  border-radius: 0.3125rem;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .item-category:hover, .item-category:focus-visible {
    border-color: #2c742f;
    -webkit-box-shadow: 0px 0px 0.75rem 0px rgba(32, 181, 38, 0.32);
            box-shadow: 0px 0px 0.75rem 0px rgba(32, 181, 38, 0.32);
  }
  .item-category:hover .item-category__name, .item-category:focus-visible .item-category__name {
    color: #2c742f;
  }
}
.item-category__link {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}
.item-category__picture {
  aspect-ratio: 190/130;
}
.item-category__picture:not(:last-child) {
  margin-bottom: 1rem;
}
.item-category__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 84.375em) {
  .item-category__name {
    font-size: 18px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .item-category__name {
    font-size: clamp( 16px , 15.3786407767px  +  0.1941747573vw , 18px );
  }
}
@media (max-width: 20em) {
  .item-category__name {
    font-size: 16px;
  }
}
.item-category__name {
  font-weight: 500;
  line-height: 1.5;
  color: #1a1a1a;
  text-align: center;
  padding-inline: 0.3125rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.sale__container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(20rem, 100%), 1fr));
  gap: 1.5rem;
}
.item-sale {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  color: #fff;
}
.item-sale--black {
  color: #1a1a1a;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .item-sale:hover .item-sale__image, .item-sale:focus-visible .item-sale__image {
    scale: 1.05;
  }
}
.item-sale__link {
  display: block;
  aspect-ratio: 424/536;
}
.item-sale__body {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-block: 2.1875rem;
}
@media (min-width: 84.375em) {
  .item-sale__body {
    padding-inline: 35px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .item-sale__body {
    padding-inline: clamp( 15px , 8.786407767px  +  1.9417475728vw , 35px );
  }
}
@media (max-width: 20em) {
  .item-sale__body {
    padding-inline: 15px;
  }
}
.item-sale__body > * {
  margin-bottom: 0.5rem;
}
.item-sale__body > * :last-child {
  margin-bottom: 0;
}
.item-sale__label {
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media (min-width: 84.375em) {
  .item-sale__title {
    font-size: 40px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .item-sale__title {
    font-size: clamp( 26px , 21.6504854369px  +  1.359223301vw , 40px );
  }
}
@media (max-width: 20em) {
  .item-sale__title {
    font-size: 26px;
  }
}
.item-sale__title {
  font-weight: 600;
  line-height: 1.2;
}
.item-sale__countdown {
  max-width: 18.125rem;
  margin: 0 auto 1.5rem;
}
.item-sale__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  -webkit-transition: scale 0.8s;
  transition: scale 0.8s;
}
.item-sale__info:not(:last-child) {
  margin-bottom: 1.875rem;
}

.info-sale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
}
@media (min-width: 84.375em) {
  .info-sale__label {
    font-size: 18px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .info-sale__label {
    font-size: clamp( 16px , 15.3786407767px  +  0.1941747573vw , 18px );
  }
}
@media (max-width: 20em) {
  .info-sale__label {
    font-size: 16px;
  }
}
.info-sale__label {
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 84.375em) {
  .info-sale__value--orange {
    font-size: 20px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .info-sale__value--orange {
    font-size: clamp( 18px , 17.3786407767px  +  0.1941747573vw , 20px );
  }
}
@media (max-width: 20em) {
  .info-sale__value--orange {
    font-size: 18px;
  }
}
.info-sale__value--orange {
  font-weight: 500;
  line-height: 1.5;
  color: #ff8a00;
}
.info-sale__value--black-label {
  padding: 0.375rem;
  border-radius: 0.3125rem;
  background-color: #1a1a1a;
}
@media (min-width: 84.375em) {
  .info-sale__value--black-label {
    font-size: 18px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .info-sale__value--black-label {
    font-size: clamp( 16px , 15.3786407767px  +  0.1941747573vw , 18px );
  }
}
@media (max-width: 20em) {
  .info-sale__value--black-label {
    font-size: 16px;
  }
}
.info-sale__value--black-label {
  font-weight: 600;
  line-height: 1.5;
  color: #fcc900;
}

@media (min-width: 84.375em) {
  .hot {
    padding-block: 60px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .hot {
    padding-block: clamp( 30px , 20.6796116505px  +  2.9126213592vw , 60px );
  }
}
@media (max-width: 20em) {
  .hot {
    padding-block: 30px;
  }
}
.hot {
  background-color: #f7f7f7;
}
@media (min-width: 84.375em) {
  .reviews {
    padding-block: 60px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .reviews {
    padding-block: clamp( 30px , 20.6796116505px  +  2.9126213592vw , 60px );
  }
}
@media (max-width: 20em) {
  .reviews {
    padding-block: 30px;
  }
}
.reviews {
  background-color: #f2f2f2;
}
@media (max-width: 48em) {
  .reviews__slider {
    margin-inline: -0.9375rem;
    padding-inline: 0.9375rem;
  }
}

.item-review {
  border-radius: 0.5rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.625rem 1.25rem 0 rgba(0, 0, 0, 0.01);
          box-shadow: 0 0.625rem 1.25rem 0 rgba(0, 0, 0, 0.01);
}
@media (min-width: 84.375em) {
  .item-review {
    padding: 24px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .item-review {
    padding: clamp( 15px , 12.2038834951px  +  0.8737864078vw , 24px );
  }
}
@media (max-width: 20em) {
  .item-review {
    padding: 15px;
  }
}
.item-review > *, .item-review:before {
  margin-bottom: 1rem;
}
.item-review > *:last-child, .item-review:before:last-child {
  margin-bottom: 0;
}
.item-review:before {
  font-size: 2rem;
  color: #00b207;
  opacity: 0.3;
}
.item-review__text {
  margin-bottom: 1.5rem;
  color: #4d4d4d;
}
@media (min-width: 84.375em) {
  .item-review__text {
    font-size: 14px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .item-review__text {
    font-size: clamp( 14px , 14px  +  0vw , 14px );
  }
}
@media (max-width: 20em) {
  .item-review__text {
    font-size: 14px;
  }
}
.item-review__text {
  font-weight: 400;
  line-height: 1.5;
}
.item-review__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.item-review__author {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.author-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
.author-review__picture {
  width: 3.5rem;
  aspect-ratio: 1;
}
.author-review__avatar {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}
@media (min-width: 84.375em) {
  .author-review__title {
    font-size: 16px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .author-review__title {
    font-size: clamp( 14px , 13.3786407767px  +  0.1941747573vw , 16px );
  }
}
@media (max-width: 20em) {
  .author-review__title {
    font-size: 14px;
  }
}
.author-review__title {
  font-weight: 500;
  line-height: 1.5;
  color: #1a1a1a;
}
@media (min-width: 84.375em) {
  .author-review__type {
    font-size: 14px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .author-review__type {
    font-size: clamp( 14px , 14px  +  0vw , 14px );
  }
}
@media (max-width: 20em) {
  .author-review__type {
    font-size: 14px;
  }
}
.author-review__type {
  font-weight: 400;
  line-height: 1.5;
  color: #999;
}

.partners__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 1.25rem;
}
.partners__item {
  text-align: center;
  padding-inline: 5%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-right: 0.0625rem solid #e6e6e6;
}
.partners__item:first-child {
  padding-left: 0rem;
}
.partners__item:last-child {
  border-right: none;
  padding-right: 0rem;
}
.partners__link {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.4;
  -webkit-transition: opacity 0.3s, -webkit-filter 0.3s;
  transition: opacity 0.3s, -webkit-filter 0.3s;
  transition: filter 0.3s, opacity 0.3s;
  transition: filter 0.3s, opacity 0.3s, -webkit-filter 0.3s;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .partners__link:hover, .partners__link:focus-visible {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
    opacity: 1;
  }
}

.instagram__items {
  display: grid;
}
@media (min-width: 84.375em) {
  .instagram__items {
    gap: 24px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .instagram__items {
    gap: clamp( 10px , 5.6504854369px  +  1.359223301vw , 24px );
  }
}
@media (max-width: 20em) {
  .instagram__items {
    gap: 10px;
  }
}
.instagram__items {
  grid-template-columns: repeat(auto-fill, minmax(11.25rem, 1fr));
}
@media (max-width: 61.99875em) {
  .instagram__items {
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    margin-inline: -0.9375rem;
    padding-left: 0.9375rem;
    scroll-padding-left: 0.9375rem;
    scrollbar-width: none;
  }
}
.instagram__items::-webkit-scrollbar {
  display: none;
}
.instagram__item {
  overflow: hidden;
  border-radius: 0.625rem;
  position: relative;
  aspect-ratio: 1;
}
.instagram__item::before {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "iconfont";
  content: "\e913";
  color: #fff;
}
@media (min-width: 84.375em) {
  .instagram__item::before {
    font-size: 24px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  .instagram__item::before {
    font-size: clamp( 20px , 18.7572815534px  +  0.3883495146vw , 24px );
  }
}
@media (max-width: 20em) {
  .instagram__item::before {
    font-size: 20px;
  }
}
.instagram__item::before {
  font-weight: 400;
  line-height: 1.5;
  background-color: rgba(43, 87, 46, 0.8);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
[data-touch] .instagram__item::before {
  opacity: 1;
  background-color: transparent;
}
@media (min-width: 84.375em) {
  [data-touch] .instagram__item::before {
    font-size: 36px;
  }
}
@media (min-width: 20em) and (max-width: 84.375em) {
  [data-touch] .instagram__item::before {
    font-size: clamp( 24px , 20.2718446602px  +  1.1650485437vw , 36px );
  }
}
@media (max-width: 20em) {
  [data-touch] .instagram__item::before {
    font-size: 24px;
  }
}
[data-touch] .instagram__item::before {
  font-weight: 400;
  line-height: 1.2;
  background-color: rgba(43, 87, 46, 0.4);
}
@media (any-hover: hover) and (any-pointer: fine) {
  .instagram__item:hover::before, .instagram__item:focus-visible::before {
    opacity: 1;
  }
}
@media (max-width: 61.99875em) {
  .instagram__item {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 9.375rem;
        flex-basis: 9.375rem;
    scroll-snap-align: start;
  }
  .instagram__item:last-child {
    margin-right: 0.9375rem;
  }
}
.instagram__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: #666;
}
body .scroll-lock {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}
.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

[class*=__container] {
  max-width: 84.375rem;
  padding-inline: 0.9375rem;
  margin: 0 auto;
}