/* --------------reset-------------- */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
	background-color: #fff;
	min-height: 100%;
	-webkit-font-smoothing: antialiased;
	color: #000;
	font: 10px/1 Tahoma, sans-serif;
}
article,
figcaption,
figure,
footer,
header,
main,
nav,
section,
aside {
	display: block;
}
audio,
canvas,
iframe,
img,
svg,
video {
		vertical-align: middle;
}
audio,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
a {
	background-color: transparent;
}
a:active,
a:hover {
	outline: 0;
}
img {
    border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
h1, h2, h3, h4, p, figure {
	margin: 0;
}
ol, ul {
    list-style: none;
    margin: 0;
	padding: 0;
	border: 0;
}
/* kbd button */
.kbd_button {
	background-color: transparent;
	border: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	margin: 0;
	border-radius: 0;
	color: currentcolor;
}
.kbd_button:not(button):hover:not(:focus):not(:-moz-focusring) {
	visibility: hidden;
}

:not(button):hover:not(:focus):not(:-moz-focusring) > .kbd_button__body {
	visibility: visible;
}

/* Fixing the Safari bug for `<button>`s overflow */
.kbd_button__body {
	position: relative;
}

:focus > .kbd_button__body {
	box-shadow: 0 0 1px 1px rgb(9, 133, 206);
}

/* Removing the focus ring styles specifically for button in Firefox */
button:not(:-moz-focusring):focus > .kbd_button__body {
	box-shadow: none;
}

/* Removing default outline only after we've added our custom one */
.kbd_button:focus,
.kbd_button__body:focus {
	outline: none;
}

.hide {
	display: none!important;
}

html, body {
	height: 100%;
}
a {
    color: #082B96;
    text-decoration: none;
}
.cf {
    *zoom: 1;
}
.cf::before, 
.cf::after {
    content: '';
    display: table;
    position: relative;
}
.cf::after {
    clear: both;
}

/* fixed_bottom */
.fixed_bottom {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 52;
	width: 100%;
	visibility: hidden;
	font-size: 0;
}
	.fixed_bottom__flow_holder {
		visibility: hidden;
		display: block;
		text-align: justify;
		text-justify: distribute-all-lines;
		width: 100%;
		font-size: 0 !important;
	}
	.fixed_bottom__flow_holder:after {
		content: '';
		display: inline-block;
		width: 100%;
	}
	.fixed_bottom__flow {
		visibility: hidden;
		display: inline-block;
		vertical-align: bottom;
	}
	.fixed_bottom__item {
		display: block;
		margin-left: auto;
		visibility: hidden;
		margin: 0 20px 20px 0;
	}
	@media only screen and (min-width: 1024px) {
		.fixed_bottom__item {
			margin-right: 0;
		}
	}
	.fixed_bottom__item:empty {
		margin-bottom: 0;
	}
	.fixed_bottom__item--tar {
		text-align: right;
    }
    
/* up_button */
.up_button {
	display: inline-block;
	background-color: rgba(8, 43, 150, .5);
	color: #fff;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	box-sizing: border-box;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transform: translate3d(64px,0,0);
	transition: opacity .4s cubic-bezier(0.4, 0.0, 0.2, 1),
				transform .4s cubic-bezier(0.4, 0.0, 0.2, 1),
				visibility 0s cubic-bezier(0.4, 0.0, 0.2, 1) .4s;
	will-change: opacity, transform;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font: 0/0 a;
}
	.up_button::before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}
	.up_button.is_shown {
		opacity: 1;
		visibility: visible;
		transform: translate3d(0,0,0);
		transition: opacity .4s cubic-bezier(0.0, 0.0, 0.2, 1),
					transform .4s cubic-bezier(0.0, 0.0, 0.2, 1),
					visibility 0s cubic-bezier(0.0, 0.0, 0.2, 1) 0s;
	}
	.up_button_inner {
		display: inline-block;
		width: 100%;
		vertical-align: middle;
	}
	.up_button_text {
		font: 12px/1 Arial, sans-serif;
		display: none;
	}
	.up_button .vicon {
        font-size: 18px;
	}
@media only screen and (min-width: 1024px) {
	.up_button {
		width: 64px;
		height: 64px;
		background-color: #082B96;
		border-radius: 0;
	}
	.up_button_text {
		display: block;
	}
	.up_button .vicon {
		font-size: 16px;
	}
}



