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

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

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

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

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

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

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

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

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

button {
  cursor: pointer;
}

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

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

body {
  color: #1AA153;
  font-size: 16px;
}

body._pt {
  padding-top: 131px;
}

body._lock {
  overflow: hidden;
}

._no-webp .wrapper {
  background: url(../img/yzor.png) top center/110% auto repeat-y, #E6FFC5; }

.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%;
  padding: 0px 20px;
  max-width: 1660px;
  margin: 0 auto;
}

.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: 14px;
  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: 11px;
  height: 7px;
  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: 14px;
  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;
}

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: #1AA153;
}

.checkbox__input:checked + .checkbox__text::after {
  opacity: 1;
  visibility: visible;
}

.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: 18px;
  font-weight: 400;
  color: #000;
  cursor: pointer;
}

.checkbox__text > span {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.checkbox__text a {
  text-decoration: underline;
}

.checkbox__text:before {
  content: "";
  margin: 0px 15px 0px 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #1AA153;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.checkbox__text::after {
  content: "";
  width: 30px;
  height: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  position: absolute;
  top: 50%;
  left: 0px;
  display: inline-block;
  background: url("../img/icons/check.svg") center/24px no-repeat;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

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;
  aspect-ratio: 100/56;
}

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

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

.popup::before {
  content: "";
  background: rgba(36, 116, 58, 0.8);
  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__content {
  -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__content {
  -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__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
}

._no-webp .popup__content {
  background: url(../img/popup-bg.png) center/cover no-repeat, #E6FFC5; }

.popup__content {
  -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;
  padding: 30px;
  width: 100%;
  max-width: 810px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
  text-align: center;
  border-radius: 16px;
}

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

.popup__image {
  width: 100%;
  max-width: 270px;
  margin: 0px auto;
}

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

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

.popup__title {
  color: #E6605A;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.02;
}

.popup__text {
  color: #1AA153;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.popup__button {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
  width: 100%;
  max-width: 250px;
  background: #1AA153;
  border-radius: 100px;
  text-align: center;
  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;
  min-height: 56px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.popup__button._white {
  color: #1AA153;
  background: #fff;
}

.popup__back {
  color: #24743A;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
}

.popup__receipt {
  width: 100%;
  max-width: 163px;
  margin: auto;
}

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

.popup_win .popup__button {
  max-width: 350px;
}

.popup_receipt .popup__content {
  max-width: 325px;
}

.header {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 30px 0px 30px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  max-width: 100%;
  background: #E6FFC5;
}

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

.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 89px;
          flex: 0 0 89px;
  width: 89px;
  position: relative;
  z-index: 1;
}

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

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

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

.menu__list li {
  position: relative;
}

.menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  color: #1AA153;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.menu__submenu {
  position: absolute;
  top: calc(100% + 13px);
  left: -13px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 290px;
  color: #005B3A;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 20px;
  border-radius: 16px;
  background: #FFF;
  display: none;
  z-index: 1;
}

.menu__submenu a {
  color: inherit;
}

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

.icon-menu {
  display: none;
}

/*
//Burger
.icon-menu {
	display: none;
	@media (max-width: $md3+px) {
		display: block;
		position: absolute;
		top: 18px;
		right: 10px;
		width: 30px;
		height: 18px;
		cursor: pointer;
		z-index: 5;
		span {
			transition: all 0.3s ease 0s;
			top: calc(50% - 1px);
			left: 0px;
			position: absolute;
			width: 100%;
			height: 2px;
			background-color: #000;
			&:first-child {
				top: 0px;
			}
			&:last-child {
				top: auto;
				bottom: 0px;
			}
		}
		&._active {
			span {
				transform: scale(0);
				&:first-child {
					transform: rotate(-45deg);
					top: calc(50% - 1px);
				}
				&:last-child {
					transform: rotate(45deg);
					bottom: calc(50% - 1px);
				}
			}
		}
	}
}
*/

.footer {
  padding: 80px 0px 90px;
  background: #F2F2F2;
}

.footer__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 160px 1fr 1fr 1fr;
  grid-template-columns: 160px 1fr 1fr 1fr;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.footer__logo {
  width: 100%;
}

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

.footer__name {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.6;
  color: #1AA153;
}

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

.footer__link {
  font-weight: 500;
  font-size: 21px;
  line-height: 1.2;
  color: #1AA153;
}

.footer__contacts {
  margin-top: 35px;
}

.footer__social {
  margin-top: 20px;
}

.footer__text {
  margin-top: 20px;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.2;
  color: #1AA153;
  max-width: 345px;
}

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

.contacts-footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.2;
  color: #1AA153;
}

.contacts-footer__row a {
  color: inherit;
}

.contacts-footer__name {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
}

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

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

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

.social-footer__item img {
  width: 100%;
  height: 100%;
}

.social-footer__icon {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

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

.banner__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 685px;
          flex: 0 0 685px;
}

.banner__title {
  color: #E6605A;
  text-align: center;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.15;
}

.banner__title span {
  font-size: 100px;
  line-height: 0.9;
}

.banner__form {
  margin-top: 25px;
}

._no-webp .banner__map {
  background: url(../img/romb.png) 50px center/50% auto no-repeat; }

.banner__map {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

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

.form-banner__title {
  color: #1AA153;
  text-align: center;
  font-size: 41px;
  font-weight: 700;
}

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

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

._no-webp .form-banner__row {
  background: url(../img/decore/input.png) center/100% 100% no-repeat; }

.form-banner__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}

.form-banner__input {
  color: #1AA153;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  min-height: 52px;
  background: none;
  max-width: 80%;
  width: 100%;
  min-width: 0px;
}

.form-banner__input::-webkit-input-placeholder {
  color: rgba(26, 161, 82, 0.5);
}

.form-banner__input::-moz-placeholder {
  color: rgba(26, 161, 82, 0.5);
}

.form-banner__input:-ms-input-placeholder {
  color: rgba(26, 161, 82, 0.5);
}

.form-banner__input::-ms-input-placeholder {
  color: rgba(26, 161, 82, 0.5);
}

.form-banner__input::placeholder {
  color: rgba(26, 161, 82, 0.5);
}

.form-banner__when {
  color: #1AA153;
  font-size: 18px;
  line-height: 1.15;
  text-decoration: underline;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

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

.form-banner__checkbox {
  max-width: 360px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

._no-webp .form-banner__button {
  background: url(../img/decore/btn.png) center/contain no-repeat; }

.form-banner__button {
  color: #fff;
  width: 100%;
  max-width: 100%;
  min-height: 75px;
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.head-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 13px;
     -moz-column-gap: 13px;
          column-gap: 13px;
}

.head-section__decore {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 103px;
          flex: 0 0 103px;
  height: 103px;
  width: 103px;
}

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

.head-section__title {
  color: #E6605A;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
}

.text-section {
  color: #1AA153;
  font-size: 21px;
  font-weight: 500;
}

.message__content {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 45% 1fr;
  grid-template-columns: 45% 1fr;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  margin-top: 50px;
}

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

.awards {
  position: relative;
}

.awards__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  margin-top: 50px;
  position: relative;
}

._no-webp .awards__content::after {
  background: url(../img/romb.png) center/cover no-repeat; }

.awards__content::after {
  content: "";
  width: 566px;
  aspect-ratio: 1/1;
  position: absolute;
  top: -300px;
  left: 40%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.awards__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 370px;
          flex: 0 0 370px;
  position: relative;
  z-index: 1;
}

.awards__image {
  margin-right: -140px;
  width: 975px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 975px;
          flex: 0 1 975px;
  margin-left: auto;
  margin-top: -270px;
  position: relative;
  z-index: 1;
}

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

.awards__image::after {
  content: "";
  width: 280px;
  aspect-ratio: 1/1;
  background: url(../img/decore/award-decore.svg) center/cover no-repeat;
  position: absolute;
  top: 20px;
  right: 0;
  z-index: -1;
}

.steps {
  position: relative;
}

.steps__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 105px;
          flex: 0 0 105px;
  width: 105px;
}

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

.steps__title {
  color: #1AA153;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  font-family: "balgin";
  font-weight: 600;
}

.steps__image {
  margin-top: 30px;
  width: 100%;
  max-width: 100%;
}

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

.steps__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: 40px;
  margin-top: 35px;
}

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

.steps__img {
  width: 100%;
  max-width: 420px;
}

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

.steps__num {
  margin-bottom: 15px;
}

.steps__text {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 400;
  color: #1AA153;
  text-align: center;
  line-height: 1.3;
}

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

.steps__text strong {
  font-family: "balgin";
  font-weight: 600;
}

.num-steps {
  position: relative;
}

.num-steps__icon {
  width: 80px;
  position: relative;
}

.num-steps__icon img {
  width: 100%;
  max-width: 100%;
}

.num-steps__value {
  color: rgba(255, 255, 255, 0.7);
  font-size: 24px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 60%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

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

.promo__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 560px;
          flex: 0 0 560px;
}

.promo__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 575px);
          flex: 0 0 calc(100% - 575px);
  max-width: calc(100% - 575px);
  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;
  position: relative;
}

