*, body{
	margin: 0;
	padding: 0;
}
body{
	/*font-family: 'Open Sans Condensed', sans-serif;*/
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-style: normal;
	background-color: #ededed;
}
.clear{
	clear: both;
}


.wrapper{
	max-width: 1140px;
	margin: 0 auto;
}


a{
	cursor: pointer;
	outline: none;
}


h2.index_h2{
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #3d658f;
	line-height: 1.0;
	text-transform: uppercase;
}
.logolink{
	position: relative;
	display: block;
	height: 83px;
	background-image: url(../images/logotext.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	line-height: 1.0;
	padding-left: 20px;
	padding-top: 20px;
}
.logolink .h{
	display: block;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	color: #000000;
	font-size: 24px;
	margin-bottom: 8px;
}
.logolink .text{
	display: block;
	font-size: 14px;
	color: #7f7f7f;
	letter-spacing: 4px;
}


.headertop{
	padding-top: 20px;
	padding-bottom: 20px;
}
.headertop .logolink{
	float: left;
}
.headertop .formsearch{
	position: relative;
	display: block;
	float: left;
	width: 292px;
	height: 40px;
	overflow: hidden;
	margin-left: 254px;
	float: left;
	margin-top: 23px;
}
.headertop .formsearch .subsearchtop{
	position: absolute;
	right: 1px;
	top: 1px;
	background-color: transparent;
	border: none;
	outline: none;
	width: 42px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	-webkit-appearance: none;
	background-color: #ededed;
}
.headertop .formsearch .subsearchtop i{
	color: #3d658f;
	font-size: 17px;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.headertop .formsearch .subsearchtop:hover i{
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #ea653b;
}
.headertop .formsearch input.searchtop{
	display: block;
	outline: none;
	width: 292px;
	height: 40px;
	padding-left: 16px;
	padding-right: 43px;
	background-color: #ededed;
	border: 1px solid #b0b0b0;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	color: #333333;
	font-size: 15px;
}
.headertop .formsearch input.searchtop:focus{
	background-color: #ffffff;
}
.headertop .linkautoriz,
.headertop .logout-system{
	float: right;
	display: block;
	margin-top: 33px;
	text-decoration: underline;
	color: #3d658f;
	font-size: 15px;
	font-weight: 400;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.headertop .linkautoriz:hover,
.headertop .logout-system:hover{
	color: #ea653b;
}
.headertop .logout-system{
	margin-left: 20px;
}

.topnav .mobail_block{
	position: relative;
	display: none;
	height: 60px;
	background-color: #ffffff;
	cursor: pointer;
	overflow: hidden;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.topnav .mobail_block:hover{
	background-color: #3f668d;
}
.topnav .mobail_block #text_category_mobail_menu{
	line-height: 63px;
	font-size: 16px;
	color: #151515;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.topnav .mobail_block:hover #text_category_mobail_menu{
	color: #ffffff;
}
.topnav .mobail_block .menu_open_close{
	display: block;
	width: 45px;
	height: 60px;
	position: absolute;
	right: 15px;
	top: 0px;
}
.topnav .mobail_block .menu_open_close span{
	position: absolute;
	display: block;
	width: 44px;
	height: 3px;
	background-color: #3f668d;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.topnav .mobail_block .menu_open_close span:nth-child(1){
	top: 19px;	
}
.topnav .mobail_block .menu_open_close span:nth-child(2){
	top: 28px;
}
.topnav .mobail_block .menu_open_close span:nth-child(3){
	top: 37px;
}
.topnav .mobail_block:hover .menu_open_close span{
	background-color: #ffffff;
}
.topnav .mobail_block.click_open .menu_open_close span:nth-child(1) {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 27px;
}
.topnav .mobail_block.click_open .menu_open_close span:nth-child(2){
	opacity: 0;
}
.topnav .mobail_block.click_open .menu_open_close span:nth-child(3) {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 27px;
}


.topnav .wrapper{
	/*overflow: hidden;*/
}

.topnav .top-header-nav {
        background-color: #ffffff;
}
.topnav .top-header-nav > ul{
	position: relative;
	width: auto;
	display: block;
	background-color: #ffffff;
}
.topnav .top-header-nav > ul > li{
	float: left;
	list-style: none;
}
.topnav .top-header-nav > ul > li > a{
	display: block;
	height: 60px;
	line-height: 63px;
	/*padding: 0 12.5px 0 13px;
	font-size: 16px;*/
	/*padding: 0 13.33px 0 13px;
	font-size: 13px;*/
	/*padding: 0 9px 0 10px;
	font-size: 12px;*/
	
	padding: 0 6px 0 7px;
    font-size: 12px;
	background-color: #ffffff;
	font-weight: 500;
	color: #151515;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	text-transform: uppercase;
	outline: none !important;
}
.topnav .top-header-nav > ul > li:last-child > a{
	padding-right: 10px;
}
.topnav .top-header-nav > ul > li > a:hover,
.topnav .top-header-nav > ul > li.active > a{
	color: #ffffff;
	background-color: #3d658f;
}
.topnav .top-header-nav > ul > li > ul{
	position: absolute;
	left: 0px;
	top: 60px;
	border-top: 1px solid #ededed;
	background-color: #ffffff;
	width: 1139px;
	overflow: hidden;
	display: none;
	z-index: 200;
}
.topnav .top-header-nav > ul > li:hover > ul{
	display: block;
}
.topnav .top-header-nav > ul > li > ul > li{
	float: left;
	list-style: none;
}
.topnav .top-header-nav > ul > li > ul > li > a{
	display: block;
	height: 60px;
	line-height: 60px;
	padding: 0 13px 0 13px;
	background-color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	color: #151515;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	text-transform: uppercase;
	border-top: 2px solid #ffffff;
	outline: none !important;
}
.topnav .top-header-nav > ul > li > ul > li > a:hover,
.topnav .top-header-nav > ul > li > ul > li.active > a{
	border-top: 2px solid #3f668d;
}
.topnav .top-header-nav > ul > li:nth-child(2) > ul{
	padding-left: 0px;
}
.topnav .top-header-nav > ul > li:nth-child(2) > ul > li > a{
	/*font-size: 11px;*/
}
.topnav .top-header-nav > ul > li:nth-child(3) > ul{
	padding-left: 88px;
}
.topnav .top-header-nav > ul > li:nth-child(4) > ul{
	padding-left: 220px;
}
.topnav .top-header-nav > ul > li:nth-child(5) > ul{
	padding-left: 280px;
}
.topnav .top-header-nav > ul > li:nth-child(6) > ul{
	padding-left: 338px;
}
.topnav .top-header-nav > ul > li:nth-child(7) > ul{
	padding-left: 353px;
}
.topnav .top-header-nav > ul > li:nth-child(8) > ul{
	/*padding-left: 653px;*/
	padding-left: 340px;
}
.topnav .top-header-nav > ul > li:nth-child(9) > ul{
	/*padding-left: 653px;*/
	padding-left: 340px;
}
.topnav .top-header-nav > ul > li:nth-child(10) > ul{
	padding-left: 598px;
}




.news_index_one{
	padding-top: 29px;
}
.news_index_one .left_news{
	float: left;
	width: 750px;
}
.news_index_one .left_news h2{
	display: block;
	padding-bottom: 12px;
}
.news_index_one .left_news  a.first_news{
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	padding-top: 27px;
	padding-bottom: 31px;
	overflow: hidden;
	color: #ffffff;
	text-decoration: none;
}
.news_index_one .left_news  a.first_news .wr_news{
	width: 405px;
	background-color: rgba(61,101,143,0.9);
	float: right;
	margin-right: 30px;
	padding: 19px 20px 14px 20px;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.news_index_one .left_news  a.first_news:hover .wr_news{
	background-color: rgba(61,101,143,1);
}
.news_index_one .left_news  a.first_news .wr_news .date{
	display: block;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.0;
	padding-bottom: 5px;
}
.news_index_one .left_news  a.first_news .wr_news h3{
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	text-transform: uppercase;
	padding-bottom: 12px;
}
.news_index_one .left_news  a.first_news .wr_news p{
	display: block;
	font-size: 15px;
	line-height: 1.4;
}
.news_index_one .left_news  a.list_news{
	display: block;
	background-color: #ffffff;
	border-bottom: 1px solid #f1f1f1;
	padding: 19px 30px 29px 30px;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.news_index_one .left_news  a.list_news:hover{
	background-color: #f1f4f7;
}
.news_index_one .left_news  a.list_news .date{
	display: block;
	font-size: 16px;
	color: #8e8e8e;
	line-height: 1.0;
	padding-bottom: 5px;
}
.news_index_one .left_news  a.list_news h3{
	font-size: 17px;
	color: #000000;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 10px;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.news_index_one .left_news  a.list_news:hover h3{
	color: #3d658f;
	text-decoration: underline;
}
.news_index_one .left_news  a.list_news p{
	display: block;
	color: #4b4b4b;
	font-size: 15px;
	line-height: 1.4;
}
.news_index_one .left_news  a.full_news{
	display: block;
	background-color: #ffffff;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	padding-top: 36px;
	padding-bottom: 36px;
}
.news_index_one .left_news  a.full_news:hover{
	background-color: #f1f4f7;
}
.news_index_one .left_news  a.full_news p{
	text-align: center;
	font-size: 16px;
	color: #3d658f;
	text-decoration: underline;
	font-weight: 400;
}
.news_index_one .right_news{
	float: right;
	width: 360px;	
}
.news_index_one .right_news .eventsblock{
	display: block;
	padding: 26px 20px 30px 20px;
	background-color: #ffffff;
	margin-top: 12px;
}
.news_index_one .right_news .eventsblock .eventslist{
	display: block;
	margin-bottom: 16px;
}
.news_index_one .right_news .eventsblock .eventslist:last-child{
	margin-bottom: 0px;
}
.news_index_one .right_news .eventsblock .eventslist .h1{
	font-weight: 500;
	color: #151515;
	font-size: 16px;
	text-transform: uppercase;
}
.news_index_one .right_news .eventsblock .eventslist .link{
	display: block;
	overflow: hidden;
	margin-top: 10px;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.news_index_one .right_news .eventsblock .eventslist .link:hover{
	/*background-color: #f1f4f7;*/
}
.news_index_one .right_news .eventsblock .eventslist .link .img{
	display: block;
	float: left;
	width: 100px;
	height: 90px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;	
}
.news_index_one .right_news .eventsblock .eventslist .link .img{
	display: block;
	float: left;
	width: 100px;
	height: 90px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;	
}
.news_index_one .right_news .eventsblock .eventslist .link img{
	display: block;
	float: left;
	width: 100px;
	height: auto;	
}
.news_index_one .right_news .eventsblock .eventslist .link .textblock{
	float: left;
	width: 219px;
	/*height: 90px;*/
	/*border: 1px solid #d8d8d8;*/
	border-left: none;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 0px;
}
.news_index_one .right_news .eventsblock .eventslist .link .textblock .date{
	display: block;
	font-size: 15px;
	color: #151515;
	line-height: 1.0;
	font-weight: 700;
	margin-bottom: 8px;
}
.news_index_one .right_news .eventsblock .eventslist .link .textblock p{
	display: block;
	font-size: 14px;
	line-height: 1.4;
	color: #4b4b4b;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.news_index_one .right_news .eventsblock .eventslist .link:hover p{
	color: #ea653b;	
}
.news_index_one .right_news .index_h2{
	margin-bottom: 12px;
}
.news_index_one .margin_top{
	margin-top: 30px;
}


.general_news_block{
	background-color: #ffffff;
}
.general_news_block a{
	display: block;
	border-bottom: 1px solid #f1f1f1;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	padding: 17px 19px 17px 19px;
}
.general_news_block a:hover{
	background-color: rgba(241, 244, 247, 0.8);
}
.general_news_block a:last-child{
	border-bottom: none;
}
.general_news_block a .date{
	display: block;
	font-size: 15px;
	color: #8e8e8e;
	margin-bottom: 5px;
}
.general_news_block a p{
	display: block;
	font-size: 15px;
	/*font-weight: 500;*/
	line-height: 1.4;
	color: #151515;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.general_news_block a:first-child p{
	padding-right: 100px;
}
.general_news_block a p.no_bold{
	font-weight: 400;
}
.general_news_block a p.no_bold strong{
	font-weight: 500;
}
.general_news_block a p.no_bold span{
	font-weight: 300;
	color: #6a6a6a;
	font-size: 14px;
}
.general_news_block a:hover p{
	color: #3d658f;
	text-decoration: underline;
}
.index_interview_block{
	position: relative;
	display: block;
	height: 210px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	text-decoration: none;
}
.index_interview_block:before{
	position: absolute;
	display: block;
	content: '';
	width: 41px;
	height: 40px;
	background-image: url(../images/videoplay.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	left: 50%;
	margin-left: -20.5px;
	top: 50%;
	margin-top: -25px;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.index_interview_block:hover:before{
	opacity: 0;
}
.index_interview_block:after{
	position: absolute;
	display: block;
	content: '';
	width: 41px;
	height: 40px;
	background-image: url(../images/videoplay.png);
	background-position: 0 -40px;
	background-repeat: no-repeat;
	left: 50%;
	margin-left: -20.5px;
	top: 50%;
	margin-top: -24px;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	opacity: 0;
}
.index_interview_block:hover:after{
	opacity: 1;
}
.index_interview_block p{
	position: absolute;
	display: block;
	left: 20px;
	bottom: 10px;
	background-color: rgba(61,101,143,0.9);
	padding: 11px 10px 12px 11px;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.index_interview_block:hover p{
	background-color: rgba(61,101,143,1);
}
.index_interview_block p .date{
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.0;
	margin-bottom: 2px;
}
.index_interview_block p .h_z{
	display: block;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 400;
	color: #ffffff;
	text-transform: uppercase;
}

.index_list_three{
	padding: 29px 0 0 0;
}
.index_list_three .wrapper{
	overflow: hidden;
}
.index_list_three .ilt_one{
	float: left;
	width: 360px;
}
.index_list_three .ilt_one h2{
	margin-bottom: 12px;
}
.index_list_three .ilt_one:nth-child(2){
	margin-left: 30px;
}
.index_list_three .ilt_one:nth-child(3){
	float: right;
}

.background_icons1{
	background-image: url(../images/icons1.png);
	background-position: right 14px top 14px;
	background-repeat: no-repeat;
}
.background_icons2{
	background-image: url(../images/icons2.png);
	background-position: right 21px top 17px;
	background-repeat: no-repeat;
}
.background_icons3{
	background-image: url(../images/icons3.png);
	background-position: right 32px top 15px;
	background-repeat: no-repeat;
}
.background_icons4{
	background-image: url(../images/icons4.png);
	background-position: right 20px top 19px;
	background-repeat: no-repeat;
}
.background_icons5{
	background-image: url(../images/icons5.png);
	background-position: right 23px top 19px;
	background-repeat: no-repeat;
}
.background_icons6{
	background-image: url(../images/icons6.png);
	background-position: right 21px top 16px;
	background-repeat: no-repeat;
}


.innovationbanner{
	position: relative;
	display: block;
	max-width: 1140px;
	height: 150px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 30px auto 0px auto;
	margin-bottom: 30px !important;
}
.innovationbanner .date{
	position: absolute;
	display: block;
	height: 30px;
	background-color: rgba(255,255,255,0.9);
	color: #3d658f;
	font-size: 24px;
	line-height: 1.0;
	font-weight: 700;
	left: 40px;
	top: 35px;
	padding-top: 19px;
	padding-left: 20px;
	padding-right: 20px;
	z-index: 100;
}
.innovationbanner .text{
	position: absolute;
	display: block;
	background-color: rgba(255,255,255,0.9);
	font-size: 16px;
	color: #101010;
	line-height: 1.4;
	font-weight: 700;
	padding: 17px 20px 13px 19px;
	text-transform: uppercase;
	top: 65px;
	left: 40px;
	z-index: 50;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.innovationbanner:hover .text{
	color: #ea653b;
}


.partnersblock{
	margin-top: 28px;
}
.partnersblock .partnerslist{
	background-color: #ffffff;
	height: auto;
	margin-top: 15px;
	text-align: center;
	padding: 25px 10px 25px 10px;
}
.partnersblock .partnerslist a{
	display: block;
	outline: none;
	padding:0 10px 0 10px;
}
.partnersblock .partnerslist a img{
	width: 100%;
	height: auto;
	vertical-align: middle;
	outline: none;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	display: block;
	outline: none;
}
.partnersblock .partnerslist a:hover img{
	opacity: 0.7;
}
.slick-initialized .slick-slide{
	position: relative;
	display: block !important;
	text-align: center;
}



.footblock{
	padding-top: 30px;
	padding-bottom: 33px;
}
.footblock .logolink{
	float: left;
}
.footblock .copyright{
	display: block;
	float: left;
	width: 470px;
	color: #151515;
	font-size: 14px;
	margin-left: 186px;
	margin-top: 21px;
}
.footblock .clear_copyright{
	display: none;
}
.footblock .menufootright{
	float: right;
	padding-top: 21px;
}
.footblock .menufootright ul li{
	list-style: none;
	text-align: right;
	margin-top: 1px;
}
.footblock .menufootright ul li a{
	font-size: 14px;
	color: #151515;
	text-decoration: underline;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.footblock .menufootright ul li a:hover{
	color: #ea653b;
}


/*Analytics*/
.list_h1_all_page{
	display: block;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 1.3;
	color: #151515;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	max-width: 1140px;
	margin: 32px auto 12px auto;
}
.list_h1_all_page.outline_list_h1{
	border-bottom: 1px solid #c9c9c9;
	padding-bottom: 14px;
	margin-bottom: 25px;
}
.analytics_search{
	display: block;
	margin-bottom: 20px;
}
.analytics_search .form_s{
	background-color: #ffffff;
	padding: 21px 20px 19px 20px;
}
.analytics_search .form_s .select_wr{
	display: block;
	position: relative;
	float: left;
	margin-right: 30px;
}
.analytics_search .form_s select{
	position: relative;
	display: block;
	/*width: 281px;*/
	width:200px;
	height: 40px;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	outline: none;
	border: 1px solid #b0b0b0;
	background-color: #ffffff;
	font-size: 15px;
	color: #696969;
	padding: 0 45px 0 15px;
}
.analytics_search .form_s .select_wr span{
	position: absolute;
	display: block;
	width: 14px;
	height: 9px;
	top: 17px;
	right: 16px;
	color: #3d658f;
	background-image: url(../images/select_str.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.analytics_search .form_s input[type="text"]{
	display: block;
	float: left;
	/*width: 272px;*/
	width:175px;
	height: 40px;
	padding: 0 15px 0 15px;
	font-size: 15px;
	color: #696969;
	outline: none;
	margin-right: 30px;
	border: 1px solid #b0b0b0;
	-webkit-appearance: none !important;
}
.analytics_search .form_s input[type="text"]::-webkit-input-placeholder {color:#696969;}
.analytics_search .form_s input[type="text"]::-moz-placeholder          {color:#696969;}
.analytics_search .form_s input[type="text"]:-moz-placeholder           {color:#696969;}
.analytics_search .form_s input[type="text"]:-ms-input-placeholder      {color:#696969;}
.analytics_search .form_s input[type="submit"]{
	display: block;
	float: left;
	outline: none;
	width: 165px;
	height: 40px;
	background-color: #3d658f;
	outline: none;
	border: none;
	font-weight: 700;
	color: #ededed;
	font-size: 16px;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	-webkit-appearance: none;
}
.analytics_search .form_s input[type="submit"]:hover{
	background-color: #ea653b;
	color: #ffffff;
}
.analytics_block .list_analytics{
	background-color: #ffffff;
}
.analytics_block .list_analytics .block_doc{
	position: relative;
	border-bottom: 1px solid #f1f1f1;
	padding-left: 30px;
	padding-right: 110px;
	padding-top: 30px;
	padding-bottom: 28px;
}
.analytics_block .list_analytics .block_doc .download{
	position: absolute;
	top: 50%;
	margin-top: -14px;
	right: 30px;
	display: block;
	width: 45px;
	height: 45px;
	background-color: #f6f6f6;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.analytics_block .list_analytics .block_doc .download:after{
	display: block;
	position: absolute;
	content: '';
	width: 24px;
	height: 8px;
	border-bottom: 2px solid #868787;
	border-left: 2px solid #868787;
	border-right: 2px solid #868787;
	top: 27px;
	left: 11px;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.analytics_block .list_analytics .block_doc .download:before{
	display: block;
	position: absolute;
	content: '\2193';
	color: #868787;
	font-size: 23px;
	top: 9px;
	left: 16px;
	line-height: 1.0;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.analytics_block .list_analytics .block_doc .download:hover{
	background-color: #3d658f;
}
.analytics_block .list_analytics .block_doc .download:hover:after{
	border-bottom: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}
.analytics_block .list_analytics .block_doc .download:hover:before{
	color: #ffffff;
}
.analytics_block .list_analytics .block_doc .date{
	display: block;
	font-size: 16px;
	color: #8e8e8e;
	line-height: 1.0;
}
.analytics_block .list_analytics .block_doc h3{
	display: block;
	font-weight: 500;
	line-height: 1.3;
	color: #151515;
	font-size: 17px;
	padding-top: 6px;
	padding-bottom: 12px;
}
.analytics_block .list_analytics .block_doc p{
	display: block;
	line-height: 1.4;
	font-size: 15px;
	color: #4b4b4b;
}
.analytics_block .list_analytics .all_doc{
	display: block;
	text-align: center;
	font-weight: 400;
	text-decoration: underline;
	color: #3d658f;
	font-size: 16px;
	line-height: 1.0;
	line-height: 52px;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.analytics_block .list_analytics .all_doc:hover{
	background-color: #f1f4f7;
	color: #ea653b;
}
.analytics_block .link_month_go{
	margin-top: 20px;
	text-align: center;
}
.analytics_block .link_month_go a{
	display: inline-block;
	line-height: 40px;
	height: 40px;
	font-size: 16px;
	color: #787878;
	background-color: #ffffff;
	padding-left: 25px;
	padding-right: 25px;
	overflow: hidden;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.analytics_block .link_month_go a.deactive{
	color: #787878;
}
.analytics_block .link_month_go a:first-child{
	width: 40px;
	height: 40px;
	line-height: 38px;
	font-size: 30px;
	padding: 0px;
}
.analytics_block .link_month_go a:last-child{
	width: 40px;
	height: 40px;
	line-height: 38px;
	font-size: 30px;
	padding: 0px;
}
.analytics_block .link_month_go a:hover{
	color: #426992;
}
.analytics_block .link_month_go a.deactive:hover{
	color: #787878;
}


/*Блоги*/
.analytics_block a.blogs_list{
	display: block;
	background-color: #ffffff;
	overflow: hidden;
	margin-top: 10px;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.analytics_block a.blogs_list:hover{
	background-color: #f1f4f7;	
}
.analytics_block a.blogs_list .left_b{
	position: relative;
	display: block;
	width: 262px;
	height: 236px;
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.analytics_block a.blogs_list .left_b img{
	position: absolute;
	display: block; 
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 236px;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.analytics_block a.blogs_list .right_b{
    width: -moz-calc(100% - 290px);
    width: -webkit-calc(100% - 290px);
    width: calc(100% - 290px);
	max-width: 815px;
	float: left;
	padding-left: 30px;
}
.analytics_block a.blogs_list .right_b h3{
	display: block;
	font-weight: 700;
	color: #151515;
	line-height: 1.4;
	font-size: 18px;
	padding-top: 21px;
	/*margin-bottom: 29px;*/
	margin-bottom: 15px;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.analytics_block a.blogs_list:hover .right_b h3{
	color: #3d658f;
	text-decoration: underline;
}
.analytics_block a.blogs_list .right_b .p_block{
	padding-bottom: 25px;
}
.analytics_block a.blogs_list .right_b .p_block p strong{
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #151515;
}
.analytics_block a.blogs_list .right_b .p_block p span{
	display: block;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.4;
	color: #151515;
}
.analytics_block .blogs_load_document_link{
	display: block;
	text-align: center;
	padding-top: 17px;
}
.analytics_block .blogs_load_document_link a{
	font-weight: 400;
	font-size: 16px;
	color: #3d658f;
	text-decoration: underline;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.analytics_block .blogs_load_document_link a:hover{
	color: #ea653b;
}


/*Интервью*/
.analytics_block .interviews{
	display: block;
	background-color: #ffffff;
	overflow: hidden;
	margin-top: 10px;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.analytics_block .interviews:hover{
	background-color: #f1f4f7;	
}
.analytics_block .interviews .left_int{
	position: relative;
	display: block;
	width: 373px;
	height: 223px;
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.analytics_block .interviews .left_int:before{
    position: absolute;
    display: block;
    content: '';
    width: 41px;
    height: 40px;
    background-image: url(../images/videoplay.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    left: 50%;
    margin-left: -20.5px;
    top: 50%;
    margin-top: -25px;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.analytics_block .interviews .left_int:after{
    position: absolute;
    display: block;
    content: '';
    width: 41px;
    height: 40px;
    background-image: url(../images/videoplay.png);
    background-position: 0 -40px;
    background-repeat: no-repeat;
    left: 50%;
    margin-left: -20.5px;
    top: 50%;
    margin-top: -24px;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    opacity: 0;
}
.analytics_block .interviews:hover .left_intbefore{
    opacity: 0;
}
.analytics_block .interviews:hover .left_int:after{
    opacity: 1;
}
.analytics_block .interviews .right_int{
    width: -moz-calc(100% - 400px);
    width: -webkit-calc(100% - 400px);
    width: calc(100% - 400px);
	max-width: 715px;
	float: left;
	padding-left: 30px;
}
.analytics_block .interviews .right_int .date{
	display: block;
	font-weight: 400;
	font-size: 20px;
	color: #bcbcbc;
	line-height: 1.0;
	padding-top: 12px;
}
.analytics_block .interviews .right_int h3{
	display: block;
	font-weight: 500;
	font-size: 20px;
	color: #151515;
	line-height: 1.3;
	margin-top: 13px;
	margin-bottom: 20px;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.analytics_block .interviews:hover .right_int h3{
	color: #3d658f;
	text-decoration: underline;
}
.analytics_block .interviews .right_int p{
	display: block;
	line-height: 1.4;
	font-size: 16px;
	color: #151515;
}


/*Истории успеха*/
.analytics_block a.blogs_list .right_b h3.history_success{
	margin-bottom: 0px;
}
.analytics_block a.blogs_list .right_b .date_history{
	display: block;
	font-size: 14px;
	line-height: 1.0;
	color: #7d7d7d;
	margin-top: 9px;
	margin-bottom: 7px;
}


/*Карта региональных проектов*/
.maps_region{
	padding-left: 15px;
	padding-right: 15px;
}
.maps_region .wrapper{
	background-color: #ffffff;
}
.maps_region .maps_block_print{
	display: block;
	background-color: #ffffff;
}
#vmap{
	background-color: #ffffff !important;
	border-bottom: 2px solid #ededed;
}
.maps_region .maps_block_print img{
	width: 100%;
}
.maps_region .description_maps_region .class_maps_list_link ul li{
	list-style: none;
}
.maps_region .description_maps_region{
	padding: 0px 30px 25px 30px;
}
.maps_region .description_maps_region h2{
	display: block;
	text-transform: uppercase;
	font-size: 22px;
	color: #151515;
	padding-top: 24px;
	padding-bottom: 10px;
}
.maps_region .description_maps_region .class_maps_list_link ul li a{
	font-weight: 400;
	font-size: 16px;
	color: #3d658f;
	text-decoration: none;
}
.maps_region .description_maps_region .class_maps_list_link ul li a:hover{
	text-decoration: underline;
}


/*Карточка проекта*/
.project_page .wrapper{
	position: relative;
	background-color: #ffffff;
}
.project_page .left_project{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 473px;
	height: 100%;
	background-size: cover;
}
.project_page .right_project{
   /* width: -moz-calc(100% - 495px);
    width: -webkit-calc(100% - 495px);
    width: calc(100% - 495px);
	max-width: 615px;
	margin-left: 500px;*/    
	padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    margin-left: 0px;
    max-width: none;
}
.project_page .right_project h2{
	display: block;
	font-weight: 500;
	color: #151515;
	font-size: 20px;
	line-height: 1.3;
	padding-top: 26px;
	padding-bottom: 25px;
}
.project_page .right_project .pr_wrapper_mini{
	width: 100%;
	padding-top: 20px;
	margin-bottom: 20px;
}
.project_page .right_project .pr_wrapper_mini h3{
	display: block;
	font-family: 'Open Sans Condensed';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	color: #3d658f;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.project_page .right_project .pr_wrapper_mini p{
	display: block;
	font-weight: 500;
	font-size: 16px;
	color: #151515;
	line-height: 1.4;
}
.project_page .right_project .pr_wrapper_mini a{
	font-weight: 500;
	font-size: 16px;
	color: #151515;
	text-decoration: none;
	line-height: 1.6;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.project_page .right_project .pr_wrapper_mini a.site{
	text-decoration: underline;
	color: #2a87e9;
}
.project_page .right_project .pr_wrapper_mini a:hover{
	color: #ea653b;
}
.project_page .right_project p{
	display: block;
	font-size: 16px;
	color: #151515;
	line-height: 1.4;
	margin-bottom: 15px;
}
.project_page .right_project h3,
.project_page .right_project h4,
.project_page .right_project h5,
.project_page .right_project h6{
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}
.project_page .right_project ul{
	margin-bottom: 15px;
}
.project_page .right_project ul li{
	margin-left: 15px;
	font-size: 14px;
	color: #151515;
}
.project_page .right_project ul li p{
	margin-bottom: 0px;
}
.project_page .right_project{
	font-size: 16px;
	color: #151515;
	line-height: 1.4;
}
.project_page .right_project p.descr_pr{
	display: block;
	font-size: 16px;
	color: #151515;
	line-height: 1.4;
	padding-bottom: 21px;
}
.project_page .right_project img{
	max-width: 100% !important;
}
.project_page .right_project ul li{
	font-size: 16px;
	color: #151515;
	line-height: 1.4;
}
.project_page .right_project .pr_wrapper_mini{
	overflow: hidden;
}
.project_page .right_project .pr_wrapper_mini .left_pr_mini{
	float: left;
	width: 400px;
	padding-right: 10px;
}
.project_page .right_project .pr_wrapper_mini .right_pr_mini{
	float: left;
	padding-right: 10px;
	max-width: 50%;
}

/*Статистика*/
.list_statistic .wrapper_statistic{
	max-width: 748px;
	margin: 0 auto 0 auto;
}
.list_statistic .wrapper_statistic .statistic_block{
	display: block;
	margin-bottom: 27px;
}
.list_statistic .wrapper_statistic .statistic_block h2{
	display: block;
	font-family: 'Open Sans Condensed';
	font-size: 20px;
	color: #3d658f;
	line-height: 1.3;
	text-transform: uppercase;
	margin-bottom: 9px;
}
.list_statistic .wrapper_statistic .statistic_block .short_st_block{
	background-color: #ffffff;
}
.list_statistic .wrapper_statistic .statistic_block .short_st_block div{
	display: block;
	border-bottom: 1px solid #f1f1f1;
	padding: 15px 124px 15px 14px;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.list_statistic .wrapper_statistic .statistic_block .short_st_block a:hover{
	background-color: #f1f4f7;
}
.list_statistic .wrapper_statistic .statistic_block .short_st_block a .date{
	display: block;
	color: #8e8e8e;
	font-size: 15px;
	line-height: 1.0;
	padding-bottom: 4px;
}
.list_statistic .wrapper_statistic .statistic_block .short_st_block a h3{
	display: block;
	color: #151515;
	font-weight: 500;
	line-height: 1.3;
	font-size: 16px;
	
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.list_statistic .wrapper_statistic .statistic_block .short_st_block div.programm-block-doc h3{
	min-height: 40px;
}
.list_statistic .wrapper_statistic .statistic_block .short_st_block a:hover h3{
	color: #3d658f;
	text-decoration: underline;
}
.list_statistic .wrapper_statistic .full_st_block{
	display: block;
	background-color: #ffffff;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    text-align: center;
    font-size: 14px;
    color: #3d658f;
    line-height: 1.0;
    text-decoration: underline;
    padding: 11px 10px 11px 10px;
}
.list_statistic .wrapper_statistic .full_st_block:hover{
	background-color: #f1f4f7;
	color: #ea653b;
}


/*Описание проекта*/
.description_project .content_descr_pr{
	position: relative;
	background-color: #ffffff;
}
.description_project .content_descr_pr .tablecontent{
	display: block;
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	padding-bottom: 10px;
}
.description_project .content_descr_pr .tablecontent table{
	width: 100%;
}
.description_project .content_descr_pr .tablecontent table td{
	padding: 10px 15px 10px 15px;
}
.description_project .content_descr_pr .left_img{
	width: 473px;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.description_project .content_descr_pr .content_left_img{
/*
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
*/
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-left: 0px;
	padding-top: 0px;
	margin-right: 20px;
}
.description_project .content_descr_pr .right_img{
	padding-left: 502px;
	padding-top: 25px;
	padding-right: 20px;
}
.description_project .content_descr_pr .right_img p{
	display: block;
	font-size: 16px;
	color: #151515;
	line-height: 1.4;
	padding-bottom: 25px;
}
.description_project .content_descr_pr .right_img p strong{
	font-weight: 700;
}


/*Партнеры*/
.partners_ours_project .wrapper{
	overflow: hidden;
}
.partners_ours_project .click_partners{
	display: block;
	float: left;
	width: 50%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 15px;
}
.partners_ours_project .click_partners a{
	position: relative;
	display: block;
	background-color: #ffffff;
	width: 553px;
	height: 118px;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.partners_ours_project .click_partners a:hover{
	background-color: #f1f4f7;
}
.partners_ours_project .click_partners:nth-child(2n-1) a{
	float: left;
}
.partners_ours_project .click_partners:nth-child(2n) a{
	float: right;
}
.partners_ours_project .click_partners a .partners_ico{
	position: absolute;
/*
  width: 171px;
  height: 63px;
  left: 32px;
  top: 30px;
*/
  width: 200px;
  height: 105px;
  left: 10px;
  top: 5px;
	background-position: center center;
	background-size: auto;
	background-repeat: no-repeat;
}
.partners_ours_project .click_partners a .partners_name{
	display: block;
/*
	padding-left: 254px;
  padding-top: 49px;
*/
  padding-left: 225px;
  padding-top: 20px;
	font-size: 18px;
	line-height: 1.3;
	color: #000000;
	font-weight: 400;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.partners_ours_project .click_partners a:hover .partners_name{
	color: #ea653b;
}


/*Субсидии*/
.actual_subsidii{
	max-width: 1140px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	margin-top: -40px;
	margin-bottom: 17px;
}
.actual_subsidii label{
	position: relative;
	font-size: 17px;
	font-weight: 400;
	color: #696969;
	cursor: pointer;
}
.checkbox:not(checked){
	opacity: 0;
}
.checkbox:not(checked) + label:after{
	position: absolute;
	content: '';
	left: -40px;
	width: 17px;
	height: 17px;
	border: 1px solid #b0b0b0;
	top: 1px;
}
.checkbox:checked + label:before{
	position: absolute;
	content: '';
	left: -36px;
	width: 9px;
	height: 9px;
	top: 5px;
	background-color: #3d658f;
}
.table_subsidii{
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;	
}
.table_subsidii table{
	width: 100%;
	border-collapse: collapse;
}
.table_subsidii table thead tr th{
	text-align: left;
	font-weight: 700;
	color: #151515;
	font-size: 16px;
	border-bottom: 1px solid #ededed;
	padding: 20px;
}
.table_subsidii table tr th,
.table_subsidii table tr td{
	background-color: #ffffff;
}
.table_subsidii table thead tr th:nth-child(2n),
.table_subsidii table tr td:nth-child(2n){
	background-color: #f5f7f9;
}
.table_subsidii table tr td{
	padding: 20px;
	font-weight: 400;
	font-size: 16px;
	color: #2c2c2c;
	line-height: 1.3;
	border-bottom: 1px solid #ededed;
	vertical-align: text-top;
}
.table_subsidii table tr th:nth-child(1){
	min-width: 363px;
}
.table_subsidii table tr th:nth-child(2){
	min-width: 292px;
}
.table_subsidii table tr th:nth-child(3){
	min-width: 359px;
}
.table_subsidii table tr th:nth-child(4){
	min-width: 96px;
	padding-left: 0px;
	text-align: center;
	padding-right: 0px;
}
.table_subsidii table tr td:last-child{
	padding: 20px 0px 20px 0px;
}
.table_subsidii table tr td:last-child span{
	display: block;
	color: #2c2c2c;
	font-size: 13px;
	text-align: center;
}
.table_subsidii table tr td a{
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    color: #3d658f;
}
.table_subsidii table tr td a:hover{
	color: #ea653b;
}


/*Контактная информация*/
.mapsblock_contacts{
	max-width: 1140px;
	margin: 0 auto 0 auto;
}
.mapsblock_contacts .cont_left{
	float: left;
	width: 569px;
	height: 657px;
	background-color: #ffffff;
	padding: 28px 30px 19px 30px;
}
.mapsblock_contacts .cont_left p.top_p{
	display: block;
	font-weight: 400;
	color: #151515;
	font-size: 18px;
	line-height: 1.3;
	padding-bottom: 17px;
}
.mapsblock_contacts .cont_left .line_cont{
	overflow: hidden;
	margin-top: 10px;
}
.mapsblock_contacts .cont_left .line_cont label{
	display: block;
	float: left;
	width: 163px;
	line-height: 50px;
	font-weight: 400;
	font-size: 16px;
	color: #151515;
	cursor: pointer;
}
.mapsblock_contacts .cont_left .line_cont label span{
	color: #e74c3c;
}
.mapsblock_contacts .cont_left .line_cont input[type="text"]{
	display: block;
	width: 345px;
	height: 50px;
	float: left;
	border: 1px solid #bdbdbd;
	outline: none;
	font-size: 16px;
	color: #333333;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-appearance: none !important;
}
.mapsblock_contacts .cont_left .line_cont textarea{
	display: block;
	width: 345px;
	height: 120px;
	float: left;
	border: 1px solid #bdbdbd;
	outline: none;
	font-size: 16px;
	color: #333333;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	resize: none;
	-webkit-appearance: none !important;
}
.mapsblock_contacts .cont_right{
	float: right;
	width: 571px;
	height: 657px;
}
.mapsblock_contacts .cont_right iframe{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
#file_contact{
	display: none;
}
.mapsblock_contacts .cont_left .line_cont_submit{
	width: 345px;
	float: right;
	text-align: center;
	padding-top: 11px;
}
.mapsblock_contacts .cont_left .line_cont_submit button{
	background-color: transparent;
	border: none;
	outline: none;
	font-weight: 400;
	color: #3d658f;
	text-decoration: underline;
	font-size: 16px;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.mapsblock_contacts .cont_left .line_cont_submit button:hover{
	color: #ea653b;
}
.mapsblock_contacts .cont_left .line_cont_submit input[type="submit"]{
	display: block;
	outline: none;
	border: none;
	background-color: #3d658f;
	width: 100%;
	height: 50px;
	text-align: center;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 52px;
    margin-top: 12px;
    margin-bottom: 7px;
    -webkit-appearance: none !important;
}
.mapsblock_contacts .cont_left .line_cont_submit input[type="submit"]:hover{
	background-color: #ea653b;
}
.mapsblock_contacts .cont_left .line_cont_submit p.fott_p{
	display: block;
	text-align: center;
	font-weight: 400;
	line-height: 1.3;
	color: #2c2c2c;
}
.mapsblock_contacts .cont_left .line_cont_submit p.fott_p span{
	color: #e74c3c;
}


/*Новости*/
.analytics_block .wrapper{
	overflow: hidden;
}
.analytics_block .wrapper_left{
	display: block;
	float: left;
	width: 856px
}
.analytics_block .wrapper_left .news_block_page_link{
	display: block;
	background-color: #ffffff;
	border-bottom: 1px solid #f1f1f1;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    padding: 18px 21px 20px 21px;
}
.analytics_block .wrapper_left .news_block_page_link:hover{
	background-color: #f1f4f7;
}
.analytics_block .wrapper_left .news_block_page_link .date{
	display: block;
	color: #8e8e8e;
	line-height: 1.3;
	font-size: 16px;
	padding-bottom: 4px;
}
.analytics_block .wrapper_left .news_block_page_link h3{
	display: block;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    font-weight: 500;
    color: #151515;
    font-size: 17px;
    line-height: 1.3;
    margin-bottom: 12px;
}
.analytics_block .wrapper_left .news_block_page_link:hover h3{
	text-decoration: underline;
	color: #3d658f;
}
.analytics_block .wrapper_left .news_block_page_link p{
	display: block;
	line-height: 1.4;
	color: #4b4b4b;
	font-size: 15px;
}
.analytics_block .wrapper_left .news_block_page_link_one{
	display: block;
	background-color: #ffffff;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    overflow: hidden;
	border-bottom: 1px solid #f1f1f1;
}
.analytics_block .wrapper_left .news_block_page_link_one:hover{
	background-color: #f1f4f7;
}
.analytics_block .wrapper_left .news_block_page_link_one .img_left{
	position: relative;
	display: block;
	float: left;
	width: 429px;
	height: 250px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.analytics_block .wrapper_left .news_block_page_link_one .img_left img{
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 250px;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.analytics_block .wrapper_left .news_block_page_link_one .right_news_page{
	width: 396px;
	padding-right: 20px;
	float: right;
}
.analytics_block .wrapper_left .news_block_page_link_one .right_news_page .date{
	display: block;
	font-weight: 700;
	color: #3d658f;
	font-size: 24px;
	line-height: 1.3;
	padding-top: 29px;
	padding-bottom: 2px;
}
.analytics_block .wrapper_left .news_block_page_link_one .right_news_page h3{
	display: block;
	color: #151515;
	font-size: 16px;
	line-height: 1.3;
	text-transform: uppercase;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.analytics_block .wrapper_left .news_block_page_link_one .right_news_page:hover h3{
	text-decoration: underline;
	color: #3d658f;
}
.analytics_block .wrapper_left .news_block_page_link_one .right_news_page p{
	display: block;
	color: #151515;
	font-size: 15px;
	line-height: 1.4;
	margin-top: 21px;
}
.analytics_block .wrapper_right{
	float: right;
	width: 264px;
	display: block;
}
.analytics_block .wrapper_right .all_news_partner{
	font-family: 'Open Sans Condensed', sans-serif;
	background-color: #ffffff;
	font-size: 20px;
	color: #3d658f;
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.0;
	padding: 18px 20px 18px 20px;
	border-bottom: 1px solid #f1f1f1;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.analytics_block .wrapper_right .all_news_partner:hover{
	background-color: #f1f4f7;
}
.analytics_block .wrapper_right .partner_news_list{
	display: block;
	background-color: #ffffff;
	border-bottom: 1px solid #f1f1f1;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    padding: 12px 20px 15px 20px;
}
.analytics_block .wrapper_right .partner_news_list:hover{
	background-color: #f1f4f7;
}
.analytics_block .wrapper_right .partner_news_list h3{
	display: block;
	font-weight: 500;
	color: #151515;
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 14px;
}
.analytics_block .wrapper_right .partner_news_list:hover h3{
	text-decoration: underline;
	color: #3d658f;
}
.analytics_block .wrapper_right .partner_news_list p{
	display: block;
	font-size: 14px;
	color: #151515;
	line-height: 1.4;
}
.analytics_block .wrapper_right .partner_news_list .site{
	display: block;
	color: #3d658f;
	font-size: 14px;
	line-height: 1.0;
	margin-top: 12px;
}


/*Экспертный совет*/
.expert_sovet .wrapper{
	background-color: #ffffff;
	padding: 27px 30px 0px 30px;
}
.expert_sovet .wrapper p{
	display: block;
	color: #151515;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
	margin-bottom: 23px;
}
.expert_sovet .wrapper .list_expert{
	overflow: hidden;
}
.expert_sovet .wrapper .list_expert .h_list_block{
	display: block;
	float: left;
	width: 524px;
	height: 162px;
	border: 1px solid #dcdcdc;
	overflow: hidden;
	margin-bottom: 30px;
}
.expert_sovet .wrapper .list_expert .h_list_block:nth-child(2n){
	float: right;
}
.expert_sovet .wrapper .list_expert .h_list_block img{
	float: left;
	width: 149px;
	height: 162px;
}
.expert_sovet .wrapper .list_expert .h_list_block .h3_div{
	width: 344px;
	float: right;
	padding-right: 20px;
}
.expert_sovet .wrapper .list_expert .h_list_block .h3_div h3{
	display: block;
	font-size: 18px;
	color: #3d658f;
	line-height: 1.3;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	margin-top: 17px;
	margin-bottom: 12px;
}
.expert_sovet .wrapper .list_expert .h_list_block .h3_div p{
	display: block;
	font-size: 15px;
	color: #353535;
}


/*Форум*/
.top_forum_block .wrapper{
	background-color: #ffffff;
}
.top_forum_block .wrapper{
	padding: 21px 20px 21px 20px;
}
.top_forum_block .new_theme{
	display: block;
	width: 125px;
	height: 40px;
	text-align: center;
	background-color: #3d658f;
	line-height: 40px;
	color: #ffffff;
	font-size: 16px;
	float: left;
	font-weight: 400;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.top_forum_block .new_theme:hover{
	background-color: #ea653b;	
}
.top_forum_block .list_forum_menu{
	float: left;
	padding-left: 41px;
}
.top_forum_block .list_forum_menu ul li{
	list-style: none;
	display: inline-block;
	margin-right: 16px;
}
.top_forum_block .list_forum_menu ul li:last-child{
	margin-right: 0px;
}
.top_forum_block .list_forum_menu ul li a{
	text-transform: uppercase;
	font-size: 14px;
	color: #151515;
	line-height: 1.3;
	font-weight: 500;
	line-height: 40px;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.top_forum_block .list_forum_menu ul li a:hover{
	color: #3d658f;
	text-decoration: underline;
}
.top_forum_block .search_forum_block{
	width: 436px;
	height: 40px;
	float: right;
	overflow: hidden;
}
.top_forum_block .search_forum_block input[type="text"]{
	width: 241px;
	height: 40px;
	background-color: #ffffff;
	outline: none;
	border: 1px solid #b0b0b0;
	padding: 0 15px 0 15px;
	color: #696969;
	font-size: 15px;
	display: block;
	float: left;
	-webkit-appearance: none !important;
}
.top_forum_block .search_forum_block input[type="text"]::-webkit-input-placeholder {color:#696969;}
.top_forum_block .search_forum_block input[type="text"]::-moz-placeholder          {color:#696969;}
.top_forum_block .search_forum_block input[type="text"]:-moz-placeholder           {color:#696969;}
.top_forum_block .search_forum_block input[type="text"]:-ms-input-placeholder      {color:#696969;}
.top_forum_block .search_forum_block input.search_forum_go{
	display: block;
	width: 175px;
	height: 40px;
	border: 1px solid #3f6790;
	text-transform: uppercase;
	text-align: center;
	line-height: 40px;
	color: #3d658f;
	font-size: 16px;
	float: right;
	background-color: #ffffff;
	font-weight: 400;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    -webkit-appearance: none !important;
}
.top_forum_block .search_forum_block input.search_forum_go:hover{
	background-color: #3d658f;
	color: #ffffff;
}
.forums_list{
	padding: 25px 0 0 0;
}
.forums_list h2{
	display: block;
	text-transform: uppercase;
	color: #3d658f;
	font-size: 20px;
	line-height: 1.3;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
}
.forums_list .forums_list_table{
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
}
.forums_list .forums_list_table table{
	width: 100%;
}
.forums_list .forums_list_table table tr th{
	background-color: #ffffff;
	font-weight: 700;
	font-size: 16px;
	color: #151515;
	line-height: 1.3;
	text-align: left;
	padding: 20px 25px 17px 25px;
	border-bottom: 1px solid #ededed;
}
.forums_list .forums_list_table table tr th:nth-child(2n){
	background-color: #f5f7f9;	
}
.forums_list .forums_list_table table tr td{
	background-color: #ffffff;
	border-bottom: 1px solid #ededed;
	padding: 20px 25px 17px 25px;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
	color: #2c2c2c;
}
.forums_list .forums_list_table table tr th:nth-child(4),
.forums_list .forums_list_table table tr th:nth-child(5),
.forums_list .forums_list_table table tr td:nth-child(4),
.forums_list .forums_list_table table tr td:nth-child(5){
	text-align: center;
}
.forums_list .forums_list_table table tr td:nth-child(2n){
	background-color: #f5f7f9;
}
.forums_list .forums_list_table table tr td a{
	color: #3d658f;
	font-size: 16px;
	font-weight: 400;
}
.forums_list .forums_list_table table tr td:nth-child(3) a{
	text-decoration: underline;
}
.forums_list .forums_list_table table tr td a:hover{
	text-decoration: underline;
}
.forums_list .forums_list_table table tr td:nth-child(3) a:hover{
	color: #ea653b;
}

.navig_forums_list{
	display: block;
	text-align: center;
	margin-top: 19px;
}
.navig_forums_list ul li{
	display: inline-block;
	list-style: none;
	overflow: hidden;
	font-size: 0px;
}
.navig_forums_list ul li a{
	display: block;
	font-weight: 400;
	font-size: 18px;
	color: #787878;
	background-color: #ffffff;
	text-align: center;
	padding: 0px 17px 0 17px;
	line-height: 40px;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
/*.navig_forums_list ul li:first-child a,
.navig_forums_list ul li:last-child a{
	height: 40px;
	font-size: 30px;
	line-height: 38px;
	font-weight: 300;
}*/
.navig_forums_list ul li a.modern-page-previous,
.navig_forums_list ul li a.modern-page-next{
	height: 40px;
	font-size: 30px;
	line-height: 38px;
	font-weight: 300;
}
.navig_forums_list ul li a:hover{
	color: #3d658f;
	font-weight: 500;
}
.navig_forums_list ul li:nth-child(2){
}
.navig_forums_list ul li:nth-child(2) a{
	float: left;
}
.navig_forums_list ul li.active a{
	font-weight: 500;
	color: #3d658f;
}
.clear_forums{
	display: none;
}



/*Корректировачные стили*/
.wrapper #col3{
	text-align: center;
}
.wrapper #col3 li{
	display: inline-block;
	float: none;
	width: 377px;
}
.wrapper #col3 li .col3-img{
	background-size: cover;
}
.wrapper #col3 li a{
	display: block;
	text-align: left;
}
.wrapper #col3 li a span{
	font-weight: 500;
	font-size: 17px;
	color: #151515;
	padding-top: 12px;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.wrapper #col3 li a p{
	display: block;
	font-size: 15px;
	line-height: 1.3;
	color: #4b4b4b;
}
#col3 div{
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
#col3 div:hover{
	background-color: #f1f4f7;
}
#col3 div:hover a span{
	color: #3d658f;
	text-decoration: underline;
}


.auth-fre .line_cont{
	overflow: hidden;
	margin-bottom: 25px;
}
.fancybox-skin{
	border-radius: 0px !important;
}
.fancybox-close{
	background-image: url(../images/fancynewclose.png) !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	right: -10px !important;
	top: -45px !important;	
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
	background-size: auto !important;
}
.fancybox-close:hover{
	opacity: 0.7 !important;
}
.fancy_name_modal{
	position: absolute;
	color: #000;
	top: -11px;
}
.fancybox-title-inside-wrap{
	position: absolute;
	left: -13px !important;
	top: -74px !important;
	font-size: 32px !important;
	line-height: 1.0 !important;
	color: #ffffff !important;
	text-transform: uppercase !important;
	font-family: 'Open Sans Condensed' !important;
	font-weight: 700 !important;
}
.fancybox-overlay{
	background: url(../images/fancybox_overlay.png) !important;
}
.fancybox-outer, .fancybox-inner{
	margin-top: -28px !important;
}
.prognoz-not-found{
	font-weight: 400;
	display: block;
	font-size: 16px;
	padding: 10px 20px 10px 20px;
	text-align: center;
}
.list_h1_all_page a{
	color: #3d658f;
}

.alert_search_error{
	padding: 15px;
}
.analytics_block .list_analytics a.search_link_go{
	display: block;
	overflow: hidden;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.analytics_block .list_analytics a.search_link_go:hover{
	background-color: #f1f4f7;
}
.analytics_block .list_analytics a.search_link_go .block_doc h3{
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.analytics_block .list_analytics a.search_link_go:hover .block_doc h3{
	color: #3d658f;
	text-decoration: underline;
}
.analytics_block .list_analytics a.search_link_go .block_doc{
	padding-right: 30px;
}
.analytics_block .list_analytics a.search_link_go .block_doc p b{
	color: #ea653b;
}
.register_block .cont_left .line_cont_submit{
	width: 650px;
}
.register_block .cont_left .line_cont_submit{
	margin-left: 300px;
}
.register_block .cont_left .line_cont{
	width: 650px;
	margin-left: auto;
	margin-right: auto;
}
.register_block .cont_left .errortext{
	display: block;
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 45px;
}
.register_block .cont_left .line_cont_submit{
	width: 650px !important;
	margin-left: auto;
	margin-right: auto;
	padding-left: 300px;
	margin-top: 15px;
}
.jqvmap-zoomin{
	display: block;
	width: 40px !important;
	height: 40px !important;
	line-height: 40px !important;
	text-align: center !important;
	border-radius: 0px !important;
	font-size: 28px !important;
	border-radius: 50% !important;
	padding: 0px !important;
	background-color: #7a7a7a !important;
	top: 30px !important;
	left: 30px !important;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.jqvmap-zoomout{
	display: block;
	width: 40px !important;
	height: 40px !important;
	line-height: 40px !important;
	text-align: center !important;
	border-radius: 0px !important;
	font-size: 28px !important;
	border-radius: 50% !important;
	padding: 0px !important;
	background-color: #7a7a7a !important;
	top: 75px !important;
	left: 30px !important;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.jqvmap-zoomin:hover,
.jqvmap-zoomout:hover{
	opacity: 0.7;
}
.ilike .bx-ilike-text{
	height:20px !important;
}
.forum-navigation-box .navig_forums_list ul li:first-child a{
	border-left: none;
}
.forum-block-inner{
	overflow-x: auto;
	overflow-y: hidden;
}
.forum-block-inner table.forum-post-first{
}
.rating{
	margin-top: 0px !important;
}
.errortext{
	color:#ff0000 !important;
}
.auth-fre label{
	width: 100px !important;
}
.auth-fre input[type="text"], 
.auth-fre input[type="password"]{
	width: 260px !important;
	-webkit-appearance: none !important;
}
.auth-fre .line_cont{
	width: 360px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 15px !important;
}
.auth-fre{
	width:500px !important;
	padding-right: 0px !important;
}
.auth-fre .line_cont_submit{
	width:360px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left:100px !important;
	padding-top:3px !important;
}
.auth-fre .errortext{
	display: block !important;
	text-align:center !important;
	margin-bottom:15px !important;
	font-weight:400 !important;
	font-size:16px !important;
}
.auth-fre .modal_inner{
	width:360px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left:100px !important;
	overflow:hidden !important;
	padding-top:10px !important;
}
.auth-fre .modal_inner noindex:first-child{
	float:left !important;
}
.auth-fre .modal_inner noindex:last-child{
	float:right !important;
}
.auth-fre .modal_inner a{
	font-size: 15px !important;
	color: #3d658f !important;
	text-decoration:none !important;
}
.auth-fre .modal_inner a:hover{
	text-decoration:underline !important;
}
.alert-error{
	display:block !important;
	text-align:center !important;
	color: #ff0000 !important;
	font-weight:400 !important;
	font-size:16px !important;
}
.count-of-pro1{
	display: block !important;
	border: 3px solid #4090df !important;
	border-radius: 50%;
	background-color: #fff;
	font-weight: 700;
	font-size: 13px;
	color: #4090df;
	width: 30px;
	height: 30px;
	line-height: 25px;
	padding: 0;
	text-align: center;
	cursor: pointer;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.count-of-pro2{
	display: block !important;
	border: 4px solid #4090df !important;
	border-radius: 50%;
	background-color: #fff;
	font-weight: 700;
	font-size: 15px;
	color: #4090df;
	width: 40px;
	height: 40px;
	line-height: 33px;
	padding: 0;
	text-align: center;
	cursor: pointer;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.count-of-pro3{
	display: block !important;
	border: 7px solid #4090df !important;
	border-radius: 50%;
	background-color: #fff;
	font-weight: 700;
	font-size: 17px;
	color: #4090df;
	width: 45px;
	height: 45px;
	line-height: 33px;
	padding: 0;
	text-align: center;
	cursor: pointer;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.count-of-pro1:hover,
.count-of-pro2:hover,
.count-of-pro3:hover{
	color: #e86542;
	border-color: #e86542 !important;
}

.wrapper_profile{
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
}
.wrapper_profile h1{
	padding-left: 0px;
	padding-right: 0px;
	float: left;
}
.wrapper_profile h3{
	float: right;
	margin: 32px auto 12px auto;
}
.wrapper_profile h3 a{
	font-weight: 400;
	font-size: 16px;
	color: #3d658f;
	text-decoration: underline;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    line-height: 41px;
}
.wrapper_profile h3 a:hover{
	color: #ea653b;
}
.register_block_profile{
	padding-left: 15px;
	padding-right: 15px;
}
.line_cont_submit_profile input[type="submit"]{
	outline: none;
	display: block;
	width: 100%;
	text-align: center;
    text-decoration: underline;
    color: #3d658f;
    font-weight: 400;
    border-radius: 0px;
    border: none;
    background-color: #ffffff;
    font-size: 16px;
    line-height: 52px;
    border-top: 1px solid #ededed;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    -webkit-appearance: none !important;
}
.line_cont_submit_profile input[type="submit"]:hover{
	background-color: #f1f4f7;
    color: #ea653b;
}
.register_block_profile .cont_left p.top_p{
	margin-top: 35px;
	text-align: center;
}
.addpost:hover{
	background-color: #ea653b;
}
.blog-calendar{
	display: none;
}
.blog-post-meta{
	margin-top: 15px;
	padding: 3px 15px 10px 15px;
}
.blog-post-meta-util{
}
.blog-post-meta-util > a,
.blog-post-meta-util > span{
	display: inline-block !important;
	margin-right: 10px !important;
	font-size: 14px !important;
	color: #3d658f !important;
}
.blog-post-meta-util span,
.blog-post-meta-util a{
	color: #3d658f !important;
}
.blog-post-meta-util a:hover{
	text-decoration: underline;
}
.ilike-light .bx-ilike-right{
	padding: 0px 8px 0 12px !important;
}
.project_page .blog-post-meta-util{
	padding: 3px 15px 10px 15px;
}
div.blog-post-buttons input[type="submit"]{
    color: #3d658f;
    cursor: pointer;
    font-weight: 400;
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 16px;
    margin-right: 15px;
    -webkit-appearance: none !important;
}
div.blog-post-buttons input[type="submit"]:hover{
	text-decoration: underline;
	-webkit-appearance: none !important;
}

input,
textarea{
	/*-webkit-appearance: none !important;*/
}
.blog-no-avaible-mes {
    display: inline-block;
    outline: none;
    border: none;
    background-color: transparent;
    height: 50px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 52px;
    margin-top: 12px;
    margin-bottom: 7px;
    padding: 0 10px 0 10px;
}
.forum-option-do-subscribe{
	display: block;
	text-align: right;
	padding:  6px 0px 0px 0px;
	font-weight: 700;
}
.forum-option-do-subscribe a{
	margin-right: 15px;
}
.forum-option-do-subscribe a:hover,
.forum-new-post a:hover{
	text-decoration: underline;
}

.forum-status-sticky td:first-child{
	position: relative;
}
.forum-status-sticky td:first-child:after{
	position: absolute;
	content: '';
	display: block;
	width: 17px;
	height: 17px;
	background-image: url(../images/vazhno_ico.png);
	background-position: center center;
	background-repeat: no-repeat;
	top: 7px;
	left: 7px;
	opacity: 0.3;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.forum-status-sticky:hover td:first-child:after{
	opacity: 1;
}
div.forum-filter-field{
	height: auto !important;
}
.forum-filter-field-item{
	height: auto !important;
}
.forum-filter-field-item input[type="text"]{
	margin-bottom: 15px !important;
}
/*
.project_page_full_news .back-to-section{
    font-weight: 400;
    text-decoration: none;
    color: #3d658f;
    font-size: 16px;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.project_page_full_news .back-to-section:hover{
	color: #ea653b;
}*/
.project_page_full_news .left_project{
	position: relative;
	float: none;
	width: 100%;
	height: 300px !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
.project_page_full_news .left_project > div{
	width: 100%;
	height: 300px !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
.project_page_full_news .left_project img{
	width: 100%;
	max-width: none !important;
}
.project_page_full_news .right_project{
	position: relative;
	float: none;
	width: 100%;
	padding: 10px 15px 0px 15px;
	margin-left: 0px;
	max-width: none;
}
.back-to-section,
.project_page_full_news .back-to-section,
.project_page_blogs_full .back-to-section{
	padding-top: 15px;
}
.back-to-section a,
.project_page_full_news .back-to-section a,
.project_page_blogs_full .back-to-section a{
    display: block;
    text-align: center;
    font-weight: 400;
    text-decoration: none;
    color: #3d658f;
    font-size: 16px;
    line-height: 1.0;
    line-height: 52px;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    border-top: 1px solid #ededed;
}
.back-to-section a:hover,
.project_page_full_news .back-to-section a:hover,
.project_page_blogs_full .back-to-section a:hover{
    background-color: #f1f4f7;
    color: #ea653b;
}
.analytics_block a.blogs_list .right_b p.date{
    font-size: 16px;
    color: #8e8e8e;
}
.table_seminar{
	overflow-x: auto;
	overflow-y: hidden;
}

.ajax-pager-loading{
	position: fixed !important;
	display: block !important;
	left: 50%;
	top: 50%;
	margin-left: -35px;
	margin-top: -7px;
}


.energynet_wrapper .wrapper{
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	padding-bottom: 60px;
}
.energynet_wrapper .e_left{
	display: block;
	float: left;
	width: 360px;
	padding-top: 20px;
}
.energynet_wrapper .e_left .quatra{
	position: relative;
	display: block;
	margin:  0 auto 0 auto;
	width: 244px;
	border: 1px solid #cccccc;
	padding: 15px;
	margin-bottom: 33px;
}
.energynet_wrapper .e_left .quatra:before{
	position: absolute;
	display: block;
	content: '';
	width: 5px;
	height: 5px;
	border: 1px solid #ea212d;
	left: -3px;
	top: -3px;
}
.energynet_wrapper .e_left .quatra:after{
	position: absolute;
	display: block;
	content: '';
	width: 5px;
	height: 5px;
	border: 1px solid #ea212d;
	left: -3px;
	bottom: -3px;
}
.energynet_wrapper .e_left .quatra .quatra_wr:before{
	position: absolute;
	display: block;
	content: '';
	width: 5px;
	height: 5px;
	border: 1px solid #ea212d;
	right: -3px;
	top: -3px;
}
.energynet_wrapper .e_left .quatra .quatra_wr:after{
	position: absolute;
	display: block;
	content: '';
	width: 5px;
	height: 5px;
	border: 1px solid #ea212d;
	right: -3px;
	bottom: -3px;
}
.energynet_wrapper .e_left .quatra .quatra_wr{
	width: 100%;
}
.energynet_wrapper .e_left .quatra .quatra_wr a{
	display: block;
	text-align: left;
	color: #3f668d;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	text-decoration: underline;
	font-weight: 400;
	font-size: 13px;
}
.energynet_wrapper .e_left .quatra .quatra_wr a:hover{
	color: #ea653b;
}
.energynet_wrapper .e_right{
    width: -moz-calc(100% - 360px);
    width: -webkit-calc(100% - 360px);
    width: calc(100% - 360px);
    float: right;
    padding-right: 15px;
    padding-top: 20px;
}
.energynet_wrapper .e_right .line_e{
	display: block;
}
.energynet_wrapper .e_right .line_e h3.big-h3{
	cursor: pointer;
}
.energynet_wrapper .e_right .line_e h2{
	position: relative;
	display: inline-block;
	font-weight: 400;
	font-size: 27px;
	cursor: pointer;
	color: #3d658f;
	margin-bottom: 20px;
	margin-top: 30px;
}
.energynet_wrapper .e_right .line_e h2:after{
	display: block;
	position: absolute;
	content: '';
	width: 100%;
	height: 3px;
	left: 0px;
	bottom: -2px;
/*  background-color: #ed1c24; */
  background-color: #3d658f;
	border-radius: 50%;
}
.energynet_wrapper .e_right .line_e .descr_text{
	display: none;
}
.energynet_wrapper .e_right .line_e .descr_text p{
	font-weight: 400;
	font-size: 15px;
	color: #000000;
	margin-bottom: 15px;
}
.energynet_wrapper .e_right .line_e .descr_text ul{
	margin-bottom: 15px;
}
.energynet_wrapper .e_right .line_e .descr_text ul li{
	margin-left: 35px;
	font-weight: 400;
	font-size: 13px;
	color: #000000;
	line-height: 1.4;
	padding-right: 25px;
}
.energynet_wrapper .e_right .line_e .descr_text td{
	padding: 10px;
}
.energynet_wrapper .e_right .line_e .descr_text h3{
	font-weight: 700;
	font-size: 25px;
	/*color: #50ae55;*/
	margin-bottom: 8px;
}
.energynet_wrapper .e_right .line_e .descr_text img{
	width: 100%;
	margin-bottom: 15px;
}
.energynet_wrapper .e_right .line_e .descr_text img.miniimg{
	width: auto !important;
}
.energynet_wrapper .e_right .line_e.kurator h3{
	margin-bottom: 5px;
}
.energynet_wrapper .e_right .line_e a{
	color: #3d658f;
	font-size: 15px;
	font-weight: 400;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.energynet_wrapper .e_right .line_e a:hover{
	color: #ea653b;
}
.addpost-expert{
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.addpost-expert:hover{
    background-color: #ea653b !important;
    color: #ffffff;
}

.innovationbanner{
	background-size: 100% !important;
}
.full-desc-pro{
    font-size: 16px;
    color: #151515;
    line-height: 1.4;
}
.table_zapros table tr td img{
	vertical-align: top !important;
}

.partnerslist .slick-prev,
.partnerslist .slick-next{
	position: absolute;
	display: block;
	z-index: 100;
	width: 20px;
	height: 20px;
	border-radius: 0px;
	outline: none;
	border: none;
	overflow: hidden;
	background-color: transparent;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
	text-indent: -9999px;
}
.partnerslist .slick-prev{
	top: -11px;
	right: 15px;
	left: auto;
}
.partnerslist .slick-prev:after{
	display: block;
	content: '<';
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 22px;
	font-weight: 400;
	color: #3d658f;
	text-indent: 0px;
	line-height:20px;
}
.partnerslist .slick-next{
	top: -11px;
	right: 0px;
}
.partnerslist .slick-next:after{
	display: block;
	content: '>';
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 22px;
	font-weight: 400;
	color: #3d658f;
	text-indent: 0px;
	line-height:20px;
}
.partnerslist .slick-prev:hover:after,
.partnerslist .slick-next:hover:after{
	color: #ea653b;
}
.interview-after{
	background-color: #fff;
	font-weight: 400;
	font-size: 15px;
	color: #151515;
	line-height: 1.4;
	padding: 17px 19px 17px 19px;
}
.bigselect select {
    position: relative;
    display: block;
    /* width: 281px; */
    width: 100%;
    height: 43px;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    border: 1px solid #b0b0b0;
    background-color: #ffffff;
    font-size: 15px;
    color: #696969;
    padding: 0 45px 0 15px;
}
.bigselect{
	display: block;
    position: relative;
}
.bigselect span {
    position: absolute;
    display: block;
    width: 14px;
    height: 9px;
    top: 17px;
    right: 16px;
    color: #3d658f;
    background-image: url(../images/select_str.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.blocksuc input[type="submit"] {
    display: block;
	margin: 20px auto;
	
    outline: none;
    width: 166px;
    height: 40px;
    background-color: #3d658f;
    outline: none;
    border: none;
    font-weight: 700;
    color: #ededed;
    font-size: 16px;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    -webkit-appearance: none;
}
.actual_subsidi{
    max-width: 1140px;
    text-align: left;
    margin-left: 25px;
    margin-right: auto;
}
.actual_subsidi label {
    position: relative;
    font-size: 17px;
    font-weight: 400;
    color: #696969;
    cursor: pointer;
}
.b-rezult-container__items {
    width: 33%;
    height: 60px;
    float: left;
}
.b-rezult-container__item {
    position: relative;
    display: inline-block;
}
.b-rezult-container__item .thumbnail {
    background-color: #3d658f;
    margin: 0 10px 0 0;
}
.thumbnail {
    display: inline-block;
    height: auto;
    max-width: 100%;
    line-height: 1.428571429;
    background-color: #ffffff;
    border-radius: 31px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.b-rezult-container__item .icon-small {
    width: 32px;
    height: 32px;
}
.b-rezult-container__item__region .b_select_regions {
    width: 0;
    height: 0;
    background: none;
    box-shadow: none;
    position: absolute;
    top: 43px;
    left: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
	z-index:3;
}
.redesign-style .js-toggle {
    cursor: pointer;
}
.b-rezult-container__item .link_dotted {
    display: inline-block;
    max-width: 260px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
    font-size: 16px;
}
.link_dotted {
    cursor: pointer;
    border-bottom: 1px dotted;
}
.toggle-group-closer {
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/x-min.png) 0 -12px no-repeat;
    position: absolute;
    top: 24px;
    right: 30px;
    cursor: pointer;
}
.b-rezult-container__item__region .b_select_regions:after {
    content: " ";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    left: 113px;
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 8px;
}
.b-rezult-container__item_open .b_select_regions {
    background: #fff;
    box-shadow: 0 2px 15px rgba(0,0,0,.1);
    width: 900px;
    height: auto;
    overflow: visible;
    padding: 20px 30px;
}
.b-rezult-container__item_open {
    z-index: 1000;
}
.b-rezult-container__item_open .b_select_regions{
	width: 940px;
}
.b-rezult-container__item_open .sliderkit-panel{
	width: 900px;
}
.b-rezult-container__item_open .sliderkit{
	width: initial !important;
}
.h-sublev-cols li.actives a{
    color: #fc0d1b !important;
}
.b-rezult-container__item .b-scroll {
    width: 245px;
    top: 43px;
    left: 29px;
}
.b-scroll {
    width: 270px;
    top: 40px;
}
.cat-select, .b-scroll {
    width: 321px;
    height: 0;
    position: absolute;
    top: 36px;
    left: -1px;
    overflow: hidden;
    z-index: 1;
}
.b-rezult-container__item .b-scroll__inner {
    border: none;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    position: relative;
    border-radius: 3px;
    padding: 0;
}
.cat-select_inner, .b-scroll__inner {
    padding: 0;
    background: #fff;
    border: 1px solid #e3e3e3;
}
.b-rezult-container__item ul.b-scroll__list {
    margin: 0;
    padding: 9px 0;
}
.cat-list, .b-scroll__list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.b-rezult-container__item .b-scroll__inner:after {
    content: " ";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    left: 15px;
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 8px;
}
.b-rezult-container__item ul.b-scroll__list li.active {
    font-weight: bold;
}
.h-content-wrap .b-scroll__list li {
    margin: 0;
    list-style: none;
    line-height: 100%;
}
.b-rezult-container__item ul.b-scroll__list li a:hover, .b-rezult-container__item ul.b-scroll__list li.active a {
    background: none;
    color: #3d658f;
}
.b-rezult-container__item ul.b-scroll__list li a {
    padding: 6px 20px;
}
.cat-list li a, .b-scroll__list li a {
    display: block;
    padding: 10px 20px;
    color: #000;
    outline: none;
}
.b-rezult-container__item_open .b-scroll {
    overflow: visible;
}
.cat-list li:hover a, .b-scroll__list li:hover a {
    border-left: 5px solid #3d658f;
    padding-left: 15px;
}
.cat-list li:hover a, .b-scroll__list li:hover a {
    border-left: 5px solid #3d658f;
    padding-left: 15px;
}
.cat-list li:hover a, .b-scroll__list li:hover a {
    padding-left: 15px;
    border-left: 5px solid #3d658f;
}
.cat-list li.active, .cat-list li:hover, .b-scroll__list li.active, .b-scroll__list li:hover {
    background: #f8f8f8;
}
.al_region{
	margin: 10px 0px 0px 20px;
}
.h-rs-body-wrap {
    border-bottom: 1px solid #ebebeb;
    margin: 0 0 20px;
    padding: 37px 0 15px;
}
.h-rs-body-wrap.opened .h-rsbody-cols-wrap {
    display: block;
}
.h-rsbody-cols-wrap {
    display: none;
}
.b-rs-col1 {
    float: left;
    width: 280px;
}
.b-rs-col2 {
     float: left;
    width: 640px;
    padding-left: 60px;
}
.h-content-wrap ul, .h-content-wrap ol {
    margin: 0 0 25px;
}
ul.rs-body-nav li.active {
    border-left: 5px solid #3d658f;
    background: #fafafa;
    padding-left: 15px;
}
ul.rs-body-nav li {
    margin: 0;
    padding: 10px 40px 12px 20px;
    list-style: none;
    font-size: 16px;
    line-height: 100%;
    position: relative;
}
ul.rs-body-nav .nmb {
    display: block;
    width: 27px;
    position: absolute;
    top: 12px;
    right: 0;
    font-size: 13px;
    line-height: 100%;
    color: #999;
}
ul.rs-body-nav .dop {
    display: block;
    font-size: 13px;
    margin: 5px 0 0;
    color: #999;
}
ul.rs-body-nav a{
	color:#151515;
}
ul.rs-body-list {
    margin: 0;
    padding: 0;
}
.rs-body-list .hr {
    height: 1px;
    line-height: 0;
    font-size: 0;
    background: #f2f2f2;
    margin: 0 0 20px;
}
ul.rs-body-list li {
    padding: 0;
    list-style: none;
    line-height: 100%;
}
ul.rs-body-list a {
    color: #dfdfdf;
	    display: block;
		    background-color: #ffffff;
    border-bottom: 1px solid #f1f1f1;
    padding: 12px 20px 15px 20px;
}

ul.rs-body-list a span {
    font-weight: 500;
    color: #151515;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 14px;
}
ul.rs-body-list span.comment {
    font-size: 14px;
    color: #999;
	font-weight: 100;
}
ul.rs-body-list a:hover, ul.rs-body-help-list a:hover {
    background-color: #f1f4f7;
}
.rs-body-list p{
	display: block;
    font-size: 14px;
    color: #151515;
    line-height: 1.4;
	margin-top:10px;
}   
.blocksuc input[type="submit"]:hover{
	background-color: #ea653b;
	color: #ffffff;
}
.sliderkit-nav-clip{
	width: 124px !important;
}
.one_col_left{
	width: 50%;
	float: left;
	padding-right: 30px;
}
.one_col_right{
	width: 50%;
	float: right;
}
.greetingsbanner{
	display: block;
    background: #fff;
    padding: 20px;
	color:black;
}
.greetingsbanner .title{
	font-weight: bold;
}
.greetingsbanner .text-center{
	margin:10px 0;
}
.greetingsbanner .text{
	text-indent: 20px;
}
.greetingsbanner img{
	width: 40%;
	margin-left: 10px;
}
.likealink{
	text-align:right;
}
.greetingsbanner:hover .likealink{
	color:#3d658f;
}
.text-center{
	text-align:center;
}
.greetingscontent img{
	width: 30%;
    float: left;
	margin-right: 20px;
}
.greetingscontent p {
	text-align:justify;
}
.greetingscontent .text-center{
	text-align:center;
}