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: absolute;
	right: 0px;
    top: 39px;
    transform: translateY(-50%);
    z-index: 999;
    display: flex;
    width: 20%;
    flex-direction: row;
}

.language__img {
    margin: 2px;
    cursor: pointer;
    opacity: .5;
}

.language__img:hover,
.language__img_active {
    opacity: 1;
}

img.language__img {
	width: 48% !important;
}

