/* Start:/bitrix/templates/deputat/components//bitrix/system.pagenavigation/.default/style.css?1359545477418*/
.modern-page-navigation{
	margin: 30px 0;
}
.modern-page-title{
	margin: 0 10px 0 0;
}
.modern-page-navigation a, .modern-page-current{
	display: inline-block;
	text-decoration: none;
	font-size: 9pt;
	padding: 3px 8px;
	border-radius: 3px;
}
.modern-page-navigation a{
	color: #999999;
	border: 1px #c6c6c6 solid;
}
.modern-page-current, .modern-page-navigation a:hover{
	color: #444444;
	border: 1px #999999 solid;
}
/* End */


/* Start:/bitrix/templates/deputat/styles.css?14567302063119*/
h1, h2, h3{
	color: #6772af;
}
h1{
	font-weight: normal;
	font-size: 18pt;
}
h2{
	font-weight: normal;
	font-size: 14pt;
}
h2.strips{
	background: url(../../../../../templates/deputat/images/strips.png) repeat-x 0 50%;
	font-weight: normal;
	font-size: 14pt;
}
	h2.strips span{
		display: inline-block;
		padding: 0 10px;
		margin: 0 50px;
		background: #ffffff;
	}
a{
	color: #0d668d;
	text-decoration: underline;
}
	a:hover{
			color: #1c92c3;
	}
