.t-store__card__price_old:after, .t-store__prod-popup__price_old:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -1px;
    left: -1px;
    border-top: 0px solid;
    width: 100%;
}

.t-store__card__mark {
    font-weight: 400;
    font-size: 12px;
    font-family: Roboto,Arial,sans-serif;
    display: table-cell;
    width: 120px;
    height: 5px;
    text-align: center;
    vertical-align: middle;
    border-radius: 0px;
    background-color: #111;
    color: #fff;
    box-sizing: border-box;
    padding: 0 10px;
}
