/*
1) COMMON
*/

/* 1) COMMON START */
	.main-footer-page { padding: 175px 0 0; }

	.main-footer-page .article .col { padding-right: 50px; }

	.main-footer-page .article p b { color: #4a4a4a; }

	.main-footer-page .article h2 { font-weight: 500; }

	.main-footer-page .article h3 {
	    margin-bottom: 50px;
	    color: #4a4a4a;
	    font: 700 44px/1 "Geometria", Arial, sans-serif;
	}

	.main-footer-page .article ul { margin-bottom: 35px; }

	.main-footer-page .article ul li p { font-size: 18px; }
/* 1) COMMON END */

@media (max-width: 1024px) {
	.main-footer-page { padding: 40.625rem 0 0; }

	.main-footer-page .article .col { padding-right: 4.375rem; }

	.main-footer-page .article p b { margin-right: 0.75rem; }

	.main-footer-page .article ul { margin-bottom: 7.5rem; padding: 0; }

	.main-footer-page .article ul li { margin-bottom: 5.3125rem; }

	.main-footer-page .article ul li p { font-size: 3.125rem; }

	.main-footer-page .article h3 {
		margin-bottom: 7.5rem;
		font-size: 6.375rem;
		line-height: 7.125rem;
		word-wrap: break-word;
	}
}