

/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17664940931215*/
.pagination {
    display: flex;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 20px 0;
    padding-right: 16px;
    padding-left: 16px;
}

.page-item {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.page-link {
    text-decoration: none;
    color: #4a5568;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    background: #fff;
    transition: all 0.2s ease;
    user-select: none;
}

.page-item:not(.active):hover .page-link {
    background: #f8fafc;
    border-color: #cbd5e1;
    color: #334155;
}

.page-item.active .page-link {
    background: #3b82f6;
    border-color: #3b82f6;
    color: white;
    font-weight: 600;
}

.page-link_next {
    padding: 8px 12px;
}

.page-link i {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
}

/* Для точек */
.page-item:has(a[href*="PAGEN_1=36"]) .page-link {
    border: none;
    background: transparent;
    padding: 8px 8px;
    color: #94a3b8;
}

@media (max-width: 480px) {
    .page-link {
        padding: 8px 12px;
        font-size: 13px;
    }
}

/* End */
/* /local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17664940931215 */
