

/* Start:/bitrix/templates/.default/components/bitrix/menu/left_menu/style.css?14596841961634*/
/* Left menu*/
.internal_menu
{
	width: 100%;
	box-sizing: border-box;
	padding: 0px 0px 0px 50px;
}
@media screen and (max-width: 1255px)
{
	.internal_menu
	{
		padding: 0px 0px 0px 30px;
	}
}
@media screen and (max-width: 975px)
{
	.internal_menu
	{
		padding: 0px;
	}
}
.internal_menu ul
{
	width: 100%;
	display: table;
}
.internal_menu li
{
	position: relative;
	display: inline-block;
	float: left;
	margin: 5px 15px 5px 0px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 0px;
	height: 35px;
	font-family: 'din_text_pro_regular';
	font-size: 1.2em;
	text-align: center;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.internal_menu li:before
{
	content: none;
}
.internal_menu li a
{
	height: 35px;
	color: #586773;
	display: inline-block;
	padding: 0px 14px;
	line-height: 36px;
	border: none;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.internal_menu li:hover
{
	background-color: #1b427e;
	text-decoration: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.internal_menu li:hover a
{
	color: white;
	text-decoration: none;
	border: none;
}
.internal_menu .selected
{
	background-color: #e5e8ec;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.internal_menu .selected:hover
{
	background-color: #e5e8ec;
}
.internal_menu .selected:hover a
{
	text-decoration: none;
	color: #586773;
}



/* End */


/* Start:/bitrix/templates/.default/components//bitrix/system.pagenavigation/.default/style.css?14589679101527*/
.bottom_nav
{
	position: relative;
	float: left;
	width: 100%;
	margin: 15px 0;
}
.bottom_nav_arrow
{
	position: relative;
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 3px;
}
.bottom_nav_arrow > svg
{
	height: 18px;
	width: 18px;
	padding: 16px;
	fill: #c4cbd0;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.bottom_nav_arrow.active > svg
{
	fill: #183663;
}
.bottom_nav_arrow.active:hover > svg
{
	fill: #1162db;
}
.bottom_nav_right
{
	float: right;
}
.bottom_nav_point
{
	position: relative;
	float: left;
	width: 50px;
	height: 50px;
	margin: 0 5px;
	display: table;
	border-radius: 3px;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.bottom_nav_point.active
{
	background-color: #e5e8ec;
}
.bottom_nav_point > span
{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #667581;
    font-family: 'text_cond_pro_regular';
	font-size: 1.2em;
	font-weight: normal;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.bottom_nav_point:hover
{
	background-color: #1b427e;
}
.bottom_nav_point:hover > span
{
	color: #ffffff;
}
.bottom_nav_point.active:hover
{
	background-color: #e5e8ec;
}
.bottom_nav_point.active:hover > span
{
	color: #667581;
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/docs_list/style.css?15299149503631*/
.projects_container
{
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.projects_list
{
	position: relative;
	float: left;
	width: 1220px;
}
.projects_list li
{
	float: left;
	width: 285px;
	min-height: 240px;
	margin: 10px 20px 10px 0px;
	padding: 0px;
}
.projects_list li:before
{
	content: none;
}
.projects_list li:hover .projects_item_img
{
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	transform: translateY(-3px);
	box-shadow: 0px 2px 5px rgba(24,54,99, 0.3);
}
.projects_item_back 
{
    position: absolute;
    top: 4px;
    left: 1.5%;
	width: 97%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; 
    height: 160px;
    background-color: #f3f4f5;
    border: 1px solid #dadde1;
}
.projects_item_img
{
	position: relative;
	width: 285px;
	height: 160px;
	overflow: hidden;
	z-index: 2;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
.projects_item_img img
{
	min-height: 100%;
	min-width: 100%;
	position: relative;
}
@media screen and (max-width: 1255px)
{
	.projects_list
	{
		width: 945px;
	}
	.projects_list li
	{
		width: 300px;
		margin: 10px 15px 10px 0px;
	}
	.projects_item_img
	{
		width: 300px;
	}
}
@media screen and (max-width: 975px)
{
	.projects_list
	{
		width: 640px;
	}
	.projects_list li
	{
		width: 300px;
		margin: 10px 20px 10px 0px;
	}
}
@media screen and (max-width: 675px)
{
	.projects_list
	{
		width: 105%;
	}
	.projects_list li
	{
		width: 47%;
		margin: 10px 3% 10px 0;
	}
	.projects_item_img
	{
		width: 100%;
	}
}
@media screen and (max-width: 675px)
{
	.projects_item_back 
	{
		height: 130px;
	}
}
@media screen and (max-width: 450px)
{
	.projects_list
	{
		width: 100%;
	}
	.projects_list li
	{
		width: 285px;
		margin: 10px auto;
		float: none;
	}
	.projects_item_back 
	{
		height: 160px;
	}
	.projects_item_img
	{
		height: 160px;
	}
}
.projects_item_img_in
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid rgba(24, 54, 99, 0.2);
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	z-index: 2;
}
.projects_item_title
{
	width: 100%;
	min-height: 80px;
}
.projects_item_title a
{
	border: none!important;
}
.projects_item_title strong
{
	display: inline-block;
	color: #183663;
	font-family: 'din_text_pro_regular';
	font-size: 1.375em;
	font-weight: 100;
	margin: 15px 0px 0px 15px;
}
.projects_item_title strong:hover
{
	color: #1162db;
}
.projects_item_title p
{
	display: inline-block;
	color: #000;
	font-family: 'din_text_pro_regular';
	font-size: 0.938em;
	margin: 10px 0px 12px 15px;
	color: #667581;
}

.projects_item_info
{
	width: 100%;
	margin: 0px;
}
.projects_item_info_hidden
{
	width: 100%;
}
.projects_open_info
{
	position: relative;
	font-family: 'din_text_pro_regular';
	font-size: 1em;
	display:inline-block;
	color: #667581;
	margin: 15px 15px 0px 50px;
	cursor: pointer;
	padding-right: 22px;
}
.projects_open_info:hover
{
	color: #1162db;
}
.icon_projects
{
	position: absolute;
	top: 0px;
	right: 0px;
	fill: #667581;
}
.icon_projects > svg
{
	fill: #667581;
}
.icon_projects.active
{
	top: 3px;
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.hidden_nav
{
	position: absolute;
	left: 0;
	top: -180px;
	opacity: 0;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/news_cok/style.css?15299163445537*/
.section_news
{
	width: 100%;
	height: auto;
	position: relative;
	float: left;
}
.news_list_main
{
	width: 400px;
}
.news_list_main li
{
	float: right;
	width: 400px;
	height: 100px;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
.news_list_main li:before
{
	content: none;
}
.news_list_main_img
{
	position: relative;
	width: 150px;
	height: 100px;
	float: left;
}
.news_list_main_img_in
{
	width: 150px;
	float: left;
	height: 100px;
	position: relative;
	overflow: hidden;
}
.news_list_main_img_in > img
{
	position: relative;
	min-width: 150px;
	min-height: 100px;
	max-width: 200px;
	left: 50%;
	top: 50%;
}
.news_list_main_info
{
	position: relative;
	float: left;
	width: 220px;
	height: 100px;
	overflow: hidden;
	padding-left: 30px;
}
.news_list_main_info.info_news_100
{
	position: relative;
	float: left;
	width: 100%;
	padding-left: 0px;
}
.news_list_main_info a, .news_item_main_info a
{
	border: none!important;
}
.news_list_main .icon_news
{
	position: absolute;
	top: 12px;
    right: -18px;
	fill: #c4cbd0;
}
.news_list_main_info strong
{
	color: #183663;
	font-family: 'text_cond_pro_regular';
	font-size: 1em;
	font-weight: 100;
	margin: 0;
}
.news_list_main_info strong:hover
{
	color: #1162db;
}
.news_item_main_info .news_date,
.news_list_main_info > .news_date
{
	display: inline-block;
	width: 100%;
	margin: 10px 0px;
	color: #586773;
	font-family: 'text_cond_pro_regular';
	font-size: 0.9em;
	line-height: 14px;
	padding-left: 20px;
	background: url("/bitrix/templates/.default/components/bitrix/news.list/news_cok/images/icon_data.png") no-repeat left center;
}



.news_item_main_img
{
	position: relative;
	float: left;
	width: 780px;
	height: 340px;
	overflow: hidden;
}
.news_item_main_img_in
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
}
.news_item_main_img_in img
{
	border: none;
	display: block;
	width: 100%;
	min-height: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.news_item_main_info
{
	position: relative;
	float: left;
	width: 730px;
	height: auto;
	margin: 0px 0px 15px 0;
	padding-top: 40px;
	padding-left: 50px;
	box-sizing: border-box;
}
.news_item_main_info .news_item_icon
{
	position: absolute;
	top: 17px;
	left: 50px;
	fill: #c4cbd0;
}
.news_item_main_info strong
{
	color: #183663;
	font-family: 'text_cond_pro_regular';
	font-size: 1.2em;
	font-weight: 100;
	margin: 0;
}
.news_item_main_info strong:hover
{
	color: #1162db;
}
@media screen and (max-width: 1255px)
{
	.news_list_main
	{
		width: 310px;
	}
	.news_list_main li
	{
		width: 310px;
	}
	.news_list_main_info
	{
		width: 130px;
	}
	
	.news_item_main_img
	{
		width: 600px;
		height: 340px;
	}
	.news_item_main_info
	{
		width: 570px;
		padding-left: 30px;
	}
	.news_item_main_info .news_item_icon
	{
		left: 30px;
	}
}
@media screen and (max-width: 975px)
{
	.news_list_main
	{
		position: relative;
		float: left;
		width: 590px;
	}
	.news_list_main li
	{
		width: 590px;
	}
	.news_list_main_info
	{
		width: 410px;
	}
	
	.news_item_main_img
	{
		width: 100%;
	}
	.news_item_main_img:before
	{
		content: "";
		display: block;
		padding-top: 50%;
	}
	.news_item_main_info
	{
		width: 100%;
		padding-left: 0;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 675px)
{
	.news_list_main
	{
		width: 100%;
	}
	.news_list_main li
	{
		width: 100%;
		height: auto;
	}
	.news_list_main_info
	{
		width: 100%;
		margin: 20px 0px 0px 0px;
		padding-left: 0px;
		height: auto;
	}
	.news_item_main_img
	{
		width: 100%;
		height: auto;
	}
	.news_item_main_img img
	{
		position: relative;
		float: left;
		width: 100%;
		height: auto;
		margin: 0!important;
	}
	.news_list_main .icon_news
	{
		top: auto;
		bottom: -20px;
		left: 20px;
		right: auto;
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}

.to_news
{
	position: absolute;
	right: 50px;
	top: 45px;
	height: 36px;
}
.btn_to_news
{
	position: relative;
	float: right;
	display: table;
    height: 36px;
    border-radius: 3px 0px 0px 3px;
    background-color: #e5e8ec;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.btn_to_news:hover
{
	background-color: #1b427e;
}
.btn_to_news .icon_arrow_main
{
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 3px;
	fill: #667581;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.btn_to_news .icon_btn
{
	position: absolute;
	right: -12px;
	fill: #e5e8ec;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.btn_to_news span
{
	position: relative;
	padding: 0 15px;
	display: table-cell;
	vertical-align: middle;
	color: #586773;
	font-family: 'din_text_pro_regular';
	font-size: 1em;
}
.btn_to_news:hover span
{
	color: #fff;
}
.btn_to_news:hover .icon_btn
{
	fill: #1b427e;
}
.btn_to_news:hover .icon_arrow_main
{
	fill: #00aeff;
}
@media screen and (max-width: 1255px)
{
	.to_news
	{
		right: 45px;
	}
}
@media screen and (max-width: 975px)
{
	.to_news
	{
		right: 15px;
	}
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/questions/style.css?15299173215210*/
.slider_list
{
    position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
}
.slider_list:hover .button_next, .slider_list:hover .button_prev
{
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}
/*Текстовый слайдер*/
.slider_text
{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 1200px;
	height: 530px;
	overflow: hidden;
	z-index: 1;
}
.slider_text ul
{
	position: relative;
	float: left;
	height: 530px;
}
.slider_text ul li
{
	position: relative;
	float: left;
	width: 1200px;
	height: 530px;
	padding: 0;
	margin: 0;
}
.slider_text ul li:before
{
	content: none;
}
.slider_text ul li img
{
	position: relative;
	float: left;
	width: 1200px;
	display: none;
	opacity: 0;
}
/*Слайдеры изображений*/
.sliders
{
	position: relative;
	float: left;
	width: 400px;
	height: 530px;
	overflow: hidden;
	z-index: 0;
}
.sliders ul
{
	position: relative;
	1float: left;
	height: 530px;
}
.sliders ul li
{
	position: relative;
	float: left;
	width: 400px;
	height: 530px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.sliders ul li:before
{
	content: none;
}
.sliders ul li img
{
	position: relative;
	float: left;
	width: 1200px;
}
.slider_2 ul li img
{
	left: -400px;
}
.slider_3 ul li img
{
	left: -800px;
}
@media screen and (max-width: 1255px)
{
	.slider_text
	{
		width: 930px;
		height: 410px
	}
	.slider_text ul
	{
		height: 410px;
	}
	.slider_text ul li
	{
		width: 930px;
		height: 410px;
	}
	.slider_text ul li img
	{
		width: 930px;
	}

	.sliders
	{
		width: 310px;
		height: 410px;
	}
	.sliders ul
	{
		height: 410px;
	}
	.sliders ul li
	{
		width: 310px;
		height: 410px;
	}
	.sliders ul li img
	{
		width: 930px;
	}
	.slider_2 ul li img
	{
		left: -310px;
	}
	.slider_3 ul li img
	{
		left: -620px;
	}
}
@media screen and (max-width: 975px)
{
	.slider_text
	{
		position: relative;
		float: left;
		width: 620px;
		height: 270px;
	}
	.slider_text ul
	{
		height: 270px;
	}
	.slider_text ul li
	{
		width: auto;
		height: 270px;
	}
	.slider_text ul li img
	{
		width: 620px;
		opacity: 1;
		display: block;
	}
	
	.sliders
	{
		display: none;
		opacity: 0;
	}
}
@media screen and (max-width: 675px)
{
	.slider_text
	{
		width: 100%;
		height: auto;
	}
	.slider_text ul
	{
		height: auto;
	}
	.slider_text ul li
	{
		height: auto;
	}
	.slider_text ul li img
	{
		width: 100%;
		height: auto;
	}
}
.block_shadow:after
{
    content: '';
    display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 100%;
	background-image: url("/bitrix/templates/.default/components/bitrix/news.list/questions/images/shadow_1.png");
	background-size: 50px 100%;
	background-position: 0 0;
	background-repeat: no-repeat;
}
/*navigate*/
.slider_list .button_next, .slider_list .button_prev
{
	position: absolute;
	width: 400px;
	height: 100%;
	top: 0!important;
	bottom: 0!important;
	cursor: pointer;
	margin: 0;
	-webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
	z-index: 3;
}
.slider_list .button_next
{
	right: 0!important;
}
.slider_list .button_prev
{
	left: 0!important;
}
@media screen and (max-width: 975px)
{
	.slider_list .button_next, .slider_list .button_prev
	{
		width: 50%;
	}
}
.button_next:hover > svg, .button_prev:hover > svg
{
	opacity: 1;
}
/*title*/
.slider_text_title
{
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 70px 50px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
}
.slider_text_title > span
{
	color: #183663;
	font-family: 'text_cond_pro_medium';
	font-size: 1.250em;
    line-height: 35px;
	padding-left: 5px;
	cursor: default;
}
.slider_text_title > h1
{
	color: white;
	margin: 0;
	font-family: 'text_cond_pro_medium';
	font-size: 80px;
	font-weight: 100;
	text-transform: uppercase;
	line-height: 75px;
	text-shadow: 0px 4px 14px rgba(0, 68, 148, 0.47);
	cursor: default;
}
.slider_text_title > h1.blue
{
	color: #183663;
	text-shadow: 0px 0px 0px rgba(0, 68, 148, 0);
}
.slider_text_title h1 a
{
	color: white;
	border: none;
}
@media screen and (max-width: 1255px)
{
	.slider_text_title
	{
		padding: 50px 30px;
	}
	.slider_text_title > span
	{
		font-size: 1em;
		line-height: 1.2em;
	}
	.slider_text_title > h1
	{
		font-size: 60px;
		line-height: 60px;
	}
}
@media screen and (max-width: 975px)
{
	.slider_text_title
	{
		padding: 30px;
	}
	.slider_text_title > span
	{
		font-size: 1em;
		padding-left: 2px;
	}
	.slider_text_title > h1
	{
		font-size: 50px;
		line-height: 50px;
	}
}
@media screen and (max-width: 675px)
{
	.slider_text_title
	{
		padding: 20px 30px;
	}
	.slider_text_title > span
	{
		padding-left: 0px;
	}
	.slider_text_title > h1
	{
		font-size: 40px;
		line-height: 40px;
	}
}
@media screen and (max-width: 515px)
{
	.slider_text_title > span
	{
		font-size: 0.8em;
		padding-left: 0px;
		line-height: 1.2em;
	}
	.slider_text_title > h1
	{
		font-size: 30px;
		line-height: 30px;
	}
}
@media screen and (max-width: 415px)
{
	.slider_text_title > h1
	{
		font-size: 20px;
		line-height: 20px;
	}
}
.slider_list ::selection 
{
	background: transparent;
}
.slider_list ::-moz-selection 
{
	background: transparent; 
}
/* End */
/* /bitrix/templates/.default/components/bitrix/menu/left_menu/style.css?14596841961634 */
/* /bitrix/templates/.default/components//bitrix/system.pagenavigation/.default/style.css?14589679101527 */
/* /bitrix/templates/.default/components/bitrix/news.list/docs_list/style.css?15299149503631 */
/* /bitrix/templates/.default/components/bitrix/news.list/news_cok/style.css?15299163445537 */
/* /bitrix/templates/.default/components/bitrix/news.list/questions/style.css?15299173215210 */
