Про нас
.ucv-a2-panel strong {
font-size: 20px;
color: #3c74b9;
}
.ucv-a2-panel {
background: #f8f8f8 url('http://content.s2.prom.st/October2020/60118onas.jpg') center;
background-size: cover;
display: flex;
align-items: flex-start;
}
.ucv-a2-texts {
background-color: rgba(248, 248, 248, 1);
margin: 0;
padding: 20px 15px 20px 40px;
width: 48%;
text-align: left;
border-radius: 0;
}
.ucv-a2-header {
font-size: 26px;
line-height: 32px;
color: #3c74b9;
margin: 0px 0px 5px;
padding: 7px 60px 7px 15px;
}
.ucv-a2-sub-header {
font-size: 16px;
line-height: 32px;
padding: 7px 15px;
color: #000;
margin: 0px 0px 10px;
}
.ucv-a2-text {
position: relative;
font-size: 14px;
line-height: 26px;
color: #000;
margin: 0px 0px 10px;
border-left: 2px solid #3c74b9;
padding-left: 10px;
}
.ucv-a2-link {
display: inline-block;
height: 37px;
line-height: 37px;
text-decoration: none!important;
text-align: center;
color: #3c74b9!important;
padding: 0 20px;
border: 2px solid #3c74b9;
border-radius: 3px;
font-size: 16px;
}
.ucv-a2-link:hover {
color: #eaa62f!important;
border-color: #eaa62f;
}
@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: #3c74b9;
height: 10px;
width: 10px;
border-radius: 100%;
}
.ucv-a2-text::before {
content: "";
position: absolute;
bottom: -10px;
left: -6px;
background: #3c74b9;
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: #eaa62f;
transition: all .3s ease;
border-radius: 20px;
}
.uc-btns:hover {
background: #d18d15;
transition: all .3s ease;
}
.uc-order2 {
padding: 20px 0;
text-align: center;
border-bottom: 1px solid #eaeff6;
}
.uc-order2_wrap {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.uc-order2 h2 {
margin-bottom: 30px;
}
.uc-order2 strong {
color: #3c74b9;
font-size: 22px;
}
.uc-order2-scheme {
position: relative;
overflow: hidden;
width:100%;
margin: 0%;
padding: 30px 20px;
box-sizing: border-box;
vertical-align: top;
box-shadow: 0 400px 5px #e9e9e9 inset;
outline: 1px solid #fff;
outline-offset: -5px;
transition: all .6s ease;
}
.uc-order2-scheme:hover {
box-shadow: 0 0 5px #e9e9e9 inset, 0 -400px 5px #f4f4f4 inset;
transition: all .6s ease;
}
.uc-order2-scheme:hover .uc-move {
animation: 1000ms ease 0s normal none 1 running zoomInDown;
}
@keyframes zoomInDown {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
animation-name: zoomInDown;
}
@media screen and (max-width: 900px) {
.uc-order2-scheme {
width: 98%;
margin: 5px auto;
}
}
.ucv-b1-panel {
padding: 20px 0;
text-align: center;
border-bottom: 1px solid #eaeff6;
}
.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: #3c74b9;
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: #3c74b9;
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: #3c74b9;
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: #3c74b9;
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: #333745;
display: inline-block;
margin-top: 10px;
}
.ucv-b1-name:hover {
color: #3c74b9;
}
.ucv-b1-desc {
display: block;
margin: 10px 0;
position: absolute;
visibility: hidden;
color: #333;
}
.ucv-b1-panel .ucv-b1-wrapper {
width: 31.9%;
}
@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;
}
}
:root { --infograph-color2: #3c74b9; --infograph-color1: #eaa62f; }
.uc-four-panel {
padding: 20px 10px;
border-bottom: 1px solid #eaeff6;
}
.uc-four-panel h2 {
margin-bottom: 20px;
text-align: center;
}
.uc-four-container {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.uc-four-item {
display: flex;
flex-direction: column;
width: 46%;
border-radius: 20px;
padding: 15px;
box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.38);
transition: box-shadow 0.3s, color 0.3s ease-in-out;
margin: 2%;
box-sizing: border-box;
}
.uc-four-item strong {
font-size: 24px;
color: #3c74b9;
}
.uc-four-item:hover strong {
color: #fff;
}
.uc-four-item:hover {
box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.48);
transition: box-shadow 0.3s ease-in-out;
}
.uc-four-content-1,
.uc-four-content-2,
.uc-four-content-3,
.uc-four-content-4 {
text-align: center;
position: relative;
padding: 30px;
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);
border-radius: 20px;
transition: 300ms ease-in-out;
}
.uc-four-content-1:before {
content: '';
position: absolute;
bottom: 0px;
left: 0px;
width: 15px;
height: 100%;
background: var(--infograph-color2);
border-radius: 20px;
transition: 500ms ease-in-out;
}
.uc-four-content-2:after {
content: '';
position: absolute;
top: 0px;
right: 0px;
width: 100%;
height: 15px;
background: var(--infograph-color1);
border-radius: 20px;
transition: 300ms ease-in-out;
}
.uc-four-content-2::before {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 15px;
height: 100%;
background: var(--infograph-color1);
border-radius: 20px;
transition: 500ms ease-in-out;
}
.uc-four-content-3:after {
content: '';
position: absolute;
bottom: 0px;
right: 0px;
width: 100%;
height: 15px;
background: var(--infograph-color1);
border-radius: 20px;
transition: 300ms ease-in-out;
}
.uc-four-content-3::before {
content: '';
position: absolute;
bottom: 0px;
left: 0px;
width: 15px;
height: 100%;
background: var(--infograph-color1);
border-radius: 20px;
transition: 500ms ease-in-out;
}
.uc-four-content-4::after {
content: '';
position: absolute;
bottom: 0px;
right: 0px;
width: 100%;
height: 15px;
background: var(--infograph-color2);
border-radius: 20px;
transition: 300ms ease-in-out;
}
.uc-four-content-4::before {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 15px;
height: 100%;
background: var(--infograph-color2);
border-radius: 20px;
transition: 500ms ease-in-out;
}
.uc-four-item:hover .uc-four-content-1::before,
.uc-four-item:hover .uc-four-content-2::before,
.uc-four-item:hover .uc-four-content-3::before,
.uc-four-item:hover .uc-four-content-4::before {
transition: 500ms ease-in-out;
width: 100%;
}
.uc-four-item:hover .uc-four-content-1::after,
.uc-four-item:hover .uc-four-content-2::after,
.uc-four-item:hover .uc-four-content-3::after,
.uc-four-item:hover .uc-four-content-4::after {
transition: 300ms ease-in-out;
height: 100%;
}
.uc-four-text {
transition: color 0.6s ease-in-out;
z-index: 1;
}
.uc-four-item:hover .uc-four-text {
color: #fff;
transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 800px) {
.uc-four-item {
width: 100%;
}
.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: 10px solid var(--infograph-color2);
border-radius: 20px;
}
.uc-four-content-2,
.uc-four-content-4 {
border: 10px solid var(--infograph-color1);
border-radius: 20px;
}
.uc-four-item:hover .uc-four-text {
color: inherit;
}
.uc-four-item:hover strong {
color: #000;
}
.uc-four-content-1,
.uc-four-content-2,
.uc-four-content-3,
.uc-four-content-4 {
padding: 10px;
}
.uc-four-text {
transition: color 0.6s ease-in-out;
z-index: 0;
}
}
.uc-quote {
padding: 20px;
border-bottom: 1px solid #eaeff6;
}
.uc-quote-item {
margin: 20px 0;
}
.uc-quote-item:hover .uc-quote-txt {
box-shadow: 1px 1px 2px rgba(60, 116, 185, 0.5);
}
.uc-quote-item:hover .uc-quote-txt-right {
box-shadow: -1px 1px 2px rgba(60, 116, 185, 0.5);
}
.uc-quote-img img {
margin-right: 10px;
vertical-align: middle;
}
.uc-quote-txt {
margin-top: 20px;
padding: 20px;
background: #F8F8F8;
border-radius: 0 5px 5px;
box-shadow: 1px 1px 2px rgba(60, 116, 185, 0.1);
-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 #F8F8F8 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;
background: #F8F8F8;
border-radius: 5px 0px 5px 5px;
box-shadow: -1px 1px 2px rgba(60, 116, 185, 0.1);
-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 #F8F8F8 transparent;
}
.uc-b5-panel {
padding: 20px 0;
border-bottom: 1px solid #eaeff6;
text-align: center;
}
.uc-b5-panel:after {
content: " ";
display: block;
clear: both;
font-size: 0px;
}
.uc-b5-panel h2 {
text-align: center;
margin-bottom: 30px;
}
.uc-b5-header {
margin-bottom: 40px;
}
.uc-b5-wrapper {
display: inline-block;
vertical-align: top;
width: 19%;
margin: 10px 0.5%;
}
.uc-b5-arr {
width: 25px;
font-size: 30px;
color: #eaa62f;
vertical-align: middle;
padding-top: 10px;
}
.uc-b5-arr2 {}
.uc-b5-arr3 {}
.uc-b5-text {
margin: 10px 0 0;
}
@media screen and (max-width: 1050px) {
.uc-b5-wrapper {
width: 31%;
}
.uc-b5-arr {
width: 12%;
}
.uc-b5-arr2 {
display: none;
}
.uc-b5-arr3 {
display: inline-block;
}
}
@media screen and (max-width: 800px) {
.uc-b5-wrapper {
width: 60%;
}
.uc-b5-arr {
display: none;
}
}
.uc-b5-wrapper:hover img {
animation: 1500ms ease 0s normal none 1 running flip;
}
@keyframes flip {
from {
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
animation-timing-function: ease-out;
}
40% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
animation-timing-function: ease-out;
}
50% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
animation-timing-function: ease-in;
}
80% {
transform: perspective(400px) scale3d(.95, .95, .95);
animation-timing-function: ease-in;
}
to {
transform: perspective(400px);
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
animation-name: flip;
}
.uc-footer {
padding: 20px 0 0;
border-bottom: 1px solid #eaeff6;
text-align: center;
}
.uc-footer p {
margin: 20px 0;
}
Меблевий Центр» — якісна меблі від провідних виробників
У нашому каталозі ви знайдете меблеві вироби від бюджетних пропозицій до моделей преміум класу
Більше 10 років на меблевому ринку України, меблі в наявності та під замовлення, фабричне якість, офіційна гарантія. Доставка замовлення в будь-який куточок України протягом 1-3 днів. Підтримуємо конкурентні ціни, надаємо додаткові знижки.
Ознайомитися з асортиментом
Як ми рухалися до успіху?
2010 рік
відкриття магазину з продажу меблів в роздріб
2013 рік
відкриття інтернет-магазину «Меблевий Центр», який ми постійно розвиваємо і збільшуємо асортимент товару
Сьогодні
стабільне розширення асортименту товарами нових виробників на ринку України, широка клієнтська мережа, у нас 93% позитивних відгуків
Оцініть різноманітність нашого каталогу
Величезний вибір обідніх скляних столів різних форм і розмірів. Легкі і витончені моделі відмінно впишуться в сучасний інтер'єр. Скляні столи Величезний вибір обідніх скляних столів різних форм і розмірів. Легкі і витончені моделі відмінно впишуться в сучасний інтер'єр. В нашому асортименті ви знайдете ліжка з ортопедичним підставою, м'яким узголів'ям, підйомним механізмом і інші моделі фабричного якості з офіційною гарантією. Ліжка В нашому асортименті ви знайдете ліжка з ортопедичним підставою, м'яким узголів'ям, підйомним механізмом і інші моделі фабричного якості з офіційною гарантією. Меблі з натуральних матеріалів — це завжди екологічно, розкішно і дорого! Ми пропонуємо величезний вибір столів з дерева різних форм і розмірів — на будь-який смак. Столи дерев'яні Меблі з натуральних матеріалів — це завжди екологічно, розкішно і дорого! Ми пропонуємо величезний вибір столів з дерева різних форм і розмірів — на будь-який смак. Сучасні і класичні, стильні та оригінальні моделі стільців з дерева ви знайдете в даній категорії. Різноманітне поєднання кольорів і матеріалів виготовлення. Стільці дерев'яні Сучасні і класичні, стильні та оригінальні моделі стільців з дерева ви знайдете в даній категорії. Різноманітне поєднання кольорів і матеріалів виготовлення. Відмінне рішення для обладнання кухні з барною стійкою, а також ми раді запропонувати стильні моделі для облаштування кафе, барів, ресторанів. Стільці барні Відмінне рішення для обладнання кухні з барною стійкою, а також ми раді запропонувати стильні моделі для облаштування кафе, барів, ресторанів. Ми раді запропонувати різноманіття варіантів крісел для керівників, персоналу, стільці для відвідувачів і інші варіанти виробів від провідних вітчизняних і зарубіжних виробників. Офісні крісла та стільці Ми раді запропонувати різноманіття варіантів крісел для керівників, персоналу, стільці для відвідувачів і інші варіанти виробів від провідних вітчизняних і зарубіжних виробників.
Принципи і пріоритети компанії Меблевий Центр»
Висока якість
Всі представлені меблі з дерева, ДВП і МДФ є фабричного виробництва, в наявності є всі сертифікати якості відповідають ГОСТу.
Конкурентні ціни
Завдяки прямій співпраці з меблевими фабриками і відсутності посередників, вартість меблів завжди доступна для покупців.
Професійний сервіс
Гарантуємо чесну і прозору співпрацю. Надаємо повну інформацію про меблевої продукції, допомагаємо з вибором виробів, уважно враховуємо побажання та запити замовника.
Бездоганна репутація
Дорожимо кожним клієнтом, маємо широку клієнтську мережу по всій країні, виконуємо замовлення строго у встановлені терміни з дотриманням всіх зобов'язань.
Побачити всі пропозиції
Дізнайтесь, що про нас говорять?
Оцінка «Відмінно»
«Замовляв стіл - трансформер. Сервіс супер, швидко передзвонили, на всі питання відповіли. Відправка та доставка чітко і вчасно»
Всі відгуки
→
Меблевий Центр» — у нас є все для створення комфорту
Оцініть якість, надійність і дизайн нашої продукції в поєднанні з вигідною вартістю
У вас є можливість придбати недорогу меблі або предмети меблювання класу люкс, замовити все необхідне для облаштування будинку, офісу або закладів. Вдалих покупок!
Організаційно-правова форма та капітал
Організаційно-правова форма:
Приватне підприємство