/* AGE-GATE START */
  .age-gate {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100vh;
    height: 100svh;*/
    height: 156.625rem;
    overflow: hidden;
    & [class*="__wrap"] {
      position: absolute;
      top: 0;
      left: 50%;
      width: 180rem;
      height: 100%;
      transform: translateX(-50%);
    }
    & [class*="__bg"] {
      position: absolute;
      top: 0;
      left: 50%;
      width: 320rem;
      min-height: 105rem;
      height: 100%;
      transform: translate(-50%, 0);
      pointer-events: none;
      z-index: 1;
      & img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 0%; }
    }
    & [class*="__block"] {
      display: flex;
      flex-direction: column;
      align-items: center;
      position: absolute;
      top: 24.625rem;
      left: 0;
      width: 100%;
      text-align: center;
      z-index: 10;
      & h1 {
        margin-bottom: 8.75rem;
        color: #305976;
        font-size: 13.25rem;
        letter-spacing: -0.0025em;
      }
      & .btns {
        display: flex;
        justify-content: center;
        & a {
          display: inline-block;
          margin: 0 14.5rem;
          color: #305976;
          font-size: 8.875rem;
          line-height: 6.125rem;
          letter-spacing: -0.0025em;
          text-decoration: none;
          &:nth-child(2) { color: #00b3b8; }
        }
      }
    }
    & [class*="__logo"] {
      position: absolute;
      top: 6.25rem;
      left: 10.125rem;
      width: 29.375rem;
      z-index: 2;
    }
    & [class*="__bird"] {
      position: absolute;
      top: 44.8125rem;
      left: 19.0625rem;
      width: 15.375rem;
      z-index: 0;
    }
    & [class*="__bottle"] {
      position: absolute;
      top: 33.25rem;
      right: 18.75rem;
      width: 45.25rem;
      z-index: 1;
    }
    & [class*="__non"] {
      position: absolute;
      top: 41.875rem;
      right: 0.5rem;
      width: 29.625rem;
      z-index: 1;
    }
    & [class*="__text"] {
      position: absolute;
      top: 83rem;
      left: 10.125rem;
      margin: 0;
      color: #f9f5e9;
      font-size: 2.25rem;
      letter-spacing: -0.003em;
      z-index: 1;
    }
  }

  .age-gate__none {
    & h2 {
      position: absolute;
      top: 23.5625rem;
      left: 10.125rem;
      margin: 0;
      color: #275674;
      font-size: 6.75rem;
      line-height: 1.1;
      letter-spacing: -0.002em;
    }
    & .sup {
      position: absolute;
      top: 44.6875rem;
      left: 62.75rem;
      width: 72.875rem;
      z-index: 2;
    }
    & [class*="__non"] { top: 38.875rem; opacity: 0.7; }
  }
/* AGE-GATE END */

/* COMMON START */
  main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1500rem;
    overflow: hidden;
  }
  .main__wrap {
    position: absolute;
    top: 0;
    left: 50%;
    width: 180rem;
    height: 100%;
    transform: translateX(-50%);
  }
  .bg {
    position: absolute;
    left: 50%;
    width: 320rem;
    transform: translateX(-50%);
    pointer-events: none;
  }
  .bg-01 { top: 78rem; z-index: 0; }
  .bg-02 { top: 73rem; z-index: 2; }
  .bg-03 { top: 154.25rem; z-index: 3; }
  .bg-04 { top: 334.188rem; z-index: 4; }
  .bg-05 { top: 472.312rem; z-index: 5; }
  .bg-06 { top: 666.5rem; z-index: 6; }
  .bg-07 { top: 759.062rem; z-index: 7; }
  .bg-08 { top: 881.25rem; z-index: 8; }
  .bg-09 { top: 1153.56rem; z-index: 9; }
/* COMMON END */

