@font-face {
  font-family: "luckiest_guy_rus-bel-ukrRg";
  src: url("../fonts/Luckiest Guy/luckiestguyrus_bel_ukr-webfont.woff2") format("woff2"),
    url("../fonts/Luckiest Guy/luckiestguyrus_bel_ukr-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "there_bratregular";
  src: url("../fonts/There-Brat/there-brat-webfont.woff2") format("woff2"),
    url("../fonts/There-Brat/there-brat-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  height: 100%;
}

body {
  font-family: "luckiest_guy_rus-bel-ukrRg";
  font-style: normal;
  font-weight: 400;
  min-width: 320px;
  max-width: 430px;
  margin: 0 auto;
  overflow: hidden;
  /* height: 100vh; */
  height: 100%;
  position: relative;
  background-color: #000000;
  z-index: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

button {
  border: none;
  background: transparent;
  color: inherit;
  cursor: pointer;
  outline: none;
}

.title {
  text-align: center;
  font-family: "there_bratregular";
  font-size: 32px;
  position: relative;
  z-index: 1;
}

.title_black {
  color: #000;
  display: block;
}

.title_pink {
  color: #fe3b6a;
  font-size: 38px;
}

@-webkit-keyframes spin-wheel-one {
  0% {
    -webkit-transform: translate(-50%, -46%) rotate(0);
    transform: translate(-50%, -46%) rotate(0);
  }

  60% {
    -webkit-transform: translate(-50%, -46%) rotate(3351deg);
    transform: translate(-50%, -46%) rotate(3351deg);
  }

  80% {
    -webkit-transform: translate(-50%, -46%) rotate(3311deg);
    transform: translate(-50%, -46%) rotate(3311deg);
  }

  100% {
    -webkit-transform: translate(-50%, -46%) rotate(3331deg);
    transform: translate(-50%, -46%) rotate(3331deg);
  }
}

@keyframes spin-wheel-one {
  0% {
    -webkit-transform: translate(-50%, -46%) rotate(0);
    transform: translate(-50%, -46%) rotate(0);
  }

  60% {
    -webkit-transform: translate(-50%, -46%) rotate(3351deg);
    transform: translate(-50%, -46%) rotate(3351deg);
  }

  80% {
    -webkit-transform: translate(-50%, -46%) rotate(3311deg);
    transform: translate(-50%, -46%) rotate(3311deg);
  }

  100% {
    -webkit-transform: translate(-50%, -46%) rotate(3331deg);
    transform: translate(-50%, -46%) rotate(3331deg);
  }
}

@-webkit-keyframes spin-wheel-two {
  0% {
    -webkit-transform: translate(-50%, -46%) rotate(0);
    transform: translate(-50%, -46%) rotate(0);
  }

  60% {
    -webkit-transform: translate(-50%, -46%) rotate(3351deg);
    transform: translate(-50%, -46%) rotate(3351deg);
  }

  80% {
    -webkit-transform: translate(-50%, -46%) rotate(3311deg);
    transform: translate(-50%, -46%) rotate(3311deg);
  }

  100% {
    -webkit-transform: translate(-50%, -46%) rotate(3331deg);
    transform: translate(-50%, -46%) rotate(3331deg);
  }
}

@keyframes spin-wheel-two {
  0% {
    -webkit-transform: translate(-50%, -46%) rotate(0);
    transform: translate(-50%, -46%) rotate(0);
  }

  60% {
    -webkit-transform: translate(-50%, -46%) rotate(3351deg);
    transform: translate(-50%, -46%) rotate(3351deg);
  }

  80% {
    -webkit-transform: translate(-50%, -46%) rotate(3311deg);
    transform: translate(-50%, -46%) rotate(3311deg);
  }

  100% {
    -webkit-transform: translate(-50%, -46%) rotate(3331deg);
    transform: translate(-50%, -46%) rotate(3331deg);
  }
}

.game {
  background-image: url("../img/webp/bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 100%;
  padding-top: 14px;
  z-index: 2;
}

.game::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  background-image: url("../img/webp/cash.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 120px;
  z-index: 2;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 15px;
  height: 59px;
  width: 201px;
  background: rgba(0, 0, 60, 0.5);
  border-radius: 12px;
  padding: 5px 10px 6px;
  position: relative;
  z-index: 11;
}

.game-logo {
  width: 80px;
  height: 51px;
  margin-right: auto;
  object-fit: contain;
}

.game-x {
  height: 25px;
  width: 25px;
}

.game-head {
  width: 66px;
  height: 51px;
}

.game .scoreboard {
  margin: 8px 0 11px;
  text-align: center;
  color: #fff;
  font-family: "luckiest_guy_rus-bel-ukrRg";
  font-size: 30px;
  text-transform: uppercase;
  text-shadow: -2px -2px 0 #fe3b6a, 2px -2px 0 #fe3b6a, -2px 2px 0 #fe3b6a,
    2px 2px 0 #fe3b6a;
  position: relative;
  z-index: 0;
}

.plinko .scoreboard {
  z-index: 1;
}

.scoreboard::before {
  content: "";
  position: absolute;
  background-image: url("../img/score-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  right: 0;
  height: 105.817px;
  width: 254px;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.game-cards.hidden {
  position: relative;
  z-index: -10;
}

.plinko .cards-title {
  display: none;
}

.plinko-game__controle-item {
  border-radius: 15px;
  background: rgba(0, 0, 60, 0.35);
  width: 123px;
  height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  opacity: 0.8;
}

.plinko-game__controle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 12px;
}

.plinko-game {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  top: 0;
  padding-top: 155px;
}

.plinko-play {
  min-width: 111px;
  min-height: 111px;
  font-family: "there_bratregular";
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000,
    2px 2px 0 #000;
  position: relative;
  background-color: #44df00;
  border-radius: 50%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -10px 12px 0;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.5);
}

.plinko-play::after,
.plinko-play::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 141px;
  height: 141px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  border: 2px solid #44df00;
  z-index: -1;
}

.plinko-play--press::before {
  animation: pulsatePlinko 2s infinite ease-in-out;
}

.plinko-play--press::after {
  animation: pulsatePlinko 2s 0.3s infinite ease-in-out;
}

.clicked {
  animation: clicked 0.5s ease;
}

@keyframes clicked {
  0% {
    transform: scale(0.82);
  }

  100% {
    transform: scale(1);
  }
}

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

  80% {
    opacity: 0.5;
  }

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

.plinko-game__bg {
  max-width: 390px;
  display: block;
  margin: 0 auto 20px;
}

.plinko-game__controle-item span:nth-child(1) {
  margin-right: 10px;
}

/* .plinko-play span {
  margin-bottom: 10px;
} */

.plinko-game__controle-item span {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.plinko-game__pers {
  position: absolute;
  bottom: 22px;
  left: 46px;
  height: 211px;
  width: 213px;
}

.game.plinko .scoreboard {
  margin-top: 25px;
}

.game .scoreboard_counter {
  font-size: 40px;
}

.game-cards {
  -webkit-transition: opacity 0.6s 0.5s ease-in-out;
  -o-transition: opacity 0.6s 0.5s ease-in-out;
  transition: opacity 0.6s 0.5s ease-in-out;
}

.game-cards__item {
  height: 174px;
  width: 306px;
  overflow: hidden;
  padding: 10px 10px;
  border-radius: 31px;
  position: relative;
  margin: 0 auto;
  z-index: 2;
  cursor: pointer;
}

.game-cards__bonus {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 2rem;
  color: gold;
  text-shadow: 2px 2px #ff0303;
}

.game-cards__item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 31px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fe3b6a;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.game-cards__item-bg {
  max-width: 288px;
  max-height: 154.693px;
  width: 100%;
  position: relative;
  z-index: inherit;
}

.game-cards__item-prize {
  border-radius: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 287px;
  max-height: 154.693px;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.game-wheel {
  position: absolute;
  right: 0;
  left: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  z-index: -20;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  padding-top: 30px;
}

.game-wheel__box {
  max-width: 450px;
  max-height: 450px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 20px;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.game-wheel__box-btn {
  position: absolute;
  max-width: 200px;
  width: 100%;
  top: 27%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.game-wheel__arrow {
  width: 70px;
  height: 83px;
  position: absolute;
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  -o-object-fit: contain;
  object-fit: contain;
}

.game-wheel-bonuses {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 98%;
  height: 98%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.game-wheel-bonuses__item {
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "luckiest_guy_rus-bel-ukrRg";
  font-size: 33px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  display: block;
  line-height: 1;
  letter-spacing: 1.56px;
  position: absolute;
}

.game-wheel-bonuses__item span {
  font-family: "luckiest_guy_rus-bel-ukrRg";
  font-size: 21px;
  font-weight: 400;
  display: block;
  letter-spacing: 1.08px;
}

.game-wheel-bonuses__item:nth-child(even) {
  color: #00f0ff;
  text-shadow: -2px -2px 0 #fe3b6a, 2px -2px 0 #fe3b6a, -2px 2px 0 #fe3b6a,
    2px 2px 0 #fe3b6a;
}

.game-wheel-bonuses__item:nth-child(even) span {
  color: #00f0ff;
}

.game-wheel-bonuses__item:nth-child(odd) {
  color: #0073de;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff,
    2px 2px 0 #fff;
}

.game-wheel-bonuses__item:nth-child(odd) span {
  color: #0073de;
}

.game-wheel-bonuses__item:nth-child(2) {
  top: 52px;
  left: 134px;
  -webkit-transform: rotate(-21deg);
  -ms-transform: rotate(-21deg);
  transform: rotate(-21deg);
}

.game-wheel-bonuses__item:nth-child(3) {
  top: 57px;
  right: 117px;
  -webkit-transform: rotate(21deg);
  -ms-transform: rotate(21deg);
  transform: rotate(21deg);
}

.game-wheel-bonuses__item:nth-child(4) {
  top: 138px;
  right: 46px;
  -webkit-transform: rotate(68deg);
  -ms-transform: rotate(68deg);
  transform: rotate(68deg);
}

.game-wheel-bonuses__item:nth-child(5) {
  bottom: 138px;
  right: 42px;
  -webkit-transform: rotate(116deg);
  -ms-transform: rotate(116deg);
  transform: rotate(116deg);
}

.game-wheel-bonuses__item:nth-child(6) {
  bottom: 52px;
  right: 120px;
  -webkit-transform: rotate(155deg);
  -ms-transform: rotate(155deg);
  transform: rotate(155deg);
}

.game-wheel-bonuses__item:nth-child(7) {
  bottom: 52px;
  left: 120px;
  -webkit-transform: rotate(204deg);
  -ms-transform: rotate(204deg);
  transform: rotate(204deg);
}

.game-wheel-bonuses__item:nth-child(8) {
  bottom: 138px;
  left: 41px;
  -webkit-transform: rotate(244deg);
  -ms-transform: rotate(244deg);
  transform: rotate(244deg);
}

.game-wheel-bonuses__item:nth-child(9) {
  top: 138px;
  left: 42px;
  -webkit-transform: rotate(-70deg);
  -ms-transform: rotate(-70deg);
  transform: rotate(-70deg);
}

.wheel-title.title {
  margin: 20px 0;
}

.wheel-title .title_black {
  display: inline;
  margin-bottom: 18px;
}

.visible {
  top: 235px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 10;
}

.popup {
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: -10;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  transition: transform 0.7s 0.4s ease-in-out, z-index 0.1s 1s ease-in-out;
  position: absolute;
  padding-top: 42px;
}

.popup--active {
  z-index: 10;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.popup::before {
  content: "";
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  opacity: 0;
  position: absolute;
  background: -o-linear-gradient(102deg,
      rgba(0, 91, 112, 0.92) 4.44%,
      rgba(95, 1, 103, 0.72) 39.39%,
      #550089 93.74%);
  background: linear-gradient(348deg,
      rgba(0, 91, 112, 0.92) 4.44%,
      rgba(95, 1, 103, 0.72) 39.39%,
      #550089 93.74%);
  z-index: -1;
  -webkit-transition: opacity 0.7s 1s ease-in-out;
  -o-transition: opacity 0.7s 1s ease-in-out;
  transition: opacity 0.7s 1s ease-in-out;
}

.popup--active::before {
  opacity: 1;
  -webkit-transition: opacity 0.7s 0.3s ease-in-out;
  -o-transition: opacity 0.7s 0.3s ease-in-out;
  transition: opacity 0.7s 0.3s ease-in-out;
}

.popup-title {
  position: relative;
  top: -100%;
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
  display: block;
  -webkit-transition: top 0.3s 1s ease-in-out;
  -o-transition: top 0.3s 1s ease-in-out;
  transition: top 0.3s 1s ease-in-out;
  z-index: 22;
}

.popup--active .popup-title {
  top: 75px;
  -webkit-transition: top 0.3s 0.4s ease-in-out;
  -o-transition: top 0.3s 0.4s ease-in-out;
  transition: top 0.3s 0.4s ease-in-out;
}

.popup-content {
  background-image: url("../img/webp/popup.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  max-height: 340px;
  width: 84%;
  height: 100%;
  margin: 0 auto 22px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s 1s ease-in-out;
  transition: -webkit-transform 0.3s 1s ease-in-out;
  -o-transition: transform 0.3s 1s ease-in-out;
  transition: transform 0.3s 1s ease-in-out;
  transition: transform 0.3s 1s ease-in-out,
    -webkit-transform 0.3s 1s ease-in-out;
}

.popup-content__subtitle {
  text-align: center;
  font-family: "luckiest_guy_rus-bel-ukrRg";
  font-size: 24px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s 1s ease-in-out;
  transition: -webkit-transform 0.3s 1s ease-in-out;
  -o-transition: transform 0.3s 1s ease-in-out;
  transition: transform 0.3s 1s ease-in-out;
  transition: transform 0.3s 1s ease-in-out,
    -webkit-transform 0.3s 1s ease-in-out;
}

.popup-content__title {
  color: #fe3b6a;
  text-align: center;
  font-family: "luckiest_guy_rus-bel-ukrRg";
  font-size: 47px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s 1s ease-in-out;
  transition: -webkit-transform 0.3s 1s ease-in-out;
  -o-transition: transform 0.3s 1s ease-in-out;
  transition: transform 0.3s 1s ease-in-out;
  transition: transform 0.3s 1s ease-in-out,
    -webkit-transform 0.3s 1s ease-in-out;
}

.popup--active .popup-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.popup--active .popup-content__subtitle {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.3s ease-in-out;
  transition: -webkit-transform 0.3s 0.3s ease-in-out;
  -o-transition: transform 0.3s 0.3s ease-in-out;
  transition: transform 0.3s 0.3s ease-in-out;
  transition: transform 0.3s 0.3s ease-in-out,
    -webkit-transform 0.3s 0.3s ease-in-out;
}

.popup--active .popup-content__title {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.4s ease-in-out;
  transition: -webkit-transform 0.3s 0.4s ease-in-out;
  -o-transition: transform 0.3s 0.4s ease-in-out;
  transition: transform 0.3s 0.4s ease-in-out;
  transition: transform 0.3s 0.4s ease-in-out,
    -webkit-transform 0.3s 0.4s ease-in-out;
}

.popup-btn {
  background-image: url("../img/webp/btn.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 253px;
  height: 67.603px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 5px;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: opacity 0.3s 1s ease-in-out;
  -o-transition: opacity 0.3s 1s ease-in-out;
  transition: opacity 0.3s 1s ease-in-out;
}

.popup-btn span {
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
  font-family: "luckiest_guy_rus-bel-ukrRg";
  font-size: 30px;
}

.popup--active .popup-btn {
  opacity: 1;
  -webkit-transition: opacity 0.3s 1.2s ease-in-out;
  -o-transition: opacity 0.3s 1.2s ease-in-out;
  transition: opacity 0.3s 1.2s ease-in-out;
}

.btn {
  background-image: url("../img/webp/btn.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 253px;
  height: 67.603px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 5px;
  margin: 0 auto;
}

.btn span {
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
  font-family: "luckiest_guy_rus-bel-ukrRg";
  font-size: 30px;
}

.hidden {
  z-index: -1;
  opacity: 0;
}

.pulsate {
  -webkit-animation: pulsate-bck 0.5s ease-in-out infinite both;
  animation: pulsate-bck 0.5s ease-in-out infinite both;
}

@-webkit-keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.popup-content__plus {
  text-align: center;
  font-family: "luckiest_guy_rus-bel-ukrRg";
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
}

#popup-second .popup-content {
  max-height: 400px;
}

#popup-second .popup-content__title:nth-child(2) {
  margin-bottom: -29px;
}

#popup-second .popup-content__title:nth-child(4) {
  margin-top: -19px;
}

@-webkit-keyframes spin-wheel {
  0% {
    -webkit-transform: rotate(0) translate(-50%, -50%);
    transform: rotate(0) translate(-50%, -50%);
  }

  100% {
    -webkit-transform: rotate(651deg) translate(-50%, -50%);
    transform: rotate(651deg) translate(-50%, -50%);
  }
}

@keyframes spin-wheel {
  0% {
    -webkit-transform: rotate(0) translate(-50%, -50%);
    transform: rotate(0) translate(-50%, -50%);
  }

  100% {
    -webkit-transform: rotate(651deg) translate(-50%, -50%);
    transform: rotate(651deg) translate(-50%, -50%);
  }
}

@media (max-width: 500px) {
  .game-wheel__box-btn {
    top: 32vw;
    width: 39vw;
  }

  .popup-title {
    width: 87vw;
  }

  .popup-content {
    width: 74vw;
  }

  .popup-content__subtitle {
    font-size: 5vw;
    line-height: 1;
  }

  .popup-content__title {
    font-size: 10.4vw;
  }
}

@media (max-width: 465px) {
  .game-wheel__box {
    width: 90%;
  }

  .game-wheel__arrow {
    width: 20%;
    height: 14%;
    top: 0px;
  }

  .game-wheel-bonuses__item span {
    font-size: 4.4vw;
  }

  .game-wheel-bonuses__item {
    font-size: 6.9vw;
  }

  .game-wheel-bonuses__item:nth-child(2) {
    top: 9vw;
    left: 26vw;
  }

  .game-wheel-bonuses__item:nth-child(3) {
    top: 10vw;
    right: 22.5vw;
  }

  .game-wheel-bonuses__item:nth-child(4) {
    top: 27vw;
    right: 8vw;
  }

  .game-wheel-bonuses__item:nth-child(5) {
    bottom: 28.5vw;
    right: 6vw;
  }

  .game-wheel-bonuses__item:nth-child(6) {
    bottom: 10vw;
    right: 23vw;
  }

  .game-wheel-bonuses__item:nth-child(7) {
    bottom: 10vw;
    left: 23.5vw;
  }

  .game-wheel-bonuses__item:nth-child(8) {
    bottom: 28vw;
    left: 5vw;
  }

  .game-wheel-bonuses__item:nth-child(9) {
    top: 26vw;
    left: 7vw;
  }
}

@media (max-width: 398px) {
  .game-wheel__box-btn {
    top: 34vw;
  }

  .game .scoreboard {
    margin: 8px 0 0;
  }

  .plinko-game__controle-item span {
    font-size: 12px;
  }
}

@media (max-width: 350px) {
  .plinko-game__controle-item span:nth-child(1) {
    margin-right: 6px;
  }
}

@media (max-height: 835px) {
  .game-logo {
    max-width: 110px;
  }

  .title {
    font-size: 26px;
  }

  .title_pink {
    font-size: 31px;
  }

  .game-cards__item {
    height: 137px;
    width: 240px;
  }

  .game-cards__item-bg {
    max-width: 225px;
    max-height: 117.693px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: relative;
  }

  .game-cards__item-prize {
    max-width: 221px;
    max-height: 117.693px;
  }

  .visible {
    top: 186px;
  }

  .game-wheel__box {
    margin-bottom: 5px;
  }

  .scoreboard::before {
    height: 85.817px;
    width: 227px;
  }

  .game.plinko .scoreboard {
    margin-top: 0;
  }

  .plinko-game {
    padding-top: 130px;
  }

  .popup-content {
    margin-bottom: 5px;
  }

  .plinko-game__pers {
    bottom: 0;
  }
}

@media (max-height: 860px) {
  .plinko-game__bg {
    max-height: 338px;
    -o-object-fit: fill;
    object-fit: fill;
    margin-bottom: 12px;
  }
}

@media (max-height: 770px) {
  .plinko-game__bg {
    max-height: 338px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .plinko-game__pers {
    bottom: 10px;
    height: 160px;
    width: 174px;
  }

  .game::before {
    height: 70px;
  }
}

@media (max-height: 696px) {
  .plinko-game__controle-item span {
    font-size: 13px;
  }

  .plinko-game__bg {
    display: block;
    max-width: 300px;
  }

  .plinko-game__controle {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .plinko-game__controle-item {
    width: 93px;
  }

  .plinko-game__controle-item span {
    font-size: 11px;
  }

  .plinko-play {
    width: 105px;
    height: 105px;
    margin-top: -5px;
  }
}

@media (max-height: 680px) {
  .plinko-game__controle-item span {
    font-size: 13px;
  }

  .plinko-game__bg {
    display: block;
    max-height: 233px;
  }

  .plinko-game__controle {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .plinko-game__controle-item {
    width: 93px;
  }

  .plinko-game__controle-item span {
    font-size: 11px;
  }

  .plinko-play {
    width: 90px;
    height: 90px;
    margin-top: -5px;
  }

  #popup-second .popup-content {
    max-height: 330px;
  }

  .game-cards__item-prize {
    max-width: 201px;
    max-height: 109.693px;
  }

  .game-cards__item-bg {
    max-width: 206px;
    max-height: 118.693px;
  }

  .game-cards__item {
    height: 122px;
    width: 220px;
  }
}

@media (max-height: 630px) {
  .game-cards__item-prize {
    max-width: 173px;
    max-height: 93.693px;
  }

  .game-cards__item-bg {
    max-width: 180px;
    max-height: 98.693px;
  }

  .game-cards__item {
    height: 109px;
    width: 192px;
  }
}