#footer{
    padding-top: 70px;
    color: #999;
    width: 1240px;
}
.container{
    width: 1240px;
    /*padding: 15px 0 0;*/
    padding: 0;
}
.footerMenu ul{
    display: inline-block;
    width: 300px;
    text-align: center;
}
.footerMenu{
    text-align: center;
    padding-bottom: 25px;
}
.footerInfo{
    text-align: center;
    font-size: 14px;
    line-height: 46px;
}
.footerMenu ul li{
    display: inline-block;
    line-height: 16px;
    font-size: 14px;
    vertical-align: top;
}
html body footer p{
    margin: 0 !important;
}
.footerInfo ul li:first-child a{
    margin: 0 30px;
}
.footerInfo ul li:nth-child(2) a{
    margin: 0 10px;
}
.reversed{
    cursor: inherit;
}
@media (max-width: 450px){
    /*footer*/
    #footer{
        background-color: #3e4041;
        font-size: 10px;
        width: 10.0rem!important;
    }
    footer .footerInfo ul li:first-child a{
        margin: 0 0.173333rem;
    }
    footer .footerInfo{
        font-size: 10px;
        line-height: 0.666667rem;
    }
    #footer{
        padding-top: 0.666667rem!important;
        position: relative;
        left: -0.466667rem;
    }
    #footer a{
        white-space:nowrap;
        line-height: 0.5rem;
    }
    #footerAdress,#reversed{
        display: block;
        white-space:normal !important;
        line-height: 0.426667rem;
    }
    .footerMenu{
        overflow: hidden;
        margin-left: 0 !important;
    }
    .footerMenu ul {
        width: 30% !important;
        padding: 0;
    }
    footer .footerMenu ul li{
        font-size: 10px;

    }
    .en_m_violent{
        white-space: normal !important;
    }
}