@charset "UTF-8";
/*Обнуление*/
@import url("https://fonts.googleapis.com/css?family=Exo+2:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap&subset=cyrillic,cyrillic-ext,latin-ext");
* {
  padding: 0;
  margin: 0;
  border: 0; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:focus, :active {
  outline: none; }

a:focus, a:active {
  outline: none; }

nav, footer, header, aside {
  display: block; }

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

input, button, textarea {
  font-family: inherit; }

input::-ms-clear {
  display: none; }

button {
  cursor: pointer; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

a, a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400; }

/*--------------------*/
body {
  font-family: 'Exo 2', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: url(../img/bg-2.jpg) no-repeat center center fixed; }
  @media (max-width: 768px) {
    body.lock {
      overflow: hidden; } }

h3 {
  font-size: 36px;
  margin: 0 0 20px 0; }
  @media (max-width: 768px) {
    h3 {
      font-size: 26px; } }

.wrapper {
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 10px; }

.hr-line {
  min-width: 100%;
  background-color: #fff;
  height: 1px; }
  .hr-line-yellow {
    min-width: 100%;
    background-color: #FFE018;
    height: 1px; }

.btn {
  display: inline-block;
  position: relative;
  height: 38px;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 4px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 50; }
  .header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 2; }
  .header__body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 768px) {
      .header__body {
        height: 60px; } }
  .header__menu {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 20px; }
    @media (max-width: 768px) {
      .header__menu {
        position: fixed;
        left: 0;
        top: -100%;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.9);
        padding: 80px 10px 20px 10px;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        overflow: auto; } }
  @media (max-width: 768px) {
    .header__menu.active {
      top: 0; } }
  .header__mobile-info {
    display: none;
    color: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 10px;
    z-index: 2;
    min-width: 110px; }
    @media (max-width: 768px) {
      .header__mobile-info {
        display: block; } }
  .header__mobile-delivery-terms {
    font-size: 10px;
    line-height: 14px; }
    .header__mobile-delivery-terms a {
      color: #fff; }
  .header__mobile-phone {
    font-weight: bold;
    color: #FFE018; }
  .header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 2; }
    @media (max-width: 768px) {
      .header__list {
        display: block; } }
  @media (max-width: 768px) {
    .header__list li {
      margin: 0 0 20px 0;
      text-align: center; } }
  .header__link {
    color: #FFE018;
    font-size: 20px;
    text-decoration: none; }
    .header__link:hover {
      color: #fff; }
    .header__link--hide {
      display: none; }
      @media (max-width: 768px) {
        .header__link--hide {
          display: block; } }
    @media (max-width: 992px) {
      .header__link {
        font-size: 18px; } }
    @media (max-width: 912px) {
      .header__link {
        font-size: 16px; } }
    @media (max-width: 768px) {
      .header__link {
        font-size: 30px;
        color: #fff;
        text-transform: uppercase; } }
  .header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    overflow: hidden;
    position: relative;
    z-index: 3; }
    .header__logo img {
      width: 100%;
      display: block; }
    @media (max-width: 768px) {
      .header__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px; } }
  .header__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    margin: auto 0;
    z-index: 3; }
    .header__text img {
      width: 100%;
      display: block; }
    @media (max-width: 768px) {
      .header__text {
        display: none; } }
  .header__burger {
    display: none;
    margin: 0 0 0 10px; }
    @media (max-width: 768px) {
      .header__burger {
        display: block;
        position: relative;
        width: 40px;
        height: 24px;
        position: relative;
        z-index: 3; } }
  .header__burger span {
    position: absolute;
    background-color: #fff;
    left: 0;
    width: 100%;
    height: 2px;
    top: 11px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; }
  @media (max-width: 768px) {
    .header__burger.active span {
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0); } }
  @media (max-width: 768px) {
    .header__burger:before, .header__burger:after {
      content: '';
      background-color: #fff;
      position: absolute;
      width: 100%;
      height: 2px;
      left: 0;
      -webkit-transition: all 0.4s ease 0s;
      -o-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s; } }
  @media (max-width: 768px) {
    .header__burger:before {
      top: 0; } }
  @media (max-width: 768px) {
    .header__burger:after {
      bottom: 0; } }
  @media (max-width: 768px) {
    .header__burger.active:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 11px; } }
  @media (max-width: 768px) {
    .header__burger.active:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      bottom: 11px; } }
  .header__cart {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    background-color: #FFE018;
    border-radius: 20px;
    position: relative;
    z-index: 3; }
    @media (max-width: 768px) {
      .header__cart {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
        flex: 0 0 110px; } }

