.new-footer-cont{
    padding-top:100px;
    padding-bottom:100px;
    display:flex;
    justify-content:space-between;
}
.new-footer-left-title{
    color:white;
    margin-bottom:25px;
        font-size: 24px;
    font-weight: 500;
}
.new-footer-right{
    /*margin: 0 auto;*/
}
.new-footer-right .menu a{
    font-size:16px;
    margin-bottom:10px;
    color:white;
    display:block;
}
footer .new-top-header-contact-phones a{
     font-size:16px;
}
@media(max-width:768px){
    .new-footer-cont{
        padding-top:40px;
        padding-bottom:40px;
        flex-wrap:wrap;
    }
    .new-footer-left{
        /*width:100%;*/
        margin-bottom:30px;
    }
    .new-footer-right{
         width:100%;
    }
    .new-footer-right .menu a{
        font-size:16px;
    }
}