.t-store__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: 14px;
    font-weight: 600;
    height: 40px;
    padding: 0 10px;
    text-align: center;
    vertical-align: middle;
    width: 110px;
}