html,
body {
	min-height: 100%;
}
.p9m {
	--p9m_canvas_width: 1140px;
	margin-bottom: 30px;
}

@media screen and (max-width: 739px) {
	.p9m_mobile_hide {
		display: none;
	}
}
@media screen and (min-width: 740px) {
	.p9m_desktop_hide {
		display: none;
	}
}

.p9m_layout {
	margin: 0 15px;
	box-sizing: border-box;
}
@media screen and (min-width: 1140px) {
	.p9m_layout {
		margin: 0 auto;
		width: 100%;
		max-width: var(--p9m_canvas_width);
	}
}
.p9m_header {
	background-color: #e5e5e5;
	font: 0/0 a;
}
.p9m_header__body::before {
	content: '';
	height: 40px;
	display: inline-block;
	vertical-align: middle;
}
.p9m_header__logo {
	display: inline-block;
	vertical-align: middle;
}
	.p9m_header__logo .kbd_button__body {
		height: 22px;
		width: 22px;
		padding: 8px;
		display: block;
	}
	.p9m_header__logo .vicon {
		color: #fff;
	}



/* -------------- from chinatourism header -------------- */
@media only screen and (min-width: 740px) {
	.article_cover {
		max-width: var(--p9m_canvas_width);
	}
}

/* kommersant logo */
.article_cover__panel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	margin-top: 14px;
}
.article_cover__logo .kbd_button__body {
	display: block;
}
.vicon--kommersant_logo {
	font-size: 26px;
	fill: #666;
}
.vicon--main_logo {
	display: none;
	fill: #666;
}
@media only screen and (min-width: 740px) {
	.vicon--kommersant_logo {
		display: none;
	}
	.vicon--main_logo {
		display: inline-block;
		width: 199.5px;
		height: 26px;
		max-width: 100%;
		color: #666;
	}
	.vicon--main_logo .vicon__body {
		width: 100%;
		height: 100%;
	}
}

/* sharing icons */
.sharing_list {
	font: 0/0 a;
	margin-left: 20px;
	padding: 0;
}
.sharing_list__item {
	display: inline-block;
	margin-left: 8px;
	vertical-align: middle;
}
.sharing_list__item .vicon {
	border-radius: 50%;
	box-sizing: border-box;
	fill: #c00;
	font-size: 20px;
	padding: 3px;
	transition: opacity .1s ease-in-out 0s;
	font-size: 32px;
	line-height: 32px;
	will-change: opacity;
}
	.sharing_list__item .vicon:hover,
	.sharing_list__item .vicon:focus {
		opacity: .5;
	}
.sharing_list__item .vicon__body {
	border-radius: 50%;
}
@media only screen and (min-width: 740px) {
	.sharing_list__item {
		margin-left: 10px;
	}
}

.pm9_header__text {
	font: 12px/1 Arial, sans-serif;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	text-transform: uppercase;
}
.p9m_article {
	margin-top: 18px;
}
@media screen and (min-width: 1140px) {
	.p9m_article {
		margin-top: 39px;
	}
}

.p9m_article__name {
	font: 24px/1.1667 Georgia, serif;
	color: #333;
	margin-bottom: 1px;
}
.p9m_article__subheader {
	font: 18px/1.3333 Georgia, serif;
	color: #666;
	margin-bottom: 15px;
}
.p9m_article__intro {
	font: 14px/20px Arial, sans-serif;
	color: #111;
	margin-bottom: 16px;
}
@media screen and (min-width: 740px) {
	.p9m_article__name {
		font-size: 60px;
		line-height: 1;
		margin-bottom: 6px;
	}
	.p9m_article__subheader {
		font: 20px/1.2 Georgia, serif;
		color: #666;
		margin-bottom: 15px;
	}
	.p9m_article__intro {
		font: 20px/24px Georgia, serif;
		color: #111;
		margin-bottom: 16px;
	}
}

.p9m_figures {
	font: 0/0 a;
	margin-top: 30px;
}

