.b-footer {
    width       : 1240px;
    margin      : 0 auto;
    padding     : 30px 10px;
    background  : #f2f2f2;
    font-family : 'Roboto', sans-serif;
}


.b-footer__navigation {
    display : block;
    width   : 100%;
    margin  : 0;
}
.b-footer__navigation-section {
    display        : inline-block;
    vertical-align : top;
    width          : 180px;
}

.b-footer__navigation-section + .b-footer__navigation-section {
    margin-left : 32px;
}

.b-footer__header {
    font-size      : 15px;
    color          : #4d4d4d;
    font-weight    : 500;
    line-height    : 1.5;
    border-bottom  : 1px solid #dddddd;
    margin-bottom  : 7px;
    padding-bottom : 7px;
}

.b-footer__information {
    display     : block;
    width       : 100%;
    font-size   : 13px;
    color       : #3e3e3e;
    margin-top  : 15px;
    padding-top : 15px;
    border-top  : 1px solid #dddddd;
}

.b-footer__information-column {
    display        : inline-block;
    vertical-align : top;
    width          : 604px;
}

.b-footer__information-column h3 {
    text-align : center !important;
}

.b-footer__information-column + .b-footer__information-column {
    margin-left : 32px;

}

.b-footer__link {
    display         : table;
    margin-bottom   : 11px;
    font-size       : 13px;
    line-height     : 1.5;
    text-decoration : none;
    color           : #2a8ce7;
}

.b-footer__link:hover { text-decoration : underline; }

    .b-footer__link_advert
    {
        color       : #e62d2d;
        font-weight : 500;
    }

.b-footer__sup { line-height : 0; }
.b-footer__sup_green { color : #0eb113; }

.b-footer__rules-header {
    font-size      : 15px;
    color          : #4d4d4d;
    font-weight    : 500;
    line-height    : 1.5;
    margin-bottom  : 7px;
}

.b-footer__rules-text {
    display     : block;
    width       : 100%;
    line-height : 1.5;
    font-size   : 14px;
}

.b-footer__contacts {
    display       : inline-block;
    width         : 100%;
    font-size     : 16px;
    margin-bottom : 10px;
    text-align    : center;
    margin-top    : 25px;
}

.b-footer__contacts-separator
{
    display        : inline-block;
    vertical-align : middle;
    width          : 1px;
    height         : 16px;
    margin         : 0 15px;
    background     : #cccccc;
}

.b-footer__contacts-icon {
    display        : inline-block;
    vertical-align : middle;
    margin-right   : 6px;
}

.b-footer__contacts-link {
    display        : inline-block;
    vertical-align : middle;
    /*text-decoration : none;*/
    line-height    : 1;
}

.b-footer__contacts-link:hover { text-decoration : underline; }

.b-footer__contacts-link_facebook
{
    /*margin-left : 5px;*/
}

.b-footer__copyright {
    display        : inline-block;
    vertical-align : middle;
    width          : 100%;
    margin-top     : 15px;
}

.b-footer__copyright-liru
{
    display        : inline-block;
    vertical-align : middle;
    /*width          : 24px;
    height         : 24px;*/
}

.b-footer__copyright-year {
    display        : inline-block;
    vertical-align : middle;
    color          : #4d4d4d;
    font-size      : 16px;
    margin-left    : 5px;
}



