.loader15 {
    text-align: center;
    position: fixed;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    z-index: 6003;
    background-color: rgba(112, 118, 80, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.6;
}

.loader15 span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #135BA7;
    display: inline-block
}

.loader15 span:first-child {
    animation: loading-152 .5s linear infinite;
    opacity: 0;
    transform: translate(-20px)
}

.loader15 span:nth-child(2),
.loader15 span:nth-child(3) {
    animation: loading-153 .5s linear infinite
}

.loader15 span:last-child {
    animation: loading-15 .5s linear infinite
}

@-webkit-keyframes loading-15 {
    100% {
        transform: translate(40px);
        opacity: 0
    }
}

@keyframes loading-15 {
    100% {
        transform: translate(40px);
        opacity: 0
    }
}

@-webkit-keyframes loading-152 {
    100% {
        transform: translate(20px);
        opacity: 1
    }
}

@keyframes loading-152 {
    100% {
        transform: translate(20px);
        opacity: 1
    }
}

@-webkit-keyframes loading-153 {
    100% {
        transform: translate(20px)
    }
}

@keyframes loading-153 {
    100% {
        transform: translate(20px)
    }
}
