

/* Start:/local/templates/snf/styles.css?179023954139*/
/* Base styles live in css/main.css */

/* End */


/* Start:/local/templates/snf/template_styles.css?179023954140301*/
/* Site-specific overrides */
[x-cloak] {
    display: none !important;
}

/* Breadcrumbs — must NOT inherit .single-content li bullets */
.breadcrumbs {
    margin: 0 0 24px;
}

.breadcrumbs__list,
.single-content .breadcrumbs__list,
.single-page .breadcrumbs__list {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    font-family: Mulish, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #8b96b6;
}

.breadcrumbs__item,
.single-content .breadcrumbs__item,
.single-page .breadcrumbs__item {
    position: static !important;
    display: inline-flex !important;
    align-items: center;
    margin: 0 !important;
    padding: 0 !important;
    color: #8b96b6 !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    list-style: none !important;
}

.breadcrumbs__item::before,
.single-content .breadcrumbs__item::before,
.single-page .breadcrumbs__item::before {
    content: none !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    background: none !important;
}

.breadcrumbs__item:not(:last-child)::after {
    content: "|" !important;
    display: inline-block !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    margin: 0 8px !important;
    border-radius: 0 !important;
    background: none !important;
    color: #8b96b6 !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
}

.breadcrumbs__item a {
    color: #8b96b6 !important;
    font-size: 14px !important;
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumbs__item a:hover {
    color: #0a1e58 !important;
}

.breadcrumbs__item span {
    color: #0a1e58 !important;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1.4;
}

.breadcrumbs__item--muted span {
    color: #8b96b6 !important;
}

/* Page H1 like section titles: uppercase + cyan underline, brand blue text */
.single-content h1 {
    position: relative;
    display: block;
    margin: 0 0 40px;
    padding-bottom: 0;
    color: #0a1e58;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.25;
    text-transform: uppercase;
    text-align: left;
}

.single-content h1::after {
    content: "";
    display: block;
    width: 110px;
    height: 6px;
    margin-top: 24px;
    border-radius: 6px;
    background: #00d0ff;
}

.page-404__title {
    position: relative;
    margin: 0 0 40px;
    color: #0a1e58;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.25;
    text-transform: uppercase;
}

.page-404__title::after {
    content: "";
    display: block;
    width: 110px;
    height: 6px;
    margin-top: 24px;
    border-radius: 6px;
    background: #00d0ff;
}

/* Breadcrumbs sit under header; content follows without double top padding */
.single-page > .container:has(.breadcrumbs) {
    padding-top: 100px;
}

.single-page > .container:has(.breadcrumbs) + .single-content {
    padding-top: 0;
}

.footer-policy {
    position: relative;
    display: inline-flex;
    margin-top: 0.75rem;
    font-size: 0.8125rem;
    line-height: 1.4;
    color: #fff;
    text-decoration: none;
    opacity: 0.85;
    transition: opacity 0.3s ease;
}

.footer-policy::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    height: 2px;
    background: #00d1ff;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.25s ease;
}

.footer-policy:hover {
    color: #fff;
    opacity: 1;
    text-decoration: none;
}

.footer-policy:hover::after {
    transform: scaleX(1);
}

.page-404 {
    padding: 3rem 0 4rem;
}

.page-404__text {
    margin: 0 0 1.5rem;
    max-width: 36rem;
}

/* Keep .blue-btn look inside .single-content (link styles otherwise override it) */
.single-content a.blue-btn,
.page-404 a.blue-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 211px;
    height: 48px;
    padding: 0;
    border: 0;
    border-radius: 16px;
    background: var(--blue-gradient, #0a1e58);
    color: #fff !important;
    font-size: 16px !important;
    font-weight: bold;
    line-height: 1;
    text-decoration: none !important;
    cursor: pointer;
    transition: transform 0.3s ease, filter 0.3s ease, box-shadow 0.3s ease;
}

.single-content a.blue-btn:hover,
.page-404 a.blue-btn:hover {
    color: #fff !important;
    text-decoration: none !important;
    transform: translateY(-2px);
    filter: brightness(1.1);
    box-shadow: 0 10px 20px rgba(10, 30, 88, 0.3);
}

/* b/strong must inherit parent size (CSS reset sets font-size: 1.2rem on them) */
.single-content b,
.single-content strong,
.single-content__body b,
.single-content__body strong {
    font-size: inherit;
    font-weight: 700;
    line-height: inherit;
    color: inherit;
}

