* {
  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: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1.15;
  -webkit-tap-highlight-color: transparent;
  font-size: 13px;
  background: #08093a;
}

.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.tr .tr {
  display: block;
}
html .tr {
  display: none;
}

html.br .br {
  display: block;
}
html .br {
  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: 4;
  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: #6078f4;
}
.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("../img/lang-arr.png") 0 0 no-repeat;
  background-size: contain;
  width: 1.3em;
  position: relative;
  height: 0.8em;
  display: inline-block;
}
.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 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_jp {
  background-position: 0 -11.2em;
}
.lang_flag.flag_tr {
  background: url("../img/tr.png") center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.lang_flag.flag_br {
  background: url("../img/br.png") center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.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_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: #7e70a2;
  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: #3f357e;
}
.lang_list li:hover {
  background: #3f357e;
}
.lang_list li:first-of-type {
  padding-top: 1.25em;
}

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

#container {
  position: relative;
  z-index: 3;
  padding: 3.5em 0 0 0;
  box-sizing: border-box;
  background: url("../img/background-2.webp") 50% 0 no-repeat;
  background-size: cover;
  min-height: 100vh;
  overflow: hidden;
  height: 100em;
}

#container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  background-size: inherit;
  filter: blur(7px); /* Регулируйте степень размытия */
  z-index: -1;
}

.logo_wrap {
  margin: 0 0 0 0;
  
}
.logo_wrap img{
  
}
.logo {
  width: 29em;
  margin: 0 auto;
}