p{
	margin: 0 0 10pt 0;
}
.grey{
	color: #767676;
}
input[type=text], input[type=password], textarea{
	border-radius: 4px;
	border: 1px #b6b6b6 solid;
	padding: 5px 10px;
	font-family: Arial, Tahoma, Verdana, "sans-serif";
	font-size: 10pt;
	color: #444444;
	background: #ffffff;
	box-shadow: inset 1px 1px 5px #e2e2e2;
	outline: none;
}
#content input:-moz-placeholder{
	color: #888888;
}
#content textarea:-moz-placeholder{
	color: #888888;
}
#content input::-webkit-input-placeholder{
	color: #888888;
}
#content textarea::-webkit-input-placeholder{
	color: #888888;	
}
#header input:-moz-placeholder{
	color: #106085;
}
#header input::-webkit-input-placeholder{
	color: #106085;
}
input[type=submit]{
	border-radius: 4px;
	background: #e5e5e5;
	padding: 5px 10px;
	font-size: 10pt;
	border: 1px #b9b9b9 solid;
	color: #2f3436;
	cursor: pointer;
	outline: none;

	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C */
}
	input[type=submit]:hover{
		background: #fbfbfb;
	}
	input[type=submit]:active{
		background: #d0d0d0; /* Old browsers */
		background: -moz-linear-gradient(top,  #d0d0d0 0%, #fdfdfd 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d0d0d0), color-stop(100%,#fdfdfd)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #d0d0d0 0%,#fdfdfd 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #d0d0d0 0%,#fdfdfd 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #d0d0d0 0%,#fdfdfd 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #d0d0d0 0%,#fdfdfd 100%); /* W3C */
	}
table.data-table{
	width: 100%;
	border-collapse: collapse;
	border: 0;
}
table.data-table th{
	text-align: left;
	font-weight: bold;
}
	table.data-table tr th, table.data-table tr td{
		padding: 5px;
		vertical-align: top;
	}
	table.data-table tr th{
		background: #dedede;
	}
	table.data-table tr td{
		background: #ebebeb;
	}
	table.data-table tr.odd td{
		background: #f5f5f5;
	}
	table.data-table tr th.first, table.data-table tr td.first{
		padding-left: 60px;
	}
	table.data-table tr th.last, table.data-table tr td.last{
		padding-right: 60px;
	}
	table.data-table tr td.first.sub{
		padding-left: 70px;
	}
/* End */


/* Start:/bitrix/templates/deputat/template_styles.css?146036642532907*/
*{
	outline: none;
}
html, body{
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: Arial, Tahoma, Verdana, 'sens-serif';
	font-size: 10pt;
}
body{
	background: #ffffff url(../../../../../templates/deputat/images/main-bg.png) repeat fixed 0 0;
}
#panel{
	min-width: 980px;
}
.beta{
	padding: 10px;
	text-align: center;
	background: #efefef;
	color: #5a5a5a;
	box-shadow: inset 0 30px 20px -15px #ffffff, 0 0px 10px -5px #000000;
	text-shadow: 1px 0px 0 #ffffff, 0px 1px 0 #ffffff, -1px -0px 0 #cdcdcd, 0px -1px #cdcdcd;
	border: 1px #cdcdcd solid;
	position: relative;
	z-index: 100;
}
.error, .required{
	color: #ff0000;
}
#main-plate{
	height: 100%;
	width: 980px;
	margin: 0 auto;
}
	#main-wrapper{
		min-height: 100%;
		width: 980px;
		margin: 0 auto;
		background: #ffffff;
		box-shadow: 0 0 15px -5px #000000;
	}
		#top-panel{
			background: #05557a;
			box-shadow: inset -150px 0px 100px #1b6b91;
			text-align: center;
			padding: 4px 80px;
		}
		#top-panel, #top-panel a{
			color: #ffffff;
			font-size: 9pt;
		}
			#top-panel a:hover{
				text-decoration: none;
			}
			#top-panel .login{
				display: inline-block;
				padding: 0 0 0 15px;
				background: url(../../../../../templates/deputat/images/key.png) no-repeat 0 50%;
				float: right;
                                position: relative;
			}
                            #top-panel .login > a{
                                margin: 0 3px;
                            }
			#top-panel .about{
				display: inline-block;
				float: left;
			}
				#top-panel .about a{
					/*color: #56caff;*/
				}
			#top-panel .social{
				text-align: center;
			}
				#top-panel .social a{
					display: inline-block;
					width: 16px;
					height: 16px;
					background: url(../../../../../templates/deputat/images/social-small.png) no-repeat 0 0;
					vertical-align: middle;
					margin: 0 0 0 7px;
				}
					#top-panel .social a.tw{
						background-position: 0 0;
					}
					#top-panel .social a.vk{
						background-position: 0 -16px;
					}
		#header.inner-page{
			height: 105px;
			background: url(../../../../../templates/deputat/images/header.png) repeat-x 50% 0;
		}
			#header.inner-page #logo{
				width: 121px;
				height: 74px;
				display: block;
				background: url(../../../../../templates/deputat/images/logo.png) no-repeat 0 0;
				position: absolute;
				z-index: 100;
				margin: 10px 0 0 50px;
			}
		#header.main-page{
			height: 415px;
			background: url(../../../../../templates/deputat/images/header-mainpage.png) repeat-x 50% 0;
		}
		#sky{
			height: 415px;
			background: url(../../../../../templates/deputat/images/sky.png) no-repeat 50% 0;
		}
			#header.main-page #logo{
				width: 224px;
				height: 136px;
				display: block;
				background: url(../../../../../templates/deputat/images/logo-mainpage.png) no-repeat 0 0;
				position: absolute;
				z-index: 100;
				margin: 10px 0 0 50px;
			}
			#search{
				position: relative;
				top: 20px;
				left: 765px;
				display: block;
				background: #66c7ec url(../../../../../templates/deputat/images/search-icon.png) no-repeat 7px 50%;
				border: 1px #2697c5 solid;
				width: 140px;
				height: 21px;
				padding: 3px 0 0 25px;
				border-radius: 12px;
				z-index: 100;
			}
				#search input{
					background: transparent;
					color: #106085;
					border: none;
					width: 100%;
					font-size: 10pt;
					box-shadow: none;
					padding: 0;
				}
			#rating{
				position: absolute;
				width: 894px;
				height: 360px;
				margin: 0px 0 0 60px;
			}
				#rating h3{
					margin: 0;
					padding: 0;
					color: #ffffff;
					text-align: center;
					text-transform: uppercase;
					font-weight: normal;
					font-size: 16pt;
				}
				#rating .rating-up{
					margin: 0 0 0 292px;
					padding: 0 0 0 17px;
					background: url(../../../../../templates/deputat/images/rating-up.png) no-repeat 0 6px;
				}
				#rating .rating-up a{
					color: #ffffff;
				}
				#rating .column{
					width: 84px;
					height: 340px;
					float: left;
				}
					#rating .column .border{
						
					}
						#rating .column.r10 .border{background: #e89631; color: #754918; border-bottom: 1px #14546f solid;}
						#rating .column.r09 .border{background: #e89631; color: #835919; border-bottom: 1px #215f77 solid;}
						#rating .column.r08 .border{background: #e8b02b; color: #946f15; border-bottom: 1px #316b80 solid;}
						#rating .column.r07 .border{background: #e8c127; color: #947b15; border-bottom: 1px #407689 solid;}
						#rating .column.r06 .border{background: #e8cf25; color: #968412; border-bottom: 1px #4e8293 solid;}
						#rating .column.r05 .border{background: #e1d925; color: #878212; border-bottom: 1px #5b8c9b solid;}
						#rating .column.r04 .border{background: #e1d925; color: #818815; border-bottom: 1px #6795a2 solid;}
						#rating .column.r03 .border{background: #cbea29; color: #7b8e16; border-bottom: 1px #709ca8 solid; font-weight: bold;}
						#rating .column.r02 .border{background: #c0f02b; color: #6c8913; border-bottom: 1px #77a1ab solid; font-weight: bold;}
						#rating .column.r01 .border{background: #b5f52d; color: #6e8d08; border-bottom: 1px #76a1ab solid; font-weight: bold;}
					#rating .column .helper{
						display: inline-block;
						height: 340px;
						width: 0px;
					}
					#rating .column .photo, #rating .column .value{
						display: block;
					}
					#rating .column .inner{
						display: inline-block;
						vertical-align: bottom;
						width: 73px;
						text-align: center;
					}
						#rating .column .inner a{
							position: relative;
							z-index: 100;
						}
					#rating .column .photo-wrapper{
						background: #baf1f9;
						border: 1px #1795c7 solid;
						padding: 1px;
						margin: 0 auto 15px auto;
						display: inline-block;
					}
						#rating .column .photo{
							width: 50px;
							height: 60px;
							display: inline-block;
							background: url(../../../../../templates/deputat/images/no-ava.png) no-repeat 50% 0;
							cursor: pointer;
						}
					#rating .column .tooltip{
						position: absolute;
						z-index: 200;
						margin: 0 0 0 65px;
						display: none;
					}
						#rating .column .tooltip .grey{
							margin: 5px 0;
						}
						#rating .column.r01 .tooltip, #rating .column.r02 .tooltip{
							margin: 0 0 0 -185px !important;
						}
						#rating .column .foo:hover .tooltip{
							display: inline-block;
						}
						#rating .column .tooltip .inner{
							border: 1px #156b88 solid;
							box-shadow: 0 0 12px -3px #156b88;
							width: 155px;
							background: #ffffff;
							text-align: left;
							padding: 8px;
							color: #414141;
							font-size: 8pt;
						}
							#rating .column .tooltip .inner a.title{
								font-size: 11pt !important;
							}
						#rating .column .tooltip .tail{
							width: 9px;
							height: 11px;
							position: absolute;
							background: url(../../../../../templates/deputat/images/left-tail.png) no-repeat 0 0;
							margin: 20px 0 0 -8px;
						}
							#rating .column.r01 .tooltip .tail, #rating .column.r02 .tooltip .tail{
								background: url(../../../../../templates/deputat/images/right-tail.png) no-repeat 0 0;
								margin: 20px 0 0 172px;
							}
					#rating .column .value{
						height: 0px;
						width: 73px;
						background: url(../../../../../templates/deputat/images/rating.png) no-repeat 0 100%;
						padding: 15px 0 0 0;
					}
						#rating .column .value span.rating-block{
							font-size: 9pt;
							color: #ffffff;
							text-shadow: 1px 1px 0px #135c7a;						
							display: none;
						}
				#rating .arrow{
					background: url(../../../../../templates/deputat/images/rating-arrow.png) no-repeat 0 0;
					width: 894px;
					height: 307px;
					position: absolute;
					margin: -340px 0 0 -7px;
					display: none;
				}
		#top-menu{
			display: block;
			padding: 0px 45px;
			margin: 0 0 20px 0;
			border-bottom: 1px #aeaeae solid;
			box-shadow: 0 2px 0px -1px #e3e3e3;
		}		
			#top-menu ul{
				display: block;
				padding: 0;
				margin: 0;
				/*white-space: nowrap;*/
			}	
			#top-menu li{
				float: left;
				display: block;
				text-transform: uppercase;
				font-size: 8pt;
				padding: 12px 10px;
				margin: 0;
				border-left: 1px #d4d4d4 solid;
			}
				#top-menu li:first-child{
					border-left: none !important;
				}
				#top-menu li.selected, #top-menu li:hover{
					background: #e6e6e6;
					box-shadow: inset 0 -30px 30px -30px #ffffff;
				}
					#top-menu li.selected, #top-menu li.selected a{
						color: #505b99;
					}
					#top-menu li a:hover{
						color: #000000;
					}
			#top-menu li, #top-menu li a{
				text-decoration: none;
				color: #435059;
			}
			#top-menu li.other{
				padding-left: 27px;
				background: url(../../../../../templates/deputat/images/arrow-down.png) no-repeat 15px 50%;
			}
				#top-menu li.other ul{
					display: none;
					width: 180px;
					border: 1px #dadada solid;
					position: absolute;
					background: #ffffff;
					margin: 12px 0 0 -28px;
					box-shadow: 1px 1px 5px -3px #000000;
					z-index: 100;
				}
					#top-menu li.other ul li{
						border: none;
						padding: 6px 10px;
						width: 160px;
					}
				#top-menu li.other:hover ul{
					display: block;
				}
		#breadcrumb{
			margin: 0 60px;
		}
			#breadcrumb ul{
				display: block;
				padding: 0;
				margin: 0;
			}
				#breadcrumb ul li{
					padding: 0;
					margin: 0;
					display: inline;
				}
				#breadcrumb, #breadcrumb a{
					color: #8f8e8e;
					font-size: 10pt;
				}
			#breadcrumb .additional-links{
				line-height: 25px;
				text-align: right;
			}
		#content{
			margin: 30px 0;
			color: #303131;
			position: relative;
		}
	#footer-wrapper{
		height: 123px;
		margin: -123px auto 0 auto;
		width: 980px;
		background: #0788c1 url(../../../../../templates/deputat/images/footer.png) repeat-x 50% 0;
	}
		#footer{
			padding: 30px 0 0 180px;
			font-size: 10pt;
		}
			#footer *{
				color: #ffffff;
			}
			#footer a:hover{
				text-decoration: none;
			}
			#footer .logo{
				display: inline-block;
				width: 150px;
				height: 80px;
				position: absolute;
				margin: -15px 0 0 -170px;
				background: transparent;
			}
			#footer .feedback{
				padding: 0 0 0 15px;
				background: url(../../../../../templates/deputat/images/mail.png) no-repeat 0 50%;
				margin: 0 0 20px 0;
			}
			#bottom-menu{
				display: block;
				padding: 0;
				margin: 0 0 20px 0;
			}
				#bottom-menu li{
					display: inline-block;
					padding: 0;
					margin: 0 5px 0 0;
				}
			#copyrights{
				font-size: 9pt;
                                float: left;
			}
                        .openregion{
                            float: right;
                            margin: 0 20px 0 0;
                        }
			#social{
                                width: 120px;
				margin: 0 auto;
			}
				#social h3{
					font-weight: normal;
					font-size: 10pt;
					margin: 0 0 15px 0;
					padding: 0;
				}
				#social a{
					width: 24px;
					height: 24px;
					display: inline-block;
					margin: 0 4px 0 0;
					background: url(../../../../../templates/deputat/images/social.png) no-repeat 0 0;
				}
					#social a.tw{
						background-position: 0 0;
					}
						#social a.tw:hover{
							background-position: -24px 0;
						}
					#social a.vk{
						background-position: 0 -24px;
					}
						#social a.vk:hover{
							background-position: -24px -24px;
						}
	#pusher{
		height: 123px;
	}
