a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Regular */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/Montserrat-Regular.ttf") format("truetype");
}

/* Medium */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/Montserrat-Medium.ttf") format("truetype");
}

/* Bold */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/Montserrat-Bold.ttf") format("truetype");
}

/* FS Elliot Pro */
@font-face {
  font-family: "FS Elliot Pro";
  font-display: swap;
  font-weight: 400;
  src: url("/fonts/FSElliotPro-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "FS Elliot Pro";
  font-display: swap;
  font-weight: 700;
  src: url("/fonts/FSElliotPro-Bold.woff2") format("woff2")
}

@font-face {
  font-family: "FS Elliot Pro";
  font-display: swap;
  font-weight: 900;
  src: url("/fonts/FSElliotPro-Heavy.woff2") format("woff2")
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  display: block;

  cursor: pointer;
  background-color: transparent;
  text-decoration: none;

  user-drag: none;
  -webkit-user-drag: none;
}

.undraggable {
  user-drag: none;
  -webkit-user-drag: none;
}

[hidden] {
  display: none;
}

.unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}

.text-selectable {
  -webkit-user-select: text!important;
  -khtml-user-select: text!important;
  -moz-user-select: text!important;
  -o-user-select: text!important;
  user-select: text!important;
}

::selection {
  background-color: rgba(122, 36, 228, 0.6);
  color: #ffffff;
}

html, body {
  overscroll-behavior: none;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.inner {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  background-color: #000000;
}

.bg-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}

.bg {
  pointer-events: none;
  display: block;

  width: 100%;
  height: 100%;
  transition: filter 0.5s ease-in-out;
}

.bg.active {
  filter: brightness(.5);
}

.header-logo {
  display: inline-block;
}


/* ------ */

