﻿.b-footer {
	position: fixed;
	width:100%;
	left:0;
	bottom:0;
	padding: 0;
	height: 170px;
	margin: -170px auto 0;
	z-index: 0;
	font-size: 14px;
	color: #808080;
}

.b-footer__inner {
	width: 710px;
	margin: 0 auto;
}

.b-footer__section {
	text-align: center;
}

.b-footer__counter {
	visibility: hidden;
	height: 0;
	top: 0;
    display: block;
}

.b-footer__copyright {
	text-align: center;
	color: #808080;
	font-size: 14px;
	line-height: 1;
	padding: 10px 0;
	margin-bottom: 20px;
}

.b-footer__links {
	display: inline-block;
	padding: 20px 40px;
	border-top: 1px solid #a7a7a7;
}

.b-footer__useful {
	display: inline-block;
	max-width: 370px;
	text-align: left;
}

.b-footer__useful_item {
	display: inline-block;
	line-height: 27px;
	margin-right: 20px;
	vertical-align: top;
}

	.b-footer__useful_item:last-child {
		margin-right: 0;
	}

.b-footer__useful_link {
	color: #333;
	z-index: 2;
}

.b-footer__social {
	display: inline-block;
	color: #808080;
	margin-left: 20px;
	vertical-align: top;
}

.b-footer__social_item {
	margin-left: 5px;
}

.b-footer__social_icon {
	font-size: 19px;
}

.b-footer__notification {
	background: #009ECF;
	box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.3);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	display: inline-block;
}

.m-footer--fast_reg_extended {
	padding-bottom: 25vh;
}

@media screen and (max-width: 999px) {
    .b-footer__inner {
        width: auto;
    }

    .b-footer__links {
        padding: 10px 0;
    }
}
