@font-face {
  font-family: "GothamProMed";
  src: url("../fonts/GothamProMed.eot#iefix") format("embedded-opentype"), url("../fonts/GothamProMed.otf") format("opentype"), url("../fonts/GothamProMed.woff") format("woff"), url("../fonts/GothamProMed.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GothamProBold";
  src: url("../fonts/GothamProBold.eot#iefix") format("embedded-opentype"), url("../fonts/GothamProBold.otf") format("opentype"), url("../fonts/GothamProBold.woff") format("woff"), url("../fonts/GothamProBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GothamProBlack";
  src: url("../fonts/GothamProBold.eot#iefix") format("embedded-opentype"), url("../fonts/GothamProBold.otf") format("opentype"), url("../fonts/GothamProBold.woff") format("woff"), url("../fonts/GothamProBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
}

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

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

a:hover {
  text-decoration: none;
}

body,
html {
  height: 100%;
}

.page {
  font-family: "Roboto", Arial, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.15;
  -webkit-tap-highlight-color: transparent;
  font-size: 10px;
  background: #070302 url("../images/bg-desk.jpg") 50% 0 no-repeat;
  background-size: 288.8em 114em;
}

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

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

.mob {
  display: none;
}

#container {
  padding: 1.5em 0;
}

.logo_wrap {
  text-align: center;
}

.logo {
  width: 27.5em;
  height: 12em;
  margin: 0 auto;
}
.logo img {
  width: 100%;
  height: 100%;
}

.txt_1 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
  font-size: 5em;
  margin: 0 0 0.25em 0;
}

.txt_2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
  font-size: 5em;
  margin: 0 auto 0.25em;
  max-width: 20em;
}

.tnc_wrap {
  text-align: center;
  font-size: 1.6em;
  padding: 0 0 1em 0;
}
.tnc_wrap span {
  display: inline-block;
}
.tnc_wrap a {
  color: #a12705;
}

.partners_pay {
  text-align: center;
  padding: 0 0 2em 0;
}
.partners_pay img {
  width: 95%;
  margin: 0 auto;
}
.partners_pay img.desk {
  max-width: 85.7em;
}
.partners_pay img.mob {
  max-width: 55.1em;
}

#animation_container {
  margin: 0 auto 1.5em;
  max-width: 79.8em;
  height: 49em !important;
  width: 100% !important;
  max-height: 49em;
  position: relative;
}

#canvas {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
}

#dom_overlay_container {
  overflow: hidden;
  position: absolute;
  left: 18em;
  width: 44.5em !important;
  height: 11.6em !important;
  text-align: center;
  bottom: 0.8em;
  pointer-events: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3.5em 0;
}
#dom_overlay_container span {
  font-size: 3.8em;
  color: #4e3710;
  font-weight: 900;
  text-transform: uppercase;
}

