Про нас
.uc-link {
display: inline-block;
padding: 10px 30px;
text-decoration: none !important;
text-align: center;
color: #fff!important;
background: #e59740;
cursor:pointer;
font-size:16px;
border-radius: 2px;
transition: background 225ms ease-in-out,color 225ms ease-in-out;
}
.uc-link:hover {
background-color: #e18621;
}
.ucv-a2-panel strong { font-size: 22px; color: #16aec5; }
.ucv-a2-panel{background:#fff url(http://content.s2.prom.st/September%202020/ON%28chudoyudo%29.jpg) 50% 50%/cover no-repeat; position: relative;
text-align: left;
padding: 30px 20% 30px 20px;}
.ucv-a2-panel:before {
content: "";
position: absolute;
background: linear-gradient( to left, rgba(249, 249, 249,0.1) 0%, rgba(249, 249, 249,0.7) 60%, rgba(249, 249, 249,0.8) 70% );
left: 0;
top: 0;
height: 100%;
width: 100%;
}
.ucv-a2-texts{max-width: 540px; position: relative; } .ucv-a2-header{font-size: 26px; line-height: 32px; color:#16aec5; margin: 0px 0px 5px;} .ucv-a2-sub-header{font-size: 18px; line-height: 32px; color:#333; margin: 0px 0px 10px;} .ucv-a2-text{font-size:14px; line-height: 26px; color:#333; margin: 0px 0px 10px;} .ucv-a2-link{display: inline-block;text-decoration: none!important; text-align: center; color: #fff!important; padding: 10px 30px; background:#16aec5; border-radius:2px; border: 2px solid #16aec5; font-size: 16px; cursor:pointer;} .ucv-a2-link:hover{color: #16aec5!important; border: 2px solid #16aec5; background:none;} @media screen and (max-width: 500px) { .ucv-a2-texts{ width: auto; text-align: center; box-sizing: border-box; } .ucv-a2-panel {padding: 20px 15px; text-align: center; } }
.uc-info {
padding: 20px 0 ;
text-align: center;
border-bottom: 1px solid #e5e5e5;
}
.uc-info_wrap {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.uc-info h2 {
margin: 30px 0!important;
}
.uc-info-scheme {
width: 22%;
margin: 3px .8%;
padding: 11px;
box-sizing: border-box;
vertical-align: top;
/* box-shadow: 0 0 2px #f90;*/
transition: all .3s ease;
}
.uc-info-scheme span {
color:#e59740;
font-size: 20px;
}
.uc-info-scheme:hover {
transform: scale(1.02);
box-shadow: 0 0 7px #292929;
transition: all .3s ease;
}
@media screen and (max-width: 700px) {
.uc-info-scheme {
width: 42%;
margin: 10px auto;
}
}
.ucv-b1-panel {
padding: 20px;
text-align: center; border-bottom: 1px solid #e5e5e5;
}
.ucv-b1-panel:after {
content: " ";
display: block;
clear: both;
font-size: 0px;
}
.ucv-b1-panel h2 {
margin: 30px 0!important;
text-align: center;
}
.ucv-b1-wrapper {
display: inline-block;
vertical-align: top;
margin: 10px 1%;
text-decoration: none;
}
.ucv-b1-img-holder {
display: block;
text-align: center;
position: relative;
overflow: hidden;
max-width: 300px;
margin: 0 auto;
}
.ucv-b1-img-holder img {
display: block;
height: auto !important;
}
.ucv-b1-img-holder:hover .ucv-b1-hint {
left: 0;
transform: skew(0);
}
.ucv-b1-hint {
overflow: hidden;
transform: skew(-45deg);
position: absolute;
top: 0;
left: -170%;
width: 100%;
height: 100%;
background-color: rgba(249, 249, 249,0.93);
text-align: center;
color: #333;
transition: all .9s 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: 16px;
color: #292929;
display: inline-block;
margin-top: 10px;
cursor:pointer;
}
.ucv-b1-name:hover {
color: #e59740;
}
.ucv-b1-desc {
display: block;
margin: 10px 0;
position: absolute;
visibility: hidden;
color: #333;
}
.ucv-b1-panel .ucv-b1-wrapper {
width: 46%;
}
@media screen and (max-width: 1200px) {
.ucv-b1-panel .ucv-b1-wrapper {
width: 46%;
}
}
@media screen and (max-width: 1000px) {
.ucv-b1-desc {
position: static;
visibility: visible;
}
.ucv-b1-panel .ucv-b1-wrapper {
width: auto;
}
}
:root { --infograph-color2: #16aec5; --infograph-color1: #e59740; } .four-panel { padding: 20px 10px;
} .four-panel h2 {margin:30px 0!important; text-align:center;}
.four-container { display: flex; flex-wrap: wrap; justify-content: space-around; } .four-item { display: flex; flex-direction: column; width: 45%; border-radius: 0px; margin: 20px 0; }
.four-content-1, .four-content-2, .four-content-3, .four-content-4 { text-align: center; position: relative; padding: 25px; display: flex; flex-direction: column; align-items: center; height: 100%; } .four-content-1:after { content: ''; position: absolute; top: 0px; right: 0px; width: 100%; height: 8px; background: var(--infograph-color2); border-radius: 0px; } .four-content-1:before { content: ''; position: absolute; bottom: 0px; left: 0px; width: 8px; height: 100%; background: var(--infograph-color2); border-radius: 0px; } .four-content-2:after { content: ''; position: absolute; top: 0px; right: 0px; width: 100%; height: 8px; background: var(--infograph-color1); border-radius: 0px; } .four-content-2::before { content: ''; position: absolute; bottom: 0; right: 0; width: 8px; height: 100%; background: var(--infograph-color1); border-radius: 0px; } .four-content-3:after { content: ''; position: absolute; bottom: 0px; right: 0px; width: 100%; height: 8px; background: var(--infograph-color1); border-radius: 0px; } .four-content-3::before { content: ''; position: absolute; bottom: 0px; left: 0px; width: 8px; height: 100%; background: var(--infograph-color1); border-radius: 0px; } .four-content-4::after { content: ''; position: absolute; bottom: 0px; right: 0px; width: 100%; height: 8px; background: var(--infograph-color2); border-radius: 0px; } .four-content-4::before { content: ''; position: absolute; bottom: 0; right: 0; width: 8px; height: 100%; background: var(--infograph-color2); border-radius: 0px; }
.four-header { font-size: 18px!important; line-height: 20px; font-weight:bold; display:inline-block; }
.four-header1 {color:#191919;}
.four-header2 {color:#191919;}
.four-header3 {color:#191919;}
.four-header4 {color:#191919;}
.four-text {} .four-icon {}
@media screen and (max-width: 1000px) { .four-item { width: 100%; } .four-content-1:after, .four-content-1:before, .four-content-2:after, .four-content-2:before, .four-content-3:after, .four-content-3:before, .four-content-4:after, .four-content-4:before { display: none; }
.four-content-1, .four-content-2, .four-content-3, .four-content-4 {
padding: 25px 10px;
}
.four-header3 {color:#191919;}
.four-header4 {color:#191919;}
.four-content-1, .four-content-3 { border: 8px solid var(--infograph-color2); border-radius: 0px; } .four-content-2, .four-content-4 { border: 8px solid var(--infograph-color1); border-radius: 0px; } }
.four-panel img {
margin: auto;
}
.rewrite-item {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 20px;
background: #f9f9f9;
margin: 30px auto 0;
position: relative;
}
.rewrite-gal {
position: absolute;
top: -25px;
left: 50px;
}
.uc-quote h2 { margin: 30px 0; text-align: center; }
.uc-quote strong { color: #16aec5; font-size:16px; }
.uc-quote-container {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-items: flex-start;
}
.uc-quote-item {
margin: 2% 0;
width: 45%;
display: flex;
flex-direction: column;
}
.uc-quote-item:hover .uc-quote-txt {
box-shadow: 1px 2px 4px #292929;
}
.uc-quote-item:hover .uc-quote-txt-right {
box-shadow: -1px 2px 4px #292929;
}
.uc-quote-img img {
margin-right: 10px;
vertical-align: middle;
}
.uc-quote-txt {
margin-top: 20px;
padding: 20px;
/*min-height: 115px;*/
background: #fff;
border-radius: 0 5px 5px;
box-shadow: 1px 1px 2px #fff;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
/*position: relative;*/
transition: all 0.6s;
}
.uc-quote-txt:before {
pointer-events: none;
position: absolute;
content: '';
border-style: solid;
left: 0;
top: -15px;
border-width: 0px 15px 15px 1px;
border-color: transparent transparent #fff transparent;
}
.uc-quote-right {
text-align: right;
}
.uc-quote-right .uc-quote-img img {
margin-left: 10px;
margin-right: 0px;
}
.uc-quote-txt-right {
margin-top: 20px;
padding: 20px;
/*min-height: 115px;*/
background: #fff;
border-radius: 5px 0px 5px 5px;
box-shadow: -1px 1px 2px #fff;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
/*position: relative;*/
transition: all 0.6s;
}
.uc-quote-txt-right:before {
pointer-events: none;
position: absolute;
content: '';
border-style: solid;
right: 0;
top: -15px;
border-width: 0px 0px 15px 15px;
border-color: transparent transparent #fff transparent;
}
@media screen and (max-width: 1000px) {
.uc-quote-item {
margin: 1% auto;
width: 100%;
float: none;
}
/*.uc-quote-txt {
min-height: auto;
}
.uc-quote-txt-right {
min-height: auto;
}*/
}
/* 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 {
margin-top: 10px;
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-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;
}
.uc-b5-panel { padding: 20px; text-align: center; border-bottom: 1px solid #e5e5e5;} .uc-b5-panel:after { content: " "; display: block; clear: both; font-size: 0px; } .uc-b5-header { margin: 30px 0!important; } .uc-b5-wrapper { display: inline-block; vertical-align: top; width: 46%; margin-bottom: 10px; transition: all 0.5s ease; } .uc-b5-img { margin: 15px; transition: all 0.5s ease; } .uc-b5-wrapper:hover .uc-b5-img { transform: scale(1.5, 1.5); margin: 15px; transition: all 0.5s ease; } .uc-b5-arr { width: 10px; font-size: 30px; color: #191919; vertical-align: middle; padding-top: 30px; } .uc-b5-arr3 {display:none;} .uc-b5-arr2 {display:inline-block;} .uc-b5-text { margin: 10px 0 0; } @media screen and (max-width: 800px) { .uc-b5-wrapper { width: 100%; } .uc-b5-arr { display: none; } }
.uc-e1-panel {
padding: 20px;
text-align: center;
}
.uc-e1-panel h2 {
margin: 30px 0!important;
text-align: center;
}
«Чудо-YuDo)» — зручне взуття для всієї родини!
Інтернет-магазин «Диво-YuDo)» реалізує оригінальну взуття для дітей і дорослих. Обслуговуємо приватних осіб і різні організації. Продукція виготовляється з піни ЕВА, екологічно чистого матеріалу, ідеально підходить для створення зручної та безпечної взуття. В наявності є всі необхідні сертифікати та гігієнічні висновки на товар.
Наш каталог
Про нашому інтернет-магазині в цифрах
З 2012 року продаємо взуття через інтернет.
За весь час обслужили понад 10000 клієнтів.
Даємо 100%-ву гарантію якості на взуття.
Робимо знижки до 20% на окремі позиції.
Популярні види взуття для дітей і дорослих
Комфортна і стильне взуття для дівчаток і хлопчиків. Великий вибір моделей для підлітків. У такій взуття дитині буде зручно ходити в школу, і навіть весь день на ногах не викликає дискомфорту. Шкільна взуття Комфортна і стильне взуття для дівчаток і хлопчиків. Великий вибір моделей для підлітків. У такій взуття дитині буде зручно ходити в школу, і навіть весь день на ногах не викликає дискомфорту. Яскраві крокси для дітей і дорослих. Шльопанці з піни ЕВА ідеально підходять для літа, а ще їх часто замовляють для використання на роботі. У такому взутті ноги зовсім не втомлюються. Крокси Яскраві крокси для дітей і дорослих. Шльопанці з піни ЕВА ідеально підходять для літа, а ще їх часто замовляють для використання на роботі. У такому взутті ноги зовсім не втомлюються. Класичні і більш сучасні моделі туфель для дівчаток і хлопчиків. Виконані з шкірозамінника моделі відрізняються зручністю експлуатації і стильним дизайном. Їх ціна вас також порадує. Дитячі туфлі і мокасини Класичні і більш сучасні моделі туфель для дівчаток і хлопчиків. Виконані з шкірозамінника моделі відрізняються зручністю експлуатації і стильним дизайном. Їх ціна вас також порадує. Спортивна взуття, виконана з самих різних матеріалів. Дитячі кросівки і кеди підходять як для занять в залі, так і на вулиці. Вони надійно захищають гомілку і підошву від пошкоджень. Дитячі кеди і кросівки Спортивне взуття, виконана з самих різних матеріалів. Дитячі кросівки і кеди підходять як для занять в залі, так і на вулиці. Вони надійно захищають гомілку і підошву від пошкоджень.
Весь асортимент
Переваги нашої продукції
В асортименті представлена якісна взуття для дітей і дорослих на будь-який смак.
Виконані з піни ЕВА моделі відрізняються підвищеним комфортом і безпекою.
Продукція призначена для повсякденного використання. Є взуття і для урочистих подій.
Окремі моделі ідеально підходять для персоналу лікарень, лабораторій, заклади громадського харчування.
Що кажуть про нас клієнти
Покупець, 18.08.2020
Купили дітям крокси. Товар хорошої якості, Світлана відповіла на всі питання і порадила у виборі розміру. Посилку відправили в той же день. Спасибі за оперативність!
Покупець, 03.08.2020
Купувала босоніжки. Дякую, що підказали і правильно підібрали розмір. Дуже приємно. Рекомендую.
Всі відгуки
4 причини зробити замовлення в магазині «Диво-YuDo)»
Пропонуємо стильну і зручну взуття за вигідними цінами
Індивідуально підбираємо розмір, безкоштовно проводимо обмін
Співпрацюємо з приватними особами та комерційними організаціями
Робимо знижки, відправляємо замовлення максимум на наступний день
Взуття з піни ЕВА — красиво, зручно, безпечно
Купити стильну, комфортну і недороге взуття — дуже просто, якщо відвідати інтернет-магазин «Диво-YuDo)». Ми пропонуємо продукцію з піни ЕВА, унікального сучасного матеріалу, який характеризується гнучкістю і еластичністю. Таке взуття захищає ноги від механічних пошкоджень і дарує відчуття максимальної зручності. Запрошуємо відвідати наш каталог та ознайомитися з асортиментом.
Перейти до вибору взуття
Інформація про компанію
Назва:
Чудо-YuDo
Тип компанії:
Торгова компанія
Організаційно-правова форма та капітал
Рік заснування:
2011
Інформація про виробництво
Контроль якості:
Внутрішній
