.start-loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999
}

.loading {
  height: 85px;
  left: 50%;
  margin-left: -42.5px;
  margin-top: -42.5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 85px
}

.loading-circle {
  -webkit-animation: 2291ms loading infinite;
  animation: 2291ms loading infinite;
  background-color: #747677;
  border-radius: 50%;
  height: 14px;
  position: absolute;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 14px
}

.loading-circle:nth-child(1) {
  -webkit-animation-delay: 21ms;
  animation-delay: 21ms
}

.loading-circle:nth-child(2) {
  -webkit-animation-delay: 42ms;
  animation-delay: 42ms
}

.loading-circle:nth-child(3) {
  -webkit-animation-delay: 63ms;
  animation-delay: 63ms
}

.loading-circle:nth-child(4) {
  -webkit-animation-delay: 84ms;
  animation-delay: 84ms
}

.loading-circle:nth-child(5) {
  -webkit-animation-delay: 105ms;
  animation-delay: 105ms
}

.loading-circle:nth-child(6) {
  -webkit-animation-delay: 126ms;
  animation-delay: 126ms
}

.loading-circle:nth-child(7) {
  -webkit-animation-delay: 147ms;
  animation-delay: 147ms
}

.loading-circle:nth-child(8) {
  -webkit-animation-delay: 168ms;
  animation-delay: 168ms
}

.loading-circle:nth-child(9) {
  -webkit-animation-delay: 189ms;
  animation-delay: 189ms
}

.loading-circle:nth-child(10) {
  -webkit-animation-delay: 210ms;
  animation-delay: 210ms
}

.loading-circle:nth-child(11) {
  -webkit-animation-delay: 231ms;
  animation-delay: 231ms
}

.loading-circle:nth-child(12) {
  -webkit-animation-delay: 252ms;
  animation-delay: 252ms
}

.loading-circle:nth-child(13) {
  -webkit-animation-delay: 273ms;
  animation-delay: 273ms
}

.loading-row1 {
  top: 1.3px
}

.loading-row2 {
  top: 18.95px
}

.loading-row3 {
  top: 36.55px
}

.loading-row4 {
  top: 54.2px
}

.loading-row5 {
  top: 71.85px
}

.loading-col1 {
  left: 1.25px
}

.loading-col2 {
  left: 18.85px
}

.loading-col3 {
  left: 36.5px
}

.loading-col4 {
  left: 54.15px
}

.loading-col5 {
  left: 71.8px
}

@-webkit-keyframes loading {
  0 {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  27.28% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  36.36% {
    -webkit-transform: scale(0.857);
    transform: scale(0.857)
  }
  54.55% {
    -webkit-transform: scale(0.857);
    transform: scale(0.857)
  }
  63.64% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
}

@keyframes loading {
  0 {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  27.28% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  36.36% {
    -webkit-transform: scale(0.857);
    transform: scale(0.857)
  }
  54.55% {
    -webkit-transform: scale(0.857);
    transform: scale(0.857)
  }
  63.64% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
}