#main-header-bottom {
    position: relative;
    z-index: 1;
}#main-header-bottom .btn-header a {
    display: inline-block;
    padding: 11px 15px;
    border: 1px solid var( --e-global-color-secondary );
    color: var( --e-global-color-secondary );
    font-size: 14px;
    font-weight: 600;
    transition: .3s;
}#main-header-bottom .btn-header a:hover {
    background-color: var( --e-global-color-secondary );
    color: #FFFFFF;
}
@media (min-width: 1261px) {
    .elementor-sticky__spacer {
        display: none !important;
    }.elementor-sticky--effects {
        transform: translateY(-57px);
    }#main-header-bottom::after {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 100%;
        background-color: #FFFFFF;
        transition: .3s;
        z-index: -1;
    }.elementor-sticky--effects #main-header-bottom::after {
        width: 100vw;
    }
}
@media (max-width: 1260px) {
    .header-top {
        display: none;
    }#main-header-bottom::after {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        height: 100%;
        background-color: #FFFFFF;
        z-index: -1;
    }
}