@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Movie Letters Cyrillic";
  src: url("../fonts/MovieLettersCyrillic.woff2") format("woff2"), url("../fonts/MovieLettersCyrillic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 100;
}

.loader.visible {
  display: flex;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wrap {
  z-index: -1;
}
.wrap_bottom {
  position: absolute;
  bottom: 0;
  left: -200px;
  right: -200px;
  height: 340px;
  overflow: hidden;
}
.wrap_top {
  position: absolute;
  top: 0;
  left: -200px;
  right: -200px;
}

.animation {
  z-index: 0;
}
.animation_top {
  position: absolute;
  top: 0;
  left: -1000px;
  right: -1000px;
  height: 490px;
}
@media (max-width: 768px) {
  .animation_top {
    height: 400px;
  }
}
.animation_top .grid {
  transform: rotateX(125deg);
  animation: moveGridTop linear 4s infinite;
}
.animation_top .grid-wrapper {
  perspective: 250px;
}
.animation_top .line {
  filter: blur(4px);
}
@media (max-width: 768px) {
  .animation_top {
    left: -200px;
    right: -200px;
  }
}
.animation_bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 475px;
}

.grid-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0px;
  perspective: 200px;
}
@media (max-width: 768px) {
  .grid-wrapper {
    perspective: 100px;
  }
}

.grid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin-top: -50px;
  transform: rotateX(45deg);
  animation: moveGridBottom linear 2s infinite;
}

@keyframes moveGridBottom {
  0% {
    transform: rotateX(45deg) translateY(5%);
  }
  100% {
    transform: rotateX(45deg) translateY(-5%);
  }
}
@keyframes moveGridTop {
  0% {
    transform: rotateX(125deg) translateY(5%);
  }
  100% {
    transform: rotateX(125deg) translateY(-5%);
  }
}
.line {
  position: absolute;
  background: rgba(218, 46, 113, 0.5);
  -webkit-backface-visibility: hidden;
  filter: blur(2px);
}

.vertical .line {
  top: 0;
  left: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(top, rgba(255, 255, 255, 0), rgba(87, 193, 232, 0.35));
}
.vertical .line:nth-child(1) {
  left: 10%;
}
.vertical .line:nth-child(2) {
  left: 20%;
}
.vertical .line:nth-child(3) {
  left: 30%;
}
.vertical .line:nth-child(4) {
  left: 40%;
}
.vertical .line:nth-child(5) {
  left: 50%;
}
.vertical .line:nth-child(6) {
  left: 60%;
}
.vertical .line:nth-child(7) {
  left: 70%;
}
.vertical .line:nth-child(8) {
  left: 80%;
}
.vertical .line:nth-child(9) {
  left: 90%;
}
.vertical .line:nth-child(10) {
  left: 100%;
  margin-left: -1px;
}

.horizontal .line {
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  z-index: 2;
}
.horizontal .line:nth-child(1) {
  top: 10%;
  opacity: 0.2;
}
.horizontal .line:nth-child(2) {
  top: 20%;
  opacity: 0.3;
}
.horizontal .line:nth-child(3) {
  top: 30%;
  opacity: 0.4;
}
.horizontal .line:nth-child(4) {
  top: 40%;
  opacity: 0.5;
}
.horizontal .line:nth-child(5) {
  top: 50%;
  opacity: 0.6;
}
.horizontal .line:nth-child(6) {
  top: 60%;
  opacity: 0.7;
}
.horizontal .line:nth-child(7) {
  top: 70%;
  opacity: 0.8;
}
.horizontal .line:nth-child(8) {
  top: 80%;
  opacity: 0.9;
}
.horizontal .line:nth-child(9) {
  top: 90%;
  opacity: 0.95;
}
.horizontal .line:nth-child(10) {
  top: 100%;
  margin-top: -1px;
  opacity: 1;
}
.horizontal .line:nth-child(11) {
  opacity: 0.05;
}

.dot {
  position: absolute;
  background: rgb(218, 46, 113);
  width: 5px;
  height: 5px;
  top: 100%;
  border-radius: 5px;
  box-shadow: 0 0 3px #fff;
  -webkit-backface-visibility: hidden;
}
.dot:nth-child(1) {
  left: 10%;
  animation: moveDot 3s infinite 1s;
}
.dot:nth-child(2) {
  left: 20%;
  animation: moveDot 2s infinite 2s;
}
.dot:nth-child(3) {
  left: 30%;
  animation: moveDot 5s infinite 3s;
}
.dot:nth-child(4) {
  left: 50%;
  animation: moveDot 4s infinite;
}
.dot:nth-child(5) {
  left: 60%;
  animation: moveDot 3.3s infinite 0.7s;
}
.dot:nth-child(6) {
  left: 80%;
  animation: moveDot 2.4s infinite 1.6s;
}
.dot:nth-child(7) {
  left: 90%;
  animation: moveDot 1.5s infinite 2.5s;
}

