

/* Start:/bitrix/wizards/samiko/tabs/templates/.default/style.css?13025358641477*/
ul.tab-list
{
	display: block;
}

.tabsection-container ul.tab-list, ul.tab-list li 
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.tabsection-container ul.tab-list
{
	background:transparent url('/bitrix/wizards/samiko/tabs/templates/.default/images/horizontal-line.gif') no-repeat scroll right bottom;
	height: 30px;
}

ul.tab-list li
{
	float: left;
	margin-right: 2px;
	height: 30px;
	overflow: hidden;
	display: block;
	font-size: 12px;
}

ul.tab-list a:link, ul.tab-list a:visited
{
	background: url('/bitrix/wizards/samiko/tabs/templates/.default/images/tabs.gif') right 60px;
	color: #474747;
	display: block;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
}

ul.tab-list a span
{
	background:url('/bitrix/wizards/samiko/tabs/templates/.default/images/tabs.gif') left 60px;
	display: block;
	margin-right: 14px;
	padding-left: 14px;
}

ul.tab-list a:hover
{
	background: url('/bitrix/wizards/samiko/tabs/templates/.default/images/tabs.gif') right 30px;
	display:block;
}

ul.tab-list a:hover span
{
	background: url('/bitrix/wizards/samiko/tabs/templates/.default/images/tabs.gif') left 30px;
	display: block;
	white-space: nowrap;
}

ul.tab-list li.active a:link, 
ul.tab-list li.active a:visited, 
ul.tab-list li.active a:visited, 
ul.tab-list li.active a:hover
{
	background: url('/bitrix/wizards/samiko/tabs/templates/.default/images/tabs.gif') right 0 no-repeat;
}

ul.tab-list li.active a span, 
ul.tab-list li.active a:hover span
{
	background: url('/bitrix/wizards/samiko/tabs/templates/.default/images/tabs.gif') left 0 no-repeat;
	color: black;
}

.tab-boby-container
{
	background: url('/bitrix/wizards/samiko/tabs/templates/.default/images/vertical-line.gif') no-repeat;
	padding: 20px 20px;
}

.tab-boby-container .tab-off
{
	display: none;
}

.tab-boby-container div.container
{
	width: 100%;
}
/* End */


