

/* Start:/local/templates/ranepa_2025/components/bitrix/main.include/single/style.css?1747636089523*/
.position-relative{
    position: relative;
}
.p-top0{
    padding-top: 0;
}
.p-top50{
    padding-top: 50px;
}
.p-top70{
    padding-top: 70px;
}
.p-top100{
    padding-top: 100px;
}
.p-bottom0{
    padding-bottom: 0;
}
.p-bottom50{
    padding-bottom: 50px;
}
.p-bottom70{
    padding-bottom: 70px;
}
.p-bottom100{
    padding-bottom: 100px;
}
.w-816px{
    max-width: 816px;
    margin: 0;
}
.w-816px-center{
    margin: auto;
}
.r-btn-container {
    display: flex;
    justify-content: center;
    padding-top: 40px;
}
/* End */


/* Start:/vendor/ranepa/bitrix-library/src/Components/NauchPodrazdeleniyaComponent/templates/.default/style.css?178412486324204*/
#screen-catalog,
.np-screen-unit,
.np-screen-person {
    --np-white: #ffffff;
    --np-gray-50: #f4f3f7;
    --np-gray-100: #eceef2;
    --np-gray-200: #e5e7f0;
    --np-gray-400: #d0cfd8;
    --np-gray-500: #9a98bc;
    --np-gray-600: #92929f;
    --np-mavi-50: #f0f3fa;
    --np-mavi-100: #e0e4f6;
    --np-mavi: #263b94;
    --np-mavi-dark: #1b2b6e;
    --np-red-50: #f8dcd7;
    --np-red: #df2935;
    --np-red-hover: #c13932;
    --np-black-700: #2a253c;
    --np-black: #171520;
    --np-purple-500: #8d9dcc;
    --np-radius: 12px;
    --np-radius-sm: 8px;
    --np-radius-xs: 6px;

    font-family:
        "Manrope",
        -apple-system,
        BlinkMacSystemFont,
        sans-serif;
    color: var(--np-black);
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    line-height: 1.6;
}
#screen-catalog *,
.np-screen-unit *,
.np-screen-person * {
    box-sizing: border-box;
}
#screen-catalog.hidden {
    display: none !important;
}

/* ── Breadcrumbs ── */
.breadcrumbs {
    background: var(--np-gray-50);
    border-bottom: 1px solid var(--np-gray-200);
    padding: 0;
    display: flex;
    align-items: center;
    height: 44px;
}
.breadcrumbs-inner {
    max-width: 1536px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    width: 100%;
}
.breadcrumbs a {
    color: var(--np-red);
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}
.breadcrumbs .sep {
    color: var(--np-gray-400);
    font-size: 12px;
}
.breadcrumbs .current {
    font-size: 13px;
    font-weight: 500;
    color: var(--np-gray-600);
}

/* ── Hero ── */
.hero {
    background: var(--np-gray-50);
    padding: 32px 0 20px;
}
.hero-inner {
    max-width: 1536px;
    margin: 0 auto;
    padding: 0 32px;
}
.hero h1 {
    font-size: 36px;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--np-black);
    margin-bottom: 8px;
    line-height: 1.2;
}
.hero p {
    font-size: 15px;
    color: var(--np-black-700);
    max-width: 768px;
    line-height: 1.55;
}

/* ── Layout ── */
.page-body {
    max-width: 1536px;
    margin: 0 auto;
    padding: 32px 32px 72px;
    background: var(--np-gray-50);
}

/* ── Top controls: search + filters in one row ── */
.controls-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}
.search-wrap {
    position: relative;
    flex: 0 0 520px;
}
.search-wrap input {
    padding: 10px 16px 10px 38px;
    background: var(--np-white);
    border: 1.5px solid var(--np-gray-200);
    border-radius: var(--np-radius-sm);
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: var(--np-black);
    width: 100%;
    transition: all 0.2s;
}
.search-wrap input::placeholder {
    color: var(--np-gray-600);
}
.search-wrap input:focus {
    outline: none;
    border-color: var(--np-mavi);
    box-shadow: 0 0 0 3px var(--np-mavi-50);
}
.search-wrap svg {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--np-gray-600);
    width: 16px;
    height: 16px;
    pointer-events: none;
}

