:root{--qf-ink: #0b1220;--qf-ink-soft: #182235;--qf-blue: #1268ff;--qf-blue-dark: #0848bd;--qf-cyan: #25c8ff;--qf-orange: #ff6b2c;--qf-orange-dark: #d9480f;--qf-bg: #f4f7fb;--qf-surface: #ffffff;--qf-border: #dce4ef;--qf-muted: #5d6a7e;--qf-success: #0f9f68;--qf-warning: #e88718;--qf-radius: 18px;--qf-radius-sm: 12px;--qf-shadow: 0 18px 54px rgba(15, 31, 55, .12);--qf-shadow-sm: 0 8px 24px rgba(15, 31, 55, .08);--qf-page: min(1440px, calc(100vw - 40px) )}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--qf-ink);background:var(--qf-surface);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}body.qf-nav-open{overflow:hidden}body,button,input,select,textarea{font-size:16px}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}button,[type=submit]{cursor:pointer}.qf-shell{width:var(--qf-page);margin-inline:auto}.qf-main{overflow:hidden}.qf-section{padding:86px 0}.qf-section--soft{background:var(--qf-bg)}.qf-section--dark{color:#fff;background:var(--qf-ink)}.qf-section--compact{padding:54px 0}.qf-stack{display:grid;gap:24px}.qf-grid{display:grid;gap:22px}.qf-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.qf-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.qf-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.qf-grid--6{grid-template-columns:repeat(6,minmax(0,1fr))}.qf-eyebrow{display:inline-flex;align-items:center;gap:9px;margin:0 0 14px;color:var(--qf-blue);font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.qf-eyebrow:before{width:28px;height:2px;background:currentColor;content:""}.qf-eyebrow--light{color:#72d9ff}.qf-display{max-width:920px;margin:0;font-size:clamp(2.45rem,5.5vw,5.25rem);line-height:.99;letter-spacing:-.055em}.qf-h1{margin:0;font-size:clamp(2.25rem,4vw,4.4rem);line-height:1.04;letter-spacing:-.045em}.qf-h2{margin:0;font-size:clamp(1.9rem,3.2vw,3.35rem);line-height:1.08;letter-spacing:-.04em}.qf-h3{margin:0;font-size:clamp(1.25rem,1.7vw,1.65rem);line-height:1.15;letter-spacing:-.025em}.qf-lead{max-width:720px;margin:18px 0 0;color:var(--qf-muted);font-size:clamp(1.02rem,1.5vw,1.22rem);line-height:1.65}.qf-section--dark .qf-lead,.qf-dark-card .qf-lead{color:#b9c5d7}.qf-section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:36px}.qf-section-head__copy{max-width:790px}.qf-link{display:inline-flex;align-items:center;gap:8px;color:var(--qf-blue);font-weight:750}.qf-link:hover{color:var(--qf-blue-dark)}.qf-link svg{width:17px;height:17px;transition:transform .2s ease}.qf-link:hover svg{transform:translate(3px)}.qf-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.qf-btn{min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:13px 21px;border:1px solid transparent;border-radius:12px;font-weight:800;line-height:1.1;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease}.qf-btn:hover{transform:translateY(-2px)}.qf-btn--primary{color:#fff;background:var(--qf-blue);box-shadow:0 10px 22px #1268ff47}.qf-btn--primary:hover{background:var(--qf-blue-dark)}.qf-btn--secondary{color:var(--qf-ink);background:#fff;border-color:var(--qf-border);box-shadow:var(--qf-shadow-sm)}.qf-btn--secondary:hover{border-color:#b6c4d8}.qf-btn--repair{color:#fff;background:var(--qf-orange);box-shadow:0 10px 22px #ff6b2c40}.qf-btn--repair:hover{background:var(--qf-orange-dark)}.qf-btn--ghost{color:#fff;border-color:#ffffff57;background:#ffffff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.qf-btn--wide{width:100%}.qf-pill{display:inline-flex;align-items:center;gap:7px;padding:7px 11px;border-radius:999px;color:#334155;background:#edf2f8;font-size:.77rem;font-weight:800}.qf-pill--success{color:#087a50;background:#e3f8ef}.qf-pill--warning{color:#9a5305;background:#fff1d8}.qf-card{border:1px solid var(--qf-border);border-radius:var(--qf-radius);background:#fff;box-shadow:var(--qf-shadow-sm)}.qf-header{position:relative;z-index:40;background:#fff}.qf-topbar{color:#dbe5f3;background:var(--qf-ink);font-size:.79rem}.qf-topbar__inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:18px}.qf-topbar__group{display:flex;align-items:center;gap:20px}.qf-topbar a:hover{color:#fff}.qf-topbar__badge{display:inline-flex;align-items:center;gap:7px;color:#fff;font-weight:750}.qf-topbar__badge:before{width:7px;height:7px;border-radius:50%;background:#35dd96;box-shadow:0 0 0 4px #35dd961f;content:""}.qf-head-main{border-bottom:1px solid var(--qf-border)}.qf-head-main__inner{min-height:86px;display:grid;grid-template-columns:240px minmax(260px,1fr) auto;align-items:center;gap:28px}.qf-logo{display:inline-flex;align-items:center;gap:12px;width:fit-content}.qf-logo__mark{width:43px;height:43px;display:grid;place-items:center;border-radius:13px;color:#fff;background:linear-gradient(145deg,var(--qf-blue),#09409e);box-shadow:0 8px 18px #1268ff40;font-weight:900;letter-spacing:-.08em}.qf-logo__word{display:grid;line-height:1}.qf-logo__word strong{font-size:1.42rem;letter-spacing:-.045em}.qf-logo__word small{margin-top:5px;color:var(--qf-muted);font-size:.62rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.qf-search{position:relative}.qf-search__form{min-height:52px;display:flex;align-items:center;overflow:hidden;border:1px solid #cbd7e6;border-radius:13px;background:#f8fafc;transition:border-color .2s,box-shadow .2s}.qf-search__form:focus-within{border-color:var(--qf-blue);box-shadow:0 0 0 4px #1268ff1a;background:#fff}.qf-search__icon{width:20px;height:20px;margin-left:16px;color:#66758b;flex:0 0 auto}.qf-search__input{width:100%;min-width:0;padding:14px 12px;border:0;outline:0;color:var(--qf-ink);background:transparent}.qf-search__button{align-self:stretch;padding:0 19px;border:0;color:#fff;background:var(--qf-blue);font-weight:800}.qf-head-actions{display:flex;align-items:center;gap:8px}.qf-head-action{min-width:48px;height:48px;position:relative;display:grid;place-items:center;border:1px solid var(--qf-border);border-radius:12px;color:var(--qf-ink);background:#fff}.qf-head-action:hover{color:var(--qf-blue);border-color:#b7c8e2;background:#f7faff}.qf-head-action svg{width:21px;height:21px}.qf-head-action__label{padding:0 11px;display:flex;align-items:center;gap:9px;font-size:.85rem;font-weight:750}.qf-cart-count{min-width:19px;height:19px;position:absolute;top:-6px;right:-5px;display:grid;place-items:center;padding:0 5px;border:2px solid #fff;border-radius:999px;color:#fff;background:var(--qf-orange);font-size:.65rem;font-weight:900}.qf-nav-wrap{border-bottom:1px solid var(--qf-border);box-shadow:0 6px 18px #0f1f370a}.qf-nav{min-height:55px;display:flex;align-items:stretch;gap:2px;margin:0;padding:0;list-style:none}.qf-nav__item{display:flex;align-items:stretch}.qf-nav__link{display:flex;align-items:center;gap:7px;padding:0 14px;border-bottom:3px solid transparent;font-size:.88rem;font-weight:800;white-space:nowrap}.qf-nav__link:hover,.qf-nav__item:focus-within>.qf-nav__link{color:var(--qf-blue);border-bottom-color:var(--qf-blue)}.qf-nav__item--repair{margin-left:auto}.qf-nav__item--repair>.qf-nav__link{height:39px;align-self:center;margin-left:10px;padding:0 17px;border:0;border-radius:10px;color:#fff;background:var(--qf-orange)}.qf-nav__item--repair>.qf-nav__link:hover{background:var(--qf-orange-dark)}.qf-nav__chevron{width:14px;height:14px;transition:transform .2s}.qf-nav__item:hover .qf-nav__chevron,.qf-nav__item:focus-within .qf-nav__chevron{transform:rotate(180deg)}.qf-mega{visibility:hidden;opacity:0;pointer-events:none;position:absolute;left:50%;top:100%;width:var(--qf-page);max-height:min(620px,calc(100vh - 190px));overflow:auto;transform:translate(-50%,8px);padding:30px;border:1px solid var(--qf-border);border-top:0;border-radius:0 0 20px 20px;background:#fff;box-shadow:0 24px 60px #0d1b302e;transition:opacity .18s,transform .18s,visibility .18s}.qf-nav__item:hover .qf-mega,.qf-nav__item:focus-within .qf-mega{visibility:visible;opacity:1;pointer-events:auto;transform:translate(-50%)}.qf-mega__inner{display:grid;grid-template-columns:repeat(5,minmax(130px,1fr));gap:26px}.qf-mega__col{min-width:0}.qf-mega__head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-bottom:11px;border-bottom:1px solid var(--qf-border);font-size:.92rem;font-weight:850}.qf-mega__head:hover{color:var(--qf-blue)}.qf-mega__list{display:grid;gap:9px;margin:12px 0 0;padding:0;list-style:none}.qf-mega__list a{color:#526176;font-size:.85rem;line-height:1.35}.qf-mega__list a:hover{color:var(--qf-blue)}.qf-mega__standalone{display:block;padding:13px;border:1px solid var(--qf-border);border-radius:12px;font-size:.9rem;font-weight:800}.qf-notice{color:#334155;background:#f6f8fc;border-bottom:1px solid var(--qf-border)}.qf-notice__inner{min-height:38px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center}.qf-notice__item{display:flex;justify-content:center;align-items:center;gap:8px;padding:0 14px;border-right:1px solid var(--qf-border);font-size:.75rem;font-weight:750}.qf-notice__item:last-child{border:0}.qf-notice__item svg{width:16px;height:16px;color:var(--qf-blue)}.qf-menu-button,.qf-mobile-nav{display:none}.qf-hero{position:relative;min-height:690px;display:flex;align-items:center;color:#fff;background-color:var(--qf-ink);background-size:cover;background-position:center}.qf-hero:before{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#060e1bf2,#060e1bc7 42%,#060e1b2e 72%,#060e1b1f);content:""}.qf-hero__inner{position:relative;z-index:1;padding:72px 0}.qf-hero__copy{max-width:690px}.qf-hero__copy .qf-lead{color:#c9d4e2}.qf-hero-search{max-width:660px;margin-top:28px}.qf-hero-search .qf-search__form{min-height:59px;background:#fff}.qf-hero-search .qf-search__button{padding-inline:24px}.qf-quick-terms{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.qf-quick-terms span{color:#aebbcf;font-size:.76rem;font-weight:750}.qf-quick-terms a{padding:6px 9px;border:1px solid rgba(255,255,255,.16);border-radius:999px;color:#eaf2fc;background:#ffffff12;font-size:.74rem;font-weight:750}.qf-quick-terms a:hover{border-color:#fff6;background:#ffffff21}.qf-hero-proof{display:flex;flex-wrap:wrap;gap:18px;margin-top:30px;color:#dce7f4;font-size:.82rem;font-weight:700}.qf-hero-proof span{display:flex;align-items:center;gap:7px}.qf-hero-proof svg{width:18px;height:18px;color:#4bd3ff}.qf-journey{position:relative;z-index:3;margin-top:-38px}.qf-journey__panel{padding:26px;border:1px solid var(--qf-border);border-radius:22px;background:#fff;box-shadow:var(--qf-shadow)}.qf-journey__title{margin:0 0 18px;font-size:1rem;font-weight:850}.qf-journey-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:11px}.qf-journey-card{min-height:116px;display:grid;align-content:space-between;gap:15px;padding:16px;border:1px solid var(--qf-border);border-radius:14px;background:#fbfcfe;transition:transform .2s,border-color .2s,box-shadow .2s}.qf-journey-card:hover{transform:translateY(-4px);border-color:#9ebcf0;background:#fff;box-shadow:var(--qf-shadow-sm)}.qf-journey-card__icon{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;color:var(--qf-blue);background:#e9f1ff}.qf-journey-card__icon svg{width:20px;height:20px}.qf-journey-card strong{display:block;font-size:.89rem;line-height:1.25}.qf-journey-card small{display:block;margin-top:4px;color:var(--qf-muted);font-size:.7rem;line-height:1.35}.qf-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.qf-category-card{min-height:255px;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;padding:24px;border:1px solid var(--qf-border);border-radius:var(--qf-radius);background:linear-gradient(145deg,#fff,#f2f6fb);transition:transform .25s,box-shadow .25s,border-color .25s}.qf-category-card:after{width:130px;height:130px;position:absolute;right:-25px;bottom:-35px;border-radius:50%;background:radial-gradient(circle,#1268ff29,#1268ff00 70%);content:""}.qf-category-card:hover{transform:translateY(-6px);border-color:#b5c7e3;box-shadow:var(--qf-shadow)}.qf-category-card__icon{width:52px;height:52px;display:grid;place-items:center;border-radius:15px;color:var(--qf-blue);background:#e9f1ff}.qf-category-card__icon svg{width:28px;height:28px}.qf-category-card h3{position:relative;z-index:1;margin:25px 0 8px;font-size:1.16rem;letter-spacing:-.02em}.qf-category-card p{position:relative;z-index:1;margin:0;color:var(--qf-muted);font-size:.83rem;line-height:1.5}.qf-category-card__foot{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;margin-top:22px;color:var(--qf-blue);font-size:.79rem;font-weight:800}.qf-category-card--dark{color:#fff;border-color:#25334a;background:linear-gradient(145deg,#111b2b,#0b1220)}.qf-category-card--dark p{color:#b7c2d1}.qf-category-card--dark .qf-category-card__icon{color:#66d9ff;background:#25c8ff1f}.qf-category-card--repair{color:#fff;border-color:#e05820;background:linear-gradient(145deg,#ff7134,#c8420e)}.qf-category-card--repair p,.qf-category-card--repair .qf-category-card__foot{color:#fff0e9}.qf-category-card--repair .qf-category-card__icon{color:#fff;background:#ffffff29}.qf-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.qf-product-card{min-width:0;overflow:hidden;display:flex;flex-direction:column;border:1px solid var(--qf-border);border-radius:17px;background:#fff;box-shadow:0 4px 16px #10233e0d;transition:transform .22s,box-shadow .22s,border-color .22s}.qf-product-card:hover{transform:translateY(-5px);border-color:#b7c8df;box-shadow:var(--qf-shadow)}.qf-product-card__media{aspect-ratio:1 / .86;position:relative;overflow:hidden;display:grid;place-items:center;padding:20px;background:#f4f7fb}.qf-product-card__media img{width:100%;height:100%;object-fit:contain;transition:transform .3s}.qf-product-card:hover .qf-product-card__media img{transform:scale(1.035)}.qf-product-card__placeholder{width:88px;height:88px;display:grid;place-items:center;border-radius:24px;color:#7f91aa;background:linear-gradient(145deg,#e4ebf4,#fff);box-shadow:0 10px 30px #142a4814}.qf-product-card__placeholder svg{width:45px;height:45px}.qf-product-card__badge{position:absolute;top:12px;left:12px}.qf-product-card__body{flex:1;display:flex;flex-direction:column;padding:18px}.qf-product-card__meta{min-height:18px;margin-bottom:7px;color:var(--qf-muted);font-size:.69rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.qf-product-card__title{margin:0;font-size:.98rem;line-height:1.38;letter-spacing:-.015em}.qf-product-card__title a:hover{color:var(--qf-blue)}.qf-product-card__price{margin-top:auto;padding-top:18px;display:flex;align-items:end;justify-content:space-between;gap:12px}.qf-product-card__price strong{font-size:1.12rem}.qf-product-card__price small{color:var(--qf-muted);font-size:.72rem}.qf-product-card__arrow{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;color:var(--qf-blue);background:#eaf2ff}.qf-product-card__arrow svg{width:16px;height:16px}.qf-empty-products{grid-column:1/-1;padding:55px;text-align:center;border:1px dashed #b8c4d5;border-radius:var(--qf-radius);color:var(--qf-muted);background:#fff}.qf-condition-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:36px}.qf-condition-card{min-height:245px;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:end;padding:27px;border:1px solid rgba(255,255,255,.13);border-radius:18px;background:linear-gradient(145deg,#18243a,#111a2b)}.qf-condition-card:before{width:140px;height:140px;position:absolute;top:-55px;right:-35px;border-radius:50%;background:var(--glow, rgba(37,200,255,.14));content:"";filter:blur(2px)}.qf-condition-card__tag{width:fit-content;position:absolute;top:23px;left:23px;padding:7px 10px;border-radius:999px;color:#bfefff;background:#25c8ff1f;font-size:.7rem;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.qf-condition-card h3{margin:0;font-size:1.4rem}.qf-condition-card p{margin:9px 0 19px;color:#aebbd0;font-size:.85rem;line-height:1.55}.qf-condition-card a{color:#fff;font-size:.82rem;font-weight:800}.qf-image-band{min-height:560px;position:relative;display:flex;align-items:center;color:#fff;background-color:var(--qf-ink);background-size:cover;background-position:center}.qf-image-band:before{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#070f1ced,#070f1ca6 46%,#070f1c1f 76%);content:""}.qf-image-band--light{color:var(--qf-ink);background-color:#eef3f7}.qf-image-band--light:before{background:linear-gradient(90deg,#f8fafcf5,#f8fafcd1 45%,#f8fafc14 76%)}.qf-image-band__inner{position:relative;z-index:1}.qf-image-band__copy{max-width:630px;padding:80px 0}.qf-image-band--light .qf-image-band__copy .qf-lead{color:#4b596d}.qf-split{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:stretch;overflow:hidden;border:1px solid var(--qf-border);border-radius:23px;background:#fff;box-shadow:var(--qf-shadow)}.qf-split__media{min-height:480px}.qf-split__media img{width:100%;height:100%;object-fit:cover}.qf-split__content{display:grid;align-content:center;padding:clamp(40px,6vw,80px)}.qf-check-list{display:grid;gap:13px;margin:25px 0 0;padding:0;list-style:none}.qf-check-list li{display:flex;align-items:flex-start;gap:10px;color:#425066;line-height:1.45}.qf-check-list svg{width:19px;height:19px;margin-top:2px;color:var(--qf-success);flex:0 0 auto}.qf-b2b-strip{position:relative;overflow:hidden;padding:48px;border-radius:24px;color:#fff;background:linear-gradient(115deg,#0b1220,#152b4d 58%,#0f5cca)}.qf-b2b-strip:after{width:360px;height:360px;position:absolute;right:-80px;top:-140px;border-radius:50%;border:65px solid rgba(37,200,255,.08);content:""}.qf-b2b-strip__inner{position:relative;z-index:1;display:grid;grid-template-columns:1.5fr 1fr;align-items:center;gap:40px}.qf-b2b-strip .qf-lead{color:#c1cfe0}.qf-b2b-points{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.qf-b2b-point{padding:16px;border:1px solid rgba(255,255,255,.14);border-radius:13px;background:#ffffff12;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:.82rem;font-weight:750}.qf-market-card{height:100%;display:flex;flex-direction:column;padding:30px;border:1px solid var(--qf-border);border-radius:var(--qf-radius);background:#fff;box-shadow:var(--qf-shadow-sm)}.qf-market-card__top{display:flex;align-items:center;justify-content:space-between;gap:15px}.qf-market-card__logo{width:48px;height:48px;display:grid;place-items:center;border-radius:13px;color:#fff;background:var(--qf-ink);font-size:.73rem;font-weight:900}.qf-market-card p{color:var(--qf-muted);line-height:1.6}.qf-market-card .qf-btn{margin-top:auto}.qf-step-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;counter-reset:qf-step}.qf-step{position:relative;padding:27px 23px;border:1px solid var(--qf-border);border-radius:17px;background:#fff;counter-increment:qf-step}.qf-step:before{width:38px;height:38px;display:grid;place-items:center;margin-bottom:20px;border-radius:11px;color:#fff;background:var(--qf-blue);content:counter(qf-step,decimal-leading-zero);font-size:.75rem;font-weight:900}.qf-step h3{font-size:1.08rem}.qf-step p{margin:9px 0 0;color:var(--qf-muted);font-size:.82rem;line-height:1.55}.qf-faq{display:grid;gap:12px}.qf-faq details{border:1px solid var(--qf-border);border-radius:14px;background:#fff}.qf-faq summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 22px;cursor:pointer;font-weight:800;list-style:none}.qf-faq summary::-webkit-details-marker{display:none}.qf-faq summary:after{width:26px;height:26px;display:grid;place-items:center;border-radius:8px;color:var(--qf-blue);background:#eaf2ff;content:"+";font-size:1.15rem}.qf-faq details[open] summary:after{content:"\2013"}.qf-faq__answer{padding:0 22px 22px;color:var(--qf-muted);line-height:1.65}.qf-page-hero{min-height:470px;position:relative;display:flex;align-items:center;color:#fff;background-color:var(--qf-ink);background-size:cover;background-position:center}.qf-page-hero:before{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#060e1bf2,#060e1ba8 52%,#060e1b2e);content:""}.qf-page-hero--light{color:var(--qf-ink);background-color:#eef3f7}.qf-page-hero--light:before{background:linear-gradient(90deg,#f8fafcf7,#f8fafcd6 50%,#f8fafc29)}.qf-page-hero--light .qf-lead{color:#4c5a6e}.qf-page-hero__inner{position:relative;z-index:1;padding:72px 0}.qf-page-hero__copy{max-width:710px}.qf-page-hero .qf-lead{color:#c5d0df}.qf-page-nav{position:sticky;top:0;z-index:20;border-bottom:1px solid var(--qf-border);background:#fffffff2;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.qf-page-nav__inner{min-height:57px;display:flex;align-items:center;gap:7px;overflow-x:auto;scrollbar-width:none}.qf-page-nav__inner::-webkit-scrollbar{display:none}.qf-page-nav a{padding:9px 13px;border-radius:9px;color:#425068;font-size:.8rem;font-weight:800;white-space:nowrap}.qf-page-nav a:hover{color:var(--qf-blue);background:#eaf2ff}.qf-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.qf-service-card{scroll-margin-top:78px;padding:26px;border:1px solid var(--qf-border);border-radius:18px;background:#fff;box-shadow:var(--qf-shadow-sm)}.qf-service-card__icon{width:49px;height:49px;display:grid;place-items:center;margin-bottom:28px;border-radius:14px;color:var(--qf-blue);background:#e9f1ff}.qf-service-card__icon svg{width:25px;height:25px}.qf-service-card h3{font-size:1.28rem}.qf-service-card p{min-height:70px;margin:10px 0 20px;color:var(--qf-muted);font-size:.85rem;line-height:1.58}.qf-form-wrap{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:44px;align-items:start}.qf-form-intro{position:sticky;top:90px}.qf-form-card{padding:clamp(25px,4vw,42px);border:1px solid var(--qf-border);border-radius:21px;background:#fff;box-shadow:var(--qf-shadow)}.qf-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:17px}.qf-field{display:grid;gap:7px}.qf-field--full{grid-column:1/-1}.qf-field label{color:#354258;font-size:.78rem;font-weight:800}.qf-field input,.qf-field select,.qf-field textarea{width:100%;min-height:50px;padding:13px 14px;border:1px solid #cbd6e4;border-radius:11px;outline:0;color:var(--qf-ink);background:#fff}.qf-field textarea{min-height:125px;resize:vertical}.qf-field input:focus,.qf-field select:focus,.qf-field textarea:focus{border-color:var(--qf-blue);box-shadow:0 0 0 4px #1268ff17}.qf-form-note{margin:13px 0 0;color:var(--qf-muted);font-size:.72rem;line-height:1.5}.qf-form-status{margin-bottom:18px;padding:14px 16px;border-radius:11px;color:#087a50;background:#e4f8ef;font-weight:750}.qf-form-errors{margin-bottom:18px;padding:14px 16px;border-radius:11px;color:#9d2f22;background:#fff0ed}.qf-info-card{padding:23px;border:1px solid var(--qf-border);border-radius:16px;background:#fff}.qf-info-card h3{font-size:1.08rem}.qf-info-card p{margin:9px 0 0;color:var(--qf-muted);font-size:.84rem;line-height:1.58}.qf-contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px;margin-top:30px}.qf-contact-card{padding:22px;border:1px solid rgba(255,255,255,.14);border-radius:15px;background:#ffffff14}.qf-contact-card small{display:block;color:#99a9bd;font-size:.69rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.qf-contact-card strong{display:block;margin-top:8px;color:#fff;font-size:.95rem}.qf-page-content{max-width:900px;margin:0 auto;color:#39475c;font-size:1.04rem;line-height:1.75}.qf-page-content h1,.qf-page-content h2,.qf-page-content h3{color:var(--qf-ink)}.qf-page-content img{border-radius:var(--qf-radius)}.qf-catalog-hero{padding:58px 0 48px;color:#fff;background:linear-gradient(120deg,#0b1220,#152a49)}.qf-catalog-hero__inner{display:grid;grid-template-columns:1.2fr .8fr;align-items:end;gap:40px}.qf-catalog-hero .qf-lead{color:#bdcadb}.qf-catalog-search .qf-search__form{background:#fff}.qf-catalog-tools{padding:22px 0;border-bottom:1px solid var(--qf-border);background:#fff}.qf-catalog-tools__inner{display:flex;align-items:center;justify-content:space-between;gap:18px}.qf-filter-chips{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}.qf-filter-chips::-webkit-scrollbar{display:none}.qf-filter-chip{padding:9px 13px;border:1px solid var(--qf-border);border-radius:999px;color:#3d4b61;background:#fff;font-size:.77rem;font-weight:800;white-space:nowrap}.qf-filter-chip:hover{color:var(--qf-blue);border-color:#a8bee1;background:#f5f8ff}.qf-sort{display:flex;align-items:center;gap:9px;flex:0 0 auto}.qf-sort label{color:var(--qf-muted);font-size:.75rem;font-weight:800}.qf-sort select{min-height:42px;padding:8px 34px 8px 12px;border:1px solid var(--qf-border);border-radius:10px;background:#fff;font-size:.79rem;font-weight:750}.qf-results-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:25px}.qf-results-count{color:var(--qf-muted);font-size:.84rem}.qf-pagination{display:flex;justify-content:center;gap:7px;margin-top:42px}.qf-pagination a,.qf-pagination span{min-width:40px;height:40px;display:grid;place-items:center;border:1px solid var(--qf-border);border-radius:10px;background:#fff;font-size:.82rem;font-weight:800}.qf-pagination .current{color:#fff;border-color:var(--qf-blue);background:var(--qf-blue)}.qf-search-result-list{display:grid;gap:12px}.qf-search-result{display:grid;grid-template-columns:92px 1fr auto;align-items:center;gap:20px;padding:16px;border:1px solid var(--qf-border);border-radius:15px;background:#fff}.qf-search-result__media{width:92px;height:78px;display:grid;place-items:center;overflow:hidden;border-radius:11px;background:var(--qf-bg)}.qf-search-result__media img{width:100%;height:100%;object-fit:contain}.qf-search-result p{margin:6px 0 0;color:var(--qf-muted);font-size:.81rem}.qf-product-page{padding:58px 0 84px}.qf-breadcrumbs{display:flex;align-items:center;gap:7px;margin-bottom:26px;color:var(--qf-muted);font-size:.75rem}.qf-breadcrumbs a:hover{color:var(--qf-blue)}.qf-product-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);gap:clamp(38px,6vw,80px);align-items:start}.qf-product-media{position:sticky;top:24px}.qf-product-media__main{aspect-ratio:1 / .84;overflow:hidden;display:grid;place-items:center;padding:35px;border:1px solid var(--qf-border);border-radius:22px;background:var(--qf-bg)}.qf-product-media__main img{width:100%;height:100%;object-fit:contain}.qf-product-media__placeholder{width:130px;height:130px;display:grid;place-items:center;border-radius:32px;color:#8191a7;background:#fff;box-shadow:var(--qf-shadow)}.qf-product-media__placeholder svg{width:66px;height:66px}.qf-product-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:9px;margin-top:11px}.qf-product-thumb{aspect-ratio:1;overflow:hidden;padding:7px;border:1px solid var(--qf-border);border-radius:10px;background:#fff}.qf-product-thumb img{width:100%;height:100%;object-fit:contain}.qf-product-info__vendor{margin-bottom:12px;color:var(--qf-blue);font-size:.74rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.qf-product-info h1{margin:0;font-size:clamp(2rem,3vw,3.25rem);line-height:1.08;letter-spacing:-.045em}.qf-product-price{display:flex;align-items:baseline;gap:10px;margin:22px 0}.qf-product-price strong{font-size:1.75rem}.qf-product-price small{color:var(--qf-muted)}.qf-stock{display:inline-flex;align-items:center;gap:8px;margin-bottom:24px;color:#087a50;font-size:.81rem;font-weight:800}.qf-stock:before{width:9px;height:9px;border-radius:50%;background:var(--qf-success);box-shadow:0 0 0 4px #0f9f681f;content:""}.qf-stock--out{color:#a55b0c}.qf-stock--out:before{background:var(--qf-warning);box-shadow:0 0 0 4px #e887181f}.qf-product-description{color:#445268;line-height:1.7}.qf-product-description>*:first-child{margin-top:0}.qf-product-form{display:grid;gap:14px;margin-top:28px}.qf-product-form label{color:#354258;font-size:.76rem;font-weight:800}.qf-product-form select,.qf-quantity{min-height:50px;padding:11px 13px;border:1px solid #cbd6e4;border-radius:11px;background:#fff}.qf-product-form__row{display:grid;grid-template-columns:105px 1fr;gap:12px}.qf-quantity{width:100%}.qf-assurance{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:23px}.qf-assurance__item{padding:13px;border:1px solid var(--qf-border);border-radius:11px;background:#f8fafc;color:#4a596f;font-size:.72rem;font-weight:750;text-align:center}.qf-product-accordions{margin-top:30px}.qf-product-accordions details{border-top:1px solid var(--qf-border)}.qf-product-accordions details:last-child{border-bottom:1px solid var(--qf-border)}.qf-product-accordions summary{padding:17px 0;cursor:pointer;font-size:.86rem;font-weight:800}.qf-product-accordions div{padding:0 0 18px;color:var(--qf-muted);font-size:.82rem;line-height:1.6}.qf-cart-layout{display:grid;grid-template-columns:1fr 370px;gap:35px;align-items:start}.qf-cart-items{display:grid;gap:12px}.qf-cart-item{display:grid;grid-template-columns:110px 1fr auto;gap:20px;align-items:center;padding:18px;border:1px solid var(--qf-border);border-radius:16px;background:#fff}.qf-cart-item__media{width:110px;height:95px;display:grid;place-items:center;overflow:hidden;padding:7px;border-radius:12px;background:var(--qf-bg)}.qf-cart-item__media img{width:100%;height:100%;object-fit:contain}.qf-cart-item h3{font-size:.98rem}.qf-cart-item p{margin:6px 0 0;color:var(--qf-muted);font-size:.76rem}.qf-cart-item__actions{display:flex;align-items:center;gap:12px;margin-top:13px}.qf-cart-item__actions input{width:76px;min-height:40px;padding:8px;border:1px solid var(--qf-border);border-radius:9px}.qf-cart-remove{color:#9b3d31;font-size:.75rem;font-weight:800}.qf-cart-summary{position:sticky;top:25px;padding:28px;border-radius:18px;color:#fff;background:var(--qf-ink);box-shadow:var(--qf-shadow)}.qf-cart-summary__row{display:flex;justify-content:space-between;gap:20px;margin:22px 0;padding:18px 0;border-top:1px solid rgba(255,255,255,.13);border-bottom:1px solid rgba(255,255,255,.13)}.qf-cart-summary__row strong{font-size:1.25rem}.qf-cart-summary p{color:#aebbd0;font-size:.75rem;line-height:1.5}.qf-footer{color:#dbe4f1;background:#080f1d}.qf-footer-news{padding:45px 0;border-bottom:1px solid #1c293c}.qf-footer-news__inner{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:50px}.qf-footer-news h2{margin:0;color:#fff;font-size:1.65rem;letter-spacing:-.03em}.qf-footer-news p{margin:8px 0 0;color:#95a5ba;font-size:.82rem}.qf-newsletter{display:flex;overflow:hidden;border:1px solid #34445b;border-radius:12px;background:#111b2c}.qf-newsletter input{width:100%;min-width:0;padding:14px 16px;border:0;outline:0;color:#fff;background:transparent}.qf-newsletter button{padding:0 20px;border:0;color:#fff;background:var(--qf-blue);font-weight:800}.qf-footer-main{padding:60px 0 50px}.qf-footer-grid{display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:45px}.qf-footer .qf-logo__word strong{color:#fff}.qf-footer .qf-logo__word small{color:#7f91aa}.qf-footer__about{max-width:360px;margin:20px 0;color:#91a2b8;font-size:.82rem;line-height:1.65}.qf-footer__contact{display:grid;gap:9px;color:#c4d0de;font-size:.8rem}.qf-footer__contact a:hover{color:#fff}.qf-footer-col h3{margin:0 0 19px;color:#fff;font-size:.82rem;letter-spacing:.07em;text-transform:uppercase}.qf-footer-col ul{display:grid;gap:11px;margin:0;padding:0;list-style:none}.qf-footer-col a{color:#91a2b8;font-size:.81rem}.qf-footer-col a:hover{color:#fff}.qf-footer-bottom{min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:25px;border-top:1px solid #1c293c;color:#71839a;font-size:.72rem}.qf-footer-bottom__links{display:flex;flex-wrap:wrap;gap:18px}.qf-footer-bottom a:hover{color:#fff}.qf-visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;padding:0;margin:-1px;clip:rect(0,0,0,0);white-space:nowrap;border:0}.qf-404{min-height:65vh;display:grid;place-items:center;padding:80px 0;text-align:center;background:var(--qf-bg)}.qf-404__code{color:var(--qf-blue);font-size:clamp(5rem,15vw,11rem);font-weight:900;line-height:.8;letter-spacing:-.09em}.qf-404 p{max-width:560px;margin:24px auto;color:var(--qf-muted);line-height:1.6}@media(max-width:1200px){:root{--qf-page: min(100% - 32px, 1180px)}.qf-head-main__inner{grid-template-columns:205px minmax(240px,1fr) auto;gap:16px}.qf-logo__word small{display:none}.qf-nav__link{padding-inline:10px;font-size:.8rem}.qf-mega__inner{grid-template-columns:repeat(4,1fr)}.qf-product-grid,.qf-journey-grid,.qf-category-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:990px){.qf-section{padding:68px 0}.qf-topbar__group--secondary{display:none}.qf-head-main__inner{min-height:72px;grid-template-columns:auto 1fr auto}.qf-head-main .qf-search,.qf-head-action__label span,.qf-nav-wrap{display:none}.qf-menu-button{width:48px;height:48px;display:grid;place-items:center;border:1px solid var(--qf-border);border-radius:12px;background:#fff}.qf-menu-button svg{width:22px;height:22px}.qf-mobile-nav{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;display:block;visibility:hidden;opacity:0;background:#070f1c85;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:opacity .2s,visibility .2s}.qf-mobile-nav.is-open{visibility:visible;opacity:1}.qf-mobile-nav__drawer{width:min(430px,92vw);height:100%;overflow-y:auto;margin-left:auto;padding:22px;background:#fff;transform:translate(100%);transition:transform .25s ease}.qf-mobile-nav.is-open .qf-mobile-nav__drawer{transform:translate(0)}.qf-mobile-nav__head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}.qf-mobile-nav__close{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--qf-border);border-radius:11px;background:#fff;font-size:1.4rem}.qf-mobile-nav .qf-search{margin-bottom:19px}.qf-mobile-nav__list{display:grid;gap:7px;margin:0;padding:0;list-style:none}.qf-mobile-nav details{border:1px solid var(--qf-border);border-radius:12px}.qf-mobile-nav summary{display:flex;align-items:center;justify-content:space-between;padding:15px;cursor:pointer;font-weight:850;list-style:none}.qf-mobile-nav summary::-webkit-details-marker{display:none}.qf-mobile-nav summary:after{content:"+";color:var(--qf-blue)}.qf-mobile-nav details[open] summary:after{content:"\2013"}.qf-mobile-nav__sub{display:grid;gap:7px;margin:0;padding:0 15px 15px;list-style:none}.qf-mobile-nav__sub a{display:block;padding:9px 0;color:#4f5d71;font-size:.84rem}.qf-mobile-nav__direct{display:block;padding:15px;border:1px solid var(--qf-border);border-radius:12px;font-weight:850}.qf-mobile-nav__direct--repair{color:#fff;border-color:var(--qf-orange);background:var(--qf-orange)}.qf-notice__inner{grid-template-columns:repeat(2,1fr)}.qf-notice__item:nth-child(2){border-right:0}.qf-notice__item:nth-child(n+3){display:none}.qf-hero{min-height:620px;background-position:62% center}.qf-hero:before{background:linear-gradient(90deg,#060e1bf5,#060e1bc9 55%,#060e1b52)}.qf-category-grid,.qf-grid--4,.qf-grid--6{grid-template-columns:repeat(2,1fr)}.qf-condition-grid{grid-template-columns:1fr}.qf-condition-card{min-height:210px}.qf-split{grid-template-columns:1fr}.qf-split__media{min-height:390px}.qf-b2b-strip__inner{grid-template-columns:1fr}.qf-step-grid,.qf-service-grid{grid-template-columns:repeat(2,1fr)}.qf-form-wrap{grid-template-columns:1fr}.qf-form-intro{position:static}.qf-catalog-hero__inner,.qf-product-layout{grid-template-columns:1fr}.qf-product-media{position:static}.qf-cart-layout{grid-template-columns:1fr}.qf-cart-summary{position:static}.qf-footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){:root{--qf-page: calc(100vw - 24px) ;--qf-radius: 15px}.qf-section{padding:54px 0}.qf-section--compact{padding:40px 0}.qf-topbar__inner{min-height:30px;justify-content:center}.qf-topbar__group>*:not(.qf-topbar__badge){display:none}.qf-head-main__inner{grid-template-columns:auto 1fr auto;gap:8px}.qf-logo__mark{width:38px;height:38px}.qf-logo__word strong{font-size:1.18rem}.qf-head-action--account{display:none}.qf-head-action,.qf-menu-button{width:43px;min-width:43px;height:43px}.qf-notice__inner{grid-template-columns:1fr}.qf-notice__item{min-height:34px;border:0}.qf-notice__item:nth-child(n+2){display:none}.qf-hero{min-height:640px;background-position:67% center}.qf-hero:before{background:linear-gradient(90deg,#060e1bf7,#060e1bdb 68%,#060e1b7a)}.qf-hero__inner{padding:56px 0 72px}.qf-display{font-size:clamp(2.45rem,13vw,4rem)}.qf-h1{font-size:clamp(2.15rem,11vw,3.2rem)}.qf-actions{display:grid;grid-template-columns:1fr}.qf-actions .qf-btn{width:100%}.qf-hero-search .qf-search__button{padding-inline:13px;font-size:.78rem}.qf-quick-terms{display:none}.qf-hero-proof{display:grid;grid-template-columns:1fr 1fr;gap:10px}.qf-journey{margin-top:-24px}.qf-journey__panel{padding:16px}.qf-journey-grid{grid-template-columns:repeat(2,1fr)}.qf-journey-card{min-height:105px;padding:13px}.qf-section-head{display:grid;align-items:start;margin-bottom:28px}.qf-category-grid{grid-template-columns:1fr}.qf-category-card{min-height:220px}.qf-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.qf-product-card__media{padding:11px}.qf-product-card__body{padding:13px}.qf-product-card__meta{font-size:.59rem}.qf-product-card__title{font-size:.84rem}.qf-product-card__price strong{font-size:.92rem}.qf-product-card__price small,.qf-product-card__arrow{display:none}.qf-image-band{min-height:600px;background-position:64% center}.qf-image-band:before{background:linear-gradient(90deg,#070f1cf2,#070f1cc7 73%,#070f1c66)}.qf-image-band--light:before,.qf-page-hero--light:before{background:linear-gradient(90deg,#f8fafcfa,#f8fafceb 70%,#f8fafc80)}.qf-split__media{min-height:280px}.qf-split__content{padding:32px 22px}.qf-b2b-strip{padding:30px 22px}.qf-b2b-points,.qf-step-grid,.qf-service-grid,.qf-form-grid{grid-template-columns:1fr}.qf-field--full{grid-column:auto}.qf-contact-grid{grid-template-columns:1fr}.qf-catalog-tools__inner{align-items:flex-start;flex-direction:column}.qf-filter-chips{width:100%}.qf-sort{width:100%;justify-content:space-between}.qf-search-result{grid-template-columns:70px 1fr;gap:13px}.qf-search-result__media{width:70px;height:64px}.qf-search-result>.qf-btn{display:none}.qf-product-page{padding-top:30px}.qf-product-media__main{padding:18px}.qf-product-form__row{grid-template-columns:90px 1fr}.qf-assurance{grid-template-columns:1fr}.qf-cart-item{grid-template-columns:78px 1fr;gap:13px}.qf-cart-item__media{width:78px;height:72px}.qf-cart-item__price{grid-column:2}.qf-footer-news__inner{grid-template-columns:1fr;gap:24px}.qf-newsletter{flex-direction:column;border:0;background:transparent;gap:9px}.qf-newsletter input{min-height:50px;border:1px solid #34445b;border-radius:11px;background:#111b2c}.qf-newsletter button{min-height:50px;border-radius:11px}.qf-footer-grid{grid-template-columns:1fr;gap:35px}.qf-footer-bottom{align-items:flex-start;flex-direction:column;padding:20px 0}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/quickfix-pro.css.map */
