@import url("https://fonts.cdnfonts.com/css/zona-pro");
@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@1,700;1,800&family=Merriweather+Sans:wght@800&family=Plus+Jakarta+Sans:wght@300;800&family=Poppins:wght@400;600;700;800&family=Roboto:wght@400;500;700;900&family=Open+Sans+Hebrew:wght@400;600;700&display=swap");

html {
  height: 100%;
}

body {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%;
font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  background: #060606;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

h1,
h2,
h3,
li,
p,
ul {
  padding: 0;
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  -webkit-tap-highlight-color: transparent;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  background: #060606;
}

body img,
body picture {
  max-width: 100%;
  height: auto;
}

.cover {
  padding-left: calc(50% - 125vh / 2);
  padding-right: calc(50% - 125vh / 2);
}

.button {
  padding: 2.1vh 2.5vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 32.5vh;
  color: #fff;
  text-align: center;
  text-shadow: 0 0.13vh 0.13vh rgba(22, 138, 51, 0.7);

  font-size: 4.4vh;

  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 30vh;
  border: 0.1vh solid #5cdb6f;
  background: -o-linear-gradient(340deg, #5cdb6f -11%, #168a33 90%);
  background: linear-gradient(110deg, #5cdb6f -11%, #168a33 90%);
  -webkit-box-shadow: 0 0.7vh 1.5vh 0 rgba(92, 219, 111, 0.5) inset,
    0 0.1vh 0 0 #0f6c25;
  box-shadow: 0 0.7vh 1.5vh 0 rgba(92, 219, 111, 0.5) inset, 0 0.1vh 0 0 #0f6c25;
  text-transform: uppercase;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  cursor: pointer;
  z-index: 100;
}
.button:hover {
  color: #fff;
  -webkit-animation: none;
  animation: none;
}
.button.shine {
  -webkit-animation: 1.5s button-shine infinite;
  animation: 1.5s button-shine infinite;
}

.header {
  padding-top: 7vh;
  padding-bottom: 7vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 100;
}
.header.transp {
  z-index: 1;
}
.header__logo img {
  display: block;
  height: 11vh;
  -o-object-fit: contain;
  object-fit: contain;
}

.main {
  padding-top: 7vh;
  padding-bottom: 5vh;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.main__container {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.main__title {
  position: relative;
  z-index: 1;
  margin-bottom: 18vh;
  color: rgba(46, 178, 86, 1);
  font-family: "Roboto", sans-serif;
  font-size: 68px;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  text-align: center;
}

/* blur-фон */
.main__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 702px;
  height: 412px;
  transform: translate(-50%, -50%);
  border-radius: 206px;
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
  z-index: -1;
}


.main__title > span {
  display: block;
}

.main__title .contrast-text {
color: rgba(255, 255, 255, 1);
  font-size: 90px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-shadow: none;
  margin-top: 31px;
}

.main__title .large-text {
  display: block;
    font-size: 250px;
  /* line-height: 0.7; */
}

.main-container__link,
.main-container__additional {
  margin-bottom: 2vh;
  display: block;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 1.6vh rgba(0, 0, 0, 0.3);
  font-family: "Poppins", sans-serif;
  font-size: 1vh;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: left;
}

.main-container__link:last-child,
.main-container__additional:last-child {
  margin-bottom: 0;
}

.main-container__link {
  font-size: 1.3vh;
  text-decoration: underline;
}

.main__popup {
  padding: 12vh 5vh;
  opacity: 1;
  visibility: visible;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 0.5s linear, visibility 0.5s linear;
  -o-transition: opacity 0.5s linear, visibility 0.5s linear;
  transition: opacity 0.5s linear, visibility 0.5s linear;
  overflow: hidden;
}
.main__popup::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: rgba(42, 175, 184, 0.2);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  z-index: -100;
}
.main__popup::after {
  content: "";
  position: absolute;
  width: 115vh;
  height: 92vh;
  top: 0;
  left: calc(50% - 115vh / 2);
  background-image: url("../img/popup-wrapper-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -99;
}

.main-popup__wrapper {
  padding: 6vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 86vh;
  min-height: 60vh;
  z-index: 100;
}

.main-popup__title {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.main-popup__title-main {
  margin-bottom: 2vh;
  color: #fff;
  text-shadow: 0 0.2vh 0.5vh rgba(153, 153, 153, 0.6);
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
  margin-bottom:30px;
}
.main__popup-second .main-popup__title-main {
  margin-bottom: 1vh;
  font-size: 5.2vh;
}

.main-popup__title-secondary {
  margin-bottom: 3vh;
  color: #fff;
  font-size: 2.4vh;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.01em;
}

.main-popup__title-secondary > span {
  margin-bottom: 2.5vh;
  font-family: "Open Sans Hebrew", sans-serif;
  display: block;
    font-size: 27px;
  font-weight: 700;
  line-height: 1;
}
.main-popup__title-secondary > span:last-child {
  margin-bottom: 0;
}

.main-popup__title-secondary .contrast-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
color: rgba(68, 250, 110, 1);

  font-weight: 700;
}

.main-popup__title-secondary .large-text {
  font-size: 6.5vh;
  line-height: 0.7;
  letter-spacing: -0.025em;
}
.button.main-popup__button{
  background: linear-gradient(180deg, #2CBF81 0%, #098F57 100%);
border: none;
}
.main__popup-second .main-popup__title-secondary .large-text {
  font-size: 7.7vh;
}

.main-popup__title-secondary .contrast-text .small-text {
  margin: 0 1vh;
  font-size: 3.5vh;
  font-weight: 300;
  line-height: 0.8;
  letter-spacing: -0.055em;
}

.main-popup__title-secondary .bold-text {
  font-size: 2.6vh;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.popup__additional {
  margin-bottom: 1.5vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-shadow: 0 0.13vh 0.13vh rgba(22, 138, 51, 0.7);
  font-family: "Poppins", sans-serif;
  font-size: 2.5vh;
  font-style: italic;
  font-weight: 700;
  line-height: 0.9;
  text-transform: uppercase;
}

.popup-additional__text {
  margin-right: 1.5vh;
  text-shadow: 0 0.1vh 0.1vh rgba(22, 138, 51, 0.7);
  text-transform: uppercase;
}

.popup-additional__code {
  padding: 1.5vh 4.7vh 1.5vh 1.7vh;
  min-width: 25vh;
  position: relative;
  font-size: 3.5vh;
  text-align: center;
  letter-spacing: 0.05em;
  border-radius: 1vh;
  -webkit-box-shadow: 0 0.7vh 0.7vh rgba(0, 0, 0, 0.25);
  box-shadow: 0 0.7vh 0.7vh rgba(0, 0, 0, 0.25);
  background-image: url("../img/code.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  cursor: pointer;
}
.popup-additional__code::after {
  content: "";
  position: absolute;
  width: 2.1vh;
  height: 2.2vh;
  right: 2vh;
  bottom: calc(50% - 2.2vh / 2);
  background-image: url("../img/copy-text.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.popup-additional__code:hover::after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.main-popup__button {
  font-size: 3.5vh;
}

.main__background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
}
.main__background-mob {
  display: none;
}
.main__background > img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.main__background > img:first-of-type {
  z-index: 1;
}
.main__background > img:nth-of-type(2) {
  z-index: 3;
}
.main__background > img:nth-of-type(3) {
  z-index: 4;
}

/* .main__background .main-background__shine {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-animation: 1.5s bgShine infinite;
  animation: 1.5s bgShine infinite;
}

.main__background .main-background__shine img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
} */

.spinner {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  position: fixed;
  right: calc(50% - 135vh / 2);
  top: 0;
  height: 92vh;
  width: 62vh;
}

.spinner__background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.spinner__background img {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: -29px;
}

.spinner__background img ~ img {
  display: none;
}

.spinner__title {
  position: absolute;
  width: 32vh;
    top: 31.6vh;
  left: calc(50% - 32vh / 2 - 0.25vh);
  -webkit-animation: 1.5s appear infinite;
  animation: 1.5s appear infinite;
}

.spinner__shine {
  position: absolute;
  width: 66vh;
  top: 2.5vh;
  left: calc(50% - 66vh / 2);
  -webkit-animation: shineAnimation 1s linear infinite;
  animation: shineAnimation 1s linear infinite;
}

.spinner__shine img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.spinner__neon {
  position: absolute;
  width: 43vh;
  height: 20.5vh;
  top: 9vh;
  left: calc(50% - 43vh / 2);
}

.spinner__neon > .line {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
}

.spinner__neon > .line img {
  position: absolute;
  display: block;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  top: -0.1vh;
  left: 0;
  width: 51vh;
  height: 51vh;
  -webkit-animation: spinAnimation 3s linear infinite;
  animation: spinAnimation 3s linear infinite;
  opacity: 0;
}

.spinner__neon > .shadow {
  position: absolute;
  width: 52vh;
  height: 30vh;
  left: calc(50% - 52vh / 2);
  top: -3vh;
  z-index: 1;
  -webkit-animation: 1.5s shadowAppear infinite;
  animation: 1.5s shadowAppear infinite;
}

.spinner__neon > .shadow > span {
  position: absolute;
  width: 57vh;
  height: 54vh;
  top: -3vh;
  left: calc(50% - 57.5vh / 2);
  border: 7.5vh solid #d108e4;
  border-radius: 50%;
  -webkit-filter: blur(2vh);
  filter: blur(2vh);
  -webkit-animation: 2s appear infinite;
  animation: 2s appear infinite;
}

.main-container__img {
  position: fixed;
  z-index: -10;
}
.main-container__img-right {
  top: 0;
  right: 0;
  height: 65vh;
}
.main-container__img-left {
  left: 4.4vh;
  bottom: 4.4vh;
  height: 81vh;
}
.main-container__img-bottom {
  width: 100vw;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: -9;
}
.main-container__img img {
  display: block;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}
.main-container__img-bottom img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.window {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 44.4vh;
  width: 37.2vh;
  height: 14vh;
}

.window .outer-col {
  height: 100%;
  width: calc(100% / 4);
  overflow-y: hidden;
}

.col.spinned {
  -webkit-animation: 0.75s 1 spinned linear;
  animation: 0.75s 1 spinned linear;
  -webkit-transform: translateY(-246.2vh);
  -ms-transform: translateY(-246.2vh);
  transform: translateY(-246.2vh);
}
.col.spinned-2 {
  -webkit-animation: 0.75s 1 spinned-2 linear;
  animation: 0.75s 1 spinned-2 linear;
  -webkit-transform: translateY(-160.5vh);
  -ms-transform: translateY(-160.5vh);
  transform: translateY(-160.5vh);
}
.col.spinned-3 {
  -webkit-animation: 0.75s 1 spinned-3 linear;
  animation: 0.75s 1 spinned-3 linear;
  -webkit-transform: translateY(-75vh);
  -ms-transform: translateY(-75vh);
  transform: translateY(-75vh);
}

.window .col img {
  margin: 3.3vh auto;
  display: block;
  width: auto;
  height: 7.4vh;
}

.col img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: none;
}
.col img.active {
  display: block;
}

.spinner__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 18.5vh;
  left: calc(50% - 32.5vh / 2);
  z-index: 100;
}

.opacity {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s linear, visibility 0.5s linear;
  -o-transition: opacity 0.5s linear, visibility 0.5s linear;
  transition: opacity 0.5s linear, visibility 0.5s linear;
}

.hidden {
  display: none;
}

.pointer-none {
  pointer-events: none;
}

/* FOOTER */
.footer {
  padding-top: 2.6vh;
  padding-bottom: 2.6vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  max-width: 100% !important;
  z-index: 1000;
  background: rgba(10, 98, 106, 1);
}

.footer > *:not(:last-child) {
  margin-right: 32px;
}

.footer img {
  display: block;
}

.footer ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: auto;
  list-style: none;
}

.footer__payment li + li {
  margin-left: 1.3vh;
}

.footer ul img {
  display: block;
  height: 2.3vh;
}

.footer__crypto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-crypto__title {
  margin-right: 20px;
  min-width: 90px;
  display: inline-block;
  font-family: "Zona Pro", sans-serif;
  font-weight: 275;
  font-style: normal;
  font-size: 10px;
  line-height: 1;
  color: #ffffff;
}

.footer__crypto ul li + li {
  margin-left: 1.4vh;
}

/* Animation */
@-webkit-keyframes appear {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

@-webkit-keyframes bgShine {
  0% {
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9);
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-filter: brightness(1.4);
    filter: brightness(1.4);
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  60% {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
    opacity: 0.7;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9);
    opacity: 1;
  }
}

@keyframes bgShine {
  0% {
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9);
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-filter: brightness(1.4);
    filter: brightness(1.4);
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  60% {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
    opacity: 0.7;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9);
    opacity: 1;
  }
}

@-webkit-keyframes button-shine {
  0% {
    -webkit-filter: drop-shadow(0 0.1vh 1vh #000);
    filter: drop-shadow(0 0.1vh 1vh #000);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-filter: drop-shadow(0 0.1vh 3vh #fff);
    filter: drop-shadow(0 0.1vh 3vh #fff);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-filter: drop-shadow(0 0.1vh 1vh #000);
    filter: drop-shadow(0 0.1vh 1vh #000);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes button-shine {
  0% {
    -webkit-filter: drop-shadow(0 0.1vh 1vh #000);
    filter: drop-shadow(0 0.1vh 1vh #000);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-filter: drop-shadow(0 0.1vh 3vh #fff);
    filter: drop-shadow(0 0.1vh 3vh #fff);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-filter: drop-shadow(0 0.1vh 1vh #000);
    filter: drop-shadow(0 0.1vh 1vh #000);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes spinned {
  0% {
    -webkit-transform: translateY(-90%);
    transform: translateY(-90%);
  }
  100% {
    -webkit-transform: translateY(-246.2vh);
    transform: translateY(-246.2vh);
  }
}

@keyframes spinned {
  0% {
    -webkit-transform: translateY(-90%);
    transform: translateY(-90%);
  }
  100% {
    -webkit-transform: translateY(-246.2vh);
    transform: translateY(-246.2vh);
  }
}
@-webkit-keyframes spinned-2 {
  0% {
    -webkit-transform: translateY(-246.2vh);
    transform: translateY(-246.2vh);
  }
  100% {
    -webkit-transform: translateY(-160.5vh);
    transform: translateY(-160.5vh);
  }
}
@keyframes spinned-2 {
  0% {
    -webkit-transform: translateY(-246.2vh);
    transform: translateY(-246.2vh);
  }
  100% {
    -webkit-transform: translateY(-160.5vh);
    transform: translateY(-160.5vh);
  }
}
@-webkit-keyframes spinned-3 {
  0% {
    -webkit-transform: translateY(-160.5vh);
    transform: translateY(-160.5vh);
  }
  100% {
    -webkit-transform: translateY(-75vh);
    transform: translateY(-75vh);
  }
}
@keyframes spinned-3 {
  0% {
    -webkit-transform: translateY(-160.5vh);
    transform: translateY(-160.5vh);
  }
  100% {
    -webkit-transform: translateY(-75vh);
    transform: translateY(-75vh);
  }
}

@-webkit-keyframes spinAnimation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0;
    -webkit-filter: blur(1vh);
    filter: blur(1vh);
  }
  25%,
  75% {
    opacity: 1;
    -webkit-filter: blur(0.1vh);
    filter: blur(0.1vh);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0;
    -webkit-filter: blur(1vh);
    filter: blur(1vh);
  }
}
@keyframes spinAnimation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0;
    -webkit-filter: blur(1vh);
    filter: blur(1vh);
  }
  25%,
  75% {
    opacity: 1;
    -webkit-filter: blur(0.1vh);
    filter: blur(0.1vh);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0;
    -webkit-filter: blur(1vh);
    filter: blur(1vh);
  }
}

@-webkit-keyframes shadowAppear {
  0% {
    opacity: 0.5;
  }
  40%,
  60% {
    opacity: 0.9;
  }
  100% {
    opacity: 0.5;
  }
}

@keyframes shadowAppear {
  0% {
    opacity: 0.5;
  }
  40%,
  60% {
    opacity: 0.9;
  }
  100% {
    opacity: 0.5;
  }
}

.logo-neon {
  position: absolute;
  top: 50%;
  left: 33%;
}

.popup__close {
  position: absolute;
    top: 43px;
  right: 12px;
  background: none;
  border: none;
  font-size: 28px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  z-index: 10;
  transition: opacity 0.2s ease;
}
.popup__close:hover {
  opacity: 0.7;
}
.main-popup__wrapper {
  position: relative;
}
