/* ==============================
   ШПР /work/school/
============================== */

html,
body {
    overflow-x: hidden;
}

.school,
.school *,
.school *::before,
.school *::after {
    box-sizing: border-box;
}

.school {
    width: 100%;
    background: #fff !important;
    color: #343333;
    font-family: 'Roboto', Arial, sans-serif;
}

.school main,
.school .main,
.school .page,
.school .section,
.school .section--second,
.school .section--third,
.school-hero,
.school-section,
.school-section--unique,
.school-section--features,
.school-section--help,
.school-section--staff,
.school .delimDonate {
    background: #fff !important;
}

/* контейнеры */
.school .content,
.school-hero__content,
.school-section__content,
.school-staff__content {
    width: 100% !important;
    max-width: 1440px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 80px !important;
    padding-right: 80px !important;
}

/* хлебные крошки */
.school .breadcrumb,
.school .breadcrumbs,
.school .breadcrumb-wrapper,
.school .bx-breadcrumb,
.school .breadcrumbs a,
.school .breadcrumbs span,
.school .bx-breadcrumb a,
.school .bx-breadcrumb span {
    font-family: 'Roboto', Arial, sans-serif !important;
    font-weight: 400;
    font-size: 13px !important;
    line-height: 110% !important;
    color: #343333 !important;
}

.school .breadcrumbs a,
.school .bx-breadcrumb a {
    opacity: 0.6;
}

/* первый экран */
.school-hero {
    padding: 42px 0 64px;
}

.school-hero__content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.school-hero__title {
    width: 100%;
    margin: 0 0 54px;
    padding: 0;
    line-height: 0;
    text-align: center;
}

.school-hero__title img {
    display: block;
    width: 540px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.school-hero__text {
    width: 100%;
    max-width: 560px;
    margin: 0 auto 24px;
    padding: 0 !important;
    background: transparent !important;
    color: #343333;
    font-family: 'Roboto', Arial, sans-serif !important;
    font-weight: 400;
    font-size: 20px !important;
    line-height: 100% !important;
    text-align: left;
}

.school-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 300px;
    min-height: 78px;
    margin: 0 auto;
    padding: 0 34px;
    border-radius: 999px;
    background: #74A350;
    color: #fff;
    font-family: 'Roboto', Arial, sans-serif !important;
    font-weight: 500;
    font-size: 20px !important;
    line-height: 100% !important;
    letter-spacing: -0.02em;
    text-decoration: none;
    transition: background-color .2s ease, transform .2s ease;
}

.school-hero__btn:hover {
    background: #659343;
    color: #fff;
    transform: translateY(-1px);
}

/* общие заголовки */
.school-title,
.school-staff__title,
.school-road__title {
    display: block;
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 !important;
    background: transparent !important;
    color: #343333 !important;
    font-family: 'Roboto', Arial, sans-serif !important;
    font-weight: 400;
    font-size: 48px !important;
    line-height: 100% !important;
    letter-spacing: -0.02em;
    text-align: center;
}

.school-title span {
    color: #3EA74F !important;
}

/* уникальность */
.school-section--unique {
    padding: 0 0 80px;
}

.school-title--unique {
    margin-bottom: 54px;
}

.school-text-card {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
    padding: 0 !important;
    background: transparent !important;
    color: #343333;
    font-family: 'Roboto', Arial, sans-serif !important;
    font-weight: 400;
    font-size: 20px !important;
    line-height: 100% !important;
    text-align: center;
}

/* пустые зоны по макету */
.school-section--features {
    min-height: 640px;
    padding: 0;
}

.school-title--features {
    margin: 0 auto;
}

.school-section--help {
    min-height: 640px;
    padding: 0;
    display: flex;
    align-items: flex-end;
}

.school-section--help .school-section__content {
    padding-bottom: 56px;
}

.school-title--help {
    margin: 0 auto;
}

/* эксперты и консультанты */
.school-section--staff {
    padding: 0 0 120px;
}

.school-staff__content {
    max-width: 1440px !important;
}

.school-staff {
    width: 100%;
    margin: 0 auto 86px;
}

.school-staff--consultants {
    margin-top: 20px;
}

