.catalog-element__discount{
    display: flex;
    align-items: center;
    width:140px;
    justify-content: space-between;
}

.catalog-element__sale-price{
    background: #f03838;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    border-radius: 3px;
}
.catalog-element__discount-price{
    text-decoration: line-through;
    color:#929292
}
.catalog-element__group{
    display: flex;
    width: 275px;
    justify-content: space-between;
}
