.noxx-constructor {
    --noxx-black: #070812;
    --noxx-ink: #f8f8fb;
    --noxx-muted: #8f8b95;
    --noxx-line: rgba(255, 255, 255, .12);
    --noxx-panel: rgba(255, 255, 255, .045);
    --noxx-blue: #2563eb;
    --noxx-orange: #ff8a00;
    --noxx-brown: #311711;
    width: 100vw;
    max-width: none;
    margin: 0 calc(50% - 50vw);
    padding: 18px 30px 64px;
    color: var(--noxx-ink);
    font-family: inherit;
    background:
        radial-gradient(circle at 46% 34%, rgba(255, 138, 0, .18), rgba(255, 138, 0, 0) 25%),
        radial-gradient(circle at 86% 9%, rgba(147, 31, 23, .34), rgba(147, 31, 23, 0) 24%),
        linear-gradient(115deg, #0b0d18 0%, #10111c 44%, #2a1419 100%);
    overflow: hidden;
}

body:has(#noxx-constructor-app) .entry-header,
body:has(#noxx-constructor-app) .ct-breadcrumbs {
    display: none;
}

body.page-id-79603 #header,
body.page-id-79603 .ct-header,
body.page-id-79603 .entry-header {
    display: none;
}

body.page-id-79603 #main,
body.page-id-79603 #main-container,
body.page-id-79603 .ct-container-full,
body.page-id-79603 article,
body.page-id-79603 .entry-content {
    margin-top: 0;
    padding-top: 0;
}

.noxx-constructor * {
    box-sizing: border-box;
}

.noxx-constructor__topline {
    max-width: 1540px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.noxx-constructor__brand {
    display: grid;
    line-height: 1;
}

.noxx-constructor__brand strong {
    font-size: 34px;
    font-weight: 950;
    color: #fff;
}

.noxx-constructor__brand span {
    display: inline-block;
    margin-top: 3px;
    padding: 3px 5px;
    background: var(--noxx-orange);
    color: #090909;
    font-size: 11px;
    font-weight: 950;
}

.noxx-constructor__phone {
    color: #fff;
    font-size: 18px;
    font-weight: 900;
}

.noxx-constructor__hero {
    max-width: 1540px;
    margin: 0 auto 54px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: start;
    text-align: center;
}

.noxx-constructor__title {
    margin: 0 0 8px;
    font-size: clamp(24px, 1.8vw, 30px);
    line-height: 1.25;
    letter-spacing: 0;
    font-weight: 600;
    color: rgba(255, 255, 255, .55);
    text-transform: none;
}

.noxx-constructor__subtitle {
    max-width: 820px;
    margin: 0;
    color: var(--noxx-muted);
    font-size: clamp(21px, 2.1vw, 28px);
    line-height: 1.45;
}

.noxx-constructor__grid {
    max-width: 1540px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 390px);
    gap: 0;
    align-items: stretch;
    min-height: 710px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 44px 0 0 0;
    overflow: hidden;
    background: rgba(8, 9, 18, .72);
}

.noxx-constructor__stage {
    position: sticky;
    top: 0;
    min-height: 710px;
    background:
        radial-gradient(circle at 50% 70%, rgba(255, 138, 0, .22), rgba(255, 138, 0, 0) 28%),
        radial-gradient(circle at 50% 62%, rgba(255, 138, 0, .12), rgba(255, 138, 0, 0) 44%),
        #10111c;
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, .1);
    display: grid;
    place-items: center;
    overflow: hidden;
}

.noxx-constructor__stage::before,
.noxx-constructor__stage::after {
    content: "";
    position: absolute;
    left: 23%;
    right: 12%;
    bottom: -34%;
    aspect-ratio: 1 / 1;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
    pointer-events: none;
}

.noxx-constructor__stage::after {
    left: 31%;
    right: 20%;
    bottom: -18%;
    background: rgba(255, 138, 0, .08);
    border-color: rgba(255, 138, 0, .14);
}

.noxx-constructor__stage-note {
    position: absolute;
    top: 52px;
    z-index: 3;
    color: #7f8290;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0;
}

.noxx-constructor__stage-note--left {
    left: 48px;
}

.noxx-constructor__stage-note--right {
    right: 58px;
}

.noxx-constructor__stage-note--right::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border-radius: 50%;
    background: var(--noxx-orange);
}

