

/* Start:/bitrix/templates/sovet/components/bitrix/system.auth.form/top_auth/style.css?16993506701201*/
.bx-auth-secure  {
	background-color:#FFFAE3;
	border:1px solid #DEDBC8;
	padding:2px;
	display:inline-block;
	vertical-align:bottom;
	margin-top:-1px;
}
.bx-auth-secure-icon  {
	background-image:url(/bitrix/templates/sovet/components/bitrix/system.auth.form/top_auth/images/sec.png);
	background-repeat:no-repeat;
	background-position:center;
	width:19px;
	height:18px;
}
.bx-auth-secure-unlock  {
	background-image:url(/bitrix/templates/sovet/components/bitrix/system.auth.form/top_auth/images/sec-unlocked.png);
}

/* added */

.login-popup-wrapper {
	display: none;
	background: #fff;
	background: rgba(255,255,255,.4);
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1500;
	text-align: left;
}
.login-popup {
	position: absolute;
	left: 50%;
	top: 50px;
	margin-left: -220px;
	padding: 20px;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	box-shadow: 0 0 10px rgba(0,0,0,.4);
}
html.specialversion .login-popup {
	width: 360px;
}

html.specialversion .login-popup  input.input{
	width: 300px;
}

.login-popup h3 {
	margin: 0 0 20px 0;
}
.login-popup p {
	margin: 0 0 10px 0;
}
.login-popup .input {
	width: 200px;
}
.close-form-but {
	float: right;
	margin-top: 10px;
}
/* End */


/* Start:/bitrix/templates/sovet/components/bitrix/news.list/main_slide/style.css?16993506717787*/

#owl-slide .item img{
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #fff;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

 /* clearfix */
 .owl-carousel .owl-wrapper:after {
 	content: ".";
 	display: block;
 	clear: both;
 	visibility: hidden;
 	line-height: 0;
 	height: 0;
 }
 /* display none until init */
 .owl-carousel{
 	padding: 20px 0;
 	display: none;
 	position: relative;
 	width: 100%;
 	-ms-touch-action: pan-y;
 }
 .owl-carousel .owl-wrapper{
 	display: none;
 	position: relative;
 	-webkit-transform: translate3d(0px, 0px, 0px);
 }
 .owl-carousel .owl-wrapper-outer{
 	overflow: hidden;
 	position: relative;
 	width: 100%;
 }
 .owl-carousel .owl-wrapper-outer.autoHeight{
 	-webkit-transition: height 500ms ease-in-out;
 	-moz-transition: height 500ms ease-in-out;
 	-ms-transition: height 500ms ease-in-out;
 	-o-transition: height 500ms ease-in-out;
 	transition: height 500ms ease-in-out;
 }
 
 .owl-carousel .owl-item{
 	float: left;
 }
 .owl-controls .owl-page,
 .owl-controls .owl-buttons div{
 	cursor: pointer;
 }
 .owl-controls {
 	-webkit-user-select: none;
 	-khtml-user-select: none;
 	-moz-user-select: none;
 	-ms-user-select: none;
 	user-select: none;
 	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 }

 /* mouse grab icon */
 .grabbing { 
 	cursor:url(/bitrix/templates/sovet/components/bitrix/news.list/main_slide/grabbing.png) 8 8, move;
 }

 /* fix */
 .owl-carousel  .owl-wrapper,
 .owl-carousel  .owl-item{
 	-webkit-backface-visibility: hidden;
 	-moz-backface-visibility:    hidden;
 	-ms-backface-visibility:     hidden;
 	-webkit-transform: translate3d(0,0,0);
 	-moz-transform: translate3d(0,0,0);
 	-ms-transform: translate3d(0,0,0);
 }


/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: blue;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #fff;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #fff;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(/bitrix/templates/sovet/components/bitrix/news.list/main_slide/AjaxLoader.gif) no-repeat center center
}

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}

/* End */


/* Start:/bitrix/templates/sovet/components/bitrix/search.suggest.input/my_search/style.css?16993506711762*/

input.search-suggest {
    width: 95%;
    margin-top: 14px;
    border: 2px solid blue;
    line-height: 35px;
}

input.search-suggest::-webkit-input-placeholder {padding-left: 10px;}
input.search-suggest:-moz-placeholder {padding-left: 10px;} 

