.map__image
{
	width: 50%;
	float: left;
}

.map__image path
{
	fill: #a4ced2;
	stroke: #fff;
	stroke-width: 1px;
	transition: fill 0.3s;
}

.map__image path:hover
{
	fill: #3538d2;
}
