 }
.t-store__card__mark {
background-color: #111;
border-radius: 5px;
box-sizing: border-box;
color: #fff;
display: table-cell;
font-family: Roboto,Arial,sans-serif;
font-size: 30px;
font-weight: 400;
height: 52px;
padding: 0 11px;
text-align: justify;
white-space: nowrap;
vertical-align: middle;
width: 50px;
font-weight: bold;
}

.t-store__card__bgimg, .t-store__card__bgimg_second, .t-store__card__img {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .1s linear;
    border: 3px solid #ffffff;
}

@media screen and (min-width: 961px) {
    .t951 .t-store__filter__search .t-store__filter__input { /*поиск в каталоге*/
        width: 220px;
        height: 35px;
        border-color: #00aaff;
        border-radius: 5px;
        border-width: 2px;
    }
    
