.menu {
    box-sizing: border-box;
    height: 120px;
    padding-top: 6px;
    background: url("../img/module-menu/bg.jpg") top center no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    box-shadow: 10px 0 7px rgba(0,0,0, .25);
    transform: translate3d(0, 0, 0);
}

.menu .phone-text, .menu .mail-text, .menu .address-text, .menu .call-free-text {
    font-size: 16px;
    color: #797979;
    box-sizing: border-box;
    padding-left: 30px;
    height: 25px;
    line-height: 25px;
    margin-left: 30px;
}

.menu .call-free-text {
	font-size: 14px;
}

.menu .phone-text{
    background: url("../img/module-menu/phone.png") left center no-repeat;
    margin-top: 10px;
}

.menu .mail-text{
    background: url("../img/module-menu/mail.png") left center no-repeat;
}

.menu .address-text{
    background: url("../img/module-menu/marker.png") left center no-repeat;
    margin-top: 24px;
    line-height: 16px;
}

.menu .call-request-link {
	margin-top: 10px;
}

.call-request-link a, .comment-link a {
	color: #797979;
    border-bottom: 1px dotted;
    text-decoration: none;
}

.address-text{
    cursor: pointer;
}

.btn-menu{
    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: 16px;
    cursor: pointer;
	text-decoration: none;
}

.menu ul {
    padding: 0;
    margin-top: 0;
    text-align: right;
}

.menu ul li a {
    color: #000000;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    margin-left: 46px;
    margin-top: 14px;
}

.menu ul li {
    display: inline-block;
}
