.head_section {
  margin-top: 60px;
  margin-bottom: -100px;
  padding-bottom: 40px;
}
.head_section_m {
  display: none;
}
.head_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: left top;
  -o-object-fit: cover;
     object-fit: cover;
}
.head__container {
  position: relative;
  top: 0;
}
.head__video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}
.head__video.active {
  opacity: 1;
  z-index: 2;
}
.head__pack {
  position: absolute;
  left: 0;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
.head__pack.hide {
  opacity: 0;
}
.head__tea-holder {
  position: absolute;
  left: 100%;
  top: 40%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  -webkit-transition: 1s;
  transition: 1s;
  width: 480px;
}
.head__tea-holder.active {
  left: 0%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  top: 45%;
}
.head__cup2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  height: 0%;
  opacity: 0;
  -webkit-transition: height 2s, opacity 2s;
  transition: height 2s, opacity 2s;
}
.head__cup2.active {
  opacity: 1;
  height: 100%;
}
.head__sachet-holder {
  position: absolute;
  left: 150px;
  top: 38%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
.head__sachet {
  position: relative;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.head__sachet-holder.active {
  left: 310px;
}
.head__sachet-holder.active .head__sachet {
  -webkit-transform: rotate(21deg);
          transform: rotate(21deg);
}
.head__sachet-holder.move {
  left: calc(100% - 500px);
  top: 17%;
  -webkit-transition: 1.2s;
  transition: 1.2s;
}
.head__sachet-holder.move .head__sachet {
  -webkit-transform: rotate(121deg);
          transform: rotate(121deg);
  -webkit-transition: 1.2s;
  transition: 1.2s;
}
.head__sachet-holder.hide {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.head__text {
  position: absolute;
  left: 0;
  top: 45px;
  font-size: 30px;
  font-weight: bold;
  color: #004289;
  max-width: 600px;
  line-height: 1.1;
  left: -100vw;
}
.head__text.active {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: 0;
}
.head__text-header {
  font-size: 39px;
}
.head__text-header .green {
  color: #82bb31;
}
.head__women-holder {
  position: relative;
  display: inline-block;
  left: 100%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 85%;
  -webkit-transition: 1s;
  transition: 1s;
}
.head__women-holder.active {
  -webkit-transform: translateX(-74%);
          transform: translateX(-74%);
}
.head__women-mask {
  position: absolute;
  left: 50%;
  top: 32%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 25%;
  opacity: 0;
  -webkit-transition: 1.7s;
  transition: 1.7s;
}
.head__women-mask.active {
  opacity: 1;
}
.head__women-wave {
  position: absolute;
  right: 50.5%;
  top: 56%;
  -webkit-transform: translate(-10%, -50%);
  transform: translate(-10%, -50%);
  width: 60%;
  /* opacity: 0; */
  display: none;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.head__women-wave.active {
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.composition_section {
  margin-top: 100px;
  padding-bottom: 250px;
}
.composition_header {
  text-align: center;
  color: #004289;
  font-weight: bold;
  font-size: 32px;
}
.composition_subHeader {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  color: #004289;
}
.composition_subHeader .green {
  color: #82bb31;
}
.composition_subHeader_ru {
  font-size: 33px;
}
.composition_grid {
  position: relative;
  display: grid;
  color: #004289;
  font-size: 24px;
}
.composition_grid1 {
  grid-template-columns: auto 300px;
  grid-gap: 130px;
}
.composition_grid2 {
  grid-template-columns: auto 425px;
  grid-gap: 65px;
  margin-top: 135px;
}
.composition_grid3 {
  grid-template-columns: auto 605px;
  grid-gap: 15px;
  margin-top: 105px;
}
.composition_grid4 {
  grid-template-columns: 265px auto;
  grid-gap: 40px;
  margin-top: 125px;
}
.composition_grid5 {
  grid-template-columns: 380px auto;
  grid-gap: 40px;
  margin-top: 90px;
}
.composition_grid6 {
  grid-template-columns: 590px auto;
  grid-gap: 40px;
  margin-top: 110px;
}
.composition_grid7 {
  grid-template-columns: auto 300px;
  margin-top: 100px;
}
.composition_text7 {
  max-width: 410px;
}
.composition_text_header {
  font-weight: bold;
}
.composition_text_header h2 {
  display: inline-block;
}
.composition_image {
  width: 250px;
  position: absolute;
  left: 0;
  top: -25px;
  -webkit-filter: drop-shadow(18px 18px 12px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(18px 18px 12px rgba(0, 0, 0, 0.15));
}
.composition_image1 {
  top: -50px;
}
.composition_part1 {
  margin-top: 75px;
}
.composition_part2 {
  z-index: 2;
}
.composition_part3 {
  position: relative;
}
.composition_image4,
.composition_image5,
.composition_image6 {
  left: unset;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.composition_image5 {
  top: -20px;
  -webkit-transform: none;
          transform: none;
}
.composition_wave1 {
  position: absolute;
  right: 40px;
  top: 131px;
  width: 435px;
}
.composition_wave2 {
  position: absolute;
  left: 90px;
  bottom: 0px;
  width: 430px;
  -webkit-transform: translateY(78%);
          transform: translateY(78%);
}
.composition_wave3 {
  position: absolute;
  left: 0;
  width: 480px;
  top: 88px;
}
.composition_wave4 {
  position: absolute;
  opacity: 0;
  width: 350px;
  top: -180px;
  right: 120px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.intro_section {
  margin-top: 55px;
  position: relative;
  z-index: 2;
}
.intro__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.intro_bg {
  position: absolute;
  left: 0;
  top: 44%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 124%;
}
.intro_container {
  padding-top: 100px;
  padding-bottom: 200px;
}
.intro__top-text {
  max-width: 855px;
  margin: 0 auto;
  color: #fff;
  font-size: 24px;
}
.intro__grid {
  margin-top: 60px;
  max-width: 855px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 345px auto;
  grid-gap: 80px;
  color: #fff;
  font-size: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.intro__round-holder {
  position: relative;
  width: 345px;
  height: 345px;
}
.intro__round {
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(#e64610),
    color-stop(12%, #e74f0f),
    color-stop(31%, #eb690d),
    color-stop(56%, #f29209),
    color-stop(85%, #facb03),
    to(#ffec00)
  );
  background: linear-gradient(
    0deg,
    #e64610 0%,
    #e74f0f 12%,
    #eb690d 31%,
    #f29209 56%,
    #facb03 85%,
    #ffec00 100%
  );
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3.69px solid #ffffff;
  border-radius: 50%;
  /* box-shadow: 14px 14px 14px rgba(0, 0, 0, 0.25)/\; */
}
.intro__round-shadow {
  position: absolute;
  left: -10px;
  top: 45px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 28px rgb(0 0 0 / 60%);
          box-shadow: inset 0 0 28px rgb(0 0 0 / 60%);
}
.intro__play-btn {
  position: absolute;
  left: 0;
  top: -157px;
  cursor: pointer;
  width: 98px;
  height: 98px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.intro_btn {
  position: absolute;
  left: 50%;
  top: -120px;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.about__section {
  margin-top: 100px;
}
.about__header {
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  color: #004289;
  text-align: center;
  max-width: 855px;
  margin: 0 auto;
}
.about__subHeader {
  font-size: 28px;
}
.about__subHeader .green {
  color: #82bb31;
}
.about__circle-holder {
  position: relative;
  width: 250px;
  height: 250px;
}
.about__circle-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0 0 28px rgb(0 0 0 / 60%);
          box-shadow: inset 0 0 28px rgb(0 0 0 / 60%);
  border-radius: 50%;
  background: #e6e6e6;
}
.about__circle {
  position: absolute;
  left: 6px;
  top: 60px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border-radius: 50%;
  -webkit-box-shadow: 14px 14px 14px rgba(0, 0, 0, 0.25);
          box-shadow: 14px 14px 14px rgba(0, 0, 0, 0.25);
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(#e64610),
    color-stop(12%, #e74f0f),
    color-stop(31%, #eb690d),
    color-stop(56%, #f29209),
    color-stop(85%, #facb03),
    to(#ffec00)
  );
  background: linear-gradient(
    0deg,
    #e64610 0%,
    #e74f0f 12%,
    #eb690d 31%,
    #f29209 56%,
    #facb03 85%,
    #ffec00 100%
  );
}
.about__circle-icon {
  position: relative;
  width: 143px;
  height: 143px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  margin-top: -40px;
  margin-bottom: 15px;
}
.about__circle-text {
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 1.1;
}
.about__grid {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 855px;
  margin: 60px auto;
}
.about__circle-holder2 {
  margin-top: 160px;
}
.about__circle-holder2 .about__circle {
  top: -105px;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(#eb639f),
    color-stop(28%, #dc5198),
    color-stop(84%, #b52486),
    to(#a91580)
  );
  background: linear-gradient(
    0deg,
    #eb639f 0%,
    #dc5198 28%,
    #b52486 84%,
    #a91580 100%
  );
}
.about__circle-holder2 .about__circle-icon {
  margin-top: 40px;
}
.about__circle-holder3 .about__circle {
  background: -webkit-gradient(linear, left top, left bottom, from(#dddb00), color-stop(70%, #8abf20), to(#65b22e));
  background: linear-gradient(180deg, #dddb00 0%, #8abf20 70%, #65b22e 100%);
}
.about__circle-holder2 .about__circle-text {
  padding-top: 72px;
  margin-top: 0;
}
.about__bottom {
  position: relative;
  max-width: 855px;
  margin: -10px auto 60px;
  font-size: 28px;
  font-weight: bold;
  color: #004289;
  text-align: center;
}
.about__btn {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.doses__container {
  max-width: 855px;
  padding-bottom: 50px;
  padding-top: 40px;
}
.doses__container .about__circle-text {
  font-size: 25px;
  padding-left: 10px;
  padding-right: 10px;
}
.doses_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 128.4%;
  -webkit-transform: translateY(-17%);
          transform: translateY(-17%);
}
.doses__container .about__circle-shadow {
  background: transparent;
}
.instruction__grid {
  position: relative;
  display: grid;
  grid-template-columns: 6fr 4fr;
  grid-gap: 50px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.instruction__image-holder {
  text-align: center;
}
.instruction__right {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 50px;
  text-align: center;
  font-size: 23px;
  color: #004289;
  padding-bottom: 50px;
}
.instruction__cell {
  display: grid;
  grid-gap: 20px;
  max-width: 190px;
}
.result__section {
  margin-top: 30px;
}
.result__btn {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.result__grid {
  position: relative;
  display: grid;
  grid-template-columns: 4fr 4.5fr;
  max-width: 900px;
  grid-gap: 40px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 30px auto 80px;
}
.result__header {
  max-width: 840px;
  margin: 70px auto 0;
  font-size: 24px;
  font-weight: bold;
  color: #274281;
  text-align: center;
}
.result__text {
  max-width: 430px;
  font-size: 20px;
  color: #004289;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .head_section {
    margin-top: 50px;
  }
  .head__container {
    height: 70vh;
  }
  .head__sachet-holder.move {
    left: calc(100% - 434px);
  }
  .head__tea-holder {
    -webkit-transform: translate(-84%, -50%);
            transform: translate(-84%, -50%);
    top: 37%;
  }
  .head__tea-holder.active {
    left: 0%;
    -webkit-transform: translate(-13%, -50%);
            transform: translate(-13%, -50%);
    top: 335px;
  }
  .head__women-holder {
    position: absolute;
    bottom: 50px;
  }
  .head__women-mask {
    top: 38%;
  }
  .composition_grid {
    grid-template-columns: 1fr;
    grid-gap: 15px;
    text-align: center;
    margin-top: 40px;
  }
  .composition_wave1,
  .composition_wave2,
  .composition_wave3,
  .composition_wave4 {
    display: none;
  }
  .composition_image {
    position: relative;
    top: unset;
    margin: 0;
    -webkit-transform: unset;
            transform: unset;
  }
  .composition_image_holder {
    grid-row: 1;
  }
  .composition_part1 {
    margin-top: 40px;
  }
  .composition_text7 {
    max-width: unset;
  }
  .doses__container {
    max-width: 720px;
    padding-bottom: 1px;
    padding-top: 0px;
  }
  .instruction__section {
    margin-top: 150px;
  }
  .result__grid {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  .head__pack {
    width: 40%;
  }
  .head__container {
    height: 600px;
  }
  .head__tea-holder {
    width: 60%;
  }
  .head__sachet-holder {
    width: 20%;
    left: 5%;
  }
  .head__sachet-holder.active {
    left: 31%;
  }
  .head__sachet-holder.move {
    left: 53%;
    top: 23%;
  }
  .head__text-header {
    font-size: 34px;
  }
  .head__text {
    width: calc(100% - 30px);
    font-size: 20px;
  }
  .head__text.active {
    left: 15px;
  }
  .intro__top-text {
    font-size: 16px;
  }
  .intro_container {
    padding-top: 0;
    padding-bottom: 0;
  }
  .intro__play-btn {
    position: absolute;
    left: 15px;
    top: -115px;
    cursor: pointer;
    width: 65px;
    height: 65px;
  }
  .intro__grid {
    margin-top: 20px;
    grid-template-columns: 1fr;
    font-size: 16px;
    grid-gap: 55px;
    padding-bottom: 25px;
  }
  .intro_btn {
    position: relative;
    top: unset;
  }
  .intro__round-holder {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 60vw;
    height: 60vw;
  }
  .intro__round-shadow {
    top: 10px;
  }
  .intro_bg,
  .doses_bg {
    height: 116%;
  }
  .doses_bg {
    -webkit-transform: translateY(-9%);
            transform: translateY(-9%);
  }
  .intro_section {
    padding-bottom: 20px;
    margin-top: 35px;
  }
  .about__header,
  .composition_header {
    font-size: 30px;
  }
  .about__subHeader,
  .composition_subHeader {
    font-size: 21px;
  }
  .about__grid {
    margin-top: 30px;
    display: grid;
    justify-items: center;
    grid-template-columns: 1fr;
    grid-gap: 50px;
  }
  .about__circle-holder .about__circle {
    top: 30px;
  }
  .about__circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__circle-icon {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-top: -40px !important;
    width: 30vw;
    height: 30vw;
  }
  .about__circle-text {
    padding-top: 0 !important;
    font-size: 17px;
  }
  .about__circle-holder2 {
    margin-top: 0;
  }
  .about__circle-holder {
    width: 55vw;
    height: 55vw;
  }
  .about__bottom {
    font-size: 19px;
    margin-bottom: 40px;
  }
  .composition_image {
    width: 180px;
  }
  .composition_text_header {
    font-size: 19px;
  }
  .composition_grid {
    font-size: 16px;
    margin-top: 25px;
  }
  .doses__container .about__circle-text {
    font-size: 19px;
  }
  .instruction__grid {
    grid-template-columns: 1fr;
    grid-gap: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .instruction__section {
    margin-top: 100px;
  }
  .instruction__right {
    font-size: 16px;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    justify-self: center;
    max-width: 300px;
  }
  .instruction__icon {
    width: 80px;
  }
  .result__section {
    margin-top: 0;
  }
  .result__header {
    font-size: 19px;
  }
  .result__grid {
    grid-template-columns: 1fr;
    font-size: 16px;
    margin-top: 20px;
    grid-gap: 0;
  }
  .result__text {
    font-size: 16px;
  }
}
