.search_form-field {
    position: relative;
    height: 40px;
    max-width: 520px;
    width: 100%;
}

.search_form-field-input {
    border: 1px solid var(--gray-border);
    padding: 8px 16px 8px 16px;
    background: #fff;
    height: 100%;
    outline: none;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 171%;
    color: var(--gray);
    width: 100%;
}

.search_form-field-input::placeholder {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 171%;
    color: var(--gray);
}

.search_form-field-icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}