#sp-header {
    background: none;
    position: absolute;
    box-shadow: none;
}
#sp-header .logo {
    background-color: #fff;
    padding: 20px 180px 5px 20px;
    clip-path: polygon(0% 0%, 90% 0%, 80% 100%, 0% 100%);
}
#sp-footer {
    background: #000000;
}
.sp-module.language {
    position: absolute;
    z-index: 1;
    left: 350px;
    top: 0px;
}
div.mod-languages img {
    width: 24px;
}
@media (max-width: 767px){
	.sp-module.language {
	    left: 320px;
	}
}
@media (max-width: 380px){
	.sp-module.language {
	    left: 230px;
	}
}