@charset "UTF-8";

@keyframes rotation-loader {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(360deg)
  }
}

@-webkit-keyframes spinTo1 {
  0% {
    -webkit-transform: rotate(-44deg);
    transform: rotate(-44deg)
  }

  to {
    transform: rotate(1080deg)
  }
}

@-webkit-keyframes spinTo2 {
  0% {
    transform: rotate(-4deg)
  }

  to {
    transform: rotate(1396deg)
  }
}

@-webkit-keyframes spinTo3 {
  0% {
    transform: rotate(-4deg)
  }

  to {
    transform: rotate(1351deg)
  }
}

@-webkit-keyframes spinTo4 {
  0% {
    transform: rotate(-4deg)
  }

  to {
    transform: rotate(1305deg)
  }
}

@-webkit-keyframes spinTo5 {
  0% {
    transform: rotate(-4deg)
  }

  to {
    transform: rotate(1261deg)
  }
}

@-webkit-keyframes spinTo6 {
  0% {
    transform: rotate(-4deg)
  }

  to {
    transform: rotate(1217deg)
  }
}

@-webkit-keyframes spinTo7 {
  0% {
    transform: rotate(-4deg)
  }

  to {
    transform: rotate(1531deg)
  }
}

@-webkit-keyframes spinTo8 {
  0% {
    transform: rotate(-4deg)
  }

  to {
    transform: rotate(1485deg)
  }
}

@-webkit-keyframes spinner-win {

  0%,
  to {
    transform: rotate(1080deg)
  }

  50% {
    transform: rotate(1085deg)
  }
}

@keyframes flip {
  0% {
    transform: perspective(800px) scale3d(.85, .85, .85) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg) scaleY(-1);
    animation-timing-function: ease-out
  }

  40% {
    transform: perspective(800px) scale3d(.85, .85, .85) translate3d(0, 0, 150px) scaleY(-1) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out
  }

  50% {
    transform: perspective(800px) scale3d(.85, .85, .85) translate3d(0, 0, 150px) scaleY(-1) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in
  }

  80% {
    transform: perspective(800px) scale3d(.8, .8, .8) translate3d(0, 0, 0) scaleY(-1) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in
  }

  to {
    transform: perspective(800px) scale3d(.85, .85, .85) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg) scaleY(-1);
    animation-timing-function: ease-in
  }
}

@keyframes kist {
  50% {
    transform: translate(-50%, 1%) rotate(-5deg) scale(1.1)
  }
}

@keyframes logo {
  50% {
    transform: scale(1.1)
  }
}

@-webkit-keyframes scaleButton {

  0%,
  to {
    transform: scale(1)
  }

  50% {
    transform: scale(.98)
  }
}

@-webkit-keyframes spinner {

  0%,
  to {
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg)
  }

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

@-webkit-keyframes spin {

  0%,
  to {
    opacity: .5
  }

  50% {
    opacity: .2
  }
}

@keyframes kist1 {
  50% {
    transform: translate(-50%, 1%) rotate(-1deg) scale(1.05)
  }
}

* {
  margin: 0;
  padding: 0
}

*,
::after,
::before {
  box-sizing: border-box
}

ol[role=list],
ul[role=list] {
  list-style: none
}

html:focus-within {
  scroll-behavior: smooth
}

a {
  text-decoration: none !important
}

a:not([class]) {
  text-decoration-skip-ink: auto
}

canvas,
img,
picture,
svg,
video {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover
}

button,
input,
select,
textarea {
  font: inherit
}

@media (prefers-reduced-motion:reduce) {
  html:focus-within {
    scroll-behavior: auto
  }

  *,
  ::after,
  ::before {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
    transition: none
  }
}

body,
html {
  height: 100%;
  scroll-behavior: smooth
}

.hidden {
  display: none !important
}

.visible {
  display: flex !important
}

body {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  width: 100vw;
  min-height: 100vh;
  padding: 0;
  background-size: cover;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  font-size: 16px;
  font-style: normal;
  overflow-x: hidden
}

.bottom__section-button span {
  height: auto
}

.bottom__section-button .button-loader {
  display: none
}

.bottom__section-button.is--link {
  display: flex;
  align-items: center;
  justify-content: center
}

.bottom__section-button.is--disabled {
  pointer-events: none
}

.bottom__section-button.is--disabled span {
  opacity: .2
}

