@font-face {
  font-family: "GillSansC";
  src: url("../fonts/GillSansC/gillsansc.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "Bebas_Neue";
  src: url("../fonts/Bebas_Neue/BebasNeue-Regular.ttf");
  font-weight: normal;
}
* {
  margin: 0;
  padding: 0;
  color: inherit;
  text-decoration: none;
  list-style: none;
  background: none;
  border: none;
  outline: none;
  font-family: inherit;
}

.container {
  max-width: 1060px;
  margin: 0 auto;
}
@media screen and (max-width: 520px) {
  .container {
    width: 98%;
  }
}

.wrapper {
  font-family: "GillSansC", sans-serif;
}
@media screen and (max-width: 520px) {
  .wrapper {
    margin: 0 auto;
  }
}

.banner-content__items-button {
  padding: 12px 50px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  text-align: center;
  margin-top: 50px;
  display: inline-block;
  background: radial-gradient(41% 41% at 50% 9%, #CAED4E 0%, #24B728 100%);
  box-shadow: 0px 4px 0px #229526;
  border-radius: 1.5625rem;
}

.hamburger-menu {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 24px;
}
.hamburger-menu span {
  width: 100%;
  height: 0.125rem;
  background: #000000;
  border-radius: 3.125rem;
  position: relative;
  transition: 0.6s all;
}
.hamburger-menu span::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: #000000;
  border-radius: 3.125rem;
  transition: 0.6s all;
}
.hamburger-menu span::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: #000000;
  border-radius: 3.125rem;
  transition: 0.6s all;
}

.hamburger-menu.active span {
  transform: rotate(135deg);
}
.hamburger-menu.active span::before {
  top: 0;
  opacity: 0;
}
.hamburger-menu.active span::after {
  top: 0;
  transform: rotate(90deg);
}

.header-bg {
  background: #FFFFFF;
  position: sticky;
  top: 0;
  z-index: 99999;
}

