

/* Start:/local/components/ruskon/news.list/templates/dealers-list/css/ajax-pagination.css?1761935229605*/
/* Стили для AJAX-пагинации дилерских соглашений */

.reviews__content.loading {
    opacity: 0.6;
    pointer-events: none;
    position: relative;
}

.reviews__content.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 1000;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* End */
/* /local/components/ruskon/news.list/templates/dealers-list/css/ajax-pagination.css?1761935229605 */
