/* ==========================================================
   VERSION FOR VISUALLY IMPAIRED
   ========================================================== */

.sv-open {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    min-height: 44px !important;
    padding: 10px 16px !important;

    border: 2px solid #000 !important;
    border-radius: 4px !important;

    background: #fff !important;
    color: #000 !important;

    /*font-family: Arial, sans-serif !important;*/
    font-size: 16px !important;
    font-weight: 700 !important;
    /*line-height: 1.25 !important;*/

    cursor: pointer !important;
    text-decoration: none !important;

    box-sizing: border-box !important;
}

/*.sv-open:hover,
.sv-open:focus {
    background: #000 !important;
    color: #fff !important;
}*/


/* ==========================================================
   PANEL
   ========================================================== */

.sv-panel {
    position: sticky !important;
    top: 0 !important;
    z-index: 2147483647 !important;

    width: 100% !important;

    background: #fff !important;
    color: #000 !important;

    border-bottom: 3px solid #000 !important;

    box-shadow: 0 2px 6px rgba(0, 0, 0, .2) !important;

    font-family: Arial, sans-serif !important;

    box-sizing: border-box !important;
}

.sv-panel[hidden] {
    display: none !important;
}

.sv-panel__inner {
    width: 100% !important;
    max-width: 1640px !important;

    margin: 0 auto !important;
    padding: 12px 24px !important;

    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;

    gap: 10px 18px !important;

    box-sizing: border-box !important;
}

.sv-panel__title {
    margin-right: 4px !important;

    font-size: 20px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
}

.sv-panel__group {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;

    gap: 6px !important;
}

.sv-panel__label {
    margin-right: 4px !important;

    font-size: 16px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
}

.sv-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    min-height: 42px !important;

    padding: 8px 14px !important;

    border: 2px solid #000 !important;
    border-radius: 4px !important;

    background: #fff !important;
    color: #000 !important;

    font-family: Arial, sans-serif !important;
    font-size: 16px !important;
    /*line-height: 1.25 !important;*/
    font-weight: 600 !important;

    cursor: pointer !important;

    box-sizing: border-box !important;
}

/*.sv-btn:hover,
.sv-btn:focus {
    background: #000 !important;
    color: #fff !important;
}*/

.sv-btn.is-active {
    background: #000 !important;
    color: #fff !important;
}

.sv-btn--reset {
    background: #000 !important;
    color: #fff !important;
}


/* ==========================================================
   COMMON ACCESSIBILITY MODE
   ========================================================== */

.sv-accessibility #sv-open {
    background-color: #CDD1DF;
    border-color: #CDD1DF;
}
/*.sv-accessibility {
    background-color: #fff;
    color: #000;
}


.sv-accessibility header > div:first-child, .sv-accessibility #headerPanelSearch, .sv-accessibility .button--white {
    background-color: #fff; border: 1px solid #000;
}

.sv-accessibility .button--blue {
    background-color: #000; border-color: #000;
}

.sv-accessibility .txt h1 {color: #000;}
.sv-accessibility .txt h1 span {color: #000 !important;}*/

body.sv-accessibility a {
    text-decoration-thickness: 2px !important;
    text-underline-offset: 2px !important;
}

/*body.sv-accessibility a:focus,
body.sv-accessibility button:focus,
body.sv-accessibility input:focus,
body.sv-accessibility textarea:focus,
body.sv-accessibility select:focus {
    outline: 3px solid #000 !important;
    outline-offset: 3px !important;
}*/


/* ==========================================================
   LINE HEIGHT
   ========================================================== */

/*body.sv-font-large .sv-target-text,
body.sv-font-xlarge .sv-target-text {
    line-height: 1.45 !important;
}*/


/* ==========================================================
   IMAGE OFF
   ========================================================== */

/*
 * Не используем display:none.
 * Изображение сохраняет занимаемое пространство,
 * поэтому сетка и размеры блоков не разваливаются.
 */

body.sv-images-hidden img {
    visibility: hidden !important;
}
body.sv-images-hidden #headerLogo > div:first-child, body.sv-images-hidden #footerLogo > div:first-child, body.sv-images-hidden #footerBottom a {background-color: #f0f0f0;}
body.sv-images-hidden .bg {background-color: #f0f0f0;}
body.sv-images-hidden .thesisEl > div:last-child {display: none;}
body.sv-images-hidden #mpThesis {padding-bottom: 56px;}
body.sv-images-hidden picture {
    visibility: hidden !important;
}

body.sv-images-hidden video {
    visibility: hidden !important;
}


/*
 * Убираем декоративные background-image.
 */

body.sv-images-hidden .bg {
    background-image: none !important;
}

body.sv-images-hidden,
body.sv-images-hidden * {
    background-image: none !important;
}


/*
 * Но изображения самой панели управления не должны
 * зависеть от режима.
 */

#sv-panel,
#sv-panel *,
#sv-open {
    background-image: none !important;
}


