#storages-map {
	width: 100%;
	height: 500px;
}

.list-storages {
	padding-bottom: 50px !important;
}

.list-storages h3 {
	text-align: center;
}

.list-storages .div-storage-address {
	padding-bottom: 15px;
}

.list-storages .div-storage-address .city-name {
	padding-bottom: 10px;
}

@media screen and (max-height: 700px) {
	#storages-map {
		height: 280px;
	}
}

@media screen and (min-height: 701px) and (max-height: 800px) {
	#storages-map {
		height: 330px;
	}
}