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

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

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

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

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

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

@font-face {
  font-family: "Onest";
  font-display: swap;
  src: url("../fonts/OnestRegular.woff") format("woff"), url("../fonts/OnestRegular.woff2") format("woff2");
  font-weight: 400;
  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: "Onest";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

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;
}

body {
  color: #3F3D3D;
  font-size: 18px;
  background: #F5F5F5;
}

body::after {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(63, 61, 61, 0.35);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 3;
}

body._lock {
  overflow: hidden;
}

body._lock::after {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}

body._lock-scroll {
  overflow: hidden;
}

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

._container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0px 20px;
}

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

.page section {
  padding: 40px 0px;
}

.page section:last-child {
  padding-bottom: 80px;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0px 0px;
}

.btn._fw {
  width: 100%;
}

.select {
  position: relative;
}

.select__item {
  position: relative;
}

.select__title {
  color: #3F3D3D;
  border: 1px solid #3F3D3D;
  cursor: pointer;
  border-radius: 50px;
}

.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  height: 42px;
  padding: 0px 20px;
  -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;
}

.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: 16px;
  height: 16px;
  background: url("../img/icons/select.svg") center/100% no-repeat;
}

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

.select__options {
  color: #3F3D3D;
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  border-radius: 12px;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  font-size: 16px;
  padding: 0px;
  overflow-y: auto;
  max-height: 150px;
  -webkit-box-shadow: 0px 12px 22px 0px rgba(39, 54, 83, 0.06);
          box-shadow: 0px 12px 22px 0px rgba(39, 54, 83, 0.06);
}

.select__option {
  cursor: pointer;
  padding: 12px 20px;
  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 {
  min-height: 56px;
  width: 100%;
  max-width: 100%;
  min-width: 0px;
  border-radius: 4px;
  border: 1px solid #D5D5D5;
  padding: 0px 20px;
  font-size: 16px;
  color: #B1AEAE;
  -webkit-transition: border-color 0.3s ease 0s;
  -o-transition: border-color 0.3s ease 0s;
  transition: border-color 0.3s ease 0s;
}

.input::-webkit-input-placeholder {
  color: #B1AEAE;
  font-size: 16px;
}

.input::-moz-placeholder {
  color: #B1AEAE;
  font-size: 16px;
}

.input:-ms-input-placeholder {
  color: #B1AEAE;
  font-size: 16px;
}

.input::-ms-input-placeholder {
  color: #B1AEAE;
  font-size: 16px;
}

.input::placeholder {
  color: #B1AEAE;
  font-size: 16px;
}

.input._datepicker {
  background: url(../img/icons/date-pick.svg) calc(100% - 20px) center/24px no-repeat;
}

.input:focus {
  border-color: #3F3D3D;
}

.input._focus {
  color: #3F3D3D;
  font-size: 18px;
}

.input._error {
  border-color: #FF6262 !important;
}

textarea.input {
  resize: none;
  padding: 0px 0px;
}

.checkbox {
  position: relative;
}

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

.checkbox__input:checked + .checkbox__text:before {
  background: url("../img/icons/check.svg") center/14px no-repeat, #FA9F34;
}

.checkbox__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: 14px;
  color: #3F3D3D;
  font-weight: 400;
  line-height: 1.2;
  cursor: pointer;
}

.checkbox__text: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: 2px;
  background: #D9D9D9;
}

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

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

.switch__input {
  display: none;
}

.switch__input:checked + .switch__content .switch__icon {
  background: rgba(169, 111, 176, 0.5);
}

.switch__input:checked + .switch__content .switch__circle {
  background: #A96FB0;
  left: auto;
  right: 0;
}

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

.switch__icon {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34px;
          flex: 0 0 34px;
  height: 14px;
  border-radius: 50px;
  background: #C5C5C7;
  position: relative;
}

.switch__circle {
  position: absolute;
  left: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), 0px 0.1px 0.3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), 0px 0.1px 0.3px rgba(0, 0, 0, 0.1);
}

.switch__text {
  font-size: 16px;
  font-weight: 400;
  color: #3F3D3D;
}

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

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

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

.options__input:checked + .options__text:after {
  -webkit-transform: translateY(-50%) scale(1);
      -ms-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

.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: 16px;
  color: #3F3D3D;
  line-height: 1.2;
}

.options__text:before {
  content: "";
  margin: 0px 10px 0px 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #A96FB0;
}

.options__text:after {
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #A96FB0;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
      -ms-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
}

.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("../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("../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: 100%;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quantity__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  height: 20px;
  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%;
  background: #FA9F34;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.quantity__button._disabled {
  background: #DDD;
}

.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: 0px 0px 0px -6px;
  background-color: #3F3D3D;
  width: 12px;
  height: 1px;
}

.quantity__button_plus {
  background: #FA9F34;
}

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

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

.quantity__input input {
  height: 100%;
  color: #3F3D3D;
  font-size: 16px;
  text-align: center;
  width: 100%;
  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;
}

._btn {
  cursor: pointer;
  background: #FA9F34;
  color: #fff;
  font-size: 18px;
  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;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  padding: 5px 20px;
  min-height: 50px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
}

._btn._green {
  background: #BFD834;
}

._btn:disabled {
  color: #888;
  background: #E0E0E0;
  pointer-events: none;
}

._btn._white {
  background: #fff;
  color: #FA9F34;
}

._btn._stroke {
  border: 2px solid #FA9F34;
  color: #FA9F34;
  background: none;
}

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

._btn._stroke svg path[fill] {
  fill: #FA9F34;
}

._btn._stroke svg path[stroke] {
  stroke: #FA9F34;
}

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

._title {
  font-family: "YesevaOne";
  font-size: 52px;
  color: #3F3D3D;
  font-weight: 400;
  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("../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;
}

.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%;
}

.qs-datepicker-container {
  margin: 5px;
  font-size: 1rem;
  font-family: sans-serif;
  color: #3F3D3D;
  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: 9001;
  -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);
  padding: 5px;
}

.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: #3F3D3D;
  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;
  color: #3F3D3D;
  -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: #3F3D3D;
  -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: #fff;
  color: #000;
}

.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: #FA9F34;
  color: #fff;
}

.qs-square.qs-active {
  background: #FA9F34 !important;
  color: #fff !important;
}

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

.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::before {
  content: "";
  background: rgba(63, 61, 61, 0.35);
  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: 30px;
  width: 100%;
  max-width: 460px;
  border-radius: 22px;
}

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

.edit-alert .popup__body {
  max-width: 355px;
}

.edit-alert__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: 15px;
}

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

.edit-alert__icon img,
.edit-alert__icon svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42px;
          flex: 0 0 42px;
  width: 42px;
  height: 42px;
}

