/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \*****************************************************************************************************************************************/
/*
Theme Name: Landing
Author: Vladyslav Fedoruk ;
Version: 3.0.0
*/
@font-face {
  font-family: "SFPRODISPLAY";
  src: url("src/fonts/SFPRODISPLAYREGULAR.ttf"), url("src/fonts/SFPRODISPLAYREGULAR.woff2") format("woff2"), url("src/fonts/SFPRODISPLAYREGULAR.woff") format("woff"), url("src/fonts/SFPRODISPLAYREGULAR.OTF") format("otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Druk Wide Cyr";
  src: url("src/fonts/DrukWideMediumItalic.otf");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Druk Wide Cyr";
  src: url("src/fonts/drukwidecyr-bold.eot");
  src: url("src/fonts/drukwidecyr-bold-1.eot") format("embedded-opentype"), url("src/fonts/drukwidecyr-bold.woff2") format("woff2"), url("src/fonts/drukwidecyr-bold.woff") format("woff"), url("src/fonts/drukwidecyr-bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
html {
  font-size: 0.938vw;
}
@media (orientation: portrait) {
  html {
    font-size: 4.071vw;
  }
}

.container {
  margin: 0 auto;
  padding: 0 7.333rem;
}
@media (orientation: portrait) {
  .container {
    padding: 0 1.25rem;
  }
}

body {
  background: #0b0000;
  color: #fff;
  font-family: "Archivo", sans-serif;
  overflow: hidden;
}
@media (orientation: portrait) {
  body {
    overflow-y: visible;
  }
}

.main {
  position: relative;
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Archivo", sans-serif;
  overflow: hidden;
  background-image: url("src/img/bg.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.main:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 32.375rem;
  background: linear-gradient(180deg, rgba(240, 10, 19, 0) 0%, #091840 100%);
  z-index: 2;
  pointer-events: none;
}
@media (orientation: portrait) {
  .main:before {
    height: 16.125rem;
    bottom: 8.875rem;
  }
}
@media (orientation: portrait) {
  .main:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 12.625rem;
    pointer-events: none;
    background: linear-gradient(0deg, rgba(240, 10, 19, 0) 0%, #433d9e 74.74%);
  }
}
@media (orientation: portrait) {
  .main {
    height: auto;
    overflow-y: visible;
    background: url("src/img/bg-mob.jpg");
    background-size: cover;
    background-position: top center;
    justify-content: space-between;
  }
}
@media (orientation: portrait) and (max-width: 360px) {
  .main {
    background: url("src/img/bg-mob-sm.jpg");
    background-size: cover;
    background-position: top center;
  }
}

.content {
  position: absolute;
  left: 5.1875rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
@media (orientation: portrait) {
  .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: unset;
    margin-top: 5.75rem;
    margin-bottom: 1.1084rem;
  }
}
@media (orientation: portrait) and (max-width: 375px) {
  .content {
    margin-top: 6rem;
  }
}
@media (orientation: portrait) and (max-width: 360px) {
  .content {
    margin-top: 5.5rem;
  }
}

.button {
  padding: 0.778rem 3.5rem;
  background: #f2f740;
  border-radius: 0.833rem;
  font-size: 1.667rem;
  font-weight: 600;
  line-height: normal;
  display: inline-block;
  border: none;
  outline: none;
  box-shadow: 0.216rem 0.287rem 0.28rem 0 rgba(248, 255, 19, 0.36);
  transition: all 0.3s ease-in-out;
}
.button:hover {
  transform: scale(1.03);
}

@media (orientation: portrait) {
  .for-desktop {
    display: none !important;
  }
}

.for-mobile {
  display: none !important;
}
@media (orientation: portrait) {
  .for-mobile {
    display: block !important;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:focus {
  outline: 0;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

img {
  max-width: 100%;
}

a {
  display: block;
  text-decoration: none;
  font: inherit;
  color: inherit;
}

a,
button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: auto;
}

@font-face {
  font-family: "icomoon";
  src: url("src/fonts/icomoon/fonts/icomoon.eot");
  src: url("src/fonts/icomoon/fonts/icomoon.eot") format("embedded-opentype"), url("src/fonts/icomoon/fonts/icomoon.ttf") format("truetype"), url("src/fonts/icomoon/fonts/icomoon.woff") format("woff"), url("src/fonts/icomoon/fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tiktok:before {
  content: "\e902";
}

.icon-instagram:before {
  content: "\e90a";
}

.icon-facebook:before {
  content: "\e90b";
}

.icon-twitter:before {
  content: "\e90c";
}

.icon-vk:before {
  content: "\e90d";
}

.icon-youtube:before {
  content: "\e90e";
}

.icon-clear-filled:before {
  content: "\e904";
}

.icon-back:before {
  content: "\e900";
}

.icon-arrows:before {
  content: "\e903";
}

.icon-accepted:before {
  content: "\e921";
}

.icon-reject:before {
  content: "\e920";
}

.icon-thanks:before {
  content: "\e91f";
}

.icon-usd:before {
  content: "\e91e";
}

.icon-check:before {
  content: "\e901";
}

.icon-arrow-down:before {
  content: "\e90f";
}

.icon-arrow-left:before {
  content: "\e909";
}

.icon-arrow-right:before {
  content: "\e916";
}

.icon-arrow-long-left:before {
  content: "\e910";
}

.icon-email:before {
  content: "\e911";
}

.icon-eye-closed:before {
  content: "\e912";
}

.icon-eye-opened:before {
  content: "\e913";
}

.icon-phone:before {
  content: "\e914";
}

.icon-close:before {
  content: "\e915";
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.722rem 4.444rem 0;
  width: 100%;
}
@media (orientation: portrait) {
  .header {
    padding: 0 1rem;
    z-index: 3;
  }
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  width: 7.8125rem;
}
@media (orientation: portrait) {
  .header__logo {
    width: 7.889rem;
  }
}
.header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header__tagline {
  width: 16.667rem;
}
.header__btn {
  width: 6.9375rem;
  height: 2rem;
  border: 0.0625rem solid #ffffff;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(3px);
  border-radius: 0.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #efefef;
  font-size: 0.875rem;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  transition: 0.3s;
  text-transform: uppercase;
}
.header__btn:active, .header__btn:focus, .header__btn:target {
  border: 0.056rem solid rgba(88, 43, 45, 0);
  background: #fff;
  backdrop-filter: blur(3px);
  color: #F01E28;
}
.header__btn:hover {
  border: 0.056rem solid rgba(88, 43, 45, 0);
  background: #fff;
  backdrop-filter: blur(3px);
  color: #F01E28;
}
@media (orientation: portrait) {
  .header__btn {
    width: 6.375rem;
    height: 2rem;
    font-size: 0.875rem;
  }
  .header__btn:active, .header__btn:focus, .header__btn:target {
    border: 0.056rem solid #582b2d;
    background: #9f0a11;
    backdrop-filter: blur(3px);
    color: #fff;
  }
  .header__btn:hover {
    border: 0.056rem solid #582b2d;
    background: #9f0a11;
    backdrop-filter: blur(3px);
    color: #fff;
  }
}

.cta {
  width: 30.7rem;
}
@media (max-width: 767px) {
  .cta {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cta img {
    height: 5rem;
  }
}
@media (orientation: portrait) and (max-width: 360px) {
  .cta img {
    height: 3.6rem;
  }
}
.cta__mob {
  display: none;
}
@media (max-width: 767px) {
  .cta__mob {
    display: block;
  }
}
@media (orientation: portrait) and (max-width: 360px) {
  .cta__mob {
    display: none;
  }
}

.cta-mob-sm {
  display: none;
}
@media (orientation: portrait) and (max-width: 360px) {
  .cta-mob-sm {
    display: block;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.modal.active {
  display: flex;
}
.modal-content {
  overflow: hidden;
  width: 40rem;
  height: auto;
  background: #091840;
  border-radius: 0.75rem;
  text-align: center;
  color: #fff;
  position: relative;
  line-height: 0;
}
@media (orientation: portrait) {
  .modal-content {
    width: 94%;
  }
}
.modal-content img {
  width: 100%;
}
.modal__text {
  text-align: left;
  text-align: center;
  margin: 2rem auto 0;
  font-family: "Archivo Black";
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767px) {
  .modal__text {
    font-size: 1rem;
    margin: 1rem auto 0;
  }
}
.modal__text span {
  margin-top: 0.5rem;
  display: block;
  color: #E8CF73;
  text-align: center;
  text-shadow: 0px 0px 25.3px rgba(222, 192, 97, 0.4);
  font-family: "Archivo Black";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 767px) {
  .modal__text span {
    font-size: 1.5rem;
  }
}
.modal__btn {
  border-radius: 0.75rem;
  border: none;
  background: #34dc00;
  box-shadow: 0px 8px 16px 0px rgba(154, 99, 10, 0.45) inset, 0px 0px 44px 0px rgba(154, 99, 10, 0.5);
  box-sizing: content-box;
  margin: 1.5rem auto 2rem;
  width: 19.375rem;
  height: 3.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-family: "Archivo Black";
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -0.002rem;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .modal__btn {
    margin: 1rem auto;
    width: 16.125rem;
    height: 3.25rem;
    font-size: 1.25rem;
    border-radius: 0.375rem;
  }
}
.modal__btn:hover {
  color: #ffffff;
  background: #34dc00;
}

div.modalConnected {
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.zeus {
  position: absolute;
  bottom: -1.9375rem;
  right: 1.5625rem;
  width: 35.625rem;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 1440px) {
  .zeus {
    bottom: 1.0625rem;
  }
}
@media (max-width: 767px) {
  .zeus {
    height: 46rem;
    bottom: unset;
    top: -4rem;
    right: unset;
    left: 50%;
    transform: translate(-50%);
  }
}
@media (orientation: portrait) and (max-width: 375px) {
  .zeus {
    height: 31rem;
    width: 16rem;
    top: 0;
  }
}
@media (orientation: portrait) and (max-width: 360px) {
  .zeus {
    height: 33rem;
    width: 18rem;
    top: -2rem;
  }
}

.zeus-arm {
  position: absolute;
  width: 17.825rem;
  right: 19.3rem;
  bottom: 28.3rem;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 1440px) {
  .zeus-arm {
    bottom: 31.6rem;
  }
}

.video__lights {
  position: fixed;
  object-fit: cover;
  top: 0;
  right: 0;
  width: 69rem;
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 5;
}
@media (max-width: 1440px) {
  .video__lights {
    right: 1.25rem;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .video__lights {
    top: 0;
    width: 46rem;
    height: 100vh;
  }
}
@media (orientation: portrait) and (max-width: 375px) {
  .video__lights {
    width: 41rem;
    top: -0.9375rem;
  }
}
@media (orientation: portrait) and (max-width: 360px) {
  .video__lights {
    width: 45rem;
  }
}

.slot__lottie {
  display: block;
  pointer-events: none;
  height: 5.5rem;
}
@media (orientation: portrait) {
  .slot__lottie {
    margin-bottom: -0.437rem;
    height: 3rem;
  }
}

.slot__video {
  width: 100%;
  height: auto;
  object-fit: cover;
  opacity: 0;
  mix-blend-mode: screen;
  pointer-events: none;
  background: transparent;
  mix-blend-mode: screen;
  -webkit-mix-blend-mode: screen;
  transform: scale(0.95);
  animation: fadeInSlot 0.6s ease forwards;
}
@media (orientation: portrait) {
  .slot__video {
    margin: -0.4rem auto;
    height: 3.5rem;
  }
}

@keyframes fadeInSlot {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.parallax {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media (orientation: portrait) {
  .parallax {
    overflow: hidden;
  }
}
.parallax__image {
  position: absolute;
}
.parallax__image#elem1 {
  top: -7.375rem;
  left: 15.625rem;
  height: 17.9375rem;
  z-index: 6;
}
.parallax__image#elem2 {
  height: 7.5625rem;
  left: 35.75rem;
  top: 4.625rem;
  z-index: 7;
}
@media (orientation: portrait) {
  .parallax__image#elem2 {
    height: 4.5625rem;
    left: 0;
    top: 16.625rem;
  }
}
@media (orientation: portrait) and (max-width: 360px) {
  .parallax__image#elem2 {
    height: 3.5625rem;
    top: 12.625rem;
  }
}
@media (orientation: portrait) and (max-width: 375px) {
  .parallax__image#elem2 {
    top: 8.625rem;
  }
}
.parallax__image#elem3 {
  height: 4.1875rem;
  top: 6.375rem;
  right: 25.3125rem;
  z-index: 6;
}
@media (orientation: portrait) {
  .parallax__image#elem3 {
    height: 3.1875rem;
    top: 10.375rem;
    right: 0.8125rem;
  }
}
@media (orientation: portrait) and (max-width: 360px) {
  .parallax__image#elem3 {
    height: 2.5rem;
    top: 8.375rem;
    right: 1.8125rem;
  }
}
@media (orientation: portrait) and (max-width: 375px) {
  .parallax__image#elem3 {
    top: 6.375rem;
  }
}
.parallax__image#elem4 {
  height: 5.875rem;
  top: 12.25rem;
  right: 1.6875rem;
  z-index: 2;
}
.parallax__image#elem5 {
  height: 17.3125rem;
  bottom: 3.75rem;
  right: -3.125rem;
  z-index: 5;
}
@media (orientation: portrait) {
  .parallax__image#elem5 {
    height: 9.3125rem;
    top: 28rem;
    bottom: unset;
    right: -4rem;
  }
}
@media (orientation: portrait) and (max-width: 360px) {
  .parallax__image#elem5 {
    height: 6.3125rem;
    top: 25rem;
    bottom: unset;
    right: -2rem;
  }
}
@media (orientation: portrait) and (max-width: 375px) {
  .parallax__image#elem5 {
    top: 24rem;
  }
}
.parallax__image#elem6 {
  height: 17.4375rem;
  bottom: -5.875rem;
  left: 13.375rem;
  z-index: 5;
}
.parallax__image#elem7 {
  height: 5.6875rem;
  top: 32rem;
  left: 0;
  z-index: 5;
}
@media (orientation: portrait) and (max-width: 360px) {
  .parallax__image#elem7 {
    top: 22rem;
    left: -1rem;
  }
}
@media (orientation: portrait) and (max-width: 375px) {
  .parallax__image#elem7 {
    top: 25rem;
    left: -2rem;
  }
}

