@charset "UTF-8";
@font-face {
  font-family: "Candara";
  src: url("../fonts/Candara.woff2") format("woff2"), url("../fonts/Candara.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

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

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

@font-face {
  font-family: "Candara";
  src: url("../fonts/Candarai.woff2") format("woff2"), url("../fonts/Candarai.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

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

@font-face {
  font-family: "Candara";
  src: url("../fonts/Candarali.woff2") format("woff2"), url("../fonts/Candarali.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap; }

body {
  height: 100%;
  font-family: "Candara", "Arial", sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 0; }

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: none; }

img {
  max-width: 100%;
  height: auto;
  margin: 0; }

ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

input[name="toggle"] {
  display: none; }

.wrapper-body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: visible; }

.container {
  max-width: 1920px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto; }
  @media (max-width: 1600px) {
    .container {
      max-width: 1600px; } }
  @media (max-width: 1280px) {
    .container {
      max-width: 1280px;
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 1080px) {
    .container {
      max-width: 1080px;
      padding-left: 40px;
      padding-right: 40px; } }
  @media (max-width: 992px) {
    .container {
      max-width: 992px;
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .container {
      max-width: none;
      padding-left: 20px;
      padding-right: 20px; } }

.content {
  padding-top: 25px; }

.content h1 {
  font-family: inherit;
  font-size: 58px;
  line-height: 1.06897;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  color: #98b500; }
  @media (max-width: 1600px) {
    .content h1 {
      font-size: 50px; } }
  @media (max-width: 1280px) {
    .content h1 {
      font-size: 42px; } }
  @media (max-width: 1080px) {
    .content h1 {
      font-size: 58px; } }
  @media (max-width: 767px) {
    .content h1 {
      font-size: 50px; } }
  @media (max-width: 580px) {
    .content h1 {
      font-size: 42px; } }

.content p:not(:last-child) {
  margin-bottom: 40px; }

.content p.goods-buy__price {
  margin-bottom: 20px; }

.content .caption p {
  margin-bottom: 0; }

.content__wrap {
  padding-left: 12vw;
  padding-right: 12.5vw; }
  @media (max-width: 1280px) {
    .content__wrap {
      padding-left: 8vw;
      padding-right: 8vw; } }
  @media (max-width: 767px) {
    .content__wrap {
      padding-left: 4vw;
      padding-right: 4vw;
      padding-bottom: 50px; } }
  @media (max-width: 480px) {
    .content__wrap {
      padding-left: 2vw;
      padding-right: 2vw;
      padding-bottom: 25px; } }
  @media (max-width: 380px) {
    .content__wrap {
      padding-left: 0;
      padding-right: 0; } }

.header-top {
  height: 125px;
  background-image: url("../img/kraft_paper_texture_texturise.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 1600px) {
    .header-top {
      height: 100px; } }
  @media (max-width: 1480px) {
    .header-top {
      height: 90px; } }
  @media (max-width: 1280px) {
    .header-top {
      height: 80px; } }
  @media (max-width: 992px) {
    .header-top {
      height: 100%;
      padding-bottom: 20px; } }
  @media (max-width: 480px) {
    .header-top {
      padding-bottom: 0; } }

.header-top__form {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }
  @media (max-width: 992px) {
    .header-top__form {
      flex-direction: column;
      padding-left: 75px;
      padding-right: 75px; } }
  @media (max-width: 680px) {
    .header-top__form {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 480px) {
    .header-top__form {
      padding-left: 20px;
      padding-right: 20px; } }

@media (max-width: 480px) {
  .header-top__form--index p {
    padding-left: 60px;
    padding-right: 60px; } }

@media (max-width: 380px) {
  .header-top__form--index p {
    padding-left: 30px;
    padding-right: 30px; } }

.header-top__form p {
  font-family: inherit;
  font-size: 34px;
  line-height: 0.94118;
  font-weight: 300;
  font-style: italic;
  margin-top: 15px; }
  @media (max-width: 1600px) {
    .header-top__form p {
      font-size: 26px; } }
  @media (max-width: 1280px) {
    .header-top__form p {
      font-size: 20px; } }
  @media (max-width: 992px) {
    .header-top__form p {
      font-size: 26px;
      text-align: center;
      margin-bottom: 30px; } }
  @media (max-width: 480px) {
    .header-top__form p {
      font-size: 25px;
      line-height: 1.12;
      margin-bottom: 20px; } }
  @media (max-width: 380px) {
    .header-top__form p {
      font-size: 23px; } }

.header-top__form a {
  color: #2c3370; }

.header-top__form::before,
.header-top__form::after {
  position: relative;
  content: "";
  height: 100px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 100% 50%; }
  @media (max-width: 1600px) {
    .header-top__form::before,
    .header-top__form::after {
      background-size: 80% auto; } }
  @media (max-width: 1480px) {
    .header-top__form::before,
    .header-top__form::after {
      height: 70px; } }
  @media (max-width: 992px) {
    .header-top__form::before,
    .header-top__form::after {
      height: 100px;
      background-size: 100% auto; } }

@media (max-width: 992px) {
  .header-top__form::before {
    display: none; } }

.header-top__form::after {
  background-position: 0 50%; }
  @media (max-width: 992px) {
    .header-top__form::after {
      top: 15px;
      margin-left: 0; } }
  @media (max-width: 992px) {
    .header-top__form::after {
      background-size: 100% auto;
      background-position: 50% 50%; } }
  @media (max-width: 580px) {
    .header-top__form::after {
      background-size: 100% auto; } }
  @media (max-width: 480px) {
    .header-top__form::after {
      top: 0;
      margin-left: 0; } }

.header-top__form--index::before {
  width: 164px;
  background-image: url("../img/decor-header-1.png"); }
  @media (max-width: 1480px) {
    .header-top__form--index::before {
      width: 115px; } }
  @media (max-width: 992px) {
    .header-top__form--index::before {
      width: 164px; } }

.header-top__form--index::after {
  width: 215px;
  background-image: url("../img/decor-header-2.png");
  margin-left: 17px; }
  @media (max-width: 1480px) {
    .header-top__form--index::after {
      width: 150px; } }
  @media (max-width: 992px) {
    .header-top__form--index::after {
      width: 215px;
      margin-left: 0; } }
  @media (max-width: 480px) {
    .header-top__form--index::after {
      width: 172px; } }

.header-top__form--catalog::before {
  width: 177px;
  background-image: url("../img/decor-header-3.png");
  margin-right: 10px; }
  @media (max-width: 1480px) {
    .header-top__form--catalog::before {
      width: 124px; } }
  @media (max-width: 992px) {
    .header-top__form--catalog::before {
      width: 177px; } }

.header-top__form--catalog::after {
  width: 153px;
  background-image: url("../img/decor-header-4.png");
  margin-left: 17px; }
  @media (max-width: 1480px) {
    .header-top__form--catalog::after {
      width: 107px; } }
  @media (max-width: 992px) {
    .header-top__form--catalog::after {
      width: 123px;
      margin-left: 0; } }

.header-top__form--goods::before {
  width: 163px;
  background-image: url("../img/decor-header-5.png");
  margin-right: 10px; }
  @media (max-width: 1480px) {
    .header-top__form--goods::before {
      width: 114px; } }
  @media (max-width: 992px) {
    .header-top__form--goods::before {
      width: 163px; } }

.header-top__form--goods::after {
  width: 204px;
  background-image: url("../img/decor-header-6.png");
  margin-left: 17px; }
  @media (max-width: 1480px) {
    .header-top__form--goods::after {
      width: 143px; } }
  @media (max-width: 992px) {
    .header-top__form--goods::after {
      width: 204px;
      margin-left: 0; } }

.header-top__form--basket::before {
  width: 150px;
  background-image: url("../img/decor-header-7.png");
  margin-right: 28px; }
  @media (max-width: 1480px) {
    .header-top__form--basket::before {
      width: 105px; } }
  @media (max-width: 992px) {
    .header-top__form--basket::before {
      width: 150px; } }

.header-top__form--basket::after {
  width: 133px;
  background-image: url("../img/decor-header-8.png");
  margin-left: 28px; }
  @media (max-width: 1480px) {
    .header-top__form--basket::after {
      width: 93px; } }
  @media (max-width: 992px) {
    .header-top__form--basket::after {
      width: 133px;
      margin-left: 0; } }

.header-top__form--delivery::before {
  width: 119px;
  background-image: url("../img/decor-header-9.png");
  margin-right: 16px; }
  @media (max-width: 1480px) {
    .header-top__form--delivery::before {
      width: 83px; } }
  @media (max-width: 992px) {
    .header-top__form--delivery::before {
      width: 119px; } }

.header-top__form--delivery::after {
  width: 121px;
  background-image: url("../img/decor-header-10.png");
  margin-left: 17px; }
  @media (max-width: 1480px) {
    .header-top__form--delivery::after {
      width: 85px; } }
  @media (max-width: 992px) {
    .header-top__form--delivery::after {
      width: 121px;
      margin-left: 0; } }

.header-top__form--culinary::before {
  width: 217px;
  background-image: url("../img/decor-header-11.png");
  margin-right: 16px; }
  @media (max-width: 1480px) {
    .header-top__form--culinary::before {
      width: 152px; } }
  @media (max-width: 992px) {
    .header-top__form--culinary::before {
      width: 217px; } }

.header-top__form--culinary::after {
  width: 154px;
  background-image: url("../img/decor-header-12.png");
  margin-left: 17px; }
  @media (max-width: 1480px) {
    .header-top__form--culinary::after {
      width: 108px; } }
  @media (max-width: 992px) {
    .header-top__form--culinary::after {
      width: 154px;
      margin-left: 0; } }

.header-top__form--about::before {
  width: 217px;
  background-image: url("../img/decor-header-3.png"); }
  @media (max-width: 1480px) {
    .header-top__form--about::before {
      width: 152px; } }
  @media (max-width: 992px) {
    .header-top__form--about::before {
      width: 217px; } }

.header-top__form--about::after {
  width: 154px;
  background-image: url("../img/decor-header-4.png");
  margin-left: 17px; }
  @media (max-width: 1480px) {
    .header-top__form--about::after {
      width: 108px; } }
  @media (max-width: 992px) {
    .header-top__form--about::after {
      width: 154px;
      margin-left: 0; } }

/*
.header-top {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-top: 13px;
  padding-bottom: 13px;

  @media (max-width: 1600px) {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  @media (max-width: 1280px) {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  @media (max-width: 1080px) {
    justify-content: space-between;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  @media (max-width: 992px) {

  }

  @media (max-width: 767px) {

  }

  @media (max-width: 480px) {
    flex-direction: column;
  }
}

.header-top form {
  margin-right: 74px;

  @media (max-width: 1600px) {
    margin-right: 60px;
  }

  @media (max-width: 1280px) {
    margin-right: 50px;
  }

  @media (max-width: 1080px) {
    margin-right: 0;
  }

  @media (max-width: 767px) {

  }

  @media (max-width: 480px) {

  }
}

.header-top__tel {
  font-family: "Eras", "Arial", sans-serif;
  font-size: 29px;
  line-height: 30 / 29 * 1;
  font-weight: 700;
  color: var(--basic-main);
  text-decoration: none;

  @media (max-width: 1600px) {
    font-size: 24px;
  }

  @media (max-width: 1280px) {
    font-size: 20px;
  }

  @media (max-width: 1080px) {
    font-size: 29px;
  }

  @media (max-width: 992px) {

  }

  @media (max-width: 767px) {
    font-size: 24px;
  }

  @media (max-width: 580px) {
    font-size: 18px;
  }

  @media (max-width: 480px) {
    margin-top: 10px;
  }
}
*/
.form-search {
  position: relative;
  width: 410px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #2b2a29;
  margin-left: 12px; }
  @media (max-width: 1600px) {
    .form-search {
      width: 356px; } }
  @media (max-width: 1280px) {
    .form-search {
      width: 298px;
      border-bottom: 1.5px solid #2b2a29; } }
  @media (max-width: 1180px) {
    .form-search {
      width: 260px; } }
  @media (max-width: 1080px) {
    .form-search {
      width: 280px; } }
  @media (max-width: 992px) {
    .form-search {
      width: 85%;
      margin-left: 0;
      border-bottom: 2px solid #2b2a29; } }
  @media (max-width: 680px) {
    .form-search {
      width: 100%; } }

.form-search input[type="search"] {
  display: flex;
  width: 90%;
  align-self: center;
  font-size: 32px;
  line-height: 1.125;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  color: #2c3370;
  background: transparent;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 3px;
  border: 0;
  outline: 0;
  cursor: pointer;
  pointer-events: auto; }
  @media (max-width: 1600px) {
    .form-search input[type="search"] {
      font-size: 24px; } }
  @media (max-width: 1280px) {
    .form-search input[type="search"] {
      font-size: 20px; } }
  @media (max-width: 992px) {
    .form-search input[type="search"] {
      font-size: 36px;
      padding-left: calc(15% - 30px);
      padding-bottom: 5px; } }
  @media (max-width: 767px) {
    .form-search input[type="search"] {
      font-size: 32px; } }
  @media (max-width: 580px) {
    .form-search input[type="search"] {
      font-size: 26px;
      padding-left: calc(15% - 30px); } }
  @media (max-width: 480px) {
    .form-search input[type="search"] {
      font-size: 23px;
      padding-left: calc(15% - 30px);
      padding-right: 0; } }
  @media (max-width: 380px) {
    .form-search input[type="search"] {
      width: 110%;
      font-size: 20px; } }

.form-search__btn {
  width: 34px;
  height: 34px;
  font-size: 0;
  background: url("../img/search.svg") transparent;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-right: 13px; }
  @media (max-width: 1600px) {
    .form-search__btn {
      width: 27px;
      height: 27px;
      margin-right: 10px; } }
  @media (max-width: 1280px) {
    .form-search__btn {
      width: 23px;
      height: 23px;
      margin-right: 8px; } }
  @media (max-width: 992px) {
    .form-search__btn {
      width: 34px;
      height: 34px;
      margin-right: 13px; } }
  @media (max-width: 380px) {
    .form-search__btn {
      width: 27px;
      height: 27px;
      margin-right: 10px; } }

/*
.form-search {
  position: relative;
  width: 267px;
  height: 39px;
  display: flex;
  align-items: center;
  padding: 8px;
  border: 1px solid var(--basic-gray);

  @media (max-width: 1600px) {
    width: 223px;
    height: 33px;
  }

  @media (max-width: 1280px) {
    width: 178px;
    height: 26px;
  }

  @media (max-width: 1080px) {
    width: 267px;
    height: 39px;
  }

  @media (max-width: 992px) {

  }

  @media (max-width: 767px) {
    width: 220px;
    height: 33px;
  }

  @media (max-width: 480px) {

  }
}

.form-search input[type="search"] {
  width: 100%;
  font-size: 16px;
  color: var(--basic-gray);
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  pointer-events: auto;
}

.form-search input[type="search"]::-webkit-input-placeholder {
  font-size: 16px;
  color: var(--basic-light-gray);

  @media (max-width: 1600px) {
    font-size: 14px;
  }

  @media (max-width: 1280px) {
    font-size: 12px;
  }

  @media (max-width: 1080px) {
    font-size: 16px;
  }

  @media (max-width: 992px) {

  }

  @media (max-width: 767px) {

  }

  @media (max-width: 480px) {

  }
}

.form-search:focus-within input[type="search"],
.form-search input[type="search"]:valid {

}

.form-search__btn {
  width: 21px;
  height: 21px;
  font-size: 0;
  background: url("../img/search.png") transparent;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border: none;
  cursor: pointer;
  padding: 0;

  @media (max-width: 1600px) {
    width: 18px;
    height: 18px;
  }

  @media (max-width: 1280px) {
    width: 14px;
    height: 14px;
  }

  @media (max-width: 1080px) {
    width: 21px;
    height: 21px;
  }

  @media (max-width: 992px) {

  }

  @media (max-width: 767px) {

  }

  @media (max-width: 480px) {

  }
}


/*
.form-search:focus input[type="search"]::-webkit-input-placeholder,
.form-search:hover input[type="search"]::-webkit-input-placeholder {
  visibility: visible;
}

.form-search:focus input[type="search"],
.form-search:hover input[type="search"] {
  visibility: visible;
}
*/
.navigation {
  background-image: url("../img/back-header-black.jpg");
  background-repeat: no-repeat;
  background-size: cover; }

.main-nav {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, -webkit-max-content);
  grid-template-columns: repeat(5, max-content);
  align-items: center;
  justify-content: space-between;
  padding-left: 50px;
  padding-top: 23px;
  padding-right: 80px;
  padding-bottom: 35px; }
  @media (max-width: 1180px) {
    .main-nav {
      grid-template-columns: repeat(4, -webkit-max-content);
      grid-template-columns: repeat(4, max-content);
      padding-right: 50px; } }
  @media (max-width: 1080px) {
    .main-nav {
      grid-template-columns: repeat(2, -webkit-max-content);
      grid-template-columns: repeat(2, max-content);
      grid-auto-rows: auto;
      grid-template-rows: 2fr;
      row-gap: 30px;
      align-items: start;
      padding-right: 50px;
      padding-bottom: 55px; } }
  @media (max-width: 680px) {
    .main-nav {
      grid-template-columns: 1fr;
      row-gap: 0;
      padding-bottom: 80px; } }
  @media (max-width: 480px) {
    .main-nav {
      padding-top: 35px;
      padding-left: 30px;
      padding-right: 30px;
      padding-bottom: 50px; } }

.main-nav__phone {
  font-family: inherit;
  font-size: 25px;
  line-height: 1.12;
  font-weight: 300;
  font-style: italic;
  color: #ffffff;
  transform: rotate(-3.5deg); }
  @media (max-width: 1280px) {
    .main-nav__phone {
      font-size: 21px; } }
  @media (max-width: 1080px) {
    .main-nav__phone {
      font-size: 25px;
      grid-column: 1;
      grid-row: 2;
      align-self: center;
      margin-left: 27.78vw; } }
  @media (max-width: 680px) {
    .main-nav__phone {
      text-align: center;
      transform: rotate(0);
      grid-row: 3;
      margin-left: 0;
      margin-bottom: 35px; } }
  @media (max-width: 480px) {
    .main-nav__phone {
      margin-bottom: 28px; } }
  @media (max-width: 380px) {
    .main-nav__phone {
      font-size: 21px; } }

.main-nav__phone a {
  display: block;
  font-size: 37px;
  line-height: 1.08108;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none; }
  @media (max-width: 1600px) {
    .main-nav__phone a {
      font-size: 32px; } }
  @media (max-width: 1280px) {
    .main-nav__phone a {
      font-size: 26px; } }
  @media (max-width: 1080px) {
    .main-nav__phone a {
      font-size: 32px; } }
  @media (max-width: 767px) {
    .main-nav__phone a {
      font-size: 26px; } }
  @media (max-width: 680px) {
    .main-nav__phone a {
      font-size: 37px; } }
  @media (max-width: 380px) {
    .main-nav__phone a {
      font-size: 32px; } }

.main-nav__logo {
  margin-left: 2vw; }
  @media (max-width: 1080px) {
    .main-nav__logo {
      grid-column: 1;
      grid-row: 2;
      margin-left: 0; } }
  @media (max-width: 680px) {
    .main-nav__logo {
      grid-column: 1 / -1;
      grid-row: 1;
      justify-self: center;
      margin-bottom: 20px; } }

@media (max-width: 1080px) {
  a.main-nav__delivery {
    grid-column: span 2;
    justify-self: end; } }

.main-nav__basket {
  position: relative;
  width: 3.85vw;
  height: 3.8vw;
  text-decoration: none; }
  @media (max-width: 1180px) {
    .main-nav__basket {
      grid-column: 1 / -1;
      justify-self: end;
      margin-right: 16px; } }
  @media (max-width: 1080px) {
    .main-nav__basket {
      width: 50px;
      height: 47px;
      grid-column: -1;
      grid-row: 2;
      align-self: center; } }
  @media (max-width: 680px) {
    .main-nav__basket {
      position: absolute;
      top: -75px;
      right: 50px; } }
  @media (max-width: 580px) {
    .main-nav__basket {
      top: -72px;
      right: 35px; } }
  @media (max-width: 480px) {
    .main-nav__basket {
      top: -72px;
      right: 25px; } }
  @media (max-width: 380px) {
    .main-nav__basket {
      width: 40px;
      height: 37px;
      top: -63px;
      right: 10px; } }

.main-nav__basket span {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3vw;
  height: 3vw;
  top: -0.63vw;
  left: 2.5vw;
  font-size: 34px;
  line-height: 58px;
  font-weight: 300;
  color: #ffffff;
  background-color: #98b500;
  border-radius: 50%;
  transform: rotate(-3.5deg); }
  @media (max-width: 1600px) {
    .main-nav__basket span {
      font-size: 28px; } }
  @media (max-width: 1280px) {
    .main-nav__basket span {
      font-size: 25px; } }
  @media (max-width: 1080px) {
    .main-nav__basket span {
      width: 34px;
      height: 34px; } }
  @media (max-width: 680px) {
    .main-nav__basket span {
      left: 4.4vw; } }
  @media (max-width: 580px) {
    .main-nav__basket span {
      width: 30px;
      height: 30px; } }
  @media (max-width: 480px) {
    .main-nav__basket span {
      width: 40px;
      height: 40px;
      left: 6.4vw; } }
  @media (max-width: 380px) {
    .main-nav__basket span {
      width: 30px;
      height: 30px;
      font-size: 23px; } }

/*  Сворачивание Меню  */
.main-nav__toggle {
  display: none; }
  @media (max-width: 680px) {
    .main-nav__toggle {
      position: absolute;
      display: block;
      width: 40px;
      height: 15px;
      top: 130px;
      left: 35px;
      background-color: transparent;
      padding: 0;
      border: none;
      outline: none;
      cursor: pointer;
      z-index: 30; } }
  @media (max-width: 580px) {
    .main-nav__toggle {
      top: 108px; } }
  @media (max-width: 480px) {
    .main-nav__toggle {
      top: 29vw;
      left: 25px; } }
  @media (max-width: 380px) {
    .main-nav__toggle {
      top: 85px; } }

@media (max-width: 680px) {
  .main-nav--closed .main-nav__toggle::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    top: 0;
    left: 0;
    background-color: #ffffff;
    box-shadow: 0 6px 0 0 #ffffff, 0 12px 0 0 #ffffff; } }

.main-nav--closed .main-nav__toggle:hover::before,
.main-nav--closed .main-nav__toggle:focus::before {
  opacity: 0.5; }

.main-nav--closed .main-nav__toggle:active::before {
  opacity: 0.2; }

@media (max-width: 680px) {
  .main-nav--opened .main-nav__toggle {
    width: 32px;
    height: 32px;
    top: 113px;
    background-color: transparent; } }

@media (max-width: 580px) {
  .main-nav--opened .main-nav__toggle {
    top: 96px; } }

@media (max-width: 480px) {
  .main-nav--opened .main-nav__toggle {
    top: 27vw; } }

@media (max-width: 380px) {
  .main-nav--opened .main-nav__toggle {
    top: 78px; } }

@media (max-width: 680px) {
  .main-nav--opened .main-nav__toggle::before,
  .main-nav--opened .main-nav__toggle::after {
    content: "";
    position: absolute;
    width: 32px;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-color: #ffffff; } }

.main-nav--opened .main-nav__toggle::before {
  transform: rotate(45deg); }

.main-nav--opened .main-nav__toggle::after {
  transform: rotate(-45deg); }

.main-nav--opened .main-nav__toggle:hover::before,
.main-nav--opened .main-nav__toggle:hover::after,
.main-nav--opened .main-nav__toggle:focus::before,
.main-nav--opened .main-nav__toggle:focus::after {
  opacity: 0.5; }

.main-nav--opened .main-nav__toggle:active::before,
.main-nav--opened .main-nav__toggle:active::after {
  opacity: 0.2; }

@media (max-width: 680px) {
  .main-nav--closed .menu li {
    display: none; } }

@media (max-width: 680px) {
  .main-nav--opened .main-nav__list {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 30px;
    margin-bottom: 45px; } }

.menu {
  display: grid;
  grid-template-columns: repeat(3, auto);
  -moz-column-gap: 4vw;
       column-gap: 4vw;
  row-gap: 0.5vw;
  align-items: center; }
  @media (max-width: 1600px) {
    .menu {
      -moz-column-gap: 2.5vw;
           column-gap: 2.5vw; } }
  @media (max-width: 1280px) {
    .menu {
      -moz-column-gap: 2vw;
           column-gap: 2vw; } }
  @media (max-width: 680px) {
    .menu {
      grid-template-columns: 1fr;
      grid-column: 1;
      grid-row: 2;
      text-align: center; } }

.menu li,
a.menu {
  transform: rotate(-3.5deg); }
  @media (max-width: 680px) {
    .menu li,
    a.menu {
      transform: rotate(0); } }

@media (max-width: 680px) {
  .menu li:not(:last-child) {
    margin-bottom: 15px; } }

.menu a,
a.menu {
  font-family: inherit;
  font-size: 34px;
  line-height: 1.05882;
  font-weight: 700;
  font-style: italic;
  color: #ffffff;
  text-decoration: none; }
  @media (max-width: 1600px) {
    .menu a,
    a.menu {
      font-size: 28px; } }
  @media (max-width: 1280px) {
    .menu a,
    a.menu {
      font-size: 23px; } }
  @media (max-width: 1080px) {
    .menu a,
    a.menu {
      font-size: 28px; } }
  @media (max-width: 767px) {
    .menu a,
    a.menu {
      font-size: 25px; } }
  @media (max-width: 680px) {
    .menu a,
    a.menu {
      font-size: 32px; } }
  @media (max-width: 580px) {
    .menu a,
    a.menu {
      font-size: 34px; } }
  @media (max-width: 380px) {
    .menu a,
    a.menu {
      font-size: 28px; } }

a.menu {
  display: block; }
  @media (max-width: 1080px) {
    a.menu {
      display: grid;
      grid-template-columns: auto;
      grid-column: -1;
      justify-self: end; } }
  @media (max-width: 680px) {
    a.menu {
      grid-column: 1 / -1;
      grid-row: 4;
      justify-self: center; } }

a.menu--active,
a.menu__link-active {
  color: #98b500;
  text-decoration: underline; }

.menu a:hover,
a.menu:hover {
  color: #98b500; }

.menu a:active,
a.menu:active {
  opacity: 0.5; }

.logo {
  position: relative;
  width: 11.3vw;
  height: 6.77vw;
  cursor: pointer; }
  @media (max-width: 1080px) {
    .logo {
      width: 217px;
      height: 130px;
      width: 20vw;
      height: 12vw; } }
  @media (max-width: 992px) {
    .logo {
      width: 20vw;
      height: 12vw; } }
  @media (max-width: 680px) {
    .logo {
      width: 217px;
      height: 130px; } }
  @media (max-width: 580px) {
    .logo {
      width: 174px;
      height: 104px; } }
  @media (max-width: 480px) {
    .logo {
      width: 45.2vw;
      height: 27vw; } }
  @media (max-width: 380px) {
    .logo {
      width: 120px;
      height: 72px; } }

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

.logo--footer {
  width: 135px;
  height: 81px; }
  @media (max-width: 1600px) {
    .logo--footer {
      width: 108px;
      height: 65px; } }
  @media (max-width: 1280px) {
    .logo--footer {
      width: 90px;
      height: 54px; } }
  @media (max-width: 1180px) {
    .logo--footer {
      justify-self: end;
      width: 135px;
      height: 81px; } }
  @media (max-width: 992px) {
    .logo--footer {
      justify-self: center; } }

.title-main {
  display: inline-block;
  font-family: inherit;
  font-size: 3.02vw;
  line-height: 1.03448;
  font-weight: 700;
  font-style: italic;
  color: #98b500;
  padding-left: 5.2vw; }
  @media (max-width: 1600px) {
    .title-main {
      font-size: 3.13vw; } }
  @media (max-width: 1280px) {
    .title-main {
      font-size: 36px; } }
  @media (max-width: 1080px) {
    .title-main {
      max-width: 80%;
      font-size: 42px;
      padding-left: 7vw;
      margin: 0 auto; } }
  @media (max-width: 992px) {
    .title-main {
      font-size: 36px; } }
  @media (max-width: 767px) {
    .title-main {
      max-width: 85%;
      padding-left: 8.5vw; } }
  @media (max-width: 680px) {
    .title-main {
      padding-left: 10.5vw; } }
  @media (max-width: 580px) {
    .title-main {
      font-size: 36px;
      text-align: center;
      padding-left: 0; } }
  @media (max-width: 480px) {
    .title-main {
      font-size: 38px; } }
  @media (max-width: 380px) {
    .title-main {
      font-size: 25px; } }

.title-main > span {
  position: relative;
  display: block;
  width: 70px;
  height: 6px;
  top: 1.5vw;
  left: -5.2vw;
  background-color: #98b500; }
  @media (max-width: 1600px) {
    .title-main > span {
      width: 55px;
      height: 5px; } }
  @media (max-width: 1280px) {
    .title-main > span {
      width: 45px;
      height: 4px; } }
  @media (max-width: 1080px) {
    .title-main > span {
      width: 55px;
      height: 5px;
      top: 2vw;
      left: -7vw; } }
  @media (max-width: 992px) {
    .title-main > span {
      width: 45px;
      height: 4px; } }
  @media (max-width: 767px) {
    .title-main > span {
      top: 2.5vw;
      left: -8.5vw; } }
  @media (max-width: 680px) {
    .title-main > span {
      top: 3vw;
      left: -10.5vw; } }
  @media (max-width: 580px) {
    .title-main > span {
      display: none; } }
  @media (max-width: 380px) {
    .title-main > span {
      width: 35px;
      top: 10px; } }

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  font-family: inherit;
  font-size: 29px;
  line-height: 1.10345;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  color: #ffffff;
  background-color: #2c3370;
  padding: 8px 20px;
  cursor: pointer; }
  @media (max-width: 1600px) {
    .button {
      min-height: 46px;
      font-size: 23px; } }
  @media (max-width: 1280px) {
    .button {
      min-height: 38px;
      font-size: 20px; } }
  @media (max-width: 1080px) {
    .button {
      min-height: 58px;
      font-size: 29px; } }
  @media (max-width: 767px) {
    .button {
      min-height: 46px;
      font-size: 23px; } }

.button--basket {
  background-color: #98b500; }

.page-main {
  flex: 1 1 auto; }

@media (max-width: 480px) {
  .page-main--index .page-main__about {
    padding-top: 30px; } }

.page-main--basket .page-main__content--inner {
  padding-bottom: 40px; }

.page-main__about {
  padding-top: 3vw; }
  @media (max-width: 1080px) {
    .page-main__about {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (max-width: 480px) {
    .page-main__about {
      padding-top: 20px;
      padding-bottom: 0; } }

.page-main__content {
  position: relative;
  padding-bottom: 40px;
  z-index: 30; }

.page-main__content--inner {
  padding-bottom: 125px; }

.page-main__content::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 91px;
  top: -53px;
  background-image: url("../img/top-edge.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10; }
  @media (max-width: 480px) {
    .page-main__content::before {
      top: -34px; } }

.page-main__content--inner::before,
.page-main__content--about::before {
  top: -30px; }

.page-main__content::after,
.page-main__delivery::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 113px;
  bottom: -55px;
  background-image: url("../img/bottom-edge.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10; }

.page-main__content--goods::after {
  display: none; }

.page-main__advantages {
  padding-top: 6.5vw;
  padding-bottom: 83px; }
  @media (max-width: 1600px) {
    .page-main__advantages {
      padding-top: 120px;
      padding-bottom: 65px; } }
  @media (max-width: 1280px) {
    .page-main__advantages {
      padding-top: 83px;
      padding-bottom: 50px; } }
  @media (max-width: 992px) {
    .page-main__advantages {
      padding-top: 120px;
      padding-bottom: 65px; } }
  @media (max-width: 580px) {
    .page-main__advantages {
      padding-top: 125px;
      padding-bottom: 83px; } }
  @media (max-width: 480px) {
    .page-main__advantages {
      padding-top: 120px;
      padding-bottom: 65px; } }

.page-main__delivery::after {
  bottom: -31px; }

.page-main__content--goods {
  padding-bottom: 30px; }

.page-main__content--about {
  padding-bottom: 80px; }
  @media (max-width: 1600px) {
    .page-main__content--about {
      padding-bottom: 60px; } }
  @media (max-width: 1280px) {
    .page-main__content--about {
      padding-bottom: 40px; } }

.page-main__content--about::after {
  bottom: -35px;
  z-index: -1; }
  @media (max-width: 1280px) {
    .page-main__content--about::after {
      bottom: -30px; } }

.about-us {
  position: relative;
  width: 100%;
  background-color: #f6f2ec; }

.about-us::before,
.about-us::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 30; }

.about-us::before {
  height: 91px;
  top: -35px;
  background-image: url("../img/top-edge-beige.png"); }

.about-us::after {
  height: 113px;
  bottom: -60px;
  background-image: url("../img/bottom-edge-beige.png"); }

.about-us--inner::after {
  bottom: -33px; }

.about-us__blog {
  position: relative;
  padding-left: 2.65vw;
  padding-right: 2.3vw;
  padding-bottom: 20px;
  z-index: 50; }
  @media (max-width: 480px) {
    .about-us__blog {
      padding-bottom: 0; } }

@media (max-width: 480px) {
  .about-us--about .blog-author__wrap,
  .about-us--about .blog-author__desc p {
    display: block; } }

@media (max-width: 480px) {
  .about-us--about .title-main {
    display: block;
    padding-top: 6.25vw;
    margin-bottom: 5vw; } }

.blog-author--inner {
  padding-bottom: 57px; }
  @media (max-width: 767px) {
    .blog-author--inner {
      padding-bottom: 0; } }
  @media (max-width: 480px) {
    .blog-author--inner {
      padding-bottom: 30px; } }

.blog-author__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 1vw;
       column-gap: 1vw; }
  @media (max-width: 1080px) {
    .blog-author__wrap {
      grid-template-columns: 1fr;
      padding-left: 0;
      justify-content: center; } }

.blog-author__block {
  max-width: 38vw; }
  @media (max-width: 1080px) {
    .blog-author__block {
      max-width: 68.24vw;
      margin: 0 auto;
      margin-top: 50px; } }

.blog-author__persons {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -20px;
  margin-bottom: 4vw; }

.blog-author__img:nth-child(1) {
  position: relative;
  width: 153px;
  margin-top: 17px; }

.blog-author__img:nth-child(2) {
  position: relative;
  width: 172px;
  margin-left: -20px; }

.blog-author__persons p {
  font-family: inherit;
  font-size: 34px;
  font-weight: 300;
  font-style: italic;
  color: #2c3370; }
  @media (max-width: 1600px) {
    .blog-author__persons p {
      font-size: 28px; } }
  @media (max-width: 1280px) {
    .blog-author__persons p {
      font-size: 25px; } }
  @media (max-width: 1080px) {
    .blog-author__persons p {
      font-size: 28px; } }
  @media (max-width: 767px) {
    .blog-author__persons p {
      font-size: 25px; } }
  @media (max-width: 680px) {
    .blog-author__persons p {
      font-size: 32px; } }
  @media (max-width: 480px) {
    .blog-author__persons p {
      font-size: 28px; } }

.blog-author__persons::before,
.blog-author__persons::after {
  position: relative;
  content: "";
  width: 10.8vw;
  height: 9.43vw;
  background-image: url("../img/branch.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50% 50%;
  top: 20px;
  z-index: 20; }
  @media (max-width: 1080px) {
    .blog-author__persons::before,
    .blog-author__persons::after {
      width: 19.35vw;
      height: 16.76vw; } }
  @media (max-width: 680px) {
    .blog-author__persons::before,
    .blog-author__persons::after {
      display: none; } }

.blog-author__persons::before {
  left: -10px; }

.blog-author__persons::after {
  right: -10px;
  transform: scaleX(-1); }

.blog-author__desc {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 6vw;
       column-gap: 6vw;
  padding-left: 43px;
  padding-right: 20px; }
  @media (max-width: 1600px) {
    .blog-author__desc {
      margin-top: 20px; } }
  @media (max-width: 1080px) {
    .blog-author__desc {
      margin-top: 40px; } }
  @media (max-width: 992px) {
    .blog-author__desc {
      -moz-column-count: 1;
           column-count: 1;
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 580px) {
    .blog-author__desc {
      margin-top: 50px; } }
  @media (max-width: 480px) {
    .blog-author__desc {
      margin-top: 65px; } }

.blog-author__desc > ul:nth-child(2) {
  margin-left: -40px; }
  @media (max-width: 992px) {
    .blog-author__desc > ul:nth-child(2) {
      margin-left: 0; } }

.blog-author__desc li,
.blog-author__desc p {
  font-family: inherit;
  font-size: 33px;
  line-height: 1.21212;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 2vw; }
  @media (max-width: 1600px) {
    .blog-author__desc li,
    .blog-author__desc p {
      font-size: 27px; } }
  @media (max-width: 1280px) {
    .blog-author__desc li,
    .blog-author__desc p {
      font-size: 23px; } }
  @media (max-width: 1080px) {
    .blog-author__desc li,
    .blog-author__desc p {
      font-size: 27px; } }
  @media (max-width: 767px) {
    .blog-author__desc li,
    .blog-author__desc p {
      font-size: 25px; } }
  @media (max-width: 480px) {
    .blog-author__desc li,
    .blog-author__desc p {
      font-size: 21px; } }

@media (max-width: 480px) {
  .blog-author--index .blog-author__desc ul {
    display: none; } }

.blog-author__desc a {
  grid-column: 2;
  color: #2c3370; }
  @media (max-width: 992px) {
    .blog-author__desc a {
      grid-column: 1; } }

a.blog-author__leaf {
  display: flex;
  justify-content: center;
  font-size: 34px;
  font-weight: 100;
  color: #ffffff;
  text-decoration: underline;
  text-align: center;
  background-image: url("../img/heart.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  width: 8.1vw;
  height: 6.3vw;
  padding-top: 1.46vw;
  margin-left: 35%; }
  @media (max-width: 1600px) {
    a.blog-author__leaf {
      font-size: 28px; } }
  @media (max-width: 1280px) {
    a.blog-author__leaf {
      font-size: 24px; } }
  @media (max-width: 1080px) {
    a.blog-author__leaf {
      font-size: 28px;
      width: 13.2vw;
      height: 10.25vw;
      padding-top: 2.6vw; } }
  @media (max-width: 992px) {
    a.blog-author__leaf {
      width: 155px;
      height: 121px;
      padding-top: 35px;
      margin-top: 20px;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 767px) {
    a.blog-author__leaf {
      font-size: 25px;
      margin-top: 30px; } }
  @media (max-width: 680px) {
    a.blog-author__leaf {
      font-size: 28px; } }
  @media (max-width: 480px) {
    a.blog-author__leaf {
      font-size: 25px;
      width: 121px;
      height: 92px;
      padding-top: 25px; } }
  @media (max-width: 380px) {
    a.blog-author__leaf {
      font-size: 25px;
      width: 121px;
      height: 92px;
      padding-top: 25px; } }

.blog-author .title-main {
  position: relative; }
  @media (max-width: 480px) {
    .blog-author .title-main {
      font-size: 32px; } }
  @media (max-width: 380px) {
    .blog-author .title-main {
      font-size: 25px; } }

.blog-author .title-main::before {
  position: absolute;
  left: 0; }

@media (max-width: 480px) {
  .blog-author--index .blog-author__desc {
    margin-top: 30px; } }

@media (max-width: 480px) {
  .blog-author--index .blog-author__desc p {
    display: none; } }

.name {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2.5vw; }
  @media (max-width: 1600px) {
    .name {
      bottom: -3vw; } }
  @media (max-width: 1280px) {
    .name {
      bottom: -3.5vw; } }
  @media (max-width: 1080px) {
    .name {
      bottom: -5vw; } }
  @media (max-width: 992px) {
    .name {
      bottom: -6vw; } }
  @media (max-width: 767px) {
    .name {
      bottom: -6.5vw; } }
  @media (max-width: 680px) {
    .name {
      width: 80%;
      bottom: -8vw; } }
  @media (max-width: 580px) {
    .name {
      bottom: -10vw; } }
  @media (max-width: 480px) {
    .name {
      bottom: -10.5vw; } }
  @media (max-width: 380px) {
    .name {
      bottom: -12vw; } }

.label-goods {
  position: relative; }

.label-goods::before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  font-size: 29px;
  line-height: 1.03448;
  font-weight: 700;
  font-style: italic;
  color: #ffffff;
  letter-spacing: 1px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 50; }
  @media (max-width: 1600px) {
    .label-goods::before {
      font-size: 25px; } }
  @media (max-width: 1280px) {
    .label-goods::before {
      font-size: 21px; } }
  @media (max-width: 1080px) {
    .label-goods::before {
      font-size: 25px; } }
  @media (max-width: 680px) {
    .label-goods::before {
      font-size: 21px; } }

.label-goods--hot::before {
  content: "только что из печки";
  width: 15.16vw;
  height: 13.39vw;
  bottom: 47%;
  right: -13%;
  background-image: url("../img/label_oven2.png");
  padding-left: 6.7vw;
  padding-top: 1.82vw;
  padding-right: 1.04vw; }
  @media (max-width: 1600px) {
    .label-goods--hot::before {
      width: 232px;
      height: 205px; } }
  @media (max-width: 1280px) {
    .label-goods--hot::before {
      width: 189px;
      height: 167px; } }
  @media (max-width: 1080px) {
    .label-goods--hot::before {
      width: 232px;
      height: 205px;
      bottom: 55%;
      padding-left: 95px;
      padding-top: 25px; } }
  @media (max-width: 992px) {
    .label-goods--hot::before {
      bottom: 65%;
      right: 0; } }
  @media (max-width: 840px) {
    .label-goods--hot::before {
      bottom: 60%; } }
  @media (max-width: 767px) {
    .label-goods--hot::before {
      bottom: 55%; } }
  @media (max-width: 680px) {
    .label-goods--hot::before {
      width: 189px;
      height: 167px;
      bottom: 60%;
      font-size: 21px;
      padding-left: 75px;
      padding-top: 25px; } }
  @media (max-width: 540px) {
    .label-goods--hot::before {
      bottom: 65%; } }
  @media (max-width: 380px) {
    .label-goods--hot::before {
      bottom: 60%;
      right: -5%; } }

.label-goods--hit::before {
  content: "хит";
  width: 110px;
  height: 91px;
  top: -6%;
  right: -5%;
  background-image: url("../img/crown.svg");
  padding-top: 1.82vw; }
  @media (max-width: 1600px) {
    .label-goods--hit::before {
      width: 88px;
      height: 72px; } }
  @media (max-width: 1280px) {
    .label-goods--hit::before {
      width: 72px;
      height: 59px; } }
  @media (max-width: 1080px) {
    .label-goods--hit::before {
      width: 88px;
      height: 72px;
      padding-top: 25px; } }
  @media (max-width: 992px) {
    .label-goods--hit::before {
      top: -4%;
      right: 3%; } }
  @media (max-width: 767px) {
    .label-goods--hit::before {
      top: -4%;
      right: -3%; } }
  @media (max-width: 680px) {
    .label-goods--hit::before {
      width: 72px;
      height: 59px; } }
  @media (max-width: 540px) {
    .label-goods--hit::before {
      right: 0; } }

.label-goods--cooking::before {
  content: "кулинария";
  width: 199px;
  height: 45px;
  top: 5%;
  right: -5%;
  background-image: url("../img/label_cooking.svg");
  background-position: 50% 100%; }
  @media (max-width: 1600px) {
    .label-goods--cooking::before {
      width: 169px;
      height: 36px; } }
  @media (max-width: 1280px) {
    .label-goods--cooking::before {
      width: 143px;
      height: 32px; } }
  @media (max-width: 1080px) {
    .label-goods--cooking::before {
      width: 169px;
      height: 36px; } }
  @media (max-width: 992px) {
    .label-goods--cooking::before {
      right: 0; } }
  @media (max-width: 680px) {
    .label-goods--cooking::before {
      width: 143px;
      height: 32px;
      right: 0; } }

/*
.description {
  position: relative;
  display: flex;
  align-items: center;
  height: 938px;
  margin: auto;
}
*/
/*
.description p {
  position: absolute;
  font-family: inherit;
  font-size: 28px;
  line-height: 32 / 28 * 1;
  font-weight: 300;
  font-style: italic;
  z-index: 25;

  @media (max-width: 1600px) {
    font-size: 25px;
  }

  @media (max-width: 1280px) {
    font-size: 21px;
  }

  @media (max-width: 1180px) {
    font-size: 28px;
  }

  @media (max-width: 992px) {
    font-size: 23px;
  }

  @media (max-width: 680px) {
    font-size: 28px;
  }

  @media (max-width: 480px) {
    font-size: 23px;
  }

  @media (max-width: 380px) {
    font-size: 28px;
  }
}
*/
.description a {
  color: #2c3370; }

.description {
  position: relative;
  display: grid;
  grid-column: 2/3;
  grid-row: 2/3;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  font-family: inherit;
  font-size: max(25.2px, 1.46vw);
  line-height: 1.14286;
  font-weight: 300;
  font-style: italic; }
  @media (max-width: 992px) {
    .description {
      font-size: max(23.5px, 2.52vw); } }
  @media (max-width: 380px) {
    .description {
      font-size: max(21px, 6.18vw); } }

.description--1 {
  position: relative;
  display: grid;
  grid-column: 2/3;
  grid-row: 2/3;
  padding: 2.6em 1.8em 3em 4.8em;
  background-image: url("../img/quote-1.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%; }
  @media (max-width: 480px) {
    .description--1 {
      padding-right: 0.8vw; } }
  @media (max-width: 380px) {
    .description--1 {
      padding-right: 1.8vw; } }

.description--2 {
  padding: 6.6em 4.8em 4.8em 2.8em;
  background-image: url("../img/quote-2.png"); }

.description--3 {
  padding: 8.8em 3.2em 6.8em 4.6em;
  background-image: url("../img/quote-3.png"); }

/*
.description--1 {
  width: 421px;
  top: -15%;
  padding-left: 135px;

  @media (max-width: 1600px) {
    width: 378px;
    padding-left: 121px;
  }

  @media (max-width: 1280px) {
    width: 315px;
    padding-left: 101px;
  }

  @media (max-width: 1180px) {
    width: 421px;
    padding-left: 135px;
  }

  @media (max-width: 992px) {
    width: 315px;
    padding-left: 98px;
  }

  @media (max-width: 680px) {
    width: 421px;
    padding-left: 135px;
  }

  @media (max-width: 480px) {
    width: 336px;
    padding-left: 110px;
  }

  @media (max-width: 380px) {
    width: 100%;
    padding-left: 75px;
    padding-right: 10px;
  }
}

*/
/*
.description--2 {
  width: 577px;
  top: -23%;
  padding-left: 80px;
  padding-right: 120px;
}

.description--3 {
  width: 465px;
  top: -10%;
  padding-left: 125px;
  padding-right: 90px;
}
*/
/*
.description::after {
  position: absolute;
  content: "";
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: cover;
}
*/
/*
.description--1::after {
  height: 247px;
  background-image: url("../img/quote-1.png");

  @media (max-width: 1600px) {
    height: 221px;
  }

  @media (max-width: 1280px) {
    height: 185px;
  }

  @media (max-width: 1180px) {
    height: 247px;
  }

  @media (max-width: 992px) {
    height: 185px;
  }

  @media (max-width: 680px) {
    height: 247px;
  }

  @media (max-width: 480px) {
    height: 197px;
  }

  @media (max-width: 380px) {
    height: 50%;
    background-size: 150% auto;
    background-position: 45% 55%;
  }
}
*/
.description__img {
  position: relative;
  margin: 0 auto; }

/*
.description p {
  position: absolute;
  width: 65%;
  top: 50%;
  left: 135px;
  transform: translateY(-50%);
  font-family: inherit;
  font-size: 29px;
  line-height: 32 / 29 * 1;
  font-weight: 300;
  font-style: italic;
  z-index: 25;
}
*/
/*

.description p::before {
  position: absolute;
  content: "";
  width: 421px;
  height: 247px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;

  background-image: url("../img/quote-1.png");
  z-index: -1;
}

*/
.gallery-goods {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  z-index: 30; }

.gallery-goods--card {
  padding-top: 70px;
  padding-bottom: 5.2vw; }
  @media (max-width: 1600px) {
    .gallery-goods--card {
      padding-bottom: 3vw; } }
  @media (max-width: 1280px) {
    .gallery-goods--card {
      padding-bottom: 1.5vw; } }
  @media (max-width: 1080px) {
    .gallery-goods--card {
      padding-bottom: 100px; } }

.gallery-goods--basket {
  margin-top: 80px; }

.gallery-goods__title {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 15; }
  @media (max-width: 480px) {
    .gallery-goods__title {
      margin-left: 0; } }

.gallery-goods__title--gallery {
  max-width: 60%;
  padding-right: 8vw;
  padding-left: 13.8vw;
  margin-top: 20px; }
  @media (max-width: 1600px) {
    .gallery-goods__title--gallery {
      max-width: 55%;
      padding-right: 0; } }
  @media (max-width: 1280px) {
    .gallery-goods__title--gallery {
      max-width: 50%; } }
  @media (max-width: 1080px) {
    .gallery-goods__title--gallery {
      max-width: 65%; } }
  @media (max-width: 992px) {
    .gallery-goods__title--gallery {
      max-width: 65%; } }
  @media (max-width: 767px) {
    .gallery-goods__title--gallery {
      max-width: 85%; } }
  @media (max-width: 680px) {
    .gallery-goods__title--gallery {
      max-width: 95%; } }
  @media (max-width: 580px) {
    .gallery-goods__title--gallery {
      max-width: 90%;
      padding-left: 0; } }

.gallery-goods__list {
  padding-left: 1.56vw;
  padding-right: 1.56vw;
  margin-top: 67px; }
  @media (max-width: 1600px) {
    .gallery-goods__list {
      margin-top: 60px; } }
  @media (max-width: 1280px) {
    .gallery-goods__list {
      padding-left: 2vw;
      padding-right: 2vw;
      margin-top: 40px; } }
  @media (max-width: 1180px) {
    .gallery-goods__list {
      margin-top: 60px; } }
  @media (max-width: 767px) {
    .gallery-goods__list {
      padding-left: 10px;
      padding-right: 10px; } }

.gallery-goods__list--inner {
  margin-top: 107px; }
  @media (max-width: 1600px) {
    .gallery-goods__list--inner {
      margin-top: 60px; } }
  @media (max-width: 1280px) {
    .gallery-goods__list--inner {
      margin-top: 40px; } }
  @media (max-width: 1180px) {
    .gallery-goods__list--inner {
      margin-top: 60px; } }

.gallery-goods--basket .goods-list li:hover .goods-list__name {
  color: #2b2a29;
  text-decoration: none; }

.gallery-goods--card h2 {
  font-family: inherit;
  font-size: 58px;
  line-height: 1.06897;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  color: #98b500;
  margin-bottom: 115px; }
  @media (max-width: 1600px) {
    .gallery-goods--card h2 {
      font-size: 50px; } }
  @media (max-width: 1280px) {
    .gallery-goods--card h2 {
      font-size: 42px; } }
  @media (max-width: 1080px) {
    .gallery-goods--card h2 {
      font-size: 50px; } }
  @media (max-width: 480px) {
    .gallery-goods--card h2 {
      font-size: 42px; } }

@media (max-width: 480px) {
  .gallery-goods--index .goods-list li {
    display: none; } }

@media (max-width: 480px) {
  .gallery-goods--index .goods-list li:nth-child(-n+4) {
    display: block; } }

.goods-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(160px, 20vw));
  -moz-column-gap: 4.69vw;
       column-gap: 4.69vw;
  row-gap: 120px;
  justify-content: center;
  align-items: center;
  z-index: 20; }
  @media (max-width: 1600px) {
    .goods-list {
      row-gap: 80px; } }
  @media (max-width: 1280px) {
    .goods-list {
      row-gap: 70px; } }
  @media (max-width: 1080px) {
    .goods-list {
      grid-template-columns: repeat(2, minmax(200px, 320px));
      -moz-column-gap: 8vw;
           column-gap: 8vw; } }
  @media (max-width: 992px) {
    .goods-list {
      grid-template-columns: repeat(2, 1fr);
      row-gap: 90px;
      margin-top: 80px; } }
  @media (max-width: 680px) {
    .goods-list {
      -moz-column-gap: 8vw;
           column-gap: 8vw;
      row-gap: 65px; } }
  @media (max-width: 580px) {
    .goods-list {
      grid-template-columns: 320px; } }
  @media (max-width: 380px) {
    .goods-list {
      grid-template-columns: 240px; } }

@media (max-width: 1080px) {
  .goods-list--basket {
    grid-template-columns: repeat(auto-fit, minmax(200px, 320px)); } }

@media (max-width: 992px) {
  .goods-list--basket {
    grid-template-columns: repeat(2, auto); } }

@media (max-width: 580px) {
  .goods-list--basket {
    grid-template-columns: 320px; } }

@media (max-width: 480px) {
  .goods-list--basket {
    grid-template-columns: 260px; } }

.goods-list li {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
  transform: rotate(-3.5deg); }

.goods-list__img {
  display: flex;
  justify-content: center; }

.goods-list__img img {
  position: relative; }

.goods-list__img--cirlce img {
  border-radius: 50%; }

@media (max-width: 992px) {
  .goods-list--basket .goods-list__img {
    max-width: 90%;
    margin: 0 auto; } }

.goods-list a {
  text-decoration: none; }

.goods-list__info {
  font-family: inherit;
  font-size: 34px;
  line-height: 0.94118;
  font-style: italic;
  text-align: center;
  margin-top: 28px; }
  @media (max-width: 1600px) {
    .goods-list__info {
      font-size: 28px; } }
  @media (max-width: 1280px) {
    .goods-list__info {
      font-size: 23px; } }
  @media (max-width: 1080px) {
    .goods-list__info {
      font-size: 34px; } }
  @media (max-width: 767px) {
    .goods-list__info {
      font-size: 28px; } }
  @media (max-width: 480px) {
    .goods-list__info {
      font-size: 30px; } }
  @media (max-width: 380px) {
    .goods-list__info {
      font-size: 28px; } }

.goods-list__name {
  font-weight: 700;
  color: #2b2a29; }

.goods-list__info span {
  display: block;
  font-size: 34px;
  line-height: 0.94118;
  font-weight: 300;
  color: #2b2a29;
  margin-top: 5px; }
  @media (max-width: 1600px) {
    .goods-list__info span {
      font-size: 28px; } }
  @media (max-width: 1280px) {
    .goods-list__info span {
      font-size: 23px;
      margin-top: 10px; } }
  @media (max-width: 1080px) {
    .goods-list__info span {
      font-size: 34px;
      margin-top: 15px; } }
  @media (max-width: 767px) {
    .goods-list__info span {
      font-size: 28px; } }
  @media (max-width: 480px) {
    .goods-list__info span {
      font-size: 30px; } }
  @media (max-width: 380px) {
    .goods-list__info span {
      font-size: 28px; } }

.goods-list__price {
  margin-top: 30px; }
  @media (max-width: 1280px) {
    .goods-list__price {
      margin-top: 30px; } }
  @media (max-width: 480px) {
    .goods-list__price {
      margin-top: 20px; } }

.goods-list__btn {
  position: absolute;
  display: none;
  width: 192px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50; }
  @media (max-width: 1600px) {
    .goods-list__btn {
      width: 153px; } }
  @media (max-width: 1280px) {
    .goods-list__btn {
      width: 128px; } }
  @media (max-width: 1080px) {
    .goods-list__btn {
      width: 192px; } }
  @media (max-width: 767px) {
    .goods-list__btn {
      width: 153px; } }

.goods-list li:hover .goods-list__btn {
  display: block; }

.goods-list li:hover .goods-list__name {
  color: #2c3370;
  text-decoration: underline; }

.goods-list__count {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px; }
  @media (max-width: 1600px) {
    .goods-list__count {
      margin-top: 10px; } }
  @media (max-width: 1280px) {
    .goods-list__count {
      margin-top: 7px; } }
  @media (max-width: 1080px) {
    .goods-list__count {
      margin-top: 15px; } }

.goods-list__count span {
  display: flex;
  justify-content: center;
  font-family: inherit;
  font-size: 29px;
  font-weight: 300;
  font-style: italic;
  color: #2b2a29;
  margin-left: 15px; }
  @media (max-width: 1600px) {
    .goods-list__count span {
      font-size: 24px; } }
  @media (max-width: 1280px) {
    .goods-list__count span {
      font-size: 19px; } }
  @media (max-width: 1080px) {
    .goods-list__count span {
      font-size: 29px; } }
  @media (max-width: 767px) {
    .goods-list__count span {
      font-size: 24px; } }
  @media (max-width: 480px) {
    .goods-list__count span {
      font-size: 19px; } }

.goods-list__count input[type="number"] {
  display: inline-block;
  width: 67px;
  height: 34px;
  font-size: 34px;
  font-weight: 300;
  font-style: italic;
  color: #2b2a29;
  text-align: center;
  border: 2px solid #2b2a29; }
  @media (max-width: 1600px) {
    .goods-list__count input[type="number"] {
      width: 56px;
      height: 28px;
      font-size: 24px; } }
  @media (max-width: 1280px) {
    .goods-list__count input[type="number"] {
      font-size: 21px; } }
  @media (max-width: 1080px) {
    .goods-list__count input[type="number"] {
      width: 67px;
      height: 33px;
      font-size: 26px; } }
  @media (max-width: 767px) {
    .goods-list__count input[type="number"] {
      width: 56px;
      height: 28px;
      font-size: 21px; } }

.goods-list__btn-close {
  position: absolute;
  width: 2.6vw;
  height: 2.6vw;
  top: 0;
  right: 0;
  background-color: #98b500;
  border: none;
  border-radius: 50%;
  cursor: pointer; }
  @media (max-width: 1080px) {
    .goods-list__btn-close {
      width: 3.24vw;
      height: 3.24vw; } }
  @media (max-width: 767px) {
    .goods-list__btn-close {
      width: 35px;
      height: 35px; } }

.goods-list__btn-close::before,
.goods-list__btn-close::after {
  position: absolute;
  display: block;
  content: "";
  width: 1.56vw;
  height: 5px;
  top: calc(50% - 5px / 2);
  left: calc(50% - 1.56vw / 2);
  background-color: #ffffff;
  transform: rotate(45deg);
  z-index: 35; }
  @media (max-width: 1600px) {
    .goods-list__btn-close::before,
    .goods-list__btn-close::after {
      height: 4px; } }
  @media (max-width: 1280px) {
    .goods-list__btn-close::before,
    .goods-list__btn-close::after {
      height: 3px; } }
  @media (max-width: 1080px) {
    .goods-list__btn-close::before,
    .goods-list__btn-close::after {
      width: 2vw;
      height: 4px;
      left: calc(50% - 2vw / 2); } }
  @media (max-width: 992px) {
    .goods-list__btn-close::before,
    .goods-list__btn-close::after {
      height: 3px; } }
  @media (max-width: 767px) {
    .goods-list__btn-close::before,
    .goods-list__btn-close::after {
      width: 24px;
      height: 3px;
      left: calc(50% - 24px / 2); } }

.goods-list__btn-close::after {
  transform: rotate(-45deg); }

.goods-list__btn-close span {
  visibility: hidden; }

.goods-list__sum {
  padding-left: 6.8vw;
  margin-top: 95px; }
  @media (max-width: 1080px) {
    .goods-list__sum {
      padding-left: 0; } }

.goods-list__wrap {
  position: relative;
  display: flex;
  flex-direction: column; }

p.price-card {
  font-family: inherit;
  font-size: 50px;
  line-height: 1;
  font-weight: 300;
  color: #98b500; }
  @media (max-width: 1600px) {
    p.price-card {
      font-size: 40px; } }
  @media (max-width: 1280px) {
    p.price-card {
      font-size: 34px; } }
  @media (max-width: 1080px) {
    p.price-card {
      font-size: 50px; } }
  @media (max-width: 680px) {
    p.price-card {
      font-size: 40px; } }
  @media (max-width: 480px) {
    p.price-card {
      font-size: 50px; } }
  @media (max-width: 380px) {
    p.price-card {
      font-size: 40px; } }

.advantages {
  background-image: url("../img/back-main-dark.jpg");
  background-repeat: no-repeat;
  background-size: cover; }

.advantages__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(200px, 1fr));
  -moz-column-gap: 1.3vw;
       column-gap: 1.3vw;
  row-gap: 100px;
  align-items: start;
  padding-left: 30px;
  padding-right: 30px; }
  @media (max-width: 1600px) {
    .advantages__list {
      row-gap: 80px; } }
  @media (max-width: 1280px) {
    .advantages__list {
      row-gap: 50px; } }
  @media (max-width: 1080px) {
    .advantages__list {
      grid-template-columns: repeat(2, minmax(200px, 1fr));
      justify-content: space-between; } }
  @media (max-width: 840px) {
    .advantages__list {
      display: block; } }

.advantages p {
  font-family: inherit;
  font-size: 34px;
  line-height: 1;
  font-weight: 300;
  font-style: italic;
  letter-spacing: -0.5px;
  color: #ffffff; }
  @media (max-width: 1600px) {
    .advantages p {
      font-size: 25px; } }
  @media (max-width: 1280px) {
    .advantages p {
      font-size: 21px; } }
  @media (max-width: 1080px) {
    .advantages p {
      font-size: 28px; } }
  @media (max-width: 992px) {
    .advantages p {
      font-size: 25px; } }

.advantages a {
  color: #ffffff; }

.advantages__list h3 {
  font-family: inherit;
  font-size: 50px;
  font-weight: 700;
  font-style: italic;
  color: #98b500;
  margin-bottom: 40px; }
  @media (max-width: 1600px) {
    .advantages__list h3 {
      font-size: 40px;
      margin-bottom: 30px; } }
  @media (max-width: 1280px) {
    .advantages__list h3 {
      font-size: 34px;
      margin-bottom: 20px; } }
  @media (max-width: 1080px) {
    .advantages__list h3 {
      font-size: 40px; } }
  @media (max-width: 992px) {
    .advantages__list h3 {
      font-size: 32px; } }
  @media (max-width: 480px) {
    .advantages__list h3 {
      font-size: 34px; } }

.advantages__list li {
  position: relative;
  padding-left: 165px; }
  @media (max-width: 1600px) {
    .advantages__list li {
      padding-left: 130px; } }
  @media (max-width: 840px) {
    .advantages__list li {
      display: block;
      max-width: 80%;
      padding-left: 160px;
      margin: 0 auto; } }
  @media (max-width: 680px) {
    .advantages__list li {
      max-width: 85%;
      padding-left: 140px; } }
  @media (max-width: 580px) {
    .advantages__list li {
      max-width: 100%;
      padding-left: 120px; } }
  @media (max-width: 480px) {
    .advantages__list li {
      padding-left: 27vw; } }
  @media (max-width: 380px) {
    .advantages__list li {
      text-align: center;
      padding-left: 0;
      margin-top: 180px; } }

@media (max-width: 840px) {
  .advantages__list li:not(:last-child) {
    margin-bottom: 47px; } }

.advantages__list li:before {
  position: absolute;
  content: "";
  width: 156px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100% 50%;
  left: -3%;
  bottom: 0; }
  @media (max-width: 1600px) {
    .advantages__list li:before {
      width: 124px; } }
  @media (max-width: 1280px) {
    .advantages__list li:before {
      width: 101px;
      left: 3%; } }
  @media (max-width: 1080px) {
    .advantages__list li:before {
      left: 0; } }
  @media (max-width: 840px) {
    .advantages__list li:before {
      background-position: 100% 100%;
      left: 5%; } }
  @media (max-width: 680px) {
    .advantages__list li:before {
      left: 3%; } }
  @media (max-width: 580px) {
    .advantages__list li:before {
      left: 0; } }
  @media (max-width: 480px) {
    .advantages__list li:before {
      width: 124px;
      width: 25.8vw;
      left: -3%; } }
  @media (max-width: 380px) {
    .advantages__list li:before {
      width: 101px;
      bottom: 105%;
      left: 50%;
      transform: translateX(-50%); } }

.advantages__item--location:before {
  width: 126px;
  height: 220px;
  background-image: url("../img/birches.png"); }
  @media (max-width: 1600px) {
    .advantages__item--location:before {
      width: 100px;
      height: 176px; } }
  @media (max-width: 1280px) {
    .advantages__item--location:before {
      width: 83px;
      height: 143px; } }
  @media (max-width: 1080px) {
    .advantages__item--location:before {
      width: 100px;
      height: 176px; } }
  @media (max-width: 480px) {
    .advantages__item--location:before {
      width: 126px;
      width: 26.3vw; } }

.advantages__item--time:before {
  width: 133px;
  height: 183px;
  background-image: url("../img/watch.png"); }
  @media (max-width: 1600px) {
    .advantages__item--time:before {
      width: 106px;
      height: 146px; } }
  @media (max-width: 1280px) {
    .advantages__item--time:before {
      width: 86px;
      height: 118px; } }
  @media (max-width: 1080px) {
    .advantages__item--time:before {
      width: 106px;
      height: 146px; } }
  @media (max-width: 480px) {
    .advantages__item--time:before {
      width: 106px;
      width: 22.3vw; } }

.advantages__item--delivery:before {
  width: 148px;
  height: 194px;
  background-image: url("../img/wicker-basket.png"); }
  @media (max-width: 1600px) {
    .advantages__item--delivery:before {
      width: 118px;
      height: 155px; } }
  @media (max-width: 1280px) {
    .advantages__item--delivery:before {
      width: 96px;
      height: 126px; } }
  @media (max-width: 1080px) {
    .advantages__item--delivery:before {
      width: 118px;
      height: 155px; } }
  @media (max-width: 480px) {
    .advantages__item--delivery:before {
      width: 24.5vw; } }

.advantages__item--cooking:before {
  width: 123px;
  height: 172px;
  background-image: url("../img/pizza.png"); }
  @media (max-width: 1600px) {
    .advantages__item--cooking:before {
      width: 98px;
      height: 137px; } }
  @media (max-width: 1280px) {
    .advantages__item--cooking:before {
      width: 80px;
      height: 112px; } }
  @media (max-width: 1080px) {
    .advantages__item--cooking:before {
      width: 98px;
      height: 137px; } }
  @media (max-width: 480px) {
    .advantages__item--cooking:before {
      width: 20.4vw; } }

.advantages__item--market:before {
  width: 156px;
  height: 238px;
  background-image: url("../img/tomatoes.png"); }
  @media (max-width: 1600px) {
    .advantages__item--market:before {
      width: 124px;
      height: 190px; } }
  @media (max-width: 1280px) {
    .advantages__item--market:before {
      width: 101px;
      height: 154px; } }
  @media (max-width: 1080px) {
    .advantages__item--market:before {
      width: 124px;
      height: 190px; } }
  @media (max-width: 480px) {
    .advantages__item--market:before {
      width: 25.8vw; } }

.advantages__item--bakery:before {
  width: 146px;
  height: 195px;
  background-image: url("../img/bread.png"); }
  @media (max-width: 1600px) {
    .advantages__item--bakery:before {
      width: 117px;
      height: 156px; } }
  @media (max-width: 1280px) {
    .advantages__item--bakery:before {
      width: 95px;
      height: 126px; } }
  @media (max-width: 1080px) {
    .advantages__item--bakery:before {
      width: 117px;
      height: 156px; } }
  @media (max-width: 480px) {
    .advantages__item--bakery:before {
      width: 24.3vw; } }

.crumbs {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 10;
  padding-bottom: 20px; }
  @media (max-width: 580px) {
    .crumbs {
      text-align: center; } }
  @media (max-width: 480px) {
    .crumbs {
      padding-bottom: 35px; } }
  @media (max-width: 380px) {
    .crumbs {
      padding-bottom: 45px; } }

.crumbs li {
  font-family: inherit;
  font-size: 25px;
  font-style: italic;
  color: #2b2a29; }
  @media (max-width: 1600px) {
    .crumbs li {
      font-size: 20px; } }
  @media (max-width: 1080px) {
    .crumbs li {
      font-size: 25px; } }

@media (max-width: 680px) {
  .crumbs li:not(:last-child) {
    margin-bottom: 10px; } }

.crumbs li:last-child {
  margin-left: 5px; }

.crumbs a {
  color: #2c3370;
  margin-left: 5px;
  margin-right: 5px; }

.crumbs li:first-child a {
  margin-left: 0; }

li.crumb-item--current {
  font-weight: 700;
  color: #98b500; }

.crumbs--inversion li,
.crumbs--inversion a {
  color: var(--basic-white); }

/*
.crumbs a:hover {
  opacity: 0.6;
}

.crumbs a:active {
  opacity: 0.1;
}
*/
.slider-main {
  height: clamp(860px, 80vw, 938px); }

.slider-main__item {
  position: relative;
  display: grid;
  width: 33.33%; }

.slider-main__item::after {
  content: "";
  grid-column: 2/3;
  grid-row: 2/3;
  z-index: -1; }

.slider-main__item--1 {
  grid-template-columns: 1fr max(380px, 21.93vw) 1fr;
  grid-template-rows: 1fr -webkit-max-content 2fr;
  grid-template-rows: 1fr max-content 2fr; }
  @media (max-width: 992px) {
    .slider-main__item--1 {
      grid-template-columns: 1fr max(340px, 38.31vw) 1fr; } }
  @media (max-width: 380px) {
    .slider-main__item--1 {
      grid-template-columns: 1fr max(305px, 70.83vw) 1fr; } }

.slider-main__item--1::after {
  padding-top: 58.6%; }

.slider-main__item--2 {
  grid-template-columns: 1fr max(452px, 30.05vw) 1fr;
  grid-template-rows: 0.3fr -webkit-min-content 3fr;
  grid-template-rows: 0.3fr min-content 3fr; }
  @media (max-width: 992px) {
    .slider-main__item--2 {
      grid-template-columns: 1fr max(452px, 38.31vw) 1fr; } }
  @media (max-width: 380px) {
    .slider-main__item--2 {
      grid-template-columns: 1fr max(340px, 38.31vw) 1fr; } }

.slider-main__item--2::after {
  padding-top: 73.8%; }

.slider-main__item--3 {
  grid-template-columns: 1fr max(380px, 24.2vw) 1fr;
  grid-template-rows: 1fr -webkit-min-content 1fr;
  grid-template-rows: 1fr min-content 1fr; }
  @media (max-width: 380px) {
    .slider-main__item--3 {
      grid-template-columns: 1fr max(300px, 24.2vw) 1fr; } }

.slider-main__item--3::after {
  padding-top: 108.17%; }

.slider-main__desc p {
  position: relative; }

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

.slider-main__toggle.swiper-button-next,
.slider-main__toggle.swiper-button-prev {
  color: transparent; }

.slider-main__toggle.swiper-button-next,
.slider-main__toggle.swiper-button-prev {
  position: absolute;
  width: 58px;
  height: 58px;
  top: 45%;
  background-color: #98b500;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 15; }
  @media (max-width: 1080px) {
    .slider-main__toggle.swiper-button-next,
    .slider-main__toggle.swiper-button-prev {
      width: 58px;
      height: 58px; } }
  @media (max-width: 380px) {
    .slider-main__toggle.swiper-button-next,
    .slider-main__toggle.swiper-button-prev {
      width: 40px;
      height: 40px; } }

.slider-main__toggle--prev {
  left: 10px; }
  @media (max-width: 767px) {
    .slider-main__toggle--prev {
      left: 5px; } }

.slider-main__toggle--next {
  right: 10px;
  transform: scaleX(-1); }
  @media (max-width: 767px) {
    .slider-main__toggle--next {
      right: 5px; } }

.slider-main__toggle::before {
  position: absolute;
  content: "";
  width: 23px;
  height: 23px;
  top: 50%;
  left: calc(60% - 23px / 2);
  transform: translateY(-50%) rotate(-135deg);
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff; }
  @media (max-width: 380px) {
    .slider-main__toggle::before {
      width: 15px;
      height: 15px;
      left: calc(60% - 15px / 2); } }

/*
.slider-main__toggle::before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "\276F";
  font-size: 38px;
  width: 58px;
  height: 58px;
  color: #ffffff;
  background-color: #98b500;

  border-radius: 50%;
  padding-left: 10px;
  padding-right: 10px;

  @media (max-width: 1600px) {
    font-size: 38px;
    width: 50px;
    height: 50px;
  }

  @media (max-width: 1280px) {

  }

  @media (max-width: 1080px) {
    font-size: 45px;
    width: 58px;
    height: 58px;
  }

  @media (max-width: 992px) {

  }

  @media (max-width: 767px) {

  }

  @media (max-width: 580px) {

  }

  @media (max-width: 380px) {
    font-size: 25px;
    width: 35px;
    height: 35px;
  }
}

*/
.slider-main__toggle.swiper-button-disabled {
  opacity: 0.5; }

/*

.slider-main__item {
  position: relative;
  width: 100%;
  min-height: 568px;

  @media (max-width: 1600px) {
    min-height: 483px;
  }

  @media (max-width: 1280px) {
    min-height: 386px;
  }

  @media (max-width: 992px) {

  }

  @media (max-width: 767px) {

  }

  @media (max-width: 480px) {

  }
}



.slider-main__desc {
  position: relative;
}

.slider-main__desc h1 {
  margin-bottom: 35px;
}

.slider-main__button {
  max-width: 190px;
  margin-top: 55px;

  @media (max-width: 1600px) {
    max-width: 158px;
    margin-top: 50px;
  }

  @media (max-width: 1280px) {
    max-width: 126px;
    margin-top: 40px;
  }

  @media (max-width: 1080px) {
    max-width: 190px;
    margin-top: 55px;
  }

  @media (max-width: 992px) {

  }

  @media (max-width: 680px) {
    max-width: 158px;
    margin-top: 50px;
  }

  @media (max-width: 480px) {
    max-width: 126px;
    margin-top: 40px;
    margin: 40px auto 0;
  }
}

*/
.slider-about.swiper {
  width: 100%;
  height: clamp(480px, 50vw, 938px); }

.slider-about__item.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.slider-about__toggle.swiper-button-next,
.slider-about__toggle.swiper-button-prev {
  color: transparent; }

.slider-about__toggle.swiper-button-next,
.slider-about__toggle.swiper-button-prev {
  position: absolute;
  width: 58px;
  height: 58px;
  top: 45%;
  background-color: #98b500;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 15; }
  @media (max-width: 1080px) {
    .slider-about__toggle.swiper-button-next,
    .slider-about__toggle.swiper-button-prev {
      width: 58px;
      height: 58px; } }
  @media (max-width: 380px) {
    .slider-about__toggle.swiper-button-next,
    .slider-about__toggle.swiper-button-prev {
      width: 40px;
      height: 40px; } }

.slider-about__toggle--prev {
  left: 10px; }
  @media (max-width: 767px) {
    .slider-about__toggle--prev {
      left: 5px; } }

.slider-about__toggle--next {
  right: 10px;
  transform: scaleX(-1); }
  @media (max-width: 767px) {
    .slider-about__toggle--next {
      right: 5px; } }

.slider-about__toggle::before {
  position: absolute;
  content: "";
  width: 23px;
  height: 23px;
  top: 50%;
  left: calc(60% - 23px / 2);
  transform: translateY(-50%) rotate(-135deg);
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff; }
  @media (max-width: 380px) {
    .slider-about__toggle::before {
      width: 15px;
      height: 15px;
      left: calc(60% - 15px / 2); } }

.page-main {
  flex: 1 1 auto; }

@media (max-width: 480px) {
  .page-main--index .page-main__about {
    padding-top: 30px; } }

.page-main--basket .page-main__content--inner {
  padding-bottom: 40px; }

.page-main__about {
  padding-top: 3vw; }
  @media (max-width: 1080px) {
    .page-main__about {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (max-width: 480px) {
    .page-main__about {
      padding-top: 20px;
      padding-bottom: 0; } }

.page-main__content {
  position: relative;
  padding-bottom: 40px;
  z-index: 30; }

.page-main__content--inner {
  padding-bottom: 125px; }

.page-main__content::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 91px;
  top: -53px;
  background-image: url("../img/top-edge.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10; }
  @media (max-width: 480px) {
    .page-main__content::before {
      top: -34px; } }

.page-main__content--inner::before,
.page-main__content--about::before {
  top: -30px; }

.page-main__content::after,
.page-main__delivery::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 113px;
  bottom: -55px;
  background-image: url("../img/bottom-edge.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10; }

.page-main__content--goods::after {
  display: none; }

.page-main__advantages {
  padding-top: 6.5vw;
  padding-bottom: 83px; }
  @media (max-width: 1600px) {
    .page-main__advantages {
      padding-top: 120px;
      padding-bottom: 65px; } }
  @media (max-width: 1280px) {
    .page-main__advantages {
      padding-top: 83px;
      padding-bottom: 50px; } }
  @media (max-width: 992px) {
    .page-main__advantages {
      padding-top: 120px;
      padding-bottom: 65px; } }
  @media (max-width: 580px) {
    .page-main__advantages {
      padding-top: 125px;
      padding-bottom: 83px; } }
  @media (max-width: 480px) {
    .page-main__advantages {
      padding-top: 120px;
      padding-bottom: 65px; } }

.page-main__delivery::after {
  bottom: -31px; }

.page-main__content--goods {
  padding-bottom: 30px; }

.page-main__content--about {
  padding-bottom: 80px; }
  @media (max-width: 1600px) {
    .page-main__content--about {
      padding-bottom: 60px; } }
  @media (max-width: 1280px) {
    .page-main__content--about {
      padding-bottom: 40px; } }

.page-main__content--about::after {
  bottom: -35px;
  z-index: -1; }
  @media (max-width: 1280px) {
    .page-main__content--about::after {
      bottom: -30px; } }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-container-pointer-events {
  touch-action: pan-y; }
  .swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px; }
  .swiper-container-3d .swiper-wrapper,
  .swiper-container-3d .swiper-slide,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d; }
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }
  .swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

/**
 * Swiper 8.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 8, 2022
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-pointer-events {
  touch-action: pan-y; }

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center; }

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0); }

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size); }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size); }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-lock {
  display: none; }

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet:only-child {
  display: none !important; }

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */ }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube {
  overflow: visible; }

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0; }

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px); }

.swiper-flip {
  overflow: visible; }

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height; }

.swiper-cards {
  overflow: visible; }

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

.form-user {
  grid-column: 1 / -1; }

.form-user--basket .field-item--profile {
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 8vw;
       column-gap: 8vw; }
  @media (max-width: 1600px) {
    .form-user--basket .field-item--profile {
      -moz-column-gap: 7vw;
           column-gap: 7vw; } }
  @media (max-width: 1280px) {
    .form-user--basket .field-item--profile {
      -moz-column-gap: 5vw;
           column-gap: 5vw; } }
  @media (max-width: 1080px) {
    .form-user--basket .field-item--profile {
      grid-template-columns: repeat(auto-fit, minmax(320px, auto));
      -moz-column-gap: 80px;
           column-gap: 80px; } }
  @media (max-width: 992px) {
    .form-user--basket .field-item--profile {
      -moz-column-gap: 50px;
           column-gap: 50px; } }
  @media (max-width: 767px) {
    .form-user--basket .field-item--profile {
      grid-template-columns: 1fr; } }

.form-user__field input[type="checkbox"] + label,
.form-user__field input[type="radio"] + label {
  cursor: pointer; }

.form-user__field input,
.form-user__field textarea {
  font-size: 20px;
  color: #333333; }

.form-user__note {
  font-family: inherit;
  font-size: 25px;
  line-height: 1.12;
  font-weight: 300;
  font-style: italic;
  color: #000000;
  padding-right: 100px;
  margin-top: 67px; }
  @media (max-width: 1280px) {
    .form-user__note {
      font-size: 21px; } }
  @media (max-width: 992px) {
    .form-user__note {
      padding-right: 0; } }

.form-user__note a {
  color: #000000; }

.form-user--basket .form-user__note {
  padding-right: 0; }

.form-user__btn {
  display: block;
  width: 312px;
  margin-top: 15px;
  margin-left: auto; }
  @media (max-width: 1600px) {
    .form-user__btn {
      width: 260px; } }
  @media (max-width: 1280px) {
    .form-user__btn {
      width: 209px; } }
  @media (max-width: 1080px) {
    .form-user__btn {
      width: 312px; } }
  @media (max-width: 767px) {
    .form-user__btn {
      margin: 25px auto 0; } }
  @media (max-width: 480px) {
    .form-user__btn {
      width: 260px; } }

.form-user__sum.caption {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  row-gap: 3vw;
  align-items: center;
  margin-top: 65px; }
  @media (max-width: 1600px) {
    .form-user__sum.caption {
      margin-top: 55px; } }
  @media (max-width: 1280px) {
    .form-user__sum.caption {
      margin-top: 45px; } }
  @media (max-width: 1080px) {
    .form-user__sum.caption {
      margin-left: 0; } }
  @media (max-width: 992px) {
    .form-user__sum.caption {
      grid-template-columns: 1fr;
      justify-content: center;
      text-align: center; } }

.form-user--basket button {
  width: 270px;
  justify-self: end;
  margin-top: 0;
  margin-left: 0; }
  @media (max-width: 1600px) {
    .form-user--basket button {
      width: 203px; } }
  @media (max-width: 1280px) {
    .form-user--basket button {
      width: 163px; } }
  @media (max-width: 1080px) {
    .form-user--basket button {
      width: 245px; } }
  @media (max-width: 992px) {
    .form-user--basket button {
      justify-self: center;
      margin: 0 auto; } }

.field-item--profile,
.field-item--comment {
  margin-bottom: 38px; }
  @media (max-width: 1600px) {
    .field-item--profile,
    .field-item--comment {
      margin-bottom: 30px; } }
  @media (max-width: 1280px) {
    .field-item--profile,
    .field-item--comment {
      margin-bottom: 26px; } }

.field-item--delivery {
  margin-bottom: 50px; }
  @media (max-width: 1600px) {
    .field-item--delivery {
      margin-bottom: 30px; } }
  @media (max-width: 1280px) {
    .field-item--delivery {
      margin-bottom: 26px; } }

.field-item label {
  display: block; }

.field-item legend,
.field-item label {
  font-family: inherit;
  font-size: 34px;
  font-weight: 700;
  font-style: italic;
  color: #000000; }
  @media (max-width: 1600px) {
    .field-item legend,
    .field-item label {
      font-size: 26px; } }
  @media (max-width: 1280px) {
    .field-item legend,
    .field-item label {
      font-size: 22px; } }
  @media (max-width: 1080px) {
    .field-item legend,
    .field-item label {
      font-size: 30px; } }
  @media (max-width: 992px) {
    .field-item legend,
    .field-item label {
      font-size: 26px; } }
  @media (max-width: 480px) {
    .field-item legend,
    .field-item label {
      font-size: 22px; } }

.field-item input,
.field-item textarea {
  background: transparent;
  padding: 5px; }

.field-item--profile {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 8vw;
       column-gap: 8vw;
  row-gap: 60px; }
  @media (max-width: 1600px) {
    .field-item--profile {
      -moz-column-gap: 7vw;
           column-gap: 7vw;
      row-gap: 55px; } }
  @media (max-width: 1280px) {
    .field-item--profile {
      row-gap: 45px; } }
  @media (max-width: 992px) {
    .field-item--profile {
      grid-template-columns: 1fr; } }

.field-item--address {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 8vw;
       column-gap: 8vw;
  row-gap: 60px; }
  @media (max-width: 1600px) {
    .field-item--address {
      -moz-column-gap: 7vw;
           column-gap: 7vw;
      row-gap: 55px; } }
  @media (max-width: 1280px) {
    .field-item--address {
      -moz-column-gap: 5vw;
           column-gap: 5vw;
      row-gap: 45px; } }
  @media (max-width: 1080px) {
    .field-item--address {
      grid-template-columns: repeat(2, 1fr);
      -moz-column-gap: 80px;
           column-gap: 80px; } }
  @media (max-width: 992px) {
    .field-item--address {
      -moz-column-gap: 50px;
           column-gap: 50px; } }
  @media (max-width: 767px) {
    .field-item--address {
      grid-template-columns: 1fr; } }

.field-item--choice {
  display: flex;
  align-items: center; }
  @media (max-width: 680px) {
    .field-item--choice {
      display: block; } }

.field-item--choice p {
  font-family: inherit;
  font-size: 34px;
  margin-right: 37px; }
  @media (max-width: 1600px) {
    .field-item--choice p {
      font-size: 28px;
      margin-right: 31px; } }
  @media (max-width: 1280px) {
    .field-item--choice p {
      font-size: 21px;
      margin-right: 25px; } }
  @media (max-width: 1080px) {
    .field-item--choice p {
      font-size: 30px; } }
  @media (max-width: 992px) {
    .field-item--choice p {
      font-size: 28px; } }
  @media (max-width: 680px) {
    .field-item--choice p {
      margin-right: 0;
      margin-bottom: 15px; } }
  @media (max-width: 480px) {
    .field-item--choice p {
      font-size: 21px; } }

.field-item--choice label,
.field-item--delivery label {
  position: relative;
  font-size: 25px;
  padding-left: 50px;
  margin-bottom: 0; }
  @media (max-width: 1600px) {
    .field-item--choice label,
    .field-item--delivery label {
      padding-left: 42px; } }
  @media (max-width: 1280px) {
    .field-item--choice label,
    .field-item--delivery label {
      font-size: 21px;
      padding-left: 32px; } }
  @media (max-width: 1080px) {
    .field-item--choice label,
    .field-item--delivery label {
      font-size: 25px;
      padding-left: 50px; } }
  @media (max-width: 992px) {
    .field-item--choice label,
    .field-item--delivery label {
      padding-left: 42px; } }
  @media (max-width: 480px) {
    .field-item--choice label,
    .field-item--delivery label {
      font-size: 21px;
      padding-left: 32px; } }

.field-item--choice input[type="radio"] + label::before,
.field-item--delivery input[type="radio"] + label::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 35px;
  height: 35px;
  top: 0;
  left: 0;
  background: transparent;
  border: 1px solid #333333;
  vertical-align: middle; }
  @media (max-width: 1600px) {
    .field-item--choice input[type="radio"] + label::before,
    .field-item--delivery input[type="radio"] + label::before {
      width: 29px;
      height: 29px; } }
  @media (max-width: 1280px) {
    .field-item--choice input[type="radio"] + label::before,
    .field-item--delivery input[type="radio"] + label::before {
      width: 23px;
      height: 23px; } }
  @media (max-width: 1080px) {
    .field-item--choice input[type="radio"] + label::before,
    .field-item--delivery input[type="radio"] + label::before {
      width: 35px;
      height: 35px;
      top: 0; } }
  @media (max-width: 992px) {
    .field-item--choice input[type="radio"] + label::before,
    .field-item--delivery input[type="radio"] + label::before {
      width: 29px;
      height: 29px; } }
  @media (max-width: 480px) {
    .field-item--choice input[type="radio"] + label::before,
    .field-item--delivery input[type="radio"] + label::before {
      width: 23px;
      height: 23px; } }

.field-item--choice input[type="radio"]:checked + label::before,
.field-item--delivery input[type="radio"]:checked + label::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 35px;
  top: 0;
  left: 0;
  background-color: #98b500;
  box-shadow: inset 0px 0px 0px 5px #f6f2ec;
  border: 1px solid #333333; }
  @media (max-width: 1600px) {
    .field-item--choice input[type="radio"]:checked + label::before,
    .field-item--delivery input[type="radio"]:checked + label::before {
      width: 29px;
      height: 29px;
      box-shadow: inset 0px 0px 0px 4px #f6f2ec; } }
  @media (max-width: 1280px) {
    .field-item--choice input[type="radio"]:checked + label::before,
    .field-item--delivery input[type="radio"]:checked + label::before {
      width: 23px;
      height: 23px;
      box-shadow: inset 0px 0px 0px 3px #f6f2ec; } }
  @media (max-width: 1080px) {
    .field-item--choice input[type="radio"]:checked + label::before,
    .field-item--delivery input[type="radio"]:checked + label::before {
      width: 35px;
      height: 35px;
      top: 0;
      box-shadow: inset 0px 0px 0px 5px #f6f2ec; } }
  @media (max-width: 992px) {
    .field-item--choice input[type="radio"]:checked + label::before,
    .field-item--delivery input[type="radio"]:checked + label::before {
      width: 29px;
      height: 29px;
      box-shadow: inset 0px 0px 0px 4px #f6f2ec; } }
  @media (max-width: 480px) {
    .field-item--choice input[type="radio"]:checked + label::before,
    .field-item--delivery input[type="radio"]:checked + label::before {
      width: 23px;
      height: 23px;
      box-shadow: inset 0px 0px 0px 3px #f6f2ec; } }

.field-item--delivery input[type="radio"] + label::before {
  border-radius: 50%; }

.field-item--choice ul {
  display: grid;
  grid-template-columns: repeat(2, -webkit-max-content);
  grid-template-columns: repeat(2, max-content);
  -moz-column-gap: 42px;
       column-gap: 42px; }
  @media (max-width: 1600px) {
    .field-item--choice ul {
      -moz-column-gap: 34px;
           column-gap: 34px; } }
  @media (max-width: 1280px) {
    .field-item--choice ul {
      -moz-column-gap: 28px;
           column-gap: 28px; } }

.field-item--delivery ul {
  display: grid;
  grid-template-columns: repeat(2, auto);
  -moz-column-gap: 6vw;
       column-gap: 6vw;
  row-gap: 20px;
  margin-top: 13px; }
  @media (max-width: 1080px) {
    .field-item--delivery ul {
      grid-template-columns: 1fr; } }
  @media (max-width: 992px) {
    .field-item--delivery ul {
      row-gap: 15px; } }

.field-item--delivery .field-item__item {
  display: flex; }
  @media (max-width: 580px) {
    .field-item--delivery .field-item__item {
      flex-direction: column; } }

.field-item--delivery a {
  display: block;
  font-size: 25px;
  font-weight: 700;
  font-style: italic;
  color: #2c3370;
  margin-left: 10px; }
  @media (max-width: 1280px) {
    .field-item--delivery a {
      font-size: 21px; } }
  @media (max-width: 1080px) {
    .field-item--delivery a {
      font-size: 25px; } }
  @media (max-width: 580px) {
    .field-item--delivery a {
      padding-left: 42px;
      margin-left: 0; } }
  @media (max-width: 480px) {
    .field-item--delivery a {
      font-size: 21px;
      padding-left: 32px; } }

.field-item input[type="text"],
.field-item input[type="tel"],
.field-item input[type="email"] {
  width: 100%;
  height: 34px;
  border: none;
  border-bottom: 2px solid #333333; }

.field-item--comment {
  margin-bottom: 38px; }
  @media (max-width: 1600px) {
    .field-item--comment {
      margin-bottom: 32px; } }
  @media (max-width: 1280px) {
    .field-item--comment {
      margin-bottom: 24px; } }

.field-item--comment legend {
  margin-bottom: 18px; }

.field-item--comment textarea {
  width: 100%;
  min-height: 155px;
  border: 2px solid var(--basic-main);
  resize: vertical; }
  @media (max-width: 1600px) {
    .field-item--comment textarea {
      min-height: 128px; } }
  @media (max-width: 1280px) {
    .field-item--comment textarea {
      min-height: 100px; } }
  @media (max-width: 1080px) {
    .field-item--comment textarea {
      min-height: 155px; } }

.field-item__item span {
  color: #98b500; }

.basket__list {
  margin-top: 120px;
  margin-bottom: 73px; }
  @media (max-width: 1600px) {
    .basket__list {
      margin-top: 100px;
      margin-bottom: 60px; } }
  @media (max-width: 1280px) {
    .basket__list {
      margin-top: 80px;
      margin-bottom: 50px; } }
  @media (max-width: 1080px) {
    .basket__list {
      margin-top: 80px;
      margin-bottom: 50px; } }

.basket__btn-close {
  position: absolute;
  width: 35px;
  height: 35px;
  top: -2vw;
  right: -0.5vw;
  background: url(../img/btn-close.png) transparent;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border: none;
  cursor: pointer; }
  @media (max-width: 1600px) {
    .basket__btn-close {
      width: 29px;
      height: 29px; } }
  @media (max-width: 1280px) {
    .basket__btn-close {
      width: 23px;
      height: 23px; } }
  @media (max-width: 1080px) {
    .basket__btn-close {
      width: 35px;
      height: 35px; } }
  @media (max-width: 992px) {
    .basket__btn-close {
      width: 29px;
      height: 29px; } }
  @media (max-width: 767px) {
    .basket__btn-close {
      width: 23px;
      height: 23px; } }

.basket__btn-close::before,
.basket__btn-close::after {
  position: absolute;
  content: "";
  width: 45px;
  height: 5px;
  top: 0;
  left: 0;
  background-color: var(--basic-main);
  transform: rotate(45deg); }
  @media (max-width: 1600px) {
    .basket__btn-close::before,
    .basket__btn-close::after {
      width: 37px;
      height: 4px; } }
  @media (max-width: 1280px) {
    .basket__btn-close::before,
    .basket__btn-close::after {
      width: 30px;
      height: 3px; } }
  @media (max-width: 1080px) {
    .basket__btn-close::before,
    .basket__btn-close::after {
      width: 45px;
      height: 5px; } }
  @media (max-width: 992px) {
    .basket__btn-close::before,
    .basket__btn-close::after {
      width: 37px;
      height: 4px; } }
  @media (max-width: 767px) {
    .basket__btn-close::before,
    .basket__btn-close::after {
      width: 30px;
      height: 3px; } }

.basket__btn-close::after {
  transform: rotate(-45deg); }

.basket__btn-close span {
  visibility: hidden; }

p.basket__sum {
  font-size: 67px;
  font-weight: 700;
  letter-spacing: -0.8px;
  text-align: center;
  color: #000000; }
  @media (max-width: 1600px) {
    p.basket__sum {
      font-size: 55px; } }
  @media (max-width: 1280px) {
    p.basket__sum {
      font-size: 45px; } }
  @media (max-width: 380px) {
    p.basket__sum {
      font-size: 40px; } }

p.basket__sum span {
  font-weight: 300;
  color: var(--basic-brand); }
  @media (max-width: 380px) {
    p.basket__sum span {
      display: block; } }

.basket .price-card {
  width: 143px;
  margin-top: 0; }
  @media (max-width: 1600px) {
    .basket .price-card {
      width: 119px; } }
  @media (max-width: 1280px) {
    .basket .price-card {
      width: 95px; } }
  @media (max-width: 1080px) {
    .basket .price-card {
      width: 143px;
      font-size: 25px; } }
  @media (max-width: 992px) {
    .basket .price-card {
      width: 119px;
      font-size: 21px; } }
  @media (max-width: 767px) {
    .basket .price-card {
      width: 95px;
      font-size: 17px; } }

.nav-footer {
  min-height: 208px;
  background-image: url("../img/kraft_paper_texture_texturise.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 38px;
  padding-bottom: 42px; }
  @media (max-width: 1600px) {
    .nav-footer {
      padding-bottom: 32px; } }
  @media (max-width: 1280px) {
    .nav-footer {
      padding-bottom: 28px; } }
  @media (max-width: 1080px) {
    .nav-footer {
      padding-bottom: 42px; } }
  @media (max-width: 480px) {
    .nav-footer {
      padding-bottom: 30px; } }

.nav-footer article,
.nav-footer ul {
  justify-self: start; }
  @media (max-width: 992px) {
    .nav-footer article,
    .nav-footer ul {
      justify-self: center; } }

.nav-footer article:last-child,
.nav-footer ul:last-child {
  justify-self: end; }
  @media (max-width: 1180px) {
    .nav-footer article:last-child,
    .nav-footer ul:last-child {
      justify-self: start; } }
  @media (max-width: 992px) {
    .nav-footer article:last-child,
    .nav-footer ul:last-child {
      justify-self: center; } }

.nav-footer__list:nth-child(4) {
  justify-self: end; }
  @media (max-width: 1180px) {
    .nav-footer__list:nth-child(4) {
      justify-self: start; } }
  @media (max-width: 992px) {
    .nav-footer__list:nth-child(4) {
      justify-self: center; } }

.nav-footer__list:nth-child(5) {
  justify-self: end; }
  @media (max-width: 1180px) {
    .nav-footer__list:nth-child(5) {
      justify-self: start; } }
  @media (max-width: 992px) {
    .nav-footer__list:nth-child(5) {
      justify-self: center; } }

/*
.nav-footer article:not(:last-child),
.nav-footer ul:not(:last-child) {
  justify-self: center;
  //margin-right: 30px;

  @media (max-width: 1180px) {
    margin-right: 0;
  }
}
*/
.nav-footer__content {
  display: grid;
  grid-template-columns: repeat(3, -webkit-max-content) repeat(2, auto);
  grid-template-columns: repeat(3, max-content) repeat(2, auto);
  -moz-column-gap: 5vw;
       column-gap: 5vw;
  row-gap: 50px;
  font-family: inherit;
  font-size: 1.3vw;
  line-height: 1.2;
  font-weight: 300;
  font-style: italic;
  color: #2b2a29;
  padding-left: 90px;
  padding-right: 90px; }
  @media (max-width: 1600px) {
    .nav-footer__content {
      font-size: 20px;
      padding-left: 65px;
      padding-right: 65px; } }
  @media (max-width: 1280px) {
    .nav-footer__content {
      font-size: 17px;
      padding-left: 45px;
      padding-right: 45px; } }
  @media (max-width: 1180px) {
    .nav-footer__content {
      font-size: 25px;
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 992px) {
    .nav-footer__content {
      grid-template-columns: 1fr;
      row-gap: 25px;
      justify-content: center;
      text-align: center; } }

.nav-footer__content a {
  display: block;
  color: #2b2a29; }

.nav-footer__content h4,
.nav-footer__tel {
  font-size: 1.77vw;
  line-height: 0.88235;
  font-weight: 700;
  text-decoration: none; }
  @media (max-width: 1600px) {
    .nav-footer__content h4,
    .nav-footer__tel {
      font-size: 25px; } }
  @media (max-width: 1280px) {
    .nav-footer__content h4,
    .nav-footer__tel {
      font-size: 23px; } }
  @media (max-width: 1180px) {
    .nav-footer__content h4,
    .nav-footer__tel {
      font-size: 34px; } }
  @media (max-width: 480px) {
    .nav-footer__content h4,
    .nav-footer__tel {
      font-size: 34px; } }

.nav-footer__copyright,
.nav-footer__mail {
  margin-bottom: 28px; }
  @media (max-width: 992px) {
    .nav-footer__copyright,
    .nav-footer__mail {
      margin-bottom: 10px; } }
  @media (max-width: 480px) {
    .nav-footer__copyright,
    .nav-footer__mail {
      margin-bottom: 0; } }

.nav-footer__logo {
  display: grid;
  align-self: center;
  justify-self: center; }
  @media (max-width: 992px) {
    .nav-footer__logo {
      margin-right: 0; } }

@media (max-width: 992px) {
  .nav-footer__content h4 {
    margin-bottom: 7px; } }

@media (max-width: 992px) {
  .nav-footer__list {
    display: flex;
    flex-direction: column; } }

@media (max-width: 992px) {
  .nav-footer__tel {
    order: 3;
    margin-top: 15px; } }

.map {
  position: relative;
  min-height: 547px; }
  @media (max-width: 480px) {
    .map {
      min-height: 507px; } }

.map > a {
  outline: none; }

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

.content {
  padding-top: 25px; }

.content h1 {
  font-family: inherit;
  font-size: 58px;
  line-height: 1.06897;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  color: #98b500; }
  @media (max-width: 1600px) {
    .content h1 {
      font-size: 50px; } }
  @media (max-width: 1280px) {
    .content h1 {
      font-size: 42px; } }
  @media (max-width: 1080px) {
    .content h1 {
      font-size: 58px; } }
  @media (max-width: 767px) {
    .content h1 {
      font-size: 50px; } }
  @media (max-width: 580px) {
    .content h1 {
      font-size: 42px; } }

.content p:not(:last-child) {
  margin-bottom: 40px; }

.content p.goods-buy__price {
  margin-bottom: 20px; }

.content .caption p {
  margin-bottom: 0; }

.content__wrap {
  padding-left: 12vw;
  padding-right: 12.5vw; }
  @media (max-width: 1280px) {
    .content__wrap {
      padding-left: 8vw;
      padding-right: 8vw; } }
  @media (max-width: 767px) {
    .content__wrap {
      padding-left: 4vw;
      padding-right: 4vw;
      padding-bottom: 50px; } }
  @media (max-width: 480px) {
    .content__wrap {
      padding-left: 2vw;
      padding-right: 2vw;
      padding-bottom: 25px; } }
  @media (max-width: 380px) {
    .content__wrap {
      padding-left: 0;
      padding-right: 0; } }

.menu-inner {
  margin-top: 25px; }
  @media (max-width: 680px) {
    .menu-inner {
      margin-top: 60px; } }

.menu-inner--delivery {
  margin-bottom: 56px; }
  @media (max-width: 1600px) {
    .menu-inner--delivery {
      margin-bottom: 45px; } }
  @media (max-width: 1280px) {
    .menu-inner--delivery {
      margin-bottom: 37px; } }
  @media (max-width: 1080px) {
    .menu-inner--delivery {
      margin-bottom: 50px; } }

.menu-inner__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center; }
  @media (max-width: 680px) {
    .menu-inner__list {
      display: block; } }

/*
.menu-inner__list {
  display: grid;
  grid-template-columns: repeat(6, auto);
  row-gap: 30px;
  align-items: center;
  justify-content: space-between;
  text-align: center;

  @media (max-width: 1080px) {
    grid-template-columns: repeat(4, auto);
  }

  @media (max-width: 680px) {
    grid-template-columns: 1fr;
    row-gap: 15px;
  }
}
*/
/*
.menu-inner__list--culinary {
  grid-template-columns: repeat(7, auto);
}
*/
/*
.menu-inner__list li:nth-child(5),
.menu-inner__list li:nth-child(6) {
  @media (max-width: 1080px) {
    grid-column: span 2;
  }

  @media (max-width: 680px) {
    grid-column: 1;
  }
}
*/
.menu-inner__list li {
  margin-right: 3.2vw;
  margin-bottom: 20px; }
  @media (max-width: 1180px) {
    .menu-inner__list li {
      margin-bottom: 15px; } }
  @media (max-width: 680px) {
    .menu-inner__list li {
      margin-right: 0; } }

.menu-inner__list li:last-child {
  margin-right: 0; }

.menu-inner a {
  font-family: inherit;
  font-size: 34px;
  line-height: 1.08824;
  font-weight: 700;
  font-style: italic;
  color: #2b2a29;
  text-decoration: none; }
  @media (max-width: 1600px) {
    .menu-inner a {
      font-size: 25px; } }
  @media (max-width: 1280px) {
    .menu-inner a {
      font-size: 21px; } }
  @media (max-width: 1080px) {
    .menu-inner a {
      font-size: 25px; } }
  @media (max-width: 680px) {
    .menu-inner a {
      font-size: 34px; } }
  @media (max-width: 480px) {
    .menu-inner a {
      font-size: 28px; } }

a.menu-inner__link-active {
  color: #98b500; }

.menu-inner a:not(.menu-inner__link-active):hover {
  color: #98b500; }

.menu-inner a:not(.menu-inner__link-active):active {
  opacity: 0.5; }

.menu-inner__toggle {
  display: none; }
  @media (max-width: 1080px) {
    .menu-inner__toggle {
      position: absolute;
      display: block;
      width: 26px;
      height: 15px;
      top: 55px;
      left: 0;
      background-color: transparent;
      padding: 0;
      border: none;
      outline: none;
      cursor: pointer;
      z-index: 30; } }
  @media (max-width: 992px) {
    .menu-inner__toggle {
      top: 50px; } }
  @media (max-width: 767px) {
    .menu-inner__toggle {
      top: 45px; } }
  @media (max-width: 480px) {
    .menu-inner__toggle {
      top: 42px; } }

@media (max-width: 1080px) {
  .menu-inner--closed .menu-inner__toggle::before {
    position: absolute;
    content: "";
    width: 26px;
    height: 3px;
    top: 0;
    left: 0;
    background-color: var(--basic-white);
    box-shadow: 0 6px 0 0 var(--basic-white), 0 12px 0 0 var(--basic-white); } }

.menu-inner--closed .menu-inner__toggle:hover::before,
.menu-inner--closed .menu-inner__toggle:focus::before {
  opacity: 0.5; }

.menu-inner--closed .menu-inner__toggle:active::before {
  opacity: 0.2; }

@media (max-width: 1080px) {
  .menu-inner--opened .menu-inner__toggle {
    width: 26px;
    height: 26px;
    top: 55px;
    background-color: transparent; } }

@media (max-width: 992px) {
  .menu-inner--opened .menu-inner__toggle {
    top: 50px; } }

@media (max-width: 767px) {
  .menu-inner--opened .menu-inner__toggle {
    top: 45px; } }

@media (max-width: 480px) {
  .menu-inner--opened .menu-inner__toggle {
    top: 42px; } }

@media (max-width: 1080px) {
  .menu-inner--opened .menu-inner__toggle::before,
  .menu-inner--opened .menu-inner__toggle::after {
    content: "";
    position: absolute;
    width: 26px;
    height: 3px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-color: var(--basic-white); } }

.menu-inner--opened .menu-inner__toggle::before {
  transform: rotate(45deg); }

.menu-inner--opened .menu-inner__toggle::after {
  transform: rotate(-45deg); }

.menu-inner--opened .menu-inner__toggle:hover::before,
.menu-inner--opened .menu-inner__toggle:hover::after,
.menu-inner--opened .menu-inner__toggle:focus::before,
.menu-inner--opened .menu-inner__toggle:focus::after {
  opacity: 0.5; }

.menu-inner--opened .menu-inner__toggle:active::before,
.menu-inner--opened .menu-inner__toggle:active::after {
  opacity: 0.2; }

@media (max-width: 1080px) {
  .menu-inner--closed .menu-inner__menu li {
    display: none; } }

@media (max-width: 1080px) {
  .menu-inner--opened .menu--inner {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 30px; } }

.products {
  position: relative;
  width: 100%;
  background-color: #f6f2ec; }

.products::before,
.products::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 50; }

.products::before {
  height: 91px;
  top: -35px;
  background-image: url("../img/top-edge-beige.png");
  background-size: cover; }

.products::after {
  height: 113px;
  bottom: -30px;
  background-image: url("../img/bottom-edge-beige.png");
  background-size: cover; }

.products__wrap {
  position: relative;
  padding-top: 25px;
  padding-bottom: 10px;
  z-index: 80; }

.products h2 {
  font-family: inherit;
  font-size: 58px;
  line-height: 1.06897;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  color: #2b2a29; }
  @media (max-width: 1600px) {
    .products h2 {
      font-size: 50px; } }
  @media (max-width: 1280px) {
    .products h2 {
      font-size: 42px; } }
  @media (max-width: 1080px) {
    .products h2 {
      font-size: 50px; } }
  @media (max-width: 480px) {
    .products h2 {
      font-size: 42px; } }

@media (max-width: 1080px) {
  .products__nav {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 992px) {
  .products__nav {
    padding-left: 20px;
    padding-right: 20px; } }

.accent-advantage {
  max-width: 384px;
  font-family: inherit;
  font-style: italic;
  color: #98b500;
  text-align: center; }

li.accent-advantage {
  position: relative;
  display: flex;
  text-align: center;
  margin-top: 125px; }

.accent-advantage__img {
  position: relative;
  display: flex;
  width: 100%;
  flex-grow: 0;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 20px;
  transform: rotate(3.5deg); }

.accent-advantage--goods .accent-advantage__img {
  width: 133px;
  height: 194px; }
  @media (max-width: 1600px) {
    .accent-advantage--goods .accent-advantage__img {
      width: 106px;
      height: 155px; } }
  @media (max-width: 1280px) {
    .accent-advantage--goods .accent-advantage__img {
      width: 89px;
      height: 130px; } }
  @media (max-width: 1080px) {
    .accent-advantage--goods .accent-advantage__img {
      width: 106px;
      height: 155px; } }
  @media (max-width: 767px) {
    .accent-advantage--goods .accent-advantage__img {
      width: 133px;
      height: 194px; } }

.accent-advantage--goods .accent-advantage__info {
  transform: rotate(-3.5deg); }

.accent-advantage h3 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 1.82vw; }
  @media (max-width: 1600px) {
    .accent-advantage h3 {
      font-size: 38px; } }
  @media (max-width: 1280px) {
    .accent-advantage h3 {
      font-size: 32px; } }
  @media (max-width: 1080px) {
    .accent-advantage h3 {
      font-size: 42px; } }
  @media (max-width: 767px) {
    .accent-advantage h3 {
      font-size: 38px;
      margin-bottom: 25px; } }
  @media (max-width: 680px) {
    .accent-advantage h3 {
      font-size: 32px; } }
  @media (max-width: 580px) {
    .accent-advantage h3 {
      font-size: 38px; } }
  @media (max-width: 480px) {
    .accent-advantage h3 {
      font-size: 32px;
      margin-bottom: 15px; } }

.accent-advantage p {
  font-size: 34px;
  line-height: 1;
  font-weight: 300; }
  @media (max-width: 1600px) {
    .accent-advantage p {
      font-size: 28px; } }
  @media (max-width: 1280px) {
    .accent-advantage p {
      font-size: 23px; } }
  @media (max-width: 767px) {
    .accent-advantage p {
      font-size: 28px; } }
  @media (max-width: 480px) {
    .accent-advantage p {
      font-size: 25px; } }

.accent-advantage a {
  color: #98b500;
  text-decoration: underline; }

@media (max-width: 767px) {
  .accent-advantage--goods {
    margin: 0 auto; } }

.order {
  position: relative;
  width: 100%;
  background-color: #f6f2ec; }

.order::before,
.order::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10; }

/*
.order::before {
  height: 91px;
  top: -35px;
  background-image: url("../img/top-edge-beige.png");
}
*/
.order::after {
  height: 113px;
  bottom: -35px;
  background-image: url("../img/bottom-edge-beige.png"); }

.order__user {
  position: relative;
  padding-top: 105px;
  padding-left: 15vw;
  padding-right: 15vw;
  padding-bottom: 72px;
  z-index: 20; }
  @media (max-width: 1600px) {
    .order__user {
      padding-top: 84px;
      padding-left: 9.38vw;
      padding-right: 9.38vw; } }
  @media (max-width: 1280px) {
    .order__user {
      padding-top: 70px;
      padding-left: 4.69vw;
      padding-right: 15vw;
      padding-bottom: 30px; } }
  @media (max-width: 1080px) {
    .order__user {
      padding-top: 90px;
      padding-right: 4.69vw; } }

.order__manual {
  font-family: inherit;
  font-size: 34px;
  line-height: 1.08824;
  font-weight: 300;
  font-style: italic;
  color: #000000; }
  @media (max-width: 1600px) {
    .order__manual {
      font-size: 28px; } }
  @media (max-width: 1280px) {
    .order__manual {
      font-size: 24px; } }
  @media (max-width: 1080px) {
    .order__manual {
      font-size: 30px; } }
  @media (max-width: 992px) {
    .order__manual {
      font-size: 28px;
      text-align: center; } }
  @media (max-width: 480px) {
    .order__manual {
      font-size: 24px; } }

.order__manual span {
  display: inline-block;
  color: #98b500; }

.order__form {
  padding-top: 32px; }

.caption {
  display: grid;
  grid-template-columns: repeat(3, auto);
  -moz-column-gap: 8.5vw;
       column-gap: 8.5vw;
  row-gap: 2.6vw;
  justify-content: center; }
  @media (max-width: 1280px) {
    .caption {
      -moz-column-gap: 5vw;
           column-gap: 5vw; } }
  @media (max-width: 1080px) {
    .caption {
      grid-template-columns: repeat(2, auto); } }
  @media (max-width: 580px) {
    .caption {
      grid-template-columns: 1fr;
      row-gap: 4vw;
      text-align: center; } }

.caption p {
  font-family: inherit;
  font-size: 50px;
  line-height: 1.08;
  font-weight: 700;
  font-style: italic;
  color: #333333; }
  @media (max-width: 1600px) {
    .caption p {
      font-size: 42px; } }
  @media (max-width: 1280px) {
    .caption p {
      font-size: 34px; } }
  @media (max-width: 1080px) {
    .caption p {
      font-size: 42px; } }
  @media (max-width: 767px) {
    .caption p {
      font-size: 36px; } }
  @media (max-width: 680px) {
    .caption p {
      font-size: 32px; } }

.caption span {
  font-weight: 300;
  color: #98b500; }
  @media (max-width: 480px) {
    .caption span {
      display: block; } }

.caption a {
  position: relative;
  display: inline-block;
  font-size: 34px;
  font-weight: 300;
  font-style: italic;
  color: #2c3370;
  margin-left: 60px; }
  @media (max-width: 1600px) {
    .caption a {
      font-size: 28px;
      margin-left: 30px; } }
  @media (max-width: 1280px) {
    .caption a {
      font-size: 25px;
      margin-left: 0; } }
  @media (max-width: 1080px) {
    .caption a {
      font-size: 34px;
      text-align: center;
      grid-column: 1 / -1; } }
  @media (max-width: 767px) {
    .caption a {
      font-size: 28px; } }
  @media (max-width: 767px) {
    .caption a {
      font-size: 25px; } }

.caption a::before {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 32px;
  height: 44px;
  left: -20px;
  background-image: url("../img/icon-update.png");
  background-repeat: no-repeat;
  background-size: 100% auto; }

.content-info {
  position: relative;
  z-index: 50; }

.content-info,
.content-info input {
  font-family: inherit;
  font-size: 25px;
  line-height: 1.28;
  font-weight: 300;
  color: #292929; }
  @media (max-width: 1280px) {
    .content-info,
    .content-info input {
      font-size: 23px; } }
  @media (max-width: 1080px) {
    .content-info,
    .content-info input {
      font-size: 25px; } }
  @media (max-width: 992px) {
    .content-info,
    .content-info input {
      font-size: 23px; } }
  @media (max-width: 767px) {
    .content-info,
    .content-info input {
      font-size: 21px; } }
  @media (max-width: 380px) {
    .content-info,
    .content-info input {
      font-size: 19px; } }

.content-info p:not(:last-child),
.content-info ul:not(:last-child) {
  margin-bottom: 25px; }
  @media (max-width: 767px) {
    .content-info p:not(:last-child),
    .content-info ul:not(:last-child) {
      margin-bottom: 20px; } }

.content-info ul {
  margin-left: 26px; }
  @media (max-width: 480px) {
    .content-info ul {
      margin-left: 0; } }

.content-info li {
  position: relative;
  padding-left: 35px; }
  @media (max-width: 767px) {
    .content-info li {
      padding-left: 25px; } }

.content-info li::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  top: 0.52em;
  left: 0;
  background-color: #98b500;
  border-radius: 50%; }
  @media (max-width: 767px) {
    .content-info li::before {
      width: 10px;
      height: 10px;
      top: 0.48em; } }

.content-info input {
  font-size: 23px;
  color: #333333;
  height: 32px;
  border-bottom: 2px solid #292929; }

.content-info a {
  color: #2c3370; }

.content-info #full-name,
.content-info #user-number {
  max-width: 130px; }
  @media (max-width: 992px) {
    .content-info #full-name,
    .content-info #user-number {
      max-width: 90px; } }

.content-info #address {
  width: 670px; }
  @media (max-width: 992px) {
    .content-info #address {
      width: 500px; } }
  @media (max-width: 767px) {
    .content-info #address {
      width: 100%; } }

.gallery-product {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 3.91vw;
       column-gap: 3.91vw;
  row-gap: 5.7vw;
  padding-top: 35px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 43px; }
  @media (max-width: 1080px) {
    .gallery-product {
      grid-template-columns: repeat(2, 1fr);
      -moz-column-gap: 4.17vw;
           column-gap: 4.17vw;
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 767px) {
    .gallery-product {
      grid-template-columns: 1fr;
      justify-items: center;
      row-gap: 10vw; } }
  @media (max-width: 480px) {
    .gallery-product {
      row-gap: 15vw; } }

.gallery-product li {
  position: relative;
  justify-self: center; }

/*
.gallery-product li:nth-child(2) {
  //margin-top: 20px;

  @media (max-width: 767px) {
    min-height: 503px;
    margin-top: 0;
  }

  @media (max-width: 480px) {
    min-height: 384px;
    margin-top: 0;
  }
}
*/
.gallery-product li:nth-child(3) {
  align-self: end; }
  @media (max-width: 1080px) {
    .gallery-product li:nth-child(3) {
      grid-column: 1 / -1;
      justify-self: center; } }

.gallery-product__img {
  position: relative;
  display: flex;
  flex-grow: 1;
  align-items: center; }

.gallery-product p {
  position: absolute;
  max-width: 12.5vw;
  font-family: inherit;
  font-size: 28px;
  font-size: clamp(23px, 2vw, 28px);
  line-height: 1.10345;
  font-weight: 300;
  font-style: italic;
  z-index: 10; }
  @media (max-width: 1600px) {
    .gallery-product p {
      font-size: 25px; } }
  @media (max-width: 1080px) {
    .gallery-product p {
      max-width: 18vw;
      font-size: 25px; } }
  @media (max-width: 767px) {
    .gallery-product p {
      max-width: 200px;
      font-size: 26px; } }
  @media (max-width: 380px) {
    .gallery-product p {
      max-width: 250px;
      font-size: 23px; } }

.gallery-product a {
  color: #2c3370; }

.gallery-product__item--1 p {
  top: 30%;
  left: 50%;
  transform: translate(-30%, -50%); }
  @media (max-width: 480px) {
    .gallery-product__item--1 p {
      top: 30%;
      transform: translateX(-50%); } }

.gallery-product__item--2 p {
  bottom: 28%;
  left: 50%;
  transform: translateX(-50%); }
  @media (max-width: 1600px) {
    .gallery-product__item--2 p {
      bottom: 17%; } }
  @media (max-width: 767px) {
    .gallery-product__item--2 p {
      bottom: 23%; } }

.gallery-product__item--3 p {
  top: -6.41vw;
  top: 20%;
  left: 5.21vw; }
  @media (max-width: 1080px) {
    .gallery-product__item--3 p {
      top: 20%;
      left: 50%;
      transform: translateX(-50%); } }

.gallery-product p::after {
  position: absolute;
  display: flex;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1; }

.gallery-product__item--1 p::after {
  width: 348px;
  height: 247px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../img/goods-img-back-1.png");
  background-size: 100% auto;
  background-position: 50% 50%; }
  @media (max-width: 1600px) {
    .gallery-product__item--1 p::after {
      width: 296px;
      height: 210px; } }
  @media (max-width: 1280px) {
    .gallery-product__item--1 p::after {
      width: 261px;
      height: 185px; } }
  @media (max-width: 1180px) {
    .gallery-product__item--1 p::after {
      width: 243px;
      height: 173px; } }
  @media (max-width: 1080px) {
    .gallery-product__item--1 p::after {
      width: 261px;
      height: 185px; } }
  @media (max-width: 767px) {
    .gallery-product__item--1 p::after {
      width: 296px;
      height: 210px; } }
  @media (max-width: 480px) {
    .gallery-product__item--1 p::after {
      width: 261px;
      height: 185px; } }
  @media (max-width: 380px) {
    .gallery-product__item--1 p::after {
      width: 243px;
      height: 173px; } }

.gallery-product__item--2 p::after {
  width: 387px;
  height: 352px;
  top: 35%;
  background-image: url("../img/goods-img-back-2.png"); }
  @media (max-width: 1600px) {
    .gallery-product__item--2 p::after {
      width: 329px;
      height: 299px; } }
  @media (max-width: 1280px) {
    .gallery-product__item--2 p::after {
      width: 290px;
      height: 264px; } }
  @media (max-width: 1180px) {
    .gallery-product__item--2 p::after {
      width: 270px;
      height: 246px; } }
  @media (max-width: 1080px) {
    .gallery-product__item--2 p::after {
      width: 290px;
      height: 264px; } }
  @media (max-width: 767px) {
    .gallery-product__item--2 p::after {
      width: 329px;
      height: 299px; } }
  @media (max-width: 480px) {
    .gallery-product__item--2 p::after {
      width: 290px;
      height: 264px; } }
  @media (max-width: 380px) {
    .gallery-product__item--2 p::after {
      width: 232px;
      height: 210px; } }

.gallery-product__item--3 p::after {
  width: 348px;
  height: 247px;
  background-image: url("../img/goods-img-back-3.png"); }
  @media (max-width: 1600px) {
    .gallery-product__item--3 p::after {
      width: 296px;
      height: 210px; } }
  @media (max-width: 1280px) {
    .gallery-product__item--3 p::after {
      width: 261px;
      height: 185px; } }
  @media (max-width: 1180px) {
    .gallery-product__item--3 p::after {
      width: 243px;
      height: 173px; } }
  @media (max-width: 1080px) {
    .gallery-product__item--3 p::after {
      width: 261px;
      height: 185px; } }
  @media (max-width: 767px) {
    .gallery-product__item--3 p::after {
      width: 296px;
      height: 210px; } }
  @media (max-width: 480px) {
    .gallery-product__item--3 p::after {
      width: 261px;
      height: 185px; } }
  @media (max-width: 380px) {
    .gallery-product__item--3 p::after {
      width: 243px;
      height: 173px; } }

.card-goods {
  padding-bottom: 35px; }

@media (max-width: 1080px) {
  .card-goods__slider {
    grid-column: 1 / -1;
    margin-bottom: 50px; } }

@media (max-width: 767px) {
  .card-goods__slider {
    margin-bottom: 25px; } }

.card-goods h1 {
  font-family: inherit;
  font-size: 58px;
  line-height: 1.06897;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  color: #98b500; }
  @media (max-width: 1600px) {
    .card-goods h1 {
      font-size: 50px; } }
  @media (max-width: 1280px) {
    .card-goods h1 {
      font-size: 42px; } }
  @media (max-width: 1080px) {
    .card-goods h1 {
      font-size: 50px; } }
  @media (max-width: 480px) {
    .card-goods h1 {
      font-size: 42px; } }

.card-goods__wrap {
  display: grid;
  grid-template-columns: -webkit-min-content 1fr 1fr;
  grid-template-columns: min-content 1fr 1fr;
  justify-content: start;
  -moz-column-gap: 3.7vw;
       column-gap: 3.7vw;
  padding-top: 35px;
  padding-left: 7vw;
  padding-bottom: 90px; }
  @media (max-width: 1600px) {
    .card-goods__wrap {
      padding-bottom: 72px; } }
  @media (max-width: 1280px) {
    .card-goods__wrap {
      padding-left: 4vw;
      padding-bottom: 60px; } }
  @media (max-width: 1080px) {
    .card-goods__wrap {
      grid-template-columns: repeat(2, 1fr);
      justify-content: space-between;
      -moz-column-gap: 5.73vw;
           column-gap: 5.73vw;
      padding-top: 35px;
      padding-left: 0;
      padding-bottom: 8.33vw; } }
  @media (max-width: 767px) {
    .card-goods__wrap {
      display: block; } }
  @media (max-width: 480px) {
    .card-goods__wrap {
      padding-bottom: 50px; } }

.card-goods__desc {
  font-family: inherit;
  font-size: 34px;
  line-height: 1.17647;
  font-weight: 300;
  font-style: italic;
  color: #2b2a29;
  margin-top: 10px; }
  @media (max-width: 1600px) {
    .card-goods__desc {
      font-size: 28px; } }
  @media (max-width: 1280px) {
    .card-goods__desc {
      font-size: 23px; } }
  @media (max-width: 1080px) {
    .card-goods__desc {
      max-width: 100%;
      font-size: 28px;
      margin-top: 0;
      margin-left: 0; } }
  @media (max-width: 767px) {
    .card-goods__desc {
      font-size: 25px;
      text-align: center;
      padding-left: 6.52vw;
      padding-right: 6.52vw; } }
  @media (max-width: 480px) {
    .card-goods__desc {
      font-size: 21px; } }

.card-goods__desc p:not(:last-child) {
  margin-bottom: 45px; }
  @media (max-width: 1600px) {
    .card-goods__desc p:not(:last-child) {
      margin-bottom: 35px; } }
  @media (max-width: 1280px) {
    .card-goods__desc p:not(:last-child) {
      margin-bottom: 25px; } }
  @media (max-width: 1080px) {
    .card-goods__desc p:not(:last-child) {
      margin-bottom: 35px; } }
  @media (max-width: 680px) {
    .card-goods__desc p:not(:last-child) {
      margin-bottom: 20px; } }

.card-goods__buy {
  display: flex;
  flex-direction: column;
  justify-self: flex-start;
  margin-top: -20px; }
  @media (max-width: 1080px) {
    .card-goods__buy {
      margin-top: 0; } }
  @media (max-width: 767px) {
    .card-goods__buy {
      margin: 0 auto;
      margin-top: 50px; } }

.card-goods__accent {
  margin-top: 43px; }

.card-goods__direct {
  display: flex;
  justify-content: space-between;
  font-family: inherit;
  font-size: 25px;
  line-height: 1.12;
  font-weight: 300;
  font-style: italic;
  padding-left: 15.5vw;
  padding-right: 15.5vw; }
  @media (max-width: 1600px) {
    .card-goods__direct {
      font-size: 21px; } }
  @media (max-width: 1280px) {
    .card-goods__direct {
      font-size: 19px; } }
  @media (max-width: 1080px) {
    .card-goods__direct {
      padding-left: 3vw;
      padding-right: 3vw; } }
  @media (max-width: 767px) {
    .card-goods__direct {
      max-width: 50%;
      font-size: 0;
      flex-direction: column;
      margin: 0 auto; } }

.card-goods__direct a {
  position: relative;
  display: flex;
  align-items: center;
  color: #2c3370; }
  @media (max-width: 992px) {
    .card-goods__direct a {
      display: block; } }

.card-goods__direct a::before {
  position: absolute;
  display: flex;
  content: "\276F";
  font-size: 40px;
  font-style: normal;
  width: 19px;
  height: 40px;
  top: -5%;
  color: #98b500; }
  @media (max-width: 1600px) {
    .card-goods__direct a::before {
      font-size: 27px; } }
  @media (max-width: 1280px) {
    .card-goods__direct a::before {
      font-size: 25px; } }
  @media (max-width: 1080px) {
    .card-goods__direct a::before {
      font-size: 28px; } }

.card-goods__direct li:first-child a::before {
  left: -50px;
  transform: scaleX(-1); }
  @media (max-width: 1080px) {
    .card-goods__direct li:first-child a::before {
      left: -35px; } }

.card-goods__direct li:nth-child(2) a::before {
  right: -50px; }
  @media (max-width: 1080px) {
    .card-goods__direct li:nth-child(2) a::before {
      right: -35px; } }

.card-goods__img {
  width: 600px;
  height: auto; }
  @media (max-width: 1600px) {
    .card-goods__img {
      width: 480px; } }
  @media (max-width: 1280px) {
    .card-goods__img {
      width: 400px; } }
  @media (max-width: 1080px) {
    .card-goods__img {
      width: 100%; } }

.goods-buy {
  text-align: center;
  transform: rotate(-3.5deg); }

.goods-buy__btn {
  width: 280px;
  height: 83px;
  font-size: 42px;
  background-color: #98b500;
  margin: 0 auto;
  margin-bottom: 10px; }
  @media (max-width: 1600px) {
    .goods-buy__btn {
      width: 252px;
      height: 63px;
      font-size: 34px; } }
  @media (max-width: 1280px) {
    .goods-buy__btn {
      width: 210px;
      height: 53px;
      font-size: 28px; } }
  @media (max-width: 1080px) {
    .goods-buy__btn {
      width: 260px;
      height: 50px;
      font-size: 34px; } }
  @media (max-width: 540px) {
    .goods-buy__btn {
      width: 210px;
      height: 53px;
      font-size: 28px; } }

.goods-buy__note {
  font-family: inherit;
  font-size: 25px;
  line-height: 1.12;
  font-weight: 300;
  font-style: italic;
  color: #2b2a29; }
  @media (max-width: 1600px) {
    .goods-buy__note {
      font-size: 20px; } }
  @media (max-width: 1280px) {
    .goods-buy__note {
      font-size: 17px; } }
  @media (max-width: 1080px) {
    .goods-buy__note {
      font-size: 25px; } }
  @media (max-width: 680px) {
    .goods-buy__note {
      font-size: 20px; } }

.goods-buy__note a {
  color: #2c3370; }

.gallery-top {
  display: flex;
  justify-content: center; }

.gallery-top__item {
  display: flex;
  align-self: start;
  justify-content: center;
  text-align: center;
  cursor: pointer; }
  @media (max-width: 1080px) {
    .gallery-top__item {
      max-width: 100%; } }

.gallery-thumbs {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  padding: 0;
  z-index: 1;
  margin-top: 20px; }

.gallery-thumbs__list {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 1; }

.gallery-thumbs__item {
  max-width: 220px;
  cursor: pointer;
  opacity: 0.5; }
  @media (max-width: 1280px) {
    .gallery-thumbs__item {
      max-width: 147px; } }
  @media (max-width: 1080px) {
    .gallery-thumbs__item {
      max-width: 220px; } }

.gallery-thumbs__item--active {
  border: 2px solid #98b500;
  opacity: 1.0; }

.business {
  max-width: 100%;
  background-color: #ffffff;
  padding-top: 25px;
  padding-bottom: 90px; }
  @media (max-width: 1600px) {
    .business {
      padding-bottom: 72px; } }
  @media (max-width: 1280px) {
    .business {
      padding-bottom: 60px; } }
  @media (max-width: 1080px) {
    .business {
      padding-bottom: 80px; } }
  @media (max-width: 480px) {
    .business {
      padding-top: 35px;
      padding-bottom: 50px; } }

.business p {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 300;
  font-style: italic;
  color: #2b2a29;
  text-align: center; }
  @media (max-width: 1600px) {
    .business p {
      font-size: 20px; } }
  @media (max-width: 1280px) {
    .business p {
      font-size: 17px; } }
  @media (max-width: 1180px) {
    .business p {
      font-size: 25px; } }

.business a {
  color: #98b500; }
  @media (max-width: 480px) {
    .business a {
      display: block; } }

/*  Viewports  */
/*  Colors  */
:root {
  --basic-main: #3a1608;
  --basic-gray: #4d4d4d;
  --basic-light-gray: #999999;
  --basic-white: #ffffff;
  --basic-menu: #b78d5d;
  --basic-text-button: #ffe7c2;
  --basic-button: #73432c;
  --basic-brand: #b5731c; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%); }

/*# sourceMappingURL=style.min.css.map */
