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

.footer {
  background-color: #423727;
  color: #FFFFFF;
  padding: 20px 0;
}
.footer a {
  text-decoration: none;
  color: #FFFFFF;
  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;
}
.footer a:hover {
  color: #6C935C;
}
.footer .footer__wrapper {
  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: 40px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .footer .footer__wrapper {
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 320px) and (max-width: 1024px) {
  .footer .footer__wrapper .footer__contacts {
    align-items: center;
    justify-content: center;
    align-content: center;
  }
}
.footer .footer__wrapper .footer__col {
  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: 16px;
}
.footer .footer__wrapper .footer__logo img {
  max-width: 394px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .footer .footer__wrapper .footer__logo img {
    max-width: 100%;
  }
}
.footer .footer__wrapper .footer__phone {
  font-size: 46px;
  font-family: "Manrope", sans-serif;
  text-decoration: underline;
  padding-bottom: 24px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .footer .footer__wrapper .footer__phone {
    font-size: 40px;
  }
}
.footer .footer__wrapper .footer__email,
.footer .footer__wrapper .footer__address {
  font-size: 16px;
  opacity: 0.8;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .footer .footer__wrapper .footer__email,
  .footer .footer__wrapper .footer__address {
    font-size: 20px;
  }
}
.footer .footer__bottom {
  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;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .footer .footer__bottom {
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
.footer .footer__bottom .footer__social {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 14px;
  opacity: 0.9;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .footer .footer__bottom .footer__social {
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
.footer .footer__bottom .footer__social-label {
  opacity: 0.4;
  margin-right: 12px;
  display: block;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .footer .footer__bottom .footer__social-label {
    font-size: 16px;
  }
}
.footer .footer__bottom .footer__social-link {
  gap: 12px;
  justify-content: space-between;
  width: 100%;
}
.footer .footer__bottom .footer__social a {
  font-size: 14px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .footer .footer__bottom .footer__social a {
    font-size: 16px;
  }
}
.footer .footer__bottom .footer__copyright {
  font-size: 14px;
}
.footer .border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.otgs-development-site-front-end {
  display: none !important;
}

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