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

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

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

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

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

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

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

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

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

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

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

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

body {
  line-height: 1;
  font-family: "Inter";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Inter";
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}
.products-section__paggination-wrapper{
  overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
}
body {
  color: #000;
  font-size: 16px;
  line-height: 1.2;
}

body._bg {
  background: url(/app/img/bg-flower.svg) right 130px/auto no-repeat, #F3EADF;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(35, 34, 32, 0.25);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}
.d_none{
display:none !important;
}
body._lock {
  overflow: hidden;
}

body._lock::after {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.recovery-password {
    padding: 50px 0px;
}
.filter__content {
        overflow-y: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding-right: 10px;
        margin-right: -10px;
        margin-bottom: -20px;
        padding-bottom: 20px;
    }
    .bottom-filter__reset {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
    flex: 0 0 calc((100% - 20px * 1) / 2);
    color: #909090;
    font-size: 16px;
    font-weight: 400;
    background: none;
}
.bottom-filter
{
  -webkit-box-shadow: 0px -4px 8px 0px rgba(143, 142, 151, 0.08);
    box-shadow: 0px -4px 8px 0px rgba(143, 142, 151, 0.08);
    padding: 12px 20px;
   
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
justify-content: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px -20px -20px;
    position:absolute;
    bottom:30px;
    width:100%;
}

.recovery-password__wrapper{
  width: 100%;
    max-width: 475px;
    border-radius: 8px;
    padding: 30px;
    margin: 0px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
}
.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
 .catalog__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 24px;
}
    .catalog__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 30px * 3) / 4);
    flex: 0 0 calc((100% - 30px * 3) / 4);
}
._container {
  padding: 0px 20px;
  width: 100%;
  max-width: 1310px;
  margin: 0 auto;
}

._btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 30px;
  border-radius: 100px;
  background: #7D7851;
  color: #F3EADF;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
  height:45px;
}
.recipient_2._full{
  width:100%;
  flex: 0 0 100%;
}
.data-order__select.time_other,
.data-order__select.time_today, 
.data-order__select.time_today_md, 
.data-order__select.time_other_special, 
.data-order__select.time_all, 
.time_from_reservation_fixed, 
.time_other_free, 
.time_from_reservation_fixed_all, 
.interval_time_periods_reservation_all {
    display: none;
}
._btn:disabled {
  background: #DDD !important;
  color: #6E6E6E !important;
  cursor: default;
}

._btn._fw {
  width: 100%;
}

._btn._white {
  background: #F3EADF;
  color: #7D7851;
}

.showpass {
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(45px / 2);
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.showpass._active .showpass__on {
  display: block;
}

.showpass._active .showpass__off {
  display: none;
}

.options__item._error {
  border: 1px solid red;
  border-radius: 10px;
}

.data-order__select .select__title._error,
.data-order__item._error input{
  border: 1px solid red;
}
.checkbox._error .checkbox__text:before {
  border: 1px solid #ee1212;
}

.showpass__on {
  display: none;
}

.showpass__off {
  display: block;
}

.select {
  position: relative;
}

.select__item {
  position: relative;
}

.select__title {
  color: #000;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50px;
}

.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #565656;
  font-size: 13px;
  min-height: 38px;
  padding: 0px 15px;
  -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-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}

.select__value span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.select__value:before {
  content: "";
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 14px;
  height: 14px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14px;
          flex: 0 0 14px;
  background: url("/app/img/icons/select-triangle.svg") center/100% no-repeat;
}

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

.select__options {
  color: #000;
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  border-radius: 6px;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  font-size: 13px;
  overflow-y: auto;
  max-height: 320px;
}

.select__option {
  cursor: pointer;
  padding: 8px 10px;
  margin: 0px 0px 0px 0px;
}

.select._active {
  z-index: 5;
}

.select._active .select__value:before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.select._active .select__options {
  display: block;
}

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 20px;
  color: #000;
  font-size: 15px;
  font-weight: 300;
  background: #fff;
  border-radius: 50px;
  width: 100%;
  max-width: 100%;
  min-width: 0px;
  min-height: 45px;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.input._date {
  background: url(/app/img/icons/calendar.svg) calc(100% - 20px) center/24px no-repeat, #fff;
}

.input._time {
  background: url(/app/img/icons/time.svg) calc(100% - 20px) center/24px no-repeat, #fff;
}
.name_client{
 width: 100px;
    overflow: hidden;
    display: flex
;
font-size:13px;
color: #000;
    flex-direction: row;
}
.input._gray {
  background: #F1F1F1;
  border-color: #F1F1F1;
}

.input:focus {
  border-color: #7D7851;
}
.info_register,
.info_login,
.info_reset{
  color:green
}
.form_error{
 color: #E81E1E;
  font-size:12px;
}
.input._error {
 
  border-color: #E81E1E;
}

textarea.input {
  resize: none;
  padding: 20px;
  min-height: 0px;
  height: 80px;
  overflow-y: auto;
  border-radius: 12px;
}

.label {
  color: #000;
  font-size: 11px;
  font-weight: 300;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.label span {
  color: #FF3030;
}

._input-container {
  position: relative;
}

._input-container._focus .label {
  top: 10px;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  font-size: 11px;
}

._input-container .input {
  padding: 15px 20px 0px;
}

._input-container textarea.input {
  padding: 25px 20px 20px;
}

._input-container .label {
  position: absolute;
  left: 20px;
  pointer-events: none;
  top: calc(45px / 2);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 15px;
}

.form__error {
  color: #EB1717;
  font-size: 11px;
  font-weight: 300;
  display: block;
  margin-top: 5px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  text-align: left;
}

.checkbox {
  position: relative;
}

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

/* Checked state */
.checkbox__input:checked + .checkbox__content::before {
  background: url("/app/img/icons/check.svg") center/12px no-repeat, #7D7851;
  border-color: #7D7851;
}

/* Default style for the box */
.checkbox__content::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  vertical-align: middle;
  transition: border-color 0.3s;
}

/* Error state: if checkbox__input has _error class, apply red border to sibling's ::before */
.checkbox__input._error + .checkbox__content::before {
  border-color: red;
}

.checkbox__content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 16px;
  color: #767676;
  font-size: 13px;
  font-weight: 300;
  cursor: pointer;
  text-align: left;
}

.checkbox__content:before {
  content: "";
  margin: 0px 8px 0px 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #D1D1D6;
}

.checkbox a {
  color: #fff;
  text-decoration: underline;
}

.checkbox._error .checkbox__text:before {
  border: 1px solid #ee1212;
}

.options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 20px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.options__item {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
          flex: 0 0 calc((100% - 20px * 2) / 3);
}

.options__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  left: 0;
  top: 0;
  visibility: hidden;
}

.options__input:checked + .options__content {
  border-color: #7D7851;
}

.options__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  row-gap: 10px;
  background: #fff;
  padding: 20px;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
  width: 100%;
}

.options__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 15px;
  font-weight: 300;
  color: #000;
}

.rating-block {
  display: table;
  font-size: 0;
}

.rating {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.rating.edit .star {
  cursor: pointer;
}

.rating .star {
  width: 17px;
  height: 14px;
  display: inline-block;
  position: relative;
  z-index: 3;
}

.rating__line {
  position: absolute;
  width: 85px;
  height: 14px;
  top: 0;
  left: 0;
  background: url("/app/img/icons/bg_rating.svg") 0 0 no-repeat;
  z-index: 1;
  background-size: 85px 100%;
}

.rating__activeline {
  position: absolute;
  width: 0px;
  height: 14px;
  top: 0;
  left: 0;
  background: url("/app/img/icons/bg_rating_active.svg") 0 0 no-repeat;
  z-index: 2;
  background-size: 85px 100%;
}

.rating__value {
  display: inline-block;
  color: #1b3139;
  font-size: 14px;
  line-height: 13px;
  vertical-align: middle;
}

.quantity {
  width: 120px;
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100px;
  background: #EFEFEF;
  padding: 0px 15px;
}

.quantity__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  position: relative;
  cursor: pointer;
}

.quantity__button::before,
.quantity__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: -1px 0px 0px -8px;
  background: #000;
  width: 16px;
  height: 2px;
}

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

.quantity__button._disabled {
  pointer-events: none;
}

.quantity__button._disabled::before,
.quantity__button._disabled::after {
  background-color: #a6a6a6;
}

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

.quantity__input input {
  height: 100%;
  color: #000;
  font-size: 19px;
  width: 100%;
  text-align: center;
  background: none;
}

img,
svg {
  vertical-align: middle;
  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;
  max-height: 100%;
  max-width: 100%;
}

._title {
  color: #000;
  font-size: 35px;
  font-weight: 500;
  text-align: center;
}

ol.counter {
  list-style-type: none;
  counter-reset: item;
}

ol.counter li {
  position: relative;
  padding: 0px 0px 0px 45px;
}

ol.counter li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  color: #818181;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid #4274bb;
}

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.es {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.table {
  display: table;
  font-size: 0;
  width: 100%;
}

.trow {
  display: table-row;
}

.cell {
  display: table-cell;
}

.cell.full {
  width: 100%;
}

._ibg {
  position: relative;
}

._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}

.video video,
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

.moretext {
  overflow: hidden;
}

.moretext__more {
  cursor: pointer;
}

.moretext__more span {
  font-style: normal;
}

.moretext__more span:first-child {
  display: block;
}

.moretext__more span:last-child {
  display: none;
}

.moretext__more.active span {
  font-style: normal;
}

.moretext__more.active span:first-child {
  display: none;
}

.moretext__more.active span:last-child {
  display: block;
}

#map {
  background: url("/app/img/icons/loading.gif") center/50px no-repeat;
}

._swiper {
  overflow: hidden;
}

._swiper .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.swiper-container-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

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

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

