/* language */

.language {
position: fixed;
right: 10px;
top: 18%;
transform: translateY(-50%);
display: flex;
flex-direction: column;
z-index:99999999;
width: 25px;
}

.language__img {
margin: 2px;
cursor: pointer;
opacity: .5;
}

.language__img:hover,
.language__img_active {
opacity: 1;
}

/* Эта часть отвечает за то чтобы кнопки находились фиксировано на странице*/

.page_fix {
top: 0 !important;
position: static !important;
}

/* Эта часть отвечает за то чтобы не было видно надписи – Переводчик Google */

/* 
.skiptranslate {
display: none !important;
}  */

    
      body {
  top: 0 !important;
}
.skiptranslate {
  display: none;
  height: 0;
}
.language__img {
  cursor: pointer;
}
  
    
    
