﻿* {
  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: "Montserrat", 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: #14171d;
}

.page_bg {
  background: #14171d url("../image/bg-desk.jpg") 50% 0 no-repeat;
  background-size: 192em 108em;
}

.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;
}

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;
}
.preloader.hide {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

html.vn .vn {
  display: inline-block;
}
html .vn {
  display: none;
}

html.th .th {
  display: inline-block;
}
html .th {
  display: none;
}

html.ph .ph {
  display: inline-block;
}
html .ph {
  display: none;
}

html.cz .cz {
  display: inline-block;
}
html .cz {
  display: none;
}

html.in .in {
  display: inline-block;
}
html .in {
  display: none;
}

.lang_switcher_outer {
  position: absolute;
  font-family: "Roboto", Arial, sans-serif;
  top: 2em;
  right: 3em;
  width: 9.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: 0.4em;
  position: relative;
  padding-bottom: 1.75em;
  z-index: 3;
  -webkit-box-shadow: 0 0 0.75em #ff7d00;
          box-shadow: 0 0 0.75em #ff7d00;
  background: #0f0b18;
}
.lang_switcher_outer .lang_switcher .curr_lang {
  position: relative;
  display: inline-block;
  top: 0.5em;
  margin: 0 0.5em 0 1em;
}
.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("../image/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 {
  width: 35%;
}

html.cur_usd .en .txt_item.txt_cur_eur {
  display: none;
}
html.cur_usd .en .txt_item.txt_cur_usd {
  display: inline-block;
}
html.cur_cad .en .txt_item.txt_cur_eur {
  display: none;
}
html.cur_cad .en .txt_item.txt_cur_cad {
  display: inline-block;
}
html.cur_nok .en .txt_item.txt_cur_eur {
  display: none;
}
html.cur_nok .en .txt_item.txt_cur_nok {
  display: inline-block;
}
html.cur_sek .en .txt_item.txt_cur_eur {
  display: none;
}
html.cur_sek .en .txt_item.txt_cur_sek {
  display: inline-block;
}
html.cur_inr .en .txt_item.txt_cur_eur {
  display: none;
}
html.cur_inr .en .txt_item.txt_cur_inr {
  display: inline-block;
}
html.cur_php .en .txt_item.txt_cur_eur {
  display: none;
}
html.cur_php .en .txt_item.txt_cur_php {
  display: inline-block;
}
html.cur_clp .es .txt_item.txt_cur_eur {
  display: none;
}
html.cur_clp .es .txt_item.txt_cur_clp {
  display: inline-block;
}
html.cur_mxn .es .txt_item.txt_cur_eur {
  display: none;
}
html.cur_mxn .es .txt_item.txt_cur_mxn {
  display: inline-block;
}
html.cur_pen .es .txt_item.txt_cur_eur {
  display: none;
}
html.cur_pen .es .txt_item.txt_cur_pen {
  display: inline-block;
}
html.cur_cop .es .txt_item.txt_cur_eur {
  display: none;
}
html.cur_cop .es .txt_item.txt_cur_cop {
  display: inline-block;
}

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

.lang_list {
  position: absolute;
  list-style-type: none;
  top: 3.5em;
  display: none;
  width: 100%;
  border-radius: 0 0 1em 1em;
  overflow: hidden;
  cursor: auto;
  -webkit-box-shadow: 0 0 0.5em #ff7d00;
          box-shadow: 0 0 0.5em #ff7d00;
}
.lang_list li {
  background: #0f0b18;
  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: #ff7d00;
}
.lang_list li:hover {
  background: #ff7d00;
}
.lang_list li:first-of-type {
  padding-top: 0.25em;
}

.lang_switcher_outer.act .lang_list {
  display: block;
}

.txt_item {
  display: none;
}
.txt_item.txt_cur_eur {
  display: inline-block;
}

#container {
  width: 143em;
  margin: 0 auto;
}

#content {
  width: 80em;
}

.logo_wrap {
  padding: 6em 0 5em 0;
  text-align: center;
}

.logo {
  width: 26.1em;
  height: 5.1em;
  margin: 0 auto;
}

.txt_wrap {
  text-transform: uppercase;
  font-style: italic;
  font-weight: 800;
  text-align: center;
  margin: 0 0 5em 0;
}

.txt_1 {
  color: #fff;
  font-size: 6.4em;
  text-shadow: 0 0 0.2em #fff;
  margin: 0 0 0.2em 0;
}
.txt_1 .ro,
.txt_1 .fi,
.txt_1 .hu {
  font-size: 90%;
}

.txt_2 {
  color: #ff7d00;
  font-size: 4.3em;
}

