/* @import url(https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap); /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
  width: 100%;
  height: 100%;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
  text-align: center;
  color: #fff;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 5px;
}

small {
  display: block;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  margin-bottom: 15px;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

 html {
   width: 100%;
   height: 100%;
 }

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
  min-width: 1px;
}


img {
  max-width: 100%;
  width: 100%;
}

.wrapper {
  background-image: url(../files/bg.png);
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 900px) {
  .wrapper {
    background-image: url(../files/bg_mob.png);
    background-position: center center;
    background-size: cover;
  }
}
.language {
  display: flex;
  position: absolute;
  right: 7%;
  top: 4%;
  width: 90px;
  flex-direction: row;
  justify-content: space-evenly;
  z-index: 100;
}
.language__ua,
.language__ru {
  width: 30px;
  height: 30px;
}
.language__ua img,
.language__ru img {
  width: 100%;
}

.header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header__blue,
.header__red {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 85px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.text__decor-blue {
  filter: drop-shadow(0px 3px 3.5px #58071f);
  background-image: linear-gradient(0deg, #ffffff 0%, #ffffff 100%);
  -webkit-text-stroke: 2px #d45842;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 32px;
  text-transform: uppercase;
  color: transparent;
  font-weight: bold;
  text-align: center;
}
.text__decor-red {
  padding: 0 40px;
  font-size: 24px;
  max-width: 320px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  filter: drop-shadow(0.908px 1.782px 2px #000000);
  text-transform: uppercase;
}
.red-footer{
  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 320px;
    height: 85px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../files/red_text.png);
    background-position: center;
}
.red {
  background-image: url(../files/blue_text.png);
  background-position: center;
}

.button {
  display: block;
  font-size: 24px;
  line-height: 1;
  color: #dd2931;
  text-align: center;
  text-transform: none;
  padding: 0px 60px;
  -webkit-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  border: none;
  outline: none;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  height: 100px;
  max-width: 300px;
  width: 100%;
  cursor: pointer;
  background-color: transparent;
}
@media screen and (max-width: 700px) {
  .button {
    font-size: 24px;
  }
}
@media screen and (max-width: 374px) {
  .button {
    padding: 10px 10px;
  }
}
.button:hover {
  opacity: 0.7;
}
.button-action {
  background-image: url(../files/btn_popup.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  color: #0a2141!important;
}
.button-margin {
  margin: 72px auto;
}
@media screen and (max-width: 1024px) {
  .button-margin {
    margin: 20px auto;
  }
}
@media screen and (max-width: 567px) {
  .button-margin {
    margin: 0 auto 0;
  }
}
.button-compleate {
  margin: 0 auto;
  background: transparent;
  border: 3px solid #fff;
}
.wheel {
  width: calc((686 / 1366) * 100vw);
  height: calc((693 / 1366) * 100vw);
  position: relative;
  z-index: 1;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .wheel {
    width: calc((1086 / 1366) * 100vw);
    height: calc((1093 / 1366) * 100vw);
  }
}

.wheel-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: calc((138 / 1366) * 100vw);
  height: calc((138 / 1366) * 100vw);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.wheel-logo::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0%;
  -webkit-transform: translate(-50%, -75%) rotate(0deg);
  -ms-transform: translate(-50%, -75%) rotate(0deg);
  transform: translate(-50%, -75%) rotate(0deg);
  background: url(../files/arrow.png) center center no-repeat;
  width: calc((70 / 1366) * 100vw);
  height: calc((70 / 1366) * 100vw);
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 650px) {
  .wheel-logo::after {
    content: "";
    width: calc((110 / 1366) * 100vw);
    height: calc((110 / 1366) * 100vw);
  }
}
.wheel-logo img {
  -webkit-animation: bounce1 1.5s ease-in-out infinite;
  animation: bounce1 1.5s ease-in-out infinite;
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .wheel-logo {
    width: calc((65 / 380) * 100vw);
    height: calc((65 / 380) * 100vw);
  }
}
@media screen and (max-width: 415px) and (max-height: 737px) and (orientation: portrait) {
  .wheel-logo {
    width: 65px;
    height: 65px;
  }
}
@-webkit-keyframes defaultRingRotate {
  0% {
    -webkit-transform: rotate(100deg);
    transform: rotate(100deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(100deg);
    transform: rotate(100deg);
  }
}
@keyframes defaultRingRotate {
  0% {
    -webkit-transform: rotate(100deg);
    transform: rotate(100deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(100deg);
    transform: rotate(100deg);
  }
}
@-webkit-keyframes defaultRingRotate1 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(212deg);
    transform: translate(-50%, -50%) rotate(212deg);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(212deg);
    transform: translate(-50%, -50%) rotate(212deg);
  }
}
@keyframes defaultRingRotate1 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(212deg);
    transform: translate(-50%, -50%) rotate(100deg);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(100deg);
    transform: translate(-50%, -50%) rotate(212deg);
  }
}
@-webkit-keyframes defaultRingRotate2 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(100deg);
    transform: translate(-50%, -50%) rotate(100deg);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(100deg);
    transform: translate(-50%, -50%) rotate(100deg);
  }
}
@keyframes defaultRingRotate2 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(100deg);
    transform: translate(-50%, -50%) rotate(100deg);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(100deg);
    transform: translate(-50%, -50%) rotate(100deg);
  }
}
@-webkit-keyframes defaultRingRotate3 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(100deg);
    transform: translate(-50%, -50%) rotate(100deg);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(100deg);
    transform: translate(-50%, -50%) rotate(100deg);
  }
}
@keyframes defaultRingRotate3 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(100deg);
    transform: translate(-50%, -50%) rotate(100deg);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(100deg);
    transform: translate(-50%, -50%) rotate(100deg);
  }
}
@-webkit-keyframes ringRotate {
  100% {
    -webkit-transform: rotate(780deg);
    transform: rotate(780deg);
  }
}
@keyframes ringRotate {
  100% {
    -webkit-transform: rotate(780deg);
    transform: rotate(780deg);
  }
}
@-webkit-keyframes ringRotate2 {
  100% {
    -webkit-transform: rotate(2260deg);
    transform: rotate(2260deg);
  }
}
@keyframes ringRotate2 {
  100% {
    -webkit-transform: rotate(2260deg);
    transform: rotate(2260deg);
  }
}
@-webkit-keyframes ringRotate3 {
  100% {
    -webkit-transform: rotate(2100deg);
    transform: rotate(2100deg);
  }
}
@keyframes ringRotate3 {
  100% {
    -webkit-transform: rotate(2100deg);
    transform: rotate(2100deg);
  }
}
.ring {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  width: 100%;
  height: 100%;
}

.ring-wrap {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.ring-wrap img {
  position: relative;
  width: auto;
  height: 85%;
  z-index: 5;
}
.ring-wrap[data-rotate="1"] {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: ringRotate 3s linear 1;
  animation: ringRotate 3s linear 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  position: relative;
  z-index: 5;
}
.ring-wrap[data-rotate="2"] {
  -webkit-transform: rotate(768deg);
  -ms-transform: rotate(768deg);
  transform: rotate(768deg);
  -webkit-animation: ringRotate2 3s linear 1;
  animation: ringRotate2 3s linear 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  position: relative;
  z-index: 5;
}
.ring-wrap[data-rotate="3"] {
  -webkit-transform: rotate(768deg);
  -ms-transform: rotate(768deg);
  transform: rotate(768deg);
  -webkit-animation: ringRotate3 3s linear 1;
  animation: ringRotate3 3s linear 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  position: relative;
  z-index: 5;
}

.ring::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  background: url(../files/ligh-ring.png) center center no-repeat;
  width: 100%;
  height: 100%;
  background-size: contain;
  z-index: 1;
}
.ring[data-rotate="1"]::after {
  -webkit-animation: defaultRingRotate1 3s ease-in-out 2;
  animation: defaultRingRotate1 3s ease-in-out 2;
}
.ring[data-rotate="2"]::after {
  -webkit-animation: defaultRingRotate2 3s ease-in-out 2;
  animation: defaultRingRotate2 3s ease-in-out 2;
}
.ring[data-rotate="3"]::after {
  -webkit-animation: defaultRingRotate3 3s ease-in-out 2;
  animation: defaultRingRotate3 3s ease-in-out 2;
}
.main-group {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  height: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 1;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.women {
  max-width: 500px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  bottom: -10px;
  z-index: 6;
  pointer-events: none;
}
.women img {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .women {
    max-width: 400px;
  }
}
@media screen and (max-width: 900px) {
  .women {
    max-width: 300px;
  }
}
@media screen and (max-width: 650px) {
  .women {
    max-width: 220px;
    margin: 0 auto;
    position: absolute;
    top: -64%;
    left: 0;
    z-index: 6;
  }
}
@media screen and (max-width: 400px) {
  .women {
    right: 0;
    left: inherit;
  }
}

.car {
  max-width: 800px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
  pointer-events: none;
}
.car img {
  width: 100%;
}

.money {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  pointer-events: none;
  top: 0;
}

.money0 {
  position: absolute;
  max-width: 350px;
  width: 100%;
  top: 0;
  left: 15%;
  z-index: 1;
}
@media screen and (max-width: 700px) {
  .money0 {
    display: none;
  }
}

.money1 {
  position: absolute;
  max-width: 170px;
  width: 100%;
  top: 35%;
  left: 0;
}
@media screen and (max-width: 700px) {
  .money1 {
    max-width: 110px;
    top: 50%;
  }
}

.money2 {
  position: absolute;
  max-width: 140px;
  width: 100%;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 700px) {
  .money2 {
    display: none;
  }
}

.money3 {
  position: absolute;
  max-width: 450px;
  width: 100%;
  bottom: 0;
  left: 25%;
}
@media screen and (max-width: 700px) {
  .money3 {
    bottom: 0;
    left: -80%;
  }
}

.money4 {
  position: absolute;
  max-width: 350px;
  width: 100%;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 700px) {
  .money4 {
    max-width: 150px;
    bottom: 0;
  }
}

.money5 {
  position: absolute;
  max-width: 170px;
  width: 100%;
  top: 20%;
  right: 0;
}
@media screen and (max-width: 700px) {
  .money5 {
    max-width: 80px;
    top: 0;
  }
}

.logo-wrap {
  display: flex;
  width: 100%;
  margin-bottom: 5%;
  padding: 20px 50px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .logo-wrap {
    flex-direction: column;
  }
}

.logo {
  display: block;
  max-width: 225px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .logo {
    max-width: 175px;
  }
}

.text {
  display: block;
  max-width: 500px;
  width: 100%;
  height: auto;
  margin: 0 50px;
}

.prize-1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  position: relative;
}

.prize-1 h1 {
  margin: 0 auto;
  color: yellow;
}
@media screen and (max-width: 650px) {
  .prize-1 h1 {
    max-width: 70%;
    font-size: 35px;
  }
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes opacity1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
}

.popup-1 , .popup-2 , .popup-3 {
  display: none;
  text-transform: uppercase;
  color: #00f7f3;
  text-align: center;
  font-weight: 900;
  font-size: 28px;
}

.popup-body-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.popup-button-mobile {
  position: relative;
  max-width: 250px;
  bottom: -20px;
  width: 80%;
}

.popup-body {
  width: 500px;
  height: 350px;
  background: url(../files/popup.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 650px) {
  .popup-body {
    background: url(../files/popup_mob.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.popup-body[data-popup="1"] .popup-1,
.popup-body[data-popup="1"] + .popup-1 {
  display: block;
}

.popup-body[data-popup="2"] .popup-2,
.popup-body[data-popup="2"] + .popup-2 {
  display: block;
}

.popup-body[data-popup="3"] .popup-3,
.popup-body[data-popup="3"] + .popup-3 {
  display: block;
}

.popup-body[data-popup="3"] .popup-win, .popup-body[data-popup="2"] .popup-win, .popup-body[data-popup="1"] .popup-win {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 24px;
}
.popup-body[data-popup="1"]  .js-popup {
  display: block;
}
.popup-body[data-popup="2"]  .js-popup {
  display: block;
}
.popup-body[data-popup="3"]  .button-action {
  display: flex;
}
.popup-body[data-popup="3"]  .js-popup {
  display: none;
}

.popup-win img {
  width: 206px;
  height: 104px;
  object-fit: contain;
  margin-top: 15px;
}

.winnings {
  display: flex;
  width: calc((490 / 1366) * 100vw);
  height: calc((490 / 1366) * 100vw);
  width: 115%;
  height: 115%;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-position: right center;
  justify-content: end;
}
@media screen and (max-width: 900px) {
  .winnings {
    display: none;
  }
}

.winnings img {
  width: auto;
  transition: 1s;
}

.gift1 {
  display: none;
  opacity: 0;
}

.gift2 {
  display: none;
  opacity: 0;
}

.gift3 {
  display: none;
  opacity: 0;
}

.win img {
  transition: 1s;
}

.win1 {
  display: none;
  opacity: 0;
}

.win2 {
  display: none;
  opacity: 0;
}

.win3 {
  display: none;
  opacity: 0;
}

.win {
  z-index: 12;
  cursor: pointer;
  color: white;
  font-weight: 800;
  text-align: center;
  font-size: 24px;
  display: none;
  align-items: center;
  justify-content: center;
  width: 65%;
  max-width: 400px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.win img {
  animation: none;
}
@media screen and (max-width: 900px) {
  .win {
    display: flex;
    position: absolute;
    top: inherit;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
  }
}

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 240px;
  bottom: 0
}
.footer__text{
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 7;
top: -42px;
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes bounceMob {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceMob {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes bounce1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes fly {
  0% {
    top: calc((-30 / 768) * 100vh);
  }
  50% {
    top: 0px;
  }
  100% {
    top: calc((-30 / 768) * 100vh);
  }
}
@keyframes fly {
  0% {
    top: calc((-30 / 768) * 100vh);
  }
  50% {
    top: 0px;
  }
  100% {
    top: calc((-30 / 768) * 100vh);
  }
}
@-webkit-keyframes fly1 {
  0% {
    top: calc((142 / 768) * 100vh);
  }
  50% {
    top: calc((110 / 768) * 100vh);
  }
  100% {
    top: calc((142 / 768) * 100vh);
  }
}
@keyframes fly1 {
  0% {
    top: calc((142 / 768) * 100vh);
  }
  50% {
    top: calc((110 / 768) * 100vh);
  }
  100% {
    top: calc((142 / 768) * 100vh);
  }
}
@-webkit-keyframes fly2 {
  0% {
    bottom: calc((0 / 768) * 100vh);
    left: calc((40 / 1366) * 100vw);
  }
  50% {
    bottom: calc((-20 / 768) * 100vh);
    left: calc((60 / 1366) * 100vw);
  }
  100% {
    bottom: calc((0 / 768) * 100vh);
    left: calc((40 / 1366) * 100vw);
  }
}
@keyframes fly2 {
  0% {
    bottom: calc((0 / 768) * 100vh);
    left: calc((40 / 1366) * 100vw);
  }
  50% {
    bottom: calc((-20 / 768) * 100vh);
    left: calc((60 / 1366) * 100vw);
  }
  100% {
    bottom: calc((0 / 768) * 100vh);
    left: calc((40 / 1366) * 100vw);
  }
}
@-webkit-keyframes fly5 {
  0% {
    bottom: calc((225 / 768) * 100vh);
    left: calc((225 / 1366) * 100vw);
  }
  50% {
    bottom: calc((245 / 768) * 100vh);
    left: calc((200 / 1366) * 100vw);
  }
  100% {
    bottom: calc((225 / 768) * 100vh);
    left: calc((225 / 1366) * 100vw);
  }
}
@keyframes fly5 {
  0% {
    bottom: calc((225 / 768) * 100vh);
    left: calc((225 / 1366) * 100vw);
  }
  50% {
    bottom: calc((245 / 768) * 100vh);
    left: calc((200 / 1366) * 100vw);
  }
  100% {
    bottom: calc((225 / 768) * 100vh);
    left: calc((225 / 1366) * 100vw);
  }
}
@-webkit-keyframes fly6 {
  0% {
    bottom: calc((310 / 768) * 100vh);
    right: calc((74 / 1366) * 100vw);
  }
  50% {
    bottom: calc((290 / 768) * 100vh);
    right: calc((90 / 1366) * 100vw);
  }
  100% {
    bottom: calc((310 / 768) * 100vh);
    right: calc((74 / 1366) * 100vw);
  }
}
@keyframes fly6 {
  0% {
    bottom: calc((310 / 768) * 100vh);
    right: calc((74 / 1366) * 100vw);
  }
  50% {
    bottom: calc((290 / 768) * 100vh);
    right: calc((90 / 1366) * 100vw);
  }
  100% {
    bottom: calc((310 / 768) * 100vh);
    right: calc((74 / 1366) * 100vw);
  }
}
@-webkit-keyframes fly7 {
  0% {
    bottom: calc((43 / 768) * 100vh);
    left: calc((180 / 1366) * 100vw);
  }
  50% {
    bottom: calc((70 / 768) * 100vh);
    left: calc((150 / 1366) * 100vw);
  }
  100% {
    bottom: calc((43 / 768) * 100vh);
    left: calc((180 / 1366) * 100vw);
  }
}
@keyframes fly7 {
  0% {
    bottom: calc((43 / 768) * 100vh);
    left: calc((180 / 1366) * 100vw);
  }
  50% {
    bottom: calc((70 / 768) * 100vh);
    left: calc((150 / 1366) * 100vw);
  }
  100% {
    bottom: calc((43 / 768) * 100vh);
    left: calc((180 / 1366) * 100vw);
  }
}
@-webkit-keyframes fly9 {
  0% {
    bottom: calc((94 / 768) * 100vh);
    left: calc((-25 / 1366) * 100vw);
  }
  50% {
    bottom: calc((120 / 768) * 100vh);
    left: calc((5 / 1366) * 100vw);
  }
  100% {
    bottom: calc((94 / 768) * 100vh);
    left: calc((-25 / 1366) * 100vw);
  }
}
@keyframes fly9 {
  0% {
    bottom: calc((94 / 768) * 100vh);
    left: calc((-25 / 1366) * 100vw);
  }
  50% {
    bottom: calc((120 / 768) * 100vh);
    left: calc((5 / 1366) * 100vw);
  }
  100% {
    bottom: calc((94 / 768) * 100vh);
    left: calc((-25 / 1366) * 100vw);
  }
}
@-webkit-keyframes flyArrow {
  0% {
    left: calc((-100 / 1366) * 100vw);
  }
  50% {
    left: calc((-140 / 1366) * 100vw);
  }
  100% {
    left: calc((-100 / 1366) * 100vw);
  }
}
@keyframes flyArrow {
  0% {
    left: calc((-100 / 1366) * 100vw);
  }
  50% {
    left: calc((-140 / 1366) * 100vw);
  }
  100% {
    left: calc((-100 / 1366) * 100vw);
  }
}
@-webkit-keyframes flyArrowDef {
  0% {
    left: -100px;
  }
  50% {
    left: -140px;
  }
  100% {
    left: -100px;
  }
}
@keyframes flyArrowDef {
  0% {
    left: -100px;
  }
  50% {
    left: -140px;
  }
  100% {
    left: -100px;
  }
}
@-webkit-keyframes flyArrowMob {
  0% {
    left: -70px;
  }
  50% {
    left: -90px;
  }
  100% {
    left: -70px;
  }
}
@keyframes flyArrowMob {
  0% {
    left: -70px;
  }
  50% {
    left: -90px;
  }
  100% {
    left: -70px;
  }
}
@-webkit-keyframes flyMen {
  0% {
    right: calc((-10 / 1366) * 100vw);
  }
  50% {
    right: calc((40 / 1366) * 100vw);
  }
  100% {
    right: calc((-10 / 1366) * 100vw);
  }
}
@keyframes flyMen {
  0% {
    right: calc((-10 / 1366) * 100vw);
  }
  50% {
    right: calc((40 / 1366) * 100vw);
  }
  100% {
    right: calc((-10 / 1366) * 100vw);
  }
}
@-webkit-keyframes flyMenMobile {
  0% {
    right: calc((-40 / 320) * 100vw);
  }
  50% {
    right: calc((-70 / 320) * 100vw);
  }
  100% {
    right: calc((-40 / 320) * 100vw);
  }
}
@keyframes flyMenMobile {
  0% {
    right: calc((-40 / 320) * 100vw);
  }
  50% {
    right: calc((-70 / 320) * 100vw);
  }
  100% {
    right: calc((-40 / 320) * 100vw);
  }
}
@-webkit-keyframes showMen {
  0% {
    right: calc((-446 / 1366) * 100vw);
  }
  100% {
    right: calc((-10 / 1366) * 100vw);
  }
}
@keyframes showMen {
  0% {
    right: calc((-446 / 1366) * 100vw);
  }
  100% {
    right: calc((-10 / 1366) * 100vw);
  }
}
@-webkit-keyframes showMenMob {
  0% {
    right: calc((-166 / 320) * 100vw);
  }
  100% {
    right: calc((-40 / 320) * 100vw);
  }
}
@keyframes showMenMob {
  0% {
    right: calc((-166 / 320) * 100vw);
  }
  100% {
    right: calc((-40 / 320) * 100vw);
  }
}
