

/* Start:/bitrix/templates/bs_education_s1/components/bitrix/news/clrheads/bitrix/news.detail/.default/style.css?17777189491993*/
/* Общий блок */
.leader_full {
    width: 100%;
    overflow: hidden;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* HERO */
.leader_hero {
    padding: 100px 0;
    background: linear-gradient(135deg, #690f0e, #0d1b2a);
    color: #fff;
}

/* Контейнер */
.hero_inner {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Фото */
.hero_photo img {
    display: block;
    width: 320px;
    height: 380px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 25px 70px rgba(0,0,0,0.4);
    transition: transform 0.4s ease;
}

/* Лёгкий hover */
.hero_photo img:hover {
    transform: scale(1.03);
}

/* Контент */
.hero_content {
    max-width: 600px;
}

/* Имя */
.hero_name {
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 15px;
}

/* Должность */
.hero_post {
    font-size: 20px;
    opacity: 0.9;
    margin-bottom: 20px;
}

/* Контакты */
.hero_contacts div {
    margin-bottom: 8px;
    font-size: 16px;
    opacity: 0.85;
}

.hero_contacts a {
    color: #fff;
    text-decoration: none;
}

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

/* Контент ниже */
.leader_content {
    max-width: 1000px;
    margin: -60px auto 0;
    background: #fff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.1);
}

/* Биография */
.leader_bio {
    font-size: 17px;
    line-height: 1.8;
    color: #333;
}

/* Адаптив */
@media (max-width: 992px) {
    .hero_inner {
        flex-direction: column;
        text-align: center;
    }

    .hero_photo img {
        width: 260px;
        height: 320px;
    }

    .hero_name {
        font-size: 32px;
    }
}

@media (max-width: 576px) {
    .leader_hero {
        padding: 60px 0;
    }

    .leader_content {
        padding: 25px;
        margin-top: -30px;
    }
}
/* End */
/* /bitrix/templates/bs_education_s1/components/bitrix/news/clrheads/bitrix/news.detail/.default/style.css?17777189491993 */
