.my-jst-lang_popup {
    padding: 70px 53px;
    border-radius: 12px;
    background-color: white;
    /* position: absolute;
left: calc(100% + 20px);
bottom: -15px; */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 540px;
    display: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    z-index: 1005;

}



.my-jst-lang_popup strong {
    display: block;
    font-size: 32px;
    margin-bottom: 45px;

}



.my-jst-lang_popup div.img {
    width: 41px;
    height: 41px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 19px;
    border: 1px solid transparent;

}



.my-jst-lang_popup div.img img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}



.my-jst-lang_popup li {
    padding: 19px 24px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    display: flex;
    transition: all 0.3s;
    align-items: center;
    cursor: pointer;



}



.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: 16px;

}



.my-jst-lang_popup li p {
    font-size: 17px !important;
    font-weight: 600 !important;
    display: block;
    color: #333333 !important;
    margin-bottom: 0rem;

}



.my-jst-lang_popup li span {
    font-size: 14px;
    color: #686868;

}



.jst-language-switcher {
    width: 1.6rem;
    aspect-ratio: 1;
    cursor: pointer;
    transition: all 0.3s;
    background: url(../images/icon-lang.svg) no-repeat center / contain;
    filter: contrast(0) brightness(.3);

}



.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;

}
.my-jst-lang_popup ul{
    max-height: 65vh;
    overflow: auto;
}


.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;

}



.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;

}



.my-jst-over_lang.active {
    opacity: 1;
    pointer-events: all;

}



@media screen and (max-width: 786px) {
    .my-jst-lang_popup {
        width: calc(100vw - 2rem);
        padding: 2rem 20px;
    }

    .my-jst-lang_popup strong {
        font-size: 25px;
        line-height: 1.5;
        margin-bottom: 2rem;
    }

}

body>.skiptranslate {
    display: none !important;

}

#google_translate_element {
    display: none !important;

}

.translated-ltr body,
.translated-rtl body
{
    top: 0 !important;
    min-height: unset !important;
}

font font{
    background-color: transparent!important;
    box-shadow: none !important;
    position: initial !important;
}