.promo__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.promo__slider {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0px;
}

.promo__item {
  width: calc(100% / 2);
}

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

.promo__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 64px;
          flex: 0 0 64px;
  height: 64px;
  width: 64px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #1AA153;
  z-index: 1;
  cursor: pointer;
}

.promo__arrow img,
.promo__arrow svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  width: 18px;
}

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

.info-promo__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 105px;
          flex: 0 0 105px;
  width: 105px;
}

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

.info-promo__title {
  color: #1AA153;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  font-family: "balgin";
  font-weight: 600;
}

.info-promo__description {
  margin-top: 50px;
  color: #1AA153;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}

.item-promo {
  padding: 20px 30px;
  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;
  background: url(../img/decore/rect-prod.svg) center/cover no-repeat;
  aspect-ratio: 1/1;
  overflow: hidden;
  font-family: "Montserrat Alternates", sans-serif;
}

.item-promo__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  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;
  overflow: hidden;
  max-height: 100%;
  position: relative;
  height: 70%;
}

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

.item-promo__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 180px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.item-promo__discount {
  font-size: 45px;
  color: #fff;
  font-weight: 700;
  padding: 0px 10px;
  background: #FD0000;
  border-radius: 50px;
  min-height: 52px;
  display: inline-block;
  margin-bottom: 10px;
}

