@charset "UTF-8";
/* stylelint-disable */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  direction: rtl;
  background-color: #fff;
  color: #000;
}

body.no-scroll {
  overflow: hidden;
}

.page {
  padding-top: 88px;
  height: 100%;
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
@media (max-width: 1280px) {
  .page {
    padding-top: 67px;
  }
}

.container {
  width: 100%;
  max-width: 1510px;
  padding-right: 24px;
  padding-left: 24px;
  margin: 0 auto;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

p a {
  color: inherit;
  font-size: 1em;
  text-decoration: underline;
  font-family: "OpenSansHebrew", sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (any-hover: hover) {
  p a:hover {
    text-decoration: none;
    opacity: 0.6;
  }
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0;
  padding: 0;
}

input,
textarea,
select {
  outline: none;
  direction: rtl;
}

form {
  direction: rtl;
}

.btn-reset {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 14px 32px;
  border-radius: 8px;
  border: 1.5px solid transparent;
  background: transparent;
  color: #12220e;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.btn:disabled, .btn[aria-disabled=true] {
  opacity: 0.6;
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.btn--green {
  background: #477f42;
  color: #fff;
}
@media (any-hover: hover) {
  .btn--green:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 18px 40px rgba(78, 155, 71, 0.32);
    box-shadow: 0 18px 40px rgba(78, 155, 71, 0.32);
  }
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.hidden {
  display: none !important;
}

.relative {
  position: relative;
}

.section-intro {
  padding: 32px 0 40px;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .section-intro {
    padding: 24px 24px 14px;
  }
}

.section-intro__container {
  max-width: 1464px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-intro__title h1 {
  font-weight: 400;
  font-size: 56px;
  line-height: 70px; /* 125% */
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .section-intro__title h1 {
    font-size: 48px;
    line-height: 60px;
  }
}
@media (max-width: 768px) {
  .section-intro__title h1 {
    font-size: 32px;
    line-height: 28px;
  }
}

.section-intro__text p {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px; /* 150% */
  margin: 0 auto;
}
@media (max-width: 768px) {
  .section-intro__text p {
    font-size: 16px;
    line-height: 20px; /* 125% */
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  r: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #cecece;
}

.header__container {
  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;
  gap: 40px;
  padding: 20px;
}
@media (max-width: 1280px) {
  .header__container {
    gap: 24px;
    padding: 16px 24px;
  }
}

.header__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4e9b47;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header__logo-icon {
  width: 176px;
  height: auto;
}
@media (max-width: 1280px) {
  .header__logo-icon {
    width: 150px;
  }
}
@media (max-width: 768px) {
  .header__logo-icon {
    width: 130px;
  }
}

.header__nav {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 48px;
}
@media (max-width: 1280px) {
  .header__nav {
    gap: 24px;
  }
}
@media (max-width: 1024px) {
  .header__nav {
    display: none;
  }
}

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

.header-menu__item {
  padding: 10px 16px;
}
@media (max-width: 1280px) {
  .header-menu__item {
    padding: 10px 12px;
  }
}

.header-menu__link {
  color: #000;
  font-weight: 400;
  font-family: "Assistant", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media (max-width: 1280px) {
  .header-menu__link {
    font-size: 18px;
  }
}
@media (any-hover: hover) {
  .header-menu__link:hover {
    color: #4e9b47;
  }
}

.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 28px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 1280px) {
  .header__actions {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .header__actions {
    gap: 16px;
  }
}

.header-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
  color: #0e0f12;
}
@media (max-width: 1024px) {
  .header-social {
    display: none;
  }
}

.header-social__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: inherit;
  -webkit-transition: color 0.2s ease, opacity 0.2s ease;
  transition: color 0.2s ease, opacity 0.2s ease;
}
@media (any-hover: hover) {
  .header-social__link:hover {
    color: #4e9b47;
    opacity: 0.8;
  }
}
.header-social__link svg {
  width: 22px;
  height: 22px;
}

.header__action {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: color 0.2s ease, opacity 0.2s ease;
  transition: color 0.2s ease, opacity 0.2s ease;
}
@media (any-hover: hover) {
  .header__action:hover {
    color: #4e9b47;
    opacity: 0.85;
  }
}
.header__action svg {
  display: block;
}
.header__action--cart {
  width: 24px;
  height: 24px;
}

.header__menu-btn {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid #cecece;
  background-color: #fff;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
@media (max-width: 1024px) {
  .header__menu-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media (any-hover: hover) {
  .header__menu-btn:hover {
    background-color: #f3f6f9;
    border-color: #c0c6d2;
    color: #4e9b47;
  }
}

.header__menu-btn-icon svg {
  color: currentColor;
}

.mobile-menu {
  position: fixed;
  inset: 0;
  background-color: #fff;
  z-index: 300;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  overflow-y: auto;
}
.mobile-menu.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.mobile-menu__inner {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}

.mobile-menu__top {
  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;
  gap: 16px;
  padding: 16px 24px;
  border-bottom: 1px solid #cecece;
}

.mobile-menu__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #4e9b47;
}

.mobile-menu__search {
  margin-top: 16px;
  padding: 0 24px;
  margin-bottom: 24px;
}

.mobile-menu__search-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid #000;
  padding-bottom: 14px;
}

.mobile-menu__search-icon svg {
  width: 20px;
  height: 20px;
  color: #000;
}

.mobile-menu__search-input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-color: transparent;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
}
.mobile-menu__search-input::-webkit-input-placeholder {
  color: #939292;
}
.mobile-menu__search-input::-moz-placeholder {
  color: #939292;
}
.mobile-menu__search-input:-ms-input-placeholder {
  color: #939292;
}
.mobile-menu__search-input::-ms-input-placeholder {
  color: #939292;
}
.mobile-menu__search-input::placeholder {
  color: #939292;
}

.mobile-menu__list {
  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;
  gap: 16px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px; /* 120% */
  letter-spacing: 0.4px;
  text-align: center;
}

.mobile-menu__link {
  color: #000;
}

.mobile-menu__social {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 32px;
  padding: 24px 0 48px;
  border-top: 1px solid #cecece;
}

.mobile-menu__social-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #000;
}

.footer-cta {
  overflow: hidden;
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .footer-cta {
    padding: 27px 0 30px;
  }
}

.footer-cta__img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.footer-cta__container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .footer-cta__container {
    gap: 16px;
  }
}

.footer-cta__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.line {
  width: 128px;
  height: 1px;
  background: #000;
  margin: 12px auto 8px;
}
@media (max-width: 768px) {
  .line {
    width: 63px;
    margin: 2px auto 6px;
  }
}

.footer-cta__title {
  color: #477f42;
  font-size: 56px;
  font-weight: 800;
  line-height: 114%;
  text-align: center;
}
@media (max-width: 768px) {
  .footer-cta__title {
    font-size: 28px;
  }
}

.footer-cta__description {
  color: #000;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .footer-cta__description {
    font-size: 10px;
    margin-bottom: 9px;
  }
}

.footer-cta__button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4e9b47;
  border-radius: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 24px;
  line-height: 100%;
  gap: 8px;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 16px 24px;
  -webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.footer-cta__button svg {
  color: #fff;
}
@media (any-hover: hover) {
  .footer-cta__button:hover {
    background-color: #3b7f43;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}
@media (max-width: 768px) {
  .footer-cta__button {
    font-size: 11px;
    padding: 8px 12px;
    border-radius: 4px;
  }
}
.footer-cta__button svg {
  color: #fff;
}

@media (max-width: 768px) {
  .footer-cta__icon svg {
    width: 75px;
    height: 75px;
  }
}

.footer {
  overflow: hidden;
  padding: 80px 0 0;
  background: #edf6ea;
  color: #000;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .footer {
    padding: 60px 0 0;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 27px 0 0;
  }
}

.footer__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  justify-items: start;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .footer__grid {
    gap: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .footer__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    gap: 24px;
    padding-bottom: 48px;
  }
}

.footer__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 345px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1024px) {
  .footer__brand {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .footer__brand {
    grid-column: 1/-1;
    gap: 10px;
  }
}

.footer__brand-name svg {
  width: 165px;
}

.footer__brand-text {
  font-size: 16px;
  line-height: 150%;
  text-align: right;
}
@media (max-width: 1024px) {
  .footer__brand-text {
    text-align: center;
    line-height: 20px;
  }
}

.footer__brand-button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 48px;
  background-color: #4e9b47;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  font-size: 16px;
  line-height: 125%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 16px 24px;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
@media (any-hover: hover) {
  .footer__brand-button:hover {
    -webkit-box-shadow: 0 12px 30px rgba(7, 45, 16, 0.25);
    box-shadow: 0 12px 30px rgba(7, 45, 16, 0.25);
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}
@media (max-width: 768px) {
  .footer__brand-button {
    height: 44px;
  }
}

.footer__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer__column-title {
  font-size: 24px;
  line-height: 150%;
  font-weight: 400;
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1024px) {
  .footer__list {
    width: auto;
    gap: 4px;
  }
}
.footer__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
  color: #000;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media (any-hover: hover) {
  .footer__list a:hover {
    opacity: 0.75;
  }
}
@media (max-width: 768px) {
  .footer__list a {
    line-height: 20px;
    padding: 4px 0;
  }
}
.footer__list svg {
  color: #000;
}

@media (max-width: 768px) {
  .footer__column--social {
    width: 100%;
    grid-column: 1/-1;
    gap: 6px;
  }
}

.footer__list--social a {
  font-family: "Montserrat", sans-serif;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .footer__list--social a {
    padding: 0;
    gap: 4px;
  }
}
@media (max-width: 768px) {
  .footer__list--social {
    margin-top: 4px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.footer__column--contacts {
  width: 100%;
  max-width: 193px;
}
@media (max-width: 1024px) {
  .footer__column--contacts {
    max-width: inherit;
    width: inherit;
  }
}
@media (max-width: 768px) {
  .footer__column--contacts {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    width: 100%;
  }
}

.footer__bottom {
  background-color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 24px 24px;
  font-weight: 400;
  line-height: 100%;
  font-size: 20px;
}
@media (max-width: 768px) {
  .footer__bottom {
    font-size: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    padding: 48px 24px;
  }
}

.footer__signature {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1f2937;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 768px) {
  .footer__signature {
    gap: 8px;
  }
}
.footer__signature-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.footer__signature-logo a {
  display: block;
}
.footer__signature-logo svg {
  width: 235px;
}
@media (max-width: 768px) {
  .footer__signature-logo svg {
    width: 119px;
    height: 19px;
  }
}

.footer__separator {
  color: #1f2937;
}

@media (max-width: 768px) {
  .footer__heart {
    width: 12px;
    height: 12px;
  }
}

.footer__scroll-top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #4e9b47;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease, visibility 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
@media (any-hover: hover) {
  .footer__scroll-top:hover {
    opacity: 1;
    -webkit-box-shadow: 0 16px 32px rgba(17, 57, 24, 0.3);
    box-shadow: 0 16px 32px rgba(17, 57, 24, 0.3);
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}
@media (max-width: 768px) {
  .footer__scroll-top {
    right: 20px;
    bottom: 20px;
    width: 46px;
    height: 46px;
  }
}
.footer__scroll-top svg {
  color: currentColor;
}
.footer__scroll-top.is-visible {
  opacity: 0.75;
  visibility: visible;
  pointer-events: auto;
}

.product-catalog__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1024px) {
  .product-catalog__cards {
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .product-catalog__cards {
    gap: 24px;
  }
}

.product-card {
  background: #fff;
  border-radius: 24px;
  color: #000;
  -webkit-box-shadow: 0 16px 32px -8px rgba(206, 206, 206, 0.2);
  box-shadow: 0 16px 32px -8px rgba(206, 206, 206, 0.2);
}
@media (max-width: 768px) {
  .product-card {
    border-radius: 16px;
  }
}

.product-card__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1280px) {
  .product-card__inner {
    -ms-grid-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  }
}
@media (max-width: 768px) {
  .product-card__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.product-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  padding: 32px 78px;
  width: 100%;
}
@media (max-width: 1640px) {
  .product-card__info {
    padding: 28px 32px;
  }
}
@media (max-width: 1440px) {
  .product-card__info {
    padding: 24px 32px;
  }
}
@media (max-width: 768px) {
  .product-card__info {
    padding: 0 16px 16px;
    gap: 12px;
  }
}

.product-card__labels {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 768px) {
  .product-card__labels {
    position: absolute;
    top: 16px;
    left: 16px;
    gap: 12px;
    z-index: 1;
  }
}

.product-card__category-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 4px;
  border-radius: 4px;
  color: #fff;
}
@media (max-width: 768px) {
  .product-card__category-icon {
    width: 24px;
    height: 24px;
    border-radius: 3px;
  }
}
.product-card__category-icon svg {
  display: block;
}
.product-card__category-icon--green {
  background-color: #4ea52a;
}
.product-card__category-icon--blue {
  background-color: #007aff;
}

.product-card__category-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 4px 16px;
  color: #4ea52a;
  border-radius: 48px;
  border: 1px solid #4ea52a;
  color: #4ea52a;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}
.product-card__category-badge--blue {
  color: #007aff;
  border: 1px solid #007aff;
}

.product-card__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .product-card__title-wrap {
    margin-top: 11px;
  }
}

.product-card__title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media (any-hover: hover) {
  .product-card__title:hover {
    color: #4ea52a;
  }
}

.product-card__description {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}

.product-card__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 768px) {
  .product-card__section--mobile-hide {
    display: none;
  }
}

