@media (max-width: 1199px) and (min-width: 1024px) {
    .wrapper {
        width: 1024px;
    }

    .left_4 {
        height: 544px;
    }

    .control input {
        width: 70%;
    }

    .logo_footer, .info_f {
        font-size: 12px;
    }
}
@media (max-width: 1023px) and (min-width: 768px) {
    .wrapper {
        width: 768px;
    }

    .left_4 {
        height: 623px;
        background-position: -460px;
    }

    .control input {
        width: 100%;
    }

    .info_3 {
        width: 65%;
        margin-left: 20px;
    }

    .left_3 img {
        margin-left: -90px;
    }

    .logo_footer, .info_f {
        font-size: 12px;
        max-width: 40%;
    }
}

@media (max-width: 767px) {

    .menu {
        justify-content: space-between;
        padding: 0 20px;
    }

    .phone {
        display: block;
    }

    .wrapper {
        width: 100%;
    }

    .title {
        width: 95%;
        margin: auto;
        font-size: 28px;
    }

    .title_1 {
        line-height: 1.2;
    }

    .item_work {
        flex: 0 0 100%;
    }

    .block_2, .block_3, .city_btn {
        padding: 60px 0;
    }

    .content_3 {
        margin-top: 40px;
        position: relative;
    }

    .left_3 {
        position: absolute;
        margin-left: -58%;
        flex: 0 0 100%;
    }

    .left_3 img {
    }

    .left_3::before {
        content: '';
        width: 100%;
        position: absolute;
        left: 0;top: 0;
        height: 100%;
        background: rgba(255, 232, 222, 0.71);
    }

    .right_3 {
        position: relative;
        width: 95%;
        margin: 0 auto;
    }

    .icon {
        width: 100px;
        height: 100px;
    }

    .title_3 {
        font-size: 16px;
    }

    .text_3 {
        font-size: 14px;
    }

    .block_4 {
        padding: 0;
    }

    .left_4 {
        display: none;
    }

    .right_4 {
        text-align: center;
        width: 100%;
        max-width: 100%;
    }

    .block_4 .title {
        text-align: center;
    }

    .submit {
        width: 100%;
        font-size: 14px;
    }

    .control input {
        width: 100%;
    }

    .btn_block_3 {
        margin-left: 0;
        text-align: center;
    }

    footer {
        height: auto;
        padding: 20px;
        display: block;
    }

    .logo_footer {
        text-align: center;
        width: 90%;
        margin: auto;
    }

    .info_f {
        text-align: center;
        margin-top: 5px;
    }

    .social_icons {
        position: relative;
        margin: 15px auto;
        left: auto;
        transform: none;
    }

    .social_icons ul {
        justify-content: center;
    }

    .close_modal {
        right: 0px;
        top: -30px;
    }

    .modal_content {
        padding: 30px 20px;
        margin: auto;
        width: 95%;
    }

    .title_modal {
        font-size: 28px;
    }

    .text_modal {
        font-size: 14px;
    }
}
