

/* Start:/local/templates/main/css/nmc-layout.css?178591536931363*/
:root {
    --nmc-red: #9e2026;
    --nmc-red-dark: #7d181d;
    --nmc-ink: #111722;
    --nmc-text: #2b3442;
    --nmc-muted: #7b8594;
    --nmc-line: #dce2e9;
    --nmc-soft: #f4f6f8;
    --nmc-white: #fff;
    --nmc-green: #159451;
    --nmc-blue: #376475;
    --nmc-radius: 4px;
    --nmc-shadow: 0 12px 38px rgba(17, 23, 34, .07);
}

.nmc-app,
.nmc-app * {
    box-sizing: border-box;
}

.nmc-app {
    width: 100%;
    color: var(--nmc-text);
    font-family: Cygre, Arial, sans-serif;
    background: #f5f6f7;
}

.nmc-app button,
.nmc-app input,
.nmc-app select {
    font: inherit;
}

.nmc-app button,
.nmc-app a {
    -webkit-tap-highlight-color: transparent;
}

.nmc-svg-sprite {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.nmc-shell {
    width: min(100%, 1640px);
    margin: 0 auto;
    padding: 24px 30px 56px;
}

.nmc-layout {
    display: grid;
    grid-template-columns: 246px minmax(0, 1fr);
    align-items: start;
    gap: 24px;
}

.nmc-sidebar {
    position: sticky;
    top: 16px;
    overflow: hidden;
    border: 1px solid var(--nmc-line);
    background: var(--nmc-white);
    box-shadow: var(--nmc-shadow);
}

.nmc-sidebar__title {
    padding: 22px 18px 12px;
    color: var(--nmc-ink);
    font-size: 20px;
    font-weight: 600;
}

.nmc-service-nav {
    display: grid;
    gap: 2px;
    padding: 0 8px 14px;
}

.nmc-service-nav__item {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 48px;
    padding: 10px 12px;
    color: #313a47;
    font-size: 14px;
    line-height: 1.25;
    text-decoration: none;
    transition: color .2s ease, background .2s ease;
}

.nmc-service-nav__item svg {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.nmc-service-nav__item:hover {
    color: var(--nmc-red);
    background: #fff4f5;
}

.nmc-service-nav__item--active,
.nmc-service-nav__item--active:hover {
    color: var(--nmc-white);
    background: var(--nmc-red);
}

.nmc-service-nav__item.is-disabled {
    cursor: default;
    color: #707987;
}

.nmc-service-nav__item.is-disabled:hover {
    color: #707987;
    background: transparent;
}

.nmc-help-card {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 10px;
    margin: 0 8px 10px;
    padding: 16px 14px;
    background: var(--nmc-soft);
}

.nmc-help-card__icon {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: var(--nmc-red);
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.nmc-help-card strong {
    display: block;
    margin-bottom: 6px;
    color: var(--nmc-ink);
    font-size: 14px;
}

.nmc-help-card p {
    margin: 0 0 12px;
    color: #77818f;
    font-size: 12px;
    line-height: 1.45;
}

.nmc-link-button {
    color: var(--nmc-red);
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.nmc-promo-card {
    position: relative;
    min-height: 172px;
    overflow: hidden;
    padding: 22px 14px;
    color: var(--nmc-white);
    background: #111b27;
}

.nmc-promo-card::before {
    position: absolute;
    inset: 0;
    content: '';
    background: linear-gradient(90deg, rgba(17, 27, 39, 1) 0%, rgba(17, 27, 39, .84) 56%, rgba(17, 27, 39, .12) 100%);
}

.nmc-promo-card__content {
    position: relative;
    z-index: 2;
    width: 62%;
}

.nmc-promo-card strong,
.nmc-promo-card span {
    display: block;
}

.nmc-promo-card strong {
    margin-bottom: 7px;
    font-family: Oswald, Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.05;
    text-transform: uppercase;
}

.nmc-promo-card span {
    margin-bottom: 24px;
    font-size: 11px;
}

.nmc-promo-card a {
    color: #9e2026;
    font-size: 12px;
    text-decoration: none;
}

.nmc-promo-card img {
    position: absolute;
    right: -15px;
    bottom: 0;
    z-index: 1;
    width: 128px;
    max-height: 170px;
    object-fit: contain;
    object-position: bottom right;
}

.nmc-content {
    min-width: 0;
}

.nmc-stepper {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-bottom: 18px;
    padding: 16px 18px;
    border: 1px solid var(--nmc-line);
    background: var(--nmc-white);
    box-shadow: var(--nmc-shadow);
    user-select: none;
}

.nmc-stepper__item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
    color: #858e9a;
    cursor: default;
    pointer-events: none;
}

.nmc-stepper__item:not(:last-child)::after {
    position: absolute;
    top: 50%;
    right: 12px;
    left: 110px;
    height: 1px;
    content: '';
    background: var(--nmc-line);
}

.nmc-stepper__item > span {
    position: relative;
    z-index: 1;
    display: grid;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    place-items: center;
    border: 1px solid #b7c0cb;
    border-radius: 50%;
    color: #7a8491;
    background: var(--nmc-white);
    font-size: 13px;
}

.nmc-stepper__item > strong {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-right: 8px;
    color: inherit;
    background: var(--nmc-white);
    font-size: 14px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nmc-stepper__item.is-active,
.nmc-stepper__item.is-complete {
    color: var(--nmc-red);
}

.nmc-stepper__item.is-active > span {
    border-color: var(--nmc-red);
    color: var(--nmc-red);
}

.nmc-stepper__item.is-complete > span {
    border-color: var(--nmc-red);
    color: var(--nmc-white);
    background: var(--nmc-red);
}

.nmc-screen {
    display: none;
    min-height: 620px;
    padding: 34px 38px 40px;
    border: 1px solid var(--nmc-line);
    background: var(--nmc-white);
    box-shadow: var(--nmc-shadow);
}

.nmc-screen--active {
    display: block;
    animation: nmc-screen-in .2s ease both;
}

@keyframes nmc-screen-in {
    from { opacity: 0; transform: translateY(4px); }
    to { opacity: 1; transform: none; }
}

.nmc-breadcrumbs {
    margin-bottom: 24px;
    color: #929ba8;
    font-size: 12px;
}

.nmc-breadcrumbs span {
    padding: 0 8px;
    color: #bbc2cb;
}

.nmc-hero {
    max-width: 850px;
}

.nmc-eyebrow {
    margin-bottom: 9px;
    color: var(--nmc-red);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.nmc-hero h1,
.nmc-screen-head h2 {
    margin: 0;
    color: var(--nmc-ink);
    font-family: Oswald, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.05;
    text-transform: uppercase;
}

.nmc-hero h1 {
    font-size: clamp(38px, 4vw, 58px);
}

.nmc-hero h1 small {
    display: block;
    margin-top: 8px;
    font-family: Cygre, Arial, sans-serif;
    font-size: .48em;
    font-weight: 400;
    line-height: 1.2;
    text-transform: none;
}

.nmc-lead {
    max-width: 720px;
    margin: 20px 0 0;
    color: #697483;
    font-size: 16px;
    line-height: 1.55;
}

.nmc-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin: 42px 0 34px;
}

.nmc-feature-card {
    min-height: 156px;
    padding: 20px 16px;
    border: 1px solid var(--nmc-line);
    text-align: center;
    transition: border-color .2s ease, transform .2s ease;
}

.nmc-feature-card:hover {
    border-color: #d9afb2;
    transform: translateY(-2px);
}

.nmc-feature-card__icon {
    display: grid;
    width: 52px;
    height: 52px;
    margin: 0 auto 14px;
    place-items: center;
    border: 1px solid #d9afb2;
    border-radius: 50%;
    color: var(--nmc-red);
}

.nmc-feature-card__icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.nmc-feature-card h3 {
    margin: 0 0 5px;
    color: var(--nmc-ink);
    font-family: Oswald, Arial, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
}

.nmc-feature-card p {
    margin: 0;
    color: #929ba8;
    font-size: 12px;
    line-height: 1.35;
}

.nmc-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 46px;
    padding: 11px 20px;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: color .2s ease, background .2s ease, border-color .2s ease, opacity .2s ease;
}

.nmc-button svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.nmc-button--primary {
    color: var(--nmc-white);
    background: var(--nmc-red);
}

.nmc-button--primary:hover {
    color: var(--nmc-white);
    background: var(--nmc-red-dark);
}

.nmc-button--ghost {
    border-color: var(--nmc-red);
    color: var(--nmc-red);
    background: var(--nmc-white);
}

.nmc-button--ghost:hover {
    color: var(--nmc-white);
    background: var(--nmc-red);
}

.nmc-button--archive {
    border-color: #1f8c50;
    color: var(--nmc-white);
    background: #1f8c50;
}

.nmc-button--archive:hover {
    color: var(--nmc-white);
    background: #176f3f;
}

.nmc-button--square {
    flex: 0 0 46px;
    width: 46px;
    padding: 0;
}

.nmc-button:disabled,
.nmc-button.is-loading {
    cursor: wait;
    opacity: .58;
}

.nmc-button.is-hidden,
.nmc-button--archive.is-hidden {
    display: none;
}

.nmc-start-secondary {
    margin-top: 14px;
}

.nmc-basket-ready {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    margin-top: 28px;
    padding: 18px 20px;
    border: 1px solid var(--nmc-line);
    background: var(--nmc-soft);
}

.nmc-basket-ready__icon,
.nmc-empty-state__icon {
    display: grid;
    place-items: center;
    color: var(--nmc-red);
    background: var(--nmc-white);
}

.nmc-basket-ready__icon {
    width: 54px;
    height: 54px;
    border: 1px solid #d9afb2;
    border-radius: 50%;
}

.nmc-basket-ready__icon svg,
.nmc-empty-state__icon svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.nmc-basket-ready span,
.nmc-basket-ready strong,
.nmc-basket-ready small {
    display: block;
}

.nmc-basket-ready span {
    margin-bottom: 2px;
    color: var(--nmc-muted);
    font-size: 12px;
}

.nmc-basket-ready strong {
    color: var(--nmc-ink);
    font-size: 18px;
}

.nmc-basket-ready small {
    margin-top: 3px;
    color: #6f7987;
    font-size: 12px;
}

.nmc-empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 350px;
    padding: 40px 24px;
    border: 1px dashed #cdd4dd;
    text-align: center;
    background: #fafbfc;
}

.nmc-empty-state--compact {
    min-height: 260px;
}

.nmc-empty-state__icon {
    width: 66px;
    height: 66px;
    margin-bottom: 18px;
    border-radius: 50%;
}

.nmc-empty-state h2,
.nmc-empty-state h3 {
    margin: 0 0 10px;
    color: var(--nmc-ink);
}

.nmc-empty-state p {
    max-width: 560px;
    margin: 0 0 22px;
    color: var(--nmc-muted);
    line-height: 1.5;
}

.nmc-screen-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.nmc-screen-head .nmc-breadcrumbs {
    margin-bottom: 13px;
}

.nmc-screen-head h2 {
    font-size: clamp(32px, 3vw, 46px);
}

.nmc-screen-head p {
    margin: 8px 0 0;
    color: var(--nmc-muted);
    font-size: 14px;
}

.nmc-screen-head__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.nmc-table-wrap {
    width: 100%;
    overflow-x: auto;
    border: 1px solid var(--nmc-line);
    background: var(--nmc-white);
}

.nmc-table-wrap--nested {
    border: 0;
    border-top: 1px solid var(--nmc-line);
}

.nmc-table {
    width: 100%;
    border-collapse: collapse;
    color: #293241;
    font-size: 13px;
}

.nmc-table th,
.nmc-table td {
    padding: 14px 12px;
    border-bottom: 1px solid var(--nmc-line);
    vertical-align: middle;
    text-align: left;
}

.nmc-table th {
    color: #75808f;
    background: #f7f8fa;
    font-size: 11px;
    font-weight: 500;
    white-space: nowrap;
}

.nmc-table th small {
    display: block;
    margin-top: 2px;
    font-size: 9px;
}

.nmc-table tbody tr:last-child td {
    border-bottom: 0;
}

.nmc-table tbody tr:hover {
    background: #fcfcfd;
}

.nmc-products-table {
    min-width: 1080px;
}

.nmc-products-table th:first-child,
.nmc-products-table td:first-child {
    width: 28%;
}

.nmc-products-table th:nth-child(2),
.nmc-products-table td:nth-child(2) {
    width: 27%;
}

.nmc-product {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 245px;
}

.nmc-product img,
.nmc-product__placeholder {
    flex: 0 0 68px;
    width: 68px;
    height: 68px;
    object-fit: contain;
    background: #f7f8fa;
}

.nmc-product__placeholder {
    display: grid;
    place-items: center;
    color: #adb5c0;
}

.nmc-product__placeholder svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
}

.nmc-product a {
    color: inherit;
    text-decoration: none;
}

.nmc-product a:hover strong {
    color: var(--nmc-red);
}

.nmc-product strong,
.nmc-product span {
    display: block;
}

.nmc-product strong {
    color: var(--nmc-ink);
    font-size: 13px;
    line-height: 1.35;
}

.nmc-product span {
    margin-top: 5px;
    color: #8b95a2;
    font-size: 11px;
}

.nmc-characteristics {
    display: grid;
    gap: 4px;
    max-width: 360px;
    color: #596473;
    font-size: 11px;
    line-height: 1.35;
}

.nmc-characteristics b {
    color: #3a4553;
    font-weight: 600;
}

.nmc-number {
    white-space: nowrap;
}

.nmc-qty {
    display: grid;
    grid-template-columns: 32px 52px 32px;
    width: 116px;
    border: 1px solid var(--nmc-line);
}

.nmc-qty button,
.nmc-qty input {
    height: 34px;
    border: 0;
    background: var(--nmc-white);
}

.nmc-qty button {
    display: grid;
    place-items: center;
    cursor: pointer;
    color: #7d8794;
}

.nmc-qty button:hover {
    color: var(--nmc-red);
    background: #fff5f5;
}

.nmc-qty button svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
}

