.storage_sale_catalog {
    color: #999;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    line-height: 130%;
}
.base__price_percent {
    text-decoration: none !important;
}

@media screen and (max-width:480px){
    .base__price {
        margin-left: 0 !important;
    }
    .new-index__catalog-item__cost_sale {
        display: flex !important;
        justify-content: space-between;
    }
    .new-index__catalog-item__cost_sale .base__price {
        display: flex;

    }

}