.item-promo__price {
  color: #0D0D0D;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
}

.item-promo__price._old {
  color: #0D0D0D;
  font-family: "balgin";
  font-size: 29px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}

.item-promo__price._now {
  color: #FD0000;
  margin-bottom: 10px;
}

.item-promo__buy {
  width: 155px;
  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: #1AA153;
  border-radius: 50px;
  padding: 3px 15px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

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

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

.recipe__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 390px;
          flex: 0 0 390px;
}

.recipe__description {
  margin-top: 50px;
}

.recipe__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 410px);
          flex: 0 0 calc(100% - 410px);
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.recipe__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 55px * 1) / 2);
          flex: 0 0 calc((100% - 55px * 1) / 2);
  aspect-ratio: 1/1;
  background: url(../img/decore/recipe.svg) center/cover no-repeat;
}

.recipe__item:not(:last-child) {
  margin-right: 55px;
}

.recipe__image {
  width: 100%;
  aspect-ratio: 1/1;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  position: relative;
  overflow: hidden;
}

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

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

.recipe__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 64px;
          flex: 0 0 64px;
  height: 64px;
  width: 64px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #1AA153;
  z-index: 1;
  cursor: pointer;
}

.recipe__arrow img,
.recipe__arrow svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  width: 18px;
}

.info-block {
  padding: 40px 0px 100px;
  position: relative;
}

.info-block__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin-top: 40px;
}

.info-block__sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 265px;
          flex: 0 0 265px;
}

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

.sidebar-info-block__content {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 30px 20px 30px;
}

