.xxx-recommendation-app {
    position: relative;
    z-index: 3;
}

.xxx-recommendation-app--row-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.xxx-recommendation-app:hover ~ .xxx-news-block__title-text {
    color: #333E50;
}

.xxx-news-section__sub-news--first-big .xxx-news-section__sub-news-item:nth-child(5n + 1) .xxx-recommendation-app  {
    display: none;
}