@media (max-width: 768px) {

    /*новые стили*/
    #hero-slider .slick-prev, #hero-slider .slick-next {
        display: none !important;
    }

    .slogan-video {
        display: none !important;
    }

    #hero-slider {
        height: 210px !important;
    }
    /*новые стили*/
    
    .block-top-profile span:nth-child(2) {
        font-size: 16px;
    }

    .wrapper-block-top-3 {
        justify-content: flex-start !important;

    }

    .lk-but-log {
        margin-top: 0px;
    }

    .block-top-profile {
        line-height: normal;
        font-size: 10px;
    }

    .block-top-profile-2 span {
        font-size: 12px;
    }

    .accordion-button {
        font-size: 14px;
    }

    .news-grid {
        display:flex;
    }
    
    #count-block,
    #slider-block {
        display: none;
    }

    .slogan-video {
        align-items: center;
    }

    .border-slogan-video {
        margin: 5px auto;
    }

    .slogan-video span:nth-child(4) {
        text-align: center;
    }

    /* новые */
    .product-card__quick-buy {
        font-size: 10px;
    }

    .product-card__name {
        font-size: 12px;
    }

    .catalog-products_grid .product-card__action {
        width: 30px;
        height: 30px;
        padding: 7px;
    }

    .catalog-products_grid .product-card__actions {
        justify-content: flex-start;
    }

    .catalog-products_list .product-card__actions {
        justify-content: flex-end;
    }

    .catalog-products_list .product-card__quick-buy {
        justify-content: right;
    }

    .catalog-products_list .product-card .product-card__price {
        justify-content: right;
        margin-bottom: 5px;
    }

    
    .noUi-handle-lower {
        right: -10px !important;
    }

    .noUi-handle-upper {
        right: 0px !important;
    }

    #map {
        margin-top: 30px;
    }
}

@media (min-width: 768px) {
    .new-item {
        width: calc(50% - 10px) !important;
     }
}