/* Content typography: paragraphs, lists, nested headings */
.single-content p {
    margin: 0 0 18px;
    color: #444;
    font-size: 18px;
    line-height: 1.65;
}

.single-content__body > p:last-child,
.single-content > .container p:last-child {
    margin-bottom: 0;
}

.single-content h2,
.single-content__body h2 {
    margin: 40px 0 18px;
    color: #0a1e58;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.3;
    text-transform: none;
}

.single-content h2:first-child,
.single-content__body h2:first-child {
    margin-top: 0;
}

.single-content h3,
.single-content__body h3 {
    margin: 28px 0 14px;
    color: #0a1e58;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
}

.single-content ul,
.single-content ol,
.single-content__body ul,
.single-content__body ol {
    margin: 6px 0 28px !important;
    padding: 0 0 0 4px !important;
    list-style: none !important;
}

.single-content p + ul,
.single-content p + ol,
.single-content__body p + ul,
.single-content__body p + ol {
    margin-top: 4px !important;
}

.single-content ol {
    list-style: none;
    counter-reset: single-ol;
}

.single-content li,
.single-content__body li {
    position: relative !important;
    margin: 0 0 16px !important;
    padding-left: 32px !important;
    color: #444 !important;
    font-size: 18px !important;
    line-height: 1.65 !important;
}

.single-content ul > li::before,
.single-content__body ul > li::before {
    content: "" !important;
    position: absolute !important;
    top: 0.72em !important;
    left: 4px !important;
    width: 7px !important;
    height: 7px !important;
    border-radius: 50% !important;
    background: #0a1e58 !important;
}

.single-content ol > li {
    counter-increment: single-ol;
}

