Товары и услуги
ИП "Бриз"
.uc-link {
display: inline-block;
padding: 8px 15px;
text-decoration: none !important;
text-align: center;
box-sizing: border-box;
min-width: 150px;
color: #fff!important;
border-radius: 2px;
background: #18aabb;
transition: all .3s;
font-size: 16px;
margin: 10px;
}
.uc-link:hover {
transform: translateY(5px);
}
.uc-banner strong {
font-size: 20px;
color: #18aabb;
}
.uc-banner {
display: flex;
position: relative;
align-items: center;
min-height: 350px;
}
.uc-banner__logo-area {
position: absolute;
left: 0;
top: 36.6%;
display: flex;
align-items: center;
justify-content: center;
height: 80px;
width: 80px;
background: #18aabb;
border-radius: 2px;
z-index: 1;
}
.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;
width: 75%;
margin: auto auto auto 35px;
padding: 40px 70px;
/*background: #f8f8f8;*/
box-sizing: border-box;
/*z-index: 1;*/
}
.uc-left__line {
position: absolute;
left: 0;
width: 4px;
height: 100%;
background: #18aabb;
}
.uc-top__line {
position: absolute;
top: 0;
width: 100%;
height: 4px;
background: #18aabb;
}
.uc-right__line {
position: absolute;
right: 0;
width: 4px;
height: 100%;
background: #18aabb;
z-index: 1;
}
.uc-bottom__line {
position: absolute;
bottom: 0;
width: 100%;
height: 4px;
background: #18aabb;
}
.uc-banner__header {
text-align: left!important;
font-size: 22px!important;
line-height: 32px!important;
align-self: flex-start;
}
.uc-banner__subheader {
font-size: 17px!important;
line-height: 28px!important;
align-self: flex-start;
}
.uc-banner__background-area {
width: 28%;
max-height: 450px;
overflow: hidden;
position: absolute;
right: 0;
}
.uc-link-banner {
display: inline-block;
padding: 8px 15px;
text-decoration: none !important;
text-align: center;
box-sizing: border-box;
min-width: 150px;
color: #fff!important;
border-radius: 2px;
background: #18aabb;
transition: all .3s;
font-size: 16px;
margin: 10px 0px;
align-self: flex-start;
}
.uc-link-banner:hover {
transform: translateY(5px);
}
@media screen and (max-width: 1200px) {
.uc-banner__content {
width: 80%;
}
.uc-banner__background-area {
width: 25%;
}
.uc-banner__background {
width: 200px!important;
height: auto!important;
}
}
@media screen and (max-width: 1000px) {
.uc-banner__logo-area {
display: none;
}
.uc-banner__content {
margin: 0;
padding: 20px 35px;
width: 100%;
}
.uc-banner__background-area {
display: none;
}
}
.uc-nombers {
padding: 30px 0 10px;
border-bottom: 2px solid #ddd;
}
.uc-nombers_wrap {
display: flex;
flex-wrap: wrap;
}
.uc-nombers h2 {
text-align: center;
margin-bottom: 10px;
}
.uc-nombers_prod {
font-size: 18px;
text-align: left;
border-bottom: 2px solid #18aabb;
padding: 5px 0;
display: inline-block;
align-self: flex-start;
margin-bottom: 20px!important;
}
.uc-nombers-scheme {
border: 4px solid #18aabb;
display: inline-block;
box-sizing: border-box;
position: relative;
width: 29%;
margin: 3% 2%;
padding: 20px;
text-align: center;
transition: all .5s ease;
}
.uc-nombers-scheme:nth-child(7) {
width: 46%;
}
.uc-nombers-scheme:nth-child(8) {
width: 46%;
}
.uc-nombers-scheme img {
width: 350px;
margin-top: -70px;
height: auto;
}
@media screen and (max-width: 1300px) {
.uc-nombers-scheme {
width: 46%;
}
}
@media screen and (max-width: 1100px) {
.uc-nombers-scheme {
width: 100%;
margin: 50px auto;
}
.uc-nombers-scheme:nth-child(7) {
width: 100%;
}
.uc-nombers-scheme:nth-child(8) {
width: 100%;
}
}
.uc-clear {clear:both; height:0px;}
.uc-ico-panel {
padding: 20px;
border-bottom: 2px solid #ddd;
}
.uc-ico-panel h2 {
text-align: center;
padding-bottom: 20px;
}
.uc-ico-table {
border-width: 0px !important;
width: 50% !important;
table-layout: fixed;
float: left;
}
.uc-ico-table td {
padding: 10px;
transition: all 0.3s;
}
.uc-ico-table img {
transition: ease 1000ms;
}
.uc-ico-table tr:hover td {
background: #f9f9f9;
}
.uc-ico-table tr:hover img {
animation: 1000ms ease 0s normal none 1 running fadeInLeft;
}
.uc-ico-table-col1 {
width: 50px;
}
@keyframes fadeInLeft {
from {
opacity: 0;
transform: translate3d(-200%, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInLeft {
animation-name: fadeInLeft;
}
@media screen and (max-width: 1100px) {
.uc-ico-table {
float: none;
width: 100% !important;
}
.uc-ico-table+.uc-ico-table {
margin: 0;
}
}
@media screen and (max-width: 500px) {
.uc-ico-table td {
vertical-align: top!important;
}
}
.uc-reviews {
padding: 20px 0px 40px;
border-bottom: 2px solid #ddd;
}
.uc-reviews h2 {
margin-bottom: 20px;
text-align: center;
}
.uc-reviews__inner {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.uc-comment {
display: flex;
flex-direction: column;
width: 22%;
margin: 1%;
padding: 20px;
align-items: center;
/*justify-content: space-around;*/
position: relative;
background: #f2f2f2;
box-sizing: border-box;
z-index: 1;
border-radius: 2px;
}
.uc-comment__content {
text-align: center;
color: #000;
z-index: 1;
}
.uc-user__name {
font-size: 24px;
margin-bottom: 15px!important;
color: #18aabb;
font-weight: bold;
transition-delay: 0.3s;
transition: .6s;
}
.uc-text {
transition-delay: 0.2s;
transition: .6s;
}
.uc-first__comment::before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 7px;
background: #18aabb;
transition: .7s;
border-radius: 2px;
}
.uc-first__comment:hover .uc-user__name,
.uc-first__comment:hover .uc-text {
color: #fff;
transition: .6s;
}
.uc-first__comment:hover::before {
height: 100%;
transition: .7s;
}
.uc-second__comment::before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 7px;
background: #1a1a1a;
transition: .7s;
border-radius: 2px;
}
.uc-second__comment:hover .uc-user__name,
.uc-second__comment:hover .uc-text {
color: #fff;
transition: .6s;
}
.uc-second__comment:hover::before {
height: 100%;
transition: .7s;
}
.uc-second__comment:hover .uc-user__name,
.uc-second__comment:hover .uc-text {
color: #fff;
transition: .6s;
}
.uc-second__comment:hover::before {
height: 100%;
transition: .7s;
}
@media screen and (max-width: 1100px) {
.uc-comment {
width: 100%;
margin: 10px auto;
}
.uc-reviews {
padding: 20px;
}
}
@media screen and (max-width: 320px) {
.uc-comment {
width: 100%;
}
}
.uc-numbers {
padding: 20px;
border-bottom: 2px solid #ddd;
}
.uc-numbers_wrap {
display: flex;
flex-wrap: wrap;
}
.uc-numbers h2 {
text-align: center;
margin-bottom: 20px;
}
.uc-numbers-scheme {
-webkit-transform: translateZ(0);
transform: translateZ(0);
display: inline-block;
box-sizing: border-box;
width: 31%;
margin: 1%;
padding: 20px 20px 10px 0px;
transition: all .6s ease;
}
.uc-numbers-scheme:before {
content: "";
position: absolute;
z-index: -1;
left: 0%;
right: 80%;
bottom: 0;
background: #18aabb;
height: 4px;
-webkit-transition-property: left, right;
transition-property: left, right;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out; }
.uc-numbers-scheme:hover:before {left: 0; right: 0;}
.uc-numbers-scheme strong {
transition: all .6s ease;
font-size: 60px;
color: #18aabb;
}
.uc-numbers-scheme em {
font-size: 20px;
color: #18aabb;
transition: all .3s ease;
font-weight: bold;
font-style: inherit;
}
@media screen and (max-width: 1000px) {
.uc-numbers-scheme {
width: 100%;
margin: 10px auto;
}
}
.uc-b5-panel {
text-align: center;
padding: 20px 0 40px;
border-bottom: 2px solid #ddd;
}
.uc-b5-panel h2 {
margin-bottom: 40px;
}
.uc-b55-panel {
text-align: center;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.uc-b55-panel:after {
content: " ";
display: block;
clear: both;
font-size: 0px;
}
.uc-b55-wrapper {
display: flex;
vertical-align: top;
width: 22%;
margin: 10px 0px;
flex-direction: column;
align-items: center;
}
.uc-b55-arr {
width: 3%!important;
font-size: 30px;
color: #59627c;
vertical-align: middle;
padding-bottom: 70px;
align-self: center;
}
.uc-b55-text {
margin: 10px 0 0;
}
.uc-b55-img-holder {
width: 80px;
height: 80px;
background: #18aabb;
display: flex;
align-items: center;
justify-content: center;
box-shadow: inset 0 0 0 5px #fff, 0 0 0 2px #18aabb;
border-radius: 100%;
}
.uc-b55-wrapper img {
transition: all 1s;
}
.uc-b55-wrapper:hover img {
transform: rotateY(370deg);
}
@media screen and (max-width: 1100px) {
.uc-b55-wrapper {
width: 44%;
}
.uc-b55-arr2 {
display: none;
}
}
@media screen and (max-width: 900px) {
.uc-b55-wrapper {
width: 100%;
}
.uc-b55-arr {
display: none;
}
}
.uc-e1-panel {
padding: 20px;
text-align: center;
}
.uc-e1-panel h2 {
margin-bottom: 20px;
text-align: center;
}
ИП "БРИЗ" - продажа, установка, диагностика, ремонт и сервисное обслуживание кондиционеров. Установка, утепление, ремонт пластиковых окон. Остекление, установка подоконников и пластиковых откосов.
Услуги от профессионалов по доступной цене!
Предоставляем свои услуги на рынке с 2013 года, но за небольшой период времени нашими клиентами стали многие государственные и негосударственные организации Казахстана.
Увидеть каталог
Заказывайте у нас:
Услуги по системам кондиционирования воздуха
Монтаж, заправка, диагностика и ремонт кондиционеров, ремонт радиаторов и замена компрессоров, сервисное и техническое обслуживание кондиционеров.
Кондиционеры
В ассортименте большой выбор кондиционеров: настенные, колонного и кассетного типа
Услуги по утеплению и ремонту пластиковых окон
Предоставляем услуги установки пластиковых откосов и подоконников, замены резины в пластиковых окнах и дверях, замены и установки ручек, а также другие услуги.
ИП "БРИЗ" - качество по доступной цене!
Качественные услуги от квалифицированных специалистов в сфере установки и сервисного обслуживания пластиковых окон и кондиционеров.
Проводим полную диагностику и осуществляем необходимый ремонт как пластиковых окон и дверей, так и систем кондиционирования.
Весь спектр услуг предоставляется опытными мастерами и с использованием качественных материалов и инструментов.
Всегда имеем полный комплект материалов, чтобы осуществить комплексное обслуживание или необходимый ремон.
Выбрать услуги
Кондиционеры от надежных поставщиков!
Наша компания работает только с проверенными производителями, являясь официальным дилером лучших производителей.
Мы предлагаем не только качественные кондиционеры разных типов, но и весь спектр услуг, связанных с с их установкой, обслуживанием и ремонтом.
В ассортименте продукции нашего интернет-магазина Вы обязательно подберете с помощью наших консультантов максимально подходящий Вам вариант.
Мы уверены в качестве предлагаемых нами товаров, поэтому предоставляем гарантию на протяжении 12 месяцев.
Почему стоит воспользоваться услугами ИП "БРИЗ"
1
Качественный товар. Быстрое и качественное предоставление услуг.
2
Доступные цены. Приятная система скидок для постоянных, оптовых клиентов и пенсионеров.
3
Всегда реагируем на гарантийные обязательства и устраняем недочеты.
4
У нас работают специалисты с опытом работы и мастера высокого уровня.
5
Предлагаем широкий спектр услуг, комплексно подходим к обслуживанию и ремонту.
6
Заботимся о том, чтобы клиент остался максимально доволен продукцией и нашими услугами.
Перейти к каталогу
Сотрудничество происходит по следующей схеме
После запроса по телефону осуществляем выезд на объект для диагностики.
После диагностики происходит заказ товара или услуги.
Производится оплата, возможна оплата после установки.
Доставка и установка или выполнение заказанных услуг.
ИП "БРИЗ" - приглашаем к сотрудничеству. Вы точно останетесь довольны нашей работой!
Если у Вас есть вопросы, свяжитесь с нами для консультации.
К выбору товаров и услуг