.header__logo{display:flex;}
 .header__mobile-logo{text-align:center;}

body{

}

*{
	outline: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.left{
	float: left;
}

.right{
	float: right;
}

.clearfix::after{
	content: '';
	clear: both;
	display: block;
}

.footer__title__new{
	font-style: normal;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 24px !important;
    font-family: Proxima Nova !important;
    margin-bottom: 20px !important;
}
.footer__right-columns {
    margin-top: 0px;
}
.footer__right-info {
    min-width: 214px;
}