.footer-top {
	padding: 7rem 0 5rem;
	line-height: 1.6;
	font-size: 1.6rem;
	background: #fff;
}

.footer-top .wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer-top .col {
	width: 21.3334%;
}

.footer-top .col-1 {
	width: 30%;
}

.footer-top h6 {
	margin: 0 0 1em;
	font-size: 1.8rem;
}

.footer-top a {
	color: inherit;
}

.footer-top a:hover {
	color: var(--color-primary-lighter);
}

.footer-top .address > span {
	position: relative;
	display: block;
	margin: 0 0 0.6rem;
	padding: 0 0 0 3rem;
}

.footer-top .address .icon {
	display: block;
	position: absolute;
	left: 0;
	top: 0.3rem;
	background: url("../../img/icons-sprite.svg") 0 -7rem;
	background-size: 30rem 30rem;
}

.footer-top .address .icon.marker {
	width: 1.4rem;
	height: 2rem;
	background-position: -6rem -12rem;
}
.footer-top .address .icon.phone {
	top: 0.5rem;
	width: 1.8rem;
	height: 1.8rem;
	background-position: 0 -12rem;
}
.footer-top .address .icon.mail {
	top: 0.7rem;
	width: 1.8rem;
	height: 1.4rem;
	background-position: -3rem -12rem;
}

.footer-top .address > span:nth-of-type(2),
.footer-top .address a {
	font-weight: bold;
}

.footer-top .sitemap li::before {
	content: "»";
	margin: 0 1.7rem 0 0;
}

.footer-top .sitemap li a,
.footer-top .sitemap li strong {
	font-weight: 400;
}

.footer-top .socials {
	margin: 2.2rem 0 0;
}

.footer-top .socials li {
	float: left;
	list-style: none;
}

.footer-top .socials a.facebook {
	display: block;
	width: 4rem;
	height: 4rem;
	text-indent: -999rem;
	background: url("../../img/icons-sprite.svg") 0 -7rem;
	background-size: 30rem 30rem;
}

.footer-top .col-4 img {
	width: 15.7rem;
}

.footer-bottom {
	padding: 1.7rem 0;
	font-size: 1.5rem;
	color: #fff;
	background: var(--color-primary);
}

.footer-bottom .ce_text {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
}

.footer-bottom p {
	margin: 0;
}

.footer-bottom ul {
	margin: 0;
}

.footer-bottom ul li {
	display: inline;
}

.footer-bottom ul li a {
	color: #fff;
}

.footer-bottom ul li:first-of-type::after {
	content: " | ";
}

@media screen and (max-width: 64em) {

	.footer-top {
		text-align: center;
	}

	.footer-top .wrapper {
		display: block;
	}
	
	.footer-top .col {
		margin: 0 0 5rem;
		width: 100%;
	}
	
	.footer-top .address > span {
		padding: 0;
	}
	
	.footer-top .address .icon {
		display: inline-block;
		position: relative;
		top: 0.2rem !important;
		margin: 0 1rem 0 0;
	}
	
	.footer-top .socials li {
		float: none;
	}
	
	.footer-top .socials li a.facebook {
		display: inline-block;
	}
	
	.footer-top .sitemap li {
		line-height: 2;
	}
	
	.footer-top .sitemap li::before {
		display: none;
	}
	
	.footer-top .col-4 img {
		margin: 3rem auto 0;
	}
	
	.footer-bottom {
		padding: 2.5rem 0;
		text-align: center;
	}
	
	.footer-bottom .ce_text {
		display: block;
	}
	
	.footer-bottom p {
		margin: 0 0 2rem;
	}
}

@media screen and (max-width: 48em) {
	
	.footer-top {
		padding: 6rem 0 2rem;
	}
}