GIDROSTROY GLASS MOSAIC
.uc-btns {
display: inline-block;
padding: 8px 15px;
text-decoration: none !important;
text-align: center;
min-width: 150px;
color: #fff!important;
font-size: 14px;
border: 1px solid #1e7a68;
background: #28a38b;
transition: all .3s;
margin: 10px;
}
.uc-btns:hover {
border-color: #86bdb8;
background: #a7cfcb;
color: #222;
}
.uc-title {
margin: 30px 0 0!important;
display: block;
padding: 10px 0;
font-weight: bold;
text-transform: uppercase;
font: 18px/18px 'Arimo',Arial,sans-serif;
border-bottom: 3px solid #333849;
}
.uc-ban1-panel {
background: #777 url(http://content.s2.prom.st/October2019/%29.jpg) right;
background-size: cover;
padding: 20px;
}
.uc-ban1-panel strong {
color: #a6b2d8;
font-size: 20px;
}
.uc-ban1-texts {
background-color: rgba(30, 33, 43, 0.75);
padding: 20px;
text-align: center;
box-sizing: border-box;
}
.uc-ban1-header {
font-size: 26px;
line-height: 28px;
color: #a6b2d8;
margin: 0px 0px 5px;
}
.uc-ban1-sub-header {
font-size: 18px;
line-height: 24px;
color: #fff;
margin: 0px 0px 10px;
}
.uc-ban1-text {
font-size: 14px;
line-height: 22px;
color: #fff;
margin: 0px 0px 10px;
}
.uc-ban1-link {
display: inline-block;
text-align: center;
text-decoration: none !important;
color: #a6b2d8!important;
border: 2px solid #a6b2d8!important;
padding: 8px 15px;
min-width: 150px;
font-size: 17px;
transition: all .3s;
}
.uc-ban1-link:hover {
color: #fff!important;
border: 2px solid #fff!important;
}
@media screen and (max-width: 800px) {
.uc-ban1-texts {
width: auto;
background-color: rgba(38, 38, 42, 0.8);
}
.uc-ban1-panel {
padding: 0px;
}
}
.ucv-b1-panel { 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(30, 33, 43, 0.75); text-align: left; color: #fff; 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: #222; display: inline-block; margin-top: 10px; } .ucv-b1-name:hover { color: #a6b2d8; } .ucv-b1-desc { display: block; margin: 10px 0; position: absolute; visibility: hidden; color: #333; } .ucv-b1-panel .ucv-b1-wrapper { width: 46%; 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; } }
.uc-our__history {
padding: 20px;
text-align: center;
}
.uc-our__history h2 {
padding-bottom: 10px;
text-align: center;
}
.uc-our__history-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.uc-our__history-block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 46%;
margin: 20px 0;
}
.uc-our__history-block:hover .uc-our__history-year {
transform: translateX(20px) scale(0.8, 0.8);
transition: all 0.5s ease;
}
.uc-our__history-year {
position: relative;
text-align: center;
-ms-flex-item-align: center;
align-self: center;
font-size: 50px;
font-weight: bold;
color: #5cc85f;
background: #333849;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
min-height: 90px;
min-width: 90px;
box-shadow: 0 0px 0px 5px #fff;
transition: all 0.5s ease;
}
.uc-our__history-line {
-ms-flex-item-align: center;
align-self: center;
width: 8%;
height: 10px;
background: #a6b2d8;
}
.uc-our__history-content {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
box-sizing: border-box;
text-align: left;
background: #333849;
color: #fff;
padding: 10px 15px;
width: 70%;
border: 1px solid #ddd;
/* -webkit-box-shadow: 2px 1px 16px -2px rgba(21, 40, 55,0.55);
box-shadow: 2px 1px 16px -2px rgba(21, 40, 55,0.55); */
}
.uc-our__history-subheader {
font-size: 26px;
color: #56b3ac;
}
/*
.uc-first__year-line {
background: #23b985;
}
.uc-second__year-line {
background: #3bacdc;
}
.uc-third__year-line {
background: #2F3034;
}
.uc-fourth__year-line {
background: #4285f4;
}
.uc-fifth__year-line {
background: #ea4335;
}
.uc-first__year {
color: #23b985;
}
.uc-second__year {
color: #3bacdc;
}
.uc-third__year {
color: #2F3034;
}
.uc-fourth__year {
color: #4285f4;
}
.uc-fifth__year {
color: #ea4335;
}
*/
@media screen and (max-width:1000px) {
.uc-our__history-block {
width: 100%;
}
}
@media screen and (max-width:800px) {
.uc-our__history-block {
flex-direction: column;
}
.uc-our__history-content {
width: 100%;
text-align: center;
}
.uc-our__history-block:hover .uc-our__history-year {
transform: translateY(20px) scale(0.8, 0.8);
transition: all 0.5s ease;
}
}
:root { --infograph-color2: #333849; --infograph-color1: #A6B2D8; } .four-panel { padding: 20px 10px; }
.four-container { display: flex; flex-wrap: wrap; justify-content: space-around; } .four-item { display: flex; flex-direction: column; width: 45%; border-radius: 0px; box-shadow: 0px 0px 20px 0px rgba(22, 51, 57,0.62); margin: 20px 0; }
.four-content-1, .four-content-2, .four-content-3, .four-content-4 { text-align: center; position: relative; box-sizing: border-box; padding: 25px; display: flex; flex-direction: column; align-items: center; height: 100%; } .four-content-1:after { content: ''; position: absolute; top: 0px; right: 0px; width: 100%; height: 15px; background: var(--infograph-color2); border-radius: 0px; } .four-content-1:before { content: ''; position: absolute; bottom: 0px; left: 0px; width: 15px; height: 100%; background: var(--infograph-color2); border-radius: 0px; } .four-content-2:after { content: ''; position: absolute; top: 0px; right: 0px; width: 100%; height: 15px; background: var(--infograph-color1); border-radius: 0px; } .four-content-2::before { content: ''; position: absolute; bottom: 0; right: 0; width: 15px; height: 100%; background: var(--infograph-color1); border-radius: 0px; } .four-content-3:after { content: ''; position: absolute; bottom: 0px; right: 0px; width: 100%; height: 15px; background: var(--infograph-color1); border-radius: 0px; } .four-content-3::before { content: ''; position: absolute; bottom: 0px; left: 0px; width: 15px; height: 100%; background: var(--infograph-color1); border-radius: 0px; } .four-content-4::after { content: ''; position: absolute; bottom: 0px; right: 0px; width: 100%; height: 15px; background: var(--infograph-color2); border-radius: 0px; } .four-content-4::before { content: ''; position: absolute; bottom: 0; right: 0; width: 15px; height: 100%; background: var(--infograph-color2); border-radius: 0px; } .four-header { font-size: 20px!important; line-height: 20px; } .four-text {} .four-icon {}
@media screen and (max-width: 1100px) { .four-item { width: 100%; } .four-content-1:after, .four-content-1:before, .four-content-2:after, .four-content-2:before, .four-content-3:after, .four-content-3:before, .four-content-4:after, .four-content-4:before { display: none; }
.four-content-1, .four-content-2, .four-content-3, .four-content-4 {
padding: 25px 10px;
}
.four-content-1, .four-content-3 { border: 15px solid var(--infograph-color2); border-radius: 0px; } .four-content-2, .four-content-4 { border: 15px solid var(--infograph-color1); border-radius: 0px; } }
.four-panel img {
margin: auto;
}
.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: 50px;
}
.uc-order-scheme strong {
transition: all .3s ease;
display: inline-block;
font-size: 40px;
color: #A6B2D8;
}
.uc-order-scheme:hover strong {
transition: all .3s ease;
color: #333849;
transform: translateY(-4px);
}
.uc-order-scheme em {
font-size: 15px;
color: #333849;
transition: all .3s ease;
display: inline-block;
font-weight: bold;
font-style: inherit;
}
.uc-order-scheme:hover em {
color: #A6B2D8;
transition: all .3s ease;
}
@media screen and (max-width: 900px) {
.uc-order-scheme__left-column,
.uc-order-scheme__right-column {
width: 100%;
}
}
.uc-footer { padding: 10px 20px; text-align: center; }
Мозаика в Казахстане, г. Шымкент (СНГ) - производство
Стеклянные мозаичные плитки и панно
Лучшая мозаика из стекла от Gidrostroy Glass Mosaic!
Самый большой ассортимент стеклянной мозаичной плитки и панно различных форм, расцветок и текстур. Выступаем первыми и единственными производителями данного сегмента продукции на территории Республики Казахстан.
Перейти в каталог
Перламутровая, «капля», квадратная, шестигранная мозаика и плитка
Форма напоминает каплю. Материал имеет сетчатую основу. Блеск мозаичной плитки «капля» высокоглянцевый. Отличается морозостойкостью. Представлено панно «капля» в синих, сиреневых, зеленых, коричневых расцветках. Размер листа — 31,5×31,5 см (438 чипа).Стеклянная мозаика «капля»Форма напоминает каплю. Материал имеет сетчатую основу. Блеск мозаичной плитки «капля» высокоглянцевый. Отличается морозостойкостью. Представлено панно «капля» в синих, сиреневых, зеленых, коричневых расцветках. Размер листа — 31,5×31,5 см (438 чипа). Имеет шестигранную форму. Предназначена для наружных и внутренних отделочных работ. Представлена шестигранное панно в бело-голубом, сиреневом, синем и прочих цветах. Имеет оригинальный вид. Размер листа шестигранной мозаики — 30×30 см (168 чипов).Шестигранная стеклянная мозаикаИмеет шестигранную форму. Предназначена для наружных и внутренних отделочных работ. Представлена шестигранное панно в бело-голубом, сиреневом, синем и прочих цветах. Имеет оригинальный вид. Размер листа шестигранной мозаики — 30×30 см (168 чипов). Листы перламутровой мозаики — 31,5×31,5 см (438 чипа). Стойко переносит перепады температуры от +15 до + 145℃. Имеется панно следующих перламутровых расцветок: красно-оранжевых, коричнево-черных, бело-голубых, зеркально-бежевых, белых и др.Перламутровая стеклянная мозаикаЛисты перламутровой мозаики — 31,5×31,5 см (438 чипа). Стойко переносит перепады температуры от +15 до + 145℃. Имеется панно следующих перламутровых расцветок: красно-оранжевых, коричнево-черных, бело-голубых, зеркально-бежевых, белых и др. Форма — квадратная. Размеры — 31,5×31,5 см (100 чипов). Квадратное крупное панно не прихотлива. Отличается стойкостью к негативным факторам окружающей среды. Представлена квадратная плитка в сине-голубом, темно-коричневом и прочем исполнении.Крупная мозаичная плиткаФорма — квадратная. Размеры — 31,5×31,5 см (100 чипов). Квадратное крупное панно не прихотлива. Отличается стойкостью к негативным факторам окружающей среды. Представлена квадратная плитка в сине-голубом, темно-коричневом и прочем исполнении.
Остальные предложения
Достоинства мозаичной плитки и панно из стекла
Физические свойства стекла делают его идеальным вариантом для создания панно на любых поверхностях — стенах, потолках, полу.
Наличие многообразия форм – шестигранная, квадратная, в виде «капли», а также текстур — глянцевая, перламутровая, позволяют воплотить любую идею.
В качестве наружной отделки подходит для балконов, террас, фасадов, колонн, фонтанов, садовой мебели, скульптур и прочего.
Материал применяется для оформления бассейнов, саун, бань, хамамов, SPA-центров, ванных комнат и туалетов, холлов, гостиных.
Выбрать и заказать мозаику
Преимущества обращения в компанию
Короткие сроки изготовления стеклянной мозаичной плитки для различного типа помещений, вне зависимости от объемов заказа.
Клиент может подобрать формат продукции, цвет, текстуру — глянцевую или перламутровую, а также толщину стекла и т. д.
Наличие гарантии на товар до 50 лет, так как стекло выступает одним из наиболее прочных материалов в строительной сфере.
Мы дорожим каждым клиентом, поэтому в случае несоответствия качества товара ожиданиям гарантируем возврат оплаты.
Что нужно знать о заказе
1.
Следует подобрать понравившийся вид продукции из каталога, определиться с формой отделочного материала, цветом и другими особенностями.
2.
Для оформления заявки можно воспользоваться сайтом компании, позвонить по указанным телефонам, прийти в наш выставочный зал.
3.
Необходимо уточнить у менеджеров и консультантов компании детали заказа, можно создать индивидуальный проект по желанию клиента.
Стильная мозаика от Gidrostroy Glass Mosaic
С большим ассортиментом мозаики вы взглянете по-новому на оформление привычного интерьера и внешнюю отделку. Помимо основной продукции, предоставляем услуги по строительству и установке оборудования для бассейнов, саун, хамамов, бань, фонтанов, зон отдыха.
Стать нашим клиентом