.bottom__section-button.is--disabled .button-loader,
body {
  display: flex
}

.button-loader {
  position: absolute;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.button-loader span {
  width: 30px !important;
  height: 30px !important;
  border: 4px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation-loader 1s linear infinite;
  opacity: 1 !important;
  margin-left: 0 !important;
  margin-right: 0 !important
}

.wheel__spinner_win_1 {
  animation: 3s spinTo1 ease-in-out forwards !important
}

.wheel__spinner_win_2 {
  animation: 3s spinTo2 ease-in-out forwards
}

.wheel__spinner_win_3 {
  animation: 3s spinTo3 ease-in-out forwards
}

.wheel__spinner_win_4 {
  animation: 3s spinTo4 ease-in-out forwards
}

.wheel__spinner_win_5 {
  animation: 3s spinTo5 ease-in-out forwards
}

.wheel__spinner_win_6 {
  animation: 3s spinTo6 ease-in-out forwards
}

.wheel__spinner_win_7 {
  animation: 3s spinTo7 ease-in-out forwards
}

.wheel__spinner_win_8 {
  animation: 3s spinTo8 ease-in-out forwards
}

.wheel__texts-block {
  flex-direction: column;
  justify-content: center;
  padding-right: 1em !important;
  padding-left: 2em !important
}

.wheel__texts-block p {
  transform: rotate(-7deg)
}

.wheel__texts-block p:only-child {
  transform: rotate(0deg);
  color: #fff
}

.wheel__texts-block p+p {
  margin-top: 10px;
  transform: rotate(7deg);
  color: #ffc700
}

.effects,
.effects__block {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.effects {
  position: absolute;
  z-index: 997;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center
}

.effects__block {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  position: fixed
}

.wheel__texts-1,
.wheel__texts-2 {
  transform: rotate(-137deg);
  position: absolute;
  left: 11%;
  top: 23%
}

.wheel__texts-2 {
  transform: rotate(-93deg);
  left: 32%;
  top: 14%
}

.wheel__texts-3,
.wheel__texts-4 {
  transform: rotate(-45deg);
  position: absolute;
  left: 54%;
  top: 23%
}

.wheel__texts-4 {
  transform: rotate(-2deg);
  left: 63%;
  top: 44%
}

.wheel__texts-5,
.wheel__texts-6 {
  transform: rotate(43deg);
  position: absolute;
  left: 54%;
  top: 65%
}

.wheel__texts-6 {
  transform: rotate(87deg);
  left: 33%;
  top: 74%
}

.wheel__texts-7,
.wheel__texts-8 {
  transform: rotate(133deg);
  position: absolute;
  left: 11%;
  top: 66%
}

.wheel__texts-8 {
  transform: rotate(177deg);
  left: 2%;
  top: 45%
}

.win-animation-svg {
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(45deg);
  opacity: 0;
  width: 100%
}

.win-animation-svg.is--active {
  opacity: 1
}

.is--win-spinner {
  animation: 2s spinner-win ease-in-out infinite !important
}

body.is--winner .bottom__section {
  opacity: 0
}

.body-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start
}

@media (max-width:991px) {
  .body-wrapper {
    background-image: url(../images/page-bg-mobile.webp)
  }
}

#reels,
.reel>.icons {
  position: relative
}

#slot.inverted .reel {
  transform: scaleY(-1)
}

#slot.inverted .reel>.icons>img {
  transform: scaleY(-1) scale(.8)
}

#reels {
  display: flex;
  width: 79vw;
  height: 47.4vw;
  max-height: 520px;
  max-width: 870px;
  z-index: 1
}

@media (max-width:991px) {
  #reels {
    width: 88vw;
    height: 89vw;
    max-height: 89vw
  }
}

#reels:before,
.background {
  position: absolute;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%)
}

.background {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 49%;
  height: 102%;
  z-index: 2;
  background-image: url(../images/frame.webp)
}

@media (max-width:991px) {
  .background {
    background-image: url(../images/frame-mobile.webp);
    background-size: 100%
  }
}

#reels:before {
  content: "";
  top: 50%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(180deg, #2e0800 0, #450c00 49.5%, #2e0800 97.5%)
}

#slot,
.reel {
  position: relative
}

#slot {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 970px;
  margin: 0 auto;
  flex-direction: column
}

