@import "font/heliosext/style.css";
@import "font/AcherusFeral/stylesheet.css";
main {
  min-width: 390px;
}

ul, li {
  list-style: none !important;
}

* {
  font-family: HeliosExtraLight, serif;
  margin: 0;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

h2 {
  font-size: 24px;
  color: #333;
  /* !! font-family: HeliosExtraBlack, serif;*/
  font-family: AcherusFeral, serif; font-weight: bold; text-transform: uppercase;

}
@media (min-width: 900px) {
  h2 {
    font-size: 36px;
    text-align: center;
  }
}

body {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100%;
}

.menu-button {
  width: 25px;
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.menu-button .menu-icon {
  height: 0;
  width: 100%;
}

.menu-button .menu-icon:before, .menu-button .menu-icon:after {
  height: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  background-color: #004f38;
}

.menu-button .menu-icon:before {
  top: 2px;
  width: 70%;
}

.menu-button .menu-icon:after {
  bottom: 2px;
}

.wrapper {
  padding: 0 40px;
  max-width: 1494px;
  margin: auto;
}

.header {
  position: absolute;
  padding: 30px 0;
  top: 0;
  width: 100%;
  z-index: 999;
  display: none;
  background-color: transparent;
  transition: background-color 0.3s;
}
@media (max-width: 1024px) {
  .header {
    padding: 20px 0;
  }
}
.header .wrapper {
  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;
}

.svg-icon {
  display: block;
}
.svg-icon svg {
  height: 100%;
  width: 100%;
  display: block;
}

.header__logo .svg-icon {
  width: 157px;
  height: 40px;
  fill: #004F38;
}
@media (min-width: 1024px) {
  .header__logo {
    order: 1;
  }
}

.header__cart .svg-icon {
  height: 25px;
  width: 27px;
}
@media (min-width: 1024px) {
  .header__cart .svg-icon {
    fill: #004F38;
  }
}

.svg-icon--black {
  fill: #333;
}

.svg-icon--white {
  fill: #fff;
}

.header-menu-button {
  width: 25px;
}
/* Ellipse 9 */

.figure--green-circle {
  bottom: -113%;
  right: -72%;
  position: absolute;
  flex-shrink: 0;
  border-radius: 100%;
  background: linear-gradient(222.86deg, #CFEC1D 5.53%, #698910 113.48%);
  box-shadow: 0px -15px 30px 0px rgba(88, 132, 32, 0.25) inset;
}
@media (min-width: 1024px) {
  .figure--green-circle {
    width: 1687px;
    height: 964px;
    bottom: -30%;
    left: 30%;
  }
}
@media (min-width: 1494px) {
  .figure--green-circle {
    bottom: -110%;
    left: 39.1%;
  }
}

.main-screen {
  padding-top: 150px;
  overflow: hidden;
  padding-bottom: 50px;
}
@media (min-width: 1024px) {
  .main-screen {
    padding-bottom: 150px;
  }
}
@media (min-width: 1494px) {
  .main-screen {
    padding-top: 265px;
    padding-bottom: 170px;
  }
}

.main-screen__title h1 {
  font-family: HeliosExtraBlack, serif;
  text-align: end;
  color: #fff;
  font-size: 32px;
}
.main-screen__title h1 span {
  font-family: HeliosExtraBlack, serif;
  color: #004F38;
  display: block;
}
@media (min-width: 1024px) {
  .main-screen__title h1 {
    text-align: start;
    color: #B7D41B;
    font-size: 54px;
  }
}

.main-screen__img {
  margin: 20px auto 0;
  height: 320px;
  width: auto;
}
@media (min-width: 600px) {
  .main-screen__img {
    height: 380px;
   }
}
@media (min-width: 1024px) {
  .main-screen__img {
    position: absolute;
    height: 420px;
    margin: auto;
    top: 0px;
    bottom: 0;
    left: auto;
    right: 30px;
  }
}
@media (min-width: 1494px) {
  .main-screen__img {

    height: 580px;
    right: 130px;
  }
}

.figure-wrapper {
  min-height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.button--black {
  background-color: #004f38;
  color: #fff;
}

.button--with-shadow {
  box-shadow: 0 5px 25px 0 rgba(51, 51, 51, 0.28);
}

@media (min-width: 1494px) {
  .button--black:hover {
    background-color: #004f38;
    transition: all 0.3s;
  }
  .button--black:not(:hover) {
    transition: all 0.3s;
  }
}
.button {
  border-radius: 50px;
  height: 60px;
  cursor: pointer;
  display: block;
  font-family: AcherusFeral, serif;
  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;
}

.button--big {
  border-radius: 50px;
  height: 60px;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .button--big {
    height: 80px;
    font-size: 18px;
  }
}

.main-screen__buttons {
  margin: 10% auto 0;
  width: 270px;
  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;
}
.main-screen__buttons .button--black .svg-icon {
  height: 14px;
  width: 20px;
  margin-left: 15px;
}
@media (min-width: 1024px) {
  .main-screen__buttons {
    margin: 70px auto 0;
    left: 40px;
    width: 1494px;
  }
  .main-screen__buttons .button--big {
    width: 355px;
  }
}

.button--wa {
  border: 2px solid #79B32F;
  color: #79B32F;
}
.button--wa .svg-icon {
  fill: #79B32F;
  width: 24px;
  height: 24px;
  margin-left: 12px;
}
@media (min-width: 1024px) {
  .button--wa {
    display: none;
  }
}

@media (min-width: 1024px) {
  .special-screen {

    max-width: 1400px;
    margin: auto;
  }
}

.special__slide-substrate {
  width: 100%;
  height: 152px;
  background: linear-gradient(256deg, #F7CF42 0%, #F0A225 100%);
  box-shadow: 0 60px 40px -30px rgba(239, 157, 34, 0.2);
  border-radius: 30px;
}
.special__slide-substrate p {
  font-size: 14px;
  color: #fff;
  font-family: HeliosExtraBold, serif;
  position: absolute;
  bottom: 21px;
  right: 26px;
}
@media (min-width: 1024px) {
  .special__slide-substrate {
    /*
    background: none;
    width: auto;
    height: auto;
    box-shadow: none;

     */
    width: 90%;
  }
}
.special__slide .button--orange {
  background-color: #EF9D22;
  width: 186px;
  color: #fff;
  box-shadow: 15px 10px 20px 0 rgba(51, 51, 51, 0.15);
  margin-top: 20px;
  margin-right: 0;
  margin-left: auto;
 }
@media (min-width: 700px) {
  .special__slide {
    width: 300px;
  }
}
@media (min-width: 1024px) {
  .special__slide {
    width: 50%;
  }
  .special__slide .button--orange {
    height: 60px;
    font-size: 14px;
    margin-right: auto;
    margin-left: 0;
    margin-top: 30px;
  }
}
@media (min-width: 1494px) {
  .special__slide {
    padding-left: 50px;
  }
  .special__slide .button--orange:hover {
    background-color: #ffbb24;
    transition: all 0.3s;
  }
  .special__slide .button--orange:not(:hover) {
    transform: none;
    transition: all 0.3s;
  }
}

.special__slider {
   padding-bottom: 34px;
}


.special__slide-type {
  margin-top: 30px;
}
.special__slide-type p {
  font-family: HeliosExtraBold, serif;
  color: #EF9D22;
  font-size: 13px;
}
@media (min-width: 1024px) {
  .special__slide-type {
    margin-top: 0;
  }
  .special__slide-type p {
    font-size: 22px;
  }
}

.special__slide-title {
  margin-top: 17px;
  margin-bottom: 15px;
}
.special__slide-title h3 {
  font-size: 18px;
  color: #333;
  font-family: AcherusFeral, serif;
}
@media (min-width: 1024px) {
  .special__slide-title {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .special__slide-title h3 {
    font-size: 32px;
  }
}

.special__slide-description p {
  line-height: 1.61em;
  color: #333;
  font-size: 13px;
  font-family: HeliosExtraLight, serif;
}
@media (min-width: 1024px) {
  .special__slide-description p {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .special__slide-description {
    padding-right: 50px;
  }
}

.programs-screen {
  padding-top: 65px;
}
@media (min-width: 1024px) {
  .programs-screen {
    padding-top: 100px;
  }
}

.programs__tab {
   padding: 14px 25px 13px;
  box-shadow: -5px 3px 15px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  display: inline-block;
  border-radius: 40px;
  white-space: nowrap;
  font-size: 12px;
  font-family: HeliosExtraRegular, serif;
  color: #979797;
  transition: all 0.3s;
  cursor: pointer;
}


.programs__tab.active, .programs__tab.is-active {
  background-color: #90B546;
  color: #fff;
  transition: all 0.3s;
}

.programs__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  overflow: auto;
  padding: 10px 0 40px 40px;
}
@media (min-width: 1024px) {
  .programs__tabs {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.programs__tabs::-webkit-scrollbar {
  width: 0;
}

.special__slide {
  transition: all 0.3s ease;
}

.special__slide.swiper-slide-next, .special__slide.swiper-slide-prev {
  opacity: 0.4;
  transition: all 0.3s ease;
  transform: scale(0.9);
}

@media (min-width: 1025px) {
  .header-item-menu {
    order: 2;
  }
  .header-item-menu .menu-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
  }
}
@media (min-width: 1025px) and (max-width: 1050px) {
  .header-item-menu .menu-items {
    gap: 15px;
  }
}
@media (min-width: 1025px) {
  .header-item-menu .menu-items li::marker {
    content: none;
  }
  .header-item-menu .menu-items a {
    color: #004F38;
    font-family: HeliosExtraRegular, serif;
  }
}
@media (min-width: 1494px) {
  .header-item-menu .menu-items {
    gap: 40px;
  }
}

.main-screen__img-wrap {
  position: static;
}
@media (min-width: 1024px) {
  .main-screen__img-wrap {
    position: relative;
    max-width: 1494px;
    margin: auto;
  }
}

.svg-icon--green {
  fill: #90B546;
}

.product__marks {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -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;
  gap: 15px;
}


.mark {
  width: 70px;
  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: center;
  -ms-flex-align: center;
  align-items: center;
}
.mark .svg-icon {
  height: 36px;
  width: 36px;
}
.mark p {
  margin-top: 3px;
  color: #90B546;
  font-size: 12px;
  font-family: HeliosExtraRegular, serif;
  text-align: center;
}

.product__price {
  font-size: 30px;
  font-family: HeliosExtraBold, serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #90B546;
  line-height: 0.8em;
  align-items: flex-end;
  gap: 3px;
  margin-bottom: 20px;
}
.product__price .svg-icon {
  height: 19px;
  width: 16px;
  stroke: #90B546;
}

.product__title {
  font-size: 22px;
  color: #333;
  margin-bottom: 6px;
}

.product__kkal {
  font-family: HeliosExtraBold, serif;
  font-size: 16px;
  color: #333;
  margin-bottom: 16px;
}

.product__description {
  font-family: HeliosExtraLight, serif;
  line-height: 1.61em;
  font-size: 13px;
  color: #333;
  margin-bottom: 16px;
}

.product {
  transition: 0.3s;
}
.product .button {
  display: inline-flex;
  width: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 37px;
  height: 60px;
  cursor: pointer;
}
.product .wrapper {
  padding-right: 0;
}
@media (min-width: 1400px) {
  .product .wrapper {
    padding: 0;
  }
}

.product.swiper-slide-next, .product.swiper-slide-prev {
  opacity: 0.4;
  transition: all 0.3s ease;
  transform: scale(0.9);
}

.programs__products {
  overflow: hidden;
  padding-bottom: 60px;
}
@media (min-width: 565px) {
  .programs__products .swiper-wrapper {
    gap: 8%;
  }
}
@media (min-width: 1400px) {
  .programs__products .product {
    width: 320px;
  }
  .programs__products .product img {
    left: -40px;
  }
  .programs__products .swiper-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 720px) {
  .product.swiper-slide-next {
    opacity: 1;
    transform: none;
  }
  .product.swiper-slide-next + .product {
    opacity: 0.4;
    transition: all 0.3s ease;
    transform: scale(0.9);
  }
}
@media (min-width: 1000px) {
  .product.swiper-slide-next + .product {
    opacity: 1;
    transition: all 0.3s ease;
    transform: none;
  }
  .product.swiper-slide-next + .product + .product {
    opacity: 0.4;
    transition: all 0.3s ease;
    transform: scale(0.9);
  }
}
@media (min-width: 1400px) {
  .product.swiper-slide-next + .product + .product {
    opacity: 1;
    transition: all 0.3s ease;
    transform: none;
  }
}
.diet__img {
  width: 309px;
  margin: auto;
}
@media (min-width: 1024px) {
  .diet__img {
    width: 527px;

  }
}

.diet__content {
  background-image: url("../assets/images/gradient.svg");
  background-repeat: no-repeat;
  background-size: 950px 654px;
  background-position: 54% 0;
}
@media (min-width: 640px) {
  .diet__content {
    background-position: 100% 0;
  }
}
@media (min-width: 900px) {
  .diet__content {
    background-image: url("../assets/images/gradient-2.png");
    background-position: center 73%;
    background-size: 100%;
    display: flex;
    flex-direction: column;
  }
}

.diet__title {
  padding-top: 60px;

}
.diet__title h2 {
  font-weight: normal;
}


@media (max-width: 900px) {
  .diet__title {
    padding-top: 120px;
  }
}
.diet__title h2 {
  color: #fff;
}
.diet__title h2 span {
  /* !! font-family: HeliosExtraBlack, serif;*/
  font-family: AcherusFeral, serif;  font-weight: bold;
}
@media (min-width: 640px) {
  .diet__title h2 {
    text-align: center;
  }
}
@media (min-width: 900px) {
  .diet__title h2 {
    color: #333;
  }
}

.diet__description {
  padding-top: 37px;
}
.diet__description p {
  font-size: 16px;
  font-family: HeliosExtraRegular, serif;
}
@media (min-width: 640px) {
  .diet__description p {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .diet__description {
    padding-top: 25px;
  }
}

.diet__button {
  padding-top: 60px;
  width: 220px;
  margin: auto;
}
@media (min-width: 900px) {
  .diet__button {
order: 5;
  }
}

.diet__img {
  padding-top: 30px;
}
@media (min-width: 1024px) {
  .diet__img {
    padding-top: 60px;
  }
}

.diet__comment {
  margin-top: 20px;
}
.diet__comment p {
  color: #333;
  font-size: 13px;
  line-height: 1.61em;
}
@media (min-width: 900px) {
  .diet__comment {
    max-width: 680px;
    margin: 30px auto 0;
  }
  .diet__comment p {
    font-size: 18px;
    text-align: center;
  }
}

.diet-screen {
  padding-bottom: 60px;
}

.svg-icon--yellow {
  fill: #FFBC27;
}

.reviews__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 25px;
}
.reviews__rating .svg-icon {
  width: 22px;
  height: 21px;
}

.review__description p {
  font-size: 14px;
  line-height: 1.61em;
  color: #333;
}

.reviews__reviews {
  margin-top: 30px;
  overflow: hidden;
  padding-bottom: 60px;
  padding-top: 10px;
  padding-right: 30px;
  padding-left: 30px;
}

@media (min-width: 1100px) {
  .reviews__reviews {
    margin: 0 auto 0;
    max-width: 1200px;
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

.reviews__review {
  box-shadow: -2px 10px 20px 0px rgba(113, 128, 94, 0.15);
  background-color: #fff;
  padding: 33px 43px 40px;
  border-radius: 20px;
}

.review__author {
  margin-top: 30px;
}
.review__author p {
  color: #333;
  font-size: 20px;
  font-family: AcherusFeral, serif; font-weight: bold;
  text-align: center;
}

.reviews__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
}
.reviews__arrows > div {
  height: 60px;
  width: 60px;
  background-color: #004f38;
  border-radius: 60px;
  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;
}
.reviews__arrows > div .sprite-icon {
  width: 14px;
  height: 11px;
}
@media (min-width: 1100px) {
  .reviews__arrows > div {
    margin: 20px;
  }
}
@media (min-width: 1100px) {
  .reviews__arrows {
    position: absolute;
    top: auto;
    bottom: 35%;
    max-width: 1424px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
    height: 0;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.reviews-button-prev {
  transform: rotate(180deg);
}

@media (min-width: 900px) {
  .reviews-screen {
    padding-top: 80px;
  }
}
.reviews-screen .swiper-wrapper {
  margin: auto;
}
@media (min-width: 1024px) {
  .reviews-screen .swiper-wrapper {
    padding: 0;
  }
}

footer {
  background-image: url("../assets/images/footer.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  margin-top: 85px;
}
footer .level-1::marker {
  content: none;
}
footer .level-1 {
  text-align: center;
  margin-bottom: 10px;
}
footer .level-1 a {
  color: #fff;
  font-size: 14px;
}
@media (min-width: 1280px) {
  footer .level-1 a {
    font-size: 16px;
  }
}
footer .wrapper {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  footer .wrapper {
    margin-top: 74px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer .wrapper .menu-items {
    flex-basis: 60%;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 1280px) {
  footer .wrapper .menu-items {
    flex-basis: 740px;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  footer {
    background-image: url("../assets/images/bg_desc.svg");
    background-position: top center;
  }
}
footer .accordion > ul {
  display: none !important;
}

.footer__logo {
  margin-top: 70px;
}
.footer__logo .svg-icon {
  margin: auto;
  width: 313px;
  height: 78px;
}
@media (min-width: 1024px) {
  .footer__logo .svg-icon {
    width: 245px;
    height: 61px;
  }
}

.politic {
  border-top: 1px solid #fff;
  margin-top: 50px;
  padding-top: 30px;
  padding-bottom: 40px;
}
.politic .menu-items {
  margin-top: 0;
}
.politic li {
  margin-bottom: 3px !important;
}
.politic a {
  font-size: 12px !important;
  font-family: HeliosExtraLight, serif;
}
@media (min-width: 1024px) {
  .politic {
    order: 4;
    flex-basis: 100%;
  }
  .politic .menu-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    gap: 30px !important;
  }
}
@media (min-width: 1280px) {
  .politic a {
    font-size: 16px !important;
    color: #004F38 !important;
    font-family: HeliosExtraRegular, serif;
  }
}

.social {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
}
.social .svg-icon {
  width: 35px;
  height: 34px;
}
@media (min-width: 1024px) {
  .social {
    order: 3;
    margin: 0;
  }
}

.contacts {
  padding-top: 40px;
}
.contacts a {
  text-align: center;
  display: block;
  font-size: 14px;
  font-family: HeliosExtraBold, serif;
  color: #fff;
}
.contacts a:first-child {
  margin-bottom: 5px;
}
@media (min-width: 1024px) {
  .contacts {
    order: 1;
    padding: 0;
  }
}

.header__actions {
  order: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.user-auth-wrapper .user-name {
  color: #004F38;
}
@media (max-width: 1130px) {
  .user-auth-wrapper .user-name {
    display: none;
  }
}
.user-auth-wrapper .user-auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.user-auth-icon .svg-icon {
  height: 26px;
  width: 21px;
  fill: #004F38;
}
@media (max-width: 1024px) {
  .user-auth-icon .svg-icon {
    fill: #333;
  }
}

.header .accordion:after {
  content: "";
  display: block;
  width: 7px;
  height: 5px;
  background-image: url("../assets/images/menu_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.2s;
}
@media (max-width: 1024px) {
  .header .accordion:after {
    content: none;
  }
}

.accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .accordion > .level-2 {
    display: block !important;
  }
}

.header .accordion:hover:after {
  transform: rotate(180deg);
  transition: all 0.2s;
}

@media (min-width: 1024px) {
  .header .menu-items > .level-2 {
    border-left: 1px solid #979797;
    border-right: 1px solid #979797;
  }
  .header .menu-items > .level-2:first-child {
    border-top: 1px solid #979797;
  }
  .header .menu-items > .level-2:last-child {
    border-bottom: 1px solid #979797;
  }
}
.header .accordion:hover > .level-2 {
  display: block !important;
  position: absolute;
  top: 100%;
  left: -15%;
  width: 210%;
  padding: 10px 0 0;
}
.header .accordion:hover > .level-2 .level-2 {
  background-color: #fff;
  padding: 10px 30px;
}
.header .accordion:hover > .level-2 .level-2 {
  cursor: pointer;
}
.header .accordion:hover > .level-2 .level-2 a:hover {
  color: #B7D41B;
}
.header .accordion:hover > .level-2 .level-2:first-child {
  padding-top: 25px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.header .accordion:hover > .level-2 .level-2:last-child {
  padding-bottom: 25px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media (max-width: 1024px) {
  .over-content .header-item-menu {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .over-content .header-item-menu {
    padding-left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.page {
  padding-top: 150px;
}
.page h1 {
  font-size: 36px;
  font-family: AcherusFeral, serif;
  text-transform: uppercase;
  color: #004F38;
  padding-bottom: 62px;
}
@media (max-width: 1024px) {
  .page h1 {
    padding-bottom: 40px;
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .page {
    padding-top: 100px;
  }
  .page p {
    font-size: 14px !important;
  }
}
.page .wrapper {
  max-width: 1030px;
}

.about p {
  font-family: HeliosExtraBold, serif;
  line-height: 1.61em;
}
.about .page-items {
  flex-wrap: wrap;
  padding-top: 54px;
  gap: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .about .page-items {
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 17px;
    padding-top: 30px;
  }
}
.about .page-items p {
  color: #555555;
  font-family: HeliosExtraLight, serif;
}
.about .page-items .page-item {
  flex: calc(50% - 17px);
  border: 1px solid #B7D41B;
  border-radius: 50px;
  padding: 40px 52px;
  min-height: 317px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .about .page-items .page-item {
    min-height: 0;
    padding: 20px;
    border-radius: 30px;
  }
}

.breadcrumbs ul li a {
  color: #979797 !important;
}

.has-questions {
  margin-top: 134px;
  padding: 132px 0 112px;
  background-color: #F5F9E0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: 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;

}
@media (max-width: 1024px) {
  .has-questions {
    padding-top: 60px;
    padding-bottom: 50px;
    margin-top: 60px;
  }
}
.has-questions h2 {
  color: #004F38;
  font-size: 36px;
  margin-bottom: 80px;
  text-align: center;
  font-weight: normal;
  font-family: AcherusFeral, serif;
}
.has-questions h2 span {
  font-size: 36px;
  font-family: AcherusFeral, serif;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .has-questions h2 {
    margin-bottom: 40px;
    font-size: 24px;
    padding: 0px 30px;
  }
  .has-questions h2 span {
    font-size: 24px;
  }
}
.has-questions .button {
  margin-top: 50px;
  width: 206px;
  height: 80px;
}
.has-questions p {
  max-width: 990px;
  text-align: center;
  font-family: HeliosExtraRegular;
  color: #004F38;
  line-height: 1.61em;
}
@media (max-width: 1024px) {
  .has-questions p {
    padding: 0px 50px;
  }
}
.has-questions p span {
  font-family: HeliosExtraBlack, serif;
  font-size: 22px;
  display: inline-block;
  color: #B7D41B;
}
@media (max-width: 1024px) {
  .has-questions p span {
    font-size: 18px;
  }
}
@media (max-width: 530px) {
  .has-questions p span {
    display: block;
    padding-top: 20px;
  }
}
  .has-questions .p-first {
    padding-bottom: 20px;
  }



._inner footer {
  background-image: url("../assets/images/inner_bg_desc.svg");
  margin-top: 0;
}
@media (max-width: 1024px) {
  ._inner footer {
    background-position: bottom;
  }
}


footer {
  background-image: url("../assets/images/inner_bg_desc.svg");
  margin-top: 0;
}
@media (max-width: 1024px) {
  footer {
    background-position: bottom;
  }
}


._inner .figure--green-circle {
  opacity: 0.2;
  bottom: -20%;
}
._inner .main-screen__title h1 {
  width: 60%;
}
._inner .main-screen__description {
  width: 40%;
  margin-top: 37px;
  line-height: 1.61em;
}
._inner .main-screen__buttons {
  margin-top: 115px;
}
._inner .main-screen__img {
  height: 568px;
  width: 568px;
  object-fit: cover;
  border-radius: 50%;
  bottom: -250px;
  top: auto;
  box-shadow: 0px 15px 47px -2px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1280px) {
  ._inner .main-screen__img {
    bottom: auto;
    top: -250px;
    width: 478px;
    height: 478px;
  }
}
@media (max-width: 1024px) {
  ._inner .main-screen__title h1 {
    color: #B7D41B;
  }
}
._inner .programs-screen {
  padding-top: 0;
}
@media (max-width: 1280px) {
  ._inner .programs-screen {
    margin-top: 100px;
  }
}
@media (max-width: 1024px) {
  ._inner .programs-screen {
    margin-top: 50px;
  }
}
@media (max-width: 1023px) {
  ._inner .main-screen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 80px;
  }
  ._inner .main-screen .main-screen__img {
    width: 300px;
    height: 300px;
    top: auto;
  }
  ._inner .main-screen > .wrapper {
    order: 2;
  }
  ._inner .main-screen .main-screen__img-wrap {
    order: 1;
    z-index: 99;
  }
  ._inner .main-screen .main-screen__buttons {
    order: 3;
    margin-top: 40px;
  }
  ._inner .main-screen .figure--green-circle {
    bottom: 120%;
  }
  ._inner .main-screen .main-screen__title h1 {
    padding-top: 30px;
    width: 100%;
    text-align: center;
    font-size: 32px;
  }
  ._inner .main-screen .main-screen__title h1 span {
    font-size: 32px;
  }
  ._inner .main-screen .main-screen__description {
    width: 100%;
  }
}
._inner .programs-screen__title {
   font-weight: normal;
}
._inner .programs-screen__title h2 {
   font-weight: normal;
}

   ._inner .programs-screen__title {
    margin-bottom:20px;
  }
 
._inner .programs-screen__title span {
  font-weight: bold;
  color: #B7D41B;
}
._inner .product__description {
  font-size: 15px;
}
._inner .diet__title span {
  color: #B7D41B;
}
@media (max-width: 1024px) {
  ._inner .diet__title span {
    color: #004F38;
  }
}
._inner .diet__button {
  bottom: -13%;
}
._inner .diet-screen {
  z-index: 99;
}
._inner .header__logo .svg-icon {
  fill: #004F38;
}
@media (max-width: 1280px) {
  ._inner .main-screen__title h1 {
    font-size: 36px;
  }
}

.level-2::marker {
  content: none;
}

footer .accordion:hover > .level-2 {
  top: auto;
  bottom: 100%;
}
@media (max-width: 1024px) {
  footer .level-2 {
    margin-top: 10px;
  }
  footer .level-2 a {
    color: #fff !important;
  }
}

footer .level-1 .level-2 a {
  color: #004F38;
}

.questions .page-item h2 {
  width: 100%;
  font-size: 16px;
  font-family: HeliosExtraRegular, serif;
  text-align: left;
  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;
  line-height: 1.61em;
  cursor: pointer;
  height: 83px;
}
.questions .page-item h2 span {
  color: #B7D41B;
  font-size: 22px;
  transition: all 0.2s;
  margin-right: 26px;
  margin-left: 26px;
}
.questions h2.opened span {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.questions .page-item {
  border-top: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
}
.questions .page-item > div {
  display: none;
}
.questions .page-item p {
  padding-bottom: 26px;
  line-height: 1.61em;
  font-family: HeliosExtraLight, serif;
  color: #555555;
}

.delivery ul li::marker {
  content: none;
}
.delivery ul li:before {
  content: "";
  display: block;
  flex-basis: 16px;
  height: 11px;
  min-width: 16px;
  background-image: url("../assets/images/checked.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-top: 8px;
}
.delivery ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  line-height: 1.61em;
  color: #555555;
}

.delivery__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1024px) {
  .delivery__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.delivery__img {
  flex-basis: 430px;
}
@media (max-width: 1024px) {
  .delivery__img {
    flex-basis: 100%;
  }
}

.delivery__list {
  flex: 1;
}

.philosophy p {
  color: #555555;
  line-height: 1.61em;
}
.philosophy strong {
  font-family: HeliosExtraBold, serif;
}
.philosophy li::marker {
  content: none;
}
.philosophy li:before {
  content: "";
  display: block;
  flex-basis: 12px;
  height: 100%;
  background-color: #B7D41B;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .philosophy li:before {
    height: auto;
  }
}
.philosophy li {
  line-height: 1.61em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  flex-basis: 45%;
}
.philosophy li span {
  flex: 1;
  padding: 26px 0;
}
@media (max-width: 1024px) {
  .philosophy li span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .philosophy li span {
    padding: 15px 0;
  }
}
.philosophy ul {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .philosophy ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 35px;
  }
}
.philosophy img {
  margin: 70px 0;
  height: 276px !important;
  object-fit: cover;
}
@media (max-width: 768px) {
  .philosophy img {
    margin: 35px 0;
  }
}

.programs__products_group {
  display: none;
}

.programm-styker {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 65px;
  width: 50px;
}

.styker-bez-glyutena {
  background-image: url("../assets/images/non-gluten.svg");
}

.styker-bez-laktozy {
  background-image: url("../assets/images/non-lactose.svg");
}
.styker-omega-3 {
  background-image: url("../assets/images/omega_3.svg");
}

.styker-bez-kazeina {
  background-image: url("../assets/images/no_casein.svg");
}

.styker-mnogo-belka {
  background-image: url("../assets/images/mnogo_belka_2.svg");
}
.styker-akciya {
  background-image: url("../assets/images/sprice.svg");
}





@media (max-width: 768px) {
  .product__img img {
    max-width: 88%;
  }
}

.reviews__arrows > div {
  cursor: pointer;
  transition: background-color 0.2s;
}
.reviews__arrows > div:hover {
  background-color: #004f38;
  transition: background-color 0.2s;
}

@media (max-width: 768px) {
  .programmi-pitaniya {
    padding-bottom: 70px;
  }
}
.programmi-pitaniya .main-screen__title h2 {
  text-align: left;
  font-size: 16px;
  margin-top: 24px;
  margin-bottom: 30px;
  font-family: AcherusFeral, serif;
}
@media (max-width: 768px) {
  .programmi-pitaniya .main-screen__title h2 {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.programmi-pitaniya .main-screen__title .main-screen__description {
  margin-top: 0;
}
.programmi-pitaniya .main-screen__title h1 span {
  display: inline;
}
@media (max-width: 1024px) {
  .programmi-pitaniya .main-screen__title h1 {
    text-align: left !important;
  }
}

.order-icons__item-icon {
  width: 91px;
  min-width: 91px;
  height: 91px;
  border-radius: 50%;
  background-color: #EF9D22;
  color: #fff;
  font-family: HeliosExtraBlack, serif;
  font-size: 36px;
  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-bottom: 21px;
}

.order-icons__item-title {
  font-size: 20px;
  color: #004F38;
  font-family: AcherusFeral, serif;
  margin-bottom: 14px;
  text-align: center;
  padding: 0px 30px;
}
@media (max-width: 768px) {
  .order-icons__item-title {
    padding: 0;
  }
}

.order-icons__item-text {
  font-size: 15px;
  color: #004F38;
  text-align: center;
  line-height: 1.61em;
}

.order-icons__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;
  flex-basis: 300px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .order-icons__item {
    flex-basis: 100%;
  }
}

.order-icons__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .order-icons__wrapper {
    gap: 46px;
  }
}

.basket-product-quantity {
  height: 20px;
  width: 20px;
  min-width: 15px;
  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: 50%;
  background-color: #EF9D22;
  font-size: 12px;
  font-family: HeliosExtraBold, serif;
  color: #fff;
  position: absolute;
  right: -10px;
  top: -10px;
}

@media (max-width: 768px) {
  ._inner .order-icons .programs-screen__title {
    margin-bottom: 48px;
  }
}

.programm-prices {
  padding-top: 126px;
}
@media (max-width: 768px) {
  .programm-prices {
    padding-top: 86px;
  }
}
.programm-prices .order-icons__item-icon {
  background-color: transparent;
  font-size: 26px;
  font-family: AcherusFeral, serif;
  font-weight: bold;
  color: #004F38;
  height: auto;
  width: auto;
  margin-bottom: 6px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.programm-prices .order-icons__item-title {
  font-family: HeliosExtraRegular, serif;
  font-size: 15px;
  padding: 0;
  text-align: left;
  margin-bottom: 0;
}
.programm-prices .programm-prices__item {
  flex-basis: calc(50% - 25px);
  padding: 30px 40px;
  background-color: #F7F7F7;
  border-radius: 15px;
  box-shadow: -5px 3px 15px 0px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
}
.programm-prices .programm-prices__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 980px;
  margin: auto;
  flex-wrap: wrap;
  gap: 50px;
}
@media (max-width: 1100px) {
  .programm-prices .programm-prices__wrapper {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .programm-prices .programm-prices__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
}
.programm-prices .programs-screen__title {
  margin-bottom: 72px;
}
@media (max-width: 768px) {
  .programm-prices .programs-screen__title {
    margin-bottom: 40px;
  }
}

.order__racion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  margin-bottom: 20px;
}
.order__racion * {
  font-family: HeliosExtraRegular, Serif;
  line-height: 1.61em;
}

.order-icons__item-dayprice {
  color: #004F38;
}

.order-icons__item-price {
  margin-top: 25px;
  font-size: 25px;
  font-family: AcherusFeral, serif;
  font-weight: bold;
  color: #B7D41B;
}

.order-icons__item-incart {
  width: 155px;
  height: 60px;
  color: #fff;
  margin-top: 24px;
  background-color: #004F38;
  border-radius: 50px;
  box-shadow: 0px 5px 25px 0px rgba(51, 51, 51, 0.28);
  cursor: pointer;
}
.order-icons__item-incart a {
  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;
  width: 100%;
  height: 100%;
  font-family: AcherusFeral, serif;
  font-size: 14px;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.05);
  transition: background-color 0.3s;
}

.basket-product-quantity {
  display: none;
}

.basket-product-quantity.is-show {
  display: flex;
}

.product__subtitle {
  color: #79B32F;
  margin-bottom: 12px;
  font-size: 14px;
}

.acms_popup_wrapper {
  border-radius: 16px;
}

.form .form-title {
  font-family: HeliosExtraBlack, serif;
  margin-bottom: 30px;
  font-size: 26px;
}

.form .form-text {
  margin-bottom: 30px;
  text-align: center;
}


.form .form-description {
    text-align: center;
  font-size: 13px;
}

.form .form-description a{
  text-decoration: underline;
}


.form .form-item-input input {
  padding: 16px;
  border-radius: 32px;
  border: 1px solid #979797;
}

.form .form-item-input input::placeholder {
  color: #979797;
}

.form .form-item-input textarea {
  padding: 16px;
  border-radius: 32px;
  border: 1px solid #979797;
  width: 100%;
  min-height: 100px;
}
.form .form-item-input textarea::placeholder {
  color: #979797;
}

.form .form-button {
  padding: 18px;
  background-color: #004f38;
  color: #fff;
  border-radius: 32px;
  width: 100%;
}

.form-buttons {
  margin-bottom:20px;
}


.form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  margin-top: 30px ;
}
.form-actions > * {
  font-size: 16px;
  font-family: AcherusFeral, serif;
}
@media (max-width: 768px) {
  .form-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.acms_popup_wrapper_close {
  top: 15px !important;
  right: 15px !important;
}

.user-auth-wrapper .user-name {
  font-family: HeliosExtraRegular, serif;
}

.form-input-error {
  margin-top: 5px;
  color: red;
  text-align: center;
  font-size: 14px;
}

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