/* =========================================================================
   НТЦ Приводные Механизмы — карточка товара: технический лист со штампом.
   Тушь, ватман и одна оранжевая точка; Sofia Sans Semi Condensed + IBM Plex.
   ========================================================================= */
.ntcp {
    --ink:    #26282a;
    --ink-2:  #4a4d51;
    --mute:   #676a6e;
    --paper:  #f7f4ee;
    --paper-2:#efe9de;
    --line:   #dcd5c7;
    --hair:   #e9e3d7;
    --acc:    #fc600c;
    --acc-d:  #b8450a;
    --acc-bg: #fff1e8;
    --grid:   rgba(38, 40, 42, .055);
    --cond:   "Sofia Sans Semi Condensed", "Roboto Condensed", "Arial Narrow", sans-serif;
    --mono:   "IBM Plex Mono", ui-monospace, "SFMono-Regular", Consolas, monospace;
    margin: 0 0 48px;
    color: var(--ink);
    text-align: left;
}
.ntcp *, .ntcp *::before, .ntcp *::after { box-sizing: border-box; }
.ntcp p::before { content: none; }
.ntcp ul, .ntcp ol { margin: 0; padding: 0; list-style: none; }
.ntcp li { margin: 0; padding: 0; }
.ntcp li::before { content: none; }
.ntcp a { text-decoration: none; }
.ntcp-page .site-content { background: #fff; }
.ntcp-page .woocommerce-breadcrumb { text-align: left !important; }

/* ---------- Шапка листа ---------- */
.ntcp-doc {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 20px;
    margin: 0 0 18px;
    padding: 0 0 8px;
    border-bottom: 3px double var(--ink);
    color: var(--ink-2);
    font-family: var(--mono);
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.ntcp-doc__k { color: var(--acc-d); font-weight: 600; }
.ntcp-doc__code { color: var(--mute); }
.ntcp-doc__site { margin-left: auto; color: var(--mute); }

/* ---------- Первый экран ---------- */
.ntcp-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr); gap: 36px; align-items: start; margin-bottom: 44px; }

