@media screen and (max-width: 1600px) {
    .blogblog_block>.title .close_button {
        display: block;
    }

    .content_wrapper {
        padding: 0;
    }

    .blogblog_block>.title .back_button {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .order_consultation_mobile {
        display: flex;
    }

    .blogblog_block {
        margin-top: 20px;
    }

    .blogblog_block .banner {
        border-radius: 10px;
    }
}

@media screen and (max-width: 768px) {
    .blogblog_block>.title .text {
        font-size: 24px;
        line-height: normal;
    }

    .blogblog_block>.title .close_button {
        width: 20px;
    }

    .order_consultation_mobile>.title {
        font-size: 24px;
        line-height: normal;
    }

    .order_consultation_mobile>.subtitle {
        font-size: 14px;
    }

    .order_consultation_mobile input {
        font-size: 13px;
        font-weight: 700;
    }

    .blogblog_block .content {
        font-size: 14px;
        line-height: 24px;
    }
}