body:has(#bx-panel) .header {
    top: 147px;
}

body:has(#bx-panel.bx-panel-folded) .header {
    top: 39px;
}

#bx-panel.bx-panel-fixed {
    z-index: 9999 !important
}

#bx-panel {
    z-index: 9995 !important;
}

body:has(.bx-core-popup-menu[style*="display: block"]) .header {
    z-index: 100;
}

body:has(.bx-core-popup-menu[style*="display: block"]) #bx-panel {
    z-index: 995 !important;
}

.s-text-type-4 {
    position: relative;
    padding-left: 24px;
    border-left: 3px solid #ed5338;
}
.s-text-type-4 p,
.s-text-type-4__subtitle {
    margin: 0 0 12px 0;
}
