.footer {
    position: relative;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 165px;
    background: #181E34 0 0 no-repeat padding-box;
}

.container_footer {
    width: 924px;
    height: 122px;
    display: flex;
    z-index: -1;
}

.foot_logo {
    width: 18%;
    height: 100%;
    margin-right: 42px;
}

.foot_nav {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.foot_navtop {
    height: 45%;
}

.foot_navtop:after {
    content: "";
    border: 1px solid;
    color: #FFC647;
    width: 765px;
    display: block;
    margin: 0 auto;
}

.foot_navtop > ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;

}


.foot_navtop > ul > li {
    width: 127px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.foot_navtop > ul > li > a {
    font: normal normal bold 16px/20px Source Sans Pro;
    color: white;
}

.foot_navbotom {
    display: flex;
    justify-content: space-around;
    height: 45%;
}

.foot_navbotom > ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.foot_navbotom > ul > li {
    display: flex;
    flex-direction: column;
}

.menu_link_footer{
    font: normal normal bold 16px/20px Source Sans Pro;
    text-decoration: none;
    color: #FFFFFF;
}

.menu_link_footer:hover, .menu_link_footer:active{
    text-decoration: underline;
    color: #FFC647;
}

.foot_numb {
    width: 123px;
    height: 100%;
}

.a {
    font: normal normal bold 14px/18px Source Sans Pro;
    letter-spacing: 0;
    color: #FFC647;
}

.foot_phone {
    text-decoration: underline;
}

.b {
    font: normal normal bold 16px/20px Source Sans Pro;
    letter-spacing: 0;
    color: #FFFFFF;
}

.c, .c:visited {
    font: normal normal normal 12px/30px 'Lato', sans-serif;
    letter-spacing: 0;
    color: #FFD354;
}

.c:hover, .c:active {
    color: #FFFFFF;
}

.phone_number1 {
    text-decoration: underline;
    font: normal normal bold 16px/20px Source Sans Pro;
    color: #FFFFFF;
}

.phone_number1:hover, .phone_number1:active{
    color: #FFC647;
}

.foot_workt {
    width: 293px;
    height: 100%;
}

.foot_ad {
    width: 283px;
    height: 100%;
}

.footer_after {
    width: 100%;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_after > span{
    font: normal normal 300 16px/19px 'Lato', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
}

@media screen and (max-width: 768px) {
    .footer {
        flex-direction: column;
        height: 630px;
    }

    .container_footer {
        flex-direction: column;
        height: 100%;
        width: 100%;
        align-items: center;
    }

    .foot_logo {
        margin: 25px 0 25px 0;
        width: 162px;
        height: 72px;
    }

    .foot_nav {
        flex-direction: column;
        height: 575px;
        width: 100%;
        justify-content: normal;
    }

    .foot_navtop > ul {
        flex-direction: column;
        margin-top: 10px;
    }

    .foot_navtop > ul > li {
        align-items: center;
        justify-content: center;
    }

    .foot_navtop > ul > li:last-child {
        justify-content: space-around;
        margin: 20px 0;
    }

    .foot_navtop:after {
        content: "";
        border: 1px solid;
        color: #FFC647;
        width: 99%;
        display: block;
        margin: 0 auto;
    }

    .foot_navbotom > ul {
        flex-direction: column;
    }

    .foot_navbotom > ul > li {
        align-items: center;
        justify-content: center;
    }

    .foot_numb {
        margin-top: 45px;
    }

    .b {
        height: 40px;
        width: 180px;
        text-align: center;
        font: normal normal bold 16px/20px Source Sans Pro;
    }

    .foot_workt {
        margin-bottom: 22px;
    }
    .footer_after{
        height: 38px;
        width: 220px;
        text-align: center;
        margin: 30px auto;
    }

}
