.neo-search-input {
    background: url('../../../../images/ico/search.svg') no-repeat 10px center;
    height: 40px;
    padding: 0 12px 0 34px;
    border-radius: 20px;
    border: 1px solid var(--main-black-80);
    outline: none;
    background-color: var(--main-blue-light);
    color: var(--main-blue-dark__80);
    font-weight: 700;
    font-size: 0.875rem;
    min-width: 384px;
    max-width: stretch;
}

.neo-search-input--no-bottom-radius {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-color: transparent;
}




@media (max-width: 1200px) {
    .neo-search-input {
        min-width: 250px;
    }

}

@media (max-width: 768px) {
    .neo-search-input {
      /*  min-width: calc(100% - 46px);*/
      width: 100%;
    }

}