.sidebar-info-block__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;
}

.sidebar-info-block__link {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: #1AA153;
}

.winers__row {
  background: #1AA153;
  border-radius: 16px;
  padding: 40px 30px;
}

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

.winers__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  color: #FFFFFF;
  text-align: left;
  text-transform: uppercase;
}

.winers__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
  row-gap: 10px;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
  position: relative;
}

.winers__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 100px * 2) / 3);
          flex: 0 0 calc((100% - 100px * 2) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  color: #FFFFFF;
}

.winers__name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.winers__phone {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 155px;
          flex: 0 0 155px;
  text-align: right;
}

.markets {
  padding: 40px 0px 100px;
}

.markets__text {
  font-size: 20px;
  font-weight: 700;
  color: #1AA153;
  line-height: 1.4;
  margin-top: 30px;
}

.markets__body {
  background: #1AA153;
  border-radius: 16px;
  padding: 40px;
  margin-top: 50px;
}

.markets__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
  row-gap: 30px;
  position: relative;
}

.markets__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 100px * 2) / 3);
          flex: 0 0 calc((100% - 100px * 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;
  row-gap: 30px;
}

.markets__sity {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  color: #FFFFFF;
  text-transform: uppercase;
}

.markets__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-top: 15px;
}

.markets__address {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  color: #FFFFFF;
}

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

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

  .promo__slider .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: calc(600px * 2);
  }

  .markets__content::before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: calc((100% - 100px * 2) / 3 + 50px);
    width: 1px;
    border-left: 1px solid #fff;
  }

  .markets__content::after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    right: calc((100% - 100px * 2) / 3 + 50px);
    width: 1px;
    border-left: 1px solid #fff;
  }
}

@media (min-width: 721.98px) and (min-width: 2050px) {
  .promo__slider .swiper-wrapper {
    max-height: calc(650px * 2);
  }
}

@media (min-width: 991.98px) {
  .quantity__button:hover::before,
  .quantity__button:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .steps__container {
    position: relative;
  }

  .steps__container::before,
  .steps__container::after {
    content: "";
    width: 118px;
    aspect-ratio: 1/1;
    background: #E6605A;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
  }

  .steps__container::after {
    top: -100px;
    right: 40%;
  }

  .steps__container::before {
    bottom: -100px;
    right: 30%;
  }

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

  .winers__list::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc((100% - 100px * 2) / 3 + 50px);
    height: 100%;
    width: 1px;
    border-left: 1px solid #fff;
  }
}

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

@media (min-width: 1672px) {
  .banner__body {
    padding-top: 30px;
  }

  .info-block::before {
    content: "";
    position: absolute;
    top: 35%;
    left: 0;
    height: 635px;
    width: 635px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(../img/decore/winers-before.svg) center/cover no-repeat;
    z-index: -1;
  }

  .info-block::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    height: 1340px;
    width: 1340px;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    background: url(../img/decore/winers-after.svg) center/cover no-repeat;
    z-index: -1;
  }

  .winers__list::after {
    content: "";
    position: absolute;
    top: 0;
    right: calc((100% - 100px * 2) / 3 + 50px);
    height: 100%;
    width: 1px;
    border-left: 1px solid #fff;
  }
}

@media (max-width: 1800px) {
  .item-promo {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }

  .item-promo__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}

