@media screen and (min-width: 992px) {
    #navbar {
        z-index: 9999999;
        position: fixed;
    }

    .header__inner__top-navbar {
        padding: 5px 10px;
        border-radius: 25px;
        opacity: 0.6;
        background-color: black;
    }
}

.lame-slider__content {
    background-color: black;
    opacity: 0.5;
    padding: 10px;
    border-radius: 25px;
}

.header .open-menu,
.header .search-menu {
    z-index: 999999;
    background-color: #183C3A;
    opacity: 0.7;
    border-radius: 6px;
}

.header .search-menu {
    padding-top: 5px;
    padding-right: 5px;
}

.header .menu-mobile {
    z-index: 1000000;
}

.header .close-menu {
    z-index: 1000001;
}

.search-form .close-popup {
    z-index: 1000005;
    left: 0px;
}