

/* Start:/local/templates/ezetek/components/bitrix/system.pagenavigation/top.pagination/style.css?17665903453885*/
/* ===== СТИЛИЗОВАННАЯ ПАГИНАЦИЯ В СТИЛЕ САЙТА ===== */

/* Контейнер пагинации */
.pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 0 15px;
    transition: opacity 0.3s ease;
}

/* Список пагинации */
.pagination {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0;
    list-style: none;
    background: transparent;
    border-radius: 25px;
    padding: 0px 12px;
}

/* Элемент страницы */
.page-item {
    margin: 0;
    padding: 0;
}

/* Ссылка страницы */
.page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 8px;
    font-size: 14px;
    font-weight: 500;
    color: var(--Blue_3, #354E9E);
    text-decoration: none;
    border-radius: 50%;
    transition: all 0.3s ease;
    background: transparent;
    border: 1px solid rgba(53, 78, 158, 0.2);
    cursor: pointer;
}

/* Активная страница */
.page-item.active .page-link {
    border-color: var(--Blue_3, #354E9E);
    font-weight: 600;
}

/* Hover эффект для ссылок */
.page-link:hover:not(.disabled) {
    background: rgba(53, 78, 158, 0.1);
    color: var(--Blue_3, #354E9E);
    border-color: var(--Blue_3, #354E9E);
    transform: translateY(-1px);
}

/* Отключенные элементы */
.page-item.disabled .page-link {
    color: var(--Grey_2, #D9D9D9);
    border-color: var(--Grey_2, #D9D9D9);
    cursor: not-allowed;
    opacity: 0.5;
}

/* Точки многоточия */
.main-ui-pagination-dots {
    color: var(--Grey_1, #838383) !important;
    font-weight: 600;
    cursor: default;
}

.main-ui-pagination-dots:hover {
    background: transparent !important;
    color: var(--Grey_1, #838383) !important;
    transform: none !important;
}

/* Индикатор "Страницы" */
.page-item:first-child .page-link {
    font-size: 14px;
    color: var(--Grey_1, #838383);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 400;
    padding-right: 12px;
    border-right: 1px solid var(--Grey_3, #ECECEC);
}

/* Адаптивность */
@media (max-width: 768px) {
    .pagination-container {
        margin: 8px 0;
        padding: 0 10px;
    }
    
    .pagination {
        padding: 4px 8px;
        gap: 2px;
    }
    
    .page-link {
        min-width: 28px;
        height: 28px;
        font-size: 12px;
        padding: 0 6px;
    }
}

@media (max-width: 480px) {
    .pagination-container {
        gap: 4px;
    }
    
    .pagination {
        padding: 3px 6px;
        gap: 1px;
    }
    
    .page-link {
        min-width: 24px;
        height: 24px;
        font-size: 12px;
        padding: 0 4px;
    }
    
    /* Скрываем текст "Страницы" на мобильных */
    .page-item:first-child .page-link {
        display: none;
    }
}

/* Анимации */
@keyframes paginationFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 0.6;
        transform: translateY(0);
    }
}

.pagination-container {
    animation: paginationFadeIn 0.5s ease-out;
}

/* Минималистичный стиль для очень маленьких экранов */
@media (max-width: 360px) {
    .pagination {
        background: transparent;
        padding: 2px 4px;
    }
    
    .page-link {
        min-width: 20px;
        height: 20px;
        font-size: 12px;
        padding: 0 2px;
    }
    
    .page-item.active .page-link {
        background: var(--Blue_3, #354E9E);
    }
}

/* End */


/* Start:/local/templates/ezetek/components/bitrix/news.list/ws.plr/style.css?177372012243*/
.plr-section{
    padding-bottom: 80px;
}
/* End */
/* /local/templates/ezetek/components/bitrix/system.pagenavigation/top.pagination/style.css?17665903453885 */
/* /local/templates/ezetek/components/bitrix/news.list/ws.plr/style.css?177372012243 */
