.footer{}
@media (max-width: 992px){
    .footer{
        padding-bottom: 25px;
    }
}
.footer_menu{
    border-bottom: 1px solid #c9ac9d;
    padding: 9px 0 15px;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 992px){
    .footer_menu{
        display: inline-block;
        text-align: center;
        width: 100%;
    }
    .footer_menu a{
        font-weight: bold;
        text-transform: uppercase;
        font-size: 12px;
        display: inline-block;
        margin-bottom: 7px;
        margin-left: 20px;
    }
    .footer_menu a:nth-child(5){
        clear: both;
    }
}
.footer_menu a{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

.footer_menu a:hover{
    text-decoration: none;
}
.footer_bottom_line{
    min-height: 60px;
    margin-top: 28px;
}
.footer_logo{
    max-width: 70px;
    float: left;
}
.footer_logo img{
    max-width: 100%;
}
.footer_copy{
    float: left;
    font-size: 12px;
    color: #7e2e2e;
    padding-left: 20px;
    line-height: 15px;
}
.footer_developer{
    float: left;
    font-size: 12px;
    text-align: right;
    padding-right: 20px;
    line-height: 14px;
    color: initial;
}
.footer_developer__img{
    float: left;
    width: 80px;
}
.footer_developer_link{
    display: inline-block;
}

@media (max-width: 992px){
.footer_bottom_copy{
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.footer_bottom_developer{
    display: flex;
    justify-content: center;
    width: 100%;
}
}