.main_header__footer_line {
	margin-bottom: 0;
}
.el2016_title {
	font: bold 18px/47px Arial, sans-serif;
	color:  #000;
	height: 46px;
	/* border-top: 3px solid #0e65ab; */
}
@media only screen and (min-width: 630px) {
	.el2016_title--indent {
		padding-left: 15px;
	}
}
.vote-custom-content {
    padding: 20px;
    line-height: 23px;
}
.vote-additional-custom {
	font-style: italic;
	padding-top: 5px;
}
.elections_outer_link > a {
	text-decoration: underline;
}
/* block menu (max-width: 420px) */
.el2016_menu_tab {
	font: 0/0 a;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	margin-bottom: -1px;
}
	.el2016_menu_tab__item {
		border-top: 1px solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5;
		vertical-align: top;
		position: relative;
		box-sizing: border-box;
		padding-top: 19px;
		height: 62px;
		display: block;
		color: #0e65ab;
		font: 14px/1.5 Arial, sans-serif;
	}
	.el2016_menu_tab__item + .el2016_menu_tab__item {
		margin-top: -1px;
	}
/* block menu end */

	.el2016_menu_tab {
		display: none;
	}
	.el2016_frame_digest .el2016_menu_tab {
		display: block;
	}

/* tab menu */
@media only screen and (min-width: 470px) {
	.el2016_menu_tab {
		display: block;
	}
	.el2016_frame_digest .el2016_menu_tab {
		display: none;
	}
	.el2016_menu_tab:before {
		content: '';
		width: 0;
		height: 62px;
		display: inline-block;
		vertical-align: top;
	}
	.el2016_menu_tab {
		border: 1px solid #e5e5e5;
		padding-right: 0;
		padding-top: 0;
	}
	.el2016_menu_tab__item {
		border: 0;
		display: inline-block;
		margin-left: 20px;
		padding-top: 9px;
	}
		.el2016_menu_tab__item:first-child {
			margin-left: 15px;
		}
	.el2016_menu_tab__item + .el2016_menu_tab__item {
		margin-top: 0;
	}
	.el2016_menu_tab__item:before {
		background-color: hsla(207, 85%, 36%, 0);
		transition: background-color .4s ease-out 0s;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -2px;
		height: 3px;
		content: '';
	}
	.el2016_menu_tab__item--current:before {
		background-color: hsla(207, 85%, 36%, 1);
		transition: background-color .4s ease-in 0s;
	}
	.el2016_menu_tab {
		display: block;
	}
	.el2016_frame_digest .el2016_menu_tab {
		display: none;
	}
}

	@media only screen and (min-width: 630px) and (max-width: 979px),
		   only screen and (min-width: 1200px) {
		.el2016_menu_tab__item {
			margin-left: 24px;
			padding-top: 19px;
		}
		.el2016_menu_tab__item:first-child {
			margin-left: 20px;
		}
		.el2016_menu_tab:before {
			vertical-align: middle;
		}
		.el2016_menu_tab {
			padding-top: 0;
		}
		.el2016_title--indent {
			padding-left: 23px;
		}
	}

	.el2016_menu_tab__gull {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 12px;
		margin: auto 0;
		width: 21px;
		height: 16px;
		transition: transform .3s ease-in 0s;
		display: none;
	}
	.el2016_menu_tab__item--current .el2016_menu_tab__gull {
		transform: rotate(-180deg);
		transform-origin: 50% 50%;
	}
	@media only screen and (max-width: 469px) {
		.el2016_menu_tab__gull {
			display: block;
		}
	}
	.el2016_menu_tab__link {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.el2016_menu_tab__item--current {
		color: #000;
	}
	.el2016_menu_tab__link_text {
		// font: 14px/1.5 Arial, sans-serif;
	}
	@media only screen and (max-width: 469px) {
		.el2016_menu_tab__word_break {
			display: none;
		}
	}
	@media only screen and (min-width: 630px) and (max-width: 979px) {
		.el2016_menu_tab__word_break {
			display: none;
		}
	}
	@media only screen and (min-width: 1200px) {
		.el2016_menu_tab__word_break {
			display: none;
		}
	}

.el2016_frame_digest {
	position: relative;
	margin-bottom: 30px;
	box-sizing: border-box;
	transition: height .3s ease-out 0s;
}
	@media only screen and (max-width: 479px) {
		.el2016_frame_digest {
			height: auto !important;
		}
	}
	@media only screen and (min-width: 470px) {
		.el2016_frame_digest {
			border: 1px solid #e5e5e5;
			height: 540px;
			margin-top: -1px;
			transition: height .3s ease-in 0s;
		}
	}

.el2016_frame_digest__item {
	display: none;
}
.el2016_frame_digest__item--is_visible {
	display: block;
	z-index: 99;
}
@media only screen and (min-width: 480px) {
	.el2016_frame_digest__item {
		visibility: hidden;
		opacity: 0;
		will-change: opacity;
		height: 100%;
		width: 100%;
		transition: .4s opacity ease-out 0s,
					.4s visibility ease-out .4s;
		position: absolute;
		top: 0;
		left: 0;
		display: block;
	}
		.el2016_frame_digest__item--is_visible {
			visibility: visible;
			opacity: 1;
			transition: .4s opacity ease-out 0s,
						.4s visibility ease-out 0s;
		}
}
.el2016_frame_digest__content {
	text-justify: distribute-all-lines;
	text-align: justify;
	font: 0/0 a;
	position: relative;
}
	.el2016_frame_digest__content:after {
		content: '';
		display: inline-block;
		width: 100%;
	}

	.el2016_frame_digest__content_header {
		text-align: center;
		padding: 15px;
	}

@media only screen and (min-width: 480px) {
	.el2016_frame_digest__content_header {
		display: inline-block;
		width: 22.33%;
		vertical-align: top;
		box-sizing: border-box;
		padding: 0 0 0 15px;
		text-align: left;
	}
}
	@media only screen and (min-width: 630px) and (max-width: 979px), only screen and (min-width: 1200px) {
		.el2016_frame_digest__content_header {
			padding-left: 23px;
		}
	}


.el2016_frame_digest__content_header_name {
	font: 48px/1 Arial, sans-serif;
	color: #0e65ab;
}
.el2016_frame_digest__details {
	font: 12px/1.4167 Arial, sans-serif;
	color: #333;
}

.el2016_frame_digest__content_list {
	text-align: center;
}
@media only screen and (min-width: 480px) {
	.el2016_frame_digest__content_list {
		width: 73.6667%;
		display: inline-block;
		vertical-align: top;
		font: 0/0 a;
		text-align: left;
	}
}
.el2016_frame_digest__content_item {
	display: inline-block;
	width: 50%;
	padding: 0 15px;
	vertical-align: top;
	text-align: center;
	box-sizing: border-box;
	margin-bottom: 15px;
	position: relative;
}
.el2016_frame_digest__content_item  .el2016_districts_map {
	width: 80%;
}
@media only screen and (max-width: 479px) {
	.el2016_frame_digest__content_item  .el2016_districts_map {
		width: 100%;
	}
}

@media only screen and (min-width: 480px) {
	.el2016_frame_digest__content_item {
		width: 33.33%;
		padding: 0 10px;
		text-align: center;
		margin-bottom: 30px;
		min-width: 146px;
	}
	.gosduma .el2016_frame_digest__content_item {
		width: 25%;
	}
	.el2016_frame_digest__content_item--full {
		width: 100%;
		/*text-align: left;*/
	}
}

.el2016_frame_digest__figure .el2016_frame_digest__img {
	max-width: 80px;
	max-height: 126px;
	margin-bottom: 12px;
}
@supports (object-fit:contain) {
	.el2016_frame_digest__figure .el2016_frame_digest__img {
		width: 80px;
		height: 126px;
	}
}

.el2016_frame_digest__figure_sign {
	font: 12px/1.3333 Arial, sans-serif;
	color: #333;
}
	.el2016_frame_digest .nano {
		overflow: hidden;
	}

.object_fit--contain {
	object-fit: contain;
	font-family: "object-fit: contain";
}

@media only screen and (min-width: 480px) {
	.el2016_frame_digest .nano {
		position: relative;
		height: 100%;
		outline: none;
	}
	.el2016_frame_digest .nano > .nano-content {
		position: absolute;
		overflow: scroll;
		overflow-x: hidden;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-repeat: no-repeat;
		background-color: #fff;
		background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
		background-attachment: local, local, scroll, scroll;
		-webkit-overflow-scrolling: touch;
		padding: 4px 0 0;
		outline: none;
	}
	.el2016_frame_digest .nano:hover > .nano-pane,
	.nano-pane.active, .nano-pane.flashed {
		visibility: visible\9;
		opacity: 0.99;
	}
	.el2016_frame_digest .nano > .nano-pane {
		background: #fff;
		border: 1px solid #dcdcdc;
		box-sizing: border-box;
		padding: 1px 2px;
		position: absolute;
		width: 11px;
		right: 0;
		top: 0;
		bottom: 0;
		visibility: hidden\9;
		opacity: 0.99;
		-webkit-transition: .2s;
		-moz-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
	}

	.el2016_frame_digest .nano > .nano-pane > .nano-slider {
		background: #c1c1c1;
		position: relative;
		margin: 0;
	}
}
.el2016_baloon {
	width: 100%;
	background-color: #fff;
	display: inline-block;
	position: relative;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.5);
	overflow: auto;
	max-height: 350px;
	box-sizing: border-box;
	vertical-align: top;
}
	.el2016_baloon__header {
		height: 55px;
		font: 12px/55px Arial, sans-serif;
		color: #999;
		padding: 0 20px;
		border-bottom: 1px solid #ccc;
	}
	.el2016_baloon__icon {
		width: 32px;
		height: 32px;
		display: inline-block;
		vertical-align: middle;
		margin-right: 12px;
		object-fit: contain;
	}