.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.slick-slider {
  position: relative;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-slider .slick-list {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.slick-slider .slick-track {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slider .slick-slide {
  position: relative;
}

.tab__item {
  display: none;
}

.tab__item.active {
  display: block;
}

._tabs-block {
  display: none;
}

._tabs-block._active {
  display: block;
}

.mirror {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.nicescroll-rails {
  z-index: 1000 !important;
}

.gm-style-iw-t {
  opacity: 0;
}

.baloon {
  opacity: 1;
  right: -7px !important;
  bottom: 80px !important;
}

.baloon button {
  display: none !important;
}

.baloon:after {
  display: none !important;
}

.baloon-style {
  display: none;
}

.baloon-content.gm-style-iw {
  opacity: 1;
  border-radius: 0px !important;
  max-width: 300px !important;
  padding: 0 !important;
  left: 0 !important;
  width: 100% !important;
  overflow: visible !important;
}

.baloon-content.gm-style-iw > .gm-style-iw-d {
  overflow: hidden !important;
  max-width: none !important;
}

.baloon-content.gm-style-iw:after {
  display: none !important;
}

.baloon-close {
  top: 18px !important;
}

._custom-scroll {
  position: fixed;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  z-index: 1000;
}

._custom-scroll__line {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px 0 0 3px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

._like svg path {
  fill: #000;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

._like svg path._fill {
  display: none;
}

._like._liked svg path {
  fill: #7D7851;
}

._like._liked svg path._fill {
  display: block;
}

._liked ._like svg path {
  fill: #7D7851;
}

._liked ._like svg path._fill {
  display: block;
}

._swiper-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;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

._swiper-pagination .swiper-pagination-bullet {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8px;
          flex: 0 0 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7D7851;
}

._swiper-pagination .swiper-pagination-bullet-active {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12px;
          flex: 0 0 12px;
  width: 12px;
  height: 12px;
}

.qs-datepicker-container {
  margin-top: 5px;
  font-size: 1rem;
  font-family: sans-serif;
  color: #000;
  position: absolute;
  width: 15.625em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 1.25em 1.25em -0.9375em rgba(0, 0, 0, 0.3);
  box-shadow: 0 1.25em 1.25em -0.9375em rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}

.qs-datepicker-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qs-datepicker-container.qs-centered {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.qs-datepicker-container.qs-hidden {
  display: none;
}

.qs-datepicker .qs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 0.5em;
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.qs-datepicker .qs-overlay.qs-hidden {
  opacity: 0;
  z-index: -1;
}

.qs-datepicker .qs-overlay .qs-overlay-year {
  background: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  font-size: 0.875em;
  padding: 0.25em 0;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.qs-datepicker .qs-overlay .qs-overlay-year::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.qs-datepicker .qs-overlay .qs-close {
  padding: 0.5em;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

.qs-datepicker .qs-overlay .qs-submit {
  border: 1px solid #fff;
  border-radius: 0.26392em;
  padding: 0.5em;
  margin: 0 auto auto;
  cursor: pointer;
  background: rgba(128, 128, 128, 0.4);
}

.qs-datepicker .qs-overlay .qs-submit.qs-disabled {
  color: grey;
  border-color: grey;
  cursor: not-allowed;
}

.qs-datepicker .qs-overlay .qs-overlay-month-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.qs-datepicker .qs-overlay .qs-overlay-month {
  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;
  width: 33.33333%;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.qs-datepicker .qs-overlay .qs-overlay-month.active,
.qs-datepicker .qs-overlay .qs-overlay-month:hover {
  opacity: 1;
}

.qs-datepicker .qs-controls {
  width: 100%;
  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;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #fff;
  color: #000;
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  -o-transition: filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}

.qs-datepicker .qs-controls.qs-blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.qs-datepicker .qs-arrow {
  height: 1.5625em;
  width: 1.5625em;
  position: relative;
  cursor: pointer;
  border-radius: 0.26392em;
  -webkit-transition: background 0.15s;
  -o-transition: background 0.15s;
  transition: background 0.15s;
}

.qs-datepicker .qs-arrow:hover {
  background: rgba(0, 0, 0, 0.1);
}

.qs-datepicker .qs-arrow:hover.qs-left:after {
  border-right-color: #000;
}

.qs-datepicker .qs-arrow:hover.qs-right:after {
  border-left-color: #000;
}

.qs-datepicker .qs-arrow:after {
  content: "";
  border: 0.39062em solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 50%;
  -webkit-transition: border 0.2s;
  -o-transition: border 0.2s;
  transition: border 0.2s;
}

.qs-datepicker .qs-arrow.qs-left:after {
  border-right-color: grey;
  right: 50%;
  -webkit-transform: translate(25%, -50%);
  -ms-transform: translate(25%, -50%);
  transform: translate(25%, -50%);
}

.qs-datepicker .qs-arrow.qs-right:after {
  border-left-color: grey;
  left: 50%;
  -webkit-transform: translate(-25%, -50%);
  -ms-transform: translate(-25%, -50%);
  transform: translate(-25%, -50%);
}

.qs-datepicker .qs-month-year {
  font-weight: 700;
  -webkit-transition: border 0.2s;
  -o-transition: border 0.2s;
  transition: border 0.2s;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  cursor: pointer;
}

.qs-datepicker .qs-month-year:hover {
  border-bottom: 1px solid grey;
}

.qs-datepicker .qs-month-year:active:focus,
.qs-datepicker .qs-month-year:focus {
  outline: none;
}

.qs-datepicker .qs-month {
  padding-right: 0.5ex;
}

.qs-datepicker .qs-year {
  padding-left: 0.5ex;
}

.qs-datepicker .qs-squares {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.3125em;
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  -o-transition: filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}

.qs-datepicker .qs-squares.qs-blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.qs-datepicker .qs-square {
  width: 14.28571%;
  height: 1.5625em;
  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;
  cursor: pointer;
  -webkit-transition: background 0.1s;
  -o-transition: background 0.1s;
  transition: background 0.1s;
  border-radius: 0.26392em;
}

.qs-datepicker .qs-square.qs-current {
  font-weight: 700;
}

.qs-datepicker .qs-square.qs-current span {
  text-decoration: underline;
}

.qs-datepicker .qs-square.qs-active {
  background: #7D7851;
  color: #fff;
  font-weight: 500;
}

.qs-datepicker .qs-square.qs-range-date-start:not(.qs-range-date-6) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.qs-datepicker .qs-square.qs-range-date-middle {
  background: #d4ebf2;
}

.qs-datepicker .qs-square.qs-range-date-middle:not(.qs-range-date-0):not(.qs-range-date-6) {
  border-radius: 0;
}

.qs-datepicker .qs-square.qs-range-date-middle.qs-range-date-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.qs-datepicker .qs-square.qs-range-date-end:not(.qs-range-date-0),
.qs-datepicker .qs-square.qs-range-date-middle.qs-range-date-6 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.qs-datepicker .qs-square.qs-disabled span {
  opacity: 0.2;
}

.qs-datepicker .qs-square.qs-empty {
  cursor: default;
}

.qs-datepicker .qs-square.qs-disabled {
  cursor: not-allowed;
}

.qs-datepicker .qs-square.qs-day {
  cursor: default;
  font-weight: 700;
  color: grey;
}

.qs-datepicker .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
  background: rgba(125, 120, 81, 0.1);
  color: #7D7851;
}

.qs-datepicker .qs-event {
  position: relative;
}

.qs-datepicker .qs-event:after {
  content: "";
  position: absolute;
  width: 0.46875em;
  height: 0.46875em;
  border-radius: 50%;
  background: #07f;
  bottom: 0;
  right: 0;
}

.qs-datepicker .qs-event.qs-disabled:after,
.qs-datepicker .qs-event.qs-empty:after {
  background: #cce4ff;
}

.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;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

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

.pagging__item._active .pagging__link {
  color: #7D7851;
  border-color: #7D7851;
}

.pagging__item:not(._active) .pagging__link:hover {
  color: #7D7851;
}

.pagging__link {
  width: 40px;
  height: 40px;
  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;
  text-align: center;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  border-radius: 50%;
  border: 1px solid transparent;
}

.popup {
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  padding: 30px 20px;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: visibility 0.8s ease 0s;
  -o-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
}

.popup._right-side {
  padding: 0px;
}

.popup._right-side .popup__content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 100dvh;
  overflow: hidden;
}

.popup._right-side .popup__body {
  max-width: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: scale(1) translateX(100%);
      -ms-transform: scale(1) translateX(100%);
          transform: scale(1) translateX(100%);
  padding: 40px 20px 20px;
}

.popup._right-side .popup__close {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  right: 20px;
  top: 20px;
}

.popup::before {
  content: "";
  background: rgba(35, 34, 32, 0.25);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  -o-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
}

.popup.show {
  visibility: visible;
  overflow: auto;
}

.popup.show::before {
  opacity: 1;
}

.popup.show .popup__body {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup._active {
  overflow: auto;
  visibility: visible;
}

.popup._active::before {
  opacity: 1;
}

.popup._active .popup__body {
  -webkit-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-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__body {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
  padding: 40px;
  width: 100%;
  max-width: 770px;
}

.popup__close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 30;
  background: url("/app/img/icons/close.svg") center/cover no-repeat;
}

.search-popup__label {
  font-size: 15px;
  color: #000;
  font-weight: 300;
}

.search-popup__main {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #E5E5E5;
}

.search-popup__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #000;
  font-size: 19px;
  font-weight: 400;
  width: 100%;
  max-width: 100%;
  min-width: 0px;
}

.search-popup__input::-webkit-input-placeholder {
  color: #888;
}

.search-popup__input::-moz-placeholder {
  color: #888;
}

.search-popup__input:-ms-input-placeholder {
  color: #888;
}

.search-popup__input::-ms-input-placeholder {
  color: #888;
}

.search-popup__input::placeholder {
  color: #888;
}

.search-popup__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}

.search-popup__results {
  margin-top: 20px;
}

.search-popup__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  max-height:400px;
  overflow-y:hidden;
}

.search-popup__more {
  margin-top: 20px;
}

.item-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.item-search__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  width: 60px;
  height: 60px;
  position: relative;
}

.item-search__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.item-search__info {
  -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-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.item-search__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}

.item-search__title {
  color: #000;
  font-size: 17px;
  font-weight: 400;
}

.item-search__title a {
  color: inherit;
}

.item-search__text {
  color: #A7A7A7;
  font-size: 13px;
  font-weight: 400;
}

.item-search__price {
  color: #000;
  font-size: 17px;
  font-weight: 400;
}

.login__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.head-login {
  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;
  text-align: center;
  row-gap: 10px;
}

.head-login .head-login__text {
  font-size: 15px;
  font-weight: 300;
  color: #000;
}

.head-login__icon {
  background: #7D7851;
  width: 42px;
  height: 42px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42px;
          flex: 0 0 42px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.head-login__icon img,
.head-login__icon svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.head-login__title {
  color: #000;
  font-size: 21px;
  font-weight: 500;
}

.form-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.form-login__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

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

.form-login__forgot {
  color: #7D7851;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  margin-top: 10px;
}

.form-login__forgot:hover {
  text-decoration: underline;
}

.form-login__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.form-login__text {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  margin-top: 20px;
}

.form-login__text a {
  color: #7D7851;
}

.form-login__checkbox {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  z-index: 10;
  border-bottom: 1px solid #F3EADF;
}

.header__main {
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0px;
}

.header__menu {
  border-top: 1px solid #F3EADF;
  padding: 15px 0px;
}

.main-header__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 149px 1fr;
  grid-template-columns: 1fr 149px 1fr;
}

.main-header__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.main-header__column:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main-header__action._mobile .action-header__head {
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  font-family: "Circe";
  font-size: 15px;
}

.main-header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  color: #000;
  font-size: 15px;
}

.main-header__phone img,
.main-header__phone svg {
  width: 13px;
  height: 13px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 13px;
          flex: 0 0 13px;
}

.main-header__logo img {
  width: 100%;
  max-width: 100%;
}

.main-header__logo svg path {
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.main-header__logo svg path[fill] {
  fill: #000;
}

.main-header__logo svg path[stroke] {
  stroke: #000;
}

.main-header__user-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-header__user-action {
  /* -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
  position: relative;
  display: flex;
   -ms-flex-direction: row;
          flex-direction: row;
  color: #000; */
  -webkit-box-flex: 0;
-ms-flex: 0 0 24px;
flex: 0 0 24px;
width: 24px;
height: 24px;
position: relative;
display: block;
}
.main-header__user-action:has(span.name_client) {
    width: 100px;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: row;
}

.main-header__items-count {
  position: absolute;
  top: -7px;
  right: -7px;
  font-family: "Circe";
  background: #7D7851;
  color: #F3EADF;
  font-size: 10px;
  font-weight: 700;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.main-header__items-count span {
  -webkit-transform: translateY(1px) translateX(0.5px);
      -ms-transform: translateY(1px) translateX(0.5px);
          transform: translateY(1px) translateX(0.5px);
}

.action-header {
  position: relative;
}

.action-header__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  -webkit-column-gap: 2px;
     -moz-column-gap: 2px;
          column-gap: 2px;
  cursor: pointer;
}

.action-header__head._active .action-header__arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.action-header__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 11px;
          flex: 0 0 11px;
  width: 11px;
  height: 11px;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.action-header__body {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 100vw;
  max-width: 170%;
  background: #fff;
  display: none;
  border: 1px solid #E8E8E8;
  -webkit-box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1);
          box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1);
  border-radius: 6px;
  overflow-y: auto;
}

.action-header__item {
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  color: #000;
  font-size: 13px;
}

.action-header__item img,
.action-header__item svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  width: 16px;
  height: 16px;
}

.action-header__item span {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: block;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.menu__title {
  color: #000;
  font-size: 17px;
  font-weight: 700;
  font-family: "Circe";
}

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

.menu__link {
  font-size: 13px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  white-space: nowrap;
}

.search-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
}

.search-menu__form {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  min-height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 100px;
  padding-right: 20px;
  overflow: hidden;
}

.search-menu__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  max-width: 100%;
  min-width: 0px;
  padding: 0px 20px;
  color: #B5B2AE;
  font-size: 14px;
  font-weight: 400;
}

.search-menu__input._focus {
  color: #000;
}

.search-menu__button {
  background: none;
  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;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.search-menu__action {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc((100% - 30px * 1) / 2);
          flex: 1 0 calc((100% - 30px * 1) / 2);
  border-radius: 100px;
  border: 1px solid #CFCDC0;
  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;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: 10px 20px;
  min-height: 45px;
  color: #292933;
  font-size: 14px;
  font-weight: 400;
}

.search-menu__action .action-header {
  width: 100%;
  max-width: 100%;
}

.search-menu__action .action-header .action-header__head span {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.header-mobile-action {
  position: fixed;
  bottom: 15px;
  right: 15px;
  background: #fff;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: 12px 20px;
  -webkit-box-shadow: 0px 6px 20px 0px rgba(53, 64, 71, 0.1);
          box-shadow: 0px 6px 20px 0px rgba(53, 64, 71, 0.1);
  z-index: 1;
}

.header-mobile-action__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  width: 32px;
  height: 32px;
  position: relative;
}

.header-mobile-action__item span {
  background: #7D7851;
  color: #F3EADF;
  font-size: 13px;
  font-weight: 700;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: absolute;
  line-height: 1;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  font-family: "Circe";
}

.header-mobile-action__item img,
.header-mobile-action__item svg {
  width: 100%;
  height: 100%;
}

.icon-menu {
  display: none;
}

._no-webp .footer {
  background: url("/app/img/bg-footer.png") right bottom/auto no-repeat, #7D7851; }

.footer {
  padding: 100px 0px 30px;
  color: #fff;
}

.footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.footer__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 242px;
          flex: 0 1 242px;
}

.footer__text {
  margin-top: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.footer__title {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.footer__body {
  margin-top: 20px;
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.footer__item {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.footer__item a {
  color: inherit;
}

.footer__social {
  margin-top: 20px;
}

.footer__bottom {
  margin-top: 80px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto 1fr;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.footer__bottom_column:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.footer__copyright {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.footer__payments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.footer__dev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.footer__dev img,
.footer__dev svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.social-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social-footer__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.social-footer__item svg path {
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.social-footer__item svg path[fill] {
  fill: #fff;
}

.social-footer__item svg path[stroke] {
  stroke: #fff;
}

.banner {
  padding: 0px 0px 50px;
}

.banner__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  min-height: 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

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

.banner__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

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

.banner__image--mobile {
  display: none;
}

.banner__content {
  position: relative;
  z-index: 1;
  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;
  max-width: 640px;
  row-gap: 30px;
}

.banner__title {
  color: #F3EADF;
  font-size: 62px;
  font-weight: 700;
}

.banner__text {
  color: #F3EADF;
  font-size: 32px;
  font-weight: 400;
}

.products-section {
  padding: 25px 0px;
}

.products-section__title {
  color: #000;
  font-size: 35px;
  font-weight: 500;
  text-align: center;
}

.products-section__nav {
  margin: 0px -20px -10px;
  padding: 0px 20px 10px;
  max-width: 100vw;
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.products-section__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  margin: 0px auto;
  border-bottom: 1px solid #DDD;
}

.products-section__item {
  color: #000;
  font-size: 21px;
  font-weight: 400;
  padding-bottom: 15px;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.products-section__item::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #7D7851;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.products-section__item._active {
  color: #7D7851;
}

.products-section__item._active::after {
  opacity: 1;
  visibility: visible;
}

.products-section__blocks .products-section__slider {
  padding: 0px;
  margin: 0px;
}

.products-section__blocks .product {
  padding: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 10px * 4) / 5);
          flex: 0 0 calc((100% - 10px * 4) / 5);
}

.products-section__blocks .product:not(:last-child) {
  margin-right: 10px;
}

.products-section__blocks .product .product__sale {
  -webkit-transform: translate(-12px, -12px);
      -ms-transform: translate(-12px, -12px);
          transform: translate(-12px, -12px);
  font-size: 13px;
  width: 50px;
  height: 50px;
}

.products-section__body {
  margin-top: 40px;
  position: relative;
}

.products-section__slider {
  margin: 0px -20px;
  padding: 0px 20px;
}

.products-section__slider._promo .products-section__product {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 40px * 2) / 3);
          flex: 0 0 calc((100% - 40px * 2) / 3);
}

.products-section__slider._promo .products-section__product:not(:last-child) {
  margin-right: 40px;
}

.products-section__product {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 20px * 4) / 5);
          flex: 0 0 calc((100% - 20px * 4) / 5);
}

.products-section__product:not(:last-child) {
  margin-right: 20px;
}

.products-section__arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(125, 120, 81, 0.3);
  top: 50%;
  position: absolute;
  cursor: pointer;
  background: #fff;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.products-section__arrow.products-section-arrow-prev {
  left: -20px;
  -webkit-transform: translateX(-100%) translateY(-50%);
      -ms-transform: translateX(-100%) translateY(-50%);
          transform: translateX(-100%) translateY(-50%);
}

.products-section__arrow.products-section-arrow-next {
  right: -20px;
  -webkit-transform: translateX(100%) translateY(-50%);
      -ms-transform: translateX(100%) translateY(-50%);
          transform: translateX(100%) translateY(-50%);
}

.products-section__arrow img,
.products-section__arrow svg {
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.products-section__pagination {
  margin-top: 12px;
  display: inline-flex
;
    gap: 6px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex
;
    text-align: center;
    list-style: none;
    justify-content: center;
    overflow-x: hidden;
    flex-wrap: nowrap;
    width: 100%;
    white-space: nowrap;
    max-width: 140px;
}

.products-section__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.products-section__more {
  color: #7D7851;
  font-size: 15px;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: 6px 6px 6px 15px;
  background: #fff;
  border-radius: 100px;
  -webkit-box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1);
          box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1);
}

.products-section__more_icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #7D7851;
  border-radius: 50%;
}

