html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

.link {
  color: #000;
}

/**/
html {
  height: 100%;
  font-size: 16px;
  color: #343A40;
}

body {
  height: 100%;
}

body.lock {
  overflow: hidden;
}

.wrapper {
  min-height: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content {
  width: 1180px;
  margin: 0 auto;
}

.wrapper__button button {
  padding: 1rem 2.625rem;
  border: none;
  border-radius: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Ubuntu";
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.wrapper__button2 button {
  padding: 1rem 0.625rem;
  border: none;
  border-radius: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Ubuntu";
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem 0 0 0;
  background: url("../img/background.png") repeat;
}

.header {
  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%;
  height: 11.25rem;
  background-color: #FCBF05;
}
.header__wrapper-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__wrapper-mob {
  display: none;
}
.header__logo {
  width: 23%;
}
.header__logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.header__logo a img {
  width: 100%;
}
.header__menu-phone {
  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;
  margin: 0 3.5rem;
  width: 52%;
}
.header__phone {
  width: 100%;
  padding-bottom: 1rem;
  border-bottom: 1px solid white;
  text-align: center;
}
.header__phone a {
  color: #343A40;
}
.header__phone a span {
  font-family: "Ubuntu";
  font-size: 1.5rem;
}
.header__menu {
  width: 100%;
}
.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.header__link {
  display: block;
  padding: 1rem 0;
  font-family: "Vollkorn";
  font-size: 1rem;
  font-weight: 700;
  color: #343A40;
}
.header__icons-adress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 88.8px;
}
.header__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
}
.header__icons img {
  cursor: pointer;
}
.header__adress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.header__adress span {
  margin-left: 5px;
  padding: 1rem 0;
  font-family: "Ubuntu";
  font-size: 0.875rem;
}

.header__submenu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  z-index: 10;
  padding: 20px 20px 0 20px;
  border: 1px solid white;
  border-radius: 0 10px 10px 10px;
  background-color: #FCBF05;
  -webkit-box-shadow: 5px 5px 5px #909499;
          box-shadow: 5px 5px 5px #909499;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.header__submenu-item {
  margin-bottom: 20px;
}

.header__submenu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #343A40;
}
.header__submenu-link img {
  width: 8px;
  height: auto;
  margin-right: 10px;
}
.header__submenu-link span {
  font-family: "Vollkorn";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.item-beer:hover .submenu-beer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item-drinks:hover .submenu-drinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item-snacks:hover .submenu-snacks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item-promotions:hover .submenu-promotions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__submenu-mob {
  display: none;
  padding-left: 20px;
}

.active-submenu-mob {
  display: block;
}

.header__submenu-mob .header__submenu-link img {
  width: 16px;
  height: auto;
}

.header__submenu-mob .header__submenu-link span {
  font-size: 20px;
}

.header__menu-mob {
  position: absolute;
  z-index: 5;
  top: -1400px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3.125rem;
  width: 70vw;
  height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
  background: #FCBF05;
  -webkit-transition: top 0.9s ease;
  transition: top 0.9s ease;
}

.header__menu-mob.active-menu {
  top: 0px;
}

.background-mob-menu {
  position: fixed;
  z-index: 4;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(90, 90, 90, 0.9);
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.background-mob-menu.active-background-mob-menu {
  opacity: 1;
  visibility: visible;
}

.footer {
  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%;
  height: 16.375rem;
  background-color: #343A40;
}
.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.footer__logo-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__logo {
  padding: 1.625rem 0;
  border-bottom: 1px solid #FCBF05;
}
.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 1.625rem 0;
}
.footer__social p {
  font-family: "Ubuntu";
  font-size: 1rem;
  color: #FFFFFF;
}
.footer__facebook {
  margin-right: 1rem;
}
.footer__link {
  display: block;
  padding-bottom: 1rem;
  font-family: "Ubuntu";
  font-size: 1rem;
  color: #FFFFFF;
}
.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-bottom: 1.25rem;
}
.footer__contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  color: #FFFFFF;
}
.footer__contact a span {
  font-family: "Ubuntu";
  font-size: 1rem;
}
.footer__contact span {
  font-family: "Ubuntu";
  font-size: 1rem;
  line-height: 1.25rem;
  color: #FFFFFF;
}
.footer__contact .real-bear {
  font-family: "Ubuntu";
  font-size: 0.875rem;
  color: #FFFFFF;
}
.footer__contact img {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.swiper-main {
  width: 1180px;
  height: 9.375rem;
  margin: 0 auto;
  border-radius: 10px;
}
.swiper-main .slide-1__content {
  height: 9.375rem;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/swiper/store.choose.png");
}
.swiper-main .slide-1__content button {
  position: absolute;
  z-index: 10;
  top: 90px;
  left: 200px;
  padding: 0.625rem 1.5rem;
  color: #FCBF05;
  background-color: #343A40;
}
.swiper-main .slide-2__content {
  height: 9.375rem;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/swiper/banner2.png");
}
.swiper-main .slide-2__content button {
  position: absolute;
  z-index: 10;
  top: 56px;
  right: 36px;
  padding: 0.625rem 1.5rem;
  color: #343A40;
  background-color: #FCBF05;
}

.swiper-main .slide-3__content {
  height: 9.375rem;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/swiper/bunner3.png");
}
.swiper-main .slide-3__content button {
  position: absolute;
  z-index: 10;
  top: 90px;
  left: 200px;
  padding: 0.625rem 1.5rem;
  color: #FCBF05;
  background-color: #343A40;
}

.swiper-pagination-bullet {
  margin-right: 10px;
  width: 10px;
  height: 10px;
  border: 2px solid white;
  opacity: 0.6;
  background-color: rgba(0, 0, 0, 0);
}

.swiper-pagination-bullet-active {
  opacity: 0.6;
  background-color: white;
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1rem;
}
.main-menu__item {
  width: 23.5%;
  height: 280px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 1.25rem;
  border: 2px solid #FCBF05;
  border-radius: 0.625rem;
  background: #343A40;
}

.main-menu__item2 {
  width: 32.5%;
  height: 280px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 1.25rem;
  border: 2px solid #FCBF05;
  border-radius: 0.625rem;
  background: #343A40;
}
.main-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.main-menu__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-menu__content img {
  margin-bottom: 1.625rem;
}
.main-menu__content span {
  text-align: center;
  text-transform: uppercase;
  font-family: "Vollkorn";
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: white;
}

.breadcrumbs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1.875rem 0;
}

.breadcrumbs {
  font-family: "Ubuntu";
  font-size: 0.875rem;
}

/*Catalog*/
.catalog__breadcrumbs-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.875rem 0;
}
.catalog__breadcrumbs {
  font-family: "Ubuntu";
  font-size: 0.875rem;
}
.catalog__filter button {
  border: 1px solid #343A40;
  background-color: #343A40;
}
.catalog__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
}
.catalog .catalog-item {
  margin-bottom: 1.25rem;
  margin-right: 1.25rem;
}
.catalog .catalog-item__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 23.75rem;
  height: 100%;
  border-radius: 0.625rem;
  background-color: white;
  -webkit-box-shadow: 5px 5px 10px #9fa2a5;
          box-shadow: 5px 5px 10px #9fa2a5;
  color: #343A40;
}
.catalog .catalog-item__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 23.75rem;
  height: 100%;
  border-radius: 0.625rem;
  background-color: white;
  -webkit-box-shadow: 5px 5px 10px #9fa2a5;
          box-shadow: 5px 5px 10px #9fa2a5;
  color: #343A40;
}
.catalog .catalog-item__new {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 6.25rem;
  height: 1.875rem;
  border-radius: 10px 0 0 0;
  font-family: "Ubuntu";
  font-weight: 700;
  font-size: 0.875rem;
  background-image: url("../img/catalog/rectangle.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.catalog .catalog-item__img-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 10px;
}
.catalog .catalog-item__img {
  display: block;
  padding-top: 20px;
}
.catalog .catalog-item__logo img {
  width: 22px;
  height: auto;
}
.catalog .catalog-item .img-snack {
  display: block;
}
.catalog .catalog-item .img-snack img {
  width: 158px;
}
.catalog .catalog-item .text-snack {
  margin-left: 10px;
}
.catalog .catalog-item .full-name-snack {
  margin-bottom: 20px;
}
.catalog .catalog-item .scale-snack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.catalog .catalog-item .scale-snack img {
  width: 24px;
  height: auto;
  margin-right: 10px;
}
.catalog .catalog-item .scale-snack div {
  font-family: "Ubuntu";
  font-size: 14px;
  color: #343A40;
}
.catalog .catalog-item .price-snack {
  margin-bottom: 20px;
}
.catalog .catalog-item .quantity-snack {
  margin-bottom: 32px;
}
.catalog .catalog-item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  position: relative;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  margin-left: 2.125rem;
}
.catalog .catalog-item__name-like {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.375rem;
}
.catalog .catalog-item__logo-like {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.375rem;
}
.catalog .catalog-item__like span {
  display: block;
  width: 1.875rem;
  height: 1.625rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../img/catalog/heart-empty.svg");
}
.catalog .catalog-item__like .like-full {
  background-image: url("../img/catalog/heart.svg");
}
.catalog .catalog-item__full-name {
  max-width: 50%;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-family: "Vollkorn";
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.3rem;
}
.catalog .catalog-item__parameter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 0.5rem;
}
.catalog .catalog-item__parameter span {
  font-family: "Ubuntu";
  font-size: 0.875rem;
  margin-right: 5px;
}
.catalog .catalog-item__scale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalog .catalog-item__scale img {
  width: 0.5rem;
  height: 0.5rem;
  margin-left: 5px;
}
.catalog .catalog-item__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5rem;
}
.catalog .catalog-item__price span {
  font-family: "Ubuntu";
  font-size: 0.875rem;
  color: #FCBF05;
}
.catalog .catalog-item__price span:first-child {
  margin-right: 5px;
  font-family: "Vollkorn";
  font-weight: 700;
  font-size: 2rem;
}
.catalog .catalog-item__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 6.875rem;
  height: 1.875rem;
  margin-bottom: 0.5rem;
  border-radius: 1rem;
  background-color: #ECEBF3;
}
.catalog .catalog-item__quantity img {
  padding: 0.5rem;
}
.catalog .catalog-item__quantity div {
  width: 2.75rem;
  height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Ubuntu";
  font-size: 1rem;
  background-color: white;
  overflow: hidden;
}
.catalog .catalog-item__packaging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 0.5rem;
}
.catalog .catalog-item__choices {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.catalog .catalog-item__choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0.375rem;
  font-family: "Ubuntu";
  font-size: 0.875rem;
}
.catalog .catalog-item__count {
  text-align: center;
  width: 1.875rem;
  height: 1.875rem;
  border: 1px solid #ECEBF3;
  outline: none;
}
.catalog .catalog-item input[type=number]::-webkit-outer-spin-button,
.catalog .catalog-item input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.catalog .catalog-item input[type=number],
.catalog .catalog-item input[type=number]:hover,
.catalog .catalog-item input[type=number]:focus {
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: textfield;
}
.catalog .catalog-item__wrapper-button button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 11.875rem;
  height: 3rem;
  border: 2px solid #FCBF05;
  color: #343A40;
  background-color: white;
}
.catalog .catalog-item__wrapper-button button img {
  margin-right: 0.625rem;
}

.catalog .catalog-item__wrapper-button2 button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 11.875rem;
  height: 3rem;
  border: 1px solid #ecebf3;
  color: #343A40;
  background-color: white;
}

.cart .catalog-item__wrapper-button2 button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 10.175rem;
  height: 2.8rem;
  border: 1px solid #ecebf3;
  color: #343A40;
  background-color: white;
}
.cart .catalog-item__wrapper-button2 button img {
  margin-right: 0.625rem;
}
.catalog .catalog-item__wrapper-button2 button img {
  margin-right: 0.625rem;
}
.catalog .catalog-item:nth-child(3n) {
  margin-right: 0;
}

/*Product*/
.product__main {
  position: relative;
  border-radius: 0.625rem;
  background-color: white;
  -webkit-box-shadow: 5px 5px 10px #9fa2a5;
          box-shadow: 5px 5px 10px #9fa2a5;
  overflow: hidden;
  margin-bottom: 10px;
}
.product__new {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 14.75rem;
  height: 4.5rem;
  margin-bottom: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/catalog/rectangle.png");
  font-family: "Ubuntu";
  font-size: 1.25rem;
  font-weight: 700;
}
.product__img-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 90px;
}
.product__text {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  padding: 0 6.25rem 0 5.625rem;
}
.product__img {
  padding: 2.5rem 6.375rem 0 6.375rem;
}
.product__img img {
  width: 11rem;
}
.product .img-text-snack {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product .img-snack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 90px;
}
.product .img-snack img {
  width: 386px;
  height: auto;
}
.product .text-snack {
  padding: 0;
  padding-right: 90px;
}
.product .wrapper-text-snack {
  margin: 0 90px 0 550px;
}
.product__name-like {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product__logo-like {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product__logo-like .product__like {
  position: relative;
  right: -3.125rem;
  top: 0;
}
.product__logo {
  margin-bottom: 30px;
}
.product__logo img {
  width: 36px;
  height: auto;
}
.product__like {
  position: absolute;
  right: 3.125rem;
  top: 3.25rem;
}
.product__like span {
  display: block;
  width: 2.875rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../img/catalog/heart-empty.svg");
  cursor: pointer;
}
.product__like .like-full {
  background-image: url("../img/catalog/heart.svg");
}
.product__name {
  margin-bottom: 1.875rem;
}
.product__name img {
  width: 6.625rem;
}
.product .full-name-snack {
  width: 70%;
}
.product__full-name {
  margin-bottom: 1.875rem;
  text-transform: uppercase;
  font-family: "Vollkorn";
  font-size: 2rem;
  line-height: 2.125rem;
  font-weight: 700;
}
.product__scale-snack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.product__scale-snack img {
  width: 32px;
  height: auto;
  margin-right: 10px;
}
.product__scale-snack div {
  font-family: "Ubuntu";
  font-size: 20px;
}
.product__price {
  margin-bottom: 1.875rem;
}
.product__price span:first-child {
  margin-right: 0.375rem;
  font-family: "Vollkorn";
  font-size: 2.5rem;
  font-weight: 700;
}
.product__price span {
  font-family: "Ubuntu";
  font-size: 1rem;
}
.product__parameter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1.875rem;
}
.product__parameter-name {
  margin-bottom: 0.625rem;
  font-family: "Ubuntu";
  font-size: 1.25rem;
  color: #343A40;
}
.product__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 6.5rem;
  height: 2rem;
  margin-bottom: 1.875rem;
  border-radius: 1rem;
  background-color: #87A0B2;
}
.product__quantity div {
  width: 2.75rem;
  height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Ubuntu";
  font-size: 1rem;
  background-color: white;
  overflow: hidden;
}
.product__quantity .product__minus {
  width: 14px;
  height: 2px;
  padding: 0.5rem;
  cursor: pointer;
}
.product__quantity .product__minus rect {
  fill: white;
}
.product__quantity .product__plus {
  width: 14px;
  height: 14px;
  padding: 0.5rem;
  cursor: pointer;
}
.product__quantity .product__plus path {
  fill: white;
}
.product__packaging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 1.875rem;
}
.product__bottle {
  margin-right: 2.875rem;
}
.product__bottle img {
  width: 1.75rem;
}
.product__choices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.product__choice {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product__choice div {
  font-family: "Ubuntu";
  font-size: 1.25rem;
}
.product__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 4.875rem;
  height: 2.375rem;
  border: 1px solid #ECEBF3;
}
.product__select div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}
.product__select div:first-child {
  border-right: 1px solid #ECEBF3;
}
.product__select div:last-child {
  cursor: pointer;
}
.product__select div:last-child img {
  pointer-events: none;
}
.product__select-options {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 4.3rem;
  width: 4.875rem;
  min-height: 2.5rem;
  border: 1px solid #ECEBF3;
  background-color: white;
}
.product__select-options div {
  padding: 5px 5px;
  cursor: pointer;
}
.product__select-options div:hover {
  color: white;
  background-color: #87A0B2;
}
.product__select-options.active-select-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product__wrapper-button {
  padding-bottom: 1.875rem;
}
.product__wrapper-button button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25rem 2.625rem;
  background-color: #FCBF05;
  cursor: pointer;
}
.product__wrapper-button button img {
  margin-right: 0.875rem;
}


