

/* Start:/local/templates/online-school/components/bitrix/news/courses/bitrix/news.detail/.default/style.css?170324090736015*/
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.main_block {
    min-height: 920px;
    background-size: cover;
    display: flex;
    align-items: center;
}

.main_block_container {
    background-color: #fff;
    padding: 30px;
    margin-left: auto;
    width: 65%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.main_block_content {
    background-color: #fff;
    padding: 30px;
    width: 65%;
}

.main_block_content h2 {
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 52px;
    line-height: 75px;
}


.teacher_block {
    font-family: 'Roboto';
    display: flex;
    align-items: center;
}

.teacher_block_content_title_tt {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #000000;
}

.teacher_block_content_title_text {
    font-style: normal;
    font-weight: 700;
    font-size: 96px;
    line-height: 112px;
    color: #EEDB24;
    border-bottom: 17px solid #eedb24;
    padding-bottom: 17px;
}

.teacher_block_content_subtitle {
    margin-top: 40px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #098E97;
}

.teacher_block_content_numbers {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.teacher_block_content_numbers_item_number {
    position: relative;
    font-family: 'Rubik';
    font-style: normal;
    padding-bottom: 7px;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    color: #EEDB24;
}

.teacher_block_content_numbers_item_number:after {
    position: absolute;
    content: '';
    width: 43px;
    height: 3px;
    background: #000;
    left: 0;
    bottom: 0;
}

.teacher_block_content_numbers_item_text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    height: 32px;
    width: 120px;
    text-transform: uppercase;
    color: #000000;
    margin-top: 16px;
}


.teacher_block_content_text {
    margin-top: 50px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}


.questions_block {
    padding: 90px 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: right top;
}

.questions_block:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #098E97;
    z-index: -1;
}

.questions_block_title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 56px;
    color: #FFFFFF;
}

.questions_block_items {
    margin-top: 30px;
    max-width: 60%;
    margin: 0 auto;
}

.questions_block_items_item {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 50px;
    position: relative;
    padding-left: 50px;
}

.questions_block_items_item_img {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0;
}

.questions_block_items_item_text {
    position: relative;
}

.questions_block_items_item_text:before {
    content: '';
    border-left: 2px solid #EEDB24;
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
}

.questions_block2 {
    position: relative;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.questions_block_bonus {
    background: #EEDB24;
    padding: 100px;
    width: 100%;
}

.questions_block_bonus_main {
    padding: 20px 0;
    border-top: 1px solid #098E97;
    border-bottom: 1px solid #098E97;
}

.questions_block_bonus_title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 46px;
    color: #098E97;
}

.questions_block_bonus_date {
    margin-top: 20px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    color: #FFFFFF;
}

.questions_block_bonus_footnote {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    color: #fff;
    margin-top: 30px;
}