.edit-alert__text {
  color: #3F3D3D;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

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

.login__title {
  color: #3F3D3D;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

.login__text {
  font-size: 16px;
  color: #3F3D3D;
  font-weight: 400;
  line-height: 1.2;
}

.login__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;
}

.login__row {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

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

.login__label {
  color: #3F3D3D;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 10px;
}

.login__label._r::after {
  content: "*";
  font-weight: 700;
  color: #FF6262;
  margin-left: 5px;
}

.login__inp {
  position: relative;
}

.login__view-pass {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

.login__other-form:not(._active) {
  display: none;
}

.login__footer {
  margin-top: 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: 20px;
}

.login__button {
  font-size: 18px !important;
}

.login__bottom {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 15px;
}

.login__bottom_item {
  color: #3F3D3D;
  font-size: 14px;
  font-weight: 400;
}

.login__bottom_item a {
  color: #FF6262;
  text-decoration: underline;
}

.popup_register .popup__body {
  max-width: 565px;
}

.header {
  padding: 12px 0px;
  background: #fff;
  -webkit-box-shadow: 0px 12px 22px 0px rgba(72, 73, 92, 0.04);
          box-shadow: 0px 12px 22px 0px rgba(72, 73, 92, 0.04);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  z-index: 5;
}

.header__content {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 283px;
          flex: 0 0 283px;
  display: block;
}

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

.header__delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  color: #3F3D3D;
  font-size: 18px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

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

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

.header__delivery svg path[fill] {
  fill: #3F3D3D;
}

.header__delivery svg path[stroke] {
  stroke: #3F3D3D;
}

.header__user {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46px;
          flex: 0 0 46px;
  height: 46px;
  width: 46px;
  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%;
  border: 1px solid #A96FB0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

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

.header__user svg path[fill] {
  fill: #A96FB0;
}

.header__user svg path[stroke] {
  stroke: #A96FB0;
}

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

.phone-header {
  position: relative;
}

.phone-header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

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

.phone-header__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42px;
          flex: 0 0 42px;
  height: 42px;
  width: 42px;
  background: #BFD834;
  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;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

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

.phone-header__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: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  padding-right: 12px;
}

.phone-header__value {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 20px;
  font-weight: 800;
  color: #3F3D3D;
}

.phone-header__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  height: 16px;
  width: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

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

.phone-header__body {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  border-radius: 12px;
  border: 1px solid #BFD834;
  background: #fff;
  -webkit-box-shadow: 0px 12px 22px 0px rgba(72, 73, 92, 0.04);
          box-shadow: 0px 12px 22px 0px rgba(72, 73, 92, 0.04);
  padding: 10px 0px;
  width: 100%;
}

.phone-header__item {
  padding: 10px 20px;
  font-size: 20px;
  color: #3F3D3D;
  font-weight: 800;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

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

.language-header__item {
  font-size: 18px;
  color: #3F3D3D;
  font-weight: 400;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}

.language-header__item._active {
  color: #FA9F34;
}

.language-header__item:not(:last-child)::after {
  content: "|";
  color: #3F3D3D;
}

.menu__body {
  -webkit-box-shadow: inset 0px 12px 22px 0px rgba(72, 73, 92, 0.04);
          box-shadow: inset 0px 12px 22px 0px rgba(72, 73, 92, 0.04);
  display: none;
  position: fixed;
  top: 66px;
  left: 0;
  background: #fff;
  width: 100%;
  max-width: 320px;
  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: 40px;
  height: 100dvh;
  max-height: calc(100dvh - 66px);
  overflow-y: auto;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

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

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

.list-menu__link {
  color: #3F3D3D;
  font-size: 20px;
  font-weight: 400;
}

.contacts-menu {
  padding: 20px 10px;
  border-radius: 22px;
  background: #FFFAEC;
  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;
}

.contacts-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
}

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

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

.contacts-menu__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: 5px;
}

.contacts-menu__name {
  color: #979696;
  font-size: 16px;
  font-weight: 400;
}

.contacts-menu__value {
  color: #3F3D3D;
  font-size: 16px;
  font-weight: 500;
}

.icon-menu {
  display: none;
}

.footer {
  padding: 50px 0px;
  background: #fff;
}

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

.footer__column {
  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: 25px;
}

.footer__name {
  color: #3F3D3D;
  font-size: 20px;
  font-weight: 700;
}

.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: 25px;
}

.footer__link {
  color: #3F3D3D;
  font-size: 20px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer__buttons {
  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__contacts {
  padding: 30px 50px;
}

.main-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: 30px;
}

.main-footer__logo {
  width: 100%;
  max-width: 283px;
}

.main-footer__logo img,
.main-footer__logo svg {
  width: 100%;
  max-width: 100%;
}

.main-footer__copy {
  color: #3F3D3D;
  font-size: 16px;
  font-weight: 400;
}

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

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

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

.social-main-footer__item svg path[fill] {
  fill: #3F3D3D;
}

.social-main-footer__item svg path[stroke] {
  stroke: #3F3D3D;
}

.social-main-footer__item img,
.social-main-footer__item svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  width: 32px;
  height: 32px;
}

.bottom-actions {
  padding: 10px 20px calc(10px + env(safe-area-inset-bottom));
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  border-top: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  width: 100%;
  max-width: 100%;
  z-index: 2;
}

.bottom-actions__buttons {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.bottom-actions__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 10px * 1) / 2);
          flex: 0 0 calc((100% - 10px * 1) / 2);
  min-height: 40px;
}

.bottom-actions__phone {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  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;
  background: #BFD834;
  border-radius: 50%;
}

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

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

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

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

.banner__second {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 330px;
          flex: 0 0 330px;
}

._no-webp .main-banner {
  background: url(../img/main-banner-bg.png) center/cover no-repeat; }

.main-banner {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  min-height: 400px;
}

.main-banner__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-height: 100%;
  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;
  position: relative;
  z-index: 1;
}

.main-banner__image img {
  max-width: 440px;
}

.main-banner__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 365px;
          flex: 0 0 365px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 40px;
}

.main-banner__title {
  color: #A96FB0;
  font-size: 42px;
  font-weight: 400;
  font-family: "YesevaOne";
  line-height: 1.4;
}

.main-banner__title span {
  color: #fff;
  font-size: 45px;
  margin: 0px -10px;
  padding: 5px 10px;
  background: #A96FB0;
  border-radius: 8px;
  line-height: 1.2;
}

.main-banner__button {
  margin-top: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
}

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

.second-banner__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px) / 2);
          flex: 0 0 calc((100% - 30px) / 2);
  width: 100%;
  max-width: 100%;
  border-radius: 12px;
  overflow: hidden;
  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: 12px;
}

.second-banner__title {
  color: #3F3D3D;
  font-size: 25px;
  font-weight: 700;
}

.second-banner__value {
  font-size: 26px;
  color: #BFD834;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.second-banner__value span {
  font-size: 42px;
  font-weight: 900;
  margin-bottom: -5px;
}

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

.benefits__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px * 3) / 4);
          flex: 0 0 calc((100% - 30px * 3) / 4);
  background: #fff;
  border-radius: 22px;
  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;
  padding: 30px;
}

.benefits__icon {
  width: 81px;
  height: 72px;
}

.benefits__icon img,
.benefits__icon svg {
  width: 81px;
  height: 72px;
}

