.el2016_icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    text-indent: -200px;
    position: relative;
	outline: 1px dashed red;
}
.el2016_h1 {
	font: bold 24px/1.2 Georgia, serif;
	color:  #303030;
	margin-bottom: 25px;
}
.el2016_h2 {
    font: bold 17px/1.2 Georgia, serif;
    color: #666;
    padding: 20px 60px 20px 25px;
}
.el2016_section {
    position: relative;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
}
.el2016_section:last-of-type {
	margin-bottom: 20px;
}
.el2016_section:not(:last-of-type) {
	border-bottom: 0;
}
.el2016_section > .el2016_section_nav {
	transition: transform .3s ease-in 0s;
    position: absolute;
	top: 20px;
	right: 25px;
	cursor: pointer;
}
	.el2016_section--selected > .el2016_section_nav {
		transform: rotate(-180deg);
		transform-origin: 50% 50%;
	}

.el2016_district_list {
	display: none;
	list-style: none;
	font: 0/0 a;
	box-sizing: border-box;
	padding: 20px 25px;
}
.el2016_section--selected {
	padding-bottom: 20px;
}
.el2016_section--selected > .el2016_district_list {
	display: block;
}
.el2016_section--selected > .el2016_h2 {
	border-bottom: 1px solid #e5e5e5;
}
.el2016_district_list__item {
	font: bold 13px/1.5384 Arial, sans-serif;
	color: #666;
	display: inline-block;
	width: 50%;
	box-sizing: border-box;
	margin: 5px 0;
	position: relative;
    vertical-align: top;
	cursor: pointer;
	padding-right: 20px;
}
.el2016_district_list__item--selected {
	color: #0e65ab;
	width: 100%;
}
	.el2016_district_list__item--selected > .vicon--boxed_arrow {
		transform: rotate(90deg);
		transform-origin: 50% 50%;
	}
.el2016_district_list__item__text {
	display: inline;
	padding-left: 2px;
}
.el2016_district_list__details {
	display: none;
	font: 13px/20px Arial, sans-serif;
	color: #666;
	box-sizing: border-box;
	border-bottom: 1px solid #0e65ab;
	border-top: 1px solid #0e65ab;
	padding: 12px 0 16px;
	margin-bottom: 14px;
}
.el2016_district_list__details:last-of-type {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 10px;
}
.el2016_district_list__item--selected + .el2016_district_list__details {
	display: block;
}
.el2016_district_list__details__item {
	margin: 0;
	padding: 2px 0;
	font: 0/0 a;
}
.el2016_district_list__details__item__district {
	font: bold 13px/1.5384 Arial, sans-serif;
	display: inline-block;
	width: 100%;
}
.el2016_district_list__details__item__winner {
	font: 13px/1.5384 Arial, sans-serif;
}
.el2016_district_list__details__item--completed > .el2016_district_list__details__item__winner {
	font: 13px/1.5384 Arial, sans-serif;
	display: inline-block;
}
.el2016_district_list__details__item--completed > .el2016_district_list__details__item__district,
.el2016_district_list__details__item--completed > .el2016_district_list__details__item__winner {
	width: 50%;
	box-sizing: border-box;
	padding-right: 20px;
	vertical-align: top;
	margin-bottom: 2px;
}
.el2016_governor_list {
	list-style: none;
	font: 0/0 a;
	box-sizing: border-box;
}
.el2016_governor_list__item {
	font: bold 14px/18px Arial, sans-serif;
	color: #333;
	box-sizing: border-box;
	margin: 5px 0;
	position: relative;
	vertical-align: top;
	cursor: pointer;
}
	.el2016_governor_list__item--selected > .el2016_governor_nav > .vicon {
		transform: rotate(90deg);
		transform-origin: 50% 50%;
	}
.el2016_governor_list__item__text {
	display: inline-block;
	padding-left: 8px;
	margin-bottom: 10px;
}
	.el2016_governor_list__item--selected > .el2016_governor_list__item__text {
		margin-bottom: 0;
	}
.el2016_intro {
	font: 0/0 a;
	margin-bottom: 25px;
}
.el2016_intro__emblem {
	width: 33.333%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
	text-align: center;
	box-sizing: border-box;
	padding-right: 20px;
}
.el2016_intro__emblem img {
	max-width: 100%;
	height: auto;
}
.el2016_intro__text {
	font: 0/0 a;
	display: inline-block;
	width: 66.666%;
}
.el2016_governor_details {
	display: none;
	font: 0/0 a;
	padding-bottom: 28px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	padding-left: 10px;
}
	.el2016_governor_list__item--selected + .el2016_governor_details {
		display: block;
	}
