/* General Reset */
body{
	margin:0;
	color:#000;
	font: 14px/22px "Open Sans", sans-serif;
	background:#fff;
	min-width: 320px;
}
img{border-style:none;}
input,
textarea,
select{
	color:#000;
	vertical-align:middle;
	font:100% "Open Sans", sans-serif;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner{
	border: none;
	padding: 0;
}
input[type="search"] {-webkit-appearance: none;}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
blockquote, q{quotes: none;}
q:before,
q:after {content: '';}
a{
	color:inherit;
	text-decoration:none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
a:hover{color: inherit;}
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus{outline:none;}
*:before,
*:after,
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
p{margin: 0;}
/* General settings */
.fader{
	z-index: 40;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	cursor: pointer;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.open-menu{display: none;}
.container:after,
.clearfix:after{
	content: '';
	display: block;
	clear: both;
}
.text-cetner{text-align: center;}
.mb30{margin-bottom: 30px;}
#header{padding: 23px 0 0;}
.header__logo{
	position: relative;
	z-index: 2;
	float: left;
	width: 205px;
	margin-right: -205px;
}
.header__logo img{
	width: 100%;
	vertical-align: top;
	height: auto;
}
.header__title{
	text-align: center;
	float: left;
	width: 100%;
	padding: 0 300px;
	color: #062e74;
	font-size: 45px;
	line-height: 50px;
}
.header__title-info{
	position: relative;
	z-index: 2;
	float: right;
	width: 300px;
	text-align: right;
	margin-left: -300px;
	color: #333;
	padding-top: 26px;
	font-size: 16px;
	line-height: 20px;
}
.header__row{
	margin-top: 14px;
	padding: 15px 0;
	background-color: #062e74;
}
.main-nav{
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
}
.main-nav li{
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
	text-transform: uppercase;
}
.main-nav li+li{margin-left: 60px;}
.main-nav a{
	color: #fff;
	display: inline-block;
	vertical-align: top;
	position: relative;
	overflow: hidden;
}
.main-nav a:before{
	content: '';
	position: absolute;
	bottom: 0;
	right: 100%;
	width: 100%;
	height: 1px;
	background-color: #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.main-nav .active a:before,
.main-nav a:hover:before{right: 0;}
.language-nav{
	float: right;
	font-size: 0;
	line-height: 0;
}
.language-nav li{
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
	text-transform: uppercase;
}
.language-nav li+li{margin-left: 10px;}
.language-nav a{
	color: #fff;
	display: inline-block;
	vertical-align: top;
	position: relative;
	overflow: hidden;
}
.language-nav a:before{
	content: '';
	position: absolute;
	bottom: 0;
	right: 100%;
	width: 100%;
	height: 1px;
	background-color: #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.language-nav .active a:before,
.language-nav a:hover:before{right: 0;}
/*visual-nav*/
.visual-nav{
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
	font-size: 0;
	line-height: 0;
}
.visual-nav li{
	display: inline-block;
	width: 11.111111%;
	height: 95px;
	text-align: center;
}
.visual-nav li+li a{border-left: transparent;}
.visual-nav a{
	border: solid 1px #c0c0c0;
	height: 94px;
}
.visual-nav__sesc{
	position: absolute;
	top: 120%;
	opacity: 0;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	width: 100%;
	left: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	padding: 6px 0;
	pointer-events: none;
}
.visual-nav a:hover .visual-nav__sesc{
	top: 100%;
	opacity: 1;
}
.visual-nav .active a:hover .visual-nav__sesc{
	top: 80%;
	opacity: 0;
}
.ico-nav{
	position: relative;
	display: block;
	height: 60px;
	display: block;
	font-size: 0;
	line-height: 0;
	margin-bottom: 7px;
}
.ico-nav:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -27px 0 0 -32px;
	width: 64px;
	height: 54px;
	background-image: url(/images2/data/sprite-atlas.png);
	background-repeat: no-repeat;
	z-index: 2;
}
.ico-nav_medical:before{background-position: -1px 0;}
.ico-nav_demography:before{background-position: -66px 0;}
.ico-nav_reform:before{background-position: -131px 0;}
.ico-nav_economic:before{background-position: -195px 0;}
.ico-nav_infrastructure:before{background-position: -262px 0;}
.ico-nav_foreign:before{background-position: -325px 0;}
.ico-nav_workforce:before{background-position: -391px 0;}
.ico-nav_land:before{background-position: -458px 0;}
.ico-nav_microdata:before{background-position: -520px 0;}

.visual-nav a:after{
	content: '';
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: -1px;
	right: -1px;
	border: solid 2px #062e74;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	opacity: 0;
}

.visual-nav li:hover a{z-index: 2;}
.visual-nav li.active a:after{opacity: 1;}
/*main*/
#main{
	padding: 40px 0;
}
.main-title{
	text-align: center;
	color: #000;
	margin: 0 0 40px;
	font-weight: 300;
	color: #062e76;
	font-size: 30px;
	line-height: 35px;
}
.title-info{
	line-height: 21px;
	margin-bottom: 45px;
	text-align: center;
}
.info{
	list-style: none;
	padding: 0;
	margin: 0 -15px;
	font-size: 0;
	line-height: 0;
}
.info>li{
	display: inline-block;
	width: 33.33333%;
	padding: 0 15px 30px;
	vertical-align: top;
}
.info__block{
	font-size: 14px;
	line-height: 18px;
	background-color: #f0f0f0;
	padding: 17px 25px 20px 40px;
	min-height: 375px;
}
.info__title{
	font-size: 20px;
	line-height: 24px;
	min-height: 48px;
	text-align: center;
	margin: 0 0 10px;
	color: #062e75;
}
.info__list{
	list-style: none;
	padding: 0;
	margin: 0 0 10px -15px;
}
.info__list a{
	display: block;
	position: relative;
	padding: 8px 10px 8px 40px;
	-webkit-box-shadow: inset 0 0 0 #cbcbcb;
	box-shadow: inset 0 0 0 #cbcbcb;
}
.info__list a:before{
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 999px;
	background-color: #000;
	top: 15px;
	left: 17px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.info__list a:hover{
	color: #062e75;
	-webkit-box-shadow: inset 0 0 0 2px #cbcbcb;
	box-shadow: inset 0 0 0 2px #cbcbcb;
}
.info__more{
	display: block;
	margin: 0 auto;
	background-color: #fff;
	color: #2e2f2f;
	height: 30px;
	line-height: 26px;
	border: solid 2px #cbcbcb;
	width: 160px;
	text-align: center;
}
.info__more:hover{background-color: #e8e8e8;}

/*chapter*/
.chapter{
	margin-bottom: 22px;
}
.chapter:after{
	clear: both;
	display: block;
	content: '';
}
.chapter .ico-nav{
	float: left;
	width: 70px;
	margin:-5px 20px 0 0;
}
.chapter__link{
	margin-top: 5px;
	float: right;
	color: #fff;
	background-color: #6dc630;
	width: 165px;
	height: 35px;
	font-size: 16px;
	text-align: center;
	line-height: 35px;
}
.chapter__link:hover{
	color: #fff;
	background-color: #76de2f;
}
.chapter__text{
	overflow: hidden;
	font-size: 35px;
	line-height: 40px;
	color: #062e75;
}




.reports-block{
	border: solid 2px #062e75;
	padding: 20px 30px 30px;
	margin-left: 30px;
}
.reports-block__title{
	color: #062e75;
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 15px;
}
.reports-block__list{
	list-style: none;
	padding: 0;
	margin: 0;
}
.reports-block__list li{
	padding: 0 0 0 25px;
	position: relative;
	font-size: 14px;
	line-height: 18px;
	color: #2e2f2f;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.reports-block__list li+li{margin-top: 15px;}
.reports-block__list li:hover a,
.reports-block__list li:hover{
	color: #062e75;
	font-weight: 600;
}
.reports-block__list li:before{
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 999px;
	background-color: #1d1d1d;
}
/*#footer*/
.footer__row{
	border-top: solid 1px #cbcbcb;
	padding: 13px 0;
}
.footer__row .blue{
	color: #062e75;
}