.benefits__name {
  color: #3F3D3D;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}

.product-section__content {
  margin-top: 30px;
}

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

.product-section__item:not(:last-child) {
  margin-right: 30px;
}

.product {
  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;
  border-radius: 22px;
  background: #FFF;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product__image {
  aspect-ratio: 327/252;
  position: relative;
  overflow: hidden;
}

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

.product__body {
  padding: 20px 10px;
  -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: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product__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;
  width: 100%;
  margin-bottom: 30px;
}
.product__top p.product__name {
  height: 45px;
}

.product__top .product__name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: left;
  font-size: 18px;
}

.product__status {
  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;
  font-size: 14px;
  color: #FA9F34;
  font-weight: 400;
}

.product__status._lot {
  color: #BFD834;
}

.product__status._lot svg path {
  fill: #BFD834;
}

.product__status svg path {
  fill: #FA9F34;
}

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

.product__name {
  color: #3F3D3D;
  font-size: 26px;
  font-weight: 800;
  color: #3F3D3D;
  text-align: center;
}

.product__description {
  color: #3F3D3D;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
}

.product__price {
  color: #3F3D3D;
  font-size: 18px;
  font-weight: 800;
}

.product__price span {
  font-size: 26px;
}

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

.buy-product {
  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: 3px;
}

.buy-product__item {
  border: 1px solid #FA9F34;
  border-radius: 50px;
  padding: 8px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  width: 100%;
}
.product__item_infos .buy-product__item{
  border: 0px solid #FA9F34;
  padding: 8px 0px;
}
.product_info_text {
  min-width: 135px;
}
.product__item_infos {
  border: 1px solid #FA9F34;
  border-radius: 16px;
  padding: 5px;
  display: flex
;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.product_info_block {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.product_info_text {
  font-size: 12px;
}
.buy-product__item._disabled {
  border-color: #E0E0E0;
  pointer-events: none;
}

.buy-product__item._disabled .buy-product__name {
  color: #E0E0E0;
}

.buy-product__item._disabled .buy-product__quantity .quantity__button {
  background: #E0E0E0 !important;
}

.buy-product__name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #FA9F34;
  font-size: 14px;
  font-weight: 700;
}

.buy-product__name span {
  font-size: 16px;
}

.buy-product__quantity {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
}

._no-webp .banner-between__wrapper {
  background: url(../img/banner-between-bg-decore.png) center/cover no-repeat, #A96FB0; }

.banner-between__wrapper {
  border-radius: 22px;
  overflow: hidden;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 200px;
}

.banner-between__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: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 550px;
}

.banner-between__title {
  color: #fff;
  text-align: left;
}

.banner-between__text {
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  line-height: 1.2;
  max-width: 470px;
}

.banner-between__button {
  padding: 5px 30px;
  color: #A96FB0 !important;
  font-size: 16px;
}

.banner-between__image {
  position: absolute;
  bottom: 0;
  right: 60px;
  width: 604px;
}

.banner-between__image img {
  width: 100%;
  max-width: 100%;
}

.who-choose__wrapper {
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
}

.who-choose__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 700px;
          flex: 0 0 700px;
  position: relative;
}

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

.who-choose__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 50px;
  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;
}

.who-choose__title {
  text-align: left;
}

.who-choose__description {
  line-height: 1.4;
}

.who-choose__description > *:not(:last-child) {
  margin-bottom: 20px;
}

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

.breadcrums {
  padding: 30px 0px;
}

.breadcrums + section {
  padding-top: 0 !important;
}

.breadcrums__list {
  font-size: 14px;
  color: #3F3D3D;
  font-weight: 300;
  line-height: 1.4;
}

.breadcrums__item a {
  color: #FA9F34;
}

.breadcrums__item:not(:last-child) {
  margin-right: 10px;
}

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

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

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

.catalog__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
}

.catalog__sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}

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

.date-catalog__list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[7] auto;
  grid-template-columns: repeat(7, 1fr) auto;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  position: relative;
}

.date-catalog__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 10px * 6) / 7);
          flex: 0 0 calc((100% - 10px * 6) / 7);
  padding: 20px;
  background: #fff;
  border-radius: 22px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3F3D3D;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.date-catalog__item._active {
  color: #FA9F34;
}

.date-catalog__day {
  font-size: 16px;
  font-weight: 400;
}

.date-catalog__date {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 52px;
  font-weight: 800;
}

.date-catalog__icon {
  margin-top: 10px;
  width: 52px;
  height: 52px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 52px;
          flex: 0 0 52px;
}

.date-catalog__icon img,
.date-catalog__icon svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 52px;
          flex: 0 0 52px;
  width: 52px;
  height: 52px;
}

.date-catalog__datepick {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 5px;
  padding: 10px;
  background: #FF6262;
  position: relative;
}

.date-catalog__datepick::after {
  content: "";
  width: 43px;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 100%;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#FFF));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
}

.menu-catalog__wrapper {
  padding: 20px;
  border-radius: 22px;
  background: #fff;
}

.menu-catalog__title {
  color: #3F3D3D;
  font-size: 24px;
  font-weight: 700;
}

.menu-catalog__body {
  margin-top: 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: 20px;
}

.menu-catalog__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;
}

.menu-catalog__link {
  color: #3F3D3D;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 20px;
  border-radius: 6px;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.menu-catalog__link._active {
  background: #FF6262;
  color: #fff;
}

.main-catalog__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;
  max-width: 100%;
}

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

.main-catalog__fiter-btn {
  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: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  font-size: 18px;
  font-weight: 700;
  color: #A96FB0;
}

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

.main-catalog__filter {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  overflow: hidden;
}

/*.main-catalog__filter::after {*/
/*  content: "";*/
/*  width: 42px;*/
/*  height: 100%;*/
/*  background: -webkit-gradient(linear, left top, right top, from(rgba(245, 245, 245, 0)), to(#F5F5F5));*/
/*  background: -o-linear-gradient(left, rgba(245, 245, 245, 0) 0%, #F5F5F5 100%);*/
/*  background: linear-gradient(90deg, rgba(245, 245, 245, 0) 0%, #F5F5F5 100%);*/
/*  position: absolute;*/
/*  top: 0;*/
/*  right: 0;*/
/*  z-index: 1;*/
/*  pointer-events: none;*/
/*}*/

.main-catalog__blocks {
  margin-top: 20px;
}

.main-catalog__block._row .main-catalog__body {
  row-gap: 30px;
}

.main-catalog__block._row .main-catalog__product {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.main-catalog__section:not(:last-child) {
  margin-bottom: 30px;
}

.main-catalog__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  row-gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-catalog__body:not(:first-child) {
  margin-top: 15px;
}

.main-catalog__title {
  font-size: 24px;
  color: #3F3D3D;
  font-weight: 700;
}

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

.main-catalog__product .product__body {
  padding: 10px 12px;
}

.main-catalog__product .product__description {
  text-align: left;
  font-size: 14px;
}

.filter-catalog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  user-select: none; /* Основное свойство */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
}

.filter-catalog__list::-webkit-scrollbar {
  height: 3px;
}

.filter-catalog__list::-webkit-scrollbar-thumb {
  background: #C3BFBF;
}

