 .navigation_wrapper{
  background: #3463B3 url(images/bg_section_menu.png) top repeat-x;
  height: 51px;
  margin: 20px 0;
}
/*.navigation ul{
  display: flex;
  align-items: center;
  height: 100%
}  */
.navigation ul li{
  list-style: none;
  display: inline-block;
  padding-top: 13px;

}
.navigation a{
  padding: 15px;
  font-size: 16px;
  color: #A7BFE7;
  text-transform: uppercase;
  font-weight: 700;
  border-right: 1px solid #2A4569;
}
.navigation a:hover{
  color: #fff;
  transition: 0.5s;  
}
.navigation .menu_active{
  color: #fff;
}


