

/* Start:/bitrix/templates/bs_education_s1/components/bitrix/news/chairs/bitrix/news.detail/.default/style.css?17781602408002*/
/* =========================
   BASE
========================= */

.department{
    background:#f4f7fb;
    min-height:100vh;
    color:#1e293b;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
}

/* =========================
   HERO
========================= */

.department-hero{
    height:420px;
    background-size:cover;
    background-position:center;
    position:relative;
    overflow:hidden;
}

.department-hero::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(
            180deg,
            rgba(15,23,42,.35),
            rgba(15,23,42,.75)
        );
}

.department-hero__overlay{
    position:relative;
    z-index:2;
    height:100%;
    display:flex;
    align-items:flex-end;
    padding:60px;
}

.department-hero h1{
    color:#fff;
    font-size:52px;
    line-height:1.1;
    margin:0;
    font-weight:800;
    max-width:900px;
    letter-spacing:-1px;
    text-shadow:0 10px 35px rgba(0,0,0,.35);
}

/* =========================
   CONTAINER
========================= */

.department-container{
    max-width:1450px;
    margin:auto;
    padding:50px 24px 70px;
}

.department-layout{
    display:grid;
    grid-template-columns:340px minmax(0,1fr);
    gap:32px;
    align-items:start;
}

/* =========================
   SIDEBAR
========================= */

.department-sidebar{
    position:sticky;
    top:30px;
}

.department-sidebar-inner{
    display:flex;
    flex-direction:column;
    gap:22px;
}

/* =========================
   CARDS
========================= */

.department-card{
    background:rgba(255,255,255,.72);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
    border:1px solid rgba(255,255,255,.5);
    border-radius:28px;
    box-shadow:
        0 10px 40px rgba(15,23,42,.08),
        inset 0 1px 0 rgba(255,255,255,.4);
    overflow:hidden;
}

/* =========================
   MENU
========================= */

.department-menu{
    background:rgba(255,255,255,.75);
    backdrop-filter:blur(18px);
    border:1px solid rgba(255,255,255,.5);
    border-radius:24px;
    padding:14px;
    display:flex;
    flex-direction:column;
    gap:8px;
    box-shadow:0 10px 30px rgba(15,23,42,.06);
}

.department-menu a{
    text-decoration:none;
    color:#0f172a;
    font-size:15px;
    font-weight:600;
    padding:14px 16px;
    border-radius:14px;
    transition:.25s ease;
}

.department-menu a:hover{
    background:#eef4ff;
    color:#2563eb;
    transform:translateX(4px);
}

/* =========================
   CLICKABLE CARDS
========================= */

.clickable-card{
    display:block;
    text-decoration:none;
    transition:.3s ease;
}

.clickable-card:hover{
    transform:translateY(-4px);
    box-shadow:
        0 20px 45px rgba(15,23,42,.14);
}

/* =========================
   HEAD CARD
========================= */

.head-card{
    padding:26px;
    text-align:center;
}

.head-img{
    width:180px;
    height:230px;
    object-fit:cover;
    border-radius:24px;
    display:block;
    margin:0 auto 22px;
    box-shadow:
        0 10px 30px rgba(15,23,42,.15);
}

.head-label{
    font-size:13px;
    text-transform:uppercase;
    letter-spacing:.12em;
    color:#64748b;
    margin-bottom:10px;
    font-weight:700;
}

.head-name{
    font-size:24px;
    line-height:1.25;
    font-weight:800;
    color:#0f172a;
    margin-bottom:10px;
}

.head-position{
    color:#475569;
    font-size:15px;
    line-height:1.6;
}

/* =========================
   BUTTON DOC
========================= */

