.footer-main {
	font-size: 1.6rem;
}

.footer-main .footer-top {
	padding: 11rem 0 4rem;
}

.footer-main .footer-top .wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0 3rem;
	max-width: var(--wrapper-width);
}

.footer-main .footer-top .col {
	width: 20%;
}

.footer-main .footer-top h6 {
	margin: 0 0 2rem;
	color: #1e1e1e;
	font-size: 1.8rem;
	font-weight: 600;
	text-transform: uppercase;
}

.footer-main .footer-top .address .line {
	display: block;
	position: relative;
	margin: 0 0 1rem;
	padding: 0 0 0 3rem;
}

.footer-main .footer-top .address .icon {
	position: absolute;
	left: 0;
	top: 0.3rem;
	display: block;
}
.footer-main .footer-top .address .icon.marker {
	width: 1.5rem;
	height: 2rem;
	background: url("../../img/sprite.svg") no-repeat -8rem 0 / 30rem 30rem;
}
.footer-main .footer-top .address .icon.phone {
	width: 1.2rem;
	height: 2rem;
	background: url("../../img/sprite.svg") no-repeat -11rem 0 / 30rem 30rem;
}
.footer-main .footer-top .address .icon.mail {
	top: 0.8rem;
	width: 1.6rem;
	height: 1.2rem;
	background: url("../../img/sprite.svg") no-repeat -14rem 0 / 30rem 30rem;
}

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

.footer-main .footer-top .sitemap li a:hover,
.footer-main .footer-top .sitemap li strong {
	color: #345481;
	font-weight: bold;
}

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

.footer-main .footer-bottom {
	padding: 1.7rem 0;
	color: #fff;
	background: var(--color-brand);
}

.footer-main .footer-bottom .wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0 3rem;
	max-width: var(--wrapper-width);
}

.footer-main .footer-bottom p {
	margin: 0;
}

.footer-main .footer-bottom ul {
	margin: 0;
}

.footer-main .footer-bottom ul li {
	display: inline;
	margin: 0 0 0 4rem;
	list-style: none;
}

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

@media only screen and (max-width: 55em) {
	
	.footer-main {
		text-align: center;
	}
	
	.footer-main .footer-top {
		padding: 8rem 0 3rem;
	}
	
	.footer-main .footer-top .wrapper {
		display: block;
	}
	
	.footer-main .footer-top .col {
		margin: 0 0 5rem;
		width: 100%;
	}
	
	.footer-main .footer-top .address .line {
		padding: 0;
	}
	
	.footer-main .footer-top .address .icon {
		position: relative;
		top: 0.1px;
		display: inline-block;
		margin: 0 1rem 0 0;
	}
	
	.footer-main .footer-top .address .icon.marker {
		top: 0.3rem;	
	}
	
	.footer-main .footer-top .address .icon.phone {
		top: 0.3rem;	
	}
	
	.footer-main .footer-top .address .icon.mail {
		top: 0;	
	}
	
	.footer-main .footer-top .sitemap li::before {
		margin: 0 1rem 0 0;
	}
	
	.footer-main form {
		text-align: left;
	}
	
	.footer-main .footer-top img {
		margin: 0 auto;
	}
	
	.footer-main .footer-bottom {
		padding: 3rem 1rem;
	}
	
	.footer-main .footer-bottom .wrapper {
		display: block;
	}
	
	.footer-main .footer-bottom p {
		margin: 0 0 1rem;
	}
}