/* --------------basic-------------- */
.layout {
    box-sizing: border-box;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}
.vicon {
    fill: currentcolor;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font: 16px/0 a;
    text-align: center;
}
    .vicon__body {
        width: 1em;
        height: 1em;
        background: inherit;
        transform: translateX(0);
        -ms-transform: translate(0.5px, -0.3px);
    }

.vh {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
}


/* --------------header-------------- */
@media only screen and (min-width: 768px) {
    .article_cover {
        max-width: 930px;
    }
}

/* 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: #000;
}
.vicon--main_logo {
    display: none;
}
@media only screen and (min-width: 768px) {
    .vicon--kommersant_logo {
        display: none;
    }
    .vicon--main_logo {
        display: inline-block;
        width: 199.5px;
        height: 26px;
        max-width: 100%;
    }
    .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 {
    background-color: #082B96;
    border-radius: 50%;
    box-sizing: border-box;
    fill: #fff;
    font-size: 20px;
    padding: 3px;
    transition: fill .1s ease-in-out 0s;
}
    .sharing_list__item .vicon:hover,
    .sharing_list__item .vicon:focus {
        background-color: #000;
    }
.sharing_list__item .vicon__body {
    border-radius: 50%;
}
@media only screen and (min-width: 768px) {
    .sharing_list__item {
        margin-left: 10px;
    }
}

/* cover collage */
.article_cover__frame {
    font: 0/0 a;
    margin: 10px -20px -12%;
    overflow: hidden;
}
.article_cover__photo {
    width: calc(100% + 80px);
    margin-left: -40px;
    padding-bottom: 54.49%;
    position: relative;
}
.article_cover__img {
    z-index: -1;
}
@media only screen and (min-width: 768px) {
    .article_cover__frame {
        margin: 20px 0 -12%;
    }
    .article_cover__photo {
        width: 100%;
        margin: 0;
        padding-bottom: 52.24%;
    }
}