.text-block {
  position: absolute;
  z-index: 14;

  top: 12%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-block.top, .title-text {
  z-index: 13;
}

.text-block.bottom {
  top: 86%;
  z-index: 11;
}

.top-rect {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;

  padding: 0 15px;
  width: max-content;
  height: 10vw;

  background:
          linear-gradient(0deg, rgba(11, 11, 11, 0.50) 0%, rgba(11, 11, 11, 0.50) 100%),
          linear-gradient(0deg, rgba(41, 12, 125, 0.00) 0%, rgba(41, 12, 125, 0.00) 100%),
          rgba(255, 255, 255, 0.02);

  border: 0.10vw solid #AEE0FF;
  border-radius: 1.2vw;

  backdrop-filter: blur(0.30vw);
}

.main-title {
  color: #FFF;
  text-align: center;
  font-family: "FS Elliot Pro", sans-serif;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 800;
  line-height: 3.02vw;
  text-transform: uppercase;

  position: relative;
  top: 16.3%;
}
.gradient {
  position: relative;
  display: block;
}
.main-title .g1,
.main-title .g2 {
  font-size: 3.542vw;
  font-weight: 900;
  line-height: 3.542vw;
  text-transform: uppercase;
  position: relative;
  width: 100%;
  white-space: nowrap;
  transition: opacity 0.5s ease-in-out;
  text-align: center;
  display: block;
}

.main-title .g1 {
  background: linear-gradient(90deg, #A066FF 0%, #FA4064 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-title .g2 {
  background: linear-gradient(90deg, #6815EF 0%, #AF0A2A 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
}

.main-title span.gradient.active .g2 {
  opacity: 1;
}

.title-text {
  color: #E2FFFD;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.833vw;
  font-style: normal;
  font-weight: 500;
  line-height: 140.625%;
  text-transform: uppercase;
}

.left-part {
  position: absolute;
  top: 17%;
  left: 8%;
  z-index: 13;
  width: 34%;
  height: 33vw;
/*background: rgba(96, 239, 146, 0.14);*/
}

.right-part {
  position: absolute;
  top: 17%;
  right: 8%;
  z-index: 13;
  width: 34%;
  height: 33vw;
/*background: rgba(96, 120, 239, 0.14);*/
  
}

.hand {
  cursor: pointer;

  position: absolute;
  left: 55%;
  top: 51%;
  transform: translate(-50%, -50%);

  width: 25vw;
}

.right-part .hand {
  left: 42%;
}

.hand-left-top {
  cursor: pointer;
  position: absolute;
  left: 55%;
  top: 68%;
  transform: translate(-50%, -50%);
  width: 25.1vw;
  z-index: 3;
}

.hand-right-top {
  cursor: pointer;
  position: absolute;
  left: 41.7%;
  top: 70%;
  transform: translate(-50%, -50%);
  width: 23.6vw;
  z-index: 3;
}

.shine {
  pointer-events: none;

  mix-blend-mode: color-dodge;

  position: absolute;
  top: 55%;
  transform: translate(-50%, -50%);
  width: 25vw;

  /* WebKit */
  -webkit-mask-image: radial-gradient(
          circle at center,
          black 60%,
          transparent 75%
  );
  /* стандарт */
  mask-image: radial-gradient(
          circle at center,
          black 60%,
          transparent 71%
  )
}

.shine-left {
  left: 28%;
}

.shine-right {
  left: 70%;
}

.hole {
  width: 100%;
  mix-blend-mode: color-dodge;
}

.hole-wrapper {
  position: absolute;
  left: 48%;
  top: 68%;
  transform: translate(-50%, -50%);
  width: 25vw;
  pointer-events: none;
  z-index: -1;
}

.right-part .hole-wrapper {
  left: 52%;
  top: 70%;
}

.hole-wrapper::after {
  opacity: 0;
  content: "";
  width: 60%;
  height: 60%;
  border-radius: 15.63vw;
  filter: blur(2.60vw);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 1s ease;
}

.hole-wrapper.active::after {
  opacity: 1;
}

.left-part .hole-wrapper::after {
  background-color: rgba(74, 131, 255, 0.4);
}

.right-part .hole-wrapper::after {
  background-color: rgba(74, 131, 255, 0.4);
}

.hover-zone {
  cursor: pointer;
  position: absolute;
  width: 34vw;
  height: 30vw;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: auto;
  /*background: rgba(255,0,0,0.1);*/
}

.hover-zone.right {
  left: 50%;
}

.case {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: transform .3s ease-in-out;
}

.case:hover {
  transform: translate(-50%, -50%) scale(1.05);
  transition: transform .3s ease-in-out;
}

/* LEFT */
.case-1 {
  width: 24vw;
  left: 51%;
  top: 55%;
  z-index: 2;
}

.case-2 {
  width: 17vw;
  left: 75%;
  top: 55%;
}

/* RIGHT */
.case-3 {
  width: 23vw;
  left: 40%;
  top: 57%;
  z-index: 2;
}

.case-4 {
  width: 16vw;
  left: 29%;
  top: 51%;
}

.case-5 {
  width: 21vw;
  left: 54%;
  top: 52%;
}

/* === */

.left-part.active .case-1 {
  animation: leftCaseCycle1 6s ease-in-out infinite;
}
.left-part.active .case-2 {
  animation: leftCaseCycle2 6s ease-in-out infinite;
}

@keyframes leftCaseCycle1 {
  0%, 100% {
    left: 51%;
    top: 55%;
    width: 24vw;
    z-index: 2;
  }
  50% {
    left: 75%;
    top: 55%;
    width: 17vw;
    z-index: 1;
  }
}

@keyframes leftCaseCycle2 {
  0%, 100% {
    left: 75%;
    top: 55%;
    width: 17vw;
    z-index: 1;
  }
  50% {
    left: 47%;
    top: 55%;
    width: 22vw;
    z-index: 2;
  }
}

/* RIGHT ANIMATION */
.right-part.active .case-3 {
  animation: rightCaseCycle1 6s ease-in-out infinite;
}
.right-part.active .case-4 {
  animation: rightCaseCycle2 6s ease-in-out infinite;
}
.right-part.active .case-5 {
  animation: rightCaseCycle3 6s ease-in-out infinite;
}

@keyframes rightCaseCycle1 {
  0%, 100% {
    left: 40%;
    top: 57%;
    width: 23vw;
    z-index: 2;
  }
  33% {
    left: 20%;
    top: 48%;
    width: 14vw;
    z-index: 1;
  }
  66% {
    left: 65%;
    top: 47%;
    width: 16vw;
    z-index: 1;
  }
}

@keyframes rightCaseCycle2 {
  0%, 100% {
    left: 29%;
    top: 51%;
    width: 16vw;
    z-index: 1;
  }
  33% {
    left: 76%;
    top: 47%;
    width: 21vw;
    z-index: 1;
  }
  66% {
    left: 57%;
    top: 49%;
    width: 25vw;
    z-index: 2;
  }
}

@keyframes rightCaseCycle3 {
  0%, 100% {
    left: 54%;
    top: 52%;
    width: 21vw;
    z-index: 1;
  }
  33% {
    left: 37%;
    top: 57%;
    width: 35vw;
    z-index: 2;
  }
  66% {
    left: 20%;
    top: 51%;
    width: 25vw;
    z-index: 1;
  }
}

/* === */

.openings-wrap {
  pointer-events: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);

  position: absolute;
  z-index: 11;
  top: -20.5vw;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 80vw;
  justify-items: center;
}

.openings-block {
  position: relative;
}

.package {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;

  width: 17.6vw;
  height: 20vw;

  border-radius: 1.67vw;
  border: 0.052vw solid #AEE0FF;
  background:
          linear-gradient(0deg, rgba(11, 11, 11, 0.50) 0%, rgba(11, 11, 11, 0.50) 100%),
          linear-gradient(0deg, rgba(41, 12, 125, 0.00) 0%, rgba(41, 12, 125, 0.00) 100%),
          rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(1.67vw);
}

.package-text {
  padding-top: 1vw;

  text-align: center;
  font-family: "FS Elliot Pro", sans-serif;
  font-size: 2.08vw;
  font-style: normal;
  font-weight: 900;
  line-height: 110%;
  text-transform: uppercase;

  background: linear-gradient(180deg, #FFF 17.5%, #B2A7F9 91.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.package-left .package-text span.grad {
  background: linear-gradient(180deg, #FFF -60%, #7019FF 91.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.package-right .package-text span.grad {
  background: linear-gradient(180deg, #FFF -60%, #D4002A 91.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-wrap {
  pointer-events: none;
  opacity: 0;

  cursor: pointer;
  position: absolute;
  background: transparent;
  border: unset;
  transition: opacity 0.5s ease, transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transform-origin: center;
  top: 23vw;

  width: 18vw;
  height: 4.5vw;

  /*z-index: 4;*/
  z-index: 13;
}

.btn-left {
  left: 8vw;
}

.btn-right {
  left: 8vw;
}

.btn {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;

  transition: transform 0.3s ease, filter 0.3s ease;
}

.btn-text {
  pointer-events: none;

  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);

  color: #FFF;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.3vw;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.017vw;
  text-transform: uppercase;

  white-space: nowrap;
}

.btn:hover {
  transform: scale(1.015);
  animation: none;
}

.btn-left .btn:hover {
  filter: drop-shadow(0 0 1.53vw rgba(0, 4, 227, 0.75));
}

.btn-right .btn:hover {
  filter: drop-shadow(0 0 1.53vw rgba(227, 0, 4, 0.75));
}

.btn-left .btn {
  animation: glowLeft .7s infinite alternate;
  filter: drop-shadow(0 0 1.53vw rgba(0, 4, 227, 1));
}

.btn-right .btn {
  animation: glowRight .7s infinite alternate;
  filter: drop-shadow(0 0 1.53vw rgba(227, 0, 4, 1));
}

.btn-wrap .btn:hover  {
  animation-play-state: paused;
}

@keyframes glowLeft {
  0% {
    transform: scale(1);
    filter: drop-shadow(0 0 0 rgba(0, 4, 227, 0.5));
  }
  100% {
    transform: scale(1.015);
    filter: drop-shadow(0 0 0.70vw rgba(0, 4, 227, 1));
  }
}

@keyframes glowRight {
  0% {
    transform: scale(1);
    filter: drop-shadow(0 0 0 rgba(227, 0, 4, 0.5));
  }
  100% {
    transform: scale(1.015);
    filter: drop-shadow(0 0 0.70vw rgba(227, 0, 4, 1));
  }
}

.mb {
  display: none;
}

@media (max-width: 767px) {

  .shine {
    display: none;
  }

  .package {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;

    width: unset;
    height: unset;

    border: none;
    background: transparent;
    backdrop-filter: none;
  }

  .package-text {
    padding-top: 0;
  }

  .package-left {
    top: -2.85vw;
  }

  .package-right {
    top: 26vw;
  }

  .top-rect {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%,-50%);
    z-index: -1;

    width: unset;
    height: unset;

    background: transparent;
    border: none;
    backdrop-filter: none;
  }

  .main-title .g1,
  .main-title .g2 {
    font-size: 3.542vw;
    font-weight: 900;
    line-height: 3.542vw;
    text-transform: uppercase;

    position: absolute;
    left: 50%;
    top: 4.7vw;
    transform: translate(-50%, -50%);
    width: 100%;
  }

  .main-title .g1 {
    background: linear-gradient(90deg, #A066FF 0%, #FA4064 100%);
    animation: fadeG1 3s linear infinite;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    animation: crossfade1 3s linear infinite;
  }

  .main-title .g2 {
    background: linear-gradient(90deg, #6815EF 0%, #AF0A2A 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    animation: crossfade2 3s linear infinite;
  }

  @keyframes crossfade1 {
    0%, 100% { opacity: 1; }
    50%      { opacity: 0; }
  }
  @keyframes crossfade2 {
    0%, 100% { opacity: 0; }
    50%      { opacity: 1; }
  }

  /* LEFT */
  .case-1 {
    width: 53vw;
    left: 28%;
    top: 70vw;
    z-index: 2;
  }

  .case-2 {
    width: 40vw;
    left: 38%;
    top: 60vw;
  }

  /* RIGHT */
  .case-3 {
    width: 60vw;
    left: 63%;
    top: 133vw;
    z-index: 2;
  }

  .case-4 {
    width: 45vw;
    left: 55%;
    top: 120vw;
  }

  .case-5 {
    width: 45vw;
    left: 85%;
    top: 125vw;
  }

  .btn-left .btn {
    filter: drop-shadow(0 0 2vw rgba(0, 4, 227, 1));
  }

  .btn-right .btn {
    filter: drop-shadow(0 0 2vw rgba(227, 0, 4, 1));
  }

  @keyframes glowLeft {
    0% {
      transform: scale(1);
      filter: drop-shadow(0 0 0 rgba(0, 4, 227, 0.5));
    }
    100% {
      transform: scale(1.015);
      filter: drop-shadow(0 0 2vw rgba(0, 4, 227, 1));
    }
  }

  @keyframes glowRight {
    0% {
      transform: scale(1);
      filter: drop-shadow(0 0 0 rgba(227, 0, 4, 0.5));
    }
    100% {
      transform: scale(1.015);
      filter: drop-shadow(0 0 2vw rgba(227, 0, 4, 1));
    }
  }

  /* LEFT ANIMATION */
  .left-part.active .case-1 {
    animation: leftCaseCycle1M 6s ease-in-out infinite;
  }
  .left-part.active .case-2 {
    animation: leftCaseCycle2M 6s ease-in-out infinite;
  }

  @keyframes leftCaseCycle1M {
    0%, 100% {
      left: 28%;
      top: 70vw;
      width: 53vw;
      z-index: 2;
    }
    50% {
      left: 38%;
      top: 60vw;
      width: 40vw;
      z-index: 1;
    }
  }

  @keyframes leftCaseCycle2M {
    0%, 100% {
      left: 38%;
      top: 60vw;
      width: 40vw;
      z-index: 1;
    }
    50% {
      left: 28%;
      top: 70vw;
      width: 53vw;
      z-index: 2;
    }
  }

  /* RIGHT ANIMATION */
  .right-part.active .case-3 {
    animation: rightCaseCycle1M 6s ease-in-out infinite;
  }
  .right-part.active .case-4 {
    animation: rightCaseCycle2M 6s ease-in-out infinite;
  }
  .right-part.active .case-5 {
    animation: rightCaseCycle3M 6s ease-in-out infinite;
  }

  @keyframes rightCaseCycle1M {
    0%, 100% {
      left: 63%;
      top: 133vw;
      width: 60vw;
      z-index: 2;
    }
    33% {
      left: 55%;
      top: 120vw;
      width: 45vw;
      z-index: 1;
    }
    66% {
      left: 85%;
      top: 125vw;
      width: 45vw;
      z-index: 1;
    }
  }

  @keyframes rightCaseCycle2M {
    0%, 100% {
      left: 55%;
      top: 120vw;
      width: 45vw;
      z-index: 1;
    }
    33% {
      left: 85%;
      top: 125vw;
      width: 45vw;
      z-index: 1;
    }
    66% {
      left: 68%;
      top: 133vw;
      width: 60vw;
      z-index: 2;
    }
  }

  @keyframes rightCaseCycle3M {
    0%, 100% {
      left: 85%;
      top: 125vw;
      width: 45vw;
      z-index: 1;
    }
    33% {
      left: 65%;
      top: 138vw;
      width: 69vw;
      z-index: 2;
    }
    66% {
      left: 55%;
      top: 120vw;
      width: 45vw;
      z-index: 1;
    }
  }

  /* === */

  .hole-wrapper {
    display: none;
  }

  .btn-wrap {
    pointer-events: auto;
    opacity: 1;
  }

  .btn-wrap {
    width: 32vw;
    height: 12.5vw;
    z-index: 4;
  }

  .btn-left {
    top: 70vw;
    left: 58vw;
  }

  .btn-right {
    top: 135.5vw;
    left: 6.5vw;
  }

  .btn-text {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);

    font-size: 4.2vw;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.017vw;
  }

  .left-part .hover-zone {
    width: 75vw;
    height: 60vw;

    top: 74vw;
    left: 37%;

    /*background: rgba(8, 0, 255, 0.1);*/
  }

  .right-part .hover-zone {
    width: 80vw;
    height: 65vw;

    top: 137vw;
    left: 60%;

    /*background: rgba(85, 255, 0, 0.1);*/
  }

  .hand {
    left: 30%;
    top: 75vw;

    width: 55vw;
  }

  .hand-left-top {
    left: 29.9%;
    top: 87.4vw;

    width: 55.6vw;
  }

  .right-part .hand {
    left: 63%;
    top: 135vw;

    width: 55vw;
  }

  .hand-right-top {
    left: 62%;
    top: 149vw;

    width: 60vw;
  }

  .openings-block {
    scale: 2.3;
  }

  .openings-wrap {
    grid-template-columns: auto;
    top: -25.4vw;
    gap: 324%;
  }

  .package-text {
    font-size: 2.2vw;
  }

  .openings-block-left {
    left: 24vw;
  }

  .openings-block-right {
    left: -27vw;
  }

  .title-text {
    font-size: 2.916vw;
    letter-spacing: -0.144vw;
    line-height: 3.4vw;

    position: relative;
    top: 85vw;
  }

  .text-block.bottom {
    top: 95vw;
  }

  .text-block {
    top: 30vw;
    width: 100%;
  }

  .main-title .g1, .main-title .g2 {
    font-size: 10.5vw;
    line-height: 10.5vw;
    width: 84vw;
  }

  .main-title {
    width: 83vw;
    top: -6vw;
    font-size: 7.5vw;
    line-height: 10.2vw;
  }

  .main-title span.gradient {
    font-size: 10.5vw;
  }

  .left-part {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0vw;
    /*background: rgba(150, 206, 151, 0.42);*/
  }

  .right-part {
    position: absolute;
    top: 0vw;
    right: 0;

    width: 100%;
    height: 0vw;
    /*background: rgba(206, 150, 150, 0.42);*/
  }

  .bg {
    content: url(/images/bg-mobile.avif);
  }

}

/* ------ */






/* general */

.main {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: url("/images/bg.avif") no-repeat top center;
  background-color: #000;
  background-size: 100% auto;
}
.content {
  padding-bottom: 47px;
  position: relative;
  width: 100%;
}
.upper {
  text-transform: uppercase;
}

/* terms */
.terms {
  width: 100%;
  max-width: 74vw;
  padding-top: 150px;
  margin: 0 auto;
  color: #fff;
  font-family: "FS Elliot Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}
.terms h1 {
  color: #fff;
  text-align: center;
  font-family: "FS Elliot Pro", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.terms h1:after {
  content: "";
  position: relative;
  width: 12.813vw;
  height: 1px;
  display: block;
  background: linear-gradient(90deg, #87493400 0%, #ed805b 50.2%, #87493400 100%);
  border: none;
  margin: 20px auto 60px;
}
.terms h2 {
  margin: 40px 0 20px;
  color: #c97c6b;
  font-family: "FS Elliot Pro", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}
.terms h3 {
  margin: 30px 0 10px;
  color: #fff;
  font-family: "FS Elliot Pro", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
.terms:selection {
  background-color: #5baef1;
}
.terms :is(li, p) {
  margin: 5px 0;
}
.terms strong {
  font-weight: 600;
}
.terms ol {
  list-style-type: decimal;
  padding-left: 4vw;
}
.terms ul {
  list-style-type: disc;
  padding-left: 4vw;
}
/* /terms */

/* header */
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  padding: 2vw 8vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.header-logo {
  display: inline-grid;
  align-self: center;
}
.header-logo-img {
  width: 12vw;
}
.btn-login, 
.btn-login:visited {
  max-width: 170px;
  min-width: 80px;
  height: 30px;
  padding: 0 20px;
  background: #a249f5;
  border-radius: 16px;
  color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  cursor: pointer;
  text-transform: uppercase;
  transition: transform 0.3s ease, filter 0.3s ease;
  filter: drop-shadow(0 0.09vw 0.70vw #a249f5);
  display: inline-block;
  margin: 0 auto;
}
.btn-login:hover, 
.btn-login:visited:hover {
  transform: scale(1.05);
  filter: drop-shadow(0.63vw 0 1.53vw #d649f5);
}
.btn-transparent,
.btn-transparent:visited {
  background: transparent;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.btn-transparent:hover,
.btn-transparent:visited:hover {
  text-decoration: underline;
}
/* /header */

/* footer */
.eighteen {
  width: 1.6vw;
  height: 1.6vw;
  margin: -.5vw 0 0 auto;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #78758c;
  text-align: center !important;
  color: #78758c;
  font-size: .7vw;
  line-height: 1.6vw;
}

.footer {
  width: 100%;
  margin: auto auto 0;
  background: #000;
  font-family: "FS Elliot Pro", sans-serif;
  font-size: .75vw;
  line-height: 1.7;
}
.footer-container {
  padding: 3.13vw 8vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  gap: 1.04vw;
}
.footer-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 1.04vw;
}
.footer-bottom {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
  gap: 1.04vw;
}
.footer-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 1.04vw;
}
.footer-bottom {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
  gap: 1.04vw;
}
.footer-left {
  padding-left: 5.21vw;
  padding-right: 1.56vw;
  position: relative;
  text-align: left;
}
.footer-right {
  position: relative;
  text-align: right;
}
.footer-right div {
  text-align: right;
}
.footer-copy {
  display: block;
  color: #fff;
}
.footer-logo {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 3.41vw;
  height: 3.15vw;
  background: url("/images/logo-s.png") no-repeat center center;
  background-size: auto 100%;
  opacity: .5;
  filter: grayscale(1);
}
.footer-about {
  color: #78758c;
  text-align: left;
}
.footer-info {
  color: #4d4a64;
  text-align: left;
}
.footer-info a {
  display: inline;
  color: #78758c;
}
.footer-rules {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.footer-rules.mb {
  display: none;
}
.footer-rules.dk {
  display: flex;
  gap: 1vw;
}
.footer-rules-box {
  display: flex;
  position: relative;
  gap: 1.4vw;
}
.footer-rules a,
.footer-rules a:visited {
  text-transform: uppercase;
  color: #a249f5;
  font-size: .6vw;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: all .5s ease-in;
}
.footer-rules a:hover {
  opacity: 0.7;
}
/* /footer */

/* lang */
.lang-selector {
  position: relative;
  display: inline-block;
  margin-left: auto;
}
.lang-button {
  display: flex;
  align-items: center;
  gap: 0.42vw;
  border-radius: 0.42vw;
  cursor: pointer;
}
.chevron {
  width: .6vw;
  height: .6vw;
  transition: all .5s ease-in;
}
.lang-selector.open .chevron {
  transform: rotate(180deg);
}
.lang-dropdown {
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-bottom: 0.21vw;
  border-radius: 0.42vw;
  display: none;
  z-index: 10;
}
.lang-selector.open .lang-dropdown {
  display: block;
}
.lang-button-block {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.42vw;
}
.lang-option, .lang-button {
  border-radius: 0.42vw;
  cursor: pointer;
}
.lang-option:before, .lang-button:before {
  width: 2vw;
  display: block;
  height: auto;
}
.lang-flag-en:before {
  content: url("/images/gb.svg");
}
.lang-flag-pl:before {
  content: url("/images/pl.svg");
}
.lang-flag-tr:before {
  content: url("/images/tr.svg");
}
/* /lang */

/* COOKIES */
.cookies-policy-banner {
  background: #00000080 center -3.96vw;
  bottom: 0;
  height: auto;
  overflow: hidden;
  position: fixed;
  width: 100%;
  z-index: 200;
  color: #fff;
  font-weight: 400;
}
.cookies-policy-banner__inner-wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  margin: 0 auto;
  max-width: 59.54vw;
  padding: 0 0.78vw 0.52vw;
}
.cookies-policy-banner__text-block {
  display: flex;
  max-width: 49.29vw;
  width: 100%;
}
.cookies-policy-banner__text-block .icon-wrap {
  max-height: 5.21vw;
}
.cookies-policy-banner__text-block .text {
  align-content: baseline;
  display: flex;
  flex-wrap: wrap;
  margin-left: 1.56vw;
  max-width: 58.85vw;
}
.cookies-policy-banner__text-block .text .title {
  font-size: 1.15vw;
  font-weight: 700;
  margin-top: 0.78vw;
}
.cookies-policy-banner__text-block .text p {
  color: #ccabd8;
  text-align: left;
  line-height: 1.3vw;
  font-size: 0.78vw;
  margin: 0.26vw 0;
  font-weight: 400;
}
.cookies-policy-banner__text-block .text p a {
  color: #a560ff;
  display: inline;
  margin-left: .1vw;
}
.cookies-policy-banner__button-block {
  align-items: center;
  display: flex;
  flex-grow: 1;
  height: 100%;
  justify-content: center;
}
.cookies-policy-banner__button-block .accept-cookie-button {
  align-items: center;
  background-color: #5c49d0;
  -webkit-clip-path: polygon(0.63vw 0, calc(100% - 0.63vw) 0, 100% 50%, calc(100% - 0.63vw) 100%, 0.63vw 100%, 0 50%);
  clip-path: polygon(0.63vw 0, calc(100% - 0.63vw) 0, 100% 50%, calc(100% - 0.63vw) 100%, 0.63vw 100%, 0 50%);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.83vw;
  font-weight: 700;
  height: 2.92vw;
  justify-content: center;
  min-width: 7.81vw;
  padding: 0 0.78vw;
  text-transform: uppercase;
  transition: all .5s ease-in;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: unset;
  border: none;
  position: relative;
}
.button__content {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.img-cookies {
  width: 5.76vw;
  height: 6.77vw;
}
.cookies-policy-banner__button-block .accept-cookie-button .check-icon {
  background-color: #fff;
  display: inline-block;
  height: 0.68vw;
  margin-left: 0.52vw;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M20 4.095 17.986 2 7.554 12.848 2.014 7.05 0 9.145 7.554 17z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M20 4.095 17.986 2 7.554 12.848 2.014 7.05 0 9.145 7.554 17z'/%3E%3C/svg%3E");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  width: 0.94vw;
}
/* COOKIES */


.mb {
  display: none;
}

@media (max-width: 767px) {
  .dk {
    display: none;
  }
  .mb {
    display: block;
  }
  .header {
    padding: 4vw 8vw 0;
  }
  .header .btn-login {
    height: 8vw;
    border-radius: 4vw;
    font-size: 3.5vw;
    line-height: 8vw;
  }
  .header-logo-img {
    width: 10vw;
  }
  
  .cookies-policy-banner {
    height: auto;
  }
  .cookies-policy-banner__inner-wrapper {
    flex-direction: column;
    padding: 10px 20px;
    max-width: 400px;
  }
  .cookies-policy-banner__text-block .icon-wrap {
    display: none;
  }
  .cookies-policy-banner__text-block {
    max-width: 300px;
    justify-content: center;
  }
  .cookies-policy-banner__text-block .text .title {
    margin-top: 5px;
    font-size: 18px;
    text-align: center;
    width: 100%;
  }
  .cookies-policy-banner__text-block .text {
    max-width: 280px;
    margin-left: 0;
  }
  .cookies-policy-banner__text-block .text p {
    text-align: center;
    font-size: 13px;
    line-height: 19px;
    margin: 5px 0 2px;
  }
  .cookies-policy-banner__text-block .text p a {
    margin-left: 1px;
  }
  .cookies-policy-banner__button-block .accept-cookie-button {
    -webkit-clip-path: polygon(8px 0, calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, 8px 100%, 0 50%);
    clip-path: polygon(8px 0, calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, 8px 100%, 0 50%);
    font-size: 12px;
    height: 34px;
    min-width: 150px;
    width: unset;
    padding: 0 8px;
  }
  .cookies-policy-banner__button-block .accept-cookie-button {
    margin: 10px 0;
  }
  .cookies-policy-banner__button-block .accept-cookie-button .check-icon {
    height: 8px;
    margin-left: 5px;
    width: 12px;
  }

  .terms {
    padding: 150px 0 0;
  }
  .terms h1 {
    font-size: 5vw;
  }
  
  .footer-top {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 3vw;
  }
  .footer-bottom {
    display: none;
  }
  .footer-left, .footer-right, .footer-right div {
    text-align: center;
  }
  .footer-logo {
    width: 10vw;
    height: 10vw;
    position: relative;
    display: inline-block;
  }
  .footer-copy {
    font-size: 3.2vw;
  }
  .footer-rules.mb {
    margin: 3vw 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: .4px;
  }
  .footer-rules.mb a {
    display: inline;
    margin: 0 auto;
    font-size: 3vw;
  }
  .footer-rules.mb .eighteen {
    margin: 0 auto 3vw;
    width: 8vw;
    height: 8vw;
    font-size: 3.4vw;
    line-height: 8vw;
  }
  .footer-about {
    text-align: center;
    padding-top: .6vw;
  }
  .footer-info {
    text-align: center;
  }
  .footer-rules.dk {
    display: none;
  }

  .lang-selector {
    margin: 3vw auto;
  }
  .lang-button {
    gap: 8.064px;
    border-radius: 8.064px;
  }
  .lang-button-block {
    gap: 8.064px;
  }
  .lang-option:before, .lang-button:before {
    width: 4.5vw;
  }
  .lang-dropdown {
    margin-bottom: 4.032px;
    border-radius: 8.064px;
  }
  .lang-option {
    border-radius: 8.064px;
  }
  .chevron {
    width: 1.5vw;
    height: 1.5vw;
    transition: all .5s ease-in;
  }
}
/* /general */
