.header-banner-admin {
    background: #e1e1e1;
    padding: 20px 50px 20px;
    display: none;
}

.header-banner-admin.active {
    display: block;
}

.header-banner-admin__close {
    position: absolute;
    top: 10px;
    right: 35px;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    padding: 0;
    background-color: transparent;
    border: 0;
}

.header-banner-admin__close::before {
    transform: rotate(40deg);
    position: absolute;
    left: 15px;
    content: " ";
    height: 15px;
    width: 3px;
    background-color: #052f43;
}

.header-banner-admin__close::after {
    transform: rotate(-40deg);
    position: absolute;
    left: 15px;
    content: " ";
    height: 15px;
    width: 3px;
    background-color: #052f43;
}

.header-banner-admin a {
    text-decoration: underline;
}

.header-banner-admin a:hover {
    text-decoration: none;
}