: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:375px) {
    .wrapper_web-Course {
        max-width: 375px;
        width: 100%;
        height: 3135px;
        background: #fff;
        overflow: hidden;
    }
    .header {
        max-width: 400px;
        width: 100%;
        height: 488px;
        background: #fff;
    }
    .header_content {
        max-width: 375px;
        width: 100%;
        height: 377px;
        margin: 0 auto;
    }
    .header_content_block-menu {
        max-width: 345px;
        width: 100%;
        height: 46px;
    }
    .block-menu_navigation {
        display: none;
    }
    .block-menu_logo {
        width: 255px;
        height: 21px;
    }
    .block-menu_logo img {
        width: 10%;
    }
    .header_content_center {
        max-width: 360px;
        width: 100%;
        height: 295px;
        margin: 4.5rem auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row-reverse;
        position: relative;
    }
    .content_center_images {
        width: 175px;
        height: 237px;
    }
    .content_center_images img {
        width: 175px;
        height: 237px;
    }
    .content_center_text h1 {
        font-size: 32px;
        width: 170px;
        height: 41px;
        position: absolute;
        top: -40px;
        letter-spacing: 4.8px;
    }
    .content_center_text {
        width: 170px;
        height: 182px;
    }
    .content_center_text p {
        width: 170px;
        height: 182px;
        background: #FAF9F8;
        font-size: 14px;
        padding: 5px;
    }
    .content_center_text_button {
        width: 151.51px;
        height: 31.65px;
        font-size: 13px;
        margin-top: 1.25rem;
        letter-spacing: 2px;
    }
    .content_center_text_button:hover {
        transform: translateY(-2.5px);
        filter: drop-shadow(0 5px 1px #2f302e);
        box-shadow: 0 0 10px #90EE90;
    }
    .burger_menu {
        width: 63px;
        height: 46.79px;
        background: #8e9a82;
        border-radius: 10px;
        cursor: default;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }
    .burger_line {
        display: block;
        width: 41px;
        height: 4.98px;
        background: #d9d9d9;
    }
    .main {
        max-width: 375px;
        width: 100%;
        height: 1810px;
    }
    .main_image_block {
        max-width: 494.55;
        width: 100%;
        height: 175px;
        margin-top: 20px;
    }
    .tittle_main {
        width: 333px;
        height: 30px;
        font-size: 20px;
        letter-spacing: 7px;
        font-weight: var(--font-weight-main-400);
    }
    .image_card {
        width: 494.55px;
        height: 136px;
    }
    .image_card_four_1,
    .image_card_four_1 img {
        width: 105.48px;
        height: 136px;
    }
    .image_card_four_2,
    .image_card_four_2 img {
        width: 133.3px;
        height: 136px;
    }
    .image_card_four_3,
    .image_card_four_3 img {
        width: 133.3px;
        height: 136px;
    }
    .image_card_four_4,
    .image_card_four_4 img {
        width: 104.7px;
        height: 136px;
    }
    .image_card_line,
    .image_card_line img {
        width: 375px;
        height: 89px;
    }
    .main {
        height: 1712px;
    }
    .main_image_block_radiusBox {
        width: 533px;
        height: 455px;
        margin: 4rem -5rem;

    }
    .main_image_block_radiusBox-Center_contentCard {
        width: 533px;
        height: 179px;
        flex-wrap: nowrap;
        align-items: flex-start;
        justify-content: space-between;
        position: relative;
    }


    .Center_contentCard_1,
    .Center_contentCard_1 img {
        width: 143px;
        height: 154px;
    }
    .Center_contentCard_2,
    .Center_contentCard_2 img {
        width: 177px;
        height: 179px;
    }
    .Center_contentCard_3,
    .Center_contentCard_3 img {
        width: 151px;
        height: 153px;
    }
    .title_radiusBlock {
        font-size: 20px;
        letter-spacing: 9px;
        width: 299px;
    }

    .block_radiusBox_textBlock {
        width: 258px;
        height: 62px;
        position: absolute;
        bottom: -73px;
        left: 25%;
    }
    .block_radiusBox_textBlock p {
        font-family: var(--font-family-main);
        font-weight: var(--font-weight-main-400);
        font-size: 15px;
        color: #000;
        letter-spacing: 1px;
        text-align: center;
    }
    .section_more {
        max-width: 370px;
        width: 100%;
        height: 954px;
    }
    .section_more-central_block {
        width: 370px;
        height: 954px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }
    .central_block-image,
    .central_block-image img {
        width: 198px;
        height: 250px;
        position: absolute;
        top: 12rem;
    }
    .block_textBlcok_h2 {
        width: 136px;
        height: 26px;
        margin: 0 auto;
    }
    .block_textBlcok_h2 h2 {
        font-size: 20px;
    }
    .block_textBlcok_paragraf {
        height: 466px;
    }
    .block_textBlcok_paragraf p:nth-child(1) {
        width: 283px;
        height: 305px;
        font-size: 16px;
        margin: 0 auto;
        text-align: center;
    }
    .block_textBlcok_paragraf p:nth-child(2) {
        width: 280px;
        height: 105px;
        font-size: 15px;
        margin: 0 auto;
        position: absolute;
        bottom: 166px;
        left: 13%;
        text-align: center;
    }
    .block_textBlco_btn {
        width: 149px;
        height: 42.88px;
        font-size: 14px;
        position: absolute;
        bottom: 81px;
        left: 30%;
    }

    .footer {
        max-width: 370px;
        width: 100%;
        height: 913px;
        background: linear-gradient(180deg, #Ffff 70%, #DBDBDB 30%);
    }
    .footer_content {
        width: 251px;
        height: 866px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .footer_content_input-form {
        width: 257px;
        height: 457px;
    }
    .footer_form {
        width: 257px;
        height: 398px;
    }
    .footer_form #name {
        width: 257px;
        height: 81px;
    }
    .footer_form #email {
        width: 257px;
        height: 81px;
    }
    .custom-textarea {
        width: 257px;
        height: 130px;
    }
    .footer_form-btn {
        width: 257px;
        height: 47px;
    }
    .footer_content_input-form h2 {
        width: 135px;
        height: 26px;
        font-size: 20px;
        margin: 0 auto;
        letter-spacing: 2px;
    }
    .footer_content_image-form {
        width: 243px;
        height: 345px;
    }
    .footer_content_image-form img {
        width: 243px;
        height: 345px;
    }
}
    
