

/* Start:/local/components/hl/request.form/templates/v1/style.css?17876692223681*/
div.error, div.warning {
    display: none;
}

div.warning {
    color: darkorange;
}

.f_val .one_in_field {
    width: 100%;
}

.request-spros-row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    cursor: pointer;
}

.request-spros-row input[type="checkbox"] {
    margin-top: 3px;
    flex-shrink: 0;
}

.request-measure-locked {
    padding: 10px 0;
}

.request-form-subtitle {
    color: #6b7280;
    margin: -6px 0 20px;
}

#form_request_add .hint {
    margin-top: 6px;
}

.request-back-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 12px;
    color: #6b7280;
    font-size: 14px;
    text-decoration: none;
}

.request-back-link:hover {
    color: #374151;
    text-decoration: underline;
}

.request-product-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    margin-bottom: 24px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fafafa;
    text-decoration: none;
    color: inherit;
    transition: border-color .15s ease, background .15s ease;
}

.request-product-card:hover {
    border-color: #d1d5db;
    background: #f3f4f6;
    text-decoration: none;
    color: inherit;
}

.request-product-card__photo {
    flex-shrink: 0;
    width: 72px;
    height: 72px;
    border-radius: 6px;
    overflow: hidden;
    background: #f0f1f3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.request-product-card__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.request-product-card__photo-placeholder {
    display: block;
}

.request-product-card__name {
    font-weight: 700;
}

.request-product-card__price {
    margin-top: 4px;
    color: #1f2937;
    font-weight: 700;
}

.request-product-card__price--negotiable {
    color: #6b7280;
    font-weight: 400;
}

.request-price-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.request-price-row .f_input {
    flex: 1;
}

.request-price-unit {
    flex-shrink: 0;
    color: #6b7280;
    white-space: nowrap;
}

.request-spros-item {
    margin-bottom: 28px;
}

.request-success {
    padding: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #f7faf7;
}

.request-success__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-bottom: 12px;
    border-radius: 50%;
    background: #2f9e44;
    color: #fff;
    font-weight: 700;
}

.request-success__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.request-success__hint {
    color: #4b5563;
    margin-bottom: 14px;
}

.request-success__link {
    font-weight: 600;
}

.pf-submit-wrap { position: relative; display: block; }
.pf-submit-wrap input[type="submit"] {
    min-width: 220px;
    text-align: center;
    box-sizing: border-box;
}
.pf-submit-wrap.pf-loading input[type="submit"] {
    background: #6b8a52 !important;
    cursor: default;
    opacity: 0.9;
}
.pf-submit-spinner {
    display: none;
    position: absolute;
    right: 24px;
    top: 50%;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    border: 2px solid rgba(255, 255, 255, 0.45);
    border-top-color: #fff;
    border-radius: 50%;
    animation: pf-spin 0.7s linear infinite;
    pointer-events: none;
}
.pf-submit-wrap.pf-loading .pf-submit-spinner { display: block; }

@keyframes pf-spin {
    to { transform: rotate(360deg); }
}

/* End */


/* Start:/local/components/api/location.select/templates/v1/style.css?17875579101002*/
/* location.select — новый интерфейс выбора адреса (DaData через свой прокси).
   Самодостаточный, минимальный, без зависимости от общих CSS-переменных. */
.pf-location-select { position: relative; }

.pf-location-select__panel {
    position: absolute;
    z-index: 20;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    padding: 6px;
}

.pf-location-select__results { max-height: 260px; overflow-y: auto; }

.pf-location-select__result {
    padding: 10px 8px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.95rem;
}
.pf-location-select__result:hover { background: #f2f2f2; }

.pf-location-select__empty { padding: 10px 8px; color: #888; font-size: 0.9rem; }

.pf-location-select__loading {
    padding: 10px 8px;
    color: #888;
    font-size: 0.9rem;
}

/* End */
/* /local/components/hl/request.form/templates/v1/style.css?17876692223681 */
/* /local/components/api/location.select/templates/v1/style.css?17875579101002 */