.p9m_small_poster {
	width: 100%;
	margin-bottom: 40px;
}

	@media screen and (min-width: 740px) {
		.p9m_figures {
			margin-top: 90px;
		}
		.p9m_small_poster {
			margin-bottom: 30px;
			display: inline-block;
			vertical-align: top;
			width: calc(100% / 1100 * var(--p9m_figure_size, 0));
			margin-top: calc(100% / 1100 * var(--p9m_figure_top, 0));
			margin-right: calc(100% / 1100 * var(--p9m_figure_right, 0));
			margin-left: calc(100% / 1100 * var(--p9m_figure_left, 0));
		}
	}
.p9m_small_poster_figure__picture {
	position: relative;
	margin-bottom: 9px;
}
	.p9m_small_poster_figure__picture img {
		display: block;
		width: 100%;
	}
	.p9m_small_poster__link {
		outline: none;
	}
	.p9m_small_poster__popup_link {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		box-shadow: 0 0 10px 0 rgba(0,0,0,.25);
		opacity: 0;
		will-change: opacity;
		transition: opacity .15s ease-in-out 0s;
	}
		.p9m_small_poster_figure:hover .p9m_small_poster__popup_link,
		.p9m_small_poster__popup_link:focus {
			outline: none;
			opacity: 1;
		}

	.p9m_small_poster_figure__name {
		font: 18px/1 Georgia, serif;
		color: #333;
		margin: 0 10px 5px 10px;
		display: block;
	}
		.p9m_small_poster_figure__name--big {
			font-size: 24px;
		}
	.p9m_small_poster_figure__author {
		font: 12px/14px Georgia, serif;
		color: #666;
		display: block;
		margin: 0 10px 5px 10px;
	}
@media screen and (min-width: 740px) {
	.p9m_small_poster_figure__name,
	.p9m_small_poster_figure__author {
		margin: 0 0 5px 0;
	}
}
@media screen and (min-width: 980px) {
	.p9m_small_poster_figure__name,
	.p9m_small_poster_figure__author {
		margin: 0 10px 5px 10px;
	}
}

	.p9m_small_poster_figure__link {
		color: inherit;
	}

@media screen and (min-width: 740px) {
	.p9m_figure--01 {
		--p9m_figure_size: 251;
		--p9m_figure_top: 0;
		--p9m_figure_right: 38;
	}
	.p9m_figure--02 {
		--p9m_figure_size: 272;
		--p9m_figure_top: 20;
		--p9m_figure_right: 50;
	}
	.p9m_figure--03 {
		--p9m_figure_size: 207;
		--p9m_figure_top: -40;
		--p9m_figure_right: 40;
	}
	.p9m_figure--04 {
		--p9m_figure_size: 170;
		--p9m_figure_top: -10;
	}
	.p9m_figure--05 {
		--p9m_figure_size: 188;
		--p9m_figure_top: 0;
		--p9m_figure_right: 42;
		--p9m_figure_left: 42;
	}
	.p9m_figure--06 {
		--p9m_figure_size: 200;
		--p9m_figure_top: -67;
		--p9m_figure_right: 43;
	}
	.p9m_figure--07 {
		--p9m_figure_size: 228;
		--p9m_figure_top: -64;
		--p9m_figure_right: 38;
	}
	.p9m_figure--08 {
		--p9m_figure_size: 314;
		--p9m_figure_top: -26;
		--p9m_figure_right: 0;
	}
	.p9m_figure--09 {
		--p9m_figure_size: 240;
		--p9m_figure_top: 0;
		--p9m_figure_right: 53;
		--p9m_figure_left: 5;
	}
	.p9m_figure--10 {
		--p9m_figure_size: 185;
		--p9m_figure_top: -42;
		--p9m_figure_right: 74;
	}
	.p9m_figure--11 {
		--p9m_figure_size: 209;
		--p9m_figure_top: 0;
		--p9m_figure_right: 60;
	}
	.p9m_figure--12 {
		--p9m_figure_size: 267;
		--p9m_figure_top: -93;
		--p9m_figure_right: 0;
	}
	.p9m_figure--13 {
		--p9m_figure_size: 171;
		--p9m_figure_top: 0;
		--p9m_figure_right: 45;
		--p9m_figure_left: 10;
	}
	.p9m_figure--14 {
		--p9m_figure_size: 207;
		--p9m_figure_top: -16;
		--p9m_figure_right: 73;
	}
	.p9m_figure--15 {
		--p9m_figure_size: 299;
		--p9m_figure_top: 10;
		--p9m_figure_right: 35;
	}
	.p9m_figure--16 {
		--p9m_figure_size: 236;
		--p9m_figure_top: -120;
		--p9m_figure_right: 0;
	}
	.p9m_figure--17 {
		--p9m_figure_size: 188;
		--p9m_figure_top: 0;
		--p9m_figure_right: 76;
		--p9m_figure_left: 100;
	}
	.p9m_figure--18 {
		--p9m_figure_size: 167;
		--p9m_figure_top: -73;
		--p9m_figure_right: 95;
	}
	.p9m_figure--19 {
		--p9m_figure_size: 166;
		--p9m_figure_top: -194;
		--p9m_figure_right: 80;
	}
	.p9m_figure--20 {
		--p9m_figure_size: 161;
		--p9m_figure_top: -160;
		--p9m_figure_right: 0;
	}
}