.school-staff__title {
    margin-bottom: 56px;
    font-weight: 400;
}

/* сетка карточек */
.school-staff__list {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 72px 40px;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0;
    align-items: start;
}

/* карточка */
.school-staff-card {
    width: 100%;
    min-width: 0;
    background: transparent !important;
    color: #343333;
    overflow: visible;
}

/* имя */
.school-staff-card__name {
    margin: 0 0 8px;
    padding: 0 !important;
    color: #343333;
    font-family: 'Roboto', Arial, sans-serif !important;
    font-weight: 500;
    font-size: 20px !important;
    line-height: 90% !important;
    letter-spacing: 0;
    text-transform: uppercase;
    overflow-wrap: break-word;
    word-break: normal;
}

/* описание */
.school-staff-card__text {
    min-height: 150px;
    margin: 0 0 24px;
    padding: 0 !important;
    color: #343333;
    font-family: 'Roboto', Arial, sans-serif !important;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 110% !important;
    overflow-wrap: break-word;
}

/* фото */
.school-staff-card__photo {
    width: 100%;
    height: 260px;
    margin: 0;
    overflow: hidden;
    background: #f2f2f2;
}

.school-staff-card__photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* расписание */
.school-timetable {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
    width: 100%;
    max-width: 1180px;
    margin: 70px auto 120px;
    padding: 0;
}

.school-timetable__item {
    width: 100%;
    min-height: auto;
    padding: 0 !important;
    background: transparent !important;
    color: #343333;
}

.school-timetable__title {
    margin: 0 0 12px;
    color: #343333;
    font-family: 'Roboto', Arial, sans-serif !important;
    font-weight: 500;
    font-size: 20px !important;
    line-height: 90% !important;
    text-transform: uppercase;
}

.school-timetable__text {
    color: #343333;
    font-family: 'Roboto', Arial, sans-serif !important;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 110% !important;
}

/* как добраться */
.school-road {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    text-align: center;
}

.school-road__title {
    margin: 0 auto 70px;
}

.school-road__card {
    width: 280px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 !important;
    background: transparent !important;
    color: #343333;
    text-align: left;
}

.school-road__name {
    margin: 0 0 12px;
    color: #343333;
    font-family: 'Roboto', Arial, sans-serif !important;
    font-weight: 500;
    font-size: 20px !important;
    line-height: 90% !important;
    text-transform: uppercase;
}

.school-road__text {
    color: #343333;
    font-family: 'Roboto', Arial, sans-serif !important;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 110% !important;
}

/* скрываем остатки старой верстки, если их подмешивает кеш/старый шаблон */
.school .leading,
.school .timetable,
.school .video,
.school .road {
    display: none !important;
}

/* не скрываем новые */
.school .school-staff,
.school .school-road {
    display: block !important;
}

.school .school-timetable {
    display: grid !important;
}

/* адаптив */
@media only screen and (max-width: 1199px) {
    .school .content,
    .school-hero__content,
    .school-section__content,
    .school-staff__content {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .school-staff__list {
        gap: 56px 32px;
    }

    .school-staff-card__photo {
        height: 230px;
    }
}

@media only screen and (max-width: 991px) {
    .school-title,
    .school-staff__title,
    .school-road__title {
        font-size: 40px !important;
    }

    .school-staff__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 720px;
    }

    .school-timetable {
        grid-template-columns: 1fr;
        max-width: 520px;
    }

    .school-section--features,
    .school-section--help {
        min-height: 420px;
    }
}