/* ==========================================================
   BLACK & WHITE
   ========================================================== */

/*
 * Переводим основные фирменные цвета сайта
 * в нейтральную монохромную палитру.
 */

body.sv-grayscale {
    background: #fff !important;
    color: #000 !important;
}

/*body.sv-grayscale header,
body.sv-grayscale footer,
body.sv-grayscale .bg-20376D,
body.sv-grayscale .button--blue,
body.sv-grayscale .button--hollow {
    background-color: #000 !important;
    color: #fff !important;
}*/

body.sv-grayscale .txt h1,
body.sv-grayscale .txt h2,
body.sv-grayscale .txt .likeH2,
body.sv-grayscale .txt h3,
body.sv-grayscale .txt .likeH3,
body.sv-grayscale .txt h4,
body.sv-grayscale .txt .likeH4 {
    color: #000 !important;
}

body.sv-grayscale a,
body.sv-grayscale .link {
    color: #000 !important;
}

body.sv-grayscale .link > div:first-child span {
    border-color: #000 !important;
}

body.sv-grayscale .button--pale,
body.sv-grayscale .blogEl,
body.sv-grayscale .partnersSliderEl,
body.sv-grayscale .bigCardItems > div:first-child,
body.sv-grayscale .bigCardContacts > div,
body.sv-grayscale .officesEl {
    background-color: #fff !important;
    color: #000 !important;
}

body.sv-grayscale .blogElBig,
body.sv-grayscale .bigCardBg {
    background-color: #000 !important;
    color: #fff !important;
}

body.sv-grayscale .blogElBigInfo .txt h3,
body.sv-grayscale .blogElBigInfo .txt .likeH3,
body.sv-grayscale .bigCardBg .txt h2,
body.sv-grayscale .bigCardBg .txt .likeH2,
body.sv-grayscale .bigCardBg .txt h3,
body.sv-grayscale .bigCardBg .txt .likeH3 {
    color: #fff !important;
}

body.sv-grayscale .blogElTopEl,
body.sv-grayscale .label {
    color: #000 !important;
}

body.sv-grayscale .blogElBigInfo .blogElTopEl,
body.sv-grayscale .blogElBigInfo .label {
    color: #fff !important;
}

body.sv-grayscale .button,
body.sv-grayscale .input,
body.sv-grayscale .textarea,
body.sv-grayscale .select2 {
    border-color: #000 !important;
}

body.sv-grayscale .eventsEl {
    border-color: #000 !important;
}

body.sv-grayscale .thesisEl > div:last-child {
    background-image: none !important;
}


/*
 * SVG тоже переводим в монохром.
 */

body.sv-grayscale svg path,
body.sv-grayscale svg circle,
body.sv-grayscale svg rect,
body.sv-grayscale svg line,
body.sv-grayscale svg polygon {
    fill: #000;
    /*stroke: #000;*/
}

/*
body.sv-grayscale .button--hollow svg path,
body.sv-grayscale footer svg path {
    fill: #fff;
    stroke: #fff;
}
*/


/*
 * Панель всегда остаётся читаемой.
 */

body.sv-grayscale #sv-panel,
body.sv-grayscale #sv-panel *,
body.sv-grayscale #sv-open {
    background-color: #fff !important;
    color: #000 !important;
    border-color: #000 !important;
}

body.sv-grayscale #sv-panel .sv-btn.is-active,
body.sv-grayscale #sv-panel .sv-btn--reset,
body.sv-grayscale #sv-open:hover,
body.sv-grayscale #sv-open:focus {
    background-color: #000 !important;
    color: #fff !important;
}

body.sv-grayscale header > div:first-child, body.sv-grayscale #headerPanelSearch, body.sv-grayscale .button--white, body.sv-grayscale #headerMenu {
    background-color: #fff; border: 1px solid #000;
}

body.sv-grayscale .button--blue {
    background-color: #000; border-color: #000; color: #fff !important;
}

