.t-store__card__price-item, .t-store__prod-popup__price-item {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    font-family: Roboto;
    font-weight: 600;
    color: #333333;
    font-size: 20px;
    font-weight: 500;
}

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

.t-store__card__bgimg, .t-store__card__bgimg_second {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    left: 0;
    z-index: 2;
    -webkit-transition: opacity .1s linear;
    transition: opacity .1s linear;
}

.t-slds__thumbsbullet.t-slds__bullet {
    padding: 0;
    width: 60px;
    position: relative;
    -webkit-transition: opacity ease-in-out .3s;
    -moz-transition: opacity ease-in-out .3s;
    -o-transition: opacity ease-in-out .3s;
    transition: opacity ease-in-out .3s;
    margin-right: 5px;
    margin-top: 4px;
    border-radius: 5px;
}


.t-name {
    font-family: 'roboto',Arial,sans-serif;
    font-weight: 600;
    color: #333;
}

.t-input {
    font-family: 'Robto',Arial,sans-serif;
}


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