input.search-suggest::-webkit-input-placeholder       {text-indent: 0px;   transition: text-indent 0.3s ease;}
input.search-suggest::-moz-placeholder                {text-indent: 0px;   transition: text-indent 0.3s ease;}
input.search-suggest:-moz-placeholder                 {text-indent: 0px;   transition: text-indent 0.3s ease;}
input.search-suggest:-ms-input-placeholder            {text-indent: 0px;   transition: text-indent 0.3s ease;}
input.search-suggest:focus::-webkit-input-placeholder {text-indent: 500px; transition: text-indent 0.3s ease;}
input.search-suggest:focus::-moz-placeholder          {text-indent: 500px; transition: text-indent 0.3s ease;}
input.search-suggest:focus:-moz-placeholder           {text-indent: 500px; transition: text-indent 0.3s ease;}
input.search-suggest:focus:-ms-input-placeholder      {text-indent: 500px; transition: text-indent 0.3s ease; }

.search .submit:hover {
	filter: alpha(opacity=80);
}

::-webkit-input-placeholder {
	color:blue; 
	text-transform:uppercase; 
	font-family: "RobotoRegular", sans-serif;
	font-size: 16px;
}
::-moz-placeholder {
	color:blue; 
	text-transform:uppercase; 
	font-family: "RobotoRegular", sans-serif;
	font-size: 16px;
	}/* Firefox 19+ */
	:-moz-placeholder {
		color:blue; 
		text-transform:uppercase; 
		font-family: "RobotoRegular", sans-serif;
		font-size: 16px;
		}/* Firefox 18- */
		:-ms-input-placeholder {
			color:blue; 
			text-transform:uppercase; 
			font-family: "RobotoRegular", sans-serif;
			font-size: 16px;
		}
/* End */


