* {
	margin: 0px;
	padding: 0px;
}
@font-face {
	font-family: 'Centurygothic';
	src: url('fonts/Century-Gothic-Regular/Century-Gothic-Regular.ttf');
	src: url('fonts/Century-Gothic-Regular/Century-Gothic-Regular.eot?') format('eot'), 
	     url('fonts/Century-Gothic-Regular/Century-Gothic-Regular.woff') format('woff'), 
	     url('fonts/Century-Gothic-Regular/Century-Gothic-Regular.ttf')  format('truetype'),
	     url('fonts/Century-Gothic-Regular/Century-Gothic-Regular.svg#svgFontName') format('svg');
}
@font-face {
	font-family: 'MyriadPro';
	src: url('fonts/MyriadProRegular/MyriadProRegular.ttf');
	src: url('fonts/MyriadProRegular/MyriadProRegular.eot?') format('eot'), 
	     url('fonts/MyriadProRegular/MyriadProRegular.woff') format('woff'), 
	     url('fonts/MyriadProRegular/MyriadProRegular.ttf')  format('truetype');
}
@font-face{
	font-family:'FontAwesome';
	src:url('fonts/font-awesome/fontawesome-webfont.eot?v=4.5.0');
	src:url('fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),
	url('fonts/font-awesome/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),
	url('fonts/font-awesome/fontawesome-webfont.woff?v=4.5.0') format('woff'),
	url('fonts/font-awesome/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),
	url('fonts/font-awesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
}
div,p,span,td,ul,ol,li,strong {
	font-family: MyriadPro;	
}
body{
	
}
#main {
	margin: 0 auto;
	width: 100%;
   /*max-width: 1900px;*/
   width: 100%;
}
/* верх сайта */
header {
	height: 115px;
	position: relative;
}

#header_left {
	position: relative;
	width: 70%;
	height: 115px;
	float: left;
}
#logo {
	position: absolute;
	top: 30px;
	left: 12px;
}
#logo img{
	border: none;
}
#logo_title {
	font-size: 60px;
	color: #2e336b;
	font-family: Centurygothic;
	position: absolute;
	top: 20px;
	left: 75px;
   letter-spacing: -4px;
}
#header_text {
	width: 56%;
	height: 30px;
	/*font-size: 19px;*/
    font-size: 22px;
	/*word-spacing: -2px
    word-spacing: 27px;;*/
	color: #2e336b;
	position: absolute;
   top: 38px;
   left: 331px;
   line-height: 19px;
	font-family: MyriadPro;
}
#header_text span{
	font-size: 12px;
	/*word-spacing: 5px;*/
   word-spacing: 1px;
   letter-spacing: 0px;
   text-transform: uppercase;
}
#header_right {
	position: absolute;
   right: 0px;
   background-color: #2e336b;
   width: 30%;
   height: 105px;
   padding: 10px 0 0 0px;
}
#login {
	padding-left: 20px;
}
#form_title {
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;
	font-family: MyriadPro;
}
#login form input {
	margin-right: 20px;
}
input.login {
	border-radius: 2px;
   border: none;
   height: 30px;
   padding-left: 10px;
	width: 35%;
}
input.password {
	border-radius: 2px;
   border: none;
   height: 30px;
   padding-left: 10px;
	width: 31%;
}
#login button{
	border-radius: 2px;
   border: none;
   height: 30px;
   color: #2e336b;
   font-size: 14px;
	background-color: #fff;
	cursor: pointer;
	width: 15%;
	font-family: MyriadPro;
	position: relative;
	top: -2px;
}
#login_links {
	margin-top: 4px;
}

#login_links a {
	font-family: arial;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
