@charset "UTF-8";
h1, h2 {
  color: #FFF;
  text-shadow: 0 4px 2px rgba(0, 0, 0, 0.55);
  font-family: Poppins;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 99%;
  /* 43.56px */ }

h2 {
  font-size: 28px;
  margin-bottom: 20px !important; }

p, li {
  color: #FFF;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.6);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  margin-bottom: 20px !important; }

ul {
  padding-bottom: 20px; }

li {
  margin-bottom: 0 !important; }

.accent, strong {
  font-weight: 500; }

.accent {
  font-size: 20px; }

.page-bgr {
  background-color: #351740;
  background-image: url("../assets/page-bgr.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center; }
  @media (max-width: 1443px) {
    .page-bgr {
      background-size: auto; } }

header {
  height: 140px; }

.logo-box {
  position: fixed;
  left: 50%;
  width: 268px;
  z-index: 10;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("../assets/logo-background.png");
  background-repeat: no-repeat;
  height: 140px;
  background-position-x: center;
  background-position-y: -3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 13px; }
  .logo-box img:not(.blick), .logo-box .clip-shine {
    position: absolute;
    width: 87px;
    height: 82px;
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px); }
  .logo-box .blick {
    position: absolute;
    left: -303px;
    top: -60px;
    -webkit-animation-name: blick1;
            animation-name: blick1;
    -webkit-animation-duration: 8s;
            animation-duration: 8s;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
@-webkit-keyframes blick1 {
  0% {
    left: -303px;
    top: -260px; }
  30% {
    left: 0px;
    top: 60px; }
  99% {
    left: 0px;
    top: 60px; }
  100% {
    left: -303px;
    top: -160px; } }
@keyframes blick1 {
  0% {
    left: -303px;
    top: -260px; }
  30% {
    left: 0px;
    top: 60px; }
  99% {
    left: 0px;
    top: 60px; }
  100% {
    left: -303px;
    top: -160px; } }
  .logo-box .clip-shine {
    position: relative;
    -webkit-clip-path: url(#aureaClip);
            clip-path: url(#aureaClip); }
  .logo-box .l-img1 {
    opacity: 1;
    -webkit-animation-name: liquid1;
            animation-name: liquid1;
    -webkit-animation-duration: 8s;
            animation-duration: 8s;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  .logo-box .l-img2 {
    opacity: 0;
    -webkit-animation-name: liquid2;
            animation-name: liquid2;
    -webkit-animation-duration: 8s;
            animation-duration: 8s;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
@-webkit-keyframes liquid1 {
  0% {
    opacity: 1; }
  5% {
    opacity: 0; }
  10% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@keyframes liquid1 {
  0% {
    opacity: 1; }
  5% {
    opacity: 0; }
  10% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@-webkit-keyframes liquid2 {
  0% {
    opacity: 0; }
  5% {
    opacity: 1; }
  10% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes liquid2 {
  0% {
    opacity: 0; }
  5% {
    opacity: 1; }
  10% {
    opacity: 0; }
  100% {
    opacity: 0; } }
.content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1050px;
  gap: 40px;
  padding: 120px 30px 0 30px;
  margin: 0 auto;
  position: relative; }

.content-next {
  max-width: 1050px;
  margin: 0 auto;
  padding: 60px 20px;
  line-height: 1.5; }

.content-left {
  padding-top: 160px;
  z-index: 1; }
  .content-left h1 {
    padding-bottom: 20px;
    line-height: 1.2; }
  .content-left a {
    display: block;
    padding-top: 20px; }

.content-right {
  position: relative;
  width: 100%;
  height: calc(100vh - 280px); }

.card-box {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-130%);
          transform: translateX(-130%);
  width: 236px;
  opacity: 0;
  -webkit-animation-name: gameCard;
          animation-name: gameCard;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  /* -webkit-transform: translateX(-50%) perspective(800px) rotateY(40deg); */ }
  .card-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    border-radius: 30px;
    -webkit-box-shadow: -30px -30px 60px #00000069 inset;
            box-shadow: -30px -30px 60px #00000069 inset;
    z-index: 1;
    left: 0;
    top: 0;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out; }
  .card-box .card-face {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out; }
  .card-box.noanimate .card-reflection {
    -webkit-animation-name: none;
            animation-name: none;
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    -webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
    transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
    transition: transform .3s ease-out, opacity .3s ease-out;
    transition: transform .3s ease-out, opacity .3s ease-out, -webkit-transform .3s ease-out; }
  .card-box.box1 {
    -webkit-animation-play-state: running;
            animation-play-state: running;
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
    .card-box.box1 .card-reflection {
      -webkit-animation-play-state: running;
              animation-play-state: running;
      -webkit-animation-delay: 1.8s;
              animation-delay: 1.8s; }
  .card-box.box2 {
    -webkit-animation-play-state: running;
            animation-play-state: running;
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s; }
    .card-box.box2 .card-reflection {
      -webkit-animation-play-state: running;
              animation-play-state: running;
      -webkit-animation-delay: 2.1s;
              animation-delay: 2.1s; }
  .card-box.box3 {
    -webkit-animation-play-state: running;
            animation-play-state: running;
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s; }
    .card-box.box3 .card-reflection {
      -webkit-animation-play-state: running;
              animation-play-state: running;
      -webkit-animation-delay: 2.4s;
              animation-delay: 2.4s; }
  .card-box.box4 {
    -webkit-animation-play-state: running;
            animation-play-state: running;
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s; }
    .card-box.box4 .card-reflection {
      -webkit-animation-play-state: running;
              animation-play-state: running;
      -webkit-animation-delay: 2.7s;
              animation-delay: 2.7s; }
  .card-box.box5 {
    -webkit-animation-play-state: running;
            animation-play-state: running;
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s; }
    .card-box.box5 .card-reflection {
      -webkit-animation-play-state: running;
              animation-play-state: running;
      -webkit-animation-delay: 3s;
              animation-delay: 3s; }
  .card-box.box6 {
    -webkit-animation-play-state: running;
            animation-play-state: running;
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s; }
    .card-box.box6 .card-reflection {
      -webkit-animation-play-state: running;
              animation-play-state: running;
      -webkit-animation-delay: 3.3s;
              animation-delay: 3.3s; }
  .card-box.animate:before, .card-box.animate .card-face {
    -webkit-animation-name: postGameCard;
            animation-name: postGameCard;
    -webkit-animation-duration: 5s;
            animation-duration: 5s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: unset;
            animation-delay: unset;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .card-box.animate .card-reflection {
    -webkit-animation-name: postReflectionCard;
            animation-name: postReflectionCard;
    -webkit-animation-duration: 5s;
            animation-duration: 5s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: unset;
            animation-delay: unset;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
@-webkit-keyframes postGameCard {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  8% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  16% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes postGameCard {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  8% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  16% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@-webkit-keyframes postReflectionCard {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1); }
  8% {
    opacity: .3;
    -webkit-transform: translateY(30px) scale(0.9);
            transform: translateY(30px) scale(0.9); }
  16% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1); } }
@keyframes postReflectionCard {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1); }
  8% {
    opacity: .3;
    -webkit-transform: translateY(30px) scale(0.9);
            transform: translateY(30px) scale(0.9); }
  16% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1); } }
  .card-box.jump::before {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px); }
  .card-box.jump .card-face {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px); }
  .card-box.jump .card-reflection {
    -webkit-transform: translateY(20px) !important;
            transform: translateY(20px) !important;
    opacity: .7; }

.card-face, .card-reflection {
  border-radius: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(21%, #351740), color-stop(42%, transparent));
  background-image: linear-gradient(to bottom, #351740 21%, transparent 42%); }

.card-reflection {
  -webkit-transform: translateY(80px) scale(1.1);
          transform: translateY(80px) scale(1.1);
  -webkit-animation-name: cardReflex;
          animation-name: cardReflex;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  opacity: .3; }

@-webkit-keyframes cardReflex {
  0% {
    opacity: .3;
    -webkit-transform: translateY(80px) scale(1.1);
            transform: translateY(80px) scale(1.1); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1); } }

@keyframes cardReflex {
  0% {
    opacity: .3;
    -webkit-transform: translateY(80px) scale(1.1);
            transform: translateY(80px) scale(1.1); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1); } }
.card-box:not(:first-child) .card-face {
  -webkit-box-shadow: -20px 20px 20px rgba(0, 0, 0, 0.3);
          box-shadow: -20px 20px 20px rgba(0, 0, 0, 0.3); }

.cards-img {
  position: relative;
  border-radius: 30px;
  border-left: 2px solid #AEAEAE;
  aspect-ratio: 37/50;
  width: 100%; }
  .cards-img.mirror {
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(7%, black), color-stop(40%, transparent));
    -webkit-mask-image: linear-gradient(to top, black 7%, transparent 40%);
            mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(7%, black), color-stop(40%, transparent));
            mask-image: linear-gradient(to top, black 7%, transparent 40%);
    opacity: .15; }

.box1 {
  --x: 0px; }

.box2 {
  --x: 80px; }

.box3 {
  --x: 160px; }

.box4 {
  --x: 240px; }

.box5 {
  --x: 320px; }

.box6 {
  --x: 400px; }

@-webkit-keyframes gameCard {
  /* Начало (0%) */
  0% {
    -webkit-transform: scale(0.9) translateX(-50%) perspective(800px) rotateY(180deg);
            transform: scale(0.9) translateX(-50%) perspective(800px) rotateY(180deg);
    opacity: 0; }
  20% {
    -webkit-transform: scale(1.2) translateX(calc(var(--x) - 130%)) perspective(800px) rotateY(40deg);
            transform: scale(1.2) translateX(calc(var(--x) - 130%)) perspective(800px) rotateY(40deg);
    opacity: 1; }
  72% {
    -webkit-transform: scale(1.2) translateX(calc(var(--x) - 130%)) perspective(800px) rotateY(40deg);
            transform: scale(1.2) translateX(calc(var(--x) - 130%)) perspective(800px) rotateY(40deg);
    opacity: 1; }
  /* Край (100%) */
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(calc(var(--x) - 130%)) perspective(800px) rotateY(40deg);
            transform: scale(1) translateX(calc(var(--x) - 130%)) perspective(800px) rotateY(40deg); } }

@keyframes gameCard {
  /* Начало (0%) */
  0% {
    -webkit-transform: scale(0.9) translateX(-50%) perspective(800px) rotateY(180deg);
            transform: scale(0.9) translateX(-50%) perspective(800px) rotateY(180deg);
    opacity: 0; }
  20% {
    -webkit-transform: scale(1.2) translateX(calc(var(--x) - 130%)) perspective(800px) rotateY(40deg);
            transform: scale(1.2) translateX(calc(var(--x) - 130%)) perspective(800px) rotateY(40deg);
    opacity: 1; }
  72% {
    -webkit-transform: scale(1.2) translateX(calc(var(--x) - 130%)) perspective(800px) rotateY(40deg);
            transform: scale(1.2) translateX(calc(var(--x) - 130%)) perspective(800px) rotateY(40deg);
    opacity: 1; }
  /* Край (100%) */
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(calc(var(--x) - 130%)) perspective(800px) rotateY(40deg);
            transform: scale(1) translateX(calc(var(--x) - 130%)) perspective(800px) rotateY(40deg); } }