/* Start:/bitrix/templates/sovet/components/bitrix/menu/main_menu/style.css?1699350671962*/
.nav {
    list-style: none;
    background:blue;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 16em;
    display: inline-table;
}
.nav a {
    padding: 8px 15px;
    color:#fff;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
    
}
.nav > li > .parent {
    background-image: url("/bitrix/templates/sovet/components/bitrix/menu/main_menu/images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
    text-transform: uppercase;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: -40%;
}
.nav li li.hover ul {
    display: block;
    left: 78%;
    top: 0;
}

.nav li li a {
    display: block;
    background: #0000c3;
    position: relative;
    z-index:100;
    border-top: 1px solid #fff;
}
.nav li li li a {
    background:#0000a0;
    z-index:200;
    border-top: 1px solid #fff;
}

/* End */


/* Start:/bitrix/templates/sovet/components/bitrix/news.list/rukovoditel/style.css?1699350671252*/
		.rukovoditel{
			text-align: center;
		}
		.rukovoditel h2{
			margin: 20px;
			text-transform: uppercase;
			border-bottom: 4px solid blue;
		}
		.rukovoditel img{
			width: 50%;
			border:1px solid blue;
		}
		.rukovoditel p{
			padding: 10px;
		}

/* End */


/* Start:/bitrix/templates/sovet/components/bitrix/menu/left_menu/style.css?16993506706620*/
/* БОКОВОЕ МЕНЮ */

.cd-accordion-menu {
	padding: 0;
}
.cd-accordion-menu ul {
	/* by default hide all sub menus */
	display: none;


}
.cd-accordion-menu li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	list-style-type: none;
	background: blue;
}
.cd-accordion-menu input[type=checkbox] {
	/* hide native checkbox */
	position: absolute;
	opacity: 0;
}
.cd-accordion-menu label, .cd-accordion-menu a {
	position: relative;
	display: block;
	text-decoration:none;
	color: #fff;
}
.no-touch .cd-accordion-menu label:hover, .no-touch .cd-accordion-menu a:hover {

	color: #66A0FF;
	text-decoration:none;
}
.cd-accordion-menu label::before, .cd-accordion-menu label::after, .cd-accordion-menu a::after {
	/* icons */
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.cd-accordion-menu label {
	cursor: pointer;
}
.cd-accordion-menu label::before, .cd-accordion-menu label::after {

}
.cd-accordion-menu label::before {
	/* arrow icon */
	left: 18px;
	background-position: 0 0;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	-moz-transform: translateY(-50%) rotate(-90deg);
	-ms-transform: translateY(-50%) rotate(-90deg);
	-o-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
}
.cd-accordion-menu label::after {
	/* folder icons */
	left: 41px;
	background-position: -16px 0;
}
.cd-accordion-menu a::after {
	/* image icon */
	left: 36px;
	text-decoration:none;

}
.cd-accordion-menu input[type=checkbox]:checked + label::before {
	/* rotate arrow */
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.cd-accordion-menu input[type=checkbox]:checked + label::after {
	/* show open folder icon if item is checked */
	background-position: -32px 0;
}
.cd-accordion-menu input[type=checkbox]:checked + label + ul,
.cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
	/* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
	/* show children when item is checked */
	display: block;
	padding: 0;
}
.cd-accordion-menu ul label,
.cd-accordion-menu ul a {

	text-decoration:none;

}
.no-touch .cd-accordion-menu ul label:hover, .no-touch
.cd-accordion-menu ul a:hover {
width: 100%;

}
.cd-accordion-menu > li:last-of-type > label,
.cd-accordion-menu > li:last-of-type > a,
.cd-accordion-menu > li > ul > li:last-of-type label,
.cd-accordion-menu > li > ul > li:last-of-type a {
	box-shadow: none;
	text-decoration:none;
}
.cd-accordion-menu ul label::before {
	left: 36px;
}
.cd-accordion-menu ul label::after,
.cd-accordion-menu ul a::after {
	left: 59px;
}
.cd-accordion-menu ul ul label,
.cd-accordion-menu ul ul a {
	padding-left: 100px;
}
.cd-accordion-menu ul ul label::before {
	left: 54px;
}
.cd-accordion-menu ul ul label::after,
.cd-accordion-menu ul ul a::after {
	left: 77px;
}
.cd-accordion-menu ul ul ul label,
.cd-accordion-menu ul ul ul a {
	padding-left: 118px;
}
.cd-accordion-menu ul ul ul label::before {
	left: 72px;
}
.cd-accordion-menu ul ul ul label::after,
.cd-accordion-menu ul ul ul a::after {
	left: 95px;
}

.cd-accordion-menu.animated label::before {
	/* this class is used if you're using jquery to animate the accordion */
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
li.has-children:hover,
li.none-children:hover {
	border: #fff solid 1px;

}

.cd-accordion-menu ul li:hover {
	background: none;
	border: #fff solid 1px;

}

/* КОНЕЦ БОКОВОЕ МЕНЮ */




ul#vertical-multilevel-menu, #vertical-multilevel-menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 214px;
	font-size:12px;
}

/*Submenu box*/
#vertical-multilevel-menu li ul
{
	position:absolute;
	/*top:-999em;*/
	top:auto;
	display:none;
	z-index:500;
	height:auto;
	border:1px solid #C1C1C1;
	border-bottom:none;
	width:200px;
}

/* Submenu Items */
#vertical-multilevel-menu li a
{
	display: block;
	text-decoration: none;
	color: #4F4F4F;
	font-weight:bold;
	padding: 5px;
	background:#F5F5F5;
	border-bottom:1px solid #C1C1C1;
}

/*Items selected*/
#vertical-multilevel-menu li a.item-selected
{
	background-color: #D6D6D6;
}

/*Items Hover */
#vertical-multilevel-menu li a:hover
{
	background-color: #D6D6D6;
}

/*Rootmenu Items*/
#vertical-multilevel-menu a.root-item
{
	color:#fff;
	font-weight:bold;
	font-size:12px;
	padding:5px 0 7px 35px;
	background:#61656A url(/bitrix/templates/sovet/components/bitrix/menu/left_menu/images/item_bg.gif) 0 0 no-repeat;
	border:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	/*height:26px;
	overflow:hidden;*/
}

/*Rootmenu Items hover*/
#vertical-multilevel-menu a.root-item:hover, #vertical-multilevel-menu a.root-item-selected:hover
{
	background:#61656A url(/bitrix/templates/sovet/components/bitrix/menu/left_menu/images/item_bg.gif) 0 -26px no-repeat;
}

/*Rootmenu Items Selected*/
#vertical-multilevel-menu a.root-item-selected
{
	color:#fff;
	font-weight:bold;
	font-size:12px;
	padding:5px 0 7px 35px;
	background:#61656A url(/bitrix/templates/sovet/components/bitrix/menu/left_menu/images/item_bg.gif) 0 -26px no-repeat;
	border:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	/*height:26px;
	overflow:hidden;*/
}

/*Parent item*/
#vertical-multilevel-menu a.parent
{
	background: #F5F5F5 url(/bitrix/templates/sovet/components/bitrix/menu/left_menu/images/arrow.gif) center right no-repeat;
	padding-right:10px;
}

/*Denied items*/
#vertical-multilevel-menu a.denied
{
	background: #F5F5F5 url(/bitrix/templates/sovet/components/bitrix/menu/left_menu/images/lock.gif) center right no-repeat;
	color:#DDDDDD;
	padding-right:10px;
}

/* Holly Hack. IE Requirement \*/
* html ul#vertical-multilevel-menu li { float: left; height: 1%; }
* html ul#vertical-multilevel-menu li a { height: 1%; }
/* End */


/*Submenu margin*/
#vertical-multilevel-menu li ul.root-item
{
	margin:-27px 0 0 210px;
}

#vertical-multilevel-menu li ul
{
	margin:-27px 0 0 133px;
}

/*Submenu hide*/
#vertical-multilevel-menu li:hover ul ul,
#vertical-multilevel-menu li.jsvhover ul ul,
#vertical-multilevel-menu li:hover ul ul ul,
#vertical-multilevel-menu li.jsvhover ul ul ul
{
	/*top:-999em;*/
	display:none;
}

/*Submenu show*/
#vertical-multilevel-menu li:hover ul,
#vertical-multilevel-menu li.jsvhover ul,
#vertical-multilevel-menu li li:hover ul,
#vertical-multilevel-menu li li.jsvhover ul,
#vertical-multilevel-menu li li li:hover ul,
#vertical-multilevel-menu li li li.jsvhover ul
{
	/*z-index:1000;
	top:auto;*/
	display:block;
}

/* End */


/* Start:/bitrix/templates/sovet/components/bitrix/breadcrumb/my_breadcrambs/style.css?1699350671465*/
.bx-breadcrumb {
	margin: 0 0 10px 0;
    border-bottom: 1px dotted blue;
}
.bx-breadcrumb i {
	color: blue;
	vertical-align: middle;
	margin-top: -4px;
	margin-left: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	margin: 0 0 2px;
	float: left;
	white-space: nowrap;
	vertical-align: middle;
	
}
.bx-breadcrumb .bx-breadcrumb-item span {
	padding: 0 5px;
	
	
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/bitrix/templates/sovet/components/bitrix/news.list/Banners/style.css?1699350671150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/sovet/components/bitrix/menu/poseleniya/style.css?1699350671434*/
/* Left menu*/


.poseleniya a{
			color: blue;
			padding: 15px 10px;
			display: block;
			-webkit-transition: all .25s;
			-o-transition: all .25s;
			transition: all .25s;
		}
		.poseleniya ul {
			z-index: 1;
			margin: 0;
			padding: 20px;
			list-style-type: none;

		}
		.poseleniya ul li {
			display: inline-block;
			font-size: 15px;
			padding: 0 2px;
			line-height: 0px;
		}
		.poseleniya a:hover{
			color: #fff;
		}



/* End */


/* Start:/bitrix/templates/sovet/styles.css?1699350671102*/
body {
	font-family: "RobotoRegular", sans-serif;
	font-size: 16px;
	color: blue;
}
a{
	color: blue;
}
/* End */
/* /bitrix/templates/sovet/components/bitrix/system.auth.form/top_auth/style.css?16993506701201 */
/* /bitrix/templates/sovet/components/bitrix/news.list/main_slide/style.css?16993506717787 */
/* /bitrix/templates/sovet/components/bitrix/search.suggest.input/my_search/style.css?16993506711762 */
/* /bitrix/templates/sovet/components/bitrix/menu/main_menu/style.css?1699350671962 */
/* /bitrix/templates/sovet/components/bitrix/news.list/rukovoditel/style.css?1699350671252 */
/* /bitrix/templates/sovet/components/bitrix/menu/left_menu/style.css?16993506706620 */
/* /bitrix/templates/sovet/components/bitrix/breadcrumb/my_breadcrambs/style.css?1699350671465 */
/* /bitrix/templates/sovet/components/bitrix/news.list/Banners/style.css?1699350671150 */
/* /bitrix/templates/sovet/components/bitrix/menu/poseleniya/style.css?1699350671434 */
/* /bitrix/templates/sovet/styles.css?1699350671102 */
