body {
  top: 0!important
}
.skiptranslate {
  display: none!important;
  opacity: 0;
  visibility: hidden;
  z-index: -1
}
.goog-tooltip {
  display: none!important
}
.goog-tooltip:hover {
  display: none!important
}
.goog-text-highlight {
  background-color: transparent!important;
  border: none!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important
}
#google_translate_element {
  display: none
}
.translate-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center
}
.translate-select .translate-select__link {
  color: #c7cdd2;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  display: inline-block;
  padding: 0 8px;
  border: 0;
  border-right: 1px solid #c7cdd2;
  text-transform: uppercase;
  text-decoration: none;
  background: 0 0
}
.translate-select .translate-select__link:last-of-type {
  border-right: 0
}
.translate-select .translate-select__link:hover {
  color: rgba(39,153,214,.5)
}
.translate-select .translate-select__link.selected,
.translate-select .translate-select__link:active {
  color: #2799d6
}
.translate-select .translate-select__link.selected {
  cursor: default
}
.header__auth .translate-select {
  height: 64px;
  line-height: 64px;
  float: left;
  margin-right: 8px;
  padding-top: 2px
}
@media (min-width:1279px) {
  .header__auth .translate-select {
    height: 80px;
    line-height: 80px
  }
}