@import "https://fonts.googleapis.com/css2?family=Lilita+One&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap"; /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import "https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: rgba(0, 0, 0, 0);
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
html.en .en {
  display: block;
}
html .en {
  display: none;
}
html.pl .pl {
  display: block;
}
html .pl {
  display: none;
}
html.de .de {
  display: block;
}
html .de {
  display: none;
}
html.ru .ru {
  display: block;
}
html .ru {
  display: none;
}
html.fi .fi {
  display: block;
}
html .fi {
  display: none;
}
html.pt .pt {
  display: block;
}
html .pt {
  display: none;
}
html.es .es {
  display: block;
}
html .es {
  display: none;
}
html.hu .hu {
  display: block;
}
html .hu {
  display: none;
}
html.fr .fr {
  display: block;
}
html .fr {
  display: none;
}
html.ro .ro {
  display: block;
}
html .ro {
  display: none;
}
html.it .it {
  display: block;
}
html .it {
  display: none;
}
html.bg .bg {
  display: block;
}
html .bg {
  display: none;
}
html.se .se {
  display: block;
}
html .se {
  display: none;
}
html.ph .ph {
  display: block;
}
html .ph {
  display: none;
}
html.vn .vn {
  display: block;
}
html .vn {
  display: none;
}
html.th .th {
  display: block;
}
html .th {
  display: none;
}
html.jp .jp {
  display: block;
}
html .jp {
  display: none;
}
html.dk .dk {
  display: block;
}
html .dk {
  display: none;
}
html.no .no {
  display: block;
}
html .no {
  display: none;
}
html.gr .gr {
  display: block;
}
html .gr {
  display: none;
}
html.lt .lt {
  display: block;
}
html .lt {
  display: none;
}
html.lv .lv {
  display: block;
}
html .lv {
  display: none;
}
html.ee .ee {
  display: block;
}
html .ee {
  display: none;
}
html.sk .sk {
  display: block;
}
html .sk {
  display: none;
}
.lang_switcher_outer {
  position: absolute;
  font-family: Montserrat, Arial, sans-serif;
  top: 5em;
  right: 2rem;
  width: 5.5em;
  height: 3.5em;
  z-index: 30;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}
