#tops_info_map{
	display: block;
	width: 100%;
	height: 200px;
	border-top: 1px solid #dadada;
	padding-top: 15px;
}


.tops_info_wrap{
	margin-bottom: 30px;
	transition: all 0.2s ease;
	border: 2px dashed #dadada;
	margin-top: 10px;
	box-sizing: border-box;
	border-radius: 5px;
	background-clip: padding-box;
	padding: 25px 20px 15px;
	font-size: 14px;
}
.tops_info_wrap:hover{
	transition: all 0.2s ease;
	border: 2px solid #00AF80;
}
.tops_info_wrap div:not(#tops_info_map){
	margin-bottom: 10px;
	display: block;
}
.tops_info_title{
	margin-top: 0;
	font-size: 22px;
	font-weight: 400;
	font-family: Scada, sans-serif;
}
.tops_info_wrap div span{
	display: block;
}