@media screen and (min-width:992px) {
	.legacy-style a.mobile-contacts {
		display: none
	}
}

@media screen and (max-width:992px) {
	.legacy-style a.mobile-contacts {
		display: block;
		width: 90%;
		position: inherit;
		text-align: center;
		left: 0;
		border: none;
		text-decoration: underline;
		color: #fff
	}

	.legacy-style #on-map,
	.legacy-style #on-map2 {
		display: none
	}
}