.lang_switcher_outer.act .lang_switcher {
  border-radius: 0.8em 0.8em 0 0;
}
.lang_switcher_outer.act .lang_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.lang_switcher_outer.act .lang_arr {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.lang_switcher_outer .lang_switcher {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  display: block;
  cursor: pointer;
  border-radius: 0.8em;
  position: relative;
  padding-bottom: 1.5em;
  z-index: 5;
  background: #ff1e00;
}
.lang_switcher_outer .lang_switcher .curr_lang {
  position: relative;
  display: inline-block;
  top: 0.5em;
  margin: 0 0.5em 0 0;
}
.lang_switcher_outer .lang_switcher .curr_lang span {
  font-size: 1.3em;
  padding: 0.35em 0 0 0;
  display: inline-block;
  font-weight: 700;
  margin-left: 0.8rem;
}
.lang_switcher_outer .lang_switcher .curr_lang em {
  top: 0.4em;
  margin: 0 0.5em 0 0;
  border-radius: 50%;
  overflow: hidden;
}
.lang_switcher_outer .lang_switcher .lang_flag {
  display: none;
}
.lang_switcher_outer i {
  top: 0.5em;
  background: url(../images/lang-arr.svg) 0 0 no-repeat;
  background-size: contain;
  width: 1.3em;
  position: relative;
  height: 0.8em;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.lang_switcher_outer p {
  font-size: 1.1em;
  position: relative;
  color: #fff;
  top: 0.5em;
  text-transform: none;
  width: 50%;
  text-align: center;
  display: none;
}
.lang_flag {
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  margin: 0 0.7em 0 1.1em;
  position: relative;
  top: 0.35em;
  border-radius: 50%;
  overflow: hidden;
}
.lang_list {
  position: absolute;
  list-style-type: none;
  top: 98%;
  display: none;
  right: 0;
  width: 200%;
  border-radius: 0.8em 0 0.8em 0.8em;
  overflow: hidden;
  cursor: auto;
  background: #ff1e00;
}
.lang_list li {
  background: #ff1e00;
  height: 3em;
  cursor: pointer;
}
.lang_list li span {
  font-size: 1.3em;
  padding: 0.5em 0 0 0;
  display: inline-block;
  margin-left: 0.8rem;
}
.lang_list li.curr {
  pointer-events: none;
  background: #c21b06;
}
.lang_list li:hover {
  background: #c21b06;
}
@media (max-width: 600px) {
  .lang_switcher_outer {
    font-size: 130%;
    top: 2em;
  }
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
  width: 100%;
  height: auto;
  display: block;
}
a {
  text-decoration: none;
}
body,
html {
  min-height: 100%;
}
html {
  background: #021d0a;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  font-size: 0.5208333333vw;
  font-family: "Rubik", sans-serif;
}
html.hide {
  display: block;
}
html.hide .blur_wrap {
  background: rgba(0, 0, 0, 0);
  position: relative;
  -webkit-filter: none;
  filter: none;
}
html.hide .preloader {
  opacity: 0;
  pointer-events: none;
}
.preloader {
  width: 5em;
  height: 5em;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 6;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.blur_wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  width: 100%;
  min-height: 100%;
  height: 100%;
  z-index: 5;
}
.layout {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.page {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.wrapper {
  background: url("../images/bg.webp") 50% 0 no-repeat;
  background-size: cover;
  max-width: 192rem;
  margin: 0 auto;
  position: relative;
}
.container {
  max-width: 164rem;
  margin: 0 auto;
  width: 100%;
  padding: 3rem 2rem;
  position: relative;
}
.logo {
  display: block;
  width: 30rem;
  margin: 0 auto 3rem;
  position: relative;
  z-index: 12;
}
.text-gradient-yellow {
  position: relative;
}
.text-gradient-yellow:before {
  content: attr(data-before);
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  top: 50%;
  width: 100%;
  z-index: 1;
  color: rgba(0, 0, 0, 0);
  text-shadow: -0.2rem 0.3rem 0px #04210c, -0.2rem 0.5rem 0px #ffd400;
  -webkit-text-stroke-width: 0.3rem;
  -webkit-text-stroke-color: #000;
  display: block;
}
.text-gradient-yellow span {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(7.2%, #fee221),
    color-stop(91.67%, #fa960b)
  );
  background: linear-gradient(180deg, #fee221 7.2%, #fa960b 91.67%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 2;
  display: block;
}
.text-gradient-green {
  position: relative;
}
.text-gradient-green:before {
  content: attr(data-before);
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  top: 50%;
  width: 100%;
  z-index: 1;
  color: rgba(0, 0, 0, 0);
  text-shadow: -0.2rem 0.3rem 0px #04210c, -0.2rem 0.5rem 0px #ffd400;
  -webkit-text-stroke-width: 0.3rem;
  -webkit-text-stroke-color: #000;
  display: block;
}
.text-gradient-green span {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(7.2%, #fff938),
    color-stop(91.67%, #abe300)
  );
  background: linear-gradient(180deg, #fff938 7.2%, #abe300 91.67%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 2;
  display: block;
}
.text-border {
  position: relative;
}
.text-border:before {
  content: attr(data-before);
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  top: 50%;
  width: 100%;
  z-index: 1;
  color: rgba(0, 0, 0, 0);
  text-shadow: 0.2rem 0.2rem 0 #030348;
  -webkit-text-stroke-width: 0.1rem;
  -webkit-text-stroke-color: #030348;
  display: block;
}
.text-border span {
  color: #fff;
  position: relative;
  z-index: 2;
}
.title {
  text-transform: uppercase;
  text-align: center;
  font-size: 7.4em;
  font-style: normal;
  font-weight: 700;
}
.vn .title,
.th .title {
  line-height: 1.45;
}
.vn .title-wrapper,
.th .title-wrapper {
  margin-bottom: 5rem;
}
.title-wrapper {
  margin-bottom: 6.5rem;
  position: relative;
  z-index: 8;
}
.wheel {
  width: 60.7em;
  height: 60.7em;
  position: relative;
  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;
  z-index: 4;
  margin: 0 0 10rem;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: url("../images/wheel.webp") 50% 50%;
  background-size: 100% 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wheel-wrapper {
  position: relative;
  width: 54em;
  height: 54.2em;
  margin-right: 0.3em;
}
.wheel-light {
  width: 71.8em;
  height: 70.5em;
  background: url("../images/lights.webp") 50% 50%;
  background-size: 100% 100%;
  position: absolute;
  left: 48%;
  top: 52%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
  -webkit-animation: opacity 1s ease-in-out infinite;
  animation: opacity 1s ease-in-out infinite;
}
.wheel-spinner {
  width: 54em;
  height: 54.2em;
  position: relative;
  z-index: 1;
}
.wheel-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
}
.wheel-text {
  position: absolute;
  width: 100%;
  height: 100%;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8em 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  z-index: 2;
  color: #131313;
}
.wheel-bonus {
  width: 14em;
  margin: 0 auto;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wheel-bonus-fs {
  margin-right: 0.2em;
}
.wheel-bonus_2 {
  -webkit-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  transform: rotate(-270deg);
}
.wheel-bonus span {
  color: #fff9b0;
  text-align: center;
  font-size: 4.2em;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  -webkit-text-stroke: 0.1rem #ff4300;
}
.wheel-button {
  width: 14.8em;
  height: 14.8em;
  background: url("../images/btn.webp") 50% 0;
  background-size: 100% 100%;
  border: none;
  outline: none;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-animation: scale 1s ease-in-out infinite;
  animation: scale 1s ease-in-out infinite;
}
.wheel-button:after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url("../images/btn-hover.webp") 50% 50%;
  background-size: 100% 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wheel-button:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-animation: none;
  animation: none;
  -webkit-filter: drop-shadow(0 0 1em yellow);
  filter: drop-shadow(0 0 1em yellow);
}
.wheel-button:hover:after {
  opacity: 1;
}
.wheel-button:disabled {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  pointer-events: none;
  -webkit-filter: drop-shadow(0 0 1em yellow);
  filter: drop-shadow(0 0 1em yellow);
}
.wheel-button:disabled:after {
  opacity: 1;
}
.wheel-button div {
  text-align: center;
  font-size: 3.4em;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
  text-transform: uppercase;
  position: relative;
  z-index: 3;
}
.wheel-arrow {
  width: 11.2em;
  height: 10.6em;
  position: absolute;
  pointer-events: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -4.5em;
  background: url("../images/arrow.webp") 50% 50%;
  background-size: 100% 100%;
  z-index: 2;
}
.wheel-bonus-win span {
  color: #ff0;
  -webkit-text-stroke: 0.2rem #ff4300;
}
@-webkit-keyframes opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.wheel-spinner_animated {
  -webkit-animation: 2s spinner ease-in-out infinite;
  animation: 2s spinner ease-in-out infinite;
}
.wheel-spinner_1 {
  -webkit-transform: rotate(720deg);
  -ms-transform: rotate(720deg);
  transform: rotate(720deg);
}
.wheel-spinner_animated_1 {
  -webkit-animation: 3s spinTo1 ease-in-out forwards;
  animation: 3s spinTo1 ease-in-out forwards;
}
.wheel-spinner_animated_2 {
  -webkit-animation: 3s spinTo2 ease-in-out forwards;
  animation: 3s spinTo2 ease-in-out forwards;
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  50% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  100% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  50% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  100% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
}
@-webkit-keyframes spinTo1 {
  0% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  70% {
    -webkit-transform: rotate(706deg);
    transform: rotate(706deg);
  }
  80% {
    -webkit-transform: rotate(698deg);
    transform: rotate(698deg);
  }
  100% {
    -webkit-transform: rotate(702deg);
    transform: rotate(702deg);
  }
}
@keyframes spinTo1 {
  0% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  70% {
    -webkit-transform: rotate(706deg);
    transform: rotate(706deg);
  }
  80% {
    -webkit-transform: rotate(698deg);
    transform: rotate(698deg);
  }
  100% {
    -webkit-transform: rotate(702deg);
    transform: rotate(702deg);
  }
}
.pl .wheel-btn div,
.pt .wheel-btn div,
.es .wheel-btn div,
.bg .wheel-btn div,
.lt .wheel-btn div {
  font-size: 2.8em;
}
.de .wheel-btn div,
.se .wheel-btn div {
  font-size: 2.4em;
}
.ru .wheel-btn div,
.fi .wheel-btn div,
.fr .wheel-btn div,
.ro .wheel-btn div,
.ph .wheel-btn div,
.lv .wheel-btn div,
.ee .wheel-btn div {
  font-size: 2.1em;
}
.fi .wheel-btn div,
.hu .wheel-btn div,
.sk .wheel-btn div {
  font-size: 1.9em;
}
.no .wheel-btn div {
  font-size: 3.1em;
}
.gr .wheel-btn div {
  font-size: 1.6em;
}
.wheel-active .wheel-light {
  -webkit-animation: opacity 0.5s ease-in-out infinite forwards;
  animation: opacity 0.5s ease-in-out infinite forwards;
}
.wheel-active .wheel-btn {
  -webkit-animation: scale 0.7s ease-in-out infinite forwards;
  animation: scale 0.7s ease-in-out infinite forwards;
}
.cards {
  display: grid;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  grid-gap: 6em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 18rem;
}
.card {
  cursor: pointer;
  width: 37.1em;
  height: 23.2em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  background-size: 100% 100%;
  border-radius: 3em;
  border: 0.4em solid #ffbc00;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  overflow: hidden;
}
.card_1 {
  background: #03270c;
}
.card_2 {
  background: #1e0327;
}
.card_3 {
  background: #270304;
}
.card img {
  width: 100%;
}
.card:last-child {
  grid-column: 1 / span 2;
  margin: 0 auto;
}
.card:hover {
  -webkit-box-shadow: 0px 0px 3em 0px #ffbc00;
  box-shadow: 0px 0px 3em 0px #ffbc00;
}
.card-img {
  position: relative;
  z-index: 3;
}
.card-action {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
  width: 35.4em;
  height: 20.3em;
  z-index: 2;
}
.card-img_final {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
  z-index: 3;
}
.card-animation {
  pointer-events: none;
}
.card-animation .card__img {
  display: none;
}
.card-animation .card__action {
  opacity: 1;
}
.card-animation .card__text {
  opacity: 1;
}
.card-disabled {
  pointer-events: none;
}
.card-final {
  pointer-events: none;
}
.card-final .card__img {
  opacity: 0;
}
.card-final .card__img_final {
  opacity: 1;
}
.card-final .jsgif {
  opacity: 0;
}
.card-final .card__text {
  opacity: 1;
  -webkit-transition: none !important;
  transition: none !important;
}
.card-text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 90%;
  -webkit-transition: all 0.3s ease-in-out 0.4s;
  transition: all 0.3s ease-in-out 0.4s;
}
.card-text div {
  color: #fff;
  text-align: center;
  font-size: 4.8em;
  font-weight: 800;
}
.card-lottie {
  position: relative;
  z-index: 4;
}
.card-effects {
  -webkit-box-shadow: 0px 0px 3em 0px #ffbc00;
  box-shadow: 0px 0px 3em 0px #ffbc00;
}
.card-disabled.card-effects {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.card-animation.card-effects {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.card-final.card-effects {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.popup {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(1, 23, 7, 0.7);
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.popup-show {
  opacity: 1;
  pointer-events: auto;
}
.popup-window {
  width: 48.3em;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 12rem;
  background: url("../images/pop-up.webp") 50% 50%;
  background-size: 100% 100%;
  border-radius: 3em;
  border: 0.5em solid #ffbc00;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.popup-window-show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.popup-content {
  min-height: 70.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 4em 1em;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.popup-title div {
  text-align: center;
  font-size: 7.4em;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.popup-fs {
  margin-bottom: 0.5em;
}
.popup-fs div {
  text-align: center;
  font-size: 14.8em;
  font-style: normal;
  line-height: 80%;
  font-weight: 700;
}
.popup-fs-text {
  margin: 0 auto 1.5em;
  max-width: 100%;
}
.popup-fs-text div {
  text-align: center;
  font-size: 7.4em;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
.popup-fs-win div {
  text-align: center;
  font-size: 7.6em;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
}
.popup-img {
  width: 18.5em;
  margin: 0 auto 1.5em;
}
.popup-img-2 {
  width: 12em;
}
.popup-btn {
  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;
  background: url("../images/popup-btn.webp") 50% 50%;
  background-size: 100% 100%;
  width: 36.7em;
  height: 9.7em;
  border: none;
  outline: none;
  margin: 0 auto;
  padding-bottom: 0.8em;
  cursor: pointer;
  -webkit-animation: scale 1.2s ease-in-out infinite;
  animation: scale 1.2s ease-in-out infinite;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.popup-btn:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background: url("../images/popup-btn-hover.webp") 50% 50%;
  background-size: 100% 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  top: 0;
  left: 0;
}
.popup-btn:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-animation: none;
  animation: none;
}
.popup-btn:hover:after {
  opacity: 1;
}
.popup-btn-final {
  margin-bottom: 1em;
}
.popup-btn span {
  color: #000;
  text-align: center;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  position: relative;
  z-index: 2;
}
.popup-coins {
  position: absolute;
  pointer-events: none;
  width: 60.8em;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.popup-text {
  margin-bottom: 1em;
}
.popup-text div {
  font-size: 3.8em;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
  text-align: center;
}
.popup-sum div {
  font-size: 7.6em;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
}
.pl .popup-title,
.ru .popup-title,
.pt .popup-title,
.ro .popup-title {
  margin-bottom: 0.4em;
}
.pl .popup-title div,
.ru .popup-title div,
.pt .popup-title div,
.ro .popup-title div {
  font-size: 4.4em;
}
.pl .popup-fs-text div,
.ru .popup-fs-text div,
.pt .popup-fs-text div,
.ro .popup-fs-text div {
  font-size: 6em;
}
.de .popup-title div,
.hu .popup-title div,
.bg .popup-title div {
  font-size: 6em;
}
.de .popup-fs-text div,
.hu .popup-fs-text div,
.bg .popup-fs-text div {
  font-size: 5.8em;
}
.hu .popup-fs-win div {
  line-height: 1.1;
}
.fi .popup-fs-text div {
  font-size: 5em;
}
.ru .popup-title,
.pt .popup-title,
.fr .popup-title,
.ph .popup-title,
.vn .popup-title,
.gr .popup-title,
.lt .popup-title,
.lv .popup-title,
.ee .popup-title,
.sk .popup-title {
  margin-bottom: 0.4em;
}
.ru .popup-title div,
.pt .popup-title div,
.fr .popup-title div,
.ph .popup-title div,
.vn .popup-title div,
.gr .popup-title div,
.lt .popup-title div,
.lv .popup-title div,
.ee .popup-title div,
.sk .popup-title div {
  font-size: 5em;
  line-height: 1.1;
}
.ru .popup-fs-text div,
.pt .popup-fs-text div,
.fr .popup-fs-text div,
.ph .popup-fs-text div,
.vn .popup-fs-text div,
.gr .popup-fs-text div,
.lt .popup-fs-text div,
.lv .popup-fs-text div,
.ee .popup-fs-text div,
.sk .popup-fs-text div {
  font-size: 6em;
}
.es .popup-fs-text div,
.se .popup-fs-text div,
.dk .popup-fs-text div,
.no .popup-fs-text div,
.jp .popup-fs-text div {
  font-size: 6em;
}
.jp .popup-win {
  font-size: 95%;
}
.terms {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 1.6em;
  font-style: normal;
  font-weight: 400;
  display: block;
}
.terms:hover {
  text-decoration: underline;
}
.curr_cl .popup-sum div {
  font-size: 6.8em;
}
.curr_cl .card-text div {
  font-size: 4em;
}
.curr_ar .popup-sum div {
  font-size: 6.8em;
}
.curr_ar .card-text div {
  font-size: 4em;
}
.curr_jp .popup-sum div {
  font-size: 6.8em;
}
.curr_jp .card-text div {
  font-size: 4em;
}
.curr_hu .popup-sum div {
  font-size: 6.8em;
}
.curr_hu .card-text div {
  font-size: 4em;
}
.curr_mx .popup-sum div {
  font-size: 6.8em;
}
.curr_mx .card-text div {
  font-size: 4em;
}
.element {
  position: absolute;
  pointer-events: none;
}
.element-1 {
  width: 8.2em;
  left: 8%;
  top: -8%;
  -webkit-animation: element-1-anim 6s ease-in-out 0.4s infinite;
  animation: element-1-anim 6s ease-in-out 0.4s infinite;
}
.element-2 {
  left: auto;
  right: 8%;
  top: -5%;
  width: 6.6em;
  -webkit-animation: element-2-anim 6s ease-in-out 0.5s infinite;
  animation: element-2-anim 6s ease-in-out 0.5s infinite;
}
.element-3 {
  width: 6.9em;
  left: -9%;
  top: 5%;
  -webkit-animation: element-3-anim 6s ease-in-out 0.6s infinite;
  animation: element-3-anim 6s ease-in-out 0.6s infinite;
}
.element-4 {
  width: 9.6em;
  right: -16%;
  top: 15%;
  -webkit-animation: element-4-anim 6s ease-in-out 0.1s infinite;
  animation: element-4-anim 6s ease-in-out 0.1s infinite;
}
.element-5 {
  width: 12.5em;
  left: -22%;
  top: 27%;
  -webkit-animation: element-1-anim 6s ease-in-out 0.2s infinite;
  animation: element-1-anim 6s ease-in-out 0.2s infinite;
}
.element-6 {
  width: 9.1em;
  right: -12%;
  top: 45%;
  -webkit-animation: element-2-anim 6s ease-in-out 0.3s infinite;
  animation: element-2-anim 6s ease-in-out 0.3s infinite;
}
.element-7 {
  width: 8.2em;
  left: -10%;
  top: 55%;
  -webkit-animation: element-3-anim 6s ease-in-out 0.4s infinite;
  animation: element-3-anim 6s ease-in-out 0.4s infinite;
}
@-webkit-keyframes element-1-anim {
  0% {
    -webkit-transform: translateY(0rem) scale(1);
    transform: translateY(0rem) scale(1);
  }
  50% {
    -webkit-transform: translateY(1rem) scale(0.95);
    transform: translateY(1rem) scale(0.95);
  }
  100% {
    -webkit-transform: translateY(0rem) scale(1);
    transform: translateY(0rem) scale(1);
  }
}
@keyframes element-1-anim {
  0% {
    -webkit-transform: translateY(0rem) scale(1);
    transform: translateY(0rem) scale(1);
  }
  50% {
    -webkit-transform: translateY(1rem) scale(0.95);
    transform: translateY(1rem) scale(0.95);
  }
  100% {
    -webkit-transform: translateY(0rem) scale(1);
    transform: translateY(0rem) scale(1);
  }
}
@-webkit-keyframes element-2-anim {
  0% {
    -webkit-transform: translateY(0rem) scale(1);
    transform: translateY(0rem) scale(1);
  }
  50% {
    -webkit-transform: translateY(2rem) scale(0.95);
    transform: translateY(2rem) scale(0.95);
  }
  100% {
    -webkit-transform: translateY(0rem) scale(1);
    transform: translateY(0rem) scale(1);
  }
}
@keyframes element-2-anim {
  0% {
    -webkit-transform: translateY(0rem) scale(1);
    transform: translateY(0rem) scale(1);
  }
  50% {
    -webkit-transform: translateY(2rem) scale(0.95);
    transform: translateY(2rem) scale(0.95);
  }
  100% {
    -webkit-transform: translateY(0rem) scale(1);
    transform: translateY(0rem) scale(1);
  }
}
@-webkit-keyframes element-3-anim {
  0% {
    -webkit-transform: translateY(0rem) scale(1);
    transform: translateY(0rem) scale(1);
  }
  50% {
    -webkit-transform: translateY(-2rem) scale(1.05);
    transform: translateY(-2rem) scale(1.05);
  }
  100% {
    -webkit-transform: translateY(0rem) scale(1);
    transform: translateY(0rem) scale(1);
  }
}
@keyframes element-3-anim {
  0% {
    -webkit-transform: translateY(0rem) scale(1);
    transform: translateY(0rem) scale(1);
  }
  50% {
    -webkit-transform: translateY(-2rem) scale(1.05);
    transform: translateY(-2rem) scale(1.05);
  }
  100% {
    -webkit-transform: translateY(0rem) scale(1);
    transform: translateY(0rem) scale(1);
  }
}
@-webkit-keyframes element-4-anim {
  0% {
    -webkit-transform: translateY(0rem) scale(1);
    transform: translateY(0rem) scale(1);
  }
  50% {
    -webkit-transform: translateY(-1.2rem) scale(0.95);
    transform: translateY(-1.2rem) scale(0.95);
  }
  100% {
    -webkit-transform: translateY(0rem) scale(1);
    transform: translateY(0rem) scale(1);
  }
}
@keyframes element-4-anim {
  0% {
    -webkit-transform: translateY(0rem) scale(1);
    transform: translateY(0rem) scale(1);
  }
  50% {
    -webkit-transform: translateY(-1.2rem) scale(0.95);
    transform: translateY(-1.2rem) scale(0.95);
  }
  100% {
    -webkit-transform: translateY(0rem) scale(1);
    transform: translateY(0rem) scale(1);
  }
}
.curr_co .popup-sum div {
  font-size: 5.8em;
}
.curr_co .card-text div {
  font-size: 3.6em;
}
.curr_vn .popup-sum div {
  font-size: 5.4em;
}
.curr_vn .card-text div {
  font-size: 3.6em;
}
.content-hidden {
  display: none;
}
.footer {
  position: relative;
  z-index: 12;
}
.footer__text {
  color: #a4dc07;
  font-size: 1.6em;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
.gradient {
  position: absolute;
  width: 192em;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
  pointer-events: none;
}
.gradient-left {
  width: 26.8em;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(2, 28, 9, 0)),
    color-stop(15.44%, rgba(2, 28, 9, 0.21)),
    color-stop(37.21%, rgba(2, 28, 9, 0.54)),
    color-stop(55.37%, rgba(2, 28, 9, 0.73)),
    color-stop(89.55%, #021c09)
  );
  background: linear-gradient(
    -90deg,
    rgba(2, 28, 9, 0) 0%,
    rgba(2, 28, 9, 0.21) 15.44%,
    rgba(2, 28, 9, 0.54) 37.21%,
    rgba(2, 28, 9, 0.73) 55.37%,
    #021c09 89.55%
  );
}
.gradient-right {
  width: 26.8em;
  height: 100%;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(2, 28, 9, 0)),
    color-stop(15.44%, rgba(2, 28, 9, 0.21)),
    color-stop(37.21%, rgba(2, 28, 9, 0.54)),
    color-stop(55.37%, rgba(2, 28, 9, 0.73)),
    color-stop(89.55%, #021c09)
  );
  background: linear-gradient(
    90deg,
    rgba(2, 28, 9, 0) 0%,
    rgba(2, 28, 9, 0.21) 15.44%,
    rgba(2, 28, 9, 0.54) 37.21%,
    rgba(2, 28, 9, 0.73) 55.37%,
    #021c09 89.55%
  );
}
.gradient-bottom {
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0;
  height: 26.8em;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(2, 28, 9, 0)),
    color-stop(35.17%, rgba(2, 28, 9, 0.56)),
    color-stop(55.37%, rgba(2, 28, 9, 0.73)),
    color-stop(89.55%, #021c09)
  );
  background: linear-gradient(
    180deg,
    rgba(2, 28, 9, 0) 0%,
    rgba(2, 28, 9, 0.56) 35.17%,
    rgba(2, 28, 9, 0.73) 55.37%,
    #021c09 89.55%
  );
}
.characters {
  position: absolute;
  pointer-events: none;
}
.characters-wheel {
  bottom: 0;
  left: 65%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 137.8em;
}
.characters-cards {
  width: 242.2em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: auto;
  bottom: 0;
}
.elements {
  position: absolute;
  left: 50%;
  top: -2%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 8;
  width: 176.5em;
  -webkit-animation: move 5s ease-in-out infinite;
  animation: move 5s ease-in-out infinite;
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: translate(-50%, 0rem);
    transform: translate(-50%, 0rem);
  }
  50% {
    -webkit-transform: translate(-50%, 1.5rem);
    transform: translate(-50%, 1.5rem);
  }
  100% {
    -webkit-transform: translate(-50%, 0rem);
    transform: translate(-50%, 0rem);
  }
}
@keyframes move {
  0% {
    -webkit-transform: translate(-50%, 0rem);
    transform: translate(-50%, 0rem);
  }
  50% {
    -webkit-transform: translate(-50%, 1.5rem);
    transform: translate(-50%, 1.5rem);
  }
  100% {
    -webkit-transform: translate(-50%, 0rem);
    transform: translate(-50%, 0rem);
  }
}
.elements-mob {
  display: none;
  -webkit-animation: move 5s ease-in-out infinite;
  animation: move 5s ease-in-out infinite;
}
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
@media (max-width: 1600px) {
  html {
    font-size: 0.5555555556vw;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 0.7142857143vw;
  }
  .characters-wheel {
    left: 67%;
  }
}
@media (max-width: 600px) {
  html {
    font-size: 1.6666666667vw;
  }
  .wrapper {
    background: url("../images/bg-mob.webp") 50% 50%;
    background-size: cover;
  }
  .container {
    padding: 3rem 1rem;
  }
  .title {
    font-size: 5.2em;
  }
  .hu .title-top,
  .fr .title-top,
  .ph .title-top {
    font-size: 4.4em;
  }
  .bg .title,
  .lv .title,
  .sk .title {
    font-size: 5em;
  }
  .gr .title {
    font-size: 4.2em;
  }
  .sk .title {
    font-size: 4.8em;
  }
  .title-wrapper {
    margin-bottom: 4em;
  }
  .wheel {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 95%;
    margin-bottom: 35rem;
  }
  .characters-wheel {
    font-size: 62%;
    left: 44%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 6;
  }
  .gradient {
    z-index: 7;
  }
  .characters-cards {
    display: none !important;
  }
  .cards {
    grid-template-columns: 100%;
    grid-gap: 3em;
  }
  .card {
    margin: 0 auto;
  }
  .card:last-child {
    grid-column: 1;
  }
  .game-cards .title {
    font-size: 4.8rem;
  }
  .ru .game-cards .title,
  .pt .game-cards .title,
  .es .game-cards .title,
  .fr .game-cards .title,
  .ro .game-cards .title,
  .bg .game-cards .title,
  .se .game-cards .title,
  .ph .game-cards .title,
  .gr .game-cards .title,
  .lt .game-cards .title,
  .lv .game-cards .title {
    font-size: 4.4rem;
  }
  .es .game-cards .title-top,
  .fr .game-cards .title-top,
  .ph .game-cards .title-top,
  .lt .game-cards .title-top,
  .lv .game-cards .title-top {
    font-size: 4rem;
  }
  .ro .game-cards .title-top,
  .ph .game-cards .title-top {
    font-size: 3.6rem;
  }
  .hu .game-cards .title {
    font-size: 3.7rem;
  }
  .vn .title-wrapper,
  .th .title-wrapper {
    margin-bottom: 2.8rem;
  }
  .elements-mob {
    display: block;
    position: absolute;
    left: 50%;
    top: -3%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 8;
    width: 64em;
  }
}
