/*google translate css*/

.skiptranslate {
    display: none !important;
}

.goog-text-highlight,
font > font {
    background-color: transparent !important;
    box-shadow: none !important;
    box-sizing: inherit;
}

.language {
    position: fixed;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    display: flex;
    flex-direction: column;
}

.language__img {
    margin: 2px;
    cursor: pointer;
    opacity: 0.5;
}

.language__img:hover,
.language__img_active {
    opacity: 1;
}
/*html {
    height: auto !important;
}
body {
    top: 0 !important;
    position: static !important;
}*/



/* Fixed lang  start */
.lang-menu-fixed {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 999;
}

.lang-current-fixed {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    color: #d1d1d1;
    padding: 6px 12px;
    background-color: #1a1a1a;
    border-radius: 6px;
    border: 1px solid #333;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.lang-current-fixed .arrow-fixed {
    font-size: 10px;
}

.lang-dropdown-fixed {
    position: absolute;
    bottom: 110%;
    left: 0;
    display: none;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    min-width: 150px;
    overflow: hidden;
}

.lang-link-fixed {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    cursor: pointer;
    color: #111;
    font-size: 14px;
    transition: background 0.2s ease;
}

.lang-link-fixed:hover {
    background-color: #f5f5f5;
}

.lang-link-fixed.active {
    background-color: #eaeaea;
    font-weight: 500;
}

.lang-menu-fixed img {
    width: 24px;
    height: auto;
}
/* Fixed lang end */

/*google translate end*/