
* {
  margin: 0;
  padding: 0; }

img {
  width: 100%;
  height: auto;
   }

a {
  color: inherit;
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

body,
html {
  height: 100%; }

.page {
  font-family: 'GothamProBold', Arial, sans-serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1.15;
  -webkit-tap-highlight-color: transparent;
  font-size: 10px;
  background: #01020c url("../img/bg-desk.jpg") 50% 0 no-repeat;
  background-size: 192em 128.9em; }

.blur_wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  filter: blur(5px);
  width: 100%;
  min-height: 100%;
  z-index: 5; }

#layout {
  min-height: 100%;
  position: relative;
  z-index: 2;
  overflow-x: hidden; }

html.hide {
  display: block; }
  html.hide .blur_wrap {
    background: transparent;
    position: relative;
    filter: none; }

.preloader {
  width: 5em;
  height: 5em;
  position: absolute;
  z-index: 6; }

html.en .en {
  display: block; }
html .en {
  display: none; }

html.ru .ru {
  display: block; }
html .ru {
  display: none; }

html.pl .pl {
  display: block; }
html .pl {
  display: none; }

html.de .de {
  display: block; }
html .de {
  display: none; }

html.ro .ro {
  display: block; }
html .ro {
  display: none; }

html.hu .hu {
  display: block; }
html .hu {
  display: none; }

html.es .es {
  display: block; }
html .es {
  display: none; }

html.pt .pt {
  display: block; }
html .pt {
  display: none; }

html.fr .fr {
  display: block; }
html .fr {
  display: none; }

.lang_switcher_outer {
  position: absolute;
  font-family: 'Roboto', Arial, sans-serif;
  top: 2em;
  right: 3em;
  width: 14.5em;
  height: 3.5em;
  z-index: 2;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 10px; }
  .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.5em;
    position: relative;
    padding-bottom: 1.75em;
    z-index: 3;
    box-shadow: 0 0 1.5em #30a1fb;
    background: rgba(0, 0, 0, 0.5); }
    .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; }
      .lang_switcher_outer .lang_switcher .curr_lang em {
        top: 0.4em;
        margin: 0 0.5em 0 0; }
  .lang_switcher_outer i {
    background: url("../img/lang-arr.png") 0 0 no-repeat;
    background-size: contain;
    width: 1.3em;
    position: absolute;
    height: 0.8em;
    right: 1em;
    top: 1.25em; }
  .lang_switcher_outer p {
    font-size: 1.1em;
    position: relative;
    color: #fff;
    top: 0.5em;
    text-transform: none;
    display: inline-block;
    width: 50%;
    text-align: center; }

.lang_flag {
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  background-image: url("../img/flags.png");
  background-size: 1.6em 17.6em;
  margin: 0 0.7em 0 1.1em;
  position: relative;
  top: 0.25em; }
  .lang_flag.flag_en {
    background-position: 0 0; }
  .lang_flag.flag_ru {
    background-position: 0 -1.6em; }
  .lang_flag.flag_pl {
    background-position: 0 -3.2em; }
  .lang_flag.flag_de {
    background-position: 0 -4.8em; }
  .lang_flag.flag_jp {
    background-position: 0 -6.4em; }
  .lang_flag.flag_fi {
    background-position: 0 -8em; }
  .lang_flag.flag_ro {
    background-position: 0 -9.6em; }
  .lang_flag.flag_es {
    background-position: 0 -11.2em; }
  .lang_flag.flag_pt {
    background-position: 0 -12.8em; }
  .lang_flag.flag_fr {
    background-position: 0 -14.4em; }
  .lang_flag.flag_hu {
    background-position: 0 -16em; }

