@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap");
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
select,
textarea {
  font-size: inherit;
  color: inherit;
}
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
  -webkit-text-fill-color: #393939;
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
a {
  color: inherit;
  outline: none;
}
* {
  -webkit-tap-highlight-color: transparent;
}
:focus {
  outline: none;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
:after,
:before {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}
:after:focus,
:before:focus,
:focus {
  outline: none;
}
body,
html {
  width: 100%;
  height: 100dvh;
  background: #1a1b22;
  font-family: Montserrat, sans-serif;
  font-size: 3.2dvw;
  background-image: url(../img/BG/BG.png);
  -moz-background-size: cover;
  background-size: cover;
  background-position: 50%;
}
@media screen and (max-height: 236vw) {
  body body,
  body html,
  html body,
  html html {
    font-size: 1.35dvh;
    -moz-background-size: cover;
    background-size: cover;
    background-position: 50%;
  }
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
a,
button {
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
a:hover,
button:hover {
  cursor: pointer;
}
img {
  width: 100%;
  height: 100%;
}
h3,
p,
span {
  text-align: center;
}
@-webkit-keyframes a {
  0% {
    scale: 1;
    -webkit-filter: drop-shadow(0 0 0 #ff0044);
    filter: drop-shadow(0 0 0 #ff0044);
  }
  to {
    scale: 1.05;
    -webkit-filter: drop-shadow(0 0 0.875em #ff0044);
    filter: drop-shadow(0 0 0.875em #ff0044);
  }
}
@-moz-keyframes a {
  0% {
    scale: 1;
    filter: drop-shadow(0 0 0 #ff0044);
  }
  to {
    scale: 1.05;
    filter: drop-shadow(0 0 0.875em #ff0044);
  }
}
@keyframes a {
  0% {
    scale: 1;
    -webkit-filter: drop-shadow(0 0 0 #ff0044);
    filter: drop-shadow(0 0 0 #ff0044);
  }
  to {
    scale: 1.05;
    -webkit-filter: drop-shadow(0 0 0.875em #ff0044);
    filter: drop-shadow(0 0 0.875em #ff0044);
  }
}
.wrap {
  height: 100dvh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: hidden;
}
.content,
.wrap {
  position: relative;
}
.logo {
  position: relative;
  width: 20.625em;
  padding: 0 0 2.5em;
  margin: 0 auto;
  z-index: 4;
}
.mainText {
  text-align: center;
  color: #df2e6f;
  font-size: 2.25em;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  padding-bottom: 2.5em;
}
.mainText__top {
  text-shadow: -0.0625em 0 #fff, 0 0.0625em #fff, 0.0625em 0 #fff,
    0 -0.0625em #fff;
}
.overflow {
  overflow: hidden;
  -webkit-animation: e 3s ease-in-out infinite alternate;
  -moz-animation: e 3s ease-in-out infinite alternate;
  animation: e 3s ease-in-out infinite alternate;
}
.body__wheel {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-top: 1.25em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.body__wheel--arr,
.body__wheel--border,
.body__wheel--center {
  position: absolute;
}
.body__wheel--bg {
  width: 23.25em;
  height: 23.25em;
}
.body__wheel--border {
  width: 33.875em;
  height: 29.5em;
  top: -1.75em;
  left: -7.6875em;
}
.body__wheel--center {
  width: 8.75em;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-animation: a 1.5s ease-in-out infinite alternate;
  -moz-animation: a 1.5s ease-in-out infinite alternate;
  animation: a 1.5s ease-in-out infinite alternate;
}
.body__wheel--center:hover {
  cursor: pointer;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  animation-play-state: paused;
}
.body__wheel--arr {
  width: 5.125em;
  top: -3.4375em;
}
.wheel {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}
.btnWrapp {
  width: 23.125em;
  margin: 0 auto;
  padding: 5em 0 1.875em;
  margin-top: 3em;
}
.btnWrapp__popUpBtn {
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  width: 100%;
  position: relative;
  border: none;
  background-color: transparent;
  background-image: url(../img/BG/btn.png);
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  padding: 0.4375em 0;
  color: #fff;
  font-size: 3.5em;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  -webkit-animation: a 1.5s ease-in-out infinite alternate;
  -moz-animation: a 1.5s ease-in-out infinite alternate;
  animation: a 1.5s ease-in-out infinite alternate;
}
.btnWrapp__popUpBtn:hover {
  cursor: pointer;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  animation-play-state: paused;
}
.btnWrapp__popUpBtn:disabled {
  opacity: 0.75;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  animation-play-state: paused;
}
.btnWrapp__popUpBtn:disabled:hover {
  cursor: not-allowed;
}
.bonus {
    margin: -20px auto 0 auto;
  background-image: url(../img/BG/bonusBG.png);
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  padding: 2em 0;
  width: 20em;
  opacity: 0;
  scale: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.bonus__text {
  text-align: center;
  color: #df2e6f;
  font-size: 2.4375em;
  font-weight: 900;
  line-height: 1.2;
  text-shadow: -0.0625em 0 #fff, 0 0.0625em #fff, 0.0625em 0 #fff,
    0 -0.0625em #fff;
  text-transform: uppercase;
}
.bonus.show {
  opacity: 1;
  scale: 1;
}
.elem__wrap {
  width: 100%;
  height: 100%;
}
.ch,
.elem__wrap {
  position: absolute;
}
.ch {
  width: 35.625em;
  bottom: -0.3125em;
  left: -moz-calc(50% - 18.125em);
  left: calc(50% - 18.125em);
}
.popUp {
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(1.25em);
  backdrop-filter: blur(1.25em);
  position: absolute;
  width: 100dvw;
  height: 100%;
  z-index: 3;
  display: none;
  -webkit-animation: c 0.5s linear both;
  -moz-animation: c 0.5s linear both;
  animation: c 0.5s linear both;
}
.popUp.active {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(65, 7, 112, 0.5);
}
.popUp.close {
  -webkit-animation: d 0.5s linear both;
  -moz-animation: d 0.5s linear both;
  animation: d 0.5s linear both;
}
.form {
  border-image-source: url(../img/BG/border.png);
  border-image-slice: 30;
  border-image-repeat: stretch;
  border-style: solid;
  border-width: 26px;
  position: relative;
  padding: 3em;
  width: 32.25em;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  background: #410870;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1em;
}
.form__logo {
  width: 12.5em;
  margin: 0 auto;
}
.form__prizes {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.625em;
  padding-bottom: 3em;
  text-align: center;
}
.form__prizes--fs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5em;
}
.form .goldTx {
  color: #df2e6f;
  font-size: 7em;
  font-weight: 900;
  line-height: 1em;
  text-shadow: -0.0625em 0 #fff, 0 0.0625em #fff, 0.0625em 0 #fff,
    0 -0.0625em #fff;
  text-transform: uppercase;
  -webkit-animation: b 0.5s ease-in-out infinite alternate;
  -moz-animation: b 0.5s ease-in-out infinite alternate;
  animation: b 0.5s ease-in-out infinite alternate;
  text-shadow: 2px 2px 2px #ffffff, 0 2px 2px #ffffff, -2px 0 2px #ffffff,
    0 -2px 2px #ffffff;
}
.form .goldTx.min {
  font-size: 7em;
}
.form__btn {
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  width: 100%;
  position: relative;
  border: none;
  background-color: transparent;
  background-image: url(../img/BG/form_btn.png);
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  padding: 1em 0;
  color: #fff;
  font-size: 2em;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  -webkit-animation: a 1.5s ease-in-out infinite alternate;
  -moz-animation: a 1.5s ease-in-out infinite alternate;
  animation: a 1.5s ease-in-out infinite alternate;
  text-align: center;
}
.form__btn:hover {
  cursor: pointer;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  animation-play-state: paused;
}
.bonusStep2 {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.625em;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@-webkit-keyframes b {
  0% {
    -webkit-filter: drop-shadow(0 0 0 #fff);
    filter: drop-shadow(0 0 0 #fff);
    background-position: 0 top;
  }
  to {
    -webkit-filter: drop-shadow(0 0 0.1875em #fff);
    filter: drop-shadow(0 0 0.1875em #fff);
    background-position: 100% top;
  }
}
@-moz-keyframes b {
  0% {
    filter: drop-shadow(0 0 0 #fff);
    background-position: 0 top;
  }
  to {
    filter: drop-shadow(0 0 0.1875em #fff);
    background-position: 100% top;
  }
}
@keyframes b {
  0% {
    -webkit-filter: drop-shadow(0 0 0 #fff);
    filter: drop-shadow(0 0 0 #fff);
    background-position: 0 top;
  }
  to {
    -webkit-filter: drop-shadow(0 0 0.1875em #fff);
    filter: drop-shadow(0 0 0.1875em #fff);
    background-position: 100% top;
  }
}
@-webkit-keyframes c {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@-moz-keyframes c {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes c {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes d {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }
}
@-moz-keyframes d {
  0% {
    clip-path: inset(0 0 0 0);
  }
  to {
    clip-path: inset(0 0 100% 0);
  }
}
@keyframes d {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }
}
@-webkit-keyframes e {
  0% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
@-moz-keyframes e {
  0% {
    -moz-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -moz-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
@keyframes e {
  0% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
