@charset "UTF-8";

* {
  padding: 0;
  margin: 0;
  border: 0
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

body,
html {
  height: 100%;
  min-width: 375px
}

body {
  color: #000;
  line-height: 1;
  font-family: Inter;
  font-size: .875rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}










@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

.element-container {
    position: static; /* Делает возможным абсолютное позиционирование внутри контейнера */
}

.arrow-image {
    position: absolute;
    top: 289px;
    right: 4px;
    width: 114px;
    height: 50px;
    animation: blink 1s infinite;

}


 
@media screen and (max-width: 991.98px) {
    .arrow-image {
        position: absolute;
        top: 104px;
        right: -41px;
        width: 114px;
        height: 50px;
        animation: blink 1s infinite;
    }
}
 









button,
input,
textarea {
  font-family: Inter;
  font-size: inherit;
  line-height: inherit
}

button {
  cursor: pointer;
  color: inherit;
  background-color: transparent
}

a {
  color: inherit;
  text-decoration: none
}

ul li {
  list-style: none
}

img {
  vertical-align: top;
  max-width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit
}

.popup-show body::after {
  opacity: 1
}

.popup {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(217, 217, 217, .5);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  padding: 30px 10px;
  -webkit-transition: visibility .8s ease 0s;
  transition: visibility .8s ease 0s;
  visibility: hidden;
  pointer-events: none
}

.popup__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  background-color: #6a3214;
  padding: 25px 15px
}

.popup__descr {
  padding: 50px;
  color: #181818;
  font-size: 20px;
  line-height: normal
}

.popup__descr p+p {
  margin-top: 30px
}

.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto
}

.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.popup__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center
}

.popup__content {
  visibility: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform .3s ease 0s;
  transition: -webkit-transform .3s ease 0s;
  transition: transform .3s ease 0s;
  transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
  background-color: #eee;
  overflow: hidden;
  width: 100%;
  max-width: 800px;
  border-radius: 20px;
  border-radius: 30px;
  background: #e3e3e3;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25)
}

.lock .popup__content {
  visibility: visible
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}

.wrapper {
  min-height: 100%;
  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
}

@supports (overflow:clip) {
  .wrapper {
    overflow: clip
  }
}

.wrapper>main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.wrapper>* {
  min-width: 0
}

[class*=__container] {
  max-width: 95.625rem;
  margin: 0 auto;
  padding: 0 .9375rem
}

[class*=-ibg] {
  position: relative
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover
}

[class*=-ibg--contain] img {
  -o-object-fit: contain;
  object-fit: contain
}

.btn {
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px;
  text-transform: uppercase;
  color: #151415;
  background-color: #edc97f;
  padding: 15px 40px;
  white-space: nowrap
}

.btn--accent {
  color: #fff;
  background-color: #27ae60
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.no-webp .game-machine {
  background: url(../img/game-machine/game-machine.png) bottom/contain no-repeat
}

.game-machine {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 auto;
  width: 750px;
  height: 380px;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0
}

.game-machine img {
  -o-object-fit: contain;
  object-fit: contain
}

.game-machine__btn {
  font-size: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 140px;
  height: 65px;
  right: 80px;
  bottom: 8px;
  -webkit-animation: btn infinite 4s linear;
  animation: btn infinite 4s linear
}

.game-machine__btn:active {
  margin-bottom: -2px
}

.game-machine__wheels {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 290px;
  overflow: hidden;
  top: 11px;
  left: 50%;
  translate: -50% 0;
  gap: 15px
}

.game-machine__wheel {
  width: 90px;
  background-repeat: repeat-y;
  background-size: 90px auto;
  background-position: 0 0
}

.start-layout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(217, 217, 217, .2);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  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;
  display: none;
  z-index: 10
 
}

.no-webp .start-layout__btn {
  background: url(../img/button.png) center/cover no-repeat
  display: none;
}

.start-layout__btn {
  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: 600;
  text-transform: uppercase;
  font-size: 30px;
  color: #fff;
  width: 300px;
  height: 130px;
  -webkit-animation: shadow 3s infinite linear;
  animation: shadow 3s infinite linear;
  border-radius: 70px
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 160;
  display: none
}

