html,
body {
	margin: 0;
	background: #e8eaf6;
}

.row {
	max-width: 100% !important;
	margin: 0 !important;
}

.wrapper {
	width: 100%;
	position: relative;
	min-height: 100vh;
}

.top-bar {
	display: flex;
	background: url("../images/iamge2.png") no-repeat #006cc2;
	-webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.25);

}

.top-bar ul {
	background-color: transparent;
}


.bar-left {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex: none
}

.top-bar .title-area {
	margin: 0;
	position: relative;
}

.bar-center {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;

}

.bar-right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.top-bar a {
	color: #fff;
	line-height: 5em;
	white-space: nowrap;
	display: inline-block;
}

.menu>li>a.logo {
	padding: 0;
}

.logo img {
	/* float:left; */
	padding: 0;
	-webkit-box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.35);
}

.is-dropdown-submenu-parent {
	position: relative;
}

.is-dropdown-submenu-parent:hover ul {
	display: block;
}

.is-dropdown-submenu {
	position: absolute;
    top: 34px;
    left: 0;
    z-index: 1;
    min-width: 200px;
    border: 1px solid #03599d;
    background: #03599d !important;
    z-index: 1111;
}

.menu-lang ul {
	min-width: 50px !important;
}

.submenu {
	max-height: 300px;
	overflow-x: auto;
}

.search {
	height: 100%;
	position: relative;
	display: flex;
}


.submiter {
	cursor: pointer;
}

.icon-search {
	display: none;

}

.search input {
	height: 100%;
	background: #157aca;
	color: #fff;
	outline: none;
	border: none;
	border-left: 1px solid #0064b3;
	border-right: 1px solid #0064b3;
	box-shadow: none;
	padding: .5rem 1.5em;
	transition: color 0.3s linear;
}

.search input {
	margin: 0;
	padding-right: 20px;
}

.search span {
	color: white;
	margin-left: -20px;
	display: flex;
	align-items: center;
}

.search {
	display: flex;
}

.search input:focus {
	outline: none;
	background: #ffffff;
	color: #006cc2;
	transition: color 0.3s linear;
	box-shadow: none;
	border: none;
	border-left: 1px solid #0064b3;
	border-right: 1px solid #0064b3;
}

.search input:focus+.icon-search:before {
	color: #0770c4;
}

header ::-webkit-input-placeholder {
	color: #fff;
}

header :-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
}

header ::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
}

header :-ms-input-placeholder {
	color: #fff;
}

:focus::-webkit-input-placeholder {
	color: #006cc2;
}

:focus:-moz-placeholder {
	/* Firefox 18- */
	color: #006cc2;
}

:focus::-moz-placeholder {
	/* Firefox 19+ */
	color: #006cc2;
}

:focus:-ms-input-placeholder {
	color: #006cc2;
}




header .lang {
	/* width:60px; */
	text-align: center;
	height: inherit;
	/* float:left; */
	line-height: 5em;
	color: #fff;
	flex: 0 0 55px;
	border-right: 1px solid #0064b3;
	cursor: pointer;
}

.lang a {
	color: #fff;
}

.lan_second {
	display: none;
	position: relative;
	z-index: 99999999999;
	background: #006cc2;
	width: 100%;
	height: 70%;
	line-height: 3.5em;
	opacity: 0.9;
}

.icon-down:before {
	float: right;
	font-size: 0.6em;
	margin: 3.9em 1em 0 0;
}

.social {
	/* width: 80px; */
	/* float: right; */
	height: inherit;
	text-align: right;
	flex: 0 0 80px;

}

.social a {
	padding: 0 10px !important;
}

.social a:before {
	color: #e7f2fb;
    font-size: 20px;
}

.logo-main {
	flex: 1;
	/* shorthand for: flex-grow: 1, flex-shrink: 1, flex-basis: 0 */
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border: 1px dashed red;
}

.main_nav {

	align-items: center;
	border: 2px dashed green;
}

.main_nav:after {
	content: "";
	margin-left: 100%;
	height: 0;
	display: inline-block;
}

.mobile_nav,
#map .icon-info,
#map .icon-calendar,
.icon-burger {
	display: none;
}

.main_nav a,
.submenu_outer {
	color: #fff;
	line-height: 5em;
	white-space: nowrap;
	display: inline-block;
}

.submenu_outer {
	display: inline-block;
	position: relative;
}

header nav.main_nav a:nth-child(4) {
	position: relative;
	right: -1.5%;
}

header nav.main_nav a:hover,
header nav.main_nav a:focus,
header nav.main_nav a:active {
	color: #fff;
}

nav.main_nav .submenu_outer:hover .submenu_inner {
	display: block;
}

.submenu_inner {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 1000;
	background: #03599d;
	padding: 0 5% 5%;
	display: none;
	width: 150%;
	margin-left: -25%;
}

.submenu_inner:before {
	content: "";
	display: block;
	height: 5px;
	width: 60%;
	margin: 0 0 0 20%;
	background: #03599d;
	position: relative;
	top: -5px;
}