.nmc-qty input {
    width: 52px;
    padding: 0 4px;
    outline: 0;
    text-align: center;
}

.nmc-row-actions,
.nmc-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.nmc-row-actions button,
.nmc-row-actions a,
.nmc-actions button,
.nmc-actions a {
    display: grid;
    width: 38px;
    height: 38px;
    padding: 0;
    place-items: center;
    border: 1px solid var(--nmc-line);
    cursor: pointer;
    color: #657181;
    background: var(--nmc-white);
}

.nmc-row-actions button:hover,
.nmc-row-actions a:hover,
.nmc-actions button:hover,
.nmc-actions a:hover {
    border-color: var(--nmc-red);
    color: var(--nmc-red);
}

.nmc-row-actions svg,
.nmc-actions svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.nmc-summary-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    margin-top: 22px;
    padding: 18px 20px;
    border: 1px solid var(--nmc-line);
    background: #fafbfc;
}

.nmc-summary-bar__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    color: var(--nmc-muted);
    font-size: 12px;
}

.nmc-summary-bar__stats strong {
    color: var(--nmc-ink);
}

.nmc-summary-bar__total {
    margin-left: auto;
    text-align: right;
}

.nmc-summary-bar__total span,
.nmc-summary-bar__total strong {
    display: block;
}

