.t706__product-imgdiv {
    background-color: #eee;
    background-position: 50%;
    background-size: cover;
    border-radius: 0px;
    height: 70px;
    width: 70px;
}


.t-descr_sm {
    font-size: 18px;
    line-height: 1.3;
}

.t706__product-title {
    color: #000;
    display: table-cell;
    font-size: 13px;
    font-weight: 600;
    padding: 15px 0;
    vertical-align: middle;
}


.t-descr {
    font-family: 'JetBrainsMono';
    font-weight: 600;
    color: #999999;
}

.t-descr_sm {
    font-size: 13px;
    line-height: 1.3;
}

.t1002__product-imgdiv {
    background-color: #eee;
    background-position: 50%;
    background-size: cover;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 0px;
    height: 70px;
    width: 70px;
}


.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: 12px;
    font-weight: 400;
    height: 25px;
    padding: 0 10px;
    text-align: center;
    vertical-align: middle;
    width: 210px;
}


.t-input {
    font-family: 'JetBrainsMono';
}


.t-btn {
    display: inline-block;
    font-family: 'JetBrainsMono';
    border: 0 none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 700;
    background-image: none;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}