@charset "UTF-8";
.leaderboar-wrap {
  background-image: url(../img/leaderboard-bg.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat; }

@media (min-width: 768px) and (max-width: 1199px) {
  .leaderboard-tablet {
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: 80vw;
    height: 80vh;
    margin: 0 auto;
    margin-top: -32px;
    margin-left: 120px; } }

.leaderboard {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 80vw;
  height: 80vh;
  margin: 0 auto;
  margin-top: 40px; }
  .leaderboard-content {
    width: 76.5vw;
    left: 11.7vw;
    top: 9.375vw;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
  .leaderboard-panel {
    display: flex;
    justify-content: flex-end; }
    .leaderboard-panel-big-count, .leaderboard-panel-big-username, .leaderboard-panel-big-health, .leaderboard-panel-big-score, .leaderboard-panel-small-count, .leaderboard-panel-small-username, .leaderboard-panel-small-health, .leaderboard-panel-small-score {
      color: #fff;
      font-weight: bold;
      line-height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      background-size: auto 100%;
      background-repeat: no-repeat; }
    .leaderboard-panel-big-count, .leaderboard-panel-small-count {
      background-image: url(../img/leaderboard-count-piece.png);
      background-position-x: right;
      background-size: 100%;
      justify-content: left; }
    .leaderboard-panel-big-health::before, .leaderboard-panel-big-score::before, .leaderboard-panel-small-health::before, .leaderboard-panel-small-score::before {
      content: '';
      display: inline-block;
      width: 1.7vw;
      padding-left: 4vw;
      background-size: auto 100%;
      background-repeat: no-repeat; }
    .leaderboard-panel-big-health, .leaderboard-panel-small-health {
      background-image: url(../img/leaderboard-middle-piece.png); }
      .leaderboard-panel-big-health::before, .leaderboard-panel-small-health::before {
        background-image: url(../img/heart.png);
        height: 1.56vw; }
    .leaderboard-panel-big-score, .leaderboard-panel-small-score {
      background-color: #171B1F;
      background-image: url(../img/leaderboard-last-piece.png); }
      .leaderboard-panel-big-score::before, .leaderboard-panel-small-score::before {
        background-image: url(../img/stream-score.png);
        height: 1.7vw; }
      .leaderboard-panel-big-score::after, .leaderboard-panel-small-score::after {
        content: '';
        display: inline-block;
        background-size: 100%;
        background-repeat: no-repeat; }
      .leaderboard-panel-big-score-one::after, .leaderboard-panel-small-score-one::after {
        background-image: url(../img/leaderboard/rank-one.png); }
      .leaderboard-panel-big-score-two::after, .leaderboard-panel-small-score-two::after {
        background-image: url(../img/leaderboard/rank-two.png); }
      .leaderboard-panel-big-score-three::after, .leaderboard-panel-small-score-three::after {
        background-image: url(../img/leaderboard/rank-three.png); }
    .leaderboard-panel-big-count, .leaderboard-panel-big-username, .leaderboard-panel-big-health, .leaderboard-panel-big-score {
      height: 3.125vw; }
    .leaderboard-panel-big-count {
      font-size: 2.35vw;
      padding-left: 1.5vw;
      padding-right: 3vw; }
    .leaderboard-panel-big-username {
      font-size: 2.35vw;
      width: 13vw; }
    .leaderboard-panel-big-health {
      font-size: 2.2vw;
      padding-left: 1.5vw;
      width: 12vw; }
    .leaderboard-panel-big-score {
      font-size: 2.2vw;
      padding-left: 1vw;
      width: 22vw; }
      .leaderboard-panel-big-score::after {
        width: 7vw;
        height: 7vw;
        margin-left: 2.4vw; }
    .leaderboard-panel-small {
      position: relative;
      margin-bottom: 3.5vw; }
      .leaderboard-panel-small-count, .leaderboard-panel-small-username, .leaderboard-panel-small-health, .leaderboard-panel-small-score {
        height: 2.813vw; }
      .leaderboard-panel-small-user {
        position: absolute;
        top: -1.5vw;
        left: -7vw;
        width: 5.5vw;
        height: 5.5vw;
        border-radius: 50%; }
      .leaderboard-panel-small-count {
        font-size: 1.4vw;
        padding-left: 1.5vw;
        padding-right: 3vw; }
      .leaderboard-panel-small-username {
        font-size: 1.563vw;
        width: 14.45vw; }
      .leaderboard-panel-small-health {
        font-size: 1.563vw;
        width: 16vw; }
      .leaderboard-panel-small-score {
        font-size: 1.563vw;
        width: 20vw; }
        .leaderboard-panel-small-score::after {
          width: 5.5vw;
          height: 5.5vw;
          margin-left: 2.4vw; }
  .leaderboard-table {
    display: flex;
    width: 55.8vw;
    position: relative;
    margin-top: 2.344vw;
    padding: 0.5vw 0 1vw 4vw;
    background: linear-gradient(180deg, #171B1F 60.22%, #101317 100%); }
    .leaderboard-table-user {
      position: absolute;
      top: -7vw;
      left: -17vw;
      width: 22vw;
      height: 22vw;
      border-radius: 50%;
      background-color: #0d1013;
      background-image: url(../img/leaderboard/gamer-cover.png);
      background-size: 18.750vw;
      background-position: center;
      background-repeat: no-repeat;
      display: flex;
      justify-content: center;
      align-items: center; }
      .leaderboard-table-user img {
        width: 60%;
        border-radius: 50%; }
    .leaderboard-table-title {
      font-size: 2.2vw;
      line-height: 3vw;
      font-weight: bold;
      color: #fff;
      margin: 0; }
    .leaderboard-table-subtitle {
      font-size: 0.86vw;
      line-height: 1vw;
      color: #616A76;
      margin: 0; }
    .leaderboard-table-separator {
      display: inline-block;
      background-color: #616A76;
      width: 8.6vw;
      height: 1px;
      margin: 1vw 0 0.5vw; }
    .leaderboard-table .col {
      text-align: center; }
  .leaderboard-bottomtable {
    margin-top: 3.9vw; }

.play-circles {
  position: absolute;
  list-style-type: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0; }
  .play-circles-icon {
    width: 6.641vw;
    height: 6.641vw;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center;
    border-radius: 50%;
    z-index: 101;
    animation-duration: 1s;
    animation-delay: 0.8s;
    animation-fill-mode: backwards;
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: opacity 0.5s, visibility 0.5s;
    transition-delay: 0.5s; }
    .play-circles-icon::before {
      content: "";
      position: relative;
      width: 75%;
      height: 75%;
      top: 12.5%;
      left: 12.5%;
      border-radius: 50%;
      box-shadow: 0 0 50px #000; }
    .play-circles-icon-steps {
      background-image: url(../img/phone/circles/play-steps.png);
      animation-name: circles-steps;
      top: 18.672vw;
      left: -3.125vw; }
    .play-circles-icon-target {
      background-image: url(../img/phone/circles/play-target.png);
      animation-name: circles-target;
      top: 9.375vw;
      left: -10vw; }
    .play-circles-icon-xp {
      background-image: url(../img/phone/circles/play-xp.png);
      animation-name: circles-xp;
      top: -3.3vw;
      left: -6.25vw; }
    .play-circles-icon-chat {
      background-image: url(../img/phone/circles/play-chat.png);
      animation-name: circles-chat;
      top: -6.25vw;
      left: 12.375vw; }
    .play-circles-icon-heart {
      background-image: url(../img/phone/circles/play-heart.png);
      animation-name: circles-heart;
      top: 4.688vw;
      left: 1.719vw; }
    .play-circles-icon-sp {
      background-image: url(../img/phone/circles/play-sp.png);
      animation-name: circles-sp;
      top: 8.594vw;
      left: 14.453vw; }
    .play-circles-icon-stats {
      background-image: url(../img/phone/circles/play-stats.png);
      animation-name: circles-stats;
      top: 0.5vw;
      right: -9.5vw; }
    .play-circles-icon-fire {
      top: 14.063vw;
      right: -7vw;
      background-image: url(../img/phone/circles/play-fire.png);
      animation-name: circles-fire; }
  .play-circles.play-circles-flying .play-circles-icon {
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 2s;
    animation-timing-function: ease-in-out; }
    .play-circles.play-circles-flying .play-circles-icon-steps {
      animation-name: circles-steps-fly; }
    .play-circles.play-circles-flying .play-circles-icon-target {
      animation-name: circles-target-fly;
      animation-delay: 0.25s; }
    .play-circles.play-circles-flying .play-circles-icon-xp {
      animation-name: circles-xp-fly;
      animation-delay: 0.9s; }
    .play-circles.play-circles-flying .play-circles-icon-chat {
      animation-name: circles-chat-fly;
      animation-delay: 0.9s; }
    .play-circles.play-circles-flying .play-circles-icon-heart {
      animation-name: circles-heart-fly;
      animation-delay: 0.5s; }
    .play-circles.play-circles-flying .play-circles-icon-sp {
      animation-name: circles-sp-fly;
      animation-delay: 0.5s; }
    .play-circles.play-circles-flying .play-circles-icon-stats {
      animation-name: circles-stats-fly;
      animation-delay: 0.8s; }
    .play-circles.play-circles-flying .play-circles-icon-fire {
      animation-name: circles-fire-fly;
      animation-delay: 0.25s; }
  .play-circles.play-circles-closed .play-circles-icon {
    animation-fill-mode: forwards;
    animation-delay: 0s;
    visibility: hidden;
    opacity: 0; }
    .play-circles.play-circles-closed .play-circles-icon-steps {
      animation-name: circles-steps-hidden; }
    .play-circles.play-circles-closed .play-circles-icon-target {
      animation-name: circles-target-hidden; }
    .play-circles.play-circles-closed .play-circles-icon-xp {
      animation-name: circles-xp-hidden; }
    .play-circles.play-circles-closed .play-circles-icon-chat {
      animation-name: circles-chat-hidden; }
    .play-circles.play-circles-closed .play-circles-icon-heart {
      animation-name: circles-heart-hidden; }
    .play-circles.play-circles-closed .play-circles-icon-sp {
      animation-name: circles-sp-hidden; }
    .play-circles.play-circles-closed .play-circles-icon-stats {
      animation-name: circles-stats-hidden; }
    .play-circles.play-circles-closed .play-circles-icon-fire {
      animation-name: circles-fire-hidden; }

@keyframes circles-steps-fly {
  0% {
    transform: scale(1) translate3d(0, 0, 0); }
  to {
    transform: scale(1.05) translate3d(-8%, 0.1%, 0); } }

@keyframes circles-target-fly {
  0% {
    transform: scale(1) translate3d(0, 0, 0); }
  to {
    transform: scale(1.05) translate3d(-8%, 0, 0); } }

@keyframes circles-xp-fly {
  0% {
    transform: scale(1) translate3d(0, 0, 0); }
  to {
    transform: scale(1.05) translate3d(-10%, -10%, 0); } }

@keyframes circles-chat-fly {
  0% {
    transform: scale(1) translate3d(0, 0, 0); }
  to {
    transform: scale(1.05) translate3d(2.5%, -10%, 0); } }

@keyframes circles-heart-fly {
  0% {
    transform: scale(1) translate3d(0, 0, 0); }
  to {
    transform: scale(1.05) translate3d(-3.5%, -1%, 0); } }

@keyframes circles-sp-fly {
  0% {
    transform: scale(1) translate3d(0, 0, 0); }
  to {
    transform: scale(1.05) translate3d(3.5%, -1%, 0); } }

@keyframes circles-stats-fly {
  0% {
    transform: scale(1) translate3d(0, 0, 0); }
  to {
    transform: scale(1.05) translate3d(7%, -4%, 0); } }

@keyframes circles-fire-fly {
  0% {
    transform: scale(1) translate3d(0, 0, 0); }
  to {
    transform: scale(1.05) translate3d(8%, 2%, 0); } }

@keyframes circles-steps {
  0% {
    transform: translateX(11vw) translateY(-5vw);
    z-index: 1; }
  50% {
    transform: translateX(-2.5vw);
    z-index: 101; }
  100% {
    transform: translateX(0) translateY(0); } }

@keyframes circles-steps-hidden {
  50% {
    transform: translateX(-2.5vw);
    z-index: 101; }
  100% {
    transform: translateX(11vw) translateY(-5vw);
    z-index: 1; } }

@keyframes circles-target {
  from {
    transform: translateX(18vw);
    z-index: 1; }
  to {
    transform: translateX(0) translateY(0);
    z-index: 101; } }

@keyframes circles-target-hidden {
  to {
    transform: translateX(18vw);
    z-index: 1; } }

@keyframes circles-xp {
  from {
    transform: translateX(18vw) translateY(18vw);
    z-index: 1; }
  to {
    transform: translateX(0) translateY(0);
    z-index: 101; } }

@keyframes circles-xp-hidden {
  to {
    transform: translateX(18vw) translateY(18vw);
    z-index: 1; } }

@keyframes circles-chat {
  0% {
    transform: translateY(11vw) translateX(-3vw);
    z-index: 1; }
  50% {
    transform: translateY(-3.5vw) translateX(0);
    z-index: 101; }
  100% {
    transform: translateX(0) translateY(0); } }

@keyframes circles-chat-hidden {
  50% {
    transform: translateY(-3.5vw) translateX(0);
    z-index: 101; }
  100% {
    transform: translateY(11vw) translateX(-3vw);
    z-index: 1; } }

@keyframes circles-heart {
  0% {
    transform: translateX(10vw) translateY(8vw);
    z-index: 1; }
  50% {
    transform: translateX(-10vw) translateY(0);
    z-index: 101; }
  100% {
    transform: translateX(0); } }

@keyframes circles-heart-hidden {
  50% {
    transform: translateX(-10vw);
    z-index: 101; }
  100% {
    transform: translateX(10vw) translateY(8vw);
    z-index: 1; } }

@keyframes circles-sp {
  0% {
    transform: translateX(-10vw);
    z-index: 1; }
  50% {
    transform: translateX(8vw);
    z-index: 101; }
  100% {
    transform: translateX(0); } }

@keyframes circles-sp-hidden {
  50% {
    transform: translateX(8vw);
    z-index: 101; }
  100% {
    transform: translateX(-10vw);
    z-index: 1; } }

@keyframes circles-stats {
  from {
    transform: translateX(-12vw) translateY(5vw);
    z-index: 1; }
  to {
    transform: translateX(0) translateY(0);
    z-index: 101; } }

@keyframes circles-stats-hidden {
  to {
    transform: translateX(-12vw) translateY(5vw);
    z-index: 1; } }

@keyframes circles-fire {
  from {
    transform: translateX(-12vw);
    z-index: 1; }
  to {
    transform: translateX(0) translateY(0);
    z-index: 101; } }

@keyframes circles-fire-hidden {
  to {
    transform: translateX(-12vw);
    z-index: 1; } }

.play {
  height: 100vh;
  width: 100%;
  position: relative;
  background-color: #171b1f;
  /* background-image: url(../../../assets/play-background-large.png);
    background-size: 95vw auto;
    background-position: right center;
    background-repeat: no-repeat; */
  overflow: hidden;
  /*     &::before {
        content: '';
        position: absolute;
        width: 1.328vw;
        height: 2.344vw;
        background-image: url(../../../assets/mouse-icon.png);
        background-size: 100%;
        left: 9vw;
        top: 50%;
        margin-top: 20vw;
    } */ }
  .play.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9; }
  .play-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 2vw;
    margin-left: 19vw; }
    .play-bg-circle {
      background: #171B1F;
      box-shadow: 0 0 60px rgba(0, 0, 0, 0.7);
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      animation-iteration-count: infinite;
      animation-direction: alternate;
      animation-duration: 2s;
      animation-timing-function: ease-in-out; }
      .play-bg-circle:nth-of-type(1) {
        width: 132.5vw;
        height: 132.5vw;
        margin-top: -66vw;
        margin-left: -66vw;
        animation-delay: 1.25s; }
      .play-bg-circle:nth-of-type(2) {
        width: 113.672vw;
        height: 113.672vw;
        margin-top: -56.8vw;
        margin-left: -56.8vw;
        animation-delay: 1s; }
      .play-bg-circle:nth-of-type(3) {
        width: 96.172vw;
        height: 96.172vw;
        margin-top: -48vw;
        margin-left: -48vw;
        animation-delay: 0.75s; }
      .play-bg-circle:nth-of-type(4) {
        width: 78.750vw;
        height: 78.750vw;
        margin-top: -39.375vw;
        margin-left: -39.375vw;
        animation-delay: 0.50s; }
      .play-bg-circle:nth-of-type(5) {
        width: 61.250vw;
        height: 61.250vw;
        margin-top: -30.625vw;
        margin-left: -30.625vw;
        animation-delay: 0.25s; }
      .play-bg-circle:nth-of-type(6) {
        width: 43.750vw;
        height: 43.750vw;
        margin-top: -21.875vw;
        margin-left: -21.875vw;
        background-image: url(../img/play-bg.png);
        background-size: 43.750vw;
        background-position: center;
        background-repeat: no-repeat; }
  .play-active .play-bg-circle:nth-of-type(1) {
    animation-name: play-bg-flying-big; }
  .play-active .play-bg-circle:nth-of-type(2) {
    animation-name: play-bg-flying-big; }
  .play-active .play-bg-circle:nth-of-type(3) {
    animation-name: play-bg-flying-medium; }
  .play-active .play-bg-circle:nth-of-type(4) {
    animation-name: play-bg-flying-medium; }
  .play-active .play-bg-circle:nth-of-type(5) {
    animation-name: play-bg-flying-small; }
  .play-active .play-bg-circle:nth-of-type(6) {
    animation-name: play-bg-flying-small; }
  .play-section {
    display: flex !important;
    justify-content: space-between;
    padding-left: 8.984vw;
    padding-right: 12vw;
    width: 100%;
    height: 100%;
    box-sizing: border-box; }
  .play-phone {
    display: inline-block;
    width: 21.344vw;
    height: 42.297vw;
    position: relative;
    z-index: 2;
    margin: auto 0;
    top: 2vw; }
    @media (min-width: 1600px) {
      .play-phone {
        width: 19.344vw;
        height: 38.297vw; } }
    .play-phone-first {
      box-shadow: 0 0 100px #000;
      border-radius: 4vw;
      /* &::after {
                content: '';
                background-image: url(../../../assets/phone/play-frame.png);
                background-size: 100%;
                width: 100%;
                height: 100%;
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                z-index: 100;
            } */ }
    .play-phone::after {
      content: '';
      background-image: url(../img/iphone-x-frame.png);
      background-size: 100%;
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 100;
      background-repeat: no-repeat; }
    .play-phone-wrapper {
      overflow: hidden;
      position: absolute;
      width: 90%;
      height: 95%;
      top: 2%;
      left: 5%;
      z-index: 100; }
      .play-phone-wrapper-img {
        transition: all 1s;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        overflow: hidden;
        background-size: 18.5vw 40.5vw;
        background-position: top;
        background-repeat: no-repeat;
        animation-timing-function: cubic-bezier(1, 0, 0, 1);
        /* &-delay {
                    transition-delay: 1s;
                } */ }
        @media (min-width: 1600px) {
          .play-phone-wrapper-img {
            background-size: 17vw 36.5vw; } }
        .play-phone-wrapper-img--first {
          background-image: url(../img/Lobby.png); }
        .play-phone-wrapper-img--second {
          background-image: url(../img/MaskGroup.png); }
  .play-texts {
    width: 45vw;
    margin-top: 9vw; }
    .play-texts h1 {
      font-weight: bold;
      font-size: 8vw;
      line-height: 9.375vw;
      color: #616A76;
      text-shadow: 0 0 20px #000;
      transition: all 0.25s;
      margin: 0; }
    .play-texts p {
      margin-left: 5px;
      color: #fff;
      margin-top: 40px;
      font-size: 1.250vw;
      line-height: 1.719vw;
      text-shadow: 0 0 20px #000;
      transition: all 0.25s; }
      .play-texts p img {
        width: 36.094vw; }
  .play-section-top {
    z-index: 0; }
    .play-section-top .mouse-icon {
      width: 1.328vw;
      height: 2.344vw;
      margin-top: 42vw; }
      .play-section-top .mouse-icon-wheel {
        animation: mouse-wheel 2s ease-in-out 1s infinite; }
    .play-section-top .play-phone-wrapper {
      width: 92%;
      height: 95%;
      top: 2.5%;
      left: 4%;
      background-image: none;
      background-color: #171b1f; }
      .play-section-top .play-phone-wrapper::after {
        content: none; }
  .play-section-closed {
    animation-name: section-animate-closed; }
  .play-section-up {
    z-index: 3; }
    .play-section-up .play-texts h1 {
      transform: translateY(-15%); }
    .play-section-up .play-texts p {
      transform: translateY(-50%); }
    .play-section-up .play-phone .play-phone-wrapper-img {
      transform: translateY(-100%);
      opacity: 1;
      visibility: visible; }
  .play-right-bar {
    position: absolute;
    z-index: 99;
    right: 3.5vw;
    top: 50%;
    margin-top: -8vw; }

@keyframes section-animate {
  0% {
    z-index: 0; }
  100% {
    z-index: 9999; } }

@keyframes play-bg-flying-small {
  0% {
    transform: scale(1); }
  to {
    transform: scale(1.03); } }

@keyframes play-bg-flying-medium {
  0% {
    transform: scale(1); }
  to {
    transform: scale(1.06); } }

@keyframes play-bg-flying-big {
  0% {
    transform: scale(1); }
  to {
    transform: scale(1.08); } }

@keyframes mouse-wheel {
  0% {
    opacity: 0;
    transform: translateY(0); }
  10% {
    opacity: 1;
    transform: translateY(0); }
  33% {
    opacity: 1;
    transform: translateY(0); }
  66% {
    opacity: 1;
    transform: translateY(0.65vw); }
  90% {
    opacity: 1;
    transform: translateY(0.65vw); }
  100% {
    opacity: 0;
    transform: translateY(0.65vw); } }

body {
  font-family: "Open Sans", sans-serif;
  background: #171b1f; }

html {
  background: #171b1f; }

.preload {
  overflow: hidden !important; }

.section {
  -webkit-transform: translate3d(0, 0, 0); }

@keyframes pulse {
  0% {
    transform: scale(0.95); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(0.95); } }

#preloader {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  width: 100vw;
  height: 100%;
  height: 100vh;
  z-index: 9999;
  background-color: #0d1013; }
  #preloader img {
    width: 75vw;
    max-width: 300px;
    transform: scale(1);
    animation: pulse 2s infinite; }

a, a:hover {
  text-decoration: none; }

ul {
  padding-left: 0;
  margin: 0; }
  ul li {
    list-style: none; }

@media (min-width: 1200px) {
  .d-1024-none {
    display: none !important; } }

@media (min-width: 1200px) {
  .d-xl-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important; } }

@media (max-width: 1199px) {
  .d-lg-inline-max {
    display: inline !important; } }

@media (min-width: 1200px) {
  .d-1024-block {
    display: block !important; } }

video:not(.home-video) {
  max-width: 100%;
  width: 100%; }

#video-batteries {
  width: 20vw; }

header {
  display: flex;
  position: fixed;
  width: 100%;
  max-width: 100vw;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 10px;
  z-index: 1049;
  background: transparent; }
  @media (min-width: 1200px) {
    header {
      align-items: center;
      position: absolute;
      justify-content: flex-start;
      background: transparent;
      left: 0;
      right: 0;
      top: 0;
      height: 140px;
      padding: 0;
      z-index: 2; } }
  header .logo, header .logo-not-pc {
    position: relative;
    left: 25px;
    margin-right: 45px;
    cursor: pointer; }
  header button {
    display: flex;
    align-items: center;
    position: relative;
    right: 20px;
    border: none;
    background: transparent;
    transition: opacity .3s ease;
    outline: none;
    cursor: pointer; }
    header button.icon-burger:active, header button.icon-burger:focus {
      outline: 0;
      border: none; }
    @media (max-width: 1199px) {
      header button.icon-burger {
        position: absolute; } }
    @media (min-width: 1200px) {
      header button.active {
        opacity: 1; } }
    @media (min-width: 1200px) {
      header button {
        right: 0; }
        header button.icon-burger {
          padding-left: 5px;
          padding-right: 23px; }
        header button img {
          width: 20px;
          height: 20px; } }
    @media (max-width: 1199px) {
      header button.icon-burger {
        position: absolute; } }
    @media (min-width: 1200px) {
      header button.active {
        opacity: 1; } }
  header .close-btn {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-right: 23px;
    background-image: url(../img/Exit_Button.svg);
    background-size: 20px;
    background-repeat: no-repeat; }
  header .close-btn:active, header .close-btn:focus {
    outline: 0;
    border: none; }
  header .show-close {
    display: none; }
  header .show-icon-burger {
    display: none; }
  header .avoid-clicks {
    pointer-events: none;
    opacity: 0; }
  @media (max-width: 1199px) {
    header ul {
      position: absolute;
      background: #171B1F;
      left: 22px;
      right: 0;
      bottom: 0;
      top: 0;
      height: 100vh;
      z-index: 3;
      text-align: center;
      transform: translateX(105%);
      transition: transform .5s ease; }
      header ul.active {
        transform: translateX(0); } }
  @media (min-width: 1200px) {
    header ul {
      opacity: 0;
      display: none !important; }
      header ul.active {
        opacity: 1;
        display: block !important; } }
  header ul li {
    display: block; }
    @media (min-width: 768px) and (max-width: 1199px) {
      header ul li {
        margin-bottom: 45px; } }
    @media (max-width: 1199px) and (max-height: 600px) {
      header ul li:not(:first-child) {
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      header ul li {
        margin-bottom: 30px; } }
    @media (min-width: 1200px) {
      header ul li {
        display: inline-block;
        margin-bottom: 0; }
        header ul li:not(:last-child) {
          margin-right: 4vw; } }
    @media (min-width: 1200px) and (max-width: 1220px) {
      header ul li:not(:last-child) {
        margin-right: 3vw; } }
    @media (min-width: 1310px) {
      header ul li:not(:last-child) {
        margin-right: 50px; } }
    @media (min-width: 1200px) and (max-width: 1300px) {
      header ul li:not(:last-child) {
        margin-right: 40px; } }
    header ul li img {
      width: 140px;
      margin: 50px 0 30px; }
    header ul li.active a {
      color: #ffffff; }
    header ul li.active svg {
      fill: #70FF00; }
    @media (max-width: 1199px) {
      header ul li:not(.active) svg {
        display: none; } }
    header ul li a {
      position: relative;
      font-family: "Open Sans", sans-serif;
      font-size: 18px;
      line-height: 1;
      text-transform: uppercase;
      transition: all .3s ease;
      color: #75808E; }
      @media (min-width: 1200px) {
        header ul li a {
          font-size: 12px;
          line-height: 16px; } }
      header ul li a svg {
        opacity: 0;
        position: absolute;
        left: -35px;
        top: 4px;
        width: 16px;
        height: 18px;
        margin: 0;
        fill: #75808E;
        transition: fill .3s ease; }
        @media (min-width: 1200px) {
          header ul li a svg {
            opacity: 1;
            position: relative;
            left: 0;
            top: 0;
            margin-right: 10px;
            margin-bottom: 2px;
            width: 10px;
            height: 13px; } }
      @media (min-width: 1200px) {
        header ul li a:hover {
          color: #ffffff; } }
      @media (max-width: 1199px) {
        header ul li a:hover {
          color: #75808E; } }

.fullpage-wrapper .fp-tableCell, .fp-section.fp-table {
  display: flex;
  flex-direction: column;
  align-items: normal;
  justify-content: center;
  width: 100%;
  height: 100vh !important; }

.fullpage-wrapper .section {
  background-color: #0d1013;
  position: relative; }
  .fullpage-wrapper .section .wrapper {
    transition: all .3s ease; }
    @media (min-width: 1200px) {
      .fullpage-wrapper .section .wrapper {
        opacity: 0; } }
  .fullpage-wrapper .section.active .wrapper {
    opacity: 1; }

.main-navigation {
  display: none; }
  @media (min-width: 768px) {
    .main-navigation {
      display: block;
      position: absolute;
      left: 23px;
      top: 50%;
      transform: translateY(-50%);
      z-index: 2; } }
  .main-navigation ul {
    position: relative;
    padding-top: 35px;
    padding-bottom: 35px; }
    .main-navigation ul:after {
      position: absolute;
      right: -15px;
      top: 0;
      content: '';
      display: block;
      height: 100%;
      width: 1px;
      background: #75808E; }
    .main-navigation ul li {
      position: relative;
      line-height: 0; }
      .main-navigation ul li:not(:last-child) {
        margin-bottom: 50px; }
      .main-navigation ul li.active a:before {
        background: #ffffff; }
      .main-navigation ul li.active a {
        font-family: "Roboto", sans-serif;
        position: relative;
        padding-left: 25px;
        list-style: none;
        font-size: 10px;
        font-weight: 200;
        line-height: 12px;
        color: #fff; }
      .main-navigation ul li a {
        font-family: "Roboto", sans-serif;
        position: relative;
        padding-left: 25px;
        list-style: none;
        font-size: 10px;
        font-weight: 200;
        line-height: 12px;
        color: #75808E; }
        .main-navigation ul li a:before {
          content: '';
          display: table;
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 15px;
          height: 1px;
          background: #75808E; }
        .main-navigation ul li a div {
          display: inline; }
      .main-navigation ul li span {
        position: absolute;
        background: #75808E;
        width: 2px;
        height: 1px;
        left: 0;
        top: 20px; }
        .main-navigation ul li span:last-child {
          top: 50px; }
        .main-navigation ul li span.long {
          top: 35px;
          width: 5px; }

.rightside-navigation {
  position: absolute;
  right: 45px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .rightside-navigation {
      top: 70%; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .rightside-navigation {
      right: 45px; } }
  .rightside-navigation ul {
    position: relative;
    padding-top: 35px;
    padding-bottom: 35px; }
    .rightside-navigation ul:after {
      position: absolute;
      right: -15px;
      top: 0;
      content: '';
      display: block;
      height: 100%;
      width: 1px;
      background: #75808E; }
    .rightside-navigation ul li {
      position: relative;
      line-height: 0; }
      .rightside-navigation ul li:not(:last-child) {
        margin-bottom: 50px; }
      .rightside-navigation ul li.active a:before {
        background: #ffffff; }
      .rightside-navigation ul li.active a {
        font-family: "Roboto", sans-serif;
        position: relative;
        padding-right: 25px;
        list-style: none;
        font-size: 10px;
        font-weight: 200;
        line-height: 12px;
        color: #ffffff; }
      .rightside-navigation ul li a {
        font-family: "Roboto", sans-serif;
        position: relative;
        padding-right: 25px;
        list-style: none;
        font-size: 10px;
        font-weight: 200;
        line-height: 12px;
        color: #75808E; }
        .rightside-navigation ul li a:before {
          content: '';
          display: table;
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 15px;
          height: 1px;
          background: #75808E; }
      .rightside-navigation ul li span {
        position: absolute;
        background: #75808E;
        width: 2px;
        height: 1px;
        right: 1px;
        top: 20px; }
        .rightside-navigation ul li span:last-child {
          top: 50px; }
        .rightside-navigation ul li span.long {
          top: 35px;
          width: 5px; }

.rightside-navigation-2 {
  position: absolute;
  right: 45px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1; }
  .rightside-navigation-2 ul {
    position: relative;
    padding-top: 35px;
    padding-bottom: 35px; }
    .rightside-navigation-2 ul:after {
      position: absolute;
      right: -15px;
      top: 0;
      content: '';
      display: block;
      height: 100%;
      width: 1px;
      background: #75808E; }
    .rightside-navigation-2 ul li {
      position: relative;
      line-height: 0; }
      .rightside-navigation-2 ul li:not(:last-child) {
        margin-bottom: 50px; }
      .rightside-navigation-2 ul li.active a:before {
        background: #ffffff; }
      .rightside-navigation-2 ul li.active a {
        font-family: "Roboto", sans-serif;
        position: relative;
        padding-right: 25px;
        list-style: none;
        font-size: 10px;
        font-weight: 200;
        line-height: 12px;
        color: #ffffff; }
      .rightside-navigation-2 ul li a {
        font-family: "Roboto", sans-serif;
        position: relative;
        padding-right: 25px;
        list-style: none;
        font-size: 10px;
        font-weight: 200;
        line-height: 12px;
        color: #75808E; }
        .rightside-navigation-2 ul li a:before {
          content: '';
          display: table;
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 15px;
          height: 1px;
          background: #75808E; }
      .rightside-navigation-2 ul li span {
        position: absolute;
        background: #75808E;
        width: 2px;
        height: 1px;
        right: 1px;
        top: 20px; }
        .rightside-navigation-2 ul li span:last-child {
          top: 50px; }
        .rightside-navigation-2 ul li span.long {
          top: 35px;
          width: 5px; }

@media (min-width: 768px) and (max-width: 1199px) {
  .tablet {
    display: flex;
    flex-direction: column;
    justify-content: center; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .tablet-col-battery {
    display: flex;
    flex-direction: column;
    padding-left: 14vw; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .tablet-page31 {
    display: flex;
    flex-direction: column-reverse; } }

@media (min-width: 768px) and (max-width: 1199px) {
  #video-batteries {
    width: 40vw; } }

.block-text-page31 {
  width: 35vw; }

.container-tablet {
  margin-left: 8vw;
  margin-top: -30vw; }

@media (min-width: 1200px) {
  .container-video-twitch_pc {
    left: 160px;
    top: 110px;
    height: 98vh;
    width: calc(100% - 200px);
    display: block;
    position: relative; } }

.home-video {
  display: none;
  max-width: 100%;
  width: 100%; }
  @media (min-width: 1701px) {
    .home-video {
      width: calc(100% - 20px); } }
  @media (min-width: 1200px) {
    .home-video.pc {
      display: block;
      position: relative; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .home-video.tablet {
      display: block; } }
  @media (max-width: 767px) {
    .home-video.mobile {
      display: block; } }

.menu-wrapper {
  display: flex;
  position: relative;
  right: 20px; }

@media (min-width: 768px) and (max-width: 1199px) {
  .container-fluid-tablet-page31 {
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 120px;
    background-color: rgba(163, 163, 163, 0.08);
    margin-left: 100px !important; } }

.container-fluid {
  padding-left: 8.5vw;
  padding-right: 1vw; }

.container-fluid-instructions {
  padding-left: 3.5vw;
  padding-right: 1vw; }

.container-alpha {
  padding-top: 0; }

#close {
  display: none; }

.wrapper .row {
  align-items: center; }

@media (min-width: 768px) and (max-width: 1199px) {
  .container-aplha {
    display: flex;
    flex-direction: column-reverse; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .text-alpha {
    margin-top: 3vh; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .description-text-tablet {
    width: 54vw;
    font-size: 16px !important;
    line-height: 22px !important;
    margin-top: 3vh; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .description-text-page32-tablet {
    color: #fff;
    padding-top: 4vh;
    margin-bottom: 2vh;
    font-size: 16px;
    line-height: 22px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .rightside-video-tablet {
    width: 632.08px !important; } }

h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 54px;
  color: #ffffff;
  margin-top: 0;
  text-transform: uppercase; }

.description-text {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  padding-right: 50px;
  margin-top: 16px; }

.bg-type-1 {
  width: 62%;
  height: 90vh;
  position: absolute;
  background: url(../img/bg_1.png);
  background-size: cover;
  background-position: center;
  top: 50%;
  left: 45px;
  transform: translateY(-50%); }

.batteries {
  display: flex;
  position: relative;
  text-align: left; }

#charching {
  width: 285px;
  height: 223px; }

#charching-page32-tablet {
  width: 285px;
  height: 123px; }

.text {
  color: #58b046; }

.close-style {
  color: #ffffff; }

.batteries-text-charching {
  position: absolute;
  width: 123px;
  height: 22px;
  top: 100px; }

.batteries-text-play-time {
  position: absolute;
  width: 123px;
  height: 22px;
  left: 140px;
  top: 100px; }

.text-for-batteries {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF; }

.rightside-video {
  padding-right: 5vw; }

@media (max-width: 1408px) {
  .rightside-video {
    padding-right: 6vw; } }

@media (max-width: 1214px) {
  .rightside-video {
    padding-right: 7vw; } }

@media (max-width: 1060px) {
  .rightside-video {
    padding-right: 8vw; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .rightside-video {
    padding-right: 12vw; } }

.leftside-video {
  position: relative;
  left: -30px;
  padding-left: 2vw; }

@media (min-width: 768px) and (max-width: 1199px) {
  .leftside-video {
    position: relative;
    left: -30px;
    padding-left: 2vw; } }

.play-burn {
  background-image: url(../img/step-caloreis-info-bg.png);
  background-size: cover;
  background-repeat: no-repeat; }

@media (min-width: 768px) and (max-width: 1199px) {
  .play-burn-fon {
    background-image: url(../img/MaskGroupRed.png), url(../img/MaskGroupGreen.png);
    background-size: 73% 60%, 98% 71%;
    background-position: right top, left bottom;
    background-repeat: no-repeat; } }

.text-big.text-gradient {
  color: #70FF00;
  background: -webkit-linear-gradient(50deg, #70FF00 47%, #EF6500 73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 110px;
  line-height: 120px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 71px;
  padding-right: 4.4vw; }

.activities-info {
  display: flex;
  justify-content: center;
  padding-right: 90px; }
  .activities-info .steps-info {
    display: flex;
    font-family: "Open Sans", sans-serif;
    font-size: 70px;
    line-height: 95px;
    font-weight: bold;
    color: #fff; }
    .activities-info .steps-info:first-child {
      margin-right: 3.9vw; }
    .activities-info .steps-info .icon {
      margin-right: 2.35vw; }
      .activities-info .steps-info .icon .animated-icon {
        width: 5.5vw; }
    .activities-info .steps-info .info {
      display: flex;
      flex-direction: column;
      text-align: center; }
  .activities-info span {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    text-transform: uppercase; }

.play-burn-description {
  font-size: 1.25vw;
  color: #fff;
  max-width: 480px;
  margin: 3.15vw auto 0; }

.slick-slider, .slick-track {
  height: 100vh; }

.slick-dots {
  width: auto;
  border-top: 1px solid red;
  right: -1.5vw;
  bottom: 50%;
  background: transparent;
  transform: translateY(-50%) rotate(90deg); }

.buy-section h4 {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 4.21875vw;
  margin: 0 0 1.25vw;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 0 1.5625vw #000000; }

.buy-section h6 {
  background: -webkit-linear-gradient(40deg, #70FF00, #616A76 75.15%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  line-height: 2.34375vw;
  text-align: left;
  margin-bottom: 2.34375vw;
  margin-top: 0;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 300; }

.buy-section .option-item-wrapper {
  position: relative; }
  .buy-section .option-item-wrapper .buy-btn {
    position: absolute;
    right: 0;
    bottom: -20px;
    opacity: 0;
    background: #75808E;
    border: none;
    padding: 8px 30px;
    border-radius: 30px;
    color: #fff;
    transition: all .3s ease; }
  .buy-section .option-item-wrapper.active .option-item {
    border-width: 3px;
    margin-bottom: 40px;
    margin-bottom: 50px; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .buy-section .option-item-wrapper.active .option-item {
        margin-bottom: 55px; } }
    @media (min-width: 1200px) {
      .buy-section .option-item-wrapper.active .option-item {
        margin-bottom: 75px; } }
    @media (max-height: 568px) and (min-width: 100px) and (max-width: 767px) {
      .buy-section .option-item-wrapper.active .option-item {
        margin-bottom: 45px; } }
    @media (min-width: 100px) and (max-width: 320px) {
      .buy-section .option-item-wrapper.active .option-item {
        margin-bottom: 40px; } }
  .buy-section .option-item-wrapper.active .buy-btn {
    position: absolute;
    opacity: 1;
    bottom: -60px !important;
    right: 7vw; }

@media (min-width: 1200px) {
  .buy-section .option .buy-section .option-item-wrapper .option-item {
    height: 80px; } }

.buy-section .option-item {
  padding: 15px;
  width: 80%;
  height: 67px;
  background: #FFFFFF;
  box-shadow: inset 0px -4px 1px rgba(0, 255, 133, 0.25), inset 0px -4px 1px rgba(255, 0, 0, 0.25);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5vw;
  transition: all .3s ease; }
  .buy-section .option-item:hover {
    cursor: pointer; }

.buy-section .option-name {
  font-weight: 700;
  font-size: 1.25vw; }

.buy-section .option-details .price-description {
  font-weight: 400;
  font-size: 1.25vw;
  margin: 0px; }

.buy-section .option-details .info {
  font-size: 0.9375vw;
  text-align: right;
  margin-top: 5px; }

.buy-section .option-details .divider {
  margin: 0 5px; }

@media (min-width: 768px) and (max-width: 1199px) {
  .info-tablet {
    font-size: 70px;
    text-align: right;
    margin-top: 5px; } }

@media (min-width: 768px) and (max-width: 799px) {
  .info-tablet {
    font-size: 68px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .activities-info .steps-info .icon .animated-icon {
    width: 10vw; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .icon-tablet {
    font-size: 8vw;
    text-align: right;
    margin-top: 5px; } }

.price-description-warranty {
  font-family: Open Sans;
  font-size: 1vw;
  margin: 4px 0 0; }

.terms {
  color: #75808E;
  font-size: 0.78125vw;
  margin-top: 3.90625vw; }
  .terms a, .terms a:hover {
    color: inherit;
    text-decoration: underline; }

.content-text {
  display: flex;
  flex-direction: column; }

.instructions .wrapper {
  padding-top: 4vh; }

.instructions h2 {
  margin: 0;
  margin-bottom: 1vw;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 60px;
  color: #616A76;
  text-transform: uppercase; }

.instructions .img-big {
  max-width: 35vw; }

.instruction-wrapper {
  position: relative;
  padding: 15px; }
  .instruction-wrapper .close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 20px;
    height: 20px;
    background-image: url(../img/cross-icon.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer; }
  @media (min-width: 1200px) {
    .instruction-wrapper .instruction-container-img {
      position: absolute;
      top: 20vh;
      left: 54vw;
      display: block;
      width: 35vw; } }
  @media (min-width: 1000px) and (max-width: 1199px) {
    .instruction-wrapper .instruction-container-img {
      position: absolute;
      left: 50%;
      margin-right: -50%;
      transform: translate(-50%);
      display: block;
      width: 50vw; } }
  @media (min-width: 900px) and (max-width: 1000px) {
    .instruction-wrapper .instruction-container-img {
      width: 60vw;
      left: 50%;
      margin-right: -50%;
      transform: translate(-50%);
      display: block;
      width: 60vw; } }
  @media (min-width: 700px) and (max-width: 900px) {
    .instruction-wrapper .instruction-container-img {
      width: 60vw;
      left: 50%;
      margin-right: -50%;
      transform: translate(-50%);
      display: block;
      width: 70vw; } }
  @media (min-width: 100px) and (max-width: 700px) {
    .instruction-wrapper .instruction-container-img {
      width: 60vw;
      left: 50%;
      margin-right: -50%;
      transform: translate(-50%);
      display: block;
      width: 80vw; } }
  .instruction-wrapper .instruction-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    position: relative;
    padding: 20px 30px 20px 47px; }
    @media (min-width: 1200px) {
      .instruction-wrapper .instruction-content .instruction-container-text {
        margin-top: 20px;
        margin-left: 10px;
        width: 58vw; } }
    @media (min-width: 768px) {
      .instruction-wrapper .instruction-content .instruction-container-text {
        background: #171B1F; } }
    @media (min-width: 768px) and (max-width: 1199px) {
      .instruction-wrapper .instruction-content .instruction-container-text {
        position: relative;
        background: none;
        background-image: url("../img/Rectangle_3.3.png");
        background-position-x: 32px;
        background-repeat: no-repeat;
        background-size: 100% 500px;
        width: 82vw; } }
    .instruction-wrapper .instruction-content .content-text {
      width: 100%;
      padding-top: 12vh;
      padding-left: 5vw; }
      .instruction-wrapper .instruction-content .content-text .header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 45px 0; }
        .instruction-wrapper .instruction-content .content-text .header h1 {
          margin-bottom: 0; }
      .instruction-wrapper .instruction-content .content-text h1 {
        font-family: "Open Sans", sans-serif;
        font-weight: bold;
        font-size: 60px;
        line-height: 54px;
        text-shadow: 0 0 20px #000000; }
      .instruction-wrapper .instruction-content .content-text p {
        font-family: "Open Sans", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 1.25vw;
        line-height: 1.71875vw;
        text-shadow: 0 0 20px #000000; }
      .instruction-wrapper .instruction-content .content-text > a {
        display: block;
        margin: 30px auto 0;
        max-width: 185px; }
  @media (min-width: 1200px) {
    .instruction-wrapper .instruction-container-text {
      height: 65vh; } }
  .instruction-wrapper .subheader {
    margin-bottom: 30px;
    margin-top: 40px; }
    .instruction-wrapper .subheader h6 {
      margin: 0;
      font-size: 1.5625vw;
      font-weight: bold;
      text-transform: uppercase; }
    .instruction-wrapper .subheader p {
      margin: 0;
      font-size: 1.25vw !important; }
  .instruction-wrapper .instruction-block {
    display: flex;
    align-items: center;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    line-height: 1.71875vw;
    margin-bottom: 30px;
    text-shadow: 0 0 20px #000000; }
    .instruction-wrapper .instruction-block.img280 img {
      max-width: 21.87500vw; }
    .instruction-wrapper .instruction-block.img319 img {
      max-width: 24.921875vw; }
    .instruction-wrapper .instruction-block.img491 img {
      width: 100%;
      max-width: 38.359375vw; }
    .instruction-wrapper .instruction-block > img {
      margin-right: 4.6875vw; }
    .instruction-wrapper .instruction-block .description p {
      margin: 0 0 15px; }
    .instruction-wrapper .instruction-block .description ul {
      padding-left: 35px; }
      .instruction-wrapper .instruction-block .description ul li {
        position: relative;
        margin: 0 0 15px; }
        .instruction-wrapper .instruction-block .description ul li:before {
          content: url(../img/play.svg);
          display: table;
          position: absolute;
          top: 3px;
          left: -35px; }
    .instruction-wrapper .instruction-block.last {
      margin: auto;
      max-width: 47.96875vw;
      flex-direction: column; }
      .instruction-wrapper .instruction-block.last img {
        width: 100%;
        margin: 0 0 30px; }

#bg {
  position: absolute;
  left: 3vh;
  top: -84vh;
  z-index: 0;
  opacity: 1;
  width: 135vw; }

.float-bg {
  overflow: hidden; }

.gray-button {
  background: #75808E;
  border: none;
  padding: 8px 30px;
  border-radius: 30px;
  color: #fff;
  transition: all .3s ease; }

.slide {
  text-align: center; }
  .slide h1 {
    color: #fff; }

.fp-slidesContainer {
  width: 100% !important;
  transform: none !important; }

.fp-slide {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  transition: all .7s ease-in-out; }

.fp-slide.active {
  visibility: visible;
  opacity: 1;
  z-index: 1; }

.fp-controlArrow.fp-prev {
  left: 300px; }

.section2_1 {
  background-image: url(../img/section2_1__1_bg.png);
  background-position: .5vw 0;
  background-repeat: no-repeat; }
  @media (min-width: 1200px) {
    .section2_1 {
      background-size: 76%; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .section2_1 {
      background-size: contain; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .section2_1 {
    background-image: none;
    background-image: url(../img/MaskGroupGreen.png);
    background-size: 100% 80%;
    background-position-x: 200px;
    background-position-y: -40px; } }

.container-video-page-home {
  position: relative !important; }

.section2_2 {
  background-image: url(../img/section2_1__2_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: -90px; }

@media (min-width: 768px) and (max-width: 1199px) {
  .section2_2 {
    background-image: none;
    background-image: url(../img/MaskGroupGreen.png);
    background-size: 100% 80%;
    background-position-x: 200px;
    background-position-y: -40px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .activities-info .steps-info:first-child {
    margin-bottom: 40px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .section2_2-rectangle {
    position: absolute;
    background-color: rgba(163, 163, 163, 0.08);
    width: 680px;
    height: 827px;
    left: 12vw;
    top: 15vh; } }

.section2_mobile {
  background-image: url(../img/Rectangle4.1_tablet.png);
  background-size: 70vw 85vh;
  background-position: right 35px center;
  background-repeat: no-repeat; }

.section6 {
  background-image: url(../img/section6_bg.png);
  background-size: 78vw 100vh;
  background-position: 0.5vw 0vw;
  background-repeat: no-repeat; }
  @media (min-width: 2000px) {
    .section6 {
      background-size: 1480px 100vh;
      background-position-x: 4.5vw; } }

.section7 {
  background-image: url(../img/section7_bg.png);
  background-size: cover;
  background-repeat: no-repeat; }

#instruction_ranger1 {
  display: none; }

.modal-wrap {
  position: relative;
  top: -20vw;
  left: -9vw;
  right: 0;
  margin-bottom: -25vw; }

.reset {
  transform: translate(0px, 0px) translateZ(0px) !important; }

.play-section {
  height: 100vh;
  padding-left: 10.984vw;
  text-align: left; }
  .play-section h1 {
    color: #616A76;
    text-transform: uppercase; }

.fp-controlArrow {
  display: none !important; }

.orange {
  color: #EF6500; }

.green {
  color: #70FF00; }

.buy-section .option-name {
  font-size: 16px;
  line-height: 22px; }

p.green-gray-text {
  background: -webkit-linear-gradient(40deg, #70FF00, #616A76 75.15%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
  margin-bottom: 40px;
  margin-top: 25px;
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 300;
  width: 70%; }

.section.play .fp-slidesContainer {
  opacity: 0;
  transition: opacity .3s ease; }

.section.play.active .fp-slidesContainer {
  opacity: 1; }

.unmute-video {
  position: absolute;
  width: 33px;
  height: 33px;
  right: 20px;
  top: 20px;
  cursor: pointer; }

.mute-video {
  position: absolute;
  width: 33px;
  height: 33px;
  right: 20px;
  top: 20px;
  cursor: pointer; }

.showBtn {
  left: 16.5vw !important;
  display: none; }

.price {
  display: flex;
  flex-direction: column;
  align-items: flex-end; }

.text-burn {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  color: #0D1013;
  width: 10vw;
  position: absolute;
  left: 30px;
  text-shadow: 0px 0px 2px #FED600, 0px 0px 3px #FED600, 0px 0px 10px #EF6500, 0px 0px 15px #EF6400; }

@media (min-width: 1200px) {
  .container-text-burn {
    position: relative;
    display: flex;
    flex-direction: column; }
    .container-text-burn .container-burn {
      display: flex;
      align-items: center;
      padding-left: -20px;
      position: absolute;
      top: -32px;
      left: -22px; } }

@media (max-width: 1199px) {
  .container-text-burn {
    position: relative;
    display: flex;
    flex-direction: column; }
    .container-text-burn .container-burn {
      position: absolute;
      display: flex;
      align-items: center;
      top: -24px;
      left: -15px; } }
    @media (max-width: 1199px) and (max-width: 767px) {
      .container-text-burn .container-burn {
        top: -21px; } }

.img-fluid-google {
  /* position: absolute; */
  width: 218.89px;
  height: 65px;
  /* left: 370px;
    top: 528px; */
  margin-left: 30px; }

.img-fluid-ios {
  /* position: absolute; */
  width: 218.89px;
  height: 65px;
  /* left: 250px; */
  /* top: 528px; */ }

.img-fluid-apps {
  display: flex;
  width: 40vw; }
  @media (min-width: 1280px) {
    .img-fluid-apps {
      width: 14vw;
      height: 8vh; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .img-fluid-apps {
      display: flex;
      position: relative;
      justify-content: center;
      width: 100%;
      margin-top: 4vh; }
      .img-fluid-apps .img-fluid-apps-tablet-btns {
        margin-top: 6px;
        display: flex !important;
        justify-content: center; } }

.page6_1_play_video {
  margin-top: 6vw;
  width: 20vw;
  margin-right: 20px; }
  @media (min-width: 1701px) {
    .page6_1_play_video {
      width: 19vw; } }

.page6_1_img {
  margin-top: 12vh;
  margin-right: 1vw; }

.page6_1_img-size {
  width: 18.5vw; }

@media (min-width: 768px) and (max-width: 1199px) {
  .page6_1_img {
    margin-top: 0.5vh;
    margin-right: 0vw;
    text-align: center; } }

@media (max-width: 1199px) {
  .page6_1_img .page6_1_img-size {
    width: auto;
    height: 43vh; } }

@media (max-height: 700px) and (min-width: 768px) and (max-width: 1199px) {
  .page6_1_img {
    display: none; } }

@media (max-height: 1000px) and (min-width: 768px) and (max-width: 1199px) {
  .page6_1_img #one-2 {
    margin-top: 0px; } }

@media (max-height: 700px) and (min-width: 768px) and (max-width: 1199px) {
  .page6_1_img #one-2 {
    margin-top: 150px !important; } }

@media (max-height: 788px) and (min-width: 768px) and (max-width: 1199px) {
  .img-fluid-apps {
    margin-top: 3vh; } }

@media (max-height: 882px) and (min-width: 768px) and (max-width: 1199px) {
  .img-fluid-apps {
    margin-top: 1vh; } }

@media (max-height: 828px) and (min-width: 768px) and (max-width: 1199px) {
  .img-fluid-apps .img-fluid-apps-tablet-btns {
    margin-top: 30px; } }

@media (max-height: 760px) and (min-width: 768px) and (max-width: 1199px) {
  .img-fluid-apps {
    margin-top: 0px; } }

@media (min-width: 1200px) and (max-width: 1500px) {
  .play-texts {
    margin-top: 20vh; }
  .page6_1_play_video {
    margin-top: 20vh !important; } }

@media (max-height: 800px) and (min-width: 768px) and (max-width: 1199px) {
  .play-texts p {
    padding: 0px !important; } }

@media (max-width: 1280px) {
  .page6_1_play_video {
    margin-top: 10vh; } }

@media (max-height: 911px) and (min-width: 768px) and (max-width: 1199px) {
  .play-texts h1 {
    font-size: 60px !important; } }

@media (max-height: 911px) and (min-width: 768px) and (max-width: 1199px) {
  .text-battle-time {
    font-size: 14px !important; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .container-fluid-buy-mobile .page8__title {
    width: 60vw; } }

@media (max-height: 678px) and (min-width: 768px) and (max-width: 1199px) {
  .container-fluid-buy-mobile .page8__title {
    padding-top: 10px !important; } }

@media (max-height: 678px) and (min-width: 768px) and (max-width: 1199px) {
  .buy-section h4 {
    margin-top: 5px !important;
    margin-bottom: 15px !important; } }

@media (max-height: 678px) and (min-width: 768px) and (max-width: 1199px) {
  .container-alpha {
    margin-top: 10px !important;
    padding-top: 10px !important; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .container-fluid {
    margin-left: 12vw; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .tablet-page32 {
    display: block; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .img-fluid {
    position: absolute; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .section6 {
    background-image: url(../img/MaskGroup2.png);
    background-size: 100% 70%;
    background-repeat: no-repeat;
    position: absolute; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .section-rectangle {
    position: relative;
    background-color: rgba(163, 163, 163, 0.08);
    width: 85%;
    height: 370px;
    top: 1.5vh; } }

.section-buy-tabs {
  width: auto; }
  .section-buy-tabs .options {
    width: 100%; }
    .section-buy-tabs .options .option-item-wrapper {
      width: 100%; }

@media (min-width: 768px) and (max-width: 1199px) {
  .buy-section h4 {
    font-size: 4vw;
    margin-top: 15px;
    margin-bottom: 20px; } }

@media (min-width: 1199px) {
  .buy-section h4 {
    font-size: 40px;
    margin-bottom: 20px; } }

@media (min-width: 1199px) {
  .buy-section h6 {
    width: 77%; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .buy-section h6 {
    font-size: 2vw;
    margin-bottom: 25px; } }

@media (min-width: 100px) and (max-width: 1199px) {
  .burn-logo {
    width: 33px; } }

@media (min-width: 100px) and (max-width: 1199px) {
  .text-burn {
    left: 26px; } }

@media (max-width: 1366px), (max-height: 728px) {
  .main-navigation {
    top: 59%; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .main-navigation {
    top: 50%; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .buy-section .option-item-wrapper.active .buy-btn {
    position: absolute;
    opacity: 1;
    bottom: -40px !important;
    right: 10vw; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .buy-section .option-item-wrapper .buy-btn {
    transition: none !important;
    font-size: 17px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .buy-btn {
    padding: 2px 10px !important;
    width: 53px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .section7 {
    background-image: url(../img/MaskGroup2.png);
    background-size: 100% 70%;
    background-repeat: no-repeat;
    position: absolute; } }

@media (min-width: 200px) and (max-width: 1199px) {
  .section7 .wrapper {
    padding-top: 0; }
    .section7 .wrapper .instruction-wrapper, .section7 .wrapper .instruction-content {
      padding-top: 0;
      height: 100%; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .unmute-video {
    position: absolute;
    width: 33px;
    height: 33px;
    cursor: pointer; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .mute-video {
    position: absolute;
    width: 33px;
    height: 33px;
    cursor: pointer; } }

@media (max-width: 1199px) {
  .nav-for-tablet.active {
    display: block; }
  .nav-for-tablet:not(.active) {
    display: none; } }

@media (max-width: 1199px) {
  header ul li a svg {
    opacity: 1; } }

@media (max-width: 1199px) {
  .close-btn {
    width: 20px;
    height: 20px;
    left: 20px;
    top: 60px;
    background-image: url(../img/Exit_Button.svg);
    background-size: 20px;
    position: absolute; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .container-video-page-home {
    display: block;
    position: relative;
    left: 10vw;
    top: 110px;
    height: 94vh;
    width: 85vw; } }

@media (min-width: 1200px) {
  .container-video-page-home {
    display: block;
    position: relative;
    left: 190px;
    top: 110px;
    height: 99vh;
    width: calc(100% - 200px); } }

@media (max-width: 1199px) {
  .unmute-video {
    position: absolute;
    width: 33px;
    height: 33px;
    cursor: pointer; } }

@media (max-width: 1199px) {
  .mute-video {
    position: absolute;
    width: 33px;
    height: 33px;
    cursor: pointer; } }

@media (min-width: 200px) and (max-width: 1199px) {
  .instruction-wrapper .instruction-container-img {
    position: relative;
    padding-top: 45px;
    padding-left: 9vw; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .instruction-wrapper .instruction-container-img .img-instructions {
    position: relative;
    max-height: 500px;
    height: 43vh; } }

@media (max-height: 816px) and (min-width: 768px) and (max-width: 1199px) {
  .instruction-wrapper .instruction-container-img {
    padding-top: 1vh; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .instructions .img-big {
    max-width: 60vw; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .section7 .wrapper {
    height: 100%; }
    .section7 .wrapper .instruction-wrapper {
      margin-top: 150px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .instruction-wrapper .instruction-content .content-text {
    padding-top: 40px;
    padding-left: 9vw; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .instructions h2 {
    font-size: 8vw; } }

.instruction-wrapper .instruction-content .content-text h1 {
  margin-bottom: 20px; }

@media (min-width: 768px) and (max-width: 1199px) {
  .instruction-wrapper .instruction-content .content-text h1 {
    font-size: 60px; } }

.instruction-wrapper .instruction-content .content-text.half p {
  font-size: 16px; }

@media (min-width: 768px) and (max-width: 1199px) {
  .instruction-wrapper .instruction-content .content-text.half p {
    margin-top: 3vw;
    font-size: 2vw; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .container-tablet-Burn {
    margin-left: 1vw; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .text-big.text-gradient {
    font-size: 86px;
    margin-bottom: 60px; } }

@media (min-width: 768px) and (max-width: 799px) {
  .text-big.text-gradient {
    font-size: 84px;
    margin-bottom: 60px;
    padding-left: 5px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .activities-info {
    flex-direction: column;
    align-items: center; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .activities-info span {
    font-size: 1.5vw;
    display: block;
    text-align: center; } }

@media (min-width: 768px) and (max-width: 1199px) {
  #caloriesCount, #stepsCount {
    margin-bottom: 0px; }
    #caloriesCount span.green, #stepsCount span.green {
      padding-left: 20px; }
    #caloriesCount span.orange, #stepsCount span.orange {
      padding-right: 30px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .leaderboard {
    margin-top: -40vw;
    background-image: none; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .leaderboar-wrap {
    background-image: none; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .gradient {
    background-image: url(../img/MaskTablet.png);
    background-size: 100% 100%;
    background-repeat: no-repeat; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .home-video {
    max-width: 100%;
    padding-top: 14vh !important;
    padding-bottom: 0vh !important;
    padding-right: 4vw;
    padding-left: 12vw; } }

@media (min-width: 1199px) {
  .play-texts h1 {
    font-size: 100px;
    width: 100%;
    line-height: 120px; } }

@media (min-width: 1199px) {
  .see-you-here {
    width: 70% !important; } }

@media (min-width: 768px) and (max-width: 1199px) and (max-height: 910px) {
  .play-section:not(.play-section-2) {
    padding-top: 15px !important;
    margin-top: 0px !important; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .play-section {
    padding: 70px 0 0 0;
    padding-left: 50px;
    margin-top: 0; } }

@media (max-height: 1000px) and (min-width: 768px) and (max-width: 1199px) {
  .container-fluid-buy-mobile .page8__img {
    width: 61vw !important;
    max-width: 550px;
    height: 40vh; } }

@media (max-height: 765px) and (min-width: 768px) and (max-width: 1199px) {
  .instruction-wrapper .instruction-content .content-text.half p {
    margin-top: 1vw;
    font-size: 2vw; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .instructions .img-big {
    height: calc(100vh - 300px);
    max-height: 500px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .page6_1_play_video {
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    padding: 0 30vw; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .page6_1_play_video {
    padding: 0;
    width: 200px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .play-texts {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 30px;
    padding-top: 60px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 0; }
    .play-texts h1 {
      font-size: 80px; } }

@media (min-width: 1199px) {
  .text-battle-time {
    font-size: 16px !important;
    line-height: 22px;
    width: 66%; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .text-battle-time {
    width: 100% !important;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    padding: 36px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .play-texts p {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-top: 0px;
    padding: 20px 80px 0; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .play-texts-tablet .text-battle-time {
    padding-bottom: 0;
    margin-bottom: 0; } }

@media (min-width: 768px) and (max-width: 1199px) {
  #one {
    display: flex;
    flex-direction: column; } }

@media (min-width: 768px) and (max-width: 1199px) {
  #one {
    margin-top: 0px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .container-fluid-tablet {
    margin-top: -20vh; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .container-fluid-instructions {
    margin-top: 0; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .play-section {
    display: block !important;
    justify-content: none !important;
    margin-top: 0px; } }

.modal-content {
  border: 0px !important; }

.modal-body {
  display: flex;
  justify-content: center;
  border: 0px;
  background: #0D1013; }

.modal-header {
  background: #0D1013;
  border: 0px; }

.modal-footer {
  background: #0D1013;
  border: 0px; }

iframe {
  height: 450px !important; }

@media (min-width: 768px) and (max-width: 1199px) {
  .container-fluid-page32-tablet {
    margin-top: 100px;
    padding-top: 80px;
    padding-bottom: 120px;
    background-color: rgba(163, 163, 163, 0.08);
    margin-left: 90px; } }

@media (max-height: 1080px) and (min-width: 768px) and (max-width: 1199px) {
  .container-fluid-page32-tablet {
    margin-top: 20px;
    padding-top: 80px;
    padding-bottom: 20px;
    background-color: rgba(163, 163, 163, 0.08);
    margin-left: 90px; } }

@media (max-height: 952px) and (min-width: 768px) and (max-width: 1199px) {
  .container-fluid-page32-tablet {
    margin-top: 10vh; } }

@media (max-height: 886px) and (min-width: 768px) and (max-width: 1199px) {
  .container-fluid-page32-tablet {
    margin-top: 10px;
    padding-top: 40px;
    padding-bottom: 10px; } }

@media (max-height: 686) and (min-width: 768px) and (max-width: 1199px) {
  .container-fluid-page32-tablet {
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 5px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .container-fluid-video {
    width: 632.08px !important;
    margin-bottom: 5vw;
    padding-right: 35px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .text-rechargable {
    width: 632.08px !important; } }

@media (max-width: 1199px) {
  .fullpage-wrapper .fp-tableCell, .fp-section.fp-table {
    height: 100% !important; } }

.alpha-description-text {
  margin-top: 30px;
  font-size: 16px;
  line-height: 22px;
  width: 90%; }

@media (min-width: 768px) and (max-width: 1199px) {
  .green-gray-text {
    display: block !important;
    margin: 0 auto !important;
    font-size: 30px !important;
    line-height: 40px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 38px !important; } }

@media (max-height: 1146px) and (max-width: 1199px) {
  .home-video {
    padding-bottom: 5vw;
    padding-top: 5vw; }
  .home-video.tablet {
    height: 96vh; } }

@media (max-height: 707px) and (min-width: 768px) and (max-width: 1199px) {
  .container-fluid-video {
    width: 500px !important;
    margin-bottom: 0px; }
  .description-text-page32-tablet {
    color: #fff;
    padding-top: 2vh;
    margin-bottom: 2vh;
    font-size: 16px;
    line-height: 22px; } }

@media (max-height: 682px) and (min-width: 768px) and (max-width: 1199px) {
  .container-fluid-page32-tablet {
    margin-top: 5px;
    padding-top: 20px;
    padding-bottom: 5px; } }

@media (max-height: 680px) and (min-width: 768px) and (max-width: 1199px) {
  .container-fluid-video {
    width: 550px !important;
    margin-bottom: 0px; }
  .description-text-page32-tablet {
    color: #fff;
    padding-top: 2vh;
    margin-bottom: 2vh;
    font-size: 16px;
    line-height: 22px; } }

@media (max-height: 863px) and (min-width: 768px) and (max-width: 1199px) {
  .rightside-video-tablet {
    width: 670px !important; }
  .container-fluid-tablet-page31 {
    margin-top: 10px;
    padding-top: 60px;
    padding-bottom: 12px; } }

@media (max-height: 660px) and (min-width: 768px) and (max-width: 1199px) {
  .rightside-video-tablet {
    width: 580px !important; }
  .description-text-tablet {
    width: 54vw;
    font-size: 14px !important;
    line-height: 22px !important;
    margin-top: 2vh; } }

@media (max-height: 550px) and (min-width: 768px) and (max-width: 1199px) {
  .description-text-tablet {
    width: 54vw;
    font-size: 14px !important;
    line-height: 22px !important;
    margin-top: 2vh; } }

@media (max-height: 545px) and (min-width: 768px) and (max-width: 1199px) {
  .container-fluid-video {
    width: 470px !important;
    margin-bottom: 0px; }
  .description-text-page32-tablet {
    color: #fff;
    padding-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px; } }

@media (max-height: 810px) and (min-width: 768px) {
  .main-navigation {
    top: 55%; } }

@media (max-height: 700px) and (min-width: 768px) {
  .main-navigation {
    top: 60%; } }

@media (max-height: 655px) and (min-width: 768px) {
  .main-navigation ul {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px; } }

@media (max-height: 585px) and (min-width: 768px) {
  .main-navigation ul li:not(:last-child) {
    margin-bottom: 37px; }
  .main-navigation ul li span {
    top: 16px; }
  .main-navigation ul li span.long {
    top: 31px; }
  .main-navigation ul li span:last-child {
    top: 44px; } }

@media (max-height: 500px) and (min-width: 768px) {
  .main-navigation {
    top: 62%; } }

@media ((min-width: 120em)), (min-width: 1921px), (min-device-width: 1921px) {
  .main-navigation ul:after, .rightside-navigation ul:after, .rightside-navigation-2 ul:after {
    width: 2px; }
  .main-navigation ul li a::before, .rightside-navigation ul li a::before, .rightside-navigation-2 ul li a::before {
    height: 2px;
    width: 18px; }
  .main-navigation ul li span, .rightside-navigation ul li span, .rightside-navigation-2 ul li span {
    width: 4px;
    height: 2px; }
  .main-navigation ul li .long, .rightside-navigation ul li .long, .rightside-navigation-2 ul li .long {
    width: 7px; } }

@media (max-width: 813px) and (orientation: landscape) {
  body {
    transform-origin: 0 0; } }

.rightside-video.desktop {
  display: none; }
  @media (min-width: 768px) {
    .rightside-video.desktop {
      display: block; } }

.rightside-video.mobile {
  display: block; }
  @media (min-width: 768px) {
    .rightside-video.mobile {
      display: none; } }

body {
  font-family: "Open Sans", sans-serif;
  background: #0D1013; }
  body.rotation-90 {
    transform: rotate(90deg) translateY(-100%); }
  body.rotation90 {
    transform: rotate(-90deg) translateX(-100%); }

body {
  min-width: 300px; }

@media (min-width: 100px) and (max-width: 320px) {
  .fp-scrollable {
    height: 100% !important; }
  .leaderboar-wrap .wrapper {
    height: 100%;
    padding-top: 40px; } }

@media (max-height: 450px) {
  .fullpage-wrapper .fp-tableCell, .fp-section.fp-table {
    min-height: 600px; } }

@media (max-height: 480px) {
  #play_container_2 .fp-tableCell, #play_container_2 .fp-section.fp-table {
    min-height: auto !important;
    height: 100%; }
  #play_container_2 .play-section {
    overflow: visible; } }

@media (min-width: 100px) and (max-width: 767px) {
  .logo img, #topMenu img {
    margin-top: 70px; } }

@media (min-width: 100px) and (max-width: 400px) {
  .logo img, #topMenu img {
    margin-top: 40px;
    width: 86px; } }

@media (min-width: 100px) and (max-width: 400px) {
  #topMenu img {
    margin-bottom: 10px; }
  #topMenu li {
    margin-bottom: 20px; } }

@media (min-width: 100px) and (max-width: 767px) {
  .rightside-navigation, .rightside-navigation-2 {
    display: none !important; } }

@media (min-width: 100px) and (max-width: 767px) {
  .play-burn {
    background-image: none;
    background-color: #505152; } }

@media (min-width: 100px) and (max-width: 767px) {
  .section6 {
    background-image: url(../img/section7_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0.5vw -11vh; } }

@media (min-width: 100px) and (max-width: 767px) {
  .container-alpha {
    margin-top: 30px; } }

@media (max-height: 667px) {
  .container-alpha {
    margin-top: 20px; } }

@media (max-height: 667px) {
  header ul li img {
    width: 110px;
    margin: 30px 0 20px; } }

@media (min-width: 100px) and (max-width: 767px) {
  .container-fluid-buy-mobile {
    padding-left: 1vw;
    padding-right: 1vw; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .container-fluid-buy-mobile {
    margin-top: 0; }
    .container-fluid-buy-mobile .page8__img {
      order: 1;
      width: 77vw;
      height: 40vh;
      background-color: rgba(163, 163, 163, 0.08); }
      .container-fluid-buy-mobile .page8__img .page8__subimg {
        width: inherit;
        height: inherit;
        background-image: url("../img/EQUIPMENT PSD_LIGHT_FINAL.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position-x: 20px; } }
      @media (min-width: 768px) and (max-width: 1199px) and (max-width: 810px) {
        .container-fluid-buy-mobile .page8__img .page8__subimg {
          background-position-x: 10px; } }

@media (min-width: 768px) and (max-width: 1199px) {
      .container-fluid-buy-mobile .page8__img img {
        display: none; }
    .container-fluid-buy-mobile .page8__title {
      padding-top: 26px;
      order: 2; }
    .container-fluid-buy-mobile .col-xl-5 {
      padding-left: 0;
      padding-right: 0;
      order: 3; }
    .container-fluid-buy-mobile .col-xl-12 {
      padding-left: 0;
      padding-right: 0;
      order: 4; } }

@media (min-width: 100px) and (max-width: 320px) {
  .container-fluid-buy-mobile .row {
    height: inherit;
    margin-top: -70px; } }

@media (min-width: 100px) and (max-width: 767px) {
  .wrapper {
    display: flex;
    justify-content: center; } }

@media (min-width: 100px) and (max-width: 767px) {
  .page8__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 300px;
    padding-top: 0; }
    .page8__title h4 {
      margin-bottom: 10px; }
    .page8__title h6 {
      margin-bottom: 10px; } }

@media (min-width: 100px) and (max-width: 320px) {
  .page8__title h4 {
    margin-bottom: 8px; }
  .page8__title h6 {
    margin-bottom: 8px; } }

@media (min-width: 100px) and (max-width: 767px) {
  .page8__img {
    display: flex;
    justify-content: center; } }

@media (min-width: 100px) and (max-width: 767px) {
  .page8__img img {
    height: 30vh; } }

@media (min-width: 100px) and (max-width: 320px) {
  .page8__img img {
    height: 22vh; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .page8__img img {
    height: 30vh; } }

@media (min-width: 100px) and (max-width: 767px) {
  .row {
    display: flex;
    flex-direction: column; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .container-alpha {
    width: 49vw; } }

@media (min-width: 100px) and (max-width: 767px) {
  .buy-section h4 {
    font-size: 40px; } }

@media (min-width: 100px) and (max-width: 767px) {
  .buy-section h6 {
    font-size: 24px;
    text-align: center;
    line-height: 1.3;
    margin-top: 3vw; } }

@media (min-width: 100px) and (max-width: 767px) {
  .page8__title h4 {
    font-size: 30px;
    margin-bottom: 10px; }
  .page8__title h6 {
    font-size: 20px;
    margin-bottom: 10px; } }

@media (min-width: 100px) and (max-width: 320px) {
  .page8__title h4 {
    font-size: 26px;
    margin-bottom: 8px; }
  .page8__title h6 {
    font-size: 16px;
    margin-bottom: 8px; } }

@media (min-width: 100px) and (max-width: 767px) {
  .buy-section .option-item {
    font-size: 16px;
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 100px) and (max-width: 767px) {
  .buy-section .option-name {
    font-size: 13px; } }

@media (min-width: 100px) and (max-width: 767px) {
  .container-burn img {
    width: 30px; } }

@media (min-width: 100px) and (max-width: 767px) {
  .text-burn {
    white-space: nowrap;
    font-size: 8.5px; } }

@media (min-width: 100px) and (max-width: 320px) {
  .text-burn {
    white-space: nowrap;
    font-size: 6.5px; } }

@media (min-width: 100px) and (max-width: 767px) {
  .buy-section .option-details .price-description {
    font-size: 12px; } }

@media (min-width: 100px) and (max-width: 767px) {
  .price-description-warranty {
    font-size: 8px; } }

@media (min-width: 100px) and (max-width: 767px) {
  .price {
    margin-right: 10px; } }

@media (min-width: 100px) and (max-width: 767px) {
  .buy-section .option-item-wrapper .buy-btn {
    font-size: 1rem;
    padding: 1px 10px; } }

@media (min-width: 100px) and (max-width: 767px) {
  .buy-section .option-item-wrapper.active .buy-btn {
    left: unset;
    right: 35px;
    bottom: -37px !important; } }

@media (max-height: 568px) and (min-width: 100px) and (max-width: 767px) {
  .buy-section .option-item-wrapper.active .buy-btn {
    bottom: -33px !important; } }

@media (min-width: 100px) and (max-width: 320px) {
  .buy-section .option-item-wrapper.active .buy-btn {
    font-size: 15px;
    bottom: -30px !important; } }

@media (min-width: 100px) and (max-width: 767px) {
  .buy-section .option-item-wrapper .option-item {
    height: 70px; } }

@media (min-width: 100px) and (max-width: 767px) {
  .instructions .img-big {
    max-width: 80vw; } }

@media (min-width: 100px) and (max-width: 767px) {
  .instruction-wrapper {
    padding: 0 15px; } }

@media (min-width: 100px) and (max-width: 767px) {
  .instructions h2 {
    font-size: 40px; } }

@media (max-width: 320px) {
  .instructions h2 {
    font-size: 36px; } }

@media (min-width: 100px) and (max-width: 767px) {
  .instruction-wrapper .instruction-content .content-text {
    text-align: center;
    padding-left: 0;
    padding: 0 40px;
    padding-top: 30px;
    line-height: 1.4; } }

@media (min-width: 100px) and (max-width: 767px) {
  .instruction-wrapper .instruction-content .content-text h1 {
    font-size: 40px;
    line-height: 22px; } }

@media (min-width: 100px) and (max-width: 767px) {
  .instruction-wrapper .instruction-content .content-text p {
    text-align: left;
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.5; } }

@media (min-width: 100px) and (max-width: 550px) {
  .instruction-wrapper .instruction-content .content-text p {
    margin-top: 20px; } }

@media (min-width: 100px) and (max-width: 410px) {
  .instruction-wrapper .instruction-content .content-text p {
    margin-top: 20px;
    padding: 0; } }

@media (min-width: 100px) and (max-width: 767px) {
  .instruction-wrapper .instruction-content {
    padding: 0; } }

@media (min-width: 100px) and (max-width: 767px) {
  .img-fluid-apps {
    width: 100%;
    display: block; } }

@media (min-width: 100px) and (max-width: 767px) {
  .app-buttons-divider {
    display: block;
    width: 100%;
    height: 30px; } }

@media (min-width: 100px) and (max-width: 767px) {
  .img-fluid-google {
    margin: 0; } }

@media (min-width: 100px) and (max-width: 767px) {
  .play-section {
    justify-content: center;
    text-align: center;
    padding: 0 10px; } }

@media (min-width: 100px) and (max-width: 767px) {
  .play-section h1 {
    line-height: 1.0 !important;
    font-size: 60px; } }

@media (min-width: 100px) and (max-width: 350px) {
  .play-section h1 {
    line-height: 1.0 !important;
    font-size: 50px; } }

@media (min-width: 100px) and (max-width: 767px) {
  .play-section:not(.play-section-2) h1 {
    margin-top: 70px; } }

@media (min-width: 100px) and (max-width: 320px) {
  .play-section:not(.play-section-2) h1 {
    font-size: 46px; } }

@media (min-width: 100px) and (max-width: 767px) {
  .play-section p {
    font-size: 27px;
    text-align: center;
    margin-top: 6vh; } }

@media (min-width: 100px) and (max-width: 767px) and (min-height: 590px) {
  .play-section-2 {
    padding-top: 40px; } }

@media (min-width: 100px) and (max-width: 767px) {
  .play-section-2 .play-texts {
    width: 100%; } }
  @media (min-width: 100px) and (max-width: 767px) and (min-width: 100px) and (max-width: 320px) {
    .play-section-2 .play-texts h1 {
      font-size: 46px; } }

@media (min-width: 100px) and (max-width: 767px) {
    .play-section-2 .play-texts p {
      margin-left: 0;
      width: 100%;
      padding: 0 20px; } }
    @media (min-width: 100px) and (max-width: 767px) and (max-height: 667px) {
      .play-section-2 .play-texts p {
        padding: 0 10px; } }
    @media (min-width: 100px) and (max-width: 767px) and (min-width: 100px) and (max-width: 320px) {
      .play-section-2 .play-texts p {
        margin-top: 5vh;
        margin-bottom: 30px;
        font-size: 24px; } }

@media (min-width: 100px) and (max-width: 767px) {
  .play-texts:not(.play-texts-four) {
    width: 90vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -60px; } }

@media (max-height: 800px) and (min-width: 100px) and (max-width: 767px) {
  .play-texts:not(.play-texts-four) {
    margin-top: -40px; } }

@media (min-width: 100px) and (max-width: 767px) {
  #one {
    flex-direction: column;
    align-items: center; } }

@media (min-width: 100px) and (max-width: 767px) {
  .page6_1_play_video {
    margin-top: 30px;
    margin-right: 0;
    width: 58vw; } }

@media (min-width: 100px) and (max-width: 767px) {
  .container-fluid {
    display: flex;
    justify-content: center;
    align-items: center; } }

@media (min-width: 100px) and (max-width: 767px) {
  .text-big.text-gradient {
    font-size: 60px;
    text-align: center;
    line-height: 1.1;
    padding-right: 0;
    margin-bottom: 4vh; } }

@media (min-width: 100px) and (max-width: 767px) {
  .activities-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    margin-bottom: 71px; } }

@media (min-width: 100px) and (max-width: 320px) {
  .activities-info {
    margin-bottom: 0; } }

@media (min-width: 100px) and (max-width: 767px) {
  .container-tablet-Burn {
    padding-left: 1vw;
    padding-right: 1vw; } }

@media (min-width: 100px) and (max-width: 767px) {
  .activities-info .steps-info:nth-child(1) {
    margin-right: 0px; } }

@media (min-width: 100px) and (max-width: 767px) {
  .activities-info .steps-info:nth-child(3) {
    margin-top: 3vh; } }

@media (min-width: 100px) and (max-width: 767px) {
  .activities-info .steps-info .icon {
    margin-right: 16px; }
    .activities-info .steps-info .icon #fire-mobile svg {
      padding-bottom: 10px; } }

@media (min-width: 100px) and (max-width: 767px) {
  .activities-info .steps-info .icon .animated-icon {
    width: 10vw; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .activities-info .steps-info {
    font-size: 70px; } }

@media (min-width: 100px) and (max-width: 767px) {
  .activities-info .steps-info {
    font-size: 50px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .activities-info .steps-info .icon-tablet {
    font-size: 70px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .activities-info .steps-info .icon .animated-icon {
    width: 80px;
    margin-left: 5px; }
    .activities-info .steps-info .icon .animated-icon svg {
      padding-bottom: 10px; } }

@media (min-width: 100px) and (max-width: 767px) {
  #caloriesCount, #stepsCount {
    padding-top: 1vh;
    margin-right: 7vw; } }

@media (min-width: 100px) and (max-width: 767px) {
  .container-fluid-page32-tablet .container-fluid-rechargable {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    margin-top: 5vh;
    padding-left: 10px; } }
  @media (min-width: 100px) and (max-width: 767px) and (min-width: 100px) and (max-width: 767px) {
    .container-fluid-page32-tablet .container-fluid-rechargable .text-rechargable {
      margin-left: 0; } }

@media (min-width: 100px) and (max-width: 767px) {
    .container-fluid-page32-tablet .container-fluid-rechargable svg {
      margin-left: -31px; } }

@media (max-height: 667px) {
  .container-fluid-page32-tablet #charching-page32-mobile {
    width: 285px;
    height: 143px; } }

@media (min-width: 100px) and (max-width: 666px) {
  .container-fluid-page32-tablet #charching-page32-mobile {
    width: 265px;
    height: 123px; } }

@media (min-width: 100px) and (max-width: 767px) {
  .container-fluid-page32-tablet .leftside-video {
    margin-left: 0;
    margin-top: 3vh; } }

@media (min-width: 100px) and (max-width: 320px) {
  .container-fluid-page32-tablet {
    padding-left: 4vw; }
    .container-fluid-page32-tablet .text-rechargable h1 {
      font-size: 35px;
      line-height: 1.1; }
    .container-fluid-page32-tablet #charching-page32-mobile {
      width: 245px;
      height: 103px; }
    .container-fluid-page32-tablet .leftside-video {
      margin-left: 5vw;
      margin-top: 3vh; } }

@media (min-width: 100px) and (max-width: 375px) and (max-height: 736px) {
  .container-fluid-page32-tablet .text-rechargable {
    margin-top: 3vh; }
  .container-fluid-page32-tablet #charching-page32-mobile {
    width: 252px;
    height: 112px; } }

@media (min-width: 100px) and (max-width: 767px) {
  video#leftside-video-mobile, .leftside-video {
    max-height: 300px !important; } }

@media (min-width: 100px) and (max-width: 400px) {
  video#leftside-video-mobile, .leftside-video {
    max-height: 200px !important; } }

@media (min-width: 100px) and (max-width: 767px) {
  .leaderboar-wrap {
    background-image: url(../img/MaskGroup2.png);
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat; } }

.mobile-lboard-wrapper {
  padding: 0 20px; }
  @media (min-width: 100px) and (max-width: 767px) {
    .mobile-lboard-wrapper .mobile-lboard-title {
      padding-top: 40px;
      font-weight: bold;
      color: #fff;
      font-size: 40px; } }
  @media (min-width: 100px) and (max-width: 767px) and (max-width: 320px) {
    .mobile-lboard-wrapper .mobile-lboard-title {
      font-size: 38px; } }
  @media (min-width: 100px) and (max-width: 767px) {
    .mobile-lboard-wrapper .mobile-lboard-players {
      font-weight: bold;
      color: #70ff00;
      font-size: 16px;
      margin-bottom: 20px; }
    .mobile-lboard-wrapper #leaderboard-mobile {
      max-width: 450px; } }
  @media (min-width: 100px) and (max-width: 767px) and (max-width: 320px) {
    .mobile-lboard-wrapper #leaderboard-mobile {
      padding: 0 30px; } }

@media (min-width: 100px) and (max-width: 767px) {
  .section2_2 {
    background-image: url(../img/MaskGroup1.png);
    background-size: contain;
    background-repeat: no-repeat; } }

@media (min-width: 100px) and (max-width: 767px) {
  .description-text-page32-tablet {
    color: #ffffff;
    font-size: 13px;
    font-family: Open Sans;
    font-weight: 300;
    width: 60vw; } }

@media (min-width: 100px) and (max-width: 767px) {
  .section7 {
    background-position-y: 62px; } }

@media (min-width: 100px) and (max-width: 767px) {
  .container-fluid-video {
    display: flex;
    width: 100%; } }

@media (min-width: 100px) and (max-width: 767px) {
  .section2_1 .container-fluid-tablet-page31 {
    padding-left: 0;
    padding-right: 0; }
    .section2_1 .container-fluid-tablet-page31 .text-alpha {
      padding-left: 8.5vw;
      padding-right: 1vw; } }

@media (min-width: 100px) and (max-width: 767px) {
  .section2_1 {
    background-image: url(../img/MaskGroup3.png), url(../img/Rectangle.png);
    background-size: 100%;
    background-position: left center, -20px top;
    background-repeat: no-repeat; } }

@media (min-width: 100px) and (max-width: 767px) {
  .description-text {
    margin-top: 4vh;
    font-size: 14px;
    line-height: 21px;
    width: 83vw;
    min-width: 200px; } }

@media (min-width: 100px) and (max-width: 767px) {
  .unmute-video {
    display: none;
    position: absolute;
    width: 33px;
    height: 33px;
    right: 15px;
    top: 15px;
    cursor: pointer; } }

@media (min-width: 100px) and (max-width: 767px) {
  .mute-video {
    display: none;
    position: absolute;
    width: 33px;
    height: 33px;
    right: 15px;
    top: 15px;
    cursor: pointer; } }

@media (max-width: 1199px) {
  .fullpage-wrapper .fp-tableCell, .fp-section.fp-table {
    height: 100% !important; } }

@media (min-width: 100px) and (max-width: 767px) {
  .container-fluid-instructions {
    position: relative;
    background-image: url("../img/Rectangle_3.3.png");
    background-repeat: no-repeat;
    background-size: 96% 320px;
    background-position: center top;
    margin-top: 0px;
    padding: 0; } }

@media (min-width: 100px) and (max-width: 767px) {
  .instruction-wrapper .instruction-container-img {
    text-align: center;
    padding-left: 0; } }

@media (min-width: 100px) and (max-width: 767px) {
  .instruction-wrapper .instruction-container-img {
    position: relative;
    padding-top: 35px; }
    .instruction-wrapper .instruction-container-img .img-instructions {
      height: 41vh;
      min-height: 200px; } }

@media (min-width: 100px) and (max-width: 550px) {
  .instruction-wrapper .instruction-container-img {
    padding-top: 0px; } }

@media (min-width: 100px) and (max-width: 767px) {
  .container-video-twitch_pc {
    display: flex !important;
    justify-content: center !important;
    height: 100vh;
    padding-top: 125px; } }

@media (min-width: 100px) and (max-width: 767px) {
  .container-fluid-tablet {
    margin-top: -15vh; } }

@media (min-width: 100px) and (max-width: 767px) {
  .rightside-video-tablet {
    margin-top: 5vh;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 10px; } }

@media (min-width: 100px) and (max-width: 767px) {
  .container-video-page-home {
    height: auto;
    width: 100vw;
    padding: 20px; } }

@media (min-width: 100px) and (max-width: 767px) {
  header .close-btn {
    top: 70px;
    margin-right: 0;
    background-repeat: no-repeat; } }

@media (min-width: 100px) and (max-width: 400px) {
  header .close-btn {
    top: 40px; } }

@media (min-width: 100px) and (max-width: 767px) {
  header .icon-burger {
    top: 30px; } }

@media (min-width: 100px) and (max-width: 767px) {
  .activities-info span.green {
    margin-left: -10px; } }

@media (max-width: 1199px) and (min-width: 768px) {
  .activities-info span.green {
    margin-left: 15px; } }

@media (max-width: 767px) {
  .container-fluid-buy-mobile {
    align-items: center; }
    .container-fluid-buy-mobile .page8__img img {
      height: 25vh; } }

@media (max-height: 568px) and (min-width: 100px) and (max-width: 767px) {
  .container-fluid-buy-mobile .page8__img img {
    height: 23vh; } }

@media (min-width: 100px) and (max-width: 320px) {
  .container-fluid-buy-mobile .page8__img img {
    height: 23vh; } }

@media (max-height: 480px) and (min-width: 768px) and (max-width: 1199px) {
  .no-fullpage-autoscroll .main-navigation {
    display: none !important; } }

@media (min-height: 480px) and (min-width: 768px) and (max-width: 1199px) {
  .no-fullpage-autoscroll .main-navigation {
    position: fixed;
    top: 60%; } }

@media (max-height: 480px) and (min-width: 768px) and (max-width: 1199px) {
  .no-fullpage-autoscroll .home-video {
    max-width: 100%;
    padding-top: 0px !important; } }

@media (max-height: 480px) and (min-width: 768px) and (max-width: 1199px) {
  .no-fullpage-autoscroll .home-video.tablet {
    height: 98vh !important; } }

@media (max-height: 480px) and (min-width: 100px) and (max-width: 767px) {
  .no-fullpage-autoscroll .container-video-twitch_pc {
    padding-top: 0px; } }

@media (max-width: 768px) {
  .no-fullpage-autoscroll #fullpage div#page-home-pc {
    height: 0 !important;
    display: none; } }

.no-fullpage-autoscroll .main-navigation {
  position: fixed;
  top: 50%; }

.no-fullpage-autoscroll .rightside-navigation {
  position: fixed;
  top: 50%; }

@media (min-width: 100px) and (max-width: 767px) {
  header .logo {
    margin: 0 auto;
    left: 0px; }
  header ul li a {
    font-size: 24px; }
  #topMenu li {
    margin-bottom: 30px; }
  header ul li a svg {
    opacity: 1;
    position: absolute;
    left: -35px;
    top: 8px; }
  .home-video {
    padding-left: 7vw;
    padding-right: 7vw; }
  .section6-background {
    display: flex;
    order: 1;
    position: absolute;
    width: 100vw;
    height: 53vh;
    top: 1.5vh;
    left: 0;
    background-color: rgba(163, 163, 163, 0.08); } }
  @media (min-width: 100px) and (max-width: 767px) and (max-height: 568px) and (min-width: 100px) and (max-width: 767px) {
    .section6-background {
      height: 53vh; } }
  @media (min-width: 100px) and (max-width: 767px) and (min-width: 100px) and (max-width: 320px) {
    .section6-background {
      height: 53vh; } }

@media (min-width: 100px) and (max-width: 767px) {
  .section6 .wrapper {
    position: relative;
    height: 100%; }
  .page8__img img {
    z-index: 1000; }
  .page8__title {
    z-index: 1000; }
  #one-2 {
    display: flex;
    align-items: center;
    margin-top: 0px; } }

@media (min-width: 1200px) {
  .container-fluid-instructions {
    padding-top: 100px; } }

@media (max-height: 600px) and (min-width: 100px) and (max-width: 767px) {
  header ul li a {
    font-size: 20px; }
  #topMenu li {
    margin-bottom: 25px; }
  header ul li a svg {
    opacity: 1;
    top: 5px; } }

@media (max-height: 520px) and (min-width: 100px) and (max-width: 767px) {
  header ul li a {
    font-size: 18px; }
  #topMenu li {
    margin-bottom: 20px; }
  header ul li a svg {
    opacity: 1;
    top: 5px; } }

@media (min-width: 1200px) {
  .section2_1 .fp-scroller, .section2_2 .fp-scroller {
    height: 100%; }
    .section2_1 .fp-scroller .wrapper, .section2_2 .fp-scroller .wrapper {
      height: 100%; }
      .section2_1 .fp-scroller .wrapper .container-fluid, .section2_1 .fp-scroller .wrapper .container-fluid-tablet-page31, .section2_2 .fp-scroller .wrapper .container-fluid, .section2_2 .fp-scroller .wrapper .container-fluid-tablet-page31 {
        height: 100%; }
        .section2_1 .fp-scroller .wrapper .container-fluid .row, .section2_1 .fp-scroller .wrapper .container-fluid-tablet-page31 .row, .section2_2 .fp-scroller .wrapper .container-fluid .row, .section2_2 .fp-scroller .wrapper .container-fluid-tablet-page31 .row {
          height: 100%; } }

@media (min-width: 100px) and (max-width: 1199px) and (orientation: landscape) {
  body.landscape, html {
    overflow: hidden; }
  .landscape {
    overflow-x: hidden; }
    .landscape header {
      pointer-events: none; }
      .landscape header .logo-not-pc, .landscape header .icon-burger {
        pointer-events: auto; }
    .landscape #fullpage {
      overflow-x: hidden; }
    .landscape .helper-alpha-text {
      margin-bottom: 25px; }
    .landscape .container-fluid {
      margin-left: 0 !important; }
    .landscape .rightside-navigation {
      display: none !important; }
    .landscape .gradient {
      background-image: none; }
    .landscape .leaderboar-wrap {
      background-image: url(../img/MaskTablet.png);
      background-size: cover; }
    .landscape .fullpage-wrapper .container-video-twitch_pc {
      padding-top: 5vh; }
      .landscape .fullpage-wrapper .container-video-twitch_pc .home-video.mobile, .landscape .fullpage-wrapper .container-video-twitch_pc .home-video.tablet {
        display: none; }
      .landscape .fullpage-wrapper .container-video-twitch_pc .home-video.pc {
        display: block; }
    .landscape .fullpage-wrapper .container-fluid-tablet-page31 {
      padding-left: 15vw;
      padding-right: 30px; }
      .landscape .fullpage-wrapper .container-fluid-tablet-page31 .container-aplha {
        display: flex;
        flex-direction: row;
        align-items: center; }
        .landscape .fullpage-wrapper .container-fluid-tablet-page31 .container-aplha > div {
          flex-basis: 50%; }
        .landscape .fullpage-wrapper .container-fluid-tablet-page31 .container-aplha .rightside-video-tablet {
          width: 100% !important;
          padding-right: 0; }
    .landscape .fullpage-wrapper .container-fluid-page32-tablet {
      margin-left: 70px;
      padding-left: 10vw; }
      .landscape .fullpage-wrapper .container-fluid-page32-tablet .container-fluid-rechargable {
        display: flex;
        flex-direction: row;
        align-items: center; }
      .landscape .fullpage-wrapper .container-fluid-page32-tablet .text-rechargable h1 {
        font-size: 30px; }
      .landscape .fullpage-wrapper .container-fluid-page32-tablet .container-fluid-video {
        padding-right: 0; }
    .landscape .fullpage-wrapper .play-burn-fon {
      background-image: url(../img/MaskGroupRed.png), url(../img/MaskGroupGreen.png);
      background-size: 73% 60%, 98% 71%;
      background-position: right top, left bottom;
      background-repeat: no-repeat; }
    .landscape .fullpage-wrapper .container-tablet-Burn .row .col-12.d-md-none:first-child {
      display: none; }
    .landscape .fullpage-wrapper .container-tablet-Burn .row .col-12.d-none.d-md-block {
      display: block !important; }
    .landscape .fullpage-wrapper .container-tablet-Burn .activities-info {
      flex-direction: row; }
      .landscape .fullpage-wrapper .container-tablet-Burn .activities-info .steps-info:first-child {
        margin-right: 10vw;
        margin-bottom: 0; }
      .landscape .fullpage-wrapper .container-tablet-Burn .activities-info .icon .animated-icon {
        width: 60px; }
    .landscape .fullpage-wrapper .container-tablet-Burn .info-tablet {
      font-size: 55px; }
    .landscape .fullpage-wrapper #one {
      display: flex !important;
      flex-direction: row;
      align-items: center; }
      .landscape .fullpage-wrapper #one .text-battle-time, .landscape .fullpage-wrapper #one .title-its-battle-time {
        text-align: left !important; }
      .landscape .fullpage-wrapper #one .title-its-battle-time {
        font-size: 40px !important; }
      .landscape .fullpage-wrapper #one .play-texts {
        padding-top: 0;
        max-width: 500px; }
      .landscape .fullpage-wrapper #one .page6_1_play_video {
        width: 135px !important;
        margin-left: 0; }
    .landscape .fullpage-wrapper .container-fluid-instructions .instruction-wrapper {
      margin-top: 0; }
      .landscape .fullpage-wrapper .container-fluid-instructions .instruction-wrapper .instruction-content .instruction-container-text {
        display: flex;
        align-items: center;
        width: 100%; }
        .landscape .fullpage-wrapper .container-fluid-instructions .instruction-wrapper .instruction-content .instruction-container-text .content-text {
          padding-left: 6vw;
          margin-right: 5vw; }
          .landscape .fullpage-wrapper .container-fluid-instructions .instruction-wrapper .instruction-content .instruction-container-text .content-text h2 {
            font-size: 6vw; }
          .landscape .fullpage-wrapper .container-fluid-instructions .instruction-wrapper .instruction-content .instruction-container-text .content-text h1 {
            text-align: left;
            font-size: 40px; }
          .landscape .fullpage-wrapper .container-fluid-instructions .instruction-wrapper .instruction-content .instruction-container-text .content-text p {
            font-size: 2vw;
            line-height: 1.5; }
        .landscape .fullpage-wrapper .container-fluid-instructions .instruction-wrapper .instruction-content .instruction-container-text .instruction-container-img {
          padding-left: 0; }
          .landscape .fullpage-wrapper .container-fluid-instructions .instruction-wrapper .instruction-content .instruction-container-text .instruction-container-img img {
            height: auto; }
    .landscape .fullpage-wrapper .container-fluid-buy-mobile {
      padding: 0; }
      .landscape .fullpage-wrapper .container-fluid-buy-mobile .page8__title {
        width: 100%;
        text-align: center;
        margin-top: 25px; }
        .landscape .fullpage-wrapper .container-fluid-buy-mobile .page8__title h6 {
          text-align: center; }
      .landscape .fullpage-wrapper .container-fluid-buy-mobile .page8__img {
        width: 100% !important;
        max-width: 100%; }
      .landscape .fullpage-wrapper .container-fluid-buy-mobile .page8__subimg {
        background-position: center; }
      .landscape .fullpage-wrapper .container-fluid-buy-mobile .container-alpha {
        margin-right: auto;
        margin-left: auto; }
        .landscape .fullpage-wrapper .container-fluid-buy-mobile .container-alpha .option-item {
          width: 100%; } }

@media (max-width: 767px) and (min-width: 100px) and (orientation: landscape) {
  .description-text-tablet, .description-text-page32-tablet, .helper-alpha-text {
    width: 45vw; }
  .text-rechargable {
    padding: 0 4vw; }
  .container-fluid-page32-tablet {
    padding-left: 4vw; }
  .container-fluid-tablet-page31 {
    padding-left: 0 !important; }
  #caloriesCount, #stepsCount {
    margin: 0; } }

@media (min-width: 1200px) {
  .page6_1_img {
    width: 20vw;
    margin-right: 20px; }
    .page6_1_img-size {
      width: 100%; } }

@media (min-width: 1900px) {
  .page6_1_img {
    width: 19vw; } }

@media (min-width: 1200px) and (max-width: 1500px) {
  .page6_1_img {
    margin-top: 20vh; } }

@media (min-width: 1200px) and (max-width: 1500px) {
  .page6_1_play_video {
    margin-top: 20vh; } }

@media (min-width:  1200px) and (max-width:  1500px) and (max-height:  650px) {
  .page6_1_img  {
    width:  19vw; }
  .page6_1_play_video {
    width:  19vw; } }

.helper-alpha-text {
  margin-top: 35px;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .helper-alpha-text {
      font-size: 16px;
      line-height: 22px;
      color: #70FF00;
      margin-top: 30px;
      margin-bottom: 0;
      text-shadow: 0 0 20px #000000; } }

.policy-links {
  font-family: "Open Sans", sans-serif;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 10px;
  font-size: 12px;
  line-height: 30px;
  color: #555E67; }
  .policy-links .head-title {
    color: #171B1F; }
  @media (max-width: 767px) {
    .policy-links {
      line-height: 20px;
      position: absolute;
      bottom: 0;
      font-size: 10px;
      margin-top: 25px;
      margin-bottom: 10px;
      left: 0; }
      .policy-links .head-title {
        margin-bottom: 5px; } }
  @media (min-width: 769px) and (max-width: 1199px) {
    .policy-links {
      position: relative;
      display: flex;
      flex-direction: column;
      margin-top: 25px; } }
  @media (max-width: 320px) {
    .policy-links {
      margin-top: 5px; } }
  .policy-links ul {
    display: flex;
    flex-direction: row;
    justify-content: center; }
    @media (max-width: 768px) {
      .policy-links ul {
        max-width: 360px;
        margin: auto; } }
    .policy-links ul li {
      padding-right: 20px; }
      @media (max-width: 768px) {
        .policy-links ul li {
          padding-right: 10px; } }
      .policy-links ul li:after {
        content: '|';
        display: inline-block;
        color: #555E67;
        padding-left: 20px; }
      @media (max-width: 768px) {
        .policy-links ul li:after {
          display: none; } }
      .policy-links ul li:last-child:after {
        display: none; }
      .policy-links ul li a {
        color: inherit; }

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

.modal .date {
  margin-bottom: 30px;
  margin-top: -10px; }

.modal .text-modal {
  padding-left: 2rem;
  padding-right: 2rem;
  color: #fff;
  flex-direction: column;
  font-size: 14px; }

@media (min-width: 768px) {
  .modal .modal-dialog {
    max-width: 730px; } }

.modal ul, .modal ol {
  padding-left: 20px; }
  .modal ul li, .modal ol li {
    margin-bottom: 15px; }

.modal span {
  display: block;
  margin-bottom: 10px; }

.modal ul li {
  list-style: disc; }

.modal ol ul {
  margin-top: 15px;
  padding-left: 20px; }
  .modal ol ul strong {
    margin-bottom: 10px; }

.close:hover {
  color: #c2c3c4; }

@media (max-width: 768px) {
  .buy-section .option-name:last-child {
    margin-left: 8px; }
  .buy-section .option-item-wrapper .option-item {
    height: 55px; } }
  @media (max-width: 768px) and (max-height: 568px) and (min-width: 100px) and (max-width: 767px) {
    .buy-section .option-item-wrapper .option-item {
      position: relative;
      height: 45px; } }
  @media (max-width: 768px) and (min-width: 100px) and (max-width: 320px) {
    .buy-section .option-item-wrapper .option-item {
      height: 36px; } }

@media (max-width: 768px) {
  .container-text-burn {
    align-items: center;
    flex-direction: row; }
  .container-text-burn .container-burn {
    top: 0px;
    left: 0;
    position: relative; }
  .text-burn {
    width: auto;
    position: relative;
    left: 0; } }

@media (min-width: 768px) and (max-width: 1199px) and (max-height: 850px) {
  .section6 .page8__img {
    height: 36vh; }
  .section6 .option-item {
    height: 60px; } }

@media (min-width: 768px) and (max-width: 1199px) and (max-height: 700px) {
  .section6 .page8__img {
    height: 32vh; }
  .section6 .page8__title {
    padding-top: 10px; }
    .section6 .page8__title h4 {
      font-size: 3.5vw;
      margin-bottom: 10px; }
  .section6 .option-item {
    height: 60px; }
    .section6 .option-item .option-name {
      font-size: 14px;
      line-height: 20px; }
  .section6 .policy-links {
    margin-top: 15px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .section7 .fp-scrollable, .section7 .container-fluid-instructions, .section7 .row, .section7 .wrapper {
    overflow: hidden; } }

.container-video-page7 {
  position: relative; }

#page7_play_video {
  outline: none; }

@media (min-width: 1300px) {
  .content-text h2, .content-text h1 {
    font-size: 5vw !important; } }

.price {
  font-weight: semibold;
  font-size: 29px; }

.text-for-price {
  font-weight: regular;
  font-size: 17px; }

.btn-buy-now {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 30px;
  color: #171B1F;
  background: #FFFFFF;
  box-shadow: inset 0px -4px 1px rgba(0, 255, 133, 0.25), inset 0px -4px 1px rgba(255, 0, 0, 0.25);
  border-radius: 5px;
  position: fixed;
  width: 125px;
  height: 27px;
  right: 25px;
  top: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5; }

@media (max-width: 1250px) {
  .btn-buy-now {
    display: none; } }

.btn-buy-now-tablet {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 30px;
  color: #171B1F;
  background: #FFFFFF;
  box-shadow: inset 0px -4px 1px rgba(0, 255, 133, 0.25), inset 0px -4px 1px rgba(255, 0, 0, 0.25);
  border-radius: 5px;
  width: 263px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  margin: 0 auto; }

.btn-buy-now-phone {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  background: #FFFFFF;
  box-shadow: inset 0px -4px 1px rgba(0, 255, 133, 0.25), inset 0px -4px 1px rgba(255, 0, 0, 0.25);
  border-radius: 5px;
  width: 35px;
  height: 35px;
  left: 25px;
  top: 13px;
  position: fixed;
  cursor: pointer;
  z-index: 10; }

.btn-play {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%); }

@media (max-width: 1199px) {
  .btn-play {
    display: none; }
  .btn-play-Twitch {
    display: none; } }

.btn-play-Twitch {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 99; }

.unvisible {
  visibility: hidden; }

.container-fluid-buy-mobile > .row {
  margin: 0; }
