.t776 .t-store__card__btns-wrapper {
    margin-top: 8px;
}

.t-store__filter__options_center {
    text-align: left;
}

.t-store__filter__chosen-wrapper {
    margin-bottom: 8px;
    margin-top: 8px;
}

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

@media screen and (min-width: 560px) {
    .t-store .t-popup.t-popup_show {
        transition: unset;
        z-index: 91;
    }
}