.nmc-summary-bar__total span {
    color: var(--nmc-muted);
    font-size: 11px;
}

.nmc-summary-bar__total strong {
    margin-top: 4px;
    color: var(--nmc-ink);
    font-family: Oswald, Arial, sans-serif;
    font-size: 27px;
}

.nmc-info-box {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 18px 0;
    padding: 13px 16px;
    border-left: 3px solid #9aa8b7;
    color: #697483;
    background: #f1f4f6;
    font-size: 12px;
    line-height: 1.45;
}

.nmc-info-box svg {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
}

.nmc-info-box--error {
    border-left-color: var(--nmc-red);
    color: #9e2026;
    background: #fff2f3;
}

.nmc-market-viewer {
    border: 1px solid var(--nmc-line);
}

.nmc-market-viewer__counter {
    padding: 11px 16px;
    border-bottom: 1px solid var(--nmc-line);
    color: #7b8593;
    background: #f7f8fa;
    font-size: 12px;
}

.nmc-market-product {
    display: none;
}

.nmc-market-product.is-active {
    display: block;
}

.nmc-market-product__head {
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    padding: 18px;
}

.nmc-market-product__image {
    display: grid;
    width: 100px;
    height: 100px;
    place-items: center;
    background: #f6f7f9;
}

.nmc-market-product__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nmc-market-product__image .nmc-product__placeholder {
    width: 100%;
    height: 100%;
}