.site-description{
	min-height: 166px;
	margin: 0 40px;
	text-align: justify;
	width: 650px;
}
.main-page h2{
	width: 695px;
}
.main-page .openregion{
	position: absolute;
	top: 60px;
	right: 40px;
}
#find-deputy{
	display: inline-block;
	background: #0191d3;
	border: 1px #1389bd solid;
	border-radius: 3px;
	padding: 10px 10px 14px 15px;
	margin: 0;
	text-decoration: none;
	color: #ffffff;
	font-size: 13pt;
	cursor: pointer;
	height: 16px;
	text-shadow: 0 1px 0px #147bb1;
	position: absolute !important;
	top: 0;
	right: 40px;

	background: -moz-linear-gradient(top,  #5ec4f3 0%, #0191d3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5ec4f3), color-stop(100%,#0191d3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5ec4f3 0%,#0191d3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5ec4f3 0%,#0191d3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5ec4f3 0%,#0191d3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5ec4f3 0%,#0191d3 100%); /* W3C */
}

#federal-rating{
	margin-top: 70px;
	position: absolute;
	top: 0;
	right: 60px;
}

.inner-page #find-deputy{
	position: relative;
	top: auto;
	right: auto;
}
	#find-deputy i{
		width: 25px;
		height: 16px;
		display: inline-block;
		background: url(../../../../../templates/deputat/images/find-deputy.png) no-repeat 0 0;
	}
	#find-deputy:hover{
		background: #50b2df;
		text-shadow: 0 -1px 0px #5198bd;
		border-color: #49acd7;

		background: #97d9f7; /* Old browsers */
		background: -moz-linear-gradient(top,  #97d9f7 0%, #50b2df 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#97d9f7), color-stop(100%,#50b2df)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #97d9f7 0%,#50b2df 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #97d9f7 0%,#50b2df 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #97d9f7 0%,#50b2df 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #97d9f7 0%,#50b2df 100%); /* W3C */
	}
	#find-deputy:active{
		background: #199edb;
		border-color: #0a71a0;
		text-shadow: 0 -1px 0px #1179af;
		box-shadow: inset 2px 2px 3px #0c78aa;
	}
	#find-deputy.header{
		float: none;
		margin: 0 0 0 370px;
		color: #45548b;
		background: #b1e8f2;
		border-color: #1287b6;
		text-shadow: 0 1px 0 #ecfafc;

		background: #e8fafd; /* Old browsers */
		background: -moz-linear-gradient(top,  #e8fafd 0%, #b1e8f2 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8fafd), color-stop(100%,#b1e8f2)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #e8fafd 0%,#b1e8f2 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #e8fafd 0%,#b1e8f2 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #e8fafd 0%,#b1e8f2 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #e8fafd 0%,#b1e8f2 100%); /* W3C */
	}
		#find-deputy.header i{
			width: 25px;
			height: 16px;
			display: inline-block;
			background: url(../../../../../templates/deputat/images/find-deputy-header.png) no-repeat 0 0;
		}
		#find-deputy.header:hover{
			background: #f8fdfe; /* Old browsers */
			text-shadow: none;

			background: -moz-linear-gradient(top,  #f8fdfe 0%, #e7f8fb 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8fdfe), color-stop(100%,#e7f8fb)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #f8fdfe 0%,#e7f8fb 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #f8fdfe 0%,#e7f8fb 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #f8fdfe 0%,#e7f8fb 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #f8fdfe 0%,#e7f8fb 100%); /* W3C */
		}
		#find-deputy.header:active{
			background: #f9fcfd;
			box-shadow: inset 2px 2px 8px #bfdeeb;
		}
