

/* 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/proj_slider/style.css?14601308132806*/
/* Фотогалерея */
.section_projects
{
	position: relative;
	float: left;
	width: 100%;
}
.proj_slider 
{
	position: relative;
	float: left;
	width: 100%;
    margin: 20px auto 30px !important;
	height: 320px;
	overflow: visible!important;
    background-color: #f3f4f5;
}
.proj_slider ul li
{
	position: relative;
	float: left;
	width: auto;
	display: block;
	height: 320px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	left: -10px;
	text-align: center;
}
.proj_slider ul li:before, .proj_slider ul li:after
{
	content: none;
}
.proj_slider ul li .proj_in
{
    position: relative;
	float: left;
	width: auto;
	height: 320px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -webkit-transition: -webkit-transform .5s;
    -ms-transition: -ms-transform .5s;
    -moz-transition: -moz-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform .5s;
}
.proj_slider ul li .proj_in img
{
	position: relative;
	float: left;
	width: auto;
	left: 0;
	top: 0;
    height: 320px;
    border: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transition: all 3s linear;
	-moz-transition: all 3s linear;
	-o-transition: all 3s linear;
	-ms-transition: all 3s linear;
	transition: all 3s linear;
}
.proj_slider ul li:hover .proj_in
{
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.slide_info_projects
{
	position: absolute;
	top: 30px;
	padding-left: 30px;
	width: 100%;
	box-sizing: border-box;
	height: 100px;
	display: table;
}
.slide_info_projects p
{
	line-height: 30px;
	width: auto;
	font-family: 'text_cond_pro_medium';
	font-weight: normal;
	font-size: 1.2em;
	color: #183663;
	text-align: left;
}
.slide_info_projects strong
{
	font-family: 'text_cond_pro_medium';
	font-weight: normal;
	font-size: 3em;
	float:left;
	line-height: 55px;
	color: white;
	text-align: left;
	border: none;
	text-shadow: 0px 4px 14px rgba(0, 68, 148, 0.47);
}
.slide_info_projects strong:hover
{
	border-bottom: 1px solid white;
}
/*navigate*/
.proj_slider:hover .button_next, .proj_slider:hover .button_prev
{
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}
.button_next.swiper-button-disabled, .button_prev.swiper-button-disabled
{
	opacity: 0;
	cursor: default;
	visibility: none;
}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?145942693951*/
font.errortext{color:red}font.notetext{color:green}
/* 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/proj_slider/style.css?14601308132806 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?145942693951 */