.product__wrapper-button button.product__button2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.45rem 2.625rem;
  border: 1px solid #ecebf3;
  color: #343A40;
  background-color: white;
  cursor: pointer;
  margin-right: 1rem;
}
.product__wrapper-button button.product__button2 img {
  margin-right: 0.875rem;
}
.product__wrapper-text {
  padding: 1.875rem 0 4.5rem 0;
  margin-left: 29rem;
  margin-right: 6.25rem;
  border-top: 2px solid #FCBF05;
  font-family: "Ubuntu";
  font-size: 1rem;
  line-height: 1.25rem;
}

/*Recommendations*/
.recommendations__title {
  padding-top: 5rem;
  padding-bottom: 1.875rem;
  margin-bottom: 1.875rem;
  border-bottom: 2px solid #FCBF05;
  font-family: "Vollkorn";
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.recommendations__slider-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.recommendations__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.recommendations__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.625rem 1.25rem 1.25rem 1.25rem;
  width: 23.75rem;
  height: 23.75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.625rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 5px #9fa2a5;
          box-shadow: 0px 5px 5px #9fa2a5;
  overflow: hidden;
  color: #343a40;
}
.recommendations__wrapper-img {
  margin-right: 1.25rem;
}
.recommendations__content {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recommendations__logo-like {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.375rem;
}
.recommendations__logo-like span {
  display: block;
  width: 1.875rem;
  height: 1.625rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../img/catalog/heart-empty.svg");
}
.recommendations__logo-like .like-full {
  background-image: url("../img/catalog/heart.svg");
}
.recommendations__title-product {
  margin-bottom: 1.25rem;
  font-family: "Vollkorn";
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
.recommendations__scale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.25rem;
}
.recommendations__scale img {
  margin-right: 0.625rem;
}
.recommendations__scale span {
  margin-right: 0.625rem;
  font-family: "Ubuntu";
  font-size: 1rem;
}
.recommendations__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 6.5rem;
  height: 2rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
  background-color: #ECEBF3;
}
.recommendations__quantity div {
  width: 2.75rem;
  height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-family: "Ubuntu";
  font-size: 1rem;
  background-color: white;
  overflow: hidden;
}
.recommendations__quantity .recommendations__minus {
  width: 14px;
  height: 2px;
  padding: 0.5rem;
  cursor: pointer;
}
.recommendations__quantity .recommendations__minus rect {
  fill: #343A40;
}
.recommendations__quantity .recommendations__plus {
  width: 14px;
  height: 14px;
  padding: 0.5rem;
  cursor: pointer;
}
.recommendations__quantity .recommendations__plus path {
  fill: #343A40;
}
.recommendations__price {
  margin-bottom: 1rem;
}
.recommendations__price span {
  font-family: "Ubuntu";
  font-size: 0.875rem;
  color: #FCBF05;
}
.recommendations__price span:first-child {
  margin-right: 0.375rem;
  font-family: "Vollkorn";
  font-size: 1.5rem;
}
.recommendations__wrapper-button button {
  width: 100%;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25rem 0;
  border: 2px solid #FCBF05;
  background-color: white;
}
.recommendations__wrapper-button button img {
  margin-right: 1rem;
}
.recommendations .recommendations__arrow-left,
.recommendations .recommendations__arrow-right {
  position: absolute;
  top: 10.3125rem;
  width: 1.375rem;
  height: 3.125rem;
  cursor: pointer;
}
.recommendations .recommendations__arrow-left {
  left: -3.75rem;
}
.recommendations .recommendations__arrow-right {
  right: -3.75rem;
}

.content-recommendations {
  width: 1180px;
  margin: 0 auto;
}
.content-recommendations .swiper-wrapper {
  height: 400px;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: -60px;
  color: white;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: -60px;
  color: white;
}

/*Discount*/
.promotions {
  padding: 5rem;
  border-radius: 0.625rem;
  -webkit-box-shadow: 5px 5px 10px #9fa2a5;
          box-shadow: 5px 5px 10px #9fa2a5;
  background-color: white;
}
.promotions__wrapper {
  padding-bottom: 3.125rem;
  border-bottom: 2px solid #FCBF05;
}
.promotions__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.promotions__option {
  width: 33.333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 4.375rem;
}
.promotions__option div {
  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;
}
.promotions__option-img {
  height: 6rem;
  margin-bottom: 1.875rem;
}
.promotions__option-title {
  margin-bottom: 3.75rem;
  text-align: center;
  font-family: "Vollkorn";
  font-size: 1.5rem;
  font-weight: 700;
}
.promotions__option-text {
  margin-bottom: 1.875rem;
  text-align: center;
  font-family: "Ubuntu";
  font-size: 1rem;
  line-height: 1.25rem;
}
.promotions__option-button {
  height: 3.25rem;
  min-width: 100%;
  border: 1px solid #343A40;
  border-radius: 10px;
  font-family: "Ubuntu";
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #343A40;
  background-color: white;
  cursor: pointer;
}
.promotions__shops {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 3.125rem;
}
.promotions__shops-text {
  margin-bottom: 3.125rem;
  text-align: center;
  font-family: "Ubuntu";
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 700;
}
.promotions .promotions__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 25.125rem;
  height: 2.375rem;
  margin-bottom: 3.125rem;
  border: 1px solid #ECEBF3;
}
.promotions .promotions__select div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.promotions .promotions__select div:first-child {
  padding-left: 1.25rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 90%;
  border-right: 1px solid #ECEBF3;
  font-family: "Ubuntu";
  font-size: 1rem;
}
.promotions .promotions__select div:last-child {
  width: 10%;
  cursor: pointer;
}
.promotions .promotions__select div:last-child img {
  pointer-events: none;
}
.promotions .promotions__select-options {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 10.1rem;
  width: 25.125rem;
  max-height: 13.75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 2.5rem;
  border: 1px solid #ECEBF3;
  font-family: "Ubuntu";
  font-size: 1rem;
  background-color: white;
  overflow: auto;
}
.promotions .promotions__select-options div {
  padding: 0.625rem 1.25rem;
  cursor: pointer;
}
.promotions .promotions__select-options div:hover {
  color: white;
  background-color: #87A0B2;
}
.promotions .promotions__select-options.active-select-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.promotions__shops-button {
  padding: 0;
  border: none;
}
.promotions__shops-button a {
  display: block;
  padding: 1rem 2.625rem;
  border: 1px solid #FCBF05;
  border-radius: 0.625rem;
  font-family: "Ubuntu";
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #343A40;
  background-color: #FCBF05;
  cursor: pointer;
}

/*Discount-2*/
.discount__wrapper {
  position: relative;
  padding: 5rem;
  border-radius: 0.625rem;
  -webkit-box-shadow: 5px 5px 10px #9fa2a5;
          box-shadow: 5px 5px 10px #9fa2a5;
  background-color: white;
}
.discount__wrapper .promotions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.discount__wrapper .promotions .promotions__select-options {
  top: 12.2rem;
}
.discount__list-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 1.125rem 0;
  border-bottom: 1px solid #ECEBF3;
  font-family: "Ubuntu";
  font-size: 0.875rem;
  color: #343A40;
}
.discount__list-title div:first-child {
  padding-left: 9.125rem;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.discount__list-title div:nth-child(2) {
  width: 15%;
  text-align: center;
}
.discount__list-title div:last-child {
  width: 15%;
  text-align: center;
}
.discount__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.625rem 0;
  border-bottom: 1px solid #ECEBF3;
  color: #343A40;
}
.discount__wrapper-list-mob {
  display: none;
}
.discount__item-wrapper {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.discount__item-wrapper div {
  margin-right: 1.25rem;
}
.discount__img-beer {
  min-width: 4.125rem;
  height: 4.125rem;
  padding: 0px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 5px #d5d7d8;
          box-shadow: 2px 2px 5px #d5d7d8;
}
.discount__item-name {
  font-family: "Ubuntu";
  font-weight: 700;
  font-size: 0.875rem;
}
.discount__old-price {
  width: 15%;
  font-family: "Ubuntu";
  font-weight: 700;
  font-size: 0.875rem;
  text-decoration: line-through;
  text-align: center;
}
.discount__new-price {
  width: 15%;
  font-family: "Ubuntu";
  font-weight: 700;
  font-size: 1.25rem;
  text-align: center;
  color: #FCBF05;
}
.discount__wrapper-button {
  margin: 0;
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.discount__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 1.125rem 2.625rem;
  color: #343A40;
  background-color: #FCBF05;
}
.discount__button img {
  margin-right: 0.875rem;
}

/*Accumulation*/
.accumulation__wrapper {
  position: relative;
  padding: 5rem 0;
  border-radius: 0.625rem;
  -webkit-box-shadow: 5px 5px 10px #9fa2a5;
          box-shadow: 5px 5px 10px #9fa2a5;
  background-color: white;
  margin-bottom: 10px;
}
div.discount{
  margin-bottom: 10px;
}
.accumulation__questions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #ECEBF3;
  width: 50%;
  margin: 0 auto;
}
.accumulation__wrapper-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #ECEBF3;
}
.accumulation__wrapper-question.active {
  padding-bottom: 1.875rem;
}
.accumulation__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.25rem 0 1.875rem 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.accumulation__question .accumulation__question-arrow {
  margin-right: 0.75rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.accumulation__question .accumulation__question-arrow.active {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accumulation__question p {
  font-family: "Ubuntu";
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25rem;
}
.accumulation__answer {
  display: block;
  max-height: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Ubuntu";
  font-size: 1rem;
  line-height: 1.25rem;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

/*Contacts*/
.contacts .breadcrumbs-wrapper {
  margin-top: 0;
}
.contacts__title {
  margin-bottom: 1.875rem;
}
.contacts__content {
  width: 66%;
  margin: 0 auto;
}
.contacts__main-map {
  width: 100%;
  height: 13.75rem;
  margin-bottom: 1.875rem;
}
.contacts__filter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.875rem;
}
.contacts__filter button {
  border: 1px solid #87A0B2;
  background-color: #87A0B2;
}
.contacts__addresses .contacts__addition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background-color: #FCBF05;
}
.contacts__addresses .contacts__wrapper-addition {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3.5rem 1rem 3.5rem 1.875rem;
}
.contacts__addresses .contacts__wrapper-picture {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contacts__addresses .contacts__wrapper-picture img {
  width: 13.75rem;
  height: 9.625rem;
  padding: 1.875rem 1rem 1.875rem 1rem;
}
.contacts__addresses .contacts__wrapper-picture .contacts__picture-mob {
  display: none;
}
.contacts__addresses .contacts__wrapper-map {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contacts__addresses .contacts__wrapper-map iframe {
  width: 13.75rem;
  height: 9.625rem;
  padding: 1.875rem 1.875rem 1.875rem 1rem;
}
.contacts__addresses .contacts__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.875rem;
}
.contacts__addresses .contacts__time img {
  margin-right: 1rem;
}
.contacts__addresses .contacts__time span {
  font-family: "Ubuntu";
  font-size: 1rem;
  line-height: 1.25rem;
}
.contacts__addresses .contacts__button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.625rem 0;
  border-radius: 0.625rem;
  border: none;
  cursor: pointer;
}
.contacts__addresses .contacts__button img {
  margin-right: 1rem;
}

/*Payment*/
.wrapper-content {
  position: relative;
  padding: 5rem 0;
  border-radius: 0.625rem;
  -webkit-box-shadow: 5px 5px 10px #9fa2a5;
          box-shadow: 5px 5px 10px #9fa2a5;
  background-color: white;
  margin-bottom: 10px;
}

.payment .breadcrumbs-wrapper {
  margin-top: 0;
}
.payment__content {
  padding: 0 200px;
  font-family: "Ubuntu";
  font-size: 16px;
  line-height: 18px;
  color: #343A40;
}
.payment__content div,
.payment__content p {
  margin-bottom: 20px;
}
.payment__content div:last-child {
  margin-bottom: 0px;
}
.payment__content h3,
.payment__content span {
  font-weight: 700;
}
.payment__content ul {
  list-style-type: disc;
  list-style-position: inside;
}
.payment__content li {
  padding-left: 10px;
}
.payment__content .wrapper-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}
.payment__content .checkbox {
  display: inline-block;
}
.payment__content label::after {
  left: 0;
}
.payment__content label span {
  padding-left: 16px;
  font-weight: 300;
  cursor: pointer;
}
.payment__content a {
  display: inline-block;
  padding: 2px;
  padding-top: 0;
  border-bottom: 1px solid #343A40;
  color: #343A40;
}

/*Error*/
.error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5rem 0 3.75rem 0;
  border-radius: 0.625rem;
  background-color: white;
}
.error__img {
  width: 20%;
  margin-bottom: 3.125rem;
}
.error__img img {
  width: 100%;
}
.error__text {
  margin-bottom: 3.125rem;
  padding: 0 1rem;
  text-align: center;
  font-family: "Ubuntu";
  font-size: 1rem;
  line-height: 1.25rem;
}
.error__text span {
  font-weight: 700;
}
.error__button button {
  color: #343A40;
  background-color: #FCBF05;
}

/*Success*/
.success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7rem 0;
  border-radius: 0.625rem;
  background-color: white;
  margin-bottom: 1rem;
}
.success__img {
  margin-bottom: 3.125rem;
}
.success__text {
  margin-bottom: 3.125rem;
  padding: 0 1rem;
  text-align: center;
  font-family: "Ubuntu";
  font-size: 1rem;
  line-height: 1.25rem;
}