.product-card__section-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
}

.product-card__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}
.product-card__text span {
  font-weight: 700;
}
.product-card__text p + p {
  margin-top: 16px;
}

.product-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.product-card__tags li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  border-radius: 48px;
  background: rgba(78, 165, 42, 0.1);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.product-card__note {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}
.product-card__note span {
  font-weight: 700;
  -webkit-margin-end: 4px;
  margin-inline-end: 4px;
}
.product-card__note--mobile-visible {
  display: none;
}
@media (max-width: 768px) {
  .product-card__note--mobile-visible {
    display: block;
    color: #790000;
    text-decoration-line: underline;
  }
}
.product-card__note--desctop-visible {
  display: block;
}
@media (max-width: 768px) {
  .product-card__note--desctop-visible {
    display: none;
  }
}

.product-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .product-card__footer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    margin-top: 8px;
  }
}

.product-card__price {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-left: auto;
}
@media (max-width: 768px) {
  .product-card__price {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: inherit;
  }
}

.product-card__price-current {
  font-size: 20px;
  font-weight: 600;
}

.product-card__price-old {
  font-size: 20px;
  color: #939292;
  text-decoration: line-through;
}

.product-card__qty {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-left: 30px;
}
@media (max-width: 768px) {
  .product-card__qty {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 0;
    gap: 8px;
  }
}

.product-card__qty-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #f9f8f8;
  background-color: #f9f8f8;
  border: 1px solid #cecece;
  border-radius: 50%;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease;
}
@media (max-width: 768px) {
  .product-card__qty-btn {
    width: 31px;
    height: 31px;
  }
  .product-card__qty-btn svg {
    width: 18px;
    height: 18px;
  }
}
@media (any-hover: hover) {
  .product-card__qty-btn:hover {
    background-color: #efeeee;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
  }
}