.header-line {
  padding: 80px 0 0 0; }
  @media (max-width: 768px) {
    .header-line {
      padding: 55px 0 0 0; } }

.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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 10px;
  font-size: 14px;
  font-weight: 700;
  color: #000; }
  @media (max-width: 768px) {
    .cart {
      font-size: 10px;
      font-weight: 600; } }
  .cart__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28px;
    flex: 0 0 28px; }
    @media (max-width: 768px) {
      .cart__icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
        flex: 0 0 20px; } }
    .cart__icon img {
      width: 100%; }
  .cart__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px; }
  .cart__sum, .cart__count {
    padding: 4px 0 4px 10px;
    text-align: left; }

.slider-row {
  padding: 10px 0; }

/* Слайдер */
/* Слайдер запущен */
/* Слайдер с точками */
/* Ограничивающая оболочка */
.slick-list {
  overflow: hidden; }

/* Лента слайдов */
.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/* Слайд */
/* Слайд активный (показывается) */
/* Слайд основной */
/* Слайд по центру */
/* Клонированный слайд */
/* Стрелка */
/* Стрелка влево */
/* Стрелка вправо */
/* Стрелка не активная */
/* Точки (булиты) */
/* Активная точка */
/* Элемент точки */
.slider {
  position: relative; }
  .slider .slick-arrow {
    position: absolute;
    z-index: 10;
    margin: -40px 0 0 0;
    top: 50%;
    font-size: 0;
    width: 41px;
    height: 80px; }
    @media (max-width: 768px) {
      .slider .slick-arrow {
        display: none; } }
    .slider .slick-arrow.slick-prev {
      left: 10px;
      background: url("../../../img/icons/left-a.png") 0 0/100% no-repeat; }
    .slider .slick-arrow.slick-next {
      right: 10px;
      background: url("../../../img/icons/right-a.png") 0 0/100% no-repeat; }
  .slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 10px;
    width: 100%; }
    @media (max-width: 768px) {
      .slider .slick-dots {
        bottom: 5px; } }
  .slider .slick-dots li {
    list-style: none;
    margin: 0 10px; }
    @media (max-width: 768px) {
      .slider .slick-dots li {
        margin: 0 5px; } }
    .slider .slick-dots li.slick-active button {
      background: red; }
  .slider .slick-dots button {
    font-size: 0;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%; }
    @media (max-width: 768px) {
      .slider .slick-dots button {
        width: 5px;
        height: 5px; } }

.slider__item img {
  width: 100%; }