.nmc-market-product__label {
    display: block;
    margin-bottom: 5px;
    color: var(--nmc-red);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.nmc-market-product__head h3 {
    margin: 0;
    color: var(--nmc-ink);
    font-size: 19px;
    line-height: 1.25;
}

.nmc-market-product__head p {
    margin: 7px 0 0;
    color: #8a94a1;
    font-size: 12px;
}

.nmc-text-action {
    margin-top: 10px;
    padding: 0;
    border: 0;
    cursor: pointer;
    color: var(--nmc-red);
    background: transparent;
    font-size: 12px;
}

.nmc-market-product__details {
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px 20px;
    padding: 0 18px 18px 136px;
    color: #687382;
    font-size: 12px;
}

.nmc-market-product__details.is-open {
    display: grid;
}

.nmc-market-product__details b {
    color: #34404e;
}

.nmc-market-table {
    min-width: 820px;
}

.nmc-source {
    white-space: nowrap;
}

.nmc-source--novator { color: var(--nmc-red); }
.nmc-source--argo { color: #2e71b8; }
.nmc-source--eclipse { color: #684bb1; }

.nmc-market-actions {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    padding: 18px;
    border-top: 1px solid var(--nmc-line);
    background: #fafbfc;
}

.nmc-market-navigation {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    min-width: 0;
}

.nmc-market-navigation label {
    display: grid;
    gap: 6px;
    color: var(--nmc-muted);
    font-size: 11px;
}

.nmc-market-navigation select {
    width: min(430px, 38vw);
    height: 46px;
    padding: 0 38px 0 14px;
    border: 1px solid var(--nmc-line);
    outline: 0;
    color: #2f3947;
    background: var(--nmc-white);
}

.nmc-method-switch {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 4px;
    border: 1px solid var(--nmc-line);
    background: var(--nmc-soft);
}

.nmc-method-switch button {
    min-height: 42px;
    padding: 9px 18px;
    border: 0;
    cursor: pointer;
    color: #5f6977;
    background: transparent;
    font-weight: 600;
}

.nmc-method-switch button.is-active {
    color: var(--nmc-white);
    background: var(--nmc-red);
    box-shadow: 0 4px 14px rgba(207, 23, 37, .2);
}

.nmc-calc-table {
    min-width: 1100px;
}

.nmc-calc-table td:not(:first-child),
.nmc-calc-table th:not(:first-child) {
    text-align: right;
}

.nmc-calc-table tfoot td {
    border-top: 2px solid var(--nmc-red);
    border-bottom: 0;
    color: var(--nmc-ink);
    background: #fff7f7;
    font-size: 16px;
    font-weight: 700;
}

.nmc-variation {
    display: inline-flex;
    min-width: 62px;
    justify-content: center;
    padding: 5px 8px;
    border-radius: 20px;
    color: #256342;
    background: #edf8f2;
    font-size: 11px;
}

.nmc-variation.is-warning {
    color: #a06612;
    background: #fff4dc;
}

.nmc-footer-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 22px;
}

.nmc-footer-actions--single {
    justify-content: flex-start;
}

.nmc-footer-actions--documents {
    align-items: center;
}

.nmc-generation {
    margin-bottom: 18px;
    padding: 18px;
    border: 1px solid var(--nmc-line);
    background: #fafbfc;
}

.nmc-generation__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 12px;
}

.nmc-generation__head strong,
.nmc-generation__head span {
    display: block;
}

.nmc-generation__head strong {
    color: var(--nmc-ink);
    font-size: 14px;
}

.nmc-generation__head div > span {
    margin-top: 4px;
    color: var(--nmc-muted);
    font-size: 12px;
}

.nmc-generation__percent {
    color: var(--nmc-red);
    font-size: 20px;
    font-weight: 700;
}

.nmc-generation__track {
    display: block;
    width: 100%;
    height: 9px;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: #e7ebef;
    appearance: none;
}

.nmc-generation__track::-webkit-progress-bar {
    background: #e7ebef;
}

.nmc-generation__track::-webkit-progress-value {
    background: linear-gradient(90deg, var(--nmc-red), var(--nmc-red-dark));
    transition: width .3s ease;
}

.nmc-generation__track::-moz-progress-bar {
    background: linear-gradient(90deg, var(--nmc-red), var(--nmc-red-dark));
}

.nmc-generation__error {
    display: none;
    margin-top: 12px;
    padding: 10px 12px;
    color: #9e2026;
    background: #fff0f1;
    font-size: 12px;
}

.nmc-generation__error.is-visible {
    display: block;
}

.nmc-doc-list {
    border: 1px solid var(--nmc-line);
}

.nmc-doc-item {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    min-height: 80px;
    padding: 14px 18px;
    border-bottom: 1px solid var(--nmc-line);
    transition: background .2s ease;
}

.nmc-doc-item:last-child {
    border-bottom: 0;
}

.nmc-doc-item:hover {
    background: #fcfcfd;
}

.nmc-doc-icon {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    color: #3471c7;
    background: #eef4fd;
}

.nmc-doc-icon--xls {
    color: #248a4b;
    background: #edf8f1;
}

.nmc-doc-icon--zip {
    color: #7554af;
    background: #f3effa;
}

.nmc-doc-icon svg,
.nmc-doc-download svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.nmc-doc-item strong,
.nmc-doc-item span {
    display: block;
}

.nmc-doc-item strong {
    color: var(--nmc-ink);
    font-size: 14px;
}

.nmc-doc-item > div:nth-child(2) span {
    margin-top: 4px;
    color: var(--nmc-muted);
    font-size: 11px;
}

.nmc-doc-actions,
.nmc-document-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
}

