.header-menu__item{
    position: unset;
}

.header-menu__wrapper > .header-menu__item{
    position: relative;
}

.header-menu__item .more-arrow{
    transform: rotate(-90deg);
    height: 15px;
    position: absolute;
    right: -20px;
    top: 10px;
}
.header-menu__lvl2{
    position: absolute;
    flex-direction: column;
    top: 60px;
    padding: 15px 0;
    background: #fff;
    display: none;
    border-radius: 5px;
    min-width: 300px;
    width: max-content;
}

.header-menu__dropdown-menu .header-menu__lvl2{
    position: absolute;
    flex-direction: column;
    top: 0;
    left: 100%;
    padding: 15px 0;
    background: #fff;
    display: none;
    height: max-content;
    min-height: 100%;
    border-radius: 5px;
    min-width: 300px;
}
.header-menu__item .header-menu__item{
    margin:0;
    padding:0 40px;
    height: auto;
}
.header-menu__lvl2 a{
    color: #000;
    line-height: 35px;
    position: relative;
    width: 100%;
}

.header-menu__item:hover > .header-menu__lvl2{
    display: flex;
}

.header-menu__lvl3{
    position: absolute;
    flex-direction: column;
    top: 0;
    left:100%;
    padding: 15px 0;
    background: #fff;
    display: none;
    border-radius: 5px;
    min-width: 300px;
    width: max-content;
    min-height: 100%;
}

.header-menu__lvl3 a{
    color: #000;
    line-height: 35px;
}

.header-menu__item:hover > .header-menu__lvl3{
    display: flex;
}
.header-menu__dropdown-menu .header-menu__lvl3{
    width: 500px;
    left: -500px;
    right: 100%;
}
.header-menu__dropdown-menu .header-menu__lvl2  {
    width: 500px;
    left: -500px;
    right: 100%;
}