.girls_wrapper {
  width: 128em;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.girl_left {
  position: absolute;
  left: -8em;
  top: 0;
  max-width: 55em;
  display: block;
}

.girl_right {
  position: absolute;
  right: -15em;
  top: -2.5em;
  max-width: 55em;
  display: block;
}

.shadow-bg {
  background: url("../img/shadow_bg.png") top center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}

.wheel_wrap {
  margin: 0 auto;
  background: url("../img/wheel-holder.png") 50% 0 no-repeat;
  width: 128em;
  height: 128em;
  font-size: 55%;
  background-size: contain;
  position: relative;
  z-index: 20;
}

.wheel_spinner {
  position: absolute;
  width: 128em;
  height: 128em;
  left: 0;
  top: 0;
  z-index: 1;
}

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

.wheel_spinner_animated_1 {
  animation: 4s spinToOne ease-in-out 1;
}

.wheel_lights {
  position: absolute;
  width: 128em;
  height: 128em;
  z-index: 2;
  left: 0;
  top: 0;
}
.wheel_lights img {
  position: absolute;
  left: 0;
  top: 0;
}
.wheel_lights .wheel_light_2 {
  opacity: 0;
}
.wheel_lights.act .wheel_light_1 {
  animation: opacity 1s ease-in-out infinite;
}
.wheel_lights.act .wheel_light_2 {
  animation: opacity-reverse 1s ease-in-out infinite;
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes opacity-reverse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spinToOne {
  0% {
    transform: rotate(0deg);
  }
  70% {
    transform: rotate(723deg);
  }
  80% {
    transform: rotate(714deg);
  }
  100% {
    transform: rotate(720deg);
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.wheel_win_frame {
  position: absolute;
  background: url("../img/wheel-win-frame.png") 0 0 no-repeat;
  width: 9em;
  height: 13.5em;
  background-size: contain;
  top: 11em;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.wheel_btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 44em;
  background: url("../img/wheel-btn.png") 50% 0 no-repeat;
  -webkit-background-size: 42.1em 126.3em;
  background-size: 42.1em 126.3em;
  width: 42.1em;
  height: 42.1em;
  z-index: 4;
  cursor: pointer;
  padding: 16em 0;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wheel_btn:hover {
  background-position: 50% -42.1em;
}
.wheel_btn.clicked {
  background-position: 50% -84.2em !important;
}
.wheel_btn.clicked span {
  opacity: 0.6;
}
.wheel_btn span {
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  font-size: 5em;
  text-shadow: 0.05em 0.05em 0 #f6a300;
}
.wheel_btn span.tr {
  font-size: 5em;
}

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

.wheel_spinner_animated_1 {
  animation: 4s spinToOne ease-in-out 1;
}

.wheel_spinner .en_dol {
  display: none;
}

.txt_cur_dol {
  display: none;
}

html.cur_dol.en .wheel_spinner .en {
  display: none;
}
html.cur_dol.en .wheel_spinner .en_dol {
  display: block;
}
html.cur_dol .txt_cur_eur {
  display: none;
}
html.cur_dol .txt_cur_dol {
  display: inline;
}

.bg_gold {
  position: absolute;
  background: url("../img/gold.png") 0 0 no-repeat;
  width: 69.8em;
  height: 50.6em;
  background-size: contain;
  bottom: 3.6em;
  right: -60em;
  font-size: 181.82%;
}

.bg_man {
  position: absolute;
  background: url("../img/bod.png") 0 0 no-repeat;
  width: 38.9em;
  height: 65.2em;
  background-size: contain;
  bottom: 3.6em;
  right: -27.5em;
  font-size: 181.82%;
}

.bg_dog {
  position: absolute;
  background: url("../img/dog.png") 0 0 no-repeat;
  width: 20.9em;
  height: 20.2em;
  background-size: contain;
  bottom: 3.6em;
  left: -3.5em;
  font-size: 181.82%;
  z-index: 4;
}

.bg_knight {
  position: absolute;
  background: url("../img/Sold.png") 0 0 no-repeat;
  width: 74.3em;
  height: 71.3em;
  background-size: contain;
  bottom: 3.3em;
  left: -50.5em;
  font-size: 181.82%;
  z-index: -1;
}

#footer {
  text-align: center;
  padding: 3.2em 0 0 0;
  background: #032e52;
}
#footer img {
  width: 95%;
  max-width: 64.7em;
  margin: 0 auto 3.5em;
}
#footer div {
  font-size: 1.1em;
  color: #fff;
  max-width: 75em;
  opacity: 0.6;
  margin: 0 auto 2em;
}

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

.popup_window {
  position: relative;
  top: 10.5em;
  margin: 0 auto;
  background: url("../img/plate.png") 0 0 no-repeat;
  width: 62.8em;
  height: 53.8em;
  background-size: contain;
  text-align: center;
  box-sizing: border-box;
  padding: 7em 0 0 0;
}

.popup_title {
  color: #fff;
  font-size: 3.9em;
  margin: 0;
}

.popup_txt_1 {
  color: #fff;
  font-weight: 700;
  font-size: 5.6em;
  padding: 0 0.5em;
}
.popup_txt_1 i {
  font-style: normal;
  color: #ffe600;
}

.en .popup_txt_1 {
  padding: 0 1.5em;
}

.popup_btn_wrap {
  text-align: center;
  padding: 4em 0 1.5em 0;
}

.popup_btn {
  margin: 0 auto;
  transition: 0.2s ease background-color;
  background-color: #ef6100;
  box-shadow: 0 0.3em 0 #084483;
  width: 37.2em;
  height: 7.2em;
  box-sizing: border-box;
  text-align: center;
  border-radius: 3.8em;
  padding: 1.9em 4em;
  text-decoration: none;
  
}
.popup_btn:hover {
  background-color: #ff8a2c;
}
.popup_btn span {
  text-transform: uppercase;
  color: #fff;
  font-size: 2.5em;
  font-weight: 700;
  
}

.popup_tnc_wrap {
  font-size: 1.6em;
  margin-top: 20px;
}
.popup_tnc_wrap a {
  color: #6ba7e6;
  text-decoration: underline;
}

.girls_wrapper-mob {
  display: none;
}

@media (max-width: 2300px) and (orientation: landscape) {
  .page {
    font-size: 12px;
  }
}
@media (max-width: 2200px) and (orientation: landscape) {
  .page {
    font-size: 11px;
  }
}
@media (max-width: 2100px) and (orientation: landscape) {
  .page {
    font-size: 10px;
  }
}
@media (max-width: 1920px) and (orientation: landscape) {
  .page {
    font-size: 10px;
  }
}
@media (max-width: 1366px) and (orientation: landscape) {
  .page {
    font-size: 9px;
  }
}
@media (max-width: 1280px) and (orientation: landscape) {
  .page {
    font-size: 8px;
  }
}
@media (max-width: 930px) and (orientation: landscape) {
  .lang_switcher_outer {
    font-size: 7px;
  }

  .popup_window {
    top: 5em;
  }

  .page {
    font-size: 5px;
  }
}
@media (max-width: 930px) and (min-height: 650px) and (orientation: landscape) {
  .girls_wrapper {
    top: 11em;
  }

  .page {
    font-size: 6.5px;
  }
}
@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 (min-width: 700px) and (max-width: 800px) and (orientation: portrait) {
  .page {
    font-size: 9px;
  }

  .girls_wrapper {
    display: none;
  }

  .girls_wrapper-mob {
    display: block;
  }
  .girls_wrapper-mob img {
    display: block;
  }

  .shadow-bg {
    display: none;
  }
}
@media (min-width: 801px) and (max-width: 1030px) and (orientation: portrait) {
  .page {
    font-size: 9px;
  }

  .girls_wrapper {
    display: none;
  }

  .girls_wrapper-mob {
    display: block;
  }
  .girls_wrapper-mob img {
    display: block;
  }

  .shadow-bg {
    display: none;
  }
}
@media (max-width: 800px) and (orientation: portrait) {
  .girls_wrapper {
    display: none;
  }

  .girls_wrapper-mob {
    display: block;
  }
  .girls_wrapper-mob img {
    display: block;
  }

  .shadow-bg {
    display: none;
  }
}
@media (max-width: 699px) and (orientation: portrait) {
  .page {
    font-size: 9px;
  }
}
@media (max-width: 673px) and (orientation: portrait) {
  .lang_switcher_outer {
    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;
  }

  #container {
    background: url("../img/background-mobile1.webp") 50% 0 no-repeat;
    height: auto;
    padding: 1.5em 0 0 0;
    background-size: cover;
  }

  .wheel_wrap {
    font-size: 50%;
  }

  .bg_gold,
.bg_man,
.bg_dog,
.bg_knight {
    display: none;
  }

  #footer div {
    padding: 0 2em;
  }

  .popup_overlay {
    font-size: 7px;
  }
}
@media (max-width: 640px) and (orientation: portrait) {
  .page {
    font-size: 9.2px;
  }

  #container {
    background-size: 640px;
  }
}
@media (max-width: 590px) and (orientation: portrait) {
  .page {
    font-size: 8.75px;
  }

  #container {
    background-size: 590px;
  }
}
@media (max-width: 560px) and (orientation: portrait) {
  .page {
    font-size: 8.25px;
  }

  #container {
    background-size: 560px;
  }

  .wheel_wrap:after {
    font-size: 202%;
  }
}
@media (max-width: 530px) and (orientation: portrait) {
  .page {
    font-size: 7.8px;
  }

  #container {
    background-size: 530px;
  }
}
@media (max-width: 500px) and (orientation: portrait) {
  .page {
    font-size: 7.3px;
  }

  #container {
    background-size: 500px;
  }
}
@media (max-width: 470px) and (orientation: portrait) {
  .page {
    font-size: 6.85px;
  }

  #container {
    background-size: 470px;
  }

  .popup_overlay {
    font-size: 5.7px;
  }
}
@media (max-width: 440px) and (orientation: portrait) {
  .page {
    font-size: 6.5px;
  }

  #container {
    background-size: 440px;
  }
}
@media (max-width: 420px) and (orientation: portrait) {
  .page {
    font-size: 6.15px;
  }

  #container {
    background-size: 420px;
  }
}
@media (max-width: 395px) and (orientation: portrait) {
  .page {
    font-size: 5.8px;
  }

  #container {
    background-size: 395px;
  }
}
@media (max-width: 375px) and (orientation: portrait) {
  .page {
    font-size: 5.5px;
  }

  #container {
    background-size: 375px;
  }

  .popup_overlay {
    font-size: 5px;
  }
}
@media (max-width: 355px) and (orientation: portrait) {
  .page {
    font-size: 5.25px;
  }

  #container {
    background-size: 355px;
  }
}
@media (max-width: 336px) and (orientation: portrait) {
  .page {
    font-size: 5px;
  }

  #container {
    background-size: 336px;
  }
}