.horizontal-menu-wrap{
    display: flex;
    align-items: center;
    justify-content:flex-start;
}
.horizontal-menu-wrap img{
    height: 52px;
    flex-grow: 0;
}
.horizontal-menu-wrap{
    height: 52px;
    position: relative;
/*    z-index: 1000;*/
}

.horizontal-menu-wrap .logo_text_wrap{
    display: flex;
    align-items: center;
}
.horizontal-menu-wrap .logo_title_text{
    font-size: 20px;
    flex-grow: 1; 
    padding-left: 10px;
}
.sf-menu{
    flex-grow: 0;
}
.sf-menu a{
    outline: none!important;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
    font-family: Roboto;
 
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 45px; 
/*	left: 0;*/
	z-index: 1000;
    
    background: #f4f5f6;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0px;
	left: 100%;
}

.sf-menu >li>a {
/*	border: none!important;*/
/*    background: #0088cc;*/
    color:#4c87c8;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 3px;
    font-size: 15px;
    padding: 10px;
    padding-left: 15px;
/*    border-right: solid 1px #fff;*/
}
.sf-menu >li:hover>a{
    background: #0571a8;
    color: #fff;
    
    
}
/*** DEMO SKIN ***/
.sf-menu {
	float: left;
/*	margin-bottom: 1em;*/
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}

.sf-menu a {

	padding: 1em 1em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu a {
/*	color: #fff!important;*/
      
}
.sf-menu li {
/*	background: #BDD2FF;*/
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .1s;
	transition: background .1s;
    
}
.sf-menu ul li {
/*	background: #F5F5F5;*/
    
}
.sf-menu ul ul li {
	background: #f4f5f6;
/*    color: #4F4F4F!important;*/
}

.sf-menu ul ul li a, .sf-menu ul li a{
/*    color: #4F4F4F!important;*/
/*    background: url(http://bti52.ru/assets/images/style/li_orange_arr.png) no-repeat 15px 13px;*/
   padding: 7px 20px;
     font-size: 0.9em!important;
    text-transform: none;
    font-weight: bold;
    color:#4c87c8;
    padding-right: 42px;
}

.sf-menu ul ul li a, .sf-menu ul li a:before{
/*
    content: "\f0da";
    font: normal normal normal 14px/1 FontAwesome;
    padding: 5px;
*/
}
.sf-menu>li:hover,.sf-menu>li.sfHover{
/*    background: #fff!important;*/
}

.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
/*	background: #D6D6D6;*/
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
       background: #fff!important;
}

.root-item ul{
    display: none;
}
.root-item-selected+ul{
    display: block;
}

.item-selected{
    color: #0088cc;
}
/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 28px;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -3px;
	border: 5px solid transparent;
	border-top-color: #1d5ca0; /* edit this to suit design (no rgba in IE8) */
	/* border-top-color: #1d5ca0; */


}

ul li ul .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -3px;
	border: 5px solid transparent!important;
	border-left-color: #1d5ca0!important; /* edit this to suit design (no rgba in IE8) */
	/* border-top-color: #1d5ca0; */


}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: #fff;
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;

}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	
}