@media only screen and (max-width: 767px) {
    .school .content,
    .school-hero__content,
    .school-section__content,
    .school-staff__content {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .school-hero {
        padding-top: 32px;
    }

    .school-hero__title img {
        width: 340px;
    }

    .school-hero__text {
        max-width: 340px;
        font-size: 16px !important;
        line-height: 110% !important;
        text-align: center;
    }

    .school-hero__btn {
        min-width: 240px;
        min-height: 62px;
        font-size: 18px !important;
    }

    .school-title,
    .school-staff__title,
    .school-road__title {
        font-size: 30px !important;
        line-height: 105% !important;
    }

    .school-text-card {
        font-size: 16px !important;
        line-height: 110% !important;
    }

    .school-staff__list {
        grid-template-columns: 1fr;
        max-width: 360px;
        gap: 48px;
    }

    .school-staff-card__text {
        min-height: auto;
    }

    .school-staff-card__photo {
        height: auto;
    }

    .school-staff-card__photo img {
        height: auto;
        object-fit: contain;
    }

    .school-section--features,
    .school-section--help {
        min-height: 300px;
    }
}
/* =========================================================
   ШПР: карточки экспертов по макету Figma
========================================================= */

.school-section--staff {
    background: #fff !important;
    padding: 0 0 120px;
}

.school-staff__content {
    width: 100% !important;
    max-width: 1440px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin: 0 auto !important;
}

.school-staff {
    width: 100%;
    margin: 0 auto 100px;
}

.school-staff__title {
    width: 100%;
    margin: 0 0 60px !important;
    padding: 0 !important;
    background: transparent !important;
    font-family: 'Roboto', Arial, sans-serif !important;
    font-weight: 400 !important;
    font-size: 56px !important;
    line-height: 100% !important;
    letter-spacing: -0.02em !important;
    text-align: center !important;
    color: #343333 !important;
}

.school-staff-slider {
    width: 100%;
}

.school-staff-slider__track,
.school-staff__list {
    display: grid !important;
    grid-template-columns: repeat(4, 335px);
    gap: 20px;
    justify-content: center;
    align-items: start;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
}

.school-staff-card {
    position: relative;
    width: 335px;
    height: 450px;
    background: #fff !important;
    border-radius: 10px;
    overflow: hidden;
    color: #343333;
    transition: transform .2s ease, box-shadow .2s ease;
}

.school-staff-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(52, 51, 51, 0.12);
}

.school-staff-card--hidden {
    display: none !important;
}

.school-staff-card__content {
    position: absolute;
    z-index: 3;
    top: 34px;
    left: 30px;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}

.school-staff-card__name {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Roboto', Arial, sans-serif !important;
    font-weight: 500 !important;
    font-size: 26px !important;
    line-height: 90% !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    color: #343333 !important;
}

.school-staff-card__position {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Roboto', Arial, sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 110% !important;
    color: rgba(95, 94, 94, 0.6) !important;
}

.school-staff-card__email {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Roboto', Arial, sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 110% !important;
    color: #343333 !important;
    text-decoration: none;
    transition: color .2s ease;
}

.school-staff-card__email:hover {
    color: #3EA74F !important;
}

.school-staff-card__image-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 284px;
    overflow: hidden;
}

.school-staff-card__image {
    position: absolute;
    width: 302px;
    height: 314px;
    left: -19px;
    top: 0;
    border-radius: 2px;
    overflow: hidden;
    transform: rotate(-4deg);
    transform-origin: center center;
    background: #f2f2f2;
}

.school-staff-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: rotate(4deg) scale(1.08);
    transform-origin: center center;
}

.school-staff-card__pin {
    position: absolute;
    z-index: 4;
    display: block;
    width: 10px;
    height: 10px;
    line-height: 0;
    pointer-events: none;
}

.school-staff-card__pin svg {
    display: block;
    width: 10px;
    height: 10px;
}

.school-staff-card__pin--one {
    left: 165px;
    top: 3px;
}

.school-staff-card__pin--two {
    left: 278px;
    top: 26px;
}

.school-staff-card__pin--three {
    left: 290px;
    top: 174px;
}

.school-staff-slider__more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 210px;
    height: 40px;
    margin: 40px auto 0;
    padding: 10px 30px;
    border: 0;
    border-radius: 100px;
    background: #3EA74F;
    color: #fff;
    font-family: 'Roboto', Arial, sans-serif !important;
    font-weight: 800 !important;
    font-size: 13px !important;
    line-height: 15px !important;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color .2s ease, transform .2s ease;
}

.school-staff-slider__more:hover {
    background: #348f43;
    transform: translateY(-2px);
}

.school-staff-slider__more:focus {
    outline: 2px solid #343333;
    outline-offset: 3px;
}

/* consultants отступ */
.school-staff--consultants {
    margin-top: 100px;
}

/* =========================================================
   1440 / 1920
========================================================= */

