html,
body {
	height: 100%;
	background-color:#e4e4e4!important;
}
/*---------- Search - icons -----------
--------------------------------------*/
.row-flex {
	display: flex;
	flex-flow: row wrap;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}
.moduletable_obrat-sv{
	/*width:40px;*/
	float:left;
}
.moduletable_blink-hover,
.moduletable_obrat-sv,
.moduletable_top-search{
	height: 100%;
	display: flex;
	flex-direction: column;
}
.head-search-icons{
	padding:0;
}

/*--- blink ---*/

.blink-hover{
	background:#14232b;
}
.blink-hover:hover{
	background:#e4e4e4;
}
.top-left-group a{
	color: #fff;
	background: #14232b url(../images/blink-hover.png) no-repeat scroll 0 -50px;
	float: left;
	display: inline-block;
	padding: 15px 5px 15px 65px;
	position: relative;
	text-decoration:underline;
}
.top-left-group a:hover,
.blink-hover:hover a{
	color: #000;
	background: #e4e4e4 url(../images/blink-hover.png) no-repeat scroll 0 15px;
	text-decoration:none;
}

/*--- Obratn-sitemap ---*/

.obratn{
	background:#467692;
}
.custom_obrat-sv{
	vertical-align:middle;
}
.top-right-group{
	float:left;
	padding: 10px 0 0;
}
a.mail-top {
    background-position: 0 0;
}
a.mail-top:hover {
    background-position: 0 -28px;
}
a.smap-top {
    background-position: -41px 0;
}
a.smap-top:hover {
	background-position: -41px -28px;
}
a.mail-top,
a.smap-top {
    width: 37px;
    height: 27px;
    display: inline-block;
    background-image: url(../images/sitemap-mail.png);
}

/*--- Date ---*/

.time-today,
#date-containe{
	color:#fff;
	background:#467692;
}
#date-containe{
	padding: 16px 5px 14px;
	text-align:right;
	/*float:left;*/
}

/*--- gtrslate ---*/

.moduletable_gtrslate{
	margin:0 0 0 15px;
	float:left;
}
.moduletable_gtrslate a.flag{
	padding: 0 5px 0;
}

/*--- home-search ---*/

.search-focus{
	background:#757575;
	padding:4px 0;
}
.custom_home-search{
	padding: 10px 0 0;
}
a.home-top{
	background-position: 0 0;
	width: 32px;
    height: 27px;
	float:right;
    display: inline-block;
    background: url(../images/home-top2.png) no-repeat scroll;
}
a.home-top:hover{
	background-position: 0 -30px;
}

/* Сброс стилей для поля ввода в браузерах webkit */
input {
	outline: none;
}
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none; /* Удаляем иконку поиска и сброса */
}
/* Поле ввода строки поиска */
input[type=search]#mod-search-searchword102 {
	background: #ededed url(../images/search-icon.png) no-repeat 9px center;
	border: solid 1px #1b2428;
	float:right;
	padding: 12px 12px 12px 34px;
	width: 48px;
	-webkit-border-radius: 8em;
	-moz-border-radius: 8em;
	border-radius: 8em;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	color: transparent;
	cursor: pointer;
}
input[type=search]#mod-search-searchword102:focus {
	width: 100%;
	padding-left: 42px;
	background-color: #fff;
	border-color: #1b2428;
	color: #000;
	cursor: auto;
	-webkit-box-shadow: #1b2428;
	-moz-box-shadow: #1b2428;
	box-shadow: #1b2428;
}
/* Заполнитель */
input:-moz-placeholder {
	color: #1b2428;
}
input::-webkit-input-placeholder {
	color: #1b2428;
}
input[type=search]#mod-search-searchword102:hover {
	background-color: #fff;
}
input#mod-search-searchword102 :-moz-placeholder {
	color: transparent;
}
input#mod-search-searchword102 ::-webkit-input-placeholder {
	color: transparent;
}

/*---------- Header -----------
--------------------------------------*/

.head-logo-name{

}
.head-logo-name-bkg{
	height:100%;
	overflow:hidden;
	padding:30px 0 30px 0;
	background: #fafcfc url(../images/map-rayon.png) no-repeat 8% center;

}
.head-logo-name-line{
	overflow:hidden;
	background: #d7dfe3;
	background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 0, rgba(255,255,255,0.5) 49%, rgba(255,255,255,0) 100%);
	background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0, rgba(255,255,255,0.5) 49%, rgba(255,255,255,0) 100%);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0, rgba(255,255,255,0.5) 49%, rgba(255,255,255,0) 100%);
	background-position: 50% 50%;
	-webkit-background-origin: padding-box;
	background-origin: padding-box;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-background-size: auto auto;
	background-size: auto auto;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-transform: none;
	transform: none;
	-webkit-transform-origin: 50% 50% 0;
	transform-origin: 50% 50% 0;
}
.logo-name-content{
	/*height:95px;*/
	padding-top:10px;

}
.chausy-name-content{
	padding-top:10px;
	padding-bottom:10px;
}
/*--- logo ---*/
.logo-top-center{
	display:table-cell;
	vertical-align:middle;
	float:none;
	position:relative;
}
div#logo-name img{
	margin:20px auto 0;
}
/*--- name ---*/
.line-chaussky{
	height:100%;
	/*overflow:hidden;*/
}
.custom_mod-header-left-info{
	margin:10px 0 0;
}
.header-info{
	color:#33393d;
	text-align:left;
	font-size:18px;
	font-weight:500;
	padding:10px 0 15px 15px;
}
.red-color{
	border-left: 5px solid #eb0000;
	height: 100%;
	overflow: hidden;
	display: flex;
}
.green-color{
	border-left: 5px solid #00a900;
	height: 100%;
	overflow: hidden;
	display: flex;
}
p.cherikovs{
	font-family: Franklin Gothic Medium,Franklin Gothic,ITC Franklin Gothic,Arial,sans-serif;
	font-size:40px;
	color:#2a4859;
	margin:0 5px 10px 0;
	text-shadow: 0px 1px 1px rgba(83, 4, 4, 0.37);
	padding:0;
	line-height:1;
	text-align:left;
}
p.raisp{
	font-family: Franklin Gothic Medium,Franklin Gothic,ITC Franklin Gothic,Arial,sans-serif;
	font-size:16px;
	color:#33393d;
	margin: 0;
	text-align:left;
	text-transform:uppercase;
}
p.officsite{
	font-family: Franklin Gothic Medium,Franklin Gothic,ITC Franklin Gothic,Arial,sans-serif;
	font-size:16px;
	color:#33393d;
	padding:8px 0 0;
	margin: 0;
	text-align:left;
	display:block;
}
.red-left{
	border-left: 5px solid #f90000;
}
.green-left{
	border-left: 5px solid #00a900;
}
/* --- slider top ---*/
.carousel-caption-bobr {
    position: absolute;
    background: rgba(0,0,0,0.5);
    /*right: 15%;*/
    bottom: 0;
    /*left: 15%;*/
    z-index: 10;
    padding: 10px 10px 10px 15px;
    width: 100%;
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.carousel-caption-bobr > p {
    padding: 0 !important;
    margin: 0 !important;
}
#myCarousel .carousel-inner {
	border: 2px solid #fff;
	-webkit-box-shadow: 0px 5px 16px -6px rgba(0,0,0,0.70);
	-moz-box-shadow: 0px 5px 16px -6px rgba(0,0,0,0.70);
	box-shadow: 0px 5px 16px -6px rgba(0,0,0,0.70);
}

