ul.main-menu__submenu{
    display: none;
    position: absolute;
    top: 80%;
    z-index: 1;
    width: max-content;
    width: -moz-max-content;
    max-width: 320px;
    line-height: initial;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
}
ul.main-menu__submenu a{
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px 15px;
    background: #f8f5f0;
    /* border: 1px solid #715d52; */
}
ul.main-menu__submenu a::before {
    content: "";
    width: 10px;
    height: 2px;
    background: #715d52;
    display: inline-block;
}
.main-menu li:hover > ul.main-menu__submenu{
    display: flex;
}
.up {
    background: url(/images/arrowtop.png)no-repeat 4px 10px;
    top: auto;
    bottom: 100px;
}
.up:hover {
    background: url(/images/arrowtop.png)no-repeat 4px 10px;
}
.crown {
    background: url(/images/crown.png) top center no-repeat #f8f5f0;
    background-size: 20px 20px;
}
.menu-aside ul a {
    display: block;
}
.menu-aside {
    min-width: 325px;
}