@charset "UTF-8";

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

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

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

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

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

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

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

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

.description-main-card__description ol, .description-main-card__description ul {
  margin-left: 15px;
}

.other-pages li::marker {
  font-size: 27px;
  line-height: 16px;
}

img {
  vertical-align: top;
}

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

body {
  background: #EEEEEE;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

body._first-page .page {
  padding-top: 45px;
}

body._mini-page .page {
  padding-top: 0 !important;
}

body:not(._first-page) .page {
  padding-top: 131px;
}

/*body._show-catalog {*/
/*  overflow: hidden;*/
/*}*/

body._lock {
  overflow: hidden;
}

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

.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: 1260px;
  margin: 0 auto;
  padding: 0px 20px;
}
.form-contacts__button{
      display: -webkit-box;
  display: -ms-flexbox;
    display:flex;
    justify-content:center;
    align-items:center;
     -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
    flex-direction:row;
}
.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: #000;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 4px;
}

.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  height: 30px;
  padding: 0px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.select__value span {
  height: 1em;
  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: #000;
  display: none;
  position: absolute;
  top: 29px;
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border-top: 0;
  border: 1px solid #d9d9d9;
  border-top: 0;
  font-size: 16px;
  padding: 10px 0px 5px 0px;
}

.select__option {
  cursor: pointer;
  padding: 5px 15px;
  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;
  max-height: 250px;
  overflow-y: auto;
}
.input_error {
  border-color: red!important;
}
input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0px 20px;
}

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: #fff url("../img/icons/check.svg") center no-repeat;
}

.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: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: calc(20 / 16);
  cursor: pointer;
}

.checkbox__text:before {
  content: "";
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0px 14px 0px 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  left: 0;
  top: 0;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}

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

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

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

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

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

.options__input:checked + .options__text:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: 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: #ffffff;
  letter-spacing: -0.3px;
  line-height: calc(20 / 16);
}

.options__text:before {
  content: "";
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0px 14px 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: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}

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

.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: 88px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(166, 166, 166, 0.45);
}

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

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

.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: #a6a6a6;
  font-size: 12px;
  width: 100%;
  text-align: center;
}

.quantity-product {
  width: 100%;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  overflow: hidden;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.quantity-product__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  position: relative;
  cursor: pointer;
  border-radius: 50%;
}

.quantity-product__button::before,
.quantity-product__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;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #959595;
  width: 13px;
  height: 2px;
}

.quantity-product__button_plus {
  background: #D62909;
}

.quantity-product__button_plus::before,
.quantity-product__button_plus::after {
  background: #fff;
}

.quantity-product__button_plus::before {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
      -ms-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}

.quantity-product__button_minus {
  border: 1px solid #E3E3E3;
}

.quantity-product__input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #D62909;
  min-width: 32px;
  max-width: 32px;
  background: #fff;
  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;
}

.quantity-product__input input {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #3E3E3F;
  background: transparent;
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  text-align: center;
}

.row:after {
  display: block;
  content: "";
  clear: both;
}

.rub:after {
  content: "₽";
}

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: #000;
  position: absolute;
  width: 15.625em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 9001;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  background: #fff;
  padding: 5px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  border: 1px solid #E3E3E3;
}

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

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

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

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

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

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

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

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

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

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

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

.qs-datepicker .qs-overlay .qs-overlay-month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 33.33333%;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

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

.qs-datepicker .qs-controls {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #fff;
  color: #000;
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  -o-transition: filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.qs-datepicker .qs-square {
  width: 14.28571%;
  height: 1.5625em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: background 0.1s;
  -o-transition: background 0.1s;
  transition: background 0.1s;
  border-radius: 0.26392em;
}

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

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

.qs-datepicker .qs-square.qs-active {
  background: #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: #095121;
  color: #fff;
}

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

/*! nouislider - 14.6.0 - 6/27/2020 */

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

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

.noUi-target {
  position: relative;
}

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

/* Wrapper for all connect elements.
 */

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

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

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

/* Offset direction
 */

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

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

.noUi-vertical .noUi-origin {
  width: 0;
}

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

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

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

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

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

/* Slider size and handle placement;
 */

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  right: -10px;
  top: -9px;
}

.noUi-vertical {
  width: 18px;
}

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

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

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

.noUi-target {
  height: 4px;
  background-color: #eaeaea;
  margin: 0px 11px 30px;
  position: relative;
}

.noUi-target::before,
.noUi-target::after {
  content: "";
  background-color: #eaeaea;
  width: 11px;
  height: 4px;
  position: absolute;
  top: 0;
}

.noUi-target::before {
  left: -10px;
}

.noUi-target::after {
  right: -10px;
}

.noUi-connect {
  background: #095121;
}

/* Handles and cursors;
 */

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

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

.noUi-handle {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  cursor: default;
}

.noUi-handle::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #095121;
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
          box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

/* Disabled state;
 */

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

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

/* Base;
 *
 */

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

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

/* Values;
 *
 */

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

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

/* Markings;
 *
 */

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

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

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

/* Horizontal layout;
 *
 */

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

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

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

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

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

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

/* Vertical layout;
 *
 */

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

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

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

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

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

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

.noUi-tooltip {
  color: #999999;
  font-size: 12px;
  position: absolute;
  display: none;
}

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

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

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

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

.popup {
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  padding: 70px 20px 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(40, 40, 40, 0.5);
  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: #FFFFFF;
  border: 1px solid #E3E3E3;
  -webkit-box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12), 0px 10px 32px -4px rgba(24, 39, 75, 0.1);
          box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12), 0px 10px 32px -4px rgba(24, 39, 75, 0.1);
  border-radius: 12px;
  width: 100%;
  max-width: 400px;
  position: relative;
}

.popup__close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0px;
  right: 32px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  cursor: pointer;
  z-index: 30;
  background: url("../img/icons/close-gray.svg") center/20px 20px no-repeat;
}

.login-popup__logo {
  position: absolute;
  z-index: 1;
  bottom: calc(100% + 20px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.nav-login-popup {
  padding: 40px 35px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #E8E8E8;
}

.nav-login-popup__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #A2A2A2;
  position: relative;
  cursor: pointer;
}

.nav-login-popup__item._active {
  color: #095121;
}

.nav-login-popup__item._active::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -11px;
  left: 0;
  background: #095121;
}

.block-login-popup__social {
  padding: 20px 0px;
}

.block-login-popup__or {
  text-align: center;
  position: relative;
}

.block-login-popup__or::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #E8E8E8;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.block-login-popup__or span {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 0px 7px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #9E9E9E;
}

.block-login-popup__info {
  padding: 20px 40px 40px;
  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;
}

.block-login-popup__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  position: relative;
}

.block-login-popup__label {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #262626;
}

.block-login-popup__input {
  background: #FFFFFF;
  border: 1px solid #DADADA;
  border-radius: 4px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #3E3E3F;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.block-login-popup__input::-webkit-input-placeholder {
  color: #9E9E9E;
}

.block-login-popup__input::-moz-placeholder {
  color: #9E9E9E;
}

.block-login-popup__input:-ms-input-placeholder {
  color: #9E9E9E;
}

.block-login-popup__input::-ms-input-placeholder {
  color: #9E9E9E;
}

.block-login-popup__input::placeholder {
  color: #9E9E9E;
}

.block-login-popup__input:focus {
  border-color: #095121;
}

.block-login-popup__view {
  position: absolute;
  bottom: 11px;
  right: 20px;
  cursor: pointer;
}

.block-login-popup__view._active .block-login-popup__view_active {
  display: none;
}

.block-login-popup__view._active .block-login-popup__view_off {
  display: block;
}

.block-login-popup__view .block-login-popup__view_active {
  display: block;
}

.block-login-popup__view .block-login-popup__view_off {
  display: none;
}

.block-account-popup__view {
  position: absolute;
  bottom: 11px;
  right: 20px;
  cursor: pointer;
}

.block-account-popup__view._active .block-login-popup__view_active {
  display: none;
}

.block-account-popup__view._active .block-login-popup__view_off {
  display: block;
}

.block-account-popup__view .block-login-popup__view_active {
  display: block;
}

.block-account-popup__view .block-login-popup__view_off {
  display: none;
}

.block-login-popup__btn {
  background: #F4F4F4;
  border-radius: 4px;
  height: 42px;
  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-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #9E9E9E;
}

.block-login-popup__forgot {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #9E9E9E;
}

.block-login-popup__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #9E9E9E;
}

.block-login-popup__text-big {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #9E9E9E;
}

.block-login-popup__text a {
  color: #095121;
}

.block-login-popup__head {
  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;
  text-align: center;
}

.block-login-popup__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  color: #3E3E3F;
}

.social-block-login-popup__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #9E9E9E;
  text-align: center;
}

.social-block-login-popup__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-top: 20px;
}

.social-block-login-popup__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  padding: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}

.social-block-login-popup__item._fb {
  background: #415A94;
}

.social-block-login-popup__item._google {
  background: #CF553D;
}

.social-block-login-popup__icon {
  position: relative;
}

.social-block-login-popup__icon::after {
  content: "";
  width: 1px;
  height: 32px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 50%;
  right: -13px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.social-block-login-popup__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
}

.header._scroll .header-main {
  background: #095121;
}

.header._scroll .header-main__actions {
  background: #095121;
}

.header._no-opacity .header-main {
  background: #095121;
}

.header._no-opacity .header-main__actions {
  background: #095121;
}

.header::after {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: rgba(40, 40, 40, 0.5);
}

.top-header {
  background: #095121;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.top-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}

.top-header__list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-pack: flex-start;
      -ms-flex-pack: flex-start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 64px;
     -moz-column-gap: 64px;
          column-gap: 64px;
  align-items: center;
}

.top-header__link {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}

.language-top-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.language-top-header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.language-top-header__item:not(:last-child) {
  margin-right: 8px;
}

.language-top-header__item:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  display: inline-block;
  margin-left: 7px;
  display: none;
}

.language-top-header__link {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0.5;
}

.language-top-header__link._active {
  opacity: 1;
}

.header-main {
  background: rgba(9, 81, 33, 0.5);
  padding: 16px 0px;
}

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

.header-main__logo {
  margin-right: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 179px;
          flex: 0 0 179px;
}

.header-main__logo img {
  max-width: 100%;
  width: 100%;
}

.header-main__logo_pc {
  display: none;
}

.header-main__logo_mob {
  display: none;
}

.header-main__catalog-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  height: 47px;
  display: flex;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 11px 25px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #095121;
  cursor: pointer;
}

.header-main__catalog-btn._active div span {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

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

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

.header-main__catalog-btn div {
  display: block;
  position: relative;
  width: 18px;
  height: 12px;
  cursor: pointer;
}

.header-main__catalog-btn div 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: #095121;
}

.header-main__catalog-btn div span:first-child {
  top: 0px;
}

.header-main__catalog-btn div span:last-child {
  top: auto;
  bottom: 0px;
}

.header-main__form {
  margin-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 510px;
          flex: 0 0 510px;
}

.header-main__actions {
  margin-left: 15px;
  padding-right: 50px;
}

.form-header-main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-header-main._active .form-header-main__body {
  display: block;
}

.form-header-main__back {
  display: none;
}

.form-header-main__search {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 0px 20px;
  height: 47px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.form-header-main__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  width: 100%;
  color: #3E3E3F;
  font-size: 16px;
  line-height: 20px;
}

.form-header-main__btn {
  background: transparent;
}

.form-header-main__body {
  position: absolute;
  z-index: 2;
  width: 100vw;
  max-width: 535px;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  -webkit-box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12), 0px 10px 32px -4px rgba(24, 39, 75, 0.1);
          box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12), 0px 10px 32px -4px rgba(24, 39, 75, 0.1);
  border-radius: 12px;
  padding: 5px 20px 20px;
  overflow-y: auto;
  top: calc(100% + 5px);
  max-height: 510px;
  height: calc(100vh - 160px);
  display: none;
}

