header{
position:absolute;
right:0px;
width:60px;
top: 0px;
background:#022862;
z-index:9999;

}
@media screen  and (min-width:769px)     {
header{
height:100vh !important;
}
}
@media screen  and (min-width:769px)     and (max-width:1170px)  {
header{
 
height:70vh !important;
 
}
}
.Logo {
    position: absolute;
    z-index: 999;
    top: 55px;
    left: 55px;
}
.Logo img {
 max-width:100%;
}

@media screen   and (max-width:768px)  {
	.LanguageDiv {display:none;}
	.languagePopUp  {
 display:block !important;}
.Logo {
    position: absolute;
    z-index: 999;
    top: 05px;
    left: 05px;
    width: 90px;
}
header{position:absolute;right:15px;top: 22px;width:50px;height:50px;background:#022862;z-index: 999;}
.ScrollTo{
display:none;
}
.ContentHeader{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	justify-content: space-between;
}
}