.reel {
  overflow: hidden;
  width: 20%;
  height: 100%
}

@media (max-width:991px) {
  .reel {
    width: 33.333%
  }
}

.reel>.icons>img {
  width: calc(100% + 6px);
  margin: -3px 0 0 -3px;
  height: auto;
  max-width: none;
  transform: translate3d(0, 0, 0) scale(.9)
}

.icons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.is--winner .reel .icons img:nth-child(2) {
  transform: scaleY(-1);
  animation: 2s flip ease-in-out infinite
}

.is--modal-open #slot {
  opacity: 0;
  transition: opacity .3s
}

.body-wrapper {
  font-size: 80%
}

@media (min-width:991px) and (max-height:840px) {
  .body-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh
  }

  .body-inner {
    transform: scale(.85)
  }
}

.logo {
  max-width: 560px;
  width: 100%;
  display: block;
  margin: 0 auto 2rem;
  margin-bottom: 30px;
  margin-top: 10px;
  position: relative;
  z-index: 5
}

@media (max-width:767px) {
  .logo {
    display: block;
    max-width: 320px;
    margin-bottom: 30px
  }
}

.body-wrapper {
  background-image: url(../images/page-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  min-height: 100%;
  overflow: hidden
}

@media (min-width:1600px) {
  .body-wrapper {
    font-size: 80%
  }
}

@media (max-width:767px) {
  .body-wrapper {
    background-image: url(../images/page-bg-mobile.webp)
  }
}

.effects {
  mix-blend-mode: unset
}

.wheel__group-left {
  position: absolute;
  left: -70%;
  top: 45%;
  z-index: 2
}

.wheel__group-left-coins {
  z-index: 1;
  top: 57%;
  width: 90em;
  max-width: unset;
  animation: leftCoins 2s infinite both alternate ease-in-out
}

.wheel__group-left-letters {
  z-index: 2;
  width: 52em;
  left: -53%;
  top: 50%;
  animation: leftLetters 2s infinite both alternate ease-in-out
}

.wheel__group-right {
  position: absolute;
  right: -70%;
  top: 45%;
  z-index: 2
}

.wheel__group-right-coins {
  z-index: 2;
  max-width: unset;
  width: 70em;
  right: -60%;
  top: 52%;
  animation: rightCoins 2s infinite both alternate ease-in-out
}

.wheel__group-right-letters {
  z-index: 1;
  width: 40em;
  top: 74%;
  right: -40%;
  animation: rightLetters 2s infinite both alternate ease-in-out
}

.wheel__spinner {
  position: relative;
  width: 100%;
  z-index: 5
}

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

.wheel__around,
.wheel__btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 6
}

.wheel__around {
  width: 77em;
  height: 77em;
  top: 48%;
  background: url(../images/wheel-around.webp) 50% 50%;
  background-size: 100% 100%;
  pointer-events: none
}

.wheel__btn {
  width: 19em;
  height: 19em;
  border-radius: 50%;
  background: url(../images/btn.webp) 50% 0;
  background-size: 100%;
  border: 0;
  outline: 0;
  top: 50%
}

.wheel__btn:disabled {
  pointer-events: none;
  background-position: 50% 100%
}

.wheel__texts {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) rotate(45deg);
  pointer-events: none;
  z-index: 5
}

.wheel__texts-1-first,
.wheel__texts-1-second {
  font-style: normal;
  line-height: 150%;
  text-transform: uppercase
}

.wheel__texts-1-first {
  font-size: 1.3125em;
  transform: rotate(-4deg);
  text-align: left
}

.wheel__texts-1-second {
  font-size: 2.3em;
  transform: rotate(3deg)
}

.wheel__texts-block {
  display: flex;
  height: 8em;
  width: 23em;
  align-items: center;
  color: #fff
}

.left__person {
  top: 10%;
  width: 50em;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  left: -20%;
  transition: left .3s ease;
  -webkit-transform: translateX(50%);
  transform: translateX(50%)
}

@media (max-width:1600px) {
  .left__person {
    left: -30%
  }
}

@media (min-width:991px) and (max-height:840px) {
  .left__person {
    left: -90%
  }
}

.right__person {
  top: 15%;
  right: 8%;
  width: 60em;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  transition: right .3s ease;
  -webkit-transform: translateX(50%);
  transform: translateX(50%)
}

