@charset "utf-8";


.language-switcher {
    border: none;
    width: 160px;
    height: 20px;
    display: block;
    padding: 0px 0px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: 2px 0;
}

#polyglotLanguageSwitcher {

}



#polyglotLanguageSwitcher, #polyglotLanguageSwitcher * {
	margin: 0;
	padding: 0; 
	outline: none;
}

#polyglotLanguageSwitcher ul {
	list-style: none;	
}

#polyglotLanguageSwitcher {
	color: #fff !importent;
	line-height: normal;
	position: relative; /* sets the initial position for the drop-down menu */	
}

#polyglotLanguageSwitcher form {
	display: none;	
}

/* ---------------------------------------------------------------------- */
/* JS-created Code
/* ---------------------------------------------------------------------- */
#polyglotLanguageSwitcher a {
    text-decoration: none;
    display: block;
    padding: 2px 0px 2px 0;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 1px center;
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    transition: all 500ms ease;
}


#polyglotLanguageSwitcher a.current:link, #polyglotLanguageSwitcher a.current:visited, #polyglotLanguageSwitcher a.current:active {
	position: relative; /* sets the initial position for the trigger arrow */
}



#polyglotLanguageSwitcher a.active { /* This style is applied as long as the drop-down menu is visible. */
	border-bottom: none !important;
	border-radius: 3px 3px 0 0 !important;
}

#polyglotLanguageSwitcher span.trigger {
    display: block;
    position: absolute;
    top: 2px;
    right: 32px;
}
#polyglotLanguageSwitcher span.trigger:before {
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    color: #333333;
    font-size: 16px;
    top: 0px;
    right: -32px;
}



#polyglotLanguageSwitcher a.current:hover span.trigger, #polyglotLanguageSwitcher a.current:active span.trigger, #polyglotLanguageSwitcher a.active span.trigger {
	background-position: left bottom !important;
}



/* Drop-Down Menu */
#polyglotLanguageSwitcher ul.dropdown {
    display: none;
    position: absolute;
    top: 38px;
    left: 0px;
    border-top: none !important;
    border-radius: 0 0 8px 8px;
    z-index: 99999;
    background: #f5f5f5;
    width: 115px;
}
#polyglotLanguageSwitcher ul.dropdown li {
    width: 115px;
	padding: 4px 10px;
	display: block;
	border-top: 1px solid #e3e1e1;
	transition: all 0.2s ease-in-out;
}
#polyglotLanguageSwitcher ul.dropdown li a {
	width:100%;
}
.top_header #polyglotLanguageSwitcher ul.dropdown li:after {
	display: none !important;
	
}

#polyglotLanguageSwitcher ul.dropdown li:first-child {
	border:none;
}
#polyglotLanguageSwitcher ul.dropdown li:last-child { 
	border-radius: 0 0 3px 3px;
}
#polyglotLanguageSwitcher ul.dropdown li:hover a {
	color: #555555;
}



#en {
	background-image: none;
}

#ru {
	background-image: none;
}

/* Top bar language switcher white color styles */
.top-bar-area #polyglotLanguageSwitcher a.current {
	color: #ffffff !important;
}

.top-bar-area #polyglotLanguageSwitcher span.trigger:before {
	color: #ffffff !important;
}

/* Static language links used for SEO-friendly language switching */
.top-bar-area .language-switcher {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    display: inline-flex;
    width: auto;
    min-width: 150px;
    height: auto;
    margin: 0;
    padding: 0;
}

.static-language-switcher {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 26px;
    white-space: nowrap;
}

.static-language-switcher a.language-link {
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    padding: 2px 0;
    background-image: none;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    text-transform: none;
}

.static-language-switcher a.language-link.is-active,
.static-language-switcher a.language-link:hover {
    color: #ffffff;
}

.static-language-switcher a.language-link + a.language-link {
    position: relative;
}

.static-language-switcher a.language-link + a.language-link:before {
    content: "";
    position: absolute;
    left: -5px;
    top: 5px;
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, 0.35);
}
