.uc-hover-block {
text-align: center;
padding: 20px 0px;
}
.uc-hover {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.uc-hover h2 {
margin-bottom: 30px;
}
.uc-hover-wrapper {
position: relative;
-webkit-transform: translateZ(0);
transform: translateZ(0);
width: 43%;
margin: 7px;
padding: 20px;
background: rgba(249, 249, 249, 0.4);
position: relative;
}
.uc-hover-wrapper:before {
content: "";
z-index: -1;
position: absolute;
height: 2px;
bottom: 0;
left: 50%;
right: 50%;
background: #84a01a;
-webkit-transition-property: left, right;
transition-property: left, right;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.uc-hover-wrapper:hover:before {
left: 0;
right: 0;
}
.uc-hover-wrapper span {
color: #84a01a;
font-size: 19px;
}
@media screen and (max-width: 1000px) {
.uc-hover-wrapper {
width: 100%
}
}
.uc-blockquote-panel {
text-align: center;
padding: 10px 20px 40px 20px;
}
.uc-blockquote-panel h2 {
margin-bottom: 30px;
}
.uc-blockquote-wrap {
display: flex;
flex-wrap: wrap;
}
.uc-blockquote {
position: relative;
box-sizing: border-box;
padding: 10px 10px 0px 40px;
margin: 10px 0px;
text-align: left;
width: 49%;
}
.uc-blockquote-round1 {
position: absolute;
top: 0px;
left: 0px;
width: 40px;
height: 40px;
border-radius: 50%;
text-align: center;
background: rgba(193, 207, 142, .7);
animation: slide-2 4s infinite linear;
}
.uc-blockquote-round1:before {
content: "?";
line-height: 42px;
color: #fff;
font-size: 40px;
font-family: none;
}
.uc-blockquote-round2 {
position: absolute;
top: 5px;
left: 5px;
width: 40px;
height: 40px;
border-radius: 50%;
background: #84a01a;
animation: slide-2 3s infinite linear;
}
.uc-blockquote-text {
position: relative;
padding: 0 20px 0 20px;
}
.uc-blockquote-text strong {
color: #ec400d;
font-size: 16px;
}
@media screen and (max-width: 800px) {
.uc-blockquote {
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-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: 55px; } .uc-order-scheme strong { transition: all .3s ease; display: inline-block; font-size: 50px; color: #84a01a; } .uc-order-scheme:hover strong { transition: all .3s ease; color: #84a01a; transform: translateY(-4px); } .uc-order-scheme em { font-size: 15px; color: #333; transition: all .3s ease; display: inline-block; font-weight: bold; font-style: inherit; } .uc-order-scheme:hover em { color: #333; transition: all .3s ease; }
@media screen and (max-width: 900px) { .uc-order-scheme__left-column, .uc-order-scheme__right-column { width: 100%; } }
.uc-ban1-texts {
width: 67%;
padding: 20px;
text-align: left;
box-sizing: border-box;
}
.uc-push-panel {
border-bottom: 3px solid #f4f4f4;
}
.uc-push-panel h2 {
text-align: center;
margin-bottom: 30px!important;
}
.uc-push {
display: flex;
flex-wrap: wrap;
}
.uc-push strong {
font-size: 18px;
color: #01980d;
}
.uc-push-text {
position: relative;
display: inline-block;
box-sizing: border-box;
padding: 10px 25px 20px 30px;
width: 50%;
margin: 0px;
transition: all .4s ease;
}
.uc-push-text:before {
position: absolute;
width: 7px;
height: 7px;
/*border-radius: 100%;*/
background: #01980d;
border-radius: 10px;
content: "";
left: 6px;
transition: .3s ease-in-out;
top: 10px;
}
.uc-push-text:after {
content: "";
position: absolute;
border-left: 1px dotted #000000;
bottom: 5px;
left: 9px;
top: 25px;
}
.uc-push-text:hover:before {
box-shadow: 0 0 0 10px rgba(0,0,0,.2);
}
@media screen and (max-width: 800px) {
.uc-push-text {
width: 100%;
}
}
.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;
}
.uc-b5-wrapper { /*Создание колонок*/
display: inline-block;
vertical-align: top;
width: 19%;
margin: 10px 0.5%;
}
.uc-b5-arr { /*Стиль стрелок*/
width: 25px;
font-size: 30px;
color: #84a01a;
vertical-align: middle;
padding-top: 10px;
}
.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;
}
}
Продаємо модульний будинок 2022 р випуску.
Знаходиться в м. Дніпро вул Гаванська 23.
Може переміститися в будь яку точку України.
Три кімнати : Спальня, ванна, кухня.
Розмір 8700х2850мм, з можливістю розширення до 8700х5900мм.
Тепла підлога, унітаз, бойлер, душ кабіна, умивальник. м\п двері та вікна. утеплення 100-150мм можна проживати цілорічно.
Ціна без землі, земельні ділянки від 3000 уе.
Ключові особливості наших товарів
Сертифікована продукція
Наша продукція має сертифікати СЕС ДСТУ І ISO 9001, які підтверджують її якість і безпеку.
Надійність і тепло
Модульні споруди зроблені з металевого каркаса, а також мають 100 мм утеплювача, не рахуючи товщини матеріалів стін.
Тривала експлуатація
Конструкції експлуатуються упродовж років. Офіс нашого заводу також із блок-контейнера, завдяки чому ми економимо на аренді.
Гарний зовнішній вигляд
Споруди нашого виробництва мають гарний зовнішній вигляд, що теж є досить важливим.
Чому нам можна довіряти
Наша компанія успішно працює починаючи з 2015 року.
Ми маємо та дорожимо репутацією відповідального продавця.
Переваги нашої компанії
1.
Менеджери нашої компанії допоможуть вам із вибором і нададуть докладну консультацію.
2.
У нас ви можете придбати як готову продукцію, так і замовити виготовлення продукції з нестандартними характеристиками.
3.
Ви можете оплатити замовлення готівкою або за допомогою післяплати.
4.
Ми виконуємо швидку адресну доставку на території України. Ви отримаєте замовлення якнайшвидше.
Як ми працюємо
Оформлення заявки на сайті або за телефоном
Консультація менеджера та узгодження всіх нюансів за потреби
Оплата зручним способом
→
Доставка обраним способом
Характеристики
Основні | |
---|---|
Країна виробник | Україна |
Тип житлової будівлі | Дачные дома |
Інформація для замовлення
- Ціна: від 360 000 ₴/комплект