

/* Start:/local/templates/rks/components/bitrix/news.list/voting/style.css?15562875124412*/
.vote-container {
	display: none;
}

.rating-stars {
	margin-top: 30px;
}

.rating-stars .rating-stars__star {
	width: 35px;
	height: 32px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	background-image: url('/local/templates/rks/components/bitrix/news.list/voting/images/star.png');
	background-size: cover;
}

.rating-stars--active .rating-stars__star {
	cursor: pointer;
}

.rating-stars__star:before, .rating-stars--active[data-rate="5"] .rating-stars__star, .rating-stars--active[data-rate="1"] .rating-stars__star:nth-child(-n+1), .rating-stars--active[data-rate="2"] .rating-stars__star:nth-child(-n+2), .rating-stars--active[data-rate="3"] .rating-stars__star:nth-child(-n+3), .rating-stars--active[data-rate="4"] .rating-stars__star:nth-child(-n+4) {
	background-image: url('/local/templates/rks/components/bitrix/news.list/voting/images/star-red.png');
}

.rating-stars__star--inactive {
	background-image: url('/local/templates/rks/components/bitrix/news.list/voting/images/star-gray.png')!important;
}

/* Popup */
.vote-container--popup {
	box-shadow: 0 0 30px rgba(0, 0, 0, .5);
	position: fixed;
	top: 5%;
	z-index: 1000;
	max-height: 700px;
	width: 989px;
}

.vote-container--popup > .closer {
	background: url(/local/templates/rks/components/bitrix/news.list/voting/images/cross.png) center center no-repeat;
	cursor: pointer;
	height: 13px;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 13px;
}

/* Carousel */
.vote-slider {
	max-height: 700px;
	overflow: hidden;
	position: relative;
	width: 100%
}

.vote-slider--heading {
	color: #111111;
	font-size: 22px;
	text-align: center;
	padding-bottom: 15px;
}

.vote-slider--message {
	display: none;
	font-size: 22px;
	color: #111111;
	text-align: center;
	padding-top: 10px;
}

.vote-slider--message-red {
	color: #FF0000;
}

.vote-slider ul {
	position: relative;
	width: 20000em
}

.vote-slider li {
	background-color: #F1F1F1;
	padding: 41px 123px 31px;
	height: 530px;
	float: left;
	list-style: none !important;
}

.vote-slider .image-container {
	display: table-cell;
	height: 360px;
	max-height: 360px;
	text-align: center;
	vertical-align: middle;
	width: 744px;
	max-width: 744px;
	overflow: hidden;
}

.vote-slider img {
	max-height: 360px;
	max-width: 744px
}

.vote-slider .desc {
	text-align: center;
	width: 744px;
	max-width: 744px
}

.vote-slider .desc .title {
	color: #3e3e3e;
	display: block;
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
	margin: 5px auto 0px;
	padding: 5px 0px 10px 0px;
}

.vote-slider .desc ._desc {
	line-height: 140%;
	width: 600px;
	margin: 0 auto;
	max-height: 48px;
	overflow: hidden;
	border-bottom: 1px solid #e1e1e1;
}

.vote-start .vote-start__heading {
	color: #111111;
	font-size: 28px;
	text-align: center;
	padding-bottom: 35px;
}

.vote-start .desc .vote-start__text {
	font-size: 18px;
	text-align: left;
	line-height: 24px;
	padding-bottom: 20px;
}

.vote-start .desc .vote-start__link {
	display: block;
	padding: 25px 0;
	white-space: nowrap;
	word-wrap: normal;
	color: #313131;
	text-decoration: none;
	font-size: 28px;
}

.vote-start .desc .vote-start__link:hover {
	text-decoration: underline;
	color: #fff;
	background-color: #313131;
}

.vote-start .desc .vote-start__nomination {
	font-size: 28px;
	padding-top: 100px;
}

.vote-slider .desc .date {
	margin-top: 12px
}

.vote-slider .desc .date b {
	color: #ef2e24;
	display: inline;
	font-size: 11px
}

.vote-slider .desc .date s {
	color: #818181;
	display: inline;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase
}

/** Carousel Controls **/
.vote-slider-control-prev, .vote-slider-control-next {
	position: absolute;
	top: 267px;
	width: 45px;
	height: 48px
}

.vote-slider-control-prev {
	left: 33px;
	background-position: -100px 0
}