.nmc-doc-download {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 36px;
    padding: 8px 11px;
    border: 1px solid var(--nmc-red);
    color: var(--nmc-red);
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
}

.nmc-doc-download:hover {
    color: var(--nmc-white);
    background: var(--nmc-red);
}

.nmc-doc-download svg {
    width: 15px;
    height: 15px;
}

.nmc-doc-status {
    padding: 7px 12px;
    border-radius: 20px;
    color: #8a94a0;
    background: #f0f2f4;
    font-size: 11px;
}

.nmc-doc-item.is-ready .nmc-doc-icon {
    color: var(--nmc-green);
    background: #edf8f2;
}

.nmc-system-error {
    margin: 30px 0;
    padding: 18px 20px;
    border-left: 3px solid var(--nmc-red);
    color: #9e2026;
    background: #fff1f2;
}

.nmc-toast {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 9999;
    max-width: min(420px, calc(100vw - 48px));
    padding: 13px 16px;
    opacity: 0;
    color: var(--nmc-white);
    background: #202833;
    box-shadow: 0 14px 38px rgba(0, 0, 0, .22);
    transform: translateY(12px);
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
}

.nmc-toast.is-visible {
    opacity: 1;
    transform: none;
}

.nmc-toast.is-error {
    background: #7d181d;
}