.lang_list {
  position: absolute;
  list-style-type: none;
  top: 3.7em;
  display: none;
  right: 0.2em;
  width: 8.2em;
  border-radius: 0 0 0.5em 0.5em;
  overflow: hidden;
  cursor: auto;
  box-shadow: 0 0.5em 1.5em #30a1fb; }
  .lang_list.act {
    display: block; }
  .lang_list li {
    height: 3em;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5); }
    .lang_list li span {
      font-size: 1.25em;
      padding: 0.5em 0 0 0;
      display: inline-block; }
    .lang_list li.curr {
      pointer-events: none;
      background: #464543; }
    .lang_list li:hover {
      background: #464543; }
    .lang_list li:first-of-type {
      padding: 0.5em 0 0 0; }

html.fr .lang_switcher_outer p,
html.pt .lang_switcher_outer p,
html.es .lang_switcher_outer p {
  width: 35%; }

html.cur_nok.en .wheel_spinner_img.en {
  display: none; }
html.cur_nok.en .wheel_spinner_img.en_nok {
  display: block; }
html.cur_nok.en .txt_cur_eur {
  display: none; }
html.cur_nok.en .txt_cur_nok {
  display: inline; }

html.cur_dkk.en .wheel_spinner_img.en {
  display: none; }
html.cur_dkk.en .wheel_spinner_img.en_dkk {
  display: block; }
html.cur_dkk.en .txt_cur_eur {
  display: none; }
html.cur_dkk.en .txt_cur_dkk {
  display: inline; }

html.cur_nzd.en .wheel_spinner_img.en {
  display: none; }
html.cur_nzd.en .wheel_spinner_img.en_nzd {
  display: block; }
html.cur_nzd.en .txt_cur_eur {
  display: none; }
html.cur_nzd.en .txt_cur_nzd {
  display: inline; }

html.cur_dol.en .wheel_spinner_img.en {
  display: none; }
html.cur_dol.en .wheel_spinner_img.en_usd {
  display: block; }
html.cur_dol.en .txt_cur_eur {
  display: none; }
html.cur_dol.en .txt_cur_dol {
  display: inline; }

html.cur_cad.en .wheel_spinner_img.en {
  display: none; }
html.cur_cad.en .wheel_spinner_img.en_cad {
  display: block; }
html.cur_cad.en .txt_cur_eur {
  display: none; }
html.cur_cad.en .txt_cur_cad {
  display: inline; }

html.cur_kzt.ru .wheel_spinner_img.ru {
  display: none; }
html.cur_kzt.ru .wheel_spinner_img.kz {
  display: block; }
html.cur_kzt.ru .txt_cur_uah {
  display: none; }
html.cur_kzt.ru .txt_cur_kzt {
  display: inline; }

html.cur_uah.ru .txt_cur_uah {
  display: inline; }
html.cur_uah.ru .txt_cur_kzt {
  display: none; }

.txt_cur_dkk,
.txt_cur_nok,
.txt_cur_nzd,
.txt_cur_kzt,
.txt_cur_dol,
.txt_cur_cad {
  display: none; }

#container {
  padding: 2em 0 0 0; }

.logo_wrap {
  text-align: center;
  margin: 0 0 4.5em 0; }

.logo {
  width: 18.4em;
  height: 10.8em;
  margin: 0 auto; }

.wheel_wrap {
  width: 61em;
  height: 61em;
  margin: 0 auto; }

.wheel_holder {
  margin: 0 auto;
  width: 60.4em;
  height: 60.7em;
  position: relative;
  box-sizing: border-box;
  padding: 1.25em 0 0 0; }
  .wheel_holder:after {
    background: url("../img/wheel-holder.png") 0 0 no-repeat;
    width: 60.4em;
    height: 60.7em;
    position: absolute;
    left: 0;
    top: 0;
    background-size: contain;
    z-index: 2;
    content: ''; }

.wheel_btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/wheel-btn.png") 50% 0 no-repeat;
  background-size: 32.6em 40.4em;
  width: 32.6em;
  height: 20.2em;
  top: 20.5em;
  cursor: pointer;
  text-align: center;
  z-index: 4;
  box-sizing: border-box;
  padding: 8.5em 0 0 0; }
  .wheel_btn:hover {
    background-position: 50% -20.2em; }
  .wheel_btn.disabled {
    pointer-events: none; }
  .wheel_btn span {
    text-transform: uppercase;
    color: #fff;
    font-size: 2.6em; }
    .wheel_btn span.pl, .wheel_btn span.ro {
      font-family: 'Roboto', Arial, sans-serif;
      font-weight: 700; }

.wheel_win_frame {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/wheel-win-frame.png") 50% 0 no-repeat;
  width: 21.7em;
  height: 35.8em;
  background-size: contain;
  top: -4.25em;
  z-index: 3; }

.wheel_spinner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 57.8em;
  height: 57.8em;
  transform: rotate(-45deg); }
  .wheel_spinner.wheel_spinner_animated {
    animation: 2s spinner ease-in-out infinite; }
  .wheel_spinner.wheel_spinner_animated_1 {
    animation: 4s spinTo1 ease-in-out forwards; }

.wheel_spinner_img {
  margin: 0 auto;
  width: 57.8em;
  height: 57.8em; }
  .wheel_spinner_img.en_nok, .wheel_spinner_img.en_dkk, .wheel_spinner_img.en_nzd, .wheel_spinner_img.en_usd, .wheel_spinner_img.kz, .wheel_spinner_img.en_cad {
    display: none; }

@keyframes spinner {
  0% {
    transform: rotate(-45deg); }
  50% {
    transform: rotate(-53deg); }
  100% {
    transform: rotate(-45deg); } }
@keyframes spinTo1 {
  0% {
    transform: rotate(-53deg); }
  70% {
    transform: rotate(724deg); }
  80% {
    transform: rotate(714deg); }
  100% {
    transform: rotate(720deg); } }
#footer {
  padding: 3em 0 0 0;
  max-width: 125.5em;
  margin: 0 auto; }

