#mapDelivery,
.delivery-map__map {
	width: 100%;
	min-height: 400px;
}
.address-suggestions {
	position: absolute;
	z-index: 9999;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	max-height: 250px;
	overflow-y: auto;
	box-shadow: 0 4px 10px rgba(0,0,0,.08);
}
.address-suggestions__item {
	padding: 6px 10px;
	cursor: pointer;
	font-size: 14px;
}
.address-suggestions__item:hover {
	background: #f5f5f5;
}