/*панель смены языка*/
#google_translate_element2 {
    height: 0 !important;

    visibility: collapse;
}

#google_translate_element {
    width: fit-content;
    width: -moz-fit-content;
    text-align: center;
}

body {
    top: 0 !important;
}

.skiptranslate {
    display: none;
}

.lang-dropdown {}

#dropdown-button {
    display: flex;
    justify-content: center;
    align-items: center;

    padding-left: 30px;
    border-radius: 0;
    background-image: url("../images/language.svg");
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 20px 20px;
}

.dropdown-menu {
    border-radius: 0;
}

.lang-dropdown .dropdown-item {
    padding: 0;
}

.item-button {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 5px 0;
}