.product-card__qty-btn[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

.product-card__qty-value {
  width: 30px;
  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;
  color: #000;
  background-color: transparent;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 100% */
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .product-card__qty-value {
    width: 15px;
  }
}

.product-card__cta {
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.32px;
}
.product-card__cta svg {
  display: block;
  width: 20px;
  height: 20px;
}
@media (max-width: 1024px) {
  .product-card__cta {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .product-card__cta {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    height: 44px;
  }
}

.product-card__visual {
  position: relative;
  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;
  border-radius: 32px;
  min-height: 320px;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .product-card__visual {
    width: 100%;
    min-height: 170px;
  }
}

.product-card__image-link {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.product-card__image-link img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 360px;
}
@media (max-width: 768px) {
  .product-card__image-link {
    width: 50%;
  }
}

.product-card__zoom {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  -webkit-transition: color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
@media (any-hover: hover) {
  .product-card__zoom:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 16px 28px rgba(18, 34, 14, 0.18);
    box-shadow: 0 16px 28px rgba(18, 34, 14, 0.18);
  }
}
@media (max-width: 768px) {
  .product-card__zoom {
    width: 24px;
    height: 24px;
  }
}

.product-card--focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.product-card--focus .product-card__category-icon {
  background-color: transparent;
  color: #790000;
}
@media (max-width: 768px) {
  .product-card--focus .product-card__category-icon {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 768px) {
  .product-card--focus .product-card__visual {
    padding-top: 58px;
  }
}
.product-card--focus .product-card__category-badge {
  border-color: #790000;
  color: #790000;
}
@media (max-width: 768px) {
  .product-card--focus .product-card__category-badge {
    padding: 8px 16px;
  }
}
.product-card--focus .product-card__note {
  color: #790000;
  text-decoration-line: underline;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.product-card--focus .product-card__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.product-card--focus .product-card__title {
  font-weight: 400;
}
.product-card--focus .product-card__section {
  gap: 4px;
}
.product-card--focus .product-card__section-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
@media (max-width: 768px) {
  .product-card--focus .product-card__section-title {
    font-size: 20px;
    line-height: 20px; /* 100% */
    text-transform: none;
  }
}
.product-card--focus .product-card__note--mobile-visible a {
  color: #790000;
}
.product-card--focus .product-card__text p + p {
  margin: 4px;
}
@media (max-width: 768px) {
  .product-card--focus .product-card__text p:last-child {
    display: none;
  }
}
.product-card--focus .product-card__text span {
  font-weight: 600;
  color: #790000;
}
@media (max-width: 768px) {
  .product-card--focus .product-card__labels {
    width: calc(100% - 32px);
  }
}
@media (max-width: 768px) {
  .product-card--focus .product-card__zoom {
    top: 61px;
  }
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px 0;
  font-family: "Assistant", sans-serif;
  margin: 16px auto;
}
@media (max-width: 768px) {
  .breadcrumbs {
    margin: 0 auto;
  }
}

.breadcrumbs__list {
  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;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .breadcrumbs__list {
    gap: 12px;
  }
}

.breadcrumbs__item {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
}
@media (max-width: 768px) {
  .breadcrumbs__item {
    font-size: 12px;
    line-height: 28px;
  }
}

.breadcrumbs__link {
  text-decoration: none;
  color: inherit;
  text-decoration: underline;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  color: #191919;
}
@media (any-hover: hover) {
  .breadcrumbs__link:hover {
    color: #4e9b47;
  }
}

.breadcrumbs__item--current {
  color: #939292;
  font-weight: 400;
  text-decoration: none;
  pointer-events: none;
}

.breadcrumbs__separator {
  color: #333;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.filters {
  width: 100%;
}
.filters__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.filters__buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .filters__buttons {
    width: calc(100% + 48px);
    margin-right: -24px;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    gap: 12px;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    padding: 0 24px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

.contact-form__checkbox.filters__checkbox {
  padding: 8px 16px;
  border-radius: 80px;
  border: 1px solid #cecece;
  background: transparent;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  white-space: nowrap;
}
.contact-form__checkbox.filters__checkbox .contact-form__checkbox-box {
  background: transparent;
  width: 12px;
  height: 12px;
}
@media (any-hover: hover) {
  .contact-form__checkbox.filters__checkbox:hover {
    color: #477f42;
    border-color: #477f42;
  }
}

.filters__dropdown {
  position: relative;
}

.filters__btn--dropdown {
  position: relative;
  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;
  padding: 8px 16px;
  border-radius: 80px;
  border: 1px solid #cecece;
  cursor: pointer;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  min-width: 113px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.filters__btn--dropdown svg {
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.filters__btn--dropdown[aria-expanded=true] svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (any-hover: hover) {
  .filters__btn--dropdown:hover {
    color: #477f42;
    border-color: #477f42;
  }
}

.filters__dropdown-menu {
  position: absolute;
  top: calc(100% + 3px);
  right: 0;
  min-width: 116px;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 8px 8px 16px rgba(179, 179, 179, 0.2);
  box-shadow: 8px 8px 16px rgba(179, 179, 179, 0.2);
  z-index: 10;
  padding: 4px 0;
}
.filters__dropdown-menu::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  left: 20px;
  display: block;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -4px;
  z-index: -1;
}
.filters__dropdown-menu li {
  padding: 4px 12px;
  cursor: pointer;
  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;
  gap: 16px;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  white-space: nowrap;
}
.filters__dropdown-menu li:hover {
  background: rgba(78, 165, 42, 0.1);
}
.filters__dropdown-menu li.is-active .filters__check {
  display: block;
}
.filters__dropdown-menu .filters__check {
  display: none;
}
@media (max-width: 768px) {
  .filters__dropdown-menu--desk:has(:not([hidden])) {
    display: none;
  }
}
@media (min-width: 769px) {
  .filters__dropdown-menu--mob {
    display: none;
  }
}
@media (max-width: 768px) {
  .filters__dropdown-menu--mob {
    top: inherit;
    width: inherit;
    right: 24px;
  }
}

.filters__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
}
@media (max-width: 768px) {
  .filters__tags {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.filters__tags-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.filters__tag {
  padding: 4px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  gap: 4px;
}
.filters__tag span {
  color: #cecece;
}
@media (max-width: 768px) {
  .filters__tag {
    border-radius: 80px;
    border: 0.5px solid #000;
  }
}
@media (any-hover: hover) {
  .filters__tag:hover {
    color: #477f42;
    border-color: #477f42;
  }
}

.filters__tag-remove {
  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;
}
.filters__tag-remove svg {
  width: 12px;
  height: 12px;
}

.hero {
  padding: 10.9vw 0 6vw;
  height: 758px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1440px) {
  .hero {
    height: inherit;
    min-height: 498px;
  }
}
@media (max-width: 1024px) {
  .hero {
    padding: 26vw 0 79.9vw;
    min-height: inherit;
  }
}

.img-back {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.img-back--xl {
  display: block;
}
@media (max-width: 1024px) {
  .img-back--xl {
    display: none;
  }
}
.img-back--xs {
  display: none;
}
@media (max-width: 1024px) {
  .img-back--xs {
    display: block;
  }
}

.hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 16px;
}
@media (max-width: 1024px) {
  .hero__container {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}

.hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  max-width: 617px;
}
@media (max-width: 768px) {
  .hero__content {
    gap: 8px;
  }
}

.hero__brand svg {
  width: 344px;
  height: 77px;
}
@media (max-width: 768px) {
  .hero__brand svg {
    width: 182px;
    height: 41px;
  }
}

.hero__title h1 {
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
@media (max-width: 768px) {
  .hero__title h1 {
    font-size: 24px;
    line-height: 116%;
  }
}

.hero__subtitle p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 116%;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .hero__subtitle p {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .hero__subtitle p {
    font-size: 16px;
    line-height: 125%;
  }
}

.hero__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 1024px) {
  .hero__actions {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .hero__actions {
    gap: 8px;
  }
}

.hero__btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 32px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.4px;
  padding: 12px 32px;
}
@media (max-width: 768px) {
  .hero__btn {
    font-size: 12px;
    padding: 8px 16px;
    border-radius: 4px;
  }
}

.hero__btn--ghost {
  background-color: #fff;
  border: 1px solid #4e9b47;
  color: #4e9b47;
}
@media (any-hover: hover) {
  .hero__btn--ghost:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 12px 28px rgba(26, 81, 30, 0.18);
    box-shadow: 0 12px 28px rgba(26, 81, 30, 0.18);
  }
}

.advantages {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(239, 213, 0, 0.15)), to(rgba(239, 213, 0, 0.15))), #fff;
  background: linear-gradient(0deg, rgba(239, 213, 0, 0.15) 0%, rgba(239, 213, 0, 0.15) 100%), #fff;
  padding: 24px 0;
}
@media (max-width: 768px) {
  .advantages {
    padding: 8px 0;
  }
}
@media (max-width: 1280px) {
  .advantages.desk {
    display: none;
  }
}
.advantages.mob {
  display: none;
}
@media (max-width: 1280px) {
  .advantages.mob {
    display: block;
  }
}

@media (max-width: 768px) {
  .advantages-container {
    padding: 0 57px;
  }
}

@media (max-width: 768px) {
  .advantages__container {
    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;
  }
}

.advantages__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;
  gap: 64px;
}
@media (max-width: 1440px) {
  .advantages__list {
    gap: 32px;
  }
}
@media (max-width: 1024px) {
  .advantages__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px 43px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    justify-items: start;
  }
}

.advantages__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}
@media (max-width: 768px) {
  .advantages__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .advantages__item svg {
    width: 12px;
    height: 12px;
  }
}

.advantages__text p {
  color: #000;
  font-size: 16px;
  white-space: nowrap;
  line-height: 24px;
}
@media (max-width: 768px) {
  .advantages__text p {
    font-size: 12px;
    line-height: 16px;
  }
}

.about-founder {
  background-color: #fff;
  padding-top: 40px;
  position: relative;
}
.about-founder::after {
  position: absolute;
  content: "";
  background-image: url("../../img/index/decore/lem-2.png");
  background-repeat: no-repeat;
  width: 16vw;
  background-size: contain;
  aspect-ratio: 346/1045;
  right: -5px;
  top: 62%;
  display: block;
}
@media (max-width: 768px) {
  .about-founder::after {
    width: 36vw;
    top: 12%;
  }
}
.about-founder::before {
  position: absolute;
  content: "";
  background-image: url("../../img/index/decore/list.jpg");
  background-repeat: no-repeat;
  width: 14vw;
  background-size: contain;
  aspect-ratio: 346/1045;
  left: 0;
  top: 52%;
  display: block;
}
@media (max-width: 768px) {
  .about-founder::before {
    width: 28vw;
    top: 36%;
  }
}

.about-founder__container {
  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;
  gap: 24px;
  text-align: center;
  color: #000;
  position: relative;
  z-index: 1;
}

.about-founder__heading p {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 768px) {
  .about-founder__heading p {
    font-size: 24px;
    line-height: 28px;
  }
}

.about-founder__profile {
  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;
  gap: 24px;
  max-width: 1120px;
}

.about-founder__photo {
  width: 422px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  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;
}
@media (max-width: 768px) {
  .about-founder__photo {
    margin-bottom: -8px;
    width: inherit;
    height: 327px;
  }
}
.about-founder__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.about-founder__name p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 150% */
}
@media (max-width: 768px) {
  .about-founder__name p {
    font-size: 24px;
  }
}

.about-founder__description p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
}
@media (max-width: 768px) {
  .about-founder__description p {
    font-size: 16px;
    line-height: 20px; /* 125% */
  }
}

.about-founder__svg {
  display: block;
  position: absolute;
  top: -5px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 0 38px;
}
@media (max-width: 768px) {
  .about-founder__svg {
    top: 0;
    padding: 0 16px;
  }
}
.about-founder__svg svg {
  width: 40px;
  height: 40px;
}
@media (max-width: 768px) {
  .about-founder__svg svg {
    width: 24px;
    height: 24px;
  }
}

.about-founder__quote {
  width: 100%;
  margin-top: 36px;
  position: relative;
  padding: 36px 0;
}
.about-founder__quote > p {
  font-size: 40px;
  font-weight: 400;
  line-height: 60px; /* 150% */
  max-width: 1120px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .about-founder__quote > p {
    font-size: 20px;
    line-height: 24px; /* 120% */
  }
}
.about-founder__quote::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-color: #939292;
}
.about-founder__quote::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-color: #939292;
}
@media (max-width: 768px) {
  .about-founder__quote {
    margin-top: 12px;
    padding: 20px 0;
  }
}

.about-founder__signature {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  z-index: 1;
  padding: 8px 32px;
  background: #fff;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about-founder__signature p {
  font-size: 24px;
  line-height: 36px; /* 150% */
  white-space: nowrap;
}
@media (max-width: 768px) {
  .about-founder__signature p {
    font-size: 16px;
    line-height: 24px; /* 150% */
  }
}

.product-catalog {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .product-catalog {
    padding: 64px 0;
  }
}
@media (max-width: 768px) {
  .product-catalog {
    padding: 60px 0 48px;
  }
}

.decor-wrapper {
  position: relative;
  overflow: hidden;
}

.decor {
  position: absolute;
  z-index: 0;
}
.decor-1 {
  left: 0;
  top: 25%;
}
@media (max-width: 768px) {
  .decor-1 {
    top: 30%;
    top: 25%;
    width: 210px;
  }
}
.decor-2 {
  right: 0;
  bottom: 50%;
}
@media (max-width: 768px) {
  .decor-2 {
    bottom: 40%;
    width: 244px;
    height: 386px;
    display: none;
  }
}
.decor-2--mob {
  display: none;
}
@media (max-width: 768px) {
  .decor-2--mob {
    display: block;
    bottom: 40.16%;
    width: 245px;
    height: 374px;
  }
}
.decor-3 {
  right: 0;
  top: 22%;
}
@media (max-width: 768px) {
  .decor-3 {
    top: 19%;
  }
}
.decor-4 {
  left: 0;
  top: 73%;
}
.decor-5 {
  left: 0;
  bottom: 28%;
}
@media (max-width: 768px) {
  .decor-5 {
    bottom: 31%;
    width: 200px;
  }
}
.decor-6 {
  right: 0;
  bottom: 25%;
}
.decor-7 {
  left: 0;
  bottom: 14%;
}
@media (max-width: 768px) {
  .decor-7 {
    bottom: 2.5%;
    width: 280px;
  }
}
.decor-8 {
  right: 0;
  top: 57%;
}
@media (max-width: 768px) {
  .decor-8 {
    display: none;
  }
}

