.contacts_item_bottom {
    border-bottom: 2px solid #e4e4e4;
}
.contacts_item a {
	text-decoration:none;
	color: #787878;
}
.balloon{
	box-sizing: border-box;
    /* margin-left: -330px; */
    display: block;
    /* margin-top: -20px; */
    width: 290px;
    background: #fff;
    padding: 10px;
    padding-bottom: 0;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); */
}

.contacts_map .shop_name{
	color: #0091ea;
    font-family: "RobotoBold";
    text-transform: uppercase;
}

.contacts_map  .ballon_picture{
	margin-right:10px;
}

.have_specialoffer{
	margin-left:10px ; 
	padding: 10px 15px; 
	border-radius: 5px; 
	background: #ef7100 !important; 
	color:#fff !important;  
	font-size: 14px;
}

.have_specialoffer:hover{
	background: #2980b9 !important; 
	color:#fff !important;  
}

@media only screen and (max-width: 1520px) and (min-width: 520px){
    .have_specialoffer{
		margin-left:0px ; 
		margin-top:10px ; 
	}
}

.map_link.hidden.active{
	display:block !important;
}

.new-map-menu-item{
	overflow: hidden;
}
.wrap-map__cities-link{
    text-decoration:none;
}