/* KV START */
  .kv-more-marquee {
    position: absolute;
    top: 78rem;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    overflow: hidden;
    z-index: 1;
  }

  .kv-more-track {
    display: flex;
    width: max-content;
    animation: kvMoreMove 80s linear infinite;
  }

  @keyframes kvMoreMove {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }

  .kv-more-marquee i {
    display: block;
    width: 112.5rem;
    height: 14.4375rem;
    background: url('../img/more.png') no-repeat 50%/contain;
  }

  .kv-title {
    position: absolute;
    top: 29.5625rem;
    left: 23.875rem;
    font-size: 8.5rem;
    line-height: 1;
    letter-spacing: -0.003em;
    animation: anim-title 2s linear forwards;
  }

  @keyframes anim-title {
    0% { opacity: 0; transform: translateY(0rem); }
    1% { opacity: 0; transform: translateY(13.6875rem); }
    100% { opacity: 1; transform: translateY(0rem); }
  }

  .kv-serfer {
    position: absolute;
    top: 16.8125rem;
    left: 69.1875rem;
    width: 41.875rem;
    animation: infinite anim_serf 6s linear;
    z-index: 2;
  }

  @keyframes anim_serf {
    0% { transform: translateX(0px) translateY(0px) rotate(0deg); animation-timing-function: ease-in-out; }
    50% { transform: translateX(1.5625rem) translateY(0.3125rem) rotate(5deg); animation-timing-function: ease-in-out; }
    100% { transform: translateX(0px) translateY(0px) rotate(0deg); }
  }

  .kv-bottle {
    position: absolute;
    top: 11.875rem;
    left: 107.688rem;
    width: 72.75rem;
    z-index: 2;
  }

  .kv-non-alco {
    position: absolute;
    top: 98.9375rem;
    left: 2.8125rem;
    width: 29.6875rem;
    z-index: 3;
  }

  .kv-text {
    position: absolute;
    top: 144.562rem;
    right: 25.625rem;
    color: #305976;
    font-size: 5.5rem;
    line-height: 6.125rem;
    letter-spacing: -0.0025em;
    text-align: right;
    z-index: 3;
    animation: anim-title 2s linear forwards;
  }
/* KV END */

/* RITUAL START */
  .ritual {
    position: absolute;
    top: 250.812rem;
    left: 25.75rem;
    z-index: 4;
    & h3 {
      margin-bottom: 11.875rem;
      color: #fcf6ea;
      font-size: 8.5rem;
      line-height: 1;
      letter-spacing: -0.003em;
      animation: anim-title 2s linear forwards;
    }
    & ul {
      display: flex;
      align-items: flex-start;
      & li {
        margin-right: 16.875rem;
        & .img {
          position: relative;
          margin-bottom: 7.5rem;
          height: 14.375rem;
          & img {
            position: absolute;
            bottom: 0;
            left: 0;
          }
        }
        &:nth-child(1) img { width: 15.25rem; }
        &:nth-child(2) img { bottom: 1.375rem; width: 15.0625rem; }
        &:nth-child(3) img { width: 5.375rem; }
        & p {
          margin: 0;
          color: #fcf6ea;
          font-size: 5.375rem;
          line-height: 1;
          letter-spacing: -0.003em;
        }
      }
    }
  }

  .ritual-palma {
    position: absolute;
    top: 199.438rem;
    right: -44.375rem;
    width: 107rem;
    z-index: 3;
    animation: infinite anim_palma 4s linear; transform-origin: 50% 0%;
  }

  @keyframes anim_palma {
    0% { transform: translateX(0rem) rotate(0deg); animation-timing-function: ease-in-out; }
    50% { transform: translateX(-6%) rotate(-3deg); animation-timing-function: ease-in-out; }
    100% { transform: translateX(0rem) rotate(0deg); }
  }

  .ritual-palma img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .ritual-palma .leaf-1 { top: 17.5rem; left: 4.25rem; width: 36.125rem; animation: infinite anim_leaf_1 4s linear; transform-origin: 100% 100%; }
  .ritual-palma .leaf-2 { top: 0.6875rem; left: 39.5625rem; width: 19rem; animation: infinite anim_leaf_2 4s linear; transform-origin: 0% 100%; }
  .ritual-palma .leaf-3 { top: 22.75rem; left: 1.375rem; width: 41.375rem; animation: infinite anim_leaf_3 4s linear; transform-origin: 100% 0%; }
  .ritual-palma .leaf-4 { top: 10.25rem; left: 40.125rem; width: 64.9375rem; animation: infinite anim_leaf_4 4s linear; transform-origin: 0% 100%; }
  .ritual-palma .leaf-5 { top: 26.3125rem; left: 23.5rem; width: 19.6875rem; animation: infinite anim_leaf_5 4s linear; transform-origin: 100% 0%; }
  .ritual-palma .leaf-6 { top: 27.9375rem; left: 41.0625rem; width: 51.125rem; animation: infinite anim_leaf_6 4s linear; transform-origin: 0% 0%; }

  @keyframes anim_leaf_1 {
    0% { transform: translateX(0rem) translateY(0rem) rotate(0deg); animation-timing-function: ease-in-out; }
    50% { transform: translateX(-0.125rem) translateY(-0.1875rem) rotate(3deg); animation-timing-function: ease-in-out; }
    100% { transform: translateX(0rem) translateY(0rem) rotate(0deg); }
  }

  @keyframes anim_leaf_2 {
    0% { transform: translateX(0rem) translateY(0rem) rotate(0deg); animation-timing-function: ease-in-out; }
    50% { transform: translateX(0.625rem) translateY(-0.0625rem) rotate(6deg); animation-timing-function: ease-in-out; }
    100% { transform: translateX(0rem) translateY(0rem) rotate(0deg); }
  }

  @keyframes anim_leaf_3 {
    0% { transform: translateX(0rem) translateY(0rem) rotate(0deg); animation-timing-function: ease-in-out; }
    50% { transform: translateX(-0.75rem) translateY(-0.875rem) rotate(9deg); animation-timing-function: ease-in-out; }
    100% { transform: translateX(0rem) translateY(0rem) rotate(0deg); }
  }

  @keyframes anim_leaf_4 {
    0% { transform: translateX(0rem) translateY(0rem) rotate(0deg); animation-timing-function: ease-in-out; }
    50% { transform: translateX(-0.1875rem) translateY(1.75rem) rotate(7deg); animation-timing-function: ease-in-out; }
    100% { transform: translateX(0rem) translateY(0rem) rotate(0deg); }
  }

  @keyframes anim_leaf_5 {
    0% { transform: translateX(0rem) translateY(0rem) rotate(0deg); animation-timing-function: ease-in-out; }
    50% { transform: translateX(-1rem) translateY(-0.3125rem) rotate(14deg); animation-timing-function: ease-in-out; }
    100% { transform: translateX(0rem) translateY(0rem) rotate(0deg); }
  }

  @keyframes anim_leaf_6 {
    0% { transform: translateX(0rem) translateY(0rem) rotate(0deg); animation-timing-function: ease-in-out; }
    50% { transform: translateX(-0.8125rem) translateY(1.125rem) rotate(8deg); animation-timing-function: ease-in-out; }
    100% { transform: translateX(0rem) translateY(0rem) rotate(0deg); }
  }

  .ritual-girl {
    position: absolute;
    top: 340.375rem;
    left: 10.125rem;
    width: 22.0625rem;
    z-index: 4;
  }
