@charset "UTF-8";

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #273346;
  line-height: 1;
  font-family: "Montserrat";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@supports (font-size: clamp( 1rem , 0.6428571429rem  +  1.7857142857vw , 1.5rem )) {
  body {
    font-size: clamp( 1rem , 0.6428571429rem  +  1.7857142857vw , 1.5rem );
  }
}

@supports not (font-size: clamp( 1rem , 0.6428571429rem  +  1.7857142857vw , 1.5rem )) {
  body {
    font-size: calc(1rem + 0.5 * (100vw - 20rem) / 28);
  }
}

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

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

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

a {
  color: inherit;
}

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

a,
button,
label {
  -webkit-tap-highlight-color: transparent;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
  */

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
          transform-style: flat;
}

/* Offset direction
  */

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
  * connect elements.
  */

.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
  */

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 2.0625rem;
  height: 0.75rem;
  right: -17px;
  top: -3px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
  * Giving the connect element a border radius causes issues with using transform: scale
  */

.noUi-target {
  background: #d9d9d9;
  border-radius: 6px;
  height: 0.375rem;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background-color: rgba(39, 51, 70, 0.25);
}

/* Handles and cursors;
  */

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border-radius: 5px;
  background-color: #95c12c;
  cursor: pointer;
}

.noUi-active {
  background-color: #757575;
  cursor: pointer;
}

/* Disabled state;
  */

