.header_main__menu__categories li {
    line-height: normal;
}
.header_main__menu__categories li:not(:last-child) {
    margin: 0 0 15px 0;
}
.header_wrapper_global {
    overflow-x: clip;
}
.header_main__menu__categories .list-unstyled li a {
    font-weight: 700 !important;
}
.header__collections {
    margin: 20px 0 0 0;
}
.header__collections-head {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 20px 0;
    color: #fff;
    display: block;
}
.collections-list {
    max-width: 170px;
    width: 100%;
    margin: 0;
    padding: 0;
}
.collections-list li {
    list-style-type: none;
}
li.collections-list__item:not(:last-child) {
    margin: 0 0 4px 0;
}
.collections-list__link {
    display: block;
    padding: 9px 15px;
    color: #fff;
    background: #282C49;
    font-size: 16px;
    line-height: normal;
}
.header_main__menu__categories {
    position: relative;
    z-index: 1;
    overflow-y: clip;
    padding-top: 30px;
    padding-bottom: 30px;
}

.header_main__menu__categories.has-pseudo::before {
    content: '';
    width: 100vw;
    height: 100vh;
    background: #001835;
    position: absolute;
    top: -55px;
    left: calc(-100vw + 78%);
    z-index: -1;
}
.header_main__menu__categories.has-pseudo a {
    color: #fff;
}
.header_main__menu__categories {
    margin-top: 0;
}
.header_main__menu__dropdown,
.header_main__menu__dropdown .container-fluid {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.header_main__menu__dropdown .row {
    flex-grow: 1;
}
.header_main__menu__dropdown .col-md-8 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.header_main__menu__dropdown {
    border-top: 0;
}

@media screen and (min-width: 768px) {
    .header_main__menu__dropdown {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .headermainglobal .header_main__menu__item.header_main__menu-collections {
        line-height: normal;
        font-weight: 700;
        font-size: 16px;
        color: #fff;
        padding: 14px 0;
        position: relative;
        z-index: 1;
        margin: 0 0 15px 0;
    }
    .headermainglobal .header_main__menu__item.header_main__menu-collections::before {
        content: '';
        width: calc(100% + 40px);
        height: 100%;
        background: #001835;
        position: absolute;
        top: 0;
        left: -20px;
        z-index: -1;
    }
    .headermainglobal .header_main__menu__item.active ~ .header_main__submenu__list.submenu-dark {
        background: #001835;

    }
    .headermainglobal .header_main__menu__item.active ~ .header_main__submenu__list.submenu-dark * {
        color: #fff !important;
    }
    .submenu-dark .nav__back span {
        margin-left: 5px;
    }
    .headermainglobal .header_main__menu__item.active ~ .header_main__submenu__list.submenu-dark li a {
        display: block;
        width: 100%;
        padding: 12px 15px;
        background: #282C49;
        line-height: normal;
        font-size: 12px;
    }
    .headermainglobal .header_main__menu__item.active ~ .header_main__submenu__list.submenu-dark li:not(:last-child) {
        margin: 0 0 8px 0;
    }
}