

/* Start:/bitrix/templates/LIFE_SAFU/js/test/colorbox.css?14888953373025*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#332D35;}
#colorbox{outline:0;}
#cboxContent{margin-top:32px; overflow:visible; background:#FFF;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{background:#FFF; padding:1px;}
#cboxLoadingGraphic{background:url(/bitrix/templates/LIFE_SAFU/js/test/images/loading.gif) no-repeat center center;}
#cboxLoadingOverlay{background:#000;}
#cboxTitle{position:absolute; bottom:0px; left:0; color:#FFF;text-shadow: 1px 1px #000000;padding:3px;}
#cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(/bitrix/templates/LIFE_SAFU/js/test/images/controls.png) no-repeat 0 0;}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxPrevious{background-position:0px 0px; right:44px;}
#cboxPrevious:hover{background-position:0px -25px;}
#cboxNext{background-position:-25px 0px; right:22px;}
#cboxNext:hover{background-position:-25px -25px;}
#cboxClose{background-position:-50px 0px; right:0;}
#cboxClose:hover{background-position:-50px -25px;}
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
.cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
.cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
.cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}
#cboxTitle a {color:#00AEEF}
#cboxTitle a:hover {color:#00AEEF}

#cboxTitle {background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);}
/* End */


/* Start:/bitrix/templates/LIFE_SAFU/components/bitrix/search.suggest.input/.default/style.css?1374822773501*/
input.search-suggest {}
div.search-popup{border: 1px solid #333333;background: #FFFFFF;padding: 2px;margin: 0px;}
div.search-popup-row, div.search-popup-row-active{position: relative; padding: 2px 4px;margin: 0px;cursor: hand;cursor: pointer;}
div.search-popup-row{background:#FFFFFF;}
div.search-popup-row-active{background:#EEEEEE;}
div.search-popup-el-name, div.search-popup-el-cnt{position: relative; margin:0px;padding:0px;text-align:left;}
div.search-popup-el-cnt{text-align:right; float:right;}
/* End */


/* Start:/bitrix/templates/LIFE_SAFU/components/bitrix/menu/vertical_multilevel1/style.css?13748227722878*/
ul#vertical-multilevel-menu, #vertical-multilevel-menu ul
{
	margin: 0; 
	padding: 0; 
	list-style: none; 
	width: 214px;
	font-size:12px;
}

/*Submenu box*/
#vertical-multilevel-menu li ul
{
	position:absolute;
	/*top:-999em;*/
	top:auto;
	display:none;
	z-index:500;
	height:auto;
	border:1px solid #C1C1C1;
	border-bottom:none;
	width:200px;
}

/* Submenu Items */ 
#vertical-multilevel-menu li a
{ 
	display: block; 
	text-decoration: none; 
	color: #4F4F4F; 
	font-weight:bold;
	padding: 5px; 
	background:#F5F5F5;
	border-bottom:1px solid #C1C1C1;
}

/*Items selected*/
#vertical-multilevel-menu li a.item-selected
{ 
	background-color: #D6D6D6;
}

/*Items Hover */
#vertical-multilevel-menu li a:hover
{
	background-color: #D6D6D6;
} 

/*Rootmenu Items*/
#vertical-multilevel-menu a.root-item
{
	color:#fff;
	font-weight:bold;
	font-size:12px;
	padding:5px 0 7px 35px;
	background:#61656A url(/bitrix/templates/LIFE_SAFU/components/bitrix/menu/vertical_multilevel1/images/item_bg.gif) 0 0 no-repeat;
	border:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	/*height:26px;
	overflow:hidden;*/
}

/*Rootmenu Items hover*/
#vertical-multilevel-menu a.root-item:hover, #vertical-multilevel-menu a.root-item-selected:hover
{
	background:#61656A url(/bitrix/templates/LIFE_SAFU/components/bitrix/menu/vertical_multilevel1/images/item_bg.gif) 0 -26px no-repeat;
}

/*Rootmenu Items Selected*/
#vertical-multilevel-menu a.root-item-selected
{
	color:#fff;
	font-weight:bold;
	font-size:12px;
	padding:5px 0 7px 35px;
	background:#61656A url(/bitrix/templates/LIFE_SAFU/components/bitrix/menu/vertical_multilevel1/images/item_bg.gif) 0 -26px no-repeat;
	border:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	/*height:26px;
	overflow:hidden;*/
}

/*Parent item*/
#vertical-multilevel-menu a.parent
{
	background: #F5F5F5 url(/bitrix/templates/LIFE_SAFU/components/bitrix/menu/vertical_multilevel1/images/arrow.gif) center right no-repeat;
	padding-right:10px;
}

/*Denied items*/
#vertical-multilevel-menu a.denied
{
	background: #F5F5F5 url(/bitrix/templates/LIFE_SAFU/components/bitrix/menu/vertical_multilevel1/images/lock.gif) center right no-repeat;
	color:#DDDDDD;
	padding-right:10px;
}

/* Holly Hack. IE Requirement \*/ 
* html ul#vertical-multilevel-menu li { float: left; height: 1%; } 
* html ul#vertical-multilevel-menu li a { height: 1%; } 
/* End */ 


/*Submenu margin*/
#vertical-multilevel-menu li ul.root-item
{
	margin:-27px 0 0 210px;
}

#vertical-multilevel-menu li ul
{
	margin:-27px 0 0 133px;
}

/*Submenu hide*/
#vertical-multilevel-menu li:hover ul ul,
#vertical-multilevel-menu li.jsvhover ul ul,
#vertical-multilevel-menu li:hover ul ul ul,
#vertical-multilevel-menu li.jsvhover ul ul ul 
{
	/*top:-999em;*/
	display:none;
}

/*Submenu show*/
#vertical-multilevel-menu li:hover ul,
#vertical-multilevel-menu li.jsvhover ul,
#vertical-multilevel-menu li li:hover ul,
#vertical-multilevel-menu li li.jsvhover ul,
#vertical-multilevel-menu li li li:hover ul,
#vertical-multilevel-menu li li li.jsvhover ul
{
	/*z-index:1000;
	top:auto;*/
	display:block;
}
/* End */


/* Start:/_res/sharebuttons/share.css?1543224300468*/
.ya-share2__list_direction_horizontal > .ya-share2__item {margin-bottom: 5px !important;}

#cookie-notice p {
    font-size: 0.86em;
    line-height: 1.5;
}
#cookie-notice {
    position: fixed;
    bottom: 32px;
    left: 50%;
    width: 500px;
    margin-left: -250px;
    padding: 12px;
    background: white;
    box-shadow: 0 2px 4px rgba(20, 40, 80, 0.2);
    border-radius: 3px;
    font-size: 0.86em;
    line-height: 1.5;
    color: #456;
    z-index: 999;
}

/* End */


/* Start:/bitrix/templates/LIFE_SAFU/components/bitrix/breadcrumb/template2/style.css?1374822772227*/
ul.breadcrumb-navigation
{
	padding:0; margin:0;
	padding-top:4px;
	list-style:none;
}

ul.breadcrumb-navigation li
{
	display:inline;
}

ul.breadcrumb-navigation a
{
	
}

ul.breadcrumb-navigation span
{
	
}
/* End */


/* Start:/bitrix/templates/LIFE_SAFU/components/bitrix/menu/leftsection/style.css?13748227725855*/
/*tgur vertical left menu*/
div.vertical-left-menu {
	padding-bottom: 6px;
	padding-top: 6px;
	line-height: 1.1em;
	background-color: transparent !important;
}

div.vertical-left-menu ul.top-level-left-menu {
	margin-left: -16px;
}

div.vertical-left-menu ul {
	margin-top: 0;
}

div.vertical-left-menu ul li {
	background-image: none;
	padding-left: 12px;
}

div.vertical-left-menu a {
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 1px;
	text-decoration: none;
}

div.vertical-left-menu li a {
	padding-left: 16px;
	color: #1f4a88;
	background-image: url(/img/red_triangle_right.png);
	background-position: 0 9px;
	background-repeat: no-repeat;
}

div.vertical-left-menu li.selected>a {
	background-image: url(/img/red_triangle_down.png);
	background-position: 0 5px;
	color: #cc0000;
}

div.vertical-left-menu a:hover,div.vertical-left-menu a:focus {
	color: #008ad9;
}

div.vertical-left-menu .level1 li.selected a {
	color: #cc0000;
}

div.vertical-left-menu a:hover,div.vertical-left-menu a:focus {
	text-decoration: underline;
}

div.vertical-left-menu .hidden {
	display: none;
}

/* ����� �������� */ /* ����������� */
h2.univercity a {
	background-image: url(/img/side_header_1.png);
}

h2.university a {
	background-image: url(/img/side_header_1.png);
}

/* ����������� */
h2.entrant a {
	background-image: url(/img/side_header_entrant.png);
	/*color: #ff6600 !important;*/
}

div.entrant ul.top-level-left-menu a {
	background-image: url(/img/entrant_triangle_right.png);
}

div.entrant li.selected>a {
	background-image: url(/img/entrant_triangle_down.png);
	color: #e02100 !important;
}

h2.how_to_apply {
	background-image: url(/img/side_header_entrant.png);
	/*color: #ff6600 !important;*/
}

div.how_to_apply ul.top-level-left-menu a {
	background-image: url(/img/entrant_triangle_right.png);
}

div.how_to_apply li.selected>a {
	background-image: url(/img/entrant_triangle_down.png);
	color: #e02100 !important;
}

/* �������� */
h2.forstudent a {
	background-image: url(/img/side_header_forstudent.png);
	/*color: #fe9900 !important;*/
}

div.forstudent ul.top-level-left-menu a {
	background-image: url(/img/forstudent_triangle_right.png);
}

div.forstudent li.selected>a {
	background-image: url(/img/forstudent_triangle_down.png);
	color: #ff6300 !important;
}

/* ���������� */
h2.forstaff a {
	background-image: url(/img/side_header_forstaff.png);
	/*color: #009860 !important;*/
}

div.forstaff ul.top-level-left-menu a {
	background-image: url(/img/forstaff_triangle_right.png);
}

div.forstaff li.selected>a {
	background-image: url(/img/forstaff_triangle_down.png);
	color: #008c00 !important;
}



/* ����� */
h2.science a {
	background-image: url(/img/side_header_science.png);
	/*color: #000ebe !important;*/
}

div.science ul.top-level-left-menu a {
	background-image: url(/img/science_triangle_right.png);
}

div.science li.selected>a {
	background-image: url(/img/science_triangle_down.png);
	color: #009C9C !important;
}

/* ������� ���������� */
h2.community a {
	background-image: url(/img/side_header_community.png);
	/*color: #000b91 !important;*/
}

div.community ul.top-level-left-menu a {
	background-image: url(/img/community_triangle_right.png);
}

div.community li.selected>a {
	background-image: url(/img/community_triangle_down.png);
	color: #039 !important;
}

/* ����� */
h2.media a {
	background-image: url(/img/side_header_community.png);
	/*color: #000b91 !important;*/
}

div.media ul.top-level-left-menu a {
	background-image: url(/img/community_triangle_right.png);
}

div.media li.selected>a {
	background-image: url(/img/community_triangle_down.png);
	color: #039 !important;
}

/* ������������� ������������ */
h2.international a {
	background-image: url(/img/side_header_international.png);
	/*color: #ff6600 !important;*/
}

div.international ul.top-level-left-menu a {
	background-image: url(/img/international_triangle_right.png);
}

div.international li.selected>a {
	background-image: url(/img/international_triangle_down.png);
	color: #00639C !important;
}

/* ����� */
h2.studies a {
	background-image: url(/img/side_header_studies.png);
	/*color: #ff6600 !important;*/
}

div.studies ul.top-level-left-menu a {
	background-image: url(/img/studies_triangle_right.png);
}

div.studies li.selected>a {
	background-image: url(/img/studies_triangle_down.png);
	color: #14a806 !important;
}

/* ����� */
h2.sport a {
	background-image: url(/img/side_header_sport.png);
	/*color: #ff6600 !important;*/
}

div.sport ul.top-level-left-menu a {
	background-image: url(/img/sport_triangle_right.png);
}

div.sport li.selected>a {
	background-image: url(/img/sport_triangle_down.png);
	color: #4040C0 !important;
}

h2.manual a {
	background-image: url(/img/side_header_community.png);
	/*color: #000b91 !important;*/
}

div.manual ul.top-level-left-menu a {
	background-image: url(/img/community_triangle_right.png);
}

div.manual li.selected>a {
	background-image: url(/img/community_triangle_down.png);
	color: #000ebe !important;
}

/* Инфрастуктурное развитие */
h2.isr a {
	background-image: url(/img/side_header_isr.png);
	/*color: #009860 !important;*/
}

div.isr ul.top-level-left-menu a {
	background-image: url(/img/forstaff_triangle_right.png);
}

div.isr li.selected>a {
	background-image: url(/img/forstaff_triangle_down.png);
	color: #008c00 !important;
}


/* End */


/* Start:/bitrix/templates/LIFE_SAFU/styles.css?1668027371779*/
.table {}
.img-polaroid {}
.blockquote {}
.btn {}
.link-to-pdf ,.link-to-excel, .link-to-word {padding-right:20px;}
.link-to-pdf {background:url("/bitrix/templates/LIFE_SAFU/img/icon-pdf.png") bottom right no-repeat;} 
.link-to-excel  {background:url("/bitrix/templates/LIFE_SAFU/img/icon-excel.png") bottom right no-repeat;}
.link-to-word  {background:url("/bitrix/templates/LIFE_SAFU/img/icon-word.png") bottom right no-repeat;}
a.link-to-zip {
	background-image: url(/upload/medialibrary/ae8/archive_16x16.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-right: 19px;
}

a.link-to-ppt {
	background-image:
		url(/upload/medialibrary/df4/icon-ms-powerpoint-2003.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-right: 19px;
}
.list_marker {}

.table-centered td {
        text-align: center;
}


/* End */


/* Start:/bitrix/templates/LIFE_SAFU/template_styles.css?1668027371100974*/
@charset "utf-8";

.loaderArea {
    position:fixed;
    top:0px;
    right:0px;
    bottom:0px;
    left:0px;
    background-color: #332D35;
    overflow: hidden;
    z-index:100000
}

.loader {
        display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 24em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;
}

.loader>span{
    display: block;
   /* border:1px solid #FFF;*/
    width: 200px;
    height: 20px;
     background: linear-gradient(269deg, #e5a31f, #ffffff, #31afac, #ffffff, #9d0075, #ffffff);
background-size: 1200% 1200%;

-webkit-animation: loader-back 11s ease infinite;
-moz-animation: loader-back 11s ease infinite;
-o-animation: loader-back 11s ease infinite;
animation: loader-back 11s ease infinite;
}




@-webkit-keyframes loader-back {
    0%{background-position:0% 50%}
    50%{background-position:100% 51%}
    100%{background-position:0% 50%}
}
@-moz-keyframes loader-back {
    0%{background-position:0% 50%}
    50%{background-position:100% 51%}
    100%{background-position:0% 50%}
}
@-o-keyframes loader-back {
    0%{background-position:0% 50%}
    50%{background-position:100% 51%}
    100%{background-position:0% 50%}
}
@keyframes loader-back { 
    0%{background-position:0% 50%}
    50%{background-position:100% 51%}
    100%{background-position:0% 50%}
}
/*@import url(/bitrix/templates/.default/fonts_1.css);*/

/*@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic|PT+Sans+Narrow:400,700|PT+Serif+Caption:400,400italic|PT+Serif:400,700,400italic,700italic|PT+Sans+Caption:400,700&subset=latin,cyrillic);
*/

/* CSS Document */


#five-safu  {background: url("/bitrix/templates/LIFE_SAFU/img/path3243233.png") 50% 50%  repeat-x #FFF;width: 100%;height: 61px;display: block;  border-bottom: 2px #1B8FC1 solid;}

#top-baner {}

.pluso-more {display:none !important;}
.carousel-indicators li {
    background-color: rgb(0, 40, 94) !important;
    cursor: pointer;
}
.carousel-indicators .active {
    background-color: rgb(32, 182, 247) !important;
}

.carousel.carousel-fade .item {
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	opacity:0;
}

.carousel.carousel-fade .active.item {
	opacity:1;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
	left: 0;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
	left: 0;
	z-index: 1;
}

.carousel.carousel-fade .carousel-control {
	z-index: 3;
}
 
.addthis_floating_style {background:transparent !important;}
.vote-question input[type="text"],.vote-question input[type="text"]:focus {border:0px none;box-shadow:none;background: transparent;}
#login_form_window {width: 328px!important;}
.carousel {width: 500px;}
.small-ajax-loader {
    background: transparent url("/bitrix/templates/LIFE_SAFU/img/ajax-loader.gif") no-repeat 50% 50%;
    width: 60px;
    height: 60px;
}
a#move_up {
    background: url('/bitrix/templates/LIFE_SAFU/img/move_top.png') no-repeat scroll 7px 11px #00ABBE;
    border-radius: 3px;
    color: #00285E;
    display: none;
    font: 12px Verdana;
    height: 30px;
    opacity: 0.9;
    position: fixed;
    right: 22px;
    text-align: center;
    text-decoration: none;
    bottom: 65px;
    width: 30px;
    z-index: 99;
}

body {background-color:#332D35;color: #333}

pre {display:none;}

ul {
    margin: 0}

ul li {
    list-style-type: none;
    font-family: 'PT Sans', Tahoma, Geneva, sans-serif;
    font-size: 16px;
    color: #333;
    position: relative;
    z-index: 1;
}

p {
    font-family: 'PT Sans', Tahoma, Geneva, sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 22px;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
}

.date, .author {
    font-size: 12px;
    color: #999;
}

p a {
    color: #00AABD;
    text-decoration: none;
}

p a:hover {
    color: #00AABD;
    text-decoration: underline;
}

a {
    color: #00AABD;
    text-decoration: none;
}

a:hover {
    color: #00AABD;
    text-decoration: underline;
}

.violet p a,.violet .content a,.violet .content ul.list_marker li a {
    color: #8e3091;
    text-decoration: none;
}

.violet p a:hover,.violet .content a:hover,.violet .content ul.list_marker li a:hover  {
    color: #8e3091;
    text-decoration: underline;
}

.pink p a,.pink .content a,.pink .content ul.list_marker li a   {
    color: #B0006B;
    text-decoration: none;
}
 
.pink p a:hover,.pink .content a:hover,.pink .content ul.list_marker li a:hover   {
    color: #B0006B;
    text-decoration: underline;
}

.logout_butt {
    border-bottom: none;
}

.logout_butt:hover {
    border-bottom: none;
}

small {
    font-size: 14px;
    line-height: 18px;
}

small a {
    color: #333;
    text-decoration: underline;
}

small a:hover {
    color: #333;
    text-decoration: none;
}

h1 {
    background: #666;
    /*height: 50px;*/
    font-family: 'PT Sans', Tahoma, Geneva, sans-serif;
    font-size: 15px;
    padding: 18px 0 18px 24px;
    color: #fff;
    margin: 0 0 0 0px;
    font-weight: normal;
    line-height: 18px;
}


.work_area ul {
    margin-bottom: 10px;
    padding-left: 30px;
}

h1.big {
    font-size: 26px;
    padding: 37px 0 22px 24px;
}

.yellow h1 {
    background: #CDD200;
}

.violet h1 {
    background: #8e3091;
}

.pink h1 {
    background: #B0006B;
}

.blue h1 {
    background: #00ABBE;
}

.work_area h2,.work_area h3,.work_area h4,.work_area h5 {
    font-family: 'PT Serif', Arial, Helvetica, sans-serif;
    font-size: 28px; 
    color: #333; 
    margin-bottom: 10px;
    font-weight: normal;
        line-height: 1.2;
}

.work_area h2 {
       margin-bottom: 22px;
}


.work_area h3 {
    font-size: 24px;
    margin-bottom: 18px;
}

.work_area h4 {
    font-size: 20px;
}

.work_area h5 {
    font-size: 18px;
}



h3.for_news {
    margin-top: 2px;
    border-top: #999 1px solid;
    border-bottom: #999 1px solid;
    color: #00AABD;
    font-family: 'PT Sans', Tahoma, Geneva, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1em;
    padding: 9px 0 9px 1px;
    text-transform: uppercase;
}

h3.header_section {
    margin-left: -10px;
    height: auto;
    min-height: 45px;
    font-size: 28px;
    font-family: 'PT Sans', Tahoma, Geneva, sans-serif;
    font-weight: bold;
    color: #333;
    z-index: 2;
    position: relative;
    margin: 32px 0 0 0;
    border: none;
}

h3 {
    font-family: 'PT Serif', Arial, sans-serif;
    font-size: 28px;
    color: #333;
    line-height: 1.2em;
    font-weight: normal;
    margin: 27px 0 18px 0;
}

h4 {
    font-family: 'PT Sans', Tahoma, Geneva, sans-serif;
    color: #333;
    line-height: 1em;
    font-weight: normal;
}

h4.media-heading {
    font-size: 20px;
}

h5 {
    position: relative;
    z-index: 2;
    font-family: 'PT Serif', Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #000;
    line-height: 24px;
    margin-bottom: 25px;
    font-weight: normal;
}

h5 a {
    color: #00AABD;
    text-decoration: underline;
}

h5 a:hover {
    color: #00AABD;
    text-decoration: none;
}

.violet h5 a {
    color: #8e3091;
    text-decoration: underline;
}

.violet h5 a:hover {
    color: #8e3091;
    text-decoration: none;
}

.pink h5 a {
    color: #B0006B;
    text-decoration: underline;
}

.pink h5 a:hover {
    color: #B0006B;
    text-decoration: none;
}

h6 a {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
}

h6 a:hover {
    color: #333;
    text-decoration: underline;
    text-transform: none;
}

strong {
    font-weight: 500;
}

blockquote {
    border: none;
    background: url(/bitrix/templates/LIFE_SAFU/img/news/quote.png) no-repeat;
    padding: 0 0 0 49px;
    color: #999;
    width: 80%;
    font-size: 16px
}

blockquote p {
    font-family: 'PT Serif', Arial, Helvetica, sans-serif;
    font-size: 20px;
    padding: 2px 0 22px 0;
}

ol li {
    font-size: 16px;
    color: #333;
    line-height: 18px;
    margin-bottom: 10px;
    font-family: 'PT Sans', Tahoma, Geneva, sans-serif;
}

.shadow_top {
    border-bottom: 1px #00ABBE solid;
}

.yellow .shadow_top {
    border-bottom: 1px #CDD200 solid;
}

.violet .shadow_top {
    border-bottom: 1px #8e3091 solid;
}

.pink .shadow_top {
    border-bottom: 1px #B0006B solid;
}


.blue .shadow_top {
    border-bottom: 1px #00ABBE solid;
}

.shadow_bottom {
    border-top: 1px #00ABBE solid;
}

.yellow .shadow_bottom {
    border-top: 1px #CDD200 solid;
}

.violet .shadow_bottom {
    border-top: 1px #8e3091 solid;
}

.pink .shadow_bottom {
    border-top: 1px #B0006B solid;
}

.blue .shadow_bottom {
    border-bottom: 1px #00ABBE solid;
}

/* Меню с табами */
.area_menu ul {margin:0px;padding: 0;}
.area_menu ul li {
    color: #00ABBE;
    margin-bottom: 25px;
    list-style: none;
    text-align: center;
}
.area_menu ul li.tab_active a {color:#fff;}
.area_menu ul li.tab_active {
    color: #fff;
    background: #00ABBE;
}

.violet .area_menu ul li {
    color: #8e3091;
}

.pink .area_menu ul li {
    color: #B0006B;
}

.violet .area_menu ul li.tab_active {
    color: #8e3091;
}

.pink .area_menu ul li.tab_active {
    color: #B0006B;
}

.container_menu ul {
    position: relative;
    z-index: 3;
    padding: 0px;
    margin: 0px;
}

.container_menu ul li {
    padding: 0px;
    margin:0px;
}

.container_menu ul li a {
    font-family: 'PT Sans', Tahoma, Geneva, sans-serif;
    font-size: 12px;
    list-style-type: none;
    color: #333;
    text-decoration: none;
    position: relative;
    z-index: 3;
}

.container_menu ul li a:hover {
    color: #333;
    text-decoration: underline;
    position: relative;
    z-index: 3;
}

.open ul {
    z-index:4;
    position: relative;
    margin:0px;
}

.open .list ul {
    z-index: 4;
    position: relative;
    margin:0px;
}

ul li.open  {
    z-index: 4;
    position: relative;
}

.open ul li a {
    color: #fff;
    font-size: 14px;
    font-family: 'PT Sans', Tahoma, Geneva, sans-serif;
}

.open ul li a:hover {
    color: #fff;
    font-size: 14px;
    font-family: 'PT Sans', Tahoma, Geneva, sans-serif;
}

/* Меню с табами */


/* Левое меню Рубрики */

.rubriki {
    background: #DDDCD3;
    border-radius: 3px;
    font-family: 'PT Sans', Tahoma, Geneva, sans-serif;
    margin-bottom: 25px;
}

.rubriki h6 {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 8px;
    padding: 12px 12px 0px;
}
.rubriki ul {margin:0px;padding:0px;}
.rubriki ul ul {margin-left: 10px;}
.rubriki ul li {
    list-style-type: none;
    font-size: 13px;
}

.rubriki .category_active {background-color: #00AABD;}
.rubriki .category_active a {border-bottom: 0px;color:#FFF !important;}
.rubriki .category_active a:hover {border-bottom: 0px;color:#FFF !important;}
.rubriki ul li a {
    display: block;
    padding: 5px 0px 5px 0px;
    margin: 0 12px;
    color: #333 !important;
    border-bottom: 1px #fff solid;
}

.rubriki ul li a:hover {
    display: block;
    color: #333 !important;
}

.docs .rubriki ul>li>a{
    font-weight:bold;
    font-size:14px;
}
.docs .rubriki ul>li>ul>li>a{
    font-weight:normal;
    font-size:13px;
}

.docs .rubriki ul>li>ul>li>ul>li>a{
    font-weight:normal;
    font-size:13px;
    font-style:italic;
}

.rubriki ul li:last-child a{
    border-bottom: none;
}

/* Левое меню Рубрики */

/* Левая колонка Новости */

.left_cell h6 {
    font-family: 'PT Sans', Tahoma, Geneva, sans-serif;
    font-size: 16px;
    color: #999;
    line-height: 18px;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
    font-weight: normal;
}

.left_cell ul {
    border-top: #999 1px dashed;
    padding-top: 9px;
    margin:0px 0px 25px;
}

.left_cell ul li {
    list-style-type: none;
}

.left_cell ul li p {
    color: #999;
    font-size: 14px;
}

.left_cell ul li a {
    color: #666;
    text-decoration: none;
}

.left_cell ul li a:hover {
    color: #666;
    text-decoration: underline;
}

/* Левая колонка Новости */

/* Правая колонка Новости с Бэкграундом */

.right_cell.background h6 {
    font-family: 'PT Sans', Tahoma, Geneva, sans-serif;
    font-size: 16px;
    color: #999;
    line-height: 18px;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
    font-weight: normal;
}

.right_cell.background ul {
    background: #DDDCD3;
    padding: 9px 11px 1px 12px;
    margin:0px 0px 25px;
}

.right_cell.background ul li {
    list-style-type: none;
}

.right_cell.background ul li p {
    color: #999;
    font-size: 14px;
}

.right_cell.background ul li a {
    color: #333;
    text-decoration: none;
}

.right_cell.background ul li a:hover {
    color: #333;
    text-decoration: underline;
}

/* Правая колонка Новости с Бэкграундом */

/* Правая колонка Новости без фона */

.right_cell h6 {
    font-family: 'PT Sans', Tahoma, Geneva, sans-serif;
    font-size: 16px;
    color: #999;
    line-height: 18px;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
    font-weight: normal;
}

.right_cell ul {
    background: #DDDCD3;
    padding: 6px 0 0 13px;
    border-top: #999 1px dashed;
    margin: 12px 0 25px 0;
}

.right_cell ul li {
    list-style-type: none;
}

.right_cell ul li p {
    color: #999;
    font-size: 14px;
}

.right_cell ul li a {
    color: #666;
    text-decoration: none;
}

.right_cell ul li a:hover {
    color: #666;
    text-decoration: underline;
}

/* Правая колонка Новости без фона */

/* Правая колонка Ссылки-кнопки */

.right_button a {
    font-size: 13px;
    text-decoration: underline;
    color: #00AABD;
    padding: 12px 0 19px 13px;
    border-bottom: 1px #999 dashed;
    display: block;
}

.right_button a:hover {
    font-size: 13px;
    text-decoration: none;
    color: #00AABD;
}

/* Правая колонка Ссылки-кнопки */

/* Формы Селекты */

.diz-form form input[type="radio"] {
    display: none;
}

.diz-form form input[type="radio"] + label {
    float:left;
}

.diz-form form input[type="radio"] + label span {
    display:inline-block;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    color: #00ABBE;
    cursor:pointer;
    padding: 2px 10px 3px 10px;
    border-radius: 3px;
    font-family: 'PT Sans', Tahoma, Geneva, sans-serif;
    font-size: 18px;
    position: relative;
    z-index: 1;
}

.diz-form form input[type="radio"] + span {
    display:inline-block;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    color: #00ABBE;
    cursor:pointer;
    padding: 2px 10px 3px 10px;
    border-radius: 3px;
    font-family: 'PT Sans', Tahoma, Geneva, sans-serif;
    font-size: 18px;
    position: relative;
    z-index: 1;
}

.diz-form form input[type="radio"]:checked + label span {
    color: #fff;
    background: #00ABBE;
}

.diz-form form input[type="radio"]:checked + span {
    color: #fff;
    background: #00ABBE;
}

.yellow .diz-form  form input[type="radio"]:checked + label span {
    background: #CDD200;
    color: #fff;
}

.blue .diz-form  form input[type="radio"]:checked + label span {
    background: #00ABBE;
    color: #fff;
}

.violet .diz-form  form input[type="radio"]:checked + label span {
    background: #8e3091;
    color: #fff;
}

.pink .diz-form  form input[type="radio"]:checked + label span {
    background: #B0006B;
    color: #fff;
}

.yellow .diz-form  form input[type="radio"] + label span {
    color: #CDD200;
}

.violet .diz-form  form input[type="radio"] + label span {
    color: #8e3091;
}

.pink .diz-form  form input[type="radio"] + label span {
    color: #B0006B;
}

.blue .diz-form  form input[type="radio"] + label span  {
    background: #00ABBE;
    color: #fff;
}

.yellow .diz-form  form input[type="radio"]:checked + span {
    background: #CDD200;
    color: #fff;
}

.violet .diz-form  form input[type="radio"]:checked + span {
    background: #8e3091;
    color: #fff;
}

.pink .diz-form  form input[type="radio"]:checked + span {
    background: #B0006B;
    color: #fff;
}

.blue .diz-form  form input[type="radio"]:checked + span {
    background: #00ABBE;
    color: #fff;
}

.yellow .diz-form  form input[type="radio"] + span {
    color: #CDD200;
}

.violet .diz-form  form input[type="radio"] + span {
    color: #8e3091;
}

.pink .diz-form  form input[type="radio"] + span {
    color: #B0006B;
}

.blue .diz-form  form input[type="radio"] + span {
    color: #00ABBE;
}
/* Формы Селекты */

/* Кнопка с расскрывающимся списком */

.open_button a {
    display: block;
    height: 24px;
    width: 166px;
    background: url(/bitrix/templates/LIFE_SAFU/img/social/corner_for_select_category.png) no-repeat right;
    background-position: 93.29609% 11px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    padding: 6px 0 0 13px;
    border-radius: 3px;
    background-color: #00AABD;
    margin-right: 13px;
    color: #fff;
}

.violet .open_button a {
    background-color: #8e3091;
}

.pink .open_button a {
    background-color: #B0006B;
}

.blue .open_button a {
    background-color: #00ABBE;
}
.open_button a:hover {
    display: block;
    color: #fff;
    text-decoration: none;
    background: url(/bitrix/templates/LIFE_SAFU/img/social/corner_for_select_category.png) no-repeat right;
    background-position: 93.29609% 11px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    padding: 6px 0 0 13px;
    background-color: #9a9b9a;
}

.open_button a:focus {
    color: #fff;
    text-decoration: none;
    background: url(/bitrix/templates/LIFE_SAFU/img/social/corner_for_select_category.png) no-repeat right;
    background-position: 93.29609% 11px;
    background-color: #9a9b9a;
}

.open_button .list {
    display: none;
}

.open_button.open .list {
    display: block;
    position: absolute;
    padding: 0 23px 0 21px;
    background: #606060;
    margin-top: -3px;
}

.open_button.open .list ul {
    float: left;
    padding: 0 11px;
    margin:0px;
}

.open_button.open ul li {
    list-style-type: none;
}

.open_button.open ul li a {
    height: auto;
    padding: 13px 0 8px 0;
    display: block;
    border-bottom: 1px #999 dashed;
    background: #606060;
    font-size: 15px;
}

.open_button.open ul li a:hover {
    text-decoration: underline;
    font-size: 15px;
}

.open_button.open ul li:last-child a {
    border: none;
    padding-bottom: 13px;
}

/* Кнопка с расскрывающимся списком */

/* Навигация */

.navigation span {
    color: #00ABBE;
    font-size: 18px;
    font-family: 'PT Sans', Tahoma, Geneva, sans-serif;
    float: left;
}

.navigation {
    position: relative;
}

.navigation .right {
    top: 0;
}

.navigation .pages_nav {
    margin-bottom: 20px;
    min-height: 25px;
}

.navigation .pages_nav ul {
    padding: 0px;margin: 0px;
}

.navigation .pages_nav ul li {
    float: left;
    line-height: 22px;
}

.navigation .pages_nav ul li a {
    display:inline-block;
    margin:0 4px 0 0;
    vertical-align:middle;
    color: #00ABBE;
    cursor:pointer;
    padding: 2px 10px 3px 10px;
    border-radius: 3px;
    font-family: 'PT Sans', Tahoma, Geneva, sans-serif;
    font-size: 18px;
    position: relative;
    z-index: 1;
}

.navigation .pages_nav ul li a:hover, .navigation .pages_nav ul li.active a,.pages_nav .end, .pages_nav .end:hover, .pages_nav .begin, .pages_nav .begin:hover  {
    display:inline-block;
    margin:0 4px 0 0;
    vertical-align:middle;
    background-color: #00ABBE;
    color: #fff;
    cursor:pointer;
    padding: 2px 10px 3px 10px;
    border-radius: 3px;
    font-family: 'PT Sans', Tahoma, Geneva, sans-serif;
    font-size: 18px;
    position: relative;
    z-index: 1;
    text-decoration: none;
}

.violet .navigation .pages_nav ul li a:hover, .violet .pages_nav .end, .violet .pages_nav .right .right a, .violet .navigation .pages_nav ul li.active a {
    background-color: #8e3091;
    color: #fff;
}

.blue .navigation .pages_nav ul li a:hover, .blue .navigation .pages_nav ul li.active a {
    background-color: #00ABBE;
    color: #fff;
}

.pink .navigation .pages_nav ul li a:hover, .pink .navigation .pages_nav ul li.active a {
    background-color: #B0006B;
    color: #fff;
}

.violet .navigation span, .violet .navigation .pages_nav ul li a {
    color: #8e3091;
}

.pink .navigation span, .pink .navigation .pages_nav ul li a {
    color: #B0006B;
}

.blue .navigation span, .pink .navigation .pages_nav ul li a {
    color: #00ABBE;
}

.navigation .pages_nav.right ul li a {
    display: block;
    background-color: #00ABBE;
    border-radius: 3px;
    width: 27px;
    height: 25px;
    padding: 0;
}

.pages_nav.right {
    position: absolute;
    right: 0;
}

.navigation .pages_nav.right ul li.left a:hover {
    background:#00ABBE url(/bitrix/templates/LIFE_SAFU/img/news/pages_nav_left.png) 9px 6x no-repeat;
}

.navigation .pages_nav.right ul li.right a:hover {
    background:#00ABBE url(/bitrix/templates/LIFE_SAFU/img/news/pages_nav_right.png) 9px 6px no-repeat;
}

.pages_nav.right ul li.left a {
    background: url(/bitrix/templates/LIFE_SAFU/img/news/pages_nav_left.png) no-repeat;
    display: block;
    background-color: #00ABBE;
    border-radius: 3px;
    width: 27px;
    height: 27px;
    background-position: 9px 6px;
}

.pages_nav.right ul li.right a {
    background: url(/bitrix/templates/LIFE_SAFU/img/news/pages_nav_right.png) no-repeat;
    display: block;
    background-color: #00ABBE;
    border-radius: 3px;
    width: 27px;
    height: 27px;
    background-position: 9px 6px;
}

.violet .pages_nav.right ul li a {
    background-color: #8e3091;
}

.pink .pages_nav.right ul li a {
    background-color: #B0006B;
}

.violet .pages_nav.right ul li a {
    background-color: #00ABBE;
}

.violet .pages_nav.right ul li.left a:hover {
    background-color: #8e3091;
}

.pink .pages_nav.right ul li.left a:hover {
    background-color: #B0006B;
}

.blue .pages_nav.right ul li.left a:hover {
    background-color: #00ABBE;
}

.violet .pages_nav.right ul li.right a:hover {
    background-color: #8e3091;
}

.pink .pages_nav.right ul li.right a:hover {
    background-color: #B0006B;
}

.blue .pages_nav.right ul li.right a:hover {
    background-color: #00ABBE;
}

.navigation .pages_nav .end,.navigation .pages_nav .end:hover,.navigation .pages_nav .begin,.navigation .pages_nav .begin:hover {
    background-image:url("/bitrix/templates/LIFE_SAFU/img/nav_end.png");
    background-repeat: no-repeat;
    background-position: 50% 6px;
    border-radius: 3px;
    padding: 2px 15px 3px;
}

.navigation .pages_nav .begin,.navigation .pages_nav .begin:hover {
    background-image:url("/bitrix/templates/LIFE_SAFU/img/nav_begin.png");
}

/* Навигация */

/* Меню с вкладками */

.violet .area_menu ul li {
    color: #8E3091;
}

.violet .area_menu ul li.tab_active {
    background: #8E3091;
    color: #fff;
}

.violet .area_menu ul li.tab_active .corner_fast_search_menu {
    background: url(/bitrix/templates/LIFE_SAFU/img/projects/small_corner.png) no-repeat center!important;
}

.blue .area_menu ul li {
    color: #00ABBE;
}

.blue .area_menu ul li.tab_active {
    background: #00ABBE;
    color: #fff;
}

.blue .area_menu ul li.tab_active .corner_fast_search_menu {
    background: url(/bitrix/templates/LIFE_SAFU/img/small_corner_blue.png) no-repeat center!important;
}

.pink .area_menu ul li {
    color: #B0006B;
}

.pink .area_menu ul li.tab_active {
    background: #B0006B;
    color: #fff;
}

.pink .tab_active .corner_fast_search_menu {
    background: url(/bitrix/templates/LIFE_SAFU/img/social/corner_content_menu_red.png) no-repeat center!important;
}

/* Меню с вкладками */

/* ----------------------------------------- Основные классы ----------------------------------------------------- */

div.header {
    min-width: 1024px;
    height: 151px;
    margin: 0 auto;
}

.header .top {
    width: 100%;
    height: 121px;
    background: #1a3c72;}

.left_top {
    float:left;}

.logo {
    float:left;
    padding: 15px 0 0 19px;
}

.logo a {
    display:block;
    width: 100px;
    height: 100px;}

.logo a img {
    padding: 18px 23px 21px 23px;}

.top_image {
    float: left;
    background-image: url(/bitrix/templates/LIFE_SAFU/img/image_header.png);
    width:292px;
    height:120px;
    position:absolute;
    margin-left: 107px; }

.right_top {
    float: right;
    padding-left: 278px;
    width: 621px;
    background: url(/bitrix/templates/LIFE_SAFU/img/image_header.png) left top no-repeat;
    padding-right: 5px;
}

.menu_top {
    height: 33px;
    width: 621px;
    padding-left:14px;
}

.menu_top_left {
    color: #FFF;
    float:left;
    height:33px;
    width: 339px;
    position: relative;
}

.menu_top_left>ul {
    height:33px;
}

.menu_top_left>ul>li {
    float:left;
    list-style-type:none;
    font-size: 11px;
    font-family: Verdana, Arial, Tahoma;
    display:block;
    text-align:center;;
    margin-left: -14px;
    position: relative;
}

.menu_top_left>ul>li>a {
    display:block;
    background:url(/bitrix/templates/LIFE_SAFU/img/Menu_01_inactive/button.png) no-repeat;
    width:127px;
    height: 25px;
    padding-top:8px;
    text-decoration: none;
    color: #fff;
}

.menu_top_left ul li ul {
    display: none;
    position: absolute;
}

.menu_top_left>ul>li.open>a,	.menu_top_left>ul>li>a:hover {
    display:block;
    background:url(/bitrix/templates/LIFE_SAFU/img/Menu_01_Roll_on/button.png) no-repeat;
    width:127px;
    height: 25px;
    padding-top:8px;
    text-decoration: none;
    color: #fff;
}

.menu_top_left>ul>li>a:active {
    display:block;
    background:url(/bitrix/templates/LIFE_SAFU/img/Menu_01_Active/button.png) no-repeat;
    width:127px;
    height: 25px;
    padding-top:8px;
    text-decoration: none;
    color: #fff;
}

.menu_top_left>ul>li>a:visited
{
    color: #fff;
}


.menu_top_left .dropdown-menu {padding:10px 0px 0px;border-top:1px solid #42a5d0;border-radius:0px;background:#FFF;background:#FFF url("/bitrix/templates/LIFE_SAFU/img/hr-drop-menu-back.png") 0px 0px no-repeat scroll;}

.menu_top_left .dropdown-menu li {border-bottom:1px solid #cccccc;text-align:left; }
.menu_top_left  .dropdown-menu li:last-child {border-bottom:0px none;}
.menu_top_left  .dropdown-menu  >li >a  {color:#333333;font-size:11px;line-height:12px;padding:5px 20px 6px;white-space: normal;width:185px;}
.menu_top_left  .dropdown-menu  >li >a:hover {background:#cccccc;color:#666666;font-size: 11px;}
.menu_top_left  .dropdown-menu .ht-dr-mn-ft {background:#FFF url("/bitrix/templates/LIFE_SAFU/img/hr-drop-menu-back-bm.png") bottom left repeat-x;}


.menu_top_right {
    height: 33px;
    width: 282px;
    float: left;
    font-family: Verdana, Arial, Tahoma;
    font-size: 9px;
    text-transform: uppercase;
}

.menu_top_right>ul>li {
    float: left;
    list-style-type: none;
}

.menu_top_right>ul>li>a {
    display: block;
    text-decoration: underline;
    padding: 10px 3px;
    color: #1791e0;
    letter-spacing: 0px;
}

.menu_top_right>ul>li>a:hover {
    display: block;
    text-decoration: underline;
    padding: 10px 3px;
    color: #1791e0;
    letter-spacing: 0px;
    color: #fff;
    text-decoration: none;
}

.interactive {
    float: left;
    height: 88px;
}

.menu_for {
    list-style-type: none;
    float: left;
    font-family: Verdana, Arial, Tahoma;
    font-size: 11px;
    width: 168px;
    margin: 22px 0 0 2px;
}

.menu_for ul li {
    list-style-type: none;
    padding-left: 8px;
    background: url(/bitrix/templates/LIFE_SAFU/img/marker.png) left no-repeat;
}

.menu_for ul li a {
    color: #1791e0;
}

.one_list {
    display: block;
    float: left;
}

.two_list {
    display: block;
    float: left;
    margin-left: 9px;
}

.phone {
    display: block;
    float: left;
    font-family: Verdana, Arial, Tahoma;
    margin: 37px 0 0 24px;
}

.phone_name {
    font-family: Arial, Verdana, Tahoma;
    font-size: 9px;
    color: #fff;
}

.phone_nomber {
    font-size: 14px;
    color: #fff;
}

.search {
    float: left;
    font-family: Verdana, Arial, Tahoma;
    width:271px;
}

.registration {
    font-size: 9px;
    text-decoration: underline;
    margin: 15px 0 0 10px;
    float: right;
    color: #fff;
}

.registration a {
    color: #fff;
}

.registration a:hover {
    color: #fff;
}

.enter {
    float: right;
    margin: 13px 0 0 11px;
}

.enter a {
    display: block;
    width: 83px;
    height: 22px;
    background: #1791c5;
    font-size: 9px;
    text-decoration: none;
    text-align: center;
    padding-top: 2px;
    color: #fff;
}

.enter a:hover {
    display: block;
    width: 83px;
    height: 22px;
    background: #29a4d8;
    font-size: 9px;
    text-decoration: none;
    text-align: center;
    padding-top: 2px;
    color: #1a3c72;
}


.search_text_box {
    font-family: Georgia, 'Times New Roman', Verdana;
    font-size: 11px;
    color: #5d728b;
    padding: 0 0 0 11px;
    width: 198px;
    height: 24px;
    border: none;
    margin: 11px 0 0 29px;
    background: url(/bitrix/templates/LIFE_SAFU/img/input_back.png) no-repeat;
    border-radius: 0px!important;
}

.search_box {
    width: 275px;
}

.menu_top_right ul li, .menu_for ul li {
    font-size: 12px;
}

.search_box form button {
    width: 33px;
    height: 24px;
    border: 0;
    margin: 11px 0 0 -4px;
    background: url(/bitrix/templates/LIFE_SAFU/img/search.png) no-repeat ;
}

.search_box form button:active {
    width: 33px;
    height: 24px;
    border: 0;
    margin: 11px 0 0 -4px;
    background: url(/bitrix/templates/LIFE_SAFU/img/search_hover.png) no-repeat ;
}

.main-menu{
    background: #132f56;
    height: 28px;
    clear: both;
    width: 1024px;
    border-bottom: 2px #1b8fc1 solid;
    display: table;
    width: 100%;
    position:relative;
}

.main-menu ul{
    font-size: 14px;
    list-style: none;
    display: table-row;
    height: 28px;
    text-align: justify;
}

.main-menu ul li{
    display: table-cell;
    height: 28px;
    line-height:28px;
    text-transform: uppercase;
    border: 1;
    width: 550px;
}

.main-menu .last {
    width: 725px;
}


.main-menu ul li a{
    color: white;
    display: block;
    height: 28px;
    text-align: center;
    text-decoration: none;
}

.main-menu a:link, .main-menu a:visited, .main-menu a:active{

}

.main-menu ul li a:hover{
    background-color: #1b8fc1;

}

.main-menu ul li ul {
    display: none;
    float: left;
    width: 1024px;
    margin:0 auto;
    background: #1b8fc1;
    position:absolute;
    left:0px;
}

.main-menu ul li:hover ul {
    display: table;
}



.menu_on_main .row-fluid > div {
    margin: 0;
}

.menu_on_main h6 {
    font-family: 'PT Sans', Tahoma, Geneva, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    padding-left: 33px;
    margin-bottom: 3px;
}

.menu_on_main .row-fluid > div > ul {
    border-top: 4px solid #31AFAC;
}

.menu_on_main .row-fluid > div:nth-of-type(2) > ul {
    border-color: #E5A31F;
}

.menu_on_main .row-fluid > div:nth-of-type(3) > ul {
    border-color: #9D0075;
}

.menu_on_main .row-fluid > div:nth-of-type(4) {
    clear: both;
}

.menu_on_main .row-fluid.sc > div:nth-of-type(1) > ul {
    border-color: #1D3F70;
}

.menu_on_main .row-fluid.sc > div:nth-of-type(2) > ul {
    border-color: #669E6E;
}

.menu_on_main .row-fluid.sc > div:nth-of-type(3) > ul {
    border-color: #158C7E;
}

.menu_on_main ul.list_marker {
    padding: 11px 0 0 33px;
    margin: 0 0 28px 0;
}

.menu_on_main ul.list_marker li {
    /*  background:url(/bitrix/templates/MAIN312/img/marker-white.png) no-repeat left top;*/
    margin-bottom: 5px;
    line-height: 17px;
    list-style-type: none;
    color: #333333;
    font-family: 'PT Sans',Tahoma,Geneva,sans-serif;
    font-size: 16px;
    /* padding-left: 24px;*/
}

.menu_on_main ul.list_marker li a {
    font-family: 'PT Sans', Tahoma, Geneva, sans-serif;
    font-size: 14px;

}

.menu_on_main ul.list_marker li a:hover {

}



.breadcrumb {background:transparent;
             padding: 38px 15px 8px 15px;}



.footer {border-top:1px solid #37A6BE;margin-top:78px;font-family:Tahoma,sans;font-size:11px;padding:15px 0px;color:#37a6be;}

.footer p {font-family:Tahoma,sans;font-size:11px;color:#37a6be;}

.footer p a {color: #fff;}

.footer-content {position:relative;margin: 0 auto;width: 1024px; text-align: center;}
.editor-link {   background-color: #332D35;
                 border-left: 1px solid #37A6BE;
                 border-right: 1px solid #37A6BE;
                 color: #37A6BE;
                 font-family: Verdana,Tahoma,Arial;
                 font-size: 9px;
                 left: 40px;
                 line-height: 12px;
                 padding: 4px 18px;
                 position: absolute;
                 text-align: center;
                 top: -30px;
}

.site-map {color:#999999;}


h1.grey {
    background: #666;
    height: 50px;
    font-family: 'PT Sans', Tahoma, Geneva, sans-serif;
    font-size: 15px;
    padding: 18px 115px 22px 24px;
    color: #fff;
    margin: 0 0 0 -1px;
    font-weight: normal;
}

h1.grey.big {
    font-size: 26px;
    padding: 38px 115px 7px 24px;
}

h2.grey  {font-weight:normal;color:#FFF;margin:0px;display:block;background-color:#666666;font-size:1.3em;line-height:1.5em;padding:21px 24px 23px;}
.work_area .ls-page,.work_area .ls-page ul {margin:0px;padding: 0px !important;}

.ls-page > li {margin:0px;position:relative;}
.ls-menu { 
    display: none;
  /*  height: 100%;*/
    position: absolute;
    top: 85px;
    width: 100%;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.ls-page > li > a {display: block;}
.ls-page .bottom {bottom:auto;top: auto;}
.ls-page .bottom ul {bottom:25px;top: auto;}
.ls-menu ul{ display: block;
             left: 0;
             list-style: none outside none;
             position: absolute;
             top: 0;
             width: 100%;
}
.ls-menu  ul > li {background-color:rgba(255,255,255,0.9); border-bottom: 1px solid #CCCCCC;font-size:14px;}
                
.ls-menu ul > li:before {content: "\0020 \25BA  \0020 \0020 \0020";float: left;font-size: 7px;margin-left: 2px;}

.ls-menu  ul > li >a  {display:block;color:#333333;margin-left: 11px;}
.ls-menu  ul > li >a:hover {text-decoration: none;}

.ls-menu .white2 > li {background-color:#FFF;}
.ls-menu .white3 > li {border-bottom: 1px solid #666666;}

.ls-menu .pink > li {background-color:#d61d87; border-bottom: 1px solid #aa005b;color:#FFF;}
.ls-menu .pink > li >a {color:#FFF;}
.ls-menu .pink  > li >a:before  {color:#FFF;}

.ls-menu .pink2 > li {background-color:#c81789; border-bottom: 1px solid #e255c3;color:#FFF;}
.ls-menu .pink2 > li >a {color:#FFF;}
.ls-menu .pink2  > li >a:before  {color:#FFF;}

.ls-menu .green > li {background-color:#c4d600; border-bottom: 1px solid #009600;color:#111;}
.ls-menu .green > li >a {color:#111;}
.ls-menu .green  > li >a:before  {color:#333;}

.ls-menu .blue > li {background-color:#33cccc; border-bottom: 1px solid #8cf4f1;color:#FFF;}
.ls-menu .blue > li >a {color:#FFF;}
.ls-menu .blue  > li >a:before  {color:#FFF;}

.ls-menu .black > li {background-color:rgba(52,49,52,0.8); border-bottom: 1px solid #666666;color:#FFF;}
.ls-menu .black > li >a {color:#FFF;}
.ls-menu .black  > li >a:before  {color:#FFF;}

.ls-menu .grey > li {background-color:transparent; border-bottom: 1px solid #ffee1f;color:#ffee1f;background-color:#474349;}
.ls-menu .grey > li >a {color:#ffee1f;}
.ls-menu .grey  > li >a:before  {color:#ffee1f;}

.ls-menu .grey2 > li {background-color:#38343b; border-bottom: 1px solid #d01572;color:#e8e3e5;}
.ls-menu .grey2 > li >a {color:#e8e3e5;}
.ls-menu .grey2  > li >a:before  {color:#e8e3e5;}

.ls-menu .orange > li {background-color:#ff9900; border-bottom: 1px solid #ffb133;color:#333333;}
.ls-menu .orange > li >a {color:#333333;}
.ls-menu .orange  > li >a:before  {color:#666666;} 
.ls-menu  ul > li:last-child {border:0px none;}

.forum-attach img{max-width:100%;height: auto;width: 100%;}


/* .ls-page li:hover .ls-menu{display:block;} */

ul li a.root-item, ul li a.root-item-selected {
    font-size:14px
}


/* ----------------------------------------------------------------------------------------------- */



/* Карта кампуса */

.ls-header {font-family: arial;
            font-size: 1.3em;
            left: 0;
            padding: 15px;
            position: absolute;
            text-transform: uppercase;
            top: 0;
            width: 100px;}
.bottom-line {height:12px;background-color:#7b0c42; clear:both;}


.content {
    background: #fff;
    position: relative;
}

.menu_category {
 /*   height: 36px;*/
}

.menu_category .header_corner {
    display: none;
        margin-top: 0px;
}

.menu_category .category_active .header_corner {
    display: block;
    background: url(/bitrix/templates/LIFE_SAFU/img/map_campus/header_corner.png) no-repeat 50% 0%;
    height: 12px;
    width: 100%;
    position: absolute;
}

.pink .menu_category .category_active .header_corner {
    display: block;
    background: url(/bitrix/templates/LIFE_SAFU/img/social/header_corner_red.png) no-repeat 50% 0%;
    height: 12px;
    width: 100%;
    position: absolute;
}

.blue .menu_category .category_active .header_corner {
    display: block;
    background: url(/bitrix/templates/LIFE_SAFU/img/header_corner_blue.png) no-repeat 50% 0%;
    height: 12px;
    width: 100%;
    position: absolute;
}

.violet .menu_category .category_active .header_corner {
    display: block;
    background: url(/bitrix/templates/LIFE_SAFU/img/projects/header_corner_pink.png) no-repeat 50% 0%;
    height: 12px;
    width: 100%;
    position: absolute;
}

.yellow .menu_category .category_active .header_corner {
    display: block;
    background: url(/bitrix/templates/LIFE_SAFU/img/news/header_corner_yellow.png) no-repeat  50% 0%;
    height: 12px;
    width: 100%;
    position: absolute;
}

.menu_category ul {
     height: 36px;
    display: table;
    list-style: none;	
}

.menu_category ul li {
      list-style-type: none;
    display: table-cell;
    background: url(/bitrix/templates/LIFE_SAFU/img/map_campus/line.png) no-repeat left;
    vertical-align: middle;
    padding-top: 0px;
}

.menu_category ul li:first-child {
    background: none;
}

.menu_category > ul > li > a {
    padding: 5px 15px 5px 15px;
    font-size: 12px;
    font-family: 'PT Sans', Tahoma, Geneva, sans-serif;
    display: table-cell;
    vertical-align: middle;
    color: #333 !important;
    text-align: center;
        height: 60px
}

.menu_category ul li a:hover {
    text-decoration: none;
     color: #999 !important;
    
}

.menu_category ul li.category_active a {
    color: #999;
}
.work_area {
    clear:both;
    font-size:16px;
    line-height: 20px;
    font-family: 'PT Sans', Tahoma, Geneva, sans-serif;
    
}
.work_area, .work_area.standart {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 27px;
    padding-top: 46px;
}

@media (min-width:1200px) { 
    .work_area, .work_area.standart {
        margin-left: 105px;
        padding-right: 72px;
        padding-bottom: 27px;
        padding-top: 46px;
    }
}

.work_area.no_margin {
    margin-left: 0;
    padding:0px;
}

.work_area.left_menu {
    padding: 46px 36px 0 23px;
    margin-left: 0;
}

/*.work_area .row-fluid {
        padding-right: 36px;
}*/

.work_area form {
    /*height: 690px;	*/
    margin: 0;
}

.select_institute {
    margin-left: 7px;
    font-size: 16px;
    font-family: 'PT Serif',Arial, Helvetica, sans-serif;
    width: 502px;
    position: relative;
    z-index: 2;
}

.select_institute#pos_absolute {
    position: absolute !important;
}

.select_institute#select_objects {
    float:left;
}

.select_institute .checkboxs {
    width: 524px;
}

.select_institute .checkboxs label {
    width: 150px;
    height: 31px;
    display: block;
    position: relative;
}

.checkboxs {
    margin-top: 29px;	
}

.new_coln {
    float: left;
}

input[type="checkbox"] + span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:url(/bitrix/templates/LIFE_SAFU/img/map_campus/checkbox_out.png) no-repeat;
    cursor: pointer;
    padding: 5px 0 0 36px;
    color: #999;
    font-size: 18px;
    font-family:'PT Serif',Arial, Helvetica, sans-serif;
}

input[type="checkbox"]:checked + span {
    background:url(/bitrix/templates/LIFE_SAFU/img/map_campus/checkbox_in.png) no-repeat;
    color: #00ABBE;
    font-size: 18px;
    font-family:'PT Serif',Arial, Helvetica, sans-serif;
    padding: 5px 0 0 36px;
}

.select_institute .checkboxs p {
    margin-right: 42px;
}

.select_city {
    font-size: 16px;
    font-family: 'PT Serif',Arial, Helvetica, sans-serif;
    width: 80px;
    float: left;
}

.select_city .name_list {
    margin-left: 7px;
}

.select_city .radioboxs {
    margin-top: 14px;
}

.select_city .radioboxs label {
    width: 179px;
    height: 24px;
    display: block;
    position: relative;
}

.big_map img {
    border: #999 1px solid;
    padding: 5px;
    margin-top: 37px;
}

h3.header_section {
    font-size: 32px;
    font-family: 'PT Sans',Tahoma, Geneva, sans-serif;
    font-weight: bold;
    color: #333;
    z-index: 2;
    position:relative;
    margin: 32px 0 0 0;
}

.fast_search {
    position: relative;
}

.menu_fast_search {
    position: relative;
    /*	width: 715px;*/
    z-index: 0;
    margin-top: -33px;
}

.menu_fast_search.margin.red {
    margin: 0;
}

.shadow_top {
    background: url(/bitrix/templates/LIFE_SAFU/img/map_campus/shadow_top.png) no-repeat bottom;
    height: 60px;
    border-bottom: 1px #00ABBE solid;
    position: relative;
    background-size:contain;
}

.shadow_bottom {
    background: url(/bitrix/templates/LIFE_SAFU/img/map_campus/shadow_bottom.png) no-repeat;
    height: 60px;
    border-top: 1px #00ABBE solid;
    position: relative;
    background-size:contain;
}

.area_menu {
    margin-bottom: 25px;
    position: relative;
    height: auto;
}

.area_menu ul {
    margin-top: 8px;
}

.area_menu ul li {
    float: left;
    list-style-type: none;
    padding: 8px 18px 7px 18px;
    color: #00ABBE;
    font-family: 'PT Serif',Arial, Helvetica, sans-serif;
    font-size: 14px;
    cursor: pointer;
    max-width: 169px;
}

.area_menu ul li:last-child {
}

.area_menu ul .tab_active {
    background: #00ABBE;
    color: #fff;
    position: relative;
}

.area_menu ul .tab_active .corner_fast_search_menu {
    position: absolute;
    background: url(/bitrix/templates/LIFE_SAFU/img/map_campus/corner_fast_search.png) no-repeat center;
    margin: 7px 0 0 -18px;
    height: 10px;
    width: 100%;
}

.container_menu {
    margin: 0 0 25px 1px;
    clear: both;
    position: relative;
}

.container_menu .visible .one_line, .container_menu .visible .second_line {
    text-decoration: none;
    font-family: 'PT Sans',Tahoma, Geneva, sans-serif;
    font-size: 12px;
    list-style-type: none;
    width: 202px;
    float: left;
}

.container_menu .visible .one_line {
    padding-right: 25px;
}

.container_menu .visible .second_line {
    padding-left: 29px;
    border-left: #ccc 1px solid;
}

.container_menu .visible .one_line li, .container_menu .visible .second_line li {
    padding-bottom: 12px;
    line-height: 14px !important;
}

.container_menu .visible .one_line li a, .container_menu .visible .second_line li a {
    color: #333;
}

.container_menu .tab_content {
    display: none;
}

.container_menu .visible {
    display: block !important;
}

/* Карта кампуса */

/* Web-камеры */

.camera_map {
    margin-bottom: 24px;
}

.camera_map_header {
    font-size: 32px;
    font-family: 'PT Sans',Tahoma, Geneva, sans-serif;
    font-weight: bold;
    color: #333;
    position: relative;
    z-index: 2;
    margin: 43px 0 38px 0;
}

.camera_map_img {
    border: 1px #999 solid;
    padding: 5px;
    margin-top: 27px;
}

.camera_map_img img {
    border: 1px #999 solid;
    max-width: 701px;
    width: auto;
}

/* Web-камеры */

/* ---------------------------------------- Проекты -------------------------------------------------- */

/* Сочи-2014 */

.header_category .pink {
    background: #8e3091 !important;
}

.menu_category .category_active .pink {
    background: url(/bitrix/templates/LIFE_SAFU/img/projects/header_corner_pink.png) no-repeat center !important;
}

.menu_category ul li.pink {
    width: auto;
}

.menu_category ul li.pink:first-child {
    width: 62px;
}

.right_block {
    right: 0;
    top: 0;
    position: absolute;
}

.banners {
    margin: 56px 0 0 10px;
}

.information p, .information div{

}

.information .text_block_one {
    margin-bottom: 36px;
}

p.text {
    font-family: 'PT Sans', Tahoma, Geneva, sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 18px;
    margin-bottom: 18px;
}

h5 {
    font-family:'PT Serif', Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #000;
    line-height: 24px;
    margin-bottom: 27px;
    font-weight: normal;
}

h5 a {
    font-family:'PT Serif', Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #00AABD;
    text-decoration: underline;
}

h5 a:hover {
    font-family:'PT Serif', Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-decoration: none;
    color: #00AABD;
}

.information .text_block_one .text_2 {
    font-family: 'PT Sans', Tahoma, Geneva, sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 18px;
    margin-bottom: 11px;
}

.information .text_block_one .text_2 ul li {
    list-style-type: none;
    margin-bottom: 1px;
}

.information .text_block_one .text_2 ul {
    margin: 13px 0 5px 0;
}

.information .text_block_two {
    margin: 45px 0 0 0;
}

.text_block_third h3 {
    font-weight: normal;
    width: 660px;
    margin-bottom: 29px;
}

.text_block_third ol {
    margin-bottom: 45px;
}

ol li {
    font-family: 'PT Sans', Tahoma, Geneva, sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 18px;
    margin-bottom: 10px;
}

/* Сочи-2014 */


/* Проекты */

.work_area.projects {
    padding-top: 62px;
}
.projects {
    width: 715px;
}

.projects .radioboxs {
    height: 24px;
}

.projects .nombers .radioboxs {
    padding-top: 4px;
}

.projects .radioboxs label {
    display: block;
    position: relative;
    float: left;
}


.projects .nomber_project {
    float: none;
}

.projects .years .name {
    float: left;
    margin: 0 19px 0 0;
}

.projects .years {
    width: 100%;
    position: relative;
}

.projects .years .radioboxs {
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    color: #999;
    border-top: #999 1px solid;
    border-bottom: #999 1px solid;
    margin-top: 4px;
    padding: 4px 0;
    font-size: 18px;
}

.projects .years .radioboxs label {
    display: block;
    position: relative;
    float: left;
}


.projects .header_bottom {
    width: 100%;
    height: 60px;
    background:url(/bitrix/templates/LIFE_SAFU/img/projects/header_bottom.png) no-repeat;
}

.projects .header_top {
    width: 100%;
    height: 60px;
    background:url(/bitrix/templates/LIFE_SAFU/img/projects/header_top.png) no-repeat;
    border-bottom: #999 1px solid;
}

.projects .tab_container {

}

.projects .tab_container .new {
    border-bottom: #00AABD 1px solid;
    margin-bottom: 42px;
    display: table;
    position: relative;
    padding-bottom: 51px;
    width: 100%;
}

.projects .tab_container .new.last {
    border: none;
    margin-bottom: 0px;
    padding-bottom: 0;
}

.projects .tab_container .new img {
    display: table-cell;
    vertical-align: middle;
    padding-right: 24px;
}

.projects .tab_container .new p {
    display: block;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.projects input[type="radio"]:checked + span {
    background: #8e3091;
    color: #fff;
}

.projects input[type="radio"] + span {
    color: #8e3091;
}


.work_area.projects form {
    /*	height: 823px;*/
}

/* Проекты */

/* СКОЛКОВО */

.work_area h5 {
    position: relative;
    z-index: 2;
}

.work_area.skolkovo h5 {
    margin-bottom: 17px;
}

.work_area.skolkovo .shadow_top {
    border-bottom: 1px #8E3091 solid;
}

.work_area.skolkovo .shadow_bottom {
    border-top: 1px #8E3091 solid;
}

.work_area.skolkovo .area_menu ul li {
    color: #8E3091;
}

.work_area.skolkovo .area_menu ul li.tab_active {
    background: #8E3091;
    color: #fff;
}

.work_area.skolkovo .area_menu ul li.tab_active .corner_fast_search_menu {
    background: url(/bitrix/templates/LIFE_SAFU/img/projects/small_corner.png) no-repeat center;
}

.work_area.skolkovo .container_menu .content_area {
    width: 400px;
}

.work_area.skolkovo .container_menu .content_area h5 {
    font-size: 19px;
}

p.module {

}

p.module a {
    color: #00AABD;
    text-decoration: underline;
}

p.module a:hover {
    color: #00AABD;
    text-decoration: none;
}

.work_area.skolkovo .container_menu .content_area ul li {
    list-style-type: none;
    padding-left: 24px;
    background:url(/bitrix/templates/LIFE_SAFU/img/projects/marker.png) no-repeat left top;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 15px;
    color: #333;
    line-height: 18px;
    margin-bottom: 10px;
}

.work_area.skolkovo .container_menu .content_area h4 {
    padding-top: 16px;
    margin-bottom: 34px;
}

.modules_scolkovo.right_block {
    position: absolute;
    right: 0;
    top: 0;
}
.modules_scolkovo.right_block ul{
    list-style-type: none;

}

.modules_scolkovo.right_block ul li {
    list-style-type: none;
    width: 179px;
}

.modules_scolkovo.right_block ul li a {
    color: #7c3993;
    font-size: 16px;
    font-family:'PT Sans', Tahoma, Geneva, sans-serif;
    padding: 4px 0 0 10px;
    display: block;
    width: 179px;
    height: 24px;
}

.modules_scolkovo.right_block ul li a:hover {
    color: #fff;
    font-size: 16px;
    font-family:'PT Sans', Tahoma, Geneva, sans-serif;
    padding: 4px 0 0 10px;
    display: block;
    width: 179px;
    height: 24px;
    background: url(/bitrix/templates/LIFE_SAFU/img/projects/module_background.png) no-repeat;
    text-decoration: none;
}

#experts_content .modules_scolkovo.right_block ul li {
    color: #7c3993;
    font-size: 16px;
    font-family:'PT Sans', Tahoma, Geneva, sans-serif;
    padding: 4px 0 0 10px;
    display: block;
    width: 179px;
    height: 24px;
    cursor: pointer;
}

#experts_content .modules_scolkovo.right_block ul li:hover, #experts_content .modules_scolkovo.right_block ul li.tab_active {
    color: #fff;
    font-size: 16px;
    font-family:'PT Sans', Tahoma, Geneva, sans-serif;
    padding: 4px 0 0 10px;
    display: block;
    width: 179px;
    height: 24px;
    background: url(/bitrix/templates/LIFE_SAFU/img/projects/module_background.png) no-repeat;
    text-decoration: none;
}

.work_area .right_row_menu li {
    color: #7c3993;
    font-size: 16px;
    font-family:'PT Sans', Tahoma, Geneva, sans-serif;
    padding: 5px 5px 5px 10px;
    display: block;
    width: auto;
    cursor: pointer;
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
}
.work_area .right_row_menu li:hover ,.right_row_menu li.tab_active{
    color: #fff;
    width: auto;
    background-color:  #7c3993;
    text-decoration: none;
}

.yellow .right_row_menu li {
    color:#00ABBE;
}
.yellow .right_row_menu li:hover ,.yellow .right_row_menu li.tab_active{
    color:#FFF;
    background-color:  #00ABBE;
}

.violet .right_row_menu li {
    color:#8e3091;
}
.violet .right_row_menu li:hover ,.violet .right_row_menu li.tab_active{
    color:#FFF;
    background-color: #8e3091;
}

.pink .right_row_menu li {
    color:#B0006B;
}
.pink .right_row_menu li:hover ,.pink .right_row_menu li.tab_active{
    color:#FFF;
    background-color:  #B0006B;
}


.blue .right_row_menu li {
    color:#00ABBE;
}
.blue .right_row_menu li:hover ,.blue .right_row_menu li.tab_active{
    color:#FFF;
    background-color:  #00ABBE;
}


.media-list .media img {
    margin-right: 20px;
    margin-bottom: 10px;
}

.tab_content .head_news {
    display: block;
    position: relative;
}

.tab_content .image_head_news {
    display: block;
    float: left;
}

.tab_content .image_head_news img {
    width: 256px;
    height: 170px;
    float: left;
}

.tab_content .about_news {
    width: 435px;
    margin-left: 280px;
}

.tab_content .about_news .date, .tab_content .mini_news .date {
    color: #999;
}

h3.header_news {
    color: #333;
    font-family:'PT Sans', Tahoma, Geneva, sans-serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 17px;
}

.mini_news .preview {
    width: 179px;
}

.other_news {
    width: 100%;
    border-top: #999 1px solid;
    padding:18px 0 30px 0;
}

.other_news .mini_news {
    float: left;
    display: block;
}

.other_news .mini_news.last {
    float: left;
    display: block;
    margin-right: 0;
}
.foto-list.small {clear:both;}
.foto-list.small li {
    min-height: 0px !important;
}

.mini_news .date {
    margin: 15px 0 14px 0;
}

.container_menu .pages ul li {
    float: left;
    list-style-type: none;
    padding: 0 4px;
    margin-bottom: 25px;
}

.container_menu .pages ul li a {
    color: #00AABD;
    padding: 2px 8px 2px 8px;
    font-size: 16px;
    font-family:'PT Serif', Arial, Helvetica, sans-serif;
}

.container_menu .pages ul li.active a {
    color: #fff;
    background: #00AABD;
    text-decoration: none;
    padding: 0px 8px 0px 8px;
    border-radius: 3px;
}

.container_menu .pages ul li a:hover {
    color: #fff;
    background: #00AABD;
    text-decoration: none;
    padding: 0px 8px 0px 8px;
    border-radius: 3px;
}

.pink .container_menu .pages ul li a {
    color: #B0006B;
    font-size: 16px;
    font-family:'PT Serif', Arial, Helvetica, sans-serif;
}

.pink .container_menu .pages ul li.active a {
    color: #fff;
    background: #B0006B;
    text-decoration: none;
    border-radius: 3px;
}

.pink .container_menu .pages ul li a:hover {
    color: #fff;
    background: #B0006B;
    text-decoration: none;
    border-radius: 3px;
}

.violet .container_menu .pages ul li a {
    color: #8e3091;
    font-size: 16px;
    font-family:'PT Serif', Arial, Helvetica, sans-serif;
}

.violet .container_menu .pages ul li.active a {
    color: #fff;
    background: #8e3091;
    text-decoration: none;
    border-radius: 3px;
}

.violet .container_menu .pages ul li a:hover {
    color: #fff;
    background: #8e3091;
    text-decoration: none;
    border-radius: 3px;
}

/* СКОЛКОВО */

/* ----------------------------------------- Социальная защита ----------------------------------------------------------------- */

/* Социальная защита */

.header_category .red {
    background: #B0006B !important;
}

.menu_category .category_active .red {
    background: url(/bitrix/templates/LIFE_SAFU/img/social/header_corner_red.png) no-repeat center !important;
}

.menu_category ul li.red {
    width: auto;
}

.menu_category ul li.red:first-child{
    width: 62px;
}

.work_area .information.social {

}

.work_area .information.social h4 {
    margin-bottom: 27px;
}

h5.red a {
    color: #B0006B;
}

h5.red a:hover {
    color: #B0006B;
}

.social p a {
    color: #00AABD;
    text-decoration: underline;
}

.social p a:hover {
    color: #00AABD;
    text-decoration: none;
}

.social p.text {
    margin-bottom: 21px;
}

.right_block.social {
    top: auto;
    bottom: 0;
}

/* Социальная защита */

/* Социально-психологический центр */

.menu_fast_search.red .shadow_top {
    border-bottom: #8E3091 1px solid;
}

.menu_fast_search.red .area_menu ul li {
    color: #B0006B;
    text-align: center;
}

.menu_fast_search.red .area_menu ul li.tab_active {
    background: #B0006B;
    color: #fff;
}

.menu_fast_search.red .tab_active .corner_fast_search_menu {
    background: url(/bitrix/templates/LIFE_SAFU/img/social/corner_content_menu_red.png) no-repeat center;
}

.blue .tab_active .corner_fast_search_menu {
    background: url(/bitrix/templates/LIFE_SAFU/img/small_corner_blue.png) no-repeat center;
}

.information h5.red {
    margin-bottom: 20px;
}

.menu_fast_search.red .news_from_center {
    background: #DDDCD3;
    padding-bottom: 1px;
}

.contacts_center h6 {
    display: block;
    background: #999;
    color: #fff;
    font-family:'PT Sans', Tahoma, Geneva, sans-serif;
    font-size: 12px;
    padding: 7px 0 5px 12px;
    margin: 0 0 14px 0;
}

.menu_fast_search.red .date {
    color: #999;
    padding-left: 12px;
}

.menu_fast_search.red .news_from_center p.text {
    padding-left: 12px;
    font-size: 14px;
    width: 155px;
}

.menu_fast_search.red p.preview a {
    color: #333;
}

.menu_fast_search.red p.preview a:hover {
    color: #333;
}
.menu_fast_search.red .all_news a {
    font-size: 13px;
    text-decoration: underline;
    color: #00AABD;
}

.menu_fast_search.red .all_news a:hover {
    font-size: 13px;
    text-decoration: none;
    color: #00AABD;
}

.span3 .contacts_center {
    border-top: #999 1px dashed;
    border-bottom: #999 1px dashed;
    padding: 22px 0 2px 0;
}

.span3 .contacts_center h6 {
    margin-bottom: 19px!important;
}

.span3 .contacts_center p.text {
    font-size: 14px;
    margin-bottom: 8px;
}

.span3 .contacts_center ul {
    margin-bottom: 19px;
}

.span3 .contacts_center ul li {
    font-size: 16px;
    font-family:'PT Sans', Tahoma, Geneva, sans-serif;
    list-style-type: none;
    padding-bottom: 7px;
}
.span3 .contacts_center ul li.adress {
    font-size: 14px;
}

.span3 .contacts_center ul li .mini {
    font-size: 12px;
}

.span3 p.text.link {
    margin-bottom: 0;
}

.span3 p.text.link a {
    padding: 12px 0 19px 13px;
    border-bottom: 1px #999 dashed;
    display: block;
}

.span3 p.link_2 a {
    padding: 12px 0 19px 13px;
    display: block;
}


 .work_area ul.list_marker {
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 18px;
}

ul.list_marker li {
    list-style-type: none;
    padding-left: 24px;
    background: url("/bitrix/templates/LIFE_SAFU/img/projects/marker.png?s") no-repeat left top transparent;
    font-family:'PT Sans', Tahoma, Geneva, sans-serif;
    color: #333;
    margin-bottom: 10px;
}

ul.list_marker li a {color:#333;text-decoration: underline;font-size: 16px;}
ul.list_marker li a:hover {color:#333;text-decoration: none}
td ul.list_marker {margin-top:5px;padding-left:0px;}
td ul.list_marker li {margin-bottom:5px}
td ul.list_marker li a,td ul.list_marker li {font-size:12px;line-height: 18px;font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}

#trenings_content .span9 h4 {
    margin: 30px 0 32px 0;
}

#trenings_content .span9 h5 {
    margin: 21px 0 23px 0;
}





.choose_trening {
    position:relative;
}

.choose_trening a {
    display: block;
    height: 24px;
    background: url(/bitrix/templates/LIFE_SAFU/img/social/corner_for_select_category.png) no-repeat right;
    background-position: 93.29609% 11px;
    background-color: #b0006b;
    border-radius: 3px;
    font-family: 'PT Sans', Tahoma, Geneva, sans-serif;
    font-size: 12px;
    padding: 6px 0 0 13px;
    color: #fff;
}

.choose_trening a:hover {

    color: #fff;
    text-decoration: none;
    background: url(/bitrix/templates/LIFE_SAFU/img/social/corner_for_select_category.png) no-repeat right;
    background-position: 93.29609% 11px;
    background-color: #9a9b9a;
}

.choose_trening a:focus {
    color: #fff;
    text-decoration: none;
    background: url(/bitrix/templates/LIFE_SAFU/img/social/corner_for_select_category.png) no-repeat right;
    background-position: 93.29609% 11px;
    background-color: #9a9b9a;
}

.choose_trening ul {
    display: none;
}

.choose_trening.open ul {
    display: block;
    position: absolute;
    top: 26px;
    right: 0px;
    padding: 0 34px 0 32px;
    background: #606060;
}

.choose_trening.open ul li {
    list-style-type: none;

}

.choose_trening.open ul li a {
    height: auto;
    padding: 13px 0 8px 0;
    display: block;
    border-bottom: 1px #999 dashed;
    background: #606060;
}

.choose_trening.open ul li a:hover {
    text-decoration: underline;
}

.choose_trening.open ul li:last-child a {
    border: none;
    padding-bottom: 13px;
}

.choose_trening {
    margin-bottom: 20px;
}

.span3 .links .text a {
    text-decoration: underline;
    color: #B0006B;
    font-size: 16px;
}

.span3 .links .text a:hover {
    text-decoration: none;
    color: #B0006B;
    font-size: 16px;
}

.span3 .links p.text {
    margin-bottom: 9px;
}

.work_area.social h5 {
    width: auto;
}

/* Социально-психологический центр */

/* ----------------------------------------- Новости -------------------------------------------------------- */

/* Новости */

.work_area.news .span12.head h3 {
    margin-top: 2px;
}

.work_area.news {
    font-family: 'PT Sans', Tahoma, Geneva, sans-serif;
}

.text_news ul {font-size: 16px;line-height: 18px; margin-top: 0; margin-bottom: 0;}
.text_news ul li {list-style-type: none; padding-left: 24px;background: url(/bitrix/templates/LIFE_SAFU/img/projects/marker.png) no-repeat left top; font-family:'PT Sans', Tahoma, Geneva, sans-serif;    color: #333;margin-bottom: 10px;}
.text_news ul li a {color:#00AABD;text-decoration: none }
.text_news ul li a:hover {text-decoration:underline}
.text_news p {line-height: 20px;margin: 0;}
.text_news p + p { margin-top: 15px; }
.text_news p+ul {margin-top: 3px;}
.text_news ul + p { margin-top: 3px; }



/*.text_news h2 {font-size:16px;line-height:20px}*/
h1.yellow {
    background: #CDD200;
}

.menu_category ul li.yellow:first-child {
    width: 80px;
    text-align: center;
}

.menu_category ul li.yellow {
    max-width: none;
}

.header_corner.yellow {
    background: url(/bitrix/templates/LIFE_SAFU/img/news/header_corner_yellow.png) no-repeat center!important;
}

.work_area.news {
    padding: 0 36px 0 23px;
    margin-left: 0;
}

.work_area.news .span3.rubriki {
    background: #DDDCD3;
    border-radius: 3px;
    padding: 0 12px 14px 12px;
    font-family: 'PT Sans', Tahoma, Geneva, sans-serif;
}

.work_area.news .span3.rubriki h6 {
    font-size: 15px;
    font-weight: normal;
}


.work_area.news .span3.rubriki ul li {
    list-style-type: none;
    border-bottom: 1px #fff solid;
    font-size: 14px;
}

.work_area.news .span3.rubriki ul li a {
    display: block;
    padding: 5px 0 8px 0;
    color: #333;
}

.work_area.news .span3.rubriki ul li a:hover {
    display: block;
    padding: 5px 0 8px 0;
    color: #333;
}

.work_area.news .span3.rubriki ul li:last-child {
    border-bottom: none;
}

.span9.head_new img {
    float: left;
    margin-right: 23px;
}

.work_area.news h3 {
    border-top: #999 1px solid;
    border-bottom: #999 1px solid;
    color: #00AABD;
    font-family: 'PT Sans', Tahoma, Geneva, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1em;
    padding: 5px 0 9px 1px;
}

.work_area.news .date {
    color: #999;
    font-size: 11px;
}

.news_preview img { 
    max-width: 150px;
}



.work_area.news .news_preview h6 {
    font-size: 16px;
    font-weight: bold;
}

.work_area.news .news_preview h6 a {
    color: #333;
}

.work_area.news .news_preview h6 a:hover {
    color: #333;
    text-transform: none;
}

.work_area.news .text.min {
    font-size: 14px;
}

.work_area.news .text.mini,.work_area.news .text.mini p {
    font-size: 13px;
}

.work_area.news .text.min a {
    font-size: 13px;
    color: #333;
}

.work_area.news .text.min a:hover {
    font-size: 13px;
    color: #333;
}



.dashed-border {border-top: 1px #999 dashed;padding-top:10px;padding-bottom:5px;}
.dashed-border:first-child {border-top-style:solid;}
.work_area.news .span9.head_new .span12 {
    margin-left: 0;
    padding: 23px 0;
    border-top: 2px dotted #ccc;
}

.work_area.news .span9.head_new .span12:first-child {
    color: red;
    padding-top: 14px;
    border-top: none;
}

.work_area.news .span9.head_new .span12:last-child {
    padding-bottom: 0;
}

.work_area .span3.right_news {
    background: #DDDCD3;
    padding: 13px;
    margin-bottom: 20px;
}


.work_area .right_news ul {
    padding: 0px;
}

.work_area .span3.right_news ul li {
    list-style-type: none;
    margin: 0px;
}

.work_area.news .span12 {
    margin-left: 0;
}

.work_area.news .span6 img.img-circle {
    width: 126px;
    height: 126px;
}

img.float_left {
    float: left;
    margin-right:7px;
}

img.float_left.img-circle {
    margin-bottom: 10px;
}
.quate 
{
    margin-bottom:10px;
}
.work_area .quate .date {
    padding-bottom: 18px;
}

.work_area.news .blocks_news .span6 img {
    max-width: 134px;
    max-height: 94px;
}

.work_area.news .blocks_news .span6 h6  {
    font-weight: normal;
}

/* Новости */

/* Главные новости */

.bread_crumbs ul.breadcrumb li {
    text-transform: uppercase;
    color: #DDDCD3;
    font-family:'PT Sans', Tahoma, Geneva, sans-serif;
    font-size: 16px;
}

.bread_crumbs ul.breadcrumb li a {
    text-transform: uppercase;
    color: #DDDCD3;
    font-family:'PT Sans', Tahoma, Geneva, sans-serif;
    font-size: 16px;
}

.bread_crumbs ul.breadcrumb li.active a {
    color: #999;
}

.bread_crumbs ul.breadcrumb li a:hover {
    color: #999;
    text-decoration: none;
    font-family:'PT Sans', Tahoma, Geneva, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}

.head_news .interview {
    padding-left: 50px;
}

.work_area .head_news .data_foto, .work_area .head_news .date, .work_area .head_news .author_foto, .work_area .head_news .author_news {
    font-size: 12px;
    font-family: 'PT Sans', Tahoma, Geneva, sans-serif;
    color: #999;
    padding-top: 7px;
}

.work_area .head_news .author_news {
    padding: 13px 0 19px 0;
}

.work_area .head_news .data_foto {
    float: left;
}

.work_area .head_news .author_foto {
    right: 0;
    position: absolute;
}

.work_area .head_news .new {
    position: relative;
}

.work_area .head_news p.text {
    width: 79.41653%;
}

.work_area .head_news .border {
    width: 100%;
    padding:0;
    margin:0;
    height:1px;
    border-top: 1px #999 dashed;
}

.work_area .head_news h4 {
    padding: 7px 0 11px 0;
}

.work_area .head_news h5 {
    margin: 24px 0 25px 0;
}

.work_area .head_news ul.breadcrumb {
    margin: 0 0 8px 5px;
}

.breadcrumb > li > a {font-size:12px;    color: #999;}

.work_area .head_news .carousel.slide img {
    max-width: 554px;
    max-height: 416px;
    padding: 11px;
}

.work_area .head_news .carousel.slide {
    padding-bottom: 15px;
    margin: 0px;
}


.work_area .head_news .navigation_bar {
    margin: 14px 0 11px 0;
    height: 16px;
}
.change-language {
    background-color: #9B0000;
    color: #FFFFFF;
    float: right;
    font-family: Tahoma,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 18px;
    line-height: 18px;
    padding: 3px 13px;
    text-align: center;
    margin: 13px 0px 0px 10px;
}
.change-language:hover {color: #FFF;}

.autorisation form {
    margin: 0 0 0 -45px!important;
    float: right;
}

/*.work_area .head_news .navigation_bar a, .work_area .head_news .navigation_bar div {
        float:left;
}

 .navigation_bar a.nav_left {
        background:url(/bitrix/templates/LIFE_SAFU/img/news/nav_left.png) no-repeat;
        height: 16px;
        width: 10px;
        display: block;
}

 .navigation_bar a.nav_right {
        background:url(/bitrix/templates/LIFE_SAFU/img/news/nav_right.png) no-repeat;
        height: 16px;
        width: 10px;
        display: block;
}*/
/*
.work_area .head_news .images_nomber {
        font-size: 16px;
        font-family:'PT Sans', Tahoma, Geneva, sans-serif;
        color: #00AABD;
}

h6 {
        color: #999;
        text-decoration: none;
        font-family:Tahoma, Geneva, sans-serif;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: normal;
}

.work_area .head_news ul.related_news {
        background: #DDDCD3;
        padding: 3px 0 21px 12px;
        margin: 17px 0 25px 0;
}

.work_area .head_news ul.related_news li {
        list-style-type: none;
}

.work_area .head_news ul.related_news li a {
        color: #333;
        font-size: 13px;
}

.work_area .head_news ul.related_news li a:hover {
        color: #333;
                font-size: 13px;
}

.work_area .head_news ul.this_themes {
        padding: 6px 0 0 13px;
        border-top: #999 1px dashed;
        margin-top: 12px;
}

.work_area .head_news ul.this_themes li a {
        font-size: 13px;
        color: #666;
}

.work_area .head_news ul.this_themes li a:hover {
        font-size: 13px;
        color: #666;
}

/* Главные новости */

/* Объявления */

.work_area .rubriki h6 {
    color: #333;
}

.work_area .rubrika {
    color: #999;
    font-size: 11px;
    padding-bottom: 14px;
}

.advertisments .ads {
    padding: 20px 124px 13px 77px;
    border-top: 1px #999 dashed;
}

.advertisments .ads:first-child
{
    border-top-style: solid;
}

.advertisments .ads .news_pic {
    float: left;
    padding: 10px 10px 10px 0px;
    width: 135px;
    box-sizing: border-box;
}
.advertisments .ads p.info {
    font-size: 14px;
}

.advertisments .shadow_top {
    border-bottom: 1px solid #999;
}

.ads p.text a {
    color: #333;
}

.ads p.text a:hover {
    color: #333;
}

.work_area.ads .navigation {
    position: relative;
}


.buttons_select {
    padding-bottom: 27px;
    height: 24px;
}

.buttons_select div {
    float: left;
}

.select_category a {
    display: block;
    height: 24px;
    width: 166px;
    background: url(/bitrix/templates/LIFE_SAFU/img/social/corner_for_select_category.png) no-repeat right;
    background-position: 93.29609% 11px;
    font-family:'PT Sans', Tahoma, Geneva, sans-serif;
    font-size: 12px;
    padding: 6px 0 0 13px;
    border-radius: 3px;
    background-color: #00AABD;
    margin-right: 13px;
    color: #fff;
}

.select_category a:hover {
    display: block;
    color: #fff;
    text-decoration: none;
    background: url(/bitrix/templates/LIFE_SAFU/img/social/corner_for_select_category.png) no-repeat right;
    background-position: 93.29609% 11px;
    font-family: 'PT Sans', Tahoma, Geneva, sans-serif;
    font-size: 12px;
    padding: 6px 0 0 13px;
    background-color: #9a9b9a;
}

.select_category a:focus {
    color: #fff;
    text-decoration: none;
    background: url(/bitrix/templates/LIFE_SAFU/img/social/corner_for_select_category.png) no-repeat right;
    background-position: 93.29609% 11px;
    background-color: #9a9b9a;
}

.select_category .list {
    display: none;
}

.select_category.open .list {
    display: block;
    position: absolute;
    padding: 0 23px 0 21px;
    background: #606060;
    margin-top: -3px;
}

.select_category.open .list ul {
    float: left;
    padding: 0 11px;
}

.select_category.open ul li {
    list-style-type: none;
    margin: 0px;
}

.select_category.open ul li a {
    height: auto;
    padding: 13px 0 8px 0;
    display: block;
    border-bottom: 1px #999 dashed;
    background: #606060;
    font-size: 15px;
}

.select_category.open ul li a:hover {
    text-decoration: underline;
    font-size: 15px;
}

.select_category.open ul li:last-child a {
    border: none;
    padding-bottom: 13px;
}

.select_time a {
    display: block;
    height: 24px;
    width: 105px;
    font-family: 'PT Sans', Tahoma, Geneva, sans-serif;
    font-size: 12px;
    padding: 6px 0 0 13px;
    background: url(/bitrix/templates/LIFE_SAFU/img/social/corner_for_select_category.png) no-repeat right;
    background-position: 93.29609% 11px;
    background-color: #00AABD;
    margin-right: 13px;
    border-radius: 3px;
    color: #fff;
}

.select_time a:hover {
    display: block;
    color: #fff;
    text-decoration: none;
    background: url(/bitrix/templates/LIFE_SAFU/img/social/corner_for_select_category.png) no-repeat right;
    background-position: 93.29609% 11px;
    background-color: #9a9b9a;
    font-family: 'PT Sans', Tahoma, Geneva, sans-serif;
    font-size: 12px;
    padding: 6px 0 0 13px;
}

.select_time a:focus {
    color: #fff;
    text-decoration: none;
    background: url(/bitrix/templates/LIFE_SAFU/img/social/corner_for_select_category.png) no-repeat right;
    background-position: 93.29609% 11px;
    background-color: #9a9b9a;
}

.select_time ul {
    display: none;
}

.select_time.open ul {
    display: block;
    position: absolute;
    padding: 0 31px 0 32px;
    background: #606060;
    margin-top: -3px;
}

.select_time.month.open ul {
    display: block;
    position: absolute;
    padding: 0 31px 0 22px;
    background: #606060;
    margin-top: -3px;
}

.select_time.open ul li {
    list-style-type: none;
    margin: 0px;
}

.select_time.open ul li a {
    height: auto;
    padding: 8px 0;
    display: block;
    border-bottom: 1px #999 dashed;
    background: #606060;
    font-size: 15px;
    width: 42px;
    border-radius: 0px;
}

.select_time.month.open ul li a {
    width: 52px;
}

.select_time.open ul li a:hover {
    text-decoration: underline;
    font-size: 15px;
}

.select_time.open ul li:last-child a {
    border: none;
    padding-bottom: 13px;
}

/* Объявления */

/* Календарь события */

.buttons_select {
    z-index: 3;
    position: relative;
}

.buttons_select p.text {
    float: left;
    padding: 6px 12px 0 0;
}

.buttons_select .input-append {
    width: 274px;
}

.buttons_select .search-query {
    border-radius: 3px 0 0 3px;
    border-top: #00AABD 1px solid;
    border-bottom: #00AABD 1px solid;
    border-left: #00AABD 1px solid;
    border-right: none;
    height: 30px;
    padding-top: 0;
    padding-bottom: 0;
}

.buttons_select .btn {
    border-radius: 0 3px 3px 0;
    border: #00AABD 1px solid;
    background: url(/bitrix/templates/LIFE_SAFU/img/news/search_img_button.png) no-repeat center left;
    width: 33px;
    height: 30px;
}
.btn {border-radius: 0px; -webkit-border-radius: 0px;}
.work_area .events .rubriki {
    background: #DDDCD3;
    border-radius: 3px;
    padding: 1px 12px 14px 12px;
    font-family: Tahoma, Geneva, sans-serif;
}

.work_area .events .rubriki h6 {
    font-size: 15px;
    font-weight: normal;
}


.work_area .events .rubriki ul li {
    margin: 0px;
    list-style-type: none;
    border-bottom: 1px #fff solid;
    font-size: 13px;
}

.work_area .events .rubriki ul li a {
    display: block;
    padding: 5px 0 8px 0;
    color: #333;
}

.work_area .events .rubriki ul li a:hover {
    display: block;
    padding: 5px 0 8px 0;
    color: #333;
}

.work_area .events .rubriki ul li:last-child {
    border-bottom: none;
}

.work_area .events .popular_events {
    padding-top: 22px;
}

.work_area .events .popular_events p.text {
    color: #999;
}

.work_area .events .popular_events .text.min a {
    color: #666;
}

.work_area.events .popular_events .text.min a:hover {
    color: #666;
}

.work_area .events .popular_events ul li {
    list-style-type: none;
    margin: 0px;
}

.work_area .events .popular_events ul {
    border-top: #999 1px dashed;
    padding-top: 9px;
    margin:0px;
}

.work_area .events .new_month h5 {
    border-top: 1px dashed #999999;
    color: #00AABD;
    font-family: "PT Sans Caption";
    font-size: 24px;
    margin-bottom: 11px;
    margin-top: 0;
    padding-top: 12px;
    width: auto;
}



.work_area .events .new_month .block_events {
    border-top: #999 1px dashed;
}

.work_area .events .new_month .event:first-child {
    border-right: 1px #999 dashed;
    padding-right: 5px;
    min-height: 170px;
}

.work_area .events .new_month .event:last-child {
        padding-left: 10px;
}

.work_area .events .new_month .event {
    padding: 23px 0 19px 0;
}

.work_area .events .new_month .event .text {
    font-family: "PT Sans Caption";
    font-size:14px;
    color:#333;
    line-height:16px;
}

.work_area .events .new_month .event .date {
    font-size: 30px;
    color: #999;
    padding-bottom: 18px;
    line-height: 32px;
}
.work_area .events .new_month .event p.text {
    font-size: 13px;
}

.work_area .events .new_month .event.max:last-child {
    border-right:none;
    padding-left: 0;
}

.work_area .events .new_month .event.max img {
    float: left;
    padding-right: 24px;
}

.work_area .events .last_events {
    padding-top: 22px;
}

.work_area .events .last_events p.text {
    color: #999;
}

.work_area .events .last_events ul li {
    list-style-type: none;
}

.work_area .events .last_events ul {
    background: #DDDCD3;
    padding: 9px 11px 1px 12px;
}

.work_area .events .last_events ul li img {
    padding: 5px 0 12px 0;
}

.work_area .events .down {
    z-index: 0;
    position: relative;
}

.work_area .events .row-fluid {
    padding-right: 0;
}

/* Календарь события */

/* Объявления */

.img-circle {
    width: 126px!important;
    height: 126px;
}

.interview_preview {
    margin-left: -50px;
}

.interview_preview .img-circle {
    margin-right: 24px;
}

.interview_preview h5 {
    width: 95%;
}

.interview_big_block {
    border-top: #999 1px dashed;
    margin-top: 8px;
    padding-top: 8px;
}

.interview_big_block .author {
    font-size: 11px;
    color: #999;
    padding-bottom: 26px;
}

blockquote  {
    border: none;
    background: url(/bitrix/templates/LIFE_SAFU/img/news/quote.png) no-repeat;
    padding: 0 0 0 49px;
    color: #999;
    width: 79.41653%
}

blockquote p {
    font-family: 'PT Serif', Arial, Helvetica, sans-serif;
    font-size: 20px;
    padding: 2px 0 22px 0;
}

p.text.ask {
    font-weight: bold;
}

/* Объявления */

/* ---------------------------------------------------------------------------- Безопасность ----------------------------------------------------------------------------- */

/* Слайдер */

.carousel.slide {
    margin: 0 auto;
}

.carousel-inner.info {
    background: url(/bitrix/templates/LIFE_SAFU/img/slaider/background.png) no-repeat;
    height: 214px;
}

.carousel-control {
    top: 50%;
    color: #00ABBE;
    background: none;
    font-size: 80px;
    border: none;
}

.carousel-control:focus ,.carousel-control:active ,.carousel-control:hover {
    color: #00D1DB;
}

.carousel .item {
    vertical-align: middle;
    width: 100%;
    height: 100%;
}


.carousel .item .nomber {
    font-size: 50px;
    font-family: 'PT Sans', Tahoma, Geneva, sans-serif;
    margin-top: 11.6486%;
    text-align: center;
}

span.bold {
    font-weight: bold;
}

span.mini {
    font-size: 10px;
}

.carousel .item.popup {
    background: url(/bitrix/templates/LIFE_SAFU/img/slaider/back_popup.png) no-repeat bottom;
    background-position: 55.3% 100%;
    position: absolute;
}

.carousel .item.popup.two {
    background: url(/bitrix/templates/LIFE_SAFU/img/slaider/back_popup_2.png) no-repeat bottom;
}

.carousel .item.popup .left_block {
    width: 28%;
    margin: 7% 0 0 13%;
    position: absolute;
}

.carousel .item.popup .popup_block {
    color: #fff;
    font-size: 13px;
    width: 24.5%;
    margin: 6.7% 0 0 48.5%;
    position: absolute;
}

.carousel .item.popup .popup_block .mini {
    text-align: right;
}

.carousel .item.popup .down_block {
    position: absolute;
    color: #d3145a;
    width: 30%;
    margin: 21% 0 0 54%;
}

.carousel .item.popup .fio {
    color: #d3145a;
    width: 24.5%;
    margin: 11% 0 0 49%;
    position: absolute;
}

.carousel .item.popup .popup_block_2 {
    color: #fff;
    font-size: 13px;
    width: 24.5%;
    margin: 16% 0 0 53.5%;
    position: absolute;
}

.carousel .item .last_slide {
    text-align: center;
    width: 75%;
    margin: 9% auto 0 auto;
}

.new .carousel .navigation_bar a, .new .carousel .navigation_bar a:hover, .new .carousel .navigation_bar .images_nomber {
    font-size: 16px;
    color: #00AABD;
    float:left;
    text-decoration: none;
}

.pink .new .carousel .navigation_bar a,.pink  .new .carousel .navigation_bar a:hover,.pink  .new .carousel .navigation_bar .images_nomber {
    color: #B0006B;
}

.violet .new .carousel .navigation_bar a, .violet .new .carousel .navigation_bar a:hover, .violet .new .carousel .navigation_bar .images_nomber {
    color: #8e3091;
}

.new .carousel .navigation_bar a, .new .carousel .navigation_bar a:hover {
    font-size: 40px;
    line-height: 10px;

}

.new .carousel .navigation_bar {
    padding-bottom:9px;
    height: 18px;
}

.new .carousel .carousel-inner .item img {
    padding: 12px 11px 11px 11px;
    border: 1px solid #999;
    max-width: 465px;
    max-height: 414px;
}

/* Слайдер */

/* Антитеррор */

p.text {
    position: relative;
    z-index: 1;
}

.telephone_nom {
    border-top: 1px solid #00AABD;
    position: relative;
    z-index: 2;
    width: 715px;
    padding-top: 8px;
}

.telephone_nom p.text {
    margin: 8px 0 9px 0;
}

.telephone_nom:last-child {
    border-bottom: 1px solid #00AABD;
}

.work_area.antiterror .information p.text {
    margin-bottom: 36px;
}

.work_area.antiterror .header_section {
    background:url(/bitrix/templates/LIFE_SAFU/img/safety/info.png) no-repeat;
    padding-left: 55px;
    margin-left: -10px;
    height: 45px;
}

.header_organization {
    background:url(/bitrix/templates/LIFE_SAFU/img/safety/organizations.png) no-repeat 0 4px;
    min-height: 27px;
    font-size: 14px;
    font-family: 'PT Serif', Arial, Helvetica, sans-serif;
    color: #00AABD;
    padding-left: 18px;
    margin: 41px 0 17px 0;
}

.header_organization:first-child {
    margin-top: 0;
}

p.text.min {
    margin-bottom: 8px;
}

p.text.min a {
    color: #333;
    font-size: 13px;
    line-height: 4px;
}

#organization_content .coln {
    border-right: 1px solid #ccc;
    padding: 0 10px;
}

#organization_content .coln:first-child {
    padding-left: 0;
}

#organization_content .coln:last-child {
    border-right: none;
    padding-right: 0;
}

/* Антитеррор */

/* Противодействие коррупции */

.documents .block {
    background: #00ABBE;
    font-family: 'PT Sans', Tahoma, Geneva, sans-serif;
    font-size: 13px;
    color: #fff;
    padding: 9px 28px 10px 16px;
}
.documents .block a{color:#FFF;}

ul.docs-list {
    margin-left: 16px;
    padding: 0px;
}

ul.docs-list li {
    background: url(/bitrix/templates/LIFE_SAFU/img/safety/docs_list.png) no-repeat;	
    padding: 0px 0px 5px 32px;
    margin-top: 15px;
}

ul.docs-list li a {
    color: #00ABBE;
    font-family: 'PT Sans', Tahoma, Geneva, sans-serif;
    font-size: 13px;
    text-decoration: underline;
}

ul.docs-list li a:hover {
    color: #00ABBE;
    font-family: 'PT Sans', Tahoma, Geneva, sans-serif;
    font-size: 13px;
    text-decoration: none;
}

/* Противодействие коррупции */


/* ---------------------------------------------------------------------------- Безопасность ----------------------------------------------------------------------------- */

.foto-list li h5 {
    font-family: "PT Sans",Arial,Sans !important;
    font-size: 16px;
}

.work_area .detail_picture {
    width:auto !important;
    max-width: 500px !important;
}

.foto-list li.foto {
    min-height: 313px;
    margin-left: 10px;
}

#members_content .foto-list li.foto {
    min-height: 470px;
    margin-left: 10px;
    margin-bottom: 0px;
}

div#login_form_window {
    width: 328px!important;
}

a.scolkovo_news {
    color: #333!important;
}

a.scolkovo_news:hover {
    color: #333!important;
}

.work_area .head_news img {
    max-width: 100%;}

p.back_to_news {
    margin-top: 25px;
    clear: both;
}

p.back_to_news a {
    color: #fff;
    font-size: 16px;
    font-family: 'PT Sans', Tahoma, Geneva, sans-serif;
    padding: 2px 10px 2px 10px;
    background: #00AABD;
    text-decoration: none;
    border-radius: 3px;
    margin-top: 25px;
}

.pink p.back_to_news a {
    background: #B0006B;
    color: #fff !important;
}

.violet p.back_to_news a {
    background: #8e3091;
    color: #fff !important;
}

.news_preview.dashed_border
{
    border-top: 1px dashed #CCC;
    padding: 10px 0px;
}

div.photo-page-main div#photo-main-page-right {
    width: auto;
   position: relative !important;clear: both;height: auto; 
}

div.photo-controls-buttons ul.photo-controls li a:hover span {
    text-decoration: underline;
}
.search-popup .search-popup-el {color:#002C5A}
.blue .bottom-line {
    background: #1faec0;
}
.bottom-line.blue {
    height: 12px;
    background-color: #00AABD;
    clear: both;
}

.news_preview .unstyled {padding: 0px !important;}

.cboxElement {cursor: zoom-in}
.no-margin {margin: 0px;}
.padding5 {padding:30px 20px 10px 20px;margin: 0px;} 


.text-size-8 p,.text-size-8 li,.text-size-8 td, .text-size-8  {font-size: 8px !important;line-height: 12px !important;}
.text-size-10 p,.text-size-10 li,.text-size-10 td, .text-size-10  {font-size: 10px !important;line-height: 14px !important;}
.text-size-11 p,.text-size-11 li,.text-size-11 td, .text-size-11  {font-size: 10px !important;line-height: 14px !important;}
.text-size-12 p,.text-size-12 li,.text-size-12 td, .text-size-12  {font-size: 12px !important;line-height: 16px !important;}
.text-size-16 p,.text-size-16 li,.text-size-16 td, .text-size-16  {font-size: 16px !important;line-height: 20px !important;}
.text-size-20 p,.text-size-20 li,.text-size-20 td, .text-size-20  {font-size: 20px !important;line-height: 24px !important;}
.text-size-24 p,.text-size-24 li,.text-size-24 td, .text-size-24  {font-size: 24px !important;line-height: 27px !important;}
.text-size-28 p,.text-size-28 li,.text-size-28 td, .text-size-28  {font-size: 28px !important;line-height: 33px !important;}

.accordion {
padding-right: 45px;
}

.thumbnail img {
margin-bottom: 4px;
height: auto;
}
.btn-danger,.btn-danger,.btn-info,.btn-success,.btn-warning,.btn-inverse {color:#FFF !important; }
.t_fix {
background: none!important;
}
a:focus {outline: 0px none;}

 .tree {
        min-height: 20px;
        padding: 10px;
        margin-bottom: 20px;
        min-width: 180px;
        overflow: auto;
    }
    .tree li {
        list-style-type:none;
        margin:0;
        padding:10px 5px 0 5px;
        position:relative
    }
    .tree li::before, .tree li::after {
        content:'';
        left:0px;
        position:absolute;
        right:auto
    }
    .tree li::before {
        border-left:1px solid #999;
        bottom:50px;
        height:100%;
        top:0;
        width:1px
    }
    .tree li::after {
        border-top:1px solid #999;
        height:20px;
        top: 20px;
        width: 10px;
    }
    .tree li span {
        float:left;
        border:0px solid #999;
        border-radius:5px;
        display:inline-block;
        padding:3px 5px;
        text-decoration:none
    }
    .tree li.parent_li>span {
        cursor:pointer
    }
    .tree>ul>li::before, .tree>ul>li::after {
        border:0
    }
    .tree li:last-child::before {
        height:30px
    }
    .tree li.parent_li>span:hover, .tree li.parent_li>span:hover+ul li span {
        color:#000
    }
    .table .table {background-color:#FFF;color:#333;}
    .table p{margin-bottom:13px;}
    .table p,.table,.table li {font-size:14px; line-height: 18px;} 
    .table.table-condensed p,.table.table-condensed,.table.table-condensed li {font-size:13px; line-height: 18px;}
    
    .table h2,
    .table.table-condensed h2{
        margin: 0px 0px 6px;
    }
        
    
    .table h2 a,
    .table.table-condensed h2 a
    {font-size: 18px;font-weight: normal;font-family: 'PT Serif', Arial, Helvetica, sans-serif;}
    
    
    .rubriki.tree li a {margin: 0px 0px 0px 30px;min-width: 155px;}
    .rubriki.tree ul li a {border: 0px none;}
    .accordion-heading p {padding:10px 25px 8px;margin-bottom: 10px;}
    
    .news-list-plitka {width: 260px; padding: 10px; background-color: #1CB9B9; height: 215px;}
    .news-list-plitka .date {color: #B2FFFF;}
    .news-list-plitka p.text a{color: #fff;}
    
    
    .modal-full-window { 
        bottom: 10px !important;
        left: 5px !important;
        position: fixed;
        right: 10px !important;
        top: 5px !important;
        width:auto !important;
        margin:0px !important;
    }
    .modal-header {background-color: #FFF;}
    .modal-full-window .modal-header {height:15% !important;}
    .modal-full-window .modal-body {height:75% !important;max-height:75% !important;}
    .modal-full-window .modal-footer {height:10% !important;}
    
    .toogle-full-screen-modal {color: #000000;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    opacity: 0.2;
    text-shadow: 0 1px 0 #ffffff;
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    padding: 0;
    margin:3px 10px;
    }
    
    .toogle-full-screen-modal:hover, .toogle-full-screen-modal:focus {
    color: #000000;
    cursor: pointer;
    opacity: 0.4;
    text-decoration: none;
}
    
    
    
    
    @media (max-width:767px){
        .pluso {display:none !important;}
    }
    
    
a.btn {text-decoration:none !important;color:#333 !important}
a.btn-danger, a.btn-danger, a.btn-info, a.btn-success, a.btn-warning, a.btn-inverse {color:#FFF !important;}
.area_menu.vertical>ul>li {float:none;width: auto;max-width: none;margin: 0px}
.area_menu.vertical>ul>li>.corner_fast_search_menu {display:none;}

.date-edit {color:#999999;padding: 5px 10px 5px 0px}
.main-block {
    display: block;
    padding: 10px;    
    height: 74px;
    background-color: #31AFAC;
    color: #FFF;
    font-weight: bold;
    box-sizing: border-box;
    font-size: 14px; 
    line-height: 16px;
	/*text-shadow: 
		-0   -1px 0   #303030,
		 0   -1px 0   #303030,
		-0    1px 0   #303030,
		 0    1px 0   #303030,
		-1px -0   0   #303030,
		 1px -0   0   #303030,
		-1px  0   0   #303030,
		 1px  0   0   #303030,
		-1px -1px 0   #303030,
		 1px -1px 0   #303030,
		-1px  1px 0   #303030,
		 1px  1px 0   #303030,
		-1px -1px 0   #303030,
		 1px -1px 0   #303030,
		-1px  1px 0   #303030,
		 1px  1px 0   #303030;*/

}

.main-block:hover,.main-block:focus {color:#FFF;}

.main-block.mb1,.owl-item:nth-child(4n) .main-block.item {background-color: #31AFAC;}
.main-block.mb2,.owl-item:nth-child(4n+1) .main-block.item {background-color: #e5a31f;}
.main-block.mb3,.owl-item:nth-child(4n+2) .main-block.item {background-color: #9D0075;}
.main-block.mb4,.owl-item:nth-child(4n+3) .main-block.item {background-color: #158C7E;}
 
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}


.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}



#complex-slider {
    width: 100%;
}
#complex-slider .carousel-inner {
    
}

#complex-slider .carousel-inner img,
#complex-slider .carousel-inner iframe{

    margin: 0 auto;
}
#complex-slider .carousel-inner iframe {
    width: 100%;
    height: 100%;
}


#complex-slider .carousel-indicators {
    position: relative;
    height: 80px;
    top:auto;
    padding: 10px 15px;
    z-index: 0;
}

#complex-slider .scroll-pane {
    width: 100%;
    height: auto;
    max-height: 300px;
    overflow: hidden;
}

#complex-slider .carousel-indicators li,
#complex-slider .carousel-indicators li.active{ 
    background-color: transparent !important;
    border-radius: 0px;
    border:2px solid #ccc;
    height: 67px;
    width: 120px;
    float: left;
    text-indent: 0px;
    position: relative;
    overflow: hidden;
    margin: 0px;
    margin-right: 5px;
}
#complex-slider .carousel-indicators li.active{ 
    border-color:#00AABD
}
#complex-slider .carousel-indicators li img {
    position: absolute;
    left:0px;
    top:0px;
    right: 0px;
    width: 100%;

}

#complex-slider .playble{
    background: url("/bitrix/templates/LIFE_SAFU/img/playble.gif") 50% 50% no-repeat;
    position: absolute;
    height: 32px;
    width: 32px;
    left: 44px; 
    top: 18px;
}
@keyframes rainbow {
0% {opacity: 1}
50% {opacity: 0.4}
100% {opacity: 1} 
} 

#complex-slider .carousel-indicators li.active .playble{
animation:  rainbow 2s linear 0s infinite;

}


#complex-slider  .jspContainer
{
    overflow: hidden;
    position: relative;
}

#complex-slider  .jspPane
{
    position: absolute;
}

#complex-slider  .jspVerticalBar
{
    position: absolute;
    top: 0;
    right: 0;
    width: 9px;
    height: 100%;
    background: #132f56;
}

#complex-slider .jspHorizontalBar
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: #132f56;
    border-radius: 2px;
}

#complex-slider  .jspCap
{
    display: none;
}

#complex-slider  .jspHorizontalBar .jspCap
{
    float: left;
}

#complex-slider  .jspTrack
{
    background: #132f56;
    position: relative;
}

#complex-slider  .jspDrag
{
    background-color: #1b8fc1;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    border-radius: 2px;
}

#complex-slider  .jspHorizontalBar .jspTrack,
#complex-slider  .jspHorizontalBar .jspDrag
{
    float: left;
    height: 100%;
}

#complex-slider .jspArrow
{
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

#complex-slider .jspArrow.jspDisabled
{
    cursor: pointer;
    background: #50506d;
}

#complex-slider  .jspVerticalBar .jspArrow
{
    height: 16px;
}

#complex-slider  .jspHorizontalBar .jspArrow
{
    border-radius: 2px;
    width: 16px;
    float: left;
    height: 100%;
    position: relative;
}

#complex-slider .jspHorizontalBar .jspArrow.jspArrowLeft:after,
#complex-slider .jspHorizontalBar .jspArrow.jspArrowRight:after {
    content: " ";
    position: absolute;
    left: 1px;
    top: 0px;
    color: #FFF;
    display: block;
    background-image: url("/bitrix/templates/LIFE_SAFU/img/glyphicons-halflings-white2.png");
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-position: -456px -72px;
    background-repeat: no-repeat;    
}
#complex-slider .jspHorizontalBar .jspArrow.jspArrowLeft:after {
    background-position: -432px -72px;
}

#complex-slider  .jspVerticalBar .jspArrow:focus
{
    outline: none;
}

#complex-slider  .jspCorner
{
    background: #eeeef4;
    float: left;
    height: 100%;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}


.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.complex-slider {
    width: 100% !important;
}
.complex-slider .carousel-inner {
    border: 1px solid #ccc;
    background: #fcfcfc;
}

.complex-slider .carousel-inner img,
.complex-slider .carousel-inner iframe{

    margin: 0 auto;
}
.complex-slider .carousel-inner iframe {
    width: 100%;
    height: 100%;
}


.complex-slider .carousel-indicators {
    position: relative;
    height: 80px;
    top:auto;
    padding: 10px 15px;
    z-index: 0;
}

.complex-slider .scroll-pane {
    width: 100%;
    height: auto;
    max-height: 300px;
    overflow: hidden;
}

.complex-slider .carousel-indicators li,
.complex-slider .carousel-indicators li.active{ 
    background-color: transparent !important;
    border-radius: 0px;
    border:2px solid #ccc;
    height: 67px;
    width: 120px;
    float: left;
    text-indent: 0px;
    position: relative;
    overflow: hidden;
    margin: 0px;
    margin-right: 5px;
}
.complex-slider .carousel-indicators li.active{ 
    border-color:#00AABD
}
.complex-slider .carousel-indicators li img {
    position: absolute;
    left:0px;
    top:0px;
    right: 0px;
    width: 100%;

}

.complex-slider .playble{
    background: url("/bitrix/templates/LIFE_SAFU/img/playble.gif") 50% 50% no-repeat;
    position: absolute;
    height: 32px;
    width: 32px;
    left: 44px; 
    top: 18px;
}
@keyframes rainbow {
0% {opacity: 1}
50% {opacity: 0.4}
100% {opacity: 1} 
} 

.complex-slider .carousel-indicators li.active .playble{
animation:  rainbow 2s linear 0s infinite;

}


.complex-slider  .jspContainer
{
    overflow: hidden;
    position: relative;
}

.complex-slider  .jspPane
{
    position: absolute;
}

.complex-slider  .jspVerticalBar
{
    position: absolute;
    top: 0;
    right: 0;
    width: 9px;
    height: 100%;
    background: #132f56;
}

.complex-slider .jspHorizontalBar
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: #132f56;
    border-radius: 2px;
}

.complex-slider  .jspCap
{
    display: none;
}

.complex-slider  .jspHorizontalBar .jspCap
{
    float: left;
}

.complex-slider  .jspTrack
{
    background: #132f56;
    position: relative;
}

.complex-slider  .jspDrag
{
    background-color: #1b8fc1;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    border-radius: 2px;
}

.complex-slider  .jspHorizontalBar .jspTrack,
.complex-slider  .jspHorizontalBar .jspDrag
{
    float: left;
    height: 100%;
}

.complex-slider .jspArrow
{
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.complex-slider .jspArrow.jspDisabled
{
    cursor: pointer;
    background: #50506d;
}

.complex-slider  .jspVerticalBar .jspArrow
{
    height: 16px;
}

.complex-slider  .jspHorizontalBar .jspArrow
{
    border-radius: 2px;
    width: 16px;
    float: left;
    height: 100%;
    position: relative;
}

.complex-slider .jspHorizontalBar .jspArrow.jspArrowLeft:after,
.complex-slider .jspHorizontalBar .jspArrow.jspArrowRight:after {
    content: " ";
    position: absolute;
    left: 1px;
    top: 0px;
    color: #FFF;
    display: block;
    background-image: url("/bitrix/templates/LIFE_SAFU/images/glyphicons-halflings-white2.png");
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-position: -456px -72px;
    background-repeat: no-repeat;    
}
.complex-slider .jspHorizontalBar .jspArrow.jspArrowLeft:after {
    background-position: -432px -72px;
}

.complex-slider  .jspVerticalBar .jspArrow:focus
{
    outline: none;
}

.complex-slider  .jspCorner
{
    background: #eeeef4;
    float: left;
    height: 100%;
}


img.pull-left {margin-right: 10px;}
img.pull-right {margin-left: 10px;}


.dt-files {
    display:inline-block;
    width: 250px;
    border-top: 1px dashed #aaa;
    padding-top: 3px;
    margin-bottom: 3px;
    border-collapse: collapse
}
.dt-files:first-child {
    border: 0px;
}

.specail-blocks>div{
    padding-left: 10px;
    border-left:4px solid #31AFAC;
    margin-bottom: 10px
}

.specail-blocks>div .fa{
    color: #31AFAC;
}

    
.specail-blocks>div>h2{
    font-size: 18px;
    margin-bottom: 12px;
    margin-top: 0px;
}

.specail-blocks>div>p{
    margin-bottom: 5px
}

.specail-blocks>div:nth-of-type(2){
    border-color: #E5A31F;
}

.specail-blocks>div:nth-of-type(2) .fa{
    color: #E5A31F;
}

.specail-blocks>div:nth-of-type(3){
    border-color: #9D0075;
}

.specail-blocks>div:nth-of-type(3) .fa{
   color: #9D0075;
}

.specail-blocks>div.span4:nth-of-type(4){
    margin-left: 0px;
}
.specail-blocks>div:nth-of-type(4), .specail-blocks.second>div{
    border-color: #1D3F70;

}
.specail-blocks>div:nth-of-type(5), .specail-blocks.second>div:nth-of-type(2){
    border-color: #669E6E;
}
.specail-blocks>div:nth-of-type(6), .specail-blocks.second>div:nth-of-type(3){
    border-color: #158C7E;
}



.block-menu-icons li {border:1px solid #FFF;display:block}
.block-menu-icons li .svg-inline--fa {   
    border: 1px solid;
    padding: 5px;
    background: rgba(0, 44, 90, 0.95);
    border-radius: 2px;
    font-size: 21px;
    color: #FFF !important;
}
.block-menu-icons li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    border-radius: 3px;
    border: 1px solid #ddd;
    margin: 0 28px 28px 0;
    padding: 18px;
    width: 310px;
    min-height: 210px;
    box-sizing: border-box;
}

.block-menu-icons li.blue,
.block-menu-icons li.blue .fa,
.block-menu-icons li.blue .svg-inline--fa
{
 /*color:#01deff;*/
border-color:#01deff;

}
.block-menu-icons li.blue .fa, 
.block-menu-icons li.blue .svg-inline--fa {
background-color:#01deff;
}

.block-menu-icons li.green,
.block-menu-icons li.green .fa,
.block-menu-icons li.green .svg-inline--fa {
/* color:#abc44b;*/
border-color:#abc44b;

}

.block-menu-icons li.green .fa,
.block-menu-icons li.green .svg-inline--fa {
background-color:#abc44b;
}

.block-menu-icons li.purple,
.block-menu-icons li.purple .fa,
.block-menu-icons li.purple .svg-inline--fa
{
/*color:#9d036f;*/
border-color:#9d036f;

}
.block-menu-icons li.purple .fa,
.block-menu-icons li.purple .svg-inline--fa {
background-color:#9d036f;
color:#FFF;
}

.block-menu-icons li.orange,
.block-menu-icons li.orange .fa
.block-menu-icons li.orange .svg-inline--fa 
{
 /*color:#E5A31F;*/
border-color:#E5A31F;

}

.block-menu-icons li.orange .fa, 
.block-menu-icons li.orange .svg-inline--fa {
    background-color:#E5A31F;
}
.block-menu-icons li.blue2,.block-menu-icons li.blue2 .fa , .block-menu-icons li.blue2 .svg-inline--fa{
/* color:#1D3F70;*/
border-color:#1D3F70;
}
.block-menu-icons li.blue2 .fa, .block-menu-icons li.blue2 .svg-inline--fa {
background-color:#1D3F70;
}

.dataTables_wrapper table{
    background: #FFF;
}


/* -----------------------------------------слайдер тест------------------------- */

/* -----------------------------------------слайдер тест------------------------- */



/* End */
/* /bitrix/templates/LIFE_SAFU/js/test/colorbox.css?14888953373025 */
/* /bitrix/templates/LIFE_SAFU/components/bitrix/search.suggest.input/.default/style.css?1374822773501 */
/* /bitrix/templates/LIFE_SAFU/components/bitrix/menu/vertical_multilevel1/style.css?13748227722878 */
/* /_res/sharebuttons/share.css?1543224300468 */
/* /bitrix/templates/LIFE_SAFU/components/bitrix/breadcrumb/template2/style.css?1374822772227 */
/* /bitrix/templates/LIFE_SAFU/components/bitrix/menu/leftsection/style.css?13748227725855 */
/* /bitrix/templates/LIFE_SAFU/styles.css?1668027371779 */
/* /bitrix/templates/LIFE_SAFU/template_styles.css?1668027371100974 */
