/* Scoped system forms and profile pages for VezemZerno. */

.vz-system-page {
    /* No flat band — let the systemic .vz-page background (theme.css) frame the
       centred white form/profile cards, same as the cabinet and market pages.
       (A `background` shorthand here would reset .vz-page's background-image.) */
    min-height: 100vh;
}

.vz-system-main {
    padding: 32px 0 48px;
}

.vz-system-page .icms-svg-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    max-width: 20px;
    max-height: 20px;
    fill: currentColor;
    vertical-align: -0.125em;
}

.vz-system-page .cp_toolbar {
    display: none;
}

.vz-system-main .icms-footer__bottom {
    display: none;
}

.vz-system-form,
.vz-profile-view {
    max-width: 1080px;
    margin: 0 auto;
}

.vz-system-form__head,
.vz-profile-view__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 20px;
}

.vz-system-form__eyebrow {
    margin-bottom: 8px;
    color: var(--vz-green);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vz-system-form h1,
.vz-profile-view h1 {
    margin: 0;
    color: var(--vz-text);
    font-size: 34px;
    font-weight: 800;
    line-height: 1.2;
}

.vz-system-form__head p,
.vz-profile-view__title p {
    max-width: 680px;
    margin: 10px 0 0;
    color: var(--vz-text-secondary);
    font-size: 16px;
}

.vz-system-form__back {
    flex: 0 0 auto;
}

.vz-system-form__note,
.vz-system-alert {
    margin-bottom: 16px;
    padding: 14px 16px;
    border: 1px solid var(--vz-border);
    border-radius: var(--vz-radius-sm);
    background: #fff;
    color: var(--vz-text-secondary);
    font-size: 14px;
}

.vz-system-alert--info {
    border-color: rgba(26, 115, 232, 0.22);
    background: rgba(26, 115, 232, 0.06);
}

.vz-system-alert--warning {
    border-color: rgba(199, 144, 43, 0.28);
    background: var(--vz-gold-bg);
    color: #65420b;
}

.vz-system-form__form {
    padding: 24px;
    border: 1px solid var(--vz-border);
    border-radius: var(--vz-radius);
    background: #fff;
    box-shadow: var(--vz-shadow-sm);
}

.vz-system-form__form .form-tabs {
    margin: 0;
}

.vz-system-form__form .without-tabs,
.vz-system-form__form .icms-form-body {
    display: block;
}

.vz-system-form__form fieldset {
    min-width: 0;
    margin: 0 0 18px;
    padding: 18px;
    border: 1px solid var(--vz-border-light);
    border-radius: var(--vz-radius-sm);
    background: #fff;
}

.vz-system-form__form fieldset legend {
    width: auto;
    margin: 0 0 12px;
    padding: 0 8px 0 0;
    color: var(--vz-text);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
}

.vz-request-form__form .vz-request-section {
    position: relative;
}

.vz-request-form__form .vz-request-section--type {
    border-color: rgba(45, 138, 78, 0.18);
    background: linear-gradient(180deg, rgba(234, 245, 238, 0.75), #fff);
}

.vz-request-form__form .vz-request-section--content textarea {
    min-height: 120px;
}

.vz-system-form__form .form-group {
    min-width: 0;
    margin-bottom: 14px;
}

.vz-system-form__form .form-group:last-child {
    margin-bottom: 0;
}

.vz-system-form__form label {
    display: inline-block;
    margin-bottom: 6px;
    color: var(--vz-text);
    font-size: 13px;
    font-weight: 700;
}

.vz-system-form__form input.form-control,
.vz-system-form__form select.form-control,
.vz-system-form__form textarea.form-control,
.vz-system-form__form .input,
.vz-system-form__form input[type="text"],
.vz-system-form__form input[type="email"],
.vz-system-form__form input[type="password"],
.vz-system-form__form input[type="number"],
.vz-system-form__form input[type="date"],
.vz-system-form__form textarea,
.vz-system-form__form select {
    width: 100%;
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid var(--vz-border);
    border-radius: var(--vz-radius-xs);
    background: #fff;
    color: var(--vz-text);
    font-family: var(--vz-font);
    font-size: 14px;
    line-height: 1.45;
}

.vz-system-form__form textarea {
    min-height: 96px;
    resize: vertical;
}

.vz-system-form__form input:focus,
.vz-system-form__form select:focus,
.vz-system-form__form textarea:focus {
    border-color: var(--vz-green);
    box-shadow: 0 0 0 3px rgba(45, 138, 78, 0.12);
    outline: none;
}

.vz-system-form__form .chosen-container {
    width: 100% !important;
    max-width: 100%;
    font-family: var(--vz-font);
}

.vz-system-form__form .chosen-container-single .chosen-single,
.vz-system-form__form .chosen-container-multi .chosen-choices {
    min-height: 44px;
    padding: 8px 12px;
    border: 1px solid var(--vz-border);
    border-radius: var(--vz-radius-xs);
    background: #fff;
    box-shadow: none;
    color: var(--vz-text);
    line-height: 26px;
}

.vz-system-form__form .chosen-container-single .chosen-single div {
    top: 8px;
}

.vz-system-form__form .chosen-drop {
    border-color: var(--vz-border);
    border-radius: 0 0 var(--vz-radius-xs) var(--vz-radius-xs);
}

.vz-request-form__form #fset_0,
.vz-request-form__form fieldset:has([name="request_type"]),
.vz-request-form__form fieldset:has([name="transport_mode"]) {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    border-color: rgba(45, 138, 78, 0.18);
    background: linear-gradient(180deg, rgba(234, 245, 238, 0.75), #fff);
}

.vz-request-form__form #fset_0 legend,
.vz-request-form__form fieldset:has([name="request_type"]) legend,
.vz-request-form__form fieldset:has([name="transport_mode"]) legend {
    grid-column: 1 / -1;
}

.vz-request-form__form #fset_0 .form-group,
.vz-request-form__form fieldset:has([name="request_type"]) .form-group,
.vz-request-form__form fieldset:has([name="transport_mode"]) .form-group {
    margin: 0;
}

.vz-system-form__form .buttons {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid var(--vz-border-light);
}

.vz-system-form__form .button-submit,
.vz-system-form__form button[type="submit"],
.vz-system-form__form .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    border: 1px solid var(--vz-green);
    border-radius: var(--vz-radius-xs);
    background: var(--vz-green);
    color: #fff;
    font-family: var(--vz-font);
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.vz-system-form__form .button-cancel,
.vz-system-form__form .btn-secondary,
.vz-system-form__form .btn-warning,
.vz-system-form__form .to_draft {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    border: 1px solid var(--vz-border);
    border-radius: var(--vz-radius-xs);
    background: #fff;
    color: var(--vz-text);
    font-family: var(--vz-font);
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.vz-system-form__danger {
    border-color: rgba(180, 35, 24, 0.25);
    color: #b42318;
}

.vz-profile-form__tabs {
    margin-bottom: 16px;
    overflow-x: auto;
}

.vz-profile-tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    min-width: max-content;
    border: none;
}

.vz-profile-panel {
    padding: 24px;
    border: 1px solid var(--vz-border);
    border-radius: var(--vz-radius);
    background: #fff;
    box-shadow: var(--vz-shadow-sm);
}

.vz-profile-sessions {
    display: block;
}

.vz-profile-sessions__list {
    display: grid;
    gap: 12px;
}

.vz-profile-session {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(130px, 190px) auto;
    align-items: center;
    gap: 14px;
    padding: 14px;
    border: 1px solid var(--vz-border-light);
    border-radius: var(--vz-radius-sm);
    background: #fff;
}

.vz-profile-session__type {
    color: var(--vz-text);
    font-weight: 800;
}

.vz-profile-session__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 4px;
    color: var(--vz-text-secondary);
    font-size: 13px;
}

.vz-profile-session__ip {
    color: var(--vz-green-dark);
    font-weight: 700;
    overflow-wrap: anywhere;
}

.vz-profile-tabs .nav-link {
    padding: 9px 14px;
    border: 1px solid var(--vz-border);
    border-radius: var(--vz-radius-xs);
    background: #fff;
    color: var(--vz-text-secondary);
    font-size: 14px;
    font-weight: 700;
}

.vz-profile-tabs .nav-link.active {
    border-color: var(--vz-green);
    background: var(--vz-green-bg);
    color: var(--vz-green-dark);
}

.vz-profile-view__head {
    align-items: center;
    padding: 24px;
    border: 1px solid var(--vz-border);
    border-radius: var(--vz-radius);
    background: #fff;
    box-shadow: var(--vz-shadow-sm);
}

.vz-profile-view__avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 76px;
    width: 76px;
    height: 76px;
    overflow: hidden;
    border-radius: 50%;
    background: var(--vz-green-bg);
    color: var(--vz-green-dark);
    font-size: 30px;
    font-weight: 800;
}

.vz-profile-view__avatar img,
.vz-profile-view__avatar svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vz-profile-view__title {
    flex: 1 1 auto;
    min-width: 0;
}

.vz-profile-view__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: 18px;
    margin-top: 18px;
}