@media (max-width: 1672px) {
  body._pt {
    padding-top: 110px;
  }

  .footer {
    padding: 60px 0px;
  }

  .footer__content {
    -ms-grid-columns: 100px 1fr 1fr 1fr;
    grid-template-columns: 100px 1fr 1fr 1fr;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }

  .footer__list {
    margin-top: 20px;
  }

  .footer__link {
    font-size: 18px;
  }

  .footer__contacts {
    margin-top: 20px;
  }

  .footer__text {
    font-size: 18px;
  }

  .contacts-footer__row {
    font-size: 18px;
  }

  .contacts-footer__name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65px;
            flex: 0 0 65px;
  }

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

  .banner__title {
    font-size: 40px;
  }

  .banner__title span {
    font-size: 86px;
  }

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

  .form-banner__title {
    font-size: 34px;
  }

  .form-banner__body {
    row-gap: 25px;
  }

  .form-banner__input {
    min-height: 42px;
    font-size: 26px;
  }

  .form-banner__button {
    min-height: 65px;
  }

  .text-section {
    font-size: 18px;
  }

  .awards__content::after {
    width: 420px;
  }

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

  .awards__image {
    margin-top: -200px;
  }

  .awards__image::after {
    right: 140px;
    width: 200px;
  }

  .item-promo__info {
    min-height: 150px;
  }

  .recipe__description {
    margin-top: 30px;
  }

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

  .recipe__item:not(:last-child) {
    margin-right: 25px;
  }

  .info-block {
    padding: 50px 0px 60px;
  }

  .winers__title {
    font-size: 24px;
  }

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

  .markets__body {
    padding: 30px;
    margin-top: 30px;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }

  .markets__content {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }

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

  .markets__list {
    margin-top: 10px;
    row-gap: 5px;
  }

  .markets__address {
    font-size: 20px;
  }
}

@media (max-width: 1600px) {
  .item-promo__discount {
    font-size: 38px;
    min-height: 46px;
  }

  .item-promo__price {
    font-size: 38px;
  }

  .item-promo__price._old {
    font-size: 26px;
  }

  .item-promo__buy {
    min-height: 48px;
    width: 140px;
  }

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

@media (max-width: 1550px) {
  .info-block__content {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    margin-top: 20px;
  }
}

@media (max-width: 1500px) {
  .header {
    padding: 20px 0px;
  }

  .promo__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 350px;
            flex: 0 0 350px;
  }

  .promo__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 365px);
            flex: 0 0 calc(100% - 365px);
    max-width: calc(100% - 365px);
  }

  .info-promo__description {
    font-size: 20px;
  }

  .info-block {
    padding: 40px 0px 70px;
  }

  .markets {
    padding: 40px 0px 70px;
  }
}

@media (max-width: 1150px) {
  .winers__row {
    padding: 30px 20px;
  }

  .winers__list {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }

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

@media (max-width: 1120px) {
  .menu__list {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}

@media (max-width: 991.98px) {
  body._pt {
    padding-top: 100px;
  }

  .select__title {
    font-size: 18px;
  }

  .select__options {
    font-size: 18px;
  }

  .fp-overflow::-webkit-scrollbar {
    width: 0 !important;
  }

  .header {
    padding: 15px 0px;
  }

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

  .menu__body {
    position: fixed;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    background: #E6FFC5;
    height: 100%;
    max-height: 100%;
    padding: 60px 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
    overflow-y: auto;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .menu__body._active {
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
    visibility: visible;
    pointer-events: all;
  }

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

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

  .menu__submenu {
    position: static;
  }

  .menu__submenu ul {
    row-gap: 15px;
  }

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

  .icon-menu span {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: calc(50% - 1.5px);
    left: 0px;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #24743A;
    border-radius: 10px;
  }

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

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

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

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

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

  .footer {
    padding: 50px 0px;
  }

  .footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 30px;
    padding: 0px 35px;
  }

  .footer__column._logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }

  .contacts-footer__name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }

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

  .banner__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 500px;
  }

  .banner__map {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 550px;
  }

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

  .head-section__decore {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 78px;
            flex: 0 0 78px;
    height: 78px;
    width: 78px;
  }

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

  .head-section__title {
    font-size: 32px;
  }

  .message__content {
    margin-top: 30px;
  }

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

  .awards__content::after {
    display: none;
  }

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

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

  ._no-webp .awards__image {
    background: url(../img/romb.png) left top/60% auto no-repeat; }

  .awards__image {
    width: 100%;
    max-width: 720px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }

  .awards__image::after {
    right: 20px;
    width: 140px;
  }

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

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

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

  .info-promo__description {
    margin-top: 30px;
  }

  .item-promo {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }

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

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

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

  .recipe__slider {
    margin: 0px -20px;
    padding: 0px 20px;
  }

  .info-block {
    padding: 40px 0px;
  }

  .winers__title {
    font-size: 20px;
  }

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

  .markets {
    padding: 40px 0px;
  }
}

