@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;500&display=swap");
.title-name {
  font-weight: 400;
  font-family: 'Playfair Display',sans-serif;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.341;
}

@media (max-width: 768px) {
  .title-name {
    font-size: calc(30px + 18.7 * ((100vw - 375px) / 1920));
  }
}

@media (min-width: 768px) {
  .title-name {
    font-size: calc(30px + 11 * (100vw / 1920));
  }
}

.title-name-yellow {
  color: #F1C046;
}

.logo {
  width: 100%;
  max-width: 168px;
}

@media (min-width: 768px) {
  .logo {
    max-width: 268px;
    margin-top: -10px;
  }
}

.logo-main {
  -webkit-transform: scale(0);
          transform: scale(0);
}

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

.currentpage * {
  color: #F1C046;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .currentpage * {
    font-size: calc(12px + 6.8 * ((100vw - 375px) / 1920));
  }
}

@media (min-width: 768px) {
  .currentpage * {
    font-size: calc(12px + 4 * (100vw / 1920));
  }
}

.currentpage-item {
  position: relative;
}

.currentpage-item + .currentpage-item {
  margin-left: 12px;
}

.currentpage-item + .currentpage-item::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #F1C046;
  left: -6px;
  top: 60%;
}

.currentpage-margin {
  margin-top: 15px;
}

