:root {
    --header-height: 80px;
}
header.sticky + main .next-particles,header.x-header_sticky + main .next-particles, main .next-particles {
    padding-top: calc(var(--space-3xl) + var(--header-height))!important;
}
@media (max-width: 991px) {
    :root {
        --header-height: 82px;
    }
    header.sticky + main .next-particles,header.x-header_sticky + main .next-particles, main .next-particles {
        padding-top: calc(var(--space-l) + var(--header-height))!important;
    }    
}
@media (max-width: 767px) {
    :root {
        --header-height: 78px;
    }
    header.sticky + main .next-particles,header.x-header_sticky + main .next-particles, main .next-particles {
         padding-top: var(--space-xs) !important;
    }
    #brx-content {
        margin-top: 0px!important;
    }    
}
@media (max-width: 477px) {
    :root {
        --header-height: 68px;
    }
}