.vote-slider-control-prev:hover {
	background-position: -100px -50px
}

.vote-slider-control-prev:active {
	background-position: -100px -100px
}

.vote-slider-control-next {
	right: 25px;
	background-position: -150px 0
}

.vote-slider-control-next:hover {
	background-position: -150px -50px
}

.vote-slider-control-next:active {
	background-position: -150px -100px
}

.vote-slider-control-prev.inactive, .vote-slider-control-next.inactive {
	visibility: hidden
}

@media (max-width: 320px) {
	.vote-slider {
		width: 100%;
		height: auto;

	}

	.vote-slider .image-container {
		height: auto;
		width: 100%;
	}

	.vote-slider .desc {
		width: 50%;
	}

	.vote-slider .desc ._desc {
		display: none;
	}

	.popup ._desc {
		max-width: 100% !important;
	}

	.vote-slider-control-prev {
		left: 5px;
	}

	.vote-slider-control-next {
		right: 0;
	}
}

/* End */


/* Start:/local/templates/rks/template_styles.css?16663418415759*/
.rks-structure-title {
	padding-top: 35px !important;
	padding-bottom: 30px;
	border-bottom: 2px solid #e4e4e4;
	width: 310px;
	display: block;
	font-weight: normal !important;
}

.rks-structure__tree {
	position: relative;
	margin: 0 auto;
}

.rks-structure__bg {
	position: relative;
	width: 974px;
	height: 1600px;
	background: url(/local/templates/rks/images/new_structure/struct-bg.jpg) 0 0 no-repeat;
}

.rks-structure__item {
	position: absolute;
	width: 270px;
	height: 130px;
	box-sizing: border-box;
	border: 2px solid #e4e4e4;
	padding: 20px;
	background: #fff;
}

.rks-str-1-1 {
	top: 21px;
	left: 352px;
}

.rks-str-1-2 {
	top: 187px;
	left: 352px;
}

.rks-str-1-3 {
	top: 353px;
	left: 352px;
}

.rks-str-1-4 {
	top: 519px;
	left: 352px;
}

.rks-str-1-5 {
	top: 428px;
	left: 0;
}

.rks-str-1-6 {
	top: 428px;
	left: 700px;
}

.rks-str-2-1 {
	bottom: 676px;
	left: 2px;
}

.rks-str-2-2 {
	bottom: 676px;
	left: 302px;
}

.rks-str-2-3 {
	bottom: 676px;
	left: 602px;
}

.rks-str-2-4 {
	bottom: 468px;
	left: 2px;
}

.rks-str-2-5 {
	bottom: 468px;
	left: 302px;
}

.rks-str-2-6 {
	bottom: 468px;
	left: 602px;
}

.rks-str-2-7 {
	bottom: 260px;
	left: 2px;
}

.rks-str-2-8 {
	bottom: 260px;
	left: 302px;
}

.rks-str-2-9 {
	bottom: 260px;
	left: 602px;
}

.rks-str-3-1 {
	bottom: 21px;
	left: 2px;
}

.rks-committee__item {
	position: absolute;
	width: 270px;
	height: 170px;
	box-sizing: border-box;
	border: 2px solid #e4e4e4;
	padding: 70px 27px 27px;
	background: #fff;
}

.rks-item__table {
	display: table;
	width: 100%;
	height: 86px;
}

.rks-item__row {
	display: table-row;
}

