* {
  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: 'Inter', 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;
}

.modal__btn>a {
    position: absolute;
      top: -9999px;
      color: #fff0;
}

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: 'Inter', sans-serif;
  top: 30px;
  left: 150px;
  width: 56px;
  height: 28px;
  z-index: 4;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  background: url("../img/lang_switcher.webp") 0 0 no-repeat;
  background-size: contain;
  cursor: pointer;
}
.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;
}

.logo_img {
  width: 100px;
  margin-right: 20px;
}

.logo_text {
    font-weight: 700;
    font-size: 4.5em;
    color: white;
    text-transform: uppercase;
    text-shadow: 3px 3px 3px black;
}

.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: 0.5em 0 0 0;
  box-sizing: border-box;
  background: url("../img/bg_new.webp") 50% 0 no-repeat;
  background-size: cover;
  min-height: 100vh;
  overflow: hidden;
  height: 100em;
}



.logo_wrap {
  margin: 0 0 0 0;
  
}
.logo_wrap img{
  
}
.logo {
  margin: 0 auto;
  margin-top: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.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-wrapper.png") 50% 0 no-repeat;
  width: 128em;
  height: 128em;
  font-size: 52%;
  background-size: contain;
  position: relative;
  z-index: 20;
}

.wheel_spinner {
  position: absolute;
  width: 86em;
  /* height: 92em; */
  left: 0;
  top: 18.5em;
  /* bottom: 0; */
  right: 0;
  /* margin: 0 auto; */
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  /* left: 50%; */
  transform: translate(-46em, 0);
}

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

.wheel_btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40em;
  background: url("../img/button.png") 50% 0 no-repeat;
  -webkit-background-size: 42.1em 126.3em;
  background-size: cover;
  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;
  transition: transform .2s;
}
.wheel_btn:hover {
  /* background-position: 50% -42.1em; */
  /* transform: scale(1); */
  /* box-shadow: 0 0 10px beige; */
  /* opacity: 0.9; */
}
.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: 6em;
  text-transform: uppercase;
  -webkit-text-stroke: 2px #510542;
  -webkit-text-fill-color: white;
  /* text-shadow: 0 4px 4px #00000036; */
  /* transform: translateX(-50%); */
}
.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/plate3.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: #628dba;
  text-decoration: underline;
}

.girls_wrapper-mob {
  display: none;
}
.slogan_wrap{text-align: center;margin-top: 4em;}
.slogan_first{
  font-weight: 700;
  font-size: 3.5em;
  color: white;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
.slogan_second{
  font-weight: 900;
  font-size: 5.2em;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #991B80;
  -webkit-text-fill-color: #FFEA03;
}

.popup_wrapper {
  top: 0;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #0000006b;
  z-index: 999;
  display: none;
}

.popup_content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 96%;
  max-width: 650px;
  width: 100%;
  transform: translate(-50%, -50%) scale(1);
  animation: openPopup 0.5s forwards;
  display: flex;
  flex-direction: column;
  background: rgb(95, 0, 143);
  align-items: center;
  border-radius: 15px;
  box-shadow: 0px 0px 25px 10px #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 10px 35px 10px;
  gap: 10px;
}

.popup_content p {
  font-size: 40px;
  font-weight: 800;
  color: #fff;
  text-align: center;
}

.prize_popup {
  -webkit-text-stroke: 1px #991B80;
  -webkit-text-fill-color: #FFEA03;
}

.popup-btn {
  background: #DE2C25;
  padding: 10px 30px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 15px;
  text-align: center;
  display: flex;
  font-weight: 800;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-shadow: 1px 1px 1px black;
  text-decoration: none;
  cursor: pointer;
  animation: pulse 2s infinite;
  font-size: 44px;
}

.opened {
  display: block;
}

.close {
  position: absolute;
  height: 20px;
  width: 20px;
  right: 15px;
  top: 15px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1;
  outline: none;
}

.claim {
  font-size: 24px !important;
  max-width: 90%;
  font-weight: 700;
}

.spins {
  font-weight: 700;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #991B80;
  -webkit-text-fill-color: #FFEA03;
}

.popup_btn:hover {
  color: #fff;
  transition: 0.2s;
}

@media (max-width: 650px) {
  .popup_btn {
    font-size: 18px;
    height: 50px;
    bottom: 12px;
    padding-top: 10px;
  }

  .popup-head {
    font-size: 20px !important;
  } 

  .popup_content {
    width: 80%;
  }

  .popup_btn {
    max-width: 70%;
    font-size: 30px;
  }

  .claim {
    font-size: 24px !important;
    max-width: 90%;
    font-weight: 700;
  }

  .prize_popup {
    font-size: 32px !important;
  }

}

@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) {

  .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;
    left: 3em;
    top: 4em;
  }
  .lang_switcher_outer p {
    display: none;
  }
  .lang_switcher_outer .lang_switcher .curr_lang {
    margin: 0 0.5em 0 1em;
  }

  .logo_img {
    width: 60px;
  }

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

  .wheel_wrap {
    font-size: 56%;
    left: -6em;
    top: 12em;
  }
  .slogan_wrap {
    text-align: center;
    margin-top: 2em;
}
.slogan_second {
  font-size: 4.5em;
  -webkit-text-stroke: 1px #991B80;
}
.wheel_btn span {
  -webkit-text-stroke: 1px #510542;

}

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

@keyframes openPopup {
  0% {
      transform: translate(-50%, -50%) scale(0);
  }
  100% {
      transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes pulse {
  0% {
      transform: scale(1)
  }
  50% {
      transform: scale(1.02)
  }
  100% {
      transform: scale(1)
  }
}