<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* language */

.language {
position: fixed;
left: 10px;
top: 5%;
transform: translateY(-50%);
display: flex;
flex-direction: column;
z-index:99999999;
}

.language__img {
margin: 2px;
cursor: pointer;
opacity: .5;
}

.language__img:hover,
.language__img_active {
opacity: 1;
}

/* Р­С‚Р° С‡Р°СЃС‚СЊ РѕС‚РІРµС‡Р°РµС‚ Р·Р° С‚Рѕ С‡С‚РѕР±С‹ РєРЅРѕРїРєРё РЅР°С…РѕРґРёР»РёСЃСЊ С„РёРєСЃРёСЂРѕРІР°РЅРѕ РЅР° СЃС‚СЂР°РЅРёС†Рµ*/

.page_fix {
top: 0 !important;
position: static !important;
}

/* Р­С‚Р° С‡Р°СЃС‚СЊ РѕС‚РІРµС‡Р°РµС‚ Р·Р° С‚Рѕ С‡С‚РѕР±С‹ РЅРµ Р±С‹Р»Рѕ РІРёРґРЅРѕ РЅР°РґРїРёСЃРё вЂ“ РџРµСЂРµРІРѕРґС‡РёРє Google */

.skiptranslate {
display: none !important;
}</pre></body></html>