.modal__inner {
  position: relative;
  max-width: 370px;
  padding: 20px
}

.modal__btn {
  -webkit-animation: shadow 3s infinite linear;
  animation: shadow 3s infinite linear;
  position: absolute;
  bottom: 35px;
  left: 50%;
  translate: -50% 0
}

@-webkit-keyframes shadow {
  0% {
    -webkit-box-shadow: 0 0 70.8px 0 #ffb800;
    box-shadow: 0 0 70.8px 0 #ffb800
  }

  50% {
    -webkit-box-shadow: 0 0 8px 0 #ffb800;
    box-shadow: 0 0 8px 0 #ffb800
  }

  100% {
    -webkit-box-shadow: 0 0 70.8px 0 #ffb800;
    box-shadow: 0 0 70.8px 0 #ffb800
  }
}

@keyframes shadow {
  0% {
    -webkit-box-shadow: 0 0 70.8px 0 #ffb800;
    box-shadow: 0 0 70.8px 0 #ffb800
  }

  50% {
    -webkit-box-shadow: 0 0 8px 0 #ffb800;
    box-shadow: 0 0 8px 0 #ffb800
  }

  100% {
    -webkit-box-shadow: 0 0 70.8px 0 #ffb800;
    box-shadow: 0 0 70.8px 0 #ffb800
  }
}

@-webkit-keyframes btn {
  0% {
    background-image: url(../img/game-machine/spin-btn.png)
  }

  50% {
    background-image: url(../img/game-machine/spin-accent.png)
  }

  100% {
    background-image: url(../img/game-machine/spin-btn.png)
  }
}

@keyframes btn {
  0% {
    background-image: url(../img/game-machine/spin-btn.png)
  }

  50% {
    background-image: url(../img/game-machine/spin-accent.png)
  }

  100% {
    background-image: url(../img/game-machine/spin-btn.png)
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
  z-index: 5
}

.header__inner {
  padding: 23px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px
}

.header__logo {
  margin: -40px 0
}

.header__logo img {
  max-width: 260px;
  width: 100%
}

.footer {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 4
}

.footer__top {
  background-color: #101010
}

.footer__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0
}

.footer__terms {
  font-size: 15px;
  font-weight: 300
}

.footer__terms:hover {
  text-decoration: underline
}

.footer__bottom {
  font-weight: 300;
  text-align: center;
  background-color: #010101;
  padding: 10px 0
}

.no-webp .hero {
  background: url(../img/hero-bg.png) bottom center/cover no-repeat
}

.hero {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.hero__container,
.hero__inner {
  height: 100%
}

.hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 1530px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%
}

.hero__inner .hero__img:first-child {
  position: relative;
  z-index: 2
}

.hero__img {
  position: relative;
  max-width: 26vw
}

.no-webp .hero__img-text {
  background: url(../img/cloud.png) center/contain no-repeat
}

.hero__img-text {
  position: absolute;
  left: 60%;
  top: 5%;
  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;
  aspect-ratio: 16/9;
  animation: pulse 2s infinite;
  z-index: 100;
  width: 25vw
}

