@media (max-width: 1000px) {
    .blog-header .col-4 {
        float: left;
        flex: none;
        -webkit-box-flex: unset;
        max-width: 100%;
    }

    .blog-header {
        text-align: center;
    }

    .phone_header {
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .blog-header .col-4.justify-content-end {
        justify-content: unset !important;
        display: block !important;
        -webkit-box-pack: unset !important;
    }

    .home_text {
        margin-top: 20px;
        width: 100%;
    }

    .home_img {
        margin-right: 0;
    }

    .home_img img {
        width: 100%;
    }

    .bottom_payments {
        margin-bottom: 20px;
    }

    .contacts_img {
        margin-top: 20px;
        padding: 0;
    }

    .contacts_img img {
        max-width: 100%;
    }

    .course_wrapper .col-4 {
        max-width: 100%;
        text-align: center;
        flex: none;
    }

    .course_wrapper .col-8 {
        float: left;
        flex: none;
        max-width: 100%;
        padding-top: 20px;
    }

    .image_desc {
        float: none;
        margin-right: 0;
    }

    .image_desc img {
        max-width: 100%;
    }

    .accordion .btn {
        white-space: inherit;
    }

    .admin_messages .col-3 {
        float: left;
        flex: none;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .admin_messages .col-9 {
        float: left;
        max-width: 100%;
        flex: none;
    }

    .materials .col-6 {
        max-width: 100%;
        flex: 100%;
    }

    .buy_gift {
        margin-top: 10px
    }
}
