О нас
.ucv-a2-panel strong {
font-size: 22px;
color: #4bae4f;
}
.ucv-a2-panel {
background: url(https://detskie-peregorodki.ru/wp-content/uploads/2018/05/DSC_0300.jpg) 50% 100% / cover no-repeat rgba(54, 77, 91, 0.85);
padding: 0;
}
.ucv-a2-texts {
background-color: rgba(28, 28, 29, 0.74);
border: 2px solid #555;
width: 100%;
box-sizing: border-box;
padding: 70px;
text-align: left;
}
.ucv-a2-header {
font-size: 26px;
line-height: 32px;
color: #4bae4f;
margin: 0px 0px 5px;
}
.ucv-a2-sub-header {
font-size: 18px;
line-height: 32px;
color: #fff;
margin: 0px 0px 10px;
}
.ucv-a2-text {
font-size: 14px;
line-height: 26px;
color: #fff;
margin: 0px 0px 10px;
}
.ucv-a2-link {
display: inline-block;
height: 37px;
line-height: 37px;
text-decoration: none!important;
text-align: center;
color: #4bae4f!important;
padding: 0 22px;
min-width: 150px;
border: 1px solid #4bae4f;
font-size: 16px;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
}
.ucv-a2-link:hover {
color: #fff!important;
border-color: #fff;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
}
.uc-btns {
background: #4bae4f;
border-color: #4bae4f;
color: #fff!important;
}
.uc-btns:hover {
background: #fff;
color: #4bae4f !important;
border-color: #4bae4f;
}
@media screen and (max-width: 500px) {
.ucv-a2-texts {
width: auto;
text-align: center;
padding: 20px 15px;
}
.ucv-a2-panel {
padding: 0;
background-size: cover;
}
.ucv-a2-link {
padding: 0 5px;
width: auto;
}
}
.uc-black {
text-align: center;
}
.uc-black h3 {
padding: 10px;
}
.uc-black-wrap {
margin-top: 40px;
display: flex;
flex-wrap: wrap;
}
.uc-back_img {
width: 25%;
margin: 0;
padding: 0;
box-sizing: border-box;
line-height: 0;
overflow: hidden;
}
.uc-back_img img {
filter: grayscale(100%);
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
}
.uc-back_img:hover img {
filter: grayscale(0);
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
}
@media screen and (max-width: 1140px) {
.uc-back_img {
width: 50%;
}
}
.uc-slides_wrap {
text-align: center;
padding: 20px 0;
}
.uc-slides_wrap h2 {
margin-bottom: 20px;
}
.uc-slides {
padding: 0;
width: 640px;
height: 428px;
display: block;
margin: 0 auto;
position: relative;
}
.uc-slides * {
user-select: none;
-ms-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-webkit-touch-callout: none;
box-sizing: border-box;
}
.uc-slides input {
display: none !important;
}
.uc-slide-container {
display: block;
}
.uc-slide {
top: 0;
opacity: 0;
width: 640px;
height: 428px;
display: block;
position: absolute;
transform: scale(0);
transition: all .7s ease-in-out;
border: 1px solid #364d5c;
}
.uc-slide img {
text-align: center;
height: 100%;
}
.uc-nav label {
width: 200px;
height: 100%;
display: none;
position: absolute;
opacity: .35;
z-index: 9;
cursor: pointer;
transition: opacity .2s;
color: #fff;
font-size: 156pt;
text-align: center;
line-height: 380px;
font-family: "Varela Round", sans-serif;
text-shadow: 0px 0px 15px rgb(119, 119, 119);
}
.uc-slide:hover+.uc-nav label {
opacity: 0.5;
background-color: rgba(255, 255, 255, .3);
}
.uc-nav label:hover {
opacity: 1;
}
.uc-nav .uc-next {
right: 0;
}
input:checked+.uc-slide-container .uc-slide {
opacity: 1;
transform: scale(1);
transition: opacity 1s ease-in-out;
}
input:checked+.uc-slide-container .uc-nav label {
display: block;
}
.uc-nav-dots {
width: 100%;
bottom: 9px;
height: 11px;
display: block;
position: absolute;
text-align: center;
}
.uc-nav-dots .uc-nav-dot {
top: -5px;
width: 11px;
height: 11px;
margin: 0 4px;
position: relative;
border-radius: 100%;
display: inline-block;
background-color: rgba(0, 0, 0, 0.6);
}
.uc-nav-dots .uc-nav-dot:hover {
cursor: pointer;
background-color: rgba(0, 0, 0, 0.8);
}
input#uc-img-1:checked~.uc-nav-dots label#uc-img-dot-1,
input#uc-img-2:checked~.uc-nav-dots label#uc-img-dot-2,
input#uc-img-3:checked~.uc-nav-dots label#uc-img-dot-3,
input#uc-img-4:checked~.uc-nav-dots label#uc-img-dot-4,
input#uc-img-5:checked~.uc-nav-dots label#uc-img-dot-5,
input#uc-img-6:checked~.uc-nav-dots label#uc-img-dot-6 {
background: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 500px) {
.uc-slides_wrap {
overflow: hidden;
height: 100% !important;
}
.uc-slides,
.uc-slide {
width: 322px;
height: 230px;
border: none;
}
.uc-slide img {
width: 100%;
height: auto;
}
.uc-nav label {
width: 150px;
height: 100%;
position: absolute;
opacity: .35;
z-index: 9;
cursor: pointer;
transition: opacity .2s;
color: #fff;
font-size: 100px;
text-align: center;
box-sizing: border-box;
line-height: 210px;
font-family: "Varela Round", sans-serif;
text-shadow: 0px 0px 15px rgb(119, 119, 119);
}
}
.uc-e4-panel {
padding: 20px;
text-align: center;
border-bottom: 2px solid #ccc;
}
.uc-e4-header {
text-align: center;
margin-bottom: 40px !important;
}
/* Bob */
@-webkit-keyframes uc-bob {
0% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
50% {
-webkit-transform: translateY(-4px);
transform: translateY(-4px);
}
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
}
@keyframes uc-bob {
0% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
50% {
-webkit-transform: translateY(-4px);
transform: translateY(-4px);
}
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
}
@-webkit-keyframes uc-bob-float {
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
}
@keyframes uc-bob-float {
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
}
.uc-bob {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation-name: uc-bob-float, uc-bob;
animation-name: uc-bob-float, uc-bob;
-webkit-animation-duration: .3s, 1.5s;
animation-duration: .3s, 1.5s;
-webkit-animation-delay: 0s, .3s;
animation-delay: 0s, .3s;
-webkit-animation-timing-function: ease-out, ease-in-out;
animation-timing-function: ease-out, ease-in-out;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-direction: normal, alternate;
animation-direction: normal, alternate;
}
/*-----------------------------------------FOOTER-------------------------------*/
.uc-footer {
padding: 20px 0 0;
border-bottom: 2px solid #ccc;
text-align: center;
}
.uc-footer p {
margin: 20px 0;
}
.uc-numbers {
padding: 20px 15px;
text-align: left;
border-bottom: 2px solid #ccc;
}
.uc-numbers_wrap {
display: flex;
flex-wrap: wrap;
flex-direction: row;
}
.uc-numbers h2 {
text-align: center;
margin-bottom: 30px;
}
.uc-numbers-items {
width: 49%;
margin: 20px .5% 30px;
padding: 0 10px;
box-sizing: border-box;
transition: all .3s ease;
}
.uc-numbers-items strong {
transition: all .3s ease;
display: inline-block;
font-size: 80px;
color: #4bae4f;
}
.uc-numbers-items:hover strong {
transition: all .3s ease;
color: #364d5c;
transform: translateY(-4px);
}
.uc-numbers-items em {
font-size: 15px;
margin-top: 10px;
color: #364d5c;
transition: all .3s ease;
display: block;
font-weight: bold;
font-style: inherit;
}
.uc-numbers-items:hover em {
color: #4bae4f;
transition: all .3s ease;
}
@media screen and (max-width: 768px) {
.uc-numbers-items {
width: 99%;
}
}
.uc-ico-panel {
border-bottom: 2px solid #ccc;
padding: 20px 15px 20px;
}
.uc-ico-header {
text-align: center;
padding-bottom: 20px;
}
.uc-ico-table {
border-width: 0px !important;
width: 100% !important;
margin-top: 30px;
table-layout: fixed;
}
.uc-ico-table td {
padding: 5px;
transition: all 0.5s;
}
.uc-ico-table img {
transition: all .7s;
}
.uc-ico-table tr:hover td {
box-shadow: 0 100px 0 #364d5c inset;
transition: all .7s;
color: #fff;
}
.uc-ico-table tr:hover img {
transform: translateX(10px) rotate(360deg);
}
.uc-ico-table-col1 {
width: 70px;
padding-left: 15px;
transition: all 0.85s;
}
.uc-ico-table tr:hover .uc-ico-table-col1 {
transition: all 0.85s;
box-shadow: 0 -100px 0 #4bae4f inset !important;
}
@media screen and ( max-width: 500px) {
.uc-ico-table td {
vertical-align: top!important;
}
}
.uc-order {
padding: 20px 0;
text-align: center;
}
.uc-order_wrap {
display: flex;
flex-wrap: wrap;
}
.uc-order h2 {
margin-bottom: 30px;
}
.uc-order-scheme {
width: 25%;
margin: 0%;
padding: 20px 15px;
box-sizing: border-box;
outline: 1px solid #ccc;
outline-offset: -4px;
background: #171717;
color: #fff;
font-size: 16px;
box-shadow: 0 400px 5px #364d5c inset;
transition: all .6s ease;
}
.uc-order-scheme:hover {
box-shadow: 0 0 5px #171717 inset, 0 -400px 5px rgba(255, 255, 255, .1) inset;
transition: all .6s ease;
}
@media screen and (max-width: 768px) {
.uc-order-scheme {
width: 98%;
margin: 5px auto;
}
}
.ucv-b1-panel {
border-bottom: 2px solid #ccc;
padding: 20px 0;
text-align: center;
}
.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 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: rgba(51, 51, 51, 0.8);
text-align: left;
color: #fff;
transition: all 0.6s ease 0s;
/*transition: all .7s cubic-bezier(0.31, 0.57, 0.31, 2.0);*/
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: #333;
display: inline-block;
margin-top: 10px;
}
.ucv-b1-name:hover {
color: #666;
}
.ucv-b1-desc {
display: block;
margin: 10px 0;
position: absolute;
visibility: hidden;
color: #333;
}
.ucv-b1-panel .ucv-b1-wrapper {
width: 31.8%;
text-decoration: none;
}
@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: 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;
}
}
/*--------------------------------INFOGRAPH-------------------------------------*/
.ucv-b4-panel {
border-bottom: 2px solid #ccc;
padding: 25px 0px;
}
.ucv-b4-title {
text-align: center;
margin-bottom: 25px !important;
}
.ucv-b4-wrapper {
text-align: center;
}
.ucv-b4-arrow-wrapper {
margin-right: 2%;
width: 20%;
display: inline-block;
vertical-align: middle;
}
.ucv-b4-arrow {
height: 20px;
background: #364d5c;
position: relative;
width: 100%;
}
.ucv-b4-arrow-red {
background: #4bae4f;
}
.ucv-b4-arrow.ucv-b4-arrow-red:before {
border-top-color: #4bae4f;
border-bottom-color: #4bae4f;
}
.ucv-b4-arrow.ucv-b4-arrow-red:after {
border-left-color: #4bae4f;
}
.ucv-b4-arrow-red .ucv-b4-line {
background: #4bae4f;
}
.ucv-b4-arrow:after {
content: "";
position: absolute;
right: -10px;
top: 0;
border-left: 10px solid #364d5c;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
}
.ucv-b4-arrow:before {
content: "";
position: absolute;
left: -10px;
top: 0;
border-left: 10px solid transparent;
border-top: 10px solid #364d5c;
border-bottom: 10px solid #364d5c;
}
.ucv-b4-line {
position: absolute;
left: 50%;
bottom: 50%;
width: 2px;
height: 50px;
background: #364d5c;
}
.ucv-b4-line:after {
content: "";
position: absolute;
bottom: -2px;
left: -2px;
width: 5px;
height: 5px;
background: #fff;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.ucv-b4-line-bottom {
top: 50%;
}
.ucv-b4-line-bottom.ucv-b4-line:after {
top: -2px;
}
.ucv-b4-text,
.ucv-b4-image {
display: table;
width: 100%;
height: 100px;
}
.ucv-b4-image-inner,
.ucv-b4-text-inner {
display: table-cell;
text-align: center
}
.ucv-b4-image-inner {
vertical-align: top;
}
.ucv-b4-image-inner.ucv-b4-image-inner-bot {
vertical-align: bottom;
}
.ucv-b4-text-inner {
vertical-align: middle;
}
.ucv-b4-number {
padding-bottom: 6px;
font-size: 30px;
color: #364d5c;
display: block;
font-weight: bold;
}
@media screen and (max-width: 1200px) {
.ucv-b4-arrow-wrapper {
width: 35%;
}
}
@media screen and (max-width: 750px) {
.ucv-b4-arrow-wrapper {
width: 65%;
}
.ucv-b4-arrow-wrapper__margin {
margin-top: 45px;
}
}
"АЛГА" — сантехнические перегородки всех типов и области применения
Как компания-производитель, гарантируем наивысшее качество сантехнических перегородок и оптимальные цены на все товары.
К каждому клиенту осуществляется индивидуальный подход. Предоставляем гарантию на все товары и тщательно выполняем все гарантийные обязательства. Работаем со всеми покупателями из России и Казахстана.
Увидеть каталог
Факты о нас, дающие гарантию на удачную покупку
Отсутствие массового производства
Индивидуальный подход ка каждому клиенту
Работа с опытными и квалифицированными инженерами
Разработка новых моделей сантехнических перегородок в соответствии с пожеланиями клиента
Причины заказать сантехнические перегородки в компании "АЛГА"
Причины заказать сантехнические перегородки в компании "АЛГА"
‹ ›
‹ ›
‹ ›
‹ ›
‹ ›
‹ ›
Никогда не подводим своих клиентов
Оптимальное соотношение цена-качество
Ответственный и профессиональный подход к работе
Чёткое соблюдение всех сроков изготовления перегородок
Оставить заявку
Заказ перегородок в 4 шага
1. Вы выбираете товар в нашем онлайн-каталоге
или заказываете изготовление перегородок
2. Наш менеджер связывается с вами
для уточнения всех деталей покупки
3. Вы выбираете удобную схему оплаты
и доставки товара
4. Мы чётко выполняем свои обязательства и быстро
доставляем товар в пункт назначения
Нам важно ваше мнение!
Компания "АЛГА" гордится тем, что за всё время работы на отечественном рынке сантехнических перегородок мы не получили ни одного негативного отзыва о качестве нашей продукции. Все наши клиенты отмечают не только высокое качество, надёжность и долговечность наших сантехнических перегородок, но и высочайший уровень сервисного обслуживания (оформление заказа, консультативная поддержка и т. д.).
Пожалуйста, оставляйте своё мнение, предложения и пожелания о качестве наших товаров и об уровне нашего сервиса в разделе «Отзывы».
Оставить отзыв
Информация о компании
Название:
ООО "АЛГА"
Тип компании:
Производитель, Торговая компания, Компания, предоставляющая услуги, Представительство, Другое
Бренды:
Завод перегородок АЛГА, ДиАлСтрой
Количество сотрудников:
11-50 человек
Организационно-правовая форма и капитал
Год основания:
2014
Уставной фонд:
Менее 10 тыс. USD
Организационно-правовая форма:
Другой вариант
Рыночная деятельность
Основные клиенты:
Заводы, школы, государственные учреждения, детские сады, строительные компании
Объемы продаж за год:
До 50 тыс. USD
Объемы покупок за год:
100 тыс. - 200 тыс. USD
Информация о производстве
Размеры производственных площадей:
300-1000 кв.м.
Контроль качества:
Внутренний
Кол-во производственных линий:
1