@media (max-width: 1399px) {
    .nmc-shell {
        padding-right: 20px;
        padding-left: 20px;
    }

    .nmc-layout {
        grid-template-columns: 226px minmax(0, 1fr);
        gap: 18px;
    }

    .nmc-screen {
        padding: 30px;
    }

    .nmc-feature-grid {
        gap: 12px;
    }

    .nmc-stepper__item:not(:last-child)::after {
        left: 94px;
    }
}

@media (max-width: 1099px) {
    .nmc-layout {
        grid-template-columns: 1fr;
    }

    .nmc-sidebar {
        position: static;
        display: grid;
        grid-template-columns: auto 1fr;
        align-items: center;
    }

    .nmc-sidebar__title,
    .nmc-help-card,
    .nmc-promo-card {
        display: none;
    }

    .nmc-service-nav {
        display: flex;
        overflow-x: auto;
        padding: 8px;
    }

    .nmc-service-nav__item {
        flex: 0 0 auto;
        min-height: 42px;
        white-space: nowrap;
    }

    .nmc-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nmc-summary-bar {
        flex-wrap: wrap;
    }
}

@media (max-width: 820px) {
    .nmc-shell {
        padding: 14px 12px 36px;
    }

    .nmc-stepper {
        padding: 13px 10px;
    }

    .nmc-stepper__item {
        justify-content: center;
    }

    .nmc-stepper__item > strong,
    .nmc-stepper__item:not(:last-child)::after {
        display: none;
    }

    .nmc-screen {
        min-height: 520px;
        padding: 24px 18px 28px;
    }

    .nmc-screen-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .nmc-screen-head__actions {
        justify-content: flex-start;
    }

    .nmc-basket-ready {
        grid-template-columns: 48px minmax(0, 1fr);
    }

    .nmc-basket-ready form {
        grid-column: 1 / -1;
    }

    .nmc-basket-ready .nmc-button {
        width: 100%;
    }

    .nmc-summary-bar,
    .nmc-market-actions,
    .nmc-footer-actions,
    .nmc-footer-actions--documents {
        align-items: stretch;
        flex-direction: column;
    }

    .nmc-summary-bar__total {
        margin-left: 0;
        text-align: left;
    }

    .nmc-market-navigation {
        width: 100%;
    }

    .nmc-market-navigation label {
        flex: 1;
    }

    .nmc-market-navigation select {
        width: 100%;
    }

    .nmc-market-product__details {
        padding-left: 18px;
    }

    .nmc-document-buttons,
    .nmc-document-buttons .nmc-button {
        width: 100%;
    }
}

