/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }


html {
  font-size: 10px;
  scroll-behavior: smooth;
}

@media only screen and (max-width: 1440px) {
  html {
    font-size: 10px;
  }
}

@media only screen and (max-width: 1366px) {
  html {
    font-size: 9.49px;
  }
}

@media only screen and (max-width: 1280px) {
  html {
    font-size: 8.88px;
  }
}

@media only screen and (max-width: 1024px) {
  html {
    font-size: 7.11px;
  }
}

@media only screen and (max-width: 768px) {
  html {
    font-size: 5.33px;
  }
}

@media only screen and (max-width: 666px) {
  html {
    font-size: 10px;
  }
}

* {
  padding: 0;
  margin: 0;
  border: 0; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html,
body {
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  color: #080708;
  font-family: "NAMU", sans-serif;
  font-weight: 800;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

input,
button,
textarea,
optgroup,
select {
  font-family: "NAMU";
  font-size: inherit; }

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
  -webkit-tap-highlight-color: transparent; }

picture {
  display: block;
  width: 100%;
  height: 100%; }

p {
  margin: 0;
  padding: 0; }

a {
  cursor: pointer;
  display: inline-block;
  color: inherit;
  -webkit-tap-highlight-color: transparent; }

a:link,
a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ol,
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0; }

img {
  display: block;
  width: 100%;
  height: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
  padding: 0;
  margin: 0; }

blockquote {
  margin: 0;
  padding: 0; }

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

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

body.no-scroll {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none; }

.app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden; }

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.container {
  max-width: 144rem;
  width: 100%;
  margin: 0 auto; }

.container-small {
  max-width: 135rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem; }

.icon {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.2, 1); }

.anchor:hover .icon {
  -webkit-transform: translateY(1rem);
      -ms-transform: translateY(1rem);
          transform: translateY(1rem); }

.img {
  overflow: hidden; }
  .img > * {
    -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1); }
  .img:hover > * {
    -webkit-transform: scale(1.12);
        -ms-transform: scale(1.12);
            transform: scale(1.12); }

