.menu-mobile{
    top: 101px;
}

.header-alert {
    background: #ebebeb;
    text-align: center;
    padding: 6px 0;
    position: relative;
    z-index: 110;
    top: 0;
    left: 0;
    width: 100%;
    height: 36px;
}

.header-alert.hidden {
    display: none;
    --line-h: 0;
}

.header-alert__container {
    display: flex;
    align-items: center;
    height: 100%;
}

.header-alert + .header--white {
    top: 36px;
}

.header-alert__text {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #000;
    flex-grow: 1;
    padding-left: 15px;
}

.header-alert__text b {
    font-weight: 600;
}

.header-alert__action {
    padding-left: 15px;
    padding-right: 15px;
}

.header-alert__action-close {
    border: 0;
    background: transparent;
    transition: .3s;
}

.header-alert__action-close:hover {
    opacity: .75;
}

.main-slider--js {
    margin-top: var(--line-h, 0);
}

@media screen and (max-width: 768px) {
    .header-alert__text {
        padding-left: 0;
        padding-right: 0;
        font-size: 10px;
    }
}