/* cover text */
.article_cover__text {
    text-align: center;
}
.article_cover__name {
    font: bold 22px/1.2 'Oswald', sans-serif;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.article_cover__subheader {
    font: 600 18px/1.2 'Oswald', sans-serif;
    margin: 0 auto 12px;
}
.article_cover__intro {
    font: 600 14px/1.4 'Open Sans', sans-serif;
    margin-bottom: 10px;
    text-align: left;
}
@media only screen and (min-width: 768px) {
    .article_cover__name {
        font-size: 36px;
    }
    .article_cover__subheader {
        font-size: 24px;
        max-width: 500px;
    }
    .article_cover__intro {
        font-size: 16px;
        text-align: center;
    }
}
@media only screen and (min-width: 1024px) {
    .article_cover__name {
        font-size: 48px;
    }
    .article_cover__subheader {
        font-size: 30px;
        max-width: 600px;
    }
    .article_cover__intro {
        font-size: 19px;
    }
}

.article_cover__arrow {
    text-align: center;
}
.vicon--down {
    font-size: 20px;
}


/* --------------main-------------- */
.article__title {
    font: 20px/30px 'Oswald', sans-serif;
    margin: 25px 0;
    text-align: center;
    text-transform: uppercase;
}
.article__subtitle {
    font: 400 20px/28px 'Open Sans', sans-serif;
    padding-right: 48px;
}
.article__text {
    font: 16px/24px 'Open Sans', sans-serif;
    margin-bottom: 18px;
}
@media only screen and (min-width: 768px) {
    .article__title {
        font-size: 24px;
        line-height: 36px;
        margin: 30px 0;
    }
    .article__subtitle {
        font-weight: 600;
    }
    .article__text {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 22px;
    }
}

.article__link {
    border-bottom: 1px solid #082B96;
}
.article__link--white {
    color: #fff;
    border-bottom-color: #fff;
}

.article_list {
    counter-reset: section;
}
.article_list__item {
    vertical-align: top;
}
.article_list__item::before {
    display: block;
    counter-increment: section;
    content: counter(section);
    font: 40px/1 'Open Sans', sans-serif;
    color: #fff;
    margin-bottom: 8px;
}
.article_disk_list {
    list-style-type: disc;
    margin-bottom: 18px;
    padding-left: 20px;
}
.article_disk_list__item {
    margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
    .article_list__item::before {
        font-size: 48px;
        position: absolute;
        left: 16px;
    }
    .article_disk_list {
        margin-bottom: 22px;
        padding-left: 0;
    }
}

/* collapsed */
.article_collapsed {
    background-color: #082B96;
    margin: 22px -20px;
    padding: 10px 20px;
    position: relative;
}
@media only screen and (min-width: 768px) {
    .article_collapsed {
        margin: 28px -20px;
    }
}

.article_collapsed__vicons {
    width: 29px;
    height: 29px;
    position: absolute;
    top: 10px;
    right: 20px;
    overflow: hidden;
}
.article_collapsed .vicon {
    font-size: 29px;
    fill: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.vicon--plus {
    transform: rotate(0);
    opacity: 1;
    visibility: visible;
    transition: all .3s linear 0s;
}
.more-expanded .vicon--plus {
    transform: rotate(90deg);
    opacity: 0;
    visibility: hidden;
    transition: all .22s linear 0s;
}
.vicon--minus {
    transform: rotate(-90deg);
    opacity: 0;
    visibility: hidden;
    transition: all .3s linear 0s;
}
.more-expanded .vicon--minus {
    transform: rotate(0deg);
    opacity: 1;
    visibility: visible;
    transition: all .22s linear 0s;
}

.article_collapsed__text {
    display: none;
    padding: 12px 30px 0 0;
    position: relative;
}
@media only screen and (min-width: 768px) {
    .article_collapsed__text {
        padding-left: 55px;
    }
    .article_collapsed__text--indent {
        padding-left: 75px;
    }
}

/* column */
.article_column {
    font: 0/0 a;
    margin: 25px 0 30px;
}
.article_column__title {
    font: 600 18px/1.4 'Open Sans', sans-serif;
    margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
    .article_column {
        margin: 30px 0 15px;
    }
    .article_column__title {
        font-size: 20px;
        margin-bottom: 24px;
    }
}

.article_legend__item {
    margin-bottom: 12px;
}
.article_legend__mark {
    display: inline-block;
    width: 58px;
    height: 19px;
    margin-right: 6px;
    vertical-align: bottom;
}
.article_legend__text {
    font: 16px/20px 'Open Sans', sans-serif;
    display: inline-block;
}

.article_column__list {
    margin-top: 30px;
}
.article_column__item {
    font: 0/0 a;
    margin-bottom: 22px;
}
.article_column__name {
    font: 14px/18px 'Open Sans', sans-serif;
    margin-bottom: 10px;
    text-transform: uppercase;
}
@media only screen and (min-width: 640px) {
    .article_column__list {
        margin-top: 20px;
    }
    .article_column__item {
        margin-bottom: 25px;
    }
}

.articel_column__info {
    position: relative;
    padding-left: 45px;
    text-align: right;
}
.article_column__icon {
    background-color: #FEF9DC;
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-block;
    width: 90px;
    height: 90px;
    padding: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
.article_column__text {
    font: bold 16px/45px 'Open Sans', sans-serif;
    height: 45px;
    padding-right: 4px;
}

/* chart */
.article_chart {
    font: 0/0 a;
    margin: 30px 0;
}
.article_chart__cell {
    margin-bottom: 22px;
}
@media only screen and (min-width: 640px) {
    .article_chart {
        margin: 30px 0 15px;
    }
    .article_chart__cell {
        margin-bottom: 0;
    }
}

.aticle_chart__name {
    font: 20px/1.4 'Open Sans', sans-serif;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.article_chart__list {
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 268px auto;
}
.article_chart__list--au {
    background-image: url('//im.kommersant.ru/CorpImages/Projects/chinatourism/icon/australia.svg');
}
.article_chart__list--kh {
    background-image: url('//im.kommersant.ru/CorpImages/Projects/chinatourism/icon/cambodia.svg');
}
.article_chart__item {
    margin-bottom: 15px;
}
.article_chart__icon {
    border: 1px solid #082B96;
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-block;
    width: 68px;
    height: 68px;
    margin-right: 26px;
    padding: 10px;
    vertical-align: middle;
}
.article_chart__info {
    display: inline-block;
    width: calc(100% - 94px);
    vertical-align: middle;
}
.article_chart__text {
    font: 16px/26px 'Open Sans', sans-serif;
}
.aritlce_chart__data {
    font-size: 22px;
}


/* --------------media-------------- */
.article_media {
    font: 0/0 a;
    margin: 25px -20px;
}
.article_media--ill {
    margin: 0 -20px 15px;
}
.article_media__photo {
    padding-bottom: 56.25%;
    position: relative;
}
.article_media__photo--big {
    padding-bottom: 84.25%;
}
.article_media__photo--ill {
    padding-bottom: 76.54%;
}
.article_media__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.article_media__description {
    border-left: 1px solid #082B96;
    box-sizing: border-box;
    margin: 12px 20px 0 20px;
    padding-left: 5.5%;
}
.article_media__text {
    font: italic 14px/1.25 'Open Sans', sans-serif;
}
.article_media__src {
    font: 12px/1.5 'Open Sans', sans-serif;
    color: #666;
    padding-top: 8px;
}
@media only screen and (min-width: 640px) {
    .article_media--ill {
        max-width: 400px;
        margin: 20px auto;
    }
    .article_media--ill_big {
        max-width: 480px;
    }
    .article_media__text {
        font-size: 16px;
    }
}
@media only screen and (min-width: 768px) {
    .article_media {
        margin: 30px -20px;
    }
    .article_media--ill {
        margin: 20px auto;
    }
}

/* video */
.article_video__frame {
    display: block;
    width: 100%;
    height: 100%;
}
.vicon--video_arrow {
    display: none;
}
@media only screen and (min-width: 768px) {
    .article_video {
        margin-left: -20px;
    }
    .article_video__frame {
        display: inline-block;
        width: 480px;
    }
    .vicon--video_arrow {
        font-size: 190px;
        fill: #082B96;
        display: inline-block;
        margin: -20px 0 0 35px;
        vertical-align: top;
    }
}
@media only screen and (min-width: 1024px) {
    .article_video {
        margin-left: -50px;
    }
    .vicon--video_arrow {
        font-size: 210px;
        margin: -20px 0 0 45px;
    }
}

.article_video__vicon {
    display: block;
    width: 100%;
    height: auto;
}

/* gallery */
.article_gallery__canvas {
    position: relative;
    overflow: hidden;
}
.article_gallery__item {
    float: left;
    width: 100%;
    margin-right: -100%;
    position: relative;
    vertical-align: top;
}

.article_gallery__description {
    display: none;
}
.article_gallery__info {
    display: inline-block;
    box-sizing: border-box;
	width: 100%;
    margin-right: -100%;
    padding: 14px 20px 0;
	vertical-align: top;
	visibility: hidden;
	opacity: 0;
	transition:
    opacity .15s ease-in-out 0s,
    visibility 0s ease-in-out .15s;
	will-change: opacity, visibility;
	overflow: hidden;
}
.slider-nav-item-current.article_gallery__info {
	visibility: visible;
	opacity: 1;
	transition:
		opacity .15s ease-in-out 0s,
		visibility 0s ease-in-out 0s;
}
.article_gallery__text {
    font: 14px/1.25 'Open Sans', sans-serif;
}
.article_gallery__src {
    padding-top: 4px;
}
@media only screen and (min-width: 768px) {
    .article_gallery__description {
        font-size: 14px;
        line-height: 18px;
        color: #fff;
        background-color: rgba(0, 0, 0, .45);
        display: block;
        margin: 0;
        padding: 12px 20px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .article_gallery__description--m {
        display: none;
    }
    .article_gallery__text {
        font-size: 16px;
    }
    .article_gallery__src {
        color: #ccc;
    }
}

.article_gallery__nav {
    background-color: transparent;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -20px;
    bottom: 0;
    margin-top: 28.125%;
    -webkit-transition: opacity .25s cubic-bezier(.0,.0,.2,1) 0s, background-color .25s cubic-bezier(.0,.0,.2,1) 0s;
    transition: opacity .25s cubic-bezier(.0,.0,.2,1) 0s, background-color .25s cubic-bezier(.0,.0,.2,1) 0s;
    will-change: opacity;
    z-index: 1;
}
.article_gallery__nav:hover,
.article_gallery__nav:focus {
    background-color: rgba(0,0,0,.6);
}
.article_gallery__nav.slider-inactive,
.article_gallery__nav.slider-inactive:hover {
    background-color: transparent;
    opacity: .25;
}
.article_gallery__previous {
    left: 0;
}
.article_gallery__next {
    right: 0;
}
.article_gallery__nav .vicon {
    font: 22px/1 a;
    fill: #fff;
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transition: opacity .25s cubic-bezier(.0,.0,.2,1) 0s;
    transition: opacity .25s cubic-bezier(.0,.0,.2,1) 0s;
    will-change: opacity;
}
.article_gallery__nav .vicon--larrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.article_gallery__nav .vicon--rarrow {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
@media only screen and (min-width: 768px) {
    .article_gallery__nav {
        width: 50px;
        height: 50px;
        top: -25px;
    }
    .article_gallery__nav .vicon {
        font-size: 28px;
        width: 28px;
        height: 28px;
    }
}

.article_gallery__link {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.article_gallery__link:focus {
    outline: none;
}

.article_gallery__nav_line {
    font: 0/0 a;
    background-color: #A7E7FF;
    height: 3px;
    margin: 16px 20px 0;
    vertical-align: middle;
    overflow: hidden;
}
.article_gallery__nav_scroll {
    background-color: #082B96;
    width: 100%;
    height: 100%;
    transform-origin: 0 50%;
    will-change: transform;
}

/* map */
.article_map {
    font: 0/0 a;
    margin: 30px 0;
}
.article_map__title,
.article_map__name {
    font: bold 18px/1.4 'Open Sans', sans-serif;
    margin-bottom: 8px;
}
.article_map__title {
    margin-bottom: 20px;
}
.article_map__name--indent {
    margin-left: 6px;
}
@media only screen and (min-width: 768px) {
    .article_map__title,
    .article_map__name {
        font-size: 20px;
    }
    .article_map__title {
        margin-bottom: 24px;
    }
}

.article_map__cell {
    margin-bottom: 22px;
}
@media only screen and (min-width: 640px) {
    .article_map__cell {
        margin-bottom: 0;
    }
}
 
.article_map__item {
    display: inline-block;
    vertical-align: top;
}
.article_map__item--center {
    margin-right: 18px;
    text-align: center;
}
.article_map__icon {
    border: 1px solid #082B96;
    border-radius: 50%;
    box-sizing: border-box;
    display: block;
    width: 70px;
    height: 70px;
    padding: 4px;
    position: relative;
}
.article_map__icon--double::before {
    content: '';
    border: 1px solid #082B96;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    z-index: -1;
}
.article_map__text {
    font: 16px/1.25 'Open Sans', sans-serif;
    display: inline-block;
    margin-bottom: 4px;
}
.article_map__data {
    width: 31px;
}
@media only screen and (min-width: 768px) {
    .article_map__icon {
        width: 80px;
        height: 80px;
        padding: 8px;
    }
    .article_map__text {
        font-size: 18px;
    }
    .article_map__data {
        width: 34px;
    }
}

/* decoration */
.article_decor {
    font: 0/0 a;
    position: relative;
}
.article_decor__icon {
    display: none;
}
@media only screen and (min-width: 1024px) {
    .article_decor__icon {
        display: block;
        width: 110px;
        height: auto;
        position: absolute;
        top: 0;
    }
    .article_decor__icon--left {
        right: calc(50% + 400px - 10px);
    }
    .article_decor__icon--right {
        left: calc(50% + 400px - 10px);
    }
    .article_decor__icon--diamonds {
        top: -80px;
    }
    .article_decor__icon--money {
        top: -40px;
    }
    .article_decor__icon--ballet,
    .article_decor__icon--yoan_stars {
        display: none;
    }
    .article_decor__icon--lottery {
        top: -60px;
    }
    .article_decor__icon--little_money {
        top: -10px;
    }
    .article_decor__icon--flag {
        top: -50px;
    }
    .article_decor__icon--snake {
        left: calc(50% + 400px);
        top: 80px;
        width: 90px;
    }
    .article_decor__icon--diamond_yoan {
        top: 70px;
        width: 90px;
    }
    .article_decor__img {
        display: block;
        width: 100%;
        height: auto;
    }
}

@media only screen and (min-width: 1200px) {
    .article_decor__icon--left {
        right: calc(50% + 400px + 10px);
    }
    .article_decor__icon--right {
        left: calc(50% + 400px + 10px);
    }
    .article_decor__icon--ballet {
        display: block;
        top: 100px;
    }
    .article_decor__icon--lottery {
        left: calc(50% + 400px);
    }
    .article_decor__icon--yoan_stars {
        display: block;
    }
    .article_decor__icon--snake {
        left: auto;
        right: calc(50% + 400px + 26px);
    }
    .article_decor__icon--diamond_yoan {
        width: 110px;
    }
}

/* card */
.article_card {
    background-image: url('//im.kommersant.ru/CorpImages/Projects/chinatourism/decor/frame_bg.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 90% 90%;
    border: 1px solid #082B96;
    box-sizing: border-box;
    padding: 12px;
    margin: 22px 0;
}
.article_card__inner {
    border: 1px solid #082B96;
    box-sizing: border-box;
    padding: 40px 15px 22px;
    position: relative;
}
.vicon--card_corner {
    background-image: url('//im.kommersant.ru/CorpImages/Projects/chinatourism/decor/frame_corner.svg');
    background-repeat: no-repeat;
    background-color: #fff;
    font-size: 24px;
    fill: #082B96;
    position: absolute;
    width: 24px;
    height: 24px;
}
.article_card__corner--top_left {
    top: -7px;
    left: -7px;
    transform: rotate(-90deg);
}
.article_card__corner--top_right {
    top: -7px;
    right: -7px;
}
.article_card__corner--bottom_left {
    bottom: -7px;
    left: -7px;
    transform: rotate(180deg);
}
.article_card__corner--bottom_right {
    bottom: -7px;
    right: -7px;
    transform: rotate(90deg);
}
.article_card__bg {
    position: absolute;
    top: 0;
    left: 0;
}
@media only screen and (min-width: 768px) {
    .article_card {
        background-size: 100% 75%;
        max-width: 680px;
        margin: 28px auto;
    }
    .article_card__inner {
        padding: 18px 38px 0;
    }
}


/* --------------credits-------------- */
.article_credits_wrapper {
    background-image: url('//im.kommersant.ru/CorpImages/Projects/chinatourism/decor/paint.svg');
    background-position: top center;
    background-size: auto 100%;
    margin: 120px auto 0;
    padding: 30px 0 22px;
    position: relative;
}
.article_credits__icon {
    position: absolute;
    top: -90px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 190px;
}
.article_credits__img {
    display: block;
    width: 100%;
    height: auto;
}
@media only screen and (min-width: 768px) {
    .article_credits_wrapper {
        background-size: auto 50vw;
        margin-top: 70px;
        padding: 0 0 18px;
    }
    .article_credits__icon {
        display: none;
    }
    .article_credits {
        padding-top: 40px;
    }
    .article_credits::before {
        content: '';
        border-top: 1px solid #000;
        width: 70%;
        position: absolute;
        top: 0;
        left: 20px;
    }
    .article_credits__text {
        font-size: 16px;
        line-height: 26px;
    }
}


/* --------------comments-------------- */
.article_comments {
    margin-top: 40px;
    padding-top: 12px;
}
.article_comments::before {
    content: '';
    border-top: 1px solid #000;
    width: calc(100% - 40px);
    position: absolute;
    top: 0;
    left: 20px;
}
.article_comments__title {
    font-size: 16px;
    font-weight: bold;
}
.article_comments .vicon--comments_eye, 
.article_comments .vicon--comments_eye_closed, 
.article_comments .vicon--comments_edit {
    fill: #082B96;
}


/* --------------extensions-------------- */
.article__text--bold {
    font-weight: bold;
}
.article__text--no_indent {
    margin-bottom: 0;
}
.article__text--white {
    color: #fff;
}
.article__text--blue {
    color: #082B96;
}
.article__text--aqua {
    color: #00C2FF;
}
.article_column_color--beige {
    background-color: #FEF9DC;
}
.article_column_color--arctic {
    background-color: #A7E7FF;
}

/* flexbox */
.article_flexbox {
    color: #082B96;
}
@media only screen and (min-width: 640px) {
    .article_flexbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .article_flexbox--flexend {
        -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    }
    .article_flexbox__item {
        width: calc(50% - 20px);
    }
}
@media only screen and (min-width: 1024px) {
    .article_flexbox__item {
        width: calc(50% - 40px);
    }
}
.article_flexbox__img {
    display: block;
    width: 100%;
    height: 100%;
}

/* slider */
.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;
}
/* slider_custom */
.slider-custom-resizable {
	overflow: hidden;
	height: 0px;
	-webkit-transition: height 400ms ease;
	-moz-transition: height 400ms ease;
	-ms-transition: height 400ms ease;
	-o-transition: height 400ms ease;
	transition: height 400ms ease;
}

