body:before {
	content: "";
	z-index: -1;
	position: fixed;
}

.parallax-layer {
	will-change: transform, opacity;
}

.b-chernobyl {
	background: #000;
}

.b-chernobyl-flat {
	position: relative;
	z-index: 1;
	padding: 30px 7%;
	background: #f0eecc;
	color: #333;
	font-family: Georgia, serif;
	font-size: 16px;
	line-height: 1.5em;
	overflow: hidden;
	backface-visibility: hidden;
}

.b-chernobyl-flat h1,
.b-chernobyl-flat h2,
.b-chernobyl-flat p,
.b-chernobyl .b-article__footer {
	margin: 0 auto 20px auto;
	max-width: 800px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.b-chernobyl-flat h1 {
	font: bold 22px/1em Georgia;
}
.b-chernobyl-flat h2 {
	font: bold 18px/1em Georgia;
}

.b-chernobyl-frame {
	position: relative;
	overflow: hidden;
	padding: 0!important;
	border-bottom: solid 4px #81622F;
}
.b-chernobyl-frame.longread__video {
	border-bottom: none;
}

.b-chernobyl-frame:before,
.b-chernobyl-frame:after {
	content:" ";
	position: absolute;
	height: 2vw;
	box-shadow: 0 0 2vw 0 rgba(0,0,0,0.75);
	top: -2vw;
	left: -2vw;
	right: -2vw;
	z-index: 1000;
}

.b-chernobyl-frame:after{
	bottom: -2vw;
	top: auto;
}
.longread__video.b-chernobyl-frame:after {
	bottom: -2vw;
	top: auto;
}

.b-chernobyl-frame:first-child:before,
.b-chernobyl-frame:last-child:after {
	display: none;
	content: none;
}

.b-chernobyl-collage {
	position: relative;
}

.b-chernobyl-image {
	position: relative;
	border: none;
	outline: none;
	vertical-align: top;
	width: 100%;
}

.b-chernobyl-video {
	display: block;
	position: relative;
	border: none;
	outline: none;
	width: 100%;
	padding-bottom: 56.25%;
}
	.b-chernobyl-video video,
	.b-chernobyl-video object {
		border: none;
		outline: none;
		vertical-align: top;
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
	}

.b-chernobyl-audio {
	border: none;
	outline: none;
	position: absolute;
	z-index: 1001;
	left: 0px;
	bottom: 0px;
	width: 100%;
}

	.b-chernobyl-audio audio {
		border: none;
		outline: none;
		vertical-align: top;
		width: 100%;
	}

.b-chernobyl-title {
	position: absolute;
	left: 3%;
	top: 4%;
}
.b-chernobyl-title--dark {
	/*color: rgba(30, 30, 30, 0.9);*/
	/*text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.75);*/
}
.b-chernobyl-title--tr {
	right: 3%;
	left: auto;
	top: 4%;
	bottom: auto;
}
.b-chernobyl-title--bl {
	right: auto;
	left: 3%;
	bottom: 4%;
	top: auto;
}
.b-chernobyl-title--br {
	right: 3%;
	left: auto;
	bottom: 4%;
	top: auto;
}
.b-chernobyl-title--ml {
	right: auto;
	left: 3%;
	bottom: auto;
	top: 50%;
}
.b-chernobyl-title--mr {
	right: 3%;
	left: auto;
	bottom: auto;
	top: 50%;
}

.b-chernobyl-title h1,
.b-chernobyl-title h2 {
	font-size: 22px;
	line-height: 1em;
	margin-top: -11px;
}

.b-chernobyl-title h1,
.b-chernobyl-title h2,
.b-chernobyl-title h1 a,
.b-chernobyl-title h2 a {
	color: inherit;
	font-family: Georgia, serif;
}
.b-chernobyl-title p {
	margin: 20px 0;
}

.b-chernobyl-icons {
	position: absolute;
	top: 20%;
	left: 4%;
	width: 4%;
	height: 16%;
}

.b-chernobyl-lang {
	position: absolute;
	top: 40%;
	left: 0;
	width: 12.11%;
	color: #ccc;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
	font-size: 11px;
	text-align: center;
	cursor: default;
}

.b-chernobyl-lang a {
	color: #fff;
}

@media only screen and (min-width: 480px) {
	.b-chernobyl-lang {
		font-size: 13px;
	}
}

@media only screen and (min-width: 989px), not screen {
	.b-chernobyl-lang {
		font-size: 16px;
	}
}

@media only screen and (min-width: 980px), not screen {
	.b-chernobyl-flat {
		font-size: 20px;
	}
	.b-chernobyl-flat h1 {
		font-size: 48px;
	}
	.b-chernobyl-flat h2 {
		font-size: 34px;
	}
	.b-chernobyl-title h1,
	.b-chernobyl-title h2 {
		font-size: 80px;
		margin-top: -40px;
	}
}

.b-chernobyl .b-gallery .b-gallery-canvas {
	position: relative;
	overflow: hidden;
	padding-bottom: 56.25%;
	height: 0;
	cursor: pointer;
}

.b-chernobyl .b-gallery .b-gallery__item {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.b-chernobyl .b-gallery .b-gallery__item .photo {
	background-color: #000;
}

.b-chernobyl .b-gallery .b-gallery-pic_info {
	text-align: left;
	visibility: visible;
	color: rgba(255, 255, 255, 0.9);
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
	opacity: 1;
}

.b-chernobyl .b-gallery .b-gallery-pic_info a {
	color: rgba(128, 128, 128, 0.9);
}

.b-chernobyl .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-chernobyl .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-chernobyl .b-gallery .b-gallery-pic_info {
	z-index: 10;
	position: absolute;
	padding: 5px 10px;
	background: 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;
	display: none;
}
.b-chernobyl .b-gallery .b-gallery-pic_info--tl {
	top: 10%;
	right: auto;
	bottom: auto;
	left: 4.375%;
}
.b-chernobyl .b-gallery .b-gallery-pic_info--tr {
	top: 10%;
	right: 4.375%;
	bottom: auto;
	left: auto;
}
.b-chernobyl .b-gallery .b-gallery-pic_info--bl {
	top: auto;
	right: auto;
	bottom: 10%;
	left: 4.375%;
}
.b-chernobyl .b-gallery .b-gallery-pic_info--br {
	top: auto;
	right: 4.375%;
	bottom: 10%;
	left: auto;
}

@media only screen and (min-width: 980px), not screen {
	.b-chernobyl .b-gallery .b-gallery-pic_info {
		padding: 15px 30px;
		border-radius: 5px;
		max-width: 50%;
		display: block;
	}
	.b-chernobyl .b-gallery .b-gallery-pic_info__sign {
		font: 18px/24px Georgia;
	}
}

.b-chernobyl .b-gallery .b-gallery__nav {
	border-radius: 50%;
}
.b-chernobyl .b-gallery .b-gallery__nav,
.b-chernobyl .b-gallery .b-gallery__nav:hover {
	background-color: rgba(0,0,0,0.4);
}
@media only screen and (max-width: 479px), not screen {
	.b-chernobyl .b-gallery .b-gallery__nav,
	.b-chernobyl .b-gallery .b-gallery__nav:hover {
		background-color: transparent;
	}
}
@media only screen and (min-width: 980px), not screen {
	.b-chernobyl .b-gallery .b-gallery__nav .icon {
		margin: 8px 0 0 8px;
	}

	.b-chernobyl .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-chernobyl .b-gallery .b-gallery__next {
		border-radius: 38px;
		right: 30px;
	}
	.b-chernobyl .b-gallery .b-gallery__previous {
		border-radius: 38px;
		left: 30px;
	}
	.b-chernobyl .icon-left_arrow,
	.b-chernobyl .icon-right_arrow {
		display: inline-block;
		overflow: hidden;
		padding-top: 60px;
		width: 60px;
		height: 0;
		background-color: transparent;
		background-image: url(https://web.archive.org/web/20181223153059im_/https://nikita-khrushchev.ru/local/templates/hrushev/_html/css/arrows_icons_4x.png)/*tpa=http://im.kommersant.ru/ContentFlex/images/arrows_icons_4x.png*/;
		background-position: 0 0;
		background-repeat: no-repeat;
		vertical-align: top;
		text-indent: -200px;
	}
	.b-chernobyl .icon-left_arrow {
		background-position: 0 -120px;
	}
	.b-chernobyl .icon-right_arrow {
		background-position: -60px -120px;
	}
}
.b-chernobyl .b-gallery-nav_lineup {
	position: absolute;
	bottom: 40px;
	left: 0;
	z-index: 1;
	padding: 0;
	width: 100%;
	list-style: none;
	text-align: center;
	font: 0/0 a;
	backface-visibility: hidden;
}
.b-chernobyl .b-article__bracket {
	margin: 0 auto 24px auto;
	max-width: 800px;
	font: .86em/normal Georgia;
	color: #666;
}
.b-chernobyl .b-article .b-incut.b-incut_video {
	float: none;
	width: auto;
}
.b-chernobyl .b-article time {
	font-weight: bold;
}
.b-chernobyl .b-article .b-article__bracket:after,
.b-chernobyl .b-article .b-incut:after {
	z-index: auto;
}
@media only screen and (min-width: 980px), not screen {
	.b-chernobyl .b-article .b-incut.b-incut_video {
		float: right;
		width: 400px;
		margin-left: 30px;
	}
}
.b-chernobyl .b-chernobyl__map_route {
	position: relative;
	height: 400px;
}
	.b-chernobyl .b-chernobyl__map_route iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: none;
	}
.b-chernobyl .b-article__footer {
	margin-top: 40px;
}
.b-chernobyl .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;
}

/*
     FILE ARCHIVED ON 15:30:59 Dec 23, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:43:35 Jan 07, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.775
  exclusion.robots: 0.03
  exclusion.robots.policy: 0.017
  esindex: 0.013
  cdx.remote: 363.133
  LoadShardBlock: 138.821 (3)
  PetaboxLoader3.datanode: 145.184 (4)
  load_resource: 188.478
  PetaboxLoader3.resolve: 120.465
*/