/* ОБЩИЙ СТИЛЬ */
.gtranslate_wrapper {
    position: fixed;
			  
				
    z-index: 99999;

    display: flex;
    align-items: center;
    gap: 0;

    padding: 6px 10px;

    background: rgba(15,15,15,.72);

    border: 1px solid rgba(255,255,255,.10);
    border-radius: 18px;

										   
}

/* ЯЗЫКИ */
.gtranslate_wrapper a {
    color: rgba(255,255,255,.65) !important;
    text-decoration: none !important;

    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;

    padding: 2px 4px;

							 
}

/* разделитель */
.gtranslate_wrapper a:first-child::after {
    content: "|";
    color: rgba(255,255,255,.30);
    margin-left: 8px;
    margin-right: 4px;
}

/* активный язык */
.gtranslate_wrapper a.gt-current-lang {
    color: #fff !important;
    font-weight: 700;
}

/* hover */
.gtranslate_wrapper a:hover {
    color: #fff !important;
}

/* ===== ПЕРВЫЙ ВАРИАНТ (main pages) ===== */
.gtranslate-main {
    top: 20px;
    right: 65px;
}

/* ===== МЕНЮ / СПЕЦ СТРАНИЦЫ ===== */
.gtranslate-menu {
    top: 115px;
    right: 20px;
}

