body.loading {
  overflow: hidden; }
  body.loading .main-top {
    padding-right: 17px; }

.main-loader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #ffffff url("../images/preloode_bg.jpg") no-repeat center/cover;
  z-index: 999999; }
  .main-loader__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 160px;
    width: 135px;
    margin-top: -80px;
    margin-left: -67.5px;
    background: url("../images/main-loading-logo.svg") no-repeat center; }
    .main-loader__inner::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      height: 100%;
      width: 100%;
      border: 1px solid rgba(255, 255, 255, 0.2);
      z-index: -1; }
    .main-loader__inner::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      height: 0;
      width: 100%;
      background: #dc4128;
      transition: all 1s;
      z-index: -1; }
  .main-loader.in-progress .main-loader__inner::after {
    height: 100%; }

/*# sourceMappingURL=loader.css.map */
