.career-it {
        .otsenka-grid__item::before {
            top: 24px;
        }

        .otsenka-grid__item {
            align-items: flex-start;
        }

        .otsenka-grid__item span {
            font-family: 'GoghWebExtraBold';
        }

        .otsenka-grid__item.first::before {
            background-image: url(/local/templates/dl71/img/vebinar_1.svg);
        }

        .otsenka-grid__item.second::before {
            background-image: url(/local/templates/dl71/img/vebinar_2.svg);
        }

        .otsenka-grid__item.third::before {
            background-image: url(/local/templates/dl71/img/vebinar_3.svg);
        }

        .banner-hogan__title2 {
            font-size: 40px;
        }

        .banner-hogan__btn {
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            width: fit-content;
            border-radius: 14px;
            height: 44px;
            width: 100%;
            padding: 0px 10px;
            max-width: 334px;
            background: #B21736;
            font-family: 'GoghWebExtraBold';
            font-size: 20px;
            color: white;
        }

        @media (max-width: 670px) {
            .banner-hogan__title2 {
                font-size: 22px;
            }
        }

    }

    #career-it-banner {
        /* background: #222222; */
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(mm-bg-shape.webp);
        padding: 30px 70px;
        border-radius: 17px;
    }

    .career-it-wrap {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .career-it-left {
        display: flex;
        flex-direction: column;
        gap: 30px;
        width: 100%;
        max-width: 885px;
    }

    .career-it-right {
        width: 100%;
        max-width: 340px;
        border-radius: 20px;
        overflow: hidden;
    }

    .career-it-right img {
        aspect-ratio: 1;
        width: 100%;
        object-fit: cover;
        display: block;
    }

    .career-it-left__span, .career-it-left__title {
        font-family: 'GoghWebExtraBold';
        color: #FFFFFF;
    }

    .career-it-left__span {
        background: #B31837;
        font-size: 28px;
        line-height: 104%;
        width: 160px;
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        border-radius: 355px;
        margin-bottom: 15px;
    }

    .career-it-left__title {
        font-size: 45px;
        line-height: 104%;
    }

    .career-it-left__body {
        display: flex;
        justify-content: flex-end;
        gap: 10px;
        font-size: 22px;
        font-weight: 600;
        color: white;
    }

    .career-it-left__body span {
        color: #221F1F;
        border-radius: 8px;
        padding: 5px 10px;
        background: #EFB185;
        font-size: 18px;
        font-weight: 600;
        line-height: 104%;
        letter-spacing: -4%;
    }

    .career-it-left__body span.second {
        background: #A9D6EA;
    }

    .priglashenie-wrap {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 100%;
        max-width: 1120px;
    }

    .priglashenie-title {
        color: #323232;
        font-size: 28px;
        line-height: 36px;
        font-family: 'GoghWebExtraBold';
    }

    .priglashenie-text {
        font-weight: 400;
        font-size: 20px;
        line-height: 140%;
        color: #323232;
    }

    #speakers h2 {
        margin-bottom: 25px;
    }

    .speakers-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }

    .speakers-items {
        display: flex;
        flex-direction: column;
        gap: 60px;
    }

    .speaker-item {
        display: flex;
        gap: 15px;
    }

    .speaker-item__img {
        width: 116px;
        height: 116px;
        border-radius: 28px;
        object-fit: cover;
    }

    .speaker-item__body {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding-top: 15px;
        width: 100%;
        max-width: 434px;
        min-width: 400px;
    }

    .speaker-item__title {
        font-family: 'GoghWebExtraBold';
        font-size: 29px;
        line-height: 104%;
        color: black;
    }

    .speaker-item__post {
        font-weight: 400;
        font-size: 18px;
        line-height: 104%;
    }

    .speakers-right {
        width: 100%;
        max-width: 700px;
        background: #222222;
        color: #FFFFFF;
        border-radius: 22px;
        padding: 60px 40px;
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .speakers-right__title {
        font-size: 29px;
        line-height: 104%;
        font-family: 'GoghWebExtraBold';
    }

    .speakers-right__text {
        font-family: 'GoghWebExtraBold';
        font-size: 20px;
        line-height: 24px;
    }

    .speakers-right__text2 {
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
    }

    #get-block h2 {
        margin-bottom: 25px;
    }


    .get-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .get-column {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .get-item {
        display: flex;
        flex-direction: column;
        background: #F4F4F4;
        border-radius: 22px;
        padding: 35px;
        padding-top: 20px;
        height: 100%;
        gap: 25px;
    }

    .get-item__img {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        width: 80px;
        height: 80px;
        background: #D9D9D9;
    }

    .get-item__text {
        font-size: 20px;
        line-height: 24px;
        font-family: 'GoghWebExtraBold';
    }

    .get-item.big {
        justify-content: space-between;
    }

    .get-item.big .get-item__img {
        margin-bottom: 25px;
    }

    .career-it-left__title.mob {
        display: none;
    }

    @media(max-width: 1420px) {
        .career-it-right {
            max-width: 35%;
        }

        .career-it-left__title {
            font-size: 34px;
        }

        .career-it-left__body span {
            font-size: 14px;
        }

        .career-it-left__span {
            font-size: 24px;
            width: 150px;
            height: 50px;
        }

        .get-item {
            padding: 30px;
        }
    }

    @media(max-width: 982px) {
        .speakers-wrap {
            flex-direction: column;
            gap: 30px;
            align-items: flex-start;
        }

        .speaker-item__body {
            min-width: auto;
        }

        #career-it-banner {
            padding: 20px 40px;
        }

            .career-it-left__title {
            font-size: 30px;
        }

        .career-it-left__span {
            font-size: 22px;
            width: 140px;
            height: 45px;
        }

        .career-it-left__body {
            font-size: 18px;
        }

        .career-it-right {
            display: none;
        }

        .get-grid {
            grid-template-columns: repeat(1, 1fr);
        }

        .get-item {
            padding: 25px;
        }

        .get-item__text {
            font-size :18px;
        }
    }

    @media (max-width: 710px) {
        .priglashenie-title {
            font-size: 24px;
        }

        .speakers-right__title {
            font-size: 24px;
        }

        .speaker-item__title {
            font-size: 22px;
        }

        .speaker-item__post {
        font-size: 16px;
        }

        .speakers-right__text {
            font-size: 18px;
        }

        .speakers-right__text2 {
        font-size: 14px;
        }

        .speakers-right {
        padding: 20px;
        }
    }

    @media(max-width: 580px) {
        .career-it-left__body {
            flex-direction: column;
        }

        .career-it-left__body span {
            width: fit-content;
        }

        .career-it-left__title {
            font-size: 24px;
        }

        #career-it-banner {
            padding: 20px;
        }

        .career-it-left {
            gap: 15px;
        }

        .speaker-item {
            flex-direction: column;
            gap: 0px;
        }

        .priglashenie-title {
            line-height: 28px;
        }

        .speakers-right__title span {
            display: block;
            width: 100%;
        }

        .career-it-left__title.desk {
            display: none;
        }

        .career-it-left__title.mob {
            display: block;
        }
    }

    @media(max-width: 480px) {
        .career-it {
                .banner-hogan__btn {
                font-size: 14px;
            }
        }
    }

    @media(max-width: 380px) {
        .career-it-left__title {
            font-size: 20px;
        }

        .career-it-left__body {
            font-size: 16px;    
        }
    }