.footer {
	min-height: 220px;
	display: block;
	width: 100%;
	padding: 40px 20px 20px 20px;
	background: #fff;
	box-shadow: 0px -30px 20px 0px rgba(44, 52, 63, 0.031372549);
	z-index: 10;
}
.footer .content {
	max-width: 1200px;
	margin: auto;
}
.footer .other {
	display: inline-flex;
	align-content: center;
}
.footer .other .myaccess {
	width: 110px;
	height: 40px;
	background-size: contain;
	margin: 0 12px;
	display: inline-flex;
}
.footer .other .myaccess:not([class~=lazy]) {
	background: url(../images/myAccess-v2-w.svg) no-repeat center center;
	background-size: contain;
}
.footer .other .phone {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 40px;
	background: url(../images/phone-v2-ng.svg) no-repeat center center;
	background-size: 100px;
	filter: brightness(0.6);
	margin: 0 12px;
}
.footer .extra-content {
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 6px 0;
	margin: 1rem 0;
}
.footer .credits-and-logos {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
.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]) {
	background-image: var(--es_f_sprite-partners);
}
.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;
}
.footer .nlink-credits:not([class~=lazy]) {
	background-image: var(--es_f_sprite-partners);
}
@media (max-width: 800px) {
	.footer {
		position: unset;
		bottom: unset;
		padding: 0 0 20px 0;
	}
	.footer .extra-content {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		margin: 12px auto;
		padding: 0 20px;
	}
	.footer .sm-block {
		width: 100%;
		display: flex;
		justify-content: center;
		order: 2;
		margin: 12px auto;
	}
	.footer .other-logos {
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
		padding: 0 20px;
		margin: 6px 0;
	}
	.footer .other-logos .item {
		height: 40px;
		margin: 0 3px;
	}
	.footer .other {
		width: 100%;
		display: flex;
		justify-content: center;
		margin: 12px 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;
	}
}
