.social {
   background-color: red;
}




.header_logo_flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 100%;
    width: 100%;
    justify-content: center;
}
.footer_links_block {
    display: flex;
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
}
.header__logo a .h1 {
    display: inline-block;
    margin-bottom: 5px;
    text-align: center;
    line-height: 26px;
    font-size: 18px;
}
.main-form-call {
    width: 100%;
    height: 100%;
    display: inline-block;
    text-align: center;
    line-height: 42px;
    color: #fff;
    text-transform: uppercase;
}
div.footer-contacts-box {z-index: 999999;}