/* .list-stores a {
    color: #333!important;
}
.list-stores a:hover{
	text-decoration: none;
	color: #fff!important;
	background-color: #00AD9F!important;
} */
.list-stores {
    counter-reset: headings 0;
}
.store_block{
	display:block;
	padding-left: 15px;
	padding-right: 10px;
}
.store_block:before{
	counter-increment: headings 1;
	content: counter(headings, decimal) ". ";
	
	position: absolute;
	top: 0;
	left:0;
}
.map{
	margin-top:20px
}
.shop-list {
    overflow-y: scroll;
    height: 500px;
}
.shop__cont {
	color: #333!important;
}
.shop__cont:hover {
	background-color: #00AD9F!important;
}
.shop__cont:hover .store_block, .shop__cont:hover .shop_list__tel {
	text-decoration: none;
	color: #fff !important;
}
.shop__cont:hover {
	text-decoration: none;
	color: #fff !important;
}
.shop_list__tel {
	padding-left: 15px;
	padding-right: 10px;
}
.shop_list__tel:hover {
	text-decoration: none;
	color: #fff !important;
}
.shop_list__tel__cont {
	padding-left: 15px;
	padding-right: 10px;
}