.my-jst-language-switcher {
    position: relative;
}

.my-jst-lang_popup {
    padding: 10px;
    border-radius: 8px;
    background-color: white;
    position: absolute;
    right: -10px;
    top: calc(100% + 10px);
    width: 200px;
    display: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    z-index: 1005;
    overflow: auto;
    max-height: 60vh;

    &::-webkit-scrollbar {
        width: 5px;
    }

    &::-webkit-scrollbar-thumb {
        background: rgb(136, 136, 136);
        border-radius: 10px;
    }
}

.my-jst-lang_popup strong {
    display: block;
    font-size: 32px;
    margin-bottom: 45px;
}

.my-jst-lang_popup div.img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
    border: 1px solid transparent;
}

.my-jst-lang_popup div.img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.my-jst-lang_popup li {
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    display: flex;
    transition: all 0.3s;
    align-items: center;
    cursor: pointer;
}

.my-jst-lang_popup li:hover {
    border-color: var(--theme_color);
}

.my-jst-lang_popup:before {
    content: "";
    display: inline-block;
    border-width: 10px;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    right: 100%;
    bottom: 38px;
    border-style: solid;
    display: none;
}

.my-jst-lang_popup li+li {
    margin-top: 10px;
}

.my-jst-lang_popup li p {
    font-size: 16px !important;
    font-weight: 500 !important;
    display: block;
    color: #333333 !important;
    margin-bottom: 0rem;
}

.my-jst-lang_popup li span {
    font-size: 14px;
    color: #686868;
}

.jst-language-switcher {
    width: 2.2rem;
    aspect-ratio: 1;
    cursor: pointer;
    transition: all 0.3s;
    background: url(../images/icon-lang.svg) no-repeat center / contain;
    filter: contrast(0) brightness(0);
}

.header_trans .jst-language-switcher {
    filter: contrast(0) brightness(2);
}

.my-jst-lang_popup li:after {
    content: "";
    width: 10px;
    height: 16px;
    display: inline-block;
    margin-left: auto;
    background: url('../images/arrow-lang.svg') no-repeat center/contain;
    transition: all 0.3s;
    display: none;
}

.my-jst-lang_popup li.active {
    background-color: var(--theme_color);
    border-color: var(--theme_color);
}

.my-jst-lang_popup li.active .img {
    border-color: white;
}

.my-jst-lang_popup li.active p,
.my-jst-lang_popup li.active span {
    color: white;
}

.my-jst-lang_popup li.active:after {
    filter: brightness(100);
}

.my-jst-lang_popup .my-jst-close {
    width: 11px;
    display: inline-block;
    height: 11px;
    position: absolute;
    right: 32px;
    top: 30px;
    cursor: pointer;
    transition: all 0.5s;
    background: url('../images/lang-close.svg') no-repeat center/contain;
    display: none;
}

.my-jst-lang_popup .my-jst-close:hover {
    transform: rotate(360deg);
}

.my-jst-over_lang {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
    display: none;
}

.my-jst-over_lang.active {
    opacity: 1;
    pointer-events: all;
}

body>.skiptranslate {
    display: none !important;
}

#google_translate_element {
    display: none !important;
}

.translated-ltr body {
    top: 0 !important;
    min-height: unset !important;
}

font font {
    background-color: transparent !important;
    box-shadow: none !important;
    position: initial !important;
}