.single-content ol > li::before {
    content: counter(single-ol) "." !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 24px !important;
    height: auto !important;
    border-radius: 0 !important;
    background: none !important;
    color: #0a1e58 !important;
    font-weight: 700 !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

.single-content li:last-child,
.single-content__body li:last-child {
    margin-bottom: 0 !important;
}

.single-content ul ul,
.single-content ol ol,
.single-content ul ol,
.single-content ol ul,
.single-content__body ul ul,
.single-content__body ol ol {
    margin: 12px 0 6px !important;
    padding-left: 16px !important;
}

/* Numbered legal clauses already containing "4.1.1." etc. — indent, no bullet */
.single-content ul.doc-clauses,
.single-content__body ul.doc-clauses {
    margin: 4px 0 28px !important;
    padding-left: 12px !important;
}

.single-content ul.doc-clauses > li,
.single-content__body ul.doc-clauses > li {
    padding-left: 20px !important;
}

.single-content ul.doc-clauses > li::before,
.single-content__body ul.doc-clauses > li::before {
    content: none !important;
    display: none !important;
}

.single-content a,
.single-content__body a {
    color: #2f6fed;
    font-size: inherit;
    line-height: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.single-content a:hover,
.single-content__body a:hover {
    text-decoration: none;
}

.single-content a.license-card,
.single-content a.license-card:hover,
.license-card,
.license-card:hover,
.license-card__title {
    text-decoration: none !important;
}

/* Production cards inside .single-content — keep white text, no underline */
.single-content a.production-block,
.single-content a.production-block:hover,
.products-catalog-section a.production-block,
.products-catalog-section a.production-block:hover {
    color: #fff !important;
    text-decoration: none !important;
}

.single-content a.production-block p,
.products-catalog-section a.production-block p {
    color: #fff !important;
    text-decoration: none !important;
}

@media (max-width: 767px) {
    .single-content h1,
    .page-404__title {
        font-size: 28px;
        line-height: 1.25;
    }

    .single-content h1::after,
    .page-404__title::after {
        width: 80px;
        height: 4px;
        margin-top: 16px;
    }

    .single-content p,
    .single-content li,
    .single-content__body li {
        font-size: 16px;
    }

    .single-content h2,
    .single-content__body h2 {
        font-size: 20px;
        margin-top: 28px;
    }

    .single-content h3,
    .single-content__body h3 {
        font-size: 18px;
        margin-top: 22px;
    }
}

/* Management / Руководство — layout like RMZ people grid */
.management-section .management-grid {
    margin-top: 8px;
}

.management-grid__col {
    margin-bottom: 40px;
}

.people-item {
    height: 100%;
    padding-right: 12px;
}

.people-item__name {
    margin: 0 0 8px;
    color: #0a1e58;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
}

.people-item__staff {
    margin: 0;
    color: #444;
    font-size: 16px;
    line-height: 1.4;
}

.people-item__phone {
    margin: 14px 0 6px;
    color: #444;
    font-size: 15px;
    line-height: 1.4;
}

.people-item__email {
    margin: 0;
    font-size: 15px;
    line-height: 1.45;
}

.people-item__phone a,
.people-item__email a {
    color: #2f6fed;
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit;
    text-decoration: none;
}

.people-item__phone a:hover,
.people-item__email a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}

@media (max-width: 767px) {
    .management-grid__col {
        margin-bottom: 28px;
    }

    .people-item {
        padding-right: 0;
    }

    .people-item__name {
        font-size: 18px;
    }
}

/* News list (RMZ-like grid) */
.news-list-section .news-list {
    margin-top: 8px;
}

.news-list__col {
    margin-bottom: 30px;
}

.news-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid rgba(10, 30, 88, 0.14);
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.news-item:hover {
    border-color: #2f6fed;
    box-shadow: 0 8px 24px rgba(10, 30, 88, 0.12);
}

.news-item__img {
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: #eef2f7;
}

.news-item__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.news-item:hover .news-item__img img {
    transform: scale(1.04);
}

.news-item__data {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    flex: 1;
    padding: 16px 18px 18px;
    min-height: 110px;
}

.news-item__title,
.single-content a.news-item__title {
    color: #444 !important;
    font-size: 18px !important;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none !important;
}

.news-item__title:hover,
.single-content a.news-item__title:hover {
    color: #0a1e58 !important;
    text-decoration: none !important;
}

.news-item__date {
    color: #8a8f98;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
}

/* News detail */
.news-detail__date {
    margin: -8px 0 24px;
    color: #8a8f98;
    font-size: 15px;
    font-weight: 500;
}

.news-detail__body {
    margin-bottom: 28px;
}

.news-detail__body p {
    margin: 0 0 16px;
    color: #444;
    font-size: 18px;
    line-height: 1.65;
}

.news-detail__body ul {
    margin: 8px 0 24px !important;
    padding: 0 0 0 4px !important;
    list-style: none !important;
}

.news-detail__body li {
    position: relative !important;
    margin: 0 0 12px !important;
    padding-left: 28px !important;
    color: #444 !important;
    font-size: 18px !important;
    line-height: 1.65 !important;
}

.news-detail__body li::before {
    content: "" !important;
    position: absolute !important;
    top: 0.72em !important;
    left: 4px !important;
    width: 7px !important;
    height: 7px !important;
    border-radius: 50% !important;
    background: #0a1e58 !important;
}

.news-detail__gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 8px 0 32px;
}

.news-detail__photo {
    display: block;
    overflow: hidden;
    border-radius: 16px;
    aspect-ratio: 4 / 3;
    background: #eef2f7;
    text-decoration: none !important;
}

.news-detail__photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    vertical-align: top;
}

.news-detail__back {
    display: inline-block;
    color: #2f6fed;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none !important;
}

.news-detail__back:hover {
    text-decoration: underline !important;
    text-underline-offset: 2px;
}

/* Contacts social — same blue background as header */
.contacts-social {
    gap: 16px;
}

