/* 1. СТРАНИЦА АВТОРИЗАЦИИ */
#login form img, #login img {
    max-width: 300px !important;
    height: auto !important;
    width: 100% !important;
    margin-bottom: 30px !important;
}

/* 2. СТРАНИЦА СКАЧИВАНИЯ (SHARE) */
.share .header img, .share .header svg {
    max-width: 150px !important;
    height: auto !important;
    width: 100% !important;
    margin: 0 auto !important;
}
.share main {
    margin: 0 auto !important;
    max-width: 1000px !important;
    float: none !important;
    display: block !important;
}
.share .header {
    justify-content: center !important;
    display: flex !important;
    margin-bottom: 20px !important;
}

/* 3. УДАЛЯЕМ ПОДВАЛ, ВЕРСИЮ И ПОМОЩЬ (УСИЛЕННЫЙ ВАРЯНТ) */
footer, 
.footer, 
[id*="footer"], 
[class*="footer"],
.credits,
.version,
.help,
#help,
a[href*="/help"],
button[aria-label*="Help"],
button[title*="Help"] {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    height: 0 !important;
    padding: 0 !important;
}

/* 4. СКРЫВАЕМ ЛИШНЕЕ НА SHARE */
.share aside, .share .sidebar { display: none !important; }
#breadcrumbs { justify-content: center !important; display: flex !important; }

/* 5. ЛОГОТИП ВНУТРИ СИСТЕМЫ */
#header .title img {
    height: 45px !important;
    width: auto !important;
}