.p9m_more {
	margin-left: 10px;
}
.p9m_text {
	font: 14px/18px Georgia, sans-serif;
	color: #333;
	margin: 1em 0;
}
.p9m_trigger_text {
	font: 14px/18px Georgia, serif;
	color: #006697;
}
.p9m_thanx {
	font: italic 14px/18px Georgia, serif;
	margin-bottom: 1em;
	color: #666;
}
.p9m__vicon_more {
	display: inline-block;
	vertical-align: middle;
	transform: rotate(90deg);
	font: 12px/12px Arial;
}
	.more-expanded .p9m__vicon_more {
		transform: rotate(0deg);
	}

.p9m_trigger_text__hide {
	display: none;
}
.more-expanded .p9m_trigger_text__hide {
	display: inline;
	text-decoration: underline;
}
.p9m_trigger_text__show {
	display: inline;
	text-decoration: underline;
}
.more-expanded .p9m_trigger_text__show {
	display: none;
}

.p9m_slider {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 80vw;
	margin: auto;
	z-index: 1;
}
	.p9m_slider::before {
		content: '';
		position: absolute;
		top: 0;
		right: 60px;
		left: 60px;
		bottom: 0;
		height: 0;
		padding-bottom: calc((100% - 120px) / 16 * 9);
		box-shadow: 0 0 20px 0 rgba(0,0,0,.25);
		border-radius: 3px;
		margin: auto;
	}
	.p9m_slider__canvas {
		position: absolute;
		top: 0;
		right: 60px;
		left: 60px;
		bottom: 0;
		height: 0;
		padding-bottom: calc((100% - 120px) / 16 * 9);
		overflow: hidden;
		border-radius: 3px;
		background-color: #fff;
		margin: auto;
	}
	.p9m_slider__item {
		position: absolute;
		top: 30px;
		right: 0;
		bottom: 30px;
		left: 0;
	}

.p9m_poster {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.p9m_poster__text_frame {
	height: 100%;
}
.p9m_poster__img {
	width: calc(50% - 30px);
	position: relative;
	height: 100%;
	background-color: #e0e0e0;
}
.p9m_poster__img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: contain;
	object-position: 50%;
}

.p9m_poster__description {
	width: calc(50% - 30px);
	display: flex;
	box-sizing: border-box;
	flex-direction: column;
	padding-left: 40px;
	padding-top: 35px;
}
.p9m_poster__name {
	font: 24px/1 Georgia, serif;
	color: #333;
	margin-bottom: 10px;
}

.p9m_poster__author {
	font: 14px/18px Georgia, serif;
	color: #666;
	margin-bottom: 6px;
}
.p9m_poster__text {
	font: 16px/22px Georgia, serif;
	color: #333;
	letter-spacing: -.025em;
	margin: 1em 0;
}
.p9m_poster__src {
	font: italic 12px/14px Georgia, serif;
	color: #666;
}

