

/* Start:/local/templates/new.powersop/components/bitrix/system.pagenavigation/.default/style.css?17558910171666*/
.nv {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.nv ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 8px;
}

.nv ul li {
    margin: 0;
}

.nv ul li a,
.nv ul li span {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
}

.nv ul li a:hover {
    background: #f8f9fa;
    border-color: #FF000D;
    color: #FF000D;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(255, 0, 13, 0.15);
}

.nv ul li span {
    background: #FF000D;
    border-color: #FF000D;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(255, 0, 13, 0.25);
}

/* Стили для стрелок навигации */
.nv ul li a[href*="&PAGEN_1="],
.nv ul li a[href*="PAGEN_1="] {
    font-size: 12px;
    font-weight: 600;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .nv {
        margin-top: 30px;
        margin-bottom: 15px;
    }
    
    .nv ul {
        gap: 6px;
    }
    
    .nv ul li a,
    .nv ul li span {
        width: 32px;
        height: 32px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .nv ul {
        gap: 4px;
    }
    
    .nv ul li a,
    .nv ul li span {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }
}
/* End */
/* /local/templates/new.powersop/components/bitrix/system.pagenavigation/.default/style.css?17558910171666 */
