html,
body {
	height: 100%;
}

.parallax-enabled .parallax-hide-enabled,
.parallax-disabled .parallax-hide-disabled {
	display: none;
}

.parallax-opaque {
	will-change: opacity;
}

.parallax-layer,
.parallax-opaque.parallax-layer {
	will-change: transform, opacity;
}

body:before {
	content: "";
	z-index: -1;
	position: fixed;
}

body {
	background-color: #f5f5f5;
}

.b-onpz {
}

.b-onpz .b-article__footer {
	background: none;
}

.b-onpz-flat {
	padding: 80px 7%;
	color: #464646;
	font: 16px/1.5em Georgia, serif;
	overflow: hidden;
}

.b-onpz .b-article {
	position: static;
}

.b-onpz-flat h1,
.b-onpz-flat h2,
.b-onpz-flat p,
.b-onpz .b-article__footer {
	margin: 0 auto 20px auto;
	max-width: 800px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.b-onpz-flat h1 {
	font: bold 22px/1em Georgia, serif;
}
.b-onpz-flat h2 {
	font: bold 18px/1em Georgia, serif;
}
.b-onpz-flat .intro {
	font: 18px/2em Georgia, serif;
}

.b-onpz-frame {
	position: relative;
	overflow: hidden;
	background: #000;
	font: 16px/1.5em Arial, sans-serif;
}

.photo-person img {
	width: 100px;
	height: 100px;
}

.quoted {
	position: relative;
	display: block;
	color: #464646;
	font: 22px/2em Georgia, serif;
	padding-top: 6px;
	padding-bottom: 6px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	clear: both;
}

@media only screen and (max-resolution: 1dppx) {
	.quoted:before {
		background-image: url(//im.kommersant.ru/ContentFlex/images/icons_1x.png);
	}
	.quoted:before {
		background-image: url(//im.kommersant.ru/ContentFlex/images/icons_4x.png);
		background-image: url(//im.kommersant.ru/ContentFlex/images/icons_1x.png)\9;
		background-size: auto 300px;
	}
}
	.quoted:before {
		content: "";
		width: 30px;
		height: 30px;
		position: absolute;
		top: 3px;
		left: -34px;
		background-repeat: no-repeat;
		background-size: auto 300px;
		background-position: -360px top;
		z-index: -1;
	}

.b-onpz-centered {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	font: 0/0 a;
}

.b-onpz-centered:after {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.b-onpz-centered-inner {
	display: inline-block !important;
	width: 100% !important;
	vertical-align: middle !important;
}

.b-onpz-collage {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}

.b-onpz-image {
	position: relative;
	border: none;
	outline: none;
	vertical-align: top;
	width: 100%;
}

.b-onpz-video {
	display: block;
	position: relative;
	border: none;
	outline: none;
	width: 100%;
	padding-bottom: 56.25%;
}
	.b-onpz-video video,
	.b-onpz-video object {
		border: none;
		outline: none;
		vertical-align: top;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}

.b-onpz-replay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	background-color: rgba(0,0,0,0.8);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
	will-change: opacity, visibility;
}

	.b-onpz-replay__button {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 60px;
		height: 60px;
		margin-top: -30px;
		margin-left: -30px;
		cursor: pointer;
		opacity: 0.7;
		-webkit-transition: opacity 250ms ease-out;
		-moz-transition: opacity 250ms ease-out;
		-o-transition: opacity 250ms ease-out;
		transition: opacity 250ms ease-out;
		will-change: opacity;
	}

	.b-onpz-replay__button:hover {
		opacity: 1;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}

.parallax-replay-enabled .b-onpz-replay {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.b-onpz-audio {
	display: none;
	border: none;
	outline: none;
	position: absolute;
	z-index: 1001;
	left: 0;
	bottom: 0;
	width: 100%;
}

	.b-onpz-audio audio {
		border: none;
		outline: none;
		vertical-align: top;
		width: 100%;
	}

.b-onpz-mute {
	display: block;
	position: fixed;
	z-index: 10;
	right: 15px;
	bottom: 15px;
	opacity: 0.3;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	will-change: opacity;
}

.b-onpz-mute:hover {
	opacity: 0.9;
}

.b-onpz-mute-1 {
	display: block;
}

.b-onpz-mute-0 {
	display: none;
}

.b-onpz-mute.parallax-mute-muted .b-onpz-mute-1 {
	display: none;
}

.b-onpz-mute.parallax-mute-muted .b-onpz-mute-0 {
	display: block;
}

.b-onpz-title {
	position: absolute;
	left: 5%;
	top: 15%;
	width: 90%;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
	font: 16px/1.5em Arial, sans-serif;
}
.b-onpz-title--dark {
	color: #1e1e1e;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.25);
}
.b-onpz-title--tl {
	left: 5%;
	right: auto;
	top: 15%;
	bottom: auto;
}
.b-onpz-title--tr {
	right: 5%;
	left: auto;
	top: 15%;
	bottom: auto;
}
.b-onpz-title--tc {
	left: 5%;
	right: auto;
	top: 15%;
	bottom: auto;
	width: 90%;
	text-align: center;
}
.b-onpz-title--bl {
	right: auto;
	left: 5%;
	bottom: 15%;
	top: auto;
}
.b-onpz-title--br {
	right: 5%;
	left: auto;
	bottom: 15%;
	top: auto;
}
.b-onpz-title--bc {
	left: 5%;
	right: auto;
	bottom: 15%;
	top: auto;
	width: 90%;
	text-align: center;
}
.b-onpz-title--ml {
	right: auto;
	left: 5%;
	bottom: auto;
	top: 50%;
}
.b-onpz-title--mr {
	right: 5%;
	left: auto;
	bottom: auto;
	top: 50%;
}
.b-onpz-title--mc {
	left: 5%;
	right: auto;
	bottom: auto;
	top: 50%;
	width: 90%;
	text-align: center;
}
.b-onpz-title--main {
	top: 15%;
	left: 5%;
	bottom: auto;
	right: auto;
}

.b-onpz-title h1,
.b-onpz-title h2 {
	font-size: 22px;
	line-height: 1em;
	margin-top: -11px;
}

.b-onpz-title h1,
.b-onpz-title h2,
.b-onpz-title h1 a,
.b-onpz-title h2 a {
	color: inherit;
	font-family: Georgia, serif;
}
.b-onpz-title p {
	margin: 20px 0;
}
.b-onpz-title h4 {
	font-size: 14px;
	line-height: 1.2em;
}
.b-onpz-title h1,
.b-onpz-title h2,
.b-onpz-title h4,
.b-onpz-title p {
	margin: 0 auto;
	max-width: 800px;
}

.b-onpz-illustration {
	margin-bottom: 20px;
	width: 86vw;
}
.b-onpz-illustration--numbers {
	border-left: 1px solid #cccccc;
	padding: 0 0 10px 30px;
	width: auto;
}
.b-onpz-illustration-number {
	font: 6vw/1em Georgia, serif;
}
.b-onpz-illustration-number-digits {
	font-size: 12vw;
}
.b-onpz-illustration-caption {
	margin-top: 0.5em;
	font: 12px/1.5em Georgia, serif;
}
.b-onpz-illustration-number ~ .b-onpz-illustration-caption {
	margin-top: 2em;
}

@media only screen and (min-width: 980px) {
	.b-onpz-illustration-number {
		font: 50px/1em Georgia, serif;
	}
	.b-onpz-illustration-number-digits {
		font-size: 100px;
	}
}

@media only screen and (min-width: 1200px) {
	.b-onpz-illustration-number {
		font: 60px/1em Georgia, serif;
	}
	.b-onpz-illustration-number-digits {
		font-size: 120px;
	}
}

@media only screen and (min-width: 1500px) {
	.b-onpz-illustration-number {
		font: 75px/1em Georgia, serif;
	}
	.b-onpz-illustration-number-digits {
		font-size: 150px;
	}
}

@media only screen and (min-width: 480px), not screen {
	.b-onpz-title--main {
		top: 30%;
	}
	.b-onpz-title h1,
	.b-onpz-title h2 {
		font-size: 40px;
		margin-top: -20px;
	}
	.b-onpz-illustration {
		float: right;
		width: 45%;
		margin: 0 0 10px 30px;
	}
	.b-onpz-illustration-caption {
		margin-top: 0.75em;
	}
}

@media only screen and (min-width: 980px), not screen {
	.b-onpz-flat {
		font-size: 20px;
		line-height: 2em;
	}
	.b-onpz-flat-intro {
		padding-top: 200px;
		padding-bottom: 200px;
	}
	.b-onpz-flat h1 {
		font-size: 48px;
	}
	.b-onpz-flat h2 {
		font-size: 34px;
	}
	.b-onpz-flat .intro {
		font: 24px/2em Georgia, serif;
	}
	.b-onpz-title--main {
		top: 40%;
	}
	.b-onpz-title h1,
	.b-onpz-title h2 {
		font-size: 50px;
		margin-top: -40px;
	}
	.b-onpz-title h4 {
		font-size: 24px;
	}
	.b-onpz-frame {
		line-height: 2em;
	}
	.b-onpz-illustration {
		width: 35%;
	}
	.b-onpz-illustration-caption {
		margin-top: 1em;
		font-size: 16px;
	}
}

@media only screen and (min-width: 1080px) {
	.b-onpz-title h1,
	.b-onpz-title h2 {
		font-size: 60px;
	}
}

@media only screen and (min-width: 1180px) {
	.b-onpz-title h1,
	.b-onpz-title h2 {
		font-size: 65px;
	}
}

@media only screen and (min-width: 1280px) {
	.b-onpz-title h1,
	.b-onpz-title h2 {
		font-size: 70px;
	}
}

@media only screen and (min-width: 1380px) {
	.b-onpz-title h1,
	.b-onpz-title h2 {
		font-size: 75px;
	}
}

@media only screen and (min-width: 1480px) {
	.b-onpz-title h1,
	.b-onpz-title h2 {
		font-size: 80px;
	}
}

.b-onpz .b-gallery .b-gallery-canvas {
	position: relative;
	overflow: hidden;
	padding-bottom: 56.25%;
	height: 0;
	cursor: pointer;
}

.b-onpz .b-gallery .b-gallery__item {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.b-onpz .b-gallery .b-gallery__item .photo {
	background-color: #000000;
}

.b-onpz .slider .b-gallery-pic_info {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out 0s, visibility 0s linear 0.3s;
	-moz-transition: opacity 0.3s ease-out 0s, visibility 0s linear 0.3s;
	-o-transition: opacity 0.3s ease-out 0s, visibility 0s linear 0.3s;
	transition: opacity 0.3s ease-out 0s, visibility 0s linear 0.3s;
	*filter: alpha(opacity=0);
}

.b-onpz .slider-hover .b-gallery-pic_info {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease-out 0s, visibility 0s linear 0s;
	-moz-transition: opacity 0.3s ease-out 0s, visibility 0s linear 0s;
	-o-transition: opacity 0.3s ease-out 0s, visibility 0s linear 0s;
	transition: opacity 0.3s ease-out 0s, visibility 0s linear 0s;
	*filter: alpha(opacity=100);
}

.b-onpz .b-gallery .b-gallery-pic_info {
	text-align: left;
	visibility: visible;
	color: #fff;
	color: rgba(255, 255, 255, 0.9);
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
	z-index: 10;
	position: absolute;
	padding: 5px 10px;
	background-color: #000000;
	background-color: rgba(0,0,0,0.6);
	border-radius: 3px;
	top: 10%;
	right: auto;
	bottom: auto;
	left: 4.375%;
	max-width: 75%;
	font: 12px/14px Georgia, serif;
}
.b-onpz .b-gallery .b-gallery-pic_info--tl {
	top: 10%;
	right: auto;
	bottom: auto;
	left: 4.375%;
}
.b-onpz .b-gallery .b-gallery-pic_info--tr {
	top: 10%;
	right: 4.375%;
	bottom: auto;
	left: auto;
}
.b-onpz .b-gallery .b-gallery-pic_info--bl {
	top: auto;
	right: auto;
	bottom: 10%;
	left: 4.375%;
}
.b-onpz .b-gallery .b-gallery-pic_info--br {
	top: auto;
	right: 4.375%;
	bottom: 10%;
	left: auto;
}
.b-onpz .b-gallery .b-gallery-pic_info__sign {
	font: 10px/12px Georgia, serif;
}
.b-onpz .b-gallery .b-gallery-pic_info__sign--big {
	font: 14px/1.5em Georgia, serif;
}

@media only screen and (min-width: 480px), not screen {
	.b-onpz .b-gallery .b-gallery-pic_info__sign {
		font: 14px/16px Georgia, serif;
	}
	.b-onpz .b-gallery .b-gallery-pic_info__sign--big {
		font: 18px/1.5em Georgia, serif;
	}
}

@media only screen and (min-width: 980px), not screen {
	.b-onpz .b-gallery .b-gallery-pic_info {
		padding: 15px 30px;
		border-radius: 5px;
		max-width: 50%;
		display: block;
	}
	.b-onpz .b-gallery .b-gallery-pic_info__sign {
		font: 18px/24px Georgia, serif;
	}
	.b-onpz .b-gallery .b-gallery-pic_info__sign--big {
		font: 24px/1.5em Georgia, serif;
	}
}

.b-onpz .b-gallery .b-gallery__nav {
	border-radius: 50%;
}
.b-onpz .b-gallery .b-gallery__nav,
.b-onpz .b-gallery .b-gallery__nav:hover {
	background-color: #000000;
	background-color: rgba(0,0,0,0.4);
}
@media only screen and (max-width: 479px), not screen {
	.b-onpz .b-gallery .b-gallery__nav,
	.b-onpz .b-gallery .b-gallery__nav:hover {
		background-color: transparent;
	}
}
@media only screen and (min-width: 980px), not screen {
	.b-onpz .b-gallery .b-gallery__nav .icon {
		margin: 8px 0 0 8px;
	}

	.b-onpz .b-gallery .b-gallery__nav {
		position: absolute;
		top: 50%;
		bottom: 0;
		z-index: 1;
		display: block;
		margin-top: -38px;
		width: 76px;
		height: 76px;
		background-color: #000000;
		background-color: rgba(0,0,0,0.4);
		backface-visibility: hidden;
	}
	.b-onpz .b-gallery .b-gallery__next {
		border-radius: 38px;
		right: 30px;
	}
	.b-onpz .b-gallery .b-gallery__previous {
		border-radius: 38px;
		left: 30px;
	}
	.b-onpz .icon-left_arrow,
	.b-onpz .icon-right_arrow {
		display: inline-block;
		overflow: hidden;
		padding-top: 60px;
		width: 60px;
		height: 0;
		background-color: transparent;
		background-image: url(//im.kommersant.ru/ContentFlex/images/arrows_icons_4x.png);
		background-position: 0 0;
		background-repeat: no-repeat;
		vertical-align: top;
		direction: ltr;
		text-indent: -200px;
	}
	.b-onpz .icon-left_arrow {
		background-position: 0 -120px;
	}
	.b-onpz .icon-right_arrow {
		background-position: -60px -120px;
	}
}
.b-onpz .b-gallery-nav_lineup {
	position: absolute;
	bottom: 4%;
	left: 0;
	z-index: 1;
	padding: 0;
	width: 100%;
	list-style: none;
	text-align: center;
	font: 0/0 a;
	backface-visibility: hidden;
}
.b-onpz .b-gallery-nav_lineup .b-gallery-nav_lineup_item {
	border: 1px solid #fff;
	border-radius: 50%;
}
@media only screen and (min-width: 980px), not screen {
	.b-onpz .b-gallery-nav_lineup .b-gallery-nav_lineup_item {
		border-width: 2px;
	}
	.b-onpz .b-gallery-nav_lineup .b-gallery-nav_lineup_item:hover {
		background-position: -12px -24px;
	}
	.b-onpz .b-gallery-nav_lineup .slider-nav-item-current {
		background-position: -12px 0;
	}
}
.b-onpz .b-article__bracket {
	margin: 0 auto 24px auto;
	max-width: 800px;
	font: .86em/normal Georgia, serif;
	color: #666;
}
.b-onpz .b-article .b-incut.b-incut_video {
	float: none;
	width: auto;
}
.b-onpz .b-article time {
	font-weight: bold;
}
.b-onpz .b-article .b-article__bracket:after,
.b-onpz .b-article .b-incut:after {
	z-index: auto;
}

@media only screen and (min-width: 980px), not screen {
	.b-onpz .b-article .b-incut.b-incut_video {
		float: right;
		width: 400px;
		margin-left: 30px;
	}
}

.b-onpz .b-article__footer {
	margin-top: 40px;
	text-align: justify;
}

.b-onpz .b-article__footer:after {
	content: "";
	display: inline-block;
	width: 100%;
}

.b-onpz .b-article__footer .b-socials_buttons {
	display: inline-block;
	margin-top: 0px;
	margin-right: 20px;
	text-align: left;
	vertical-align: top;
}

.b-onpz .b-article__footer time {
	display: inline-block;
	padding-top: 5px;
	padding-right: 20px;
	border-top: 1px solid #ccc;
	color: #999;
	font: 11px/14px Arial, sans-serif;
	text-align: left;
	vertical-align: top;
}

.logo {
	margin-bottom: 5px;
}

.b-onpz-credits-left .logo {
	height: 6vw;
	max-height: 100px;
}

.b-onpz-credits-right .logo {
	height: 6vw;
	max-height: 100px;
}

@media only screen and (min-width: 480px), not screen {
	.logo {
		margin-bottom: 15px;
	}
}

@media only screen and (min-width: 980px), not screen {
	.logo {
		margin-bottom: 40px;
	}
}

.b-onpz-credits {
	font-size: 10px;
	line-height: 1.25em;
	color: #fff;
}

.b-onpz-credits-table {
	margin: 0 auto;
}

.b-onpz-credits-left {
	width: 50%;
	padding-right: 1em;
	padding-bottom: 0.5em;
	vertical-align: top;
	text-align: right;
}

.b-onpz-credits-right {
	width: 50%;
	padding-left: 1em;
	padding-bottom: 0.5em;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
}

.b-onpz-credits-logo {
	vertical-align: bottom;
}

@media only screen and (min-width: 480px), not screen {
	.b-onpz-credits {
		font-size: 14px;
	}
}

@media only screen and (min-width: 980px), not screen {
	.b-onpz-credits {
		font-size: 18px;
	}
}
