.inn_h {
    display: flex;
    align-items: center;
    background-color: var(--c-gray);
    margin-top: 16px;
    padding: 0 15px;
    border-radius: 20px;
    height: 80px;
}

.inn_h img{
    width: 50px;
    height: 50px;
}

.title{
    font-size: 20px;
    line-height: calc(100% * 30 / 20);
    margin-right: auto;
    margin-left: 30px;
}

.name_user{
    line-height: calc(100% * 25 / 16);
}

.exit_button{
    margin-left: 30px;
cursor: pointer;
}