.hero__img-text span {
  font-family: "Roboto Condensed", sans-serif;
  width: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 27px;
  font-weight: 500;
  font-style: italic;
  text-align: center
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

@media only screen and (max-width: 1180px) and (orientation: landscape) {
  .hero__img {
    position: relative;
    max-width: 30vw;
  }
}

@media only screen and (max-width: 1024px) and (orientation: portrait) {
  .hero__img {
    position: relative;
    max-width: 40vw;
  }
}

@media only screen and (max-width: 991.98px) and (orientation: landscape) {
  .hero__img {
    max-width: 49vw;
    max-height: 70vh;
  }
}

@media only screen and (orientation: landscape) and (max-width: 991.98px) {
  .modal__inner {
    position: relative;
    max-width: 264px;
    padding: 20px;
  }
}

@media only screen and (max-width: 991.98px) and (orientation: landscape) {
  .hero__img-text {
    width: 30vw;
    top: 0;
      }
}

@media (min-width:95.625em) {
  .footer__bottom {
    font-size: 1.5625rem
  }

  .hero__img-text span {
    font-size: 1.6875rem
  }
}

@media (min-width:768px) {

  .hero::after,
  .hero::before {
    position: absolute;
    content: "";
    bottom: 0;
    height: 26vw;
    border-radius: 50%;
    -webkit-filter: blur(200px);
    filter: blur(200px);
    background: rgba(255, 199, 0, .5);
    width: 26vw;
    z-index: 3
  }

  .hero::after {
    right: 0
  }

  .hero::before {
    left: 0
  }
}

@media (max-width:991.98px) {
  .start-layout__btn {
    width: 200px;
    height: 85px;
    font-size: 20px
  }
}

@media (max-width:991.98px) {
  .game-machine {
    width: 350px;
    height: 176px
  }

  .game-machine__btn {
    width: 50px;
    height: 33px;
    right: 45px;
    bottom: 3px
  }

  .game-machine__wheels {
    top: 4px;
    height: 137px
  }

  .game-machine__wheel {
    width: 37px;
    background-size: 37px auto
  }

  .header__actions {
    gap: 10px
  }

  .header__actions .btn {
    padding: 10px;
    font-size: 15px
  }

  .footer__row {
    padding: 10px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .hero__container {
    padding: 0
  }

 

  .hero__img:last-child {
    display: none
  }

}

@media only screen and (max-width: 991.98px) and (orientation: portrait) {
  .hero__img {
    max-width: 80vw;
    max-height: 65vh;
  }
}

@media only screen and (max-width: 991.98px) and (orientation: portrait) {
  .hero__img-text {
    width: 50vw;
    top: 0;
  }
}



@media (max-width:23.4375em) {
  .footer__bottom {
    font-size: 1rem
  }

  .hero__img-text span {
    font-size: .875rem
  }
}

@media (min-width:23.4375em) and (max-width:95.625em) {
  @supports (font-size:clamp(1rem, 0.8173701299rem + 0.7792207792vw, 1.5625rem)) {
    .footer__bottom {
      font-size: clamp(1rem, .8173701299rem + .7792207792vw, 1.5625rem)
    }
  }

  @supports not (font-size:clamp(1rem, 0.8173701299rem + 0.7792207792vw, 1.5625rem)) {
    .footer__bottom {
      font-size: calc(1rem + .5625 * (100vw - 23.4375rem)/ 72.1875)
    }
  }

  @supports (font-size:clamp(0.875rem, 0.6112012987rem + 1.1255411255vw, 1.6875rem)) {
    .hero__img-text span {
      font-size: clamp(.875rem, .6112012987rem + 1.1255411255vw, 1.6875rem)
    }
  }

  @supports not (font-size:clamp(0.875rem, 0.6112012987rem + 1.1255411255vw, 1.6875rem)) {
    .hero__img-text span {
      font-size: calc(.875rem + .8125 * (100vw - 23.4375rem)/ 72.1875)
    }
  }
}

.webp .game-machine {
  background: url(../img/game-machine/game-machine.webp) bottom/contain no-repeat
}

.webp .start-layout__btn {
  background: url(../img/button.webp) center/cover no-repeat
}

/*
@-webkit-keyframes btn {
  0% {
    background-image: url(../img/game-machine/spin-btn.webp)
  }
}

@-webkit-keyframes btn {
  50% {
    background-image: url(../img/game-machine/spin-accent.webp)
  }
}

@-webkit-keyframes btn {
  100% {
    background-image: url(../img/game-machine/spin-btn.webp)
  }
}

@keyframes btn {
  0% {
    background-image: url(../img/game-machine/spin-btn.webp)
  }
}

@keyframes btn {
  50% {
    background-image: url(../img/game-machine/spin-accent.webp)
  }
}

@keyframes btn {
  100% {
    background-image: url(../img/game-machine/spin-btn.webp)
  }
}*/

.webp .hero {
  background: url(../img/hero-bg.webp) bottom center/cover no-repeat
}

.webp .hero__img-text {
  background: url(../img/cloud.webp) center/contain no-repeat
}