#top-menu {
    width: 100%;
}

.top-menu {
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
}

.top-menu__nav {
    max-width: 764px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 48px;
    padding: 0 16px;
}

.top-menu__nav .left {
    display: flex;
    gap: 16px;
}

.top-menu__actions {
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 12px;
}

.top-menu__nav a {
    font-size: 13px;
    text-decoration: none;
    color: #0a335c;
    opacity: 0.8;
}

.top-menu__nav a:hover {
    opacity: 1;
}

.logo {
    font-weight: 700;
}

@media print {
    .top-menu {
        display: none !important;
    }
}
