How to make that in a two-level menu, the top-level items were also links? Everything is standard:
<?php wp_nav_menu(array( 'theme_location' => 'header_menu_down', 'menu' => false , 'container' => false, 'container_class' => false , 'container_id' => false , 'menu_class' => 'nav navbar-nav', 'walker' => new wp_bootstrap_navwalker() ));?>