.mainMenu li.v65-home {
    display: none;
}
header::before {
    background: rgba(0,0,0,0.4);
    position: absolute;
    width: 100%;
    height: 172px;
}

@media(max-width: 950px){
    header .v65-logo {
        max-width: 200px;
    }
    .icon-menu {
        background: url(../images/menu-mobile.png)no-repeat;
        width: 50px;
        height: 50px;
        filter: invert(1);
        margin-top: 15px;
    }
    header::before {
        height: 110px;
    }

}
@media(max-width: 580px){
    .icon-menu {
        margin-top: 35px;
    }
    header::before {
        height: 145px;
    }
}