/*Cart*/
.cart__wrapper {
  position: relative;
  padding: 5rem 0;
  border-radius: 0.625rem;
  -webkit-box-shadow: 5px 5px 10px #9fa2a5;
          box-shadow: 5px 5px 10px #9fa2a5;
  background-color: white;
  margin-bottom: 1rem;
}
.cart__list {
  width: 68%;
  margin: 0 auto;
  margin-bottom: 3.125rem;
  font-family: "Ubuntu";
  font-size: 0.875rem;
}
.cart__list-mob {
  display: none;
}
.cart__list-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}
.cart__list-title div {
  width: 12.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.cart__list-title div:first-child {
  width: 50%;
  padding-left: 5.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: start;
}
.cart .cart-item {
  border-bottom: 1px solid #ECEBF3;
}
.cart .cart-item__main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25rem 0;
  width: 100%;
}
.cart .cart-item__main.promo {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.cart .cart-item__main.bonuses {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.cart .cart-item__main.sum {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.cart .cart-item__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 50%;
}
.cart .cart-item__wrapper div {
  margin-right: 1.25rem;
}
.cart .cart-item__item {
  width: 12.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.cart .cart-item__like span {
  display: block;
  width: 1rem;
  height: 0.875rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../img/catalog/heart-empty.svg");
}
.cart .cart-item__like .like-full {
  background-image: url("../img/catalog/heart.svg");
}
.cart .cart-item__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 5px #d5d7d8;
          box-shadow: 2px 2px 5px #d5d7d8;
}
.cart .cart-item__name {
  font-weight: 700;
}
.cart .cart-item__price {
  font-weight: 700;
}
.cart .cart-item__price.glass {
  font-weight: 400;
}
.cart .cart-item__amount .product__quantity {
  margin: 0;
}
.cart .cart-item__all {
  font-weight: 700;
}
.cart .cart-item__close {
  position: absolute;
  right: -0.625rem;
  cursor: pointer;
}
.cart .cart-item__further {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-bottom: 1.25rem;
}
.cart .cart-item__further-margin {
  width: 62.5%;
}
.cart .cart-item__further-mein {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 37.5%;
}
.cart .cart-item__further-text {
  width: 39%;
  text-align: center;
}
.cart .cart-item__further-price {
  width: 33.333%;
  text-align: center;
}
.cart .cart-item__text {
  width: 30%;
  text-align: end;
  font-family: "Ubuntu";
  font-size: 0.875rem;
  font-weight: 700;
}
.cart .cart-item__input-wrapper {
  width: 25%;
  text-align: end;
}
.cart .cart-item__input-wrapper .cart-item__input {
  width: 7.125rem;
  height: 2.375rem;
  border: 1px solid #ECEBF3;
  text-align: center;
  outline: none;
  font-family: "Ubuntu";
  font-size: 1rem;
  color: #87A0B2;
}
.cart .cart-item__input-wrapper .cart-item__input::-webkit-input-placeholder {
  font-family: "Ubuntu";
  font-size: 1rem;
  color: #87A0B2;
}
.cart .cart-item__input-wrapper .cart-item__input::-moz-placeholder {
  font-family: "Ubuntu";
  font-size: 1rem;
  color: #87A0B2;
}
.cart .cart-item__input-wrapper .cart-item__input:-ms-input-placeholder {
  font-family: "Ubuntu";
  font-size: 1rem;
  color: #87A0B2;
}
.cart .cart-item__input-wrapper .cart-item__input::-ms-input-placeholder {
  font-family: "Ubuntu";
  font-size: 1rem;
  color: #87A0B2;
}
.cart .cart-item__input-wrapper .cart-item__input::placeholder {
  font-family: "Ubuntu";
  font-size: 1rem;
  color: #87A0B2;
}
.cart .cart-item__sum {
  width: 25%;
  text-align: end;
  font-weight: 700;
}
.cart__select {
  position: relative;
}
.cart__information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 68%;
  margin: 0 auto;
  font-family: "Ubuntu";
  font-size: 0.875rem;
}
.cart__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.cart .cart__info-first,
.cart .cart__info-second {
  width: 50%;
}
.cart .cart__info-second {
  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: end;
      -ms-flex-align: end;
          align-items: end;
}
.cart .cart__select,
.cart .cart__radio {
  width: 82%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cart .radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.5rem;
}
.cart .radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.cart .radio input[type=radio] + .radio-label:before {
  content: "";
  background: white;
  border-radius: 100%;
  border: 2px solid #87A0B2;
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  position: relative;
  top: 0;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.cart .radio input[type=radio]:checked + .radio-label:before {
  background-color: #FCBF05;
  -webkit-box-shadow: inset 0 0 0 4px #FCBF05;
          box-shadow: inset 0 0 0 4px #FCBF05;
}
.cart .cart__info-first div {
  margin-bottom: 3.125rem;
}
.cart .cart__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 2.375rem;
  padding-left: 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ECEBF3;
  outline-style: none;
  font-family: "Ubuntu";
  font-size: 1rem;
  color: #343A40;
}
.cart .cart__info-item.address {
  color: #343A40;
}
.cart .cart__info-item::-webkit-input-placeholder {
  font-family: "Ubuntu";
  font-size: 1rem;
  color: #87A0B2;
}
.cart .cart__info-item::-moz-placeholder {
  font-family: "Ubuntu";
  font-size: 1rem;
  color: #87A0B2;
}
.cart .cart__info-item:-ms-input-placeholder {
  font-family: "Ubuntu";
  font-size: 1rem;
  color: #87A0B2;
}
.cart .cart__info-item::-ms-input-placeholder {
  font-family: "Ubuntu";
  font-size: 1rem;
  color: #87A0B2;
}
.cart .cart__info-item::placeholder {
  font-family: "Ubuntu";
  font-size: 1rem;
  color: #87A0B2;
}
.cart .time__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.375rem;
  margin-bottom: 2.75rem;
  border: 1px solid #ECEBF3;
}
.cart .time__select div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart .time__select div:first-child {
  padding-left: 1.25rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 90%;
  border-right: 1px solid #ECEBF3;
  font-family: "Ubuntu";
  font-size: 1rem;
}
.cart .time__select div:last-child {
  width: 10%;
  cursor: pointer;
}
.cart .time__select div:last-child img {
  pointer-events: none;
}
.cart .time__select-options {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  z-index: 5;
  top: 2.5rem;
  width: 328.98px;
  max-height: 13.75rem;
  min-height: 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ECEBF3;
  font-family: "Ubuntu";
  font-size: 1rem;
  background-color: white;
  overflow: auto;
}
.cart .time__select-options div {
  padding: 0.625rem 1.25rem;
  cursor: pointer;
}
.cart .time__select-options div:hover {
  color: white;
  background-color: #87A0B2;
}
.cart .time__select-options.active-select-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cart__comment {
  margin-bottom: 3.125rem;
}
.cart__comment textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 6.25rem;
  padding: 1.25rem 0.625rem;
  border: 1px solid #ECEBF3;
  resize: none;
  outline: none;
}
.cart__comment textarea::-webkit-input-placeholder {
  font-family: "Ubuntu";
  font-size: 1rem;
  color: #87A0B2;
}
.cart__comment textarea::-moz-placeholder {
  font-family: "Ubuntu";
  font-size: 1rem;
  color: #87A0B2;
}
.cart__comment textarea:-ms-input-placeholder {
  font-family: "Ubuntu";
  font-size: 1rem;
  color: #87A0B2;
}
.cart__comment textarea::-ms-input-placeholder {
  font-family: "Ubuntu";
  font-size: 1rem;
  color: #87A0B2;
}
.cart__comment textarea::placeholder {
  font-family: "Ubuntu";
  font-size: 1rem;
  color: #87A0B2;
}
.cart__details {
  width: 40%;
  margin: 0 auto;
  margin-bottom: 3.125rem;
  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: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.cart__details .checkbox {
  margin-bottom: 0.625rem;
}
.cart__details .checkbox label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding-left: 1.375rem;
  font-size: 0.75rem;
}
.cart__details .checkbox label::before {
  position: absolute;
  left: 0;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cart__details .checkbox label::after {
  position: absolute;
  left: 0;
  top: -5px;
}
.cart__button {
  margin: 0 auto;
}
.cart__button button {
  color: #343A40;
  background-color: #FCBF05;
}

/*Cabinet*/
.cabinet .breadcrumbs-wrapper {
  margin-top: 0;
}
.cabinet .cabinet__shops,
.cabinet .cabinet__my-bonuses,
.cabinet .cabinet__favorites,
.cabinet .cabinet__person,
.cabinet .cabinet__barcode {
  display: none;
}
.cabinet__order-title-mob {
  display: none;
}
.cabinet .wrapper__button-bonus-mob {
  display: none;
}
.cabinet .wrapper__button-exit-mob {
  display: none;
}
.cabinet__wrapper {
  position: relative;
  padding: 5rem;
  border-radius: 0.625rem;
  -webkit-box-shadow: 5px 5px 10px #9fa2a5;
          box-shadow: 5px 5px 10px #9fa2a5;
  background-color: white;
  margin-bottom: 1rem;
}
.cabinet__content {
  display: -webkit-box;
  display: -ms-flexbox;
/*  display: flex;*/
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.cabinet__menu {
  width: 13.75rem;
  margin-right: 5rem;
}
.cabinet__wrapper-button {
  width: 100%;
  margin-bottom: 1.875rem;
}
.cabinet__wrapper-button button {
  padding: 0.625rem;
  width: 100%;
  border: 1px solid #FCBF05;
  text-align: center;
  font-family: "Vollkorn";
  color: #343A40;
  background-color: white;
}
.cabinet__wrapper-button .active {
  background-color: #FCBF05;
}
.cabinet__wrapper-button:last-child {
  margin-bottom: 0;
}
.cabinet .exit {
  border: 1px solid white;
  margin-bottom: 2rem;
}
.cabinet .bonus {
  padding: 0.25rem 1rem 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  background-color: #FCBF05;
}
.cabinet .bonus span:first-child {
  font-size: 2.25rem;
}
.cabinet .bonus span:last-child {
  font-family: "Ubuntu";
  font-weight: 400;
  text-decoration: underline;
  text-transform: none;
}
.cabinet__wrapper-tabs {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.cabinet__orders {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 600px;
  overflow: auto;
  padding: 0 3.125rem;
}
.cabinet .cabinet__order.block {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.cabinet .cabinet__order.block .cabinet__order-number {
  width: 28%;
  text-align: start;
  color: #343A40;
}
.cabinet .cabinet__order.block .cabinet__order-data {
  width: 14%;
  text-align: start;
  color: #87A0B2;
}
.cabinet .cabinet__order.block .cabinet__order-status {
  width: 20%;
  text-align: start;
  font-weight: 700;
  color: #FCBF05;
  font-size: 15px;
}
.cabinet .cabinet__order.block .cabinet__order-status img {
  margin-left: 0.5rem;
}
.cabinet .cabinet__order.block .cabinet__order-sum {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  text-align: center;
  font-weight: 700;
}
.cabinet__wrapper-order {
  width: 100%;
  border-bottom: none !important;
  padding: 2.125rem 0;
  font-family: "Ubuntu";
  font-size: 1rem;
}
.cabinet__addition .cabinet__addition-main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-top: 1.25rem;
  padding-bottom: 2.125rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cabinet__addition-list {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cabinet__addition-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cabinet__order-button {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cabinet__order-button button {
  padding: 0.625rem;
  width: 100%;
  height: 2.5rem;
  border: 1px solid #FCBF05;
  text-align: center;
  font-family: "Ubuntu";
  font-size: 0.75rem;
  color: #343A40;
  background-color: #FCBF05;
}
.cabinet__order-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4rem;
  height: 4rem;
  margin-right: 1.75rem;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 5px #d5d7d8;
          box-shadow: 2px 2px 5px #d5d7d8;
}
.cabinet__name-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 2.5rem;
  padding: 1rem 0;
}
.cabinet__name-price div:first-child {
  font-family: "Ubuntu";
  font-weight: 700;
  font-size: 0.875rem;
  color: #343A40;
}
.cabinet__name-price div:last-child {
  font-family: "Ubuntu";
  font-weight: 700;
  font-size: 0.875rem;
  color: #87A0B2;
}
.cabinet__amount {
  margin-right: 6.25rem;
  font-family: "Ubuntu";
  font-weight: 700;
  font-size: 1rem;
  color: #87A0B2;
}
.cabinet__price {
  font-family: "Ubuntu";
  font-weight: 700;
  font-size: 0.875rem;
  color: #87A0B2;
}
.cabinet__shops {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 600px;
  overflow: auto;
}
.cabinet__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2.125rem;
}
.cabinet__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.75rem 0;
  border-bottom: 1px solid #ECEBF3;
}
.cabinet__item div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Ubuntu";
  font-size: 1rem;
  color: #343A40;
}
.cabinet__item div img {
  margin-right: 0.75rem;
}
.cabinet__item:first-child {
  padding-top: 0.625rem;
}
.cabinet__item-button button {
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
  color: #343A40;
  background-color: #FCBF05;
}
.cabinet__select.promotions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cabinet__select.promotions .promotions__select {
  width: 55%;
}
.cabinet__select-button button {
  padding: 0.625rem 1.25rem;
  margin-left: 1.25rem;
  border: none;
  border-radius: 0.625rem;
  font-family: "Ubuntu";
  font-size: 1rem;
  color: white;
  background-color: #87A0B2;
  cursor: pointer;
}
.cabinet .promotions .promotions__select-options.active-select-options {
  width: 397.46px;
  top: 20.2rem;
}
.cabinet__savings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 7.75rem;
}
.cabinet__savings-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 1.25rem;
  padding-bottom: 0.25rem;
  font-family: "Ubuntu";
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #343A40;
}
.cabinet__savings-text span:last-child {
  font-size: 1.5rem;
  font-weight: 700;
  color: #FCBF05;
}
.cabinet__scale-title {
  margin-bottom: 1.375rem;
  font-family: "Vollkorn";
  font-size: 1.25rem;
  font-weight: 700;
}
.cabinet__percentages {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 1.375rem;
}
.cabinet__percentages div {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  font-family: "Vollkorn";
  font-weight: 700;
}
.cabinet__percentages .two {
  font-size: 1.25rem;
}
.cabinet__percentages .two::after {
  content: url("../img/cabinet/ellipse.png");
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  bottom: -32px;
}
.cabinet__percentages .three {
  font-size: 1.5rem;
}
.cabinet__percentages .three::after {
  content: url("../img/cabinet/ellipse.png");
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  bottom: -30px;
}
.cabinet__percentages .four {
  font-size: 2.25rem;
}
.cabinet__percentages .four::after {
  content: url("../img/cabinet/ellipse.png");
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  bottom: -22px;
}
.cabinet__percentages .five {
  font-size: 3rem;
}
.cabinet__percentages .five::after {
  content: url("../img/cabinet/ellipse.png");
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  bottom: -12px;
  right: 105px;
}
.cabinet__dial {
  position: relative;
  margin-bottom: 1.375rem;
}
.cabinet__dial img {
  width: 100%;
}
.cabinet .strip {
  position: absolute;
  top: 1px;
  left: 0;
  height: 0.825rem;
  width: 10%;
  border-radius: 0.625rem;
  background-color: #FCBF05;
}
.cabinet__dial-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.cabinet__dial-text div {
  width: 25%;
  padding: 0 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-family: "Ubuntu";
  font-size: 1rem;
  line-height: 1.25rem;
}
.cabinet__person-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.875rem;
}
.cabinet__photo-add {
  margin-left: 1.875rem;
}
.cabinet__photo-add button {
  border: 1px solid #87A0B2;
  border-radius: 0.625rem;
  padding: 0.625rem 0.25rem;
  font-family: "Ubuntu";
  font-size: 1rem;
  color: #87A0B2;
  background-color: white;
  cursor: pointer;
}
.cabinet__person-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Ubuntu";
  font-size: 1rem;
  color: #343A40;
}
.cabinet__person-item label {
  margin-bottom: 1rem;
}
.cabinet__person-item label span {
  color: #FCBF05;
}
.cabinet__person-item input {
  margin-bottom: 1.875rem;
  width: 100%;
  height: 2.375rem;
  border: 1px solid #ECEBF3;
  font-family: "Ubuntu";
  font-size: 1rem;
  color: #343A40;
}
.cabinet__person-item input::-webkit-input-placeholder {
  font-family: "Ubuntu";
  font-size: 1rem;
  color: #343A40;
}
.cabinet__person-item input::-moz-placeholder {
  font-family: "Ubuntu";
  font-size: 1rem;
  color: #343A40;
}
.cabinet__person-item input:-ms-input-placeholder {
  font-family: "Ubuntu";
  font-size: 1rem;
  color: #343A40;
}
.cabinet__person-item input::-ms-input-placeholder {
  font-family: "Ubuntu";
  font-size: 1rem;
  color: #343A40;
}
.cabinet__person-item input::placeholder {
  font-family: "Ubuntu";
  font-size: 1rem;
  color: #343A40;
}
.cabinet__comment {
  font-family: "Ubuntu";
  font-size: 0.75rem;
}
.cabinet__wrapper-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.cabinet__form {
  width: 55%;
}
.cabinet__form-button {
  margin-top: 2rem;
  margin-left: 1.875rem;
}
.cabinet__form-button button {
  border: none;
  border-radius: 0.625rem;
  padding: 0.625rem 1.25rem;
  font-family: "Ubuntu";
  font-size: 1rem;
  color: white;
  background-color: #343A40;
  cursor: pointer;
}
.cabinet__favorites .favorites__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #ecebf3;
}
.cabinet__favorites .favorites__item div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cabinet__favorites .favorites__star {
  margin-right: 20px;
}
.cabinet__favorites .favorites__name-price {
  width: 30%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cabinet__favorites .favorites__button {
  margin-right: 116px;
}

/*Pop-up*/
.wrapper-pop-up {
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 600px;
  border-radius: 10px;
  border: 2px solid white;
  padding: 60px 82.5px 37px 82.5px;
  -webkit-box-shadow: 5px 5px 10px #9fa2a5;
          box-shadow: 5px 5px 10px #9fa2a5;
  background-image: url("../img/pop-up/pop-up.png");
  background-size: cover;
}

.pop-up__title {
  margin-bottom: 60px;
  font-family: "Vollkorn";
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #343A40;
}

.pop-up__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  font-family: "Ubuntu";
  font-size: 20px;
  font-weight: 700;
  color: #343A40;
  background-color: white;
  cursor: pointer;
}

