

/* Start:/bitrix/templates/ipovszrt/components/bitrix/news/faculties_1/bitrix/news.detail/.default/style.css?17720903623971*/
/* Исходные стили (без изменений) */
    .content-block {
        
        margin: 0 auto;
        background: #ffffff;
        border-radius: 32px;
        box-shadow: 0 20px 40px -10px rgba(0, 20, 30, 0.2), 0 8px 20px rgba(0, 0, 0, 0.08);
        padding: 40px 48px;
        transition: all 0.2s ease;
    }

    section {
        margin-bottom: 44px;
    }

    h2 {
        font-size: 2rem;
        font-weight: 500;
        color: #0b3b5c;
        margin-bottom: 20px;
        border-bottom: 2px solid #ffaa3a;
        padding-bottom: 10px;
        display: inline-block;
    }

    .desc-block {
        background: #f8fafc;
        padding: 24px 28px;
        border-radius: 24px;
        border-left: 6px solid #1f5e8e;
        box-shadow: inset 0 2px 8px rgba(0,0,0,0.02);
    }

    .desc-block p {
        font-size: 1.1rem;
        line-height: 1.6;
        color: #1e2a36;
    }

    .staff-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        gap: 18px;
        margin-top: 16px;
    }

    .staff-item {
        background: #f0f4f9;
        border-radius: 20px;
        padding: 18px 20px;
        transition: transform 0.2s, box-shadow 0.2s;
        border: 1px solid rgba(0,0,0,0.05);
    }

    .staff-item:hover {
        transform: translateY(-4px);
        box-shadow: 0 16px 24px -8px rgba(0, 55, 80, 0.2);
        background: #ffffff;
    }

    .staff-item strong {
        font-size: 1.2rem;
        color: #0f405c;
        display: block;
        margin-bottom: 6px;
    }

    .staff-item .role {
        font-weight: 600;
        color: #b45b0f;
        font-size: 0.95rem;
        text-transform: uppercase;
        letter-spacing: 0.4px;
    }

    .staff-item .name {
        font-size: 1.25rem;
        font-weight: 500;
        margin: 8px 0 4px;
        color: #102b3f;
    }

    .info-box {
        background: #f2f7fc;
        border-radius: 24px;
        padding: 24px 28px;
        margin: 16px 0 8px;
        border: 1px solid rgba(11, 59, 92, 0.1);
        line-height: 1.7;
        color: #1d2c3a;
    }

    .info-box ul {
        margin: 16px 0 8px 24px;
    }

    .info-box li {
        margin-bottom: 8px;
        font-size: 1.05rem;
    }

    .info-box p {
        font-size: 1.05rem;
        margin-bottom: 12px;
    }

    .badge-list {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin: 20px 0 10px;
    }

    .badge {
        background: #1f5e8e;
        color: white;
        padding: 8px 18px;
        border-radius: 40px;
        font-size: 0.95rem;
        font-weight: 500;
        box-shadow: 0 4px 8px rgba(0,40,60,0.2);
    }

    hr {
        border: none;
        height: 1px;
        background: linear-gradient(90deg, transparent, #b0c4d9, transparent);
        margin: 20px 0;
    }

    @media (max-width: 700px) {
        .content-block {
            padding: 24px 20px;
        }
        h2 { font-size: 1.8rem; }
    }

    /* Дополнительные стили для вкладок (в стиле Bootstrap) */
    .nav-tabs {
        display: flex;
        flex-wrap: wrap;
        padding-left: 0;
        margin-bottom: 24px;
        list-style: none;
        border-bottom: 2px solid #dee2e6;
        gap: 4px;
    }

    .nav-item {
        margin-bottom: -2px;
    }

    .nav-link {
        display: block;
        padding: 12px 24px;
        font-size: 1.1rem;
        font-weight: 500;
        color: #1f5e8e;
        background: transparent;
        border: 2px solid transparent;
        
       
        transition: all 0.2s;
        text-decoration: none;
        cursor: pointer;
    }

    .nav-link:hover {
        background: rgba(31, 94, 142, 0.05);
        
    }

    


    .tab-content {
        background: #ffffff;
        border-radius: 0 0 24px 24px;
    }

    .tab-pane {
        display: none;
    }

    .tab-pane.active {
        display: block;
    }
/* End */
/* /bitrix/templates/ipovszrt/components/bitrix/news/faculties_1/bitrix/news.detail/.default/style.css?17720903623971 */
