ESET HOME Security Essential

ESET HOME Security Essential

426900.00 UZS In stock Buy at Merchant

.eset-hero { font-family: ‘Outfit’, sans-serif; position: relative; background: linear-gradient(135deg, #003A75 0%, #0055A4 40%, #0077CC 70%, #00A3E0 100%); border-radius: 20px; overflow: hidden; padding: 60px 40px 60px 40px; min-height: 380px; display: flex; align-items: center; } /* Animated background mesh */ .eset-hero::before { content: »; position: absolute; top: -100px; right: -100px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(0,163,224,0.35) 0%, transparent 70%); border-radius: 50%; animation: pulse-orb 6s ease-in-out infinite; } .eset-hero::after { content: »; position: absolute; bottom: -80px; left: -80px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, transparent 70%); border-radius: 50%; animation: pulse-orb 8s ease-in-out infinite reverse; } @keyframes pulse-orb { 0%, 100% { transform: scale(1); opacity: 0.6; } 50% { transform: scale(1.15); opacity: 1; } } /* Grid lines decoration */ .eset-hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px); background-size: 50px 50px; pointer-events: none; } /* Scan line effect */ .eset-hero-grid::after { content: »; position: absolute; top: -100%; left: 0; right: 0; height: 120px; background: linear-gradient(180deg, transparent 0%, rgba(93,212,248,0.07) 50%, transparent 100%); animation: scan-line 5s linear infinite; } @keyframes scan-line { 0% { top: -120px; } 100% { top: 100%; } } /* Floating particles */ .eset-particles { position: absolute; inset: 0; pointer-events: none; overflow: hidden; } .eset-particles span { position: absolute; border-radius: 50%; background: rgba(93,212,248,0.5); animation: particle-float linear infinite; } @keyframes particle-float { 0% { transform: translateY(100%) scale(0); opacity: 0; } 10% { opacity: 1; } 90% { opacity: 0.6; } 100% { transform: translateY(-120px) scale(1); opacity: 0; } } /* Shimmer line on top */ .eset-hero-shimmer { position: absolute; top: 0; left: -100%; width: 60%; height: 3px; background: linear-gradient(90deg, transparent, rgba(93,212,248,0.8), rgba(255,255,255,0.6), transparent); animation: shimmer-line 4s ease-in-out infinite; border-radius: 0 0 4px 4px; } @keyframes shimmer-line { 0% { left: -60%; } 100% { left: 110%; } } /* Corner glow accents */ .eset-corner-glow { position: absolute; bottom: -40px; right: 200px; width: 200px; height: 200px; background: radial-gradient(circle, rgba(93,212,248,0.18) 0%, transparent 70%); pointer-events: none; animation: corner-pulse 4s ease-in-out infinite; } @keyframes corner-pulse { 0%, 100% { transform: scale(1); opacity: 0.6; } 50% { transform: scale(1.3); opacity: 1; } } .eset-hero-inner { position: relative; z-index: 2; max-width: 1100px; margin: 0 auto; width: 100%; display: flex; align-items: center; gap: 50px; flex-wrap: wrap; } .eset-hero-text { flex: 1; min-width: 280px; } /* Hidden H1 — SEO only, invisible to users */ .eset-hero h1 { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; } .eset-hero-title { font-size: clamp(32px, 4.5vw, 52px) !important; font-weight: 900 !important; color: #FFFFFF !important; line-height: 1.1 !important; margin: 0 0 18px 0 !important; letter-spacing: -0.5px !important; font-family: ‘Outfit’, sans-serif !important; animation: fade-up 0.8s ease both; padding: 0 !important; } .eset-hero-title span { color: #5DD4F8 !important; text-shadow: 0 0 30px rgba(93,212,248,0.5); display: block; } @keyframes fade-up { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } .eset-hero-subtitle { font-size: 16px !important; font-weight: 400 !important; color: rgba(255,255,255,0.82) !important; line-height: 1.6 !important; margin: 0 0 28px 0 !important; max-width: 500px; font-family: ‘Outfit’, sans-serif !important; padding: 0 !important; animation: fade-up 0.8s 0.2s ease both; } .eset-hero-badges { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 32px; animation: fade-up 0.8s 0.35s ease both; } .eset-badge { background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.25); color: #fff; font-size: 12px; font-weight: 600; padding: 6px 14px; border-radius: 50px; backdrop-filter: blur(6px); letter-spacing: 0.5px; cursor: default; transition: all 0.25s cubic-bezier(0.34, 1.56, 0.64, 1); display: inline-block; } .eset-badge:hover { transform: translateY(-4px) scale(1.08); background: rgba(255,255,255,0.22); border-color: rgba(255,255,255,0.5); box-shadow: 0 8px 20px rgba(0,0,0,0.25), 0 0 12px rgba(255,255,255,0.15); } .eset-badge.accent { background: rgba(93,212,248,0.2); border-color: rgba(93,212,248,0.5); color: #5DD4F8; transition: all 0.25s cubic-bezier(0.34, 1.56, 0.64, 1); } .eset-badge.accent:hover { transform: translateY(-4px) scale(1.08); background: rgba(93,212,248,0.35); border-color: rgba(93,212,248,0.9); box-shadow: 0 8px 20px rgba(0,0,0,0.2), 0 0 16px rgba(93,212,248,0.4); color: #FFFFFF; } .eset-hero-cta { display: inline-flex; align-items: center; gap: 10px; background: #FFFFFF; color: #003A75; font-family: ‘Outfit’, sans-serif; font-size: 16px; font-weight: 700; padding: 14px 32px; border-radius: 50px; text-decoration: none; transition: all 0.3s ease; box-shadow: 0 8px 30px rgba(0,0,0,0.25), 0 0 0 0 rgba(93,212,248,0); animation: fade-up 0.8s 0.5s ease both; } .eset-hero-cta:hover { transform: translateY(-3px); box-shadow: 0 14px 40px rgba(0,0,0,0.35), 0 0 30px rgba(93,212,248,0.3); color: #0055A4; text-decoration: none; } .eset-hero-cta svg { transition: transform 0.3s ease; } .eset-hero-cta:hover svg { transform: translateX(4px); } /* Right side visual */ .eset-hero-visual { flex: 0 0 auto; display: flex; flex-direction: column; align-items: center; gap: 16px; } .eset-shield { width: 160px; height: 180px; position: relative; animation: float 4s ease-in-out infinite; filter: drop-shadow(0 0 20px rgba(93,212,248,0.4)); } @keyframes float { 0%, 100% { transform: translateY(0); filter: drop-shadow(0 0 20px rgba(93,212,248,0.4)); } 50% { transform: translateY(-12px); filter: drop-shadow(0 0 35px rgba(93,212,248,0.7)); } } /* Rotating ring around shield */ .shield-wrapper { position: relative; display: flex; align-items: center; justify-content: center; } .shield-ring { position: absolute; width: 200px; height: 200px; border-radius: 50%; border: 1.5px solid rgba(93,212,248,0.25); animation: ring-rotate 12s linear infinite; } .shield-ring::after { content: »; position: absolute; top: -4px; left: 50%; width: 8px; height: 8px; background: #5DD4F8; border-radius: 50%; box-shadow: 0 0 10px #5DD4F8; transform: translateX(-50%); } .shield-ring-2 { width: 230px; height: 230px; border-color: rgba(93,212,248,0.12); animation: ring-rotate 18s linear infinite reverse; } @keyframes ring-rotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } .eset-award-strip { display: flex; gap: 10px; } .eset-award-item { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); border-radius: 12px; padding: 10px 14px; text-align: center; backdrop-filter: blur(8px); cursor: default; transition: all 0.25s cubic-bezier(0.34, 1.56, 0.64, 1); } .eset-award-item:hover { transform: translateY(-6px) scale(1.1); background: rgba(93,212,248,0.2); border-color: rgba(93,212,248,0.6); box-shadow: 0 12px 28px rgba(0,0,0,0.3), 0 0 20px rgba(93,212,248,0.35); } .eset-award-item:hover .award-num { color: #FFFFFF; text-shadow: 0 0 14px rgba(93,212,248,0.8); } .eset-award-item .award-num { font-size: 20px; font-weight: 800; color: #5DD4F8; display: block; } .eset-award-item .award-label { font-size: 10px; color: rgba(255,255,255,0.7); display: block; margin-top: 2px; line-height: 1.3; } /* Responsive */ @media (max-width: 700px) { .eset-hero { padding: 40px 24px; } .eset-hero-visual { display: none; } } Купить ESET HOME Security Essential в Ташкенте — официальная лицензия для Узбекистана ESET HOME Security Essential Надёжная антивирусная защита для вашего дома и семьи. Защита от вирусов, программ-вымогателей, фишинга и шпионского ПО. Работает на Windows, macOS и Android — всё под одной подпиской. ✓ Официальная лицензия Windows · macOS · Android Ташкент · Узбекистан Купить лицензию 30+ лет на рынке 1B+ пользователей 200+ стран мира .eset-chars * { box-sizing: border-box; } .eset-chars { font-family: ‘Outfit’, sans-serif !important; background: #F0F6FF; border-radius: 20px; padding: 48px 40px; position: relative; overflow: hidden; } .eset-chars::before { content: »; position: absolute; top: -80px; right: -80px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(0,119,204,0.08) 0%, transparent 70%); border-radius: 50%; pointer-events: none; } .eset-chars-header { display: flex; align-items: center; gap: 14px; margin-bottom: 32px; position: relative; z-index: 1; } .eset-chars-icon { width: 48px; height: 48px; background: linear-gradient(135deg, #003A75, #0099DD); border-radius: 14px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 6px 18px rgba(0,58,117,0.3); } .eset-chars-title { font-size: 22px !important; font-weight: 800 !important; color: #003A75 !important; margin: 0 !important; padding: 0 !important; font-family: ‘Outfit’, sans-serif !important; line-height: 1.2 !important; } .eset-chars-title span { color: #0077CC !important; } .eset-chars-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; position: relative; z-index: 1; } .eset-char-row { display: flex; align-items: stretch; background: #FFFFFF; border-radius: 14px; overflow: hidden; border: 1.5px solid #DDE9F8; transition: all 0.28s cubic-bezier(0.34, 1.4, 0.64, 1); box-shadow: 0 2px 10px rgba(0,85,164,0.06); cursor: default; } .eset-char-row:hover { border-color: #0077CC; box-shadow: 0 8px 28px rgba(0,119,204,0.15); transform: translateY(-3px) scale(1.01); } .eset-char-row.full-width { grid-column: 1 / -1; } .char-key { background: linear-gradient(160deg, #002D5E, #0055A4); color: rgba(255,255,255,0.88) !important; font-size: 12px !important; font-weight: 600 !important; padding: 15px 16px; min-width: 155px; display: flex; align-items: center; gap: 8px; line-height: 1.3 !important; font-family: ‘Outfit’, sans-serif !important; flex-shrink: 0; } .char-key svg { flex-shrink: 0; opacity: 0.75; } .char-val { color: #0D2240 !important; font-size: 13.5px !important; font-weight: 600 !important; padding: 15px 18px; flex: 1; line-height: 1.4 !important; font-family: ‘Outfit’, sans-serif !important; display: flex; align-items: center; margin: 0 !important; } .char-val .accent-text { color: #0077CC !important; } .eset-chars-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 18px; position: relative; z-index: 1; } .stat-card { background: linear-gradient(135deg, #002D5E, #005AA8); border-radius: 16px; padding: 22px 14px; text-align: center; position: relative; overflow: hidden; transition: all 0.28s cubic-bezier(0.34, 1.4, 0.64, 1); cursor: default; border: 1px solid rgba(255,255,255,0.06); } .stat-card::before { content: »; position: absolute; top: -30px; right: -20px; width: 80px; height: 80px; background: rgba(255,255,255,0.05); border-radius: 50%; transition: transform 0.4s ease; } .stat-card:hover { transform: translateY(-6px) scale(1.05); box-shadow: 0 16px 36px rgba(0,40,100,0.35); background: linear-gradient(135deg, #003A75, #0077CC); border-color: rgba(93,212,248,0.3); } .stat-card:hover::before { transform: scale(2.5); } .stat-card .stat-num { font-size: 28px !important; font-weight: 800 !important; color: #5DD4F8; display: block; margin-bottom: 5px !important; font-family: ‘Outfit’, sans-serif !important; line-height: 1 !important; transition: all 0.2s; } .stat-card:hover .stat-num { color: #FFFFFF; text-shadow: 0 0 16px rgba(93,212,248,0.7); } .stat-card .stat-desc { font-size: 11px !important; font-weight: 500 !important; color: rgba(255,255,255,0.68); line-height: 1.4 !important; display: block; font-family: ‘Outfit’, sans-serif !important; margin: 0 !important; } @media (max-width: 700px) { .eset-chars { padding: 28px 16px; } .eset-chars-grid { grid-template-columns: 1fr; } .eset-char-row.full-width { grid-column: 1; } .eset-chars-stats { grid-template-columns: repeat(2, 1fr); } .char-key { min-width: 130px; font-size: 11px !important; } } Краткие характеристики — ESET HOME Security EssentialТип лицензии Подписка (1 год)Кол-во устройств 1- устройств Срок действия 1 год (с возможностью продления) Тип поставки Электронная лицензия (ключ на email) Платформы Windows · macOS · Android · iOS Назначение Для дома и семьи Язык интерфейса Русский, английский и др. Производитель ESET — Словакия (с 1992 года) Обновление баз Автоматически, в реальном времени Windows Server Поддерживается (2008 R2 и выше) Режим геймера Есть — без прерываний во время игр Защита почты Microsoft Outlook и другие клиенты Управление ESET HOME (веб-портал + приложение) Способы оплаты Click и Payme (приложения) · Корпоративным — по договору с НДС 1B+ пользователей по всему миру 200+ стран присутствия 30+ лет на рынке 100+ международных наград .eset-sysreq * { box-sizing: border-box; } .eset-sysreq { font-family: ‘Outfit’, sans-serif !important; padding: 48px 40px; background: #F0F6FF; border-radius: 20px; position: relative; overflow: hidden; } .eset-sysreq::before { content: »; position: absolute; bottom: -60px; left: -60px; width: 280px; height: 280px; background: radial-gradient(circle, rgba(0,119,204,0.07) 0%, transparent 70%); border-radius: 50%; pointer-events: none; } /* Header */ .sysreq-header { display: flex; align-items: center; gap: 14px; margin-bottom: 28px; position: relative; z-index: 1; } .sysreq-icon { width: 48px; height: 48px; background: linear-gradient(135deg, #003A75, #0099DD); border-radius: 14px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 6px 18px rgba(0,58,117,0.3); } .sysreq-title { font-size: 22px !important; font-weight: 800 !important; color: #003A75 !important; margin: 0 !important; padding: 0 !important; font-family: ‘Outfit’, sans-serif !important; line-height: 1.2 !important; } .sysreq-title span { color: #0077CC !important; } /* Platform tabs */ .platform-tabs { display: flex; gap: 8px; margin-bottom: 20px; flex-wrap: wrap; position: relative; z-index: 1; } .ptab { display: inline-flex; align-items: center; gap: 8px; padding: 10px 20px; border-radius: 50px; font-size: 14px !important; font-weight: 600 !important; cursor: pointer; border: 2px solid #DDE9F8; background: #FFFFFF; color: #5A7DA0 !important; transition: all 0.25s cubic-bezier(0.34, 1.4, 0.64, 1); font-family: ‘Outfit’, sans-serif !important; user-select: none; } .ptab:hover { border-color: #0077CC; color: #0055A4 !important; transform: translateY(-2px); box-shadow: 0 6px 16px rgba(0,85,164,0.15); } .ptab.active { background: linear-gradient(135deg, #003A75, #0066CC); color: white !important; border-color: transparent; box-shadow: 0 6px 20px rgba(0,85,164,0.3); transform: translateY(-2px); } /* Panels */ .platform-panel { display: none; position: relative; z-index: 1; } .platform-panel.active { display: block; } /* Table */ .sysreq-table { width: 100%; border-collapse: separate; border-spacing: 0 8px; } .sysreq-table thead tr th { background: linear-gradient(90deg, #002D5E, #0066CC); color: white !important; font-size: 12px !important; font-weight: 700 !important; padding: 13px 20px; text-align: left; letter-spacing: 0.8px; text-transform: uppercase; font-family: ‘Outfit’, sans-serif !important; } .sysreq-table thead tr th:first-child { border-radius: 12px 0 0 12px; } .sysreq-table thead tr th:last-child { border-radius: 0 12px 12px 0; } .sysreq-table tbody tr { transition: all 0.25s cubic-bezier(0.34, 1.4, 0.64, 1); cursor: default; } .sysreq-table tbody tr:hover { transform: translateX(4px); } .sysreq-table tbody tr:hover td { background: #EBF5FF; border-color: #B8D8F8; } .sysreq-table tbody tr td { background: #FFFFFF; border-top: 1px solid #EBF2FC; border-bottom: 1px solid #EBF2FC; padding: 13px 20px; font-size: 14px !important; color: #1A2F4A !important; font-family: ‘Outfit’, sans-serif !important; transition: all 0.2s; margin: 0 !important; line-height: 1.4 !important; } .sysreq-table tbody tr td:first-child { border-left: 1px solid #EBF2FC; border-radius: 12px 0 0 12px; font-weight: 700 !important; color: #003A75 !important; min-width: 200px; } .sysreq-table tbody tr td:last-child { border-right: 1px solid #EBF2FC; border-radius: 0 12px 12px 0; } .sysreq-table tbody tr td .hl { color: #0077CC !important; font-weight: 700 !important; } /* Note box */ .sysreq-note { margin-top: 18px; background: linear-gradient(135deg, #EBF5FF, #F0F6FF); border-left: 4px solid #0077CC; border-radius: 0 14px 14px 0; padding: 14px 20px; font-size: 13.5px !important; color: #1A2F4A !important; line-height: 1.6 !important; font-family: ‘Outfit’, sans-serif !important; position: relative; z-index: 1; margin-bottom: 0 !important; } @media (max-width: 600px) { .eset-sysreq { padding: 28px 16px; } .sysreq-table tbody tr td:first-child { min-width: 130px; font-size: 12px !important; } .sysreq-table tbody tr td { font-size: 12px !important; padding: 10px 12px; } } Системные требования по платформам WindowsmacOS Android iOS Параметр Требование Операционная система Windows 10 / 11 (32-бит и 64-бит) Процессор 1 ГГц или быстрее (32-бит или 64-бит) Оперативная память Минимум 512 МБ (рекомендуется 1 ГБ+) Место на диске Минимум 1 ГБ свободного места Разрешение экрана 800 × 600 пикселей и выше Интернет Требуется для активации и обновлений Аккаунт ESET HOME Обязателен для управления подпиской Параметр Требование Операционная система macOS 11 Big Sur и выше (Monterey, Ventura, Sonoma) Процессор Intel или Apple Silicon (M1, M2, M3) Оперативная память Минимум 512 МБ Место на диске Минимум 700 МБ Интернет Требуется для активации и обновлений Аккаунт ESET HOME Обязателен для управления подпиской Параметр Требование Операционная система Android 5.0 (Lollipop) и выше Место на диске Минимум 50 МБ Интернет Требуется для активации и обновлений Источник установки Google Play Store Аккаунт ESET HOME Обязателен для управления подпиской Параметр Требование Операционная система iOS 14 и выше Устройства iPhone и iPad Функции на iOS Защита конфиденциальности (ограниченный набор) Источник установки App Store Примечание Полный антивирус на iOS недоступен из-за ограничений Apple 💡 Важно: Для активации и управления на всех платформах требуется бесплатный аккаунт ESET HOME. После оплаты ключ активации приходит на email — активация занимает 2–3 минуты. .eset-desc * { box-sizing: border-box; } .eset-desc { font-family: ‘Outfit’, sans-serif !important; background: #FFFFFF; border-radius: 20px; padding: 52px 48px; position: relative; overflow: hidden; } .eset-desc::before { content: »; position: absolute; top: -80px; right: -80px; width: 350px; height: 350px; background: radial-gradient(circle, rgba(0,119,204,0.05) 0%, transparent 70%); border-radius: 50%; pointer-events: none; } .eset-desc::after { content: »; position: absolute; bottom: -60px; left: -60px; width: 250px; height: 250px; background: radial-gradient(circle, rgba(0,163,224,0.04) 0%, transparent 70%); border-radius: 50%; pointer-events: none; } /* Header */ .desc-header { display: flex; align-items: center; gap: 14px; margin-bottom: 32px; position: relative; z-index: 1; } .desc-header-icon { width: 48px; height: 48px; background: linear-gradient(135deg, #003A75, #0099DD); border-radius: 14px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 6px 18px rgba(0,58,117,0.3); } .desc-header-title { font-size: 22px !important; font-weight: 800 !important; color: #003A75 !important; margin: 0 !important; padding: 0 !important; font-family: ‘Outfit’, sans-serif !important; line-height: 1.2 !important; } .desc-header-title span { color: #0077CC !important; } /* Lead quote */ .desc-lead { font-size: 17px !important; font-weight: 600 !important; color: #0D2240 !important; line-height: 1.65 !important; margin: 0 0 32px 0 !important; padding: 22px 26px !important; background: linear-gradient(135deg, #EBF5FF, #F4F9FF); border-left: 5px solid #0077CC; border-radius: 0 16px 16px 0; font-family: ‘Outfit’, sans-serif !important; position: relative; z-index: 1; } /* Body paragraphs via cards */ .desc-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 32px; position: relative; z-index: 1; } .desc-card { background: #F4F9FF; border: 1.5px solid #DDE9F8; border-radius: 16px; padding: 22px 20px; transition: all 0.28s cubic-bezier(0.34, 1.4, 0.64, 1); cursor: default; position: relative; overflow: hidden; } .desc-card::before { content: »; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, #003A75, #00A3E0); transform: scaleX(0); transform-origin: left; transition: transform 0.35s ease; border-radius: 3px 3px 0 0; } .desc-card:hover { border-color: #0077CC; background: #EBF5FF; box-shadow: 0 10px 32px rgba(0,85,164,0.12); transform: translateY(-4px); } .desc-card:hover::before { transform: scaleX(1); } .desc-card-head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; } .desc-card-ico { width: 38px; height: 38px; background: linear-gradient(135deg, #003A75, #0077CC); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: transform 0.3s ease; } .desc-card:hover .desc-card-ico { transform: scale(1.12) rotate(-5deg); } .desc-card-heading { font-size: 14px !important; font-weight: 700 !important; color: #003A75 !important; margin: 0 !important; padding: 0 !important; font-family: ‘Outfit’, sans-serif !important; line-height: 1.3 !important; } .desc-card-text { font-size: 13.5px !important; color: #3D5A7A !important; line-height: 1.7 !important; margin: 0 !important; padding: 0 !important; font-family: ‘Outfit’, sans-serif !important; } .desc-card-text strong { color: #003A75 !important; font-weight: 700 !important; } /* Feature pills */ .feat-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; position: relative; z-index: 1; } .fpill { display: inline-flex; align-items: center; gap: 6px; background: #FFFFFF; border: 1.5px solid #DDE9F8; border-radius: 50px; font-size: 12.5px !important; font-weight: 600 !important; color: #003A75 !important; padding: 7px 14px; font-family: ‘Outfit’, sans-serif !important; transition: all 0.25s cubic-bezier(0.34, 1.4, 0.64, 1); cursor: default; } .fpill:hover { border-color: #0077CC; color: #0077CC !important; transform: translateY(-3px) scale(1.05); box-shadow: 0 6px 16px rgba(0,119,204,0.14); background: #EBF5FF; } .fpill svg { color: #0077CC; flex-shrink: 0; } /* Bottom highlight box */ .desc-highlight { display: flex; gap: 18px; background: linear-gradient(135deg, #002D5E, #004E9A, #0066CC); border-radius: 18px; padding: 28px 30px; color: white; align-items: flex-start; position: relative; z-index: 1; overflow: hidden; transition: all 0.3s ease; } .desc-highlight::before { content: »; position: absolute; top: -40px; right: -40px; width: 160px; height: 160px; background: rgba(255,255,255,0.05); border-radius: 50%; pointer-events: none; } .desc-highlight:hover { box-shadow: 0 14px 40px rgba(0,40,100,0.3); transform: translateY(-3px); } .desc-highlight-ico { width: 48px; height: 48px; background: rgba(255,255,255,0.15); border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .desc-highlight-body { flex: 1; position: relative; z-index: 1; } .desc-highlight-heading { font-size: 16px !important; font-weight: 700 !important; color: #5DD4F8 !important; margin: 0 0 8px 0 !important; padding: 0 !important; font-family: ‘Outfit’, sans-serif !important; } .desc-highlight-text { font-size: 14px !important; color: rgba(255,255,255,0.82) !important; line-height: 1.65 !important; margin: 0 !important; padding: 0 !important; font-family: ‘Outfit’, sans-serif !important; } @media (max-width: 700px) { .eset-desc { padding: 32px 20px; } .desc-cards { grid-template-columns: 1fr; } .desc-highlight { flex-direction: column; } } Описание продукта — ESET HOME Security Essential ESET HOME Security Essential — комплексная антивирусная защита нового поколения для вашего дома и семьи. Построена на многоуровневой технологии ESET, которой доверяют более 1 миллиарда пользователей в 200+ странах мира.Многоуровневая защита от всех угроз ESET защищает от вирусов, троянов, шпионского ПО, руткитов и программ-вымогателей в режиме реального времени — как онлайн, так и офлайн. Поведенческий анализ и машинное обучение обнаруживают новые угрозы ещё до появления в базах.Ransomware Shield — защита от вымогателей Обнаруживает и блокирует попытки программ-вымогателей зашифровать ваши файлы. Ваши фотографии, документы и важные данные остаются в безопасности даже при атаке нового вируса. Безопасный браузер для банкинга Специальный защищённый режим браузера автоматически активируется при входе в интернет-банк или крипто-кошелёк. Все нажатия клавиш шифруются — кейлоггеры не смогут перехватить ваши данные. Защита веб-камеры и микрофона Вы получаете уведомление каждый раз, когда приложение пытается получить доступ к камере или микрофону. Вы сами решаете — разрешить или заблокировать. Полный контроль над вашей конфиденциальностью. Network Inspector — защита всей сети Сканирует домашний роутер и все подключённые устройства — Smart TV, IoT-гаджеты, камеры. Выявляет слабые пароли, устаревшую прошивку и небезопасные настройки Wi-Fi. Anti-Theft — найти устройство при краже Удалённо заблокируйте, отследите или сотрите данные с потерянного ноутбука или смартфона. Увеличивает шансы на возврат устройства и защищает ваши личные данные. Anti-Phishing и Antispam Блокирует поддельные сайты, маскирующиеся под банки и магазины. Фильтрует спам и фишинговые письма в почтовых клиентах, включая Microsoft Outlook. Gamer Mode — без прерываний В режиме игры, просмотра видео или презентации уведомления и фоновые задачи автоматически откладываются. Защита продолжает работать — без раздражающих всплывающих окон. Антивирус Ransomware Shield Защита банкинга Anti-Phishing Antispam Webcam Protection Network Inspector Anti-Theft Gamer Mode ESET HOME Portal Машинное обучение IoT защита Минимальная нагрузка на систему ESET HOME Security Essential разработан с приоритетом на производительность: небольшие обновления баз, быстрое сканирование и низкое потребление ресурсов ЦП и RAM. Ваш компьютер работает так же быстро — даже при активной защите в реальном времени. .eset-feat * { box-sizing: border-box; } .eset-feat { font-family: ‘Outfit’, sans-serif !important; padding: 52px 0; position: relative; } /* Header */ .feat-top { text-align: center; margin-bottom: 44px; position: relative; z-index: 1; } .feat-prelabel { display: inline-block; background: linear-gradient(135deg, #003A75, #0066CC); color: white !important; font-size: 11px !important; font-weight: 700 !important; letter-spacing: 2px; text-transform: uppercase; padding: 6px 18px; border-radius: 50px; margin-bottom: 16px; font-family: ‘Outfit’, sans-serif !important; } .feat-main-title { font-size: clamp(22px, 3vw, 32px) !important; font-weight: 800 !important; color: #003A75 !important; margin: 0 0 12px 0 !important; padding: 0 !important; font-family: ‘Outfit’, sans-serif !important; line-height: 1.2 !important; } .feat-main-title span { color: #0077CC !important; } .feat-subtitle { font-size: 15px !important; color: #5A7DA0 !important; max-width: 560px; margin: 0 auto !important; padding: 0 !important; font-family: ‘Outfit’, sans-serif !important; line-height: 1.6 !important; } /* Grid */ .feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; position: relative; z-index: 1; } /* Card base */ .feat-card { background: #FFFFFF; border: 1.5px solid #E0ECFB; border-radius: 18px; padding: 28px 24px; transition: all 0.3s cubic-bezier(0.34, 1.4, 0.64, 1); position: relative; overflow: hidden; cursor: default; } .feat-card::before { content: »; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, #003A75, #00A3E0); transform: scaleX(0); transform-origin: left; transition: transform 0.35s ease; border-radius: 3px 3px 0 0; } .feat-card::after { content: »; position: absolute; bottom: -60px; right: -60px; width: 140px; height: 140px; background: radial-gradient(circle, rgba(0,119,204,0.06) 0%, transparent 70%); border-radius: 50%; transition: all 0.4s ease; pointer-events: none; } .feat-card:hover { border-color: #90C2F0; box-shadow: 0 14px 40px rgba(0,85,164,0.13); transform: translateY(-6px); } .feat-card:hover::before { transform: scaleX(1); } .feat-card:hover::after { transform: scale(2); opacity: 0.5; } /* Featured (dark) card */ .feat-card.featured { background: linear-gradient(145deg, #002D5E, #004E9A, #0066CC); border-color: transparent; } .feat-card.featured::before { display: none; } .feat-card.featured:hover { box-shadow: 0 18px 50px rgba(0,40,100,0.35); transform: translateY(-6px) scale(1.02); } .feat-card.featured::after { background: radial-gradient(circle, rgba(93,212,248,0.12) 0%, transparent 70%); } .feat-card.featured .feat-card-title { color: #5DD4F8 !important; } .feat-card.featured .feat-card-desc { color: rgba(255,255,255,0.8) !important; } .feat-card.featured .feat-card-badge { background: rgba(93,212,248,0.18); color: #5DD4F8 !important; border-color: rgba(93,212,248,0.35); } /* Icon */ .feat-card-ico { width: 52px; height: 52px; background: linear-gradient(135deg, #EBF5FF, #D0E8FF); border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1); position: relative; z-index: 1; } .feat-card:hover .feat-card-ico { transform: scale(1.12) rotate(-6deg); } .feat-card.featured .feat-card-ico { background: rgba(255,255,255,0.14); } /* Title */ .feat-card-title { font-size: 15px !important; font-weight: 700 !important; color: #003A75 !important; margin: 0 0 10px 0 !important; padding: 0 !important; font-family: ‘Outfit’, sans-serif !important; line-height: 1.3 !important; position: relative; z-index: 1; } /* Desc */ .feat-card-desc { font-size: 13.5px !important; color: #5A7DA0 !important; line-height: 1.65 !important; margin: 0 !important; padding: 0 !important; font-family: ‘Outfit’, sans-serif !important; position: relative; z-index: 1; } /* Badge */ .feat-card-badge { display: inline-block; margin-top: 14px; background: rgba(0,119,204,0.08); color: #0077CC !important; font-size: 11px !important; font-weight: 700 !important; letter-spacing: 0.5px; padding: 4px 12px; border-radius: 50px; border: 1px solid rgba(0,119,204,0.2); font-family: ‘Outfit’, sans-serif !important; position: relative; z-index: 1; transition: all 0.2s; } .feat-card:hover .feat-card-badge { background: rgba(0,119,204,0.14); border-color: rgba(0,119,204,0.4); } @media (max-width: 900px) { .feat-grid { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 560px) { .feat-grid { grid-template-columns: 1fr; } .eset-feat { padding: 32px 0; } } Возможности продукта Всё что нужно для полной защиты ESET HOME Security Essential включает полный набор инструментов для защиты вас, вашей семьи и всех ваших устройств Антивирус и защита от шпионского ПО Защита от вирусов, троянов, червей, шпионского ПО, руткитов в режиме реального времени — онлайн и офлайн. Поведенческий анализ + машинное обучение. Ключевая функция Ransomware Shield Обнаруживает и блокирует попытки программ-вымогателей зашифровать ваши файлы и требовать выкуп. Ваши данные остаются в безопасности. Критическая защита Защита при онлайн-банкинге Защищённый браузер шифрует ввод с клавиатуры при входе в интернет-банк, магазины и крипто-кошельки. Кейлоггеры не смогут перехватить данные. Защита веб-камеры и микрофона Уведомление при каждой попытке доступа к камере или микрофону. Вы решаете — разрешить или заблокировать. Полный контроль вашей конфиденциальности. Anti-Phishing Блокирует поддельные сайты, маскирующиеся под банки, соцсети и магазины. Защита от кражи паролей, данных карт и личной информации. Antispam Фильтрует нежелательные письма, рекламный спам и фишинговые сообщения. Работает с Microsoft Outlook и другими почтовыми клиентами. Network Inspector (IoT) Сканирует роутер и все устройства в сети — Smart TV, IoT-гаджеты, камеры. Выявляет слабые пароли и уязвимости прошивки роутера. Anti-Theft Удалённо блокируйте, отслеживайте и стирайте данные с потерянного устройства. Увеличивает шансы на возврат ноутбука или смартфона. Gamer Mode и малая нагрузка Во время игр или видео уведомления откладываются, фоновые задачи переносятся. Защита работает в фоне — без раздражающих прерываний. .eset-trust * { box-sizing: border-box; } .eset-trust { font-family: ‘Outfit’, sans-serif !important; padding: 52px 0; position: relative; } /* ── HEADER ── */ .trust-top { text-align: center; margin-bottom: 44px; } .trust-prelabel { display: inline-block; background: rgba(0,85,164,0.1); color: #0055A4 !important; font-size: 11px !important; font-weight: 700 !important; letter-spacing: 2px; text-transform: uppercase; padding: 6px 18px; border-radius: 50px; margin-bottom: 16px; font-family: ‘Outfit’, sans-serif !important; } .trust-main-title { font-size: clamp(22px, 3vw, 32px) !important; font-weight: 800 !important; color: #003A75 !important; margin: 0 0 12px 0 !important; padding: 0 !important; font-family: ‘Outfit’, sans-serif !important; line-height: 1.2 !important; } .trust-main-title span { color: #0077CC !important; } .trust-subtitle { font-size: 15px !important; color: #5A7DA0 !important; max-width: 520px; margin: 0 auto !important; padding: 0 !important; font-family: ‘Outfit’, sans-serif !important; line-height: 1.6 !important; } /* ── AWARDS ── */ .awards-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 40px; } .award-card { background: #FFFFFF; border: 1.5px solid #E0ECFB; border-radius: 16px; padding: 24px 18px; text-align: center; transition: all 0.3s cubic-bezier(0.34, 1.4, 0.64, 1); cursor: default; position: relative; overflow: hidden; } .award-card::before { content: »; position: absolute; inset: 0; background: linear-gradient(135deg, #003A75, #0066CC); opacity: 0; transition: opacity 0.3s ease; z-index: 0; } .award-card:hover { transform: translateY(-6px) scale(1.03); box-shadow: 0 14px 40px rgba(0,58,117,0.18); border-color: transparent; } .award-card:hover::before { opacity: 1; } .award-card > * { position: relative; z-index: 1; } .award-card:hover .award-ico { color: #5DD4F8; } .award-card:hover .award-title { color: #FFFFFF !important; } .award-card:hover .award-desc { color: rgba(255,255,255,0.72) !important; } .award-ico { color: #0066CC; display: flex; justify-content: center; margin-bottom: 14px; transition: color 0.3s, transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1); } .award-card:hover .award-ico { transform: scale(1.2) rotate(-5deg); } .award-title { font-size: 14px !important; font-weight: 700 !important; color: #003A75 !important; margin: 0 0 6px 0 !important; padding: 0 !important; font-family: ‘Outfit’, sans-serif !important; line-height: 1.3 !important; transition: color 0.3s; } .award-desc { font-size: 12px !important; color: #5A7DA0 !important; line-height: 1.5 !important; margin: 0 !important; padding: 0 !important; font-family: ‘Outfit’, sans-serif !important; transition: color 0.3s; } /* ── WHY LIST ── */ .why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 40px; } .why-item { display: flex; gap: 14px; align-items: flex-start; background: #F4F9FF; border-radius: 14px; padding: 18px; border: 1.5px solid #DDE9F8; transition: all 0.28s cubic-bezier(0.34, 1.4, 0.64, 1); cursor: default; } .why-item:hover { border-color: #0077CC; background: #EBF5FF; transform: translateX(5px); box-shadow: 0 6px 20px rgba(0,119,204,0.1); } .why-num { width: 36px; height: 36px; background: linear-gradient(135deg, #003A75, #0077CC); color: white !important; font-size: 15px !important; font-weight: 800 !important; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-family: ‘Outfit’, sans-serif !important; transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1); } .why-item:hover .why-num { transform: scale(1.15) rotate(-5deg); } .why-content-title { font-size: 14px !important; font-weight: 700 !important; color: #003A75 !important; margin: 0 0 5px 0 !important; padding: 0 !important; font-family: ‘Outfit’, sans-serif !important; line-height: 1.3 !important; } .why-content-text { font-size: 13px !important; color: #5A7DA0 !important; margin: 0 !important; padding: 0 !important; font-family: ‘Outfit’, sans-serif !important; line-height: 1.55 !important; } /* ── COMPARISON TABLE ── */ .compare-wrap { background: linear-gradient(135deg, #002D5E, #004E9A, #0066CC); border-radius: 20px; padding: 36px 32px; color: white; position: relative; overflow: hidden; } .compare-wrap::before { content: »; position: absolute; top: -60px; right: -60px; width: 250px; height: 250px; background: radial-gradient(circle, rgba(93,212,248,0.12) 0%, transparent 70%); border-radius: 50%; pointer-events: none; } .compare-title { font-size: 18px !important; font-weight: 700 !important; color: #5DD4F8 !important; margin: 0 0 24px 0 !important; padding: 0 !important; text-align: center; font-family: ‘Outfit’, sans-serif !important; position: relative; z-index: 1; } .compare-table { width: 100%; border-collapse: collapse; position: relative; z-index: 1; } .compare-table thead tr th { font-size: 12px !important; font-weight: 700 !important; color: rgba(255,255,255,0.65) !important; padding: 10px 16px; text-align: center; letter-spacing: 0.5px; text-transform: uppercase; border-bottom: 1px solid rgba(255,255,255,0.12); font-family: ‘Outfit’, sans-serif !important; } .compare-table thead tr th:first-child { text-align: left; } .compare-table thead tr th.active-col { color: #5DD4F8 !important; background: rgba(93,212,248,0.1); border-radius: 8px 8px 0 0; } .compare-table tbody tr { transition: background 0.2s; } .compare-table tbody tr:hover td { background: rgba(255,255,255,0.06); } .compare-table tbody tr td { padding: 12px 16px; font-size: 13.5px !important; color: rgba(255,255,255,0.82) !important; border-bottom: 1px solid rgba(255,255,255,0.07); text-align: center; vertical-align: middle; font-family: ‘Outfit’, sans-serif !important; transition: background 0.2s; margin: 0 !important; } .compare-table tbody tr td:first-child { text-align: left; font-weight: 500 !important; color: rgba(255,255,255,0.88) !important; } .compare-table tbody tr td.active-col { background: rgba(93,212,248,0.07); } .compare-table tbody tr:last-child td { border-bottom: none; } .chk { color: #5DD4F8 !important; font-size: 18px; font-weight: 700 !important; } .crs { color: rgba(255,255,255,0.25) !important; font-size: 16px; } @media (max-width: 800px) { .awards-row { grid-template-columns: repeat(2, 1fr); } .why-grid { grid-template-columns: 1fr; } .compare-wrap { padding: 24px 16px; overflow-x: auto; } } Проверено временем Почему выбирают ESET Более 30 лет ESET защищает пользователей по всему миру. Независимые тесты и миллиарды клиентов подтверждают качество AV-Comparatives Advanced+ Защита от целевых атак, 2023Phishing APPROVED AV-Comparatives, 2023Tech Cares Award TrustRadius, 2023 1 млрд+ пользователей Доверяют по всему миру 1 Независимая компания с 1992 года ESET — частная словацкая компания, основанная теми же инженерами. Без корпоративного давления — только защита клиентов. 2 Многоуровневая технология + ИИ ESET обнаруживает новые угрозы ещё до внесения в базы — благодаря поведенческому анализу и машинному обучению. 3 Минимальное влияние на скорость ПК Малый размер обновлений и низкое потребление ресурсов — ваш компьютер работает быстро даже при активной защите. 4 Официальная лицензия в Узбекистане Uzsoft.uz — официальный партнёр ESET. Ключ активации доставляется на email сразу после оплаты через Click или Payme. 5 Защита для всей семьи Одна подписка покрывает несколько устройств — Windows, macOS, Android. Управление через ESET HOME. 6 200+ стран, 30+ лет опыта Глобальная сеть мониторинга угроз в реальном времени — миллионы устройств отслеживают новые угрозы 24/7. .eset-buy * { box-sizing: border-box; } .eset-buy { font-family: ‘Outfit’, sans-serif !important; padding: 52px 0; } /* ── HEADER ── */ .buy-top { text-align: center; margin-bottom: 44px; } .buy-prelabel { display: inline-block; background: linear-gradient(135deg, #003A75, #0066CC); color: white !important; font-size: 11px !important; font-weight: 700 !important; letter-spacing: 2px; text-transform: uppercase; padding: 6px 18px; border-radius: 50px; margin-bottom: 16px; font-family: ‘Outfit’, sans-serif !important; } .buy-main-title { font-size: clamp(22px, 3vw, 32px) !important; font-weight: 800 !important; color: #003A75 !important; margin: 0 0 12px 0 !important; padding: 0 !important; font-family: ‘Outfit’, sans-serif !important; line-height: 1.2 !important; } .buy-main-title span { color: #0077CC !important; } .buy-subtitle { font-size: 15px !important; color: #5A7DA0 !important; max-width: 500px; margin: 0 auto !important; padding: 0 !important; font-family: ‘Outfit’, sans-serif !important; line-height: 1.6 !important; } /* ── STEPS ── */ .buy-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 44px; position: relative; } .buy-steps::before { content: »; position: absolute; top: 36px; left: calc(12.5% + 8px); right: calc(12.5% + 8px); height: 2px; background: linear-gradient(90deg, #003A75, #00A3E0); z-index: 0; opacity: 0.3; } .step-card { background: #FFFFFF; border: 1.5px solid #DDE9F8; border-radius: 16px; padding: 22px 16px 20px; text-align: center; position: relative; z-index: 1; transition: all 0.28s cubic-bezier(0.34, 1.4, 0.64, 1); cursor: default; } .step-card:hover { border-color: #0077CC; box-shadow: 0 10px 30px rgba(0,85,164,0.13); transform: translateY(-5px); } .step-num { width: 48px; height: 48px; background: linear-gradient(135deg, #003A75, #0066CC); color: white !important; font-size: 20px !important; font-weight: 800 !important; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; border: 3px solid #FFFFFF; box-shadow: 0 4px 14px rgba(0,58,117,0.3); font-family: ‘Outfit’, sans-serif !important; transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1); } .step-card:hover .step-num { transform: scale(1.15) rotate(-5deg); box-shadow: 0 8px 22px rgba(0,58,117,0.4); } .step-title { font-size: 14px !important; font-weight: 700 !important; color: #003A75 !important; margin: 0 0 7px 0 !important; padding: 0 !important; font-family: ‘Outfit’, sans-serif !important; line-height: 1.3 !important; } .step-desc { font-size: 12.5px !important; color: #5A7DA0 !important; line-height: 1.55 !important; margin: 0 !important; padding: 0 !important; font-family: ‘Outfit’, sans-serif !important; } /* ── PAYMENT GRID ── */ .payment-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; } /* Individual card */ .pay-card { border-radius: 18px; padding: 30px 26px; transition: all 0.3s cubic-bezier(0.34, 1.4, 0.64, 1); position: relative; overflow: hidden; } .pay-card:hover { transform: translateY(-5px); box-shadow: 0 18px 50px rgba(0,58,117,0.18); } .pay-card.individual { background: #F4F9FF; border: 2px solid #D0E8FA; } .pay-card.corporate { background: linear-gradient(135deg, #002D5E, #004E9A, #0066CC); border: none; } .pay-card.corporate::before { content: »; position: absolute; top: -50px; right: -50px; width: 180px; height: 180px; background: radial-gradient(circle, rgba(93,212,248,0.15) 0%, transparent 70%); border-radius: 50%; pointer-events: none; } .pay-card.corporate:hover { box-shadow: 0 18px 50px rgba(0,40,100,0.35); } .pay-badge { display: inline-flex; align-items: center; gap: 6px; font-size: 11px !important; font-weight: 700 !important; letter-spacing: 1.5px; text-transform: uppercase; padding: 5px 14px; border-radius: 50px; margin-bottom: 18px; font-family: ‘Outfit’, sans-serif !important; } .pay-card.individual .pay-badge { background: rgba(0,119,204,0.1); color: #0077CC !important; } .pay-card.corporate .pay-badge { background: rgba(93,212,248,0.18); color: #5DD4F8 !important; } .pay-title { font-size: 20px !important; font-weight: 800 !important; margin: 0 0 20px 0 !important; padding: 0 !important; font-family: ‘Outfit’, sans-serif !important; line-height: 1.2 !important; } .pay-card.individual .pay-title { color: #003A75 !important; } .pay-card.corporate .pay-title { color: #FFFFFF !important; } /* App buttons */ .app-btns { display: flex; flex-direction: column; gap: 10px; margin-bottom: 14px; } .app-btn { display: flex; align-items: center; gap: 12px; background: #FFFFFF; border: 2px solid #DDE9F8; border-radius: 14px; padding: 12px 16px; text-decoration: none !important; transition: all 0.25s cubic-bezier(0.34, 1.4, 0.64, 1); cursor: default; } .app-btn:hover { border-color: #0077CC; box-shadow: 0 6px 18px rgba(0,119,204,0.15); transform: translateX(5px); } .app-ico { width: 42px; height: 42px; border-radius: 11px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 20px; transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1); } .app-btn:hover .app-ico { transform: scale(1.15) rotate(-5deg); } .app-btn.click-btn .app-ico { background: linear-gradient(135deg, #FF6B35, #EF4444); } .app-btn.payme-btn .app-ico { background: linear-gradient(135deg, #1E88E5, #0D47A1); } .app-name { font-size: 15px !important; font-weight: 700 !important; color: #003A75 !important; margin: 0 0 1px 0 !important; padding: 0 !important; font-family: ‘Outfit’, sans-serif !important; line-height: 1.2 !important; } .app-desc { font-size: 12px !important; color: #5A7DA0 !important; margin: 0 !important; padding: 0 !important; font-family: ‘Outfit’, sans-serif !important; line-height: 1.3 !important; } .app-arrow { margin-left: auto; color: #0077CC; flex-shrink: 0; transition: transform 0.25s ease; } .app-btn:hover .app-arrow { transform: translateX(4px); } .pay-note { background: rgba(0,85,164,0.07); border-radius: 10px; padding: 11px 14px; font-size: 12.5px !important; color: #3D5A7A !important; line-height: 1.55 !important; font-family: ‘Outfit’, sans-serif !important; margin: 0 !important; } /* Corporate list */ .corp-list { list-style: none; padding: 0 !important; margin: 0 0 18px 0 !important; } .corp-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px !important; color: rgba(255,255,255,0.85) !important; margin-bottom: 11px !important; line-height: 1.5 !important; font-family: ‘Outfit’, sans-serif !important; position: relative; z-index: 1; } .corp-list li svg { flex-shrink: 0; margin-top: 2px; color: #5DD4F8; } .corp-contact-box { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.18); border-radius: 12px; padding: 14px 16px; position: relative; z-index: 1; transition: background 0.2s; } .corp-contact-box:hover { background: rgba(255,255,255,0.16); } .corp-contact-note { font-size: 12.5px !important; color: rgba(255,255,255,0.72) !important; margin: 0 0 8px 0 !important; padding: 0 !important; font-family: ‘Outfit’, sans-serif !important; line-height: 1.5 !important; } .corp-phone { display: inline-flex; align-items: center; gap: 8px; font-size: 16px !important; font-weight: 700 !important; color: #5DD4F8 !important; text-decoration: none !important; font-family: ‘Outfit’, sans-serif !important; transition: color 0.2s; } .corp-phone:hover { color: #FFFFFF !important; text-decoration: none !important; } .corp-email { display: inline-flex; align-items: center; gap: 8px; font-size: 14px !important; font-weight: 600 !important; color: rgba(255,255,255,0.7) !important; text-decoration: none !important; font-family: ‘Outfit’, sans-serif !important; margin-top: 6px; transition: color 0.2s; } .corp-email:hover { color: #FFFFFF !important; text-decoration: none !important; } @media (max-width: 800px) { .buy-steps { grid-template-columns: repeat(2, 1fr); } .buy-steps::before { display: none; } .payment-grid { grid-template-columns: 1fr; } } Покупка лицензии Как купить ESET в Узбекистане Официальная лицензия с доставкой ключа на email — быстро, просто и безопасно из Ташкента 1 Выберите тариф Выберите количество устройств и срок подписки 2 Добавьте в корзину Нажмите «Купить» и перейдите к оформлению заказа 3 Оплатите Click или Payme — оплата за несколько секунд 4 Получите ключ Ключ активации придёт на email сразу после оплаты Для физических лиц Оплата через приложения 🟠 Click Оплата через приложение Click🔵 Payme Оплата через приложение Paymeℹ️ Оплата принимается только через приложения Click и Payme. Оплата наличными и банковскими картами Visa/Mastercard не предусмотрена. Для организаций Корпоративным клиентам Оплата по договору и счёту Работаем с НДС — официальные документы Счёт-фактура и акт выполненных работ Скидки при покупке от 5+ лицензий Техническая поддержка и консультация Для счёта и договора — свяжитесь с нами: +998 (71) 200-19-99 info@starlab.uz .eset-final * { box-sizing: border-box; } .eset-final { font-family: ‘Outfit’, sans-serif !important; padding: 52px 0 0; } /* ── FAQ HEADER ── */ .faq-header { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; } .faq-header-ico { width: 48px; height: 48px; background: linear-gradient(135deg, #003A75, #0099DD); border-radius: 14px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 6px 18px rgba(0,58,117,0.3); } .faq-header-title { font-size: 22px !important; font-weight: 800 !important; color: #003A75 !important; margin: 0 !important; padding: 0 !important; font-family: ‘Outfit’, sans-serif !important; line-height: 1.2 !important; } .faq-header-title span { color: #0077CC !important; } /* ── FAQ ITEMS ── */ .faq-list { margin-bottom: 52px; } .faq-item { background: #FFFFFF; border: 1.5px solid #E0ECFB; border-radius: 14px; margin-bottom: 10px; overflow: hidden; transition: border-color 0.25s ease, box-shadow 0.25s ease; } .faq-item.open { border-color: #0077CC; box-shadow: 0 6px 24px rgba(0,119,204,0.12); } .faq-q { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 17px 22px; cursor: pointer; user-select: none; transition: background 0.2s; } .faq-item.open .faq-q { background: #F0F7FF; } .faq-q-text { font-size: 15px !important; font-weight: 600 !important; color: #003A75 !important; line-height: 1.4 !important; font-family: ‘Outfit’, sans-serif !important; margin: 0 !important; padding: 0 !important; } .faq-arrow { flex-shrink: 0; width: 30px; height: 30px; background: #EBF5FF; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #0077CC; transition: all 0.3s cubic-bezier(0.34, 1.4, 0.64, 1); } .faq-item.open .faq-arrow { background: #0077CC; color: white; transform: rotate(180deg); } .faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s ease; padding: 0 22px; } .faq-item.open .faq-a { max-height: 220px; padding: 0 22px 18px; } .faq-a-text { font-size: 14px !important; color: #3D5A7A !important; line-height: 1.7 !important; font-family: ‘Outfit’, sans-serif !important; border-top: 1px solid #EBF5FF; padding-top: 14px; margin: 0 !important; } .faq-a-text strong { color: #003A75 !important; font-weight: 700 !important; } /* ── CTA BANNER ── */ .cta-banner { background: linear-gradient(135deg, #001F4D 0%, #003A75 35%, #0055A4 65%, #0077CC 100%); border-radius: 22px; padding: 56px 48px; text-align: center; position: relative; overflow: hidden; margin-bottom: 40px; } .cta-banner::before { content: »; position: absolute; top: -80px; right: -80px; width: 320px; height: 320px; background: radial-gradient(circle, rgba(93,212,248,0.18) 0%, transparent 65%); border-radius: 50%; animation: cta-pulse 5s ease-in-out infinite; pointer-events: none; } .cta-banner::after { content: »; position: absolute; bottom: -60px; left: -60px; width: 260px; height: 260px; background: radial-gradient(circle, rgba(255,255,255,0.06) 0%, transparent 65%); border-radius: 50%; animation: cta-pulse 7s ease-in-out infinite reverse; pointer-events: none; } @keyframes cta-pulse { 0%, 100% { transform: scale(1); opacity: 0.6; } 50% { transform: scale(1.2); opacity: 1; } } /* Grid overlay */ .cta-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px); background-size: 40px 40px; pointer-events: none; } /* Shimmer */ .cta-shimmer { position: absolute; top: 0; left: -60%; width: 50%; height: 3px; background: linear-gradient(90deg, transparent, rgba(93,212,248,0.8), rgba(255,255,255,0.5), transparent); animation: shimmer 4s ease-in-out infinite; pointer-events: none; } @keyframes shimmer { 0% { left: -60%; } 100% { left: 110%; } } .cta-inner { position: relative; z-index: 1; } .cta-eyebrow { display: inline-block; background: rgba(93,212,248,0.2); color: #5DD4F8 !important; font-size: 11px !important; font-weight: 700 !important; letter-spacing: 2px; text-transform: uppercase; padding: 6px 18px; border-radius: 50px; margin-bottom: 20px; font-family: ‘Outfit’, sans-serif !important; } .cta-title { font-size: clamp(24px, 3.5vw, 40px) !important; font-weight: 900 !important; color: #FFFFFF !important; margin: 0 0 14px 0 !important; padding: 0 !important; font-family: ‘Outfit’, sans-serif !important; line-height: 1.15 !important; } .cta-title span { color: #5DD4F8 !important; } .cta-text { font-size: 16px !important; color: rgba(255,255,255,0.78) !important; max-width: 520px; margin: 0 auto 34px !important; padding: 0 !important; font-family: ‘Outfit’, sans-serif !important; line-height: 1.65 !important; } .cta-btn { display: inline-flex; align-items: center; gap: 10px; background: #FFFFFF; color: #003A75 !important; font-family: ‘Outfit’, sans-serif !important; font-size: 16px !important; font-weight: 700 !important; padding: 15px 36px; border-radius: 50px; text-decoration: none !important; transition: all 0.3s cubic-bezier(0.34, 1.4, 0.64, 1); box-shadow: 0 8px 28px rgba(0,0,0,0.2); } .cta-btn:hover { transform: translateY(-4px) scale(1.03); box-shadow: 0 16px 44px rgba(0,0,0,0.3), 0 0 30px rgba(93,212,248,0.25); color: #0055A4 !important; text-decoration: none !important; } .cta-btn svg { transition: transform 0.25s ease; } .cta-btn:hover svg { transform: translateX(5px); } /* ── CONTACTS ── */ .contacts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 40px; } .contact-card { background: #FFFFFF; border: 1.5px solid #E0ECFB; border-radius: 16px; padding: 22px 18px; display: flex; align-items: center; gap: 14px; text-decoration: none !important; transition: all 0.28s cubic-bezier(0.34, 1.4, 0.64, 1); } .contact-card:hover { border-color: #0077CC; box-shadow: 0 10px 30px rgba(0,85,164,0.13); transform: translateY(-4px); text-decoration: none !important; } .contact-card:hover .c-ico { transform: scale(1.12) rotate(-5deg); } .c-ico { width: 46px; height: 46px; background: linear-gradient(135deg, #EBF5FF, #D0E8FF); border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1); } .c-label { font-size: 11px !important; font-weight: 600 !important; color: #5A7DA0 !important; letter-spacing: 0.8px; text-transform: uppercase; display: block; margin-bottom: 3px; font-family: ‘Outfit’, sans-serif !important; } .c-value { font-size: 15px !important; font-weight: 700 !important; color: #003A75 !important; display: block; line-height: 1.3 !important; font-family: ‘Outfit’, sans-serif !important; } /* ── SEO TEXT ── */ .seo-text-box { background: #F4F9FF; border-radius: 14px; padding: 22px 26px; } .seo-text-title { font-size: 15px !important; font-weight: 700 !important; color: #003A75 !important; margin: 0 0 10px 0 !important; padding: 0 !important; font-family: ‘Outfit’, sans-serif !important; } .seo-text-body { font-size: 13px !important; color: #5A7DA0 !important; line-height: 1.75 !important; margin: 0 !important; padding: 0 !important; font-family: ‘Outfit’, sans-serif !important; } @media (max-width: 700px) { .cta-banner { padding: 36px 20px; } .contacts-grid { grid-template-columns: 1fr; } } Часто задаваемые вопросы Как получить ключ активации после оплаты?После оплаты через Click или Payme лицензионный ключ автоматически отправляется на указанный email. Обычно это занимает 5–30 минут. Затем создайте аккаунт ESET HOME (если его ещё нет) и активируйте ключ в приложении. Можно ли установить на несколько устройств с одной лицензией?Да. В зависимости от тарифа одна лицензия защищает 1, 2, 3, 5 или 10 устройств — Windows, macOS и Android. Все устройства управляются через единый портал ESET HOME. Какие способы оплаты доступны в Узбекистане? Оплата принимается через мобильные приложения Click и Payme. Оплата наличными и картами Visa/Mastercard недоступна. Для организаций — оплата по договору с выставлением счёта и НДС. Свяжитесь с нами по телефону. Работает ли ESET на Windows 11 и macOS Sonoma? Да. ESET HOME Security Essential полностью поддерживает Windows 10 и Windows 11, а также macOS 11 Big Sur, Monterey, Ventura и Sonoma. Поддерживаются процессоры Intel и Apple Silicon (M1, M2, M3). Что делать, если срок лицензии заканчивается? За несколько недель до истечения срока ESET HOME и приложение уведомят вас. Продлить подписку можно на uzsoft.uz — та же простая оплата через Click или Payme. Ваши настройки и история сохраняются. Замедляет ли ESET работу компьютера? Нет. ESET известен минимальной нагрузкой на систему. Небольшие обновления баз, быстрое сканирование и низкое потребление ресурсов ЦП и RAM. По независимым тестам AV-Comparatives ESET входит в число самых лёгких антивирусов. Есть ли поддержка для корпоративных клиентов? Да. Мы работаем с юридическими лицами по договору с НДС. Предоставляем счёт-фактуру и акт выполненных работ. Корпоративные скидки при покупке от 5 лицензий. Обращайтесь по телефону +998 (71) 200-98-98 или email sales@uzsoft.uz. 🛒 Купить сейчас Защитите свои устройства уже сегодня Официальная лицензия ESET HOME Security Essential с доставкой ключа на email. Узбекистан — Ташкент, Самарканд, Бухара, Наманган и вся страна. Добавить в корзину Телефон +998 (71) 200-19-99 Email info@starlab.uz Сайт uzsoft.uz ESET HOME Security Essential в Ташкенте и по всему Узбекистану Купить ESET HOME Security Essential в Узбекистане можно на официальном партнёрском сайте uzsoft.uz. Лицензии для физических и юридических лиц с доставкой ключа на email. Тарифы на 1, 2, 3, 5 и 10 устройств. Обслуживаем клиентов из Ташкента, Самарканда, Бухары, Намангана, Андижана, Ферганы, Нукуса, Термеза и других городов Узбекистана. ESET HOME Security Essential — защита от вирусов, ransomware, фишинга и шпионского ПО. Продукт сертифицирован и отмечен наградами AV-Comparatives. Официальная лицензия, техническая поддержка на русском языке.

AI Readiness

Good foundation, but some important product data is still missing.

66%