.header {
    z-index: 9;
}

.search {
    transition: all ease-in-out .3s;
}

.search form.search-form {
    display: flex;
    width: 100%;
}

body.search_active .search {
    z-index: 9;
    overflow-y: auto;
    overflow-x: hidden;
}

.search__body__form .cta {
    cursor: pointer;
    outline: none;
    border: 0;
}

.search__body__form .search-icon {
    display: flex;
}

body.search-results {
    padding-top: 0;
    overflow: initial;
} 
body.search_active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.gravity-form__form .gform_wrapper form .gfield_label {
    margin-bottom: 1rem !important;
    font-size: 1.8rem !important;
    font-weight: 400;
}
.gravity-form__form .gform_wrapper form .gfield_description {
    margin-bottom: 8px;
    font-size: 1.4rem;
    padding: 0 !important;
}
.item-cards.item-cards--manual .slider .swiper-wrapper {
    justify-content: center;
}

.hero-solution.bheight-small {
    height: 50vh;
    padding-top: 20vh;
}
.search-results__filters {
    margin-bottom: 2.4rem;
}
.results__item_not_found {
    margin-top: 40px;
}

@media screen and (max-width:991px) {
    .search form.search-form {
        flex-wrap: wrap;
        gap: 1.6rem;
    }

    .search__body__form .search-icon {
        position: absolute;
        top: 25px;
        left: 16px;
    }

    .search__body__form .search-input {
        max-width: calc(100% - 36px);
        margin-left: auto;
    }
}