@media (max-width:1600px) {
  .right__person {
    right: 5%
  }
}

@media (min-width:991px) and (max-height:840px) {
  .right__person {
    right: -35%
  }
}

.right__person {
  animation: rightPersonAnimation 4s infinite both alternate ease-in-out
}

.left__person {
  animation: leftPersonAnimation 4s infinite both alternate ease-in-out
}

.coins__mobile {
  display: none;
  position: absolute;
  z-index: 7
}

.bottom__section {
  position: relative;
  z-index: 8;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 60px
}

@media (max-width:767px) {
  .bottom__section {
    margin-top: 100px
  }
}

.bottom__section-shadow {
  position: absolute;
  top: 0
}

@media (max-width:767px) {
  .bottom__section-shadow {
    top: -65px;
    opacity: .9;
    width: 60%
  }
}

.bottom__section-title {
  margin-bottom: 15px;
  font-size: 64px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(10deg, #6b065b, #ff4009);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 14px transparent;
  padding-top: 5px;
  opacity: 0
}

.bottom__section-title.win__show {
  opacity: 1;
  animation: 1.5s zoomInDown both
}

.bottom__section-button {
  background: url(../images/button_middle.webp) no-repeat bottom, repeat-x bottom url(../images/button_background.webp);
  background-size: 100px, 1px 80px;
  padding: 0;
  height: 90px;
  min-width: 158px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  color: #fff;
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  position: relative
}

.bottom__section-button span {
  position: relative;
  top: 10px;
  z-index: 3;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #e81e95
}

.bottom__section-button:after,
.bottom__section-button:before {
  content: "";
  position: absolute;
  height: 80px;
  bottom: 0;
  width: 80px
}

@media (max-width:767px) {

  .bottom__section-button:after,
  .bottom__section-button:before {
    width: 140px
  }
}

.bottom__section-button:before {
  left: -67px;
  background: no-repeat bottom/contain url(../images/button_left.webp);

  @media (max-width: 768px) {
    left: -97px;
  }
}

.bottom__section-button:after {
  right: -67px;
  background: no-repeat bottom/contain url(../images/button_right.webp);

  @media (max-width: 768px) {
  right: -97px;
  }
}

.bottom__section-button:focus {
  animation: .5s scaleButton ease-in-out forwards
}

.bottom__section-button-next,
.bottom__section-button.is--win-button {
  display: none
}

.bottom__section-button.is--win-button.visible {
  animation: 1s headShake ease-in-out infinite
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes rain {
  0% {
    transform: translateY(-50px) rotate(0deg);
    opacity: .5
  }

  20% {
    opacity: 1
  }

  80% {
    transform: translateY(calc(100vh - 100px)) rotate(360deg);
    opacity: 1
  }

  85% {
    transform: translateY(calc(100vh - 120px)) rotate(450deg);
    opacity: 1
  }

  to {
    transform: translateY(calc(100vh + 50px)) rotate(720deg);
    opacity: 0
  }
}

@keyframes leftCoins {
  0% {
    transform: translateX(0) translateY(0)
  }

  to {
    transform: translateX(-15%) translateY(5%)
  }
}

@keyframes leftLetters {
  0% {
    transform: translateX(0) translateY(0)
  }

  to {
    transform: translateX(-15%) translateY(5%)
  }
}

@keyframes rightCoins {
  0% {
    transform: translateX(0) translateY(0)
  }

  to {
    transform: translateX(15%) translateY(10%)
  }
}

@keyframes rightLetters {
  0% {
    transform: translateX(0) translateY(0)
  }

  to {
    transform: translateX(15%) translateY(15%)
  }
}

@keyframes coinsMobile {
  0% {
    transform: translateX(0) scale(1)
  }

  to {
    transform: translateX(2%) translateY(5%) scale(1.1)
  }
}

@keyframes headShake {

  0%,
  50% {
    transform: translateX(0)
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg)
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg)
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg)
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg)
  }
}

@-webkit-keyframes leftPersonAnimation {
  0% {
    transform: translateX(50%) translateX(1%)
  }

  60% {
    transform: translateX(50%) translateX(-1%)
  }
}

@-webkit-keyframes rightPersonAnimation {
  0% {
    transform: translateX(50%) translateX(-1%)
  }

  60% {
    transform: translateX(50%) translateX(1%) rotate(3deg)
  }
}