.filter-catalog__input {
  display: none;
}

.filter-catalog__input:checked + .filter-catalog__content {
  border-color: #FA9F34;
}

.filter-catalog__input:checked + .filter-catalog__content .filter-catalog__icon svg path[fill] {
  fill: #FA9F34;
}

.filter-catalog__input:checked + .filter-catalog__content .filter-catalog__icon svg path[stroke] {
  stroke: #FA9F34;
}

.filter-catalog__input:checked + .filter-catalog__content .filter-catalog__name {
  color: #FA9F34;
}

.filter-catalog__content {
  padding: 6px 15px;
  background: #fff;
  border-radius: 50px;
  border: 1px solid #EBEBEB;
  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;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  min-height: 38px;
}

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

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

.filter-catalog__icon svg path[fill] {
  fill: #3F3D3D;
}

.filter-catalog__icon svg path[stroke] {
  stroke: #3F3D3D;
}

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

.filter-catalog__name {
  color: #3F3D3D;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.view-main-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.view-main-catalog__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
  width: 24px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

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

.view-main-catalog__item svg path[fill] {
  fill: #969696;
}

.view-main-catalog__item svg path[stroke] {
  stroke: #969696;
}

.view-main-catalog__item._active svg path[fill] {
  fill: #FF6262;
}

.view-main-catalog__item._active svg path[stroke] {
  stroke: #FF6262;
}

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

.nav-catalog {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  margin: 30px -20px -10px;
  padding: 0px 20px 10px;
  overflow-x: auto;
  max-width: calc(100% + 40px);
}

.nav-catalog__item {
  color: #3F3D3D;
  font-size: 16px;
  font-weight: 700;
  border-radius: 50px;
  background: #fff;
  padding: 5px 20px;
  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;
  min-height: 36px;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.nav-catalog__item._active {
  color: #fff;
  background: #FF6262;
}

.product-row {
  border-radius: 22px;
  background: #FFF;
  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: 30px;
}

.product-row__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;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
}

.product-row__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #3F3D3D;
  font-size: 18px;
  font-weight: 800;
}

.product-row__buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.product-row__buy .buy-product__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 7px) / 2);
          flex: 0 0 calc((100% - 7px) / 2);
}

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

.product-row__item {
  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: 0;
      -ms-flex: 0 0 calc((100% - 20px * 3) / 4);
          flex: 0 0 calc((100% - 20px * 3) / 4);
}

.product-row__image {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 165/112;
  position: relative;
}

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

.product-row__info {
  font-size: 14px;
  line-height: 1.3;
  color: #3F3D3D;
  font-weight: 400;
}

.sidebar-catalog__wrapper {
  border-radius: 22px;
  background: #fff;
  padding: 16px;
}

.sidebar-catalog__close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 15px;
  right: 20px;
}

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

.sidebar-catalog__section {
  padding: 15px 0px;
}

.sidebar-catalog__section:not(:last-child) {
  border-bottom: 1px solid #EEE;
}

.sidebar-catalog__section:first-child {
  padding-top: 0;
}

.sidebar-catalog__section:last-child {
  padding-bottom: 0;
}

.sidebar-catalog__footer {
  margin-top: 20px;
}

.sidebar-catalog__button {
  width: 100%;
  max-width: 100%;
}

.head-sidebar-catalog {
  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;
}

.head-sidebar-catalog__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;
  font-size: 20px;
  font-weight: 400;
  color: #3F3D3D;
}

.head-sidebar-catalog__back {
  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: #3F3D3D;
  font-size: 16px;
  font-weight: 400;
}

.head-sidebar-catalog__back img,
.head-sidebar-catalog__back svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
}

.head-sidebar-catalog__alert {
  color: #FF6262;
  font-size: 16px;
  font-weight: 400;
}

.head-sidebar-catalog__alert b {
  font-size: 18px;
}

.cart-clear-catalog {
  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;
}

.cart-clear-catalog__title {
  color: #3F3D3D;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.cart-clear-catalog__icon {
  width: 81px;
}

.cart-clear-catalog__icon img,
.cart-clear-catalog__icon svg {
  width: 100%;
  max-width: 100%;
}

.cart-clear-catalog__button {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.product-sidebar__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;
}

.product-sidebar__name {
  color: #3F3D3D;
  font-size: 18px;
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

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

.product-sidebar__delete svg path {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  fill: #A4A4A4;
}

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

.product-sidebar__body {
  margin-top: 10px;
  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: 8px;
}

.product-sidebar__description {
  font-size: 14px;
  color: #3F3D3D;
  font-weight: 400;
  line-height: 1.2;
}

.list-product-sidebar__item {
  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;
  font-size: 16px;
  font-weight: 500;
  color: #3F3D3D;
}

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

.list-product-sidebar__value {
  text-align: right;
}

.list-sidebar-catalog {
  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;
}

.list-sidebar-catalog__item {
  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;
  font-size: 18px;
  font-weight: 500;
  color: #3F3D3D;
}

.list-sidebar-catalog__item._total {
  font-weight: 700;
}

.list-sidebar-catalog__name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.delivery-sidebar-catalog__title {
  color: #3F3D3D;
  font-size: 18px;
  font-weight: 800;
}

.delivery-sidebar-catalog__content {
  margin-top: 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: 20px;
}

.delivery-sidebar-catalog__select .select._active .select__title {
  border-color: #3F3D3D;
}

.delivery-sidebar-catalog__select .select__title {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 8px;
  border-color: #EAEAEA;
}

.delivery-sidebar-catalog__select .select__value {
  padding: 0px 15px;
}

.mobile-cart-sticky {
  position: fixed;
  bottom: calc(10px + env(safe-area-inset-bottom));
  right: 20px;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  border: 1px solid #FF6262;
  background: #ff6262;
  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;
}

.mobile-cart-sticky img,
.mobile-cart-sticky svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  width: 32px;
  height: 32px;
}

.mobile-cart-sticky__count {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #FF6262;
  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;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  right: -1px;
  top: -8px;
}

.cabinet__title {
  font-size: 28px;
  color: #3F3D3D;
  font-weight: 700;
}

.cabinet__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

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

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

.sidebar-cabinet__wrapper {
  border-radius: 22px;
  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: 20px;
}

.sidebar-cabinet__title {
  color: #3F3D3D;
  font-size: 24px;
  font-weight: 700;
}

.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 {
  display: block;
  padding: 12px 20px;
  font-size: 18px;
  color: #3F3D3D;
  font-weight: 700;
  border-radius: 6px;
}

.sidebar-cabinet__item._active {
  background: #FF6262;
  color: #fff;
}

.main-cabinet__block {
  background: #fff;
  border-radius: 22px;
  padding: 20px;
  display: none;
  min-height: 100%;
}

.main-cabinet__body {
  margin-top: 20px;
}

.top-main-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-main-cabinet._active .top-main-cabinet__arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.top-main-cabinet__name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 24px;
  color: #3F3D3D;
  font-weight: 700;
}

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

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

