.footer {
	color: #FFFFFF; /* $white */
	padding: 0 0 0 1.5rem;
	position: relative;
	overflow: hidden;
}

.footer .main-right {
	-ms-flex-align: end;
	align-items: flex-end;
}

.footer .info {
	width: 52.29%;
	z-index: 1;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 4.389em 3.611em 5.278em 0;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.footer .info:before {
	content: '';
	position: absolute;
	left: -7.056em;
	width: calc(55.5% + 7.056em);
	top: 0;
	height: 100%;
	background-color: #354A5C;
	z-index: -1;
}

.footer .info img {
	display: block;
	margin-bottom: 2.444em;
}

.footer .info .phone {
	color: #E18B44;
	cursor: default;
	font-size: 1.667em;
	line-height: 2.233;
	letter-spacing: .06em;
	font-family: 'Ubuntu Condensed', sans-serif;
	display: block;
}

.footer .info .phone:hover {
	color: #E18B44;
}

.footer .social-links {
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0.611em 0;
}

.footer .social-links a {
	display: block;
	color: #FFFFFF; /* $white */
}

.footer .social-links li + li {
	margin-left: 1.611rem;
}

.footer .social-links a:hover {
	color: #E18B44;
}

.footer .social-links icon {
	font-size: 1.333em;
	display: block;
}

.footer .info nav {
	font-size: 0.889em;
	line-height: 2.188;
	letter-spacing: .06em;
	margin-top: 2.444em;
	display: block;
}

.footer .info nav a {
	color: #E18B44;
}

.footer .info nav a:hover {
	color: #FFFFFF; /* $white */
}

.footer .local-list div.el-tab {
	padding: 0.500em 5.222em 0.333em 3.222em;
	position: relative;
	transition: background-color .3s ease;
}

.footer .local-list div.el-tab:before {
	content: '';
	position: absolute;
	top: 1em;
	left: 1.222em;
	height: 0.833em;
	width: 0.833em;
	border-radius: 5em;
	background-color: #E18B44;
}

.footer .local-list div.el-tab + div.el-tab {
	margin-top: 0.944em;
}

.footer .local-list div.el-tab.active {
	background-color: #3E576C;
}

.footer .local-list div.el-tab icon {
	position: absolute;
	top: 50%;
	left: 113.4%;
	color: #354A5C;
	z-index: 1;
	font-size: 2.7em;
	transform: translateY(-50%) translateX(-50%);
	opacity: 0;
	transition: opacity .3s ease, transform .3s ease;
}

.footer .local-list div.el-tab.active icon {
	opacity: 1;
	transform: translateY(-50%);
}

.footer .local-list span {
	display: block;
	font-size: 0.889em;
	line-height: 2.000;
}

.footer .local-list span > span {
	display: inline;
}

.footer .local-list figure {
	position: absolute;
	top: 0;
	right: 0;
	height: 32.722em;
	width: 44.491%;
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s ease;
}

.footer .local-list figure.active {
	opacity: 1;
	pointer-events: all;
}

.footer .scorp-footer {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	color: #68859D;
	padding: 2.333em 8.500em 1.722em 4.611em;
}

.footer .scorp-footer small {
	font-size: 0.667em;
}

@media screen and (max-width: 1440px) {
	.footer .info {
		width: 54.29%;
	}
}

@media screen and (max-width: 1200px) {
	.footer .local-list figure {
		display: none;
	}

	.footer .info {
		width: 100%;
		padding-left: 1.5rem;
	}

	.footer .scorp-footer {
		background-color: #FFFFFF; /* $white */
	}

	.footer .info:before {
		display: none;
	}

	.footer {
		padding: 0;
		background-color: #334C60; /* $quaternary */
	}
}

@media screen and (max-width: 1000px) {
	.footer .info {
		padding-right: 1.5rem;
	}
}

@media screen and (max-width: 800px) {
	.footer .local-list div.el-tab.active {
		background-color: transparent;
	}
}

@media screen and (max-width: 650px) {
	.footer .info {
		display: block;
		text-align: center;
	}

	.footer .info img {
		margin: 0 auto 2.444em;
	}

	.footer .social-links {
		-ms-flex-pack: center;
		justify-content: center;
	}

	.footer .local-list {
		margin-top: 2em;
	}

	.footer .local-list div.el-tab {
		padding: 0;
		background-color: transparent;
	}

	.footer .local-list div.el-tab.active {
		background-color: transparent;
	}

	.footer .local-list div.el-tab:before {
		display: none;
	}
}

@media screen and (max-width: 550px) {
	.footer .scorp-footer {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		text-align: center;
		display: block;
	}

	.footer .scorp-footer img {
		display: block;
		margin: 1em auto 0;
	}
}
