/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 15px 0 20px; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

body,
p,
ul, li,
h1, h2, h3, h4, h5, h6,
input,
textarea,
a {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: none;
  text-decoration: none;
  outline: none; }

* {
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: inherit; }

li {
  list-style-type: none; }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield; }

@font-face {
  font-family: 'Gotham Pro';
  src: url("../fonts/GothamPro-Medium.eot");
  src: url("../fonts/GothamPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Medium.woff2") format("woff2"), url("../fonts/GothamPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham Pro';
  src: url("../fonts/GothamPro-Bold.eot");
  src: url("../fonts/GothamPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Bold.woff2") format("woff2"), url("../fonts/GothamPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham Pro';
  src: url("../fonts/GothamPro-Light.eot");
  src: url("../fonts/GothamPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Light.woff2") format("woff2"), url("../fonts/GothamPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham Pro';
  src: url("../fonts/GothamPro.eot");
  src: url("../fonts/GothamPro.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro.woff2") format("woff2"), url("../fonts/GothamPro.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Vollkorn';
  src: url("../fonts/Vollkorn-VariableFont_wght.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Vollkorn';
  src: url("../fonts/Vollkorn-Italic-VariableFont_wght.ttf");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

.container {
  max-width: 1206px;
  padding: 0;
  margin: 0 auto; }
  @media (max-width: 1250px) {
    .container {
      padding-left: 15px;
      padding-right: 15px; } }

.no-scrolling {
  overflow: hidden; }

.loader {
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  opacity: 0;
  z-index: -1000;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-color: #073818; }
  .loader.active {
    opacity: 1;
    z-index: 10000; }

.popup {
  position: fixed;
  z-index: -3;
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  background-color: rgba(4, 22, 1, 0.8); }
  .popup.active {
    opacity: 1;
    z-index: 100000; }
    .popup.active .popup-window {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
  @media (max-width: 767px) {
    .popup {
      overflow-y: scroll;
      padding: 50px 0; } }
  .popup-window {
    background: #073818;
    border: 2px solid #D4B464;
    max-width: 500px;
    width: 100%;
    border-radius: 35px;
    position: relative;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    padding: 20px 36px 57px;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s; }
    @media (max-width: 767px) {
      .popup-window {
        max-width: 320px;
        padding: 20px 20px 58px; } }
    .popup-window .tag {
      content: '';
      position: absolute;
      z-index: 2;
      font-weight: bold;
      font-size: 14px;
      line-height: 24px;
      text-transform: uppercase;
      width: 135px;
      height: 30px;
      text-align: center;
      padding-top: 3px;
      left: -14px;
      top: 30px;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
      .popup-window .tag.nut {
        background-image: url("../img/nut-tag-bg.svg"); }
      .popup-window .tag.caramel {
        background-image: url("../img/caramel-tag-bg.svg"); }
      .popup-window .tag.bottom {
        top: 70px; }
    .popup-window .recipes__item_img {
      display: block;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin: 0 auto; }
    .popup-window .recipes__item_title {
      max-width: 360px;
      margin: 24px auto 21px;
      text-align: center;
      text-transform: uppercase;
      color: #D4B464;
      font-weight: bold;
      font-size: 18px;
      line-height: 110%; }
    .popup-window .close {
      position: absolute;
      width: 31px;
      height: 31px;
      background-image: url("../img/Close-popup.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      cursor: pointer;
      z-index: 10;
      right: -10px;
      top: -10px; }
  .popup__item {
    padding-left: 40px;
    position: relative;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 120%; }
    .popup__item_num {
      position: absolute;
      top: 0;
      left: 0;
      width: 30px;
      height: 28px;
      border-radius: 50%;
      border: 2px solid #D4B464;
      color: #D4B464;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }

body,
html {
  position: relative;
  overflow-x: hidden;
  background-color: #073818;
  color: #fff;
  font-family: 'Gotham Pro', sans-serif; }

body {
  background-image: url("../img/back.svg");
  background-position: center 88px;
  background-repeat: no-repeat;
  background-size: initial; }
  @media (max-width: 767px) {
    body {
      background-size: 220%; } }

.caption {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  line-height: 120%;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .caption {
      font-size: 21px;
      line-height: 120%;
      max-width: 300px;
      margin-left: auto;
      margin-right: auto; } }

.left-top-tag {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1; }
  @media (max-width: 767px) {
    .left-top-tag {
      width: 180px;
      height: 145px; } }

.header {
  margin: 30px auto 0;
  text-align: center;
  padding-bottom: 64px; }
  .header__logo {
    display: block;
    margin-bottom: 41px;
    margin-left: auto;
    margin-right: auto;
    -ms-interpolation-mode: nearest-neighbor;
        image-rendering: -webkit-optimize-contrast;
        image-rendering: -moz-crisp-edges;
        image-rendering: pixelated; }
    @media (max-width: 767px) {
      .header__logo {
        width: 90px;
        height: 41px; } }
  .header__caption {
    text-transform: uppercase;
    font-size: 32px;
    line-height: 100%;
    font-weight: 400;
    margin-bottom: 59px; }
    @media (max-width: 767px) {
      .header__caption {
        font-size: 24px; } }
    .header__caption span {
      font-weight: bold;
      display: block;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 10px;
      background: -webkit-linear-gradient(180deg, #B58840, #F2E996, #B58840);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      @media (max-width: 767px) {
        .header__caption span {
          margin-bottom: 8px; } }
  .header__jars {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .header__jars .slick-track {
      padding-bottom: 100px; }
    .header__jars_item {
      position: relative; }
      @media (max-width: 767px) {
        .header__jars_item {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; } }
      .header__jars_item.slick-active .header__jars_img,
      .header__jars_item.slick-active .header__jars_about {
        opacity: 1; }
      .header__jars_item.right .header__jars_about {
        top: 113px;
        left: calc(100% + 17px); }
        @media (max-width: 1250px) {
          .header__jars_item.right .header__jars_about {
            left: calc(100% - 33px); } }
      .header__jars_item.right .header__jars_img {
        margin-right: -53px; }
        @media (max-width: 767px) {
          .header__jars_item.right .header__jars_img {
            width: 228px;
            -webkit-transform: translateX(-31%);
                -ms-transform: translateX(-31%);
                    transform: translateX(-31%); } }
      .header__jars_item.left .header__jars_about {
        right: 100%;
        top: 15px; }
        @media (max-width: 1250px) {
          .header__jars_item.left .header__jars_about {
            right: 80%; } }
      @media (max-width: 767px) {
        .header__jars_item.left .header__jars_img {
          width: 205px;
          -webkit-transform: translateX(-64%);
              -ms-transform: translateX(-64%);
                  transform: translateX(-64%); } }
    .header__jars_img {
      display: block;
      -ms-interpolation-mode: nearest-neighbor;
          image-rendering: -webkit-optimize-contrast;
          image-rendering: -moz-crisp-edges;
          image-rendering: pixelated; }
      @media (max-width: 767px) {
        .header__jars_img {
          position: relative;
          margin-bottom: 63px;
          margin-left: 0;
          margin-right: 0;
          opacity: 0;
          left: 50%;
          height: 300px;
          -webkit-transition: all ease-in-out .3s;
          transition: all ease-in-out .3s; } }
    .header__jars_about {
      position: absolute;
      width: 320px;
      text-align: center; }
      @media (max-width: 767px) {
        .header__jars_about {
          position: relative;
          left: unset !important;
          right: unset !important;
          top: unset !important;
          bottom: unset !important;
          margin-left: auto;
          margin-right: auto;
          opacity: 0;
          -webkit-transition: all ease-in-out .3s;
          transition: all ease-in-out .3s; } }
      .header__jars_about .nut-animate,
      .header__jars_about .caramel-animate {
        position: absolute;
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-in-out;
                animation-timing-function: ease-in-out; }
      .header__jars_about .nut-animate.one {
        left: calc(100% + 10px);
        z-index: 10;
        top: 121px;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        -webkit-animation-name: nut1;
                animation-name: nut1;
        -webkit-animation-duration: 5s;
                animation-duration: 5s; }
        @media (max-width: 767px) {
          .header__jars_about .nut-animate.one {
            display: none; } }
      .header__jars_about .nut-animate.second {
        bottom: calc(100% + 113px);
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        -webkit-animation-name: nut2;
                animation-name: nut2;
        -webkit-animation-duration: 4s;
                animation-duration: 4s; }
        @media (max-width: 767px) {
          .header__jars_about .nut-animate.second {
            bottom: unset;
            top: 100%;
            z-index: 2;
            right: 0; } }
      .header__jars_about .nut-animate.third {
        right: -38px;
        bottom: -55px;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        -webkit-animation-name: nut3;
                animation-name: nut3;
        -webkit-animation-duration: 3s;
                animation-duration: 3s; }
        @media (max-width: 767px) {
          .header__jars_about .nut-animate.third {
            width: 60px;
            height: 55px;
            left: -54px;
            top: -362px;
            bottom: unset; } }
      .header__jars_about .caramel-animate.one {
        bottom: calc(100% + 130px);
        left: 85px;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        -webkit-animation-name: caramel1;
                animation-name: caramel1;
        -webkit-animation-duration: 3.5s;
                animation-duration: 3.5s; }
        @media (max-width: 767px) {
          .header__jars_about .caramel-animate.one {
            top: -59px;
            z-index: 2;
            right: -30px;
            bottom: unset;
            left: unset; } }
      .header__jars_about .caramel-animate.second {
        bottom: calc(100% + 15px);
        right: -35px;
        z-index: 10;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        -webkit-animation-name: caramel2;
                animation-name: caramel2;
        -webkit-animation-duration: 4s;
                animation-duration: 4s; }
        @media (max-width: 767px) {
          .header__jars_about .caramel-animate.second {
            display: none; } }
      .header__jars_about .caramel-animate.third {
        left: -62px;
        bottom: -82px;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        -webkit-animation-name: caramel3;
                animation-name: caramel3;
        -webkit-animation-duration: 3s;
                animation-duration: 3s; }
        @media (max-width: 767px) {
          .header__jars_about .caramel-animate.third {
            width: 60px;
            height: 55px;
            left: -54px;
            top: -362px;
            bottom: unset; } }
      .header__jars_about-bg {
        position: absolute;
        left: 50%;
        top: -100px;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        z-index: 1; }
      .header__jars_about-title {
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 14px;
        position: relative;
        z-index: 2;
        background: -webkit-linear-gradient(180deg, #B58840, #F2E996, #B58840);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        font-family: 'Vollkorn', sans-serif;
        font-style: italic; }
        .header__jars_about-title .decor {
          position: absolute;
          left: 100%;
          top: -5px;
          font-family: 'Arial', sans-serif;
          font-size: 20px;
          -webkit-text-fill-color: #B58840; }
      .header__jars_about-subtitle {
        font-weight: bold;
        letter-spacing: -0.2px;
        font-size: 21px;
        line-height: 130%;
        font-style: italic;
        position: relative;
        z-index: 2;
        margin-bottom: 56px;
        background: -webkit-linear-gradient(180deg, #B58840, #F2E996, #B58840);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
        .header__jars_about-subtitle:before {
          content: '';
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          background-image: url("../img/decor.svg");
          background-repeat: no-repeat;
          background-position: center;
          background-size: initial;
          bottom: -35px;
          width: 26px;
          height: 15px;
          display: block; }
      .header__jars_about-text {
        font-size: 16px;
        line-height: 130%;
        color: #E6CFA0;
        position: relative;
        z-index: 3; }
    .header__jars_arrow {
      position: absolute;
      z-index: 100;
      width: 14px;
      height: 28px;
      top: 102px;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      cursor: pointer; }
      .header__jars_arrow.lt {
        left: 32px;
        background-image: url("../img/header_left.svg"); }
      .header__jars_arrow.rt {
        right: 32px;
        background-image: url("../img/header_right.svg"); }

.main {
  position: relative;
  z-index: 3;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  .main .recipes {
    z-index: 1;
    position: relative;
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 33px; }
    .main .recipes__arrow {
      position: absolute;
      z-index: 100;
      width: 50px;
      height: 50px;
      top: 149px;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      cursor: pointer; }
      .main .recipes__arrow.lt {
        left: 24px;
        background-image: url("../img/ricepes-lt.svg"); }
      .main .recipes__arrow.rt {
        right: 24px;
        background-image: url("../img/ricepes-rt.svg"); }
    .main .recipes__bg {
      position: absolute;
      z-index: 0;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      @media (max-width: 767px) {
        .main .recipes__bg {
          display: none; } }
    .main .recipes__item {
      position: relative;
      z-index: 1;
      width: 300px;
      height: 340px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-bottom: 50px;
      background-color: #073818;
      border: 2px solid #D4B464;
      border-radius: 15px;
      padding-bottom: 30px;
      padding-left: 10px;
      padding-right: 10px;
      background-image: url("../img/riceps_item-bg.svg");
      background-position: center -12px;
      background-size: initial;
      background-repeat: no-repeat;
      cursor: pointer;
      -webkit-transition: all ease-in-out .3s;
      transition: all ease-in-out .3s;
      box-shadow: 0 0 0 #02240E; }
      .main .recipes__item:hover {
        -webkit-transform: scale(1.02);
            -ms-transform: scale(1.02);
                transform: scale(1.02);
        box-shadow: 0 0 25px #02240E; }
      .main .recipes__item_img {
        -ms-interpolation-mode: nearest-neighbor;
            image-rendering: -webkit-optimize-contrast;
            image-rendering: -moz-crisp-edges;
            image-rendering: pixelated; }
      .main .recipes__item .tag {
        position: absolute;
        z-index: 2;
        font-weight: bold;
        font-size: 14px;
        line-height: 24px;
        text-transform: uppercase;
        width: 135px;
        height: 30px;
        text-align: center;
        padding-top: 3px;
        box-sizing: border-box;
        left: -14px;
        top: 20px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }
        .main .recipes__item .tag.caramel {
          background-image: url("../img/caramel-tag-bg.svg"); }
          .main .recipes__item .tag.caramel.bottom {
            top: 60px; }
        .main .recipes__item .tag.nut {
          background-image: url("../img/nut-tag-bg.svg"); }
      @media (max-width: 767px) {
        .main .recipes__item {
          max-width: 300px;
          margin-left: calc((100vw - 300px) / 2);
          margin-right: calc((100vw - 300px) / 2); } }
      .main .recipes__item_title {
        color: #D4B464;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 16px;
        line-height: 110%;
        text-align: center;
        height: 36px;
        margin-top: 20px; }
  .main .shops {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 43px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 767px) {
      .main .shops {
        padding-left: 30px;
        padding-right: 30px; } }
    .main .shops__item {
      margin-bottom: 23px; }
      @media (max-width: 767px) {
        .main .shops__item {
          height: auto;
          width: 148px; } }

.footer {
  z-index: 2;
  position: relative;
  margin-top: 203px; }
  @media (max-width: 767px) {
    .footer {
      margin-top: 165px; } }
  .footer-bg {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (max-width: 767px) {
      .footer-bg {
        display: none; } }
    .footer-bg-mob {
      display: none;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: 70px; }
      @media (max-width: 767px) {
        .footer-bg-mob {
          display: block; } }
  .footer__menu {
    position: relative;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px; }
    @media (max-width: 767px) {
      .footer__menu {
        margin-bottom: 32px; } }
    .footer__menu ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .footer__menu_item {
      padding: 0 13px; }
      .footer__menu_item:not(:last-of-type) {
        border-right: 1px solid #FFDD67; }
        @media (max-width: 767px) {
          .footer__menu_item:not(:last-of-type) {
            margin-bottom: 15px;
            border-right: unset; } }
    .footer__menu_link {
      color: #FFDD67;
      font-size: 12px;
      line-height: 130%; }
      .footer__menu_link:hover, .footer__menu_link:active, .footer__menu_link:focus {
        text-decoration: underline; }
  .footer__text {
    z-index: 2;
    position: relative;
    color: #FFDD67;
    margin-bottom: 23px;
    text-align: center; }
    .footer__text_top {
      font-size: 12px;
      line-height: 13px;
      margin-bottom: 15px; }
    .footer__text_bottom {
      font-size: 10px;
      line-height: 13px; }

@-webkit-keyframes nut2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes nut2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes nut1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes nut1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes nut3 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes nut3 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes caramel1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes caramel1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes caramel2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes caramel2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes caramel3 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes caramel3 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

/*# sourceMappingURL=main.css.map */

/* 13.09.21 cookies */
.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
}

.cookies.hide {
  display: none;
}

.cookies-container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 730px;
  width: 100%;
  padding: 0 10px;
}

.cookies-text {
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
  margin-right: 30px;
}

.cookies-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 34px;
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  font-weight: bold;
  font-size: 10px;
  line-height: 1;
}

@media (max-width: 767px) {
  .cookies-text {
    max-width: 480px;
    min-width: 200px;
    font-size: 10px;
    line-height: 12px;
    margin-right: 10px;
  }

  .cookies-btn {
    width: 80px;
    min-width: 80px;
  }
}
/**/