*,
.fewmodal {
  -webkit-box-sizing: border-box;
}

*,
html {
  margin: 0;
  padding: 0;
}

.page,
html {
  overflow-x: hidden;
}

.page,
.wheel_bonus_txt {
  font-family: Roboto, Arial, sans-serif;
}

.wheel_bonus_txt,
.wheel_btn {
  text-transform: uppercase;
  text-align: center;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "elektratextpro";
  src: url("../fonts/elektratextpro_bolditalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

html {
  min-height: 100%;
}

.desk {
  display: block;
}

.mob {
  display: none;
}

a {
  text-decoration: none !important;
}

.page {}

@-webkit-keyframes play {
  0% {
    background-image: url(../img/logo-3.png);
  }

  20% {
    background-image: url(../img/logo-1.png);
  }

  40% {
    background-image: url(../img/logo.png);
  }

  60% {
    background-image: url(../img/logo-1.png);
  }

  80% {
    background-image: url(../img/logo.png);
  }

  100% {
    background-image: url(../img/logo-2.png);
  }
}

@keyframes play {
  0% {
    background-image: url(../img/logo-3.png);
  }

  20% {
    background-image: url(../img/logo-1.png);
  }

  40% {
    background-image: url(../img/logo.png);
  }

  60% {
    background-image: url(../img/logo-1.png);
  }

  80% {
    background-image: url(../img/logo.png);
  }

  100% {
    background-image: url(../img/logo-2.png);
  }
}

/* .page__wrap {
  position: relative;
  overflow: hidden;
  min-height: 1080px;
  padding-top: 244px;
  padding-left: 110px;
} */

.page__wrap {
  position: relative;
  overflow: hidden;
  /* min-height: 1080px; */
  background: url(../img/bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  /* padding-top: 244px;
  padding-left: 110px; */
}

.circle {
  position: absolute;
  left: -39px;
  z-index: -1;
  top: -42px;
}

.monets {
  position: absolute;
  left: -265px;
  top: 343px;
}



.game-point {
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 11;
}

.girl-mobile {
  display: none;
}

/* .page__wrap::before {
  content: "";
  background: url(../img/ground.png) no-repeat;
  background-size: contain;
  background-position: center top;
  width: 1920px;
  min-height: 1080px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
} */


@media only screen and (max-width: 1400px) {
  .page__wrap::before {
    background: url(../img/ground-1400.png) no-repeat;
    background-size: 50% / cover;
    background-position: top center;
  }
}

@media only screen and (max-width: 1400px) {
  .page__wrap {
    position: relative;
    overflow: hidden;
    /* min-height: 100vh;
    padding-top: 155px;
    padding-left: 0px; */
  }
}

@media only screen and (max-width: 991px) {
  .page__wrap::before {
    background: url(../img/groun-mobile.png) no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
  }

  .page__wrap {
    padding-left: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .girl-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

/* .game-layout {
  max-width: 695px;
  width: 695px;
  height: 695px;
  position: relative;
  margin: 0 auto;
} */

.game-layout {
  max-width: 695px;
  position: relative;
  margin: 0 auto;
  /* top: 255px; */
  /* top: calc(50% - 41.388999999999996vh); */
  /* height: 100vh; */
  /* bottom: 0; */

}

.girl-desc {
  position: absolute;
  left: 0;
  bottom: -5px;
  z-index: 25;
}

.girl-desc img {
  max-width: 568px;
  max-height: 90vh;
  width: 100%;
  height: 100%;
}

.monets-left img {
  /* height: 90vh; */
  object-fit: cover;
  width: 100%;
  max-height: 70vh;
}

.game-layout::before {
  content: "";
  width: 142px;
  height: 138px;
  background: url(../img/rubick.png) no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  right: -52px;
  z-index: 11;
  top: 44.5%;
  transform: translate(0, -50%);
}

@media only screen and (max-width: 991px) {
  .game-layout::before {
    width: 75px;
    height: 70px;
    right: -20px;
  }
}

.game-layout-a {
  position: absolute;
  left: 50.3%;
  top: 3%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  height: 100%;
  width: auto;
}

.glow-desc {
  display: block;
}

.glow-mob {
  display: none;
}

.game-layout__body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: relative;
  z-index: 9;
}

.wheel_bonus_info {
  position: absolute;
  left: 3em;
  top: -9.5em;
  display: none !important;
}

.wheel_bonus_txt {
  margin-bottom: 1em;
  font-weight: 700;
  color: #acacfd;
  font-size: 24px;
}

.wheel_txt {
  position: absolute;
  left: 50%;
  z-index: 3;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 40px;
  height: 146px;
  display: block;
  width: 704px;
  -webkit-animation: opac 1s ease-in-out infinite;
  animation: opac 1s ease-in-out infinite;
  z-index: 99;
}

@-webkit-keyframes opac {
  0% {
    opacity: 0.6;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.6;
  }
}

@keyframes opac {
  0% {
    opacity: 0.6;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.6;
  }
}

.bonus_1,
.bonus_2 {
  width: 171px;
  height: 135px;
  margin: 0 auto 0.25em;
  background-size: contain;
  background-repeat: no-repeat;
  display: none;
  position: relative;
  z-index: -1;
}

.bonus_1 {
  background-image: url(../img/bonus-1.png);
}

.bonus_2 {
  background-image: url(../img/bonus-2-1.png);
}

.bonus_1.showed,
.bonus_2.showed {
  display: block;
}

.wheel {
  position: relative;
  width: 100%;
  max-width: 65em;
  margin: 0 auto;
  height: 65em;
}

.popup_btn_1,
.popup_btn_2,
.wheel_btn {
  background-color: transparent;
  outline: 0;
}

.wheel__spinner-holder {
  position: relative;
  left: 0.1em;
  top: 0.1em;
  width: 64.2em;
  height: 64.2em;
}

.wheel__spinner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.wheel_btn {
  color: #fff;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  bottom: -120px;
  font-size: inherit;
  border: none;
  border-radius: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 691px;
  height: 276px;
  background: url(../img/btn.png) no-repeat;
  background-size: cover;
  transition: 300ms;
}

.wheel_btn:hover {
  transform: scale(1.1) translate(-45%, 0);
}

.wheel_btn span {
  font-size: 28px;
  color: #fdff7a;
  font-family: "elektratextpro";
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
}

.btn_decor {
  position: absolute;
  left: 50.8%;
  top: 39.5%;
}

.wheel__win-frame {
  display: none !important;
  position: absolute;
  left: 0;
  right: 0;
  top: -2.5em;
  z-index: 4;
  margin: auto;
  width: 22.7em;
  height: 27.5em;
  background: url(../img/wheel-win-frame.png) 50% 0 no-repeat;
  background-size: contain;
}

.game-spins {
  position: absolute;
  top: 43%;
  left: 44%;
  transform: translate(-50%, -50);
  z-index: 11;
}

.game-block {
  /* height: 100vh; */
  position: absolute;
  width: 100%;
  bottom: 100px;
}

.game-spins p {
  font-size: 24px;
  text-transform: lowercase;
  color: #fff;
  text-align: center;
}

.game-spins span {
  color: #ffd900;
  font-size: 62px;
  display: block;
  text-align: center;
  font-weight: 700;
}

.fewmodal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 355;
  display: none;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 10px;
  width: 100%;
  height: 100vh;
}

.fewmodal__body {
  max-width: 473px;
  max-height: 630px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  border-radius: 45px;
}

.fewmodal__body:before {
  content: "";
  width: calc(100% + 26px);
  height: 79px;
  background: url(../img/top-popup.png) no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  left: -13px;
}

.fewmodal__body:after {
  content: "";
  width: calc(100% + 26px);
  height: 79px;
  background: url(../img/bot-popup.png) no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  bottom: 0;
  left: -13px;
}

.fewmodal__body.fewmodal__1,
.fewmodal__body.fewmodal__2 {
  height: 100%;
  width: 100%;
  background-size: 100% 100%;
  max-width: 473px;
  max-height: 630px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.popup_btn_1,
.popup_btn_2 {
  border: none;
  background-repeat: no-repeat;
  background-size: 80% 200%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  cursor: pointer;
  text-align: center;
}

.fewmodal__content {
  max-height: 450px;
  max-width: 500px;
  text-align: center;
  color: #000;
  margin: 0 auto;
}

.fewmodal_txt_1,
.fewmodal_txt_3 {
  font-size: 36px;
  text-transform: uppercase;
  color: #00fc1e;
  margin-bottom: 70px;
  font-family: "elektratextpro";
  font-weight: 700;
  font-style: italic;
}

.fewmodal_txt_2,
.fewmodal_txt_4,
.fewmodal_txt_5,
.popup_btn_1 {
  font-family: Akrobat, Arial, sans-serif;
}

.fewmodal__1 .fewmodal_txt_1 {
  padding-top: 0.5em;
  padding-bottom: 0.25em;
}

.fewmodal_txt_2,
.fewmodal_txt_4,
.fewmodal_txt_5 {
  font-size: 36px;
  line-height: 1.25;
  font-family: "elektratextpro";
  color: #fff;
  font-weight: 700;
  font-style: italic;
  text-shadow: 0px 0px 12px #8936d4;
}

.fewmodal_txt_2 span,
.fewmodal_txt_4 span,
.fewmodal_txt_5 {
  color: #acacfd;
}

.fewmodal_bonuses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 140%;
  padding: 1.5em 0 0.75em;
}

.fewmodal_bonuses .bonus_1,
.fewmodal_bonuses .bonus_2 {
  margin: 0 1em;
  z-index: 0;
}

.popup_btn_1 {
  width: 316px;
  margin: 70px auto 0;
  height: 66px;
  background: url(../img/btn-popup.png) no-repeat;
  background-size: cover;
  font-size: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 900;
}

.popup_btn_1 span,
.popup_btn_2 span {
  font-size: 28px;
  line-height: 1;
  font-family: "elektratextpro";
  font-weight: 700;
  font-style: italic;
  color: #fdff7a;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
}

.popup_btn_1:hover {
  background: url(../img/btn-popup-hover.png) no-repeat;
  background-size: cover;
}

.popup_btn_2 {
  width: 316px;
  margin: 70px auto 0;
  height: 66px;
  background: url(../img/btn-popup.png) no-repeat;
  background-size: cover;
  font-size: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup_btn_2:hover {
  background: url(../img/btn-popup-hover.png) no-repeat;
  background-size: cover;
}

#popup_form,
.fld_outer {
  -webkit-box-sizing: border-box;
  width: 44em;
}

#popup_form {
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
}

.fld_outer {
  box-sizing: border-box;
  margin: 0 auto 2em;
  height: 4.3em;
  border: 0.1em solid #d01515;
  border-radius: 0.4em;
  background: #2b0b00;
  position: relative;
}

.fld,
.fld_error {
  width: 100%;
  font-family: Akrobat, Arial, sans-serif;
}

.fld {
  background: 0 0;
  border: none;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #d01515;
  padding: 0 0.9em;
  font-size: 1.6em;
  outline: 0;
}

.fld_error {
  position: absolute;
  left: 0;
  top: 3.5em;
  font-size: 1.2em;
  color: red;
  text-align: center;
  font-weight: 700;
  display: none;
}

.fld_outer.has_error .fld_error {
  display: block;
}

.fld::-webkit-input-placeholder {
  color: #d01515;
}

.fld::-moz-placeholder {
  color: #d01515;
}

.fld:-moz-placeholder {
  color: #d01515;
}

.fld:-ms-input-placeholder {
  color: #d01515;
}

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

.wheel__spinner_animated-1 {
  -webkit-animation: 8.1s spinToOne ease-in-out 1;
  animation: 8.1s spinToOne ease-in-out 1;
}

.wheel__spinner_animated-2 {
  -webkit-animation: 8s spinToTwo ease-in-out 1 forwards;
  animation: 8s spinToTwo ease-in-out 1 forwards;
}

@-webkit-keyframes spinner {

  0%,
  100% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  50% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes spinner {

  0%,
  100% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  50% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@-webkit-keyframes spinToOne {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  70% {
    -webkit-transform: rotate(1669deg);
    transform: rotate(1669deg);
  }

  80% {
    -webkit-transform: rotate(1659deg);
    transform: rotate(1659deg);
  }

  100% {
    -webkit-transform: rotate(1665deg);
    transform: rotate(1665deg);
  }
}

@keyframes spinToOne {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  70% {
    -webkit-transform: rotate(1669deg);
    transform: rotate(1669deg);
  }

  80% {
    -webkit-transform: rotate(1659deg);
    transform: rotate(1659deg);
  }

  100% {
    -webkit-transform: rotate(1665deg);
    transform: rotate(1665deg);
  }
}

@-webkit-keyframes spinToTwo {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  70% {
    -webkit-transform: rotate(1989deg);
    transform: rotate(1989deg);
  }

  80% {
    -webkit-transform: rotate(1979deg);
    transform: rotate(1979deg);
  }

  100% {
    -webkit-transform: rotate(1983deg);
    transform: rotate(1983deg);
  }
}

@keyframes spinToTwo {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  70% {
    -webkit-transform: rotate(2089deg);
    transform: rotate(1989deg);
  }

  80% {
    -webkit-transform: rotate(1979deg);
    transform: rotate(1979deg);
  }

  100% {
    -webkit-transform: rotate(1983deg);
    transform: rotate(1983deg);
  }
}

.glow {
  -webkit-animation: 1s glow ease-in-out infinite;
  animation: 1s glow ease-in-out infinite;
}

@-webkit-keyframes glow {

  0%,
  to {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@keyframes glow {

  0%,
  to {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

.wheel {
  height: 695px;
  min-height: 695px;
}

.fewmodal__content {
  width: 927px;
  min-width: 927px;
  max-width: 927px;
}

@media only screen and (max-width: 991px) {
  .fewmodal__content {
    width: 400px;
    min-width: 400px;
    max-width: 500px;
  }

  .fewmodal__content img {
    width: 100%;
    height: 100%;
  }
}

.fewmodal__1.active {
  transform: translateY(-1000px);
  transition: 1000ms;
}

.modal-seven {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 708px;
  bottom: -120px;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
}

@media only screen and (max-width: 991px) {
  .modal-seven {
    width: 300px;
    bottom: 50px;
  }

  .modal-seven img {
    width: 100%;
    height: 100%;
  }
}

.modal-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 695px;
  height: 278px;
  background: url(../img/btn-2.png) no-repeat;
  background-size: contain;
  z-index: 11;
  position: relative;
  font-size: 30px;
  text-transform: uppercase;
  transition: 300ms;
  font-weight: 700;
  color: #000;
  background-position: center center;
  margin-top: 700px;
}

@media only screen and (max-width: 991px) {
  .modal-btn {
    position: absolute;
    bottom: -20px;
    width: 320px;
    background-size: cover;
    height: 120px;
    font-size: 22px;
  }
}

.modal-btn:hover {
  transform: scale(1.1);
}

.modal-win {
  padding: 40px;
  background: rgba(32, 32, 32, 0.3);
  backdrop-filter: blur(44px);
  border-radius: 30px;
  position: absolute;
  max-width: 515px;
  color: #fff;
  font-size: 45px;
  top: -100px;
  font-weight: 400;
  right: -1500px;
  transition: 1000ms;
}

.modal-win.active {
  right: -300px;
}

.modal-girl {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  transition: 1000ms;
  right: -1500px;
}

.modal-girl.active {
  right: -720px;
}

@media only screen and (max-width: 991px) {
  .modal-win {
    top: 160px;
    font-size: 22px;
    padding: 15px;
  }

  .modal-win.active {
    right: 20px;
  }

  .modal-girl {
    display: none;
  }
}

/* .monets-left {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  left: 0;
  position: absolute;
} */

.monets-left {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 26;
}


.monets-bot {
  position: absolute;
  left: 50%;
  z-index: 19;
  bottom: 114px;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  justify-content: center;
}



.game-layout {
  z-index: 20;
}

@media only screen and (max-width: 991px) {
  .game-layout {
    max-width: 571px;
    height: 571px;
    width: 100%;
  }

  .page__wrap {
    padding-bottom: 60px;
  }

  .wheel {
    min-height: 571px;
    height: 571px;
  }

  .wheel_btn {
    width: 320px;
    height: 84px;
    background: url(../img/btn-mobile.png) no-repeat;
    background-size: cover;
    bottom: -30px;
    border-radius: 0;
  }
}

@media only screen and (max-width: 639px) {
  .game-layout {
    max-width: 371px;
    height: 371px;
    min-width: 371px;
  }

  .page__wrap {
    padding-bottom: 60px;
  }

  .wheel {
    min-height: 371px;
    height: 371px;
  }

  .page__wrap {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 1400px) {
  /* .wheel {
    min-width: 515px;
    width: 515px;
    height: 515px;
    min-height: 515px;
    margin-left: 80px;
  } */
}

@media only screen and (max-width: 1400px) {
  .wheel_btn {
    color: #fff;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    bottom: -18px;
    font-size: inherit;
    border: none;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 507px;
    height: 176px;
    background: url(../img/btn.png) no-repeat;
    background-size: cover;
    transition: 300ms;
  }
}

@media only screen and (max-width: 1400px) {
  /* .game-spins {
    top: 30%;
    left: 43%;
  } */
}

@media only screen and (max-width: 991px) {
  .game-spins {
    top: 41%;
    left: 43%;
  }
}

@media only screen and (max-width: 1400px) {

  .monets-left,
  .monets-bot {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .game-layout {
    max-width: 571px;
    height: 571px;
    width: 100%;
  }

  .page__wrap {
    padding-bottom: 60px;
  }

  .wheel {
    min-height: 571px;
    height: 571px;
    width: 571px;
    min-width: 571px;
    margin-left: 0;
  }

  .wheel_btn {
    width: 320px;
    height: 84px;
    background: url(../img/btn-mobile.png) no-repeat;
    background-size: cover;
    bottom: -30px;
    border-radius: 0;
  }
}

@media only screen and (max-width: 639px) {
  .game-point {
    width: 65px;
    height: 72px;
    top: -25px;
  }

  .game-point img {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 639px) {
  .game-spins p {
    font-size: 17px;
    margin-bottom: -5px;
  }

  .game-spins span {
    font-size: 53px;
  }

  .game-spins {
    top: 39%;
    left: 42%;
  }
}

@media only screen and (max-width: 639px) {
  .monets-bot {
    display: none;
  }

  .monets-left {
    display: none;
  }

  .wheel {
    width: 371px;
    height: 371px;
    min-height: 371px;
    min-width: 371px;
    margin: 0 auto;
  }

  .game-spins {
    top: 26%;
    left: 45%;
  }
}


/* new */

.logo {
  margin: 40px auto;
  margin: 4.162vh auto;
  width: 290px;
  width: 15.10vw;
  display: flex;
  justify-content: center;
}

.logo img {
  height: 9vh;
}

.game-block {
  position: absolute;
  width: 100vw;
  bottom: 95px;
  bottom: 8vh;
}

.modal-girl.active {
  right: 0;
  bottom: 0;
}

.modal-girl {
  display: flex;
  align-items: center;
  justify-content: end;
  position: absolute;
  transition: 1000ms;
  right: -1500px;
}

.fewmodal__body.fewmodal__1, .fewmodal__body.fewmodal__2 {
  height: 100%;
  width: 100%;
  background-size: 100% 100%;
  max-width: inherit;
  max-height: inherit;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-win.active {
  right: 300px;
  right: 31.2vh;
}

.modal-win {
  padding: 30px;
  padding: 3.1vh;
  background: rgba(32, 32, 32, 0.3);
  backdrop-filter: blur(44px);
  border-radius: 30px;
  border-radius: 3.12vh;
  position: absolute;
  max-width: 515px;
  max-width: 53.59vh;
  color: #fff;
  font-size: 32px;
  font-size: 3.32vh;
  top: 175px;
  top: 18.2vh;
  font-weight: 400;
  right: -1500px;
  right: -156.08vh;
  transition: 1000ms;
}

.modal-seven img {
  width: 70%;
  height: 70%;
}

.game-layout {
  max-width: 530px;
  max-width: 55vh;
  position: relative;
  margin: 0 auto;
}

.game-layout::before {
  content: "";
  width: 142px;
  width: 15vh;
  height: 138px;
  height: 15vh;
  background: url(../img/rubick.png) no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  right: -52px;
  right: -3vh;
  z-index: 11;
  top: 44.5%;
  transform: translate(0, -50%);
}

.game-point {
  position: absolute;
  top: -45px;
  top: -5vh;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 11;
}

.game-point img {
  /* width: 75%; */
  width: 8vh;
  height: 9vh;
}

.game-spins p {
  font-size: 20px;
  font-size: 2.08vh;
  text-transform: lowercase;
  color: #fff;
  text-align: center;
}

.game-spins span {
  color: #ffd900;
  font-size: 55px;
  font-size: 5.7vh;
  display: block;
  text-align: center;
  font-weight: 700;
}

.wheel {
  height: 530px;
  min-height: 530px;
  min-height: 55.15vh;
  height: 55.15vh;
}

.wheel__spinner {
  width: 55vh;
  height: 55vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.wheel_btn {
  color: #fff;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  bottom: -120px;
  bottom: -11.48vh;
  font-size: inherit;
  border: none;
  border-radius: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 600px;
  width: 55vh;
  height: 240px;
  height: 23vh;
  background: url(../img/btn.png) no-repeat;
  background-size: cover;
  transition: 300ms;
  background-position: center;
}

.monets {
  position: absolute;
  left: -188px;
  left: -20vh;
  top: 262px;
  top: 27vh;
}

.monets img {
  width: 975px;
  width: 100vh;
}

.circle {
  position: absolute;
  left: -25px;
  left: -2.60vh;
  z-index: -10;
  top: -25px;
  top: -2.60vh;
}

.circle img {
  width: 580px;
  height: 580px;
  width: 60vh;
  height: 60vh;
}

.modal-girl img {
  width: 80%;
  object-fit: cover;
  max-height: 100vh;
}

.modal-seven {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 708px;
  width: 74vh;
  bottom: -120px;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
}

.modal-btn {
  width: 695px;
  width: 70vh;
  height: 278px;
  height: 25vh;
 
  font-size: 30px;
  font-size: 3.12vh;
 
  margin-top: 700px;
  margin-top: 72.8vh;
}

@media only screen and (max-width: 1440px) {

  .logo {
    width: 24.1vw;
}

.girl-desc img {
  max-height: 520px;
  max-height: 57.7vh;
}

  .game-block {
    bottom: 55px;
    bottom: 6.1vh;
}

.game-layout {
  max-width: 350px;
  max-width: 38.8vh;
}

.game-layout::before {
  width: 142px;
  width: 10vh;
  height: 138px;
  height: 10vh;
  right: -52px;
  right: -3vh;
  z-index: 11;
  top: 18vh;
}

.game-point {
  top: -31px;
  top: -3.4vh;
  left: 50%;
}

.game-point img {
  width: 50%;
  height: 50%;
  width: 5vh;
  height: 6vh;
}

.game-spins p {
  font-size: 14px;
  font-size: 1.5vh;
}

.game-spins span {
  font-size: 35px;
  font-size: 4vh;
}

.wheel {
  height: 350px;
  min-height: 350px;

  height: 38.8vh;
  min-height: 38.8vh;
}

.wheel__spinner {
  width: 39vh;
  height: 39vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.wheel_btn {
  width: 320px;
  height: 110px;
  bottom: -45px;

  width: 35.5vh;
  height: 12.2vh;
  bottom: -5vh;
}

.monets {
  position: absolute;
  left: -128px;
  top: 169px;
  left: -14.2vh;
  top: 18.7vh;
}

.monets img {
  width: 643px;
  width: 71.4vh;
}

.circle {
  position: absolute;
  left: -15px;
  z-index: -1;
  top: -17px;

  left: -1.6vh;
  top: -1.8vh;
}

.circle img {
  width: 380px;
  height: 380px;

  width: 42.2vh;
  height: 42.2vh;
}

.modal-seven img {
  width: 60%;
  height: 60%;
}

.modal-btn {
  width: 480px;
  width: 25vw;
  height: 130px;
  height: 18vh;
  font-size: 22px;
  font-size: 2.4vh;
  margin-top: 545px;
  margin-top: 60.5vh;
}

.modal-win {
  padding: 20px;
  padding: 2.22vh;
  max-width: 385px;
  max-width: 32.7vh;
  font-size: 25px;
  font-size: 2.7vh;
  top: 100px;
  top: 15vh;
}

.modal-win.active {
  right: 250px;
  right: 30vh;
}

.modal-girl.active {
  right: 0;
  bottom: 0;
}

.modal-girl img {
  height: 50%;
  width: 60%;
}

.fewmodal__body.fewmodal__1, .fewmodal__body.fewmodal__2 {
  max-width: initial;
  max-height: initial;
}

.modal-girl {
  justify-content: end;
}

.monets-left img {
  width: 70%;
  object-fit: cover;
}

.monets-left {
  justify-content: start;
}


}

@media only screen and (max-width: 991px)  {

  .logo {
    display: none;
  }

  .girl-desc {
    display: none;
  }

  .girl-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 43px;
    top: 10vh;
    left: 47%;
    transform: translate(-50%, 0);
}

.girl-mobile img {
  height: 70vh;
}
  
  .wheel {
    min-height: 217px;
    height: 346px;
    min-height: 26.7vh;
    height: 42.6vh;
    width: 100%;
    min-width: 100%;
    margin-left: 0;
  }
  
  .game-block {
    bottom: -165px;
    bottom: -25.32vh;
}


.modal-seven {
  width: 600px;
  width: 80vh;
  bottom: 155px;
  bottom: 20vh;
}

.game-spins {
  top: 26%;
  top: 17vh;
  left: 44%;
}

.game-layout {
  max-width: 39vh;
  height: 571px;
  height: 70vh;
  width: 100%;
}

.game-layout::before {
  width: 8vh;
  height: 8vh;
  top: 16.5vh;
}

.modal-girl.active {
  right: 0;
  bottom: 0;
  /* top: -39px; */
  z-index: -1;
}

.modal-btn {
  position: absolute;
  bottom: 104px;
  bottom: 15vh;
  width: 320px;
  width: 38vh;
  background-size: cover;
  height: 120px;
  height: 17vh;
  font-size: 22px;
  font-size: 3vh;
}

.modal-win.active {
  right: 20vh;
  top: 35vh;
  font-size: 2vh;
}


.game-point {
  top: -41px;
  top: -3.5vh;
}

.wheel_btn {
  bottom: -1vh;
}

}
  
@media only screen and (max-width: 639px) {
  .game-layout {
    min-width: 320px;
    min-width: 9vh;
}

.game-layout::before {
  width: 8vh;
  height: 8vh;
  top: 17vh;
}


.game-point {
  top: -41px;
  top: -6vh;
}

.modal-girl.active {
  right: 0;
  bottom: 185px;
  bottom: 25vh;
  /* top: -39px; */
  z-index: -1;
}

.modal-girl img {
  height: 50%;
  width: 90%;
  width: 45vh;
  height: 65vh;
}

.modal-seven {
  width: 600px;
  width: 85vh;
  bottom: 15px;
  bottom: 3vh;
}

.modal-btn {
  position: absolute;
  bottom: -15px;
  bottom: -2vh;
  width: 320px;
  width: 38vh;
  background-size: cover;
  height: 120px;
  height: 18vh;
  font-size: 22px;
  font-size: 3.2vh;
}

.modal-win.active {
  right: 85px;
  right: 24vh;
  top: 10vh;
}

}