.prod-slider {
  color: #fff;
  position: relative; }
  .prod-slider__head {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .prod-slider__head .slick-arrow {
      position: absolute;
      z-index: 10;
      margin: -16px 0 0 0;
      top: 50%;
      font-size: 0;
      width: 32px;
      height: 32px; }
      .prod-slider__head .slick-arrow.slick-prev {
        left: 0;
        background: url("../../../img/icons/ar-l.png") 0 0/100% no-repeat;
        background-color: #FFE018; }
      .prod-slider__head .slick-arrow.slick-next {
        right: 0;
        background: url("../../../img/icons/ar-r.png") 0 0/100% no-repeat;
        background-color: #FFE018; }
  .prod-slider__title {
    color: #000;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    background-color: #FFE018;
    padding: 0 20px; }
  .prod-slider__arrows {
    position: relative;
    width: 76px; }
  .prod-slider__column {
    padding: 0 8px 30px 8px;
    height: 100%; }
  .prod-slider__product-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 0 0 12px 0;
    height: 100%; }
  .prod-slider__img {
    position: relative; }
    .prod-slider__img img {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto; }
    .prod-slider__img:hover {
      opacity: 0.8;
      -moz-opacity: 0.8;
      filter: alpha(opacity=80) #000;
      -khtml-opacity: 0.8;
      background-color: #000; }
      .prod-slider__img:hover .prod-slider__info-icon {
        display: block; }
  .prod-slider__label-list {
    position: absolute;
    top: 15px;
    width: 45%; }
  .prod-slider__label {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin: 0 0 10px 0;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .prod-slider__label {
        font-size: 12px;
        line-height: 18px; } }
    .prod-slider__label--red {
      background-color: red; }
    .prod-slider__label--green {
      background-color: green; }
    .prod-slider__label--yellow {
      color: black;
      background-color: yellow; }
  .prod-slider__info-icon {
    display: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    bottom: calc(50% - 50px);
    right: calc(50% - 50px);
    width: 100px;
    height: 100px; }
  .prod-slider__zoom {
    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;
    position: absolute;
    color: #fff;
    font-size: 30px;
    bottom: calc(50% - 30px);
    right: calc(50% - 30px);
    width: 60px;
    height: 60px; }
  .prod-slider__info-mobile-icon {
    display: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    color: #fff;
    bottom: 5px;
    right: 5px;
    width: 40px;
    height: 40px; }
    @media (max-width: 768px) {
      .prod-slider__info-mobile-icon {
        display: block; }
        .prod-slider__info-mobile-icon:hover {
          display: none; } }
  .prod-slider__mobile-zoom {
    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;
    position: absolute;
    color: #fff;
    font-size: 22px;
    bottom: calc(50% - 20px);
    right: calc(50% - 20px);
    width: 40px;
    height: 40px; }
  .prod-slider__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .prod-slider__prod-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    text-align: center;
    padding: 0 5px 5px 5px; }
    .prod-slider__prod-title--slider {
      color: #fff; }
  .prod-slider__by-group {
    text-align: center; }
  .prod-slider__price {
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
    padding: 0 0 10px 0; }
    @media (max-width: 768px) {
      .prod-slider__price {
        font-size: 18px;
        line-height: 20px; } }
  .prod-slider__old-price {
    color: #D9232C;
    padding: 0 10px 0 0;
    text-decoration: line-through; }
  .prod-slider__by-button {
    display: inline-block;
    position: relative;
    color: #fff;
    background-color: #D9232C;
    border-color: #D9232C;
    height: 30px;
    padding: 0 20px;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 4px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .prod-slider .slick-arrow {
    position: absolute;
    z-index: 10;
    margin: -40px 0 0 0;
    top: 50%;
    font-size: 0;
    width: 41px;
    height: 80px; }
    @media (max-width: 768px) {
      .prod-slider .slick-arrow {
        display: none; } }
    .prod-slider .slick-arrow.slick-prev {
      background: url("../../../img/icons/left-a.png") 0 0/100% no-repeat; }
    .prod-slider .slick-arrow.slick-next {
      right: 10px;
      background: url("../../../img/icons/right-a.png") 0 0/100% no-repeat; }
  .prod-slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 10px;
    width: 100%; }
    @media (max-width: 768px) {
      .prod-slider .slick-dots {
        bottom: 5px; } }
  .prod-slider .slick-dots li {
    list-style: none;
    margin: 0 10px; }
    @media (max-width: 768px) {
      .prod-slider .slick-dots li {
        margin: 0 5px; } }
    .prod-slider .slick-dots li.slick-active button {
      background: red; }
  .prod-slider .slick-dots button {
    font-size: 0;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%; }
    @media (max-width: 768px) {
      .prod-slider .slick-dots button {
        width: 5px;
        height: 5px; } }

.recomended-slider__arrows {
  position: relative;
  width: 76px; }

.delivery-info {
  padding: 10px 0; }
  @media (max-width: 768px) {
    .delivery-info {
      display: none; } }
  .delivery-info__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .delivery-info__item {
    padding: 0 25px;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .delivery-info__item--wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
  .delivery-info__phone {
    font-size: 56px;
    font-weight: 700;
    padding: 0 0 5px 0; }
  .delivery-info__offer {
    font-size: 24px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center; }
  .delivery-info__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 71px;
    flex: 0 0 71px; }
  .delivery-info__work-time {
    font-size: 18px; }

.food-menu {
  padding: 10px 0; }
  .food-menu__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px; }
  .food-menu__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.33333333333333%;
    flex: 0 1 33.33333333333333%;
    padding: 0 10px;
    margin: 0 0 30px 0;
    text-align: center;
    position: relative; }
    .food-menu__item img {
      width: 100%;
      height: auto; }
      .food-menu__item img:hover ~ .food-menu__title {
        opacity: 0.5; }
    @media (max-width: 992px) {
      .food-menu__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%; } }
    @media (max-width: 600px) {
      .food-menu__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%; } }
  .food-menu__title {
    color: #fff;
    position: absolute;
    bottom: 0;
    width: calc(100% - 20px);
    height: 55px;
    padding: 10px 10px;
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    background-color: red;
    opacity: 0.8;
    text-transform: uppercase; }
    .food-menu__title:hover {
      opacity: 0.5; }

