.t585 .t-container {
        max-width: calc(100% - 60px) !important;
    }

.t-store__filter__item-title:after {
    right: 10px; !important
}
.t-store__filter__item-title {
    padding-right: 25px; !important
}
.t985__search-widget-icon {
    display: none; !important
}
/*Scrollbar*/
body::-webkit-scrollbar {
    width: 16px;
}
body::-webkit-scrollbar-track {
    /*Фон*/
    background: #fff;
}
body::-webkit-scrollbar-thumb {
    /*Ползунок*/
    background-color: #000;
    border: 4px solid #000;
    border-radius: 8px;
}

/*BUTTONS*/
.btn_hover_1 a {
    transition: all 0.4s !important;
}
.btn_hover_1:hover a {
    opacity: .8 !important;
}

/*CATALOG*/
.t786 .t-store__card__imgwrapper {
    background-color: #F0F0F0;
    border-radius: 4px;
}
@media (min-width: 1900px) {
.t786__container {
    padding: 0 40px 0 40px !important;
}
}

/*ZERO FORMS*/
.tn-atom__form .t-input_pvis {
    padding-top: 20px !important;
}

@media (min-width: 961px) {
    .t-store__filter__search .t-store__filter__input {
        height: 38px;
        width: 320px !important;
    }
}
