.menu{
    display: flex;
    position: relative;
    align-items: center;
    height: auto;
    
    
}
.panel_non_authorized{
    position: relative;
}
.vhod{
    padding-right: 15px;
    
}

.div_span{
	width: 30px;
	height: 30px;
	cursor: pointer;
    position: absolute;
    top: 3px;
    right: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.span{
    width: 100%;
    background-color: #ffffff;
    height: 2px;
    display: block;
}
.span_top{
    width: 100%;
    background-color: #ffffff;
    height: 2px;
    margin-bottom: 5px;
    
}
.span_bottom{
    width: 100%;
    background-color: #ffffff;
    height: 2px;
    margin-top: 5px;
    
}
.krestik{
    position: absolute;
    border: 0.5px solid #ffffff;
    width: 25px;
    height: 25px;
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 8px;
    left: 5px;
    top: 5px;
}
.span_krestik{
    font-size: 40px;
    color: #ffffff;
    cursor: pointer;
    margin-top: 5px;
}
@media(max-width:668px) {
    .menu{
        flex-direction: column;
        width: 80%;
        display: none;
        background: url(img/12.jpg), linear-gradient(#1c2240,#1c2240) padding-box,linear-gradient(180deg,#4d5a85,rgba(70,82,121,0)) border-box;
    }
    .krestik{
        display: flex;
    }
    .vhod{
    padding-right: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
}
    .rega{
    margin-bottom: 35px;
   }
}