/* ── Filter button ── */
.adv-filter {
    position: relative;
    flex-shrink: 0;
}
.adv-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: var(--np-radius-sm);
    border: 1.5px solid var(--np-gray-200);
    background: var(--np-white);
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--np-black-700);
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s;
    height: 40px;
}
.adv-btn:hover {
    border-color: var(--np-mavi);
    color: var(--np-mavi);
    background: var(--np-mavi-50);
}
.adv-btn.open {
    border-color: var(--np-mavi);
    color: var(--np-mavi);
    background: var(--np-mavi-50);
}
.adv-btn svg {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    transition: transform 0.2s;
}
.adv-btn.open .chevron {
    transform: rotate(180deg);
}
.adv-btn-count {
    background: var(--np-red);
    color: var(--np-white);
    font-size: 11px;
    font-weight: 700;
    border-radius: 100px;
    padding: 1px 7px;
}

/* ── Filter drawer (sidebar style) ── */
.adv-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    width: 380px;
    max-height: 70vh;
    overflow-y: auto;
    background: var(--np-gray-50);
    border: 1.5px solid var(--np-gray-200);
    border-radius: var(--np-radius);
    box-shadow:
        0 8px 32px rgba(23, 21, 32, 0.12),
        0 2px 8px rgba(23, 21, 32, 0.06);
    z-index: 300;
}
.adv-dropdown.open {
    display: block;
}

/* Drawer header */
.adv-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px 12px;
    border-bottom: 1px solid var(--np-gray-200);
    background: var(--np-gray-50);
    position: sticky;
    top: 0;
}
.adv-drawer-title {
    font-size: 15px;
    font-weight: 700;
    color: var(--np-gray-600);
    letter-spacing: 0.01em;
}

/* Sections */
.adv-section {
    border-bottom: 1px solid var(--np-gray-200);
    background: var(--np-gray-50);
}
.adv-section:last-child {
    border-bottom: none;
}
.adv-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    color: var(--np-black);
    background: transparent;
    border: none;
    width: 100%;
    text-align: left;
    font-family: "Manrope", sans-serif;
    transition: color 0.15s;
}
.adv-section-header:hover {
    color: var(--np-black);
}
.adv-section-header svg {
    width: 16px;
    height: 16px;
    color: var(--np-gray-600);
    transition: transform 0.2s;
    flex-shrink: 0;
    stroke-width: 2.5;
}
.adv-section-header.open svg {
    transform: rotate(180deg);
}
.adv-section-content {
    display: none;
    padding: 2px 16px 10px;
    background: var(--np-gray-50);
    max-height: 220px;
    overflow-y: auto;
}
.adv-section-content.open {
    display: block;
}

/* Checkbox items — large style */
.sub-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
    font-size: 13px;
    font-weight: 500;
    color: var(--np-black);
    cursor: pointer;
    line-height: 1.35;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    font-family: "Manrope", sans-serif;
}
.sub-item input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 17px;
    height: 17px;
    border: 1.5px solid var(--np-gray-400);
    border-radius: 4px;
    cursor: pointer;
    flex-shrink: 0;
    background: var(--np-white);
    transition: all 0.15s;
    position: relative;
}
.sub-item input[type="checkbox"]:checked {
    background: var(--np-red);
    border-color: var(--np-red);
}
.sub-item input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 1px;
    width: 6px;
    height: 9px;
    border: 2px solid white;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
}
.sub-item input[type="checkbox"]:hover:not(:checked) {
    border-color: var(--np-gray-600);
}

/* Apply button in drawer */
.filter-actions {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 14px 20px;
    border-top: 1px solid var(--np-gray-200);
    background: var(--np-gray-50);
    position: sticky;
    bottom: 0;
}
.btn-reset {
    background: none;
    border: none;
    color: var(--np-gray-600);
    padding: 6px 0;
    font-family: "Manrope", sans-serif;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: color 0.15s;
    text-align: center;
    width: 100%;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.btn-reset:hover {
    color: var(--np-red);
}
.btn-apply {
    background: var(--np-red);
    border: none;
    color: var(--np-white);
    padding: 12px 0;
    border-radius: var(--np-radius-sm);
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s;
}
.btn-apply:hover {
    background: var(--np-red-hover);
}

/* ── Theme pills ── */
.pills-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 16px;
    border-radius: 100px;
    border: 1.5px solid var(--np-gray-200);
    background: var(--np-white);
    font-family: "Manrope", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 150%;
    color: var(--np-black-700);
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
}
.pill:hover {
    border-color: var(--np-gray-400);
    color: var(--np-black);
}
.pill.active {
    background: var(--np-red);
    border-color: var(--np-red);
    color: var(--np-white);
    box-shadow: 0 2px 12px rgba(223, 41, 53, 0.25);
}

