.pilot-bar {
    padding: 8px 20px;
    background: #ffd9ca;
    color: #6b2712;
    text-align: center;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .03em;
}

.catalog-category + .catalog-category {
    padding-top: 20px;
}

.text-field {
    display: flex;
    flex-direction: column;
    gap: 7px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 800;
}

.text-field input {
    width: 100%;
    padding: 15px 16px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
    color: var(--ink);
    font: inherit;
}

.text-field input:focus {
    outline: 2px solid var(--accent);
    border-color: var(--accent);
}

.contact-step {
    border-bottom: 0;
}
