.t976__menu-link_medium {
    padding: 20px 40px 20px;
}

.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;
    left: 0;
    z-index: 2;
    -webkit-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
    border-radius: 12px;
}

.t-store__filter__input, .t-store__filter__btn {
    border: 1px #fff solid;
    background: #000000;
    color: #fff;
    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: 24px;
    outline: none;
}

.t-store__sort-select {
    width: 100%;
    border: 1px #fff solid;
    background: #000000;
    color: #757575;
    box-sizing: border-box;
    cursor: pointer;
    padding: 2px 30px 2px 10px;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}









