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;
}
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-family: inherit;
  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 {
  text-decoration: none;
  color: inherit;
  outline: none;
}
img,
video {
  height: auto;
}
img {
  width: 100%;
}
* {
  -webkit-tap-highlight-color: transparent;
}
::-moz-selection {
  color: none;
  background: none;
}
::selection {
  color: none;
  background: none;
}
:focus {
  outline: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  display: block;
}
html {
  font-size: 0.833333vw;
  height: 100%;
}
@media (max-aspect-ratio: 192/65) {
  html {
    font-size: 0.45vw;
  }
}
@media (max-aspect-ratio: 96/35) {
  html {
    font-size: 0.5vw;
  }
}
@media (max-aspect-ratio: 64/25) {
  html {
    font-size: 0.525vw;
  }
}
@media (max-aspect-ratio: 12/5) {
  html {
    font-size: 0.575vw;
  }
}
@media (max-aspect-ratio: 192/85) {
  html {
    font-size: 0.615vw;
  }
}
@media (max-aspect-ratio: 32/15) {
  html {
    font-size: 0.65vw;
  }
}
@media (max-aspect-ratio: 192/95) {
  html {
    font-size: 0.685vw;
  }
}
@media (max-aspect-ratio: 48/25) {
  html {
    font-size: 0.725vw;
  }
}
@media (max-aspect-ratio: 64/35) {
  html {
    font-size: 0.76vw;
  }
}
@media (max-aspect-ratio: 96/55) {
  html {
    font-size: 0.8vw;
  }
}
@media (max-aspect-ratio: 192/115) {
  html {
    font-size: 0.835vw;
  }
}
@media (max-aspect-ratio: 8/5) {
  html {
    font-size: 0.87vw;
  }
}
@media (max-aspect-ratio: 320/321) {
  html {
    font-size: 2.2vw;
  }
}
body {
  height: 100%;
  font-family: Geometria, Verdana, monospace;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}