.contacts-social a {
    background: var(--blue-gradient);
    margin-right: 0;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.contacts-social a img {
    width: 23px;
    height: 23px;
}

.contacts-social a:hover {
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 4px 12px rgba(10, 30, 88, 0.3);
    filter: brightness(1.1);
}

@media (max-width: 991px) {
    .news-detail__gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .news-item__title,
    .single-content a.news-item__title {
        font-size: 16px !important;
    }

    .news-detail__gallery {
        grid-template-columns: 1fr;
    }

    .news-detail__body p,
    .news-detail__body li {
        font-size: 16px !important;
    }
}

/* Product catalog — category table */
.products-catalog-section .products-catalog-grid {
    margin-top: 8px;
}

.products-section__desc {
    margin: 0 0 28px;
    max-width: 920px;
    color: #444;
    font-size: 18px;
    line-height: 1.65;
}

.single-content .products-section__desc p,
.single-content .products-section__desc li {
    margin: 0 0 12px;
    color: #444;
    font-size: 18px;
    line-height: 1.65;
}

.single-content .products-section__desc li {
    margin-bottom: 4px;
}

.products-section__desc ul {
    margin: 0 0 12px;
    padding-left: 1.25em;
}

.products-table {
    margin: 16px 0 0;
    overflow: hidden;
    border: 1px solid rgba(10, 30, 88, 0.1);
    border-radius: 16px;
    background: #fff;
}

.products-table__head,
.products-table__row {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(180px, 0.9fr);
    gap: 20px 32px;
    padding: 18px 24px;
    align-items: center;
}

.products-table__head {
    background: #0a1e58;
}

.products-table__head .products-table__col {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.3;
}

.products-table__row {
    border-top: 1px solid rgba(10, 30, 88, 0.08);
    transition: background-color 0.2s ease;
}

.products-table__row:nth-child(odd) {
    background: #f7f9fc;
}

.products-table__row:hover {
    background: #eef4fb;
}

.products-table__col--name {
    color: #0a1e58;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.45;
}

.products-table__col--tu {
    color: #445066;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    font-variant-numeric: tabular-nums;
    word-break: break-word;
}

.products-section__empty {
    margin: 0 0 28px;
    color: #444;
    font-size: 18px;
}

@media (max-width: 767px) {
    .products-table {
        border-radius: 12px;
    }

    .products-table__head {
        display: none;
    }

    .products-table__row {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 16px 18px;
    }

    .products-table__col--name {
        font-size: 16px;
    }

    .products-table__col--tu {
        font-size: 14px;
        color: #6b7280;
    }

    .products-table__col--tu::before {
        content: "ТУ: ";
        font-weight: 700;
        color: #0a1e58;
    }
}

/* Реквизиты */
.rekvizity {
    margin-top: 8px;
    max-width: 920px;
}

.rekvizity__block {
    margin: 0 0 36px;
    padding: 0 0 8px;
    border-bottom: 1px solid rgba(10, 30, 88, 0.12);
}

.rekvizity__block:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.rekvizity__title {
    margin: 0 0 18px !important;
    color: #0a1e58 !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    text-transform: none !important;
}

.rekvizity__list {
    margin: 0;
    padding: 0;
}

.rekvizity__row {
    display: grid;
    grid-template-columns: minmax(180px, 280px) minmax(0, 1fr);
    gap: 12px 32px;
    padding: 14px 0;
    border-top: 1px solid rgba(10, 30, 88, 0.08);
}

.rekvizity__row:first-child {
    border-top: 0;
    padding-top: 0;
}

.rekvizity__row dt {
    margin: 0;
    color: #6b7280;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.45;
}

.rekvizity__row dd {
    margin: 0;
    color: #0a1e58;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.45;
    word-break: break-word;
}

.rekvizity__value--mono {
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.02em;
    font-weight: 700;
}

.rekvizity__row dd a {
    color: #2f6fed;
    font-size: inherit !important;
    font-weight: inherit;
    text-decoration: none;
}

.rekvizity__row dd a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}

@media (max-width: 767px) {
    .rekvizity__title {
        font-size: 18px !important;
        margin-bottom: 14px !important;
    }

    .rekvizity__row {
        grid-template-columns: 1fr;
        gap: 4px;
        padding: 12px 0;
    }

    .rekvizity__row dt {
        font-size: 13px;
    }

    .rekvizity__row dd {
        font-size: 16px;
    }
}



/* Product table links */
.products-table__col--name a {
    color: #0a1e58 !important;
    font-size: inherit !important;
    font-weight: inherit;
    text-decoration: none !important;
}

.products-table__col--name a:hover {
    color: #2f6fed !important;
    text-decoration: underline !important;
    text-underline-offset: 2px;
}

/* Product detail */
.product-detail__meta {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 28px;
    margin: -4px 0 28px;
}

.product-detail__tu {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    color: #445066;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
}

.product-detail__tu-label {
    display: inline-flex;
    padding: 2px 7px;
    border-radius: 5px;
    background: rgba(0, 208, 255, 0.16);
    color: #0a1e58;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.product-detail__layout {
    display: grid;
    grid-template-columns: minmax(0, 320px) minmax(0, 1fr);
    gap: 28px 36px;
    align-items: start;
    margin-bottom: 32px;
}

.product-detail__media {
    overflow: hidden;
    border-radius: 16px;
    background: #f3f6fa;
    border: 1px solid rgba(10, 30, 88, 0.08);
}

