

/* Start:/bitrix/templates/bs_education_s1/components/bitrix/news/institut/bitrix/news.detail/.default/style.css?17778855091682*/
.institute {
    width: 100%;
    font-family: system-ui, -apple-system, sans-serif;
}

/* HERO */
.institute__hero {
    height: 500px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.institute__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.7));
    display: flex;
    align-items: flex-end;
    padding: 60px;
}

.institute__overlay h1 {
    color: #fff;
    font-size: 48px;
}

/* GRID */
.institute__section {
    padding: 60px 80px;
}

.institute__grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
}

/* DIRECTOR */
.director-card {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 25px;
}

.director-card img {
    width: 110px;
    height: 130px;
    object-fit: cover;
    border-radius: 12px;
}

.director-name {
    font-size: 18px;
    font-weight: 700;
}

.director-meta {
    font-size: 14px;
    color: #777;
}

/* CONTACTS */
.contact-card {
    background: #690f0e;
    color: #fff;
    padding: 25px;
    border-radius: 12px;
    line-height: 1.6;
}

/* BUTTON */
.doc-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 12px 18px;
    background: #fff;
    color: #690f0e;
    border: 2px solid #690f0e;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
}

/* TEXT */
.institute__text {
    max-width: 900px;
    font-size: 18px;
    line-height: 1.7;
}

/* NEWS */
.institute-news {
    background: #f8f8f8;
}

.institute-news__title {
    font-size: 28px;
    margin-bottom: 30px;
}

/* карточки берутся из шаблона news.list */
/* End */
/* /bitrix/templates/bs_education_s1/components/bitrix/news/institut/bitrix/news.detail/.default/style.css?17778855091682 */