.game-block {
  cursor: pointer;
  position: absolute;
  right: 20.875rem;
  bottom: 7.75rem;
  height: 33rem;
  width: 49.9375rem;
  transition: all 0.3s;
  z-index: 2;
}
.game-block.disable {
  pointer-events: none;
}
@media (max-width: 1440px) {
  .game-block {
    bottom: 10.75rem;
  }
}
@media (max-height: 633px) and (orientation: landscape) {
  .game-block {
    bottom: 5.75rem;
  }
}
@media (orientation: portrait) {
  .game-block {
    margin: 0 auto;
    height: 16rem;
    width: 95%;
    position: relative;
    transform: none;
    top: auto;
    bottom: unset;
    right: auto;
  }
}
@media (orientation: portrait) and (max-width: 375px) {
  .game-block {
    top: -1rem;
  }
}
@media (orientation: portrait) and (max-width: 360px) {
  .game-block {
    top: 0;
  }
}
.game-block .game-bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: auto;
  height: 100%;
}
@media (max-width: 767px) {
  .game-block .game-bg {
    width: 100%;
  }
}
.game-block .slots__wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 2.5rem;
  height: 27.5rem;
  width: 45.375rem;
  display: flex;
}
@media (orientation: portrait) {
  .game-block .slots__wrap {
    top: 1rem;
    height: 13.937rem;
    width: 20.562rem;
    left: 50%;
  }
}
.game-block .slots__column {
  overflow: hidden;
  width: 17.3%;
}
.game-block .slots__wrap .slots__column .slots__items {
  position: relative;
  top: -269rem;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
@media (orientation: portrait) {
  .game-block .slots__wrap .slots__column .slots__items {
    top: -125.5rem;
  }
}
.game-block .slots__wrap .slots__column .slots__items img {
  display: block;
  height: 4.5rem;
  margin: 1rem auto 0;
  transform: scale(1);
  cursor: pointer;
}
.game-block .slots__wrap .slots__column .slots__items img:first-child {
  margin-top: 0;
}
@media (orientation: portrait) {
  .game-block .slots__wrap .slots__column .slots__items img {
    height: 2.3rem;
    margin: 0.437rem auto 0;
  }
}

.slot__logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -5.75rem;
  z-index: 1;
}
@media (orientation: portrait) {
  .slot__logo {
    top: -2rem;
    left: 50%;
  }
}
.slot__logo img {
  height: 8.6875rem;
  width: auto;
}
@media (orientation: portrait) {
  .slot__logo img {
    height: 3.3125rem;
  }
}