.product-catalog__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 1;
}

.product-catalog__heading {
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .product-catalog__heading {
    width: 91%;
    margin: 0 auto;
  }
}
.product-catalog__heading::after {
  content: "";
  margin: 0 auto;
  margin-top: 12px;
  display: block;
  width: 128px;
  height: 1px;
  background-color: #000;
}
@media (max-width: 768px) {
  .product-catalog__heading::after {
    margin-top: 4px;
  }
}
.product-catalog__heading p {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
}
@media (max-width: 768px) {
  .product-catalog__heading p {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
  }
}

.product-catalog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 28px;
}

.product-catalog__list--sets {
  margin-top: 32px;
  gap: 32px;
}

.product-catalog__banner {
  padding: 16px;
  overflow: hidden;
  position: relative;
  height: 768px;
  max-width: 1760px;
  margin: 48px auto 0;
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 1024px) {
  .product-catalog__banner {
    height: 568px;
  }
}
@media (max-width: 768px) {
  .product-catalog__banner {
    height: inherit;
    padding: 0;
    margin-top: 0;
  }
}

.product-catalog__banner-xl {
  display: block;
}
@media (max-width: 1024px) {
  .product-catalog__banner-xl {
    display: none;
  }
}

.product-catalog__banner-xs {
  display: none;
}
@media (max-width: 1024px) {
  .product-catalog__banner-xs {
    display: block;
  }
}

.product-catalog__banner-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 768px) {
  .product-catalog__banner-media {
    position: relative;
    inset: inherit;
  }
}
.product-catalog__banner-media img {
  width: 100%;
  height: 100%;
}

.product-catalog__banner-content {
  position: relative;
  z-index: 1;
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  text-align: center;
  background: #fdf590;
  border-radius: 12px;
  color: #3d3d3d;
}
@media (max-width: 768px) {
  .product-catalog__banner-content {
    padding: 8px 0 12px 0;
    gap: 0;
    border-radius: 0;
  }
}

.product-catalog__banner-title {
  text-overflow: ellipsis;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
}
@media (max-width: 768px) {
  .product-catalog__banner-title {
    font-size: 28px;
    line-height: 32px; /* 114.286% */
  }
}

.product-catalog__banner-text {
  font-size: 32px;
  font-weight: 700;
  line-height: 32px; /* 100% */
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .product-catalog__banner-text {
    font-size: 28px;
    font-weight: 600;
  }
}

.catalog-focus {
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .catalog-focus {
    margin-top: 22px;
  }
}

.catalog-focus__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 768px) {
  .catalog-focus__wrapper {
    gap: 24px;
  }
}

.benefits {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .benefits {
    padding: 48px 0;
  }
}