.main_nav .submenu_inner a {
	display: block;
	line-height: normal !important;
	padding: 0.5em 0;
	border-bottom: 1px solid #006cc2;
}

.submenu_inner a:last-child {
	border-bottom: 0;
}

.menu>li>a.icon-search {
	display: none;
}

.icon-search:before {
	position: relative;
	color: white;
}

footer {
	background: url("../images/footer_layer.png") 0 -450px repeat-x #34495e;
	width: 100%;
	padding: 20px 2.5%;
	position: absolute;
	bottom: 0;
	left: 0;
}

footer>div:first-child {
	color: #ffffff;
}

.contact_info {
	width: 90%;
	margin: 30px auto 40px !important;
	text-align: center;
}

.contact_info .col_inner {
	position: relative;
}

.contact_info .col_inner div,
.contact_info .col_inner a {
	margin: 0 0 0 70px;
	text-align: left;
}

.contact_info .col_inner div,
.contact_info .col_inner a {
	color: #8bcbfd;
}

.contact_info .col_inner div:first-child {
	color: #8bcbfd;
}

.contact_info .col_inner:before {
	position: absolute;
	left: 0;
	top: 0.1em;
	font-size: 52px;
	color: #bbe0ff;
}

.icon-phone:before {
	-ms-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg);
}

.col_inner {
	display: inline-block;
	margin: 0 auto;
}

.icon-phone div {
	white-space: nowrap;
}

.footer_bottom {
	border-top: 1px solid #435e77;
	padding: 1.5em 0 0;
}

.footer_bottom .footer_links {
	display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

.footer_bottom p {
	text-align: center;
	margin: 0;
	color: #ffffff;
}

.footer_links a {
	display: inline-block;
	padding: 1em 2em;
	vertical-align: middle;
}

.footer_links a img:nth-child(2) {
	display: none;
	margin: 0 auto;
}

.footer_links a:hover img:first-child {
	display: none;
}

.footer_links a:hover img:nth-child(2) {
	display: block;
}

.devel {
	float: left;
	color: #ffffff;
	margin: 1em 0 0 0;
}

.devel:hover,
.devel:active,
.devel:focus {
	color: #ffffff;
}

.copyright {
	float: right;
	color: #ffffff;
}


/* YEAR SELECT BLOCK */

#years_map {
	position: absolute;
	right: 2%;
	top: 5%;
	width: 15%;
	z-index: 1111111112;
	border: 0;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
	cursor: default;
}

.year_title {
	background: #e8eaf6;
	color: #013f70;
	padding: 3% 10%;
}

.year_year {
	background: #ffffff;
	color: #006cc2;
	padding: 3% 10%;
	cursor: pointer;
}

.year_year:before {
	font-size: 1em;
	float: right;
	padding: 2% 0 0 0;
	color: #85b6d7;
}

.select_year {
	position: absolute;
	width: 100%;
	background: #ffffff;
	color: #006cc2;
	padding: 0 10% 0;
	display: none;
}

.select_year div {
	padding: 2% 0;
	cursor: pointer;
}


/* PAGES MAIN STYLE*/

.pages_wrap {
	padding: 4% 2.5%;
}

.pages_title {
	border-top: 1px solid #2c3e50;
	margin: 2em 0 0;
	text-align: center;
}

.pages_title span {
	display: inline-block;
	background: #e8eaf6;
	padding: 0 1em;
	color: #34495e;
	position: relative;
	top: -0.9em;
}

.pages_text {
	padding: 0 5em;
}

.pages_text p {
	color: #34495e;
}

.pages_text h2 {
	color: #34495e;
	font-family: 'Segoe UI';
	font-weight: 600;
	font-size: 1.71em;
}

.pages_text li {
	display: list-item;
	list-style: square;
	list-style-position: inside;
	color: #006cc2;
}

.bullets span {
	color: #34495e;
}

.text {
	color: #34495e;
	float: left;
}

/* DOWNLOAD links default theme */
.download {
	border-top: 1px solid #dce3f3;
	padding: 1em 0em;
	margin: 1em 0;
}

.download_title {
	color: #34495e;
	margin: 0 0 0.5em 0;
}

.down_link {
	color: #34495e;
	line-height: 1.8em;
}

.down_link a {
	color: #006cc2;
}

.down_link a:before {
	padding: 0 0.7em 0 0;
	position: relative;
	font-size: 1.2em;
	bottom: -0.15em;
}

.mobile_submenu {
	display: block !important;
	position: relative !important;
	left: 0 !important;
	width: 100% !important;
}


@media screen and (max-width:1530px) {
	.contact_info {
		width: 100%;
	}
}

@media screen and (max-width:1439px) {
	header nav.main_nav a {
		/* line-height:6.5em; */
	}

	.top-bar input {
		max-width: 100%;
	}

	.menu>li>a.icon-search {
		display: flex;
		justify-content: center;
	}

	.search span,
	.search {
		position: absolute;
		width: 100%;
		height: 50px;
		top: 50px;
		left: 0;
		z-index: 999999999;
		display: none;
	}


	.top-bar {
		/* height: 50px; */
	}
}