.news-list.column{
	margin: 0 0 0 60px;
}
	.news-list.column .item{
		display: inline-block;
		vertical-align: top;
		width: 280px;
		margin: 0 20px 0 0;
	}
		.news-list.column .item .image-container{
			border: 1px #d1d1d1 solid;
			background: #ffffff;
			padding: 1px;
			float: left;
		}
			.news-list.column .item .image-container .photo{
				display: inline-block;
				width: 80px;
				height: 60px;
				background-position: 50% 20%;
				background-repeat: no-repeat;
			}
		.news-list.column .item .info{
			margin: 0 0 0 100px;
		}
			.news-list.column .item .info .date{
				color: #8f8e8e;
				font-size: 9pt;
				margin: 0 0 4px 0;
			}
			.news-list.column .item .info a.name{
				/*color: #6772af;*/
				text-decoration: underline;
				/*font-size: 11pt;*/
				line-height: 12pt;
			}
				.news-list.column .item .info a.name:hover{
					/*text-decoration: none;*/
				}
			.news-list.column .item .info .preview{
				margin: 6px 0 0 0;
				font-size: 9pt;
				color: #535353;
			}
.deputies-filter, .calendar-filter, .districts-filter, .news-filter{
	margin: 20px 0 15px 0;
	padding: 0 0 40px 60px;
	border-bottom: 1px #e5e5e5 solid;
}
	.deputies-filter .caption{
		width: 130px;
		display: inline-block;
	}
	.deputies-filter .search, .calendar-filter .search{
		float: right;
		position: relative;
		z-index: 100;
		margin-bottom: -30px;
	}
		.deputies-filter .search .search-button, .calendar-filter .search .search-button{
			display: inline-block;
			width: 40px;
			height: 35px;
			border: 1px #acacac solid;
			border-radius: 3px 0 0 3px;
			background: #e5e5e5 url(../../../../../templates/deputat/images/filter-search.png) no-repeat 50% 50%;
			cursor: pointer;
			box-shadow: inset 0 30px 20px -15px #ffffff;
			vertical-align: top;
		}
			.deputies-filter .search .search-button:hover, .calendar-filter .search .search-button:hover{
				background-color: #fafafa;
				box-shadow: none;
			}
		.deputies-filter .search .field, .calendar-filter .search .field{
			display: none;
			overflow: hidden;
			height: 35px;
			border: 1px #acacac solid;
			border-left: none;
			background: #e5e5e5;
			box-shadow: inset 0 30px 20px -15px #ffffff;
			vertical-align: top;
		}
			.deputies-filter .search .field input[type=text], .calendar-filter .search .field input[type=text]{
				width: 0;
				/*width: 250px;*/
				margin: 3px 6px;
			}
		.deputies-filter .search .rollout, .calendar-filter .search .rollout{
			display: none;
			height: 35px;
			width: 12px;
			border-top: 1px #acacac solid;
			border-bottom: 1px #acacac solid;
			background: #e5e5e5 url(../../../../../templates/deputat/images/filter-rollout.png) no-repeat 50% 50%;
			box-shadow: inset 0 30px 20px -15px #ffffff;
			vertical-align: top;
			cursor: pointer;
		}
			.deputies-filter .search .rollout:hover, .calendar-filter .search .rollout:hover{
				background-color: #fafafa;
				box-shadow: none;
			}