.benefits__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  width: 100%;
}
@media (max-width: 1024px) {
  .benefits__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .benefits__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.benefits__item {
  border-radius: 12px;
  border: 1px solid var(--face-5, #4ea52a);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(75, 255, 0, 0.03)), to(rgba(75, 255, 0, 0.03))), #fff;
  background: linear-gradient(0deg, rgba(75, 255, 0, 0.03) 0%, rgba(75, 255, 0, 0.03) 100%), #fff;
  padding: 24px;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media (max-width: 768px) {
  .benefits__item {
    border-radius: 12px;
    padding: 16px;
    border: 1px solid var(--face-5, #4ea52a);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(75, 255, 0, 0.03)), to(rgba(75, 255, 0, 0.03))), #fff;
    background: linear-gradient(0deg, rgba(75, 255, 0, 0.03) 0%, rgba(75, 255, 0, 0.03) 100%), #fff;
  }
}
@media (any-hover: hover) {
  .benefits__item:hover .benefits__link svg {
    width: 12px;
    margin-right: 8px;
  }
}

.benefits__icon {
  width: 57px;
  height: 57px;
  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;
  margin: 0 auto 12px;
}

.benefits__title {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 120% */
  text-transform: uppercase;
  margin-bottom: 8px;
}

.benefits__desc {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  margin-bottom: 12px;
}

.benefits__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 113px;
  color: #4ea52a;
  border-radius: var(--Corner-Small, 8px);
  border: 0.5px solid var(--face-5, #4ea52a);
  background: var(--base-Bg-wite, #fff);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 768px) {
  .benefits__link {
    width: auto;
    padding: 5px 32px;
  }
}
.benefits__link svg {
  width: 0;
  height: 12px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-right: 0;
}

.testimonials {
  background: rgba(206, 206, 206, 0.1019607843);
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .testimonials {
    padding: 64px 0;
  }
}
@media (max-width: 768px) {
  .testimonials {
    overflow: hidden;
  }
}

.img-back--test {
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  z-index: 1;
}
.img-back--test-1 {
  top: 0;
}
@media (max-width: 768px) {
  .img-back--test-1 {
    display: none;
  }
}
.img-back--test-2 {
  top: inherit;
  bottom: 0;
}
@media (max-width: 768px) {
  .img-back--test-2 {
    display: none;
  }
}
.img-back--test-1-mob {
  display: none;
}
@media (max-width: 768px) {
  .img-back--test-1-mob {
    display: block;
  }
}
.img-back--test-2-mob {
  display: none;
}
@media (max-width: 768px) {
  .img-back--test-2-mob {
    display: block;
    display: block;
    width: auto;
    left: 0;
    right: inherit;
    top: inherit;
    height: auto;
  }
}

.testimonials__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.testimonials__title h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  text-align: center;
  position: relative;
}
.testimonials__title h2::after {
  content: "";
  margin: 0 auto;
  margin-top: 12px;
  display: block;
  width: 128px;
  height: 1px;
  background-color: #000;
}
@media (max-width: 768px) {
  .testimonials__title h2::after {
    margin-top: 4px;
  }
}
@media (max-width: 768px) {
  .testimonials__title h2 {
    font-size: 24px;
    line-height: 28px;
  }
}

.testimonials__subtitle {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .testimonials__subtitle {
    margin-top: 16px;
  }
}

.testimonials__center {
  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;
  gap: 40px;
}

.testimonials__highlight {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto minmax(0, 1fr) auto;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .testimonials__highlight {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.testimonials__nav {
  width: 48px;
  height: 48px;
}
@media (max-width: 768px) {
  .testimonials__nav {
    margin: 0 auto;
  }
}
@media (any-hover: hover) {
  .testimonials__nav:hover {
    color: #3a9c42;
  }
}
@media (max-width: 1024px) {
  .testimonials__nav {
    display: none;
  }
}
.testimonials__nav--next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.testimonials-slider {
  width: 100%;
  max-width: 1020px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
@media (max-width: 768px) {
  .testimonials-slider {
    overflow: visible;
    max-width: 538px;
  }
}
@media (max-width: 576px) {
  .testimonials-slider {
    max-width: 238px;
  }
}
.testimonials-slider .swiper-wrapper {
  height: 100%;
}

.testimonials-slide {
  border-radius: 24px;
  background: #fff;
  -webkit-box-shadow: 0 16px 32px -8px rgba(206, 206, 206, 0.2);
  box-shadow: 0 16px 32px -8px rgba(206, 206, 206, 0.2);
  overflow: hidden;
}
@media (max-width: 1024px) {
  .testimonials-slide {
    border-radius: 16px;
  }
}

.testimonials-slide__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 576px) {
  .testimonials-slide__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.testimonials-slide__image {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .testimonials-slide__image {
    height: 178px;
  }
}
.testimonials-slide__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.testimonials-slide__content {
  width: 100%;
  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%;
  padding: 32px 78px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .testimonials-slide__content {
    padding: 24px 48px;
  }
}
@media (max-width: 768px) {
  .testimonials-slide__content {
    padding: 16px;
  }
}

.testimonials-slide__rating {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .testimonials-slide__rating {
    gap: 4px;
    margin-bottom: 0;
  }
  .testimonials-slide__rating svg {
    width: 14px;
    height: 14px;
  }
}

.testimonials-slide__product {
  color: var(--Siccsess, #477f42);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .testimonials-slide__product {
    margin-bottom: 12px;
    line-height: 16px;
  }
}

.testimonials-slide__text {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 120% */
  text-transform: uppercase;
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid #c4c4c4;
}
@media (max-width: 768px) {
  .testimonials-slide__text {
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 12px;
    margin-bottom: 8px;
  }
}

.testimonials-slide__author p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  color: var(--Siccsess, #477f42);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .testimonials-slide__author p {
    font-size: 12px;
    line-height: 16px;
    gap: 0;
  }
}
.testimonials-slide__author p span {
  color: var(--medium-gray, #939292);
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .testimonials-slide__author p span {
    font-size: 12px;
    line-height: 16px;
  }
}

.testimonials__pagination {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  position: static;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .testimonials__pagination {
    margin-top: 16px;
  }
}

.testimonials__pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  padding: 2px;
  background: none;
  opacity: 1;
  margin: 0 !important;
  position: relative;
}
.testimonials__pagination .swiper-pagination-bullet::after {
  position: absolute;
  width: 12px;
  height: 12px;
  content: "";
  display: block;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #d1d1d6;
}

.testimonials__pagination .swiper-pagination-bullet-active {
  border: 4px solid #790000;
}
.testimonials__pagination .swiper-pagination-bullet-active::after {
  position: absolute;
  width: 12px;
  height: 12px;
  content: "";
  display: block;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #790000;
  border: 2px solid #fff;
}

.testimonials__autoplay {
  border-radius: 999px;
  border: 1px solid #790000;
  background: rgba(255, 255, 255, 0.7);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  width: 56px;
  height: 56px;
  position: absolute;
  bottom: 56px;
  z-index: 1;
}
.testimonials__autoplay span {
  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;
}
@media (any-hover: hover) {
  .testimonials__autoplay:hover {
    background: rgba(255, 255, 255, 0.859);
  }
}
@media (max-width: 1024px) {
  .testimonials__autoplay {
    display: none;
  }
}

.testimonials__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  max-width: 1020px;
}

.testimonials-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 160px) 2fr;
  grid-template-columns: minmax(0, 160px) 2fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  border-radius: 16px;
  background: #fff;
  -webkit-box-shadow: 0 16px 32px -8px rgba(206, 206, 206, 0.2);
  box-shadow: 0 16px 32px -8px rgba(206, 206, 206, 0.2);
  padding: 24px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media (max-width: 1024px) {
  .testimonials-item {
    -ms-grid-columns: minmax(0, 120px) 2fr;
    grid-template-columns: minmax(0, 120px) 2fr;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media (max-width: 768px) {
  .testimonials-item {
    -ms-grid-columns: minmax(0, 1.2fr) 0.8fr;
    grid-template-columns: minmax(0, 1.2fr) 0.8fr;
    padding: 16px;
  }
}

.testimonials-item__info {
  grid-row: 1/-1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 576px) {
  .testimonials-item__info {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}

.testimonials-item__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 576px) {
  .testimonials-item__meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 12px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.testimonials-item__date {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
}

.testimonials-item__verified {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}
.testimonials-item__verified svg {
  color: #4ea52a;
}

.testimonials-item__name {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.testimonials-item__product {
  color: #4e9b47;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.testimonials-item__rating {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
  color: #f0b90b;
}
.testimonials-item__rating svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
@media (max-width: 768px) {
  .testimonials-item__rating svg {
    width: 14px;
    height: 20px;
  }
}

.testimonials-item__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-width: 673px;
  margin-top: 8px;
}
@media (max-width: 576px) {
  .testimonials-item__text {
    grid-column: 1/-1;
  }
}

.faq {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .faq {
    padding: 48px 0;
  }
}

.img-back--faq {
  bottom: 0;
  width: 1146px;
  height: 901px;
  left: 0;
  right: inherit;
}
@media (max-width: 768px) {
  .img-back--faq-desk {
    display: none;
  }
}
.img-back--faq-mob {
  display: none;
}
@media (max-width: 768px) {
  .img-back--faq-mob {
    display: block;
    width: 528px;
    height: 561px;
    left: 50%;
    right: inherit;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.faq__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .faq__container {
    gap: 24px;
  }
}

.faq__title h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  text-align: center;
  position: relative;
}
.faq__title h2::after {
  content: "";
  margin: 0 auto;
  margin-top: 12px;
  display: block;
  width: 128px;
  height: 1px;
  background-color: #000;
}
@media (max-width: 768px) {
  .faq__title h2::after {
    margin-top: 4px;
  }
}
@media (max-width: 768px) {
  .faq__title h2 {
    font-size: 24px;
    line-height: 28px;
  }
}

.faq__subtitle {
  color: var(--base-bg-black, #000);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 120% */
  text-transform: uppercase;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .faq__subtitle {
    margin-top: 16px;
  }
}

.faq__tabs {
  padding: 48px 24px;
  background: rgba(239, 213, 0, 0.15);
  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;
}
@media (max-width: 768px) {
  .faq__tabs {
    padding: 16px 0;
  }
}

.faq__tabs-container {
  width: 100%;
  max-width: 1600px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[4];
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 768px) {
  .faq__tabs-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 12px;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .faq__tabs-container {
    -ms-grid-columns: none;
    grid-template-columns: none;
  }
}

.faq-tab {
  padding: 16px 32px;
  border-radius: 80px;
  border: 1px solid var(--dark-gray, #585858);
  background: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 150% */
  cursor: pointer;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
}
@media (max-width: 1024px) {
  .faq-tab {
    padding: 8px 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    scroll-snap-align: start;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    font-size: 16px;
    line-height: 20px; /* 125% */
  }
}
.faq-tab.is-active {
  background: var(--dark-gray, #585858);
  color: #fff;
  border-color: transparent;
  cursor: auto;
}
@media (any-hover: hover) {
  .faq-tab.is-active:hover {
    background: var(--dark-gray, #585858);
    color: #fff;
    border-color: transparent;
  }
}
@media (any-hover: hover) {
  .faq-tab:hover {
    border-color: #477f42;
    color: #477f42;
  }
}

.faq-panels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 1164px;
  margin: 0 auto;
  padding: 0 24px;
}

.faq-panel {
  display: none;
}
.faq-panel.is-active {
  display: block;
}

.faq-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.faq-accordion__trigger {
  width: 100%;
  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;
  gap: 24px;
  padding: 20px 24px;
  border-radius: 8px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(239, 213, 0, 0.03)), to(rgba(239, 213, 0, 0.03))), #fff;
  background: linear-gradient(0deg, rgba(239, 213, 0, 0.03) 0%, rgba(239, 213, 0, 0.03) 100%), #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 2px 6px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 2px 6px 2px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 100% */
  text-transform: uppercase;
  text-align: right;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 768px) {
  .faq-accordion__trigger {
    padding: 16px;
    font-weight: 400;
    -webkit-box-shadow: 0 16px 32px -8px rgba(206, 206, 206, 0.2);
    box-shadow: 0 16px 32px -8px rgba(206, 206, 206, 0.2);
  }
}
@media (any-hover: hover) {
  .faq-accordion__trigger:hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 6px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 6px 2px rgba(0, 0, 0, 0.1);
  }
}

.faq-accordion__icon {
  position: relative;
  width: 24px;
  height: 24px;
}
.faq-accordion__icon::before, .faq-accordion__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 16px;
  background: #12220e;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.faq-accordion__icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-accordion-item.is-open {
  -webkit-box-shadow: 0 16px 32px -8px rgba(206, 206, 206, 0.2);
  box-shadow: 0 16px 32px -8px rgba(206, 206, 206, 0.2);
}
.faq-accordion-item.is-open .faq-accordion__trigger {
  border-radius: 8px 8px 0 0;
  border-bottom: 1px solid var(--Grays-Gray-4, #d1d1d6);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(239, 213, 0, 0.03)), to(rgba(239, 213, 0, 0.03))), #fff;
  background: linear-gradient(0deg, rgba(239, 213, 0, 0.03) 0%, rgba(239, 213, 0, 0.03) 100%), #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .faq-accordion-item.is-open .faq-accordion__trigger {
    -webkit-box-shadow: 0 16px 32px -8px rgba(206, 206, 206, 0.2);
    box-shadow: 0 16px 32px -8px rgba(206, 206, 206, 0.2);
  }
}
.faq-accordion-item.is-open .faq-accordion__icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-accordion__content {
  border-radius: 0 0 8px 8px;
  background: #fff;
  padding: 16px 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .faq-accordion__content {
    padding: 16px;
  }
}

.contact {
  position: relative;
  padding: 40px 0;
}
@media (max-width: 1024px) {
  .contact {
    padding: 90px 0;
  }
}
@media (max-width: 768px) {
  .contact {
    padding: 70px 0;
  }
}

@media (max-width: 768px) {
  .img-back--contact-desk {
    display: none;
  }
}
.img-back--contact-mob {
  display: none;
}
@media (max-width: 768px) {
  .img-back--contact-mob {
    display: block;
    width: 332px;
    bottom: 53px;
    top: inherit;
    height: 222px;
  }
}

.contact__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .contact__container {
    gap: 24px;
  }
}

.contact__title h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  text-align: center;
  position: relative;
}
.contact__title h2::after {
  content: "";
  margin: 0 auto;
  margin-top: 12px;
  display: block;
  width: 128px;
  height: 1px;
  background-color: #000;
}
@media (max-width: 768px) {
  .contact__title h2::after {
    margin-top: 4px;
  }
}
@media (max-width: 768px) {
  .contact__title h2 {
    font-size: 24px;
    line-height: 28px;
  }
}

.contact-form {
  width: 100%;
  max-width: 1462px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 768px) {
  .contact-form {
    gap: 12px;
  }
}
.contact-form .contact-form__checkbox-box {
  background: #fff;
}
.contact-form .contact-form__checkbox-input:checked + .contact-form__checkbox-box {
  background: #fff;
}

.contact-form__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 16px;
}
@media (max-width: 768px) {
  .contact-form__grid {
    gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.contact-form__field {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
}
.contact-form__field span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
}
@media (max-width: 768px) {
  .contact-form__field span {
    display: block;
    margin-right: 16px;
    line-height: 24px;
  }
}
.contact-form__field input,
.contact-form__field textarea {
  width: 100%;
  border-radius: 4px;
  border: 1px solid var(--base-bg-black, #000);
  padding: 16px;
  background: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 150% */
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
@media (max-width: 768px) {
  .contact-form__field input,
  .contact-form__field textarea {
    font-size: 20px;
    line-height: 24px; /* 120% */
    padding: 8px 16px;
    height: 40px;
  }
}
.contact-form__field input:focus,
.contact-form__field textarea:focus {
  outline: none;
  border-color: #477f42;
}
.contact-form__field input::-webkit-input-placeholder, .contact-form__field textarea::-webkit-input-placeholder {
  color: #aeaeae;
  direction: rtl !important;
  text-align: right;
}
.contact-form__field input::-moz-placeholder, .contact-form__field textarea::-moz-placeholder {
  color: #aeaeae;
  direction: rtl !important;
  text-align: right;
}
.contact-form__field input:-ms-input-placeholder, .contact-form__field textarea:-ms-input-placeholder {
  color: #aeaeae;
  direction: rtl !important;
  text-align: right;
}
.contact-form__field input::-ms-input-placeholder, .contact-form__field textarea::-ms-input-placeholder {
  color: #aeaeae;
  direction: rtl !important;
  text-align: right;
}
.contact-form__field input::placeholder,
.contact-form__field textarea::placeholder {
  color: #aeaeae;
  direction: rtl !important;
  text-align: right;
}
.contact-form__field textarea {
  resize: none;
  min-height: 140px;
}
@media (max-width: 768px) {
  .contact-form__field textarea {
    min-height: 40px;
  }
}

.contact-form__field--full {
  grid-column: 1/-1;
}

.contact-form__checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
@media (max-width: 768px) {
  .contact-form__checkbox {
    font-size: 12px;
    line-height: 16px;
  }
}

.contact-form__checkbox-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
}

.contact-form__checkbox-box {
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  border-radius: 3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
}

.contact-form__checkbox-icon {
  width: 24px;
  height: 24px;
  opacity: 0;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.contact-form__checkbox-input:checked + .contact-form__checkbox-box {
  background: transparent;
  border-color: transparent;
}

.contact-form__checkbox-input:checked + .contact-form__checkbox-box .contact-form__checkbox-icon {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.contact-form__checkbox-input:focus-visible + .contact-form__checkbox-box {
  outline: 2px solid #477f42;
  outline-offset: 1px;
}

.contact-form__checkbox-input:disabled + .contact-form__checkbox-box,
.contact-form__checkbox-input:disabled ~ .contact-form__checkbox-label {
  opacity: 0.5;
  cursor: not-allowed;
}

.contact-form__submit {
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #477f42;
  color: #fff;
}
@media (max-width: 768px) {
  .contact-form__submit {
    width: 100%;
    padding: 16px 24px;
  }
}

.product-hero__img-back {
  bottom: 0;
  left: 0;
  right: inherit;
  top: inherit;
  height: auto;
  width: auto;
}
@media (max-width: 1280px) {
  .product-hero__img-back {
    display: none;
  }
}

@media (max-width: 768px) {
  .breadcrumb--product {
    padding: 0 0 8px 0px;
  }
}

.product-hero__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 719px) 1fr;
  grid-template-columns: minmax(0, 719px) 1fr;
  gap: 24px;
  padding: 0 24px;
  max-width: 1760px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding-bottom: 26px;
}
@media (max-width: 1280px) {
  .product-hero__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .product-hero__container {
    gap: 12px;
  }
}

.product-hero__advantages {
  width: calc(100% + 48px);
  margin-right: -24px;
}

.product-swiper {
  width: 100%;
  border-radius: 24px;
  height: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  .product-swiper {
    border-radius: 8px;
  }
}
@media (max-width: 768px) {
  .product-swiper {
    height: 285px;
    width: calc(100% + 48px);
    margin-right: -24px;
    padding: 0 24px;
  }
}
.product-swiper .swiper-wrapper {
  height: 100%;
}

@media (max-width: 768px) {
  .product-hero__category-icon {
    width: 32px;
    height: 32px;
  }
}

.product-hero__nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 56px;
  position: absolute;
  bottom: 16px;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(51%);
  -ms-transform: translateX(51%);
  transform: translateX(51%);
}
@media (max-width: 1280px) {
  .product-hero__nav-wrap {
    display: none;
  }
}

.product-hero__nav {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .product-hero__nav:hover {
    color: #477f42;
  }
}

.product-hero__media {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 1024px) {
  .product-hero__media {
    border-radius: 8px;
  }
}

.product-hero__media img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: inherit;
}

.product-hero__zoom {
  position: absolute;
  top: 16px;
  right: 16px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.product-hero__zoom svg {
  width: 54px;
  height: 54px;
}
@media (any-hover: hover) {
  .product-hero__zoom:hover {
    color: #4ea52a;
  }
}
@media (max-width: 1024px) {
  .product-hero__zoom {
    display: none;
  }
}

.product-hero__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 768px) {
  .product-hero__info {
    gap: 10px;
  }
}

.product-hero__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 768px) {
  .product-hero__top {
    gap: 14px;
  }
}

.product-hero__top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.product-hero__top-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.product-ingredients__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.product-ingredients__toggle.is-open .product-ingredients__icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.product-ingredients__icon {
  display: none;
  width: 24px;
  height: 24px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 768px) {
  .product-ingredients__icon {
    display: block;
  }
}

.product-hero__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 768px) {
  .product-hero__bottom {
    gap: 8px;
  }
}

.product-hero__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.product-hero__labels {
  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;
}

.product-hero__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  border-radius: 48px;
  color: var(--face-5, #4ea52a);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  text-transform: uppercase;
  border: 0.5px solid var(--face-5, #4ea52a);
  width: auto;
}

.product-hero__icon {
  background: #4ea52a;
  color: #fff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  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;
}

.product-hero__title {
  padding: 8px 0;
}
@media (max-width: 768px) {
  .product-hero__title {
    padding-bottom: 0;
  }
}
.product-hero__title h1 {
  font-size: 32px;
  font-weight: 400;
  text-align: right;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .product-hero__title h1 {
    font-size: 20px;
  }
}

.product-hero__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.product-hero__rating .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  color: #f0b90b;
}

.product-hero__rating .stars svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 768px) {
  .product-hero__rating .stars svg {
    width: 16px;
    height: 16px;
  }
}