/* Start:/bitrix/components/bitrix/search.form/templates/search-form-adaptive-ru/style.css?1496062428174*/
.inputfield {color:black; border: solid 1px #C8C8C8; font-size:0.7em;}
.inputbuttonflat {font-size:0.7em; color:#929292; background-color:#EFEFEF; border: solid 1px #C8C8C8;}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/menu/bsu-unibremen/style.css?14494714447267*/
/**Top menu**/
#horizontal-multilevel-menu3,#horizontal-multilevel-menu3 ul
{
    list-style:none;
	background:none;
	background-color:transparent;
	margin:0; padding:0;
	min-height:15px;
	height:15px;
	width:100%;
	float:left; 
	text-shadow: 1px 1px #FFFFFF;
}

/*Links*/
#horizontal-multilevel-menu3 a
{
	display:block;
	padding:5px 10px;
	text-decoration:none;
	text-align:center;
}

#horizontal-multilevel-menu3 li  {float:left;}

/*Root menu selected*/
#horizontal-multilevel-menu3 li a.root-item-selected {text-decoration:underline;}

/*Root items: hover*/
#horizontal-multilevel-menu3 li:hover a.root-item, #horizontal-multilevel-menu3 li.jshover a.root-item {text-decoration:underline;}

/*Item-parents*/
#horizontal-multilevel-menu3 a.parent {background: url(/bitrix/templates/.default/components/bitrix/menu/bsu-unibremen/images/arrow.gif) center right no-repeat;}

/*Denied items*/
#horizontal-multilevel-menu3 a.denied {background: url(/bitrix/templates/.default/components/bitrix/menu/bsu-unibremen/images/lock.gif) center right no-repeat;}

/*Child-items: hover*/
#horizontal-multilevel-menu3 li:hover, #horizontal-multilevel-menu3 li.jshover {
background:#0088cc; /*заливка top и popupmenu*/
	text-shadow: 1px 1px #225191;
}

/*Child-items selected*/
#horizontal-multilevel-menu3 li.item-selected
{
	background:#0586cc;  /*подсветка top и popupmenu при наведении на пункт меню */
	background-color:#0586cc;
	text-decoration:none; 
	color:#ffffff;
	text-shadow: 1px 1px #225191;

}

/* выпадающее меню третьего уровня */
li.item-selected ul li a:link {color:#225191 !important; text-shadow: 1px 1px #ffffff !important;}
li.item-selected ul li a:hover {color:#ffffff !important; text-shadow: 1px 1px #225191 !important;}
li.item-selected ul li a:visited {color:#225191 !important; text-shadow: 1px 1px #ffffff !important;}

li.item-selected ul li:hover a:hover {color:#ffffff !important; text-shadow: 1px 1px #225191 !important;}
li.item-selected ul li.item-selected a {color:#ffffff !important; text-shadow: 1px 1px #225191 !important;}

/*Sub-menu box - выпадающее слоем меню*/
#horizontal-multilevel-menu3 li ul
{
	position:absolute;
	top:auto;
	display:none;
	z-index:500; 
	height:auto;
	width:240px;
	background-color:#f5f8fa; /*заливка выпадающего popupmenu*/
        border-top:1px solid #d3d3d3;
        border-left:1px solid #d3d3d3;
        border-right:1px solid #d3d3d3;
        border-bottom:0;
        text-decoration:none;
/* crossbrowsered gradient */

background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
/* из-за этого фильтра перестало в ИЕ выпадать меню 3 уровня */
filter: ms-progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
/* вместо градиента стилем только для ИЕ задаём фон и убираем полупрозрачность со всех пунктов */
*background-color: #fbfbfb;
}

/*Sub-menu item box*/
#horizontal-multilevel-menu3 li li 
{
	width:100%;
	/*background-color:#f5f8fa; */
	border-bottom:1px solid #D3D3D3;
}

/*Item link*/
#horizontal-multilevel-menu3 li ul a
{
	text-align:left;
}

/*Items text color & size */
#horizontal-multilevel-menu3 li a,
#horizontal-multilevel-menu3 li:hover li a,
#horizontal-multilevel-menu3 li.jshover li a,
#horizontal-multilevel-menu3 li:hover li:hover li a,
#horizontal-multilevel-menu3 li.jshover li.jshover li a,
#horizontal-multilevel-menu3 li:hover li:hover li:hover li a,
#horizontal-multilevel-menu3 li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu3 li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu3 li.jshover li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu3 li:hover li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu3 li.jshover li.jshover li.jshover li.jshover li.jshover li a
{
	color:#225191; font-size:16px; line-height:100%;
}

/*Items text color & size: hover*/
#horizontal-multilevel-menu3 li:hover li:hover a,
#horizontal-multilevel-menu3 li.jshover li.jshover a,
#horizontal-multilevel-menu3 li:hover li:hover li:hover a,
#horizontal-multilevel-menu3 li.jshover li.jshover li.jshover a,
#horizontal-multilevel-menu3 li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu3 li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu3 li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu3 li.jshover li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu3 li:hover li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu3 li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a
{
	color:#ffffff; font-size:16px; line-height:100%;
}

/****************************************************************************/
#horizontal-multilevel-menu3 li ul ul
{
	margin:-24px 0 0 240px; /* для всех нормальных браузеров */
	margin:-27px 0 0 119px; /* для IE */
}
/*Opera*/
@media all and (min-width: 0px) {
    #horizontal-multilevel-menu3 li ul ul { margin:-23px 0 0 240px; }
}
/*Safari*/
@media screen and (-webkit-min-device-pixel-ratio:0)
{
   #horizontal-multilevel-menu3 li ul ul { margin:-24px 0 0 240px; }
}
/*Mozilla*/
@-moz-document url-prefix() {
   #horizontal-multilevel-menu3 li ul ul { margin:-24px 0 0 240px; }
}
/***************************************************************************/

#horizontal-multilevel-menu3 li:hover ul ul,
#horizontal-multilevel-menu3 li.jshover ul ul,
#horizontal-multilevel-menu3 li:hover ul ul ul,
#horizontal-multilevel-menu3 li.jshover ul ul ul,
#horizontal-multilevel-menu3 li:hover ul ul ul ul,
#horizontal-multilevel-menu3 li.jshover ul ul ul ul,
#horizontal-multilevel-menu3 li:hover ul ul ul ul ul,
#horizontal-multilevel-menu3 li.jshover ul ul ul ul ul
{
	display:none;
}

#horizontal-multilevel-menu3 li:hover ul,
#horizontal-multilevel-menu3 li.jshover ul,
#horizontal-multilevel-menu3 li li:hover ul,
#horizontal-multilevel-menu3 li li.jshover ul,
#horizontal-multilevel-menu3 li li li:hover ul,
#horizontal-multilevel-menu3 li li li.jshover ul,
#horizontal-multilevel-menu3 li li li li:hover ul,
#horizontal-multilevel-menu3 li li li li.jshover ul,
#horizontal-multilevel-menu3 li li li li li:hover ul,
#horizontal-multilevel-menu3 li li li li li.jshover ul
{
	display:block;
}

/* Верхнее меню */
a.topmenu3, a.topmenu3:link, a.topmenu3:visited, a.topmenu3:active, a.topmenu3:hover 
{
   background:none;
   background-color:none;
   background-image:none;
   text-decoration:none; 
   font-weight:bold; 
}
a.topmenu3:hover 	{text-decoration:underline !important;}

div.menu-clear-left
{
	clear:left;
}

li.item-selected a.parent,
li.item-selected a,
li a.denied {font-weight:normal !important}

li.item-selected a {color:#ffffff !important;}
/* End */


/* Start:/bitrix/components/bitrix/menu/templates/mobile-menu-ru/style.css?14969271522740*/
.menuwrapp_mobile{
	margin:0;
	position:relative;
	}	
.mobilemenu_toggle {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAZCAMAAABEio12AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAlQTFRF////IlGRAAAANLpt2gAAAAN0Uk5T//8A18oNQQAAADVJREFUeNpiYAACJiBgwAqYsACwBCNOLYwDp4WJEQhALEasAKsWksGw0jIa+6OxP1JjHyDAAB+rBvXctNEVAAAAAElFTkSuQmCC") no-repeat scroll 100% 50% #0083c7;
    color: #fff;
    text-shadow: 1px 1px #225191;
    display: block;
    font-weight: bold;
    padding: 10px;
    text-align: left;
    text-transform: uppercase;
	margin: 0;
	text-decoration: none;
}
.menuwrapp_mobile, .mobilemenu_toggle, .mobilemenu_toggle a, .mobilemenu_toggle:hover {
    color: #fff !important;
    text-shadow: 1px 1px #225191;
    text-decoration: none;
	font-weight: bold;
}
.menuwrapp_mobile .mobilemenu_toggle b {font-size: 20px !important;}
.menu_mobile{
    border-top: 1px solid #d3d3d3;
    font-size: 16px;
    overflow: hidden;
    padding: 0; margin:0;
    display:none;
}
.menu_mobile, .menu_mobile ul { /* РїРµСЂРІС‹Р№ СѓСЂРѕРІРµРЅСЊ, С‚РѕРїРјРµРЅСЋ, РІС‹РїР°РґР°СЋС‰РёРµ РїСѓРЅРєС‚С‹ */
	list-style-type: none;
	background-color: #0083c7;
	text-align: left;
}
.menu_mobile ul {
	padding-left: 0;
	margin-left: 0;
}
.menu_mobile ul li a, .menu_mobile ul li.parent-punkt a {
	color: #fff;
    text-shadow: 1px 1px #225191;
    margin-left: 20px;
	font-size: 16px;
	font-weight: bold;
}
.parent_toggle_ul .item-selected a, .parent_toggle_ul li a:hover {
	text-decoration:underline;
	font-size: 16px;
	font-weight: bold;
}
.parent_toggle_ul li {
	word-wrap: break-word;
}
.parent_toggle {
	color:#00ffff;
	font-size: 16px; /* С‚СЂРµСѓРіРѕР»СЊРЅРёРє РјРµРЅСЋ */
}
.parent_toggle:hover {
	cursor: pointer;
}
.menu_mobile .sub-menu{
	display:block;
	position: static;
}
.menu_mobile li {
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #d3d3d3;
    line-height:2em;
}
.menu_mobile a {
    color: #333;
    text-shadow: 1px 1px #fff;
 	display: inline-block;
    padding: 0 0 0 1.8em;
    text-align: left;
    text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
.menu_mobile a:hover {
   opacity: 0.8;
   background:#0088cc;
   color: #fff;
   text-shadow: 1px 1px #225191;
	font-size: 16px;
	font-weight: bold;
}
.menu_mobile a:active {
	text-decoration: underline;
	font-size: 16px;
	font-weight: bold !important;
}	
.menu_mobile .sub-menu a{
	padding-left:1.8em;
	font-size: 16px;
	font-weight: bold;
}
.menu_mobile  .sub-menu .sub-menu a{
	padding-left:1.8em;
	font-size: 16px;
	font-weight: bold;
}
.menuwrapp_mobile{display: block;}
.parent_toggle_ul li a:hover, .parent_toggle_ul li a {font-weight: bold !important;}
.parent_toggle_ul2 li a img {display: none;}
/* End */


/* Start:/bitrix/templates/.default/components/g-tech/catalog.sliding/news-slider/style.css?13783632791179*/
.catalog-price {
	 color:red;
}
div.catalog-section table td {
	padding-right:10px;
	padding-top:10px;
text-align:center;
}

#slide_show_slider {
    opacity: 0.8 !important;
    -moz-opacity: 0.8 !important;
    -khtml-opacity: 0.8 !important;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80 !important);
    background: #0081c5;
    height: 30px;
    width: 1200px;
    padding: 5px 5px 0 5px;
text-align:center;
margin-left:auto;
margin-right:auto;
}

#slide_show_title {
    width: 1200px;
	line-height: 1.5;
    padding: 20px;
}

.img_bar {
	width: 62px;
    height: 20px;
    margin: 0px;
    padding: 0px;
    border: solid 1px #ffffff;
    cursor: pointer;
    opacity: 1;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.sst_name{
    font-family: Trebuchet MS, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
    background: #667482;
}

.sst_desc{
    font-family: Trebuchet MS, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    background: #5aafff;
}
/* End */


/* Start:/bitrix/components/news/news.list/templates/corporate-all-objav-pozdr/style.css?138512138479*/
div.news-list img.preview_picture
{
	text-align:center;
	margin:0 4px 6px 0;
}

/* End */


/* Start:/bitrix/components/bitrix/blog/templates/.default/style.css?142201590733012*/
/*blog*/
.blog-posts {display:inline; float:left; margin-right:1%; overflow:hidden; width:79%;}

/*post*/
.blog-post {margin:0; padding-bottom: 2.5em; padding-right:0.8em;}
.blog-post-title {font-size: 1.65em; font-weight:bold; line-height: 1.3em; margin:0 0 0 0; padding:0.2em; padding-left: 0.6em; font-family: Arial;}
.blog-post-title a {text-decoration: none !important;}
.blog-post-title a :hover{text-decoration: underline !important;}
.blog-post-info {padding:0.2em 0.6em 0.2em}
.blog-post-info-back {}
.blog-post-content {padding: 0.4em 0.6em 0.4em; overflow: hidden; border-bottom: 1px dotted; line-height: 1.4em;}

.blog-post-meta { font-size:0.85em; line-height:1.4em; margin:0; padding:0; padding-top:0.3em; padding-bottom:0.3em; padding-left: 0.6em;}
.blog-post-date {margin:0.1em 0; padding:0 0 0 0.3em; line-height: 1.4em; display:inline;}
.blog-post-current .blog-post {padding-right: 0;}

.blog-post-edit-link, .blog-post-delete-link, .blog-post-comments-link, .blog-post-views-link, .blog-post-publish-link, .blog-post-hide-link, .blog-post-show-link {background-repeat: no-repeat; padding-left: 18px; height: 16px; display:inline-block; padding-right: 0.5em; font-size: 1.2em;}
.blog-post-comments-link {padding-left: 15px;}
.blog-post-show-link {padding-left: 19px;}

.blog-post-tag {padding-top: 0.4em;}
.blog-post-tag a {text-decoration: none !important;}
.blog-post-tag a:hover {text-decoration: underline !important;}
.blog-post-avatar img {float:right;}
.blog-post-avatar {padding: 0.1em 0.3em 0.3em 0.3em;}

/*post form*/
div.blog-post-field-text textarea {width: 100%;}
div.blog-post-field-text {padding-bottom: 0.2em;}
div.blog-post-fields {}
div.blog-post-field {}
div.blog-post-field-title input, div.blog-post-field-category input  { width: 100%;}
div.blog-post-field-code input  { width: 40%;}
div.blog-post-field-user {width: 100%; /*IE Fix or zoom:1 */}
div.blog-post-field-title, div.blog-post-field-category, div.blog-post-field-favorite, div.blog-post-field-date, div.blog-post-field-enable-comments { width:100%; }
div.blog-post-field-access, div.blog-post-field-seo, div.blog-post-field-category { padding-top: 10px}

div.blog-post-field-date {padding-top: 0.5em;}
div.blog-post-field-favorite div, div.blog-post-field-enable-comments div{display:inline;}
div.blog-post-field-favorite, div.blog-post-field-enable-comments {padding-bottom: 0.4em;}
div.blog-post-field-sep { width:2%; float: left;}
div.blog-post-image-item {float:left; padding-right: 1em; padding-bottom: 2em; height:150px;}
div.blog-post-image-item-border {border: 1px solid; height:100px; text-align: center; vertical-align: middle; width:100px;}
div.blog-post-image-item-input {padding-top: 0.5em;}
div.blog-post-image-item-input input {width: 100px;}
div.blog-post-buttons {padding-top:1em; padding-bottom: 0.4em;}
div.blog-post-field-category div.blog-post-field-text label, div.blog-post-field-access-title, div.blog-post-field-code div.blog-post-field-text label, div.blog-post-field-seo label {font-weight: bold; font-size: 1.1em;}
 
div.blog-post-bbcode-line {padding-top:0.2em;}
.blog-group-edit {background-repeat: no-repeat; width:16px; height:16px; display:inline-block;}
.blog-group-delete {background-repeat: no-repeat; width:16px; height:16px; display:inline-block;}
.blog-group, .blog-group-label{ }

div.blog-post-edit-form{width: 97%; padding: 0.8em;}
div.blog-buttons {padding-top: 1em;}


/*comment*/
.blog-comment {margin:0; padding-top: 0.7em;}
.blog-comment-cont{}
.blog-comment-info {display:block;}
.blog-comment-content {display:block; overflow: hidden; padding-top: 0.5em;}
.blog-comment-meta {font-size:0.85em; padding-top: 0.5em; padding-bottom: 0.5em;}
.blog-comment-date {font-size:0.85em; display:inline;}
.blog-comment-author-info {display:inline;}
.blog-comment-avatar {float:left; margin-right: 0.5em; width: 30px; height: 30px; border:1px solid #c4c4c4; background-color: #eceaec;}
.blog-comment-avatar img{}
.blog-comment-meta a { text-decoration: none !important;}
.blog-comment-meta a:hover {text-decoration: underline !important;}
.blog-comment-link, .blog-comment-delete, .blog-comment-parent, .blog-comment-answer, .blog-comment-edit, .blog-comment-show, .blog-comment-hide {display:inline-block;}
.blog-add-comment {text-align:center; padding-top: 0em; padding-bottom: 1.5em;}
.blog-comment-nav {padding-bottom: 0.6em; padding-left: 0.7em;}

/*comment-form*/
div.blog-comment-form { margin-bottom:0.7em; margin-top:0.7em; width:80%;}
div.blog-comment-field-text  {width: 100%;}
div.blog-comment-field-text textarea { width: 99.9%; }
div.blog-comment-field-tags { display: none; }
div.blog-comment-field-tags input { width:80%; }
div.blog-comment-field-captcha input { width: 180px;}
div.blog-comment-field-settings input { width:1.55em; height:1.55em; margin:0 0 0 -0.25em; vertical-align: middle; font-size:1em; }
div.blog-comment-field-settings label { vertical-align: middle; }
div.blog-comment-fields { padding:0.8em; zoom:1;}
div.blog-comment-field {}
div.blog-comment-field-title input, div.blog-comment-field-desc input { width: 80%;}
div.blog-comment-field-user {width: 100%; padding-bottom: 5px; }
div.blog-comment-field-author, div.blog-comment-field-email { float:left; width:47%;}
div.blog-comment-field-text {padding-bottom: 0.2em;}
div.blog-comment-field-user-sep { width:5%; float: left; }
div.blog-comment-field-author input, div.blog-comment-field-email input { width:100%; }
div.blog-comment-field-bbcode {padding-top: 0.7em;}
div.blog-comment-field-captcha-image{padding-top: 0.4em;}
div.blog-comment-buttons { margin-top: 1em; padding-bottom: 0.4em;}
div.blog-comment-buttons input { padding:0 0.5em; font-size:1.184em;}


/*menu*/
div.blog-menu-box {margin-bottom: 1em; padding-bottom:0.5em; line-height: 1.5em; zoom: 1;}
div.blog-menu-box span { white-space:nowrap; display: inline-block;}
div.blog-settings-menu-box {margin-bottom: 1em; padding-bottom:0.5em; line-height: 1.5em; zoom: 1; }
div.blog-settings-menu-box span{ white-space:nowrap; display: inline-block;}


/*sidebar*/
.blog-sidebar { display:inline; float:right; overflow:hidden; width:20%;}
.blog-sidebar ul,.blog-sidebar ul li ul {margin:0;padding:0; list-style:none !important;}
.blog-sidebar ul li {margin:0;padding:0px; list-style:none !important; text-align:left;}
.blog-sidebar h3 { font-size: 1em; font-weight: bold; letter-spacing: 1px; border-bottom: 1px solid; padding:0; padding-bottom: 0.6em; margin: 0;}
.blog-sidebar li ul li {margin:0;padding:0; border:0;}
.blog-sidebar ul li ul li {text-align:left; margin:0; padding: 0;}
.blog-sidebar ul li ul li a {text-decoration: none; outline: 0;}
.blog-sidebar ul li ul li a:hover {text-decoration: underline;}
.blog-sidebar ul {padding: 1em; }
.blog-sidebar ul  li ul{padding-top: 0.4em; }
.blog-sidebar-title a {text-decoration: none;}
.blog-sidebar-avatar {text-align: center;}


/*general*/
div.blog-errors {border-width:1px; border: 1px solid; margin: 1.117em; padding: 0.4em 1.117em;}
div.blog-errors ul {padding:0.3em 0 0.3em 2em; margin:0;}
div.blog-errors ul li {margin:0; padding:0;}

div.blog-notes {border-width:1px; border: 1px solid; margin: 1.117em; padding: 0.4em 1.117em;}
div.blog-notes ul {padding:0.3em 0 0.3em 2em; margin:0;}
div.blog-notes ul li {margin:0; padding:0;}

div.blog-textinfo {border: 1px solid ; margin: 1.117em; padding: 0.4em 1.117em;}
div.blog-textinfo ul {padding:0.3em 0 0.3em 2em; margin:0;}
div.blog-textinfo ul li {margin:0; padding:0;}

div.blog-clear-float {clear: both;}

table.blog-table-header-left, table.blog-table-header-top {border-collapse:collapse; border: none;}
table.blog-table-header-left th, table.blog-table-header-left td, table.blog-table-header-top th, table.blog-table-header-top td {padding:0.5em; vertical-align:top; border-top: 1px solid;}
table.blog-table-header-left th {text-align:right;}
table.blog-table-header-top th {text-align:center;}

table.blog-edit-perms-table  {border: none;}
table.blog-edit-perms-table th, table.blog-edit-perms-table td {padding:0.2em; vertical-align:top; border: none; border-top: 0px;}
table.blog-edit-perms-table  th {text-align:center;}

div.blog-line {background-repeat: no-repeat; height:3px; width:100%;}
.blog-author {margin:0; padding:0; display:inline; font-weight: bold;}
.blog-author-icon {width:16px; height:16px; display:block; float:left; background-repeat: no-repeat; padding-right:0.2em; line-height: 1em;}

/*bbcode line*/
div.blog-bbcode-line {margin-right: 3px; float: left;}
div.blog-smiles-line, div.blog-more-smiles {float: left; white-space:nowrap; margin-left: 5px; font-size: 0.95em;}
div.blog-bbcode-closeall {float: right;}
div.blog-bbcode-line img, div.blog-smiles-line img { border: 0;}
div.blog-bbcode-line a, div.blog-smiles-line a {vertical-align: middle;}
div.blog-bbcode-line a {width: 20px; height: 20px; float: left; margin-right: 0.2em; background-position: center center;  background-repeat:no-repeat; display: block;}
div.blog-bbcode-line a, div.blog-bbcode-line img, div.blog-smiles-line a, div.blog-smiles-line img { outline: none; }
div.blog-bbcode-line select { float: left; margin-left:3px; padding:0px; height:20px;} 
div.blog-bbcode-closeall a{padding-left: 1em; vertical-align: middle; float: left;}

/*BBCode Icons*/
a.blog-bbcode-bold {background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_bold.gif);}
a.blog-bbcode-italic {background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_italic.gif);}
a.blog-bbcode-color {background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_color.gif);}
a.blog-bbcode-underline{background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_underline.gif);}
a.blog-bbcode-strike{background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_strike.gif);}
a.blog-bbcode-url{background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_link.gif);}
a.blog-bbcode-img-upload{background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_image.gif);}
a.blog-bbcode-img{background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_image_upload.gif);}
a.blog-bbcode-video{background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_video.gif);}
a.blog-bbcode-code{background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_code.gif);}
a.blog-bbcode-quote{background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_quote.gif);}
a.blog-bbcode-video{background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_video.gif);}
a.blog-bbcode-list{background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_list.gif);}
a.blog-bbcode-cut{background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/cut.gif);}


/*main page*/

div.blog-mainpage {width: 100%;}
div.blog-mainpage-side-left {float:left; width:52%; padding-right: 0.5em; }
div.blog-mainpage-side-right {float:right; width:46%; }

.blog-mainpage-item {margin:0; padding-bottom: 0.6em; padding-top: 0.5em;}
.blog-mainpage-title{margin:0; padding-bottom: 0.5em; padding-top: 0.4em; font-weight:bold; }
.blog-mainpage-content {line-height:1.4em; font-size:0.95em; display:block;}
.blog-mainpage-meta {font-size:0.89em; line-height:1.4em; margin:0; padding:0; padding-top: 0.4em;}
.blog-mainpage-meta a {text-decoration: none !important;}
.blog-mainpage-meta a:hover {text-decoration: underline !important;}

div.blog-mainpage-comment .blog-mainpage-meta {display:inline; padding-left: 0.4em; font-size: 0.89em;}
div.blog-mainpage-comment .blog-mainpage-content {padding-top: 0.4em;}
div.blog-mainpage-comment .blog-mainpage-content a {text-decoration: none !important;}
div.blog-mainpage-comment .blog-mainpage-content a:hover {text-decoration: underline !important;}
div.blog-mainpage-item .blog-author {font-weight: normal;}
div.blog-mainpage-comment .blog-mainpage-title {font-weight: normal;}


div.blog-mainpage-blogs .blog-mainpage-content a {text-decoration: none;}
div.blog-mainpage-blogs .blog-mainpage-content a:hover {text-decoration: none;}