.product {
  padding: 20px;
  border: 1px solid #DEDEDE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  background: #FBFBFB;
}

.product__head {
  position: relative;
}

.product__image {
  aspect-ratio: 1/1;
  width: 100%;
  overflow: hidden;
  display: block;
}

.product__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.product__sale {
  position: absolute;
  background: url("/app/img/icons/back-sale.svg") center/cover no-repeat;
  width: 67px;
  aspect-ratio: 1/1;
  -webkit-transform: translate(-14px, -14px);
      -ms-transform: translate(-14px, -14px);
          transform: translate(-14px, -14px);
  color: #7D7851;
  font-size: 17px;
  font-weight: 700;
  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;
  text-align: center;
  top: 0;
  left: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1);
          box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1);
}

.product__like {
  position: absolute;
  width: 33px;
  height: 33px;
  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;
  border-radius: 50%;
  top: 10px;
  right: 10px;
  background: #fff;
}

.product__like img,
.product__like svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.product__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.product__name {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.product__name a {
  color: inherit;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.product__text {
  color: #6E6E6E;
  font-size: 14px;
  font-weight: 300;
  height:42px;
  overflow-y:hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.product__other {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}

.product__price {
  color: #7D7851;
  font-size: 18px;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.product__price--new {
  color: #7D7851;
}

.product__price--old {
  color: #8B8B8B;
  text-decoration: line-through;
  font-size: 16px;
  font-weight: 300;
}

.product__button {
  padding: 10px 25px;
  font-weight: 400;
  width:98px;
  white-space: nowrap;
}

._no-webp .about {
  background: url("/app/img/bg-about.png") center 0%/100% no-repeat, #F3EADF; }

.about._no-pt .about__section {
  padding-top: 30px;
}

.about__section {
  padding: 80px 0px;
}

.about__content {
  margin-top: 30px;
}

.about__description {
  width: 100%;
  max-width: 645px;
  margin: 0px auto;
  text-align: center;
}

.about__description:not(._view-all) .about__text {
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 4;
  -moz-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.about__text {
  color: #423F3F;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
}

.about__more {
  margin: 0px auto;
  display: inline-block;
  text-align: center;
  color: #7D7851;
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline;
  margin-top: 30px;
}

.answers-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  row-gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.answers-about__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 50px * 1) / 2);
          flex: 0 0 calc((100% - 50px * 1) / 2);
  background: #fff;
  -webkit-box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1);
          box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1);
  padding: 40px;
}

.answers-about__question {
  color: #000;
  font-size: 24px;
  font-weight: 400;
}

.answers-about__text {
  margin-top: 25px;
  color: #423F3F;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.benefits-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.benefits-about__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px * 3) / 4);
          flex: 0 0 calc((100% - 30px * 3) / 4);
  background: #fff;
  -webkit-box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1);
          box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1);
  padding: 20px;
}