@media (max-width: 767px) {
  .slots__btn {
    position: absolute;
    z-index: 4;
    bottom: 13.5rem;
    left: 50%;
    transform: translate(-50%);
    height: 3.25rem;
    width: 13.8125rem;
    border-radius: 0.375rem;
    border: none;
    background: #34dc00;
    color: #ffffff;
    font-family: "Archivo Black";
    font-size: 1.2517rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    transition: 0.3s;
    animation: pulseMob 1.5s infinite;
  }
  .slots__btn.disable {
    animation: none;
    pointer-events: none;
  }
  .slots__btn:hover {
    background: #1d1d1d;
  }
  .slots__btn:active {
    border: 0.0625rem solid #222;
    background: #323232;
    box-shadow: 0px 0px 24px 0px rgba(125, 125, 125, 0.55);
  }
}
@media (orientation: portrait) and (max-width: 393px) {
  .slots__btn {
    bottom: 12rem;
  }
}
@media (orientation: portrait) and (max-width: 375px) {
  .slots__btn {
    bottom: 11rem;
    height: 3rem;
  }
}
@media (orientation: portrait) and (max-width: 360px) {
  .slots__btn {
    bottom: 11.5rem;
  }
}

.slots__items#slot2 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.slots__items#slot3 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.slots__items#slot4 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.slots__wrap.rotate #slot1,
.slots__wrap.rotate #slot2,
.slots__wrap.rotate #slot4,
.slots__wrap.rotate #slot3,
.slots__wrap.rotate #slot5,
.slots__wrap.rotate #slot6 {
  -webkit-animation-name: slot-rotate;
  animation-name: slot-rotate;
}
@media (orientation: portrait) {
  .slots__wrap.rotate #slot1,
  .slots__wrap.rotate #slot2,
  .slots__wrap.rotate #slot4,
  .slots__wrap.rotate #slot3,
  .slots__wrap.rotate #slot5,
  .slots__wrap.rotate #slot6 {
    -webkit-animation-name: slot-rotate-portrait;
    animation-name: slot-rotate-portrait;
  }
}