/*----------------- TOP-MENU -----------------*/

#brand a.navbar-brand{
	color:#fff;
}
.navbar-nav > li.dropdown:hover > .dropdown-menu{
	display: block!important;
}
.slavg-navigation .container .navbar-mytop{
	background-color:#467692;
	margin-bottom:0;
}
ul.mytop-nav li a{
	color:#fff!important;
	font-size:15px;
}
ul.mytop-nav > li > a{
	padding: 15px 15px;
}
ul.mytop-nav li a:hover,
.navbar-mytop .mytop-nav > .active > a,
.navbar-mytop .mytop-nav > .active > a:focus,
.navbar-mytop .mytop-nav > .active > a:hover,
.navbar-mytop .mytop-nav > .open > a,
.navbar-mytop .mytop-nav > .open > a:focus,
.navbar-mytop .mytop-nav > .open > a:hover
{
	background-color:#1BA248!important;
	color:#fff!important;
}
/* ------- submenu -------*/
.nav-child{
	background-color:#1BA248!important;
	width:23em;
}
ul.nav-child li a{
	color:#fff!important;
	padding: 10px 15px;
	white-space: normal;
}
ul.nav-child li a:hover{
	background-color:#17883c!important;
	border-top:1px solid #167f38;
	border-bottom:1px solid #167f38;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    text-decoration: none;
    background-color:#17883c!important;
    outline: 0;
}


/*----------------- 4-BLOCKS -----------------*/
.row-flex {
    display: flex;
    flex-flow: row wrap;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}

