.footer-top {
	padding: 11rem 0 4rem;
	background: #ededed;
}

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

.footer-top__col {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.footer-top h6 {
	margin: 0 0 1.5em;
	font-size: 2rem;
}

.footer-top__col--times {
	width: 30%;
	line-height: 1.9;
}

.footer-top__col--address {
	width: 32%;
}

.footer__address__row {
	position: relative;
	display: block;
	margin: 0 0 1rem;
	padding: 0 0 0 3.5rem;
}

.footer__address__row a {
	color: inherit;
}

.footer__address__row::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url("../../img/sprite.svg") no-repeat;
	background-size: 30rem 30rem;
}

.footer__address__row.icon-user::before {
	width: 1.5rem;
	height: 1.8rem;
	background-position: 0 -18rem;
}
.footer__address__row.icon-marker::before {
	width: 1.6rem;
	height: 2.1rem;
	background-position: -3rem -18rem;
}
.footer__address__row.icon-phone::before {
	top: 0.3rem;
	width: 2rem;
	height: 2rem;
	background-position: -6rem -18rem;
}
.footer__address__row.icon-mail::before {
	top: 0.5rem;
	width: 2rem;
	height: 1.4rem;
	background-position: -9rem -18rem;
}

.footer-top__col--sitemap {
	width: 22%;
	line-height: 1.9;
}

.footer-top__col--sitemap a,
.footer-top__col--sitemap strong {
	color: inherit;
	font-weight: 400;
}

.footer-top__col--sitemap a:hover,
.footer-top__col--sitemap strong {
	color: var(--color-primary);
}

.footer-top__col--contact {
	width: 15%;
}

.footer-top__col--contact .ce_hyperlink a {
	padding: 1rem 3rem;
	font-size: 1.8rem;
}

.footer__socials {
	margin-top: auto;
}

.footer__socials__item {
	float: left;
	list-style: none;
}

.footer__socials__link {
	display: block;
	margin: 0 2rem 0 0;
	width: 3.5rem;
	height: 3.5rem;
	text-indent: -999rem;
	background: url("../../img/sprite.svg") no-repeat;
	background-size: 30rem 30rem;
}

.footer__socials__link--insta { background-position: 0 -13rem; }
.footer__socials__link--fb { background-position: -5rem -13rem; }

.footer-bottom {
	padding: 2.5rem 0;
	color: #fff;
	background: #141414;
}

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

.footer-bottom .ce_text {
	margin: 0;
}

.footer-bottom p {
	margin: 0;
} 

.footer-bottom ul {
	margin: 0;
} 

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

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

.footer-bottom a {
	color: #fff;
}
	
	
@media only screen and (max-width: 64em) {
	
	.footer-top {
		padding: 7rem 0 5rem;
		text-align: center;
	}
	
	.footer-top .wrapper {
		display: block;
	}
	
	.footer-top__col {
		width: 100%;
	}
	
	.footer-top .space {
		float: none;
		width: auto;
	}
	
	.footer__address__row {
		padding: 0;
	}
	
	.footer__address__row::before {
		position: relative;
		top: 0.2rem;
		display: inline-block;
		margin: 0 1rem 0 0;
	}
	
	.footer-top__col--sitemap {
		margin: 0 0 4rem;
	}
	
	.footer__socials {
		margin-top: 5rem;
	}
	
	.footer__socials__item {
		float: none;
		display: inline-block;
	}
	
	.footer__socials__link {
		margin: 0 1rem;
	}
	
	.footer-bottom {
		font-size: 1.6rem;
	}
}	

@media only screen and (max-width: 48em) {
	
	.footer-bottom .wrapper {
		display: block;	
		padding: 2rem;
		text-align: center;
	} 
	
	.footer-bottom ul {
		margin: 1rem 0 0;
	}
}