.t420__descr.t-descr.t-descr_xxs a:hover {
    color: #2FB4E9!important;
    text-decoration: underline!important;
    text-underline-offset: 4px;
}
.t228 {
    border-bottom: 2px solid #0070ba;
}
.t-store__parts-switch-btn.t-active {
    opacity: 1;
    color: #409ad6!important;
}
.t280__container__bg {
    border-bottom: 3px solid #0070ba;
}
.t-search-widget__loadmore-btn {
    background-color: #0070ba!important;
    border-radius: 5px!important;
    font-weight: normal!important;
    padding: 10px 15px;
}
.t-search-widget__loadmore-btn:hover {
    background-color: #409ad6!important;
}
.t-search-widget__header {
    padding: 44px 0!important;
}
.t-feed__post-popup__text-wrapper blockquote.t-redactor__quote {
    border-left: 3px solid #2fb4e9!important;
}
.js-feed-post-title {
    color: #333333;
    transition: color .3s;
}
.t-feed__col-grid__post-wrapper:hover .js-feed-post-title {
    color: #409ad6;
}
.active-desktop-link {
    background-color: #409ad6!important;
}

@media screen and (max-width: 960px) {
    .t-search-widget__header {
        padding: 8px 0!important;
    }
}
@media screen and (min-width: 960px) {
    .t-store__filter__custom-sel {
        transition: all .1s;
    }
    .t-store__filter__custom-sel:hover {
        background-color: rgba(0,112,186,.05);
        //padding-left: 10px;
        transition: all .2s;
    }
    .t-store__filter__custom-sel.active {
        background-color: rgba(0,112,186,.1);
        padding-left: 10px;
    }
}