.slots__wrap.active .slots__items img {
  opacity: 0.6;
  transition: opacity 0.5s ease-in-out;
}

@-webkit-keyframes active {
  0% {
    -webkit-transform: scale(1.2);
    filter: drop-shadow(0px 0px 0 rgba(255, 215, 95, 0.25)) drop-shadow(0px 0px 0 #ffd75f);
  }
  50% {
    -webkit-transform: scale(1.1);
    filter: drop-shadow(0px 0px 8px rgba(255, 215, 95, 0.25)) drop-shadow(0px 0px 56px #ffd75f);
  }
  100% {
    -webkit-transform: scale(1.2);
    filter: drop-shadow(0px 0px 0 rgba(255, 215, 95, 0.25)) drop-shadow(0px 0px 0 #ffd75f);
  }
}
@keyframes active {
  0% {
    transform: scale(2);
    filter: drop-shadow(0px 0px 0 rgba(255, 215, 95, 0.25)) drop-shadow(0px 0px 0 #ffd75f);
  }
  50% {
    transform: scale(1.5);
    filter: drop-shadow(0px 0px 8px rgba(255, 215, 95, 0.25)) drop-shadow(0px 0px 56px #ffd75f);
  }
  100% {
    transform: scale(2);
    filter: drop-shadow(0px 0px 0 rgba(255, 215, 95, 0.25)) drop-shadow(0px 0px 0 #ffd75f);
  }
}
@-webkit-keyframes slot-rotate {
  0% {
    top: -269rem;
  }
  100% {
    top: 0.7407407407vh;
  }
}
@keyframes slot-rotate {
  0% {
    top: -269rem;
  }
  100% {
    top: 0.7407407407vh;
  }
}
@-webkit-keyframes pulse {
  0% {
    transform: translateY(-50%) scale(1);
  }
  50% {
    transform: translateY(-50%) scale(1.2);
  }
  100% {
    transform: translateY(-50%) scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: translateY(-50%) scale(1);
  }
  50% {
    transform: translateY(-50%) scale(1.2);
  }
  100% {
    transform: translateY(-50%) scale(1);
  }
}
@media (orientation: portrait) {
  @-webkit-keyframes slot-rotate-portrait {
    0% {
      top: -127.5rem;
    }
    100% {
      top: 0.5rem;
    }
  }
  @keyframes slot-rotate-portrait {
    0% {
      top: -127.5rem;
    }
    100% {
      top: 0.5rem;
    }
  }
}
@keyframes pulseMob {
  0% {
    transform: translateX(-50%) scale(1);
  }
  50% {
    transform: translateX(-50%) scale(1.1);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}
.main__btn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  outline: none;
  border-radius: 0.75rem;
  border: none;
  background: #34dc00;
  color: #efefef;
  font-family: "Archivo Black", sans-serif;
  width: 20.25rem;
  height: 6.25rem;
  text-transform: uppercase;
  font-size: 2rem;
  margin-top: 2.875rem;
  margin-left: 3rem;
  transition: 0.3s;
  animation: pulse 3s linear infinite;
}
.main__btn.disable {
  animation: none;
  pointer-events: none;
}
.main__btn:hover {
  background: #34dc00;
}
.main__btn:active, .main__btn:focus, .main__btn:target {
  border: 0.0625rem solid #222;
  background: #34dc00;
  box-shadow: 0px 0px 24px 0px rgba(125, 125, 125, 0.55);
}
@media (orientation: portrait) {
  .main__btn {
    width: 13.8125rem;
    height: 3.25rem;
    border-radius: 0.39rem;
    font-size: 1.04rem;
    margin-top: 16.125rem;
    margin-left: 0;
  }
  .main__btn:active, .main__btn:focus, .main__btn:target, .main__btn:hover {
    color: #fff;
    border: 0.056rem solid #a61818;
    background: #9f0a11;
    box-shadow: 0px 0px 24px 0px rgba(240, 30, 40, 0.55);
  }
}
@media (max-width: 767px) {
  .main__btn {
    margin-top: 11rem;
  }
}
@media (orientation: portrait) and (max-width: 360px) {
  .main__btn {
    margin-top: 9rem;
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
