@import url(https://fonts.googleapis.com/css?family=PT+Sans:regular,700&display=swap);

@charset "UTF-8";

@font-face {
  font-family: Circe;
  font-display: swap;
  src: url("/catalog/view/theme/barista-box/stylesheet/fonts/Circe-ExtraBold.woff2") format("woff2"), url("/catalog/view/theme/barista-box/stylesheet/fonts/Circe-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: Circe;
  font-display: swap;
  src: url("/catalog/view/theme/barista-box/stylesheet/fonts/Circe-Bold.woff2") format("woff2"), url("/catalog/view/theme/barista-box/stylesheet/fonts/Circe-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Circe;
  font-display: swap;
  src: url("/catalog/view/theme/barista-box/stylesheet/fonts/Circe-Thin.woff2") format("woff2"), url("/catalog/view/theme/barista-box/stylesheet/fonts/Circe-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: Circe;
  font-display: swap;
  src: url("/catalog/view/theme/barista-box/stylesheet/fonts/Circe-Light.woff2") format("woff2"), url("/catalog/view/theme/barista-box/stylesheet/fonts/Circe-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: icons;
  font-display: swap;
  src: url("/catalog/view/theme/barista-box/stylesheet/fonts/icons.woff2") format("woff2"), url("/catalog/view/theme/barista-box/stylesheet/fonts/icons.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Circe;
  font-display: swap;
  src: url("/catalog/view/theme/barista-box/stylesheet/fonts/Circe-Regular.woff2") format("woff2"), url("/catalog/view/theme/barista-box/stylesheet/fonts/Circe-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

.catalog-side .checkbox__label:before,
._spoller-init .sub-menu__link--sub::before,
.popup__checkbox .checkbox__label:before,
.quantity__button--minus::after,
.quantity__button--plus::before,
.quantity__button--plus::after,
.select__value:after,
[class*=_icon-]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*=_icon-]:before {
  display: block;
}

._icon-good:before {
  content: "\e911";
}

._icon-long-arrow:before {
  content: "\e913";
}

._icon-zoom:before {
  content: "\e900";
}

._icon-visibility:before {
  content: "\e901";
}

._icon-time:before {
  content: "\e902";
}

._icon-s-yt:before {
  content: "\e903";
}

._icon-slide-arrow:before {
  content: "\e904";
}

._icon-s-inst:before {
  content: "\e905";
}

._icon-short-arrow:before {
  content: "\e906";
}

._icon-s-g:before {
  content: "\e907";
}

._icon-s-fb:before {
  content: "\e908";
}

._icon-select-arrow:before {
  content: "\e909";
}

._icon-search:before {
  content: "\e90a";
}

._icon-plus:before {
  content: "\e90d";
}

._icon-phone:before {
  content: "\e90e";
}

._icon-people-admin:before {
  content: "\e90f";
}

._icon-pagination-arrow:before {
  content: "\e910";
}

._icon-mail:before {
  content: "\e912";
}

._icon-location:before {
  content: "\e914";
}

._icon-load-more:before {
  content: "\e915";
}

._icon-in-progres:before {
  content: "\e916";
}

._icon-home:before {
  content: "\e917";
}

._icon-filter:before {
  content: "\e919";
}

._icon-eye:before {
  content: "\e91a";
}

._icon-edit:before {
  content: "\e91b";
}

._icon-delete:before {
  content: "\e91c";
}

._icon-date:before {
  content: "\e91d";
}

._icon-close:before {
  content: "\e91e";
}

._icon-chk:before {
  content: "\e91f";
}

._icon-bag:before {
  content: "\e920";
}

._icon-heart:before {
  content: "\e90b";
}

._icon-minus:before {
  content: "\e90c";
  color: #fff;
}

:root {
  --black: #000;
  --brown: #7a6953;
  --bg-primary: #242423;
  --bg-brown: #7a6953;
  --bg-hover-brown: rgb(170, 162, 156);
}

* {
  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: var(--black);
  line-height: 1;
  font-family: "Circe";
  font-size: 0.875rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "Circe";
  font-size: inherit;
  line-height: inherit;
}

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

a {
  color: inherit;
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

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

@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}

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

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

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

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

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

.input {
  width: 100%;
  display: block;
  padding: 0px 1.125rem;
  border: 0.0625rem solid #d2d2d2;
  background: #fff;
  height: 3.4375rem;
  border-radius: 0.4375rem;
}

.input::-webkit-input-placeholder {
  color: #949494;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.input::-moz-placeholder {
  color: #949494;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.input:-ms-input-placeholder {
  color: #949494;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.input::-ms-input-placeholder {
  color: #949494;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.input::placeholder {
  color: #949494;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.input[placeholder]:not([data-placeholder-nohiden])::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.input[placeholder]:not([data-placeholder-nohiden])::-moz-placeholder {
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.input[placeholder]:not([data-placeholder-nohiden]):-ms-input-placeholder {
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.input[placeholder]:not([data-placeholder-nohiden])::-ms-input-placeholder {
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.input[placeholder]:not([data-placeholder-nohiden])::placeholder {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::-webkit-input-placeholder {
  opacity: 0;
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::-moz-placeholder {
  opacity: 0;
}

.input[placeholder]:not([data-placeholder-nohiden]):focus:-ms-input-placeholder {
  opacity: 0;
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::-ms-input-placeholder {
  opacity: 0;
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder {
  opacity: 0;
}

textarea.input {
  resize: vertical;
  padding: 1.125rem;
  min-height: 14.9375rem;
}

.checkbox {
  position: relative;
}

.checkbox:not(:last-child) {
  margin-bottom: 0.3125em;
}

.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.checkbox__input:focus-visible + .checkbox__label:before {
  -webkit-box-shadow: 0 0 5px #000;
          box-shadow: 0 0 5px #000;
}

.checkbox__label {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  gap: 10px;
}

.checkbox__label:before {
  content: "";
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border: 1px solid #a7a9ac;
}

.checkbox__text {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.options__item {
  position: relative;
  cursor: pointer;
}

.options__item:not(:last-child) {
  margin-bottom: 0.3125em;
}

.options__input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}

.options__input:focus-visible + .options__label:before {
  -webkit-box-shadow: 0 0 5px #000;
          box-shadow: 0 0 5px #000;
}

.options__input:checked + .options__label:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.options__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  gap: 10px;
}

.options__label:before {
  content: "";
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 1.0625rem;
  height: 1.0625rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.0625rem;
          flex: 0 0 1.0625rem;
  border-radius: 50%;
  border: 0.0625rem solid #dbdbdb;
  display: inline-block;
}

.options__label:after {
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  width: 0.5625rem;
  height: 0.5625rem;
  border-radius: 50%;
  background-color: #ee9ca7;
  position: absolute;
  left: 4px;
  top: 4px;
}

.select {
  min-width: 0;
  position: relative;
}

.select__body {
  position: relative;
}

.select__title {
  color: inherit;
  text-align: left;
  padding: 1.1875rem;
  background-color: #fff;
  cursor: pointer;
  width: 100%;
  color: #393939;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  border-radius: 0.4375rem;
  border: 1px solid rgba(122, 105, 83, 0.33);
}

.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.875rem;
  gap: 1.875rem;
}

.select__value > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.select__value:after {
  content: "\e909";
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.5rem;
          flex: 0 0 0.5rem;
  font-size: 0.625rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--brown);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

._select-open .select__value:after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.select__value._select-pseudo-label::before {
  content: attr(data-pseudo-label);
  opacity: 0.5;
}

.select__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}

.select__options {
  color: #000;
  position: absolute;
  top: calc(100% - 0.3125rem);
  border-radius: 0 0 0.4375rem 0.4375rem;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border-top: 0;
  border: 1px solid #d9d9d9;
  border-top: 0; 
  padding: 0.9375rem 0px 5px 0px;
}

.select__scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 12.5rem;
}

.select__option {
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 5px 15px;
  color: inherit;
}

.select__option._select-selected {
  background-color: #eee;
}

.select__row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select--show-top .select__options {
  top: auto;
  bottom: calc(100% - 0.0625rem);
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  padding: 5px 0px 10px 0px;
}

._select-tag {
  cursor: pointer;
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 40px;
  line-height: 0.75;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.rating.rating_sending {
  opacity: 0.2;
}

.rating.rating_set .rating__active,
.rating.rating_set .rating__item {
  cursor: pointer;
}

.rating__body {
  position: relative;
}

.rating__body::before {
  content: "★★★★★";
  display: block;
  color: #e0e0e0;
}

.rating__active {
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.rating__active::before {
  content: "★★★★★";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #ffd300;
  z-index:999;
}

#form-review .popup__line:not(:last-child) {
  margin-bottom: .875rem;
}

.rating__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.rating__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  height: 100%;
  opacity: 0;
}

.rating__value {
  font-size: 50%;
  line-height: 1;
  padding: 0px 0px 0px 10px;
  display: none;
}

.options{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap:20px;
  margin-bottom: 1.625rem;
}


.option__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap:10px;
}

.option__item-label{
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  width: 100%;
}

.option__item-list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap:15px;
}
.option__item-btn{
  position:relative;
  cursor: pointer !important;
}
.option__item-btn label {
  border: 1px solid #7a6953;
  border-radius: 9px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.3s;
}
.option__item-btn input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity:0;
  cursor: pointer !important;
}
.option__item-btn input + span {
	padding: 1px 2px;
	color: #777;
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
	border: 1px solid #ccc;
    border-radius: 2px;
	display: inline-block;
	min-width: 24px;
	text-align: center;
}
.option__item-btn input:checked + label, .option__item-btn:hover label{
	color: #fff;
  background-color: #7a6953;
  border: 1px solid #7a6953;
}
.option__item-btn input[disabled] + span {
	cursor: default;
    background-color: rgba(0, 0, 0, 0);
	background-image: none;
	border: 1px solid #ddd;
}
.option__item-btn input + img {
	padding: 2px;
	border: 1px solid #ccc;
    border-radius: 2px;
	display: inline-block;
}
.option__item-btn input:checked + img {
    border: 1px solid #229ac8;
}
.option__item-btn input[disabled] + img {
	cursor: default;
	border: 1px solid #ddd;
}

.quantity {
  width: 88px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4375rem;
}

.actions-product .quantity {
  width: 9.375rem;
  height: 2.1875rem;
}

.quantity.block-bag__quantity {
  width: 6.25rem;
}

.quantity.side-order__quantity {
  width: 6.25rem;
}

.quantity__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.875rem;
          flex: 0 0 1.875rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.actions-product .quantity__button {
  background: var(--bg-brown);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0.3125rem;
  width: 2.1875rem;
  height: 2.1875rem;
  -ms-flex: 0 0 2.1875rem;
      flex: 0 0 2.1875rem;
  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;
}

.block-bag__quantity .quantity__button,
.side-order__quantity .quantity__button {
  background: var(--bg-brown);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.5rem;
          flex: 0 0 1.5rem;
  border-radius: 0.3125rem;
  width: 1.5rem;
  height: 1.5rem;
  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;
}

.quantity__button--plus::after {
  content: "\e90c";
  display: none;
}

.quantity__button--plus::before {
  content: "\e90d";
  display: block;
  font-size: 1.125rem;
  color: #fff;
}

.block-bag__quantity .quantity__button--plus::before,
.side-order__quantity .quantity__button--plus::before {
  font-size: 0.6875rem;
}

.quantity__button--minus::after {
  content: "\e90c";
  display: none;
  font-size: 0.5rem;
}

.quantity__button--minus::before {
  font-size: 0.3125rem;
}

.block-bag__quantity .quantity__button--minus::before,
.side-order__quantity .quantity__button--minus::before {
  font-size: 0.125rem;
}

.quantity__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  order:2;
}

.quantity__input input {
  border-radius: 0.3125rem;
  height: 100%;
  color: var(--black);
  width: 100%; 
  text-align: center;
}

.actions-product .quantity__input input {
  height: 2.1875rem;
}

.block-bag__quantity input,
.side-order__quantity input {
  height: 1.4375rem;
  font-size: 0.875rem;
  background: #ececec;
  border-radius: 0.3125rem;
  height: 100%;
  color: var(--black);
  width: 100%; 
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
          max-height: 24px;
}
.plus, .minus{
  cursor: pointer;
}

body::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
}

.overlay.active{
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
  z-index: 149;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  -webkit-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}

.popup__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
}

.popup__content {
  visibility: hidden;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  padding: 2.5rem;
  width: 100%;
  max-width: 29.6875rem;
  border-radius: 0.3125rem;
  background: #fff;
}

.lock .popup__content {
  visibility: visible;
}

.popup__close {
  position: absolute;
}

.popup__title {
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}

.popup__form:not(:last-child) {
  margin-bottom: 1.5rem;
}

.popup__lines:not(:last-child) {
  margin-bottom: 0.625rem;
}

.popup__line {
  position: relative;
}

.popup__line:not(:last-child) {
  margin-bottom: 1.875rem;
}

.popup__line--txta {
  margin-bottom: 1.125rem !important;
}

.popup--reviews-2 .popup__line:not(:last-child) {
  margin-bottom: 0.5625rem;
}

.popup__label {
  position: absolute;
  display: inline-block;
  color: #686868;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7142857143;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 50%;
  left: 1.1875rem;
  -webkit-transform: translate(0px, -50%);
      -ms-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  border-radius: 0.1875rem;
  padding: 0.125rem 0.4375rem;
  background: #fff;
}

.popup__label span {
  color: #f00;
}

._form-error .popup__label {
  top: 30%;
  -webkit-transform: translate(0px, -30%);
      -ms-transform: translate(0px, -30%);
          transform: translate(0px, -30%);
}

.popup__input {
  padding: 0rem 3.4375rem 0rem 1.6875rem;
  width: 100%;
  border-radius: 0.1875rem;
}

.popup__input.form__error {
  border: 0.0625rem solid #f00;
  background: #fff;
}

.popup__input:focus + label {
  top: 0;
}

.popup__input:not(:-moz-placeholder-shown) + label {
  top: 0;
}

.popup__input:not(:-ms-input-placeholder) + label {
  top: 0;
}

.popup__input:not(:placeholder-shown) + label {
  top: 0;
}

.popup .form__error {
  border-radius: 0 0 0.1875rem 0.1875rem;
  background: #f00;
  padding: 0.5rem 0.5rem 0.3125rem;
  font-size: 0.75rem;
  color: #fff;
}

.popup__eye {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.4375rem;
  height: 3.4375rem;
  color: #414141;
}

.popup__pas {
  text-align: right;
  color: var(--brown);
  text-decoration: underline;
  display: block;
}

.popup__pas:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.popup__no {
  cursor: pointer;
  text-align: center;
  margin-bottom: 1.5625rem;
  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.5rem;
  color: #414141;
  font-size: 1rem;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
}

.popup__no::before,
.popup__no::after {
  content: "";
  height: 0.0625rem;
  width: 120%;
  background-color: #e9e9e9;
}

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

.popup__no::before {
  margin-left: -2.5rem;
}

.popup__no::after {
  margin-right: -2.5rem;
}

.popup__registr {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 0.5rem 0.3125rem 0.5625rem;
  background-color: var(--bg-brown);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.popup__button {
  display: block;
  margin: 0 auto;
  border-radius: 0.4375rem;
  background: #7a6953;
  color: #fff!important;
  width: 100%;
  max-width: 14.75rem;
  text-align: center;
  padding: 1.1875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.popup--rewiews-1 .popup__button {
  padding: 0.9375rem;
}

.popup--rewiews-1 .popup__button:not(:last-child) {
  margin-bottom: 1.875rem;
}

.popup__info {
  color: #414141;
  font-weight: 400;
  line-height: 20px;
}

.popup__info:not(:last-child) {
  margin-bottom: 1.4375rem;
}

.popup__info a {
  text-decoration: underline;
  color: var(--brown);
}

.popup__info p:not(:last-child) {
  margin-bottom: 0.625rem;
}

.popup--rewiews-1 .popup__info {
  text-align: center;
}

.popup--rewiews-1 .popup__info:not(:last-child) {
  margin-bottom: 1.0625rem;
}

.popup__items {
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.18);
}

.popup__reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}

.popup__reviews:not(:last-child) {
  margin-bottom: 1.6875rem;
}

.popup__describe {
  color: #686868;
  font-family: "PT Sans";
  font-weight: 400;
  line-height: 26px;
}

.popup__checkbox {
  margin-top: 0.5rem;
}

.popup__checkbox:not(:last-child) {
  margin-bottom: 1rem;
}

.popup__checkbox .checkbox__input:checked + .checkbox__label:before {
  color: var(--brown);
}

.popup__checkbox .checkbox__label:before {
  content: "\e91f";
  font-size: 0.625rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.125rem;
          flex: 0 0 1.125rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 0.25rem;
  background: #fff;
  color: #fff;
}

.popup__checkbox .checkbox__text {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  line-height: 1.4166666667;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: var(--brown);
}

.item-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  padding: 0.625rem 0.3125rem;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.18);
  justify-content: space-between;
}

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

.item-popup__image-ibg {
  padding-bottom: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.125rem;
          flex: 0 0 3.125rem;
}

.item-popup__image-ibg img {
  -o-object-fit: contain;
     object-fit: contain;
}

.item-popup__name {
  font-weight: 700;
  line-height: 150%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.item-popup__name:not(:last-child) {
  margin-bottom: 0.25rem;
}

.item-popup__price {
  color: #414141;
  font-size: 1rem;
  font-weight: 400;
  line-height: 30px;
}

.item-popup__button {
  width: 100%;
  padding: 0.9375rem;
  border-radius: 0.4375rem;
  border: 0.0625rem solid #7a6953;
  color: var(--brown);
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup-show body::after {
  opacity: 1;
}

.spollers {
  display: -ms-grid;
  display: grid;
  gap: 15px;
}

.spollers__item {
  font-size: 1.25rem;
}

.spollers__title {
  width: 100%;
  cursor: default;
  text-align: left;
  border: 1px solid #eee;
  padding: 0.625rem 0.9375rem;
  border-radius: 0.3125rem;
  position: relative;
  list-style: none;
}

._spoller-init .spollers__title {
  cursor: pointer;
  /*
  ._spoller-init & {
  	position: relative;
  	width: 100%;
  	text-align: left;
  	&::before,
  	&::after {
  		content: "";
  		position: absolute;
  		right: 0;
  		top: toRem(12);
  		height: toRem(1);
  		transition: all 0.3s ease 0s;
  		width: toRem(10);
  		background-color: #000;
  	}
  	&::before {
  		transform: rotate(40deg);
  		right: toRem(7);
  	}
  	&::after {
  		transform: rotate(-40deg);
  	}
  }
  &._spoller-active {
  	&::before {
  		transform: rotate(-40deg);
  	}
  	&::after {
  		transform: rotate(40deg);
  	}
  }
  */
}

._spoller-init .spollers__title::before,
._spoller-init .spollers__title::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  background-color: #000;
  height: 2px;
  width: 15px;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

._spoller-init .spollers__title::before {
  -webkit-transform: translate(-75%, -50%) rotate(40deg);
      -ms-transform: translate(-75%, -50%) rotate(40deg);
          transform: translate(-75%, -50%) rotate(40deg);
}

._spoller-init .spollers__title::after {
  -webkit-transform: translate(0, -50%) rotate(-40deg);
      -ms-transform: translate(0, -50%) rotate(-40deg);
          transform: translate(0, -50%) rotate(-40deg);
}

._spoller-init .spollers__title._spoller-active::before {
  -webkit-transform: translateX(-75%) rotate(-40deg);
      -ms-transform: translateX(-75%) rotate(-40deg);
          transform: translateX(-75%) rotate(-40deg);
}

._spoller-init .spollers__title._spoller-active::after {
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
}

.spollers__body {
  padding: 1.25rem;
  border-radius: 0.3125rem;
  border: 1px solid #eee;
}

[data-showmore-button] span:last-child {
  display: none;
}

._showmore-active [data-showmore-button] span {
  display: none;
}

._showmore-active [data-showmore-button] span:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.375rem;
}

.pagging__arrow {
  color: #fff;
  background-color: var(--bg-brown);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.4375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.pagging__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.375rem;
}

.product__column .pagging__etc {
  display: block;
}

.product__column .pagging__hiden-product {
  display: none;
}

.pagging__item {
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  border: 0.0625rem solid var(--brown);
  border-radius: 0.4375rem;
  font-style: normal;
  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;
  font-weight: 700;
  line-height: normal;
  color: var(--brown);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pagging__item::before {
  color: var(--brown);
  font-size: 1.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pagging__item._active {
  background-color: var(--bg-brown);
  color: #fff;
}

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

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

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

.tabs-goods__navigation::-webkit-scrollbar {
  display: none;
}

.label {
  color: #585858;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.title {
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.title-sm {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.socials__label:not(:last-child) {
  margin-bottom: 0.625rem;
}

.socials__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6875rem;
}

.socials__item {
  width: 2.125rem;
  height: 2.125rem;
  background-color: var(--bg-brown);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 0rem;
}

.socials__item::before {
  font-size: 0.875rem;
}

.road__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.375rem;
  flex-wrap: wrap;
}

.road__items::before {
  color: var(--brown);
}

.road__items > *:not(:last-child) {
  position: relative;
}

.road__items > *:not(:last-child)::after {
  content: "|";
}

.road__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  color: #585858;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.road__item--link span {
  text-decoration: underline;
}

/* Chrome, Safari, Edge, Opera */

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

/* Firefox */

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

.ocf-noUi-connects {
  border-radius: 0.25rem;
  height: 0.125rem !important;
  background: #fff !important;
}

.ocf-noUi-connect {
  border-radius: 0.25rem;
  height: 0.125rem !important;
  background: var(--bg-brown) !important;
}

.ocf-noUi-target {
  border: none !important;
  background-color: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 3px !important;
}

.ocf-noUi-handle::after,
.ocf-noUi-handle::before {
  display: none !important;
}

.ocf-noUi-handle {
  position: absolute;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 100% !important;
  background-color: #fff !important;
  border: 0.1875rem solid var(--bg-brown) !important;
}

.ocf-noUi-horizontal .ocf-noUi-handle {
  width: 0.75rem !important;
  height: 0.75rem !important;
  top: -6px !important;
  right: -11px !important;
}

.ocf-noUi-horizontal {
  height: auto;
}

.ocf-noUi-horizontal .ocf-noUi-handle-upper {
  right: 0;
}

.header {
  position: relative;
  z-index: 50;
}

.header::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 12.5rem;
  top: 0;
  left: -100%;
  z-index: 4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
}

.top-header {
  position: relative;
  z-index: 5;
}

.top-header__container {
  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;
  gap: 1.875rem;
  border-bottom: 0.0625rem solid var(--brown);
}

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

.top-header__logo {
  position: relative;
  z-index: 2;
}

.info-header {
  position: relative;
  z-index: 2;
}

.info-header__phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 0.25rem;
}

.info-header__phone {
  font-style: normal;
  font-weight: 400;
  white-space: nowrap;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.info-header__phone::before {
  color: var(--brown);
}

.info-header__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info-header__location::before {
  color: var(--brown);
}

.info-header__loc {
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.main-header {
  position: relative;
  z-index: 2;
}

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

.main-header__catalog {
  color: #fff;
  padding: 1.3125rem 1.25rem 1.0625rem 2.625rem;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  display: inline-block;
  border-radius: 0.4375rem;
  max-width: 14.75rem;
  width: 100%;
  text-transform: uppercase;
  background-color: var(--bg-brown);
  background: url("/catalog/view/theme/barista-box/image/catalog-icon.svg") 10% 50%/1.625rem 1.625rem no-repeat, var(--bg-brown);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor:pointer;
  z-index:999;
}

.main-header__actions {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-header__account {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0.4375rem;
  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;
  padding: 1.25rem;
  font-size: 0rem;
  border: 0.0625rem solid var(--brown);
}

.main-header__account.active {
  color: #fff;
  background-color: var(--bg-brown);
}

.main-header__account.active::before {
  color: #fff;
}

.main-header__account::before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: var(--brown);
}

.main-header__bag {
  border: 0.0625rem solid var(--brown);
  border-radius: 0.4375rem;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  gap: 0.3125rem;
  line-height: normal;
  padding: 1.0625rem 1.1875rem 1.0625rem 0.625rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-header__bag::before {
  color: var(--brown);
  font-size: 1.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-header__bag.active {
  color: #fff;
  background-color: var(--bg-brown);
}

.main-header__bag.active::before {
  color: #fff;
}

.wrap {
  padding: 0.625rem;
  position: relative;
  z-index: 15;
  border-radius: 0.4375rem;
  border: 0.0625rem solid #7a6953;
}

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

.menu__item {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.menu__link {
  font-weight: 700;
  line-height: 100%;
  position: relative;
  text-transform: uppercase;
}

.menu__link.active::before {
  left: 0;
  width: 100%;
}

.menu__link::before {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 0;
  height: 0.1875rem;
  border-radius: 1.1875rem;
  background-color: var(--bg-brown);
  top: 100%;
  -webkit-transform: translate(0px, 4px);
      -ms-transform: translate(0px, 4px);
          transform: translate(0px, 4px);
  left: 50%;
}

.header-search {
  position: relative;
}

.header-search__input {
  height: 3.6875rem;
  width: 100%;
  border-radius: 0.4375rem;
  background: #f5f5f5;
  padding: 0.1875rem 3.125rem 0.1875rem 1.125rem;
}

.header-search__input::-webkit-input-placeholder {
  color: #bababa;
  font-weight: 400;
}

.header-search__input::-moz-placeholder {
  color: #bababa;
  font-weight: 400;
}

.header-search__input:-ms-input-placeholder {
  color: #bababa;
  font-weight: 400;
}

.header-search__input::-ms-input-placeholder {
  color: #bababa;
  font-weight: 400;
}

.header-search__input::placeholder {
  color: #bababa;
  font-weight: 400;
}

.header-search__button {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  font-size: 1.1875rem;
  height: 3.6875rem;
  width: 2.5rem;
  z-index: 2;
  color: var(--brown);
}

.icon-menu {
  display: none;
}

.footer {
  background: #f5f5f5;
}

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

.footer__column--1 {
  max-width: 15.3125rem;
}

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

.footer__column--2::after {
  content: "";
  width: 0.125rem;
  background: rgba(0, 0, 0, 0.17);
  height: 9.375rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.footer__logo {
  display: inline-block;
}

.footer__text {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.footer__text:not(:last-child) {
  margin-bottom: 1.125rem;
}

.footer__by {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.footer__block {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

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

.footer__info::before {
  color: var(--brown);
}

.footer__label:not(:last-child) {
  margin-bottom: 0.5rem;
}

.footer__phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 0.6875rem;
}

.footer__phone {
  white-space: nowrap;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}

.footer__phone::before {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 0;
  height: 0.1875rem;
  border-radius: 1.1875rem;
  background-color: var(--bg-brown);
  top: 100%;
  -webkit-transform: translate(0px, 4px);
      -ms-transform: translate(0px, 4px);
          transform: translate(0px, 4px);
  left: 50%;
}

.footer__loc {
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer__socials {
  text-align: right;
}

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

.footer__payments:not(:last-child) {
  margin-bottom: 2.3125rem;
}

.footer-menu {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-menu__link {
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  position: relative;
  text-transform: uppercase;
}

.footer-menu__link::before {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 0;
  height: 0.1875rem;
  border-radius: 1.1875rem;
  background-color: var(--bg-brown);
  top: 100%;
  -webkit-transform: translate(0px, 4px);
      -ms-transform: translate(0px, 4px);
          transform: translate(0px, 4px);
  left: 50%;
}

.payments__label {
  text-align: right;
}

.payments__label:not(:last-child) {
  margin-bottom: 0.625rem;
}

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

.payments__item img {
  max-width: 4.625rem;
}

.main__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 23.875rem 1fr;
  grid-template-columns: 23.875rem 1fr;
  gap: 1.875rem;
}

.main__block {
  min-width: 0;
}

.subs {
  position: relative;
}

.subs__body::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0;
  display: block;
  left: 0;
  background-color: rgba(0, 0, 0, 0.18);
}

.subs__link {
  font-size: 1rem;
  text-transform: uppercase;
  padding: 0.625rem 1.25rem;
  display: block;
  margin: 0 -20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.subs__link:last-child {
  margin-bottom: 0.1875rem;
}

.sub-menu__link {
  position: relative;
  font-size: 1.125rem;
  text-transform: uppercase;
  padding: 0.625rem 1.25rem;
  display: block;
  margin: 0 -20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sub-menu__link--sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  cursor: pointer;
}

._spoller-init .sub-menu__link--sub {
  cursor: pointer;
}

._spoller-init .sub-menu__link--sub::before {
  content: "\e906";
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 0.75rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

._spoller-init .sub-menu__link--sub._spoller-active {
  background-color: #fff;
  color: var(--brown);
}

._spoller-init .sub-menu__link--sub._spoller-active::before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.side-main {
  padding: 1.25rem 1.125rem;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  border-radius: 0.875rem;
  background: #f5f5f5;
}

.side-main__body {
  padding-top: 0.9375rem;
}

.side-main__title {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  gap: 1.25rem;
}

.main-header__container{
  position:relative;
}
.side-main--catalog#menu{
  width:386px;
}
.side-main--catalog#menu {
  position: absolute;
  top: 14.625rem;
  visibility: hidden;
  z-index:999;
  height:0;
  /*left: -100%;
  width: 100%;
  z-index: 20;
  height: 100%;
  background-color: #f5f5f5;
  overflow: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 15.625rem 0.9375rem 3.125rem;*/
}
.common-home .side-main--catalog#menu{
  visibility: visible;
  z-index:999;
  height:auto;
  display: block;
  top: 94px;
  width:386px
}
@media (max-width: 1440px){
  .common-home .side-main--catalog#menu{
    width:300px;
  }
}
.common-home .main-header__catalog-section:hover .side-main--catalog#menu, .common-home .main-header__catalog:hover .side-main--catalog#menu{
  top: 94px;
}
.common-home .main-header__catalog:hover #pc-overlay{
  display:none!important;
}

/*.side-main--catalog#menu::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 15.625rem;
  z-index: 22;
  top: 0;
  left: -100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}*/

/*.side-main--catalog#menu.open {
  top: 14.625rem;
  visibility: visible;
  height:auto;
}*/

/*.side-main--catalog.open::before {
  left: 0;
}*/

.side-main__item {
  padding: 1.25rem 0;
}

.side-main__item:not(:last-child) {
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.18);
}

.side-main__item:first-child {
  padding-top: 0;
}

.side-main__item:last-child {
  padding-bottom: 0;
}

.side-main__item._spoller-active .side-main__label span::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.side-main__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.side-main__icon img {
  max-width: 2.625rem;
  height: 2.625rem;
}

.side-main__label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  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;
  gap: 0.9375rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
}

.side-main__label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.25rem;
  background: #fff;
  width: 1.6875rem;
  height: 1.6875rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.side-main__label span::before {
  color: var(--brown);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

._spoller-active .side-main__label span::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.block-main {
  border-radius: 0.875rem;
}

.block-main__slider {
  position: relative;
}

.block-main__slide {
  position: relative;
  z-index: 1;
}

.block-main__slide.swiper-slide-active {
  z-index: 2;
}

.block-main__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  position: absolute;
  top: 1.625rem;
  right: 1.625rem;
  z-index: 20;
}

.block-main__arrow {
  -webkit-box-shadow: 0px 13px 18px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 13px 18px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  color: var(--brown);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0.5625rem;
}

.block-main__arrow--next::before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.block-main__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  position: relative;
  z-index: 10;
  -webkit-transform: translate(0px, -25px);
      -ms-transform: translate(0px, -25px);
          transform: translate(0px, -25px);
}

.block-main__pagination .swiper-pagination-bullet {
  display: block;
  cursor: pointer;
  width: 2.3125rem;
  height: 0.3125rem;
  border-radius: 1.5rem;
  background: #d9d9d9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.block-main__pagination .swiper-pagination-bullet-active {
  background-color: var(--bg-brown);
}

.slide-main {
  border-radius: 0.875rem;
  background: #f5f5f5;
  overflow: hidden;
  border-radius: 0.875rem;
}

.slide-main--blue .content-main__icon {
  background-color: #1c1f54;
}

.slide-main--brown .slide-main__logo {
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: relative;
  z-index: 2;
  -webkit-transform: translate(-30px, 20px);
      -ms-transform: translate(-30px, 20px);
          transform: translate(-30px, 20px);
}

.slide-main__box {
  padding: 0rem 1.5rem 1.875rem 1.5rem;
}

.slide-main__block {
  position: relative;
  padding: 3rem 1.25rem 4rem 4rem;
  background: #f5f5f5;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slide-main__block::before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: -0.3125rem;
  /* 158/579 */
  right: 0;
  z-index: 2;
  background-color: #fff;
  height: 0.375rem;
}

.slide-main__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slide-main__bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-radius: 0 0.875rem 0.875rem 0;
}

.slide-main__bg img {
  height: 100%;
  border-radius: 0 0.875rem 0.875rem 0;
}

.slide-main__image {
  width: 15rem;
  padding-bottom: 100%;
  position: relative;
  z-index: 5;
}

.slide-main__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.slide-main__logo {
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: relative;
  z-index: 2;
  -webkit-transform: translate(0px, 20px);
      -ms-transform: translate(0px, 20px);
          transform: translate(0px, 20px);
}

.slide-main__logo img {
  max-width: 10rem;
}

.slide-main__line {
  width: 100%;
  position: absolute;
  bottom: 27.288428%;
  /* 158/579 */
  right: 0;
  z-index: 2;
  background-color: #fff;
  height: 0.375rem;
}

.content-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 3;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  /* 605/1207 */
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.content-main__title {
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.content-main__wrap {
  position: relative;
  z-index: 4;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.content-main__wrap:not(:last-child) {
  margin-bottom: 1.875rem;
}

.content-main__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5625rem;
}

.content-main__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}

.content-main__icon {
  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;
  border-radius: 0.3125rem;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: var(--bg-brown);
}

.content-main__icon img {
  max-width: 100%;
}

.content-main__text {
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.content-main__button {
  padding: 1.1875rem 1.375rem;
  color: var(--brown);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 0.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  border: 0.0625rem solid var(--brown);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.content-main__button:not(:last-child) {
  margin-bottom: 1.875rem;
}

.advantages__items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(18.75rem, 1fr));
}

.advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.3125rem;
  border-radius: 0.4375rem;
  border: 0.0625rem solid rgba(122, 105, 83, 0.33);
  width: 100%;
  padding: 1.4375rem 1rem 1.4375rem;
}
@media (max-width: 1309px){
  .advantages__items {
    grid-template-columns: repeat(auto-fill, minmax(15.75rem, 1fr));
  }
}
@media (max-width: 1098px){
  .advantages__items {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(13.75rem, 1fr));
  }
}
@media (max-width: 972px){
  .advantages__items {
    grid-template-columns: repeat(auto-fill, minmax(23.75rem, 1fr));
  }
}
@media (max-width: 808px){
  .advantages__items {
    grid-template-columns: repeat(auto-fill, minmax(15.75rem, 1fr));
  }
}
@media (max-width: 442px){
  .advantages__items {
    grid-template-columns: repeat(auto-fill, minmax(20.75rem, 1fr));
  }
}

.advantages__icon {
  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;
  border-radius: 0.3125rem;
  width: 3.375rem;
  height: 3.375rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.375rem;
          flex: 0 0 3.375rem;
  background-color: var(--bg-brown);
}

.advantages__icon img {
  max-width: 2.125rem;
}

.advantages__label {
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.assortment {
  display: block;
}

.assortment__items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(21.25rem, 1fr));
}

