#yandexmap{
	min-height:650px;
}
.yandexmap_map{
    width:100%;
    height:400px;
    margin-bottom:30px;
}
.yandexmap_content{
}
#yandexmap .city{
	margin-bottom:15px;
}
#yandexmap .city a{
	font-size:22px;
	line-height:1.1px;
	color:#000;
	margin-right:20px;
	text-decoration:none;
}
#yandexmap .city a:hover{
	text-decoration:underline;
}
#yandexmap .city a:last-child{
	margin-right:0px;
}

.yandexmap_objectview{
    display:none;
}
.yandexmap_objectview_city{
	margin-top:15px;
}
.yandexmap_objectview_city_box1{
	display:inline-block;
	vertical-align:middle;
	min-width:120px;
}
.yandexmap_objectview_city_boxhr{
	display:inline-block;
	vertical-align:middle;
	width:1px;
	height:36px;
	line-height:36px;
	background:#b7b7b7;
	margin:0 40px;
}
.yandexmap_objectview_city_box2{
	display:inline-block;
	vertical-align:middle;
	white-space:nowrap;
}

.yandexmap_objectview_title{
    font-size:22px;
	line-height:1;
	color:#000;
}

.yandexmap_objectview_back a{
	font-size:18px;
	line-height:1;
	color:#8e8e8e;
	text-decoration:underline;
}
.yandexmap_objectview_back a:hover{
	text-decoration:none;
}

.yandexmap_objectview_data{
	margin-top:40px;
	min-height:500px;
}
.yandexmap_objectview_data ul,
.yandexmap_objectview_data ul li{
	padding:0px;
	margin:0px;
	list-style-type:none;
	list-style-image:none;
}
.yandexmap_objectview_data ul li:nth-child(1) .hrline{
	display:none;
}
.yandexmap_objectview_data .hrline{
	line-height:1px;
	height:1px;
	background:#cccccc;
	margin-top:18px;
	margin-bottom:25px;
}
.yandexmap_objectview_data .header_box1{
	display:block;
	float:left;
	width:45px;
}
.yandexmap_objectview_data .header_box2{
	display:block;
	margin-left:45px;
	margin-bottom:15px;/*для того чтобы при появлении второй строки двигало content*/
	padding-top:5px;
}
.yandexmap_objectview_data .header_pip{
	display:inline-block;
	vertical-align:top;
	width:25px;
	height:38px;
	background-image:url(../img/icon2b.png);
	background-repeat:no-repeat;
}
.yandexmap_objectview_data .header_name{
	display:inline;
	font-size:22px;
	line-height:1.2;
	color:#0060aa;
	text-decoration:none;
	border-bottom:1px transparent dashed;
}
.yandexmap_objectview_data .header_name:hover{
	text-decoration:none;
	border-bottom:1px #0060aa dashed;
}
.yandexmap_objectview_data .content{
	margin-top:6px;
	font-size:17px;
	line-height:1.3;
}
.yandexmap_objectview_data .content_box1{
	float:left;
	width:500px;
	padding-left:45px;
	padding-right:20px;
}
.yandexmap_objectview_data .content_box1_empty{
    line-height:1;
    font-size:0;
    height:1;
}
.yandexmap_objectview_data .content_box2{
	margin-left:500px;
	position:relative;
	padding-left:43px;
	padding-right:20px;
}
.yandexmap_objectview_data .content_box2:after{
	display:block;
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:1px;
	height:100%;
	max-height:90px;
	background:#cccccc;
}
.content_tel{
	margin-top:4px;
}
.yandexmap_objectview_data li.act .header_name{
	font-weight:bold;
}
.yandexmap_objectview_object_tip{
    margin-top:15px;
    font-size:13px;
    line-height:1;
}
.yandexmap_objectview_object_tip_item{
    margin-top:3px;
}
.yandexmap_objectview_object_tip_item_comma{
    display:none;
}


.yandexmap_objectview_tip a{
	margin-right:5px;
	margin-bottom:5px;
	display:inline-block;
	padding:5px 7px 5px 7px;
	background:#ffffff;
	font-size:17px;
	line-height:1;
	color:#0060aa;
	text-decoration:none;
	text-align:center;
}
.yandexmap_objectview_tip a:first-child{
	margin-left:0px;
}
.yandexmap_objectview_tip a:hover{
	background:#0060aa;
	text-decoration:none;
	color:#fff;
}
.yandexmap_objectview_tip a.act{
	background:#0060aa;
	color:#fff;
}

.yandexmap_city2{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
.yandexmap_city2_item{
    margin-bottom:7px;
}
.yandexmap_city2 a{
    font-size:18px;
    line-height:1.1px;
    color:#000;
    text-decoration:underline;
}
.yandexmap_city2 a:hover{
    color:#000;
    text-decoration:none;
}

.yandexmap[data-action="cityView"] .yandexmap_objectview{
    display:block;
}
.yandexmap[data-action="cityView"] .yandexmap_city2{
    display:none;
}