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