Надежный поставщик эксклюзивных материалов для ремонта и отделки помещений по Казахстану и СНГ
:root {
--blue: #37475a;
/*--lightblue: #ff6f69;*/
}
.groups-pre-pan {
position: relative;
padding: 20px 0px;
/*background-color: #fff;*/
}
.groups-pan {
position: relative;
justify-content: space-between;
display: flex;
flex-wrap: wrap;
flex-direction: row;
max-width: 1300px;
margin: 0px auto;
box-sizing: border-box;
}
.groups-header {
/*font-size: 32px !important;*/
line-height: normal !important;
margin-bottom: 30px !important;
margin-top: 0px !important;
width: 100%;
position: relative;
text-align: center;
}
.groups-header:after {
position: absolute;
z-index: -1;
display: block;
bottom: -5px;
left: 0;
width: 110px;
content: '';
background-color: var(--lightblue);
height: 30px;
/*border-top: 1px solid #f0f5f9;*/
}
.groups-wr {
width: 46%;
height: 370px;
margin: 20px 0px;
border-left: 3px solid var(--blue);
padding-left: 30px;
transition: all 200ms ease-in-out 0s;
}
.groups-wr:hover {
border-left: 9px solid var(--blue);
}
.groups-wr-img {
width: 100%;
margin-bottom: 20px;
box-sizing: border-box;
}
.groups-wr-img img {
max-width: 100%;
}
.groups-wr-name {
font-size: 18px;
line-height: normal;
margin-bottom: 10px;
}
.groups-wr-text {}
.groups-button {
display: inline-block;
border-bottom: 2px solid #ff5750;
border-radius: 50px;
text-align: center;
background: #ff6f69;
padding: 8px 25px;
margin-top: 15px;
color: #fff !important;
text-decoration: none !important;
transition: all 200ms ease-in-out 0s;
/*border-radius: 3px;*/
}
.groups-button:hover {
background: #ff8782;
}
@media screen and (max-width: 700px) {
.groups-wr {
width: auto;
}
.groups-pre-pan {
padding: 40px 0px;
}
}
.uc-link {
display: inline-block;
min-width: 124px;
padding: 8px 16px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-bottom: 2px solid #ff5750;
border-radius: 50px;
text-align: center;
background: #ff6f69;
color: #fff !important;
text-decoration: none !important;
cursor: pointer;
}
.uc-link:hover {
background: #ff8782;
}
.uc-title {
margin: 10px 0 20px !important;
position: relative;
padding: 10px 0;
text-align: center;
}
.uc-title::after {
content: '';
position: absolute;
width: 100%;
left: 0;
bottom: -20px;
/*border-top: 1px solid #f0f5f9;
border-bottom: 1px solid #f0f5f9;*/
}
.uc-header strong {
font-size: 1.3rem;
color: #ff6f69;
}
.uc-header {
display: flex;
flex-direction: column;
justify-content: space-between;
min-height: 50vh;
background-size: cover;
background-position: 50%;
position: relative;
padding: 20px;
color: #fff;
}
.uc-header::before {
position: absolute;
content: '';
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(35, 47, 62, 0.8);
}
.uc-header__row {
width: 75%;
text-align: right;
position: relative;
padding: 20px;
box-sizing: border-box;
}
.uc-header__row_right {
align-self: flex-end;
}
.uc-header__row_left::before {
position: absolute;
content: '';
right: 0;
top: 0;
height: 100%;
width: 3px;
background: #ff6f69;
}
.uc-header__text {
font-size: 0.9rem !important;
line-height: 1.2rem;
}
.uc-header__text,
.uc-header__title,
.uc-subtitle {
position: relative;
}
.uc-header__title {
font-size: 2rem !important;
color: #ff6f69;
line-height: 2rem;
}
.uc-subtitle {
font-size: 1.3rem;
line-height: 1.5rem;
}
@media screen and (max-width: 1100px) {
.uc-header__row {
width: 80%;
}
}
@media screen and (max-width: 768px) {
.uc-header__row_right {
order: 1;
}
.uc-header__row_left {
order: 2;
}
.uc-header__row {
width: 100%;
}
.uc-header__title {
font-size: 1.5rem !important;
line-height: 1.5rem;
}
.uc-header__row_left::before {
display: none;
}
.uc-header {
padding: 0;
}
}
.uc-num-wrapper {
padding: 10px 20px;
}
.uc-num-wrapper strong {
color: #37475a;
font-size: 15px;
}
.uc-number__icon {
width: 50px;
height: auto;
}
.uc-numbers {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.uc-number__item {
margin: 30px 0;
position: relative;
display: flex;
flex-direction: column;
width: 43%;
/*background: #fff;*/
/*border-radius: 20px;*/
box-shadow: 1px 1px 8px -4px #37475a, inset -3px 20px 20px 0 rgb(178 178 178 / 10%);
text-align: center;
padding: 20px 60px;
box-sizing: border-box;
border-right: solid 5px;
border-top: solid 5px;
border-color: #efefef;
}
.uc-number {
position: absolute;
bottom: 25px;
left: 87%;
width: 90px;
height: 90px;
background: rgba(246, 60, 0, .75);
border-radius: 100%;
overflow: hidden;
}
.uc-number span {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, 0%);
font-size: 46px;
font-weight: bold;
color: #fff;
}
.uc-number__description {
position: relative;
}
.uc-number__item::after {
content: '';
position: absolute;
right: 94%;
bottom: 92%;
width: 30px;
height: 30px;
background: rgba(0, 169, 216, .5);
border-radius: 100%;
animation: opacityBackground 3s linear alternate infinite;
}
@keyframes opacityBackground {
0% {
background: #37475a;
}
100% {
background: #ff6f69;
}
}
@media screen and (max-width: 1200px) {
.uc-number__item {
width: 43%;
}
}
@media screen and (max-width: 1024px) {
.uc-number__item {
width: 90%;
}
}
@media screen and (max-width: 768px) {
.uc-number {
top: 75%;
}
}
@media screen and (max-width: 480px) {
.uc-number__item {
padding: 20px;
}
.uc-number {
top: 85%;
left: 76%;
}
}
:root {
--infograph-color2: #37475a;
--infograph-color1: #37475a;
}
.uc-four-panel {
padding: 20px 10px 20px;
}
.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%;
padding: 20px;
/*background: #fff;*/
/*border-radius: 20px;*/
box-shadow: 1px 1px 8px -4px #37475a, inset -3px 20px 20px 0 rgb(178 178 178 / 10%);
transition: box-shadow 0.3s, color 0.3s ease-in-out;
margin: 2%;
box-sizing: border-box;
}
.uc-four-item strong {
font-size: 20px;
color: #ff6f69;
transition: 0.3s ease-in-out;
}
.uc-four-item:hover strong {
color: #fff;
transition: 0.3s ease-in-out;
}
.uc-four-item:hover {
box-shadow: 0px 0px 15px 1px rgba(35, 38, 69, 0.4);
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: 25px;
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: 5px;
transition: 300ms ease-in-out;
}
.uc-four-content-1:before {
content: '';
position: absolute;
bottom: 0px;
left: 0px;
width: 10px;
height: 100%;
background: var(--infograph-color2);
border-radius: 5px;
transition: 500ms ease-in-out;
}
.uc-four-content-2:after {
content: '';
position: absolute;
top: 0px;
right: 0px;
width: 100%;
height: 10px;
background: var(--infograph-color1);
border-radius: 5px;
transition: 300ms ease-in-out;
}
.uc-four-content-2::before {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 10px;
height: 100%;
background: var(--infograph-color1);
border-radius: 5px;
transition: 500ms ease-in-out;
}
.uc-four-content-3:after {
content: '';
position: absolute;
bottom: 0px;
right: 0px;
width: 100%;
height: 10px;
background: var(--infograph-color1);
border-radius: 5px;
transition: 300ms ease-in-out;
}
.uc-four-content-3::before {
content: '';
position: absolute;
bottom: 0px;
left: 0px;
width: 10px;
height: 100%;
background: var(--infograph-color1);
border-radius: 5px;
transition: 500ms ease-in-out;
}
.uc-four-content-4::after {
content: '';
position: absolute;
bottom: 0px;
right: 0px;
width: 100%;
height: 10px;
background: var(--infograph-color2);
border-radius: 5px;
transition: 300ms ease-in-out;
}
.uc-four-content-4::before {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 10px;
height: 100%;
background: var(--infograph-color2);
border-radius: 5px;
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 {
transition: color 0.3s ease-in-out;
color: #fff;
}
@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: 10px;
}
.uc-four-content-2,
.uc-four-content-4 {
border: 10px solid var(--infograph-color1);
border-radius: 10px;
}
.uc-four-item:hover .uc-four-text {
color: inherit;
}
.uc-four-item:hover strong {
color: #37475a;
}
.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-blockquote-panel {
padding: 20px;
}
.uc-blockquote-panel h2 {
text-align: center;
margin-bottom: 20px;
}
.uc-blockquote__container {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.uc-blockquote {
width: 45%;
margin: 0;
text-align: center;
padding: 20px 50px;
box-sizing: border-box;
}
.uc-blockquote span {
/*background: #fff;*/
box-shadow: -20px 0 #fff, 20px 0 #fff;
position: relative;
padding: 3px 0;
line-height: 36px;
}
.uc-blockquote p {
font-size: 18px;
line-height: 28px;
color: inherit;
}
.uc-blockquote span:before {
content: "\201C";
font-family: serif;
position: absolute;
font-size: 60px;
left: -50px;
top: 10px;
line-height: 0;
color: #ff6f69;
}
.uc-blockquote span:after {
content: "\201D";
font-family: serif;
position: absolute;
font-size: 60px;
right: -50px;
bottom: -10px;
line-height: 0;
color: #ff6f69;
}
.uc-blockquote .uc-blockquote-user {
text-transform: uppercase;
color: #ff6f69;
}
@media screen and (max-width: 1000px) {
.uc-blockquote {
width: 100%;
padding: 30px;
}
}
.uc-info {
padding: 10px 0;
}
.uc-info-container {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
position: relative;
}
.uc-info__item {
display: flex;
justify-content: center;
width: 31%;
margin-bottom: 30px;
}
.uc-info-item__inner {
display: flex;
align-items: center;
/*background: #fff;*/
box-shadow: 1px 1px 8px -4px #37475a, inset -3px 20px 20px 0 rgb(178 178 178 / 10%);
/*border-radius: 20px;*/
width: 100%;
}
.uc-info-item__inner:hover .uc-info__icon {
transform: scale(1.1);
transition: .5s linear;
}
.uc-info__icon {
width: 45px;
height: auto;
transition: .5s linear;
}
.uc-info__number {
font-size: 4rem;
line-height: 1.1;
opacity: 0.1;
animation: numberUpDown 2s linear alternate infinite;
margin-right: 10px;
color: #37475a;
}
.uc-info__number_1 {
animation-delay: 1s;
}
.uc-info__number_2 {
animation-delay: 2s;
}
.uc-info__number_3 {
animation-delay: 3s;
}
.uc-info__number_4 {
animation-delay: 4s;
}
.column {
width: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.column__right {
width: 55%;
justify-content: flex-start;
}
.column__left {
width: 35%;
}
.uc-info__desc {
box-shadow: -18px 0 12px -15px rgb(178 178 178 / 43%);
padding: 0 10px;
}
@media screen and (max-width: 1060px) {
.uc-info__line {
display: none;
}
.uc-info__item {
width: 98%;
}
.uc-info__item:not(:last-child) {
margin-bottom: 30px;
}
}
@keyframes numberUpDown {
0% {
transform: scale(1);
opacity: 0.1;
}
100% {
transform: scale(1.2);
opacity: 1;
}
}
@-webkit-keyframes numberUpDown {
0% {
transform: scale(1);
opacity: 0.1;
}
100% {
transform: scale(1.2);
opacity: 1;
}
}
.uc-ban1-panel {
padding: 0px;
}
}
@media screen and (max-width: 850px) {
.uc-ban1-panel {
padding: 0px;
}
.uc-ban1-texts {
width: auto;
background: rgba(63, 63, 63, 0.3);
}
.uc-ban1-header {
font-size: 22px;
}
}
@media screen and (min-width: 320px) {
.uc-advatage_wrapper {
padding: 20px;
}
.uc-advatage_container {
display: flex;
flex-direction: column;
justify-content: center;
}
.uc-advantage_items {
display: flex;
flex-direction: column;
align-items: center;
box-sizing: border-box;
margin: 10px 0px;
}
.uc-advantage_icon {
align-self: center;
width: 95%
}
.uc-advantage_content {
position: relative;
display: flex;
flex-direction: column;
align-self: center;
box-sizing: border-box;
width: 90%;
max-width: 440px;
padding: 20px 0;
/*background: #fff;*/
}
.uc-advantage_sub_header {
position: relative;
font-size: 16px;
color: #333;
padding-bottom: 20px;
}
.uc-advantage_sub_header::before {
content: "";
position: absolute;
bottom: 15px;
left: 0;
width: 30%;
height: 2px;
background: #ff6f69;
transition: .4s all;
}
.uc-advantage_items:hover .uc-advantage_sub_header::before {
width: 100%;
transition: .4s all;
}
.uc-advantage_sub_header:first-letter {
color: #ff6f69;
}
.uc-advatage_text {
font-size: 14px;
}
}
@media screen and (min-width: 900px) {
.uc-advatage_container {
flex-direction: row;
justify-content: space-around;
flex-wrap: wrap;
}
.uc-advantage_items {
width: 33%;
}
.uc-advantage_items:nth-child(odd) {
/*flex-direction: column-reverse;
border-right: 3px solid #f1f1f1;
border-radius: 0 23px;*/
}
}
@media screen and (min-width: 1400px) {
.uc-advatage_container {
flex-direction: row;
justify-content: space-around;
}
.uc-advantage_items {
width: 31%;
}
.uc-advantage_items:nth-child(odd) {
border: none;
}
}
.uc-push-panel {
padding: 20px;
}
.uc-push-panel h2 {
text-align: center;
margin-bottom: 20px;
}
.uc-push {
display: flex;
flex-wrap: wrap;
}
.uc-push strong {
font-size: 18px;
color: #37475a;
}
.uc-push-text {
position: relative;
display: inline-block;
box-sizing: border-box;
padding: 20px 0px 0px 30px;
width: 46%;
margin: 1%;
transition: all .4s ease;
text-align: left;
}
.uc-push-text:before {
position: absolute;
width: 7px;
height: 7px;
border-radius: 100%;
background: #ff6f69;
content: "";
left: 0;
transition: .3s ease-in-out;
top: 25px;
}
.uc-push-text:after {
position: absolute;
border-left: 1px dotted #37475a;
bottom: -5px;
content: "";
left: 3px;
top: 41px;
}
.uc-push-text:hover:before {
box-shadow: 0 0 0 10px rgba(35, 47, 62, .4)
}
@media screen and (max-width: 800px) {
.uc-push-text {
width: 100%;
}
}
.uc-e1-panel {
padding: 20px;
text-align: center;
}
Продажа и доставка качественных напольных покрытий
В торговом доме представлены напольные покрытия для дома и бизнеса на любой бюджет. Мы тщательно выбираем партнеров и со многими заводами-изготовителями сотрудничаем на правах официального дистрибьютора. Обеспечиваем доступность эксклюзивных материалов и быструю доставку заказов в Казахстане.
iPol24.kz — магазин лучших материалы для ремонта и отделки
Весь ассортимент
Актуальные предложения по напольным покрытиям
Ламинат
В магазине представлена 421 модель ламината от 11 брендов. Наши клиенты могут выбрать подходящий тип покрытия по цвету, толщине и длине ламели, назначению, классу износостойкости. У нас доступно более 500 расцветок на любой дизайн.
Выбрать
Спортивный линолеум
Реализуем практичные и долговечные спортивные покрытия известных торговых марок по доступной цене. Данный вид линолеума подходит для помещений с повышенной проходимостью, а многослойная структура обеспечивает усиленную износостойкость.
Выбрать
Спортивный паркет
Предлагаем профессиональные деревянные полы для укладки в спортивных залах. Многослойное покрытие имеет прочный защитный слой и отличается повышенной устойчивостью к истиранию, механическим повреждениям.
Выбрать
Шоу покрытия
У нас можно заказать специализированные сценические покрытия с гладкой, матовой или глянцевой поверхностью. Продукция имеет многослойную структуру, что обеспечивает стабильность пола при повышенной нагрузке.
Выбрать
Коммерческий линолеум
В интернет-магазине представлен широкий ассортимент линолеума коммерческого класса с прочным защитным слоем. Настил может использоваться для укладки в общественных местах, офисах, спортивных залах и промышленных помещениях.
Выбрать
Гомогенный линолеум
На сайте можно выбрать и заказать однослойный линолеум известных брендов. Настил имеет защитный слой на всю толщину покрытия и представлен в разнообразных цветах для распространенных дизайнерских решений.
Выбрать
Почему выгодно заказывать в Ipol24.kz
Большой ассортимент продукции
В интернет-магазине представлены напольные покрытия спортивного, коммерческого и бытового типа, а также расходные материалы для их укладки.
Конкурентная цена
Сотрудничая с заводами на правах дистрибьютора, мы предлагаем клиентам продукцию по среднерыночной цене без посреднических наценок.
Индивидуальный подход
К нам обращаются за консультацией относительно выбора оптимального типа покрытий в соотношении функционала и дизайна настила.
Быстрая доставка
Товары из интернет-магазина в постоянном наличии, что позволяет организовать оперативную доставку заказов в Алматы и по всему Казахстану.
Материалы для ремонта помещений с доставкой по РК
Европейское качество
Торговый дом реализует качественные товары, соответствующие международным стандартам, что подтверждено сертификатами.
Широкая сфера применения
Мы предлагаем как бюджетные бытовые покрытия с соответствующим уровнем нагрузки, так и дорогостоящие износостойкие настилы коммерческого типа.
Множество вариантов дизайна
Однотонные и многоцветные, с имитацией натуральных материалов, глянцевые и матовые — это лишь небольшой перечень типов исполнения.
Эксклюзивная продукция
В нашем каталоге представлены специализированные группы товаров, аналоги которых отсутствуют на рынке СНГ.
Открыть каталог покрытий
Как заказать напольные покрытия у нас
1
Оформляйте заказ на сайте, поместив выбранную продукцию в корзину.
2
Оплачивайте заказ удобным способом с учетом предложенной скидки.
3
Выбирайте способ доставки, и мы приступим к отправке товара.