/* RITUAL END */

/* LETO-FINISH START */
  .leto-finish {
    position: absolute;
    top: 454rem;
    left: 25.75rem;
    z-index: 5;
    & p {
      margin: 0;
      color: #2a5673;
      font-size: 13.875rem;
      line-height: 13.5rem;
      letter-spacing: -0.003em;
    }
  }
/* LETO-FINISH END */

/* LIME-ANIMATION START */
  .girl {
    display: block;
    position: absolute;
    top: 495.875rem;
    left: 55.75rem;
    width: 67.5rem;
    z-index: 5;
  }

  .hand {
    display: block;
    position: absolute;
    top: 480.25rem;
    left: 55.75rem;
    width: 67.5rem;
    z-index: 8;
  }

  .fruit-wrap {
    display: block;
    position: absolute;
    top: 552.125rem;
    left: 78.25rem;
    width: 12.75rem;
    will-change: transform;
    z-index: 7;
  }

  .fruit-wrap .fruit {
    display: block;
    position: relative;
    width: 100%;
    transform: rotate(124deg);
  }

  .bottle {
    position: absolute;
    top: 700rem;
    left: 62rem;
    width: 54rem;
    transform: rotate(-1.45deg);
    z-index: 6;
  }

  .bottle-gorlo {
    position: absolute;
    top: 700rem;
    left: 62rem;
    width: 54rem;
    transform: rotate(-1.45deg);
    z-index: 8;
  }
/* LIME-ANIMATION END */

/* VITAMIN START */
  .vitamin {
    position: absolute;
    top: 577rem;
    left: 0;
    padding: 0 25.75rem;
    width: 100%;
    z-index: 5;
    & p {
      margin: 0;
      color: #fcf6ea;
      font-size: 5.5rem;
      line-height: 1;
      letter-spacing: -0.003em;
      &:nth-child(1) { margin-bottom: 71.875rem; }
      &:nth-child(2) { text-align: right; }
    }
  }
/* VITAMIN END */

/* SHINE START */
  .shine {
    position: absolute;
    top: 828.625rem;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    z-index: 8;
    & .shine-marquee {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      position: relative;
      margin-bottom: 15rem;
      padding-top: 6.25rem;
      height: 22.8125rem;
      overflow: hidden;
      & .shine-track {
        display: flex;
        width: max-content;
        animation: shine-marquee linear infinite;
        animation-duration: 20s;
      }
      & p {
        margin: 0;
        padding-right: 10rem;
        font-size: 30.8125rem;
        letter-spacing: -0.001em;
        text-align: left;
        text-transform: uppercase;
        white-space: nowrap;
      }
    }
    & .shine-img-wrap {
      margin: 0 auto;
      width: 180rem;
      max-width: 100%;
    }
    & .shine-img {
      margin-left: 24.375rem;
      width: 42.25rem;
    }
  }

  @keyframes shine-marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }
/* SHINE END */

