.cavina-top-menu {
    display: flex;
    height: 100%;
    margin: 0 -12px;
    overflow-y: auto;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
}
.cavina-top-menu__section {
    display: flex;
    padding: 0 12px;
    text-align: center;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.cavina-top-menu__section > a {
    display: inline;
    color: #001617;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    line-height: 1;
    cursor: pointer;
}

.cavina-top-menu__submenu {
    display: none;
}

.cavina-top-menu__section--root.is-open .cavina-top-menu__submenu {
    display: block;
}
.cavina-top-menu__submenu--first-level {
    box-shadow: 0 4px 32px rgba(53, 56, 57, 0.2);
    border-radius: 4px;
    position: absolute;
    z-index: 15;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: #fff;
    min-height: 400px;
    padding: 50px 0;
}