.product-detail__media a {
    display: block;
    text-decoration: none !important;
}

.product-detail__media img {
    display: block;
    width: 100%;
    height: auto;
}

.product-detail__body p {
    margin: 0 0 16px;
    color: #444;
    font-size: 18px;
    line-height: 1.65;
}

.product-detail__body p:last-child {
    margin-bottom: 0;
}

.product-detail__empty {
    color: #6b7280;
    font-size: 17px;
}

.product-detail__body table,
.single-content .product-detail__body table {
    width: 100%;
    margin: 20px 0 8px;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid rgba(10, 30, 88, 0.12);
    border-radius: 12px;
    background: #fff;
    font-size: 14px !important;
    line-height: 1.4;
}

.product-detail__body .table-scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 20px 0 8px;
}

.product-detail__body .table-scroll table {
    margin: 0;
    min-width: 560px;
}

.product-detail__body table td,
.product-detail__body table th,
.single-content .product-detail__body table td,
.single-content .product-detail__body table th {
    padding: 12px 14px;
    border: 0;
    border-right: 1px solid rgba(10, 30, 88, 0.08);
    border-bottom: 1px solid rgba(10, 30, 88, 0.08);
    color: #334155;
    font-size: 14px !important;
    font-weight: 500;
    vertical-align: middle;
    background: transparent;
}

.product-detail__body table tr:first-child td,
.product-detail__body table thead td,
.product-detail__body table th {
    background: #0a1e58;
    color: #fff !important;
    font-weight: 700;
    font-size: 13px !important;
}

.product-detail__body table tr:nth-child(n+2):nth-child(odd) td {
    background: #f7f9fc;
}

.product-detail__body table tr:nth-child(n+2):hover td {
    background: #eef4fb;
}

.product-detail__body table td:last-child,
.product-detail__body table th:last-child {
    border-right: 0;
}

.product-detail__body table tr:last-child td {
    border-bottom: 0;
}


@media (max-width: 991px) {
    .product-detail__layout {
        grid-template-columns: 1fr;
    }

    .product-detail__media {
        max-width: 420px;
    }
}

@media (max-width: 767px) {
    .product-detail__body p {
        font-size: 16px;
    }
}


/* Product gallery + PDF */
.product-detail__pdf {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 8px 12px;
    border-radius: 10px;
    background: #f3f6fb;
    border: 1px solid rgba(10, 30, 88, 0.1);
    color: #0a1e58 !important;
    font-size: 13px !important;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none !important;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.product-detail__pdf:hover {
    background: #e8eef8;
    border-color: rgba(10, 30, 88, 0.2);
}

.product-detail__pdf-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-width: 34px;
    height: 22px;
    padding: 0 6px;
    border-radius: 6px;
    background: #e11d48;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.product-detail__pdf-text {
    color: inherit;
    font-size: 13px;
    font-weight: 600;
    word-break: break-word;
}

.product-detail__main-photo {
    display: block;
    overflow: hidden;
    border-radius: 16px;
    background: #f3f6fa;
    border: 1px solid rgba(10, 30, 88, 0.08);
    text-decoration: none !important;
}

.product-detail__main-photo img {
    display: block;
    width: 100%;
    height: auto;
}

.product-detail__thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
    gap: 8px;
    margin-top: 10px;
}

.product-detail__thumb {
    display: block;
    overflow: hidden;
    aspect-ratio: 1;
    border-radius: 10px;
    border: 2px solid transparent;
    background: #eef2f7;
    text-decoration: none !important;
}

.product-detail__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-detail__thumb.is-active,
.product-detail__thumb:hover {
    border-color: #00d0ff;
}

.product-detail__layout--gallery .product-detail__media {
    border: 0;
    background: transparent;
    overflow: visible;
}


/* Careers page — from Qwen_html_20260922_hb0v4liyp.html */
.careers-new {
    padding-bottom: 48px;
}

.careers-new .intro-text {
    font-size: 16px;
    color: #475569;
    margin-bottom: 35px;
    line-height: 1.7;
    max-width: 900px;
}

.careers-new .benefits-grid,
.tech-capabilities .benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.tech-capabilities .benefits-grid {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    gap: 24px;
}

.careers-new .benefit-card,
.tech-capabilities .benefit-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px 25px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
}

