.site-header{position:relative;z-index:100;padding:0 0;font-family:'Inter',sans-serif}.site-header .header-container{max-width:1200px;margin:0 auto;padding:10px 35px;display:flex;align-items:center;justify-content:space-between;background:var(--footer-bg);border-radius:18px;border:1px solid var(--footer-border);backdrop-filter:blur(14px);transition:transform 0.35s ease}.header-logo a{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--footer-heading)}.header-logo img{max-width:65px}.header-logo span{font-size:24px;font-weight:700;text-transform:uppercase}.header-nav{display:flex;gap:26px}.header-nav a{font-size:18px;font-weight:700;text-transform:uppercase;color:var(--footer-link);text-decoration:none;position:relative;transition:0.3s ease}.header-nav a:hover{color:var(--footer-link-hover);transform:translateY(-2px)}.header-burger{display:none;width:46px;height:46px;flex-direction:column;justify-content:center;align-items:center;gap:6px;border-radius:12px;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.12);cursor:pointer;transition:0.3s ease;z-index:1200}.header-burger span{height:2px;width:26px;background:white;border-radius:2px;transition:0.3s ease}.header-burger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.header-burger.active span:nth-child(2){opacity:0}.header-burger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.header-overlay{position:fixed;inset:0;background:rgba(0,0,0,0.35);backdrop-filter:blur(8px);opacity:0;pointer-events:none;transition:opacity 0.35s ease;z-index:999}.header-overlay.active{opacity:1;pointer-events:auto}.header-drawer{position:absolute;top:0;right:0;width:320px;height:100%;background:linear-gradient(135deg,#0b1626 0%,#0f1c2f 60%,#13233a 100%);border-left:1px solid rgba(255,255,255,0.08);padding:28px 22px;display:flex;flex-direction:column;gap:16px;transform:translateX(110%);transition:transform 0.35s cubic-bezier(0.4,0,0.2,1);box-shadow:-30px 0 60px rgba(0,0,0,0.35)}.header-overlay.active .header-drawer{transform:translateX(0)}.header-drawer a{color:rgba(255,255,255,0.85);font-size:18px;font-weight:600;text-decoration:none;padding:10px 12px;border-radius:10px;opacity:0;transform:translateX(15px);transition:0.25s ease}.header-drawer a:hover{background:rgba(255,255,255,0.06);color:#fff;transform:translateX(6px)}.header-overlay.active .header-drawer a:nth-child(1){animation:fadeInMenu 0.4s 0.05s forwards}
.header-overlay.active .header-drawer a:nth-child(2){animation:fadeInMenu 0.4s 0.1s forwards}
.header-overlay.active .header-drawer a:nth-child(3){animation:fadeInMenu 0.4s 0.15s forwards}
.header-overlay.active .header-drawer a:nth-child(4){animation:fadeInMenu 0.4s 0.2s forwards}@keyframes fadeInMenu{to{opacity:1;transform:translateX(0)}}body.menu-open .header-container{transform:scale(0.98)}@media (max-width:900px){.header-nav{display:none}.header-burger{display:flex}.header-logo img{max-width:50px}.header-logo span{font-size:18px}}
:root{--bg:#f3f6fb;--white:#fff;--dark:#07111f;--dark2:#0c1c31;--blue:#2f7bff;--blue2:#4ea2ff;--text:#0e1726;--muted:#7d8797;--border:#dce5f2;--radius:22px;--shadow:0 12px 40px rgba(6,24,54,.08);--neon:none}*{box-sizing:border-box}html{scroll-behavior:smooth}body.product-page{margin:0;background:var(--bg);font-family:'Inter','Segoe UI',sans-serif;color:var(--text);overflow-x:hidden}.container{width:100%;max-width:1200px;margin:0 auto}.product-hero{padding:0}.product-hero-card{position:relative;display:grid;grid-template-columns:500px 1fr;gap:32px;background:url("/assets/image/podium_cut2.webp") bottom center / cover no-repeat;border-radius:28px;overflow:hidden;padding:28px;box-shadow:0 20px 60px rgba(0,0,0,0.28)}.product-hero-card::before{display:none}.product-left{display:flex;gap:18px;align-items:stretch;height:100%}.product-thumbs{width:78px;display:flex;flex-direction:column;gap:12px}.product-thumbs .thumb{width:78px;height:78px;border-radius:16px;overflow:hidden;background:linear-gradient(180deg,#122744,#0a172a);border:1px solid rgba(255,255,255,0.08);cursor:pointer;transition:0.25s ease;display:flex;align-items:center;justify-content:center}.product-thumbs .thumb img{width:100%;height:100%;object-fit:contain;padding:8px}.product-thumbs .thumb:hover{transform:translateY(-2px);border-color:rgba(47,123,255,0.65);box-shadow:0 0 0 2px rgba(47,123,255,0.3)}.product-thumbs .thumb.active{border-color:#2f7bff;box-shadow:0 0 0 1px rgba(47,123,255,0.45),0 0 24px rgba(47,123,255,0.45)}.product-stage{flex:1;position:relative;background:transparent !important;display:flex;align-items:flex-end;justify-content:flex-end;min-height:380px;height:100%}.product-image-wrap{display:flex;align-items:center;justify-content:flex-start;width:auto;max-width:70%;margin-right:auto;margin-left:100px;padding:0}.product-main-image{max-width:70%;max-height:70%;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 20px 50px rgba(0,0,0,0.55));transition:transform 0.45s ease;transform:translateY(-75px);display:block}.product-main-image:hover{transform:translateY(calc(-75px - 8px)) scale(1.02)}.product-stage-actions{position:absolute;left:8px;bottom:18px;z-index:10;display:flex;gap:12px}.stage-action-btn{background:rgba(0,0,0,0.6);backdrop-filter:blur(4px);border:none;padding:6px 14px;border-radius:30px;color:#fff;font-size:13px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:6px;transition:0.2s}.stage-action-btn img{width:14px;height:14px;filter:brightness(0) invert(1)}.stage-action-btn:hover{background:rgba(47,123,255,0.8);transform:translateY(-2px)}#open360{display:none}.product-right{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center}.product-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.product-badges span{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 14px;border-radius:10px;background:rgba(255,255,255,0.05);border:1px solid rgba(90,162,255,0.45);color:#fff;font-size:12px;font-weight:700;backdrop-filter:blur(8px)}.title-subtitle h1{margin:0;font-size:44px;line-height:1.1;color:#fff;font-weight:800;letter-spacing:-1px}.subtitle{margin:8px 0 0;color:#d6e4ff;font-size:20px;font-weight:500}.product-advantages{margin:22px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px}.product-advantages li{position:relative;padding-left:26px;color:#eaf2ff;font-size:15px;line-height:1.4}.product-advantages li::before{content:"";position:absolute;left:0;top:2px;width:16px;height:16px;background:url("/assets/svg/check.svg") center/contain no-repeat;filter:brightness(0) saturate(100%) invert(70%) sepia(92%) saturate(1330%) hue-rotate(188deg)}.product-buttons{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.btn{height:48px;display:inline-flex;align-items:center;justify-content:center;padding:0 22px;border-radius:14px;text-decoration:none;font-size:14px;font-weight:700;transition:0.25s ease;cursor:pointer}.btn.primary{color:#fff;border:none;background:linear-gradient(135deg,#1263ff,#2f7bff);box-shadow:0 6px 18px rgba(47,123,255,0.3)}.btn.primary:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(47,123,255,0.45)}.btn.secondary{background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.12);color:#fff;backdrop-filter:blur(8px)}.btn.secondary:hover{transform:translateY(-2px);border-color:rgba(47,123,255,0.55);box-shadow:0 0 0 2px rgba(47,123,255,0.3)}.compare-add-btn{gap:8px}.compare-add-btn img{width:16px;height:16px;filter:brightness(0) invert(1)}.trust-block{margin-top:18px}.trust-container{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:repeat(5,1fr);gap:16px;border-radius:20px;overflow:hidden;background:linear-gradient(180deg,rgba(8,22,37,.96),rgba(6,16,28,.98));border:1px solid rgba(0,183,255,.14);backdrop-filter:blur(12px);box-shadow:0 0 40px rgba(0,132,255,.08)}.trust-item{min-height:70px;padding:12px;display:flex;align-items:center;gap:16px;position:relative}.trust-item:not(:last-child)::after{content:'';position:absolute;top:18px;right:0;bottom:18px;width:1px;background:rgba(255,255,255,.08)}.trust-item img{width:40px;height:40px;object-fit:contain;filter:brightness(0) saturate(100%) invert(37%) sepia(98%) saturate(1500%) hue-rotate(195deg) brightness(1.05) drop-shadow(0 0 3px #2f7bff)}.trust-item span{font-size:16px;line-height:1.45;font-weight:600;color:#fff}.product-tabs{padding:18px 0 40px}.tabs-wrapper{background:#fff;border:1px solid #dfe7f3;border-radius:18px;overflow:hidden;box-shadow:0 4px 14px rgba(15,35,70,.06)}.tabs-nav{display:flex;align-items:center;gap:4px;padding:10px;overflow:auto;background:#f8fbff;border-bottom:1px solid #e6edf7}.tabs-nav::-webkit-scrollbar{height:4px}.tabs-nav::-webkit-scrollbar-thumb{background:#d6e2f3;border-radius:10px}.tab-btn{position:relative;height:38px;padding:0 14px;border:none;background:transparent;color:#6b7a90;font-size:13.5px;font-weight:600;white-space:nowrap;cursor:pointer;border-radius:10px;transition:all 0.2s ease}.tab-btn:hover{background:#f4f8ff;color:#1f4fd6}.tab-btn.active{color:#0f1f3d;background:#eef5ff}.tab-btn.active::after{content:"";position:absolute;left:12px;right:12px;bottom:-6px;height:2px;border-radius:2px;background:linear-gradient(90deg,#2f7bff,#5aa2ff)}.tab-btn:focus-visible{outline:2px solid #2f7bff;outline-offset:2px}.tabs-content{background:#fff;border:none;border-radius:0;overflow:hidden}.tab-content{display:none;padding:20px}.tab-content.active{display:block}.description-hero{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:16px;margin-bottom:16px;align-items:stretch}.description-main{display:flex;flex-direction:column;min-width:0}.description-sidebar{display:flex;flex-direction:column;justify-content:flex-end}.description-note{display:flex;align-items:flex-start;gap:12px;margin-top:auto;padding:14px 16px;border-radius:16px;background:linear-gradient(90deg,#eef5ff 0%,#f8fbff 100%);border:1px solid #dce8f7}.description-intro-card{background:transparent;border:none;border-radius:0;padding:0 16px 0 0;box-shadow:none}.section-heading{display:flex;align-items:center;gap:12px;margin-bottom:18px}.section-line{width:4px;height:28px;border-radius:999px;background:#2f7bff}.section-heading h2{margin:0;color:#0c1f3f;font-size:28px;font-weight:800;line-height:1;text-transform:uppercase}.description-text{color:#4d5d74;font-size:15px;line-height:1.8}.description-text h1,
.description-text h2,
.description-text hr{display:none}.description-text p{margin:0 0 14px}.note-icon{width:30px;height:30px;border-radius:50%;background:#2f7bff;color:#fff;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.note-text{color:#58708d;font-size:13px;line-height:1.55}.docs-sidebar-card{background:linear-gradient(90deg,#eef5ff 0%,#f8fbff 100%);border:1px solid #dce8f7;border-radius:20px;padding:16px}.docs-head{display:flex;align-items:center;gap:10px;margin-bottom:12px}.docs-icon{width:38px;height:38px;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.docs-icon img{width:20px;height:20px;filter:brightness(0) saturate(100%) invert(32%) sepia(98%) saturate(1896%) hue-rotate(202deg) brightness(98%) contrast(101%)}.docs-head h3{margin:0;color:#0c1f3f;font-size:18px;font-weight:800;text-transform:uppercase}.docs-list{display:flex;flex-direction:column;gap:6px}.doc-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;border-radius:10px;background:transparent;border:1px solid transparent;text-decoration:none;transition:0.15s ease}.doc-item:hover{background:#f4f8ff;border-color:#d7e6ff}.doc-left{display:flex;align-items:center;gap:10px;min-width:0}.doc-file-icon{width:28px;height:28px;border-radius:8px;background:#eaf2ff;color:#2f7bff;font-size:10px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.doc-name{color:#10213f;font-size:13px;font-weight:600;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.docs-download-all{margin-top:12px;width:100%;height:42px;border-radius:12px;border:1px solid #bdd5ff;background:#fff;display:flex;align-items:center;justify-content:center;gap:10px;padding:0 16px;text-decoration:none;color:#2163ea;font-size:13px;font-weight:700;transition:0.2s ease}.docs-download-all::before{content:"";width:18px;height:18px;background:url("/assets/svg/file-download.svg") center / contain no-repeat;filter:brightness(0) saturate(100%) invert(32%) sepia(98%) saturate(1896%) hue-rotate(202deg) brightness(98%) contrast(101%);flex-shrink:0}.docs-download-all:hover{background:#f4f8ff}.description-grid{column-count:2;column-gap:18px}.feature-card{position:relative;display:inline-block;vertical-align:top;width:100%;break-inside:avoid;margin-bottom:18px;background:#fff;border:1px solid #e7edf7;border-radius:28px;padding:26px 28px;box-shadow:0 2px 10px rgba(15,35,80,.03);transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}.feature-card:hover{border-color:#d5e4ff;box-shadow:0 14px 34px rgba(18,55,110,.06);transform:translateY(-2px)}.feature-head{position:relative;display:flex;align-items:flex-start;gap:16px;margin-bottom:8px}.feature-icon{position:relative;width:50px;min-width:50px;display:flex;align-items:flex-start;justify-content:center;background:transparent;border-radius:0}.feature-icon::after{content:"";position:absolute;top:52px;bottom:-90px;left:50%;width:1px;transform:translateX(-50%);background:linear-gradient(to bottom,rgba(47,123,255,.20),rgba(47,123,255,0))}.feature-icon img,
.feature-icon svg{width:36px;height:36px;object-fit:contain;filter:drop-shadow(0 0 8px rgba(47,123,255,.18))}.feature-head h2,
.feature-head h3{flex:1;margin:0;color:#10213f;font-size:22px;font-weight:800;line-height:1.08;letter-spacing:-.02em;text-transform:uppercase}.feature-content{padding-left:66px;margin-top:-2px;color:#5c6b80;font-size:14px;line-height:1.55}.feature-content>*:first-child{margin-top:0 !important}.feature-content p{margin:0 0 10px}.feature-content p:last-child{margin-bottom:0}.feature-content ul{margin:0;padding:0;list-style:none}.feature-content li{position:relative;padding-left:18px;margin-bottom:6px;line-height:1.45}.feature-content li:last-child{margin-bottom:0}.feature-content li::before{content:"";position:absolute;left:0;top:8px;width:6px;height:6px;border-radius:50%;background:#2f7bff;box-shadow:0 0 8px rgba(47,123,255,.35)}.feature-content hr{display:none}.specs-grid{display:flex;flex-direction:column;gap:0}.specs-row{display:grid;grid-template-columns:210px 1fr;gap:14px;padding:7px 0;border-bottom:1px solid #edf2f9}.specs-row:last-child{border-bottom:0}.specs-key{color:#173867;font-size:13px;line-height:1.35;font-weight:700}.specs-value{color:#5d6d82;font-size:13px;line-height:1.35}.table-wrapper{width:100%;overflow:auto;-webkit-overflow-scrolling:touch}.specs-table{width:100%;min-width:900px;border-collapse:collapse;border:1px solid #d6e2f0;background:#fff;font-size:14px;box-shadow:none}.specs-table td{line-height:1.4;border:1px solid #d6e2f0;vertical-align:middle;padding:12px 16px}.specs-table tr:nth-child(odd) td{background-color:#f8fbff}.specs-table tr:nth-child(even) td{background-color:#fff}.specs-table tr:hover td{background:#eef4ff}.specs-table td:first-child{width:300px;font-weight:600;color:#1f3b5c;background:#f3f7fc}.specs-table td:not(:first-child){text-align:center;white-space:nowrap}.drawing-card{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px}.drawing-item{overflow:hidden;border-radius:20px;border:1px solid #e1e9f5;background:#fff}.drawing-preview{width:100%;display:block;transition:0.3s ease;cursor:pointer}.drawing-preview:hover{transform:none}.analog-list{display:grid;gap:16px}.image-modal,
#pdfModal{display:none;position:fixed;inset:0;z-index:99999;align-items:center;justify-content:center}.image-modal.show,
#pdfModal.show{display:flex}.modal-bg,
.pdf-bg{position:absolute;inset:0;background:rgba(3,8,15,.82);backdrop-filter:blur(10px)}.modal-content,
.pdf-inner{position:relative;z-index:3}#imageModal.show{display:flex;align-items:center;justify-content:center}#imageModal .modal-content{display:flex;align-items:center;justify-content:center;width:100%;height:100%}#imagePreview{max-width:92vw;max-height:88vh;object-fit:contain;margin:auto}.image-close,
.pdf-close{position:fixed;top:20px;right:30px;z-index:100000;cursor:pointer;background:none;border:none;padding:0;width:auto;height:auto}.image-close img,
.pdf-close img{width:24px;height:24px;display:block;filter:brightness(0) invert(1)}#pdfCanvas{max-width:92vw;max-height:82vh;border-radius:12px}.pdf-controls{margin-top:16px;display:flex;align-items:center;justify-content:center;gap:10px}.pdf-controls button,
.drawing-btn{width:42px;height:42px;border:none;border-radius:12px;background:linear-gradient(135deg,#0b1a31,#07111f);color:#fff;cursor:pointer;transition:0.25s ease}.pdf-controls button:hover,
.drawing-btn:hover{transform:translateY(-2px);box-shadow:0 0 0 2px rgba(47,123,255,0.3)}#pageInfo{color:#fff;font-weight:700}.modal{display:none;position:fixed;z-index:10000;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,0.85)}.modal .modal-content{position:relative;margin:2% auto;padding:20px;width:90%;height:90%}.close-button{position:absolute;top:15px;right:35px;color:#f1f1f1;font-size:40px;font-weight:bold;cursor:pointer;z-index:10001}#product3dViewer{width:100%;height:100%;pointer-events:auto}.modal-content,
#product3dViewer,
model-viewer{pointer-events:auto !important}button:focus,
a:focus{outline:none;box-shadow:0 0 0 3px rgba(47,123,255,0.3)}.visually-hidden{position:absolute !important;width:1px !important;height:1px !important;overflow:hidden !important;clip:rect(0,0,0,0) !important}@media (max-width:1100px){.product-hero-card{grid-template-columns:1fr;gap:24px}.product-stage{min-height:420px}.description-grid{column-count:1}}@media (max-width:900px){.trust-container{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.container{padding:0 16px}.product-hero-card{padding:20px}.product-left{flex-direction:column-reverse}.product-thumbs{width:100%;flex-direction:row;overflow:auto}.product-thumbs .thumb{flex:0 0 60px;width:60px;height:60px}.product-stage{min-height:360px}.product-image-wrap{padding:30px}.product-main-image{max-width:260px;max-height:320px}.title-subtitle h1{font-size:34px}.subtitle{font-size:18px}.product-advantages li{font-size:14px}.btn{height:44px;padding:0 18px;font-size:13px}.trust-container{grid-template-columns:1fr}.trust-item{min-height:70px;padding:12px 16px}.tab-content{padding:12px}.description-hero{align-items:start}.description-sidebar{justify-content:start}.description-note{margin-top:22px}.description-intro-card,.docs-sidebar-card,.feature-card{border-radius:20px;padding:16px}.section-heading h2{font-size:22px}.feature-head h3{font-size:16px}.description-text{font-size:14px}.feature-content{font-size:13px}.specs-row{grid-template-columns:160px 1fr;gap:10px}.specs-key,.specs-value{font-size:12px}.specs-table td{font-size:12px;padding:8px 10px}.specs-table{min-width:720px}.feature-card{padding:22px 20px;border-radius:24px}.feature-head{gap:12px;margin-bottom:6px}.feature-icon{width:40px;min-width:40px}.feature-icon img,.feature-icon svg{width:28px;height:28px}.feature-icon::after{top:38px}.feature-head h2,.feature-head h3{font-size:18px}.feature-content{padding-left:52px;font-size:13px;line-height:1.5}.specs-row{grid-template-columns:1fr;gap:3px;padding:6px 0}}@media (max-width:480px){.title-subtitle h1{font-size:28px}.subtitle{font-size:16px}.product-stage{min-height:280px}.product-main-image{max-width:200px;max-height:260px}.product-stage-actions{left:12px;bottom:10px;gap:10px}.stage-action-btn{font-size:11px;padding:4px 10px}.tab-btn{font-size:11px;padding:0 12px}.specs-table td{padding:6px 8px;font-size:11px}}
.analog-layout{display:grid;grid-template-columns:380px 1fr;gap:20px;max-width:1200px;margin:10px auto 0;padding:0 10px}.analog-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.analog-title{font-size:18px;font-weight:700}.info-icon{margin-left:6px;font-size:12px;color:#999}.analog-left{border:1px solid #e5e7eb;border-radius:14px;padding:14px;background:#fff}.analog-card{border:1px solid #e5e7eb;border-radius:12px;padding:10px;margin-bottom:12px;position:relative;cursor:pointer;transition:0.25s}.analog-card:hover{border-color:#0073c6}.analog-card.active{border:2px solid #2f6df6;background:#f5f8ff}.analog-check{position:absolute;top:8px;right:8px;width:22px;height:22px;border-radius:50%;background:#2f6df6;color:#fff;font-size:12px;display:none;align-items:center;justify-content:center}.analog-card.active .analog-check{display:flex}.analog-card-inner{display:flex;gap:12px}.analog-img img{width:90px;height:90px;object-fit:contain}.analog-body{flex:1}.analog-name{font-weight:700;margin-top:5px}.analog-desc{font-size:13px;color:#666;margin-bottom:6px}.analog-badges{display:flex;gap:5px}.badge{padding:2px 6px;border-radius:6px;background:#f1f3f5;color:#555;border:1px solid #e0e0e0;font-size:11px}.analog-sizes{font-size:13px;display:flex;gap:12px;margin:6px 0}.btn-primary{display:inline-block;margin-top:6px;padding:6px 12px;background:#2f6df6;color:#fff;border-radius:8px;text-decoration:none;font-size:13px}.btn-primary:hover{background:#1e4fd6}.analog-more{text-align:center;font-size:14px;color:#2f6df6;cursor:pointer}.analog-right{border:1px solid #e5e7eb;border-radius:14px;padding:14px;background:#fff}.btn-outline{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid #d6dde7;border-radius:8px;font-size:13px;text-decoration:none;color:#2b2b2b;background:#fff;transition:0.2s}.btn-outline:hover{background:#f3f6fb}.btn-outline.download{display:inline-flex;align-items:center;gap:6px}.btn-outline.download::before{content:"";width:14px;height:14px;flex:0 0 14px;display:inline-block;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232f6df6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpath d='M7 10l5 5 5-5'/%3E%3Cpath d='M12 15V3'/%3E%3C/svg%3E") no-repeat center;background-size:contain}.btn-outline.open-drawing::before{content:"";width:14px;height:14px;display:inline-block;flex-shrink:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232f6df6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3Cpolyline points='15 3 21 3 21 9'/%3E<line x1='10' y1='14' x2='21' y2='3'/%3E%3C/svg%3E") no-repeat center;background-size:contain}.drawing-box{border:1px solid #e5e7eb;border-radius:10px;padding:10px;text-align:center}.drawing-box img{max-width:100%}.analog-cta{max-width:1200px;margin:30px auto;padding:18px 22px;display:flex;justify-content:space-between;align-items:center;border-radius:16px;background:linear-gradient(90deg,#0b1626 0%,#0f1f35 50%,#132a46 100%);color:#fff}.cta-left{display:flex;align-items:center;gap:14px}.cta-icon{width:42px;height:42px;border-radius:50%;background:#1f3b63;position:relative}.cta-icon::before{content:"i";position:absolute;color:#fff;font-weight:bold;font-size:16px;top:50%;left:50%;transform:translate(-50%,-50%)}.cta-title{font-weight:700;font-size:16px}.cta-text{font-size:13px;opacity:0.85}.cta-btn{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#2f6df6,#1e4fd6);color:#fff;padding:10px 18px;border-radius:10px;text-decoration:none;font-size:14px;font-weight:500;transition:0.2s}.cta-btn::after{content:"";width:16px;height:16px;flex-shrink:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 2L11 13'/%3E%3Cpath d='M22 2l-7 20-4-9-9-4 20-7z'/%3E%3C/svg%3E") no-repeat center;background-size:contain}.cta-btn:hover{transform:translateY(-1px);background:linear-gradient(135deg,#1e4fd6,#163db0)}
#requestModal{display:none;position:fixed;inset:0;justify-content:center;align-items:center;z-index:9999;background:rgba(0,0,0,0.55);font-family:'Inter','Segoe UI',Tahoma,sans-serif}.modal-bg{position:absolute;inset:0;cursor:pointer;background:rgba(0,0,0,0.55)}#requestModal .modal-content{position:relative;z-index:2;background:#f0f5fb;padding:40px 30px;border-radius:14px;max-width:450px;width:100%;display:flex;flex-direction:column;gap:20px;box-shadow:0 12px 30px rgba(0,0,0,0.15);animation:fadeInScale 0.3s ease;box-sizing:border-box;max-height:90vh;overflow-y:auto}@keyframes fadeInScale{from{transform:scale(0.9);opacity:0}to{transform:scale(1);opacity:1}}#requestForm{width:100%;display:flex;flex-direction:column;gap:16px}#requestForm h2{text-align:center;font-size:22px;color:#0b1626;margin-bottom:5px}.form-group{position:relative}.form-group input,
.form-group textarea{width:100%;padding:14px 12px;border-radius:10px;border:1px solid #c7d7ea;background:#fff;font-size:14px;outline:none;transition:all 0.25s ease;box-sizing:border-box}.form-group input:focus,
.form-group textarea:focus{border-color:#0073c6;box-shadow:0 0 0 3px rgba(0,115,198,0.15)}.form-group label{position:absolute;left:12px;top:50%;transform:translateY(-50%);font-size:13px;color:#5a6b7d;pointer-events:none;transition:0.2s ease}.form-group input:focus + label,
.form-group input:not(:placeholder-shown) + label,
.form-group textarea:focus + label,
.form-group textarea:not(:placeholder-shown) + label{top:-7px;font-size:11px;color:#0073c6;background:#eef4fb;padding:0 5px}.form-group input[type="file"]{padding:10px;cursor:pointer}.file-list{display:flex;flex-direction:column;gap:8px;margin-top:8px}.file-item{display:flex;justify-content:space-between;align-items:center;background:#eef4fb;padding:8px 12px;border-radius:8px;font-size:14px;color:#004080}.remove-file{width:24px;height:24px;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg fill='%23c0392b' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 6h18v2H3V6zm3 3h12v12a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V9zm3 2v8h2v-8H9zm4 0v8h2v-8h-2zM10 4h4v2h-4V4z'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center;display:inline-block;vertical-align:middle;text-indent:-9999px;transition:transform 0.2s ease,filter 0.2s ease}.remove-file:hover{transform:scale(1.3);filter:brightness(1.3)}.modal-buttons{display:flex;gap:10px;margin-top:10px}#requestModal .modal-buttons button{flex:1;padding:12px;border-radius:8px;border:none;font-weight:700;font-size:14px;cursor:pointer;background:linear-gradient(135deg,#0b1626,#13233a);color:#fff;box-shadow:0 4px 12px rgba(0,0,0,0.3);transition:0.3s}#requestModal .modal-buttons button:hover{background:linear-gradient(135deg,#13233a,#1f2a42);box-shadow:0 0 8px rgba(0,115,198,0.7) inset,0 0 10px rgba(0,115,198,0.6),0 6px 16px rgba(0,0,0,0.4)}.validation-error{color:#c0392b;font-size:13px}.success-message{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:999999}.success-message::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,0.65);z-index:0}.success-box{position:relative;z-index:1;background:linear-gradient(135deg,#0b1626,#13233a);color:#fff;padding:30px 25px;border-radius:18px;max-width:420px;width:90%;text-align:center;border:1px solid rgba(255,255,255,0.08);box-shadow:0 30px 80px rgba(0,0,0,0.6),inset 0 1px 0 rgba(255,255,255,0.05);animation:fadeInScale 0.3s ease}.success-box h3{margin-bottom:10px;font-size:20px}.success-box p{font-size:14px;color:#cfd8e3;margin-bottom:20px}.success-box button,
.success-box .success-close{padding:12px 26px;border-radius:12px;border:1px solid rgba(255,255,255,0.08);font-weight:700;font-size:14px;cursor:pointer;background:linear-gradient(135deg,#0b1626,#13233a);color:#fff;box-shadow:0 10px 30px rgba(0,0,0,0.4),inset 0 1px 0 rgba(255,255,255,0.05);transition:all 0.3s ease}.success-box button:hover,
.success-box .success-close:hover{transform:translateY(-2px);background:linear-gradient(135deg,#13233a,#1f2a42);box-shadow:0 0 8px rgba(0,115,198,0.7) inset,0 0 10px rgba(0,115,198,0.6),0 6px 16px rgba(0,0,0,0.4)}.success-close{position:absolute;top:10px;right:14px;font-size:20px;cursor:pointer;opacity:0.7}.success-close:hover{opacity:1}.drop-zone{border:2px dashed #aaa;border-radius:8px;padding:20px;text-align:center;cursor:pointer;margin-bottom:10px;transition:background 0.3s,border-color 0.3s}.drop-zone.dragover{background-color:#f0f8ff;border-color:#0073c6}#requestModal .g-recaptcha.btn-submit{flex:1;padding:12px;border-radius:8px;border:none;font-weight:700;font-size:14px;cursor:pointer;background:linear-gradient(135deg,#0b1626,#13233a);color:#fff;box-shadow:0 4px 12px rgba(0,0,0,0.3);transition:0.3s}#requestModal .g-recaptcha.btn-submit:hover{background:linear-gradient(135deg,#13233a,#1f2a42);box-shadow:0 0 8px rgba(0,115,198,0.7) inset,0 0 10px rgba(0,115,198,0.6),0 6px 16px rgba(0,0,0,0.4);transform:translateY(-2px)} @media (max-width:768px){#requestModal{align-items:flex-start;padding:10px;overflow-y:auto}#requestModal .modal-content{width:100%;max-width:100%;margin-top:16px;padding:16px 14px;border-radius:16px;max-height:none;height:auto;box-sizing:border-box;display:flex;flex-direction:column;gap:12px}#requestForm h2{font-size:18px;text-align:center;margin-bottom:5px}#requestForm{gap:12px}.form-group input,.form-group textarea{font-size:16px;padding:12px 10px}.form-group label{font-size:12px}.drop-zone{padding:14px;font-size:13px}.file-item{font-size:13px;padding:8px 10px}.modal-buttons{flex-direction:column;gap:8px}.modal-buttons button,#requestModal .g-recaptcha.btn-submit{width:100%;font-size:14px;padding:12px}.success-box{width:92%;padding:22px 16px;border-radius:14px}}
.cmp-count{font-weight:600;margin-bottom:6px}.cmp-item{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 10px;background:rgba(0,115,198,0.04);border-radius:10px;margin-bottom:6px;border:1px solid rgba(0,115,198,0.08)}.cmp-item span{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13px;font-weight:500;color:#1a1a1a} #compare-float{position:fixed;bottom:20px;right:20px;z-index:9999;width:auto;min-width:240px;max-width:320px;display:flex;flex-direction:column;gap:10px;padding:12px 14px;font-size:14px;font-weight:500;border-radius:16px;background:rgba(255,255,255,0.92);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);color:#1a1a1a;border:1px solid rgba(0,115,198,0.15);box-shadow:0 12px 36px rgba(0,0,0,0.08),0 0 0 1px rgba(0,115,198,0.1);transition:transform 0.25s ease,box-shadow 0.25s ease}#compare-float:hover{transform:translateY(-3px);box-shadow:0 16px 48px rgba(0,0,0,0.12),0 0 0 1px rgba(0,115,198,0.2)} .cmp-head{font-weight:700;font-size:14px;color:#0073c6;border-bottom:1px solid rgba(0,115,198,0.15);padding-bottom:8px}.cmp-list{display:flex;flex-direction:column;gap:6px;max-height:220px;overflow-y:auto}.cmp-actions{display:flex;gap:8px} .cmp-action-btn{flex:1;padding:9px 6px;border-radius:10px;font-size:13px;font-weight:600;text-align:center;cursor:pointer;transition:0.2s ease;border:1px solid rgba(0,115,198,0.3);background:rgba(0,115,198,0.05);color:#0073c6}.cmp-action-btn:hover{background:rgba(0,115,198,0.12);border-color:#0073c6}.cmp-go-btn{background:linear-gradient(135deg,#0073c6,#4da3ff);color:#fff;border:none;font-weight:700}.cmp-go-btn:hover{background:linear-gradient(135deg,#005a9e,#3390ff)}.cmp-clear-btn{color:#dc3545;border-color:rgba(220,53,69,0.3);background:rgba(220,53,69,0.04)}.cmp-clear-btn:hover{background:rgba(220,53,69,0.1)} .compare-toast{position:fixed;bottom:20px;right:270px;background:#0b1626;color:#fff;padding:10px 14px;border-radius:8px;font-size:13px;font-weight:600;box-shadow:0 10px 30px rgba(0,0,0,0.4);opacity:0;transform:translateX(-10px);transition:0.25s;z-index:9998}.compare-toast.show{opacity:1;transform:translateY(0)}@media (max-width:768px){.compare-toast{left:10px;right:10px;bottom:calc(var(--bottom-ui-space,0px) + 20px);text-align:center}} .cmp-remove{position:static;width:28px;height:28px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border:none;border-radius:8px;background:rgba(0,0,0,0.08);cursor:pointer;transition:transform 0.25s ease,background 0.25s ease}.cmp-remove img{width:28px;height:28px;transition:transform 0.25s ease;filter:brightness(0) saturate(100%)}.cmp-remove:hover{background:rgba(220,53,69,0.15);transform:rotate(180deg) scale(1.2)}.cmp-remove:hover img{filter:brightness(0) saturate(100%) invert(15%) sepia(98%) saturate(3200%) hue-rotate(345deg) brightness(90%) contrast(90%)}.cmp-remove:active{transform:scale(0.95)} .equipment-card .compare-add-btn{position:absolute;top:10px;right:10px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:linear-gradient(135deg,#0b1626,#13233a);border:1px solid rgba(255,255,255,0.08);cursor:pointer;transition:transform 0.25s ease,box-shadow 0.25s ease;z-index:5}.equipment-card .compare-add-btn:hover{transform:translateY(-2px)}.equipment-card .cmp-icon{width:20px;height:20px;filter:brightness(0) invert(1);pointer-events:none}.equipment-card .compare-add-btn.active{background:linear-gradient(135deg,#0073c6,#004080)}.equipment-card .compare-add-btn.active .cmp-icon{content:url("/assets/svg/check.svg")}.product-page .compare-add-btn{width:auto;min-height:28px;padding:8px 14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:10px;background:linear-gradient(135deg,#0b1626,#13233a);border:1px solid rgba(255,255,255,0.08);box-shadow:0 6px 18px rgba(0,0,0,0.35);cursor:pointer;transition:transform 0.25s ease,box-shadow 0.25s ease;position:relative;z-index:2;white-space:nowrap}.product-page .compare-add-btn:hover{transform:translateY(-2px)}.product-page .compare-add-btn .cmp-icon{width:20px;height:20px;filter:brightness(0) invert(1);pointer-events:none}.product-page .compare-add-btn.active{background:linear-gradient(135deg,#0073c6,#004080)}.product-page .compare-add-btn.active .cmp-icon{content:url("/assets/svg/check.svg")} .compare-fly{position:fixed;width:28px;height:28px;z-index:99999;pointer-events:none;transition:transform 600ms cubic-bezier(.22,.9,.3,1),opacity 600ms ease}.compare-fly img{width:100%;height:100%}@keyframes cmpPop{0%{transform:scale(1)}50%{transform:scale(1.25) rotate(6deg)}100%{transform:scale(1)}}.cmp-removing{transform:scale(0.7) rotate(-10deg) translateY(40px);opacity:0;filter:blur(4px)}@media (max-width:768px){body{padding-bottom:calc(var(--bottom-ui-space,0px) + 20px)}#compare-float{position:fixed;right:10px;bottom:10px;left:auto;width:auto;min-width:200px;max-width:280px;display:flex;flex-direction:column;gap:8px;padding:12px;border-radius:14px;background:rgba(255,255,255,0.92);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);color:#1a1a1a;border:1px solid rgba(0,115,198,0.15);box-shadow:0 18px 50px rgba(0,0,0,0.15);z-index:9999}#compare-float .cmp-head{font-size:14px;color:#0073c6}.cmp-list{max-height:100px;overflow-y:auto;display:flex;flex-direction:column;gap:6px}.cmp-actions{display:flex;gap:8px}.cmp-action-btn{flex:1;padding:10px 8px;font-size:12px;border-radius:10px;border:1px solid rgba(0,115,198,0.3);background:rgba(0,115,198,0.05);color:#0073c6;font-weight:600;transition:0.2s ease}.cmp-action-btn:hover{background:rgba(0,115,198,0.12)}.cmp-go-btn{background:linear-gradient(135deg,#0073c6,#4da3ff);color:#fff;border:none}.cmp-clear-btn{color:#dc3545;border-color:rgba(220,53,69,0.3);background:rgba(220,53,69,0.04)}.cmp-remove{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border:none;border-radius:8px;background:rgba(0,0,0,0.08);cursor:pointer;transition:background 0.2s,transform 0.2s;padding:0;margin:0;overflow:hidden}.cmp-remove img{width:22px;height:24px;display:block;object-fit:contain;filter:brightness(0) saturate(100%);pointer-events:none}.cmp-remove:hover{background:rgba(220,53,69,0.15);transform:rotate(90deg) scale(1.1)}.cmp-remove:hover img{filter:brightness(0) saturate(100%) invert(15%) sepia(98%) saturate(3200%) hue-rotate(345deg) brightness(90%) contrast(90%)}.compare-toast{left:10px;right:10px;bottom:calc(var(--bottom-ui-space,0px) + 20px);text-align:center}}
*{margin:0;padding:0;box-sizing:border-box}.breadcrumb-wrapper{max-width:1200px;margin:0 auto;padding:10px 0}.breadcrumb-list{display:flex;list-style:none;min-height:40px;padding:0;margin:0;white-space:nowrap;overflow-x:auto;overflow-y:hidden}.breadcrumb-item{display:inline-block;margin:5px;vertical-align:middle}.breadcrumb-badge{display:inline-flex;align-items:center;justify-content:center;padding:0 20px;height:20px;font-family:'Oswald',sans-serif;font-size:14px;font-style:italic;letter-spacing:1px;text-transform:uppercase;color:#252525;background:#fff;border-radius:7px;transform:skew(-21deg);box-shadow:0 2px 5px rgba(0,0,0,0.26);transition:all 0.3s ease;text-decoration:none}.breadcrumb-badge span{display:inline-block;transform:skew(21deg)}
.breadcrumb-badge{display:inline-flex;align-items:center;justify-content:center;padding:0 20px;height:20px;font-family:'Oswald',sans-serif;font-size:14px;font-style:italic;letter-spacing:1px;text-transform:uppercase;color:#252525;background:#fff;border-radius:7px;transform:skew(-21deg);box-shadow:0 2px 5px rgba(0,0,0,0.26);transition:all 0.3s ease;text-decoration:none}.breadcrumb-badge span{display:inline-block;transform:skew(21deg)}.breadcrumb-badge:hover{background:#0c1f3f;color:#fff}.breadcrumb-badge.current{opacity:0.6;pointer-events:none}.breadcrumb-badge.current{opacity:0.6;pointer-events:none}@media (max-width:768px){.breadcrumb-wrapper{padding:8px 12px}.breadcrumb-list{gap:6px;scrollbar-width:none}.breadcrumb-list::-webkit-scrollbar{display:none}.breadcrumb-item{margin:3px}.breadcrumb-badge{padding:0 18px;height:28px;font-size:12px;letter-spacing:0.5px;border-radius:6px;transform:skew(-12deg)}.breadcrumb-badge span{transform:skew(12deg)}}@media (max-width:420px){.breadcrumb-badge{padding:0 14px;font-size:11px;height:26px}}
:root{--footer-bg:linear-gradient(135deg,#0b1626 0%,#13233a 100%);--footer-text:#cfd8e3;--footer-muted:#8fa3b8;--footer-link:#4da3ff;--footer-link-hover:#fff;--footer-heading:#fff;--footer-border:rgba(255,255,255,0.15);--footer-divider:rgba(255,255,255,0.2)}html,body{margin:0;padding:0;overflow-x:hidden;width:100%;max-width:100%}.site-footer{position:relative;width:100%;font-family:'Inter',sans-serif;color:var(--footer-text)}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:300px 500px 400px;gap:30px;padding:20px 35px;background:var(--footer-bg);border-radius:18px;border:1px solid var(--footer-border);backdrop-filter:blur(14px);position:relative}.footer-column{position:relative}
.footer-column:not(:last-child)::after{content:'';position:absolute;right:-15px;top:20px;bottom:20px;width:1px;background:var(--footer-divider);pointer-events:none}.footer-column h3{font-size:13px;font-weight:700;margin:0 0 15px 0;padding-bottom:8px;color:var(--footer-heading);text-transform:uppercase;letter-spacing:1.2px;position:relative}.footer-column:not(.footer-first-col) h3::after{content:'';position:absolute;left:0;bottom:0;width:40px;height:2px;background:var(--footer-link);border-radius:2px}.footer-company-name{position:relative;display:inline-block;margin-bottom:12px}
.footer-company-name::after{content:'';position:absolute;left:0;bottom:-4px;width:40px;height:2px;background:var(--footer-link);border-radius:2px}.footer-logo-and-text{display:flex;align-items:flex-start;gap:15px;margin-bottom:15px}
.footer-title-slogan{display:flex;flex-direction:column;justify-content:flex-start}
.footer-company-name{font-size:18px;margin:0 0 5px 0;color:var(--footer-heading);letter-spacing:1px}
.footer-slogan{font-size:14px;color:var(--footer-muted);margin:0;line-height:1.4;white-space:normal;word-break:break-word}
.footer-nav-links{display:flex;gap:20px;flex-wrap:wrap;margin-top:5px;justify-content:center}
.footer-nav-links a{color:var(--footer-link);text-decoration:none;font-size:14px;transition:color 0.2s}
.footer-nav-links a:hover{color:var(--footer-link-hover)}.products-list{column-count:2;column-gap:30px;padding:0;margin:0}
.products-list li{break-inside:avoid;margin-bottom:8px;list-style:none}
.products-list li a{font-size:14px;color:var(--footer-link);text-decoration:none;display:inline-flex;align-items:center;gap:6px;transition:color 0.2s}
.products-list li a:hover{color:var(--footer-link-hover)}.footer-contacts-col ul{padding:0;margin:0}
.footer-contact{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px;color:var(--footer-muted);word-break:break-word;font-size:14px}
.footer-contact a{color:var(--footer-link);text-decoration:none;font-size:14px}
.footer-contact a:hover{color:var(--footer-link-hover)}.footer-link-icon,
.footer-icon-img{width:16px;height:16px;color:var(--footer-link);fill:currentColor;filter:none;opacity:0.9}
.footer-contact:hover .footer-icon-img,
a:hover .footer-link-icon{opacity:1}
.footer-nav-links .footer-link-icon{margin-right:6px;vertical-align:middle}.footer-bottom{max-width:1200px;margin:20px auto 0;padding:12px 10px;text-align:center;font-size:13px;color:var(--footer-muted);border-top:1px solid var(--footer-border)}@media (max-width:1024px){.footer-container{gap:20px;padding:20px}.footer-column:not(:last-child)::after{right:-10px}}@media (max-width:768px){.site-footer{padding:10px}.footer-container{grid-template-columns:1fr !important;gap:16px;padding:16px;max-width:100%;box-sizing:border-box}.footer-column:not(:last-child)::after{display:none}.footer-column{border:1px solid var(--footer-border);border-radius:16px;background:rgba(255,255,255,0.02);padding:16px;box-sizing:border-box;width:100%;overflow-x:auto}.footer-column:not(.footer-first-col) h3{cursor:pointer;display:flex;justify-content:space-between;align-items:center;margin-bottom:0;padding-right:20px}.footer-column:not(.footer-first-col) h3::after{content:'▾';background:none;width:auto;height:auto;font-size:16px;transition:transform 0.3s;position:static;margin-left:10px}.footer-column:not(.footer-first-col)>ul:not(.products-list),
.footer-column:not(.footer-first-col) .products-list,
.footer-column:not(.footer-first-col)>.footer-contact{max-height:0;opacity:0;overflow:hidden;transition:all 0.3s ease;margin-top:0}.footer-column:not(.footer-first-col).active>ul:not(.products-list),
.footer-column:not(.footer-first-col).active .products-list,
.footer-column:not(.footer-first-col).active>.footer-contact{max-height:500px;opacity:1;margin-top:16px}.footer-column.active h3::after{transform:rotate(180deg)}.footer-first-col{text-align:center}.footer-first-col .footer-logo-and-text{justify-content:center}.footer-first-col .footer-nav-links{justify-content:center;width:100%}.products-list{column-count:1;column-gap:0}.footer-contact{justify-content:center}.footer-link-icon,.footer-icon-img{width:14px;height:14px}}@media (max-width:768px){.products-list{display:flex;flex-direction:column;column-count:unset !important;columns:unset !important;gap:8px}}@media (max-width:768px){.footer-column:not(.footer-first-col) h3{position:relative}.footer-column:not(.footer-first-col) h3::before{content:'';position:absolute;left:0;bottom:-6px;width:40px;height:2px;background:var(--footer-link);border-radius:2px}.footer-contact{flex-direction:column;align-items:center;text-align:center;gap:6px}.footer-contact img{margin-bottom:2px}}@media (max-width:768px){.site-footer{padding:0}.footer-container{padding:12px;gap:12px}.footer-column{overflow-x:hidden;word-break:break-word}}