/* ── Active filter tags ── */
.active-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
}
.filter-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: var(--np-red-50);
    border: 1.5px solid rgba(223, 41, 53, 0.2);
    color: var(--np-red);
    font-size: 12px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 100px;
}
.filter-tag button {
    background: none;
    border: none;
    cursor: pointer;
    color: var(--np-red);
    display: flex;
    align-items: center;
    padding: 0;
    opacity: 0.6;
    transition: opacity 0.15s;
}
.filter-tag button:hover {
    opacity: 1;
}

/* ── Results meta ── */
.results-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.results-count {
    font-size: 13px;
    font-weight: 500;
    color: var(--np-gray-600);
}
.results-count strong {
    font-weight: 700;
    color: var(--np-black);
}

/* ── Section header ── */
.section-group {
    margin-bottom: 56px;
}
.section-label {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}
.section-label h2 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--np-black);
    line-height: 1.35;
}
.section-tag {
    background: var(--np-gray-100);
    color: var(--np-gray-600);
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 100px;
    white-space: nowrap;
    flex-shrink: 0;
}

/* ── Cards grid ── */
.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 14px;
    align-items: start;
    grid-auto-rows: auto;
}

/* ── Card ── */
.card {
    background: var(--np-white);
    border: 1px solid var(--np-gray-200);
    border-radius: var(--np-radius);
    overflow: hidden;
    transition: all 0.2s;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}
.card:hover {
    border-color: var(--np-gray-400);
    box-shadow:
        0 2px 8px rgba(23, 21, 32, 0.05),
        0 10px 24px rgba(23, 21, 32, 0.08);
    transform: translateY(-2px);
}
.card-header {
    padding: 18px 20px 16px;
    display: grid;
    grid-template-rows: auto minmax(3em, auto) auto 1fr;
    flex: 1;
}
.card-theme-tag {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    color: var(--np-purple-500);
    text-transform: uppercase;
    letter-spacing: 0.07em;
    margin-bottom: 8px;
}
.theme-filtered .card-theme-tag {
    display: none;
}
.card-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.01em;
    color: var(--np-black);
    margin-bottom: 10px;
}
.card:hover .card-title {
    color: var(--np-red);
}
.card-struct {
    font-size: 12px;
    font-weight: 500;
    color: var(--np-gray-600);
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.card-struct svg {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    color: var(--np-gray-400);
}
.card-director {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 4px;
    align-self: end;
}
.card-avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--np-mavi-100);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    color: var(--np-mavi);
    flex-shrink: 0;
    letter-spacing: -0.03em;
}
.card-director-info {
    flex: 1;
    min-width: 0;
}
.card-director-label {
    font-size: 11px;
    font-weight: 500;
    color: var(--np-gray-600);
    margin-bottom: 1px;
}
.card-director-name {
    font-size: 13px;
    font-weight: 600;
    color: var(--np-black);
    line-height: 1.3;
}

/* ── Card "Подробнее" button ── */
.card-expand-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px 20px;
    font-family: "Manrope", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: var(--np-red);
    background: transparent;
    border: none;
    border-top: 1px solid var(--np-gray-100);
    width: 100%;
    cursor: pointer;
    transition: color 0.2s;
    margin-top: auto;
}
.card-expand-btn svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    transition: transform 0.2s;
}
.card-expand-btn:hover {
    color: var(--np-red-hover);
}

/* ── Branch badge ── */
.branch-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: var(--np-red-50);
    color: var(--np-red);
    font-size: 10px;
    font-weight: 700;
    padding: 2px 9px 2px 7px;
    border-radius: 100px;
    margin-bottom: 8px;
    border: 1px solid rgba(223, 41, 53, 0.12);
}

/* ── Empty state ── */
.empty-state {
    text-align: center;
    padding: 72px 40px;
    color: var(--np-gray-600);
    display: none;
}
.empty-state.visible {
    display: block;
}
.empty-state svg {
    color: var(--np-gray-400);
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
}
.empty-state h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--np-black);
    margin-bottom: 8px;
}

/* ══ Unit/Person shared CSS ══ */

