: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:1280px) {
    .wrapper_web-Course {
        max-width: 1280px;
        width: 100%;
        height: 3954px;
        background: #fff;
    }
    .burger_menu {
        display: none;
    }

    .header {
        max-width: 1280px;
        width: 100%;
        height: 756px;
    }
    .header_content {
        max-width: 1090px;
        width: 100%;
        height: 564px;
        margin: 61px auto;
        padding: 1px 0;
    }
    .header_content_block-menu {
        max-width: 1010px;
        width: 100%;
        height: 21px;
    }
    .block-menu_logo {
        width: 290px;
        height: 31px;
    }
    .block-menu_logo img {
        width: 18%;
    }
    .header_content_center {
        max-width: 1090px;
        width: 100%;
        height: 422px;
        margin: 4.5rem auto;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .content_center_text h1 {
        font-size: 48px;
        text-wrap: nowrap;
        letter-spacing: 10.8px;
    }
    .content_center_text {
        width: 535px;
        height: 330px;
    }

    .main {
        max-width: 1280px;
        width: 100%;
        height: 2300px;
    }
    .main_image_block {
        max-width: 1280px;
        width: 100%;
        height: 723px;
        margin-top: 77px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .image_card {
        max-width: 1280px;
        width: 100%;
        height: 601px;
    }
    .image_card_four {
        max-width: 1280px;
        width: 100%;
        height: 352px;
    }
    .image_card_four_1,
    .image_card_four_1 img {
        width: 273px;
        height: 352px;
    }
    .image_card_four_2,
    .image_card_four_2 img {
        width: 345px;
        height: 352px;
    }
    .image_card_four_3,
    .image_card_four_3 img {
        width: 345px;
        height: 352px;
    }
    .image_card_four_4,
    .image_card_four_4 img {
        width: 271px;
        height: 352px;
    }
    .image_card_line,
    .image_card_line img {
        max-width: 1280px;
        width: 100%;
        height: 237px;
    }

    .main_image_block_radiusBox {
        max-width: 1280px;
        width: 100%;
        height: 798px;
    }
    .radiusBox-cardStyle {
        width: 335px;
        height: 338px;
    }

    .section_more {
        max-width: 1280px;
        width: 100%;
        height: 802px;
        margin-top: 5rem;
        margin-top: 0;
    }

    .footer {
        max-width: 1280px;
        width: 100%;
        height: 799px;
    }
    .footer_content_input-form h2 {
        font-size: 32px;
        display: block;
        width: 268px;
        margin-bottom: 10px;
    }
    .footer_content {
        max-width: 1070px;
        width: 100%;
        height: 624px;
    }
    .footer_content_input-form {
        width: 569px;
        height: 485px;
    }
    .footer_form {
        width: 569px;
        min-height: 410px;
    }
    .footer_content_image-form {
        width: 439px;
    }
    .footer_form #name {
        width: 561px;
    }
    .footer_form #email {
        width: 561px;
    }
    .custom-textarea {
        width: 561px;
    }
}