.p9m_close {
	/* background: url(https://im.kommersant.ru/CorpImages/Projects/posters9may/close.png) no-repeat 50% 50%;
	background-size: 20px;
	*/
	position: absolute;
	right: 10px;
	top: 10px;
}
.p9m_close .kbd_button__body {
	width: 40px;
	height: 40px;
	padding: 10px;
	box-sizing: border-box;
}
.p9m_close .vicon--close {
	background-color: #000;
	border-radius: 3px;
 	width: 20px;
 	height: 20px;
 	font: 10px/10px Arial;
 	color: #fff;
 	padding: 5px;
 	display: block;
 	box-sizing: border-box;
}
.p9m_poster__footer {
	padding-top: 1em;
}

.p9m_nav {
	position: absolute;
	top: calc(50% - 30px);
	box-sizing: border-box;
}
.p9m_nav--prev {
	left: 0;
	transform: rotate(90deg);
}
.p9m_nav--next {
	right: 0;
	transform: rotate(-90deg);
}
.p9m_nav__link {
	display: block;
	padding: 6px;
}
.p9m_nav .vicon {
	font: 48px/0 Arial;
	color: #d93b20;
	will-change: opacity, transform;
	transition: opacity .25s ease-in-out 0s,
		transform .15s ease-in-out 0s;
}
.p9m_nav.slider-inactive .vicon {
	opacity: .2;
}

.p9m_nav:not(.slider-inactive):hover .vicon {
	transform: scale(1.1);
}

.p9m_footer {
	border-top: 1px solid #333;
	margin-top: 40px;
}


.p9m_layout .article_comments {
	margin-top: 45px;
	margin-bottom: 45px;
}

/** nano_scroller **/
.nano {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
}
.nano > .nano-content {
	position: absolute;
	overflow: scroll;
	overflow-x: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding-right: 30px;

	-webkit-overflow-scrolling: touch;
	background:
		/* Shadow covers */
		linear-gradient(white 30%, rgba(255,255,255,0)),
		linear-gradient(rgba(255,255,255,0), white 70%) 0 100%,
		/* Shadows */
		radial-gradient(50% 0, farthest-side, rgba(0,0,0,.2), rgba(0,0,0,0)),
		radial-gradient(50% 100%,farthest-side, rgba(0,0,0,.2), rgba(0,0,0,0)) 0 100%;
	background:
		/* Shadow covers */
		linear-gradient(white 30%, rgba(255,255,255,0)),
		linear-gradient(rgba(255,255,255,0), white 70%) 0 100%,
		/* Shadows */
		radial-gradient(farthest-side at 50% 0, rgba(0,0,0,.2), rgba(0,0,0,0)),
		radial-gradient(farthest-side at 50% 100%, rgba(0,0,0,.2), rgba(0,0,0,0)) 0 100%;
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;

	/* Opera doesn't support this in the shorthand */
	background-attachment: local, local, scroll, scroll;
}
.nano > .nano-content:focus {
	outline: none;
}
.nano > .nano-content::-webkit-scrollbar {
	display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
	display: block;
}
.nano > .nano-pane {
	background: rgba(20,24,31,.2);
	position: absolute;
	width: 10px;
	right: 0;
	top: 0;
	bottom: 0;
	visibility: hidden\9; /* Target only IE7 and IE8 with this hack */
	opacity: .01;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.nano > .nano-pane > .nano-slider {
	background: #c00;
	position: relative;
	margin: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
	visibility: visible\9; /* Target only IE7 and IE8 with this hack */
	opacity: 0.99;
}
/** nano_scroller end **/

/* -------------------- slider.css -------------------- */
.slider-draggable .slider-canvas {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.slider-draggable.slider-horizontal .slider-canvas {
	touch-action: pan-y;
}

.slider-draggable.slider-vertical .slider-canvas {
	touch-action: pan-x;
}

.slider:not(.slider-ready) .slider-item ~ .slider-item,
.slider:not(.slider-ready) .slider-prev,
.slider:not(.slider-ready) .slider-next,
.slider:not(.slider-ready) .slider-nav {
	visibility: hidden;
}

.slider-3d .slider-item,
.slider-3d .slider-nav-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slider-3d .slider-item {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	will-change: transform;
}
