:root {
  --background: #5E93A4;
  --footer: #000;
  --text: #fff;
  --text-btn: #0A0113;
  --link: #00FF66;
}

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

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "RFDewiExpanded", sans-serif;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

@font-face {
  font-style: normal;
  font-family: "RFDewiExpanded";
  font-weight: 400;
  src: url("fonts/RFDewiExpanded-Regular.woff") format("woff"), url("fonts/RFDewiExpanded-Regular.woff2") format("woff2"), url("fonts/RFDewiExpanded-Regular.ttf") format("ttf");
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-family: "RFDewiExpanded";
  font-weight: 800;
  src: url("fonts/RFDewiExpanded-Ultrabold.woff") format("woff"), url("fonts/RFDewiExpanded-Ultrabold.woff2") format("woff2"), url("fonts/RFDewiExpanded-Ultrabold.ttf") format("ttf");
  font-display: swap;
}
body {
  background: linear-gradient(90.84deg, #090010 1.17%, #370061 67.27%, #170129 100.77%);
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

.content {
  overflow: hidden;
  position: relative;
}
.content .bg-left {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.content .bg-right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.wheel-container {
  position: relative;
  height: 100vh;
}
.wheel-container .logo {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.wheel-container .logo__block {
  position: absolute;
  background-color: var(--footer);
  padding: 16px 29px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
@media (min-width: 1600px) {
  .wheel-container .logo__block {
    padding: 37px 78px;
    border-bottom-left-radius: 70px;
    border-bottom-right-radius: 70px;
  }
}
.wheel-container .logo__block img {
  width: 157px;
}
@media (min-width: 1600px) {
  .wheel-container .logo__block img {
    width: auto;
  }
}
.wheel-container .wheel-block {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 40px;
}
@media (min-width: 991px) {
  .wheel-container .wheel-block {
    top: auto;
    margin-top: 50px;
  }
}
@media (min-width: 1280px) {
  .wheel-container .wheel-block {
    margin-top: 100px;
  }
}
.wheel-container .wheel-block .wheel-block-content {
  position: relative;
  z-index: 9;
}
.wheel-container .wheel-block .wheel-block-content .women {
  display: block;
  top: -155px;
  left: -45px;
  width: 497px;
  height: 400px;
}
@media (min-width: 991px) {
  .wheel-container .wheel-block .wheel-block-content .women {
    display: none;
  }
}
.wheel-container .wheel-block .wheel-block-content .wheel-circle {
  position: absolute;
  background: url(../assets/img/circle-mobile.svg) 50% 50%;
  background-repeat: no-repeat;
  z-index: 3;
  width: 392px;
  height: 392px;
  top: -23px;
  left: -23px;
}
.wheel-container .wheel-block .wheel-block-content .wheel-circle::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: 0px 0px 100px 0px #A64AF7;
}
@media (min-width: 1280px) {
  .wheel-container .wheel-block .wheel-block-content .wheel-circle::after {
    display: none;
  }
}
@media (min-width: 1280px) {
  .wheel-container .wheel-block .wheel-block-content .wheel-circle {
    background: url(../assets/img/circle.svg) 50% 50%;
    width: 789px;
    height: 789px;
    top: -9%;
    left: -9.3%;
  }
}
@media (min-width: 1600px) {
  .wheel-container .wheel-block .wheel-block-content .wheel-circle {
    width: 989px;
    height: 989px;
    top: -24%;
    left: -24.3%;
  }
}
.wheel-container .wheel-block .wheel-block-content .wheel-arrow {
  width: 99px;
  height: 47px;
  position: absolute;
  z-index: 5;
  background: url(../assets/img/wheel-arrow.svg);
  background-size: 100% 100%;
  transform: translateX(-50%);
  left: 50%;
  top: -34px;
}
@media (min-width: 1280px) {
  .wheel-container .wheel-block .wheel-block-content .wheel-arrow {
    width: 177px;
    height: 84px;
    top: -62px;
  }
}
.wheel-container .wheel-block .wheel-block-content .wheel-btn {
  width: 68px;
  height: 68px;
  position: absolute;
  border-radius: 50%;
  z-index: 5;
  left: 50%;
  top: 50%;
  border: none;
  transform: translate(-50%, -50%);
  background: url(../assets/img/wheel-logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
@media (min-width: 1280px) {
  .wheel-container .wheel-block .wheel-block-content .wheel-btn {
    width: 121px;
    height: 120px;
  }
}
.wheel-container .wheel-block .wheel-block-content .wheel-img {
  position: relative;
  z-index: 4;
  width: 346px;
  height: 346px;
}
@media (min-width: 1280px) {
  .wheel-container .wheel-block .wheel-block-content .wheel-img {
    width: 666px;
    height: 667px;
  }
}
.wheel-container .wheel-img-animated {
  animation: 2s spinner ease-in-out infinite;
}
.wheel-container .wheel-img-animated-1 {
  animation: 4s spinToOne ease-in-out 1;
}
@keyframes spinToOne {
  0% {
    transform: rotate(-80deg);
  }
  70% {
    transform: rotate(1303deg);
  }
  80% {
    transform: rotate(1294deg);
  }
  100% {
    transform: rotate(1300deg);
  }
}
@keyframes spinner {
  0% {
    transform: rotate(-3deg);
  }
  50% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(-3deg);
  }
}
.wheel-container .img-back {
  position: absolute;
}
.wheel-container .women {
  display: none;
}
@media (min-width: 991px) {
  .wheel-container .women {
    display: block;
    bottom: -105px;
    left: -30px;
    width: 657px;
    height: auto;
    z-index: 4;
  }
}
@media (min-width: 1600px) {
  .wheel-container .women {
    width: 1079px;
    height: 1052px;
  }
}
.wheel-container .coins-top-mobile {
  top: 0;
  right: 0;
  z-index: 2;
}
@media (min-width: 991px) {
  .wheel-container .coins-top-mobile {
    display: none;
  }
}
.wheel-container .coins-bottom-mobile {
  bottom: -45px;
  left: 0;
  z-index: 2;
}
@media (min-width: 991px) {
  .wheel-container .coins-bottom-mobile {
    display: none;
  }
}
.wheel-container .slot {
  display: none;
}
@media (min-width: 991px) {
  .wheel-container .slot {
    display: block;
    width: 542px;
    height: auto;
    bottom: -70px;
    right: 0;
    z-index: 3;
  }
}
@media (min-width: 1280px) {
  .wheel-container .slot {
    bottom: -170px;
  }
}
@media (min-width: 1600px) {
  .wheel-container .slot {
    width: 692px;
  }
}
.wheel-container .slot-mobile {
  bottom: -100px;
  right: 0;
  z-index: 2;
}
@media (min-width: 991px) {
  .wheel-container .slot-mobile {
    display: none;
  }
}
.wheel-container .coins-top {
  display: none;
}
@media (min-width: 991px) {
  .wheel-container .coins-top {
    display: block;
    top: 0;
    right: 0px;
    z-index: 2;
  }
}
.wheel-container .coins-bottom {
  display: none;
}
@media (min-width: 991px) {
  .wheel-container .coins-bottom {
    display: block;
    bottom: -190px;
    right: 300px;
    z-index: 3;
  }
}
.wheel-container .coins-middle {
  display: none;
}
@media (min-width: 991px) {
  .wheel-container .coins-middle {
    display: block;
    top: 0;
    left: 200px;
    z-index: 2;
  }
}
@media (min-width: 1600px) {
  .wheel-container .coins-middle {
    top: 0;
    left: 400px;
  }
}
.wheel-container .coins-left-top {
  display: none;
}
@media (min-width: 991px) {
  .wheel-container .coins-left-top {
    display: block;
    top: 0;
    left: 0;
    z-index: 2;
  }
}
.wheel-container .coins-left-bottom {
  display: none;
}
@media (min-width: 991px) {
  .wheel-container .coins-left-bottom {
    display: block;
    bottom: -100px;
    left: 0;
    z-index: 2;
  }
}

.footer {
  background: var(--footer);
  padding: 21px 17px;
  position: relative;
  z-index: 99;
}
@media (min-width: 1280px) {
  .footer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
  }
}
.footer__top {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 36px;
}
@media (min-width: 1280px) {
  .footer__top {
    margin-bottom: 0;
    margin-right: 147px;
  }
}
.footer__top img {
  margin: 4px 7px;
  width: 100px;
}
.footer__top img:first-child {
  margin: 4px 7px 4px 0;
}
.footer__top img:last-child {
  margin: 4px 0 4px 7px;
  width: 70px;
}
.footer__top .mastercard {
  margin: 4px 0;
}
.footer__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 16px;
}
@media (min-width: 1280px) {
  .footer__bottom {
    margin-bottom: 0;
    flex-direction: row;
  }
}
.footer__bottom span {
  display: block;
  color: var(--text);
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  margin-bottom: 10px;
}
@media (min-width: 1280px) {
  .footer__bottom span {
    margin-bottom: 0;
    margin-right: 21px;
  }
}
.footer__bottom span br {
  display: none;
}
@media (min-width: 1280px) {
  .footer__bottom span br {
    display: block;
  }
}
.footer__bottom-payments {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__bottom-payments img {
  margin: 0 8px;
}
.footer__bottom-payments img:first-child {
  margin: 0 8px 0 0;
}
.footer__bottom-payments img:last-child {
  margin: 0 0 0 8px;
}

.wheel-modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  display: none;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.8);
}
.wheel-modal .wheel-modal-content {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}
.wheel-modal .wheel-modal-content .popup {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(93.6deg, #090010 1.35%, #370061 92.44%);
  width: 320px;
  height: 192px;
  border-radius: 20px;
}
.wheel-modal .wheel-modal-content .popup::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 20px;
  top: 0;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: 0px 0px 100px 0px #A64AF7;
}
@media (min-width: 991px) {
  .wheel-modal .wheel-modal-content .popup {
    width: 647px;
    height: 387px;
    border-radius: 40px;
  }
  .wheel-modal .wheel-modal-content .popup::after {
    border-radius: 40px;
  }
}
.wheel-modal .wheel-modal-content .popup__win {
  text-align: center;
}
.wheel-modal .wheel-modal-content .popup__win p {
  display: block;
  font-weight: 400;
  color: var(--text);
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 20px;
  z-index: 9;
}
@media (min-width: 991px) {
  .wheel-modal .wheel-modal-content .popup__win p {
    font-size: 48px;
    margin-bottom: 45px;
  }
}
.wheel-modal .wheel-modal-content .popup__win p span {
  font-weight: 800;
  color: var(--link);
  text-transform: uppercase;
}
.wheel-modal .wheel-modal-content .popup__win p strong {
  font-weight: 800;
}
.wheel-modal .wheel-modal-content .popup__win-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: var(--text-btn);
  background-color: var(--link);
  border-radius: 30px;
  width: 238px;
  height: 33px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.2;
  transition: 0.3s;
  z-index: 9;
}
.wheel-modal .wheel-modal-content .popup__win-btn::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -16px;
  width: 269px;
  height: 22px;
  background-image: url(img/btn-mobile-small.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.wheel-modal .wheel-modal-content .popup__win-btn::after {
  content: "";
  position: absolute;
  top: 3px;
  left: -8px;
  width: 254px;
  height: 28px;
  background-image: url(img/btn-mobile-big.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 991px) {
  .wheel-modal .wheel-modal-content .popup__win-btn {
    width: 480px;
    height: 66px;
    font-size: 30px;
  }
  .wheel-modal .wheel-modal-content .popup__win-btn::before {
    background-image: url(img/btn-icon-small.svg);
    width: 540px;
    height: 42px;
    top: 12px;
    left: -30px;
  }
  .wheel-modal .wheel-modal-content .popup__win-btn::after {
    background-image: url(img/btn-icon-big.svg);
    width: 512px;
    height: 56px;
    top: 5px;
    left: -16px;
  }
}
.wheel-modal .wheel-modal-content .popup__win-btn:hover {
  transform: scale(1.05);
}/*# sourceMappingURL=styles.css.map */