@media (max-width: 620px) {
    .nmc-hero h1 {
        font-size: 38px;
    }

    .nmc-feature-grid {
        grid-template-columns: 1fr;
    }

    .nmc-feature-card {
        min-height: auto;
    }

    .nmc-screen-head h2 {
        font-size: 33px;
    }

    .nmc-screen-head__actions,
    .nmc-screen-head__actions .nmc-button {
        width: 100%;
    }

    .nmc-market-product__head {
        grid-template-columns: 76px minmax(0, 1fr);
        gap: 12px;
        padding: 14px;
    }

    .nmc-market-product__image {
        width: 76px;
        height: 76px;
    }

    .nmc-market-product__head h3 {
        font-size: 16px;
    }

    .nmc-market-product__details {
        grid-template-columns: 1fr;
        padding: 0 14px 14px;
    }

    .nmc-method-switch {
        display: grid;
        width: 100%;
        grid-template-columns: 1fr;
    }

    .nmc-doc-item {
        grid-template-columns: 42px minmax(0, 1fr);
    }

    .nmc-doc-actions {
        grid-column: 1 / -1;
        justify-content: flex-start;
        padding-left: 60px;
    }

    .nmc-doc-download {
        flex: 1 1 auto;
        justify-content: center;
    }
}

@media (max-width: 430px) {
    .nmc-shell {
        padding-right: 8px;
        padding-left: 8px;
    }

    .nmc-screen {
        padding-right: 14px;
        padding-left: 14px;
    }

    .nmc-button {
        width: 100%;
    }

    .nmc-market-navigation {
        display: grid;
        grid-template-columns: 46px minmax(0, 1fr) 46px;
    }

    .nmc-doc-actions {
        padding-left: 0;
    }
}