.party-list{
	margin: 20px 0 0 0;
}
	.party-list .party{
		padding: 20px 0;
		background: #ebebeb;
	}
		.party-list .party.odd{
			background: #f5f5f5;
		}
		.party-list .logo{
			height: 90px;
			width: 90px;
			display: inline-block;
			border: 1px #a0a0a0 solid;
			margin: 0 0 0 60px;
			vertical-align: top;
			background-repeat: no-repeat;
			background-color: #ffffff;
			background-position: 50% 50%;
		}
		.party-list .description{
			margin: 0 0 0 20px;
			width: 750px;
			display: inline-block;
			vertical-align: top;
		}
			.line{
				margin: 6px 0;
			}
			.party-list h2{
				margin: 0 0 8px 0;
				padding: 0;
				font-size: 14pt;
				font-weight: normal;
			}
			.party-list .address, .party-list .phone, .party-list .fax, .party-list .email, .party-list .site, .party-list .deputies, .party-list .laws{
				height: 16px;
				display: inline-block;
				background-image: url(../../../../../templates/deputat/images/party-list-icons.png);
				background-repeat: no-repeat;
				padding: 0 0 0 25px;
				margin: 0 15px 0 0;
			}
			.party-list .address{
				background-position: 0 0;
			}
			.party-list .phone{
				background-position: 0 -16px;
			}
			.party-list .fax{
				background-position: 0 -32px;
			}
			.party-list .email{
				background-position: 0 -48px;
			}
			.party-list .site{
				background-position: 0 -64px;
			}
			.party-list .deputies{
				background-position: 0 -96px;
			}
			.party-list .laws{
				background-position: 0 -80px;
			}
