.b-custom-preload {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: -webkit-radial-gradient(top center, ellipse cover, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.35) 100%);
}
.b-custom-preload__wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.b-custom-preload__content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
}
.b-custom-preload__text {
  font-size: 34px;
}
.b-custom-preload--no-tab-block {
  top: 35px;
}
.b-custom-preload--dark {
  background: -webkit-radial-gradient(top center, ellipse cover, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.b-custom-preload--dark .b-custom-preload__content i {
  color: #444;
  font-size: 31px;
}
.b-custom-preload--dark .b-custom-preload__text {
  color: #444;
}
/*# sourceMappingURL=custom-preloader.css.map */