.footer {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px 0;
  color: white;
  position: relative; }
  .footer:after {
    content: '';
    position: absolute;
    bottom: 70px;
    height: 3px;
    background-color: #fff;
    width: 100%;
    min-width: 100%; }
    @media (max-width: 768px) {
      .footer:after {
        height: 1px;
        bottom: 50px; } }
  .footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0; }
    @media (max-width: 768px) {
      .footer__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px 0; } }
  .footer__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.33333333333333%;
    flex: 0 1 33.33333333333333%;
    border-right: 1px dotted #fff; }
    @media (max-width: 768px) {
      .footer__column {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        border-right: 0;
        border-bottom: 1px dotted #fff; } }
    .footer__column-title {
      font-size: 24px;
      line-height: 36px;
      padding: 0 0 20px 0;
      text-align: center; }
      @media (max-width: 768px) {
        .footer__column-title {
          font-size: 18px;
          line-height: 24px;
          padding: 10px 0; } }
    .footer__column-info {
      font-size: 18px;
      font-weight: 400;
      line-height: 20px;
      padding: 0 0 30px 0; }
      .footer__column-info--text {
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
        padding: 0 0 30px 40px;
        word-wrap: wrap; }
        .footer__column-info--text a {
          color: #fff; }
        .footer__column-info--text p {
          padding: 0 0 10px 0; }
        @media (max-width: 768px) {
          .footer__column-info--text {
            font-size: 12px;
            font-weight: 400;
            line-height: 16px;
            padding: 0 0 15px 20px; } }
      @media (max-width: 768px) {
        .footer__column-info {
          font-size: 14px;
          font-weight: 400;
          line-height: 18px;
          padding: 0 0 15px 0; } }
    .footer__column-img {
      text-align: center; }
      @media (max-width: 768px) {
        .footer__column-img {
          padding: 0 0 15px 0; } }
    .footer__column--last {
      border-right: 0;
      border-bottom: 0; }
  .footer__copright {
    font-size: 16px;
    padding: 20px 0;
    line-height: 18px;
    text-align: center; }
    @media (max-width: 768px) {
      .footer__copright {
        font-size: 10px;
        line-height: 14px;
        padding: 10px 0; } }
  .footer__list {
    padding: 0 0 0 40px; }
    @media (max-width: 768px) {
      .footer__list {
        padding: 0 0 0 20px; } }
    .footer__list li {
      padding: 0 0 10px 0; }
    .footer__list a {
      color: #fff; }

.catalog {
  padding: 10px 0;
  color: white; }
  .catalog__title {
    padding: 0 0 16px 0;
    font-size: 42px;
    line-height: 52px;
    font-weight: 300;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .catalog__title {
        padding: 0 0 5px 0;
        font-size: 22px;
        line-height: 32px; } }
  .catalog__subtitle {
    padding: 0 0 10px 0;
    font-size: 36px;
    line-height: 46px;
    font-weight: 300; }
    @media (max-width: 768px) {
      .catalog__subtitle {
        font-size: 18px;
        line-height: 28px; } }
  .catalog__row {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px; }
  .catalog__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    padding: 0 8px 30px 8px; }
    @media (max-width: 992px) {
      .catalog__column {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%; } }
    @media (max-width: 600px) {
      .catalog__column {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%; } }
  .catalog__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 0 0 12px 0;
    height: 100%; }
  .catalog__img {
    position: relative; }
    .catalog__img img {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto; }
  .catalog__label-list {
    position: absolute;
    top: 15px;
    width: 45%; }
  .catalog__label {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    line-height: 28px;
    margin: 0 0 10px 0;
    text-transform: uppercase; }
    .catalog__label--red {
      background-color: red; }
    .catalog__label--green {
      background-color: green; }
    .catalog__label--yellow {
      color: black;
      background-color: yellow; }
  .catalog__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 0 0 0;
    color: #fff; }
  .catalog__prod-title {
    font-size: 24px;
    line-height: 26px;
    font-weight: 300;
    text-align: center;
    padding: 0 5px 10px 5px; }
    .catalog__prod-title--slider {
      color: red; }
  .catalog__item-characteristic {
    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-pack: distribute;
    justify-content: space-around;
    padding: 0 10px;
    font-size: 16px;
    line-height: 18px; }
  .catalog__descr {
    text-align: center;
    padding: 10px 10px 20px 10px; }
  .catalog__by-group {
    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-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
    padding: 0 10px 10px 10px; }
  .catalog__old-price {
    color: #D9232C;
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
    padding: 0 10px 0 0;
    text-decoration: line-through; }
  .catalog__by-button {
    display: inline-block;
    position: relative;
    color: #fff;
    background-color: #D9232C;
    border-color: #D9232C;
    height: 38px;
    padding: 0 20px;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 4px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .catalog__by-button--narrow {
      padding: 0 5px; }

.cartmain {
  padding: 10px 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7); }
  .cartmain__title {
    padding: 0 0 16px 0;
    font-size: 42px;
    line-height: 52px;
    font-weight: 300;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .cartmain__title {
        padding: 0 0 5px 0;
        font-size: 22px;
        line-height: 32px; } }
  .cartmain__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0;
    font-size: 24px; }
    .cartmain__item-info {
      width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 5px 0 5px 5px; }
      @media (max-width: 768px) {
        .cartmain__item-info {
          width: 100%; } }
    .cartmain__item-img {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
      flex: 0 0 80px; }
    .cartmain__item-title {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      padding-left: 40px;
      max-width: 550px;
      min-width: 200px;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }
      @media (max-width: 768px) {
        .cartmain__item-title {
          padding-left: 10px; } }
    .cartmain__item-characteristic {
      padding: 10px 0 0 0;
      font-size: 16px;
      line-height: 18px; }
    @media (max-width: 768px) {
      .cartmain__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        font-size: 18px; } }
    .cartmain__item-gift {
      padding: 0 10px;
      border-radius: 4px;
      background-color: green;
      text-transform: uppercase; }
  .cartmain__price-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 30%; }
    @media (max-width: 768px) {
      .cartmain__price-group {
        width: 100%;
        margin: 0 0 10px 0; } }
  .cartmain__price {
    text-align: left; }
  .cartmain__old-price {
    color: #D9232C;
    text-decoration: line-through; }
  .cartmain__count {
    width: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .cartmain__count img {
      padding-left: 0; }
    .cartmain__count-count {
      margin: 0 5px; }
  .cartmain button {
    margin-right: 10px;
    margin-bottom: 0;
    padding: 0 10px 0 10px;
    color: #fff;
    background-color: #d9232c;
    border-color: #d9232c; }
    @media (max-width: 768px) {
      .cartmain button {
        width: 100%; } }
  .cartmain__summary {
    padding-left: 20px;
    padding-top: 20px;
    font-size: 20px; }
    .cartmain__summary button {
      margin-top: 20px;
      margin-bottom: 20px;
      padding: 0 30px;
      color: black;
      background-color: #f8da17;
      border-color: #f8da17; }
    @media (max-width: 768px) {
      .cartmain__summary {
        padding-left: 0;
        padding-top: 20px; } }
  .cartmain__empty {
    font-size: 42px;
    padding: 20px 0; }

.bonus-program {
  padding: 10px 0;
  color: #fff; }
  .bonus-program__title {
    text-align: center;
    padding: 40px 0 10px 0;
    margin: 0; }
  .bonus-program__img {
    text-align: center;
    padding: 12px 0; }
    .bonus-program__img img {
      max-width: 100%;
      width: 300px; }
  .bonus-program__offer {
    font-size: 24px;
    line-height: 30px;
    text-align: justify;
    padding: 0 0 40px 0; }
    @media (max-width: 768px) {
      .bonus-program__offer {
        font-size: 16px;
        line-height: 26px;
        padding: 0 0 20px 0; } }

.delivery {
  padding: 10px 0;
  color: #fff; }
  .delivery__title {
    text-align: center;
    padding: 40px 0 10px 0;
    margin: 0; }
    @media (max-width: 768px) {
      .delivery__title {
        padding: 20px 0 10px 0; } }
  .delivery__subtitle {
    font-size: 24px;
    line-height: 30px;
    text-align: center; }
    @media (max-width: 768px) {
      .delivery__subtitle {
        font-size: 16px;
        line-height: 26px; } }
  .delivery__offer {
    font-size: 24px;
    line-height: 30px;
    text-align: justify;
    padding: 0 0 40px 0; }
    @media (max-width: 768px) {
      .delivery__offer {
        font-size: 16px;
        line-height: 20px;
        padding: 0 0 20px 0; } }
  .delivery__img {
    text-align: center;
    padding: 12px 0; }
    .delivery__img img {
      max-width: 100%;
      width: 300px; }

.fx-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.gifts-scale {
  position: fixed;
  right: 0;
  z-index: 700;
  top: 100px;
  font-size: 13px; }
  .gifts-scale__scale-wrapper {
    background: url(../img/podarok/bg_bong.png) no-repeat scroll center center #fff;
    width: 54px;
    height: 402px;
    position: relative;
    -webkit-box-shadow: 0 5px 5px #ababab;
    box-shadow: 0 5px 5px #ababab;
    border-radius: 5px 0 0 5px; }
    @media (max-width: 768px) {
      .gifts-scale__scale-wrapper {
        display: none; } }
  .gifts-scale__gift-icon {
    display: block;
    padding: 9px 0;
    cursor: pointer;
    background: #FFE018;
    color: #000;
    border-radius: 5px 0 0 5px;
    -webkit-box-shadow: 0 5px 5px #ababab;
    box-shadow: 0 5px 5px #ababab;
    width: 54px;
    height: 54px;
    font-size: 34px;
    text-align: center; }
    .gifts-scale__gift-icon:hover {
      background: #D9232C;
      color: #fff; }
    .gifts-scale__gift-icon:hover .gifts-scale__gift-cnt {
      background: #fff;
      color: #000;
      border: 2px solid #FFE018; }
  .gifts-scale__icon-wrapper {
    padding-top: 26px; }
    @media (max-width: 768px) {
      .gifts-scale__icon-wrapper {
        padding-top: 50%; } }
  .gifts-scale__gift-cnt {
    position: relative;
    bottom: 15px;
    left: 30px;
    border: 2px solid #D9232C;
    font-size: 16px;
    font-weight: bolder;
    background-color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center; }
  .gifts-scale__image-wrapper {
    height: 350px;
    position: absolute;
    bottom: 0px;
    left: 0px; }
  .gifts-scale__image {
    background: url(../img/podarok/deleneja.png) no-repeat scroll center bottom;
    width: 18px;
    position: absolute;
    bottom: 24px;
    left: 18px;
    -webkit-transition: all 0.4s 0.01s ease;
    -o-transition: all 0.4s 0.01s ease;
    transition: all 0.4s 0.01s ease; }

.gifts {
  padding: 10px 0;
  background-color: #fff;
  color: #fff; }
  .gifts__row {
    max-width: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px; }
    @media (max-width: 768px) {
      .gifts__row {
        -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; } }
  .gifts__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.33333333333333%;
    flex: 0 1 33.33333333333333%;
    padding: 0 8px 20px 8px; }
    .gifts__column--disabled {
      opacity: 0.4; }
    @media (max-width: 768px) {
      .gifts__column {
        max-width: 70%;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%; } }
  .gifts__prod-title {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    padding: 0 5px 10px 5px; }
  .gifts__item-characteristic {
    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-pack: distribute;
    justify-content: space-around;
    padding: 0 10px;
    font-size: 12px; }
  .gifts__by-group {
    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-pack: distribute;
    justify-content: space-around;
    font-size: 20px;
    font-weight: 300;
    padding: 0 10px 10px 10px; }
  .gifts__old-price {
    color: #D9232C;
    font-size: 20px;
    font-weight: 300;
    padding: 0 10px 0 0;
    text-decoration: line-through; }
  .gifts__label-list {
    position: absolute;
    top: 15px;
    width: 60%; }
  .gifts__label {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin: 0 0 10px 0;
    text-transform: uppercase; }
    .gifts__label--green {
      background-color: green; }
    .gifts__label--red {
      background-color: red; }
  .gifts__info {
    padding: 10px 0;
    background-color: green;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase; }
    .gifts__info--disabled {
      background-color: red; }
  .gifts__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.9);
    height: 100%;
    color: #fff; }
  .gifts__descr {
    text-align: center;
    padding: 10px 10px 10px 10px; }

/*# sourceMappingURL=style.css.map */