.order-cabinet__top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 90px 30px 200px 110px 200px 200px 200px 120px 24px 16px;
  grid-template-columns: 90px 30px 200px 110px 200px 200px 200px 120px 24px 16px;
  font-size: 14px;
  color: #949494;
  font-weight: 400;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 10px;
}

.order-cabinet__top > * {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.order-cabinet__item {
  border-bottom: 1px solid #E4E1E1;
}

.order-cabinet__item:first-child {
  border-top: 1px solid #E4E1E1;
}

.item-order {
  background: #F9FCEB;
  position: relative;
}

.item-order._planed {
  background: #F7F1F8;
}

.item-order._planed .item-order__edit {
  display: block;
}

.item-order._planed .item-order__main._active::after {
  border-color: #A96FB0;
}

.item-order__main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 90px 30px 200px 110px 200px 200px 200px 120px 24px 16px;
  grid-template-columns: 90px 30px 200px 110px 200px 200px 200px 120px 24px 16px;
  font-size: 14px;
  color: #949494;
  font-weight: 400;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.item-order__main._active::after {
  content: "";
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #BFD834;
}

.item-order__main._active .item-order__value {
  font-weight: 500;
}

.item-order__main._active .item-order__arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.item-order__main > * {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.item-order__name {
  color: #949494;
  font-size: 14px;
  font-weight: 400;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 62px;
          flex: 0 0 62px;
}

.item-order__value {
  color: #3F3D3D;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.item-order__status {
  width: 100%;
  padding: 6px 4px;
  border-radius: 20px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  background: #BFD834;
  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;
}

.item-order__status._planed {
  background: #A96FB0;
}

.item-order__edit {
  display: none;
}

.item-order__edit svg path {
  fill: #FF6262;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

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

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

.item-order__content {
  display: none;
}

.content-item-order {
  border-top: 1px solid #E4E1E1;
  padding: 12px 10px;
}

.content-item-order__top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px 50px 50px 100px;
  grid-template-columns: 300px 50px 50px 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  color: #949494;
  font-weight: 400;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: 10px 0px;
  border-bottom: 1px solid #dad5d5;
}

.content-item-order__top > *:last-child {
  text-align: right;
}

.content-item-order__body {
  padding: 10px 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: 10px;
}

.content-item-order__footer {
  padding: 12px 0px 0px;
  border-top: 1px solid #dad5d5;
  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;
}

.content-item-order__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  color: #3F3D3D;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 12px;
}

.content-item-order__total span:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.content-item-order__total span:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: right;
  white-space: nowrap;
  font-size: 20px;
}

.product-item-order {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px 50px 50px 100px;
  grid-template-columns: 300px 50px 50px 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-item-order > *:last-child {
  text-align: right;
}

.product-item-order__main {
  max-width: 300px;
  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;
}

.product-item-order__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 54px;
          flex: 0 0 54px;
  aspect-ratio: 54/42;
  position: relative;
}

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

.product-item-order__name {
  color: #3F3D3D;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.product-item-order__name span {
  display: block;
}

.product-item-order__column {
  color: #3F3D3D;
  font-size: 14px;
  font-weight: 400;
}

.details-content-item-order {
  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;
}

.details-content-item-order__item {
  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: 5px;
  line-height: 1.2;
}

.details-content-item-order__name {
  color: #949494;
  font-size: 14px;
  font-weight: 400;
}

.details-content-item-order__value {
  color: #3F3D3D;
  font-size: 14px;
  font-weight: 500;
}

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

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

.address-main-cabinet__item {
  padding: 15px 20px;
  border: 1px solid #D5D5D5;
  border-radius: 4px;
  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;
}

.address-main-cabinet__value {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #3F3D3D;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.address-main-cabinet__delete {
  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: #FF6262;
  font-size: 16px;
  font-weight: 400;
}

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

.address-main-cabinet__add {
  color: #A96FB0;
  font-size: 16px;
  font-weight: 400;
  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;
}

.address-main-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: 20px;
}

.address-main-cabinet__form:not(._active) {
  display: none;
}

.address-main-cabinet__button {
  width: 100%;
  max-width: 240px;
}

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

.act-main-cabinet__label {
  font-size: 18px;
  color: #3F3D3D;
  font-weight: 500;
}

.act-main-cabinet__columns {
  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;
  margin-top: 10px;
}

.act-main-cabinet__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 255px;
          flex: 0 0 255px;
}

.act-main-cabinet__button {
  width: 100%;
  max-width: 365px;
}

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

.password-main-cabinet__row {
  width: 100%;
  max-width: 530px;
}

.password-main-cabinet__label {
  color: #3F3D3D;
  font-size: 16px;
  font-weight: 400;
}

.password-main-cabinet__inp {
  margin-top: 10px;
  position: relative;
}

.password-main-cabinet__view-pass {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.view-pass {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.view-pass._active .view-pass__view {
  display: block;
}

.view-pass._active .view-pass__hide {
  display: none;
}

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

.view-pass__view {
  display: none;
}

.view-pass__hide {
  display: block;
}

.about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
}

.about__body {
  padding: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 2);
          flex: 0 0 calc(100% / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about__title {
  text-align: left;
}

.about__description {
  margin-top: 30px;
  color: #3F3D3D;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

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

.about__delivery {
  margin-top: 30px;
}

.about__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 2);
          flex: 0 0 calc(100% / 2);
  min-height: 635px;
  position: relative;
}

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

.delivery-about {
  padding: 20px;
  border-radius: 22px;
  border: 1px solid #D3D3D3;
  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-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.delivery-about__icon {
  width: 81px;
}

.delivery-about__icon img,
.delivery-about__icon svg {
  width: 100%;
  max-width: 100%;
}

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

.delivery-about__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
          flex: 0 0 calc((100% - 20px * 2) / 3);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #3F3D3D;
  line-height: 1.2;
}

.contacts__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
}

.contacts__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 520px;
          flex: 0 0 520px;
  padding: 30px;
}

.contacts__title {
  text-align: left;
}

.contacts__list {
  margin-top: 30px;
}

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

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

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

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

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

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

.list-contacts__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: 5px;
}

.list-contacts__name {
  color: #979696;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.list-contacts__value {
  color: #3F3D3D;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

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

.dish_info .product__buy.buy-product.buy-product_special{
  max-width: 235px;
}
.dish_info .dish_info_title #name {
  font-weight: 800;
  color: #3F3D3D;
  max-width: 280px;
  width: 100%;
  display: block;
  white-space: normal;
}
.dish_info .dish_info_title {
  display: inline-flex;
}

.order-cabinet__content input {
  background: #fcfcfc;
  padding: 2px;
  text-align: center;
  border: 1px solid #dadada;
}

.list-container .product-row__buy {
  position: relative!important;
}
.list-container .product__status._lot {
  /*position: absolute!important;*/
  /*top: -24px!important;*/
  right: 0;
}

li.list-sidebar-catalog__item._pickup_select {
  display: none;
}

li.list-sidebar-catalog__item._pickup_select.active {
  display: block;
}

.product-section p.product__name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
  height: 58px;
}
.product__description.product_description_home {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
  height: 104px;
}

