﻿.renax-lang-switcher {
    display: inline-flex;
    align-items: center;
    margin-left: 14px;
    position: relative;
    z-index: 120;
}

.renax-lang-switcher .gtranslate_wrapper {
    min-height: 38px;
}

.renax-lang-switcher #google_translate_element2,
.renax-lang-switcher .skiptranslate {
    display: none !important;
}

.renax-lang-switcher .gt_switcher_wrapper {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    z-index: 120 !important;
}

.renax-lang-switcher .gt_switcher {
    width: 104px !important;
    font-family: 'Outfit', sans-serif !important;
    line-height: 1 !important;
    position: relative !important;
    overflow: visible !important;
}

.renax-lang-switcher .gt_switcher .gt_selected {
    border-radius: 30px;
    overflow: hidden;
    position: relative !important;
    z-index: 2;
}

.renax-lang-switcher .gt_switcher .gt_selected,
.renax-lang-switcher .gt_switcher .gt_selected a,
.renax-lang-switcher .gt_switcher .gt_selected a:hover {
    background: transparent !important;
    box-shadow: none !important;
}

.renax-lang-switcher .gt_switcher .gt_selected a,
.renax-lang-switcher .gt_switcher .gt_option a {
    display: flex !important;
    align-items: center;
    gap: 8px;
    width: auto !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 7px 10px !important;
    min-height: 34px;
    box-sizing: border-box;
}

.renax-lang-switcher .gt_switcher .gt_selected a img,
.renax-lang-switcher .gt_switcher .gt_option a img {
    width: 16px !important;
    height: 16px !important;
    border-radius: 50%;
    opacity: 1 !important;
    flex: 0 0 16px;
}

.renax-lang-switcher .gt_switcher .gt_option {
    width: 104px !important;
    position: absolute !important;
    top: 100%;
    left: 0;
    margin-top: 0;
    border-radius: 16px;
    box-shadow: 0 16px 45px rgba(0, 0, 0, 0.18);
    z-index: 3;
}

.renax-lang-switcher .gt_switcher .gt_option::-webkit-scrollbar {
    width: 4px;
}

.renax-lang-switcher .gt_switcher .gt_option::-webkit-scrollbar-thumb {
    background: rgba(245, 183, 84, 0.8);
}

.version-light .renax-lang-switcher .gt_switcher .gt_selected,
.version-light .renax-lang-switcher .gt_switcher .gt_selected a,
.version-light .renax-lang-switcher .gt_switcher .gt_selected a:hover {
    color: #1b1b1b !important;
    border-color: rgba(27, 27, 27, 0.25) !important;
}

.version-light .renax-lang-switcher .gt_switcher .gt_option {
    background: #ffffff;
    border-color: rgba(27, 27, 27, 0.18) !important;
}

.version-light .renax-lang-switcher .gt_switcher .gt_option a {
    color: #1b1b1b !important;
}

.version-light .renax-lang-switcher .gt_switcher .gt_option a:hover {
    background: #f5b754 !important;
    color: #1b1b1b !important;
}

.version-dark .renax-lang-switcher .gt_switcher .gt_selected,
.version-dark .renax-lang-switcher .gt_switcher .gt_selected a,
.version-dark .renax-lang-switcher .gt_switcher .gt_selected a:hover {
    color: #ffffff !important;
    border-color: rgba(245, 183, 84, 0.35) !important;
}

.version-dark .renax-lang-switcher .gt_switcher .gt_option {
    background: #222222;
    border-color: rgba(245, 183, 84, 0.25) !important;
}

.version-dark .renax-lang-switcher .gt_switcher .gt_option a {
    color: #ffffff !important;
}

.version-dark .renax-lang-switcher .gt_switcher .gt_option a:hover {
    background: #f5b754 !important;
    color: #1b1b1b !important;
}

.nav-scroll .renax-lang-switcher {
    margin-left: 12px;
}

.version-light .nav-scroll .renax-lang-switcher .gt_switcher .gt_selected a {
    border-color: rgba(27, 27, 27, 0.2) !important;
}

.version-dark .nav-scroll .renax-lang-switcher .gt_switcher .gt_selected a {
    border-color: rgba(245, 183, 84, 0.4) !important;
}

@media only screen and (max-width: 1064px) {
    .renax-classic-main .renax-lang-switcher {
        display: none;
    }

    .renax-mob-menu-wrapper .renax-lang-switcher {
        position: absolute;
        top: 28px;
        right: 70px;
        margin-left: 0;
    }

    .renax-mob-menu-wrapper .renax-lang-switcher .gt_switcher .gt_option {
        position: absolute;
        top: 100%;
        right: 0;
        left: auto;
    }
}

@media only screen and (max-width: 767px) {
    .renax-mob-menu-wrapper .renax-lang-switcher {
        top: 26px;
        right: 62px;
    }
}
