/* Временно отключаем отображение ссылок "Все сайты" */
a[data-popup-selector*="all-sites"] {
    display: none!important;
}
/* Отступ меню от логотипа */
@media only screen and (min-width: 1025px) {
    .header-main__logo {
        margin-right: 20px;
    }
}