.careers-new .benefit-card:hover,
.tech-capabilities .benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(26, 54, 93, 0.12);
    border-color: #2563eb;
}

.careers-new .benefit-icon,
.tech-capabilities .benefit-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #e0e7ff 0%, #dbeafe 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #1a365d;
    transition: all 0.3s;
}

.careers-new .benefit-icon i,
.tech-capabilities .benefit-icon i {
    color: #1a365d;
}

.careers-new .benefit-card:hover .benefit-icon,
.tech-capabilities .benefit-card:hover .benefit-icon {
    background: linear-gradient(135deg, #1a365d 0%, #2563eb 100%);
    color: #fff;
    transform: scale(1.1);
}

.careers-new .benefit-card:hover .benefit-icon i,
.tech-capabilities .benefit-card:hover .benefit-icon i {
    color: #fff !important;
}

.careers-new .benefit-card h3,
.single-content.careers-new .benefit-card h3,
.tech-capabilities .benefit-card h3,
.single-content.tech-capabilities .benefit-card h3 {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #1a365d !important;
    margin: 0 0 12px !important;
    line-height: 1.3 !important;
    text-transform: none !important;
}

.tech-capabilities .benefit-card h3::after,
.single-content.tech-capabilities .benefit-card h3::after {
    display: none !important;
}

.careers-new .benefit-card p,
.single-content.careers-new .benefit-card p,
.tech-capabilities .benefit-card p,
.single-content.tech-capabilities .benefit-card p {
    font-size: 13px;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

.careers-new .cta-section {
    background: linear-gradient(135deg, #1a365d 0%, #2563eb 100%);
    border-radius: 16px;
    padding: 60px 50px;
    text-align: center;
    color: white;
    margin-top: 20px;
}

.careers-new .cta-text {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    max-width: 850px;
    margin: 0 auto 35px;
    color: white;
}

.careers-new .cta-button,
.single-content.careers-new .cta-button {
    display: inline-block;
    background: white;
    color: #1a365d !important;
    padding: 16px 40px;
    border-radius: 10px;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 16px !important;
    transition: all 0.3s;
    margin-bottom: 40px;
}

.careers-new .cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.careers-new .cta-divider {
    width: 80px;
    height: 2px;
    background: rgba(255,255,255,0.3);
    margin: 0 auto 35px;
}

.careers-new .cta-contact-info {
    max-width: 700px;
    margin: 0 auto;
}

.careers-new .cta-contact-info p,
.single-content.careers-new .cta-contact-info p {
    font-size: 15px;
    margin-bottom: 18px;
    opacity: 0.95;
    line-height: 1.6;
    color: white;
}

.careers-new .cta-contact-info .address {
    font-size: 17px;
    font-weight: 600;
    opacity: 1;
}

.careers-new .cta-contact-info .schedule {
    font-size: 15px;
}

.careers-new .cta-contact-info .schedule strong {
    font-weight: 600;
    color: white;
}

.careers-new .cta-contact-info a,
.single-content.careers-new .cta-contact-info a {
    color: white !important;
    font-size: inherit !important;
    text-decoration: underline !important;
    transition: opacity 0.2s;
}

.careers-new .cta-contact-info a:hover {
    opacity: 0.8;
}

.careers-new .cta-contact-info .contact-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 18px;
}

.careers-new .cta-contact-info .contact-row i {
    font-size: 14px;
    color: #fff !important;
    opacity: 1;
}

@media (max-width: 1024px) {
    .careers-new .benefits-grid,
    .tech-capabilities .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .careers-new .benefits-grid,
    .tech-capabilities .benefits-grid {
        grid-template-columns: 1fr;
    }

    .careers-new .cta-section {
        padding: 40px 25px;
    }

    .careers-new .cta-text {
        font-size: 17px;
    }
}


/* About page gallery (from snm.ru/about) */
.about-gallery,
.about-awards {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 24px 0 32px;
}

.about-gallery img {
    width: calc(25% - 9px);
    max-width: 200px;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
}

.about-awards img {
    width: auto;
    max-width: 205px;
    height: auto;
    border-radius: 4px;
}

@media (max-width: 767px) {
    .about-gallery img {
        width: calc(50% - 6px);
        max-width: none;
    }
}


/* Contacts page */
.contacts-section {
    padding-bottom: 48px;
}

.contacts-page__top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 32px;
    align-items: start;
    margin: 8px 0 40px;
}

.contacts-page__block {
    margin-bottom: 28px;
}

.contacts-page__label {
    margin-bottom: 10px;
    color: #0a1e58;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

.contacts-page__value {
    margin: 0;
    color: #444;
    font-size: 16px;
    line-height: 1.55;
}

.contacts-page__hint {
    margin: 8px 0 0;
    color: #777;
    font-size: 14px;
    line-height: 1.4;
}

.contacts-page__channels {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    display: grid;
    gap: 12px;
}

.contacts-page__channels li,
.single-content .contacts-page__channels li {
    display: grid !important;
    grid-template-columns: minmax(180px, max-content) minmax(0, 1fr);
    align-items: baseline;
    column-gap: 16px;
    position: static !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #444 !important;
    font-size: 16px !important;
    line-height: 1.45 !important;
}

.contacts-page__channels li::before,
.single-content .contacts-page__channels li::before {
    content: none !important;
    display: none !important;
}

.contacts-page__channels span {
    color: #666;
    font-size: 16px !important;
    line-height: 1.45 !important;
}

.contacts-page__channels a,
.single-content .contacts-page__channels a {
    color: #2f6fed !important;
    font-size: 16px !important;
    font-weight: 500;
    line-height: 1.45 !important;
    text-decoration: none !important;
}

.contacts-page__channels a:hover,
.single-content .contacts-page__channels a:hover {
    text-decoration: underline !important;
    text-underline-offset: 2px;
}

.contacts-page__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
    margin-top: 8px;
}

.contacts-section a.blue-btn {
    width: 211px;
}

.contacts-page__social {
    display: flex;
    align-items: center;
    gap: 12px;
}

.contacts-page__social a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #0a1e58;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.contacts-page__social a:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.contacts-page__social img {
    width: 18px;
    height: 18px;
}

