body:before {
	content: "";
	z-index: -1;
	position: fixed;
}

.parallax-layer {
	will-change: transform, opacity;
}

.b-metro1935 {
	background: #000;
}

.b-metro1935 .b-article__footer {
	background: none;
}

.b-metro1935-flat {
	position: relative;
	z-index: 1;
	padding: 30px 7%;
	background: #fff; /* #024E68; */
	color: #333;
	font: 16px/1.5em Georgia, serif;
	overflow: hidden;
	backface-visibility: hidden;
}

.b-metro1935-flat h1,
.b-metro1935-flat h2,
.b-metro1935-flat p,
.b-metro1935 .b-article__footer {
	margin: 0 auto 20px auto;
	max-width: 960px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	color: #333;
}
.b-metro1935-flat h1 {
	font: bold 22px/1em Georgia;
	color: #333;
}
.b-metro1935-flat h2 {
	font: bold 18px/1em Georgia;
	color: #333;
}
.b-metro1935-flat .b-metro1935__intro {
	font: bold 22px/1.5em Georgia;
	color: #333;
	margin-bottom: 60px;
}
.b-metro1935-flat .super_big {
	text-align: center;
	font: bold 22px/1em Georgia;
	margin-top: 60px;
	color: #970000;
}

.b-metro1935-frame {
	position: relative;
	overflow: hidden;
}
	.b-metro1935-frame:before,
	.b-metro1935-frame:after {
		position: absolute;
		z-index: 1;
		right: -3vw;
		left: -3vw;
		height: 3vw;
		content: " ";
		box-shadow: 0 0 3vw 0 #000;
	}

	.b-metro1935-frame--no_shadow_top:before,
	.b-metro1935-frame--no_shadow_bottom:after {
		display: none;
		content: none;
	}
	.b-metro1935-frame:before {
		top: -3vw;
	}
	.b-metro1935-frame:after {
		bottom: -3vw;
	}

.photo-person img {
	width: 100px;
	height: 100px;
}

.quoted {
	position: relative;
	display: block;
	color: #666;
	font: italic 24px/1.5em Georgia, serif;
	padding-top: 6px;
	padding-bottom: 6px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	clear: both;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.quoted.quoted.quoted p {
	color: #666;
}
@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-metro1935-collage {
	position: relative;
}

.canvas_16x9 {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.b-metro1935-image {
	position: relative;
	border: none;
	outline: none;
	vertical-align: top;
	width: 100%;
}

.b-metro1935-video {
	display: block;
	position: relative;
	border: none;
	outline: none;
	width: 100%;
	padding-bottom: 56.25%;
}
	.b-metro1935-video--4x3 {
		padding-top: 75%;
	}
	.b-metro1935-video--680x536 {
		padding-top: 78.82352941176471%;
	}

	.b-metro1935-video video,
	.b-metro1935-video object {
		border: none;
		outline: none;
		vertical-align: top;
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
	}

.b-metro1935-replay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	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;
}

	.b-metro1935-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;
	}

	.b-metro1935-replay__button:hover {
		opacity: 1;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}

.parallax-replay-enabled .b-metro1935-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-metro1935-audio {
	display: none;
	border: none;
	outline: none;
	position: absolute;
	z-index: 1001;
	left: 0;
	bottom: 0;
	width: 100%;
}

	.b-metro1935-audio audio {
		border: none;
		outline: none;
		vertical-align: top;
		width: 100%;
	}

.b-metro1935-title {
	position: absolute;
	left: 3%;
	top: 4%;
	color: #fff;
	/*
	color: rgba(255, 255, 255, 0.9);
	*/
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}

.b-metro1935-title--dark {
	color: #1e1e1e;
	color: rgba(30, 30, 30, 0.9);
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.75);
}
.b-metro1935-title--tr {
	right: 3%;
	left: auto;
	top: 4%;
	bottom: auto;
}
.b-metro1935-title--bl {
	right: auto;
	left: 3%;
	bottom: 4%;
	top: auto;
}
.b-metro1935-title--br {
	right: 3%;
	left: auto;
	bottom: 4%;
	top: auto;
}
.b-metro1935-title--ml {
	right: auto;
	left: 3%;
	bottom: auto;
	top: 50%;
}
.b-metro1935-title--mr {
	right: 3%;
	left: auto;
	bottom: auto;
	top: 50%;
}

.b-metro1935-title h1,
.b-metro1935-title h2 {
	font-size: 22px;
	line-height: 1em;
	margin-top: -11px;
}