.el2016_baloon__list {
	margin: 10px 20px;

}
.el2016_baloon__item {
	margin: 2px 0;
	min-height: 32px;
}
.el2016_baloon__item_text {
	font: 18px/32px Arial, sans-serif;
	color: #333;
}
.el2016_baloon__item_value {
	color: #0e65ab;
}
.el2016_baloon__note {
	font: 12px/32px Arial, sans-serif;
	color: #999;
	height: 32px;
	padding: 0 20px;
	margin-top: 2px;
	margin-bottom: 10px;
}

.el2016_baloon__pointer {
	position: absolute;
	bottom: -9px;
	left: -1px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 9px solid #ccc;
}
	.el2016_baloon__pointer:after {
		content: '';
		position: absolute;
		bottom: 1px;
		left: -7px;
		right: 1px;
		width: 0;
		height: 0;
		margin: 0 auto;
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-top: 8px solid #fff;
	}


.el2016_baloon__city_baloon {
	height: 12px;
	font: 10px/12px Arial, sans-serif;
	color: #464545;
	background-color: #ebebeb;
	padding: 0 3px;
	z-index: 1;
	position: absolute;
	bottom: -12px;
	left: 0;
}
	.el2016_baloon__city_baloon--right {
		left: auto;
		right: 0;
	}

