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;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
menu,
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before {
  content: "";
}
q:after,
q:before {
  content: "";
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
::after,
::before {
  box-sizing: border-box !important;
  -webkit-tap-highlight-color: transparent !important;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  outline: 0;
  border: none;
  background-color: transparent;
}
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 {
  text-decoration: none;
  color: inherit;
  outline: 0;
}
img,
video {
  width: 100%;
  height: auto;
}
html {
  font-size: 0.8333333333vw;
}
@media (max-aspect-ratio: 1920/650) {
  html {
    font-size: 0.65vw;
  }
}
@media (max-aspect-ratio: 1920/750) {
  html {
    font-size: 0.685vw;
  }
}
@media (max-aspect-ratio: 1920/850) {
  html {
    font-size: 0.75vw;
  }
}
@media (max-aspect-ratio: 1920/880) {
  html {
    font-size: 0.785vw;
  }
}
@media (max-aspect-ratio: 1920/950) {
  html {
    font-size: 0.85vw;
  }
}
@media (max-aspect-ratio: 1920/1100) {
  html {
    font-size: 0.9vw;
  }
}
@media (max-aspect-ratio: 1920/1300) {
  html {
    font-size: 0.95vw;
  }
}
@media (max-width: 1200px) and (orientation: portrait) {
  html {
    font-size: 2.0833333333vw;
  }
}
@media (max-width: 500px) and (orientation: portrait) {
  html {
    font-size: 9.2px;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--whiteColor);
  font-family: "Azoft Sans";
}
body,
html {
  height: 100%;
}
:root {
  --blackColor: #000;
  --whiteColor: #fff;
  --errorFormColor: #f00;
  --focusFormColor: #777;
}
@font-face {
  font-family: "Azoft Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("../font/ofont.ru_Azoft Sans.woff2") format("woff2"),
    url("../font/ofont.ru_Azoft Sans.woff") format("woff");
}
.no-webp .wrapper {
  background-image: url(../img/bg.png);
}
.wrapper {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
@media (max-width: 1200px) and (orientation: portrait) {
  .no-webp .wrapper {
    background-image: url(../img/bg_mob.png);
  }
}
.container {
  margin: 0 auto;
  max-width: 96.875em;
  width: 100%;
}
@media (max-width: 1200px) and (orientation: portrait) {
  .container {
    max-width: 35em;
  }
}
.main {
  padding-top: 0.625em;
}
.main__logo {
  display: block;
  width: 17.4375em;
  margin-left: auto;
  margin-right: auto;
}
.main__logo_2 {
  display: block;
  width: 10.625em;
  margin-left: auto;
  margin-right: auto;
}
.main__logo_2 .desc {
  display: block;
}
.main__logo_2 .mob {
  display: none;
}
.main__logo_wrap {
  width: 60.9375em;
}
.main__wrap {
  display: flex;
  justify-content: space-between;
}
.main__promo {
  width: 60.9375em;
  flex: 0 0 auto;
}
.main__promo_text {
  margin-top: 0.25em;
  text-align: center;
}
.main__promo_text p {
  font-size: 2.125em;
  font-weight: 700;
}
.main__promo_text p span {
  color: #dafe31;
}
.main__promo_frame {
  width: 50em;
  font-size: 1.25rem;
  position: relative;
  margin-top: 0.875em;
  margin-left: auto;
  margin-right: auto;
}
.main__promo_game {
  top: 1.25em;
  left: 1.5em;
  position: absolute;
  width: 94%;
  height: 67%;
}
.main__promo_game iframe {
  width: 100%;
  height: 100%;
}
.main__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 0.625em;
}
.main__title {
  text-transform: uppercase;
  text-align: center;
}
.main__title p {
  display: inline-block;
  position: relative;
  font-size: 2.125em;
  font-weight: 700;
}
.main__title p span {
  color: #dafe31;
}
.main__subtitle {
  position: relative;
  margin-top: 1.5em;
  text-align: center;
  z-index: 1;
}
.main__subtitle p {
  font-size: 1.875em;
  font-weight: 700;
}
.main__subtitle p span {
  color: #dafe31;
}
.main__bonus {
  margin-top: 0;
  text-align: center;
}
.main__bonus p {
  display: inline-block;
  position: relative;
  -webkit-text-stroke: 0.0188679245em #f9ffdf;
  text-shadow: 0 0 30px rgba(218, 254, 49, 0.5);
  color: transparent;
  font-size: 8.75em;
  font-weight: 700;
  animation: a 4s infinite ease-in-out;
}
.main__size {
  margin-top: 0.75em;
  position: relative;
  width: 25.4375em;
}
.main__size_arr {
  position: absolute;
  height: 100%;
}
.main__size_arr--right {
  top: 0;
  right: 0;
  transform: translateX(100%);
  animation: arr_right 0.5s infinite ease-in-out alternate;
}
.main__size_arr--right img {
  width: auto;
  height: 100%;
}
.main__size_arr--left {
  top: 0;
  left: 0;
  transform: translateX(-100%);
  animation: arr_left 0.5s infinite ease-in-out alternate;
}
.main__size_arr--left img {
  width: auto;
  height: 100%;
}
.main__size_lt {
  margin-right: 0.75em;
}
.main__size_lt p {
  font-weight: 700;
  font-size: 1.375em;
}
.main__size_lg p {
  display: inline-block;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  background-image: linear-gradient(#ffd448, #ffc403);
  font-size: 3.75em;
  font-weight: 700;
}
.main__size_lg p::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  background: 0 0;
  text-shadow: 0 0.0340909091em 0.0427272727em #ad8912,
    0 0.0481818182em 0.0227272727em #4d3b06,
    0 0.0454545455em 0.1136363636em rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.main__btn {
  position: relative;
  margin: 2.5em auto 0;
  width: 30em;
  height: 5.625em;
  display: flex;
  text-transform: uppercase;
  background-color: #735cfc;
  border-top-left-radius: 2.1875em;
  border-bottom-right-radius: 2.1875em;
  border-top-right-radius: 0.625em;
  border-bottom-left-radius: 0.625em;
  transition: filter 0.2s ease-in-out;
  z-index: 2;
}
.main__btn span {
  margin: auto;
  color: #dafe31;
  font-size: 2.25em;
  font-weight: 700;
}
.main__btn:hover {
  filter: brightness(1.2);
}
@media (max-width: 1200px) and (orientation: portrait) {
  .main {
    padding-top: 1.25em;
  }
  .main__logo {
    width: 15em;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }
  .main__logo_2 {
    width: 18.75em;
  }
  .main__logo_2 .desc {
    display: none;
  }
  .main__logo_2 .mob {
    display: block;
  }
  .main__logo_wrap {
    width: 100%;
  }
  .main__wrap {
    flex-direction: column;
  }
  .main__content {
    margin-top: 0;
    order: -1;
  }
  .main__size {
    justify-content: center;
  }
  .main__bonus {
    margin-top: 0;
  }
  .main__bonus p {
    font-size: 6.5em;
  }
  .main__size {
    width: 70%;
    margin-top: 0.75em;
    display: flex;
    align-items: flex-end;
  }
  .main__size_lt p {
    font-size: 1.125em;
  }
  .main__size_lg p {
    font-size: 2.625em;
  }
  .main__subtitle,
  .main__title {
    display: none;
  }
  .main__promo {
    width: 100%;
    padding-bottom: 23.75em;
  }
  .main__promo_text {
    text-transform: uppercase;
    margin-top: 1.5em;
  }
  .main__promo_text p {
    font-size: 1.875em;
  }
  .main__promo_frame {
    position: relative;
    margin-top: 1.5em;
    height: 37.5em;
    width: 100%;
  }
  .main__promo_frame img {
    display: none;
  }
  .main__promo_game {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .main__promo_game iframe {
    width: 100%;
    height: 100%;
  }
  .main__btn {
    position: absolute;
    top: 68.75em;
    left: 50%;
    transform: translateX(-50%);
    margin: 2.5em auto 0;
    width: 24.375em;
    height: 4.875em;
    background-color: #5e6efc;
    z-index: 2;
  }
  .main__btn span {
    margin: auto;
    color: #fff;
    font-size: 1.75em;
    font-weight: 700;
  }
  .main__btn:hover {
    filter: brightness(1.2);
  }
}
@keyframes a {
  0%,
  10%,
  14%,
  16%,
  18%,
  65%,
  69%,
  to {
    text-shadow: 0 0 30px rgba(218, 254, 49, 0.5);
  }
  12%,
  17%,
  67% {
    text-shadow: 0 0 30px rgba(218, 254, 49, 0);
  }
}
@keyframes arr_left {
  to {
    transform: translateX(-120%);
  }
}
@keyframes arr_right {
  to {
    transform: translateX(120%);
  }
}
.elem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.elem__item {
  position: absolute;
}
.elem__item--1 {
  display: none;
}
.elem__item--2 {
  width: 67.125em;
  bottom: -2.5em;
  right: 50%;
  margin-right: -21.25em;
  z-index: 1;
  animation: fly 20s infinite ease-in-out 1s;
}
.elem__item--3 {
  width: 55.5em;
  right: 50%;
  margin-top: 10em;
  top: -20em;
  animation: fly 20s infinite ease-in-out;
}
.elem__item--4 {
  width: 38.8125em;
  left: 50%;
  margin-left: 25em;
  bottom: 0;
  animation: fly 20s infinite ease-in-out 2s;
}
.elem__item--5 {
  width: 8.75em;
  right: 50%;
  margin-right: 40em;
  top: 18.75em;
}
.elem__item--6 {
  width: 15.875em;
  left: 50%;
  top: -6.25em;
  margin-left: 7.5em;
}
.elem__item--7 {
  width: 25.0625em;
  bottom: -12.5em;
  left: 50%;
  margin-left: 22.5em;
}
.elem__item--8 {
  right: 0;
  top: 0;
  width: 20.3125em;
}
.elem__smoke {
  width: 75em;
  height: 90em;
  right: -25em;
  bottom: -31.25em;
  opacity: 0.5;
}
.elem__smoke.left {
  left: -25em;
  right: auto;
}
.elem__smoke_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: smoke 3s ease-in-out infinite;
}
.elem__smoke_item:nth-child(2) {
  animation-delay: 0.6s;
}
.elem__smoke_item:nth-child(3) {
  animation-delay: 1.2s;
}
.elem__smoke_item:nth-child(4) {
  animation-delay: 1.8s;
}
.elem__smoke_item:nth-child(5) {
  animation-delay: 2.4s;
}
@media (max-width: 1200px) and (orientation: portrait) {
  .elem__item {
    position: absolute;
  }
  .elem__item--1 {
    margin-right: 6.25em;
    bottom: -1.25em;
    width: 26.25em;
    display: none;
  }
  .elem__item--2 {
    width: 70.25em;
    bottom: -1.875em;
    right: 50%;
    margin-right: -17.5em;
    z-index: 1;
    animation: fly 20s infinite ease-in-out 1s;
  }
  .elem__item--3 {
    width: 30.5em;
    right: 50%;
    margin-top: 22.5em;
    top: -17.5em;
    margin-right: -7.5em;
    animation: fly 20s infinite ease-in-out;
  }
  .elem__item--4 {
    width: 26.3125em;
    left: 50%;
    margin-left: 5em;
    bottom: auto;
    top: 81.25em;
    animation: fly 20s infinite ease-in-out 2s;
  }
  .elem__item--5 {
    width: 5em;
    right: 50%;
    margin-right: 17.5em;
    top: 30em;
  }
  .elem__item--6 {
    width: 9em;
    left: 50%;
    top: -2.5em;
    margin-left: 17.5em;
  }
  .elem__item--7 {
    width: 12.5625em;
    bottom: -3.125em;
    left: 50%;
    margin-left: 16.25em;
  }
  .elem__item--8 {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10.3125em;
  }
}
@keyframes smoke {
  0% {
    opacity: 0;
    transform: translate(20%, 20%);
  }
  20%,
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(0, 0);
  }
}
@keyframes fly {
  0%,
  100% {
    transform: translateY(0) rotate(0);
  }
  30%,
  50%,
  80% {
    transform: rotate(3deg) translateX(1%);
  }
  10%,
  40%,
  70% {
    transform: rotate(-3deg) translateX(-1%);
  }
  50% {
    transform: translateY(-10%) rotate(1deg);
  }
}
.webp .wrapper {
  background-image: url(../img/bg.webp);
}
@media (max-width: 1200px) and (orientation: portrait) {
  .webp .wrapper {
    background-image: url(../img/bg_mob.webp);
  }
}
.image{
    width: 70%;
}