.vz-profile-view__panel {
    padding: 20px;
    border: 1px solid var(--vz-border);
    border-radius: var(--vz-radius);
    background: #fff;
    box-shadow: var(--vz-shadow-sm);
}

.vz-profile-view__panel h2 {
    margin: 0 0 14px;
    font-size: 20px;
    font-weight: 800;
}

.vz-profile-view__facts {
    display: grid;
    gap: 12px;
    margin: 0;
}

.vz-profile-view__facts div {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--vz-border-light);
}

.vz-profile-view__facts div:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.vz-profile-view__facts dt {
    color: var(--vz-text-secondary);
    font-weight: 700;
}

.vz-profile-view__facts dd {
    margin: 0;
    color: var(--vz-text);
    font-weight: 700;
}

.vz-profile-view__counts {
    display: grid;
    gap: 10px;
}

.vz-profile-view__counts a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px;
    border: 1px solid var(--vz-border-light);
    border-radius: var(--vz-radius-xs);
    color: var(--vz-text);
}

.vz-profile-view__counts strong {
    color: var(--vz-green);
    font-size: 18px;
}

.vz-profile-rating-list {
    display: grid;
    gap: 10px;
}

.vz-profile-rating-list div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    padding: 12px;
    border: 1px solid var(--vz-border-light);
    border-radius: var(--vz-radius-sm);
    background: var(--vz-bg-alt);
}

