@font-face {
  font-family: "Montserrat Alternates";
  src: url("../fonts/MontserratAlternates-Black.woff2") format("woff2"), url("../fonts/MontserratAlternates-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat Alternates";
  src: url("../fonts/MontserratAlternates-Regular.woff2") format("woff2"), url("../fonts/MontserratAlternates-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat Alternates";
  src: url("../fonts/MontserratAlternates-Bold.woff2") format("woff2"), url("../fonts/MontserratAlternates-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat Alternates";
  src: url("../fonts/MontserratAlternates-SemiBold.woff2") format("woff2"), url("../fonts/MontserratAlternates-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat Alternates";
  src: url("../fonts/MontserratAlternates-Medium.woff2") format("woff2"), url("../fonts/MontserratAlternates-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat Alternates";
  src: url("../fonts/MontserratAlternates-ExtraBold.woff2") format("woff2"), url("../fonts/MontserratAlternates-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
} /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
html.nl .nl {
  display: inline-block;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
::selection {
  background-color: rgba(0, 0, 0, 0);
}
::-webkit-selection {
  background-color: rgba(0, 0, 0, 0);
}
::-moz-selection {
  background-color: rgba(0, 0, 0, 0);
}
img {
  width: 100%;
  height: auto;
  display: block;
}
body,
html {
  min-height: 100%;
}
html {
  background: #3e0151;
  line-height: 1.15;
  font-family: "Montserrat Alternates", "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 0.5208333333vw;
}

.popup__text-line.big{
  font-size: 6rem;
}
html.hide {
  display: block;
}
html.hide .blur_wrap {
  background: transparent;
  position: relative;
  filter: none;
}
html.hide .preloader {
  display: none;
}
.preloader {
  width: 5em;
  height: 5em;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 6;
}
a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
.blur_wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  filter: blur(5px);
  width: 100%;
  min-height: 100%;
  z-index: 5;
}
.layout {
  min-height: 100vh;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.wrapper {
  overflow: hidden;
  background-size: 192rem auto;
  background-position: top center;
  background-repeat: no-repeat;
}
@media (max-width: 640px) {
  .wrapper {
    background-size: 64rem auto;
  }
}
.main-content {
  position: relative;
  min-height: 98rem;
  display: flex;
  flex-direction: column;
}
.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.4rem 0 2.4rem;
  position: relative;
  z-index: 5;
}
.logo {
  width: 29.8rem;
  display: block;
  font-size: 18px;
}
.title {
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 3;
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
}
.gradient-txt {
  background: linear-gradient(118deg, #e18800 17.36%, #fbc85d 58.02%, #fbc300 97.87%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  font-size: 6.4rem;
  line-height: 1;
  font-weight: 800;
  position: relative;
  text-transform: uppercase;
  padding: 0 1rem;
}
/* .gradient-txt::before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  background: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
  -webkit-text-stroke: 0rem transparent;
  display: block;
  width: 100%;
  text-transform: uppercase;
}
.gradient-txt::after {
  content: attr(data-text);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-transform: uppercase;
  -webkit-text-stroke: unset;
  pointer-events: none;
  background: linear-gradient(118deg, #e18800 17.36%, #fbc85d 58.02%, #fbc300 97.87%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
} */
.wheel {
  width: 42.1rem;
  height: 42.1rem;
  margin: 11.8rem auto 18rem;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wheel__spinner {
  position: relative;
  z-index: 2;
}
.wheel__layer-1 {
  pointer-events: none;
  width: 10.7rem;
  height: 11.5rem;
  position: absolute;
  top: -3.5rem;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/wheel-layer-1.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 4;
}
.wheel__layer-2 {
  width: 23.8rem;
  height: 15.7rem;
  background-image: url(../images/wheel-layer-2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  top: 0rem;
  left: 51%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 3;
  pointer-events: none;
}
.wheel__layer-3 {
  width: 66.7rem;
  height: 61rem;
  background-image: url(../images/wheel-layer-3.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  top: -8.9rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
}
.wheel__btn {
  width: 15.6rem;
  height: 15.2rem;
  background: url("../images/wheel-btn.svg") 50% 0%;
  background-size: 100% 100%;
  position: absolute;
  top: 13.5rem;
  left: 13.5rem;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  animation: btn-bounce 2s alternate infinite;
}
.wheel__btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-image: url(../images/wheel-btn.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
}
.wheel__btn .wheel__btn-txt {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 3rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
  z-index: 4;
  padding-bottom: 0.5rem;
}
@media (hover: hover) {
  .wheel__btn:hover:after {
    opacity: 1;
  }
  .wheel__btn:hover .wheel__btn-shadow {
    opacity: 0;
  }
}
.wheel__btn.disabled {
  pointer-events: none;
  animation: none;
}
@keyframes btn-bounce {
  from {
    transform: scale(0.9);
  }
  to {
    transform: scale(1.1);
  }
}
@keyframes bounce {
  0% {
    top: -4%;
  }
  50% {
    top: -7%;
  }
  100% {
    top: -4%;
  }
}
.wheel__spinner_animated {
  animation: 1s spinner infinite linear;
}
.wheel__spinner_animated_1 {
  animation: 3s spinTo1 forwards ease-out;
}
.wheel__spinner_animated_2 {
  animation: 2s spinner2 ease-in-out infinite;
}
.wheel__spinner_animated_final {
  animation: 3.5s spinTo2 ease-in-out forwards;
}
@keyframes spinTo1 {
  0% {
    transform: rotate(var(--currentRotate));
  }
  60% {
    transform: rotate(364deg);
  }
  70% {
    transform: rotate(357deg);
  }
  80% {
    transform: rotate(361deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinner2 {
  0% {
    transform: rotate(715deg);
  }
  50% {
    transform: rotate(725deg);
  }
  100% {
    transform: rotate(715deg);
  }
}
@keyframes spinTo2 {
  0% {
    transform: rotate(720deg);
  }
  70% {
    transform: rotate(1129deg);
  }
  80% {
    transform: rotate(1121deg);
  }
  100% {
    transform: rotate(1125deg);
  }
}
.wheel__spinner {
  width: 42.1em;
  height: 42.1em;
  position: relative;
  background-image: url(../images/spinner.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transform: rotate(0deg);
}
.wheel__spinner .wheel__text {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.6em 0;
  box-sizing: border-box;
  color: #fff;
}
.wheel__spinner .wheel__bonus {
  max-width: 24em;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.wheel__spinner .wheel__bonus-1 {
  transform: rotate(0deg);
  padding-left: 1em;
}
.wheel__spinner .wheel__bonus-2 {
  transform: rotate(180deg);
  padding-left: 1em;
}
.wheel__spinner .wheel-bonus-txt {
  font-style: normal;
  font-size: 2.5em;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  width: 100%;
}
.wheel__spinner .wheel-bonus-txt.win-bonus {
  font-size: 2.2em;
  text-align: left;
  line-height: 1;
}
.wheel__spinner .sector__fs {
  font-size: 4.8em;
}
.wheel__spinner .sector__fs.small {
  font-size: 2.4em;
}
.footer {
  padding: 3.2rem 0 3.2rem;
  z-index: 4;
  pointer-events: none;
  width: 100%;
  margin-top: auto;
}
.footer__text {
  font-size: 1.6rem;
  text-align: center;
  color: #c848ff;
  position: relative;
  z-index: 6;
}
.bg-elements {
  position: absolute;
  width: 115.4rem;
  top: 7.5rem;
  left: 50%;
  transform: translateX(-53%);
  pointer-events: none;
  z-index: 1;
}
.bg-coins {
  position: absolute;
  width: 162.4rem;
  top: 16.2rem;
  left: 50%;
  transform: translateX(-47%);
  pointer-events: none;
}
.popup {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(62, 1, 81, 0.8);
  backdrop-filter: blur(1rem);
  -webkit-backdrop-filter: blur(1rem);
  z-index: 4;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  padding-top: 24rem;
}
.popup__show {
  opacity: 1;
  pointer-events: all;
}
.popup__window {
  width: 100%;
  opacity: 0;
  pointer-events: none;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.popup__window_show {
  opacity: 1;
  pointer-events: all;
  height: auto;
  overflow: visible;
}
.popup__inner {
  margin: 0 auto;
  min-height: 52.4rem;
  width: 57.8rem;
  position: relative;
  background-color: #663399;
  border-radius: 40px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top center;
  display: flex;
  flex-direction: column;
}
.popup__inner:before {
  content: "";
  display: block;
  width: 80.6rem;
  height: 57.2rem;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: -1;
  background-image: url(../images/popup-abs-1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 40px;
}
.popup__content {
  padding: 9.2rem 4rem 8.4rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  border: 2px solid #ff1493;
  border-radius: 40px;
}
.popup__text {
  margin-bottom: 1rem;
  text-align: center;
  position: relative;
  z-index: 3;
  font-weight: 800;
  font-size: 4rem;
  line-height: 1.3;
  text-transform: uppercase;
  color: #fff;
}
.popup__text-line--top {
  color: #fbc644;
}
.popup__sum {
  text-align: center;
  position: relative;
  z-index: 3;
}
.popup__video-container {
  margin: 1rem 0 1rem;
  width: 170px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.popup__sum .gradient-txt {
  font-size: 12.8rem;
}
.popup__btn-container {
  margin-top: auto;
}
.popup__btn {
  background-color: rgba(0, 0, 0, 0);
  width: 34rem;
  height: 10.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-decoration: unset;
  position: relative;
  z-index: 5;
  margin-top: auto;
}
@media (hover: hover) {
  .popup__btn:hover {
    opacity: 0.8;
  }
}
.popup__btn:active {
  opacity: 0.7;
}
.popup__btn span {
  font-style: normal;
  font-weight: 800;
  font-size: 3.6rem;
  line-height: 1.3;
  text-align: center;
  color: #171218;
  position: relative;
  z-index: 5;
  padding-bottom: 1rem;
}
.popup__btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/popup-btn-1-hover.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.popup__btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/popup-btn-1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 2;
  pointer-events: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.popup__btn .popup__btn-shadow {
  display: block;
  position: absolute;
  width: 31rem;
  height: 10.4rem;
  z-index: 1;
  pointer-events: none;
  top: 1.6rem;
  left: 1.4rem;
  background-image: url(../images/popup-btn-shadow.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (hover: hover) {
  .popup__btn:hover:after {
    opacity: 1;
  }
}
.popup .terms {
  margin-top: 1.6rem;
}
.popup .terms a {
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  transition: border 0.3s ease;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0);
  text-decoration: none;
}
@media (hover: hover) {
  .popup .terms a:hover {
    border-bottom: 0.1rem solid #fff;
  }
}
.popup .second-window .popup__inner:before {
  width: 92.1rem;
  height: 75.2rem;
  background-image: url(../images/popup-abs-2.png);
  top: 54%;
}
.popup .second-window .popup__btn:before {
  background-image: url(../images/popup-btn-2.png);
}
.popup .second-window .popup__btn:after {
  background-image: url(../images/popup-btn-2-hover.png);
}
.popup .second-window .popup__btn span {
  color: #fff;
  font-size: 3.2rem;
}
.popup .second-window .popup__sum .gradient-txt {
  font-size: 4rem;
}
.popup .second-window .popup__content {
  padding: 6.6rem 5rem 7rem;
}
.popup .second-window .popup__text {
  margin-bottom: 1.5rem;
}
.popup .second-window .popup__text.small {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.switcher__wrapper {
  position: absolute;
  z-index: 6;
  width: 100%;
  max-width: 130rem;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.game-outer {
  position: relative;
  z-index: 3;
}
.game_wrap {
  max-width: 130rem;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.scratches_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 9rem auto 21rem;
  max-width: 100rem;
}
.scratch_outer {
  width: 35.4rem;
  height: 20.3rem;
  cursor: pointer;
  position: relative;
  padding: 0.5rem;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 2rem;
  overflow: hidden;
  margin: 0 3rem 4rem;
  transition: filter 0.3s ease;
  animation: shadow 1.05s ease-in-out infinite;
}
.scratch_outer.scratch_outer_action_1 {
  animation: none;
  filter: drop-shadow(0px 0px 2.5rem #ec2da2);
  -webkit-filter: drop-shadow(0px 0px 2.5rem #ec2da2);
}
.scratch_outer.scratch_outer_action_1 .scratch_txt {
  animation: opacity 1.05s ease-in-out forwards;
  display: block;
}
.scratch_outer.scratch_outer_action_1 .bonus_1 {
  display: none;
}
.scratch_outer.scratch_outer_action_1.scratch_outer_bonus_1 .bonus_1 {
  display: block;
}
.scratch_outer.scratch_outer_action_1 .bonus_2 {
  display: none;
}
.scratch_outer.scratch_outer_action_1.scratch_outer_bonus_2 .bonus_2 {
  display: block;
}
.scratch_outer.scratch_outer_action_1 .bonus_3 {
  display: none;
}
.scratch_outer.scratch_outer_action_1.scratch_outer_bonus_3 .bonus_3 {
  display: block;
}
.scratch_outer.used {
  cursor: auto;
  pointer-events: none;
  animation: none;
  filter: drop-shadow(0px 0px 2.5rem #ec2da2);
  -webkit-filter: drop-shadow(0px 0px 2.5rem #ec2da2);
}
.scratch_outer.used .scratch_used {
  display: block;
  opacity: 1;
  z-index: 5;
}
.scratch_outer.used .scratch_bonus {
  display: block;
  opacity: 1;
  z-index: 4;
}
.scratch_outer.used .scratch_txt {
  opacity: 1;
  display: block;
  z-index: 5;
}
.scratch_outer.used .bonus_1 {
  display: none;
}
.scratch_outer.used.use_1 .bonus_1 {
  display: block;
}
.scratch_outer.used .bonus_2 {
  display: none;
}
.scratch_outer.used.use_2 .bonus_2 {
  display: block;
}
.scratch_outer.used .bonus_3 {
  display: none;
}
.scratch_outer.used.use_3 .bonus_3 {
  display: block;
}
.scratch_outer:hover {
  animation: none;
  filter: drop-shadow(0px 0px 2.5rem #ec2da2);
  -webkit-filter: drop-shadow(0px 0px 2.5rem #ec2da2);
}
.scratch_bonus {
  width: 94.5%;
  height: 98%;
  z-index: 2;
  text-align: center;
  opacity: 1;
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.2rem;
  overflow: hidden;
  display: block;
}
.scratch_bonus img {
  width: 100%;
  height: 100%;
}
.scratch_used {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  animation: none;
}
.scratch_txt {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
  width: 100%;
  display: none;
}
.scratch_txt .card-gradient-txt {
  font-size: 6.4rem;
  letter-spacing: 0.1rem;
}
.scratch_action {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}
@keyframes shadow {
  0% {
    filter: drop-shadow(0px 0px 2.5rem #ec2da2);
    -webkit-filter: drop-shadow(0px 0px 2.5rem #ec2da2);
  }
  50% {
    filter: drop-shadow(0px 0px 1rem #ec2da2);
    -webkit-filter: drop-shadow(0px 0px 1rem #ec2da2);
  }
  100% {
    filter: drop-shadow(0px 0px 2.5rem #ec2da2);
    -webkit-filter: drop-shadow(0px 0px 2.5rem #ec2da2);
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.jsgif {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease;
  z-index: 3;
}
.jsgif > canvas {
  width: 100%;
  height: 100%;
}
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 4;
  pointer-events: none;
  top: 0;
  max-width: 192rem;
  left: 50%;
  transform: translateX(-50%);
}
.bear {
  display: none;
}
#game-1 {
  z-index: 2;
}
.confetti {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.webp .wrapper {
  background-image: url(../images/main-bg.webp);
}
@media (max-width: 640px) {
  .webp .wrapper {
    background-image: url(../images/main-bg-mobile.webp);
  }
}
.webp .wrapper.second-wrapper {
  background-image: url(../images/main-bg-2.webp);
}
@media (max-width: 640px) {
  .webp .wrapper.second-wrapper {
    background-image: url(../images/main-bg-mobile-2.webp);
  }
}
.no-webp .wrapper {
  background-image: url(../images/main-bg.jpg);
}
@media (max-width: 640px) {
  .no-webp .wrapper {
    background-image: url(../images/main-bg-mobile.jpg);
  }
}
.no-webp .wrapper.second-wrapper {
  background-image: url(../images/main-bg-2.jpg);
}
@media (max-width: 640px) {
  .no-webp .wrapper.second-wrapper {
    background-image: url(../images/main-bg-mobile-2.jpg);
  }
}
@media (max-width: 640px) {
  html.de #game-1 .title {
    font-size: 3.9rem;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 0.7142857143vw;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 0.8vw;
  }
}
@media (max-width: 640px) {
  html {
    font-size: 1.5625vw;
  }
  .main-content {
    min-height: unset;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    -webkit-flex-grow: 1;
  }
  .game-outer {
    width: 100%;
  }
  .bg-elements {
    display: none;
  }
  .bg-coins {
    display: none;
  }
  .header {
    padding-bottom: 3rem;
  }
  .title {
    max-width: 100%;
    width: 100%;
    padding: 0 3rem;
  }
  .wheel {
    margin-top: 13rem;
  }
  .bear {
    display: block;
    width: 35rem;
    position: absolute;
    bottom: -29rem;
    right: 0;
    pointer-events: none;
    z-index: 2;
  }
  .footer {
    position: relative;
    z-index: 3;
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-top: 30rem;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    background-color: #3e0151;
  }
  .footer:before {
    content: "";
    z-index: 3;
    width: 100%;
    height: 40rem;
    position: absolute;
    top: -30rem;
    left: 0;
    background: linear-gradient(180deg, rgba(62, 1, 81, 0) 0%, rgba(62, 1, 81, 0.66) 32.63%, #3e0151 69.32%);
  }
  .popup {
    padding-top: 26.5rem;
  }
  .popup .first-window .popup__inner:before {
    width: 55.7rem;
    height: 76.2rem;
    background-image: url(../images/popup-abs-1-mobile.png);
    top: 54%;
  }
  #game-2 .title {
    padding: 0 5rem;
  }
  .scratches_wrap {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 4rem;
    margin-bottom: 14rem;
  }
  .scratch_outer {
    margin-bottom: 2rem;
    filter: drop-shadow(0px 0px 1.5rem rgba(255, 255, 255, 0));
    -webkit-filter: drop-shadow(0px 0px 1.5rem rgba(255, 255, 255, 0));
  }
  .scratch_outer:hover {
    filter: drop-shadow(0px 0px 1.5rem rgba(255, 255, 255, 0));
    -webkit-filter: drop-shadow(0px 0px 1.5rem rgba(255, 255, 255, 0));
  }
}
