header{
	background-color: #fff;
	position: relative;
	padding-bottom: 2px;
}
/*
header:after{
	position: absolute;
	bottom: 0;
	left: 30px;
	right: 30px;
	content: "";
	height: 2px;
	background: var(--main-color);
}
*/
header .top{
	display: flex;
	justify-content: space-between;
	margin-top: 5px;
	font: 500 13px / 19px "Montserrat", Helvetica, Arial, Verdana, sans-serif;
	align-items: center;
}
header .languages a img{
	width: 1.4em !important;
	height: 1.4em !important;
}
header ul.social {
	margin-bottom: 0px;
}
header ul.social li{
	width: 26px;
	height: 26px;
}
header ul.social li a{
	font-size: 14px;
}
header .logo{
	width: 150px;
	text-align: center;
}
header .menu ul{
	list-style: none;
	text-align: center;
	padding-left: 0;
}
header .menu ul li{
	display: inline-block;
	text-align: center;
	line-height: 1.5;
	height: auto;
	vertical-align: middle;
	position: relative;
}
header .menu ul li.active a{
	color: var(--active-color);
}
header .menu ul li a{
	color: var(--main-color);
	text-decoration: none;
	font-weight: bold;
	line-height: 1.1;
	text-transform: uppercase;
	font-size: 13px;
	padding: 20px 10px;
}
header .menu ul li ul.dropdown{
	display: none;
	position: absolute;
	box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
	left: 0;
	top: 40px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	background-color: #00529b;
	z-index: 999;
	width: 210px !important;
}
header .menu ul li ul.dropdown li{
	margin: 0 5px;
	display: block;
	text-align: left;
	padding: 5px 0;
}
header .menu ul li ul.dropdown li:hover{
	background-color: #003f78;
}
header .menu ul li.dropMega ul.dropdown li a{
	padding: 0 4px;
}
header .menu ul li.dropMega ul.dropdown li ul li a{
	padding: 0px;
}
header .menu ul li ul.dropdown li a{
	color: #fff;
	padding: 0 10px;
	font-size: 11px;
	font-weight: normal;

}
header .menu ul li.drop:hover ul.dropdown {
	display: block;
}
header .menu ul li.drop a:after{
	content:"\f107";
	font-family: "Font Awesome 5 Free";
	font-size: 13px;
	margin-left: 4px;
}
header .menu ul li.dropMega:hover ul.dropdown {
	display: block;
}
header .menu ul li.dropMega a:after{
	content:"\f107";
	font-family: "Font Awesome 5 Free";
	font-size: 13px;
	margin-left: 4px;
}
header .menu ul li.dropMega .ulImage ul.dropdown{
	display: flex;
	width: 80% !important;
	position: static;
	border: none;
	box-shadow: none;
	background-color: transparent !important;
}
header .menu ul li.dropMega ul.dropdown{
	display: none;
	width: auto !important;
	left: 30px;
	right: 30px;
	top: 100%;
	border: 1px solid #ffffff;
	box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
	background-color: #fff;
	font-size: 14px;
	line-height: 22px;
	padding: 8px;
}
header .menu ul li.dropMega{
	position: static;
}
header .menu ul li.dropMega ul.dropdown a{
	color: var(--link-color);
}
header .menu ul li.dropMega ul li{
	margin-bottom: 10px;
}
header .menu ul li.dropMega ul li a{
	font-size: 14px;
	font-weight: bold;
}
header .menu ul li.dropMega ul li a:after{
	content: "";
}
header .menu ul li.dropMega ul li:hover{
	background-color: #fff;
}
ul.dropdown.mega{
	display: flex;
	flex-wrap: wrap;
}
header .menu ul li.dropMega .ulImage ul li ul{
	width: 80%;
}
header .menu ul li.dropMega ul li ul li{
	margin-bottom: 0;
}
header .menu ul li.dropMega ul li ul li a{
	font-size: 13px;
	font-weight: normal;

	text-transform: none;
}
header .menu ul li.dropMega .ulImage{
	z-index: 999;
	display: none;
	position: absolute;
	width: auto;
	right: 30px;
	left: 30px;
	top: 100%;
	border: 1px solid #ffffff;
	box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
	background-image:url('../img/menu-zemin-3.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	background-position:right center;
}
header .menu ul li.dropMega:hover .ulImage{
	display: block;
}

@media (max-width: 767.98px) {
	header .top{
		align-items: baseline;
		flex-direction: row-reverse;
	}
	header .top .languages{
		display: none;
	}

}