ul.tabs{
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	ul.tabs li.head{
		display: block;
		list-style-type: none;
		background: #dae0fc;
		border-radius: 4px;
		margin: 0;
		padding: 7px 10px 0 10px;
	}
		ul.tabs li.head > ul{
			display: inline-block;
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
			ul.tabs li.head > ul li{
				display: inline-block;
				list-style-type: none;
				color: #4a4a4a;
				cursor: pointer;
				font-size: 11pt;
				margin: 0;
				padding: 7px 20px 9px 20px;
			}
				ul.tabs li.head > ul li.selected{
					background: #ffffff;
					cursor: default;
				}
	ul.tabs li.body{
		display: inline-block;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
		ul.tabs li.body > ul{
			display: inline-block;
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
			ul.tabs li.body > ul li.content{
				padding: 15px 10px;
				display: none;
			}
				ul.tabs li.body > ul li.content.selected{
					display: block;
				}
a.deputy-add-link, a.deputy-edit-link, a.news-add-link, a.news-edit-link, a.event-add-link, a.photo-add-link{
	display: inline-block;
	padding: 0 0 0 20px;
	margin: 0 0 0 20px;
	color: #0d668d !important;
}
a.deputy-add-link:hover, a.deputy-edit-link:hover, a.news-add-link:hover, a.news-edit-link:hover, a.event-add-link:hover, a.photo-add-link:hover{
	color: #1c92c3 !important;
}
a.deputy-add-link{
	background: url(../../../../../templates/deputat/images/deputy-add.png) no-repeat 0 50%;
}
a.deputy-edit-link{
	background: url(../../../../../templates/deputat/images/deputy-edit.png) no-repeat 0 50%;
}
a.news-add-link{
	background: url(../../../../../templates/deputat/images/news-add.png) no-repeat 0 50%;
}
a.news-edit-link{
	background: url(../../../../../templates/deputat/images/news-edit.png) no-repeat 0 50%;
}
a.event-add-link{
	background: url(../../../../../templates/deputat/images/event-add.png) no-repeat 0 50%;
}
	.deputy-detail a.event-add-link{
		background: url(../../../../../templates/deputat/images/event-add.png) no-repeat 0 1px;
	}
a.photo-add-link{
	background: url(../../../../../templates/deputat/images/photo-add.png) no-repeat 0 50%;
}
.news-list a.news-edit-link{
	float: right;
}
.dialog{
}
	.dialog h2{
		color: #444444;
		font-size: 14pt;
		margin: 10px 20px 10px 20px;
	}
	.dialog .body{
		margin: 20px;
		min-width: 420px;
	}
		.dialog#calendar-messagebox .body{
			width: 420px;
		}
	.dialog .buttons{
		margin: 5px 0 0 0;
		padding: 10px 20px 10px 20px;
		background: #f0f0f0;
		border-top: 1px #cdcdcd dotted;
		text-align: right;
	}
	.dialog .buttons a{
		color: #444444;
		font-size: 12px;
		padding: 3px 10px;
		text-decoration: none;
		border: 1px transparent solid;
		background: transparent;
	}
		.dialog .buttons a:hover{
			border: 1px #cdcdcd solid;
			border-radius: 3px;
			background: #ffffff;
		}
#change-photo-dialog .input-container{
	height: 25px;
}
	#change-photo-dialog .input-container.progress{
		background: url(../../../../../templates/deputat/images/progress.gif) repeat-x 0 0;
	}
.deputy-edit, .news-edit, .calendar-edit{
	margin: 20px 60px;
}
	.deputy-edit h2, .news-edit h2{
		margin: 15px 0;
	}
	.deputy-edit .left-column{
		display: inline-block;
		vertical-align: top;
		width: 130px;
		margin: 0 25px 0 0;
		padding: 20px 0 0 0;
		text-align: center;
	}
	.deputy-edit .right-column{
		display: inline-block;
		vertical-align: top;
		width: 700px;
	}
	.deputy-edit .photo-container{
		display: inline-block;
		margin: 0 0 5px 0;
		padding: 1px;
		background: #ffffff;
		border: 1px solid #a0a0a0;
	}
		.deputy-edit .photo{
			display: inline-block;
			background-repeat: no-repeat;
			background-position: 50% 0;
		}
	.deputy-edit .field, .news-edit .field, .calendar-edit .field{
		margin: 0 0 10px 0;
	}
		.deputy-edit .field.err-required .caption, .news-edit .field.err-required .caption{
			color: #ff0000;
		}
		.deputy-edit .field span.caption, .news-edit .field span.caption, .calendar-edit .field span.caption{
			display: inline-block;
			width: 150px;
			margin: 0 10px 0 0;
			text-align: right;
			vertical-align: top;
		}
		.deputy-edit .field input[type=text], .deputy-edit .field textarea,
		.news-edit .field input[type=text], .news-edit .field textarea,
		.calendar-edit .field input[type=text], .calendar-edit .field textarea{
			width: 450px;
			vertical-align: top;
		}
	.deputy-edit .committee-add, .deputy-edit .committee-del{
		
	}
		.deputy-edit .committee-add, .deputy-edit .district-add{
			margin-left: 160px;
		}
		.deputy-edit .committee-del{
			margin-left: 5px;
		}
	.deputy-edit .committees, .deputy-edit .districts, .deputy-edit .incomes-wrapper, .deputy-edit .reports-wrapper{
		display: inline-block;
		width: 450px;
		vertical-align: top;
	}
		.deputy-edit .committees input{
			margin: 5px 0;
		}
		.deputy-edit .committees input:first-child, .deputy-edit .districts span.selectbox{
			margin: 0 0 5px 0;
		}
		.deputy-edit img.calendar-icon, .news-edit img.calendar-icon, .calendar-edit img.calendar-icon{
			margin: 5px 1px 1px 4px
		}
	.deputy-edit .incomes .file, .deputy-edit .reports .file{
		/*margin: 5px 0 0 0;*/
	}
		.deputy-edit .report-add, .deputy-edit .income-add{
			margin: 5px 0 0 0;
		}
		.deputy-edit .incomes .file input[type=file], .deputy-edit .reports .file input[type=file]{
			/*display: none;*/
			position: absolute;
			left: -1000px;
		}
		.deputy-edit .incomes .file input[type=text], .deputy-edit .reports .file input[type=text]{
			display: inline-block;
			width: 350px;
			padding: 2px 5px;
			margin: 0 0 2px 0;
			border: 1px #e8e8e8 solid;
			box-shadow: none;
			background: #ffffff;
		}
		.deputy-edit .incomes .file input[type=text]:hover, .deputy-edit .reports .file input[type=text]:hover,
		.deputy-edit .incomes .file input[type=text]:focus, .deputy-edit .reports .file input[type=text]:focus{
			border: 1px #b6b6b6 solid;
			box-shadow: inset 1px 1px 5px #e2e2e2;
		}
		.deputy-edit .incomes .file .file-del, .deputy-edit .reports .file .file-del, .news-edit .dep-del, .calendar-edit .dep-del{
			margin-left: 5px;
			display: inline-block;
			width: 16px;
			height: 16px;
			background: url(../../../../../templates/deputat/images/delete-icon.png) no-repeat 0 100%;
		}
		.deputy-edit .incomes .file .file-link, .deputy-edit .reports .file .file-link{
			margin-left: 5px;
			display: inline-block;
			width: 16px;
			height: 16px;
			background: url(../../../../../templates/deputat/images/link-icon.png) no-repeat 0 100%;
		}
	.news-edit .htmled{
		display: inline-block;
		border-radius: 4px;
		border: 1px #b6b6b6 solid;
		padding: 5px 10px;
		background: #ffffff;
		box-shadow: inset 1px 1px 5px #e2e2e2;
		outline: none;
	}
	.news-edit input[name=name], .news-edit .htmled{
		width: 650px !important;
	}
	.news-edit input[name=deputy_name]{
		width: 350px !important;
	}
	.news-edit .deputies, .calendar-edit .deputies{
		position: absolute;
		border: 1px #cdcdcd solid;
		padding: 5px 0;
		width: 370px;
		background: #ffffff;
		margin: 0 0 0 160px;
		box-shadow: 2px 2px 20px -15px #000000;
		z-index: 100;
	}
		.news-edit .deputies p, .calendar-edit .deputies p{
			margin: 5px 10px;
		}
		.news-edit .deputy_name, .calendar-edit .deputy_name{
			height: 26px;
			background: #efefef;
			color: #666666;
			padding: 2px  0 0 10px;
			box-shadow: inset 0 30px 20px -15px #ffffff;
			text-shadow: 1px 0px 0 #ffffff, 0px 1px 0 #ffffff, -1px -0px 0 #cdcdcd, 0px -1px #cdcdcd;
			border: 1px #cdcdcd solid;
			border-radius: 2px;
		}
	.news-edit .photos .file{
		display: inline-block;
		vertical-align: top;
	}
		.news-edit .photos .file .file-del{
			width: 16px;
			height: 16px;
			background: url(../../../../../templates/deputat/images/delete-icon-white.png) no-repeat 0 100%;
			display: inline-block;
			position: absolute;
			margin: -3px 0 0 -18px;
			opacity: 0.5;
		}
		.news-edit .photos .file .file-del:hover{
			opacity: 1;
		}
	.news-edit .photo-wrapper{
		display: inline-block;
		width: 700px;
		vertical-align: top;
	}
		.news-edit .photo-wrapper .photos{
			display: block;
		}
			.news-edit .photos input[type=file]{
				/*display: none;*/
				position: absolute;
				left: -1000px;
				display: inline;
			}
			.news-edit .photos .thumbnail .filename, .news-edit .photos .thumbnail a.colorbox{
				border: 1px #cdcdcd solid;
				display: inline-block;
				margin: 0 5px 5px 0;
				padding: 1px;
			}
			.news-edit .photos .filename span{
				background: #efefef;
				display: inline-block;
				width: 71px;
				height: 20px;
				overflow: hidden;
				color: #666666;
				font-size: 8pt;
				padding: 30px 2px 0 2px;
				white-space: nowrap;
				box-shadow: inset 0 30px 20px -15px #ffffff;
				text-shadow: 1px 0px 0 #ffffff, 0px 1px 0 #ffffff, -1px -0px 0 #cdcdcd, 0px -1px #cdcdcd;
			}
input.date{
	width: 70px !important;
	cursor: default;
}
input.datetime{
	width: 120px !important;
	cursor: default;
}
.bx-calendar-year-input{
	box-shadow: none !important;
	border-radius: 0 !important;
	padding: 0 !important;
}
form.online .field{
	margin: 0 0 5px 0;
}
form.online span{
	display: inline-block;
	vertical-align: top;
}
form.online label.fieldname{
	width: 130px;
	text-align: right;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 0 0;
}
form.online input[type=text], form.online textarea{
	width: 490px;
}
form.online input[name=captcha_word]{
	width: 157px;
}
form.online textarea{
	height: 250px;
}
.news-columns .item{
	width: 210px;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 20px 0;
}
.news-columns .date{
	color: #8f8e8e;
	margin: 0 0 5px 0;
}
.news-columns .preview{
	margin: 10px 0 0 0;
}
.calendar-edit .byday .days, .calendar-edit .excluded .days{
	display: inline-block;
}
.calendar-edit .hint{
	display: inline-block;
	width: 700px;
}
.intervalWeek > *{
    vertical-align:top;
}
.byday > *{
    vertical-align:middle;
}


/* Kazakov Css find-deputat 02.03.2013*/
.finder{display:none}
.prefinder{display:block}

#find-map-wrapper{margin-top:30px;}
#find-deputy-map-input{width:400px;}
#find-deputat-map-wrapper{ /* Div, который скрывает выходящую за границу карту*/
    border:1px solid #999;
    width:100%;
    height:400px;
    display: inline-block;
    overflow: hidden; 
    position: relative;
    top:0px;
}
#find-deputat-map-wrapper.fixed{
    top:40px;
    position:fixed;
}
.finder.fixed{
    top:0px;
    position:fixed;
    
}

