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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cur {
  display: none;
}

.eur-def {
  display: inline-block;
}

.eur-def-en {
  display: inline-block;
}

.cur_dol .eur-def-en {
  display: none;
}
.cur_dol .bonus-dol {
  display: inline-block;
}

.cur_ph .eur-def-en {
  display: none;
}
.cur_ph .bonus-ph {
  display: block;
}

.cur_vn .eur-def-en {
  display: none;
}
.cur_vn .bonus-vn {
  display: block;
}

.cur_th .eur-def-en {
  display: none;
}
.cur_th .bonus-th {
  display: block;
}

.cur_nz .eur-def-en {
  display: none;
}
.cur_nz .bonus-nz {
  display: block;
}

.cur_ar .eur-def {
  display: none;
}
.cur_ar .bonus-ar {
  display: block;
}

.cur_cl .eur-def {
  display: none;
}
.cur_cl .bonus-cl {
  display: block;
}

.cur_pe .eur-def {
  display: none;
}
.cur_pe .bonus-pe {
  display: block;
}

.cur_mx .eur-def {
  display: none;
}
.cur_mx .bonus-mx {
  display: block;
}

.cur_co .eur-def {
  display: none;
}
.cur_co .bonus-co {
  display: block;
}

.lang_switcher_outer {
  cursor: pointer;
  position: absolute;
  left: 100%;
  top: 4.3rem;
  background: transparent;
  display: flex;
  padding: 0;
  z-index: 21;
}

.lang_switcher_outer.act .lang-list-wrapper{
  display: block;
}

.lang_switcher {
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 6px;
  position: relative;
  z-index: 3;
  height: 35px;
  padding: 0 12px;
  background: #009cff;
}

.lang-list-wrapper {
  position: absolute;
  list-style-type: none;
  top: calc(100% + 5px);
  right: 0;
  background: #009cff;
  border-radius: 6px;
  overflow: hidden;
  display: none;
}

