.uc-navigation {
    position: relative;
    z-index: 99999;
}

.uc-hero-block-custom {
    margin-top: -70px;
}

    a{
        cursor: pointer;
    }
    
  

.teacher-audience {
    display: grid;
    grid-template-columns: 1fr 1px 1.4fr;
    gap: 35px;

    margin: 28px 0;
    padding: 28px 0;

    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.teacher-audience *{   
        font-family: 'Inter', Arial, sans-serif;

}

.teacher-audience__column {
    min-width: 0;
}

.teacher-audience__label {
    margin-bottom: 10px;

    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;

    text-transform: uppercase;
    letter-spacing: .04em;

    opacity: .5;
}

.teacher-audience__title {
    font-size: 19px;
    line-height: 1.45;
    font-weight: 500;
}

.teacher-audience__divider {
    width: 1px;
    background: #e8e8e8;
}

.teacher-audience__list {
    margin: 0;
    padding: 0;

    list-style: none;
}

.teacher-audience__list li {
    position: relative;

    margin: 0 0 9px;
    padding-left: 18px;

    font-size: 15px;
    line-height: 1.5;
}

.teacher-audience__list li:last-child {
    margin-bottom: 0;
}

.teacher-audience__list li::before {
    content: "—";

    position: absolute;
    left: 0;
    top: 0;

    opacity: .45;
}


/* =========================================
   ОСНОВА
========================================= */

.teacher-card {
    width: 100%;
    box-sizing: border-box;
    color: #222;
}

.teacher-card * {
    box-sizing: border-box;
}


/* =========================================
   ОБЩИЕ СЕКЦИИ
========================================= */

.teacher-section {
    display: grid;
    grid-template-columns: 170px 1fr;
    gap: 35px;

    padding: 25px 0;

    border-bottom: 1px solid #e8e8e8;
}

.teacher-section:first-child {
    padding-top: 0;
}

.teacher-section-label {
    display: flex;
    align-items: flex-start;
    gap: 8px;

    padding-top: 3px;

    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
}

.teacher-section-content {
    max-width: 720px;
}

.teacher-item {
    margin-bottom: 20px;
}

.teacher-item:last-child {
    margin-bottom: 0;
}

.teacher-item-title {
    font-size: 16px;
    line-height: 1.45;
    font-weight: 600;
}

.teacher-item-text {
    margin-top: 3px;

    font-size: 14px;
    line-height: 1.5;

    opacity: .65;
}


/* =========================================
   ЦИТАТА
========================================= */

.teacher-quote {
    position: relative;

    margin: 28px 0;

    padding: 28px 35px 28px 62px;

    border-radius: 16px;

    background: #f6f6f6;
}

.teacher-quote-mark {
    position: absolute;

    left: 22px;
    top: 13px;

    font-family: Georgia, serif;
    font-size: 52px;
    line-height: 1;

    opacity: .2;
}

.teacher-quote-text {
    font-size: 18px;
    line-height: 1.55;
    font-weight: 500;
}


/* =========================================
   МОЯ МЕТОДИКА
========================================= */

.teacher-method {
    padding: 8px 0 30px;

    border-bottom: 1px solid #e8e8e8;
}

.teacher-method h3 {
    margin: 0 0 12px;

    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
}

.teacher-method-lead {
    margin-bottom: 10px;

    font-size: 17px;
    line-height: 1.45;
    font-weight: 600;
}

.teacher-method > p {
    max-width: 700px;

    margin: 0;

    font-size: 15px;
    line-height: 1.65;
}

.teacher-method-help {
    display: flex;
    align-items: flex-start;
    gap: 20px;

    margin-top: 20px;
}

.teacher-method-help-title {
    flex-shrink: 0;

    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
}

.teacher-method-help ul {
    margin: 0;
    padding-left: 18px;

    font-size: 14px;
    line-height: 1.6;
}


/* =========================================
   ДЛЯ КОГО
========================================= */

.teacher-for {
    padding-top: 28px;
}

.teacher-for h3 {
    margin: 0 0 15px;

    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
}

.teacher-for-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.teacher-for-box {
    padding: 18px;

    border: 1px solid #e8e8e8;
    border-radius: 14px;
}

.teacher-for-box strong {
    display: block;

    margin-bottom: 6px;

    font-size: 16px;
    line-height: 1.3;
}

.teacher-for-box p {
    margin: 0;

    font-size: 14px;
    line-height: 1.5;

    opacity: .7;
}


/* =========================================
   ГЛАВНАЯ МЫСЛЬ
========================================= */

.teacher-final {
    margin-top: 25px;
    padding: 22px 24px;

    border-radius: 14px;

    background: #f6f6f6;
}

.teacher-final-title {
    margin-bottom: 7px;

    font-size: 17px;
    line-height: 1.4;
    font-weight: 600;
}

.teacher-final-text {
    font-size: 14px;
    line-height: 1.55;

    opacity: .75;
}


/* =========================================
   МОБИЛЬНАЯ ВЕРСИЯ
========================================= */

@media screen and (max-width: 600px) {

    .teacher-section {
        display: block;

        padding: 22px 0;
    }

    .teacher-section-label {
        margin-bottom: 16px;

        font-size: 14px;
    }

    .teacher-item-title {
        font-size: 15px;
    }

    .teacher-item-text {
        font-size: 13px;
    }

    .teacher-quote {
        margin: 22px 0;

        padding: 23px 20px 23px 50px;
    }

    .teacher-quote-text {
        font-size: 16px;
    }

    .teacher-method {
        padding-top: 5px;
    }

    .teacher-method h3 {
        font-size: 20px;
    }

    .teacher-method-help {
        display: block;
    }

    .teacher-method-help-title {
        margin-bottom: 6px;
    }

    .teacher-for h3 {
        font-size: 20px;
    }

    .teacher-for-grid {
        grid-template-columns: 1fr;
    }

}
@media screen and (max-width: 935px) {

    /* Образование + Достижения */
    .teacher-grid {
        grid-template-columns: 1fr !important;
    }

    /* Для кого мои занятия */
    .teacher-for-grid {
        grid-template-columns: 1fr !important;
    }

    /* Если где-то используются другие двухколоночные блоки */
    .teacher-info-grid {
        grid-template-columns: 1fr !important;
    }

}
/* МОБИЛЬНАЯ ВЕРСИЯ */

@media screen and (max-width: 600px) {

    .teacher-audience {
        display: block;

        margin: 24px 0;
        padding: 22px 0;
    }

    .teacher-audience__divider {
        width: 100%;
        height: 1px;

        margin: 22px 0;
    }

    .teacher-audience__title {
        font-size: 17px;
    }

    .teacher-audience__list li {
        font-size: 14px;
    }

}