textarea#order_comment {
  padding: 10px;
  border-radius: 5px;
}

.cart_name_user {
  font-size: 16px;
  max-width: 100px;
  font-weight: 600;
}

.noStock .quantity{
  display: none;
}

.noStock svg{
  display: none;
}
.week_select.hasDatepicker {
  position: relative;
  opacity: 0;
}
span.week_display {
  font-size: 14px;
  position: relative;
  top: -5px;
}

.catalog__sidebar.sidebar-catalog._side-wrapper.cart_block {
  position: sticky;
  top: 115px;
  height: 100%;
}
.catalog__content {
  position: relative;
  height: 100%;
}

._side-block_list {
  display: none;
}

div#ui-datepicker-div {
  z-index: 2!important;
}

#body_element {
  padding-right: 0px!important;
}
.content-item-order__delivery {
  text-align: right;
}

.product-item-order__column input.amount_input {
  background: #ffffff;
}
.product-item-order__column  input.amount_input.disabled {
  background-color: transparent;
}

a.address-main-cabinet__edit , a.address-main-cabinet__delete{
  display: none;
}

textarea#order_comment {
  resize: none;
}

.block_add .buy-product__quantity.quantity {
  display: none;
}
.block_add .buy-product__item svg {
  display: none;
}

.address-main-cabinet__item.disable {
  background: #ff62624f;
}

@media (min-width: 721.98px) {
  .date-catalog__item._active {
    -webkit-box-shadow: 0px 12px 22px 0px rgba(39, 54, 83, 0.06);
            box-shadow: 0px 12px 22px 0px rgba(39, 54, 83, 0.06);
  }

  .date-catalog__datepick {
    display: none;
  }

  .main-catalog__select {
    display: none;
  }

  .item-order__name {
    display: none;
  }

  .product-item-order__name span {
    display: none;
  }

}

@media (min-width: 991.98px) {
  .header__menu {
    display: none;
  }

  .bottom-actions {
    display: none;
  }

  .sidebar-catalog__close {
    display: none;
  }

  .head-sidebar-catalog__back {
    display: none;
  }

  .mobile-cart-sticky {
    display: none!important;
  }
}

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

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

@media (min-width: 1452px) {
  .phone-header__top {
    border: 1px solid #BFD834;
    padding: 4px;
    border-radius: 100px;
  }

  .catalog__nav {
    display: none;
  }

  .main-catalog__fiter-btn {
    display: none;
  }

  .cabinet__head {
    display: none;
  }

  .main-cabinet__body {
    display: block !important;
  }

  .top-main-cabinet__arrow {
    display: none;
  }

  .content-item-order__details {
    display: none;
  }
}

@media (max-width: 1452px) {
  .page {
    padding-top: 78px;
  }

  ._btn {
    font-size: 16px;
  }

  ._title {
    font-size: 42px;
  }

  .header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 188px;
            flex: 0 0 188px;
  }

  .header__delivery {
    font-size: 16px;
  }

  .phone-header__main {
    display: none;
  }

  .footer {
    padding: 40px 0px;
  }

  .footer__name {
    font-size: 16px;
  }

  .footer__link {
    font-size: 16px;
  }

  .footer__contacts {
    padding: 20px;
  }

  .main-footer__logo {
    max-width: 188px;
  }

  .banner {
    padding: 20px 0px 40px;
  }

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

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

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

  .main-banner {
    min-height: 380px;
  }

  .main-banner__image img {
    max-width: 416px;
  }

  .main-banner__title {
    font-size: 40px;
  }

  .main-banner__title span {
    font-size: 42px;
  }

  .main-banner__button {
    margin-top: 20px;
  }

  .second-banner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 20px;
  }

  .second-banner__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px) / 2);
            flex: 0 0 calc((100% - 20px) / 2);
    min-height: 160px;
  }

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

  .benefits__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 3) / 4);
            flex: 0 0 calc((100% - 20px * 3) / 4);
    row-gap: 12px;
    padding: 20px;
  }

  .benefits__name {
    font-size: 18px;
  }

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

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

  .product-section__item:not(:last-child) {
    margin-right: 20px;
  }

  .product {
    row-gap: 0px;
  }

  .product__body {
    padding: 12px;
  }

  .product__name {
    font-size: 22px;
  }

  .product__description {
    font-size: 16px;
  }

  .product__price {
    font-size: 16px;
  }

  .product__price span {
    font-size: 22px;
  }

  .banner-between__wrapper {
    padding-left: 80px;
    min-height: 300px;
  }

  .banner-between__text {
    font-size: 18px;
    max-width: 390px;
  }

  .banner-between__image {
    width: 420px;
    right: 5px;
  }

  .who-choose__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2);
            flex: 0 0 calc(100% / 2);
  }

  .who-choose__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2);
            flex: 0 0 calc(100% / 2);
    padding: 40px;
    row-gap: 20px;
  }

  .breadcrums {
    padding: 20px 0px;
  }

  .catalog__menu {
    display: none;
  }

  .main-catalog__top {
    padding: 10px 20px;
    background: #fff;
    border-radius: 8px;

    display: block;
  }

  .default_filters {
    display: flex;
    column-gap: 15px;
  }

  .filter-catalog__list {
    margin-top: 10px;
  }

  .main-catalog__filter {
    display: none;
  }

  .main-catalog__view {
    margin-left: auto;
    margin-top: 10px;
  }

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

  .cabinet__wrapper {
    margin-top: 30px;
  }

  .cabinet__sidebar {
    display: none;
  }

  .main-cabinet {
    background: #fff;
    border-radius: 22px;
    padding: 20px;
  }

  .main-cabinet__block {
    min-height: 0px;
    display: block;
    background: none;
    border-radius: 0px;
    padding: 20px 0px;
  }

  .main-cabinet__block:first-child {
    padding-top: 0;
  }

  .main-cabinet__block:last-child {
    padding-bottom: 0;
  }

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

  .main-cabinet__body {
    display: none;
  }

  .order-cabinet__top {
    -ms-grid-columns: 60px 30px 200px 110px 120px 140px 16px;
    grid-template-columns: 60px 30px 200px 110px 120px 140px 16px;
  }

  .order-cabinet__top > *:nth-child(4),
  .order-cabinet__top > *:nth-child(5) {
    display: none;
  }

  .item-order__main {
    -ms-grid-columns: 60px 30px 200px 110px 120px 140px 16px;
    grid-template-columns: 60px 30px 200px 110px 120px 140px 16px;
  }

  .item-order__column:nth-child(4),
  .item-order__column:nth-child(5) {
    display: none;
  }

  .about__body {
    padding: 20px;
  }

  .about__title {
    font-size: 32px;
  }

  .about__description {
    margin-top: 20px;
  }

  .about__delivery {
    margin-top: 20px;
  }

  .about__image {
    min-height: 400px;
  }

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

  .contacts__title {
    font-size: 32px;
  }

  .contacts__list {
    margin-top: 20px;
  }

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

  .list-contacts {
    row-gap: 20px;
  }

  a.header__button._menu-download._btn._stroke {
    width: 40%!important;
  }
}
@media (max-width: 1279px) {
  .item-order__status {
    width: max-content;
  }
  .date-catalog__item {
    padding: 15px;
  }
}

