.anchor-menu-helper {
    width: 100%;
    display: flex;
    justify-content: center;
    position: sticky;
    top: 0;
    z-index:100000;
    background-color: var(--blueprint-anchor-menu-background-color);


}

.anchor-menu-helper__menu {
    list-style: none;
    display: flex;
    gap: 10px;
}

.anchor-menu-helper__menu_item
{

}

.anchor-menu-helper__menu_item__prefix {

}

.anchor-menu-helper__menu_item__link {
    text-decoration: none;
}

.anchor-menu-helper__menu_item__postfix {

}

.menu-helper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.menu-helper__menu {
    list-style: none;
    display: flex;
    gap: 10px;
}

.menu-helper__title
{

}

.menu-helper__menu_item
{

}

.menu-helper__menu_item__prefix {

}

.menu-helper__menu_item__link {
    text-decoration: none;
}

.menu-helper__menu_item__postfix {

}
