footer{
	background-color: #091347;
}

.footer.content{
	border-top: none;
    padding: 86px 20px 110px 20px;
    margin: 0 auto;
}
footer .footer.content ul  li a{
	color: #ffffff;
}
footer .footer-link, footer .social-icon{
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
}
.social-links{
	align-self: flex-end;
    margin-left: 83px;
}
footer .footer.content ul.footer-link > li{
	margin-right: 37px;
}
footer .footer.content ul > li:last-of-type{
	margin-right: 0;
}
.footer-part{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.footer-logo{
	text-align: center;
	margin-bottom: 38px;
	width: 100%;
}
.footer-white-logo{
	display: inline-block;
}
/* .footer-white-logo:after{
	content: "";
    position: relative;
    width: 222px;
    height: 20px;
    background-image: url(../images/medix-white-logo.svg);
    background-position: 0 0;
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
} */
/* .footer-white-logo img{
	display: none;
} */
.footer.content .social-icon li{
	margin-right: 8px;
}
.social-icon li a{
	display: inline-flex;
    width: 36px;
    height: 36px;
    border: 1px solid #FCFCFC;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.social-icon li a:hover {
    background-color: #ffffff;
}
.social-icon li a:hover img {
    filter: brightness(0);
}