.select-delivery__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  width: 100%;
  margin-bottom: 36px;
}
.select-delivery .select-delivery__delivery,
.select-delivery .select-delivery__shop {
  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;
}
.select-delivery .select-delivery__delivery img,
.select-delivery .select-delivery__shop img {
  margin-bottom: 20px;
}
.select-delivery .select-delivery__delivery button,
.select-delivery .select-delivery__shop button {
  width: 169px;
  height: 46px;
  border: none;
}
.select-delivery__shop img {
  margin-top: 9px;
}
.select-delivery__or {
  font-family: "Ubuntu";
  font-size: 20px;
}
.select-delivery__text {
  font-family: "Ubuntu";
  font-size: 16px;
  font-weight: 700;
  color: white;
}

.select-adress__title {
  margin-bottom: 15px;
}
.select-adress__title-comment {
  margin-bottom: 30px;
  font-family: "Ubuntu";
  font-size: 21px;
}
.select-adress__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 39px;
}
.select-adress .select-adress__price,
.select-adress .select-adress__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.select-adress .select-adress__price img,
.select-adress .select-adress__time img {
  margin-right: 15px;
}
.select-adress .select-adress__price div,
.select-adress .select-adress__time div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.select-adress .select-adress__price div span,
.select-adress .select-adress__time div span {
  font-family: "Ubuntu";
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.select-adress .select-adress__price div span:first-child,
.select-adress .select-adress__time div span:first-child {
  font-weight: 400;
}
.select-adress__text {
  margin-bottom: 15px;
  font-family: "Ubuntu";
  font-size: 16px;
  font-weight: 700;
}
.select-adress__wrapper-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 25px;
}
.select-adress__wrapper-input input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 45px;
  width: 100%;
  border: none;
  border-radius: 5px;
  font-family: "Ubuntu";
  font-size: 16px;
  background-color: #ECEBF3;
}
.select-adress__work-time {
  font-family: "Ubuntu";
  font-size: 11px;
  font-weight: 700;
}
.select-adress__work-time span {
  font-weight: 400;
}

.select-adress-shop {
  width: 523px;
  min-height: 948px;
  padding: 40px 82.5px 40px 82.5px;
  background-position: bottom right;
}
.select-adress-shop__title {
  margin-bottom: 30px;
}
.select-adress-shop__text {
  margin-bottom: 30px;
  text-align: center;
  font-family: "Ubuntu";
  font-size: 16px;
}
.select-adress-shop__text span {
  font-weight: 700;
}
.select-adress-shop__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.select-adress-shop__radio {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.select-adress-shop .radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 17.5px;
}
.select-adress-shop .radio label {
  font-family: "Ubuntu";
  font-size: 14px;
  line-height: 16px;
}
.select-adress-shop .radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.select-adress-shop .radio input[type=radio] + .radio-label:before {
  content: "";
  background: white;
  border-radius: 100%;
  border: 2px solid #87A0B2;
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  top: 0;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.select-adress-shop .radio input[type=radio]:checked + .radio-label:before {
  background-color: #343A40;
  -webkit-box-shadow: inset 0 0 0 4px #343A40;
          box-shadow: inset 0 0 0 4px #343A40;
}
.select-adress-shop__wrapper-button button {
  width: 220px;
  height: 46px;
  border: 2px solid white;
}
.select-adress-shop .map button {
  margin-bottom: 30px;
  border: 2px solid #343A40;
  background-color: rgba(17, 255, 238, 0);
}

.select-adress-shop2 {
  width: 523px;
/*  min-height: 948px;*/
  padding: 40px 82.5px 40px 82.5px;
  background-position: bottom right;
}
.select-adress-shop__title {
  margin-bottom: 30px;
}
.select-adress-shop__text {
  margin-bottom: 30px;
  text-align: center;
  font-family: "Ubuntu";
  font-size: 16px;
}
.select-adress-shop__text span {
  font-weight: 700;
}
.select-adress-shop__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.select-adress-shop__radio {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.select-adress-shop2 .radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 17.5px;
}
.select-adress-shop2 .radio label {
  font-family: "Ubuntu";
  font-size: 14px;
  line-height: 16px;
}
.select-adress-shop2 .radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.select-adress-shop2 .radio input[type=radio] + .radio-label:before {
  content: "";
  background: white;
  border-radius: 100%;
  border: 2px solid #87A0B2;
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  top: 0;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.select-adress-shop2 .radio input[type=radio]:checked + .radio-label:before {
  background-color: #343A40;
  -webkit-box-shadow: inset 0 0 0 4px #343A40;
          box-shadow: inset 0 0 0 4px #343A40;
}
.select-adress-shop__wrapper-button button {
  width: 220px;
  height: 46px;
  border: 2px solid white;
}
.select-adress-shop2 .map button {
  margin-bottom: 30px;
  border: 2px solid #343A40;
  background-color: rgba(17, 255, 238, 0);
}

.login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.login__title {
  margin-bottom: 30px;
}
.login .login__phone,
.login .login__password {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px;
}
.login .login__phone div,
.login .login__password div {
  margin-bottom: 10px;
  text-align: center;
  font-family: "Ubuntu";
  font-size: 16px;
}
.login .login__phone input,
.login .login__password input {
  width: 100%;
  height: 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  background-color: #ECEBF3;
}
.login .login__phone input::-webkit-input-placeholder, .login .login__password input::-webkit-input-placeholder {
  text-align: center;
  font-family: "Ubuntu";
  font-size: 16px;
}
.login .login__phone input::-moz-placeholder, .login .login__password input::-moz-placeholder {
  text-align: center;
  font-family: "Ubuntu";
  font-size: 16px;
}
.login .login__phone input:-ms-input-placeholder, .login .login__password input:-ms-input-placeholder {
  text-align: center;
  font-family: "Ubuntu";
  font-size: 16px;
}
.login .login__phone input::-ms-input-placeholder, .login .login__password input::-ms-input-placeholder {
  text-align: center;
  font-family: "Ubuntu";
  font-size: 16px;
}
.login .login__phone input::placeholder,
.login .login__password input::placeholder {
  text-align: center;
  font-family: "Ubuntu";
  font-size: 16px;
}
.login__wrapper-button button {
  width: 168px;
  height: 46px;
  border: 2px solid white;
}

.registration.wrapper-pop-up {
  padding: 50px 85.5px;
}

.registration__logo {
  margin-bottom: 40px;
}
.registration__text {
  margin-bottom: 40px;
  font-family: "Ubuntu";
  font-size: 24px;
  font-weight: 700;
}
.registration__clue {
  margin-bottom: 40px;
  font-family: "Ubuntu";
  font-size: 16px;
}
.registration__wrapper-button button {
  width: 249px;
  height: 46px;
  border: 2px solid white;
}

.select-bottles.wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  min-height: auto;
  padding: 50px;
}

.select-bottles__wrapper-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.select-bottles__title {
  margin-bottom: 38px;
}
.select-bottles__wrapper-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 38px;
}
.select-bottles__bottle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.select-bottles__bottle img {
  margin-right: 13px;
}
.select-bottles__bottle span {
  font-family: "Ubuntu";
  font-size: 20px;
  font-weight: 700;
}
.select-bottles__select .product__select {
  background-color: white;
}
.select-bottles__select .product__select-options {
  top: 6.5rem;
}
.select-bottles__text {
  margin-bottom: 38px;
  font-family: "Ubuntu";
  font-size: 16px;
}
.select-bottles__text span {
  font-weight: 700;
}
.select-bottles__wrapper-button button {
  width: 191px;
  height: 46px;
  border: 2px solid white;
}

.sort-pop-up.wrapper-pop-up {
  width: 200px;
  min-height: 132px;
  padding: 10px;
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sort-pop-up {
  display: none;
  position: absolute;
  top: 46px;
  right: 0px;
  z-index: 10;
}
.sort-pop-up__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 12px 41px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Ubuntu";
  font-size: 16px;
  font-weight: 700;
}
.sort-pop-up__title img {
  margin-right: 10px;
}
.sort-pop-up__item {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  font-family: "Ubuntu";
  font-size: 14px;
  cursor: pointer;
}
.sort-pop-up__item.active {
  background-color: white;
}

.filter-pop-up {
  display: none;
  position: absolute;
  top: 46px;
  left: -54px;
  z-index: 10;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 200px;
  height: auto;
/*  max-height: 477px;*/
  padding: 10px;
  background-position: bottom right;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.active-pop-up {
  display: block;
}

.filter {
  position: relative;
}
.filter__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 12px 41px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Ubuntu";
  font-size: 16px;
  font-weight: 700;
}
.filter__title img {
  margin-right: 10px;
}
.filter__list {
  margin-bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.filter__item {
  padding: 5px;
  margin-bottom: 10px;
  font-family: "Ubuntu";
  font-size: 14px;
}
.filter__item .checkbox-label::before {
  border-radius: 2px;
  border: 1px solid #87A0B2;
  background-color: white;
}
.filter__item:last-child {
  margin-bottom: 15px;
}
.filter .filter__btn-apply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 119px;
  height: 30px;
  margin-bottom: 5px !important;
  font-family: "Ubuntu";
  font-size: 14px;
  border: none;
  border-radius: 10px;
  color: #343A40;
  background-color: white;
  cursor: pointer;
}
.filter .filter__btn-undo {
  padding: 5px;
  border: none;
  font-family: "Ubuntu";
  font-size: 14px;
  font-weight: 400;
  color: white;
  text-decoration: underline;
  background-color: rgba(17, 255, 238, 0);
}

.vacancies.wrapper-pop-up {
  width: 600px;
  min-height: 807px;
  padding: 50px 61.5px;
  background-position: bottom right;
}

.vacancies__logo {
  width: 223px;
  height: auto;
  margin-bottom: 30px;
}
.vacancies__title {
  margin-bottom: 30px;
}
.vacancies__text {
  margin-bottom: 30px;
  font-family: "Ubuntu";
  font-size: 16px;
}
.vacancies__item {
  margin-bottom: 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.vacancies__item input {
  width: 400px;
  height: 38px;
  border: none;
}
.vacancies__item input::-webkit-input-placeholder {
  text-align: center;
  font-family: "Ubuntu";
  font-size: 16px;
  color: #343A40;
}
.vacancies__item input::-moz-placeholder {
  text-align: center;
  font-family: "Ubuntu";
  font-size: 16px;
  color: #343A40;
}
.vacancies__item input:-ms-input-placeholder {
  text-align: center;
  font-family: "Ubuntu";
  font-size: 16px;
  color: #343A40;
}
.vacancies__item input::-ms-input-placeholder {
  text-align: center;
  font-family: "Ubuntu";
  font-size: 16px;
  color: #343A40;
}
.vacancies__item input::placeholder {
  text-align: center;
  font-family: "Ubuntu";
  font-size: 16px;
  color: #343A40;
}
.vacancies__item .product__select {
  width: 400px;
  height: 38px;
  background-color: white;
}
.vacancies__item .product__select-value {
  padding-left: 37.93px;
  width: 90%;
  text-align: center;
  font-family: "Ubuntu";
  font-size: 16px;
  color: #343A40;
}
.vacancies__item .product__select-button {
  width: 10%;
  text-align: center;
  font-family: "Ubuntu";
  font-size: 16px;
  color: #343A40;
}
.vacancies__item .product__select-options {
  width: 401.46px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 5;
  top: 39.6px;
}
.vacancies__download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 35px;
  margin-bottom: 40px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.vacancies__download-text {
  font-family: "Ubuntu";
  font-size: 16px;
  color: #343A40;
}
.vacancies__download-btn button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 133px;
  height: 30px;
  border-radius: 10px;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  background-color: #343A40;
  cursor: pointer;
}
.vacancies__wrapper-button button {
  width: 204px;
  height: 46px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid white;
}

/*----------*/
.checkbox {
  position: relative;
}

.checkbox-input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: absolute;
}

.checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.checkbox-label::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 5px;
  border: 2px solid #87A0B2;
  cursor: pointer;
}

.checkbox-label::after {
  position: absolute;
  z-index: 2;
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: url("../img/cart/done.png") no-repeat;
  background-size: 1rem 1.125rem;
  cursor: pointer;
  opacity: 0;
}

.checkbox-input:checked + .checkbox-label::after {
  opacity: 1;
}

.wrapper-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #ECEBF3;
}

.wrapper-block.active {
  padding-bottom: 1.875rem;
}

