@media only screen and (min-width: 992px) {
 footer .map {
    width: 450px!important;
}
}
@media only screen and (min-width: 1200px) {
 footer .map {
    width: 550px!important;
}
}
.bottom-wiget-support .item a img {
    filter: brightness(0) invert(1);
}