#header {
    border-top: none;
}

#menu {
    padding-left: 0;
}

#logo {
    height: 116px;
    background: url(../images/logo_en2.svg) no-repeat center;
    background-color: #fff;
}

#logo_left {
    position: absolute;
    width: 41%;
    height: 1px;
    background-color: #808285;
    top: 5px;
    left: 0;
}

#logo_right {
    position: absolute;
    width: 41%;
    height: 1px;
    background-color: #808285;
    top: 5px;
    right: 0;
}

#logoMobile {
    background: url(../images/logo_en2.svg) no-repeat center;
    background-color: #fff;
    height: 60px;
    background-size: contain;
    margin-bottom: 5px;
}
