/* fancybox */

@charset "UTF-8";
.fancybox-enabled {
	overflow: hidden; }

.fancybox-enabled body {
	overflow: visible;
	height: 100%; }

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden; }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
	z-index: 99992; }

.fancybox-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #0f0f11;
	opacity: 0;
	transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden; }

.fancybox-container--ready .fancybox-bg {
	opacity: 0.5;
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-controls {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	z-index: 99994;
	transition: opacity .2s;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	direction: ltr; }

.fancybox-show-controls .fancybox-controls {
	opacity: 1; }

.fancybox-infobar {
	display: none; }

.fancybox-show-infobar .fancybox-infobar {
	display: inline-block;
	pointer-events: all; }

.fancybox-infobar__body {
	display: inline-block;
	width: 70px;
	line-height: 44px;
	font-size: 13px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: center;
	color: #ddd;
	background-color: rgba(30, 30, 30, 0.7);
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased; }

.fancybox-buttons {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	pointer-events: all; }

.fancybox-show-buttons .fancybox-buttons {
	display: block; }

.fancybox-slider-wrap {
	overflow: hidden;
	direction: ltr; }

.fancybox-slider-wrap,
.fancybox-slider {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	z-index: 99993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent; }

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch; }

.fancybox-slide::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0; }

.fancybox-slide > * {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0 44px;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box; }

.fancybox-slide--image {
	overflow: hidden; }

.fancybox-slide--image::before {
	display: none; }

.fancybox-content {
	display: inline-block;
	position: relative;
	margin: 44px auto;
	padding: 0;
	border: 0;
	width: 80%;
	height: calc(100% - 88px);
	vertical-align: middle;
	line-height: normal;
	text-align: left;
	white-space: normal;
	outline: none;
	font-size: 16px;
	font-family: Arial, sans-serif;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch; }

.fancybox-iframe {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: #fff; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
	background: transparent; }

.fancybox-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden; }

.fancybox-image,
.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
	background: transparent;
	background-size: 100% 100%; }

.fancybox-controls--canzoomOut .fancybox-placeholder {
	cursor: -webkit-zoom-out;
	cursor: zoom-out; }

.fancybox-controls--canzoomIn .fancybox-placeholder {
	cursor: -webkit-zoom-in;
	cursor: zoom-in; }

.fancybox-controls--canGrab .fancybox-placeholder {
	cursor: -webkit-grab;
	cursor: grab; }

.fancybox-controls--isGrabbing .fancybox-placeholder {
	cursor: -webkit-grabbing;
	cursor: grabbing; }

.fancybox-spaceball {
	z-index: 1; }

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden; }

.fancybox-error {
	position: absolute;
	margin: 0;
	padding: 40px;
	top: 50%;
	left: 50%;
	width: 380px;
	max-width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	cursor: default; }

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	outline: none;
	background: transparent;
	z-index: 10;
	cursor: pointer; }

.fancybox-close-small:after {
	content: '×';
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	background: #fff;
	transition: background .2s;
	box-sizing: border-box;
	z-index: 2; }

/* .fancybox-close-small:focus:after {
  outline: 1px dotted #888; } */

.fancybox-slide--video .fancybox-close-small {
	top: -36px;
	right: -36px;
	background: transparent; }

.fancybox-close-small:hover:after {
	color: #555;
	background: #eee; }

/* Caption */
.fancybox-caption-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 30px 0 30px;
	z-index: 99998;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
	opacity: 0;
	transition: opacity .2s;
	pointer-events: none; }

.fancybox-show-caption .fancybox-caption-wrap {
	opacity: 1; }

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	font-size: 14px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button {
	pointer-events: all; }

.fancybox-caption a {
	color: #fff;
	text-decoration: underline; }

/* Buttons */
.fancybox-button {
	display: inline-block;
	position: relative;
	width: 44px;
	height: 44px;
	line-height: 44px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	background: transparent;
	color: #fff;
	box-sizing: border-box;
	vertical-align: top;
	outline: none; }

.fancybox-button--disabled {
	cursor: default;
	pointer-events: none; }

.fancybox-infobar__body, .fancybox-button {
	background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover {
	background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
	content: '';
	pointer-events: none;
	position: absolute;
	border-color: #fff;
	background-color: currentColor;
	color: currentColor;
	opacity: 0.9;
	box-sizing: border-box;
	display: inline-block; }

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
	opacity: 0.5; }

.fancybox-button--left::after {
	left: 20px;
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg); }