.benefits-about__name {
  color: #000;
  font-size: 17px;
  font-weight: 400;
  min-height: 2lh;
}

.benefits-about__text {
  color: #423F3F;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.3;
  margin-top: 20px;
  padding-right: 40px;
}

.breadcrums {
  padding: 25px 0px;
}

.breadcrums._left .breadcrums__container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.breadcrums._left .breadcrums__list {
  font-size: 15px;
}

.breadcrums__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.breadcrums__list {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
}

.breadcrums__item a {
  color: #A7A7A7;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.breadcrums__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
  width: 10px;
  height: 10px;
  background: url(/app/img/icons/breadcrums-arrow.svg) center/cover no-repeat;
  margin-left: 3px;
}

.catalog {
  padding: 0px 0px 80px;
}

.catalog__content {
  margin-top: 20px;
}

.catalog__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.catalog__filter-open {
  color: #565656;
  font-size: 13px;
  font-weight: 300;
  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;
  padding: 12px 15px;
  background: #fff;
  border-radius: 50px;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.catalog__body {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
}

.catalog__product {
  padding: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 20px * 4) / 5);
          flex: 0 0 calc((100% - 20px * 4) / 5);
}

.catalog__product .product__sale {
  -webkit-transform: translate(-12px, -12px);
      -ms-transform: translate(-12px, -12px);
          transform: translate(-12px, -12px);
  font-size: 13px;
  width: 50px;
  height: 50px;
}

.catalog__footer {
  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;
  text-align: center;
  margin-top: 20px;
  row-gap: 20px;
}

.catalog__more {
  color: #7D7851;
  font-size: 15px;
  font-weight: 300;
}

.filter__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: 15px 20px;
  border-bottom: 1px solid #DEDEDE;
}

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

.filter__title {
  font-size: 18px;
  font-weight: 500;
}

.filter__close {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.filter__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
          
}

.card {
  padding: 0px 0px 80px;
}

.card__wrapper {
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  padding: 40px;
}

.card__gallery {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 575px;
          flex: 0 0 575px;
}

.card__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
}

.card__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}

.card__title {
  color: #000;
  font-size: 28px;
  font-weight: 500;
}

.card__text {
  color: #A7A7A7;
  font-size: 13px;
  font-weight: 400;
}

.card__price {
  color: #7D7851;
  font-size: 27px;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 5px;
}

.card__price--old {
  color: #000;
  font-size: 19px;
  font-weight: 300;
  text-decoration: line-through;
}

.card__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 20px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.card__quantity {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}

.card__buy {
  font-weight: 400;
}

.card__like {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 43px;
          flex: 0 0 43px;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #7D7851;
}

.card__like svg path[fill] {
  fill: #7D7851;
}

.card__like svg path[stroke] {
  stroke: #7D7851;
}

.gallery-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.gallery-card__thumbs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  width: 100px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.gallery-card__main {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 110px);
          flex: 0 0 calc(100% - 110px);
}

.thumbs-gallery-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 10px;
  max-height: calc((100px * 4) + (10px * 5) + 32px);
}

.thumbs-gallery-card__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  width: 16px;
  height: 16px;
  display: block !important;
  cursor: pointer;
  background: none;
}

.thumbs-gallery-card__arrow.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.3;
}

.thumbs-gallery-card__slider {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
}

.thumbs-gallery-card__item {
  height: 100px;
  width: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  opacity: 0.5;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.thumbs-gallery-card__item:not(:last-child) {
  margin-bottom: 10px;
}

.thumbs-gallery-card__item.swiper-slide-thumb-active {
  opacity: 1;
}

.thumbs-gallery-card__item img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-gallery-card {
  position: relative;
}

.main-gallery-card__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  aspect-ratio: 1/1;
  position: relative;
}

.main-gallery-card__item img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-gallery-card__sale {
  position: absolute;
  background: url("/app/img/icons/back-sale.svg") center/cover no-repeat;
  width: 67px;
  aspect-ratio: 1/1;
  -webkit-transform: translate(-14px, -14px);
      -ms-transform: translate(-14px, -14px);
          transform: translate(-14px, -14px);
  color: #7D7851;
  font-size: 17px;
  font-weight: 700;
  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;
  text-align: center;
  top: 0;
  left: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1);
          box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1);
}

.tabs-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  border-bottom: 1px solid #DDDDDD;
  font-size: 16px;
  font-weight: 400;
}

.tabs-card__head li {
  padding-bottom: 15px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.tabs-card__head li::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #7D7851;
  width: 100%;
  height: 1px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.tabs-card__head li._active {
  color: #7D7851;
}

.tabs-card__head li._active::after {
  opacity: 1;
  visibility: visible;
}

.tabs-card__blocks {
  margin-top: 20px;
}

.tabs-card__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.tabs-card__top._active .tabs-card__title {
  color: #7D7851;
}

.tabs-card__top._active .tabs-card__arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.tabs-card__top._active .tabs-card__arrow svg path[fill] {
  fill: #7D7851;
}

.tabs-card__top._active .tabs-card__arrow svg path[stroke] {
  stroke: #7D7851;
}

.tabs-card__body {
  margin-top: 20px;
}

.tabs-card__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.tabs-card__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  width: 16px;
  height: 16px;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.tabs-card__arrow svg path[fill] {
  fill: #000;
}

.tabs-card__arrow svg path[stroke] {
  stroke: #000;
}

.characteristic-card__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.characteristic-card__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

.characteristic-card__name {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  color: #9E9E9E;
  font-size: 15px;
  font-weight: 400;
}

.characteristic-card__value {
  color: #000;
  font-size: 15px;
  font-weight: 400;
}

.description-card {
  font-size: 15px;
  line-height: 1.4;
}

.cart {
  padding: 30px 0px 40px;
}

.cart__wrapper {
  display: -ms-grid;
  display: grid;
  row-gap: 15px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -ms-grid-columns: 1fr 336px;
  grid-template-columns: 1fr 336px;
}

.cart__back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.cart__back img,
.cart__back svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
  width: 10px;
  height: 10px;
}

.cart__back svg path {
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.cart__back svg path[fill] {
  fill: #000;
}

.cart__back svg path[stroke] {
  stroke: #000;
}

.cart__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}

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

.steps-cart__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  position: relative;
}

.steps-cart__item._active .steps-cart__num {
  color: #7D7851;
  border: 1px solid #7D7851;
  -webkit-box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1);
          box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1);
}

.steps-cart__item._active .steps-cart__name {
  color: #7D7851;
}

.steps-cart__item:not(:last-child)::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 20px;
  left: 50%;
  z-index: 1;
  background: #D0D0D0;
  display: inline-block;
}

.steps-cart__num {
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #767676;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  position: relative;
  z-index: 2;
}

.steps-cart__name {
  color: #767676;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}

.product-cart {
  background: #fff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 20px;
}

.product-cart__main {
  -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-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.product-cart__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  width: 100px;
  aspect-ratio: 1/1;
  position: relative;
}

.product-cart__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-cart__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}

.product-cart__name {
  color: #000;
  font-size: 19px;
  font-weight: 400;
}