.contacts-page__map {
    width: 100%;
    min-height: 360px;
    margin: 0;
    border-radius: 12px;
    overflow: hidden;
}

.contacts-page__map iframe {
    width: 100%;
    height: 360px;
    border: 0;
}

.contacts-page__subtitle,
.single-content .contacts-page__subtitle {
    margin: 0 0 18px !important;
    color: #0a1e58 !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    text-transform: none !important;
}

.contacts-table-wrap {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #e4eaf2;
    border-radius: 12px;
}

.contacts-table {
    width: 100%;
    min-width: 720px;
    margin: 0;
    border-collapse: collapse;
    background: #fff;
}

.contacts-table th,
.contacts-table td {
    padding: 14px 16px;
    border-bottom: 1px solid #e8eef5;
    color: #444;
    font-size: 15px;
    line-height: 1.45;
    text-align: left;
    vertical-align: top;
}

.contacts-table th {
    background: #0a1e58;
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
}

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

.contacts-table tbody tr:nth-child(odd) td {
    background: #f7fafc;
}

.contacts-table a {
    color: #2f6fed !important;
    font-size: inherit !important;
    text-decoration: none !important;
}

.contacts-table a:hover {
    text-decoration: underline !important;
    text-underline-offset: 2px;
}

@media (max-width: 991px) {
    .contacts-page__top {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .contacts-page__map iframe {
        height: 300px;
    }
}

@media (max-width: 767px) {
    .contacts-page__channels li,
    .single-content .contacts-page__channels li {
        grid-template-columns: 1fr;
        row-gap: 2px;
    }

    .contacts-table {
        min-width: 0;
    }

    .contacts-table thead {
        display: none;
    }

    .contacts-table,
    .contacts-table tbody,
    .contacts-table tr,
    .contacts-table td {
        display: block;
        width: 100%;
    }

    .contacts-table tr {
        padding: 14px 16px;
        border-bottom: 1px solid #e8eef5;
    }

    .contacts-table tr:nth-child(odd) {
        background: #f7fafc;
    }

    .contacts-table td {
        padding: 4px 0;
        border: 0;
        background: transparent !important;
    }

    .contacts-table td::before {
        content: attr(data-label);
        display: block;
        margin-bottom: 2px;
        color: #0a1e58;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.02em;
    }
}


/* Tech capabilities page */
.tech-capabilities__intro {
    text-align: center;
    margin: 8px 0 48px;
}

.tech-capabilities__lead {
    margin: 0 auto !important;
    max-width: 1000px;
    color: #0a1e58 !important;
    font-size: 24px !important;
    font-weight: 600;
    line-height: 1.4 !important;
}

.tech-gallery {
    margin: 0 0 56px;
}

.tech-gallery__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.single-content .tech-gallery__title,
.tech-gallery__title {
    margin: 0 !important;
    color: #0a1e58 !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    text-transform: none !important;
}

.single-content .tech-gallery__title::after,
.tech-gallery__title::after {
    display: none !important;
}

.tech-gallery__nav {
    display: flex;
    gap: 10px;
}

.tech-gallery__btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid rgba(10, 30, 88, 0.12);
    background: #fff;
    color: #0a1e58;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
    font-size: 15px;
    padding: 0;
}

