Termopanel.kz
.uc-banner strong {
font-size: 1.2rem;
color: #dd2839;
}
.uc-banner {
display: flex;
position: relative;
align-items: center;
min-height: 360px;
}
.uc-banner::after {
content: '';
position: absolute;
left: 0;
top: 36.6%;
width: 20px;
height: 120px;
background: #31342d;
z-index: 1;
}
.uc-banner::before {
content: '';
position: absolute;
right: 0;
top: 36.6%;
width: 20px;
height: 120px;
background: #dd2839;
z-index: 1;
}
.uc-banner__logo-area {
position: absolute;
left: 20px;
top: 36.6%;
display: flex;
align-items: center;
justify-content: center;
height: 120px;
width: 100px;
background: #dd2839;
}
.uc-logo {
width: 75px;
height: auto;
z-index: 2;
}
.uc-banner__content {
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
width: 67%;
margin: auto auto auto 0px;
padding: 30px 70px;
box-sizing: border-box;
z-index: 1;
}
.uc-left__line {
position: absolute;
left: 0;
width: 4px;
height: 100%;
background: #dd2839;
}
.uc-top__line {
position: absolute;
top: 0;
width: 100%;
height: 4px;
background: #dd2839;
}
.uc-right__line {
position: absolute;
right: 0;
width: 4px;
height: 100%;
background: #dd2839;
}
.uc-bottom__line {
position: absolute;
bottom: 0;
width: 100%;
height: 4px;
background: #dd2839;
}
.uc-banner__header {
font-size: 2rem;
color: #31342d;
}
.uc-banner__subheader {
font-size: 1.2rem;
}
.uc-banner__text {
font-size: 0.9rem;
}
.uc-banner__background-area {
width: 38%;
max-height: 360px;
overflow: hidden;
position: absolute;
right: 0;
}
.uc-banner__background-area img {
height: 100% !important;
}
@media screen and (max-width: 1200px) {
.uc-banner__logo-area {
display: none;
}
.uc-banner__content {
margin: 0;
padding: 40px 25px;
width: 100%;
}
.uc-banner__background-area {
display: none;
}
.uc-banner::before {
background: #31342d;
}
}
.uc-footer {
padding: 20px 0 0;
text-align: center;
}
.uc-footer p {
margin: 20px 0;
}
.uc-btns {
display: inline-block;
position: relative;
padding: 8px 30px;
font-size: 16px;
color: #fff !important;
text-decoration: none !important;
background: #dd2839;
-webkit-box-sizing: border-box;
box-sizing: border-box;
z-index: 1;
overflow: hidden;
-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.uc-btns::before {
font-family: "icons";
display: inline-block;
vertical-align: baseline;
line-height: 1;
font-weight: normal;
font-style: normal;
speak: none;
text-decoration: inherit;
text-transform: none;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f10a";
-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
margin-right: 5px;
font-size: 0;
}
.uc-btns::after {
-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
background: #9f1729;
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 100%;
height: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
z-index: -1;
-webkit-box-sizing: border-box;
box-sizing: border-box;
transform: translateX(-50%) translateY(-50%) rotate(45deg);
-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
-o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.uc-btns:hover::before {
font-size: 14px;
}
.uc-btns:hover::after {
height: 450%;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
}
.uc-underline-panel {
border-bottom: 1px solid #152837;
padding: 20px;
}
.uc-underline-panel:after {
content: " ";
display: block;
clear: both;
font-size: 0px;
}
.uc-underline-header {
margin: 0px 0px 5px;
font-size: 26px;
text-align: center;
margin-bottom: 25px !important;
}
.uc-underline-img-holder {
margin-right: 20px;
float: left;
}
.uc-underline-img-holder img {}
.uc-underline-texts {
overflow: hidden;
}
.uc-underline-sub-header {
font-weight: bold;
padding-top: 20px;
}
.uc-underline-item {
clear: both;
}
.uc-underline-item-right .uc-underline-img-holder-right {
float: right;
margin-right: 0;
margin-left: 20px;
}
.uc-underline-item-right .uc-underline-texts {
text-align: right;
}
@media screen and (max-width: 500px) {
.uc-underline-header {
font-size: 1.3em;
}
.uc-underline-text {
font-size: 1em;
}
.uc-underline-sub-header {
text-align: center;
}
.uc-underline-texts {
clear: both;
}
.uc-underline-img-holder {
width: 100% !important;
text-align: center;
}
.uc-underline-img-holder img {
width: auto !important;
}
.uc-underline-btn-holder {
text-align: center;
}
}
/* Underline From Left */
.uc-underline-from-left {
-webkit-transform: translateZ(0);
transform: translateZ(0);
position: relative;
overflow: hidden;
}
.uc-underline-from-left:before {
content: "";
position: absolute;
left: 0;
right: 100%;
bottom: 0;
background: #31342d;
height: 2px;
-webkit-transition-property: right;
transition-property: right;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.uc-underline-from-left:hover:before,
.uc-underline-from-left:focus:before,
.uc-underline-from-left:active:before {
right: 0;
}
/* Underline From Right */
.uc-underline-from-right {
-webkit-transform: translateZ(0);
transform: translateZ(0);
position: relative;
overflow: hidden;
}
.uc-underline-from-right:before {
content: "";
position: absolute;
left: 100%;
right: 0;
bottom: 0;
background: #31342d;
height: 2px;
-webkit-transition-property: left;
transition-property: left;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.uc-underline-from-right:hover:before,
.uc-underline-from-right:focus:before,
.uc-underline-from-right:active:before {
left: 0;
}
.uc-order {
padding: 20px 15px;
text-align: left;
border-bottom: 1px solid #152837;
}
.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: 68px;
}
.uc-order-scheme strong {
transition: all .3s ease;
display: inline-block;
font-size: 60px;
color: #dd2839;
}
.uc-order-scheme:hover strong {
transition: all .3s ease;
color: #31342d;
transform: translateY(-4px);
}
.uc-order-scheme em {
font-size: 15px;
color: #31342d;
transition: all .3s ease;
display: inline-block;
font-weight: bold;
font-style: inherit;
}
.uc-order-scheme:hover em {
color: #dd2839;
transition: all .3s ease;
}
@media screen and (max-width: 900px) {
.uc-order-scheme__left-column,
.uc-order-scheme__right-column {
width: 100%;
}
}
.uc-b5-panel {
border-bottom: 1px solid #152837;
padding: 20px 0;
text-align: center;
}
.uc-b5-panel:after {
content: " ";
display: block;
clear: both;
font-size: 0px;
}
.uc-b5-header {
margin-bottom: 40px !important;
}
.uc-b5-wrapper {
display: inline-block;
vertical-align: top;
width: 19%;
margin: 10px 1%;
transition: all .4s;
}
.uc-b5-wrapper img {
transition: all .4s;
border-bottom: 2px solid transparent;
padding-bottom: 5px;
}
.uc-b5-wrapper:hover img {
transition: all .4s;
border-color: #31342d;
transform: translateY(-5px);
}
.uc-b5-text {
margin: 10px 0 0;
}
.uc-b5-arr {
width: 2% !important;
font-size: 30px;
color: #31342d;
vertical-align: middle;
padding-top: 10px;
}
.uc-b5-text {
margin: 10px 0 0;
}
@media screen and (max-width: 1200px) {
.uc-b5-wrapper {
width: 20%;
}
.uc-b5-arr2 {
display: none;
}
}
@media screen and (max-width: 900px) {
.uc-b5-wrapper {
width: 60%;
}
.uc-b5-arr {
display: none;
}
}
:root {
--infograph-color2: #31342d;
--infograph-color1: #dd2839;
}
.uc-four-panel {
border-bottom: 1px solid #152837;
padding: 20px 10px;
}
.uc-four-container {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.uc-four-item {
display: flex;
flex-direction: column;
width: 42%;
border-radius: 20px;
box-shadow: 0 0 8px 2px rgba(221, 221, 221, 1);
margin: 10px 0;
}
.uc-four-content-1,
.uc-four-content-2,
.uc-four-content-3,
.uc-four-content-4 {
text-align: center;
position: relative;
padding: 40px;
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: 10px;
background: var(--infograph-color2);
border-radius: 20px 20px 20px 0;
}
.uc-four-content-1:before {
content: '';
position: absolute;
bottom: 0px;
left: 0px;
width: 10px;
height: 100%;
background: var(--infograph-color2);
border-radius: 20px;
}
.uc-four-content-2:after {
content: '';
position: absolute;
top: 0px;
right: 0px;
width: 100%;
height: 10px;
background: var(--infograph-color1);
border-radius: 20px;
}
.uc-four-content-2::before {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 10px;
height: 100%;
background: var(--infograph-color1);
border-radius: 20px;
}
.uc-four-content-3:after {
content: '';
position: absolute;
bottom: 0px;
right: 0px;
width: 100%;
height: 10px;
background: var(--infograph-color1);
border-radius: 20px;
}
.uc-four-content-3::before {
content: '';
position: absolute;
bottom: 0px;
left: 0px;
width: 10px;
height: 100%;
background: var(--infograph-color1);
border-radius: 20px;
}
.uc-four-content-4::after {
content: '';
position: absolute;
bottom: 0px;
right: 0px;
width: 100%;
height: 10px;
background: var(--infograph-color2);
border-radius: 20px;
}
.uc-four-content-4::before {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 10px;
height: 100%;
background: var(--infograph-color2);
border-radius: 20px;
}
.uc-four-header {
font-size: 24px;
}
.uc-four-text {}
.uc-four-icon {}
@media screen and (max-width: 1100px) {
.uc-four-item {
width: 80%;
}
.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-navigation-wrapper {
padding: 20px 15px;
text-align: center;
border-bottom: 1px solid #152837;
}
.uc-navigation-wrapper .uc-navigation .uc-content:before {
display: none;
}
.ucv-b1-header {
padding-bottom: 15px;
text-align: center;
}
.uc-navigation-wrapper .uc-navigation {
padding: 0 5px !important;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.uc-navigation .uc-content {
background: #f0f5f8;
width: 45%;
border-left: 2px solid #31342d;
display: inline-block;
cursor: pointer;
list-style-type: none;
padding: 10px 5px 10px 10px;
margin: 10px 0;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
overflow: hidden;
}
.uc-navigation .uc-content h2 {
font-family: georgia;
font-weight: bold;
font-style: italic;
font-size: 14px;
margin-bottom: 5px;
line-height: 16px;
color: #3e9d18;
}
.uc-navigation .uc-content p {
font-size: 14px;
text-align: left;
-webkit-transition: all 0.1s ease-in;
-moz-transition: all 0.1s ease-in;
-o-transition: all 0.1s ease-in;
}
.uc-navigation .uc-content:hover {
background: #dee6ec;
border-left: 2px solid #dd2839;
}
.uc-navigation .uc-content:hover h2 {
color: #3e9d18;
}
@media screen and (max-width: 989px) {
.uc-navigation .uc-content {
width: 100%;
}
}
.uc-b5-panel {
padding: 20px;
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: 22%;
margin: 10px 20px;
}
.uc-b5-wrapper-1 {
display: inline-block;
vertical-align: top;
width: 20%;
margin: 10px 20px;
}
.uc-b5-img-1 {
margin: 15px;
transition: all 0.5s ease;
}
.uc-b5-wrapper-1:hover img {
transform: scale(-1.2, 1.2);
margin: 15px;
transition: all 0.5s ease;
}
.uc-b5-img {
margin: 15px;
transition: all 0.5s ease;
}
.uc-b5-wrapper:hover img {
transform: scale(-1.2, 1.2);
margin: 15px;
transition: all 0.5s ease;
}
.uc-b5-arr {
width: 30px;
font-size: 30px;
color: #333;
vertical-align: middle;
padding-top: 30px;
}
.uc-b5-arr2 {
display: none;
}
.uc-b5-arr3 {}
.uc-b5-text {
margin: 10px 0 0;
}
@media screen and (max-width: 1100px) {
.uc-b5-wrapper {
width: 24%;
}
.uc-b5-arr2 {
display: none;
}
.uc-b5-arr3 {
display: inline-block;
}
}
@media screen and (max-width: 700px) {
.uc-b5-wrapper {
width: 80%;
}
.uc-b5-arr {
display: none;
}
Компания «TEPLOSTIL» - это 1-ый Казахстанский завод по производству термопанелей
Мы изготавливаем термопанели с тремя видами утеплителя. Производственные мощности от 20 000 м² в месяц.
Компания была образована 25 января 2019 года. С момента основания достигла высоких показателей продаж за счет производства качественной продукции и постоянного улучшения продукции.
В каталог
Мы предлагаем
Термопанели
Уникальный продукт, который включает в себя утеплитель и фасад. В каталоге представлен широкий выбор продукции, что позволит выбрать подходящий дизайн по хорошей цене.
Декоративные фасадные изделия из армированного пенополистерола
Производятся из пенополистерола (пенопласта) 35-ой плотности. Продукция сертифицирована и соответствует ГОСТам.
TEPLOSTIL - качественная и уникальная продукция!
Универсальность
Термопанель - это уникальный продукт, который включает в себя и утеплитель и фасад. Если кладка кирпича выполнена качественно, то в штукатурке также отпадает необходимость - это позволяет сэкономить от 2000 тенге за м².
Экономия
Продукт, который экономит Ваше время и деньги. Вы приобретаете полноценный фасад с утеплителем, что значительно дешевле покупки данных товаров по отдельности. При этом временные затраты в 2,5 раза меньше. Так как нет необходимости производить монтаж по отдельности.
Качество
Вся продукция прошла сертификацию, испытания в лабораториях и полностью безопасна в использованию. На фасад произведенный из фибробетона прочностью М350 предоставляем гарантию 25 лет.
Эргономичность
В производстве мы используем качественный утеплитель, который позволяет снизить затраты теплоэнергии до 65%. Это позволяет окупить вложения в утепление и оформление фасада за счет минимизации расходов на коммунальные услуги.
Ознакомиться с ассортиментом
6 причин заказать термопанели у нас
1.
Единственный производитель в Казахстане с такими производственными мощностями.
2.
Наши цены ниже рыночных, за счет того, что мы являемся производителями.
3.
Мы работаем на качество, за все время работы у нас не было ни одного возврата.
4.
Наше предложение лучшее на рынке фасадных материалов.
5.
Мы проходим с клиентом весь путь: начиная от полного просчета и консультаций, заканчивая помощью с монтажом.
6.
Есть возможность предоставить рассрочку от 3 до 12 месяцев.
Заказ термопанелей у нас — это всегда просто
Выбор продукции на сайте или по телефону.
Оформление заказа в нашем офисе.
Внесите 100% предоплату или оформите рассрочку до 12 месяцев.
Ожидайте доставку и монтаж продукции.
Мы в соцсетях!
Facebook
Instagram
YouTube
В контакте
WhatsApp
При покупке термопанелей, Вы экономите свое время и силы!
Вам не надо выбирать и устанавливать утеплитель и фасад по отдельности. Вам достаточно прийти в нашу компанию и мы поможем Вам подобрать лучший вариант термопанели, сделаем все просчеты и поможем с монтажем.
Приглашаем к нам в офис!
Выбрать термопанели