.form-header-main__body::-webkit-scrollbar {
  width: 4px;
}

.form-header-main__body::-webkit-scrollbar-thumb {
  background: #B9B9B9;
  color: #B9B9B9;
}

.search-body-form-header-main__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;
  padding: 15px 0px;
  border-bottom: 1px solid #EDEDED;
}

.search-body-form-header-main__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  height: 16px;
}

.search-body-form-header-main__icon img {
  width: 100%;
  height: 100%;
}

.search-body-form-header-main__name {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #3E3E3F;
}

.category-body-form-header-main {
  padding-top: 15px;
  padding-bottom: 15px;
}

.category-body-form-header-main__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #3E3E3F;
  margin-bottom: 5px;
}

.category-body-form-header-main__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: 10px;
  margin: 0px -10px;
}

.category-body-form-header-main__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  padding: 5px 10px;
}

.category-body-form-header-main__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.category-body-form-header-main__breadcums {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #9E9E9E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 26px;
     -moz-column-gap: 26px;
          column-gap: 26px;
  margin-bottom: 9px;
}

.category-body-form-header-main__breadcums li {
  position: relative;
}

.category-body-form-header-main__breadcums li:not(:last-child)::after {
  content: "";
  width: 6px;
  height: 1px;
  position: absolute;
  left: calc(100% + 13px);
  top: 50%;
  background: #9E9E9E;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.category-body-form-header-main__name {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #3E3E3F;
}

.category-body-form-header-main__icon {
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.products-body-form-header-main__item {
  padding: 15px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #EDEDED;
}

.products-body-form-header-main__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  height: 50px;
  position: relative;
  margin-right: 10px;
}

.products-body-form-header-main__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.products-body-form-header-main__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.products-body-form-header-main__name {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #3E3E3F;
  max-width: 180px;
  /*-webkit-box-flex: 0;*/
      /*-ms-flex: 0 0 180px;*/
          /*flex: 0 0 180px;*/
}

.products-body-form-header-main__name-wrap {
    display:flex;
    flex-direction: column;
    gap:10px;
    justify-content: flex-start;
}

.products-body-form-header-main__other {
  -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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.products-body-form-header-main__price {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: right;
  color: #3E3E3F;
}

.products-body-form-header-main__price_old {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #9E9E9E;
}

.actions-header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  position: relative;
}

.actions-header-main__item {
  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;
  cursor: pointer;
}

.actions-header-main__item._login .actions-header-main__icon {
  position: relative;
}

.actions-header-main__item._login .actions-header-main__icon::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #B7503D;
  position: absolute;
  bottom: 0;
  right: -2px;
  display: inline-block;
}

.actions-header-main__icon {
  margin-bottom: 4px;
  position: relative;
}

.actions-header-main__icon img {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.actions-header-main__value {
  padding: 2px 8px;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
  background: #B7503D;
  border-radius: 50px;
  position: absolute;
  left: calc(100% - 7px);
  top: -5px;
  white-space: nowrap;
}

.cart_price {
  display: block;
}
.cart_qty {
  display: none;
}

.actions-header-main__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  white-space: nowrap;
}

.card-header {
  border: 1px solid #E3E3E3;
  -webkit-box-shadow: 0px 6px 14px rgba(24, 39, 75, 0.12), 0px 10px 32px rgba(24, 39, 75, 0.1);
          box-shadow: 0px 6px 14px rgba(24, 39, 75, 0.12), 0px 10px 32px rgba(24, 39, 75, 0.1);
  background: #FFFFFF;
  border-radius: 12px;
  padding: 0px 10px 10px;
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  width: calc(100vw - 40px);
  max-width: 545px;
  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;
}

.card-header._active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.card-header::after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 11px solid #fff;
  border-left: 11px solid transparent;
  position: absolute;
  bottom: 100%;
  right: 57px;
}

.card-header::before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 13px solid #E3E3E3;
  border-left: 13px solid transparent;
  position: absolute;
  bottom: calc(100% + 1px);
  right: 55px;
}

.card-header__btn {
  width: 100%;
  height: 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;
  text-align: center;
  background: #D62909;
  border-radius: 4px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}

.products-card-header {
  margin: 0px -10px;
}

.products-card-header__item {
  padding: 10px 10px;
  border-bottom: 1px solid #C4C4C4;
  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;
}

.products-card-header__main {
  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 235px;
          flex: 0 0 235px;
}

.products-card-header__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  height: 50px;
  position: relative;
}

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

.products-card-header__name {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #3E3E3F;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 175px;
          flex: 0 0 175px;
}

.products-card-header__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.products-card-header__counts {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 115px;
          flex: 0 0 115px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #3E3E3F;
  margin-right: 20px;
}

.products-card-header__price {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #3E3E3F;
  margin-right: 10px;
}

.products-card-header__delete {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22px;
          flex: 0 0 22px;
  height: 22px;
  width: 20px;
  display: inline-block;
}

.products-card-header__delete img {
  width: 100%;
  max-width: 100%;
}

.list-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0px 10px;
}

.list-card-header__name {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #3E3E3F;
}

.list-card-header__value {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #3E3E3F;
}

.other-header-main {
  display: none;
}

.menu {
  position: fixed;
  z-index: 10;
  height: 100%;
  width: 100%;
  max-width: 385px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #095121;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.menu._active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

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

.menu__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
}

.head-menu {
  padding: 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.head-menu__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
}

.head-menu__logo img {
  width: 100%;
  max-width: 100%;
}

.language-head-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.language-head-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.language-head-menu__item:not(:last-child) {
  margin-right: 8px;
}

.language-head-menu__item:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  display: inline-block;
  margin-left: 7px;
}

.language-head-menu__link {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0.5;
}

.language-head-menu__link._active {
  opacity: 1;
}

.body-menu__contacts {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 30px 20px;
}

.contacts-body-menu__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}

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

.contacts-body-menu__tel {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}

.contacts-body-menu__mail {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}

.contacts-body-menu__address {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}

.menu-catalog {
  position: fixed;
  bottom: -4px;
  left: 0;
  right: 0;
  z-index: 10;
  background: rgba(40, 40, 40, 0.5);
  height: calc(100% - 120px);
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}

.menu-catalog._show {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

.menu-catalog__container {
  display: block;
  position: relative;
  max-height: 100%;
  height: 100%;
  max-width: 1220px;
  padding: 0px 0px;
}

.menu-catalog__container::after {
  content: "";
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
}

.menu-catalog__top {
  display: none;
}

.menu-catalog__titled {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #3E3E3F;
  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: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.menu-catalog__titled::before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../img/icons/produce-g.svg) center/auto no-repeat;
}

.menu-catalog__list {
  background: #fff;
  width: 100%;
  max-width: 400px;
  height: 100%;
  max-height: 745px;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
  padding: 20px 20px 15px 20px;
}

.menu-catalog__list::-webkit-scrollbar {
  width: 5px;
}

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

.menu-catalog__item._more._active::after {
  background: url(../img/icons/more-green.svg) center/auto no-repeat;
}

.menu-catalog__item._more._active .menu-catalog__name {
  color: #095121;
}

.menu-catalog__item._more .menu-catalog__main::after {
  content: "";
  width: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  height: 20px;
  margin-left: auto;
  background: url(../img/icons/more-gray.svg) center/auto no-repeat;
}

.menu-catalog__main {
  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: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.menu-catalog__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #3E3E3F;
}

.menu-catalog__body {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 310px;
  left: 400px;
  top: 0;
  background: #f7f7f7;
  padding: 20px 30px 20px 50px;
  opacity: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  pointer-events: none;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  overflow-y: auto;
  box-shadow: inset 1px 0px 20px 6px #c3c3c3;
}

.menu-catalog__head {
  display: none;
}

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

.menu-catalog__sublink {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #3E3E3F;
}

.head-menu-catalog {
  padding: 20px 20px 10px;
  border-bottom: 1px solid #F0F0F0;
}

.head-menu-catalog__back {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #095121;
  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;
}

.head-menu-catalog__back::before {
  content: "";
  width: 19px;
  height: 19px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19px;
          flex: 0 0 19px;
  background: url(../img/icons/back.svg) center/auto no-repeat;
}

.head-menu-catalog__info {
  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;
  margin-top: 30px;
}

.head-menu-catalog__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  height: 50px;
  width: 50px;
}

.head-menu-catalog__icon img {
  width: 100%;
  height: 100%;
}

.head-menu-catalog__name {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #095121;
}

.icon-menu {
  display: none;
}

.footer {
  padding: 60px 0px;
  background: #095121;
}

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

.footer__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-left: 60px;
  padding-right: 60px;
  max-width: 372px;
}
.footer__column.footer_2 {
  min-width: 25%;
}
.dose_info {
  position: relative;
  bottom: -10px;
  height: 16px;
}
.footer__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.footer__name {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}

.footer__body {
  margin-top: 20px;
}

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

.list-footer__link {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}

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

.contacts-footer__tel {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}

.contacts-footer__mail {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}

.contacts-footer__address {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}

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

.info-footer__logo {
  width: 179px;
}

.info-footer__logo img {
  max-width: 100%;
  width: 100%;
}

.info-footer__copy {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}

.info-footer__dev {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

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

.social-info-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
}

.social-info-footer__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46px;
          flex: 0 0 46px;
  height: 46px;
  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;
}

.social-info-footer__item:not(:last-child) {
  margin-right: 15px;
}

.social-info-footer__item._fb {
  background: #1D6CF7;
}

.social-info-footer__item._inst {
  background: -o-linear-gradient(301.26deg, #5336E9 6.57%, #D31996 38.36%, #E91C4B 63.45%, #F1BD56 84.32%);
  background: linear-gradient(148.74deg, #5336E9 6.57%, #D31996 38.36%, #E91C4B 63.45%, #F1BD56 84.32%);
}

.banner {
  height: 700px;
  position: relative;
  margin-bottom: 80px;
}

.banner__slider {
  height: 100%;
}

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

a.banner__item.swiper-slide.swiper-slide-visible.swiper-slide-active {
  z-index: 9;
}

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

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

.banner__content {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  padding-top: 70px;
}

.banner__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 90px;
}

.banner__title {
  font-weight: 700;
  font-size: 66px;
  line-height: 80px;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 40px;
}

.banner__text {
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.banner__btn {
  margin-top: 55px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12), 0px 10px 32px -4px rgba(24, 39, 75, 0.1);
          box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12), 0px 10px 32px -4px rgba(24, 39, 75, 0.1);
  border-radius: 50px;
  padding: 15px 38px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #CC001A;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.banner__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 500px;
          flex: 0 0 500px;
}

.banner__image img {
  max-width: 100%;
}

.banner__arrow {
  position: absolute;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  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;
}

.banner__arrow.banner-arrow-prev {
  left: calc((100vw - 1260px) / 2 - 45px);
}

.banner__arrow.banner-arrow-next {
  right: calc((100vw - 1260px) / 2 - 45px);
}
.category-big__wrapper.search_catalog {
  display: flex;
  flex-direction: column;
}
.banner__arrow img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner__paggination {
  position: absolute;
  width: 100%;
  padding: 0px 20px;
  bottom: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.banner__paggination .swiper-pagination-bullet {
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22px;
  flex: 0 0 22px;
  height: 5px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.5);
}

.card-header__products.products-card-header {
  max-height: 580px;
  overflow-y: auto;
}
.card-header__products.products-card-header::-webkit-scrollbar {
  width: 10px;
}
.card-header__products.products-card-header::-webkit-scrollbar-thumb {
  background-color: #aeafae;
  border-radius: 20px;
}
.card-header__products.products-card-header::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.banner__paggination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #095121;
}

.head-section {
  border-bottom: 1px solid #DCDCDC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 13px;
}

.head-section__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  text-transform: uppercase;
  color: #3E3E3F;
  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;
}