.product-cart__name a {
  color: inherit;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.product-cart__text {
  color: #A7A7A7;
  font-size: 13px;
  font-weight: 400;
}

.product-cart__price {
  color: #000;
  font-size: 19px;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  row-gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-cart__price--new {
  color: #7D7851;
}

.product-cart__price--old {
  color: #000;
  text-decoration: line-through;
  font-size: 16px;
  font-weight: 300;
}

.product-cart__quantity {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}

.product-cart__total-price {
  color: #7D7851;
  font-size: 19px;
  font-weight: 700;
}

.product-cart__delete svg path {
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.product-cart__delete svg path[fill] {
  fill: #B8B8B8;
}

.product-cart__delete svg path[stroke] {
  stroke: #B8B8B8;
}

.info-cart {
  background: #fff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.info-cart__title {
  color: #000;
  font-size: 21px;
  font-weight: 400;
  text-transform:  capitalize;
}

.info-cart__list {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.info-cart__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.info-cart__list li._total {
  font-size: 19px;
}

.info-cart__list li._total span:last-child {
  font-weight: 700;
}

.info-cart__list li span:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.info-cart__list li span:last-child {
  text-align: right;
  white-space: nowrap;
}

.info-cart__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}

.alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}

.alert__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  width: 18px;
  height: 18px;
}

.alert__text {
  color: #1C7AB4;
  font-size: 13px;
  font-weight: 400;
}

.order {
  border: 1px solid #7D7851;
  padding: 40px;
}

.order__section {
  padding: 40px 0px;
}

.order__section:not(:last-child) {
  border-bottom: 1px solid #7D7851;
}

.order__section:first-child {
  padding-top: 0;
}

.order__section:last-child {
  padding-bottom: 0;
}

.order__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.order__step {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  width: 32px;
  height: 32px;
  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;
  text-align: center;
  background: #7D7851;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 50%;
}

.order__title {
  color: #000;
  font-size: 19px;
  font-weight: 400;
}

.order__body {
  margin-top: 20px;
}

.data-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
}

.data-order__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
          flex: 0 0 calc((100% - 20px * 1) / 2);
}

.data-order__item._full {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.data-order__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
}

.data-order__checkbox .checkbox__content {
  color: #000;
  font-size: 15px;
}

.data-order__checkbox .checkbox__content::before {
  background: none;
  border-color: #000;
}

.data-order__text {
  color: #6D6868;
  font-size: 15px;
  font-weight: 300;
  display: inline-block;
  margin-top: 5px;
}

.data-order__select .select._active .select__value::before {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.data-order__select._time .select__value::before {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
  background: url(/app/img/icons/time.svg) center/cover no-repeat;
}

.data-order__select .select__value {
  font-size: 15px;
  min-height: 45px;
}

.submited-cart {
  border: 1px solid #7D7851;
  padding: 40px;
}

.submited-cart__section {
  padding: 40px 0px;
}

.submited-cart__section:not(:last-child) {
  border-bottom: 1px solid #7D7851;
}

.submited-cart__section:first-child {
  padding-top: 0;
}

.submited-cart__section:last-child {
  padding-bottom: 0;
}

.submited-cart__rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
}

.submited-cart__title {
  color: #000;
  font-size: 19px;
  font-weight: 400;
}

.submited-cart__body {
  margin-top: 20px;
}

.submited-cart__products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.submited-cart__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
  color: #000;
  font-size: 15px;
  font-weight: 300;
}

.submited-cart__list li {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  -ms-grid-columns: 140px 1fr;
  grid-template-columns: 140px 1fr;
}

.submited-cart__list li span:nth-child(2) {
  font-weight: 400;
}

.status-submited-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.status-submited-cart__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #7D7851;
}

.status-submited-cart__icon img,
.status-submited-cart__icon svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
}

.status-submited-cart__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2px;
}

.status-submited-cart__title {
  color: #000;
  font-size: 21px;
  font-weight: 400;
}

.status-submited-cart__text {
  color: #000;
  font-size: 15px;
  font-weight: 300;
}

.product-submited-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-submited-cart__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  aspect-ratio: 1;
  position: relative;
}

.product-submited-cart__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-submited-cart__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 150px 30px;
  grid-template-columns: 1fr 150px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

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

.product-submited-cart__title {
  color: #000;
  font-size: 19px;
  font-weight: 400;
}

.product-submited-cart__text {
  color: #A7A7A7;
  font-size: 13px;
  font-weight: 400;
}

.product-submited-cart__price {
  color: #000;
  font-size: 19px;
  font-weight: 500;
}

.product-submited-cart__count {
  color: #000;
  font-size: 19px;
  font-weight: 400;
}

.cabinet__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
}

.cabinet__content {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}

.cabinet__sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
}

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

.sidebar-cabinet__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}

.sidebar-cabinet__item {
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
  background: #fff;
}

.sidebar-cabinet__item._tabs-item {
  cursor: pointer;
}

.sidebar-cabinet__item._active {
  background: #7D7851;
}

.sidebar-cabinet__item._active .sidebar-cabinet__icon {
  background: rgba(243, 234, 223, 0.2);
}

.sidebar-cabinet__item._active .sidebar-cabinet__icon svg path[fill] {
  fill: #F3EADF;
}

.sidebar-cabinet__item._active .sidebar-cabinet__icon svg path[stroke] {
  stroke: #F3EADF;
}

.sidebar-cabinet__item._active .sidebar-cabinet__name {
  color: #fff;
  font-weight: 500;
}

.sidebar-cabinet__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38px;
          flex: 0 0 38px;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(125, 120, 81, 0.1);
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.sidebar-cabinet__icon img,
.sidebar-cabinet__icon svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.sidebar-cabinet__icon svg path {
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.sidebar-cabinet__icon svg path[fill] {
  fill: #7D7851;
}

.sidebar-cabinet__icon svg path[stroke] {
  stroke: #7D7851;
}

.sidebar-cabinet__name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #7D7851;
  font-size: 17px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.top-cabinet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.top-cabinet._active .top-cabinet__arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.top-cabinet._active .top-cabinet__title {
  font-weight: 500;
}

.top-cabinet._active .top-cabinet__icon {
  background: #7D7851;
}

.top-cabinet._active .top-cabinet__icon svg path[fill] {
  fill: #F3EADF;
}

.top-cabinet._active .top-cabinet__icon svg path[stroke] {
  stroke: #F3EADF;
}

.top-cabinet__main {
  -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-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.top-cabinet__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38px;
          flex: 0 0 38px;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(125, 120, 81, 0.1);
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.top-cabinet__icon img,
.top-cabinet__icon svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.top-cabinet__icon svg path {
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.top-cabinet__icon svg path[fill] {
  fill: #7D7851;
}

.top-cabinet__icon svg path[stroke] {
  stroke: #7D7851;
}

.top-cabinet__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 19px;
  color: #000;
  font-weight: 400;
}

.top-cabinet__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
  width: 24px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.top-cabinet__arrow img,
.top-cabinet__arrow svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.data-cabinet {
  padding: 30px;
  background: #FFF;
  width: 100%;
}

.data-cabinet__section {
  padding: 30px 0px;
}

.data-cabinet__section:not(:last-child) {
  border-bottom: 1px solid #E0E0E0;
}

.data-cabinet__section:first-child {
  padding-top: 0;
}

.data-cabinet__section:last-child {
  padding-bottom: 0;
}

.data-cabinet__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.data-cabinet__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38px;
          flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #7D7851;
}

.data-cabinet__icon img,
.data-cabinet__icon svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.data-cabinet__title {
  color: #000;
  font-size: 19px;
  font-weight: 500;
}

.data-cabinet__content:not(:first-child) {
  margin-top: 30px;
}

.data-cabinet__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.data-cabinet__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 30px;
}

.data-cabinet__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
          flex: 0 0 calc((100% - 20px * 1) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}

.data-cabinet__item._full {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.data-cabinet__inp {
  position: relative;
}

.data-cabinet__footer {
  width: 100%;
  max-width: calc((100% - 20px) / 2);
}

.data-cabinet__button {
  width: 100%;
  max-width: 100%;
  min-height: 45px;
}

.order-cabinet {
  padding: 30px;
  background: #FFF;
  width: 100%;
}

.order-cabinet__title {
  color: #000;
  font-size: 22px;
  font-weight: 700;
}

.order-cabinet__content {
  margin-top: 30px;
}

.order-cabinet__top {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-grid-columns: 90px 110px 95px 110px 14px;
  grid-template-columns: 90px 110px 95px 110px 14px;
  font-size: 14px;
  color: #797979;
  font-weight: 300;
  padding: 0px 15px 20px;
  border-bottom: 1px solid #E8E8E8;
}

.item-order-cabinet {
  border-bottom: 1px solid #E8E8E8;
}

.item-order-cabinet__main {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-grid-columns: 90px 110px 95px 110px 14px;
  grid-template-columns: 90px 110px 95px 110px 14px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  padding: 20px 15px;
  cursor: pointer;
  position: relative;
}

.item-order-cabinet__main._active {
  background: #F5F5F5;
}

.item-order-cabinet__main._active::before {
  content: "";
  width: calc(100% - 30px);
  left: 15px;
  height: 1px;
  bottom: -1px;
  background: #EAEAEA;
  position: absolute;
}

.item-order-cabinet__main._active .item-order-cabinet__arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.item-order-cabinet__arrow {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.item-order-cabinet__body {
  display: none;
  margin-top: 0px;
  background: #F5F5F5;
  padding: 0px 15px 15px;
}

.item-order-cabinet__info {
  margin-top: 15px;
}

.product-order-cabinet {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-grid-columns: 90px 110px 95px 110px 14px;
  grid-template-columns: 90px 110px 95px 110px 14px;
  border-bottom: 1px solid #EAEAEA;
}

.product-order-cabinet__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -ms-grid-column-span: 2;
  grid-column: span 2;
  padding: 15px 0px;
}

.product-order-cabinet__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  width: 70px;
  height: 70px;
}

.product-order-cabinet__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}

.product-order-cabinet__name {
  font-size: 18px;
  color: #000;
  font-weight: 500;
}

