.contacts{
	.list{
		.make-row();
		address{
			.make-sm-column(6);
			margin-bottom: @font-size-base;

			.n{
				font-weight: 700;
			}
			.comment{
				font-size: @font-size-small;
			}
		}
	}
}
#contactMap{
	width: 100%;
	height: 300px;
}