#find-deputat-map{ width:860px; height:400px; position: relative;}/* Непосредственно карта*/
#find-deputat-result-wrapper{display:none; vertical-align: top; width:0px; overflow: hidden;}
#find-deputat-result-wrapper > *{
    padding-left:20px;
    margin-left:10px;
}
#find-deputat-result-wrapper h3{
    background:white;
}

#find-deputat-result-wrapper .section{
    background: #fff;
    padding:10px 0px 10px 20px;
    font-weight: bold;
}
#find-deputat-result-wrapper .item{
    background: #f5f5f5;
    padding:6px 0px 6px 40px;
}
#find-deputat-result-wrapper .item.all, #find-deputat-result-wrapper .item.turn-off{
    color:#0d668d;
    text-decoration: underline;
    font-weight:bold;
    padding-bottom:5px;
}

#find-deputat-result-wrapper .district-line{
    background: #eaeaea;
    padding:6px 0px 6px 20px;
}

#find-deputat-search-text{
    color:#555;font-size: 12pt;font-weight: bold;
    margin-bottom:20px;
}

#find-deputat-result-wrapper > i {
    display: block;
}
#roll-deputat-button{}

#find-deputat-result-wrapper .deputy{
	min-height: 34px;
}
#find-deputat-result-wrapper .deputy img, #find-deputat-result-wrapper .deputy a{
	vertical-align: middle;
	display: inline-block;
	max-width: 200px;
}
#find-deputat-result-wrapper .deputy .rating{
	float: right;
	color: #0D668D;
	margin: 6px 10px 0 5px;
	background: linear-gradient(to bottom, #FFFFFF 0%, #E6E6E6 100%) repeat scroll 0 0 transparent;
	border: 1px solid #A8A8A8;
    border-radius: 2px;
    display: inline-block;
    height: 18px;
    min-width: 25px;
    padding: 0 10px;
    text-align: center;
    font-weight: bold;
}
#find-deputat-result-wrapper .deputy img{
	border: 1px #cdcdcd solid;
	margin: 0 5px 0 0;
	padding: 1px;
	min-height: 25px;
}
#clear-deputat-button, #roll-deputat-button{
	margin: 5px 0 0 5px;
}
.deputy-photos{
	margin: 20px 60px;
}
	.deputy-photos .buttons{
		margin: 10px 0;
	}
	.deputy-photos .photo .file{
		display: inline-block;
		background: #ffffff;
		padding: 1px;
		border: 1px #cdcdcd solid;
		vertical-align: top;
		margin: 0 10px 10px 0;
		padding: 5px;
	}
	.deputy-photos .photo .file span{
		display: inline-block;
		overflow: hidden;
		width: 120px;
	}
	.deputy-photos .photo .file img{
		height: 100px;
	}
	.deputy-photos .photo .file input[type=text]{
		display: block;
		margin: 5px 0 0 0;
		padding: 2px;
		width: 114px;
		font-size: 9pt;
		border-radius: 2px;
	}
	.deputy-photos .submit{
		
	}
		.deputy-photos .submit i{
			display: inline-block;
			background: url(../../../../../templates/deputat/images/upload.png) no-repeat 0 50%;
			width: 25px;
			height: 11px;
		}
	.deputy-photos .add i{
		display: inline-block;
		background: url(../../../../../templates/deputat/images/add.png) no-repeat 0 50%;
		width: 25px;
		height: 11px;
	}
	.deputy-photos .delete{
		display: inline-block;
		width: 16px;
		height: 16px;
		position: absolute;
		background: url(../../../../../templates/deputat/images/delete-icon-white.png) no-repeat 50% 50%;
		margin: 0 0 0 104px;
	}
