header {
    position: sticky;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #000000;
    height: 90px;
    z-index: 9999;
    border-bottom: 1px solid #dbdbd6;
}
.header__logo{
    width: 70px;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.header ul {
    display: flex;
    align-items: center;
}

.header ul li a svg {
    width: 18px;
    height: 18px;
    fill: #67707b;
}

.header ul li {
    padding: 15px;
    transition: all .3s;
    border-radius: 5px;
}

/*.header ul li:hover {*/
/*    background: #2D3035;*/
/*}*/

/*.header ul li:hover span {*/
/*    color: #fff;*/
/*}*/

.header ul li a {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
}

.header ul li a span {
    margin-left: 10px;
    color: #98A7B5;
}

.header__btns {
    display: flex;
    align-items: center;
}

.header__reg {
    color: #000;
    background-color: #6eff00;
    width: 159px;
    height: 48px;
    font-weight: 600;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin-left: 30px;
}

.header__login {
    color: #98A7B5;
}

.menu-js {
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.menu-menu-1-container{
    margin-right: auto;
    margin-left: 30px;
}