@media screen and (max-width:1220px) {
	.top-bar img {
		height: 48px;
	}
	.bar-center,
	.menu-lang {
		display: none !important;
	}

	.search span {
		color: white;
		margin-left: -20px;
		display: flex;
		align-items: center;
	}

	.search {
		position: absolute;
		width: 100%;
		height: 50px;
		top: 50px;
		left: 0;
		z-index: 999999999;
		display: none;
	}

	.mobile_nav {
		display: none;
		position: fixed;
		right: 0;
		top: 0;
		height: 100vh;
		width: 40%;
		min-width: 290px;
		padding: 1em 0 75px;
		background: #0378d6;
		z-index: 1111111113;
		-webkit-box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.75);
		-moz-box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.75);
		box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.75);
	}

	.submenu_outer {
		display: block;
		height: auto;
		line-height: normal;
		text-align: left;
		padding: 0 !important;
	}

	.submenu_inner {
		display: none;
		width: auto;
		position: static;
		padding: 0;
		background: none;
		text-align: left;
		margin-left: 0;
	}

	.submenu_inner:before {
		display: none;
	}

	.submenu_inner a {
		padding: 0.3em 0 0.3em 20% !important;
		border-bottom: 0;
	}

	.social_mob {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		height: auto;
		float: none;
		width: 100%;
		border-top: 1px solid #0381e5;
		padding: 0;
	}

	.social_mob a {
		padding: 1em 0.5em !important;
	}

	.social_mob .icon-twitter {
		text-align: left;
	}

	.mobile_nav a {
		display: block;
		color: #fff;
		padding: 0.5em 0 0.5em 2em;
	}

	.mobile_nav>a:hover,
	.mobile_nav .submenu_outer a:hover {
		background: #03599d;
	}

	.lang_mob {
		margin: 0 0 2em 2em;
	}

	.lang_mob a {
		display: inline-block;
		line-height: normal;
		padding: 0 0.2em;
		color: rgba(255, 255, 255, 0.7);
	}

	.lang_mob a:first-child {
		border-right: 1px solid #fff;
		padding: 0 0.5em 0 0;
	}

	.lang_mob .active {
		color: #fff;
	}

	.mobile_nav .icon-close {
		position: absolute;
		top: 1em;
		right: 1em;
		font-size: 1em;
		color: #fff;
		cursor: pointer;
	}

	.icon-burger {
		display: flex;
		color: #fff;
		font-size: 2em;
		cursor: pointer;
		padding: 0 10px;
	}

	.bar-right {
		flex: 1;
	}
}

@media screen and (max-width:1024px) {
	.footer_bottom .footer_links {
		flex-direction: column;
		margin-top: 20px;
	}

	.pages_text {
		padding: 0;
	}

	.pages_title {
		margin: 2em 0 -10px;
	}

	.wrapper .download {
		padding: 1em 0;
	}


}

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

	.search {
		position: absolute;
		width: 100%;
		height: 50px;
		top: 50px;
		left: 0;
		z-index: 999999999;
		display: none;
	}

	.search span {
		display: none;
	}

	.contact_info>div {
		width: 100%;
		margin: 0 0 2em 0;
	}

	.contact_info>div:last-child {
		margin: 0 !important;
	}

	.contact_info {
		text-align: left;
		width: 50%;
		min-width: 250px;
	}

	.icon-placeholder:before {
		font-size: 58px !important;
	}

	.icon-phone:before {
		font-size: 49px !important;
	}

	.icon-mail {
		left: 5px !important;
	}

	.contact_info .col_inner.icon-mail div,
	.contact_info .col_inner.icon-mail a {
		margin: 0 0 0 75px;
	}

	.contact_info .col_inner div,
	.contact_info .col_inner a {
		margin: 0 0 0 80px;
	}


}


@media screen and (max-width:640px) {
	header {
		height: 50px;
		overflow: visible;
	}

	.logo img {
		height: 48px;
	}


	.copyright,
	.devel {
		float: none;
		display: block;
		text-align: center;
	}

	.search {
		display: none;
		position: absolute;
		width: 100%;
		height: 50px;
		top: 50px;
		left: 0;
		z-index: 999999999;
	}

	.search input {
		border: none !important;
	}

	.icon-search:hover+.search {
		display: block;
	}

	.search:hover,
	.search:active,
	.search:focus {
		display: block;
	}

	header .social {
		padding-top: 10px;
		display: inline-block;
	}

	header .social>a {
		width: 50%;
	}

	.menu>li>a {
		padding: 1rem
	}

}

@media screen and (max-width:290px) {
	header .social {
		width: 50px;
	}

}

@media screen and (max-height:550px) {
	.mobile_nav {
		position: absolute;
		height: auto;
		min-height: 100vh;
	}
}