.noxx-constructor__canvas {
    width: min(74%, 650px);
    aspect-ratio: 1 / 1;
    display: block;
    cursor: grab;
    touch-action: none;
}

.noxx-constructor__canvas:active {
    cursor: grabbing;
}

.noxx-constructor__three {
    position: absolute;
    inset: 86px 2% 0;
    display: none;
    z-index: 2;
    cursor: grab;
    touch-action: none;
}

.noxx-constructor__three:active {
    cursor: grabbing;
}

.noxx-constructor.is-3d .noxx-constructor__canvas {
    opacity: 0;
    pointer-events: none;
}

.noxx-constructor.is-3d .noxx-constructor__three {
    display: block;
}

.noxx-constructor__three canvas {
    width: 100% !important;
    height: 100% !important;
    display: block;
}

.noxx-constructor__panel {
    max-height: 710px;
    overflow: auto;
    border: 0;
    background: rgba(9, 10, 21, .82);
    padding: 50px 44px 34px;
    scrollbar-width: thin;
    scrollbar-color: var(--noxx-orange) rgba(255, 255, 255, .08);
}

.noxx-constructor__panel-head {
    margin-bottom: 28px;
}

.noxx-constructor__panel-head span {
    display: block;
    margin-bottom: 18px;
    color: var(--noxx-orange);
    font-size: 14px;
    font-weight: 950;
    text-transform: uppercase;
}

.noxx-constructor__panel-head strong {
    display: block;
    max-width: 290px;
    color: #fff;
    font-size: clamp(34px, 4vw, 54px);
    line-height: .98;
    font-weight: 950;
}

.noxx-constructor__group {
    border-top: 1px solid var(--noxx-line);
    padding-top: 22px;
    margin-top: 22px;
}

.noxx-constructor__group:first-child {
    border-top: 1px solid var(--noxx-line);
    padding-top: 22px;
    margin-top: 22px;
}

.noxx-constructor__label {
    display: block;
    margin-bottom: 14px;
    font-weight: 800;
    font-size: 13px;
    color: rgba(255, 255, 255, .42);
    text-transform: uppercase;
}