.steps {
  background: url("../image/steps-desk.png") 50% 0 no-repeat;
  background-size: contain;
  width: 77.3em;
  height: 8.7em;
  margin: 0 auto 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.steps div {
  height: 100%;
  text-align: center;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.steps div:nth-child(1) {
  width: 17.3em;
  padding: 0 9em 0 8.5em;
}
.steps div:nth-child(2) {
  width: 16em;
  padding: 0 9.5em 0 0;
}
.steps div:nth-child(3) {
  width: 15em;
  padding: 0 2em 0 0;
}
.steps span {
  text-transform: uppercase;
  color: #ff7d00;
  font-size: 1.8em;
  font-style: italic;
  font-weight: 600;
}
.steps span.ru {
  font-size: 1.6em;
}

.btn_wrap {
  margin: 0 0 3em 0;
  text-align: center;
}

.btn {
  display: block;
  text-decoration: none;
  text-align: center;
  width: 45.5em;
  margin: 0 auto;
  height: 9em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  background-color: #ff7d02;
  -webkit-transition: 0.2s ease background-color;
  transition: 0.2s ease background-color;
  padding: 2.5em 1em;
}
.btn:hover {
  background-color: #ffa200;
}
.btn span {
  color: #fff;
  font-weight: 900;
  font-style: italic;
  font-size: 3.1em;
  text-transform: uppercase;
  -webkit-transform: skew(10deg);
          transform: skew(10deg);
  display: inline-block;
}
.btn.fr {
  padding: 2.75em 1em;
}
.btn.fr span {
  font-size: 2.8em;
}

.tnc_wrap {
  text-align: center;
  font-weight: 300;
  font-size: 1.3em;
  opacity: 0.7;
}
.tnc_wrap a {
  color: #fff;
}

#footer {
  padding: 6.5em 0 2em 0;
  font-family: "Roboto", Arial, sans-serif;
  max-width: 120em;
  margin: 0 auto;
  text-align: center;
}
#footer img {
  width: 95%;
  margin: 0 auto 2em;
}
#footer img.desk {
  max-width: 114em;
}
#footer img.mob {
  display: none;
  max-width: 43.6em;
}
#footer div {
  text-transform: uppercase;
  font-size: 1.2em;
  color: #4e5054;
}
#footer div.copy {
  padding: 1.5em 0 0 0;
}

@media (max-width: 1440px) {
  .page {
    font-size: 9px;
  }
}
@media (max-width: 1280px) {
  .page {
    font-size: 8px;
  }
}
@media (max-width: 1170px) {
  .page {
    font-size: 7px;
  }
}
@media (max-width: 1024px) {
  .page {
    font-size: 6px;
  }
}
@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: 663px) and (orientation: portrait) {
  .page {
    font-size: 10px;
  }
  .lang_switcher_outer {
    font-size: 7px;
  }
  .page_bg {
    background: #14171d url("../image/bg-mob.jpg") 50% 0 no-repeat;
    background-size: 663px;
  }
  #container {
    width: 54em;
  }
  #content {
    width: auto;
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .logo_wrap {
    padding: 6em 0 43em 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .txt_wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .btn_wrap {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
  .tnc_wrap {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
    margin: 0 0 2.35em 0;
  }
  .steps {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    background: url("../image/steps-mob.png") 50% 0 no-repeat;
    width: 45.7em;
    height: 24.6em;
    background-size: contain;
    margin: 0 auto;
  }
  .steps div {
    height: 7em;
  }
  .steps div:nth-child(1) {
    width: 21em;
    padding: 0.2em 0.2em 1.3em 7.5em;
  }
  .steps div:nth-child(2) {
    width: 21em;
    padding: 0.2em 11em 1.3em 15.5em;
  }
  .steps div:nth-child(3) {
    width: 21em;
    padding: 0.2em 3em 0 24.5em;
  }
  .steps span {
    font-size: 1.6em;
  }
  .txt_1 {
    font-size: 4.5em;
  }
  .txt_1 .ro,
  .txt_1 .hu {
    font-size: 100%;
  }
  .txt_2 {
    font-size: 3em;
  }
  #footer {
    max-width: 46em;
  }
  #footer img.desk {
    display: none;
  }
  #footer img.mob {
    display: block;
  }
}
@media (max-width: 540px) and (orientation: portrait) {
  .page {
    font-size: 9px;
  }
  .page_bg {
    background-size: 540px;
  }
}
@media (max-width: 486px) and (orientation: portrait) {
  .page {
    font-size: 8px;
  }
  .page_bg {
    background-size: 486px;
  }
}
@media (max-width: 435px) and (orientation: portrait) {
  .page {
    font-size: 7px;
  }
  .page_bg {
    background-size: 435px;
  }
}
@media (max-width: 380px) and (orientation: portrait) {
  .page {
    font-size: 5.925px;
  }
  .lang_switcher_outer {
    font-size: 6px;
  }
  .page_bg {
    background-size: 380px;
  }
}