.swiper-container-teach {
    overflow: hidden !important;
    position: initial !important;
}
.img-teach {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    position: relative;
    object-fit: contain;
    object-position: top;
}
.block-teachers__info-teacher {
    font-family: 'Wix Madefor Display';
    font-size: 16px;
    font-weight: 400;
    line-height: 20.88px;
    max-height: max-content;
    max-height: -webkit-fill-available;
    max-width: 320px;
    text-align: center;
    min-height: 100px;
    height: max-content !important;
}

.block-teachers__col-1 {
    border-radius: 20px 0 0 20px;
    display: flex;
    align-items: center;
    padding: 50px 0 50px 50px;
    justify-content: center;
}

.col-teach-2 {
    padding: 50px;
    font-family: 'Wix Madefor Display';
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    min-width: 800px;
    min-height: 300px;
}

.fio-teach {
    font-family: "TT Norms", sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 40.32px;
    text-align: left;
    color: #093EB4;
    margin-bottom: 30px;
}

.desc-teach {
    font-family: 'Wix Madefor Display';
    font-size: 16px;
    font-weight: 400;
    line-height: 20.16px;
    text-align: left;
    margin-bottom: 20px;
}

.link-teach {
    font-family: "TT Norms", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.16px;
    text-align: left;
    color: #093EB4;
    text-decoration: underline !important;
}

.btn-teach {
    height: max-content !important;
    background: none;
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    border-radius: 0px;
    border: none !important;
    color: #093EB4;
    margin-top: 20px;
    max-width: 395px;
    text-decoration: underline;
}

.swiper-scrollbar-teach {
    height: 6px;
    border-radius: 38px !important;
    background: #E4E9F2 !important;
    margin-top: 15px;
}

.swiper-scrollbar-teach .swiper-scrollbar-drag {
    background: #92B7EB;
    border-radius: 38px;
}
.course-teacher-bottom-new {
    padding: 20px 0px;
}
.block-teachers__name {
    font-family: 'Wix Madefor Display';
    font-size: 18px;
    font-weight: 500;
    line-height: 21.24px;
}
.circle-teach {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #F4F4F4;
    border-radius: 20px;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    z-index: 0;
    overflow: hidden;
}

.circle-teach-popup {
    position: absolute;
    width: 215px;
    height: 215px;
    background-color: #D0D0D0;
    z-index: 0;
    border-radius: 20px;
    overflow: hidden;
}
.course-teacher-top img {
    overflow: hidden;
    z-index: 1;
    position: relative;
    height: 310px;
    object-fit: cover;
    object-position: top;
}
.block-teacher__slider .col-mr{
    height: 310px ;
    width: 310px ;
    border-radius: 50%;
}
.teacher-container-img{
    padding: 0px !important;
}
.swiper-button-next__block-teacher {
    right: -30px !important;
}
.swiper-button-prev__block-teacher {
    left: -30px !important;
}

.popup-content-heach {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    text-align: center;
    border-radius: 20px;
}

.course-teacher__image {
    width: 310px;
    height: 310px;
    background-color: #D0D0D0;
    z-index: 0;
    border-radius: 50%;
    overflow: hidden;
}

.tech_courses .block-teacher__slider {
    padding-bottom: 0px !important;
    position: relative;
}
.tech_courses .course-teacher-bottom-new {
    padding: 20px 0px;
    margin-top: 10px;
}
.tech_courses .block-teachers__name {
    font-family: Wix Madefor Display;
    font-weight: 600;
    font-size: 22px;
    line-height: 70% !important;
}
.tech_courses .block-teachers__info-teacher {
    font-weight: 500;
}
.tech_courses .formats__btn{
    margin-top: 30px;
    background: #F3F8FF;
}
@media (max-width: 1300px) {
    .col-mr{
        height: 234px !important;
        width: 234px !important;
    }
    .course-teacher-top img {
        height: 234px !important;
    }
}
@media (max-width: 980px) {
    .course-teacher__image {
        width: 150px;
        height: 150px;
        background-color: #D0D0D0;
        z-index: 0;
        border-radius: 50%;
        overflow: hidden;
    }
    .block-teachers__col-1 {
        border-radius: 20px 0 0 20px;
        display: flex;
        align-items: center;
        padding: 40px 0 0px 60px;
        justify-content: center;
    }
    .img-teach {
        width: 150px;
        height: 150px;
    }
    .col-teach-2 {
        padding: 0px 25px 25px 25px;
        font-family: 'Wix Madefor Display';
        font-size: 14px;
        font-weight: 300;
        line-height: 19px;
        letter-spacing: 0em;
        text-align: left;
        width: 100%;
        min-height: 301px;
        min-width: 200px;
    }

    .fio-teach {
        font-family: 'Wix Madefor Display';
        font-size: 18px;
        font-weight: 700;
        line-height: 20px;
        color: #093EB4;
        margin-bottom: 5px;
        margin-top: 25px;
    }

    .desc-teach {
        font-family: 'Wix Madefor Display';
        font-size: 14px;
        font-weight: 500;
        line-height: 19px;
        margin-bottom: 10px;
    }
    .popup-teacher__content {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .block-teacher__slider .swiper-button-prev__block-teacher {
        display: none;
    }
    .block-teacher__slider .swiper-button-next__block-teacher {
        display: none;
    }
    .swiper-button-next__block-teacher, .swiper-button-prev__block-teacher {
        top: 100% !important;
    }
    .block-teachers__info-teacher {
        font-size: 10px;
        line-height: 12.88px;
        height: 80px;
    }
    .swiper-container-teach {
        width: 100%;
    }
    .swiper-slide-teach {
        min-width: min-content !important;
    }
    .block-teachers__name {
        font-size: 11px;
        line-height: 10.24px;
        text-align: center;
    }
    .popup-content-heach {
        width: 80%;
        height: -webkit-fill-available;
        overflow: auto;
        height: 80%;
        max-height: max-content;
    }
    .popup-content-heach {
        transform: translate(-50%, -40%);
    }
}

@media (max-width: 670px) {
    .swiper-button-prev__block-teacher {
        display: none;
    }
    .swiper-button-next__block-teacher {
        display: none;
    }
    .col-mr{
        height: 134px !important;
        width: 134px !important;
    }
    .course-teacher-top img {
        height: 134px !important;
    }
    .input--custom, .btn--custom, .block-teachers__btn {
        max-height: 46px !important;
        min-height: 46px !important;
    }

    .block-teachers__info-teacher {
        min-height: max-content;
        height: max-content !important;
        font-size: 16px !important;
        line-height: 120% !important;
    }
    .block-teachers__btn {
        max-height: max-content !important;
        min-height: max-content !important;
        font-size: 16px !important;
    }
    .tech_courses .block-teachers__name {
        font-weight: 500;
    }
}