.product-hero__rating a {
  color: #3d3d3d;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-decoration-line: underline;
}

.product-hero__quote {
  background: rgba(239, 213, 0, 0.1);
  padding: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  text-transform: uppercase;
}

.product-hero__desc {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  text-transform: uppercase;
  color: #000;
}

.product-hero__section {
  margin-top: 8px;
}

.product-hero__section h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .product-card__section--bottom {
    display: none;
  }
}

.product-hero__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.product-hero__tags li {
  background: #f5f9f2;
  border-radius: 8px;
  padding: 6px 12px;
  font-size: 14px;
}

.product-hero__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 8px;
  font-size: 20px;
}

.product-hero__price-current {
  font-weight: 700;
}

.product-hero__price-old {
  text-decoration: line-through;
  color: rgba(18, 34, 14, 0.4);
}

@media (max-width: 768px) {
  .product-hero__qty {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.product-hero__cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 32px;
  background-color: #477f42;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.product-hero__cta svg {
  width: 24px;
  height: 24px;
}
@media (max-width: 768px) {
  .product-hero__cta {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    padding: 8px 32px;
  }
}

.product-hero__variants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin-top: 12px;
}
@media (max-width: 768px) {
  .product-hero__variants {
    margin-top: 0;
    gap: 8px;
  }
}

.product-hero__variant {
  background: #f4f4f4;
  border-radius: 8px;
  padding: 24px;
  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;
}
@media (max-width: 768px) {
  .product-hero__variant {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px;
    gap: 12px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.product-hero__variant-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 768px) {
  .product-hero__variant-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 8px;
  }
}

.product-hero__variant-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
@media (max-width: 768px) {
  .product-hero__variant-content {
    gap: 0;
  }
}

.product-hero__variant-title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 100% */
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .product-hero__variant-title {
    font-size: 16px;
    line-height: 20px; /* 125% */
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

@media (max-width: 768px) {
  .product-hero__variant-price span {
    font-size: 16px !important;
  }
}

.badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  text-transform: uppercase;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 48px;
  background: rgba(153, 204, 85, 0.7);
}
@media (max-width: 768px) {
  .badge {
    padding: 2px 8px;
  }
}

.badge--brown {
  background: rgba(224, 192, 169, 0.7);
}

.product-hero__footer {
  padding-left: 24px;
}
@media (max-width: 1280px) {
  .product-hero__footer {
    padding-left: 0;
  }
}

.product-faq__wrapper {
  display: -ms-grid;
  display: grid;
  height: auto;
  -ms-grid-columns: 1.1fr 0.9fr;
  grid-template-columns: 1.1fr 0.9fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .product-faq__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.product-faq__img-back {
  top: 0;
  right: 0;
  width: auto;
  height: auto;
}
@media (max-width: 768px) {
  .product-faq__img-back {
    height: 91px;
    top: -35px;
  }
}

.product-faq__content {
  padding: 80px;
  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;
  align-items: center;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 1280px) {
  .product-faq__content {
    padding: 48px;
  }
}
@media (max-width: 768px) {
  .product-faq__content {
    padding: 48px 24px;
    background: rgba(206, 206, 206, 0.1);
  }
}

.product-faq__title h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  text-align: center;
  position: relative;
}
.product-faq__title h2::after {
  content: "";
  margin: 0 auto;
  margin-top: 12px;
  display: block;
  width: 128px;
  height: 1px;
  background-color: #000;
}
@media (max-width: 768px) {
  .product-faq__title h2::after {
    margin-top: 4px;
  }
}
@media (max-width: 768px) {
  .product-faq__title h2 {
    font-size: 24px;
    line-height: 28px;
  }
}

.product-faq__text {
  margin: 8px auto 0;
}
.product-faq__text p {
  font-size: 20px;
  line-height: 24px;
}

.product-faq__list {
  margin-top: 24px;
  width: 100%;
}

.product-faq__img {
  height: 100%;
}
.product-faq__img img {
  width: 100%;
  height: 100%;
  margin-bottom: -4px;
}

.testimonials__highlight.product-testimonials__highlight {
  margin-bottom: 16px;
}

.testimonials__center.product-testimonials__center {
  gap: 24px;
  width: 100%;
}

