q:before, q:after, .q:before, .q:after {
    background-image: url(../images/bottom-q.png);
}

q:after, .q:after {
    bottom: auto;
    left: auto;
    top: 0;
    right: 0;
    background-image: url(../images/top-q.png);
    background-position: top;
}

.specialist .specialist__filter .filter__item .filter__item_active.filter__text {
    color: #fff;
    background-color: #27348A;
}

.btn-wrap.btn-wrap-projects {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2em;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    background-color: #4054b2;
    color: #ffffff;
    display: none !important;
}

.news__date.date {
    color: #27348A;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}