.fancybox-button--right::after {
	right: 20px;
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg); }

.fancybox-button--left {
	border-bottom-left-radius: 5px; }

.fancybox-button--right {
	border-bottom-right-radius: 5px; }

.fancybox-button--close {
	float: right; }

.fancybox-button--close::before, .fancybox-button--close::after {
	content: '';
	display: inline-block;
	position: absolute;
	height: 2px;
	width: 16px;
	top: calc(50% - 1px);
	left: calc(50% - 8px); }

.fancybox-button--close::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg); }

.fancybox-button--close::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg); }

/* Loading spinner */
.fancybox-loading {
	border: 6px solid rgba(100, 100, 100, 0.4);
	border-top: 6px solid rgba(255, 255, 255, 0.6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: fancybox-rotate .8s infinite linear;
	animation: fancybox-rotate .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg); }
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg); } }

@keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg); }
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg); } }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
	.fancybox-controls {
		text-align: left; }
	.fancybox-button--left,
	.fancybox-button--right,
	.fancybox-buttons button:not(.fancybox-button--close) {
		display: none !important; }
	.fancybox-caption {
		padding: 20px 0;
		margin: 0; } }

/* Fullscreen  */
.fancybox-button--fullscreen::before {
	width: 15px;
	height: 11px;
	left: 15px;
	top: 16px;
	border: 2px solid;
	background: none; }

/* Slideshow button */
.fancybox-button--play::before {
	top: 16px;
	left: 18px;
	width: 0;
	height: 0;
	border-top: 6px inset transparent;
	border-bottom: 6px inset transparent;
	border-left: 10px solid;
	border-radius: 1px;
	background: transparent; }

.fancybox-button--pause::before {
	top: 16px;
	left: 18px;
	width: 7px;
	height: 11px;
	border-style: solid;
	border-width: 0 2px 0 2px;
	background: transparent; }

/* Thumbs */
.fancybox-button--thumbs span {
	font-size: 23px; }

.fancybox-button--thumbs::before {
	top: 20px;
	left: 21px;
	width: 3px;
	height: 3px;
	box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
	right: 220px; }

.fancybox-thumbs {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	width: 220px;
	margin: 0;
	padding: 5px 5px 0 0;
	background: #fff;
	z-index: 99993;
	word-break: normal;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box; }

.fancybox-thumbs > ul {
	list-style: none;
	position: absolute;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0; }

.fancybox-thumbs > ul > li {
	float: left;
	overflow: hidden;
	max-width: 50%;
	padding: 0;
	margin: 0;
	width: 105px;
	height: 75px;
	position: relative;
	cursor: pointer;
	outline: none;
	border: 5px solid #fff;
	border-top-width: 0;
	border-right-width: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box; }

li.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; }

.fancybox-thumbs > ul > li:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 2px;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 0;
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
	opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
	.fancybox-thumbs {
		display: none !important; }
	.fancybox-container--thumbs .fancybox-controls,
	.fancybox-container--thumbs .fancybox-slider-wrap,
	.fancybox-container--thumbs .fancybox-caption-wrap {
		right: 0; } }

/* start let's rock */

@font-face {
	font-family:'Myriad Pro';
	src:url('../fonts/myriadprol.eot');
	src:url('../fonts/myriadprol.eot?#iefix') format('embedded-opentype'),
	url('../fonts/myriadprol.woff') format('woff'),
	url('../fonts/myriadprol.ttf') format('truetype'),
	url('../fonts/myriadprol.otf')  format('opentype'),
	url('../fonts/myriadprol.svg#MyriadProLight') format('svg');
	font-weight:200;
	font-style:normal;
}

.welcome {
	text-align: center;
}

.welcome__pic img {
	max-width: 100%;
}

.welcome__content {
	margin: 20px auto;
	width: 1030px;
	max-width: 100%;
}

.welcome__text {
	font-size: 18px;
	font-weight: 200;
	line-height: 1.2;
}

.voting__content {
	padding-top: 30px;
	padding-bottom: 13px;
}

.voting__section {
	background: white;
	overflow: hidden;
}

.voting__block {
	padding-top: 140px;
	position: relative;
	/* border-top: 2px solid currentColor; */
}

.voting__block::before {
	position: absolute;
	left: -330px;; top: 0;
	width: 1920px;
	height: 45px;
	content: '';
	background: #f2f3f5;
}

.voting__block:nth-child(1) {
	padding-top: 65px;
}