/*--- preds ---*/
.moduletable_mod-preds,
.moduletable_mod-zhiteli,
.moduletable_mod-gosti,
.moduletable_mod-biz{
	height:100%;
	display: flex;
	flex-direction: column;
	background:#fff;
	position:relative;
	border-left:1px solid #d4d4d4;
	border-bottom:1px solid #d4d4d4;
	border-right:1px solid #d4d4d4;
	-webkit-box-shadow: 0px 1px 9px 3px rgba(172, 172, 172, 0.5);
	-moz-box-shadow: 0px 1px 9px 3px rgba(172, 172, 172, 0.5);
	box-shadow: 0px 1px 9px 3px rgba(172, 172, 172, 0.5);
	/*border-radius:8px;*/
}
.custom_mod-preds {
    background: url(../images/2bkg-preds.png) no-repeat scroll center top;
    height: 100%;
    min-height: 340px;
    display: flex;
    /*margin: 5px 0 0;*/
    flex-direction: column;
    /*border-radius: 8px;*/
}
.moduletable_mod-preds h3{
	background: #fff;
	color:#33393d;
	font-size: 18px;
	border-bottom:1px solid #D6E5EE;
	padding:15px 0 15px 15px;
	margin:0;
}
.text-preds{
	width: 100%;
	position: absolute;
	bottom: 0;
	align-items: flex-end;
	padding: 12px 0;
	color: #fff;
	font-weight:bold;
	display: block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border: none;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	background: -webkit-linear-gradient(-90deg, rgba(246,248,249,0) 0, rgba(229,235,238,0.4) 25%, rgba(175,175,175,0.85) 40%, #212d33 100%);
	background: -moz-linear-gradient(180deg, rgba(246,248,249,0) 0, rgba(229,235,238,0.4) 25%, rgba(175,175,175,0.85) 40%, #212d33 100%);
	background: linear-gradient(180deg, rgba(246,248,249,0) 0, rgba(229,235,238,0.4) 25%, rgba(175,175,175,0.85) 40%, #212d33 100%);
	background-position: 50% 50%;
	-webkit-background-origin: padding-box;
	background-origin: padding-box;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-background-size: auto auto;
	background-size: auto auto;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8) ;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-transform: none;
	transform: none;
	-webkit-transform-origin: 50% 50% 0;
	transform-origin: 50% 50% 0;
	/*border-radius:8px;*/
}
.text-preds h3{
	color: #263238;
	text-align:center;
	font-size: 22px;
}
.text-preds h4{
	/*color: #fff;*/
	color: #263238;
	padding:20px 15px 12px;
	margin:0;
	font-size: 16px;
	font-weight:bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.text-preds p{
	color:#fff;
	padding: 0 12px 0 15px;
	margin:0;
}
.text-preds a{
	color:#fff;
	text-decoration: underline;
	display:inline-block;
	float:right;
	text-align:right;
	margin: 5px 12px 0 0;
}
.text-preds a:hover{
	text-decoration: none;
	color:#fff;
}

/*--- peoples/guests/business ---*/

.predsed,
.peoples,
.guests,
.business{
	margin-top:25px;
}
.moduletable_mod-zhiteli h3,
.moduletable_mod-gosti h3,
.moduletable_mod-biz h3{
	color:#fff;
	font-size: 18px;
	padding:17px 0;
	text-align:center;
	margin:0 0 0 0;
}
ul.menu_menu-zhiteli,
ul.menu_menu-gosti,
ul.menu_menu-biz{
	padding: 10px 0 10px 0;
	/*margin:0 0 0 10px;*/
	flex: 1 0 auto;
}
ul.menu_menu-zhiteli li,
ul.menu_menu-gosti li,
ul.menu_menu-biz li{
	padding:5px 10px 5px 18px;
	border-top:1px solid transparent;
	border-bottom:1px solid transparent;
	border-right:1px solid transparent;
	background-color:rgba(255, 255, 255, 0.3);
}
ul.menu_menu-zhiteli li:hover{
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
}
li.last-peoples,
li.last-guests,
li.last-business{
	list-style-type:none;
	margin:0 auto;
	width:100%;
	padding:11px;
	flex: 0 0 auto;
}
li.last-peoples{
	background-color: #5189a9;
}
li.last-guests{
	background-color: #20bf55;
}
li.last-business{
	background-color: #f55;
}
li.last-peoples a,
li.last-guests a,
li.last-business a{
	display:block;
	color:#33393d;
	overflow:hidden;
	width:52%;
	margin:0 auto;
	padding:4px!important;
	text-align:center;
	border-radius:4px;
}
li.last-peoples a.last-peoples-link:focus,
li.last-peoples a.last-peoples-link:hover,
li.last-guests a.last-guests-link:focus,
li.last-guests a.last-guests-link:hover,
li.last-business a.last-business-link:focus,
li.last-business a.last-business-link:hover{
    background-color: #e9e9e9;
	color:#34495E;
	border:1px solid #e2e2e2;
	text-decoration: none;
}
li.last-peoples a,
li.last-guests a,
li.last-business a{
	background: #fff;
	border:1px solid #e7e7e7;
}

/*--- peoples ---*/

.moduletable_mod-zhiteli{
	background: #fbfdfd;
	/*background:#fff url(../images/peoples-b.png) no-repeat scroll center center;*/
}
.moduletable_mod-zhiteli h3{
	/*background: #0b4f6c;*/
	/*border-bottom:1px solid #0072B4;*/
    background:#467692 url(../images/peoples-icon2.png) no-repeat scroll 20px 11px;
}
ul.menu_menu-zhiteli{}
ul.menu_menu-zhiteli li:hover{
	background: #467692;
}
ul.menu_menu-zhiteli li:hover a{
	color: #fff;
}
ul.menu_menu-zhiteli li::before{
   /* color: #5189A9;
	content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;*/
}

/*--- guests ---*/

.moduletable_mod-gosti{
	background:#f2fdf6;
	/*background:#fff url(../images/guests-b.png) no-repeat scroll center center;*/
}
.moduletable_mod-gosti h3{
	/*border-bottom:1px solid #FF9933;*/
	background:#1ba248 url(../images/guests-icon2.png) no-repeat scroll 20px 11px;
}
ul.menu_menu-gosti li:hover{
	background: #1BA248/*#e9af00*/;
}
ul.menu_menu-gosti li:hover a{
	color: #fff;
}
.moduletable_mod-gosti li.last-guests a.last-guests-link:hover{
	/*background: #f57c00;
	border:1px solid #636363;
	color:#fff;*/
}
ul.menu_menu-gosti li::before{
    /*color: #1BA248;
	content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;*/
}

/*--- business ---*/

.moduletable_mod-biz{
	background: #fee;
	/*background:#fff url(../images/business-b.png) no-repeat scroll center center;*/
}
.moduletable_mod-biz h3{
	/*border-bottom:1px solid #FF3333;*/
	background:#FF3333 url(../images/biz-icon2.png) no-repeat scroll 20px 11px;
}

ul.menu_menu-biz li:hover{
	background: #FF3333;
}
ul.menu_menu-biz li:hover a{
	color: #fff;
}
ul.menu_menu-biz li::before{
   /* color: #FF3333;
	content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;*/
}
/*----------------- 4-BLOCKS - 2 -----------------*/
/*--- peoples/guests/business ---*/
ul.menu_menu-zhiteli li a,
ul.menu_menu-gosti li a,
ul.menu_menu-biz li a{
	color:#33393d;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.2);
	font-size:15px;
	text-decoration: none;
	padding:0;
	overflow:hidden;
}
ul.menu_menu-zhiteli li a:focus,
ul.menu_menu-zhiteli li a span:focus,
ul.menu_menu-zhiteli li a:hover,
ul.menu_menu-zhiteli li a span:hover,
ul.menu_menu-gosti li a:focus,
ul.menu_menu-gosti li a span:focus,
ul.menu_menu-gosti li a:hover,
ul.menu_menu-gosti li a span:hover,
ul.menu_menu-biz li a:focus,
ul.menu_menu-biz li a span:focus,
ul.menu_menu-biz li a:hover,
ul.menu_menu-biz li a span:hover {
    text-decoration: none;
	color:#fff;
	background: none;
}

/*----------------- NEWS-LEFT-RIGHT -----------------*/
/*--- news ---*/
.for-news-content{
	margin:20px 0;
}
.tab-content{
	background: #fff;
	padding:20px 15px;
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	/*border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;*/
	z-index:100;
}
/*.news-tab-list,*/
.tab-content,
.vert-tabs-content-obv{
	-webkit-box-shadow: 0px 1px 9px 3px rgba(172, 172, 172, 0.5);
	-moz-box-shadow: 0px 1px 9px 3px rgba(172, 172, 172, 0.5);
	box-shadow: 0px 1px 9px 3px rgba(172, 172, 172, 0.5);
}
.news-tab-list li/*:first-child*/{
	box-shadow: 4px -4px 6px -1px rgba(255, 255, 255, 0.5), -4px -4px 6px -1px rgba(188, 188, 188, 0.5);
}
ul.news-tab-list > li {
    float: left;
    margin-bottom: -1px;
}
ul.news-tab-list > li > a {
	font-size:16px;
	padding: 10px 13px;
	margin-right: 3px;
	background-color: #467692;
	color:#fff;
	border: 1px solid transparent;
}
ul.news-tab-list > li > a:focus,
ul.news-tab-list > li > a:hover {
    color:#33393d;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
ul.news-tab-list > li.active > a,
ul.news-tab-list > li.active > a:focus,
ul.news-tab-list > li.active > a:hover {
	font-size:16px;
	color:#33393d;
	border-bottom-color: transparent;
}
/*
ul.news-tab-list > li.active > a.news-rayon-tab{
	border-top: 3px solid #0072B4;
}
ul.news-tab-list > li.active > a.news-republ-tab{
	border-top: 3px solid #FF9933;
}
ul.news-tab-list > li.active > a.news-actual-tab{
	border-top: 3px solid #FF3333;
}
*/
div.k2ItemsBlock ul li a.moduleItemTitle {
	font-size:18px;
}
.tab-content span.moduleItemDateCreated{
	display:block;
	color:#5B5B5B;
	margin:0 0 0 2px;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img{
	float:left;
	margin: 4px 12px 4px 1px;
	border: 1px solid #ddd;
}
.tab-content a.moduleCustomLink{
	text-decoration:underline;
	display: block;
	text-align: right;
	/*color:#eb0000;*/
}
.tab-content a.moduleCustomLink:hover{
	text-decoration:none;
	/*color:#FF5252;*/
}
/*------------- vertical blocks -------------------*/
.vert-tabs-content{
	margin:20px 0 0 0;
}
.vert-tabs-content-obv{
	background-color: #fff;
	height:100%;
	overflow:hidden;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
/*--- bhoechie tab ---*/
.bhoechie-tab{
	background-color: #fff;
}
div.bhoechie-tab-menu{
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
	margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group > a{
	margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group > a .glyphicon,
div.bhoechie-tab-menu div.list-group > a .fa {
	color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group > a:first-child{
	border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group > a:last-child{
	border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group > a.tab-priemn.active,
div.bhoechie-tab-menu div.list-group > a.tab-priemn.active .glyphicon,
div.bhoechie-tab-menu div.list-group > a.tab-priemn.active .fa{
	background-color: #0072B4;
	border-color:#006caa;
	color: #fff;
}
div.bhoechie-tab-menu div.list-group > a.tab-okno.active,
div.bhoechie-tab-menu div.list-group > a.tab-okno.active .glyphicon,
div.bhoechie-tab-menu div.list-group > a.tab-okno.active .fa{
	background-color: #FF9933;
	border-color:#ff8c19;
	color: #fff;
}
div.bhoechie-tab-menu div.list-group > a.tab-sprav.active,
div.bhoechie-tab-menu div.list-group > a.tab-sprav.active .glyphicon,
div.bhoechie-tab-menu div.list-group > a.tab-sprav.active .fa{
	background-color: #FF3333;
	border-color:#ff8c19;
	color: #fff;
}
div.bhoechie-tab-menu div.list-group > a.tab-map.active,
div.bhoechie-tab-menu div.list-group > a.tab-map.active .glyphicon,
div.bhoechie-tab-menu div.list-group > a.tab-map.active .fa{
	background-color: #666B6E;
	border-color:#5a5e61;
	color: #fff;
}
div.bhoechie-tab-menu div.list-group > a.active:after{
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -13px;
	border-left: 0;
	border-bottom: 13px solid transparent;
	border-top: 13px solid transparent;
	
}
div.bhoechie-tab-menu div.list-group > a.tab-priemn.active:after{
	border-left: 10px solid #0072B4;
}
div.bhoechie-tab-menu div.list-group > a.tab-okno.active:after{
	border-left: 10px solid #FF9933;
}
div.bhoechie-tab-menu div.list-group > a.tab-sprav.active:after{
	border-left: 10px solid #FF3333;
}
div.bhoechie-tab-content{
	background-color: #ffffff;
	padding: 10px 0 10px 5px;
}
div.bhoechie-tab div.bhoechie-tab-content:not(.active){
	display: none;
}
a.tab-priemn span,
a.tab-okno span,
a.tab-sprav span,
a.tab-fotogall span,
a.tab-map span{
	text-align:center;
	line-height:0.9;
}
a.tab-priemn span img,
a.tab-okno span img,
a.tab-sprav span img,
a.tab-fotogall span img,
a.tab-map span img{
	margin:3px auto 8px;
}
/*--- priemn-content ---*/
.custom_priemn-content{
	line-height:1.3;
}
.custom_priemn-content img{
	margin:0 10px 1px 0;
	border:1px solid #ddd;
}
.custom_priemn-content p{
	margin:5px 0;
}
.custom_priemn-content ul.list-group{
	list-style-image: url(../../../images/arrows/arrow-list-blue.png);
	margin:12px 0 5px 12px;
}
.custom_priemn-content ul.list-group li{
	margin:6px 0;
}
.custom_priemn-content ul.list-group li a{
	text-decoration:underline;
}
.custom_priemn-content ul.list-group li a:hover{
	text-decoration:none;
	color:#199542;
}
ul.priemn-kost{
	list-style:none;
}
ul.priemn-kost li a{
	/*color: #eb0000;*/
}
ul.priemn-kost li a:hover{
	/*color:#FF5252;*/
}
.custom_priemn-content ul.priemn-kost li::before,
.moduletable_okno-mod-menu ul.nav li::before {
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    color: #0072B4;
    font-size: 10px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
}

/*--- okno-content ---*/
.onewind img{
	margin:5px 27px 2px 5px;
	border:1px solid #ddd;
	float:left;
}
.moduletable_okno-mod-menu ul.nav{
	list-style-image: url(../../../images/arrows/arrow-list-blue.png);
	margin:0 0 5px 12px;
	padding:0;
}
.moduletable_okno-mod-menu ul.nav li{
	display: list-item;
	margin:7px 0;
}
.moduletable_okno-mod-menu ul.nav li a,
.moduletable_sprav-mod-menu ul.nav li a{
	padding:0;
	text-decoration: underline;
	/*color: #eb0000;*/
}
.moduletable_okno-mod-menu ul.nav li a:focus,
.moduletable_okno-mod-menu ul.nav li a:hover,
.moduletable_sprav-mod-menu ul.nav li a:focus,
.moduletable_sprav-mod-menu ul.nav li a:hover {
    text-decoration: none;
    background:none; 
	color:#199542;
}
.list-group a.tab-okno{
	padding: 10px 8px;
}

/*--- sprav-content ---*/
.moduletable_sprav-mod-menu ul.nav li{
	margin:20px 0;
}
.moduletable_sprav-mod-menu ul.nav li:first-child{
	margin:10px 0 20px;
}
.moduletable_sprav-mod-menu ul.nav li a img{
	margin:0 6px 0 0;
}
.moduletable_sprav-mod-menu ul.nav li a span{
	width:85%;
	float:right;
	display: inline-block;
	text-decoration: underline;
}
.moduletable_sprav-mod-menu ul.nav li a span:hover{
	text-decoration: none;
}
/*--- map-content ---*/
.custom_mod-map img{
	margin:15px auto 0;
}
.moduletable_mod-map h3{
	color: #33393d;
	font-size: 18px;
	padding: 15px;
	margin: 0;
}
/*--- photogallery-content ---*/
.custom_phgallery-main a {
    display:block;
    margin: 0 0 10px;
}
.photogall-img a img{
	margin: 7px auto 0;
	border: 1px solid #ddd;
	box-shadow: 0px 1px 5px 2px rgba(172, 172, 172, 0.4);
}
.photogall-img a:hover{
	color:#199542;
}
.caption-gall{
	text-align:center;
}

/*--- left-banners ---*/
.custom_mod-left-ibanners a{
	display:inline-block;
	margin:0 0 10px;
	/*box-shadow: 0px 1px 5px 2px rgba(172, 172, 172, 0.4);*/
}
.custom_mod-left-ibanners a img{
	box-shadow: 0px 1px 5px 2px rgba(172, 172, 172, 0.4);
	border-radius:9px;
}
.custom_mod-left-ibanners .icon-left-banners{
	margin:0 0 5px 0;
}
/*--- right-banners ---*/
.custom_mod-right-banners a{
	display: inline-block;
	margin: 0 0 15px;
	box-shadow: 0px 1px 5px 2px rgba(172, 172, 172, 0.4);
}
.custom_mod-right-banners a.nonblock,
.custom_mod-left-ibanners a.nonblock{
	display: inline;
	box-shadow: none;
	margin: 0 0 10px;
}
a.obr-gr-link,
a.elobr-gr-link,
a.adm-gr-link,
a.one-win-link,
a.edi-gr-link,
a.norma-gr-link,
a.vac-gr-link,
a.dekret-gr-link{	
	display:block;
	width: 100%;
	height: 0;
	padding-bottom: 31.42%;
	background-position: 0 0;
	background-size:100%;
	box-shadow: 0px 1px 5px 2px rgba(172, 172, 172, 0.4);
}
a.obr-gr-link:hover,
a.elobr-gr-link:hover,
a.one-win-link:hover,
a.adm-gr-link:hover,
a.edi-gr-link:hover,
a.norma-gr-link:hover,
a.vac-gr-link:hover,
a.dekret-gr-link:hover{
	background-position: 0 100%;
}
a.obr-gr-link{
	background-image: url(../../../images/banners/right/obras.png);
}
a.elobr-gr-link{	
	background-image: url(../../../images/banners/right/elobr.png);
}
a.adm-gr-link{
	background-image: url(../../../images/banners/right/admproc.png);
}
a.one-win-link{
	background-image: url(../../../images/banners/right/odno_okno.png);
}
a.edi-gr-link{
	background-image: url(../../../images/banners/right/2edi.png);
}
a.norma-gr-link{
	background-image: url(/../../../images/banners/right/n-acts.png);
}
a.vac-gr-link{
	background-image: url(/../../../images/banners/right/vac-cher.png);
}

a.dekret-gr-link{
	background-image: url(/../../../images/banners/right/dekret3.png);
}

/*--- gallery ---*/

.moduletable_mod-fotogallery{
	/*border:1px solid #336699;*/
	margin:20px auto 20px;
	box-shadow: 0px 1px 5px 2px rgba(172, 172, 172, 0.4);
	background: #F5F9FA;
}
.moduletable_mod-fotogallery h3{
	color:#33393d;
	background: #fff;
	padding: 17px 0;
	border-bottom: 1px solid #0072B4;
	margin:0;
	text-align:center;
	font-size: 20px;
}
ul.gphoto {
	display: block;
	height: auto;
	list-style: outside none none;
	margin: 0 auto;
	overflow: auto;
	padding: 12px;
}
ul.gphoto li {
	display: block;
	float: left;
	position: relative;
	width: calc(100% / 3);
	width: 33%;
	width: -moz-calc(100% / 3);
}
ul.gphoto li a {
	padding: 8px;
	display: block;
	margin:0 auto;
}
ul.gphoto li a img{
	border:2px solid #fff;
	transition: all 0.5s ease-out 0s;
	margin: 0 auto;
	box-shadow: 0px 1px 4px 2px rgba(172, 172, 172, 0.5);
}
ul.gphoto li a img:hover{
	transform: scale(1.04);
}
div.subCategory a.subCategoryImage img{
	width: 100%
}
.itemListCategory .p-gall a img{
	margin:0;
	padding:0;
}
.itemListCategory .p-gall a:hover{
	border: 1px solid #ccc;
	box-shadow: 1px 1px 5px 2px #d7dcdf;
}
.itemListCategory .modal-lg {
	width: 640px;
}
/*------------- stat banners -------------------*/
.bott-stat-bann{
	/*background: linear-gradient(135deg, #E5E5E5 10%,#fff 46%,#fff 40%,#E5E5E5 65%,#E5E5E5 50%,#E5E5E5 100%);*/
	padding:0 0 20px;
}
.stat-bott{
	margin:0 auto;
	padding:12px 5px 7px;
	text-align:center;
}
.stat-bott a{
	margin:5px 7px;
	display:inline-block;
}
.stat-bott a img{
	border: 1px solid #ddd;
}

/*------------- slider banners -------------------*/

.moduletable_mod-bottom-slider{
	margin:0;
	padding:15px 0;
}
.custom_mod-bottom-slider a{
	display:block;
	padding:10px 0;
}
.custom_mod-bottom-slider a img{
	box-shadow: 0px 1px 5px 3px rgba(172, 172, 172, 0.7);
}
.carousel-showmanymoveone .carousel-control {
	width: 4%;
	background-image: none;
}
.carousel-showmanymoveone .carousel-control.left {
	margin-left: 15px;
}
.carousel-showmanymoveone .carousel-control.right {
	margin-right: 15px;
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
	display: none;
}
@media all and (min-width: 768px) {
	.carousel-showmanymoveone .carousel-inner > .active.left,
	.carousel-showmanymoveone .carousel-inner > .prev {
		left: -50%;
	}
	.carousel-showmanymoveone .carousel-inner > .active.right,
	.carousel-showmanymoveone .carousel-inner > .next {
		left: 50%;
	}
	.carousel-showmanymoveone .carousel-inner > .left,
	.carousel-showmanymoveone .carousel-inner > .prev.right,
	.carousel-showmanymoveone .carousel-inner > .active {
		left: 0;
	}
	.carousel-showmanymoveone .carousel-inner .cloneditem-1 {
		display: block;
	}
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
	.carousel-showmanymoveone .carousel-inner > .item.active.right,
	.carousel-showmanymoveone .carousel-inner > .item.next {
		-webkit-transform: translate3d(50%, 0, 0);
		transform: translate3d(50%, 0, 0);
		left: 0;
	}
	.carousel-showmanymoveone .carousel-inner > .item.active.left,
	.carousel-showmanymoveone .carousel-inner > .item.prev {
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
		left: 0;
	}
	.carousel-showmanymoveone .carousel-inner > .item.left,
	.carousel-showmanymoveone .carousel-inner > .item.prev.right,
	.carousel-showmanymoveone .carousel-inner > .item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0;
	}
}
@media all and (min-width: 992px) {
	.carousel-showmanymoveone .carousel-inner > .active.left,
	.carousel-showmanymoveone .carousel-inner > .prev {
	left: -25%;
	}
	.carousel-showmanymoveone .carousel-inner > .active.right,
	.carousel-showmanymoveone .carousel-inner > .next {
		left: 25%;
	}
	.carousel-showmanymoveone .carousel-inner > .left,
	.carousel-showmanymoveone .carousel-inner > .prev.right,
	.carousel-showmanymoveone .carousel-inner > .active {
		left: 0;
	}
	.carousel-showmanymoveone .carousel-inner .cloneditem-2,
	.carousel-showmanymoveone .carousel-inner .cloneditem-3 {
		display: block;
	}
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
	.carousel-showmanymoveone .carousel-inner > .item.active.right,
	.carousel-showmanymoveone .carousel-inner > .item.next {
		-webkit-transform: translate3d(25%, 0, 0);
		transform: translate3d(25%, 0, 0);
		left: 0;
	}
	.carousel-showmanymoveone .carousel-inner > .item.active.left,
	.carousel-showmanymoveone .carousel-inner > .item.prev {
		-webkit-transform: translate3d(-25%, 0, 0);
		transform: translate3d(-25%, 0, 0);
		left: 0;
	}
	.carousel-showmanymoveone .carousel-inner > .item.left,
	.carousel-showmanymoveone .carousel-inner > .item.prev.right,
	.carousel-showmanymoveone .carousel-inner > .item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0;
	}
}
@media all and (min-width: 992px) and (max-width: 1200px) {
	ul.news-tab-list > li > a {
		font-size:15px;
		padding: 10px;
	}
}


/*------------- Oficial links -------------------*/
.bott-ofic-links{
	padding:15px 20px;
	margin:5px 0 0;
	border: 1px solid #3e6881;
	background: #467692;
}
.moduletable_mod-ofic-links{
	padding:0 20px;
}
ul.list-ofl li{
	display: block;
	padding:5px 0;
}
ul.list-ofl li:before {
	/*Using a Bootstrap glyphicon as the bullet point*/
	content: "\e080";
	font-family: 'Glyphicons Halflings';
	font-size: 9px;
	float: left;
	margin-top: 4px;
	margin-left: -17px;
	color: #fff;
}
ul.list-ofl li a {
	color: #fff;
}
/*----------------- Footer -------------------*/
.bott-info{
	background:#666B6E;
}
/*--- copyright ---*/
.custom_mod-bott-copyr{
	padding:15px 0;
	color:#fff;
}
.custom_mod-bott-copyr img{
	float:left;
	margin:0 12px 3px 10px;
}
/*--- counters ---*/
.custom_mod-bott-count{
	text-align:center;
	padding:15px 0;
}
.custom_mod-bott-count p{
	margin:0 5px 12px;
}
.custom_mod-bott-count p a{
	color:#fff;
	text-decoration:underline;
}
.custom_mod-bott-count p a:hover{
	text-decoration:none;
}
/*--- cgis ---*/
.custom_mod-cgis-bott{
	text-align:right;
	color:#fff;
	padding:15px 0;
}
.custom_mod-cgis-bott img{
	float:right;
	margin:0 5px 10px 12px;
}
.custom_mod-cgis-bott span a{
	color:#fff;
	text-decoration:underline;
}
.custom_mod-cgis-bott span a:hover{
	text-decoration:none;
}

/*----------------- CONTENT-K2 -----------------*/
/*--- pathway ---*/

.in-content .breadcrumb{
	margin: 0 0 20px 0;
	background-color: #fff;
	border-radius: 2px;
	-webkit-box-shadow: 0px 1px 7px 3px rgba(190,190,190,0.5);
	-moz-box-shadow: 0px 1px 7px 3px rgba(190,190,190,0.5);
	box-shadow: 0px 1px 7px 3px rgba(190,190,190,0.5);
}
.mod-pathway li span.divider {
	display: none;
}
.in-content .breadcrumb > .active {
	color: #333;
}
.in-content .breadcrumb > li + li::before {
	color: #7d7d7d;
}
a.pathway{
	/*color: #eb0000;*/
}
a.pathway:hover{
	color:#199542;;
}

/*--- K2 ---*/

.in-content div.itemView,
.in-content div.itemListView {
	/*background: #fff;*/
	margin: 0;
}
.in-content #k2Container,
.in-content div.category-list
/*.in-content div.item-page,*/
/*.in-content .search*/ {
    padding: 15px 5px 20px 5px;
}
.in-content div.itemList,
.in-content div.itemView,
div#xmap {
	padding: 15px 15px 20px 15px;
}
.in-content div.itemList,
.in-content div.itemView,
.in-content div.category-list,
.in-content div.item-page,
.in-content .search,
.in-content .blog,
.in-content .categories-list,
div#xmap{
    background: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0px 1px 7px 3px rgba(190,190,190,0.5);
    -moz-box-shadow: 0px 1px 7px 3px rgba(190,190,190,0.5);
    box-shadow: 0px 1px 7px 3px rgba(190,190,190,0.5);
}
.in-content div.item-page,
.in-content .search,
.in-content .blog,
.in-content .categories-list {
    padding: 15px 15px 20px 15px;
}
.in-content #k2Container,
.in-content div.category-list{
    padding: 15px 3px 20px 3px;
}
.in-content #k2Container div.itemHeader,
.in-content #k2Container div.itemBody{
	padding: 0 12px 0 12px;
}
div.catItemIsFeatured::before,
div.userItemIsFeatured::before,
div.itemIsFeatured::before {
    content: "";
}
div.itemBackToTop{
	padding:15px 15px 0 0;
}
div.itemBackToTop a:hover {
	color: #199542;
}
div.itemHeader span.itemDateCreated,
div.catItemHeader span.catItemDateCreated {
	color: #333;
	font-size: 13px;
}
div.itemHeader h2.itemTitle {
    padding: 10px 0 25px 0;
}
.blog .items-leading .item-image,
.blog .items-row .item-image{
	margin: 0 auto!important;
	float:none!important;
}
.blog .items-leading a img,
.blog .items-row .item-image a img{
	width:320px;
	display: block;
	margin: 0 auto!important;
	border: 1px solid #ddd;
}
div.itemListCategory {
	background: #f2fdf6;
	border: 1px solid #ddd;
	border-radius: 2px;
	margin: 0 0 24px 0;
	padding: 10px 15px;
	-webkit-box-shadow: 0px 1px 7px 3px rgba(190,190,190,0.5);
	-moz-box-shadow: 0px 1px 7px 3px rgba(190,190,190,0.5);
	box-shadow: 0px 1px 7px 3px rgba(190,190,190,0.5);
}
div.itemListCategory img,
div.itemFullText img,
div.itemContainer img {
	background: #fff;
	margin: 2px 10px 5px 8px;
	padding:4px;
}
div.itemFullText img{
	border: none;
}
div.itemFullText a{
	border: none;
}
div.itemFullText a:hover{
	border: none;
}
div.itemListCategory h2 {
	margin: 7px 0 10px;
	color:#33393d;
}
div.itemListCategory div.bg-success,
div.itemListCategory div.bg-info{
	padding:15px;
	margin:20px 0;
	font-size:16px;
	border: 1px solid #ddd;
	background: /*#f0f5f8*/#FEF8DB;
}
div.itemListCategory div.bg-success p,
div.itemListCategory div.bg-info p{
	margin:0;
}
div.itemListCategory div.bg-success a,
div.itemListCategory div.bg-info a{
	color:#33393d;
	border-left: 3px solid #199542;
	padding:8px 0 8px 15px;
	display:block;
}
div.itemListCategory div.bg-success a:hover,
div.itemListCategory div.bg-info a:hover,
div.itemListCategory div.bg-info p:hover a{
	background: #199542;
	color:#fff;
	text-decoration:none;
}
div.k2ItemsBlock ul li a.moduleItemTitle:hover,
div.catItemHeader h3.catItemTitle a:hover {
	color:#199542;
}


/*div.itemListCategory div.bg-success a,
div.itemListCategory div.bg-info a,*/
div.itemListCategory a,
div.catItemIntroText a,
div.itemFullText a,
div#xmap li a{
	/*color:#eb0000;*/
	text-decoration:underline;
}
div.itemListCategory a:hover,
div.catItemIntroText a:hover,
div.itemFullText a:hover,
div#xmap li a:hover{
	text-decoration:none;
	color:#199542;
}
div.itemFullText a.btn-danger,
div.catItemIntroText a.btn-danger{
	color:#fff;
}
div.catItemView {
	margin-bottom: 14px;
}
div.catItemIntroText {
	padding: 4px 0 4px 0;
}

div.catItemHeader h3.catItemTitle {
	padding: 8px 0 4px 0;
}
div.catItemImageBlock,
div.itemImageBlock {
	margin: 0 0 10px 0;
}
div.subCategory {
	background: /*#fbfdfd*/#f0f5f8;
	box-shadow: 0px 1px 7px 3px rgba(190,190,190,0.5);
	border: 1px solid #ddd;
	margin: 0 5px 10px;
	padding: 14px;
}
div.subCategory:hover{
	background: #e3faeb;
}
div.subCategory h2 {
	margin: 8px 0 15px;
	font-size:26px;
}
div.subCategory h2 a {
	color:#212121;
}
span.catItemImage img,
span.itemImage img {
	border: 1px solid #ddd;
}
.itemListCategory > div{
	margin: 25px 0 0;
}
.itemListCategory > div.clr{
	margin: 10px 0 0;
}
.itemList div#itemListLinks {
	background: #fff;
	border: none;
	margin: 8px 0;
	padding: 0;
}
div.groupLinks{
	padding: 4px;
}

/*--- Content ---*/
.in-content-container{
	margin-top:20px;
}
.in-content .search #searchForm{
	padding:0 20px;
	margin:0 0 20px;
}
dl.search-results dt.result-title{
	margin:20px 0 0;
}
dl.search-results dt.result-title,
dl.search-results dt.result-title a{
	font-size: 20px;
}
dl.search-results dd.result-category{}
dl.search-results dd.result-text{
	margin:5px 0;
}
.item-image img,
.item-page img,
.item-page p img{
	margin: 5px 10px 5px 7px;
	padding: 0;
	position: relative;
}
.item-page .page-header{
	margin: 0 0 20px;
	padding:0;
	border: none;
}
.imgwtext-left,
.imgwtext-right {
	padding: 7px;
	margin: 10px 0 5px 5px;
	background: none;
}
.imgwtext-left {
	float: left;
}
.imgwtext-right {
	float: right;
}
.imgwtext-left figcaption,
.imgwtext-right figcaption{
	margin: 0 auto 5px;
	text-align:center;
	word-wrap: break-word!important;
}
/*--- doc-icons ---*/
a[href$=".doc"], a[href$=".DOC"], a[href$=".docx"], a[href$=".DOCX"], a[href$=".rtf"], a[href$=".RTF"] {
	background-image: url(../images/doc-icon.png);
}
a[href$=".xls"], a[href$=".xlsx"], a[href$=".XLS"], a[href$=".XLSX"] {
	background-image: url(../images/2excel-icon.png);
}
a[href$=".pdf"], a[href$=".PDF"]{
	background-image: url(../images/pdf-icon.png);
}
a[href$=".zip"], a[href$=".rar"], a[href$=".ZIP"], a[href$=".RAR"]{
	background-image: url(../images/arch-icon.png);
}
a[href^="mailto:"] {
	background-image: url(../images/mail-icon.png);
}
a[href$=".jpg"], a[href$=".jpeg"], a[href$=".png"], a[href$=".JPG"], a[href$=".JPEG"], a[href$=".PNG"]{
	background-image: url(../images/i-icon.png);
}
a[href$=".doc"], a[href$=".docx"], a[href$=".rtf"], a[href$=".zip"], a[href$=".rar"], a[href$=".pdf"], a[href$=".jpg"], a[href$=".jpeg"], a[href$=".xls"], a[href$=".xlsx"], a[href$=".DOC"], a[href$=".DOCX"], a[href$=".RTF"], a[href$=".ZIP"], a[href$=".RAR"], a[href$=".PDF"], a[href$=".JPG"], a[href$=".JPEG"], a[href$=".XLS"], a[href$=".XLSX"]{
	/*color:#eb0000;*/
	background-position: left top;
	background-repeat: no-repeat;
	display: table-cell;
	height: 40px;
	line-height: 1.5em;
	padding-left: 48px;
	vertical-align: middle;
	font-size: 105%;
}
a[href^="mailto:"]{
	color:#eb0000;
	background-position: left top;
	background-repeat: no-repeat;
	display: inline-block;
	padding-left: 30px;
	font-size: 105%;
}
a[href$=".doc"]:hover, a[href$=".docx"]:hover, a[href$=".rtf"]:hover, a[href$=".zip"]:hover, a[href$=".rar"]:hover, a[href$=".pdf"]:hover, a[href$=".jpg"]:hover, a[href$=".jpeg"]:hover, a[href$=".xls"]:hover, a[href$=".xlsx"]:hover, a[href$=".DOC"]:hover, a[href$=".DOCX"]:hover, a[href$=".RTF"]:hover, a[href$=".ZIP"]:hover, a[href$=".RAR"]:hover, a[href$=".PDF"]:hover, a[href$=".JPG"]:hover, a[href$=".JPEG"]:hover, a[href$=".XLS"]:hover, a[href$=".XLSX"]:hover, a[href^="mailto:"]:hover{
	color:#199542;
}

.custom_begstr{
	padding: 8px 0 0 0;
}
.custom_begstr a[href$=".doc"]{
	background-image: none;
	padding: 2px 0 0 0;
	text-decoration:underline;
	background-repeat: no-repeat;
	display: table-cell;
	height: 0;
	line-height: 1em;
	padding-left: 0;
	vertical-align: none;
	font-size: 100%;
}

/*--- SimpleForm2 ---*/
.sf2-element-captcha .sf2-element-captcha-image,
.sf2-element-captcha .sf2-element-captcha-image img {
    width: 220px;
	text-align:left;
}
.sf2-element-captcha .sf2-element-captcha-input {
    vertical-align: middle;
    padding: 5px 0 10px 2px;
}
.sf2-element-captcha .sf2-element-captcha-image,
.sf2-element-captcha .sf2-element-captcha-input {
	display: block;
	padding: 5px 0;
}
ul#myTabsel{
	display:none!important;
}
//*--------------------------  Таблицы  -------------------------*/
table.mostable {
	overflow-x: auto;
	margin: 0 auto 20px;
	width: 100%;
	max-width: 100%;
	border-spacing: 0;
}
table.mostable tr {
	background: #fff none repeat scroll 0 0;
}
table.mostable tr:nth-child(odd){/* zebra or :nth-child(2n+1) */
	background: #f4fdf7 none repeat scroll 0 0;
}
table.mostable tr:hover > td {
	background: #e5fbec none repeat scroll 0 0;
}
table.mostable th {
	background-color: #199542/*#6B94B0*/;
	color: #fff;
	padding: 8px;
	font-size:110%;
	text-align: center;
	vertical-align: middle;
}
.border td, .border th {
	border: 1px solid #ddd;
	border-collapse: collapse;
}
table.mostable td{
	padding: 8px;
	vertical-align: top;
}
table.mostable td a:hover{
	text-decoration:none;
}
.card-block{
	padding: 10px;
	border: 1px solid #ddd;
	background-color: /*#F0F5F8*/#FEF8DB;
}
.btn-blueprimary{
	background-color: #467692;
	color:#fff;
}
.btn-blueprimary:hover{
	background-color: #416d88;
}
.itemListCategory a.btn-blueprimary
/*.itemFullText a.btn-blueprimary*/{
	font-size: 18px;
}
.itemFullText a.btn-blueprimary{
	font-size: 16px;
}
.itemListCategory a.btn-blueprimary.focus,
.itemListCategory a.btn-blueprimary:focus,
.itemListCategory a.btn-blueprimary:hover,
.itemFullText a.btn-blueprimary.focus,
.itemFullText a.btn-blueprimary:focus,
.itemFullText a.btn-blueprimary:hover {
    color:#fff;
    text-decoration: none;
}
/**/
.sf2-element {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
/**/
ul.menu_menu-zhitall,
ul.menu_menu-gostiall,
ul.menu_menu-businessall{
	padding: 10px 0 10px 0;
	margin: 0 0 0 20px;
	flex: 1 0 auto;
}
ul.menu_menu-zhitall li,
ul.menu_menu-gostiall li,
ul.menu_menu-businessall li{
	padding: 5px 10px 5px 18px;
}
ul.menu_menu-zhitall li a,
ul.menu_menu-gostiall li a,
ul.menu_menu-businessall li a{
	display: inline-block;
	padding: 0 0 8px 5px;
	font-size:115%;
}
ul.menu_menu-zhitall li a:hover,
ul.menu_menu-gostiall li a:hover,
ul.menu_menu-businessall li a:hover{
	background-color: transparent;
}
ul.menu_menu-zhitall li::before,
ul.menu_menu-gostiall li::before,
ul.menu_menu-businessall li::before{
    color: #33393d;
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 10px;
    float: left;
    margin-top: 5px;
    margin-left: -17px;
}

