.header-menu{
    cursor: pointer;
}

.header-transparent .header-menu{
    color: #FFFFFF;
}

.mobile-menu-panel[hidden]{
    display: none;
}

.mobile-menu-panel{
    position: fixed;
    inset: 0;
    z-index: 12000;
    background: #FAFAFA;
    color: #121212;
    display: none;
    overflow-y: auto;
}

.mobile-menu-open{
    overflow: hidden;
}

.mobile-menu-panel__sheet{
    position: relative;
    width: 360px;
    max-width: 100%;
    height: 590px;
    min-height: 590px;
    margin: 0 auto;
    padding: 0;
    background: #FAFAFA;
}

.mobile-menu-panel--profile .mobile-menu-panel__sheet{
    height: 656px;
    min-height: 656px;
}

.mobile-menu-panel__head{
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    width: auto;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

.mobile-menu-panel__head p{
    width: 46px;
    height: 19px;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    color: rgba(18, 18, 18, 0.7);
}

.mobile-menu-panel__close{
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: #F4F4F4;
    color: #121212;
    border: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
}

.mobile-menu-panel__account{
    position: absolute;
    left: 20px;
    right: 20px;
    top: 78px;
    width: auto;
    height: 56px;
    min-height: 0;
    margin: 0;
    padding: 0 16px;
    border: 0;
    border-radius: 14px;
    background: #F4F4F4;
    color: #121212;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mobile-menu-panel--guest .mobile-menu-panel__account{
    align-items: center;
    text-align: center;
}

.mobile-menu-panel--profile .mobile-menu-panel__account{
    height: 64px;
    align-items: flex-start;
    text-align: left;
}

.mobile-menu-panel__account span{
    margin-bottom: 4px;
    font-family: 'Raleway', sans-serif;
    font-size: 10px;
    line-height: 136%;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: rgba(18, 18, 18, 0.2);
}

.mobile-menu-panel__account b{
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    line-height: 130%;
    font-weight: 600;
    color: #121212;
    word-break: break-word;
}

.mobile-menu-panel__nav{
    position: absolute;
    left: 20px;
    right: 20px;
    top: 164px;
    width: auto;
    height: 184px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 26px;
    margin: 0;
    padding: 0;
}

.mobile-menu-panel--profile .mobile-menu-panel__nav{
    top: 172px;
}

.mobile-menu-panel__nav a{
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: rgba(18, 18, 18, 0.7);
}

.mobile-menu-panel__cabinet{
    position: absolute;
    left: 20px;
    right: 20px;
    top: 417px;
    width: auto;
    height: 68px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
    margin: 0;
    padding: 0;
    border: 0;
}

.mobile-menu-panel__cabinet::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -31px;
    height: 1px;
    background: rgba(18, 18, 18, 0.06);
}

.mobile-menu-panel__cabinet a,
.mobile-menu-panel__logout{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(18, 18, 18, 0.7);
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 140%;
    font-weight: 500;
    opacity: 1;
}

.mobile-menu-panel__logout{
    position: absolute;
    left: 20px;
    right: 20px;
    top: 546px;
    width: auto;
    height: 22px;
    margin: 0;
    padding: 0;
    border: 0;
    color: #121212;
    font-weight: 600;
    background: transparent;
}

.mobile-menu-panel__logout::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -31px;
    height: 1px;
    background: rgba(18, 18, 18, 0.06);
}

.mobile-menu-panel__constructor{
    position: absolute;
    left: 20px;
    right: 20px;
    top: 532px;
    width: auto;
    height: 38px;
    margin: 0;
    border-radius: 8px;
    background: #6CAFD8;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.mobile-menu-panel--profile .mobile-menu-panel__constructor{
    top: 598px;
}

@media(max-width: 992px){
    .mobile-menu-panel{
        display: block;
    }
}

@media(max-width: 360px){
    .mobile-menu-panel__sheet{
        width: 100%;
    }
}