.block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.25rem 0 1.875rem 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.block .arrow {
  margin-right: 0.75rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.block .arrow.active {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.block p {
  font-family: "Ubuntu";
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25rem;
}

.block-addition {
  display: block;
  max-height: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Ubuntu";
  font-size: 1rem;
  line-height: 1.25rem;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.title {
  padding: 0 1rem;
  margin-bottom: 3.125rem;
  text-align: center;
  font-family: "Vollkorn";
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

.filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.filter button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  padding: 12px 15px;
  margin-left: 1.875rem;
  font-family: "Ubuntu";
  font-weight: 700;
  font-size: 0.875rem;
  color: white;
  cursor: pointer;
}
.filter button img {
  margin-right: 10px;
}
.filter button:first-child {
  margin: 0;
}

@media (max-width: 1365px) {
  /*Recommendations*/
  .content-recommendations {
    width: 1060px;
  }
  .content-recommendations .swiper-wrapper {
    height: 22rem;
  }
  .recommendations__link {
    width: 21.25rem;
    height: 21.25rem;
    padding-top: 1.25rem;
  }
  .recommendations__wrapper-img {
    width: 40%;
  }
  .recommendations__wrapper-img img {
    width: 100%;
  }
  .recommendations__logo-like {
    margin-bottom: 1rem;
  }
  .recommendations__logo-like img {
    height: 1.875rem;
    width: auto;
  }
  .recommendations__title-product {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .recommendations__scale {
    margin-bottom: 0.5rem;
  }
  .recommendations__quantity {
    margin-bottom: 0.5rem;
  }
  .recommendations__price {
    margin-bottom: 0.5rem;
  }
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: -50px;
  }
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: -50px;
  }
  /*Cart*/
  .cart .time__select-options {
    width: 328.98px;
  }
}
@media (max-width: 1220px) {
  .content {
    width: 980px;
  }
  .main-menu__item {
    height: 230px;
  }
  .header__menu-phone {
    margin: 0 3rem;
  }
  .swiper-main {
    width: 980px;
    height: 7.75rem;
  }
  .swiper-main .slide-1__content {
    height: 7.75rem;
  }
  .swiper-main .slide-1__content button {
    top: 75px;
    left: 165px;
  }
  .swiper-main .slide-2__content {
    height: 7.75rem;
  }
  .swiper-main .slide-2__content button {
    top: 42px;
  }

  .swiper-main .slide-3__content {
    height: 7.75rem;
  }
  .swiper-main .slide-3__content button {
    top: 42px;
  }
  /*Catalog*/
  .catalog .catalog-item .img-snack img {
    width: 138px;
  }
  .catalog .catalog-item__link {
    width: 19.5rem;
  }
  .catalog .catalog-item__wrapper {
    width: 19.5rem;
  }
  .catalog .catalog-item__img-text {
    padding: 0.375rem 0.625rem 0.375 0.625rem;
  }
  .catalog .catalog-item__text {
    margin-left: 1.25rem;
  }
  .catalog .catalog-item__name-like {
    margin-bottom: 0.5rem;
  }
  .catalog-item__img img {
    width: 80px;
  }
  .catalog-item__name img {
    width: 3.125rem;
  }
  .catalog .catalog-item__full-name {
    max-width: 100%;
  }
  .catalog .catalog-item__parameter span {
    font-size: 0.75rem;
  }
  .catalog .catalog-item__choice {
    font-size: 0.75rem;
  }
  .catalog .catalog-item__count {
    width: 1.625rem;
    height: 1.625rem;
  }
  .catalog .catalog-item__wrapper-button button {
    height: 2.5rem;
  }
  .catalog .catalog-item__wrapper-button .button-snack {
    width: 100%;
    padding: 0;
  }
  .catalog .catalog-item__price span:first-child {
    font-size: 1.5rem;
  }
  /*Product*/
  .product__bottle {
    margin-right: 1rem;
  }
  .product .img-snack {
    padding: 0 60px;
  }
  .product .text-snack {
    padding-right: 60px;
  }
  .product .wrapper-text-snack {
    margin: 0 60px 0 500px;
  }
  .product__logo-like .product__like {
    right: -2rem;
  }
  /*Recommendations*/
  .content-recommendations {
    width: 910px;
  }
  .content-recommendations .swiper-wrapper {
    height: 19rem;
  }
  .recommendations__link {
    width: 18.125rem;
    height: 18.125rem;
    padding-top: 1.25rem;
  }
  .recommendations__wrapper-img {
    width: 30%;
  }
  .recommendations__wrapper-img img {
    width: 100%;
  }
  .recommendations__logo-like {
    margin-bottom: 1rem;
  }
  .recommendations__logo-like img {
    height: 1.875rem;
    width: auto;
  }
  .recommendations__title-product {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .recommendations__scale {
    margin-bottom: 0.5rem;
  }
  .recommendations__quantity {
    margin-bottom: 0.5rem;
  }
  .recommendations__price {
    margin-bottom: 0.5rem;
  }
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: -50px;
  }
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: -50px;
  }
  /*Discount*/
  .discount__list-title div:first-child {
    width: 40%;
  }
  .discount__item-wrapper {
    width: 40%;
  }
  .discount__wrapper-button {
    width: 30%;
  }
  /*Contacts*/
  .contacts__content {
    width: 80%;
  }
  /*Cart*/
  .cart .time__select-options {
    width: 273.21px;
  }
  .cart .time__select div:first-child {
    width: 85%;
  }
  .cart .time__select div:last-child {
    width: 15%;
  }
  /*Cabinet*/
  .cabinet__orders {
    padding: 0;
  }
  .cabinet__amount {
    margin-right: 2.5rem;
  }
  .cabinet .cabinet__order.block .cabinet__order-status {
    width: 24%;
  }
  .cabinet__order-button {
    width: 24%;
    text-align: end;
  }
  .cabinet .cabinet__order.block {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .cabinet__select.promotions .promotions__select {
    width: 70%;
  }
  .cabinet .promotions .promotions__select-options.active-select-options {
    width: 365.6px;
    top: 20.2rem;
  }
  .cabinet__percentages .five::after {
    right: 75px;
  }
  .cabinet__favorites .favorites__button {
    margin-right: 0;
  }
}

@media (max-width: 1424px) {
  .footer_m .content .header__wrapper-mob {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 1024px) {
  .content {
    width: 820px;
  }
  .header {
    height: 5.5rem;
  }
  .header__wrapper-pc {
    display: none;
  }
  .header__wrapper-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__list {
    -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: start;
    margin-bottom: 3.125rem;
  }
  .header__link {
    font-size: 1.5rem;
  }
  .header__logo-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3.125rem;
  }
  .header__logo-menu a {
    display: block;
    width: 58%;
  }
  .header__icons {
    width: 100%;
    margin-bottom: 3.125rem;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .header__icons img {
    height: 3rem;
    width: auto;
  }
  .header__adress {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 3.125rem;
  }
  .header__adress img {
    margin-right: 1rem;
  }
  .header__adress span {
    padding: 0.25rem 0;
    display: block;
    border-bottom: 1px solid #343A40;
    font-size: 1.1rem;
  }
  .header__phone {
    width: 100%;
    padding-top: 3.125rem;
    border-bottom: none;
    border-top: 2px solid #fff;
    text-align: center;
  }
  .header__phone img {
    margin-right: 0.75rem;
  }
  .main-menu__item {
    height: 192px;
  }
  .main-menu__content img {
    width: auto;
    height: 65px;
  }
  .swiper-main {
    width: 820px;
    height: 6.5rem;
  }
  .swiper-main .slide-1__content {
    height: 6.5rem;
  }
  .swiper-main .slide-1__content button {
    top: 60px;
    left: 135px;
  }
  .swiper-main .slide-2__content {
    height: 6.5rem;
  }
  .swiper-main .slide-2__content button {
    top: 36px;
    right: 10px;
    padding: 0.625rem 1.125rem;
  }

  .swiper-main .slide-3__content {
    height: 6.5rem;
  }
  .swiper-main .slide-3__content button {
    top: 36px;
    right: 10px;
    padding: 0.625rem 1.125rem;
  }
  /*Catalog*/
  .catalog__content {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .catalog .catalog-item:nth-child(3n) {
    margin-right: 1.25rem;
  }
  .catalog .catalog-item:nth-child(2n) {
    margin-right: 0;
  }
  .catalog .catalog-item__link {
    width: 25rem;
  }
  .catalog .catalog-item__wrapper {
    width: 25rem;
  }
  .catalog .catalog-item .img-snack img {
    width: 158px;
  }
  .catalog-item__img img {
    width: 110px;
  }
  .catalog-item__name img {
    width: 3.75rem;
  }
  .catalog .catalog-item__full-name {
    max-width: 40%;
    margin-bottom: 10px;
  }
  .catalog .catalog-item__parameter span {
    font-size: 0.875rem;
  }
  .catalog .catalog-item__price span:first-child {
    font-size: 2rem;
  }
  .catalog .catalog-item__quantity {
    width: 8.875rem;
    height: 2.325rem;
  }
  .catalog .catalog-item__quantity span {
    padding: 0.5rem 0.5rem;
  }
  .catalog .catalog-item__choice {
    font-size: 1rem;
  }
  .catalog .catalog-item__name-like {
    margin-bottom: 1.875rem;
  }
  .catalog .catalog-item__wrapper-button button {
    height: 3rem;
  }
  .catalog .catalog-item__quantity div {
    width: 3.75rem;
    height: 1.75rem;
  }
  .product__quantity div {
    width: 3.75rem;
    height: 1.75rem;
  }
  /*Product*/
  .product .img-snack img {
    width: 350px;
  }
  .product .wrapper-text-snack {
    margin: 0 60px 0 60px;
  }
  .product__img-text {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .product__img {
    padding-top: 1.25rem;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
  .product__text {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
  .product__wrapper-text {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  /*Recommendations*/
  .content-recommendations {
    width: 700px;
  }
  .content-recommendations .swiper-wrapper {
    height: 21.5rem;
  }
  .recommendations__link {
    width: 20.75rem;
    height: 20.75rem;
    padding-top: 1.25rem;
  }
  .recommendations__wrapper-img {
    width: 40%;
  }
  /*Discount*/
  .promotions {
    padding: 2.5rem;
  }
  .promotions__option {
    padding: 0 1.875rem;
  }
  .discount__wrapper-list {
    display: none;
  }
  .discount__wrapper-list-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .discount__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .discount__wrapper-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-bottom: 1.625rem;
  }
  .discount__img-discount img {
    width: auto;
    height: 6rem;
  }
  .discount__img-beer {
    width: 6rem;
    height: 6rem;
  }
  .discount__img-beer img {
    height: 6rem;
  }
  .discount__wrapper-name-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 1rem;
  }
  .discount__wrapper-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .discount__wrapper-name-price {
    width: 60%;
  }
  .discount__wrapper-name-price div {
    margin-bottom: 0.5rem;
  }
  .discount__item-name {
    font-size: 1.125rem;
    padding-bottom: 1rem;
  }
  .discount__wrapper-price div {
    width: 100%;
    text-align: start;
  }
  .discount__wrapper-button {
    width: 100%;
  }
  .discount__wrapper-button button {
    margin: 0 auto;
  }
  .discount__wrapper .promotions .promotions__select-options {
    z-index: 10;
  }
  /*Accumulation*/
  .accumulation__questions {
    width: 80%;
  }
  /*Contacts*/
  .contacts__addresses .contacts__addition {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 0.625rem;
  }
  .contacts__addresses .contacts__wrapper-addition {
    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;
    width: 50%;
  }
  .contacts__addresses .contacts__wrapper-addition button {
    width: 80%;
  }
  .contacts__addresses .contacts__wrapper-picture {
    width: 50%;
  }
  .contacts__addresses .contacts__wrapper-picture img {
    width: 100%;
    height: auto;
    padding-bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .contacts__addresses .contacts__wrapper-map {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contacts__addresses .contacts__wrapper-map iframe {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 80%;
    height: 13rem;
    padding: 1.25rem;
  }
  /*Error*/
  .error__img {
    width: 40%;
  }
  /*Cart*/
  .cart__list {
    width: 80%;
  }
  .cart__list-title div:first-child {
    width: 40%;
  }
  .cart .cart-item__wrapper {
    width: 40%;
  }
  .cart__list-title .cart__amount {
    width: 22.5%;
  }
  .cart .cart-item__amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 22.5%;
  }
  .cart .cart-item__further-mein {
    width: 50%;
  }
  .cart .cart-item__text {
    width: 40%;
  }
  .cart__information {
    width: 80%;
  }
  .cart__details {
    width: 50%;
  }
  .cart .time__select-options {
    width: 268.95px;
  }
  /*Cabinet*/
  .cabinet__wrapper {
    padding: 5rem 1.25rem;
  }
  .cabinet__menu {
    width: 13rem;
    margin-right: 3.125rem;
  }
  .cabinet__form {
    width: 70%;
  }
  .cabinet .cabinet__barcode {
    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;
    margin-bottom: 60px;
  }
  .cabinet__title {
    margin-bottom: 30px;
  }
  .barcode__text {
    margin-bottom: 10px;
    font-family: Ubuntu;
    font-size: 20px;
    font-weight: 700;
    color: #343A40;
  }
  .barcode__arrow {
    margin-bottom: 10px;
  }
  .barcode__img {
    width: 362px;
  }
  .barcode__img img {
    width: 100%;
  }
  .barcode__modal {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    top: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 820px;
    height: 80vh;
    min-height: 520px;
    padding: 48px 30px;
    border-radius: 10px;
    background-color: #FCBF05;
  }
  .barcode .active-modal-barcode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .barcode__barcode {
    height: 100%;
  }
  .barcode__barcode img {
    height: 100%;
    padding-left: 40px;
    border-left: 2px solid white;
  }
  /*.barcode__close {
    position: absolute;
    top: 48px;
    left: 30px;

  }*/
  .barcode__close {
      position: absolute;
      bottom: 18px;
      right: 30px;
  }
  .barcode__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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }
  .barcode__beer {
    height: 40%;
  }
  .barcode__beer img {
    height: 100%;
  }
  .barcode__logo-person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 40%;
    font-size: 20px;
    font-weight: 700;
  }
  .barcode__logo-person img {
    height: 100%;
    margin-right: 80px;
  }
  .barcode__logo-person div {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .barcode__logo-person div span {
    display: block;
  }
  .barcode__person-name {
    margin-left: 24px;
    font-family: "Vollkorn";
    color: #343A40;
  }
  .barcode__person-phone {
    font-family: "Ubuntu";
    color: white;
  }
  /*Pop-up*/
  .filter__list {
    width: 100%;
  }
  /*Payment*/
  .payment__content {
    padding: 0 100px;
  }
}
@media (max-width: 860px) {
  .content {
    width: 720px;
  }
  .main-menu__item {
    height: 170px;
  }
  .swiper-main {
    width: 720px;
    height: 6rem;
  }
  .swiper-main .slide-3__content {
    border-radius: 10px;
    background-color: #FCBF05;
    height: 6rem;
  }
  .swiper-main .slide-3__content button {
    top: 50px;
    left: 120px;
    padding: 0.625rem 0.75rem;
    font-size: 0.75rem;
  }
  .swiper-main .slide-1__content {
    border-radius: 10px;
    background-color: #FCBF05;
    height: 6rem;
  }
  .swiper-main .slide-1__content button {
    top: 50px;
    left: 120px;
    padding: 0.625rem 0.75rem;
    font-size: 0.75rem;
  }
  .swiper-main .slide-2__content {
    border-radius: 10px;
    background-size: cover;
    height: 6rem;
  }
  .swiper-main .slide-2__content button {
    top: 34px;
    border-radius: 5px;
    padding: 0.5rem 0.5rem;
    font-size: 0.75rem;
  }
  .footer__logo img {
    width: 10rem;
  }
  .footer__social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__social p {
    margin-bottom: 1rem;
  }
  /*Catalog*/
  .catalog .catalog-item__link {
    width: 21.5rem;
  }
  .catalog .catalog-item__wrapper {
    width: 21.5rem;
  }
  .catalog .catalog-item:nth-child(3n) {
    margin-right: 2rem;
  }
  .catalog .catalog-item:nth-child(2n) {
    margin-right: 0 !important;
  }
  .catalog .catalog-item {
    margin-bottom: 1.5rem;
    margin-right: 2rem;
  }
  .catalog .catalog-item__img-text {
    padding: 0.375rem 0.625rem 0, 375 0.625rem;
  }
  .catalog .catalog-item__text {
    margin-left: 1.25rem;
  }
  .catalog .catalog-item__name-like {
    margin-bottom: 0.5rem;
  }
  .catalog-item__img img {
    width: 90px;
  }
  .catalog-item__name img {
    width: 3.125rem;
  }
  .catalog-item__full-name img {
    width: 3.5rem;
  }
  .catalog .catalog-item__parameter span {
    font-size: 0.75rem;
  }
  .catalog .catalog-item__choice {
    font-size: 0.75rem;
  }
  .catalog .catalog-item__count {
    width: 1.625rem;
    height: 1.625rem;
  }
  .catalog .catalog-item__wrapper-button button {
    height: 2.5rem;
  }
  .catalog .catalog-item__price span:first-child {
    font-size: 1.5rem;
  }
  /*Product*/
  .product__logo-like .product__like {
    right: 0;
  }
  .product .img-snack {
    padding: 0 40px;
  }
  .product .text-snack {
    padding-right: 40px;
  }
  .product .wrapper-text-snack {
    margin: 0 40px 0 40px;
  }
  .product .full-name-snack {
    width: 100%;
  }
  .product__img {
    padding-left: 25px;
    padding-right: 25px;
  }
  .product__text {
    padding-left: 25px;
    padding-right: 25px;
  }
  .product__choices {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .product .product__select-options {
    width: 51.6px;
    top: 3.2rem;
  }
  /*Recommendations*/
  .content-recommendations {
    width: 600px;
  }
  .content-recommendations .swiper-wrapper {
    height: 19rem;
  }
  .recommendations__link {
    width: 18.125rem;
    height: 18.125rem;
    padding-top: 1.25rem;
  }
  .recommendations__wrapper-img {
    width: 30%;
  }
  .recommendations__wrapper-img img {
    width: 100%;
  }
  .recommendations__logo-like {
    margin-bottom: 1rem;
  }
  .recommendations__logo-like img {
    height: 1.875rem;
    width: auto;
  }
  .recommendations__title-product {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .recommendations__scale {
    margin-bottom: 0.5rem;
  }
  .recommendations__quantity {
    margin-bottom: 0.5rem;
  }
  .recommendations__price {
    margin-bottom: 0.5rem;
  }
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: -50px;
  }
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: -50px;
  }
  /*Discount*/
  .promotions {
    padding: 3rem 1.875rem;
  }
  .promotions .promotions__select-options {
    top: 11.25rem;
  }
  /*Cart*/
  .cart__list {
    display: none;
  }
  .cart__list-mob {
    display: block;
    width: 100%;
    padding: 0 1.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 5rem;
    text-align: center;
    font-family: "Ubuntu";
    font-size: 0.875rem;
  }
  .cart-item__like {
    margin-right: 0.625rem;
  }
  .cart .cart-item__picture {
    width: 6rem;
    height: 6rem;
    margin-right: 1.25rem;
  }
  .cart .cart-item__picture img {
    height: 4rem;
  }
  .cart .cart-item__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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
  }
  .cart .cart-item__wrapper .cart-item__name,
  .cart .cart-item__wrapper .cart-item__price {
    width: 100%;
    margin-right: 0rem;
    margin-bottom: 1.25rem;
    text-align: center;
  }
  .cart .cart-item__amount {
    width: 100%;
    margin-right: 0rem;
  }
  .cart .cart-item__amount .product__quantity {
    width: 6.25rem;
    height: 1.5rem;
  }
  .cart .cart-item__amount .product__quantity div {
    height: 1.3rem;
    margin-right: 0;
    font-weight: 400;
  }
  .cart .cart-item__all {
    padding-top: 1rem;
  }
  .product__bottle img {
    width: 1.25rem;
  }
  .cart .cart-item__further {
    padding-left: 1.5rem;
  }
  .product__packaging {
    margin-bottom: 0.75rem;
  }
  .product__select {
    width: 3.125rem;
    height: 1.5625rem;
  }
  .product__choice div {
    font-size: 1rem;
  }
  .cart .cart-item__further-text {
    text-align: start;
    color: #87A0B2;
  }
  .cart .cart-item__further-margin {
    width: 50%;
  }
  .cart .cart-item__further-mein {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 700;
    color: #87A0B2;
  }
  .cart .cart-item__close {
    top: 4.25rem;
    right: 5rem;
  }
  .cart .cart-item__further-price {
    width: 55%;
    text-align: start;
  }
  .cart .product__select-options {
    z-index: 5;
    width: 51.6px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 3.15rem;
    left: 0;
  }
  .cart__info-second .cart__select .product__select-options {
    width: 236.15px;
    top: 2.5rem;
    left: 0rem;
  }
  .cart-item__main.wrapper-glass {
    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: start;
  }
  .cart .cart-item__wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-bottom: 1.25rem;
    padding-left: 1.25rem;
    font-weight: 700;
  }
  .cart-item__wrapper-second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 1.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  .cart .cart-item__item {
    text-align: start;
  }
  .cart .cart-item__amount.glass-amount {
    width: auto;
  }
  .cart .cart-item__price.glass {
    margin-right: 11.25rem;
  }
  .cart .cart-item__amount.glass-amount {
    margin-right: 7.5rem;
  }
  .cart .cart-item__close.glass-close {
    top: 3.625rem;
  }
  .cart .cart-item__all {
    padding-top: 0;
  }
  .cart .package .cart-item__wrapper {
    margin: 0;
    width: 33.333%;
  }
  .cart .package .cart-item__amount {
    width: 33.333%;
  }
  .cart .package .cart-item__all {
    width: 33.333%;
    text-align: end;
  }
  .cart .cart-item__main.promo {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cart .cart-item__main.bonuses {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cart .cart-item__main.sum {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 1.25rem;
  }
  .cart .cart-item__text {
    padding-left: 1.25rem;
    text-align: start;
  }
  /*Cabinet*/
  .cabinet__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cabinet__orders {
    padding: 0 1rem;
  }
  .cabinet .cabinet__order.block .cabinet__order-status {
    width: 20%;
  }
  .cabinet__amount {
    margin-right: 9rem;
  }
  .cabinet__menu {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .cabinet__wrapper-button {
    width: 45%;
  }
  .cabinet .exit {
    margin-bottom: 0;
  }
  .cabinet .promotions .promotions__select-options.active-select-options {
    width: 477.6px;
    top: 42.1rem;
  }
  .cabinet__scale {
    margin-bottom: 3.125rem;
  }
  .cabinet__savings {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 3.125rem;
  }
  .cabinet__savings {
    -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;
  }
  .cabinet__img {
    margin-bottom: 1.25rem;
  }
  .cabinet__savings-text {
    text-align: center;
  }
  .cabinet__scale-title {
    text-align: center;
  }
  .cabinet__percentages .two::after {
    bottom: -34px;
  }
  .cabinet__percentages .three::after {
    bottom: -31px;
  }
  .cabinet__percentages .five::after {
    right: 50px;
    bottom: -13px;
  }
  .cabinet .strip {
    top: 2px;
  }
  .cabinet__person-photo {
    -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;
  }
  .cabinet__person-photo img {
    margin-bottom: 1.875rem;
  }
  .cabinet__photo-add {
    margin: 0;
  }
  .cabinet__wrapper-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cabinet__form {
    width: 100%;
  }
  .cabinet__form label {
    width: 70%;
    text-align: center;
  }
  .cabinet__form input {
    width: 70%;
    text-align: center;
  }
  .cabinet__person-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cabinet__comment {
    margin-bottom: 2rem;
    text-align: center;
  }
  .cabinet__form-button {
    margin: 0 auto;
  }
  .cabinet__form-button button {
    padding: 0.625rem 2.5rem;
    font-weight: 700;
    background-color: #87A0B2;
  }
  .barcode__modal {
    width: 720px;
  }
  /*Pop-up*/
  .bottle.product__select {
    width: 78px;
    height: 38px;
  }
  /*Payment*/
  .payment__content {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .content {
    width: 600px;
  }
  .header__logo {
    width: 35%;
  }
  .main-menu__item {
    height: 141px;
  }
  .main-menu__content img {
    height: 45px;
  }
  .main-menu__content span {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .swiper-main {
    width: 600px;
    height: 7rem;
  }
  .swiper-main .slide-1__content {
    background-position-y: 15px;
    border-radius: 10px;
    background-color: #FCBF05;
    height: 7rem;
  }
  .swiper-main .slide-1__content button {
    top: 60px;
    left: 100px;
    padding: 0.625rem 0.75rem;
    font-size: 0.625rem;
  }
  .swiper-main .slide-3__content {
    background-position-y: 15px;
    border-radius: 10px;
    background-color: #FCBF05;
    height: 7rem;
  }
  .swiper-main .slide-3__content button {
    top: 60px;
    left: 100px;
    padding: 0.625rem 0.75rem;
    font-size: 0.625rem;
  }
  .swiper-main .slide-2__content {
    background-position-x: -210px;
    height: 7rem;
  }
  .swiper-main .slide-2__content button {
    top: 40px;
    right: 8px;
  }
  .footer {
    height: auto;
  }
  .footer .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2.5rem 0 1.25rem 0;
  }
  .footer .footer__wrapper .footer__logo-social {
    width: 100%;
    border-bottom: 1px solid #FCBF05;
  }
  .footer .footer__wrapper .footer__logo-social .footer__logo {
    padding: 0;
    margin-bottom: 1.875rem;
    border-bottom: none;
  }
  .footer .footer__wrapper .footer__logo-social .footer__logo img {
    width: 17.5rem;
  }
  .footer .footer__wrapper .footer__logo-social .footer__social {
    padding: 0;
    padding-bottom: 1.875rem;
  }
  .footer .footer__wrapper .footer__logo-social .footer__social p {
    margin-bottom: 1.25rem;
  }
  .footer .footer__wrapper .footer__navigation {
    border-bottom: 1px solid #FCBF05;
    padding: 1.875rem 0 0.875rem 0;
    width: 100%;
    text-align: center;
  }
  .footer .footer__wrapper .footer__contacts {
    padding-top: 1.875rem;
    width: 100%;
  }
  .footer .footer__wrapper .footer__contacts .footer__contact {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /*Catalog*/
  .catalog .catalog-item .img-snack img {
    width: 180px;
  }
  .catalog-item__logo-like .catalog-item__like {
    left: 190px;
  }
  .catalog .catalog-item .full-name-snack {
    margin-bottom: 16px;
  }
  .catalog .catalog-item .scale-snack {
    margin-bottom: 16px;
  }
  .catalog .catalog-item .price-snack {
    margin-bottom: 16px;
  }
  .catalog .catalog-item .quantity-snack {
    margin-bottom: 20px;
  }
  .catalog__content {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .catalog .catalog-item {
    -ms-grid-row-align: stretch;
    -ms-grid-column-align: center;
    place-self: stretch center;
    margin-right: 0 !important;
  }
  .catalog .catalog-item__link {
    width: 26.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .catalog .catalog-item__wrapper {
    width: 26.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .catalog .catalog-item__new {
    width: 9rem;
    height: 2.25rem;
    background-image: url("../img/catalog/polygon.png");
    background-position: center;
  }
  .catalog .catalog-item__img-text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .catalog-item__img img {
    width: 100px;
  }
  .catalog .catalog-item__text {
    margin-left: 0;
  }
  .catalog-item__like {
    position: relative;
    left: 100px;
  }
  .catalog-item__name img {
    width: 3.75rem;
    margin-bottom: 1rem;
  }
  .catalog .catalog-item__full-name {
    margin-bottom: 1rem;
  }
  .catalog .catalog-item__full-name img {
    width: auto;
    height: 2.625rem;
  }
  .catalog .catalog-item__parameter {
    margin-bottom: 1rem;
  }
  .catalog .catalog-item__parameter span {
    font-size: 0.875rem;
  }
  .catalog .catalog-item__price span:first-child {
    font-size: 2rem;
  }
  .catalog .catalog-item__choice {
    font-size: 1rem;
  }
  .catalog .catalog-item__wrapper-button button {
    height: 3rem;
  }
  /*Product*/
  .product-main-snack {
    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-new-snack {
    height: 3.5rem;
    background-image: url("../img/product/polygon.png");
  }
  .product .img-text-snack {
    padding-top: 60px;
  }
  .product .img-snack {
    padding: 0 20px;
  }
  .product .img-snack img {
    width: 280px;
  }
  .product .text-snack {
    padding-right: 0;
    padding-left: 20px;
  }
  .product .wrapper-text-snack {
    margin: 0 20px 0 20px;
  }
  .product__logo-like .product__like {
    right: -18rem;
  }
  .product__img-text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .product__img img {
    width: 10rem;
    padding-top: 2.5rem;
  }
  .product__choices {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product__choice {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 45%;
    margin-bottom: 0.5rem;
  }
  .product__wrapper-text {
    margin: 0 25px;
  }
  .product .product__select-options {
    z-index: 10;
    top: 1.75rem;
    left: 4.5rem;
  }
  .product .product__select-options.select-options-right {
    left: 4.25rem;
  }
  /*Recommendations*/
  .content-recommendations {
    width: 380px;
  }
  .content-recommendations .swiper-wrapper {
    height: 25rem;
  }
  .recommendations__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 23.75rem;
    height: 23.75rem;
    padding-top: 1.25rem;
  }
  .recommendations__wrapper-img {
    width: 9.375rem;
    margin-left: 1.25rem;
    margin-right: 0;
  }
  .recommendations__wrapper-img img {
    width: 100%;
  }
  .recommendations__logo-like {
    margin-bottom: 1rem;
  }
  .recommendations__logo-like img {
    height: 1.875rem;
    width: auto;
  }
  .recommendations__title-product {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  .recommendations__quantity {
    width: 8.875rem;
    height: 2.625rem;
  }
  .recommendations__price span:first-child {
    font-size: 2rem;
  }
  .recommendations__logo-like span {
    position: absolute;
    right: 1.25rem;
  }
  /*Discount*/
  .promotions {
    padding: 3rem 1rem;
  }
  .promotions .promotions__select-options {
    top: 11.3rem;
    left: 5.1rem;
    width: 403.6px;
  }
  .discount__wrapper .promotions .promotions__select-options {
    left: 6.1rem;
    width: 403.6px;
  }
  /*Contacts*/
  .contacts__addresses .contacts__wrapper-map iframe {
    width: 100%;
  }
  .contacts__addresses .contacts__wrapper-addition {
    padding: 1.25rem 0.5rem 0 1.25rem;
  }
  .contacts__addresses .contacts__wrapper-picture img {
    padding: 1.25rem 1.25rem 0 0.5rem;
  }
  .contacts__wrapper-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contacts__addresses .contacts__wrapper-addition {
    width: 60%;
  }
  .contacts__addresses .contacts__wrapper-picture {
    width: 40%;
  }
  .contacts__picture {
    display: none;
  }
  .contacts__addresses .contacts__wrapper-picture .contacts__picture-mob {
    display: block;
  }
  /*Cart*/
  .cart .cart-item__close {
    right: 1rem;
  }
  .cart .cart-item__price.glass {
    margin-right: 10.5rem;
  }
  .cart .cart-item__amount.glass-amount {
    margin-right: 5.5rem;
  }
  .cart__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cart .cart__info-first,
  .cart .cart__info-second {
    width: 100%;
  }
  .cart .cart__radio,
  .cart .cart__select {
    width: 100%;
  }
  .cart .product__select-options {
    width: 51.6px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 1.75rem;
    left: 3.3rem;
  }
  .cart__info-second .cart__select .product__select-options {
    width: 480px;
    top: 2.6rem;
    left: 0rem;
  }
  .cart .time__select div:last-child {
    width: 10%;
  }
  .cart .cart__radio {
    margin-bottom: 2.75rem;
  }
  .cart__details {
    width: 70%;
  }
  /*Cabinet*/
  .cabinet__amount {
    margin-right: 2.5rem;
  }
  .cabinet .cabinet__order.block .cabinet__order-number {
    width: 24%;
  }
  .cabinet .cabinet__order.block .cabinet__order-status {
    width: 24%;
  }
  .cabinet .promotions .promotions__select-options.active-select-options {
    width: 393.6px;
    left: 1.25rem;
  }
  .barcode__modal {
    width: 600px;
  }
  /*Pop-up*/
  .pop-up__title {
    text-align: center;
    line-height: 24px;
  }
  .select-delivery.wrapper-pop-up {
    width: 472px;
    padding: 50px 30px;
  }
  .select-delivery__select {
    -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;
  }
  .select-delivery.pop-up__title {
    margin-bottom: 50px;
  }
  .select-delivery__or {
    margin: 40px 0;
  }
  .select-delivery__select {
    margin-bottom: 40px;
  }
  .select-delivery__text {
    text-align: center;
  }
  .select-adress.wrapper-pop-up {
    width: 472px;
    padding: 50px 30px;
  }
  .select-adress__info {
    -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;
  }
  .select-adress__title {
    margin-bottom: 10px;
  }
  .select-adress .select-adress__price,
  .select-adress .select-adress__time {
    margin-bottom: 30px;
  }
  .select-adress__info {
    margin-bottom: 30px;
  }
  .select-adress__work-time {
    text-align: center;
  }
  .select-adress-shop.wrapper-pop-up {
    width: 472px;
    padding: 50px 63px;
  }
  .select-adress-shop2.wrapper-pop-up {
    width: 472px;
    padding: 50px 63px;
  }
  .login.wrapper-pop-up {
    width: 386px;
  }
  .wrapper-pop-up {
    padding: 50px 34px;
  }
  .filter-pop-up.wrapper-pop-up {
    padding: 10px;
  }
  .registration.wrapper-pop-up {
    width: 472px;
    padding: 50px 25px;
  }
  .select-bottles.wrapper-pop-up {
    width: 472px;
    padding: 50px 30px;
  }
  .bottle.product__choice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bottle.product__select {
    width: 78px;
    height: 38px;
  }
  .vacancies.wrapper-pop-up {
    width: 472px;
    padding: 50px 30px;
  }
  .vacancies__item.product__choice {
    margin-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .content {
    width: 440px;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: center;
  }
  .header .content {
    width: 100%;
    padding: 0 1.25rem;
  }
  .main {
    padding-top: 0;
    padding-bottom: 3.125rem;
  }
  .header__logo {
    width: 40%;
  }
  .header__menu-mob {
    width: 100vw;
  }
  .main-menu {
    margin-bottom: 3.125rem;
  }
  .main-menu__item {
    width: 48%;
    height: 198px;
  }
  .main-menu__content img {
    height: 65px;
  }
  .swiper-border {
/*    border-top: 1rem solid #343A40;*/
  }
  .swiper-wrapper .swiper-main {
    width: 100%;
    height: 17rem;
    border-radius: 0;
  }
  .swiper-wrapper .swiper-main .slide-1__content {
    border-radius: 0;
    background-position-y: 0;
    background-image: url("../img/swiper/banner-mob.svg");
    height: 17rem;
  }
  .swiper-wrapper .swiper-main .slide-1__content button {
    display: none;
  }
  .swiper-wrapper .swiper-main .slide-2__content {
    border-radius: 0;
    background-position-y: 0;
    background-position: right;
    background-image: url("../img/swiper/banner2-mob.svg");
    height: 17rem;
  }
  .swiper-wrapper .swiper-main .slide-2__content button {
    display: none;
  }

  .swiper-wrapper .swiper-main .slide-3__content {
    border-radius: 0;
    background-position-y: 0;
/*    background-position: right;*/
    background-image: url("../img/swiper/bunner3-mob.png");
    height: 17rem;
  }
  .swiper-wrapper .swiper-main .slide-3__content button {
    display: none;
  }
  /*Catalog*/
  .catalog__breadcrumbs-filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 3.125rem 0;
  }
  .catalog__breadcrumbs-filter .catalog__breadcrumbs {
    margin-bottom: 1.875rem;
  }
  .catalog__filter {
    width: 95%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .catalog__filter button {
    margin: 0;
  }
  /*Product*/
  .product .img-snack img {
    width: 170px;
  }
  .product__logo-like .product__like {
    right: -12rem;
  }
  .product .full-name-snack {
    margin-bottom: 20px;
  }
  .product__price.product-price-snack {
    margin-bottom: 20px;
  }
  .product__scale-snack {
    margin-bottom: 20px;
  }
  .product-quantity-snack {
    margin-bottom: 20px;
  }
  .product__main {
    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__new {
    height: 3.5rem;
    background-image: url("../img/product/polygon.png");
  }
  .product__like {
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
  }
  .product__like .like {
    width: 1.75rem;
    height: 1.625rem;
  }
  .product__img-text {
    padding-top: 20px;
  }
  .product__text {
    padding-left: 1.25rem;
    padding-right: 0;
  }
  .product__img {
    padding-left: 0;
  }
  .product__img img {
    width: 7.875rem;
    padding-top: 3.75rem;
  }
  .product__name img {
    width: 3.75rem;
  }
  .product__full-name {
    margin-bottom: 1.625rem;
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  .product__price {
    margin-bottom: 1.625rem;
  }
  .product__price span:first-child {
    font-size: 2rem;
    color: #FCBF05;
  }
  .product__parameter {
    margin-bottom: 1.625rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .product__parameter-name {
    font-size: 0.875rem;
    margin-right: 0.625rem;
    margin-bottom: 0;
  }
  .product__quantity {
    width: 8.875rem;
    height: 2.625rem;
    margin-bottom: 1.625rem;
    border-radius: 1.5rem;
    background-color: #ECEBF3;
  }
  .product__quantity .product__minus {
    width: 1.25rem;
    height: 3px;
  }
  .product__quantity .product__minus rect {
    fill: #343A40;
  }
  .product__quantity .product__plus {
    width: 1.25rem;
    height: 1.25rem;
  }
  .product__quantity .product__plus path {
    fill: #343A40;
  }
  .product__quantity div {
    width: 3.5rem;
    font-size: 1.375rem;
  }
  .product__packaging {
    margin-bottom: 1.625rem;
  }
  .product__bottle img {
    width: 1.25rem;
  }
  .product__choice div {
    font-size: 1.125rem;
  }
  .product__select {
    width: 3.375rem;
    height: 1.625rem;
  }
  .product .product__select-options {
    width: 55.6px;
    top: 1.75rem;
    left: 2.9rem;
  }
  .product .product__select-options.select-options-right {
    left: 2.65rem;
  }
  .product__wrapper-button button {
    padding: 1rem 2.875rem;
    font-size: 0.875rem;
    border: 2px solid #fcbf05;
    background-color: white;
  }
  .product__wrapper-button {
    padding-bottom: 0;
    margin-bottom: 30px;
  }
  .product__wrapper-text {
    padding: 1.875rem 0 1.25rem 0;
  }
  /*Discount*/
  .catalog__breadcrumbs-filter {
    margin-bottom: 1.25rem;
  }
  .promotions__wrapper {
    padding-bottom: 0;
    border-bottom: none;
  }
  .promotions {
    padding: 3.125rem 1.25rem;
  }
  .promotions__options {
    -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;
  }
  .promotions__option {
    padding: 3.125rem 0;
    border-bottom: 2px solid #FCBF05;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .promotions__option div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .promotions__title {
    margin-bottom: 0;
  }
  .promotions__option-title {
    margin-right: 1.875rem;
  }
  .promotions__option-button {
    margin-right: 4.25rem;
    min-width: 10.125rem;
  }
  .promotions .promotions__select-options {
    width: 403.6px;
    top: 11.3rem;
    left: -0.125rem;
  }
  .discount__img-discount img {
    width: auto;
    height: 4.125rem;
  }
  .discount__img-beer {
    width: 4.125rem;
    height: 4.125rem;
  }
  .discount__img-beer img {
    height: 4.125rem;
  }
  .discount__wrapper .promotions .promotions__select-options {
    top: 10.3rem;
    left: 1.25rem;
    width: 400px;
  }
  .discount__wrapper {
    padding: 3.125rem 1.25rem;
  }
  .discount__link {
    padding: 3.125rem 0;
  }
  .discount__wrapper-name-price {
    width: 60%;
  }
  .discount__wrapper-name-price div {
    font-size: 0.75rem;
  }
  .discount__item-name {
    font-size: 1rem;
    padding-bottom: 1.25rem;
  }
  .discount__wrapper-name-price {
    padding-left: 1.25rem;
  }
  .discount__wrapper-name-price div {
    margin-bottom: 0;
  }
  .discount__wrapper-price div {
    margin-bottom: 0.5rem;
  }
  .discount__wrapper-price .discount__old-price {
    text-align: end;
  }
  .discount__wrapper-price .discount__new-price {
    text-align: end;
  }
  /*Accumulation*/
  .accumulation.content {
    width: 85%;
  }
  /*Contacts*/
  .contacts.content {
    width: 420px;
  }
  .contacts__addresses .contacts__wrapper-addition button {
    width: 100%;
  }
  .contacts .breadcrumbs-wrapper {
    margin-top: 3.125rem;
    margin-bottom: 1.25rem;
  }
  .contacts .breadcrumbs-wrapper .breadcrumbs {
    margin: 0 auto;
  }
  /*Error*/
  .error {
    margin: 5rem 0 1.875rem 0;
    padding: 3.125rem 0;
  }
  /*Success*/
  .success {
    margin: 5rem 0 1.875rem 0;
    padding: 3.125rem 0;
  }
  /*Cart*/
  .cart.content {
    width: 420px;
  }
  .cart__wrapper {
    padding: 3.125rem 0;
  }
  .cart .cart-item__picture {
    margin-right: 0;
  }
  .cart .cart-item__wrapper {
    width: 40%;
    margin-bottom: 0;
    padding-left: 0;
  }
  .cart .cart-item__wrapper .cart-item__name,
  .cart .cart-item__wrapper .cart-item__price {
    text-align: center;
  }
  .cart .cart-item__wrapper div {
    margin-right: 0;
  }
  .cart .cart-item__amount {
    width: 100%;
  }
  .cart .cart-item__all {
    width: 15%;
  }
  .cart .cart-item__close {
    top: 3.75rem;
    right: 0;
  }
  .cart .cart-item__amount .product__quantity {
    background-color: #87A0B2;
  }
  .cart .product__quantity div {
    font-size: 0.875rem;
  }
  .cart .product__quantity .product__minus rect {
    fill: white;
  }
  .cart .product__quantity .product__plus path {
    fill: white;
  }
  .cart .cart-item__further-margin {
    width: 80%;
  }
  .cart .cart-item__further-mein {
    width: 20%;
  }
  .cart .product__choices {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .cart-item__further-margin .product__choice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cart .product__packaging {
    margin-bottom: 0.625rem;
  }
  .cart .product__choice div {
    font-size: 1rem;
  }
  .cart .product__select {
    margin-top: 0.5rem;
  }
  .cart-item__main.wrapper-glass .cart-item__wrapper {
    width: 100%;
    padding: 1.25rem;
  }
  .cart .cart-item__price.glass {
    margin-right: 6rem;
  }
  .cart .cart-item__price.glass {
    width: 20%;
    margin-right: 3.5rem;
  }
  .cart .cart-item__amount.glass-amount {
    margin-right: 1.75rem;
  }
  .cart .cart-item__all {
    width: 20%;
  }
  .cart .cart-item__close.glass-close {
    top: 4.825rem;
  }
  .cart .cart-item__text {
    width: 60%;
  }
  .cart .cart-item__input-wrapper {
    width: 40%;
  }
  .cart__details {
    width: 100%;
  }
  .cart .product__select-options {
    width: 55.6px;
    top: 3.25rem;
    left: 0.2rem;
  }
  .cart__info-second .cart__select .product__select-options {
    width: 336px;
    top: 2.5rem;
    left: 0rem;
  }
  .cart-item__main.wrapper-glass .cart-item__wrapper,
  .cart-item__wrapper-second {
    padding-left: 0;
  }
  .cart .cart-item__text {
    padding-left: 0;
  }
  .cart .cart-item__price.glass {
    margin-right: 4.375rem;
  }
  /*Cabinet*/
  .filter-pop-up {
    left: -24px;
  }
  .sort-pop-up {
    right: -22px;
  }
  .cabinet.content {
    width: 420px;
  }
  .cabinet .breadcrumbs-wrapper {
    margin-top: 3.125rem;
    margin-bottom: 1.25rem;
  }
  .cabinet .breadcrumbs-wrapper .breadcrumbs {
    margin: 0 auto;
  }
  .cabinet__wrapper {
    padding: 3.125rem 1.25rem;
  }
  .wrapper__button-exit,
  .wrapper__button-bonus {
    display: none;
  }
  .cabinet .wrapper__button-bonus-mob {
    display: block;
    width: 100%;
    margin-top: 1.875rem;
  }
  .cabinet .wrapper__button-exit-mob {
    display: block;
    width: 100%;
  }
  .wrapper__button-about {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 95%;
  }
  .cabinet__menu {
    margin-bottom: 1.875rem;
  }
  .cabinet__wrapper-order {
    padding: 0 !important;
  }
  .cabinet__addition .cabinet__addition-main-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }
  .cabinet__order-title {
    display: none;
  }
  .cabinet__order-title-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cabinet__order-title-mob.first {
    width: 60%;
  }
  .cabinet__order-title-mob.second {
    width: 40%;
  }
  .cabinet .cabinet__order.block .cabinet__order-number {
    width: 100%;
    margin-bottom: 1rem;
  }
  .cabinet .cabinet__order.block .cabinet__order-data {
    width: 100%;
    padding-left: 1.5rem;
  }
  .cabinet .cabinet__order.block .cabinet__order-sum {
    margin-bottom: 0.375rem;
    text-align: end;
  }
  .cabinet .cabinet__order.block .cabinet__order-status {
    width: 100%;
    text-align: end;
  }
  .cabinet .cabinet__order.block {
    overflow: hidden;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #ECEBF3;
  }
  .cabinet__addition-item {
    padding: 1rem 0;
    border-bottom: 1px solid #ECEBF3;
  }
  .cabinet__addition-list {
    width: 100%;
  }
  .cabinet__order-img {
    margin-left: 1.5rem;
  }
  .cabinet__name-price div:first-child {
    color: #343A40;
  }
  .cabinet__name-price {
    margin-right: 1.75rem;
  }
  .cabinet__order-button {
    width: 100%;
    margin-top: 2.25rem;
  }
  .cabinet__order-button button {
    width: 7.25rem;
    height: auto;
    margin: 0 auto;
  }
  .cabinet__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem 0;
  }
  .cabinet__item-button {
    margin-top: 36px;
  }
  .cabinet__select.promotions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cabinet__select.promotions .promotions__select {
    width: 100%;
    margin-bottom: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .cabinet__select-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cabinet__select-button button {
    padding: 0.625rem 2.5rem;
  }
  .cabinet .promotions .promotions__select-options.active-select-options {
    width: 380px;
    top: 34.6rem;
    left: 1.25rem;
  }
  .barcode__modal {
    width: 420px;
  }
  .barcode__beer {
    padding-right: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .barcode__beer {
    width: 100%;
    height: auto;
  }
  .barcode__beer img {
    width: 100%;
    height: auto;
  }
  .cabinet__favorites .favorites__star {
    margin-right: 0;
  }
  .favorites__photo.cabinet__order-img {
    margin: 0 32px;
  }
  .cabinet__favorites .favorites__item .favorites__name-price {
    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: start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 32px;
    padding: 0;
  }
  .cabinet__favorites .favorites__item .favorites__name-price div:first-child {
    margin-bottom: 10px;
  }
  /*.favorites__button.cabinet__item-button {
      margin-top: 0;

      button {
          padding: 0.625rem 1.25rem;
          font-size: 12px;
      }
  }*/
  .cabinet__favorites .favorites__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cabinet__favorites .favorites__item div:nth-child(2) {
    width: 50%;
  }
  .cabinet__favorites .favorites__item .favorites__photo.cabinet__order-img {
    width: 64px;
  }
  .favorites__button.cabinet__item-button {
    margin-top: 36px;
  }
  .favorites__button.cabinet__item-button button {
    padding: 0.625rem 1.25rem;
    font-size: 1rem;
  }
  /*Payment*/
  .wrapper-content {
    padding: 50px 0;
  }
}
@media (max-width: 560px) {
  .swiper-wrapper .swiper-main {
    height: 14rem;
  }
  .swiper-wrapper .swiper-main .slide-1__content {
    height: 14rem;
  }
  .swiper-wrapper .swiper-main .slide-2__content {
    height: 14rem;
  }
  /*Recommendations*/
  .content-recommendations {
    width: 350px;
  }
  .content-recommendations .swiper-wrapper {
    height: 22.5rem;
  }
  .recommendations__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 21.875rem;
    height: 21.875rem;
    padding-top: 1.25rem;
  }
  .recommendations__wrapper-img {
    width: 9rem;
  }
  /*Discount*/
  .discount.content {
    width: 420px;
  }
  .promotions__option-text {
    text-align: start;
  }
  .promotions .promotions__select-options {
    top: 11.3rem;
    left: -0.75rem;
  }
  .discount__wrapper .promotions .promotions__select-options {
    top: 10.3rem;
    left: 1.25rem;
    width: 23.75rem;
  }
  /*Error*/
  .error__img {
    width: 55%;
  }
}
@media (max-width: 480px) {
  .content {
    width: 370px;
  }
  .header__logo {
    width: 40%;
  }
  .header__logo-menu a {
    width: 80%;
  }
  .header__logo-menu a img {
    width: 100%;
  }
  .header__logo-menu img {
    width: 1.75rem;
  }
  .header__icons {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main-menu__item {
    height: 170px;
  }
  .swiper-wrapper .swiper-main {
    height: 12.5rem;
  }
  .swiper-wrapper .swiper-main .slide-1__content {
    height: 12.5rem;
  }
  .swiper-wrapper .swiper-main .slide-2__content {
    height: 12.5rem;
  }
  .swiper-wrapper .swiper-main .swiper-pagination-bullet {
    margin-right: 10px;
    width: 8px;
    height: 8px;
    border: 2px solid white;
    opacity: 0.6;
    background-color: rgba(0, 0, 0, 0);
  }
  .swiper-wrapper .swiper-main .swiper-pagination-bullet-active {
    opacity: 0.6;
    background-color: white;
  }
  /*Catalog*/
  .catalog__filter {
    width: 90%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .catalog__filter button {
    margin: 0;
  }
  .catalog .catalog-item__link {
    width: 18.75rem;
  }
  .catalog .catalog-item__wrapper {
    width: 18.75rem;
  }
  .catalog .catalog-item .img-snack img {
    width: 130px;
  }
  .catalog .catalog-item__new {
    position: absolute;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .catalog .catalog-item__img-text {
    padding: 0.625rem;
  }
  .catalog .catalog-item__text {
    margin-right: 5px;
  }
  .catalog .catalog-item__name-like {
    margin-bottom: 0.5rem;
  }
  .catalog .catalog-item__like {
    left: 80px;
  }
  .catalog-item__logo-like .catalog-item__like {
    left: 136px;
  }
  .catalog .catalog-item__img img {
    width: 80px;
    margin-top: 10px;
  }
  .catalog .catalog-item__name img {
    width: 3.125rem;
    margin-bottom: 0;
  }
  .catalog .catalog-item__full-name {
    margin-bottom: 0.5rem;
    max-width: 100%;
  }
  .catalog .catalog-item__parameter {
    margin-bottom: 0.5rem;
  }
  .catalog .catalog-item__parameter span {
    font-size: 0.75rem;
  }
  .catalog .catalog-item__choice {
    font-size: 0.75rem;
  }
  .catalog .catalog-item__count {
    width: 1.625rem;
    height: 1.625rem;
  }
  .catalog .catalog-item__wrapper-button button {
    height: 2.5rem;
  }
  .catalog .catalog-item__price span:first-child {
    font-size: 1.5rem;
  }
  /*Product*/
  .product__img-text {
    top: -2rem;
  }
  .product__new {
    height: 3rem;
    width: 12rem;
  }
  .product__wrapper-button button {
    padding: 1rem 1.625rem;
  }
  .product__bottle {
    padding-top: 0.625rem;
    margin-right: 1.375rem;
  }
  .product .product__choice {
    width: 80%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product .product__select-options {
    top: 1.7rem;
    left: 3.9rem;
    width: 3.3rem;
  }
  .product .product__select-options.select-options-right {
    left: 3.9rem;
  }
  /*Recommendations*/
  .content-recommendations {
    width: 18.125rem;
  }
  .content-recommendations .swiper-wrapper {
    height: 19.5rem;
  }
  .recommendations__link {
    width: 18.125rem;
    height: 18.125rem;
    padding-top: 1.25rem;
  }
  .recommendations__wrapper-img {
    width: 35%;
  }
  .recommendations__logo-like {
    margin-bottom: 1rem;
  }
  .recommendations__logo-like img {
    height: 1.875rem;
    width: auto;
  }
  .recommendations__title-product {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .recommendations__price span:first-child {
    font-size: 1.5rem;
  }
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: -40px;
  }
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: -40px;
  }
  /*Discount*/
  .discount.content {
    width: 370px;
  }
  .promotions__option {
    padding: 1.5rem 0;
  }
  .promotions__option-button {
    margin-right: 1rem;
  }
  .promotions .promotions__select {
    width: 17rem;
  }
  .promotions .promotions__select div:first-child {
    padding-left: 0.5rem;
    font-size: 0.875rem;
    line-height: 1rem;
  }
  .promotions .promotions__select div:last-child {
    width: 15%;
  }
  .promotions .promotions__select-options {
    top: 12.55rem;
    width: 17rem;
    left: 1.5rem;
  }
  .discount__wrapper .promotions .promotions__select-options {
    top: 10.3rem;
    left: 2.7rem;
    width: 273.6px;
  }
  /*Contacts*/
  .contacts.content {
    width: 370px;
  }
  .contacts__addresses .contacts__wrapper-addition {
    width: 50%;
  }
  .contacts__addresses .contacts__wrapper-picture {
    width: 50%;
  }
  .contacts__addresses .contacts__time {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contacts__addresses .contacts__time img {
    margin: 0 0 1rem 0;
  }
  .contacts__addresses .contacts__wrapper-addition button {
    position: relative;
    left: 65px;
    width: 256px;
  }
  /*Cart*/
  .cart.content {
    width: 370px;
  }
  .cart .product__choice {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .cart .time__select div:last-child {
    width: 15%;
  }
  .cart .product__select-options {
    width: 55.6px;
    top: 2.3rem;
    left: 2.8rem;
  }
  .cart .product__select-options.options-right {
    left: 2.65rem;
  }
  .cart__info-second .cart__select .product__select-options {
    width: 296px;
    top: 2.5rem;
    left: 0rem;
  }
  .cart .cart-item__close {
    right: -0.5rem;
  }
  .cart .product__choices {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cart-item__further-margin .product__choice {
    width: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .cart .product__bottle {
    margin-right: 1rem;
  }
  .cart .product__packaging {
    margin-bottom: 0.625rem;
  }
  .cart .cart-item__further-price {
    width: 100%;
    text-align: end;
  }
  .cart .cart-item__amount.glass-amount {
    margin-right: 0.75rem;
  }
  .cart .cart-item__all {
    width: 25%;
  }
  /*Cabinet*/
  .cabinet.content {
    width: 370px;
  }
  .cabinet__order-title-mob.first {
    width: 65%;
  }
  .cabinet__order-title-mob.second {
    width: 35%;
  }
  .cabinet__order-img {
    margin-left: 0;
    margin-right: 0.5rem;
  }
  .cabinet__name-price {
    margin-right: 1.5rem;
  }
  .cabinet .promotions .promotions__select-options.active-select-options {
    width: 330px;
    top: 37.3rem;
    left: 1.25rem;
  }
  .barcode__img {
    width: 300px;
  }
  .barcode__modal {
    width: 370px;
  }
  .barcode__logo-person img {
    margin-right: 60px;
  }
  .favorites__photo.cabinet__order-img {
    margin: 0 12px;
  }
  .cabinet__favorites .favorites__item .favorites__name-price {
    margin-right: 12px;
  }
  /*Pop-up*/
  .select-delivery.wrapper-pop-up {
    width: 320px;
  }
  .select-delivery.pop-up__title {
    text-align: center;
    margin-bottom: 30px;
  }
  .select-delivery__or {
    margin: 20px 0;
  }
  .select-delivery__select {
    margin-bottom: 30px;
  }
  .select-adress.wrapper-pop-up {
    width: 320px;
  }
  .select-adress__text {
    text-align: center;
  }
  .select-adress-shop.wrapper-pop-up {
    width: 320px;
    padding: 50px 30px;
  }
  .select-adress-shop .radio label {
    line-height: 20px;
  }
  .select-adress-shop2.wrapper-pop-up {
    width: 320px;
    padding: 50px 30px;
  }
  .select-adress-shop2 .radio label {
    line-height: 20px;
  }
  .login.wrapper-pop-up {
    width: 320px;
  }
  .registration.wrapper-pop-up {
    width: 320px;
  }
  .registration__text {
    text-align: center;
    font-size: 20px;
  }
  .registration__clue {
    text-align: center;
  }
  .select-bottles.wrapper-pop-up {
    width: 320px;
  }
  .select-bottles__wrapper-select {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .select-bottles__select .product__select-options {
    z-index: 5;
  }
  .select-bottles__text {
    text-align: center;
  }
  .vacancies.wrapper-pop-up {
    width: 320px;
  }
  .vacancies__item input {
    width: 250px;
  }
  .vacancies__item .product__select {
    width: 250px;
  }
  .vacancies__download {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .vacancies__download-text {
    margin-bottom: 10px;
  }
  .vacancies__item .product__select-button {
    width: 15%;
  }
  .vacancies__item .product__select-options {
    width: 251.6px;
  }
}
@media (max-width: 380px) {
  .content {
    width: 300px;
  }
  .header__menu-mob {
    padding: 1.25rem;
  }
  .header__submenu-mob {
    padding-left: 10px;
  }
  .header__submenu-link span {
    font-size: 16px;
  }
  .header__logo {
    width: 50%;
  }
  .header__logo-menu a {
    width: 75%;
  }
  .header__adress span {
    border-bottom: none;
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  .header__adress img {
    width: 1rem;
  }
  .header__phone a span {
    font-size: 1.25rem;
  }
  .header__icons img {
    height: 3rem;
    width: auto;
  }
  .main-menu__item {
    height: 144px;
  }
  .main-menu__content img {
    height: 50px;
  }
  .swiper-wrapper .swiper-main {
    height: 10rem;
  }
  .swiper-wrapper .swiper-main .slide-1__content {
    height: 10rem;
  }
  .swiper-wrapper .swiper-main .slide-2__content {
    height: 10rem;
  }
  .footer .footer__wrapper .footer__logo-social .footer__logo img {
    width: 16rem;
  }
  .breadcrumbs-wrapper {
    padding: 0 1rem;
  }
  /*Catalog*/
  .catalog .catalog__filter {
    -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;
  }
  .catalog .catalog__filter button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 80%;
    margin-bottom: 1rem;
  }
  .catalog .catalog__filter .filter button {
    margin-left: 0;
  }
  /*Product*/
  .product__logo-like .product__like {
    right: -8rem;
  }
  .product .img-snack {
    padding: 0 10px;
  }
  .product .img-snack img {
    width: 120px;
  }
  .product .text-snack {
    padding-left: 10px;
  }
  .catalog__breadcrumbs-filter {
    margin: 1rem 0;
  }
  .product__img-text {
    padding-top: 30px;
  }
  .product__like {
    position: absolute;
    right: 1.25rem;
    top: 2rem;
  }
  .product__name {
    margin-bottom: 1rem;
  }
  .product__full-name {
    margin-bottom: 1rem;
  }
  .product__price {
    margin-bottom: 1rem;
  }
  .product__price span:first-child {
    font-size: 1.5rem;
  }
  .product__parameter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1rem;
  }
  .product__parameter-name {
    margin-bottom: 0.625rem;
  }
  .product__quantity {
    margin-bottom: 1rem;
  }
  .product-quantity-snack {
    margin-bottom: 20px;
  }
  .product__packaging {
    margin-bottom: 7rem;
  }
  .product__choice {
    width: 100%;
  }
  .product__wrapper-button {
    position: absolute;
    top: 500px;
  }
  .product__wrapper-button button {
    width: 16rem;
  }
  .product-button-snack {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 20px;
  }
  .product-button-snack button {
    width: 100%;
  }
  .product .wrapper-text-snack {
    margin: 0 10px 0 10px;
  }
  .product .product__choices {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product .product__choice {
    width: 100%;
  }
  .product .product__select-options {
    top: 1.7rem;
    left: 2.8rem;
    width: 3.3rem;
  }
  .product .product__select-options.select-options-right {
    left: 2.8rem;
  }
  /*Recommendations*/
  .content-recommendations {
    width: 16.25rem;
  }
  .content-recommendations .swiper-wrapper {
    height: 17rem;
  }
  .recommendations__link {
    width: 16.25rem;
    height: 16.25rem;
    padding: 0.75rem;
  }
  .recommendations__logo-like {
    margin-bottom: 0.5rem;
  }
  .recommendations__logo-like img {
    height: 1.25rem;
    width: auto;
  }
  .recommendations__title-product {
    font-size: 0.875rem;
  }
  .recommendations__scale span {
    font-size: 0.75rem;
  }
  .recommendations__quantity {
    width: 8rem;
    height: 2rem;
  }
  .recommendations__price span:first-child {
    font-size: 1.25rem;
  }
  .recommendations__wrapper-button button {
    height: 2rem;
  }
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: -30px;
  }
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: -30px;
  }
  /*Discount*/
  .discount.content {
    width: 320px;
  }
  .promotions .promotions__select-options {
    width: 17rem;
    left: 0.25rem;
  }
  .discount__button {
    padding: 1rem 2rem;
  }
  .discount__wrapper .promotions .promotions__select-options {
    top: 10.3rem;
    left: 1.45rem;
  }
  /*Contacts*/
  .contacts .contacts__filter {
    -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;
  }
  .contacts .contacts__filter button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 80%;
    margin-bottom: 1rem;
  }
  .filter button {
    margin-left: 0;
  }
  .contacts.content {
    width: 320px;
  }
  .contacts__addresses .contacts__wrapper-addition button {
    position: relative;
    left: 56px;
    width: 200px;
  }
  .contacts__addresses .contacts__time span {
    font-size: 0.875rem;
  }
  .contacts__addresses .contacts__time img {
    width: 1.225rem;
    height: 1.25rem;
  }
  /*Cart*/
  .cart.content {
    width: 320px;
  }
  .cart .product__select-options {
    width: 55.6px;
    top: 1.8rem;
    left: 2.35rem;
  }
  .cart .product__select-options.options-right {
    left: 2.2rem;
  }
  .cart__info-second .cart__select .product__select-options {
    width: 256px;
    top: 2.5rem;
    left: 0rem;
  }
  .cart .cart-item__sum {
    width: 40%;
  }
  .cart .cart-item__picture {
    width: 4rem;
    height: 4rem;
  }
  .cart .cart-item__wrapper .cart-item__name,
  .cart .cart-item__wrapper .cart-item__price {
    margin-bottom: 0.5rem;
  }
  .cart .cart-item__amount .product__quantity {
    width: 5.9rem;
  }
  .cart .cart-item__further {
    padding-left: 0;
  }
  .cart .product__bottle {
    margin-right: 0.5rem;
  }
  .cart .product__choice div {
    font-size: 0.75rem;
  }
  .cart .product__select {
    margin-top: 0rem;
  }
  .cart .cart-item__close {
    top: 2.9rem;
  }
  /*Cabinet*/
  .cabinet.content {
    width: 320px;
  }
  .cabinet__wrapper-button {
    width: 100%;
  }
  .cabinet__order-title-mob.first {
    width: 60%;
  }
  .cabinet__order-title-mob.second {
    width: 40%;
  }
  .cabinet .cabinet__order.block .cabinet__order-data {
    padding-left: 0;
  }
  .cabinet .cabinet__order.block .cabinet__order-number {
    line-height: 1.5rem;
    width: 100%;
    margin-bottom: 4px;
  }
  .cabinet__orders {
    padding: 0;
  }
  .cabinet__name-price {
    margin-right: 1rem;
  }
  .cabinet__amount {
    margin-right: 1rem;
  }
  .cabinet .promotions .promotions__select-options.active-select-options {
    width: 280px;
    top: 45rem;
    left: 1.25rem;
  }
  .cabinet__percentages .three::after {
    left: 95px;
  }
  .cabinet__percentages .four::after {
    left: 160px;
  }
  .cabinet__percentages .five::after {
    right: 42px;
  }
  .barcode__modal {
    width: 320px;
  }
  .barcode__logo-person img {
    margin-right: 20px;
  }
  .barcode__barcode img {
    height: 100%;
    padding-left: 20px;
  }
  /*Payment*/
  .payment__content {
    font-size: 14px;
  }
  /*Pop-up*/
  .filter-pop-up.wrapper-pop-up {
    width: 100%;
    left: 0;
  }
  .filter-pop-up.wrapper-pop-up .filter__title {
    padding: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .sort-pop-up.wrapper-pop-up {
    width: 100%;
    left: 0;
    top: 104px;
  }
  .sort-pop-up.wrapper-pop-up .sort-pop-up__title {
    padding: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}