.noxx-constructor__row,
.noxx-constructor__mode {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.noxx-constructor__products {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.noxx-constructor__product {
    min-height: 86px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 12px;
    background: rgba(255, 255, 255, .025);
    color: #fff;
    padding: 16px 18px;
    text-align: left;
    cursor: pointer;
}

.noxx-constructor__product strong,
.noxx-constructor__product span {
    display: block;
}

.noxx-constructor__product strong {
    font-size: 15px;
    font-weight: 900;
    margin-bottom: 8px;
}

.noxx-constructor__product span {
    color: rgba(255, 255, 255, .48);
    font-size: 12px;
    line-height: 1.25;
}

.noxx-constructor__product.is-active {
    color: #fff;
    background: rgba(255, 138, 0, .12);
    border-color: var(--noxx-orange);
    box-shadow: inset 0 0 0 1px rgba(255, 138, 0, .2);
}

.noxx-constructor__product.is-active span {
    color: rgba(255, 255, 255, .72);
}

.noxx-constructor__facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.noxx-constructor__facts span {
    min-height: 46px;
    display: grid;
    place-items: center;
    padding: 8px;
    background: var(--noxx-panel);
    border: 1px solid var(--noxx-line);
    color: rgba(255, 255, 255, .82);
    font-size: 12px;
    font-weight: 800;
    text-align: center;
}

.noxx-constructor__tiers {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

.noxx-constructor__tiers span {
    min-height: 52px;
    display: grid;
    place-items: center;
    background: var(--noxx-panel);
    border: 1px solid var(--noxx-line);
    color: rgba(255, 255, 255, .86);
}

.noxx-constructor__tiers b,
.noxx-constructor__tiers em {
    display: block;
    font-style: normal;
    line-height: 1.1;
}

.noxx-constructor__tiers b {
    font-size: 12px;
    color: rgba(255, 255, 255, .48);
}

.noxx-constructor__tiers em {
    font-size: 13px;
    font-weight: 900;
}

.noxx-constructor__gallery {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

.noxx-constructor__gallery-item {
    min-height: 58px;
    display: grid;
    place-items: center;
    border: 1px solid var(--noxx-line);
    background: var(--shirt);
    color: var(--ink);
    cursor: pointer;
    font-weight: 900;
}

.noxx-constructor__size-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
    color: rgba(255, 255, 255, .78);
}

.noxx-constructor__size-table th,
.noxx-constructor__size-table td {
    border: 1px solid var(--noxx-line);
    padding: 7px 8px;
    text-align: left;
}

.noxx-constructor__size-table th {
    background: var(--noxx-panel);
    font-weight: 900;
    color: #fff;
}

.noxx-constructor__mini-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.noxx-constructor__mini-grid span {
    display: block;
    margin-bottom: 5px;
    color: var(--noxx-muted);
    font-size: 11px;
    font-weight: 800;
}

.noxx-constructor__dtf-summary,
.noxx-constructor__branding-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 8px;
}

.noxx-constructor__dtf-summary span {
    min-height: 52px;
    display: grid;
    place-items: center;
    border: 1px solid var(--noxx-line);
    background: var(--noxx-panel);
    color: rgba(255, 255, 255, .86);
}

.noxx-constructor__dtf-summary b,
.noxx-constructor__dtf-summary em {
    display: block;
    font-style: normal;
    line-height: 1.1;
}

.noxx-constructor__dtf-summary b {
    font-size: 15px;
    font-weight: 900;
}

.noxx-constructor__dtf-summary em {
    color: rgba(255, 255, 255, .48);
    font-size: 11px;
    font-weight: 800;
}

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

.noxx-constructor__branding {
    min-height: 44px;
    border: 1px solid var(--noxx-line);
    border-radius: 10px;
    background: rgba(255, 255, 255, .025);
    color: rgba(255, 255, 255, .72);
    cursor: pointer;
    font-size: 12px;
    font-weight: 900;
}

.noxx-constructor__branding.is-active {
    background: rgba(255, 138, 0, .12);
    color: #fff;
    border-color: var(--noxx-orange);
}

.noxx-constructor button,
.noxx-constructor input,
.noxx-constructor textarea {
    font: inherit;
}

.noxx-constructor__choice {
    border: 1px solid var(--noxx-line);
    border-radius: 10px;
    background: rgba(255, 255, 255, .025);
    color: rgba(255, 255, 255, .76);
    min-height: 48px;
    padding: 0 18px;
    cursor: pointer;
    font-weight: 800;
}

.noxx-constructor__choice.is-active {
    background: var(--noxx-brown);
    color: #fff;
    border-color: var(--noxx-orange);
}

.noxx-constructor__swatch {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

.noxx-constructor__swatch.is-active::after {
    content: "";
    position: absolute;
    inset: -5px;
    border: 2px solid var(--noxx-orange);
    border-radius: 50%;
    box-shadow: none;
}

.noxx-constructor__input,
.noxx-constructor__textarea {
    width: 100%;
    border: 1px solid var(--noxx-line);
    border-radius: 10px;
    min-height: 42px;
    padding: 10px 12px;
    background: rgba(255, 255, 255, .04);
    color: #fff;
}

.noxx-constructor__input::placeholder,
.noxx-constructor__textarea::placeholder {
    color: rgba(255, 255, 255, .34);
}

.noxx-constructor__textarea {
    min-height: 96px;
    resize: vertical;
}

.noxx-constructor__file {
    width: 100%;
    border: 1px dashed var(--noxx-line);
    border-radius: 10px;
    padding: 12px;
    background: var(--noxx-panel);
    color: rgba(255, 255, 255, .62);
}

.noxx-constructor__range {
    width: 100%;
    accent-color: var(--noxx-orange);
}

.noxx-constructor__hint {
    margin: 8px 0 0;
    color: var(--noxx-muted);
    font-size: 13px;
    line-height: 1.35;
}

.noxx-constructor__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 14px;
}

.noxx-constructor__primary,
.noxx-constructor__secondary {
    min-height: 48px;
    border: 1px solid transparent;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 900;
}

.noxx-constructor__primary {
    background: var(--noxx-orange);
    border-color: var(--noxx-orange);
    color: #090909;
}

.noxx-constructor__primary:hover,
.noxx-constructor__secondary:hover,
.noxx-constructor__choice:hover,
.noxx-constructor__product:hover,
.noxx-constructor__branding:hover {
    border-color: var(--noxx-orange);
}

.noxx-constructor__secondary {
    background: #1f5eff;
    color: #fff;
}

.noxx-constructor__primary:disabled,
.noxx-constructor__secondary:disabled {
    opacity: 0.55;
    cursor: progress;
}

.noxx-constructor__price {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    margin-top: 18px;
    font-weight: 900;
    color: rgba(255, 255, 255, .76);
}

.noxx-constructor__price strong {
    font-size: 24px;
    color: #fff;
}

.noxx-constructor__status {
    min-height: 22px;
    margin-top: 12px;
    color: rgba(255, 255, 255, .52);
    font-size: 13px;
}

.noxx-constructor__status.is-error {
    color: #bb1d1d;
}

.noxx-constructor__status.is-ok {
    color: #147a39;
}

.noxx-constructor__content {
    max-width: 1540px;
    margin: 56px auto 0;
    display: grid;
    gap: 34px;
}

.noxx-constructor__band {
    border-top: 1px solid var(--noxx-line);
    padding-top: 32px;
}

.noxx-constructor__band--split {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 28px;
}

.noxx-constructor__band h2 {
    margin: 0 0 8px;
    font-size: 26px;
    line-height: 1.08;
    letter-spacing: 0;
    text-transform: uppercase;
}

.noxx-constructor__band p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, .54);
    line-height: 1.5;
}

