.skiptranslate {
  display: none;
  height: 0;
}
.language__img {
  cursor: pointer;
}
html{
    margin-top: -39px;
}
#goog-gt-vt{
    display: none;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.aling-center {
    align-items: center;
}
.dropbtn {
    border: none;
    cursor: pointer;
    font-family: Roboto;
    font-size: 17px;
    font-weight: 400;
    line-height: 19.92px;
    color: #000;
}
.language__img {
    cursor: pointer;
    width: 30px;
    height: 30px;
}
.dropdown .aling-center span {
    /*margin-left: 5px;*/
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    /*min-width: 96px;*/
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 100;
    border-radius: 5px;
    right: -37px;
    width: auto;
}
.show {
    display: block;
}
.language .aling-center {
    padding: 10px;
}
.language__img {
    border-radius: 50%;
}
.language span {
    font-family: Roboto;
    font-size: 17px;
    font-weight: 400;
    line-height: 19.92px;
    color: #000;
    /*margin-left: 5px;*/
}
/*.dropdown .aling-center span {*/
/*    margin-left: 5px;*/
/*}*/