@media (min-width: 576px) {

    /*Новые стили*/

    /* #product-all .grid-container {
        grid-template-columns: 1fr !important;
    } */

     /*Новые стили*/

    .slogan-video span:nth-child(1) {
        font-size: 20px;
        text-align: center;
    }

    .wrapper-block-top-3 {
        justify-content: flex-start !important;

    }

    .slogan-video span:nth-child(2) {
        text-align: center;
    }

    .border-slogan-video {
        margin: 5px auto;
    }

    .slogan-video span:nth-child(4) {
        text-align: center;
    }

    .noUi-handle-lower {
        right: -10px !important;
    }

    .noUi-handle-upper {
        right: 0px !important;
    }

    .footer-subscribe-form__button {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .news-grid {
        display:flex;
    }

    .new-item {
        width: calc(50% - 10px) !important;
     }
}