.head-section__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  height: 32px;
}

.head-section__icon img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.head-section__arrows {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.arrows-head-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 85px;
          flex: 0 0 85px;
  position: relative;
}

.arrows-head-section::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #959595;
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
}

.arrows-head-section__arrow {
  -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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

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

.category {
  margin-bottom: 80px;
}

.category._full .head-section__icon {
  display: none;
}

.category._full .head-section {
  padding-bottom: 0;
  border-bottom: none;
}

.category__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 45px;
     -moz-column-gap: 45px;
          column-gap: 45px;
  row-gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 20px;
}

.category__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 45px * 3) / 4);
          flex: 0 0 calc((100% - 45px * 3) / 4);
  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;
}

.category__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 108px;
          flex: 0 0 108px;
  height: 108px;
  padding: 4px;
  background: transparent;
  border-radius: 14px;
}

.category__icon_focus {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.category__icon img,
.category__icon svg {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.category__name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #3E3E3F;
}

.category__more {
  display: none;
}

.products-slider {
  margin-bottom: 80px;
}

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

.products-slider__slider {
  min-width: 0;
  margin: -42px -5px;
  padding: 42px 5px;
}

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

.products-slider__item:not(:last-child) {
  margin-right: 30px;
}

.product {
  padding: 15px;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 12px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product._liked .head-product__likes_defoult {
  display: none;
}

.product._liked .head-product__likes_active {
  display: block;
}

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

.product__body {
  padding-top: 15px;
  -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;
}

.product__info {
  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;
  /*-webkit-box-flex: 1;*/
  /*    -ms-flex: 1 1 auto;*/
  /*        flex: 1 1 auto;*/
}

.product__name {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #3E3E3F;
}

.product__weight {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #959595;
}

.product__actions {
  margin-top: 10px;
  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-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.product__actions._active .product__card {
  display: none;
}

.product__actions._active .product__quantity {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 108px;
          flex: 0 0 108px;
}

.product__price {
  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: 0px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: calc(100% - 58px);
  min-height: 48px;
  justify-content: flex-end;
  margin-top: 10px;
}

.product__price_new {
  color: #D62909;
  font-size: 24px;
}

.product__price_old {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #939393;
}

.product__price_static {
  color: #3E3E3F;
  font-weight: 700;
  font-size: 26px;
  line-height: 20px;
}
.product__price_static span{
  font-size: 24px;
  color: #959595;
  font-weight: 500
}

.product__card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #D62909;
  -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-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
}

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

.product__quantity {
  display: none;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.discount-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 85px;
  border-radius: 0px 6px 6px 0px;
  overflow: hidden;
  z-index: 1;
}

.discount-product__text {
  height: 15px;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #3E3E3F;
  text-align: center;
  background: #FFC842;
}

.discount-product__value {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  text-align: center;
  background: #D62909;
}

.head-product {
  width: 100%;
  position: relative;
}

.head-product__image {
  width: 100%;
  display: block;
  padding-bottom: 108%;
  position: relative;
}

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

.head-product__likes {
  position: absolute;
  top: 0;
  right: 0;
}

.head-product__likes_defoult {
  display: block;
}

.head-product__likes_active {
  display: none;
}

.why-we {
  margin-bottom: 80px;
}

.why-we__head {
  padding-bottom: 0;
  border: none;
  margin-bottom: 20px;
}

.why-we__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #3E3E3F;
}

.why-we__content {
  margin-top: 30px;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 12px;
  padding: 30px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}

.why-we__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 60px * 3) / 4);
          flex: 0 0 calc((100% - 60px * 3) / 4);
  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: 15px;
  position: relative;
}

.why-we__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  height: 32px;
  width: 32px;
}

.why-we__icon img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.why-we__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #3E3E3F;
  max-width: 195px;
  width: 100%;
}

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

.about-section {
  padding: 53px 0px;
  margin-bottom: 80px;
}

.about-section__content {
  width: 100%;
  max-width: 570px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  padding: 90px 50px;
}

.about-section__body {
  margin-top: 30px;
}

.about-section__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #3E3E3F;
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 8;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.about-section__more {
  margin-top: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #095121;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.head-about-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.head-about-section__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  text-transform: uppercase;
  color: #3E3E3F;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.head-about-section__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 179px;
          flex: 0 0 179px;
}

.head-about-section__logo img {
  max-width: 100%;
  width: 100%;
}

.brands {
  margin-bottom: 80px;
}

.brands__head {
  padding-bottom: 0;
  border-bottom: none;
}

.brands__content {
  margin-top: 20px;
}

.brands__slider {
  margin: -10px;
  padding: 10px;
}

.brands__item {
  position: relative;
  height: 139px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 20px * 4) / 5);
          flex: 0 0 calc((100% - 20px * 4) / 5);
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 12px;
  overflow: hidden;
  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;
}

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

.brands__item img {
  max-width: 100%;
  max-height: 100%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.brands__scroll {
  height: 5px;
  background: transparent;
  position: relative;
  opacity: 1 !important;
  margin-top: 15px;
}

.brands__scroll .swiper-scrollbar-drag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #D9D9D9;
}

.breadcrums {
  padding: 20px 0px;
}

 .breadcrums__list {
   display: flex;
   width: 100%;
   font-weight: 400;
   font-size: 14px;
   line-height: 26px;
   color: #9E9E9E;
   flex-direction: row;
   flex-wrap: wrap;
}
section.text_page.reset_password {
  margin-bottom: 25px;
}
.reset_password button.profile-date__btn {
  max-width: 420px;
  margin-top: 5px;
  padding: 0 10px;
}
.breadcrums__item {
  position: relative;
  display: inline;
}

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

.breadcrums__item:not(:last-child)::after {
  content: "";
  width: 6px;
  height: 1px;
  background: #9E9E9E;
  position: absolute;
  display: inline-block;
  left: calc(100% + 13px);
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.breadcrums__link {
  color: inherit;
}

.breadcrums__link:not(span) {
  text-decoration: underline;
}

.category-big {
  margin-bottom: 80px;
}

.category-big__title {
  font-weight: 800;
  font-size: 36px;
  line-height: 44px;
  text-transform: uppercase;
  color: #3E3E3F;
}

.category-big__title span {
  color: #095121;
  font-size: 26px;
  line-height: 31px;
}

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

.category-big__sidebar {
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
  padding: 30px;
}

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

.sidebar-category__row {
  padding: 20px 0px;
}

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

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

.top-sidebar-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #D7D7D7;
}

.top-sidebar-category__title {
  -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: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-weight: 700;
  font-size: 22px;
  line-height: 18px;
  color: #3E3E3F;
}

.footer-sidebar-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 25px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px -4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px -4px 8px rgba(0, 0, 0, 0.1);
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  margin: 0px -25px -30px;
}

.footer-sidebar-category__btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 15px) / 2);
          flex: 0 0 calc((100% - 15px) / 2);
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.footer-sidebar-category__btn._white {
  background: #FFFFFF;
  border: 1px solid #DEE0E3;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #A4A4A5;
}

.footer-sidebar-category__btn._green {
  background: #095121;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
}

.category-sidebar-category__body {
  margin: 20px -15px 0px;
}

.category-sidebar-category__item._active .category-sidebar-category__name {
  color: #FFFFFF;
  background: #095121;
}

.category-sidebar-category__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #3E3E3F;
  padding: 8px 15px;
  border-radius: 6px;
}

.category-sidebar-category__sublist {
  margin-top: 5px;
}

.category-sidebar-category__subitem._active .category-sidebar-category__link {
  color: #FFFFFF;
  background: #095121;
}

.category-sidebar-category__link {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #9E9E9E;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 30px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.category-sidebar-category__link span {
  font-weight: 400;
  margin-left: 4px;
}