.tech-gallery__btn:hover {
    background: #0a1e58;
    color: #fff;
    border-color: #0a1e58;
}

.tech-gallery__btn:hover i {
    color: #fff !important;
}

.tech-gallery__btn.swiper-button-disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.tech-gallery__btn.swiper-button-disabled:hover {
    background: #fff;
    color: #0a1e58;
    border-color: rgba(10, 30, 88, 0.12);
}

.tech-gallery__btn.swiper-button-disabled:hover i {
    color: #0a1e58 !important;
}

.tech-gallery__slider {
    padding: 8px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(10, 30, 88, 0.1);
    box-shadow: 0 1px 3px rgba(10, 30, 88, 0.05);
    overflow: hidden;
}

.tech-gallery__slide {
    height: auto;
}

.tech-gallery__link {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none !important;
}

.single-content a.tech-gallery__link,
.single-content a.tech-gallery__link:hover {
    color: inherit !important;
    text-decoration: none !important;
    border-bottom: none !important;
}

.tech-gallery__image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.tech-gallery__link:hover .tech-gallery__image {
    transform: scale(1.03);
}

.tech-gallery__pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
}

.tech-gallery__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 !important;
    background: #cbd5e1;
    opacity: 1;
    border-radius: 50%;
    transition: width 0.25s ease, background 0.25s ease, border-radius 0.25s ease;
}

.tech-gallery__pagination .swiper-pagination-bullet-active {
    width: 28px;
    border-radius: 5px;
    background: #00d0ff;
}

.tech-capabilities__details {
    margin-top: 8px;
    padding-top: 40px;
    border-top: 1px solid rgba(10, 30, 88, 0.1);
}

.tech-page {
    max-width: 1100px;
}

.tech-page__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px 40px;
    margin: 0 0 28px;
}

.tech-page__col h2,
.tech-page__col h3,
.single-content .tech-page__col h2,
.single-content .tech-page__col h3 {
    margin-top: 0 !important;
}

.tech-page__facts {
    margin-bottom: 28px !important;
}

.tech-page strong {
    color: #0a1e58;
    font-weight: 700;
}

@media (max-width: 1024px) {
    .tech-gallery__image {
        height: 260px;
    }
}

@media (max-width: 767px) {
    .tech-capabilities__lead {
        font-size: 20px !important;
    }

    .tech-gallery__header {
        flex-direction: column;
        align-items: flex-start;
    }

    .tech-gallery__image {
        height: 220px;
    }

    .tech-page__grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}


/* Fancybox controls — force white icons (site styles can override currentColor) */
.fancybox__container {
    --fancybox-color: #fff;
    --fancybox-hover-color: #fff;
}

.fancybox__container .f-button,
.fancybox__nav .f-button,
.fancybox__toolbar .f-button,
.fancybox__content > .f-button.is-close-btn,
.f-button.is-close-btn {
    --f-button-color: #fff;
    --f-button-hover-color: #fff;
    color: #fff !important;
}

.fancybox__container .f-button svg,
.fancybox__nav .f-button svg,
.fancybox__toolbar .f-button svg,
.fancybox__content > .f-button.is-close-btn svg,
.f-button.is-close-btn svg {
    color: #fff !important;
    stroke: #fff !important;
    fill: none !important;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.45));
}

.fancybox__container .f-button svg path,
.fancybox__nav .f-button svg path,
.fancybox__toolbar .f-button svg path,
.fancybox__content > .f-button.is-close-btn svg path,
.f-button.is-close-btn svg path {
    stroke: #fff !important;
    fill: none !important;
}

/* End */
/* /local/templates/snf/styles.css?179023954139 */
/* /local/templates/snf/template_styles.css?179023954140301 */
