.field-req-price input, select, .input-req {
    width: 100% !important;
    border: none;
    border-bottom: 1px solid #1d1d1d;
    border-radius: 0;
    margin-bottom: 10px;
}
.field-req-price {
    max-width: 400px;
    margin: 0 auto;
}
.input-req p {
    margin: 0;
}
.input-req {
    padding: 10px;
    display: flex;
    align-items: center;
    position: relative;
}
.request-price {
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
}
.toggle-buttons-req-price button {
    background: #1D1D1B;
    color: white;
    padding: 4px 20px;
    border: none;
    font-family: 'Montserrat', sans-serif;
    border-radius: 2px;
}
.toggle-buttons-req-price {
    max-width: 302px;
    background-color: #E9E9E9;
    margin: 0 auto 40px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 14px 0;
    border-radius: 4px;
}
.subtitle-req-price {
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    text-align: center;
    line-height: 20px;
}
.title-req-price {
    font-size: 28px;
    font-family: bebas-neue, sans-serif !important;
    text-align: center;
    font-weight: bold;
    margin-bottom: 16px;
}
.subm-req {
    padding: 8px 74px;
    border: none;
    background-color: #1D1D1B;
    color: white;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}
.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(255,255,255,0.95);

    display: none;
    align-items: center;
    justify-content: center;

    z-index: 9999;
}

/* POPUP */
.popup {
    position: relative;   /* ❗ НЕ fixed */
    width: 1000px;
    max-width: 95%;
    background: #fff;
    padding: 100px 40px;
    display: none;
    gap: 40px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
    border-radius: 12px;
}

.popup-close {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
}

.popup-left {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.tab {
    padding: 6px 76px;
    background: #eee;
    border: none;
    font-weight: 600;
    cursor: pointer;
    border-radius: 5px;
    font-size: 32px;
}

.tab.active {
    background: #111;
    color: #fff;
}

.popup-divider {
    width: 1px;
    background: rgba(29, 29, 27, 1);
}

.popup-call {
    flex: 1;
    max-width: 400px;
    text-align: center;
    margin: 0 auto;
}

.popup-call h2 {
    margin-top: 0;
    margin-bottom: 16px;
    font-weight: 600;
}

.popup-call p {
    color: rgba(29, 29, 27, 1);
    margin: 0 auto;
}

.popup-call input {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
}

.picker {
    padding: 12px 24px;
    background: #111;
    color: #fff;
    border: none;
    cursor: pointer;
}
.numInputWrapper input {
    width: 80%;
    border: none;
}
.op-sty {
    display: none;
}
.select-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.select-wrap select {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.arrow {
    position: absolute;
    right: 12px;
    width: 8px;
    height: 8px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: translateY(-50%) rotate(-45deg);
    pointer-events: none;
    transition: 0.2s ease;
}

/* когда select открыт (фокус) */
.select-wrap select:focus + .arrow {
    transform: translateY(-50%) rotate(135deg);
}
.submit-btn-req-price {
    border-radius: 4px; background-color: #1d1d1d; border: none; color: white; font-size: 16px; font-family: Montserrat, sans-serif; padding: 8px 36px; margin: 0 auto;  display: block;
}
