.isDeViPanelActive .b-content {
    margin: 95px auto 20px
}

.isDeViPanelActive .b-header__phone {
    margin-top: -2px;
    padding: 35px 0 31px 30px;
}

.isDeViPanelActive .b-logo,
.isDeViPanelActive .b-footer__logo,
.isDeViPanelActive .b-banner,
.isDeViPanelActive .b-header,
.isDeViPanelActive .b-btn_send,
.isDeViPanelActive .bf-2__decor {
    filter: var(--deViFilter, initial) !important;
}

.isDeViPanelActive header {
    margin-top: 60px !important;
}

.isDeViPanelActive .b-main-nav {
    margin-top: -110px !important;
}

.isDeViPanelActive .b-nav {
    margin-top: -64px !important;
    margin-bottom: 20px !important;
    float: initial;
}

.isDeViPanelActive .b-nav__item {
    z-index: 98;
}

.isDeViPanelActive .b-nav__item:first-child {
    z-index: 99;
    margin-bottom: 5px;
}

.isDeViPanelActive .b-nav__item:first-child .b-nav__item__sub {
    top: 36px;
}

html.isDeViPanelActive.isDeViPanelActive body .b-logo.b-logo {
    color: transparent !important;
    margin: 0;
}

.isDeViPanelActive body,
.isDeViPanelActive header,
.isDeViPanelActive .b-search__text,
.b-content__thirdary {
    background: var(--deViBaseBgColor, initial) !important;
}

.isDeViPanelActive .b-page ul {
    list-style: initial;
}

.isDeViPanelActive .b-page ul li {
    background: none;
}

.isDeViPanelActive .b-search {
    border: 2px solid var(--deViBaseFontColor);
}

.isDeViPanelActive .b-search__text {
    height: 18px;
}

.isDeViPanelActive .b-form .b-text {
    background: var(--deViBaseBgColor, initial) !important;
    border: 2px solid var(--deViBaseFontColor);
}