.t-descr_xxs {
    font-size: 16px;
    line-height: 1.55;
}

.t-descr {
    font-family: 'Inter',Arial,sans-serif;
    font-weight: 400;
    color: #000000;
}

.t-btn_sm {
    height: 55px;
    font-size: 15px;
    padding-left: 30px;
    padding-right: 30px;
}

.t-slds__arrow-withbg {
    border-radius: 5px;
    background-color: #eee;
    -webkit-transition: background-color ease-in-out .2s,border-color ease-in-out .2s;
    -moz-transition: background-color ease-in-out .2s,border-color ease-in-out .2s;
    -o-transition: background-color ease-in-out .2s,border-color ease-in-out .2s;
    transition: background-color ease-in-out .2s,border-color ease-in-out .2s;
}

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