/* ── Навигация назад ── */
.back-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: var(--np-gray-600);
    text-decoration: none;
    margin-bottom: 28px;
    transition: color 0.15s;
}
.back-link:hover {
    color: var(--np-red);
}
.back-link svg {
    width: 15px;
    height: 15px;
}

/* ── Шапка страницы подразделения ── */
.theme-tag {
    font-size: 11px;
    font-weight: 700;
    color: var(--np-mavi);
    text-transform: uppercase;
    letter-spacing: 0.07em;
    margin-bottom: 10px;
    display: block;
}
.unit-struct {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 500;
    color: var(--np-gray-600);
    margin-bottom: 24px;
}
.unit-struct svg {
    width: 14px;
    height: 14px;
    color: var(--np-gray-400);
    flex-shrink: 0;
}

/* ── Секции контента ── */
.section {
    margin-bottom: 28px;
}
.np-screen-unit .section-label,
.np-screen-person .section-label {
    font-size: 12px;
    font-weight: 700;
    color: var(--np-gray-600);
    margin-bottom: 12px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.about-text {
    font-size: 15px;
    line-height: 1.7;
    color: var(--np-black-700);
}
.about-text ul {
    padding-left: 20px;
}

/* ── Карточка директора (на странице подразделения) ── */
.director-card {
    background: var(--np-white);
    border: 1px solid var(--np-gray-200);
    border-radius: var(--np-radius);
    padding: 24px;
}
.director-head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 0;
}
.director-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--np-mavi-100);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    color: var(--np-mavi);
    flex-shrink: 0;
    letter-spacing: -0.02em;
}
.director-info {
    flex: 1;
    min-width: 0;
}
.director-role {
    font-size: 12px;
    font-weight: 500;
    color: var(--np-gray-600);
    margin-bottom: 2px;
}
.director-name {
    font-size: 16px;
    font-weight: 700;
    color: var(--np-black);
    line-height: 1.3;
    margin-bottom: 2px;
}
.director-email {
    font-size: 13px;
    font-weight: 600;
    color: var(--np-red);
    text-decoration: none;
}
.director-email:hover {
    text-decoration: underline;
}
.bio-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: var(--np-red);
    color: var(--np-white);
    border: none;
    border-radius: var(--np-radius-sm);
    font-family: "Manrope", sans-serif;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s;
    margin-top: 16px;
    text-decoration: none;
}
.bio-btn:hover {
    background: var(--np-red-hover);
}

/* ── Sidebar (meta-инфо) ── */
.sidebar-meta {
    background: var(--np-white);
    border: 1px solid var(--np-gray-200);
    border-radius: var(--np-radius);
    overflow: hidden;
}
.sidebar-meta-row {
    padding: 14px 20px;
    border-bottom: 1px solid var(--np-gray-100);
}
.sidebar-meta-row:last-child {
    border-bottom: none;
}
.sidebar-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--np-gray-600);
    margin-bottom: 4px;
    display: block;
}
.sidebar-value {
    font-size: 15px;
    font-weight: 600;
    color: var(--np-black);
    line-height: 1.4;
}
.sidebar-value a {
    color: var(--np-red);
    text-decoration: none;
}
.sidebar-value a:hover {
    text-decoration: underline;
}

/* ── Страница биографии — основной контент ── */
.page-title {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--np-black);
    margin-bottom: 24px;
    line-height: 1.2;
}
.bio-label {
    font-size: 12px;
    font-weight: 700;
    color: var(--np-gray-600);
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--np-gray-200);
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.bio-text {
    font-size: 15px;
    line-height: 1.75;
    color: var(--np-black-700);
}
.bio-section {
    margin-bottom: 24px;
}
.edu-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.edu-list li {
    font-size: 14px;
    line-height: 1.6;
    color: var(--np-black-700);
    padding: 12px 16px;
    background: var(--np-gray-50);
    border-radius: var(--np-radius-xs);
    border-left: 3px solid var(--np-mavi);
}
.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.tag {
    display: inline-block;
    background: var(--np-mavi-50);
    color: var(--np-mavi);
    font-size: 13px;
    font-weight: 600;
    padding: 5px 14px;
    border-radius: 100px;
    border: 1px solid var(--np-mavi-100);
    line-height: 1.4;
}

/* ── Экраны ── */
.np-screen-unit,
.np-screen-person {
    display: none;
}
.np-screen-unit.active,
.np-screen-person.active {
    display: block;
}