.partners {
  margin: 0 0 5em 0; }
  .partners img {
    margin: 0 auto; }
    .partners img.desk {
      width: 125.3em;
      height: 19.8em;
      display: block; }
    .partners img.mob {
      display: none;
      width: 53.2em;
      height: 37.1em; }

.pay {
  border: 0.2em solid #0a112e;
  border-radius: 1em;
  padding: 1.5em 0;
  margin: 0 0 4.5em 0; }
  .pay img {
    width: 66.6em;
    height: 4.1em;
    margin: 0 auto; }

.copy {
  text-align: center;
  font-family: Arial, sans-serif;
  color: #0e1138; }
  .copy div {
    margin: 0 0 1.75em 0;
    font-size: 1.2em; }

.popup_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 4;
  display: none; }

.popup_window {
  position: absolute;
  display: none;
  background: url("../img/popup-bg.png") 50% 0 no-repeat;
  width: 68.2em;
  height: 53.2em;
  background-size: contain;
  top: 10em;
  transform: translateX(-50%);
  left: 50%;
  box-sizing: border-box;
  text-align: center;
  padding: 9em 0 0 0; }
  .popup_window .ro {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 700; }

.popup_txt_1 {
  color: #fff;
  font-size: 4.8em;
  margin: 0 0 0.6em 0; }

.popup_txt_2 {
  font-size: 3.5em;
  color: #fff;
  text-shadow: 0 0 1.5em #1658ff;
  margin: 0 0 0.60em 0; }
  .popup_txt_2 .pl {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 700; }

.popup_txt_3 {
  font-size: 4.5em;
  color: #fff;
  text-shadow: 0 0 1.5em #1658ff; }

.popup_btn_wrap {
  padding: 2em 0; }

.popup_btn {
  margin: 0 auto;
    background: linear-gradient(to bottom, #00de02 0%, #008a00 50%, #00de02 100%);
    border-radius: 1em;
    box-sizing: border-box;
    width: 35.5em;
    height: 7.5em;
    text-decoration: none;
    text-align: center;
    padding: 2em 1em;
}
  .popup_btn:hover {
    background: linear-gradient(to bottom, #00d000 0%, #007400 50%, #00d000 100%); }
  .popup_btn span {
    text-transform: uppercase;
    color: #fff;
    font-size: 3.63em; }
  .popup_btn.ro span {
    font-family: 'Roboto', Arial, sans-serif; }

.popup_tnc_wrap {
  text-align: center;
  font-size: 2em; }
  .popup_tnc_wrap a {
    text-decoration: underline;
    color: #fff; }
    .popup_tnc_wrap a:hover {
      text-decoration: none; }

@media (max-width: 1400px) {
  .page {
    font-size: 9px; } }
@media (max-width: 1250px) {
  .page {
    font-size: 8px; } }
@media (max-width: 1100px) {
  .page {
    font-size: 7px; } }
@media (max-width: 930px) and (orientation: landscape) {
  .page {
    font-size: 5px; }

  .lang_switcher_outer {
    font-size: 7px; } }
@media (max-width: 812px) and (orientation: landscape) {
  .page {
    font-size: 4.75px; } }
@media (max-width: 736px) and (orientation: landscape) {
  .page {
    font-size: 4.5px; } }
@media (max-width: 667px) and (orientation: landscape) {
  .page {
    font-size: 4.25px; } }
@media (max-width: 568px) and (orientation: landscape) {
  .page {
    font-size: 4px; } }
@media (max-width: 1024px) and (orientation: portrait) {
  .page {
    background: #01010c url("../img/bg-mob.jpg") 50% 0 no-repeat;
    background-size: 1024px;
    font-size: 10px; }

  #container {
    padding: 20.5em 0 0 0;
    max-width: 58em;
    margin: 0 auto; }

  .popup_window {
    top: 30em; }

  #footer {
    max-width: 58em;
    padding: 60em 0 0 0; }

  .partners img.desk {
    display: none; }
  .partners img.mob {
    display: block; }

  .pay img {
    font-size: 75%; }

  .lang_switcher_outer {
    font-size: 75%;
    width: 8.5em;
    right: 1em;
    top: 1em; }
    .lang_switcher_outer p {
      display: none; }
    .lang_switcher_outer .lang_switcher .curr_lang {
      margin: 0 0.5em 0 1em; }

  html.pt .lang_switcher_outer,
  html.es .lang_switcher_outer,
  html.fr .lang_switcher_outer {
    width: 9.75em; } }
@media (max-width: 682px) and (orientation: portrait) {
  .page {
    background-size: 682px;
    font-size: 6.5px; } }
@media (max-width: 445px) and (orientation: portrait) {
  .page {
    background-size: 565px;
    font-size: 5.5px; } }
@media (max-width: 375px) and (orientation: portrait) {
  .page {
    background-size: 540px;
    font-size: 5.25px; } }

/*# sourceMappingURL=styles.css.map */