.el2016_governor_details__photo {
	width: 33.333%;
	display: inline-block;
	margin: 6px 0 20px;
	text-align: center;
	vertical-align: top;
	box-sizing: border-box;
	padding-right: 20px;
}
.el2016_governor_details__name {
	font: bold 12px/16px Arial, sans-serif;
	color: #333;
	margin-top: 10px;
}
.el2016_governor_details__collapse {
	font: 13px/17px Arial, sans-serif;
	color: #666;
	border-bottom: 1px dashed #666;
	margin-top: 8px;
	display: inline-block;
	cursor: pointer;
}
.el2016_governor_details__text {
	font: 13px/1.5384 Arial, sans-serif;
	color: #666;
	display: inline-block;
}
.el2016_governor_details__text a {
	text-decoration: underline;
}
.el2016_governor_details__text p {
	margin-bottom: 6px;
}
.el2016_governor_details__party {
	color: #666;
	font: 12px/16px Arial, sans-serif;
	margin-left: 16px;
	margin-bottom: 6px;
}
.el2016_intro__text__item {
	color: #666;
	display: inline-block;
	box-sizing: border-box;
	padding-right: 20px;
	vertical-align: top;
	margin-bottom: 5px;
}
.el2016_intro__text__item__name {
	font: bold 17px/21px Georgia, serif;
	margin-right: 5px;
}
.el2016_intro__text__item__content {
	font: 17px/21px Georgia, serif;
}
.el2016_intro__text__item__small_text {
	font: 14px/1 Georgia, serif;
	display: block;
	margin: -3px 0 2px;
}
.el2016_section__text {
	display: none;
	font: 13px/1.5384 Arial, sans-serif;
	color: #666;
	padding: 0 25px;
	margin-bottom: 6px;
}
.el2016_section__text:first-of-type {
	margin-top: 20px;
}
	.el2016_section--selected > .el2016_section__text,
	.el2016_section--selected > .nano > .nano-content > .el2016_section__text {
		display: block;
	}
.el2016_section__text a {
	text-decoration: underline;
}
.el2016_candidate_list {
	display: none;
	font: 0/0 a;
	padding: 0 25px;
	box-sizing: border-box;
	margin-top: 15px;
}
	.el2016_section--selected > .el2016_candidate_list,
	.el2016_section--selected > .nano > .nano-content > .el2016_candidate_list {
		display: block;
	}
.el2016_candidate_list__item {
	width: 50%;
	font: 13px/1.5384 Arial, sans-serif;
	color: #666;
	display: inline-block;
	box-sizing: border-box;
	padding-right: 20px;
	margin-bottom: 6px;
	vertical-align: top;
}
.el2016_party_rating {
	font: 0/0 a;
	text-align: justify;
	text-justify: distribute-all-lines;
	margin-bottom: 40px;
	padding-top: 10px;
}
	.el2016_party_rating:after {
		content: '';
		width: 100%;
		display: inline-block;
	}
