Про нас
.uc-btns {
display: inline-block;
padding: 8px 30px;
font-size: 16px;
color: #666!important;
text-decoration: none!important;
border-bottom: 2px solid #c7c7c7;
border-radius: 20px;
background: #f3f2f2;
transition: all 225ms ease-in-out;
}
.uc-btns:hover {
color: #fff!important;
background: #eaa62f;
border-bottom-color: #e39917;
transition: all 225ms ease-in-out;
}
.uc-title {
margin: 30px 0 0!important;
position: relative;
display: block;
padding: 0 0 14px 20px;
background: url(https://uaprom-uc.prom.st/production/design_template/887/images/bg-title.png) repeat-x bottom center;
color: #445878;
text-transform: uppercase;
font: 700 16px/1.35 'Ubuntu',Arial,sans-serif;
}
.ucv-a2-panel strong {
font-size: 20px;
color: #eaa62f;
}
.ucv-a2-panel {
background: #777 url('http://content.s2.prom.st/January%202019/vdoma_Onas-pravki.jpg') center;
background-size: cover;
display: flex;
align-items: flex-start;
position: relative;
}
.ucv-a2-texts {
position: relative;
width: 50%;
margin: 0;
padding: 20px 15px 20px 40px;
text-align: left;
border-radius: 0;
}
.ucv-a2-panel:before {
content:'';
position: absolute;
background: linear-gradient(to left, rgba(60, 116, 185, .0) 0%, rgba(60, 116, 185, .7) 50%, rgba(60, 116, 185, .9) 80%);
width: 100%;
height: 100%;
}
.ucv-a2-header {
font-size: 26px;
line-height: 32px;
color: #eaa62f;
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 #eaa62f;
padding-left: 10px;
}
.ucv-a2-link {
display: inline-block;
text-decoration: none!important;
text-align: center;
color: #eaa62f!important;
padding: 10px;
border: 2px solid #eaa62f;
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: #eaa62f;
height: 10px;
width: 10px;
border-radius: 100%;
}
.ucv-a2-text::before {
content: "";
position: absolute;
bottom: -10px;
left: -6px;
background: #eaa62f;
height: 10px;
width: 10px;
border-radius: 100%;
}
@media screen and (max-width: 600px){
.ucv-a2-header {
padding: 10px;
}
.ucv-a2-texts {
padding: 15px;
}
.ucv-a2-panel {
background-position-x: 75%;
}
.ucv-a2-panel:before {
background: linear-gradient(to left, rgba(31, 37, 52, .0) 0%, rgba(31, 37, 52, .4) 0%, rgba(31, 37, 52, .8) 0%);
}
}
:root { --infograph-color2: #eaa62f; --infograph-color1: #3c74b9; }
@media screen and (min-width: 320px) { .infographic_wrapper { padding: 20px 10px; text-align: center; } .infographic_container { display: flex; flex-wrap: wrap; justify-content: center; } .infographic_item { margin: 25px 0; display: flex; flex-direction: column; width: 90%; } .infographic_block { display: flex; flex-direction: column; justify-content: center; align-items: center; min-width: 80%; height: 100%; background: var(--infograph-color2); padding: 10px; position: relative; } .infographic_item_container { display: flex; align-items: center; height: 100%; width: 100%; justify-content: center; } .arrow_back { width: 5%; height: 80px; background: var(--infograph-color2); position: relative; } .arrow_back::before { content: ""; position: absolute; left: -15px; top: 0; border-left: 15px solid transparent; border-top: 40px solid var(--infograph-color2); border-bottom: 40px solid var(--infograph-color2); } .arrow_forward { width: 5%; height: 80px; background: var(--infograph-color2); position: relative; } .arrow_forward::after { content: ""; position: absolute; right: -15px; top: 0px; border-left: 15px solid var(--infograph-color2); border-top: 40px solid transparent; border-bottom: 40px solid transparent; } .infographic_item:nth-child(odd) .infographic_block { background: var(--infograph-color1); } .infographic_item:nth-child(odd) .arrow_back, .infographic_item:nth-child(odd) .arrow_forward { background: var(--infograph-color1); } .infographic_item:nth-child(odd) .arrow_back::before { border-top: 40px solid var(--infograph-color1); border-bottom: 40px solid var(--infograph-color1); } .infographic_item:nth-child(odd) .arrow_forward::after { border-left: 15px solid var(--infograph-color1); } .infographic_content { color: #fff; padding: 10px 0; } .infographic_sub_header strong { color: #fff; font-size: 25px; } .infographic_sub_header { padding-bottom: 10px; position: relative; display: inline-block; font-size: 15px!important; font-weight: 500!important; } .infographic_number { padding-top: 10px; color: #8bc34a; font-weight: bold; } .infographic_number_text { font-size: 20px; } .infographic_num { font-size: 40px; } } @media screen and (min-width: 1200px) { .infographic_container { justify-content: space-around; } .infographic_item { width: 47%; } .arrow_back { width: 20%; } .arrow_forward { width: 20%; } } @media screen and (min-width: 1500px) { .infographic_item { width: 22.5%; } .arrow_back { width: 10%; } .arrow_forward { width: 10%; } }
.ucv-b1-panel {
padding: 20px;
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 0.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;
transform: skew(0);
}
.ucv-b1-hint {
overflow: hidden;
transform: skew(-45deg);
position: absolute;
top: 0;
left: -150%;
width: 100%;
height: 100%;
background-color: rgba(60, 116, 185,0.9);
text-align: left;
color: #fff;
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: 15px;
color: #3c74b9;
display: inline-block;
margin-top: 10px;
}
.ucv-b1-name:hover {
color: #eaa62f;
}
.ucv-b1-desc {
display: block;
margin: 10px 0;
position: absolute;
visibility: hidden;
color: #333;
}
.ucv-b1-panel .ucv-b1-wrapper {
width: 30%;
text-decoration: none;
}
@media screen and (max-width: 1200px) {
.ucv-b1-panel .ucv-b1-wrapper {
width: 46%;
}
.ucv-b1-panel .ucv-b1-wrapper+.ucv-b1-wrapper+.ucv-b1-wrapper {
width: 46%;
}
}
@media screen and (max-width: 1000px) {
.ucv-b1-desc {
position: static;
visibility: visible;
}
.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-clear {clear:both; height:0px;}
.uc-our__history {
padding: 20px;
text-align: center;
}
.uc-our__history h2 {
padding-bottom: 10px;
text-align: center;
}
.uc-our__history-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.uc-our__history-block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 46%;
margin: 20px 0;
}
.uc-our__history-block:hover .uc-our__history-year {
transform: translateX(20px) scale(0.8, 0.8);
transition: all 0.5s ease;
}
.uc-our__history-year {
position: relative;
text-align: center;
-ms-flex-item-align: center;
align-self: center;
font-size: 50px;
font-weight: bold;
color: #eaa62f;
background: #f8f8f8;
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;
min-height: 90px;
min-width: 90px;
border-radius: 100%;
box-shadow: 0 0px 15px #fff, 0 0 0px 10px #3c74b9;
transition: all 0.5s ease;
}
.uc-our__history-line {
-ms-flex-item-align: center;
align-self: center;
width: 8%;
height: 30px;
background: #eaa62f;
}
.uc-our__history-content {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
box-sizing: border-box;
text-align: left;
background: #f8f8f8;
color: #445878;
padding: 10px 15px;
border-radius: 10px;
width: 70%;
border: 1px solid #ebebeb;
/* -webkit-box-shadow: 2px 1px 16px -2px rgba(21, 40, 55,0.55);
box-shadow: 2px 1px 16px -2px rgba(21, 40, 55,0.55); */
}
.uc-our__history-subheader {
font-size: 20px;
color: #3c74b9;
}
.uc-first__year-line {
background: #ea4335;
}
.uc-second__year-line {
background: #34a853;
}
.uc-third__year-line {
background: #fbbc05;
}
.uc-fourth__year-line {
background: #4285f4;
}
.uc-fifth__year-line {
background: #ea4335;
}
.uc-first__year {
color: #ea4335;
}
.uc-second__year {
color: #34a853;
}
.uc-third__year {
color: #fbbc05;
}
.uc-fourth__year {
color: #4285f4;
}
.uc-fifth__year {
color: #ea4335;
}
@media screen and (max-width:1000px) {
.uc-our__history-block {
width: 100%;
}
}
@media screen and (max-width:800px) {
.uc-our__history-block {
flex-direction: column;
}
.uc-our__history-content {
width: 100%;
}
}
.uc-reviews {
padding: 20px;
}
.uc-reviews__inner {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.uc-comment {
display: flex;
flex-direction: column;
width: 45%;
padding: 20px;
align-items: center;
position: relative;
background: #f8f8f8;
border: 1px solid #ebebeb;
box-sizing: border-box;
z-index: 1;
}
.uc-image__area {
width: 100px;
height: 100px;
background: #fff;
z-index: 1;
border-radius: 100%;
}
.uc-user__image {
max-width: 100px;
height: auto;
border-radius: 100%;
box-shadow: 0 5px 10px #fff, 0 0 0px 7px #445878, 0 0px 10px 10px #fff;
}
.uc-comment__content {
text-align: center;
color: #000;
z-index: 1;
}
.uc-user__name {
font-size: 1.3rem;
color: #445878;
font-weight: bold;
}
.uc-text {
padding-top: 20px;
font-size: 0.9rem;
font-style: italic;
}
.uc-first__comment::before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 2%;
background: #3c74b9;
transition: .7s;
}
.uc-first__comment:hover .uc-user__name,
.uc-first__comment:hover .uc-text {
color: #fff;
transition: .6s;
}
.uc-first__comment:hover::before {
height: 100%;
transition: .7s;
}
.uc-second__comment::before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 4px;
background: #eaa62f;
}
.uc-second__comment:hover .uc-user__name,
.uc-second__comment:hover .uc-text {
color: #fff;
transition: .6s;
}
.uc-second__comment:hover::before {
height: 100%;
transition: .7s;
}
.uc-second__comment:hover .uc-user__name,
.uc-second__comment:hover .uc-text {
color: #fff;
transition: .6s;
}
.uc-second__comment:hover::before {
height: 100%;
transition: .7s;
}
@media screen and (max-width: 768px) {
.uc-comment {
width: 90%;
margin: 20px 0;
}
}
@media screen and (max-width: 320px) {
.uc-comment {
width: 100%;
}
}
.uc-order {
padding: 20px 15px;
text-align: left;
}
.uc-order h2 {
text-align: center;
margin-bottom: 30px;
}
.uc-order-scheme__container {
display: flex;
flex-wrap: wrap;
}
.uc-order-scheme__left-column,
.uc-order-scheme__right-column {
display: flex;
flex-direction: column;
width: 50%;
}
.uc-order-scheme {
padding: 5px;
box-sizing: border-box;
vertical-align: top;
transition: all .3s ease;
}
.uc-order-scheme_table {
display: table;
}
.uc-order-scheme_numb,
.uc-order-scheme_text {
display: table-cell;
vertical-align: middle;
}
.uc-order-scheme_numb {
width: 45px;
}
.uc-order-scheme strong {
transition: all .3s ease;
display: inline-block;
font-size: 40px;
color: #3c74b9;
}
.uc-order-scheme:hover strong {
transition: all .3s ease;
color: #eaa62f;
transform: translateY(-4px);
}
.uc-order-scheme em {
font-size: 15px;
color: #eaa62f;
transition: all .3s ease;
display: inline-block;
font-weight: bold;
font-style: inherit;
}
.uc-order-scheme:hover em {
color: #3c74b9;
transition: all .3s ease;
}
@media screen and (max-width: 900px) {
.uc-order-scheme__left-column,
.uc-order-scheme__right-column {
width: 100%;
}
}
@media screen and (min-width: 320px) {
.uc-ordering_sheme {
padding: 25px 0;
}
.uc-ordering_sheme-inner {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.uc-ordering_sheme__element {
width: 90%;
position: relative;
display: flex;
align-items: center;
flex-direction: column;
margin: 20px 0;
}
.uc-ordering_sheme__layer__desctop {
display: none;
}
.uc-ordering_sheme__layer {
position: absolute;
top: 25px;
background: #f8f8f8;
box-shadow: 0px 0px 60px -15px rgba(255, 255, 255, 0.2);
height: 150px;
width: 100%;
z-index: 0;
}
.uc-ordering_sheme__content {
text-align: center;
padding: 0px 10px;
}
.uc-ordering_sheme__icon-area {
position: relative;
display: flex;
justify-content: center;
align-items: center;
width: 50%;
height: 200px;
background: #eaa62f;
transform: skew(-20deg);
}
.uc-ordering_sheme__icon-area::after {
content: '';
position: absolute;
left: -20px;
bottom: 0;
width: 0;
height: 0;
border-left: 16px solid transparent;
border-right: 10px solid transparent;
border-top: 25px solid #d69628;
transform: skew(20deg);
}
.uc-ordering_sheme__icon-area::before {
content: '';
position: absolute;
right: -20px;
top: 0;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 16px solid transparent;
border-bottom: 25px solid #d69628;
transform: skew(20deg);
}
.uc-ordering_sheme__icon-area__second-backgound {
background: #3c74b9;
}
.uc-ordering_sheme__icon-area__second-backgound::after {
content: '';
position: absolute;
left: -20px;
bottom: 0;
width: 0;
height: 0;
border-left: 16px solid transparent;
border-right: 10px solid transparent;
border-top: 25px solid #3165a5;
transform: skew(20deg);
}
.uc-ordering_sheme__icon-area__second-backgound::before {
content: '';
position: absolute;
right: -20px;
top: 0;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 16px solid transparent;
border-bottom: 25px solid #3165a5;
transform: skew(20deg);
}
.uc-ordering_sheme__icon {
width: 64px;
height: 64px;
transform: skew(20deg);
}
}
@media screen and (min-width: 900px) {
.uc-ordering_sheme-inner {
flex-direction: row;
justify-content: center;
flex-wrap: wrap;
align-items: flex-start;
}
.uc-ordering_sheme__element {
width: 45%;
overflow: hidden;
}
}
@media screen and (min-width: 1300px) {
.uc-ordering_sheme__element {
width: 25%;
}
.uc-ordering_sheme__content {
width: 90%;
text-align: left;
}
}
.uc-footer { padding: 10px 20px; text-align: center; }
Vdoma — все для комфортного життя!
Кращі товари для будинку тільки в інтернет-магазині Vdoma! Якісний текстиль. постільна білизна, аксесуари, товари для дітей і новонароджених — все це, і навіть більше, можна придбати в нашому інтернет-магазині за розумними цінами.
Перейти до асортименту
4 факти про нашу компанію
2017 — рік заснування інтернет-магазину Vdoma.
1459 — кількість замовлень за перший рік роботи.
0 — кількість негативних відгуків на сайті.
40+ — товарних груп для кожної кімнати в будинку.
Що вибирають клієнти Vdoma?
Найкращі матраци для комфортного сну дітей і дорослих. Унікальні вставки для вирівнювання. Надійні, довговічні вироби для повноцінного відпочинку. Матраци Найкращі матраци для комфортного сну дітей і дорослих. Унікальні вставки для вирівнювання. Надійні, довговічні вироби для повноцінного відпочинку. Халати і піжами для сну і відпочинку. Стильні жіночі і чоловічі моделі за вигідними цінами. Домашня одяг з м'яких, приємних до тіла матеріалів. Халати і піжами Халати і піжами для сну і відпочинку. Стильні жіночі і чоловічі моделі за вигідними цінами. Домашня одяг з м'яких, приємних до тіла матеріалів. Ексклюзивні ліжечка-трансформери для комфортного і здорового сну вашої дитини. Дерев'яна дитяча меблі від перевіреного виробника. Дитячі ліжечка Ексклюзивні ліжечка-трансформери для комфортного і здорового сну вашої дитини. Дерев'яна дитяча меблі від перевіреного виробника. М'які, теплі жакардові ковдри зігріють Вас навіть в самий холодний вечір. Якісний текстиль стане відмінним доповненням до інтер'єру кімнати. Пледи М'які, теплі жакардові ковдри зігріють вас навіть в самий холодний вечір. Якісний текстиль стане відмінним доповненням до інтер'єру кімнати. Ковдри з натуральними і синтетичними наповнювачами для кожного члена сім'ї. Гіпоалергенні і теплі вироби зігріють Вас і подарують комфорт. Ковдри , Ковдри з натуральними і синтетичними наповнювачами для кожного члена сім'ї. Гіпоалергенні і теплі вироби зігріють вас і подарують комфорт. Професійний текстиль для сфери HoReCa. Витримують інтенсивну експлуатацію, безліч циклів прання. Надійний, довговічний, презентабельний. Текстиль для готелів Професійний текстиль для сфери HoReCa. Витримують інтенсивну експлуатацію, безліч циклів прання. Надійний, довговічний, презентабельний.
Побачити всі товари
Основні переваги наших товарів
Великий термін служби
Будь-який товар для дому з інтернет-магазину Vdoma прослужить вам максимально довго. Навіть при інтенсивному використанні або частому пранні домашній текстиль відмінно зберігає зовнішній вигляд, міцність і інші споживчі властивості.
Не викликають алергії
Ми підбирали текстильні вироби з турботою про ваше здоров'я. Текстильні вироби виготовлені з гіпоалергенних матеріалів. Товари для дітей і новонароджених абсолютно безпечні для ваших малюків. Їх використання подарує тільки радість.
Стильний декор для дому
Оригінальні картини, незвичайні пледи і покривала, приголомшливий текстиль для кухні зроблять ваш будинок затишним і красивим. Стильні вироби гармонійно впишуться в інтер'єр.
Величезний асортимент
Великий асортимент дозволяє підібрати товари для будинку на будь-який гаманець. На віртуальних полицях представлені вироби в різних стилях. Порадуйте себе і близьких.
Підібрати товари для будинку
Відгуки клієнтів про інтернет-магазині Vdoma
8.12.2018, Каріна
Подушка просто супер!!Спасибі величезне.
09.12.2018, Світлана
Уважний менеджер, дуже швидка доставка, задоволені товаром. Велике спасибі.
Побачити відгуки
Заказывайте товары оптом и в розницу
В наших магазинах вас ждет
1.
Предлагаем клиентам лучшие цены на товары для дома.
2.
Поставляем напрямую от украинских и зарубежных производителей.
3.
Отслеживаем актуальность стоимости и наличия на сайте.
4.
Быстро перезваниваем и оперативно отправляем ваши заказы.
5.
Поможем подобрать товар для себя или подарок близкому.
6.
Заказы принимаются в интернет-магазине в режиме 24/7.
Комфортный шоппинг в интернет-магазине Vdoma
Выбор товаров в интернет-магазине Vdoma.
Оформление заказа на сайте, по телефону.
Уточнение с менеджером всех деталей заказа.
Отримання замовлення у відділенні «Нової Пошти».
Товари для дому за найкращими цінами!
В пошуках домашнього текстилю та інших аксесуарів за розумними цінами? Кращі товари для будинку ви знайдете в інтернет-магазині Vdoma! Ми постачаємо товари від українських виробників, що дозволяє запропонувати вам найнижчі ціни. Телефонуйте!
Оформити замовлення
Інформація про компанію
Назва:
Vdoma интернет-магазин
Тип компанії:
Торгова компанія
Організаційно-правова форма та капітал
Організаційно-правова форма:
Суб'єкт підприємницької діяльності