/*body {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background: #fafafa;
}*/
.wrapper_loader {
    width: 100vw;
    height: 100vh;
    z-index: 10000000;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fafafa;
    position: fixed;
}

.wrapper_loader ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  transform: rotate(45deg);
  /*-webkit-animation: rot 16s linear infinite;
          animation: rot 16s linear infinite;*/
  /*-webkit-animation: rot 30s linear infinite;
          animation: rot 30s linear infinite;*/
  list-style-type: none;
}
@-webkit-keyframes rot {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rot {
  100% {
    transform: rotate(360deg);
  }
}

.wrapper_loader li {
  width: 40px;
  height: 40px;
  /*background: #651FFF;*/
  background: #fafafa;
  border-radius: 4px;
  /*box-shadow: 0 0 1px #fff, 0 0 5px #651FFF, 0 0 10px #651FFF, 0 0 15px #651FFF, 0 0 25px #651FFF, 0 0 55px #651FFF;*/
  box-shadow: 0 0 1px #fafafa, 0 0 5px #fafafa, 0 0 10px #fafafa, 0 0 15px #fafafa, 0 0 25px #fafafa, 0 0 55px #fafafa;
  /*-webkit-animation: scale 0.8s linear alternate infinite;
          animation: scale 0.8s linear alternate infinite;*/
  -webkit-animation: scale 0.8s linear alternate infinite;
          animation: scale 0.8s linear alternate infinite;
}
@-webkit-keyframes scale {
  100% {
    transform: scale(0.1);
    opacity: 0;
  }
}
@keyframes scale {
  100% {
    transform: scale(0.1);
    opacity: 0;
  }
}
.wrapper_loader li:nth-child(1) {
  z-index: 24;
}
.wrapper_loader li:nth-child(2) {
  z-index: 23;
}
.wrapper_loader li:nth-child(3) {
  z-index: 22;
}
.wrapper_loader li:nth-child(4) {
  z-index: 21;
}
.wrapper_loader li:nth-child(5) {
  z-index: 20;
}
.wrapper_loader li:nth-child(6) {
  z-index: 19;
}
.wrapper_loader li:nth-child(7) {
  z-index: 18;
}
.wrapper_loader li:nth-child(8) {
  z-index: 17;
}
.wrapper_loader li:nth-child(9) {
  z-index: 16;
}
.wrapper_loader li:nth-child(10) {
  z-index: 15;
}
.wrapper_loader li:nth-child(11) {
  z-index: 14;
}
.wrapper_loader li:nth-child(12) {
  z-index: 13;
}
.wrapper_loader li:nth-child(13) {
  z-index: 12;
}
.wrapper_loader li:nth-child(14) {
  z-index: 11;
}
.wrapper_loader li:nth-child(15) {
  z-index: 10;
}
.wrapper_loader li:nth-child(16) {
  z-index: 9;
}
.wrapper_loader li:nth-child(17) {
  z-index: 8;
}
.wrapper_loader li:nth-child(18) {
  z-index: 7;
}
.wrapper_loader li:nth-child(19) {
  z-index: 6;
}
.wrapper_loader li:nth-child(20) {
  z-index: 5;
}
.wrapper_loader li:nth-child(21) {
  z-index: 4;
}
.wrapper_loader li:nth-child(22) {
  z-index: 3;
}
.wrapper_loader li:nth-child(23) {
  z-index: 2;
}
.wrapper_loader li:nth-child(24) {
  z-index: 1;
}
.wrapper_loader li:nth-child(25) {
  z-index: 0;
}

.wrapper_loader li:nth-child(1) {
  opacity: 1;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.wrapper_loader li:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.wrapper_loader li:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.wrapper_loader li:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.wrapper_loader li:nth-child(5) {
  opacity: 1;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.wrapper_loader li:nth-child(6) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.wrapper_loader li:nth-child(7) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.wrapper_loader li:nth-child(8) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.wrapper_loader li:nth-child(9) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.wrapper_loader li:nth-child(10) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.wrapper_loader li:nth-child(11) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.wrapper_loader li:nth-child(12) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.wrapper_loader li:nth-child(13) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.wrapper_loader li:nth-child(14) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.wrapper_loader li:nth-child(15) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.wrapper_loader li:nth-child(16) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.wrapper_loader li:nth-child(17) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.wrapper_loader li:nth-child(18) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.wrapper_loader li:nth-child(19) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.wrapper_loader li:nth-child(20) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.wrapper_loader li:nth-child(21) {
  opacity: 1;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.wrapper_loader li:nth-child(22) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.wrapper_loader li:nth-child(23) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.wrapper_loader li:nth-child(24) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.wrapper_loader li:nth-child(25) {
  opacity: 1;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.loader_logo {
  /*background-image: url(../img/logo_zensei.svg);*/
  background-size: contain;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  position: absolute;
  left: calc(50% - 75px);
  top: calc(50% - 75px);
  z-index: 0;
  opacity: 0;
  /*-webkit-animation: visible 0.8s linear alternate infinite;
          animation: visible 0.8s linear alternate infinite;*/
  -webkit-animation: visible 5s linear alternate infinite;
          animation: visible 5s linear alternate infinite;
}
@-webkit-keyframes visible {
  30% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@keyframes visible {
  30% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

/*@media only screen and (max-width: 980px) {
    .wrapper_loader li {
        width: 100px;
        height: 100px;
    }
    .wrapper_loader .loader_logo {
        width: 450px;
        height: 450px;
        left: calc(50% - 225px);
        top: calc(50% - 225px);
    }
}*/

.wrapper_loader.hidden {
  visibility: hidden;
  opacity: 0;
}