html {
        scroll-behavior: smooth;
      }
      body {
        font-family: "Helvetica Neue", Arial, sans-serif;
        background: #0b141c;
        background-size: auto;
        color: #333;
        padding-top: 35px; /* Отступ для фиксированной шапки */
      }
      .header {
        position: fixed;
        top: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.9); /* чёрный фон вместо белого */
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5); /* более тёмная тень */
        z-index: 1000;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0;
        height: 31px;
        overflow: hidden;
        color: #fff; /* общий цвет текста */
      }
      .header img {
        display: block;
        margin-right: 4px;
      }
      .header .header-banner {
        max-height: 100%;
        max-width: 404px;
        width: auto;
        height: auto;
      }

      .header .factory-name {
        font-size: 1rem;
        margin-left: 10px;
        color: #fff; /* название завода белым */
      }
      .header .factory-name sup {
        font-size: 0.6em;
        color: #ccc; /* надстрочный текст чуть светлее */
      }
      .header .small-screen-name {
        display: none;
      }
      .header .contact-info {
        display: flex;
        align-items: center;
        font-size: 0.7rem;
        color: #fff; /* для контейнера контактов */
      }
      .header .contact-info i {
        margin-right: 5px;
        color: #fff; /* иконки белые */
        font-size: 1rem;
      }
      .header .contact-info div {
        margin-left: 15px;
      }
      .header .contact-info a {
        font-size: 1rem;
        color: #fff; /* ссылки контактов белые */
        text-decoration: none;
      }
      .header .contact-info a:hover {
        color: #ccc; /* чуть светлее при наведении */
      }
      .chat-background {
        max-width: 1200px;
        margin: 20px auto;
        padding: 20px;
        background: url("/images/banner1.png") no-repeat center center;
        background-size: cover;
        border-radius: 15px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        display: flex;
        justify-content: center;
      }
      .chat-container {
        background: rgba(255, 255, 255, 0.9);
        border-radius: 15px;
        padding: 20px;
        width: 60%;
      }
      .chat-header {
        font-size: 20pt;
        margin-bottom: 20px;
        text-align: center;
      }
      .chat-message {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
      }
      .chat-message img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        margin-right: 10px;
      }
      .chat-message .message-content {
        display: flex;
        flex-direction: column;
      }
      .chat-message .message-text {
        background: #e0f7e0;
        padding: 10px 15px;
        border-radius: 15px;
        font-size: 0.9rem;
        position: relative;
        margin-bottom: 5px;
        max-width: 200px;
      }
      .chat-message .message-text:before {
        content: "";
        position: absolute;
        top: 50%;
        left: -10px;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #e0f7e0;
        transform: translateY(-50%);
      }
      .chat-message .message-meta {
        font-size: 0.75rem;
        color: #666;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-top: 5px;
      }
      .chat-message .message-meta .bi-check2 {
        margin-left: 5px;
        color: #34b7f1;
      }
      .manager-name {
        font-weight: bold;
      }
      .card-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 40px 15px;
        margin-top: 20px;
      }
      .catalog-section {
        position: relative;
        overflow: hidden;
        background: #060c18;
        padding-bottom: 240px;
        --catalog-max-width: 1240px;
        --card-title-size: 30pt;
        --product-card-bottom-space: 44px;
      }
      .catalog-section .card-container {
        position: relative;
        z-index: 1;
        max-width: var(--catalog-max-width);
      }
      .catalog-section .product-card {
        display: block;
        margin-bottom: var(--product-card-bottom-space);
      }
      .catalog-section .product-card:last-child {
        margin-bottom: 0;
      }
      .catalog-section .product-card__surface {
        border-radius: 34px;
        background: linear-gradient(
          180deg,
          rgba(14, 20, 29, 0.88),
          rgba(10, 15, 22, 0.82)
        );
        border: 1px solid rgba(255, 255, 255, 0.07);
        box-shadow: 0 22px 54px rgba(0, 0, 0, 0.2);
        overflow: hidden;
        backdrop-filter: blur(10px);
      }
      .catalog-section .product-card__layout {
        margin: 0;
      }
      .catalog-section .product-card__media-col,
      .catalog-section .product-card__content-col {
        min-width: 0;
        padding: 0;
      }
      .catalog-section .product-card__content-col {
        display: flex;
      }
      .catalog-section .product-card__media-col {
        margin-bottom: 18px;
      }
      .catalog-section .product-card__media {
        height: 100%;
        padding: 20px;
      }
      .catalog-section .product-card__media-frame {
        position: relative;
        width: 100%;
        aspect-ratio: 3 / 4;
        border-radius: 28px;
        overflow: hidden;
        box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
        background: #10151d;
      }
      .catalog-section .product-card__media-frame > .carousel,
      .catalog-section .product-card__media-frame .carousel-inner,
      .catalog-section .product-card__media-frame .carousel-item {
        height: 100%;
      }
      .catalog-section .product-card__media-frame > .carousel {
        width: 100%;
        aspect-ratio: auto;
        border-radius: inherit;
        overflow: hidden;
        background: transparent;
        box-shadow: none;
      }
      .catalog-section .product-card .carousel,
      .catalog-section .product-card img,
      .catalog-section .product-card .video-container {
        width: 100%;
        max-width: none;
        min-width: 0;
        border-radius: 0;
        box-shadow: none;
        background: transparent;
        aspect-ratio: auto;
      }
      .catalog-section .product-card .carousel-item img {
        width: 100%;
        height: 100%;
        aspect-ratio: auto;
        object-fit: cover;
        border-radius: 0;
        box-shadow: none;
        background: transparent;
      }
      .catalog-section .product-card__media-image {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      .catalog-section .product-card .card-body {
        width: 100%;
        min-width: 0;
        height: 100%;
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        gap: 14px;
        padding: 24px 24px 26px;
        color: #e7eaee;
      }
      .catalog-section .product-card .card-body > * {
        margin: 0;
      }
      .catalog-section .product-card__copy {
        display: flex;
        flex-direction: column;
        gap: 10px;
      }
      .catalog-section .product-card .card-title {
        margin: 0;
        font-size: clamp(1.95rem, 3vw, 3rem);
        line-height: 0.98;
        color: #f6f7f9;
      }
      .catalog-section .product-card .card-art {
        margin: 0;
        color: #9aa2ad;
        font-size: 0.84rem;
        letter-spacing: 0.12em;
        text-transform: uppercase;
      }
      .catalog-section .product-card .card-text {
        margin: 0;
        max-width: 35ch;
        color: #d7dde4;
        font-size: 1rem;
      }
      .catalog-section .product-card__specs {
        display: grid;
        gap: 9px;
      }
      .catalog-section .product-card__spec {
        display: flex;
        gap: 12px;
        align-items: baseline;
        color: #dce1e7;
        margin: 0;
      }
      .catalog-section .product-card__spec i {
        color: #5ad1c7;
        font-size: 0.95rem;
      }
      .catalog-section .product-card .form-group {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin: 0;
      }
      .catalog-section .product-card .size-options {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
      }
      .catalog-section .product-card .product-option-group {
        gap: 8px;
      }
      .catalog-section .product-card .color-options {
        gap: 12px;
      }
      .catalog-section .product-card .size-btn {
        border-radius: 999px;
        padding: 10px 14px;
        min-width: 54px;
      }
      .catalog-section .product-card .color-btn {
        position: relative;
        min-width: 0;
        padding: 10px 16px 10px 40px;
        border: 1px solid rgba(255, 255, 255, 0.12);
        background: rgba(12, 18, 26, 0.6);
        color: #edf1f5;
        text-transform: none;
      }
      .catalog-section .product-card .color-btn::before {
        content: "";
        position: absolute;
        left: 14px;
        top: 50%;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.26);
        transform: translateY(-50%);
        box-shadow: 0 0 0 1px rgba(8, 11, 16, 0.24);
      }
      .catalog-section .product-card .color-btn--yellow::before {
        background: #d5bc42;
      }
      .catalog-section .product-card .color-btn--pink::before {
        background: #d885ab;
      }
      .catalog-section .product-card .color-btn--black::before {
        background: #171a20;
      }
      .catalog-section .product-card .color-btn:hover {
        border-color: rgba(90, 209, 199, 0.42);
      }
      .catalog-section .product-card .color-btn.is-active {
        background: rgba(90, 209, 199, 0.14);
        border-color: rgba(90, 209, 199, 0.88);
        color: #ffffff;
        box-shadow: 0 0 0 1px rgba(90, 209, 199, 0.22);
      }
      .catalog-section .product-card .price {
        display: flex;
        flex-direction: column;
        gap: 8px;
        padding-top: 4px;
        color: #e7eaee;
        font-size: 1.06rem;
        margin: 0;
      }
      .catalog-section .product-card .highlight {
        width: fit-content;
        padding: 4px 10px;
        font-size: 1.12rem;
      }
      .catalog-section .product-card .price .delivery {
        margin: 0;
        font-size: 0.93rem;
      }
      .catalog-section .product-card__actions {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding-top: 2px;
        margin-top: auto;
      }
      .catalog-section .product-card__actions .btn {
        min-width: 228px;
      }
      .catalog-section .product-card .btn-link {
        align-self: flex-start;
        margin-top: 0;
        font-size: 0.97rem;
        text-decoration: none;
      }
      @media (min-width: 992px) {
        .catalog-section .product-card__media-col {
          margin-bottom: 0;
        }
        .catalog-section .card-container > .product-card:nth-of-type(even)
          .product-card__media-col {
          order: 2;
        }
        .catalog-section .card-container > .product-card:nth-of-type(even)
          .product-card__content-col {
          order: 1;
        }
        .catalog-section .product-card__media {
          padding: 24px;
        }
        .catalog-section .product-card .card-body {
          padding: 28px 30px 30px;
          justify-content: center;
        }
      }
      .catalog-bg {
        position: absolute;
        pointer-events: none;
        z-index: 0;
        width: auto;
        height: auto;
        max-width: none;
      }
      .catalog-bg--top-left {
        top: 0;
        left: 0;
      }
      .catalog-bg--top-right {
        top: 0;
        right: 0;
      }
      .catalog-bg--bottom {
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        height: auto;
      }
      .vert-banners {
        width: 100%;
        max-width: none;
        margin: 0px auto 5px auto;
        padding: 0;
      }
