/* *,
ul {
  margin: 0;
  padding: 0;
}

* {
  border: 0;
}

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

:active,
:focus,
a:active,
a:focus {
  outline: 0;
}

aside,
footer,
header,
nav {
  display: block;
}

button,
input,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background: 0 0;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:hover,
a:visited {
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Ubuntu, sans-serif;
  font-weight: 600;
} */

/* .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
  transition: 0.2s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  pointer-events: none;
}
.layer.not-visible {
  opacity: 0;
}

.header {
  height: max(10vh, 75px);
  padding-top: 20px;
  position: relative;
}
.header::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
}
.header * {
  height: 100%;
}
.header__logo {
  text-align: center;
  position: relative;
  z-index: 10;
}
@media (max-width: 450px) {
  .header__logo {
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
  }
}
.header__logo img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 90px;
}


.wheel {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.wheel__offer {
  position: absolute;
  z-index: 20;
  text-align: center;
  left: 50%;
  translate: -50% 0;
  bottom: 10%;
  color: #fff;
  font-size: 18px;
  width: 85%;
  text-transform: uppercase;
}
.wheel__offer .lng-offer-unit_2 {
  color: #fbd84d;
}
.wheel__offer .footer__your-spins {
  color: #fff;
  font-size: 20px;
  text-transform: lowercase;
}
@media (min-width: 460px) {
  .wheel__offer {
    width: 100%;
    font-size: 20px;
  }
}
.wheel__container {
  height: 80%;
  max-width: 690px;
  max-height: 690px;
  aspect-ratio: 1/1;
  background: url("../img/wheel-holder.webp") no-repeat center/contain;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.wheel__container::after {
  content: "";
  display: block;
  width: 80%;
  height: 80%;
  position: absolute;
  z-index: 5;
  background-image: url("../img/wheel-mask.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  left: 0;
  bottom: 0;
  top: 5px;
  right: 0;
}
.wheel__trigger {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: url("../img/trigger.png") no-repeat center/contain;
  width: 25%;
  height: 25%;
  z-index: 10;
  color: #612901;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1px;
}
.wheel__trigger p {
  display: inline;
  width: 100%;
  font-size: 80px;
}
.wheel__trigger-sprite {
  position: absolute;
  z-index: 9;
  width: 33%;
  height: 33%;
}
.wheel__trigger-sprite img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.wheel__trigger-sprite.anim {
  animation: 1.2s pulse ease-in-out infinite;
}
.wheel__sector-frame {
  position: absolute;
  z-index: 8;
  height: 53%;
  width: 100%;
  text-align: center;
}
.wheel__sector-frame img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
.wheel__sector-frame.anim {
  animation: 1.2s pulse ease-in-out infinite;
}
.wheel__sector-frame_win-frame {
  top: 0;
}
.wheel__sector-frame_win-frame_stat .pie-bg {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
}
.wheel__sector-frame_mask {
  top: 0;
}
.wheel__sector-frame_mask img {
  transition: 0.2s ease;
  -o-object-position: bottom;
     object-position: bottom;
}
.wheel__sector-frame_mask::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.2);
  bottom: 0;
}
.wheel__mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.wheel__center {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.overlay-bg:not(img) {
  background: rgba(0, 0, 0, 0.2);
  transition: 0.2s ease;
}

.overlay-bg.not-visible {
  opacity: 0;
}

.roulette {
  flex: 0 0 auto;
  height: 80%;
  width: 80%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  background: #000;
  transition: 0.2s ease;
  border: 5px solid #F89A0D;
}
.roulette__segment {
  padding-top: 10px;
  height: 50%;
  width: 41.3%;
  position: absolute;
  -webkit-clip-path: polygon(100% 0, 50% 100%, 0 0);
          clip-path: polygon(100% 0, 50% 100%, 0 0);
  translate: -50% 0;
  transform-origin: bottom;
  text-align: center;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  left: 50%;
}
.roulette__segment:nth-child(odd) {
  background: linear-gradient(0deg, rgb(0, 169, 0) 23%, rgb(0, 110, 0) 74%);
}
.roulette__segment:nth-child(even) {
  background: linear-gradient(0deg, rgb(0, 169, 0) 23%, rgb(1, 87, 1) 74%);
}
.roulette__segment:nth-child(1) {
  left: 50%;
}
.roulette__segment:nth-child(2) {
  rotate: 45deg;
}
.roulette__segment:nth-child(3) {
  rotate: 90deg;
}
.roulette__segment:nth-child(4) {
  rotate: 135deg;
}
.roulette__segment:nth-child(5) {
  rotate: 180deg;
}
.roulette__segment:nth-child(6) {
  rotate: 225deg;
}
.roulette__segment:nth-child(7) {
  rotate: 270deg;
}
.roulette__segment:nth-child(8) {
  rotate: 315deg;
}
.roulette.animated {
  animation: 2s spinner ease-in-out infinite;
}
.roulette__text {
  text-transform: uppercase;
}
.roulette__text .big-text {
  color: #fbd84d;
  font-weight: 900;
  font-size: 40px;
  width: 100%;
}
.roulette__text .small-text {
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  width: 100%;
}
.roulette__text .no-bonus-text {
  color: #7ccc33;
  font-size: 18px;
}

.bonuses {
  position: fixed;
  left: 10px;
  top: 10px;
  z-index: 10;
}
.bonuses__item {
  width: 80px;
  height: 80px;
  background: url("../img/priz.png") no-repeat center/contain;
  padding: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bonuses__item#fp, .bonuses__item#sp {
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  pointer-events: none;
  transition: 0.2s ease;
}
.bonuses__item#fp.show, .bonuses__item#sp.show {
  opacity: 1;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  pointer-events: all;
}
.bonuses__item:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 710px) {
  .bonuses__item {
    width: 120px;
    height: 120px;
    left: 25px;
    top: 25px;
  }
/* } */
.bonuses__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bonuses__text {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}