.copyrait {
  color: #F1C046;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 26px;
  -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 (max-width: 768px) {
  .copyrait {
    font-size: calc(16px + 6.8 * ((100vw - 375px) / 1920));
  }
}

@media (min-width: 768px) {
  .copyrait {
    font-size: calc(16px + 4 * (100vw / 1920));
  }
}

@media (min-width: 868px) {
  .copyrait {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.copyrait-modal {
  margin-top: 0;
}

.recommendations {
  background: #F4F4F4;
  padding-top: 50px;
  padding-bottom: 12px;
}

.recommendations-name, .similar-products-name {
  text-align: center;
  text-transform: uppercase;
  font-family: 'Playfair Display';
  font-weight: 400;
  font-size: 30px;
  line-height: 1.8666;
  margin-bottom: 61px;
}

.similar-products-name {
  margin-bottom: 51px;
}

.similar-products {
  padding: 30px 0;
}

@media (min-width: 768px) {
  .similar-products {
    padding-bottom: 95px;
    padding-top: 50px;
  }
}

.number-order {
  position: absolute;
  font-size: 6px;
  width: 10px;
  height: 10px;
  text-align: center;
  color: #000;
  background-color: #F1C046;
  border-radius: 50%;
  padding: 2px;
  top: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* $background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/13460/dark_wall.png'); */
.radio-color {
  width: 20px;
  height: 20px;
  position: relative;
  background: #fff;
  border-radius: 50px;
  border: 1px solid #D9D9D9;
  z-index: 2;
  cursor: pointer;
}

.radio-color + .radio-color {
  margin-left: 10px;
}

.radio-color label {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  border-radius: 50px;
  z-index: 2;
  cursor: pointer;
}

.radio-color label:after {
  content: '';
  background: url(/images/filter/active-cross.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 51%;
  left: 51%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  opacity: 0;
  z-index: 1;
}

.radio-color label::before {
  content: '';
  position: absolute;
  border-radius: 50%;
  width: 110%;
  height: 110%;
  background-color: transparent;
  top: 51%;
  left: 51%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  border: 3px solid #F1C046;
  z-index: 1;
  opacity: 0;
}

.radio-color input[type=radio] {
  visibility: hidden;
}

.radio-color input[type=radio]:checked + label:after {
  opacity: 1;
}

.radio-color input[type=radio]:checked + label::before {
  opacity: 1;
}

.radio-color input[type=radio]:checked .radio-color::after {
  opacity: 1;
}

.active-checkbox {
  --active: #275EFE;
  --active-inner: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 21px;
  outline: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0;
  cursor: pointer;
  background: transparent;
  -webkit-transition: background .3s, border-color .3s, -webkit-box-shadow .2s;
  transition: background .3s, border-color .3s, -webkit-box-shadow .2s;
  transition: background .3s, border-color .3s, box-shadow .2s;
  transition: background .3s, border-color .3s, box-shadow .2s, -webkit-box-shadow .2s;
  border-radius: 50%;
}

.active-checkbox:after {
  content: '';
  background: url(/images/filter/active-cross-red.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  opacity: 0;
  z-index: 1;
}

.active-checkbox::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: #F61E1E;
  border-radius: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  opacity: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.active-checkbox:checked:after {
  opacity: 1;
}

.active-checkbox:checked::before {
  opacity: 1;
}

.active-checkbox:not(.switch) {
  width: 21px;
}

.active-checkbox + label {
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-left: 4px;
}

.input-radio, .input-checkbox {
  --active: #275EFE;
  --active-inner: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 21px;
  outline: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0;
  cursor: pointer;
  border: 1px solid #D9D9D9;
  background: transparent;
  -webkit-transition: background .3s, border-color .3s, -webkit-box-shadow .2s;
  transition: background .3s, border-color .3s, -webkit-box-shadow .2s;
  transition: background .3s, border-color .3s, box-shadow .2s;
  transition: background .3s, border-color .3s, box-shadow .2s, -webkit-box-shadow .2s;
}

.input-radio:after, .input-checkbox:after {
  content: '';
  display: block;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
  transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
  transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
}

.input-radio::before, .input-checkbox::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  background: #F1C046;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  border-radius: 3px;
  opacity: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.input-radio:checked:after, .input-checkbox:checked:after {
  opacity: 1;
}

.input-radio:checked::before, .input-checkbox:checked::before {
  opacity: 1;
}

.input-radio:disabled, .input-checkbox:disabled {
  background: #D9D9D9;
}

.input-radio:disabled ~ label, .input-checkbox:disabled ~ label {
  color: #4F4F4F;
}

.input-radio:not(.switch), .input-checkbox:not(.switch) {
  width: 21px;
}

.input-radio + label, .input-checkbox + label {
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-left: 4px;
}

.input-radio:not(.switch), .input-checkbox:not(.switch) {
  border-radius: 3px;
}

.input-radio:not(.switch):after, .input-checkbox:not(.switch):after {
  width: 4px;
  height: 7px;
  border: 2px solid var(--active-inner);
  border-top: 0;
  border-left: 0;
  left: 7px;
  top: 4px;
  -webkit-transform: rotate(var(--r, 20deg));
          transform: rotate(var(--r, 20deg));
}

.input-radio:not(.switch):checked, .input-checkbox:not(.switch):checked {
  --r: 43deg;
}

.checkbox-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkbox-item label {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 2.75;
}

.input-checkbox-delivery, .input-checkbox-metod {
  border-radius: 50% !important;
  width: 14px !important;
  height: 14px !important;
}

.input-checkbox-delivery::after, .input-checkbox-metod::after {
  width: 4px !important;
  height: 4px !important;
  border-radius: 50%;
  border: 0 !important;
  background: #fff;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate3d(-50%, -50%, 0) !important;
          transform: translate3d(-50%, -50%, 0) !important;
}

.input-checkbox-delivery::before, .input-checkbox-metod::before {
  display: none;
}

.input-checkbox-delivery:checked, .input-checkbox-metod:checked {
  background: #F1C046;
}

.label-additionally {
  color: #4F4F4F;
}

.input-checkbox-additionally {
  background: #fff;
}

.input-checkbox-additionally:disabled {
  background: #D9D9D9;
}

.input-checkbox-additionally:disabled ~ .label-additionally {
  color: #CFCFCF;
}

@media (min-width: 768px) {
  .label-additionally {
    margin-left: 8px !important;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  border: 0;
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  html, body {
    font-size: calc(16px + 8.5 * ((100vw - 375px) / 1920));
  }
}

@media (min-width: 768px) {
  html, body {
    font-size: calc(16px + 5 * (100vw / 1920));
  }
}

.body {
  height: 100%;
}

.body.scroll {
  overflow: hidden;
}

div, span, object, iframe, img, table, caption, thead, tbody,
tfoot, tr, tr, td, article, aside, canvas, details, figure, hgroup, menu,
nav, footer, header, section, summary, mark, audio, video {
  border: 0;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cit, code,
del, dfn, em, ins, q, samp, small, strong, sub, sup, b, i, hr, dl, dt, dd,
ol, ul, li, fieldset, legend, label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
  display: block;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

table caption, table th, table td {
  text-align: left;
  vertical-align: middle;
}

a img {
  border: 0;
}

li, ol {
  list-style: none;
}

a {
  text-decoration: none;
  display: inline-block;
}

button {
  cursor: pointer;
  border: 0;
  outline: 0;
  background: transparent;
}

:focus {
  outline: 0;
}

.container {
  max-width: 1460px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.container-nav {
  display: none;
}

@media (min-width: 768px) {
  .container-nav {
    display: block;
  }
}

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

@media (min-width: 768px) {
  .container-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.wrapper {
  min-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;
}

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

.page {
  padding-top: 90px;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

@media (min-width: 768px) {
  .page {
    padding-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .page {
    background: transparent !important;
  }
}

@media (min-width: 768px) {
  .page .currentpage-margin {
    display: none;
  }
}

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

@media (min-width: 768px) {
  .page .currentpage {
    padding-bottom: 5px;
  }
}

.page .lang__active {
  padding-right: 13px;
  margin: 0;
  margin-left: 10px;
}

.page .lang__active::after {
  right: -1px;
}

.page.page-product {
  padding-top: 90px;
}

.slider-intro {
  height: 65vh;
}

@media (min-width: 768px) {
  .slider-intro {
    height: 90vh;
  }
}

@media (min-width: 1500px) {
  .slider-intro {
    min-height: 95vh;
  }
}

.slider-intro-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .slider-intro .swiper-pagination {
    bottom: 34px;
  }
}

.slider-listing {
  max-width: 220px;
  max-height: 220px;
  margin-top: 34px;
}

.slider-intro .swiper-pagination-bullet {
  max-width: 102px;
  width: 100%;
  background-color: #F1C046;
  border-radius: 0;
  height: 4px;
}

.slider-intro .swiper-pagination-bullet + .slider-intro .swiper-pagination-bullet {
  margin-left: 5px !important;
}

@media (min-width: 768px) {
  .slider-intro .swiper-pagination-bullet {
    max-width: 250px;
  }
  .slider-intro .swiper-pagination-bullet + .slider-intro .swiper-pagination-bullet {
    margin-left: 41px !important;
  }
}

@media (min-width: 1700px) {
  .slider-intro .swiper-pagination-bullet {
    max-width: 450px;
  }
}

.slider-intro .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 5px !important;
}

@media (min-width: 768px) {
  .slider-intro .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 41px !important;
  }
}

.slider-intro .swiper-pagination-bullet-active {
  background-color: #F1C046;
  opacity: 1;
}

.swiper-pagination {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.swiper-item {
  overflow: hidden;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
}

.swiper-item img {
  display: block;
  width: 100%;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}

/* .swiper-item:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
} */

.slider-listing-paginate {
  top: 5px  !important;
  left: 81.5% !important;
  width: auto !important;
  min-height: 60px !important;
  z-index: 1;
}

.slider-listing-paginate .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: transparent;
  position: relative;
}

.slider-listing-paginate .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
  top: 50%;
  left: 51.5%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.slider-listing-paginate .swiper-pagination-bullet-active {
  border: 1px solid #B7B7B7;
}

.slider-big {
  max-width: 700px;
  border: 1px solid #E3E3E3;
  background-color: #fff;
}

.slider-big-item {
  cursor: pointer;
}

.slider-big-item img {
  display: block;
  width: 100%;
  height: 100%;
}

.slider-small {
  padding: 10px 0;
  max-width: 460px;
  margin-left: 0;
  margin-top: 36px;
  background-color: #fff;
}

.slider-small-item {
  max-width: 70px;
  cursor: pointer;
}

.slider-small-item + .slider-small-item {
  margin-left: 15px;
}

@media (min-width: 768px) {
  .slider-small-item {
    max-width: 100px;
  }
  .slider-small-item + .slider-small-item {
    margin-left: 20px;
  }
}

.slider-small-item img {
  display: block;
  width: 100%;
  height: 100px;
}

.slider-small .swiper-slide-thumb-active {
  border: 3px solid #F1C046;
}

.btn {
  font-weight: 400;
  font-family: 'Playfair Display',sans-serif;
  text-transform: uppercase;
  color: #fff;
  padding: 7px 20px;
  border: 2px solid #F1C046;
  background-color: transparent;
  margin: 0 auto;
  line-height: 1.341463;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 2;
  width: 100%;
  max-width: 300px;
  text-align: center;
}

@media (max-width: 768px) {
  .btn {
    font-size: calc(24px + 28.9 * ((80vw - 375px) / 1920));
  }
}

@media (min-width: 768px) {
  .btn {
    font-size: calc(24px + 17 * (80vw / 1920));
  }
}

@media (min-width: 768px) {
  .btn {
    max-width: 80%;
    width: auto;
    padding: 12px 25px;
  }
}

.btn span {
  position: relative;
  z-index: 1;
  display: block;
}

.btn::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  width: 200%;
  height: 0;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
          transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  background-color: #F1C046;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.btn:hover {
  color: #000;
  border-color: transparent;
}

.btn:hover::after {
  height: 1000%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 0;
}

.btn-black {
  color: #000;
}

.btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-box.active {
  background: #F1C046;
}

.btn-box.active .btn-toggle {
  background: #000;
}

.btn-box.active .btn-toggle::before {
  background-color: #000;
}

.btn-box.active .btn-toggle::after {
  background-color: #000;
}

.btn-toggle {
  display: block;
  width: 20px;
  height: 2px;
  background: #F1C046;
  position: relative;
  cursor: pointer;
}

.btn-toggle::before {
  top: -10px;
  left: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #F1C046;
}

.btn-toggle::after {
  bottom: -10px;
  left: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #F1C046;
}

.btn-swiper {
  position: absolute;
  display: block;
  left: 50%;
  top: 80%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 100%;
  text-align: center;
  max-width: 270px;
  width: 100%;
  padding: 15px 20px;
}

@media (min-width: 460px) {
  .btn-swiper {
    padding: 26px  23px;
    max-width: 457px;
  }
}

@media (min-width: 768px) {
  .btn-swiper {
    left: 49%;
    top: 64%;
    -webkit-transform: translate3d(-56%, -37%, 0);
            transform: translate3d(-56%, -37%, 0);
  }
}

@media (min-width: 768px) {
  .btn-action {
    width: 100%;
    max-width: 698px;
    padding: 6px 24px;
    text-align: center;
    margin-bottom: 6px;
  }
}

@media (min-width: 768px) {
  .btn-blog {
    padding: 15px 59px;
  }
}

@media (min-width: 768px) {
  .btn-blog-main {
    padding: 5px 53px;
    margin-top: 10px;
  }
}

.btn-listing {
  font-size: 30px;
}

@media (min-width: 768px) {
  .btn-listing {
    padding: 17px 32px;
  }
}

.btn-filter {
  background: #F1C046;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  padding: 8px 14px;
  margin-left: 32px;
}

.btn-removecheckbox {
  margin-top: 20px;
}

.btn-cart {
  margin: 0;
  font-size: 20px;
  line-height: 1;
  padding: 19px 20px;
}

.btn-tab {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2px;
  text-transform: uppercase;
  color: #222731;
  padding-bottom: 13px;
}

.btn-tab.active {
  border-bottom: 1px solid #000000;
}

.btn-tab + .btn-tab {
  margin-left: 35px;
}

.btn-furniture {
  margin-bottom: 4px;
  padding: 6px 20px;
}

@media (min-width: 1700px) {
  .btn-bed, .btn-table {
    padding: 6px 24px;
    margin-right: 127px;
    margin-bottom: 4px;
  }
}

@media (min-width: 1700px) {
  .btn-table {
    margin-right: 122px;
  }
}

.btn-cabinets {
  padding: 6px 24px;
  margin-bottom: 4px;
}

@media (min-width: 1700px) {
  .btn-office-furniture {
    margin-bottom: 4px;
    margin-left: 64px;
    padding: 6px 25px;
  }
}

@media (min-width: 1700px) {
  .btn-mattresses {
    padding: 6px 49px;
    margin-left: 90px;
    margin-bottom: 4px;
  }
}

@media (min-width: 1700px) {
  .btn-history {
    padding: 6px 37px;
    margin-top: 37px;
  }
}

@media (min-width: 1700px) {
  .btn-reviews-main {
    padding: 5px 36px;
  }
}

.btn-modal {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  font-family: 'Playfair Display',sans-serif;
  line-height: 1.33333;
  padding: 12px 80px;
}

.btn-modal-callback {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  font-family: 'Playfair Display',sans-serif;
  line-height: 1.33333;
  padding: 14px 34px;
}

.btn-form {
  font-weight: 400;
  font-size: 26px;
  line-height: 20px;
  color: #222731;
  margin: 0 auto;
  display: block;
  margin-top: 50px;
  padding: 20px 44px;
}

.btn-form span {
  line-height: 1.2;
}

@media (min-width: 768px) {
  .btn-search {
    padding: 12px 54px;
  }
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 20px 0;
  z-index: 1000;
  background: transparent;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

@media (min-width: 768px) {
  .header {
    padding: 45px 0;
    padding-bottom: 7px;
  }
}

.header .container {
  max-width: 1330px;
}

.header.header-main.scrolled {
  background: -webkit-gradient(linear, right top, left top, color-stop(14.01%, rgba(241, 192, 70, 0)), color-stop(48.64%, rgba(241, 192, 70, 0.16)), color-stop(87.08%, rgba(241, 192, 70, 0))), -webkit-gradient(linear, left bottom, left top, from(#000000), to(#000000)), rgba(0, 0, 0, 0.9);
  background: linear-gradient(270deg, rgba(241, 192, 70, 0) 14.01%, rgba(241, 192, 70, 0.16) 48.64%, rgba(241, 192, 70, 0) 87.08%), linear-gradient(0deg, #000000, #000000), rgba(0, 0, 0, 0.9);
}

@media (min-width: 768px) {
  .header.header-main.scrolled {
    padding-top: 20px;
    padding-bottom: 7px;
  }
}

.header.header-main.scrolled .header-logo {
  opacity: 1;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.header.header-main.scrolled .header-top::after {
  opacity: 1;
  z-index: 0;
}

.header.header-main.scrolled .header-bottom {
  opacity: 1;
  z-index: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

@media (max-width: 768px) {
  .header.header-page-mobile {
    background: -webkit-gradient(linear, right top, left top, color-stop(14.01%, rgba(241, 192, 70, 0)), color-stop(48.64%, rgba(241, 192, 70, 0.16)), color-stop(87.08%, rgba(241, 192, 70, 0))), -webkit-gradient(linear, left bottom, left top, from(#000000), to(#000000)), rgba(0, 0, 0, 0.9);
    background: linear-gradient(270deg, rgba(241, 192, 70, 0) 14.01%, rgba(241, 192, 70, 0.16) 48.64%, rgba(241, 192, 70, 0) 87.08%), linear-gradient(0deg, #000000, #000000), rgba(0, 0, 0, 0.9);
  }
}

.header-page {
  padding: 20px 0;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .header-page {
    padding: 22px 0;
    padding-bottom: 0;
  }
}

.header-page .container {
  max-width: 1442px;
}

.header-page .nav {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.header-page .header-item + .header-item {
  margin-left: 15px !important;
}

@media (min-width: 768px) {
  .header-page .header-right .header-item + .header-item {
    margin-left: 14px;
  }
}

.header-page.scrolled {
  background: -webkit-gradient(linear, right top, left top, color-stop(14.01%, rgba(241, 192, 70, 0)), color-stop(48.64%, rgba(241, 192, 70, 0.16)), color-stop(87.08%, rgba(241, 192, 70, 0))), -webkit-gradient(linear, left bottom, left top, from(#000000), to(#000000)), rgba(0, 0, 0, 0.9);
  background: linear-gradient(270deg, rgba(241, 192, 70, 0) 14.01%, rgba(241, 192, 70, 0.16) 48.64%, rgba(241, 192, 70, 0) 87.08%), linear-gradient(0deg, #000000, #000000), rgba(0, 0, 0, 0.9);
}

.header-page.scrolled .nav {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  position: relative;
  z-index: -100px;
}

.header-page.scrolled .header-bottom {
  opacity: 1;
  z-index: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.header-page.scrolled .header-top::after {
  opacity: 1;
  z-index: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.header-page.scrolled .header-logo {
  opacity: 1;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.header-logo {
  opacity: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.header-desc {
  display: none;
}

@media (min-width: 768px) {
  .header-desc {
    display: block;
  }
}

.header-top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 22px;
  position: relative;
  z-index: 1;
  width: 100%;
}

.header-top::after {
  content: "";
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 100%;
  height: 1px;
  bottom: 8px;
  left: 0;
  background: #F1C046;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.header-bottom {
  opacity: 0;
  z-index: -1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  position: relative;
}

.header-page .header-mob {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header-mob {
  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-mob .header-top::after {
  opacity: 1;
  z-index: 0;
}

.header-mob .header-bottom {
  opacity: 1;
  z-index: 0;
}

@media (min-width: 768px) {
  .header-mob {
    display: none;
  }
}

.header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-left: 30px;
}

@media (min-width: 768px) {
  .header-right {
    width: auto;
    margin: 0;
  }
  .header-right .header-item + .header-item {
    margin-left: 20px;
  }
}

.header-item + .header-item {
  margin-left: 0px;
}

@media (max-width: 768px) {
  .header-item-mobile {
    width: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .header-item + .header-item {
    margin-left: 20px;
  }
}

.header-item-modal {
  position: relative;
  width: 44px;
  height: 44px;
}

.header-item-modal.active {
  background: #F1C046;
  border-radius: 50%;
}

.header-item-modal.active .img {
  top: 43%;
}

.header-item-modal.active .img-black {
  display: block;
}

.header-item-modal.active .img-yellow {
  display: none;
}

.header-item-modal .img {
  position: absolute;
  top: 43%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.header-item-modal .img-black {
  display: none;
}

.header-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-social a + a {
  margin-left: 19px;
}

.header-ph {
  margin-left: 0px;
}

@media (min-width: 768px) {
  .header-ph + .header-ph {
    margin-left: 41px;
  }
}

.header-cart {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.header-cart-page {
  background: #F1C046;
}

.header-cart-page span {
  display: none;
}

.header-cart.filled {
  border: 1px solid #F1C046;
}

@media (min-width: 768px) {
  .header-main {
    padding-top: 52px;
  }
  .header-main .header-right .header-item + .header-item {
    margin-left: 14px;
  }
  .header-main .lang__active {
    margin-left: 16px;
  }
}

.header-main .container {
  max-width: 1440px;
}

.select2 {
  position: relative;
  display: block;
  min-width: 220px;
  width: 100%;
  margin-bottom: 22px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
}

.select-head {
  width: 100%;
  max-width: 100%;
  padding: 12px 14px;
  font-size: 15px;
  line-height: 18px;
  color: #4F4F4F;
  cursor: pointer;
}

.select-head::after {
  content: '';
  position: absolute;
  right: 12px;
  top: 33%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: 2px solid #4F4F4F;
  border-right: 2px solid #4F4F4F;
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
}

.select-head.open::after {
  -webkit-transform: translateY(50%) rotate(225deg);
          transform: translateY(50%) rotate(225deg);
}

.select-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  margin-top: 5px;
  max-height: 205px;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 100;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #4F4F4F;
  scrollbar-color: dark;
  scrollbar-width: thin;
  overscroll-behavior: contain;
}

.select-list::-webkit-scrollbar {
  width: 7px;
  background-color: #F8F9FA;
  padding: 5px;
}

.select-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #D9D9D9;
}

.select-list .select-item {
  position: relative;
  border-top: 1px solid rgba(224, 229, 231, 0.5);
  padding: 10px 15px;
  cursor: pointer;
  list-style-type: none;
}

.select-list .select-item:hover {
  background-color: rgba(224, 229, 231, 0.5);
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #F1C046;
  padding-bottom: 38px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.nav-modal {
  border-bottom: 0;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .nav-modal {
    padding-bottom: 60px;
  }
}

.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media (min-width: 950px) {
  .nav-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.nav-list-modal {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.nav-list-modal .nav-item {
  text-align: center;
  margin-top: 40px;
  width: 100%;
}

.nav-list-modal .nav-item a {
  color: #F1C046;
}

@media (min-width: 768px) {
  .nav-list-modal .nav-item {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .nav-list-modal .nav-item-logo {
    display: none;
  }
}

@media (min-width: 768px) {
  .nav-list-modal .nav-item-lang {
    display: none;
  }
}

.nav-list-modal .nav-item-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .nav-list-modal .nav-item-social {
    display: none;
  }
}

@media (min-width: 768px) {
  .nav-list-modal .nav-item-copyrait {
    display: none;
  }
}

@media (min-width: 768px) {
  .nav-list-modal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 60px;
  }
}

.nav-item {
  font-size: 22px;
  cursor: pointer;
  text-transform: uppercase;
  color: #F1C046;
  line-height: 1.227;
}

.nav-item + .nav-item {
  margin-left: 0px;
}

@media (min-width: 956px) and (max-width: 1023px) {
  .nav-item {
    font-size: 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (min-width: 1100px) and (max-width: 1250px) {
  .nav-item + .nav-item {
    margin: 0 auto;
  }
}

@media (min-width: 1220px) {
  .nav-item + .nav-item {
    margin-left: 70px;
  }
}

.nav-item a {
  color: #F1C046;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 1.227;
}

.nav-witharrow {
  position: relative;
}

.nav-witharrow::after {
  content: "";
  position: absolute;
  right: -14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/images/nav/arrowdown.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 8px;
  height: 4px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.nav-select {
  position: relative;
  display: none;
}

.nav-select:hover .nav-content {
  top: 100%;
  z-index: 1;
  opacity: 1;
  display: block;
}

.nav-select:hover .nav-witharrow::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (min-width: 950px) {
  .nav-select {
    display: block;
  }
}

.nav-select a {
  font-size: 22px;
  cursor: pointer;
  text-transform: uppercase;
  color: #F1C046;
  display: block;
}

.nav-content {
  top: 0;
  z-index: -1;
  opacity: 0;
  position: absolute;
  display: none;
  min-width: 195px;
  -webkit-transition: all .2s;
  transition: all .2s;
  padding: 0 20px 20px;
  background: rgba(244, 244, 244, 0.75);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(35px);
  backdrop-filter: blur(35px);
  border-radius: 20px;
}

.nav-content a {
  font-size: 16px;
  text-transform: none;
  cursor: pointer;
  color: #000;
  display: block;
  margin-top: 15px;
  white-space: nowrap;
}

.nav-footer {
  padding-bottom: 40px;
}

@media (min-width: 1024px) {
  .nav-footer {
    padding-bottom: 62px;
  }
  .nav-footer .nav-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1220px;
  }
}

.nav-box li a {
  font-size: 16px;
  line-height: 19px;
  text-transform: none;
  color: #F1C046;
}

.nav-page {
  display: none;
}

@media (min-width: 956px) {
  .nav-page .nav-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 120px;
  }
}

@media (min-width: 768px) {
  .nav-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 956px) {
  .nav-main .nav-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1330px;
  }
}

.nav-list-modal {
  padding-left: 0;
}

@media (min-width: 768px) {
  .nav-list-modal .nav-item + .nav-item {
    margin-top: 0;
    margin-left: -7px;
  }
}

@media (min-width: 768px) {
  .nav-list-modal .nav-item .nav-box {
    margin-top: 10px;
  }
  .nav-list-modal .nav-item .nav-box li + li {
    margin-top: 10px;
  }
}

.intro {
  position: relative;
  min-height: 65vh;
  padding-bottom: 38px;
}

@media (min-width: 768px) {
  .intro {
    min-height: 90vh;
  }
}

@media (min-width: 1500px) {
  .intro {
    min-height: 95vh;
  }
}

.intro .container {
  padding-top: 61px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1220;
}

.product {
  background-color: #F4F4F4;
  padding: 35px 0;
}

@media (min-width: 768px) {
  .product-page {
    padding-bottom: 86px;
    padding-top: 72px;
  }
}

.product-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-inner + .product-inner {
  margin-top: 21px;
}

@media (min-width: 956px) {
  .product-inner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.product-item {
  padding: 40px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 370px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.product-item:hover .product-item-bg {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}

.product-item-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.product-item + .product-item {
  margin-top: 21px;
}

@media (min-width: 950px) {
  .product-item {
    min-height: 460px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product-item + .product-item {
    margin-top: 0px;
    margin-left: 21px;
  }
}

.product-characteristics {
  width: 100%;
  margin-top: 50px;
}

@media (min-width: 768px) {
  .product-characteristics {
    width: 50%;
    margin-left: 20px;
    margin-top: 0;
  }
}

.product-characteristics-name {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 13px;
  text-transform: uppercase;
  padding-top: 9px;
}

.product-slider {
  width: 100%;
}

@media (min-width: 768px) {
  .product-slider {
    width: 50%;
  }
}

.product-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .product-btn {
    width: 23%;
  }
}

.product-btn div {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
}

.product-btn div img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.product-btn div::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  background: transparent;
  width: 120%;
  height: 120%;
  border: 1px solid #F07E08;
  opacity: 0;
}

.product-btn span {
  font-weight: 400;
  font-size: 10px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #F07E08;
  margin-left: 11px;
}

.product-btn.active div::after {
  opacity: 1;
}

.product-name {
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.325;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-family: 'Playfair Display',sans-serif;
}

.product-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #F07E08;
  padding-top: 15px;
}

@media (min-width: 768px) {
  .product-type {
    padding-left: 45px;
  }
}

.product-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #F4F4F4;
  padding: 9px 0px;
  padding-right: 26px;
  padding-left: 35px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 61px;
}

@media (min-width: 1100px) {
  .product-cart {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.product-price {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 300;
  color: #000;
}

.product-currency {
  font-size: 20px;
}

.product-status {
  font-weight: 300;
  margin: 20px 0px;
  font-size: 12px;
  line-height: 1.25;
  position: relative;
}

@media (min-width: 1100px) {
  .product-status {
    margin: 0;
  }
}

.product-status::before {
  content: "";
  position: absolute;
  left: -19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #64BE67;
  border-radius: 50%;
}

.product-status.not-available::before {
  background-color: #E53131;
}

.product-information {
  margin-top: 70px;
}

.product-box {
  border-bottom: 1px solid #F1C046;
}

.product-tab-content {
  display: none;
}

.product-tab-content.active {
  display: block;
}

.product-about {
  margin-top: 50px;
  font-size: 85%;
  line-height: 160%;
}

.product-about h2, h3 {
  margin: 20px 0 10px;
}

.product-about ul {
    padding: 0 0 0 20px;
}

.product-about ul li {
  list-style: outside;
}

.product-about-name {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Playfair Display',sans-serif;
  margin-bottom: 16.11px;
  line-height: 1.35;
}

.ptoduct-about-info {
  line-height: 1.1979;
}

@media (max-width: 768px) {
  .ptoduct-about-info {
    font-size: calc(16px + 5.44 * ((100vw - 375px) / 1920));
  }
}

@media (min-width: 768px) {
  .ptoduct-about-info {
    font-size: calc(16px + 3.2 * (100vw / 1920));
  }
}

.ptoduct-about-info p + p {
  margin-top: 27px;
}

@media (min-width: 768px) {
  .ptoduct-about-info p + p {
    margin-top: 24px;
  }
}

.about {
  padding: 32px 0;
}

.about-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 52px;
}

@media (min-width: 768px) {
  .about-wrapper {
    margin-top: 88px;
  }
}

@media (min-width: 1024px) {
  .about-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-top: 77px;
  }
}

@media (min-width: 1024px) {
  .about {
    padding-bottom: 96px;
  }
}

.about-left {
  min-height: 237px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (min-width: 768px) {
  .about-left {
    min-height: 450px;
  }
}

@media (min-width: 1024px) {
  .about-left {
    min-height: 570px;
  }
}

@media (min-width: 1024px) {
  .about-left {
    width: 50%;
  }
}

@media (min-width: 1700px) {
  .about-left {
    height: 634px;
    width: 56.1%;
    -ms-flex-item-align: unset;
        -ms-grid-row-align: unset;
        align-self: unset;
  }
}

.about-right {
  padding: 20px;
}

@media (min-width: 1024px) {
  .about-right {
    width: 50%;
    margin-left: 49px;
    padding: 0;
    padding-right: 20px;
  }
}

@media (min-width: 1100px) {
  .about-right {
    margin-left: 120px;
  }
}

.about-title {
  font-weight: 700;
  line-height: 1.2;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.4);
  padding: 20px;
}

@media (max-width: 768px) {
  .about-title {
    font-size: calc(23px + 52.7 * ((100vw - 375px) / 1920));
  }
}

@media (min-width: 768px) {
  .about-title {
    font-size: calc(23px + 31 * (100vw / 1920));
  }
}

@media (min-width: 1024px) {
  .about-title {
    padding: 49px 63px;
  }
}

@media (min-width: 1700px) {
  .about-title {
    padding: 34px 64px;
  }
}

.about-subtitle {
  font-family: 'Playfair Display',sans-serif;
  font-weight: 400;
  line-height: 1.3333;
  margin-bottom: 86px;
  position: relative;
  display: none;
  max-width: 736px;
}

@media (max-width: 768px) {
  .about-subtitle {
    font-size: calc(23px + 17 * ((100vw - 375px) / 1920));
  }
}

@media (min-width: 768px) {
  .about-subtitle {
    font-size: calc(23px + 10 * (100vw / 1920));
  }
}

.about-subtitle::after {
  content: "";
  position: absolute;
  bottom: -45px;
  left: 0px;
  height: 1px;
  width: 100%;
  max-width: 260px;
  background: #F1C046;
}

@media (min-width: 1024px) {
  .about-subtitle {
    display: block;
  }
}

.about-subtitle-mobile {
  padding: 20px;
  display: block;
  margin-bottom: 40px;
  bottom: -20px;
  padding-top: 0;
}

.about-subtitle-mobile::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 20px;
  height: 1px;
  width: 100%;
  max-width: 260px;
  background: #F1C046;
}

@media (min-width: 1024px) {
  .about-subtitle-mobile {
    display: none;
  }
}

.about-info p + p {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .history {
    padding: 0;
  }
}

.history-top {
  background: #F4F4F4;
  padding: 20px 0;
  margin: 0 20px;
}

.history-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 768px) {
  .history-top .container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .history-top {
    padding: 81px 0;
    padding-bottom: 120px;
    margin: 0;
  }
}

.history-left {
  margin-bottom: 20px;
  line-height: 1.19;
}

.history-left p + p {
  margin-top: 24px;
}

@media (min-width: 768px) {
  .history-left p + p {
    max-width: 35;
  }
}

@media (min-width: 768px) {
  .history-left {
    margin-bottom: 0;
    margin-right: 25px;
  }
}

.history-right p + p {
  margin-top: 24px;
}

@media (min-width: 768px) {
  .history-right p + p {
    max-width: 35;
  }
}

.history-bot {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  min-height: 250px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .history-bot {
    margin-top: 0px;
    min-height: 591px;
  }
}

.blog {
  padding: 38px 0;
}

.blog-page {
  padding-bottom: 58px;
  padding-top: 58px;
}

@media (min-width: 768px) {
  .blog-page {
    padding-top: 38px;
  }
}

.blog .copyrai {
  margin-top: 17px;
}

.blog-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 45px;
}

@media (min-width: 768px) {
  .blog-wrapper {
    margin-top: 68px;
  }
}

.blog-item {
  width: 100%;
  height: 100%;
  margin: 0;
}

.blog-item + .blog-item {
  margin-top: 21px;
}

.blog-item-bg {
  overflow: hidden;
  max-height: 311px;
  margin-bottom: 20px;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .blog-item-bg {
    margin-bottom: 31px;
  }
}

.blog-item:hover .blog-photo {
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media (min-width: 768px) {
  .blog-item {
    width: 33.333%;
    padding: 0 9.5px;
    margin-bottom: 70px;
  }
  .blog-item + .blog-item {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .blog-wrapper-main {
    margin-top: 76px;
  }
  .blog-wrapper-main .btn-blog {
    padding: 5px 53px;
    margin-bottom: -1px;
    margin-top: 10px;
  }
}

.blog-photo {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.blog-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .blog-box {
    margin-top: 4px;
  }
}

.blog-about {
  line-height: 1.208;
}

@media (max-width: 768px) {
  .blog-about {
    font-size: calc(16px + 13.6 * ((100vw - 375px) / 1920));
  }
}

@media (min-width: 768px) {
  .blog-about {
    font-size: calc(16px + 8 * (100vw / 1920));
  }
}

.blog .footer {
  padding-bottom: 28px;
}

.blog-other {
  padding-top: 0;
}

@media (min-width: 768px) {
  .blog-other {
    padding-bottom: 61px;
  }
}

.advantages {
  background: #000;
  padding: 75px 0;
}

@media (min-width: 868px) {
  .advantages {
    padding-bottom: 130px;
  }
}

.advantages-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}

.advantages-wrapper .item3 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.advantages-wrapper .item2 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media (min-width: 868px) {
  .advantages-wrapper {
    margin-top: 139px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .advantages-wrapper .item3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .advantages-wrapper .item3 .advantages-box {
    margin-left: 16px;
    margin-top: -21px;
  }
  .advantages-wrapper .item2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .advantages-wrapper .item2 .advantages-box {
    margin-top: 7px;
  }
  .advantages-wrapper .item1 .advantages-box {
    margin-top: -20px;
    margin-right: 11px;
  }
}

.advantages-box {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background-color: #F1C046;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 27px;
}

.advantages-box img {
  max-width: 50px;
}

@media (min-width: 868px) {
  .advantages-box img {
    max-width: 100%;
  }
}

@media (min-width: 868px) {
  .advantages-box {
    width: 204px;
    height: 204px;
    margin-bottom: 57px;
  }
}

.advantages-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.advantages-item + .advantages-item {
  margin-top: 20px;
}

@media (min-width: 868px) {
  .advantages-item {
    width: 33.333%;
    margin: 0 10px;
  }
  .advantages-item + .advantages-item {
    margin-top: 0px;
  }
}

.advantages-info {
  color: #F1C046;
  font-size: 23px;
  text-align: center;
  line-height: 1.217;
}

@media (max-width: 768px) {
  .advantages-info {
    font-size: calc(16px + 11.9 * ((100vw - 375px) / 1920));
  }
}

@media (min-width: 768px) {
  .advantages-info {
    font-size: calc(16px + 7 * (100vw / 1920));
  }
}

.reviews {
  padding: 40px 0;
}

@media (min-width: 868px) {
  .reviews {
    padding: 129px 0;
    padding-bottom: 137px;
  }
}

.reviews .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 43px;
}

@media (min-width: 868px) {
  .reviews .container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-top: 63px;
  }
}

.reviews-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

@media (min-width: 868px) {
  .reviews-box {
    margin-top: 105px;
  }
}

.reviews-item {
  width: 100%;
  position: relative;
}

.reviews-item + .reviews-item {
  margin-top: 20px;
}

@media (min-width: 868px) {
  .reviews-item {
    width: 33.333%;
    margin: 0 10px;
  }
  .reviews-item + .reviews-item {
    margin-top: 0px;
  }
}

.reviews-item:hover .reviews-photo img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.reviews-video {
  position: relative;
  min-height: 223px;
  margin-bottom: 23px;
}

@media (min-width: 500px) and (max-width: 768px) {
  .reviews-video {
    min-height: 400px;
  }
}

.reviews-video::after {
  content: "";
  position: absolute;
  bottom: 14px;
  left: 15px;
  background: url(/images/reviews/video-icon.png) no-repeat center;
  background-size: cover;
  width: 29.54px;
  height: 21.33px;
}

.reviews-video.show-video .reviews-photo {
  display: none;
}

.reviews-video.show-video::after {
  display: none;
}

.reviews-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.reviews-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
}

.reviews-photo.hide {
  display: none;
}

.reviews-photo img {
  width: 100%;
  height: 100%;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  -o-object-fit: cover;
     object-fit: cover;
}

.reviews-name {
  font-weight: 700;
  line-height: 1.210;
}

@media (max-width: 768px) {
  .reviews-name {
    font-size: calc(16px + 5.1 * ((100vw - 375px) / 1920));
  }
}

@media (min-width: 768px) {
  .reviews-name {
    font-size: calc(16px + 3 * (100vw / 1920));
  }
}

.reviews-subtitle {
  line-height: 1.210;
}

@media (max-width: 768px) {
  .reviews-subtitle {
    font-size: calc(16px + 5.1 * ((100vw - 375px) / 1920));
  }
}

@media (min-width: 768px) {
  .reviews-subtitle {
    font-size: calc(16px + 3 * (100vw / 1920));
  }
}

.footer {
  background: #000;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 50px 0;
}

@media (min-width: 1024px) {
  .footer {
    padding-top: 100px;
    padding-bottom: 28px;
  }
}

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

.footer .nav .nav-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 868px) {
  .footer .nav .nav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.footer .nav .nav-item + .nav-item {
  margin-left: 0px;
}

@media (min-width: 868px) {
  .footer .nav .nav-item + .nav-item {
    margin-left: 49px;
  }
}

.footer .nav .nav-item {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: center;
}

@media (min-width: 868px) {
  .footer .nav .nav-item {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
  .footer .nav .nav-item + .footer .nav .nav-item {
    margin-left: 106px;
  }
}

.footer .nav .nav-item + .nav-item {
  margin-top: 40px;
}

@media (min-width: 868px) {
  .footer .nav .nav-item + .nav-item {
    margin-top: 0;
  }
}

.footer .nav .nav-logo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 0;
  margin-bottom: 40px;
}

@media (min-width: 868px) {
  .footer .nav .nav-logo {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    margin-bottom: 0;
  }
}

.lang {
  font-size: 20px;
  line-height: 1.14;
  font-weight: 400;
  color: #F1C046;
  position: relative;
  cursor: pointer;
  display: none;
  padding-bottom: 5px;
}

@media (min-width: 768px) {
  .lang--desc {
    display: block;
  }
}

.lang__item {
  position: relative;
}

.lang__item::after {
  content: '';
  display: block;
  width: 8px;
  height: 4px;
  background-image: url(/images/nav/arrowdown.svg);
  background-position: center;
  background-size: cover;
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: -1;
}

.lang__item:hover .lang__list {
  visibility: visible;
}

.lang__item:hover::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}

.lang__active {
  display: inline-block;
  margin-left: 25px;
  line-height: 1.14;
  font-weight: 400;
  display: inline-block;
  color: #F1C046;
}

@media (max-width: 1050px) {
  .lang__active {
    font-size: 1rem;
  }
}

.lang__active:active {
  color: #F1C046;
}

.lang__active:visited {
  color: #F1C046;
}

.lang__list {
  text-align: right;
  position: absolute;
  z-index: 2;
  right: 1px;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: height .3s ease;
  transition: height .3s ease;
  visibility: hidden;
  padding: 2px 10px 0px 10px;
  background: rgba(244, 244, 244, 0.75);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(35px);
  backdrop-filter: blur(35px);
  border-radius: 10px;
}

.lang__list a {
  display: block;
  padding: 5px 0;
  text-align: center;
  color: #000;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.paginate {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 68px;
}

@media (min-width: 768px) {
  .paginate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.paginate-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.paginate-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.paginate-item + .paginate-item {
  margin-left: 15px;
}

.paginate-item.active {
  background: #F1C046;
}

.paginate-item-link {
  font-weight: 400;
  font-family: 'Playfair Display',sans-serif;
  font-size: 41px;
  line-height: 55px;
  color: #000;
  width: 64px;
  height: 65px;
  text-align: center;
  border: 2px solid #F1C046;
}

.listing {
  margin-bottom: 50px;
  padding-top: 50px;
}

@media (min-width: 768px) {
  .listing {
    padding-top: 30px;
  }
}

.listing .container {
  position: relative;
}

@media (min-width: 768px) {
  .listing {
    padding-top: 58px;
  }
}

.listing-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.listing-item {
  position: relative;
  width: 100%;
  border: 1px solid #EEEEEE;
  padding: 10px;
  margin-bottom: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 768px) {
  .listing-item {
    width: 48%;
    padding: 10px;
  }
}

@media (min-width: 1024px) and (max-width: 1300px) {
  .listing-item {
    width: 32.333%;
  }
}

@media (min-width: 1301px) and (max-width: 1500px) {
  .listing-item {
    width: 31.333%;
  }
}

@media (min-width: 1536px) {
  .listing-item {
    width: 100%;
    max-width: 340px;
  }
  .listing-item + .listing-item {
    margin-left: 10px;
  }
}

@media (min-width: 768px) {
  .listing .listing-item {
    margin-left: 10px;
  }
}

.listing-name {
  font-size: 13px;
  line-height: 1.153;
  font-weight: 700;
  color: #000000;
  overflow: hidden;
  height: 30px;
  max-width: 250px;
}

.listing-bot {
  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;
  margin-top: 42px;
  padding-right: 6px;
}

.listing-about {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .listing-about {
    margin-top: 90px;
  }
}

.listing .listing-about-text {
  font-family: 'Rubik', sans-serif;
  max-height: 200px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  cursor: pointer;
  max-height: 100%;
  overflow: visible;
  margin-top: 40px;
  line-height: 1.19170;
}

@media (max-width: 768px) {
  .listing .listing-about-text {
    font-size: calc(12px + 12.24 * ((100vw - 375px) / 1920));
  }
}

@media (min-width: 768px) {
  .listing .listing-about-text {
    font-size: calc(12px + 7.2 * (100vw / 1920));
  }
}

.listing .listing-about-text.full-text {
  max-height: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFFFFF)), #000000;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%), #000000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.listing .listing-about-text p + p {
  margin-top: 30px;
}

.listing-about-title {
  font-family: 'Playfair Display',sans-serif;
  font-weight: 600;
  text-align: center;
  line-height: 1.35;
}

@media (max-width: 768px) {
  .listing-about-title {
    font-size: calc(16px + 6.8 * ((100vw - 375px) / 1920));
  }
}

@media (min-width: 768px) {
  .listing-about-title {
    font-size: calc(16px + 4 * (100vw / 1920));
  }
}

.listing-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}

@media (min-width: 768px) {
  .listing-box {
    margin-top: 97px;
  }
}

.listing-views {
  position: relative;
  z-index: 2;
}

.listing-item-recommendations {
  background-color: #fff;
}

.listing-price {
  font-size: 16px;
  font-family: 'Inter';
  font-weight: 300;
  line-height: 1.1875;
  padding-left: 6px;
}

.listing-title {
  margin-bottom: 56px;
}

.animation {
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
          transform: translate3d(0, 50%, 0);
}

.animation.element-show {
  -webkit-animation: fade-in-item .3s 0s ease-out forwards;
          animation: fade-in-item .3s 0s ease-out forwards;
}

@-webkit-keyframes fade-in-item {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fade-in-item {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 100;
  padding: 160px 20px;
  padding-bottom: 20px;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.modal.show {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

@media (min-width: 768px) {
  .modal {
    padding: 175px 0px;
    padding-bottom: 90px;
    overflow-y: hidden;
  }
}

@media (min-width: 1500px) and (max-width: 1600px) {
  .modal {
    padding: 175px 0px;
  }
}

.modal-container {
  max-width: 1400px;
  display: none;
}

@media (min-width: 760px) and (max-width: 1600px) {
  .modal-container {
    width: 50%;
  }
}

.modal-container.show {
  display: block;
}

@media (min-width: 760px) and (max-width: 1600px) {
  .modal-container-menu {
    width: 70%;
  }
}

.modal-title {
  text-align: center;
  color: #F1C046;
  margin-bottom: 43px;
  font-size: 30px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 400;
}

@media (min-width: 1500px) and (max-width: 1600px) {
  .modal-title {
    margin-bottom: 30px;
  }
}

.modal-img {
  display: none;
}

@media (min-width: 768px) {
  .modal-img {
    border-bottom: 1px solid #F1C046;
    border-top: 1px solid #F1C046;
    max-width: 1400px;
    width: 100%;
    display: block;
  }
}

@media (min-width: 1500px) and (max-width: 1600px) {
  .modal-img {
    max-width: 800px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .modal-main {
    padding: 137px 0px;
    padding-bottom: 90px;
  }
}

@media (min-width: 768px) {
  .modal-main .modal-container {
    padding-left: 10px;
  }
}

.modal-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  max-width: 960px;
  margin-bottom: 93px;
}

@media (min-width: 1500px) and (max-width: 1600px) {
  .modal-form {
    margin-bottom: 30px;
  }
}

.modal-form-input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #F1C046;
  padding: 17px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  margin-bottom: 50px;
}

@media (min-width: 1500px) and (max-width: 1600px) {
  .modal-form-input {
    margin-bottom: 30px;
  }
}

.modal-form-input-callback {
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
}

.input-callback {
  margin-bottom: 50px;
}

.modal-phone-error {
  color: #FF3232;
  text-align: center;
  margin-bottom: 40px;
}

@media (min-width: 1500px) and (max-width: 1600px) {
  .modal-phone-error {
    margin-bottom: 20px;
  }
}

.input {
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  padding: 12px 14px;
  font-size: 15px;
  color: #4F4F4F;
  width: 100%;
}

.input-label {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 12px;
  line-height: 1.666;
  color: #828282;
  background: #fff;
  padding: 0 8px;
  position: absolute;
  left: 6px;
  top: -14px;
}

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

@media (min-width: 1100px) {
  .form {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.form-left {
  width: 100%;
}

@media (min-width: 1100px) {
  .form-left {
    width: 50%;
  }
}

.form-rigth {
  width: 100%;
  margin-top: 40px;
}

@media (min-width: 1100px) {
  .form-rigth {
    width: 50%;
    margin-top: 0px;
    margin-left: 40px;
  }
}

.form-section {
  padding: 20px;
  border: 1px solid #EBEBEB;
  padding-top: 27px;
}

.form-section + .form-section {
  margin-top: 20px;
}

.form-section-box {
  padding-bottom: 19px;
  border-bottom: 1px solid #F1C046;
}

.form-section-title {
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  border-bottom: 1px solid #F1C046;
  padding-bottom: 9px;
  margin-bottom: 30px;
}

.form-section-title-margin {
  margin-bottom: 35px;
}

.form-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #4F4F4F;
}

@media (min-width: 768px) {
  .form-inner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.form-inner + .form-inner {
  margin-top: 31px;
}

.form-box {
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .form-box {
    width: 50%;
  }
}

.form-box.error .input {
  border-color: #FF3232;
}

.form-box.error .input-label {
  color: #FF3232;
}

.form-box.error .input-error {
  display: inline-block;
}

.form-box + .form-box {
  margin-top: 31px;
}

@media (min-width: 768px) {
  .form-box + .form-box {
    margin-top: 0px;
    margin-left: 18px;
  }
}

.form-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #4F4F4F;
}

.form-price + .form-price {
  margin-top: 21px;
}

.form-total {
  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;
  margin-top: 30px;
  margin-bottom: 43px;
}

.form-total-title {
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
}

.form .total {
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .form .total {
    font-size: calc(24px + 10.2 * ((100vw - 375px) / 1920));
  }
}

@media (min-width: 768px) {
  .form .total {
    font-size: calc(24px + 6 * (100vw / 1920));
  }
}

.form .total-type {
  font-size: 20px;
}

@media (max-width: 768px) {
  .form .total-type {
    font-size: calc(19px + 1.7 * ((100vw - 375px) / 1920));
  }
}

@media (min-width: 768px) {
  .form .total-type {
    font-size: calc(19px + 1 * (100vw / 1920));
  }
}

.textarea {
  width: 100%;
  resize: none;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  padding: 12px 14px;
  font-weight: 400;
  font-size: 15px;
  height: 65px;
  font-family: 'Inter';
  overflow-y: hidden;
}

.textarea::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  font-family: 'Inter';
}

.textarea:-ms-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  font-family: 'Inter';
}

.textarea::-ms-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  font-family: 'Inter';
}

.textarea::placeholder {
  font-weight: 400;
  font-size: 15px;
  font-family: 'Inter';
}

.form-box-one {
  width: 100%;
}

.form-inner-delivery {
  padding: 15px 19px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  font-size: 14px;
  color: #4F4F4F;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
}

.form-inner-delivery + .form-inner-delivery {
  margin-top: 19px;
}

.form-inner-delivery .price {
  font-size: 16px;
  margin-left: 8px;
  margin-right: 24px;
  color: #000;
}

.form-inner-delivery.active {
  border: 1px solid #F1C046;
  background: #F9F9F9;
}

.form-inner-checkbox {
  padding: 15px 19px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  font-size: 14px;
  color: #4F4F4F;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.form-inner-checkbox .type-pay {
  font-size: 16px;
  margin-left: 8px;
  margin-right: 24px;
  color: #000;
}

.form-inner-checkbox.active {
  border: 1px solid #F1C046;
  background: #F9F9F9;
}

.label-additionally a {
  color: #000;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .form-inner-one {
    margin-top: 33px;
  }
}

.form-inner-additionally {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-inner-additionally .label-additionally {
  max-width: 250px;
}

@media (min-width: 768px) {
  .form-inner-additionally .label-additionally {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .form-inner-additionally {
    margin-top: 25px !important;
  }
  .form-inner-additionally + .form-inner-additionally {
    margin-top: 21px !important;
  }
}

@media (min-width: 768px) {
  .form-section-title-pay {
    margin-bottom: 22px;
  }
}

@media (min-width: 768px) {
  .form-inner-checkbox + .form-inner-checkbox {
    margin-top: 23px;
  }
}

@media (min-width: 768px) {
  .form-section-title-cost {
    margin-bottom: 25px;
  }
}

.form-inner-faq {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (min-width: 768px) {
  .form-inner-faq {
    margin-top: 17px !important;
  }
}

.input-checkbox-info {
  margin-top: 24px;
}

@media (min-width: 768px) {
  .input-checkbox-info {
    margin-top: 0;
  }
}

.input-error {
  font-weight: 400;
  font-size: 10px;
  margin-top: 5px;
  padding: 6px;
  background: #FF3232;
  color: #fff;
  border-radius: 3px;
  display: none;
}

.input-error.error {
  display: block;
}

.input-checkbox-delivery {
  z-index: 1;
  position: relative;
}

.filter {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(244, 244, 244, 0.75);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(35px);
          backdrop-filter: blur(35px);
  padding: 20px;
  padding-top: 170px;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100vw;
  height: 100vh;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  opacity: 0;
  -webkit-transform: translateX(110%);
          transform: translateX(110%);
}

.filter.show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

@media (min-width: 956px) {
  .filter {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 20px;
    border-radius: 40px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    max-height: 596px;
    height: 0px;
  }
}

@media (min-width: 1200px) {
  .filter {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 54px 43px;
    padding-top: 15px;
  }
}

.filter-title {
  text-align: left;
  font-size: 40px;
  line-height: 1.325;
  text-transform: uppercase;
  font-family: 'Playfair Display',sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
}

@media (min-width: 956px) {
  .filter-title {
    text-align: center;
  }
}

.filter .filter-current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #F1C046;
  padding-bottom: 20px;
}

.filter .filter-current .filter-remove {
  width: 50%;
  margin-bottom: 15px;
}

@media (min-width: 956px) {
  .filter .filter-current {
    display: none;
  }
}

.filter-content {
  border-top: 1px solid #F1C046;
  border-bottom: 1px solid #F1C046;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0;
}

@media (min-width: 956px) {
  .filter-content {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media (min-width: 1200px) {
  .filter-content {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 45px 0;
    padding-bottom: 20px;
  }
}

.filter-inner {
  width: 100%;
}

.filter-inner + .filter-inner {
  margin-top: 20px;
}

@media (min-width: 956px) {
  .filter-inner {
    width: 20%;
  }
  .filter-inner + .filter-inner {
    margin-top: 0px;
    margin-left: 50px;
  }
}

@media (min-width: 1100px) {
  .filter-inner {
    width: 20%;
  }
  .filter-inner + .filter-inner {
    margin-top: 0px;
    margin-left: 70px;
  }
}

.filter-inner-producer {
  width: 100%;
}

@media (min-width: 956px) {
  .filter-inner-producer {
    width: 60%;
  }
  .filter-inner-producer .filter-item + .filter-item {
    margin-left: 10px;
  }
}

@media (min-width: 1100px) {
  .filter-inner-producer .filter-item + .filter-item {
    margin-left: 50px;
  }
}

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

@media (min-width: 768px) {
  .filter-inner-box {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.filter-item {
  width: 100%;
}

.filter-item-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.filter-item-margin {
  margin-top: 50px;
}

.filter-name {
  font-size: 16px;
  line-height: 1.2;
  font-family: 'Rubik',sans-serif;
  font-weight: 300;
  text-align: left;
  margin-bottom: 20px;
}

.filter-closed {
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  top: 5px;
  background: #F1C046;
  cursor: pointer;
}

.filter-top {
  position: relative;
}

.fiter-call {
  width: 48px;
  height: 48px;
  border: 1px solid #F1C046;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  margin: 40px auto;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

@media (min-width: 956px) {
  .fiter-call {
    position: absolute;
    right: 45px;
    top: 2px;
    margin: 0;
  }
}

.fiter-call:hover {
  background: #F1C046;
}

.range + .range {
  margin-top: 45px;
}

.range-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 17px;
}

.range-top-line {
  width: 13px;
  height: 1px;
  background-color: #000;
  margin: 0 9px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

.range-number {
  font-family: 'Rubik',sans-serif;
  padding: 8px 11px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  width: 55px;
  -moz-appearance: textfield;
  background-color: transparent;
}

.price-input {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0 35px;
}

.price-input .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 19px;
  margin-left: 12px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.price-inputs .separator {
  width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 19px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 9px;
}

.slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
  border: 1px solid #F1C046;
}

.slider .progress {
  height: 100%;
  left: 0%;
  right: 0%;
  position: absolute;
  border-radius: 5px;
  background: #F1C046;
}

.range-inputs {
  position: relative;
}

.range-inputs input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -7px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #fff;
  pointer-events: auto;
  -webkit-appearance: none;
  border: 4px solid #F1C046;
}

input[type="range"]::-moz-range-thumb {
  height: 14px;
  width: 14px;
  border: none;
  border-radius: 50%;
  background: #fff;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  border: 4px solid #F1C046;
}

.range-number {
  font-family: 'Rubik',sans-serif;
  padding: 8px 11px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  width: 55px;
  -moz-appearance: textfield;
}

table {
  font-family: 'Roboto', sans-serif;
  border-collapse: collapse;
  width: 100%;
  margin-top: 28px;
}

td, th {
  text-align: left;
  padding: 8px;
  font-size: 16px;
  line-height: 1.125;
  font-weight: 300;
}

tr:nth-child(odd) {
  background-color: #F9F9F9;
}

.td-name {
  font-weight: 500;
}

@media (min-width: 768px) {
  .td-name {
    max-width: 50%;
  }
}

.post {
  padding: 40px 0;
}

@media (min-width: 768px) {
  .post .container {
    padding-left: 30px;
  }
}

.post-name {
  font-weight: 400;
  line-height: 1.34;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Playfair Display",sans-serif;
}

@media (max-width: 768px) {
  .post-name {
    font-size: calc(30px + 18.7 * ((100vw - 375px) / 1920));
  }
}

@media (min-width: 768px) {
  .post-name {
    font-size: calc(30px + 11 * (100vw / 1920));
  }
}

.post-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .post-social {
    margin-bottom: 75px;
  }
}

.post-social a + a {
  margin-left: 20px;
  width: 24px;
  height: 24px;
}

.post-img {
  margin-bottom: 20px;
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .post-img {
    margin-bottom: 35px;
  }
}

.post-title {
  font-family: 'Playfair Display',sans-serif;
  font-weight: 400;
  line-height: 1.333;
  position: relative;
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .post-title {
    font-size: calc(25px + 13.6 * ((100vw - 375px) / 1920));
  }
}

@media (min-width: 768px) {
  .post-title {
    font-size: calc(25px + 8 * (100vw / 1920));
  }
}

.post-title::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0px;
  height: 4px;
  width: 100%;
  max-width: 260px;
  background: #F1C046;
}

.post-title-margim {
  margin-bottom: 88px;
}

.post p {
  line-height: 1.5;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .post p {
    font-size: calc(18px + 5.1 * ((100vw - 375px) / 1920));
  }
}

@media (min-width: 768px) {
  .post p {
    font-size: calc(18px + 3 * (100vw / 1920));
  }
}

@media (min-width: 768px) {
  .post p {
    margin-bottom: 35px;
  }
}

.post-subtitle {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .post-subtitle {
    font-size: calc(18px + 5.1 * ((100vw - 375px) / 1920));
  }
}

@media (min-width: 768px) {
  .post-subtitle {
    font-size: calc(18px + 3 * (100vw / 1920));
  }
}

@media (min-width: 768px) {
  .post-subtitle {
    margin-bottom: 32px;
  }
}

.post-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

.post-box img {
  margin-bottom: 0;
}

.post-box img + img {
  margin-top: 5px;
}

@media (min-width: 768px) {
  .post-box img + img {
    margin-top: 0px;
    margin-left: 5px;
  }
}

@media (min-width: 768px) {
  .post-box {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 40px;
  }
}

.select2 {
  position: relative;
  display: block;
  min-width: 220px;
  width: 100%;
  margin-bottom: 22px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
}

.select-head {
  width: 100%;
  max-width: 100%;
  padding: 12px 14px;
  font-size: 15px;
  line-height: 18px;
  color: #4F4F4F;
  cursor: pointer;
}

.select-head::after {
  content: '';
  position: absolute;
  right: 12px;
  top: 33%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: 2px solid #4F4F4F;
  border-right: 2px solid #4F4F4F;
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
}

.select-head.open::after {
  -webkit-transform: translateY(50%) rotate(225deg);
          transform: translateY(50%) rotate(225deg);
}

.select-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  margin-top: 5px;
  max-height: 205px;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 100;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #4F4F4F;
  scrollbar-color: dark;
  scrollbar-width: thin;
  overscroll-behavior: contain;
}

.select-list::-webkit-scrollbar {
  width: 7px;
  background-color: #F8F9FA;
  padding: 5px;
}

.select-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #D9D9D9;
}

.select-list .select-item {
  position: relative;
  border-top: 1px solid rgba(224, 229, 231, 0.5);
  padding: 10px 15px;
  cursor: pointer;
  list-style-type: none;
}

.select-list .select-item:hover {
  background-color: rgba(224, 229, 231, 0.5);
}

.order {
  background: #F9F9F9;
  padding: 20px;
  margin-bottom: 20px;
}

.order-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  text-transform: uppercase;
}

.order-subtitle {
  font-size: 12px;
  line-height: 1.666666;
  margin-bottom: 24px;
}

.order-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 10px 12px;
  padding-left: 17px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .order-item {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.order-item + .order-item {
  margin-top: 28px;
}

.order-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.order-icon {
  max-width: 100px;
}

.order-name {
  font-size: 13px;
  color: #222222;
  margin-bottom: 13px;
  line-height: 1.461;
  font-weight: 700;
}

@media (max-width: 768px) {
  .order-name {
    font-size: calc(11px + 3.4 * ((100vw - 375px) / 1920));
  }
}

@media (min-width: 768px) {
  .order-name {
    font-size: calc(11px + 2 * (100vw / 1920));
  }
}

.order-type-wood, .order-remove {
  font-size: 10px;
  line-height: 1.2;
  font-family: 'Roboto',sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.order-type-wood img, .order-remove img {
  width: 18px;
  margin-right: 10px;
  border-radius: 50%;
}

.order-remove {
  padding: 0;
  margin-top: 13px;
}

.order-info {
  margin-left: 10px;
}

@media (min-width: 768px) {
  .order-info {
    margin-left: 30px;
    max-width: 200px;
  }
}

.count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #F1C046;
  margin-top: 10px;
  padding-top: 15px;
}

@media (max-width: 768px) {
  .count {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 768px) {
  .count {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
    margin-left: 90px;
  }
}

@media (min-width: 1700px) {
  .count {
    margin-left: 90px;
  }
}

.count-price {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  line-height: 1.1875;
}

.count-price .count-price-currensy {
  font-size: 12px;
}

.count-box {
  margin: 0 15px;
  font-size: 16px;
  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;
  width: 80px;
  font-weight: 300;
}

.cart {
  padding: 60px 0;
}

@media (min-width: 1100px) {
  .cart {
    padding: 67px 0;
  }
}

.cart-title {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 53px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.325;
  margin-bottom: 50px;
}

@media (min-width: 1100px) {
  .cart-title {
    margin-bottom: 112px;
  }
}

.search {
  padding: 50px 0;
}

@media (min-width: 768px) {
  .search {
    padding-bottom: 138px;
  }
}

.search-title {
  margin-bottom: 40px;
}

.search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 58px;
}

.search .blog-wrapper-search {
  padding: 14px 0;
}

@media (min-width: 768px) {
  .search .blog-wrapper-search .blog-item {
    margin-bottom: 79px;
  }
}

@media (min-width: 768px) {
  .search .blog-box {
    margin-top: -14px;
  }
}
p.product-price_swiming {
    padding: 10px 38px;
    font-size: 15px;
}