.el2016_baloon__city_baloon--is_active {
	background-color: #c68407;
	color: #fff;
}

.el2016_baloon__city_baloon:before {
	width: 0;
	height: 0;
	border-top: 4px solid #ebebeb;
	border-right: 5px solid transparent;
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
}
	.el2016_baloon__city_baloon--is_active:before {
		border-top-color: #c68407;
	}
.el2016_baloon__city_baloon:after {
	content: '';
	position: absolute;
	bottom: -6px;
	left: -4px;
	height: 3px;
	width: 9px;
	background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAADCAQAAADrA+39AAAANElEQVQIHWNgUGAIY+hhWMGwnmERQw2DI4MIA0M9w3uG/3B4hiGUAayqG6xqAUMlgxODCACsTw8ejaDG1QAAAABJRU5ErkJggg==) no-repeat;
	opacity: .26;
}

.el2016_baloon__city_baloon--right:before {
	border-left: 5px solid transparent;
	border-right: 0;
	left: auto;
	right: 0;
}
.el2016_baloon__city_baloon--right:after {
	left: auto;
	right: -4px;
}
.el2016_results_baloon {
	padding: 14px 15px 22px 15px;
	border: 1px solid #e8e8e8;
	display: inline-block;
	background-color: hsla(0, 0%, 100%, .7);
}
	.el2016_results_baloon--collapsed {
		padding: 0 0 0 4px;
	}
