.main-preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100101;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  font-family: "Roboto", sans-serif
}

.main-preloader--full-page {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100101;
  overflow: hidden;
  background-image: linear-gradient(180deg, #282b5a 0, #25293a 100%, #25293a 100%)
}

.main-preloader__inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 17em;
  height: 17em;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  display: flex;
  position: relative;
  pointer-events: none
}

.main-preloader__img {
  background-image: url(/img/preloaderNew.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 18rem;
  height: 16rem;
  transform: translateZ(0)
}

@media (max-width: 768px) and (max-width: 450px) {
  html {
    font-size: 4.6875vw
  }
}

@media (min-width: 451px) and (max-width: 768px) {
  html {
    font-size: 2.5vw
  }
}

@media (min-width: 769px) {
  html {
    font-size: .9375vw
  }

  .main-preloader__img {
    width: 41rem;
    height: 36rem
  }
}

@media (min-width: 1025px) {
  .main-preloader__img {
    width: 22.78rem;
    height: 20rem
  }
}