@media (max-width: 721.98px) {
  .footer__content {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }

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

  .footer__column._logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }

  .footer__logo {
    width: 100px;
    max-width: 100px;
  }

  .steps__image {
    display: none;
  }

  .promo__content {
    margin: 0px -20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    width: auto;
    max-width: calc(100% + 40px);
  }

  .promo__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% + 40px);
            flex: 0 0 calc(100% + 40px);
    max-width: calc(100% + 40px);
  }

  .promo__slider {
    padding: 0px 20px;
  }

  .promo__item {
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 350px;
            flex: 0 0 350px;
  }

  .info-block {
    padding: 30px 0px 45px;
  }

  .info-block__content {
    display: block;
  }

  .info-block__sidebar {
    margin-bottom: 30px;
  }

  ._side-block {
    position: static !important;
  }

  .sidebar-info-block__list {
    row-gap: 20px;
  }

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

@media (max-width: 479.98px) {
  body._pt {
    padding-top: 69px;
  }

  ._container {
    padding: 0px 15px;
  }

  .checkbox__text {
    font-size: 10px;
  }

  .checkbox__text:before {
    width: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15px;
            flex: 0 0 15px;
    height: 15px;
    margin-right: 5px;
  }

  .checkbox__text::after {
    width: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15px;
            flex: 0 0 15px;
    height: 15px;
    background: url("../img/icons/check.svg") center/10px no-repeat;
  }

  .popup {
    padding: 0px;
  }

  .popup__content {
    min-height: 100dvh;
    padding: 30px 15px;
    border-radius: 0px;
  }

  .popup__title {
    font-size: 30px;
  }

  .popup__text {
    font-size: 18px;
  }

  .popup_receipt .popup__content {
    max-width: 100%;
  }

  .header {
    padding: 15px 0px 10px;
  }

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

  .footer {
    padding: 40px 0px;
  }

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

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

  .footer__name {
    font-size: 22px;
  }

  .footer__list {
    margin-top: 14px;
  }

  .footer__link {
    font-size: 16px;
  }

  .footer__contacts {
    margin-top: 14px;
  }

  .footer__text {
    font-size: 16px;
  }

  .contacts-footer__row {
    font-size: 16px;
  }

  .banner__wrapper {
    row-gap: 15px;
  }

  .banner__title {
    font-size: 26px;
  }

  .banner__form {
    margin-top: 15px;
  }

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

  .form-banner__content {
    margin-top: 10px;
    row-gap: 10px;
  }

  .form-banner__body {
    row-gap: 15px;
  }

  .form-banner__input {
    font-size: 15px;
    min-height: 26px;
  }

  .form-banner__when {
    font-size: 14px;
  }

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

  .form-banner__checkbox {
    max-width: 190px;
  }

  .form-banner__button {
    font-size: 24px;
    min-height: 40px;
  }

  .head-section__decore {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55px;
            flex: 0 0 55px;
    height: 55px;
    width: 55px;
  }

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

  .head-section__title {
    font-size: 22px;
  }

  .text-section {
    font-size: 16px;
  }

  .message__content {
    margin-top: 20px;
  }

  .awards__content {
    margin-top: 20px;
  }

  .awards__image::after {
    width: 96px;
  }

  .steps__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58px;
            flex: 0 0 58px;
    width: 58px;
  }

  .steps__title {
    font-size: 22px;
  }

  .promo__container {
    row-gap: 30px;
  }

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

  .promo__arrow {
    width: 48px;
    height: 48px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48px;
            flex: 0 0 48px;
  }

  .promo__arrow img,
  .promo__arrow svg {
    width: 14px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14px;
            flex: 0 0 14px;
  }

  .info-promo__head {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .info-promo__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58px;
            flex: 0 0 58px;
    width: 58px;
  }

  .info-promo__title {
    font-size: 22px;
  }

  .info-promo__description {
    margin-top: 20px;
    font-size: 16px;
  }

  .item-promo {
    padding: 10px 20px;
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
  }

  .item-promo__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }

  .item-promo__info {
    min-width: 60px;
  }

  .item-promo__discount {
    font-size: 20px;
    min-height: 22px;
  }

  .item-promo__price {
    font-size: 20px;
  }

  .item-promo__price._old {
    font-size: 12px;
  }

  .item-promo__buy {
    width: 62px;
    min-height: 24px;
  }

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

  .recipe__description {
    margin-top: 20px;
  }

  .recipe__slider {
    margin: 0px -15px;
    padding: 0px 15px;
  }

  .recipe__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 252px;
            flex: 0 0 252px;
  }

  .recipe__arrow {
    width: 48px;
    height: 48px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48px;
            flex: 0 0 48px;
  }

  .recipe__arrow img,
  .recipe__arrow svg {
    width: 14px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14px;
            flex: 0 0 14px;
  }

  .info-block {
    padding: 25px 0px 30px;
  }

  .info-block__content {
    margin-top: 10px;
  }

  .info-block__sidebar {
    margin-bottom: 20px;
  }

  .sidebar-info-block__content {
    padding: 20px;
  }

  .winers__row {
    padding: 20px;
  }

  .winers__row:not(:last-child) {
    margin-bottom: 20px;
  }

  .winers__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    font-size: 16px;
  }

  .markets {
    padding: 25px 0px 30px;
  }

  .markets__text {
    font-size: 18px;
  }

  .markets__body {
    row-gap: 30px;
    padding: 20px 30px;
  }

  .markets__sity {
    font-size: 20px;
  }

  .markets__address {
    font-size: 18px;
  }
}

