footer.footer {
	margin-top: 0;
	width: 100%;
	background-color: #182F5C;
}

.footer-wrapper {
	display: flex;
	max-width: 880px;
	padding: 30px 0;
	margin: 0 auto;
}

.footerHead {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: #fff solid 1px;
	margin: auto 0;
}

.footerlogo {
	width: 100px;
	height: 100px;
}

.footerlogoMob {
	width: 56px;
	height: 56px;
}

.footerLogoscontainer {
	display: block;
	padding-right: 15px;
	border-right: #72A2FF solid 1px;
}

.footerMainCont {
	padding-left: 15px;
}

.footerLogoscontainerMob {
	display: none;
	border-right: #72A2FF solid 1px;
}

.footerTitle {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 10px;
	line-height: 14px;
	letter-spacing: 0.03em;
	color: #72A2FF;
}

.footerLogos {
	width: 290px;
	display: flex;
	justify-content: space-around;
	align-items: baseline;
}

.footer-title {
	font-size: 26px;
	line-height: 26px;
	color: #fff;
}

.footerSubtitle {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 10px;
	line-height: 14px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #fff;
	margin: 10px 0 5px;
}

.footerHeader {
	display: flex;
	margin-bottom: 10px;
}

.footerText {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 160%;
	color: #fff;
	opacity: 0.7;
}

.footer-copyright {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 160%;
	color: #FFFFFF;
	letter-spacing: -0.03em;
}

.footer-copyrightMob {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 160%;
	color: #FFFFFF;
	text-align: center;

}

@media (max-width: 1199px) {
	.footer-wrapper {
		max-width: 768px;
		padding: 30px 14px;
	}
}


footer p.footerLegal {
	display: block;
	font-family: "Proxima Nova";
	font-size: 10px;
	font-weight: normal;
	line-height: 1.25;
	color: #fff;
	margin-top: 10px;
}

@media (max-width: 1024px) {
	.footer-wrapper {
		padding: 30px 15px;
	}
}

@media all and (max-width: 767px) {
	footer p.footerLegal {
		font-size: 8px;
	}

	.footer-wrapper .footerLogoscontainer {
		display: none;
	}

	.footerHeader .footerLogoscontainerMob {
		display: block;
		padding-right: 10px;
	}

	.footer-wrapper .footerMainCont {
		padding-left: 0;
	}

	.footerTitle {
		padding-left: 10px;
		font-size: 10px;
		line-height: 14px;
	}
}


@media (max-width: 460px) {
	.footerLogo {
		width: 60px;
	}

	.footerLogos {
		justify-content: space-evenly;
	}
}

@media all and (max-width: 460px) {
	footer.footer {
		margin-top: 0px;
	}

	.footer-wrapper {
		padding: 15px;
	}

	.footerLogos {
		max-width: 275px;
	}
}