.vz-profile-rating-list span {
    color: var(--vz-text-secondary);
    font-size: 13px;
    font-weight: 800;
}

.vz-profile-rating-list strong {
    color: var(--vz-green-dark);
    font-size: 16px;
    font-weight: 850;
    white-space: nowrap;
}

.vz-profile-empty {
    margin: 0;
    color: var(--vz-text-muted);
    font-size: 14px;
}

.vz-profile-reviews {
    margin-top: 18px;
}

.vz-profile-review-list {
    display: grid;
    gap: 10px;
}

.vz-profile-review {
    padding: 14px;
    border: 1px solid var(--vz-border-light);
    border-radius: var(--vz-radius-sm);
    background: var(--vz-bg-alt);
}

.vz-profile-review__head {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.vz-profile-review__head strong {
    color: var(--vz-green-dark);
    font-size: 16px;
}

.vz-profile-review__head span,
.vz-profile-review__head time {
    color: var(--vz-text-muted);
    font-size: 12px;
    font-weight: 800;
}

.vz-profile-review p {
    margin: 0 0 10px;
    color: var(--vz-text-secondary);
    line-height: 1.5;
}

.vz-profile-review__marks {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.vz-profile-review__marks span {
    padding: 4px 8px;
    border-radius: 999px;
    background: #fff;
    color: var(--vz-text-secondary);
    font-size: 12px;
    font-weight: 750;
}

.vz-profile-review__foot {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    color: var(--vz-text-muted);
    font-size: 12px;
}

.vz-profile-review__foot a {
    color: var(--vz-green-dark);
    font-weight: 800;
}

.vz-request-form__form .vz-field-hidden {
    display: none !important;
}

@media (min-width: 860px) {
    .vz-system-form__form fieldset {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 18px;
        row-gap: 0;
    }

    .vz-system-form__form fieldset legend,
    .vz-system-form__form fieldset .field.ft_html,
    .vz-system-form__form fieldset .field.ft_text,
    .vz-system-form__form fieldset .field.ft_string.f_content,
    .vz-system-form__form fieldset .field.f_content {
        grid-column: 1 / -1;
    }
}

@media (max-width: 859px) {
    .vz-system-main {
        padding: 24px 0 36px;
    }

    .vz-system-form__head,
    .vz-profile-view__head {
        flex-direction: column;
        align-items: stretch;
    }

    .vz-system-form h1,
    .vz-profile-view h1 {
        font-size: 28px;
    }

    .vz-system-form__form {
        padding: 16px;
    }

    .vz-system-form__form fieldset,
    .vz-request-form__form #fset_0,
    .vz-request-form__form fieldset:has([name="request_type"]),
    .vz-request-form__form fieldset:has([name="transport_mode"]) {
        display: block;
        padding: 14px;
    }

    .vz-profile-view__grid {
        grid-template-columns: 1fr;
    }

    .vz-profile-tabs {
        flex-wrap: nowrap;
        min-width: max-content;
    }

    .vz-profile-view__facts div {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .vz-profile-session {
        grid-template-columns: 1fr;
        align-items: stretch;
    }
}

@media (max-width: 430px) {
    .vz-system-main .vz-container {
        padding: 0 12px;
    }

    .vz-system-form__form .buttons,
    .vz-system-form__form .button-submit,
    .vz-system-form__form .button-cancel,
    .vz-system-form__form button[type="submit"],
    .vz-system-form__form .btn {
        width: 100%;
    }

    .vz-profile-view__head,
    .vz-profile-view__panel {
        padding: 16px;
    }
}

/* ===================================================================
   Быстрая заявка из текста (MVP) — панель над формой /requests/add.
   =================================================================== */
.vz-system-alert--success {
    border-color: rgba(45, 138, 78, 0.28);
    background: var(--vz-green-bg, rgba(45, 138, 78, 0.08));
    color: var(--vz-green-dark, #1f6b3a);
}

.vz-quick {
    margin-bottom: 20px;
    padding: 22px 24px;
    border: 1px solid var(--vz-green-light, #cfe6d8);
    border-radius: var(--vz-radius, 16px);
    background: linear-gradient(180deg, rgba(45, 138, 78, 0.06), rgba(45, 138, 78, 0.02));
}
.vz-quick[hidden] { display: none; }

/* Пока показана панель быстрой заявки — обычная форма свёрнута (только при JS). */
.vz-request-form__form.vz-quick-collapsed { display: none; }

.vz-quick__title {
    margin: 0 0 6px;
    font-size: 20px;
    font-weight: 800;
    color: var(--vz-text);
}
.vz-quick__lead {
    margin: 0 0 14px;
    max-width: 640px;
    font-size: 14px;
    line-height: 1.5;
    color: var(--vz-text-secondary);
}
.vz-quick__input {
    display: block;
    width: 100%;
    min-height: 84px;
    padding: 12px 14px;
    border: 1px solid var(--vz-border);
    border-radius: var(--vz-radius-sm, 12px);
    background: #fff;
    font-family: inherit;
    font-size: 15px;
    line-height: 1.5;
    color: var(--vz-text);
    resize: vertical;
    box-sizing: border-box;
}
.vz-quick__input:focus {
    outline: none;
    border-color: var(--vz-green);
    box-shadow: 0 0 0 3px rgba(45, 138, 78, 0.14);
}
.vz-quick__msg {
    margin-top: 10px;
    padding: 10px 12px;
    border-radius: var(--vz-radius-xs, 8px);
    font-size: 13.5px;
    line-height: 1.45;
}
.vz-quick__msg[hidden] { display: none; }
.vz-quick__msg--info { background: rgba(26, 115, 232, 0.08); color: #1a4f9c; }
.vz-quick__msg--error { background: rgba(210, 60, 45, 0.08); color: #a3271b; }
.vz-quick__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}
.vz-quick__hint {
    margin: 12px 0 0;
    font-size: 12.5px;
    color: var(--vz-text-muted, #78807a);
}

@media (max-width: 560px) {
    .vz-quick { padding: 18px 16px; }
    .vz-quick__actions { flex-direction: column; }
    .vz-quick__actions .vz-btn { width: 100%; }
}

/* ===================================================================
   Быстрая заявка — шаг 1, примеры, результат/список рейсов (Задача 4).
   =================================================================== */
.vz-quick__step {
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 10px;
    border-radius: 999px;
    background: var(--vz-green);
    color: #fff;
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}
.vz-quick__examples {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
}
.vz-quick__examples-label { font-size: 12.5px; color: var(--vz-text-muted, #80868b); }
.vz-quick__example {
    padding: 5px 12px;
    border: 1px dashed var(--vz-green-light, #cfe6d8);
    border-radius: 999px;
    background: #fff;
    color: var(--vz-green-dark, #1e6335);
    font-family: inherit;
    font-size: 12.5px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s;
}
.vz-quick__example:hover { background: var(--vz-green-bg, #eaf5ee); border-style: solid; }

.vz-quick__result { margin-top: 14px; }
.vz-quick__result[hidden] { display: none; }

/* Режим «распознано»: панель — компактная карточка-сводка (single). */
.vz-quick--done .vz-quick__input,
.vz-quick--done .vz-quick__examples,
.vz-quick--done .vz-quick__actions,
.vz-quick--done .vz-quick__hint,
.vz-quick--done .vz-quick__msg { display: none; }

.vz-quick__found { margin-bottom: 10px; font-size: 14px; font-weight: 600; color: var(--vz-text); }
.vz-quick__cards { display: grid; gap: 8px; }
.vz-quick__card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border: 1px solid var(--vz-border);
    border-radius: 12px;
    background: #fff;
}
.vz-quick__card:hover { border-color: var(--vz-green-light, #cfe6d8); box-shadow: var(--vz-shadow-sm); }
.vz-quick__card-main { min-width: 0; }
.vz-quick__card-title { font-size: 14px; font-weight: 700; color: var(--vz-text); line-height: 1.35; }
.vz-quick__card-warn { margin-top: 4px; font-size: 12px; color: #a3271b; }
.vz-quick__pick { flex: 0 0 auto; }

.vz-quick__summary {
    list-style: none;
    margin: 0;
    padding: 12px 14px;
    border: 1px solid var(--vz-green-light, #cfe6d8);
    border-radius: 12px;
    background: var(--vz-green-bg, #eaf5ee);
}
.vz-quick__summary li { display: flex; gap: 8px; padding: 3px 0; font-size: 13.5px; color: var(--vz-text); }
.vz-quick__summary li span { flex: 0 0 92px; color: var(--vz-text-secondary); font-weight: 600; }

@media (max-width: 560px) {
    .vz-quick__card { flex-direction: column; align-items: stretch; }
    .vz-quick__pick { width: 100%; }
}

/* ===================================================================
   Форма заявки — единый аккуратный вид полей и select (Задача 5).
   Только визуал, состав полей и рендер InstantCMS не меняются.
   =================================================================== */
.vz-system-form__form input.form-control,
.vz-system-form__form select.form-control,
.vz-system-form__form textarea.form-control,
.vz-system-form__form input[type="text"],
.vz-system-form__form input[type="email"],
.vz-system-form__form input[type="tel"],
.vz-system-form__form input[type="password"],
.vz-system-form__form input[type="number"],
.vz-system-form__form input[type="date"],
.vz-system-form__form textarea,
.vz-system-form__form select {
    min-height: 44px;
    border-radius: 11px;
    border-color: #dfe5df;
    transition: border-color 0.15s, box-shadow 0.15s;
}
.vz-system-form__form input:hover,
.vz-system-form__form select:hover,
.vz-system-form__form textarea:hover { border-color: #c7d3c9; }

/* Нативный select — свой chevron, без «дешёвого» дефолта. */
.vz-system-form__form select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%235f6368' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 13px center;
    background-size: 16px;
    cursor: pointer;
}
.vz-system-form__form select::-ms-expand { display: none; }

/* Chosen — тот же радиус/высота/зелёный фокус, что и у нативных полей. */
.vz-system-form__form .chosen-container-single .chosen-single,
.vz-system-form__form .chosen-container-multi .chosen-choices {
    min-height: 44px;
    border-radius: 11px;
    border-color: #dfe5df;
}
.vz-system-form__form .chosen-container-active .chosen-single,
.vz-system-form__form .chosen-container-active.chosen-with-drop .chosen-single {
    border-color: var(--vz-green);
    box-shadow: 0 0 0 3px rgba(45, 138, 78, 0.12);
}
.vz-system-form__form .chosen-container .chosen-drop {
    border-color: var(--vz-green);
    border-radius: 0 0 11px 11px;
    box-shadow: 0 8px 24px rgba(31, 45, 34, 0.10);
}
.vz-system-form__form .chosen-container .chosen-results li.highlighted {
    background: var(--vz-green);
}

/* Секции — читаемые заголовки и мягкие карточки. */
.vz-request-form__form .vz-request-section legend,
.vz-system-form__form fieldset legend {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
}
.vz-request-form__form .vz-request-section legend::before {
    content: "";
    width: 4px;
    height: 18px;
    border-radius: 2px;
    background: var(--vz-green);
}

/* Обязательные поля — мягкая зелёная пометка (модерн не печатает «*» в разметке). */
.vz-system-form__form .reguired_field > label:first-of-type::after {
    content: " *";
    color: var(--vz-green);
    font-weight: 700;
    opacity: 0.7;
}