@-webkit-keyframes spinnerBefore {

  0%,
  to {
    transform: rotate(-40deg)
  }

  50% {
    transform: rotate(-44deg)
  }
}

@-webkit-keyframes groupA {

  0%,
  to {
    left: 30%;
    top: 30%
  }

  40%,
  90% {
    left: 130%;
    top: 110%;
    transform: translateY(-3%) translateY(-3%) scale(.8) rotate(30deg)
  }

  50% {
    left: 130%;
    top: 110%;
    transform: translateY(1%) translateY(-3%) scale(.8) rotate(30deg)
  }
}

@-webkit-keyframes groupAMobile {

  0%,
  to {
    left: 30%;
    top: 30%
  }

  40%,
  90% {
    left: -10%;
    top: 160%;
    transform: translateY(-3%) translateY(-3%) scale(.8) rotate(30deg)
  }

  50% {
    left: -10%;
    top: 160%;
    transform: translateY(1%) translateY(-3%) scale(.8) rotate(30deg)
  }
}

@-webkit-keyframes group10 {

  0%,
  to {
    left: 30%;
    top: 30%
  }

  40%,
  90% {
    left: -60%;
    top: -40%;
    transform: translateY(-3%) translateY(-3%) scale(.8) rotate(-20deg)
  }

  50% {
    left: -60%;
    top: -40%;
    transform: translateY(1%) translateY(-3%) scale(.8) rotate(-20deg)
  }
}

@-webkit-keyframes group10Mobile {

  0%,
  to {
    left: 30%;
    top: 30%
  }

  40%,
  90% {
    left: -10%;
    top: -40%;
    transform: translateY(-3%) translateY(-3%) scale(.8) rotate(-20deg)
  }

  50% {
    left: -10%;
    top: -40%;
    transform: translateY(1%) translateY(-3%) scale(.8) rotate(-20deg)
  }
}

@-webkit-keyframes group-char {

  0%,
  to {
    left: 30%;
    top: 50%
  }

  40%,
  90% {
    left: -40%;
    top: 80%;
    transform: translateY(-3%) translateY(-3%) scale(.8) rotate(-20deg)
  }

  50% {
    left: -40%;
    top: 80%;
    transform: translateY(1%) translateY(-3%) scale(.8) rotate(-20deg)
  }
}

@-webkit-keyframes group-char-mobile {

  0%,
  to {
    left: 30%;
    top: 50%
  }

  40%,
  90% {
    left: -10%;
    top: 80%;
    transform: translateY(-3%) translateY(-3%) scale(.8) rotate(-20deg)
  }

  50% {
    left: -10%;
    top: 80%;
    transform: translateY(1%) translateY(-3%) scale(.8) rotate(-20deg)
  }
}

@-webkit-keyframes group-anubis {

  0%,
  to {
    left: 30%;
    top: 50%
  }

  40%,
  90% {
    left: 120%;
    top: 60%;
    transform: translateY(-3%) translateY(-3%) scale(.8) rotate(-20deg)
  }

  50% {
    left: 120%;
    top: 60%;
    transform: translateY(1%) translateY(-3%) scale(.8) rotate(-20deg)
  }
}

@-webkit-keyframes group-anubis-mobile {

  0%,
  to {
    left: 30%;
    top: 50%
  }

  40%,
  90% {
    left: 30%;
    top: 100%;
    transform: translateY(-3%) translateY(-3%) scale(.8) rotate(-20deg)
  }

  50% {
    left: 30%;
    top: 100%;
    transform: translateY(1%) translateY(-3%) scale(.8) rotate(-20deg)
  }
}

@-webkit-keyframes group-pharaoh {

  0%,
  to {
    left: 30%;
    top: 50%
  }

  40%,
  90% {
    left: 110%;
    top: -20%;
    transform: translateY(-3%) scale(.8) rotate(-20deg)
  }

  50% {
    left: 110%;
    top: -20%;
    transform: translateY(1%) scale(.8) rotate(-20deg)
  }
}

@-webkit-keyframes group-pharaoh-mobile {

  0%,
  to {
    left: 30%;
    top: 50%
  }

  40%,
  90% {
    left: 90%;
    top: -25%;
    transform: translateY(-3%) scale(.8) rotate(-20deg)
  }

  50% {
    left: 90%;
    top: -25%;
    transform: translateY(1%) scale(.8) rotate(-20deg)
  }
}

