html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

main {
  display: block; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace,monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: .35em .75em .625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

body {
  position: relative;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-size: 100%;
  background: #001A27 url("/assets/img/space.png") repeat-y top center;
  color: #BFFCFF;
  overflow: hidden;
  min-height: 100vh; }

.page {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  display: block;
  pointer-events: none;
  background-image: url("/assets/img/planet.png");
  background-size: 100%;
  height: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 0;
  background-position: top 0 right 0;
  transition: all .3s ease-in;
  opacity: 0; }
  .page.active {
    background-position: top 0 right 0;
    opacity: 1; }
    .page.active::before {
      opacity: 1; }
    .page.active::after {
      transform: translateY(0) scale(1);
      opacity: 1; }
    .page.active span {
      transform: translate(0, 0);
      opacity: 1; }
  .page::before {
    content: '';
    position: absolute;
    top: 0;
    transform: translateY(0);
    display: block;
    pointer-events: none;
    background-image: url("/assets/img/gate.png");
    background-size: 100%;
    height: 0;
    width: 100%;
    padding-bottom: 65%;
    left: 0;
    right: 0;
    z-index: 1;
    transition: opacity .4s ease-in-out;
    transition-delay: .5s;
    opacity: 0; }
  .page::after {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    pointer-events: none;
    background-image: url("/assets/img/fog.png");
    background-size: 100%;
    height: 0;
    width: 100%;
    padding-bottom: 65%;
    left: 0;
    right: 0;
    z-index: 0;
    transform: translateY(0.5208333333vw) scale(0.98);
    opacity: 0;
    animation: fogAnimation 30s ease infinite;
    animation-delay: 5s; }
  .page span {
    position: absolute;
    top: 0;
    display: block;
    pointer-events: none;
    background-image: url("/assets/img/spaceship.png");
    background-size: 100%;
    height: 0;
    width: 100%;
    padding-bottom: 65%;
    left: 0;
    right: 0;
    z-index: 2;
    transition: opacity 1.3s ease-out, transform 1.5s ease-out, -webkit-transform 1.5s ease-out;
    transition-delay: 2s;
    transform: translate(5%, -5%);
    opacity: 0; }

.alert {
  position: absolute;
  top: 5%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  width: 600px;
  height: 70px;
  background: #1b1e24;
  box-shadow: 0 0.2083333333vw 1.25vw -0.0520833333vw rgba(0, 0, 0, 0.2);
  border-radius: 1.0416666667vw;
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: #fff;
  padding: 1.4583333333vw 1.6666666667vw;
  opacity: 0;
  transition: opacity .7s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .alert.active {
    opacity: 1; }

.timer__items {
  display: flex;
  font-size: 20px; }
.timer__item {
  position: relative;
  min-width: 60px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 15px;
  text-align: center; }
  @media screen and (max-width: 400px) {
    .timer__item {
      min-width: 40px; } }
  .timer__item::before {
    content: attr(data-title);
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    font-size: 14px; }
  .timer__item:not(:last-child)::after {
    content: ':';
    position: absolute;
    right: -15px; }

#preloader {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(14, 14, 14, 0.7);
  backdrop-filter: blur(100px);
  display: flex;
  align-items: center;
  justify-content: center; }
  #preloader.active {
    display: none; }
  #preloader #svg44 {
    animation: rotating 10s infinite linear;
    margin-right: 20px; }

@-webkit-keyframes fogAnimation {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  33% {
    -webkit-transform: translate(-1.0416666667vw, -1.0416666667vw);
    transform: translate(-1.0416666667vw, -1.0416666667vw); }
  66% {
    -webkit-transform: translate(1.8229166667vw, 0.8854166667vw);
    transform: translate(1.8229166667vw, 0.8854166667vw); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes fogAnimation {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  33% {
    -webkit-transform: translate(-1.0416666667vw, -1.0416666667vw);
    transform: translate(-1.0416666667vw, -1.0416666667vw); }
  66% {
    -webkit-transform: translate(1.8229166667vw, 0.8854166667vw);
    transform: translate(1.8229166667vw, 0.8854166667vw); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotating {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

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