.head_section {
  padding-top: 60px;
  padding-bottom: 200px;
  margin-bottom: -50px;
}
.head_bg,
.head_bg1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
}
.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_m_section {
  display: none;
}
.head_screen1 {
  text-align: center;
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.head_screen1.active {
  opacity: 1;
}
.head_header1 {
  display: grid;
  grid-template-columns: -webkit-min-content -webkit-min-content;
  grid-template-columns: min-content min-content;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  color: #e20a19;
  margin: 0 auto;
}
.header1_p1 {
  font-size: 41px;
  -webkit-transform: translateX(-200px);
          transform: translateX(-200px);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header1_p1_ru {
  font-size: 33px;
}
.header1_p2 {
  font-size: 57px;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header1_p3 {
  font-size: 127px;
  display: inline-block;
  line-height: 0.1;
  -webkit-transform: translate(200px, -25%);
          transform: translate(200px, -25%);
  grid-area: 1 / 3 / 3 / 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  margin-left: 10px;
}
.header1_p1.active,
.header1_p2.active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.header1_p3.active {
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
  opacity: 1;
}
.head_flac {
  width: 270px;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.head_flac.active {
  opacity: 1;
}
.header_image_holder1 {
  display: inline-block;
  margin-top: 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -ms-flex-item-align: center;
      align-self: center;
}
.head_paper_box {
  position: absolute;
  left: -200px;
  bottom: 0;
  max-width: unset;
  width: 120%;
  -webkit-transform: translateX(-65%);
          transform: translateX(-65%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.head_paper_box.active {
  left: 0;
  opacity: 1;
}
.head_paper {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: unset;
  width: 120%;
  -webkit-transform: translateX(calc(59% + 200px));
          transform: translateX(calc(59% + 200px));
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.head_paper.active {
  -webkit-transform: translateX(59%);
          transform: translateX(59%);
  opacity: 1;
}
.head_woman_holder,
.head_boy_holder {
  position: absolute;
  left: 0;
  bottom: 100px;
  display: inline-block;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: calc(100% - 150px);
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.head_boy_holder {
  -webkit-transform: translateX(-48%);
          transform: translateX(-48%);
}
.head_woman_holder {
  bottom: 0;
  height: calc(100% - 50px);
}
.head_boy_holder.active,
.head_woman_holder.active {
  opacity: 1;
}
.head_woman_holder {
  left: unset;
  right: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.head_boy,
.head_woman {
  height: 100%;
  max-width: unset;
}
.head_boy_mask {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.head_women_mask {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  position: absolute;
  left: 50%;
  top: 33%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 26%;
}
.head_boy_mask.active,
.head_women_mask.active {
  opacity: 1;
}
.head_screen2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.head_screen2.active {
  opacity: 1;
}
.head_header2 {
  padding-top: 50px;
}
.head_header2_text {
  font-size: 41px;
  color: #004289;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  font-weight: bold;
}
.head_header2_img {
  -webkit-transform: translateX(-200px);
          transform: translateX(-200px);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.head_header2_text.active,
.head_header2_img.active {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
}
.head_pack {
  width: 800px;
  margin-top: 50px;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.head_pack.active {
  opacity: 1;
}
.complex_section {
  padding-bottom: 50px;
  z-index: 2;
}
.complex_bg {
  position: absolute;
  left: 0;
  top: 44%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 124%;
}
.intro__play-btn {
  position: absolute;
  left: 0;
  top: -190px;
  cursor: pointer;
  width: 98px;
  height: 98px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.complex_header1 {
  text-align: center;
  font-weight: bold;
  font-size: 34px;
  text-align: center;
  color: #fff;
  padding-top: 50px;
}
.complex_header2 {
  margin-top: 50px;
  text-align: center;
  font-size: 40px;
  color: #004289;
  font-weight: bold;
}
.complex_subHeader {
  text-align: center;
  color: #fff;
  font-size: 34px;
  max-width: 900px;
  margin: 0 auto;
}
.complex_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding-bottom: 150px;
  margin-top: 130px;
}
.complex_round {
  height: 327px;
  width: 327px;
  border-radius: 50%;
  -webkit-box-shadow: 14.08px 14.08px 14.08px rgba(0, 0, 0, 0.3);
          box-shadow: 14.08px 14.08px 14.08px rgba(0, 0, 0, 0.3);
  z-index: 2;
  margin: 0 auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.complex_round1 {
  background: -webkit-gradient(
    linear,
    left top, left bottom,
    from(rgba(109, 200, 244, 1)),
    color-stop(86.48%, rgba(26, 169, 237, 1)),
    to(rgba(12, 164, 236, 1))
  );
  background: linear-gradient(
    180deg,
    rgba(109, 200, 244, 1) 0%,
    rgba(26, 169, 237, 1) 86.48%,
    rgba(12, 164, 236, 1) 100%
  );
}
.complex_round2 {
  margin-top: 50px;
  background: -webkit-gradient(
    linear,
    left top, left bottom,
    from(rgba(221, 219, 0, 1)),
    color-stop(70.32%, rgba(138, 191, 32, 1)),
    to(rgba(101, 178, 46, 1))
  );
  background: linear-gradient(
    180deg,
    rgba(221, 219, 0, 1) 0%,
    rgba(138, 191, 32, 1) 70.32%,
    rgba(101, 178, 46, 1) 100%
  );
}
.complex_round3 {
  background: -webkit-gradient(
    linear,
    left top, left bottom,
    from(rgba(232, 83, 22, 1)),
    color-stop(91.04%, rgba(228, 8, 106, 1)),
    to(rgba(228, 0, 114, 1))
  );
  background: linear-gradient(
    180deg,
    rgba(232, 83, 22, 1) 0%,
    rgba(228, 8, 106, 1) 91.04%,
    rgba(228, 0, 114, 1) 100%
  );
}
.complex_icon {
  width: 60%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-filter: drop-shadow(14.08px 14.08px 14.08px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(14.08px 14.08px 14.08px rgba(0, 0, 0, 0.3));
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.complex_icon1,
.complex_icon3 {
  bottom: 55%;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.complex_icon2 {
  top: 55%;
  -webkit-transform-origin: top;
          transform-origin: top;
}
.complex_text {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  width: 80%;
  font-size: 23px;
  line-height: 1.1;
  color: #fff;
}
.complex_text1,
.complex_text3 {
  top: 68%;
}
.complex_text2 {
  top: 30%;
  width: 92%;
}
.complex_text3 {
  font-size: 24px;
}
.complex_round_shadow {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -67px;
  width: 327px;
  height: 327px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 28px rgba(0, 0, 0, 0.6);
          box-shadow: inset 0 0 28px rgba(0, 0, 0, 0.6);
}
.complex_round_shadow2 {
  top: unset;
  bottom: -67px;
}
.complex_round:hover .complex_icon {
  -webkit-transform: translateX(-50%) scale(1.18);
          transform: translateX(-50%) scale(1.18);
}
.complex_round:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.about_section {
  padding-top: 200px;
  margin-top: -150px;
  margin-bottom: 75px;
}
.about_header {
}
.about_bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.about_header {
  text-align: center;
  font-size: 40px;
  color: #004289;
  font-weight: bold;
}
.about_subHeader {
  text-align: center;
  color: #004289;
  font-size: 34px;
  max-width: 900px;
  margin: 0 auto;
}
.about_main_grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about_grid {
  justify-self: center;
  display: grid;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-rows: auto -webkit-min-content -webkit-min-content -webkit-min-content -webkit-min-content;
  grid-template-rows: auto min-content min-content min-content min-content;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  text-align: center;
  grid-gap: 20px;
}
.about_capsules {
  width: 100%;
  max-width: unset;
  margin-bottom: -40px;
}
.about_syrop {
  width: 100%;
  max-width: unset;
  margin-bottom: -100px;
}
.about_title {
  font-weight: bold;
  font-size: 27px;
  color: #004289;
  line-height: 1.15;
}
.more_btn {
  display: inline-block;
  border-radius: 100px;
  font-size: 27px;
  color: #fff;
  padding: 0.2em 1.6em;
  background: #004289;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.more_btn:hover {
  background: #006633;
}
.instruction_btn {
  display: inline-block;
  color: #006633;
  font-size: 28px;
  text-decoration: underline;
  cursor: pointer;
}
.instruction_btn > img {
  margin-left: 10px;
}
.buy_btn {
  margin-bottom: -25px;
  cursor: pointer;
}
.pulse {
  -webkit-animation: pulse 1s infinite alternate ease-in-out;
          animation: pulse 1s infinite alternate ease-in-out;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(0, -25%) scale(1);
            transform: translate(0, -25%) scale(1);
  }
  100% {
    -webkit-transform: translate(0, -25%) scale(1.2);
            transform: translate(0, -25%) scale(1.2);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: translate(0, -25%) scale(1);
            transform: translate(0, -25%) scale(1);
  }
  100% {
    -webkit-transform: translate(0, -25%) scale(1.2);
            transform: translate(0, -25%) scale(1.2);
  }
}
.shakeX {
  -webkit-animation: shakeX 0.2s infinite alternate ease-in;
          animation: shakeX 0.2s infinite alternate ease-in;
}
@-webkit-keyframes shakeX {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
}
@keyframes shakeX {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
}
@media (max-width: 991px) {
  .head_section {
    display: none;
  }
  .head_m_section {
    display: block;
    padding-top: 100px;
  }
  .head_m_header1 {
    text-align: center;
    color: #e20a19;
    font-size: 45px;
    font-weight: bold;
  }
  .head_m_header1_p1 {
    -webkit-transform: translateX(-300px);
            transform: translateX(-300px);
    opacity: 0;
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .head_m_header1_p2 {
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
    opacity: 0;
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 52px;
  }
  .head_m_header1.active .head_m_header1_p1,
  .head_m_header1.active .head_m_header1_p2 {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  .head_m_header1.out .head_m_header1_p1 {
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
    opacity: 1;
  }
  .head_m_header1.out .head_m_header1_p2 {
    -webkit-transform: translateX(-300px);
            transform: translateX(-300px);
    opacity: 1;
  }

  .head_m_images_holder {
    margin-top: 50px;
  }
  .head_m_paper_box {
    position: absolute;
    bottom: -30px;
    width: 400px;
    right: 52%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
  }
  .head_m_paper {
    position: absolute;
    bottom: 10px;
    width: 350px;
    left: 50%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
  }
  .head_m_flac_holder {
    text-align: center;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .head_m_flac_holder.active .head_m_paper,
  .head_m_flac_holder.active .head_m_paper_box {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .head_m_flac_holder.active {
    opacity: 1;
  }
  .head_m_flac {
    max-width: 100%;
    width: 250px;
  }
  .head_m_container {
    padding-bottom: 200px;
  }
  .head_m_boy_holder {
    position: absolute;
    bottom: 125px;
    height: 100vw;
    width: 50%;
    left: 0;
    -webkit-transform: translateX(-110%);
            transform: translateX(-110%);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.7s;
    transition: opacity 0.5s, -webkit-transform 0.7s;
    transition: transform 0.7s, opacity 0.5s;
    transition: transform 0.7s, opacity 0.5s, -webkit-transform 0.7s;
  }

  .head_m_boy_mask {
    position: absolute;
    opacity: 1;
    left: 50%;
    width: 130%;
    top: 50%;
    max-width: unset;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    -webkit-transition: 2s;
    transition: 2s;
  }

  .head_m_woman_mask {
    position: absolute;
    opacity: 1;
    opacity: 1;
    left: 50%;
    width: 40%;
    top: 37%;
    max-width: unset;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    -webkit-transition: 2s;
    transition: 2s;
  }
  .head_m_boy_mask.out,
  .head_m_woman_mask.out {
    -webkit-transform: translate(-50%, -50%) scale(2);
            transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  .head_m_woman_holder {
    position: absolute;
    bottom: 80px;
    width: 50%;
    right: 0;
    height: 100vw;
    -webkit-transform: translateX(130%);
            transform: translateX(130%);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.7s;
    transition: opacity 0.5s, -webkit-transform 0.7s;
    transition: transform 0.7s, opacity 0.5s;
    transition: transform 0.7s, opacity 0.5s, -webkit-transform 0.7s;
  }
  .head_m_woman_holder.active,
  .head_m_boy_holder.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .head_m_boy_holder.hidden,
  .head_m_woman_holder.hidden {
    opacity: 0;
  }
  .head_m_woman,
  .head_m_boy {
    position: absolute;
    bottom: 0;
    width: 160%;
    max-width: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .head_m_boy {
    width: 120%;
  }
  .head_m_header2 {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    color: #004289;
    font-size: 35px;
    font-weight: bold;
  }
  .head_m_header2_text {
    margin-top: 10px;
    position: relative;
    display: inline-block;
    -webkit-transform: translateX(-300px);
            transform: translateX(-300px);
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .head_m_header2_img {
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .head_m_header2.active .head_m_header2_text,
  .head_m_header2.active .head_m_header2_img {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  .head_m_header2.out .head_m_header2_text {
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
    opacity: 0;
  }
  .head_m_header2.out .head_m_header2_img {
    -webkit-transform: translateX(-300px);
            transform: translateX(-300px);
    opacity: 0;
  }

  .head_m_pack {
    position: absolute;
    top: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
  }
  .head_m_pack.active {
    opacity: 1;
    visibility: visible;
  }

  .complex_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .complex_holder1 {
    grid-area: 1 / 2 / 2 / 1;
  }
  .complex_holder3 {
    grid-area: 1 / 3 / 2 / 2;
  }
  .complex_holder2 {
    grid-area: 2 / 3 / 3 / 1;
  }
  .complex_bg {
    height: 117%;
  }
  .head_m_header1.ru {
    font-size: 35px;
  }
  .about_main_grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 100px 40px;
  }
  .about_grid:last-child {
    grid-area: 1 / 3 / 2 / 2;
  }
  .about_grid:nth-child(2) {
    grid-area: 2 / 3 / 3 / 1;
    justify-self: center;
  }
}
@media (max-width: 767px) {
  .head_m_header1 {
    font-size: 30px;
  }
  .intro__play-btn {
    position: absolute;
    left: 15px;
    top: -125px;
    cursor: pointer;
    width: 65px;
    height: 65px;
  }
  .head_m_header1_p2 {
    font-size: 35px;
  }
  .complex_header2,
  .about_header {
    font-size: 30px;
    margin-top: 30px;
  }
  .head_m_header2 {
    font-size: 25px;
  }
  .complex_header1 {
    font-size: 18px;
  }
  .complex_subHeader,
  .about_subHeader {
    font-size: 21px;
  }
  .complex_round_shadow {
    display: none;
  }
  .complex_round {
    width: 150px;
    height: 150px;
  }
  .complex_round2 {
    margin-top: 25px;
  }
  .complex_text {
    font-size: 12px;
  }
  .complex_icon2 {
    bottom: 55%;
    top: unset;
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  .complex_text2 {
    top: 68%;
    font-size: 11px;
  }
  .complex_grid {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .complex_header1 {
    padding-top: 0;
  }

  .head_m_flac {
    max-width: 100%;
    width: 30vw;
  }
  .head_m_paper_box {
    bottom: -2vw;
    width: 34vw;
    right: 54%;
  }
  .head_m_paper {
    bottom: 2vw;
    width: 38vw;
    left: 50%;
  }
  .head_m_boy_holder {
    position: absolute;
    bottom: 60px;
  }
  .head_m_woman_holder {
    bottom: 40px;
  }

  .head_m_container {
    padding-bottom: 150px;
  }
  .about_main_grid {
    grid-template-columns: 1fr;
    grid-gap: 100px;
    padding-bottom: 50px;
  }

  .about_capsules,
  .about_syrop {
    width: 269px;
  }
  .about_grid:last-child {
    grid-area: unset;
  }
  .about_grid:nth-child(2) {
    grid-area: unset;
    grid-row: 3;
  }

  .about_grid {
    grid-gap: 15px;
  }
  .buy_btn {
    margin-bottom: 0;
  }
  .instruction_btn,
  .more_btn {
    font-size: 22px;
  }
  .head_m_header1.ru {
    font-size: 23px;
  }
}
@media (max-width: 350px) {
  .head_m_header1 {
    font-size: 25px;
  }
  .head_m_header1_p2 {
    font-size: 29px;
  }
}
