.card-product {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card-product__link {
  display: contents;
}
.card-product__head {
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 10px 10px 24px;
  border-radius: 10px 10px 15px 15px;
  background-color: #FFFFFF;
  color: #403A2F;
}
.card-product__head::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 0;
  height: 10px;
  transform: translateY(50%);
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='7.98227' cy='4.98227' r='4.98227' fill='%23E9EADF'/%3E%3C/svg%3E%0A");
  background-repeat: space;
}
.card-product__preview {
  aspect-ratio: 1.5;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: #E9EADF;
  cursor: pointer;
}
.card-product__tags {
  position: absolute;
  top: 20px;
  right: 20px;
  left: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.card-product__tag {
  display: block;
  padding: 8px 20px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.7);
  border-image-source: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  font-family: "StampatelloFaceto";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
}
@media (max-width: 1439.98px) {
  .card-product__tag {
    font-family: "StampatelloFaceto";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 110%;
  }
}
@media (max-width: 767.98px) {
  .card-product__tag {
    font-family: "StampatelloFaceto";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 110%;
  }
}
.card-product__title {
  margin-bottom: 10px;
  padding: 0px 14px;
  color: #33501E;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
}
@media (max-width: 1439.98px) {
  .card-product__title {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
  }
}
@media (max-width: 767.98px) {
  .card-product__title {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
  }
}
.card-product__description {
  padding: 0px 14px;
  font-family: "StampatelloFaceto";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
}
@media (max-width: 1439.98px) {
  .card-product__description {
    font-family: "StampatelloFaceto";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
  }
}
@media (max-width: 767.98px) {
  .card-product__description {
    font-family: "StampatelloFaceto";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
  }
}
.card-product__body {
  padding: 26px 16px 20px;
  border-radius: 15px 15px 10px 10px;
  background-color: #FFFFFF;
}
.card-product__values {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 5px;
}
.card-product__value {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  color: rgba(64, 58, 47, 0.8);
  white-space: nowrap;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  line-height: 1;
}
@media (max-width: 1439.98px) {
  .card-product__value {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
  }
}
@media (max-width: 767.98px) {
  .card-product__value {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
  }
}
.card-product__value hr {
  width: 100%;
  margin: 0;
  border: 0;
  border-bottom: 1px dotted rgba(64, 58, 47, 0.8);
}
.card-condition {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #403A2F;
}
.card-condition__head {
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
  padding: 20px;
  min-height: 160px;
  border-radius: 10px 10px 15px 15px;
  background-color: #FFFFFF;
}
.card-condition__head::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 0;
  height: 10px;
  transform: translateY(50%);
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='7.98227' cy='4.98227' r='4.98227' fill='%23E9EADF'/%3E%3C/svg%3E%0A");
  background-repeat: space;
}
.card-condition__preview {
  aspect-ratio: 1.72;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  background-color: #E9EADF;
}
.card-condition__body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10px 10px;
  border-radius: 15px 15px 10px 10px;
  background-color: #FFFFFF;
}
.card-condition__title {
  text-align: center;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
}
@media (max-width: 1439.98px) {
  .card-condition__title {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
  }
}
@media (max-width: 767.98px) {
  .card-condition__title {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
  }
}
.card-condition__description {
  text-align: center;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
@media (max-width: 1439.98px) {
  .card-condition__description {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
  }
}
@media (max-width: 767.98px) {
  .card-condition__description {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
  }
}
.card-article {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #403A2F;
}
.card-article__head {
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 10px 10px 15px;
  border-radius: 10px 10px 15px 15px;
  background-color: #FFFFFF;
}
.card-article__head::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 0;
  height: 10px;
  transform: translateY(50%);
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='7.98227' cy='4.98227' r='4.98227' fill='%23E9EADF'/%3E%3C/svg%3E%0A");
  background-repeat: space;
}
.card-article__preview {
  aspect-ratio: 1.6086956522;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  background-color: #E9EADF;
}
.card-article__body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 30px 30px 20px;
  border-radius: 15px 15px 10px 10px;
  background-color: #FFFFFF;
}
.card-article__description {
  text-align: center;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
@media (max-width: 1439.98px) {
  .card-article__description {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
  }
}
@media (max-width: 767.98px) {
  .card-article__description {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
  }
}
.card-recipe {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #FFFFFF;
  color: #403A2F;
}
.card-recipe__link {
  display: contents;
}
.card-recipe__head {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 20px 25px 25px;
}
.card-recipe__preview {
  aspect-ratio: 1.4974093264;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  background-color: #E9EADF;
}
.card-recipe__tags {
  position: absolute;
  top: 30px;
  right: 35px;
  left: 35px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.card-recipe__tag {
  display: block;
  padding: 8px 20px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.7);
  border-image-source: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(4px);
  font-family: "StampatelloFaceto";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
}
@media (max-width: 1439.98px) {
  .card-recipe__tag {
    font-family: "StampatelloFaceto";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 110%;
  }
}
@media (max-width: 767.98px) {
  .card-recipe__tag {
    font-family: "StampatelloFaceto";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 110%;
  }
}
.card-recipe__description {
  display: block;
  max-width: calc(100% - 80px);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  font-family: "StampatelloFaceto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
}
@media (max-width: 1439.98px) {
  .card-recipe__description {
    font-family: "StampatelloFaceto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
  }
}
@media (max-width: 767.98px) {
  .card-recipe__description {
    font-family: "StampatelloFaceto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
  }
}
.card-recipe__body {
  flex-grow: 1;
  padding: 0px 25px 25px;
  position: relative;
}
.card-recipe__button {
  position: absolute;
  right: 25px;
  bottom: 25px;
}
.page-banner {
  background-image: url(../themes/app/assets/images/pages/home/banner/background.svg);
  background-color: #FFFFFF;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
}
.page-banner__content {
  min-height: 100svh;
  padding-top: calc(120px + 40px);
  padding-bottom: 40px;
  display: grid;
  grid-template-areas: "t p" "d p" "f p";
  grid-template-rows: 1fr auto 1fr;
  grid-template-columns: 8fr 6fr;
  gap: 30px;
}
@media (max-width: 1023.98px) {
  .page-banner__content {
    grid-template-areas: "t" "d" "p" "f";
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }
}
.page-banner__title {
  grid-area: t;
  align-self: flex-end;
  color: #33501E;
  font-family: "GibbSans";
  font-style: normal;
  font-weight: 400;
  font-size: 65px;
  line-height: 100%;
}
@media (max-width: 1439.98px) {
  .page-banner__title {
    font-family: "GibbSans";
    font-style: normal;
    font-weight: 400;
    font-size: 52px;
    line-height: 100%;
  }
}
@media (max-width: 767.98px) {
  .page-banner__title {
    font-family: "GibbSans";
    font-style: normal;
    font-weight: 400;
    font-size: 45.5px;
    line-height: 100%;
  }
}
.page-banner__description {
  grid-area: d;
  align-self: flex-start;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
}
@media (max-width: 1439.98px) {
  .page-banner__description {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
  }
}
@media (max-width: 767.98px) {
  .page-banner__description {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
  }
}
.page-banner__footer {
  grid-area: f;
}
.page-banner__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.page-banner__preview {
  position: relative;
  grid-area: p;
  align-self: center;
}
.page-banner__label {
  position: absolute;
  z-index: 3;
  right: 0;
  top: 110%;
}
@media (max-width: 1023.98px) {
  .page-banner__label {
    position: relative;
    left: 320px;
    top: unset;
    right: unset;
  }
}
@media (max-width: 575.98px) {
  .page-banner__label {
    left: 40%;
  }
}
.page-banner-preview {
  position: relative;
  align-items: center;
  max-width: 470px;
  width: 100%;
}
.page-banner-preview__decoration {
  position: absolute;
  inset: 0;
  z-index: 0;
  transform: translate(-25px, -25px);
}
.page-banner-preview__decoration img {
  object-fit: contain;
}
.page-banner-preview__media {
  position: relative;
  z-index: 1;
}
.page-banner-preview__circle-1, .page-banner-preview__circle-2 {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.page-banner-preview__circle-1 svg, .page-banner-preview__circle-2 svg {
  max-width: 100%;
  height: auto;
  animation: circle-rotate 30s linear infinite;
}
.page-banner-preview__circle-1 {
  transform: translate(-10px, 20px);
}
.page-banner-preview__circle-2 {
  transform: translate(15px, 30px);
}
.page-banner-label {
  max-width: 200px;
  color: #33501E;
}
.page-banner-label__arrow {
  position: absolute;
  right: 30px;
  top: -100px;
  width: 65px;
  height: 92px;
  background: url("/themes/app/assets/images/arrow.svg") no-repeat top;
  background-size: 65px 92px;
  transform-origin: top center;
}
.page-banner-label__text {
  display: block;
  font-family: "StampatelloFaceto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
}
@media (max-width: 1439.98px) {
  .page-banner-label__text {
    font-family: "StampatelloFaceto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
  }
}
@media (max-width: 767.98px) {
  .page-banner-label__text {
    font-family: "StampatelloFaceto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
  }
}
.page-banner-label__star {
  position: absolute;
  top: -5px;
  left: -30px;
}
@keyframes circle-rotate {
  from {
    rotate: 0deg;
  }
  to {
    rotate: 360deg;
  }
}
.page-catalog {
  overflow: hidden;
  background-color: #E9EADF;
}
.page-catalog__header {
  --sh-justify-content: start;
  margin-bottom: 0px;
}
.page-catalog__title {
  position: relative;
  max-width: 590px;
}
.page-catalog__icon {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(30%, -40%);
  color: #FFD11B;
}
.page-catalog__subtitle {
  max-width: 380px;
}
.page-catalog__slider {
  margin-top: 30px;
  clear: both;
}
.page-catalog__slider-navigation {
  float: right;
  margin-bottom: 30px;
}
.page-catalog__list {
  display: grid;
  grid-template-columns: repeat(var(--c-product-count), 320px);
  gap: 0px 20px;
  grid-template-rows: auto auto;
}
.page-catalog__item {
  max-width: 320px;
  grid-row: 1 / 3;
  display: grid;
  grid-template-rows: subgrid;
}
.page-catalog__item:not(:last-child) {
  margin-right: 20px;
}
.page-catalog__card {
  display: contents;
}
.page-catalog__card .card-product__head {
  grid-row: 1 / 2;
}
.page-catalog__card .card-product__body {
  grid-row: 2 / 3;
}
.page-catalog__footer {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}
@media (max-width: 767.98px) {
  .page-catalog__footer {
    margin-top: 25px;
  }
}
.page-copyright {
  position: relative;
  padding-top: 40px;
  padding-bottom: 140px;
}
@media (max-width: 767.98px) {
  .page-copyright {
    padding-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .page-copyright {
    padding-bottom: 60px;
  }
}
.page-copyright__container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.page-copyright__header {
  max-width: 560px;
}
@media (max-width: 1439.98px) {
  .page-copyright__header {
    background-color: #E9EADF;
    box-shadow: 0px 10px 20px 40px #E9EADF;
  }
}
.page-copyright__title {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .page-copyright__title {
    margin-bottom: 20px;
  }
}
.page-copyright__description {
  max-width: 505px;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
@media (max-width: 1439.98px) {
  .page-copyright__description {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
  }
}
@media (max-width: 767.98px) {
  .page-copyright__description {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
  }
}
.page-copyright-note {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 40px;
  background-color: #FFFFFF;
  max-width: 600px;
}
@media (max-width: 767.98px) {
  .page-copyright-note {
    padding: 20px 50px 20px 20px;
  }
}
.page-copyright-note__title {
  color: #33501E;
  font-family: "StampatelloFaceto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
}
@media (max-width: 1439.98px) {
  .page-copyright-note__title {
    font-family: "StampatelloFaceto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
  }
}
@media (max-width: 767.98px) {
  .page-copyright-note__title {
    font-family: "StampatelloFaceto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
  }
}
.page-copyright-note__description {
  font-family: "StampatelloFaceto";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
}
@media (max-width: 1439.98px) {
  .page-copyright-note__description {
    font-family: "StampatelloFaceto";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 110%;
  }
}
@media (max-width: 767.98px) {
  .page-copyright-note__description {
    font-family: "StampatelloFaceto";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 110%;
  }
}
.page-copyright-decoration {
  position: absolute;
  background-color: #E9EADF;
  inset: 0;
  overflow: hidden;
  z-index: -1;
  background-image: url(../themes/app/assets/images/pages/home/copyright/bottom.svg), url(../themes/app/assets/images/pages/home/copyright/background.png);
  background-position: bottom center, left;
  background-repeat: no-repeat;
  background-size: 100%, contain;
}
.page-advantages {
  background-color: #FFFFFF;
  overflow: hidden;
  padding-bottom: 140px;
}
@media (max-width: 767.98px) {
  .page-advantages {
    padding-bottom: 60px;
  }
}
.page-advantages__header {
  --sh-justify-content: center;
  --sh-align-items: center;
}
.page-advantages__content {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 100px;
}
@media (max-width: 767.98px) {
  .page-advantages__content {
    flex-direction: column;
    align-items: center;
  }
}
.page-advantages__list {
  position: absolute;
  inset: 0;
  z-index: 1;
}
@media (max-width: 1023.98px) {
  .page-advantages__list {
    position: static;
  }
}
@media (max-width: 767.98px) {
  .page-advantages__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    width: 100%;
  }
}
.page-advantages__item {
  max-width: 450px;
  position: absolute;
}
@media (max-width: 1023.98px) {
  .page-advantages__item {
    max-width: unset;
    position: static;
  }
}
.page-advantages__item:nth-child(1) {
  left: calc(50% + 15%);
  top: calc(50% - 250px);
}
.page-advantages__item:nth-child(2) {
  right: calc(50% + 300px);
  top: calc(50% - 150px);
}
.page-advantages__item:nth-child(3) {
  left: calc(50% + 20%);
  top: calc(50% + 50px);
}
.page-advantages__item:nth-child(4) {
  right: calc(50% + 200px);
  top: calc(50% + 150px);
}
.page-advantages-item {
  display: grid;
  grid-template-areas: "i t" "i d";
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  gap: 18px 24px;
}
.page-advantages-item__icon {
  grid-area: i;
  color: #72896F;
}
@media (max-width: 1023.98px) {
  .page-advantages-item__icon {
    width: 100px;
  }
}
.page-advantages-item__title {
  grid-area: t;
  align-items: flex-end;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
}
@media (max-width: 1439.98px) {
  .page-advantages-item__title {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
  }
}
@media (max-width: 767.98px) {
  .page-advantages-item__title {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
  }
}
.page-advantages-item__description {
  grid-area: d;
  align-self: flex-start;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
@media (max-width: 1439.98px) {
  .page-advantages-item__description {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
  }
}
@media (max-width: 767.98px) {
  .page-advantages-item__description {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
  }
}
.page-advantages-preview {
  position: relative;
  align-items: center;
  max-width: 36%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .page-advantages-preview {
    max-width: 400px;
  }
}
.page-advantages-preview__media {
  position: relative;
  z-index: 3;
}
.page-advantages-preview__circle-1, .page-advantages-preview__circle-2 {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.page-advantages-preview__circle-1 svg, .page-advantages-preview__circle-2 svg {
  width: 100%;
  max-width: 100%;
  height: auto;
  animation: circle-rotate 30s linear infinite;
}
.page-advantages-preview__circle-1 {
  transform: translate(-10px, 20px);
}
.page-advantages-preview__circle-2 {
  transform: translate(15px, 30px);
}
@keyframes circle-rotate {
  from {
    rotate: 0deg;
  }
  to {
    rotate: 360deg;
  }
}
.page-about {
  position: relative;
  overflow: hidden;
  padding-bottom: 140px;
}
@media (max-width: 1023.98px) {
  .page-about {
    padding-bottom: 300px;
  }
}
.page-about__header {
  max-width: 750px;
}
.page-about__description {
  display: block;
  max-width: 450px;
}
.page-about__header, .page-about__description {
  background-color: #FFFFFF;
  box-shadow: 0px 10px 20px 40px #FFFFFF;
}
.page-about-decoration {
  position: absolute;
  background-color: #FFFFFF;
  inset: 0;
  overflow: hidden;
  z-index: -1;
  background-image: url(../themes/app/assets/images/pages/home/about/logo.png), url(../themes/app/assets/images/pages/home/about/background.png);
  background-position: calc(100% - 40%) calc(50%), calc(50% + 265px) bottom;
  background-repeat: no-repeat;
  background-size: 300px 250px, 1144px auto;
}
@media (max-width: 1023.98px) {
  .page-about-decoration {
    background-position: 86px calc(100% - 60px), center bottom;
    background-repeat: no-repeat;
    background-size: 200px auto, 100% auto;
  }
}
.page-video {
  position: relative;
  background-color: #FFFFFF;
  padding-bottom: 200px;
  padding-top: 20px;
}
@media (max-width: 767.98px) {
  .page-video {
    padding-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .page-video {
    padding-bottom: 40px;
  }
}
.page-video__content {
  position: relative;
  padding: 0px 140px;
}
@media (max-width: 1439.98px) {
  .page-video__content {
    padding: 0px;
  }
}
.page-video__media {
  width: 100%;
  aspect-ratio: 2.606741573;
  background-color: #FFD11B;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  object-fit: cover;
  object-position: top;
}
.page-video-note {
  position: absolute;
  z-index: 3;
  right: 60px;
  bottom: -100px;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 40px;
  background-color: #FFFFFF;
}
@media (max-width: 767.98px) {
  .page-video-note {
    margin-top: 40px;
    position: relative;
    max-width: unset;
    right: unset;
    bottom: unset;
    padding: 20px 50px 20px 20px;
  }
}
.page-video-note__description li {
  position: relative;
  list-style: none;
}
.page-video-note__description li::before {
  --marker-mask: url(../themes/app/assets/icons/checkmark.svg);
  --marker-width: 16px;
  --marker-hegiht: 21px;
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 16px;
  color: #FFD11B;
  display: inline-block;
  width: var(--marker-width, 0px);
  height: var(--marker-hegiht, 0px);
  background-color: var(--marker-color, currentColor);
  mask: var(--marker-mask);
  mask-position: center;
  mask-size: contain;
}
.page-video-decoration {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 2;
  background-image: url(../themes/app/assets/images/pages/home/video/1.svg), url(../themes/app/assets/images/pages/home/video/bottom.svg);
  background-position: 20px calc(100% - 20px), bottom center;
  background-repeat: no-repeat;
  background-size: auto, 100% auto;
}
.page-conditions {
  overflow: hidden;
  padding-bottom: 40px;
}
@media (max-width: 767.98px) {
  .page-conditions {
    padding-bottom: 40px;
  }
}
.page-conditions__header {
  --sh-align-items: center;
}
.page-conditions__content {
  position: relative;
}
.page-conditions__title {
  max-width: 670px;
  text-align: center;
  margin: auto;
}
.page-conditions__slider-navigation {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 110px;
  z-index: 2;
  transform: translateY(50%);
  justify-content: space-between;
  pointer-events: none;
}
.page-conditions__slider-navigation > * {
  pointer-events: all;
}
.page-conditions__footer {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
}
@media (max-width: 767.98px) {
  .page-conditions__footer {
    margin-top: 30px;
  }
}
.page-conditions.list .page-conditions__list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
.page-conditions.slider .page-conditions__item {
  max-width: 440px;
}
.page-conditions.list .page-conditions__slider-navigation {
  display: none;
}
.page-special {
  position: relative;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 767.98px) {
  .page-special {
    padding-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .page-special {
    padding-bottom: 40px;
  }
}
.page-special__content {
  display: flex;
  flex-direction: column;
  padding: 90px 50px;
  background-color: #FFFFFF;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .page-special__content {
    padding: 45px 25px;
  }
}
.page-special__header {
  position: relative;
  z-index: 3;
  justify-content: flex-end;
  margin-bottom: 0;
  padding-top: 0;
}
.page-special__header > * {
  max-width: 580px;
  gap: 30px;
}
.page-special__description {
  position: relative;
}
.page-special__description li {
  position: relative;
  list-style: none;
}
.page-special__description li::before {
  --marker-mask: url(../themes/app/assets/icons/plus.svg);
  --marker-width: 16px;
  --marker-hegiht: 21px;
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 16px;
  color: #FFD11B;
  display: inline-block;
  width: var(--marker-width, 0px);
  height: var(--marker-hegiht, 0px);
  background-color: var(--marker-color, currentColor);
  mask: var(--marker-mask);
  mask-position: center;
  mask-size: contain;
}
@media (max-width: 1023.98px) {
  .page-special__title, .page-special__description {
    background-color: #FFFFFF;
    box-shadow: 0px 10px 20px 40px #FFFFFF;
  }
}
.page-special__arrow {
  position: absolute;
  right: -130px;
  top: -20px;
  rotate: 70deg;
  width: 65px;
  height: 92px;
  background: url("/themes/app/assets/images/arrow.svg") no-repeat top;
  background-size: 65px 92px;
  transform-origin: top center;
}
.page-special__buttons {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.page-special-decoration {
  position: absolute;
  pointer-events: none;
  inset: 0;
  overflow: hidden;
  z-index: 2;
  background-image: url(../themes/app/assets/images/pages/home/special/background.png), url(../themes/app/assets/images/pages/home/special/bottom.svg);
  background-position: calc(50% - 500px), calc(50% + 600px) calc(100% - 40px);
  background-repeat: no-repeat;
  background-size: auto, auto;
}
.page-recipes {
  position: relative;
  overflow: hidden;
  padding-top: 140px;
  padding-bottom: 140px;
}
@media (max-width: 767.98px) {
  .page-recipes {
    padding-top: 60px;
  }
}
@media (max-width: 767.98px) {
  .page-recipes {
    padding-bottom: 60px;
  }
}
.page-recipes__container {
  position: relative;
  display: grid;
  grid-template-areas: "h s" "f s";
  grid-template-columns: 7fr 9fr;
  grid-template-rows: auto 1fr;
  gap: 40px;
}
@media (max-width: 767.98px) {
  .page-recipes__container {
    grid-template-areas: "h" "s" "f";
    grid-template-columns: 1fr;
    grid-template-rows: repeat(auto, 1fr);
    justify-items: center;
  }
}
.page-recipes__header {
  grid-area: h;
  margin-bottom: 0;
}
.page-recipes__slider {
  grid-area: s;
  position: relative;
  padding: 30px 0px;
}
@media (min-width: 768px) {
  .page-recipes__slider {
    padding: 30px 0px 30px 70px;
    clip-path: polygon(0 0, 100vw 0, 100vw 100%, 0 100%);
  }
  .page-recipes__slider::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    height: 100%;
    width: 20px;
    pointer-events: none;
    background: linear-gradient(90deg, #E9EADF, transparent);
  }
}
.page-recipes__item {
  max-width: 340px;
}
.page-recipes__item:nth-child(2n) {
  --pt-scale-x: -1;
}
.page-recipes__item:not(:last-child) {
  margin-right: 60px;
}
.page-recipes__footer {
  grid-area: f;
  align-self: flex-start;
}
.page-recipes__buttons {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.page-recipes-decoration {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
  background-image: url(../themes/app/assets/images/pages/home/recipes/background.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
}
.page-articles {
  position: relative;
  overflow: hidden;
  padding-bottom: 370px;
}
@media (max-width: 767.98px) {
  .page-articles {
    padding-bottom: 200px;
  }
}
.page-articles__content {
  padding: 0px 80px;
  position: relative;
}
@media (max-width: 767.98px) {
  .page-articles__content {
    padding: 0px;
  }
}
.page-articles__header {
  --sh-align-items: center;
}
.page-articles__title {
  max-width: 820px;
  text-align: center;
  margin: auto;
}
.page-articles__item {
  max-width: 390px;
}
.page-articles__slider-navigation {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  justify-content: space-between;
  pointer-events: none;
}
.page-articles__slider-navigation > * {
  pointer-events: all;
}
.page-articles__footer {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
}
@media (max-width: 767.98px) {
  .page-articles__footer {
    margin-top: 30px;
  }
}
.page-articles-decoration {
  position: absolute;
  pointer-events: none;
  inset: 0;
  overflow: hidden;
  z-index: -1;
  background-image: url(../themes/app/assets/images/pages/home/articles/background.png), url(../themes/app/assets/images/pages/home/articles/bottom.svg);
  background-position: calc(50% + 140px) calc(100% - 110px), bottom center;
  background-repeat: no-repeat;
  background-size: auto, 100%;
}
@media (max-width: 767.98px) {
  .page-articles-decoration {
    background-position: bottom center, bottom center;
    background-size: 100%, 100%;
  }
}
.page-contacts {
  position: relative;
  overflow: hidden;
  background-color: #FFFFFF;
  padding-bottom: 40px;
}
@media (max-width: 767.98px) {
  .page-contacts {
    padding-bottom: 40px;
  }
}
.page-contacts__container {
  display: grid;
  grid-template-areas: "h h" "l f";
  grid-template-columns: 9fr 7fr;
  grid-template-rows: repeat(2, auto);
  gap: 0px 20px;
}
@media (max-width: 1023.98px) {
  .page-contacts__container {
    grid-template-areas: "h" "l" "f";
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
  }
}
.page-contacts__header {
  grid-area: h;
  --sh-align-items: center;
}
.page-contacts__list {
  grid-area: l;
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 500px;
}
@media (max-width: 1023.98px) {
  .page-contacts__list {
    position: relative;
    z-index: 2;
    margin-bottom: 100px;
    background-color: #FFFFFF;
    box-shadow: 0px 10px 20px 40px #FFFFFF;
  }
}
.page-contacts__form {
  position: relative;
  z-index: 1;
  grid-area: f;
  padding: 40px 50px;
  background-color: #FFFFFF;
  align-self: flex-start;
}
@media (max-width: 767.98px) {
  .page-contacts__form {
    padding: 40px 25px;
  }
}
.page-contacts-item {
  display: grid;
  grid-template-areas: "i l" "i t";
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  gap: 2px 30px;
}
.page-contacts-item__icon {
  grid-area: i;
  flex-shrink: 0;
  color: #72896F;
}
.page-contacts-item__label {
  grid-area: l;
  color: #33501E;
  font-family: "StampatelloFaceto";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
}
@media (max-width: 1439.98px) {
  .page-contacts-item__label {
    font-family: "StampatelloFaceto";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 110%;
  }
}
@media (max-width: 767.98px) {
  .page-contacts-item__label {
    font-family: "StampatelloFaceto";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 110%;
  }
}
.page-contacts-item__text {
  grid-area: t;
  align-self: center;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
}
@media (max-width: 1439.98px) {
  .page-contacts-item__text {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
  }
}
@media (max-width: 767.98px) {
  .page-contacts-item__text {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
  }
}
.page-contacts-decoration {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
  background-image: url(../themes/app/assets/images/pages/home/contacts/background.png);
  background-position: 45% 250px;
  background-repeat: no-repeat;
  background-size: 20% auto;
}
@media (max-width: 1023.98px) {
  .page-contacts-decoration {
    background-position: 90% 200px;
    background-size: auto;
  }
}
