@charset "UTF-8";
/* stylelint-disable */ /* stylelint-disable */ /* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */ /* stylelint-disable */ /* stylelint-disable value-keyword-case */
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/../fonts/HelveticaNeueCyr-Roman.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/../fonts/HelveticaNeueCyr-Medium.woff2") format("woff2");
  font-weight: 550;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/../fonts/HelveticaNeueCyr-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/../fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/../fonts/Roboto-Italic.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/../fonts/Roboto-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/../fonts/Roboto-Black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/../fonts/Rubik-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/../fonts/Rubik-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
html {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

body {
  height: 100%;
  min-width: 320px;
  font-family: "HelveticaNeueCyr", "Roboto", sans-serif;
  background-color: #FFFFFF;
}

.main {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
}

/* helpers */
.container {
  max-width: 768px;
  padding: 0 15px;
  margin: 0 auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn-reset {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.list-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fieldset-reset {
  border: none;
  padding: 0 !important;
}

.stop-scroll {
  overflow: hidden;
}

.hidden {
  display: none;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.h2-title {
  margin: 0;
  margin-bottom: 15px;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 26px;
  color: #1E1E1E;
}

.h3-title {
  margin: 0;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 550;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
}

.section {
  position: relative;
  margin-bottom: 28px;
}

.section__content {
  position: relative;
}

.swiper {
  overflow: visible;
}

.swiper__container {
  max-width: 768px;
  padding: 0 15px;
  margin: 0 auto;
  overflow: hidden;
}

.swiper-overflow-hidden {
  overflow: hidden;
}

.button-center {
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bought__swiper {
  width: 100%;
}

.novelty__filter svg {
  margin-right: 13px;
}

.novelty__filter {
  margin-bottom: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 550;
  font-size: 14px;
  line-height: 24px;
  color: #1E1E1E;
}

.novelty__showmore {
  width: 174px;
  padding: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 1px solid #000000;
  border-radius: 8px;
  color: #1E1E1E;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number],
input[type=number]:hover,
input[type=number]:focus {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
}

input::-webkit-calendar-picker-indicator {
  opacity: 0;
}

input:focus {
  outline: none;
}

.popup__container {
  position: relative;
}

.header__link--styled {
  width: 37px;
}

.center-title {
  text-align: center;
}

.header {
  padding: 13px 0 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.header__link {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.header__wrapper span {
  opacity: 0;
  visibility: hidden;
  width: 37px;
  height: 37px;
}
.header__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__inner .header__img {
  display: none;
  padding: 2px;
  margin-right: 30px;
  width: 47px;
  height: 32px;
  border: 1px solid #FBCD0B;
  border-radius: 6px;
}
.header .code {
  cursor: pointer;
}
.header__phone {
  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: 37px;
  height: 37px;
  border: 1px solid #FBCD0B;
  border-radius: 50%;
}
.header .novelty-header-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero {
  position: relative;
  margin-bottom: 0;
}
.hero__popup {
  -webkit-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  transform: translateX(-200%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.hero__popup--active {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.hero__popup .hero__card--code {
  padding: 35px 40px;
  text-align: center;
  border: none;
  background-color: white;
}
.hero__popup--card {
  width: 100%;
  height: 571px;
}
.hero__card--text {
  height: 411px;
  padding: 20px 20px 77px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url("../img/card-popup-bg.svg");
  background-repeat: no-repeat;
  background-position: center 32%;
  background-color: #FBCD0B;
}
.hero__card--popup__information {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hero__card--popup__information .hero__card--type {
  display: block;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}
.hero__card--popup__information .hero__card--bonus {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 26px;
  color: #000000;
}
.hero__cancel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 20px;
  height: 20px;
  border: 1px solid #000000;
  border-radius: 50%;
}
.hero__card {
  display: block;
  position: relative;
  margin-bottom: 15px;
  width: 100%;
  height: 103px;
  border-radius: 15px;
  background-color: #000000;
}
.hero__card::after {
  content: url("../img/arrow-right.svg");
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 18px;
  right: 18px;
}
.hero__card--close {
  margin-left: auto;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  border-radius: 8px;
  background-color: #FCCB1E;
  z-index: 5;
}
.hero__card--close::before {
  content: "";
  position: absolute;
  z-index: 5;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hero__card--logo {
  margin-right: 32px;
}
.hero__card--wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero__card--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 17px 19px;
}
.hero__card--info {
  width: 85%;
}
.hero__card--type {
  margin-right: 5px;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
}
.hero__card--bonus {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
}
.hero__card--trigger {
  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-right: 30px;
  width: 85%;
  height: 40px;
  border: 1px solid #FBCD0B;
  border-radius: 6px;
  cursor: pointer;
  background-color: #FFFFFF;
}
.hero__card--trigger .hero__img, .hero__card--trigger canvas {
  width: 95%;
  height: 32px;
}
.hero__list--links {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.hero__list--item {
  background-color: #FBCD0B;
  border-radius: 8px;
  width: 49%;
}
.hero__list--item:first-child {
  margin-right: 5px;
}
.hero__list--link {
  padding: 17px 5px;
  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-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 550;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.hero__list--link svg {
  margin-right: 15px;
}
.hero__swiper {
  /*height: 300px;*/
}
.hero__slide {
  width: 100%;
  height: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  /*background-image: url("../img/sale.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;*/
  border-radius: 10px;
}
.hero__slide img {border-radius: 10px;}
.hero__slide img {
  width: 100%;
}
.hero__slide--list {
  padding: 19px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hero__slide--list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 20px;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 550;
  font-size: 16px;
  line-height: 24px;
  background-color: #FBCD0B;
  border-radius: 8px;
  color: #000000;
}
.hero__slide--list__item:first-child {
  margin-bottom: 6px;
}
.hero .swiper-horizontal > .swiper-pagination-bullets,
.hero .swiper-pagination-bullets.swiper-pagination-horizontal,
.hero .swiper-pagination-custom,
.hero .swiper-pagination-fraction {
  bottom: 0;
  width: 100%;
}
.hero .swiper-pagination-bullet {
  background-color: #E2E2E2;
}
.hero .swiper-pagination-bullet-active {
  background-color: #FBCD0B;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 291px;
  margin-right: 10px;
  height: 100%;
  border-radius: 8px;
  position: relative;
}

section .cards-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
 /* -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;*/
  gap: 10px 5px;
  margin-bottom: 43px;
}

.card-grid {
  width: 97% !important;
}

.card__product {
  position: relative;
  width: 100%;
}

.product__card--list {
  width: calc(100% - 18px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 5;
  top: 9px;
  left: 9px;
}

.product__card--item {
  padding: 0 8px;
  display: block;
  top: 9px;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 23px;
  color: #000000;
  border-radius: 6px;
  z-index: 50;
  text-align: center;
}

.product__card--item:first-child {
  margin-right: 9px;
}

.product__card--item:last-child {
  margin-left: auto;
}

.product__new {
  width: 28px;
  height: 21px;
  background-color: #FBCD0B;
}

.product__rating {
  width: 30px;
  height: 21px;
  background-color: #FFFFFF;
  text-align: start;
}

.card__link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 100%;
  width: 100%;
}

.card__img {
  display: block;
  width: 100%;
  max-height: 283px;
  min-height: 136px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  font-size: 0;
}

.card__img img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.card__content {
  padding: 13px 16px 13px 16px;
  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-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #000000;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.card__subtitle {
  margin: 0;
  margin-bottom: 0px;
  margin-bottom: 5px;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 550;
  font-size: 14px;
  line-height: 13px;
  text-align: center;
  color: #FFFFFF;
}

.card__content p {
  margin: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-top: auto;
  margin-bottom: 4px;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 13px;
  color: #5D5E5C;
  text-align: center;
}

.card__inner {
  margin-top: auto;
}

.card__info {
  width: 110%;
  margin-bottom: 9px;
  margin-top: auto;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.card__must {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card__quantity {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 550;
  font-size: 12px;
  line-height: 13px;
  color: #FFFFFF;
}

.card__parameter {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 400;
  font-size: 8px;
  line-height: 12px;
  color: #5D5E5C;
}

.card__alch {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card__price {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  padding: 4px 14px;
  margin-top: auto;
  width: auto;
  background-color: #FBCD0B;
  border-radius: 4px;
}

.card__cost {
  margin-right: 8px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 26px;
  color: #000000;
}

.border {
  margin-right: 8px;
  width: 1px;
  height: 10px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #5D5E5C;
}

.card__volume {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
}

.card-hidden {
  display: none;
}

.card-active {
  display: block;
}

.snack__cards {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px 10px;
}

.snack__card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.snack__link .card__price {
  width: 100%;
}

.snack__product {
  padding: 46px 16px 16px 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  border-radius: 15px;
  background-color: #000000;
}

.product__card--list {
  width: calc(100% - 18px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 5;
  top: 9px;
  left: 9px;
}

.product__card--item {
  padding: 0 8px;
  display: block;
  top: 9px;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 23px;
  color: #000000;
  border-radius: 6px;
  z-index: 50;
  text-align: center;
}

.product__card--item:first-child {
  margin-right: 9px;
}

.product__card--item:last-child {
  margin-left: auto;
}

.snack__cards .product__new {
  width: 44px;
  height: 21px;
  left: 9px;
  background-color: #FBCD0B;
}

.snack__cards .product__rating {
  width: 46px;
  height: 21px;
  right: 9px;
  background-color: #FFFFFF;
  text-align: start;
}

.snack__link {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.snack__subtitle {
  margin: 0;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 550;
  font-size: 11px;
  line-height: 21px;
  color: #FFFFFF;
}

.location__btn {
  width: 100%;
  padding: 12px 13px 12px 15px;
  margin-bottom: 14px;
  background-color: #000000;
  border-radius: 8px;
}

.location__wrapper {
  width: 100%;
}

.location {
  margin-right: 10px;
}

.location__address {
  -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;
}

.location__street {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
}

.location__station {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 18px;
  color: #FFFFFF;
}

.arrow {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.location__popup {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 15px 56px 15px;
  width: 100%;
  height: 495px;
  border: 1px solid #000000;
  border-radius: 10px;
  background-color: #FFFFFF;
  z-index: 1500;
  -webkit-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  transform: translateX(-200%);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  overflow:auto;
}

.location__popup--active {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.location__card {
  width: 100%;
}

.location__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.location__cancel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 20px;
  height: 20px;
  border: 1px solid #000000;
  border-radius: 50%;
}

.location__subtitle {
  margin: 0;
  margin-bottom: 0px;
  margin-bottom: 28px;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 23px;
  color: #000000;
  text-align: center;
}

.location__form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 30px;
}

.location__form--label {
  padding-left: 35px;
  position: relative;
  cursor: pointer;
}

.location__form--label:not(:last-child) {
  margin-bottom: 19px;
}

.radio-btn {
  display: none;
}

.radio-btn + span {
  position: absolute;
  top: 2px;
  left: -1px;
  width: 20px;
  height: 20px;
  border: 1px solid #E9E9E9;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: border-color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}

.radio-btn:checked + span {
  border-color: #FBCD0B;
  background-color: #FBCD0B;
}

.radio-btn + span::before {
  content: url("../img/Check-small.svg");
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.radio-btn:checked + span::before {
  opacity: 1;
}

.location__form--street {
  display: block;
  margin-bottom: 4px;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 550;
  font-size: 13px;
  line-height: 24px;
  color: #000000;
}

.location__form--station {
  position: relative;
  padding-left: 10px;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 18px;
  color: #000000;
}

.location__form--station::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 6px;
  width: 6px;
  background-color: #FBCD0B;
  border-radius: 50%;
  transform: translateY(-50%);
}

.cart__popup {
  display: none;
  width: 100%;
  padding: 17px 15px;
  background-color: #FBCD0B;
}

.cart__popup--active {
  display: block;
  position: fixed;
  bottom: 50px;
  left: 0;
  z-index:1
}
.ios .cart__popup--active {bottom: 77px;}

.cart__link {
  display: block;
}

.cart__container {
  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;
}

.cart__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #000000;
}

.cart__total--amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cart__total--cart {
  position: relative;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
}

.cart__total--cart:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  top: 0;
  left: -25px;
  background-image: url("../img/shopping-cart.svg");
}

.cart__total--quantity {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}

.swiper__container {
  margin-bottom: 28px;
}

.swiper__nav--item:first-child {
  width: 87px !important;
}

.swiper__nav--item:nth-child(2) {
  width: 90px !important;
}

.swiper__nav--item:nth-child(3) {
  width: 67px !important;
}

.swiper__nav--item:nth-child(4) {
  width: 61px !important;
}

.swiper__nav--item:nth-child(5) {
  width: 85px !important;
}

.swiper__nav--item:nth-child(6) {
  width: 57px !important;
}

.swiper__nav--item:nth-child(7) {
  width: 57px !important;
}

.swiper__nav--btn {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  padding: 4px 7px;
  border: 1px solid #E2E2E2;
  border-radius: 20px;
  color: #000000;
}

.swiper__nav--btn__active {
  background-color: #000000;
  color: #FFFFFF;
}

.section__item {
  display: none;
}

.section__item--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section__swiper--products {
  width: 100%;
}

@media (max-width: 460px) {
  .section__swiper--products .swiper-wrapper {
    /*height: 1850px;*/
  }
}
@media (max-width: 420px) {
  .section__swiper--products .swiper-wrapper {
   /* height: 1770px;*/
  }
}
@media (max-width: 390px) {
  .section__swiper--products .swiper-wrapper {
    /*height: 1720px;*/
  }
}
@media (max-width: 340px) {
  .section__swiper--products .swiper-wrapper {
   /*height: 1850px;*/
  }
}
.section__pagination {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 80px;
}

.section__prev, .section__next, .section__pagination--count {
  width: 38px;
  height: 38px;
  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-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 550;
  font-size: 14px;
  line-height: 16px;
  color: #1E1E1E;
  border: 1px solid #E9E9E9;
  border-radius: 50%;
}

.section__pagination--item:not(:last-child) {
  margin-right: 3px;
}

.section__pagination--count__active {
  background-color: #FBCD0B;
}

.section__header {
  margin-bottom: 0;
  padding: 13px 0 18px 0;
}

.header__wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height:39px;
}

.header-hide {
  width: 37px;
  visibility: hidden;
  opacity: 0;
}

.header__title {
  margin-bottom: 0;
}

.catalog {
  margin-bottom: 40px;
}
.catalog__card {
  padding: 20px 150px 18px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-color: #FBCD0B;
  border-radius: 15px;
}
.catalog .craft-link {
  width: 100%;
}
.catalog .beer {
  margin-bottom: 10px;
  width: 100%;
  height: 140px;
  background-size: 126px 127px;
  background-position: 90% 100%;
}
.catalog__inner {
  margin-bottom: 10px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.catalog .craft {
  margin-right: 10px;
  padding: 20px 0 18px 20px;
  height: 240px;
  background-size: 98px 237px;
}
.catalog__count {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
}
.catalog__bar {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.catalog__bar div {
  padding: 20px 0 18px 20px;
  height: 115px;
}
.catalog .lemonade {
  margin-bottom: 10px;
  background-size: 116px 107px;
  background-color: #000000;
}
.catalog .lemonade .h3-title, .catalog .snacks .h3-title, .catalog .lemonade .catalog__count, .catalog .snacks .catalog__count {
  color: #FFFFFF;
}
.catalog .cider {
  background-size: 103px 116px;
}
.catalog .snacks {
  width: 100%;
  height: 113px;
  background-size: 185px 115px;
  background-color: #000000;
}

.product__top {
  background-color: #000000;
  border-radius: 15px;
  position: relative;
}

.product__top .product__card--list {
  width: calc(100% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 5;
  top: 70px;
  left: 15px;
}

.product__top .product__card--item {
  padding: 0 8px;
  display: block;
  top: 9px;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 34px;
  color: #000000;
  border-radius: 6px;
  z-index: 50;
  text-align: center;
}

.product__top .product__card--item:first-child {
  margin-right: 10px;
}

.product__top .product__card--item:last-child {
  margin-left: auto;
}

.product__top .product__new {
  padding: 0 15px;
  width: 63px;
  height: 34px;
  left: 15px;
  background-color: #FBCD0B;
}

.product__top .product__percent {
  padding: 0 11px;
  width: 42px;
  height: 34px;
  left: 88px;
  background-color: #FBCD0B;
}

.product__top .product__rating {
  padding: 0 11px;
  width: 55px;
  height: 34px;
  right: 15px;
  background-color: #FFFFFF;
  text-align: start;
}

.product__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 20px;
  height: 20px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
}

.product__image {
  position: relative;
  width: 100%;
  height: 242px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product__cancel {
  position: relative;
}

.product__cancel {
  padding: 25px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.product__content {
  padding-top: 40px;
  padding-bottom: 140px;
  -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;
}

.product__title {
  margin: 0;
  margin-bottom: 15px;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
}

.product__text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width:100%;
}

.product__descr {
  margin: 0;
  margin-bottom: 15px;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #5D5E5C;
  text-align: center;
}

.product__info {
  width: 128px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product__must, .product__alch {
  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;
}

.product__must--quantity {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 550;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.product__must--parameter {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 8px;
  line-height: 12px;
  color: #5D5E5C;
}

.product__volume {
  display: block;
  padding: 5px 10px;
  margin-bottom: 40px;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #000000;
  border-radius: 6px;
}

.product__order {
  width: 100%;
  padding: 17px 25px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 8px;
  background-color: #FBCD0B;
  color: #000000;
}

.product__order--hidden {
  display: none;
}

.product__count--buttons {
  display: none;
}

.product__count--buttons__active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product__buy {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 550;
  font-size: 16px;
  line-height: 24px;
}

.product__price {
  position: relative;
  padding-right: 15px;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}

.product__price::after {
  position: absolute;
  content: "₽";
  top: 0;
  right: 0;
}

.product__text p {
  margin: 0;
  margin-bottom: 40px;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #000000;
}

.product__about {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product__style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product__style:not(:last-child) {
  padding-bottom: 12px;
  margin-bottom: 10px;
  border-bottom: 1px solid #E2E2E2;
}

.product__style:last-child {
  margin-bottom: 45px;
}

.product__parameter {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.product__label {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 550;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.product__subtitle {
  position: relative;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #000000;
}

.product__subtitle span {

  position: absolute;
  top: -5px;
  left: 110px;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #5D5E5C;
}

.product__list--stars {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.product__item:not(:last-child) {
  margin-right: 10px;
}

.product__opinion {
  margin: 0;
  margin-bottom: 17px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 550;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

.product__form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product__form label {
  width: 100%;
}

.product__input {
  width: 100%;
  margin-bottom: 40px;
  border: none;
  border-bottom: 1px solid #989898;
}

.product__submit {
  padding: 21px 0;
  width: 100%;
  margin-bottom: 40px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 550;
  font-size: 16px;
  line-height: 24px;
  color: #1E1E1E;
  border: 1px solid #000000;
  border-radius: 8px;
}

.product__comments {
  width: 100%;
}

.product__commentator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product__commentator--name, .product__commentator--date {
  margin-bottom: 8px;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #5D5E5C;
}

.product__comment--stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product__comment:not(:last-child) {
  margin-bottom: 8px;
}

.product__review {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 550;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.product__count--buttons {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*margin-bottom: 40px;*/
}

.product__count--button__minus, .product__count--button__plus {
  width: 58px;
  height: 58px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.product__count--button__minus {
  background-image: url("../img/minus.png");
}

.product__count--button__plus {
  background-image: url("../img/plus.png");
}

.count, .summ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 69px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.volume {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.count input {
  border: none;
  width: 27px;
}

.count input::-webkit-input-placeholder {
  color: #000000;
}

.count input::-moz-placeholder {
  color: #000000;
}

.count input:-ms-input-placeholder {
  color: #000000;
}

.count input::-ms-input-placeholder {
  color: #000000;
}

.count input::placeholder {
  color: #000000;
}

.cost, .currency {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
}

.cost {
  margin-right: 5px;
}

.bought {
  margin-bottom: 0;
}
.bought .bought__swiper {
  width: 100%;
}
.bought .product__content {
  min-height: 236px;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.bought .product__cancel::before {
  background-image: none;
}
.bought .product__top {
  margin-bottom: 5px;
}
.bought .product__card {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bought .product__card--list {
  width: calc(100% - 18px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 5;
  top: 9px;
  left: 9px;
}
.bought .product__card--item {
  padding: 0 8px;
  display: block;
  top: 9px;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 23px;
  color: #000000;
  border-radius: 6px;
  z-index: 50;
  text-align: center;
}
.bought .product__card--item:first-child {
  margin-right: 9px;
}
.bought .product__card--item:last-child {
  margin-left: auto;
}
.bought .product__new {
  width: 28px;
  height: 21px;
  background-color: #FBCD0B;
}
.bought .product__rating {
  width: 30px;
  height: 21px;
  background-color: #FFFFFF;
  text-align: start;
}
.bought .product__image {
  height: 100px;
}
.bought .product__card img {
  height: 100px;
}
.bought .product__order {
  padding: 10px 25px;
  width: 53%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 550;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.bought .product__title {
  width: 100%;
  margin-bottom: 0;
  position: relative;
  text-align: center;
  font-weight: 550;
  line-height: 13px;
  font-size: 12px;
  color: #FFFFFF;
}
.bought .product__must--quantity {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 550;
  font-size: 12px;
  line-height: 13px;
  color: #FFFFFF;
}
.bought .product__text {
  width: 100%;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.bought .product__text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -25px;
  left: 0;
  background-color: #000000;
  z-index: -5;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.bought .product__text p {
  margin-top: auto;
  margin-bottom: 8px;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #5D5E5C;
}
.bought .product__info {
  margin-bottom: 10px;
}
.bought .product__volume {
  margin-bottom: 10px;
  border: 1px solid #FFFFFF;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #FFFFFF;
}
.bought .product__volume b {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  color: #FFFFFF;
}
.bought .product__count--buttons {
  height: 44px;
  /*width: 82%;*/
}
.bought .product__count--buttons.cart__counts {
  padding-left: 0;
}
.bought .product__count--button__minus {
  background-image: url("../img/bought-minus.png");
}
.bought .product__count--button__plus {
  background-image: url("../img/bought-plus.png");
}
.bought .product__title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 60px;
  top: -25px;
  left: 0;
  background-color: #565656;
  z-index: -1;
  border-radius: 0 0 15px 15px;
}
.bought .count, .bought .summ {
  width: 35px;
}
.bought .count input {
  width: 27px;
}
.bought .border {
  margin-left: 8px;
}
.bought .quantity {
  background-color: #000000;
  color: #FFFFFF;
}
.bought .volume {
  color: #FFFFFF;
}
.bought .cost, .bought .currency {
  color: #FFFFFF;
  font-size: 12px;
}
.bought .cost {
  margin-right: 2px;
}
.bought .product__count--button__minus, .bought .product__count--button__plus {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: 29px;
  height: 28px;
}

.novelty {
  margin-bottom: 45px;
}

.about {
  margin-bottom: 18px;
  padding-bottom: 80px;
}
.about__img {
  width: 100%;
  margin-bottom: 34px;
  border-radius: 15px;
}
.about p {
  margin: 0;
  margin-bottom: 42px;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}
.about__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.about__item:not(:first-child) {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.about__link--address {
  display: block;
  margin-bottom: 40px;
  width: 100%;
  padding: 16px 68px;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 550;
  font-size: 15px;
  line-height: 24px;
  border-radius: 8px;
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
}
.about__link--phone {
  display: block;
  margin-bottom: 18px;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
}
.about__link--vk {
  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: 40px;
  height: 40px;
  border: 1px solid #E2E2E2;
  border-radius: 50%;
}

.change__location--popup {
  display: none;
  width: 100%;
  height: 225px;
  background-color: #FFFFFF;
}

.change__location--popup__active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.location__notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.change__location--subtitle, .registration__popup--subtitle {
  margin: 0;
  margin-bottom: 40px;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #050931;
  text-align: center;
}

.location__notice .location__cancel {
  margin-bottom: 21px;
}

.change__location--btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.change__location--btn__cancel {
  padding: 16px 24px;
  margin-right: 5px;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 550;
  font-size: 16px;
  line-height: 24px;
  color: #1E1E1E;
  border: 1px solid #000000;
  border-radius: 8px;
}

.change__location--btn__approve, .registration__popup--link {
  padding: 16px 26px;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 550;
  font-size: 16px;
  line-height: 24px;
  color: #1E1E1E;
  background-color: #FBCD0B;
  border-radius: 8px;
  text-align: center;
}

.registration__popup--link {
  max-width: 250px;
}

.section__wrapper {
  padding-bottom: 80px;
  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;
}

.personal__logo {
  display: block;
  margin-bottom: 40px;
}

.personal__title {
  margin: 0;
  margin-bottom: 40px;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
}

.personal__links {
  width: 100%;
}

.personal__link {
  display: block;
  width: 100%;
  padding: 16px 130px;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 550;
  font-size: 16px;
  line-height: 24px;
  border-radius: 8px;
}

.personal__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.authorization {
  margin-bottom: 15px;
  color: #FFFFFF;
  background-color: #000000;
}

.registration {
  color: #000000;
  border: 1px solid #000000;
}

.personal__info {
  width: 100%;
  margin-bottom: 40px;
}

.personal__name {
  margin: 0;
  margin-bottom: 15px;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #1E1E1E;
}

.personal__tel {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #1E1E1E;
}

.personal__accordion {
  width: 100%;
}

.accordion__trigger {
  color: #FFFFFF;
  cursor: pointer;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #1E1E1E;
}

.accordion__panel {
  background-color: #FFFFFF;
  /*max-height: 0;*/
  /*overflow: hidden;*/
  -webkit-transition: max-height 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

.accordion__trigger:after {
  content: url("../img/chevron-sown-large.svg");
  font-size: 13px;
  color: #777;
  float: right;
}

.active:after {
  content: url("../img/chevron-sown-large.svg");
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.personal-trigger {
  padding: 20px 0;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #1E1E1E;
}

.personal-trigger:not(:last-child) {
  border-bottom: 1px solid #E9E9E9;
}

.personal-active--form {
  padding-top: 24px;
  margin-bottom: 40px;
}

.personal-active--label {
  margin-bottom: 40px;
}

.personal-label {
  position: relative;
}

.personal-label::after {
  content: url("../img/pencil.svg");
  position: absolute;
  width: 20px;
  height: 20px;
  top: 25px;
  right: 0;
}

.card__image {
  margin-right: auto;
}

.personal .address__item:first-child {
  padding: 0;
}

.registration__popup {
  position: absolute;
  display: none;
  width: 100%;
  height: 225px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
  z-index: 500;
}

.registration__popup--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.personal-form {
  width: 100%;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.personal-form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.personal__form--descr {
  margin-bottom: 6px;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 550;
  font-size: 14px;
  line-height: 16px;
}

.personal__form--descr span {
  color: #FF0000;
}

.personal-input {
  border: none;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 550;
  font-size: 16px;
  line-height: 24px;
  color: #989898;
  border-bottom: 1px solid #989898;
  background: #fff;
  width: 100%;
}

.label-checkbox {
  position: relative;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 40px;
}

.checkbox-link {
  padding-left: 37px;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #1E1E1E;
}

.personal__form--link {
  color: #000000;
  border-bottom: 1px solid #000000;
}

.personal-checkbox {
  display: none;
}

.personal-checkbox + span {
  position: absolute;
  top: 2px;
  left: -1px;
  width: 21px;
  height: 21px;
  border: 1px solid #E9E9E9;
  text-align: center;
  -webkit-transition: border-color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}

.personal-checkbox:checked + span {
  border-color: #FBCD0B;
  background-color: #FBCD0B;
}

.personal-checkbox + span::before {
  content: url("../img/Check-small.svg");
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.personal-checkbox:checked + span::before {
  opacity: 1;
}

.personal__form--btn {
  background-color: #FBCD0B;
}

.authorization-link {
  border: 1px solid #000000;
}

.authorization-link, .personal__form--btn {
  padding: 17px 0;
  width: 100%;
  border-radius: 8px;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 550;
  font-size: 16px;
  line-height: 24px;
  color: #1E1E1E;
  border-radius: 8px;
  text-align: center;
}

.registr {
  margin-bottom: 40px;
}

.forgot-password {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1E1E1E;
  border: none;
}

.forgot__password--descr {
  margin: 0;
  margin-bottom: 40px;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.forgot__password--input {
  margin-bottom: 40px;
}

.orders__list {
  width: 100%;
}

.orders__item {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #E9E9E9;
}

.orders__item:last-child {
  margin-bottom: 70px;
}

.orders__info {
  margin-bottom: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.orders__number {
  margin: 0;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 550;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.orders__date, .orders__amount {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #5D5E5C;
}

.orders__amount {
  display: block;
  margin-bottom: 5px;
}

.orders__price {
  margin-bottom: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.orders__total {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #1E1E1E;
}

.orders__balls {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
}

.balls-plus {
  color: #FBCD0B;
}

.balls-minus {
  color: #FF0000;
}

.orders__status {
  padding: 9px 10px;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 550;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  background-color: #FBCD0B;
  border-radius: 6px;
}

.order__info {
  width: 100%;
  margin-bottom: 40px;
}

.order__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.order__text:not(:last-child) {
  margin-bottom: 25px;
}

.order__type {
  margin-bottom: 9px;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 550;
  font-size: 14px;
  line-height: 16px;
  color: #5D5E5C;
}

.order__result {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #1E1E1E;
}

.order__list {
  width: 100%;
}

.order__item {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #E9E9E9;
  border-radius: 6px;
}

.order__item:last-child {
  margin-bottom: 40px;
}

.order__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.order__img {
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  margin-right: 30px;
}

.order__img img {
  width: 100%;
  height: 100%;
}

.order__name {
  margin: 0;
  margin-bottom: 5px;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 550;
  font-size: 16px;
  line-height: 24px;
  color: #1E1E1E;
}

.order__amount {
  width: 100%;
}

.order__amount .count, .order__amount .summ {
  width: auto;
}

.order__amount .border {
  margin: 0 10px;
}

.drinks__section {
  margin-bottom: 40px;
}

.cart-wrapper .orders__number {
  margin-bottom: 40px;
}

.cart-wrapper .order__text {
  width: 100%;
}

.drinks__section .order__link, .snacks__section .order__link {
  margin-bottom: 15px;
}

.snacks__section {
  margin-bottom: 62px;
}

.bought__section .snack__cards {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  margin-bottom: 40px;
}

.product__section {
  margin-bottom: 30px;
}

.product-inner {
  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;
  margin-bottom: 40px;
}

.cart__subtitle {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  text-align: left;
  color: #000000;
}

.prod-title {
  margin-bottom: 0;
}

.cart__counts {
  padding-left: 17px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart__cancel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border: 1px solid #000000;
  border-radius: 50%;
}

.cart__counts .count {
  width: auto;
}

.product__approve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bought__section .snack__product {
  padding: 46px 30px 16px 30px;
  width: 100%;
}

.bought__section .snack__product::after {
  width: 30px;
  height: 9px;
}

.bought__section .card {
  min-height: 117px;
}

.bought__section .bought__wrapper {
  margin-bottom: 40px;
}

.product-wrapper {
  padding-bottom: 80px;
}

.points__section {
  margin-bottom: 48px;
}

.points__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.points__inner {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 17px 17px 17px 15px;
  margin-right: 15px;
  border: 1px solid #E9E9E9;
  border-radius: 8px;
}

.points__form {
  max-width: 164px;
}

.points {
  display: block;
  margin-right: 23px;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 550;
  font-size: 13px;
  line-height: 16px;
  color: #000000;
}

.points__amount {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
}

.points__summary {
  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;
}

.overall {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 550;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

.overall__summ {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 550;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.product__section .personal__form--btn {
  margin-bottom: 40px;
}

.product__section p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.approve__title {
  margin-bottom: 40px;
}

.approve__info {
  margin-bottom: 40px;
}

.approve__item:not(:last-child) {
  margin-bottom: 15px;
}

.approve__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.delivery {
  position: relative;
}

.delivery::after {
  content: url("../img/delivery.svg");
}

.first__section, .second__section, .third__section {
  margin-bottom: 40px;
}

.first__section p, .second__section p, .third__section p {
  margin: 0;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.first__section--title, .second__section--title, .third__section--title {
  text-align: left;
}

.first__section--subtitle, .second__section--subtitle, .third__section--subtitle {
  margin-bottom: 0;
  margin-bottom: 15px;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  text-align: left;
}

.second__section p {
  margin-bottom: 20px;
}

.second__section strong {
  display: block;
  margin-bottom: 40px;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.second__section a {
  position: relative;
  padding-left: 34px;
}

.second__section a svg {
  margin-right: 14px;
}

.second__section ol, .second__section ul {
  padding-left: 20px;
  margin-bottom: 40px;
}

.second__section li {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
}

.second__section ol li:not(:last-child) {
  margin-bottom: 15px;
}

.second__section ul li:not(:last-child) {
  margin-bottom: 15px;
}

.second__section--inner a {
  padding-left: 58px;
  margin-right: 8px;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 550;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.second__section--inner a::before {
  content: url("../img/file.svg");
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.second__section--inner span {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 550;
  font-size: 16px;
  line-height: 24px;
  color: #5D5E5C;
}

.second__section--inner {
  margin-bottom: 53px;
}

figure {
  position: relative;
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
}

figure::before {
  content: url("../img/text.svg");
  position: absolute;
  top: 0;
  left: 0;
}

figure p {
  padding-left: 66px;
  margin-bottom: 26px;
  font-family: "HelveticaNeueCyr", sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #000000 !important;
}

figcaption {
  padding-left: 66px;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #5D5E5C;
}

.second__section--btns {
  padding-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.goal-btn {
  margin-bottom: 15px;
}

.goal-btn, .nogoal-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 17px 0;
  border-radius: 8px;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 550;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.goal-btn {
  background-color: #FBCD0B;
}

.nogoal-btn {
  border: 1px solid #000000;
}

.filters {
  position: fixed;
  top: 0px;
  padding: 0 15px;
  overflow: auto;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  transform: translateX(-200%);
  z-index: 500;
  background-color: #FFFFFF;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.filters--active {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.filters .header__link {
  margin-right: 50px;
}

.filters__reset {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 550;
  font-size: 14px;
  line-height: 16px;
  color: #5D5E5C;
}

.filters__form {
  padding: 15px 0 20px;
  margin-bottom: 20px;
}

.form-border {
  display: block;
  margin: 20px 0;
  width: 100%;
  height: 1px;
  background-color: #E9E9E9;
}

.manufacturer {
  border-bottom: none;
}

.filters__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.filters__link {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 550;
  font-size: 14px;
  line-height: 16px;
  color: #FBCD0B;
  border-bottom: 1px solid #FBCD0B;
}

.filters__type {
  margin: 0;
  margin-bottom: 0px;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
}

.filters__label {
  display: inline-block;
  width: inherit;
  position: relative;
  cursor: pointer;
}

.filters__input {
  display: none;
}

.filters__input + span {
  display: inline-block;
  margin-bottom: 8px;
  padding: 9px 10px;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 550;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  border: 1px solid #E2E2E2;
  border-radius: 6px;
}

.filters__input:checked + span {
  background-color: #FBCD0B;
}

.filters__show {
  display: block;
  width: 100%;
  margin-bottom: 94px;
}

.address__list {
  width: 100%;
}

.address__item {
  padding: 20px 0;
  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;
  border-bottom: 1px solid #E9E9E9;
}

.address__link {
  width: 100%;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #1E1E1E;
}

.addresses__content {
  padding-bottom: 80px;
}

.addresses__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

.addresses__nav--item:first-child {
  margin-right: 33px;
}

.addressess__nav--btn {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 550;
  font-size: 16px;
  line-height: 24px;
  color: #5D5E5C;
}

.addressess__nav--btn__active {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 550;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  border-bottom: 2px solid #FBCD0B;
}

.addresses__item {
  display: none;
}

.addresses__item--active {
  display: block;
}

[class*=ground-pane] {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.ymaps-2-1-79-controls__toolbar_left {
  display: none;
}

.ymaps-2-1-79-controls__toolbar_right {
  display: none;
}

.ymaps-2-1-79-controls__control {
  display: none !important;
}

.ymaps-2-1-79-map-copyrights-promo {
  display: none;
}

.addresses__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.addresses__block:not(:last-child) {
  margin-bottom: 40px;
}

.addresses__title {
  position: relative;
  margin: 0;
  margin-bottom: 5px;
  padding-left: 20px;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  text-align: left;
}

.addresses__title::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #FBCD0B;
}

.addresses__block address {
  margin-bottom: 18px;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-style: normal;
  font-weight: 550;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

.addresses__inner {
  margin-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.addresses__schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.addresses__schedule span, .addresses__tel {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #5D5E5C;
}

.addresses__schedule span:first-child {
  margin-bottom: 5px;
}

.addresses__more {
  padding-left: 50px;
  display: block;
  position: relative;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 550;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.addresses__more::before {
  position: absolute;
  content: url(../img/location-address.svg);
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
}

.footer {
  padding: 5px 0 5px 0;
  border-top: 1px solid #E9E9E9;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: #FFFFFF;
}
.footer svg {
  width: 25px;
  height: 25px;
}
.footer__list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__link {
  width: 70px;
  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;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 11px;
  color: #989898;
  text-align: center;
}
.footer__link svg {
  margin-bottom: 5px;
}
.footer .page-active path {
  fill: #FBCD0B;
}
.footer .page-active {
  color: #000000;
}

@media (min-width: 576px) {
  .cards-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-rows: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
   /* -ms-grid-rows: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;*/
    gap: 10px 10px;
  }
}
/*# sourceMappingURL=main.css.map */

.with_basket {padding-bottom:80px;}
.product__image img {max-height:100%;}

.yandex-balloon {
  height: 200px;
  width: 200px;
}

.bought__wrapper .swiper-slide {background:#000; border-radius: 15px;}

input:disabled {background: transparent;}

.ios .footer {
  padding: 5px 0 25px 0;
}

* {
  -webkit-tap-highlight-color: transparent;
}

.hero__card--text {
  background-size: 329px auto;
}

.info-block--alert h3,
.info-block--alert p {
  text-align: center;
}

.hero__card--logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero__card::after {
  display: none;
}

.hero__card--trigger {
  position: relative;
}

.hero__card--trigger::after {
  content: url("../img/arrow-right.svg");
  position: absolute;
  width: 20px;
  height: 20px;
  /*bottom: 18px;*/
  /*right: 18px;*/
  bottom: -4px;
  right: -37px;
}

.personal-input::placeholder {
  color: #989898;
}

.personal-input {
  color: #000;
}

.card__cost,
.card__volume,
.hero__card--type,
.hero__card--bonus {
  white-space: nowrap;
}

.hero__card--bonus {
  margin-right: 5px;
}

div.product__comment:not(:last-child) {
  margin-bottom: 28px;
}

.filters__form {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid #E9E9E9;
}
.filters__form.filter_128 {border-bottom:0px;}

.filters__label {
  flex-basis: auto;
  display: block;
  margin-right: 8px;
  width: auto;
}

.code-wrapper {
  width: 100%;
  max-width: 160px;
  margin: 0 auto 10px;
  padding: 2px;
  border: 1px solid #FBCD0B;
  border-radius: 6px;
}

.code-wrapper .code {
  width: 100%;
  height: auto;
}

.product__top {
  left: -15px;
  width: calc(100% + 30px);
}

.personal-trigger--delete {
  color: #5D5E5C;
}

.registration__form label:not([class]) {
  margin-bottom: 20px;
}

.card__preview {
  font-size: 12px;
  line-height: 1.3;
}

.bought .product__count--button__minus,
.bought .product__count--button__plus {
  flex-shrink: 0;
  width: 28px;
  height: auto;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 6px;
  aspect-ratio: 1/1;
}

.bought .product__count--button__minus {
  margin-right: 3px;
}

.bought .product__count--button__plus {
  margin-left: 3px;
}

.bought .product__count--button__minus {
  background-image: url("../img/bought-minus.svg");
  background-size: 10px auto;
}

.bought .product__count--button__plus {
  background-image: url("../img/bought-plus.svg");
  background-size: 10px auto;
}

.product__count--buttons .border {
  flex-shrink: 0;
  background-color: #fff;
}

.bought .count .quantity {
  display: inline-block;
  margin-right: 4px;
}

.bought .product__rating {
  width: auto;
}

.popup__container--open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 15px;
  background-color: rgba(0,0,0,.5);
  z-index: 10000;
}

.popup__container--open .location__popup,
.popup__container--open .change__location--popup__active {
  position: static;
}

.change__location--popup__active {
  padding: 15px;
  border: 1px solid #000000;
  border-radius: 10px;
}

.cart__popup--active {
  z-index: 10;
}

.hero__card--code canvas {
  display: block;
  width: 178px;
  height: auto;
  margin: 0 auto;
}

.bought .product__card--item:last-child {
  margin-right: 0;
}

.card__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}


@media (max-width: 430px) {
  .bought .count .quantity,
  .bought .volume {
    font-size: 12px;
  }
}