.site-header{position:relative;z-index:100;margin:10px 0 5px;font-family:Inter,sans-serif}.header-container{max-width:1400px;margin:auto;height:80px;padding:0 22px;display:flex;align-items:center;gap:28px;background:linear-gradient(180deg,#07111f,#0c1930);border:1px solid rgba(255,255,255,.08);border-radius:18px;box-shadow:0 20px 60px rgba(0,0,0,.18)} .header-logo{flex-shrink:0}.header-logo a{display:flex;align-items:center;gap:12px;color:#fff;text-decoration:none}.header-logo img{width:48px;height:auto}.header-logo span{font-size:24px;font-weight:800;text-transform:uppercase} .header-nav{display:flex;gap:26px}.header-nav a{color:#dbe8ff;text-decoration:none;font-size:15px;font-weight:600;transition:.25s}.header-nav a:hover{color:#fff} .header-search{flex:1}.header-search form{position:relative}.header-search input{width:100%;height:46px;border:none;outline:none;border-radius:12px;padding:0 48px 0 18px;background:#142540;color:#fff;font-size:14px}.header-search input::placeholder{color:#8fa5c8}.header-search button{position:absolute;right:0;top:0;width:46px;height:46px;border:none;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.header-search img{width:18px;height:18px;filter:invert(1) brightness(100%);transition:.25s} .header-actions{display:flex;gap:20px}.header-action{position:relative;display:flex;flex-direction:column;align-items:center;gap:6px;text-decoration:none;color:#dbe8ff;font-size:12px;font-weight:600;transition:.25s}.header-action img{width:22px;height:22px;filter:brightness(0) saturate(100%) invert(1);transition:.25s}.header-action:hover{color:#fff}.header-action:hover img{transform:translateY(-2px)}#headerFavBtn.has-items img{filter:none}.compare-counter{position:absolute;top:-6px;right:-8px;min-width:18px;height:18px;border-radius:100px;background:#2f7bff;color:#fff;font-size:11px;display:flex;align-items:center;justify-content:center}.cart-counter{position:absolute;top:-6px;right:-8px;min-width:18px;height:18px;border-radius:100px;background:#2f7bff;color:#fff;font-size:11px;display:flex;align-items:center;justify-content:center} .header-burger{display:none;margin-left:auto} .header-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.55);backdrop-filter:blur(6px);opacity:0;pointer-events:none;transition:opacity .3s;z-index:200}.header-overlay.active{opacity:1;pointer-events:auto}.header-drawer{position:absolute;right:0;top:0;width:290px;height:100%;background:#091423;padding:90px 26px;display:flex;flex-direction:column;gap:18px;transform:translateX(100%);transition:transform .3s}.header-overlay.active .header-drawer{transform:translateX(0)}.header-drawer a{color:#fff;text-decoration:none;font-size:18px;font-weight:600} @media (max-width:1100px){.header-search{display:none}}@media (max-width:950px){.header-nav{display:none}.header-actions{display:none}.header-burger{display:flex;width:46px;height:46px;border:none;background:rgba(255,255,255,.08);border-radius:12px;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}.header-burger span{width:22px;height:2px;background:#fff;transition:.3s}.header-burger.active span:nth-child(1){transform:rotate(45deg) translateY(5px)}.header-burger.active span:nth-child(2){opacity:0}.header-burger.active span:nth-child(3){transform:rotate(-45deg) translateY(-5px)}.header-overlay{display:block}.header-drawer .header-action{align-items:flex-start}.header-drawer .header-action{margin-bottom:15px}.header-drawer .header-action:last-child{margin-bottom:0}}
: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%;margin-top:20px;font-family:'Inter',sans-serif;color:var(--footer-text)}.footer-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:380px 1fr 320px;gap:20px;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}}
*{margin:0;padding:0;box-sizing:border-box}.breadcrumb-wrapper{max-width:1400px;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{--kb-bg:#f7f9fc;--kb-card:#fff;--kb-text:#1c2733;--kb-muted:#667384;--kb-border:#e3e8ef;--kb-primary:#0b63ce;--kb-primary-dark:#084b9c;--kb-radius:16px;--kb-shadow:0 10px 35px rgba(20,40,70,.08);--kb-shadow-hover:0 18px 45px rgba(20,40,70,.14);--kb-transition:.25s ease;--kb-container:1400px}.knowledge-page{background:var(--kb-bg);color:var(--kb-text)}.kb-container{width:100%;max-width:var(--kb-container);margin:0 auto;padding-left:20px;padding-right:20px}.kb-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:40px;align-items:start;padding-top:35px;padding-bottom:60px}.kb-sidebar{position:sticky;top:30px;display:flex;flex-direction:column;gap:25px}.kb-sidebar-block{background:var(--kb-card);border:1px solid var(--kb-border);border-radius:var(--kb-radius);padding:24px;box-shadow:var(--kb-shadow)}.kb-sidebar-block h3{margin:0 0 20px;font-size:20px;line-height:1.3;font-weight:700;color:var(--kb-text)}.kb-categories{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.kb-categories li{margin:0}.kb-categories a{display:flex;align-items:center;padding:11px 14px;border-radius:10px;color:var(--kb-text);font-size:15px;font-weight:500;text-decoration:none;transition:var(--kb-transition)}.kb-categories a:hover{background:#eef5ff;color:var(--kb-primary)}.kb-categories li.active a{background:var(--kb-primary);color:#fff}.kb-main{min-width:0}.knowledge-header{position:relative;overflow:hidden;background:var(--kb-card);border:1px solid var(--kb-border);border-radius:var(--kb-radius);padding:45px 50px;margin-bottom:35px;box-shadow:var(--kb-shadow)}.knowledge-header:after{content:"";position:absolute;right:-90px;bottom:-90px;width:280px;height:280px;background:rgba(11,99,206,.08);border-radius:50%}.knowledge-label{position:relative;z-index:1;display:inline-flex;align-items:center;height:32px;padding:0 14px;margin-bottom:18px;border-radius:20px;background:#edf4ff;color:var(--kb-primary);font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.knowledge-header h1{position:relative;z-index:1;margin:0 0 18px;font-size:42px;line-height:1.2;font-weight:800;color:var(--kb-text)}.knowledge-header p{position:relative;z-index:1;max-width:850px;margin:0;font-size:18px;line-height:1.65;color:var(--kb-muted)}.knowledge-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px}.article-card{background:#fff;border:1px solid var(--kb-border);border-radius:var(--kb-radius);overflow:hidden;height:100%;transition:var(--kb-transition);box-shadow:0 5px 20px rgba(20,40,70,.05)}.article-card:hover{transform:translateY(-5px);box-shadow:var(--kb-shadow-hover);border-color:#d5dfeb}.article-card a{display:flex;flex-direction:column;height:100%;color:inherit;text-decoration:none}.article-card-image{height:210px;overflow:hidden;background:#edf1f6}.article-card-image img{width:100%;height:100%;object-fit:cover;display:block;transition:.4s ease}.article-card:hover .article-card-image img{transform:scale(1.05)}.article-card-body{padding:24px;display:flex;flex-direction:column;flex:1}.article-card-type{display:inline-flex;align-items:center;width:max-content;padding:5px 12px;margin-bottom:14px;border-radius:20px;background:#edf4ff;color:var(--kb-primary);font-size:12px;font-weight:700;text-transform:uppercase}.article-card-body h3{margin:0 0 12px;font-size:21px;line-height:1.35;font-weight:700;color:var(--kb-text)}.article-card-body p{margin:0;font-size:15px;line-height:1.6;color:var(--kb-muted)}.article-card-date{margin-top:auto;padding-top:20px;font-size:13px;color:var(--kb-muted)}.kb-featured{padding-bottom:70px}.featured-header{margin-bottom:30px}.featured-header h2{margin:0;font-size:32px;line-height:1.25;font-weight:800;color:var(--kb-text)}.article-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px}@media(max-width:1200px){.kb-layout{grid-template-columns:260px minmax(0,1fr);gap:30px}.knowledge-grid,.article-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.knowledge-header{padding:35px}.knowledge-header h1{font-size:36px}}@media(max-width:992px){.kb-layout{display:flex;flex-direction:column}.kb-sidebar{position:relative;top:auto;width:100%}.kb-categories{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.kb-container{padding-left:15px;padding-right:15px}.kb-layout{padding-top:25px;padding-bottom:40px}.knowledge-header{padding:30px 25px}.knowledge-header h1{font-size:30px}.knowledge-header p{font-size:16px}.knowledge-grid,.article-cards{grid-template-columns:1fr}.article-card-image{height:220px}.kb-sidebar-block{padding:18px}.kb-categories{grid-template-columns:1fr}.kb-featured{padding-bottom:40px}.featured-header h2{font-size:26px}}@media(max-width:480px){.knowledge-header{padding:25px 18px}.knowledge-header h1{font-size:26px}.knowledge-header p{font-size:15px}.article-card-body{padding:18px}.article-card-body h3{font-size:19px}}@media(max-width:360px){.kb-container{padding-left:10px;padding-right:10px}.knowledge-header h1{font-size:23px}}.kb-sidebar,.article-card{-webkit-backface-visibility:hidden;backface-visibility:hidden}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}