form.nosubmit {
    border: none;
    padding: 0;
}

.search-form {
    position: relative;
    width: 100%;
}

input.nosubmit {
    width: 100%;
    border: 1px solid #555;
    display: block;
    padding: 9px 4px 9px 40px;
    border-radius: 8px;
}

.search-form::before {
    content: "\f002"; /* Unicode для fa-magnifying-glass */
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #000;
}

.search-form {
    display: flex;
    flex-direction: column;
    align-items: left;
    font-family: 'Inter';
    color: #313948;
width: 100%;
    min-width: 100%;
}