.toshow {
	display:  none;
}

@media screen and (max-width: 1350px) {
	#contacts-map {
		display: block;
		height:  30vh;
	}

	#text  .last-p  {
		display:  none;
	}
}
@media screen and (min-width: 1350px) {
	#contacts-map {
		display: none;
	}
}

@media screen and (max-width: 463px) {
	.toshow {
		display: inline-block;
	}
	
	.tohide {
		display: none;
	}
}