.notevii {
    display: none;
    font-size: 20px;
    color: white;
}

header {
    z-index: 9999 !important;
    width: 100% !important;
    height: 76px;
    background-color: var(--header-backgroung) !important;
    display: flex !important;
    align-items: center !important;
}

.headvii {
    width: 1250px !important;
    border: 1px dotted white;
    height: 60px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex;
    align-items: center;
}

.logo svg {
    width: auto !important;
    height: 28px !important;
}

.logo {
    height: auto;
    width: auto;
    display: flex;
    align-items: center;
}

@media (max-width: 1251px) {
    html {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .notevii {
        z-index: 999999999999999999999999999999999999999;
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: black;
        margin-top: -76px;
        align-items: center;
        justify-content: center;
        display: flex;
    }

}