.t-store__card__descr {
margin-top: 30px;
}

.t-store__card__btns-wrapper {
position: relative;
bottom: 20px;
box-sizing: border-box;
}

.t-card__uptitle {
max-width: 270px;
margin-left: 0;
margin-right: auto;
}

.t-store__filter__search .t-store__filter__input {
margin-top: 0;
margin-bottom: 0;
padding-left: 10px;
padding-right: 30px;
width: 250px;
border-radius: 5px;
}

.t-store__filter__btn, .t-store__filter__input {
border: 1px #ddd solid;
background: #f8f8f8;
color: #000;
box-sizing: border-box;
padding: 0 6px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
font-size: inherit;
font-family: inherit;
font-weight: inherit;
line-height: 1.8;
min-height: 44px;
outline: 0;
}