.rks-item__cell {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.rks-item__image {
	padding-right: 6px;
	text-align: center;
	min-width: 70px;
}

.rks-directors .rks-item__image, .rks-president .rks-item__image, .rks-committee__item .rks-item__image {
	padding-right: 13px;
	text-align: left;
	width: 70px;
}

.rks-directors, .rks-president {
	padding: 40px 27px 20px;
}

.rks-first-group {
	width: 274px;
	height: 142px;
}

.rks-first-group .rks-item__cell {
	vertical-align: top;
}

.rks-item__image img {
	display: inline-block;
}

.rks-item__title {
	font-size: 18px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #000;
	line-height: 1.3;
}

.rks-item__text {
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #000;
	line-height: 1.4;
}

.rks-item__name {
	font-weight: bold;
	margin-bottom: 6px;
}

.rks-item__president .rks-item__name {
	position: relative;
	top: -5px;
}

.rks-item__head {
	position: absolute;
	top: -18px;
	background-color: transparent;
	font-size: 18px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #000;
	line-height: 1.3;
}

.hover .rks-item__head {
	top: 20px;
}

.rks-head__title._v-center {
	margin-top: 4px;
}

.rks-head__title {
	background: #fff;
	padding: 0 7px;
	margin-left: -7px;
	display: inline-block;
}

.rks-head__subtitle {
	padding: 0 7px;
	margin-left: -7px;
}

.rks-head__desc {
	margin-top: 4px;
	font-size: 13px;
	color: #8b8b8b;
	font-weight: normal;
	overflow: hidden;
	height: 50px;
}

.rks-item__position {
	font-size: 12px;
	color: #8b8b8b;
	font-weight: bold;
	margin-bottom: 6px;
}

.rks-committee__preview, .rks-structure__preview {
	display: block;
}

.rks-committee__detail, .rks-structure__detail {
	display: none;
	font-family: Arial, sans-serif;
	position: absolute;
	width: 270px;
	box-sizing: border-box;
	border: 2px solid #e4e4e4;
	padding: 27px 27px 30px;
	background: #fff;
	bottom: -2px;
	left: -2px;
	box-shadow: 0 0 1em #e4e4e4;
}

.rks-structure__detail {
	width: 274px;
}

.rks-head__detail-title {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin-bottom: 6px;
}

.rks-head__detail-desc {
	font-size: 13px;
	color: #8b8b8b;
	margin-bottom: 18px;
	line-height: 1.4;
}

.rks-item__detail-image {
	margin-bottom: 6px;
}

.rks-item__detail-image img {
	max-width: 140px !important;
}

.rks-item__detail-name {
	font-size: 14px;
	margin-bottom: 18px;
	font-weight: bold;
	line-height: 1.3;
}

.rks-item__detail-text {
	font-size: 12px;
	line-height: 1.4;
}

.rks-structure__hover:hover {
	box-shadow: 0 0 1em #e4e4e4;
	height: auto;
	z-index: 3;
}

.rks-structure__detail-desc {
	display: none;
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #000;
	line-height: 1.4;
	margin-top: 10px;
	padding: 0 7px;
}

.rks-structure__item:hover .rks-structure__detail-desc {
	display: block;
}

.rks-structure__item:hover .rks-structure__detail {
	display: block;
}

.rks-committee__item:hover .rks-committee__detail {
	display: block;
}

.rks-structure__item:hover .rks-committee__detail {
	display: block;
}

@media (max-width: 980px) {
	.rks-structure__bg {
		position: relative;
		width: 640px;
		height: 2267px;
		background: url(/local/templates/rks/images/new_structure/struct-mobile-bg.jpg) 0 0 no-repeat;
	}

	.rks-str-1-1 {
		top: 197px;
		left: 25px;
	}

	.rks-str-1-2 {
		top: 363px;
		left: 25px;
	}

	.rks-str-1-3 {
		top: 529px;
		left: 25px;
	}

	.rks-str-1-4 {
		top: 695px;
		left: 25px;
	}

	.rks-str-1-5 {
		top: 24px;
		left: 25px;
		width: 270px;
	}

	.rks-str-1-6 {
		top: 609px;
		left: 324px;
		width: 270px;
	}

	.rks-str-2-1 {
		bottom: 1128px;
		left: 25px;
	}

	.rks-str-2-2 {
		bottom: 1128px;
		left: 325px;
	}

	.rks-str-2-3 {
		bottom: 907px;
		left: 25px;
	}

	.rks-str-2-4 {
		bottom: 907px;
		left: 325px;
	}

	.rks-str-2-5 {
		bottom: 693px;
		left: 25px;
	}

	.rks-str-2-6 {
		bottom: 693px;
		left: 325px;
	}

	.rks-str-2-7 {
		bottom: 479px;
		left: 25px;
	}

	.rks-str-2-8 {
		bottom: 479px;
		left: 325px;
	}

	.rks-str-2-9 {
		bottom: 265px;
		left: 25px;
	}

	.rks-str-3-1 {
		bottom: 20px;
		left: 25px;
	}

	.rks-structure__detail {
		width: 270px;
	}
}

.center-flex {
	display: flex;
	justify-content: center;
}

/* End */
/* /local/templates/rks/components/bitrix/news.list/voting/style.css?15562875124412 */
/* /local/templates/rks/template_styles.css?16663418415759 */