.header {
  display: flex;
  align-items: center;
  flex-basis: content;
  padding: 2.625rem 0.625rem;
}
@media screen and (max-width: 480px) {
  .header {
    padding: 20px 10px;
  }
}
.header .hamburger-menu {
  display: none;
}
.header .navigation {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header__button {
  padding: 13px 41px 7px 41px;
  background: #23B828;
  color: #FFFFFF;
  font-family: "GillSansC";
  font-weight: 700;
  font-size: 14px;
}
.header .nav {
  display: flex;
  align-items: center;
  gap: 3.125rem;
  font-size: 0.875rem;
  font-weight: 500;
  margin-right: auto;
}
.header .nav__link {
  transition: 0.6s all;
  color: #000000;
}
.header .nav__link:hover {
  color: #23B828 !important;
}
@media screen and (max-width: 480px) {
  .header .nav {
    position: absolute;
    top: 4.25rem;
    border-radius: 1.25rem;
    left: 0;
    right: 0;
    width: 95%;
    margin: 0 auto;
    color: #000000;
    flex-direction: column;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s all;
  }
  .header .nav.active {
    top: 6.25rem;
    padding: 2.5rem 0;
    max-height: 37.5rem;
    background: #E3E7E8;
  }
  .header .hamburger-menu {
    display: inline-flex;
  }
  .header .nav {
    flex-direction: column;
    margin: 0 auto;
    margin-bottom: 1.875rem;
  }
  .header .nav__link {
    color: #000000;
  }
}

.banner-bg {
  background: #E3E7E8;
}
@media screen and (max-width: 520px) {
  .banner-bg {
    background: none;
  }
}

.fitolizin_packs {
  margin-top: 71px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.fitolizin_packs__img {
  max-width: 250px;
  height: 201px;
  filter: drop-shadow(4px 4px 30px rgba(36, 183, 40, 0.2));
}

.banner-content {
  display: flex;
  transition: 0.6s all;
}
@media screen and (max-width: 520px) {
  .banner-content {
    display: none;
  }
}
.banner-content__items-logo {
  margin-top: 20px;
}
.banner-content__items-title {
  margin-top: 58px;
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 30px;
  color: #000000;
}
.banner-content__items-title span {
  font-size: 20px;
  position: absolute;
  margin-left: 5px;
  transform: translateY(-15px);
}
.banner-content__items-subTitle {
  font-weight: 400;
  font-size: 35px;
}
.banner-content__items-desc {
  margin-top: 40px;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  display: flex;
  align-items: center;
}
.banner-content__items-miniDesc {
  margin-top: 50px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  align-items: center;
  color: #9F9F9F;
}

.banner-content__girl-bg__img {
  display: flex;
  align-items: end;
  justify-content: end;
}

.banner-media {
  display: none;
}
@media screen and (max-width: 520px) {
  .banner-media {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.banner-media__info {
  background-image: url("../img/media/bannerMedia.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 698px;
}

.media-packs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  top: -265px;
}
.media-packs__img {
  width: 160px;
  height: 130px;
  filter: drop-shadow(4px 4px 30px rgba(36, 183, 40, 0.2));
}

.media-button {
  color: #FFFFFF;
  width: 180px;
  height: 30px;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  background: radial-gradient(41% 41% at 50% 9%, #CAED4E 0%, #24B728 100%);
  box-shadow: 0px 4px 0px #229526;
  border-radius: 25px;
  position: relative;
  top: -250px;
}

.bg-gray {
  background: #F3F5F7;
  height: 17.375rem;
  position: relative;
  z-index: -1;
  top: -250px;
}
@media screen and (max-width: 520px) {
  .bg-gray {
    display: none;
  }
}

.violet-testimony {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 82px;
  margin-top: 100px;
}
@media screen and (max-width: 520px) {
  .violet-testimony {
    flex-direction: column;
    margin-top: unset;
    position: relative;
  }
}
.violet-testimony__pack__img {
  max-width: 403px;
  height: 322px;
}
@media screen and (max-width: 520px) {
  .violet-testimony__pack__img {
    margin-top: unset;
    width: 216px;
    height: 174px;
    position: relative;
    top: -214px;
  }
}
@media screen and (max-width: 360px) {
  .violet-testimony__pack__img {
    width: 216px;
    height: 174px;
    position: relative;
    top: -295px;
  }
}
.violet-testimony__title {
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 46px;
  display: flex;
  align-items: center;
  color: #000000;
}
@media screen and (max-width: 520px) {
  .violet-testimony__title {
    display: none;
  }
}
.violet-testimony__desc {
  margin-top: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
}
.violet-testimony__desc span {
  color: #229526;
}
.violet-testimony__title, .violet-testimony__desc {
  padding-left: 58px;
}
@media screen and (max-width: 520px) {
  .violet-testimony__title, .violet-testimony__desc {
    padding-left: unset;
    padding-top: 75px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
  }
}
.violet-testimony__contraindications {
  margin-top: 20px;
}
.violet-testimony__contraindications__items {
  display: flex;
  align-items: center;
  gap: 1.3125rem;
}
.violet-testimony__contraindications__items__icon img {
  width: 36px;
  height: 36px;
}
@media screen and (max-width: 520px) {
  .violet-testimony__contraindications__items__icon img {
    width: 1.25rem;
    height: 20px;
  }
}
.violet-testimony__contraindications__items__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #229526;
  margin-top: 30px;
}
.violet-testimony__contraindications__items__p {
  margin-top: 6px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
}

.violet-testimony__title-media {
  display: none;
}
@media screen and (max-width: 520px) {
  .violet-testimony__title-media {
    display: unset;
    font-weight: 400;
    font-size: 30px;
    line-height: 34px;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    top: -180px;
  }
}
@media screen and (max-width: 360px) {
  .violet-testimony__title-media {
    top: -200px;
  }
}

@media screen and (max-width: 520px) {
  .violet-testimony__info {
    position: relative;
    top: -385px;
    z-index: -1;
    background: #F3F5F7;
    padding: 25px;
  }
}
@media screen and (max-width: 360px) {
  .violet-testimony__info {
    top: -475px;
  }
}

.ingredients {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: -100px;
}
@media screen and (max-width: 520px) {
  .ingredients {
    display: flex;
    flex-direction: column-reverse;
    margin-top: unset;
    text-align: center;
    position: relative;
    top: -360px;
  }
}
@media screen and (max-width: 360px) {
  .ingredients {
    top: -400px;
  }
}

.ingredients__info__title {
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 46px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 520px) {
  .ingredients__info__title {
    display: none;
  }
}
.ingredients__info__desc {
  max-width: 519px;
  margin-top: 12px;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
}
.ingredients__info__desc span {
  color: #229526;
}
.ingredients__info__greenDesc {
  margin-top: 40px;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #229526;
}
.ingredients__info__block {
  margin-top: 10px;
  display: flex;
  align-items: start;
  justify-content: start;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
}
@media screen and (max-width: 520px) {
  .ingredients__info__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .ingredients__info__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
  }
}
.ingredients__info__block__five {
  background: #229526;
  padding: 10px 20px;
}
@media screen and (max-width: 520px) {
  .ingredients__info__block__five {
    padding: unset;
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 360px) {
  .ingredients__info__block__five {
    padding: unset;
    width: 328px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.ingredients__info__block__twenty {
  background: #23B828;
  padding: 10px 68px 10px 40px;
}
@media screen and (max-width: 520px) {
  .ingredients__info__block__twenty {
    padding: unset;
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 360px) {
  .ingredients__info__block__twenty {
    padding: unset;
    width: 328px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.ingredients-img {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 520px) {
  .ingredients-img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
}
.ingredients-img__pack {
  max-width: 340px;
  height: 270px;
}
@media screen and (max-width: 520px) {
  .ingredients-img__pack {
    width: 214px;
    height: 170px;
  }
}
.ingredients-img__cranberry {
  max-width: 200px;
  height: 200px;
  position: relative;
  z-index: 1;
  left: -120px;
}
@media screen and (max-width: 520px) {
  .ingredients-img__cranberry {
    height: 110px;
    left: -80px;
  }
}

.media-title {
  display: none;
}
@media screen and (max-width: 520px) {
  .media-title {
    display: flex;
    font-weight: 400;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    position: relative;
    justify-content: center;
    top: -380px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 360px) {
  .media-title {
    top: -400px;
  }
}

.indication-bg {
  background-color: #F3F5F7;
  background-image: url("../img/EllipseRight.svg");
  background-repeat: no-repeat;
  margin-top: 95px;
  background-size: calc((100% - 1060px) / 2 + 300px);
  background-position-x: left;
  background-position-y: center;
  height: 25.25rem;
}
@media screen and (max-width: 520px) {
  .indication-bg {
    background-size: calc((100% - 360px) / 2 + 270px);
    background-position-x: left;
    background-position-y: center;
    background-color: unset;
    position: relative;
    top: -380px;
  }
}
@media screen and (max-width: 360px) {
  .indication-bg {
    background-size: calc((100% - 360px) / 2 + 270px);
    background-position-x: left;
    background-position-y: center;
    background-color: unset;
    position: relative;
    top: -380px;
  }
}

.indication-content {
  display: flex;
  align-items: start;
  justify-content: start;
}
@media screen and (max-width: 520px) {
  .indication-content {
    display: flex;
    flex-direction: column;
  }
}
.indication-content__imgs {
  display: flex;
  align-items: center;
  justify-content: center;
}
.indication-content__imgs__pack {
  margin-top: 65px;
  position: relative;
  z-index: 1;
  transform: translateX(-65px);
}
@media screen and (max-width: 520px) {
  .indication-content__imgs__pack {
    width: 200px;
    transform: translateX(20px);
  }
}
.indication-content__info-title {
  margin-top: 50px;
  font-weight: 400;
  font-size: 40px;
  line-height: 46px;
}
@media screen and (max-width: 520px) {
  .indication-content__info-title {
    display: none;
  }
}
.indication-content__info-desc {
  margin-top: 12px;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #229526;
}
@media screen and (max-width: 360px) {
  .indication-content__info-desc {
    width: 327px;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    margin-top: unset;
  }
}
.indication-content__info-desc__list {
  margin-top: 12px;
}
.indication-content__info-desc__list__ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
}
.indication-content__info-desc__list__ul li {
  display: flex;
  justify-content: start;
  align-items: center;
}
@media screen and (max-width: 360px) {
  .indication-content__info-desc__list__ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    width: 308px;
    margin-left: 10px;
  }
}
.indication-content__info-desc__list__ul img {
  left: -15px;
  position: relative;
}

.media-title-indication {
  display: none;
}
@media screen and (max-width: 520px) {
  .media-title-indication {
    display: flex;
    font-weight: 400;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    position: relative;
    top: -35px;
    justify-content: center;
  }
}

@media screen and (max-width: 520px) {
  .indication-content__imgs__girl {
    width: 120px;
    height: 240px;
    position: relative;
    top: 15px;
    left: 20px;
  }
}

.indication-content__info {
  background: #F3F5F7;
  margin-top: 17px;
  padding: 10px 30px 30px 15px;
  position: relative;
}

.contraindication {
  margin-top: 100px;
  display: flex;
  gap: 100px;
}
@media screen and (max-width: 520px) {
  .contraindication {
    display: flex;
    flex-direction: column-reverse;
    margin-top: unset;
    text-align: center;
    position: relative;
  }
}
.contraindication__info-title {
  font-weight: 400;
  font-size: 40px;
  line-height: 46px;
}
@media screen and (max-width: 520px) {
  .contraindication__info-title {
    display: none;
  }
}
.contraindication__info__list {
  margin-top: 12px;
}
.contraindication__info__list__ul {
  width: 505px;
  height: 315px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
}
@media screen and (max-width: 520px) {
  .contraindication__info__list__ul {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    position: relative;
    top: -70px;
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .contraindication__info__list__ul {
    top: -70px;
  }
}
.contraindication__info__list__ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 503px;
  display: flex;
  align-items: center;
  justify-content: start;
  text-align: start;
  position: relative;
  left: 15px;
}
@media screen and (max-width: 520px) {
  .contraindication__info__list__ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    width: 100%;
  }
}
.contraindication__info__list__ul li img {
  position: relative;
  left: -5px;
}
.contraindication__imgs {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 400px;
  height: 400px;
  background-image: url("../img/CircleUp.svg");
  background-repeat: no-repeat;
  background-color: #F3F5F7;
  border-radius: 100%;
  background-position-y: bottom;
  background-size: contain;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  .contraindication__imgs__girlNo {
    width: 70%;
  }
}
@media screen and (max-width: 520px) {
  .contraindication__imgs {
    width: 100%;
    position: relative;
  }
}
@media screen and (max-width: 520px) {
  .contraindication {
    display: flex;
    flex-direction: column-reverse;
    margin-top: unset;
    text-align: center;
    position: relative;
    top: -100px;
  }
}

.contraindication-title-media {
  display: none;
}
@media screen and (max-width: 520px) {
  .contraindication-title-media {
    display: flex;
    font-weight: 400;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    justify-content: center;
    position: relative;
    top: -120px;
  }
}
@media screen and (max-width: 360px) {
  .contraindication-title-media {
    top: -120px;
  }
}

.dose-bg {
  background-color: #F3F5F7;
  background-image: url("../img/EllipseGray.svg");
  background-repeat: no-repeat;
  margin-top: 105px;
  background-size: calc((100% - 1060px) / 2 + 300px);
  background-position-x: left;
  background-position-y: center;
}
@media screen and (max-width: 520px) {
  .dose-bg {
    background-size: calc(1% + 270px);
    background-position-x: left;
    background-position-y: center;
    background-color: unset;
    position: relative;
    margin-top: unset;
    height: 400px;
    top: -100px;
  }
}
@media screen and (max-width: 360px) {
  .dose-bg {
    background-position-x: left;
    background-position-y: center;
    background-color: unset;
    position: relative;
    margin-top: unset;
    height: 400px;
    top: -100px;
  }
}

.dose-content {
  display: flex;
  align-items: start;
  justify-content: start;
}
@media screen and (max-width: 520px) {
  .dose-content {
    display: flex;
    flex-direction: column;
  }
}
.dose-content__imgs {
  margin-top: 35px;
}
@media screen and (max-width: 520px) {
  .dose-content__imgs {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.dose-content__imgs__pack {
  width: 430px;
  height: 345px;
}
@media screen and (max-width: 520px) {
  .dose-content__imgs__pack {
    width: 272px;
    position: relative;
    left: 25%;
    top: -32px;
  }
}
@media screen and (max-width: 360px) {
  .dose-content__imgs__pack {
    width: 272px;
    position: relative;
    top: -70px;
    left: 75px;
  }
}
.dose-content__info-title {
  margin-top: 50px;
  font-weight: 400;
  font-size: 40px;
  line-height: 46px;
}
@media screen and (max-width: 520px) {
  .dose-content__info-title {
    display: none;
  }
}
.dose-content__info-desc {
  margin-top: 10px;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}
.dose-content__info-desc__list {
  margin-top: 12px;
}
@media screen and (max-width: 520px) {
  .dose-content__info-desc__list {
    position: relative;
    margin-top: unset;
    top: -50px;
    left: 67px;
    width: calc(100% - 67px);
  }
}
@media screen and (max-width: 360px) {
  .dose-content__info-desc__list {
    position: relative;
    margin-top: unset;
    top: -133px;
    left: 67px;
  }
}
.dose-content__info-desc__list li {
  width: 740px;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
}
@media screen and (max-width: 520px) {
  .dose-content__info-desc__list li {
    width: 96%;
  }
}
@media screen and (max-width: 360px) {
  .dose-content__info-desc__list li {
    width: 274px;
  }
}
.dose-content__info-desc__list img {
  position: relative;
  left: -60px;
  transform: translateY(50px);
}
.dose-content__info-desc__list-first {
  background: #229526;
}
.dose-content__info-desc__list-second {
  background: #23B828;
}
.dose-content__info-desc__list-third {
  background: #70B973;
}

.dose-media_title {
  display: none;
}
@media screen and (max-width: 520px) {
  .dose-media_title {
    font-weight: 400;
    font-size: 30px;
    line-height: 34px;
    display: flex;
    justify-content: center;
    text-align: center;
    position: relative;
    width: 100%;
  }
}

.orangePack-bg {
  margin-top: 100px;
  background-image: url("../img/EllipseLeft.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: calc((100% - 1060px) / 2 + 270px);
  background-position-y: center;
  height: 386px;
}
@media screen and (max-width: 520px) {
  .orangePack-bg {
    background-size: calc((100% - 520px) / 2 + 270px);
    background-position-x: right;
    background-position-y: center;
    background-color: unset;
    position: relative;
    margin-top: unset;
    height: 400px;
    top: 300px;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 360px) {
  .orangePack-bg {
    background-size: calc((100% - 360px) / 2 + 270px);
    background-position-x: right;
    background-position-y: center;
    background-color: unset;
    position: relative;
    margin-top: unset;
    height: 400px;
    top: 210px;
  }
}
.orangePack-bg__ellipse {
  position: absolute;
  width: 720px;
  height: 355px;
  overflow: hidden;
  right: 0;
  z-index: -1;
}

.bg-gray-orange {
  background: #F3F5F7;
  height: 205px;
  position: relative;
  z-index: -2;
  top: -186px;
}
@media screen and (max-width: 520px) {
  .bg-gray-orange {
    display: none;
  }
}

.orangePack {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 47px;
}
@media screen and (max-width: 520px) {
  .orangePack {
    display: flex;
    flex-direction: column;
    flex-direction: column-reverse;
  }
}
.orangePack__pack__img {
  width: 403px;
  height: 324px;
  right: 25px;
}
@media screen and (max-width: 520px) {
  .orangePack__pack__img {
    width: 273px;
    position: relative;
    top: -60px;
  }
}
@media screen and (max-width: 360px) {
  .orangePack__pack__img {
    width: 273px;
    position: relative;
    top: -100px;
  }
}
.orangePack__title {
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 46px;
  display: flex;
}
@media screen and (max-width: 520px) {
  .orangePack__title {
    display: none;
  }
}
.orangePack__desc {
  margin-top: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
}
@media screen and (max-width: 520px) {
  .orangePack__desc {
    display: none;
  }
}
.orangePack__desc span {
  color: #229526;
}
.orangePack__contraindications {
  margin-top: 20px;
}
@media screen and (max-width: 520px) {
  .orangePack__contraindications {
    width: 360px;
    background: #F3F5F7;
    position: relative;
    top: -155px;
  }
}
@media screen and (max-width: 360px) {
  .orangePack__contraindications {
    width: 360px;
    background: #F3F5F7;
    position: relative;
    top: -155px;
  }
}
.orangePack__contraindications__items {
  display: flex;
  align-items: center;
  gap: 28px;
}
.orangePack__contraindications__items__icon {
  background: white;
  border-radius: 50%;
  padding: 3px 8px;
}
.orangePack__contraindications__items__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #229526;
  margin-top: 30px;
}
.orangePack__contraindications__items__p {
  margin-top: 6px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
}

.orangePack-title-media {
  display: none;
}
@media screen and (max-width: 520px) {
  .orangePack-title-media {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    top: -115px;
  }
}
@media screen and (max-width: 360px) {
  .orangePack-title-media {
    top: -115px;
  }
}

.orangePack-desc-media {
  display: none;
}
.orangePack-desc-media span {
  color: #229526;
}
@media screen and (max-width: 520px) {
  .orangePack-desc-media {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    display: unset;
    position: relative;
    top: -100px;
    padding: 5px;
  }
}
@media screen and (max-width: 360px) {
  .orangePack-desc-media {
    top: -100px;
    left: 35px;
  }
}

.receipt {
  margin-top: 100px;
}
@media screen and (max-width: 520px) {
  .receipt {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 520px;
  }
}
@media screen and (max-width: 360px) {
  .receipt {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 400px;
  }
}

.receipt-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.receipt-info__title {
  font-weight: 400;
  font-size: 40px;
  line-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .receipt-info__title {
    font-size: 30px;
    line-height: 34px;
  }
}
.receipt-info__desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  width: 880px;
}
@media screen and (max-width: 520px) {
  .receipt-info__desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    width: 100%;
  }
}
.receipt-info__desc span {
  color: #229526;
}

.receipt__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: 5px;
}
@media screen and (max-width: 520px) {
  .receipt__grid {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
.receipt__grid__imgs {
  margin-top: 20px;
  border-radius: 100%;
}
@media screen and (max-width: 520px) {
  .receipt__grid__imgs {
    width: 120px;
  }
}
@media screen and (max-width: 360px) {
  .receipt__grid__imgs {
    width: 105px;
  }
}
.receipt__grid__desc {
  margin-top: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #919191;
}

@media screen and (max-width: 520px) {
  .receipt__grid-list {
    display: flex;
    align-items: center;
    justify-content: start;
  }
}
@media screen and (max-width: 360px) {
  .receipt__grid-list {
    display: flex;
    align-items: center;
    justify-content: start;
  }
}

.pregnant-banner {
  background-image: url("../img/pregnant.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  min-height: 230px;
  background-color: #229526;
  margin-top: 100px;
}
@media screen and (max-width: 520px) {
  .pregnant-banner {
    min-height: 205px;
    position: relative;
    top: 310px;
    background-image: url("../img/media/pregnantfull.png");
    background-color: #229526;
  }
}
@media screen and (max-width: 360px) {
  .pregnant-banner {
    min-height: 205px;
    position: relative;
    top: 310px;
    background-image: url("../img/media/pregnantfull.png");
    background-color: #229526;
  }
}

@media screen and (max-width: 520px) {
  .pregnant__info {
    padding: 10px;
  }
}
.pregnant__info-title {
  font-weight: 400;
  font-size: 40px;
  line-height: 46px;
  display: flex;
  align-items: center;
  padding: 50px 0px 0px 0px;
  color: #FFFFFF;
}
@media screen and (max-width: 520px) {
  .pregnant__info-title {
    font-size: 30px;
    line-height: 34px;
  }
}
.pregnant__info__list {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;
}
@media screen and (max-width: 520px) {
  .pregnant__info__list {
    font-size: 16px;
    line-height: 18px;
  }
}

.doseOrange-bg {
  background-color: #F3F5F7;
  background-image: url("../img/EllipseGray.svg");
  background-repeat: no-repeat;
  margin-top: 105px;
  background-size: calc((100% - 1060px) / 2 + 270px);
  background-position-x: left;
  background-position-y: center;
}
.doseOrange-bg__circle {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 520px) {
  .doseOrange-bg {
    background-size: calc((100% - 520px) / 2 + 270px);
    background-position-x: left;
    background-position-y: center;
    background-color: unset;
    position: relative;
    margin-top: unset;
    height: 400px;
    top: 350px;
  }
}
@media screen and (max-width: 360px) {
  .doseOrange-bg {
    background-size: calc((100% - 360px) / 2 + 270px);
    height: 400px;
    top: 350px;
  }
}

.doseOrange-content {
  display: flex;
  align-items: start;
  justify-content: start;
}
@media screen and (max-width: 520px) {
  .doseOrange-content {
    display: flex;
    flex-direction: column;
  }
}
.doseOrange-content__imgs {
  margin-top: 35px;
}
@media screen and (max-width: 520px) {
  .doseOrange-content__imgs {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.doseOrange-content__imgs__pack {
  width: 430px;
  height: 345px;
}
@media screen and (max-width: 520px) {
  .doseOrange-content__imgs__pack {
    width: 60%;
    position: relative;
    top: -27px;
    left: 62px;
  }
}
@media screen and (max-width: 360px) {
  .doseOrange-content__imgs__pack {
    width: 272px;
    position: relative;
    top: -27px;
    left: 62px;
  }
}
.doseOrange-content__info-title {
  margin-top: 50px;
  font-weight: 400;
  font-size: 40px;
  line-height: 46px;
}
@media screen and (max-width: 520px) {
  .doseOrange-content__info-title {
    display: none;
  }
}
.doseOrange-content__info-desc {
  margin-top: 10px;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}
.doseOrange-content__info-desc__list {
  margin-top: 12px;
}
@media screen and (max-width: 520px) {
  .doseOrange-content__info-desc__list {
    position: relative;
    margin-top: unset;
    top: -105px;
    left: 68px;
  }
}
@media screen and (max-width: 360px) {
  .doseOrange-content__info-desc__list {
    top: -105px;
    left: 68px;
  }
}
.doseOrange-content__info-desc__list img {
  position: relative;
  left: -60px;
  transform: translateY(50px);
}
.doseOrange-content__info-desc__list-first {
  background: #229526;
  width: 740px;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
}
@media screen and (max-width: 520px) {
  .doseOrange-content__info-desc__list-first {
    width: 274px;
  }
}
@media screen and (max-width: 360px) {
  .doseOrange-content__info-desc__list-first {
    width: 274px;
  }
}
.doseOrange-content__info-desc__list-second {
  background: #23B828;
  width: 740px;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
}
@media screen and (max-width: 520px) {
  .doseOrange-content__info-desc__list-second {
    width: 274px;
    height: 76px;
  }
}
@media screen and (max-width: 360px) {
  .doseOrange-content__info-desc__list-second {
    width: 274px;
    height: 76px;
  }
}
.doseOrange-content__info-desc__list-third {
  background: #70B973;
  width: 740px;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
}
@media screen and (max-width: 520px) {
  .doseOrange-content__info-desc__list-third {
    width: 274px;
  }
}
@media screen and (max-width: 360px) {
  .doseOrange-content__info-desc__list-third {
    width: 274px;
  }
}

.doseO-media_title {
  display: none;
}
@media screen and (max-width: 520px) {
  .doseO-media_title {
    font-weight: 400;
    font-size: 30px;
    line-height: 34px;
    display: flex;
    justify-content: center;
    text-align: center;
    position: relative;
  }
}

.banner-happy {
  margin-top: 100px;
}
.banner-happy__info {
  background-image: url("../img/happy.png");
}
@media screen and (max-width: 520px) {
  .banner-happy__info {
    position: relative;
    top: 500px;
    background-image: url("../img/media/bannerhappy.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 586px;
  }
}
@media screen and (max-width: 360px) {
  .banner-happy__info {
    top: 500px;
    height: 586px;
  }
}
.banner-happy__info-title {
  margin-top: 50px;
  font-weight: 700;
  font-size: 60px;
  line-height: 68px;
  padding: 50px 0px 0px 50px;
}
@media screen and (max-width: 520px) {
  .banner-happy__info-title {
    font-size: 40px;
    line-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.banner-happy__info-title span {
  font-size: 20px;
  position: absolute;
  margin-left: 5px;
  transform: translateY(-15px);
}
@media screen and (max-width: 520px) {
  .banner-happy__info-title span {
    position: relative;
  }
}
.banner-happy__info-desc {
  font-weight: 400;
  font-size: 35px;
  line-height: 40px;
  margin-top: 10px;
  padding: 0px 0px 0px 50px;
}
@media screen and (max-width: 520px) {
  .banner-happy__info-desc {
    font-size: 20px;
    line-height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.banner-happy__info-pack {
  width: 250px;
  height: 200px;
  margin-left: 15px;
}
@media screen and (max-width: 520px) {
  .banner-happy__info-pack {
    display: flex;
    width: 160px;
    height: 130px;
  }
}
@media screen and (max-width: 360px) {
  .banner-happy__info-pack {
    width: 160px;
    height: 130px;
  }
}
.banner-happy__info-button {
  padding: 12px 50px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  text-align: center;
  margin-top: 50px;
  display: inline-block;
  background: radial-gradient(41% 41% at 50% 9%, #CAED4E 0%, #24B728 100%);
  box-shadow: 0px 4px 0px #229526;
  border-radius: 50px;
  position: relative;
  left: 40px;
  transform: translateY(-25px);
}
@media screen and (max-width: 520px) {
  .banner-happy__info-button {
    padding: 6px 11px;
    color: #FFFFFF;
    width: 160px;
    height: 20px;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    background: radial-gradient(41% 41% at 50% 9%, #CAED4E 0%, #24B728 100%);
    box-shadow: 0px 4px 0px #229526;
    border-radius: 25px;
    position: relative;
    margin: 0 auto;
    top: 15px;
    left: calc(75% - 180px);
  }
}
@media screen and (max-width: 360px) {
  .banner-happy__info-button {
    width: 160px;
    height: 20px;
    top: -27px;
    left: 95px;
  }
}
.banner-happy__disclaimer {
  margin-top: 20px;
  font-family: "Bebas Neue";
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  color: #909090;
  text-transform: uppercase;
  letter-spacing: -1px;
}
@media screen and (max-width: 520px) {
  .banner-happy__disclaimer {
    font-size: 16px;
    line-height: 16px;
    position: relative;
    top: 500px;
  }
}
@media screen and (max-width: 360px) {
  .banner-happy__disclaimer {
    top: 500px;
  }
}

@media screen and (max-width: 520px) {
  .banner-happy__info-packs {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.production-bg {
  background: #009C3E;
  margin-top: 100px;
}
@media screen and (max-width: 520px) {
  .production-bg {
    position: relative;
    top: 450px;
  }
}
@media screen and (max-width: 360px) {
  .production-bg {
    top: 450px;
  }
}

.production-info__desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #FFFFFF;
  padding: 23px;
}

.footer {
  margin-top: 55px;
}
@media screen and (max-width: 520px) {
  .footer {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 450px;
  }
}
@media screen and (max-width: 360px) {
  .footer {
    top: 450px;
  }
}
.footer__info {
  font-weight: 400;
  font-size: 17px;
  line-height: 19px;
  text-align: center;
}
.footer__info-descAdress {
  margin-top: 20px;
}
.footer__contacts {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 50px;
}
@media screen and (max-width: 520px) {
  .footer__contacts {
    display: flex;
    flex-direction: column;
  }
}
.footer__contacts-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

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