#footer {
	background-color: #fff;
	padding: 0 6.25% 50px 6.25%;
	display: inline-block;
	width: 100%;
}
#footer .row {
	flex-wrap: nowrap;
}
#footer .row .footer_menu.box {
	display: flex;
}
#footer .footer-bar{
	border:0;
}
#footer .footer-bar {
	padding: 0;
}
#footer .row .footer_menu.box > div:first-child {
	margin-right: 120px;
}
#footer .row .footer_menu.box > div:nth-child(2){
	margin-right: 120px;
}
#footer .content-outer.container {
	padding: 50px 0 25px;
}
#footer-menu {
	display: flex;
	flex-wrap: wrap;
}
#footer-menu li {
	flex-basis: 50%;
	margin: 0;
}
#footer .menu {
	list-style: none;
	margin: 0;
}
#footer h6 {
	font-size: 19px;
	text-transform: none;
	color: #fff;
	display: block;
	margin: 0 0 8px 0;
}
body .base-color {
	color: #e12726 !important;
}
#footer .address {
	color: #fff;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 23px;
}
#footer .apps {
	color: #fff;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 23px;
}
#footer p{
	margin-top:0;
}
#footer a, #footer a:hover {
	color: #1882c1;
}
#footer .row .footer_menu.box a {
	color: #434343;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#footer .row .footer_menu.box a:hover{
	color:#e12726 ;
}
#footer .row .footer_menu.box li {
	line-height: 1;
	display: block;
	margin: 0 0 18px;
}
footer#footer .menu-item a img, footer#footer img.menu-image-title-after, footer#footer img.menu-image-title-before, footer#footer img.menu-image-title-above, footer#footer img.menu-image-title-below, .menu-image-hover-wrapper .menu-image-title-above {
	border: none;
	box-shadow: none;
	vertical-align: middle;
	width: auto;
	display: block;
	object-fit: scale-down;
	padding: 0;
	margin: 0 auto;
}
#footer .menu#menu-footer-social-menu {
	width: auto;
	display: flex;
	flex-wrap: wrap;
}
#footer .menu#menu-footer-social-menu li {
	margin-bottom: 30px;
	line-height: 0;
	text-align: center;
	margin: 0 15px;
}
#footer .menu#menu-footer-social-menu li:first-child {
	margin-left: 0;
}
#footer .menu#menu-footer-social-menu li:last-child {
	margin-right: 0;
}
#footer .menu#menu-footer-social-menu li a {
	font-size: 0;
	font-weight: 500;
}
.footer-bottom {
	padding: 30px 0 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	border-top: 1px solid #434343;
}
.logo-warapper {
	display: flex;
	margin: 0;
}
.logo-warapper a {
	line-height: 0;
}
.logo-warapper a:first-child {
	padding-right: 30px;
}
.vh-center {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1;
	color: #434343;
}
.ld-ico {
	display: inline-block;
	vertical-align: middle;
	line-height: 0;
}
.go-top {
	font-weight: 700;
	letter-spacing: 1px;
	color: #434343;
}
.top-arrow {
	display: block;
}
.ippafooter-logo {
	margin-right: 100px;
	display: inline-block;
	line-height:0;
}
.right-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}
.top-arrow img {
	margin: 0 auto;
	display: block;
}
.vh-center p {
	margin-bottom: 15px;
}
.vh-center > div {
	display: block;
	margin: 0 auto;
	width: max-content;
}
.vh-center > div ul {
	display: flex;
	width: auto;
}
.vh-center > div ul li {
	padding: 4px 12px;
}
.vh-center > div ul li:nth-child(2){
	border-left:2px solid #434343;
	border-right:2px solid #434343;
}
#footer .vh-center > div ul li a {
	color: #434343;
}
#footer .vh-center > div ul li a:hover {
	color: #e12726;
}
@media screen and (max-width: 820px) {
/*Footer*/
	#footer {
		padding: 0 20px 35px 20px;
	}
	#footer .content-outer.container {
		padding: 35px 0 25px;
	}
	.vh-center{
		line-height:21px;
	}
	.vh-center > div {
		width: auto;
	}
	.vh-center > div ul {
		justify-content: center;
	}
	#footer .logo-warapper {
		flex-direction: column;
	}
	#footer .logo-warapper a:first-child {
		margin-bottom: 20px;
	}
	#footer .row {
		flex-direction: column;
	}
	#footer .row .footer_menu.box > div:first-child {
		margin-right: 0;
	}
	#footer .row .footer_menu.box > div:nth-child(2){
		margin-right: 0px;
	}
	#footer .row .footer_menu.box {
		flex-direction: column;
	}
	#footer .row .footer_menu.box li {
		text-align: center;
	}
	#footer .menu#menu-footer-social-menu {
		justify-content: center;
		margin-top: 15px;
	}
	body #footer .row .footer_menu.box > div:first-child {
		margin-right: 0px;
	}
	body #footer .row .footer_menu.box > div:nth-child(2) {
		margin-right: 0px;
	}
	/*Footer*/
}
