.header{
    height: 120px;
    background: url("../img/module-catalog/bg.png") ;
}

.company{
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    margin-top: 2px;
}

.company .company-name{
    font-size: 30px;
    color: #e45757;
}

.company .company-desc{
    font-size: 24px;
    color: #000000;
}

.phone-header{
    color: white;
    font-size: 30px;
}

.link a{
    color: #e45757;
    font-size: 22px;
    text-decoration: underline;
    cursor: pointer;
}

.link a:hover{
    text-decoration: none;
}

.menu{
    margin-top: 24px;
}

.menu a{
    color: white;
    font-size: 18px;
    padding: 5px 12px;
    text-decoration: none;
    cursor: pointer;
}

.menu a:hover{
    color: #ff4d53;
    text-decoration: underline;
}
.vk-link, .fb-link{
    background: url("../img/public/vk.png") no-repeat top right;
    height: 20px;
    line-height: 20px;
    color: white;
    font-size: 18px;
    box-sizing: border-box;
    padding-right: 30px;
    text-align: left;
    display: inline-block;
    margin-bottom: 3px;
    float: right;
}

.fb-link{
    background: url("../img/public/fb.png") no-repeat top right;
}