template {
	display: none;
}

.parallax-layer {
	will-change: transform, opacity;
}

html,
body {
	border: none;
	margin: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.b-sochi {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.b-sochi__screen {
	position: absolute;
	top: 0;
	width: 90%;
	height: 100%;
	border: none;
	outline: none;
	overflow: auto;
	z-index: 0;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: all 750ms cubic-bezier(0.75, 0, 0.25, 1);
	-moz-transition: all 750ms cubic-bezier(0.75, 0, 0.25, 1);
	-ms-transition: all 750ms cubic-bezier(0.75, 0, 0.25, 1);
	-o-transition: all 750ms cubic-bezier(0.75, 0, 0.25, 1);
	transition: all 750ms cubic-bezier(0.75, 0, 0.25, 1);
}

.b-sochi__screen--left {
	left: -80%;
}

.b-sochi__screen--right {
	right: -80%;
}

.b-sochi__screen--left.b-sochi__screen--current {
	left: 0;
}

.b-sochi__screen--right.b-sochi__screen--current {
	right: 0;
}

.b-sochi__screen_button_prev,
.b-sochi__screen_button_next {
	width: 10%;
	min-width: 15px;
	position: fixed;
	top: 0;
	bottom: 0;
	-webkit-transition: all 750ms cubic-bezier(0.75, 0, 0.25, 1);
	-moz-transition: all 750ms cubic-bezier(0.75, 0, 0.25, 1);
	-ms-transition: all 750ms cubic-bezier(0.75, 0, 0.25, 1);
	-o-transition: all 750ms cubic-bezier(0.75, 0, 0.25, 1);
	transition: all 750ms cubic-bezier(0.75, 0, 0.25, 1);
}
.b-sochi__screen_button_prev {
	left: 0;
}
.b-sochi__screen_button_next {
	right: 0;
}

.b-sochi__screen--left.b-sochi__screen--current ~ .b-sochi__screen_button_prev {
	left: -10%;
}
.b-sochi__screen--right.b-sochi__screen--current ~ .b-sochi__screen_button_next {
	right: -10%;
}
.b-sochi__screen_button {
	display: block;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	font: 0/0 a;
	background-color: #0CB8AB;
	background-color: rgba(12,184,171,0.5);
}
	.b-sochi__screen_button:after {
		content: '';
		height: 100%;
		vertical-align: middle;
		display: inline-block;
	}
	.b-sochi__screen_button img {
		width: 100%;
		height: auto;
		display: inline-block;
		vertical-align: middle;
		opacity: 0.8;
	}

.b-sochi__wrapper {
	position: relative;
}

.b-sochi {
	background: #000;
}

.b-sochi .b-article__footer {
	background: none;
}

.b-sochi-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-sochi-flat h1,
.b-sochi-flat h2,
.b-sochi-flat p,
.b-sochi .b-article__footer {
	margin: 0 auto 20px auto;
	max-width: 800px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	color: #333;
}
.b-sochi-flat h1 {
	font: bold 22px/1em Georgia;
	color: #333;
}
.b-sochi-flat h2 {
	font: bold 18px/1em Georgia;
	color: #333;
	margin-top: 60px;
}
.b-sochi-flat h2:first-child {
	margin-top: 0;
}
.b-sochi-flat .b-sochi__intro {
	font: bold 22px/1.5em Georgia;
	color: #333;
	margin-bottom: 60px;
}

.b-sochi-frame {
	position: relative;
	overflow: hidden;
}
	.b-sochi-frame:before,
	.b-sochi-frame:after {
		position: absolute;
		z-index: 1;
		right: -3vw;
		left: -3vw;
		height: 3vw;
		content: " ";
		box-shadow: 0 0 3vw 0 #000;
	}

	.b-sochi-frame--no_shadow_top:before,
	.b-sochi-frame--no_shadow_bottom:after {
		display: none;
		content: none;
	}
	.b-sochi-frame:before {
		top: -3vw;
	}
	.b-sochi-frame:after {
		bottom: -3vw;
	}

.photo-person img {
	width: 100px;
	height: 100px;
}

.quoted {
	position: relative;
	display: block;
	color: #333;
	font: 22px/1.5em 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-sochi-collage {
	position: relative;
}

.b-sochi-16x9 {
	position: relative;
	width: 100%;
	height: 0px;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.b-sochi-image {
	position: relative;
	border: none;
	outline: none;
	vertical-align: top;
	width: 100%;
}

.b-sochi-video {
	position: relative;
}
	.b-sochi-video video,
	.b-sochi-video object {
		border: none;
		outline: none;
		vertical-align: top;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}

.b-sochi-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;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}

	.b-sochi-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;
		-ms-transition: opacity 250ms ease-out;
		-o-transition: opacity 250ms ease-out;
		transition: opacity 250ms ease-out;
	}

	.b-sochi-replay__button:hover {
		opacity: 1;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
	}

.parallax-replay-enabled .b-sochi-replay {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.b-sochi-audio {
	display: none;
	border: none;
	outline: none;
	position: absolute;
	z-index: 1001;
	left: 0;
	bottom: 0;
	width: 100%;
}

	.b-sochi-audio audio {
		border: none;
		outline: none;
		vertical-align: top;
		width: 100%;
	}

.b-sochi-title {
	position: absolute;
	left: 3%;
	top: 4%;
	color: #fff;
	/*
	color: rgba(255, 255, 255, 0.9);
	*/
	text-shadow: 1px 1px 6px #000000;
}

.b-sochi-title--dark {
	color: #1e1e1e;
	color: rgba(30, 30, 30, 0.9);
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.75);
}
.b-sochi-title--tr {
	right: 3%;
	left: auto;
	top: 4%;
	bottom: auto;
}
.b-sochi-title--bl {
	right: auto;
	left: 3%;
	bottom: 6%;
	top: auto;
}
.b-sochi-title--br {
	right: 3%;
	left: auto;
	bottom: 6%;
	top: auto;
}
.b-sochi-title--ml {
	right: auto;
	left: 3%;
	bottom: auto;
	top: 50%;
}
.b-sochi-title--mr {
	right: 3%;
	left: auto;
	bottom: auto;
	top: 50%;
}

.b-sochi-title h1,
.b-sochi-title h2 {
	font-size: 22px;
	line-height: 1em;
	margin-top: -11px;
}

.b-sochi-title h1,
.b-sochi-title h2,
.b-sochi-title h1 a,
.b-sochi-title h2 a {
	color: inherit;
	font-family: Georgia, serif;
}
.b-sochi-title p {
	margin: 20px 0;
}
.b-sochi-title h4 {
	font-size: 14px;
}

@media only screen and (min-width: 480px), not screen {
	.b-sochi-title h1,
	.b-sochi-title h2 {
		font-size: 40px;
		margin-top: -20px;
	}
}

@media only screen and (min-width: 980px), not screen {
	.b-sochi-flat {
		font-size: 20px;
	}
	.b-sochi-flat h1 {
		font-size: 48px;
	}
	.b-sochi-flat h2 {
		font-size: 34px;
	}
	.b-sochi-title h1,
	.b-sochi-title h2 {
		font-size: 80px;
		margin-top: -40px;
	}
	.b-sochi-title h4 {
		font-size: 24px;
	}
}

.b-sochi .b-gallery .b-gallery-canvas {
	position: relative;
	overflow: hidden;
	padding-bottom: 56.25%;
	height: 0;
	cursor: pointer;
}

.b-sochi .b-gallery .b-gallery__item {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.b-sochi .b-gallery .b-gallery__item .photo {
	background-color: #000;
}

.b-sochi .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;
	-ms-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-sochi .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;
	-ms-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-sochi .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-sochi .b-gallery .b-gallery-pic_info--tl {
	top: 10%;
	right: auto;
	bottom: auto;
	left: 4.375%;
}
.b-sochi .b-gallery .b-gallery-pic_info--tr {
	top: 10%;
	right: 4.375%;
	bottom: auto;
	left: auto;
}
.b-sochi .b-gallery .b-gallery-pic_info--bl {
	top: auto;
	right: auto;
	bottom: 10%;
	left: 4.375%;
}
.b-sochi .b-gallery .b-gallery-pic_info--br {
	top: auto;
	right: 4.375%;
	bottom: 10%;
	left: auto;
}
.b-sochi .b-gallery .b-gallery-pic_info__sign {
	font: 10px/12px Georgia;
}
.b-sochi .b-gallery .b-gallery-pic_info__sign--big {
	font: 14px/1.5em Georgia;
}

@media only screen and (min-width: 480px), not screen {
	.b-sochi .b-gallery .b-gallery-pic_info__sign {
		font: 14px/16px Georgia;
	}
	.b-sochi .b-gallery .b-gallery-pic_info__sign--big {
		font: 18px/1.5em Georgia;
	}
}

@media only screen and (min-width: 980px), not screen {
	.b-sochi .b-gallery .b-gallery-pic_info {
		padding: 15px 30px;
		border-radius: 5px;
		max-width: 50%;
		display: block;
	}
	.b-sochi .b-gallery .b-gallery-pic_info__sign {
		font: 18px/24px Georgia;
	}
	.b-sochi .b-gallery .b-gallery-pic_info__sign--big {
		font: 24px/1.5em Georgia;
	}
}

.b-sochi .b-gallery .b-gallery__nav {
	border-radius: 50%;
}
.b-sochi .b-gallery .b-gallery__nav,
.b-sochi .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-sochi .b-gallery .b-gallery__nav,
	.b-sochi .b-gallery .b-gallery__nav:hover {
		background-color: transparent;
	}
}
@media only screen and (min-width: 980px), not screen {
	.b-sochi .b-gallery .b-gallery__nav .icon {
		margin: 8px 0 0 8px;
	}

	.b-sochi .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-sochi .b-gallery .b-gallery__next {
		border-radius: 38px;
		right: 30px;
	}
	.b-sochi .b-gallery .b-gallery__previous {
		border-radius: 38px;
		left: 30px;
	}
	.b-sochi .icon-left_arrow,
	.b-sochi .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-sochi .icon-left_arrow {
		background-position: 0 -120px;
	}
	.b-sochi .icon-right_arrow {
		background-position: -60px -120px;
	}
}
.b-sochi .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-sochi .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-sochi .b-gallery-nav_lineup .b-gallery-nav_lineup_item:hover {
		background-position: -12px -24px;
	}
	.b-sochi .b-gallery-nav_lineup .slider-nav-item-current {
		background-position: -12px 0;
	}
}
.b-sochi .b-article__bracket {
	margin: 0 auto 24px auto;
	max-width: 800px;
	font: .86em/normal Georgia;
	color: #666;
}
.b-sochi .b-article .b-incut.b-incut_video {
	float: none;
	width: auto;
}
.b-sochi .b-article time {
	font-weight: bold;
}
.b-sochi .b-article .b-article__bracket:after,
.b-sochi .b-article .b-incut:after {
	z-index: auto;
}
@media only screen and (min-width: 980px), not screen {
	.b-sochi .b-article .b-incut.b-incut_video {
		float: right;
		width: 400px;
		margin-left: 30px;
	}
}
.b-sochi .b-sochi__map_route {
	position: relative;
	height: 400px;
}
	.b-sochi .b-sochi__map_route iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: none;
	}