.head-sidebar-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.head-sidebar-category._active .head-sidebar-category__icon {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.head-sidebar-category__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #202020;
  /* -webkit-box-flex: 0; */
      /* -ms-flex: 0 0 auto; */
          /* flex: 0 0 auto; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3px;
     -moz-column-gap: 3px;
          column-gap: 3px;
}

.head-sidebar-category__title._cheked::after {
  opacity: 0;
}

.head-sidebar-category__title::after {
  content: "";
  width: 7px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7px;
          flex: 0 0 7px;
  height: 7px;
  border-radius: 50%;
  background: #D62909;
  opacity: 0;
}

.head-sidebar-category__icon {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-left: auto;
}

.body-category-big > *:last-child {
  margin-bottom: 0;
}

.body-category-big__categories {
  margin-bottom: 50px;
}

.body-category-big__products {
  margin-bottom: 50px;
}

.body-category-big__store {
  margin-top: 20px;
}

.categories-body-category-big__content {
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.categories-body-category-big__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px * 3) / 4);
          flex: 0 0 calc((100% - 30px * 3) / 4);
  overflow: hidden;
  border-radius: 12px;
  display: block;
  position: relative;
}

.categories-body-category-big__image {
  width: 100%;
  display: block;
  height: 188px;
  border-radius: 12px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
  position: relative;
}

.categories-body-category-big__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.categories-body-category-big__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  position: absolute;
  bottom: 20px;
  width: 100%;
  padding: 0px 20px;
  left: 0;
  right: 0;
  z-index: 1;
}

.categories-body-category-big__value {
  font-weight: 400;
}

.products-body-category-big {
  max-width: 100%;
}

.products-body-category-big__content {
  margin-top: 20px;
}

.products-body-category-big__slider {
  margin: -42px;
  padding: 42px;
}

.products-body-category-big__slider .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
}

.products-body-category-big__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px * 2) / 3);
          flex: 0 0 calc((100% - 30px * 2) / 3);
}

.description-body-category-big {
  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;
}

.description-body-category-big__title {
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  text-transform: uppercase;
  color: #3E3E3F;
}

.description-body-category-big__text {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #3E3E3F;
}

.description-body-category-big__text ul {
  list-style: disc;
  padding-left: 25px;
}

.description-body-category-big__text ul li {
  list-style: disc;
}

.description-body-category-big__text ul li:not(:last-child) {
  margin-bottom: 10px;
}

.description-body-category-big__text > *:not(:last-child) {
  margin-bottom: 10px;
}

.actions-body-category-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.actions-body-category-big__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

.actions-body-category-big__filter {
  display: none;
}

.actions-body-category-big__counts {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
}

.sotr-actions-body-category-big {
  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;
}

.sotr-actions-body-category-big__name {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #9E9E9E;
}

.sotr-actions-body-category-big__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sotr-actions-body-category-big__item {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #3E3E3F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

.sotr-actions-body-category-big__item:not(:last-child) {
  margin-right: 20px;
}

.sotr-actions-body-category-big__item._active {
  color: #095121;
}

.sotr-actions-body-category-big__item._active::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  height: 18px;
  margin-left: 5px;
  margin-right: 15px;
  background: url(../img/icons/arrow-down.svg) center/auto no-repeat;
}

.sotr-actions-body-category-big__item._active._top::after {
  transform: rotate(180deg);
}

.sotr-actions-body-category-big__select {
  display: none;
}

.counts-actions-body-category-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.counts-actions-body-category-big__name {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #9E9E9E;
  white-space: nowrap;
}

.counts-actions-body-category-big__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
}

.counts-actions-body-category-big__body .select__title {
  padding: 0px 0px;
  background: transparent;
  border: none;
  width: 100%;
}

.counts-actions-body-category-big__body .select__value {
  padding: 0px 0px;
  color: #095121;
}

.counts-actions-body-category-big__body .select__value:before {
  width: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  height: 16px;
}

.counts-actions-body-category-big__body .select__value span {
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.counts-actions-body-category-big__body .select__option {
  padding: 5px 10px;
}

.select-sotr-actions-body-category-big {
  position: relative;
}

.select-sotr-actions-body-category-big__head {
  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;
}

.select-sotr-actions-body-category-big__head._active .select-sotr-actions-body-category-big__more {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.select-sotr-actions-body-category-big__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #095121;
}

.select-sotr-actions-body-category-big__more {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.select-sotr-actions-body-category-big__body {
  width: 100%;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 4px;
  padding: 5px 0px;
  display: none;
  z-index: 1;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.select-sotr-actions-body-category-big__item {
  padding: 5px 5px 5px 10px;
  color: #3E3E3F;
  font-size: 16px;
  line-height: 18px;
  display: block;
}

.store-body-category-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
  padding-bottom: 30px;
}

.store-body-category-big__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px * 2) / 3);
          flex: 0 0 calc((100% - 30px * 2) / 3);
}

.price-sidebar-category__main {
  padding-top: 27px;
}

.price-sidebar-category__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

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

.price-sidebar-category__input {
  min-width: 0px;
  max-width: 100%;
  width: 100%;
  height: 36px;
  background: #FFFFFF;
  border: 1px solid #DADADA;
  border-radius: 4px;
  padding: 0px 15px;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #3E3E3F;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.price-sidebar-category__input::-webkit-input-placeholder {
  color: #9E9E9E;
}

.price-sidebar-category__input::-moz-placeholder {
  color: #9E9E9E;
}

.price-sidebar-category__input:-ms-input-placeholder {
  color: #9E9E9E;
}

.price-sidebar-category__input::-ms-input-placeholder {
  color: #9E9E9E;
}

.price-sidebar-category__input::placeholder {
  color: #9E9E9E;
}

.price-sidebar-category__input:focus {
  border-color: #095121;
}

.ckecks-sidebar-category__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: 15px;
  margin-top: 20px;
}

.ckecks-sidebar-category__body._view-all .ckecks-sidebar-category__checkbox {
  display: block;
}

.ckecks-sidebar-category__checkbox {
  width: 100%;
  display: none;
}

.ckecks-sidebar-category__checkbox:nth-child(-n+6) {
  display: block;
}

.ckecks-sidebar-category__input {
  display: none;
}

.ckecks-sidebar-category__input:checked + .ckecks-sidebar-category__text {
  color: #095121;
}

.ckecks-sidebar-category__input:checked + .ckecks-sidebar-category__text::before {
  border: 1px solid #095121;
}

.ckecks-sidebar-category__input:checked + .ckecks-sidebar-category__text::after {
  opacity: 1;
}

.ckecks-sidebar-category__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #9E9E9E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  position: relative;
}

.ckecks-sidebar-category__text::before {
  content: "";
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  border-radius: 2px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  height: 20px;
  width: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.ckecks-sidebar-category__text::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #095121;
  -webkit-box-shadow: 0px 2px 4px rgba(9, 81, 33, 0.35);
          box-shadow: 0px 2px 4px rgba(9, 81, 33, 0.35);
  border-radius: 2px;
  position: absolute;
  top: 5px;
  left: 5px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.ckecks-sidebar-category__text span {
  font-weight: 400;
}

.ckecks-sidebar-category__more {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #095121;
}

.footer-body-category-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.footer-body-category-big__count {
  margin-top: 15px;
}

.footer-body-category-big__paggination {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.footer-body-category-big__count {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  letter-spacing: -0.02em;
  color: #8D8D8D;
}

.paggination-footer-body-category-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.paggination-footer-body-category-big__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35px;
          flex: 0 0 35px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background: #fff;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  line-height: 20px;
  color: #3E3E3F;
}

.paggination-footer-body-category-big__arrow._disabled {
  pointer-events: none;
}

.paggination-footer-body-category-big__arrow._disabled svg path {
  fill: #9E9E9E;
}

.paggination-footer-body-category-big__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.paggination-footer-body-category-big__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35px;
          flex: 0 0 35px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background: #fff;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  line-height: 20px;
  color: #3E3E3F;
}

.paggination-footer-body-category-big__item._active {
  background: #095121;
  font-weight: 700;
  color: #fff;
}

.paggination-footer-body-category-big__item._more {
  background: transparent;
}

.activated-sidebar-category__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.activated-sidebar-category__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #202020;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.activated-sidebar-category__delete {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  color: #9E9E9E;
}

.activated-sidebar-category__body {
  margin-top: 19px;
}

.activated-sidebar-category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 10px;
}

.activated-sidebar-category__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 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;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #3E3E3F;
}

.activated-sidebar-category__item::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  height: 16px;
  width: 16px;
  background: url(../img/icons/delete-filter.svg) center/auto no-repeat;
}

.activated-sidebar-category__clear {
  display: none;
}

.filter-active-body-category-big {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #D7D7D7;
}

.filter-active-body-category-big__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 10px;
}

.filter-active-body-category-big__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;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #3E3E3F;
}

.filter-active-body-category-big__item::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  height: 16px;
  width: 16px;
  background: url(../img/icons/delete-filter.svg) center/auto no-repeat;
}

.filter-active-body-category-big__clear {
  margin-left: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #9E9E9E;
}

.card {
  margin-top: 10px;
  margin-bottom: 50px;
}

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

.card__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: calc(100% - 503px);
  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: 35px;
}

.card__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 463px;
          flex: 0 0 463px;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 12px;
  padding: 40px;
  position: relative;
}

.main-card__slider {
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 12px;
}

.slider-main-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-column-gap: 45px;
     -moz-column-gap: 45px;
          column-gap: 45px;
  position: relative;
}

.slider-main-card__trumbs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
}

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

.trumbs-slider-main-card {
  height: 300px;
  margin-top: 45px;
}

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

.trumbs-slider-main-card__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  width: 100%;
  max-width: 100%;
  cursor: pointer;
}

.trumbs-slider-main-card__item.swiper-slide-thumb-active {
  border: 2px solid #095121;
  border-radius: 1px;
}

.trumbs-slider-main-card__item img {
  max-width: 100%;
  max-height: 100%;
}

.main-slider-main-card {
  height: 345px;
}

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

.main-slider-main-card__item a {
    height: 100%;
}
.main-slider-main-card__item img {
  max-width: 100%;
  max-height: 100%;
}

.info-card__discount {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 3px 16px;
  background: #D62909;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 15px;
}

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

.info-card__name {
  font-weight: 800;
  font-size: 28px;
  line-height: 32px;
  text-transform: uppercase;
  color: #3E3E3F;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.info-card__likes._liked .info-card__likes_defoult {
  display: none;
}

.info-card__likes._liked .info-card__likes_active {
  display: block;
}

.info-card__likes_defoult {
  display: block;
}

.info-card__likes_active {
  display: none;
}

.info-card__price {
  margin-top: 30px;
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  color: #3E3E3F;
  flex-direction: column;
}
.info-card__price p {
  font-size: 34px;
}
.info-card__price p.info-card__price_old {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;

  color: #939393;
}
.info-card__price_old span{
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
}

.info-card__price_new {
  color: #D62909;
}

.info-card__status {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #35B661;
  margin-top: 5px;
}
.info-card__status.empty_stock {
  color: red;
}
.info-card__actions {
  margin-top: 30px;
}

.actions-info-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #E7E7E7;
}

.actions-info-card__quantity {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  height: 44px;
}

.actions-info-card__quantity .quantity {
  width: 100%;
  height: 100%;
  border: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.actions-info-card__quantity .quantity__input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44px;
          flex: 0 0 44px;
  border: 1px solid #095121;
  border-radius: 50%;
}

.actions-info-card__quantity .quantity__input input {
  background: transparent;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #3E3E3F;
}

.actions-info-card__quantity .quantity__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44px;
          flex: 0 0 44px;
  border-radius: 50%;
  border: 1px solid #E3E3E3;
}

.actions-info-card__quantity .quantity__button::after,
.actions-info-card__quantity .quantity__button::before {
  background: #959595;
  width: 19px;
  height: 2px;
  margin: 0 0 0 -9.5px;
}

.actions-info-card__quantity .quantity__button.quantity__button_plus {
  border-color: #095121;
}

.actions-info-card__quantity .quantity__button.quantity__button_plus::after,
.actions-info-card__quantity .quantity__button.quantity__button_plus::before {
  background: #3E3E3F;
}

.actions-info-card__to-cart {
  background: #095121;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  border-radius: 100px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: space-evenly;
  text-align: right;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 0px;
  padding: 0px 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}


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

.list-info-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.list-info-card__icon {
  margin-top: -1px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22px;
          flex: 0 0 22px;
  height: 22px;
  width: 22px;
}

.list-info-card__icon img {
  max-width: 100%;
  width: 100%;
}

.list-info-card__name {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #3E3E3F;
}

.list-info-card__name a {
  color: #095121;
  text-decoration: underline;
}

.description-main-card {
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 12px;
  padding: 40px;
}

.description-main-card__title {
  font-weight: 800;
  font-size: 26px;
  line-height: 32px;
  text-transform: uppercase;
  color: #3E3E3F;
}

.description-main-card__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  color: #3E3E3F;
  margin-top: 20px;
}

.description-main-card__description > *:not(:last-child) {
  margin-bottom: 15px;
}

.description-main-card__list {
  margin-top: 20px;
}

.description-main-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  padding: 10px 30px;
  position: relative;
}

.description-main-card__item:nth-child(odd) {
  background: #F7F7F7;
}
.description-main-card__item::before{
  content: "";
  height: 2px;
  width: 60%;
  position: absolute;
  bottom: 12px;
  border-bottom: 2px dotted #909090;
}
.description-main-card__name {
  -webkit-box-flex: 0;
  width: 61%;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #3E3E3F;
}

.description-main-card__value {
  -webkit-box-flex: 1;
  width: 39%;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #3E3E3F;
  background: #f7f7f7;
  z-index: 9;
  position: relative;
}
.description-main-card__name span{
  background: #f7f7f7;
  z-index: 9;
  position: relative;
}

.cart {
  margin-bottom: 80px;
}

.cart__title {
  font-weight: 800;
  font-size: 36px;
  line-height: 44px;
  text-transform: uppercase;
  color: #3E3E3F;
}

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

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

.cart__sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 385px;
          flex: 0 0 385px;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 12px;
  padding: 30px;
  margin-top: 30px;
}

.content-cart__actions {
  margin-bottom: 10px;
}

.content-cart__item:not(:last-child) {
  margin-bottom: 10px;
}

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

.actions-content-cart__continue {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #9E9E9E;
}

.actions-content-cart__clear {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #9E9E9E;
}

.item-content-cart {
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 12px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.item-content-cart__main {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  column-gap: 10px;
}

.item-content-cart__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  height: 50px;
  display: block;
}

.item-content-cart__image img {
  max-width: 100%;
  max-height: 100%;
}

.item-content-cart__name {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #3E3E3F;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.item-content-cart__other {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.item-content-cart__price {
  font-size: 16px;
  line-height: 150%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  font-weight: 400;
  color: #3E3E3F;
}

.item-content-cart__price_new {
  font-weight: 500;
  color: #D62909;
}

.item-content-cart__price_old {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #9E9E9E;
}

.item-content-cart__qauntity {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 122px;
          flex: 0 0 122px;
  height: 34px;
}

.item-content-cart__qauntity .quantity {
  width: 100%;
  height: 100%;
  border: none;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.item-content-cart__qauntity .quantity .quantity__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34px;
          flex: 0 0 34px;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #E3E3E3;
}

.item-content-cart__qauntity .quantity .quantity__button.quantity__button_plus {
  border-color: #095121;
}

.item-content-cart__qauntity .quantity .quantity__button::after,
.item-content-cart__qauntity .quantity .quantity__button::before {
  height: 1px;
  width: 12px;
  margin: 0 0 0 -6px;
  background: #3E3E3F;
}

.item-content-cart__qauntity .quantity .quantity__input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34px;
          flex: 0 0 34px;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #095121;
  overflow: hidden;
}

.item-content-cart__qauntity .quantity .quantity__input input {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #3E3E3F;
}

.item-content-cart__total {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #3E3E3F;
}

.item-content-cart__delete {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22px;
          flex: 0 0 22px;
  height: 22px;
  width: 20px;
  display: inline-block;
}

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

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

.sidebar-cart__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #3E3E3F;
}

.sidebar-cart__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
  margin: 20px -30px 0px;
  padding: 0px 30px 15px;
  border-bottom: 1px solid rgba(196, 196, 196, 0.5);
}

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

.sidebar-cart__name {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #3E3E3F;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.sidebar-cart__value {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: right;
  color: #3E3E3F;
}

.sidebar-cart__total {
  padding: 15px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sidebar-cart__total_name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #3E3E3F;
}

.sidebar-cart__total_value {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #3E3E3F;
}

.sidebar-cart__btn {
  margin-top: 15px;
  background: #D62909;
  border-radius: 4px;
  width: 100%;
  height: 46px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  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;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.promo-sidebar-cart {
  padding: 20px 30px;
  margin: 0px -30px;
  background: #F8F8F8;
}

.promo-sidebar-cart__head {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #095121;
  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;
  cursor: pointer;
}

.promo-sidebar-cart__body {
  margin-top: 15px;
  display: none;
}

.promo-sidebar-cart__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #262626;
}

.promo-sidebar-cart__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-top: 10px;
}

.promo-sidebar-cart__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 42px;
  min-width: 0px;
  max-width: 100%;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #DADADA;
  border-radius: 4px;
  padding: 0px 15px;
  font-size: 16px;
}

.promo-sidebar-cart__btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 95px;
          flex: 0 0 95px;
  height: 42px;
  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: #095121;
  border-radius: 4px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.header-mini {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #095121;
  position: relative;
}

.header-mini__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1160px;
}

.header-mini__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 179px) / 2);
          flex: 0 0 calc((100% - 179px) / 2);
}

.header-mini__back {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  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;
}

.header-mini__back::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19px;
          flex: 0 0 19px;
  height: 19px;
  width: 19px;
  background: url(../img/icons/back-white.svg) center/cover no-repeat;
}

.header-mini__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 179px;
          flex: 0 0 179px;
}

.header-mini__logo_pc {
  display: block;
}

.header-mini__logo_mob {
  display: none;
}

.header-mini__logo img {
  width: 100%;
  max-width: 100%;
}

.header-mini__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 179px) / 2);
          flex: 0 0 calc((100% - 179px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}

.header-mini__language .language-top-header__link {
  font-weight: 400;
}

.header-mini__tel {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}

.order {
  padding: 30px 0px;
}

.order__container {
  max-width: 1160px;
}

.order__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

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

.order__row {
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 12px;
  padding: 30px;
}

.order__row._active .order__body {
  display: block;
}

.order__row._active .head-order__num {
  border-color: #095121;
}

.order__row._active .head-order__num span {
  background: #095121;
  color: #FFFFFF;
}

.order__row._accept .head-order__edit {
  display: block;
}

.order__row._accept .head-order__num {
  border-color: #095121;
  -webkit-box-shadow: 0px 2px 2px rgba(9, 81, 33, 0.25);
          box-shadow: 0px 2px 2px rgba(9, 81, 33, 0.25);
}

.order__row._accept .head-order__num span {
  background: #095121;
  color: #FFFFFF;
  font-size: 0;
}

.order__row._accept .head-order__num span::after {
  content: "";
  height: 16px;
  width: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  background: url(../img/icons/accept.svg) center/cover no-repeat;
}

.order__body {
  padding-left: 70px;
  margin-top: 30px;
  display: none;
}

.order__sidebar {
  min-width: 410px;
  padding: 30px 30px 0px;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 12px;
  overflow: hidden;
}
.order__comments {
  min-width: 410px;
  padding: 30px 30px;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 10px;
}
textarea.comments_order {
  height: 150px;
  width: 100%;
}
.head-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.head-order__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3px;
  border: 2px solid #EDEBEB;
  border-radius: 50%;
}

.head-order__num span {
  background: #EDEBEB;
  width: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  height: 30px;
  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;
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #3E3E3F;
}

.head-order__name {
  font-weight: 800;
  font-size: 26px;
  line-height: 32px;
  text-transform: uppercase;
  color: #3E3E3F;
}

.head-order__edit {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #095121;
  margin-left: auto;
  display: none;
}
.order__row._active .head-order__edit{
  display: none;
}

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

.nav-order-body__item .checkbox .checkbox__input {
  display: none;
}

.nav-order-body__item .checkbox .checkbox__input:checked + .checkbox__text {
  color: #3E3E3F;
  border-color: #095121;
}

.nav-order-body__item .checkbox .checkbox__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #9E9E9E;
  padding-bottom: 4px;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
}

.nav-order-body__item .checkbox .checkbox__text::before {
  content: "";
  display: none;
}

.info-order-body {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  width: 100%;
  max-width: 320px;
}

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

.info-order-body__label {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #262626;
}

.info-order-body__label._req::after {
  content: "*";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #D62909;
  margin-left: 4px;
}

.info-order-body__input {
  background: #FFFFFF;
  border: 1px solid #DADADA;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 20px;
  height: 42px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #9E9E9E;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.info-order-body__input:focus {
  border-color: #095121;
}

.info-order-body__btn {
  background: #D62909;
  border-radius: 4px;
  height: 42px;
  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;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}

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

.sidebar-order__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #3E3E3F;
}

.sidebar-order__edit {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #095121;
}

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

.list-sidebar-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;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(196, 196, 196, 0.5);
}

.list-sidebar-order__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.list-sidebar-order__name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #3E3E3F;
}

.list-sidebar-order__other {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 105px;
          flex: 0 0 105px;
  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;
}

.list-sidebar-order__count {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #3E3E3F;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.list-sidebar-order__value {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: right;
  color: #3E3E3F;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.price-sidebar-order {
  padding: 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.price-sidebar-order__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.price-sidebar-order__item._total .price-sidebar-order__name {
  font-weight: 500;
  font-size: 18px;
}

.price-sidebar-order__item._total .price-sidebar-order__value {
  font-weight: 700;
  font-size: 18px;
}

.price-sidebar-order__name {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #3E3E3F;
}

.price-sidebar-order__value {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: right;
  color: #3E3E3F;
}

.obtaining-order__list {
  margin-bottom: 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;
}

.obtaining-order__item._active .obtaining-order__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.obtaining-order__body {
  display: none;
}

.obtaining-order__btn {
  background: #D62909;
  border-radius: 4px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 320px;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}

.head-obtaining-order__input {
  display: none;
}

.head-obtaining-order__input:checked + .head-obtaining-order__content::before {
  border-color: #095121;
}

.head-obtaining-order__input:checked + .head-obtaining-order__content::after {
  opacity: 1;
}

.head-obtaining-order__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  position: relative;
}

.head-obtaining-order__content::before {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  display: inline-block;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
}

.head-obtaining-order__content::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #095121;
  -webkit-box-shadow: 0px 2px 4px rgba(9, 81, 33, 0.35);
          box-shadow: 0px 2px 4px rgba(9, 81, 33, 0.35);
  position: absolute;
  top: 5px;
  left: 5px;
  opacity: 0;
}
.head-obtaining-order__content.pickup::after, .head-obtaining-order__content.pickup::before {
  opacity: 0;
}
.pickup .head-obtaining-order__wrapper {
   display: none;
 }
.obtaining-order__item._active .pickup .head-obtaining-order__wrapper {
  display: block;
}


.address-delivery__info::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #095121;
  -webkit-box-shadow: 0px 2px 4px rgba(9, 81, 33, 0.35);
  box-shadow: 0px 2px 4px rgba(9, 81, 33, 0.35);
  position: absolute;
  top: 5px;
  left: 5px;
  opacity: 0;
}
.address-delivery__inner.store_ch.active .address-delivery__info::after {
  opacity: 1;
}
.address-delivery__info::before {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  display: inline-block;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
}
.address-delivery__inner.store_ch.active .address-delivery__info::before {
  border-color: #095121;
}

.head-obtaining-order__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #3E3E3F;
  margin-bottom: 4px;
}

.head-obtaining-order__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #9E9E9E;
}

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

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

.body-obtaining-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: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
}

.body-obtaining-order__item._small-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.body-obtaining-order__label {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #262626;
}

.body-obtaining-order__label._req::after {
  content: "*";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #D62909;
  margin-left: 4px;
}

.body-obtaining-order__input {
  background: #FFFFFF;
  border: 1px solid #DADADA;
  border-radius: 4px;
  padding: 0px 20px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0px;
  max-width: 100%;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #3E3E3F;
}

.body-obtaining-order__select {
  height: 42px;
}

.body-obtaining-order__select .select__title {
  height: 100%;
  height: 42px;
}

.body-obtaining-order__select .select__value {
  height: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #3E3E3F;
}

.body-obtaining-order__select .select__value:before {
  background: url(../img/icons/select-black.svg) center/auto no-repeat;
}

.body-obtaining-order__select .select__value span {
  height: auto;
}

.body-obtaining-order__select .select__options {
  top: calc(100% - 4px);
}

.body-obtaining-order__select .select__options .select__option {
  font-size: 16px;
  font-weight: 400;
}

.pay-order__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: 30px;
  margin-bottom: 30px;
}

.pay-order__item .checkbox__input:checked + .checkbox__text::before {
  border-color: #095121;
}

.pay-order__item .checkbox__input:checked + .checkbox__text::after {
  opacity: 1;
}

.pay-order__item .checkbox__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #3E3E3F;
  position: relative;
}

.pay-order__item .checkbox__text:before {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  height: 20px;
  width: 20px;
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  border-radius: 50%;
}

.pay-order__item .checkbox__text::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  display: inline-block;
  top: 5px;
  left: 5px;
  background: #095121;
  border-radius: 50%;
  -webkit-box-shadow: 0px 2px 4px rgba(9, 81, 33, 0.35);
          box-shadow: 0px 2px 4px rgba(9, 81, 33, 0.35);
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.pay-order__btn {
  background: #D62909;
  border-radius: 4px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 320px;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}

.order-confirm {
  padding: 60px 0px;
}

.order-confirm__wrapper {
  width: 100%;
  max-width: 380px;
  margin: 0px auto;
}

.order-confirm__content {
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 12px;
  padding: 29px;
}

.order-confirm__title {
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #3E3E3F;
  margin-top: 20px;
}

.order-confirm__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #9E9E9E;
  margin-top: 20px;
}

.order-confirm__text a {
  color: #095121;
}

.order-confirm__list {
  margin-top: 35px;
  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;
}

.order-confirm__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: 2px;
}

.order-confirm__name {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #9E9E9E;
}

.order-confirm__value {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #3E3E3F;
}

.order-confirm__back {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #095121;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-top: 20px;
}

.order-confirm__back::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19px;
          flex: 0 0 19px;
  height: 19px;
  width: 19px;
  background: url(../img/icons/back.svg) center/cover no-repeat;
}

.footer-mini {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #DFDFDF;
}

.footer-mini__container {
  max-width: 1160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-mini__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 179px;
          flex: 0 0 179px;
}

.footer-mini__logo img {
  width: 100%;
  max-width: 100%;
}

.footer-mini__copy {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #3E3E3F;
}

.footer-mini__dev {
  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-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #3E3E3F;
}

.footer-mini__dev img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-mini__tel {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #3E3E3F;
}

.other-pages {
  margin-top: 10px;
  margin-bottom: 80px;
}

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

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

.other-pages__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: calc(100% - (280px + 30px));
}

.sidebar-other-pages__wrapper {
  width: 100%;
  padding: 20px 15px;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 12px;
}

.sidebar-other-pages__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sidebar-other-pages__item._active .sidebar-other-pages__link {
  background: #095121;
  color: #FFFFFF;
}

.sidebar-other-pages__link {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3E3E3F;
  border-radius: 6px;
  padding: 10px 5px 10px 15px;
}

.main-other-pages__paggination {
  margin-top: 30px;
}

.main-other-pages__back {
  margin-top: 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #095121;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.main-other-pages__back::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19px;
          flex: 0 0 19px;
  height: 19px;
  width: 19px;
  background: url(../img/icons/back.svg) center/cover no-repeat;
}

.about-company {
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 12px;
  padding: 40px;
}

.about-company__title {
  font-weight: 800;
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  color: #3E3E3F;
  margin-bottom: 20px;
}

.about-company__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #3E3E3F;
}

.about-company__description > *:not(:last-child) {
  margin-bottom: 15px;
}

.about-company__list {
  margin-top: 30px;
}

.banner-about-company {
  height: 316px;
  width: 100%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 40px;
}

.banner-about-company__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.banner-about-company__content {
  position: absolute;
  top: 50%;
  left: 70px;
  width: 100%;
  max-width: 290px;
  -webkit-transform: translateY(-70%);
      -ms-transform: translateY(-70%);
          transform: translateY(-70%);
}

.banner-about-company__title {
  font-weight: 800;
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  color: #095121;
  margin-bottom: 10px;
}

.banner-about-company__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #3E3E3F;
}

.list-about-company {
  background: rgba(9, 81, 33, 0.05);
  border-radius: 12px;
  padding: 30px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 0;
}

.list-about-company__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: center;
  grid-gap: 15px;
  flex: 0 0 calc((100% - 30px)/ 2);
  margin-bottom: 25px;
}

.list-about-company__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  width: 30px;
  height: 30px;
}

.list-about-company__icon img {
  max-width: 100%;
  width: 100%;
}

.list-about-company__name {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #3E3E3F;
}

.promotions__title {
  font-weight: 800;
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  color: #3E3E3F;
  margin-bottom: 20px;
}

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

.promotions__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px * 2) / 3);
          flex: 0 0 calc((100% - 30px * 2) / 3);
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.promotions__item._disabled {
  opacity: 0.5;
}

.promotions__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 12px 12px 0px 0px;
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
  padding-bottom: 76.5%;
}

.promotions__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.promotions__discount {
  width: 184px;
  height: 184px;
  border-radius: 50%;
  background: #006A39;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-16px, -40px);
  -ms-transform: translate(-16px, -40px);
  transform: translate(-16px, -40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: center;
  padding: 50px 30px;
  font-weight: 700;
  font-size: 54px;
  line-height: 36px;
  color: #FFFFFF;
}

.promotions__body {
  padding: 20px 30px;
  -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;
}

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

.promotions__date {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #9E9E9E;
}

.promotions__name {
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 3;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #3E3E3F;
  margin-top: 5px;
}

.promotions__more {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #095121;
}

.promotions__more::after {
  content: "";
  width: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  height: 16px;
  background: url(../img/icons/more-green.svg) center/cover no-repeat;
  margin-left: auto;
}

.paggination-main-other-pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.paggination-main-other-pages__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35px;
          flex: 0 0 35px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background: #fff;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  line-height: 20px;
  color: #3E3E3F;
}

.paggination-main-other-pages__arrow._disabled svg path {
  fill: #9E9E9E;
}

.paggination-main-other-pages__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.paggination-main-other-pages__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35px;
          flex: 0 0 35px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background: #fff;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  line-height: 20px;
  color: #3E3E3F;
}

.paggination-main-other-pages__item._active {
  background: #095121;
  font-weight: 700;
  color: #fff;
}

.paggination-main-other-pages__item._more {
  background: transparent;
}

.promotions-page {
  padding: 40px;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 12px;
}

.promotions-page__title {
  font-weight: 800;
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  color: #3E3E3F;
  margin-bottom: 5px;
}

.promotions-page__date {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #9E9E9E;
}

.promotions-page__image {
  margin: 30px 0px;
  width: 100%;
  max-width: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.promotions-page__image img {
  width: 100%;
  max-width: 100%;
}

.promotions-page__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #3E3E3F;
}

.promotions-page__description ol,
.promotions-page__description ul {
  padding-left: 20px;
}

.promotions-page__description ol li:not(:last-child),
.promotions-page__description ul li:not(:last-child) {
  margin-bottom: 15px;
}

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

.promotions-page__name {
  color: #D62909;
  font-weight: 500;
}

.news__title {
  font-weight: 800;
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  color: #3E3E3F;
  margin-bottom: 20px;
}

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

.news__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px * 2) / 3);
          flex: 0 0 calc((100% - 30px * 2) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 12px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.news__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
  border-radius: 12px 12px 0px 0px;
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.news__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.news__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 30px;
}

.news__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-bottom: 20px;
}

.news__date {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #9E9E9E;
  margin-bottom: 5px;
}

.news__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #3E3E3F;
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 2;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.news__details {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #095121;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news__details::after {
  content: "";
  margin-left: auto;
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  background: url(../img/icons/more-green.svg) center/cover no-repeat;
}

.news-page {
  padding: 40px;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 12px;
}

.news-page__title {
  font-weight: 800;
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  color: #3E3E3F;
  margin-bottom: 10px;
}

.news-page__date {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #9E9E9E;
}

.news-page__image {
  margin: 30px 0px;
  width: 100%;
  max-width: 100%;
  border-radius: 12px;
  overflow: hidden;
  max-height: 415px;
}

.news-page__image img {
  width: 100%;
  max-width: 100%;
}

.news-page__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #3E3E3F;
}

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

.contacts {
  padding: 40px;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 12px;
}

.contacts__row:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #E9E9E9;
}

.contacts__title {
  font-weight: 800;
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  color: #3E3E3F;
  margin-bottom: 30px;
}

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

.info-contacts__item {
  background: rgba(9, 81, 33, 0.05);
  border-radius: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 45px * 2) / 4);
          flex: 0 0 calc((100% - 45px * 2) / 4);
  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;
  padding: 30px 15px;
}

.info-contacts__name {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #3E3E3F;
  margin-top: 20px;
  margin-bottom: 10px;
}

.info-contacts__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #3E3E3F;
}

.info-contacts__text:not(:last-child) {
  margin-bottom: 5px;
}

.store-contacts__map {
  margin-bottom: 40px;
}

.map-store-contacts {
  position: relative;
  height: 340px;
  border-radius: 12px;
  overflow: hidden;
}

.map-store-contacts__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map-store-contacts__iframe #map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.map-store-contacts__chekeds {
  position: relative;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 312px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}

.map-store-contacts__item {
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.map-store-contacts__item .checkbox__input:checked + .checkbox__text {
  color: #095121;
  border-color: #095121;
}

.map-store-contacts__item .checkbox__text {
  font-weight: 500;
  height: 100%;
  border-bottom: 2px solid transparent;
  font-size: 18px;
  line-height: 22px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #9E9E9E;
}

.map-store-contacts__item .checkbox__text:before {
  display: none;
}

.list-store-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: space-between;
}

.list-store-contacts__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px ) / 2);
          flex: 0 0 calc((100% - 30px ) / 2);
  background: #eeeeee;
  border-radius: 10px;
  padding: 25px;
}

.list-store-contacts__name {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #3E3E3F;
}

.list-store-contacts__body {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}

.list-store-contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.list-store-contacts__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  height: 20px;
  display: none;
}
.address-delivery__inner.store_ch .address-delivery__info{
  width: 240px;
  cursor: pointer;
  position: relative;
}
.address-delivery__inner.store_ch .address-delivery__info{
  width: 240px;
  cursor: pointer;
}

.list-store-contacts__value {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #3E3E3F;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.form-contacts {
  width: 100%;
  max-width: 670px;
  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;
}

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

.form-contacts__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px) / 2);
          flex: 0 0 calc((100% - 30px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form-contacts__item._big {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.form-contacts__label {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #262626;
  margin-bottom: 10px;
}

.form-contacts__label._req::after {
  content: "*";
  color: #D62909;
  margin-left: 4px;
}

.form-contacts__input {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  background: #FFFFFF;
  border: 1px solid #DADADA;
  border-radius: 4px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #3E3E3F;
}

.form-contacts__input::-webkit-input-placeholder {
  color: #9E9E9E;
}

.form-contacts__input::-moz-placeholder {
  color: #9E9E9E;
}

.form-contacts__input:-ms-input-placeholder {
  color: #9E9E9E;
}

.form-contacts__input::-ms-input-placeholder {
  color: #9E9E9E;
}

.form-contacts__input::placeholder {
  color: #9E9E9E;
}

.form-contacts__textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  background: #FFFFFF;
  border: 1px solid #DADADA;
  border-radius: 4px;
  height: 105px;
  padding: 10px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #3E3E3F;
  resize: none;
  overflow-y: auto;
}

.form-contacts__textarea::-webkit-input-placeholder {
  color: #9E9E9E;
}

.form-contacts__textarea::-moz-placeholder {
  color: #9E9E9E;
}

.form-contacts__textarea:-ms-input-placeholder {
  color: #9E9E9E;
}

.form-contacts__textarea::-ms-input-placeholder {
  color: #9E9E9E;
}

.form-contacts__textarea::placeholder {
  color: #9E9E9E;
}

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

.form-contacts__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #9E9E9E;
}

.form-contacts__text a {
  color: #095121;
}

.form-contacts__btn {
  width: 100%;
  max-width: 320px;
  background: #D62909;
  border-radius: 4px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}

.vacancy-preview {
  padding: 40px;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 12px;
}

.vacancy-preview__title {
  font-weight: 800;
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  color: #3E3E3F;
}

.vacancy-preview__body {
  margin-top: 20px;
}

.vacancy-preview__banner {
  margin-bottom: 30px;
}

.vacancy-preview__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #3E3E3F;
}

.vacancy-preview__description ul {
  list-style: disc;
  padding-left: 25px;
}

.vacancy-preview__description ul li {
  list-style: disc;
}

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

.banner-vacancy-preview {
  position: relative;
}

.banner-vacancy-preview__image {
  margin: 30px 0px;
  width: 100%;
  max-width: 100%;
  border-radius: 12px;
  overflow: hidden;
  max-height: 415px;
}

.banner-vacancy-preview__image img {
  display: none;
  width: 100%;
  max-width: 100%;
}

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

.vacancy__item {
  padding: 0px 40px;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 12px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.vacancy__body {
  display: none;
}

.head-vacancy {
  padding: 25px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  cursor: pointer;
}

.head-vacancy._active .head-vacancy__arrow {
  background: #095121;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.head-vacancy._active .head-vacancy__arrow svg path {
  fill: #fff;
}

.head-vacancy__name {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  color: #3E3E3F;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.head-vacancy__arrow {
  background: #ECECEC;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34px;
          flex: 0 0 34px;
  height: 34px;
  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;
}

.body-vacancy {
  border-top: 1px solid #E9E9E9;
  padding-top: 20px;
  padding-bottom: 30px;
}

.body-vacancy__description {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #3E3E3F;
}

.body-vacancy__description > *:not(:last-child) {
  margin-bottom: 15px;
}

.body-vacancy__description ul {
  font-weight: 400;
  list-style: disc;
  padding-left: 25px;
}

.body-vacancy__description ul li {
  list-style: disc;
}

.body-vacancy__description ul li:not(:last-child) {
  margin-bottom: 5px;
}

.body-vacancy__feedback {
  margin-top: 30px;
}

.feedback-body-vacancy {
  background: rgba(9, 81, 33, 0.05);
  border-radius: 12px;
  padding: 20px 30px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.feedback-body-vacancy__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #3E3E3F;
}

.feedback-body-vacancy__text strong {
  font-weight: 500;
}

.delivery-about {
  padding: 40px;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 12px;
}

.delivery-about__title {
  font-weight: 800;
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  color: #3E3E3F;
}

.delivery-about__body {
  margin-top: 30px;
}

.delivery-about__description {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #3E3E3F;
  margin-bottom: 30px;
}

.delivery-about__row:not(:last-child) {
  margin-bottom: 30px;
}

.delivery-about__row ul {
  font-weight: 400;
  list-style-type: disc;
  list-style: disc;
  padding-left: 25px;
}

.delivery-about__row ul li {
  list-style: disc;
}

.delivery-about__row ul li:not(:last-child) {
  margin-bottom: 5px;
}

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

.delivery-about__titled {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #3E3E3F;
}

.delivery-about__text {
  font-weight: 400;
}

.delivery-about__info {
  padding: 20px 30px;
  background: rgba(9, 81, 33, 0.05);
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.info-delivery-about__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  height: 32px;
  width: 32px;
}

.info-delivery-about__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #3E3E3F;
}

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

.exchange {
  padding: 40px;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 12px;
}

.exchange__title {
  font-weight: 800;
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  color: #3E3E3F;
}

.exchange__body {
  margin-top: 30px;
}

.exchange__description {
  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;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #3E3E3F;
  margin-bottom: 30px;
}

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

.exchange__row li:not(:last-child) {
  margin-bottom: 5px;
}

.exchange__row ul,
.exchange__row ol {
  padding-left: 25px;
}

.exchange__row ul {
  list-style: disc;
}

.exchange__row ul li {
  list-style: disc;
}

.exchange__row h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  color: #3E3E3F;
}

.exchange__subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #3E3E3F;
}

.exchange__info {
  padding: 20px 30px;
  background: rgba(9, 81, 33, 0.05);
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.info-exchange__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  height: 32px;
  width: 32px;
}

.info-exchange__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #3E3E3F;
}

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

.politics {
  padding-top: 10px;
  padding-bottom: 80px;
}

.politics__container {
  max-width: 946px;
}

.politics__wrapper {
  padding: 40px;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 12px;
}

.politics__title {
  font-weight: 800;
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  color: #3E3E3F;
}

.politics__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  margin-top: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #3E3E3F;
}

.politics__row h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #3E3E3F;
}

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

.politics__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #3E3E3F;
}

.profile {
  padding-bottom: 80px;
  padding-top: 10px;
}

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

.profile__sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 282px;
          flex: 0 0 282px;
}

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

.sidebar-profile__content {
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 12px;
  padding: 20px 30px;
}

.sidebar-profile__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: 5px;
  margin: 0px -15px;
}

.sidebar-profile__item._active .sidebar-profile__link {
  color: #fff;
  background: #095121;
}

.sidebar-profile__link {
  padding: 10px 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #3E3E3F;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sidebar-profile__exit {
  margin-top: 10px;
  border-top: 1px solid #E4E4E4;
  padding-top: 20px;
  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-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #3E3E3F;
}

.sidebar-profile__exit::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19px;
          flex: 0 0 19px;
  height: 19px;
  width: 19px;
  background: url(../img/icons/back.svg) center/cover no-repeat;
}

.profile-date {
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 12px;
  padding: 40px;
}

.profile-date__title {
  font-weight: 800;
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  color: #3E3E3F;
}

.profile-date__form {
  margin-top: 30px;
  width: 100%;
  max-width: 660px;
}

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

.profile-date__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 20px) / 2);
          flex: 0 0 calc((100% - 20px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}

.profile-date__item._date {
  position: relative;
}

.profile-date__item._date::after {
  content: "";
  position: absolute;
  bottom: 9px;
  right: 15px;
  width: 24px;
  height: 24px;
  background: url(../img/icons/date.svg) center/cover no-repeat;
  z-index: 1;
  cursor: pointer;
}

input#birthday {
  margin-top: 10px;
  cursor: pointer;
}

.profile-date__label {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #262626;
}

.profile-date__input {
  background: #FFFFFF;
  border: 1px solid #DADADA;
  border-radius: 4px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #3E3E3F;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
}

.profile-date__input::-webkit-input-placeholder {
  color: #9E9E9E;
}

.profile-date__input::-moz-placeholder {
  color: #9E9E9E;
}

.profile-date__input:-ms-input-placeholder {
  color: #9E9E9E;
}

.profile-date__input::-ms-input-placeholder {
  color: #9E9E9E;
}

.profile-date__input::placeholder {
  color: #9E9E9E;
}

.profile-date__footer {
  margin-top: 25px;
}

.profile-date__password {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #095121;
}

.profile-date__btn {
  width: 100%;
  max-width: 320px;
  background: #D62909;
  border-radius: 4px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  margin-top: 24px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.favorite-profile__title {
  font-weight: 800;
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  color: #3E3E3F;
}

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

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

.favorite {
  padding-bottom: 80px;
}

.favorite__title {
  font-weight: 800;
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  color: #3E3E3F;
}

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

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

.history {
  padding: 40px;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 12px;
}

.history__title {
  font-weight: 800;
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  color: #3E3E3F;
}

.history__content {
  margin-top: 30px;
  margin-left: -40px;
  margin-right: -40px;
}

.head-history {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 100px;
  grid-template-columns: 1fr 1fr 1fr 100px;
  padding: 0px 40px 10px;
}

.head-history__item {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #9E9E9E;
}

.body-history {
  border-top: 1px solid #DADADA;
}

.body-history__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 100px;
  grid-template-columns: 1fr 1fr 1fr 100px;
  padding: 15px 40px;
}

.body-history__row:nth-child(odd) {
  background: #F9F9F9;
}

.body-history__name {
  display: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #9E9E9E;
}

.body-history__value {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #3E3E3F;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.body-history__value._details {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #095121;
}

.order-history {
  padding: 40px;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 12px;
}

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

.head-order-history {
  position: relative;
}

.head-order-history__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin-bottom: 5px;
}

.head-order-history__title {
  font-weight: 800;
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  color: #3E3E3F;
}

.head-order-history__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;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #095121;
}

.head-order-history__back::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19px;
          flex: 0 0 19px;
  height: 19px;
  width: 19px;
  background: url(../img/icons/back.svg) center/auto no-repeat;
}

.head-order-history__date {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #9E9E9E;
}

.body-order-history__list {
  margin: 0px -40px;
}

.list-body-order-history__head {
  padding: 0px 40px 10px;
}

.list-body-order-history__body {
  border-top: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
}

.list-body-order-history__row {
  padding: 15px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.list-body-order-history__row:nth-child(odd) {
  background: #F9F9F9;
}

.list-body-order-history__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-body-order-history__column._prod {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
}

.list-body-order-history__column._other {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 380px;
          flex: 0 0 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.list-body-order-history__name {
  display: none;
}

.list-body-order-history__item {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #3E3E3F;
}

.head-list-body-order-history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.head-list-body-order-history__item {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #9E9E9E;
}

.head-list-body-order-history__item._count {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
}

.head-list-body-order-history__item._price {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}

.head-list-body-order-history__item._total {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  text-align: right;
}

.head-list-body-order-history__main {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
}

.head-list-body-order-history__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 380px;
          flex: 0 0 380px;
}

.main-list-body-order-history {
  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%;
}

.main-list-body-order-history__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  height: 50px;
  position: relative;
  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;
}

.main-list-body-order-history__image img {
  max-width: 100%;
  max-height: 100%;
}

.main-list-body-order-history__name {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #3E3E3F;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.info-body-order-history__list {
  width: 100%;
  max-width: 380px;
  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;
  margin-left: auto;
  padding-top: 6px;
}

.info-body-order-history__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.info-body-order-history__item._total .info-body-order-history__name {
  font-weight: 500;
}

.info-body-order-history__item._total .info-body-order-history__value {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
}

.info-body-order-history__name {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #3E3E3F;
}

.info-body-order-history__value {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: right;
  color: #3E3E3F;
}

.site-map {
  padding-bottom: 80px;
}

.site-map__title {
  font-weight: 800;
  font-size: 36px;
  line-height: 44px;
  text-transform: uppercase;
  color: #3E3E3F;
}

.site-map__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 60px;
  margin-top: 30px;
}

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

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

.site-map__item ul {
  list-style: disc;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #3E3E3F;
  padding-left: 25px;
  margin-top: 15px;
}

.site-map__item ul a {
  color: inherit;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.site-map__item ul li {
  list-style: disc;
}

.site-map__item ul li:not(:last-child) {
  margin-bottom: 10px;
}

.site-map__name {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  color: #095121;
  margin-bottom: 20px;
}

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

.site-map__subname {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #3E3E3F;
}

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

img.category__icon_defoult {
  border: 2px solid #095121;
  padding: 10px;
  border-radius: 15px;
}
.menu-catalog__icon img{
  max-width: 25px;
}
.promotions-page__description h3 {
  color: #d62909;
  font-weight: 500;
}
.delivery-about__description h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #3e3e3f;
  margin-bottom: 20px;
}
.delivery-about__description h1 {
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
  color: #3e3e3f;
  margin-bottom: 20px;
}
.delivery-about__description p {
  margin-bottom: 20px;
}
.delivery-about__description ul {
  font-weight: 400;
  list-style-type: disc;
  list-style: disc;
  margin-bottom: 20px;
  padding-left: 25px;
}
.delivery-about__description ul li {
  list-style: disc;
}
a.info-card__likes {
  position: absolute;
  right: 10px;
  top: 10px;
}
.info-card__price_static span {
  font-size: 28px;
  color: #959595;
  font-weight: 500;
}
@media (any-hover: hover) {
  .block-login-popup__forgot:hover {
    text-decoration: underline;
  }

  .block-login-popup__text a:hover {
    text-decoration: underline;
  }

  .top-header__link:hover {
    text-decoration: underline;
  }

  .language-top-header__link:not(._active):hover {
    opacity: 0.8;
  }

  .category-body-form-header-main__item:hover {
    background: rgba(9, 81, 33, 0.05);
  }

  .category-body-form-header-main__item:hover .category-body-form-header-main__icon {
    opacity: 1;
  }

  .products-body-form-header-main__item:hover .products-body-form-header-main__name {
    text-decoration: underline;
  }

  .actions-header-main__item:hover .actions-header-main__icon img {
    -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
            transform: scale(1.15);
  }

  .actions-header-main__item:hover .actions-header-main__name {
    text-decoration: underline;
  }

  .language-head-menu__link:not(._active):hover {
    opacity: 0.8;
  }

  .menu-catalog__item._more:hover::after {
    background: url(../img/icons/more-green.svg) center/auto no-repeat;
  }

  .menu-catalog__item:hover .menu-catalog__name {
    color: #095121;
    font-weight: 600;
  }


  .menu-catalog__item:hover .menu-catalog__name {
    color: #095121;
  }

  .menu-catalog__sublink:hover {
    color: #095121;
    font-weight: 600;
  }

  .list-footer__link:hover {
    text-decoration: underline;
  }

  .contacts-footer__tel:hover {
    text-decoration: underline;
  }

  .contacts-footer__mail:hover {
    text-decoration: underline;
  }

  .banner__btn:hover {
    -webkit-box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.35), 0px 10px 32px -4px rgba(24, 39, 75, 0.25);
            box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.35), 0px 10px 32px -4px rgba(24, 39, 75, 0.25);
  }

  .arrows-head-section__arrow:hover svg path {
    fill: #095121;
  }

  .category__item:hover .category__icon {
    background: #095121;
  }

  .category__item:hover .category__icon .category__icon_defoult {
    display: none;
    opacity: 0;
    visibility: hidden;
  }

  .category__item:hover .category__icon .category__icon_focus {
    display: block;
    visibility: visible;
    opacity: 1;
  }

  .category__item:hover .category__name {
    color: #095121;
  }

  .product:hover {
    -webkit-box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 12px 42px -4px rgba(24, 39, 75, 0.12);
            box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 12px 42px -4px rgba(24, 39, 75, 0.12);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    animation-delay: 0.3s;
    animation-name: zoomIn;
  }

  .product__name:hover {
    text-decoration: underline;
  }

  .product__card:hover {
    background: #D62909;
  }

  .product__card:hover svg path {
    stroke: #fff;
  }

  .about-section__more:hover {
    text-decoration: underline;
  }

  .brands__item:hover {
    -webkit-box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.25);
  }

  .brands__item:hover img {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }

  .breadcrums__link:not(span):hover {
    text-decoration: none;
  }

  .category-sidebar-category__link:hover {
    color: #3E3E3F;
  }

  .categories-body-category-big__item:hover .categories-body-category-big__image img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }

  .activated-sidebar-category__delete:hover {
    text-decoration: underline;
  }

  .activated-sidebar-category__item:hover::before {
    background: url(../img/icons/delete-filter-red.svg) center/auto no-repeat;
  }

  .activated-sidebar-category__clear:hover {
    text-decoration: underline;
  }

  .filter-active-body-category-big__item:hover::before {
    background: url(../img/icons/delete-filter-red.svg) center/auto no-repeat;
  }

  .filter-active-body-category-big__clear:hover {
    text-decoration: underline;
  }

  .list-info-card__name a:hover {
    text-decoration: none;
  }

  .actions-content-cart__continue:hover {
    text-decoration: underline;
  }

  .actions-content-cart__clear:hover {
    text-decoration: underline;
  }

  .item-content-cart__name:hover {
    text-decoration: underline;
  }

  .sidebar-cart__btn:hover {
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }

  .promo-sidebar-cart__head:hover {
    text-decoration: underline;
  }

  .header-mini__back:hover {
    text-decoration: underline;
  }

  .header-mini__tel:hover {
    text-decoration: underline;
  }

  .order-confirm__text a:hover {
    text-decoration: underline;
  }

  .footer-mini__dev:hover {
    text-decoration: underline;
  }

  .footer-mini__tel:hover {
    text-decoration: underline;
  }

  .sidebar-other-pages__item._active .sidebar-other-pages__link:hover {
    text-decoration: none;
  }

  .sidebar-other-pages__link:hover {
    text-decoration: underline;
  }

  .main-other-pages__back:hover {
    text-decoration: underline;
  }

  .promotions__item:hover {
    -webkit-box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 12px 42px -4px rgba(24, 39, 75, 0.12);
            box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 12px 42px -4px rgba(24, 39, 75, 0.12);
  }

  .promotions__item:hover .promotions__image img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }

  .promotions__name:hover {
    text-decoration: underline;
  }

  .promotions__more:hover {
    text-decoration: underline;
  }

  .news__item:hover {
    -webkit-box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 12px 42px -4px rgba(24, 39, 75, 0.12);
            box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 12px 42px -4px rgba(24, 39, 75, 0.12);
  }

  .news__item:hover .news__image img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }

  .news__name:hover {
    text-decoration: underline;
  }

  .news__details:hover {
    text-decoration: underline;
  }

  .info-contacts__text:hover {
    text-decoration: underline;
  }

  .vacancy__item:hover {
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin: 0px -10px;
  }

  .sidebar-profile__item._active .sidebar-profile__link:hover {
    text-decoration: none;
  }

  .sidebar-profile__link:hover {
    text-decoration: underline;
  }

  .sidebar-profile__exit:hover {
    text-decoration: underline;
  }

  .profile-date__btn:hover {
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }

  .body-history__value._details:hover {
    text-decoration: underline;
  }

  .site-map__item ul a:hover {
    text-decoration: underline;
    color: #095121;
  }
}

._webp .about-section{ background: url(../img/about-section-bg.webp) center/cover no-repeat; position: relative }

.hytPlayerWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
}
.about-section__container._container {
  position: relative;
  z-index: 3;
}
.hytPlayerWrap iframe{
  width: 100%;
  height: 275%;
  position: relative;
  overflow: hidden;
  top: -80%;
}

.description-body-category-big h2 {
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  text-transform: uppercase;
  color: #3e3e3f;
}
.description-body-category-big {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #3e3e3f;
}
.description-body-category-big ul {
  list-style: disc;
  padding-left: 25px;
}
.description-body-category-big ul li {
  list-style: disc;
}
.info-card__status.off_stock {
  background: #959595;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  border-radius: 100px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: space-evenly;
  text-align: right;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 0px;
  padding: 0px 25px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  max-width: 185px;
}

input.block-login-popup__input.empty {
  border: 1px solid #ff0000;
}
button.block-login-popup__btn.register_send.active {
  background: #095121;
  color: #fff;
}
.info_register {
  padding: 20px 40px 0px;
}
button.block-login-popup__btn.login_send.active {
  background: #095121;
  color: #fff;
}
input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
.change_password .profile-date__body{
  flex-direction: column;
}
.change_password .profile-date__body .profile-date__item{
  width: calc(50% - 10px);
  position: relative;
}
.change_password_error {
  margin-bottom: 20px;
  color: #d62909;
}
.change_password_success {
  margin-bottom: 20px;
  color: #095121;
}
.empty_qty {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #959595;
  -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-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 5px;
}
.menu-catalog__close_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 400px;
  z-index: 8;
}
.menu-catalog__list {
  z-index: 9;
}
.success_send {
  margin-bottom: 15px;
  color: #095121;
}
.error_send {
  margin-bottom: 15px;
  color: red;
}
.info-card__price span.mdl {
  font-size: 20px;
  font-weight: 400;
}
span.dose {
  margin-left: 25px;
}
p.info-card__sku{
  color: #959595;
}
.info-card__sku span {
  font-weight: 600;
  font-size: 18px;
  color: #3E3E3F;
}
.info-card__sku.sku_info span {
  font-size: 16px;
}


.info-contacts__icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
}
.item_contact_icon {
  width: 50px;
}
.tab_block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 20px;
  border-bottom: 1px solid #a8a8bb;
}
.tab_item {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #a8a8a8;
  margin-right: 15px;
  cursor: pointer;
}
.tab_item._active {
  font-weight: 600;
  color: #3e3e3f;
  border-bottom: 2px solid #3e3e3f;
}
.tab_content_item{
  display: none;
}
.tab_content_item._active{
  display: block;
}

div#loadBox {
  position: fixed;
  right: 5%;
  top: 105px;
  z-index: 99;
  width: 275px;
  height: 55px;
  background: #189b00a8;
  font-size: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  padding: 15px 27px;
  box-shadow: 0px 0px 3px 3px #888888;
}
a.product__name {
  height: 47px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
}
div#loadBox.d_none {
  display: none;
}

a.contacts-head__tel {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #FFFFFF;
}
a.contacts-head__tel img {
  width: 26px;
}

.select_sorder_mob {
  display: none;
}

.view_all_products {
  font-size: 16px;
  line-height: 16px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  align-content: flex-end;
  justify-content: flex-start;
  height: 26px;
  text-transform: initial;
  font-weight: 400;
}
.view_all_products a{
  padding-left: 5px;
  color: #095121;
  text-decoration: revert;
}

.info_product {
  position: absolute;
  top: 12px;
  left: 0px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  grid-gap: 5px;
}
.order__sidebar_right {
  max-width: 385px;
}
.product__discount {
  background: #ef2f1a;
  padding: 8px 10px;
  color: white;
  font-size: 15px;
  border-radius: 0px 5px 5px 0px;
}
.product__hit_sales {
  background: #003839;
  padding: 8px 10px;
  color: white;
  font-size: 15px;
  border-radius: 0px 5px 5px 0px;
}
.product__new {
  background: #01a739;
  padding: 8px 10px;
  color: white;
  font-size: 15px;
  border-radius: 0px 5px 5px 0px;
}
.about-section p.head-about-section__title {
  display: none;
}

._you img{
  width: 45px;
}
.footer_nav {
  display: flex;
  flex-direction: row;
  padding: 25px 15px;
  align-items: center;
  justify-content: space-between;
}
.footer_nav_right {
  display: flex;
  margin-right: 15px;
}
#loadBox_off {
  display: none;
}

.head-obtaining-order__content.pickup {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.pickup .address-delivery__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #ffffff00;
  padding: 5px;
  flex-direction: row;
  gap: 10px;
}

div.address-delivery__inner.store_ch.active {
  border: 2px solid #095121;
}
.pickup .address-delivery__text {
  display: block;
  color: #777;
  margin-bottom: 0.625rem;
  line-height: 1.4;
}

.pickup .address-delivery__text {
  display: block;
  color: #777;
  margin-bottom: 0.625rem;
  line-height: 1.4;
}
.pickup .address-delivery__work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  color: #777;
  line-height: 1.4;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 0.625rem;
  font-size: 15px;
}
.pickup .address-delivery__img {
  position: relative;
  height: 170px;
  width: 345px;
  padding-bottom: 0;
}
.pickup .item-contacts__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.footer-body-category-big__paggination.paggination-footer-body-category-big {
  margin-top: 15px;
}

.products-body-form-header-main__dose {
  font-weight: 500;
  font-size: 16px;
  /* line-height: 150%; */
  color: #9E9E9E;
}

