.ul-header-search-results .__link {
    white-space: normal;
    /*font-size: 12px;*/
}

.ul-header-search-results .__link :not(.small-text) {
    /*font-size: 12px;*/
}

.w-catalog-tags-list {
    overflow: visible;
}

.w-catalog-tags-list > .row {
    flex-wrap: wrap;
}

.article .article-h2 {
    display: block;
    font-size: 1.5em;
    font-weight: bold;
}

@media (max-width: 575px) {
    .w-catalog-tags-list {
        margin-left: 0;
        margin-right: 0;
        overflow: visible;
        padding-left: 0;
        padding-right: 0;
    }
}