.blog-tab { padding:0; margin:0; min-height:31px; height:100%; width:96%; line-height: 2.35em; display:block;}
.blog-tab-left {background-repeat: no-repeat; padding:0; margin:0; width: 3px; height: 31px; float:left;}
.blog-tab-right {background-repeat: no-repeat;  padding:0; margin:0; width: 3px; height: 31px; float:right;}

.blog-tab-container {width: 100%; display: block;}

.blog-tab-items {float: right;  font-size: 0.95em; padding-right: 0.6em; display:inline; white-space: nowrap;}
.blog-tab-items a {text-decoration: none !important; padding-left: 0.6em;}
.blog-tab-items a:hover {text-decoration: underline !important;}
.blog-tab-title {font-weight: bold; padding-left: 0.5em; float: left; display:inline; overflow:hidden;}
.blog-tab-title a {text-decoration: none !important;}
.blog-tab-title a:hover {text-decoration: underline !important;}


div.blog-tab-content {padding-top:0.2em; padding-left: 0.6em; padding-right: 0.6em; padding-bottom: 1.7em;}
div.blog-mainpage-search-cloud {padding-top: 0.4em;}


.blog-calendar  {text-align:center;}
.blog-calendar table th {font-weight:normal;}

.blog-rss div {padding-top: 0.6em;}
.blog-rss-icon {background-repeat: no-repeat; width:17px; height:17px; display:block; line-height: 1em;}

.blog-group-icon {width:16px; height:16px; display:block; float:left; background-repeat: no-repeat; padding-right:0.2em; line-height: 1em;}

.blog-search-form {padding-top: 0.6em;}
.blog-search-form div{padding-bottom: 0.4em;}

.blog-mainpage-create-blog {padding-bottom: 1em; padding-left: 0.6em}

.blog-rss-subscribe {padding-bottom: 1.5em;}
.blog-rss-subscribe .blog-tab-items {padding-top: 0.55em;}
.blog-group-rss {padding-top: 1em;}

table.blogquote, table.blogcode { font-size:1em; margin:0.5em 1em; width:80%; border:1px solid;}
table.blogquote td, table.blogcode td { padding:0.95em 1.5em; }
table.blogcode td {font-family:"Courier New"; white-space:pre-wrap;}
table.blogcode pre {font-family:"Courier New"; font-size: 12px; margin: 0; line-height: 15px; white-space:pre-wrap;}

div.blog-post-quote, div.blog-post-code {padding-top: 0.6em; padding-bottom: 0.6em;}
div.blog-post-quote span, div.blog-post-code span {padding-left:0.6em;}
div.blog-post-quote table.blogquote, div.blog-post-code table.blogcode {margin: 0;}

/*page navigation*/
div.blog-page-navigation  {padding-bottom: 0.8em;}
div.blog-page-navigation a, span.blog-page-current, span.blog-page-dots {padding-left:0.75em;	padding-right: 0.5em; text-decoration: none;}

div.blog-page-navigation a.blog-page-first, div.blog-page-navigation span.blog-page-first { padding-left: 0.5em; }
span.blog-page-current { font-weight: bold; }

/*blog navigation*/
ul.blog-navigation {list-style-position:outside; list-style-type:none; padding: 0; margin: 0; padding-bottom: 1em; }
ul.blog-navigation li {display:inline;}

