html {
  height: auto !important;
}

body {
  top: 0 !important;
  position: static !important;
}

.skiptranslate {
  display: none !important;
}

.goog-text-highlight {
  background-color: inherit;
  box-shadow: none;
  box-sizing: inherit;
}

.language {
  position: fixed;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  display: flex;
  flex-direction: column;
}

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

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