@keyframes moveDot {
  0% {
    top: 100%;
    opacity: 1;
  }
  100% {
    top: 0%;
    opacity: 0;
  }
}
html, body {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
}

body {
  display: flex;
  background-color: rgb(33, 16, 32);
  background-position: center center;
  background-size: cover;
}

#app {
  position: relative;
  font-family: "Gilroy";
  font-weight: 400;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  overflow: hidden;
}

.content {
  position: relative;
  max-width: 1085px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 55px 10px 10px;
  flex: 1 1 0px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .content {
    width: 100%;
    padding: 4px 10px 10px;
  }
}

.flex {
  width: 100%;
  display: flex;
  justify-content: center;
  column-gap: 10px;
  position: relative;
}
@media (max-width: 768px) {
  .flex {
    margin-top: -20px;
  }
}

@media (max-width: 768px) {
  .logo {
    max-width: 150px;
  }
  .logo img {
    width: 100%;
  }
}

.restriction {
  position: absolute;
  top: 42px;
  left: 50px;
}
@media (max-width: 768px) {
  .restriction {
    display: none;
  }
}
.restriction_mobile {
  display: none;
  left: auto;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .restriction_mobile {
    display: block;
  }
}

.bonus {
  max-width: 790px;
  width: 60vw;
}
.bonus__top {
  width: 100%;
}
.bonus__bottom {
  max-width: 390px;
  margin-top: -25px;
}
@media (max-width: 768px) {
  .bonus__bottom {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .bonus {
    width: 500px;
  }
}
@media (max-width: 600px) {
  .bonus {
    width: 100%;
    margin-top: 10px;
  }
}

.prize {
  display: flex;
  column-gap: 16px;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.prize__item {
  cursor: pointer;
  max-width: 278px;
  width: 33%;
  position: relative;
  transition: 0.3s linear transform;
}
.prize__item:nth-child(1) {
  padding-top: 13px;
}
.prize__item img {
  width: 100%;
}
.prize__item.active {
  transform: scale(1.2);
  z-index: 1;
}
.prize__item.active > .prize__btn {
  opacity: 1;
}
@media (min-width: 768px) {
  .prize__item:hover {
    transform: scale(1.1);
  }
  .prize__item:hover > .prize__btn {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .prize__item {
    max-width: 186px;
  }
  .prize__item:nth-child(1) {
    transform-origin: center left;
  }
  .prize__item:nth-child(2) {
    transform-origin: center right;
  }
  .prize__item:nth-child(3) {
    max-width: 260px;
    width: 100%;
    margin-top: -20px;
  }
}
.prize__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  column-gap: 10px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 0.3s;
}
.prize__btn:before {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  border-radius: 50%;
  background: #DB2F72;
  filter: blur(5px);
  z-index: -1;
}
@media (max-width: 992px) {
  .prize {
    flex-wrap: wrap;
    width: 100%;
  }
  .prize__item {
    width: calc(50% - 16px);
  }
}
@media (max-width: 768px) {
  .prize {
    margin-top: -20px;
  }
}

.btn {
  font-weight: 700;
  color: #fff;
  font-size: 28px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 16px 40px;
  background: radial-gradient(75.16% 93.48% at 50.22% 139.71%, #005EFF 0%, #5F49C1 44.27%, #6248BF 44.28%, #6847BB 48.93%, #6847BB 48.94%, #6B47B9 48.95%, #6B47B9 48.95%, #6B47B9 48.96%, #6C46B9 48.97%, #6E46B7 52.57%, #6E46B7 52.58%, #7045B6 52.59%, #7345B4 52.6%, #7345B4 52.61%, #7744B1 54.69%, #7D43AE 57.29%, #7F42AC 59.89%, #8341AA 59.9%, #DA2E71 100%);
  border-radius: 10px;
  margin: 10px 0;
  transition: 0.2s linear all;
}
.btn:hover {
  transform: scale(1.05);
  box-shadow: 0px 0px 10px #DB2F72;
}
@media (max-width: 768px) {
  .btn {
    padding: 14px 36px;
    font-size: 26px;
  }
}

.sub-info {
  font-size: 6px;
  line-height: 7px;
  text-align: center;
  font-weight: 400;
}

.footer {
  padding: 5px;
  width: 100%;
  height: 15vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #000;
  text-transform: uppercase;
  font-family: "Movie Letters Cyrillic";
  box-sizing: border-box;
  z-index: 1;
}
@media (max-width: 992px) {
  .footer {
    padding: 10px 6px;
    font-size: 32px;
  }
}
@media (min-width: 1990px) {
  .footer {
    font-size: 64px;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 8px 6px;
    font-size: 30px;
  }
}
.footer div {
  font-size: 4.3vw;
}
@media (max-width: 768px) {
  .footer div {
    font-size: 30px;
  }
}

.center {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -10px;
}
@media (max-width: 768px) {
  .center {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