a.main-btn, a.more-btn {
  width: 200px;
  height: 63px;
  position: relative; }
  a.main-btn img, a.more-btn img {
    position: absolute;
    top: 20px;
    left: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out; }
  a.main-btn .img1, a.more-btn .img1 {
    opacity: 1; }
  a.main-btn .img2, a.more-btn .img2 {
    opacity: 0; }
  a.main-btn:hover .img1, a.more-btn:hover .img1 {
    opacity: 0; }
  a.main-btn:hover .img2, a.more-btn:hover .img2 {
    opacity: 1;
    -webkit-filter: drop-shadow(0 0 6px rgba(248, 179, 30, 0.6)) drop-shadow(0 0 12px #8840EE);
            filter: drop-shadow(0 0 6px rgba(248, 179, 30, 0.6)) drop-shadow(0 0 12px #8840EE); }
  a.main-btn:active .img1, a.more-btn:active .img1 {
    opacity: 0; }
  a.main-btn:active .img2, a.more-btn:active .img2 {
    opacity: .6;
    -webkit-filter: drop-shadow(0 0 3px rgba(248, 179, 30, 0.6)) drop-shadow(0 0 6px #8840EE);
            filter: drop-shadow(0 0 3px rgba(248, 179, 30, 0.6)) drop-shadow(0 0 6px #8840EE); }

a.more-btn {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  position: absolute;
  width: 162px; }

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  width: 100%;
  background-color: #17071c57; }
  footer img {
    width: 70px; }
  footer .copyright-txt {
    font-family: Poppins;
    color: #ffffff4d;
    font-size: 14px; }

@media (max-width: 1000px) {
  .content-box {
    padding: 0 30px 0 30px; }

  .content-box, .content-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }

  .box1 {
    --x: 0px; }

  .box2 {
    --x: 40px; }

  .box3 {
    --x: 80px; }

  .box4 {
    --x: 120px; }

  .box5 {
    --x: 160px; }

  .box6 {
    --x: 200px; }

  .content-left {
    padding: 20px 30px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }

  .cards-img {
    width: 100%; }

  a.more-btn {
    display: none; }

  .content-right {
    padding: 0 20px;
    height: 400px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }

  h1 {
    font-size: 36px; }

  p {
    font-size: 16px; }

  a.main-btn {
    margin: 0 auto; }

  .card-box {
    -webkit-transform: translateX(-80%);
            transform: translateX(-80%); }

  @-webkit-keyframes gameCard {
    /* Начало (0%) */
    0% {
      -webkit-transform: scale(0.9) translateX(-50%) perspective(800px) rotateY(180deg);
              transform: scale(0.9) translateX(-50%) perspective(800px) rotateY(180deg);
      opacity: 0; }
    20% {
      -webkit-transform: scale(1.2) translateX(calc(var(--x) - 90%)) perspective(800px) rotateY(40deg);
              transform: scale(1.2) translateX(calc(var(--x) - 90%)) perspective(800px) rotateY(40deg);
      opacity: 1; }
    72% {
      -webkit-transform: scale(1.2) translateX(calc(var(--x) - 90%)) perspective(800px) rotateY(40deg);
              transform: scale(1.2) translateX(calc(var(--x) - 90%)) perspective(800px) rotateY(40deg);
      opacity: 1; }
    /* Край (100%) */
    100% {
      opacity: 1;
      -webkit-transform: scale(1) translateX(calc(var(--x) - 90%)) perspective(800px) rotateY(40deg);
              transform: scale(1) translateX(calc(var(--x) - 90%)) perspective(800px) rotateY(40deg); } }

  @keyframes gameCard {
    /* Начало (0%) */
    0% {
      -webkit-transform: scale(0.9) translateX(-50%) perspective(800px) rotateY(180deg);
              transform: scale(0.9) translateX(-50%) perspective(800px) rotateY(180deg);
      opacity: 0; }
    20% {
      -webkit-transform: scale(1.2) translateX(calc(var(--x) - 90%)) perspective(800px) rotateY(40deg);
              transform: scale(1.2) translateX(calc(var(--x) - 90%)) perspective(800px) rotateY(40deg);
      opacity: 1; }
    72% {
      -webkit-transform: scale(1.2) translateX(calc(var(--x) - 90%)) perspective(800px) rotateY(40deg);
              transform: scale(1.2) translateX(calc(var(--x) - 90%)) perspective(800px) rotateY(40deg);
      opacity: 1; }
    /* Край (100%) */
    100% {
      opacity: 1;
      -webkit-transform: scale(1) translateX(calc(var(--x) - 90%)) perspective(800px) rotateY(40deg);
              transform: scale(1) translateX(calc(var(--x) - 90%)) perspective(800px) rotateY(40deg); } } }
