.complex-map-content__item-link {
	color: #faf4e8;
	text-decoration: none!important;
	display: inline-flex;
	flex-direction: column;
	font-size: 26px;
}

.complex-map-content__item-link svg {
    margin-top: 6px;
    fill: #faf4E8;
    -webkit-transition: fill .2s ease-in-out;
    -o-transition: fill .2s ease-in-out;
    transition: fill .2s ease-in-out;
}
.complex-map-content__item-link:hover {
	color: #074a6b;
}
.complex-map-content__item-link:hover svg{
	fill: #074a6b;
}