.questions_block_bonus_action {
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.questions_block_bonus_action svg{
    margin: 0 16px 0 24px;
}

.i_btn {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 18.6667px;
    line-height: 22px;
    text-align: center;
    background: #098E97;
    border-radius: 48px;
    color: #fff;
    padding: 12px 25px;
    cursor: pointer;
}

.i_btn_text {

}

.i_btn_text_tt {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #098E97;
}

.i_btn_text_cnt {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #098E97;
}



.faq_block {
    padding: 50px 0;
}

.faq_block h2 {
    text-align: center;
}

.faq_block_content {
    max-width: 80%;
    margin: 0 auto;
}

.faq_block_item {
    border-bottom: 1px solid #000;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 38px;
    padding-bottom: 38px;
    position: relative;
    cursor: pointer;
}
.faq_block_item:before {
    content: '';
    position: absolute;
    background: url('/local/images/svg/crown.svg') center no-repeat;
    width: 25px;
    height: 25px;
    left: 38px;
    top: 50%;
    margin-top: -13px;
}
.faq_block_item:after {
    content: '';
    position: absolute;
    background: url('/local/images/svg/plus-blue.svg') center no-repeat;
    width: 25px;
    height: 25px;
    right: 38px;
    top: 50%;
    margin-top: -13px;
}

.faq_block_item_answer {
    font-family: 'Roboto';
    font-style: normal;
    line-height: 38px;
    padding: 10px 0;
    display: none;
}

.faq_block_item.i_opened .faq_block_item_answer {
    display: block;
}

.faq_block_item.i_opened .faq_block_item_question {
    color: #EEDB24;
}

.faq_block_item.i_opened:after {
    background: url('/local/images/svg/minus-yellow.svg') center no-repeat;
}

.faq_block_item_question {
    color: #098E97;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    padding: 10px 0;
    font-size: 26px;
}

.course_detail .info_course {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #EEDB24;
    border-bottom: 1px solid #EEDB24;
    margin: 32px 0 12px;
    padding: 14px 0;
}

.course_detail .info_course > div{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 31%;
    margin: 15px 0;
}

.course_detail .info_course span {
    text-transform: uppercase;
}

.course_detail .info_course .i-course {
    display: inline-block;
}

.course_detail .info_course .i-calendar {
    background: url(/local/templates/online-school/assets/img/course-detail/calendar.png) no-repeat center;
    width: 28px;
    height: 21px;
}

.course_detail .info_course .i-clock {
    background: url(/local/templates/online-school/assets/img/course-detail/clock.png) no-repeat center;
    width: 28px;
    height: 21px;
}

.course_detail .info_course .i-message {
    background: url(/local/templates/online-school/assets/img/course-detail/message.png) no-repeat center;
    width: 28px;
    height: 24px;
}

.course_detail .info_course .i-cert {
    background: url(/local/templates/online-school/assets/img/course-detail/cert.png) no-repeat center;
    width: 28px;
    height: 28px;
}

.course_detail .info_course i {
    margin-right: 16px;
}

.course_detail .info_course__label {
    border: 1px solid #EEDB24;
    box-sizing: border-box;
    border-radius: 16px;
    padding: 5px 18px;
    text-transform: uppercase;
}

.course_payment__rating {
    display: flex;
}

.course_payment__rating .item {
    display: flex;
    align-items: center;
}

.course_payment__rating .item .stars {
    display: flex;
    margin-left: 10px;
}

.course_payment__rating .item .stars .star {
    width: 14px;
    height: 14px;
    margin-right: 6px;
    background: url("/local/templates/online-school/assets/img/course-detail/star.svg");
}

.course_payment__rating .item .stars .star:not(.active) {
    filter: grayscale(1);
}

.course_payment__rating .item.stats {
    flex-direction: column;
    align-items: unset;
}

.course_payment__rating .item.stats .stats_item {
    display: flex;
    align-items: center;
    padding: 6px 0;
}

.priceBlock{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.payment_page .price_block, .price_block_elem {
    display: flex;
    margin-top: 0;
    margin-bottom: 0;
    background: #FFFFFF;
    border: 1px solid #EEDB24;
    box-sizing: border-box;
}

.price_block_elem .item::after{
    content: none !important;
    display: none !important;
}

.price_for_money::after{
    content: none;
    display: none;
}

.price_block_elem .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    position: relative;
}

.price_block_elem .item.not-active {
    display: none;
}

.price_block_elem .item .left_side {
    display: flex;
    justify-content: space-around;
    padding-right: 16px;
    border-right: 1px solid #C4C4C4;
}

.price_block_elem .item .right_side {
    margin-left: 16px;
}

.payment_page .price_block, .price_block_elem{
    border: none !important;
    margin: 0 !important;
}

.teacher_block .teacherImage{

}

.teacher_block .teacherImage img{
    max-height: 1000px;
}

.teacherNoFullWidth{
    width: 56%;
}

.teacher_block_content{
    margin-left: 48px;
}

.motivationBlock{
    z-index: 1;
}

.motivationBlock .motivationBlockContent {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.motivationBlock .motivationBlockContent .left_side {
    background: #098E97;
    padding: 72px 72px 120px;
    width: 60%;
}

.motivationBlock .motivationBlockContent .right_side {
    width: 40%;
    text-align: center;
}

.motivationBlock .motivationBlockContent .right_side img {
    object-fit: contain;
    vertical-align: top;
    height: calc(100% - 100px);
}

.questions_block2_content{
    display: flex;
    justify-content: space-between;
}

.questions_block2_content .left_side {
    width: 40%;
    text-align: center;
}

.questions_block2_content .right_side {
    width: 65%;
    padding: 150px 100px;
    margin-top: -100px;
}

.forWhoCourse{
    display: flex;
    margin: 120px 0px;
}

.forWhoCourse .left_side{
    display: flex;
    flex-direction: column;
    width: 50%;
}

.forWhoCourse .right_side{
    display: flex;
    flex-direction: column;
    width: 50%;
}

.fullWidthLineCaption{
    font-weight: 700;
    font-size: 88px;
    line-height: 92px;
    color: #EEDB24;
    padding-bottom: 12px;
    border-bottom: 10px solid #EEDB24;
    margin-bottom: 42px;
}

.tl{
    text-align: left;
}

.tr{
    text-align: right;
}

.forWhoCourse .left_sideContent{
    width: 90%;
    margin: 0 0 0 auto;
}

.forWhoCourse .left_sideContent .imgLineTextItemContainer{
    width: 60%;
    margin: 0 0 0 auto;
}

.forWhoCourse .left_sideContent > p{
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    color: #000000;
    text-align: right;
    margin-bottom: 32px;
}

.imgLineTextItem{
    display: flex;
    margin: 20px 0;
}

.imgLineTextItem p{
    font-size: 16px;
    line-height: 18px;
    color: #098E97;
}

.verticalLine{
    width: 2px;
    min-width: 2px;
    background: #EEDB24;
    display: block;
    margin: 0 16px;
    align-self: stretch;
}

.blueBlock{
    display: flex;
    flex-direction: column;
    background: #098E97;
    padding: 42px 0 64px 72px;
}

.blueBlock h4{
    font-weight: 700;
    font-size: 64px;
    line-height: 72px;
    color: #EEDB24;
}

.blueBlock hr{
    background: #EEDB24;
}

.yellowLine{
    width: 100%;
    height: 1px;
    background: #EEDB24;
    margin: 16px 0;
}

.blueBlock .questions_block_bonus_action{
    margin: 0;
    justify-content: flex-start;
}

.blueBlock .questions_block_bonus_action .i_btn{
    background:#eedb24;
    color: #000;
}

.blueBlock .questions_block_bonus_action .i_btn_text_tt,
.blueBlock .questions_block_bonus_action .i_btn_text_cnt{
    color: #fff;
}

.blueBlock .questions_block_bonus_action svg{
    fill: #fff;
}

.blueBlock .questions_block_bonus_action path{
    fill: #fff;
}

.forWhoCourse .right_side .imgContainer{
    display: flex;
    justify-content: center;
}

.forWhoCourse .right_side .imgContainer img{
    margin: 0 auto;
    max-height: 600px;
}

.courseResults{
    width: 75%;
    margin: 92px 0 0 auto;
}

.courseResults .blueBlockContent{
    width: 70%;
    margin: 0 auto 0 0;
}

.courseResults .fullWidthLineCaption{
    margin-bottom: 0;
}

.leftImgCaptionAndDesc{
    display: flex;
    margin-bottom: 72px;
}

.leftImgCaptionAndDesc img {
    width: 28px;
    margin: 0 42px auto 0;
}

.leftImgCaptionAndDesc > div{
    display: flex;
    flex-direction: column;
}

.leftImgCaptionAndDesc .caption{
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
    color: #EEDB24;
    margin-bottom: 10px;
}

.leftImgCaptionAndDesc .desc{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}


.courseProgramDetail{
    display: flex;
    justify-content: space-between;
    /*padding: 0 15%;*/
    margin: 92px 0;
}

.courseProgramDetail .left_side{
    width: 30%;
}

.courseProgramDetail .left_side h3{
    font-weight: 700;
    font-size: 78px;
    line-height: 100px;
    color: #000000;
}

.courseProgramDetail .left_side p{
    font-weight: 400;
    font-size: 28px;
    line-height: 38px;
    color: #000000;
}

.courseProgramDetail .right_side{
    width: 65%;
}

.courseAuthorSecondInfo{
    display: flex;
    flex-direction: column;
}

.courseAuthorSecondInfo .topContent{
    display: flex;
    justify-content: space-between;
}

.courseAuthorSecondInfo .topContent .left_side{
    width: 48%;
    background: #EEDB24;
    padding: 32px;
}


.courseAuthorSecondInfo .topContent .right_side{
    width: 48%;
}

.courseAuthorSecondInfo .topContent .left_side .imgContainer{
    margin: 0 auto;
}

.courseAuthorSecondInfo .topContent .left_side .imgContainer img{
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    display: block;
}

.courseAuthorSecondInfo .topContent .right_side .authorInfo{
    margin-left: -30%;
    padding-top: 42px;
    margin-bottom: 72px;
}

.courseAuthorSecondInfo .topContent .right_side .authorInfo .authorTitle{
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #098E97;
}

.courseAuthorSecondInfo .topContent .right_side .authorInfo .authorName{
    font-weight: 700;
    font-size: 84px;
    line-height: 92px;
    color: #000000;
}

.courseAuthorSecondInfo .topContent .right_side .authorInfo .authorDesc{
    font-weight: 400;
    font-size:17px;
    line-height: 19px;
    color: #000000;
}

.courseAuthorSecondInfo .topContent .textContent{
    font-weight: 400;
    font-size:17px;
    line-height: 19px;
    color: #000000;
    width: 60%;
    margin: 0 auto 0 0;
}


.courseAuthorSecondInfo .bottomContent{
    display: flex;
    margin: 72px 0;
    justify-content: space-between;
}


.courseAuthorSecondInfo .bottomContent .left_side{
    width: 48%;
}

.courseAuthorSecondInfo .bottomContent .left_side .secondTextContent{
    width: 70%;
    margin: 0 auto;

    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    color: #000000;
}


.courseAuthorSecondInfo .bottomContent .right_side{
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: transparent;
}

.courseAuthorSecondInfo .bottomContent .right_side .questions_block_bonus_action{
    margin-top: 0;
}

.courseAuthorSecondInfo .bottomContent .right_side .yellowLine{
    height: 3px;
}


.black.questions_block_bonus_action{
    margin: 0;
    justify-content: flex-start;
}

.black.questions_block_bonus_action .i_btn{
    background: #eedb24;
    color: #000;
    padding: 12px 53px;
    font-size: 16px;
    font-weight: 400;
}

.black.questions_block_bonus_action .i_btn_text_tt,
.black.questions_block_bonus_action .i_btn_text_cnt{
    color: #000;
}

.black.questions_block_bonus_action svg{
    fill: #fff;
}

.black.questions_block_bonus_action path{
    fill: #000;
}

.registrationBonus{
    display: flex;
    justify-content: space-between;
}

.registrationBonus > .left_side{
    display: flex;
    flex-direction: column;
    background: #EEDB24;
    padding: 80px 80px 120px 7%;
    width: 50%;
}

.registrationBonus > .left_side h4{
    font-weight: 700;
    font-size: 57px;
    line-height: 64px;
    color: #000000;
}

.registrationBonus > .left_side .bonusDate{
    font-weight: 700;
    font-size: 72px;
    line-height: 92px;
    color: #FFFFFF;
}

.registrationBonus > .left_side .blackLine{
    width: 100%;
    background: #000;
    height: 1px;
    display: block;
    margin: 12px auto 32px;
}

.registrationBonus > .left_side .additionalText{
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #000000;
}

.registrationBonus .right_side{
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 3% 7% 2%;
    text-transform: uppercase;
}

.registrationBonus .right_side > p{
    font-weight: 700;
    font-size: 56px;
    line-height: 64px;
    color: #000000;
    margin: 24px 0 32px;
}

.registrationBonus .right_side .registrationBonusForm{
    display: flex;
    flex-direction: column;
}

.registrationBonus .right_side .registrationBonusForm input{
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #098E97;
    border: none;
    border-bottom: 1.33px solid #000;
    outline: none;
    padding: 12px;
}

.registrationBonus .right_side .registrationBonusForm input::placeholder{
    text-transform: uppercase;
    color: #098E97;
}

.registrationBonus .right_side a{
    font-size: 18.6667px;
    line-height: 22px;
    text-align: center;
    background: #EEDB24;
    border-radius: 48px;
    color: #000;
    padding: 12px 25px;
    cursor: pointer;
    margin: 0;
}

.wantToKnowMore{
    display: flex;
    align-items: center;
    background: #098E97;
    border-radius: 56px;
    padding: 40px 80px 40px 20px;
    max-height: 400px;
    width: fit-content;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    margin: 108px 0 24px;
}

.wantToKnowMore .speakerImg{
    max-width: 352px;
    margin-top: -118px;
    max-height: 548px;
    overflow: hidden;
}

.wantToKnowMore .speakerImg img{
    width: 100%;
}

.wantToKnowMore .speakerTitle{
    display: flex;
    flex-direction: column;
}

.wantToKnowMore .speakerTitle p{
    font-weight: 700;
    font-size: 74px;
    line-height: 100px;
    color: #FFFFFF;
}

.wantToKnowMore .speakerTitle span{
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #000000;
}

.wantToKnowMore .verticalLine{
    margin: 0 48px;
    min-width: 1px;
    width: 1px;
}

.wantToKnowMore .speakerSocials{
    display: flex;
    align-items: center;
    margin-right: 42px;
}

.wantToKnowMore .speakerSocials a{
    margin: 0 16px;
    max-width: 48px;
}

.wantToKnowMore .speakerSocials img{
    width: 100%;
}


@media screen and (max-width: 2200px) {
    .main_block_content {
        width: 80%;
    }
}


@media screen and (max-width: 1920px) {
    .courseAuthorSecondInfo .topContent .textContent {
        width: 70%;
    }

    .wantToKnowMore .speakerTitle p {
        font-size: 64px;
        line-height: 68px;
    }
}


@media screen and (max-width: 1900px) {
    .main_block_container {
        width: 75%;
    }
}

@media screen and (max-width: 1640px) {
    .main_block_content {
        width: 95%;
    }

    .main_block_content h2 {
        margin-bottom: 24px;
        line-height: 65px;
    }

    .teacherNoFullWidth {
        width: 66%;
    }

    .questions_block2_content .right_side {
        padding: 100px;
    }

    .courseProgramDetail .left_side h3 {
        font-size: 68px;
        line-height: 80px;
    }

    .courseAuthorSecondInfo .topContent .textContent {
        width: 75%;
    }
}

@media screen and (max-width: 1616px) {
    .wantToKnowMore .verticalLine {
        margin: 0 32px;
    }

    .wantToKnowMore .speakerTitle p br{
        display: none;
    }

    .forWhoCourse .left_sideContent {
        width: 100%;
    }

    .forWhoCourse .left_sideContent .imgLineTextItemContainer {
        width: 75%;
    }

    .wantToKnowMore .speakerSocials a {
        margin: 0 16px;
        max-width: 48px;
        width: 48px;
    }

    .wantToKnowMore .speakerImg {
        width: 316px;
        margin-top: -146px;
        height: 568px;
        display: flex;
        align-items: flex-end;
    }
}

@media screen and (max-width: 1440px) {
    .questions_block_items {
        max-width: 90%;
    }

    .main_block_container {
        width: 90%;
    }

    .teacherNoFullWidth {
        width: 90%;
    }

    .forWhoCourse .right_side {
        width: 60%;
    }

    .fullWidthLineCaption {
        font-size: 74px;
        line-height: 82px;
        padding-bottom: 12px;
        border-bottom: 8px solid #EEDB24;
        margin-bottom: 32px;
    }

    .blueBlock {
        padding: 42px 0 42px 72px;
    }

    .courseProgramDetail.container{
        display: flex;
        flex-direction: column;
    }

    .courseProgramDetail .left_side {
        width: 100%;
    }

    .courseProgramDetail .right_side {
        width: 100%;
        max-width: 100%;
    }

    .courseAuthorSecondInfo .topContent .right_side .authorInfo {
        margin-left: 0;
        padding-top: 42px;
        margin-bottom: 72px;
    }

    .registrationBonus > .left_side h4 {
        font-weight: 700;
        font-size: 42px;
        line-height: 54px;
        color: #000000;
    }
}

@media screen and (max-width: 1400px) {
    .wantToKnowMore .speakerImg{
        display: none;
    }

    .wantToKnowMore {
        width: 100%;
        border-radius: 0;
        align-items: center;
        text-align: center;
        flex-direction: column;
        justify-content: center;
        padding: 42px 27px;
    }

    .wantToKnowMore .speakerSocials {
        display: flex;
        align-items: center;
        margin: 16px;
    }

    .motivationBlock .motivationBlockContent .right_side img {
        height: auto;
        width: 100%;
    }

}

@media screen and (max-width: 1200px) {
    .teacher_block_content_title_text {
        font-weight: 700;
        font-size: 78px;
        line-height: 82px;
        color: #EEDB24;
        border-bottom: 12px solid #eedb24;
        padding-bottom: 12px;
    }

    .motivationBlock .motivationBlockContent .right_side {
        display: none;
    }

    .motivationBlock .motivationBlockContent .left_side {
        padding: 42px 52px 90px;
        width: 100%;
    }

    .questions_block2_content .right_side {
        padding: 80px 50px;
        width: 100%;
        margin-top: 0;
    }

    .questions_block2_content .left_side{
        display: none;
    }

    .forWhoCourse {
        display: flex;
        margin: 60px 0px;
        flex-direction: column;
    }

    .forWhoCourse .left_side {
        display: flex;
        flex-direction: column;
        width: 90%;
        margin: 0 auto;
    }

    .fullWidthLineCaption {
        font-size: 74px;
        line-height: 82px;
        padding-bottom: 12px;
        border-bottom: 8px solid #EEDB24;
        margin-bottom: 32px;
        text-align: left !important;
    }

    .forWhoCourse .left_sideContent {
        width: 100%;
        margin: 0;
    }

    .forWhoCourse .left_sideContent > p {
        font-size: 28px;
        line-height: 34px;
        text-align: left;
    }

    .forWhoCourse .left_sideContent .imgLineTextItemContainer {
        width: 100%;
    }

    .forWhoCourse .right_side {
        width: 100%;
    }

    .courseResults {
        width: 90%;
        margin: 92px 0 0 auto;
    }

    .courseResults .blueBlockContent {
        width: 90%;
    }

    .courseAuthorSecondInfo .topContent .right_side .authorInfo {
        margin-left: 0;
        padding-top: 12px;
        margin-bottom: 24px;
    }

    .registrationBonus > .left_side h4 {
        font-size: 36px;
        line-height: 44px;
    }

    .registrationBonus .right_side > p {
        font-weight: 700;
        font-size: 46px;
        line-height: 54px;
    }
}

@media screen and (max-width: 1136px) {
    .main_block_container {
        width: 100%;
    }

    .courseAuthorSecondInfo .topContent {
        flex-direction: column-reverse;
    }

    .courseAuthorSecondInfo .topContent .left_side {
        width: 100%;
    }

    .courseAuthorSecondInfo .topContent .left_side .imgContainer {
        margin: 0 auto;
        max-width: 50%;
    }

    .courseAuthorSecondInfo .topContent .right_side {
        width: 100%;
        padding: 0 30px 30px;
    }

    .courseAuthorSecondInfo .topContent .textContent {
        width: 100%;
    }

    .courseAuthorSecondInfo .bottomContent {
        flex-direction: column;
        margin: 32px 0;
    }

    .courseAuthorSecondInfo .bottomContent .left_side .secondTextContent {
        width: 100%;
        margin: 0;
        padding: 0 30px 30px;
        font-size: 17px;
    }

    .courseAuthorSecondInfo .bottomContent .right_side {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        background: transparent;
        margin: 0 0 32px 0;
    }

    .courseAuthorSecondInfo .bottomContent .right_side .questions_block_bonus_action {
        margin-top: 0;
        padding-right: 42px;
    }

    .registrationBonus {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .registrationBonus > .left_side {
        flex-direction: column;
        background: #EEDB24;
        padding: 60px 80px 70px 32px;
        width: 100%;
    }

    .registrationBonus .right_side {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 3% 7% 2%;
        text-transform: uppercase;
    }

    .teacher_block .teacherImage {
        width: 200%;
    }

    .teacher_block .teacherImage img {
        max-height: 1000px;
        width: 100%;
    }

    .courseAuthorSecondInfo .bottomContent .left_side {
        width: 100%;
    }


}

@media screen and (max-width: 992px) {
    .teacher_block {
        padding: 42px 0 32px;
    }

    .main_block_content h2 {
        margin-bottom: 12px;
        line-height: 45px;
        font-size: 36px;
    }

    .course_detail .info_course > div {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 50%;
        margin: 8px 0;
    }

    .course_detail .info_course > div {
        width: 50%;
    }

    .teacher_block_content_text {
        margin-top: 20px;
        font-size: 17px;
        line-height: 19px;
    }

    .teacher_block_content_numbers {
        margin-top: 10px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .main_block {
        min-height: 720px;
    }

    .teacher_block_content_title_text {
        font-weight: 700;
        font-size: 68px;
        line-height: 72px;
        color: #EEDB24;
        border-bottom: 10px solid #eedb24;
        padding-bottom: 10px;
    }

    .teacher_block_content_numbers_item {
        width: auto;
        margin: 12px 2% 12px 0;
    }

    .teacher_block .teacherImage {
        display: none;
    }

    .courseResults {
        width: 100%;
    }

    .courseResults .fullWidthLineCaption {
        padding-left: 32px;
    }

    .courseProgramDetail {
        margin: 52px 0 22px;
    }
}


@media screen and (max-width: 768px) {
    .main_block_content h2 {
        margin-bottom: 12px;
        line-height: 35px;
        font-size: 32px;
    }

    .course_detail .info_course span {
        font-size: 14px;
    }

    .teacher_block_content_title_text {
        font-weight: 700;
        font-size: 52px;
        line-height: 64px;
        color: #EEDB24;
        border-bottom: 10px solid #eedb24;
        padding-bottom: 10px;
    }

    .teacher_block_content_subtitle {
        margin-top: 10px;
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
        color: #098E97;
    }

    .questions_block_title {
        font-size: 32px;
        line-height: 38px;
    }

    .fullWidthLineCaption {
        font-size: 43px;
        line-height: 50px;
        padding-bottom: 12px;
        border-bottom: 8px solid #EEDB24;
        margin-bottom: 30px;
    }

    .courseProgramDetail .left_side h3 {
        font-size: 42px;
        line-height: 52px;
    }

    .registrationBonus > .left_side h4 {
        font-size: 32px;
        line-height: 38px;
    }

    .registrationBonus > .left_side .bonusDate {
        font-weight: 700;
        font-size: 55px;
        line-height: 82px;
    }

    .faq_block_item_question {
        font-size: 20px;
    }

    .wantToKnowMore .speakerTitle p {
        font-size: 42px;
        line-height: 58px;
    }

    .forWhoCourse .right_side .imgContainer img {
        width: 100%;
    }

    .forWhoCourse .right_side .imgContainer {
        width: 80%;
        margin: 0 auto;
    }

    .courseAuthorSecondInfo .topContent .right_side .authorInfo .authorName {
        font-size: 54px;
        line-height: 82px;
    }

}

.speakerLogo {
    max-width: 200px;
}
.speakerLogo img {
    max-width: 100%;
}


@media screen and (max-width: 640px) {
    .course_detail .info_course > div {
        width: 100%;
    }

    .main_block_content .priceBlock {
        flex-direction: column;
    }

    .questions_block_bonus_title {
        font-size: 32px;
        line-height: 1.1;
    }

    .questions_block_bonus_date {
        margin-top: 0;
        font-size: 34px;
    }

    .questions_block_bonus_action {
        margin-top: 30px;
    }
}


@media screen and (max-width: 530px) {
    .course_detail .info_course > div {
        width: 100%;
    }

    .blueBlock h4 {
        font-size: 42px;
        line-height: 52px;
    }

    .courseAuthorSecondInfo .topContent .right_side .authorInfo .authorName {
        font-size: 42px;
        line-height: 72px;
    }

    .courseAuthorSecondInfo .topContent .textContent {
        width: 100%;
        font-size: 15px;
        line-height: 1.1;
    }

    .courseAuthorSecondInfo .bottomContent .left_side .secondTextContent{
        font-size: 15px;
        line-height: 1.1;
    }

    .forWhoCourse .right_side .imgContainer {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .main_block_content h2 {
        margin-bottom: 12px;
        line-height: 1.1;
        font-size: 24px;
    }

    .main_block_content > p{
        line-height: 1.1;
        font-size: 13px;
    }

    .course_detail .info_course {
        margin: 12px 0 12px;
        padding: 6px 0;
    }

    .course_detail .info_course span {
        font-size: 13px;
    }

    .course_detail .btn-pay-course {
        padding: 10px 28px !important;
        font-size: 18px !important;
        line-height: 1 !important;
    }

    .teacher_block_content_title_text {
        font-weight: 700;
        font-size: 42px;
        line-height: 54px;
        color: #EEDB24;
        border-bottom: 8px solid #eedb24;
        padding-bottom: 8px;
    }

    .teacher_block_content_numbers_item_number {
        font-size: 28px;
        line-height: 35px;
    }

    .teacher_block_content_numbers_item_text {
        font-size: 13px;
        line-height: 15px;
    }

    .teacher_block_content_text {
        margin-top: 8px;
        font-size: 15px;
        line-height: 1.15;
    }

    .questions_block_title {
        font-size: 26px;
        line-height: 1.1;
    }

    .motivationBlock .motivationBlockContent .left_side {
        padding: 42px 32px 50px;
        width: 100%;
    }

    .forWhoCourse .left_sideContent > p {
        font-size: 20px;
        line-height: 1.1;
    }

    .leftImgCaptionAndDesc {
        display: flex;
        margin-bottom: 52px;
    }

    .leftImgCaptionAndDesc img {
        width: 28px;
        margin: 0 22px auto 0;
    }

    .blueBlock {
        padding: 42px 30px 42px 30px;
    }

    .courseResults .blueBlockContent {
        width: 100%;
        margin: 0;
    }

    .courseAuthorSecondInfo .topContent .left_side .imgContainer {
        margin: 0 auto;
        max-width: 75%;
    }

    .wantToKnowMore .speakerTitle p {
        font-size: 32px;
        line-height: 48px;
    }

    .i_btn {
        font-size: 14.6667px;
        line-height: 19px;
    }

    .registrationBonus .priceBlock {
        display: flex;
        flex-direction: column;
    }

    .blueBlock {
        padding: 42px 25px 42px 25px;
    }

    .registrationBonus .right_side > p {
        font-size: 32px;
        line-height: 34px;
        text-align: center;
    }
}

@media screen and (max-width: 380px) {
    .main_block_content {
        width: 100%;
    }

    .courseAuthorSecondInfo .bottomContent .right_side .questions_block_bonus_action {
        padding: 0 15px;
    }

    .main_block_content {
        width: 100%;
        padding: 30px 0;
    }

    .teacher_block_content {
        margin-left: 0;
        padding: 15px;
    }

    .questions_block_title {
        font-size: 21px;
        line-height: 1.1;
    }

    .fullWidthLineCaption {
        font-size: 37px;
        line-height: 46px;
    }

    .leftImgCaptionAndDesc .caption {
        font-size: 24px;
    }

    .courseAuthorSecondInfo .topContent .left_side .imgContainer {
        max-width: 100%;
    }

    .registrationBonus > .left_side h4 {
        font-size: 18px;
        line-height: 1.2;
    }

    .registrationBonus > .left_side .bonusDate {
        font-weight: 700;
        font-size: 42px;
        line-height: 1.6;
    }

    .registrationBonus > .left_side {
        padding: 24px 17px 25px 17px;
    }

    .registrationBonus > .left_side .additionalText {
        font-size: 15px;
        line-height: 1.1;
    }

    .courseAuthorSecondInfo .bottomContent .left_side .secondTextContent {
        padding: 0 30px 30px;
        font-size: 15px;
        line-height: 1.1;
    }

    .faq_block_content {
        max-width: 100%;
        margin: 0 auto;
    }

    .faq_block_item {
        padding-left: 5px;
        padding-right: 50px;
    }

    .faq_block_item:before {
        content: none;
    }

    .faq_block_item:after {
        width: 20px;
        height: 20px;
        right: 16px;
    }

    .faq_block_item_question {
        font-size: 18px;
        padding: 4px 0;
    }

    .faq_block_item_answer {
        line-height: 1.3;
        padding: 10px 0 0;
    }

    .courseProgramDetail .left_side h3 {
        font-size: 32px;
        line-height: 1.1;
    }

    .courseProgramDetail .left_side p {
        font-size: 18px;
        line-height: 28px;
        margin-top: 12px;
    }

}

@media screen and (min-width: 1440px) and (max-width: 1460px){
    .forWhoCourse .right_side .imgContainer img {
        width: 100%;
    }
}


@media screen and (max-width: 1640px) {
    .questions_block2_content .left_side {
        width: 50%;
    }

    .questions_block2_content .right_side {
        padding: 60px;
    }
}


@media screen and (max-width: 340px) {
    .questions_block_bonus_title {
        font-size: 26px;
    }

    .questions_block_bonus_action {
        flex-direction: column;
    }

    .questions_block_bonus_action svg{
        margin: 8px 0;
    }
}
/* End */
/* /local/templates/online-school/components/bitrix/news/courses/bitrix/news.detail/.default/style.css?170324090736015 */
