/* Footer Info */
.footer {
	padding: 2.5em 0;
	background-color: #FFFFFF; /* $white */
	color: #31251C; /* $dark */
	font-weight: 600;
}

.footer .main-icon {
	font-size: 1.5em;
	color: rgba(224,54,54,0.502); /* alpha($secondary,50%) */
	position: absolute;
	left: 0;
	top: 0.5em;
}

.footer-info {
	width: 25%;
}

.footer-info a {
	color: #31251C; /* $dark */
}

.footer-info .address a:hover {
	color: #0845A2; /* $primary */
}

.bot-logo img {
	display: block;
	margin-bottom: 0.5em;
	max-width: 100%;
}

.footer-info .address, .footer-info .phones, .footer-info .social-links {
	position: relative;
	padding: 1em 0 1em 3em;
	display: block;
}

.footer-info .address, .footer-info .phones {
	border-bottom: solid 1px rgba(0,0,0,0.1);
}

.footer-info .address span {
	display: inline-block;
}

.links {
	width: 35%;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.links a {
	width: 45%;
	display: block;
	padding: 0.75em 0;
	letter-spacing: 0.1em;
	color: #31251C; /* $dark */
	border-bottom: solid 1px #E3E3E3; /* darken($white,11%) */
}

.links a:hover {
	color: #E03636; /* $secondary */
}

.social-links a {
	display: inline-block;
	line-height: 1;
	padding-right: 1rem;
	font-size: 1.35em;
	color: #0845A2; /* $primary */
}

.social-links a:hover {
	color: #31251C; /* $dark */
}

.social-links {
}

.payment-info {
	max-width: 30%;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.payment-info img {
	display: block;
	margin: 1em 0 2em;
}

.payment-info span {
	display: block;
	color: #0845A2; /* $primary */
}

.payment-info strong {
	font-weight: 400;
	color: #31251C; /* $dark */
}
/* End Footer Info */

/* SD Footer */
.sd-footer {
	background-color: #3C3C3C;
	padding: 1.5em 0;
	color: #FFFFFF; /* $white */
	font-size: 0.889em;
}

.sd-footer a {
	color: #FFFFFF; /* $white */
}

.sd-footer a:hover {
	color: #E03636; /* $secondary */
}

.sd-footer img {
	max-width: 11.5em;
}
/* End SD Footer */

/* Responsive - 1536px */
@media screen and (max-width: 1536px) {
}
/* End Responsive - 1536px */

/* Responsive - 1120px */
@media screen and (max-width: 1120px) {
	.footer-info {
		width: 30%;
	}
}
/* End Responsive - 1120px */

/* Responsive - 875px */
@media screen and (max-width: 875px) {
	.footer-info {
		width: 35%;
	}

	.links {
		width: 30%;
	}

	.links a {
		width: 100%;
		text-align: center;
	}

	.footer section {
		max-width: 35%;
	}

	.payment-info {
		max-width: 35%;
	}
}
/* End Responsive - 875px */

/* Responsive - 800px (Mobile) */
@media screen and (max-width: 800px) {
}
/* End Responsive - 800px (Mobile) */

/* Responsive - 683px */
@media screen and (max-width: 683px) {
	.footer > .flex {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		text-align: center;
	}

	.footer > .flex > * {
		width: auto;
	}

	.footer .footer-info {
		text-align: left;
	}

	.bot-logo img {
		margin: 0 auto 0.5em;
	}

	.links {
		margin: 1.5em 0;
	}

	.links a {
		width: 47%;
	}
}
/* End Responsive - 683px */

/* Responsive - 532px */
@media screen and (max-width: 532px) {
}
/* End Responsive - 532px */

/* Responsive - 414px */
@media screen and (max-width: 414px) {
	.sd-footer > .flex {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		text-align: center;
	}

	.sd-footer img {
		margin-top: 1em;
	}
}
/* End Responsive - 414px */

/* Responsive - 323px */
@media screen and (max-width: 323px) {
}
/* End Responsive - 323px */