body.sv-grayscale header > div:last-child {
    background-color: #fff; border: 1px solid #000;
}
body.sv-grayscale #headerLogo > div:last-child {color: #000;}
body.sv-grayscale img, body.sv-grayscale .ya-share2__badge, body.sv-grayscale #map, body.sv-grayscale .mediaVideoEl {
    filter: grayscale(100%);
}
body.sv-grayscale .mb1swEl > .flex > div:first-child h2, body.sv-grayscale .mb1swEl > .flex > div:first-child .likeH2 {
    color: #000; opacity: 0.48;
}
body.sv-grayscale #mpBlock1SliderWrp .slick-current.slick-active .mb1swEl > .flex > div:first-child h2, body.sv-grayscale #mpBlock1SliderWrp .slick-current.slick-active .mb1swEl > .flex > div:first-child .likeH2 {
    color: #000; opacity: 1;
}
body.sv-grayscale #mpBlock1SliderWrp .mb1swEl > .flex > div:last-child > div {
    background-color: rgba(0,0,0,0.24);
}
body.sv-grayscale #mpBlock1SliderWrp .mb1swElProgress span {
    background-color: #000 !important;
}
body.sv-grayscale .link > div:first-child {
    padding-right: 0;
}
body.sv-grayscale .link > div:last-child {
    display: none;
}
body.sv-grayscale .blogEl {
    border: 1px solid #000;
}
body.sv-grayscale #mpThesis {
    background-color: #000; padding-bottom: 56px;
}
body.sv-grayscale #mpThesis .likeH3 {
    color: #fff !important;
}
body.sv-grayscale .thesisEl > div:last-child {
    display: none;
}
body.sv-grayscale .bigCardBg .link {color: #fff !important;}
body.sv-grayscale .bigCardBg .link > div:first-child span {
    border-color: #fff !important;
}
body.sv-grayscale .partnersSliderEl {
    border: 1px solid #000;
}
body.sv-grayscale footer {
    background-color: #000; color: #fff !important;
}
body.sv-grayscale #footerTopSocial .button {
    border-color: #fff !important;
    background-color: #fff !important;
}
body.sv-grayscale .footerTopMenuEl > div p a, body.sv-grayscale #footerLogo > div:last-child {
    color: #fff !important;
}
body.sv-grayscale #footerBody {border-color: #fff;}
body.sv-grayscale #footerBody .button--hollow {
    border-color: #fff !important;
}
body.sv-grayscale #footerTop > div:last-child .button--hollow > div:first-child {
    display: none;
}
body.sv-grayscale #footerTop > div:last-child .button--hollow > div:last-child {padding-left: 0;}
body.sv-grayscale #footerBody > div .button--hollow path {
    fill: #fff !important;
}
body.sv-grayscale #footerBody > div .button--hollow:hover path {
    fill: #000 !important;
}
body.sv-grayscale #sideMenu p a {
    border: 1px solid #000;
}
body.sv-grayscale #sideMenu p a:hover {
    background-color: #fff !important;
}
body.sv-grayscale .smActive {
    background-color: #000; border: 1px solid #000;
}
body.sv-grayscale .documentsBodyEl .ratio {
    background-color: #fff; border: 1px solid #000;
}
body.sv-grayscale .documentsBodyElExe > div, body.sv-grayscale .documentsBodyEl:hover > div:first-child p, body.sv-grayscale .faqElTop > div:first-child, body.sv-grayscale .popupTop > div:first-child, body.sv-grayscale .datepicker input {
    color: #000 !important;
}
body.sv-grayscale .popupTop, body.sv-grayscale .datepicker, body.sv-grayscale #innerBlogTop, body.sv-grayscale #innerArticleBodyTop, body.sv-grayscale #innerArticleBottomLeftTop {
    border-color: #000;
}
body.sv-grayscale .popupBody {
    background-color: #fff; border-color: #000;
}
body.sv-grayscale .checkbox.active > div:first-child span {
    border-color: #000;
    background-color: #000;
}
body.sv-grayscale #innerArticleBottomLeftTop > div:last-child select {
    color: #000 !important; filter: grayscale(100%);
}
body.sv-grayscale .textarea, body.sv-grayscale .input {background-color: #fff;}
body.sv-grayscale .sbebControl span {
    color: #000; border-color: #000;
}
body.sv-grayscale .saysBodyElTop > div:first-child span {
    background-color: #fff; border: 1px solid #000; color: #000;
}
body.sv-grayscale .bigCardContacts > div:first-child {
    border: 1px solid #000;
}
body.sv-grayscale .bigCardForm {
    border: 1px solid #000; background-color: #fff;
}
body.sv-grayscale .innerAlbumsEl .flex .txt .likeH3 {
    color: #fff !important;
}

body.sv-grayscale #innerTopCoverBody h1, #innerTopCoverBody #breadcrumbs > li a, body.sv-grayscale #innerTopCoverBody #breadcrumbs > li a:visited, body.sv-grayscale #innerTopCoverBody .likeH4 {
    color: #fff !important;
}
body.sv-grayscale #innerTopCover .link > div:first-child span {
    border-color: #fff !important;
}
body.sv-grayscale #innerTopCover .button:hover {
    background-color: rgba(0, 0, 0, 0.32); border: none !important;
}
body.sv-grayscale #innerTopCover #mpBlock1SliderWrp .mb1swEl > .flex > div:last-child > div {
    background-color: rgba(255,255,255,0.24);
}
body.sv-grayscale #innerTopCover #mpBlock1SliderWrp .mb1swElProgress span {
    background-color: #fff !important;
}
body.sv-grayscale .thesisBodyEl {
    filter: grayscale(100%);
}
body.sv-grayscale .txt ul li::before {
    background-color: #000;
}
body.sv-grayscale #calendarTop {
    border: 1px solid #000;
}
body.sv-grayscale .select2, body.sv-grayscale .calendarTopEl--active {
    color: #000 !important;
}
body.sv-grayscale #calendarBodyHeader {
    border-color: #000;
}
body.sv-grayscale #calendarBodyMonth > div, body.sv-grayscale #mdlEventBody .blogElTop {
    border-color: #000; color: #000;
}
body.sv-grayscale .prevMonth {
    opacity: 0.48; color: #000;
}
body.sv-grayscale .today {
    border-color: #000; background-color: #000;
}
body.sv-grayscale .withEvent div > span {
    background-color: #000;
}
body.sv-grayscale .withEvent.today div > span {
    background-color: #fff;
}
body.sv-grayscale #innerEventsBody .eventsEl {
    border: 1px solid #000;
}
body.sv-grayscale #navigation > div a:not(.navigationForward), body.sv-grayscale #navigation > div p {
    border-color: #000; color: #000;
}
body.sv-grayscale #navigation > div p.navigationActive {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
body.sv-grayscale .navigationForward {
    border: 1px solid #000;
    filter: grayscale(100%);
    background-color: #fff !important;
}
body.sv-grayscale .tabsTop {
    border-color: #000;
}
body.sv-grayscale .tabsTopEl--active {
    border-color: #000;
    color: #000;
}
body.sv-grayscale .innerCard {
    border: 1px solid #000;
}
body.sv-grayscale #innerCabinetSideTop {
    border: 1px solid #000;
}
body.sv-grayscale #sideWrpControl button {
    background-color: #fff !important;
}
body.sv-grayscale #sideWrp.open .button {
    background-color: #f0f0f0 !important;
    border-color: #f0f0f0 !important;
    transition: all 0.1s linear;
}
body.sv-grayscale.sv-accessibility #sv-open {
    background-color: #000 !important; border-color: #000 !important;
}
body.sv-grayscale.sv-accessibility #sv-open svg path {
    fill: #fff !important;
}
body.sv-grayscale #headerPanelSearch input {
    color: #000 !important;
    
}
/* ==========================================================
   SIMPLIFIED VISUAL
   ========================================================== */

