.b-foot__inner {
    padding: 35px 0 40px;
    background: #242b31;
}

.b-foot__logo {
    position: absolute;
    left: 0;
    top: 0;
}

.b-foot__right {
    margin: -3px 0 0;
    float: right;
}

.b-foot__list-inner {
    margin: 0 0 0 65px;
    float: left;
}

.b-foot__list-inner:first-child {
    margin: 0;
}

.b-foot__list-title {
    margin: 0 0 8px;
    text-transform: uppercase;
    color: #616b75;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Robotobold', Arial, sans-serif;
}

.b-foot__list {
    margin: 0;
    padding: 0;
}

.b-foot__item {
    margin: 1px 0 0;
    list-style: none;
    font-size: 11px;
}

.b-foot__item:first-child {
    margin: 0;
}

.b-foot__link {
    text-decoration: none;
    color: #616b75;
}

.b-foot__link:hover {
    color: #ccc;
    text-decoration: underline;
}

.b-foot__item_state_current .b-foot__link,
.b-foot__item_state_current .b-foot__link:hover {
    color: #fff;
    text-decoration: none;
}

.b-foot__copy-inner {
    margin: 17px 0 0;
    font-size: 11px;
    color: #616b75;
}

.b-foot__copy-link {
    color: #616b75;
    text-decoration: none;
}

.b-foot__copy-link:hover {
    text-decoration: underline;
    color: #ccc;
}
.b-foot__banners {
    margin: 22px 0 0;
    text-align: right;
}