body {
    top: 0 !important;
    position: static !important;
    min-height: 100vh !important;
}
.skiptranslate {
    display: none !important;
}
 
.language {
    position: fixed;
    right: 70px;
    top: 40%;
    transform: translateY(-50%);
    z-index: 999;
    display: flex;
    flex-direction: column;
}
.contry-flag {
    margin: 2px;
    cursor: pointer;
   
}
.contry-flag:hover,
.actived_lang {
    opacity: 1;
}

.languages{cursor:pointer;}
@media all and (min-width: 320px) and (max-width: 768px){
.languages{
	position:relative;
	top:43px;
	cursor:pointer;
}

}
@media all and (min-width: 1200px){
	.container{
		width:auto!important
	}
}