.b-metro1935-title h1,
.b-metro1935-title h2,
.b-metro1935-title h1 a,
.b-metro1935-title h2 a {
	color: inherit;
	font-family: Georgia, serif;
}
.b-metro1935-title p {
	margin: 20px 0;
}
.b-metro1935-title h4 {
	font-size: 14px;
}

@media only screen and (min-width: 480px), not screen {
	.b-metro1935-title h1,
	.b-metro1935-title h2 {
		font-size: 40px;
		margin-top: -20px;
	}
}

@media only screen and (min-width: 980px), not screen {
	.b-metro1935-flat {
		font-size: 20px;
	}
	.b-metro1935-flat h1 {
		font-size: 48px;
	}
	.b-metro1935-flat h2 {
		font-size: 34px;
		margin-top: 60px;
	}
	.b-metro1935-title h1,
	.b-metro1935-title h2 {
		font-size: 80px;
		margin-top: -40px;
	}
	.b-metro1935-title h4 {
		font-size: 24px;
	}
}



.history_compare {
	font: 0/0 a;
	display: table;
	position: relative;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 960px;
	margin: 0 auto;
}
	.history_compare:before {
		position: absolute;
		left: 50%;
		top: 0;
		bottom: 1px;
		border-left: 1px solid #ccc;
		content: '';
	}
	.history_compare__item {
		vertical-align: top;
		display: inline-block;
		width: 50%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-top: 1.5%;
	}
	.history_compare__one {
		padding: 0 3.5% 0 0;
	}
	.history_compare__two {
		padding: 0 0 0 3.5%;
	}
	.history_compare__all {
		padding: 1.5% 3.5%;
		background: #fff;
		border: 1px solid #ccc;
		display: block;
		position: relative;
		margin-bottom: 0;
		margin-top: 0;
		width: auto;
		clear: both;
	}
	.history_compare__header.history_compare__header.history_compare__header {
		font: bold 14px/18px Arial, sans-serif;
		color: #970000;
		margin-bottom: 1.2em;
	}
	.history_compare__column_header {
		font: bold 18px/1em Arial, sans-serif;
		color: #333;
		margin-bottom: 1.4em;
		/* */
	}
	.history_compare__photo {
		width: 25%;
		float: left;
		margin-right: 3%;
		margin-bottom: 1%;
	}
	.history_compare__photo img {
		max-width: 100%;
		height: auto;
	}
	.history_compare__text_header {
		margin-top: 1.2em;
		font: bold 14px/16px Georgia, serif;
		color: #333;
	}
	.history_compare__all .history_compare__header,
	.history_compare__all .history_compare__text_header {
		text-align: center;
	}

	.history_compare__text p {
		margin: 1.2em 0;
		font: 14px/1.5em Georgia, serif;
		color: #666;
	}

@media only screen and (max-width: 599px), not screen {
	.history_compare:before {
		content: none;
	}
	.history_compare__item {
		width: 90%;
		border: 1px solid #ccc;
		padding: 1.5%;
		margin: 2% 0;
		border-radius: 10px;
		box-shadow: 0 0 10px rgba(0,0,0,0.2);
	}
	.history_compare__item--no_bubble {
		border: 0;
		margin-bottom: 0;
	}
	.history_compare__one {
		float: left;
		display: block;
	}
	.history_compare__two {
		float: right;
		display: block;
	}
	.history_compare__item--no_bubble .history_compare__column_header {
		margin-bottom: 0;
	}
	.history_compare__two .history_compare__column_header,
	.history_compare__two .history_compare__header {
		text-align: right;
	}
	.history_compare__item.history_compare__one {
		background: #FFEAC3;
	}
	.history_compare__item.history_compare__two {
		background: #E7FAFD;
	}
	.history_compare__item.history_compare__all {
		width: auto;
	}

}

.b-metro1935 .b-gallery {
	margin: 30px 0;
}
.b-metro1935 .b-gallery .b-gallery-canvas {
	position: relative;
	overflow: hidden;
	padding-bottom: 56.25%;
	height: 0;
	cursor: pointer;
}

.incut--left {
	width: 50%;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}
	.b-gallery--incut .b-gallery-pic_info__sign {
		color: #fff;
	}

.incut--photo {
	max-width: 600px;
	width: 50%;
	float: left;
	margin: 0 30px 30px 0;
}
.incut--photo--right {
	float: right;
	margin: 0 0 30px 30px;
}