.product-testimonials-filter {
  border-bottom: 1px solid #cecece;
  padding-bottom: 8px;
  max-width: 1020px;
}

.thankyou {
  height: calc(100vh - 89px);
  max-height: 1080px;
}

.thankyou__container {
  height: 100%;
  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;
}

.thankyou__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .thankyou__content {
    gap: 8px;
  }
}

.thankyou__title h1 {
  font-size: 96px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
}
@media (max-width: 768px) {
  .thankyou__title h1 {
    font-size: 56px;
  }
}

.thankyou__text {
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 48px;
  width: 720px;
}
@media (max-width: 768px) {
  .thankyou__text {
    width: 258px;
    font-size: 20px;
    line-height: 24px;
  }
}

.catalog-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 277px 1fr;
  grid-template-columns: 277px 1fr;
  gap: 24px;
}
@media (max-width: 1024px) {
  .catalog-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.site-container--product {
  overflow: hidden;
}

.cat-decor-1 {
  left: 0;
  top: 2310px;
}
.cat-decor-2 {
  left: 0;
  top: 6090px;
}
@media (max-width: 768px) {
  .cat-decor-2 {
    top: 8830px;
    width: 240px;
  }
}
.cat-decor-3 {
  right: 0;
  top: -121px;
}
@media (max-width: 1280px) {
  .cat-decor-3 {
    width: 130px;
    top: -60px;
  }
}
@media (max-width: 768px) {
  .cat-decor-3 {
    top: -42px;
    width: 100px;
  }
}
.cat-decor-4 {
  left: 0;
  top: 60px;
}
@media (max-width: 1024px) {
  .cat-decor-4 {
    display: none;
  }
}
.cat-decor-5 {
  right: 0;
  top: 3440px;
}
@media (max-width: 768px) {
  .cat-decor-5 {
    width: 230px;
    top: 6130px;
  }
}
.cat-decor-6 {
  right: 0;
  top: 1080px;
}
@media (max-width: 768px) {
  .cat-decor-6 {
    top: 5%;
    width: 130px;
  }
}

.catalog-focus--catalog {
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .catalog-focus--catalog {
    padding-bottom: 48px;
  }
}

.cat-2-decor-5 {
  bottom: 13%;
}
@media (max-width: 768px) {
  .cat-2-decor-5 {
    bottom: 5%;
  }
}

.catalog-product__container {
  max-width: 1740px;
}

.catalog-product {
  padding-top: 0;
}

.about-top {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (auto)[3];
  grid-template-rows: repeat(3, auto);
}

.breadcrumbs-about {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
}
@media (max-width: 1024px) {
  .breadcrumbs-about {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}

.about-hero {
  position: relative;
  width: 100%;
}
.about-hero__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.5fr 1.5fr;
  grid-template-columns: 0.5fr 1.5fr;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0;
}
@media (max-width: 1024px) {
  .about-hero__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    min-height: auto;
  }
}
.about-hero__image {
  position: relative;
  overflow: hidden;
}
.about-hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .about-hero__image {
    max-height: 400px;
  }
}
.about-hero .about-hero__image-mob {
  display: none;
}
@media (max-width: 1024px) {
  .about-hero .about-hero__image-mob {
    display: block;
  }
}
@media (max-width: 1024px) {
  .about-hero .about-hero__image-desk {
    display: none;
  }
}
.about-hero__content {
  background: #fffbe9 url("../img/about/Frame3465862.jpg") no-repeat center/cover;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 80px 60px;
}
@media (max-width: 1024px) {
  .about-hero__content {
    background: transparent;
    padding: 0 24px 8px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.about-hero__title {
  width: 100%;
}
.about-hero__title h1 {
  color: #000;
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px; /* 125% */
  letter-spacing: 1.28px;
}
@media (max-width: 1024px) {
  .about-hero__title h1 {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 125% */
    letter-spacing: 0;
  }
}
.about-hero__text {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(18, 34, 14, 0.8);
}
@media (max-width: 1024px) {
  .about-hero__text {
    font-size: 16px;
  }
}

.about-team {
  padding-top: 40px;
  position: relative;
}
@media (max-width: 768px) {
  .about-team {
    padding-top: 50px;
  }
}

.about-team__img-back {
  left: 0;
  right: inherit;
  top: 520px;
  width: auto;
  height: auto;
}
@media (max-width: 768px) {
  .about-team__img-back {
    width: 76px;
    top: 830px;
  }
}

.about-team__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #000;
  position: relative;
  z-index: 1;
  max-width: 1464px;
}

.about-team__title {
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .about-team__title {
    margin-bottom: 16px;
  }
}
.about-team__title h2 {
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px; /* 125% */
}
@media (max-width: 1024px) {
  .about-team__title h2 {
    font-size: 24px;
    line-height: 28px; /* 116.667% */
    text-align: center;
  }
}

.about-team__subtitle {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 150% */
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .about-team__subtitle {
    font-size: 20px;
    line-height: 30px; /* 150% */
    margin-bottom: 16px;
    text-align: right;
  }
}

.about-team__desc {
  margin-top: 56px;
  margin-bottom: 64px;
}
@media (max-width: 1024px) {
  .about-team__desc {
    margin-top: 24px;
    margin-bottom: 16px;
  }
}
.about-team__desc h3 {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px; /* 150% */
}
@media (max-width: 1024px) {
  .about-team__desc h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    text-align: center;
  }
}

.about-team__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 84px;
}
@media (max-width: 1024px) {
  .about-team__intro {
    font-size: 16px;
    margin-bottom: 48px;
    text-align: right;
    line-height: 24px;
  }
}
.about-team__intro div:first-child {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .about-team__intro div:first-child {
    font-size: 16px;
    line-height: 28px;
  }
}

.about-memb {
  padding-top: 64px;
}
@media (max-width: 768px) {
  .about-memb {
    padding: 0;
  }
}

.about-memb__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
}

.about-memb__heading {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .about-memb__heading {
    margin-bottom: 32px;
  }
}
.about-memb__heading h3 {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px; /* 150% */
}
@media (max-width: 1024px) {
  .about-memb__heading h3 {
    font-size: 24px;
    line-height: 32px; /* 133.333% */
  }
}

.about-memb__members {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 70px;
  margin-bottom: 98px;
}
@media (max-width: 1024px) {
  .about-memb__members {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 62px 24px;
    margin-bottom: 90px;
    width: 100%;
  }
}

.about-memb__member {
  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;
}
.about-memb__member div:nth-child(2) {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 120% */
  margin-bottom: 2px;
}
@media (max-width: 768px) {
  .about-memb__member div:nth-child(2) {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 4px;
  }
}
.about-memb__member div:nth-child(3) {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
}
@media (max-width: 768px) {
  .about-memb__member div:nth-child(3) {
    font-size: 12px;
    line-height: 16px; /* 133.333% */
  }
}

.about-memb__photo {
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .about-memb__photo {
    width: 152px;
    margin-bottom: 16px;
  }
}
.about-memb__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.about-memb__quote {
  margin-top: 64px;
  margin-bottom: 128px;
  text-align: center;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .about-memb__quote {
    padding: 28px 0;
    margin-top: 0;
    margin-bottom: 60px;
  }
}
.about-memb__quote p {
  max-width: 100%;
}
@media (max-width: 768px) {
  .about-memb__quote p {
    font-size: 24px;
    line-height: 32px; /* 133.333% */
  }
}

.about-mission {
  background: #f9f2ec;
  padding: 128px 0;
}
@media (max-width: 768px) {
  .about-mission {
    padding: 32px 0;
  }
}

.about-mission__wrapper {
  position: relative;
  z-index: 1;
}

.about-mission__img-back {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto;
  height: auto;
}
@media (max-width: 1024px) {
  .about-mission__img-back {
    width: 76px;
    top: 74%;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.about-mission__container {
  max-width: 1456px;
  margin: 0 auto;
  text-align: center;
}
.about-mission__container div {
  width: 100%;
  color: #3d3d3d;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px; /* 150% */
}
@media (max-width: 768px) {
  .about-mission__container div {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
  }
}

.about-belief {
  position: relative;
  padding: 100px 0 128px;
}
@media (max-width: 768px) {
  .about-belief {
    padding: 48px 0;
  }
}

.about-belief__container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1462px;
}

.about-belief__heading h2 {
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px; /* 125% */
  margin: 0 auto 32px;
  text-align: center;
}
@media (max-width: 768px) {
  .about-belief__heading h2 {
    font-size: 24px;
    line-height: 32px; /* 133.333% */
    margin-bottom: 24px;
  }
}

.about-belief__img-wrap {
  width: 100%;
  margin-bottom: 122px;
}
@media (max-width: 768px) {
  .about-belief__img-wrap {
    margin-bottom: 24px;
    width: calc(100% + 48px);
    margin-right: -24px;
  }
}

.about-belief__img {
  width: 100%;
}
@media (max-width: 768px) {
  .about-belief__img--desk {
    display: none;
  }
}
.about-belief__img--mob {
  display: none;
}
@media (max-width: 768px) {
  .about-belief__img--mob {
    display: block;
  }
}

.about-belief__text {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 127px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
@media (max-width: 768px) {
  .about-belief__text {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px;
    font-size: 16px;
    line-height: 24px;
  }
}
.about-belief__text div {
  position: relative;
  z-index: 1;
}

.about-ingredients {
  position: relative;
  padding-bottom: 128px;
}
@media (max-width: 768px) {
  .about-ingredients {
    padding-bottom: 48px;
  }
}

.about-ingredients__img-back {
  left: 0;
  right: inherit;
  top: -130%;
  width: auto;
  height: auto;
}
@media (max-width: 1024px) {
  .about-ingredients__img-back {
    display: none;
  }
}

.about-ingredients__container {
  position: relative;
  z-index: 1;
  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;
  gap: 54px;
  text-align: center;
}
@media (max-width: 768px) {
  .about-ingredients__container {
    gap: 32px;
  }
}

.about-ingredients__heading h2 {
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px; /* 125% */
}
@media (max-width: 768px) {
  .about-ingredients__heading h2 {
    font-size: 24px;
    line-height: 32px; /* 133.333% */
  }
}

.about-ingredients__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 67px;
  width: 100%;
}
@media (max-width: 1280px) {
  .about-ingredients__list {
    gap: 48px;
  }
}
@media (max-width: 1024px) {
  .about-ingredients__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .about-ingredients__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 40px;
  }
}

