:root {
    --font-family-main:'Crimson Text', serif;
    --font-weight-main-400: 400;
    --font-weight-main-600: 600;
    --font-weight-main-900: 900;
}


@media screen and (max-width:992px) {
    .wrapper_web-Course {
        max-width: 992px;
        width: 100%;
        height: 3100px;
        background: #fff;
    }
    .burger_menu {
        display: none;
    }
    .header {
        max-width: 992px;
        width: 100%;
        height: 591px;
    }
    .header_content {
        max-width: 886px;
        width: 100%;
        height: 444.31px;
        margin: 45px auto;
    }
    .header_content_block-menu {
        max-width: 851.6px;
        width: 100%;
        height: 21.31px;
    }
    .block-menu_navigation {
        width: 453.71px;
        height: 21px;
    }
    .header_content_center {
        max-width: 866px;
        width: 100%;
        height: 330px;
        margin: 4.5rem auto;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .content_center_images {
        width: 320px;
        height: 330px;
    }
    .content_center_images img {
        width: 320px;
        height: 330px;
    }
    .content_center_text {
        width: 519px;
        height: 324px;
    }
    .content_center_text h1 {
        letter-spacing: 7.8px;
    }
    .content_center_text p {
        width: 460px;
        height: 131px;
    }

    .content_center_text_button {
        width: 227px;
        height: 43px;
    }
    .main {
        max-width: 992px;
        width: 100%;
        height: 1810px;
    }
    .main_image_block {
        max-width: 992px;
        width: 100%;
        height: 567px;
        margin-top: 77px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .tittle_main {
        width: 311.41px;
        height: 32.78px;
    }
    .image_card {
        max-width: 992px;
        width: 100%;
        height: 469px;
    }
    .image_card_four {
        max-width: 990px;
        width: 100%;
        height: 271px;
    }
    .image_card_four_1,
    .image_card_four_1 img {
        width: 211px;
        height: 271px;
    }
    .image_card_four_2,
    .image_card_four_2 img {
        width: 268px;
        height: 271px;
    }
    .image_card_four_3,
    .image_card_four_3 img {
        width: 268px;
        height: 271px;
    }
    .image_card_four_4,
    .image_card_four_4 img {
        width: 209px;
        height: 271px;
    }
    .image_card_line, .image_card_line img {
        max-width: 990px;
        width: 100%;
        height: 185px;
    }
    .main_image_block_radiusBox {
        max-width: 992px;
        width: 100%;
        height: 623px;
        flex-direction: column;
        justify-content: space-evenly;
    }
    .title_radiusBlock {
        font-family: var(--font-family-main);
        font-weight: var(--font-weight-main-400);
        font-size: 32px;
        letter-spacing: 10px;
        color: #000;
        text-transform: uppercase;
        width: 262px;
        text-align: center;
    }
    .main_image_block_radiusBox-Center_contentCard {
        max-width: 903px;
        width: 100%;
        height: 383.14px;
        margin-bottom: 40px;
    }
    .radiusBox-cardStyle {
        width: 261px;
        height: 262px;
    }
    .radiusBox-cardStyle img {
        width: 260px;
        height: 262px;
        border-top-left-radius: 170px;
        border-top-right-radius: 170px;
    }
    .block_radiusBox_textBlock {
        width: 745.67px;
        height: 66.63px;
    }

    .section_more {
        max-width: 992px;
        width: 100%;
        height: 621.55px;
    }
    .section_more-central_block {
        max-width: 853.88px;
        width: 100%;
        height: 508px;
    }
    .central_block-image,
    .central_block-image img {
        width: 251.9px;
        height: 508px;
    }
    .central_block_textBlcok {
        width: 561.88px;
        height: 506px;
    }
    .block_textBlcok_h2 {
        width: 201px;
        height: 40px;
        margin-top: 20px;
    }
    .block_textBlcok_paragraf {
        width: 564px;
        height: 381px;
    }
    .block_textBlco_btn {
        width: 201px;
        height: 46px;
        font-size: 20px;
    }

    .footer {
        max-width: 1280px;
        width: 100%;
        height: 799px;
    }
    .footer_content {
        max-width: 788.92px;
        width: 100%;
        height: 429px;
    }
    .footer_content_input-form {
        width: 450px;
        height: 403px;
    }
    .footer_content_image-form {
        width: 302px;
        height: 429px;
    }
    .footer_content_input-form h2 {
        width: 285px;
        height: 33px;
    }
    .footer_form {
        width: 437px;
        min-height: 319px;
    }
    .footer_form #name {
        width: 436px;
        height: 63px;
    }
    .footer_form #email {
        width: 436px;
        height: 63px;
    }
    .custom-textarea {
        width: 436px;
        height: 101px;
    }
    .footer_form-btn {
        width: 436px;
        height: 45px;
    }
    .footer_content_image-form img {
        width: 302px;
        height: 429px;
    }
}