@-webkit-keyframes group-k {

  0%,
  to {
    left: 30%;
    top: 50%
  }

  40%,
  90% {
    left: -40%;
    top: 30%;
    transform: translateY(-3%) scale(.7) rotate(30deg)
  }

  50% {
    left: -40%;
    top: 30%;
    transform: translateY(1%) scale(.7) rotate(30deg)
  }
}

@-webkit-keyframes group-k-mobile {

  0%,
  to {
    left: 30%;
    top: 50%
  }

  40%,
  90% {
    left: -25%;
    top: 10%;
    transform: translateY(-3%) scale(.7) rotate(30deg)
  }

  50% {
    left: -25%;
    top: 10%;
    transform: translateY(1%) scale(.7) rotate(30deg)
  }
}

@-webkit-keyframes group-q {

  0%,
  to {
    left: 30%;
    top: 50%
  }

  40%,
  90% {
    left: -10%;
    top: -40%;
    transform: translateY(-3%) scale(.6) rotate(50deg)
  }

  50% {
    left: -10%;
    top: -40%;
    transform: translateY(1%) scale(.6) rotate(50deg)
  }
}

@-webkit-keyframes group-q-mobile {

  0%,
  to {
    left: 30%;
    top: 50%
  }

  40%,
  90% {
    left: 0;
    top: -15%;
    transform: translateY(-3%) scale(.6) rotate(50deg)
  }

  50% {
    left: 0;
    top: -15%;
    transform: translateY(1%) scale(.6) rotate(50deg)
  }
}

