.wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 2561px) {
  .wrapper {
    max-width: 1200px;
  }
}

body {
  background: #F8F7F5;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
}

html, body {
  font-family: "Manrope", sans-serif;
}

.section {
  padding-left: 16px;
  padding-right: 16px;
}

.section-nr {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .section-nr {
    padding-left: 16px;
    padding-right: 0;
  }
}

.borderRadius {
  border-radius: 0px;
}

.subscription__btn a {
  border-radius: 100px;
  border: 1px solid #2A2A2A;
  padding: 12px 20px;
  width: fit-content;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.subscription__btn a:hover {
  color: #FFFFFF;
  background-color: #6C935C;
  border-color: #6C935C;
}

.dsp-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
}

.interior-block {
  margin-top: 80px;
  margin-bottom: 80px;
  gap: 0px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .interior-block {
    margin-top: 80px;
    margin-bottom: 80px;
    /*
    gap: $gapContainer;
    */
  }
}

.align-items-center {
  -webkit-align-items: center;
  align-items: center;
}

.align-items-end {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.align-items-unset {
  -webkit-align-items: unset;
  align-items: unset;
}

.justify-content-unset {
  -webkit-justify-content: unset;
  justify-content: unset;
}

.justify-content-center {
  -webkit-justify-content: center;
  justify-content: center;
}

.justify-content-space-between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flex-wrap-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-direction-column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-direction-row {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-direction-column-reverse {
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.flex-flow-column-wrap {
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
}

.flex-end {
  -webkit-align-items: flex-end;
  align-items: end;
  -webkit-justify-content: flex-end;
  justify-content: end;
}

.center-abs {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.heading-hero {
  font-family: "Manrope", sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 100%;
}
@media (min-width: 320px) and (max-width: 768px) {
  .heading-hero {
    font-size: 40px;
  }
}

.font-heading-hero {
  font-family: "Manrope", sans-serif;
  font-size: 88px;
  font-weight: 400;
  line-height: 100%;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-heading-hero {
    font-size: 40px;
  }
}

.font-heading-promo {
  font-family: "Manrope", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
}

.font-heading-subhero {
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-heading-subhero {
    font-size: 24px;
  }
}

.font-heading-block-title {
  font-family: "Manrope", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-heading-block-title {
    font-size: 30px;
  }
}

.font-heading-subblock-title {
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-heading-subblock-title {
    font-size: 18px;
  }
}

.font-heading-subblock2-title {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-heading-subblock2-title {
    font-size: 16px;
  }
}

.font-product-card-text {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 250;
  line-height: 140%;
  color: #141718;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-product-card-text {
    font-size: 16px;
  }
}

.font-product-old-price {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  color: #6C935C;
  text-decoration: line-through;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-product-old-price {
    font-size: 12px;
  }
}

.font-product-price {
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
  color: #141718;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-product-price {
    font-size: 16px;
  }
}

.font-button-text {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  color: #141718;
  transition: background-color 0.3s, color 0.3s;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-button-text {
    font-size: 14px;
  }
}
.font-button-text:hover {
  background-color: #6C935C;
  color: #FFFFFF;
}

.font-menu-item {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
  color: #141718;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-menu-item {
    font-size: 12px;
  }
}

.font-label-item {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  color: #141718;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-label-item {
    font-size: 8px;
  }
}

.breadcrumbs {
  margin-bottom: 40px;
  margin-top: 20px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .breadcrumbs {
    margin-bottom: 24px;
    margin-top: 10px;
  }
}
.breadcrumbs .breadcrumbs_content {
  flex-wrap: wrap;
  gap: 10px;
}
.breadcrumbs .breadcrumbs_content span {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
}
.breadcrumbs .breadcrumbs_content span:not(:first-child) {
  color: #9d9d9d;
}

