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 {
    transform: none!important;
    z-index: 999;
    display: inline-block;
}

.language__img {
    margin: 3px;
    cursor: pointer;
    opacity: .7;
}

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