

/* Start:/local/components/antidev/forms/templates/form-publication/style.css?1786211952790*/
.field.error input,
.field.error textarea {
    border-color: var(--red);
    box-shadow: 0 0 0 3px rgba(227, 0, 15, .08);
}

.field.success input,
.field.success textarea {
    border-color: #1F8A4C;
}

.field .mess-err {
    display: none;
}

.field.error .mess-err {
    display: block;
    margin-top: 6px;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--red);
}

.consent.error .box {
    border-color: var(--red);
}

.form-server-error {
    margin-top: 18px;
    padding: 12px 16px;
    border: 1px solid var(--red);
    border-left-width: 4px;
    border-radius: 8px;
    background: #fdf3f2;
    color: var(--red);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

.btn2[disabled] {
    opacity: .6;
    cursor: default;
    pointer-events: none;
}

/* End */


/* Start:/local/templates/poo-russia/css/reg.css?178631191510343*/
.reg-page { background: var(--paper-2); }

.crumbs { background: #fff; border-bottom: 1px solid var(--line-2); }
.crumbs__in { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; padding: 15px 0; font-size: 14px; color: var(--ink-3); }
.crumbs a { color: var(--ink-2); font-weight: 500; }
.crumbs a:hover { color: var(--blue); }
.crumbs .sep { color: var(--line); }
.crumbs .cur { color: var(--ink); font-weight: 600; }

.filedrop { display: flex; align-items: center; gap: 14px; padding: 16px 18px; border: 1.5px dashed var(--line); border-radius: 10px; background: var(--paper-2); cursor: pointer; transition: border-color .2s, background .2s; }
.filedrop:hover { border-color: var(--blue); background: var(--blue-tint); }
.filedrop input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.filedrop__ic { width: 42px; height: 42px; border-radius: 10px; background: #fff; border: 1px solid var(--line); display: grid; place-items: center; flex-shrink: 0; color: var(--blue); }
.filedrop__ic svg { display: block; }
.filedrop__txt { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.filedrop__txt b { font-size: 15px; font-weight: 700; color: var(--ink); }
.filedrop__txt span { font-size: 12.5px; color: var(--ink-3); }
.filedrop.has-file { border-style: solid; border-color: var(--blue); background: var(--blue-tint); }
.filedrop.has-file .filedrop__ic { color: #1F8A4C; }
.filedrop__clear { margin-left: auto; width: 30px; height: 30px; border-radius: 8px; border: 1px solid var(--line); background: #fff; color: var(--ink-2); font-size: 16px; flex-shrink: 0; display: none; }
.filedrop.has-file .filedrop__clear { display: grid; place-items: center; }
.filedrop__clear:hover { color: var(--red); border-color: var(--red); }

.reg-head { padding: clamp(32px, 4.5vw, 56px) 0 clamp(24px, 3vw, 36px); }
.reg-head h1 { font-size: clamp(28px, 4vw, 46px); color: var(--ink); letter-spacing: -0.02em; }
.reg-head h1 .blue { color: var(--blue); }
.reg-head p { margin-top: 12px; font-size: clamp(16px, 1.5vw, 19px); color: var(--ink-2); max-width: 60ch; }

.reg-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 28px; align-items: start; padding-bottom: clamp(48px, 6vw, 90px); }

.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); overflow: hidden; }
.form-sec { padding: clamp(24px, 3vw, 36px); border-bottom: 1px solid var(--line-2); }
.form-sec:last-child { border-bottom: none; }
.form-sec__title { display: flex; align-items: center; gap: 12px; font-weight: 700; font-size: 18px; margin-bottom: 22px; }
.form-sec__title .n { width: 30px; height: 30px; border-radius: 50%; background: var(--blue); color: #fff; display: grid; place-items: center; font-size: 14px; font-weight: 800; flex-shrink: 0; }

.segmented { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; background: var(--paper-2); border: 1px solid var(--line); border-radius: 10px; padding: 5px; }
.segmented button { border: none; background: transparent; padding: 13px 16px; border-radius: 7px; font-weight: 600; font-size: 15px; color: var(--ink-2); transition: background .2s, color .2s, box-shadow .2s; }
.segmented button.active { background: #fff; color: var(--blue); box-shadow: var(--shadow-sm); }

.typecards { display: grid; grid-template-columns: 1fr; gap: 12px; }
.typecard { position: relative; display: flex; align-items: center; gap: 16px; padding: 18px 20px; border: 1.5px solid var(--line); border-radius: 10px; cursor: pointer; transition: border-color .2s, background .2s; }
.typecard:hover { border-color: #B9C9E8; }
.typecard input { position: absolute; opacity: 0; pointer-events: none; }
.typecard .radio { width: 22px; height: 22px; border-radius: 50%; border: 2px solid var(--line); flex-shrink: 0; display: grid; place-items: center; transition: border-color .2s; }
.typecard .radio::after { content: ""; width: 11px; height: 11px; border-radius: 50%; background: var(--blue); transform: scale(0); transition: transform .2s; }
.typecard .tc-body { flex: 1; display: flex; flex-direction: column; }
.typecard .tc-name { font-weight: 700; font-size: 16px; }
.typecard .tc-desc { font-size: 13px; color: var(--ink-3); margin-top: 2px; }
.typecard .tc-price { font-weight: 800; font-size: 19px; color: var(--blue); white-space: nowrap; font-variant-numeric: tabular-nums; }
.typecard.checked { border-color: var(--blue); background: var(--blue-tint); }
.typecard.checked .radio { border-color: var(--blue); }
.typecard.checked .radio::after { transform: scale(1); }

.fields { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 13px; font-weight: 600; color: var(--ink-2); }
.field label .req { color: var(--red); }
.field input, .field select, .field textarea { font-family: inherit; font-size: 16px; color: var(--ink); padding: 13px 15px; border: 1px solid var(--line); border-radius: 9px; background: #fff; transition: border-color .2s, box-shadow .2s; -webkit-appearance: none; appearance: none; }
.field textarea { resize: vertical; min-height: 84px; line-height: 1.5; }
.field input::placeholder, .field textarea::placeholder { color: var(--ink-3); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(0,57,166,.12); }
.field select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%237A8590' stroke-width='1.6' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px; }

.legal-fields { overflow: hidden; transition: max-height .4s var(--ease), opacity .3s; }
.legal-fields[hidden] { display: none; }

.consent { display: flex; align-items: flex-start; gap: 12px; cursor: pointer; font-size: 14px; color: var(--ink-2); line-height: 1.5; }
.consent input { position: absolute; opacity: 0; }
.consent .box { width: 22px; height: 22px; border-radius: 6px; border: 2px solid var(--line); flex-shrink: 0; display: grid; place-items: center; transition: background .2s, border-color .2s; margin-top: 1px; }
.consent .box::after { content: "✓"; color: #fff; font-size: 14px; font-weight: 800; transform: scale(0); transition: transform .2s; }
.consent input:checked + .box { background: var(--blue); border-color: var(--blue); }
.consent input:checked + .box::after { transform: scale(1); }
.consent a { color: var(--blue); font-weight: 600; }

.summary { position: sticky; top: 96px; display: flex; flex-direction: column; gap: 16px; }
.sum-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.sum-card__head { background: var(--blue); color: #fff; padding: 16px 24px; font-weight: 700; font-size: 16px; }
.sum-card__body { padding: 22px 24px; }
.sum-line { display: flex; justify-content: space-between; gap: 14px; font-size: 14px; color: var(--ink-2); padding: 10px 0; }
.sum-line[hidden] { display: none; }
.sum-line .v { font-weight: 600; color: var(--ink); white-space: nowrap; }
.sum-divider { height: 1px; background: var(--line-2); margin: 8px 0; }
.sum-total { display: flex; justify-content: space-between; align-items: baseline; padding-top: 12px; }
.sum-total .lab { font-weight: 700; font-size: 16px; }
.sum-total .amt { font-weight: 800; font-size: 30px; color: var(--blue); font-variant-numeric: tabular-nums; }
.sum-total .amt span { font-size: 18px; }

.promo { margin-top: 16px; }
.promo__toggle { font-size: 14px; font-weight: 600; color: var(--blue); cursor: pointer; display: inline-flex; align-items: center; gap: 6px; }
.promo__row { display: flex; gap: 8px; margin-top: 12px; }
.promo__row[hidden] { display: none; }
.promo__row input { flex: 1; font-family: inherit; font-size: 15px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 9px; text-transform: uppercase; }
.promo__row input:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(0,57,166,.12); }
.promo__row button { padding: 0 18px; border: 1px solid var(--blue); background: #fff; color: var(--blue); font-weight: 600; border-radius: 9px; transition: background .2s, color .2s; }
.promo__row button:hover { background: var(--blue); color: #fff; }
.promo__msg { font-size: 13px; margin-top: 8px; font-weight: 600; }
.promo__msg.ok { color: #1F8A4C; }
.promo__msg.err { color: var(--red); }

.sum-card__foot { padding: 0 24px 24px; }
.pay-note { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--ink-3); margin-top: 14px; justify-content: center; }
.pay-note svg { flex-shrink: 0; }
.pay-alt { text-align: center; font-size: 13px; color: var(--ink-3); margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line-2); }

.corp-mini { background: linear-gradient(120deg, var(--blue-tint), #fff); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 24px; }
.corp-mini h4 { font-size: 16px; margin-bottom: 6px; }
.corp-mini h4 .rd { color: var(--red); }
.corp-mini p { font-size: 14px; color: var(--ink-2); margin-bottom: 6px; }
.corp-mini p b { color: var(--ink); }
.corp-mini a.tel { color: var(--blue); font-weight: 700; }

.reg-toast { position: fixed; left: 50%; bottom: 28px; transform: translateX(-50%) translateY(140%); background: var(--ink); color: #fff; padding: 16px 24px; border-radius: 12px; box-shadow: var(--shadow); font-size: 15px; z-index: 90; transition: transform .4s var(--ease); display: flex; align-items: center; gap: 12px; max-width: 92vw; }
.reg-toast.show { transform: translateX(-50%) translateY(0); }
.reg-toast .ic { width: 28px; height: 28px; border-radius: 50%; background: #1F8A4C; display: grid; place-items: center; font-weight: 800; flex-shrink: 0; }
.reg-toast b { font-weight: 700; }

@media (max-width: 920px) {
  .reg-grid { grid-template-columns: 1fr; }
  .summary { position: static; }
}
@media (max-width: 560px) {
  .fields { grid-template-columns: 1fr; }
  .typecard { flex-wrap: wrap; flex-direction: column; align-items: flex-start; gap: 0;}
  .typecard .tc-body {margin-top: 12px;}
}

/* End */


/* Start:/local/templates/poo-russia/css/pub.css?17862119524129*/
.stepper { display: flex; align-items: center; gap: 0; padding: 22px clamp(24px,3vw,36px); background: var(--paper-2); border-bottom: 1px solid var(--line-2); }
.step-dot { display: flex; align-items: center; gap: 12px; }
.step-dot .sc { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; font-weight: 800; font-size: 15px; background: #fff; border: 2px solid var(--line); color: var(--ink-3); flex-shrink: 0; transition: background .25s, border-color .25s, color .25s; }
.step-dot .sl { font-size: 14px; font-weight: 600; color: var(--ink-3); transition: color .25s; }
.step-dot .sl span { display: block; font-size: 12px; font-weight: 500; color: var(--ink-3); }
.step-line { flex: 1; height: 2px; background: var(--line); margin: 0 16px; border-radius: 2px; position: relative; overflow: hidden; }
.step-line::after { content: ""; position: absolute; inset: 0; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: transform .4s var(--ease); }
.stepper.s2 .step-line::after { transform: scaleX(1); }
.step-line.filled::after { transform: scaleX(1); }
.step-dot.active .sc { background: var(--blue); border-color: var(--blue); color: #fff; }
.step-dot.active .sl { color: var(--ink); }
.step-dot.done .sc { background: #1F8A4C; border-color: #1F8A4C; color: #fff; }
.step-dot.done .sl { color: var(--ink); }

.pub-step[hidden] { display: none; }

.form-sec__sub { font-size: 13px; color: var(--ink-3); margin: -14px 0 18px; }

.step-nav { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.step-nav .btn2 { padding: 16px 30px; }
.step-back { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: var(--ink-2); font-size: 15px; background: none; border: none; cursor: pointer; }
.step-back:hover { color: var(--blue); }
.step-count { font-weight: 700; opacity: .7; font-size: 14px; }

.docs-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); overflow: hidden; }
.docs-card__head { padding: 16px 24px; font-weight: 700; font-size: 16px; border-bottom: 1px solid var(--line-2); }
.doc-link { display: flex; align-items: center; gap: 14px; padding: 15px 24px; border-bottom: 1px solid var(--line-2); transition: background .2s; }
.doc-link:last-child { border-bottom: none; }
.doc-link:hover { background: var(--paper-2); }
.doc-link .di { width: 38px; height: 44px; flex-shrink: 0; background: #fff; border: 1px solid var(--line); border-radius: 5px; display: grid; place-items: end center; padding-bottom: 5px; position: relative; }
.doc-link .di::after { content: "PDF"; background: var(--red); color: #fff; font-size: 9px; font-weight: 800; padding: 1px 5px; border-radius: 2px; }
.doc-link .dt { font-size: 14px; font-weight: 600; color: var(--ink); line-height: 1.35; }
.doc-link .dt span { display: block; font-size: 12px; color: var(--ink-3); font-weight: 400; }
.doc-link .dgo { margin-left: auto; color: var(--blue); font-weight: 700; flex-shrink: 0; }

.org-card { background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 24px; font-size: 14px; color: var(--ink-2); }
.org-card h4 { font-size: 15px; color: var(--ink); margin-bottom: 10px; }
.org-card p { margin-bottom: 8px; line-height: 1.5; }
.org-card b { color: var(--ink); }
.org-card a { color: var(--blue); font-weight: 600; }
.org-card .divider { height: 1px; background: var(--line-2); margin: 14px 0; }

.pub-success { padding: clamp(40px,5vw,64px) clamp(24px,3vw,36px); text-align: center; }
.pub-success[hidden] { display: none; }
.pub-success .ok-ic { width: 72px; height: 72px; border-radius: 50%; background: #1F8A4C; display: grid; place-items: center; margin: 0 auto 24px; color: #fff; font-size: 34px; box-shadow: 0 10px 26px rgba(31,138,76,.32); }
.pub-success h2 { font-size: clamp(24px,2.6vw,32px); margin-bottom: 12px; }
.pub-success p { color: var(--ink-2); font-size: 16px; max-width: 44ch; margin: 0 auto 28px; }
@media (max-width: 600px) {
    .stepper {align-items: flex-start; gap: 5px; flex-direction: column;}
}

/* End */
/* /local/components/antidev/forms/templates/form-publication/style.css?1786211952790 */
/* /local/templates/poo-russia/css/reg.css?178631191510343 */
/* /local/templates/poo-russia/css/pub.css?17862119524129 */