@media only screen and (max-width: 979px), not screen {
	.incut--left {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.incut--photo {
		max-width: 50%;
	}
}
@media only screen and (max-width: 479px), not screen {
	.incut--photo {
		width: 100%;
		max-width: 100%;
		float: none;
	}
}

.b-metro1935 .b-gallery .b-gallery__item {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.b-metro1935 .b-gallery--incut .b-gallery-canvas {
	height: auto;
	padding-bottom: 0;
	font: 0/0 a;
}

.b-metro1935 .b-gallery--incut .b-gallery__item {
	display: inline-block;
	margin-right: -100%;
	width: 100%;
	height: auto;
	vertical-align: middle;
	position: relative;
	top: auto;
	left: auto;
}





.b-metro1935 .b-gallery .b-gallery__item .photo {
	background-color: #000;
}

.b-metro1935 .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-metro1935 .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-metro1935 .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.75);
	z-index: 10;
	position: absolute;
	padding: 5px 10px;
	background-color: #000;
	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;
}
.b-metro1935 .b-gallery .b-gallery-pic_info--tl {
	top: 10%;
	right: auto;
	bottom: auto;
	left: 4.375%;
}
.b-metro1935 .b-gallery .b-gallery-pic_info--tr {
	top: 10%;
	right: 4.375%;
	bottom: auto;
	left: auto;
}
.b-metro1935 .b-gallery .b-gallery-pic_info--bl {
	top: auto;
	right: auto;
	bottom: 10%;
	left: 4.375%;
}
.b-metro1935 .b-gallery .b-gallery-pic_info--br {
	top: auto;
	right: 4.375%;
	bottom: 10%;
	left: auto;
}
.b-metro1935 .b-gallery .b-gallery-pic_info__sign {
	font: 10px/12px Georgia;
}
.b-metro1935 .b-gallery .b-gallery-pic_info__sign--big {
	font: 14px/1.5em Georgia;
}

@media only screen and (min-width: 480px), not screen {
	.b-metro1935 .b-gallery .b-gallery-pic_info__sign {
		font: 14px/16px Georgia;
	}
	.b-metro1935 .b-gallery .b-gallery-pic_info__sign--big {
		font: 18px/1.5em Georgia;
	}
}

@media only screen and (min-width: 980px), not screen {
	.b-metro1935 .b-gallery .b-gallery-pic_info {
		padding: 15px 30px;
		border-radius: 5px;
		max-width: 50%;
		display: block;
	}
	.b-metro1935 .b-gallery .b-gallery-pic_info__sign {
		font: 18px/24px Georgia;
	}
	.b-metro1935 .b-gallery .b-gallery-pic_info__sign--big {
		font: 24px/1.5em Georgia;
	}
}

.b-metro1935 .b-gallery .b-gallery__nav {
	border-radius: 50%;
}
.b-metro1935 .b-gallery .b-gallery__nav,
.b-metro1935 .b-gallery .b-gallery__nav:hover {
	background-color: #000;
	background-color: rgba(0,0,0,0.4);
}
@media only screen and (max-width: 479px), not screen {
	.b-metro1935 .b-gallery .b-gallery__nav,
	.b-metro1935 .b-gallery .b-gallery__nav:hover {
		background-color: transparent;
	}
}
@media only screen and (min-width: 980px), not screen {
	.b-metro1935 .b-gallery .b-gallery__nav .icon {
		margin: 8px 0 0 8px;
	}

	.b-metro1935 .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: #000;
		background-color: rgba(0,0,0,0.4);
		backface-visibility: hidden;
	}
	.b-metro1935 .b-gallery .b-gallery__next {
		border-radius: 38px;
		right: 30px;
	}
	.b-metro1935 .b-gallery .b-gallery__previous {
		border-radius: 38px;
		left: 30px;
	}
	.b-metro1935 .icon-left_arrow,
	.b-metro1935 .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-metro1935 .icon-left_arrow {
		background-position: 0 -120px;
	}
	.b-metro1935 .icon-right_arrow {
		background-position: -60px -120px;
	}
}

