Витрина
Сервисный центр по ремонту Компьютеров и ноутбуков
.ucv-a2-panel strong {
font-size: 20px;
color: #fc9b01;
}
.ucv-a2-panel {
background: #777 url('http://content.s2.prom.st/August2021/agilitas-bolts-on-npvision_1200_675_80_c1.jpg') center;
background-size: cover;
display: flex;
align-items: flex-start;
}
.ucv-a2-texts {
background-color: rgba(55, 55, 55, 0.7);
margin: 0;
padding: 20px 15px 20px 40px;
width: 46%;
text-align: left;
border-radius: 0;
}
.ucv-a2-header {
font-size: 26px;
line-height: 32px;
color: #fc9b01;
margin: 0px 0px 5px;
padding: 7px 60px 7px 15px;
}
.ucv-a2-sub-header {
font-size: 16px;
line-height: 32px;
padding: 7px 15px;
color: #fff;
margin: 0px 0px 10px;
}
.ucv-a2-text {
position: relative;
font-size: 14px;
line-height: 26px;
color: #fff;
margin: 0px 0px 10px;
border-left: 2px solid #fc9b01;
padding-left: 10px;
}
.ucv-a2-link {
display: inline-block;
height: 37px;
line-height: 37px;
text-decoration: none !important;
text-align: center;
color: #fc9b01 !important;
padding: 0 20px;
border: 2px solid #fc9b01;
border-radius: 20px;
font-size: 16px;
}
.ucv-a2-link:hover {
color: #fff !important;
border-color: #fff;
}
@media screen and (max-width: 1300px) {
.ucv-a2-texts {
width: auto;
text-align: left !important;
border-radius: 0;
}
.ucv-a2-panel {
padding: 0;
}
}
.ucv-a2-text::after {
content: "";
position: absolute;
top: -10px;
left: -6px;
background: #fc9b01;
height: 10px;
width: 10px;
border-radius: 100%;
}
.ucv-a2-text::before {
content: "";
position: absolute;
bottom: -10px;
left: -6px;
background: #fc9b01;
height: 10px;
width: 10px;
border-radius: 100%;
}
.uc-btns {
display: inline-block;
padding: 8px 30px;
font-size: 16px;
color: #fff !important;
text-decoration: none !important;
background: #fc9b01;
border-radius: 20px;
transition: all .3s ease;
}
.uc-btns:hover {
background: #313030;
transition: all .3s ease;
}
.ucv-b1-panel {
padding: 20px 0;
text-align: center;
border-bottom: 1px solid #313030;
}
.ucv-b1-panel:after {
content: " ";
display: block;
clear: both;
font-size: 0px;
}
.ucv-b1-header {
margin-bottom: 40px;
text-align: center;
}
.ucv-b1-wrapper {
display: inline-block;
vertical-align: top;
margin: 10px .5%;
text-decoration: none;
}
.ucv-b1-img-holder {
display: block;
text-align: center;
position: relative;
overflow: hidden;
max-width: 300px;
margin: 0 auto;
border: 1px solid #ebebeb;
}
.ucv-b1-img-holder__bl {
display: block;
position: relative;
overflow: hidden;
max-width: 300px;
margin: 0 auto;
}
.ucv-b1-img-holder__bl:after {
content: '';
display: inline-block;
position: absolute;
bottom: 0;
right: 0;
background: #fc9b01;
height: 2px;
transition: all .2s ease-out;
width: 0;
}
.ucv-b1-img-holder__bl:hover:after {
transition: all .2s ease-out;
width: 300px;
}
.ucv-b1-img-holder__bl:hover:before {
transition: all .4s ease-out .2s;
height: 300px;
}
.ucv-b1-img-holder__bl:before {
content: '';
display: inline-block;
position: absolute;
bottom: 0;
left: 0;
background: #fc9b01;
height: 0;
transition: all .4s ease-out .2s;
width: 2px;
z-index: 5;
}
.ucv-b1-img-holder:after {
content: '';
display: inline-block;
position: absolute;
top: 0;
left: 0;
background: #fc9b01;
height: 2px;
transition: all .2s ease-out;
width: 0;
}
.ucv-b1-img-holder:before {
content: '';
display: inline-block;
position: absolute;
top: 0;
right: 0;
background: #fc9b01;
height: 0;
transition: all .4s ease-out .2s;
width: 2px;
z-index: 5;
}
.ucv-b1-img-holder:hover:after {
transition: all .2s ease-out;
width: 300px;
}
.ucv-b1-img-holder:hover:before {
transition: all .4s ease-out .2s;
height: 300px;
}
.ucv-b1-img-holder img {
display: block;
height: auto !important;
}
.ucv-b1-img-holder:hover .ucv-b1-hint {
left: 0;
}
.ucv-b1-hint {
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.9);
text-align: left;
color: #000;
transition: all 0.6s ease 0s;
overflow: hidden;
}
.ucv-b1-hint-body {
position: absolute;
top: 50%;
left: 0;
width: 100%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
padding: 15px;
box-sizing: border-box;
}
.ucv-b1-name {
font-size: 15px;
color: #313030;
display: inline-block;
margin-top: 10px;
}
.ucv-b1-name:hover {
color: #ed6a5a;
}
.ucv-b1-desc {
display: block;
margin: 10px 0;
position: absolute;
visibility: hidden;
color: #333;
}
.ucv-b1-panel .ucv-b1-wrapper {
width: 48%;
}
@media screen and (max-width: 768px) {
.ucv-b1-desc {
position: static;
visibility: visible;
}
.ucv-b1-panel .ucv-b1-wrapper {
width: 51%;
}
.ucv-b1-panel .ucv-b1-wrapper+.ucv-b1-wrapper+.ucv-b1-wrapper {
width: 51%;
}
}
@media screen and (max-width: 630px) {
.ucv-b1-hint-body {}
}
@media screen and (max-width: 500px) {
.ucv-b1-panel .ucv-b1-wrapper,
.ucv-b1-panel .ucv-b1-wrapper+.ucv-b1-wrapper+.ucv-b1-wrapper {
width: auto;
margin-right: 15px;
margin-left: 15px;
}
}
.uc-arr-panel {
padding: 20px;
border-bottom: 1px solid #313030;
}
.uc-arr-panel:after {
content: " ";
display: block;
clear: both;
font-size: 0px;
}
.uc-arr-header {
text-align: center;
margin-bottom: 30px !important;
}
.uc-arr-table {
border-width: 0px !important;
width: 50% !important;
table-layout: fixed;
float: left;
}
.uc-arr-table td {
padding: 7px;
}
.uc-arr-table+.uc-arr-table {
margin-left: 0%;
}
.uc-arr-table-col1 {
width: 60px;
}
.uc-arr-table-marker {
width: 60px;
height: 50px;
margin: 0px auto;
line-height: 61px;
text-align: center;
font-size: 30px;
transition: all 0.3s;
}
.uc-arr-table tr:hover .uc-arr-table-marker {}
.uc-arr-table-marker img {
transition: all 1s;
transform: translateX(0px) scale(0.9) rotate(0);
}
.uc-arr-table tr:hover .uc-arr-table-marker img {
transform: translate(10px, 0) scale(1.0) rotateX(370deg);
}
@media screen and (max-width: 800px) {
.uc-arr-table {
float: none;
width: 100% !important;
}
.uc-arr-table+.uc-arr-table {
margin: 0;
}
}
@media screen and (max-width: 500px) {
.uc-arr-table td {
vertical-align: top !important;
}
}
.uc-clear {
clear: both;
height: 0px;
}
:root {
--infograph-color2: #fc9b01;
--infograph-color1: #313030;
}
.uc-four-panel {
padding: 20px 10px;
border-bottom: 1px solid #313030;
}
.uc-four-header {
text-align: center;
margin-bottom: 30px !important;
}
.uc-four-container {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.uc-four-item {
display: flex;
flex-direction: column;
width: 40%;
padding: 30px;
box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.38);
margin: 20px 0;
}
.uc-four-content-1,
.uc-four-content-2,
.uc-four-content-3,
.uc-four-content-4 {
text-align: center;
position: relative;
padding: 40px;
display: flex;
flex-direction: column;
align-items: center;
height: 100%;
}
.uc-four-content-1:after {
content: '';
position: absolute;
top: 0px;
right: 0px;
width: 100%;
height: 15px;
background: var(--infograph-color2);
}
.uc-four-content-1:before {
content: '';
position: absolute;
bottom: 0px;
left: 0px;
width: 15px;
height: 100%;
background: var(--infograph-color2);
}
.uc-four-content-2:after {
content: '';
position: absolute;
top: 0px;
right: 0px;
width: 100%;
height: 15px;
background: var(--infograph-color1);
}
.uc-four-content-2::before {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 15px;
height: 100%;
background: var(--infograph-color1);
}
.uc-four-content-3:after {
content: '';
position: absolute;
bottom: 0px;
right: 0px;
width: 100%;
height: 15px;
background: var(--infograph-color1);
}
.uc-four-content-3::before {
content: '';
position: absolute;
bottom: 0px;
left: 0px;
width: 15px;
height: 100%;
background: var(--infograph-color1);
}
.uc-four-content-4::after {
content: '';
position: absolute;
bottom: 0px;
right: 0px;
width: 100%;
height: 15px;
background: var(--infograph-color2);
}
.uc-four-content-4::before {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 15px;
height: 100%;
background: var(--infograph-color2);
}
.uc-four-header {
font-size: 24px;
}
.uc-four-text {}
.uc-four-icon {}
@media screen and (max-width: 1100px) {
.uc-four-item {
width: 80%;
}
.uc-four-content-1:after,
.uc-four-content-1:before,
.uc-four-content-2:after,
.uc-four-content-2:before,
.uc-four-content-3:after,
.uc-four-content-3:before,
.uc-four-content-4:after,
.uc-four-content-4:before {
display: none;
}
.uc-four-content-1,
.uc-four-content-3 {
border: 35px solid var(--infograph-color2);
border-radius: 20px;
}
.uc-four-content-2,
.uc-four-content-4 {
border: 35px solid var(--infograph-color1);
border-radius: 20px;
}
}
.uc-container {
padding: 20px;
border-bottom: 1px solid #313030;
}
.uc-advantages {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.uc-advantages__element {
width: 46%;
box-shadow: 0 0 5px #d4d4d4;
margin: 20px 0;
transition: .5s;
}
.uc-advantages__element:hover {
box-shadow: 0 0 20px #d4d4d4;
transition: .5s;
}
.uc-advantages__icon_area {
float: left;
shape-outside: circle(70% at 0 0);
clip-path: circle(70% at 0 0);
shape-margin: 15px;
width: 200px;
min-height: 160px;
line-height: 50%;
background: #fc9b01;
position: relative;
transition: .5s;
}
.uc-advantages__element:hover .uc-advantages__icon_area {
background: #313030;
transition: .5s;
}
.uc-advantages__content_header {
font-size: 18px;
color: #313030;
}
/* Если захотите сменить бэкграунд для каждой иконки
.uc-icon_area__one {
}
.uc-icon_area__two {
}
.uc-icon_area__three {
}
.uc-icon_area__four {
}
*/
.uc-advantages__pic {
max-width: 100px;
position: absolute;
left: 20px;
top: 20px;
}
.uc-advantages_content {
padding: 20px 5px;
box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
.uc-advantages__element {
width: 100%;
}
}
@media screen and (max-width: 600px) {
.uc-advantages__pic {
left: 5px;
top: 5px;
}
.uc-advantages__icon_area {
float: left;
shape-outside: circle(49% at 0 0);
clip-path: circle(49% at 0 0);
}
}
.uc-hover {
padding: 20px;
text-align: center;
border-bottom: 1px solid #313030;
}
.uc-hover h2 {
margin-bottom: 30px;
}
.uc-hover-wrapper {
-webkit-transform: translateZ(0);
transform: translateZ(0);
position: relative;
overflow: auto;
margin: 15px;
padding: 20px;
min-height: 74px;
display: inline-block;
width: 39%;
background: #f9f9f9;
}
.uc-hover-wrapper span {
color: #fc9b01;
font-size: 25px;
}
.uc-hover-wrapper:before {
content: "";
position: absolute;
z-index: -1;
left: 50%;
right: 50%;
bottom: 0;
background: #fc9b01;
height: 2px;
-webkit-transition-property: left, right;
transition-property: left, right;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.uc-hover-wrapper:hover:before {
left: 0;
right: 0;
}
@media screen and (max-width: 1300px) {
.uc-hover-wrapper {
width: 30%;
margin-right: 2%;
margin-left: 2%;
}
}
.uc-footer {
padding: 20px 0 0;
text-align: center;
}
.uc-footer p {
margin: 20px 0;
}
Ремонт ноутбуков и ПК, реализация запчастей и комплектующих
Itplus — ваш сервисный центр по ремонту компьютеров и ноутбуков!
Компания Itplus начала свою деятельность в 2012 году с обслуживания компьютерной техники и мелких срочных ремонтов. С годами работы рос наш профессионализм и приобреталось новое современное оборудование. Это позволило нашему сервисному центру выполнять все виды ремонтных работ. На сегодняшний день мы решаем задачи любой сложности в области ремонта и обслуживания компьютерной техники.
К услугам компании
Наши товары и услуги
В ассортименте представлен большой выбор клавиатур для ноутбуков от ведущих производителей Acer, Asus, Hp, Dell, Toshiba. Клавиатуры для ноутбуков В ассортименте представлен большой выбор клавиатур для ноутбуков от ведущих производителей Acer, Asus, Hp, Dell, Toshiba. У нас вы можете купить по доступной цене оригинальные Блок питания для ноутбуков Samsung, Asus, HP, Dell, Lenovo. Блоки питания для ноутбуков У нас вы можете купить по доступной цене оригинальные Блок питания для ноутбуков Samsung, Asus, HP, Dell, Lenovo. Предлагаем такие услуги: диагностика неисправностей материнской платы ноутбука, чистка ноутбука, настройка ПО, удаление вирусов и Upgrade ноутбуков, восстановление ноутбука после пролитой жидкости, замена матриц, ремонт корпусных деталей, периферийных узлов и систем зарядки, а также многие другие. Ремонт ноутбуков Предлагаем такие услуги: диагностика неисправностей материнской платы ноутбука, чистка ноутбука, настройка ПО, удаление вирусов и Upgrade ноутбуков, восстановление ноутбука после пролитой жидкости, замена матриц, ремонт корпусных деталей, периферийных узлов и систем зарядки, а также многие другие. Наши мастера выполнят ремонт компьютеров и комплектующих, ремонт и восстановление работоспособности LCD (TFT) мониторов, диагностику, техобслуживание и настройку компьютера в сервисном центре. Ремонт ПК Наши мастера выполнят ремонт компьютеров и комплектующих, ремонт и восстановление работоспособности LCD (TFT) мониторов, диагностику, техобслуживание и настройку компьютера в сервисном центре.
Комплектующие и запчасти для ноутбуков с доставкой по РК
В наличии блоки питания, аккумуляторы, клавиатуры для самых популярных моделей ноутбуков.
Предлагаем оригинальную продукцию известных брендов от проверенных поставщиков.
В ассортименте товары таких производителей ка Acer, Asus, Hp, Dell, Toshiba и др.
В ассортименте есть комплектующие и запчасти для ноутбуков Samsung, Asus, HP, Dell, Lenovo.
Предлагаем только качественные комплектующие, современные модели, новые запасные части.
Гарантируем нашим клиентам лучшие ценовые предложения, без наценок посредников.
В каталог товаров и услуг
Почему клиенты выбирают наш сервисный центр в Астане
Профессионально
У нас работают высококвалифицированные мастера с большим опытом работы.
Качественно
Ремонт оборудования выполняется современными инструментами с использованием оригинальных запчастей.
Доступно
Предлагаем цены ниже, чем у других сервисов, так как имеем все необходимое оборудование для ремонта.
Оперативно
Диагностика, обслуживание и ремонт компьютеров и ноутбуков выполняется в самые кратчайшие сроки.
Наши гарантии для клиентов
Обслуживание и ремонт
Гарантируем высокое качество выполняемых нашими специалистами работ.
Гарантия на товар
На всю линейку товаров действует гарантия в течение 4 месяцев.
Перейти в каталог
Выполнение заказов осуществляется в 4 этапа
- 1 -
Прием вашей заявки на сайте или по телефону.
- 2 -
Согласование деталей заказа товара или особенностей ремонта со специалистом.
- 3 -
Предоплата 100% любым удобным способом.
- 4 -
Доставка товара или выполнение заказанных услуг в оговоренные сроки.
Оригинальные запчасти для ноутбуков в Казахстане
Гарантируем качественное обслуживание и индивидуальный подход!
Наша компания на рынке услуг с 2012 года. За это время мы получили множество положительных отзывов от клиентов, которым нужна была диагностика, ремонт и обслуживание компьютерной техники. А это говорит об отличной репутации сервисного центра Itplus! Поэтому смело обращайтесь к нам, задавайте интересующие вопросы, заказывайте услуги ремонта вашего ПК или ноутбука.