@media (max-width: 991.98px) {
  body {
    font-size: 16px;
  }

  .wrapper {
    padding-bottom: 110px;
  }

  .page {
    padding-top: 66px;
  }

  .page section {
    padding: 25px 0px;
  }

  .page section:last-child {
    padding-bottom: 50px;
  }

  ._title {
    font-size: 32px;
  }

  .header {
    padding: 8px 0px;
  }

  .header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
  }

  .header__button._menu-download {
    display: none;
  }

  .header__delivery {
    display: none;
  }

  .icon-menu {
    display: block;
    width: 24px;
    height: 21px;
    cursor: pointer;
    position: relative;
    z-index: 5;
  }

  .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: #3F3D3D;
  }

  .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: 30px 0px;
  }

  .footer__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 30px;
  }

  .footer__main {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .main-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .banner {
    padding-bottom: 25px;
  }

  .main-banner {
    min-height: 320px;
  }

  .main-banner__image img {
    max-width: 310px;
  }

  .main-banner__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 255px;
            flex: 0 0 255px;
    margin-right: 20px;
  }

  .main-banner__title {
    font-size: 28px;
  }

  .main-banner__title span {
    font-size: 30px;
  }

  .main-banner__button {
    font-size: 12px;
    min-height: 35px;
  }

  .second-banner__item {
    min-height: 120px;
    padding: 20px;
  }

  .second-banner__title {
    font-size: 20px;
  }

  .second-banner__value {
    font-size: 20px;
  }

  .second-banner__value span {
    font-size: 32px;
  }

  .benefits__item {
    padding: 15px;
  }

  .benefits__name {
    font-size: 16px;
  }

  .product-section__content {
    margin-top: 20px;
  }

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

  .buy-product__name {
    font-size: 12px;
  }

  .banner-between__wrapper {
    padding: 30px 20px;
  }

  .banner-between__text {
    font-size: 16px;
    max-width: 330px;
  }

  .who-choose__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .who-choose__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
    width: 100%;
  }

  .who-choose__body {
    padding: 30px 40px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .date-catalog__item {
    padding: 10px;
  }

  .date-catalog__item._date {
    width: 100px;
  }

  .date-catalog__day {
    font-size: 14px;
  }

  .date-catalog__date {
    font-size: 32px;
  }

  .date-catalog__icon {
    width: 32px;
    height: 32px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32px;
            flex: 0 0 32px;
  }

  .date-catalog__icon img,
  .date-catalog__icon svg {
    width: 32px;
    height: 32px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32px;
            flex: 0 0 32px;
  }

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

  .sidebar-catalog {
    position: fixed !important;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    max-width: 100%;
    z-index: 999999;
    height: 100dvh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    overflow: initial;
  }

  .sidebar-catalog:not(._active) {
    pointer-events: none;
    visibility: hidden;
    -webkit-transform: translateY(100dvh);
        -ms-transform: translateY(100dvh);
            transform: translateY(100dvh);
  }

  .sidebar-catalog__wrapper {
    width: 100%!important;
    max-width: 100%;
    max-height: calc(100dvh - 40px);
    overflow-y: hidden;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    border-radius: 22px 22px 0px 0px;
    -webkit-box-shadow: 0px -6px 12px 0px rgba(0, 0, 0, 0.08);
            box-shadow: 0px -6px 12px 0px rgba(0, 0, 0, 0.08);
  }

  /*.sidebar-catalog__wrapper._step-2 .sidebar-catalog__section._pr {
    display: none;
  }*/

  .password-main-cabinet__row {
    max-width: 100%;
  }

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

  .about__description {
    font-size: 16px;
  }

  .about__image {
    min-height: 300px;
  }

  .about__image img {
    -o-object-position: top center;
       object-position: top center;
  }

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

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

  .contacts__map {
    min-height: 300px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .item-order__main {
    grid-template-columns: 60px 30px 130px 93px 100px 100px 16px;
  }
  .order-cabinet__top {
    grid-template-columns: 60px 30px 130px 93px 100px 100px 16px;
  }
}

@media screen and (max-width: 900px) {
  .header__button {
    position: absolute;
    /*top: 80%;*/
    bottom: 10%;
  }
}

@media (max-width: 721.98px) {
  .page {
    padding-top: 59px;
  }

  label.date-catalog__item._date.active {
    display: block;
    opacity: 0;
    height: 60px;
    width: 10px;
  }
  label.date-catalog__item._date.active input{
    width: 10px;
  }
  .date-catalog__icon {
    display: none;
  }
  .product-section p.product__name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    height: 48px;
  }
  .default_filters {
    width: 100%!important;
  }
  .main-catalog__top {
    display: flex;
    flex-direction: column;
  }
  .main-catalog__filter.filter-catalog {
    width: 100%;
  }

  ._noScroll {
    overflow: hidden;
  }
  /*.header__button {*/
  /*  display: none;*/
  /*}*/

  /* .header__user {
    display: none;
  } */

  .header__phone {
    display: none;
  }

  .menu__body {
    max-height: calc(100dvh - 59px);
    top: 59px;
  }

  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .footer__column {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .footer__column._buttons {
    display: none;
  }

  .footer__name {
    text-align: center;
  }

  .footer__list {
    text-align: center;
  }

  .footer__contacts {
    width: 100%;
    max-width: 100%;
  }

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

  .main-banner {
    min-height: 0px;
    -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;
    padding: 25px 20px 30px;
  }

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

  .main-banner__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 0;
    margin-top: -15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .main-banner__button {
    margin-top: 8px;
    font-size: 14px;
  }

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

  .product-section__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 230px;
            flex: 0 0 230px;
  }

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

  .banner-between__body {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    row-gap: 10px;
  }

  .banner-between__title {
    text-align: center;
  }

  .banner-between__image {
    width: 100%;
    max-width: 420px;
    position: static;
    margin-bottom: -30px;
  }

  .who-choose__body {
    padding: 20px;
    row-gap: 10px;
  }

  .date-catalog {
    margin: 0px -20px;
    max-width: calc(100% + 40px);
  }

  .date-catalog__list {
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
    overflow-x: auto;
    margin-bottom: -10px;
    padding-bottom: 10px;
  }

  .date-catalog__item {
    border-radius: 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .date-catalog__item._date {
    display: none;
  }

  .date-catalog__item._active::after {
    content: "";
    width: 100%;
    height: 3px;
    background: #FA9F34;
    bottom: 0;
    left: 0;
    position: absolute;
    display: inline-block;
  }

  .date-catalog__day {
    font-size: 12px;
  }

  .main-catalog__top {
    padding: 0px;
    background: none;
    border-radius: 0px;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }

  .main-catalog__fiter-btn {
    font-size: 0;
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #A96FB0;
  }

  .main-catalog__fiter-btn svg path {
    fill: #fff;
  }

  .main-catalog__view {
    display: none;
  }

  .main-catalog__block {
    display: block;
  }

  .main-catalog__block._row {
    display: none !important;
  }

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

  .order-cabinet__top {
    display: none;
  }

  .item-order__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .item-order__column {
    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;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .item-order__column._status,
  .item-order__column._edit,
  .item-order__column._arrow {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .item-order__column._status {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
  }

  .item-order__column._arrow {
    margin-left: auto;
  }

  .item-order__value br {
    display: none;
  }

  .content-item-order {
    border-top: 0;
  }

  .content-item-order__top {
    display: none;
  }

  .content-item-order__body {
    padding-top: 0;
  }

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

  .product-item-order__main {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .product-item-order__column:nth-child(2) {
    display: none;
  }

  .catalog__sidebar.sidebar-catalog._side-wrapper.cart_block {
    top: 20px;
    height: 100dvh;
  }
}

@media (max-width: 479.98px) {
  .filter-catalog__list {
    margin-top: 10px;
    overflow-x: auto;
  }
  .sidebar-catalog__close {
      width: 36px;
    height: 36px;
    position: absolute;
    top: 6px;
    right: 6px;
    background: #ff6262;
    border-radius: 50%;
    padding: 2px;
    z-index: 9;
  }
  .sidebar-catalog__close._close-cart svg path{
    fill:#ffffff
  }
  .sidebar-catalog__footer {
    margin-top: 0px;
  }
  .sidebar-catalog__wrapper._side-block_sticky._step-2 {
    padding-bottom: 50px;
  }
  .page section {
    padding: 20px 0px;
  }
  ul.sidebar-catalog__list.list-sidebar-catalog {
    padding-bottom: 20px;
  }

  .page section:last-child {
    padding-bottom: 40px;
  }

  ._title {
    font-size: 28px;
  }

  .popup__body {
    padding: 20px;
  }

  .edit-alert__text {
    font-size: 16px;
  }

  .login__title {
    font-size: 18px;
  }

  .login__row._half {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .footer__content {
    row-gap: 20px;
  }

  .bottom-actions {
    padding: 10px 10px calc(10px + env(safe-area-inset-bottom));
  }

  .bottom-actions__button {
    font-size: 14px;
    padding: 5px 10px;
  }

  .banner {
    padding-bottom: 20px;
  }

  .main-banner__image img {
    max-width: 210px;
  }

  .main-banner__title {
    font-size: 26px;
  }

  .main-banner__title span {
    font-size: 26px;
  }

  .second-banner__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .who-choose__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 215px;
            flex: 0 0 215px;
  }

  .who-choose__body {
    padding: 20px 12px;
  }

  .who-choose__description {
    font-size: 14px;
  }

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

  .who-choose__button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .catalog__nav {
    display: none;
  }

  .date-catalog__date {
    font-size: 26px;
  }

  .main-catalog__product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .mobile-cart-sticky {
    right: 10px;
  }

  .top-main-cabinet__name {
    font-size: 20px;
  }

  .address-main-cabinet__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 10px;
  }

  .address-main-cabinet__value {
    font-size: 16px;
  }

  .address-main-cabinet__button {
    max-width: 100%;
  }

  .act-main-cabinet__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .act-main-cabinet__button {
    max-width: 100%;
  }

  .password-main-cabinet__button {
    width: 100%;
  }

  .about__title {
    font-size: 24px;
  }

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

  .about__image {
    min-height: 260px;
  }

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

  .contacts__title {
    font-size: 24px;
  }

  .contacts__map {
    min-height: 260px;
  }

  .list-contacts__name {
    font-size: 16px;
  }

  .list-contacts__value {
    font-size: 18px;
  }
}

@media (any-hover: hover) {
  .quantity__button:not(._disabled):hover {
    background: #d6872d;
  }

  .quantity__button_plus:hover {
    background: #d6872d;
  }

  ._btn._green:hover {
    background: #a3b82e !important;
  }

  ._btn._white:hover {
    background: #e6e6e6 !important;
    color: #FA9F34;
  }

  ._btn:hover {
    background: #d6872d;
  }

  ._btn._stroke:hover {
    background: #FA9F34 !important;
    color: #fff;
  }

  ._btn._stroke:hover svg path[fill] {
    fill: #fff;
  }

  ._btn._stroke:hover svg path[stroke] {
    stroke: #fff;
  }

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

  .header__delivery:hover {
    color: #FA9F34;
  }

  .header__delivery:hover svg path[fill] {
    fill: #FA9F34;
  }

  .header__delivery:hover svg path[stroke] {
    stroke: #FA9F34;
  }

  .header__user:hover {
    background: #A96FB0;
  }

  .header__user:hover svg path[fill] {
    fill: #fff;
  }

  .header__user:hover svg path[stroke] {
    stroke: #fff;
  }

  .phone-header__icon:hover {
    background: #a3b82e;
  }

  .phone-header__item:hover {
    color: #FA9F34;
  }

  .language-header__item:not(._active):hover {
    color: #FA9F34;
  }

  .footer__link:hover {
    color: #FA9F34;
  }

  .social-main-footer__item:hover svg path[fill] {
    fill: #FA9F34;
  }

  .social-main-footer__item:hover svg path[stroke] {
    stroke: #FA9F34;
  }

  .product:hover {
    -webkit-box-shadow: 0px 12px 22px 0px rgba(72, 73, 92, 0.04);
            box-shadow: 0px 12px 22px 0px rgba(72, 73, 92, 0.04);
  }

  .breadcrums__item a:hover {
    text-decoration: underline;
  }

  .date-catalog__item:not(._active, ._date):hover {
    color: #BFD834;
  }

  .menu-catalog__link:not(._active):hover {
    color: #FA9F34;
  }

  .view-main-catalog__item:not(._active):hover {
    opacity: 0.8;
  }

  .view-main-catalog__item:not(._active):hover svg path[fill] {
    fill: #FF6262;
  }

  .view-main-catalog__item:not(._active):hover svg path[stroke] {
    stroke: #FF6262;
  }

  .product-sidebar__delete:hover svg path {
    fill: #FF6262;
  }

  .item-order._planed .item-order__main:hover {
    background: #f7ebf8;
  }

  .item-order__main:hover {
    background: #f3f7e3;
  }

  .item-order__edit:hover svg path {
    fill: #A96FB0;
  }

  .address-main-cabinet__add:hover {
    text-decoration: underline;
  }

  .list-contacts__value a:hover {
    color: #FA9F34;
  }
}

._webp .main-banner { background: url(../img/main-banner-bg.webp) center/cover no-repeat; }

._webp .banner-between__wrapper { background: url(../img/banner-between-bg-decore.webp) center/cover no-repeat, #A96FB0; }

@media screen and (min-width: 1452px) and (max-width: 1825px) {
  .order-cabinet__item {
    max-width: 1100px;
  }

  .item-order__main, .order-cabinet__top {
    -ms-grid-columns: 50px 30px 100px 110px 100px 100px 100px 120px 24px 16px !important;
    grid-template-columns: 50px 30px 100px 110px 100px 100px 100px 120px 24px 16px !important;
  }
}
