@charset "utf-8";

@font-face {
  font-family: "NM-L";
  src: url(font/NEUE/PPNeueMontreal-Thin.otf);
}

@font-face {
  font-family: "NM-M";
  src: url(font/NEUE/PPNeueMontreal-Medium.otf);
}

@font-face {
  font-family: "NM-R";
  src: url(font/NEUE/NeueMontreal-Book.otf);
}

.prel {
  position: fixed;
  z-index: 23542423;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #0c121a;
  pointer-events: none;
  transition: 0.6s;
  padding-left: calc(20 / 1920 * 100vw);
  padding-right: calc(20 / 1920 * 100vw);
  padding-top: calc(20 / 1920 * 100vw);
}

body.prel-active {
  overflow: hidden;
}

body.prel-active .smooth-scroll {
  pointer-events: none !important;
}

.prelInner {
  height: 100%;
  width: 100%;
  position: relative;
  transition: 0.6s;
}

.prelPoloska {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
}

.prelPoloska-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 5%;
  height: 100%;
  background: #f4f6f9;
}

.prelPoloska-inner.animprel1 {
  width: 20%;
}

.prelPoloska-inner.animprel2 {
  width: 40%;
}

.prelPoloska-inner.animprel3 {
  width: 60%;
}

.prelPoloska-inner.animprel4 {
  width: 80%;
}

.prelPoloska-inner.animprel5 {
  width: 100%;
  opacity: 0;
}

.prel.animprelEnd {
  transform: translateY(-100%);
}

.prelInner.animprel5 {
  opacity: 0;
}

.prelNum {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  text-align: right;
  font-family: "NM-R";
  font-size: calc(400 / 1920 * 100vw);
  font-style: normal;
  font-weight: 400;
  line-height: 95%;
}

@media screen and (max-width: 1449px) {
  .prelNum {
    font-size: calc(300 / 1366 * 100vw);
    font-weight: 400;
    line-height: 95%;
  }

  .prel {
    padding-left: calc(20 / 1366 * 100vw);
    padding-right: calc(20 / 1366 * 100vw);
    padding-top: calc(20 / 1366 * 100vw);
  }
}

@media screen and (max-width: 991px) {
  .prelNum {
    font-size: calc(200 / 768 * 100vw);
    font-weight: 400;
    line-height: 95%;
    bottom: calc(150 / 768 * 100vw);
  }

  .prel {
    padding-left: calc(20 / 768 * 100vw);
    padding-right: calc(20 / 768 * 100vw);
    padding-top: calc(20 / 768 * 100vw);
  }
}

@media screen and (max-width: 575px) {
  .prelNum {
    font-size: calc(130 / 360 * 100vw);
    font-weight: 400;
    line-height: 95%;
    bottom: calc(100 / 360 * 100vw);
  }

  .prel {
    padding-left: calc(20 / 360 * 100vw);
    padding-right: calc(20 / 360 * 100vw);
    padding-top: calc(20 / 360 * 100vw);
  }
}
