Ролик отделения бумаги HP LJ M402, RM2-5397 Makkon (ZMNC-RM2-5397-PICK)
- Информация по Makkon ZMNC-RM2-5397-PICK
- Производитель: Makkon
- Страна-производитель: Китай
- Гарантия: 12 мес.
- Модель: HP LJ M402, RM2-5397
- Код производителя: ZMNC-RM2-5397-PICK
- Вес: 0.028 кг.
- Габариты: 8x5x2 см.
Описание Makkon HP LJ M402, RM2-5397
:root { --ds-main-font: 'Roboto', sans-serif; } .scc-ai-chat-widget { position: fixed; right: 24px; bottom: 24px; z-index: 99999; font-family: inherit; } .scc-ai-fab { position: relative; width: 64px; height: 64px; border: 0; border-radius: 22px; background: linear-gradient(135deg, #00aff4 0%, #22c7ff 100%); color: #fff; cursor: pointer; box-shadow: 0 18px 42px rgba(0, 175, 244, .30), 0 8px 18px rgba(15, 23, 42, .16); display: flex; align-items: center; justify-content: flex-end; gap: 10px; padding: 0 13px; overflow: hidden; transition: transform .28s ease, box-shadow .28s ease, border-radius .28s ease, opacity .2s ease; animation: sccAiFloat 3.2s ease-in-out infinite; } .scc-ai-fab-glow { position: absolute; inset: -8px; border-radius: 30px; background: linear-gradient(135deg, rgba(37,99,235,.35), rgba(124,58,237,.22), rgba(6,182,212,.3)); opacity: .75; animation: sccAiPulse 2.2s ease-in-out infinite; z-index: -1; } .scc-ai-fab-icon { display: flex; position: relative; z-index: 1; flex: 0 0 38px; justify-content: center; } .scc-ai-fab-label { position: relative; z-index: 1; color: #fff; font-size: 13px; line-height: 1; font-weight: 800; letter-spacing: .04em; white-space: nowrap; opacity: 0; max-width: 0; transform: translateX(8px); transition: opacity .28s ease, max-width .42s cubic-bezier(.2,.8,.2,1), transform .42s cubic-bezier(.2,.8,.2,1); } .scc-ai-panel { overscroll-behavior: contain; position: absolute; right: 0; bottom: 84px; width: 408px; max-width: calc(100vw - 32px); height: 620px; max-height: calc(100vh - 120px); background: rgba(255, 255, 255, .96); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); border: 1px solid rgba(226, 232, 240, .95); border-radius: 24px; box-shadow: 0 28px 80px rgba(15, 23, 42, .24); overflow: hidden; display: flex; flex-direction: column; opacity: 0; transform: translateY(22px) scale(.96); pointer-events: none; transition: opacity .28s ease, transform .28s ease; } .scc-ai-chat-widget.scc-ai-open .scc-ai-panel { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; } .scc-ai-panel-header { min-height: 76px; padding: 17px 18px; background: radial-gradient(circle at 20% 0%, rgba(255,255,255,.34), transparent 28%), linear-gradient(135deg, #007fbd 0%, #00aff4 100%); color: #fff; display: flex; align-items: center; gap: 12px; } .scc-ai-bot-avatar { width: 44px; height: 44px; border-radius: 16px; background: rgba(255,255,255,.16); display: flex; align-items: center; justify-content: center; color: #fff; box-shadow: inset 0 0 0 1px rgba(255,255,255,.2); } .scc-ai-title-wrap { min-width: 0; flex: 1; } .scc-ai-title { font-size: 16px; font-weight: 800; line-height: 1.2; } .scc-ai-subtitle { margin-top: 4px; font-size: 12px; opacity: .86; display: flex; align-items: center; gap: 6px; } .scc-ai-subtitle span { width: 8px; height: 8px; border-radius: 99px; background: #22c55e; box-shadow: 0 0 0 5px rgba(34, 197, 94, .16); } .scc-ai-close { width: 36px; height: 36px; border: 0; border-radius: 12px; background: rgba(255,255,255,.12); color: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background .2s ease, transform .2s ease; } .scc-ai-close:hover { background: rgba(255,255,255,.2); transform: rotate(3deg); } .scc-ai-messages { overscroll-behavior: contain; flex: 1; padding: 18px; overflow-y: auto; background: radial-gradient(circle at 12% 0%, rgba(37, 99, 235, .09), transparent 24%), linear-gradient(180deg, #f8fafc 0%, #fff 100%); scroll-behavior: smooth; } .scc-ai-message { display: flex; gap: 9px; margin-bottom: 12px; animation: sccAiMsgIn .24s ease both; } .scc-ai-message-user { justify-content: flex-end; } .scc-ai-message-user .scc-ai-bubble { background: linear-gradient(135deg, #00aff4, #22c7ff); color: #fff; border-radius: 18px 18px 5px 18px; box-shadow: 0 10px 22px rgba(37, 99, 235, .22); } .scc-ai-message-bot .scc-ai-bubble { background: #fff; color: #0f172a; border: 1px solid #e5e7eb; border-radius: 18px 18px 18px 5px; box-shadow: 0 10px 24px rgba(15, 23, 42, .06); } .scc-ai-msg-avatar { width: 28px; height: 28px; flex: 0 0 28px; border-radius: 11px; background: linear-gradient(135deg, #00aff4, #22c7ff); color: #fff; display: flex; align-items: center; justify-content: center; margin-top: 2px; } .scc-ai-message-user .scc-ai-msg-avatar { display: none; } .scc-ai-bubble { max-width: 82%; padding: 11px 13px; font-size: 14px; line-height: 1.45; white-space: pre-line; word-break: break-word; } .scc-ai-bubble a { color: inherit; text-decoration: underline; text-underline-offset: 2px; } .scc-ai-quick { display: flex; flex-wrap: wrap; gap: 8px; margin: 4px 0 12px 37px; } .scc-ai-quick button { border: 1px solid rgba(0, 175, 244, .16); background: rgba(0, 175, 244, .09); color: #00aff4; border-radius: 999px; padding: 8px 11px; font-size: 12px; cursor: pointer; transition: background .2s ease, transform .2s ease, border-color .2s ease; } .scc-ai-quick button:hover { background: rgba(0, 175, 244, .16); border-color: rgba(0, 175, 244, .28); transform: translateY(-1px); } .scc-ai-typing { padding: 9px 18px; background: #fff; border-top: 1px solid #eef2f7; font-size: 12px; color: #64748b; align-items: center; gap: 6px; } .scc-ai-typing:not([hidden]) { display: flex; } .scc-ai-dots { display: inline-flex; gap: 3px; align-items: center; } .scc-ai-dots i { width: 5px; height: 5px; border-radius: 50%; background: #00aff4; display: block; animation: sccAiDot 1s ease-in-out infinite; } .scc-ai-dots i:nth-child(2) { animation-delay: .16s; } .scc-ai-dots i:nth-child(3) { animation-delay: .32s; } .scc-ai-form { display: flex; gap: 10px; padding: 14px; border-top: 1px solid #eef2f7; background: rgba(255,255,255,.96); } .scc-ai-input { flex: 1; min-height: 46px; max-height: 100px; resize: none; border: 1px solid #dbe3ef; border-radius: 16px; padding: 12px 13px; font-size: 14px; line-height: 1.35; outline: none; transition: border-color .2s ease, box-shadow .2s ease; } .scc-ai-input:focus { border-color: #00aff4; box-shadow: 0 0 0 4px rgba(59, 130, 246, .12); } .scc-ai-send { width: 48px; height: 48px; flex: 0 0 48px; border: 0; border-radius: 17px; color: #fff; background: linear-gradient(135deg, #00aff4, #22c7ff); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: transform .2s ease, opacity .2s ease; box-shadow: 0 12px 22px rgba(37, 99, 235, .24); } .scc-ai-send:hover { transform: translateY(-1px); } .scc-ai-send:disabled { opacity: .55; cursor: not-allowed; transform: none; } body.scc-ai-lock { overflow: hidden !important; touch-action: none; position: fixed; width: 100%; left: 0; right: 0; } .scc-ai-robot-svg { display: block; filter: drop-shadow(0 6px 12px rgba(0, 105, 155, .16)); } .scc-ai-fab .scc-ai-fab-label { animation: sccAiLabelReveal 6.5s ease-in-out infinite; } @keyframes sccAiLabelReveal { 0%, 16%, 72%, 100% { opacity: 0; max-width: 0; transform: translateX(8px); } 24%, 58% { opacity: 1; max-width: 130px; transform: translateX(0); } } @keyframes sccAiFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } } @keyframes sccAiPulse { 0%, 100% { transform: scale(.92); opacity: .55; } 50% { transform: scale(1.1); opacity: .9; } } @keyframes sccAiDot { 0%, 80%, 100% { transform: translateY(0); opacity: .35; } 40% { transform: translateY(-4px); opacity: 1; } } @keyframes sccAiMsgIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } } @media (max-width: 767px) { .scc-ai-chat-widget { right: 16px; bottom: 16px; } .scc-ai-fab { width: 60px; height: 60px; border-radius: 21px; padding: 0 11px; animation: sccAiFloat 3.2s ease-in-out infinite; } .scc-ai-fab-label { display: none; } .scc-ai-panel { position: fixed; inset: 0; width: 100vw; max-width: 100vw; height: 100vh; height: 100dvh; max-height: 100vh; border-radius: 0; border: 0; bottom: auto; right: auto; transform: translateY(100%); } .scc-ai-chat-widget.scc-ai-open .scc-ai-panel { transform: translateY(0); } /* SCC AI CHAT: keep robot icon centered while label expands */ .scc-ai-fab { padding: 0 !important; justify-content: center !important; } .scc-ai-fab-icon { position: absolute !important; right: 13px !important; top: 50% !important; width: 38px !important; height: 38px !important; flex: 0 0 38px !important; transform: translateY(-50%) !important; display: flex !important; align-items: center !important; justify-content: center !important; } .scc-ai-fab-label { position: absolute !important; right: 64px !important; top: 50% !important; width: 112px !important; max-width: none !important; text-align: left !important; transform: translateY(-50%) translateX(8px) !important; pointer-events: none !important; } .scc-ai-fab .scc-ai-fab-label { animation: sccAiLabelRevealCenter 6.5s ease-in-out infinite !important; } @keyframes sccAiLabelRevealCenter { 0%, 16%, 72%, 100% { opacity: 0; transform: translateY(-50%) translateX(8px); } 24%, 58% { opacity: 1; transform: translateY(-50%) translateX(0); } } @media (max-width: 767px) { .scc-ai-fab-icon { right: 11px !important; } .scc-ai-fab-label { display: none !important; } } .scc-ai-header-robot-svg { display: block; filter: drop-shadow(0 4px 8px rgba(0, 80, 130, .16)); } .scc-ai-bot-avatar, .scc-ai-fab-icon, .scc-ai-toggle-icon, .scc-ai-launcher-icon { display: flex; align-items: center; justify-content: center; } .scc-ai-bot-avatar svg, .scc-ai-fab-icon svg, .scc-ai-toggle-icon svg, .scc-ai-launcher-icon svg, .scc-ai-unified-chat-icon { display: block; flex: 0 0 auto; max-width: 100%; max-height: 100%; } /* SCC AI CHAT: stable launcher label without hover jump */ .scc-ai-fab { width: 64px !important; height: 64px !important; padding: 0 !important; overflow: visible !important; justify-content: center !important; border-radius: 22px !important; animation: sccAiFloat 3.2s ease-in-out infinite !important; } .scc-ai-fab:hover { width: 64px !important; transform: translateY(-3px) scale(1.01); box-shadow: 0 22px 50px rgba(0, 175, 244, .38), 0 10px 22px rgba(15, 23, 42, .18); } .scc-ai-chat-widget.scc-ai-open .scc-ai-fab { width: 64px !important; opacity: .92; animation: sccAiFloat 3.2s ease-in-out infinite !important; } .scc-ai-fab-icon { position: absolute !important; right: 13px !important; top: 50% !important; width: 38px !important; height: 38px !important; flex: 0 0 38px !important; transform: translateY(-50%) !important; display: flex !important; align-items: center !important; justify-content: center !important; } .scc-ai-fab-label { position: absolute !important; right: 74px !important; top: 50% !important; width: auto !important; max-width: none !important; height: 38px !important; padding: 0 14px !important; display: flex !important; align-items: center !important; justify-content: center !important; border-radius: 14px !important; background: linear-gradient(135deg, #00aff4 0%, #22c7ff 100%) !important; color: #fff !important; box-shadow: 0 12px 28px rgba(0, 175, 244, .28), 0 6px 14px rgba(15, 23, 42, .12) !important; font-size: 13px !important; line-height: 1 !important; font-weight: 800 !important; letter-spacing: .04em !important; white-space: nowrap !important; pointer-events: none !important; transform: translateY(-50%) translateX(8px); opacity: 0; animation: sccAiLabelPillStable 6.5s ease-in-out infinite !important; } .scc-ai-fab:hover .scc-ai-fab-label, .scc-ai-chat-widget.scc-ai-open .scc-ai-fab-label { transform: translateY(-50%) translateX(8px); animation: sccAiLabelPillStable 6.5s ease-in-out infinite !important; } @keyframes sccAiLabelPillStable { 0%, 16%, 72%, 100% { opacity: 0; transform: translateY(-50%) translateX(8px); } 24%, 58% { opacity: 1; transform: translateY(-50%) translateX(0); } } @media (max-width: 767px) { .scc-ai-fab { width: 60px !important; height: 60px !important; overflow: visible !important; } .scc-ai-fab-icon { right: 11px !important; } .scc-ai-fab-label { display: none !important; } } /* SCC AI CHAT: final launcher icon only */ .scc-ai-fab-label { display: none !important; } .scc-ai-fab { width: 64px !important; height: 64px !important; min-width: 64px !important; max-width: 64px !important; padding: 0 !important; overflow: visible !important; justify-content: center !important; border-radius: 22px !important; animation: sccAiFloat 3.2s ease-in-out infinite !important; } .scc-ai-fab:hover { width: 64px !important; min-width: 64px !important; max-width: 64px !important; transform: translateY(-3px) scale(1.03); } .scc-ai-chat-widget.scc-ai-open .scc-ai-fab { width: 64px !important; min-width: 64px !important; max-width: 64px !important; opacity: .92; } .scc-ai-fab-icon { position: absolute !important; right: 13px !important; top: 50% !important; width: 38px !important; height: 38px !important; transform: translateY(-50%) !important; display: flex !important; align-items: center !important; justify-content: center !important; } .scc-ai-fab-icon svg { width: 28px !important; height: 28px !important; display: block !important; } @media (max-width: 767px) { .scc-ai-fab { width: 60px !important; height: 60px !important; min-width: 60px !important; max-width: 60px !important; } .scc-ai-fab:hover, .scc-ai-chat-widget.scc-ai-open .scc-ai-fab { width: 60px !important; min-width: 60px !important; max-width: 60px !important; } .scc-ai-fab-icon { right: 11px !important; } .scc-ai-fab-icon svg { width: 28px !important; height: 28px !important; } } /* SCC AI CHAT: hard fixed launcher size, no expand */ .scc-ai-fab-label { display: none !important; width: 0 !important; max-width: 0 !important; opacity: 0 !important; visibility: hidden !important; } .scc-ai-fab, .scc-ai-fab:hover, .scc-ai-chat-widget.scc-ai-open .scc-ai-fab, .scc-ai-chat-widget.scc-ai-open .scc-ai-fab:hover { width: 64px !important; min-width: 64px !important; max-width: 64px !important; height: 64px !important; min-height: 64px !important; max-height: 64px !important; padding: 0 !important; overflow: visible !important; justify-content: center !important; border-radius: 22px !important; transition: transform .28s ease, box-shadow .28s ease, opacity .2s ease !important; animation: sccAiFloat 3.2s ease-in-out infinite !important; } .scc-ai-fab:hover { transform: translateY(-3px) scale(1.03) !important; } .scc-ai-fab-icon { position: absolute !important; left: 50% !important; right: auto !important; top: 50% !important; width: 38px !important; height: 38px !important; transform: translate(-50%, -50%) !important; display: flex !important; align-items: center !important; justify-content: center !important; } .scc-ai-fab-icon svg { width: 28px !important; height: 28px !important; display: block !important; } @media (max-width: 767px) { .scc-ai-fab, .scc-ai-fab:hover, .scc-ai-chat-widget.scc-ai-open .scc-ai-fab, .scc-ai-chat-widget.scc-ai-open .scc-ai-fab:hover { width: 60px !important; min-width: 60px !important; max-width: 60px !important; height: 60px !important; min-height: 60px !important; max-height: 60px !important; } .scc-ai-fab-icon svg { width: 28px !important; height: 28px !important; } } /* SCC AI CHAT: launcher icon only, fixed size, CSS only */ .scc-ai-fab-label { display: none !important; } .scc-ai-fab, .scc-ai-fab:hover, .scc-ai-chat-widget.scc-ai-open .scc-ai-fab, .scc-ai-chat-widget.scc-ai-open .scc-ai-fab:hover { width: 64px !important; min-width: 64px !important; max-width: 64px !important; height: 64px !important; min-height: 64px !important; max-height: 64px !important; padding: 0 !important; gap: 0 !important; justify-content: center !important; overflow: visible !important; box-sizing: border-box !important; animation: sccAiFloat 3.2s ease-in-out infinite !important; transition: transform .28s ease, box-shadow .28s ease, opacity .2s ease !important; } .scc-ai-fab:hover { transform: translateY(-3px) scale(1.03) !important; } .scc-ai-fab-icon { position: absolute !important; left: 50% !important; right: auto !important; top: 50% !important; width: 40px !important; height: 40px !important; transform: translate(-50%, -50%) !important; display: flex !important; align-items: center !important; justify-content: center !important; flex: 0 0 40px !important; } .scc-ai-fab-icon svg { width: 28px !important; height: 28px !important; display: block !important; } @media (max-width: 767px) { .scc-ai-fab, .scc-ai-fab:hover, .scc-ai-chat-widget.scc-ai-open .scc-ai-fab, .scc-ai-chat-widget.scc-ai-open .scc-ai-fab:hover { width: 60px !important; min-width: 60px !important; max-width: 60px !important; height: 60px !important; min-height: 60px !important; max-height: 60px !important; } .scc-ai-fab-icon svg { width: 28px !important; height: 28px !important; } } } /* SCC AI CHAT: disclaimer inside form, one line */ .scc-ai-form { display: flex !important; flex-direction: column !important; gap: 7px !important; padding: 14px 16px 10px !important; flex: 0 0 auto !important; } .scc-ai-input-row { display: flex !important; align-items: center !important; gap: 12px !important; width: 100% !important; } .scc-ai-input-row .scc-ai-input { flex: 1 1 auto !important; min-width: 0 !important; } .scc-ai-input-row .scc-ai-send { flex: 0 0 auto !important; } .scc-ai-disclaimer { display: block !important; width: 100% !important; margin: 0 !important; padding: 0 4px !important; font-size: 10.5px !important; line-height: 1.2 !important; font-weight: 400 !important; color: #98a2b3 !important; text-align: center !important; white-space: nowrap !important; overflow: hidden !important; text-overflow: ellipsis !important; opacity: .9 !important; } @media (max-width: 767px) { .scc-ai-form { padding: 12px 12px 9px !important; gap: 6px !important; } .scc-ai-input-row { gap: 10px !important; } .scc-ai-disclaimer { font-size: 10px !important; } } /* SCC AI CHAT: rich bot message formatting */ .scc-ai-bubble p.scc-ai-p { margin: 0 0 14px !important; } .scc-ai-bubble p.scc-ai-p:last-child { margin-bottom: 0 !important; } .scc-ai-rich-list { margin: 10px 0 16px !important; padding: 0 !important; list-style: none !important; display: grid !important; gap: 8px !important; } .scc-ai-rich-list:last-child { margin-bottom: 0 !important; } .scc-ai-rich-list li { position: relative !important; padding: 9px 12px 9px 34px !important; border-radius: 14px !important; background: #f4f8fb !important; color: #111827 !important; line-height: 1.35 !important; } .scc-ai-rich-list li:before { content: "" !important; position: absolute !important; left: 14px !important; top: 17px !important; width: 6px !important; height: 6px !important; border-radius: 50% !important; background: #00aff4 !important; box-shadow: 0 0 0 4px rgba(0, 175, 244, .12) !important; } .scc-ai-note { margin: 14px 0 0 !important; padding: 13px 14px !important; border-radius: 16px !important; line-height: 1.45 !important; } .scc-ai-note:first-child { margin-top: 0 !important; } .scc-ai-note-title { display: block !important; margin: 0 0 6px !important; font-size: 13px !important; line-height: 1.2 !important; font-weight: 700 !important; } .scc-ai-note-warning { background: #fff8ea !important; border: 1px solid #ffe1a6 !important; color: #1f2937 !important; } .scc-ai-note-warning .scc-ai-note-title { color: #b45309 !important; } .scc-ai-note-info { background: #eef9ff !important; border: 1px solid #bdeeff !important; color: #1f2937 !important; } .scc-ai-note-info .scc-ai-note-title { color: #0284c7 !important; } .scc-ai-note p { margin: 0 !important; } .scc-ai-bubble a { color: #0f75bd !important; text-decoration: underline !important; text-underline-offset: 3px !important; word-break: break-word !important; } @media (max-width: 767px) { .scc-ai-rich-list { gap: 7px !important; margin: 9px 0 14px !important; } .scc-ai-rich-list li { padding: 8px 10px 8px 30px !important; border-radius: 13px !important; } .scc-ai-rich-list li:before { left: 12px !important; top: 16px !important; } .scc-ai-note { padding: 12px 13px !important; border-radius: 15px !important; } } /* SCC AI CHAT: soft rich message style, no cards */ .scc-ai-bubble p.scc-ai-p { margin: 0 0 13px !important; } .scc-ai-bubble p.scc-ai-p:last-child { margin-bottom: 0 !important; } .scc-ai-soft-note { padding: 0 !important; margin: 13px 0 0 !important; background: transparent !important; border: 0 !important; color: inherit !important; } .scc-ai-note, .scc-ai-note-warning, .scc-ai-note-info { padding: 0 !important; margin: 13px 0 0 !important; background: transparent !important; border: 0 !important; border-radius: 0 !important; color: inherit !important; } .scc-ai-note-title { display: none !important; } .scc-ai-rich-list { margin: 8px 0 14px !important; padding: 0 !important; list-style: none !important; display: block !important; } .scc-ai-rich-list:last-child { margin-bottom: 0 !important; } .scc-ai-rich-list li { position: relative !important; padding: 2px 0 2px 20px !important; margin: 0 0 5px !important; border-radius: 0 !important; background: transparent !important; border: 0 !important; color: inherit !important; line-height: 1.45 !important; } .scc-ai-rich-list li:last-child { margin-bottom: 0 !important; } .scc-ai-rich-list li:before { content: "" !important; position: absolute !important; left: 3px !important; top: .82em !important; width: 6px !important; height: 6px !important; border-radius: 50% !important; background: #00aff4 !important; box-shadow: none !important; } .scc-ai-bubble a { color: #0f75bd !important; text-decoration: underline !important; text-underline-offset: 3px !important; word-break: break-word !important; } /* SCC AI CHAT: soft rich messages, no cards */ .scc-ai-note-title { display: none !important; } .scc-ai-note, .scc-ai-note-warning, .scc-ai-note-info { margin: 0 0 14px !important; padding: 0 !important; background: transparent !important; border: 0 !important; border-radius: 0 !important; color: inherit !important; } .scc-ai-note:last-child { margin-bottom: 0 !important; } .scc-ai-note p { margin: 0 !important; } .scc-ai-rich-list { margin: 8px 0 14px !important; padding: 0 !important; list-style: none !important; display: grid !important; gap: 5px !important; } .scc-ai-rich-list:last-child { margin-bottom: 0 !important; } .scc-ai-rich-list li { position: relative !important; padding: 2px 0 2px 20px !important; background: transparent !important; border: 0 !important; border-radius: 0 !important; color: inherit !important; line-height: inherit !important; } .scc-ai-rich-list li:before { content: "" !important; position: absolute !important; left: 4px !important; top: .72em !important; width: 5px !important; height: 5px !important; border-radius: 50% !important; background: #00aff4 !important; box-shadow: none !important; } .scc-ai-bubble p.scc-ai-p { margin: 0 0 14px !important; } .scc-ai-bubble p.scc-ai-p:last-child { margin-bottom: 0 !important; } .scc-ai-bubble a { color: #0f75bd !important; text-decoration: underline !important; text-underline-offset: 3px !important; word-break: break-word !important; } @media (max-width: 767px) { .scc-ai-rich-list { gap: 4px !important; margin: 7px 0 13px !important; } .scc-ai-rich-list li { padding-left: 18px !important; } .scc-ai-rich-list li:before { left: 3px !important; } } /* SCC AI PRODUCT CARD PRESENTATION ONLY */ .scc-ai-product-card-mini-2026 { margin-top: 12px; display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 10px; align-items: center; padding: 10px; border: 1px solid #e8edf3; border-radius: 12px; background: #fff; box-shadow: 0 6px 18px rgba(15, 23, 42, .05); } .scc-ai-product-card-mini-2026 * { box-sizing: border-box; } .scc-ai-product-card-mini-2026 a { text-decoration: none !important; } .scc-ai-product-card-mini-img-2026 { width: 52px; height: 52px; border-radius: 8px; border: 1px solid #eef2f7; background: #f8fafc; object-fit: contain; display: block; } .scc-ai-product-card-mini-body-2026 { min-width: 0; } .scc-ai-product-card-mini-title-2026 { display: block; margin-bottom: 6px; color: #111827 !important; font-size: 13px; line-height: 1.25; font-weight: 500; text-decoration: none !important; border-bottom: 0 !important; } .scc-ai-product-card-mini-title-2026:hover { color: #00aff4 !important; text-decoration: none !important; } .scc-ai-product-card-mini-row-2026 { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; margin-bottom: 8px; } .scc-ai-product-card-mini-price-2026 { color: #111827; font-size: 13px; line-height: 1; font-weight: 700; white-space: nowrap; } .scc-ai-product-card-mini-stock-2026 { color: #16a34a; font-size: 12px; line-height: 1; font-weight: 500; white-space: nowrap; } .scc-ai-product-card-mini-stock-2026.is-out { color: #dc2626; } .scc-ai-product-card-mini-btn-2026 { display: inline-flex; align-items: center; justify-content: center; min-height: 30px; padding: 0 12px; border-radius: 2px; border: 1px solid #00aff4; background: #fff; color: #00aff4 !important; font-size: 13px; font-weight: 400; line-height: 1; text-decoration: none !important; box-shadow: none; } .scc-ai-product-card-mini-btn-2026:hover { background: #f3fbff; color: #009fdf !important; border-color: #00aff4; text-decoration: none !important; } .scc-ai-product-card-mini-loading-2026 { margin-top: 10px; padding: 9px 10px; border: 1px solid #eef2f7; border-radius: 10px; background: #f8fafc; color: #64748b; font-size: 12px; } @media (max-width: 767px) { .scc-ai-product-card-mini-2026 { grid-template-columns: 48px minmax(0, 1fr); padding: 10px; } .scc-ai-product-card-mini-img-2026 { width: 48px; height: 48px; } } /* SCC AI FAB MAKKON PILL STYLE 2026 */ .scc-ai-fab { width: auto !important; height: auto !important; min-width: 0 !important; min-height: 44px !important; padding: 8px 15px 8px 10px !important; border-radius: 999px !important; border: 1px solid rgba(255,255,255,.14) !important; background: linear-gradient(135deg, #061733 0%, #082a5c 52%, #0b3979 100%) !important; color: #fff !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; gap: 8px !important; overflow: visible !important; box-shadow: 0 12px 28px rgba(5, 24, 58, .32), 0 0 0 0 rgba(8, 42, 92, .35) !important; transform: translateZ(0); transition: transform .22s ease, box-shadow .22s ease, background .22s ease !important; animation: sccAiFabBreath2026 2.8s ease-in-out infinite; } .scc-ai-fab:hover { transform: translateY(-2px) scale(1.02) !important; background: linear-gradient(135deg, #08204a 0%, #0b3470 52%, #0f4593 100%) !important; box-shadow: 0 16px 34px rgba(5, 24, 58, .38), 0 0 0 6px rgba(11, 57, 121, .10) !important; } .scc-ai-fab:active { transform: translateY(0) scale(.98) !important; } .scc-ai-fab-glow { inset: -5px !important; border-radius: 999px !important; background: rgba(0, 175, 244, .16) !important; filter: blur(9px) !important; opacity: .75 !important; animation: sccAiFabGlow2026 2.4s ease-in-out infinite !important; } .scc-ai-fab-icon { width: 28px !important; height: 28px !important; min-width: 28px !important; border-radius: 50% !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; background: rgba(255,255,255,.14) !important; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12) !important; } .scc-ai-fab-icon svg { width: 18px !important; height: 18px !important; display: block !important; } .scc-ai-fab-label { position: relative; z-index: 2; color: #fff !important; font-size: 14px !important; line-height: 1 !important; font-weight: 600 !important; letter-spacing: .1px !important; white-space: nowrap !important; } .scc-ai-fab-dot { position: relative; z-index: 2; width: 7px; height: 7px; min-width: 7px; border-radius: 50%; background: #20e070; box-shadow: 0 0 0 4px rgba(32, 224, 112, .14), 0 0 12px rgba(32, 224, 112, .65); animation: sccAiFabDot2026 1.8s ease-in-out infinite; } .scc-ai-chat-widget.scc-ai-open .scc-ai-fab { animation: none !important; transform: scale(.96) !important; opacity: .92 !important; } @keyframes sccAiFabBreath2026 { 0%, 100% { box-shadow: 0 12px 28px rgba(5, 24, 58, .32), 0 0 0 0 rgba(8, 42, 92, .26); } 50% { box-shadow: 0 14px 32px rgba(5, 24, 58, .38), 0 0 0 7px rgba(8, 42, 92, .10); } } @keyframes sccAiFabGlow2026 { 0%, 100% { opacity: .45; transform: scale(.98); } 50% { opacity: .9; transform: scale(1.06); } } @keyframes sccAiFabDot2026 { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(.72); opacity: .72; } } @media (max-width: 767px) { .scc-ai-fab { min-height: 42px !important; padding: 8px 13px 8px 10px !important; gap: 7px !important; } .scc-ai-fab-icon { width: 26px !important; height: 26px !important; min-width: 26px !important; } .scc-ai-fab-icon svg { width: 17px !important; height: 17px !important; } .scc-ai-fab-label { font-size: 13px !important; } .scc-ai-fab-dot { width: 6px; height: 6px; min-width: 6px; } } /* SCC AI FAB TEXT FIX 2026 */ .scc-ai-fab { width: auto !important; min-width: 0 !important; height: auto !important; min-height: 42px !important; padding: 8px 18px 8px 14px !important; border-radius: 999px !important; gap: 9px !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; } .scc-ai-fab-icon { width: 22px !important; height: 22px !important; min-width: 22px !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; } .scc-ai-fab-icon svg { width: 22px !important; height: 22px !important; } .scc-ai-fab-label { display: inline-flex !important; align-items: center !important; position: relative !important; z-index: 3 !important; opacity: 1 !important; visibility: visible !important; color: #fff !important; font-size: 17px !important; line-height: 1 !important; font-weight: 400 !important; letter-spacing: 0 !important; white-space: nowrap !important; } .scc-ai-fab-dot { display: none !important; } @media (max-width: 767px) { .scc-ai-fab { min-height: 40px !important; padding: 8px 16px 8px 13px !important; gap: 8px !important; } .scc-ai-fab-label { font-size: 16px !important; } .scc-ai-fab-icon, .scc-ai-fab-icon svg { width: 21px !important; height: 21px !important; min-width: 21px !important; } } /* FORCE MAKKON AI BUTTON TEXT */ #scc-ai-chat-widget .scc-ai-fab{ width: auto !important; height: auto !important; min-width: 128px !important; min-height: 42px !important; padding: 8px 18px 8px 14px !important; border-radius: 999px !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; gap: 9px !important; overflow: visible !important; white-space: nowrap !important; } #scc-ai-chat-widget .scc-ai-fab-icon{ background: transparent !important; box-shadow: none !important; width: 22px !important; height: 22px !important; min-width: 22px !important; display: inline-flex !important; } #scc-ai-chat-widget .scc-ai-fab-icon svg{ width: 22px !important; height: 22px !important; } #scc-ai-chat-widget .scc-ai-fab-label{ display: inline-flex !important; opacity: 1 !important; visibility: visible !important; position: relative !important; z-index: 999 !important; color: #fff !important; font-size: 17px !important; font-weight: 400 !important; line-height: 1 !important; white-space: nowrap !important; text-indent: 0 !important; transform: none !important; max-width: none !important; } #scc-ai-chat-widget .scc-ai-fab-dot{ display: none !important; } /* FINAL MAKKON AI BUTTON SPACING + MOTION */ #scc-ai-chat-widget .scc-ai-fab{ min-width: 0 !important; min-height: 42px !important; padding: 8px 15px 8px 10px !important; gap: 5px !important; animation: sccAiFabFloatFinal2026 3s ease-in-out infinite !important; } #scc-ai-chat-widget .scc-ai-fab-icon{ margin: 0 !important; width: 22px !important; height: 22px !important; min-width: 22px !important; animation: sccAiFabIconMoveFinal2026 2.6s ease-in-out infinite !important; } #scc-ai-chat-widget .scc-ai-fab-label{ margin-left: 2px !important; font-size: 17px !important; font-weight: 400 !important; } #scc-ai-chat-widget .scc-ai-fab:hover{ transform: translateY(-2px) scale(1.03) !important; } #scc-ai-chat-widget .scc-ai-fab:active{ transform: translateY(0) scale(.98) !important; } #scc-ai-chat-widget .scc-ai-fab-glow{ animation: sccAiFabGlowFinal2026 2.2s ease-in-out infinite !important; } @keyframes sccAiFabFloatFinal2026{ 0%, 100%{ transform: translateY(0); box-shadow: 0 12px 28px rgba(5, 24, 58, .32), 0 0 0 0 rgba(8, 42, 92, .22); } 50%{ transform: translateY(-3px); box-shadow: 0 17px 34px rgba(5, 24, 58, .40), 0 0 0 7px rgba(8, 42, 92, .10); } } @keyframes sccAiFabIconMoveFinal2026{ 0%, 100%{ transform: rotate(0deg) scale(1); } 40%{ transform: rotate(-5deg) scale(1.06); } 70%{ transform: rotate(4deg) scale(1.02); } } @keyframes sccAiFabGlowFinal2026{ 0%, 100%{ opacity: .45; transform: scale(.98); } 50%{ opacity: .9; transform: scale(1.08); } } @media (max-width: 767px){ #scc-ai-chat-widget .scc-ai-fab{ min-height: 40px !important; padding: 8px 14px 8px 10px !important; gap: 5px !important; } #scc-ai-chat-widget .scc-ai-fab-label{ font-size: 16px !important; margin-left: 1px !important; } } /* SCC AI FAB: reduce icon side spacing */ #scc-ai-chat-widget .scc-ai-fab{ padding: 8px 14px 8px 8px !important; gap: 4px !important; } #scc-ai-chat-widget .scc-ai-fab-icon{ width: 24px !important; min-width: 24px !important; height: 24px !important; margin: 0 !important; display: flex !important; align-items: center !important; justify-content: center !important; } #scc-ai-chat-widget .scc-ai-fab-icon svg{ width: 22px !important; height: 22px !important; display: block !important; } #scc-ai-chat-widget .scc-ai-fab-label{ margin-left: 0 !important; } /* SCC AI FAB MOBILE SAME AS DESKTOP FINAL */ @media (max-width: 767px) { #scc-ai-chat-widget .scc-ai-fab { width: auto !important; min-width: 132px !important; max-width: none !important; height: 42px !important; min-height: 42px !important; max-height: 42px !important; padding: 8px 14px 8px 9px !important; border-radius: 999px !important; display: inline-flex !important; flex-direction: row !important; align-items: center !important; justify-content: center !important; gap: 4px !important; overflow: visible !important; white-space: nowrap !important; background: linear-gradient(135deg, #061733 0%, #082a5c 52%, #0b3979 100%) !important; box-shadow: 0 12px 28px rgba(5, 24, 58, .32), 0 0 0 0 rgba(8, 42, 92, .22) !important; animation: sccAiFabMobileFloatFinal2026 3s ease-in-out infinite !important; } #scc-ai-chat-widget .scc-ai-fab-glow { display: block !important; inset: -5px !important; border-radius: 999px !important; opacity: .55 !important; background: rgba(0, 175, 244, .14) !important; filter: blur(9px) !important; } #scc-ai-chat-widget .scc-ai-fab-icon { width: 23px !important; min-width: 23px !important; max-width: 23px !important; height: 23px !important; min-height: 23px !important; max-height: 23px !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border: 0 !important; border-radius: 0 !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; overflow: visible !important; animation: sccAiFabMobileIconFinal2026 2.6s ease-in-out infinite !important; } #scc-ai-chat-widget .scc-ai-fab-icon svg { width: 22px !important; height: 22px !important; min-width: 22px !important; display: block !important; } #scc-ai-chat-widget .scc-ai-fab-label { display: inline-flex !important; position: relative !important; z-index: 3 !important; opacity: 1 !important; visibility: visible !important; width: auto !important; max-width: none !important; height: auto !important; margin: 0 !important; padding: 0 !important; color: #fff !important; font-size: 16px !important; line-height: 1 !important; font-weight: 400 !important; letter-spacing: 0 !important; text-indent: 0 !important; transform: none !important; white-space: nowrap !important; overflow: visible !important; } #scc-ai-chat-widget .scc-ai-fab-dot { display: none !important; } #scc-ai-chat-widget.scc-ai-open .scc-ai-fab { animation: none !important; } } @keyframes sccAiFabMobileFloatFinal2026 { 0%, 100% { transform: translateY(0); box-shadow: 0 12px 28px rgba(5, 24, 58, .32), 0 0 0 0 rgba(8, 42, 92, .22); } 50% { transform: translateY(-3px); box-shadow: 0 17px 34px rgba(5, 24, 58, .40), 0 0 0 7px rgba(8, 42, 92, .10); } } @keyframes sccAiFabMobileIconFinal2026 { 0%, 100% { transform: rotate(0deg) scale(1); } 40% { transform: rotate(-5deg) scale(1.06); } 70% { transform: rotate(4deg) scale(1.02); } } /* SCC AI FAB MOBILE REAL FINAL FIX: reset old absolute icon styles */ @media (max-width: 767px) { #scc-ai-chat-widget .scc-ai-fab, #scc-ai-chat-widget .scc-ai-fab:hover, #scc-ai-chat-widget.scc-ai-open .scc-ai-fab, #scc-ai-chat-widget.scc-ai-open .scc-ai-fab:hover { position: relative !important; width: auto !important; min-width: 132px !important; max-width: none !important; height: 42px !important; min-height: 42px !important; max-height: 42px !important; padding: 8px 14px 8px 10px !important; border-radius: 999px !important; display: inline-flex !important; flex-direction: row !important; align-items: center !important; justify-content: center !important; gap: 5px !important; overflow: hidden !important; white-space: nowrap !important; } #scc-ai-chat-widget .scc-ai-fab-glow { position: absolute !important; inset: -5px !important; z-index: 0 !important; pointer-events: none !important; } #scc-ai-chat-widget .scc-ai-fab-icon { position: static !important; left: auto !important; right: auto !important; top: auto !important; bottom: auto !important; transform: none !important; order: 1 !important; z-index: 2 !important; width: 22px !important; min-width: 22px !important; max-width: 22px !important; height: 22px !important; min-height: 22px !important; max-height: 22px !important; padding: 0 !important; margin: 0 !important; background: transparent !important; border: 0 !important; box-shadow: none !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; overflow: visible !important; animation: sccAiFabMobileIconRealFinal2026 2.6s ease-in-out infinite !important; } #scc-ai-chat-widget .scc-ai-fab-icon svg { position: static !important; width: 22px !important; min-width: 22px !important; max-width: 22px !important; height: 22px !important; min-height: 22px !important; max-height: 22px !important; display: block !important; transform: none !important; } #scc-ai-chat-widget .scc-ai-fab-label { position: static !important; left: auto !important; right: auto !important; top: auto !important; bottom: auto !important; transform: none !important; order: 2 !important; z-index: 2 !important; display: inline-flex !important; align-items: center !important; width: auto !important; min-width: 0 !important; max-width: none !important; height: auto !important; margin: 0 !important; padding: 0 !important; opacity: 1 !important; visibility: visible !important; color: #fff !important; font-size: 16px !important; line-height: 1 !important; font-weight: 400 !important; letter-spacing: 0 !important; text-indent: 0 !important; white-space: nowrap !important; overflow: visible !important; } #scc-ai-chat-widget .scc-ai-fab-dot { display: none !important; } } @keyframes sccAiFabMobileIconRealFinal2026 { 0%, 100% { transform: rotate(0deg) scale(1); } 40% { transform: rotate(-5deg) scale(1.06); } 70% { transform: rotate(4deg) scale(1.02); } } /* SCC AI FAB MOBILE: remove label background */ @media (max-width: 767px) { #scc-ai-chat-widget .scc-ai-fab-label, #scc-ai-chat-widget .scc-ai-fab-label:hover, #scc-ai-chat-widget .scc-ai-fab-label:focus, #scc-ai-chat-widget .scc-ai-fab-label:active { background: transparent !important; background-color: transparent !important; background-image: none !important; box-shadow: none !important; border: 0 !important; outline: 0 !important; text-shadow: none !important; } #scc-ai-chat-widget .scc-ai-fab-label::before, #scc-ai-chat-widget .scc-ai-fab-label::after { content: none !important; display: none !important; background: none !important; box-shadow: none !important; } #scc-ai-chat-widget .scc-ai-fab *::selection { background: transparent !important; color: inherit !important; } #scc-ai-chat-widget .scc-ai-fab *::-moz-selection { background: transparent !important; color: inherit !important; } }МАККОН Classic – власна торгова марка, створена з метою забезпечити офісні пристрої доступними по ціні та надійними комплектуючими.
Наші продукти розробляються з урахуванням стандартів якості та затребуваності, щоб кожен клієнт міг довірити свою офісну техніку. З моменту свого заснування МАККОН Classic прагне постійного вдосконалення продукції та задоволення потреб своїх клієнтів.
Надійні леза очищення ефективно видаляють надлишки тонера та підтримують чистоту фотовалу, що сприяє тривалій та якісній роботі принтера.
Функцією цього ролика є захоплення верхнього аркуша паперу і відправка його по тракту. Ролик виготовлений з пластмасової підстави з надітим поверх спеціальним шорстким гумовим кільцем.
Похожие по цене товары - Makkon ZMNC-RM2-5397-PICK
-
Вал резиновый HP LJ 1010 Makkon (ZMN-HP-1010-FPR)
Вал резиновый HP LJ 1010/1020/3015/3020/3030/3050, Canon LBP-2900/3000 — Makkon (ZMN-HP-1010-FPR)Совместимый вал от Makkon — простая и важная деталь. Подойдет д ... развернуть ля домашнего офиса и мастерской, где заправляют и ремонтируют картриджи. На практике это означает стабильную печать без полос и повышенное качество каждого отпечатка.Почему стоит обратить вниманиеНадежность: материал выдерживает много циклов заправки — и это заметно в работе принтера. картриджей.Экономия: замена вала значительно дешевле покупки нового картриджа, если вы занимаетесь заправкой или ремонтом.Технические особенностиМодель: Makkon (ZMN-HP-1010-FPR). 1010/1020/3015/3020/3030/3050/3055; Canon LBP-2900/3000.Назначение: замена рабочего вала в узле переноса тонера.Как это поможет в повседневной жизниЕсли у вас небольшой офис или заправляете картриджи самостоятельно — вал вернет равномерный вал. Замена занимает 10-20 минут в среднем; на практике вы почувствуете разницу уже после первой страницы. Подходит и для сервисных центров, выполняющих ремонт свернуть
309 ГрнID: 982391Есть в наличии- Термопленка HP LJ P2035/P2055, Premium Makkon (ZMN-HP-2035-FFS-PR)
HP LJ P1102, HP LJ P2055, HP LJ P2035, Canon iR-1133, Canon MF-4410, Canon MF-4430, Canon MF-4450, HP LJ Pro P1606, Canon LBP-253, Canon LBP-6300, Canon LBP-631 ... развернуть 0, Canon LBP-6650, Canon MF-4550, Canon MF-4570, Canon MF-4580, Canon MF-4730, Canon MF-4750, Canon MF-4780, Canon MF-4870, Canon MF-4890, Canon PC-D520, Canon PC-D550, HP LJ P1106, HP LJ Pro M125, HP LJ Pro M126, HP LJ Pro M127, HP LJ Pro M128, HP LJ Pro M1536 свернуть
354 ГрнID: 1454803Есть в наличии- Вал резиновый HP LJ P1005 Makkon (ZMN-HP-1005-FPR)
Вал резиновый HP LJ P1005/1505, M1120/1522, Makkon (ZMN-HP-1005-FPR)Это простой, но критический элемент ЗИП для лазерных картриджей — резиновый вал, отвечающий ... развернуть за захват бумаги и передачу тонера5 в HP5/0 M1120/1522. Изготовленный Makkon модель ZMN-HP-1005-FPR показывает стабильную работу даже при интенсивном использовании. Если коротко: замена вала решает типовые проблемы с подачей бумаги и размытыми отпечатками. На практике это означает меньше простоев и меньше затрат на повторные заправки.Обзор и назначениеРезиновый вал — небольшая деталь, но влияние ее на работу принтера велико. Этот вал подходит для реставрации ресурса картриджа после заправки, а также часть ремонтного комплекта для картриджей. Он напрямую работает с механикой барабана и фиксирует тонер в нужный момент. Представьте себе: вы меняете вал и получаете более чистые отпечатки уже после первой страницы. офисных нагрузках; Модели M1120/1522 — также подходит для модернизации картриджей в этих принтерах.Если вы ищете ЗИП к картриджам или запчасти к свернуть
366 ГрнID: 982394Есть в наличии- Вал магнитный Pantum P3010D Makkon (ZMN-PANT-P3010-MDR)
Для бренда - Pantum
224 ГрнID: 1334222Есть в наличии- Картридж Makkon Brother TN-2335 1.2k (MN-BRO-TN2335)
лазерный, неоригинальный, Black, Совместимость - Brother, 1200 стр
375 ГрнID: 1079814Есть в наличии- Картридж Makkon Canon 728 2.1k (MN-CAN-SRG728)
лазерный, неоригинальный, Black, Совместимость - Canon, 2100 стр
387 ГрнID: 750901Есть в наличииПохожие товары других производителей
-
Контейнер для отработанных чернил Epson T04D0/EWMB1 C13T04D000 chip Barva (IC-T04D0)
Epson EcoTank ET-7700/ET-7750, EW-M770T/EW-M770TW/EW-M970, L7100/L7160/L7180/L7188
297 ГрнID: 1705258Есть в наличии- Картридж Dayton Brother TN-1075 1k (DN-BRO-TN1075)
лазерный, неоригинальный, Black, Совместимость - Brother, 1000 стр
297 ГрнID: 990449Есть в наличии- Ролик захвата бумаги HP LJ Pro M402, RM2-5452 Patron (ROL-HP-RM2-5452-PN)
HP LaserJet Pro M426dw,LaserJet Pro M426fdn,LaserJet Pro M426fdw,LaserJet Pro M402d,LaserJet Pro M402dn,LaserJet Pro M402n,LaserJet Pro M402dne,LaserJet Pro M40 ... развернуть 2dw,LaserJet Pro M426m,LaserJet Pro M428fdn,LaserJet Pro M404dn,LaserJet Pro M404dw,LaserJet Pro M404n,LaserJet Pro M428fdw,LaserJet Pro M428dw,LaserJet Pro 304a,LaserJet Pro M429dw свернуть
298 ГрнID: 1832859Есть в наличии- Чистящее лезвие Kyocera DK 130/DK150/DK170 CET (CET8093)
KYOCERA DK130/DK150/DK170
299 ГрнID: 1012170Есть в наличии- Вал резиновый HP LJ 1010 Patron (SP-PR-PN-HLJ1010)
Вал резиновый HP LJ 1010/1020/3015/3020/3030/3050/3055, Canon LBP-2900/3000, Patron (RM1-0660 / PN-PRH1010)Этот вал резиновый картриджа. Если у вас стирается пе ... развернуть чать, появляются полосы или картридж не подхватывает тонер – замена вала часто решает проблему без лишних затрат. Как техник, скажу честно: иногда одна деталь возвращает принтер к жизни лучше, чем целый набор дорогостоящих компонентов.Обзор и совместимостьПодойдёт для моделей HP LJ 1010/1020/3015/3020/3030/3050/3050 и Can. Артикул RM1-0660 (PN-PRH1010) – стандартная замена для многих заправочных и ремонтных работ. Даже если у вас более старый аппарат – проверьте совместимость по артикулу и размерам. Это быстрый путь к диагностике: заменив вал, вы поймете, стоит ли искать дальше.Преимущества, которые заметны сразу Качество печати возвращается: контуры становятся более четкими, исчезают размытые участки — реальный эффект после замены. Ниже замена картриджа. Простая установка: минимум инструментов, базовые знания — и работа сделана. Совместимость с ремонт свернуть
300 ГрнID: 866182Есть в наличии- Чип для картриджа HP M141 W1500A (150A) 2.6k Static Control (W1500ACP)
тип - лазерный, совместимость с устройствами бренда - HP, Цвет - Black
290 ГрнID: 1660054Есть в наличии - Картридж Dayton Brother TN-1075 1k (DN-BRO-TN1075)
- Термопленка HP LJ P2035/P2055, Premium Makkon (ZMN-HP-2035-FFS-PR)