/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

a {
  text-decoration: none;
}

ul[class] {
  list-style: none;
}

body {
  font-family: "Montserrat", sans-serif;
  background: #21227c;
}

html {
  font-size: 10px;
  background: #21227c;
}

.wrapper {
  overflow: hidden;
  max-width: 1920px;
  background: url("../img/bg.jpg") 50% 50%;
  background-size: cover;
  margin: 0 auto;
  position: relative;
}

.container {
  max-width: 124rem;
  margin: 0 auto;
  position: relative;
  padding: 3.6rem 2rem;
}

.logo {
  display: block;
  max-width: 30rem;
  height: 100px;
  margin: 0 auto 3rem;
  position: relative;
  z-index: 5;
  transition: all 0.3s ease-in-out;
  filter: drop-shadow(0 0 0rem white);
}
.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@keyframes logo {
  0% {
    filter: drop-shadow(0 0 1.5rem white);
  }
  50% {
    filter: drop-shadow(0 0 3rem white);
  }
  100% {
    filter: drop-shadow(0 0 1.5rem white);
  }
}
@keyframes accent {
  0% {
    filter: drop-shadow(0 0 0rem #b69947);
    -webkit-filter: drop-shadow(0 0 0rem #b69947);
  }
  50% {
    filter: drop-shadow(0 0 2em #b69947);
    -webkit-filter: drop-shadow(0 0 2rem #b69947);
  }
  100% {
    filter: drop-shadow(0 0 0rem #b69947);
    -webkit-filter: drop-shadow(0 0 0rem #b69947);
  }
}

.flag_ru {
  opacity: 0;
}

.lang_flag {
  display: none;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  width: 1.6em;
  background: transparent;
  height: 1.6em;
  margin-right: 0.7em;
  position: relative;
  overflow: hidden;
  object-fit: cover;
}

.lang_list {
  position: absolute;
  list-style-type: none;
  top: 3em;
  display: none;
  right: 0;
  width: 200%;
  overflow: hidden;
  cursor: auto;
  border-top: none;
  background: rgba(12, 62, 197, 0.9);
  border-radius: 0 0 0.5em 0.5em;
}
.lang_list li {
  background: transparent;
  cursor: pointer;
  padding: 0.9em 1.2em 0.9em 0.6em;
  display: flex;
  align-items: center;
}
.lang_list li span {
  font-size: 1.3em;
  display: inline-block;
}
.lang_list li.curr {
  pointer-events: none;
  background: white;
}
.lang_list li.curr span {
  color: #0c3ec5;
}
.lang_list li:hover {
  background: white;
}
.lang_list li:hover span {
  color: #0c3ec5;
}

.title {
  text-align: center;
  font-weight: 900;
  color: white;
  text-transform: uppercase;
  font-style: italic;
  font-size: 4rem;
  margin: 0 auto 10rem;
  position: relative;
  z-index: 5;
}

.orange {
  color: #ff4800;
}

.payments {
  margin: 0 auto 2rem;
  max-width: 114rem;
}
.payments__desk {
  display: block;
}
.payments__mob {
  display: none;
}

.footer {
  position: relative;
  z-index: 5;
  font-size: 1.4rem;
}
.footer__text {
  max-width: 90%;
  margin: 0 auto;
}
.footer__text p {
  margin-bottom: 2rem;
  text-align: center;
  color: #706a70;
}
.footer__text p:last-child {
  margin-bottom: 0;
}

.popup {
  background: rgba(38, 39, 121, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  font-size: 95%;
}
.popup__show {
  opacity: 1;
  pointer-events: all;
}
.popup__container {
  width: 63.9em;
  height: 54.5em;
  background: url("../img/popup-container.png") 50% 50%;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
  padding: 2em 7em 8em;
}
.popup__text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.popup__content {
  padding: 5em 3em;
  display: flex;
  flex-direction: column;
  height: 45em;
}
.popup__title {
  text-align: center;
  color: white;
}
.popup__title_win {
  margin-bottom: 2.4em;
}
.popup__title span {
  font-size: 5.4em;
  font-weight: 700;
  text-align: center;
}
.popup__links {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 84%;
}
.popup__btn {
  width: 35.6em;
  height: 15.4em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../img/btn.png");
  background-size: 35.6em 30.8em;
  background-position: 50% 0%;
  cursor: pointer;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  appearance: none;
}
.popup__btn:hover {
  background-position: 50% 100%;
}
.popup__btn span {
  color: white;
  font-weight: 700;
  font-size: 2.6em;
}

.de .popup__btn span {
  font-size: 2em;
}

.hu .popup__btn span, .gr .popup__btn span {
  font-size: 2.2em;
}

.vn .popup__title span, .th .popup__title span, .it .popup__title span {
  font-size: 5em;
}

.text {
  font-size: 3.8em;
  font-weight: 500;
  text-align: center;
  color: white;
}

.color {
  color: #ee9a31;
  font-weight: 600;
}

.sum {
  color: #ee9a31;
  font-weight: 600;
  font-size: 9em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center;
}

.de .popup__title span {
  font-size: 3.8em;
}

.pt .text {
  font-size: 3.3em;
}

.lt .text, .lv .text, .ru .text, .pl .text, .ua .text {
  font-size: 3.3em;
}

.bg .text {
  font-size: 3.6em;
}

.txt_cur_eur,
.txt_cur_usd,
.txt_cur_in,
.txt_cur_no,
.txt_cur_nz,
.txt_cur_ca,
.txt_cur_dk,
.txt_cur_pe,
.txt_cur_co,
.txt_cur_ar,
.txt_cur_cl,
.txt_cur_mx,
.txt_cur_pt,
.txt_cur_br,
.txt_cur_no,
.txt_cur_ph {
  display: none;
}

html.en .txt_cur_eur {
  display: inline-block;
}
html.en.cur_usd .en .txt_cur_eur {
  display: none;
}
html.en.cur_usd .en .txt_cur_usd {
  display: inline-block;
}
html.en.cur_no .en .txt_cur_eur {
  display: none;
}
html.en.cur_no .en .txt_cur_no {
  display: inline-block;
}
html.en.cur_ph .en .txt_cur_eur {
  display: none;
}
html.en.cur_ph .en .txt_cur_ph {
  display: inline-block;
}
html.en.cur_dk .en .txt_cur_eur {
  display: none;
}
html.en.cur_dk .en .txt_cur_dk {
  display: inline-block;
}
html.en.cur_in .en .txt_cur_eur {
  display: none;
}
html.en.cur_in .en .txt_cur_in {
  display: inline-block;
}
html.en.cur_nz .en .txt_cur_eur {
  display: none;
}
html.en.cur_nz .en .txt_cur_nz {
  display: inline-block;
}
html.en.cur_ca .en .txt_cur_eur {
  display: none;
}
html.en.cur_ca .en .txt_cur_ca {
  display: inline-block;
}

html.pt .txt_cur_pt {
  display: inline-block;
}
html.pt.cur_br .pt .txt_cur_pt {
  display: none;
}
html.pt.cur_br .pt .txt_cur_br {
  display: inline-block;
}

html.es .txt_cur_ar {
  display: inline-block;
}
html.es.cur_pe .es .txt_cur_pe {
  display: inline-block;
  white-space: nowrap;
}
html.es.cur_pe .es .txt_cur_ar {
  display: none;
}
html.es.cur_mx .es .txt_cur_mx {
  display: inline-block;
  white-space: nowrap;
}
html.es.cur_mx .es .txt_cur_ar {
  display: none;
}
html.es.cur_co .es .txt_cur_co {
  display: inline-block;
  white-space: nowrap;
}
html.es.cur_co .es .txt_cur_ar {
  display: none;
}
html.es.cur_cl .es .txt_cur_cl {
  display: inline-block;
  white-space: nowrap;
}
html.es.cur_cl .es .txt_cur_ar {
  display: none;
}

.big {
  text-transform: uppercase;
}

.wheel {
  position: relative;
  margin: 0 auto 3rem;
}
.wheel__spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 55.2em;
  height: 55.2em;
  background-image: url("../img/wheel-spinner.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.wheel__spinner.wheel_spinner_animated_1 {
  animation: 4s spinTo1 ease-in-out forwards;
}
.wheel__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  width: 75%;
  height: 75%;
  color: #ffffff;
}
.wheel__text-1 {
  transform: rotate(0deg);
}
.wheel__text-2 {
  transform: rotate(45deg);
  color: #023475;
}
.wheel__text-3 {
  transform: rotate(90deg);
}
.wheel__text-4 {
  transform: rotate(135deg);
  color: #023475;
}
.wheel__bonus_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20em;
  min-height: 5em;
  margin: 0 auto;
  text-align: center;
  transform: rotate(270deg);
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5254901961);
}
.wheel__bonus {
  font-size: 3em;
  font-weight: 700;
  padding-right: 0.5em;
}
.wheel__bonus.small {
  font-size: 3em;
}
.wheel__bonus-2 {
  transform: rotate(90deg);
}
.wheel__wrapper {
  background: url("../img/wheel-wrapper.png") 50% 50%;
  background-size: 100% 100%;
  width: 71.8em;
  height: 63.3em;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.wheel__button {
  width: 15.6em;
  height: 15.6em;
  background: url("../img/button.png") 50% 50%;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  animation: 2s accent ease-in-out infinite;
}
.wheel__button:hover {
  box-shadow: 0 0 5em #ffefd3;
  animation: none;
}
.wheel__button.disabled {
  pointer-events: none;
  box-shadow: 0 0 5em #ffe7ac;
}
.wheel__button span {
  color: white;
  font-size: 3em;
  font-weight: 600;
  text-transform: uppercase;
}
.wheel__arrow {
  position: absolute;
  width: 7.6em;
  height: 11.2em;
  background: url("../img/wheel-arrow.png") 50% 50%;
  background-size: contain;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.wheel__bottom {
  position: absolute;
  left: 50%;
  top: 95%;
  transform: translateX(-50%);
  background: url("../img/wheel-bottom.png") 50% 50%;
  background-size: contain;
  width: 34.8em;
  height: 15.9em;
  z-index: 1;
}

.de .wheel__button span, .ua .wheel__button span, .ph .wheel__button span, .no .wheel__button span, .se .wheel__button span {
  font-size: 2.4em;
}

.pl .wheel__button span, .ro .wheel__button span, .cz .wheel__button span, .lv .wheel__button span, .sk .wheel__button span {
  font-size: 2.2em;
}

.fi .wheel__button span, .fr .wheel__button span, .ee .wheel__button span, .ru .wheel__button span {
  font-size: 1.8em;
}

.it .wheel__button span {
  font-size: 1.6em;
}

.pt .wheel__button span {
  font-size: 2.8em;
}

.hu .wheel__button span {
  font-size: 1.4em;
}

.bg .wheel__button span {
  font-size: 1.8em;
}

.wheel__spinner_animated {
  animation: 2s spinner ease-in-out infinite;
}

.wheel__spinner_final {
  transform: rotate(720deg);
}

.wheel__spinner_animated_1 {
  animation: 4s spinTo1 ease-in-out forwards;
}

@keyframes spinner {
  0% {
    transform: rotate(-86deg);
  }
  50% {
    transform: rotate(-92deg);
  }
  100% {
    transform: rotate(-86deg);
  }
}
@keyframes spinTo1 {
  0% {
    transform: rotate(-86deg);
  }
  70% {
    transform: rotate(724deg);
  }
  80% {
    transform: rotate(716deg);
  }
  100% {
    transform: rotate(720deg);
  }
}
.shadow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  width: auto;
  min-width: 100%;
  height: 102%;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shadow img {
  height: 100%;
  width: auto;
  min-width: 100%;
  max-width: none;
}
.shadow__mob {
  display: none;
}

.zevs {
  width: 188em;
  height: 98.8em;
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, 0);
  z-index: 3;
  pointer-events: none;
}
.zevs__mob {
  display: none;
}

.terms {
  display: flex;
  justify-content: center;
  align-items: center;
}
.terms__link {
  text-align: center;
  margin: -0.4em auto 0;
  font-size: 1.8em;
  color: #ffffff;
  font-weight: 300;
}
.terms__link:hover {
  text-decoration: underline;
}

html.curr_in .sum {
  font-size: 7em;
}
html.curr_in .wheel__bonus {
  font-size: 2.6em;
}

html.curr_bt .sum {
  font-size: 7em;
}
html.curr_bt .wheel__bonus {
  font-size: 2.6em;
}

html.curr_np .sum {
  font-size: 7em;
}
html.curr_np .wheel__bonus {
  font-size: 2.6em;
}

html.curr_mx .sum {
  font-size: 7em;
}
html.curr_mx .wheel__bonus {
  font-size: 2.6em;
}

html.curr_ph .sum {
  font-size: 7em;
}
html.curr_ph .wheel__bonus {
  font-size: 2.6em;
}

html.curr_th .sum {
  font-size: 7em;
}
html.curr_th .wheel__bonus {
  font-size: 2.6em;
}

html.curr_jp .sum {
  font-size: 7em;
}
html.curr_jp .wheel__bonus {
  font-size: 2.6em;
}

html.curr_no .sum {
  font-size: 7em;
}
html.curr_no .wheel__bonus {
  font-size: 2.6em;
}

html.curr_sj .sum {
  font-size: 7em;
}
html.curr_sj .wheel__bonus {
  font-size: 2.6em;
}

html.curr_kz .sum {
  font-size: 7em;
}
html.curr_kz .wheel__bonus {
  font-size: 2.6em;
}

html.curr_ar .sum {
  font-size: 6.5em;
}
html.curr_ar .wheel__bonus {
  font-size: 2.4em;
}

html.curr_hu .sum {
  font-size: 6.5em;
}
html.curr_hu .wheel__bonus {
  font-size: 2.4em;
}

html.curr_cl .sum {
  font-size: 6.5em;
}
html.curr_cl .wheel__bonus {
  font-size: 2.4em;
}

html.curr_co .sum {
  font-size: 5em;
}
html.curr_co .wheel__bonus {
  font-size: 2em;
}

html.curr_vn .sum {
  font-size: 5em;
}
html.curr_vn .wheel__bonus {
  font-size: 2em;
}

@media (max-width: 1600px) {
  html {
    font-size: 9.5px;
  }
}
@media (max-width: 1560px) {
  html {
    font-size: 7.5px;
  }
}
@media (max-width: 1040px) {
  html {
    font-size: 8px;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 8px;
  }
  .lang_switcher_outer {
    font-size: 8.5px;
  }
}
@media (max-width: 960px) and (orientation: landscape) {
  html {
    font-size: 6.5px;
  }
  .lang_switcher_outer {
    font-size: 110%;
    top: 5.5rem;
  }
  .popup__container {
    top: 8%;
  }
  .popup {
    font-size: 85%;
  }
  .logo {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 840px) {
  html {
    font-size: 7.5px;
  }
}
@media (max-width: 840px) and (orientation: landscape) {
  html {
    font-size: 6px;
  }
}
@media (max-width: 740px) {
  html {
    font-size: 7px;
  }
}
@media (max-width: 740px) and (orientation: landscape) {
  html {
    font-size: 5.5px;
  }
}
@media (max-width: 680px) {
  html {
    font-size: 6.5px;
  }
}
@media (max-width: 680px) and (orientation: landscape) {
  html {
    font-size: 5px;
  }
}
@media (max-width: 630px) {
  html {
    font-size: 6.25px;
  }
}
@media (max-width: 600px) {
  html {
    font-size: 7.5px;
  }
  .wrapper {
    background: url("../img/bg-mob.jpg") 50% 28%;
    background-size: cover;
  }
  .content {
    display: flex;
    flex-direction: column-reverse;
  }
  .zevs {
    display: none;
  }
  .wheel {
    font-size: 90%;
    margin-bottom: 65rem;
  }
  .payments {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .payments__desk {
    display: none;
  }
  .payments__mob {
    display: block;
  }
  .zevs__mob {
    display: block;
    position: absolute;
    width: 115%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 130%;
    z-index: 3;
    pointer-events: none;
  }
  .wheel__bottom {
    display: none;
  }
  .title {
    margin-bottom: 5rem;
    max-width: 95%;
  }
  .title br {
    display: none;
  }
  .logo {
    margin-bottom: 5rem;
  }
  .shadow {
    display: none;
  }
  .shadow__mob {
    display: block;
    pointer-events: none;
    position: absolute;
    min-width: 100%;
    height: 104%;
    bottom: 0;
    z-index: 5;
    left: 50%;
    transform: translateX(-50%);
  }
  .shadow__mob img {
    height: 100%;
    width: auto;
    min-width: 100%;
    max-width: none;
  }
  .container {
    padding-left: 0;
    padding-right: 0;
  }
  .title {
    padding: 0 2rem;
  }
  .footer {
    padding: 4rem 0;
    font-size: 2rem;
  }
  .container {
    padding-top: 4rem;
  }
  .lang_switcher_outer {
    font-size: 110%;
    right: 1rem;
    top: 5.5rem;
  }
}
@media (max-width: 525px) {
  html {
    font-size: 7px;
  }
  .hu .title br, .de .title br, .es .title br, .ua .title br, .ru .title br, .gr .title br, .lt .title br {
    display: none;
  }
}
@media (max-width: 480px) {
  html {
    font-size: 6.5px;
  }
  .wheel {
    font-size: 88%;
  }
  .popup {
    font-size: 98%;
  }
  .terms__link {
    font-size: 12px;
  }
}
@media (max-width: 430px) {
  html {
    font-size: 6.2px;
  }
}
@media (max-width: 410px) {
  html {
    font-size: 6px;
  }
}
@media (max-width: 380px) {
  html {
    font-size: 5.5px;
  }
}
@media (max-width: 360px) {
  html {
    font-size: 5.25px;
  }
}
@media (max-width: 340px) {
  html {
    font-size: 5px;
  }
}

.welcome-bonus strong {
  color: #ee9a31;
  font-weight: 600;
}
