.t-catalog__card__mark {
    background-color: #111;
    border-radius: 50px;
    box-sizing: border-box;
    color: #fff;
    display: table-cell;
    font-family: Roboto, Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    height: 50px;
    padding: 0 20px;
    text-align: center;
    vertical-align: middle;
    /* width: 50px; */
}