.b-metro1935 .b-gallery--incut .icon-left_arrow,
.b-metro1935 .b-gallery--incut .icon-right_arrow {
	background-image: url(//im.kommersant.ru/ContentFlex/images/icons_1x.png);
	width: 30px;
	padding-top: 30px;
}
.b-metro1935 .b-gallery--incut .b-gallery__nav {
	margin-top: -30px;
	width: 60px;
	height: 60px;
}
.b-metro1935 .b-gallery--incut .b-gallery__next {
	right: 0;
}
.b-metro1935 .b-gallery--incut .b-gallery__previous {
	left: 0;
}

.b-metro1935 .b-gallery--incut .icon-right_arrow {
	background-position: -330px -210px;
}
.b-metro1935 .b-gallery--incut .icon-left_arrow {
	background-position: -300px -210px;
}
.b-metro1935 .b-gallery--incut .icon-left_arrow .icon {
	width: 30px;
	padding-top: 30px;
}
.b-metro1935 .b-gallery--incut .b-gallery__nav .icon {
	margin: 15px 0 0 15px;
}

.b-metro1935 .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-metro1935 .b-gallery-nav_lineup .b-gallery-nav_lineup_item {
	border: 1px solid #fff;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 50%;
}
@media only screen and (min-width: 980px), not screen {
	.b-metro1935 .b-gallery-nav_lineup .b-gallery-nav_lineup_item:hover {
		background-position: -12px -24px;
	}
	.b-metro1935 .b-gallery-nav_lineup .slider-nav-item-current {
		background-position: -12px 0;
	}
}
.b-metro1935 .b-article__bracket {
	margin: 0 auto 24px auto;
	max-width: 960px;
	font: .86em/normal Georgia;
	color: #666;
}
.b-metro1935 .b-article .b-incut.b-incut_video {
	float: none;
	width: auto;
}
.b-metro1935 .b-article time {
	font-weight: bold;
}
.b-metro1935 .b-article .b-article__bracket:after,
.b-metro1935 .b-article .b-incut:after {
	z-index: auto;
}
@media only screen and (min-width: 980px), not screen {
	.b-metro1935 .b-article .b-incut.b-incut_video {
		float: right;
		width: 400px;
		margin-left: 30px;
	}
}
.b-metro1935 .b-metro1935__map_route {
	position: relative;
	height: 400px;
}
	.b-metro1935 .b-metro1935__map_route iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: none;
	}
.b-metro1935 .b-article__footer {
	margin-top: 40px;
}
.b-metro1935 .b-article__footer time {
	padding-top: 5px;
	padding-right: 20px;
	border-top: 1px solid #ccc;
	color: #999;
	font: 11px/14px Arial, sans-serif;
	float: right;
}