@media only screen and (min-width: 1440px) {
    .school-staff-slider__track,
    .school-staff__list {
        grid-template-columns: repeat(4, 335px);
    }
}

/* =========================================================
   1024
========================================================= */

@media only screen and (max-width: 1199px) {
    .school-staff__content {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .school-staff-slider__track,
    .school-staff__list {
        grid-template-columns: repeat(2, 335px);
        gap: 32px 24px;
    }

    .school-staff__title {
        font-size: 48px !important;
        margin-bottom: 48px !important;
    }
}

/* =========================================================
   768
========================================================= */

@media only screen and (max-width: 900px) {
    .school-staff__content {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    .school-staff-slider__track,
    .school-staff__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }

    .school-staff-card {
        width: 100%;
        height: 450px;
    }

    .school-staff-card__image {
        width: 302px;
        height: 314px;
    }
}

/* =========================================================
   375
========================================================= */

@media only screen and (max-width: 575px) {
    .school-section--staff {
        padding-bottom: 80px;
    }

    .school-staff__content {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .school-staff {
        margin-bottom: 72px;
    }

    .school-staff__title {
        font-size: 34px !important;
        line-height: 100% !important;
        margin-bottom: 36px !important;
    }

    .school-staff-slider__track,
    .school-staff__list {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 335px;
    }

    .school-staff-card {
        width: 100%;
        max-width: 335px;
        height: 450px;
        margin: 0 auto;
    }

    .school-staff-card__name {
        font-size: 24px !important;
    }

    .school-staff-card__position {
        font-size: 14px !important;
    }

    .school-staff-card__email {
        font-size: 15px !important;
    }

    .school-staff--consultants {
        margin-top: 72px;
    }
}
/* =========================================================
   FIX: выравнивание блока экспертов по центру
========================================================= */

.school-staff__content {
    width: 100% !important;
    max-width: 1440px !important;
    margin: 0 auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

/* Внешняя обертка НЕ должна быть grid */
.school-staff__list {
    display: block !important;
    width: 100% !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

/* Слайдер тоже обычная обертка */
.school-staff-slider {
    display: block !important;
    width: 100% !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

/* Grid только здесь */
.school-staff-slider__track {
    display: grid !important;
    grid-template-columns: repeat(4, 335px) !important;
    gap: 20px !important;
    justify-content: center !important;
    align-items: start !important;
    width: 100% !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

/* карточка */
.school-staff-card {
    width: 335px !important;
    height: 450px !important;
    margin: 0 !important;
}

/* 1024 */
@media only screen and (max-width: 1199px) {
    .school-staff__content {
        max-width: 1024px !important;
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .school-staff__list,
    .school-staff-slider,
    .school-staff-slider__track {
        max-width: 690px !important;
    }

    .school-staff-slider__track {
        grid-template-columns: repeat(2, 335px) !important;
        gap: 24px 20px !important;
    }
}

/* 768 */
@media only screen and (max-width: 900px) {
    .school-staff__content {
        max-width: 768px !important;
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    .school-staff__list,
    .school-staff-slider,
    .school-staff-slider__track {
        max-width: 690px !important;
    }

    .school-staff-slider__track {
        grid-template-columns: repeat(2, 335px) !important;
        gap: 24px 20px !important;
    }
}

/* 375 */
@media only screen and (max-width: 575px) {
    .school-staff__content {
        max-width: 375px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .school-staff__list,
    .school-staff-slider,
    .school-staff-slider__track {
        max-width: 335px !important;
    }

    .school-staff-slider__track {
        grid-template-columns: 335px !important;
        gap: 20px !important;
    }

    .school-staff-card {
        width: 335px !important;
        max-width: 100% !important;
    }
}
/* =========================================================
   Карточки экспертов: аккуратный текст по макету
========================================================= */

.school-staff-slider__track {
    display: grid !important;
    grid-template-columns: repeat(4, 335px) !important;
    gap: 20px !important;
    justify-content: center !important;
    align-items: start !important;
    width: 100% !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.school-staff-card {
    position: relative;
    width: 335px;
    height: 450px;
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    transition: transform .2s ease, box-shadow .2s ease;
}

.school-staff-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(52, 51, 51, 0.10);
}

.school-staff-card--hidden {
    display: none !important;
}

.school-staff-card__content {
    position: absolute;
    top: 34px;
    left: 30px;
    right: 30px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    min-height: 116px;
    max-height: 132px;
    overflow: hidden;
}

.school-staff-card__name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

    margin: 0;
    padding: 0;
    font-family: 'Roboto', Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 90%;
    color: #343333;
    text-wrap: balance;
    word-break: normal;
    overflow-wrap: anywhere;
}

.school-staff-card__position {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;

    margin: 0;
    padding: 0;
    font-family: 'Roboto', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 110%;
    color: rgba(95, 94, 94, 0.6);
    word-break: normal;
    overflow-wrap: anywhere;
}

.school-staff-card__email {
    display: block;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

    margin: 0;
    padding: 0;
    font-family: 'Roboto', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    color: #343333;
    text-decoration: none;
}

.school-staff-card__email:hover {
    color: #3EA74F;
}

.school-staff-card__image-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 284px;
    overflow: hidden;
}

.school-staff-card__image {
    position: absolute;
    width: 302.42px;
    height: 314.33px;
    left: -19.2px;
    top: -0.37px;
    background: #EDEDED;
    border-radius: 2px;
    overflow: hidden;
    transform: rotate(-4deg);
    transform-origin: center;
}

.school-staff-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: rotate(4deg) scale(1.06);
    transform-origin: center;
}

.school-staff-card__pin {
    position: absolute;
    z-index: 4;
    width: 10px;
    height: 10px;
    display: block;
    line-height: 0;
    pointer-events: none;
}

.school-staff-card__pin--one {
    left: 165px;
    top: 3px;
}

.school-staff-card__pin--two {
    left: 278px;
    top: 26px;
}

.school-staff-card__pin--three {
    left: 290px;
    top: 174px;
}

.school-staff-slider__more {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 210px;
    height: 40px;
    margin: 40px auto 0;
    padding: 10px 30px;
    gap: 10px;
    border: 0;
    border-radius: 100px;
    background: #3EA74F;
    color: #FFFFFF;
    font-family: 'Roboto', Arial, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color .2s ease, transform .2s ease;
}

.school-staff-slider__more:hover {
    background: #359245;
    transform: translateY(-2px);
}

.school-staff-slider__more:focus {
    outline: 2px solid #343333;
    outline-offset: 3px;
}

/* Desktop 1440 / 1920 */
@media only screen and (max-width: 1439px) {
    .school-staff-slider__track {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        max-width: 100% !important;
    }

    .school-staff-card {
        width: 100%;
    }
}

/* Tablet 1024 */
@media only screen and (max-width: 1199px) {
    .school-staff-slider__track {
        grid-template-columns: repeat(2, 335px) !important;
    }
}

/* Tablet 768 */
@media only screen and (max-width: 899px) {
    .school-staff-slider__track {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .school-staff-card {
        width: 100%;
    }

    .school-staff-card__name {
        font-size: 24px;
    }
}

/* Mobile 375 */
@media only screen and (max-width: 575px) {
    .school-staff-slider__track {
        grid-template-columns: 1fr !important;
        max-width: 335px !important;
    }

    .school-staff-card {
        width: 335px;
        max-width: 100%;
        margin: 0 auto;
    }

    .school-staff-card__name {
        font-size: 22px;
    }

    .school-staff-card__position {
        -webkit-line-clamp: 5;
    }
}
/* =========================================================
   ШПР: особенности программы и помощь
========================================================= */

.school-section--features {
    padding: 0 0 120px !important;
    min-height: auto !important;
}

.school-title--features {
    margin-bottom: 60px !important;
}

.school-features {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.school-features__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.school-features__item {
    position: relative;
    min-height: 96px;
    padding: 24px 28px 24px 54px;
    border-radius: 10px;
    background: #F5F5F5;
    color: #343333;
    font-family: 'Roboto', Arial, sans-serif !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
}

.school-features__item::before {
    content: "";
    position: absolute;
    left: 28px;
    top: 31px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #3EA74F;
}

.school-section--help {
    display: block !important;
    align-items: initial !important;
    min-height: auto !important;
    padding: 0 0 120px !important;
}

.school-section--help .school-section__content {
    padding-bottom: 0 !important;
}

.school-title--help {
    margin-bottom: 60px !important;
}

.school-help {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.school-help__lead {
    max-width: 780px;
    margin: 0 auto 40px;
    color: #343333;
    font-family: 'Roboto', Arial, sans-serif !important;
    font-weight: 400;
    font-size: 24px;
    line-height: 110%;
    text-align: center;
}

.school-help__subtitle {
    margin: 0 0 24px;
    color: #343333;
    font-family: 'Roboto', Arial, sans-serif !important;
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
    text-align: center;
}

.school-help__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.school-help__item {
    position: relative;
    min-height: 120px;
    padding: 24px 28px 24px 54px;
    border-radius: 10px;
    background: #F5F5F5;
    color: #343333;
    font-family: 'Roboto', Arial, sans-serif !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
}

.school-help__item::before {
    content: "";
    position: absolute;
    left: 28px;
    top: 31px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #3EA74F;
}

/* Tablet 1024 / 768 */
@media only screen and (max-width: 1024px) {
    .school-features__list,
    .school-help__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .school-features__item,
    .school-help__item {
        font-size: 18px;
    }

    .school-help__lead {
        font-size: 22px;
    }
}

/* Mobile 375 */
@media only screen and (max-width: 575px) {
    .school-section--features,
    .school-section--help {
        padding-bottom: 80px !important;
    }

    .school-title--features,
    .school-title--help {
        margin-bottom: 36px !important;
    }

    .school-features__list,
    .school-help__list {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .school-features__item,
    .school-help__item {
        min-height: auto;
        padding: 20px 22px 20px 46px;
        font-size: 16px;
        line-height: 115%;
    }

    .school-features__item::before,
    .school-help__item::before {
        left: 22px;
        top: 25px;
    }

    .school-help__lead {
        font-size: 18px;
        line-height: 115%;
        margin-bottom: 28px;
    }

    .school-help__subtitle {
        font-size: 22px;
    }
}
.school-breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
    margin: 0 0 32px;
    position: relative;
    z-index: 5;
    text-align: left;
}

.school-breadcrumbs,
.school-breadcrumbs a,
.school-breadcrumbs span {
    color: #343333;
    font-size: 14px;
    line-height: 1.4;
    text-decoration: none;
}

.school-breadcrumbs a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .school-breadcrumbs {
        justify-content: flex-start;
        text-align: left;
        margin-bottom: 20px;
    }

    .school-breadcrumbs,
    .school-breadcrumbs a,
    .school-breadcrumbs span {
        font-size: 12px;
    }
}
/* SCHOOL PAGE WIDTH FIX */

.school-hero__content,
.school-section__content,
.school-staff__content {
    width: calc(100% - 80px) !important;
    max-width: 1180px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Крошки слева */
.school-breadcrumbs {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
    gap: 8px !important;

    width: 100% !important;
    max-width: 1180px !important;
    margin: 0 0 32px !important;

    text-align: left !important;
    position: relative !important;
    z-index: 5 !important;
}

.school-breadcrumbs,
.school-breadcrumbs a,
.school-breadcrumbs span {
    color: #343333 !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    text-decoration: none !important;
}

.school-breadcrumbs a:hover {
    text-decoration: underline !important;
}

/* Заголовок можно оставить по центру внутри широкого контейнера */
.school-hero__title {
    width: 100% !important;
    text-align: center !important;
}

/* Текст первого экрана можно оставить читаемым, но не зажимать весь блок */
.school-hero__text {
    max-width: 620px !important;
}

/* Адаптив */
@media (max-width: 767px) {
    .school-hero__content,
    .school-section__content,
    .school-staff__content {
        width: calc(100% - 32px) !important;
        max-width: none !important;
    }

    .school-breadcrumbs {
        justify-content: flex-start !important;
        text-align: left !important;
        margin-bottom: 20px !important;
    }

    .school-breadcrumbs,
    .school-breadcrumbs a,
    .school-breadcrumbs span {
        font-size: 12px !important;
    }

    .school-hero__text {
        max-width: 100% !important;
    }
}