.vert-banners__row {
        display: flex;
        gap: 0;
        align-items: stretch;
        overflow-x: auto;
        padding: 0 5px 0;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        cursor: grab;
      }
.vert-banners__row::-webkit-scrollbar {
        display: none;
      }
.vert-banners__row.is-dragging {
        cursor: grabbing;
        user-select: none;
        scroll-snap-type: none;
        scroll-behavior: auto;
      }
.vert-banners__row img {
        -webkit-user-drag: none;
        user-select: none;
      }
      .vert-banners__item {
        flex: 0 0 auto;
        width: 200px;
        margin-right: 4px;
        border-radius: 0;
        overflow: visible;
        background: transparent;
        box-shadow: none;
        scroll-snap-align: start;
      }
      .vert-banners__item:last-child {
        margin-right: 0;
      }
.vert-banners__item img,
.vert-banners__item video {
        width: 100%;
        height: auto;
        object-fit: contain;
        display: block;
      }
      .card {
        background: transparent;
        border-radius: 0;
        box-shadow: none;
        overflow: visible;
        transition: transform 0.2s ease;
        display: grid;
        grid-template-columns: minmax(300px, 520px) minmax(320px, 1fr);
        gap: 28px;
        margin-bottom: 40px;
        align-items: start;
      }
      .card .carousel,
      .card img,
      .card .video-container {
        width: 100%;
        max-width: none;
        min-width: 0;
        aspect-ratio: 1 / 1;
        border-radius: 26px;
        overflow: hidden;
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
        background: #111;
      }
      .card .carousel-inner,
      .card .carousel-item {
        height: 100%;
      }
      .card .carousel-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      .card-body {
        padding: 0;
        width: auto;
        min-width: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        color: #e7eaee;
      }
      .card-title {
        font-size: 34pt;
        font-family: "Trebuchet MS", sans-serif;
        margin-bottom: 8px;
        text-align: left;
        color: #f6f7f9;
        overflow-wrap: anywhere;
      }
      .card-title span {
        color: #5ad1c7 !important;
      }
      .card-art {
        font-size: 10.5pt;
        color: #9aa2ad;
        text-align: left;
        margin-bottom: 16px;
        letter-spacing: 0.12em;
        text-transform: uppercase;
      }
      .card-text {
        color: #c9d0d6;
        margin-bottom: 18px;
        font-size: 1.1rem;
      }
      .price {
        font-size: 1.2rem;
        font-weight: bold;
        color: #5ad1c7;
        margin-bottom: 10px;
      }
      .discount {
        color: #8c939e;
      }
      .special-price {
        font-size: 0.95rem;
        color: #f2a65a;
        margin-left: 10px;
        display: block;
        font-weight: bold;
      }
      .price .delivery {
        font-size: 0.95rem;
        color: #c9d0d6;
        margin-left: 0;
        display: block;
        font-weight: normal;
        text-align: left;
      }
      .highlight {
        background-color: rgba(90, 209, 199, 0.18);
        padding: 2px 6px;
        border-radius: 999px;
        font-size: 1.2rem;
        color: #e7eaee;
      }
      .btn {
        border-radius: 999px;
        padding: 12px 22px;
        letter-spacing: 0.08em;
      }
      .btn-primary {
        background-color: #5ad1c7;
        color: #061012;
      }
      .btn-primary:hover {
        background-color: #45b6ad;
      }
      .tk-cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        border: 0;
        border-radius: 999px;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        transition:
          transform 0.2s ease,
          box-shadow 0.2s ease,
          filter 0.2s ease,
          background-color 0.2s ease,
          color 0.2s ease;
      }
      .tk-cta:hover {
        transform: translateY(-1px);
      }
      .tk-cta:active {
        transform: translateY(0);
      }
      .tk-cta:focus {
        outline: none;
      }
      .tk-cta .bi {
        font-size: 0.98em;
      }
      .tk-cta--card {
        min-height: 46px;
        padding: 12px 22px;
        box-shadow: 0 12px 26px rgba(23, 138, 130, 0.16);
      }
      .tk-cta--card:hover {
        box-shadow: 0 15px 28px rgba(23, 138, 130, 0.19);
      }
      .tk-cta--card:focus {
        box-shadow:
          0 14px 28px rgba(23, 138, 130, 0.17),
          0 0 0 4px rgba(90, 209, 199, 0.14);
      }
      .tk-cta--modal {
        width: 100%;
        min-height: 50px;
        box-shadow: 0 14px 28px rgba(23, 138, 130, 0.18);
      }
      .tk-cta--modal:hover {
        box-shadow: 0 16px 30px rgba(23, 138, 130, 0.2);
      }
      .tk-cta--modal:focus {
        box-shadow:
          0 16px 30px rgba(23, 138, 130, 0.18),
          0 0 0 4px rgba(90, 209, 199, 0.14);
      }
      .btn-link {
        color: #f2a65a;
        text-align: left;
        margin-top: 12px;
      }
      .btn-link:hover {
        text-decoration: underline;
      }
      .size-label {
        color: #9aa2ad;
      }
      .size-btn {
        border: 1px solid #2f3a43;
        background: #11161b;
        color: #e7eaee;
      }
      .size-btn.is-active,
      .size-btn:hover {
        border-color: #5ad1c7;
        color: #5ad1c7;
      }
      .brand-modal .modal-dialog {
        max-width: 600px;
        padding: 16px;
      }
      .brand-modal--confirmation .modal-dialog {
        max-width: 460px;
      }
      .brand-modal .modal-content {
        border: 1px solid rgba(255, 255, 255, 0.54);
        border-radius: 26px;
        overflow: hidden;
        background:
          radial-gradient(circle at top right, rgba(90, 209, 199, 0.2), transparent 28%),
          linear-gradient(180deg, rgba(228, 234, 238, 0.98), rgba(213, 220, 226, 0.98));
        box-shadow:
          0 32px 80px rgba(0, 0, 0, 0.42),
          0 12px 30px rgba(3, 8, 13, 0.14),
          inset 0 1px 0 rgba(255, 255, 255, 0.72);
        color: #15222c;
      }
      .brand-modal .modal-header,
      .brand-modal .modal-body,
      .brand-modal .modal-footer {
        border: 0;
      }
      .brand-modal .modal-header {
        padding: 22px 22px 8px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
      }
      .brand-modal__header-block {
        display: flex;
        align-items: flex-start;
        gap: 18px;
        min-width: 0;
      }
      .brand-modal__header-block--compact {
        align-items: flex-start;
      }
      .brand-modal__logo-wrap {
        width: 92px;
        height: 92px;
        flex-shrink: 0;
        display: grid;
        place-items: center;
        align-self: flex-start;
        margin-top: -4px;
      }
      .brand-modal__logo-wrap img {
        display: block;
        width: 82px;
        height: 82px;
        border-radius: 12px;
        object-fit: contain;
      }
      .brand-modal--confirmation .brand-modal__header-block {
        gap: 14px;
      }
      .brand-modal--confirmation .brand-modal__logo-wrap {
        width: 74px;
        height: 74px;
        margin-top: 0;
      }
      .brand-modal--confirmation .brand-modal__logo-wrap img {
        width: 64px;
        height: 64px;
        border-radius: 10px;
      }
      .brand-modal__success-mark {
        width: 46px;
        height: 46px;
        border-radius: 15px;
        flex-shrink: 0;
        display: grid;
        place-items: center;
        background: linear-gradient(
          180deg,
          rgba(17, 29, 42, 0.08),
          rgba(255, 255, 255, 0.45)
        );
        border: 1px solid rgba(17, 29, 42, 0.1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
      }
      .brand-modal__success-mark {
        color: #178a82;
        font-size: 1.55rem;
        margin-top: 2px;
      }
      .brand-modal__header-copy {
        min-width: 0;
      }
      .brand-modal__eyebrow {
        margin-bottom: 4px;
        font-size: 0.66rem;
        line-height: 1;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        color: #698078;
      }
      .brand-modal .modal-title {
        margin: 0;
        color: #10202b;
        font-family: "Trebuchet MS", sans-serif;
        font-size: clamp(1.32rem, 1.8vw, 1.88rem);
        line-height: 1.05;
      }
      .brand-modal__subtitle {
        margin: 6px 0 0;
        max-width: 30rem;
        color: #5b6e78;
        font-size: 0.9rem;
        line-height: 1.4;
      }
      .brand-modal__subtitle--compact {
        max-width: 18.5rem;
        margin-top: 3px;
        font-size: 0.84rem;
        line-height: 1.34;
      }
      .brand-modal__close.close {
        width: 38px;
        height: 38px;
        margin: 0;
        margin-top: 2px;
        padding: 0;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.24);
        border: 1px solid rgba(17, 29, 42, 0.07);
        color: #21333f;
        text-shadow: none;
        opacity: 1;
        flex-shrink: 0;
        align-self: flex-start;
        transition:
          background-color 0.2s ease,
          border-color 0.2s ease,
          color 0.2s ease,
          transform 0.2s ease,
          box-shadow 0.2s ease;
      }
      .brand-modal__close.close:hover {
        background: rgba(90, 209, 199, 0.14);
        border-color: rgba(23, 138, 130, 0.18);
        color: #178a82;
        transform: translateY(-1px);
      }
      .brand-modal__close.close:focus {
        outline: none;
        box-shadow: 0 0 0 4px rgba(90, 209, 199, 0.14);
      }
      .brand-modal .modal-body {
        padding: 8px 22px 22px;
      }
      .brand-modal__form {
        display: flex;
        flex-direction: column;
        gap: 14px;
      }
      .brand-modal__fields {
        display: grid;
        gap: 12px;
      }
      .brand-modal__actions {
        display: grid;
        gap: 10px;
      }
      .brand-modal__field {
        margin-bottom: 0;
      }
      .brand-modal__field label {
        margin-bottom: 7px;
        color: #61727b;
        font-size: 0.71rem;
        font-weight: 700;
        letter-spacing: 0.1em;
        text-transform: uppercase;
      }
      .brand-modal .form-control {
        height: 50px;
        border-radius: 15px;
        border: 1px solid rgba(43, 60, 72, 0.14);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(241, 245, 248, 0.96));
        color: #17242d;
        padding: 13px 15px;
        box-shadow:
          inset 0 1px 0 rgba(255, 255, 255, 0.72),
          0 1px 2px rgba(17, 29, 42, 0.04);
        transition:
          border-color 0.2s ease,
          background-color 0.2s ease,
          box-shadow 0.2s ease,
          transform 0.2s ease;
      }
      .brand-modal .form-control::placeholder {
        color: #8897a1;
      }
      .brand-modal .form-control:focus {
        border-color: rgba(90, 209, 199, 0.55);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 250, 252, 1));
        color: #13212b;
        box-shadow:
          0 0 0 4px rgba(90, 209, 199, 0.12),
          inset 0 1px 0 rgba(255, 255, 255, 0.78);
      }
      .brand-modal__consent {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 0;
        padding: 0 2px;
        padding-left: 0;
      }
      .brand-modal__consent .form-check-input {
        position: static;
        float: none;
        margin: 1px 0 0;
        width: 18px;
        height: 18px;
        border-radius: 5px;
        border: 1px solid rgba(17, 29, 42, 0.28);
        background-color: rgba(255, 255, 255, 0.85);
        box-shadow: none;
        flex-shrink: 0;
        transition:
          border-color 0.2s ease,
          background-color 0.2s ease,
          box-shadow 0.2s ease;
      }
      .brand-modal__consent .form-check-input:checked {
        background-color: #178a82;
        border-color: #178a82;
      }
      .brand-modal__consent .form-check-input:focus {
        outline: none;
        box-shadow: 0 0 0 4px rgba(90, 209, 199, 0.12);
      }
      .brand-modal__consent .form-check-label {
        display: block;
        flex: 1;
        margin: 0;
        padding: 0;
        color: #667781;
        font-size: 0.82rem;
        line-height: 1.42;
      }
      .brand-modal__submit.btn-primary {
        width: 100%;
      }
      .brand-modal__summary-panel {
        margin-top: 2px;
        padding: 14px 16px;
        border-radius: 18px;
        background: linear-gradient(
          180deg,
          rgba(255, 255, 255, 0.42),
          rgba(255, 255, 255, 0.24)
        );
        border: 1px solid rgba(17, 29, 42, 0.08);
      }
      .brand-modal__summary-top {
        margin-bottom: 10px;
      }
      .brand-modal__summary-label,
      .brand-modal__summary-k {
        display: block;
        margin-bottom: 4px;
        color: #73848b;
        font-size: 0.64rem;
        font-weight: 700;
        letter-spacing: 0.09em;
        text-transform: uppercase;
      }
      .brand-modal__summary-value--product {
        color: #172630;
        font-size: 0.95rem;
        line-height: 1.35;
        font-weight: 700;
      }
      .brand-modal__summary-meta {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
      }
      .brand-modal__summary-item {
        padding: 10px 12px;
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.38);
        border: 1px solid rgba(17, 29, 42, 0.05);
      }
      .brand-modal__summary-item--wide {
        grid-column: 1 / -1;
      }
      .brand-modal__summary-v {
        color: #2b3d47;
        font-size: 0.92rem;
        font-weight: 600;
        line-height: 1.25;
        word-break: break-word;
      }
      .brand-modal--confirmation .modal-header {
        align-items: flex-start;
        padding-bottom: 4px;
      }
      .brand-modal--confirmation .modal-title {
        font-size: clamp(1.22rem, 1.6vw, 1.72rem);
      }
      .brand-modal .modal-footer {
        padding: 0 22px 20px;
        justify-content: flex-start;
      }
      .brand-modal__submit--compact.btn-primary {
        min-height: 44px;
      }
      @media (max-width: 767px) {
        .brand-modal .modal-dialog {
          margin: 0;
          min-height: 100%;
          display: flex;
          align-items: stretch;
          padding: 12px;
        }
        .brand-modal .modal-content {
          max-height: calc(100vh - 24px);
          border-radius: 22px;
        }
        .brand-modal .modal-header {
          padding: 18px 18px 8px;
          gap: 7px;
        }
        .brand-modal .modal-body {
          padding: 8px 18px 16px;
          overflow-y: auto;
        }
        .brand-modal .modal-footer {
          padding: 0 18px 18px;
        }
        .brand-modal--confirmation .modal-dialog {
          min-height: auto;
          display: block;
          padding-top: 20px;
          padding-bottom: 20px;
        }
        .brand-modal--confirmation .modal-content {
          max-height: none;
        }
        .brand-modal--confirmation .modal-header {
          padding-bottom: 2px;
        }
        .brand-modal--confirmation .modal-footer {
          padding-top: 0;
        }
        .brand-modal__header-block {
          align-items: flex-start;
          gap: 14px;
        }
        .brand-modal__logo-wrap {
          width: 76px;
          height: 76px;
          margin-top: -3px;
        }
        .brand-modal__logo-wrap img {
          width: 66px;
          height: 66px;
          border-radius: 10px;
        }
        .brand-modal--confirmation .brand-modal__header-block {
          gap: 10px;
        }
        .brand-modal--confirmation .brand-modal__logo-wrap {
          width: 58px;
          height: 58px;
          margin-top: 0;
        }
        .brand-modal--confirmation .brand-modal__logo-wrap img {
          width: 50px;
          height: 50px;
          border-radius: 8px;
        }
        .brand-modal__success-mark {
          width: 42px;
          height: 42px;
          border-radius: 14px;
        }
        .brand-modal__close.close {
          width: 36px;
          height: 36px;
          border-radius: 11px;
        }
        .brand-modal--confirmation .brand-modal__subtitle--compact {
          max-width: 16rem;
        }
        .brand-modal__summary-meta {
          grid-template-columns: 1fr;
        }
      }
      .video-container {
        position: relative;
        width: 100%;
        padding-top: 177.78%;
      }
      .video-container video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
      }
      .carousel-control-prev,
      .carousel-control-next {
        width: auto;
        opacity: 0.45;
        transition: opacity 0.2s ease;
        display: flex;
        align-items: center;
      }
      .carousel-control-prev {
        left: 0;
        justify-content: flex-start;
        padding-left: 15px;
      }
      .carousel-control-next {
        right: 0;
        justify-content: flex-end;
        padding-right: 15px;
      }
      .carousel-control-prev:hover,
      .carousel-control-next:hover {
        opacity: 1;
      }
      .carousel-control-prev-icon,
      .carousel-control-next-icon {
        background: rgba(10, 14, 18, 0.35);
        border: 1px solid rgba(231, 234, 238, 0.6);
        border-radius: 50%;
        width: 52px;
        height: 52px;
        display: grid;
        place-items: center;
        background-image: none;
        flex-shrink: 0;
      }
      @media (max-width: 520px) {
        .carousel-control-prev,
        .carousel-control-next {
          width: auto;
        }
        .carousel-control-prev {
          left: 0;
          padding-left: 15px;
        }
        .carousel-control-next {
          right: 0;
          padding-right: 15px;
        }
        .carousel-control-prev-icon,
        .carousel-control-next-icon {
          width: 56px;
          height: 56px;
        }
      }
      .carousel-control-prev-icon::before,
      .carousel-control-next-icon::before {
        color: #e7eaee;
        font-size: 30px;\r\n        line-height: 1;
        font-family: "Georgia", serif;
      }
      .carousel-control-prev-icon::before {
        content: "‹";
        margin-left: 0;
      }
      .carousel-control-next-icon::before {
        content: "›";
        margin-right: 0;
      }
      .carousel-control-prev-icon,
      .carousel-control-next-icon {
        line-height: 1;
      }
      .footer {
        background: #000;
        color: #555;
        padding: 20px 0;
        text-align: center;
        /*margin-top: 30px;*/
      }
      .footer p {
        margin: 0;
        font-size: 0.9rem;
      }
      .footer-legal {
        margin-top: 8px;
        font-size: 0.9rem;
      }
      .footer-legal__trigger {
        cursor: pointer;
      }
      .footer a {
        color: #aaa;
        text-decoration: underline;
        transition: color 0.3s ease;
      }
      .footer a:hover {
        color: #ccc;
      }
      .offer-page {
        min-height: 100vh;
        margin: 0;
        background:
          radial-gradient(circle at top right, rgba(178, 230, 239, 0.28), transparent 34%),
          linear-gradient(180deg, #edf4f7 0%, #d8e4eb 100%);
        color: #16232d;
      }
      .offer-page__shell {
        max-width: 980px;
        margin: 0 auto;
        padding: 42px 18px 72px;
      }
      .offer-document {
        border-radius: 28px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(237, 244, 247, 0.92));
        border: 1px solid rgba(17, 29, 42, 0.08);
        box-shadow:
          0 24px 60px rgba(17, 29, 42, 0.1),
          inset 0 1px 0 rgba(255, 255, 255, 0.84);
        padding: 28px 28px 32px;
      }
      .offer-document--modal {
        background: transparent;
        border: 0;
        box-shadow: none;
        padding: 0;
      }
      .offer-document__intro {
        display: grid;
        gap: 12px;
        margin-bottom: 14px;
      }
      .offer-document__eyebrow {
        font-size: 0.74rem;
        line-height: 1;
        letter-spacing: 0.16em;
        text-transform: uppercase;
        color: #6d857d;
      }
      .offer-document__title {
        margin: 0;
        font-family: "Trebuchet MS", sans-serif;
        font-size: clamp(2rem, 3.2vw, 3rem);
        line-height: 1.04;
      }
      .offer-document__lead,
      .offer-document__modal-note {
        margin: 0 0 18px;
        color: #566a76;
        font-size: 1rem;
        line-height: 1.55;
      }
      .offer-document__modal-note {
        padding-bottom: 4px;
      }
      .offer-document__section {
        padding-top: 18px;
        border-top: 1px solid rgba(17, 29, 42, 0.08);
      }
      .offer-document__section + .offer-document__section {
        margin-top: 18px;
      }
      .offer-document__section h2 {
        margin: 0 0 12px;
        font-size: clamp(1.18rem, 1.6vw, 1.5rem);
        line-height: 1.15;
        color: #0f202b;
      }
      .offer-document__section p,
      .offer-document__list {
        margin: 0;
        color: #314654;
        font-size: 0.98rem;
        line-height: 1.65;
      }
      .offer-document__list {
        padding-left: 1.2rem;
        margin-top: 12px;
        display: grid;
        gap: 8px;
      }
      .offer-document__meta {
        margin: 0;
        display: grid;
        gap: 10px;
      }
      .offer-document__meta-row {
        display: grid;
        grid-template-columns: minmax(140px, 180px) 1fr;
        gap: 10px;
      }
      .offer-document__meta-row dt {
        color: #6f818c;
        font-size: 0.82rem;
        letter-spacing: 0.08em;
        text-transform: uppercase;
      }
      .offer-document__meta-row dd {
        margin: 0;
        color: #172733;
      }
      .offer-document__meta-row a {
        color: #17736e;
      }
      .brand-modal--legal .modal-dialog {
        max-width: min(980px, calc(100vw - 32px));
      }
      .brand-modal--legal .modal-content {
        max-height: min(90vh, 960px);
        display: flex;
        flex-direction: column;
      }
      .brand-modal--legal .modal-header {
        align-items: flex-start;
        padding-bottom: 10px;
      }
      .brand-modal--legal .brand-modal__header-block {
        gap: 14px;
        align-items: flex-start;
      }
      .brand-modal--legal .brand-modal__logo-wrap {
        width: 58px;
        height: 58px;
        margin-top: -1px;
      }
      .brand-modal--legal .brand-modal__logo-wrap img {
        width: 48px;
        height: 48px;
        border-radius: 10px;
      }
      .brand-modal--legal .modal-title {
        font-size: clamp(1.4rem, 2vw, 2.08rem);
      }
      .brand-modal--legal .brand-modal__subtitle--compact {
        max-width: 36rem;
        margin-top: 6px;
        font-size: 0.9rem;
        line-height: 1.45;
      }
      .brand-modal--legal .modal-body {
        flex: 1 1 auto;
        overflow-y: auto;
        padding: 0 22px 22px;
        -webkit-overflow-scrolling: touch;
      }
      .brand-modal--legal .modal-footer {
        padding-top: 0;
        justify-content: flex-end;
      }
      .brand-modal--legal .offer-document__section:first-of-type {
        padding-top: 8px;
      }

      @media (max-width: 768px) {
        .header .factory-name {
          display: none;
        }
        .header .small-screen-name {
          display: block;
          font-size: 1rem;
          font-weight: bold;
          margin-left: 10px;
        }
        .header .contact-info div:nth-child(2) {
          display: none;
        }
        .offer-page__shell {
          padding: 22px 12px 48px;
        }
        .offer-document {
          border-radius: 24px;
          padding: 22px 18px 24px;
        }
        .offer-document__title {
          font-size: clamp(1.66rem, 8vw, 2.2rem);
        }
        .offer-document__lead,
        .offer-document__modal-note,
        .offer-document__section p,
        .offer-document__list {
          font-size: 0.94rem;
          line-height: 1.58;
        }
        .offer-document__meta-row {
          grid-template-columns: 1fr;
          gap: 4px;
        }
        .brand-modal--legal .modal-dialog {
          max-width: none;
        }
        .brand-modal--legal .modal-content {
          max-height: calc(100vh - 20px);
        }
        .brand-modal--legal .brand-modal__header-block {
          gap: 12px;
        }
        .brand-modal--legal .brand-modal__logo-wrap {
          width: 46px;
          height: 46px;
          margin-top: 0;
        }
        .brand-modal--legal .brand-modal__logo-wrap img {
          width: 38px;
          height: 38px;
          border-radius: 8px;
        }
        .brand-modal--legal .modal-body {
          padding: 0 18px 18px;
        }
        .card {
          grid-template-columns: 1fr;
        }
        .card .carousel,
        .card img,
        .card .video-container {
          width: 100%;
        }
        .card-title {
          font-size: 26pt;
        }
        .catalog-section .product-card {
          margin-bottom: 40px;
        }
        .catalog-section .product-card .card-title {
          font-size: 24pt;
        }
        .catalog-section .product-card__surface {
          border-radius: 28px;
        }
        .catalog-section .product-card__media,
        .catalog-section .product-card .card-body {
          padding-left: 16px;
          padding-right: 16px;
        }
        .catalog-section .product-card__media {
          padding-bottom: 0;
        }
        .catalog-section .product-card .card-body {
          gap: 13px;
          padding-top: 18px;
          padding-bottom: 22px;
        }
        .catalog-section .product-card .card-text {
          max-width: none;
        }
        .catalog-section .product-card__actions .btn {
          width: 100%;
          min-width: 0;
        }
      }

      .header .small-screen-name {
        display: block;
        font-size: 1rem;
        font-weight: bold;
        margin-left: 10px;
      }
      .header .contact-info div:nth-child(2) {
        display: none;
      }
      .card {
        flex-direction: column;
      }
      .carousel,
      .card img,
      .video-container {
        width: 100%;
        max-width: 100%;
      }
      .card-body {
        width: 100%;
      }
      .card-title {
        font-size: 24pt; /* Размер для маленьких экранов */
      }
      .chat-background {
        width: 100%;
        background-size: cover;
        border-radius: 0;
      }
      .chat-container {
        flex-direction: column;
        align-items: center;
        width: 100%;
        text-align: center;
        background: rgba(255, 255, 255, 0.9);
        border-radius: 0;
      }

      .banner {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 20px 0;
      }

      .banner_rounded {
        border-radius: 0;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        transition: transform 0.2s ease;
        display: flex;
        flex-direction: row;
        margin-bottom: 20px;
        align-items: flex-start;
      }
      .banner img {
        max-width: 100%;
        height: auto;
      }

      .video-wrapper {
        position: relative;
        width: 100%;
        max-width: 100%;
        aspect-ratio: 16 / 9;
        overflow: hidden;
        /* border-radius: 12px; */
      }

      .video-wrapper iframe {
        width: 100%;
        height: 100%;
        border: 0;
        display: block;
      }

      /* Сетка вертикальных видео */
      .video-grid {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
        margin-top: 0;
        margin-bottom: 20px;
        row-gap: 20px; /* единственный источник вертикального интервала */
      }

      /* Две колонки на широких */
      @media (min-width: 1024px) {
        .video-grid {
          grid-template-columns: repeat(2, auto);
          column-gap: 16px;
          row-gap: 20px;
        }
      }

      /* Внутри сетки карточки/баннеры не добавляют свои внешние отступы вообще */
      .video-grid > .banner,
      .video-grid > .card {
        margin: 0; /* важно: обнуляем и top, и bottom */
      }

      .video-wrapper-vertical {
        position: relative;
        width: 100%;
        max-width: 500px;
        aspect-ratio: 9 / 16;
        max-height: 90vh;
        background: #000;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      }

      /* Оверлей загрузки */
      .video-loader {
        position: absolute;
        inset: 0;
        display: flex;
        gap: 10px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: rgba(0, 0, 0, 0.4);
        backdrop-filter: blur(1px);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.2s ease;
        color: #fff;
        font-size: 14px;
      }

      .spinner {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        border: 3px solid rgba(255, 255, 255, 0.25);
        border-top-color: #fff;
        animation: spin 1s linear infinite;
      }

      @keyframes spin {
        to {
          transform: rotate(360deg);
        }
      }

      /* показываем лоадер, когда контейнер в состоянии загрузки */
      .video-wrapper-vertical.is-loading .video-loader {
        opacity: 1;
        pointer-events: auto;
      }

      .video-wrapper-vertical video {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; /* без «ушей» */
        border-radius: inherit;
      }

      @media (max-width: 768px) {
        .banner img {
          width: 100%;
          height: auto;
        }
      }

      @media (min-width: 1200px) {
        .catalog-section {
          --catalog-max-width: 1400px;
          --product-card-bottom-space: 56px;
        }
      }

:root {
        --hero-h: 100vh;
        --text-100: #fff;
        --text-70: rgba(255, 255, 255, 0.78);
      }

      /* База */
      .hero {
        position: relative;
        min-height: var(--hero-h);
        display: grid;
        place-items: center;
        overflow: clip;
        isolation: isolate;
        display: none;
      }
      .hero__bg {
        position: absolute;
        inset: 0;
        background: url("/images/hero-bgr.jpg") center/cover no-repeat;
        transform: scale(1.06);
        transition: transform 1.2s ease;
        z-index: -3;
      }
      .hero__aurora {
        position: absolute;
        inset: 0;
        z-index: -2;
        pointer-events: none;
        background:
          radial-gradient(
            80% 30% at 50% 6%,
            rgba(121, 199, 255, 0.3),
            transparent 60%
          ),
          conic-gradient(
            from 90deg at 50% -10%,
            rgba(113, 229, 255, 0.18),
            rgba(255, 103, 231, 0.18),
            rgba(255, 171, 64, 0.1),
            rgba(113, 229, 255, 0.18)
          );
        filter: blur(18px) saturate(120%);
        opacity: 0.7;
      }
      .hero__vignette {
        position: absolute;
        inset: -1px;
        z-index: -1;
        pointer-events: none;
        background:
          radial-gradient(
            120% 120% at 50% 0%,
            rgba(0, 0, 0, 0.05) 0%,
            rgba(0, 0, 0, 0.45) 70%,
            rgba(0, 0, 0, 0.75) 100%
          ),
          linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.25) 0%,
            rgba(0, 0, 0, 0.55) 100%
          );
      }
      .hero:hover .hero__bg {
        transform: scale(1.08);
      }

      .hero__inner {
        width: min(1200px, 92vw);
        margin-inline: auto;
        padding: clamp(16px, 2vw, 24px);
        text-align: center;
      }
      .hero__card {
        max-width: 960px;
        margin-inline: auto;
      }

      .hero__title {
        font-family:
          system-ui,
          -apple-system,
          "Segoe UI",
          Inter,
          Roboto,
          "Helvetica Neue",
          Arial,
          "Noto Sans",
          sans-serif;
        font-weight: 900;
        letter-spacing: 0.2px;
        line-height: 1.1;
        font-size: clamp(40px, 7.2vw, 92px); /* крупно как у TradingView */
        color: var(--text-100);
        text-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
        margin: 0 0 12px;
      }
      .hero__subtitle {
        font-size: clamp(16px, 2.2vw, 22px);
        color: var(--text-70);
        margin: 0 0 28px;
      }

      /* Кнопка-пилюля */
      .hero__btn--pill {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 58px;
        padding: 0 26px;
        border-radius: 999px;
        background: #fff;
        color: #0b0e13;
        text-decoration: none;
        font-weight: 700;
        font-size: 16px;
        letter-spacing: 0.2px;
        box-shadow:
          0 14px 40px rgba(0, 0, 0, 0.35),
          0 2px 0 rgba(255, 255, 255, 0.4) inset;
        transition:
          transform 0.18s ease,
          box-shadow 0.18s ease,
          filter 0.18s ease;
      }
      .hero__btn--pill:hover {
        transform: translateY(-1px);
        filter: brightness(1.02);
        box-shadow:
          0 18px 44px rgba(0, 0, 0, 0.4),
          0 2px 0 rgba(255, 255, 255, 0.45) inset;
      }
      .hero__btn--pill:active {
        transform: translateY(0);
      }

      /* Стрелка вниз */
      .hero__scroll {
        margin-top: clamp(10px, 1.5vw, 18px);
        background: transparent;
        border: 0;
        cursor: pointer;
        display: grid;
        place-items: center;
        width: 34px;
        height: 34px;
        opacity: 0.85;
      }
      .hero__scroll span {
        width: 12px;
        height: 12px;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg);
        animation: heroBounce 1.6s ease-in-out infinite;
      }
      @keyframes heroBounce {
        0%,
        100% {
          transform: translateY(0) rotate(45deg);
          opacity: 0.7;
        }
        50% {
          transform: translateY(7px) rotate(45deg);
          opacity: 1;
        }
      }

      /* Адаптив */
      @media (max-width: 520px) {
        :root {
          --hero-h: 86vh;
        }
        .hero__btn--pill {
          width: 100%;
          height: 54px;
        }
      }