/*color*/
.blog-post-content {border-bottom-color: #CCCCCC;}

.blog-post-meta, .blog-comment-meta, .blog-comment-nav  {color: #969696;}
.blog-post-tag a, .blog-comment-meta a , .blog-mainpage-meta a {color:#969696 !important;}

.blog-post-date, .blog-comment-date {color: #767676;}
div.blog-post-date span.blog-post-time, div.blog-post-date span.blog-post-day {display:none;}
div.blog-post-edit-form, div.blog-comment-fields {background-color: #f1f1f1;}
div.blog-post-image-item-border {border-color:#D8D8D8;}
.blog-sidebar {background-color: #f5f5f5;}
.blog-sidebar h3 {border-bottom-color: #dadada;}
.blog-bottombar h3 {color: #333333;}
.blog-sidebar-title {color: #000 !important;}
.blog-sidebar-title a {color: #000 !important;}

div.blog-errors {border: solid 1px #DFBDAC; background: #F6DBCE;}
div.blog-notes {border: solid 1px #DAD7A7; background: #F6F9D3;}
div.blog-textinfo {border: solid 1px #D5D5D5; background: #F6F6F6;}

.blog-required-field {color: red;}
table.blog-table-header-left th, table.blog-table-header-left td, table.blog-table-header-top th, table.blog-table-header-top td {border-top-color: #D5D5D5;}

div.blog-post-quote > span, div.blog-post-code > span {color: #7d7d7d; display: none;}
div.blog-post-code table.blogcode { border-color: #E8E8E8; color: #7D7D7D; background-color: #F7F7F7;}
div.blog-post-quote table.blogquote { border-color: #E8E8E8; color: #555; background: url(/bitrix/components/bitrix/blog/templates/.default/images/quote-gray.png) no-repeat scroll left top #f7f7f7;}

div.blog-mainpage-comment .blog-mainpage-content a, div.blog-mainpage-blogs .blog-mainpage-content a:hover, div.blog-mainpage-blogs .blog-mainpage-content a, div.blog-mainpage-comment .blog-mainpage-content a:hover {color: #333;}

.blog-tab, .blog-tab-container {background-color: #ededed;}
.blog-tab-items {color: #767676;}
.blog-tab-items a {color:#767676 !important;}
.blog-tab-title a {color: #000 !important;}
.blog-comment-cont-white {background-color: #fff; padding: 1px;}

/*images*/
div.blog-tab-left {background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/plashka_start.gif);}
div.blog-tab-right {background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/plashka_end.gif);}
div.blog-line {background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/line_gradient.gif);}
.blog-rss-icon {background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/rss_icon.gif);}

div.blog-comment-new .blog-comment-date {background-color: #FFF4CA; padding-top: 2px;padding-bottom: 3px;padding-left: 4px;padding-right: 4px;}
div.blog-comment-hidden .blog-comment-cont-white, div.blog-comment-hidden .blog-comment-date {background-color: #ededed;}

div#special_perms {padding-top: 0.5em;}

div.blog-post-meta div.blog-post-info-bottom {display:none;}

.blog-post-meta span.blog-post-link-counter, .blog-post-meta span.microblog-post-link-counter {padding: 0 0 0 0.3em;}
div.blog-post-rating {float: right;}
div.blog-post-share {position:relative; float: right;}

img.linked {
    border: none;
    cursor: pointer;
    height: 21px;
    left: 2px;
    position: relative;
    top: 6px;
    width: 11px;
}

div.blog-edit-field-code label.blog-edit-field-caption {font-weight:bold;}
span#post-code-input {display:none;}
a#post-code-text {
	background-color: #fff4ca;
	border-bottom: dashed 1px;
	text-decoration: none;
	}
div.blog-post-field-code {padding-top: 0.5em;}

div.blog-tags-cloud {text-align:center;}

div.blog-comment-preview div.blog-comment-cont-white{border-top: 1px solid red; border-bottom: 1px solid red;}

div.blog-post-edit-micro #lhe_btn_sourcebb, div.blog-post-edit-micro #blog-post-image{display: none;}
/*div.blog-post-edit-micro div.blog-comment-field-bbcode{padding:0.2em;}*/
div.blog-post-edit-micro {margin-bottom: 2em; width: 78%;}
div.blog-post-edit-micro #blogpost-length {font-weight:bold; display:inline;}

div.blog-post-edit-micro div.blog-post-edit-form {padding: 0; background-color: white; width: 100%;}
div.blog-post-edit-micro div.blog-post-buttons{text-align:left; padding-top:0.7em; padding-bottom:0.1em;}
div.blog-post-edit-micro #edit-post-text {padding: 0; border: 1px solid #C2C2C2; border-radius: 2px;}
div.blog-post-edit-micro .lhe-stat-toolbar-cont, div.blog-post-edit-micro .lhe-button , div.blog-post-edit-micro div.lhe-tlbr-smile-cont {border: 0;}
div.blog-post-edit-micro #blog-post-micro-lhe-hide{display: inline-block; float:right;}
div.blog-post-edit-micro .lhe-button-cont{padding-left:3px;}
div.blog-post-edit-micro #blog-post-micro-lhe-but {display: inline-block; padding-top: 3px;}

div.blog-post-edit-micro .lhe-button-cont #lhe_btn_image {
	background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/icon_image.gif) !important;
	background-position: 3px 2px !important;
	background-repeat: no-repeat;
	cursor: pointer;
}
div.blog-post-edit-micro .lhe-button-cont #lhe_btn_createlink {
	background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/icon_link.gif) !important;
	background-position: 2px 2px !important;
	background-repeat: no-repeat;
	cursor: pointer;
}
div.blog-post-edit-micro .lhe-button-cont #lhe_btn_bloginputvideo {
	width: 17px;
	height: 15px;
	padding-top: 2px;
	cursor: pointer;
}
div.blog-post-edit-micro .lhe-button-over {
	background-color: #fff;
}
div.blog-post-edit-micro .blog-post-group-text{color:#999;}

div.blog-post-edit-micro #blog-post-micro-lhe-hide{
	position: absolute;
	top: 2px;
	right: 2px;
}
div.blog-post-edit-micro #blog-post-micro-lhe-hide div {
	display: inline-block;
	cursor: pointer;
	width: 17px;
	height: 17px;
	vertical-align: middle;
	background: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/icon_close.gif) no-repeat;
}

div.blog-post-edit-micro .blog-post-field-bbcode {position: relative;}
div.blog-comment .blog-author {line-height: 30px;}

div.microblog-post .blog-post-avatar  {float:left; margin-right: 0.5em; width: 30px; height: 30px; border:1px solid #c4c4c4; background-color: #eceaec; padding: 0px;}
div.microblog-post .blog-post-avatar img{}
div.microblog-post .blog-post-info {background: none; padding: 0;}
div.microblog-post .blog-author {line-height: 30px;}
div.microblog-post div.blog-post-content {border: none; padding: 0; padding-top: 0.5em;}
div.microblog-post { border-bottom: 1px solid #E5E5E5; padding:1px; margin-bottom: 1.5em;}

div.microblog-post div.blog-post-meta {padding-top: 0.5em; padding-bottom: 0.5em; font-size:0.85em; padding-left:0px;}

div.microblog-post div.blog-post-meta a {color: #969696 !important; text-decoration: none !important;}
div.microblog-post div.blog-post-meta a:hover {text-decoration: underline !important;}

div.microblog-post .blog-post-date {font-size:0.85em; color: #969696;}
/*div.blog-post-edit-micro  td.lhe-resize-row, div.blog-post-edit-micro  td.lhe-resize-row img {height: 1px !important;}*/


div.blog-comment-line {background-color: #ededed; height:1px; background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/line-start.gif); background-repeat: no-repeat; background-position: left;}

span.blog-vert-separator {height: 7px; width:1px; margin-left: 0.2em; margin-right: 0.2em; background-color: #e0e0e0; display: inline-block;}
div.blog-post-meta-util span {display: inline-block;}
div.blog-post-meta-util * {text-decoration: none !important;}

div.microblog-post div.blog-post-date a {color: #969696 !important; text-decoration: none !important;}
div.microblog-post div.blog-post-meta-util a {color: #969696 !important; text-decoration: none !important;}

.blog-post-meta .bx-rating span, .blog-post-meta-util.bx-rating a {  font-size: 13px;}
.blog-post-current-micro .bx-rating span, .blog-post-current-micro .bx-rating a {  font-size: 11px;}
.blog-mainpage-meta .bx-rating span { color:#969696 }

.blog-mainpage-meta span.ilike-light-blog-post *, .blog-mainpage-meta span.ilike-light-microblog * {color:#969696 !important; text-decoration: none !important; font-size: 1em;}
.blog-post-meta-util a span {cursor:pointer;}

.blog-post-meta-util  .ilike-light .bx-ilike-right { padding: 0px 1px 0 11px; background-position:0 -42px; font-size: 1.2em;}
.blog-post-meta-util .ilike-light .bx-you-like .bx-ilike-right { background-position:0 -22px; }
.blog-post-meta-util  .ilike-light .bx-ilike-text {	padding: 0; font-size: 1.2em;}
.microblog-post .blog-post-meta-util .ilike-light .bx-ilike-right {font-size: 11px}
.microblog-post .blog-post-meta-util .ilike-light .bx-ilike-text {font-size: 11px}

div.blog-comments .blog-comment-nav a.blog-comment-nav-item-sel {font-weight:bold; text-decoration:none; color: #969696; cursor: default;}
.blog-comment-nav-item {}

/* autosave */
a.blogPostAutoSave {
	float: right;
	display:block;
	width:18px;
	height:18px;
	margin:3px 3px 0 0;
	position:relative;
	z-index:2;
}

.blog-post-edit-micro a.blogPostAutoSave {margin-right: 10px; margin-left: -12px; margin-top: 2px;}

.blog-notify-bar {
	width: 100%;
	height: 2.5em;
	line-height: 2.5em;
	background: url("/bitrix/js/main/core/images/panel/sprite03.png") repeat-x scroll 0 -1178px #FFEB8D !important;
	position:relative;
}
.blog-micro-notify-bar {
	width: 100%;
	height: 3em;
	line-height: 1.5em;
	background: url("/bitrix/js/main/core/images/panel/sprite03.png") repeat-x scroll 0 -1178px #FFEB8D !important;
	position:relative;
}
.blog-notify-close {
    display: block !important;
    height: 12px !important;
    margin: 3px 6px 0 0;
    padding: 0 !important;
    position: absolute !important;
    right: 5px !important;
    top: 5px !important;
    width: 12px !important;
}
.blog-notify-close a {
    background: url("/bitrix/js/main/core/images/panel/sprite03.png") no-repeat scroll -268px -243px transparent !important;
    display: block !important;
    height: 12px !important;
    width: 12px !important;
	cursor:pointer;
}
.blog-notify-text {
    color: #000000 !important;
    margin: 0 !important;
    text-align: center !important;
}
.blog-notify-text a.blogPostAutoRestore {
	position:relative;
    color: #ff0000;
	cursor:pointer;
	text-decoration:underline;
    margin-right: 9px;
    margin-top: 5px;
	z-index:2;
}



span.blog-post-group-value {
	margin-left:0.5em; 
	border-bottom: dashed 1px; 
	overflow: hidden;
	white-space: nowrap;
	max-width: 300px;
	}
span.blog-post-group-delete1 {
	background: url("/bitrix/js/main/core/images/controls-sprite.png") no-repeat scroll -21px 8px transparent;
	cursor: pointer;
	display: inline-block;
	height: 20px;
	width: 15px;
	vertical-align: top;
	margin-left: 2px;
}
#blog-post-group-selector {display:inline-block; cursor: pointer; }

.blog-post-sonet-group {padding-bottom: 0.5em;}
.blog-post-edit-micro #blog-post-group-selector{
	display: inline-block;
	float:right; 
	font-family: Arial; 
	color: #b2b2b2;
	padding-right: 5px;
}
span.blog-post-group-delete {
	display: inline-block;
	cursor: pointer;
	width: 13px;
	height: 16px;
	vertical-align: top;
	background: url(/bitrix/js/main/core/images/controls-sprite.png) no-repeat 0 -282px;
}

div.blog-post-group-selector-text
{
	display: inline-block;
	float:right; 
	font-family: Arial; 
	color: #b2b2b2;
	padding-right: 5px;
	overflow: hidden;
	width: 350px;
	white-space: nowrap;
	text-align: right;
}
/* buttons */
.blog-small-button, .blog-small-button-left, .blog-small-button-icon, .blog-small-button-right, .blog-small-button-text {
	display: inline-block; vertical-align: top; height:27px;
	cursor:pointer; text-decoration:none !important; outline:none;
}

.blog-small-button { margin: 0; background: url(/bitrix/js/main/core/images/controls-sprite.png) repeat-x 0 -551px;}
.blog-small-button-left { width:4px; background: url(/bitrix/js/main/core/images/controls-sprite.png) no-repeat -15px -493px; margin-right: 8px; }
.blog-small-button-text { font: normal normal normal 13px/24px Arial, Helvetica, sans-serif; color: #4f4f4f;}
.blog-small-button-right { width:6px; background: url(/bitrix/js/main/core/images/controls-sprite.png) no-repeat -22px -493px; margin-left: 8px;}

.blog-small-button:hover { background: url(/bitrix/js/main/core/images/controls-sprite.png) repeat-x 0 -985px; }
.blog-small-button:hover .blog-small-button-left { background: url(/bitrix/js/main/core/images/controls-sprite.png) no-repeat -15px -927px; }
.blog-small-button:hover .blog-small-button-right { background: url(/bitrix/js/main/core/images/controls-sprite.png) no-repeat -22px -927px; }

.blog-arrow{
	width: 30px;
	height: 17px;
	background: url("/bitrix/components/bitrix/blog/templates/.default/images/arrow.png") no-repeat 5px 5px;
	display: inline-block;
}

.feed-com-files {padding-top:10px;}
.feed-com-files-title {color:#5c6470; font-size:12px; font-weight:bold; float:left; min-width:50px;}
.feed-com-files-cont {overflow:hidden; padding:1px 0 1px 10px; zoom:1;}
.feed-com-file-wrap {cursor:pointer; display:inline-block; font-size:12px; line-height:14px; margin:0 12px 12px 0; vertical-align:middle;}
.feed-com-file-wrap:hover .feed-com-file-name {text-decoration:underline;}
.feed-con-file-icon {background:url("/bitrix/components/bitrix/blog/templates/.default/images/live_feed_sprite.png") no-repeat -55px -220px; display:inline-block; margin-right:5px; height:16px; vertical-align:middle; width:16px;}
.feed-com-file-name {color:#2067b0; display:inline-block; font-weight:bold; margin-right:4px; max-width:120px; vertical-align:top; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.feed-com-file-size {color:#5c6470; display:inline-block; font-size:12px; vertical-align:top;}
.feed-com-files-photo {
    border:1px solid #eeeeee;
    border-radius:1px;
    box-shadow: 0 0 1px #eee, inset 0 0 1px #eee;
    display:inline-block;
    height:48px;
    margin:0 8px 8px 0;
    padding:3px;
    width:48px;
}

.feed-com-files-cont .feed-com-files-photo {height:69px; width:69px;}
.feed-file-icon-bmp {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -128px !important;}
.feed-file-icon-css {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -32px !important;}
.feed-file-icon-csv {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -224px !important;}
.feed-file-icon-dib {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -32px !important;}
.feed-file-icon-doc {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -288px !important;}
.feed-file-icon-docp {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -288px !important;}
.feed-file-icon-docx {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -288px !important;}
.feed-file-icon-gif {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -128px !important;}
.feed-file-icon-htm {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -32px !important;}
.feed-file-icon-html {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -32px !important;}
.feed-file-icon-jfif {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -128px !important;}
.feed-file-icon-jpe {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -128px !important;}
.feed-file-icon-jpeg {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -128px !important;}
.feed-file-icon-jpg {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -128px !important;}
.feed-file-icon-js {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -32px !important;}
.feed-file-icon-pdf {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -415px !important;}
.feed-file-icon-php {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -32px !important;}
.feed-file-icon-png {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -128px !important;}
.feed-file-icon-ppt {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -256px !important;}
.feed-file-icon-pptp {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -256px !important;}
.feed-file-icon-pptx {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -256px !important;}
.feed-file-icon-rar {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -96px !important;}
.feed-file-icon-rtf {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -288px !important;}
.feed-file-icon-swf {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -32px !important;}
.feed-file-icon-tif {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -128px !important;}
.feed-file-icon-tiff {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -128px !important;}
.feed-file-icon-txt {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -192px !important;}
.feed-file-icon-xls {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -224px !important;}
.feed-file-icon-xlsp {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -224px !important;}
.feed-file-icon-xlsx {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -224px !important;}
.feed-file-icon-xml {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -32px !important;}
.feed-file-icon-zip {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -96px !important;}

.feed-add-photo-block-wrap {margin-top:-17px;}
.feed-add-photo-block {display:inline-block; margin:17px 17px 0 0; min-height:92px; width:102px; padding-right:21px; position:relative; vertical-align:top;}
.feed-add-photo-block .feed-add-post-del-but {background-position:6px -19px; background-color:#fff; height:22px; top:1px; z-index:0;}
.feed-add-img-wrap {
    background:#fff;
    border:1px solid #e2e6e6;
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);
    box-shadow: 0 0 2px rgba(137,137,137,0.3);
    display:block;
    text-align:center;
    padding:4px;
    position:relative;
    z-index:2;
}
.feed-add-img-title {color:#2067b0; display:block; font-weight:bold; font-size:12px; margin-top:3px; overflow: hidden;}
.feed-add-photo-block .feed-add-close-icon {background-color:#fff; background-position:8px -19px; height:22px; top:1px; right:1px; width:22px;}
.feed-add-photo-block .feed-add-close-icon:hover {background-position:-57px -60px;}
.feed-add-post-del-but {
	background: url("/bitrix/components/bitrix/blog/templates/.default/images/live_feed_sprite.png") no-repeat;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 20px;
	position: absolute;
	width: 20px;
}
.feed-add-photo-block .feed-add-post-del-but {
background-position: 6px -19px;
background-color: white;
height: 22px;
top: 1px;
z-index: 0;
}

#blog-upload-file, #blog-show-seo {color: #2067B0; border-bottom: dashed 1px #2067B0; text-decoration: none;}
#blog-comment-user-fields-UF_BLOG_COMMENT_DOC .file-selectdialog-switcher {display: none;}
#blog-post-user-fields-UF_BLOG_POST_DOC .file-selectdialog-switcher {display: none;}

.blg-cancel-com,
.blg-cancel-com:link,
.blg-cancel-com:visited,
.blg-cancel-com:active {color:#5c6470 !important; font-size: 12px; text-decoration:none; padding-left: 15px;}
.blg-cancel-com:hover {text-decoration:underline;}

#blog-show-seo-fields input, textarea {width: 100%}
/* End */


/* Start:/bitrix/components/bitrix/blog/templates/.default/themes/blue/style.css?13370678621129*/
/*color*/
.body-blog a:link, .body-blog a:visited, .body-blog a:active, .blog-navigation-box li a {color:#0e5196;}
.body-blog a:hover {color:#d04747;}

.blog-post-title {background-color: #e5e7f1;}
.blog-post-title span, .blog-post-title a:link, .blog-post-title a:visited, .blog-post-title a:active {color: #365fa3;}

/*images*/
.blog-group-icon {background-image: url(/bitrix/components/bitrix/blog/templates/.default/themes/blue/images/user_group.gif);}
.blog-author-icon {background-image: url(/bitrix/components/bitrix/blog/templates/.default/themes/blue/images/user.gif);}
.blog-group-edit, .blog-post-edit-link {background-image: url(/bitrix/components/bitrix/blog/templates/.default/themes/blue/images/icon_edit.gif);}
.blog-group-delete, .blog-post-delete-link {background-image: url(/bitrix/components/bitrix/blog/templates/.default/themes/blue/images/icon_delete.gif);}
.blog-post-comments-link {background-image: url(/bitrix/components/bitrix/blog/templates/.default/themes/blue/images/icon_comment.gif);}
.blog-post-views-link {background-image: url(/bitrix/components/bitrix/blog/templates/.default/themes/blue/images/icon_view.gif); }
.blog-post-publish-link {background-image: url(/bitrix/components/bitrix/blog/templates/.default/themes/blue/images/icon_publish.gif);}
.blog-post-show-link {background-image: url(/bitrix/components/bitrix/blog/templates/.default/themes/blue/images/icon_show.gif);}
.blog-post-hide-link {background-image: url(/bitrix/components/bitrix/blog/templates/.default/themes/blue/images/icon_hide.gif);}

.blog-comment-cont{}
.blog-comment-info {}
.blog-post-info-back {}
.blog-post-info {background-color: #f5f5f5; border-top: 1px solid #fff;}

/* End */


/* Start:/bitrix/templates/bsu_red_blue_template/components/bitrix/catalog.sections.top/bsu_index_outlist/style.css?1375947851339*/
.rapid-font-family, div.rapid_outlist_jquery {
					font-family: 'PTSansRegular', Tahoma, Verdana, Helvetica, Arial, sans-serif; 
					font-size:13px;
					text-align:left;
					width:180px;
}

div.rapid_outlist_jquery {padding-left:5px;}

div.rapid_outlist_jquery form {padding-top:0; padding-bottom:0; margin-top:0; margin-bottom:0;}




/* End */


/* Start:/bitrix/templates/bsu_red_blue_template/components/bitrix/catalog.sections.top/banner_block/style.css?1354286137129*/
.catalog-price {
	 color:red;
}
div.catalog-sections-top table td {
	padding-right:10px;
	padding-top:10px;
text-align:center;
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/statistic.table/bsu-statistic/style.css?1493795142213*/
div.statistic-table {
	color: #696C72;
	/*border:1px solid #B7BCDB;*/
	padding:5px;
	width:85px;
	padding-bottom:15px;
	/*font-size: 10px;*/ /* old default */
	font-size: 1em; /* РґР»СЏ С„Р°РєСѓР»СЊС‚РµС‚РѕРІ */
}
/* End */


/* Start:/bitrix/templates/bsu_red_blue_template/styles.css?16245385569314*/
/***Head Blue Block (First Page)***/
.h_blue_block {font-family:Arial; font-size:0.7em; color:white; font-weight:bold}

/*Small text*/
.smalltext, .smalltextwhite, .smalltextblack {font-family: Arial, Helvetica, sans-serif; font-size:0.7em; font-weight:normal;} /*Small text*/
.smalltext {color: #333333;} /*Small text blue*/
.smalltextwhite {color: #60605E;} /*Small text white*/
.smalltextblack {color: #000000;} /*Small text black*/

/*News text*/
.newstext, .newsdata, .newsdatab {font-family: Arial, Helvetica, sans-serif; font-size:0.75em; font-weight:normal; color: #7C7E7F; text-decoration:none;}
.newstext {color: #666666;}
.newsdata {color: #CC5400;}
.newsdatab {font-weight: bold; color: #CC5400;}

.titletext {font-family: Arial, Helvetica, sans-serif; color:#646464; font-size:0.95em; font-weight:bold; line-height: 1.125em;}/*Page title*/
.subtitletext {font-family: Arial, Helvetica, sans-serif; color:#4791D3; font-size:0.8em; font-weight:bold;}/*Subtitle*/

.copy {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.7em; font-weight: normal; text-decoration: none; color: #A3A5A7;}

.newstyle {
                       font-family: 'PTSansRegular', Tahoma, Verdana, Helvetica, Arial, sans-serif;
                        font-weight:bold;
                        color:#663333;
			font-size:2.4em; border-bottom:1px dotted #cccccc;
}


/****************************************** HEADERS **************************************/
h1,h2,h3,h4,h5,h6 {color:#663333; line-height:100%; font-family: 'PTSansNarrowRegular', Tahoma, Verdana, Helvetica, Arial, sans-serif;}
h1 {font-size:26px; border-bottom:1px dotted #cccccc; line-height:115%;}
h2 {font-size:24px;}
h3 {font-size:22px;}
h4 {font-size:20px;}
h5 {font-size:18px;}
h6 {font-size:16px;}
/*******************************************************************************************
.orange-blog {padding:5px;}
h2.blog-post-title, h2.blog-post-title span {font-size:16px; padding:8px;}


/*hr {color: #BDCEDE; height: 1px}*/
hr {border:0; color:#999999; background-color:#999999; height:1px;}

/* Table colors */
td.tableborder, table.tableborder {background-color:#B7BCDB;}
table.tablehead, td.tablehead {background-color:#EBECF3;}
table.tablebody, td.tablebody {background-color:#FFFFFF;}
table.tablenullbody, td.tablenullbody {background-color:#FFFFFF;}

/* Table text */
.tablebodytext, .tablefieldtext, .tabletitletext,
.tableheadtext, .tablebodylink {font-family: Arial, Helvetica, sans-serif; font-size:0.75em;}
.tableheadtext {color:#25639A;}
a.tablebodylink {text-decoration: none}
a.tablebodylink:hover {text-decoration: underline}

/*Include areas*/
table.tableborders, td.tableborders {border: 1px solid #B7BCDB;}
table.tableheads, td.tableheads{background-color:#EBECF3; padding: 5px;}
table.tableheads .smalltext ,td.tableheads .smalltext {color:#565A8A;}
table.tablebodys, td.tablebodys {background-color:#FFFFFF; padding: 5px}
table.tablebodys strong, td.tablebodys strong {color:#565A8A;}

/* Regular text */
.text {font-family:Arial, Helvetica, sans-serif; font-size:0.75em;}

/* Some colors to highlight text */
.errorcolor {color:red;}
.successcolor {color:green;}

/* Form elements */
input.inputfield, input.inputbuttonflat, input.inputbuttonS, input.inputbutton {font-family:Verdana,Arial,Helvetica; font-size:0.7em;}
input.inputfield {color:black; border: solid 1px #C8C8C8;}
input.inputbuttonflat, input.inputbutton { color:#929292; background-color:#EFEFEF; border: solid 1px #C8C8C8; font-size:0.625em;}
input.inputbuttonS {font-weight:bold;}

/* Form elements */
.inputtext, .inputtextarea, .inputselect, .inputcheckbox,
.inputradio, .inputfile, .inputbodybutton {font-family:Arial; font-size:0.7em}

.mainincbg{height: 18px;}
.mainincline{background-color:#B4BDCD}
.maininctitle{font-family: Verdana, Arial, Helvetica, sans-serif; font-size:0.75em; font-weight: bold; color: #6A7B9C; text-decoration:none;}


sup.new {color:green;}
sup.na {color:red;}
sup.en {color:magenta;}
sup.top50 {color:deepskyblue;}

th.forum-column-topics, th.forum-column-topics span,
th.forum-column-replies, th.forum-column-replies span,
th.forum-column-lastpost, th.forum-column-lastpost span,
div.forum-head-title, div.forum-head-title span, th.forum-column-views, th.forum-column-views span,
th.forum-column-message span, th.forum-first-column span, th span, th.forum-first-column span, th.forum-last-column span {color:#225191}

ol.calc li {font-size:12px;}

.bsu-service-list {border:#ccc 1px solid; background-color:#eaeaea;}
.a-dashed {}
.hidden-div {border:#ccc 1px solid; background-color:#eaeaea;}

/************ crossbrowser ****************/
a.vi, a.vi:link, a.vi:active, a.vi:hover, a.vi:visited, b font.li a, b font.li a:hover, b font.li a:active, b font.li a:link, b font.li a:visited, font.li,
span.font-family, b.font-family, span.font-family a, b.font-family a, span.font-family a:hover, b.font-family a:hover, 
span.font-family a:active, b.font-family a:active, span.font-family a:link, b.font-family a:link, span.font-family a:visited, b.font-family a:visited,
font.vi1, a font.vi1, a font.vi1 b, b font.vi1, b font.vi1 a, a b font.vi1, b a font.vi1, font.vi1 b, font.vi1 b a, font.vi1 a, font.vi1 a b,
font.vi2, a font.vi2, a font.vi2 b, b font.vi2, b font.vi2 a, a b font.vi2, b a font.vi2, font.vi2 b, font.vi2 b a, font.vi2 a, font.vi2 a b,
font.vi1 a:link, font.vi1 a:active, font.vi1 a:visited, font.vi1 a:hover,
font.vi2 a:link, font.vi2 a:active, font.vi2 a:visited, font.vi2 a:hover {font-weight:bold; font-family: 'PTSansRegular', Tahoma, Verdana, Helvetica, Arial, sans-serif;}


font.news-date-time {
	color:#999999;
        font-weight:normal;
         font-family: 'PTSansRegular', Tahoma, Verdana, Helvetica, Arial, sans-serif;
}

font.prev-text {
	color:#333333;
        font-weight:normal;
         font-family: 'PTSansRegular', Tahoma, Verdana, Helvetica, Arial, sans-serif;
}

div.property small, 
div.property small a,
div.property small a:hover,
div.property small a:active,
div.property small a:visited,
div.property small a:link {font-size:14px;}

div.blog-mainpage-item, div.blog-author a, div.blog-author noindex a, 
div.blog-mainpage-item, div.blog-author a:link, div.blog-author a:active, div.blog-author a:hover, div.blog-author a:visited,
div.blog-author noindex a:link, div.blog-author noindex a:active, div.blog-author noindex a:visited, div.blog-author noindex a:hover,
div.blog-mainpage-content, div.blog-mainpage-content a, div.blog-mainpage-content a:link, div.blog-mainpage-content a:active, div.blog-mainpage-content a:visited, div.blog-mainpage-content a:hover,
div.blog-mainpage-item p, div.blog-mainpage-item p a, div.blog-mainpage-item p a:link, div.blog-mainpage-item p a:hover, div.blog-mainpage-item p a:active, div.blog-mainpage-item p a:visited {font-weight:normal}

div.news-detail table tr td a, div.news-detail table tbody tr td a, div.news-detail table tr td a:link, div.news-detail table tr td a:hover, div.news-detail table tr td a:active, div.news-detail table tr td a:visited,
div.news-detail table tbody tr td a, div.news-detail table tbody tr td a:link, div.news-detail table tbody tr td a:hover, div.news-detail table tbody tr td a:active, div.news-detail table tbody tr td a:visited,
div.news-detail p b, div.news-detail p b a, div.news-detail p b a:link, div.news-detail p b a:active, div.news-detail p b a:hover, div.news-detail p b a:visited,
div.news-detail ul li img a, div.news-detail ul li img a:link, div.news-detail ul li img a:hover, div.news-detail ul li img a:active, div.news-detail ul li img a:visited,
div.news-detail ul li a, div.news-detail ul li a:link, div.news-detail ul li a:hover, div.news-detail ul li a:active, div.news-detail ul li a:visited,
div.news-detail p a, div.news-detail p a:link, div.news-detail p a:active, div.news-detail p a:hover, div.news-detail p a:visited, 
span.archive_detail_text, span.archive_detail_text b, span.archive_detail_text b a, 
span.archive_detail_text b a.archive_url:link, span.archive_detail_text b a.archive_url:active, span.archive_detail_text b a.archive_url:hover, span.archive_detail_text b a.archive_url:visited,
div.news-list, p.news-item, p.news-item a, p.news-item a:link, p.news-item a:hover, p.news-item a:active, p.news-item a:visited,
p.news-item b a, p.news-item b a:link, p.news-item b a:hover, p.news-item b a:active, p.news-item b a:visited,
p.news-item b a b, p.news-item b a:link b, p.news-item b a:hover b, p.news-item b a:active b, p.news-item b a:visited b,
p.news-item a b, p.news-item a:link b, p.news-item a:hover b, p.news-item a:active b, p.news-item a:visited b,
td. workarea p a, td. workarea p a:link, td. workarea p a:active, td. workarea p a:visited, td. workarea p a:hover,
td a, td a:link, td a:active, td a:hover, td a:visited, td b {font-size:16px !important;}
/**************************************************************************/
/*********************** adp **********************************************/
#adp-kopf {background-color:#eaeaea; width:99%; display:table; padding:1%;}
	#kopf-left {display:table-cell; width:60%; float:left;}
	#kopf-right {display:table-cell; width:39%; float:right; text-align:right;}

#responsible {text-align:right; color:#808080; font-size:small;}

.ui-datepicker-calendar tr th span {color: #fff !important;}
/* End */


/* Start:/bitrix/templates/bsu_red_blue_template/template_styles.css?162453855662794*/
@font-face {
    font-family: 'PTSansCaptionBold';
    src: url('/bitrix/templates/bsu_red_blue_template/fonts/ptc75f.eot');
    src: url('/bitrix/templates/bsu_red_blue_template/fonts/ptc75f.eot?#iefix') format('embedded-opentype'),
		 url('/bitrix/templates/bsu_red_blue_template/fonts/ptc75f.svg') format('svg'),
		 url('/bitrix/templates/bsu_red_blue_template/fonts/ptc75f.woff') format('woff'),
         url('/bitrix/templates/bsu_red_blue_template/fonts/ptc75f.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSansNarrowRegular';
    src: url('/bitrix/templates/bsu_red_blue_template/fonts/ptn57f.eot');
    src: url('/bitrix/templates/bsu_red_blue_template/fonts/ptn57f.eot?#iefix') format('embedded-opentype'),
		 url('/bitrix/templates/bsu_red_blue_template/fonts/ptn57f.svg') format('svg'),
		 url('/bitrix/templates/bsu_red_blue_template/fonts/ptn57f.woff') format('woff'),
         url('/bitrix/templates/bsu_red_blue_template/fonts/ptn57f.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSansNarrowBold';
    src: url('/bitrix/templates/bsu_red_blue_template/fonts/ptn77f.eot');
    src: url('/bitrix/templates/bsu_red_blue_template/fonts/ptn77f.eot?#iefix') format('embedded-opentype'),
		 url('/bitrix/templates/bsu_red_blue_template/fonts/ptn77f.svg') format('svg'),
		 url('/bitrix/templates/bsu_red_blue_template/fonts/ptn77f.woff') format('woff'),
         url('/bitrix/templates/bsu_red_blue_template/fonts/ptn77f.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSansItalic';
    src: url('/bitrix/templates/bsu_red_blue_template/fonts/pts56f.eot');
    src: url('/bitrix/templates/bsu_red_blue_template/fonts/pts56f.eot?#iefix') format('embedded-opentype'),
         url('/bitrix/templates/bsu_red_blue_template/fonts/pts56f.svg') format('svg'),
		 url('/bitrix/templates/bsu_red_blue_template/fonts/pts56f.woff') format('woff'),
         url('/bitrix/templates/bsu_red_blue_template/fonts/pts56f.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSansBoldItalic';
    src: url('/bitrix/templates/bsu_red_blue_template/fonts/pts76f.eot');
    src: url('/bitrix/templates/bsu_red_blue_template/fonts/pts76f.eot?#iefix') format('embedded-opentype'),
         url('/bitrix/templates/bsu_red_blue_template/fonts/pts76f.svg') format('svg'),
		 url('/bitrix/templates/bsu_red_blue_template/fonts/pts76f.woff') format('woff'),
         url('/bitrix/templates/bsu_red_blue_template/fonts/pts76f.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
     font-family: 'PTSansRegular';
    src: url('/bitrix/templates/bsu_red_blue_template/fonts/pts55f.eot');
    src: url('/bitrix/templates/bsu_red_blue_template/fonts/pts55f.eot?#iefix') format('embedded-opentype'),
         url('/bitrix/templates/bsu_red_blue_template/fonts/pts55f.svg') format('svg'),
		 url('/bitrix/templates/bsu_red_blue_template/fonts/pts55f.woff') format('woff'),
         url('/bitrix/templates/bsu_red_blue_template/fonts/pts55f.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*******************************************************************/

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/bitrix/templates/bsu_red_blue_template/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/bitrix/templates/bsu_red_blue_template/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/bitrix/templates/bsu_red_blue_template/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/bitrix/templates/bsu_red_blue_template/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/bitrix/templates/bsu_red_blue_template/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/bitrix/templates/bsu_red_blue_template/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}


/**************************************************************************************************************************/
body { margin: 0px; padding:0px; background-color: #FFFFFF}

table,tr,th,td,br,div,p,li,ul,ol {font-family: 'PTSansRegular', Tahoma, Verdana, Helvetica, Arial, sans-serif;  line-height:130%; font-size:16px;}
.workarea {padding:20px; margin:0; border-right:1px solid #eaeaea; border-left:1px solid #eaeaea;}
.workarea p a, .workarea p a:link, .workarea p a:hover, .workarea p a:active, .workarea p a:visited {font-size:16px;}

/*************************** боковые включения - голубой текст с тенью на серой заливке ******************************************/
div.grey-box {
padding-top:10px;
border-bottom:1px dotted #cccccc; margin-left:10px; margin-right:10px;
font-family: 'PTSansNarrowRegular', Tahoma, Verdana, Helvetica, Arial, sans-serif;
font-size:22px;
text-decoration:none;
font-weight:normal;
color:#007ac3;
text-align:left;
vertical-align:bottom;
line-height:180%;
text-shadow: 0 1px 0 #fff;
}

div.grey-box img {margin-right:0; padding-right:5px; *margin-right:5px; vertical-align:top;}

div.text-box {
padding:5px;
font-family: 'PTSansRegular', Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
font-size:14px;
}

/********************************************* разметка новостных заголовков на главной *************************************************/
.border-bottom {border-bottom:1px dotted #cccccc;}
.h1-grey {color:#663333; font-size:42px; font-family: 'PTSansNarrowBold', Arial, Tahoma, Verdana, Helvetica, Sans-Serif;}
.allnews, td.allnews a {font-size:14px; font-family: 'PTSansCaptionBold', Arial, Tahoma, Verdana, Helvetica, Sans-Serif; text-align:right; vertical-align:bottom; padding-bottom:6px; padding-right:15px;}
/***************************************************************************************************************************************************/

/***цепочка навигации верху страницы***/
.nav {font-family:Arial,Helvetica,sans-serif; font-size:13px; color:#000000; font-weight:normal;}

/***цвет посещенных ссылок фиолетовым по умолчанию***/
                a 		{font-size:16px; text-decoration:none; font-weight:normal; color:#3F4BA2; font-family: 'PTSansRegular', Tahoma, Verdana, Helvetica, Arial, sans-serif;}
		a:link	        {font-size:16px; text-decoration:none; font-weight:normal; color:#3F4BA2; font-family: 'PTSansRegular', Tahoma, Verdana, Helvetica, Arial, sans-serif;}
		a:visited 	{font-size:16px; text-decoration:none; font-weight:normal; color:#B77D9F; font-family: 'PTSansRegular', Tahoma, Verdana, Helvetica, Arial, sans-serif;}
		a:active 	{font-size:16px; text-decoration:none; font-weight:normal; font-family: 'PTSansRegular', Tahoma, Verdana, Helvetica, Arial, sans-serif;}
		a:hover 	{font-size:16px; text-decoration:underline; font-weight:normal; font-family: 'PTSansRegular', Tahoma, Verdana, Helvetica, Arial, sans-serif;}

/***Верхнее главное меню***/
.topmenu, .topmenuact { line-height:100%; font-family:Arial,Helvetica,sans-serif; font-size:13px; color: #255191; text-decoration:none;}

/***Выпадающее новым слоем верхнее меню***/
.popupmenuact                    { line-height:100%; font-size:12px; padding:2px; padding-left:5px; padding-right:10px; background-color:#F0F0F0; border-color: #D3D3D3;  border-bottom: 1px solid #D3D3D3; border-right: 1px solid #D3D3D3; border-left: 1px solid #D3D3D3;}
.popupmenu                       {line-height:100%; font-size:12px; padding:2px; padding-left:5px; background-color:#F5F8FA; padding-right:10px; border-color: #D3D3D3;  border-bottom: 1px solid #D3D3D3; border-right: 1px solid #D3D3D3; border-left: 1px solid #D3D3D3;}
.popupmenutext, .popupmenuclosed {line-height:100%; font-size:12px; font-family: Arial,Helvetica,sans-serif;}
.popupmenutext                   {line-height:100%; color: #255191; font-size:12px;}
.popupmenuclosed                 {line-height:100%; color: #255191; font-size:12px;}

                a.topmenu 		{line-height:100%; text-decoration:none; color:#225191; font-family:Arial,Helvetica,sans-serif; font-size:12px}
		a.topmenu:link	        {line-height:100%; text-decoration:none; color:#225191; font-family:Arial,Helvetica,sans-serif; font-size:12px}
		a.topmenu:visited 	{line-height:100%; text-decoration:none; color:#225191; font-family:Arial,Helvetica,sans-serif; font-size:12px}
		a.topmenu:active 	{line-height:100%; text-decoration:none; color:#225191; font-family:Arial,Helvetica,sans-serif; font-size:12px}
		a.topmenu:hover 	{line-height:100%; text-decoration:underline; color:#225191; font-family:Arial,Helvetica,sans-serif; font-size:12px}

                a.topmenuact 		{line-height:100%; text-decoration:none; color:#225191; font-family:Arial,Helvetica,sans-serif; font-size:12px}
		a.topmenuact:link	{line-height:100%; text-decoration:none; color:#225191; font-family:Arial,Helvetica,sans-serif; font-size:12px}
		a.topmenuact:visited 	{line-height:100%; text-decoration:none; color:#225191; font-family:Arial,Helvetica,sans-serif; font-size:12px}
		a.topmenuact:active 	{line-height:100%; text-decoration:none; color:#225191; font-family:Arial,Helvetica,sans-serif; font-size:12px}
		a.topmenuact:hover 	{line-height:100%; text-decoration:underline; color:#225191; font-family:Arial,Helvetica,sans-serif; font-size:12px}

                a.topmenu2 		{font-size:16px; text-decoration:none; color:#ffffff; text-shadow: 1px 1px #225191;}
		a.topmenu2:link	        {font-size:16px; text-decoration:none; color:#ffffff; text-shadow: 1px 1px #225191;}
		a.topmenu2:visited 	{font-size:16px; text-decoration:none; color:#ffffff; text-shadow: 1px 1px #225191;}
		a.topmenu2:active 	{font-size:16px; text-decoration:none; color:#ffffff; text-shadow: 1px 1px #225191;}
		a.topmenu2:hover 	{font-size:16px; text-decoration:underline; color:#ffffff; text-shadow: 1px 1px #225191;}

                a.topmenuact2 		{font-size:16px; text-decoration:none; color:#ffffff; text-shadow: 1px 1px #225191;}
		a.topmenuact2:link	{font-size:16px; text-decoration:none; color:#ffffff; text-shadow: 1px 1px #225191;}
		a.topmenuact2:visited {font-size:16px; text-decoration:none; color:#ffffff; text-shadow: 1px 1px #225191;}
		a.topmenuact2:active 	{font-size:16px; text-decoration:none; color:#ffffff; text-shadow: 1px 1px #225191;}
		a.topmenuact2:hover 	{font-size:16px; text-decoration:underline; color:#ffffff; text-shadow: 1px 1px #225191;}

                a.topmenu3 		{font-size:14px; text-decoration:none; color:#ffffff; text-shadow: 1px 1px #225191;}
		a.topmenu3:link	        {font-size:14px; text-decoration:none; color:#ffffff; text-shadow: 1px 1px #225191;}
		a.topmenu3:visited 	{font-size:14px; text-decoration:none; color:#ffffff; text-shadow: 1px 1px #225191;}
		a.topmenu3:active 	{font-size:14px; text-decoration:none; color:#ffffff; text-shadow: 1px 1px #225191;}
		a.topmenu3:hover 	{font-size:14px; text-decoration:underline; color:#ffffff; text-shadow: 1px 1px #225191;}

                a.topmenuact3 		{font-size:14px; text-decoration:none; color:#ffffff; text-shadow: 1px 1px #225191;}
		a.topmenuact3:link	{font-size:14px; text-decoration:none; color:#ffffff; text-shadow: 1px 1px #225191;}
		a.topmenuact3:visited {font-size:14px; text-decoration:none; color:#ffffff; text-shadow: 1px 1px #225191;}
		a.topmenuact3:active 	{font-size:14px; text-decoration:none; color:#ffffff; text-shadow: 1px 1px #225191;}
		a.topmenuact3:hover 	{font-size:14px; text-decoration:underline; color:#ffffff; text-shadow: 1px 1px #225191;}


/***заголовки меню на синем фоне белым текстом***/
.h_menu1 {font-family:Arial,Helvetica,sans-serif; font-size:12px; color:white; font-weight:bold}

/***заголовки меню на сером фоне красным текстом***/
.WA_head {font-family:Arial,Helvetica,sans-serif; font-size:11px; color:#BA0000; font-weight:bold; text-transform:UPPERCASE;}

/***Раскраска заливок ячейки для таблиц со включениями***/
.TD_RED  {font-size:2px; background-color:#BA0000; width:5px;}
.TD_BLUE {font-family:Arial,Helvetica,sans-serif; width:195px; background-color:#225191; text-align:center; font-size:11px; color:white; font-weight:bold; text-transform:UPPERCASE;}
.GREY    {font-family:Arial,Helvetica,sans-serif; background-color:#EAEAEA; font-size:11px; color:#BA0000; font-weight:bold; text-transform:UPPERCASE;}




/***дата серым в блоках и top-ах объявлений***/
.displ_date {font-family:Arial,Helvetica,sans-serif; font-size:11px; color:#666666; font-weight:normal;}

/***текст синим в top-ах объявлений***/
.objav_txt {font-family:Arial,Helvetica,sans-serif; font-size:11px; text-decoration:none; color:#225191; font-weight:bold;}

/***текст красным в top-ах поздравлений***/
.pozdr_txt {font-family:Arial,Helvetica,sans-serif; font-size:11px; color:#BA0000; font-weight:bold; text-decoration:none;}

/***Копирайт внизу страницы***/
.copyright {font-weight:bold; color:#225191; font-family:Arial,Helvetica,sans-serif; font-size:11px}

/***Текст ссылок синим цветом в меню ресурсов***/
                a.menu_res 		{line-height:100%; text-decoration:none; font-weight:normal; color:#225191; font-family: 'PTSansRegular', Tahoma, Verdana, Helvetica, Arial, sans-serif; font-size:13px}
		a.menu_res:link	        {line-height:100%; text-decoration:none; font-weight:normal; color:#225191;font-family: 'PTSansRegular', Tahoma, Verdana, Helvetica, Arial, sans-serif; font-size:13px}
		a.menu_res:visited 	{line-height:100%; text-decoration:none; font-weight:normal; color:#225191; font-family: 'PTSansRegular', Tahoma, Verdana, Helvetica, Arial, sans-serif; font-size:13px}
		a.menu_res:active 	{line-height:100%; text-decoration:none; font-weight:normal; color:#225191; font-family: 'PTSansRegular', Tahoma, Verdana, Helvetica, Arial, sans-serif; font-size:13px}
		a.menu_res:hover 	{line-height:100%; text-decoration:underline; font-weight:normal; color:#225191;font-family: 'PTSansRegular', Tahoma, Verdana, Helvetica, Arial, sans-serif; font-size:13px}

/***Чередование фона в нечётных и чётных строках таблицы***/
.TabTr1 {background-color:#EAEAEA; border:#ffffff 1px solid; font-family: 'PTSansRegular', Tahoma, Verdana, Helvetica, Arial, sans-serif; font-size:16px; color:#000000; font-weight:normal; text-decoration:none;}
td.TabTr1 p, td.TabTr1 font, td.TabTr1 b, td.TabTr1 div, td.TabTr1 span, td.TabTr1 small,

td.TabTr1 a, td.TabTr1 a:link, td.TabTr1 a:hover, td.TabTr1 a:active, td.TabTr1 a:visited,
td.TabTr1 p a, td.TabTr1 p a:link, td.TabTr1 p a:hover, td.TabTr1 p a:active, td.TabTr1 p a:visited,
td.TabTr1 font a, td.TabTr1 font a:link, td.TabTr1 font a:hover, td.TabTr1 font a:active, td.TabTr1 font a:visited,
td.TabTr1 span a, td.TabTr1 span a:link, td.TabTr1 span a:hover, td.TabTr1 span a:active, td.TabTr1 span a:visited,

td.TabTr2 a, td.TabTr2 a:link, td.TabTr2 a:hover, td.TabTr2 a:active, td.TabTr2 a:visited,
td.TabTr2 p a, td.TabTr2 p a:link, td.TabTr2 p a:hover, td.TabTr2 p a:active, td.TabTr2 p a:visited,
td.TabTr2 font a, td.TabTr2 font a:link, td.TabTr2 font a:hover, td.TabTr2 font a:active, td.TabTr2 font a:visited,
td.TabTr2 span a, td.TabTr2 span a:link, td.TabTr2 span a:hover, td.TabTr2 span a:active, td.TabTr2 span a:visited,

td.TabTr2 p, td.TabTr2 font, td.TabTr2 b, td.TabTr2 div, td.TabTr2 span, td.TabTr2 small {font-size:16px;} 
.TabTr2 {background-color:#DEE0DF; border:#ffffff 1px solid; font-family: 'PTSansRegular', Tahoma, Verdana, Helvetica, Arial, sans-serif; font-size:16px; color:#000000; font-weight:normal; text-decoration:none;}
.TabTr  {border-top:#ffffff 1px solid; border-bottom:#ffffff 1px solid; border-right:#ffffff 1px solid; border-left:#ffffff 1px solid;}
.TabTrN {background-color:#FFF6D5; border:#ffffff 1px solid; font-family: 'PTSansRegular', Tahoma, Verdana, Helvetica, Arial, sans-serif; font-size:18x; color:#000000; font-weight:normal; text-decoration:none;}

/*** Шапка таблицы с белыми буквами на синем фоне ***/
th {font-family: 'PTSansRegular', Tahoma, Verdana, Helvetica, Arial, sans-serif; font-size:16px; color:white; font-weight:bold; background-color:#255191; border:#ffffff 1px solid;}

/***Левое меню***/
.leftmenu, .leftmenuact {line-height:100%; font-weight:bold; font-family:'PTSansCaptionBold', Arial,Helvetica,sans-serif; font-size:14px; font-weight:bold; color:#225191; text-decoration:none;}

                a.leftmenu 		{line-height:100%; font-weight:bold; text-decoration:none; color:#225191; font-family:'PTSansRegular',Arial,Helvetica,sans-serif; font-size:14px}
		a.leftmenu:link	        {line-height:100%; font-weight:bold; text-decoration:none; color:#225191; font-family:'PTSansRegular',Arial,Helvetica,sans-serif; font-size:14px}
		a.leftmenu:visited 	{line-height:100%; font-weight:bold; text-decoration:none; color:#225191; font-family:'PTSansRegular',Arial,Helvetica,sans-serif; font-size:14px}
		a.leftmenu:active 	{line-height:100%; font-weight:bold; text-decoration:none; color:#225191; font-family:'PTSansRegular',Arial,Helvetica,sans-serif; font-size:14px}
		a.leftmenu:hover 	{line-height:100%; font-weight:bold; text-decoration:underline; color:#225191; font-family:'PTSansRegular',Arial,Helvetica,sans-serif; font-size:14px}

                a.leftmenuact 		{line-height:100%; font-weight:bold; text-decoration:none; color:#225191; font-family:'PTSansRegular',Arial,Helvetica,sans-serif; font-size:14px}
		a.leftmenuact:link	{line-height:100%; font-weight:bold; text-decoration:none; color:#225191; font-family:'PTSansRegular',Arial,Helvetica,sans-serif; font-size:14px}
		a.leftmenuact:visited 	{line-height:100%; font-weight:bold; text-decoration:none; color:#225191; font-family:'PTSansRegular',Arial,Helvetica,sans-serif; font-size:14px}
		a.leftmenuact:active 	{line-height:100%; font-weight:bold; text-decoration:none; color:#225191; font-family:'PTSansRegular',Arial,Helvetica,sans-serif; font-size:14px}
		a.leftmenuact:hover 	{line-height:100%; font-weight:bold; text-decoration:underline; color:#225191; font-family:'PTSansRegular',Arial,Helvetica,sans-serif; font-size:14px}

.leftmenuact {text-decoration:underline !important}

/*** Отступы между пиктограммами и иконками ***/
IMG.icon {margin-left:5px; margin-right:5px;}
IMG.pict {margin-left:5px; margin-right:5px;}

/*** Размещение фотографий на статических стр. ***/
.IMGtab3    {background: #EAEAEA; width: 90%}
.IMGtab1    {background: #EAEAEA; width: 240px; margin-left:10px; float: right}
.IMGtabL    {background: #EAEAEA; width: 240px; margin-left:0px; margin-right:10px; float: left}
.IMGborder  {border: 1px solid #002164;}
.IMGtd	    {text-align: center; vertical-align: bottom; width: 33%; padding: 8px}
.TXTtd	    {font-family: 'PTSansRegular', Tahoma, Verdana, Helvetica, Arial, sans-serif; font-size: 10pt; text-align: center; vertical-align: top; width: 33%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px}

/******** Размещение фотографий и цитат на статических стр. LongRead (классы)********/
.div-lr		{text-align: center; background: #eaeaea; margin-right:3%; margin-left:3%; padding-left: 10px; padding-right: 10px; padding-bottom: 5px; padding-top: 20px}
.img-lr	{border: 1px solid #999999;}
.p-lr		{font-family: 'PTSansRegular', Tahoma, Verdana, Helvetica, Arial, sans-serif; font-size: 90%; text-align: center; padding-left: 10px; padding-right: 10px}
.div-lr-c	{margin-left:10%; padding-left: 10px; text-align: left; font-style: italic !important; border-left: 5px solid #eee}
p.div-lr-c	{padding-bottom: 0; padding-top: 0}

/***Выпадающие пункты в фильтре новостей***/
.filter, input, select, checkbox, combobox {font-family:Arial,Helvetica,sans-serif; font-size:10px}

/* подпись к фотографиям внизу фотогалереи событий */
tr.data-row td div font {font-size:12px;}

ul li a img {width:16px; height:16px; float:none; margin:auto; margin-top:0; margin-right:3px; vertical-align:top;}

div.votingform {padding: 5px 7px 7px 10px; font-size:13px;}


/* Form elements */
.inputtext, .inputtextarea, .inputselect, .inputcheckbox,
.inputradio, .inputfile, .inputbodybutton {font-family:Arial; font-size:11px}

/*Site menu*/
.lang, .langact {font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; color: #C9C9C9; text-decoration:underline;}
.langact {text-decoration:none;}

/*Style for basket panel text*/
.baskettext {color: #000000;}
.baskettext {font-family: Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal;}

.chain {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight:normal; color:  #AAAAAA;}

.errortext, .oktext, .notetext {font-family:Arial; font-size:13px; font-weight:bold;}
.errortext {color:red;}
.oktext {color:#005000;}
.notetext {color:green;}

.incbg{background-color:#FFFFFF}
.sectincbg{background-color:#FFFFFF}

/* Onscreen messages */
.errormessage{font-family: Arial, Helvetica, sans-serif; font-size:13px; color:red; font-weight:bold;}

/* Required sign */
.starrequired, .required{font-family: Verdana, Arial, Helvetica, sans-serif; color:red; font-size:12px; }

/******************************* new footer grey *****************************************/
div.bukvus-message {
	background-color:#eaeaea; 
	padding:10px; 
	border:1px solid #cccccc; 
	font-size: 13px; 
	font-style: italic; 
	color:#666666; 
	width:450px;
}
/*************************************************************************/

table#bx {}
  div#language {text-align:right; color:#666666; font-size:14px; padding-right:10px; padding-top:10px;}
  div#language table {text-align:right;}
  div#language img {margin:0; padding:5px 5px 5px 0;}
  div#language a {text-decoration:none; font-size:14px;}
  div#language a:hover {text-decoration:underline;}
  div#language a, div#language a:link, div#language a:hover, div#language a:active, div#language a:visited {font-weight:normal;}

  div#language table {text-align:right; color:#666666; font-size:14px; padding-right:10px; padding-top:10px;}
  div#language table tr td img {margin:0; padding:5px 5px 5px 0;}
  div#language table tr td a {text-decoration:none; font-size:14px;}
  div#language table tr td a:hover {text-decoration:underline;}

td.logo {vertical-align:middle; text-align:right; padding:15px;}
  img#logo {padding-left:10px;}
td.name {vertical-align:middle; text-align:left;}
td.search_and_login {text-align:right; vertical-align:top;}
td.lang_and_search {}
td.lang_and_search div#language {padding-right:10px;}
td.lang_and_search div#search {padding-right:10px;}

  div#login {font-size:12px; padding-right:10px;}
  div#login a, div#login a:link, div#login a:active, div#login a:hover, div#login a:visited {font-weight:normal;}
td.selection { text-align:right; margin-right:0; padding-right:30px;}
td.selection div#login {float:right;}
  div#selection {font-size:12px; color:#696c72; text-align:right;}
  div#selection ul li a {text-decoration:none;}
  div#selection ul li a:hover {text-decoration:underline;}

td.login {text-align:right; vertical-align:middle; color:#1975bc; font-size:12px;}
        div#search {padding:10px;}
td.topmenu {background-color:#007ac3; background-image:url(/bitrix/templates/bsu_red_blue_template/images/topmenu-bg.png); background-repeat:repeat-x; text-align:center; vertical-align:top;}
   div#topmenu {margin:auto; padding:0; text-align:center; display:block; width:1200px;}

td.slider {background-color:#007ac3; vertical-align:top; text-align:center;}
div#slider {margin:0 auto; width:1200px; height:260px; text-align:center;}
div#smallslider {margin:0 auto; width:1200px; height:100px; text-align:center;}

  div#rapid_outlist {display:block; text-align:center;}

td.grey-new {background-color:#d8d8d8; border-top:1px solid #cccccc;}
td.top {vertical-align:top;}
td.f-left {height:188px; background-position:right top; background-repeat:no-repeat; background-image:url(/bitrix/templates/bsu_red_blue_template/images/footer/f-left.jpg); vertical-align:middle; text-align:left;}
td.f-right {height:188px; background-position:left top; background-repeat:no-repeat; background-image:url(/bitrix/templates/bsu_red_blue_template/images/footer/f-right.jpg); vertical-align:top; text-align:left;}

div#statistics {padding:10px; margin:0;}
div.statistic-table {width:160px; font-size:12px; background:none; background-color:none; border:none; border:0;}
div#ctrl-enter {width:160px; font-size:13px; font-style:italic; color:#666666; padding:5px;}

div#copyright-new {padding:10px 20px 10px 0; margin:0; font-size:13px; color:#696c72;}
div#copyright-new p {padding-bottom:5px; font-size:13px;}
div#copyright-new p a {color:#446e89; text-decoration:none; font-weight:normal; font-size:13px;}
div#copyright-new p a:hover {color:#446e89; font-size:13px; font-weight:normal; text-decoration:underline;}

div#age {padding-top:10px; padding-left:90px; font-size:22px; color:#696c72;}

div#snetwork {padding-top:10px; font-size:13px; color:#696c72;}
div#snetwork img.icon {padding:5px 5px 10px 0; margin:0; opacity:0.7;}
div#snetwork a:hover img.icon {opacity:1;}

        a#top img {opacity:0.7;}
        a#top:hover img {opacity:1;}

div#snetwork, {text-shadow: 1px 1px 0px #FFFFFF, 2px 2px 1px #DDDDDD;}
div#copyright-new, div#statistics {text-shadow: 1px 1px #FFFFFF;}

.sn-icon-adp {margin-top:20px; text-align:center; display:block;}
.sn-icon-adp br, .sn-icon-adp span {display:none;}
.sn-icon-adp a img.icon {opacity:0.7;}
.sn-icon-adp a:hover img.icon {opacity:1;}


/*************************************** языковой перевод от гугла **********************************************************/
div#google_translate_element, div.skiptranslate, div.goog-te-gadget, div.goog-te-gadget-simple {border:none}
a.goog-te-menu-value {text-decoration:none;}
a.goog-te-menu-value span {border:none !important; padding-left:3px; font-size:12px;}
.goog-te-gadget-simple img {display:none;}
a.goog-te-menu-value, a.goog-te-menu-value span {font-weight:normal;}
/* End */


/* Start:/bitrix/templates/bsu_red_blue_template/responsive/media.css?157538107116242*/
@media all and (min-width: 992px) {
	#menu_mobile_ru, #focusgroup, #adp-language, #adp-search, #form-small, #centericon, #index-videonews, #index-interactive, #inc-objav-pozdr-mercy-index, #inc-objav-pozdr-mercy-index {display:none; padding:0; margin:0;}
.sn-icon-adp {display:none;}
}

/* Portrait tablets and medium desktops */
@media all and (min-width: 992px) and (max-width: 1230px) {
	#bx, .topmenu, #topmenu, #horizontal-multilevel-menu3, .slider, 
	#slider, #slider table, #slider div, #slider div div, #slider div div div, #ContentTable, #FooterTable {width:960px !important;}
		.logo {width:630px !important;}
			.logo img {width:180px; height:59px; vertical-align: middle;} /* Р·РѕР»РѕС‚Р°СЏ РєРЅРёРіР° РІС‹РїСѓСЃРєРЅРёРєРѕРІ */
			.logo img#logo {width:380px; height:80px; text-align: left;} /* bsu logo */
		.search_and_login {width:330px !important;}
			#login, #login a  {font-size:12px !important;}
	#slider {background-repeat:no-repeat; background-clip:border-box; background-size:contain; height:208px !important;}
		/*#slide_show_slider,*/ #slide_show_title, #slider div, #slider div {height:208px !important; background-size: cover !important;}
			/*#slide_show_slider {display: none;}*/
			#slide_show_slider {height:30px !important; margin-bottom:52px;}

	#ContentTable tbody tr .workarea {width:520px !important; min-width: inherit !important;}
		.img-lr, .workarea .news-detail div img {max-width: 100%; height: auto;}
		.workarea #con, .catalog-element table, #TablePPS, #HelpCurator {width:480px !important;}
		.workarea .archive-list {width:500px !important}

		/*#area-center div {width: inherit !important;}/*****/
			.archive-list .arhive-item table {width:500px !important;}
			span.alphabet {font-size:60%;}
			.TabTr1 {width:450px !important;}
			#bbg {width:500px !important;}
			#bbg table tbody tr td #search_form, #bbg table tbody tr td div small, #adp-language, #adp-search, #form-small {display:none;}
				#num, #time, #lesson, #teacher, #aud {font-size:60% !important;}
			#phonelist {width:450px !important;}
				#phonelist tbody tr th, #phonelist tbody tr td,
				#phonelist tbody tr .TabTr1, #phonelist tbody tr .TabTr2,
				#phonelist tbody tr .TabTr1 b, #phonelist tbody tr .TabTr2 b {font-size:80% !important;}
				.vjs-youtube, .vjs-poster, #ytplayer {width:480px !important; height:286px !important;}

	/*#ContentTable tbody tr #area-center table tbody tr td form table tbody tr td select option {width: 300px !important;}*/

	#ContentTable tbody tr .workarea .uni-partners {width:520px !important;} /*table for mozilla*/
		#ContentTable tbody tr .workarea .uni-partners table {max-width: 380px !important; width:380px !important;} /*table for mozilla (model DOM class)*/
		#ContentTable tbody tr .workarea .uni-partners td b {font-size: small;}
	#ContentTable tbody tr #area-center table tbody tr td table {/*word-break: break-all;*/ word-wrap: break-word;} /* collaboration for chrome (model DOM id) */

	#ContentTable tbody tr .workarea .news-list .news-item table, #greyhead, #greyhead table {width:520px !important;}
	
	#fcs-gr div {width:inherit !important;}
	#fcs-gr div div:nth-of-type(1) {width:220px; float:none; clear:both; padding-left:50px;}
	#fcs-gr div div:nth-of-type(2) {width:320px; word-wrap:break-word; float:none; clear:both;}
	#fcs-gr div div li {padding-left: 50px;}
}

/* Portrait tablets and small desktops */
@media all and (min-width: 768px) and (max-width: 991px) {
	#bx, .topmenu, #topmenu, #ContentTable, #FooterTable, #menu_mobile_ru, #focusgroup {width:750px !important;}
		.logo {width:400px !important;}
		.search_and_login {width:330px !important;}
			#login, #login a  {font-size:12px !important;}
	
	#menu_mobile_ru {display:block;}
	
	#focusgroup {border:1px solid #eaeaea; text-align: left; margin:auto; vertical-align: middle; word-break: normal; word-wrap: normal; background-color: #ccc;}
	#focusgroup {height:40px;}
	#focusgroup .text-box ul li {float:left; margin-top: -5px;}
	#focusgroup .text-box ul li.nomobile, .grey-box {display:none;}
	#focusgroup .text-box ul li a {margin-right:15px;}

	#centericon {background-color:#ccd8ea; text-align:center; height: 30px; vertical-align: middle;}
		#centericon #centericon-left {float: left; margin-top:5px;}
		#centericon #centericon-right {float: right; height: 30px;}

	/*.slider, #slider,*/ #horizontal-multilevel-menu3, .logo img,
	#ContentTable tbody tr td#ico-right, #ContentTable tbody tr td#area-right,
	#ContentTable tbody tr td#ico-left, #ContentTable tbody tr td#area-left, #focusgroup .grey-box, #adp-language, #adp-search, #form-small {display: none;}

	.slider, #slider div div div table {width:750px !important;}
	#slider {background-repeat:no-repeat; width:750px !important; background-clip:border-box; background-size:cover; height:163px !important;}
		/*#slide_show_slider,*/ #slide_show_title, #slider div, #slider div {height:163px !important; background-size: cover !important; width:750px !important;}
			/*#slide_show_slider {display: none;}*/
			#slide_show_slider {height:30px !important; margin-bottom:96px;}

	.logo img#logo {text-align: left; display: inline-block;}
	#ContentTable tbody tr .workarea {width:520px !important; min-width:inherit !important;}
	#ContentTable tbody tr td#cnt-crumb #indexshedule {text-align: left;}

	#ContentTable tbody tr .workarea .archive-list .arhive-item table,
	#ContentTable tbody tr .workarea .news-list .news-item table,
	#ContentTable tbody tr .workarea .catalog-main,
	#ContentTable tbody tr .workarea .news-list table,
	#ContentTable tbody tr .workarea .uni-partners, 
	#TablePPS, #greyhead, #greyhead table {width:690px !important;}

	#ContentTable tbody tr .workarea #bsu-meropr .TabTr tbody tr th,
	#ContentTable tbody tr .workarea #bsu-meropr .TabTr tbody tr .TabTr1, 
    #ContentTable tbody tr .workarea #bsu-meropr .TabTr tbody tr .TabTr2,
	#ContentTable tbody tr .workarea #bsu-meropr .TabTr tbody tr .TabTr1 a, 
    #ContentTable tbody tr .workarea #bsu-meropr .TabTr tbody tr .TabTr2 a {font-size: 0.75em !important}

	#ContentTable tbody tr .workarea #index-videonews {clear:both;}
		#ContentTable tbody tr .workarea #index-videonews .yuotube_table_player {display:inline-block; float:left;}
		#ContentTable tbody tr .workarea #index-videonews div {float:right; display:inline-block; font-size: 16px !important;}
			#ContentTable tbody tr .workarea #index-videonews div .news-date-time, 
			#ContentTable tbody tr .workarea #index-videonews div a b,
			#ContentTable tbody tr .workarea #index-videonews div a:link b,
			#ContentTable tbody tr .workarea #index-videonews div a:active b,
			#ContentTable tbody tr .workarea #index-videonews div a:hover b,
			#ContentTable tbody tr .workarea #index-videonews div a:visited b {font-size: 16px !important;}

		#ContentTable tbody tr .workarea #index-videonews p {float:none; clear:both; padding-bottom:1em;}
	#ContentTable tbody tr .workarea #index-interactive {padding-bottom:1em;}
		#ContentTable tbody tr .workarea #index-interactive .grey-box {display:none;}

	/*#ContentTable tbody tr #area-center table tbody tr td form table tbody tr td select option {width: 300px !important;}*/

	#ContentTable tbody tr .workarea #tabdocuments td:nth-of-type(1),
	#ContentTable tbody tr .workarea #tabdocuments td:nth-of-type(3) {display: block; float:none; clear: both;}
	#ContentTable tbody tr .workarea #tabdocuments td:nth-of-type(2) {display:none;}

	#fcs-gr div {padding-left:0; width:650px !important;}
	#fcs-gr div div:nth-of-type(1) {width:220px; float:none; clear:both; display:block;}
	#fcs-gr div div:nth-of-type(2) {width:400px; float:none; clear:both; display:block;}
	#fcs-gr div div li {padding-left:0;}

	#phonelist {width:550px !important;}
	.top {display: none;} /* СЃС‚Р°С‚РёСЃС‚РёРєР° С„СѓС‚С‚РµСЂ */
	.f-right {display: none;} /* СЃРѕС†СЃРµС‚Рё РёРєРѕРЅРєРё */
	.grey-new {padding-left:1em;}
		.img-lr, .workarea .news-detail div img {max-width: 100%; height: auto;}

}

/* Landscape phones and portrait tablets */
@media all and (max-width: 767px) {
	#bx, .topmenu, #topmenu, #ContentTable, #FooterTable, #menu_mobile_ru, #focusgroup, .slider {min-width:481px !important; max-width: 767px !important; width: inherit !important;}

	.slider {height:134px;}

	/*.slider,*/ #slider div div div table {
				background-size:cover; 
				max-width:480px !important;
				min-width:277px !important;
				max-height:104px;
				/*min-height:60px;*/
				width: inherit !important;
			}
	#slider {
				background-repeat:no-repeat; background-clip:border-box; background-size:cover;
				max-width:480px !important;
				min-width:277px !important;
				max-height:104px;
				min-height:60px;
				width: inherit !important;
			}
		/*#slide_show_slider,*/ #slide_show_title, #slider div, #slider div {
				background-size:cover !important; 
				max-width:480px !important;
				min-width:277px !important;
				max-height:104px;
				min-height:60px;
				width: inherit !important; 
			}
			/*#slide_show_slider {display: none;}*/
			#slide_show_slider {position: relative; top:30px; background-color: #225191;}
				.img_bar {width:50px !important; height:15px !important;}

	/*.slider, #slider,*/ #horizontal-multilevel-menu3, .logo img,
	#ContentTable tbody tr td#ico-right, #ContentTable tbody tr td#area-right, #ContentTable tbody tr td#ico-left, 
	#ContentTable tbody tr td#area-left, #focusgroup .grey-box, .search_and_login #language, #specialversion, #login span, #search {display: none;}
			.logo {width:380px !important; padding-left:10px;}
			.logo img#logo {text-align: left; display: inline-block;}
			.search_and_login {width:387px !important; text-align: left;}
			.search_and_login #adp-language, .search_and_login #adp-search {display: block; padding:0 1em 1em 0; clear: both;}
				/* language selectbox small */
				div.selectBox {position:relative; display:inline-block; cursor:default; text-align:left; line-height:30px; clear:both; z-index: 1}
					span.selected {width:90px; text-indent:10px; border-right:none; overflow:hidden; text-shadow:#fff 1px 1px;}
					span.selectArrow {width:10px; text-align:center; font-size:0.8em; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; color:#666;}
					span.selectArrow,span.selected {position:relative; float:left; height:30px; z-index:2;}
				div.selectOptions {position:absolute; top:28px; left:0; width:100px; border:1px solid #ccc; overflow:hidden; background:#f6f6f6; padding-top:2px; display:none;}
					span.selectOption {display:block; width:80%; line-height:20px; padding:5px 10%; text-shadow:#fff 1px 1px;}
					span.selectOption:hover {color:#f6f6f6; background:#ebebeb; text-shadow:#fff 1px 1px;}
			#login, #login a {font-size:12px !important;}
	#menu_mobile_ru {display:block;}

	#focusgroup {border:1px solid #eaeaea; text-align: left; margin:auto; vertical-align: middle; word-break: normal; word-wrap: normal; background-color: #ccc;}
	#focusgroup {height:40px;}
	#focusgroup .text-box ul li {float:left; margin-top: -5px;}
	#focusgroup .text-box ul li.nomobile, .grey-box {display:none;}
	#focusgroup .text-box ul li a {margin-right:15px;}

	#centericon {background-color:#ccd8ea; text-align:center; height: 30px; vertical-align: middle;}
		#centericon #centericon-left {float: left; margin-top:5px;}
		#centericon #centericon-right {float: right; height: 30px;}

	#ContentTable tbody tr .workarea {max-width:727px !important; min-width:480px !important;}
	#ContentTable tbody tr .workarea .archive-list .arhive-item table,
	#ContentTable tbody tr .workarea .news-list .news-item table,
	#ContentTable tbody tr .workarea .catalog-main,
	#ContentTable tbody tr .workarea .news-list table,
	#ContentTable tbody tr .workarea .uni-partners, 
	#TablePPS, #greyhead, #greyhead table {max-width:727px !important; min-width:480px !important;}

	#ContentTable tbody tr .workarea .archive-list .arhive-item table, #TablePPS, #greyhead, #greyhead table, #HelpCurator,
	#ContentTable tbody tr .workarea .uni-partners,
	#ContentTable tbody tr .workarea .archive-list .arhive-item table, #ContentTable tbody tr .workarea .news-list .news-item table {width:inherit !important;}

	#ContentTable tbody tr .workarea #bsu-meropr .TabTr tbody tr th,
	#ContentTable tbody tr .workarea #bsu-meropr .TabTr tbody tr .TabTr1, 
    #ContentTable tbody tr .workarea #bsu-meropr .TabTr tbody tr .TabTr2,
	#ContentTable tbody tr .workarea #bsu-meropr .TabTr tbody tr .TabTr1 a, 
    #ContentTable tbody tr .workarea #bsu-meropr .TabTr tbody tr .TabTr2 a {font-size:0.75em !important}

	#ContentTable tbody tr .workarea #tabdocuments td:nth-of-type(1),
	#ContentTable tbody tr .workarea #tabdocuments td:nth-of-type(3) {display: block; float:none; clear: both;}
	#ContentTable tbody tr .workarea #tabdocuments td:nth-of-type(2) {display:none;}

	#ContentTable tbody tr .workarea #index-interactive .grey-box {display:none;}

	#fcs-gr div {padding-left:0; width: inherit !important;}
	#fcs-gr div div:nth-of-type(1) {width:220px; float:none; clear:both; display:block;}
	#fcs-gr div div:nth-of-type(2) {width:400px; float:none; clear:both; display:block;}
	#fcs-gr div div li {padding-left:0;}

	span.alphabet {font-size: 0.75em; display: block;}
	#TablePPS tbody tr td form, #bbg #search_form, #bbg div small {display: none;}
	
	#phonelist {width:550px !important;}
	.top {display:none;} /* СЃС‚Р°С‚РёСЃС‚РёРєР° С„СѓС‚С‚РµСЂ */
	.f-right {display:none;} /* СЃРѕС†СЃРµС‚Рё РёРєРѕРЅРєРё */
	.grey-new {padding-left:1em;}
		.img-lr, .workarea .news-detail div img {max-width:100%; height:auto;}
	
	.vjs-youtube, .vjs-poster, #ytplayer {width:480px !important; height:286px !important;}

	#ContentTable tbody tr #area-center table tbody tr td form table tbody tr td select option {width: 200px !important;}

	/*#ContentTable tbody tr .workarea .uni-partners {width:520px !important; background-color: yellow;} /*table for mozilla*/
		/*#ContentTable tbody tr .workarea .uni-partners table {max-width: 380px !important; width:380px !important;} /*table for mozilla (model DOM class)*/
		#ContentTable tbody tr .workarea .uni-partners td b {font-size: small;}
	#ContentTable tbody tr #area-center table tbody tr td table {/*word-break: break-all;*/ word-wrap: break-word;} /* collaboration for chrome (model DOM id) */

}

/* Landscape phones and smaller */
@media all and (max-width: 567px) {
	.logo {max-width: 432px;}	
	.logo img#logo {max-width: 100% !important; height: auto !impotant;}
	.search_and_login {width:135px !important; text-align: left; font-size: 75% !important}

	#focusgroup {border:1px solid #eaeaea; text-align: left; margin:auto; vertical-align: middle; word-break: break-all; word-wrap: break-word; background-color: #ccc;}
	#focusgroup {height:60px;}
	#focusgroup .text-box ul li {float:left; margin-top: -5px;}
	#focusgroup .text-box ul li.nomobile, .grey-box {display:none;}
	#focusgroup .text-box ul li a {margin-right:15px;}

	#ContentTable tbody tr .workarea #index-interactive .grey-box {display:none;}
	
	#bx, .topmenu, #topmenu, #ContentTable, #FooterTable, #menu_mobile_ru, #focusgroup,
	#ContentTable tbody tr .workarea, 
	#ContentTable tbody tr .workarea .archive-list .arhive-item table, 
	#ContentTable tbody tr .workarea .news-list .news-item table,
	#ContentTable tbody tr .workarea .catalog-main, 
	#ContentTable tbody tr .workarea .news-list table,
	#ContentTable tbody tr .workarea .uni-partners, 
	#TablePPS, #greyhead, #greyhead table {max-width:557px !important; min-width:200px !important;}

	#ContentTable tbody tr .workarea .archive-list .arhive-item table, #TablePPS, #greyhead, #greyhead table, #HelpCurator,
	#ContentTable tbody tr .workarea .uni-partners,
	#ContentTable tbody tr .workarea .archive-list .arhive-item table, #ContentTable tbody tr .workarea .news-list .news-item table {width:inherit !important;}

	#ContentTable tbody tr .workarea .archive-list .arhive-item table, #TablePPS, #greyhead, #greyhead table, #HelpCurator,
	#ContentTable tbody tr .workarea .uni-partners,
	#ContentTable tbody tr .workarea .archive-list .arhive-item table, #ContentTable tbody tr .workarea .news-list .news-item table {width:inherit !important;}
}

/* Landscape phones and smaller */
@media all and (max-width: 480px) {
}
/* End */
/* /bitrix/wizards/samiko/tabs/templates/.default/style.css?13025358641477 */
/* /bitrix/components/bitrix/search.form/templates/search-form-adaptive-ru/style.css?1496062428174 */
/* /bitrix/templates/.default/components/bitrix/menu/bsu-unibremen/style.css?14494714447267 */
/* /bitrix/components/bitrix/menu/templates/mobile-menu-ru/style.css?14969271522740 */
/* /bitrix/templates/.default/components/g-tech/catalog.sliding/news-slider/style.css?13783632791179 */
/* /bitrix/components/news/news.list/templates/corporate-all-objav-pozdr/style.css?138512138479 */
/* /bitrix/components/bitrix/blog/templates/.default/style.css?142201590733012 */
/* /bitrix/components/bitrix/blog/templates/.default/themes/blue/style.css?13370678621129 */
/* /bitrix/templates/bsu_red_blue_template/components/bitrix/catalog.sections.top/bsu_index_outlist/style.css?1375947851339 */
/* /bitrix/templates/bsu_red_blue_template/components/bitrix/catalog.sections.top/banner_block/style.css?1354286137129 */
/* /bitrix/templates/.default/components/bitrix/statistic.table/bsu-statistic/style.css?1493795142213 */
/* /bitrix/templates/bsu_red_blue_template/styles.css?16245385569314 */
/* /bitrix/templates/bsu_red_blue_template/template_styles.css?162453855662794 */
/* /bitrix/templates/bsu_red_blue_template/responsive/media.css?157538107116242 */