.app.app_no_js.product .menu {
  background: #ffffff; }

.app.app_no_js.product .menu__item > * {
  color: #080708; }

.app.app_no_js.product .header__logo path,
.app.app_no_js.product .header__logo_menu path {
  fill: #080708; }

.app.app_no_js.product .menu__list.main-menu {
  display: none; }

.app.app_no_js.product .hamburger path {
  fill: #080708; }

.app.app_no_js.product .contacts * {
  color: #080708;
  fill: #080708; }

.app.app_no_js.index {
  overflow: hidden; }
  .app.app_no_js.index .menu__list.product-menu {
    display: none; }

:target {
  scroll-margin-top: 8rem; }
  @media screen and (max-width: 666px) {
    :target {
      scroll-margin-top: 9rem; } }

.arrow-up {
  position: fixed;
  bottom: -25%;
  right: 1.5rem;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 6rem;
  height: 6rem;
  background: #B88564;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all; }
  .arrow-up.show {
    bottom: 18%; }
  .arrow-up > * {
    width: 2.3rem;
    height: 2.3rem; }

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: unset; }

@font-face {
  font-family: "NAMU";
  src: url("fonts/NAMU-1990.woff") format("woff"), url("fonts/NAMU-1990.woff2") format("woff2"), url("fonts/NAMU-1990.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

/* ============================ styles from placeholder START ================================================================= */
.benefits__anchor > *, .goods__title > *, .goods__price > *, .post__anchor > *, .hero__text > *, .products__anchor > *, .products__text > *, .products-slider__title > *, .products-slider__price > *, .assortment__title > *, .assortment__price > *, .reviews-slider__text > * {
  font-size: 2.4rem;
  line-height: 2.9rem; }
.hero__text > *{
  font: 800 5.6rem / 6.7rem "NAMU";
}


.hero__sale .hero__text > *{
  font: 800 3.2rem / 3.8rem "NAMU";
}
.hero__sale .hero__text > .hero__title{
  font: 800 9.6rem / 9.6rem "NAMU";
}
.hero__sale .hero__text{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

  @media screen and (max-width: 666px) {
    .benefits__anchor > *, .goods__title > *, .goods__price > *, .post__anchor > *, .hero__text > *, .products__anchor > *, .products__text > *, .products-slider__title > *, .products-slider__price > *, .assortment__title > *, .assortment__price > *, .reviews-slider__text > * {
      font-size: 1.6rem;
      line-height: 1.9rem; } }

.benefits__title > *, .post__title > *, .products__title > * {
  font-size: 4.6rem;
  line-height: 6rem; }
  @media screen and (max-width: 666px) {
    .benefits__title > *, .post__title > *, .products__title > * {
      font-size: 3.6rem;
      line-height: 4.7rem; } }

/* ============================ styles from placeholder END ================================================================= */
/* ============================ benefits START ================================================================= */
.benefits__container {
  position: relative;
  min-height: 78rem;
  padding-top: 21.5rem;
  padding-bottom: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
@media screen and (max-width: 666px) {
  .benefits__container {
    padding-top: 22.1rem;
    padding-bottom: 2.7rem;
  }
}

.benefits__img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.benefits__img > * {
  object-fit: cover;
  object-position: 50% 50%;
}

.benefits__title {
  width: 100%;
  max-width: 95.5rem;
  text-align: center; }
  @media screen and (max-width: 666px) {
    .benefits__title {
      margin-bottom: 21.9rem;
      padding: 0 1.5rem;
    } }
  .benefits__title > * {
    color: #ffffff; }

.benefits__anchor {
  text-align: center; }
  .benefits__anchor > * {
    color: #ffffff; }

.benefits__icon {
  margin-top: 2rem; }
  @media screen and (max-width: 666px) {
    .benefits__icon {
      margin-top: 1.3rem; } }
  .benefits__icon > * {
    width: 1.4rem;
    height: 1.4rem; }

@media screen and (min-width: 667px) {
  .post + .benefits .benefits__container {
    top: -4rem; } }

.post + .benefits .benefits__container .gradient {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 279.8rem;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(9.37%, rgba(184, 133, 100, 0)), color-stop(41.36%, #B88564), color-stop(78.29%, #B88564), to(rgba(184, 133, 100, 0)));
  background: -o-linear-gradient(top, rgba(184, 133, 100, 0) 9.37%, #B88564 41.36%, #B88564 78.29%, rgba(184, 133, 100, 0) 100%);
  background: linear-gradient(180deg, rgba(184, 133, 100, 0) 9.37%, #B88564 41.36%, #B88564 78.29%, rgba(184, 133, 100, 0) 100%); }
  @media screen and (max-width: 666px) {
    .post + .benefits .benefits__container .gradient {
      height: 197.4rem; } }

/* ============================ benefits END ================================================================= */
/* ============================ goods START ================================================================= */
.goods .container-small {
  padding: 4rem 1.6rem 0; }
  @media screen and (max-width: 666px) {
    .goods .container-small {
      padding: 6rem 1.6rem 0; } }

.goods__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.goods__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(50% - 1rem); }
  @media screen and (max-width: 666px) {
    .goods__item {
      width: calc(50% - 0.4rem); } }
  .goods__item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-left: 2rem; }
    @media screen and (max-width: 666px) {
      .goods__item:nth-child(2n) {
        margin-left: 0.8rem; } }
    .goods__item:nth-child(2n) .goods__wrapper {
      margin: 0 0 2rem 0; }
      @media screen and (max-width: 666px) {
        .goods__item:nth-child(2n) .goods__wrapper {
          margin: 0 0 1.2rem 0; } }
  .goods__item:nth-child(3n) {
    margin-top: 2rem; }
    @media screen and (max-width: 666px) {
      .goods__item:nth-child(3n) {
        margin-top: 0.8rem; } }

.goods__img {
  max-width: 65rem;
  width: 100%;
  height: 1px;
  min-height: 67.4rem;
  max-height: 67.4rem; }
  .goods__img > * {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    display: block;
  }
  @media screen and (max-width: 666px) {
    .goods__img {
      min-height: 24rem;
      max-height: 24rem;
    }
  }

.goods__wrapper {
  margin-top: 2rem; }
  @media screen and (max-width: 666px) {
    .goods__wrapper {
      margin-top: 1.2rem; } }

.goods__title > * {
  color: #080708; }

.goods__title:not(:last-child) {
  margin-bottom: 0.8rem; }
  @media screen and (max-width: 666px) {
    .goods__title:not(:last-child) {
      margin-bottom: 0.4rem; } }

.goods__price > * {
  color: #B88564; }

.price__wrap{
  display: flex;
  align-items: baseline;
  gap:0.8rem;
}
.price__wrap p{
  font: 800 2.4rem / 2.9rem "NAMU";
  color:#A3A725;
}


.price__wrap span{
  color:#DFC8B9;
  text-decoration: line-through;
  font: 800 1.6rem / 2.1rem "NAMU"
}
.single_add_to_cart_button span{
  color:#DFC8B9;
  text-decoration: line-through;
  font: 800 1.2rem / 1.5rem "NAMU";
  margin-left: 0.4rem;
}

.hero__title{
  font: 800 7.2rem / 9.4rem "NAMU";
  color:white;
}

@media screen and (max-width: 666px) {
  .price__wrap p{
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
  .price__wrap span{
    font-size: 1.2rem;
    line-height: 1.56rem;
  }
  .price__wrap{
    gap:0.4rem;
  }
}
/* ============================ goods END ================================================================= */
/* ============================ post START ================================================================= */
.post .container {
  position: relative; }
  @media screen and (max-width: 666px) {
    .post .container {
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.post__icon {
  width: 87rem;
  height: 98.2rem; }
  @media screen and (min-width: 667px) {
    .post__icon {
      margin: 0 auto; } }
  .post__icon > * {
    width: 87rem;
    height: 98.2rem; }

.post__icon-arrow {
  margin-top: 2rem; }
  @media screen and (max-width: 666px) {
    .post__icon-arrow {
      margin-top: 1.3rem; } }
  .post__icon-arrow > * {
    width: 1.4rem;
    height: 1.4rem; }

.post__wrapper {
  max-width: 81rem;
  width: 100%;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 666px) {
    .post__wrapper {
      padding: 0 1.5rem; } }

.post.primary .post__title > * {
  color: #ffffff; }

.post.primary .post__anchor > * {
  color: #ffffff; }

.post.secondary .post__title > * {
  color: #B88564; }

.post.secondary .post__anchor > * {
  color: #B88564; }

.post__title {
  margin-bottom: 8rem; }
  .post__title > * {
    text-align: center; }

.post__anchor > * {
  color: #B88564;
  text-align: center; }

@media screen and (min-width: 667px) {
  .goods + .post .container {
    top: -2rem; } }

@media screen and (max-width: 666px) {
  .goods + .post .container {
    padding: 5rem 0; } }

.slider-products + .post .container {
  z-index: 2; }

/* ============================ post END ================================================================= */
/* ============================ hero START ================================================================= */
.hero {
  position: relative; }
  .hero .container {
    position: relative;
    max-width: none; }
    @media screen and (min-width: 667px) {
      .hero .container {
        min-height: 78rem; } }
  .hero__text {
    position: absolute;
    bottom: 14.6rem;

    z-index: 2;
    max-width: 35.5rem;
    right: 6rem ;
    width: 100%;
    color: #ffffff;
  }
  .hero__sale .hero__text{
    bottom: 11.6rem;
  }

@media screen and (min-width: 667px) {
      .hero__text {
        right: -20rem;
      } }
    @media screen and (min-width: 767px) {
      .hero__text {
        right: -21.5rem;
      } }
    @media screen and (min-width: 991px) {
      .hero__text {
        right: -25.6rem;
      }
      .hero__sale .hero__text {
        right: -24.6rem;
      }


    }
    @media screen and (min-width: 1100px) {

      .hero__sale .hero__text {
        right: -26.6rem;
      }
    }
    @media screen and (min-width: 1500px) {

      .hero__sale .hero__text {
        right: -34.6rem;
      }
    }
    @media screen and (max-width: 666px) {
      .hero__text {
        left: 1.5rem;
        display: none; } }
  .hero__icon-blank {
    width: 100%;
    max-width: 70.4rem;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .hero__icon {
    position: absolute;
    top: 50%;
    left: 50%;
	opacity: 80%; 
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 3; }
.hero__icon-sale{
  left: 59.3%;
  opacity: 1;
  top: 52%;
}
    .hero__icon > * {
      width: 70.4rem;
      height: 79.6rem; }
  .hero__img {
    height: 78rem; }
  .hero__img > * {
    object-fit: cover;
    object-position: 50% 50%;
  }
  .hero .slider-hero__pagination {
    bottom: 3rem; }

.slider-hero__slide {
  position: relative; }


.hero__sale .slider-hero__slide{
  position: relative;
  z-index: 1;

}

.hero__sale .hero__icon{
  display: none;
}
.hero__icon-sale, .hero__icon-sale-mob{
  display: none;
}
.hero__sale .hero__icon-sale{
  display: block;
}

@media screen and (max-width: 666px) {

  .hero__sale .slider-hero__slide:after{
    display: none;
  }
  .hero__sale .hero__icon-sale-mob{
    display: block;
    opacity: 1;
  }
  .hero__sale .hero__icon-sale{
    display: none;
  }
  .hero__sale .hero__text{
    display: block;
    display: none;
  }
}


.hero__sale .slider-hero__slide:after{
  content: '';
  position: absolute;
  width: 39.2%;
  top:0;
  right: 0;
  height: 100%;
  background-color: #B88564;
  z-index: 1;
}
/*.hero__sale .hero__text{*/
/*  max-width: 38.5rem;*/
/*}*/


  @media screen and (min-width: 667px) {
 }
  @media screen and (max-width: 666px) {
    .slider-hero__slide img {
      -o-object-fit: cover;
         object-fit: cover; } }

.slider-hero__pagination {
  z-index: 3; }
  .slider-hero__pagination .swiper-pagination-bullet {
    background: #ffffff; }

/* ============================ hero END ================================================================= */
/* ============================ products START ================================================================= */
.products .container-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8rem 1.6rem; }
  @media screen and (max-width: 666px) {
    .products .container-small {
      padding: 12rem 1.6rem; } }

.products__title {
  width: 100%;
  max-width: 95.5rem;
  text-align: center; }
  .products__title:not(:last-child) {
    margin-bottom: 4rem; }

.products__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }
  .products__anchor:not(:last-child) {
    margin-bottom: 9.1rem; }
  @media screen and (max-width: 666px) {
    .products__anchor:not(:last-child) {
      margin-bottom: 13.1rem; } }

.products__icon {
  margin-top: 2rem; }
  @media screen and (max-width: 666px) {
    .products__icon {
      margin-top: 1.3rem; } }
  .products__icon > * {
    width: 1.4rem;
    height: 1.4rem; }

.products__icon-hover {
  pointer-events: none;
  position: absolute;
  width: 35.8rem;
  height: 40rem;
  opacity: 0;
  -webkit-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease; }
  @media screen and (max-width: 666px) {
    .products__icon-hover {
      width: 23rem;
      height: 31.8rem; } }
  .products__icon-hover_small {
    top: 0;
    left: 0; }
    @media screen and (max-width: 666px) {
      .products__icon-hover_small {
        top: 54%;
        left: 59%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }
  .products__icon-hover_medium {
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .products__icon-hover > * {
    width: 35.8rem;
    height: 40rem; }
    @media screen and (max-width: 666px) {
      .products__icon-hover > * {
        width: 23rem;
        height: 31.8rem; } }

.products__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.products__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .products__inner:not(:last-child) {
    margin: 0 0 2rem 0; }
    @media screen and (max-width: 666px) {
      .products__inner:not(:last-child) {
        margin: 0 0 0.8rem 0; } }
  @media screen and (max-width: 666px) {
    .products__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%; } }
  @media screen and (min-width: 667px) {
    .products__inner {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media screen and (max-width: 666px) {
    .products__inner_reverse {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  @media screen and (max-width: 666px) and (max-width: 666px) {
    .products__inner_reverse .products__img-wrapper_medium:not(:last-child) {
      margin: 0.8rem 0 0 0; } }

.products__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .products__box_small:not(:last-child) {
    margin: 0 2rem 0 0; }
    @media screen and (max-width: 666px) {
      .products__box_small:not(:last-child) {
        margin: 0 0 0.8rem 0; } }
  .products__box_medium:not(:last-child) {
    margin-right: 2rem; }

.products__img-wrapper {
  position: relative; }
.products__img-wrapper picture > * {
  object-fit: cover;
  object-position: 50% 50%;
}
  @media screen and (max-width: 666px) {
    .products__img-wrapper {
      overflow: hidden; } }
  .products__img-wrapper:hover .products__icon-hover {
    opacity: 1; }
  .products__img-wrapper_small {
    max-width: 31.5rem;
    min-height: 36rem;
    max-height: 36rem;
    height: 1px; }
    .products__img-wrapper_small:not(:last-child) {
      margin: 0 2rem 0 0; }
      @media screen and (max-width: 666px) {
        .products__img-wrapper_small:not(:last-child) {
          margin: 0 0.8rem 0 0; } }
    @media screen and (max-width: 666px) {
      .products__img-wrapper_small {
        min-height: 24rem;
        max-height: 24rem;
        width: 50%; } }
  .products__img-wrapper_medium {
    max-width: 65rem;
    min-height: 36rem;
    max-height: 36rem;
    height: 1px; }
    @media screen and (max-width: 666px) {
      .products__img-wrapper_medium {
        min-height: 24rem;
        max-height: 24rem;
        width: 100%; } }
    .products__img-wrapper_medium:not(:last-child) {
      margin: 0 2rem 0 0; }
      @media screen and (max-width: 666px) {
        .products__img-wrapper_medium:not(:last-child) {
          margin: 0 0 0.8rem 0; } }

.products__text {
  position: absolute; }
  .products__text_small {
    max-width: 27.5rem;
    left: 2rem;
    bottom: 2rem; }
    @media screen and (max-width: 666px) {
      .products__text_small {
        left: 1.2rem;
        bottom: 1.2rem; } }
  .products__text_medium {
    max-width: 61rem;
    left: 2rem;
    bottom: 5rem; }
    @media screen and (max-width: 666px) {
      .products__text_medium {
        left: 1.2rem;
        bottom: 1.2rem; } }
  .products__text > * {
    color: #EFF1F3; }

/* ============================ products END ================================================================= */
/* ============================ slider-products START ================================================================= */
@media screen and (max-width: 666px) {
  .slider-products {
    overflow: visible !important; } }

.slider-products__container {
  padding: 0 0 2rem 6rem; }
  @media screen and (max-width: 666px) {
    .slider-products__container {
      position: relative;
      z-index: 1;
      padding: 6rem 1.5rem 7rem; } }

@media screen and (max-width: 666px) {
  .slider-products__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto !important;
    margin: -2rem -0.4rem !important; } }

@media screen and (max-width: 666px) {
  .slider-products__slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 0.8rem);
            flex: 0 1 calc(50% - 0.8rem);
    margin: 1rem 0.4rem !important; }
    .slider-products__slide:nth-child(3n) {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%; }
      .slider-products__slide:nth-child(3n) .products-slider__img {
        min-height: 35.8rem;
        max-height: 35.8rem; } }

.slider-products__slide > a {
  width: 100%;
  height: 100%; }

.slider-products__icon {
  width: 2.1rem;
  height: 2.1rem; }
  .slider-products__icon > * {
    width: 2.1rem;
    height: 2.1rem; }

.slider-products__button-next, .slider-products__button-prev {
  width: 5.4rem;
  height: 5.4rem;
  background: #ffffff;
  border-radius: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .slider-products__button-next::after, .slider-products__button-prev::after {
    display: none; }
  @media screen and (max-width: 666px) {
    .slider-products__button-next, .slider-products__button-prev {
      display: none; } }

.slider-products__button-prev .slider-products__icon {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }

.slider-products__pagination {
  z-index: 3; }
  @media screen and (min-width: 667px) {
    .slider-products__pagination {
      display: none; } }
  .slider-products__pagination .swiper-pagination-bullet {
    background: #ffffff; }

.slider-products .slider-products__pagination {
  bottom: 2rem; }

.slider-products .slider-products__button-next {
  top: 9.2rem;
  right: 5.3rem; }

.slider-products .slider-products__button-prev {
  top: 9.2rem; }

.products-slider__wrapper {
  margin-top: 2rem; }
  @media screen and (max-width: 666px) {
    .products-slider__wrapper {
      margin-top: 1.2rem; } }

.products-slider__title {
  margin-bottom: 0.8rem; }
  @media screen and (max-width: 666px) {
    .products-slider__title {
      margin-top: 0.4rem; } }

.products-slider__price > p {
  color: #D1D646; }


.products-slider__img {
  width: 100%;
  height: 1px;
  max-width: 31.5rem;
  min-height: 39.4rem;
  max-height: 39.4rem;
}
  @media screen and (max-width: 666px) {
    .products-slider__img {
      max-width: unset;
      min-height: 24rem;
      max-height: 24rem; } }
  .products-slider__img img {
    -o-object-fit: cover;
       object-fit: cover;
      object-position: 50% 50%;
    }

/* ============================ slider-products END ================================================================= */
/* ============================ assortment START ================================================================= */
.assortment {
  position: relative;
  z-index: 1;
  margin: -2rem 0 8rem; }
  @media screen and (max-width: 666px) {
    .assortment {
      margin: 11rem 0 4rem; } }
  .assortment .container-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 666px) {
      .assortment .container-small {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .assortment__img-wrapper_medium {
    position: relative; }
    .assortment__img-wrapper_medium:not(:last-child) {
      margin: 0 2rem 0 0; }
      @media screen and (max-width: 666px) {
        .assortment__img-wrapper_medium:not(:last-child) {
          margin: 0 0 1.2rem 0; } }
    @media screen and (max-width: 666px) {
      .assortment__img-wrapper_medium > a {
        width: 100%; } }
  .assortment__img-wrapper_small {
    max-width: 31.5rem;
    width: 100%;
    -ms-flex-item-align: start;
        align-self: flex-start; }
    .assortment__img-wrapper_small:not(:last-child) {
      margin-right: 2rem; }
      @media screen and (max-width: 666px) {
        .assortment__img-wrapper_small:not(:last-child) {
          margin-right: 0.8rem; } }
  .assortment__img_medium {
    max-width: 65rem;
    width: 100%;
    min-height: 76rem;
    max-height: 76rem;
    height: 1px; }
    @media screen and (max-width: 666px) {
      .assortment__img_medium {
        min-height: 36rem;
        max-height: 36rem; } }
  .assortment__img_small {
    max-width: 31.5rem;
    width: 100%;
    min-height: 39.4rem;
    max-height: 39.4rem;
    height: 1px; }
    @media screen and (max-width: 666px) {
      .assortment__img_small {
        min-height: 24rem;
        max-height: 24rem; } }
    .assortment__img > * {
      -o-object-fit: cover;
         object-fit: cover;
      object-position: 50% 50%;
    }
  .assortment__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .assortment__wrapper_medium {
    position: absolute; }
    @media screen and (min-width: 667px) {
      .assortment__wrapper_medium {
        bottom: 0;
        right: 0;
        -webkit-transform: translateX(calc(100% + 2rem));
            -ms-transform: translateX(calc(100% + 2rem));
                transform: translateX(calc(100% + 2rem)); } }
    @media screen and (max-width: 666px) {
      .assortment__wrapper_medium {
        top: 0;
        left: 0;
        -webkit-transform: translateY(calc(-100% - 1.2rem));
            -ms-transform: translateY(calc(-100% - 1.2rem));
                transform: translateY(calc(-100% - 1.2rem)); } }
  .assortment__wrapper_small {
    margin-top: 2rem; }
    @media screen and (max-width: 666px) {
      .assortment__wrapper_small {
        margin-top: 1.2rem; } }
  .assortment__title {
    margin-bottom: 0.8rem; }
    @media screen and (max-width: 666px) {
      .assortment__title {
        margin-bottom: 0.4rem; } }
  .assortment__price > * {
    color: #B88564; }

/* ============================ assortment END ================================================================= */
/* ============================ reviews START ================================================================= */
.reviews {
  position: relative;
  margin-top: -24rem;
  overflow: hidden; }
  .reviews__container {
    padding: 0 0 8rem 6rem; }
    @media screen and (max-width: 666px) {
      .reviews__container {
        padding: 0 0 5rem 1.5rem; } }

.slider-reviews__slide {
  max-width: 31.5rem;
  width: 100%; }

.slider-reviews__icon {
  width: 2.1rem;
  height: 2.1rem; }
  .slider-reviews__icon > * {
    width: 2.1rem;
    height: 2.1rem; }

.slider-reviews__button-next, .slider-reviews__button-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5.4rem;
  height: 5.4rem;
  background: #ffffff;
  border-radius: 4rem; }
  .slider-reviews__button-next::after, .slider-reviews__button-prev::after {
    display: none; }
  @media screen and (max-width: 666px) {
    .slider-reviews__button-next, .slider-reviews__button-prev {
      display: none; } }

.slider-reviews__button-prev .slider-reviews__icon {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }

.slider-reviews__pagination {
  z-index: 3; }
  @media screen and (min-width: 667px) {
    .slider-reviews__pagination {
      display: none; } }
  .slider-reviews__pagination .swiper-pagination-bullet {
    background: #ffffff; }

.slider-reviews .slider-reviews__pagination {
  bottom: 2rem; }

.slider-reviews .slider-reviews__button-next {
  top: 17rem;
  right: 14.8rem; }

.slider-reviews .slider-reviews__button-prev {
  top: 17rem; }

.reviews-slider__wrapper {
  margin-top: 4rem; }
  @media screen and (max-width: 666px) {
    .reviews-slider__wrapper {
      margin-top: 1.2rem; } }

.reviews-slider__img {
  max-width: 31.5rem;
  width: 100%;
  min-height: 39rem;
  max-height: 39rem;
  height: 1px; }
  @media screen and (max-width: 666px) {
    .reviews-slider__img {
      min-height: 21.6rem;
      max-height: 21.6rem; } }
      .reviews-slider__img img {
        -o-object-fit: cover;
           object-fit: cover;
        object-position: 50% 50%;
      }

.reviews-slider__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.reviews-slider__icon.rating {
  opacity: 0.2; }

.reviews-slider__icon > * {
  width: 2.1rem;
  height: 2rem; }
  @media screen and (max-width: 666px) {
    .reviews-slider__icon > * {
      width: 1.2rem;
      height: 1.2rem; } }

.reviews-slider__text {
  margin-top: 2rem; }
  @media screen and (max-width: 666px) {
    .reviews-slider__text {
      margin-top: 1.2rem; } }
  .reviews-slider__text > * {
    color: #ffffff; }

.reviews-slider__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2rem; }
  @media screen and (max-width: 666px) {
    .reviews-slider__box {
      margin-top: 1.2rem; } }

.reviews-slider__name:not(:last-child) {
  margin-right: 1rem; }

.reviews-slider__name > * {
  font-size: 1.6rem;
  line-height: 2.1rem;
  color: #ffffff; }
  @media screen and (max-width: 666px) {
    .reviews-slider__name > * {
      font-size: 1.2rem;
      line-height: 1.6rem; } }

.reviews-slider__date > * {
  font-size: 1.6rem;
  line-height: 2.1rem;
  color: #ffffff; }
  @media screen and (max-width: 666px) {
    .reviews-slider__date > * {
      font-size: 1.2rem;
      line-height: 1.6rem; } }

/* ============================ reviews END ================================================================= */

/* ============================ styles from placeholder START ================================================================= */
/* ============================ styles from placeholder END ================================================================= */
/* ============================ header START ================================================================= */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
  padding: 2rem 0;
  background: #B88564; }
  .header.no-scroll {
    background: transparent; }
  .header .container-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .header__logo > * {
    width: 18.9rem;
    height: 4rem; }
    @media screen and (max-width: 666px) {
      .header__logo > * {
        width: 17.5rem;
        height: 3.7rem; } }
  @media screen and (min-width: 667px) {
    .header__logo {
      margin-right: 1rem; } }
  @media screen and (max-width: 666px) {
    .header__logo {
      position: relative;
      z-index: 2; } }
  .header__logo.hidden {
    display: none; }
  @media screen and (max-width: 666px) {
    .header__logo_menu > * {
      width: 17.5rem;
      height: 3.7rem; } }
  @media screen and (min-width: 667px) {
    .header__logo_menu {
      display: none; } }
  @media screen and (max-width: 666px) {
    .header__logo_menu {
      position: absolute;
      top: 2rem;
      left: 1.5rem; } }

.product .header {
  background-color: #ffffff; }
  .product .header.no-scroll {
    background-color: #ffffff; }

@media screen and (max-width: 666px) {
  .menu {
    position: fixed;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: self-start;
        -ms-flex-align: self-start;
            align-items: self-start;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    overflow: auto;
    padding: 19.7rem 1.5rem 1.5rem;
    background-color: #B88564; }
    .menu.menu-open {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); } }

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (min-width: 667px) {
    .menu__list {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media screen and (max-width: 666px) {
    .menu__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media screen and (max-width: 666px) {
    .menu__list:not(:last-child) {
      margin-bottom: 21.3rem; } }
  @media screen and (min-width: 667px) {
    .menu__list ~ .footer__item {
      display: none; } }

@media screen and (max-width: 666px) {
  .menu__item:not(:last-child) {
    margin-bottom: 1.2rem; } }

@media screen and (min-width: 667px) {
  .menu__item:not(:last-child) {
    margin-right: 2.2rem; } }

@media screen and (max-width: 666px) {
  .menu__item_contacts {
    display: none; } }

.menu__item_contacts:not(:last-child) {
  margin-left: 1rem;
  margin-right: 0; }

.menu__item:hover > * {
  text-decoration: underline; }

.menu__item > * {
  font-size: 1.6rem;
  line-height: 1.6rem;
  padding: 1rem 0;
  -webkit-transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  color: #ffffff; }
  @media screen and (max-width: 666px) {
    .menu__item > * {
      font-size: 2.4rem;
      line-height: 2.9rem;
      color: #ffffff;
      padding: 0; } }

.hamburger {
  position: relative;
  z-index: 1;
  height: 3.7rem;
  width: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer; }
  .hamburger.open .hamburger__menu {
    display: none; }
  .hamburger.open .hamburger__close {
    display: block; }
  .hamburger .hamburger__close {
    display: none; }
  .hamburger .hamburger__menu {
    display: block; }
  @media screen and (min-width: 667px) {
    .hamburger {
      display: none; } }

/* ============================ header END ================================================================= */

/* ============================ styles from placeholder START ================================================================= */
.footer__title > *, .footer__text > * {
  font-size: 1.6rem;
  line-height: 2.1rem;
  color: #ffffff; }

/* ============================ styles from placeholder END ================================================================= */
/* ============================ footer START ================================================================= */
.footer {
  position: relative; }
  .footer::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 199.5rem;
    z-index: -1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(9.37%, rgba(184, 133, 100, 0)), color-stop(64.12%, #B88564));
    background: -o-linear-gradient(top, rgba(184, 133, 100, 0) 9.37%, #B88564 64.12%);
    background: linear-gradient(180deg, rgba(184, 133, 100, 0) 9.37%, #B88564 64.12%); }
  .footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 12rem 6rem; }
    @media screen and (max-width: 666px) {
      .footer .container {
        padding: 4rem 1.5rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .footer__logo {
    margin: 0 3rem 0 0; }
    @media screen and (max-width: 666px) {
      .footer__logo {
        margin: 0 0 6rem 0; } }
    .footer__logo > * {
      width: 18.9rem;
      height: 4rem; }
  @media screen and (min-width: 667px) {
    .footer__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .footer__item {
    width: 100%; }
    @media screen and (min-width: 667px) {
      .footer__item {
        max-width: 31.5rem; } }
    .footer__item:not(:last-child) {
      margin: 0 2rem 0 0; }
      @media screen and (max-width: 666px) {
        .footer__item:not(:last-child) {
          margin: 0 0 2rem 0; } }
  .footer__title {
    margin-bottom: 2rem; }
    @media screen and (max-width: 666px) {
      .footer__title {
        margin-bottom: 1.2rem; } }
  @media screen and (max-width: 666px) {
    .footer__text > * {
      font-size: 1.2rem;
      line-height: 1.6rem; } }

.social__title:not(:last-child) {
  margin-bottom: 2rem; }
  @media screen and (max-width: 666px) {
    .social__title:not(:last-child) {
      margin-bottom: 1.2rem; } }

.social__item:not(:last-child) {
  margin-bottom: 0.4rem; }

.social__item > a:hover {
  text-decoration: underline; }

@media screen and (min-width: 667px) {
  .about {
    padding-right: 5.5rem; } }

.info__item:not(:last-child) {
  margin-bottom: 0.4rem; }

.info__item:hover > * {
  text-decoration: underline; }

.contacts > a:hover {
  text-decoration: underline; }

.contacts__wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 666px) {
    .contacts__wrapper {
      width: 100%; } }
  .contacts__wrapper:not(:last-child) {
    margin-bottom: 6rem; }
    @media screen and (max-width: 666px) {
      .contacts__wrapper:not(:last-child) {
        margin-bottom: 2rem; } }
  .contacts__wrapper > *:not(:last-child) {
    margin-bottom: 0.4rem; }

.contacts__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.contacts__icon {
  cursor: pointer; }
  @media screen and (min-width: 667px) {
    .contacts__icon {
      display: none; } }

/* ============================ footer END ================================================================= */

/* ============================ styles from placeholder START ================================================================= */
/* ============================ styles from placeholder END ================================================================= */
/* ============================ product START ================================================================= */
.product > .container-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 666px) {
    .product > .container-small {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 2rem 1.5rem; } }
  @media screen and (min-width: 667px) {
    .product > .container-small {
      margin-bottom: 3.6rem; } }

@media screen and (max-width: 666px) {
  .product__wrapper_desktop {
    display: none; } }

@media screen and (min-width: 667px) {
  .product__wrapper_desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -1.2rem 3rem -0.6rem 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(75% - 2rem);
    flex: 0 1 calc(75% - 2rem); } }

@media screen and (min-width: 667px) {
  .product__wrapper_mobile {
    display: none; } }

@media screen and (max-width: 666px) {
  .product__wrapper_mobile {
    margin-bottom: 1.2rem; } }

.product__img {
  max-width: 98.5rem;
  width: 100%;
  max-height: 62.4rem;
  min-height: 62.4rem;
  height: 1px; }
.product__img img {
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 50% 50%;
}
@media screen and (max-width: 666px) {
  .product__img {
    max-height: 60rem;
    min-height: 60rem;
  }
}
@media screen and (min-width: 667px) {
  .product__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 1.2rem);
    flex: 0 1 calc(50% - 1.2rem);
    margin: 0.6rem; }
  .product__img:nth-child(3n + 1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%; } }

.product .main {
  padding-top: 12rem; }

@media screen and (max-width: 666px) {
  .info-product:not(:last-child) {
    margin-bottom: 7.2rem; } }

@media screen and (min-width: 667px) {
  .info-product {
    /*position: sticky;*/
    /*top: 0rem;*/
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
    padding-top: 2rem;
  }


}


.info-product__title:not(:last-child) {
  margin-bottom: 2rem; }
  @media screen and (max-width: 666px) {
    .info-product__title:not(:last-child) {
      margin-bottom: 1.2rem; } }

.info-product__title > * {
  font-size: 3.6rem;
  line-height: 4.7rem; }
  @media screen and (max-width: 666px) {
    .info-product__title > * {
      font-size: 2.4rem;
      line-height: 2.9rem; } }

.info-product__text{
  font-style: normal;
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 130%;
  color: #000000;
}
.info-product__text ul li{
  padding-left: 2rem;
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 130%;
  color: #000000;
  position: relative;
}
.info-product__text ul li::after{
  content: '';
  position: absolute;
  width: 6px;
  height: 8px;
  border: 1px solid #B88564;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.info-product__text ul{
  padding: 2rem 0 0;
  position: relative;
}

.info-product__text > * {
  font-size: 1.6rem;
  line-height: 2.1rem; }
  @media screen and (max-width: 666px) {
    .info-product__text > * {
      line-height: 1.9rem; } }
.info-product__list-title{
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #717171;
  margin: 0 0 2rem;
}
.info-product__list:not(:last-child) {
  margin-bottom: 6rem; }
.info-product__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 2rem;
}
.info-product__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .info-product__item > * {
    font-size: 1.6rem;
    line-height: 2.1rem; }
    @media screen and (max-width: 666px) {
      .info-product__item > * {
        line-height: 1.9rem; } }
  .info-product__item :nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(40% - 1rem);
            flex: 0 1 calc(40% - 1rem);
    margin-right: 1rem; }
  .info-product__item :nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
            flex: 0 1 60%; }

.info-product__link {
  font-size: 1.6rem;
  line-height: 2.1rem;
  color: #ffffff;
  background: #B88564;
  padding: 1.6rem;
  text-align: center;
  -webkit-transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  position: sticky;
  top: 10rem;
}
  .info-product__link:hover {
    background: #9A6847; }

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -1.2rem -0.6rem; }
  @media screen and (min-width: 667px) {
    .gallery {
      display: none; } }
  .gallery__img {
    height: 1px;
    min-height: 24rem;
    max-height: 24rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 1.2rem);
            flex: 0 1 calc(50% - 1.2rem);
    margin: 0.6rem; }
    .gallery__img img {
      -o-object-fit: cover;
         object-fit: cover;
      object-position: 50% 50%;
    }
    .gallery__img:nth-child(3n + 1) {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%; }

/* ============================ product END ================================================================= */
/*# sourceMappingURL=app.css.map */
.product{
  display: flex;
  max-width: 135rem;
  width: 100%;
  margin: 0 auto 3.6rem;
  padding: 6rem 1.5rem 0;
}
.header__mob-icon{
  display: flex;
  gap: 1rem;
}
.woocommerce-product-gallery__image a, .woocommerce-product-gallery__wrapper > div {
  max-width: 98.5rem;
  width: 100%;
  max-height: 62.4rem;
  min-height: 62.4rem;
  height: 1px;
}
.woocommerce-product-gallery__image img {
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 50% 50%;
}

@media screen and (min-width: 667px){
  .woocommerce-product-gallery__wrapper > div:nth-child(3n + 1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .product .woocommerce-product-gallery__wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -1.2rem 3rem -0.6rem 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(75% - 2rem);
    flex: 0 1 calc(75% - 2rem);
  }
  .woocommerce-product-gallery__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 1.2rem);
    flex: 0 1 calc(50% - 1.2rem);
    margin: 0.6rem;
  }
}

.summary, #sidebar, .tabs.wc-tabs, .woocommerce-breadcrumb{
  display: none;
}
#tab-description{
  height: 100%;
}
#tab-description h1{
  font-size: 3.6rem;
  line-height: 4.7rem;
  margin-bottom: 2rem;
}
#tab-description p{
  font-size: 1.6rem;
  line-height: 2.1rem;
}
#tab-description ul:not(.info-product__list) li{
  padding-left: 2rem;
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 130%;
  color: #000000;
  position: relative;
}
#tab-description ul:not(.info-product__list) li::after{
  content: '';
  position: absolute;
  width: 6px;
  height: 8px;
  border: 1px solid #B88564;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#tab-description ul:not(.info-product__list){
  padding: 2rem 0 0;
  position: relative;
}
.woocommerce-product-gallery{
  flex: 0 1 calc(75% - 2rem);
}
@media screen and (min-width: 667px){
  .wc-tabs-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  padding-top: 2rem;
  }
}
.cart{
  font-size: 1.6rem;
  line-height: 2.1rem;
  color: #ffffff;
  background: #B88564;
  text-align: center;
  -webkit-transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  position: sticky;
  top: 13rem;
}
.cart button{
  width: 100%;
  height: 100%;
  padding: 1.6rem;
  white-space: nowrap;
}
.woocommerce-notices-wrapper{
  position: fixed;
  top: 8rem;
}
.woocommerce-order{
  padding-top: 4rem;
}
@media screen and (max-width: 667px){
  .product{
    flex-direction: column-reverse;
  }
  .product .woocommerce-product-gallery__wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -1.2rem -0.6rem;
    padding-top: 7.2rem;
  }
  .woocommerce-product-gallery__wrapper > div:nth-child(3n + 1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .woocommerce-product-gallery__wrapper > div, .woocommerce-product-gallery__wrapper > div a{
    height: 1px;
    min-height: 24rem;
    max-height: 24rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 1.2rem);
    flex: 0 1 calc(50% - 1.2rem);
    margin: 0.6rem;
  }
  #tab-description h1{
    font-size: 2.4rem;
    line-height: 2.9rem;
    margin-top: 1.2rem;
  }
  #tab-description p{
    line-height: 1.9rem;
  }
}


.text-page .footer::before{
  display: none ;
}

.text-page .footer{
  background-color: #B88564;
}
.text-page .main{
  padding-top: 8.2rem;
}

.app.app_no_js.text-page .contacts *{
  color: white;
}

.content__text h1{
  text-align: center;
  font-size: 3.6rem;
  line-height: 4.7rem;
  margin-bottom: 2rem;
}
.content h1{
  text-align: center;
  font-size: 3.6rem;
  line-height: 4.7rem;
  margin-bottom: 2rem;
}
.content__text h2{
  font-size: 2.4rem;
  line-height: normal;
}
.content__text p, .content__text li{
  font-size: 1.6rem;
  line-height: 2.1rem;
}
.content__text{
  display: flex;
  flex-direction: column;
  gap:2rem;
}
.content__text li{
  padding-left: 2rem;
  position: relative;
}

.content__text li:after {
  content: '';
  position: absolute;
  left: 0;
  top:50%;
  transform: translateY(-50%);
  background-color:#000;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;

}


.content .container-small{
  padding: 6rem 1.5rem 8rem;
}
.text-page .header{
  background-color: #B88564;
}

@media screen and (max-width: 666px){
  .content .container-small{
    padding: 3rem 1.5rem ;
  }
}

span.onsale {
  display: none;
}

.delivery-courier {
  display: none;
}