.noxx-constructor__band ol {
    margin: 0;
    padding-left: 22px;
    display: grid;
    gap: 10px;
    font-weight: 800;
    color: rgba(255, 255, 255, .78);
}

.noxx-constructor__examples {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.noxx-constructor__sample {
    min-height: 230px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, .035);
    border: 1px solid var(--noxx-line);
}

.noxx-constructor__sample::before {
    content: "";
    width: 130px;
    height: 160px;
    background: var(--shirt);
    clip-path: polygon(28% 0, 42% 8%, 58% 8%, 72% 0, 100% 24%, 84% 42%, 76% 35%, 76% 100%, 24% 100%, 24% 35%, 16% 42%, 0 24%);
    box-shadow: 0 18px 30px rgba(0, 0, 0, .14);
    grid-area: 1 / 1;
}

.noxx-constructor__sample span {
    grid-area: 1 / 1;
    color: var(--ink);
    font-weight: 900;
    letter-spacing: 0;
    z-index: 1;
}

.noxx-info-section {
    padding: 54px;
    border: 1px solid var(--noxx-line);
    border-radius: 28px;
    background:
        radial-gradient(circle at 100% 0%, rgba(255, 138, 0, .08), rgba(255, 138, 0, 0) 28%),
        rgba(10, 11, 22, .78);
}

.noxx-info-section--highlight {
    background:
        linear-gradient(135deg, rgba(255, 138, 0, .12), rgba(255, 255, 255, .025)),
        rgba(10, 11, 22, .9);
}

.noxx-info-section--split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .75fr);
    gap: 28px;
    align-items: start;
}

.noxx-info-section__head {
    max-width: 820px;
    margin-bottom: 28px;
}

.noxx-info-section__head span {
    display: block;
    margin-bottom: 12px;
    color: var(--noxx-orange);
    font-size: 13px;
    font-weight: 950;
    text-transform: uppercase;
}

.noxx-info-section__head h2 {
    margin: 0 0 12px;
    color: #fff;
    font-size: clamp(32px, 4vw, 56px);
    line-height: 1;
    font-weight: 950;
}

.noxx-info-section__head p {
    margin: 0;
    color: rgba(255, 255, 255, .6);
    font-size: 18px;
    line-height: 1.55;
}

