.b-big_map {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 250px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
	.b-big_map-svg {
		position: absolute;
		top: 0;
		left: 0;
	}
	.b-big_map-svg:active,
	.b-big_map-svg:focus {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
		.b-big_map-svg a {
			cursor: pointer;
		}
		.b-big_map-svg:active,
		.b-big_map-svg a:active,
		.b-big_map-svg:active a {
			cursor: move;
			cursor: -moz-grabbing;
			cursor: -webkit-grabbing;
			cursor: grabbing;
		}
	.b-big_map-content {
		position: absolute;
		left: 0;
		right: 0;
		bottom: -215px;
		margin: auto;
	}
		.b-big_map-content_left {
			position: absolute;
			left: 0;
			right: 50%;
			bottom: 0;
			margin-right: 10px;
		}
		.b-big_map-content_right {
			position: absolute;
			left: 50%;
			right: 0;
			bottom: 0;
			margin-left: 10px;
		}
	.b-big_map-zoom {
		position: relative;
		padding: 0 27px;
		z-index: 5;
	}
		.b-big_map-zoom_rail {
			position: relative;
			width: 356px;
			padding: 0 25px;
			display: block;
		}
		.b-big_map-zoom_roll {
			height: 27px;
			display: block;
		}
		.b-big_map-zoom_roll:before {
			content: "";
			position: absolute;
			top: 50%;
			left: 0;
			right: 0;
			border-top: 1px solid #fff;
		}
		.b-big_map-zoom_roll:after {
			content: "";
			position: relative;
			width: 25px;
			height: 25px;
			margin-left: -13px;
			background: #1f2126 url("../img/content/zoom_roll.png") 50% 50% no-repeat;
			border: 1px solid #fff;
			display: block;
		}
		.b-big_map-zoom_out {
			position: absolute;
			top: 0;
			left: 0;
			width: 25px;
			height: 25px;
			background: #222 url("../img/content/zoom_out.png") 48% 48% no-repeat;
			border: 1px solid #fff;
		}
		.b-big_map-zoom_in {
			position: absolute;
			top: 0;
			right: 0;
			width: 25px;
			height: 25px;
			background: #222 url("../img/content/zoom_in.png") 48% 48% no-repeat;
			border: 1px solid #fff;
		}
		.b-big_map-zoom_out:hover,
		.b-big_map-zoom_in:hover {
			background-color: #660011;
		}
		.b-big_map-zoom_roll:hover:after {
			background-color: #660011;
			border-color: #bd141b;
		}




















