.mAutoLoading {
  background-color: #808080;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin: 40px auto; }
  .mAutoLoading > .loader,
  .mAutoLoading .loader:before,
  .mAutoLoading .loader:after {
    border-radius: 50%;
    width: 6px;
    height: 6px;
    animation-fill-mode: both;
    animation: load7 1.2s infinite ease-in-out;
    color: #ffffff;
    z-index: 100; }
  .mAutoLoading > .loader {
    color: #ffffff;
    font-size: 10px;
    margin: 0 auto;
    position: relative;
    text-indent: -9999em;
    transform: translateZ(0);
    animation-delay: -0.16s;
    transform: translateY(-3px); }
  .mAutoLoading > .loader:before,
  .mAutoLoading > .loader:after {
    content: '';
    position: absolute;
    top: 0; }
  .mAutoLoading > .loader:before {
    left: -1em;
    animation-delay: -0.32s; }
  .mAutoLoading > .loader:after {
    left: 1em; }

@keyframes load7 {
  0%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }

.oAdBlock {
  text-align: center;
  margin: 24px 0; }
  @media screen and (max-width: 725px) {
    .oAdBlock {
      margin: 8px 0; } }

