ИП "Наргелов"
.uc-link {
display: inline-block;
padding: 8px 15px;
text-decoration: none !important;
text-align: center;
min-width: 150px;
color: #fff!important;
background: #2c9fbf;
border: 2px solid #227c96;
border-radius: 4px;
font-size: 16px;
transition: all .3s;
margin: 10px;
}
.uc-link:hover {
transform: translateY(5px);
}
.uc-ban1-panel {
background: url(http://content.s2.prom.st/September%202019/9517gl.jpg) center;
background-size: cover;
/*padding: 20px;*/
}
.uc-ban1-panel strong {
color: #2b97b5;
font-size: 20px;
}
.uc-ban1-texts {
background: rgba(232, 232, 232,0.85);
/* width: 370px; */
padding: 60px 50px 60px 50px;
text-align: left;
box-sizing: border-box;
}
.uc-ban1-header {
font-size: 30px;
line-height: 36px;
color: #2b97b5;
margin: 0px 0px 5px;
}
.uc-ban1-sub-header {
font-size: 18px;
line-height: 30px;
color: #111;
margin: 0px 0px 10px;
}
.uc-ban1-text {
font-size: 15px;
line-height: 26px;
color: #111;
margin: 0px 0px 10px;
}
.uc-ban1-link {
display: inline-block;
text-align: center;
text-decoration: none !important;
margin-top: 10px;
color: #2b97b5!important;
border: 2px solid #2b97b5!important;
padding: 8px 15px;
min-width: 150px;
font-size: 17px;
transition: all .3s;
border-radius: 4px;
}
.uc-ban1-link:hover {
color: #111!important;
border: 2px solid #111!important;
}
@media screen and (max-width: 1000px) {
.uc-ban1-texts {
width: auto;
}
.uc-ban1-panel {
padding: 0px;
}
.uc-ban1-texts {
padding: 20px;
}
}
.ucv-b1-panel {
padding: 20px 0;
text-align: center;
border-bottom: 3px solid #e8e8e8;
}
.ucv-b1-panel:after {
content: " ";
display: block;
clear: both;
font-size: 0px;
}
.ucv-b1-panel h2 {
margin-bottom: 20px;
text-align: center;
}
.ucv-b1-wrapper {
display: inline-block;
vertical-align: top;
margin: 10px 0.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-color: rgba(232, 232, 232,0.9);
text-align: left;
color: #000;
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: 18px;
color: #2b97b5;
display: inline-block;
margin-top: 10px;
}
.ucv-b1-name:hover {
color: #333;
}
.ucv-b1-desc {
display: block;
margin: 10px 0;
position: absolute;
visibility: hidden;
color: #333;
}
.ucv-b1-panel .ucv-b1-wrapper {
width: 30%;
}
@media screen and (max-width: 1150px) {
.ucv-b1-panel .ucv-b1-wrapper {
width: 46%;
}
}
@media screen and (max-width: 900px) {
.ucv-b1-desc {
position: static;
visibility: visible;
}
.ucv-b1-panel .ucv-b1-wrapper {
width: auto;
}
}
.uc-clear {clear:both; height:0px;}
.uc-reviews {
padding: 20px;
border-bottom: 3px solid #e8e8e8;
}
.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: 48%;
margin: 15px auto;
padding: 20px;
align-items: center;
/*justify-content: space-around;*/
position: relative;
background: #e8e8e8;
box-sizing: border-box;
z-index: 1;
}
.uc-image__area {
width: 100px;
height: 100px;
background: #fff;
z-index: 1;
border-radius: 100%;
}
.uc-user__image {
max-width: 100px;
height: auto;
border-radius: 100%;
box-shadow: 0 5px 10px #fff, 0 0 0px 7px #555, 0 0px 10px 10px #fff;
}
.uc-comment__content {
text-align: center;
color: #000;
z-index: 1;
}
.uc-user__name {
font-size: 20px;
color: #51bd97;
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: #51bd97;
transition: .7s;
}
.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: #2c9fbf;
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;
}
.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: 1000px) {
.uc-comment {
width: 100%;
margin: 20px auto;
}
}
@media screen and (max-width: 320px) {
.uc-comment {
width: 100%;
}
}
.uc-our__history {
padding: 20px 0 40px;
text-align: center;
border-bottom: 3px solid #e8e8e8;
}
.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: 1%;
transition: all 0.8s;
}
.uc-our__history-block .uc-bib {
transition: all 0.8s;
}
.uc-our__history-block:hover .uc-bib {
transform: scale(1.5, 1.5);
}
.uc-our__history-year {
position: relative;
text-align: center;
-ms-flex-item-align: center;
align-self: center;
font-size: 60px;
font-weight: bold;
color: #9c50b8;
background: #51bd97;
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: 80px;
min-width: 80px;
border-radius: 4px;
box-shadow: /*0 0px 10px #fff,*/ 0 0 0px 1px #51bd97/*, 0 0 0 10px #fff*/;
transition: all 0.5s ease;
}
.uc-our__history-line {
-ms-flex-item-align: center;
align-self: center;
width: 4%;
height: 10px;
background: transparent;
}
.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;
text-align: left;
background: #e8e8e8;
/*color: #fff;*/
padding: 5px 10px;
border-radius: 4px;
width: 75%;
/*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); */
}
@media screen and (max-width:1100px) {
.uc-our__history-block {
width: 100%;
}
}
@media screen and (max-width:900px) {
.uc-our__history-block {
flex-direction: column;
}
.uc-our__history-line {
-ms-flex-item-align: center;
width: 6%;
height: 15px;
}
.uc-our__history-content {
width: auto;
text-align: center;
}
.uc-our__history-year {
min-height: 60px;
min-width: 60px;
}
.uc-our__history-block:hover .uc-bib {
transform: scale(1.2, 1.2);
}
/* .uc-our__history-block:hover .uc-our__history-year {
transform: translateY(20px) scale(0.8, 0.8);
transition: all 0.5s ease;
} */
}
:root { --infograph-color4: #51bd97; --infograph-color3: #2c9fbf; --infograph-color2: #51bd97; --infograph-color1: #2c9fbf; }
.uc-four-panel {
padding: 20px;
border-bottom: 3px solid #e8e8e8;
}
.uc-four-panel h2 {
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: 0px;
border-radius: 20px;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
margin: 20px 0;
}
.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;*/
border-radius: 20px;
}
.uc-four-content-1:after {
content: '';
position: absolute;
top: 0px;
right: 0px;
width: 100%;
height: 20px;
background: var(--infograph-color1);
border-radius: 20px;
}
.uc-four-content-1:before {
content: '';
position: absolute;
bottom: 0px;
left: 0px;
width: 20px;
height: 100%;
background: var(--infograph-color1);
border-radius: 20px;
}
.uc-four-content-2:after {
content: '';
position: absolute;
top: 0px;
right: 0px;
width: 100%;
height: 20px;
background: var(--infograph-color2);
border-radius: 20px;
}
.uc-four-content-2::before {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 20px;
height: 100%;
background: var(--infograph-color2);
border-radius: 20px;
}
.uc-four-content-3:after {
content: '';
position: absolute;
bottom: 0px;
right: 0px;
width: 100%;
height: 20px;
background: var(--infograph-color4);
border-radius: 20px;
}
.uc-four-content-3::before {
content: '';
position: absolute;
bottom: 0px;
left: 0px;
width: 20px;
height: 100%;
background: var(--infograph-color4);
border-radius: 20px;
}
.uc-four-content-4::after {
content: '';
position: absolute;
bottom: 0px;
right: 0px;
width: 100%;
height: 20px;
background: var(--infograph-color3);
border-radius: 20px;
}
.uc-four-content-4::before {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 20px;
height: 100%;
background: var(--infograph-color3);
border-radius: 20px;
}
.uc-four-header {
font-size: 24px;
}
.uc-four-text {}
.uc-four-icon {}
@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);
border-radius: 20px;
}
.uc-four-content-2
{
border: 10px solid var(--infograph-color2);
border-radius: 20px;
}
.uc-four-content-3 {
border: 10px solid var(--infograph-color4);
border-radius: 20px;
}
.uc-four-content-4 {
border: 10px solid var(--infograph-color3);
border-radius: 20px;
}
}
.uc-b5-panel {
padding: 20px 0;
text-align: center;
border-bottom: 3px solid #e8e8e8;
}
.uc-b5-panel:after {
content: " ";
display: block;
clear: both;
font-size: 0px;
}
.uc-b5-panel h2 {
margin-bottom: 30px;
}
.uc-b5-wrapper {
display: inline-block;
vertical-align: top;
width: 20%;
margin: 10px 0.5%;
}
.uc-b5-arr {
width: 10px;
font-size: 30px;
color: #303030;
vertical-align: middle;
padding-top: 15px;
}
.uc-b5-arr2 {}
.uc-b5-arr3 {}
.uc-b5-text {
margin: 10px 0 0;
}
.uc-b5-img { transition: all 0.5s ease; }
.uc-b5-wrapper:hover img { transform: scale(1.5, 1.5); }
@media screen and (max-width: 1000px) {
.uc-b5-wrapper {
width: 25%;
}
.uc-b5-arr2 {
display: none;
}
.uc-b5-arr3 {
display: inline-block;
}
}
@media screen and (max-width: 800px) {
.uc-b5-wrapper {
width: 60%;
}
.uc-b5-arr {
display: none;
}
}
.uc-e1-panel {
padding: 20px;
text-align: center;
}
.uc-e1-panel h2 {
margin-bottom: 20px;
text-align: center;
}
Профессиональное кухонное оборудование
Реализуем исключительно сертифицированное оборудование для столовых, кафе, фаст-фудов и ресторанов.
Предлагаем оптимальные цены, помощь в подборе оборудования, выгодные условия поставки. Доставляем в короткие сроки по всему Казахстану. При необходимости занимаемся установкой, подключением и пусконаладочными работами.
Увидеть каталог
Предложения от ИП «Наргелов»
Наша компания предлагает полный перечень теплового оборудования для предприятий общественного питания. В продаже вафельницы и блинницы, жарочные поверхности, аппараты для попкорна, сахарной ваты, хот-догов, грили, пароварки, печи, электроварки от отечественных и зарубежных производителей. Тепловое оборудование Наша компания предлагает полный перечень теплового оборудования для предприятий общественного питания. В продаже вафельницы и блинницы, жарочные поверхности, аппараты для попкорна, сахарной ваты, хот-догов, грили, пароварки, печи, электроварки от отечественных и зарубежных производителей. Предлагаем приобрести на выгодных условиях оборудование, которое позволит облегчить работу на кухне. В продаже представлены тестомесильные машины, машины для переработки мяса, слайсеры, овощечистки и другое оборудование для общепита. Все с гарантией качества. Электромеханическое оборудование Предлагаем приобрести на выгодных условиях оборудование, которое позволит облегчить работу на кухне. В продаже представлены тестомесильные машины, машины для переработки мяса, слайсеры, овощечистки и другое оборудование для общепита. Все с гарантией качества. У нас можно приобрести низкотемпературные и среднетемпературные камеры, холодильные шкафы, морозильные лари и витрины, а также другое холодильное оборудование для кухонь разного уровня и масштаба. Вы сможете подобрать подходящее оборудование в зависимости от масштабов производства. Холодильное оборудование У нас можно приобрести низкотемпературные и среднетемпературные камеры, холодильные шкафы, морозильные лари и витрины, а также другое холодильное оборудование для кухонь разного уровня и масштаба. Вы сможете подобрать подходящее оборудование в зависимости от масштабов производства.
Выбирая наше оборудование, вы выбираете качество без переплат
Сертифицированное оборудование
Все профессиональное оборудование для столовых, кафе, ресторанов, блинных и кондитерских, которое представлено в нашем каталоге, отличается надежностью, высоким качеством исполнения и полным соответствием всем стандартам и требованиям. Поставляется с гарантией.
Выгодные ценовые предложения
Мы поставляем оборудование от ведущих производителей Турции, России, Китая и Европы. Работаем с прямыми поставщиками без привлечения посредников, поэтому предлагаем оптимальные цены. В нашем ассортименте имеется оборудование в разных ценовых диапазонах.
Ознакомиться с ассортиментом
Почему клиенты выбирают нас своим партнером?
Работаем на рынке с 2012 г., оснащая объекты общественного питания необходимым оборудованием.
В нашем ассортименте можно подобрать подходящее оборудование для общепита любых форматов.
Индивидуальный подход к каждому заказчику позволяет нам в точности осуществлять все запросы клиента.
Работаем комплексно: помимо продажи оборудования и его доставки по Казахстану, оказываем услуги монтажа.
Предлагаем выгодные условия сотрудничества
Оказываем всестороннюю поддержку
Помогаем подобрать оборудование, соответствующее запросам клиента по цене, свойствам и качеству.
Практикуем гибкий подход к каждому
Всегда готовы подстроиться к бюджету клиента, также в индивидуальном режиме оговариваем условия оплаты и доставки.
Оперативно доставляем по Казахстану
Организовываем быструю доставку по стране со склада компании в Алматы удобным клиенту способом.
Выполняем сервисное обслуживание
Осуществляем гарантийное и послегарантийное сервисное обслуживание (на платной основе).
К каталогу
Как оформить заказ в компании ИП «Наргелов»
Обращение по телефону или оформление заявки через форму на сайте.
→
Помощь с выбором оборудования, обсуждение условий оплаты и доставки.
→
Внесение предоплаты в оговоренном размере любым удобным вам способом.
→
Поставка оборудования в назначенный срок, монтаж (по договоренности).
Ищете профессиональное оборудование для общепита?
Наша компания ИП «Наргелов» предоставляет качественный уровень сервиса и только лучшее кухонное оборудование для HoReCa.
Мы позаботились, чтобы каждый клиент с легкостью мог выбрать и купить оптимальную модель нужного оборудования или комплексное оснащение для своего заведения. По всем вопросам звоните, мы на связи ежедневно.
За оборудованием