.el2016_party_rating__header {
	font: bold 16px/1 Georgia, serif;
	color: #666;
	width: 25%;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
}
.el2016_party_rating__graph {
	margin-top: 15px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.el2016_breadcrumbs {
	font: 13px/21px Arial, sans-serif;
	color:  #565656;
	height: 46px;
	border-top: 3px solid #0e65ab;
	margin-bottom: 20px;
	padding: 12px 0;
	box-sizing: border-box;
}
.el2016_top {
	/* border-top: 3px solid #0e65ab; */
	margin-bottom: 9px;
}
.el2016_breadcrumbs a {
	text-decoration: underline;
}
.el2016_news {
	border-top: 1px solid #e5e5e5;
    padding: 4px 0 0 46px;
}
.el2016_news__item {
    font: 14px/22px Arial, sans-serif;
    position: relative;
    padding: 16px 0 20px;
    vertical-align: top;
	border-bottom: 1px dashed #ccc;
	display: block;
}
.el2016_news__item:last-child {
    padding-bottom: 25px;
	border-bottom: 0;
}
.el2016_news__time {
    color: #b8b8b8;
    position: absolute;
    left: -46px;
    top: 16px;
}
.el2016_news__text {
    color: #666;
}
.el2016_expand_button {
    font: bold 12px/36px Arial, sans-serif;
    color: #fff;
    background-color: #0e65ab;
    padding: 0 20px;
    display: inline-block;
    letter-spacing: 0.2px;
    cursor: pointer;
	height: 36px;
}
.el2016_news+.el2016_expand_button {
	margin-left: 46px;
    margin-bottom: 40px;
}
.el2016_container__inner {
    padding: 0 0 25px;
    box-sizing: border-box;
}
.el2016_container__item:not(:last-child) {
    margin-bottom: 30px;
}
.el2016_container__pic {
    margin: 0 auto 5px;
    line-height: 0;
}
.el2016_container__pic img {
    display: block;
    width: 100%;
    height: auto;
}
.el2016_container__text {
    font: 15px/1.3em Arial, sans-serif;
    color: #666;
    margin-bottom: 15px;
}
	.el2016_container__text a {
		color: #666;
	}

.el2016_news_slider {
	margin: 25px 0;
}
  .el2016_nav_lineup {
      padding: 0;
      list-style: none;
      text-align: center;
      font: 0/0 a;
  }

  .el2016_nav_lineup .el2016_nav_lineup_item {
      position: relative;
      display: inline-block;
      margin: 4px;
      width: 12px;
      height: 12px;
      background-position: 0 -12px;
      background-repeat: no-repeat;
      background-image: url(//im.kommersant.ru/ContentFlex/images/dots_1x.png);
      background-size: auto 36px;
      background-position: 0 -12px;
      background-repeat: no-repeat;
  }

  .el2016_nav_lineup .slider-nav-item-current {
      background-position: 0 0;
  }

  .el2016_nav_lineup .el2016_nav_lineup_item .slider-link {
      position: absolute;
      top: -4px;
      right: -4px;
      bottom: -4px;
      left: -4px;
      display: block;
  }
.vicon--boxed_arrow {
	fill: #0e65ab;
	font-size: 14px;
}

.el2016_section.el2016_frame_digest.el2016_section--selected {
    padding-bottom: 58px;
	margin-bottom: 0;
}
.el2016_section.el2016_frame_digest .nano > .nano-content {
	padding: 0;
}
.el2016_resuts_panel {
	display: none;
	position: absolute;
	padding: 20px;
	border: 1px solid #ccc;
	font: 12px/1 Arial, sans-serif;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
	color: #333;
	z-index: 100;
	background-color: #fff;
	top: 0;
	left: 0;
}
	.el2016_resuts_panel:after {
		position: absolute;
		width: 30px;
		height: 15px;
		border: 1px;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-bottom: 15px solid #fff;
		top: -15px;
		left: 50px;
		box-sizing: border-box;
		content: '';
	}
	.el2016_resuts_panel:before {
		position: absolute;
		width: 30px;
		height: 15px;
		border: 1px;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-bottom: 15px solid #ccc;
		top: -16px;
		left: 50px;
		box-sizing: border-box;
		content: '';
	}
.el2016_resuts_panel.is_active {
	display: block;
}

.el2016_title_holder {
	position: relative;
}
.el2016_title_holder .el2016_expand_button {
	display: inline-block;
	margin-bottom: 30px;
}
@media only screen and (min-width: 520px) {
	.el2016_title_holder .el2016_expand_button {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto 0;
	}
}

/* 1 column small */
@media only screen and (max-width: 359px) {
	.el2016_district_list__item {
		width: 100%;
	}
	.el2016_governor_list__item {
		width: 50%;
	}
}
/* 1 column */
@media only screen and (max-width: 479px) {
	.el2016_candidate_list__item {
		padding-right: 10px;
	}
	.el2016_party_rating__header,
	.el2016_party_rating__graph {
		width: 100%;
	}
	.el2016_intro__emblem {
		width: 100%;
		text-align: left;
	}
	.el2016_intro__text {
		width: 100%;
	}
	.el2016_intro__text__item {
		width: 100%;
		padding-right: 0;
	}
	.el2016_governor_details__photo	{
		width: 100%;
		text-align: left;
	}
	.el2016_intro__emblem {
		width: 100%;
	}
	.el2016_intro__text {
		width: 100%;
	}
}

@media only screen and (max-width: 579px), (min-width: 980px) and (max-width: 1199px) {
	.el2016_title_holder .el2016_expand_button {
		position: static;
		margin: 0 0 5px;
		padding: 0 15px;
	}
}
/* 2 column small */
@media only screen and (min-width: 480px) and (max-width: 639px) {
	.el2016_intro__text__item {
		width: 100%;
		padding-right: 0;
	}
}
/* 2 column */
@media only screen and (min-width: 480px) and (max-width: 979px) {
	.el2016_nest_outer {
		font: 0/0 a;
	}
	.el2016_container_nest {
		width: 47.5%;
		display: inline-block;
		vertical-align: top;
	}
	.el2016_container_nest:nth-child(odd) {
		margin-right: 5%;
	}
}
/* 1 & 2 column */
@media only screen and (max-width: 979px) {
	.el2016_news {
		overflow: hidden;
		padding: 0;
	}
	.el2016_news__time {
		position: static;
	}
	.el2016_news__item {
		width: 228px;
		margin-right: -228px;
		display: inline-block;
		box-sizing: border-box;
		border-bottom: 0;
	}
}
/* 3 column small */
@media only screen and (min-width: 980px) and (max-width: 1199px) {
	.el2016_intro__text__item {
		width: 100%;
		padding-right: 0;
	}
	.el2016_candidate_list__item {
		padding-right: 5px;
	}
}
/* results */
/* 1 column */
@media only screen and (max-width: 479px) {
	.el2016_frame_digest--results .el2016_frame_digest__content_list {
		margin: 20px 0 10px;
		text-align: left;
	}
	.el2016_frame_digest--results .el2016_frame_digest__content_item {
		font: 12px/1.2 Arial, sans-serif;
		color: #006697;
		text-align: left;
		margin-bottom: 10px;
	}
	.el2016_frame_digest--results .el2016_frame_digest__content_item--current,
	.el2016_frame_digest--results .el2016_frame_digest__content_item--current a {
		color: #e99800;
		cursor: default;
	}
	.el2016_frame_digest--results .el2016_frame_digest__content_list .el2016_results_baloon {
		position: relative;
		top: 0;
		left: 0;
		border-left: 0;
		border-right: 0;
		text-align: left;
		display: block;
		margin: 20px 0;
		padding: 20px 15px 32px 15px;
		display: none;
	}
		.el2016_frame_digest--results .el2016_frame_digest__content_list .el2016_frame_digest__content_item--current + .el2016_results_baloon {
			display: block;
		}

		.el2016_frame_digest--results .el2016_frame_digest__content_list .el2016_results_baloon:after {
			position: absolute;
			width: 30px;
			height: 15px;
			border: 1px;
			border-left: 15px solid transparent;
			border-right: 15px solid transparent;
			border-bottom: 15px solid #fff;
			top: -15px;
			box-sizing: border-box;
			content: '';
		}
		.el2016_frame_digest--results .el2016_frame_digest__content_list .el2016_results_baloon:before {
			position: absolute;
			width: 30px;
			height: 15px;
			border: 1px;
			border-left: 15px solid transparent;
			border-right: 15px solid transparent;
			border-bottom: 15px solid #ccc;
			top: -16px;
			box-sizing: border-box;
			content: '';
		}

			.el2016_frame_digest--results .el2016_frame_digest__content_list .el2016_frame_digest__content_item:nth-of-type(odd) + .el2016_results_baloon:before,
			.el2016_frame_digest--results .el2016_frame_digest__content_list .el2016_frame_digest__content_item:nth-of-type(odd) + .el2016_results_baloon:after {
				left: 20px;
			}
			.el2016_frame_digest--results .el2016_frame_digest__content_list .el2016_frame_digest__content_item:nth-of-type(even) + .el2016_results_baloon:before,
			.el2016_frame_digest--results .el2016_frame_digest__content_list .el2016_frame_digest__content_item:nth-of-type(even) + .el2016_results_baloon:after {
				left: 55%;
			}
	.el2016_section_results	{
		border-bottom: 2px solid #0e65ac;
		font: bold 20px/1.8 Arial, sans-serif;
		padding: 15px 0;
		color: #545454;
	}
		.el2016_section_results b {
			color: #0e65ab;
		}
	.el2016_temp_results_baloon {
		border-bottom: 2px solid #e5e5e5;
		border-top: 2px solid #e5e5e5;
		font: 18px/1.8 Arial, sans-serif;
		padding: 12px 15px;
		margin-bottom: 28px;
		color: #545454;
		display: none;
	}
		.el2016_frame_digest--results .el2016_frame_digest__content_list .el2016_frame_digest__content_item--current + .el2016_temp_results_baloon {
			display: block;
		}
		.el2016_temp_results_baloon b {
			color: #0e65ab;
		}
}
/* results */