.popup {
  position: fixed;
  z-index: 10000000000000000000;
  left: 50%;
  top: 5vh;
  z-index: 20;
  display: flex;
  align-items: start;
  justify-content: center;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  pointer-events: none;
  transition: 0.2s ease;
  translate: -50% -150%;
  background: none;
}
.popup_second {
  translate: 0 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 500px) {
  .popup {
    width: 100%;
  }
}
.popup.active-first {
  opacity: 1;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  pointer-events: all;
  translate: -50% 0%;
}
.popup.active-first__body {
  transition: 0% 0;
}
.popup.active-second {
  opacity: 1;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  pointer-events: all;
  translate: 0 0;
}
.popup.active-second__body {
  transition: 0% 0;
}
.popup__body {
  background: url("../img/bg-modal.png") no-repeat center/cover;
  border-radius: 20px;
  overflow: hidden;
  padding: 20px 15px;
  border: 2px solid #ffeb57;
  text-align: center;
  width: 90%;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: -150% 0;
  flex-wrap: wrap;
}
@media (min-width: 470px) {
  .popup__body {
    width: 450px;
  }
}
@media (max-width: 500px) {
  .popup__body {
    align-items: center;
    justify-content: center;
  }
}
.popup__title {
  color: #ffeb57;
  font-size: 32px;
  margin-bottom: 10px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.popup__text {
  font-size: 30px;
  margin: 20px 0;
  color: #fff;
}
.popup__bonus {
  color: #ffeb64;
  font-weight: bold;
  font-size: 28px;
}
.popup__icons {
  display: flex;
  justify-content: space-around;
  gap: 15px;
}
.popup__icons .bonuses__item {
  width: 60px;
  height: 60px;
  margin-bottom: 0;
  font-size: larger;
}
.popup__btn {
  width: 100%;
  color: #612901;
  border-bottom: 4px solid #7e5205;
  background: rgb(224, 138, 13);
  background: linear-gradient(
    180deg,
    rgb(224, 138, 13) 0%,
    rgb(255, 196, 70) 40%,
    rgb(255, 196, 70) 60%,
    rgb(224, 138, 13) 100%
  );
  display: block;
  border-radius: 16px;
  font-size: 25px;
  padding: 24px 33px;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
}
.popup__btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -200px;
  width: 60px;
  height: 100px;
  background-color: #fff;
  filter: blur(30px);
  transform: skewX(30deg) translateZ(0);
  transition: 1s;
  animation-name: moveSideWays;
  animation-duration: 3s;
  animation-delay: 0.05s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.popup__timer {
  color: #ffeb64;
  font-size: 26px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.popup__offer {
  flex: 0 0 100%;
  color: #fff;
  font-size: 28px;
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
@keyframes shake-medium {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
@keyframes shake-fast {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
/* .shake-slow {
  animation: shake 1s;
  animation-iteration-count: 2;
}

.shake-medium {
  animation: shake-medium 0.75s;
  animation-iteration-count: 4;
}

.shake-fast {
  animation: shake-fast 0.5s;
  animation-iteration-count: 8;
} */
.shake-slow {
  animation: shake 1.5s;
  animation-iteration-count: 6.68;
}

.shake-medium {
  animation: shake-medium 1s;
  animation-iteration-count: 10;
}

.shake-fast {
  animation: shake-fast 0.5s;
  animation-iteration-count: 20;
}

@keyframes moveSideWays {
  0% {
    left: -30px;
    margin-left: 0px;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}
.footer {
  height: max(10vh, 75px);
  position: relative;
}
.footer::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
}
.footer .container {
  text-align: center;
}
.footer p {
  color: #ffeb57;
  font-size: 20px;
}

.first-spin {
  animation: 5s firstSpin ease;
  animation-fill-mode: forwards;
}

.second-spin {
  animation: 5s secondSpin ease;
  animation-fill-mode: forwards;
}

@keyframes firstSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1350deg);
  }
}
@keyframes secondSpin {
  from {
    transform: rotate(1350deg);
  }
  to {
    transform: rotate(3059deg);
  }
}
@keyframes pulse {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes spinner {
  0% {
    transform: rotate(-3deg);
  }
  50% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(-3deg);
  }
}
.test {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}
.test p {
  font-size: 1px;
  display: inline;
}

.continue {
  margin-bottom: -50px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  position: absolute;
  bottom: 100px;
  left: 50%;
  translate: -50% 0;
  text-align: center;
}
.continue a {
  color: inherit;
  text-decoration: underline;
}
@media (max-width: 576px) {
  .continue {
    bottom: 90px;
    width: 100%;
    font-size: 14px;
  }
}

#clickUnder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999;
}

#reset {
  background: red;
  color: white;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 9999999999;
  padding: 10px 20px;
  display: block;
} /*# sourceMappingURL=style.css.map */