.noxx-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.noxx-info-grid--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.noxx-info-card,
.noxx-about-panel,
.noxx-step,
.noxx-stat,
.noxx-contact-grid a {
    border: 1px solid var(--noxx-line);
    background: rgba(255, 255, 255, .035);
}

.noxx-info-card {
    min-height: 230px;
    padding: 24px;
    border-radius: 18px;
}

.noxx-info-card h3,
.noxx-about-panel h3 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 20px;
    line-height: 1.15;
}

.noxx-info-card p {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, .58);
    line-height: 1.45;
}

.noxx-info-card ul,
.noxx-about-panel ul {
    margin: 0;
    padding-left: 18px;
    display: grid;
    gap: 8px;
    color: rgba(255, 255, 255, .78);
    font-weight: 700;
}

.noxx-category-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px;
}

.noxx-category-row button {
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid var(--noxx-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, .035);
    color: rgba(255, 255, 255, .7);
    cursor: pointer;
    font-weight: 800;
}

.noxx-category-row button.is-active {
    border-color: var(--noxx-orange);
    color: #fff;
    background: rgba(255, 138, 0, .14);
}

.noxx-work-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.noxx-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 18px;
}

.noxx-stat {
    min-height: 128px;
    padding: 22px;
    border-radius: 18px;
    display: grid;
    align-content: center;
    gap: 8px;
}

.noxx-stat strong {
    color: var(--noxx-orange);
    font-size: 34px;
    line-height: 1;
}

.noxx-stat span {
    color: rgba(255, 255, 255, .62);
    font-weight: 800;
}

.noxx-process {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.noxx-step {
    min-height: 160px;
    padding: 22px;
    border-radius: 18px;
    display: grid;
    gap: 9px;
}

.noxx-step b {
    color: var(--noxx-orange);
    font-size: 14px;
}

.noxx-step strong {
    color: #fff;
    font-size: 19px;
}

.noxx-step span {
    color: rgba(255, 255, 255, .58);
    line-height: 1.4;
}

.noxx-about-panel {
    padding: 28px;
    border-radius: 20px;
}

.noxx-contact-section {
    margin-bottom: 20px;
}

.noxx-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.noxx-contact-grid a {
    min-height: 118px;
    padding: 24px;
    border-radius: 18px;
    display: grid;
    align-content: center;
    gap: 8px;
    color: #fff;
    text-decoration: none;
}

.noxx-contact-grid a:hover {
    border-color: var(--noxx-orange);
}

.noxx-contact-grid span {
    color: rgba(255, 255, 255, .48);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.noxx-contact-grid strong {
    font-size: 18px;
    line-height: 1.2;
}

@media (max-width: 980px) {
    .noxx-constructor__hero,
    .noxx-constructor__band--split,
    .noxx-info-section--split {
        display: grid;
        grid-template-columns: 1fr;
    }

    .noxx-constructor__grid {
        grid-template-columns: 1fr;
    }

    .noxx-info-grid,
    .noxx-info-grid--four,
    .noxx-work-grid,
    .noxx-stats,
    .noxx-process,
    .noxx-contact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .noxx-constructor__stage {
        position: relative;
        top: auto;
        min-height: auto;
    }

    .noxx-constructor__panel {
        padding: 16px;
    }
}

@media (max-width: 640px) {
    .noxx-constructor {
        padding: 18px 12px 36px;
    }

    .noxx-constructor__examples,
    .noxx-info-grid,
    .noxx-info-grid--four,
    .noxx-work-grid,
    .noxx-stats,
    .noxx-process,
    .noxx-contact-grid {
        grid-template-columns: 1fr;
    }

    .noxx-info-section {
        padding: 28px 18px;
        border-radius: 18px;
    }

    .noxx-constructor__products,
    .noxx-constructor__facts,
    .noxx-constructor__tiers,
    .noxx-constructor__gallery,
    .noxx-constructor__mini-grid,
    .noxx-constructor__dtf-summary,
    .noxx-constructor__branding-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .noxx-constructor__title {
        font-size: 38px;
    }
}