@-webkit-keyframes hide {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@-webkit-keyframes personAnimationMobile {
  0% {
    transform: translateY(-1%) scale(-1, 1)
  }

  60% {
    transform: translateY(1%) scale(-1, 1)
  }
}

html {
  font-size: 12px;
  background: #250005
}

img {
  width: 100%
}

@media (max-width:600px) {

  .right__person,
  .wheel__group-left,
  .wheel__group-right {
    display: none
  }

  .left__person {
    top: 50%;
    width: 35em;
    left: -80%;
    z-index: 2
  }

  .container {
    padding-top: 20px
  }

  .coins__mobile {
    display: block;
    z-index: 2;
    width: 500px;
    top: 50%;
    left: 20%;
    animation: coinsMobile 2s infinite both alternate ease-in-out
  }
}

.coin-rain {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 7
}

.coin {
  position: absolute;
  width: 60px;
  height: 60px;
  z-index: 9
}

.wheel__group-a {
  position: absolute;
  left: 30%;
  top: 30%;
  z-index: 1;
  width: 20em;
  animation: 5s groupA ease-in-out infinite
}

@media (max-width:640px) {
  .wheel__group-a {
    animation: 5s groupAMobile ease-in-out infinite
  }
}

.wheel__group-10 {
  position: absolute;
  left: 30%;
  top: 30%;
  z-index: 1;
  width: 20em;
  animation: 5s group10 ease-in-out infinite
}

@media (max-width:640px) {
  .wheel__group-10 {
    animation: 5s group10Mobile ease-in-out infinite
  }
}

.wheel__group-char {
  position: absolute;
  left: 30%;
  top: 50%;
  z-index: 1;
  width: 20em;
  animation: 5s group-char ease-in-out infinite
}

@media (max-width:640px) {
  .wheel__group-char {
    animation: 5s group-char-mobile ease-in-out infinite
  }
}

.wheel__group-anubis {
  position: absolute;
  left: 30%;
  top: 50%;
  z-index: 1;
  width: 20em;
  animation: 5s group-anubis ease-in-out infinite
}

@media (max-width:640px) {
  .wheel__group-anubis {
    animation: 5s group-anubis-mobile ease-in-out infinite
  }
}

.wheel__group-pharaoh {
  position: absolute;
  left: 30%;
  top: 30%;
  z-index: 1;
  width: 20em;
  animation: 5s group-pharaoh ease-in-out infinite
}

@media (max-width:640px) {
  .wheel__group-pharaoh {
    animation: 5s group-pharaoh-mobile ease-in-out infinite
  }
}

.wheel__group-k {
  position: absolute;
  left: 30%;
  top: 30%;
  z-index: 1;
  width: 20em;
  animation: 5s group-k ease-in-out infinite
}

@media (max-width:640px) {
  .wheel__group-k {
    animation: 5s group-k-mobile ease-in-out infinite
  }
}

.wheel__group-q {
  position: absolute;
  left: 30%;
  top: 30%;
  z-index: 1;
  width: 20em;
  animation: 5s group-q ease-in-out infinite
}

@media (max-width:640px) {
  .wheel__group-q {
    animation: 5s group-q-mobile ease-in-out infinite
  }
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform: scale(0)
}

@media (max-width:767px) {
  .modal {
    justify-content: space-between
  }
}

.modal__container {
  width: 100%;
  height: 80vh;
  background-image: url(../images/modal-background.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 2
}

@media (max-width:991px) {
  .modal__container {
    padding: 0;
    height: 55vh
  }
}

@media (max-width:767px) {
  .modal__container {
    background-image: url(../images/modal-background-mobile.webp)
  }
}

.modal__logo {
  width: 100%;
  max-width: 800px;
  margin-bottom: 30px
}

@media (max-width:991px) {
  .modal__logo {
    max-width: 80%;
    margin-top: 20px
  }
}

@media (max-width:767px) {
  .modal__logo {
    margin-top: 50px;
    max-width: 100%;
    margin-bottom: 0
  }
}

.modal__text {
  text-align: center;
  font-size: 44px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
  background: linear-gradient(10deg, #6b065b, #ff4009);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 5px transparent
}

@media (max-width:991px) {
  .modal__text {
    font-size: 23px;
    max-width: 80%;
    margin-bottom: 70px
  }
}

.modal__title {
  text-align: center;
  font-size: 80px;
  color: #fff;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  background: linear-gradient(10deg, #6b065b, #ff4009);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #fff;
  margin-bottom: 5px
}

@media (max-width:991px) {
  .modal__title {
    margin-bottom: 0;
    font-size: 33px;
    -webkit-text-stroke-width: 1px
  }
}

.modal .logo {
  margin-top: 0;
  margin-bottom: 0;
  opacity: 1 !important
}

@media (max-width:767px) {
  .modal .logo {
    margin-top: 50px
  }
}

.modal.is--active {
  transform: scale(1);
  transition: all .3s ease-in-out
}

.is--modal-open .bottom__section,
.is--modal-open .logo {
  opacity: 0
}

.is--modal-open .wheel__around,
.is--modal-open .wheel__spinner {
  opacity: 0;
  animation: hide .5s ease-in-out
}

.is--modal-open .wheel__group-left-coins {
  left: -85%
}

.is--modal-open .wheel__group-left-letters {
  left: -80%
}

.is--modal-open .wheel__group-right-coins {
  right: -90%
}

.is--modal-open .wheel__group-right-letters {
  right: -70%
}

.is--modal-open .wheel__btn {
  display: none
}

@media (max-width:991px) {
  .is--modal-open .right__person {
    z-index: 0;
    right: -20%;
    top: 17%
  }

  .is--modal-open .left__person {
    width: 35em;
    left: -70%;
    top: 17%
  }
}

.is--modal-open .coins__mobile {
  width: 500px;
  top: 17%;
  left: 20%
}

#slot {
  font-size: 70%
}

@media (max-width:767px) {
  #slot {
    transform: scale(.9)
  }
}

#reels {
  z-index: 2
}

#reels:before {
  background: 0 0
}

.background {
  top: 51.5%;
  height: 116%;
  width: 127%
}

@media (max-width:767px) {
  .background {
    top: 52%;
    height: 129%;
    width: 143%
  }
}

.reel {
  position: relative
}

.reel:first-child {
  left: -15px
}

.reel:nth-child(2) {
  left: -5px
}

.reel:nth-child(4) {
  left: 10px
}

.reel:last-child {
  right: -15px
}

@media (max-width:767px) {
  .reel:nth-child(2) {
    left: 2px
  }
}

.bonus-inline.is--active {
  background: linear-gradient(to left, #feda74, #ff6a00)
}

.bonus-inline.is--active p {
  background: linear-gradient(90deg, #1fc99e 0, #1fc99e 100%);
  -webkit-background-clip: text
}

.bonus-inline.is--active svg path {
  stroke: #1fc99e
}