.b-sochi .b-article__footer {
	margin-top: 40px;
}
.b-sochi .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;
	-ms-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;
	-ms-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);
	-o-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);
		-o-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;
	}
	.b-article .b-incut__left {
		max-width: 250px;
		float: left;
		margin-right: 30px;
	}
	.b-article .b-incut__right {
		max-width: 250px;
		float: right;
		margin-left: 30px;
	}
}

@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;
	}
}

		.b-sochi-map {
			position: relative;
		}
			.b-sochi-map__canvas {
				padding-top: 56.26111252222504%;
				position: relative;
				height: 0;
				overflow: hidden;
				width: 100%;
			}
			.b-sochi-map_image {
				position: absolute;
				left: 50%;
				top: 50%;
				width: 3937px;
				height: 2215px;
				margin-left: -1968.5px;
				margin-top: -1107.5px;
				-webkit-transition: all 500ms ease;
				-moz-transition: all 500ms ease;
				-ms-transition: all 500ms ease;
				-o-transition: all 500ms ease;
				transition: all 500ms ease;
			}
			.b-sochi-map_image--scaled {
				-webkit-transition: all 200ms ease;
				-moz-transition: all 200ms ease;
				-ms-transition: all 200ms ease;
				-o-transition: all 200ms ease;
				transition: all 200ms ease;
			}
			.b-sochi-map__points {
				padding-top: 56.26111252222504%;
				height: 0;
				width: 100%;
				position: absolute;
				top: 0;
				left: 0;
			}
			.b-sochi-map__point {
				position: absolute;
				top: 0;
				left: 0;
				visibility: visible;
				-webkit-transition: visibility 0s linear 200ms;
				-moz-transition: visibility 0s linear 200ms;
				-ms-transition: visibility 0s linear 200ms;
				-o-transition: visibility 0s linear 200ms;
				transition: visibility 0s linear 200ms;
			}
			.b-sochi-map__dot {
				position: absolute;
				z-index: 1;
				left: -5px;
				top: -5px;
				width: 10px;
				height: 10px;
				margin: 0;
				padding: 0;
				border-radius: 50%;
				background-color: #c00;
			}
				.b-sochi-map__dot:after {
					position: absolute;
					content: "";
					left: 1px;
					top: 1px;
					width: 2px;
					height: 2px;
					border: 3px solid #fff;
					background-color: #c00;
					border-radius: 50%;
				}

		@media only screen and (min-width: 600px), not screen {
			.b-sochi-map__dot {
				left: -8px;
				top: -8px;
				width: 16px;
				height: 16px;
			}
			.b-sochi-map__dot:after {
				left: 2px;
				top: 2px;
				width: 4px;
				height: 4px;
				border: 4px solid #fff;
			}
		}

		@media only screen and (min-width: 980px), not screen {
			.b-sochi-map__dot {
				left: -10px;
				top: -10px;
				width: 20px;
				height: 20px;
			}
			.b-sochi-map__dot:after {
				left: 2px;
				top: 2px;
				width: 6px;
				height: 6px;
				border: 5px solid #fff;
			}
		}

			.b-sochi-map__point--hide {
				visibility: hidden;
				-webkit-transition: none;
				-moz-transition: none;
				-ms-transition: none;
				-o-transition: none;
				transition: none;
			}

			.b-sochi-map__point1 {
				left: 6.22%; top: 50.43%;
			}
			.b-sochi-map__point2 {
				left: 11.20%; top: 34.40%;
			}
			.b-sochi-map__point3 {
				left: 19.51%; top: 39.82%;
			}
			.b-sochi-map__point4 {
				left: 25.25%; top: 42.08%;
			}
			.b-sochi-map__point5 {
				left: 24.71%; top: 37.25%;
			}
			.b-sochi-map__point6 {
				left: 72.11%; top: 40.50%;
			}
			.b-sochi-map__point7 {
				left: 59.36%; top: 39.82%;
			}
			.b-sochi-map__point8 {
				left: 69.24%; top: 42.98%;
			}
			.b-sochi-map__point9 {
				left: 65.76%; top: 49.16%;
			}
			.b-sochi-map__point10 {
				left: 56.08%; top: 43.66%;
			}
			.b-sochi-map__point11 {
				left: 33.93%; top: 47.49%;
			}
			.b-sochi-map__point12 {
				left: 50.55%; top: 53.68%;
			}
			.b-sochi-map__point13 {
				left: 27.58%; top: 46.86%;
			}
			.b-sochi-map__point14 {
				left: 36.55%; top: 43.5%;
			}
			.b-sochi-map__point15 {
				left: 47.29%; top: 47.09%;
			}
			.b-sochi-map__point16 {
				left: 83.69%; top: 46.86%;
			}
			.b-sochi-map__point17 {
				left: 92.96%; top: 47.49%;
			}
			.b-sochi-map__point18 {
				left: 92.99%; top: 40.68%;
			}
			.b-sochi-map__point19 {
				left: 12.22%; top: 62.21%;
			}

				.b-sochi-map__point_info {
					position: relative;
					left: -5%;
					top: 5px;
					background-color: #fff;
					padding: 5px;
					border-radius: 5px;
					box-shadow: 0 0 25px 0 #000;
					white-space: nowrap;
					-webkit-transform: scale(0);
					-moz-transform: scale(0);
					-ms-transform: scale(0);
					-o-transform: scale(0);
					transform: scale(0);
					-webkit-transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
					-moz-transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
					-ms-transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
					-o-transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
					transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
				}
				.b-sochi-map__dot:hover + .b-sochi-map__point_info {
					-webkit-transform: scale(1);
					-moz-transform: scale(1);
					-ms-transform: scale(1);
					-o-transform: scale(1);
					transform: scale(1);
					-webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
					-moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
					-ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
					-o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
					transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
				}

				.b-sochi-map__point_info--right {
					left: -90%;
					top: 5px;
				}
				.b-sochi-map__point_info--middle {
					left: -50%;
					top: 5px;
				}

		@media only screen and (min-width: 600px), not screen {
			.b-sochi-map__point_info {
				top: 10px;
				padding: 7px;
			}
			.b-sochi-map__point_info--right {
				top: 10px;
			}
			.b-sochi-map__point_info--middle {
				top: 10px;
			}
		}
		@media only screen and (min-width: 980px), not screen {
			.b-sochi-map__point_info {
				top: 15px;
				padding: 10px;
			}
			.b-sochi-map__point_info--right {
				top: 15px;
			}
			.b-sochi-map__point_info--middle {
				top: 15px;
			}
		}
				.b-sochi-map__point_name {
					color: #333;
					font: bold 10px/12px Georgia;
				}
		@media only screen and (min-width: 600px), not screen {
			.b-sochi-map__point_name {
				font-size: 12px;
				line-height: 14px;
			}
		}
		@media only screen and (min-width: 980px), not screen {
			.b-sochi-map__point_name {
				font-size: 14px;
				line-height: 16px;
			}
		}

	.red_glade {
		position: relative;
	}

	.red_glade svg {
		width: 100%;
	}

	.object_info {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		text-align: center;
		z-index: -1;
		-webkit-transition: z-index 0s ease-out 0.5s;
		-moz-transition: z-index 0s ease-out 0.5s;
		-ms-transition: z-index 0s ease-out 0.5s;
		-o-transition: z-index 0s ease-out 0.5s;
		transition: z-index 0s ease-out 0.5s;
	}
	.object_info--visible {
		z-index: 2;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
	}
		.object_info:before {
			display: inline-block;
			height: 100%;
			width: 0;
			vertical-align: middle;
			content: '';
		}
		.object_info article {
			display: inline-block;
			position: relative;
			width: 90%;
			max-width: 500px;
			min-width: 290px;
			vertical-align: middle;
			padding: 15px;
			background-color: #EAF7FD;
			box-shadow: 0 0 10px 0 rgba(0,0,0,0.85);
			border-radius: 5px;
			-webkit-transform: scale(0);
			-moz-transform: scale(0);
			-ms-transform: scale(0);
			-o-transform: scale(0);
			transform: scale(0);
			-webkit-transition: -webkit-transform .5s cubic-bezier(0.86, 0, 0.07, 1);
			-moz-transition: -moz-transform .5s cubic-bezier(0.86, 0, 0.07, 1);
			-ms-transition: -ms-transform .5s cubic-bezier(0.86, 0, 0.07, 1);
			-o-transition: -o-transform .5s cubic-bezier(0.86, 0, 0.07, 1);
			transition: transform .5s cubic-bezier(0.86, 0, 0.07, 1);
		}
			.object_info--visible article {
				-webkit-transform: scale(1);
				-moz-transform: scale(1);
				-ms-transform: scale(1);
				-o-transform: scale(1);
				transform: scale(1);
				-webkit-transition: -webkit-transform .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
				-moz-transition: -moz-transform .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
				-ms-transition: -ms-transform .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
				-o-transition: -o-transform .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
				transition: transform .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
			}
		.object_info .object_info__close {
			border-radius: 50%;
			height: 30px;
			width: 30px;
			background: #fff;
			box-shadow: 0 0 15px -5px rgba(0,0,0,0.85);
			font: bold 15px/30px Arial;
			float: right;
			margin: 0 0 15px 15px;
			text-decoration: none;
			text-align: center;
		}
		.object_info .object_info__header {
			color: #006697;
			font: bold 18px/22px Arial;
			margin-bottom: 10px;
			padding-left: 45px;
		}
		.object_info .object_info__pic {
			display: block;
			max-width: 280px;
			margin: 0 auto;
			padding: 0 10px;
		}
		.object_info .object_info__text {
			color: #333;
			font: 14px/18px Georgia;
			margin: 0 10px;
		}

	.object_info__bg {
		opacity: 0;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		background: #000;
		background: rgba(0,0,0,.5);
		text-align: center;
		display: block;
		z-index: -1;
		-webkit-transition: opacity .3s ease-out 0s;
		-moz-transition: opacity .3s ease-out 0s;
		-ms-transition: opacity .3s ease-out 0s;
		-o-transition: opacity .3s ease-out 0s;
		transition: opacity .3s ease-out 0s;
	}
		.object_info--visible ~ .object_info__bg {
			z-index: 1;
			opacity: 1;
		}

	.dropshadow:hover  {
		filter: url(#drop-shadow);
		cursor: pointer;
	}

.b-sochi-phantom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-animation: phantom 8s ease-in-out infinite;
	animation: phantom 8s ease-in-out infinite;
}

@-webkit-keyframes phantom {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes phantom {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
