ul.garage_menu {
    opacity: 1;
    visibility: visible;
    display: none;
    padding-top: 0.8vw;
    padding-bottom: 0.8vw;
    border-top: 1px solid #eee;
    width: 100%;
    justify-content: center;
    background-color: #fff;
    position: absolute;
    top: 5.1vw;
    left: 0;
    bottom: unset;
    right: unset;
    background-color: rgba(255, 255, 255, .8);
    backdrop-filter: saturate(180%) blur(20px);
    height: auto;
}

ul.garage_menu.active {
    display: flex;
}

ul.garage_menu br {
    display: none;
}

ul.garage_menu li {
    margin: 0 1vw;
    width: auto;
    font-style: normal;
    font-weight: 600;
}

ul.garage_menu a {
    line-height: 2.5;
    font-size: 0.93vw;
    color: #222;
}

ul.garage_menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    left: calc((100vw - 100%) / 2);
}

.kv_wrap2 {
    margin-top: 3.9vw !important;
}