div.mContacts div.item div.title {
	font: 16px 'Gotham Pro';
	font-weight: 500;
	padding: 10px;
	margin-top: 10px;
}
div.mContacts div.item div.left {
	height: 325px;
	overflow: hidden;
	background: #b5cffd
}

div.mContacts div.item div.left div.ann {
	padding: 10px;
	font-size: 16px;
	font-weight: bold
}

div.mContacts div.item div.right {
	height: 325px;
	overflow: hidden;
	background: #f7f7f7
}

div.mContacts div.item div.right div.myAddresses {
	display: none
}

div.mContacts div.item div.right iframe {
	overflow: hidden;
	width: 100%;
	height: 325px;
	position: relative;
	border: 0px;
	margin-top: 0px;
}

@media screen and (max-width: 480px) {
	div.mContacts div.item div.left {
		height: inherit;
	}
	div.mContacts div.item div.item2 {
		background: fuchsia;
		margin-bottom: 40px;
	}
}