.hero-section {
  background-color: #F8F7F5;
}
.hero-section .interior-block {
  margin-top: 0;
  display: flex;
  flex-direction: column;
}
.hero-section .hero-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 20px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .hero-section .hero-inner {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.hero-section .hero-image {
  flex: 1;
  height: 500px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .hero-section .hero-image {
    flex: auto;
    height: 373px;
  }
}
.hero-section .hero-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.hero-section .hero-slider {
  flex: 1;
  position: relative;
  height: 500px;
  max-width: -webkit-fill-available;
  max-width: -moz-available;
  max-width: fill-available;
}
.hero-section .hero-slider .swiper-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
}
.hero-section .hero-slider .swiper-wrapper .swiper-slide {
  height: 100%;
}
.hero-section .hero-slider .swiper-slide.hero-slide {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
  -webkit-align-items: center;
  align-items: center;
  gap: 20px;
  background-color: #423727;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #141718;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .hero-section .hero-slider .swiper-slide.hero-slide {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    min-height: 373px;
  }
}
.hero-section .hero-slider .swiper-slide.hero-slide .hero-slide__image {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #ffffff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
}
.hero-section .hero-slider .swiper-slide.hero-slide .hero-slide__image img {
  width: 120px;
  height: auto;
  display: block;
}
.hero-section .hero-slider .swiper-slide.hero-slide .hero-slide__content {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.hero-section .hero-slider .swiper-slide.hero-slide .hero-slide__content h2.hero-slide__title {
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
  font-family: "Manrope", sans-serif;
  margin-bottom: 10px;
  color: #F8F7F5;
  text-align: center;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .hero-section .hero-slider .swiper-slide.hero-slide .hero-slide__content h2.hero-slide__title {
    font-size: 30px;
  }
}
.hero-section .hero-slider .swiper-slide.hero-slide .hero-slide__content p.hero-slide__price {
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
  color: #F8F7F5;
  text-align: center;
}
.hero-section .hero-slider .swiper-pagination {
  margin-bottom: 20px;
  text-align: center;
}
.hero-section .hero-slider .swiper-pagination .swiper-pagination-bullet {
  background: rgb(255, 255, 255);
}

.block-text .text-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  gap: 40px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .block-text .text-block {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
  }
}
.block-text .text-block__title {
  flex: 1;
}
.block-text .text-block__title h2 {
  font-size: 55px;
  font-weight: 500;
  line-height: 110%;
  font-family: "Manrope", sans-serif;
  color: #423727;
}
@media (min-width: 320px) and (max-width: 768px) {
  .block-text .text-block__title h2 {
    font-size: 40px;
  }
}
.block-text .text-block__description {
  flex: 1;
}
.block-text .text-block__description p {
  font-size: 16px;
  font-weight: 400;
  color: #141718;
  line-height: 1.6;
}

.block-product_cat .product-cat-layout {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  gap: 24px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .block-product_cat .product-cat-layout {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
}
.block-product_cat .product-cat-item {
  background: #FFFFFF;
  text-decoration: none;
  color: #141718;
  position: relative;
  display: block;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.block-product_cat .product-cat-item:hover {
  background: #D9D2C8;
}
.block-product_cat .product-cat-item:hover .product-cat-arrow svg rect {
  fill: #423727 !important;
}
.block-product_cat .product-cat-item:hover .product-cat-arrow svg path {
  stroke: #FFFFFF !important;
}
.block-product_cat .product-cat-item .product-cat-bl {
  padding: 0 32px 32px 32px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .block-product_cat .product-cat-item .product-cat-bl {
    align-items: flex-end;
    padding: 0 24px 24px 24px;
  }
}
.block-product_cat .product-cat-item .product-cat-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.block-product_cat .product-cat-item .product-cat-title h3 {
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
  color: #423727;
  font-family: "Manrope", sans-serif;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .block-product_cat .product-cat-item .product-cat-title h3 {
    font-size: 32px;
  }
}
.block-product_cat .product-cat-item .product-cat-arrow span {
  font-size: 24px;
  color: #D9D2C8;
}
.block-product_cat .product-cat-left {
  flex: 1 1 50%;
  height: -webkit-fill-available;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .block-product_cat .product-cat-left {
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill-available;
  }
}
.block-product_cat .product-cat-left .product-cat-image {
  height: 503px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .block-product_cat .product-cat-left .product-cat-image {
    height: 200px;
  }
}
.block-product_cat .product-cat-left .product-cat-bl {
  margin-top: auto;
}
.block-product_cat .product-cat-right {
  flex: 1 1 50%;
  gap: 24px;
  height: 100%;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .block-product_cat .product-cat-right {
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill-available;
  }
}
.block-product_cat .product-cat-right .product-cat-image {
  height: 200px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .block-product_cat .product-cat-right .product-cat-image {
    height: 200px;
  }
}
.block-product_cat .product-cat-right .product-cat-small {
  width: 100%;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .block-product_cat .product-cat-right .product-cat-small {
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill-available;
  }
}

.block-parteneri .parteneri-title {
  font-size: 28px;
  font-family: "Manrope", sans-serif;
  color: #423727;
  margin-bottom: 30px;
}
.block-parteneri .parteneri-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .block-parteneri .parteneri-list {
    flex-direction: column;
    flex-wrap: nowrap;
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill-available;
  }
}
.block-parteneri .parteneri-item {
  flex: 1 1 calc(50% - 10px);
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  display: block;
  min-height: 280px;
}
.block-parteneri .parteneri-item .parteneri-link {
  text-decoration: none;
  display: block;
  height: 100%;
}
.block-parteneri .parteneri-item .parteneri-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
.block-parteneri .parteneri-item .parteneri-content .parteneri-logo {
  max-width: 326px;
  height: auto;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .block-parteneri .parteneri-item .parteneri-content .parteneri-logo {
    max-width: 150px;
  }
}
.block-parteneri .parteneri-item .parteneri-content .parteneri-text {
  font-family: "Manrope", sans-serif;
  backdrop-filter: blur(20px);
  background: rgba(66, 55, 39, 0.3);
  padding: 16px 32px;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
}

.block-product-tabs .header-block-product-tabs {
  margin-bottom: 30px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .block-product-tabs .header-block-product-tabs {
    flex-direction: column;
    gap: 16px;
  }
}
.block-product-tabs .product-tabs-title {
  font-size: 28px;
  font-family: "Manrope", sans-serif;
  color: #423727;
}

.block-tabs {
  background-color: #F8F7F5;
}
.block-tabs .tabs-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 24px;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .block-tabs .tabs-list {
    flex-direction: column;
  }
}
.block-tabs .tabs-item {
  background-color: #FFFFFF;
  padding: 32px;
  width: calc(25% - 15px);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .block-tabs .tabs-item {
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill-available;
    flex-direction: row;
  }
}
.block-tabs .tabs-item .tabs-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-tabs .tabs-item .tabs-icon svg, .block-tabs .tabs-item .tabs-icon img {
  max-width: 100%;
  height: auto;
  display: block;
}
.block-tabs .tabs-item .tabs-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  font-family: "Manrope", sans-serif;
  color: #141718;
}