.product-order-cabinet__text {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.product-order-cabinet__count {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.product-order-cabinet__price {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.info-order-cabinet {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  row-gap: 20px;
}

.info-order-cabinet__column {
  width: calc((100% - 20px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
}

.info-order-cabinet__section._payment {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.info-order-cabinet__title {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.info-order-cabinet__body {
  margin-top: 20px;
}

.info-order-cabinet__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  color: #000;
  font-size: 14px;
  font-weight: 300;
}

.info-order-cabinet__item {
  display: -ms-grid;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.info-order-cabinet__item span:last-child {
  font-weight: 400;
}

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

.favorite-cabinet__clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  color: #797979;
  font-size: 15px;
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.favorite-cabinet__clear svg path {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.favorite-cabinet__clear svg path[fill] {
  fill: #797979;
}

.favorite-cabinet__clear svg path[stroke] {
  stroke: #797979;
}

.favorite-cabinet__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
  margin-top: 30px;
}

.favorite-cabinet__product {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 10px * 3) / 4);
          flex: 0 0 calc((100% - 10px * 3) / 4);
  padding: 12px;
}

.favorite-cabinet__product .product__sale {
  -webkit-transform: translate(-12px, -12px);
      -ms-transform: translate(-12px, -12px);
          transform: translate(-12px, -12px);
  font-size: 13px;
  width: 50px;
  height: 50px;
}

.article__wrapper {
  padding: 30px;
  background: #fff;
}

.article__title {
  text-align: left;
}

.article__body {
  margin-top: 30px;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.35;
}

.article__body h5 {
  font-size: 18px;
  font-weight: 700;
}

.article__body > *:not(:last-child) {
  margin-bottom: 10px;
}

.contacts__wrapper {
  background: #fff;
  padding: 30px;
}

.contacts__title {
  text-align: left;
}

.contacts__content {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.contacts__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 365px;
          flex: 0 0 365px;
}

.contacts__map {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 405px;
  position: relative;
}

.contacts__map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

._no-webp .info-contacts {
  background: url(/app/img/bg-contacts.png) right 90%/auto no-repeat, #7D7851; }

.info-contacts {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.info-contacts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.info-contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.info-contacts__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.info-contacts__value {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.info-contacts__value a {
  color: inherit;
}

.info-contacts__messages {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.info-contacts__messager {
  display: inline;
  width: 24px;
  height: 24px;
}

.info-contacts__messager img,
.info-contacts__messager svg {
  width: 24px;
  height: 24px;
}

.info-contacts__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 20px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.info-contacts__social {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.not-found {
  padding: 80px 0px 80px;
}

.not-found__wrapper {
  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;
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
}

.not-found__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.not-found__code {
  font-family: "Circe";
  font-size: 102px;
  font-weight: 800;
  color: #000;
  line-height: 0.8;
}

.not-found__text {
  color: #000;
  font-size: 17px;
  font-weight: 300;
  max-width: 410px;
}

.not-found__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
}

.not-found__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 190px;
          flex: 0 0 190px;
  min-height: 43px;
}

.not-found__link {
  color: #7D7851;
  font-size: 15px;
  font-weight: 400;
}

.not-found__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 420px;
          flex: 0 0 420px;
}

.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 131px;
}

.page section:last-child:not(.about) {
  padding-bottom: 80px;
}

@media (min-width: 479.98px) {
  .data-order__item._hide._idk-phone {
    display: block !important;
  }

  .data-order__item._hide._idk-phone > * {
    display: none;
  }
}

@media (min-width: 721.98px) {
  .main-header__action._mobile {
    display: none;
  }

  .header-mobile-action {
    display: none;
  }

  .banner__pagination {
    display: none;
  }

  .tabs-card__top {
    display: none;
  }
  
  .data-cabinet__form._password .data-cabinet__body {
    width: 100%;
    max-width: calc((100% - 20px) / 2);
  }
  .recovery-password__wrapper .data-cabinet__body{
    max-width:100% !important;
  }
  .product-order-cabinet__info .product-order-cabinet__count,
  .product-order-cabinet__info .product-order-cabinet__price {
    display: none;
  }

  .not-found__title {
    text-align: left;
  }
}

@media (min-width: 991.98px) {
  .menu__body {
    display: block !important;
  }

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

  .menu__section:not(._menu) {
    display: none;
  }

  .menu__title {
    display: none;
  }

  .menu__list {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    margin: 0px -20px -15px;
    padding: 0px 20px 15px;
    overflow-x: auto;
  }

  .catalog__filter-open {
    display: none;
  }

  .filter__head {
    display: none;
  }

  .filter__item._sort {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: auto;
  }

  .cabinet__top {
    display: none;
  }

  .cabinet__body {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .select__option:hover {
    background: #ebebeb;
  }

  .checkbox a:hover {
    text-decoration: none;
  }
}

@media (min-width: 1322px) {
  .banner__button {
    font-size: 17px;
  }

  .products-section__pagination {
    display: none;
  }

  .info-order-cabinet__section {
    margin-bottom: 20px;
  }
}

@media (max-width: 1322px) {
     
  .main-header__column {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .footer {
    padding: 70px 0px 30px;
  }

  .footer__bottom {
    margin-top: 60px;
  }

  .banner__item {
    min-height: 0px;
    aspect-ratio: 1024/360;
  }

  .banner__content {
    margin-left: 85px;
    row-gap: 20px;
    max-width: 420px;
  }

  .banner__title {
    font-size: 40px;
  }

  .banner__text {
    font-size: 20px;
  }

  .banner__button {
    font-size: 12px;
    padding: 10px 20px;
  }

  .products-section {
    padding: 35px 0px;
  }

  .products-section__blocks .product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px * 3) / 4);
            flex: 0 0 calc((100% - 10px * 3) / 4);
  }

  .products-section__body {
    margin-top: 20px;
  }

  .products-section__slider._promo .products-section__product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
            flex: 0 0 calc((100% - 20px * 2) / 3);
  }

  .products-section__slider._promo .products-section__product:not(:last-child) {
    margin-right: 20px;
  }

  .products-section__product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 3) / 4);
            flex: 0 0 calc((100% - 20px * 3) / 4);
  }

  .products-section__arrow {
    display: none;
  }

  .products-section__footer {
    margin-top: 30px;
  }

  .about__section {
    padding: 70px 0px;
  }

  .answers-about {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .answers-about__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
            flex: 0 0 calc((100% - 20px * 1) / 2);
  }

  .benefits-about {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }

  .benefits-about__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px * 3) / 4);
            flex: 0 0 calc((100% - 10px * 3) / 4);
  }

  .catalog {
    padding-bottom: 70px;
  }

  .catalog__product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 3) / 4);
            flex: 0 0 calc((100% - 20px * 3) / 4);
  }

  .card {
    padding-bottom: 50px;
  }

  .card__wrapper {
    padding: 20px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .card__gallery {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
            flex: 0 0 calc((100% - 20px * 1) / 2);
  }

  .card__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
            flex: 0 0 calc((100% - 20px * 1) / 2);
    row-gap: 30px;
  }

  .card__title {
    font-size: 24px;
  }

  .thumbs-gallery-card {
    max-height: 426px;
    max-height: calc((100px * 3) + (10px * 4) + 32px);
  }

  .cart__wrapper {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -ms-grid-columns: 1fr 320px;
    grid-template-columns: 1fr 320px;
  }

  .steps-cart__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 105px;
            flex: 0 0 105px;
  }

  .product-cart {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .product-cart__main {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .cabinet__content {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .data-cabinet {
    padding: 20px;
  }

  .data-cabinet__section {
    padding: 20px 0px;
  }

  .order-cabinet {
    padding: 20px;
  }

  .order-cabinet__content {
    margin-top: 20px;
  }

  .product-order-cabinet {
    -ms-grid-columns: 90px 110px 95px 110px;
    grid-template-columns: 90px 110px 95px 110px;
  }

  .product-order-cabinet__price {
    text-align: right;
  }

  .info-order-cabinet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .info-order-cabinet__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .favorite-cabinet__list {
    margin-top: 20px;
  }

  .favorite-cabinet__product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px * 2) / 3);
            flex: 0 0 calc((100% - 10px * 2) / 3);
  }

  .contacts__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
            flex: 0 0 calc((100% - 20px * 1) / 2);
  }

  .contacts__map {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
            flex: 0 0 calc((100% - 20px * 1) / 2);
  }

  .not-found {
    padding: 60px 0px 70px;
  }

  .not-found__body {
    max-width: 460px;
  }

  .page section:last-child:not(.about) {
    padding-bottom: 70px;
  }
}
@media (max-width: 1680px) {
   
    .cabinet__content{
        -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
        column-gap: 30px;
    }
}
@media (max-width: 991.98px) {
   .action-header__body {
    max-width:120%;
   }
  .product__name{
    height:50px;
    hyphens:auto;
  }
  body._bg {
    background: url(/app/img/bg-flower.svg) right 100px/219px no-repeat, #F3EADF;
  }

  body._bg._no-mob {
    background: #F3EADF;
  }

  ._title {
    font-size: 28px;
  }

  .header__menu {
    padding: 0;
    border: none;
  }

  .main-header__action._mmd2 {
    display: none;
  }

  .main-header__phone {
    display: none;
  }

  .main-header__user-action._user {
    display: none;
  }

  .menu__body {
    position: fixed;
    top: 81px;
    left: 0;
    width: 100%;
    max-width: 100%;
    background: #F3EADF;
    z-index: 1;
    border-radius: 0px 0px 27px 27px;
    padding: 0px 20px 40px;
    overflow-y: auto;
    max-height: calc(100dvh - 81px);
    display: none;
  }

  .menu__section {
    padding: 20px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    border-bottom: 1px solid #CFCDC0;
  }

  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .icon-menu {
    display: block;
    position: relative;
    width: 24px;
    height: 18px;
    cursor: pointer;
  }

  .icon-menu span {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: calc(50% - 1px);
    left: 0px;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 20px;
  }

  .icon-menu span:first-child {
    top: 0px;
  }

  .icon-menu span:last-child {
    top: auto;
    bottom: 0px;
  }

  .icon-menu._active span {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }

  .icon-menu._active span:first-child {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: calc(50% - 1px);
  }

  .icon-menu._active span:last-child {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }

  .footer {
    padding: 60px 0px 30px;
  }

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

  .footer__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .footer__column:not(._main) {
    padding: 12px 0px;
  }

  .footer__column._main {
    padding-bottom: 20px;
    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;
    text-align: center;
  }

  .footer__text {
    margin-top: 10px;
    max-width: 445px;
  }

  .footer__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .footer__head::after {
    content: "";
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    width: 24px;
    height: 24px;
    background: url("/app/img/icons/spoller.svg") center/cover no-repeat;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
  }

  .footer__head._active::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .footer__body {
    display: none;
  }

  .footer__bottom {
    margin-top: 30px;
  }

  .banner__content {
    row-gap: 15px;
    margin-left: 50px;
  }

  .banner__title {
    font-size: 30px;
  }

  .banner__text {
    font-size: 16px;
  }

  .products-section {
    padding: 30px 0px;
  }

  .products-section__title {
    font-size: 28px;
  }

  .products-section__blocks .product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px * 2) / 3);
            flex: 0 0 calc((100% - 10px * 2) / 3);
  }

  .products-section__product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
            flex: 0 0 calc((100% - 20px * 2) / 3);
  }

  .product {
    padding: 12px;
  }

  ._no-webp .about {
    background: url("/app/img/bg-about.png") center 5%/130% no-repeat, #F3EADF; }

  .about__section {
    padding: 60px 0px;
  }

  .about__text {
    font-size: 14px;
  }

  .answers-about__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 20px;
  }

  .answers-about__question {
    font-size: 18px;
  }

  .benefits-about__item {
    background-size: 60px !important;
    background-position: 105% 110% !important;
  }

  .benefits-about__name {
    font-size: 14px;
  }

  .benefits-about__text {
    font-size: 13px;
    padding-right: 0;
  }

  .breadcrums {
    padding: 20px 0px;
  }

  .catalog {
    padding-bottom: 60px;
  }

  .catalog__product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
            flex: 0 0 calc((100% - 20px * 2) / 3);
  }

  .filter {
    position: fixed;
    top: 0;
    left: 0;
    background: #F3EADF;
    width: 100%;
    max-width: 360px;
    z-index: 11;
    height: 100dvh;
    overflow-y: auto;
    pointer-events: all;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
  }

  .filter:not(._active) {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    pointer-events: none;
  }

  .filter__body {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }

  .filter__item {
    width: 100% !important;
  }

  .card {
    padding-bottom: 40px;
  }

  .card__title {
    font-size: 20px;
  }

  .card__price {
    font-size: 22px;
  }

  .card__price--old {
    font-size: 16px;
  }

  .gallery-card__thumbs {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    width: 60px;
  }

  .gallery-card__main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 70px);
            flex: 0 0 calc(100% - 70px);
  }

  .thumbs-gallery-card {
    max-height: calc((60px * 3) + (10px * 4) + 32px);
  }

  .thumbs-gallery-card__item {
    height: 60px;
    width: 60px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
  }

  .tabs-card__head {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }

  .characteristic-card__row {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .cart__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }

  .steps-cart__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
  }

  .product-cart {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .info-cart {
    position: static !important;
  }

  .cabinet__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }

  .cabinet__sidebar {
    display: none;
  }

  .cabinet__blocks {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .cabinet__block {
    display: block !important;
    padding: 20px;
    background: #FFF;
  }

  .cabinet__block:not(:last-child) {
    border-bottom: 1px solid #E6E6E6;
  }

  .cabinet__body {
    display: none;
    margin-top: 20px;
  }

  .data-cabinet {
    padding: 0px;
    background: none;
    max-width: 100%;
  }

  .data-cabinet__section:first-child .data-cabinet__top {
    display: none;
  }

  .data-cabinet__section:first-child .data-cabinet__content {
    margin-top: 0;
  }

  .order-cabinet {
    padding: 0px;
    background: none;
    max-width: 100%;
  }

  .order-cabinet .data-cabinet__top {
    display: none;
  }

  .product-order-cabinet__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 10px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .favorite-cabinet__head {
    display: none;
  }

  .favorite-cabinet__clear {
    display: none;
  }

  .article__wrapper {
    padding: 20px;
  }

  .article__body {
    margin-top: 20px;
  }

  .contacts__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    margin-top: 20px;
  }

  .contacts__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .contacts__map {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .not-found {
    padding: 40px 0px 60px;
  }

  .not-found__wrapper {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .not-found__body {
    row-gap: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px) / 2);
            flex: 0 0 calc((100% - 20px) / 2);
  }

  .not-found__code {
    font-size: 72px;
  }

  .not-found__button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
  }

  .not-found__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px) / 2);
            flex: 0 0 calc((100% - 20px) / 2);
  }

  .page section:last-child:not(.about) {
    padding-bottom: 60px;
  }

  .page {
    padding-top: 81px;
  }
}