@media (max-width: 721.98px) and (min-width: 479.98px) {
  .footer__column._logo + .footer__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 100px - 10px));
            flex: 0 0 calc((100% - 100px - 10px));
  }
}

@media (min-width: 721.98px) and (max-width: 1650px) {
  .promo__slider .swiper-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-height: calc(650px * 2);
  }
}

@media (min-width: 721.98px) and (max-width: 1350px) {
  .promo__slider .swiper-wrapper {
    max-height: calc(500px * 2);
  }
}

@media (min-width: 721.98px) and (max-width: 1150px) {
  .promo__slider .swiper-wrapper {
    max-height: calc(380px * 2);
  }
}

@media (min-width: 721.98px) and (max-width: 991.98px) {
  .promo__slider .swiper-wrapper {
    max-height: calc(350px * 2);
  }
}

@media (min-width: 991.98px) and (max-width: 1672px) {
  .winers__list::before {
    left: 50%;
  }
}

@media (min-width: 721.98px) and (max-width: 1672px) {
  .markets__content::before {
    left: calc((100% - 60px * 2) / 3 + 30px);
  }
}

@media (any-hover: hover) {
  .menu__link:hover {
    text-decoration: underline;
  }

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

  .footer__link:hover {
    text-decoration: underline;
  }

  .contacts-footer__row a:hover {
    text-decoration: underline;
  }

  .form-banner__button:hover {
    opacity: 0.85;
  }

  .sidebar-info-block__link:hover {
    text-decoration: underline;
  }
}



._webp .wrapper { background: url(../img/yzor.webp) top center/110% auto repeat-y, #E6FFC5; }

._webp .popup__content { background: url(../img/popup-bg.webp) center/cover no-repeat, #E6FFC5; }

._webp .banner__map { background: url(../img/romb.webp) 50px center/50% auto no-repeat; }

._webp .form-banner__row { background: url(../img/decore/input.webp) center/100% 100% no-repeat; }

._webp .form-banner__button { background: url(../img/decore/btn.webp) center/contain no-repeat; }

._webp .awards__content::after { background: url(../img/romb.webp) center/cover no-repeat; }

@media (max-width: 991.98px) {

  ._webp .awards__image { background: url(../img/romb.webp) left top/60% auto no-repeat; }
}

.brands__item.swiper-slide {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}