body .loader {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#42146b),
    to(#14236b)
  );
  background-image: -moz-linear-gradient(bottom, #42146b, #14236b);
  background-image: linear-gradient(0deg, #42146b, #14236b);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 500;
  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;
  margin: auto;
}
body .loader.hide {
  opacity: 0;
  pointer-events: none;
}
body .bar {
  width: 34.5625em;
  height: 3.5em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
body .bar-fill {
  height: 3em;
  display: block;
  background: #ffb800;
  width: 0;
  -moz-border-radius: 9.375em;
  border-radius: 9.375em;
  -webkit-animation: a 4s both;
  -moz-animation: a 4s both;
  animation: a 4s both;
  position: relative;
  margin-top: 0.3em;
  margin-left: 0.19em;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
body .bar-fill:after {
  top: 0;
  left: 0;
  background-image: -moz-linear-gradient(
    135deg,
    #ea3903 25%,
    transparent 0,
    transparent 50%,
    #ea3903 0,
    #ea3903 75%,
    transparent 0,
    transparent
  );
  background-image: linear-gradient(
    -45deg,
    #ea3903 25%,
    transparent 0,
    transparent 50%,
    #ea3903 0,
    #ea3903 75%,
    transparent 0,
    transparent
  );
  z-index: 1;
  -moz-background-size: 3.75em 3.75em;
  background-size: 3.75em 3.75em;
  background-position: 50%;
  -webkit-animation: b 4s linear infinite;
  -moz-animation: b 4s linear infinite;
  animation: b 4s linear infinite;
  -moz-border-radius: 9.375em;
  border-radius: 9.375em;
  height: 3em;
  width: 100%;
  display: inline-block;
}
body .bar-fill:after,
body .bar-fill:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
body .bar-fill:before {
  top: 0.3125em;
  left: -0.3125em;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(-0.15%, hsla(0, 0%, 100%, 0)),
    color-stop(98.76%, hsla(0, 0%, 100%, 0.63))
  );
  background-image: -moz-linear-gradient(
    left,
    hsla(0, 0%, 100%, 0) -0.15%,
    hsla(0, 0%, 100%, 0.63) 98.76%
  );
  background-image: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0) -0.15%,
    hsla(0, 0%, 100%, 0.63) 98.76%
  );
  z-index: 2;
  -webkit-animation: b 4s linear;
  -moz-animation: b 4s linear;
  animation: b 4s linear;
  -moz-border-radius: 21.875em;
  border-radius: 21.875em;
  height: 1.125em;
  width: 99%;
}
body .bar-unfill {
  position: relative;
  display: block;
  background: #14236b;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  -moz-border-radius: 3.125em;
  border-radius: 3.125em;
}
body .bar-unfill:before {
  content: "";
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(16.74%, #9a5bff),
    color-stop(85.98%, #22caff)
  );
  background: -moz-linear-gradient(bottom, #9a5bff 16.74%, #22caff 85.98%);
  background: linear-gradient(0deg, #9a5bff 16.74%, #22caff 85.98%);
  width: 103%;
  height: 124%;
  display: inline-block;
  -moz-border-radius: 3.125em;
  border-radius: 3.125em;
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@-webkit-keyframes a {
  0% {
    width: 10%;
  }
  to {
    width: 98.9%;
  }
}
@-moz-keyframes a {
  0% {
    width: 10%;
  }
  to {
    width: 98.9%;
  }
}
@keyframes a {
  0% {
    width: 10%;
  }
  to {
    width: 98.9%;
  }
}
@-webkit-keyframes b {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 50% 50%;
  }
}
@-moz-keyframes b {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 50% 50%;
  }
}
@keyframes b {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 50% 50%;
  }
}
@font-face {
  font-family: Geometria;
  src: url(../fonts/Geometria-ExtraBold.woff2) format("woff2"),
    url(../fonts/Geometria-ExtraBold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Geometria;
  src: url(../fonts/Geometria-Regular.woff2) format("woff2"),
    url(../fonts/Geometria-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.header {
  padding-top: 2.25em;
}
.wrapper {
  position: relative;
  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: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100%;
  width: 100%;
  overflow: hidden;
  background-image: url(../img/bg.jpg);
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.wrapper.hide {
  display: none;
}
.wheel {
  margin-top: 3.75em;
  z-index: 1;
}
.wheel__main {
  width: 41.25em;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.wheel__main img {
  width: 100%;
  pointer-events: none;
  z-index: 1;
}
.wheel__light {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  -webkit-animation: c 2s ease-in-out infinite;
  -moz-animation: c 2s ease-in-out infinite;
  animation: c 2s ease-in-out infinite;
}
.wheel__light,
.wheel__light_2 {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 40.9375em;
}
.wheel__light_2 {
  -webkit-transform: translate(-50%, -50%) rotate(22deg);
  -moz-transform: translate(-50%, -50%) rotate(22deg);
  -ms-transform: translate(-50%, -50%) rotate(22deg);
  transform: translate(-50%, -50%) rotate(22deg);
  -webkit-animation: c 2s ease-in-out infinite 1s;
  -moz-animation: c 2s ease-in-out infinite 1s;
  animation: c 2s ease-in-out infinite 1s;
}
@-webkit-keyframes c {
  0%,
  49% {
    opacity: 0;
  }
  50%,
  to {
    opacity: 1;
  }
}
@-moz-keyframes c {
  0%,
  49% {
    opacity: 0;
  }
  50%,
  to {
    opacity: 1;
  }
}
@keyframes c {
  0%,
  49% {
    opacity: 0;
  }
  50%,
  to {
    opacity: 1;
  }
}
.wheel__sector {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 37.875em;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  pointer-events: none;
  -webkit-animation: d 2s ease-in-out infinite alternate;
  -moz-animation: d 2s ease-in-out infinite alternate;
  animation: d 2s ease-in-out infinite alternate;
}
@-webkit-keyframes d {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(-3deg);
    transform: translate(-50%, -50%) rotate(-3deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(3deg);
    transform: translate(-50%, -50%) rotate(3deg);
  }
}
@-moz-keyframes d {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(-3deg);
    transform: translate(-50%, -50%) rotate(-3deg);
  }
  to {
    -moz-transform: translate(-50%, -50%) rotate(3deg);
    transform: translate(-50%, -50%) rotate(3deg);
  }
}
@keyframes d {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(-3deg);
    -moz-transform: translate(-50%, -50%) rotate(-3deg);
    transform: translate(-50%, -50%) rotate(-3deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(3deg);
    -moz-transform: translate(-50%, -50%) rotate(3deg);
    transform: translate(-50%, -50%) rotate(3deg);
  }
}
.wheel__sector.spin_1 .wheel__text,
.wheel__sector.spin_1 img {
  -webkit-animation: g 3s ease-in-out forwards;
  -moz-animation: g 3s ease-in-out forwards;
  animation: g 3s ease-in-out forwards;
}
.wheel__sector.spin_2 .wheel__text,
.wheel__sector.spin_2 img {
  -webkit-animation: h 3s ease-in-out forwards;
  -moz-animation: h 3s ease-in-out forwards;
  animation: h 3s ease-in-out forwards;
}
.wheel__text {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.wheel__text,
.wheel__text-item {
  position: absolute;
  text-align: center;
}
.wheel__text-item {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  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-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;
}
.wheel__text-item span {
  display: block;
  font-size: 1.6875em;
  line-height: 1.18;
}
.wheel__text-item span.smlest {
  font-size: 0.9375em;
}
.wheel__text-item span.sm {
  font-size: 1.25em;
}
.wheel__text-item span.lg {
  font-size: 1.9375em;
}
.wheel__text-item.item-1 {
  margin-top: -13.5em;
}
.wheel__text-item.item-2 {
  margin-left: -moz-calc(50% - 9.6em);
  margin-left: calc(50% - 9.6em);
  margin-top: -moz-calc(50% - 28.5em);
  margin-top: calc(50% - 28.5em);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.wheel__text-item.item-3 {
  margin-left: -moz-calc(50% - 4.9em);
  margin-left: calc(50% - 4.9em);
  margin-top: -moz-calc(50% - 19.4em);
  margin-top: calc(50% - 19.4em);
  -webkit-transform: translate(-50%, -50%) rotate(89deg);
  -moz-transform: translate(-50%, -50%) rotate(89deg);
  -ms-transform: translate(-50%, -50%) rotate(89deg);
  transform: translate(-50%, -50%) rotate(89deg);
  width: 9em;
}
.wheel__text-item.item-4 {
  margin-left: -moz-calc(50% - 9.2em);
  margin-left: calc(50% - 9.2em);
  margin-top: -moz-calc(50% - 9.7em);
  margin-top: calc(50% - 9.7em);
  -webkit-transform: translate(-50%, -50%) rotate(134deg);
  -moz-transform: translate(-50%, -50%) rotate(134deg);
  -ms-transform: translate(-50%, -50%) rotate(134deg);
  transform: translate(-50%, -50%) rotate(134deg);
  width: 9.2em;
}
.wheel__text-item.item-5 {
  margin-left: -moz-calc(50% - 18.7em);
  margin-left: calc(50% - 18.7em);
  margin-top: -moz-calc(50% - 5.2em);
  margin-top: calc(50% - 5.2em);
  -webkit-transform: translate(-50%, -50%) rotate(179deg);
  -moz-transform: translate(-50%, -50%) rotate(179deg);
  -ms-transform: translate(-50%, -50%) rotate(179deg);
  transform: translate(-50%, -50%) rotate(179deg);
  width: 9em;
}
.wheel__text-item.item-6 {
  margin-left: -moz-calc(50% - 28.4em);
  margin-left: calc(50% - 28.4em);
  margin-top: -moz-calc(50% - 9.2em);
  margin-top: calc(50% - 9.2em);
  -webkit-transform: translate(-50%, -50%) rotate(224deg);
  -moz-transform: translate(-50%, -50%) rotate(224deg);
  -ms-transform: translate(-50%, -50%) rotate(224deg);
  transform: translate(-50%, -50%) rotate(224deg);
}
.wheel__text-item.item-7 {
  margin-left: -moz-calc(50% - 32.8em);
  margin-left: calc(50% - 32.8em);
  margin-top: -moz-calc(50% - 18.6em);
  margin-top: calc(50% - 18.6em);
  -webkit-transform: translate(-50%, -50%) rotate(270deg);
  -moz-transform: translate(-50%, -50%) rotate(270deg);
  -ms-transform: translate(-50%, -50%) rotate(270deg);
  transform: translate(-50%, -50%) rotate(270deg);
  width: 9em;
}
.wheel__text-item.item-8 {
  margin-left: -moz-calc(50% - 28.7em);
  margin-left: calc(50% - 28.7em);
  margin-top: -moz-calc(50% - 28.2em);
  margin-top: calc(50% - 28.2em);
  -webkit-transform: translate(-50%, -50%) rotate(311deg);
  -moz-transform: translate(-50%, -50%) rotate(311deg);
  -ms-transform: translate(-50%, -50%) rotate(311deg);
  transform: translate(-50%, -50%) rotate(311deg);
  width: 9em;
}
.wheel__winner {
  top: 1.5em;
  width: 4.75em;
}
.wheel__btn,
.wheel__winner {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.wheel__btn {
  top: 45%;
  width: 13.4375em;
  z-index: 15;
  -webkit-transition: -webkit-filter 0.2s ease-in-out;
  transition: -webkit-filter 0.2s ease-in-out;
  -moz-transition: filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out;
  -webkit-filter: brightness(1);
  filter: brightness(1);
  cursor: pointer;
}
.wheel__btn:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.wheel__btn.disabled {
  pointer-events: none;
}
.wheel__bonus {
  position: absolute;
  text-align: center;
  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: 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;
  width: 19.3125em;
  height: 11.0625em;
  background-image: url(../img/shape.png);
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (max-aspect-ratio: 320/321) {
  .wheel__bonus {
    font-size: 0.8rem;
  }
}
.wheel__bonus span {
  display: block;
  color: #fff;
  font-size: 1.7em;
}
.wheel__bonus--left {
  left: -6.875em;
  top: -3.75em;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out,
    -moz-transform 0.2s ease-in-out;
}
@media (max-aspect-ratio: 320/321) {
  .wheel__bonus--left {
    left: -3.125em;
  }
}
.wheel__bonus--left.active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.wheel__bonus--right {
  right: -6.875em;
  top: -3.75em;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out,
    -moz-transform 0.2s ease-in-out;
}
@media (max-aspect-ratio: 320/321) {
  .wheel__bonus--right {
    right: -3.125em;
  }
}
.wheel__bonus--right.active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.wheel__bonus_light,
.wheel__bonus_light_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: e 5s ease-in-out infinite;
  -moz-animation: e 5s ease-in-out infinite;
  animation: e 5s ease-in-out infinite;
  opacity: 0;
}
.wheel__bonus_light_2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-animation: f 5s ease-in-out infinite;
  -moz-animation: f 5s ease-in-out infinite;
  animation: f 5s ease-in-out infinite;
}
@-webkit-keyframes e {
  0%,
  4%,
  10%,
  14% {
    opacity: 0;
  }
  5%,
  9%,
  15%,
  19% {
    opacity: 1;
  }
}
@-moz-keyframes e {
  0%,
  4%,
  10%,
  14% {
    opacity: 0;
  }
  5%,
  9%,
  15%,
  19% {
    opacity: 1;
  }
}
@keyframes e {
  0%,
  4%,
  10%,
  14% {
    opacity: 0;
  }
  5%,
  9%,
  15%,
  19% {
    opacity: 1;
  }
}
@-webkit-keyframes f {
  60%,
  64%,
  70%,
  74%,
  80%,
  84%,
  90%,
  94% {
    opacity: 0;
  }
  65%,
  69%,
  75%,
  79%,
  85%,
  89%,
  95%,
  to {
    opacity: 1;
  }
}
@-moz-keyframes f {
  60%,
  64%,
  70%,
  74%,
  80%,
  84%,
  90%,
  94% {
    opacity: 0;
  }
  65%,
  69%,
  75%,
  79%,
  85%,
  89%,
  95%,
  to {
    opacity: 1;
  }
}
@keyframes f {
  60%,
  64%,
  70%,
  74%,
  80%,
  84%,
  90%,
  94% {
    opacity: 0;
  }
  65%,
  69%,
  75%,
  79%,
  85%,
  89%,
  95%,
  to {
    opacity: 1;
  }
}
@-webkit-keyframes g {
  to {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
}
@-moz-keyframes g {
  to {
    -moz-transform: rotate(810deg);
    transform: rotate(810deg);
  }
}
@keyframes g {
  to {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    transform: rotate(810deg);
  }
}
@-webkit-keyframes h {
  0% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  to {
    -webkit-transform: rotate(5.63turn);
    transform: rotate(5.63turn);
  }
}
@-moz-keyframes h {
  0% {
    -moz-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  to {
    -moz-transform: rotate(5.63turn);
    transform: rotate(5.63turn);
  }
}
@keyframes h {
  0% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  to {
    -webkit-transform: rotate(5.63turn);
    -moz-transform: rotate(5.63turn);
    transform: rotate(5.63turn);
  }
}
.main {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  z-index: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.main__wrap {
  margin: auto auto 5.25em;
}
.logo {
  display: block;
  width: 11.9375em;
  margin: 0 auto;
}
.payments {
  padding-top: 2.25em;
  padding-bottom: 2.25em;
}
.payments__list {
  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;
}
.payments__item {
  height: 2.9375em;
  margin: 0 0.75em;
}
.payments__item img {
  max-width: 100%;
  width: auto;
  height: 100%;
}
@media (max-aspect-ratio: 320/321) {
  .payments {
    font-size: 1.2rem;
  }
  .payments__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 3em;
  }
  .payments__item {
    margin: 0 1.5em 0.75em;
  }
}
.footer {
  z-index: 2;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (max-aspect-ratio: 320/321) {
  .footer {
    z-index: 3;
  }
}
.elems {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
@media (max-aspect-ratio: 320/321) {
  .elems {
    z-index: 3;
  }
}
.elems__item {
  position: absolute;
}
.elems__item--grass {
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media (max-aspect-ratio: 192/65) {
  .elems__item--grass {
    bottom: -8.75em;
  }
}
@media (max-aspect-ratio: 96/35) {
  .elems__item--grass {
    bottom: -6.25em;
  }
}
@media (max-aspect-ratio: 64/25) {
  .elems__item--grass {
    bottom: -3.75em;
  }
}
@media (max-aspect-ratio: 192/85) {
  .elems__item--grass {
    bottom: 0;
  }
}
@media (max-aspect-ratio: 320/321) {
  .elems__item--grass {
    width: 125em;
    left: -50%;
  }
}
.elems__item--left {
  width: 25.5em;
  bottom: 0;
  right: 50%;
  margin-right: 21.25em;
  z-index: -1;
}
@media (max-aspect-ratio: 320/321) {
  .elems__item--left {
    right: 50%;
    bottom: 6.25em;
    width: 21.75em;
    margin-right: 9.375em;
  }
}
.elems__item--right {
  width: 20.6875em;
  bottom: 0;
  left: 50%;
  margin-left: 22.5em;
  z-index: -1;
}
@media (max-aspect-ratio: 320/321) {
  .elems__item--right {
    left: 50%;
    bottom: 6.25em;
    width: 18em;
    margin-left: 13.75em;
  }
}
.elems__item--dog {
  width: 33.0625em;
  bottom: 0;
  left: 50%;
  margin-left: 18.75em;
  z-index: 2;
}
.btn {
  position: relative;
  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;
  margin: -6em auto 0;
  width: 38.75em;
  height: 9.0625em;
  background-image: url(../img/btn.png);
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-filter: brightness(1);
  filter: brightness(1);
  -webkit-transition: -webkit-filter 0.2s ease-in-out;
  transition: -webkit-filter 0.2s ease-in-out;
  -moz-transition: filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
@media (max-aspect-ratio: 320/321) {
  .btn {
    font-size: 0.7rem;
  }
}
.btn span {
  display: inline-block;
  color: #fff;
  font-size: 2.625em;
  font-weight: 700;
  font-style: normal;
}
.btn img,
.btn span {
  margin-bottom: 0.375em;
}
.btn img {
  width: 3.9375em;
  margin-right: 1.5em;
  height: auto;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out,
    -moz-transform 0.2s ease-in-out;
}
.btn.disabled {
  pointer-events: none;
}
.btn:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.btn:hover img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/rays.png);
  background-position: 50%;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  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;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out 1s;
  -moz-transition: opacity 0.2s ease-in-out 1s;
  transition: opacity 0.2s ease-in-out 1s;
}
@media (max-aspect-ratio: 320/321) {
  .popup {
    font-size: 1.2rem;
  }
}
.popup.open {
  visibility: visible;
  opacity: 1;
}
.popup__item {
  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;
  text-align: center;
}
.popup__title span {
  font-size: 3em;
  line-height: 1.4;
  color: #fff;
}
.popup__subtitle {
  margin-top: 3.75em;
}
.popup__subtitle span {
  font-size: 1.875em;
  font-weight: 400;
  color: #fff;
}
.popup__bonus {
  margin-top: 1.5em;
  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;
  width: 28.4375em;
  height: 9em;
  background-image: url(../img/frame.png);
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.popup__bonus span {
  font-size: 2.625em;
  color: #fff;
}
.popup__btn {
  margin-top: 3em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 35.9375em;
  height: 9.0625em;
  background-image: url(../img/popup_btn.png);
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-filter: brightness(1);
  filter: brightness(1);
  -webkit-transition: -webkit-filter 0.2s ease-in-out;
  transition: -webkit-filter 0.2s ease-in-out;
  -moz-transition: filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out;
  cursor: pointer;
}
.popup__btn:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.popup__btn span {
  display: block;
  height: 1.5em;
  margin: auto;
  color: #fff;
  font-size: 2.625em;
}
