.fpy-loading {
    text-align: center;
    margin: 56px 0 30px;
}

.fpy-circle-v2 .fpy-circle {
    fill: #999;
    transform: scale(0);
    -webkit-animation: fpy-scale 1.2s linear infinite;
    animation: fpy-scale 1.2s linear infinite;
}

.fpy-circle:nth-child(12n + 1) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    transform-origin: 35px 16.698730px;
}

.fpy-circle:nth-child(12n + 2) {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
    transform-origin: 16.6987298px 35px;
}

.fpy-circle:nth-child(12n + 3) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
    transform-origin: 10px 60px;
}

.fpy-circle:nth-child(12n + 4) {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
    transform-origin: 16.6987298px 85px;
}

.fpy-circle:nth-child(12n + 5) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
    transform-origin: 35px 103.30127px;
}

.fpy-circle:nth-child(12n + 6) {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
    transform-origin: 60px 110px;
}

.fpy-circle:nth-child(12n + 7) {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
    transform-origin: 85px 103.30127px;
}

.fpy-circle:nth-child(12n + 8) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
    transform-origin: 103.30127px 85px;
}

.fpy-circle:nth-child(12n + 9) {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
    transform-origin: 110px 60px;
}

.fpy-circle:nth-child(12n + 10) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    transform-origin: 103.30127px 35px;
}

.fpy-circle:nth-child(12n + 11) {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
    transform-origin: 85px 16.6987298px;
}

.fpy-circle:nth-child(12n + 12) {
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s;
    transform-origin: 60px 10px;
}

@-webkit-keyframes fpy-scale {
    3% {
        transform: scale(1);
    }

    75% {
        transform: scale(0);
    }
}

@keyframes fpy-scale {
    3% {
        transform: scale(1);
    }

    75% {
        transform: scale(0);
    }
}