@keyframes characterLeftSlide {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-100px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes wheelBlinking {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes slideLeftText {
  0% {
    left: 50%;
  }
  50% {
    left: 45%;
  }
  to {
    left: 50%;
  }
}
@keyframes slideRightText {
  0% {
    right: 50%;
  }
  50% {
    right: 46%;
  }
  to {
    right: 50%;
  }
}
@keyframes wheelMove {
  0% {
    transform: rotate(-6deg);
  }
  50% {
    transform: rotate(6deg);
  }
  to {
    transform: rotate(-6deg);
  }
}
.container,
body {
  overflow: hidden;
}
.container {
  background-image: url(background-mobile.b0cbb249.png);
}
.container .wheel-logo-bonus__logo {
  padding-top: 22px;
  width: 120px;
}
.container .wheel-logo-bonus__bonus {
  width: 345px;
  top: 45px;
  left: 50%;
  transform: translateX(-50%) rotate(-10deg);
}
.container .popup__logo {
  padding-top: 20px;
  width: 100px;
}
.container .popup__failure {
  /* background-image: url(popup-failure-mobile.7d55f1b2.png);
  height: 300px;
  padding-top: 88px; */
  background-image: url(popup-failure.1e48856f.png);
  background-size: contain;
  height: 565px;
  width: 100%;
  max-width: 565px;
  padding-top: 165px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.container .popup__failure-title {
  font-size: 18px;
  line-height: 21.6px;
  width: 80%;
  max-width: 500px;
  margin-top: 40px;
}
.container .popup__failure-text {
  top: 2%;
  font-size: 14px;
  width: 80%;
  max-width: 500px;
  line-height: 19.6px;
  color: white;
  /* color: #3b3b3b; */
}
.container .popup__failure-button {
  top: 5%;
  padding: 10px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 50px;
  width: 180px;
  min-width: 180px;
}
.container .popup__failure-button:hover {
  background: linear-gradient(180deg, #ffb800, #ffe600);
  box-shadow: inset 0 -5px 0 #f90;
}
.container .popup__success {
  /* background-image: url(popup-success-mobile-2.png);
  height: 300px;
  padding-top: 92px; */
  background-image: url(popup-success.png);
        background-size: contain;
        height: 565px;
        width: 100%;
        max-width: 565px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        justify-content: center;
        padding-top: 40px;
}
.container .popup__success-texts {
  top: 1%;
  color: #3b3b3b;
  color: white;
  width: 100%;
}
.container .popup__success-main-text {
  font-size: 21px;
  line-height: 25.2px;
  margin: 0 auto 7px;
}
.container .popup__success-button {
  font-size: 14px;
  padding: 12px;
  top: 4%;
  width: 135px;
  min-width: 135px;
}
.container .bcg-elements {
  background-image: url(elements-mobile.01d0fd10.png);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: fixed;
  top: -348px;
  left: -145px;
  height: 190%;
  width: 190%;
}
.container .wheel {
  background-image: url(wheel-outside.89095bee.png);
  background-size: contain;
  top: 140px;
  height: 335px;
  width: 335px;
  box-shadow: 0 0 40px 0 rgba(49, 227, 217, 0.6);
}
.container .wheel__container:after {
  content: '';
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(wheel-bling.d402b900.png);
  background-size: contain;
  background-position: 50%;
  height: 100%;
  width: 100%;
  animation: wheelBlinking 1s ease-in-out infinite;
}
.container .wheel__pointer {
  position: absolute;
  top: -10px;
  left: 50%;
  width: 93px;
  height: 60px;
}
.container .wheel__spinner {
  height: 277px;
  width: 277px;
}
.container .wheel__inside {
  background-image: url(wheel.png);
}
.container .wheel__button-bcg {
  background-image: url(spin.png);
  height: 80px;
  width: 80px;
}
.container .wheel__button-text {
  color: #fff;
  font-size: 12px;
  top: -2px;
}
.container .wheel__text {
  width: 80px;
}
.container .wheel__text:nth-child(odd) {
  color: #a6efff;
  padding-top: 40px;
}
.container .wheel__text:nth-child(odd) .text-top {
  font-size: 8.8px;
  line-height: 10.31px;
  text-shadow: -1px 0 1px rgba(0, 0, 0, 0.6);
}
.container .wheel__text:nth-child(odd) .text-bottom {
  font-size: 19.8px;
  line-height: 23.17px;
  text-shadow: -1px 0 1px rgba(0, 0, 0, 0.6);
}
.container .wheel__text:nth-child(2n) {
  color: #fff;
  padding-top: 30px;
}
.container .wheel__text:nth-child(2n) .text-top {
  font-size: 8.8px;
  line-height: 10.31px;
  transform: translateY(-5px);
}
.container .wheel__text:nth-child(2n) .text-bottom {
  font-size: 13px;
  line-height: 14.9px;
}
.no-png .container {
  background-image: url(background-mobile.5ecf9d37.webp);
}
.no-png .container .popup__failure {
  background-image: url(popup-failure-mobile.62c37238.webp);
}
.no-png .container .popup__success {
  background-image: url(popup-success-mobile-2.png);
}
.no-png .container .bcg-elements {
  background-image: url(elements-mobile.708c1cac.webp);
}
.no-png .container .wheel {
  background-image: url(wheel-outside.dcecef3f.webp);
}
.no-png .container .wheel__container:after {
  background-image: url(wheel-bling.7ed93080.webp);
}
.no-png .container .wheel__inside {
  background-image: url(wheel.png);
}
.no-png .container .wheel__button-bcg {
  background-image: url(spin.png);
}
@media (min-width: 600px) {
  .container .popup__success-main-text {
    font-size: 26px;
    max-width: 380px;
    line-height: 1.5;
  }
}
@media (min-width: 600px) {
  .container .wheel-logo-bonus__logo {
    padding-top: 48px;
    width: 235px;
  }
  .container .wheel-logo-bonus__bonus {
    width: 610px;
    top: 100px;
  }
  .container .popup {
    background-color: rgba(0, 23, 44, 0.8);
  }
  .container .popup__logo {
    display: none;
  }
  .container .popup__failure {
    background-image: url(popup-failure.1e48856f.png);
    background-size: contain;
    height: 565px;
    width: 565px;
    padding-top: 165px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .container .popup__failure-title {
    margin-bottom: 11px;
    font-size: 24px;
    max-width: 380px;
    width: 380px;
    line-height: 1.4;
    margin-top: 0;
  }
  .container .popup__failure-text {
    margin-bottom: 27px;
    position: static;
    top: unset;
    color: #fff;
    font-size: 19px;
    max-width: 310px;
    width: 310px;
  }
  .container .popup__failure-button {
    width: 230px;
    font-size: 18px;
    padding: 16px;
    position: static;
    top: unset;
  }
  .container .popup__success {
    background-image: url(popup-success.png);
    background-size: contain;
    height: 565px;
    width: 565px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: center;
    padding-top: 40px;
  }
  .container .popup__success-title {
    display: none;
  }
  .container .popup__success-texts {
    color: #fff;
    position: static;
  }
  .container .popup__success-main-text {
    /* font-size: 21px; */
    max-width: 380px;
    line-height: 1.5;
  }
  .container .popup__success-subtext {
    font-size: 22px;
    max-width: 400px;
    margin: 0 auto;
    transform: translateY(-7px);
  }
  .container .popup__success-button {
    position: static;
    width: 225px;
    font-size: 18px;
    padding: 18px;
    transform: translateY(5px);
  }
  .container .bcg-elements {
    top: -420px;
    left: -205px;
    height: 167%;
    width: 167%;
  }
  .container .wheel {
    top: 270px;
    height: 595px;
    width: 595px;
  }
  .container .wheel__pointer {
    top: -20px;
    width: 165px;
    height: 115px;
  }
  .container .wheel__spinner {
    height: 490px;
    width: 490px;
  }
  .container .wheel__button-bcg {
    height: 145px;
    width: 145px;
  }
  .container .wheel__text {
    width: 150px;
  }
  .container .wheel__text:nth-child(odd) {
    padding-top: 60px;
  }
  .container .wheel__text:nth-child(odd) .text-top {
    font-size: 16px;
    line-height: 18.75px;
  }
  .container .wheel__text:nth-child(odd) .text-bottom {
    font-size: 36px;
    line-height: 42.13px;
  }
  .container .wheel__text:nth-child(2n) {
    padding-top: 50px;
  }
  .container .wheel__text:nth-child(2n) .text-top {
    font-size: 16px;
    line-height: 18.75px;
  }
  .container .wheel__text:nth-child(2n) .text-bottom {
    font-size: 23px;
    line-height: 27.09px;
  }
  .no-png .container .popup__failure {
    background-image: url(popup-failure.7a79b982.webp);
  }
  .no-png .container .popup__success {
    background-image: url(popup-success.png);
  }
}
@media (min-width: 1000px) {
  .container .bcg-elements {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .container .wheel__pointer {
    top: -17px;
  }
}
@media (min-width: 1300px) {
  .container {
    background-image: url(background-desktop.2923b159.png);
  }
  .container .wheel-logo-bonus__logo {
    width: 235px;
    padding-top: 30px;
  }
  .container .wheel-logo-bonus__bonus {
    width: 550px;
    top: 70px;
  }
  .container .bcg-elements {
    background-image: url(elements-desktop.64e0d964.png);
    height: 151%;
    width: 151%;
    top: -175px;
    left: -330px;
  }
  .container .wheel {
    top: 220px;
    height: 460px;
    width: 460px;
  }
  .container .wheel__pointer {
    top: -15px;
    height: 80px;
    width: 125px;
  }
  .container .wheel__spinner {
    height: 380px;
    width: 380px;
  }
  .container .wheel__button-bcg {
    height: 110px;
    width: 110px;
  }
  .container .wheel__text {
    width: 120px;
  }
  .container .wheel__text:nth-child(odd) {
    padding-top: 50px;
    line-height: 1.2;
  }
  .container .wheel__text:nth-child(odd) .text-top {
    font-size: 12px;
    line-height: 14.17px;
  }
  .container .wheel__text:nth-child(odd) .text-bottom {
    font-size: 27.2px;
    line-height: 31.83px;
  }
  .container .wheel__text:nth-child(2n) {
    padding-top: 42px;
  }
  .container .wheel__text:nth-child(2n) .text-top {
    font-size: 12px;
    line-height: 14.17px;
    margin-bottom: 2px;
  }
  .container .wheel__text:nth-child(2n) .text-bottom {
    font-size: 17.49px;
    line-height: 20.47px;
  }
  .no-png .container {
    background-image: url(background-desktop.b9992358.webp);
  }
  .no-png .container .bcg-elements {
    background-image: url(elements-desktop.c74e4d7f.webp);
  }
}
@media (min-width: 1600px) {
  .container .wheel-logo-bonus__logo {
    width: 235px;
  }
  .container .wheel-logo-bonus__bonus {
    width: 610px;
    top: 70px;
    transform: translateX(-50%) rotate(-10deg);
  }
  .container .bcg-elements {
    top: -90px;
    left: -180px;
    height: 123%;
    width: 123%;
  }
  .container .wheel {
    top: 250px;
    height: 520px;
    width: 520px;
  }
  .container .wheel__pointer {
    top: -27px;
    height: 100px;
    width: 140px;
  }
  .container .wheel__spinner {
    height: 430px;
    width: 430px;
  }
  .container .wheel__button-bcg {
    height: 127px;
    width: 127px;
  }
  .container .wheel__text {
    width: 120px;
  }
  .container .wheel__text:nth-child(odd) {
    padding-top: 55px;
    line-height: 1.2;
  }
  .container .wheel__text:nth-child(odd) .text-top {
    font-size: 13.9px;
    line-height: 16.23px;
  }
  .container .wheel__text:nth-child(odd) .text-bottom {
    font-size: 31.1px;
    line-height: 36.47px;
  }
  .container .wheel__text:nth-child(2n) {
    padding-top: 42px;
  }
  .container .wheel__text:nth-child(2n) .text-top {
    font-size: 13.9px;
    line-height: 16.23px;
    margin-bottom: 2px;
  }
  .container .wheel__text:nth-child(2n) .text-bottom {
    font-size: 20px;
    line-height: 23.45px;
  }
}
@media (min-width: 1920px) {
  .container .wheel-logo-bonus__logo {
    width: 235px;
  }
  .container .wheel-logo-bonus__bonus {
    width: 700px;
    top: 70px;
  }
  .container .bcg-elements {
    height: 102%;
    width: 102%;
    top: -10px;
    left: -25px;
  }
  .container .wheel {
    top: 262px;
    height: 600px;
    width: 600px;
  }
  .container .wheel__pointer {
    top: -18px;
    height: 120px;
    width: 160px;
  }
  .container .wheel__spinner {
    height: 495px;
    width: 495px;
  }
  .container .wheel__button-bcg {
    height: 140px;
    width: 140px;
  }
  .container .wheel__text {
    width: 120px;
  }
  .container .wheel__text:nth-child(odd) {
    padding-top: 67px;
    line-height: 1.2;
  }
  .container .wheel__text:nth-child(odd) .text-top {
    font-size: 16px;
    line-height: 18.75px;
  }
  .container .wheel__text:nth-child(odd) .text-bottom {
    font-size: 36px;
    line-height: 42.13px;
  }
  .container .wheel__text:nth-child(2n) {
    padding-top: 57px;
  }
  .container .wheel__text:nth-child(2n) .text-top {
    font-size: 16px;
    line-height: 18.75px;
    margin-bottom: 2px;
  }
  .container .wheel__text:nth-child(2n) .text-bottom {
    font-size: 23.1px;
    line-height: 27.09px;
  }
}