.lang_switcher .curr_lang {
  position: relative;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.lang_switcher .curr_lang span {
  font-size: 18px;
  line-height: 1;
  width: 30px;
  display: inline-block;
  font-weight: 500;
  color: #ffffff;
  text-align: left;
  margin-right: 6px;
}

.chevron {
  width: 25px;
  height: 25px;
}

.lang_list {
  list-style-type: none;
  width: 85px;
  cursor: auto;
  margin: 0;
  padding: 12px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.lang_list_item {
  text-align: center;
  color: #ffffff;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  align-items: center;
  width: 42px;
  border-right: 1px solid #ffffff;
  margin-bottom: 8px;
}
.lang_list_item.lang_list_item:nth-child(2n) {
  border-right: 0;
}
.lang_list_item.curr span,
.lang_list_item:hover span {
  pointer-events: none;
  color: #00176f;
}

@media screen and (max-width: 1040px) {
  .lang_switcher_outer {
    left: auto;
    right: 0;
    top: 4.3rem;
  }
}
@media screen and (max-width: 850px) and (orientation: portrait) {
  .lang_switcher_outer {
    left: auto;
    right: 10px;
    top: 4.3rem;
  }

  .lang_switcher .curr_lang span {
    font-size: 16px;
    width: 30px;
  }

  .lang_switcher {
    height: 34px;
  }

  .chevron {
    width: 20px;
    height: 20px;
  }

  .lang_list {
    width: 80px;
  }

  .lang_list_item {
    font-size: 16px;
    width: 40px;
  }
}
@media screen and (max-width: 926px) and (orientation: landscape) {
  .lang_switcher_outer {
    left: 100%;
    right: auto;
    top: 4.3rem;
  }

  .lang_switcher .curr_lang span {
    font-size: 16px;
    width: 30px;
  }

  .lang_switcher {
    height: 34px;
  }

  .chevron {
    width: 20px;
    height: 20px;
  }

  .lang_list {
    width: 80px;
  }

  .lang_list_item {
    font-size: 16px;
    width: 40px;
  }
}
select.fld_select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: -1;
}

.jq-selectbox__select {
  position: relative;
}

.jq-selectbox__select-text {
  padding: 1.875rem 3.5rem;
  width: 100%;
  background: #ffffff;
  box-shadow: inset 0 0 1.8rem 0.3rem #04b1f8;
  border: 0;
  font-size: 2rem;
  border-radius: 1.8rem;
  color: #04b1f8;
  position: relative;
}
.jq-selectbox__select-text:before {
  content: "";
  position: absolute;
  right: 3.5rem;
  top: calc(50% - 0.6rem);
  background: url("../../dreamxbarrcathk/image/arrow.png") center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  width: 2.1rem;
  height: 1.2rem;
}

.jq-selectbox__trigger {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.jq-selectbox__dropdown {
  top: 100% !important;
  bottom: auto !important;
  border-radius: 1.8rem;
  overflow: hidden;
  margin: 0;
  position: absolute;
  max-height: 14rem;
  width: 100%;
  z-index: 10;
}
.jq-selectbox__dropdown ul {
  overflow-y: scroll;
  list-style-type: none;
  margin: 0;
  padding: 1.2rem 0 2rem;
  background: #ffffff;
  max-height: 14rem !important;
}
.jq-selectbox__dropdown ul li {
  padding: 0 3.5rem;
  font-size: 2rem;
  line-height: 1.5;
  cursor: pointer;
}
.jq-selectbox__dropdown ul li:hover {
  color: #04b1f8;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}

html {
  font-size: calc(100vw / 1920 * 10);
}

.main {
  min-height: 100vh;
  background: url("../../dreamxbarrcathk/image/bg_desk.jpg") top center no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}

.container {
  max-width: 120rem;
  margin: 0 auto;
  padding-top: 4.3rem;
  position: relative;
}

.logo {
  margin-bottom: 5rem;
}
.logo a {
  display: block;
  max-width: 32rem;
  margin: 0 auto;
}
.logo img {
  display: block;
  max-width: 100%;
}

.frame-wrapper {
  background: url("../../dreamxbarrcathk/image/ice-frame.png") center no-repeat;
  max-width: 106rem;
  height: 70.2rem;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  margin: 0 auto;
  padding: 12rem 12rem 11rem 9rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8rem;
}

.text-box {
  margin-right: 3.4rem;
  flex-grow: 1;
  width: 100%;
  max-width: 44.8rem;
}

.txt-1 {
  font-size: 6.2rem;
  line-height: 1;
  font-weight: 800;
  color: #0256ce;
  text-align: center;
  margin-bottom: 5rem;
  text-transform: uppercase;
}

.bg .txt-1 {
  font-size: 5rem;
}

.bg .txt-3 {
  font-size: 3rem;
}

.txt-2 {
  font-size: 5.2rem;
  line-height: 1;
  font-weight: 700;
  color: #0256ce;
  text-align: center;
  margin-bottom: 0.8rem;
}

.txt-3 {
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 500;
  color: #0256ce;
  text-align: center;
  text-transform: uppercase;
}

.ru .txt-1 {
  font-size: 3.8rem;
}
.ru .txt-3 {
  font-size: 3.8rem;
}

.de .txt-1 {
  font-size: 4.8rem;
}

.fi .txt-1 {
  font-size: 5.2rem;
}
.fi .txt-3 {
  font-size: 3.2rem;
}

.pl .txt-1 {
  font-size: 4.8rem;
}

.pt .txt-1 {
  font-size: 4.2rem;
}

.br .txt-1 {
  font-size: 4.2rem;
}

.es .txt-1 {
  font-size: 4.2rem;
}

.ro .txt-1 {
  font-size: 5rem;
}
.ro .txt-3 {
  font-size: 4.2rem;
}

.hu .txt-1 {
  font-size: 5.6rem;
}
.hu .txt-3 {
  font-size: 3rem;
}

.cz .txt-3 {
  font-size: 3.6rem;
}

.gr .txt-1 {
  font-size: 5rem;
}
.gr .txt-3 {
  font-size: 3.8rem;
}

.lt .txt-1 {
  font-size: 5.8rem;
}
.lt .txt-3 {
  font-size: 3.2rem;
}

.lv .txt-1 {
  font-size: 4.8rem;
}
.lv .txt-3 {
  font-size: 3rem;
}

.se .txt-1 {
  font-size: 4.2rem;
}

.ee .txt-1 {
  font-size: 4.2rem;
}

.curr_dk .txt-2,
.curr_pl .txt-2,
.curr_br .txt-2,
.curr_pe .txt-2,
.curr_ro .txt-2{
  font-size: 5.8rem;
}
.curr_in .txt-2,
.curr_no .txt-2{
  font-size: 5.4rem;
}
.curr_mx .txt-2,
.curr_cz .txt-2,
.curr_ph .txt-2,
.curr_th .txt-2,
.curr_ua .txt-2{
  font-size: 5.2rem;
}

.curr_ar .txt-2,
.curr_hu .txt-2,
.curr_jp .txt-2,
.curr_kz .txt-2,
.curr_vn .txt-2{
  font-size: 4.5rem;
}

.curr_co .txt-2,
.curr_vn .txt-2{
  font-size: 3.6rem;
}

.curr_cl .txt-2,
.curr_co .txt-2{
  font-size: 4.1rem;
}

.form-wrapper {
  width: 100%;
  max-width: 36.8rem;
  min-width: 36.8rem;
}

.field-inner {
  margin-bottom: 2rem;
  position: relative;
}
.field-inner:nth-child(1),
.field-inner:nth-child(2){
  margin-bottom: 3.5rem;
}

.field {
  display: block;
  padding: 1.875rem 3.5rem;
  width: 100%;
  background: #ffffff;
  box-shadow: inset 0 0 1.8rem 0.3rem #04b1f8;
  border: 0;
  font-size: 2rem;
  border-radius: 1.8rem;
  color: #04b1f8;
}
.field:focus {
  outline: none;
}
.field::-webkit-input-placeholder {
  color: #04b1f8;
}
.field::-moz-placeholder {
  color: #04b1f8;
}
.field:-ms-input-placeholder {
  color: #04b1f8;
}
.field:-moz-placeholder {
  color: #04b1f8;
}

.btn {
  width: 100%;
  height: 11.4rem;
  background: url("../../dreamxbarrcathk/image/btn.png") 0 -11.4rem;
  -webkit-background-size: 36.8rem 22.8rem;
  background-size: 36.8rem 22.8rem;
  border: 0;
  cursor: pointer;
  font-size: 3.7rem;
  line-height: 1;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 0 1rem rgba(0, 113, 255, 0.81);
}
.btn:hover {
  background: url("../../dreamxbarrcathk/image/btn.png") 0 0;
  -webkit-background-size: 36.8rem 22.8rem;
  background-size: 36.8rem 22.8rem;
}
.btn:disabled {
  cursor: not-allowed;
  filter: grayscale(1);
  background: url("../../dreamxbarrcathk/image/btn.png") 0 -11.4rem;
  -webkit-background-size: 36.8rem 22.8rem;
  background-size: 36.8rem 22.8rem;
}

.chbx_input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  z-index: -99;
}

.chbx_outer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.chbx_outer .chbx_icon {
  width: 2.9rem;
  min-width: 2.9rem;
  height: 3rem;
  font-size: 40%;
  position: relative;
  margin-right: 1rem;
  background: url("../../dreamxbarrcathk/image/check-bg.png") 0 0 no-repeat;
  background-size: contain;
}
.chbx_outer .chbx_txt {
  font-size: 1.4rem;
  line-height: 1.25;
  font-weight: 500;
  color: #0071ff;
}
.chbx_outer .chbx_txt a {
  line-height: 1.25;
  font-weight: 500;
  color: #0071ff;
}
.chbx_outer.checked .chbx_icon {
  background: url("../../dreamxbarrcathk/image/check1.png") 0 0 no-repeat;
  background-size: contain;
}

.fld_error {
  display: none;
  font-size: 1.5rem;
  line-height: 1;
  position: absolute;
  left: 0;
  top: calc(100% + 2px);
  color: red;
  font-weight: 500;
}

.pay_desk img {
  max-width: 100%;
  display: block;
}

.copyright {
  font-size: 1.6rem;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  opacity: 0.5;
  margin-top: 25rem;
  padding-bottom: 10rem;
}

.pay_mob {
  display: none;
}


@media screen and (max-width: 1280px) {
  html {
    font-size: 6.2px;
  }
  .container {
    padding: 4.3rem 20px 0;
  }
}
@media screen and (max-width: 820px) and (orientation: portrait) {
  html{
    font-size: calc(100vw / 650 * 10);
  }
  .logo a {
    display: block;
    max-width: 23.4rem;
    margin: 0 auto;
  }

  .main {
    background: url("../../dreamxbarrcathk/image/bg_mob.jpg") top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .frame-wrapper {
    background: url(../../dreamxbarrcathk/image/ice-frame_mob.png) center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    flex-direction: column;
    height: auto;
    padding: 9rem 10px;
  }

  .text-box {
    margin-bottom: 4rem;
    margin-right: 0;
  }

  .field-inner:nth-child(1), .field-inner:nth-child(2) {
    margin-bottom: 5rem;
  }
  .fld_error {
    font-size: 12px;
  }
  .chbx_outer .chbx_txt {
    font-size: 12px;
  }
}