.about-ingredients__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;
  text-align: center;
}
.about-ingredients__item img {
  width: 160px;
  aspect-ratio: 1/1;
  height: auto;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .about-ingredients__item img {
    margin-bottom: 13px;
  }
}
.about-ingredients__item h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .about-ingredients__item h4 {
    margin-bottom: 3px;
  }
}
.about-ingredients__item p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 0 16px;
}
@media (max-width: 768px) {
  .about-ingredients__item p {
    padding: 0 20px;
  }
}

.about-nature {
  position: relative;
  padding: 104px 0 128px;
}
@media (max-width: 768px) {
  .about-nature {
    padding: 57px 24px 125.5px;
  }
}

.about-nature__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .about-nature__img--desk {
    display: none;
  }
}
.about-nature__img--mob {
  display: none;
}
@media (max-width: 768px) {
  .about-nature__img--mob {
    display: block;
  }
}

.about-nature__container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  gap: 26px;
  max-width: 960px;
  margin: 0 auto;
  color: #fff;
}
@media (max-width: 768px) {
  .about-nature__container {
    gap: 20px;
    padding-right: 0;
    padding-left: 0;
  }
}

.about-nature__heading div {
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px; /* 125% */
}
@media (max-width: 768px) {
  .about-nature__heading div {
    font-size: 32px;
    line-height: 40px; /* 125% */
  }
}

.about-nature__text div {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 150% */
}
@media (max-width: 768px) {
  .about-nature__text div {
    font-size: 24px;
    line-height: 32px; /* 133.333% */
  }
}

.contacts-hero {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width: 1024px) {
  .contacts-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.contacts-hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.contacts-hero__img--desk {
  display: block;
}
@media (max-width: 768px) {
  .contacts-hero__img--desk {
    display: none;
  }
}
.contacts-hero__img--mob {
  display: none;
}
@media (max-width: 768px) {
  .contacts-hero__img--mob {
    display: block;
  }
}

.contacts-hero__form {
  background: rgba(239, 213, 0, 0.1);
  padding: 40px 80px 116px;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .contacts-hero__form {
    padding: 25px 24px 45px;
  }
}

.contacts-hero__heading h1 {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px; /* 150% */
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .contacts-hero__heading h1 {
    font-size: 24px;
    line-height: 32px; /* 133.333% */
    margin-bottom: 6px;
    text-align: center;
  }
}

.contacts-hero__desc p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  margin: 0 auto 64px;
}
@media (max-width: 768px) {
  .contacts-hero__desc p {
    line-height: 24px; /* 150% */
    margin-bottom: 15px;
    font-size: 16px;
    text-align: center;
    max-width: 220px;
  }
}

.contacts-hero-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 719px;
  margin: 0 auto;
}

.contact-form__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 768px) {
  .contact-form__bottom {
    gap: 3px;
  }
}

/* Общий стиль полей */
.contacts-hero-form__field {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  color: #000;
  line-height: 36px; /* 150% */
  position: relative;
}
@media (max-width: 768px) {
  .contacts-hero-form__field {
    font-size: 16px;
    line-height: 24px;
  }
}
.contacts-hero-form__field span {
  position: absolute;
  white-space: nowrap;
  bottom: 16px;
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .contacts-hero-form__field span {
    bottom: 8px;
  }
}
@media (max-width: 768px) {
  .contacts-hero-form__field.focus {
    font-size: 12px;
    line-height: 16px;
  }
}
.contacts-hero-form__field.focus span {
  top: -16px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .contacts-hero-form__field.focus span {
    top: -8px;
    font-size: 12px;
    line-height: 16px;
  }
}
.contacts-hero-form__field--textarea {
  height: 244px;
}
@media (max-width: 768px) {
  .contacts-hero-form__field--textarea {
    height: 80px;
  }
}
.contacts-hero-form__field--textarea textarea {
  width: 100%;
  height: 100%;
  padding: 40px 16px;
  resize: none;
  border-radius: 8px;
  border: 1px solid #3d3d3d;
  color: #000;
  background: #fff;
  outline: none;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 768px) {
  .contacts-hero-form__field--textarea textarea {
    padding: 8px 16px;
    font-size: 16px;
  }
}
.contacts-hero-form__field--textarea span {
  color: #939292;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  top: 40px;
  right: 16px;
}
@media (max-width: 768px) {
  .contacts-hero-form__field--textarea span {
    top: 8px;
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 768px) {
  .contacts-hero-form__field--textarea.focus textarea {
    padding-top: 24px;
  }
}
.contacts-hero-form__field--textarea.focus span {
  top: 16px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .contacts-hero-form__field--textarea.focus span {
    top: 4px;
    font-size: 12px;
    line-height: 16px;
  }
}

.contacts-hero-form__field input {
  border: none;
  width: 100%;
  border-bottom: 1px solid #000;
  background: transparent;
  outline: none;
  padding: 16px 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  color: #000;
}
@media (max-width: 768px) {
  .contacts-hero-form__field input {
    padding: 8px 0;
    font-size: 16px;
    line-height: 24px;
  }
}

.contacts-hero-form__field-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 768px) {
  .contacts-hero-form__field-wrap {
    gap: 8px;
    margin-top: 18px;
  }
}
@media (max-width: 768px) {
  .contacts-hero-form__field-wrap .contact-form__checkbox-label {
    font-size: 16px;
  }
}

.contacts-hero-form__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 768px) {
  .contacts-hero-form__wrapper {
    gap: 7px;
  }
}

.contact-form__note {
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .contact-form__note {
    font-size: 12px;
    line-height: 16px;
  }
}

.contacts-info {
  position: relative;
  padding: 128px 0;
}
@media (max-width: 1024px) {
  .contacts-info {
    padding: 0 0 54px;
  }
}

.contact-info__img-back {
  width: auto;
  height: auto;
  z-index: 1;
}
.contact-info__img-back--1 {
  bottom: 0;
  left: 0;
  top: inherit;
  right: inherit;
}
@media (max-width: 1024px) {
  .contact-info__img-back--1 {
    width: 124px;
  }
}
.contact-info__img-back--2 {
  top: -150px;
  right: 0;
  left: inherit;
}
@media (max-width: 1280px) {
  .contact-info__img-back--2 {
    display: none;
  }
}

.contacts-info__container {
  position: relative;
  max-width: 1768px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width: 1024px) {
  .contacts-info__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.contacts-info__left {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  padding: 64px;
  text-align: center;
  background: #f8f8f8;
  position: relative;
}
@media (max-width: 1640px) {
  .contacts-info__left {
    z-index: 2;
  }
}
@media (max-width: 1440px) {
  .contacts-info__left {
    padding: 48px;
  }
}
@media (max-width: 1024px) {
  .contacts-info__left {
    padding: 32px 40px;
    margin: -157px 24px 0;
    z-index: 0;
  }
}

.contacts-info__title h3 {
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px; /* 150% */
}
@media (max-width: 1024px) {
  .contacts-info__title h3 {
    font-size: 24px;
    line-height: 32px; /* 133.333% */
  }
}
.contacts-info__title {
  margin-bottom: 76px;
}
@media (max-width: 1280px) {
  .contacts-info__title {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .contacts-info__title {
    margin-bottom: 0;
  }
}

.contacts-info__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
}
@media (max-width: 1440px) {
  .contacts-info__list {
    gap: 48px;
  }
}
@media (max-width: 1280px) {
  .contacts-info__list {
    gap: 32px;
  }
}
@media (max-width: 576px) {
  .contacts-info__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.contacts-info__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  gap: 24px;
  text-decoration: none;
  color: #000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
}
@media (max-width: 1280px) {
  .contacts-info__list li a {
    font-size: 18px;
    line-height: 28px;
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .contacts-info__list li a {
    font-size: 20px;
    line-height: 24px;
    gap: 23px;
  }
}
.contacts-info__list li a:hover {
  color: #4ea52a;
}
.contacts-info__list li a div {
  background: #fff;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  border: 1px solid #3d3d3d;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 1440px) {
  .contacts-info__list li a div {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 768px) {
  .contacts-info__list li a div {
    width: 48px;
    height: 48px;
  }
}
.contacts-info__list li a div svg {
  width: 40px;
  height: 40px;
  color: #4ea52a;
}
@media (max-width: 1440px) {
  .contacts-info__list li a div svg {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 768px) {
  .contacts-info__list li a div svg {
    width: 22px;
    height: 22px;
  }
}

.contacts-info__socials {
  margin-top: 108px;
}
@media (max-width: 1440px) {
  .contacts-info__socials {
    margin-top: 64px;
  }
}
@media (max-width: 1024px) {
  .contacts-info__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 768px) {
  .contacts-info__socials {
    margin-top: 9px;
    gap: 35px;
  }
  .contacts-info__socials svg {
    width: 30px;
    height: 30px;
  }
}

.contacts-info__right {
  height: 100%;
}
.contacts-info__right img {
  width: 100%;
  height: 100%;
}

.contacts-info__img--desk {
  display: block;
}
@media (max-width: 768px) {
  .contacts-info__img--desk {
    display: none;
  }
}
.contacts-info__img--mob {
  display: none;
}
@media (max-width: 768px) {
  .contacts-info__img--mob {
    display: block;
  }
}