[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
  *
  */

.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
  *
  */

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
  *
  */

.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

/* Horizontal layout;
  *
  */

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
      transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
      transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
  *
  */

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
      transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
      transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  -ms-transform: translate(0, -18px);
      transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

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

.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.overlay_active {
  opacity: 1;
  visibility: visible;
}

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

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

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

.main-page {
  padding: 1.5625rem 0 3.25rem;
}

.main-page__first {
  margin-bottom: 1.875rem;
}

.main-page__bestsellers {
  margin-bottom: 1.8125rem;
}

.main-page__promo {
  margin-bottom: 1.75rem;
}

.main-page__about {
  margin-bottom: 1.625rem;
  padding-top: 3.6875rem;
}

.product-page {
  padding: 1.75rem 0 3.875rem;
}

@supports (font-size: clamp( 1.375rem , 0.75rem  +  3.125vw , 2.25rem )) {
  .product-page__title {
    font-size: clamp( 1.375rem , 0.75rem  +  3.125vw , 2.25rem );
  }
}

@supports not (font-size: clamp( 1.375rem , 0.75rem  +  3.125vw , 2.25rem )) {
  .product-page__title {
    font-size: calc(1.375rem + 0.875 * (100vw - 20rem) / 28);
  }
}

.product-page__product {
  margin-bottom: 3rem;
}

.cart-page {
  padding: 0.875rem 0 3rem;
}

.cart-page__title {
  margin-bottom: 1.375rem;
}

.cart-page__title span {
  color: #95c12c;
  white-space: nowrap;
}

.cart-page__result {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto auto;
  grid-template-columns: 1fr auto auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.875rem 1.25rem;
  border-radius: 10px;
  background-color: #eeffe1;
}

.cart-page__text {
  font-weight: 600;
  color: #6a6a6a;
  line-height: 1.22;
}

.cart-page__sum {
  margin-right: 1.5rem;
  font-weight: 700;
  color: #0b8f3e;
  white-space: nowrap;
}

@supports (font-size: clamp( 2rem , 1.7142857143rem  +  1.4285714286vw , 3rem )) {
  .cart-page__sum {
    font-size: clamp( 2rem , 1.7142857143rem  +  1.4285714286vw , 3rem );
  }
}

@supports not (font-size: clamp( 2rem , 1.7142857143rem  +  1.4285714286vw , 3rem )) {
  .cart-page__sum {
    font-size: calc(2rem + 1 * (100vw - 20rem) / 70);
  }
}

.cart-page__i-shoppy {
  width: 3.625rem;
  height: 3.625rem;
}

.about-page {
  padding: 0.9375rem 0 1.875rem;
}

.contact-page {
  padding: 1.25rem 0 2.125rem;
}

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

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

.title {
  line-height: 1.22;
}

.title_size_36 {
  font-size: 2.25rem;
}

@supports (font-size: clamp( 1.5rem , 0.7857142857rem  +  3.5714285714vw , 2.5rem )) {
  .title_size_40 {
    font-size: clamp( 1.5rem , 0.7857142857rem  +  3.5714285714vw , 2.5rem );
  }
}

@supports not (font-size: clamp( 1.5rem , 0.7857142857rem  +  3.5714285714vw , 2.5rem )) {
  .title_size_40 {
    font-size: calc(1.5rem + 1 * (100vw - 20rem) / 28);
  }
}

.title_size_48 {
  font-size: 1.5rem;
}

.title_text_bold {
  font-weight: 700;
}

.title_text_uppercase {
  text-transform: uppercase;
}

.title_text_center {
  text-align: center;
}

.title_color_white {
  color: #ffffff;
}

.icon {
  display: inline-block;
}

.icon_size_18 {
  width: 1.125rem;
  height: 1.125rem;
}

.icon_size_24 {
  width: 1.5rem;
  height: 1.5rem;
}

.icon_size_28 {
  width: 1.75rem;
  height: 1.75rem;
}

.icon_size_32 {
  width: 2rem;
  height: 2rem;
}

.icon_size_36 {
  width: 2.25rem;
  height: 2.25rem;
}

.icon_size_58 {
  width: 3.625rem;
  height: 3.625rem;
}

.icon_size_80 {
  width: 5rem;
  height: 5rem;
}

.icon_size_full {
  width: 100%;
  height: 100%;
}

.icon_fill_white {
  fill: #ffffff;
}

.icon_fill_black {
  fill: #273346;
}

.icon_fill_current {
  fill: currentColor;
}

.icon_fill_ligh-green {
  fill: #95c12c;
}

.icon_fill_gray {
  fill: #9399a2;
}

.icon_reverse {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.grid {
  display: -ms-grid;
  display: grid;
}

.grid_gap_28 {
  gap: 1.375rem;
}

.cards__title {
  margin-bottom: 1.375rem;
}

.cards__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 1.25rem;
}

.cards__button {
  min-width: 15.4375rem;
  padding: 1.0625rem 1.25rem;
}

.link {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-bottom: 0.125rem;
  border-bottom: 1px dashed;
  line-height: 1.22;
  text-transform: uppercase;
}

.link_size_20 {
  font-size: 1.25rem;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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, -webkit-transform 0.3s;
  transition: background-color 0.3s, -webkit-transform 0.3s;
  -o-transition: background-color 0.3s, transform 0.3s;
  transition: background-color 0.3s, transform 0.3s;
  transition: background-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
  cursor: pointer;
}

.button_main {
  border-radius: 10px;
  background-color: #95c12c;
}

@supports (height: clamp( 3.125rem , 2.6785714286rem  +  2.2321428571vw , 3.75rem )) {
  .button_main {
    height: clamp( 3.125rem , 2.6785714286rem  +  2.2321428571vw , 3.75rem );
  }
}

@supports not (height: clamp( 3.125rem , 2.6785714286rem  +  2.2321428571vw , 3.75rem )) {
  .button_main {
    height: calc(3.125rem + 0.625 * (100vw - 20rem) / 28);
  }
}

.button_theme_gray {
  border-radius: 10px;
  background-color: #e8e8e8;
}

@supports (height: clamp( 3.125rem , 2.6785714286rem  +  2.2321428571vw , 3.75rem )) {
  .button_theme_gray {
    height: clamp( 3.125rem , 2.6785714286rem  +  2.2321428571vw , 3.75rem );
  }
}

@supports not (height: clamp( 3.125rem , 2.6785714286rem  +  2.2321428571vw , 3.75rem )) {
  .button_theme_gray {
    height: calc(3.125rem + 0.625 * (100vw - 20rem) / 28);
  }
}

.button_text {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

@supports (font-size: clamp( 1rem , 0.8214285714rem  +  0.8928571429vw , 1.25rem )) {
  .button_text_sm {
    font-size: clamp( 1rem , 0.8214285714rem  +  0.8928571429vw , 1.25rem );
  }
}

@supports not (font-size: clamp( 1rem , 0.8214285714rem  +  0.8928571429vw , 1.25rem )) {
  .button_text_sm {
    font-size: calc(1rem + 0.25 * (100vw - 20rem) / 28);
  }
}

.button:active {
  background-color: #0b8f3e;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}

.input {
  display: block;
  width: 100%;
  color: #273346;
}

.logo {
  display: -ms-inline-grid;
  display: inline-grid;
  -webkit-column-gap: 1.3125rem;
     -moz-column-gap: 1.3125rem;
          column-gap: 1.3125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo__img {
  width: 4.75rem;
  height: 4.75rem;
}

.logo__item {
  line-height: 1.22;
  text-transform: uppercase;
}

.logo__name {
  font-size: 2rem;
  font-weight: 700;
}

.logo__text {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  font-size: 0.9375rem;
  color: #6a6a6a;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}

.socials__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.socials__link svg {
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}

.socials__link:active {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.header {
  position: relative;
  padding: 1.9375rem 0 0.6875rem;
  border-top: 8px solid #95c12c;
}

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

.header__adress {
  max-width: 21.25rem;
}

.header__mail {
  max-width: 15.125rem;
}

.header__phone {
  max-width: 24.8125rem;
}

.header__shoppy {
  max-width: 6.375rem;
  padding-bottom: 0.9375rem;
}

.header__buttons {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.header__catalog {
  width: 15.4375rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.9375rem 1.25rem;
}

.header__i-catalog {
  width: 1.75rem;
  height: 1.75rem;
}

.header__i-arrow {
  width: 1.5rem;
  height: 1.5rem;
}

.header__burger {
  display: none;
}

.header__panel {
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-radius: 10px;
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8125rem 2.75rem;
  height: 100%;
}

.header__link {
  padding: 0.625rem 0;
  font-size: 20px;
  text-transform: uppercase;
  -webkit-transition: color 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, -webkit-transform 0.3s;
  -o-transition: color 0.3s, transform 0.3s;
  transition: color 0.3s, transform 0.3s;
  transition: color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.header__link:active {
  color: #95c12c;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}

.header__breadcrumbs {
  padding-top: 1.5rem;
}

.h-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}

.h-logo__img {
  width: 3.375rem;
  height: 3.375rem;
}

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

.h-logo__name {
  font-size: 1.25rem;
}

.h-logo__text {
  text-transform: uppercase;
  color: #6a6a6a;
  font-size: 0.5625rem;
}

.header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.header-contact__marker {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.5rem;
          flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
}

.header-contact__info {
  line-height: 1.22;
  font-size: 1.125rem;
  color: #6a6a6a;
}

.header-contact__info_link {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.header-contact__mail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.5rem;
          flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}

.header-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.625rem;
}

.header-phone__items {
  text-align: right;
}

.header-phone__phone {
  margin-bottom: 0.5rem;
  font-size: 1.375rem;
  font-weight: 500;
  -webkit-transition: color 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, -webkit-transform 0.3s;
  -o-transition: color 0.3s, transform 0.3s;
  transition: color 0.3s, transform 0.3s;
  transition: color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.header-phone__phone:active {
  color: #95c12c;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}

.header-phone__button {
  font-size: 15px;
  color: #6a6a6a;
  -webkit-transition: color 0.3s, border-color 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, border-color 0.3s, -webkit-transform 0.3s;
  -o-transition: color 0.3s, border-color 0.3s, transform 0.3s;
  transition: color 0.3s, border-color 0.3s, transform 0.3s;
  transition: color 0.3s, border-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.header-phone__button:active {
  color: #95c12c;
  border-color: transparent;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}

.header-phone__sapport {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.0625rem;
          flex: 0 0 3.0625rem;
  width: 3.0625rem;
  height: 3.0625rem;
}

.header-shoppy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.header-shoppy__counter {
  padding: 0.1875rem 0.5rem;
  border-radius: 25px;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  background-color: #0b8f3e;
}

.header-shoppy__i-shoppy {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.25rem;
          flex: 0 0 2.25rem;
  width: 2.25rem;
  height: 2.25rem;
}

.search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #dbdbdb;
}

.search__input {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0px 5.25rem 0 1.25rem;
  border-radius: 10px 0 0 10px;
  background-color: transparent;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #273346;
}

.search__input:focus {
  color: #273346;
  background-color: rgba(204, 204, 204, 0.5);
}

.search__input::-webkit-input-placeholder {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #273346;
}

.search__input::-moz-placeholder {
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  color: #273346;
}

.search__input:-ms-input-placeholder {
  -ms-transition: color 0.3s;
  transition: color 0.3s;
  color: #273346;
}

.search__input::-ms-input-placeholder {
  -ms-transition: color 0.3s;
  transition: color 0.3s;
  color: #273346;
}

.search__input::placeholder {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  color: #273346;
}

.search__input:focus::-webkit-input-placeholder {
  color: transparent;
}

.search__input:focus::-moz-placeholder {
  color: transparent;
}

.search__input:focus:-ms-input-placeholder {
  color: transparent;
}

.search__input:focus::-ms-input-placeholder {
  color: transparent;
}

.search__input:focus::placeholder {
  color: transparent;
}

.search__icon {
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: fill 0.2s;
  -o-transition: fill 0.2s;
  transition: fill 0.2s;
}

.search__button {
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
  height: 100%;
  padding: 0 1.25rem;
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.search__button svg {
  -webkit-transition: fill 0.3s, -webkit-transform 0.3;
  transition: fill 0.3s, -webkit-transform 0.3;
  -o-transition: fill 0.3s, transform 0.3;
  transition: fill 0.3s, transform 0.3;
  transition: fill 0.3s, transform 0.3, -webkit-transform 0.3;
}

.search__button:active {
  background-color: #95c12c;
}

.search__button:active svg {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
  fill: #ffffff;
}

.menu-catalog {
  scrollbar-color: #95c12c #eeffe1;
  scrollbar-width: thin;
  left: -100%;
  display: -ms-grid;
  display: grid;
  z-index: 999;
  background-color: #eeffe1;
  overflow: scroll auto;
  overflow-x: auto;
  visibility: hidden;
  -webkit-transition: left 0.3s, visibility 0.3s;
  -o-transition: left 0.3s, visibility 0.3s;
  transition: left 0.3s, visibility 0.3s;
}

.menu-catalog::-webkit-scrollbar-track {
  background-color: #eeffe1;
  /*Цвет скролла*/
}

.menu-catalog::-webkit-scrollbar-thumb {
  border-radius: 10px;
  /*Закругление ползунка*/
  background-color: #95c12c;
  /*Цвет ползунка*/
}

.menu-catalog::-webkit-scrollbar {
  width: 4px;
  /*Толщина скролла*/
}

.menu-catalog_active {
  left: 49px;
  visibility: visible;
}

.menu-catalog .menu-catalog__list_active::before {
  -webkit-transform: translate(0, 12px) rotate(90deg);
      -ms-transform: translate(0, 12px) rotate(90deg);
          transform: translate(0, 12px) rotate(90deg);
}

.menu-catalog .menu-catalog__title_active::before {
  -webkit-transform: translate(0, 12px) rotate(90deg);
      -ms-transform: translate(0, 12px) rotate(90deg);
          transform: translate(0, 12px) rotate(90deg);
}

.menu-catalog__list {
  display: -ms-grid;
  display: grid;
  gap: 1.125rem;
}

.menu-catalog__list_active {
  height: auto;
  margin: 0;
}

.menu-catalog__item {
  position: relative;
  padding-left: 1.35rem;
  -webkit-transition: color 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, -webkit-transform 0.3s;
  -o-transition: color 0.3s, transform 0.3s;
  transition: color 0.3s, transform 0.3s;
  transition: color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.menu-catalog__item::before {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0;
  width: 0.875rem;
  height: 0.875rem;
  background: url(../img/icons/pointer_catalog.svg);
  background-size: 100% 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.menu-catalog__item_active > a {
  font-weight: 600;
}

.menu-catalog__item_active::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.menu-catalog__link {
  font-size: 1rem;
  line-height: 1.22;
  vertical-align: top;
}

.menu-catalog__close {
  position: absolute;
  right: 7px;
  top: 7px;
  cursor: pointer;
}

.menu-catalog__close svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: #0b8f3e;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}

.menu-catalog__close svg:hover {
  fill: #95c12c;
}

.menu-catalog__sub-list {
  padding-top: 15px;
  display: none;
}

.menu-catalog__sub-list_active {
  display: -ms-grid;
  display: grid;
}

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

.breadcrumbs__item:not(:last-child) {
  position: relative;
  padding-right: 1.25rem;
}

.breadcrumbs__item:not(:last-child)::before {
  content: url("data:image/svg+xml;charset=UTF-8,<svg xmlns=%27http://www.w3.org/2000/svg%27 version=%271.1%27 width=%2710%27 height=%278%27><path d=%27M0.875068 3.37527L6.7197 3.37527L4.73483 5.36014C4.58839 5.50657 4.58849 5.74395 4.73483 5.89048C4.88127 6.03691 5.11864 6.03691 5.26517 5.89048L7.89016 3.26549C8.0366 3.11905 8.0366 2.88159 7.89025 2.73524L5.26527 0.110255C5.19205 0.0370364 5.09605 0.000379935 5.00005 0.000379944C4.90414 0.000379952 4.80814 0.0370364 4.73483 0.110349C4.58839 0.256692 4.58849 0.494159 4.73483 0.640502L6.71979 2.62527L0.875068 2.62527C0.667975 2.62527 0.499976 2.79327 0.50007 3.00027C0.50007 3.20737 0.667975 3.37527 0.875068 3.37527Z%27 fill=%27%23757575%27/> </svg>");
  position: absolute;
  right: 0;
  top: 0.125rem;
  width: 0.9375rem;
  height: 0.75rem;
  display: inline-block;
}

.breadcrumbs__item:last-child > .breadcrumbs__link {
  border-color: transparent;
  pointer-events: none;
}

.breadcrumbs__link {
  padding-bottom: 0.0625rem;
  border-bottom: 1px solid currentColor;
  font-size: 0.75rem;
  color: #6a6a6a;
  line-height: 1.22;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.footer {
  border-top: 10px solid #95c12c;
}

.footer__body {
  background-color: #ededed;
}

.footer__grid {
  display: -ms-grid;
  display: grid;
}

.footer__call {
  margin-bottom: 1.5625rem;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.footer__call svg {
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}

.footer__callback {
  line-height: 1.22;
  font-size: 0.9375rem;
}

.footer__mail {
  margin-bottom: 1.625rem;
}

.footer__mail svg {
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}

.footer__mail a {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.footer__mail a:active {
  color: #0b8f3e;
}

.footer__mail a:active svg {
  fill: currentColor;
}

.footer__title {
  margin-bottom: 1.875rem;
}

.footer__list {
  display: -ms-grid;
  display: grid;
  gap: 0.9375rem;
}

.footer__item {
  position: relative;
  padding-left: 2rem;
  -webkit-transition: color 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, color 0.3s;
  transition: transform 0.3s, color 0.3s;
  transition: transform 0.3s, color 0.3s, -webkit-transform 0.3s;
}

.footer__item::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 0.9375rem;
  height: 0.9375rem;
  background: url("../img/icons/pointer.svg");
  background-size: 100% 100%;
}

.footer__item:active {
  color: #95c12c;
}

.footer__link {
  line-height: 1.22;
  font-size: 1.125rem;
}

.footer__bottom {
  padding: 1.125rem 0;
  color: #ededed;
  font-size: 0.75rem;
  line-height: 1.22;
  background-color: #273346;
}

.footer__bottom span {
  padding: 0 1.25rem;
  line-height: 1.5;
  white-space: nowrap;
}

.footer__bottom a {
  padding: 0 1.25rem;
  line-height: 1.5;
  white-space: nowrap;
  text-decoration: underline !important;
}

.footer-contact {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-contact__phone {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.22;
  white-space: nowrap;
}

.footer-contact__info {
  font-size: 1.125rem;
  line-height: 1.22;
  color: #6a6a6a;
}

.footer-contact__info_mail {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.first-section__categories {
  margin-bottom: 1.375rem;
}

.category {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.category_size_lg {
  padding: 1.25rem 1.375rem 1.3125rem 1.0625rem;
}

.category_align_end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.category__content {
  position: relative;
  z-index: 2;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.5);
}

.category__content_size_lg {
  padding: 1.125rem 1.0625rem 1.375rem 1.4375rem;
}

.category__title {
  margin-bottom: 0.875rem;
}

.category__text {
  margin-bottom: 0.875rem;
  line-height: 1.22;
  color: #ffffff;
}

.category__text_sm {
  max-width: 19.875rem;
}

.category__button {
  padding: 1.0625rem 1.25rem;
}

@supports (min-width: clamp( 10.5rem , 6.9732142857rem  +  17.6339285714vw , 15.4375rem )) {
  .category__button {
    min-width: clamp( 10.5rem , 6.9732142857rem  +  17.6339285714vw , 15.4375rem );
  }
}

@supports not (min-width: clamp( 10.5rem , 6.9732142857rem  +  17.6339285714vw , 15.4375rem )) {
  .category__button {
    min-width: calc(10.5rem + 4.9375 * (100vw - 20rem) / 28);
  }
}

.category_figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.category__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.advantage {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 2.625rem 1.125rem;
  border-radius: 10px;
  color: #ffffff;
  background-color: #0b8f3e;
}

.advantage__text {
  line-height: 1.22;
  text-align: center;
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
}

.rating__item {
  position: relative;
  width: 18px;
  height: 18px;
}

.rating__item::before {
  content: url("data:image/svg+xml;charset=UTF-8,<svg xmlns=%27http://www.w3.org/2000/svg%27 version=%271.1%27 width=%2718%27 height=%2718%27><path d=%27M17.9599 6.91027C17.8636 6.61398 17.6076 6.39805 17.2993 6.35332L12.0718 5.5938L9.73385 0.856404C9.59599 0.577083 9.31149 0.400215 9.00003 0.400215C8.68852 0.400215 8.40402 0.577083 8.26621 0.856404L5.92847 5.59375L0.700735 6.35326C0.392499 6.39805 0.136363 6.61398 0.040128 6.91021C-0.0561071 7.2065 0.0241434 7.53171 0.247219 7.74911L4.03001 11.436L3.13667 16.6431C3.08403 16.9501 3.21021 17.2604 3.4622 17.4435C3.60475 17.5471 3.7736 17.5998 3.94327 17.5998C4.07349 17.5998 4.20426 17.5687 4.32401 17.5058L8.99998 15.0476L13.6759 17.5058C13.7963 17.5691 13.9283 17.5993 14.0589 17.5998C14.5104 17.5991 14.8761 17.233 14.8761 16.7815C14.8761 16.7186 14.869 16.6573 14.8556 16.5986L13.97 11.4361L17.7528 7.74911C17.9759 7.53171 18.0562 7.2065 17.9599 6.91027Z%27 fill=%27%23d9d9d9%27/></svg>");
  display: inline-block;
}

.rating__total {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 24px;
  z-index: 1;
  overflow: hidden;
}

.rating__total::before {
  content: url("data:image/svg+xml;charset=UTF-8,<svg xmlns=%27http://www.w3.org/2000/svg%27 version=%271.1%27 width=%2718%27 height=%2718%27><path d=%27M17.9599 6.91027C17.8636 6.61398 17.6076 6.39805 17.2993 6.35332L12.0718 5.5938L9.73385 0.856404C9.59599 0.577083 9.31149 0.400215 9.00003 0.400215C8.68852 0.400215 8.40402 0.577083 8.26621 0.856404L5.92847 5.59375L0.700735 6.35326C0.392499 6.39805 0.136363 6.61398 0.040128 6.91021C-0.0561071 7.2065 0.0241434 7.53171 0.247219 7.74911L4.03001 11.436L3.13667 16.6431C3.08403 16.9501 3.21021 17.2604 3.4622 17.4435C3.60475 17.5471 3.7736 17.5998 3.94327 17.5998C4.07349 17.5998 4.20426 17.5687 4.32401 17.5058L8.99998 15.0476L13.6759 17.5058C13.7963 17.5691 13.9283 17.5993 14.0589 17.5998C14.5104 17.5991 14.8761 17.233 14.8761 16.7815C14.8761 16.7186 14.869 16.6573 14.8556 16.5986L13.97 11.4361L17.7528 7.74911C17.9759 7.53171 18.0562 7.2065 17.9599 6.91027Z%27 fill=%27%2395c12c%27/></svg>");
  display: inline-block;
}

.product-card {
  position: relative;
  -webkit-transition: color 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, -webkit-transform 0.3s;
  -o-transition: color 0.3s, transform 0.3s;
  transition: color 0.3s, transform 0.3s;
  transition: color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.product-card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-card__inner {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  height: 100%;
  padding: 1.25rem;
  border: 1px solid #c1c1c1;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.product-card__figure {
  width: 100%;
  height: 14.6875rem;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.product-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-card__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.product-card__bottom {
  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.625rem;
}

.product-card__button {
  position: relative;
  z-index: 5;
  padding: 1.25rem 1.5rem;
}

.product-card:active {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}

.product-price__before {
  text-align: right;
  color: #6a6a6a;
}

.product-price__before span {
  text-decoration: line-through;
}

.product-price__actual {
  color: #0b8f3e;
}

.product-price__actual span:last-child {
  font-size: 1.875rem;
  font-weight: 700;
}

.product-price__actual_size_big span:last-child {
  font-size: 2rem;
}

.promo {
  position: relative;
}

.promo__container {
  position: relative;
}

.promo__body {
  padding: 1.125rem 1.25rem 1.6875rem;
}

.promo__content {
  margin-bottom: 1.4375rem;
}

.promo__text {
  line-height: 1.22;
}

.promo__text:first-child {
  margin-bottom: 1.375rem;
}

.promo__title {
  margin-bottom: 1.625rem;
}

.promo__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.promo__button {
  padding: 1.0625rem 1.25rem;
}

.about-preview {
  background: url("../img/about_prev_bg.svg") repeat-x;
}

.about-preview__body {
  background-color: #eeffe1;
  padding: 1.25rem 0 2.75rem;
}

.about-preview__title {
  margin-bottom: 1.375rem;
}

.about-preview__info {
  display: -ms-grid;
  display: grid;
  gap: 1.75rem;
}

.about-preview__text {
  line-height: 1.22;
}

.about-preview__bottom {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: color 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, -webkit-transform 0.3s;
  -o-transition: color 0.3s, transform 0.3s;
  transition: color 0.3s, transform 0.3s;
  transition: color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.about-preview__bottom::after {
  content: url("data:image/svg+xml;charset=UTF-8,<svg xmlns=%27http://www.w3.org/2000/svg%27 version=%271.1%27 width=%2764%27 height=%2754%27 ><path d=%27M43.9578 16.5421C37.7903 20.2938 37.0984 28.3376 37.3444 33.4312C42.0354 27.917 47.8157 24.9951 51.1162 24.4441C45.8091 26.5233 41.8103 30.6631 38.4844 35.2339C37.1426 37.5858 35.9077 39.887 35.2072 42.427C34.4416 39.4526 33.1351 36.6717 31.7257 33.8299C27.7669 27.6613 22.9014 22.0007 16.1891 18.9086C20.4194 19.8709 27.6828 24.0896 33.3372 31.5823C34.0418 25.0079 33.7515 14.5418 26.0526 9.22101C17.5818 3.36732 6.88925 1.3701 1.60858 0.712458C0.408654 0.563133 -0.425402 1.87983 0.230138 2.89605C1.95916 5.57659 4.30737 10.3492 4.65374 16.8673C4.99856 23.3819 5.39839 35.4193 28.659 37.2177C32.1141 43.5318 33.8157 46.8981 34.4447 52.932C34.4924 53.3898 35.1394 53.4328 35.249 52.9857C35.6772 51.2386 36.8031 42.4515 40.6933 37.9803C58.6846 37.6405 59.5324 28.3904 60.0921 23.3903C60.6037 18.8026 62.3462 15.4209 63.751 13.3598C64.4234 12.3735 63.6483 11.0462 62.4582 11.1409C58.1679 11.4825 50.3755 12.6396 43.9578 16.5421Z%27 fill=%27%2395c12c%27/></svg>");
  position: absolute;
  right: -84px;
  width: 64px;
  height: 54px;
}

.about-preview__bottom:active {
  color: #95c12c;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}

.news-card {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news-card__figure {
  width: 100%;
  height: 17.5rem;
  margin-bottom: 1.875rem;
  border-radius: 10px;
  overflow: hidden;
}

.news-card__date {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.news-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-card__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-bottom: 1.875rem;
  font-size: 1.4375rem;
  -webkit-transition: 0.3s color;
  -o-transition: 0.3s color;
  transition: 0.3s color;
}

.news-card a {
  -webkit-transition: 0.3s color, -webkit-transform 0.3s;
  transition: 0.3s color, -webkit-transform 0.3s;
  -o-transition: 0.3s color, transform 0.3s;
  transition: 0.3s color, transform 0.3s;
  transition: 0.3s color, transform 0.3s, -webkit-transform 0.3s;
}

.news-card a:active {
  color: #95c12c;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}

.product__grid {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 2.875rem;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
}

.product__title {
  margin-bottom: 1.8125rem;
}

.product__title_desc {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  color: #6a6a6a;
}

.product__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.625rem;
  margin-bottom: 1.375rem;
  padding: 0.75rem;
  border: 1px solid #c1c1c1;
  border-radius: 10px;
}

.product__code {
  line-height: 1.22;
  font-size: 1.125rem;
  color: #6a6a6a;
}

.product__info {
  margin-bottom: 1.5rem;
}

.product__sum {
  line-height: 1.22;
  font-weight: 700;
  color: #0b8f3e;
  white-space: nowrap;
}

@supports (font-size: clamp( 1.5rem , 0.9642857143rem  +  2.6785714286vw , 2.25rem )) {
  .product__sum {
    font-size: clamp( 1.5rem , 0.9642857143rem  +  2.6785714286vw , 2.25rem );
  }
}

@supports not (font-size: clamp( 1.5rem , 0.9642857143rem  +  2.6785714286vw , 2.25rem )) {
  .product__sum {
    font-size: calc(1.5rem + 0.75 * (100vw - 20rem) / 28);
  }
}

.product__description {
  display: -ms-grid;
  display: grid;
  row-gap: 1.5rem;
  padding: 1rem 0.75rem;
  border: 1px solid #c1c1c1;
  border-radius: 10px;
  font-size: 0.9375rem;
  line-height: 1.35;
}

.slider__main {
  margin-bottom: 1rem;
  padding: 0.75rem;
  border: 1px solid #c1c1c1;
  border-radius: 10px;
}

.slider__preview {
  position: relative;
}

@supports (padding-left: clamp( 1.875rem , -1.8323170732rem  +  18.5365853659vw , 13.75rem )) {
  .slider__preview {
    padding-left: clamp( 1.875rem , -1.8323170732rem  +  18.5365853659vw , 13.75rem );
  }
}

@supports not (padding-left: clamp( 1.875rem , -1.8323170732rem  +  18.5365853659vw , 13.75rem )) {
  .slider__preview {
    padding-left: calc(1.875rem + 11.875 * (100vw - 20rem) / 64.0625);
  }
}

@supports (padding-right: clamp( 1.875rem , -1.8323170732rem  +  18.5365853659vw , 13.75rem )) {
  .slider__preview {
    padding-right: clamp( 1.875rem , -1.8323170732rem  +  18.5365853659vw , 13.75rem );
  }
}

@supports not (padding-right: clamp( 1.875rem , -1.8323170732rem  +  18.5365853659vw , 13.75rem )) {
  .slider__preview {
    padding-right: calc(1.875rem + 11.875 * (100vw - 20rem) / 64.0625);
  }
}

.slider__preview .swiper-slide:not(.swiper-slide-thumb-active) {
  opacity: 0.5;
}

.slider__slide {
  display: inline-block;
  border-radius: 10px;
  overflow: hidden;
}

@supports (height: clamp( 16.25rem , 4.6428571429rem  +  58.0357142857vw , 32.5rem )) {
  .slider__slide_big {
    height: clamp( 16.25rem , 4.6428571429rem  +  58.0357142857vw , 32.5rem );
  }
}

@supports not (height: clamp( 16.25rem , 4.6428571429rem  +  58.0357142857vw , 32.5rem )) {
  .slider__slide_big {
    height: calc(16.25rem + 16.25 * (100vw - 20rem) / 28);
  }
}

.slider__slide_preview {
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@supports (height: clamp( 5.625rem , 3.4821428571rem  +  10.7142857143vw , 8.625rem )) {
  .slider__slide_preview {
    height: clamp( 5.625rem , 3.4821428571rem  +  10.7142857143vw , 8.625rem );
  }
}

@supports not (height: clamp( 5.625rem , 3.4821428571rem  +  10.7142857143vw , 8.625rem )) {
  .slider__slide_preview {
    height: calc(5.625rem + 3 * (100vw - 20rem) / 28);
  }
}

.slider__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider__img_preview {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.slider__button {
  position: absolute;
  top: calc(50% - 0.6875rem);
  z-index: 1;
}

.slider__button svg {
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}

@supports (right: clamp( 0.0000000625rem , -2.3414633326rem  +  11.7073169756vw , 7.5rem )) {
  .slider__button_next {
    right: clamp( 0.0000000625rem , -2.3414633326rem  +  11.7073169756vw , 7.5rem );
  }
}

@supports not (right: clamp( 0.0000000625rem , -2.3414633326rem  +  11.7073169756vw , 7.5rem )) {
  .slider__button_next {
    right: calc(0.0000000625rem + 7.4999999375 * (100vw - 20rem) / 64.0625);
  }
}

@supports (left: clamp( 0.0000000625rem , -2.3414633326rem  +  11.7073169756vw , 7.5rem )) {
  .slider__button_prev {
    left: clamp( 0.0000000625rem , -2.3414633326rem  +  11.7073169756vw , 7.5rem );
  }
}

@supports not (left: clamp( 0.0000000625rem , -2.3414633326rem  +  11.7073169756vw , 7.5rem )) {
  .slider__button_prev {
    left: calc(0.0000000625rem + 7.4999999375 * (100vw - 20rem) / 64.0625);
  }
}

.slider__button:active {
  background-color: transparent;
  -webkit-transform: scale(0.85);
      -ms-transform: scale(0.85);
          transform: scale(0.85);
}

.slider__arrow {
  width: 1.375rem;
  height: 1.375rem;
}

.product-info {
  display: -ms-grid;
  display: grid;
  row-gap: 1.125rem;
}

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

.product-info__text {
  line-height: 1.22;
  font-size: 1rem;
}

.product-info__text_size_small {
  font-size: 1rem;
}

.product-info__text_size_big {
  font-size: 1.375rem;
}

.product-info__text_bold {
  font-weight: 600;
}

.product-info__text_color_gray {
  color: #6a6a6a;
}

.product-info__separator {
  display: inline-block;
  border-bottom: 1px dashed #c1c1c1;
}

.product-info__availability {
  position: absolute;
  bottom: 0.6875rem;
  right: 0;
  white-space: nowrap;
}

.product-info__price-before {
  position: relative;
  top: 0.1875rem;
}

.product-order {
  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: 1.5rem 1.875rem;
}

.product-order__buy {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.product-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}

.product-counter__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@supports (width: clamp( 1.875rem , 0.5357142857rem  +  6.6964285714vw , 3.75rem )) {
  .product-counter__button {
    width: clamp( 1.875rem , 0.5357142857rem  +  6.6964285714vw , 3.75rem );
  }
}

@supports not (width: clamp( 1.875rem , 0.5357142857rem  +  6.6964285714vw , 3.75rem )) {
  .product-counter__button {
    width: calc(1.875rem + 1.875 * (100vw - 20rem) / 28);
  }
}

@supports (height: clamp( 1.875rem , 0.5357142857rem  +  6.6964285714vw , 3.75rem )) {
  .product-counter__button {
    height: clamp( 1.875rem , 0.5357142857rem  +  6.6964285714vw , 3.75rem );
  }
}

@supports not (height: clamp( 1.875rem , 0.5357142857rem  +  6.6964285714vw , 3.75rem )) {
  .product-counter__button {
    height: calc(1.875rem + 1.875 * (100vw - 20rem) / 28);
  }
}

.product-counter__button:active {
  background-color: #95c12c;
}

.product-counter__input {
  max-width: 5rem;
  padding: 0.625rem;
  border: 1px solid #c1c1c1;
  border-radius: 10px;
  text-align: center;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

@supports (height: clamp( 1.875rem , 0.5357142857rem  +  6.6964285714vw , 3.75rem )) {
  .product-counter__input {
    height: clamp( 1.875rem , 0.5357142857rem  +  6.6964285714vw , 3.75rem );
  }
}

@supports not (height: clamp( 1.875rem , 0.5357142857rem  +  6.6964285714vw , 3.75rem )) {
  .product-counter__input {
    height: calc(1.875rem + 1.875 * (100vw - 20rem) / 28);
  }
}

.product-counter__input:focus {
  border-color: #95c12c;
}

.buy-button {
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
}

.buy-button__text {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.buy-button__icon {
  width: 5rem;
}

.buy-button:active {
  background-color: transparent;
}

.buy-button:active .buy-button__icon {
  background-color: #0b8f3e;
}

.buy-button:active .buy-button__text {
  opacity: 0.85;
}

.cart-form__box {
  display: -ms-grid;
  display: grid;
}

.cart-form__box_user-info {
  row-gap: 1.625rem;
}

.cart-form__box_radio {
  row-gap: 1.125rem;
}

.cart-form__box {
  margin-bottom: 2.625rem;
}

.cart-form__box_last {
  margin-bottom: 1.875rem;
}

.cart-form__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6a6a6a;
}

.cart-form__icon {
  width: 3.25rem;
  height: 3.25rem;
}

.cart-form__caption {
  display: inline-block;
  line-height: 1.22;
}

.cart-form__caption_req {
  position: relative;
  margin-bottom: 0.5rem;
}

.cart-form__caption_req::after {
  content: "*";
  position: absolute;
  top: 0;
  right: -0.875rem;
  color: #0b8f3e;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.cart-form__field {
  display: block;
  position: relative;
}

.cart-form__input {
  height: 3.25rem;
  padding: 1.25rem 1.25rem 1.25rem 3.875rem;
  border: 1px solid #757575;
  border-radius: 10px;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.cart-form__input::-webkit-input-placeholder {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #6a6a6a;
}

.cart-form__input::-moz-placeholder {
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  color: #6a6a6a;
}

.cart-form__input:-ms-input-placeholder {
  -ms-transition: color 0.3s;
  transition: color 0.3s;
  color: #6a6a6a;
}

.cart-form__input::-ms-input-placeholder {
  -ms-transition: color 0.3s;
  transition: color 0.3s;
  color: #6a6a6a;
}

.cart-form__input::placeholder {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  color: #6a6a6a;
}

.cart-form__input:focus {
  border-color: #95c12c;
}

.cart-form__input:focus::-webkit-input-placeholder {
  color: transparent;
}

.cart-form__input:focus::-moz-placeholder {
  color: transparent;
}

.cart-form__input:focus:-ms-input-placeholder {
  color: transparent;
}

.cart-form__input:focus::-ms-input-placeholder {
  color: transparent;
}

.cart-form__input:focus::placeholder {
  color: transparent;
}

.cart-form__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.25rem;
  height: 3.25rem;
  background-color: #95c12c;
  border-radius: 10px;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.cart-form__picture svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.375rem;
  height: 1.375rem;
}

.cart-form__text {
  margin-bottom: 2.3125rem;
  line-height: 1.25;
  font-size: 1rem;
  color: #6a6a6a;
}

.cart-form__text a {
  white-space: nowrap;
  text-decoration: underline;
}

.cart-form__button {
  padding: 0.9375rem 1.875rem;
  width: 100%;
  max-width: 24.5625rem;
}

.cart-form__user-data {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.cart-form__user-data:hover {
  color: #95c12c;
}

.cart-form__user-data:hover input {
  border-color: #95c12c;
}

.cart-form__user-data:hover .cart-form__caption_req::after {
  color: #95c12c;
}

.custom-radio {
  display: block;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.custom-radio [type=radio]:checked,
.custom-radio [type=radio]:not(:checked),
.custom-radio [type=checkbox]:checked,
.custom-radio [type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.custom-radio [type=radio]:checked + .custom-radio__label,
.custom-radio [type=radio]:not(:checked) + .custom-radio__label,
.custom-radio [type=checkbox]:checked + .custom-radio__label,
.custom-radio [type=checkbox]:not(:checked) + .custom-radio__label {
  position: relative;
  cursor: pointer;
}

.custom-radio__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.25rem;
}

.custom-radio_size_small .custom-radio__label {
  height: auto;
  min-height: 1.25rem;
}

.custom-radio__caption {
  display: inline-block;
  padding-left: 4.5rem;
  line-height: 1.25;
}

.custom-radio_size_small .custom-radio__caption {
  padding-left: 1.875rem;
  font-size: 0.875rem;
}

.custom-radio [type=radio]:checked + .custom-radio__label:before,
.custom-radio [type=radio]:not(:checked) + .custom-radio__label:before,
.custom-radio [type=checkbox]:checked + .custom-radio__label:before,
.custom-radio [type=checkbox]:not(:checked) + .custom-radio__label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3.25rem;
  height: 3.25rem;
  border: 1px solid #757575;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.custom-radio_size_small [type=checkbox]:checked + .custom-radio__label:before,
.custom-radio_size_small [type=checkbox]:not(:checked) + .custom-radio__label:before {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 5px;
  border-color: #c1c1c1;
}

.custom-radio [type=radio]:checked + .custom-radio__label:after,
.custom-radio [type=radio]:not(:checked) + .custom-radio__label:after,
.custom-radio [type=checkbox]:checked + .custom-radio__label:after,
.custom-radio [type=checkbox]:not(:checked) + .custom-radio__label:after {
  content: url("data:image/svg+xml;charset=UTF-8,<svg xmlns=%27http://www.w3.org/2000/svg%27 version=%271.1%27 width=%2724%27 height=%2724%27><path d=%27M21.5608 4.51639C19.776 2.81021 17.8168 4.67348 16.7826 5.77312C15.3949 7.24802 12.7113 10.1368 11.3368 11.6248C10.8698 12.1309 10.5906 12.6066 10.1848 13.0168C8.4393 11.2713 5.45021 5.43275 2.60511 7.72802C-0.239976 10.0233 3.23784 13.5273 5.18402 15.7964C5.78184 16.4946 7.06475 17.9782 7.45748 18.4146C7.52293 18.5062 7.59712 18.5935 7.67566 18.6895C8.70984 19.8938 10.5731 20.8975 11.9084 19.4706L12.6066 18.7288L12.8204 18.4888L19.6626 11.0706C21.1768 9.45166 23.904 6.75493 21.5608 4.51639Z%27 fill=%27%230B8F3E%27/> </svg>");
  position: absolute;
  top: 0.9375rem;
  left: 0.9375rem;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.custom-radio_size_small [type=checkbox]:checked + .custom-radio__label:after,
.custom-radio_size_small [type=checkbox]:not(:checked) + .custom-radio__label:after {
  content: url("data:image/svg+xml;charset=UTF-8,<svg xmlns=%27http://www.w3.org/2000/svg%27 version=%271.1%27 width=%2712%27 height=%2710%27><path d=%27M10.7801 1.25807C9.88777 0.404981 8.90813 1.33662 8.39104 1.88644C7.69722 2.62389 6.3554 4.06825 5.66813 4.81225C5.43468 5.06534 5.29504 5.30316 5.09213 5.50825C4.2194 4.63553 2.72486 1.71625 1.30231 2.86389C-0.120232 4.01153 1.61868 5.76353 2.59177 6.89807C2.89068 7.24716 3.53213 7.98898 3.7285 8.20716C3.76122 8.25298 3.79831 8.29662 3.83759 8.34462C4.35468 8.9468 5.28631 9.44862 5.95395 8.73516L6.30304 8.36425L6.40995 8.24425L9.83104 4.53516C10.5881 3.72571 11.9518 2.37735 10.7801 1.25807Z%27 fill=%27%230B8F3E%27/> </svg>");
  top: 4px;
  left: 0.25rem;
}

.custom-radio [type=radio]:not(:checked) + .custom-radio__label:after,
.custom-radio [type=checkbox]:not(:checked) + .custom-radio__label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0);
}

.custom-radio [type=radio]:checked + .custom-radio__label:after,
.custom-radio [type=checkbox]:checked + .custom-radio__label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
}

.field-error > span {
  color: #ff0000 !important;
}

.field-error > span::after {
  color: #ff0000 !important;
}

.field-error input {
  border-color: #ff0000 !important;
}

.field-error .cart-form__picture {
  background-color: #ff0000 !important;
}

.cart-page__list {
  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: start;
  row-gap: 1.75rem;
  margin-bottom: 1.75rem;
}

.ph-card {
  width: 100%;
  -webkit-transition: visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, visibility 0.3s, opacity 0.3s;
  transition: transform 0.3s, visibility 0.3s, opacity 0.3s;
  transition: transform 0.3s, visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.ph-card__inner {
  display: -ms-grid;
  display: grid;
  height: 100%;
  gap: 1rem 1.75rem;
  padding: 1.5rem 1.25rem;
  border: 1px solid #c1c1c1;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.ph-card__inner:active {
  border-color: #95c12c;
}

.ph-card__content {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ph-card__figure {
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.ph-card__rating {
  margin-bottom: 1rem;
}

.ph-card__counter {
  position: relative;
  z-index: 1;
}

.ph-card__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}

.ph-card__price {
  font-size: 2rem;
  font-weight: 700;
  color: #0b8f3e;
  white-space: nowrap;
}

.ph-card__remove {
  position: absolute;
  top: -1.1875rem;
  right: -1.125rem;
  z-index: 3;
  padding: 0.5rem 0.625rem;
}

.ph-card__remove svg {
  fill: #757575;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}

.ph-card__remove:active svg {
  fill: #0b8f3e;
}

.ph-card__left {
  -webkit-transform: translate(-0.875rem, 0);
      -ms-transform: translate(-0.875rem, 0);
          transform: translate(-0.875rem, 0);
}

.ph-card__none {
  -webkit-transform: translate(100%, 0) !important;
      -ms-transform: translate(100%, 0) !important;
          transform: translate(100%, 0) !important;
  visibility: hidden;
  opacity: 0.5;
}

.about__title {
  margin: 0 0.625rem 0;
}

.about__category {
  display: block !important;
}

.about__content {
  margin-bottom: 2.0625rem;
}

@supports (padding-top: clamp( 3.5625rem , 0.3035714286rem  +  16.2946428571vw , 8.125rem )) {
  .about__content {
    padding-top: clamp( 3.5625rem , 0.3035714286rem  +  16.2946428571vw , 8.125rem );
  }
}

@supports not (padding-top: clamp( 3.5625rem , 0.3035714286rem  +  16.2946428571vw , 8.125rem )) {
  .about__content {
    padding-top: calc(3.5625rem + 4.5625 * (100vw - 20rem) / 28);
  }
}

.about__container:first-child {
  position: relative;
}

.about__container:first-child::after {
  content: url("data:image/svg+xml;charset=UTF-8,<svg xmlns=%27http://www.w3.org/2000/svg%27 version=%271.1%27 width=%2764%27 height=%2754%27 ><path d=%27M43.9578 16.5421C37.7903 20.2938 37.0984 28.3376 37.3444 33.4312C42.0354 27.917 47.8157 24.9951 51.1162 24.4441C45.8091 26.5233 41.8103 30.6631 38.4844 35.2339C37.1426 37.5858 35.9077 39.887 35.2072 42.427C34.4416 39.4526 33.1351 36.6717 31.7257 33.8299C27.7669 27.6613 22.9014 22.0007 16.1891 18.9086C20.4194 19.8709 27.6828 24.0896 33.3372 31.5823C34.0418 25.0079 33.7515 14.5418 26.0526 9.22101C17.5818 3.36732 6.88925 1.3701 1.60858 0.712458C0.408654 0.563133 -0.425402 1.87983 0.230138 2.89605C1.95916 5.57659 4.30737 10.3492 4.65374 16.8673C4.99856 23.3819 5.39839 35.4193 28.659 37.2177C32.1141 43.5318 33.8157 46.8981 34.4447 52.932C34.4924 53.3898 35.1394 53.4328 35.249 52.9857C35.6772 51.2386 36.8031 42.4515 40.6933 37.9803C58.6846 37.6405 59.5324 28.3904 60.0921 23.3903C60.6037 18.8026 62.3462 15.4209 63.751 13.3598C64.4234 12.3735 63.6483 11.0462 62.4582 11.1409C58.1679 11.4825 50.3755 12.6396 43.9578 16.5421Z%27 fill=%27%2395c12c%27/></svg>");
  position: absolute;
  top: -4rem;
  left: 50%;
  width: 64px;
  height: 54px;
  -webkit-transform: translate(-50%, 0) scale(0.75);
      -ms-transform: translate(-50%, 0) scale(0.75);
          transform: translate(-50%, 0) scale(0.75);
}

.about__figure {
  max-height: 39.375rem;
}

.catalog-page {
  padding: 1.5625rem 0 2.1875rem;
}

.catalog-page__container {
  display: -ms-grid;
  display: grid;
  gap: 1.75rem;
}

.catalog-page__aside {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-line-pack: start;
      align-content: start;
  gap: 1rem;
}

.catalog__list {
  margin-bottom: 2.5rem;
}

.paginate {
  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;
  gap: 0.875rem;
  border-radius: 10px;
}

.paginate-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.paginate-list__link {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  line-height: 1.12;
  min-width: 1.5rem;
  height: 1.5rem;
  padding: 0.25rem;
  border-radius: 0.3125rem;
  font-size: 0.8125rem;
  color: #2a2a2a;
  background-color: #ededed;
  -webkit-transition: color 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  -o-transition: color 0.3s, background-color 0.3s, transform 0.3s;
  transition: color 0.3s, background-color 0.3s, transform 0.3s;
  transition: color 0.3s, background-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.paginate-list__link:active {
  color: #ffffff;
  background-color: #95c12c;
  -webkit-transform: scale(0.93);
      -ms-transform: scale(0.93);
          transform: scale(0.93);
}

.paginate-list__link_active {
  color: #ffffff;
  background-color: #95c12c;
  pointer-events: none;
}

.paginate-list__control svg {
  width: 0.75rem;
  height: 0.75rem;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}

.paginate-list__control_prev svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.paginate-list__control:active {
  background-color: #95c12c;
  -webkit-transform: scale(0.93);
      -ms-transform: scale(0.93);
          transform: scale(0.93);
}

.paginate-list__control:active svg {
  fill: #ffffff;
}

.filters {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-line-pack: start;
      align-content: start;
}

.filters__box {
  overflow: hidden;
}

.filters__inner {
  border-radius: 0 0 10px 10px;
  padding: 1.25rem 1.5rem 1.25rem 1.625rem;
  position: relative;
}

.filters__inner_active {
  padding: 1.25rem 1.5rem 1.25rem 1.625rem;
}

.filters__inner_checkboxes {
  background-color: #eeffe1;
}

.filters__inner_inputs {
  border-left: 1px solid #95c12c;
  border-right: 1px solid #95c12c;
  border-bottom: 1px solid #95c12c;
}

.filters__caption {
  position: relative;
  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;
  width: 100%;
  height: 3rem;
  padding: 0.875rem 0.875rem 0.75rem 1.25rem;
  line-height: 1.25;
  border-radius: 10px;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #95c12c;
  -webkit-transition: border-radius 0.3s;
  -o-transition: border-radius 0.3s;
  transition: border-radius 0.3s;
}

.filters__caption_active {
  border-radius: 10px 10px 0 0;
}

.filters__checkboxes {
  display: -ms-grid;
  display: grid;
  row-gap: 0.8125rem;
  -ms-flex-line-pack: start;
      align-content: start;
  padding-right: 2.5rem;
  max-height: 16.875rem;
  overflow-y: auto;
  scrollbar-color: #95c12c #ffffff;
  scrollbar-width: thin;
}

.filters__checkboxes::-webkit-scrollbar-track {
  background-color: #ffffff;
  /*Цвет скролла*/
  border-radius: 5px;
}

.filters__checkboxes::-webkit-scrollbar-thumb {
  border-radius: 10px;
  /*Закругление ползунка*/
  background-color: #95c12c;
  /*Цвет ползунка*/
}

.filters__checkboxes::-webkit-scrollbar {
  width: 6px;
  /*Толщина скролла*/
}

.filters__slider {
  margin: 1.75rem 1.875rem 0.625rem 1.875rem;
}

.filters__fields {
  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;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  font-size: 1rem;
}

.filters__field {
  display: block;
  height: 2rem;
  width: 100%;
  padding: 0.3125rem 0.8125rem;
  border: 1px solid #95c12c;
  border-radius: 5px;
}

.filters__icons {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
}

.filters__icons::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.3125rem);
  right: 1rem;
  width: 0.875rem;
  height: 0.875rem;
  background: url(../img/icons/pointer-blue.svg);
  background-size: 100% 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.filters__icons_active::before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.contacts__title {
  margin-bottom: 1.5rem;
}

.contacts__content {
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
}

.contacts__list {
  display: -ms-grid;
  display: grid;
  row-gap: 1.75rem;
  padding: 1.5rem 1.25rem;
  background-color: #eeffe1;
  border-radius: 10px;
}

.contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 1.125rem;
     -moz-column-gap: 1.125rem;
          column-gap: 1.125rem;
}

.contacts__item_social {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contacts__item svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.contacts__address {
  line-height: 1.25;
}

.contacts__phones {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  gap: 0.875rem 1.125rem;
}

.contacts__phone-icon {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}

.contacts__phone {
  font-size: 1.25rem;
  font-weight: 500;
  color: #273346;
  -webkit-transition: color 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, -webkit-transform 0.3s;
  -o-transition: color 0.3s, transform 0.3s;
  transition: color 0.3s, transform 0.3s;
  transition: color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.contacts__phone:active {
  color: #0b8f3e;
  -webkit-transform: scale(0.92);
      -ms-transform: scale(0.92);
          transform: scale(0.92);
}

.contacts__callback {
  line-height: 1.25;
  font-size: 0.9375rem;
  color: #6a6a6a;
  -webkit-transition: color 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, -webkit-transform 0.3s;
  -o-transition: color 0.3s, transform 0.3s;
  transition: color 0.3s, transform 0.3s;
  transition: color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.contacts__callback:active {
  color: #95c12c;
  -webkit-transform: scale(0.92);
      -ms-transform: scale(0.92);
          transform: scale(0.92);
}

.contacts__mail {
  color: #6a6a6a;
  -webkit-transition: color 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, -webkit-transform 0.3s;
  -o-transition: color 0.3s, transform 0.3s;
  transition: color 0.3s, transform 0.3s;
  transition: color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.contacts__mail:active {
  color: #95c12c;
  -webkit-transform: scale(0.92);
      -ms-transform: scale(0.92);
          transform: scale(0.92);
}

.contacts__details {
  border-radius: 10px;
  padding: 1.5rem 1.25rem;
  background-color: #e8e8e8;
}

.contacts__map {
  height: 18.75rem;
}

.contacts__map img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.contacts__caption {
  margin-bottom: 0.625rem;
  font-size: 1.25rem;
  color: #6a6a6a;
}

.company-details {
  display: -ms-grid;
  display: grid;
  row-gap: 1rem;
}

.company-details__item {
  line-height: 1.35;
}

.callback-form {
  position: relative;
}

.callback-form__form {
  max-width: 48.75rem;
  border-radius: 10px;
  padding: 1.25rem 1.25rem 2.125rem;
  background-color: #ffffff;
}

.callback-form__icon {
  width: 2.75rem;
  height: 2.75rem;
}

.callback-form__box_fields {
  display: -ms-grid;
  display: grid;
  row-gap: 1.375rem;
}

.callback-form__close {
  position: absolute;
  top: 0.4375rem;
  right: 0.625rem;
  z-index: 3;
  width: 1.25rem;
  height: 1.25rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.callback-form__close svg {
  width: 0.9375rem;
  height: 0.9375rem;
  fill: #757575;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}

.callback-form__close:active {
  -webkit-transform: scale(0.85);
      -ms-transform: scale(0.85);
          transform: scale(0.85);
}

.callback-form__close:active svg {
  fill: #95c12c;
}

.swiper {
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

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

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

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

.swiper-button-lock {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 29.99875em) {
  .callback-form__form {
    padding: 2.5rem 2.5rem 4.625rem;
  }

  .callback-form__icon {
    width: 4rem;
    height: 4rem;
  }

  .callback-form__box {
    padding-left: 5.75rem;
  }

  .callback-form__box_fields {
    row-gap: 3rem;
  }
}

@media (min-width: 47.99875em) {
  .product-page__title {
    font-size: 2.25rem;
  }

  .cart-page {
    padding: 1.8125rem 0 3rem;
  }

  .cart-page__result {
    padding: 2.5rem 3.4375rem;
  }

  .about-page {
    padding: 1.875rem 0;
  }

  .contact-page {
    padding: 1.8125rem 0 3.25rem;
  }

  .title_size_48 {
    font-size: 3rem;
  }

  .logo {
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }

  .logo__img {
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }

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

  .header__buttons {
    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;
  }

  .header__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 1.625rem;
  }

  .header__breadcrumbs {
    padding-top: 2rem;
  }

  .h-logo {
    gap: 1.3125rem;
  }

  .h-logo__items {
    padding-bottom: 0.9375rem;
  }

  .header-phone__phone {
    font-size: 2rem;
  }

  .header-phone__sapport {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 3.625rem;
            flex: 0 0 3.625rem;
    width: 3.625rem;
    height: 3.625rem;
  }

  .header-shoppy__counter {
    font-size: 20px;
    padding: 0.5rem 1rem;
  }

  .header-shoppy__i-shoppy {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 3.625rem;
            flex: 0 0 3.625rem;
    width: 3.625rem;
    height: 3.625rem;
  }

  .breadcrumbs__list {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
    font-size: 0.9375rem;
  }

  .breadcrumbs__item:not(:last-child) {
    padding-right: 1.5rem;
  }

  .breadcrumbs__item:not(:last-child)::before {
    content: url("data:image/svg+xml;charset=UTF-8,<svg xmlns=%27http://www.w3.org/2000/svg%27 version=%271.1%27 width=%2715%27 height=%2712%27><path d=%27M1.25007 6.75019L12.9394 6.75019L8.96963 10.7199C8.67676 11.0128 8.67695 11.4876 8.96963 11.7806C9.26251 12.0735 9.73726 12.0735 10.0303 11.7806L15.2803 6.53063C15.5732 6.23775 15.5732 5.76281 15.2805 5.47013L10.0305 0.220128C9.88407 0.07369 9.69207 0.000376255 9.50007 0.000376272C9.30826 0.000376289 9.11626 0.07369 8.96963 0.220315C8.67676 0.513002 8.67694 0.987939 8.96963 1.28063L12.9396 5.25019L1.25007 5.25019C0.835882 5.25019 0.499882 5.58619 0.50007 6.00019C0.50007 6.41438 0.835882 6.75019 1.25007 6.75019Z%27 fill=%27%23757575%27/></svg>");
    top: 0.1875rem;
  }

  .breadcrumbs__link {
    font-size: 1rem;
  }

  .footer__body {
    padding: 2.1875rem 0 3.125rem;
  }

  .footer__location {
    margin-bottom: 3.3125rem;
  }

  .footer__logo {
    margin-bottom: 2.5rem;
  }

  .footer__callback {
    margin: 1.75rem 0 0 6.25rem;
  }

  .footer__social {
    padding-left: 6.375rem;
  }

  .footer__bottom span {
    border-right: 1px solid #ededed;
  }

  .footer-contact {
    padding-left: 2.5rem;
  }

  .footer-contact__phone {
    font-size: 2rem;
  }

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

  .category__content_size_sm {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 100%;
    padding: 2rem 3.75rem 2.125rem 2.1875rem;
  }

  .category__text {
    margin-bottom: 2.5625rem;
  }

  .product-card__price {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .product-card__button {
    padding: 0.8125rem 1.5rem;
  }

  .product-price__actual span:last-child {
    font-size: 2rem;
  }

  .product-price__actual_size_big span:last-child {
    font-size: 2.25rem;
  }

  .promo__button {
    min-width: 18.25rem;
  }

  .product__title_desc {
    margin-bottom: 1.625rem;
    padding-right: 1.375rem;
    font-size: 1.5rem;
    text-align: right;
  }

  .product__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2.5625rem;
    padding: 0.625rem 1rem;
  }

  .product__rating {
    -webkit-transform: translate(0, -0.125rem);
        -ms-transform: translate(0, -0.125rem);
            transform: translate(0, -0.125rem);
  }

  .product__content {
    padding-right: 1.375rem;
  }

  .product__info {
    margin-bottom: 2.9375rem;
  }

  .product__sum {
    font-size: 2.25rem;
  }

  .product__description {
    font-size: 1.125rem;
    padding: 1.5rem;
  }

  .slider__main {
    padding: 1.375rem;
    margin-bottom: 1.75rem;
  }

  .slider__slide_big {
    height: 32.5rem;
  }

  .slider__slide_preview {
    height: 8.625rem;
  }

  .slider__button {
    top: calc(50% - 1.125rem);
  }

  .slider__arrow {
    width: 2.25rem;
    height: 2.25rem;
  }

  .product-info {
    row-gap: 1.8125rem;
  }

  .product-info__item {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .product-info__text_size_big {
    font-size: 1.5rem;
  }

  .product-info__separator {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 0 0.4375rem;
    -webkit-transform: translate(0, -0.3125rem);
        -ms-transform: translate(0, -0.3125rem);
            transform: translate(0, -0.3125rem);
  }

  .product-info__caption-price {
    position: relative;
  }

  .product-info__availability {
    top: -1.875rem;
    left: 0;
  }

  .product-info__price-before {
    top: 0;
    left: -105%;
  }

  .product-order {
    gap: 3.75rem;
  }

  .product-counter__input {
    max-width: 6.25rem;
    height: 3.75rem;
    font-size: 2.25rem;
  }

  .cart-form__title {
    margin-bottom: 1.625rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .cart-form__caption_req {
    margin-bottom: 1rem;
  }

  .cart-form__input {
    height: 4.3125rem;
    padding: 1.25rem 1.25rem 1.25rem 5.625rem;
  }

  .cart-form__picture {
    width: 4.3125rem;
    height: 4.3125rem;
  }

  .cart-form__picture svg {
    width: 2rem;
    height: 2rem;
  }

  .custom-radio__label {
    height: 4.375rem;
  }

  .custom-radio_size_small .custom-radio__label {
    min-height: 1.5rem;
    height: auto;
  }

  .custom-radio__caption {
    padding-left: 5.625rem;
  }

  .custom-radio_size_small .custom-radio__caption {
    padding-left: 2.25rem;
    font-size: 1rem;
  }

  .custom-radio [type=radio]:checked + .custom-radio__label:before,
  .custom-radio [type=radio]:not(:checked) + .custom-radio__label:before,
  .custom-radio [type=checkbox]:checked + .custom-radio__label:before,
  .custom-radio [type=checkbox]:not(:checked) + .custom-radio__label:before {
    width: 4.375rem;
    height: 4.375rem;
  }

  .custom-radio_size_small [type=checkbox]:checked + .custom-radio__label:before,
  .custom-radio_size_small [type=checkbox]:not(:checked) + .custom-radio__label:before {
    width: 1.5rem;
    height: 1.5rem;
  }

  .custom-radio [type=radio]:checked + .custom-radio__label:after,
  .custom-radio [type=radio]:not(:checked) + .custom-radio__label:after,
  .custom-radio [type=checkbox]:checked + .custom-radio__label:after,
  .custom-radio [type=checkbox]:not(:checked) + .custom-radio__label:after {
    top: 1.5rem;
    left: 1.5rem;
  }

  .custom-radio_size_small [type=checkbox]:checked + .custom-radio__label:after,
  .custom-radio_size_small [type=checkbox]:not(:checked) + .custom-radio__label:after {
    content: url("data:image/svg+xml;charset=UTF-8,<svg xmlns=%27http://www.w3.org/2000/svg%27 version=%271.1%27 width=%2712%27 height=%2712%27><path d=%27M10.7801 2.25832C9.88777 1.40523 8.90813 2.33686 8.39104 2.88668C7.69722 3.62413 6.3554 5.0685 5.66813 5.8125C5.43468 6.06559 5.29504 6.30341 5.09213 6.5085C4.2194 5.63577 2.72486 2.7165 1.30231 3.86413C-0.120232 5.01177 1.61868 6.76377 2.59177 7.89832C2.89068 8.24741 3.53213 8.98923 3.7285 9.20741C3.76122 9.25323 3.79831 9.29686 3.83759 9.34486C4.35468 9.94704 5.28631 10.4489 5.95395 9.73541L6.30304 9.3645L6.40995 9.2445L9.83104 5.53541C10.5881 4.72595 11.9518 3.37759 10.7801 2.25832Z%27 fill=%27%230B8F3E%27/> </svg>");
    top: -0.0625rem;
    left: 0.375rem;
  }

  .ph-card__inner {
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .ph-card__figure {
    -ms-grid-row-span: 2;
    grid-row: span 2;
    width: 14.25rem;
    height: 10.9375rem;
  }

  .ph-card__bottom {
    gap: 2.25rem;
  }

  .ph-card__price {
    font-size: 2.25rem;
  }

  .ph-card__remove {
    top: 0;
    right: 0.3125rem;
    padding: 0.625rem;
  }

  .about__title {
    margin: 0 0.625rem 0.9375rem;
  }

  .about__container:first-child::after {
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    top: -5.25rem;
  }

  .about__grid {
    margin-bottom: 3.75rem;
  }

  .catalog-page {
    padding: 1.875rem 0 3.4375rem;
  }

  .catalog-page__aside {
    gap: 1.625rem;
  }

  .catalog__list {
    margin-bottom: 3.5625rem;
  }

  .paginate-list {
    gap: 0.625rem;
  }

  .paginate-list__link {
    min-width: 2.875rem;
    height: 2.875rem;
    padding: 0.5rem;
    font-size: 1.5rem;
  }

  .paginate-list__control svg {
    width: 1.5rem;
    height: 1.5rem;
  }

  .filters__caption {
    height: 3.5625rem;
    padding: 1.125rem 1.125rem 0.8125rem 1.625rem;
    font-size: 1rem;
  }

  .filters__checkboxes::-webkit-scrollbar {
    width: 8px;
  }

  .filters__checkboxes {
    max-height: 21.8125rem;
  }

  .filters__slider {
    margin: 1.75rem 1.875rem 0 1.875rem;
  }

  .filters__icons::before {
    right: 1.625rem;
  }

  .contacts__title {
    margin-bottom: 3.25rem;
  }

  .contacts__list {
    padding: 4.625rem 2.625rem 3rem 2.6875rem;
    row-gap: 3.125rem;
  }

  .contacts__item {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }

  .contacts__item_social {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }

  .contacts__phones {
    gap: 1rem 2rem;
  }

  .contacts__phone {
    font-size: 2rem;
  }

  .contacts__details {
    padding: 4.5625rem 5.8125rem;
  }

  .contacts__map {
    height: 32.8125rem;
  }

  .contacts__caption {
    margin-bottom: 1.5625rem;
    font-size: 2rem;
  }

  .company-details {
    row-gap: 2.375rem;
  }

  .callback-form__close {
    top: 1.0625rem;
    right: 1.25rem;
  }

  .callback-form__close svg {
    width: 1.125rem;
    height: 1.125rem;
  }
}

@media (min-width: 84.12375em) {
  .main-page__first {
    margin-bottom: 3.5625rem;
  }

  .product-page {
    padding: 3.375rem 0 3.875rem;
  }

  .cart-page__title {
    margin-bottom: 4.25rem;
  }

  .grid_cols_2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .grid_cols_4 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }

  .cards__title {
    margin-bottom: 2.625rem;
  }

  .header__container {
    position: relative;
  }

  .header__panel {
    background-color: #e8e8e8;
    height: 3.75rem;
  }

  .h-logo__img {
    width: 4.75rem;
    height: 4.75rem;
  }

  .h-logo__name {
    font-size: 2rem;
  }

  .h-logo__text {
    font-size: 0.9375rem;
  }

  .header-contact__marker {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 2.25rem;
            flex: 0 0 2.25rem;
    width: 2.25rem;
    height: 2.25rem;
  }

  .header-contact__info_link {
    font-size: 1rem;
  }

  .header-contact__mail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 2.25rem;
            flex: 0 0 2.25rem;
    width: 2.25rem;
    height: 2.25rem;
  }

  .menu-catalog {
    position: absolute;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    top: 13.75rem;
    border: 3px solid #95c12c;
    border-radius: 10px;
    width: 74.625rem;
    gap: 1.875rem;
    padding: 2.3125rem 2.6875rem;
    max-height: 34.375rem;
  }

  .menu-catalog__logo {
    display: none;
  }

  .menu-catalog__title {
    padding-bottom: 1.875rem;
  }

  .menu-catalog__column {
    padding-right: 2.5rem;
  }

  .menu-catalog__link {
    font-size: 1.125rem;
  }

  .menu-catalog__close {
    right: 20px;
    top: 25px;
  }

  .menu-catalog__close svg {
    width: 2.125rem;
    height: 2.125rem;
  }

  .footer__grid {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }

  .footer__column {
    -ms-grid-column-align: center;
        justify-self: center;
  }

  .footer__bottom {
    font-size: 1.125rem;
  }

  .category_size_lg {
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }

  .category__title {
    margin-bottom: 1.625rem;
  }

  .promo__content {
    position: relative;
    z-index: 2;
    max-width: 39.375rem;
  }

  .promo__figure {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .product__grid {
    -ms-grid-columns: (calc(50% - 0.875rem))[2];
    grid-template-columns: repeat(2, calc(50% - 0.875rem));
  }

  .slider__preview {
    padding: 0 5rem;
  }

  .slider__button_next {
    right: 1.5625rem;
  }

  .slider__button_prev {
    left: 1.5625rem;
  }

  .cart-form__box_user-info {
    padding-right: 1.25rem;
  }

  .cart-form__input {
    max-width: 42.3125rem;
  }

  .catalog-page__container {
    -ms-grid-columns: minmax(21.25rem, 23.75rem) auto;
    grid-template-columns: minmax(21.25rem, 23.75rem) auto;
  }

  .catalog-page__title {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    margin-bottom: 1.6875rem;
  }

  .filters {
    gap: 1.625rem;
  }

  .filters__caption {
    border-radius: 10px 10px 0 0;
  }

  .filters__field {
    max-width: 7rem;
  }

  .filters__icons {
    display: none;
  }

  .contacts__content {
    gap: 4.625rem;
    -ms-grid-columns: minmax(31.25rem, 32.6875rem) auto;
    grid-template-columns: minmax(31.25rem, 32.6875rem) auto;
  }

  .contacts__location {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}

@media (min-width: 89.99875em) {
  .cart-page__sum {
    font-size: 3rem;
  }

  [class*=__container] {
    padding: 0 3.0625rem;
  }

  .grid_gap_28 {
    gap: 1.75rem;
  }

  .header__list {
    gap: 3rem;
    padding: 0 2.625rem;
  }
}

@media (min-width: 103.5em) {
  .main-page__bestsellers {
    margin-bottom: 5rem;
  }

  .main-page__promo {
    margin-bottom: 3.875rem;
  }

  .main-page__about {
    margin-bottom: 3.5625rem;
    padding-top: 11.375rem;
  }

  .cart-page__result {
    -ms-grid-columns: auto 1fr auto auto;
    grid-template-columns: auto 1fr auto auto;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }

  .cart-page__separator {
    margin: 0 0.875rem 0 0.25rem;
    border-bottom: 2px dashed #6a6a6a;
    -webkit-transform: translate(0, -0.375rem);
        -ms-transform: translate(0, -0.375rem);
            transform: translate(0, -0.375rem);
  }

  .grid_cols_3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .cards__bottom {
    padding-top: 2.8125rem;
  }

  .header {
    padding: 1.9375rem 0 0.6875rem;
  }

  .header__content {
    gap: 1.875rem 0.625rem;
  }

  .header__contacts {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.25rem;
            flex: 0 0 37.25rem;
  }

  .header__phone {
    padding-right: 1.0625rem;
  }

  .header__buttons {
    margin: 0 1.125rem 0 0;
  }

  .footer__column {
    padding: 0.9375rem 0 0 6.25rem;
  }

  .first-section__categories {
    margin-bottom: 2.875rem;
  }

  .category_size_lg {
    padding: 10.1875rem 4rem;
  }

  .category__content_size_lg {
    padding: 2rem 2.625rem 2.375rem 2.1875rem;
  }

  .advantage {
    padding: 2.25rem 1.8125rem 2.375rem;
  }

  .product-card__title {
    font-size: 1.5rem;
  }

  .product-card__bottom {
    gap: 1.75rem;
  }

  .promo {
    border-radius: 10px;
    background-color: #ededed;
  }

  .promo__body {
    padding: 8.25rem 0.3125rem 11.4375rem;
  }

  .promo__content {
    margin-bottom: 4.375rem;
  }

  .promo__figure {
    max-width: 72.8125rem;
    right: -0.5rem;
  }

  .about-preview {
    background-position: -0.5rem 0;
  }

  .about-preview__body {
    padding: 1.625rem 0 2.8125rem;
  }

  .about-preview__title {
    margin-bottom: 3.375rem;
  }

  .about-preview__info {
    padding-right: 2.125rem;
  }

  .about-preview__bottom::after {
    bottom: 0;
  }

  .cart-form__box_user-info {
    row-gap: 2.25rem;
  }

  .cart-form__box_radio {
    row-gap: 1.5625rem;
  }

  .cart-form__box {
    margin-bottom: 3.25rem;
  }

  .cart-form__box_last {
    margin-bottom: 2.875rem;
  }

  .cart-form__title {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    margin-bottom: 1.75rem;
    font-size: 2rem;
  }

  .cart-form__icon {
    width: 4rem;
    height: 4rem;
  }
}

@media (min-width: 104.37375em) {
  .about__content {
    padding-top: 11.25rem;
  }
}

@media (max-width: 103.5em) {
  .cart-page__text {
    margin-bottom: 0.3125rem;
  }

  .cart-page__sum {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .cart-page__i-shoppy {
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }

  .header {
    padding: 1.125rem 0 0.6875rem;
  }

  .search {
    width: 14.3125rem;
  }

  .promo__body {
    border-radius: 10px;
    background-color: #ededed;
  }
}

@media (max-width: 89.99875em) {
  .ph-card__bottom {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 84.12375em) {
  .header__phone {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .header__panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.9375rem;
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .header__list {
    border-radius: 10px;
    background-color: #e8e8e8;
  }

  .search {
    min-width: 100%;
    height: 3.75rem;
  }

  .menu-catalog {
    position: fixed;
    top: 0;
    height: 100%;
    max-width: 17.5rem;
    gap: 2.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -ms-flex-line-pack: start;
        align-content: start;
    padding: 2.1875rem 0.9375rem;
  }

  .menu-catalog_active {
    top: 0;
    left: 0;
  }

  .menu-catalog__title {
    position: relative;
    padding-bottom: 0.9375rem;
    background-color: #eeffe1;
    z-index: 5;
    font-size: 1.125rem;
  }

  .menu-catalog__title::before {
    content: "";
    position: absolute;
    top: calc(50% - 1.875rem);
    right: 5px;
    width: 16px;
    height: 16px;
    background: url(../img/icons/pointer.svg);
    background-size: 16px 16px;
    -webkit-transform: translate(0, 12px);
        -ms-transform: translate(0, 12px);
            transform: translate(0, 12px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

  .menu-catalog__list {
    margin: -30px 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.3s, margin 0.3s, overflow 0.3s;
    -o-transition: height 0.3s, margin 0.3s, overflow 0.3s;
    transition: height 0.3s, margin 0.3s, overflow 0.3s;
  }

  .menu-catalog__list_active {
    height: auto;
    margin: 0;
  }

  .menu-catalog__sub-list {
    display: none;
  }

  .menu-catalog__sub-list_active {
    display: -ms-grid;
    display: grid;
  }

  .footer__bottom {
    text-align: center;
  }

  .promo__container {
    display: -ms-grid;
    display: grid;
  }

  .promo__body {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-radius: 0 0 10px 10px;
  }

  .promo__figure {
    background: #ededed;
    border-radius: 10px 10px 0 0;
  }

  .about-preview__category {
    display: none;
  }

  .cart-form {
    width: 100%;
    max-width: 50rem;
    -ms-grid-column-align: center;
        justify-self: center;
    padding-top: 1.25rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .filters__inner {
    height: 0;
    opacity: 0;
    padding: 0 1.5rem;
    visibility: hidden;
    -webkit-transition: height 0.2s, padding 0.2s, visibility 0.2s, opacity 0.2s;
    -o-transition: height 0.2s, padding 0.2s, visibility 0.2s, opacity 0.2s;
    transition: height 0.2s, padding 0.2s, visibility 0.2s, opacity 0.2s;
  }

  .filters__inner_active {
    height: auto;
    visibility: visible;
    opacity: 1;
    padding: 1.25rem 1.5rem 1.25rem 1.625rem;
  }

  .filters__field {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 100%;
  }
}

@media (max-width: 47.99875em) {
  .cards .product-card:nth-child(n+4) {
    display: none;
  }

  .cards .news-card:nth-child(n+4) {
    display: none;
  }

  .logo {
    justify-items: center;
  }

  .logo__img {
    margin-bottom: 0.9375rem;
  }

  .header__content {
    gap: 1.25rem;
  }

  .header__contacts {
    display: none;
  }

  .header__phone {
    margin: 0 auto;
    padding-bottom: 0.25rem;
  }

  .header__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.625rem;
    width: 100%;
  }

  .header__burger {
    display: block;
    position: relative;
    background-color: #0b8f3e;
    width: 3.1875rem;
    height: 3.125rem;
    border-radius: 10px;
    cursor: pointer;
    z-index: 5;
  }

  .header__burger span,
  .header__burger::before,
  .header__burger::after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    right: 10px;
    position: absolute;
    width: 60%;
    height: 0.3125rem;
    border-radius: 5px;
    background-color: #ffffff;
  }

  .header__burger::before {
    top: 10px;
  }

  .header__burger::after {
    bottom: 10px;
  }

  .header__burger span {
    top: calc(50% - 0.125rem);
  }

  .header__burger_active span {
    width: 0;
  }

  .header__burger_active::before {
    top: calc(50% - 0.125rem);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .header__burger_active::after {
    bottom: calc(50% - 0.1875rem);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .header__panel {
    width: 100%;
  }

  .header__nav {
    position: absolute;
    top: 12.5rem;
    right: -100%;
    z-index: 99;
    visibility: hidden;
    -webkit-transition: right 0.3s, visibility 0.3s;
    -o-transition: right 0.3s, visibility 0.3s;
    transition: right 0.3s, visibility 0.3s;
  }

  .header__nav_active {
    right: 0.9375rem;
    visibility: visible;
  }

  .header__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.625rem;
  }

  .header-phone__items {
    display: -ms-grid;
    display: grid;
    justify-items: end;
  }

  .footer__body {
    padding: 1.0625rem 0 1.8125rem;
  }

  .footer__grid {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer__contacts {
    display: -ms-grid;
    display: grid;
    justify-items: center;
  }

  .footer__column {
    display: none;
  }

  .footer__location {
    margin-bottom: 1.875rem;
  }

  .footer__logo {
    margin-bottom: 1.6875rem;
  }

  .footer__call {
    -ms-grid-column-align: start;
        justify-self: start;
  }

  .footer__callback {
    margin: 0.5rem 0 0 6.25rem;
  }

  .footer-contact {
    -ms-grid-column-align: start;
        justify-self: start;
  }

  .category_size_sm {
    display: none;
  }

  .category__content_size_sm {
    display: none;
  }

  .advantage__text {
    font-size: 1.25rem;
  }

  .product-card__title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }

  .product-price__before {
    font-size: 1.25rem;
    margin-bottom: 0.375rem;
  }

  .about-preview {
    background-position: center top;
    background-size: 200%;
  }

  .product__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .product-info__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.25rem;
  }

  .product-info__item:last-child {
    position: relative;
  }

  .product-info__text {
    font-size: 1.125rem;
    white-space: nowrap;
  }

  .product-info__separator {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .product-info__availability {
    font-size: 0.8125rem;
  }

  .product-info__price-before {
    text-align: left;
  }

  .product-order {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .product-order__buy {
    width: 100%;
    text-align: right;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .buy-button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .cart-form__title {
    margin-bottom: 1.125rem;
    -webkit-column-gap: 0.875rem;
       -moz-column-gap: 0.875rem;
            column-gap: 0.875rem;
  }

@supports (font-size: clamp( 1rem , 0.6428571429rem  +  1.7857142857vw , 1.5rem )) {
    .cart-form__title {
      font-size: clamp( 1rem , 0.6428571429rem  +  1.7857142857vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.6428571429rem  +  1.7857142857vw , 1.5rem )) {
    .cart-form__title {
      font-size: calc(1rem + 0.5 * (100vw - 20rem) / 28);
    }
}

  .custom-radio_size_small [type=checkbox]:checked + .custom-radio__label:after,
  .custom-radio_size_small [type=checkbox]:not(:checked) + .custom-radio__label:after {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 10px;
  }

  .ph-card__figure {
    width: 100%;
  }

@supports (height: clamp( 13.75rem , 10.1785714286rem  +  17.8571428571vw , 18.75rem )) {
    .ph-card__figure {
      height: clamp( 13.75rem , 10.1785714286rem  +  17.8571428571vw , 18.75rem );
    }
}

@supports not (height: clamp( 13.75rem , 10.1785714286rem  +  17.8571428571vw , 18.75rem )) {
    .ph-card__figure {
      height: calc(13.75rem + 5 * (100vw - 20rem) / 28);
    }
}

  .ph-card__remove {
    background-color: #ffffff;
  }

  .catalog-page__aside-title {
    font-size: 1.375rem;
  }

  .filters__inner {
    padding: 0 1rem;
  }

  .filters__inner_active {
    padding: 1rem 1rem 0.625rem 1rem;
  }

  .contacts__item svg {
    width: 1.75rem !important;
    height: 1.75rem !important;
  }
}

@media (max-width: 29.99875em) {
  .callback-form__inputs {
    margin-bottom: 1.5rem;
  }

  .callback-form__text {
    margin-bottom: 1.25rem;
    font-size: 0.8125rem;
  }
}

@media (min-width: 47.99875em) and (max-width: 84.12375em) {
  .main-page__first {
    margin-bottom: 2.9375rem;
  }

  .main-page__bestsellers {
    margin-bottom: 1.875rem;
  }

  .main-page__promo {
    margin-bottom: 1.875rem;
  }

  .main-page__about {
    margin-bottom: 3rem;
    padding-top: 4.375rem;
  }

  .product-page {
    padding: 2.875rem 0 3.875rem;
  }

  .cart-page__title {
    margin-bottom: 2.25rem;
  }

  [class*=__container] {
    padding: 0 1.375rem;
  }

  .grid_cols_3 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .grid_cols_4 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .grid_gap_28 {
    gap: 1.9375rem 1.375rem;
  }

  .cards .product-card:nth-child(n+5) {
    display: none;
  }

  .cards__title {
    margin-bottom: 2rem;
  }

  .cards__bottom {
    padding-top: 1.125rem;
  }

  .header__contacts {
    width: 20rem;
    padding: 3px 0 0 0;
  }

  .header__nav {
    min-width: 100%;
  }

  .header__list {
    gap: 0.8125rem 1.875rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 3.75rem;
  }

  .h-logo__img {
    width: 3.5625rem;
    height: 3.5625rem;
  }

  .h-logo__name {
    font-size: 1.4375rem;
  }

  .h-logo__text {
    font-size: 0.6875rem;
  }

  .footer__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 3.375rem 0.625rem;
  }

  .first-section__categories {
    margin-bottom: 1.875rem;
  }

  .category_size_lg {
    padding: 8.9375rem 10rem 8.625rem 5.5625rem;
  }

  .category__title {
    margin-bottom: 1.5rem;
  }

  .advantage {
    padding: 2.375rem 1.375rem;
  }

  .promo__body {
    padding: 4rem 3.75rem 2.875rem;
  }

  .promo__content {
    margin-bottom: 2.5rem;
  }

  .about-preview__body {
    padding: 1.5rem 3.75rem 3.125rem;
  }

  .about-preview__title {
    margin-bottom: 1rem;
  }

  .contacts__content {
    gap: 2.125rem;
  }
}

@media (min-width: 89.99875em) and (max-width: 103.5em) {
  .main-page__bestsellers {
    margin-bottom: 4.625rem;
  }

  .main-page__promo {
    margin-bottom: 3.125rem;
  }

  .main-page__about {
    margin-bottom: 2.3125rem;
    padding-top: 7.5rem;
  }

  .header__content {
    gap: 1.25rem 1.875rem;
  }

  .category_size_lg {
    padding: 8.9375rem 6.4375rem 8.875rem 4.875rem;
  }

  .about-preview__info {
    padding: 0 0.25rem 0 5.625rem;
  }
}

@media (min-width: 84.12375em) and (max-width: 89.99875em) {
  .main-page__bestsellers {
    margin-bottom: 4rem;
  }

  .main-page__promo {
    margin-bottom: 1.25rem;
  }

  .main-page__about {
    margin-bottom: 3.625rem;
    padding-top: 7.5rem;
  }

  [class*=__container] {
    padding: 0 2.5rem;
  }

  .grid_gap_28 {
    gap: 1.75rem 2.5rem;
  }

  .category_size_lg {
    padding: 8.9375rem 4.6875rem 8.875rem 4.5625rem;
  }

  .about-preview__info {
    padding: 0 0.625rem 0 0.375rem;
  }
}

@media (min-width: 84.12375em) and (max-width: 103.5em) {
  .grid_cols_3 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .cards__bottom {
    padding-top: 1.75rem;
  }

  .header__contacts {
    padding: 0.1875rem 0 0 1.875rem;
  }

  .first-section__categories {
    margin-bottom: 3.1875rem;
  }

  .advantage {
    padding: 2.25rem 1.4375rem 3rem;
  }

  .advantage__text {
    font-size: 1.25rem;
  }

  .product-card__title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }

  .product-card__bottom {
    gap: 0.625rem;
  }

  .product-price__before {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
  }

  .promo__body {
    padding: 4.375rem 2.375rem 4.375rem;
  }

  .promo__content {
    margin-bottom: 2.375rem;
  }

  .promo__figure {
    max-width: 51.125rem;
    right: 0;
  }

  .about-preview__body {
    padding: 1.625rem 0 0.9375rem;
  }

  .about-preview__title {
    margin-bottom: 2.375rem;
  }

  .about-preview__bottom::after {
    bottom: -0.875rem;
  }

  .about-preview__category {
    position: relative;
    top: 0.3125rem;
    max-height: 39.375rem;
  }
}

@media (min-width: 47.99875em) and (max-width: 89.99875em) {
  .header__content {
    gap: 1.25rem 0.625rem;
  }

  .about__category {
    padding: 8.9375rem 4.6875rem 8.875rem 4.5625rem !important;
  }
}

@media (min-width: 47.99875em) and (max-width: 103.5em) {
  .header__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.0625rem;
  }

  .footer__column {
    padding: 0.9375rem 0 0 2.5rem;
  }

  .category__content_size_lg {
    padding: 2rem 2.1875rem 2.125rem;
  }

  .about-preview {
    background-position: center 0;
    background-size: contain;
  }

  .cart-form__box {
    margin-bottom: 4.1875rem;
  }

  .cart-form__box_last {
    margin-bottom: 3.375rem;
  }

  .cart-form__title {
    font-size: 1.5rem;
  }
}

@media (min-width: 991.98px) and (max-width: 84.12375em) {
  .header__buttons {
    width: 50%;
  }
}

@media (min-width: 47.99875em) and (max-width: 991.98px) {
  .header__buttons {
    width: 33%;
  }
}

@media (min-width: 47.99875em) and (max-width: 104.37375em) {
@supports (padding-top: clamp( 4.375rem , -0.3131243063rem  +  9.7669256382vw , 9.875rem )) {
    .about__content {
      padding-top: clamp( 4.375rem , -0.3131243063rem  +  9.7669256382vw , 9.875rem );
    }
}

@supports not (padding-top: clamp( 4.375rem , -0.3131243063rem  +  9.7669256382vw , 9.875rem )) {
    .about__content {
      padding-top: calc(4.375rem + 5.5 * (100vw - 48rem) / 56.3125);
    }
}
}

@media (any-hover: hover) {
  .button_main:hover {
    background-color: #0b8f3e;
  }

  .button_theme_gray:hover {
    background-color: #95c12c;
  }

  .socials__link:hover svg {
    fill: #95c12c;
  }

  .header__mail:hover {
    color: #95c12c;
  }

  .header__mail:hover a {
    color: currentColor;
  }

  .header__mail:hover svg {
    fill: currentColor;
  }

  .header__link:hover {
    color: #95c12c;
  }

  .header-phone__phone:hover {
    color: #95c12c;
  }

  .header-phone__button:hover {
    color: #95c12c;
    border-color: transparent;
  }

  .search__button:hover {
    background-color: #95c12c;
  }

  .search__button:hover svg {
    fill: #ffffff;
  }

  .breadcrumbs__link:hover {
    color: inherit;
  }

  .footer__call:hover {
    color: #95c12c;
  }

  .footer__call:hover svg {
    fill: currentColor;
  }

  .footer__mail:hover {
    color: #95c12c;
  }

  .footer__mail:hover svg {
    fill: currentColor;
  }

  .footer__mail:hover a {
    color: currentColor;
  }

  .footer__item:hover {
    color: #757575;
    -webkit-transform: translate(10px, 0);
        -ms-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }

  .product-card:hover {
    -webkit-transform: translate(0, -0.3125rem);
        -ms-transform: translate(0, -0.3125rem);
            transform: translate(0, -0.3125rem);
    color: #95c12c;
  }

  .product-card:hover .product-card__inner {
    border-color: #95c12c;
  }

  .product-card:hover figure {
    -webkit-transform: scale(1.15) translate(0, -10px);
        -ms-transform: scale(1.15) translate(0, -10px);
            transform: scale(1.15) translate(0, -10px);
  }

  .about-preview__bottom:hover {
    color: #95c12c;
  }

  .news-card:hover .news-card__title,
  .news-card:hover a {
    color: #95c12c;
  }

  .slider__img_preview:hover {
    -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
            transform: scale(1.15);
  }

  .slider__button:hover svg {
    fill: #95c12c;
  }

  .buy-button:hover .buy-button__icon {
    background-color: #0b8f3e;
  }

  .buy-button:hover .buy-button__text {
    opacity: 0.85;
  }

  .buy-button__icon:hover {
    background-color: #95c12c;
  }

  .custom-radio:hover {
    color: #95c12c;
  }

  .custom-radio:hover > .custom-radio__label::before {
    border-color: #95c12c !important;
  }

  .custom-radio:hover [type=radio]:checked + .custom-radio__label:after,
  .custom-radio:hover [type=checkbox]:checked + .custom-radio__label:after {
    content: url("data:image/svg+xml;charset=UTF-8,<svg xmlns=%27http://www.w3.org/2000/svg%27 version=%271.1%27 width=%2724%27 height=%2724%27><path d=%27M21.5608 4.51639C19.776 2.81021 17.8168 4.67348 16.7826 5.77312C15.3949 7.24802 12.7113 10.1368 11.3368 11.6248C10.8698 12.1309 10.5906 12.6066 10.1848 13.0168C8.4393 11.2713 5.45021 5.43275 2.60511 7.72802C-0.239976 10.0233 3.23784 13.5273 5.18402 15.7964C5.78184 16.4946 7.06475 17.9782 7.45748 18.4146C7.52293 18.5062 7.59712 18.5935 7.67566 18.6895C8.70984 19.8938 10.5731 20.8975 11.9084 19.4706L12.6066 18.7288L12.8204 18.4888L19.6626 11.0706C21.1768 9.45166 23.904 6.75493 21.5608 4.51639Z%27 fill=%27%2395c12c%27/> </svg>");
  }

  .custom-radio_size_small:hover [type=radio]:checked + .custom-radio__label:after,
  .custom-radio_size_small:hover [type=checkbox]:checked + .custom-radio__label:after {
    content: url("data:image/svg+xml;charset=UTF-8,<svg xmlns=%27http://www.w3.org/2000/svg%27 version=%271.1%27 width=%2712%27 height=%2712%27><path d=%27M10.7801 2.25832C9.88777 1.40523 8.90813 2.33686 8.39104 2.88668C7.69722 3.62413 6.3554 5.0685 5.66813 5.8125C5.43468 6.06559 5.29504 6.30341 5.09213 6.5085C4.2194 5.63577 2.72486 2.7165 1.30231 3.86413C-0.120232 5.01177 1.61868 6.76377 2.59177 7.89832C2.89068 8.24741 3.53213 8.98923 3.7285 9.20741C3.76122 9.25323 3.79831 9.29686 3.83759 9.34486C4.35468 9.94704 5.28631 10.4489 5.95395 9.73541L6.30304 9.3645L6.40995 9.2445L9.83104 5.53541C10.5881 4.72595 11.9518 3.37759 10.7801 2.25832Z%27 fill=%27%2395c12c%27/> </svg>");
  }

  .ph-card__remove:hover svg {
    fill: #0b8f3e;
  }

  .ph-card:hover .ph-card__inner {
    border-color: #95c12c;
  }

  .ph-card:hover .ph-card__figure {
    -webkit-transform: scale(1.05) !important;
        -ms-transform: scale(1.05) !important;
            transform: scale(1.05) !important;
  }

  .paginate-list__link:hover {
    color: #ffffff;
    background-color: rgba(149, 193, 44, 0.75);
  }

  .paginate-list__control:hover {
    background-color: rgba(149, 193, 44, 0.75);
  }

  .paginate-list__control:hover svg {
    fill: #ffffff;
  }

  .contacts__phone:hover {
    color: #0b8f3e;
  }

  .contacts__callback:hover {
    color: #95c12c;
  }

  .contacts__mail:hover {
    color: #95c12c;
  }

  .callback-form__close:hover svg {
    fill: #95c12c;
  }
}