/* верхнее меню */
#top_menu{
	background-color: #2e336b;
	height: 74px;
   position: relative;
   z-index: 999;
}
#top_menu ul {
   display: table-cell;
   vertical-align: middle;
}
ul.left_menu {
	float: left;
   position: relative;
	width: 70%;
}
ul.left_menu li{

}
ul.left_menu li a {
	padding: 28px 0px;
}
ul.right_menu {
	float: right;
	width: 28%;
	text-align: right;
	margin-right: 2%;
}
ul.right_menu li {
	
}
ul.right_menu li a {
	padding: 28px 0%;
}
#top_menu li{
	display: inline-block;
	text-transform: uppercase;
	padding: 0 2%;
	position: relative;
}
#top_menu li:hover {
	background-color: #22254b;
}
#top_menu li a{
	color: #fff;
   text-decoration: none;
   display: block;
   border: 0px;
	font-size: 14px;
	font-family: MyriadPro;
}
#top_menu li ul {
	background-color: #fff;
	border: 1px solid #9b9b9b;
	position: absolute;
	padding-bottom: 10px;
	width: 170px;
	box-shadow: 0px 4px 10px rgba(0,0,0,0.9);
	margin-top: -1px;
	display: none;
	left: 0px;
}
#top_menu li ul li {
	display: inline;
	margin: 0px;
}
#top_menu li ul li:hover {
	background-color: #fff;
}
#top_menu li ul li a {
	color: #626262;
	padding: 0px;
	font-size: 16px;
	text-transform: none;
	padding: 10px 10px 0px 20px;
}
#top_menu li:hover ul {
	display: block;
}
#top_menu li ul li a:hover {
	color: #22254b;
}
/* основная часть сайта */
#content {
	overflow: hidden;
	width: 100%;
   background-color: #f2f2f2
}
#content_left{
	/*padding: 54px 0 0 32px;*/
	/*padding: 30px 0 0 32px;*/
	/*width: 65%;*/
   padding-top: 30px;
   width: 70%;
	float: left;
   background-color: #fff;
}
/* поиск */
#search {
	position: relative;
   padding-left: 32px;
   height: 150px;
}
#search_title {
	color: #3f3f6c;
	font-size: 20px;
	font-family: MyriadPro;
	text-transform: uppercase;
}
#search_border {
	height: 1px;
	width: 76%;
	background-color: #cfcfcf
}
#search form{
	/*margin: 38px 0 27px 0;*/
	margin: 20px 0 27px 0;
	/*overflow: hidden;*/
}
#search input[type=text]{
	height: 45px;
	/*width: 60%;*/
	width: 95%;
	border: 1px solid #353a70;
	border-radius: 1px;
	box-shadow: 0px 5px 6px rgba(63,63,63,1);
	/*margin-right: 20px;
	float: left;*/
	padding-left: 23px;
	font-size: 16px;
}
#search input::-webkit-input-placeholder {
	color: #c0bdbd;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	font-family: MyriadPro;
	position: relative;
	top: 4px;
}
#search input.pl::-moz-placeholder {
	color: #c0bdbd;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	font-family: MyriadPro;
	position: relative;
	top: 4px;
}
#search input:-moz-placeholder {
	color: #c0bdbd;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	font-family: MyriadPro;
	position: relative;
	top: 4px;
}
#search input:-ms-input-placeholder {
	color: #c0bdbd;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	font-family: MyriadPro;
	position: relative;
	top: 4px;
}
#search button{
	color: #fbfbfd;
	font-size: 22px;
	background-color: #2e336b;
	border: none;
	border-radius: 2px;
	height: 47px;
	width: 125px;
	cursor: pointer;
	font-family: MyriadPro;
}
#advanced_search {
	position: absolute;
	/*left: 49%;
	top: 116px;*/
	right: 5px;
	top: 60px;
	
	
	
}
#advanced_search a {
	font-size: 16px;
	color: #484a4c;
	text-decoration: none;
	font-family: MyriadPro;
}
/* новости */
#news {
	/*margin-top: 60px;*/
   padding-left: 32px;
}
#news_title {
	font-size: 24px;
	font-family: MyriadPro;
	color: #5b5b5b;
	letter-spacing: 1px;
	margin-bottom: 18px;
}
#news_title span {
	display: block;
	margin-bottom: 17px;
}
#news_title_border1 {
	height: 1px;
	width: 310px;
	background-color: #9d9d9d;
	margin-bottom: 4px;
}
#news_title_border2 {
	height: 1px;
	width: 295px;
	background-color: #9d9d9d;
}
.news_item {
	margin-bottom: 42px;
}
.news_item_title {
	font-size: 18px;
	color: #2e336b;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 12px;
	font-family: MyriadPro;
}
.news_item_date {
	color: #5b5b5b;
	font-size: 13px;
	margin-bottom: 14px;
	font-family: MyriadPro;
}