.item-assortment {
  min-height: 14.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: url("/image/catalog/icon/decor/decor.svg") 100% 0 no-repeat, #f5f5f5;
  border-radius: 0.875rem;
  padding-top: 1.875rem;
  padding-bottom: 0.3125rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.item-assortment--long {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.item-assortment1 {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}

.item-assortment1 .item-assortment__content {
  padding: 2.5rem 0.625rem 1.0625rem 0.8125rem;
}

.item-assortment__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.625rem 0.625rem 1.0625rem 0.8125rem;
}

.item-assortment__name {
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.item-assortment__button {
  color: var(--brown);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0.4375rem;
  border: 0.0625rem solid #7a6953;
  padding: 0.8125rem 2.1875rem 0.8125rem;
  display: inline-block;
  text-align: center;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}

.item-assortment__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 7.5rem;
          flex: 1 1 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-bottom: 30%;
}

.item-assortment__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  max-width: 12.5rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: contain;
     object-fit: contain;
}

.tabs-goods__title {
  text-align: center;
}

.tabs-goods__navigation {
  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: 1.25rem;
  overflow: auto;
}

.tabs-goods__body {
  position: relative;
}

.tabs-goods__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 1.5rem 0.5625rem 1.5rem;
  border-radius: 0.875rem;
  background: #f5f5f5;
  font-style: normal;
  font-weight: 700;
  line-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;
  gap: 0.8125rem;
}

.tabs-goods__label::after {
  content: "";
  border-radius: 0.875rem;
  background: #ccc;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 0.25rem;
}

.tabs-goods__label._tab-active::after {
  background: #7a6953;
}

.tabs-goods__slider {
  position: relative;
  z-index: 3;
}

.tabs-goods__wrapper:not(:last-child) {
  margin-bottom: 1.75rem;
}

.tabs-goods__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
}

.tabs-goods__pagination .swiper-pagination-bullet {
  display: block;
  width: 2.3125rem;
  height: 0.3125rem;
  border-radius: 1.5rem;
  cursor: pointer;
  background: #d9d9d9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.tabs-goods__pagination .swiper-pagination-bullet-active {
  background-color: var(--bg-brown);
}

.tabs-goods__arrow {
  position: absolute;
  top: 35%;
  z-index: 15;
  -webkit-transform: translate(0px, -35%);
      -ms-transform: translate(0px, -35%);
          transform: translate(0px, -35%);
  background-color: #fff;
  color: var(--brown);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0.8125rem;
}

.tabs-goods__arrow--prev {
  left: -1.875rem;
}

.tabs-goods__arrow--next {
  right: -1.875rem;
}

.tabs-goods__arrow--next::before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.slide-goods {
  padding-bottom: 9.375rem;
  border-radius: 0.875rem;
  overflow: hidden;
}

.slide-goods__list {
  width: 100%;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  border-radius: 0 0 0.875rem 0.875rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 97%;
  text-align: left;
  z-index: 3;
  padding: 1.25rem;
  left: 0;
  max-height:155px;
  overflow:hidden;
  background-color: #f5f5f5;
}

.slide-goods__line {
  color: #737373;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 119%;
}

.slide-goods__line:not(:last-child) {
  margin-bottom: 0.625rem;
}

.slide-goods__line span {
  color: #000;
}

.slide-goods__images {
  position: relative;
  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-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  aspect-ratio: 1/1;
}

.slide-goods__images:not(:last-child) {
  margin-bottom: 1rem;
}

.slide-goods__image {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.slide-goods__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
}

.slide-goods__image--2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.slide-goods__cart {
  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;
  position: relative;
  border-radius: 0.875rem;
  background: #f5f5f5;
  text-align: center;
  padding: 1.875rem 0.9375rem;
}

.slide-goods__category {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  display: -ms-grid;
  display: grid;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3125rem;
  z-index:1;
}

.sticker-rectangle{
  padding: .8125rem .9375rem;
  border-radius: 0.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; 
  font-size: .875rem;
}
.sticker-bestseller {
  background: #ffca7c;
}

.sticker-special {
  background: #7a6953;
  color:#fff;
}

.sticker-new {
  background: #cc5b5a;
  color: #fff;
}

.slide-goods__title {
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.slide-goods__title:not(:last-child) {
  margin-bottom: 0.625rem;
}

.slide-goods__price {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  align-items: center;
  justify-content: center;
}

.slide-goods__price .price-old, .item-catalog__price .price-old{
  font-weight: 400;
  text-decoration: line-through;
  opacity:0.5;
  font-size: 1rem;
}

.partners__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  padding-bottom: 50%;
}

.partners__item img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}

.partners__image-color {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-width: 100%;
}

.partners__image-stat {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-catalog__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 15.3125rem 1fr;
  grid-template-columns: 15.3125rem 1fr;
  gap: 1.875rem;
}

.main-catalog__content {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(17.5rem, 1fr));
  gap: 1.25rem;
  padding: 1.875rem;
  margin: -1.875rem;
}

._showmore-active .main-catalog__content {
  overflow: visible;
}

.main-catalog__mb {
  position: relative;
  z-index: 2;
}

