.footer {
	min-height: 220px;
	display: block;
	width: 100%;
	padding: 30px 20px 10px 20px;
	background: #fff;
	box-shadow: 0px -30px 20px 0px #2c343f08;
	z-index: 10;
}
.footer .content {
	max-width: 1200px;
	margin: auto;
}
.footer .other {
	display: inline-flex;
	align-content: center;
}
.footer .other .myaccess {
	width: 130px;
	height: 49px;
	background-size: contain;
	margin: 0 5px;
}
.footer .other .phone {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 50px;
	margin: 0 12px;
	background: var(--es_f_phone151) no-repeat center center;
	background-size: 100px;
	filter: brightness(0.6);
}
.footer .extra-content {
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 6px 0;
}
.footer .credits-and-logos {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	padding: 0 10px;
}
.footer .other-logos {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
}
.footer .other-logos .item {
	height: 60px;
	margin: 6px 0;
	background-repeat: no-repeat;
}
.footer .other-logos .item:not([class~=lazy]),
.footer .nlink-credits:not([class~=lazy]) {
	background-image: var(--es_f_sprite-partners);
}
.footer .other .myaccess:not([class~="lazy"]) {
	background-image: url(../images/myAccess-v2.svg)
}
.footer .other-logos .msp {
	width: 140px;
	background-size: 560px;
	background-position: 0 center;
}
.footer .other-logos .infobank {
	width: 140px;
	background-size: 560px;
	background-position: -140px center;
}
.footer .other-logos .egov {
	width: 70px;
	background-size: 560px;
	background-position: -420px center;
}
.footer .other-logos .adf-az {
	width: 70px;
	background-size: 560px;
	background-position: -490px center;
}
.footer .credits {
	font-family: "GTE-light";
	font-size: 14px;
	line-height: 22px;
	padding: 0 10px;
	color: #b6b6b6;
}
.footer .nlink-credits-wr {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 6px 0;
}
.footer .nlink-credits {
	display: block;
	width: 140px;
	min-width: 140px;
	height: 40px;
	background-size: 560px;
	background-position: -280px center;
}

@media (max-width: 800px) {
	.footer {
		position: unset;
		bottom: unset;
		padding: 0;
	}
	.footer .extra-content {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		margin: auto auto 10px auto;
	}
	.footer .sm-block {
		width: 100%;
		display: flex;
		justify-content: center;
		order: 2;
		margin: 10px 0;
	}
	.footer .other-logos {
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
		margin: auto;
	}
	.footer .other-logos .item {
		height: 40px;
		margin: 2px;
	}
	.footer .credits {
		width: 100%;
		text-align: center;
		margin: 12px 6px 12px 6px;
	}
	.footer .other {
		width: 100%;
		display: flex;
		justify-content: space-between;
		justify-content: center;
		padding: 0 10px;
		max-width: 280px;
		margin-bottom: 12px;
	}
	.footer .credits-and-logos {
		padding: 0;
	}
	.footer .nlink-credits-wr {
		flex-wrap: wrap;
		text-align: center;
		margin-bottom: 20px;
	}
	.footer .credits {
		width: 100%;
		text-align: center;
		margin: 12px 0 12px 0;
		padding: 0 20px;
	}
	.footer .nlink-credits {
		margin: auto;
	}
}
