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: 10.7px;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--whiteColor);
  font-family: Ttfirs;
}
body,
html {
  height: 100%;
}
:root {
  --blackColor: #000;
  --whiteColor: #fff;
  --errorFormColor: #f00;
  --focusFormColor: #777;
}
@font-face {
  font-family: Ttfirs;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(""), url(../font/TTFirs-ExtraBold.woff2) format("woff2"),
    url(../font/TTFirs-ExtraBold.woff) format("woff");
}
@font-face {
  font-family: Ttfirs;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url(../font/TTFirs-Regular.woff2) format("woff2"),
    url(../font/TTFirs-Regular.woff) format("woff");
}
.no-webp .wrapper {
  background-image: url(../img/bg.jpg);
}
.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.jpg);
  }
}
.container {
  margin: 0 auto;
  max-width: 87.5em;
  width: 100%;
}
@media (max-width: 1200px) and (orientation: portrait) {
  .container {
    max-width: 30em;
  }
}
.main {
  padding-top: 0;
}
.main__logo {
  display: block;
  width: 24.375em;
  margin-left: auto;
  margin-right: auto;
}
.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.5em;
  font-weight: 700;
}
.main__promo_frame {
  position: relative;
  margin-top: 3.375em;
}
.main__promo_game {
  top: 1.625em;
  left: 1.75em;
  position: absolute;
  width: 57.5em;
  height: 36.25em;
}
.main__promo_game iframe {
  width: 100%;
  height: 100%;
}
.main__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 9em;
  margin-left: 0.625em;
}
.main__title {
  text-transform: uppercase;
  text-align: center;
}
.main__title 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: 2.125em;
  font-weight: 700;
}
.main__title 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.0781818182em 0.0227272727em #4d3b06,
    0 0.0454545455em 0.1136363636em rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.main__subtitle {
  position: relative;
  margin-top: 1.5em;
  text-align: center;
  z-index: 1;
}
.main__subtitle p {
  font-size: 2.25em;
  font-weight: 700;
}
.main__subtitle::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-color: #b10018;
  z-index: -1;
}
.main__bonus {
  margin-top: 2.25em;
  text-align: center;
}
.main__bonus 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: 6.625em;
  font-weight: 700;
}
.main__bonus p::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  background: 0 0;
  text-shadow: 0 0.0340909091em 0.0327272727em #ad8912,
    0 0.0381818182em 0.0227272727em #4d3b06,
    0 0.0354545455em 0.1136363636em rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.main__size {
  margin-top: 0.75em;
  display: flex;
  align-items: flex-end;
}
.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;
}
.no-webp .main__btn {
  background-image: url(../img/btn.png);
}
.main__btn {
  position: relative;
  margin: 2.5em auto 0;
  width: 24.375em;
  height: 4.875em;
  display: flex;
  background-size: 100% 100%;
  text-transform: uppercase;
  filter: brightness(1) drop-shadow(0 0 1em #64d510);
  transition: filter 0.2s ease-in-out;
  z-index: 2;
}
.main__btn span {
  margin: auto;
  color: #1b3805;
  font-size: 1.75em;
  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;
  }
  .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: 4em;
  }
  .main__size {
    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.5em;
  }
  .main__promo_frame {
    position: relative;
    margin-top: 1.5em;
  }
  .main__promo_game {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 40.625em;
  }
  .main__promo_game iframe {
    width: 100%;
    height: 100%;
  }
  .main__btn {
    position: absolute;
    top: 57.5em;
    left: 50%;
    transform: translateX(-50%);
    margin: 2.5em auto 0;
    width: 24.375em;
    height: 4.875em;
    z-index: 2;
  }
  .main__btn span {
    margin: auto;
    color: #1b3805;
    font-size: 1.75em;
    font-weight: 700;
  }
  .main__btn:hover {
    filter: brightness(1.2);
  }
}
.elem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.elem__item {
  position: absolute;
}
.elem__item--1 {
  right: 50%;
  margin-right: 31.25em;
  bottom: -4.375em;
  width: 35em;
  z-index: 1;
}
.elem__item--2 {
  width: 54.625em;
  bottom: -23.75em;
  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: 22.5em;
  top: -20em;
  animation: fly 20s infinite ease-in-out;
}
.elem__item--4 {
  width: 38.8125em;
  left: 50%;
  margin-left: 18.75em;
  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;
}
.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: 32.75em;
    bottom: -11.25em;
    right: 50%;
    margin-right: -20em;
    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: -3.125em;
    bottom: auto;
    top: 18.75em;
    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);
  }
}
.webp .main__btn {
  background-image: url(../img/btn.webp);
}
.image{
    width: 75%;
}