@media (max-width: 991.98px) and (max-width: 721.98px) {
  .menu__body {
    padding-top: 0px;
    left: 20px;
    right: 20px;
    width: auto;
    top: 63px;
    max-height: calc(100dvh - 80px);
  }
}

@media (max-width: 721.98px) {
      .catalog__list {
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }
  .catalog__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
        flex: 0 0 calc((100% - 20px * 1) / 2);
    }
  body._bg {
    background: #F3EADF;
  }

  body._bg .header {
    background: #7D7851;
  }

  body._bg .header .main-header__logo svg path {
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
  }

  body._bg .header .main-header__logo svg path[fill] {
    fill: #fff;
  }

  body._bg .header .main-header__logo svg path[stroke] {
    stroke: #fff;
  }

  body._bg .header .menu__body {
    background: #7D7851;
  }

  body._bg .header .icon-menu span {
    background: #fff;
  }

  body._bg .header .action-header__head {
    color: #fff;
  }

  body._bg .header .action-header__head .action-header__arrow svg path {
    fill: #fff;
  }

  body._bg .header .menu__title {
    color: #fff;
  }

  body._bg .header .menu__link {
    color: #fff;
  }

  body._bg .header .search-menu__action {
    color: #fff;
  }

  body._bg .header .search-menu__action svg path {
    fill: #fff;
  }

  body._bg .header .search-menu__action .action-header__arrow img {
    -webkit-filter: invert(1);
            filter: invert(1);
  }

  .options__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
            flex: 0 0 calc((100% - 20px * 1) / 2);
  }

  .popup__body {
    padding: 20px;
  }

  .header.menu-opened::after {
    border-radius: 27px 27px 0px 0px;
    -webkit-transition: all 0.1s 0s;
    -o-transition: all 0.1s 0s;
    transition: all 0.1s 0s;
  }

  .header {
    border-radius: 100px;
    background: #F3EADF;
    top: 10px;
    left: 20px;
    right: 20px;
    width: auto;
    border-bottom: none;
  }

  .header::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 27px;
    background: inherit;
    z-index: 2;
    -webkit-transition: all 0.3s 0.3s;
    -o-transition: all 0.3s 0.3s;
    transition: all 0.3s 0.3s;
  }

  .header__main {
    min-height: 53px;
    padding: 3px 0px;
    position: relative;
    z-index: 3;
  }

  .main-header__container {
    -ms-grid-columns: 1fr 100px 1fr;
    grid-template-columns: 1fr 100px 1fr;
  }

  .main-header__action._mmd3 {
    display: none;
  }

  .main-header__user-actions {
    display: none;
  }

  .menu__section:first-child {
    border-top: 1px solid #CFCDC0;
  }

  .footer__bottom {
    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;
    text-align: center;
    row-gap: 20px;
  }

  .banner {
    margin-top: -64px;
  }

  .banner__item {
    aspect-ratio: 36/39;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 85px;
  }

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

  .banner__image--desktop {
    display: none;
  }

  .banner__image--mobile {
    display: block;
  }

  .banner__content {
    margin-left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    max-width: 100%;
  }

  .products-section__blocks .product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px * 1) / 2);
            flex: 0 0 calc((100% - 10px * 1) / 2);
  }

  .products-section__slider._promo .products-section__product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 230px;
            flex: 0 0 230px;
  }

  .products-section__product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 230px;
            flex: 0 0 230px;
  }

  ._no-webp .about {
    background: url("/app/img/bg-about.png") right 20%/870px no-repeat, #F3EADF; }

  .about__section._about {
    padding-bottom: 100px;
  }

  .about__description:not(._view-all) .about__text {
    -webkit-line-clamp: 7;
    -moz-line-clamp: 7;
  }

  .benefits-about__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px * 1) / 2);
            flex: 0 0 calc((100% - 10px * 1) / 2);
  }

  .benefits-about__name {
    padding-right: 40px;
    min-height: 0px;
  }

  .benefits-about__text {
    font-size: 14px;
    padding-right: 40px;
  }

  .catalog__filter-open {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
            flex: 0 0 calc((100% - 20px * 1) / 2);
  }

  .catalog__product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
            flex: 0 0 calc((100% - 20px * 1) / 2);
  }

  .card__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }

  .gallery-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 20px;
  }

  .gallery-card__thumbs {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 446px;
  }

  .gallery-card__main {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .thumbs-gallery-card {
    max-height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    width: auto;
    overflow: hidden;
    max-width: 100%;
  }

  .thumbs-gallery-card__arrow.thumbs-gallery-card-arrow-prev {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }

  .thumbs-gallery-card__arrow.thumbs-gallery-card-arrow-next {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }

  .thumbs-gallery-card__item:not(:last-child) {
    margin-right: 10px;
    margin-bottom: 0;
  }

  .tabs-card__head {
    display: none;
  }

  .tabs-card__blocks {
    margin-top: 0;
  }

  .tabs-card__block {
    display: block !important;
  }

  .tabs-card__block:not(:last-child) {
    margin-bottom: 20px;
  }

  .tabs-card__body {
    display: none;
  }

  .characteristic-card__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }

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

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

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

  .product-cart__main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .order {
    padding: 20px;
  }

  .order__section {
    padding: 20px 0px;
  }

  .submited-cart {
    padding: 20px;
  }

  .submited-cart__section {
    padding: 20px 0px;
  }

  .submited-cart__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .submited-cart__list li span:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .submited-cart__list li span:nth-child(2) {
    text-align: right;
  }

  .product-submited-cart {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .product-submited-cart__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 10px;
  }

  .data-cabinet__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .data-cabinet__footer {
    max-width: 100%;
  }

  .order-cabinet__top {
    -ms-grid-columns: 90px 110px 14px;
    grid-template-columns: 90px 110px 14px;
    padding: 0px 15px 12px;
  }

  .order-cabinet__top span:not(:nth-child(1),
  :nth-child(4),
  :nth-child(5)) {
    display: none;
  }

  .item-order-cabinet:first-child {
    border-top: 1px solid #E8E8E8;
  }

  .item-order-cabinet__main {
    -ms-grid-columns: 90px 110px 14px;
    grid-template-columns: 90px 110px 14px;
  }

  .item-order-cabinet__main span:not(:nth-child(1),
  :nth-child(4),
  :nth-child(5)) {
    display: none;
  }

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

  .product-order-cabinet > .product-order-cabinet__count,
  .product-order-cabinet > .product-order-cabinet__price {
    display: none;
  }

  .product-order-cabinet__main {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .product-order-cabinet__name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .product-order-cabinet__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .favorite-cabinet__product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px * 1) / 2);
            flex: 0 0 calc((100% - 10px * 1) / 2);
  }

  .contacts__wrapper {
    padding: 20px;
  }

  .contacts__map {
    min-height: 360px;
  }

  .not-found__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 20px;
  }

  .not-found__body {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .not-found__actions {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .not-found__image {
    width: 100%;
    max-width: 240px;
  }

  .page {
    padding-top: 64px;
  }
}

@media (max-width: 479.98px) {
     .catalog__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 15px * 1) / 2);
        flex: 0 0 calc((100% - 15px * 1) / 2);
    }
  .options__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  ._title {
    font-size: 24px;
  }

  .popup._right-side .popup__body {
    max-width: 100%;
  }

  .item-search__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .item-search__main {
    row-gap: 10px;
  }

  .main-header__container {
    padding: 0px 15px;
  }

  ._no-webp .footer {
    background: url("/app/img/bg-footer.png") right bottom/120% no-repeat, #7D7851; }

  .footer {
    padding: 40px 0px 30px;
  }

  .footer__title {
    font-size: 16px;
  }

  .banner__content {
    row-gap: 10px;
  }

  .banner__text {
    font-size: 14px;
  }

  .products-section {
    padding: 20px 0px;
  }

  .products-section__title {
    font-size: 24px;
  }

  .products-section__list {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }

  .products-section__item {
    font-size: 18px;
  }

  .products-section__blocks .product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px * 1) / 2);
            flex: 0 0 calc((100% - 10px * 1) / 2);
    padding: 10px;
  }

  .products-section__blocks .product .product__price--old {
    font-size: 14px;
  }

  .products-section__blocks .product .product__price {
    font-size: 14px;
  }

  .products-section__blocks .product .product__text {
    display: none;
  }

  .products-section__blocks .product .product__name {
    font-size: 14px;
  }

  .products-section__blocks .product .product__other {
    margin-top: 0;
  }

  .products-section__blocks .product .product__button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    width: 40px;
    height: 40px;
    padding: 0px;
    border-radius: 50%;
    font-size: 0;
    background: url(/app/img/icons/cart.svg) center/24px no-repeat, #7D7851;
  }

  .about._no-pt .about__section {
    padding-top: 20px;
  }

  .about__section {
    padding: 40px 0px;
  }

  .about__more {
    margin-top: 20px;
  }

  .answers-about__item {
    padding: 15px;
  }

  .answers-about__question {
    font-size: 14px;
  }

  .answers-about__text {
    font-size: 14px;
  }

  .benefits-about__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .catalog {
    padding-bottom: 50px;
  }

  .catalog__top {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }

  .catalog__filter-open {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 12px * 1) / 2);
            flex: 0 0 calc((100% - 12px * 1) / 2);
  }

  .catalog__body {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 10px;
  }

  .catalog__product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px * 1) / 2);
            flex: 0 0 calc((100% - 10px * 1) / 2);
    padding: 10px;
  }

  .catalog__product .product__price--old {
    font-size: 14px;
  }

  .catalog__product .product__price {
    font-size: 14px;
  }

  .catalog__product .product__text {
    display: none;
  }

  .catalog__product .product__name {
    font-size: 14px;
  }

  .catalog__product .product__other {
    margin-top: 0;
  }

  .catalog__product .product__button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    width: 40px;
    height: 40px;
    padding: 0px;
    border-radius: 50%;
    font-size: 0;
    background: url(/app/img/icons/cart.svg) center/24px no-repeat, #7D7851;
  }

  .filter {
    max-width: 100%;
  }

  .card {
    padding-bottom: 25px;
  }

  .card__actions {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  

  .card__quantity {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }

  .steps-cart__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 105px;
            flex: 0 0 105px;
  }

  .data-order__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .cabinet__content {
    margin-top: 20px;
  }

  .data-cabinet__form {
    row-gap: 20px;
  }

  .data-cabinet__body {
    row-gap: 20px;
  }

  .order-cabinet__title {
    font-size: 20px;
  }

  .order-cabinet__title {
    display: none;
  }

  .order-cabinet__content {
    margin-top: 0;
  }

  .product-order-cabinet__name {
    font-size: 16px;
  }

  .info-order-cabinet__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }

  .info-order-cabinet__item span:last-child {
    text-align: right;
  }

  .favorite-cabinet__product {
    padding: 10px;
  }

  .favorite-cabinet__product .product__price--old {
    font-size: 14px;
  }

  .favorite-cabinet__product .product__price {
    font-size: 14px;
  }

  .favorite-cabinet__product .product__text {
    display: none;
  }

  .favorite-cabinet__product .product__name {
    font-size: 14px;
  }

  .favorite-cabinet__product .product__other {
    margin-top: auto;
  }

  .favorite-cabinet__product .product__button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    width: 40px;
    height: 40px;
    padding: 0px;
    border-radius: 50%;
    font-size: 0;
    background: url(/app/img/icons/cart.svg) center/24px no-repeat, #7D7851;
  }

  .info-contacts {
    padding: 12px;
  }

  .info-contacts__messages {
    margin-left: auto;
  }

  .not-found {
    padding: 30px 0px 40px;
  }

  .not-found__code {
    font-size: 52px;
  }

  .not-found__text {
    font-size: 15px;
  }

  .page section:last-child:not(.about) {
    padding-bottom: 40px;
  }
}