.bxiu-top-bar{
	height: 40px !important;
}
.banner-codes{
    height: 600px;
}
.banner-codes .column{
    vertical-align: top;
    display: inline-block;
    margin: 20px 50px 0 0;
}
.banner-codes textarea{
    width: 500px;
    height: 100px;
    padding: 3px;
    color: #323232;
    margin: 0 0 10px 0;
    display: block;
    border: 1px #cdcdcd solid;
    font-family: monospace;
}

.deputy-edit .districts .selectbox .select{
	width: 350px;
}
.deputy-edit .districts .selectbox .dropdown{
	width: 405px;
}



/* Стили таблицы описания рейтинга депутатов */
.about-rating{
    
}
.about-rating .data-table{
    margin-bottom:20px;
}
/*#6772af*/
.about-rating table.data-table tr th{
    color:#fff;
    background: #6772af;
}

.about-rating table.data-table tr td{
    background:white;
}
.about-rating table.data-table tr.path td{
    background:rgb(216, 216, 216);
}
.about-rating table.data-table tr.odd td{
    background:rgb(243, 242, 242);
}

/* End */
/* /bitrix/templates/deputat/components//bitrix/system.pagenavigation/.default/style.css?1359545477418 */
/* /bitrix/templates/deputat/styles.css?14567302063119 */
/* /bitrix/templates/deputat/template_styles.css?146036642532907 */