.voting__block:nth-child(1)::before {
	display: none;
}

[data-color="0"] {
	color: #e7c977;
}

[data-color="1"] {
	color: #d20402;
}

[data-color="2"] {
	color: #065bb2;
}

[data-color="3"] {
	color: #ff7e00;
}

[data-color="4"] {
	color: #d020bd;
}

[data-color="5"] {
	color: #3dc9d9;
}

[data-color="6"] {
	color: #78d93e;
}

.voting__block_partners {
	border: 1px solid #a9a9a9;
}

.voting__block.voting__block_partners {
	padding: 0;
	color: black;
}

.voting__block-title {
	position: relative;
	z-index: 1;
	text-align: center;
	font-size: 24px;
	margin-top: -.666em;
	margin-bottom: 30px;
}

.voting__block-title::before {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	content: '';
	width: 100%; height: 2px;
	background: currentColor;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.voting__i.i {
	position: absolute;
	top: -64px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.i {
	display: inline-block;
	width: 34px; height: 61px;
	content: '';
	background: currentColor url('../img/i-s.png') no-repeat;
	background-position: 0 0;
	background-size: contain;
	transform: translate3d(0,0,0);
}

.i_m {
	width: 23px;
	height: 41px;
}

.i_s {
	width: 13px; height: 23px;
}

.voting__block-title span {
	display: inline-block;
	padding: 0 48px;
	line-height: 1.2;
	background: white;
	color: black;
}

.voting__block-title_partners {
	font-size: 17px;
	text-transform: uppercase;
}

.voting__block-title_partners::before {
	display: none;
}

.voting__block-title_partners span {
	padding: 0 12px;
}

.voting__row {
	margin-bottom: 30px;
}

.voting__list-title {
	display: block;
	font-size: 17px;
	text-align: center;
}

.voting__list {
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.voting__list-item {
	display: inline-block;
	vertical-align: top;
	margin-left: 35px;
	max-width: 220px; max-height: 60px;
	text-align: center;
}

.voting__list-item img {
	max-width: 100%;
	max-height: 100%;
}

.voting__list-item:first-child {
	margin-left: 0;
}

.voting__title {
	margin: 10px 0;
	min-height: 25px;
	font-size: 21.66px;
	font-weight: normal;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
}

.voting__partners {
	text-align: justify;
	margin: 0;
}

.voting__partners::after {
	display: inline-block;
	width: 100%; height: 0;
	content: '';
}

.voting__partner {
	display: inline-block;
	width: 375px;
	height: 527px;
}

.vpartner {
	padding: 30px 60px;
	border: 1px solid #a9a9a9;
	box-sizing: border-box;
	vertical-align: top;
}

.vpartner__pic {
	position: relative;
	margin: 0 auto;
	width: 187px; height: 187px;
	border-radius: 50%;
	color: black;
}

.vpartner__pic img {
	position: absolute;
	left: 50%; top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.vpartner__info {
	margin: 30px 0;
	text-align: center;
	line-height: 1.2;
	color: black;
}

.vpartner__name {
	display: block;
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 5px;
}

.vpartner__pos {
	display: block;
	font-size: 19px;
	max-width: 240px;
	margin: 0 auto;
}

.vpartner__logo {
	position: relative;
	display: block;
	text-align: center;
	width: 100%;
	height: 75px;
}

.vpartner__logo img {
	position: absolute;
	left: 50%; top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-height: 100%;
	max-width: 100%;
}

.vote {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0 auto;
	width: 231px; height: 48px;
	font-size: 23px;
	background: none;
	perspective: 300px;
	cursor: pointer;
	color: inherit;
	white-space: nowrap;
}

.vote::before {
	position: absolute;
	z-index: -1;
	left: 0; top: 0; bottom: 0; right: 0;
	content: '';
	background: currentColor;
	transform: rotate3d(1,0,0,40deg);
	transition: all .2s;
}

.vote::after {
	position: absolute;
	left: 50%; top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	content: 'Голосовать';
	color: white;
}

.vote_voted {
	color:white;
	pointer-events: none;
}

.vote_voted::before {
	background: rgba(0,0,0,.09);
}

.vote_voted::after {
	display: none;
	/* content: 'Вы проголосовали!';
	white-space: nowrap; */
}

.vpartner__vote:hover::before {
	opacity: .8;
}

/* modal */

.modal {
	display: none;
	padding: 30px 35px;
	width: 993px;
	/* height: 584px; */
	max-width: 95%;
	box-sizing: border-box;
}

.vcard {
	line-height: 1.2;
}

.vcard__photo {
	display: inline-block;
	vertical-align: top;
	width: 318px;
	height: 100vw;
	max-height: 455px;
	max-width: 100%;
	overflow: hidden;
}

.vcard__photo img {
	max-width: 100%;
}

.vcard__info {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 346px);
	margin-left: 25px;
}

.vcard__nomination {
	font-size: 18px;
	margin-bottom: 30px;
}

.vcard__nomination p {
	display: inline-block;
	margin-left: 5px;
	margin-bottom: 0;
}

.vcard__nomination span {
	color: black;
}

.vcard__nomination strong {
	font-weight: normal;
}

.vcard__logo {
	position: absolute;
	top: 25px;
	right: 0;
	width: 160px;
	height: 115px;
	color: black;
}

.vcard__logo img {
	position: absolute;
	left: 50%; top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.vcard__who {
	color: black;
	max-width: calc(100% - 180px);
}

.vcard__name {
	display: block;
	margin-bottom: 10px;
	font-size: 26px;
	font-weight: bold;
}

.vcard__pos {
	font-size: 18.76px;
}

.vcard__content {
	margin-top: 40px;
	font-size: 18px;
	font-weight: 200;
	color: black;
	text-align: justify;
}

.vcard__vote {
	float: right;
	top: 2px;
}

.vcard__social {
	display: inline-block;
	width: 318px;
	text-align: center;
}

.vcard__voting {
	display: inline-block;
	width: calc(100% - 346px);
	margin-left: 25px;
}

.vcard__goals,
.vcard__place {
	display: inline-block;
	vertical-align: bottom;
	margin-top: 20px;
}

.vcard__goals p,
.vcard__place p {
	display: inline-block;
	margin-left: 5px;
	font-size: 16px;
	color: #818181;
	margin-bottom: 0;
}

.vcard__goals strong,
.vcard__place strong {
	font-weight: normal;
	color: black;
}

.vcard__place {
	margin-left: 15px;
}

.ico__man {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 18px;
	overflow: hidden;
}

.ico__man::before {
	position: absolute;
	bottom: -8px;
	left: 50%;
	width: 15px;
	height: 15px;
	content: '';
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	background: currentColor;
}


.ico__man::after {
	position: absolute;
	bottom: 7px;
	left: 50%;
	width: 10px;
	height: 10px;
	content: '';
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	background: currentColor;
}

.social {
	margin: 0;
	padding: 0;
}

.social__item {
	display: inline-block;
	margin: 0 14px;
}

.social__item:first-child {
	margin-left: 0;
}

.social__item:last-child {
	margin-right: 0;
}

.social__link {
	position: relative;
	display: inline-block;
	width: 37px;
	height: 37px;
	background: #818181;
	border-radius: 50%;
}

.social__link img {
	position: absolute;
	left: 50%; top: 50%;
	max-width: 85%;
	max-height: 85%;
	-webkit-transform: translate3d(0,0,0) translate(-50%,-50%);
	-moz-transform: translate3d(0,0,0) translate(-50%,-50%);
	-ms-transform: translate3d(0,0,0) translate(-50%,-50%);
	-o-transform: translate3d(0,0,0) translate(-50%,-50%);
	transform: translate3d(0,0,0) translate(-50%,-50%);
}

.vcard__bot {
	margin-top: 20px;
}

@media (max-width: 1200px) {
	.voting__partner {
		width: 31%;
	}

	.vpartner {
		padding: 2% 3%;
	}
}

@media (max-width: 1000px) {
	.voting__partner {
		display: block;
		width: 90%;
		margin: 0 auto 30px;
	}

	.vcard__photo {
		display: block;
		margin: 0 auto;
	}

	.vcard__info {
		margin: 20px 0 0;
		width: auto;
	}

	.vcard__bot {
		margin: 0;
		text-align: center;
	}

	.vcard__social {
		display: block;
		width: auto;
	}

	.vcard__voting {
		display: block;
		margin: 0;
		width: auto;
	}

	.vcard__vote {
		float: none;
		margin-top: 15px;
	}
}

@media (max-width: 640px) {
	.modal {
		padding: 5%;
	}

	.vcard__info {
		margin-top: 10px;
	}

	.vcard__nomination {
		margin: 0 0 10px;
	}

	.vcard__logo {
		position: relative;
		top: auto;
		margin: 0 auto;
	}

	.vcard__who {
		max-width: initial;
		margin-top: 10px;
		text-align: center;
	}

	.vcard__photo {
		height: 100vw;
	}

	.vcard__content {
		margin-top: 15px;
	}

	.vcard__nomination,
	.vcard__pos {
		font-size: 14px;
	}

	.vcard__name {
		font-size: 22px;
	}

	.vcard__content {
		font-size: 16px;
	}

	.social__item:nth-child(1n) {
		margin: 0 2.5%;
	}

	.welcome__text {
		font-size: 16px;
	}
}


/* Menu */

.header .menu-item {
	position:relative;
	display:inline-block;
	vertical-align:top;
	margin:0 11px 0 2px;
}
.header .menu-item:first-child {
	margin-left:0;
}
.header .menu-item > a {
	position:relative;
	display:block;
	font-size:16px;
	line-height:20px;
	font-family:'Roboto', sans-serif;
	padding:18px 20px 17px;
	text-transform:uppercase;
	background-color:#ffffff;
}
.header .menu-item:hover > a {
	color:#7d7777;
}

.header .menu-item-has-children {
	-webkit-transition:-webkit-box-shadow 0.1s ease-in-out, padding 0.1s ease-in-out;
	transition:box-shadow 0.1s, padding 0.1s ease-in-out;
}
.header .menu-item-has-children:hover > a  {
	padding-bottom:19px;
	-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.1);
	box-shadow:0 3px 3px rgba(0,0,0,0.1);
}
.header .sub-menu {
	visibility:hidden;
	position:absolute;
	left:0;
	top:55px;
	min-width:218px;
	padding:5px 20px 16px;
	margin:2px 0 0;
	background:#ffffff;
	-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.1);
	box-shadow:0 3px 3px rgba(0,0,0,0.1);
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	opacity:0;
	-webkit-transform:translateY(-10px);
	transform:translateY(-10px);
	-webkit-transition:all 0.1s ease-in-out;
	transition:all 0.1s ease-in-out;
}
.header .menu-item:hover .sub-menu {
	visibility:visible;
	opacity:1;
	-webkit-transform:translateY(0);
	transform:translateY(0);
}
.header .sub-menu li {
    display: block;
}
.header .sub-menu a {
	display:block;
	font-size:14px;
	line-height:18px;
	text-transform:uppercase;
	padding:13px 0 10px;
	border-bottom:1px dashed #d0d0d0;
}
.header .sub-menu li:last-child a {
	border-bottom-width:0;
}
.header .sub-menu a:hover {
	color:#7d7777;
}

/* Pagination */

.wp-pagenavi {
	font-size:0;
	text-align:center;
	margin:53px 15px 30px;
}
.page {
	display:inline-block;
	min-width:33px;
	height:33px;
	font-size:18px;
	line-height:22px;
	vertical-align:top;
	padding:6px 3px 5px;
	margin:0 4px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.wp-pagenavi .current {
    display:inline-block;
	min-width:33px;
	height:33px;
	font-size:18px;
	line-height:22px;
	vertical-align:top;
	padding:6px 3px 5px;
	margin:0 4px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background:#d0d0d0;
}
.page:hover {
	color:#ffffff;
	background:#e92626;
}
.previouspostslink {
    display:inline-block;
	min-width:33px;
	height:33px;
	line-height:22px;
	vertical-align:top;
	padding:6px 3px 5px;
	margin:0 4px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background:url('../img/pages-arrows.png') no-repeat 0 0;
}
.previouspostslink:hover {
	background-position:0 -33px;
}
.nextpostslink {
    display:inline-block;
	min-width:33px;
	height:33px;
	line-height:22px;
	vertical-align:top;
	padding:6px 3px 5px;
	margin:0 4px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background:url('../img/pages-arrows.png') no-repeat -33px 0;
}
.nextpostslink:hover {
	background-position:-33px -33px;
}

.footer-nav--group .menu-item {
	font-size:14px;
	line-height:16px;
	margin:0 0 9px;
}

.footer-nav--group .menu-item a {
	color:#d0d0d0;
}
.footer-nav--group .menu-item a:hover {
	color:#ca2929;
}
.header__info {
	left: 400px;
}

.header__info--item{
	float:right;
}
/*.header__logo{*/
	/*top: 5px;*/
/*}*/

.fade {
	display:none;
	position:fixed;
	left:0;
	top:0;
	z-index:1000;
	width:100%;
	height:100%;
	background:rgb(255,255,255);
	background:rgba(255,255,255,0.9);
}

.modal {
	display:none;
	position:absolute;
	left:50%;
	top:0;
	z-index:1010;
	width:1066px;
	margin-left:-534px;
	background:#ffffff;
	border:1px solid #e1e1e1;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.modal .close {
	position:absolute;
	right: 15px;
	top: 15px;
	display:block;
	width:25px;
	height:25px;
	cursor:pointer;
	background:url('../img/close-icon.png') no-repeat center top;
}
.modal .close:hover {
	background-position:-1px -26px;
}
.modal .form {
	padding: 30px;
}
.modal .form h4 {
	font-family: 'Roboto', sans-serif;
	font-size:24px;
	line-height:30px;
	font-weight:300;
	text-align:left;
	padding:0;
	margin:0 0 20px 0;
	text-transform: uppercase;
}
.modal .form p {
	position:relative;
	font-size:14px;
	line-height:20px;
	text-align:left;
	padding:0 0 0 137px;
	margin:0 0 20px;
}
.modal .form p span {
	position:absolute;
	left:0;
	top:0;
	display:block;
	width:121px;
	color:#9a9a9a;
	text-align:right;
	padding:11px 0 12px;
}
.modal .form p input, .modal .form p textarea {
	width:100%;
	font-size:14px;
	padding:10px 14px 11px;
	border:1px solid #ccd1d5;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.modal .form p textarea {
	margin:0 0 -5px;
	resize:vertical;
}
.modal .form p input:focus, .modal .form p textarea:focus {
	border-color:#000000;
}
.modal .form p input:focus + span, .modal .form p textarea:focus + span {
	color:#000000;
}
/* .modal button {
	min-width:204px;
	color:#ffffff;
	font-size:13px;
	line-height:16px;
	font-weight:bold;
	cursor:pointer;
	padding:10px 10px 12px;
	margin:0 0 20px;
	background:#ff6a3f;
	border:1px solid #ff6a3f;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.modal button:hover {
	color:#ff6a3f;
	background:#ffffff;
} */
.modal .plan {
	text-align:center;
	width:1006px;
	padding:58px 0 27px;
	margin:0 auto;
}
.modal .plan img {
	max-width:1006px;
	height:auto;
	margin:0 0 16px;
}
.modal .plan button {
	margin-top:6px;
}

.traffic-icon_mark-green{
	background-image: url(../img/traffic-icon-green.png);
}
.traffic-icon_mark-yellow{
	background-image: url(../img/traffic-icon-yellow.png);
}
.traffic-icon_mark-red{
	background-image: url(../img/traffic-icon-red.png);
}

.article__tabs--info{
	display:none !important;
}

.article__tabs--info:first-child{
	display:inline-block !important;
}

.article__tabs--info.active{
	display:inline-block !important;
}

.item__link_lightbox{
	display: block;
	overflow: hidden;
	max-height: 430px;
}

.banner_wrapper > .banner{
	position: relative;
}

.custom_banners_big_link{
	display: block;
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.subscribe .error{
	border: 2px solid #F00 !important;
}

.banner_wrapper{
	display: none;
}
.article__info--slider .item {
    opacity: 0.5;
}

.article__info--slider .slick-current {
    opacity: 1;
}

/* index news */

.news-cols__group {
	display: table;
	width: 100%;
	border-spacing: 15px;
}

.news-cols__item {
	display: table-cell;
	position: relative;
	padding: 0;
	background: #ffffff;
}

.news-cols__group .item-cols {
	position: static;
}

.news-cols__group .item-cols--pic {
	bottom: 0;
}

.content__col .news-cols .news-cols__group {
	display: block;
}

.content__col .news-cols .news-cols__item {
	display: block;
	background: none;
}

.downloadmediakit {
	display: inline-block;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
	vertical-align: top;
	text-transform: uppercase;
	cursor: pointer;
	padding: 11px 34px 13px;
	background: #ee3434;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}
.downloadmediakit:hover{
	background-color: #b61010;
}

@media (max-width: 1460px) {
	.go-up {
		display: block;
		right: 30px;
		margin-right: 0;
	}
	.go-up.is-visible {
		opacity: .6;
	}
}

@media (max-width: 640px) {
	.news-cols__item {
		display: block;
	}

	.news-cols__item .item-cols--text {
		padding: 14px 10px 18px;
	}

	.article__info--tags ul li {
		white-space: normal;
	}
}

.content__col_size-1 .news-cols{
	margin:0 15px;
}

.content__col_size-1 .news-cols .title-h2 {
	margin-left: 0;
	margin-right: 0;
}

.title-h2 span {
	padding-right: 7px;
}

.title-h2:after {
	top: auto;
	bottom: 7px;
}

.services__item {
	display: table-cell;
	vertical-align: middle;
}

.news-cols__item_key {
	display: inline-block;
	width: calc(50% - 15px);
	margin-right: 30px;
}

.news-cols__item_key:nth-child(2n) {
	margin-right: 0;
}

.category-grid .item-detail {
	overflow: hidden;
}

.category-grid .item-detail img {
	width: 100%; height: auto;
}

.active > a {
	color: #ca2929 !important;
}

@media (max-width: 1230px) {
	.header__info {
		left: 380px;
	}
	.header__info--item {
		padding: 0 15px;
	}
}

@media (max-width: 1100px) {

	.header__nav {
		top: 10px;
		right: 10px;
	}

	.header__nav li {
		float: none;
	}

	.header__nav li::after {
		display: none;
	}
}

@media (min-width: 961px) {
	.mediakit__about--row {
		position: relative;
	}

	.mediakit__about--text {
		padding-top: 20px;
		width: 400px;
	}

	.mediakit__about--pic {
		margin: 0 !important;
		float: none;
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		margin-top: 20px;
		height: 500px;
	}

	.mediakit__about--pic img {
		width: auto;
		height: 100%;
	}
}

@media (min-width: 1200px) {
	.mediakit__about--text {
		padding-top: 20px;
		width: 550px;
	}
}

@media (max-width: 960px) {
	.services__item.slick-slide {
		display: inline-block;
		float: none;
		width: 100vw !important;
		min-width: 320px;
	}

	.photos__item {
		display: inline-block !important;
		float: none;
		width: 100vw;
		min-width: 320px;
		margin: 0;
		padding: 0;
	}

	.month-themes--item {
		display: inline-block !important;
		float: none;
		width: 100vw;
		min-width: 320px;
		margin: 0;
		padding: 0;
	}
	.preview-i--item:nth-child(3) {
		display: inline-block;
	}
	.news-cols__group .item-cols--pic {
		background-position: top center !important;
	}
	.item-cube {
		height: 400px;
	}
	.header .menu-item {
		display: block;
	}
	.header .menu-item .sub-menu {
		display: none;
		position: static;
		opacity: 1;
		visibility: visible;
		box-shadow: none;
	}
	.header .menu-item-has-children:hover > a {
		padding-bottom: 17px;
	}
	.active > .sub-menu {
		display: block !important;
	}

	.article__info table {
		margin: 0 auto;
	}

	.article__info table:not(.my-style-table) tr,
	.article__info table:not(.my-style-table) tr td {
		display: block;
		margin: 0 auto;
	}
}

@media (max-width: 640px) {
	.services__item {
		display: inline-block;
		width: 100%;
	}

	.news-cols__group {
		display: block;
		margin: 0;
	}

	.news-cols__item_key {
		display: block;
		width: 100%;
	}
	.preview-i--item:nth-child(2) {
		display: block;
		margin: 0 auto;
		width: 80%;
	}
	.preview-i--item:nth-child(3) {
		display: none;
	}
}

.banner_text{
	font-size: 15px;
	line-height: 20px;
	margin: 0;
}

.footer--copy{
	bottom: 5px;
}

.footer--produced {
	left: 790px !important;
}

/* header svg logo */

.header__logo {
	left: 60px; top: 10px;
	width: 320px;
    height: 80px;
    background: url(../img/logo_status.svg) no-repeat;
    background-position: center center;
    background-size: contain;
}

.header__logo a {
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
}

.header__logo span {
	position: absolute;
	left: 0; bottom: 0;
	font-size: 18px;
	width: 100%;
}

.article *:not(.slick-track) {
	max-width: 100%;
}

.article__info img.wide {
	margin: 0 0 16px 0;
}

.article__info--slider {
	margin: 40px 0 35px 0;
}

.article img {
	height: auto;
}

.peoples-list--pic img {
	position: absolute;
	left: 50%; top: 50%;
	transform: translate(-50%,-50%);
}

@media (max-width: 960px) {
	.header__logo {
		left: 50%;
		top: -10px;
		width: 260px;
		height: 60px;
	}

	.header__logo span {
		font-size: 16px;
	}

	.banner-v {
		display: block;
		margin-top: 20px;
		text-align: center;
	}

	.banner-v img {
		max-width: 100%;
		width: auto;
		margin: 0 auto;
	}

	.banners-col2, .banners-col3, .banner-h {
		display: block;
	}

	.header__banner {
		display: block;
	}

	.wrapper {
		padding-top: 130px;
	}

	.header.is-dropped .header__row {
		background: white;
	}

	.nav__search,
	.nav__search--text {
		display: block;
		width: 100%;
	}

	.nav__search {
		top: -2px;
		border-top: 1px solid #efefef;
	}

	.wrapper {
		padding-top: 200px;
	}
}

@media (max-width: 640px) {
	.wrapper {
		padding-top: 160px;
	}

	.banners-col2 li {
		display: block;
		padding: 0;
		width: 100%;
	}

	.banners-col3 li {
		display: block;
		width: 100%;
	}
}

@media (max-width: 400px) {
	.header__logo {
		width: 200px;
		left: auto;
		right: -40px;
	}

	.header__logo span {
		font-size: 12px;
	}
}

.subscribe h5{
	width: 265px !important;
}

.footer__info--item {
	min-width: 165px;
}

@media (max-width: 1240px) {
	.footer__info--item {
		float: none;
		min-width: auto;
		display: inline-block;
		width: 50%;
		vertical-align: top;
		padding: 0 5px 0 10px;
		margin: 0 -3px 19px 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.footer__row {
		height: 200px;
	}
}

@media (max-width: 960px) {
	.partner--wide {
		background-size: contain !important;
	}
}


.modal#register {
    width: 310px;
}

.modal__title {
    text-align: center;
    margin: 0 0 15px;
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.form__lab {
    display: block;
    margin: 10px 0;
}

.form__lab span {
    display: block;
    font-size: 18px;
    text-align: left;
}

.form__lab p {
    display: inline;
}

.form__field {
    display: inline-block;
	width: 240px;
	max-width: 100%;
    font-size: 18px;
    vertical-align: top;
    padding: 10px 21px 11px;
    margin: 5px 0 0 0;
    background: #ffffff;
    border: 2px solid #626262;
}

.form__submit {
    display: inline-block;
    width: 100%;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,0.75);
    vertical-align: top;
    text-transform: uppercase;
    cursor: pointer;
    padding: 11px 0 13px;
    background: #ee3434;
    text-align: center;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.6);
    box-shadow: 0 1px 0 rgba(0,0,0,0.6);
}

.form__submit:hover {
    background-color: #b61010;
}

.form__agree {
    margin: 15px 0;
}

.form__agree a {
    text-decoration: underline;
}

.register__social {
    margin: 15px 0 0;
}

.register__text {
    font-size: 16px;
    text-align: center;
}

.modal#voting {
	top: 0;
	margin: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.modal#auth, .modal#register {
	top: 50%;
	width: 372px;
	max-width: 100%;
	margin: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%,-50%);
}

.form .error .form__field {
	border-color: #ee3434;
}

.modal_registration_ajax {
	display: block;
}

.modal .register a {
	color: #ee3434;
	text-decoration: underline;
}

.modal .register a:hover {
	text-decoration: none;
}

.register p {
	text-align: center;
	font-size: 14px;
}

.modal .form .error_panel {
	padding: 0;
	margin: 10px 0 0;
	text-align: center;
	color: #ee3434;
}

.modal_regist::after {
	content: 'Авторизоваться';
}

/*Для прямой речи*/
.sign_speaker .textwidget {
	display: inline;
}

.sign_speaker .textwidget p{
	display: inline;
}

.name_speaker {
	color:#5f5f5f;
	font-size:18px;
	line-height:24px;
	margin:0 0 21px;
}

.article__info table td {
	vertical-align: top;
}

.footer__row{
	height: 151px;
}

.footer__row:after{
	bottom: 84px;
}

.footer--copy p a{
	text-decoration: underline;
}

@media (max-width: 550px) {
	/*.article__info--slider {
		height: 58vw;
	}*/
	.period  .col-xs-6 {
	    width: 43%;
	    float: left;
	    display: block;
	    position: relative;
	}
	.period .row {
			display: block;
	}
	#tribe-events-pg-template #tribe-events-content .tribe-events-searchrow .period input {
	    width: 148px;
	    padding: 4px;
	    margin: 13px 0;
	}
	#tribe-events-pg-template #tribe-events-content .tribe-events-searchrow .period button {
	    margin: 0 auto !important;
	    float: none !important;
	}
	body {
	    padding: 20px;
	  }
}