body.sv-simple {
    background: #fff !important;
    color: #000 !important;
}

body.sv-simple *,
body.sv-simple *::before,
body.sv-simple *::after {
    animation: none !important;
    transition: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

body.sv-simple * {
    border-radius: 0 !important;
}

body.sv-simple .bg {
    background-image: none !important;
}

body.sv-simple .blogEl:hover .blogElBody.txt h3,
body.sv-simple .blogEl:hover .blogElBody.txt .likeH3,
body.sv-simple .eventsEl:hover > div:nth-child(2) .txt h3,
body.sv-simple .eventsEl:hover > div:nth-child(2) .txt .likeH3 {
    color: inherit !important;
}

body.sv-simple a {
    color: #0000ee !important;
    text-decoration: underline !important;
}

body.sv-simple a:visited {
    color: #551a8b !important;
}

body.sv-simple input,
body.sv-simple textarea,
body.sv-simple select,
body.sv-simple button {
    border: 2px solid #000 !important;
}

body.sv-simple .blogEl,
body.sv-simple .partnersSliderEl,
body.sv-simple .bigCardItems > div:first-child,
body.sv-simple .bigCardContacts > div,
body.sv-simple .officesEl {
    background: #fff !important;
    color: #000 !important;
}

body.sv-simple .bigCardBg,
body.sv-simple .blogElBig {
    background: #000 !important;
    color: #fff !important;
}


/* ==========================================================
   PANEL RESPONSIVE
   ========================================================== */

@media screen and (max-width: 960px) {

    .sv-panel__inner {
        padding: 10px 16px !important;
    }

    .sv-panel__group {
        width: auto !important;
    }

    .sv-panel__group--reset {
        width: 100% !important;
    }
}

@media screen and (max-width: 620px) {

    .sv-panel__inner {
        display: block !important;
        padding: 10px !important;
    }

    .sv-panel__title {
        margin-bottom: 10px !important;
    }

    .sv-panel__group {
        margin-top: 8px !important;
    }

    .sv-panel__group:first-of-type {
        margin-top: 0 !important;
    }

    .sv-btn {
        min-height: 44px !important;
    }
}

@media screen and (max-width: 420px) {

    .sv-panel__group {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
    }

    .sv-panel__label {
        grid-column: 1 / -1 !important;
    }

    .sv-btn {
        width: 100% !important;
    }
}
