@charset "UTF-8"; /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
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 {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  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;
}
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 {
  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"] {
  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;
}
:root {
  --body-background: #121317;
  --main-font-family: "komikatitle", sans-serif;
  --animation-duration-wheel-shake-1: 2.4s;
  --animation-duration-wheel-shake-2: 2.4s;
  --animation-duration-spin-to-stage-2: 3.4s;
  --animation-duration-spin-to-stage-3: 3.4s;
  --animation-duration-lang-modal: 2s;
  --wheel-size: 288px;
  --wheel-top-position: max(123px, 22vh);
  --body-background-top-position: calc(
    var(--wheel-top-position) - var(--wheel-size) / 3
  );
}
@supports (min-height: 100dvh) {
  :root {
    --wheel-top-position: max(123px, 22dvh);
  }
}
@media all and (min-width: 768px) {
  :root {
    --wheel-size: 536px;
    --wheel-top-position: max(150px, 22vh);
  }
  @supports (min-height: 100dvh) {
    :root {
      --wheel-top-position: max(150px, 22dvh);
    }
  }
}
@media all and (min-width: 1024px) {
  :root {
    --wheel-top-position: 101px;
  }
}
@font-face {
  font-family: komikatitle;
  src: url(../fonts/komikatitle.woff2) format("woff2"),
    url(../fonts/komikatitle.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.title_theme_gradient {
  background-image: linear-gradient(
    180deg,
    #fff 11.76%,
    #fff 47.01%,
    #fff 80.88%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title_size_sm {
  font-size: 16px;
  line-height: 2.1;
  text-align: center;
}
@media all and (min-width: 1024px) {
  .title_size_sm {
    font-size: 28px;
  }
}
@media all and (min-width: 1440px) {
  .title_size_sm {
    font-size: 34px;
  }
}
.title_is_uppercase {
  text-transform: uppercase;
}
.text_theme_gradient {
  background-image: linear-gradient(
    180deg,
    #feba12 11.76%,
    #fff617 47.01%,
    #ff9b00 80.88%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text_size_sm {
  font-size: 12px;
  line-height: 2.1;
  text-align: center;
}
@media all and (min-width: 1024px) {
  .text_size_sm {
    font-size: 20px;
  }
}
.text_is_uppercase {
  text-transform: uppercase;
}
.modal {
  overflow: hidden;
  border: none;
  outline: 0;
  border-radius: 8px;
  box-shadow: 0 4px 8px #0003;
  padding: 70px 40px;
  max-width: 313px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: unset;
  background-image: url(../img/modal-bg_320.webp);
  background-size: 100% 100%;
}
@media all and (min-width: 768px) {
  .modal {
    background-image: url(../img/modal-bg_1440.webp);
    max-width: 510px;
    min-height: 448px;
    padding: 70px 50px;
  }
}
.modal::backdrop {
  background-color: #00000080;
}
.modal[open] {
  display: flex;
}
.modal_is_bonus {
  height: 114px;
  flex-direction: row;
  min-height: unset;
  box-shadow: unset;
  padding: 20px;
}
.modal_is_bonus > .modal__title {
  margin: 0;
  color: #fff;
  background-image: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase;
}
@media all and (min-width: 768px) {
  .modal_is_bonus > .modal__title {
    font-size: 34px;
  }
}
.modal__title {
  margin: 0 0 28px;
  background-image: linear-gradient(173.17deg, #461cbb 6.06%, #220b65 77.93%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  max-width: 340px;
}
@media all and (min-width: 768px) {
  .modal__title {
    font-size: 26px;
    margin-bottom: 44px;
  }
}
.modal__text {
  font-size: 24px;
  color: #fff;
  margin: 0 0 20px;
  text-align: center;
  max-width: 340px;
  line-height: 1.5;
}
@media all and (min-width: 768px) {
  .modal__text {
    margin-bottom: 44px;
  }
}
.modal__text span {
  display: block;
  font-size: 24px;
}
@media all and (min-width: 768px) {
  .modal__text span {
    font-size: 34px;
  }
  .modal__text span:lang(fi) {
    font-size: 22px;
  }
}
.modal__binom-button {
  width: 203px;
  min-height: 27px;
  outline: 0;
  background: none;
  border: none;
  background-image: url(../img/button-bg.svg);
  background-size: 100% 100%;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  padding: 10px 15px;
  transition: background-color 0.3s;
  font-size: 16px;
}
.modal__binom-button:focus {
  outline: 0;
}
@media all and (min-width: 768px) {
  .modal__binom-button {
    width: 272px;
    min-height: 42px;
    font-size: 20px;
    padding: 15px;
  }
}
.wheel {
  display: flex;
  width: var(--wheel-size);
  height: var(--wheel-size);
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media all and (min-width: 768px) {
  .wheel {
    background-size: 82%;
    background-position: 50% 49%;
  }
}
.wheel__full-drum {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/wheel-background.webp);
  background-size: 80%;
  background-position: 51% 48%;
  background-repeat: no-repeat;
}
.wheel__button {
  position: absolute;
  bottom: -130px;
  left: 50%;
  width: 196px;
  min-height: 82px;
  background: none;
  outline: 0;
  border: 0;
  background-image: url(../img/modals/modal-bg.webp);
  background-size: 100% 100%;
  cursor: pointer;
  animation: pulsate 2s infinite;
}
.wheel__button-text {
  display: block;
  color: #fff;
  text-shadow: 1px 1px 2px black;
  font-size: 22px;
  padding: 16px 20px 20px;
  line-height: 1;
  text-transform: uppercase;
}
.wheel__triangle {
  position: absolute;
  top: 20px;
  width: 20px;
  height: 100%;
  z-index: 1;
  background-image: url(../img/wheel/arrow.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
@media all and (min-width: 768px) {
  .wheel__triangle {
    top: 35px;
    width: 30px;
  }
}
.wheel__arrow {
  position: absolute;
  top: -8px;
  width: 65px;
  height: 112px;
  z-index: 1;
  background-size: 100% 100%;
}
@media all and (min-width: 768px) {
  .wheel__arrow {
    width: 140px;
    height: 122px;
    top: 27px;
  }
}
.wheel__container {
  position: relative;
  overflow: hidden;
  width: 90%;
  height: 90%;
  border-radius: 100%;
}
.wheel__list {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  list-style: none;
  margin: 0;
  height: 100%;
  width: 100%;
  transform-origin: center;
}
.wheel__list:after {
  display: block;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(../img/wheel-full-drum.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 82%;
  z-index: -9;
  transform-origin: center;
  transform: rotate(135deg);
}
@media all and (min-width: 768px) {
  .wheel__list:after {
    background-size: 84%;
  }
}
.wheel__list:before {
  display: block;
  content: "";
  position: absolute;
  height: 90%;
  width: 90%;
  background-image: url(../img/lines.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 82%;
  z-index: -8;
  transform-origin: center;
  transform: rotate(135deg);
}
@media all and (min-width: 768px) {
  .wheel__list:before {
    background-size: 84%;
  }
}
.wheel__list_animation_wheel-shake-1 {
  animation-name: wheel-shake-1;
  animation-duration: var(--animation-duration-wheel-shake-1);
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.wheel__list_animation_wheel-shake-2 {
  animation-name: wheel-shake-2;
  animation-duration: var(--animation-duration-wheel-shake-2);
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.wheel__list_animation_spin-to-stage-2 {
  animation-name: spin-to-stage-two;
  animation-duration: var(--animation-duration-spin-to-stage-2);
  animation-iteration-count: 1;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}
.wheel__list_animation_spin-to-stage-3 {
  animation-name: spin-to-stage-three;
  animation-duration: var(--animation-duration-spin-to-stage-2);
  animation-iteration-count: 1;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}
.wheel__item {
  position: absolute;
  top: 23px;
  height: 106px;
  transform-origin: bottom;
}
.wheel__item img {
  width: 200px;
  height: 106px;
}
@media all and (min-width: 768px) {
  .wheel__item img {
    width: 200px;
    height: 203px;
  }
}
@media all and (min-width: 768px) {
  .wheel__item {
    height: 202px;
    top: 39px;
  }
}
.wheel__item_is_active .wheel__item-text {
  font-size: 11px;
  transition-duration: 0.3s;
  color: #fff;
}
@media all and (min-width: 768px) {
  .wheel__item_is_active .wheel__item-text {
    font-size: 18px;
  }
}
.wheel__item:nth-child(2) {
  transform: rotate(45deg);
}
.wheel__item:nth-child(3) {
  transform: rotate(90deg);
}
.wheel__item:nth-child(4) {
  transform: rotate(135deg);
}
.wheel__item:nth-child(5) {
  transform: rotate(180deg);
}
.wheel__item:nth-child(6) {
  transform: rotate(225deg);
}
.wheel__item:nth-child(7) {
  transform: rotate(270deg);
}
.wheel__item:nth-child(8) {
  transform: rotate(315deg);
}
.wheel__item-text {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 16px;
  z-index: 1;
  margin: 0;
  left: 50%;
  transform: translate(-50%);
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.2408px;
  text-transform: uppercase;
  display: inline;
  flex-direction: column;
  align-items: center;
  max-width: 68px;
  text-shadow: 2px 2px 3px #000, -2px -2px 3px #000;
}
.wheel__item-text .euro {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  display: inline;
}
@media all and (min-width: 768px) {
  .wheel__item-text {
    top: 30px;
    font-size: 15px;
    max-width: 120px;
  }
}
.wheel__circle {
  background-image: url(../img/wheel/wheel-center.webp);
  position: absolute;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color: transparent;
  border: none;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  overflow: hidden;
  padding: 0;
}
.wheel__circle-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.29;
  text-align: center;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  color: #d42e40;
}
@keyframes wheel-shake-1 {
  0%,
  to {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-6deg);
  }
}
@keyframes wheel-shake-2 {
  0%,
  to {
    transform: rotate(1980deg);
  }
  50% {
    transform: rotate(1984deg);
  }
}
@keyframes spin-to-stage-two {
  0% {
    transform: rotate(1988deg);
  }
  70% {
    transform: rotate(3968deg);
  }
  80% {
    transform: rotate(3958deg);
  }
  90% {
    transform: rotate(3964deg);
  }
  to {
    transform: rotate(3960deg);
  }
}
@keyframes spin-to-stage-three {
  70% {
    transform: rotate(1988deg);
  }
  80% {
    transform: rotate(1978deg);
  }
  90% {
    transform: rotate(1984deg);
  }
  to {
    transform: rotate(1980deg);
  }
}
@keyframes pulsate {
  0%,
  to {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.body {
  padding: 15px 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100dvh;
  background-color: #000;
  background-image: image-set(
    url(../img/body-bg_320.webp) 1x,
    url(../img/body-bg_320@2x.webp) 2x
  );
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media all and (min-width: 768px) {
  .body {
    background-image: image-set(
      url(../img/body-bg_1440.webp) 1x,
      url(../img/body-bg_1440@2x.webp) 2x
    );
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@supports (min-height: 100dvh) {
  .body {
    min-height: 100dvh;
  }
}
.body:has(dialog[open]) {
  overflow: hidden;
}
.body__small-ball {
  position: absolute;
  top: 420px;
  display: block;
  z-index: -1;
  width: 76px;
  height: 76px;
  right: 5%;
  background-image: url(../img/minor.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  rotate: 34deg;
}
@media all and (min-width: 768px) {
  .body__small-ball {
    top: 600px;
  }
}
@media all and (min-width: 1024px) {
  .body__small-ball {
    width: 234px;
    height: 236px;
    right: 5%;
  }
}
.body__flag {
  display: block;
  position: absolute;
  top: 20%;
  right: 0;
  width: 338px;
  height: 295px;
  transform: translate(40%);
  background-size: 100% 100%;
  z-index: -1;
}
@media all and (min-width: 1024px) {
  .body__flag {
    transform: translate(25%, -10%);
    top: -50px;
    right: 0;
    width: 449px;
    height: 391px;
  }
}
.body__flag-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
}
.body__flag.is_hidden {
  display: none;
}
.body__flag.es {
  background-image: image-set(url(../img/es-flag_320.webp));
}
@media all and (min-width: 1024px) {
  .body__flag.es {
    background-image: image-set(url(../img/es-flag_1440.webp));
  }
}
.body__flag.cz {
  background-image: image-set(url(../img/cz-flag_320.webp));
}
@media all and (min-width: 1024px) {
  .body__flag.cz {
    background-image: image-set(url(../img/cz-flag_1440.webp));
  }
}
.body__flag.de {
  background-image: image-set(url(../img/de-flag_320.webp));
}
@media all and (min-width: 1024px) {
  .body__flag.de {
    background-image: image-set(url(../img/de-flag_1440.webp));
  }
}
.body__flag.ch {
  background-image: image-set(url(../img/de-flag_320.webp));
}
@media all and (min-width: 1024px) {
  .body__flag.ch {
    background-image: image-set(url(../img/de-flag_1440.webp));
  }
}
.body__flag.fr {
  background-image: image-set(url(../img/flags/nl-belgium_320.webp));
}
@media all and (min-width: 1024px) {
  .body__flag.fr {
    background-image: image-set(url(../img/flags/nl-belgium_1440.webp));
  }
}
.body__flag.fi {
  background-image: image-set(url(../img/fi-flag_320.webp));
}
@media all and (min-width: 1024px) {
  .body__flag.fi {
    background-image: image-set(url(../img/fi-flag_1440.webp));
  }
}
.body__flag.no {
  background-image: image-set(url(../img/no-flag_320.webp));
}
@media all and (min-width: 1024px) {
  .body__flag.no {
    background-image: image-set(url(../img/no-flag_1440.webp));
  }
}
.body__flag.tr {
  background-image: image-set(url(../img/tr-flag_320.webp));
}
@media all and (min-width: 1024px) {
  .body__flag.tr {
    background-image: image-set(url(../img/tr-flag_1440.webp));
  }
}
.body__flag.dk {
  background-image: image-set(url(../img/dk-flag_320.webp));
}
@media all and (min-width: 1024px) {
  .body__flag.dk {
    background-image: image-set(url(../img/dk-flag_1440.webp));
  }
}
.body__flag.en {
  background-image: image-set(url(../img/en-australia-flag_320.webp));
}
@media all and (min-width: 1024px) {
  .body__flag.en {
    background-image: image-set(url(../img/en-australia-flag_1440.webp));
  }
}
.body__flag.at {
  background-image: image-set(url(../img/de-flag_320.webp));
}
@media all and (min-width: 1024px) {
  .body__flag.at {
    background-image: image-set(url(../img/de-flag_1440.webp));
  }
}
.main {
  position: relative;
}
.main__title {
  margin: 0 0 12px auto;
  padding-inline: 5px;
  filter: drop-shadow(2px 2px 3px #000) drop-shadow(-2px -2px 3px #000);
}
@media all and (min-width: 1024px) {
  .main__title {
    margin: 0 0 22px auto;
    filter: drop-shadow(2px 2px 3px #000) drop-shadow(-2px -2px 3px #000);
  }
}
.main__text {
  margin: 0 auto;
}
.main__big-ball {
  display: block;
  position: absolute;
  top: 85%;
  left: -6vw;
  z-index: -1;
  width: 70px;
  height: 70px;
  background-image: url(../img/12.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  rotate: -34deg;
}
@media all and (min-width: 1024px) {
  .main__big-ball {
    width: 237px;
    height: 213px;
    left: -35%;
  }
}
.header {
  margin-block-end: 20px;
}
.header__logo {
  display: flex;
  justify-content: center;
  margin: 0;
}
.header__logo img {
  max-width: 200px;
}
.footer {
  margin-top: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  padding: 0 20px 550px;
  gap: 15px;
}
@media all and (min-width: 1024px) {
  .footer {
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
  }
}
html {
  scrollbar-gutter: stable;
}
body {
  font-family: komikatitle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
