.hero-unit #YMapsID {
    width: 70%;
    height: 500px;
	float:left;
	 cursor: pointer !important;
}

ymaps, ymaps canvas, ymaps input, ymaps svg {
	cursor:pointer !important;
}

.hero-unit {
    background-color: #FFF;
}
.well {
    padding: 15px 0;
    height: 620px;
}
.label {
    cursor: pointer;
}
.hero-unit #sidebar2 {
	height: 500px;
	width: 30%;
	float:right;
	font-size: 14px;
}
.table tbody tr {
    cursor: pointer;
}
.hero-unit .big-distance {
	margin-top:10px;
	font-weight:bold;
	font-size:13px;
	color:#5A5A5A;
}
.hero-unit .big-distance-17 {
	margin-top:10px;
	font-weight:bold;
	font-size:17px;
	color:#257de3;
}
.hero-unit .no-mrg {
	font-weight:bold;
	font-size:13px;
	color:#5A5A5A;
}
.hero-unit .no-mrg-no-bold {
	font-size:13px;
	color:#5A5A5A;
}
.hero-unit .radius-block {
	margin-top:7px;
	border: 2px solid #ccc;
	padding: 7px;
	border-radius:8px;
	font-size:13px;
	color:#5A5A5A;
	background: #fbfbfb;
    border: 1px solid #f2f2f2;
    color: #555555;
    clear: both;
    font-size: 1em;
  
    width: 100%;
}
.hero-unit .span4 {
	border: 1px solid #f2f2f2;
	padding:10px;
	border-left:0px;
}

.hero-una {
	font-size:16px;
	color:
#257de3 !important;

font-weight: bold;
}

@media screen and (max-width:992px) {
	
	.hero-unit #YMapsID {
    width: 100% !important;
    height: 500px;
	float:left;
}

.hero-unit #sidebar2 {
  
    width: 100%;
   height: auto;
   
}

.hero-unit .span4 {

    border-left: 1px solid #f2f2f2;
}

	
}