.btn-doc{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    text-decoration:none;
    background:linear-gradient(135deg,#2563eb,#1d4ed8);
    color:#fff;
    padding:18px 20px;
    border-radius:20px;
    font-weight:700;
    transition:.3s ease;
    box-shadow:
        0 10px 25px rgba(37,99,235,.25);
}

.btn-doc:hover{
    transform:translateY(-2px);
    box-shadow:
        0 18px 35px rgba(37,99,235,.35);
}

/* =========================
   CONTACTS
========================= */

.contact-card{
    padding:26px;
}

.contact-card div{
    display:flex;
    gap:14px;
    align-items:flex-start;
    padding:14px 0;
    border-bottom:1px solid rgba(148,163,184,.18);
    font-size:15px;
    line-height:1.6;
    color:#334155;
}

.contact-card div:last-child{
    border-bottom:none;
    padding-bottom:0;
}

.contact-card span:first-child{
    font-size:18px;
    width:24px;
    flex-shrink:0;
}

/* =========================
   MAIN
========================= */

.department-main{
    display:flex;
    flex-direction:column;
    gap:32px;
}

/* =========================
   TEXT CARD
========================= */

.text-card{
    padding:42px;
}

.card-title{
    font-size:30px;
    font-weight:800;
    margin-bottom:28px;
    color:#0f172a;
    letter-spacing:-.5px;
}

.department-text{
    color:#334155;
    font-size:17px;
    line-height:1.9;
}

.department-text h2,
.department-text h3{
    color:#0f172a;
    margin-top:34px;
    margin-bottom:18px;
    font-weight:800;
}

.department-text p{
    margin-bottom:18px;
}

.department-text ul{
    padding-left:24px;
    margin-bottom:24px;
}

.department-text li{
    margin-bottom:10px;
}

/* =========================
   STAFF
========================= */

.staff-card{
    padding:42px;
}

.staff-grid{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(240px,1fr));
    gap:26px;
}

.staff-item{
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    border:1px solid rgba(226,232,240,.9);
    transition:.3s ease;
    box-shadow:
        0 8px 25px rgba(15,23,42,.05);
    text-decoration:none;
    display:block;
}

.staff-item:hover{
    transform:translateY(-6px);
    box-shadow:
        0 18px 40px rgba(15,23,42,.12);
}

.staff-photo-wrap{
    aspect-ratio:4/5;
    overflow:hidden;
    background:#e2e8f0;
}

.staff-photo{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform .5s ease;
}

.staff-item:hover .staff-photo{
    transform:scale(1.04);
}

.staff-info{
    padding:22px;
}

.staff-name{
    font-size:19px;
    line-height:1.4;
    font-weight:800;
    color:#0f172a;
    margin-bottom:10px;
}

.staff-post{
    color:#64748b;
    font-size:14px;
    line-height:1.7;
}

/* =========================
   TABLES
========================= */

.department-text table{
    width:100%;
    border-collapse:collapse;
    margin:30px 0;
    overflow:hidden;
    border-radius:18px;
    background:#fff;
}

.department-text table th{
    background:#eff6ff;
    color:#0f172a;
    font-weight:700;
}

.department-text table th,
.department-text table td{
    padding:16px 18px;
    border:1px solid #e2e8f0;
    text-align:left;
}

/* =========================
   LINKS
========================= */

.department-text a{
    color:#2563eb;
    text-decoration:none;
    font-weight:600;
}

.department-text a:hover{
    text-decoration:underline;
}

/* =========================
   SCROLLBAR
========================= */

::-webkit-scrollbar{
    width:10px;
}

::-webkit-scrollbar-thumb{
    background:#cbd5e1;
    border-radius:20px;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:1100px){

    .department-layout{
        grid-template-columns:1fr;
    }

    .department-sidebar{
        position:relative;
        top:auto;
    }

}

@media(max-width:768px){

    .department-hero{
        height:300px;
    }

    .department-hero__overlay{
        padding:30px 24px;
    }

    .department-hero h1{
        font-size:34px;
    }

    .department-container{
        padding:24px 16px 50px;
    }

    .text-card,
    .staff-card{
        padding:26px;
    }

    .card-title{
        font-size:24px;
    }

    .department-text{
        font-size:16px;
    }

    .head-img{
        width:150px;
        height:190px;
    }

    .staff-grid{
        grid-template-columns:1fr;
    }

}
/* End */
/* /bitrix/templates/bs_education_s1/components/bitrix/news/chairs/bitrix/news.detail/.default/style.css?17781602408002 */
