/* Shared modal layer: popups must stay above sticky header, mobile menu and floating widgets. */
.mfp-bg {
    z-index: 2147483646;
}

.mfp-wrap {
    z-index: 2147483647;
}

body.mfp-ui-open .button-widget,
body.mfp-ui-open .button-messengers,
body.mfp-ui-open .sw-chat-trigger,
body.mfp-ui-open .sw-chat-widget {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

body.service-consult-sticky-active .button-widget,
body.content-detail-sticky-active .button-widget {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@media (max-width: 640px) {
    body.mfp-ui-open .header-top,
    body.mfp-ui-open .header-actions {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
}
