.before-header{
	font-color: #545454; 
	/* height: 30px; */ 
	width: 100%;
	font-size: 16px;
	line-height: 20.7px; 
	background: #dcdcdc; 
}
.before-header_wrapper{
	width: 1000px;
	margin: auto;
	display: flex;
	height: 28px;
	align-items: center;
	/* padding: 4px 0 0 0; */ 
}

.before-header_location-text__offset{
	margin-left: 8px; 
}

.before-header_link__offset{
	/* margin-top: -4px; */ 

}

.before-header_info-col{
	display: flex; 
	position: relative; 
	align-items:center; 
}

.before-header_info-col.first-col{
	width: 100%; 
}

.before-header_info-col.second-col{
	width: 62%; 
}

.before-header_info-col__lang{
	display: flex;
	position: absolute;
	right: 0; 
	align-items:center; 
}

.before-header_link{
	text-decoration: none;
	cursor: pointer; 
	color: #545454; 
}

.before-header_left-offset{
	width: 50%; 
}

.before-header_info{
	width:50%;
	display: flex;
	margin-top:2px; 
	align-items:center; 
}

.first-col{
	width: 45%; 
}

.second-col{
	width: 35%; 
}

.third-col{
	width: 20%; 
}

.before-header_location{
	display: flex;

	align-items:center; 
}

.g-header__logo{
	width: 166px;
	height: 40px; 
	display: flex; 
}

.g-header__search{
	float: right;
	margin-left: 340px;
	margin-top: -10px;
}

#title-search-input{
	background: transparent; 
	transition: all ease; 

}

#title-search-input:active, #title-search-input:focus{
	border-bottom: 1px solid #ffffff; 
	border-radius: unset;
}

.g-header__logo-subtext, .g-header__multilang{
	display: none; 
}

.before-header_lang{
	font-size: 16px; 
	margin-left: 4px; 
}

.header_after .top_menu .main_item:before {
	border: none;
}


.main_item_root-section{
	margin-right: 10px; 
}

.search_input{
	right: -33px !important;
	margin-top:20px;  
}

.top_menu__academy-text{
	margin-left: 6px; 
}

.top_menu__academy{
	display: flex;
	left: 2px !important; 
	margin-right: 0 !important; 
	margin-left: 8px !important;
}	
.top_menu__academy:hover{
	background: #ffffff !important;
	color: #545454 !important;  
}

.search_input input[type="submit"]{
	background: url('/local/assets/img/search-button_icon.png') center no-repeat;
	background-size: 24px 24px;
}

.g-header__logo-icon{
	background: url('/local/assets/img/logo-eltex-white-2.png') center no-repeat;
	background-size: 166px; 
}

@media screen and (max-width: 767px){

	.g-header__wrap{
		width: 345px; 
	}

	.g-header__logo{
		width: 122px; 
		height: 27px; 
	}

	.before-header{
		display: none; 
	}
	.before-header_left-offset{
		width: 0%; 
	}

	.before-header_info{
		width:100%;
		display: flex;
	}

	.g-header__logo-icon{
		width: 122px; 
		height: 30px; 
	}

	.g-header__logo-subtext{
		display: flex;
		align-items: center;  
		color: #ffffff; 
		margin-top: 8px; 
	}

	.g-header__wrap{
		position: relative; 
		margin-top:27px; 
	}


	.g-header__items{
		display: flex;
		align-items: center;

		position: absolute;
		top: 7px;
		right: 0; 
	}

	.g-header__multilang{
		display: flex; 
		align-items: center; 
		margin-top: 15px;
		margin-right: 10px;
		font-size: 16px; 
	}

	.g-header__multilang-ref{
		color:#ffffff; 
		margin-left: 3px; 
		text-decoration: none; 
	}

	.search_input{
		right: calc(50% - 164px);
		top: 60px !important; 
	}

	#title-search-input{
		border-bottom: 1px solid #ffffff; 
		border-radius:unset; 
	}

	.hamburger__line{
		height: 1px; 
		width: 20px; 
	}

	.main_item_root-section{
		margin-right: 0; 
	}

	.g-header__logo-icon{
		margin: auto; 
	}

}





@media screen and (max-width: 1023px){
	.g-header__search{
		position:relative; 

	}

	.search_input{
		position: absolute;
		top: -11px;
		right: -20px !important; 
		margin-top: 0;
		height: 40px;


	}
}


@media screen and (max-width: 767px){
	.g-header__logo-icon{

		background-size: 122px; 
	}

	.search_input{
		right: 0 !important;
		top: 40px !important;
	
	}

	.search_input, .search_input input[type="text"]{
		width: 345px; 
	}

	.top_menu__academy{
		margin-left: -2px !important; 
	}
}