.el2016_results_baloon .vicon--gull_down {
	display: none;
}
	.el2016_results_baloon.el2016_results_baloon--collapsed .vicon--gull_down {
		transform: rotate(-90deg);
		display: block;
	}
.el2016_results_baloon__list {
	counter-reset: i;
	margin-bottom: 14px;
}
	.el2016_results_baloon--collapsed .el2016_results_baloon__list,
	.el2016_results_baloon--collapsed .el2016_results_baloon__note {
		display: none;
	}
	.el2016_results_baloon__item {
		display: block;
		font: 14px/1.2857 Arial, sans-serif;
		color: #333;
		margin-bottom: 4px;
		counter-increment: i;
	}
		.el2016_results_baloon__item:first-child {
			font: bold 20px/1.8 Arial, sans-serif;
		}

	.el2016_results_baloon__item:before {
		content: "" counters(i, ".") ".";
		color: #a5a5a5;
	}
	.el2016_results_baloon__item:first-child:before {
		color: #999;
	}
	.el2016_results_baloon__value {
		color: #0e65ab;
	}
	.el2016_results_baloon__note {
		font: 12px/1 Arial, sans-serif;
		color: #999;
	}
.vicon--gull_down {
	fill: #296797;
	font-size: 21px;
}


/* election2018 */
.b-voting .subtitle {
	font: bold 18px/47px Arial, sans-serif;
	color: #000;
	height: 46px;
	border-top: 3px solid #0e65ab;
	border-bottom-color: #e5e5e5;
	margin: 0 0 15px 0;
	padding: 0;
	text-transform: none;
}
.b-voting .poll_submit {
	font: bold 12px/36px Arial, sans-serif;
	color: #fff;
	background-color: #0e65ab;
	letter-spacing: 0.2px;
	cursor: pointer;
	display: inline-block;
	height: 36px;
	margin-right: -15px;
	padding: 0 15px;
	position: relative;
	text-decoration: none;
}
.b-voting .poll_submit + a {
	margin-left: 15px;
	text-decoration: none;
}
.el2018_legend {
	font: 0/0 a;
	position: absolute;
	bottom: -38px;
	left: 0;
	vertical-align: middle;
}
.el2018_legend__text {
	font: 12px/14px Arial, sans-serif;
	color: #333;
	margin-bottom: 2px;
	vertical-align: middle;
}
.el2018_legend__color {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #93bccf;
	border: 1px solid rgb(101, 160, 204);
	box-sizing: border-box;
	vertical-align: middle;
}
.el2018_legend__color_an {
	background-color: rgba(200, 0, 0, .5);
}

.el2016_results_baloon__mobile .elections_outer_link {
    font-size: 20px;
    text-align: center;
    line-height: initial;
    margin-top: 20px;
}

.el2016_results_baloon__mobile .balloon_custom_info {
    font-size: 20px;
    line-height: initial;
    text-align: left;
}

.el2016_frame_digest__content_list li.dmitry-belonovsky > a {
    color: #006697;
}

li.dmitry-belonovsky.el2016_frame_digest__content_item--current > a {
    color: #e99800;
}

.el2016_frame_digest {
	overflow: hidden;
}