.product-tab-panel {
  display: none;
}
.product-tab-panel.active {
  display: block;
}

.product-tab-link {
  background: none;
  border: none;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  color: #141718;
  padding: 10px 20px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease;
  font-weight: bold;
  opacity: 0.7;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .product-tab-link {
    padding: 8px 10px;
  }
}
.product-tab-link.active {
  border-color: #423727;
  opacity: 1;
}
.product-tab-link:hover {
  color: #423727;
}

.products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
  margin: 0;
  column-gap: 24px;
  row-gap: 32px;
  padding-bottom: 40px;
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .products {
    grid-template-columns: 1fr;
  }
}
.products .catalog_rec_body {
  height: 100%;
}
.products .catalog_rec_body img, .products .catalog_rec_body video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .products .catalog_rec_body img.img_b, .products .catalog_rec_body video.img_b {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .products .catalog_rec_body img.img_b, .products .catalog_rec_body video.img_b {
    display: block;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .products .catalog_rec_body img.img_b, .products .catalog_rec_body video.img_b {
    display: block;
  }
}
@media (min-width: 1441px) and (max-width: 2560px) {
  .products .catalog_rec_body img.img_b, .products .catalog_rec_body video.img_b {
    display: block;
  }
}
@media (min-width: 2561px) {
  .products .catalog_rec_body img.img_b, .products .catalog_rec_body video.img_b {
    display: block;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .products .catalog_rec_body img.img_b_mobile, .products .catalog_rec_body video.img_b_mobile {
    display: block;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .products .catalog_rec_body img.img_b_mobile, .products .catalog_rec_body video.img_b_mobile {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .products .catalog_rec_body img.img_b_mobile, .products .catalog_rec_body video.img_b_mobile {
    display: none;
  }
}
@media (min-width: 1441px) and (max-width: 2560px) {
  .products .catalog_rec_body img.img_b_mobile, .products .catalog_rec_body video.img_b_mobile {
    display: none;
  }
}
@media (min-width: 2561px) {
  .products .catalog_rec_body img.img_b_mobile, .products .catalog_rec_body video.img_b_mobile {
    display: none;
  }
}
.products .product-card {
  height: auto;
  min-width: 285px;
}
.products .product-card .product-card_padding {
  /*position: relative;*/
}
.products .product-card .product-card_padding .product-card__labels {
  position: absolute;
  width: 100%;
  top: 15px;
  left: 15px;
}
.products .product-card .product-card_padding .product-card__labels .badge {
  padding: 8px 16px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.products .product-card .product-card_padding .product-card__labels .badge--new {
  margin-right: 7px;
  background-color: #D9D2C8;
  color: #141718;
}
.products .product-card .product-card_padding .product-card__labels .badge--sale {
  background-color: #6C935C;
  color: #F5F3F1;
}
.products .product-card .product-card_padding .product-card__labels__link {
  background-color: white;
  margin-bottom: 15px;
  position: relative;
}
.products .product-card .product-card_padding .product-card__labels__link .product-card__link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 326px;
}
.products .product-card .product-card_padding .product-card__labels__link .product-card__link img {
  display: block;
  min-width: 285px;
  width: 100%;
  height: auto;
}
.products .product-card .product-card_padding .product-card__content__prices_actions a .product-card__title {
  margin-bottom: 3px;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  color: rgba(20, 23, 24, 0.7);
}
.products .product-card .product-card_padding .product-card__content__prices_actions .product-card__prices_actions .price--sale, .products .product-card .product-card_padding .product-card__content__prices_actions .product-card__prices_actions .price--sale {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  color: rgb(20, 23, 24);
}
.products .product-card .product-card_padding .product-card__content__prices_actions .product-card__prices_actions .price--regular {
  margin-left: 5px;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  color: rgba(20, 23, 24, 0.4);
}
.products .product-card .product-card_padding .price--normal {
  font-weight: 700;
}
@media (max-width: 400px) {
  .products .product-card {
    max-width: 340px;
    width: 100%;
  }
  .products .product-card .product-card_padding .product-card__labels__link {
    position: relative;
  }
  .products .product-card .product-card_padding .product-card__labels__link .product-card__link img {
    max-width: 340px;
  }
}
.products .swiper-pagination {
  bottom: 0;
  top: auto;
}
.products .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #423727;
}

.product-card .product-card__add-to-cart {
  display: none !important;
}
.product-card:hover .product-card__add-to-cart {
  display: flex !important;
}
.product-card:hover .product-card__add-to-cart button, .product-card:hover .product-card__add-to-cart a {
  position: absolute;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  bottom: 15px;
  left: 15px;
  display: flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  background: #423727;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.04);
  margin-right: 15px;
  color: #F5F3F1;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  cursor: pointer;
  border: none;
}
.product-card:hover .product-card__add-to-cart button:hover, .product-card:hover .product-card__add-to-cart a:hover {
  background: #6C935C;
}

.contacts__title {
  font-size: 40px;
  font-family: "Manrope", sans-serif;
  color: #141718;
  margin-bottom: 40px;
  font-weight: 500;
}
.contacts__row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 24px;
  max-width: 1200px;
  width: 100%;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .contacts__row {
    flex-direction: column;
    gap: 40px;
  }
}
.contacts__info-box {
  flex: 0 0 33%;
  max-width: 33%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
  background-color: #423727;
  color: #FFFFFF;
  padding: 32px;
  box-sizing: border-box;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .contacts__info-box {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.contacts__info-heading {
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  font-family: "Manrope", sans-serif;
  color: #FFFFFF;
}
.contacts__info-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.contacts__form-wrapper {
  flex: 1 1 65%;
  max-width: 65%;
  padding: 32px;
  background-color: #FFFFFF;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .contacts__form-wrapper {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.contacts__form-heading {
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 32px;
}
.contacts__info-item {
  font-size: 16px;
}
.contacts__info-item strong {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 120%;
  color: rgba(247, 247, 245, 0.5019607843);
}
.contacts__info-item a,
.contacts__info-item .contacts__info-text {
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}
.contacts__info-item a:hover,
.contacts__info-item .contacts__info-text:hover {
  color: #6C935C;
}
.contacts__map-block {
  margin-top: 80px;
}
.contacts__map-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
  color: #141718;
  margin-bottom: 8px;
}
.contacts__map-subtitle {
  font-size: 16px;
  color: #141718;
  opacity: 0.6;
  margin-bottom: 40px;
}
.contacts__map-frame {
  position: relative;
}
.contacts__map-frame iframe {
  width: 100%;
  height: 450px;
  border: none;
}
.contacts__work_schedule {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
}

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