.main-catalog__more {
  margin: 0 auto;
  max-width: 15.9375rem;
  width: 100%;
  border-radius: 0.4375rem;
  border: 0.0625rem solid #7a6953;
  padding: 1.40625rem;
  color: var(--brown);
  font-weight: 700;
  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;
  line-height: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.lloading{
  text-align:center;
  width:50px;
  height:50px;
}

.catalog-side {
  padding-bottom: 1.875rem;
}

.catalog-side__wrapper:not(:last-child) {
  margin-bottom: 1.375rem;
}

.catalog-side__block:not(:last-child) {
  margin-bottom: 0.75rem;
}

.catalog-side__title {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  width: 100%;
  cursor: pointer;
  text-align: left;
  padding: 1.5rem;
  border-radius: 0.4375rem;
  background: #f5f5f5;
  position: relative;
  list-style: none;
  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;
}

.catalog-side__title._spoller-active {
  border-radius: 0.4375rem 0.4375rem 0 0;
}

.catalog-side__title._spoller-active span::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.catalog-side__title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.25rem;
  background: #fff;
  width: 1.6875rem;
  height: 1.6875rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.catalog-side__title span::before {
  color: var(--brown);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.catalog-side__body {
  -webkit-transform: translate(0px, -2px);
      -ms-transform: translate(0px, -2px);
          transform: translate(0px, -2px);
  border-radius: 0 0 0.4375rem 0.4375rem;
  background: #f5f5f5;
  padding: 0 1.5rem 1.5rem 1.5rem;
}

.catalog-side__item:not(:last-child) {
  margin-bottom: 1.25rem;
}

.catalog-side__button {
  border-radius: 0.4375rem;
  padding: 1.1875rem;
  border: 0.0625rem solid #7a6953;
  width: 100%;
  text-align: center;
  color: var(--brown);
  background-color: var(--bg-brown);
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.catalog-side__button:not(:last-child) {
  margin-bottom: 1rem;
}

.catalog-side__button--hiden {
  color: #fff;
}

.catalog-side__button--transparent {
  background-color: transparent;
}

.catalog-side__header {
  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.9375rem;
}

.catalog-side__header:not(:last-child) {
  margin-bottom: 1.125rem;
}

.catalog-side__filter-label {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.catalog-side__close {
  padding: 0.625rem;
  border-radius: 0.4375rem;
  border: 0.0625rem solid #7a6953;
}

.catalog-side__icon {
  display: block;
  position: relative;
  width: 1.875rem;
  height: 1.125rem;
  z-index: 5;
}

.catalog-side__icon span,
.catalog-side__icon::before,
.catalog-side__icon::after {
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  right: 0;
  position: absolute;
  width: 100%;
  height: 0.125rem;
  background-color: var(--bg-brown);
}

.catalog-side__icon span {
  width: 0;
}

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

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

.catalog-side .checkbox__input:checked + .checkbox__label:before {
  color: var(--brown);
}

.catalog-side .checkbox__label:before {
  content: "\e91f";
  font-size: 0.625rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.125rem;
          flex: 0 0 1.125rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 0.25rem;
  background: #fff;
  color: #fff;
}

.catalog-side .checkbox__text {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.block-catalog__header {
  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;
  gap: 0.9375rem;
}

.block-catalog__header:not(:last-child) {
  margin-bottom: 1.875rem;
}

.block-catalog__title {
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.block-catalog__title span {
  font-weight: 400;
  position: relative;
}

.block-catalog__title span::before,
.block-catalog__title span::after {
  content: "";
  position: absolute;
  top: 10%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 0.09375rem;
  height: 0.5625rem;
  right: -0.3125rem;
  background-color: var(--black);
}

.block-catalog__title span::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.block-catalog__title span::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.block-catalog__filter {
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 0.4375rem;
  border: 0.0625rem solid rgba(122, 105, 83, 0.33);
  color: var(--brown);
  font-size: 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.item-catalog {
  position: relative;
  border-radius: 0.875rem;
  padding: 1.25rem;
  padding-bottom: 0;
  background: #f5f5f5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.item-catalog__categories {
  position: absolute;
  top: 1rem;
  left: 1.3125rem;
  display: -ms-grid;
  display: grid;
  text-align: center;
  gap: 0.3125rem;
}

.item-catalog__category--hit {
  padding: 0.8125rem 0.9375rem;
  border-radius: 0.375rem;
  background: #ffca7c;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.item-catalog__images {
  position: relative;
}

.item-catalog__image {
  position: relative;
  aspect-ratio: 1/1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: flex;
}

.item-catalog__images {
  margin-bottom: 1.625rem;
}

.item-catalog__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.item-catalog__image--2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.item-catalog__title {
  font-style: normal;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 700;
  line-height: 150%;
}

.item-catalog__title:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.item-catalog__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.6875rem;
  grid-template-columns: 1fr 3.6875rem;
  gap: 0.5rem;
}

.item-catalog__price {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.item-catalog__avaible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #34a853;
  font-size: 0.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}

.item-catalog__bag {
  border: 0.0625rem solid var(--brown);
  border-radius: 0.4375rem;
  font-style: normal;
  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;
  font-weight: 700;
  gap: 0.3125rem;
  line-height: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.item-catalog__bag::before {
  color: var(--brown);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.item-catalog__list {
  width: 100%;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-box-shadow: 0px 19px 72.1px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 19px 72.1px 0px rgba(0, 0, 0, 0.25);
  border-radius: 0 0 0.875rem 0.875rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 95%;
  z-index: 3;
  padding: 1.25rem;
  left: 0;
  background-color: #f5f5f5;
  -webkit-box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.25), -10px 0px 10px -10px rgba(0, 0, 0, 0.25), 10px 0px 10px -10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.25), -10px 0px 10px -10px rgba(0, 0, 0, 0.25), 10px 0px 10px -10px rgba(0, 0, 0, 0.25);
}

.item-catalog__line {
  color: #737373;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 119%;
}

.item-catalog__line:not(:last-child) {
  margin-bottom: 0.625rem;
}

.item-catalog__line span {
  color: #000;
}

.info-catalog__content {
  position: relative;
}

.info-catalog__content::before {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  bottom: -0.1875rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
  pointer-events: none;
}

._showmore-active .info-catalog__content::before {
  opacity: 0;
}

.info-catalog__content{
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-size: 1rem;
}

.info-catalog__content p{
  margin-bottom:1rem;
}

.info-catalog__content {

}

.info-catalog__content ul {
  padding: 0;
  margin: 0 0 1rem 0;
  list-style: none;
}
.info-catalog__content ul li {
  position: relative;
  padding-left: 33px;
  margin-bottom: 0.5rem;
}
.info-catalog__content ul li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 23px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzI4Nl84NDg0KSI+CjxwYXRoIGQ9Ik0yMi4yODEyIDExLjVDMjIuMjgxMiAxMi40MiAyMS4xNTEgMTMuMTc4MyAyMC45MjQ2IDE0LjAyNjRDMjAuNjkxIDE0LjkwMzMgMjEuMjgyMiAxNi4xMjUyIDIwLjgzODQgMTYuODkyNEMyMC4zODczIDE3LjY3MjMgMTkuMDMwNyAxNy43NjU3IDE4LjM5ODIgMTguMzk4MkMxNy43NjU3IDE5LjAzMDcgMTcuNjcyMyAyMC4zODczIDE2Ljg5MjQgMjAuODM4NEMxNi4xMjUyIDIxLjI4MjIgMTQuOTAzMyAyMC42OTEgMTQuMDI2NCAyMC45MjQ2QzEzLjE3ODMgMjEuMTUxIDEyLjQyIDIyLjI4MTIgMTEuNSAyMi4yODEyQzEwLjU4IDIyLjI4MTIgOS44MjE3MiAyMS4xNTEgOC45NzM1OSAyMC45MjQ2QzguMDk2NzIgMjAuNjkxIDYuODc0ODQgMjEuMjgyMiA2LjEwNzU4IDIwLjgzODRDNS4zMjc3MyAyMC4zODczIDUuMjM0MyAxOS4wMzA3IDQuNjAxOCAxOC4zOTgyQzMuOTY5MyAxNy43NjU3IDIuNjEyNjYgMTcuNjcyMyAyLjE2MTY0IDE2Ljg5MjRDMS43MTc4MSAxNi4xMjUyIDIuMzA4OTggMTQuOTAzMyAyLjA3NTM5IDE0LjAyNjRDMS44NDg5OCAxMy4xNzgzIDAuNzE4NzUgMTIuNDIgMC43MTg3NSAxMS41QzAuNzE4NzUgMTAuNTggMS44NDg5OCA5LjgyMTcyIDIuMDc1MzkgOC45NzM1OUMyLjMwODk4IDguMDk2NzIgMS43MTc4MSA2Ljg3NDg0IDIuMTYxNjQgNi4xMDc1OEMyLjYxMjY2IDUuMzI3NzMgMy45NjkzIDUuMjM0MyA0LjYwMTggNC42MDE4QzUuMjM0MyAzLjk2OTMgNS4zMjc3MyAyLjYxMjY2IDYuMTA3NTggMi4xNjE2NEM2Ljg3NDg0IDEuNzE3ODEgOC4wOTY3MiAyLjMwODk4IDguOTczNTkgMi4wNzUzOUM5LjgyMTcyIDEuODQ4OTggMTAuNTggMC43MTg3NSAxMS41IDAuNzE4NzVDMTIuNDIgMC43MTg3NSAxMy4xNzgzIDEuODQ4OTggMTQuMDI2NCAyLjA3NTM5QzE0LjkwMzMgMi4zMDg5OCAxNi4xMjUyIDEuNzE3ODEgMTYuODkyNCAyLjE2MTY0QzE3LjY3MjMgMi42MTI2NiAxNy43NjU3IDMuOTY5MyAxOC4zOTgyIDQuNjAxOEMxOS4wMzA3IDUuMjM0MyAyMC4zODczIDUuMzI3NzMgMjAuODM4NCA2LjEwNzU4QzIxLjI4MjIgNi44NzQ4NCAyMC42OTEgOC4wOTY3MiAyMC45MjQ2IDguOTczNTlDMjEuMTUxIDkuODIxNzIgMjIuMjgxMiAxMC41OCAyMi4yODEyIDExLjVaIiBmaWxsPSIjN0E2OTUzIi8+CjxwYXRoIGQ9Ik0xNC42MTYgOC4yODM4NUwxMC41MTIgMTIuMzg3OUw4LjM4NDQ3IDEwLjI2MjJDNy45MjI2OCA5LjgwMDQxIDcuMTczMzggOS44MDA0MSA2LjcxMTU4IDEwLjI2MjJDNi4yNDk3OSAxMC43MjQgNi4yNDk3OSAxMS40NzMzIDYuNzExNTggMTEuOTM1MUw5LjY5NjE5IDE0LjkxOTdDMTAuMTQ1NCAxNS4zNjg5IDEwLjg3NDkgMTUuMzY4OSAxMS4zMjQyIDE0LjkxOTdMMTYuMjg3MSA5Ljk1Njc0QzE2Ljc0ODkgOS40OTQ5NCAxNi43NDg5IDguNzQ1NjQgMTYuMjg3MSA4LjI4Mzg1QzE1LjgyNTMgNy44MjIwNSAxNS4wNzc4IDcuODIyMDUgMTQuNjE2IDguMjgzODVaIiBmaWxsPSIjRkZGQ0VFIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMjg2Xzg0ODQiPgo8cmVjdCB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
  background-size: 23px 23px;
  background-repeat: no-repeat;
}

.info-catalog__label, .info-catalog__content h2, .info-catalog__content h3, .info-catalog__content h4 {
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.info-catalog__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0.75rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: var(--brown);
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

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

._showmore-active .info-catalog__more::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.range-catalog {
  border-radius: 0.4375rem;
  background: #f5f5f5;
  padding: 1.625rem 1.3125rem;
}

.range-catalog:not(:last-child) {
  margin-bottom: 1rem;
}

.range-catalog__title {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}

.range-catalog__title:not(:last-child) {
  margin-bottom: 0.6875rem;
}

.range-catalog__slider {
  margin-bottom: 20px;
}

.range-catalog__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
}

.range-catalog__label {
  width: 100%;
}

.range-catalog__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border: none;
  color: #000;
  font-size: 1rem;
  height: 2.5625rem;
  width: 100%;
  text-align: center;
}

.main-product {
  padding-bottom: 1.75rem;
}

.main-product__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  border-radius: 0.875rem;
  background: #f5f5f5;
  padding: 2rem;
  padding-right: 2.9375rem;
}

.main-product__block {
  min-width: 0;
}

.block-product__slide-ibg {
  border-radius: 0.875rem;
  padding-bottom: 89.5150720839%;
}

.block-product__slide-ibg::before {
  position: absolute;
  z-index: 3;
  bottom: 1.875rem;
  right: 1.875rem;
  color: var(--black);
}

.block-product__slide-ibg img {
  border-radius: 0.875rem;
}

.block-product__image-ibg {
  border-radius: 0.875rem;
  padding-bottom: 89.5150720839%;
}

.block-product__image-ibg::before {
  position: absolute;
  z-index: 3;
  bottom: 1.875rem;
  right: 1.875rem;
  color: var(--black);
  font-size: 2.5rem;
}

.block-product__image-ibg img {
  border-radius: 0.875rem;
}

.block-product__slider-2 .block-product__image-ibg {
  padding-bottom: 104.5977011494%;
}

.product-content__title {
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.product-content__subtitle {
  font-style: normal;
  line-height: 120%;
}

.product-content__price {
  font-style: normal;
}

.price{
  display: flex;
  align-items: center;
  gap:20px;
}

.product-content__price .main_price{
  font-weight: 700;
  line-height: 170%;
}

.product-content__price .old_price{
  color: #737373;
  font-size: 1.5rem;
  line-height: 150%; 
}

.product-content__price:not(:last-child) {
  margin-bottom: 0.3125rem;
}

.product-content__avaible {
  color: #737373;
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%;
}

.product-content__avaible span {
  color: #34a853;
}

.product-content__item {
  color: #737373;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.product-content__item span,
.product-content__item a {
  color: #000;
  font-weight: 700;
}

.product-content__item a {
  text-decoration: underline;
}

.actions-product {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 13.5rem 9.375rem 2.1875rem;
  grid-template-columns: 13.5rem 9.375rem 2.1875rem;
  gap: 1rem;
}

.actions-product__button {
  border-radius: 0.4375rem;
  border: 0.0625rem solid #7a6953;
  color: var(--brown);
  padding: 0.3125rem 0.25rem;
  width: 100%;
  max-width: 13.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.actions-product__quantity {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.quantity__button--plus{order:3}
.quantity__button--minus{order:1}
.side-order__quantity input, .block-bag__quantity input{order:2} 

.actions-product__like {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.3125rem;
  background: var(--bg-brown);
  width: 2.1875rem;
  height: 2.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.product-delivery {
  background-color: #fff;
  border-radius: 0.4375rem;
  padding: 1.3125rem 2.0625rem 2.3125rem 1.875rem;
}

.product-delivery__title {
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.product-delivery__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-delivery__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4375rem;
}

.product-delivery__item--icon {
  font-weight: 700;
}

.product-delivery__item:not(:last-child) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.product-delivery__item:not(:last-child)::after {
  content: "";
  width: 100%;
  -webkit-transform: translate(0px, -9px);
      -ms-transform: translate(0px, -9px);
          transform: translate(0px, -9px);
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  height: 0.0625rem;
  border: 0.0625rem dotted #dbdbdb;
}

.product-delivery__text {
  color: #6c6c6c;
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  line-height: 1.4666666667;
  white-space: nowrap;
}

.product-delivery__text--price {
  font-size: 1rem;
  font-weight: 700;
}

.product__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
}

.product__column {
  border-radius: 0.875rem;
  background: #f5f5f5;
}

.product__column--padding {
  padding: 2.375rem 2.9375rem;
}

.product__label-reviews:not(:last-child) {
  margin-bottom: 1.375rem;
}

.product__write:not(:last-child) {
  margin-bottom: 3.625rem;
}

.tabs-product__navigation {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  position: relative;
}

.tabs-product__navigation::before {
  content: "";
  width: 100%;
  height: 0.5625rem;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.tabs-product__title {
  text-transform: uppercase;
  padding: 2.375rem 0.625rem 2.1875rem;
  position: relative;
}

.tabs-product__title._tab-active {
  color: #000;
}

.tabs-product__title._tab-active::before {
  content: "";
  width: 100%;
  height: 0.5625rem;
  background-color: var(--bg-brown);
  position: absolute;
  bottom: 0;
  left: 0;
}

.tabs-product__body {
  padding: 2.5rem 2rem;
  font-size:1rem;
  line-height: 150%;
  font-style: normal;
  font-weight: 400;
}

.tabs-product__body p{
  margin-bottom: 1rem;
}

.tabs-product__body span, .tabs-product__body b, .tabs-product__body strong {
  font-weight: 700;
}

.tabs-product__label, .tabs-product__body h2, .tabs-product__body h3, .tabs-product__body h4 {
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin: 1.625rem 0;
}

.tabs-product__body ul{
  padding:0;
  margin:0 0 1rem 0;
  list-style:none;
}

.tabs-product__body ul li{
  position:relative;
  padding-left: 33px;
  margin-bottom: 0.5rem;
}

.tabs-product__body ul li:before{
  content:'';
  position: absolute;
  top:0;
  left:0;
  width:23px;
  height:23px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzI4Nl84NDg0KSI+CjxwYXRoIGQ9Ik0yMi4yODEyIDExLjVDMjIuMjgxMiAxMi40MiAyMS4xNTEgMTMuMTc4MyAyMC45MjQ2IDE0LjAyNjRDMjAuNjkxIDE0LjkwMzMgMjEuMjgyMiAxNi4xMjUyIDIwLjgzODQgMTYuODkyNEMyMC4zODczIDE3LjY3MjMgMTkuMDMwNyAxNy43NjU3IDE4LjM5ODIgMTguMzk4MkMxNy43NjU3IDE5LjAzMDcgMTcuNjcyMyAyMC4zODczIDE2Ljg5MjQgMjAuODM4NEMxNi4xMjUyIDIxLjI4MjIgMTQuOTAzMyAyMC42OTEgMTQuMDI2NCAyMC45MjQ2QzEzLjE3ODMgMjEuMTUxIDEyLjQyIDIyLjI4MTIgMTEuNSAyMi4yODEyQzEwLjU4IDIyLjI4MTIgOS44MjE3MiAyMS4xNTEgOC45NzM1OSAyMC45MjQ2QzguMDk2NzIgMjAuNjkxIDYuODc0ODQgMjEuMjgyMiA2LjEwNzU4IDIwLjgzODRDNS4zMjc3MyAyMC4zODczIDUuMjM0MyAxOS4wMzA3IDQuNjAxOCAxOC4zOTgyQzMuOTY5MyAxNy43NjU3IDIuNjEyNjYgMTcuNjcyMyAyLjE2MTY0IDE2Ljg5MjRDMS43MTc4MSAxNi4xMjUyIDIuMzA4OTggMTQuOTAzMyAyLjA3NTM5IDE0LjAyNjRDMS44NDg5OCAxMy4xNzgzIDAuNzE4NzUgMTIuNDIgMC43MTg3NSAxMS41QzAuNzE4NzUgMTAuNTggMS44NDg5OCA5LjgyMTcyIDIuMDc1MzkgOC45NzM1OUMyLjMwODk4IDguMDk2NzIgMS43MTc4MSA2Ljg3NDg0IDIuMTYxNjQgNi4xMDc1OEMyLjYxMjY2IDUuMzI3NzMgMy45NjkzIDUuMjM0MyA0LjYwMTggNC42MDE4QzUuMjM0MyAzLjk2OTMgNS4zMjc3MyAyLjYxMjY2IDYuMTA3NTggMi4xNjE2NEM2Ljg3NDg0IDEuNzE3ODEgOC4wOTY3MiAyLjMwODk4IDguOTczNTkgMi4wNzUzOUM5LjgyMTcyIDEuODQ4OTggMTAuNTggMC43MTg3NSAxMS41IDAuNzE4NzVDMTIuNDIgMC43MTg3NSAxMy4xNzgzIDEuODQ4OTggMTQuMDI2NCAyLjA3NTM5QzE0LjkwMzMgMi4zMDg5OCAxNi4xMjUyIDEuNzE3ODEgMTYuODkyNCAyLjE2MTY0QzE3LjY3MjMgMi42MTI2NiAxNy43NjU3IDMuOTY5MyAxOC4zOTgyIDQuNjAxOEMxOS4wMzA3IDUuMjM0MyAyMC4zODczIDUuMzI3NzMgMjAuODM4NCA2LjEwNzU4QzIxLjI4MjIgNi44NzQ4NCAyMC42OTEgOC4wOTY3MiAyMC45MjQ2IDguOTczNTlDMjEuMTUxIDkuODIxNzIgMjIuMjgxMiAxMC41OCAyMi4yODEyIDExLjVaIiBmaWxsPSIjN0E2OTUzIi8+CjxwYXRoIGQ9Ik0xNC42MTYgOC4yODM4NUwxMC41MTIgMTIuMzg3OUw4LjM4NDQ3IDEwLjI2MjJDNy45MjI2OCA5LjgwMDQxIDcuMTczMzggOS44MDA0MSA2LjcxMTU4IDEwLjI2MjJDNi4yNDk3OSAxMC43MjQgNi4yNDk3OSAxMS40NzMzIDYuNzExNTggMTEuOTM1MUw5LjY5NjE5IDE0LjkxOTdDMTAuMTQ1NCAxNS4zNjg5IDEwLjg3NDkgMTUuMzY4OSAxMS4zMjQyIDE0LjkxOTdMMTYuMjg3MSA5Ljk1Njc0QzE2Ljc0ODkgOS40OTQ5NCAxNi43NDg5IDguNzQ1NjQgMTYuMjg3MSA4LjI4Mzg1QzE1LjgyNTMgNy44MjIwNSAxNS4wNzc4IDcuODIyMDUgMTQuNjE2IDguMjgzODVaIiBmaWxsPSIjRkZGQ0VFIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMjg2Xzg0ODQiPgo8cmVjdCB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==");
  background-size:23px 23px;
  background-repeat:no-repeat;
}
table.atribute_list {
  width: 90%;
  text-align: center;

}
table.atribute_list td, table.atribute_list th {
  border-bottom: 1px dotted #7a6953;
  padding: 6px 15px;
  color: #737373;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
.galka:before{
  content:'';
  position: absolute;
  top:0;
  left:0;
  width:23px;
  height:23px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzI4Nl84NDg0KSI+CjxwYXRoIGQ9Ik0yMi4yODEyIDExLjVDMjIuMjgxMiAxMi40MiAyMS4xNTEgMTMuMTc4MyAyMC45MjQ2IDE0LjAyNjRDMjAuNjkxIDE0LjkwMzMgMjEuMjgyMiAxNi4xMjUyIDIwLjgzODQgMTYuODkyNEMyMC4zODczIDE3LjY3MjMgMTkuMDMwNyAxNy43NjU3IDE4LjM5ODIgMTguMzk4MkMxNy43NjU3IDE5LjAzMDcgMTcuNjcyMyAyMC4zODczIDE2Ljg5MjQgMjAuODM4NEMxNi4xMjUyIDIxLjI4MjIgMTQuOTAzMyAyMC42OTEgMTQuMDI2NCAyMC45MjQ2QzEzLjE3ODMgMjEuMTUxIDEyLjQyIDIyLjI4MTIgMTEuNSAyMi4yODEyQzEwLjU4IDIyLjI4MTIgOS44MjE3MiAyMS4xNTEgOC45NzM1OSAyMC45MjQ2QzguMDk2NzIgMjAuNjkxIDYuODc0ODQgMjEuMjgyMiA2LjEwNzU4IDIwLjgzODRDNS4zMjc3MyAyMC4zODczIDUuMjM0MyAxOS4wMzA3IDQuNjAxOCAxOC4zOTgyQzMuOTY5MyAxNy43NjU3IDIuNjEyNjYgMTcuNjcyMyAyLjE2MTY0IDE2Ljg5MjRDMS43MTc4MSAxNi4xMjUyIDIuMzA4OTggMTQuOTAzMyAyLjA3NTM5IDE0LjAyNjRDMS44NDg5OCAxMy4xNzgzIDAuNzE4NzUgMTIuNDIgMC43MTg3NSAxMS41QzAuNzE4NzUgMTAuNTggMS44NDg5OCA5LjgyMTcyIDIuMDc1MzkgOC45NzM1OUMyLjMwODk4IDguMDk2NzIgMS43MTc4MSA2Ljg3NDg0IDIuMTYxNjQgNi4xMDc1OEMyLjYxMjY2IDUuMzI3NzMgMy45NjkzIDUuMjM0MyA0LjYwMTggNC42MDE4QzUuMjM0MyAzLjk2OTMgNS4zMjc3MyAyLjYxMjY2IDYuMTA3NTggMi4xNjE2NEM2Ljg3NDg0IDEuNzE3ODEgOC4wOTY3MiAyLjMwODk4IDguOTczNTkgMi4wNzUzOUM5LjgyMTcyIDEuODQ4OTggMTAuNTggMC43MTg3NSAxMS41IDAuNzE4NzVDMTIuNDIgMC43MTg3NSAxMy4xNzgzIDEuODQ4OTggMTQuMDI2NCAyLjA3NTM5QzE0LjkwMzMgMi4zMDg5OCAxNi4xMjUyIDEuNzE3ODEgMTYuODkyNCAyLjE2MTY0QzE3LjY3MjMgMi42MTI2NiAxNy43NjU3IDMuOTY5MyAxOC4zOTgyIDQuNjAxOEMxOS4wMzA3IDUuMjM0MyAyMC4zODczIDUuMzI3NzMgMjAuODM4NCA2LjEwNzU4QzIxLjI4MjIgNi44NzQ4NCAyMC42OTEgOC4wOTY3MiAyMC45MjQ2IDguOTczNTlDMjEuMTUxIDkuODIxNzIgMjIuMjgxMiAxMC41OCAyMi4yODEyIDExLjVaIiBmaWxsPSIjN0E2OTUzIi8+CjxwYXRoIGQ9Ik0xNC42MTYgOC4yODM4NUwxMC41MTIgMTIuMzg3OUw4LjM4NDQ3IDEwLjI2MjJDNy45MjI2OCA5LjgwMDQxIDcuMTczMzggOS44MDA0MSA2LjcxMTU4IDEwLjI2MjJDNi4yNDk3OSAxMC43MjQgNi4yNDk3OSAxMS40NzMzIDYuNzExNTggMTEuOTM1MUw5LjY5NjE5IDE0LjkxOTdDMTAuMTQ1NCAxNS4zNjg5IDEwLjg3NDkgMTUuMzY4OSAxMS4zMjQyIDE0LjkxOTdMMTYuMjg3MSA5Ljk1Njc0QzE2Ljc0ODkgOS40OTQ5NCAxNi43NDg5IDguNzQ1NjQgMTYuMjg3MSA4LjI4Mzg1QzE1LjgyNTMgNy44MjIwNSAxNS4wNzc4IDcuODIyMDUgMTQuNjE2IDguMjgzODVaIiBmaWxsPSIjRkZGQ0VFIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMjg2Xzg0ODQiPgo8cmVjdCB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==");
  background-size:23px 23px;
  background-repeat:no-repeat;
}


.reviews-product {
  padding-bottom: 1.3125rem;
  border-bottom: 0.0625rem solid var(--bg-brown);
}

.reviews-product__item:not(:last-child) {
  margin-bottom: 0.75rem;
}

.product__label-reviews{
  text-transform: uppercase;
}

.reviews-product__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--brown);
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.item-reviews {
  border-radius: 0.875rem;
  background: #fff;
  padding: 1.5rem;  
}

.item-reviews__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.875rem;
}

.item-reviews__bottom{
  padding-top:20px;
  margin-top: 20px;
  border-top: 1px solid #e2e2e2;
  padding-left: 5%;
  font-size: 1rem;
  line-height: 150%;
}

.answer_admin{
  font-weight: 700;
  margin-bottom: 15px;
}

.item-reviews__by {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.375rem;
}

.item-reviews__by:not(:last-child) {
  margin-bottom: 1.1875rem;
}

.item-reviews__name {
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.item-reviews__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
}

.item-reviews__stars .gray{
  color: #e2e2e2;
}

.item-reviews__stars .yellow{
  color: #ffd300;
}

.item-reviews__text {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.item-reviews__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.item-reviews__date::before {
  color: #aaaaaa;
}

.item-reviews__bottom{
  width:100%;
}

.write-product {
  text-align: center;
  border-radius: 0.875rem;
  background: #fff;
  padding: 2.375rem;
}

.write-product__button {
  border-radius: 0.4375rem;
  border: 0.0625rem solid #7a6953;
  color: var(--brown);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.9375rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 13.5rem;
}

.main-blog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.9375rem;
}

.main-blog__title {
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.main-blog__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-blog__form {
  position: relative;
}

.main-blog__line {
  width: 100%;
}

.main-blog__input {
  width: 100%;
  padding: 0rem 3.125rem 0rem 1.25rem;
  border-radius: 0.4375rem;
  border: 0.0625rem solid #7a6953;
}

.main-blog__input::-webkit-input-placeholder {
  color: #bababa;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main-blog__input::-moz-placeholder {
  color: #bababa;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main-blog__input:-ms-input-placeholder {
  color: #bababa;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main-blog__input::-ms-input-placeholder {
  color: #bababa;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main-blog__input::placeholder {
  color: #bababa;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main-blog__btn {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--brown);
  width: 2.875rem;
  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;
  font-size: 1.1875rem;
}

.block-blog__content {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(21.875rem, 1fr));
}

.block-blog__more {
  margin: 0 auto;
  max-width: 15.9375rem;
  width: 100%;
  border-radius: 0.4375rem;
  border: 0.0625rem solid #7a6953;
  padding: 1.40625rem;
  color: var(--brown);
  font-weight: 700;
  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;
  line-height: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.item-blog {
  padding: 1.25rem;
  background-color: #f5f5f5;
  border-radius: 0.875rem;
}

.item-blog__image-ibg {
  padding-bottom: 59.3023255814%;
  border-radius: 0.875rem;
  overflow: hidden;
  display:block;
  height:203px;
  width:100%;
}

.item-blog__image-ibg:not(:last-child) {
  margin-bottom: 1rem;
}

.item-blog__image-ibg img {
  border-radius: 0.875rem;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  height:203px;
  width:100%;
  object-fit: conver;
}

.item-blog__title {
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.item-blog__link-title {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.item-blog__text {
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.item-blog__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.item-blog__button {
  border-radius: 0.4375rem;
  border: 0.0625rem solid #7a6953;
  color: var(--brown);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  max-width: 8.5625rem;
  padding: 1.25rem;
  text-align: center;
}

.item-blog__date {
  color: rgba(0, 0, 0, 0.44);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.main-article__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 23.875rem;
  grid-template-columns: 1fr 23.875rem;
  gap: 1.875rem;
}

.content-article__title {
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.content-article__coverage {
  color: rgba(0, 0, 0, 0.44);
  font-weight: 400;
  line-height: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

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

.content-article__image-ibg {
  padding-bottom: 44.7390223695%;
  overflow: hidden;
  border-radius: 0.875rem;
}

.content-article__image-ibg img {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  border-radius: 0.875rem;
}

.content-article__text {
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

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

.content-article__label {
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.content-article__button {
  width: 100%;
  display: inline-block;
  text-align: center;
  max-width: 13.125rem;
  padding: 1.01875rem;
  border-radius: 0.4375rem;
  border: 0.0625rem solid var(--brown);
  font-weight: 700;
  line-height: normal;
  color: var(--brown);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.aside-article {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}

.aside-article__title:not(:last-child) {
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.aside-article__content {
  border-radius: 0.875rem;
  background-color: #f5f5f5;
  padding: 1.6875rem 1.6875rem 2.5rem 1.1875rem;
}

.aside-article__item:not(:last-child) {
  padding-bottom: 2.0625rem;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.23);
}

.aside-article__link-title {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.aside-article__text {
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.main-info__title {
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.main-info__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  row-gap: 7.5rem;
}

.item-info {
  position: relative;
  padding: 0rem 2.3125rem 3.8125rem;
  border-radius: 0.875rem;
  background-color: #f5f5f5;
  max-width: 32.5rem;
}

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

.item-info__header:not(:last-child) {
  margin-bottom: 0.625rem;
}

.item-info__title {
  position: relative;
  z-index: 3;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.item-info__image-ibg {
  margin-top: -50%;
  -webkit-transform: translate(30px, 0px);
      -ms-transform: translate(30px, 0px);
          transform: translate(30px, 0px);
  padding-bottom: 70%;
  aspect-ratio: 1/1;
}

.item-info__image-ibg img {
  -o-object-fit: contain;
     object-fit: contain;
}

.item-info__image-ibg--size {
  -webkit-transform: translate(-15px, 0px);
      -ms-transform: translate(-15px, 0px);
          transform: translate(-15px, 0px);
}

.item-info__text {
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.item-info__text p:not(:last-child) {
  margin-bottom: 0.625rem;
}

.main-about__title {
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.main-about__title:not(:last-child) {
  margin-bottom: 1.625rem;
}

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

.main-about__block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: -4rem;
  margin-left: -6.875rem;
}

.main-about__image-ibg {
  padding-bottom: 88.7874837027%;
}

.main-about__image-ibg img {
  border-radius: 1.1875rem;
}

.main-about__image-ibg:not(:last-child) {
  margin-bottom: 2.6875rem;
}

.main-about__text {
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.content-about {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 53%;
          flex: 0 0 53%;
}

.content-about__block {
  background-color: #fff;
  padding: 2.5625rem 2.5625rem 2.5625rem 0;
  width: 954px;
  position: relative;
  z-index: 3;
  border-radius: 0.75rem;
}

.content-about__block:not(:last-child) {
  margin-bottom: 2.5rem;
}

.content-about__text {
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.content-about__text p:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.content-about__wrap {
  max-width: 51.625rem;
}

.content-about__quotes {
  text-align: right;
}

.content-about__quotes img {
  max-width: 100%;
}

.content-about__quotes:not(:last-child) {
  margin-bottom: 3.125rem;
}

.content-about__slogan {
  text-align: right;
  color: var(--brown);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.content-about__slogan:not(:last-child) {
  margin-bottom: 0.625rem;
}

.content-about__logo-text {
  color: rgba(0, 0, 0, 0.08);
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 153.6px */
  text-transform: uppercase;
  text-align: right;
}

.content-about__logo-text:not(:last-child) {
  margin-bottom: 2.1875rem;
}

.main-contact__wrapper {
  border-radius: 0.875rem;
  background: #f5f5f5;
  padding: 2.375rem 4rem 4.5625rem 3.125rem;
}

.main-contact__title {
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
}

.main-contact__title:not(:last-child) {
  margin-bottom: 1.3125rem;
}

.main-contact__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 23.0625rem 1fr;
  grid-template-columns: 23.0625rem 1fr;
}

.main-contact__map iframe {
  width: 100%;
  border-radius: 0.875rem;
  height: 100%;
}

.info-contact {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  border-radius: 0.875rem;
  padding: 2.0625rem;
  background: #fff;
}

.info-contact__title:not(:last-child) {
  margin-bottom: 1.3125rem;
}

.info-contact__phones:not(:last-child) {
  margin-bottom: 1.875rem;
}

.info-contact__label {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.info-contact__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.info-contact__phone::before {
  color: var(--brown);
}

.info-contact__phone:not(:last-child) {
  margin-bottom: 1.125rem;
}

.info-contact__mail:not(:last-child) {
  margin-bottom: 1.3125rem;
}

.info-contact__mail .info-contact__label:not(:last-child) {
  margin-bottom: 0.25rem;
}

.info-contact__email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.info-contact__email::before {
  color: var(--brown);
}

.info-contact__time .info-contact__label:not(:last-child) {
  margin-bottom: 0.6875rem;
}

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

.info-contact__icon {
  color: var(--brown);
}

.info-contact__date {
  display: -ms-grid;
  display: grid;
  gap: 0.625rem;
}

.main-bag__title {
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.item-bag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1.375rem;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.09);
}

.item-bag__image-ibg {
  padding-bottom: 7%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4.375rem;
          flex: 0 0 4.375rem;
}

.item-bag__image-ibg img {
  -o-object-fit: contain;
     object-fit: contain;
}

.item-bag__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}

.item-bag__delete {
  color: rgba(0, 0, 0, 0.3411764706);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.item-bag__list:not(:last-child) {
  margin-bottom: 1.375rem;
}

.item-bag__item {
  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;
  gap: 0.9375rem;
  font-weight: 700;
  line-height: 131%;
}

.item-bag__item:not(:last-child) {
  margin-bottom: 1.1875rem;
}

.item-bag__button {
  border-radius: 0.4375rem;
  padding: 1.25rem;
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: var(--bg-brown);
  text-transform: uppercase;
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.block-bag__num {
  color: #aeaeae;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.6;
}

.block-bag__num:not(:last-child) {
  margin-bottom: 0.3125rem;
}

.block-bag__name {
  font-weight: 700;
  line-height: 131%;
  display: block;
  max-width: 9.375rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.block-bag__label {
  text-align: center;
}

.block-bag__label:not(:last-child) {
  margin-bottom: 1.0625rem;
}

.block-bag__price {
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 700;
}

.block-bag__sum {
  font-size: 1rem;
  font-weight: 700;
}

.account__container {
  display: -ms-grid;
  display: grid;
  gap: 1.875rem;
  -ms-grid-columns: 15.625rem 1fr;
  grid-template-columns: 15.625rem 1fr;
}

.account__body {
  padding: 1.9375rem 2.625rem 3.125rem 1.875rem;
  border-radius: 0.4375rem;
  background: #f5f5f5;
  min-height: 35rem;
}

.account__title {
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.favorite-account__items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(12.5rem, 1fr));
}

.menu-account__item:not(:last-child) {
  margin-bottom: 0.75rem;
}

.menu-account__link {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  width: 100%;
  cursor: pointer;
  text-align: left;
  padding: 1.5rem;
  border-radius: 0.4375rem;
  background: #f5f5f5;
  position: relative;
  list-style: none;
  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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menu-account__link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.25rem;
  background: #fff;
  width: 1.6875rem;
  height: 1.6875rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menu-account__link span::before {
  color: var(--brown);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menu-account__link.active {
  background-color: var(--brown);
  color: #fff;
}

.item-favorite {
  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;
  position: relative;
  border-radius: 0.875rem;
  background: #fff;
  text-align: center;
  padding: 1.875rem 0.9375rem;
}

.item-favorite__categories {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  display: -ms-grid;
  display: grid;
  text-align: center;
  gap: 0.3125rem;
}

.item-favorite__category--hit {
  padding: 0.5625rem 0.4375rem;
  border-radius: 0.375rem;
  background: #ffca7c;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.item-favorite__image {
  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-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  aspect-ratio: 1/1;
}

.item-favorite__image:not(:last-child) {
  margin-bottom: 1rem;
}

.item-favorite__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
}

.item-favorite__title {
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.item-favorite__title:not(:last-child) {
  margin-bottom: 0.625rem;
}

.item-favorite__price {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.reviews-account__items {
  display: -ms-grid;
  display: grid;
  gap: 0.625rem;
}

.reviews-account__item {
  border-radius: 0.4375rem;
  background: #fff;
  padding: 0.625rem 3rem 0.625rem 1.5rem;
}
.reviews-account__item .item-reviews__top{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviews-account__item .item-reviews__bottom{
  margin-bottom: 20px;
}

.reviews-account__image-ibg {
  padding-bottom: 11%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5rem;
          flex: 0 0 5rem;
}

.reviews-account__image-ibg img {
  -o-object-fit: contain;
     object-fit: contain;
}

.reviews-account__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  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;
}

.reviews-account__name {
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.reviews-account__name:not(:last-child) {
  margin-bottom: 0.25rem;
}

.reviews-account__price {
  color: #414141;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.reviews-account__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reviews-account__text {
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 25.75rem;
}

.reviews-account__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.reviews-account__date::before {
  color: #aaaaaa;
}

.information-account .select__title {
  font-size: 0.875rem;
  padding: 0.73125rem 1.125rem;
}

.information-account .select__options {
  color: #949494;
}

.information-account .select__value {
  color: #949494;
}

.information-account .select__row {
  gap: 0.6875rem;
}

.information-account .select__asset {
  width: 1.4375rem;
}

.information-account .select__asset img {
  width: 1.4375rem;
}

.information-account__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 2.625rem;
}

.information-account__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 21.25rem;
          flex: 0 0 21.25rem;
}

.information-account__column--delivery {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24.75rem;
          flex: 0 0 24.75rem;
}

.information-account__title {
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.information-account__title:not(:last-child) {
  margin-bottom: 1.5rem;
}

.information-account__form:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.information-account__line:not(:last-child) {
  margin-bottom: 0.875rem;
}

.information-account__line--delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}

.information-account__line--delivery .select {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.information-account__line--delivery .select__value {
  color: var(--black);
}

.information-account__input--num::-webkit-input-placeholder {
  color: var(--black);
}

.information-account__input--num::-moz-placeholder {
  color: var(--black);
}

.information-account__input--num:-ms-input-placeholder {
  color: var(--black);
}

.information-account__input--num::-ms-input-placeholder {
  color: var(--black);
}

.information-account__input--num::placeholder {
  color: var(--black);
}

.information-account__button {
  color: var(--brown);
  border-radius: 0.4375rem;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 0.0625rem solid #7a6953;
  width: 100%;
  padding: 1rem;
}

.information-account__plus {
  width: 2.25rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.25rem;
          flex: 0 0 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background-color: var(--bg-brown);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}

.order-account__item:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.order-account__title {
  position: relative;
  z-index: 10;
}

.title-order {
  padding: 0.5rem 1.75rem 0.4375rem 1.1875rem;
  background-color: #fff;
  border-radius: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.title-order._spoller-active {
  border-radius: 5px 5px 0px 0px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}

.title-order__arrow {
  font-size: 0.6875rem;
}

.title-order__arrow::before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

._spoller-active .title-order__arrow::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.title-order__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr 1fr auto;
  grid-template-columns: auto 1fr 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.title-order__num {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6666666667;
}

.title-order__date {
  color: #414141;
  font-weight: 400;
  line-height: 1.6666666667;
}

.title-order__info {
  color: #414141;
  font-weight: 400;
  line-height: 1.6666666667;
}

.title-order__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6666666667;
}

.title-order__status--good {
  color: #89c179;
}

.title-order__status--progres {
  color: #e0c04d;
}

.title-order__status--cancel {
  color: #c17979;
}

.content-order {
  padding: 0 1.6875rem 2.5rem;
  background-color: #fff;
}

.content-order__items:not(:last-child) {
  margin-bottom: 1.4375rem;
}

.content-order__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #414141;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 700;
}

.content-order__line:last-child {
  font-style: normal;
  font-weight: 700;
  line-height: 1.6666666667;
  color: var(--brown);
  padding-top: 0.3125rem;
  border-top: 0.0625rem solid #f8f8f8;
}

.content-order__price-delivery {
  font-weight: 400;
}

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

.content-order__button {
  width: 100%;
  border-radius: 0.4375rem;
  border: 0.0625rem solid #7a6953;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  background-color: var(--bg-brown);
  text-transform: uppercase;
  padding: 1.3125rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.content-order__button--transapent {
  color: var(--brown);
  background-color: transparent;
}

.item-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.25rem 1.3125rem 0.9375rem 1.3125rem;
  border-bottom: 0.0625rem solid #f8f8f8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.item-order:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.item-order__image-ibg {
  padding-bottom: 11%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5rem;
          flex: 0 0 5rem;
}

.item-order__image-ibg img {
  -o-object-fit: contain;
     object-fit: contain;
}

.item-order__wrapper {
  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;
  row-gap: 0.625rem;
}

.item-order__name {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 700;
  line-height: 150%;
}

.item-order__name:not(:last-child) {
  margin-bottom: 0.25rem;
}

.item-order__price {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.item-order__block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  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;
  gap: 0.9375rem;
}

.item-order__count {
  color: #414141;
  font-family: "PT Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.item-order__total-price {
  color: #414141;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

.main-order__title {
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.main-order__body {
  display: -ms-grid;
  display: grid;
  gap: 1.875rem;
  -ms-grid-columns: 1fr 32.5rem;
  grid-template-columns: 1fr 32.5rem;
}

.side-order {
  border-radius: 0.875rem;
  padding: 0.625rem 1.25rem 1.6875rem;
  background: #f4f4f4;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}

.side-order__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  padding: 1rem 0;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.15);
}

.side-order__image-ibg {
  padding-bottom: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5rem;
          flex: 0 0 5rem;
}

.side-order__image-ibg img {
  -o-object-fit: contain;
     object-fit: contain;
}

.side-order__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.side-order__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.side-order__header:not(:last-child) {
  margin-bottom: 0.3125rem;
}

.side-order__num {
  color: #aeaeae;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.side-order__name {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  font-style: normal;
  font-weight: 700;
}

.side-order__name:not(:last-child) {
  margin-bottom: 0.4375rem;
}


.side-order__name .options{
  margin-bottom:0;
}

.side-order__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.side-order__price {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; 
}

.side-order__line:last-child span{
  font-weight: 700;
}

.side-order__block:not(:last-child) {
  margin-bottom: 2.5rem;
}

.side-order__label {
  color: #414141;
  font-family: Circe;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 2.2222222222;
  opacity: 0.5;
}

.side-order__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.125rem;
  padding: 0.625rem 0;
}

.side-order__line:not(:last-child) {
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.15);
}

.side-order__line:last-child {
  padding-bottom: 0;
}

.side-order__strong {
  font-weight: 700;
}

.side-order__button {
  max-width: 18.75rem;
  width: 100%;
  border-radius: 0.4375rem;
  background: #7a6953;
  color: #fff;
  padding: 1.34375rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.block-order .select__title {
  border-radius: 0.1875rem;
  border: 0.0625rem solid #e9e9e9;
  background: #fff;
  font-size: 0.875rem;
  padding: 0.75rem 1.125rem;
  color: #414141;
  font-weight: 400;
}

.block-order .select__options {
  color: #414141;
}

.block-order .select__value {
  color: #414141;
  font-size: 0.875rem;
}

.block-order__item {
  border-radius: 0.875rem;
  background: #f4f4f4;
  padding: 0.625rem 1.5625rem;
}

.block-order__item.simple-step-vertical-completed{
  border-radius: 0.875rem 0.875rem 0 0;
}

.block-order__item:not(:last-child) {
  margin-bottom: 1rem;
}

.block-order__title {
  color: #414141;
  position: relative;
  list-style: none;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.2222222222;
}

.block-order__body {
  padding-top: 0.625rem;
  padding-bottom: 1.4375rem;
}

.block-order__contact:not(:last-child) {
  margin-bottom: 1rem;
}

.block-order__button {
  max-width: 18.75rem;
  width: 100%;
  border-radius: 0.4375rem;
  background: #7a6953;
  color: #fff;
  padding: 1.34375rem;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  margin-top: 20px;
}

.block-order .select__value::after {
  -webkit-transform: rotate(90deg) !important;
      -ms-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
  content: "\e910";
  color: #000;
}

.block-order ._select-open .select__value::after {
  -webkit-transform: rotate(-90deg) !important;
      -ms-transform: rotate(-90deg) !important;
          transform: rotate(-90deg) !important;
}

.contact-order {
  max-width: 51.875rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  row-gap: 0.9375rem;
}

.contact-order__label {
  color: #414141;
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

.contact-order__label:not(:last-child) {
  margin-bottom: 0.3125rem;
}

.contact-order__input::-webkit-input-placeholder {
  color: #414141;
  font-family: "PT Sans";
  font-weight: 400;
  line-height: 1.8571428571;
}

.contact-order__input::-moz-placeholder {
  color: #414141;
  font-family: "PT Sans";
  font-weight: 400;
  line-height: 1.8571428571;
}

.contact-order__input:-ms-input-placeholder {
  color: #414141;
  font-family: "PT Sans";
  font-weight: 400;
  line-height: 1.8571428571;
}

.contact-order__input::-ms-input-placeholder {
  color: #414141;
  font-family: "PT Sans";
  font-weight: 400;
  line-height: 1.8571428571;
}

.contact-order__input::placeholder {
  color: #414141;
  font-family: "PT Sans";
  font-weight: 400;
  line-height: 1.8571428571;
}

.delivery-order__wrap {
  max-width: 51.875rem;
  width: 100%;
}

.delivery-order__wrap:not(:last-child) {
  margin-bottom: 1.5625rem;
}

.delivery-order__line:not(:last-child) {
  margin-bottom: 1.125rem;
}

.delivery-order__label {
  color: #414141;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

.delivery-order__label:not(:last-child) {
  margin-bottom: 0.25rem;
}

.delivery-order__describe {
  color: #414141;
  font-weight: 400;
  line-height: 26px;
}

.delivery-order__describe:not(:last-child) {
  margin-bottom: 0.6875rem;
}

.delivery-order__option:not(:last-child) {
  margin-bottom: 1.4375rem;
}

.delivery-order__content {
  width: 100%;
  max-width: 51.875rem;
  display: none;
}

.delivery-order__content:not(:last-child) {
  margin-bottom: 2rem;
}

.delivery-order__content.show {
  display: block;
}

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

.ocf-noUi-target,
.ocf-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;
}

.ocf-noUi-target {
  position: relative;
}

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

/* Wrapper for all connect elements.
 */

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

.ocf-noUi-connect,
.ocf-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
 */

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

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

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

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

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

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

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

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

/* Slider size and handle placement;
 */

.ocf-noUi-horizontal {
  height: 18px;
}

.ocf-noUi-horizontal .ocf-noUi-handle {
  width: 34px;
  height: 28px;
  right: -12px;
  top: -6px;
}

.ocf-noUi-vertical {
  width: 18px;
}

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

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

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

.ocf-noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  -webkit-box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
          box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

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

.ocf-noUi-connect {
  background: #3FB8AF;
}

/* Handles and cursors;
 */

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

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

.ocf-noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.ocf-noUi-active {
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */

.ocf-noUi-handle:before,
.ocf-noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.ocf-noUi-handle:after {
  left: 17px;
}

.ocf-noUi-vertical .ocf-noUi-handle:before,
.ocf-noUi-vertical .ocf-noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.ocf-noUi-vertical .ocf-noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */

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

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

/* Base;
 *
 */

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

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

/* Values;
 *
 */

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

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

/* Markings;
 *
 */

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

.ocf-noUi-marker-sub {
  background: #AAA;
}

.ocf-noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */

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

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

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

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

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

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

/* Vertical layout;
 *
 */

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

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

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

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

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

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

.ocf-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;
}

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

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

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

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

.swiper {
  overflow: hidden;
}

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

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

@font-face {
  font-family: "lg";
  src: url(data:font/woff2;base64,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) format("woff2"), url(data:font/woff;base64,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) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-container {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  outline: none;
  border: none;
}

.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}

.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}

.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}

.lg-next:before {
  content: "\e095";
}

.lg-prev {
  left: 20px;
}

.lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-media-overlap .lg-toolbar {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-maximize {
  font-size: 22px;
}

.lg-toolbar .lg-maximize:after {
  content: "\e90a";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

.lg-sub-html a {
  color: inherit;
}

.lg-sub-html a:hover {
  text-decoration: underline;
}

.lg-media-overlap .lg-sub-html {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -webkit-transition: opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  opacity: 1;
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}

.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}

.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-zoom-from-image {
  opacity: 1;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
  white-space: nowrap;
}

.lg-outer .lg-item {
  will-change: transform, opacity;
  display: none !important;
}

.no-webp .lg-outer .lg-item:not(.lg-start-end-progress){
  background: url(data:image/gif;base64,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) no-repeat scroll center center transparent; }

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}

.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}

.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out 0.15s;
  transition: opacity 0.2s ease-out 0.15s;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  -webkit-transition: opacity 333ms ease-in 0s;
  transition: opacity 333ms ease-in 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-container {
  display: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-container.lg-dragging-vertical .lg-backdrop {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}

.lg-inline .lg-backdrop {
  z-index: 1;
}

.lg-inline .lg-outer {
  z-index: 2;
}

.lg-inline .lg-maximize:after {
  content: "\e909";
}

.lg-components {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.35s ease-out 0s;
  transition: -webkit-transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s, -webkit-transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

@media (min-width: 29.99875em) {
  .item-popup__button {
    max-width: 10.625rem;
  }

  /*.advantages__item {
    max-width: 23.8125rem;
  }*/

  .tabs-goods__pagination {
    display: none;
  }

  .item-bag__button {
    max-width: 18.75rem;
  }
}

@media (min-width: 37.56125em) {
  .content-order__button {
    max-width: 15rem;
    text-align: center;
  }
}

@media (min-width: 47.99875em) {
  .pagging__etc {
    display: none;
  }

  .info-header__phone--2::before {
    display: none;
  }

  .slide-main__box {
    display: none;
  }

  .slide-main__block::before {
    display: none;
  }

  .item-catalog__bag {
    -webkit-transform: translate(0px, -37px);
        -ms-transform: translate(0px, -37px);
            transform: translate(0px, -37px);
  }

  .item-bag {
    padding: 0 0.875rem;
    padding-bottom: 1.375rem;
  }

  .information-account__line {
    max-width: 21.25rem;
  }

  .information-account__line--delivery {
    max-width: 24.75rem;
  }

  .information-account__button {
    max-width: 13.5rem;
  }
}

@media (min-width: 47.99875em) and (min-width: 103.125em) {
  .info-header--phones {
    padding-right: 6.6875rem;
  }
}

@media (min-width: 61.99875em) {
  .wrap {
    display: none;
  }

  .menu__item--label {
    display: none;
  }

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

  .side-main--custom {
    display: none;
  }

  .catalog-side__button--hiden {
    display: none;
  }

  .catalog-side__header {
    display: none;
  }

  .block-catalog__filter {
    display: none;
  }

  .content-about {
    padding-right: 1.8125rem;
  }
}

@media (min-width: 61.99875em) and (min-width: 100em) {
  .footer__column--2 {
    padding-right: 2.5625rem;
  }
}

@media (min-width: 103.125em) {
  .select__title {
    font-size: 1.25rem;
  }

  .block-catalog__wrap .select__value {
    gap: 5rem;
  }

  .main-blog .select__value {
    gap: 1.625rem;
  }

  .quantity__input input {
    font-size: 1.5rem;
  }

  .popup__close {
    top: 1.25rem;
  }

  .popup__close {
    right: 1.25rem;
  }

  .popup__title {
    font-size: 2.25rem;
  }

  .popup__title:not(:last-child) {
    margin-bottom: 2.125rem;
  }

  .popup__info {
    font-size: 0.875rem;
  }

  .popup__checkbox .checkbox__text {
    font-size: 0.875rem;
  }

  .pagging__arrow {
    width: 3.9375rem;
  }

  .pagging__arrow {
    height: 3.9375rem;
  }

  .pagging__item {
    font-size: 1.25rem;
  }

  .pagging__item {
    width: 3.9375rem;
  }

  .pagging__item {
    height: 3.9375rem;
  }

  .title {
    font-size: 3rem;
  }

  .road {
    padding-top: 1.4375rem;
  }

  .road {
    padding-bottom: 3.125rem;
  }

  .road__item {
    font-size: 0.875rem;
  }

  .top-header__container {
    padding-top: 1.5rem;
  }

  .top-header__container {
    padding-bottom: 2.125rem;
  }

  .top-header__wrap {
    gap: 4.3125rem;
  }

  .top-header__logo img {
    max-width: 8.875rem;
  }

  .info-header__label {
    padding-left: 2.375rem;
  }

  .info-header__label:not(:last-child) {
    margin-bottom: 1rem;
  }

  .info-header__phones {
    -webkit-column-gap: 2.4375rem;
       -moz-column-gap: 2.4375rem;
            column-gap: 2.4375rem;
  }

  .info-header__phone {
    font-size: 1.25rem;
  }

  .info-header__phone {
    gap: 1.125rem;
  }

  .info-header__phone::before {
    font-size: 1.25rem;
  }

  .info-header__location {
    gap: 1.125rem;
  }

  .info-header__location::before {
    font-size: 1.25rem;
  }

  .info-header__loc {
    font-size: 1.25rem;
  }

  .main-header {
    padding-top: 2.125rem;
  }

  .main-header {
    padding-bottom: 2.125rem;
  }

  .main-header__container {
    gap: 5rem;
  }

  .main-header__actions {
    gap: 0.75rem;
  }

  .main-header__account::before {
    font-size: 1.125rem;
  }

  .menu__list {
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }

  .menu__link {
    font-size: 0.875rem;
  }

  .footer {
    padding-top: 2.875rem;
  }

  .footer {
    padding-bottom: 3.4375rem;
  }

  .footer__column--2 {
    gap: 2.625rem;
  }

  .footer__logo img {
    max-width: 8.875rem;
  }

  .footer__logo:not(:last-child) {
    margin-bottom: 1.125rem;
  }

  .footer__info {
    gap: 0.9375rem;
  }

  .footer__info:not(:last-child) {
    margin-bottom: 2.5625rem;
  }

  .footer__phone {
    font-size: 1.25rem;
  }

  .footer__loc {
    font-size: 1.25rem;
  }

  .footer__socials:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .footer-menu__item:not(:last-child) {
    margin-bottom: 2.4375rem;
  }

  .footer-menu__link {
    font-size: 0.875rem;
  }

  .block-main__arrow {
    width: 2.625rem;
  }

  .block-main__arrow {
    height: 2.625rem;
  }

  .slide-main__bg {
    width: 18.375rem;
  }

  .slide-main__bg img {
    width: 18.375rem;
  }

  .content-main__title {
    font-size: 3rem;
  }

  .content-main__title:not(:last-child) {
    margin-bottom: 2.5625rem;
  }

  .content-main__icon {
    width: 3.375rem;
  }

  .content-main__icon {
    height: 3.375rem;
  }

  .content-main__icon {
    -ms-flex-preferred-size: 3.375rem;
        flex-basis: 3.375rem;
  }

  .content-main__text {
    font-size: 0.875rem;
  }

  .content-main__button {
    gap: 1.4375rem;
  }

  .content-main__button {
    font-size: 0.875rem;
  }

  .advantages {
    padding-top: 3.0625rem;
  }

  .advantages {
    padding-bottom: 3.0625rem;
  }

  .advantages__items {
    gap: 2rem;
  }

  .advantages__label {
    font-size: 1.25rem;
  }

  .assortment {
    padding-bottom: 6.1875rem;
  }

  .assortment__items {
    gap: 2rem;
  }

  .item-assortment__name {
    font-size: 1.25rem;
  }

  .tabs-goods__title:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .tabs-goods__wrap:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .tabs-goods__label {
    font-size: 1rem;
  }

  .tabs-goods__label::after {
    width: 8rem;
  }

  .tabs-goods__arrow {
    width: 3.4375rem;
  }

  .tabs-goods__arrow {
    height: 3.4375rem;
  }

  .slide-goods__cart {
    min-height: 26.75rem;
  }

  .partners {
    padding-bottom: 8.5rem;
  }

  .main-catalog {
    padding-bottom: 6rem;
  }

  .main-catalog__items:not(:last-child) {
    margin-bottom: 4.0625rem;
  }

  .main-catalog__mb {
    padding-top: 4.5rem;
  }

  .main-catalog .pagging:not(:last-child) {
    margin-bottom: 5.4375rem;
  }

  .block-catalog__title {
    font-size: 1.5625rem;
  }

  .item-catalog__title {
    font-size: 1rem;
  }

  .item-catalog__price {
    font-size: 2rem;
  }

  .item-catalog__avaible {
    font-size: 1rem;
  }

  .item-catalog__bag {
    width: 3.6875rem;
  }

  .item-catalog__bag {
    height: 3.6875rem;
  }

  .item-catalog__bag::before {
    font-size: 1.5rem;
  }

  .info-catalog__column:not(:last-child) {
    margin-bottom: 3.125rem;
  }

  .info-catalog__label {
    font-size: 1.25rem;
  }

  .info-catalog__label:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .info-catalog__text {
    font-size: 1.25rem;
  }

  .main-product__wrapper {
    gap: 5rem;
  }

  .block-product__slider:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .block-product__slide-ibg::before {
    font-size: 2.5rem;
  }

  .product-content__title {
    font-size: 3rem;
  }

  .product-content__subtitle {
    font-size: 1.25rem;
  }

  .product-content__subtitle:not(:last-child) {
    margin-bottom: 1.625rem;
  }

  .product-content__price .main_price{
    font-size: 3rem;
  }

  .product-content__avaible:not(:last-child) {
    margin-bottom: 1.625rem;
  }

  .product-content__actions:not(:last-child) {
    margin-bottom: 1.625rem;
  }

  .product-content__list:not(:last-child) {
    margin-bottom: 2.5rem;
  }

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

  .product-content__item:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .actions-product__button {
    font-size: 1.5rem;
  }

  .actions-product__like {
    font-size: 1.125rem;
  }

  .product-delivery__title {
    font-size: 1.25rem;
  }

  .product-delivery__title:not(:last-child) {
    margin-bottom: 1rem;
  }

  .product-delivery__items:not(:last-child) {
    margin-bottom: 1.375rem;
  }

  .product-delivery__text {
    font-size: 0.9375rem;
  }

  .product__columns {
    padding-bottom: 8.4375rem;
  }

  .product__reviews:not(:last-child) {
    margin-bottom: 3.625rem;
  }

  .tabs-product__text {
    font-size: 1rem;
  }

  .tabs-product__text p:not(:last-child):not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .tabs-product__block:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .tabs-product__label {
    font-size: 1.25rem;
  }

  .tabs-product__label:not(:last-child) {
    margin-bottom: 1.625rem;
  }

  .tabs-product__item {
    font-size: 1rem;
  }

  .reviews-product__more {
    margin-top: 2.5rem;
  }

  .item-reviews__name {
    font-size: 1.25rem;
  }

  .item-reviews__stars {
    gap: 0.25rem;
  }

  .item-reviews__star img {
    max-width: 1.375rem;
  }

  .item-reviews__date {
    font-size: 1rem;
  }

  .item-reviews__date {
    gap: 0.75rem;
  }

  .write-product {
    margin-top: 1.9375rem;
  }

  .write-product__title:not(:last-child) {
    margin-bottom: 1.4375rem;
  }

  .main-blog {
    padding-bottom: 6.25rem;
  }

  .main-blog__container:not(:last-child) {
    margin-bottom: 2.625rem;
  }

  .main-blog__header:not(:last-child) {
    margin-bottom: 2.6875rem;
  }

  .main-blog__title {
    font-size: 3rem;
  }

  .main-blog__actions {
    gap: 1.1875rem;
  }

  .main-blog__input {
    height: 4.3125rem;
  }

  .main-blog__btn {
    height: 4.3125rem;
  }

  .block-blog__content {
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }

  .block-blog__content {
    row-gap: 1.5625rem;
  }

  .block-blog__more {
    margin-top: 2.6875rem;
  }

  .item-blog__title {
    font-size: 1.25rem;
  }

  .item-blog__title:not(:last-child) {
    margin-bottom: 1rem;
  }

  .item-blog__text {
    font-size: 1rem;
  }

  .item-blog__text:not(:last-child) {
    margin-bottom: 1.125rem;
  }

  .item-blog__date {
    font-size: 1rem;
  }

  .main-article {
    padding-bottom: 5.5rem;
  }

  .content-article__title {
    font-size: 3rem;
  }

  .content-article__title:not(:last-child) {
    margin-bottom: 1.4375rem;
  }

  .content-article__coverage {
    font-size: 1rem;
  }

  .content-article__coverage {
    gap: 2rem;
  }

  .content-article__coverage:not(:last-child) {
    margin-bottom: 2.0625rem;
  }

  .content-article__image-ibg:not(:last-child) {
    margin-bottom: 2.6875rem;
  }

  .content-article__text {
    font-size: 1.25rem;
  }

  .content-article__text:not(:last-child) {
    margin-bottom: 2.6875rem;
  }

  .content-article__columns {
    gap: 3.125rem;
  }

  .content-article__columns:not(:last-child) {
    margin-bottom: 3.0625rem;
  }

  .content-article__label {
    font-size: 1.25rem;
  }

  .content-article__label:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .aside-article__title:not(:last-child) {
    margin-bottom: 1rem;
  }

  .aside-article__title:not(:last-child) {
    font-size: 2.25rem;
  }

  .aside-article__item:not(:last-child) {
    margin-bottom: 1.8125rem;
  }

  .aside-article__text {
    font-size: 1rem;
  }

  .main-info {
    padding-bottom: 8rem;
  }

  .main-info__block:not(:last-child) {
    margin-bottom: 8rem;
  }

  .main-info__title {
    font-size: 3rem;
  }

  .main-info__title:not(:last-child) {
    margin-bottom: 6.25rem;
  }

  .item-info {
    padding-top: 7.0625rem;
  }

  .item-info__title {
    font-size: 2.25rem;
  }

  .item-info__text {
    font-size: 1.25rem;
  }

  .main-about {
    padding-bottom: 8.125rem;
  }

  .main-about__title {
    font-size: 3rem;
  }

  .main-about__text {
    font-size: 1.25rem;
  }

  .content-about__text {
    font-size: 1.25rem;
  }

  .content-about__slogan {
    font-size: 2rem;
  }

  .content-about__logo-text {
    font-size: 8rem;
  }

  .main-contact {
    padding-bottom: 7.625rem;
  }

  .main-contact__title {
    font-size: 3rem;
  }

  .main-contact__title:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .main-contact__body {
    gap: 2.6875rem;
  }

  .main-contact__map {
    min-height: 33.1875rem;
  }

  .info-contact__phones .info-contact__label:not(:last-child) {
    margin-bottom: 1.3125rem;
  }

  .main-bag {
    padding-bottom: 12.6875rem;
  }

  .main-bag__title {
    font-size: 3rem;
  }

  .main-bag__title:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .main-bag__items:not(:last-child) {
    margin-bottom: 1.75rem;
  }

  .item-bag {
    gap: 4.375rem;
  }

  .item-bag:not(:last-child) {
    margin-bottom: 1rem;
  }

  .block-bag__label {
    font-size: 1rem;
  }

  .account {
    padding-bottom: 6.25rem;
  }

  .account__title {
    font-size: 3rem;
  }

  .account__title:not(:last-child) {
    margin-bottom: 2.1875rem;
  }

  .account--information .account__title {
    margin-bottom: 4.375rem;
  }

  .favorite-account__items {
    gap: 1.9375rem;
  }

  .item-favorite {
    min-height: 26.75rem;
  }

  .reviews-account__items:not(:last-child) {
    margin-bottom: 2.875rem;
  }

  .reviews-account__item {
    gap: 1rem;
  }

  .reviews-account__content {
    gap: 1rem;
  }

  .reviews-account__stars {
    gap: 0.625rem;
  }

  .reviews-account__stars img {
    max-width: 1.375rem;
  }

  .reviews-account__text {
    font-size: 1rem;
  }

  .reviews-account__date {
    font-size: 1rem;
  }

  .information-account__columns {
    -webkit-column-gap: 2.875rem;
       -moz-column-gap: 2.875rem;
            column-gap: 2.875rem;
  }

  .information-account__title {
    font-size: 1.5rem;
  }

  .title-order {
    gap: 1.4375rem;
  }

  .title-order__body {
    gap: 5rem;
  }

  .title-order__status {
    font-size: 1.125rem;
  }

  .title-order__status::before {
    font-size: 1.375rem;
  }

  .content-order__list {
    margin-bottom: 3.375rem;
  }

  .content-order__line {
    font-size: 1rem;
  }

  .content-order__line:last-child {
    font-size: 1.125rem;
  }

  .content-order__line {
    margin-bottom: 0.9375rem;
  }

  .item-order {
    gap: 6.25rem;
  }

  .item-order__wrapper {
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
  }

  .main-order {
    padding-bottom: 20.1875rem;
  }

  .main-order__title {
    font-size: 2.8125rem;
  }

  .main-order__title:not(:last-child) {
    margin-bottom: 2.8125rem;
  }

  .side-order__items:not(:last-child) {
    margin-bottom: 2rem;
  }

  .contact-order {
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
  }
}

@media (min-width: 106.25em) {
  .slide-main__images {
    padding-left: 5.625rem;
  }
}

@media (min-width: 100em) {
  .footer__phones {
    -webkit-column-gap: 1.9375rem;
       -moz-column-gap: 1.9375rem;
            column-gap: 1.9375rem;
  }

  .footer-menu {
    gap: 4.9375rem;
  }
}

@media (max-width: 90em) {
  .main-header__catalog {
    max-width: 8.75rem;
    padding: 1.3125rem 0.9375rem 1.0625rem 1.875rem;
  }

  .main__container {
    -ms-grid-columns: 18.75rem 1fr;
    grid-template-columns: 18.75rem 1fr;
  }

  .slide-main__images {
    padding-left: 0.75rem;
  }

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

  .slide-main__logo {
    display: none;
  }

  .content-main__title br {
    display: none;
  }

  .item-assortment {
    padding-top: 1.25rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .main-about__block {
    margin-left: -3.75rem;
  }

  .content-about {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }

  .content-about__block {
    width: 50rem;
  }

  .content-about__wrap {
    max-width: 44.5rem;
  }
}

@media (max-width: 75em) {
  .top-header__wrap {
    gap: 1.25rem;
  }

  .footer__phones {
    -webkit-column-gap: 0.9375rem;
       -moz-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
  }

  .footer-menu {
    gap: 2.125rem;
  }

  .slide-main__block {
    padding: 1.875rem 1.25rem 4.6875rem 1.875rem;
  }

  .tabs-goods__body {
    margin: 0 0.9375rem;
  }

  .product__column--padding {
    padding: 2.375rem;
  }

  .block-blog__content {
    grid-template-columns: repeat(auto-fill, minmax(18.75rem, 1fr));
  }

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

  .account--information .account__body {
    padding: 1.6875rem 1.25rem 3.25rem 1.25rem;
  }

  .reviews-account__image-ibg {
    padding-bottom: 20%;
  }

  .information-account__column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 18.125rem;
  }

  .information-account__column--delivery {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .item-order__image-ibg {
    padding-bottom: 20%;
  }

  .main-order__body {
    -ms-grid-columns: 1fr 21.875rem;
    grid-template-columns: 1fr 21.875rem;
  }
}

@media (max-width: 62em) {
  .reviews-account__stars {
    gap: 0.375rem;
  }

  .reviews-account__stars img {
    max-width: 0.75rem;
  }

  .reviews-account__text {
    font-size: 0.75rem;
  }

  .title-order__body {
    gap: 0.9375rem;
  }

  .item-order {
    gap: 1.125rem;
  }

  .item-order__wrapper {
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }

  .contact-order {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}

@media (max-width: 48em) {
  .block-catalog__wrap .select__value {
    gap: 0.875rem;
  }

  .main-blog .select__value {
    gap: 0.6875rem;
  }

  .top-header__container {
    padding-top: 1rem;
  }

  .top-header__container {
    padding-bottom: 1rem;
  }

  .item-catalog__avaible {
    font-size: 0.625rem;
  }
}

@media (max-width: 20em) {
  .select__title {
    font-size: 0.875rem;
  }

  .quantity__input input {
    font-size: 1.25rem;
  }

  .popup__close {
    top: 0.75rem;
  }

  .popup__close {
    right: 0.75rem;
  }

  .popup__title {
    font-size: 2rem;
  }

  .popup__title:not(:last-child) {
    margin-bottom: 1.4375rem;
  }

  .popup__info {
    font-size: 0.75rem;
  }

  .popup__checkbox .checkbox__text {
    font-size: 0.75rem;
  }

  .pagging__arrow {
    width: 2.6875rem;
  }

  .pagging__arrow {
    height: 2.6875rem;
  }

  .pagging__item {
    font-size: 0.875rem;
  }

  .pagging__item {
    width: 2.6875rem;
  }

  .pagging__item {
    height: 2.6875rem;
  }

  .title {
    font-size: 2rem;
  }

  .road {
    padding-top: 1.125rem;
  }

  .road {
    padding-bottom: 2.0625rem;
  }

  .road__item {
    font-size: 0.75rem;
  }

  .top-header__logo img {
    max-width: 5.625rem;
  }

  .info-header__label {
    padding-left: 1.125rem;
  }

  .info-header__label:not(:last-child) {
    margin-bottom: 0.3125rem;
  }

  .info-header__phones {
    -webkit-column-gap: 0.9375rem;
       -moz-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
  }

  .info-header__phone {
    font-size: 0.875rem;
  }

  .info-header__phone {
    gap: 0.375rem;
  }

  .info-header__phone::before {
    font-size: 0.75rem;
  }

  .info-header__location {
    gap: 0.375rem;
  }

  .info-header__location::before {
    font-size: 0.75rem;
  }

  .info-header__loc {
    font-size: 0.875rem;
  }

  .main-header {
    padding-top: 1.125rem;
  }

  .main-header {
    padding-bottom: 1.125rem;
  }

  .main-header__actions {
    gap: 0.5rem;
  }

  .main-header__account::before {
    font-size: 0.75rem;
  }

  .menu__link {
    font-size: 0.75rem;
  }

  .footer {
    padding-top: 1.5rem;
  }

  .footer {
    padding-bottom: 2.0625rem;
  }

  .footer__column--2 {
    gap: 1.25rem;
  }

  .footer__logo img {
    max-width: 5.625rem;
  }

  .footer__logo:not(:last-child) {
    margin-bottom: 0.3125rem;
  }

  .footer__info {
    gap: 0.625rem;
  }

  .footer__info:not(:last-child) {
    margin-bottom: 1.0625rem;
  }

  .footer__phone {
    font-size: 0.875rem;
  }

  .footer__loc {
    font-size: 0.875rem;
  }

  .footer__socials:not(:last-child) {
    margin-bottom: 1.75rem;
  }

  .footer-menu__item:not(:last-child) {
    margin-bottom: 1.8125rem;
  }

  .footer-menu__link {
    font-size: 0.75rem;
  }

  .block-main__arrow {
    width: 2.0625rem;
  }

  .block-main__arrow {
    height: 2.0625rem;
  }

  .slide-main__bg {
    width: 6.875rem;
  }

  .slide-main__bg img {
    width: 6.875rem;
  }

  .content-main__title {
    font-size: 1.375rem;
  }

  .content-main__title:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .content-main__icon {
    width: 2.25rem;
  }

  .content-main__icon {
    height: 2.25rem;
  }

  .content-main__icon {
    -ms-flex-preferred-size: 2.25rem;
        flex-basis: 2.25rem;
  }

  .content-main__text {
    font-size: 0.75rem;
  }

  .content-main__button {
    gap: 0.625rem;
  }

  .content-main__button {
    font-size: 0.75rem;
  }

  .advantages {
    padding-top: 3.6875rem;
  }

  .advantages {
    padding-bottom: 2.1875rem;
  }

  .advantages__items {
    gap: 0.625rem;
  }

  .advantages__label {
    font-size: 0.875rem;
  }

  .assortment {
    padding-bottom: 3.125rem;
  }

  .assortment__items {
    gap: 0.625rem;
  }

  .item-assortment__name {
    font-size: 1rem;
  }

  .tabs-goods__title:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .tabs-goods__wrap:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .tabs-goods__label {
    font-size: 0.875rem;
  }

  .tabs-goods__label::after {
    width: 4.5rem;
  }

  .tabs-goods__arrow {
    width: 2.0625rem;
  }

  .tabs-goods__arrow {
    height: 2.0625rem;
  }

  .slide-goods__cart {
    min-height: 18.9375rem;
  }

  .partners {
    padding-bottom: 4.375rem;
  }

  .main-catalog {
    padding-bottom: 3.4375rem;
  }

  .main-catalog__items:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .main-catalog__mb {
    padding-top: 2.25rem;
  }

  .main-catalog .pagging:not(:last-child) {
    margin-bottom: 3.8125rem;
  }

  .block-catalog__title {
    font-size: 1.5rem;
  }

  .item-catalog__title {
    font-size: 0.875rem;
  }

  .item-catalog__price {
    font-size: 1.25rem;
  }

  .item-catalog__bag {
    width: 2.25rem;
  }

  .item-catalog__bag {
    height: 2.25rem;
  }

  .item-catalog__bag::before {
    font-size: 0.75rem;
  }

  .info-catalog__column:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .info-catalog__label {
    font-size: 1rem;
  }

  .info-catalog__label:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .info-catalog__text {
    font-size: 1rem;
  }

  .main-product__wrapper {
    gap: 1.25rem;
  }

  .block-product__slider:not(:last-child) {
    margin-bottom: 0.6875rem;
  }

  .block-product__slide-ibg::before {
    font-size: 1.875rem;
  }

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

  .product-content__subtitle {
    font-size: 0.75rem;
  }

  .product-content__subtitle:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .product-content__price {
    font-size: 2.25rem;
  }

  .product-content__avaible:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .product-content__actions:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .product-content__list:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .product-content__item {
    font-size: 0.875rem;
  }

  .product-content__item:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .actions-product__button {
    font-size: 1.125rem;
  }

  .actions-product__like {
    font-size: 1rem;
  }

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

  .product-delivery__title:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .product-delivery__items:not(:last-child) {
    margin-bottom: 1.0625rem;
  }

  .product-delivery__text {
    font-size: 0.75rem;
  }

  .product__columns {
    padding-bottom: 3rem;
  }

  .product__reviews:not(:last-child) {
    margin-bottom: 2rem;
  }

  .tabs-product__text {
    font-size: 0.75rem;
  }

  .tabs-product__text p:not(:last-child):not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .tabs-product__block:not(:last-child) {
    margin-bottom: 1.5625rem;
  }

  .tabs-product__label {
    font-size: 1rem;
  }

  .tabs-product__label:not(:last-child) {
    margin-bottom: 1.0625rem;
  }

  .tabs-product__item {
    font-size: 0.875rem;
  }

  .reviews-product__more {
    margin-top: 0.875rem;
  }

  .item-reviews__name {
    font-size: 1rem;
  }

  .item-reviews__stars {
    gap: 0.5rem;
  }

  .item-reviews__star img {
    max-width: 1.0625rem;
  }

  .item-reviews__date {
    font-size: 0.75rem;
  }

  .item-reviews__date {
    gap: 0.375rem;
  }

  .write-product {
    margin-top: 2.9375rem;
  }

  .write-product__title:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .main-blog {
    padding-bottom: 4.6875rem;
  }

  .main-blog__container:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .main-blog__header:not(:last-child) {
    margin-bottom: 1.625rem;
  }

  .main-blog__title {
    font-size: 1.5rem;
  }

  .main-blog__actions {
    gap: 0.9375rem;
  }

  .main-blog__input {
    height: 2.875rem;
  }

  .main-blog__btn {
    height: 2.875rem;
  }

  .block-blog__content {
    -webkit-column-gap: 0.9375rem;
       -moz-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
  }

  .block-blog__content {
    row-gap: 0.75rem;
  }

  .block-blog__more {
    margin-top: 2rem;
  }

  .item-blog__title {
    font-size: 1.125rem;
  }

  .item-blog__title:not(:last-child) {
    margin-bottom: 0.5rem;
  }

  .item-blog__text {
    font-size: 0.75rem;
  }

  .item-blog__text:not(:last-child) {
    margin-bottom: 0.5rem;
  }

  .item-blog__date {
    font-size: 0.75rem;
  }

  .main-article {
    padding-bottom: 3.4375rem;
  }

  .content-article__title {
    font-size: 1.5rem;
  }

  .content-article__title:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .content-article__coverage {
    font-size: 0.75rem;
  }

  .content-article__coverage {
    gap: 0.9375rem;
  }

  .content-article__coverage:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .content-article__image-ibg:not(:last-child) {
    margin-bottom: 1.9375rem;
  }

  .content-article__text {
    font-size: 0.875rem;
  }

  .content-article__text:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .content-article__columns {
    gap: 1.25rem;
  }

  .content-article__columns:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .content-article__label {
    font-size: 1rem;
  }

  .content-article__label:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .aside-article__title:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .aside-article__title:not(:last-child) {
    font-size: 1.5rem;
  }

  .aside-article__item:not(:last-child) {
    margin-bottom: 1.375rem;
  }

  .aside-article__text {
    font-size: 0.875rem;
  }

  .main-info {
    padding-bottom: 3.375rem;
  }

  .main-info__block:not(:last-child) {
    margin-bottom: 3.375rem;
  }

  .main-info__title {
    font-size: 1.5rem;
  }

  .main-info__title:not(:last-child) {
    margin-bottom: 5rem;
  }

  .item-info {
    padding-top: 3.75rem;
  }

  .item-info__title {
    font-size: 1.25rem;
  }

  .item-info__text {
    font-size: 0.75rem;
  }

  .main-about {
    padding-bottom: 1.875rem;
  }

  .main-about__title {
    font-size: 1.5rem;
  }

  .main-about__text {
    font-size: 0.75rem;
  }

  .content-about__text {
    font-size: 0.75rem;
  }

  .content-about__slogan {
    font-size: 1.5rem;
  }

  .content-about__logo-text {
    font-size: 3rem;
  }

  .main-contact {
    padding-bottom: 3.4375rem;
  }

  .main-contact__title {
    font-size: 1.5rem;
  }

  .main-contact__title:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .main-contact__body {
    gap: 1.9375rem;
  }

  .main-contact__map {
    min-height: 17.4375rem;
  }

  .info-contact__phones .info-contact__label:not(:last-child) {
    margin-bottom: 0.8125rem;
  }

  .main-bag {
    padding-bottom: 3.75rem;
  }

  .main-bag__title {
    font-size: 1.5rem;
  }

  .main-bag__title:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .main-bag__items:not(:last-child) {
    margin-bottom: 1.4375rem;
  }

  .item-bag:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .block-bag__label {
    font-size: 0.75rem;
  }

  .account {
    padding-bottom: 3.75rem;
  }

  .account__title {
    font-size: 1.75rem;
  }

  .account__title:not(:last-child) {
    margin-bottom: 1.625rem;
  }

  .account--information .account__title {
    margin-bottom: 1.625rem;
  }

  .favorite-account__items {
    gap: 0.5rem;
  }

  .item-favorite {
    min-height: 18.9375rem;
  }

  .reviews-account__items:not(:last-child) {
    margin-bottom: 1.625rem;
  }

  .reviews-account__item {
    gap: 0.625rem;
  }

  .reviews-account__content {
    gap: 0.625rem;
  }

  .reviews-account__date {
    font-size: 0.75rem;
  }

  .information-account__columns {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }

  .information-account__title {
    font-size: 1rem;
  }

  .title-order {
    gap: 0.875rem;
  }

  .title-order__status {
    font-size: 0.875rem;
  }

  .title-order__status::before {
    font-size: 0.875rem;
  }

  .content-order__list:not(:last-child) {
    margin-bottom: 2.0625rem;
  }

  .content-order__line {
    font-size: 0.875rem;
  }

  .content-order__line:last-child {
    font-size: 0.875rem;
  }

  .content-order__line:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .main-order {
    padding-bottom: 5rem;
  }

  .main-order__title {
    font-size: 1.5rem;
  }

  .main-order__title:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .side-order__items:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

@media (max-width: 106.25em) {
  .tabs-goods__body {
    margin: 0 1.875rem;
  }
}

@media (max-width: 93.75em) {
  .main-header__container {
    gap: 1.25rem;
  }

  .menu__list {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}

@media (max-width: 87.5em) {
  .reviews-account__image-ibg {
    padding-bottom: 15%;
  }

  .item-order__image-ibg {
    padding-bottom: 15%;
  }
}

@media (max-width: 81.25em) {
  .main-header__catalog {
    min-height: 3.6875rem;
    max-width: 3.6875rem;
    background: url("/catalog/view/theme/barista-box/image/catalog-icon.svg") 50% 50%/1.25rem 1.25rem no-repeat, var(--bg-brown);
  }

  .main-header__catalog span {
    display: none;
  }
}

@media (max-width: 81.25em) and (max-width: 20em) {
  .main-about__block {
    margin-left: -15.625rem;
  }

  .content-about__block {
    width: 31.25rem;
  }

  .content-about__wrap {
    max-width: 18.75rem;
  }
}

@media (max-width: 78.125em) {
  .footer__phones {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .content-main__item {
    max-width: 18.75rem;
  }
}

@media (max-width: 68.75em) {
  .product__column .pagging__hiden {
    display: none;
  }

  .info-header--location {
    display: none;
  }

  /*.advantages__items {
    grid-template-columns: repeat(auto-fill, minmax(15.625rem, 1fr));
  }*/

  .item-reviews__by {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.9375rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .main-contact__wrapper {
    padding: 2.375rem 2.375rem 3.125rem 2.375rem;
  }

  .main-contact__body {
    -ms-grid-columns: 16.8125rem 1fr;
    grid-template-columns: 16.8125rem 1fr;
  }

  .content-order {
    padding: 0.625rem 1.25rem 0.75rem 1.1875rem;
  }

  .item-order {
    padding: 1.25rem 0.75rem 0.75rem;
  }
}

@media (max-width: 61.99875em) {
  .block-catalog__wrap .select__title {
    padding: 1rem 0;
  }

  .select__value {
    padding: 0 0.9375rem;
  }

  .block-catalog__wrap .select__value::after {
    font-size: 0.5rem;
  }

  .socials__label {
    text-align: center;
  }

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

  .main-header__catalog {
    display: none;
  }

  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    overflow: auto;
    padding: 13.75rem 0.9375rem 3.125rem;
    background: #f5f5f5;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 12.5rem;
    top: 0;
    z-index: 3;
    left: -100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #fff;
  }

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

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

  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2.1875rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .menu__list:not(:last-child) {
    margin-bottom: 1.875rem;
  }

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

  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: var(--bg-brown);
  }

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

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

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

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

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

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

  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.25rem;
  }

  .footer__column--1 {
    text-align: center;
  }

  .footer__by {
    text-align: center;
  }

  .footer__socials {
    text-align: center;
  }

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

  .payments__label {
    text-align: center;
  }

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

  .main__container {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .side-main {
    padding: 0;
  }

  .side-main:not(:last-child) {
    margin-bottom: 1.625rem;
  }

  .side-main--catalog {
    display: none;
  }

  .side-main--catalog {
    padding: 15.625rem 0.9375rem 3.125rem;
  }

  .side-main__item:last-child {
    padding-bottom: 1rem;
    border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.18);
  }

  .block-main__arrows {
    display: none;
  }

  .block-main__pagination {
    margin-top: 1.5rem;
    -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }

  .content-main {
    padding-top: 1.25rem;
    padding-left: 1.5rem;
  }

  .item-assortment__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 7.5rem;
            flex: 0 0 7.5rem;
  }

  .main-catalog__container {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .main-catalog__more {
    padding: 1.01875rem;
  }

  .catalog-side {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    overflow: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 1.875rem 0.9375rem;
    z-index: 100;
    background-color: #fff;
  }

  .filter-open .catalog-side {
    left: 0;
  }

  .block-catalog__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .block-catalog__wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    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;
    gap: 0.9375rem;
  }

  .main-product__wrapper {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .product__container {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .main-blog__header .select__value::after {
    font-size: 0.5rem;
  }

  .main-blog__header .select__title {
    padding: 1rem 0;
  }

  .block-blog__more {
    padding: 1.01875rem;
  }

  .main-article__container {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    gap: 2.625rem;
  }

  .main-about__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .content-about__block {
    width: auto;
    margin: 0 auto;
    margin-top: -15%;
  }

  .content-about__wrap {
    max-width: initial !important;
  }

  .item-bag__image-ibg {
    padding-bottom: 11%;
  }

  .item-bag__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .account__container {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

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

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

  /*.menu-account__link {
    display: none;
  }*/

  .menu-account__link.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .reviews-account__image-ibg {
    padding-bottom: 25%;
  }

  .reviews-account__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .information-account .select__title {
    padding: 0.73125rem 0.1875rem;
  }

  .item-order__image-ibg {
    padding-bottom: 25%;
  }

  .main-order__body {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .side-order__image-ibg {
    padding-bottom: 15%;
  }

  .block-order .select__title {
    padding: 0.73125rem 0.1875rem;
  }
}

@media (max-width: 61.99875em) and (max-width: 47.99875em) {
  .menu__body {
    padding: 14.375rem 0.9375rem 3.125rem;
  }

  .menu__body::before {
    height: 11.875rem;
  }
}

@media (max-width: 61.99875em) and (max-width: 37.5em) {
  .menu__body {
    padding: 11.25rem 0.9375rem 3.125rem;
  }

  .menu__body::before {
    height: 9.375rem;
  }
}

@media (max-width: 61.99875em) and (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}

@media (max-width: 61.99875em) and (max-width: 20em) {
  .main-about__block {
    margin-left: -0.00625rem;
  }

  .content-about__block {
    padding: 1rem;
  }

  .content-about__block {
    max-width: 17.625rem;
  }
}

@media (max-width: 47.99875em) {
  .block-catalog__wrap .select__title {
    padding: 0.5rem 0;
  }

  .pagging__hiden {
    display: none;
  }

  .header::before {
    height: 11.875rem;
  }

  .top-header__socials {
    padding-top: 1.125rem;
    border-top: 0.0625rem solid rgba(0, 0, 0, 0.18);
  }

  .top-header__socials .socials__items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .info-header__label {
    display: none;
  }

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

  .main-header__bag {
    padding: 0.9375rem;
  }

  .main-header__bag span {
    display: none;
  }

  .footer__column--2::after {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 0.0625rem;
    width: 100%;
  }

  .footer__column--2::before {
    content: "";
    width: 0.125rem;
    background: rgba(0, 0, 0, 0.17);
    height: 9.375rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

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

  .footer__block {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .footer-menu {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .side-main__item {
    padding: 1rem 0;
  }

  .slide-main--blue .slide-main__image img {
    max-width: 80%;
  }

  .slide-main__block {
    padding: 0rem 0rem 0rem 0rem;
  }

  .slide-main__block:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .slide-main__block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 60% 40%;
    grid-template-columns: 60% 40%;
  }

  .slide-main__images {
    padding: 1.5rem 1.25rem 0rem 0rem;
    position: relative;
  }

  .slide-main__bg img {
    border-radius: 0 0.875rem 0 0;
  }

  .slide-main__image {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .slide-main__line {
    display: none;
  }

  .content-main__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .content-main__wrap {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

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

  .content-main__button {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 1.875rem;
  }

  .tabs-goods__arrow {
    top: 50%;
    -webkit-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
  }

  .slide-goods {
    padding-bottom: 0rem;
  }

  .partners {
    padding-top: 3.75rem;
  }

  .partners__image-color {
    max-width: 3.75rem;
  }

  .main-catalog__content {
    grid-template-columns: repeat(auto-fill, minmax(12.5rem, 1fr));
  }

  .item-catalog {
    padding: 0.625rem;
    padding-top: 1.25rem;
  }

  .item-catalog__categories {
    top: 0.625rem;
    left: 0.625rem;
  }

  .item-catalog__category--hit {
    font-size: 0.75rem;
    padding: 0.59375rem 0.4375rem;
  }

  .item-catalog__title {
    text-align: center;
  }

  .item-catalog__price {
    text-align: center;
  }

  .item-catalog__avaible {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }

  .main-product__wrapper {
    padding: 0.8125rem 0.875rem 1.25rem;
  }

  .block-product__slide-ibg::before {
    bottom: 0.9375rem;
    right: 0.9375rem;
  }

  .product-delivery {
    padding: 1.1875rem 1rem 2.3125rem;
  }

  .product__column--padding {
    padding: 1.5625rem 1.125rem;
  }

  .tabs-product__navigation::before {
    width: 105%;
  }

  .tabs-product__title:last-child._tab-active::before {
    width: 105%;
  }

  .tabs-product__body {
    padding: 1.4375rem 1.125rem;
  }

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

  .main-blog__header .select__title {
    padding: 0.5rem 0;
    min-width: 8.125rem;
  }

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

  .aside-article__content {
    padding: 1.6875rem 1rem;
  }

  .main-info__items {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .item-info {
    padding-bottom: 1rem;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .item-info__image-ibg {
    padding-bottom: 50%;
  }

  .main-contact__body {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .item-bag__image-ibg {
    padding-bottom: 15%;
  }

  .reviews-account__item {
    padding: 0.5rem 0.75rem 1.5rem 0.5rem;
  }

  .reviews-account__image-ibg {
    padding-bottom: 30%;
  }

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

  .information-account__line--delivery {
    gap: 0.875rem;
  }

  .item-order__image-ibg {
    padding-bottom: 30%;
  }

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

  .contact-order {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
}

@media (max-width: 47.99875em) and (max-width: 24.375em) {
  .main-header__container {
    gap: 0.875rem;
  }
}

@media (max-width: 47.99875em) and (max-width: 47.99875em) {
  .footer__column--2::before {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    height: 0.0625rem;
    width: 100%;
  }
}

@media (max-width: 47.99875em) and (max-width: 20em) {
  .footer-menu {
    gap: 0.9375rem;
  }

  .product__goods {
    padding-bottom: 3.625rem;
  }

  .main-info__items {
    row-gap: 3.75rem;
  }
}

@media (max-width: 47.9375em) {
  .item-bag {
    gap: 0.6875rem;
  }
}

@media (max-width: 43.75em) {
  .title-order {
    padding: 0.5rem 1.25rem 0.4375rem 1.1875rem;
  }

  .title-order__arrow {
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
    padding-top: 0.375rem;
  }

  .title-order__arrow::before {
    width: 0.6875rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0.6875rem;
            flex: 0 0 0.6875rem;
  }

  .title-order__body {
    -ms-grid-columns: auto auto auto auto;
    grid-template-columns: auto auto auto auto;
    -webkit-column-gap: 0.4375rem;
       -moz-column-gap: 0.4375rem;
            column-gap: 0.4375rem;
    row-gap: 0.3125rem;
  }

  .title-order__num {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .title-order__date {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .title-order__info {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    text-align: right;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .title-order__status {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
}

@media (max-width: 40.625em) {
  .tabs-goods__label {
    padding: 0.625rem 0.875rem;
  }

  .side-order__image-ibg {
    padding-bottom: 25%;
  }
}

@media (max-width: 37.5em) {
  .pagging__item::before {
    color: var(--brown);
    font-size: 1.3125rem;
  }

  .header::before {
    height: 9.375rem;
  }

  .main-header__account {
    padding: 0.75rem;
  }

  .main-header__bag {
    padding: 0.5rem;
  }

  .main-header__bag::before {
    color: var(--brown);
    font-size: 1.3125rem;
  }

  .header-search__input {
    height: 2.3125rem;
    padding: 0.1875rem 2.5rem 0.1875rem 0.875rem;
  }

  .header-search__button {
    height: 2.3125rem;
    width: 2.3125rem;
    font-size: 0.75rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .icon-menu {
    width: 1.0625rem;
  }

  .slide-main__image {
    padding-bottom: 135%;
  }

  .advantages__items {
    grid-template-columns: repeat(auto-fill, minmax(12.5rem, 1fr));
  }

  .advantages__item {
    padding: 0.75rem 1rem 0.75rem;
  }

  .tabs-goods__body {
    margin: 0;
  }

  .tabs-goods__arrow {
    border-radius: 0.5rem;
  }

  .tabs-goods__arrow--prev {
    left: -0.9375rem;
  }

  .tabs-goods__arrow--next {
    right: -0.9375rem;
  }

  .catalog-side__icon {
    width: 1.0625rem;
  }

  .item-catalog__block {
    -ms-grid-columns: 1fr 2.375rem;
    grid-template-columns: 1fr 2.375rem;
    row-gap: 1.4375rem;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }

  .item-catalog__bag::before {
    color: var(--brown);
  }

  .actions-product {
    -ms-grid-columns: auto auto 3.4375rem;
    grid-template-columns: auto auto 3.4375rem;
  }

  .actions-product__button {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-grid-column-span: 2;
    grid-column: span 2;
    max-width: inherit;
    padding: 0.3125rem 0.9375rem;
  }

  .actions-product__quantity {
    -ms-grid-column-span: 3;
    grid-column: span 3;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .actions-product__like {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .product-delivery__item:not(:last-child)::after {
    display: none;
  }

  .favorite-account__items {
    grid-template-columns: repeat(auto-fill, minmax(11.25rem, 1fr));
  }

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

@media (max-width: 29.99875em) {
  .popup__content {
    padding: 2.1875rem 0.9375rem 2.5rem;
  }

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

  .item-popup__cart {
    gap: 0.9375rem;
  }

  .item-popup__image-ibg {
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }

  .wrap {
    padding: 0.5625rem;
  }

  .slide-main__bg {
    border-radius: 0 0.875rem 0 0;
  }

  .content-main__button {
    padding: 0.8125rem 1.25rem;
  }

  .content-main__button::before {
    font-size: 0.6875rem;
  }

  .assortment__items {
    grid-template-columns: repeat(auto-fill, minmax(18.125rem, 1fr));
  }

  .item-assortment__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8rem;
            flex: 0 0 8rem;
  }

  .tabs-goods__navigation {
    gap: 0.625rem;
  }

  .partners__item {
    padding-bottom: 80%;
  }

  .main-catalog__content {
    grid-template-columns: repeat(auto-fill, minmax(8.75rem, 1fr));
  }

  .product__column {
    overflow: auto;
  }

  .tabs-product__navigation {
    overflow: auto;
  }

  .tabs-product__navigation::-webkit-scrollbar {
    display: none;
  }

  .tabs-product__title {
    color: #b5b5b5;
  }

  .write-product {
    padding: 2.1875rem 1.5625rem 1.5625rem 1.5625rem;
  }

  .main-blog__header .select {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .main-blog__input {
    padding: 0rem 3.125rem 0rem 0.625rem;
  }

  .block-blog__content {
    grid-template-columns: repeat(auto-fill, minmax(18.125rem, 1fr));
  }

  .item-info__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }

  .item-info__image-ibg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    -webkit-transform: translate(-15px, 0px);
        -ms-transform: translate(-15px, 0px);
            transform: translate(-15px, 0px);
    margin-top: -45%;
  }

  .content-about__quotes {
    padding-right: 1.875rem;
  }

  .content-about__quotes:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .content-about__slogan {
    padding-right: 1.875rem;
  }

  .content-about__logo-text {
    text-align: center;
  }

  .main-contact__wrapper {
    padding: 1.25rem;
    padding-bottom: 1.5rem;
  }

  .item-bag__image-ibg {
    padding-bottom: 30%;
  }

  .item-bag__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

  .block-bag--right {
    text-align: right;
  }

  .block-bag--right .block-bag__label {
    text-align: right;
  }

  .block-bag__label {
    text-align: left;
  }

  .account--favorite .account__body {
    padding: 1.6875rem 0.625rem 1.25rem 0.5rem;
  }

  .account--reviews .account__body {
    padding: 1.6875rem 0.625rem 3.25rem 0.625rem;
  }

  .account--information .account__body {
    padding: 1.6875rem 0.9375rem 2.75rem 0.9375rem;
  }

  .favorite-account__items {
    grid-template-columns: repeat(auto-fill, minmax(8.125rem, 1fr));
  }

  .reviews-account__image-ibg {
    padding-bottom: 45%;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }

  .title-order__info {
    -ms-grid-column-span: 4;
    grid-column: span 4;
    text-align: left;
  }

  .item-order__image-ibg {
    padding-bottom: 45%;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }

  .side-order__image-ibg {
    padding-bottom: 45%;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }
}

@media (max-width: 21.875em) {
  .tabs-goods__navigation {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

@media (min-width: 20em) and (max-width: 103.125em) {
@supports (font-size: clamp( 0.875rem , 0.7847744361rem  +  0.4511278195vw , 1.25rem )) {
    .select__title {
      font-size: clamp( 0.875rem , 0.7847744361rem  +  0.4511278195vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.7847744361rem  +  0.4511278195vw , 1.25rem )) {
    .select__title {
      font-size: calc(0.875rem + 0.375 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 1.25rem , 1.1898496241rem  +  0.3007518797vw , 1.5rem )) {
    .quantity__input input {
      font-size: clamp( 1.25rem , 1.1898496241rem  +  0.3007518797vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1.25rem , 1.1898496241rem  +  0.3007518797vw , 1.5rem )) {
    .quantity__input input {
      font-size: calc(1.25rem + 0.25 * (100vw - 20rem) / 83.125);
    }
}

@supports (top: clamp( 0.75rem , 0.6296992481rem  +  0.6015037594vw , 1.25rem )) {
    .popup__close {
      top: clamp( 0.75rem , 0.6296992481rem  +  0.6015037594vw , 1.25rem );
    }
}

@supports not (top: clamp( 0.75rem , 0.6296992481rem  +  0.6015037594vw , 1.25rem )) {
    .popup__close {
      top: calc(0.75rem + 0.5 * (100vw - 20rem) / 83.125);
    }
}

@supports (right: clamp( 0.75rem , 0.6296992481rem  +  0.6015037594vw , 1.25rem )) {
    .popup__close {
      right: clamp( 0.75rem , 0.6296992481rem  +  0.6015037594vw , 1.25rem );
    }
}

@supports not (right: clamp( 0.75rem , 0.6296992481rem  +  0.6015037594vw , 1.25rem )) {
    .popup__close {
      right: calc(0.75rem + 0.5 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 2rem , 1.9398496241rem  +  0.3007518797vw , 2.25rem )) {
    .popup__title {
      font-size: clamp( 2rem , 1.9398496241rem  +  0.3007518797vw , 2.25rem );
    }
}

@supports not (font-size: clamp( 2rem , 1.9398496241rem  +  0.3007518797vw , 2.25rem )) {
    .popup__title {
      font-size: calc(2rem + 0.25 * (100vw - 20rem) / 83.125);
    }
}

@supports (margin-bottom: clamp( 1.4375rem , 1.2720864662rem  +  0.8270676692vw , 2.125rem )) {
    .popup__title:not(:last-child) {
      margin-bottom: clamp( 1.4375rem , 1.2720864662rem  +  0.8270676692vw , 2.125rem );
    }
}

@supports not (margin-bottom: clamp( 1.4375rem , 1.2720864662rem  +  0.8270676692vw , 2.125rem )) {
    .popup__title:not(:last-child) {
      margin-bottom: calc(1.4375rem + 0.6875 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 0.75rem , 0.719924812rem  +  0.1503759398vw , 0.875rem )) {
    .popup__info {
      font-size: clamp( 0.75rem , 0.719924812rem  +  0.1503759398vw , 0.875rem );
    }
}

@supports not (font-size: clamp( 0.75rem , 0.719924812rem  +  0.1503759398vw , 0.875rem )) {
    .popup__info {
      font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 0.75rem , 0.719924812rem  +  0.1503759398vw , 0.875rem )) {
    .popup__checkbox .checkbox__text {
      font-size: clamp( 0.75rem , 0.719924812rem  +  0.1503759398vw , 0.875rem );
    }
}

@supports not (font-size: clamp( 0.75rem , 0.719924812rem  +  0.1503759398vw , 0.875rem )) {
    .popup__checkbox .checkbox__text {
      font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 83.125);
    }
}

@supports (width: clamp( 2.6875rem , 2.3867481203rem  +  1.5037593985vw , 3.9375rem )) {
    .pagging__arrow {
      width: clamp( 2.6875rem , 2.3867481203rem  +  1.5037593985vw , 3.9375rem );
    }
}

@supports not (width: clamp( 2.6875rem , 2.3867481203rem  +  1.5037593985vw , 3.9375rem )) {
    .pagging__arrow {
      width: calc(2.6875rem + 1.25 * (100vw - 20rem) / 83.125);
    }
}

@supports (height: clamp( 2.6875rem , 2.3867481203rem  +  1.5037593985vw , 3.9375rem )) {
    .pagging__arrow {
      height: clamp( 2.6875rem , 2.3867481203rem  +  1.5037593985vw , 3.9375rem );
    }
}

@supports not (height: clamp( 2.6875rem , 2.3867481203rem  +  1.5037593985vw , 3.9375rem )) {
    .pagging__arrow {
      height: calc(2.6875rem + 1.25 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 0.875rem , 0.7847744361rem  +  0.4511278195vw , 1.25rem )) {
    .pagging__item {
      font-size: clamp( 0.875rem , 0.7847744361rem  +  0.4511278195vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.7847744361rem  +  0.4511278195vw , 1.25rem )) {
    .pagging__item {
      font-size: calc(0.875rem + 0.375 * (100vw - 20rem) / 83.125);
    }
}

@supports (width: clamp( 2.6875rem , 2.3867481203rem  +  1.5037593985vw , 3.9375rem )) {
    .pagging__item {
      width: clamp( 2.6875rem , 2.3867481203rem  +  1.5037593985vw , 3.9375rem );
    }
}

@supports not (width: clamp( 2.6875rem , 2.3867481203rem  +  1.5037593985vw , 3.9375rem )) {
    .pagging__item {
      width: calc(2.6875rem + 1.25 * (100vw - 20rem) / 83.125);
    }
}

@supports (height: clamp( 2.6875rem , 2.3867481203rem  +  1.5037593985vw , 3.9375rem )) {
    .pagging__item {
      height: clamp( 2.6875rem , 2.3867481203rem  +  1.5037593985vw , 3.9375rem );
    }
}

@supports not (height: clamp( 2.6875rem , 2.3867481203rem  +  1.5037593985vw , 3.9375rem )) {
    .pagging__item {
      height: calc(2.6875rem + 1.25 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 2rem , 1.7593984962rem  +  1.2030075188vw , 3rem )) {
    .title {
      font-size: clamp( 2rem , 1.7593984962rem  +  1.2030075188vw , 3rem );
    }
}

@supports not (font-size: clamp( 2rem , 1.7593984962rem  +  1.2030075188vw , 3rem )) {
    .title {
      font-size: calc(2rem + 1 * (100vw - 20rem) / 83.125);
    }
}

@supports (padding-top: clamp( 1.125rem , 1.0498120301rem  +  0.3759398496vw , 1.4375rem )) {
    .road {
      padding-top: clamp( 1.125rem , 1.0498120301rem  +  0.3759398496vw , 1.4375rem );
    }
}

@supports not (padding-top: clamp( 1.125rem , 1.0498120301rem  +  0.3759398496vw , 1.4375rem )) {
    .road {
      padding-top: calc(1.125rem + 0.3125 * (100vw - 20rem) / 83.125);
    }
}

@supports (padding-bottom: clamp( 2.0625rem , 1.8068609023rem  +  1.2781954887vw , 3.125rem )) {
    .road {
      padding-bottom: clamp( 2.0625rem , 1.8068609023rem  +  1.2781954887vw , 3.125rem );
    }
}

@supports not (padding-bottom: clamp( 2.0625rem , 1.8068609023rem  +  1.2781954887vw , 3.125rem )) {
    .road {
      padding-bottom: calc(2.0625rem + 1.0625 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 0.75rem , 0.719924812rem  +  0.1503759398vw , 0.875rem )) {
    .road__item {
      font-size: clamp( 0.75rem , 0.719924812rem  +  0.1503759398vw , 0.875rem );
    }
}

@supports not (font-size: clamp( 0.75rem , 0.719924812rem  +  0.1503759398vw , 0.875rem )) {
    .road__item {
      font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 83.125);
    }
}

@supports (max-width: clamp( 5.625rem , 4.8430451128rem  +  3.9097744361vw , 8.875rem )) {
    .top-header__logo img {
      max-width: clamp( 5.625rem , 4.8430451128rem  +  3.9097744361vw , 8.875rem );
    }
}

@supports not (max-width: clamp( 5.625rem , 4.8430451128rem  +  3.9097744361vw , 8.875rem )) {
    .top-header__logo img {
      max-width: calc(5.625rem + 3.25 * (100vw - 20rem) / 83.125);
    }
}

@supports (padding-left: clamp( 1.125rem , 0.8242481203rem  +  1.5037593985vw , 2.375rem )) {
    .info-header__label {
      padding-left: clamp( 1.125rem , 0.8242481203rem  +  1.5037593985vw , 2.375rem );
    }
}

@supports not (padding-left: clamp( 1.125rem , 0.8242481203rem  +  1.5037593985vw , 2.375rem )) {
    .info-header__label {
      padding-left: calc(1.125rem + 1.25 * (100vw - 20rem) / 83.125);
    }
}

@supports (margin-bottom: clamp( 0.3125rem , 0.1470864662rem  +  0.8270676692vw , 1rem )) {
    .info-header__label:not(:last-child) {
      margin-bottom: clamp( 0.3125rem , 0.1470864662rem  +  0.8270676692vw , 1rem );
    }
}

@supports not (margin-bottom: clamp( 0.3125rem , 0.1470864662rem  +  0.8270676692vw , 1rem )) {
    .info-header__label:not(:last-child) {
      margin-bottom: calc(0.3125rem + 0.6875 * (100vw - 20rem) / 83.125);
    }
}

@supports ((-moz-column-gap: clamp( 0.9375rem , 0.5765977444rem  +  1.8045112782vw , 2.4375rem )) or (column-gap: clamp( 0.9375rem , 0.5765977444rem  +  1.8045112782vw , 2.4375rem ))) {
    .info-header__phones {
      -webkit-column-gap: clamp( 0.9375rem , 0.5765977444rem  +  1.8045112782vw , 2.4375rem );
         -moz-column-gap: clamp( 0.9375rem , 0.5765977444rem  +  1.8045112782vw , 2.4375rem );
              column-gap: clamp( 0.9375rem , 0.5765977444rem  +  1.8045112782vw , 2.4375rem );
    }
}

@supports not ((-moz-column-gap: clamp( 0.9375rem , 0.5765977444rem  +  1.8045112782vw , 2.4375rem )) or (column-gap: clamp( 0.9375rem , 0.5765977444rem  +  1.8045112782vw , 2.4375rem ))) {
    .info-header__phones {
      -webkit-column-gap: calc(0.9375rem + 1.5 * (100vw - 20rem) / 83.125);
         -moz-column-gap: calc(0.9375rem + 1.5 * (100vw - 20rem) / 83.125);
              column-gap: calc(0.9375rem + 1.5 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 0.875rem , 0.7847744361rem  +  0.4511278195vw , 1.25rem )) {
    .info-header__phone {
      font-size: clamp( 0.875rem , 0.7847744361rem  +  0.4511278195vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.7847744361rem  +  0.4511278195vw , 1.25rem )) {
    .info-header__phone {
      font-size: calc(0.875rem + 0.375 * (100vw - 20rem) / 83.125);
    }
}

@supports (gap: clamp( 0.375rem , 0.1945488722rem  +  0.9022556391vw , 1.125rem )) {
    .info-header__phone {
      gap: clamp( 0.375rem , 0.1945488722rem  +  0.9022556391vw , 1.125rem );
    }
}

@supports not (gap: clamp( 0.375rem , 0.1945488722rem  +  0.9022556391vw , 1.125rem )) {
    .info-header__phone {
      gap: calc(0.375rem + 0.75 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 0.75rem , 0.6296992481rem  +  0.6015037594vw , 1.25rem )) {
    .info-header__phone::before {
      font-size: clamp( 0.75rem , 0.6296992481rem  +  0.6015037594vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 0.75rem , 0.6296992481rem  +  0.6015037594vw , 1.25rem )) {
    .info-header__phone::before {
      font-size: calc(0.75rem + 0.5 * (100vw - 20rem) / 83.125);
    }
}

@supports (gap: clamp( 0.375rem , 0.1945488722rem  +  0.9022556391vw , 1.125rem )) {
    .info-header__location {
      gap: clamp( 0.375rem , 0.1945488722rem  +  0.9022556391vw , 1.125rem );
    }
}

@supports not (gap: clamp( 0.375rem , 0.1945488722rem  +  0.9022556391vw , 1.125rem )) {
    .info-header__location {
      gap: calc(0.375rem + 0.75 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 0.75rem , 0.6296992481rem  +  0.6015037594vw , 1.25rem )) {
    .info-header__location::before {
      font-size: clamp( 0.75rem , 0.6296992481rem  +  0.6015037594vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 0.75rem , 0.6296992481rem  +  0.6015037594vw , 1.25rem )) {
    .info-header__location::before {
      font-size: calc(0.75rem + 0.5 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 0.875rem , 0.7847744361rem  +  0.4511278195vw , 1.25rem )) {
    .info-header__loc {
      font-size: clamp( 0.875rem , 0.7847744361rem  +  0.4511278195vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.7847744361rem  +  0.4511278195vw , 1.25rem )) {
    .info-header__loc {
      font-size: calc(0.875rem + 0.375 * (100vw - 20rem) / 83.125);
    }
}

@supports (padding-top: clamp( 1.125rem , 0.8843984962rem  +  1.2030075188vw , 2.125rem )) {
    .main-header {
      padding-top: clamp( 1.125rem , 0.8843984962rem  +  1.2030075188vw , 2.125rem );
    }
}

@supports not (padding-top: clamp( 1.125rem , 0.8843984962rem  +  1.2030075188vw , 2.125rem )) {
    .main-header {
      padding-top: calc(1.125rem + 1 * (100vw - 20rem) / 83.125);
    }
}

@supports (padding-bottom: clamp( 1.125rem , 0.8843984962rem  +  1.2030075188vw , 2.125rem )) {
    .main-header {
      padding-bottom: clamp( 1.125rem , 0.8843984962rem  +  1.2030075188vw , 2.125rem );
    }
}

@supports not (padding-bottom: clamp( 1.125rem , 0.8843984962rem  +  1.2030075188vw , 2.125rem )) {
    .main-header {
      padding-bottom: calc(1.125rem + 1 * (100vw - 20rem) / 83.125);
    }
}

@supports (gap: clamp( 0.5rem , 0.4398496241rem  +  0.3007518797vw , 0.75rem )) {
    .main-header__actions {
      gap: clamp( 0.5rem , 0.4398496241rem  +  0.3007518797vw , 0.75rem );
    }
}

@supports not (gap: clamp( 0.5rem , 0.4398496241rem  +  0.3007518797vw , 0.75rem )) {
    .main-header__actions {
      gap: calc(0.5rem + 0.25 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 0.75rem , 0.6597744361rem  +  0.4511278195vw , 1.125rem )) {
    .main-header__account::before {
      font-size: clamp( 0.75rem , 0.6597744361rem  +  0.4511278195vw , 1.125rem );
    }
}

@supports not (font-size: clamp( 0.75rem , 0.6597744361rem  +  0.4511278195vw , 1.125rem )) {
    .main-header__account::before {
      font-size: calc(0.75rem + 0.375 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 0.75rem , 0.719924812rem  +  0.1503759398vw , 0.875rem )) {
    .menu__link {
      font-size: clamp( 0.75rem , 0.719924812rem  +  0.1503759398vw , 0.875rem );
    }
}

@supports not (font-size: clamp( 0.75rem , 0.719924812rem  +  0.1503759398vw , 0.875rem )) {
    .menu__link {
      font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 83.125);
    }
}

@supports (padding-top: clamp( 1.5rem , 1.1691729323rem  +  1.6541353383vw , 2.875rem )) {
    .footer {
      padding-top: clamp( 1.5rem , 1.1691729323rem  +  1.6541353383vw , 2.875rem );
    }
}

@supports not (padding-top: clamp( 1.5rem , 1.1691729323rem  +  1.6541353383vw , 2.875rem )) {
    .footer {
      padding-top: calc(1.5rem + 1.375 * (100vw - 20rem) / 83.125);
    }
}

@supports (padding-bottom: clamp( 2.0625rem , 1.7316729323rem  +  1.6541353383vw , 3.4375rem )) {
    .footer {
      padding-bottom: clamp( 2.0625rem , 1.7316729323rem  +  1.6541353383vw , 3.4375rem );
    }
}

@supports not (padding-bottom: clamp( 2.0625rem , 1.7316729323rem  +  1.6541353383vw , 3.4375rem )) {
    .footer {
      padding-bottom: calc(2.0625rem + 1.375 * (100vw - 20rem) / 83.125);
    }
}

@supports (gap: clamp( 1.25rem , 0.9191729323rem  +  1.6541353383vw , 2.625rem )) {
    .footer__column--2 {
      gap: clamp( 1.25rem , 0.9191729323rem  +  1.6541353383vw , 2.625rem );
    }
}

@supports not (gap: clamp( 1.25rem , 0.9191729323rem  +  1.6541353383vw , 2.625rem )) {
    .footer__column--2 {
      gap: calc(1.25rem + 1.375 * (100vw - 20rem) / 83.125);
    }
}

@supports (max-width: clamp( 5.625rem , 4.8430451128rem  +  3.9097744361vw , 8.875rem )) {
    .footer__logo img {
      max-width: clamp( 5.625rem , 4.8430451128rem  +  3.9097744361vw , 8.875rem );
    }
}

@supports not (max-width: clamp( 5.625rem , 4.8430451128rem  +  3.9097744361vw , 8.875rem )) {
    .footer__logo img {
      max-width: calc(5.625rem + 3.25 * (100vw - 20rem) / 83.125);
    }
}

@supports (margin-bottom: clamp( 0.3125rem , 0.1170112782rem  +  0.977443609vw , 1.125rem )) {
    .footer__logo:not(:last-child) {
      margin-bottom: clamp( 0.3125rem , 0.1170112782rem  +  0.977443609vw , 1.125rem );
    }
}

@supports not (margin-bottom: clamp( 0.3125rem , 0.1170112782rem  +  0.977443609vw , 1.125rem )) {
    .footer__logo:not(:last-child) {
      margin-bottom: calc(0.3125rem + 0.8125 * (100vw - 20rem) / 83.125);
    }
}

@supports (gap: clamp( 0.625rem , 0.5498120301rem  +  0.3759398496vw , 0.9375rem )) {
    .footer__info {
      gap: clamp( 0.625rem , 0.5498120301rem  +  0.3759398496vw , 0.9375rem );
    }
}

@supports not (gap: clamp( 0.625rem , 0.5498120301rem  +  0.3759398496vw , 0.9375rem )) {
    .footer__info {
      gap: calc(0.625rem + 0.3125 * (100vw - 20rem) / 83.125);
    }
}

@supports (margin-bottom: clamp( 1.0625rem , 0.7015977444rem  +  1.8045112782vw , 2.5625rem )) {
    .footer__info:not(:last-child) {
      margin-bottom: clamp( 1.0625rem , 0.7015977444rem  +  1.8045112782vw , 2.5625rem );
    }
}

@supports not (margin-bottom: clamp( 1.0625rem , 0.7015977444rem  +  1.8045112782vw , 2.5625rem )) {
    .footer__info:not(:last-child) {
      margin-bottom: calc(1.0625rem + 1.5 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 0.875rem , 0.7847744361rem  +  0.4511278195vw , 1.25rem )) {
    .footer__phone {
      font-size: clamp( 0.875rem , 0.7847744361rem  +  0.4511278195vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.7847744361rem  +  0.4511278195vw , 1.25rem )) {
    .footer__phone {
      font-size: calc(0.875rem + 0.375 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 0.875rem , 0.7847744361rem  +  0.4511278195vw , 1.25rem )) {
    .footer__loc {
      font-size: clamp( 0.875rem , 0.7847744361rem  +  0.4511278195vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.7847744361rem  +  0.4511278195vw , 1.25rem )) {
    .footer__loc {
      font-size: calc(0.875rem + 0.375 * (100vw - 20rem) / 83.125);
    }
}

@supports (margin-bottom: clamp( 1.75rem , 1.5695488722rem  +  0.9022556391vw , 2.5rem )) {
    .footer__socials:not(:last-child) {
      margin-bottom: clamp( 1.75rem , 1.5695488722rem  +  0.9022556391vw , 2.5rem );
    }
}

@supports not (margin-bottom: clamp( 1.75rem , 1.5695488722rem  +  0.9022556391vw , 2.5rem )) {
    .footer__socials:not(:last-child) {
      margin-bottom: calc(1.75rem + 0.75 * (100vw - 20rem) / 83.125);
    }
}

@supports (margin-bottom: clamp( 1.8125rem , 1.6621240602rem  +  0.7518796992vw , 2.4375rem )) {
    .footer-menu__item:not(:last-child) {
      margin-bottom: clamp( 1.8125rem , 1.6621240602rem  +  0.7518796992vw , 2.4375rem );
    }
}

@supports not (margin-bottom: clamp( 1.8125rem , 1.6621240602rem  +  0.7518796992vw , 2.4375rem )) {
    .footer-menu__item:not(:last-child) {
      margin-bottom: calc(1.8125rem + 0.625 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 0.75rem , 0.719924812rem  +  0.1503759398vw , 0.875rem )) {
    .footer-menu__link {
      font-size: clamp( 0.75rem , 0.719924812rem  +  0.1503759398vw , 0.875rem );
    }
}

@supports not (font-size: clamp( 0.75rem , 0.719924812rem  +  0.1503759398vw , 0.875rem )) {
    .footer-menu__link {
      font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 83.125);
    }
}

@supports (width: clamp( 2.0625rem , 1.9271616541rem  +  0.6766917293vw , 2.625rem )) {
    .block-main__arrow {
      width: clamp( 2.0625rem , 1.9271616541rem  +  0.6766917293vw , 2.625rem );
    }
}

@supports not (width: clamp( 2.0625rem , 1.9271616541rem  +  0.6766917293vw , 2.625rem )) {
    .block-main__arrow {
      width: calc(2.0625rem + 0.5625 * (100vw - 20rem) / 83.125);
    }
}

@supports (height: clamp( 2.0625rem , 1.9271616541rem  +  0.6766917293vw , 2.625rem )) {
    .block-main__arrow {
      height: clamp( 2.0625rem , 1.9271616541rem  +  0.6766917293vw , 2.625rem );
    }
}

@supports not (height: clamp( 2.0625rem , 1.9271616541rem  +  0.6766917293vw , 2.625rem )) {
    .block-main__arrow {
      height: calc(2.0625rem + 0.5625 * (100vw - 20rem) / 83.125);
    }
}

@supports (width: clamp( 6.875rem , 4.1080827068rem  +  13.8345864662vw , 18.375rem )) {
    .slide-main__bg {
      width: clamp( 6.875rem , 4.1080827068rem  +  13.8345864662vw , 18.375rem );
    }
}

@supports not (width: clamp( 6.875rem , 4.1080827068rem  +  13.8345864662vw , 18.375rem )) {
    .slide-main__bg {
      width: calc(6.875rem + 11.5 * (100vw - 20rem) / 83.125);
    }
}

@supports (width: clamp( 6.875rem , 4.1080827068rem  +  13.8345864662vw , 18.375rem )) {
    .slide-main__bg img {
      width: clamp( 6.875rem , 4.1080827068rem  +  13.8345864662vw , 18.375rem );
    }
}

@supports not (width: clamp( 6.875rem , 4.1080827068rem  +  13.8345864662vw , 18.375rem )) {
    .slide-main__bg img {
      width: calc(6.875rem + 11.5 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 1.375rem , 0.9840225564rem  +  1.954887218vw , 3rem )) {
    .content-main__title {
      font-size: clamp( 1.375rem , 0.9840225564rem  +  1.954887218vw , 3rem );
    }
}

@supports not (font-size: clamp( 1.375rem , 0.9840225564rem  +  1.954887218vw , 3rem )) {
    .content-main__title {
      font-size: calc(1.375rem + 1.625 * (100vw - 20rem) / 83.125);
    }
}

@supports (margin-bottom: clamp( 1.875rem , 1.7095864662rem  +  0.8270676692vw , 2.5625rem )) {
    .content-main__title:not(:last-child) {
      margin-bottom: clamp( 1.875rem , 1.7095864662rem  +  0.8270676692vw , 2.5625rem );
    }
}

@supports not (margin-bottom: clamp( 1.875rem , 1.7095864662rem  +  0.8270676692vw , 2.5625rem )) {
    .content-main__title:not(:last-child) {
      margin-bottom: calc(1.875rem + 0.6875 * (100vw - 20rem) / 83.125);
    }
}

@supports (width: clamp( 2.25rem , 1.9793233083rem  +  1.3533834586vw , 3.375rem )) {
    .content-main__icon {
      width: clamp( 2.25rem , 1.9793233083rem  +  1.3533834586vw , 3.375rem );
    }
}

@supports not (width: clamp( 2.25rem , 1.9793233083rem  +  1.3533834586vw , 3.375rem )) {
    .content-main__icon {
      width: calc(2.25rem + 1.125 * (100vw - 20rem) / 83.125);
    }
}

@supports (height: clamp( 2.25rem , 1.9793233083rem  +  1.3533834586vw , 3.375rem )) {
    .content-main__icon {
      height: clamp( 2.25rem , 1.9793233083rem  +  1.3533834586vw , 3.375rem );
    }
}

@supports not (height: clamp( 2.25rem , 1.9793233083rem  +  1.3533834586vw , 3.375rem )) {
    .content-main__icon {
      height: calc(2.25rem + 1.125 * (100vw - 20rem) / 83.125);
    }
}

@supports (flex-basis: clamp( 2.25rem , 1.9793233083rem  +  1.3533834586vw , 3.375rem )) {
    .content-main__icon {
      -ms-flex-preferred-size: clamp( 2.25rem , 1.9793233083rem  +  1.3533834586vw , 3.375rem );
          flex-basis: clamp( 2.25rem , 1.9793233083rem  +  1.3533834586vw , 3.375rem );
    }
}

@supports not (flex-basis: clamp( 2.25rem , 1.9793233083rem  +  1.3533834586vw , 3.375rem )) {
    .content-main__icon {
      -ms-flex-preferred-size: calc(2.25rem + 1.125 * (100vw - 20rem) / 83.125);
          flex-basis: calc(2.25rem + 1.125 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 0.75rem , 0.719924812rem  +  0.1503759398vw , 0.875rem )) {
    .content-main__text {
      font-size: clamp( 0.75rem , 0.719924812rem  +  0.1503759398vw , 0.875rem );
    }
}

@supports not (font-size: clamp( 0.75rem , 0.719924812rem  +  0.1503759398vw , 0.875rem )) {
    .content-main__text {
      font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 83.125);
    }
}

@supports (gap: clamp( 0.625rem , 0.4295112782rem  +  0.977443609vw , 1.4375rem )) {
    .content-main__button {
      gap: clamp( 0.625rem , 0.4295112782rem  +  0.977443609vw , 1.4375rem );
    }
}

@supports not (gap: clamp( 0.625rem , 0.4295112782rem  +  0.977443609vw , 1.4375rem )) {
    .content-main__button {
      gap: calc(0.625rem + 0.8125 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 0.75rem , 0.719924812rem  +  0.1503759398vw , 0.875rem )) {
    .content-main__button {
      font-size: clamp( 0.75rem , 0.719924812rem  +  0.1503759398vw , 0.875rem );
    }
}

@supports not (font-size: clamp( 0.75rem , 0.719924812rem  +  0.1503759398vw , 0.875rem )) {
    .content-main__button {
      font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 83.125);
    }
}

@supports (padding-top: clamp( 3.0625rem , 3.8378759398rem  +  -0.7518796992vw , 3.6875rem )) {
    .advantages {
      padding-top: clamp( 3.0625rem , 3.8378759398rem  +  -0.7518796992vw , 3.6875rem );
    }
}

@supports not (padding-top: clamp( 3.0625rem , 3.8378759398rem  +  -0.7518796992vw , 3.6875rem )) {
    .advantages {
      padding-top: calc(3.6875rem + -0.625 * (100vw - 20rem) / 83.125);
    }
}

@supports (padding-bottom: clamp( 2.1875rem , 1.9769736842rem  +  1.0526315789vw , 3.0625rem )) {
    .advantages {
      padding-bottom: clamp( 2.1875rem , 1.9769736842rem  +  1.0526315789vw , 3.0625rem );
    }
}

@supports not (padding-bottom: clamp( 2.1875rem , 1.9769736842rem  +  1.0526315789vw , 3.0625rem )) {
    .advantages {
      padding-bottom: calc(2.1875rem + 0.875 * (100vw - 20rem) / 83.125);
    }
}

@supports (gap: clamp( 0.625rem , 0.2941729323rem  +  1.6541353383vw , 2rem )) {
    .advantages__items {
      gap: clamp( 0.625rem , 0.2941729323rem  +  1.6541353383vw , 2rem );
    }
}

@supports not (gap: clamp( 0.625rem , 0.2941729323rem  +  1.6541353383vw , 2rem )) {
    .advantages__items {
      gap: calc(0.625rem + 1.375 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 0.875rem , 0.7847744361rem  +  0.4511278195vw , 1.25rem )) {
    .advantages__label {
      font-size: clamp( 0.875rem , 0.7847744361rem  +  0.4511278195vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.7847744361rem  +  0.4511278195vw , 1.25rem )) {
    .advantages__label {
      font-size: calc(0.875rem + 0.375 * (100vw - 20rem) / 83.125);
    }
}

@supports (padding-bottom: clamp( 3.125rem , 2.3881578947rem  +  3.6842105263vw , 6.1875rem )) {
    .assortment {
      padding-bottom: clamp( 3.125rem , 2.3881578947rem  +  3.6842105263vw , 6.1875rem );
    }
}

@supports not (padding-bottom: clamp( 3.125rem , 2.3881578947rem  +  3.6842105263vw , 6.1875rem )) {
    .assortment {
      padding-bottom: calc(3.125rem + 3.0625 * (100vw - 20rem) / 83.125);
    }
}

@supports (gap: clamp( 0.625rem , 0.2941729323rem  +  1.6541353383vw , 2rem )) {
    .assortment__items {
      gap: clamp( 0.625rem , 0.2941729323rem  +  1.6541353383vw , 2rem );
    }
}

@supports not (gap: clamp( 0.625rem , 0.2941729323rem  +  1.6541353383vw , 2rem )) {
    .assortment__items {
      gap: calc(0.625rem + 1.375 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 1rem , 0.9398496241rem  +  0.3007518797vw , 1.25rem )) {
    .item-assortment__name {
      font-size: clamp( 1rem , 0.9398496241rem  +  0.3007518797vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.9398496241rem  +  0.3007518797vw , 1.25rem )) {
    .item-assortment__name {
      font-size: calc(1rem + 0.25 * (100vw - 20rem) / 83.125);
    }
}

@supports (margin-bottom: clamp( 0.625rem , 0.4746240602rem  +  0.7518796992vw , 1.25rem )) {
    .tabs-goods__title:not(:last-child) {
      margin-bottom: clamp( 0.625rem , 0.4746240602rem  +  0.7518796992vw , 1.25rem );
    }
}

@supports not (margin-bottom: clamp( 0.625rem , 0.4746240602rem  +  0.7518796992vw , 1.25rem )) {
    .tabs-goods__title:not(:last-child) {
      margin-bottom: calc(0.625rem + 0.625 * (100vw - 20rem) / 83.125);
    }
}

@supports (margin-bottom: clamp( 1.25rem , 0.9492481203rem  +  1.5037593985vw , 2.5rem )) {
    .tabs-goods__wrap:not(:last-child) {
      margin-bottom: clamp( 1.25rem , 0.9492481203rem  +  1.5037593985vw , 2.5rem );
    }
}

@supports not (margin-bottom: clamp( 1.25rem , 0.9492481203rem  +  1.5037593985vw , 2.5rem )) {
    .tabs-goods__wrap:not(:last-child) {
      margin-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 0.875rem , 0.844924812rem  +  0.1503759398vw , 1rem )) {
    .tabs-goods__label {
      font-size: clamp( 0.875rem , 0.844924812rem  +  0.1503759398vw , 1rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.844924812rem  +  0.1503759398vw , 1rem )) {
    .tabs-goods__label {
      font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 83.125);
    }
}

@supports (width: clamp( 4.5rem , 3.6578947368rem  +  4.2105263158vw , 8rem )) {
    .tabs-goods__label::after {
      width: clamp( 4.5rem , 3.6578947368rem  +  4.2105263158vw , 8rem );
    }
}

@supports not (width: clamp( 4.5rem , 3.6578947368rem  +  4.2105263158vw , 8rem )) {
    .tabs-goods__label::after {
      width: calc(4.5rem + 3.5 * (100vw - 20rem) / 83.125);
    }
}

@supports (width: clamp( 2.0625rem , 1.7316729323rem  +  1.6541353383vw , 3.4375rem )) {
    .tabs-goods__arrow {
      width: clamp( 2.0625rem , 1.7316729323rem  +  1.6541353383vw , 3.4375rem );
    }
}

@supports not (width: clamp( 2.0625rem , 1.7316729323rem  +  1.6541353383vw , 3.4375rem )) {
    .tabs-goods__arrow {
      width: calc(2.0625rem + 1.375 * (100vw - 20rem) / 83.125);
    }
}

@supports (height: clamp( 2.0625rem , 1.7316729323rem  +  1.6541353383vw , 3.4375rem )) {
    .tabs-goods__arrow {
      height: clamp( 2.0625rem , 1.7316729323rem  +  1.6541353383vw , 3.4375rem );
    }
}

@supports not (height: clamp( 2.0625rem , 1.7316729323rem  +  1.6541353383vw , 3.4375rem )) {
    .tabs-goods__arrow {
      height: calc(2.0625rem + 1.375 * (100vw - 20rem) / 83.125);
    }
}

@supports (min-height: clamp( 18.9375rem , 17.0578007519rem  +  9.3984962406vw , 26.75rem )) {
    .slide-goods__cart {
      min-height: clamp( 18.9375rem , 17.0578007519rem  +  9.3984962406vw , 26.75rem );
    }
}

@supports not (min-height: clamp( 18.9375rem , 17.0578007519rem  +  9.3984962406vw , 26.75rem )) {
    .slide-goods__cart {
      min-height: calc(18.9375rem + 7.8125 * (100vw - 20rem) / 83.125);
    }
}

@supports (padding-bottom: clamp( 4.375rem , 3.382518797rem  +  4.962406015vw , 8.5rem )) {
    .partners {
      padding-bottom: clamp( 4.375rem , 3.382518797rem  +  4.962406015vw , 8.5rem );
    }
}

@supports not (padding-bottom: clamp( 4.375rem , 3.382518797rem  +  4.962406015vw , 8.5rem )) {
    .partners {
      padding-bottom: calc(4.375rem + 4.125 * (100vw - 20rem) / 83.125);
    }
}

@supports (padding-bottom: clamp( 3.4375rem , 2.8209586466rem  +  3.0827067669vw , 6rem )) {
    .main-catalog {
      padding-bottom: clamp( 3.4375rem , 2.8209586466rem  +  3.0827067669vw , 6rem );
    }
}

@supports not (padding-bottom: clamp( 3.4375rem , 2.8209586466rem  +  3.0827067669vw , 6rem )) {
    .main-catalog {
      padding-bottom: calc(3.4375rem + 2.5625 * (100vw - 20rem) / 83.125);
    }
}

@supports (margin-bottom: clamp( 2.5rem , 2.1240601504rem  +  1.8796992481vw , 4.0625rem )) {
    .main-catalog__items:not(:last-child) {
      margin-bottom: clamp( 2.5rem , 2.1240601504rem  +  1.8796992481vw , 4.0625rem );
    }
}

@supports not (margin-bottom: clamp( 2.5rem , 2.1240601504rem  +  1.8796992481vw , 4.0625rem )) {
    .main-catalog__items:not(:last-child) {
      margin-bottom: calc(2.5rem + 1.5625 * (100vw - 20rem) / 83.125);
    }
}

@supports (padding-top: clamp( 2.25rem , 1.7086466165rem  +  2.7067669173vw , 4.5rem )) {
    .main-catalog__mb {
      padding-top: clamp( 2.25rem , 1.7086466165rem  +  2.7067669173vw , 4.5rem );
    }
}

@supports not (padding-top: clamp( 2.25rem , 1.7086466165rem  +  2.7067669173vw , 4.5rem )) {
    .main-catalog__mb {
      padding-top: calc(2.25rem + 2.25 * (100vw - 20rem) / 83.125);
    }
}

@supports (margin-bottom: clamp( 3.8125rem , 3.4215225564rem  +  1.954887218vw , 5.4375rem )) {
    .main-catalog .pagging:not(:last-child) {
      margin-bottom: clamp( 3.8125rem , 3.4215225564rem  +  1.954887218vw , 5.4375rem );
    }
}

@supports not (margin-bottom: clamp( 3.8125rem , 3.4215225564rem  +  1.954887218vw , 5.4375rem )) {
    .main-catalog .pagging:not(:last-child) {
      margin-bottom: calc(3.8125rem + 1.625 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 1.5rem , 1.484962406rem  +  0.0751879699vw , 1.5625rem )) {
    .block-catalog__title {
      font-size: clamp( 1.5rem , 1.484962406rem  +  0.0751879699vw , 1.5625rem );
    }
}

@supports not (font-size: clamp( 1.5rem , 1.484962406rem  +  0.0751879699vw , 1.5625rem )) {
    .block-catalog__title {
      font-size: calc(1.5rem + 0.0625 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 0.875rem , 0.844924812rem  +  0.1503759398vw , 1rem )) {
    .item-catalog__title {
      font-size: clamp( 0.875rem , 0.844924812rem  +  0.1503759398vw , 1rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.844924812rem  +  0.1503759398vw , 1rem )) {
    .item-catalog__title {
      font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 1.25rem , 1.0695488722rem  +  0.9022556391vw , 2rem )) {
    .item-catalog__price {
      font-size: clamp( 1.25rem , 1.0695488722rem  +  0.9022556391vw , 2rem );
    }
}

@supports not (font-size: clamp( 1.25rem , 1.0695488722rem  +  0.9022556391vw , 2rem )) {
    .item-catalog__price {
      font-size: calc(1.25rem + 0.75 * (100vw - 20rem) / 83.125);
    }
}

@supports (width: clamp( 2.25rem , 1.9041353383rem  +  1.7293233083vw , 3.6875rem )) {
    .item-catalog__bag {
      width: clamp( 2.25rem , 1.9041353383rem  +  1.7293233083vw , 3.6875rem );
    }
}

@supports not (width: clamp( 2.25rem , 1.9041353383rem  +  1.7293233083vw , 3.6875rem )) {
    .item-catalog__bag {
      width: calc(2.25rem + 1.4375 * (100vw - 20rem) / 83.125);
    }
}

@supports (height: clamp( 2.25rem , 1.9041353383rem  +  1.7293233083vw , 3.6875rem )) {
    .item-catalog__bag {
      height: clamp( 2.25rem , 1.9041353383rem  +  1.7293233083vw , 3.6875rem );
    }
}

@supports not (height: clamp( 2.25rem , 1.9041353383rem  +  1.7293233083vw , 3.6875rem )) {
    .item-catalog__bag {
      height: calc(2.25rem + 1.4375 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 0.75rem , 0.5695488722rem  +  0.9022556391vw , 1.5rem )) {
    .item-catalog__bag::before {
      font-size: clamp( 0.75rem , 0.5695488722rem  +  0.9022556391vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 0.75rem , 0.5695488722rem  +  0.9022556391vw , 1.5rem )) {
    .item-catalog__bag::before {
      font-size: calc(0.75rem + 0.75 * (100vw - 20rem) / 83.125);
    }
}

@supports (margin-bottom: clamp( 1.25rem , 0.7988721805rem  +  2.2556390977vw , 3.125rem )) {
    .info-catalog__column:not(:last-child) {
      margin-bottom: clamp( 1.25rem , 0.7988721805rem  +  2.2556390977vw , 3.125rem );
    }
}

@supports not (margin-bottom: clamp( 1.25rem , 0.7988721805rem  +  2.2556390977vw , 3.125rem )) {
    .info-catalog__column:not(:last-child) {
      margin-bottom: calc(1.25rem + 1.875 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 1rem , 0.9398496241rem  +  0.3007518797vw , 1.25rem )) {
    .info-catalog__label {
      font-size: clamp( 1rem , 0.9398496241rem  +  0.3007518797vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.9398496241rem  +  0.3007518797vw , 1.25rem )) {
    .info-catalog__label {
      font-size: calc(1rem + 0.25 * (100vw - 20rem) / 83.125);
    }
}

@supports (margin-bottom: clamp( 0.625rem , 0.5498120301rem  +  0.3759398496vw , 0.9375rem )) {
    .info-catalog__label:not(:last-child) {
      margin-bottom: clamp( 0.625rem , 0.5498120301rem  +  0.3759398496vw , 0.9375rem );
    }
}

@supports not (margin-bottom: clamp( 0.625rem , 0.5498120301rem  +  0.3759398496vw , 0.9375rem )) {
    .info-catalog__label:not(:last-child) {
      margin-bottom: calc(0.625rem + 0.3125 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 1rem , 0.9398496241rem  +  0.3007518797vw , 1.25rem )) {
    .info-catalog__text {
      font-size: clamp( 1rem , 0.9398496241rem  +  0.3007518797vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.9398496241rem  +  0.3007518797vw , 1.25rem )) {
    .info-catalog__text {
      font-size: calc(1rem + 0.25 * (100vw - 20rem) / 83.125);
    }
}

@supports (gap: clamp( 1.25rem , 0.3477443609rem  +  4.5112781955vw , 5rem )) {
    .main-product__wrapper {
      gap: clamp( 1.25rem , 0.3477443609rem  +  4.5112781955vw , 5rem );
    }
}

@supports not (gap: clamp( 1.25rem , 0.3477443609rem  +  4.5112781955vw , 5rem )) {
    .main-product__wrapper {
      gap: calc(1.25rem + 3.75 * (100vw - 20rem) / 83.125);
    }
}

@supports (margin-bottom: clamp( 0.6875rem , 0.4920112782rem  +  0.977443609vw , 1.5rem )) {
    .block-product__slider:not(:last-child) {
      margin-bottom: clamp( 0.6875rem , 0.4920112782rem  +  0.977443609vw , 1.5rem );
    }
}

@supports not (margin-bottom: clamp( 0.6875rem , 0.4920112782rem  +  0.977443609vw , 1.5rem )) {
    .block-product__slider:not(:last-child) {
      margin-bottom: calc(0.6875rem + 0.8125 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 1.875rem , 1.7246240602rem  +  0.7518796992vw , 2.5rem )) {
    .block-product__slide-ibg::before {
      font-size: clamp( 1.875rem , 1.7246240602rem  +  0.7518796992vw , 2.5rem );
    }
}

@supports not (font-size: clamp( 1.875rem , 1.7246240602rem  +  0.7518796992vw , 2.5rem )) {
    .block-product__slide-ibg::before {
      font-size: calc(1.875rem + 0.625 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 1.5rem , 1.1390977444rem  +  1.8045112782vw , 3rem )) {
    .product-content__title {
      font-size: clamp( 1.5rem , 1.1390977444rem  +  1.8045112782vw , 3rem );
    }
}

@supports not (font-size: clamp( 1.5rem , 1.1390977444rem  +  1.8045112782vw , 3rem )) {
    .product-content__title {
      font-size: calc(1.5rem + 1.5 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 0.75rem , 0.6296992481rem  +  0.6015037594vw , 1.25rem )) {
    .product-content__subtitle {
      font-size: clamp( 0.75rem , 0.6296992481rem  +  0.6015037594vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 0.75rem , 0.6296992481rem  +  0.6015037594vw , 1.25rem )) {
    .product-content__subtitle {
      font-size: calc(0.75rem + 0.5 * (100vw - 20rem) / 83.125);
    }
}

@supports (margin-bottom: clamp( 0.9375rem , 0.7720864662rem  +  0.8270676692vw , 1.625rem )) {
    .product-content__subtitle:not(:last-child) {
      margin-bottom: clamp( 0.9375rem , 0.7720864662rem  +  0.8270676692vw , 1.625rem );
    }
}

@supports not (margin-bottom: clamp( 0.9375rem , 0.7720864662rem  +  0.8270676692vw , 1.625rem )) {
    .product-content__subtitle:not(:last-child) {
      margin-bottom: calc(0.9375rem + 0.6875 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 2.25rem , 2.0695488722rem  +  0.9022556391vw , 3rem )) {
    .product-content__price {
      font-size: clamp( 2.25rem , 2.0695488722rem  +  0.9022556391vw , 3rem );
    }
}

@supports not (font-size: clamp( 2.25rem , 2.0695488722rem  +  0.9022556391vw , 3rem )) {
    .product-content__price {
      font-size: calc(2.25rem + 0.75 * (100vw - 20rem) / 83.125);
    }
}

@supports (margin-bottom: clamp( 0.625rem , 0.3843984962rem  +  1.2030075188vw , 1.625rem )) {
    .product-content__avaible:not(:last-child) {
      margin-bottom: clamp( 0.625rem , 0.3843984962rem  +  1.2030075188vw , 1.625rem );
    }
}

@supports not (margin-bottom: clamp( 0.625rem , 0.3843984962rem  +  1.2030075188vw , 1.625rem )) {
    .product-content__avaible:not(:last-child) {
      margin-bottom: calc(0.625rem + 1 * (100vw - 20rem) / 83.125);
    }
}

@supports (margin-bottom: clamp( 1.25rem , 1.1597744361rem  +  0.4511278195vw , 1.625rem )) {
    .product-content__actions:not(:last-child) {
      margin-bottom: clamp( 1.25rem , 1.1597744361rem  +  0.4511278195vw , 1.625rem );
    }
}

@supports not (margin-bottom: clamp( 1.25rem , 1.1597744361rem  +  0.4511278195vw , 1.625rem )) {
    .product-content__actions:not(:last-child) {
      margin-bottom: calc(1.25rem + 0.375 * (100vw - 20rem) / 83.125);
    }
}

@supports (margin-bottom: clamp( 1.25rem , 0.9492481203rem  +  1.5037593985vw , 2.5rem )) {
    .product-content__list:not(:last-child) {
      margin-bottom: clamp( 1.25rem , 0.9492481203rem  +  1.5037593985vw , 2.5rem );
    }
}

@supports not (margin-bottom: clamp( 1.25rem , 0.9492481203rem  +  1.5037593985vw , 2.5rem )) {
    .product-content__list:not(:last-child) {
      margin-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 0.875rem , 0.844924812rem  +  0.1503759398vw , 1rem )) {
    .product-content__item {
      font-size: clamp( 0.875rem , 0.844924812rem  +  0.1503759398vw , 1rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.844924812rem  +  0.1503759398vw , 1rem )) {
    .product-content__item {
      font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 83.125);
    }
}

@supports (margin-bottom: clamp( 0.625rem , 0.5498120301rem  +  0.3759398496vw , 0.9375rem )) {
    .product-content__item:not(:last-child) {
      margin-bottom: clamp( 0.625rem , 0.5498120301rem  +  0.3759398496vw , 0.9375rem );
    }
}

@supports not (margin-bottom: clamp( 0.625rem , 0.5498120301rem  +  0.3759398496vw , 0.9375rem )) {
    .product-content__item:not(:last-child) {
      margin-bottom: calc(0.625rem + 0.3125 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 1.125rem , 1.0347744361rem  +  0.4511278195vw , 1.5rem )) {
    .actions-product__button {
      font-size: clamp( 1.125rem , 1.0347744361rem  +  0.4511278195vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1.125rem , 1.0347744361rem  +  0.4511278195vw , 1.5rem )) {
    .actions-product__button {
      font-size: calc(1.125rem + 0.375 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 1rem , 0.969924812rem  +  0.1503759398vw , 1.125rem )) {
    .actions-product__like {
      font-size: clamp( 1rem , 0.969924812rem  +  0.1503759398vw , 1.125rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.969924812rem  +  0.1503759398vw , 1.125rem )) {
    .actions-product__like {
      font-size: calc(1rem + 0.125 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 1rem , 0.9398496241rem  +  0.3007518797vw , 1.25rem )) {
    .product-delivery__title {
      font-size: clamp( 1rem , 0.9398496241rem  +  0.3007518797vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.9398496241rem  +  0.3007518797vw , 1.25rem )) {
    .product-delivery__title {
      font-size: calc(1rem + 0.25 * (100vw - 20rem) / 83.125);
    }
}

@supports (margin-bottom: clamp( 0.625rem , 0.5347744361rem  +  0.4511278195vw , 1rem )) {
    .product-delivery__title:not(:last-child) {
      margin-bottom: clamp( 0.625rem , 0.5347744361rem  +  0.4511278195vw , 1rem );
    }
}

@supports not (margin-bottom: clamp( 0.625rem , 0.5347744361rem  +  0.4511278195vw , 1rem )) {
    .product-delivery__title:not(:last-child) {
      margin-bottom: calc(0.625rem + 0.375 * (100vw - 20rem) / 83.125);
    }
}

@supports (margin-bottom: clamp( 1.0625rem , 0.9873120301rem  +  0.3759398496vw , 1.375rem )) {
    .product-delivery__items:not(:last-child) {
      margin-bottom: clamp( 1.0625rem , 0.9873120301rem  +  0.3759398496vw , 1.375rem );
    }
}

@supports not (margin-bottom: clamp( 1.0625rem , 0.9873120301rem  +  0.3759398496vw , 1.375rem )) {
    .product-delivery__items:not(:last-child) {
      margin-bottom: calc(1.0625rem + 0.3125 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 0.75rem , 0.704887218rem  +  0.2255639098vw , 0.9375rem )) {
    .product-delivery__text {
      font-size: clamp( 0.75rem , 0.704887218rem  +  0.2255639098vw , 0.9375rem );
    }
}

@supports not (font-size: clamp( 0.75rem , 0.704887218rem  +  0.2255639098vw , 0.9375rem )) {
    .product-delivery__text {
      font-size: calc(0.75rem + 0.1875 * (100vw - 20rem) / 83.125);
    }
}

@supports (padding-bottom: clamp( 3rem , 1.6917293233rem  +  6.5413533835vw , 8.4375rem )) {
    .product__columns {
      padding-bottom: clamp( 3rem , 1.6917293233rem  +  6.5413533835vw , 8.4375rem );
    }
}

@supports not (padding-bottom: clamp( 3rem , 1.6917293233rem  +  6.5413533835vw , 8.4375rem )) {
    .product__columns {
      padding-bottom: calc(3rem + 5.4375 * (100vw - 20rem) / 83.125);
    }
}

@supports (margin-bottom: clamp( 2rem , 1.6090225564rem  +  1.954887218vw , 3.625rem )) {
    .product__reviews:not(:last-child) {
      margin-bottom: clamp( 2rem , 1.6090225564rem  +  1.954887218vw , 3.625rem );
    }
}

@supports not (margin-bottom: clamp( 2rem , 1.6090225564rem  +  1.954887218vw , 3.625rem )) {
    .product__reviews:not(:last-child) {
      margin-bottom: calc(2rem + 1.625 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 0.75rem , 0.6898496241rem  +  0.3007518797vw , 1rem )) {
    .tabs-product__text {
      font-size: clamp( 0.75rem , 0.6898496241rem  +  0.3007518797vw , 1rem );
    }
}

@supports not (font-size: clamp( 0.75rem , 0.6898496241rem  +  0.3007518797vw , 1rem )) {
    .tabs-product__text {
      font-size: calc(0.75rem + 0.25 * (100vw - 20rem) / 83.125);
    }
}

@supports (margin-bottom: clamp( 0.625rem , 0.5498120301rem  +  0.3759398496vw , 0.9375rem )) {
    .tabs-product__text p:not(:last-child):not(:last-child) {
      margin-bottom: clamp( 0.625rem , 0.5498120301rem  +  0.3759398496vw , 0.9375rem );
    }
}

@supports not (margin-bottom: clamp( 0.625rem , 0.5498120301rem  +  0.3759398496vw , 0.9375rem )) {
    .tabs-product__text p:not(:last-child):not(:last-child) {
      margin-bottom: calc(0.625rem + 0.3125 * (100vw - 20rem) / 83.125);
    }
}

@supports (margin-bottom: clamp( 1.5625rem , 1.4873120301rem  +  0.3759398496vw , 1.875rem )) {
    .tabs-product__block:not(:last-child) {
      margin-bottom: clamp( 1.5625rem , 1.4873120301rem  +  0.3759398496vw , 1.875rem );
    }
}

@supports not (margin-bottom: clamp( 1.5625rem , 1.4873120301rem  +  0.3759398496vw , 1.875rem )) {
    .tabs-product__block:not(:last-child) {
      margin-bottom: calc(1.5625rem + 0.3125 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 1rem , 0.9398496241rem  +  0.3007518797vw , 1.25rem )) {
    .tabs-product__label {
      font-size: clamp( 1rem , 0.9398496241rem  +  0.3007518797vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.9398496241rem  +  0.3007518797vw , 1.25rem )) {
    .tabs-product__label {
      font-size: calc(1rem + 0.25 * (100vw - 20rem) / 83.125);
    }
}

@supports (margin-bottom: clamp( 1.0625rem , 0.9271616541rem  +  0.6766917293vw , 1.625rem )) {
    .tabs-product__label:not(:last-child) {
      margin-bottom: clamp( 1.0625rem , 0.9271616541rem  +  0.6766917293vw , 1.625rem );
    }
}

@supports not (margin-bottom: clamp( 1.0625rem , 0.9271616541rem  +  0.6766917293vw , 1.625rem )) {
    .tabs-product__label:not(:last-child) {
      margin-bottom: calc(1.0625rem + 0.5625 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 0.875rem , 0.844924812rem  +  0.1503759398vw , 1rem )) {
    .tabs-product__item {
      font-size: clamp( 0.875rem , 0.844924812rem  +  0.1503759398vw , 1rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.844924812rem  +  0.1503759398vw , 1rem )) {
    .tabs-product__item {
      font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 83.125);
    }
}

@supports (margin-top: clamp( 0.875rem , 0.4840225564rem  +  1.954887218vw , 2.5rem )) {
    .reviews-product__more {
      margin-top: clamp( 0.875rem , 0.4840225564rem  +  1.954887218vw , 2.5rem );
    }
}

@supports not (margin-top: clamp( 0.875rem , 0.4840225564rem  +  1.954887218vw , 2.5rem )) {
    .reviews-product__more {
      margin-top: calc(0.875rem + 1.625 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 1rem , 0.9398496241rem  +  0.3007518797vw , 1.25rem )) {
    .item-reviews__name {
      font-size: clamp( 1rem , 0.9398496241rem  +  0.3007518797vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.9398496241rem  +  0.3007518797vw , 1.25rem )) {
    .item-reviews__name {
      font-size: calc(1rem + 0.25 * (100vw - 20rem) / 83.125);
    }
}

@supports (gap: clamp( 0.5rem , 0.469924812rem  +  0.1503759398vw , 0.625rem )) {
    .item-reviews__stars {
      gap: clamp( 0.5rem , 0.469924812rem  +  0.1503759398vw , 0.625rem );
    }
}

@supports not (gap: clamp( 0.5rem , 0.469924812rem  +  0.1503759398vw , 0.625rem )) {
    .item-reviews__stars {
      gap: calc(0.5rem + 0.125 * (100vw - 20rem) / 83.125);
    }
}

@supports (max-width: clamp( 1.0625rem , 0.9873120301rem  +  0.3759398496vw , 1.375rem )) {
    .item-reviews__star img {
      max-width: clamp( 1.0625rem , 0.9873120301rem  +  0.3759398496vw , 1.375rem );
    }
}

@supports not (max-width: clamp( 1.0625rem , 0.9873120301rem  +  0.3759398496vw , 1.375rem )) {
    .item-reviews__star img {
      max-width: calc(1.0625rem + 0.3125 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 0.75rem , 0.6898496241rem  +  0.3007518797vw , 1rem )) {
    .item-reviews__date {
      font-size: clamp( 0.75rem , 0.6898496241rem  +  0.3007518797vw , 1rem );
    }
}

@supports not (font-size: clamp( 0.75rem , 0.6898496241rem  +  0.3007518797vw , 1rem )) {
    .item-reviews__date {
      font-size: calc(0.75rem + 0.25 * (100vw - 20rem) / 83.125);
    }
}

@supports (gap: clamp( 0.375rem , 0.2847744361rem  +  0.4511278195vw , 0.75rem )) {
    .item-reviews__date {
      gap: clamp( 0.375rem , 0.2847744361rem  +  0.4511278195vw , 0.75rem );
    }
}

@supports not (gap: clamp( 0.375rem , 0.2847744361rem  +  0.4511278195vw , 0.75rem )) {
    .item-reviews__date {
      gap: calc(0.375rem + 0.375 * (100vw - 20rem) / 83.125);
    }
}

@supports (margin-top: clamp( 1.9375rem , 3.1781015038rem  +  -1.2030075188vw , 2.9375rem )) {
    .write-product {
      margin-top: clamp( 1.9375rem , 3.1781015038rem  +  -1.2030075188vw , 2.9375rem );
    }
}

@supports not (margin-top: clamp( 1.9375rem , 3.1781015038rem  +  -1.2030075188vw , 2.9375rem )) {
    .write-product {
      margin-top: calc(2.9375rem + -1 * (100vw - 20rem) / 83.125);
    }
}

@supports (margin-bottom: clamp( 0.625rem , 0.4295112782rem  +  0.977443609vw , 1.4375rem )) {
    .write-product__title:not(:last-child) {
      margin-bottom: clamp( 0.625rem , 0.4295112782rem  +  0.977443609vw , 1.4375rem );
    }
}

@supports not (margin-bottom: clamp( 0.625rem , 0.4295112782rem  +  0.977443609vw , 1.4375rem )) {
    .write-product__title:not(:last-child) {
      margin-bottom: calc(0.625rem + 0.8125 * (100vw - 20rem) / 83.125);
    }
}

@supports (padding-bottom: clamp( 4.6875rem , 4.3115601504rem  +  1.8796992481vw , 6.25rem )) {
    .main-blog {
      padding-bottom: clamp( 4.6875rem , 4.3115601504rem  +  1.8796992481vw , 6.25rem );
    }
}

@supports not (padding-bottom: clamp( 4.6875rem , 4.3115601504rem  +  1.8796992481vw , 6.25rem )) {
    .main-blog {
      padding-bottom: calc(4.6875rem + 1.5625 * (100vw - 20rem) / 83.125);
    }
}

@supports (margin-bottom: clamp( 2.5rem , 2.469924812rem  +  0.1503759398vw , 2.625rem )) {
    .main-blog__container:not(:last-child) {
      margin-bottom: clamp( 2.5rem , 2.469924812rem  +  0.1503759398vw , 2.625rem );
    }
}

@supports not (margin-bottom: clamp( 2.5rem , 2.469924812rem  +  0.1503759398vw , 2.625rem )) {
    .main-blog__container:not(:last-child) {
      margin-bottom: calc(2.5rem + 0.125 * (100vw - 20rem) / 83.125);
    }
}

@supports (margin-bottom: clamp( 1.625rem , 1.3693609023rem  +  1.2781954887vw , 2.6875rem )) {
    .main-blog__header:not(:last-child) {
      margin-bottom: clamp( 1.625rem , 1.3693609023rem  +  1.2781954887vw , 2.6875rem );
    }
}

@supports not (margin-bottom: clamp( 1.625rem , 1.3693609023rem  +  1.2781954887vw , 2.6875rem )) {
    .main-blog__header:not(:last-child) {
      margin-bottom: calc(1.625rem + 1.0625 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 1.5rem , 1.1390977444rem  +  1.8045112782vw , 3rem )) {
    .main-blog__title {
      font-size: clamp( 1.5rem , 1.1390977444rem  +  1.8045112782vw , 3rem );
    }
}

@supports not (font-size: clamp( 1.5rem , 1.1390977444rem  +  1.8045112782vw , 3rem )) {
    .main-blog__title {
      font-size: calc(1.5rem + 1.5 * (100vw - 20rem) / 83.125);
    }
}

@supports (gap: clamp( 0.9375rem , 0.8773496241rem  +  0.3007518797vw , 1.1875rem )) {
    .main-blog__actions {
      gap: clamp( 0.9375rem , 0.8773496241rem  +  0.3007518797vw , 1.1875rem );
    }
}

@supports not (gap: clamp( 0.9375rem , 0.8773496241rem  +  0.3007518797vw , 1.1875rem )) {
    .main-blog__actions {
      gap: calc(0.9375rem + 0.25 * (100vw - 20rem) / 83.125);
    }
}

@supports (height: clamp( 2.875rem , 2.5291353383rem  +  1.7293233083vw , 4.3125rem )) {
    .main-blog__input {
      height: clamp( 2.875rem , 2.5291353383rem  +  1.7293233083vw , 4.3125rem );
    }
}

@supports not (height: clamp( 2.875rem , 2.5291353383rem  +  1.7293233083vw , 4.3125rem )) {
    .main-blog__input {
      height: calc(2.875rem + 1.4375 * (100vw - 20rem) / 83.125);
    }
}

@supports (height: clamp( 2.875rem , 2.5291353383rem  +  1.7293233083vw , 4.3125rem )) {
    .main-blog__btn {
      height: clamp( 2.875rem , 2.5291353383rem  +  1.7293233083vw , 4.3125rem );
    }
}

@supports not (height: clamp( 2.875rem , 2.5291353383rem  +  1.7293233083vw , 4.3125rem )) {
    .main-blog__btn {
      height: calc(2.875rem + 1.4375 * (100vw - 20rem) / 83.125);
    }
}

@supports ((-moz-column-gap: clamp( 0.9375rem , 0.7119360902rem  +  1.1278195489vw , 1.875rem )) or (column-gap: clamp( 0.9375rem , 0.7119360902rem  +  1.1278195489vw , 1.875rem ))) {
    .block-blog__content {
      -webkit-column-gap: clamp( 0.9375rem , 0.7119360902rem  +  1.1278195489vw , 1.875rem );
         -moz-column-gap: clamp( 0.9375rem , 0.7119360902rem  +  1.1278195489vw , 1.875rem );
              column-gap: clamp( 0.9375rem , 0.7119360902rem  +  1.1278195489vw , 1.875rem );
    }
}

@supports not ((-moz-column-gap: clamp( 0.9375rem , 0.7119360902rem  +  1.1278195489vw , 1.875rem )) or (column-gap: clamp( 0.9375rem , 0.7119360902rem  +  1.1278195489vw , 1.875rem ))) {
    .block-blog__content {
      -webkit-column-gap: calc(0.9375rem + 0.9375 * (100vw - 20rem) / 83.125);
         -moz-column-gap: calc(0.9375rem + 0.9375 * (100vw - 20rem) / 83.125);
              column-gap: calc(0.9375rem + 0.9375 * (100vw - 20rem) / 83.125);
    }
}

@supports (row-gap: clamp( 0.75rem , 0.5545112782rem  +  0.977443609vw , 1.5625rem )) {
    .block-blog__content {
      row-gap: clamp( 0.75rem , 0.5545112782rem  +  0.977443609vw , 1.5625rem );
    }
}

@supports not (row-gap: clamp( 0.75rem , 0.5545112782rem  +  0.977443609vw , 1.5625rem )) {
    .block-blog__content {
      row-gap: calc(0.75rem + 0.8125 * (100vw - 20rem) / 83.125);
    }
}

@supports (margin-top: clamp( 2rem , 1.8345864662rem  +  0.8270676692vw , 2.6875rem )) {
    .block-blog__more {
      margin-top: clamp( 2rem , 1.8345864662rem  +  0.8270676692vw , 2.6875rem );
    }
}

@supports not (margin-top: clamp( 2rem , 1.8345864662rem  +  0.8270676692vw , 2.6875rem )) {
    .block-blog__more {
      margin-top: calc(2rem + 0.6875 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 1.125rem , 1.094924812rem  +  0.1503759398vw , 1.25rem )) {
    .item-blog__title {
      font-size: clamp( 1.125rem , 1.094924812rem  +  0.1503759398vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 1.125rem , 1.094924812rem  +  0.1503759398vw , 1.25rem )) {
    .item-blog__title {
      font-size: calc(1.125rem + 0.125 * (100vw - 20rem) / 83.125);
    }
}

@supports (margin-bottom: clamp( 0.5rem , 0.3796992481rem  +  0.6015037594vw , 1rem )) {
    .item-blog__title:not(:last-child) {
      margin-bottom: clamp( 0.5rem , 0.3796992481rem  +  0.6015037594vw , 1rem );
    }
}

@supports not (margin-bottom: clamp( 0.5rem , 0.3796992481rem  +  0.6015037594vw , 1rem )) {
    .item-blog__title:not(:last-child) {
      margin-bottom: calc(0.5rem + 0.5 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 0.75rem , 0.6898496241rem  +  0.3007518797vw , 1rem )) {
    .item-blog__text {
      font-size: clamp( 0.75rem , 0.6898496241rem  +  0.3007518797vw , 1rem );
    }
}

@supports not (font-size: clamp( 0.75rem , 0.6898496241rem  +  0.3007518797vw , 1rem )) {
    .item-blog__text {
      font-size: calc(0.75rem + 0.25 * (100vw - 20rem) / 83.125);
    }
}

@supports (margin-bottom: clamp( 0.5rem , 0.3496240602rem  +  0.7518796992vw , 1.125rem )) {
    .item-blog__text:not(:last-child) {
      margin-bottom: clamp( 0.5rem , 0.3496240602rem  +  0.7518796992vw , 1.125rem );
    }
}

@supports not (margin-bottom: clamp( 0.5rem , 0.3496240602rem  +  0.7518796992vw , 1.125rem )) {
    .item-blog__text:not(:last-child) {
      margin-bottom: calc(0.5rem + 0.625 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 0.75rem , 0.6898496241rem  +  0.3007518797vw , 1rem )) {
    .item-blog__date {
      font-size: clamp( 0.75rem , 0.6898496241rem  +  0.3007518797vw , 1rem );
    }
}

@supports not (font-size: clamp( 0.75rem , 0.6898496241rem  +  0.3007518797vw , 1rem )) {
    .item-blog__date {
      font-size: calc(0.75rem + 0.25 * (100vw - 20rem) / 83.125);
    }
}

@supports (padding-bottom: clamp( 3.4375rem , 2.9412593985rem  +  2.4812030075vw , 5.5rem )) {
    .main-article {
      padding-bottom: clamp( 3.4375rem , 2.9412593985rem  +  2.4812030075vw , 5.5rem );
    }
}

@supports not (padding-bottom: clamp( 3.4375rem , 2.9412593985rem  +  2.4812030075vw , 5.5rem )) {
    .main-article {
      padding-bottom: calc(3.4375rem + 2.0625 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 1.5rem , 1.1390977444rem  +  1.8045112782vw , 3rem )) {
    .content-article__title {
      font-size: clamp( 1.5rem , 1.1390977444rem  +  1.8045112782vw , 3rem );
    }
}

@supports not (font-size: clamp( 1.5rem , 1.1390977444rem  +  1.8045112782vw , 3rem )) {
    .content-article__title {
      font-size: calc(1.5rem + 1.5 * (100vw - 20rem) / 83.125);
    }
}

@supports (margin-bottom: clamp( 0.9375rem , 0.8171992481rem  +  0.6015037594vw , 1.4375rem )) {
    .content-article__title:not(:last-child) {
      margin-bottom: clamp( 0.9375rem , 0.8171992481rem  +  0.6015037594vw , 1.4375rem );
    }
}

@supports not (margin-bottom: clamp( 0.9375rem , 0.8171992481rem  +  0.6015037594vw , 1.4375rem )) {
    .content-article__title:not(:last-child) {
      margin-bottom: calc(0.9375rem + 0.5 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 0.75rem , 0.6898496241rem  +  0.3007518797vw , 1rem )) {
    .content-article__coverage {
      font-size: clamp( 0.75rem , 0.6898496241rem  +  0.3007518797vw , 1rem );
    }
}

@supports not (font-size: clamp( 0.75rem , 0.6898496241rem  +  0.3007518797vw , 1rem )) {
    .content-article__coverage {
      font-size: calc(0.75rem + 0.25 * (100vw - 20rem) / 83.125);
    }
}

@supports (gap: clamp( 0.9375rem , 0.6818609023rem  +  1.2781954887vw , 2rem )) {
    .content-article__coverage {
      gap: clamp( 0.9375rem , 0.6818609023rem  +  1.2781954887vw , 2rem );
    }
}

@supports not (gap: clamp( 0.9375rem , 0.6818609023rem  +  1.2781954887vw , 2rem )) {
    .content-article__coverage {
      gap: calc(0.9375rem + 1.0625 * (100vw - 20rem) / 83.125);
    }
}

@supports (margin-bottom: clamp( 0.9375rem , 0.6668233083rem  +  1.3533834586vw , 2.0625rem )) {
    .content-article__coverage:not(:last-child) {
      margin-bottom: clamp( 0.9375rem , 0.6668233083rem  +  1.3533834586vw , 2.0625rem );
    }
}

@supports not (margin-bottom: clamp( 0.9375rem , 0.6668233083rem  +  1.3533834586vw , 2.0625rem )) {
    .content-article__coverage:not(:last-child) {
      margin-bottom: calc(0.9375rem + 1.125 * (100vw - 20rem) / 83.125);
    }
}

@supports (margin-bottom: clamp( 1.9375rem , 1.7570488722rem  +  0.9022556391vw , 2.6875rem )) {
    .content-article__image-ibg:not(:last-child) {
      margin-bottom: clamp( 1.9375rem , 1.7570488722rem  +  0.9022556391vw , 2.6875rem );
    }
}

@supports not (margin-bottom: clamp( 1.9375rem , 1.7570488722rem  +  0.9022556391vw , 2.6875rem )) {
    .content-article__image-ibg:not(:last-child) {
      margin-bottom: calc(1.9375rem + 0.75 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 0.875rem , 0.7847744361rem  +  0.4511278195vw , 1.25rem )) {
    .content-article__text {
      font-size: clamp( 0.875rem , 0.7847744361rem  +  0.4511278195vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.7847744361rem  +  0.4511278195vw , 1.25rem )) {
    .content-article__text {
      font-size: calc(0.875rem + 0.375 * (100vw - 20rem) / 83.125);
    }
}

@supports (margin-bottom: clamp( 1.25rem , 0.9041353383rem  +  1.7293233083vw , 2.6875rem )) {
    .content-article__text:not(:last-child) {
      margin-bottom: clamp( 1.25rem , 0.9041353383rem  +  1.7293233083vw , 2.6875rem );
    }
}

@supports not (margin-bottom: clamp( 1.25rem , 0.9041353383rem  +  1.7293233083vw , 2.6875rem )) {
    .content-article__text:not(:last-child) {
      margin-bottom: calc(1.25rem + 1.4375 * (100vw - 20rem) / 83.125);
    }
}

@supports (gap: clamp( 1.25rem , 0.7988721805rem  +  2.2556390977vw , 3.125rem )) {
    .content-article__columns {
      gap: clamp( 1.25rem , 0.7988721805rem  +  2.2556390977vw , 3.125rem );
    }
}

@supports not (gap: clamp( 1.25rem , 0.7988721805rem  +  2.2556390977vw , 3.125rem )) {
    .content-article__columns {
      gap: calc(1.25rem + 1.875 * (100vw - 20rem) / 83.125);
    }
}

@supports (margin-bottom: clamp( 1.25rem , 0.8139097744rem  +  2.1804511278vw , 3.0625rem )) {
    .content-article__columns:not(:last-child) {
      margin-bottom: clamp( 1.25rem , 0.8139097744rem  +  2.1804511278vw , 3.0625rem );
    }
}

@supports not (margin-bottom: clamp( 1.25rem , 0.8139097744rem  +  2.1804511278vw , 3.0625rem )) {
    .content-article__columns:not(:last-child) {
      margin-bottom: calc(1.25rem + 1.8125 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 1rem , 0.9398496241rem  +  0.3007518797vw , 1.25rem )) {
    .content-article__label {
      font-size: clamp( 1rem , 0.9398496241rem  +  0.3007518797vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.9398496241rem  +  0.3007518797vw , 1.25rem )) {
    .content-article__label {
      font-size: calc(1rem + 0.25 * (100vw - 20rem) / 83.125);
    }
}

@supports (margin-bottom: clamp( 0.625rem , 0.5498120301rem  +  0.3759398496vw , 0.9375rem )) {
    .content-article__label:not(:last-child) {
      margin-bottom: clamp( 0.625rem , 0.5498120301rem  +  0.3759398496vw , 0.9375rem );
    }
}

@supports not (margin-bottom: clamp( 0.625rem , 0.5498120301rem  +  0.3759398496vw , 0.9375rem )) {
    .content-article__label:not(:last-child) {
      margin-bottom: calc(0.625rem + 0.3125 * (100vw - 20rem) / 83.125);
    }
}

@supports (margin-bottom: clamp( 0.625rem , 0.5347744361rem  +  0.4511278195vw , 1rem )) {
    .aside-article__title:not(:last-child) {
      margin-bottom: clamp( 0.625rem , 0.5347744361rem  +  0.4511278195vw , 1rem );
    }
}

@supports not (margin-bottom: clamp( 0.625rem , 0.5347744361rem  +  0.4511278195vw , 1rem )) {
    .aside-article__title:not(:last-child) {
      margin-bottom: calc(0.625rem + 0.375 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 1.5rem , 1.3195488722rem  +  0.9022556391vw , 2.25rem )) {
    .aside-article__title:not(:last-child) {
      font-size: clamp( 1.5rem , 1.3195488722rem  +  0.9022556391vw , 2.25rem );
    }
}

@supports not (font-size: clamp( 1.5rem , 1.3195488722rem  +  0.9022556391vw , 2.25rem )) {
    .aside-article__title:not(:last-child) {
      font-size: calc(1.5rem + 0.75 * (100vw - 20rem) / 83.125);
    }
}

@supports (margin-bottom: clamp( 1.375rem , 1.2697368421rem  +  0.5263157895vw , 1.8125rem )) {
    .aside-article__item:not(:last-child) {
      margin-bottom: clamp( 1.375rem , 1.2697368421rem  +  0.5263157895vw , 1.8125rem );
    }
}

@supports not (margin-bottom: clamp( 1.375rem , 1.2697368421rem  +  0.5263157895vw , 1.8125rem )) {
    .aside-article__item:not(:last-child) {
      margin-bottom: calc(1.375rem + 0.4375 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 0.875rem , 0.844924812rem  +  0.1503759398vw , 1rem )) {
    .aside-article__text {
      font-size: clamp( 0.875rem , 0.844924812rem  +  0.1503759398vw , 1rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.844924812rem  +  0.1503759398vw , 1rem )) {
    .aside-article__text {
      font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 83.125);
    }
}

@supports (padding-bottom: clamp( 3.375rem , 2.2622180451rem  +  5.5639097744vw , 8rem )) {
    .main-info {
      padding-bottom: clamp( 3.375rem , 2.2622180451rem  +  5.5639097744vw , 8rem );
    }
}

@supports not (padding-bottom: clamp( 3.375rem , 2.2622180451rem  +  5.5639097744vw , 8rem )) {
    .main-info {
      padding-bottom: calc(3.375rem + 4.625 * (100vw - 20rem) / 83.125);
    }
}

@supports (margin-bottom: clamp( 3.375rem , 2.2622180451rem  +  5.5639097744vw , 8rem )) {
    .main-info__block:not(:last-child) {
      margin-bottom: clamp( 3.375rem , 2.2622180451rem  +  5.5639097744vw , 8rem );
    }
}

@supports not (margin-bottom: clamp( 3.375rem , 2.2622180451rem  +  5.5639097744vw , 8rem )) {
    .main-info__block:not(:last-child) {
      margin-bottom: calc(3.375rem + 4.625 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 1.5rem , 1.1390977444rem  +  1.8045112782vw , 3rem )) {
    .main-info__title {
      font-size: clamp( 1.5rem , 1.1390977444rem  +  1.8045112782vw , 3rem );
    }
}

@supports not (font-size: clamp( 1.5rem , 1.1390977444rem  +  1.8045112782vw , 3rem )) {
    .main-info__title {
      font-size: calc(1.5rem + 1.5 * (100vw - 20rem) / 83.125);
    }
}

@supports (margin-bottom: clamp( 5rem , 4.6992481203rem  +  1.5037593985vw , 6.25rem )) {
    .main-info__title:not(:last-child) {
      margin-bottom: clamp( 5rem , 4.6992481203rem  +  1.5037593985vw , 6.25rem );
    }
}

@supports not (margin-bottom: clamp( 5rem , 4.6992481203rem  +  1.5037593985vw , 6.25rem )) {
    .main-info__title:not(:last-child) {
      margin-bottom: calc(5rem + 1.25 * (100vw - 20rem) / 83.125);
    }
}

@supports (padding-top: clamp( 3.75rem , 2.9530075188rem  +  3.984962406vw , 7.0625rem )) {
    .item-info {
      padding-top: clamp( 3.75rem , 2.9530075188rem  +  3.984962406vw , 7.0625rem );
    }
}

@supports not (padding-top: clamp( 3.75rem , 2.9530075188rem  +  3.984962406vw , 7.0625rem )) {
    .item-info {
      padding-top: calc(3.75rem + 3.3125 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 1.25rem , 1.0093984962rem  +  1.2030075188vw , 2.25rem )) {
    .item-info__title {
      font-size: clamp( 1.25rem , 1.0093984962rem  +  1.2030075188vw , 2.25rem );
    }
}

@supports not (font-size: clamp( 1.25rem , 1.0093984962rem  +  1.2030075188vw , 2.25rem )) {
    .item-info__title {
      font-size: calc(1.25rem + 1 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 0.75rem , 0.6296992481rem  +  0.6015037594vw , 1.25rem )) {
    .item-info__text {
      font-size: clamp( 0.75rem , 0.6296992481rem  +  0.6015037594vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 0.75rem , 0.6296992481rem  +  0.6015037594vw , 1.25rem )) {
    .item-info__text {
      font-size: calc(0.75rem + 0.5 * (100vw - 20rem) / 83.125);
    }
}

@supports (padding-bottom: clamp( 1.875rem , 0.3712406015rem  +  7.5187969925vw , 8.125rem )) {
    .main-about {
      padding-bottom: clamp( 1.875rem , 0.3712406015rem  +  7.5187969925vw , 8.125rem );
    }
}

@supports not (padding-bottom: clamp( 1.875rem , 0.3712406015rem  +  7.5187969925vw , 8.125rem )) {
    .main-about {
      padding-bottom: calc(1.875rem + 6.25 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 1.5rem , 1.1390977444rem  +  1.8045112782vw , 3rem )) {
    .main-about__title {
      font-size: clamp( 1.5rem , 1.1390977444rem  +  1.8045112782vw , 3rem );
    }
}

@supports not (font-size: clamp( 1.5rem , 1.1390977444rem  +  1.8045112782vw , 3rem )) {
    .main-about__title {
      font-size: calc(1.5rem + 1.5 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 0.75rem , 0.6296992481rem  +  0.6015037594vw , 1.25rem )) {
    .main-about__text {
      font-size: clamp( 0.75rem , 0.6296992481rem  +  0.6015037594vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 0.75rem , 0.6296992481rem  +  0.6015037594vw , 1.25rem )) {
    .main-about__text {
      font-size: calc(0.75rem + 0.5 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 0.75rem , 0.6296992481rem  +  0.6015037594vw , 1.25rem )) {
    .content-about__text {
      font-size: clamp( 0.75rem , 0.6296992481rem  +  0.6015037594vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 0.75rem , 0.6296992481rem  +  0.6015037594vw , 1.25rem )) {
    .content-about__text {
      font-size: calc(0.75rem + 0.5 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 1.5rem , 1.3796992481rem  +  0.6015037594vw , 2rem )) {
    .content-about__slogan {
      font-size: clamp( 1.5rem , 1.3796992481rem  +  0.6015037594vw , 2rem );
    }
}

@supports not (font-size: clamp( 1.5rem , 1.3796992481rem  +  0.6015037594vw , 2rem )) {
    .content-about__slogan {
      font-size: calc(1.5rem + 0.5 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 3rem , 1.7969924812rem  +  6.015037594vw , 8rem )) {
    .content-about__logo-text {
      font-size: clamp( 3rem , 1.7969924812rem  +  6.015037594vw , 8rem );
    }
}

@supports not (font-size: clamp( 3rem , 1.7969924812rem  +  6.015037594vw , 8rem )) {
    .content-about__logo-text {
      font-size: calc(3rem + 5 * (100vw - 20rem) / 83.125);
    }
}

@supports (padding-bottom: clamp( 3.4375rem , 2.429981203rem  +  5.037593985vw , 7.625rem )) {
    .main-contact {
      padding-bottom: clamp( 3.4375rem , 2.429981203rem  +  5.037593985vw , 7.625rem );
    }
}

@supports not (padding-bottom: clamp( 3.4375rem , 2.429981203rem  +  5.037593985vw , 7.625rem )) {
    .main-contact {
      padding-bottom: calc(3.4375rem + 4.1875 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 1.5rem , 1.1390977444rem  +  1.8045112782vw , 3rem )) {
    .main-contact__title {
      font-size: clamp( 1.5rem , 1.1390977444rem  +  1.8045112782vw , 3rem );
    }
}

@supports not (font-size: clamp( 1.5rem , 1.1390977444rem  +  1.8045112782vw , 3rem )) {
    .main-contact__title {
      font-size: calc(1.5rem + 1.5 * (100vw - 20rem) / 83.125);
    }
}

@supports (margin-bottom: clamp( 0.9375rem , 0.8623120301rem  +  0.3759398496vw , 1.25rem )) {
    .main-contact__title:not(:last-child) {
      margin-bottom: clamp( 0.9375rem , 0.8623120301rem  +  0.3759398496vw , 1.25rem );
    }
}

@supports not (margin-bottom: clamp( 0.9375rem , 0.8623120301rem  +  0.3759398496vw , 1.25rem )) {
    .main-contact__title:not(:last-child) {
      margin-bottom: calc(0.9375rem + 0.3125 * (100vw - 20rem) / 83.125);
    }
}

@supports (gap: clamp( 1.9375rem , 1.7570488722rem  +  0.9022556391vw , 2.6875rem )) {
    .main-contact__body {
      gap: clamp( 1.9375rem , 1.7570488722rem  +  0.9022556391vw , 2.6875rem );
    }
}

@supports not (gap: clamp( 1.9375rem , 1.7570488722rem  +  0.9022556391vw , 2.6875rem )) {
    .main-contact__body {
      gap: calc(1.9375rem + 0.75 * (100vw - 20rem) / 83.125);
    }
}

@supports (min-height: clamp( 17.4375rem , 13.6480263158rem  +  18.9473684211vw , 33.1875rem )) {
    .main-contact__map {
      min-height: clamp( 17.4375rem , 13.6480263158rem  +  18.9473684211vw , 33.1875rem );
    }
}

@supports not (min-height: clamp( 17.4375rem , 13.6480263158rem  +  18.9473684211vw , 33.1875rem )) {
    .main-contact__map {
      min-height: calc(17.4375rem + 15.75 * (100vw - 20rem) / 83.125);
    }
}

@supports (margin-bottom: clamp( 0.8125rem , 0.6921992481rem  +  0.6015037594vw , 1.3125rem )) {
    .info-contact__phones .info-contact__label:not(:last-child) {
      margin-bottom: clamp( 0.8125rem , 0.6921992481rem  +  0.6015037594vw , 1.3125rem );
    }
}

@supports not (margin-bottom: clamp( 0.8125rem , 0.6921992481rem  +  0.6015037594vw , 1.3125rem )) {
    .info-contact__phones .info-contact__label:not(:last-child) {
      margin-bottom: calc(0.8125rem + 0.5 * (100vw - 20rem) / 83.125);
    }
}

@supports (padding-bottom: clamp( 3.75rem , 1.5996240602rem  +  10.7518796992vw , 12.6875rem )) {
    .main-bag {
      padding-bottom: clamp( 3.75rem , 1.5996240602rem  +  10.7518796992vw , 12.6875rem );
    }
}

@supports not (padding-bottom: clamp( 3.75rem , 1.5996240602rem  +  10.7518796992vw , 12.6875rem )) {
    .main-bag {
      padding-bottom: calc(3.75rem + 8.9375 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 1.5rem , 1.1390977444rem  +  1.8045112782vw , 3rem )) {
    .main-bag__title {
      font-size: clamp( 1.5rem , 1.1390977444rem  +  1.8045112782vw , 3rem );
    }
}

@supports not (font-size: clamp( 1.5rem , 1.1390977444rem  +  1.8045112782vw , 3rem )) {
    .main-bag__title {
      font-size: calc(1.5rem + 1.5 * (100vw - 20rem) / 83.125);
    }
}

@supports (margin-bottom: clamp( 1.25rem , 0.9492481203rem  +  1.5037593985vw , 2.5rem )) {
    .main-bag__title:not(:last-child) {
      margin-bottom: clamp( 1.25rem , 0.9492481203rem  +  1.5037593985vw , 2.5rem );
    }
}

@supports not (margin-bottom: clamp( 1.25rem , 0.9492481203rem  +  1.5037593985vw , 2.5rem )) {
    .main-bag__title:not(:last-child) {
      margin-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 83.125);
    }
}

@supports (margin-bottom: clamp( 1.4375rem , 1.3623120301rem  +  0.3759398496vw , 1.75rem )) {
    .main-bag__items:not(:last-child) {
      margin-bottom: clamp( 1.4375rem , 1.3623120301rem  +  0.3759398496vw , 1.75rem );
    }
}

@supports not (margin-bottom: clamp( 1.4375rem , 1.3623120301rem  +  0.3759398496vw , 1.75rem )) {
    .main-bag__items:not(:last-child) {
      margin-bottom: calc(1.4375rem + 0.3125 * (100vw - 20rem) / 83.125);
    }
}

@supports (margin-bottom: clamp( 1rem , 1.3101503759rem  +  -0.3007518797vw , 1.25rem )) {
    .item-bag:not(:last-child) {
      margin-bottom: clamp( 1rem , 1.3101503759rem  +  -0.3007518797vw , 1.25rem );
    }
}

@supports not (margin-bottom: clamp( 1rem , 1.3101503759rem  +  -0.3007518797vw , 1.25rem )) {
    .item-bag:not(:last-child) {
      margin-bottom: calc(1.25rem + -0.25 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 0.75rem , 0.6898496241rem  +  0.3007518797vw , 1rem )) {
    .block-bag__label {
      font-size: clamp( 0.75rem , 0.6898496241rem  +  0.3007518797vw , 1rem );
    }
}

@supports not (font-size: clamp( 0.75rem , 0.6898496241rem  +  0.3007518797vw , 1rem )) {
    .block-bag__label {
      font-size: calc(0.75rem + 0.25 * (100vw - 20rem) / 83.125);
    }
}

@supports (padding-bottom: clamp( 3.75rem , 3.1484962406rem  +  3.007518797vw , 6.25rem )) {
    .account {
      padding-bottom: clamp( 3.75rem , 3.1484962406rem  +  3.007518797vw , 6.25rem );
    }
}

@supports not (padding-bottom: clamp( 3.75rem , 3.1484962406rem  +  3.007518797vw , 6.25rem )) {
    .account {
      padding-bottom: calc(3.75rem + 2.5 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 1.75rem , 1.4492481203rem  +  1.5037593985vw , 3rem )) {
    .account__title {
      font-size: clamp( 1.75rem , 1.4492481203rem  +  1.5037593985vw , 3rem );
    }
}

@supports not (font-size: clamp( 1.75rem , 1.4492481203rem  +  1.5037593985vw , 3rem )) {
    .account__title {
      font-size: calc(1.75rem + 1.25 * (100vw - 20rem) / 83.125);
    }
}

@supports (margin-bottom: clamp( 1.625rem , 1.4896616541rem  +  0.6766917293vw , 2.1875rem )) {
    .account__title:not(:last-child) {
      margin-bottom: clamp( 1.625rem , 1.4896616541rem  +  0.6766917293vw , 2.1875rem );
    }
}

@supports not (margin-bottom: clamp( 1.625rem , 1.4896616541rem  +  0.6766917293vw , 2.1875rem )) {
    .account__title:not(:last-child) {
      margin-bottom: calc(1.625rem + 0.5625 * (100vw - 20rem) / 83.125);
    }
}

@supports (margin-bottom: clamp( 1.625rem , 0.9633458647rem  +  3.3082706767vw , 4.375rem )) {
    .account--information .account__title {
      margin-bottom: clamp( 1.625rem , 0.9633458647rem  +  3.3082706767vw , 4.375rem );
    }
}

@supports not (margin-bottom: clamp( 1.625rem , 0.9633458647rem  +  3.3082706767vw , 4.375rem )) {
    .account--information .account__title {
      margin-bottom: calc(1.625rem + 2.75 * (100vw - 20rem) / 83.125);
    }
}

@supports (gap: clamp( 0.5rem , 0.1541353383rem  +  1.7293233083vw , 1.9375rem )) {
    .favorite-account__items {
      gap: clamp( 0.5rem , 0.1541353383rem  +  1.7293233083vw , 1.9375rem );
    }
}

@supports not (gap: clamp( 0.5rem , 0.1541353383rem  +  1.7293233083vw , 1.9375rem )) {
    .favorite-account__items {
      gap: calc(0.5rem + 1.4375 * (100vw - 20rem) / 83.125);
    }
}

@supports (  min-height: clamp( 18.9375rem , 17.0578007519rem  +  9.3984962406vw , 26.75rem )) {
    .item-favorite {
      min-height: clamp( 18.9375rem , 17.0578007519rem  +  9.3984962406vw , 26.75rem );
    }
}

@supports not (  min-height: clamp( 18.9375rem , 17.0578007519rem  +  9.3984962406vw , 26.75rem )) {
    .item-favorite {
      min-height: calc(18.9375rem + 7.8125 * (100vw - 20rem) / 83.125);
    }
}

@supports (margin-bottom: clamp( 1.625rem , 1.3242481203rem  +  1.5037593985vw , 2.875rem )) {
    .reviews-account__items:not(:last-child) {
      margin-bottom: clamp( 1.625rem , 1.3242481203rem  +  1.5037593985vw , 2.875rem );
    }
}

@supports not (margin-bottom: clamp( 1.625rem , 1.3242481203rem  +  1.5037593985vw , 2.875rem )) {
    .reviews-account__items:not(:last-child) {
      margin-bottom: calc(1.625rem + 1.25 * (100vw - 20rem) / 83.125);
    }
}

@supports (gap: clamp( 0.625rem , 0.5347744361rem  +  0.4511278195vw , 1rem )) {
    .reviews-account__item {
      gap: clamp( 0.625rem , 0.5347744361rem  +  0.4511278195vw , 1rem );
    }
}

@supports not (gap: clamp( 0.625rem , 0.5347744361rem  +  0.4511278195vw , 1rem )) {
    .reviews-account__item {
      gap: calc(0.625rem + 0.375 * (100vw - 20rem) / 83.125);
    }
}

@supports (gap: clamp( 0.625rem , 0.5347744361rem  +  0.4511278195vw , 1rem )) {
    .reviews-account__content {
      gap: clamp( 0.625rem , 0.5347744361rem  +  0.4511278195vw , 1rem );
    }
}

@supports not (gap: clamp( 0.625rem , 0.5347744361rem  +  0.4511278195vw , 1rem )) {
    .reviews-account__content {
      gap: calc(0.625rem + 0.375 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 0.75rem , 0.6898496241rem  +  0.3007518797vw , 1rem )) {
    .reviews-account__date {
      font-size: clamp( 0.75rem , 0.6898496241rem  +  0.3007518797vw , 1rem );
    }
}

@supports not (font-size: clamp( 0.75rem , 0.6898496241rem  +  0.3007518797vw , 1rem )) {
    .reviews-account__date {
      font-size: calc(0.75rem + 0.25 * (100vw - 20rem) / 83.125);
    }
}

@supports ((-moz-column-gap: clamp( 0.625rem , 0.0836466165rem  +  2.7067669173vw , 2.875rem )) or (column-gap: clamp( 0.625rem , 0.0836466165rem  +  2.7067669173vw , 2.875rem ))) {
    .information-account__columns {
      -webkit-column-gap: clamp( 0.625rem , 0.0836466165rem  +  2.7067669173vw , 2.875rem );
         -moz-column-gap: clamp( 0.625rem , 0.0836466165rem  +  2.7067669173vw , 2.875rem );
              column-gap: clamp( 0.625rem , 0.0836466165rem  +  2.7067669173vw , 2.875rem );
    }
}

@supports not ((-moz-column-gap: clamp( 0.625rem , 0.0836466165rem  +  2.7067669173vw , 2.875rem )) or (column-gap: clamp( 0.625rem , 0.0836466165rem  +  2.7067669173vw , 2.875rem ))) {
    .information-account__columns {
      -webkit-column-gap: calc(0.625rem + 2.25 * (100vw - 20rem) / 83.125);
         -moz-column-gap: calc(0.625rem + 2.25 * (100vw - 20rem) / 83.125);
              column-gap: calc(0.625rem + 2.25 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 1rem , 0.8796992481rem  +  0.6015037594vw , 1.5rem )) {
    .information-account__title {
      font-size: clamp( 1rem , 0.8796992481rem  +  0.6015037594vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.8796992481rem  +  0.6015037594vw , 1.5rem )) {
    .information-account__title {
      font-size: calc(1rem + 0.5 * (100vw - 20rem) / 83.125);
    }
}

@supports (gap: clamp( 0.875rem , 0.7396616541rem  +  0.6766917293vw , 1.4375rem )) {
    .title-order {
      gap: clamp( 0.875rem , 0.7396616541rem  +  0.6766917293vw , 1.4375rem );
    }
}

@supports not (gap: clamp( 0.875rem , 0.7396616541rem  +  0.6766917293vw , 1.4375rem )) {
    .title-order {
      gap: calc(0.875rem + 0.5625 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 0.875rem , 0.8148496241rem  +  0.3007518797vw , 1.125rem )) {
    .title-order__status {
      font-size: clamp( 0.875rem , 0.8148496241rem  +  0.3007518797vw , 1.125rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.8148496241rem  +  0.3007518797vw , 1.125rem )) {
    .title-order__status {
      font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 0.875rem , 0.7546992481rem  +  0.6015037594vw , 1.375rem )) {
    .title-order__status::before {
      font-size: clamp( 0.875rem , 0.7546992481rem  +  0.6015037594vw , 1.375rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.7546992481rem  +  0.6015037594vw , 1.375rem )) {
    .title-order__status::before {
      font-size: calc(0.875rem + 0.5 * (100vw - 20rem) / 83.125);
    }
}

@supports (margin-bottom: clamp( 2.0625rem , 1.7467105263rem  +  1.5789473684vw , 3.375rem )) {
    .content-order__list:not(:last-child) {
      margin-bottom: clamp( 2.0625rem , 1.7467105263rem  +  1.5789473684vw , 3.375rem );
    }
}

@supports not (margin-bottom: clamp( 2.0625rem , 1.7467105263rem  +  1.5789473684vw , 3.375rem )) {
    .content-order__list:not(:last-child) {
      margin-bottom: calc(2.0625rem + 1.3125 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 0.875rem , 0.844924812rem  +  0.1503759398vw , 1rem )) {
    .content-order__line {
      font-size: clamp( 0.875rem , 0.844924812rem  +  0.1503759398vw , 1rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.844924812rem  +  0.1503759398vw , 1rem )) {
    .content-order__line {
      font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 0.875rem , 0.8148496241rem  +  0.3007518797vw , 1.125rem )) {
    .content-order__line:last-child {
      font-size: clamp( 0.875rem , 0.8148496241rem  +  0.3007518797vw , 1.125rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.8148496241rem  +  0.3007518797vw , 1.125rem )) {
    .content-order__line:last-child {
      font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / 83.125);
    }
}

@supports (margin-bottom: clamp( 0.625rem , 0.5498120301rem  +  0.3759398496vw , 0.9375rem )) {
    .content-order__line:not(:last-child) {
      margin-bottom: clamp( 0.625rem , 0.5498120301rem  +  0.3759398496vw , 0.9375rem );
    }
}

@supports not (margin-bottom: clamp( 0.625rem , 0.5498120301rem  +  0.3759398496vw , 0.9375rem )) {
    .content-order__line:not(:last-child) {
      margin-bottom: calc(0.625rem + 0.3125 * (100vw - 20rem) / 83.125);
    }
}

@supports (padding-bottom: clamp( 5rem , 1.3458646617rem  +  18.2706766917vw , 20.1875rem )) {
    .main-order {
      padding-bottom: clamp( 5rem , 1.3458646617rem  +  18.2706766917vw , 20.1875rem );
    }
}

@supports not (padding-bottom: clamp( 5rem , 1.3458646617rem  +  18.2706766917vw , 20.1875rem )) {
    .main-order {
      padding-bottom: calc(5rem + 15.1875 * (100vw - 20rem) / 83.125);
    }
}

@supports (font-size: clamp( 1.5rem , 1.1842105263rem  +  1.5789473684vw , 2.8125rem )) {
    .main-order__title {
      font-size: clamp( 1.5rem , 1.1842105263rem  +  1.5789473684vw , 2.8125rem );
    }
}

@supports not (font-size: clamp( 1.5rem , 1.1842105263rem  +  1.5789473684vw , 2.8125rem )) {
    .main-order__title {
      font-size: calc(1.5rem + 1.3125 * (100vw - 20rem) / 83.125);
    }
}

@supports (margin-bottom: clamp( 1.5rem , 1.1842105263rem  +  1.5789473684vw , 2.8125rem )) {
    .main-order__title:not(:last-child) {
      margin-bottom: clamp( 1.5rem , 1.1842105263rem  +  1.5789473684vw , 2.8125rem );
    }
}

@supports not (margin-bottom: clamp( 1.5rem , 1.1842105263rem  +  1.5789473684vw , 2.8125rem )) {
    .main-order__title:not(:last-child) {
      margin-bottom: calc(1.5rem + 1.3125 * (100vw - 20rem) / 83.125);
    }
}

@supports (margin-bottom: clamp( 0.75rem , 0.4492481203rem  +  1.5037593985vw , 2rem )) {
    .side-order__items:not(:last-child) {
      margin-bottom: clamp( 0.75rem , 0.4492481203rem  +  1.5037593985vw , 2rem );
    }
}

@supports not (margin-bottom: clamp( 0.75rem , 0.4492481203rem  +  1.5037593985vw , 2rem )) {
    .side-order__items:not(:last-child) {
      margin-bottom: calc(0.75rem + 1.25 * (100vw - 20rem) / 83.125);
    }
}
}

@media (min-width: 48em) and (max-width: 103.125em) {
@supports (gap	: clamp( 0.875rem , -2.7168367347rem  +  7.4829931973vw , 5rem )) {
    .block-catalog__wrap .select__value {
      gap: clamp( 0.875rem , -2.7168367347rem  +  7.4829931973vw , 5rem );
    }
}

@supports not (gap	: clamp( 0.875rem , -2.7168367347rem  +  7.4829931973vw , 5rem )) {
    .block-catalog__wrap .select__value {
      gap: calc(0.875rem + 4.125 * (100vw - 48rem) / 55.125);
    }
}

@supports (gap	: clamp( 0.6875rem , -0.1288265306rem  +  1.7006802721vw , 1.625rem )) {
    .main-blog .select__value {
      gap: clamp( 0.6875rem , -0.1288265306rem  +  1.7006802721vw , 1.625rem );
    }
}

@supports not (gap	: clamp( 0.6875rem , -0.1288265306rem  +  1.7006802721vw , 1.625rem )) {
    .main-blog .select__value {
      gap: calc(0.6875rem + 0.9375 * (100vw - 48rem) / 55.125);
    }
}

@supports (padding-top: clamp( 1rem , 0.5646258503rem  +  0.9070294785vw , 1.5rem )) {
    .top-header__container {
      padding-top: clamp( 1rem , 0.5646258503rem  +  0.9070294785vw , 1.5rem );
    }
}

@supports not (padding-top: clamp( 1rem , 0.5646258503rem  +  0.9070294785vw , 1.5rem )) {
    .top-header__container {
      padding-top: calc(1rem + 0.5 * (100vw - 48rem) / 55.125);
    }
}

@supports (padding-bottom: clamp( 1rem , 0.0204081633rem  +  2.0408163265vw , 2.125rem )) {
    .top-header__container {
      padding-bottom: clamp( 1rem , 0.0204081633rem  +  2.0408163265vw , 2.125rem );
    }
}

@supports not (padding-bottom: clamp( 1rem , 0.0204081633rem  +  2.0408163265vw , 2.125rem )) {
    .top-header__container {
      padding-bottom: calc(1rem + 1.125 * (100vw - 48rem) / 55.125);
    }
}

@supports (font-size: clamp( 0.625rem , 0.2984693878rem  +  0.6802721088vw , 1rem )) {
    .item-catalog__avaible {
      font-size: clamp( 0.625rem , 0.2984693878rem  +  0.6802721088vw , 1rem );
    }
}

@supports not (font-size: clamp( 0.625rem , 0.2984693878rem  +  0.6802721088vw , 1rem )) {
    .item-catalog__avaible {
      font-size: calc(0.625rem + 0.375 * (100vw - 48rem) / 55.125);
    }
}
}

@media (min-width: 75em) and (max-width: 103.125em) {
@supports (gap: clamp( 1.25rem , -6.9166666667rem  +  10.8888888889vw , 4.3125rem )) {
    .top-header__wrap {
      gap: clamp( 1.25rem , -6.9166666667rem  +  10.8888888889vw , 4.3125rem );
    }
}

@supports not (gap: clamp( 1.25rem , -6.9166666667rem  +  10.8888888889vw , 4.3125rem )) {
    .top-header__wrap {
      gap: calc(1.25rem + 3.0625 * (100vw - 75rem) / 28.125);
    }
}
}

@media (min-width: 47.99875em) and (min-width: 75em) and (max-width: 103.125em) {
@supports (padding-right: clamp( 1.875rem , -10.9583333333rem  +  17.1111111111vw , 6.6875rem )) {
    .info-header--phones {
      padding-right: clamp( 1.875rem , -10.9583333333rem  +  17.1111111111vw , 6.6875rem );
    }
}

@supports not (padding-right: clamp( 1.875rem , -10.9583333333rem  +  17.1111111111vw , 6.6875rem )) {
    .info-header--phones {
      padding-right: calc(1.875rem + 4.8125 * (100vw - 75rem) / 28.125);
    }
}
}

@media (min-width: 47.99875em) and (max-width: 75em) {
  .info-header--phones {
    padding-right: 1.875rem;
  }
}

@media (min-width: 93.75em) and (max-width: 103.125em) {
@supports (gap: clamp( 1.25rem , -36.25rem  +  40vw , 5rem )) {
    .main-header__container {
      gap: clamp( 1.25rem , -36.25rem  +  40vw , 5rem );
    }
}

@supports not (gap: clamp( 1.25rem , -36.25rem  +  40vw , 5rem )) {
    .main-header__container {
      gap: calc(1.25rem + 3.75 * (100vw - 93.75rem) / 9.375);
    }
}

@supports ((-moz-column-gap: clamp( 1.25rem , -11.25rem  +  13.3333333333vw , 2.5rem )) or (column-gap: clamp( 1.25rem , -11.25rem  +  13.3333333333vw , 2.5rem ))) {
    .menu__list {
      -webkit-column-gap: clamp( 1.25rem , -11.25rem  +  13.3333333333vw , 2.5rem );
         -moz-column-gap: clamp( 1.25rem , -11.25rem  +  13.3333333333vw , 2.5rem );
              column-gap: clamp( 1.25rem , -11.25rem  +  13.3333333333vw , 2.5rem );
    }
}

@supports not ((-moz-column-gap: clamp( 1.25rem , -11.25rem  +  13.3333333333vw , 2.5rem )) or (column-gap: clamp( 1.25rem , -11.25rem  +  13.3333333333vw , 2.5rem ))) {
    .menu__list {
      -webkit-column-gap: calc(1.25rem + 1.25 * (100vw - 93.75rem) / 9.375);
         -moz-column-gap: calc(1.25rem + 1.25 * (100vw - 93.75rem) / 9.375);
              column-gap: calc(1.25rem + 1.25 * (100vw - 93.75rem) / 9.375);
    }
}
}

@media (max-width: 47.99875em) and (min-width: 48em) {
  .main-header__container {
    gap: 1.25rem;
  }

  .footer-menu {
    gap: 2.125rem;
  }
}

@media (max-width: 47.99875em) and (min-width: 24.375em) and (max-width: 48em) {
@supports (gap: clamp( 0.875rem , 0.4880952381rem  +  1.5873015873vw , 1.25rem )) {
    .main-header__container {
      gap: clamp( 0.875rem , 0.4880952381rem  +  1.5873015873vw , 1.25rem );
    }
}

@supports not (gap: clamp( 0.875rem , 0.4880952381rem  +  1.5873015873vw , 1.25rem )) {
    .main-header__container {
      gap: calc(0.875rem + 0.375 * (100vw - 24.375rem) / 23.625);
    }
}
}

@media (min-width: 61.99875em) and (min-width: 75em) and (max-width: 100em) {
@supports (padding-right: clamp( 1.25rem , -2.6875rem  +  5.25vw , 2.5625rem )) {
    .footer__column--2 {
      padding-right: clamp( 1.25rem , -2.6875rem  +  5.25vw , 2.5625rem );
    }
}

@supports not (padding-right: clamp( 1.25rem , -2.6875rem  +  5.25vw , 2.5625rem )) {
    .footer__column--2 {
      padding-right: calc(1.25rem + 1.3125 * (100vw - 75rem) / 25);
    }
}
}

@media (min-width: 61.99875em) and (max-width: 75em) {
  .footer__column--2 {
    padding-right: 1.25rem;
  }
}

@media (min-width: 75em) and (max-width: 100em) {
@supports ((-moz-column-gap: clamp( 0.9375rem , -2.0625rem  +  4vw , 1.9375rem )) or (column-gap: clamp( 0.9375rem , -2.0625rem  +  4vw , 1.9375rem ))) {
    .footer__phones {
      -webkit-column-gap: clamp( 0.9375rem , -2.0625rem  +  4vw , 1.9375rem );
         -moz-column-gap: clamp( 0.9375rem , -2.0625rem  +  4vw , 1.9375rem );
              column-gap: clamp( 0.9375rem , -2.0625rem  +  4vw , 1.9375rem );
    }
}

@supports not ((-moz-column-gap: clamp( 0.9375rem , -2.0625rem  +  4vw , 1.9375rem )) or (column-gap: clamp( 0.9375rem , -2.0625rem  +  4vw , 1.9375rem ))) {
    .footer__phones {
      -webkit-column-gap: calc(0.9375rem + 1 * (100vw - 75rem) / 25);
         -moz-column-gap: calc(0.9375rem + 1 * (100vw - 75rem) / 25);
              column-gap: calc(0.9375rem + 1 * (100vw - 75rem) / 25);
    }
}

@supports (gap: clamp( 2.125rem , -6.3125rem  +  11.25vw , 4.9375rem )) {
    .footer-menu {
      gap: clamp( 2.125rem , -6.3125rem  +  11.25vw , 4.9375rem );
    }
}

@supports not (gap: clamp( 2.125rem , -6.3125rem  +  11.25vw , 4.9375rem )) {
    .footer-menu {
      gap: calc(2.125rem + 2.8125 * (100vw - 75rem) / 25);
    }
}
}

@media (max-width: 47.99875em) and (min-width: 20em) and (max-width: 48em) {
@supports (gap: clamp( 0.9375rem , 0.0892857143rem  +  4.2410714286vw , 2.125rem )) {
    .footer-menu {
      gap: clamp( 0.9375rem , 0.0892857143rem  +  4.2410714286vw , 2.125rem );
    }
}

@supports not (gap: clamp( 0.9375rem , 0.0892857143rem  +  4.2410714286vw , 2.125rem )) {
    .footer-menu {
      gap: calc(0.9375rem + 1.1875 * (100vw - 20rem) / 28);
    }
}
}

@media (min-width: 90em) and (max-width: 106.25em) {
@supports (padding-left: clamp( 0.75rem , -26.25rem  +  30vw , 5.625rem )) {
    .slide-main__images {
      padding-left: clamp( 0.75rem , -26.25rem  +  30vw , 5.625rem );
    }
}

@supports not (padding-left: clamp( 0.75rem , -26.25rem  +  30vw , 5.625rem )) {
    .slide-main__images {
      padding-left: calc(0.75rem + 4.875 * (100vw - 90rem) / 16.25);
    }
}
}

@media (max-width: 78.125em) and (min-width: 47.99875em) {
  .content-main__items {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
}

@media (max-width: 47.99875em) and (min-width: 103.125em) {
  .product__goods {
    padding-bottom: 8.75rem;
  }

  .main-info__items {
    row-gap: 15rem;
  }
}

@media (max-width: 47.99875em) and (min-width: 20em) and (max-width: 103.125em) {
@supports (padding-bottom: clamp( 3.625rem , 2.3919172932rem  +  6.1654135338vw , 8.75rem )) {
    .product__goods {
      padding-bottom: clamp( 3.625rem , 2.3919172932rem  +  6.1654135338vw , 8.75rem );
    }
}

@supports not (padding-bottom: clamp( 3.625rem , 2.3919172932rem  +  6.1654135338vw , 8.75rem )) {
    .product__goods {
      padding-bottom: calc(3.625rem + 5.125 * (100vw - 20rem) / 83.125);
    }
}

@supports (row-gap: clamp( 3.75rem , 1.0432330827rem  +  13.5338345865vw , 15rem )) {
    .main-info__items {
      row-gap: clamp( 3.75rem , 1.0432330827rem  +  13.5338345865vw , 15rem );
    }
}

@supports not (row-gap: clamp( 3.75rem , 1.0432330827rem  +  13.5338345865vw , 15rem )) {
    .main-info__items {
      row-gap: calc(3.75rem + 11.25 * (100vw - 20rem) / 83.125);
    }
}
}

@media (max-width: 81.25em) and (min-width: 103.125em) {
  .main-about__block {
    margin-left: -7.5rem;
  }

  .content-about__block {
    width: 50rem;
  }

  .content-about__wrap {
    max-width: 37.5rem;
  }
}

@media (max-width: 81.25em) and (min-width: 20em) and (max-width: 103.125em) {
@supports (margin-left: clamp( -15.625rem , -17.579887218rem  +  9.7744360902vw , -7.5rem )) {
    .main-about__block {
      margin-left: clamp( -15.625rem , -17.579887218rem  +  9.7744360902vw , -7.5rem );
    }
}

@supports not (margin-left: clamp( -15.625rem , -17.579887218rem  +  9.7744360902vw , -7.5rem )) {
    .main-about__block {
      margin-left: calc(-15.625rem + 8.125 * (100vw - 20rem) / 83.125);
    }
}

@supports (width: clamp( 31.25rem , 26.7387218045rem  +  22.5563909774vw , 50rem )) {
    .content-about__block {
      width: clamp( 31.25rem , 26.7387218045rem  +  22.5563909774vw , 50rem );
    }
}

@supports not (width: clamp( 31.25rem , 26.7387218045rem  +  22.5563909774vw , 50rem )) {
    .content-about__block {
      width: calc(31.25rem + 18.75 * (100vw - 20rem) / 83.125);
    }
}

@supports (max-width: clamp( 18.75rem , 14.2387218045rem  +  22.5563909774vw , 37.5rem )) {
    .content-about__wrap {
      max-width: clamp( 18.75rem , 14.2387218045rem  +  22.5563909774vw , 37.5rem );
    }
}

@supports not (max-width: clamp( 18.75rem , 14.2387218045rem  +  22.5563909774vw , 37.5rem )) {
    .content-about__wrap {
      max-width: calc(18.75rem + 18.75 * (100vw - 20rem) / 83.125);
    }
}
}

@media (max-width: 61.99875em) and (min-width: 103.125em) {
  .main-about__block {
    margin-left: 0.0000000625rem;
  }

  .content-about__block {
    padding: 2rem;
  }

  .content-about__block {
    max-width: 75rem;
  }
}

@media (max-width: 61.99875em) and (min-width: 20em) and (max-width: 103.125em) {
@supports (margin-left: clamp( -0.00625rem , -0.0077537744rem  +  0.0075188722vw , 0.0000000625rem )) {
    .main-about__block {
      margin-left: clamp( -0.00625rem , -0.0077537744rem  +  0.0075188722vw , 0.0000000625rem );
    }
}

@supports not (margin-left: clamp( -0.00625rem , -0.0077537744rem  +  0.0075188722vw , 0.0000000625rem )) {
    .main-about__block {
      margin-left: calc(-0.00625rem + 0.0062500625 * (100vw - 20rem) / 83.125);
    }
}

@supports (padding: clamp( 1rem , 0.7593984962rem  +  1.2030075188vw , 2rem )) {
    .content-about__block {
      padding: clamp( 1rem , 0.7593984962rem  +  1.2030075188vw , 2rem );
    }
}

@supports not (padding: clamp( 1rem , 0.7593984962rem  +  1.2030075188vw , 2rem )) {
    .content-about__block {
      padding: calc(1rem + 1 * (100vw - 20rem) / 83.125);
    }
}

@supports (max-width: clamp( 17.625rem , 3.8204887218rem  +  69.022556391vw , 75rem )) {
    .content-about__block {
      max-width: clamp( 17.625rem , 3.8204887218rem  +  69.022556391vw , 75rem );
    }
}

@supports not (max-width: clamp( 17.625rem , 3.8204887218rem  +  69.022556391vw , 75rem )) {
    .content-about__block {
      max-width: calc(17.625rem + 57.375 * (100vw - 20rem) / 83.125);
    }
}
}

@media (min-width: 47.9375em) and (max-width: 103.125em) {
@supports (gap: clamp( 0.6875rem , -2.5155719139rem  +  6.6817667044vw , 4.375rem )) {
    .item-bag {
      gap: clamp( 0.6875rem , -2.5155719139rem  +  6.6817667044vw , 4.375rem );
    }
}

@supports not (gap: clamp( 0.6875rem , -2.5155719139rem  +  6.6817667044vw , 4.375rem )) {
    .item-bag {
      gap: calc(0.6875rem + 3.6875 * (100vw - 47.9375rem) / 55.1875);
    }
}
}

@media (min-width: 62em) and (max-width: 103.125em) {
@supports (gap: clamp( 0.375rem , -0.001899696rem  +  0.6079027356vw , 0.625rem )) {
    .reviews-account__stars {
      gap: clamp( 0.375rem , -0.001899696rem  +  0.6079027356vw , 0.625rem );
    }
}

@supports not (gap: clamp( 0.375rem , -0.001899696rem  +  0.6079027356vw , 0.625rem )) {
    .reviews-account__stars {
      gap: calc(0.375rem + 0.25 * (100vw - 62rem) / 41.125);
    }
}

@supports (max-width: clamp( 0.75rem , -0.1922492401rem  +  1.5197568389vw , 1.375rem )) {
    .reviews-account__stars img {
      max-width: clamp( 0.75rem , -0.1922492401rem  +  1.5197568389vw , 1.375rem );
    }
}

@supports not (max-width: clamp( 0.75rem , -0.1922492401rem  +  1.5197568389vw , 1.375rem )) {
    .reviews-account__stars img {
      max-width: calc(0.75rem + 0.625 * (100vw - 62rem) / 41.125);
    }
}

@supports (font-size: clamp( 0.75rem , 0.373100304rem  +  0.6079027356vw , 1rem )) {
    .reviews-account__text {
      font-size: clamp( 0.75rem , 0.373100304rem  +  0.6079027356vw , 1rem );
    }
}

@supports not (font-size: clamp( 0.75rem , 0.373100304rem  +  0.6079027356vw , 1rem )) {
    .reviews-account__text {
      font-size: calc(0.75rem + 0.25 * (100vw - 62rem) / 41.125);
    }
}

@supports (gap: clamp( 0.9375rem , -5.1871200608rem  +  9.8784194529vw , 5rem )) {
    .title-order__body {
      gap: clamp( 0.9375rem , -5.1871200608rem  +  9.8784194529vw , 5rem );
    }
}

@supports not (gap: clamp( 0.9375rem , -5.1871200608rem  +  9.8784194529vw , 5rem )) {
    .title-order__body {
      gap: calc(0.9375rem + 4.0625 * (100vw - 62rem) / 41.125);
    }
}

@supports (gap: clamp( 1.125rem , -6.601443769rem  +  12.462006079vw , 6.25rem )) {
    .item-order {
      gap: clamp( 1.125rem , -6.601443769rem  +  12.462006079vw , 6.25rem );
    }
}

@supports not (gap: clamp( 1.125rem , -6.601443769rem  +  12.462006079vw , 6.25rem )) {
    .item-order {
      gap: calc(1.125rem + 5.125 * (100vw - 62rem) / 41.125);
    }
}

@supports ((-moz-column-gap: clamp( 1.875rem , -10.3742401216rem  +  19.7568389058vw , 10rem )) or (column-gap: clamp( 1.875rem , -10.3742401216rem  +  19.7568389058vw , 10rem ))) {
    .item-order__wrapper {
      -webkit-column-gap: clamp( 1.875rem , -10.3742401216rem  +  19.7568389058vw , 10rem );
         -moz-column-gap: clamp( 1.875rem , -10.3742401216rem  +  19.7568389058vw , 10rem );
              column-gap: clamp( 1.875rem , -10.3742401216rem  +  19.7568389058vw , 10rem );
    }
}

@supports not ((-moz-column-gap: clamp( 1.875rem , -10.3742401216rem  +  19.7568389058vw , 10rem )) or (column-gap: clamp( 1.875rem , -10.3742401216rem  +  19.7568389058vw , 10rem ))) {
    .item-order__wrapper {
      -webkit-column-gap: calc(1.875rem + 8.125 * (100vw - 62rem) / 41.125);
         -moz-column-gap: calc(1.875rem + 8.125 * (100vw - 62rem) / 41.125);
              column-gap: calc(1.875rem + 8.125 * (100vw - 62rem) / 41.125);
    }
}

@supports ((-moz-column-gap: clamp( 1.25rem , -1.5767477204rem  +  4.5592705167vw , 3.125rem )) or (column-gap: clamp( 1.25rem , -1.5767477204rem  +  4.5592705167vw , 3.125rem ))) {
    .contact-order {
      -webkit-column-gap: clamp( 1.25rem , -1.5767477204rem  +  4.5592705167vw , 3.125rem );
         -moz-column-gap: clamp( 1.25rem , -1.5767477204rem  +  4.5592705167vw , 3.125rem );
              column-gap: clamp( 1.25rem , -1.5767477204rem  +  4.5592705167vw , 3.125rem );
    }
}

@supports not ((-moz-column-gap: clamp( 1.25rem , -1.5767477204rem  +  4.5592705167vw , 3.125rem )) or (column-gap: clamp( 1.25rem , -1.5767477204rem  +  4.5592705167vw , 3.125rem ))) {
    .contact-order {
      -webkit-column-gap: calc(1.25rem + 1.875 * (100vw - 62rem) / 41.125);
         -moz-column-gap: calc(1.25rem + 1.875 * (100vw - 62rem) / 41.125);
              column-gap: calc(1.25rem + 1.875 * (100vw - 62rem) / 41.125);
    }
}
}

@media (any-hover: hover) {
  .select__option:hover {
    background: #d9d9d9;
  }

  .quantity__button:hover {
    background: var(--bg-hover-brown);
  }

  .popup__pas:hover {
    text-decoration: none;
  }

  .popup__registr:hover {
    background-color: #756c62;
  }

  .popup__button:hover {
    background-color: var(--bg-hover-brown);
  }

  .popup__info a:hover {
    text-decoration: none;
  }

  .item-popup__name:hover {
    color: var(--brown);
  }

  .item-popup__button:hover {
    color: #fff;
    background-color: var(--bg-brown);
  }

  .pagging__item:hover {
    color: #fff;
    background-color: var(--bg-brown);
  }

  .pagging__item:hover::before {
    color: #fff;
  }

  .socials__item:hover {
    background-color: var(--bg-hover-brown);
  }

  .road__item--link:hover span {
    text-decoration: none;
  }

  .info-header__phone:hover {
    color: var(--brown);
  }

  .main-header__catalog:hover {
    background-color: var(--bg-hover-brown);
  }

  .main-header__account:hover {
    color: #fff;
    background-color: var(--bg-brown);
  }

  .main-header__account:hover::before {
    color: #fff;
  }

  .main-header__bag:hover {
    color: #fff;
    background-color: var(--bg-brown);
  }

  .main-header__bag:hover::before {
    color: #fff;
  }

  .menu__link:hover::before {
    left: 0;
    width: 100%;
  }

  .footer__phone:hover::before {
    left: 0;
    width: 100%;
  }

  .footer-menu__link:hover::before {
    left: 0;
    width: 100%;
  }

  .subs__link:hover {
    background-color: #fff;
    color: var(--brown);
  }

  .sub-menu__link:hover {
    background-color: #fff;
  }

  .sub-menu__link:hover {
    color: var(--brown);
  }

  .side-main__item:hover .side-main__label {
    color: var(--brown);
  }

  .side-main__item:hover .side-main__label span {
    background: var(--bg-brown);
  }

  .side-main__item:hover .side-main__label span::before {
    color: #fff;
  }

  .block-main__arrow:hover {
    background-color: #dfd6d6;
  }

  .content-main__button:hover {
    color: #fff;
    background-color: var(--bg-brown);
  }

  .item-assortment__button:hover {
    color: #fff;
    border: 0.0625rem solid transparent;
    background-color: var(--bg-brown);
  }

  .tabs-goods__arrow:hover {
    background-color: #dfd6d6;
  }

  /*.slide-goods{
    filter: drop-shadow(0px -10px 10px -10px rgba(0, 0, 0, 0.25), 0px 10px 10px -10px rgba(0, 0, 0, 0.25), -10px 0px 10px -10px rgba(0, 0, 0, 0.25), 10px 0px 10px -10px rgba(0, 0, 0, 0.25));
  }*/

  .slide-goods:hover {
    border-radius: 0.875rem 0.875rem 0 0;
    /*-webkit-box-shadow: 0px -10px 10px -10px rgba(0, 0, 0, 0.25), 0px 10px 10px -10px rgba(0, 0, 0, 0.25), -10px 0px 10px -10px rgba(0, 0, 0, 0.25), 10px 0px 10px -10px rgba(0, 0, 0, 0.25);
            box-shadow: 0px -10px 10px -10px rgba(0, 0, 0, 0.25), 0px 10px 10px -10px rgba(0, 0, 0, 0.25), -10px 0px 10px -10px rgba(0, 0, 0, 0.25), 10px 0px 10px -10px rgba(0, 0, 0, 0.25);*/
    /*filter: drop-shadow(0px -10px 10px -10px rgba(0, 0, 0, 0.25), 0px 10px 10px -10px rgba(0, 0, 0, 0.25), -10px 0px 10px -10px rgba(0, 0, 0, 0.25), 10px 0px 10px -10px rgba(0, 0, 0, 0.25));*/
  }
  

  .slide-goods:hover .slide-goods__list {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    z-index: 10;
  }

  .slide-goods:hover .slide-goods__image--1 {
    opacity: 0;
  }

  .slide-goods:hover .slide-goods__image--2 {
    opacity: 1;
  }

  .slide-goods__title:hover {
    color: var(--brown);
  }

  .partners__item:hover .partners__image-stat {
    opacity: 0;
  }

  .partners__item:hover .partners__image-color {
    opacity: 1;
  }

  .main-catalog__more:hover {
    color: #fff;
    background-color: var(--bg-brown);
  }

  .catalog-side__title:hover span {
    background: var(--bg-brown);
  }

  .catalog-side__title:hover span::before {
    color: #fff;
  }

  .catalog-side__button--transparent:hover {
    color: #fff;
    background-color: var(--bg-brown);
  }

  .catalog-side .checkbox__text:hover {
    color: var(--brown);
  }

  .block-catalog__title span:hover::before,
  .block-catalog__title span:hover::after {
    background-color: red;
  }

  .block-catalog__filter:hover {
    color: #fff;
    background-color: var(--bg-brown);
  }

  .item-catalog:hover {
    border-radius: 0.875rem 0.875rem 0 0;
    -webkit-box-shadow: 0px -10px 10px -10px rgba(0, 0, 0, 0.25), 0px 10px 10px -10px rgba(0, 0, 0, 0.25), -10px 0px 10px -10px rgba(0, 0, 0, 0.25), 10px 0px 10px -10px rgba(0, 0, 0, 0.25);
            box-shadow: 0px -10px 10px -10px rgba(0, 0, 0, 0.25), 0px 10px 10px -10px rgba(0, 0, 0, 0.25), -10px 0px 10px -10px rgba(0, 0, 0, 0.25), 10px 0px 10px -10px rgba(0, 0, 0, 0.25);
  }

  .item-catalog:hover .item-catalog__image--1 {
    opacity: 0;
  }

  .item-catalog:hover .item-catalog__image--2 {
    opacity: 1;
  }

  .item-catalog:hover .item-catalog__list {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }

  .item-catalog__title:hover {
    color: var(--brown);
  }

  .item-catalog__bag:hover {
    color: #fff;
    background-color: var(--bg-brown);
  }

  .item-catalog__bag:hover::before {
    color: #fff;
  }

  .product-content__item a:hover {
    text-decoration: none;
  }

  .actions-product__button:hover {
    background-color: var(--bg-brown);
    color: #fff;
  }

  .actions-product__like:hover {
    background: var(--bg-hover-brown);
  }

  .write-product__button:hover {
    background-color: var(--bg-brown);
    color: #fff;
  }

  .block-blog__more:hover {
    color: #fff;
    background-color: var(--bg-brown);
  }

  .item-blog__image-ibg:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }

  .item-blog__link-title:hover {
    color: var(--brown);
  }

  .item-blog__button:hover {
    color: #fff;
    background-color: var(--bg-brown);
  }

  .content-article__image-ibg:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }

  .content-article__button:hover {
    color: #fff;
    background-color: var(--bg-brown);
  }

  .aside-article__link-title:hover {
    color: var(--brown);
  }

  .info-contact__phone:hover {
    color: var(--brown);
  }

  .info-contact__email:hover {
    color: var(--brown);
  }

  .item-bag__delete:hover {
    color: red;
  }

  .item-bag__button:hover {
    background-color: var(--bg-hover-brown);
  }

  .block-bag__name:hover {
    color: var(--brown);
  }

  .menu-account__link:hover {
    background-color: var(--brown);
    color: #fff;
  }

  .item-favorite__title:hover {
    color: var(--brown);
  }

  .reviews-account__name:hover {
    color: var(--brown);
  }

  .information-account__button:hover {
    color: #fff;
    background-color: var(--bg-brown);
  }

  .information-account__plus:hover {
    background-color: var(--bg-hover-brown);
  }

  .title-order:hover {
    border-radius: 5px 5px 0px 0px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  }

  .content-order__button:hover {
    background-color: var(--bg-hover-brown);
  }

  .content-order__button--transapent:hover {
    color: #fff;
    background-color: var(--bg-brown);
  }

  .item-order__name:hover {
    color: var(--brown);
  }

  .side-order__name:hover {
    color: var(--brown);
  }

  .side-order__button:hover {
    background-color: var(--bg-hover-brown);
  }

  .block-order__button:hover {
    background-color: var(--bg-hover-brown);
  }
}

@media (any-hover: none) {
  .catalog-side__icon {
    cursor: default;
  }
}

.webp .lg-outer .lg-item:not(.lg-start-end-progress){ background: url(data:image/webp;base64,UklGRs4AAABXRUJQVlA4IMIAAACwBQCdASogACAAPpFCnEolo6KhqAgAsBIJaQAD5dDxrXM99232GfVDjLF0EQDwsC0CXKtWlgAA/vV76pcYbjjsL88+3qb/4UfhRX+dwASYANdOF+J5Nu61NxB7TUbHeCQeee2d4nX3M/8oPzSbTnBOl/xCNiQkRhkYBtGvv3/fXfn2CbNj/EPmnHMb/H7zFQx28TJK5yXYt1B6zlKYbIeBfYPo1h1tsfJDbPjNrzTs7O1elyh7eF4fdYd8hFly7AAAAA==) no-repeat scroll center center transparent; }

.no-products{
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.btn{
  max-width: 15.9375rem;
  border-radius: 0.4375rem;
  border: 0.0625rem solid #7a6953;
  padding: 1.40625rem;
  color: var(--brown);
  font-weight: 700;
  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;
  line-height: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn:hover, .btn:active, .btn:focus{
  border: 0.0625rem solid #7a6953;
  color: #fff;
  background-color: #7a6953;
}

.main-catalog__container.full-width {
  display: block;
}

.new_form.main-header__search {
  position: relative;
  width: 380px;
  max-width:100%;
}

.new_form ._icon-search{
  width: 5em;
  text-align: center;
  padding: 5px 15px;
  font-size: 1rem;
  border-radius: 9px;
  cursor:pointer;
}

.new_form ._icon-search:hover{
  outline:1px solid var(--brown);
}

.new_form input{
  outline:0;
}

.catalog-side__range .ocf-value-list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px; 
}
.catalog-side__range .ocf-value-list .ocf-slider-input-group{order:2}
.catalog-side__range .ocf-value-list .ocf-value-slider{order:1}

.docs li{
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  gap:15px;
}

.docs li .button{
  border-radius: 0.4375rem;
  border: 0.0625rem solid #7a6953;
  color: var(--brown);
  padding: 5px 10px;
}

.hidden{
  display:none;
}

.info__main p:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.info__main {
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.info__main h2, .info__main h3, .info__main h4, .info__main h5{
  position: relative;
  z-index: 3;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  
}
.info__main h2, .info__main h3{
  font-size: 1.7rem;
}
.info__main h4, .info__main h5{
  font-size: 1.4rem;
}
.info__main ul, .info__main ol{
  list-style: none;
  padding:0;
  margin:0;
}
.info__main ul li, .info__main ol li{
  position:relative;
  padding-left:30px;
}
.info__main ul li:before, .info__main ol li:before{
  content:'';
  position: absolute;
  left:0;
  top:2px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzI4Nl84NDg0KSI+CjxwYXRoIGQ9Ik0yMi4yODEyIDExLjVDMjIuMjgxMiAxMi40MiAyMS4xNTEgMTMuMTc4MyAyMC45MjQ2IDE0LjAyNjRDMjAuNjkxIDE0LjkwMzMgMjEuMjgyMiAxNi4xMjUyIDIwLjgzODQgMTYuODkyNEMyMC4zODczIDE3LjY3MjMgMTkuMDMwNyAxNy43NjU3IDE4LjM5ODIgMTguMzk4MkMxNy43NjU3IDE5LjAzMDcgMTcuNjcyMyAyMC4zODczIDE2Ljg5MjQgMjAuODM4NEMxNi4xMjUyIDIxLjI4MjIgMTQuOTAzMyAyMC42OTEgMTQuMDI2NCAyMC45MjQ2QzEzLjE3ODMgMjEuMTUxIDEyLjQyIDIyLjI4MTIgMTEuNSAyMi4yODEyQzEwLjU4IDIyLjI4MTIgOS44MjE3MiAyMS4xNTEgOC45NzM1OSAyMC45MjQ2QzguMDk2NzIgMjAuNjkxIDYuODc0ODQgMjEuMjgyMiA2LjEwNzU4IDIwLjgzODRDNS4zMjc3MyAyMC4zODczIDUuMjM0MyAxOS4wMzA3IDQuNjAxOCAxOC4zOTgyQzMuOTY5MyAxNy43NjU3IDIuNjEyNjYgMTcuNjcyMyAyLjE2MTY0IDE2Ljg5MjRDMS43MTc4MSAxNi4xMjUyIDIuMzA4OTggMTQuOTAzMyAyLjA3NTM5IDE0LjAyNjRDMS44NDg5OCAxMy4xNzgzIDAuNzE4NzUgMTIuNDIgMC43MTg3NSAxMS41QzAuNzE4NzUgMTAuNTggMS44NDg5OCA5LjgyMTcyIDIuMDc1MzkgOC45NzM1OUMyLjMwODk4IDguMDk2NzIgMS43MTc4MSA2Ljg3NDg0IDIuMTYxNjQgNi4xMDc1OEMyLjYxMjY2IDUuMzI3NzMgMy45NjkzIDUuMjM0MyA0LjYwMTggNC42MDE4QzUuMjM0MyAzLjk2OTMgNS4zMjc3MyAyLjYxMjY2IDYuMTA3NTggMi4xNjE2NEM2Ljg3NDg0IDEuNzE3ODEgOC4wOTY3MiAyLjMwODk4IDguOTczNTkgMi4wNzUzOUM5LjgyMTcyIDEuODQ4OTggMTAuNTggMC43MTg3NSAxMS41IDAuNzE4NzVDMTIuNDIgMC43MTg3NSAxMy4xNzgzIDEuODQ4OTggMTQuMDI2NCAyLjA3NTM5QzE0LjkwMzMgMi4zMDg5OCAxNi4xMjUyIDEuNzE3ODEgMTYuODkyNCAyLjE2MTY0QzE3LjY3MjMgMi42MTI2NiAxNy43NjU3IDMuOTY5MyAxOC4zOTgyIDQuNjAxOEMxOS4wMzA3IDUuMjM0MyAyMC4zODczIDUuMzI3NzMgMjAuODM4NCA2LjEwNzU4QzIxLjI4MjIgNi44NzQ4NCAyMC42OTEgOC4wOTY3MiAyMC45MjQ2IDguOTczNTlDMjEuMTUxIDkuODIxNzIgMjIuMjgxMiAxMC41OCAyMi4yODEyIDExLjVaIiBmaWxsPSIjN0E2OTUzIi8+CjxwYXRoIGQ9Ik0xNC42MTYgOC4yODM4NUwxMC41MTIgMTIuMzg3OUw4LjM4NDQ3IDEwLjI2MjJDNy45MjI2OCA5LjgwMDQxIDcuMTczMzggOS44MDA0MSA2LjcxMTU4IDEwLjI2MjJDNi4yNDk3OSAxMC43MjQgNi4yNDk3OSAxMS40NzMzIDYuNzExNTggMTEuOTM1MUw5LjY5NjE5IDE0LjkxOTdDMTAuMTQ1NCAxNS4zNjg5IDEwLjg3NDkgMTUuMzY4OSAxMS4zMjQyIDE0LjkxOTdMMTYuMjg3MSA5Ljk1Njc0QzE2Ljc0ODkgOS40OTQ5NCAxNi43NDg5IDguNzQ1NjQgMTYuMjg3MSA4LjI4Mzg1QzE1LjgyNTMgNy44MjIwNSAxNS4wNzc4IDcuODIyMDUgMTQuNjE2IDguMjgzODVaIiBmaWxsPSIjRkZGQ0VFIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMjg2Xzg0ODQiPgo8cmVjdCB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==");
  width:20px;
  height:20px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
@media (min-width: 103.125em){
  .info__main {
      font-size: 1.25rem;
  }
  .info__main h2, .info__main h3{
    font-size: 2.25rem;
  }
  .info__main h4, .info__main h5{
    font-size: 1.7rem;
  }
}

.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
}
.popup__close {
  position: absolute;
}
.popup__close img{
  width:16px;
  height:16px;
}

.popup__title {
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}


.modal-content{
  padding: 2.5rem;
  width: 100%;
  max-width: 29.6875rem;
  border-radius: 0.3125rem;
  background: #fff;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  position:relative;
}
.modal-backdrop {
  content: "";
  background-color: rgba(0, 0, 0, 1);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.modal-footer{
  margin-top: 30px;
}

.tab-pane {
  display:none;
}
.tab-pane.active.in{
  display:block;
}

.mt40{
  margin-top:40px;
}

/* new stars */
#reviewstar {
  overflow: hidden;
  position: relative;
  float: left;
}

#reviewstar input {
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
  width: 33px;
  height: 30px;
  margin: 0;
}

#reviewstar input:checked ~ label {
  color: #ffd820;
}

#reviewstar label {
  float: right;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  color: #e2e2e2;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  font-size:30px;
  display: block;
}

#reviewstar label:hover,
#reviewstar label:hover ~ label {
  color: #ffd820;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 8px;
}
.alert.alert-success {
  background-color: #7a6953;
}

.alert.alert-danger {
  background-color: #cd5b5a;
}

.alert-dismissible{
  display:flex;
  gap:15px;
  justify-content: space-between;
  align-items: center;
}


.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000000;
  opacity: 0.4;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

  .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  
  .mfp-align-top .mfp-container:before {
    display: none; }
  
  .mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
    padding: 2.5rem;
    width: 100%;
    max-width: 29.6875rem;
    border-radius: 0.3125rem;
    background: #fff;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    position:relative;
  }

.modal-footer {
    margin-top: 30px;
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}


.close-button-bottom{
  background-color:#fff;
  cursor:pointer;
  transition: 0.3s;
}
.close-button-bottom:hover, .close-button-bottom:active{
  border: 0.0625rem solid #7a6953;
  color: #fff;
  background-color: #7a6953;
}

.go-button-bottom{
  border: 0.0625rem solid #7a6953;
  color: #fff;
  background-color: #7a6953;
  cursor:pointer;
  transition: 0.3s;
}
.go-button-bottom:hover, .go-button-bottom:active{
  opacity:0.7;
}
#save-cart-data .flex{
  display:flex;
}
@media (max-width: 480px){
  .modal-footer{
    flex-wrap:wrap;
  }
  .close-button-bottom, .go-button-bottom{
    width:100%;
  }
}

.modal-text{
  text-align: center;
  font-size:1.3rem;
  line-height: 1.7;
}
.modal-text a{
  color: var(--bg-brown);
  text-decoration: underline;
}

.side-order__name.error-stock{
  color: #ff0000;
}
.btn_close{
  background-color:#fff;
  font-size: 1.3rem;
  cursor:pointer;
}
.btn_close:hover{
  opacity:0.7;
}

.item-catalog.not-available{
  -webkit-filter: grayscale(40%);
  filter: grayscale(40%);
}
.slide-goods.not-available{
  -webkit-filter: grayscale(60%);
  filter: grayscale(60%);
}

button.disabled{
  pointer-events: none;
  cursor:none;
}
.item-catalog__avaible.not_available{
  color: #ce5d5c;
}

.manufacturer__row{
  display: flex;
  flex-wrap:wrap;
}

.manufacturer__item{
  width: calc(16.6% - 15px);
  border:1px solid #b5b5b5;
  text-align: center;
  border-radius: 9px;
  font-size: 1rem;
  font-weight:700;
  margin-bottom: 15px;
  margin-right: 15px;
}
.manufacturer__item a{
  display:flex;
  width:100%;
  height:100%;
  padding: 15px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.manufacturer__item img{
  margin-bottom: 10px;
}
.manufacturer__item:hover{
  border:1px solid #7a6953;
}
@media (max-width: 1200px){
  .manufacturer__item{
    width: calc(20% - 15px);
  }
}
@media (max-width: 992px){
  .manufacturer__item{
    width: calc(25% - 15px);
  }
}
@media (max-width: 767px){
  .manufacturer__item{
    width: calc(33.3% - 15px);
  }
}
@media (max-width: 600px){
  .manufacturer__item{
    width: calc(50% - 15px);
  }
}




/* pc navigation*/
#menu {
	min-height: 50px;
	position: relative;
  background-color:#f5f5f5;
}
#menu:hover{
  border-radius:  0.875rem 0 0 0.875rem;
}
#menu {padding: 0; margin: 0; border: 0;position:relative}
#menu ul {position:relative;}
#menu ul, #menu li {list-style: none; margin: 0; padding: 0;}
#menu ul {z-index: 597; }
#menu ul li {min-height: 1px; vertical-align: middle;}
#menu ul li.hover,
#menu ul li:hover {z-index: 599; cursor: default;}
#menu ul ul {visibility: hidden; position: absolute; top: 0; left: 100%; z-index: 598; width: 100%;height:100%;background-color:#f5f5f5;border-left: 1px solid #D9D9D9;}
#menu ul ul li {float: none;}
#menu ul ul ul {top: 0; left: auto; right: -100%; background-color:#f5f5f5;width: 100%;height:100%;}
#menu ul li:hover > ul { visibility: visible;}
/*#menu ul ul {bottom: 0; left: 0;}*/
#menu ul ul {margin-top: 0; }
#menu ul ul li {font-weight: normal;}
#menu a { padding: 1.27rem;transition:0s;font-size: 0.9rem;height:82.63px;}

#menu .sub-menu__item .sub-menu__link{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.1rem 1.25rem;
  margin:0;
}

#menu ul li .sub-menu__item, #menu ul li .has-sub{
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.18);
}

#menu .sub-menu__link.sub-menu__link--sub{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.72rem 1.25rem;
  margin:0;
}

#menu .sub-menu__link.sub-menu__link--sub .side-main__label, 
#menu .sub-menu__link.sub-menu__link--sub .side-main__label span, 
#menu .sub-menu__link.sub-menu__link--sub .side-main__label span::before {
  transition: all 0s;
}

#menu:after, #menu ul:after {
content: '';
display: block;
clear: both; 
}
#menu ul ul {
	min-width: 25%; 
}
#menu ul ul ul { height:100%;min-height:415px;background:#f5f5f5;border-radius: 0 0.875rem 0.875rem 0;}
#menu ul li.last ul {
	left: auto;
	right: 0; 
}
#menu ul li.last ul ul {
	left: auto;
	right: 100%;
}

@media (max-width: 991.98px) {
  #common-home #menu.main__side.side-main{
    display:none!important;
  }
}

#simplepage_form .simpleregister-block-content{
  padding:15px 0;
}

#pc-overlay{
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  display: none;
  -webkit-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
}
.main-header__catalog-section:hover #pc-overlay{
  display:block;
  opacity:1;
}
.main-header__catalog-section:hover .side-main--catalog#menu{
  display: block!important;
  top: 3.7rem;
  visibility: visible;
  height:auto;
}

.main-header__catalog-section {
  width: 100%;
  max-width: 14.75rem;
}
@media (max-width: 81.25em){
  .main-header__catalog-section{
    max-width: 3.6875rem;
  }
}
@media (max-width: 61.99875em){
  .main-header__catalog-section {
    display: none;
  }
}

.home-side-main:hover:before{
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  display: none;
  -webkit-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
  display:block;
  opacity:1;
}

.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection{
  border-radius: .1875rem!important;
  background: #fff!important;
  font-size: .875rem!important;
  padding: .75rem 1.125rem!important;
  color: #414141!important;
  font-weight: 400!important;
  box-shadow:none!important;
  height: 55px;
  line-height: 220%;
}
.ff{
  border: .0625rem solid #e9e9e9!important;
  padding: .75rem 1.125rem!important;
}

.select2-selection.select2-selection--single{
  display:flex!important;
  align-items: center;
  justify-content: space-between;
}

.block-catalog__wrap .select2-container .select2-selection--single{
  color: inherit;
  text-align: left;
  padding: 1.1875rem;
  background-color: #fff;
  cursor: pointer;
  width:100%;
  color: #393939;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  border-radius: 0.4375rem;
  border: 1px solid rgba(122, 105, 83, 0.33);
  height: 70px;
  display:flex;
  align-items: center;
  justify-content: space-between;
}
.block-catalog__wrap .select2-container {
  width: 246px!important;
  max-width: 100%;
  height:70px!important;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid rgba(122, 105, 83, 0.33)!important;
  border-top:0!important;
  border-radius: 0 0 0.4375rem 0.4375rem!important;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  overflow:hidden;
  margin-top:-1px;
}
.select2-results__option{
  padding: 5px 15px!important;
}
.select2-container .select2-results__option--highlighted[aria-selected] {
  background-color: #dddddd!important;
  color: inherit!important;
}
.select2-container .select2-selection--single .select2-selection__arrow b:after{
  content: "";
  position:absolute;
  top:5px;
  right:0;
  width:13px;
  height:13px;
  background-size:13px 13px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgMjg0LjkzNSAyODQuOTM2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIiBjbGFzcz0iIj48ZyB0cmFuc2Zvcm09Im1hdHJpeCgtMS44MzY5NzAxOTg3MjEwMjk3ZS0xNiwxLC0xLC0xLjgzNjk3MDE5ODcyMTAyOTdlLTE2LDI4NC45MzY1MDA1NDkzMTY0NiwtMC4wMDA0OTU5MTA2NDQ1MzEyNSkiPjxwYXRoIGQ9Ik0yMjIuNzAxIDEzNS45IDg5LjY1MiAyLjg1N0M4Ny43NDguOTU1IDg1LjU1NyAwIDgzLjA4NCAwYy0yLjQ3NCAwLTQuNjY0Ljk1NS02LjU2NyAyLjg1N0w2Mi4yNDQgMTcuMTMzYy0xLjkwNiAxLjkwMy0yLjg1NSA0LjA4OS0yLjg1NSA2LjU2NyAwIDIuNDc4Ljk0OSA0LjY2NCAyLjg1NSA2LjU2N2wxMTIuMjA0IDExMi4yMDRMNjIuMjQ0IDI1NC42NzdjLTEuOTA2IDEuOTAzLTIuODU1IDQuMDkzLTIuODU1IDYuNTY0IDAgMi40NzcuOTQ5IDQuNjY3IDIuODU1IDYuNTdsMTQuMjc0IDE0LjI3MWMxLjkwMyAxLjkwNSA0LjA5MyAyLjg1NCA2LjU2NyAyLjg1NCAyLjQ3MyAwIDQuNjYzLS45NTEgNi41NjctMi44NTRsMTMzLjA0Mi0xMzMuMDQ0YzEuOTAyLTEuOTAyIDIuODU0LTQuMDkzIDIuODU0LTYuNTY3cy0uOTQ1LTQuNjY0LTIuODQ3LTYuNTcxeiIgZmlsbD0iIzdhNjk1MyIgb3BhY2l0eT0iMSIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9IiI+PC9wYXRoPjwvZz48L3N2Zz4=");
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.select2-container.select2-container--open  .select2-selection--single .select2-selection__arrow b:after{
    -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

@media (min-width: 103.125em){
  .block-catalog__wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.25rem;
  }
}

.contact-order__line.row-shipping_address_country_id {
  display: none!important;
}

.slide-goods:hover {
  border-radius: 0.875rem 0.875rem 0 0;
  filter: drop-shadow(rgba(0, 0, 0, 0.25) 0px 2px 4px);
}


.custom-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.custom-modal-content {
    position: relative;
    margin: 10% auto;
    padding: 20px;
    width: 90%;
    max-width: 400px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.custom-modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #aaa;
    font-size: 24px;
    cursor: pointer;
}

.custom-modal-close:hover {
    color: #000;
}

