.nt-wpml-switcher {
    position: relative;
}
.nt-wpml-switcher__current-lang {
    background: none!important;
    border: none!important;
    font-family: inherit!important;
    padding: 0!important;
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 0.8125rem;
    font-weight: 400;
}
.nt-wpml-switcher__current-lang svg {
    width: 18px;
    height: 18px;
    stroke: var(--e-global-color-primary);
}
.nt-wpml-switcher__list-wrapper {
    background: white;
    position: absolute;
    padding-top: 10px;
    top: calc(100% - 10px);
    left: 50%;
    transform: translateX(-50%);
    transition: .3s;
}
.nt-wpml-switcher.open .nt-wpml-switcher__list-wrapper {
    opacity: 1!important;
    visibility: visible!important;
    top: 100%;
}
.nt-wpml-switcher__list {
    box-shadow: 0 0 10px 0 #DEDEDE;
    padding: 14px 24px;
    margin: 0;
    list-style: none;
    text-align: center;
}
.nt-wpml-switcher__list .nt-wpml-switcher__list-item-link {
    color: var(--e-global-color-text);
    font-size: 0.8125rem;
    font-weight: 500;
    white-space: nowrap;
}
.nt-wpml-switcher__list .nt-wpml-switcher__list-item.active  .nt-wpml-switcher__list-item-link,
.nt-wpml-switcher__list .nt-wpml-switcher__list-item-link:hover,
.nt-wpml-switcher__list .nt-wpml-switcher__list-item-link:focus {
    color: var(--e-global-color-primary);
}

@media (max-width: 1200px) {
    .nt-wpml-switcher__current-lang span {
        display: none;
    }
}
/*@media (min-width: 1201px) {*/
/*    .nt-wpml-switcher:hover .nt-wpml-switcher__list-wrapper,*/
/*    .nt-wpml-switcher:focus-within .nt-wpml-switcher__list-wrapper {*/
/*        opacity: 1!important;*/
/*        visibility: visible!important;*/
/*        top: 100%;*/
/*    }*/
/*}*/