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

.t-btn_xs {
    height: 55px;
    font-size: 13px;
    padding-left: 40px;
    padding-right: 40px;
}