7 отзывов
+7 (727) 383-15-78
+7 (707) 783-15-78
IQcom.kz

О нас

.uc-link { display: inline-block; padding: 10px 15px; text-decoration: none !important; text-align: center; min-width: 150px; color: #fff!important; background: #648ec8; border-radius: 4px; font-size: 16px; transition: all .3s; margin-top: 10px; } .uc-link:hover { transform: scale(0.9); } .uc-banner-color { margin-bottom: 130px; height: 350px; padding: 20px; box-sizing: border-box; background: #e36159 ; } .uc-banner-inner { display: flex; text-align: center; justify-content: center; } .uc-banner-img { width: 400px; height: 400px !important; margin-top: 40px; box-shadow: 0 20px 30px rgba(0, 0, 0, .3); } .uc-banner-text { width: 50%; height: 1%; margin-top: 85px; margin-left: -55px; background-color: #fff; padding: 30px; box-shadow: 0 20px 30px rgba(0, 0, 0, .3); text-align: center; } .uc-banner-text strong { color: #e36159 ; font-size: 20px; } .uc-d8 { position: relative; } .uc-d8 h2 { padding-bottom: 10px; margin-bottom: 20px; } .uc-d8 h2:before { content: ""; position: absolute; bottom: -5px; left: 50%; margin-left: -3px; width: 8px; height: 8px; border-radius: 50%; background: #e36159 ; z-index: 1; } .uc-d8 h2:after { content: ""; position: absolute; bottom: -2px; left: 50%; margin-left: -25%; width: 50%; height: 1px; background: #4d4d4d; } @media screen and (max-width: 1100px) { .uc-banner-color { margin-bottom: 60px; } .uc-banner-img { width: 300px; height: 300px !important; margin-top: 0px; } .uc-banner-text { margin-top: 30px; padding: 20px; } } @media screen and (max-width: 800px) { .uc-banner-color { margin-bottom: 20px; height: auto; } .uc-banner-inner { display: block; } .uc-banner-img { width: 150px; height: 150px !important; margin: 0 0 15px; } .uc-banner-text { width: auto; margin-top: 0px; margin-left: 0px; } } .uc-wow-panel { padding: 20px; text-align: center; } .uc-wow-panel h2 { margin-bottom: 20px; } .uc-wow { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; -ms-flex-wrap: wrap; flex-wrap: wrap; } .uc-num-item { width: 23%; margin: 15px 1%; } .uc-num-elipse { position: relative; width: 150px; height: 150px; border-radius: 50%; background-color: #DE473F; overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin: 0 auto 15px; box-shadow: 0px 0px 10px #fff inset; } .uc-elipse-img { position: absolute; max-width: none !important; -webkit-animation: rotate 5s infinite linear; animation: rotate 5s infinite linear; } .uc-elipse-img2 { -webkit-animation: rotate 7s infinite linear; animation: rotate 7s infinite linear; } .uc-elipse-img3 { -webkit-animation: rotate 6s infinite linear; animation: rotate 6s infinite linear; } .uc-elipse-img4 { -webkit-animation: rotate 8s infinite linear; animation: rotate 8s infinite linear; } .uc-elipse-text { color: #fff; font-size: 35px; position: relative; } .uc-num-text { font-size: 14px; } @-webkit-keyframes rotate { 0% { -webkit-transform: rotate(0); transform: rotate(0); } 33% { -webkit-transform: rotate(15deg); transform: rotate(15deg); } 66% { -webkit-transform: rotate(-15deg); transform: rotate(-15deg); } 100% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } } @keyframes rotate { 0% { -webkit-transform: rotate(0); transform: rotate(0); } 33% { -webkit-transform: rotate(15deg); transform: rotate(15deg); } 66% { -webkit-transform: rotate(-15deg); transform: rotate(-15deg); } 100% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } } @media screen and (max-width: 1025px) { .uc-num-item { width: 48%; } } @media screen and (max-width: 600px) { .uc-num-item { width: 100%; } } .uc-panel { padding: 20px; text-align: center; background: url(https://uaprom-uc.prom.st/production/design_template/843/images/bodybg.gif); } .uc-panel h2 { margin-bottom: 20px; text-align: center; } .uc-wrapper { display: inline-block; vertical-align: top; margin: 1%; width: 30%; text-decoration: none; } .uc-img-holder { display: block; text-align: center; position: relative; overflow: hidden; box-sizing: border-box; max-width: 300px; max-height: 300px; margin: 0 auto; transition: all 0.5s linear; } .uc-wrapper img { height: auto!important; } .uc-overlay { position: absolute; width: 100px; height: 100px; top: 90px; left: 90px; border-radius: 100%; background: rgba(227, 97, 89, 0.9); } .uc-caption { position: absolute; top: 100%; left: 0px; width: 100%; height: 100%; display: flex; padding: 0 10px; align-items: center; box-sizing: border-box; color: #fff!important; background-color: rgba(227, 97, 89, 0.9); -moz-transition: all 0.4s linear 0s; -ms-transition: all 0.4s linear 0s; -webkit-transition: all 0.4s linear 0s; -o-transition: all 0.4s linear 0s; transition: all 0.4s linear 0s; } .uc-name { font-size: 18px; color: #e36159; display: inline-block; margin-top: 10px; } .uc-name:hover { color: #3a3a3a; } .uc-desc { display: block; margin: 10px 0; position: absolute; visibility: hidden; color: #333; } @-webkit-keyframes bounce { from {top: 100px;} 25% {top: 200px;} 50% {top: 100px;} 75% {top: 0px;} to {top: -200px;} } @-ms-keyframes bounce { from {top: 100px;} 25% {top: 200px;} 50% {top: 100px;} 75% {top: 0px;} to {top: -200px;} } @-o-keyframes bounce { from {top: 100px;} 25% {top: 200px;} 50% {top: 100px;} 75% {top: 0px;} to {top: -200px;} } @-moz-keyframes bounce { from {top: 100px;} 25% {top: 200px;} 50% {top: 100px;} 75% {top: 0px;} to {top: -200px;} } @keyframes bounce { from {top: 100px;} 25% {top: 200px;} 50% {top: 100px;} 75% {top: 0px;} to {top: -200px;} } .uc-bubbles .uc-bubble { width: 40px; height: 40px; position: absolute; top: 100%; /*background: -moz-radial-gradient(circle at center center, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.9)); background: -ms-radial-gradient(circle at center center, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.9)); background: -o-radial-gradient(circle at center center, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.9)); background: -webkit-radial-gradient(circle at center center, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.9)); background: radial-gradient(circle at center center, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.9));*/ background: #ffffff; -webkit-border-radius: 100px; border-radius: 100px; } .uc-effect .uc-bubbles .uc-bubble-2 { left: 20px; } .uc-effect .uc-bubbles .uc-bubble-3 { left: 60px; } .uc-effect .uc-bubbles .uc-bubble-4 { left: 90px; } .uc-effect .uc-bubbles .uc-bubble-5 { left: 120px; } .uc-effect .uc-bubbles .uc-bubble-6 { left: 150px; } .uc-effect .uc-bubbles .uc-bubble-7 { left: 250px; } .uc-effect .uc-bubbles .uc-bubble-8 { left: 300px; } .uc-effect .uc-bubbles .uc-bubble-9 { left: 190px; } .uc-effect .uc-bubbles .uc-bubble-10 { left: 220px; } .uc-effect .uc-bubbles .uc-bubble-11 { left: 270px; } .uc-effect .uc-bubbles .uc-bubble-12 { left: 45px; } .uc-effect .uc-bubbles .uc-bubble-13 { left: 15px; } @-webkit-keyframes bubble { from { top: 100%; } to { top: -100%; } } @-ms-keyframes bubble { from { top: 100%; } to { top: -100%; } } @-o-keyframes bubble { from { top: 100%; } to { top: -100%; } } @-moz-keyframes bubble { from { top: 100%; } to { top: -100%; } } @keyframes bubble { from { top: 100%; } to { top: -100%; } } .uc-effect:hover .uc-bubbles .uc-bubble { -moz-animation: bubble 9s infinite; -ms-animation: bubble 9s infinite; -o-animation: bubble 9s infinite; -webkit-animation: bubble 9s infinite; animation: bubble 9s infinite; } .uc-effect:hover .uc-bubbles .uc-bubble-2 { -moz-animation-delay: 2s; -o-animation-delay: 2s; -ms-animation-delay: 2s; -webkit-animation-delay: 2s; animation-delay: 2s; } .uc-effect:hover .uc-bubbles .uc-bubble-3 { -moz-animation-delay: 6s; -o-animation-delay: 6s; -ms-animation-delay: 6s; -webkit-animation-delay: 6s; animation-delay: 6s; } .uc-effect:hover .uc-bubbles .uc-bubble-4 { -moz-animation-delay: 3.5s; -o-animation-delay: 3.5s; -ms-animation-delay: 3.5s; -webkit-animation-delay: 3.5s; animation-delay: 3.5s; } .uc-effect:hover .uc-bubbles .uc-bubble-5 { -moz-animation-delay: 4s; -o-animation-delay: 4s; -ms-animation-delay: 4s; -webkit-animation-delay: 4s; animation-delay: 4s; } .uc-effect:hover .uc-bubbles .uc-bubble-6 { -moz-animation-delay: 7.2s; -o-animation-delay: 7.2s; -ms-animation-delay: 7.2s; -webkit-animation-delay: 7.2s; animation-delay: 7.2s; } .uc-effect:hover .uc-bubbles .uc-bubble-7 { -moz-animation-delay: 1s; -o-animation-delay: 1s; -ms-animation-delay: 1s; -webkit-animation-delay: 1s; animation-delay: 1s; } .uc-effect:hover .uc-bubbles .uc-bubble-8 { -moz-animation-delay: 2.6s; -o-animation-delay: 2.6s; -ms-animation-delay: 2.6s; -webkit-animation-delay: 2.6s; animation-delay: 2.6s; } .uc-effect:hover .uc-bubbles .uc-bubble-9 { -moz-animation-delay: 5s; -o-animation-delay: 5s; -ms-animation-delay: 5s; -webkit-animation-delay: 5s; animation-delay: 5s; } .uc-effect:hover .uc-bubbles .uc-bubble-10 { -moz-animation-delay: 6.4s; -o-animation-delay: 6.4s; -ms-animation-delay: 6.4s; -webkit-animation-delay: 6.4s; animation-delay: 6.4s; } .uc-effect:hover .uc-bubbles .uc-bubble-11 { -moz-animation-delay: 8s; -o-animation-delay: 8s; -ms-animation-delay: 8s; -webkit-animation-delay: 8s; animation-delay: 8s; } .uc-effect:hover .uc-bubbles .uc-bubble-12 { -moz-animation-delay: 5.3s; -o-animation-delay: 5.3s; -ms-animation-delay: 5.3s; -webkit-animation-delay: 5.3s; animation-delay: 5.3s; } .uc-effect:hover .uc-bubbles .uc-bubble-13 { -moz-animation-delay: 8.5s; -o-animation-delay: 8.5s; -ms-animation-delay: 8.5s; -webkit-animation-delay: 8.5s; animation-delay: 8.5s; } .uc-effect:hover img { filter: blur(1px); } .uc-effect:hover .uc-caption { top: 0px; -moz-transition-delay: 0.5s; -o-transition-delay: 0.5s; -ms-transition-delay: 0.5s; -webkit-transition-delay: 0.5s; transition-delay: 0.5s; } .uc-effect:hover .uc-overlay { -moz-animation: bounce 0.3s linear forwards; -o-animation: bounce 0.3s linear forwards; -ms-animation: bounce 0.3s linear forwards; -webkit-animation: bounce 0.3s linear forwards; animation: bounce 0.3s linear forwards; } @media screen and (max-width: 1060px) { .uc-wrapper { width: 46%; } } @media screen and (max-width: 800px) { .uc-desc { position: static; visibility: visible; } .uc-panel .uc-wrapper { width: auto; } .uc-overlay { display: none; } } .uc-numbers { padding: 20px; } .uc-numbers_wrap { display: flex; flex-wrap: wrap; } .uc-numbers h2 { text-align: center; margin-bottom: 20px; } .uc-numbers-scheme { background: url(https://d246sc7spddeom.cloudfront.net/production/design_template/980/images/bodybg.gif); display: inline-block; box-sizing: border-box; width: 48%; margin: 1%; padding: 40px 10px 10px 20px; transition: all .3s ease; } .uc-numbers-scheme strong { transition: all .3s ease; display: inline-block; font-size: 28px; color: #e36159; } .uc-numbers-scheme:hover strong { transition: all .3s ease; color: #e36159; transform: translateY(-7px); } .uc-numbers-scheme em { font-size: 18px; color: #69b3ad; transition: all .3s ease; display: inline-block; font-weight: bold; font-style: inherit; } .uc-numbers-scheme:hover em { color: #3f3f3f; transition: all .3s ease; } @media screen and (max-width: 1000px) { .uc-numbers-scheme { width: 100%; margin: 10px auto; } } .uc-ico-panel { padding: 0 20px 40px; } .uc-ico-panel h2 { text-align: center; margin: 25px 0; } .uc-ico-wrapper { display: flex; align-items: center; margin: 20px 0px; transition: all 0.5s; } .uc-ico-wrapper:hover img { transform: rotate(180deg); } .uc-ico-wrapper-text { width: 80%; } .uc-ico-wrapper-text strong { color: #e36159; font-size: 20px; transition: all 0.3s; } .uc-ico-conteiner-img { width: 20%; display: flex; align-items: center; justify-content: center; z-index: 0; } .uc-ico-img { height: 100px; width: 100px; background: #e36159; border-radius: 100%; text-align: center; position: relative; margin: 10px; transition: all 0.5s; } .uc-ico-img2 { background: #444; } .uc-ico-wrapper:hover .uc-ico-img { box-shadow: 0 0 0 10px rgba(0,0,0,.2) } .uc-ico-img:before { content: ''; position: absolute; top: 50px; bottom: -50px; left: 50px; border-left: 2px dotted #4d4d4d; box-sizing: border-box; z-index: -1; } .uc-ico-img2:before { content: none; } .uc-ico-img img { margin-top: 25px; transition: all 0.5s; } @media screen and (max-width: 1025px) { .uc-ico-wrapper-text { width: 70%; } .uc-ico-conteiner-img { width: 30%; } } @media screen and (max-width: 600px) { .uc-ico-wrapper { flex-direction: column; text-align: center; } .uc-ico-img:before { content: none; } .uc-ico-wrapper-text { width: 100%; } .uc-ico-conteiner-img { width: 100%; } } .uc-bb1-panel { padding: 20px 0 0; text-align: center; } .uc-bb1-panel h2 { margin-bottom: 20px; } .uc-bb1-wrap { display: flex; flex-wrap: wrap; } .uc-bb1-wrapper { box-sizing: border-box; position: relative; width: 23%; margin: 15px 1%; padding: 20px 0; box-shadow: 0px 0px 20px #ddd inset; border-radius: 6px; transition: all .9s ease; } .uc-bb1-wrapper p { padding: 0px 15px; } .uc-bb1-img-holder { padding: 15px 20px; background: linear-gradient(to top right, #e36159 0%, #e36159 100%); /*text-shadow: 1px 1px 1px #fff;*/ color: #fff; border-radius: 6px 6px 0 0; font-weight: bold; font-size: 24px; text-transform: uppercase; position: relative; top: -20px; } .uc-bb1-text { margin: -25px 20px 20px; } .uc-bb1-text strong { color: #fff; font-size: 24px; } @media screen and (max-width: 1000px) { .uc-bb1-wrapper { width: 48%; } } @media screen and (max-width: 600px) { .uc-bb1-wrapper { width: 100%; } } .uc-e1 { /*background: #69b3ad;*/ color: #333; padding: 20px; text-align: center; } .uc-e1 h2 { margin-bottom: 20px; } IQcom.kz — крупный продавец пост-лизинг и б/у техники в Алматы Компьютерная и оргтехника, комплектующие для компьютера по привлекательным ценам Интернет-магазин IQcom.kz работает с 2010 года и специализируется на продаже новой и пост-лизинговой компьютерной техники из Китая и США. К нам обращаются розничные и оптовые клиенты, ставшие постоянными. Предлагаем наиболее удобные условия сотрудничества, выгодную стоимость и высокое качество продукции. Изучить ассортимент 4 причины купить компьютерную технику в IQcom.kz Опыт Наш магазин существует больше 10 лет. У нас надежно налажена работа с поставщиками и производителями. Качество Перед поступлением в продажу б/у техника проходит тщательную диагностику, на все товары действует гарантия. Цена Работа напрямую с производителями и пост-лизинг позволяют нам предлагать клиентам лучшие цены на рынке. Сервис У нас есть собственный сервисный центр, куда можно обратиться для ремонта, обслуживания и настройки техники. Востребованная компьютерная техника Предлагаем мощные современные системные блоки для работы, игр, досуга. В каталоге представлен широкий выбор моделей и большой набор технических характеристик под любые задачи. Системные блоки Предлагаем мощные современные системные блоки для работы, игр, досуга. В каталоге представлен широкий выбор моделей и большой набор технических характеристик под любые задачи. В нашем магазине можно заказать ноутбуки разных видов: от стандартных рабочих до высокопроизводительных игровых. Наши специалисты помогут выбрать нужную частоту процессора, оперативную память, разрешение и т.д. Ноутбуки В нашем магазине можно заказать ноутбуки разных видов: от стандартных рабочих до высокопроизводительных игровых. Наши специалисты помогут выбрать нужную частоту процессора, оперативную память, разрешение и т.д. Удобное устройство, сочетающее в одном корпусе несколько других. Оптимальное решение для экономии свободного пространства без потери в функциональных возможностях. Имеет стильный дизайн. Моноблок Удобное устройство, сочетающее в одном корпусе несколько других. Оптимальное решение для экономии свободного пространства без потери в функциональных возможностях. Имеет стильный дизайн. В каталоге нашего магазина большой выбор мониторов с разной диагональю и разрешением дисплея, уровнем яркости и т.д. Это позволяет выбрать подходящий вариант и для работы или учебы, и для развлечений. Мониторы В каталоге нашего магазина большой выбор мониторов с разной диагональю и разрешением дисплея, уровнем яркости и т.д. Это позволяет выбрать подходящий вариант и для работы или учебы, и для развлечений. У нас можно заказать оптом и в розницу многофункциональные устройства, выполняющие функцию печати, копирования, сканирования. Надежная техника для эффективной работы в офисе и дома. Принтеры, МФУ У нас можно заказать оптом и в розницу многофункциональные устройства, выполняющие функцию печати, копирования, сканирования. Надежная техника для эффективной работы в офисе и дома. Жесткие диски разных видов удовлетворят ваши потребности в хранении данных на компьютере и увеличении объема места на нем. К заказу доступны переносные и стационарные жесткие диски. Жесткие диски (HDD, SSD) Жесткие диски разных видов удовлетворят ваши потребности в хранении данных на компьютере и увеличении объема места на нем. К заказу доступны переносные и стационарные жесткие диски. Выгодное сотрудничество с IQcom.kz Наша компания предлагает очень хорошее качество и доступные цены на компьютеры и комплектующие. Мы зарекомендовали себя как надежный продавец на территории РК и СНГ, у нас есть большая база постоянных клиентов. У нас можно приобрести новую и подержанную технику с действующим гарантийным сроком. Можем поставить оборудование различного назначения, для домашнего и офисного использования. Мы следим за актуальностью информации на нашем сайте, она ежедневно автоматически обновляется. Поэтому наличие товара, его описание и стоимость, указанная в каталоге, всегда актуальна. Благодаря налаженной работе с производителями мы можем предлагать своим клиентам индивидуальные условия оптовых поставок. При заказе на сумму от 100 000 тг по городу Алматы доставляем товар бесплатно. Перейти в каталог IQcom.kz — надежная техника и комплектующие для ноутбука, компьютера Прямые поставки Мы работаем напрямую с китайскими производителями компьютерных комплектующих и поставляем продукцию от них в максимально короткий срок. Также это гарантирует высокое качество предлагаемого товара. Официальная гарантия Пост-лизинговая техника в обязательном порядке проходит диагностику качества. На нее действует гарантия от 1 недели до 1 года, гарантийный срок для новой техники от производителя составляет 1 год. Хорошее обслуживание Наша команда состоит из квалифицированных профессионалов, хорошо разбирающихся в технике. От нас вы получите компетентную консультацию по товару и быстрое выполнение заказа. Оперативная доставка У нас действует несколько способов доставки, что позволяет получить товар за считанные дни или даже часы. Доставка по Алматы занимает от 30 минут до 3 часов, по РК товар отправляется в течение 1-3 дней. Выбрать технику Схема покупки техники и комплектующих в IQcom.kz 1 Оформление заказа на сайте или по телефону. 2 Предоплата 100% любым удобным способом. 3 Доставка по Казахстану любой транспортной компанией. 4 Экспресс доставка по Алматы с помощью службы Яндекс. IQcom.kz — качественная техника на долгие годы Индивидуально подходим к потребностям каждого клиента, обратившегося к нам. Предлагаем большой выбор компьютерной техники, комплектующих, аксессуаров. У нас можно купить недорогую, но надежную технику, которая будет служить много лет, помогая решать задачи и зарабатывать деньги. Сделать заказ

Информация о компании

Название:
IQcom.kz
Тип компании:
Торговая компания, Продажа б/у товаров, сток
Бренды:
iqcom.kz
Количество сотрудников:
5-10 человек

Организационно-правовая форма и капитал

Год основания:
2010

Информация о производстве

Контроль качества:
Внутренний