.product-description { font-size: 16px; width: 100%; margin-left: auto; margin-right: auto; font-family: 'Montserrat', 'Arial', sans-serif!important; } .product-description img { max-width: 100%; } .product-description table { border: none !important; } .product-description td { border: none !important; } .product-description .l-iframe-container { position: relative; padding-top: 56%; } .product-description .l-iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .product-description h1, .product-description h2, .product-description h3, .product-description h4, .product-description h5 { text-transform: uppercase; font-weight: 800; margin-bottom: 20px !important; font-size: 38px; line-height: 1.1; } .product-description h1 span, .product-description h2 span, .product-description h3 span, .product-description h4 span, .product-description h5 span { цвет: красный; } .product-description .center { text-align: center; font: inherit; font-family: 'Open Sans', sans-serif!important; } .product-description .image { text-align: center; padding-top: 20px; padding-bottom: 20px; } .product-description .bold { font-weight: bold; } .product-description .list2 { text-align: center; list-style-position: inside; list-style-type: circle; padding: 0; } .product-description p { vertical-align: top; font-size: 16px; margin-bottom: 1em; } .product-description-center { text-align: center; } .product-description-center-narrow { max-width: 50%; margin: 0 auto; } .product-description-section { margin: 0 0 30px 0 !important; text-align: center; overflow: hidden; } .product-description-section.product-description-section-without-margin { margin: 0 !important; padding: 0 !important; } .product-description-text-left { text-align: justify; padding-right: 10px; font-size: 14px; } .product-description-text { text-align: justify; font-size: 14px; } .product-description-text.product-description-center { text-align: center; } .product-description-column { border: none; width: 50%; } .product-description-column h1, .product-description-column h2, .product-description-column h3, .product-description-column h4, .product-description-column h5 { text-align: left; } .product-description .no-visible { display: none; } .product-description-column-text-left { padding-right: 10px } .product-description-column-text-right { padding-left: 10px } .product-with-features { position: relative; display: inline-block; } .product-with-features--rwd { display: none; } .product-with-features__features { cursor: pointer; position: absolute; min-width: 42px; min-height: 42px; color: white; transform: translateX(-50%) translateY(-50%); } .product-with-features__icon { width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; position: relative; background: rgba(0, 0, 0, 0, 0.23); border-radius: 50%; box-shadow: 0 3px 6px rgba(0, 0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0, 0.23); } .product-with-features__icon:after { content: '+'; font-size: 42px; position: relative; z-index: 2; transition: all .2s ease; } .product-with-features__icon:before { content: ' '; width: 42px; height: 42px; border-radius: 50%; position: absolute; top: 0; background: #e30615; left: 0; box-shadow: 0 0 0 rgba(227, 6, 21, 1); animation: pulse 2s infinite; transform: scale(1); } .product-with-features__feature:nth-child(2n) .product-with-features__icon:before { animation-delay: 400ms; } .product-with-features__feature:nth-child(3n) .product-with-features__icon:before { animation-delay: 800мс; } .product-with-features__feature:nth-child(4n) .product-with-features__icon:before { animation-delay: 1200мс; } .product-with-features__feature:nth-child(5n) .product-with-features__icon:before { animation-delay: 1600ms; } @keyframes pulse { 0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(227, 6, 21, 0.7); } 70% { transform: scale(1.1); box-shadow: 0 0 0 16px rgba(227, 6, 21, 0); } 100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(227, 6, 21, 0); } } .product-with-features__feature-container { z-index: 4; display: none; position: absolute; background: #505050; цвет: белый; box-shadow: 0 3px 6px rgba(0, 0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); padding: 20px; text-align: left; width: 400px; user-select: none; } .product-with-features__feature-container--right { left: calc(100% + 20px); top: 50%; transform: translateY(-50%); } .product-with-features__feature-container--left { right: calc(100% + 20px); top: 50%; transform: translateY(-50%); } .product-with-features__feature-container--bottom { top: calc(100% + 20px); left: 50%; transform: translateX(-50%); } .product-with-features__feature-container--top { bottom: calc(100% + 20px); left: 50%; transform: translateX(-50%); } .product-with-features--rwd .product-with-features__feature { z-index: 3; position: static; transform: none; height: 0; min-height: auto; min-width: auto; } .product-with-features--rwd .product-with-features__icon { position: absolute; } .product-with-features--rwd .product-with-features__feature.active .product-with-features__feature-container { display: block; position: absolute; top: 50%; width: 80%; transform: translateY(-50%); margin-left: 10%; } .product-with-features--rwd .product-with-features__feature.active .product-with-features__feature-header { font-weight: bolder; } .product-with-features--rwd .product-with-features__feature.active .product-with-features__feature-body { font-size: 13px; font-weight: 500; white-space: pre-wrap; } .product-with-features--rwd .product-with-features__feature.active .product-with-features__icon:after { transform: rotate(45deg); } .product-with-features:not(.product-with-features--rwd) .product-with-features__feature.active { z-index: 3; } .product-with-features:not(.product-with-features--rwd) .product-with-features__feature.active .product-with-features__feature-container { display: block; } .product-with-features:not(.product-with-features--rwd) .product-with-features__feature.active .product-with-features__feature-header { font-weight: bolder; } .product-with-features:not(.product-with-features--rwd) .product-with-features__feature.active .product-with-features__feature-body { font-size: 13px; font-weight: 500; white-space: pre-wrap; } .product-with-features:not(.product-with-features--rwd) .product-with-features__feature.active .product-with-features__icon:after { transform: rotate(45deg); } .product-with-features__feature.active img { transform: rotate(45deg); } .product-with-features__feature.mousedown img { transform: scale(0.8); transition: all .3s ease; } .product-with-features__feature img { left: 0; top: 0; position: absolute; z-index: 3; переход: all .3s ease; } .product-description__text { text-align: justify; } .text-on-image__title { text-transform: uppercase; font-weight: 800; margin-bottom: 20px; font-size: 38px; line-height: 1.1; } .text-on-image { position: relative; background: #121011; } .text-on-image__text { color: #fff; position: absolute; width: 30%; top: 0; left: 90px; height: 100%; text-align: left; display: flex; justify-content: center; flex-direction: column; } .text-on-image__text--right { left: auto; right: 90px; } .text-on-image__image--rwd-container { display: none; } @media only screen and (max-width: 1200px) { .text-on-image__title { font-size: 30px; } .text-on-image__text { font-size: 14px; } } @media only screen and (max-width: 1100px) { .text-on-image__title { margin-bottom: 7px; } .text-on-image__text { width: 45%; } } @media only screen and (max-width: 1000px) { .text-on-image__title { font-size: 24px; } } @media only screen and (max-width: 820px) { .text-on-image__image { display: none; } .text-on-image__title.text-on-image__title--rwd-color, .product-description__text.product-description__text--rwd-color { color: var(--rwdColor) !important; } .text-on-image { display: flex; flex-wrap: wrap; background-image: none !important; } .product-description-center-narrow { max-width: 100%; text-align: justify!important; padding: 0 20px; } .product-description h1, .product-description h2, .product-description h3, .product-description h4, .product-description h5 { font-size: 24px; } .text-on-image__image--rwd-container { display: block; order: 1; flex: 0 0 100%; } .text-on-image__text { order: 2; flex: 1; position: initial; padding: 40px 20px; } .product-with-features { display: none; } .product-with-features--rwd { display: inline-block; } } @import url('https://fonts.googleapis.com/css?family=Arimo:400,400i,700,700i&subset=latin-ext'); @import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500, 700,800,900&display=swap&subset=latin-ext');

Познакомься с одной из самых продвинутых мышей на рынке. Узри GENESIS Zircon XIII - законченный дизайн, предлагающий все, что тебе действительно нужно. Полная аппаратная настройка (сменные переключатели, дистанции, пружины), один из лучших сенсоров в мире(Pixart PAW3395) и технология беспроводного подключения(RapidSpeed™ Wireless) для действительно проводной работы, и это еще не все. С GENESIS Zircon XIII игра только начинается.

МЫШЬ, КОТОРАЯ ИЗМЕНИТ ТВОЙ ИГРОВОЙ ПРОЦЕСС

Единство твоей руки с мышью - ключевой аспект в любом игровом процессе, ведь именно благодаря ему ты выигрываешь или проигрываешь. Именно по этой причине некоторые модели - несмотря на отличные характеристики - терпят неудачу на практике. Разрабатывая нашу последнюю мышь, мы знали, что решить эту проблему можно одним - полной персонализацией. Только она могла оправдать ожидания как того, кто ищет незамысловатую, удобную шишку, ожидая стабильности во время движения, так и профессионала, который хочет настроить четкость переключения и ход основной кнопки с точностью до 0,1 мм. Так родилась GENESIS Zircon XIII - мышь, которая изменит лицо твоего игрового процесса, кульминация 13-летнего опыта бренда GENESIS.

РАЗДВИНЬ ГРАНИЦЫ ТОЧНОСТИ С PIXART PAW3395

Приветствуем один из самых современных и передовых оптических сенсоров в мире. Pixart PAW3395 - это не только превосходное ощущение курсора и отзывчивость, но и гарантия безупречного трекинга даже при максимальной скорости 16,51 м/с и ускорении 50G. Это дает тебе уверенность в том, что все происходящее на экране будет зависеть только от твоих навыков.

ВСЕ ПЛАВНЕЕ И ПЛАВНЕЕ. УЗНАЙ О СИНХРОНИЗАЦИИ ДВИЖЕНИЯ

Получи преимущество с помощью Motion Sync- совершенно новой, доработанной технологии, которая улучшает отчетность (скорость объединения). Она гарантирует, что отправка данных о положении мыши на компьютер будет полностью синхронизирована с их получением. Это, в свою очередь, обеспечивает не только более плавное движение, но и большую эффективность регистрации каждого, даже самого незначительного, движения или действия. Не позволяй себе доминировать и сделай ставку на решение, которое гарантирует реальную выгоду.

ОДНА МЫШЬ, МНОЖЕСТВО ВОЗМОЖНОСТЕЙ

Реши для себя, как ты хочешь, чтобы работала твоя копия GENESIS Zircon XIII. Благодаря настраиваемости ты сможешь легко отрегулировать силу, необходимую для активации кнопки (специальные пружины), их ход (специальные расстояния) или заменить микропереключатели основных кнопок (в комплекте ты найдешь до 2 дополнительных типов, включая переключатели Huano Silent ). И все это без технических навыков и пайки, с помощью всего одного инструмента, входящего в комплект.

ДЛЯ ТВОЕГО УДОБСТВА

Полный комфорт обусловлен как конфигурацией, так и продуманным корпусом, который идеально подходит для руки геймера-правши. Более того, ты можешь легко настроить заднюю часть мыши под себя благодаря сменным панелям. Как и устойчивость - просто используй входящие в комплект противоскользящие захваты и наклей их на выбранные части мыши. Это же так просто.

КАЧЕСТВО, КОТОРОЕ ИМЕЕТ ЗНАЧЕНИЕ

GENESIS Zircon XIII - это качество, которое тебя удивит. Помимо сенсора Pixart PAW3395, внутри ты найдешь компоненты высочайшего качества, ведь только они могут обеспечить бесперебойный игровой процесс на долгое время. Наслаждайся сменными переключателями основных кнопок(Kailh 8.0 с долговечностью 80 миллионов нажатий) и надежным энкодером TTC Gold. За слайдеры тоже можешь не беспокоиться. Они сделаны из тефлона, а их закругленные края положительно влияют на плавность хода. В коробке ты также найдешь их дополнительный комплект. Все это для того, чтобы твоя мышь служила тебе как можно дольше.

RAPIDSPEED™ WIRELESS - НОВОЕ ИЗМЕРЕНИЕ БЕСПРОВОДНЫХ ИГР

Проводная производительность, беспроводное удобство. Познакомься с RapidSpeed™ Wireless - технологией подключения, разработанной для самых требовательных геймеров. Мгновенная передача данных, 0 помех и проводная точность - и это ещё не всё. О твоем комфорте позаботится и аккумулятор емкостью 600 мАч, обеспечивающий до 100 часов беспрерывной игры. А если ты захочешь использовать мышь традиционным способом, то сделаешь это с помощью легкого и прочного кабеля Paracord USB-C.

ФУНКЦИИ, КОТОРЫЕ ТЕБЕ ПОНРАВЯТСЯ

Не забыли мы и о дополнительных функциях, которые сделают использование GENESIS Zircon XIII быстрым и легким. Ползунок, расположенный в нижней части, позволит тебе переключаться между проводным и беспроводным режимом, а также отключать подсветку. Выделенная кнопка, в свою очередь, позволит тебе изменить режим подсветки. В сочетании со встроенной памятью и продвинутым программным обеспечением это дает тебе практически неограниченные возможности и свободу использования.

Мы подстраиваемся под тебя
Согласие
Подробности
О сайте
Этот сайт использует файлы cookie
Мы используем куки для правильной работы сайта, персонализации контента, социальных функций и анализа посещаемости магазина. Подробнее об этом читай в нашей политике конфиденциальности. Согласен ли ты на использование файлов cookie?