/*********************************************************************
 *
 * Footer
 *
 *********************************************************************
**/

#footer .b-footer_left {
    float: left;
    width: 32%;
    margin-right: 5%;
}
    
#footer .b-footer_right {
    float: right;
    width: 32%;
    margin-left: 5%;
    text-align: right;
}
    
#footer .b-footer_center {
    overflow: hidden;
    text-align: center;
}

.b-footer_contacts {

}

.b-footer_address {
    margin-bottom: 10px;
}

.b-footer_address p {
    margin: 0;
}

.b-footer_phone {
    margin-bottom: 16px;
}

.b-footer_phone p {
    margin-bottom: 4px;
}

/********************************************************************/



/* #footer .w-vcard {
    float: right;
    height: 100%;
}

#footer .b-vcard {
    display: inline-block;
    height: 35px;
    text-align: right;
    white-space: nowrap;
} */

#footer .b-vcard {
    display: block;
    height: 35px;
    text-align: right;
    text-decoration: none;
    white-space: nowrap;
}

#footer .b-vcard_text {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 4px 0;
    font-size: 12px;
    line-height: 31px;
    color: #424140;
    text-transform: lowercase;
    white-space: nowrap;
}

#footer .b-vcard_logo {
    display: inline-block;
    vertical-align: middle;
}

/********************************************************************/

#footer .b-counters {
    float: left;
    height: 100px;
    margin-left: 10px;
}

#footer .b-counters li {
    display: inline-block;
    margin-right: 10px;
}

#footer .b-counters li a,
#footer .b-counters li img {
    vertical-align: top;
}

/********************************************************************/