.footer {
    box-sizing: border-box;
    height: 120px;
    padding-top: 10px;
    margin-bottom: 10px;
}

.footer .phone-text, .footer .mail-text, .footer .address-text{
    font-size: 16px;
    color: #797979;
    box-sizing: border-box;
    padding-left: 30px;
    height: 25px;
    line-height: 25px;
    margin-left: 30px;
}

.footer .phone-text{
    background: url("../img/module-menu/phone.png") left center no-repeat;
    margin-top: 20px;
}

.footer .mail-text{
    background: url("../img/module-menu/mail.png") left center no-repeat;
}

.footer .address-text{
    background: url("../img/module-menu/marker.png") left center no-repeat;
    margin-top: 34px;
    line-height: 16px;
}

.btn-footer{
    background: url("../img/module-menu/btn.png");
    width: 195px;
    height: 35px;
    line-height: 35px;
    font-family: robotomedium;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    float: right;
    margin-top: 26px;
    cursor: pointer;
}

.footer ul {
    padding: 0;
    margin-top: 0;
    text-align: right;
}

.footer ul li a {
    color: #000000;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    margin-left: 33px;
    margin-top: 14px;
}

.footer ul li {
    display: inline-block;
}

.footer .btn-menu{
    margin-top: 26px;
}
