@charset "utf-8";

@font-face {
  font-family: "AG R";
  src: url(font/AG/AktivGrotesk_Trial_Rg.ttf);
}

@font-face {
  font-family: "AG M";
  src: url(font/AG/AktivGrotesk_Trial_Md.ttf);
}

.prel {
  position: fixed;
  z-index: 23542423;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: white;
  pointer-events: none;
  transition: 0.6s;
}

.prelPoloska {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
}

.prelPoloska-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #FE060F;
  border-radius: 2px;
  transition: 0.6s;
  transition-timing-function: ease-out;
}

.prelT {
  transform: translateY(120%);
  transition: 1s;
  transition-delay: 0.3s;
}

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

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

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

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

.prelPoloska-inner.animprel5 {
  opacity: 0;
}

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

.prelT.animprelT {
  transform: translateY(0%);
}

.prelCenter.animprel5 {
  opacity: 0;
}

.prelCenter {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
  opacity: 0;
}

.prelCwrap {
  display: flex;
  gap: 16.6px;
}

.prelCr {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: -3px;
}

.prelCl {
  background: transparent;
  width: 90px;
  height: 90px;
  border-radius: 10px;
  position: relative;
}

.prelCl img {
  width: 100%;
  height: 100%;
}

.prelCr div:nth-child(1) img {
  width: 195.9px;
  height: 42.15px;
}

.prelCr div:nth-child(2) img {
  width: 127.85px;
  height: 34/32px;
}

@media screen and (max-width: 1449px) {
  .prelPoloska {
    height: 7px;
  }

  .prelPoloska-inner {
    border-radius: 1.4px;
  }

  .prelCwrap {
    gap: 12px;
  }

  .prelCr {
    gap: 5px;
    margin-top: -3px;
  }

  .prelCl {
    width: 63.5px;
    height: 63.5px;
    border-radius: 8px;
  }

  .prelCr div:nth-child(1) img {
    width: 139.84px;
    height: 29.8px;
  }

  .prelCr div:nth-child(2) img {
    width: 91.27px;
    height: 24.5px;
  }
}

@media screen and (max-width: 991px) {
  .prelPoloska {
    height: 5px;
  }

  .prelPoloska-inner {
    border-radius: 1px;
  }

  .prelCwrap {
    gap: 11.35px;
  }

  .prelCr {
    gap: 5px;
    margin-top: -4px;
  }

  .prelCl {
    width: 60.85px;
    height: 60.74px;
    border-radius: 8px;
  }

  .prelCr div:nth-child(1) img {
    width: 133.71px;
    height: 28.57px;
  }

  .prelCr div:nth-child(2) img {
    width: 87.26px;
    height: 23.42px;
  }
}

@media screen and (max-width: 575px) {
  .prelPoloska {
    height: 4px;
  }

  .prelPoloska-inner {
    border-radius: 1px;
  }

  .prelCwrap {
    gap: 7.84px;
  }

  .prelCr {
    gap: 1px;
    margin-top: -7px;
  }

  .prelCl {
    width: 42px;
    height: 42px;
    border-radius: 6px;
  }

  .prelCr div:nth-child(1) img {
    width: 92.41px;
    height: 19.56px;
  }

  .prelCr div:nth-child(2) img {
    width: 60.31px;
    height: 16.19px;
  }
}
