header {
    z-index: 3;
}

@media(max-width: 1200px) and (min-width: 992px) {
    .header__mobile.showen {
        position: relative;
    }
}