.ntcp-fig { position: sticky; top: 16px; margin: 0; }
.ntcp-fig__frame {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    padding: 34px;
    border: 1px solid var(--ink);
    background:
        linear-gradient(var(--grid) 1px, transparent 1px) 0 0 / 20px 20px,
        linear-gradient(90deg, var(--grid) 1px, transparent 1px) 0 0 / 20px 20px,
        var(--paper);
}
/* Метки обреза по углам, как на листе чертежа */
.ntcp-fig__frame::before,
.ntcp-fig__frame::after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    border: 3px solid var(--acc);
}
.ntcp-fig__frame::before { top: -3px; left: -3px; border-right: 0; border-bottom: 0; }
.ntcp-fig__frame::after { right: -3px; bottom: -3px; border-left: 0; border-top: 0; }
.ntcp-fig__frame img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.ntcp-fig__none { display: flex; flex-direction: column; align-items: center; gap: 8px; max-width: 90%; text-align: center; }
.ntcp-fig__none b { padding: 10px 16px; border: 2px solid var(--ink); background: #fff; color: var(--ink); font-family: var(--mono); font-size: clamp(18px, 2.2vw, 28px); font-weight: 600; overflow-wrap: anywhere; }
.ntcp-fig__none small { color: var(--ink-2); font-size: 15px; }
.ntcp-fig__none em { color: var(--mute); font-family: var(--mono); font-size: 11.5px; font-style: normal; letter-spacing: .06em; text-transform: uppercase; }
.ntcp-rel__img.is-none {
    background:
        linear-gradient(var(--grid) 1px, transparent 1px) 0 0 / 16px 16px,
        linear-gradient(90deg, var(--grid) 1px, transparent 1px) 0 0 / 16px 16px,
        var(--paper);
}
.ntcp-rel__img i { max-width: 86%; padding: 6px 10px; border: 1.5px solid var(--ink); background: #fff; color: var(--ink); font-family: var(--mono); font-size: 13px; font-style: normal; font-weight: 600; text-align: center; overflow-wrap: anywhere; }

/* Цепочка разделов */
.ntcp-crumbs { display: flex; flex-wrap: wrap; gap: 4px 0; margin: 0 0 12px; font-size: 13px; }
.ntcp-crumbs a { color: var(--ink-2) !important; }
.ntcp-crumbs a:hover { color: var(--acc-d) !important; }
.ntcp-crumbs a + a::before { content: "/"; margin: 0 8px; color: var(--line); }
.ntcp-fig figcaption { margin-top: 9px; color: var(--mute); font-family: var(--mono); font-size: 11.5px; line-height: 1.5; }

.ntcp-maker { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 0 0 12px !important; }
.ntcp-maker__brand {
    display: inline-flex;
    align-items: center;
    height: 30px;
    padding: 0 12px;
    background: var(--ink);
    color: #fff !important;
    font-family: var(--cond);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.ntcp-maker__brand:hover { background: var(--acc); }
.ntcp-maker__cat { color: var(--ink-2) !important; font-size: 14px; border-bottom: 1px solid var(--line); }
.ntcp-maker__cat:hover { color: var(--acc-d) !important; border-color: var(--acc); }

.ntcp .ntcp-h1 {
    margin: 0 0 6px !important;
    padding: 0 !important;
    color: var(--ink);
    font-family: var(--cond);
    font-size: clamp(32px, 3.6vw, 50px);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: .005em;
    overflow-wrap: anywhere;
    text-align: left !important;
}
.ntcp .ntcp-type { margin: 0 0 18px !important; color: var(--ink-2); font-size: 18px; line-height: 1.35; }

.ntcp-pn { display: inline-flex; align-items: stretch; margin: 0 0 16px; border: 1px solid var(--ink); }
.ntcp-pn__k { display: flex; align-items: center; padding: 0 12px; background: var(--ink); color: #fff; font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.ntcp-pn__v { display: flex; align-items: center; padding: 8px 14px; font-family: var(--mono); font-size: 16px; font-weight: 600; overflow-wrap: anywhere; }
.ntcp-copy {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    margin: 0;
    padding: 0;
    border: 0;
    border-left: 1px solid var(--line);
    background: #fff;
    color: var(--ink-2);
    cursor: pointer;
}
.ntcp-copy:hover { background: var(--acc-bg); color: var(--acc-d); }
.ntcp-copy::after {
    content: "Скопировано";
    position: absolute;
    bottom: calc(100% + 6px);
    left: 50%;
    padding: 3px 8px;
    background: var(--ink);
    color: #fff;
    font: 500 12px/1.3 system-ui, sans-serif;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-50%);
    transition: opacity .15s;
}
.ntcp-copy.is-ok { color: var(--acc-d); }
.ntcp-copy.is-ok::after { opacity: 1; }

.ntcp-flags { display: flex; flex-wrap: wrap; gap: 6px 18px; margin: 0 0 22px !important; }
.ntcp-flags li { position: relative; padding-left: 16px !important; color: var(--ink-2); font-size: 14px; line-height: 1.4; }
.ntcp-flags li::before { content: "" !important; position: absolute; top: .42em; left: 0; width: 8px; height: 8px; background: var(--acc); transform: rotate(45deg); }
.ntcp-flags li.is-warn { flex-basis: 100%; color: #9a3a05; font-weight: 600; }

/* Запрос КП */
.ntcp-rfq { padding: 20px 22px 18px; border-top: 4px solid var(--acc); background: var(--ink); color: #c9cbcd; scroll-margin-top: 90px; }
.ntcp-rfq__head { margin-bottom: 14px; }
.ntcp-rfq__head strong { display: block; color: #fff; font-family: var(--cond); font-size: 26px; font-weight: 700; line-height: 1.1; }
.ntcp-rfq__head span { font-size: 14px; }
.ntcp .ntcp-note { margin: 0 0 12px !important; padding: 9px 12px; font-size: 14px; }
.ntcp-note--ok { background: #1f3a26; color: #bfe8c9; }
.ntcp-note--err { background: #4a1f10; color: #ffc9ae; }
.ntcp-form { display: grid; grid-template-columns: 110px minmax(0, 1fr); gap: 10px; }
.ntcp-form__trap { position: absolute; left: -9999px; }
.ntcp-f { display: flex; flex-direction: column; gap: 4px; margin: 0; }
.ntcp-f span { color: #9ea1a5; font-family: var(--mono); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.ntcp-f input,
.ntcp-f textarea,
.ntcp-more textarea {
    width: 100%;
    height: 44px;
    margin: 0;
    padding: 0 12px;
    border: 1px solid #4a4d51;
    border-radius: 0;
    background: #1e2022;
    color: #fff;
    font-size: 16px;
}
.ntcp-f input::placeholder, .ntcp-more textarea::placeholder { color: #6f7276; }
.ntcp-f input:focus, .ntcp-more textarea:focus { border-color: var(--acc); outline: 0; }

/* ИНН с подсказкой из ЕГРЮЛ */
.ntcp-inn { position: relative; }
.ntcp-inn label { margin: 0; }
.ntcp-org { min-height: 0; color: #9ea1a5; font-size: 13px; line-height: 1.4; }
.ntcp-org:empty { display: none; }
.ntcp-org.is-ok { color: #9fe0b1; }
.ntcp-org.is-err { color: #ffb48f; }
.ntcp-org.is-wait { color: #9ea1a5; }
.ntcp-org__list { position: absolute; top: 100%; right: 0; left: 0; z-index: 20; max-height: 300px; overflow: auto; border: 1px solid #4a4d51; background: #1e2022; box-shadow: 0 18px 40px -18px rgba(0, 0, 0, .8); }
.ntcp-org__list[hidden] { display: none; }
.ntcp-org__list button { display: flex; flex-direction: column; gap: 2px; width: 100%; margin: 0; padding: 9px 12px; border: 0; border-bottom: 1px solid #333639; background: transparent; color: #fff; text-align: left; cursor: pointer; }
.ntcp-org__list button:hover, .ntcp-org__list button:focus { background: #2d2f32; outline: 0; }
.ntcp-org__list b { font-size: 14px; font-weight: 600; }
.ntcp-org__list small { color: #9ea1a5; font-family: var(--mono); font-size: 11.5px; }

/* Ещё артикулы */
.ntcp-more { grid-column: 1 / -1; }
.ntcp-more summary { display: inline-block; color: var(--acc); font-size: 14px; font-weight: 600; cursor: pointer; list-style: none; }
.ntcp-more summary::-webkit-details-marker { display: none; }
.ntcp-more summary::before { content: "+ "; }
.ntcp-more[open] summary::before { content: "− "; }
.ntcp-more textarea { height: auto; min-height: 96px; margin-top: 8px; padding: 10px 12px; font-family: var(--mono); font-size: 15px; resize: vertical; }
.ntcp .ntcp-consent { grid-column: 1 / -1; margin: 2px 0 0 !important; color: #85888c; font-size: 12px; line-height: 1.4; }
.ntcp-consent a { color: #c9cbcd !important; border-bottom: 1px solid #4a4d51; }

/* Липкая панель запроса — только на телефоне */
.ntcp-bar { display: none; }
.ntcp-f--wide { grid-column: 1 / -1; }
.ntcp-btn {
    grid-column: 1 / -1;
    height: 50px;
    margin: 4px 0 0;
    border: 0;
    border-radius: 0;
    background: var(--acc);
    color: var(--ink);
    font-family: var(--cond);
    font-size: 19px;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .15s;
}
.ntcp-btn:hover { background: #ff8440; }
.ntcp-rfq__alt { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 18px; margin-top: 14px; padding-top: 12px; border-top: 1px dashed #4a4d51; font-size: 14px; }
.ntcp-rfq__tel { color: #fff !important; font-family: var(--mono); font-size: 16px; font-weight: 600; }
.ntcp-rfq__mail { display: inline-flex; align-items: center; gap: 2px; }
.ntcp-rfq__mail { display: inline-flex; align-items: center; gap: 2px; }
.ntcp-rfq__mail a { color: #fff !important; font-weight: 600; }
.ntcp-rfq .ntc-copy { color: #9ea1a5; }
.ntcp-rfq .ntc-copy:hover { color: var(--acc); }
.ntcp-rfq .mcp { color: #c9cbcd !important; }
.ntcp-rfq__hours { color: #9ea1a5; }

/* ---------- Разделы листа ---------- */
.ntcp .ntcp-h2 {
    display: flex;
    align-items: baseline;
    gap: 14px;
    margin: 0 0 18px !important;
    padding: 0 0 10px !important;
    border-bottom: 2px solid var(--ink);
    color: var(--ink);
    font-family: var(--cond);
    font-size: clamp(22px, 2.2vw, 28px);
    font-weight: 700;
    line-height: 1.15;
    text-align: left !important;
}
.ntcp-h2 span { color: var(--acc-d); font-family: var(--mono); font-size: 15px; font-weight: 600; }
.ntcp .ntcp-h3 { margin: 22px 0 10px !important; color: var(--ink); font-family: var(--cond); font-size: 19px; font-weight: 600; }

.ntcp-spec, .ntcp-how, .ntcp-rel, .ntcp-faq { margin-bottom: 44px; }
.ntcp-spec__grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 28px; align-items: start; }
.ntcp .ntcp-table { width: 100%; margin: 0 !important; border: 0 !important; border-collapse: collapse; font-size: 15px; }
.ntcp .ntcp-table th,
.ntcp .ntcp-table td { padding: 10px 12px !important; border: 0 !important; border-bottom: 1px solid var(--hair) !important; text-align: left; vertical-align: top; }
.ntcp .ntcp-table th { width: 44%; color: var(--ink-2); font-weight: 400; background: transparent; }
.ntcp .ntcp-table td { color: var(--ink); font-weight: 600; }
.ntcp .ntcp-table tr:nth-child(odd) th,
.ntcp .ntcp-table tr:nth-child(odd) td { background: var(--paper); }
.ntcp .ntcp-table td.is-code { font-family: var(--mono); }
.ntcp .ntcp-table td a { color: var(--ink) !important; border-bottom: 1px solid var(--acc); }
.ntcp .ntcp-table tr.is-warn td { color: #9a3a05; }
.ntcp-feats { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 6px 24px; }
.ntcp-feats li { position: relative; padding-left: 16px !important; color: var(--ink-2); font-size: 15px; line-height: 1.45; }
.ntcp-feats li::before { content: "—" !important; position: absolute; left: 0; color: var(--acc); }
.ntcp .ntcp-disclaimer { margin: 18px 0 0 !important; color: var(--mute); font-size: 13px; line-height: 1.55; }

/* Штамп, как в основной надписи чертежа */
.ntcp-stamp { border: 2px solid var(--ink); background: #fff; font-size: 13.5px; }
.ntcp-stamp small { display: block; margin-bottom: 2px; color: var(--mute); font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.ntcp-stamp span, .ntcp-stamp b { display: block; color: var(--ink); line-height: 1.3; overflow-wrap: anywhere; }
.ntcp-stamp__row { padding: 8px 12px; border-bottom: 1px solid var(--ink); }
.ntcp-stamp__row--title b { font-family: var(--mono); font-size: 17px; font-weight: 600; }
.ntcp-stamp__cols { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--ink); }
.ntcp-stamp__cols > div { padding: 8px 12px; }
.ntcp-stamp__cols > div + div { border-left: 1px solid var(--ink); }
.ntcp-stamp__cols .is-code { font-family: var(--mono); font-size: 12.5px; }
.ntcp-stamp__cols--foot { grid-template-columns: 76px 76px 1fr; border-bottom: 0; }
.ntcp-stamp small { white-space: nowrap; }
.ntcp-stamp__org { display: flex; flex-direction: column; justify-content: center; background: var(--ink); }
.ntcp-stamp__org span { color: #fff; font-family: var(--cond); font-size: 20px; font-weight: 700; letter-spacing: .06em; }
.ntcp-stamp__org small { margin: 0; color: var(--acc); }

/* Как проходит поставка */
.ntcp-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; counter-reset: st; border: 1px solid var(--line); }
.ntcp-steps li { position: relative; padding: 18px 18px 18px !important; counter-increment: st; background: var(--paper); }
.ntcp-steps li + li { border-left: 1px solid var(--line); }
.ntcp-steps li::before {
    content: counter(st, decimal-leading-zero) !important;
    display: block;
    margin-bottom: 10px;
    color: var(--acc);
    font-family: var(--mono);
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
}
.ntcp-steps b { display: block; margin-bottom: 6px; font-family: var(--cond); font-size: 18px; font-weight: 700; }
.ntcp-steps span { color: var(--ink-2); font-size: 14px; line-height: 1.5; }

/* Другие позиции */
.ntcp-rel__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.ntcp-rel__grid a { display: flex; flex-direction: column; gap: 4px; height: 100%; padding: 12px; border: 1px solid var(--line); background: #fff; color: var(--ink) !important; transition: border-color .15s, box-shadow .15s; }
.ntcp-rel__grid a:hover { border-color: var(--ink); box-shadow: inset 0 -3px 0 var(--acc); }
.ntcp-rel__img { display: flex; align-items: center; justify-content: center; aspect-ratio: 4 / 3; margin-bottom: 6px; background: var(--paper); }
.ntcp-rel__img img { max-width: 88%; max-height: 88%; object-fit: contain; mix-blend-mode: multiply; }
.ntcp-rel__grid b { font-family: var(--mono); font-size: 14px; font-weight: 600; overflow-wrap: anywhere; }
.ntcp-rel__grid small { color: var(--mute); font-size: 13px; line-height: 1.35; }

/* Вопросы */
.ntcp-faq details { border-bottom: 1px solid var(--line); }
.ntcp-faq summary { display: flex; justify-content: space-between; gap: 16px; padding: 14px 2px; cursor: pointer; font-family: var(--cond); font-size: 18px; font-weight: 600; list-style: none; }
.ntcp-faq summary::-webkit-details-marker { display: none; }
.ntcp-faq summary::after { content: "+"; flex: none; color: var(--acc); font-family: var(--mono); font-size: 20px; line-height: 1; }
.ntcp-faq details[open] summary::after { content: "−"; }
.ntcp .ntcp-faq p { margin: 0 0 16px !important; color: var(--ink-2); font-size: 15px; line-height: 1.65; }

@media (max-width: 1100px) {
    .ntcp-spec__grid { grid-template-columns: minmax(0, 1fr); }
    .ntcp-stamp { max-width: 460px; }
    .ntcp-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ntcp-steps li:nth-child(3) { border-left: 0; }
    .ntcp-steps li:nth-child(n+3) { border-top: 1px solid var(--line); }
    .ntcp-rel__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 860px) {
    .ntcp-hero { display: flex; flex-direction: column; gap: 20px; }
    /* Сначала артикул и форма, потом фото — так быстрее к заявке */
    .ntcp-main { order: -1; }
    .ntcp-fig { position: static; }
    .ntcp-fig__frame { aspect-ratio: auto; height: 240px; padding: 16px; }
    .ntcp-bar {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9990;
        display: flex;
        gap: 1px;
        height: 56px;
        background: var(--ink);
        box-shadow: 0 -8px 24px -12px rgba(0, 0, 0, .5);
    }
    .ntcp-bar__rfq { flex: 1; display: flex; align-items: center; justify-content: center; background: var(--acc); color: var(--ink) !important; font-family: var(--cond); font-size: 18px; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; }
    .ntcp-bar__tel { display: flex; align-items: center; justify-content: center; width: 64px; color: #fff !important; }
    .ntcp-page { padding-bottom: 56px; }
    .ntcp-rel__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
    .ntcp-stamp { display: none; }
    .ntcp-rfq__tel { font-size: 18px; padding: 6px 0; }
    .ntcp-doc__site { display: none; }
    .ntcp-form { grid-template-columns: 90px minmax(0, 1fr); }
    .ntcp-steps { grid-template-columns: minmax(0, 1fr); }
    .ntcp-steps li + li { border-left: 0; border-top: 1px solid var(--line); }
    .ntcp .ntcp-table th { width: 46%; }
}

/* ---------- Страница «Запрос КП по списку» (/zapros/) ---------- */
.ntcr-main { width: 100%; }
.ntcr { padding: 26px 0 60px; }
.ntcr-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 580px); align-items: start; gap: 48px; }
.ntcp .ntcr-h1 { margin: 6px 0 14px !important; color: var(--ink); font-family: var(--cond); font-size: clamp(32px, 4vw, 48px); font-weight: 700; line-height: 1.05; }
.ntcp .ntcr-lead { max-width: 56ch; margin: 0 0 28px !important; color: var(--ink-2); font-size: 17px; line-height: 1.55; }
.ntcp .ntcr-steps { grid-template-columns: minmax(0, 1fr); }
.ntcp .ntcr-steps li + li { border-top: 1px solid var(--line); border-left: 0; }
.ntcr .ntcp-f textarea { height: auto; min-height: 150px; padding: 10px 12px; font-family: var(--mono); font-size: 15px; line-height: 1.5; resize: vertical; }
.ntcr .ntcp-f textarea:focus { border-color: var(--acc); outline: 0; }
.ntcr .ntcp-f textarea::placeholder { color: #6f7276; }
.ntcr .ntcp-rfq { position: sticky; top: 96px; }
@media (max-width: 960px) {
    .ntcr-hero { grid-template-columns: minmax(0, 1fr); gap: 28px; }
    .ntcr .ntcp-rfq { position: static; }
}

/* «В список запроса» — копим позиции из нескольких карточек для одного КП */
.ntcp-pn { vertical-align: middle; }
.ntcp-add { display: inline-flex; align-items: center; gap: 6px; height: 44px; margin: 0 0 16px 8px; padding: 0 14px; border: 1.5px solid var(--ink); border-radius: 0; background: transparent; color: var(--ink); font: 700 14px var(--cond); letter-spacing: .05em; text-transform: uppercase; vertical-align: top; cursor: pointer; transition: background .12s, color .12s, border-color .12s; }
.ntcp-add:hover { background: var(--ink); color: #fff; }
.ntcp-add .k { display: none; }
.ntcp-add.is-in { border-color: var(--acc); background: var(--acc); color: var(--ink); }
.ntcp-add.is-in .p { display: none; }
.ntcp-add.is-in .k { display: inline; }
@media (max-width: 560px) { .ntcp-add { margin: 0 0 16px; width: 100%; justify-content: center; } }

/* Липкая панель прячется, пока на экране сама форма запроса */
.ntcp-bar { transition: transform .22s cubic-bezier(.2, .8, .2, 1); }
.ntcp-bar.is-off { transform: translateY(110%); }

/* Согласие на обработку ПДн — галочка */
.ntcp .ntcp-consent { color: #a9acb0; }
.ntcp-agree { display: flex; align-items: flex-start; gap: 10px; margin: 0; color: #c9cbcd; font-size: 13px; line-height: 1.45; text-transform: none; letter-spacing: 0; cursor: pointer; }
.ntcp-agree input { flex: none; width: 20px; height: 20px; margin: 0; accent-color: var(--acc); cursor: pointer; }
.ntcp-agree a { color: #fff !important; border-bottom: 1px solid #6f7276; }
/* Копирование артикула — тот же штамп «СКОПИРОВАНО», что и у почты */
.ntcp-copy.is-done::after { content: "СКОПИРОВАНО"; position: absolute; right: -6px; bottom: calc(100% + 6px); left: auto; top: auto; z-index: 3; padding: 2px 6px; opacity: 1; background: #fdfbf7; border: 1.5px solid #4a3f9f; color: #4a3f9f; font: 600 10px/1.3 var(--mono); letter-spacing: .08em; white-space: nowrap; transform: rotate(-4deg); animation: ntc-stamp2 .28s cubic-bezier(.2, .8, .2, 1); }
@keyframes ntc-stamp2 { from { opacity: 0; transform: rotate(-4deg) scale(1.8); } }
/* Зоны нажатия */
.ntcp-crumbs a { display: inline-block; padding: 3px 0; }
.ntcp-more summary { padding: 8px 0; }
@media (max-width: 860px) {
    /* Плашка cookie — над нижней панелью «Запросить КП» */
    .ntcp-page .clearfy-cookie { bottom: 56px !important; }
}

/* Вложение на /zapros/ */
.ntcr-file input[type="file"] { height: auto; padding: 10px 12px; background: #1e2022; border: 1px dashed #4a4d51; color: #c9cbcd; font-size: 14px; cursor: pointer; }
.ntcr-file input[type="file"]::file-selector-button { margin-right: 12px; padding: 6px 12px; border: 0; border-radius: 0; background: #f7f4ee; color: #26282a; font: 700 13px var(--cond); letter-spacing: .05em; text-transform: uppercase; cursor: pointer; }
.ntcr-file small { color: #9ea1a5; font-size: 12px; }
