#mnu_top{
    display: flex;
    margin-top: 20px;
    justify-content: flex-end;
}
#mnu_top > a{
    margin: 20px;
}
#mnu_foot{
    display: flex;
    justify-content: center;
    align-items: center;
}
#mnu_foot > a{
    margin: 20px;
}
.red{
    color: red;
}
.mark_list_elem:hover, .model_list_elem:hover {
    background: lavender;
}
.mark_list_elem, .model_list_elem {
    cursor: pointer;
    padding: 3px;
    margin: 3px;
}
#kooki {
    position: fixed;
    bottom: 0px;
    background: lightgrey;
    padding: 10px;
}
#close_kooki {
    cursor: pointer;
    font-weight: 600;
    position: absolute;
    top: 0px;
    right: 0px;
}





@media screen and (max-width: 640px) {
    #mnu_foot {
        flex-direction: column;
    }
}