/* MOHANA START */
  .mahana {
    position: absolute;
    top: 936.25rem;
    left: 0;
    width: 100%;
    color: #fcf6ea;
    z-index: 8;
  }

  .mohana-logo {
    display: block;
    margin-bottom: 22.5rem;
    padding: 0 30.75rem;
    & img {
      margin-bottom: 2.5rem;
      width: 67.6875rem;
    }
    & p {
      margin: 0;
      font-size: 3.5rem;
      letter-spacing: -0.003em;
    }
  }

  .mohana-list {
    display: flex;
    flex-direction: column;
    padding: 0 25.75rem;
    & .mohana-list__block {
      display: flex;
      align-items: center;
      & .img {
        position: relative;
        & img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
        }
      }
      & p {
        position: relative;
        margin: 0;
        font-size: 5.375rem;
        line-height: 1;
        letter-spacing: -0.003em;
      }
      &:nth-child(1) {
        margin-bottom: 27.5rem;
        & .img { margin-right: 10rem; width: 35.5rem; height: 35.5rem; & img { width: 50.375rem; } }
      }
      &:nth-child(2) {
        margin-bottom: 24.25rem;
        & .img { margin-left: auto; width: 36.25rem; height: 36.25rem; & img { width: 42.5rem; } }
      }
      &:nth-child(3) {
        margin-bottom: 0;
        & .img { margin-right: 8rem; width: 38.25rem; height: 38.25rem; & img { width: 47.1875rem; } }
        & p { top: 6.25rem; }
      }
    }
  }

  .mahana-map {
    position: absolute;
    top: 41rem;
    right: 41.75rem;
    width: 64.6875rem;
    height: 189.188rem;
    pointer-events: none;
    & .mahana-map__put {
      position: relative;
      width: 100%;
      height: 100%;
      background: url('../img/svg/mohana-map.svg') no-repeat 50%/contain;
      & svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        pointer-events: none;
      }
    }
    & .mahana-figure {
      position: absolute;
      top: 0;
      left: 0;
      /*left: 53.4375rem;*/
      width: 3.375rem;
      transform: translateY(-50%);
      pointer-events: auto;
      & .mahana-figure__lodka { display: block; width: 100%; transform-origin: 50% 50%; }
      & .mahana-figure__veslo {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 16.25rem;
        transform: translate(-50%, -50%);
        transform-origin: 50% 50%;
      }
    }
  }
/* MOHANA END */

/* QUESTION START */
  .question {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: absolute;
    top: 1237.5rem;
    left: 0;
    padding: 0 25.75rem 0 26.25rem;
    width: 100%;
    z-index: 9;
    & img {
      display: block;
      position: relative;
      width: 40.75rem;
      transform: rotate(-2.55deg);
    }
    & p {
      position: relative;
      top: 38.375rem;
      margin: 0;
      color: #2a5673;
      font-size: 5.625rem;
      line-height: 1;
      letter-spacing: -0.001em;
      text-align: right;
    }
  }
/* QUESTION END */

/* VIDEO START */
  .video {
    position: absolute;
    top: 1338.94rem;
    left: 50%;
    width: 118.625rem;
    height: 66.6875rem;
    background: #275674;
    transform: translateX(-50%);
    z-index: 9;
    &::before {
      content:'';
      position: absolute;
      top: 0.625rem;
      right: 13.875rem;
      width: 19.1875rem;
      height: 15.5625rem;
      background: url('../img/svg/video-bird.svg') no-repeat 50%/contain;
      transform: translateY(-100%);
    }
    & .video__wrap {
      position: relative;
      overflow: hidden;
      & video {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0;
        z-index: 0;
        &.played { opacity: 1; }
      }
      & .video__cover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #275674;
        z-index: 1;
        &::before {
          content:'';
          position: absolute;
          bottom: -19.9375rem;
          left: -22.125rem;
          width: 150.062rem;
          height: 29.3125rem;
          background: url('../img/video-cover.png') no-repeat 50%/contain;
          z-index: 1;
          pointer-events: none;
        }
        & img {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
      }
      & .video__play {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 13.0625rem;
        height: 18.375rem;
        background: url('../img/svg/play.svg') no-repeat 50%/contain;
        transform: translate(-50%, -50%);
        z-index: 2;
        & #video__inn_play:hover { cursor: pointer; }
      }
    }
  }
/* VIDEO END */

/* FOOTER START */
  .footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    padding: 18.75rem 0 14.375rem;
    width: 100%;
    max-width: 320rem;
    background: #00b3b8;
    transform: translateX(-50%);
    z-index: 100;
    & img {
      margin-bottom: 12.1875rem;
      width: 13.625rem;
    }
    & p {
      margin: 0;
      color: #f9f5e9;
      font-size: 2.5rem;
      letter-spacing: -0.003em;
      text-align: center;
      -webkit-touch-callout: none;
      pointer-events: none;
    }
  }
/* FOOTER END */