@media (any-hover: hover) {
  ._btn:hover {
    background: #6b6746;
    color: #fff;
  }

  ._btn._white:hover {
    background: #fff;
    color: #7D7851;
  }

  .quantity__button:hover::before,
  .quantity__button:hover::after {
    background: #7D7851;
  }

  .item-search__title a:hover {
    text-decoration: underline;
  }

  .form-login__text a:hover {
    text-decoration: underline;
  }

  .main-header__phone:hover {
    text-decoration: underline;
  }

  .action-header__item:hover {
    text-decoration: underline;
  }

  .menu__link:hover {
    text-decoration: underline;
  }

  .footer__item a:hover {
    text-decoration: underline;
  }

  .footer__dev:hover {
    text-decoration: underline;
  }

  .social-footer__item:hover svg path[fill] {
    fill: #F3EADF;
  }

  .social-footer__item:hover svg path[stroke] {
    stroke: #F3EADF;
  }

  .products-section__item:hover {
    color: #7D7851;
  }

  .products-section__arrow:hover {
    border-color: #7D7851;
    background-color: #7D7851;
  }

  .products-section__arrow:hover img,
  .products-section__arrow:hover svg {
    -webkit-filter: invert(1);
            filter: invert(1);
  }

  .product__image:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }

  .product__name a:hover {
    color: #7D7851;
  }

  .about__more:hover {
    text-decoration: none;
  }

  .breadcrums__item a:hover {
    color: #000;
    text-decoration: underline;
  }

  .catalog__more:hover {
    text-decoration: underline;
  }

  .thumbs-gallery-card__item:not(.swiper-slide-thumb-active):hover {
    opacity: 0.7;
  }

  .tabs-card__head li:hover {
    color: #7D7851;
  }

  .cart__back:hover {
    color: #7D7851;
  }

  .cart__back:hover svg path[fill] {
    fill: #7D7851;
  }

  .cart__back:hover svg path[stroke] {
    stroke: #7D7851;
  }

  .product-cart__name a:hover {
    color: #7D7851;
  }

  .product-cart__delete:hover svg path[fill] {
    fill: #7D7851;
  }

  .product-cart__delete:hover svg path[stroke] {
    stroke: #7D7851;
  }

  .sidebar-cabinet__item:not(._active):hover .sidebar-cabinet__name {
    text-decoration: underline;
  }

  .favorite-cabinet__clear:hover {
    color: #EB1717;
  }

  .favorite-cabinet__clear:hover svg path[fill] {
    fill: #EB1717;
  }

  .favorite-cabinet__clear:hover svg path[stroke] {
    stroke: #EB1717;
  }

  .info-contacts__value a:hover {
    text-decoration: underline;
  }
}

._webp .footer { background: url(/app/img/bg-footer.webp) right bottom/auto no-repeat, #7D7851; }

._webp .about { background: url(/app/img/bg-about.webp) center 0%/100% no-repeat, #F3EADF; }

._webp .info-contacts { background: url(/app/img/bg-contacts.webp) right 90%/auto no-repeat, #7D7851; }

@media (max-width: 991.98px) {

  ._webp .about { background: url(/app/img/bg-about.webp) center 5%/130% no-repeat, #F3EADF; }
}

@media (max-width: 721.98px) {

  ._webp .about { background: url(/app/img/bg-about.webp) right 20%/870px no-repeat, #F3EADF; }
}

@media (max-width: 479.98px) {

  ._webp .footer { background: url(/app/img/bg-footer.webp) right bottom/120% no-repeat, #7D7851; }
  
  ._btn.add_to_cart{
    padding: 5px 15px;
  }
    /* .card__actions {
    -webkit-column-gap: 2px;
       -moz-column-gap: 2px;
            column-gap: 2px;
  } */
}