.news_item_date span {
	    font-size: 14px;
}
.news_item_text {
	font-size: 16px;
	color: #5b5b5b;
	letter-spacing: -1px;
   word-spacing: 3px;
   width: 90%;
   line-height: 19px;
   margin-bottom: 20px;
	font-family: MyriadPro;
	text-align: justify;
}
.read_more {
	
}
.read_more a{
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	color: #232323;
	width: 80px;
   padding: 9px 28px;
   border: 1px solid #2e336b;
   border-radius: 3px;
   display: block;
}
/* правый блок */
#content_right {
	float: right;
	width: 30%;
	/*padding: 25px 0 20px 20px;*/
   padding: 25px 0 20px 0px;
	/*background-color: #f2f2f2;*/
   position: absolute;
   right: 0px;
}
#target_project {
	color: #636464;
	font-size: 16px;
	font-family: MyriadPro;
	margin-bottom: 67px;
	/*width: 98%;*/
   width: 95%;
   padding-left: 20px;
}
#target_project_title {
	color: #5b5b5b;
	font-size: 26px;
	font-family: MyriadPro;
	margin-bottom: 7px;
}
#target_project_text {
	margin-top: 15px;
	line-height: 19px;
	text-align: justify;
}
#target_project_button {
	margin-top: 24px;
}
#target_project_button a{
	color: #2e336b;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #2e336b;
	padding: 5px 10px;
	font-size: 16px;
	font-family: MyriadPro;
}
/* статистика */
#stat {
	
}
#stat_title {
	font-size: 26px;
	font-family: MyriadPro;
	color: #5b5b5b;
	margin-bottom: 10px;
}
#stat_text {
	margin-top: 15px;
}
#stat_text table{
	color: #424242;
	font-size: 14px;
	font-family: MyriadPro;
	width: 98%;
}
#stat_text thead{
	color: #2e336b;
	font-size: 16px;
	font-family: MyriadPro;
}
#stat_text td {
	padding: 4px 0px 13px 0;
	vertical-align: top;
	width: 70%;
}
#stat_text td.first{
	text-align: left;
}
#stat_text td.second{
	text-align: center;
}
#stat_text td.third{
	text-align: right;
}
#stat_read_more {
	margin-top: 35px;
}
#stat_read_more a{
	text-transform: uppercase;
	text-decoration: none;
	color: #2e336b;
	border: 1px solid #30356d;
	padding: 5px 10px;
	font-size: 16px;
	font-family: MyriadPro;
}
/* низ сайта */
footer {
	background-color: #f2f2f2;
	/*height: 220px;*/
	height: 240px;
	border-top: 1px solid #848484;
	padding-top: 20px;
	width: 100%;
	position: relative;
}
/* карта сайта */
#site_map {
	position: relative;
	left: 40px;
	float: left;
	width: 19%;
}
#site_map_title {
	font-size: 14px;
	font-family: MyriadPro;
	font-weight: bold;
	color: #2e336b;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#site_map li {
	list-style-type: none;
	padding-bottom: 7px;
}
#site_map li a{
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	color: #2e336b;
	text-transform: uppercase;
}
#contact_info {
	position: relative;
	float: left;
	left: 35px;
	margin-right: 40px;
	width: 25%;
}
#contact_info_title {
	font-size: 14px;
	font-family: MyriadPro;
	font-weight: bold;
	color: #2e336b;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#contact_info_text {
	width: 230px;
	font-family: arial;
	font-size: 12px;
	color: #2e336b;
}
#footer_right {
   float: left;
	width: 48%;
}
}
#footer_banners {
	
}

#footer_banner1 {
	float: left;
	/*margin-right: 90px;*/
	width: 43%;
}
#footer_banner1 img {
	float: left;
}
#footer_banner2 {
	width: 43%;
	float: right;
}
.footer_banner_img {
	height: 70px;
	display: table-cell;
	vertical-align: middle;
	padding-right: 20px;
}
.banner_text {
	height: 70px;
	display: table-cell;
	vertical-align: middle;
	font-size: 19px;
	font-family: MyriadPro;
	color: #3a3d3e;
}
#copyright {
	clear: both;
	margin-top: 95px;
	font-family: arial;
	font-size: 13px;
	color: #7a7b7c;
	/*position: absolute;
	bottom: 10px;
	left: 630px;*/
	margin-bottom: 20px;
	text-align: center;
}
#copyright a{
	font-size: 19px;
	font-family: MyriadPro;
	color: #2e336b;
	text-decoration: none;
	text-transform: uppercase;
}
#copyright_mobile {
	display: none;
}
#full_version {
	display: none;
}
#mobile_menu {
	display: none;
}
input[type=checkbox]{
   /*position: absolute;
   left: 0px;
   top: 120px;*/
   margin-right: 5px;
}
#search_box {
   position: absolute;
   left: 0px;
   top: 60px;
}
#search_box input{
	position: absolute;
   /*left: -2000px;*/
   z-index: 999;
   opacity: 0;
   width: 21px;
   height: 21px;
}
#search_box input.checked + div::before{
	position: absolute;
   background-position: bottom left;
   background-image: url(Checkbox.png);
   width: 20px;
	height: 20px;
	content: "";
	position: absolute;
	top: -2px;
}
#search_box input + div::before {
	margin-left: -30px;
	/*margin-top: 3px;*/
   content: "";
   background-image: url('Checkbox.png');
   background-position: top left;
   width: 20px;
   height: 20px;
	content: "";
	position: absolute;
	background-size: 20px;
	/*left: 2000px;*/
	top: -2px;
}
#search_box div {
   margin-left: 30px;
}
#form_wrap {
	width: 57%;
	float: left;
	margin-right: 20px;
	position: relative;
	height: 100px;
}