.index_menu__button {
	margin-left: 5%;
	position: fixed;
	top: 10px;
	left: 0;
	display: inline-block;
	width: 100%;
	z-index: 11;
	opacity: 0.5;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.index_menu__button_icon {
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	margin: 10px 10px 10px 0;
	vertical-align: middle;
}
.index_menu__button_name {
	font: small-caps 22px/26px Arial;
	text-transform: uppercase;
	vertical-align: middle;
}
.index_menu__button a {
	color: #eee;
	text-shadow: 0px 0px 2px #000;
}
.index_menu__button:hover {
	opacity: 1;
}

.links {
	background-color: #000;
	background-color: rgba(0,0,0,.75);
	width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	padding: 50px 0 20px 5%;
	-webkit-transform: translate3d(0px, -200px, 0px);
	-moz-transform: translate3d(0px, -200px, 0px);
	-ms-transform: translate3d(0px, -200px, 0px);
	transform: translate3d(0px, -200px, 0px);

}
	.links--active {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate3d(0px, 0px, 0px);
		-moz-transform: translate3d(0px, 0px, 0px);
		-ms-transform: translate3d(0px, 0px, 0px);
		transform: translate3d(0px, 0px, 0px);
	}

	.links__item {
		font: 11px/13px Arial;
		padding-left: 40px;
	}
	.links__item .article_name {
		font: 12px/1.5em Arial;
		display: inline;
	}
	.links__item .article_name,
	.links__item .article_name a {
		color: #fff;
	}
	.logo {
		margin: 0 0 15px 0;
		display: block;
	}

@media only screen and (min-width: 480px) {
	.links__item {
		font: 12px/14px Arial;
	}
	.links__item .article_name {
		font: 14px/1.5em Arial;
	}
}

@media only screen and (min-width: 980px), not screen {
	.links__item {
		font: 14px/16px Arial;
	}
	.links__item .article_name {
		font: 16px/1.5em Arial;
	}
	.logo {
		float: right;
		margin: 0 0 15px 15px;
	}
}

.index_panel {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	margin: 0;
	padding: 0 15px;
	height: 30px;
	background-color: #000;
	background-color: rgba(0,0,0,.8);
	box-shadow: 0 0 10px 0 #000;
	font: 0/0 a;
	color: #ccc;
}
	.index_panel .index_slider {
		color: #ccc;
		text-align: left;
		line-height: 30px;
	}

.index_panel__link {
	font: 14px/30px Arial, sans-serif;
	color: #ccc;
	text-decoration: none;
	text-transform: uppercase;
}
.index_panel__link:before {
	font: 14px/30px Arial, sans-serif;
	content: "\00a0\00a0|\00a0";
	color: #ccc;
}
.index_panel__link:first-child:before {
	content: none;
}
.index_panel__link:hover {
	color: #fff;
	text-decoration: none;
}
.chapter1--current .chapter_link--1,
.chapter2--current .chapter_link--2,
.chapter3--current .chapter_link--3,
.chapter4--current .chapter_link--4,
.chapter5--current .chapter_link--5 {
	color: #ff0000;
	text-shadow: 0 0 10px #ccc;
}


/* zoomator */
.zoom {
	display: block;
	position: relative;
}

.zoom__pic {
	display: block;
	width: 100%;
	height: auto;
}

.zoom_grid {
	font: 0/0 a;
	text-align: center;
	background: #fff;
}
	.zoom_grid__item {
		text-align: center;
		width: 30%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: .5%;
		display: inline-block;
		vertical-align: middle;
		max-width: 300px;
	}
	.zoom_grid__cell {
		margin-bottom: 3.5%;
	}
	.zoom_grid__item--half {
		width: 50%;
		max-width: 400px;
	}
	.zoom_grid__item--big {
		width: 70%;
		max-width: 600px;
	}
	.zoom_grid__item--full {
		width: 100%;
		max-width: 960px;
	}
@media only screen and (max-width: 479px), not screen {
	.zoom_grid__item {
		width: 100%;
	}
}


.b-socials_buttons--novalue .icon {
	width: 26px;
	padding-top: 26px;
	vertical-align: middle;
	background-size: auto 258px;
}

/* socials */
.b-socials_buttons--novalue .icon-socials-fb {
	background-position: -156px -52px;
}

.b-socials_buttons--novalue a:hover .icon-socials-fb {
	background-position: -156px -26px;
}

.b-socials_buttons--novalue .icon-socials-vk {
	background-position: -182px -52px;
}

.b-socials_buttons--novalue a:hover .icon-socials-vk {
	background-position: -182px -26px;
}

.b-socials_buttons--novalue .icon-socials-tw {
	background-position: -234px -52px;
}

.b-socials_buttons--novalue a:hover .icon-socials-tw {
	background-position: -234px -26px;
}

.b-socials_buttons--novalue .icon-socials-ok {
	background-position: -130px -52px;
}

.b-socials_buttons--novalue a:hover .icon-socials-ok {
	background-position: -130px -26px;
}

.icon-left_arrow {
	background-position: -300px -210px;
}

.icon-right_arrow {
	background-position: -330px -210px;
}

.b-gallery-nav_lineup .b-gallery-nav_lineup_item {
	background-image: url(//im.kommersant.ru/ContentFlex/images/dots_4x.png);
	background-size: auto 36px;
}

/* 1 & 2 columns */
@media only screen and (max-width: 979px) {
	.b-gallery-nav_lineup .b-gallery-nav_lineup_item {
		background-size: auto 18px;
	}
}

/* icons end */

/* socials buttons */
.b-socials_buttons {
	margin: 20px auto 4em auto;
	max-width: 92%;
	width: 960px;
}
	.b-socials_buttons a {
		text-decoration: none;
	}
	.b-socials_buttons .icons {
		list-style-type: none;
		font: 0/0 a;
	}
	.b-socials_buttons .icons li {
		display: inline-block;
		margin-left: 9px;
		width: 30px;
		text-align: center;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		padding: 5px 0;
		vertical-align: top;
	}
	.b-socials_buttons .icons li:first-child {
		margin-left: 0;
	}
	.b-socials_buttons .icons li .number {
		width: 30px;
		margin-top: 5px;
		border-top: 1px solid #ccc;
		display: block;
		font: bold 11px/11px Arial, sans-serif;
		padding: 5px 0 0 0;
		color: #999;
	}


	.b-socials_buttons--novalue {
		position: absolute;
		right: 0;
		top: 0;
		margin: 2px 9px 0 0;
		width: auto;
	}
		.b-socials_buttons--novalue .icons li {
			display: inline-block;
			width: 26px;
			text-align: center;
			vertical-align: middle;
			border: 0;
			padding: 0;
		}
/* social buttons end */

.text_width_photo {
	display: block;
	text-align: center;
	max-width: 960px;
	margin: 60px auto;
}
	.text_width_photo p {
		font: italic 14px/20px Georgia;
		color: #666;
		text-align: left;
		margin-top: 0;
	}
	.text_width_photo img {
		max-width: 100%;
	}

.limiter_text {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.photo_sign.photo_sign {
		font: italic 14px/20px Georgia;
		color: #666;
		text-align: left;
		margin-top: 0;
}

.b-gallery-pic_info .b-gallery-pic_info__sign {
	color: #fff;
	color: rgba(255,255,255,.9);
}

	margin: 2.25em 0;