.stocks-main-card {
  margin-top: 20px;
}

.stock_info_row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
  padding: 16px 20px 16px 20px;
}
.stock_info_row:nth-child(2n+1){
  background:#F1F1F1;
}
.stock_info_col {
  flex: 0 0 calc((100% - 20px) / 2);
  display: flex;
  flex-direction: column;
  gap: 5px;
}
span.stock_info_title {
  color: #3E3E3F;
  font-size: 14px;
  font-weight: 600;
}
span.stock_info_address {
  font-size: 16px;
  color: #3E3E3F;
  font-weight: 400;
}
span.stock_info_count {
  color: #B65435;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
span.stock_info_count.active {
  color: #35B661;
}
span.stock_info_phone {
  font-size: 16px;
  color: #3E3E3F;
  font-weight: 400;
}
span.stock_info_work {
  font-size: 16px;
  color: #3E3E3F;
  font-weight: 400;
}

.pickup_info_product {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #60606099;
  padding: 25px 45px;
  z-index: 9;
  font-weight: 800;
  font-size: 28px;
  line-height: 32px;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 10px;
}
.pickup_info {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #60606099;
  padding: 15px 25px;
  z-index: 9;
  font-weight: 800;
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 10px;
}
.pickup_info_cart {
  color: red;
  cursor: context-menu;
}

.pickup .head-obtaining-order__title{
  padding-left: 30px;
  cursor: pointer;
}
.head-obtaining-order__content.pickup::before{
  opacity: 1;
  position: absolute;
}

.on_pickup_delivery .head-obtaining-order__input:checked + .head-obtaining-order__content::before {
  border-color: #095121;
  top: -24px;
}
.on_pickup_delivery .head-obtaining-order__input:checked + .head-obtaining-order__content::after {
  opacity: 1;
  top: -19px;
}
.on_pickup_delivery .head-obtaining-order__title {
  padding-left: 25px;
}

.description-main-card__description h2 {
  background: #1C5D31;
  color: #FFFFFF;
  padding: 5px 10px;
  border-radius: 4px;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.5px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.description-main-card__description table {
  max-width: 100%;
}
.description-main-card__description tr {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.05em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.description-main-card__description tr:first-child {
  background: #F6F6F6;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.05em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #3E3E3F;
}

.description-main-card__description td {
  text-align: center;
  padding: 5px;
}
button.obtaining-order__btn.next_et3._disable {
  pointer-events: none;
}

.empty_stock {
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #cbcbcb75;
}
.empty_stock span {
  padding: 10px;
  border: 2px solid red;
  color: red;
  background: #ffffffc9;
  font-size: 18px;
}

.mod_footer {
  position: fixed;
  bottom: 0;
  display: none;
  width: 100%;
  z-index: 9;
}
.footer-main__actions.actions-footer-main {
  display: flex;
  background: #095121;
}
.mob-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  display: none;
}
a.mob-head-phone {
  display: flex;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  gap: 10px;
  align-items: center;
}
.mob-header .header-main__actions.actions-header-main {
  padding: 10px 20px;
}
