

/* Start:/local/templates/glamour_uz/components/bitrix/system.pagenavigation/pagin/style.css?1747193962801*/
.preloader-dots {
    width: 80px;
    display: none;
}

.preloader-dots .dot {
    display: inline-block;
    background: var(--orange);
    height: 8px;
    width: 8px;
    opacity: 0.3;
    border-radius: 50%;
    animation: moveit 1.8s infinite;
}

.dot:nth-child(2) {
    animation-delay: .15s;
}

.dot:nth-child(3) {
    animation-delay: .3s;
}

.dot:nth-child(4) {
    animation-delay: .45s;
}

.dot:nth-child(5) {
    animation-delay: .6s;
}

@keyframes moveit {
    0% {
        transform: translateY(0px);
    }
    35% {
        transform: translateY(0px);
        opacity: 0.3;
    }
    50% {
        transform: translateY(-20px);
        opacity: 0.8;
    }
    70% {
        transform: translateY(3px);
        opacity: 0.8;
    }
    85% {
        transform: translateY(-3px);
    }
}

/* End */
/* /local/templates/glamour_uz/components/bitrix/system.pagenavigation/pagin/style.css?1747193962801 */
