footer{
	background-color: #1a202d;
	color: #fff;
}
.footer__heading {
	width: 290px;
	font-size: 1.8em;
	font-weight: 700;
	text-transform: uppercase;
}
.footer__info{
	position: relative;
	background-color: #222836;
	height: 50px;
	line-height: 50px;
}
.b-footer__content ,.footer__bottom{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.footer__bottom{
	width: 885px;
	margin-left: auto;
}
.footer__middle {
	padding: 20px 0;
}
.footer__list,.footer__text {
	width: 290px;
}
.footer__link,.footer__text {
	display: block;
	height: 30px;
	font-size: 1.4em;
}
.footer__link:hover,.footer__text_link:hover{
	text-decoration: underline;
}
.footer__logo {
	position: absolute;
	display: block;
	top: -18px;
	height: 60px;
}
.footer__line{
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #171c26;
	top: 40px;
}