.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;
}

.product_global {
  padding: 0 20px;
}
.product_global .wrapper {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.product_global .wrapper .product_left {
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 32px;
  max-width: 795px;
  width: 66%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: fit-content;
}
.product_global .wrapper .product_left .product_images {
  position: relative;
  max-width: 340px;
  width: 49%;
}
.product_global .wrapper .product_left .product_images .prod_slider_all {
  max-width: 340px;
  width: 100%;
  overflow: hidden;
}
.product_global .wrapper .product_left .product_images .prod_slider_all .prod_slider_all_wrapper {
  width: 100%;
}
.product_global .wrapper .product_left .product_images .prod_slider_all .prod_slider_all_wrapper .slider_all {
  max-width: 340px;
  width: 100%;
  height: 340px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.product_global .wrapper .product_left .product_images .prod_slider_all .prod_slider_all_wrapper .slider_all img {
  display: block;
  max-width: 340px;
  width: 100%;
  height: auto;
}
.product_global .wrapper .product_left .product_images .prod_slider_control {
  max-width: 340px;
  width: 100%;
  overflow: hidden;
}
.product_global .wrapper .product_left .product_images .prod_slider_control .prod_slider_control_wrapper .slider_control {
  display: block;
  max-width: 48px;
  width: 100%;
  height: 48px;
}
.product_global .wrapper .product_left .product_images .prod_slider_control .prod_slider_control_wrapper .slider_control img {
  display: block;
  max-width: 48px;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.product_global .wrapper .product_left .product_images .badges {
  position: absolute;
  z-index: 5;
  left: 15px;
  top: 15px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
}
.product_global .wrapper .product_left .product_images .badges .badge {
  padding: 8px 16px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
  width: fit-content;
  width: -moz-fit-content;
  -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;
}
.product_global .wrapper .product_left .product_images .badges .badge--new {
  margin-right: 7px;
  background-color: #D9D2C8;
  color: #141718;
}
.product_global .wrapper .product_left .product_images .badges .badge--sale {
  background-color: #6C935C;
  color: #F5F3F1;
}
.product_global .wrapper .product_left .product_options {
  max-width: 340px;
  width: 49%;
}
.product_global .wrapper .product_left .product_options .product_title {
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 10px;
  color: #141718;
}
.product_global .wrapper .product_left .product_options .scu_details {
  margin-bottom: 24px;
}
.product_global .wrapper .product_left .product_options .scu_details .sd {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  color: rgba(20, 23, 24, 0.7);
}
.product_global .wrapper .product_left .product_options .scu_details .is {
  position: relative;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  color: #6C935C;
}
.product_global .wrapper .product_left .product_options .scu_details .is:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #6C935C;
  border-radius: 50%;
  top: 5px;
  left: -15px;
}
.product_global .wrapper .product_left .product_options .har_details {
  margin-bottom: 12px;
}
.product_global .wrapper .product_left .product_options .har_details .har_detail {
  margin-bottom: 20px;
}
.product_global .wrapper .product_left .product_options .har_details .har_detail .title_detail {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  color: rgba(20, 23, 24, 0.7);
  margin-right: 5px;
}
.product_global .wrapper .product_left .product_options .har_details .har_detail .descr_detail {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  color: rgb(20, 23, 24);
}
.product_global .wrapper .product_left .product_options .har_details .har_detail:last-of-type {
  margin-bottom: 0;
}
.product_global .wrapper .product_left .product_options .size-variations {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product_global .wrapper .product_left .product_options .size-variations .size-btn {
  padding: 6px 12px;
  border: 1px solid rgba(20, 23, 24, 0.3);
  color: #141718;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  margin-right: 8px;
  margin-bottom: 8px;
  cursor: pointer;
}
.product_global .wrapper .product_left .product_options .size-variations .active {
  border: 1px solid rgb(20, 23, 24);
}
.product_global .wrapper .product_left .product_options .size-variations .disabled {
  cursor: initial;
  color: rgba(20, 23, 24, 0.3);
}
@media (max-width: 655px) {
  .product_global .wrapper .product_left {
    -webkit-justify-content: unset;
    justify-content: unset;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product_global .wrapper .product_left .product_images, .product_global .wrapper .product_left .product_options {
    max-width: 655px;
    width: 100%;
  }
  .product_global .wrapper .product_left .product_images {
    margin-bottom: 48px;
  }
}
.product_global .wrapper .product_right {
  width: 33%;
  max-width: 385px;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 32px;
  height: fit-content;
}
.product_global .wrapper .product_right .product_price {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #000000;
}
.product_global .wrapper .product_right .product_price .price--sale {
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}
.product_global .wrapper .product_right .product_price .font-product-old-price {
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  color: rgba(20, 23, 24, 0.4);
}
.product_global .wrapper .product_right .product_count {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #000000;
}
.product_global .wrapper .product_right .product_count .product_count_content {
  padding: 12px;
  box-sizing: border-box;
  background: rgba(217, 210, 200, 0.5);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.04);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.product_global .wrapper .product_right .product_count .product_count_content .product_count_button {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  width: 24px;
  height: 24px;
  background: #423727;
}
.product_global .wrapper .product_right .product_count .product_count_content .product_count_button svg {
  display: block;
  width: 24px;
  height: 24px;
}
.product_global .wrapper .product_right .product_count .product_count_content .quantity {
  color: #141718;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.product_global .wrapper .product_right .after {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
  margin-bottom: 20px;
}
.product_global .wrapper .product_right .after > div {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  color: rgb(20, 23, 24);
}
.product_global .wrapper .product_right .after .af {
  color: rgba(20, 23, 24, 0.4);
}
.product_global .wrapper .product_right .after .at {
  padding-left: 5px;
  font-weight: 700;
}
.product_global .wrapper .product_right .after:last-of-type {
  margin-bottom: 32px;
}
.product_global .wrapper .product_right .add_product {
  cursor: pointer;
  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;
  width: 100%;
  height: 48px;
  background-color: #423727;
}
.product_global .wrapper .product_right .add_product span {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  color: #ffffff;
}
@media (max-width: 985px) {
  .product_global .wrapper {
    -webkit-justify-content: unset;
    justify-content: unset;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product_global .wrapper .product_left, .product_global .wrapper .product_right {
    max-width: 985px;
    width: 100%;
  }
  .product_global .wrapper .product_left {
    margin-bottom: 24px;
  }
}

.deliver {
  padding: 24px 20px 80px;
}
.deliver .wrapper .deliver_content {
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 32px;
  max-width: 795px;
  width: 66%;
}
.deliver .wrapper .deliver_content > div {
  width: 40%;
}
.deliver .wrapper .deliver_content .first_el {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
  -webkit-align-items: center;
  align-items: center;
  width: 30%;
}
.deliver .wrapper .deliver_content .first_el svg {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 16px;
}
.deliver .wrapper .deliver_content .first_el span {
  display: block;
  color: #141718;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}
.deliver .wrapper .deliver_content .next_els {
  margin-left: 10px;
}
.deliver .wrapper .deliver_content .next_els .adr {
  color: rgba(20, 23, 24, 0.4);
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}
.deliver .wrapper .deliver_content .next_els .des {
  color: #141718;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 585px) {
  .deliver .wrapper .deliver_content {
    display: block;
  }
  .deliver .wrapper .deliver_content > div {
    width: 100%;
    margin-top: 32px;
  }
  .deliver .wrapper .deliver_content .first_el {
    width: 100%;
    margin-top: 0;
  }
}
.deliver .wrapper .hara_content {
  margin-top: 24px;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 32px;
  max-width: 795px;
  width: 66%;
}
.deliver .wrapper .hara_content .control_items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.deliver .wrapper .hara_content .control_items .control_item {
  padding: 8px 0;
  border-bottom: 1px solid white;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 100%;
  cursor: pointer;
  color: rgba(20, 23, 24, 0.7);
  margin-right: 24px;
}
.deliver .wrapper .hara_content .control_items .control_item:last-of-type {
  margin-right: 0;
}
.deliver .wrapper .hara_content .control_items .active {
  color: rgb(20, 23, 24);
  border-bottom: 1px solid #141718;
}
.deliver .wrapper .hara_content .section_items {
  max-width: 895px;
  width: 100%;
}
.deliver .wrapper .hara_content .section_items .section_item {
  display: none;
}
.deliver .wrapper .hara_content .section_items .section_item .section_l {
  width: 50%;
}
.deliver .wrapper .hara_content .section_items .section_item .section_l .section_t {
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  color: #141718;
  padding-bottom: 10px;
}
.deliver .wrapper .hara_content .section_items .section_item .section_l .detail {
  margin-bottom: 16px;
}
.deliver .wrapper .hara_content .section_items .section_item .section_l .detail > div {
  width: 50%;
}
.deliver .wrapper .hara_content .section_items .section_item .section_l .detail .title {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  color: rgba(20, 23, 24, 0.4);
}
.deliver .wrapper .hara_content .section_items .section_item .section_l .detail .descr {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  color: #423727;
}
.deliver .wrapper .hara_content .section_items .section_item .section_l .detail:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 685px) {
  .deliver .wrapper .hara_content .section_items .section_item .section_l {
    width: 100%;
  }
}
.deliver .wrapper .hara_content .section_items .section_item .section_f h2, .deliver .wrapper .hara_content .section_items .section_item .section_f h3 {
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  color: #141718;
  padding-bottom: 10px;
}
.deliver .wrapper .hara_content .section_items .section_item .section_f p {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  color: #423727;
}
.deliver .wrapper .hara_content .section_items .section_item .section_f ul {
  padding-left: 20px;
}
.deliver .wrapper .hara_content .section_items .section_item .section_f ul li {
  list-style-type: disc;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  color: #423727;
  padding-bottom: 7px;
}
.deliver .wrapper .hara_content .section_items .section_item .section_f .pdf_div {
  margin-top: 32px;
  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;
  padding: 12px;
  width: 100%;
  box-sizing: border-box;
  background-color: #D9D2C8;
}
.deliver .wrapper .hara_content .section_items .section_item .section_f .pdf_div span {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #141718;
}
.deliver .wrapper .hara_content .section_items .section_item .section_f .pdf_div a {
  text-decoration: none;
}
.deliver .wrapper .hara_content .section_items .section_item .section_f .pdf_div a svg {
  display: block;
  width: 24px;
  height: 24px;
}
.deliver .wrapper .hara_content .section_items .active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 685px) {
  .deliver .wrapper .hara_content .section_items .active {
    -webkit-justify-content: unset;
    justify-content: unset;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .deliver .wrapper .hara_content .section_items .active .section_l {
    width: 100%;
  }
  .deliver .wrapper .hara_content .section_items .active .section_l:first-of-type {
    margin-bottom: 32px;
  }
}
@media (max-width: 985px) {
  .deliver .wrapper .deliver_content, .deliver .wrapper .hara_content {
    max-width: 985px;
    width: 100%;
  }
}

.more_product {
  padding: 24px 20px 80px;
}
.more_product .wrapper .top {
  color: #141718;
  font-family: "Manrope", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.4px;
  margin-bottom: 40px;
}
.more_product .wrapper .hidden_product {
  width: 100%;
  max-width: 1376px;
  /*overflow-x: scroll;*/
  overflow-y: hidden;
}
.more_product .wrapper .hidden_product .products {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
  padding-bottom: 40px;
  /*
  width: max-content;
  */
}
.more_product .wrapper .hidden_product .products .product-card {
  height: auto;
  width: 100%;
  max-width: 285px;
  margin-right: 14px;
  position: relative;
}
.more_product .wrapper .hidden_product .products .product-card .product-card_padding {
  /*position: relative;*/
}
.more_product .wrapper .hidden_product .products .product-card .product-card_padding .product-card__labels {
  position: absolute;
  width: 100%;
  top: 15px;
  left: 15px;
}
.more_product .wrapper .hidden_product .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;
  */
  width: fit-content;
  width: -moz-fit-content;
  -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;
}
.more_product .wrapper .hidden_product .products .product-card .product-card_padding .product-card__labels .badge--new {
  margin-right: 7px;
  background-color: #D9D2C8;
  color: #141718;
}
.more_product .wrapper .hidden_product .products .product-card .product-card_padding .product-card__labels .badge--sale {
  background-color: #6C935C;
  color: #F5F3F1;
}
.more_product .wrapper .hidden_product .products .product-card .product-card_padding .product-card__labels__link {
  background-color: white;
  margin-bottom: 15px;
  position: relative;
}
.more_product .wrapper .hidden_product .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;
}
.more_product .wrapper .hidden_product .products .product-card .product-card_padding .product-card__labels__link .product-card__link img {
  display: block;
  min-width: 285px;
  width: 100%;
  height: 325px;
}
.more_product .wrapper .hidden_product .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);
}
.more_product .wrapper .hidden_product .products .product-card .product-card_padding .product-card__content__prices_actions .product-card__prices_actions .price--sale, .more_product .wrapper .hidden_product .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);
}
.more_product .wrapper .hidden_product .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);
}
@media (max-width: 400px) {
  .more_product .wrapper .hidden_product .products .product-card {
    max-width: 340px;
    width: 100%;
  }
  .more_product .wrapper .hidden_product .products .product-card .product-card_padding .product-card__labels__link .product-card__link img {
    max-width: 340px;
  }
}
.more_product .wrapper .hidden_product .products .product-card:last-child {
  margin-right: 0;
}
.more_product .wrapper .hidden_product::-webkit-scrollbar {
  height: 4px;
  background: #D9D2C8;
}
.more_product .wrapper .hidden_product::-webkit-scrollbar-thumb {
  background: #423727;
  border-radius: 88px;
}

.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;
  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;
}

.products .swiper-pagination {
  bottom: 0;
  top: auto;
}

.products .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #423727;
}

.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: 24px;
}
.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=product.css.map */