/* ── Лейауты страниц ── */
.np-screen-unit .unit-wrap {
    max-width: 1536px;
    margin: 0 auto;
    padding: 32px 32px 72px;
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 40px;
    align-items: start;
    background: var(--np-gray-50);
}
.np-screen-person .person-page {
    max-width: 1536px;
    margin: 0 auto;
    padding: 32px 32px 72px;
    background: var(--np-gray-50);
}
.person-hero {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 32px;
}
.person-hero-info {
    flex: 1;
    min-width: 0;
}
.person-photo {
    width: 135px;
    height: 135px;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--np-gray-100);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    margin-top: 4px;
}
.person-photo-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: var(--np-gray-400);
}
.person-photo-placeholder svg {
    width: 40px;
    height: 40px;
    opacity: 0.4;
}
.person-photo-placeholder span {
    font-size: 11px;
    font-weight: 500;
    color: var(--np-gray-400);
}
.person-header-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    flex-wrap: wrap;
}
.person-header-degree {
    font-size: 16px;
    font-weight: 500;
    color: var(--np-black-700);
}
.person-header-email {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: var(--np-red);
    text-decoration: none;
    margin-bottom: 12px;
}
.person-header-email:hover {
    text-decoration: underline;
}
.person-header-unit {
    font-size: 14px;
    color: var(--np-gray-600);
}
.person-header-unit-label {
    font-weight: 500;
}
.person-header-unit-link {
    color: var(--np-mavi);
    text-decoration: none !important;
    font-weight: 600;
}
.person-header-unit-link:hover {
    text-decoration: underline;
}

/* ── Хлебные крошки роутера ── */
.bc-wrap {
    background: var(--np-gray-50);
    border-bottom: 1px solid var(--np-gray-200);
    width: 100%;
}
.bc-wrap > .bc {
    max-width: 1536px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    align-items: center;
    gap: 6px;
    height: 44px;
    flex-wrap: wrap;
}
.bc-wrap .bc a {
    color: var(--np-red);
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
}
.bc-wrap .bc a:hover {
    text-decoration: underline;
}
.bc-wrap .bc-sep {
    color: var(--np-gray-400);
    font-size: 11px;
}
.bc-wrap .bc-cur {
    color: var(--np-gray-600);
    font-size: 13px;
    font-weight: 500;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
    .cards-grid {
        grid-template-columns: 1fr 1fr;
    }
    .np-screen-unit .unit-wrap {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 768px) {
    .page-body {
        padding: 16px 16px 48px;
    }
    .hero {
        padding: 24px 0;
    }
    .hero-inner {
        padding: 0 16px;
    }
    .breadcrumbs-inner {
        padding: 0 16px;
    }
    .hero h1 {
        font-size: 26px;
    }
    .cards-grid {
        grid-template-columns: 1fr;
    }
    .card-header {
        grid-template-rows: auto auto auto auto;
    }
    .controls-row {
        flex-wrap: wrap;
        gap: 8px;
    }
    .search-wrap {
        flex: 1 1 100%;
    }
    .section-label h2 {
        white-space: normal;
        font-size: 16px;
    }
    .np-screen-unit .unit-wrap {
        padding: 16px 16px 48px;
        gap: 20px;
    }
    .np-screen-person .person-page {
        padding: 16px 16px 48px;
    }
    .page-title {
        font-size: 18px !important;
        letter-spacing: -0.01em;
    }
    .np-screen-unit h1 {
        font-size: 18px !important;
    }
    .person-hero {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .person-photo {
        width: 80px;
        height: 80px;
        order: -1;
    }
    .bc-wrap > .bc {
        padding: 0 16px;
        font-size: 12px;
        height: auto;
        min-height: 36px;
        padding-top: 6px;
        padding-bottom: 6px;
        flex-wrap: wrap;
        gap: 2px 4px;
    }
    .bc a,
    .bc-cur {
        font-size: 12px;
        line-height: 1.4;
    }
}
.director-divider {
    height: 1px;
    background: var(--np-gray-100);
    margin: 16px 0;
}

/* End */
/* /local/templates/ranepa_2025/components/bitrix/main.include/single/style.css?1747636089523 */
/* /vendor/ranepa/bitrix-library/src/Components/NauchPodrazdeleniyaComponent/templates/.default/style.css?178412486324204 */
