#googlemap{
	width: 100%;
	height: 600px;
}
@media (max-width: 767px) {
	.main_content_type_3to9 .left_menu {
		display: block;
		width: 100%;
	}
}

.map_block {
	padding-top: 20px;
}

.select_block {
	width: 175px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
.select_block .dropdown_select {
	margin-right: auto;
	margin-left: auto;
	width: 175px;
	border: 1px solid #E5E5E5;
}
.select_block .dropdown_select .cs-options {
	width: 100%;
	border: 1px solid #E5E5E5;
}
.map_item {
	/*border-right: 1px dotted #E0E0E0;*/
	border-bottom: 1px dotted #E0E0E0;
	padding: 20px 22px;
}
@media (min-width: 1440px) {
	.map_item:nth-of-type(3n+3) {
		border-right:0px solid transparent;
	}
}
@media (min-width: 992px) and (max-width: 1439px)  {

}
@media (min-width: 768px) and (max-width: 991px)  {

}
@media (min-width: 480px) and (max-width: 767px) {

}
@media (min-width: 10px) and (max-width: 479px) {

}
.map_item h4{
	font-size: 1.4em;
	color: #000;
	margin-bottom: 22px;
}
.map_item p {
	font-size: 1.1em;
	color: #707070;
	line-height: 25px;
	margin-bottom: 13px;
}
.map_item p > a,
.map_item p > a:visited {
	color: #e60012;
}
.map_item p > a:hover,
.map_item p > a:active,
.map_item p > a:focus {
	text-decoration: underline;
	color: #e60012;
}
.gomap_btn_block {

}
.gomap_btn_block .gomap_btn {
	background-color: #EF5350;
	padding: 6px 41px;
	font-size: 1.5em;
	color: #FFF;
	border-radius: 5px;
	border:1px solid #EF5350;
}
@media (min-width: 768px) and (max-width: 991px ) {
	.map_block {
		padding-left: 30px;
		padding-right: 30px;
	}
}
.where_title {
	font-size: 1.75em;
    color: #e60012;
    margin-top: 25px;
    margin-bottom: 25px;
    font-weight: bold;
}
@media (max-width: 767px) {
	.left_menu_type_b {
		padding-top: 0;
	}
}