/* NMCK global patch: сохраняем белый текст у красных/зелёных кнопок во всех состояниях. */
.nmc-button--primary,
.nmc-button--primary:link,
.nmc-button--primary:visited,
.nmc-button--primary:hover,
.nmc-button--primary:focus,
.nmc-button--primary:active,
.nmc-button--primary:disabled,
.nmc-button--primary.is-loading,
.nmc-button--archive,
.nmc-button--archive:link,
.nmc-button--archive:visited,
.nmc-button--archive:hover,
.nmc-button--archive:focus,
.nmc-button--archive:active,
.nmc-button--archive:disabled,
.nmc-button--archive.is-loading,
.nmc-method-switch button.is-active,
.nmc-method-switch button.is-active:hover,
.nmc-method-switch button.is-active:focus {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

.nmc-ai-debug {
    margin: -2px 0 18px;
    padding: 15px 18px;
    border: 1px solid #d9dee5;
    background: #fff;
    font-size: 12px;
}

.nmc-ai-debug__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.nmc-ai-debug__head strong,
.nmc-ai-debug__head span {
    display: block;
}

.nmc-ai-debug__head strong {
    margin-bottom: 4px;
    color: var(--nmc-ink);
    font-size: 13px;
}

.nmc-ai-debug__head span {
    color: var(--nmc-muted);
    line-height: 1.45;
}

.nmc-ai-debug__button {
    flex: 0 0 auto;
    min-height: 36px;
    padding: 7px 12px;
    border: 1px solid var(--nmc-red);
    color: var(--nmc-red);
    background: #fff;
    cursor: pointer;
    font: inherit;
    font-weight: 600;
}

.nmc-ai-debug__button:hover {
    color: #fff;
    background: var(--nmc-red);
}

.nmc-ai-debug__button.is-loading,
.nmc-ai-debug__button:disabled {
    cursor: wait;
    opacity: .6;
}

.nmc-ai-debug__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px 18px;
    margin-top: 12px;
    color: #566171;
}

.nmc-ai-debug__grid b {
    color: var(--nmc-ink);
}

.nmc-ai-debug__log {
    margin-top: 10px;
    color: #8993a1;
    word-break: break-all;
}

.nmc-ai-debug.is-ok {
    border-color: #a8d7ba;
    background: #f5fbf7;
}

.nmc-ai-debug.is-error {
    border-color: #efb2b6;
    background: #fff7f7;
}

@media (max-width: 767px) {
    .nmc-ai-debug__head {
        align-items: stretch;
        flex-direction: column;
    }

    .nmc-ai-debug__button {
        width: 100%;
    }

    .nmc-ai-debug__grid {
        grid-template-columns: 1fr;
    }
}

.nmc-button--primary:disabled,
.nmc-button--primary.is-loading,
.nmc-button--archive:disabled,
.nmc-button--archive.is-loading {
    opacity: 1 !important;
}

/* End */
/* /local/templates/main/css/nmc-layout.css?178591536931363 */
