
.page-header .aside-menu__block .attachment__title::after {
    display: none;
}

.item--attachment.item--attachment--click:hover .attachment__list {
    padding: 0;
    max-height: 0;
    opacity: 0;
    pointer-events: none;
}

.item--attachment.item--attachment--click:hover .attachment__list {
    padding: 0;
    max-height: 0;
}

@media screen and (max-width: 500px) {
    .aside-menu__wrapper > div {
        padding: 0;
    }
}
