/*надо дописать sub-header*/
.header-container{
    background: #c4c0db ;
}

.main_header,
.sub-header{
    max-width: 1140px;
    margin: 0 auto;
    max-height: 63px;
}

@media screen and (max-width: 1100px)  {
    .main_header,
    .sub-header{
        max-width: 100% !important;
        margin: 0 auto !important;
        min-height: 350px !important;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .main_header div{
        display: flex;
        vertical-align: middle;
        max-height: 100% !important;
    }

    .logo{
        width: 100% !important;
        align-items: center;
        min-height: 150px;
        display: flex;
        justify-content: center !important;
    }

    .contacts{
        width: 100% !important;
        display: flex;
        justify-content: left;
    }

    .logo a{
        margin: 20px 0 !important;
        display: flex;
        justify-content: center;
    }

    .logo img{
        min-height: 160px;
        padding: 3px;
    }
    .phone_container{
        justify-content: center
    }
    .phone{
        font-size: 50px;
    }
    .social-logo-1{
        width: 90px !important;
    }
}

.main_header div{
    max-height: 63px;
}

.main_header,
.main_header .phone_container,
.main_header .social-networks,
.sub-header{
    display: flex;
}

.logo_container,
.contacts_container{
    width: 50%;
}

.logo,
.contacts{
    width: 50%;
    display: flex;
    justify-content: left;
}

.logo_big{
    max-height: 120px!important;
}

.logo img{
    max-height: 63px;
    padding: 3px;
}

.contacts{
    display: flex;
    justify-content: center;
}
.main_header .phone_container{
    padding: 15px;
}

.contact-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.phone{
    color: #000000; font-weight: 600; line-height: 20px
}

.contact{
    padding: 5px;
}

.social-logo-0{
    width: 24px;
}

.social-logo-1{
    width: 32px;
}

.sub_header_container{
    background: cornflowerblue;
}