.preloader {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.preloader__spinner {
  max-width: 35%;
  position: relative;
}
@media (max-width: 991px) {
  .preloader__spinner {
    max-width: 45%;
  }
}
@media (max-width: 575px) {
  .preloader__spinner {
    max-width: 100%;
  }
}
.preloader__image {
  display: block;
  max-height: 100%;
  max-width: 100%;
}
.preloader__image {
  width: 180px;
}
@media (max-width: 768px) {
  .preloader__image {
    width: 220px;
  }
}
