@media screen and (max-width: 1440px){

    #acfic-search-form[on_top="1"] {
        position: fixed;
        max-width: unset !important;
        left: clamp(30px, 5vw, 50px) !important;
        width: calc(100% - clamp(30px, 5vw, 50px) * 2) !important;
        margin-left: 0 !important;
    }
}