.footer{
    color: black;
    padding: 20px 0 30px 0;
    font-size: 18px;
    font-family: H_Light;
}

.footer-text1{
    color: #000000;
    font-size: 36px;
    font-family: H_Light;
    text-align: right;
    box-sizing: border-box;

}

.footer-text2{
    color: #000000;
    font-size: 18px;
    font-family: H_Light;
    text-align: right;
    box-sizing: border-box;
    padding-right: 20px;
    height: 50px;
}

.inerg{
    background: url("../img/public/arrow.png") no-repeat left center;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    box-sizing: border-box;
    padding-left: 36px;
    margin-top: 45px;
    margin-right: 15px;
}

.inerg a{
    color: #000000;
    text-decoration: none;
}

.inerg a:hover{
    text-decoration: underline;
}

.footer .policy{
    margin-top: 6px;
    display: inline-block;
}

.footer .menu-btn{
    width: 240px;
    font-size: 14px;
    margin-right: 0;
}