#header {
    position: fixed;
    top: 0;
    left: 0;
    float: left;
    width: 100%;
    background: #ffffff;
    z-index: 2;
    padding: 10px 0;
    box-shadow: 0px 12px 32px 0px rgba(125, 135, 158, 0.09);
}
.mystic_header_body {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header .nav-link:hover,
#header .nav-link.show,
#header .nav-link.active,
#header .dropdown-item:hover {
    color: var(--main-color);
}

#header .nav-link {
    color: var(--main-color-1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 18px;
    line-height: 150%;
}

#header .navbar-nav {
    gap: 15px;
}

.header__desktop--right__menu {
    margin-bottom: 0 !important;
}

#header .navbar-toggler:focus {
    box-shadow: unset !important;
}

.mystic_navbar_toggler {
    border: unset;
}

.mystic_close_header_box {
    display: none;
}

.dropdown-menu.menu-language {
    border-radius: 0;
}
.dropdown-menu.menu-language li {
    padding-left: 5px;
}
.dropdown-menu.menu-language li a {
    padding-left: 0;
    font-size: 15px;
}
.dropdown-menu.menu-language li a img {
    margin-right: 5px;
    vertical-align: middle;
}

.header__desktop--right__menu {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: flex-end;
}
.header__desktop--right__menu li {
    display: inline-block;
    list-style: none;
    position: relative;
}
.header__desktop--right__menu li a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    /* identical to box height */
    color: #2c2c2c;
}
.header__desktop--right__menu li a span {
    display: inline-block;
    line-height: 20px;
    vertical-align: top;
}
.header__desktop--right__menu .menu_lang_header {
    margin-left: 0;
    border-left: 1px solid #e5e5e5;
    height: 34px;
    padding-left: 14px;
    line-height: 34px;
}


@media screen and (max-width: 992px) {
    .mystic_navbar {
        order: 1;
    }

    .mystic_logo {
        order: 2;
    }

    .mystic_language {
        order: 3;
    }

    #mystic_navbar_header {
        position: fixed;
        background: rgba(24, 28, 26, 0.58);
        top: 0;
        left: 0;
        height: 100vh;
        z-index: 2;
        width: 100%;
    }

    #header .navbar-nav {
        max-width: 500px;
        height: 100%;
        background: var(--main-color-1);
        gap: 0;
        padding-top: 40px;
    }

    #header .nav-link {
        justify-content: space-between;
        padding: 20px 40px;
        gap: 0;
        color: var(--color-text-main-bg);
        font-size: 24px;
        line-height: 150%;
    }

    #mystic_navbar_header .navbar-nav .dropdown-menu {
        background: var(--main-color-1);
        padding: 0;
        margin: 0;
    }

    #mystic_navbar_header .navbar-nav .dropdown-item {
        color: #fff !important;
        padding: 10px 40px 20px 60px !important;
        font-size: 20px !important;
        line-height: 150% !important;
    }

    .mystic_close_header_box {
        padding: 0 40px;
        display: block;
    }

    .mystic_close_header {
        float: right;
        color: #fff;
        font-size: 30px;
        line-height: 150%;
    }
}
