ТОО "ZP Group" (ЗП Групп)
.uc-link {
display: inline-block;
padding: 8px;
text-decoration: none !important;
text-align: center;
min-width: 180px;
color: #fff !important;
border-radius: 5px;
background: #01c895;
/*border: 1px solid #ff9a02;*/
font-size: 16px;
transition: all .3s;
margin: 10px;
}
.uc-link:hover {
/*transform: scale(1.1);*/
background: #018bc8;
}
.uc-ban1-panel {
display: flex;
min-height: 47vh;
background: url(http://content.s2.prom.st/December2020/dreamstime-xxl-125353104-5c26ac241af50-1140x757.jpg) bottom center/cover;
}
.uc-ban1-texts {
background-color: rgba(255, 255, 255, 0.8);
width: 60%;
padding: 20px;
text-align: left;
box-sizing: border-box;
z-index: 0;
display: flex;
flex-direction: column;
justify-content: center;
position: relative;
z-index: 0;
}
.uc-ban1-header {
font-size: 28px;
line-height: 36px;
padding-bottom: 10px;
color: #000;
border-bottom: 2px solid #000;
}
.uc-ban1-sub-header {
font-size: 18px;
line-height: 26px;
color: #000;
}
.uc-ban1-text {
font-size: 18px;
line-height: 26px;
color: #000;
}
.uc-ban1-panel strong {
color: #003d58;
font-size: 20px;
}
.uc-ban1-link {
text-align: center;
text-decoration: none !important;
color: #fff !important;
border-radius: 5px;
background: #01c895;
padding: 8px;
margin-top: 10px;
min-width: 180px;
font-size: 16px;
transition: all .3s;
align-self: self-start;
}
.uc-ban1-link:hover {
/*transform: scale(1.1);*/
background: #018bc8;
}
@media screen and (max-width: 800px) {
.uc-ban1-panel {
background: none;
height: 100%
}
.uc-ban1-link {
align-self: center;
}
.uc-ban1-texts {
width: auto;
text-align: center;
}
.uc-ban1-texts::after {
content: none;
}
.uc-ban1-image {
display: none;
}
}
@media screen and (max-width: 500px) {
.uc-ban1-panel {
min-height: auto;
}
}
.uc-nombers {
padding: 30px 20px 30px;
}
.uc-nombers_wrap {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.uc-nombers h2 {
text-align: center;
margin-bottom: 30px;
}
.uc-nombers_prod {
font-size: 16px;
text-align: center;
border-bottom: 2px solid #003d58;
padding: 5px 0;
display: inline-block;
align-self: flex-start;
margin-bottom: 20px !important;
}
.uc-nombers-scheme {
border: 2px solid #003d58;
display: inline-block;
box-sizing: border-box;
position: relative;
width: 48%;
margin: 50px 1%;
padding: 20px;
text-align: center;
transition: all .5s ease;
}
.uc-nombers-scheme:hover img {
transform: scale(1.1);
}
.uc-nombers-scheme img {
width: 350px;
margin-top: -70px;
height: auto;
box-shadow: 0px 0px 10px #444444;
transition: all .4s;
}
.uc-link-nombers {
display: inline-block;
padding: 8px;
text-decoration: none !important;
text-align: center;
min-width: 180px;
color: #fff !important;
background: #018bc8;
font-size: 16px;
transition: all .3s;
position: absolute;
bottom: -20px;
right: 50%;
border-radius: 5px;
transform: translateX(50%);
}
.uc-link-nombers:hover {
transform: translateX(50%) scale(1.1);
background: #018bc8;
}
/*@media screen and (max-width: 1300px) {
.uc-nombers-scheme {
width: 46%;
}
}
*/
@media screen and (max-width: 800px) {
.uc-nombers-scheme {
width: 100%;
margin: 50px auto;
}
}
.uc-clear {
clear: both;
height: 0px;
}
.uc-ubers {
padding: 20px;
/*background: #43325f;*/
}
.uc-ubers h2 {
text-align: center;
padding-bottom: 30px;
}
.uc-ubers-inner {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
position: relative;
z-index: 0;
}
.uc-ubers-inner__item {
display: flex;
align-items: center;
position: relative;
width: 46%;
margin: 40px 2%;
padding: 20px;
border-radius: 3px;
background: #f2f2f2;
box-sizing: border-box;
}
.uc-ubers-inner__item strong {
color: #003d58;
font-size: 18px;
transition: 0.5s;
}
.uc-ubers-inner__item:hover strong {
color: #305ba4;
}
.uc-ubers-inner__item:before {
content: '';
position: absolute;
top: -2px;
left: -2px;
right: -2px;
bottom: -2px;
background: #003d58;
z-index: -1;
transform: skew(-3deg, -3deg);
border-radius: 3px;
transition: 0.5s;
}
.uc-ubers-inner__item:hover:before {
transform: skew(3deg, 3deg);
background: #003d58;
transition: 0.5s;
}
@media screen and (max-width: 1000px) {
.uc-ubers-inner__item {
width: 100%;
}
}
:root {
--infograph-color4: #018bc8;
--infograph-color3: #018bc8;
--infograph-color2: #018bc8;
--infograph-color1: #018bc8;
}
.uc-four-panel {
padding: 20px;
}
.uc-four-panel h2 {
text-align: center;
margin-bottom: 20px;
}
.uc-four-container {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.uc-four-item {
display: flex;
flex-direction: column;
width: 46%;
padding: 0px;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
margin: 2%;
transition: all .5s ease;
box-sizing: border-box;
}
.uc-four-item:hover {
/*background: #003d58;*/
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}
.uc-four-item strong {
font-size: 20px;
color: #018bc8;
line-height: 26px;
transition: all .6s ease;
}
.uc-four-item:hover strong {
color: #305ba4;
}
.uc-four-item:hover .uc-move {
animation: 1.5s ease running bounceInRight;
}
@keyframes bounceInRight {
from,
60%,
75%,
90%,
to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
transform: translate3d(200px, 0, 0);
}
60% {
opacity: 1;
transform: translate3d(-25px, 0, 0);
}
75% {
transform: translate3d(10px, 0, 0);
}
90% {
transform: translate3d(-5px, 0, 0);
}
to {
transform: none;
}
}
.bounceInRight {
animation-name: bounceInRight;
}
.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%;
/*background: #f2f6f9;*/
}
.uc-four-content-1:after {
content: '';
position: absolute;
top: 0px;
right: 0px;
width: 100%;
height: 8px;
background: var(--infograph-color1);
}
.uc-four-content-1:before {
content: '';
position: absolute;
bottom: 0px;
left: 0px;
width: 8px;
height: 100%;
background: var(--infograph-color1);
}
.uc-four-content-2:after {
content: '';
position: absolute;
top: 0px;
right: 0px;
width: 100%;
height: 8px;
background: var(--infograph-color2);
}
.uc-four-content-2::before {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 8px;
height: 100%;
background: var(--infograph-color2);
}
.uc-four-content-3:after {
content: '';
position: absolute;
bottom: 0px;
right: 0px;
width: 100%;
height: 8px;
background: var(--infograph-color3);
}
.uc-four-content-3::before {
content: '';
position: absolute;
bottom: 0px;
left: 0px;
width: 8px;
height: 100%;
background: var(--infograph-color3);
}
.uc-four-content-4::after {
content: '';
position: absolute;
bottom: 0px;
right: 0px;
width: 100%;
height: 8px;
background: var(--infograph-color4);
}
.uc-four-content-4::before {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 8px;
height: 100%;
background: var(--infograph-color4);
}
@media screen and (max-width: 1000px) {
.uc-four-item {
width: 100%;
margin: 10px auto;
}
.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-2,
.uc-four-content-3,
.uc-four-content-4 {
padding: 20px;
}
.uc-four-content-1 {
border: 10px solid var(--infograph-color1);
}
.uc-four-content-2 {
border: 10px solid var(--infograph-color2);
}
.uc-four-content-3 {
border: 10px solid var(--infograph-color3);
}
.uc-four-content-4 {
border: 10px solid var(--infograph-color4);
}
}
.uc-blockquote-panel {
background: #b1b3b7;
text-align: center;
padding: 0 0 20px;
}
.uc-blockquote-wrap {
display: flex;
}
.uc-blockquote {
position: relative;
box-sizing: border-box;
display: block;
padding: 45px 60px 10px 100px;
text-align: left;
width: 50%;
}
.uc-blockquote-round1 {
position: absolute;
top: 30px;
left: 40px;
width: 60px;
height: 60px;
border-radius: 50%;
text-align: center;
background: rgba(255, 37, 86, .7);
animation: slide-2 4s infinite linear;
}
.uc-blockquote-round1:before {
content: "\201C";
line-height: 90px;
color: #fff;
font-size: 70px;
font-family: none;
}
.uc-blockquote-round2 {
position: absolute;
top: 40px;
left: 50px;
width: 60px;
height: 60px;
border-radius: 50%;
background: #444;
animation: slide-2 3s infinite linear;
}
.uc-blockquote-text {
position: relative;
font-size: 16px;
line-height: 26px;
color: #ffffff;
}
.uc-blockquote-text strong {
color: #444444;
}
@media screen and (max-width: 1000px) {
.uc-blockquote-wrap {
display: block;
}
.uc-blockquote {
width: 100%;
}
}
@media screen and (max-width: 600px) {
.uc-blockquote {
padding: 50px 10px 10px 50px;
}
.uc-blockquote-round1 {
top: 10px;
left: 10px;
}
.uc-blockquote-round2 {
top: 20px;
left: 20px;
}
}
@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-jumbers {
padding: 20px;
text-align: center;
}
.uc-jumbers h2 {
text-align: center;
margin-bottom: 20px;
}
.uc-jumbers_wrap {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.uc-jumbers-scheme {
display: inline-block;
width: 31%;
margin: 10px 1%;
padding: 10px;
box-sizing: border-box;
transition: all 0.3s;
}
.uc-jumbers-scheme:hover {
/*background: #f7f7f7;*/
}
.uc-jumbers-scheme strong {
transition: all .3s ease;
display: inline-block;
/*text-transform: uppercase;*/
font-size: 20px;
color: #003d58;
margin-bottom: 10px;
transform: translateY(10px);
}
.uc-jumbers-scheme:hover strong {
transform: translateY(-10px);
}
.uc-jumbers-img {
height: 90px;
width: 90px;
/*background: #87cefa;*/
border-radius: 100%;
position: relative;
margin: 0 auto;
}
.uc-jumbers-img img {
margin-top: 25px;
}
@media screen and (max-width: 1000px) {
.uc-jumbers-scheme {
width: 48%;
}
}
@media screen and (max-width: 800px) {
.uc-jumbers-scheme {
width: 100%;
margin: 10px;
}
}
.uc-e1-panel {
padding: 20px;
text-align: center;
/*background: #43325f;*/
}
.uc-e1-panel h2 {
margin-bottom: 20px;
text-align: center;
}
.social-panel {
text-align: center;
padding: 20px;
}
.social-wr {
display: inline-block;
margin: 10px;
width: 25%;
}
.social-wr img {
animation-name: social;
animation-duration: 3s;
animation-iteration-count: infinite;
transition: ease-out;
}
.social-header {
display: block;
margin: 20px 0 !important;
}
@keyframes social {
from {
transform: scale(1);
}
50% {
transform: scale(1.1);
}
to {
transform: scale(1);
}
}
Предлагаем эффективное решение проблем недержания с качественной продукцией TENA
Широкий ассортимент и доступные цены!
В каталоге нашего интернет-магазина представлен огромный выбор продукции TENA: подгузники для взрослых, урологические прокладки и вкладыши, впитывающие простыни, а также специально разработанные средства для ухода за кожей и очищения.
ТОО «ZP Grpup» является официальным дистрибьютором торговой марки TENA на территории Республики Казахстан.
Предлагаем качественную продукцию оптом и в розницу с 2019 года.
Смотреть каталог продукции
В нашем интернет-магазине вы можете купить
Подгузники для взрослых TENA
Предлагаем качественные подгузники для взрослых, которые обеспечат надежную защиту при недержании и позаботятся о здоровье кожи.
Заказать
Для женщин
В группе представлен хороший выбор надежных урологических прокладок для женщин, которые помогут решить проблему недержания.
Заказать
Для мужчин
У нас вы можете купить специально разработанные для мужчин средства защиты, которые отличаются высоким качеством и надежностью.
Заказать
Поясные подгузники TENA FLEX
Предлагаем комфортные поясные подгузники, которые станут идеальным решением для ухаживающих родственников.
Заказать
Очищение и уход за кожей
Косметические средства TENA созданы специально для очищения чувствительной кожи людей с недержанием без использования воды и мыла.
Заказать
Одноразовые впитывающие простыни TEНA БЕД
Предназначены для впитывания случайных протеканий при недержании или при проведении гигиенических и медицинских процедур.
Заказать
Главные преимущества продукции TENA
Прямые поставки от производителя
Мы работаем напрямую с брендом, который более 60 лет предлагает качественную продукцию на рынки более 90 стран, имеющий отличную репутацию во всем мире.
Высокое качество продукции
Все товары, представленные в нашем каталоге, специально разработаны и созданы для того, чтобы обеспечить комфорт и заботу во время ухода при недержании у женщин и мужчин.
Доступные цены
За счет прямых поставок продукции, мы можем удерживать среднерыночную стоимость на продукцию, которая имеет высокое качество и не имеет конкурентов среди аналогов.
Лучший выбор
Компания Essity с торговой маркой TENA является одним из ведущих производителей товаров личной гигиены и продукции медицинского назначения.
Посмотреть каталог
Почему клиенты выбирают продукцию для ухода при недержании у нас
Характеристики продукции
Доступны разные уровни впитываемости и размеры подгузников-трусов TENA, которые плотно прилегают к телу, обеспечивая надежную защиту от протеканий и комфорт, а система Odour Control (Одор Контрол) нейтрализует нежелательный запах.
Качественное обслуживание
Наши специалисты всегда внимательны к клиентам, мы знаем, что не всем комфортно говорить о проблеме недержания у взрослых, поэтому стараемся индивидуально подходить к каждому покупателю.
Профессионализм
Мы отлично знаем продукцию, которую предлагаем нашим клиентам, поэтому вы можете быть уверены в том, что мы предоставим профессиональную консультацию, ответим на интересующие вопросы и поможем с выбором.
Оперативная работа
Наша компания заботится о том, чтобы клиенты получали заказы как можно быстрее, для этого мы в кратчайшие сроки рассматриваем заявки и доставляем заказанную продукцию в день заказа или на следующий день.
Приступить к заказу
Схема работы нашего интернет-магазина
Заказ продукции
Оформление заявки на покупку продукции через корзину на сайте или по телефону.
Предоплата заказа
Предоплата 100% любым удобным способом. Оплата при получении предусмотрена по г. Алматы.
Доставка товаров
Сбор посылки и отправка выбранным способом день в день, либо на следующий день после заказа.
Проблему недержания решат подгузники для взрослых и урологические прокладки TENA
Чтобы задать интересующие вопросы, свяжитесь с нами в WhatsApp, и подписывайтесь на наши страницы в Instagram.
+7 707 326 72 72
tena.kz
tena_kazakhstan