.site-footer.style-2 {
	.footer-container {
		padding-top: 80px;
		padding-bottom: 80px;

	}

	.site-info {
		text-align: center;

		.contact-block {
			@include font-size(.875);

			&__item {
				padding-top: 3px;
				padding-bottom: 3px;
			}
		}

		* + .contact-block,
		* + .footer-menu {
			margin-top: 10px;
		}

		* + .social-list,
		* + .footer-copyright {
			margin-top: 45px;
		}
	}
}