#menu ,.blockwin{
    display: none;
}

#above {
    position: relative;
    width: 100%;
    height: 260px;
    object-fit: cover;
}

#above img {
    display: block;
    width: 100%;
    height: 100%;
}

#above .slogan{
    position: absolute;
    width: 100%;
    top: 36%;
    height: 88px;
    line-height: 88px;
    color: #eee;
    font-size: 60px;
    text-align: center;
    z-index: 3;
    letter-spacing: 2px;
}

#above .mask {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .44);
    z-index: 1;
}

#above .header {
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px 3% 0;
    width: 94%;
    height: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 2;
    background: url(../img/logo.png) no-repeat;
    background-size: 60px 60px;
    background-position: center center;
}

#above .header a ,#above .header p {
    margin: 0 10px;
    padding: 0 16px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.logos{
    display: block;
    margin: 30px auto;
    width: 92px;
    height: 92px;
}

.desc{
    margin: 0 auto 20px;
    width: calc(950px - 380px);
    
}
.desc p{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: justify;
}

.left_meny ,.right_meny{
    margin: 40px auto;
    width: 950px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left_meny img ,.right_meny img{
    width: 350px;
    height: 390px;
}

.left_meny .info ,.right_meny .info{
    width: calc(950px - 380px);
}

.left_meny .info .title ,.right_meny .info .title{
    font-size: 38px;
    color: #070A14;
    line-height: 60px;
    padding-bottom: 28px;
    font-weight: normal;
    letter-spacing: 2px;
}

.left_meny .info .desc ,.right_meny .info .desc{
    font-size: 16px;
    color: #7A7B7F;
    line-height: 28px;
    letter-spacing: 1px;
}

.left_meny ul ,.right_meny ul{
    padding-top: 30px;
    width: calc(950px - 380px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.left_meny ul li ,.right_meny ul li{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.left_meny ul li img ,.right_meny ul li img{
    margin-bottom: 10px;
    display: inline;
    height: 64px;
    width: 64px;
}

.left_meny ul li span ,.right_meny ul li span{
    font-size: 16px;
    color: #070A14;
    line-height: 28px;
    letter-spacing: 1px;
}