59 відгуків

Інтернет-магазин тимчасово не працює. Все буде Україна!

+380 (95) 336-99-80
+380 (93) 456-37-48
УКРЛОДКИ

Про нас

/*.uc-all {background: #fff; color: #000;}*/ .uc-link { display: inline-block; padding: 8px 15px; text-decoration: none !important; text-align: center; min-width: 150px; color: #fff!important; background-color: #1a1a1a; border-radius: 3px; transition: all .3s; font-size: 18px; margin-top: 10px; } .uc-link:hover { transform: scale(0.9); } .uc-banner { display: flex; align-items: center; justify-content: center; margin: 20px 0 40px; } .uc-banner__content { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; width: 70%; padding: 20px; box-sizing: border-box; } .uc-banner__content:before { content: ''; position: absolute; top: 0; left: 0; border-top: 7px solid #4b4b4b; border-left: 7px solid #4b4b4b; width: 100px; height: 100px; transition: all 800ms ease-in-out; box-sizing: border-box; } .uc-banner__content:after { content: ''; position: absolute; bottom: 0; right: 0; border-bottom: 7px solid #4b4b4b; border-right: 7px solid #4b4b4b; width: 100px; height: 100px; transition: all 800ms ease-in-out; box-sizing: border-box; } .uc-banner:hover .uc-banner__content:before, .uc-banner:hover .uc-banner__content:after{ width: 100%; height: 100%; transition: all 800ms ease-in-out; } .uc-banner__header { font-size: 26px!important; line-height: 30px!important; } .uc-banner__subheader { font-size: 16px!important; line-height: 20px!important; } .uc-banner strong { font-size: 20px; color: #4b4b4b; } .uc-banner__background-area { overflow: hidden; position: relative; margin-left: 30px; } @media screen and (max-width: 800px) { .uc-banner__content { width: 100%; padding: 20px; } .uc-banner__background-area { display: none; } } .uc-row-panel { padding: 25px 10px; text-align: center; border-bottom: 2px solid #ddd; } .uc-row-panel h2 { margin-bottom: 40px; } .uc-row { display: flex; flex-wrap: wrap; justify-content: center; } .uc-asset-item { width: 23%; margin: 15px 1%; display: flex; flex-direction: column; align-items: center; position: relative; } .uc-asset-item strong { color: #01980d; font-size: 20px; } .uc-asset-item__img { height: 100px; width: 100px; position: relative; background: #fff; box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.3); border-radius: 100%; } .uc-asset-item__img img { margin-top: 25px; } .uc-asset-item__text { margin-top: 40px; } .uc-circles { border-radius: 100%; width: 110px; height: 110px; margin-top: -5px; position: absolute; animation: Orbita 10s linear infinite; z-index: 0; } .uc-circles2 { animation: Orbita 11s linear infinite; } .uc-circles3 { animation: Orbita 9s linear infinite; } .uc-circles4 { animation: Orbita 13s linear infinite; } .uc-circle1 { background: #4b4b4b; width: 10px; height: 10px; top: 47px; left: -44px; position: relative; display: inline-block; border-radius: 10px; } .uc-circle2 { background: #4b4b4b; width: 13px; height: 3px; top: -6px; right: 0px; position: relative; display: inline-block; border-radius: 20px; } .uc-circle3 { border: 3px solid #4b4b4b; width: 3px; height: 3px; bottom: -95px; right: -24px; position: relative; display: inline-block; border-radius: 10px; } @keyframes Orbita { from {transform:rotate(0deg);} to {transform:rotate(360deg);} } @media screen and (max-width: 800px) { .uc-asset-item { width: 46%; } } @media screen and (max-width: 600px) { .uc-asset-item { width: 100%; } } .uc-push-panel { padding: 20px; border-bottom: 2px solid #ddd; } .uc-push-panel h2 { text-align: center; margin-bottom: 10px; } .uc-push { display: flex; flex-wrap: wrap; margin-bottom: 20px; } .uc-push strong { font-size: 16px; color: #125285; } .uc-push-text { position: relative; display: inline-block; box-sizing: border-box; padding: 15px 20px 0px 30px; width: 100%; margin: 0px; transition: all .4s ease; } .uc-push-text:before { position: absolute; width: 7px; height: 7px; border-radius: 100%; background: #4b4b4b; content: ""; left: 0; transition: .3s ease-in-out; top: 25px; } .uc-push-text:after { position: absolute; border-left: 1px dotted #000000; bottom: -5px; content: ""; left: 3px; top: 41px; } .uc-push-text:hover:before { box-shadow: 0 0 0 10px rgba(0,0,0,.2); } @media screen and (max-width: 600px) { .uc-push-text { width: 100%; } } .uc-numbers { padding: 20px 10px; border-bottom: 2px solid #ddd; } .uc-numbers h2{ text-align: center; padding-bottom: 20px; } .uc-numbers-inner { display: flex; flex-wrap: wrap; justify-content: space-around; position: relative; z-index: 0; } .uc-numbers-inner__item { display: flex; justify-content: center; align-items: center; position: relative; width: 44%; margin: 25px 1%; padding: 20px; border-radius: 3px; background: #ececec; box-sizing: border-box; } .uc-numbers-inner__item strong { color: #125285; font-size: 16px; transition: 0.5s; } .uc-numbers-inner__item:hover strong { color: #125285; } .uc-numbers-inner__item:before { content: ''; position: absolute; top: -2px; left: -2px; right: -2px; bottom: -2px; background: #4b4b4b; z-index: -1; transform: skew(-4deg, 4deg); border-radius: 3px; transition: 0.5s; } .uc-numbers-inner__item:hover:before { transform: skew(0deg, 0deg); } .uc-numbers-inner__title { position: absolute; top: 50%; transform: translateY(-50%); right: 10px; font-size: 70px!important; font-weight: bold; line-height: 5rem; color: rgba(45, 45, 45, 0.1); transition: 0.5s; } .uc-numbers-inner__item:hover .uc-numbers-inner__title { top: -10px; color: rgba(45, 45, 45, 0.9); } @media screen and (max-width: 800px) { .uc-numbers-inner__item { width: 100%; } } .uc-plus-panel { text-align: center; padding: 20px; border-bottom: 2px solid #ddd; } .uc-plus-panel h2 { margin-bottom: 30px; } .uc-plus-wrap { display: flex; flex-wrap: wrap; } .uc-plus { position: relative; box-sizing: border-box; padding: 0px 0px 0px 40px; margin: 10px 0px; text-align: left; width: 100%; } .uc-plus-round1 { position: absolute; top: 0px; left: 0px; width: 40px; height: 40px; border-radius: 50%; text-align: center; background: rgba(112, 112, 112, .7); animation: slide-2 4s infinite linear; } .uc-plus-round1:before { content: "”"; line-height: 63px; color: #fff; font-size: 50px; font-family: none; } .uc-plus-round2 { position: absolute; top: 5px; left: 5px; width: 40px; height: 40px; border-radius: 50%; background: #4b4b4b; animation: slide-2 3s infinite linear; } .uc-plus-text { position: relative; padding: 0 0 0 20px; } .uc-plus-text strong { color: #125285; font-size: 16px; } @media screen and (max-width: 800px) { .uc-plus { width: 100%; } } @keyframes slide-2 { from { transform: rotate(0deg) translate(-3px) rotate(0deg); -webkit-transform: rotate(0deg) translate(-3px) rotate(0deg); } to { transform: rotate(360deg) translate(-3px) rotate(-360deg); -webkit-transform: rotate(360deg) translate(-3px) rotate(-360deg); } } @-webkit-keyframes slide-2 { from { transform: rotate(0deg) translate(-3px) rotate(0deg); -webkit-transform: rotate(0deg) translate(-3px) rotate(0deg); } to { transform: rotate(360deg) translate(-3px) rotate(-360deg); -webkit-transform: rotate(360deg) translate(-3px) rotate(-360deg); } } .uc-bumbers { padding: 30px 15px 40px; } .uc-bumbers_wrap { display: flex; flex-wrap: wrap; -webkit-filter: drop-shadow(5px 5px 0px #707070); filter: drop-shadow(5px 5px 0px #707070); } .uc-bumbers h2 { text-align: center; margin-bottom: 20px; } .uc-bumbers-scheme { -webkit-clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%); clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%); text-align: center; display: inline-block; box-sizing: border-box; width: 50%; background: #f7f7f7; margin: 10px auto; padding: 10px 35px; transition: all .4s ease; } .uc-bumbers-scheme:hover { background: #ECECEC; transform: translateX(15px); } .uc-bumbers-scheme strong { transition: all .4s ease; display: inline-block; font-size: 22px; color: #058fe2; } .uc-bumbers-scheme:hover strong { color: #333; } .uc-bumbers-scheme img { transition: all .4s ease; } .uc-bumbers-scheme:hover img { transform: scale(1.3); } @media screen and (max-width: 600px) { .uc-bumbers-scheme { width: 100%; } } .uc-e1-panel { padding: 20px; text-align: center; background-color: #4b4b4b; color: #fff; } «УКРЛОДКИ» — надувні човни для відпочинку та риболовлі Пропонуємо великий вибір гумових човнів, комплектуючих до них і товарів для туризму. Вся продукція від офіційних представників, має високу якість виготовлення, прекрасний зовнішній вигляд, відрізняється відмінним функціоналом і фінансовою доступністю. Товар доставляється по всій території України службами логістики! Нам є чим пишатися Великий досвід роботи у сфері торгівлі надувними човнами Широкий асортимент товарів для відпочинку та туризму Мінімальний час відповіді на електронну заявку Постійна наявність продукції на складах Компанія «УКРЛОДКИ» — історія розвитку 2000-і роки Домовилися про своєчасне постачання надувних човнів Лисичанського виробництва. Теперішній час Створення онлайн-магазину та початок роботи через інтернет. У нас з'явилися позитивні відгуки, постійні клієнти, а головне — ми набули досвіду, завдяки якому не стоїмо на місці, а стрімко розвиваємося далі. Замовляти товар у нас вигідно та зручно! 01 Рекомендації покупців Маємо багато позитивних відгуків і нас рекомендують друзям і знайомим як надійного постачальника. 02 Професійна консультація Наші менеджери — справжні експерти своєї справи: завжди проконсультують і допоможуть підібрати оптимальний варіант. 03 Швидка доставка Продукція є в наявності, тому в найкоротші терміни видається на доставку (після підтвердження замовлення та внесення передоплати). 04 Зручні способи оплати Оплатити замовлення можна післяплатою, на банківську карту (100% передоплата), а також підключена безпечна «Пром-оплата». Ознайомитися з каталогом Відгуки клієнтів — гарантія бездоганного сервісу! «Продавець зв'язався дуже швидко. Відправив в той же день, коли робив замовлення. Човен Супер !! Якісно зроблено. Раджу, беріть !!!!» «Все швидко та якісно, незалежно від суми замовлення. Рекомендую!» «Відмінний продавець і відмінний товар. Відправив протягом години з моменту дзвінка, на наступний ранок човен вже приїхала. Якість човна хороша.» Читати всі відгуки Простий спосіб оформлення замовлення Дзвінок телефоном або заповнення заявки на сайті. Менеджер в найкоротші терміни зв'язується з клієнтом і консультує з усіх питань. Швидка доставка у будь-яке обране покупцем поштове відділення. Оплата товару одним зі зручних варіантів, зазначених на сайті. Надувний човен — комфортний відпочинок на воді В асортименті недорогі, практичні та легкі вироби на будь-який смак. Надувні човни набули широкої популярності серед рибалок та любителів активного відпочинку на воді, тому що мають компактні розміри, відрізняються хорошою місткістю та зносостійкістю. Також їх легко транспортувати на відстані, і вони не вимагають спеціального місця для зберігання. Дозвольте собі найкраще за доступною ціною — оформляйте заявку на нашому сайті прямо зараз! Вітрина пропозицій

Інформація про компанію

Назва:
УКРЛОДКИ
Тип компанії:
Торгова компанія

Наскільки вам зручно на сайті?

Розповісти Feedback form banner