.fast-search.fast-search_new{
    margin-bottom: 25px;
}
.fast-search_new .fast-search-selects-row{
    gap: 25px;
}
.fast-search_new .fast-search-selects{
    background-color: transparent;
}
.fast-search_new .fast-search-selects-col{
    width: 100%;
    max-width: 330px;
}
.fast-search_new .fast-search-selects-col .select-title{
    height: 40px;
}
.new-btn-search{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    margin-left: 10px;
    border: none;
    outline: none;
    transition: .4s all;
    border-radius: 2px;
    background-color: #E3EBEB;
    width: 40px;
    height: 40px;
    min-width: 40px;
}
.new-btn-search:hover,
.new-btn-search:active{
    border: none;
    outline: none;
    background-color: #a19898;
}
.new-btn-search span{
    display: none;
    font-family: Onest;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
    color: #00494C;
    margin-right: 6px;
}
@media(max-width: 1024px){
    .fast-search_new .fast-search-selects-row{
        gap: 10px;
    }
}
@media(max-width: 767px){
    .fast-search_new .fast-search-selects-col{
        max-width: 100%;
    }
    .new-btn-search{
        margin-left: auto;
        width: 100%;
    }
    .new-btn-search span{
        display: inline-block;
    }
    .fast-search.fast-search_new{
        margin-bottom: 30px;
    }
}