.spin-dot.H-62ej1a {
    width: 24px;
    height: 24px;
    animation: H-62ej1a-spinAnimation 1s linear infinite;
  }
  .circle.H-62ej1a {
    display: inline-block;
    width: 42%;
    border-radius: 50%;
    background: var(--blue-main);
  }
  .circle.H-62ej1a:nth-child(3),
  .circle.H-62ej1a:nth-child(4) {
    margin-top: 18%;
  }
  .large.spin-dot.H-62ej1a {
    width: 36px;
    height: 36px;
  }
  .small.spin-dot.H-62ej1a {
    width: 18px;
    height: 18px;
  }
  .circle.H-62ej1a:nth-child(2) {
    opacity: 0.8;
  }
  .circle.H-62ej1a:nth-child(3) {
    opacity: 0.6;
  }
  .circle.H-62ej1a:nth-child(4) {
    opacity: 0.4;
  }
  @keyframes H-62ej1a-spinAnimation {
    0% {
      transform: rotate(0deg);
    }
    25% {
      transform: rotate(90deg);
    }
    50% {
      transform: rotate(180deg);
    }
    75% {
      transform: rotate(270deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }


  .wrap.H-aiffw4 {
    min-height: 100px;
  }
  .maks.H-aiffw4 {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .loading.H-aiffw4 {
    height: 100%;
    max-height: 100px;
  }