html.hide {
  display: block;
}
html.hide .blur_wrap {
  background: transparent;
  position: relative;
  -webkit-filter: none;
          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.pt .pt {
  display: block;
}
html .pt {
  display: none;
}

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

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

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

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

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

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

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

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

html.in .in {
  display: block;
}
html .in {
  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;
}
.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: 1.3em;
  position: relative;
  padding-bottom: 1.75em;
  z-index: 3;
  background: #cc270e;
}
.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 {
  top: 0.5em;
  background: url("../images/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;
}

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

.lang_flag {
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  background-image: url("../images/flags.png");
  background-size: 1.6em 20.8em;
  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_pt {
  background-position: 0 -3.2em;
}
.lang_flag.flag_es {
  background-position: 0 -4.8em;
}
.lang_flag.flag_hu {
  background-position: 0 -6.4em;
}
.lang_flag.flag_ro {
  background-position: 0 -8em;
}
.lang_flag.flag_fi {
  background-position: 0 -9.6em;
}
.lang_flag.flag_de {
  background-position: 0 -12.8em;
}
.lang_flag.flag_pl {
  background-position: 0 -14.4em;
}
.lang_flag.flag_dk {
  background-position: 0 -16em;
}
.lang_flag.flag_no {
  background-position: 0 -17.6em;
}
.lang_flag.flag_fr {
  background-position: 0 -19.2em;
}
.lang_flag.flag_jp {
  background-position: 0 -11.2em;
}

.lang_list {
  position: absolute;
  list-style-type: none;
  top: 2.5em;
  display: none;
  right: 0;
  width: 8.2em;
  border-radius: 0 0 1em 1em;
  overflow: hidden;
  cursor: auto;
}
.lang_list.act {
  display: block;
}
.lang_list li {
  background: #2e0b09;
  height: 3em;
  cursor: pointer;
}
.lang_list li span {
  font-size: 1.3em;
  padding: 0.5em 0 0 0;
  display: inline-block;
}
.lang_list li.curr {
  pointer-events: none;
  background: #cc270e;
}
.lang_list li:hover {
  background: #cc270e;
}
.lang_list li:first-of-type {
  padding-top: 1.25em;
}

.lang_flag.flag_in {
  background: url("../images/in.svg") 50% 50%;
  background-size: 1.6em 1.6em;
}

.popup_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
  font-size: 10px;
  font-family: "GothamProBold", Arial, sans-serif;
}
.popup_overlay .ro,
.popup_overlay .jp {
  font-family: "Roboto", Arial, sans-serif !important;
}

.popup_window {
  display: none;
  background: url("../images/popup-bg.png") 0 0 no-repeat;
  width: 75.7em;
  height: 72.8em;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 4em;
  background-size: contain;
  text-align: center;
}

.popup_txt_1 {
  color: #ffeb64;
  font-size: 4.8em;
  font-family: "GothamProBlack", Arial, sans-serif;
  padding: 3.25em 0 0.75em 0;
}

.popup_txt_2 {
  color: #fff;
  font-size: 4.6em;
  font-family: "GothamProBlack", Arial, sans-serif;
  padding: 0 0 0.2em 0;
}
.popup_txt_2 .hu {
  font-size: 80%;
}

.popup_txt_3 {
  color: #ffeb64;
  font-size: 3em;
}
.popup_txt_3 .ro {
  font-size: 150%;
}
.popup_txt_3 .jp {
  font-family: "GothamProBlack", Arial, sans-serif !important;
}

.popup_btn_wrap {
  padding: 1.5em 0 2em 0;
}

.popup_btn {
  text-decoration: none;
  text-align: center;
  width: 46.9em;
  height: 13.3em;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4.25em 1em;
  -webkit-transition: 0.2s ease box-shadow;
  transition: 0.2s ease box-shadow;
  background: url("../images/BTN2.png") 0 0 repeat-x;
  background-size: contain;
}
.popup_btn span {
  color: #460101;
  font-family: "GothamProBold", Arial, sans-serif;
  font-size: 3.6em;
  text-transform: uppercase;
}
.popup_btn.ro span {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 900;
}

.popup_tnc_wrap {
  font-family: "GothamProMed", Arial, sans-serif;
  font-size: 2em;
  color: #fff;
}
.popup_tnc_wrap span {
  display: inline-block;
}
.popup_tnc_wrap a:hover {
  text-decoration: none;
}

@media (max-width: 930px) and (orientation: landscape) {
  .page {
    font-size: 4.5px;
  }
  .lang_switcher_outer {
    font-size: 7px;
  }
  .popup_overlay {
    font-size: 120%;
  }
  .popup_window {
    top: -6em;
  }
}
@media (max-width: 812px) and (orientation: landscape) {
  .page {
    font-size: 4.25px;
  }
}
@media (max-width: 736px) and (orientation: landscape) {
  .page {
    font-size: 4px;
  }
}
@media (max-width: 667px) and (orientation: landscape) {
  .page {
    font-size: 3.75px;
  }
}
@media (max-width: 568px) and (orientation: landscape) {
  .page {
    font-size: 3.5px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  .lang_switcher_outer {
    font-size: 100%;
    width: 9.5em;
    right: 1em;
    top: 1em;
  }
  .lang_switcher_outer p {
    display: none;
  }
  .lang_switcher_outer .lang_switcher .curr_lang {
    margin: 0 0.5em 0 1em;
  }
  .page {
    background: #0a0404 url("../images/bg-mob.jpg") 50% 0 no-repeat;
    background-size: 1024px;
  }
  .txt_1,
  .txt_2 {
    font-size: 4em;
  }
  .logo_wrap {
    margin: 0 0 2em 0;
  }
  html.de .txt_1 {
    margin: 0 0 0.5em 0;
  }
  .txt_1 .de {
    font-size: 70%;
  }
  #animation_container {
    font-size: 70%;
  }
  .partners_pay img.desk {
    display: none;
  }
  .partners_pay img.mob {
    display: block;
  }
  .popup_overlay {
    font-size: 80%;
  }
}
@media (max-width: 620px) and (orientation: portrait) {
  .page {
    background-size: 820px;
    font-size: 8px;
  }
}
@media (max-width: 475px) and (orientation: portrait) {
  .page {
    background-size: 665px;
    font-size: 6.5px;
  }
}
@media (max-width: 385px) and (orientation: portrait) {
  .page {
    background-size: 565px;
    font-size: 5.5px;
  }
}