.slider-good__nav {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    top: 50% !important;
    -webkit-transform: translate(0, -50%) !important;
        -ms-transform: translate(0, -50%) !important;
            transform: translate(0, -50%) !important;
}

.slide-good__new-new {
    font-size: 26px !important;
}

@media (max-width: 1300px){
    .slide-good__new-new {
        font-size: 22px !important;
    }
}

@media (max-width: 640px){
    .slide-good__images1 {
        width: 100% !important;
    }
    .slide-good {
        padding: 34px 4px 19px !important;
    }
    .slide-good__labels {
        right: 0 !important;
    }
}

@media (max-width: 600px){
.hits-section .slide-good__price-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
}
.product-card__cart-btn {
    margin-left: 0 !important;
    width: 100% !important;
}
}