3 отзыва

IVECO-GRODNO

+375 (29) 777-16-12
+375 (29) 885-22-82
IVECO-GRODNO
:root { --border-color: #ccc; --header-color: #f66c4a; --btns-bg: #f66c4a; --btns-bg_hover: #f78062; } .ucv-a2-link { display: inline-block; height: 37px; line-height: 37px; text-decoration: none!important; text-align: center; color: #f66c4a !important; padding: 0 22px; min-width: 150px; border: 2px solid #f66c4a; border-radius: 5px; font-size: 16px; -webkit-transition: all .3s ease; -o-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; } .ucv-a2-link:hover { color: #fff!important; border-color: #fff; -webkit-transition: all .3s ease; -o-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; } .uc-main-block { /* height: 100%;*/ /* overflow: hidden;*/ } .uc-video-block { /* width: 100%;*/ /* height: 700px;*/ /* float: left;*/ margin-bottom: 30px; position: relative; /* overflow: hidden;*/ } .uc-video-block:before { position: absolute; content: ''; width: 100%; height: 100%; top: 0; z-index: 1; left: 0; background-color: rgba(29, 30, 34,.7); } .uc-main-container.uc-index-page { /* height: 100% !important;*/ } .uc-main-container { width: 100%; /* height: 100%;*/ /* float: left;*/ } .uc-main-container.uc-index-page .uc-video-image { display: none; } .uc-video-container { width: 100%; /* height: 100%;*/ /* position: absolute;*/ /* top: 0;*/ } .uc-video-container video { display: block; min-height: 100%; width: 100%; /*потестить значения с min-*/ } /*___TEXT___*/ .uc-video-text { width: 90%; position: absolute; top: 50%; left: 50%; z-index: 2; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); transform: translate(-50%,-50%); } .uc-video-block-title, .uc-video-block-text, .uc-main-block-btn { width: 100%; color: #8f9deb; height: auto; text-align: center; margin: 0 auto; } .uc-video-block-title h2 { font-size: 2.2em; color: #f66c4a; line-height: 55px; text-transform: uppercase; letter-spacing: 2px; padding-bottom: 0px; } .uc-video-block-text { width: 100%; display: inline-block; text-align: center; } .uc-video-block-text strong { font-size: 18px; } .uc-video-block-text p { font-size: 100%; color: #fff; line-height: 20px; padding-bottom: 10px; } .uc-down-arrow { position: absolute; margin-left: -40px; transition: background .3s linear; } .uc-bounce { animation-iteration-count: infinite; animation-fill-mode:both; animation-duration:2s; animation-name: bounce; } @keyframes bounce { 0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 40% {transform: translateY(-10px);} 60% {transform: translateY(-5px);} } @media screen and (max-width: 1024px) { .uc-main-container.uc-index-page .uc-video-image { width: 100%; height: 400px!important; /* position: absolute;*/ top: 0; left: 0; display: block; background: url(http://content.s3.prom.st/December%202017/7812_GL.png) 50% 50%/cover no-repeat; } .uc-video-container { display: none; } } @media screen and (max-width: 500px) { .uc-main-container.uc-index-page .uc-video-image { width: auto; } .uc-video-text h2{ font-size: 2em; line-height: normal; letter-spacing: normal; margin-bottom: 5px!important; } .uc-video-text p{ line-height: normal; letter-spacing: normal; margin: 0!important; } .uc-down-arrow { display: none; } .uc-video-text { width: 95%; padding: 10px; position: absolute; top: 10%; padding-top: 10px; -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -ms-transform: translate(-50%,0); -o-transform: translate(-50%,0); transform: translate(-50%,0); } } /* @media screen and (max-height: 580px) and (min-width: 1024px) { .uc-down-arrow { display: none; } }*/ .uc-anim_wrap { display: flex; flex-wrap: wrap; } .ucv-a2-panel strong { font-size: 22px; color: var(--header-color); } .ucv-a2-panel { background: #777 url(http://placehold.it/985x450) 50% 50%/cover no-repeat; padding: 20px; } .ucv-a2-texts { background-color: rgba(51, 51, 51, 0.8); border: 2px solid #1d1e22; width: 390px; box-sizing: border-box; padding: 20px 15px; text-align: right; } .ucv-a2-header { font-size: 26px; line-height: 32px; color: var(--header-color); margin: 0px 0px 5px; } .ucv-a2-sub-header { font-size: 18px; line-height: 32px; color: #fff; margin: 0px 0px 10px; } .ucv-a2-text { font-size: 14px; line-height: 26px; color: #fff; margin: 0px 0px 10px; } .ucv-a2-link { display: inline-block; height: 37px; line-height: 37px; text-decoration: none!important; text-align: center; color: var(--header-color)!important; padding: 0 22px; min-width: 150px; border: 2px solid var(--header-color); font-size: 16px; -webkit-transition: all .3s ease; -o-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; } .ucv-a2-link:hover { color: #fff!important; border-color: #fff; -webkit-transition: all .3s ease; -o-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; } .uc-btns { background: var(--btns-bg); border: none; color: #fff!important; } .uc-btns:hover { background: var(--btns-bg_hover); } @media screen and (max-width: 500px) { .ucv-a2-texts { width: auto; text-align: center; } .ucv-a2-panel { padding: 0; background-size: cover; } .ucv-a2-link { padding: 0 5px; width: auto; } } .uc-b5-panel { padding: 20px 0; text-align: center; } .uc-b5-panel:after { content: " "; display: block; clear: both; font-size: 0px; } .uc-b5-header { margin-bottom: 40px !important; } .uc-b5-wrapper { display: inline-block; vertical-align: top; width: 19%; margin: 10px 1%; transition: all .4s; } .uc-b5-wrapper img { transition: all .4s; border-bottom: 2px solid transparent; padding-bottom: 5px; } .uc-b5-wrapper:hover img { transition: all .4s; border-color: var(--header-color); transform: translateY(-5px); } .uc-b5-panel { border-bottom: 2px solid var(--border-color); padding: 20px 0; text-align: center; } .uc-b5-panel:after { content: " "; display: block; clear: both; font-size: 0px; } .uc-b5-header { margin-bottom: 40px !important; } .uc-b5-wrapper { display: inline-block; vertical-align: top; width: 29%; margin: 10px .5%; } .uc-b5-arr { width: 2%; font-size: 30px; color: var(--header-color); vertical-align: middle; padding-top: 10px; } .uc-b5-arr2 {} .uc-b5-arr3 { display: none; } .uc-b5-text { margin: 10px 0 0; } @media screen and (max-width: 650px) { .uc-b5-wrapper { width: 22%; } .uc-b5-arr2 { display: none; } .uc-b5-arr3 { display: inline-block; } } @media screen and (max-width: 500px) { .uc-b5-wrapper { width: 60%; } .uc-b5-arr { display: none; } } .uc-e4-panel { padding: 20px; text-align: center; border-bottom: 2px solid var(--border-color); } .uc-e4-header { text-align: center; margin-bottom: 40px !important; } /* Bob */ @-webkit-keyframes uc-bob { 0% { -webkit-transform: translateY(-8px); transform: translateY(-8px); } 50% { -webkit-transform: translateY(-4px); transform: translateY(-4px); } 100% { -webkit-transform: translateY(-8px); transform: translateY(-8px); } } @keyframes uc-bob { 0% { -webkit-transform: translateY(-8px); transform: translateY(-8px); } 50% { -webkit-transform: translateY(-4px); transform: translateY(-4px); } 100% { -webkit-transform: translateY(-8px); transform: translateY(-8px); } } @-webkit-keyframes uc-bob-float { 100% { -webkit-transform: translateY(-8px); transform: translateY(-8px); } } @keyframes uc-bob-float { 100% { -webkit-transform: translateY(-8px); transform: translateY(-8px); } } .uc-bob { -webkit-transform: translateZ(0); transform: translateZ(0); -webkit-animation-name: uc-bob-float, uc-bob; animation-name: uc-bob-float, uc-bob; -webkit-animation-duration: .3s, 1.5s; animation-duration: .3s, 1.5s; -webkit-animation-delay: 0s, .3s; animation-delay: 0s, .3s; -webkit-animation-timing-function: ease-out, ease-in-out; animation-timing-function: ease-out, ease-in-out; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-direction: normal, alternate; animation-direction: normal, alternate; } /*-----------------------------------------FOOTER-------------------------------*/ .uc-footer { padding: 20px 0 0; border-bottom: 2px solid var(--border-color); text-align: center; } .uc-footer p { margin: 20px 0; } .uc-numbers { padding: 20px 15px; text-align: left; border-bottom: 2px solid var(--border-color); } .uc-numbers_wrap { display: flex; flex-wrap: wrap; flex-direction: row; } .uc-numbers h2 { text-align: center; margin-bottom: 30px; } .uc-numbers-items { width: 49%; margin: 20px .5% 30px; padding: 0 10px; box-sizing: border-box; transition: all .3s ease; } .uc-numbers-items strong { transition: all .3s ease; display: inline-block; font-size: 80px; color: #5688c7; } .uc-numbers-items:hover strong { transition: all .3s ease; color: #f66c4a; transform: translateY(-4px); } .uc-numbers-items em { font-size: 15px; margin-top: 10px; color: #f66c4a; transition: all .3s ease; display: block; font-weight: bold; font-style: inherit; } .uc-numbers-items:hover em { color: #5688c7; transition: all .3s ease; } @media screen and (max-width: 768px) { .uc-numbers-items { width: 99%; } } .uc-ico-panel { border-bottom: 2px solid var(--border-color); padding: 20px 15px 20px; } .uc-ico-header { text-align: center; padding-bottom: 20px; } .uc-ico-table { border-width: 0px !important; width: 100% !important; margin-top: 30px; table-layout: fixed; } .uc-ico-table td { padding: 5px; transition: all 0.5s; } .uc-ico-table img { transition: all 0.4s; } .uc-ico-table tr:hover td { box-shadow: 0 100px 0 #101010 inset; transition: all 0.5s; color: #fff; } .uc-ico-table tr:hover img { transform: translateX(10px); } .uc-ico-table-col1 { width: 70px; padding-left: 15px; transition: all 0.85s; } .uc-ico-table tr:hover .uc-ico-table-col1 { transition: all 0.85s; box-shadow: 0 -100px 0 #3e3e42 inset !important; } @media screen and ( max-width: 500px) { .uc-ico-table td { vertical-align: top!important; } } .uc-anim-text { display: inline-block; box-sizing: border-box; margin: 0 !important; } .uc-anim-text span { font-size: 34px; letter-spacing: 0; padding: 10px; display: block; margin: 0 auto; text-shadow: 0 0 80px rgba(255, 255, 255, .5); background: url(http://content.s3.prom.st/December%202017/7812_bg.png) repeat-y; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; font-weight: bold; -webkit-animation: aitf 60s linear infinite; -webkit-transform: translate3d(0, 0, 0); -webkit-backface-visibility: hidden; } @-webkit-keyframes aitf { 0% { background-position: 0% 50%; } 100% { background-position: 100% 50%; } } .uc-anim { border-bottom: 2px solid var(--border-color); padding: 20px 0; text-align: center; } .uc-order_wrap { display: flex; flex-wrap: wrap; } .uc-anum h2 { margin-bottom: 30px; } .uc-anim-item { position: relative; width: 50%; margin: 0%; padding: 20px 15px; box-sizing: border-box; outline: 1px solid #ccc; outline-offset: -4px; background: #222; color: #fff; font-size: 16px; box-shadow: 0 400px 5px #222 inset; transition: all .6s ease; } .uc-anim-item:hover { box-shadow: 0 0 5px #222 inset, 0 -400px 5px rgba(255, 255, 255, .1) inset; transition: all .6s ease; } @media screen and (max-width: 768px) { .uc-anim-item { width: 98%; margin: 5px auto; } .uc-anim-text span { font-size: 24px; letter-spacing: 0; padding: 10px; display: block; margin: 0 auto; text-shadow: 0 0 80px rgba(255, 255, 255, .5); background: url(https://content.s3.prom.st/November%202017/7761_bg.png) repeat-y; /*background: url(http://f.cl.ly/items/010q3E1u3p2Q0j1L1S1o/animated_text_fill.png) repeat-y;*/ -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; font-weight: bold; -webkit-animation: aitf 60s linear infinite; -webkit-transform: translate3d(0, 0, 0); -webkit-backface-visibility: hidden; } } .ucv-b1-panel { border-bottom: 2px solid var(--border-color); padding: 20px 0; text-align: center; } .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 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(29, 30, 34,.85); text-align: left; color: #fff; transition: all .7s cubic-bezier(0.31, 0.57, 0.31, 2.0); 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: var(--btns-bg); display: inline-block; margin-top: 10px; } .ucv-b1-name:hover { color: var(--btns-bg_hover); } .ucv-b1-desc { display: block; margin: 10px 0; position: absolute; visibility: hidden; color: #333; } .ucv-b1-panel .ucv-b1-wrapper { width: 31.8%; text-decoration: none; } @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: 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; } }
СТО по обслуживанию грузовиков и микроавтобусов iveco линейки daily Основная специализация — техническое обслуживание автомобилей марки IVECO. Компьютерная диагностика, ремонт двигателей, подвески, тормозной колодки и топливной системы. Быстро, профессионально, недорого! Каталог услуг Основные направления деятельности Оцениваем состояние автомобиля с целью выявления поломки, скрытых последствий ДТП. Используем высокоточные инструменты и визуальные методы осмотра. Диагностика Оцениваем состояние автомобиля с целью выявления поломки, скрытых последствий ДТП. Используем высокоточные инструменты и визуальные методы осмотра. В минимальные сроки ремонтируем переднюю и заднюю подвески. Выполняем все виды работ по подвеске. Сроки — обсуждаем. Ремонт подвески В минимальные сроки ремонтируем переднюю и заднюю подвески. Выполняем все виды работ по подвеске. Сроки — обсуждаем. Производим текущий и капитальный ремонт любого мотора IVECO линейки Daily. Ремонт двигателей Производим текущий и капитальный ремонт любого мотора IVECO линейки Daily. Выполняем любой ремонт тормозной системы IVECO Daily. Ремонт тормозной системы Выполняем любой ремонт тормозной системы IVECO Daily. Проверим, модернизируем и улучшим работу топливной системы IVECO. Исправим любую проблему! Ремонт топливной системы Проверим, модернизируем и улучшим работу топливной системы IVECO. Исправим любую проблему! Целый комплекс работ под ключ в течение гарантийного срока: замена моторного масла, масла МКПП, масла редуктора заднего моста, тормозной жидкости, антифризов. Плановое ТО Целый комплекс работ под ключ в течение гарантийного срока: замена моторного масла, масла МКПП, масла редуктора заднего моста, тормозной жидкости, антифризов. IVECO-GRODNO — качество на уровне дилерского центра! Наше СТО — единственная в Гродно компания официальной дилерской диагностики IVECO, поэтому только мы можем на 100% правильно определить поломку. Обслуживаем грузовики, микроавтобусы Iveco серии Daily разных модификаций. Используем только сертифицированные оригинальные запчасти и расходные материалы от белорусских и польских производителей. На все производимые нами ремонтные работы предоставляется официальная гарантия (срок зависит от сложности поломки). Доверьтесь профессионалам! Команда специалистов Ремонт машин осуществляется опытными автомеханиками, которые от А до Я знают все системы и узлы автомобиля. Да, наши квалифицированные мастера справляются с поломками любого уровня сложности! Оперативность Продолжительность ремонта в каждом конкретном случае индивидуальна, но она минимизируется благодаря постоянному наличию на складе самых востребованных автодеталей и комплектующих. Редкие запчасти поставляются под заказ в сжатые сроки! Развитая материально-техническая база Большие производственные площади, мощное технологическое и программное обеспечение, официальное диагностическое оборудование и инструменты позволяют нам принимать в ремонт технику Ивеко различных габаритов и тоннажа. Контроль качества Мы тщательно следим за тем, чтобы не нарушить заводские параметры. На каждом этапе наших работ проверяем все механизмы автомобиля, тестируем новые агрегаты и системы, исключаем дефекты и недочеты. Наш ремонт всегда выполнен на отлично! Демократичные цены Цены доступные на весь спектр ремонтных услуг — начиная от поверхностного автотюнинга, а заканчивая сложным капитальным ремонтом ходовой, коробки передач, трансмиссии или мотора. Заказать ремонт авто Наш автосервис — лучший! 1. Скидки постоянным клиентам 2. Быстрый ремонт — всегда! 3. Бесплатная консультация 4. Индивидуальный подход 5. Быстрый просчет сметы 6. Спецпредложения Водители в восторге! Мы сумели завоевать доверие и расположение автомобилистов благодаря первоклассному сервису и высокому качеству ремонтных работ. 70% новых клиентов приходит к нам по рекомендации, а значит, мы на верном пути! Как мы работаем? Заказ ремонта в телефонном режиме → Бесплатный осмотр автомобиля и выявление неисправностей, при условии ремонта машины на нашем СТО в Гродно. → Обнаружение поломки Ремонт в кратчайшие сроки → Расчет наличными, безналичной формой и пластиковыми карточками → Гарантийное обслуживание Связаться с нами Ваш «железный конь» нуждается в ремонте? Заинтересованы в апгрейде IVECO? Доверьте свой автомобиль нашим спецам — мы вернем ему былую производительность, силу и мощь! Работаем без двойных стандартов и максимально честно, ведь являемся СТО №1 в Гродно! Хочу стать клиентом

Витрина