Про нас
.uc-all {
font-family: "Montserrat", sans-serif;
}
a {
text-decoration: none!important;
}
.uc-title {
font-size: 2.5rem!important;
line-height: 2.5rem;
padding: 10px 15px;
}
.uc-title span {
color: #30b666;
}
@media screen and (max-width:767px) {
.uc-title {
font-size: 1.5rem!important;
line-height: 1.5rem;
}
}
.uc-btns {
display: inline-block;
padding: 8px 15px;
text-decoration: none !important;
text-align: center;
min-width: 150px;
line-height: 30px;
background: #fff;
color: #30b666 !important;
border-radius: 20px 0 20px 0;
font-size: 1.2rem;
font-weight: 600;
transition: all .3s;
margin: 10px;
}
.uc-btns:hover {
background: #30b666;
color: #fff !important;
transition: all .3s;
}
.uc-btns_page {
background: #30b666;
border: 1px solid #30b666;
color: #fff!important;
transition: all .3s;
}
.uc-btns_page:hover {
background: transparent!important;
color: #30b666!important;
transition: all .3s;
}
.uc-banner {
display: flex;
justify-content: space-around;
align-items: center;
min-height: 60vh;
background: #341f56 url("https://ssl.prom.st/p?u=http%3A%2F%2Fcontent.s2.prom.st%2FMay2020%2Fbg-pattern.png&s=piosnuks&h=6eq_FxzxE8bD6cmrq3cNDQ") no-repeat;
padding: 40px 20px;
background-size: cover;
border-radius: 0 50px 0 50px;
}
.uc-banner-col {
width: 50%;
position: relative;
color: #fff;
}
.uc-banner__header {
font-size: 2.1rem!important;
line-height: 2.1rem!important;
}
.uc-banner__subtitle {
font-size: 1.3rem!important;
line-height: 1.3rem!important;
}
.uc-banner__text {
font-size: 0.9rem!important;
line-height: 1.2rem!important;
padding-top: 20px;
}
.uc-banner__img-container {
position: relative;
max-width: 350px;
height: 100%;
margin: 0 auto;
}
.uc-banner__img,
.uc-accordion__img {
position: absolute;
width: 100%;
top: 50%;
left: 0;
right: 0;
opacity: 0;
transform: translateY(-50%);
animation-name: fade;
animation-duration: 14s;
animation-iteration-count: infinite;
border-radius: 50px 0 50px 0;
border-bottom: 15px solid #30b666;
box-sizing: border-box;
}
@keyframes fade {
0% {
opacity: 0;
}
11.11% {
opacity: 1;
}
33.33% {
opacity: 1;
}
44.44% {
opacity: 0;
}
100% {
opacity: 0;
}
}
.uc-banner__img-container .uc-banner__img:nth-child(1),
.uc-accordion__img-wrapper .uc-accordion__img:nth-child(1) {
animation-delay: 0s;
}
.uc-banner__img-container .uc-banner__img:nth-child(2),
.uc-accordion__img-wrapper .uc-accordion__img:nth-child(2) {
animation-delay: 3s;
}
.uc-banner__img-container .uc-banner__img:nth-child(3),
.uc-accordion__img-wrapper .uc-accordion__img:nth-child(3) {
animation-delay: 6s;
}
.uc-banner__img-container .uc-banner__img:nth-child(4),
.uc-accordion__img-wrapper .uc-accordion__img:nth-child(4) {
animation-delay: 9s;
}
@media screen and (max-width: 1178px) {
.uc-banner-col {
width: 100%;
}
.uc-banner-col:nth-child(2) {
display: none;
}
.uc-banner__img-container {
display: none;
}
}
.ucv-b4-panel {
padding: 20px;
}
.ucv-b4-panel h2 {
text-align: center;
margin-bottom: 30px;
}
.ucv-b4-wrapper {
text-align: center;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.ucv-b4-arrow-wrapper {
margin: 10px;
width: 20%;
display: inline-block;
vertical-align: top;
z-index: 2;
position: relative;
}
.ucv-b4-arrow-wrapper:hover .ucv-b4-arrow {
border-radius: 0px 50px 0 50px;
transition: ease-in-out 0.5s;
}
.ucv-b4-arrow {
display: flex;
align-items: center;
justify-content: center;
height: 100px;
width: 100px;
background: #341f56;
border-radius: 50px 0 50px 0;
border: 7px solid #341f56;
box-shadow: inset 0 0px 5px 0px #fff;
position: relative;
margin: 0 auto;
transition: ease-in-out 0.5s;
}
.ucv-b4-arrow img {
display: block;
margin: 20px auto 0;
width: 55px;
height: auto;
}
.ucv-b4-arrow__img {
width: 64px;
height: auto;
}
.ucv-b4-text {
margin: 30px auto 0;
}
.ucv-b4-text strong {
margin: 20px 0 0;
font-size: 20px;
color: #30b666;
}
@media screen and (max-width: 1100px) {
.ucv-b4-arrow-wrapper {
width: 40%;
}
}
@media screen and (max-width: 800px) {
.ucv-b4-arrow-wrapper {
width: 65%;
}
}
.uc-goods {
display: flex;
flex-direction: column;
padding: 80px 0;
}
.uc-goods-bg {
background: #30b666;
background-size: cover;
background-repeat: no-repeat;
padding: 80px 0;
}
.uc-goods-list {
margin-top: -6rem;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.uc-goods__item {
width: 28%;
margin: 0 0.5%;
max-width: 500px;
display: flex;
flex-direction: column;
}
.uc-goods__item:nth-child(-n/**/+3) {
margin-bottom: 20px;
}
.uc-goods__img {
position: relative;
}
.uc-goods__img::before {
content: "";
background: rgba(52, 31, 86, 0.8);
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0;
border-radius: 1.5rem 0 1.5rem 0;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.uc-goods__item:hover .uc-goods__img::before{
opacity: 1;
}
.uc-goods__pic {
max-width: 100%;
height: auto;
border-radius: 1.5rem 0 1.5rem 0;
vertical-align: middle;
}
.uc-goods__link {
background-color: #30b666;
height: 50px;
width: 50px;
text-decoration: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 40px;
line-height: 40px;
color: #ffffff;
position: absolute;
left: 50%;
top: 20%;
opacity: 0;
border-radius: 1.5rem 0 1.5rem 0;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.uc-goods__item:hover .uc-goods__link {
top: 50%;
opacity: 1;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.uc-goods__desc {
padding: 78px 15px 30px 15px;
margin-top: -50px;
border: 2px solid #e8e8e8;
border-radius: 1.5rem 0 1.5rem 0;
height: 100%;
}
.uc-goods__name {
font-size: 1.3rem;
color: #30b666;
}
.uc-goods__name:hover {
color: #341f56;
}
@media screen and (max-width:1176px) {
.uc-goods__item {
width: 45%;
}
.uc-goods__item:nth-child(-n/**/+4) {
margin-bottom: 20px;
}
.uc-goods__item:nth-child(n/**/+5) {
margin-bottom: 0px;
}
}
@media screen and (max-width:767px) {
.uc-goods__item {
width: 100%;
}
.uc-goods__item:nth-child(-n/**/+5) {
margin-bottom: 20px;
}
.uc-goods__item:last-child {
margin: 0;
}
}
.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: 100%;
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: 20px;
font-weight: bold;
color: #fff;
background: #341f56;
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: 130px;
border-radius: 50px 0 50px 0;
box-shadow: 0 0 0px 10px #fff;
transition: all 0.5s ease;
}
.uc-our__history-line {
-ms-flex-item-align: center;
align-self: center;
width: 8%;
height: 10px;
background: #5ac595;
}
.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: #F8FAFD;
color: #000;
padding: 10px 15px;
border-radius: 10px;
width: 70%;
-webkit-box-shadow: 0px 0px 0px 5px #fff;
box-shadow: 0px 0px 0px 5px #fff;
}
.uc-our__history-subheader {
font-size: 26px;
color: #56b3ac;
}
@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: 90%;
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-color4: #30b666; --infograph-color3: #30b666; --infograph-color2: #30b666; --infograph-color1: #30b666; }
.uc-four-panel {
padding: 20px;
background: #341f56 url(https://ssl.prom.st/p?u=http%3A%2F%2Fcontent.s2.prom.st%2FMay2020%2Fbg-pattern.png&s=vfltsisv&h=F3h_ADl-OS37QkTMRUSihw) no-repeat;
background-size: cover;
border-radius: 50px 0 50px 0;
color: #fff;
}
.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;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
margin: 20px 0;
transition: all .4s ease;
}
.uc-four-item:hover {
background: rgba(41, 24, 67,.8);
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}
.uc-four-item strong {
font-size: 23px;
color: #fff;
line-height: 26px;
transition: all .6s ease;
}
.uc-four-item:hover .uc-move {
animation: 1s ease 0s normal none 1 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: 5px;
background: var(--infograph-color1);
}
.uc-four-content-1:before {
content: "";
position: absolute;
bottom: 0px;
left: 0px;
width: 5px;
height: 100%;
background: var(--infograph-color1);
}
.uc-four-content-2:after {
content: "";
position: absolute;
top: 0px;
right: 0px;
width: 100%;
height: 5px;
background: var(--infograph-color2);
}
.uc-four-content-2::before {
content: "";
position: absolute;
bottom: 0;
right: 0;
width: 5px;
height: 100%;
background: var(--infograph-color2);
}
.uc-four-content-3:after {
content: "";
position: absolute;
bottom: 0px;
right: 0px;
width: 100%;
height: 5px;
background: var(--infograph-color3);
}
.uc-four-content-3::before {
content: "";
position: absolute;
bottom: 0px;
left: 0px;
width: 5px;
height: 100%;
background: var(--infograph-color3);
}
.uc-four-content-4::after {
content: "";
position: absolute;
bottom: 0px;
right: 0px;
width: 100%;
height: 5px;
background: var(--infograph-color4);
}
.uc-four-content-4::before {
content: "";
position: absolute;
bottom: 0;
right: 0;
width: 5px;
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: 5px solid var(--infograph-color1);
}
.uc-four-content-2
{
border: 5px solid var(--infograph-color2);
}
.uc-four-content-3 {
border: 5px solid var(--infograph-color3);
}
.uc-four-content-4 {
border: 5px solid var(--infograph-color4);
}
}
.uc-blockquote-panel {
padding: 0 20px 50px 0;
}
.uc-blockquote-panel h2 {
text-align: center;
margin-bottom: 20px;
}
.uc-blockquote {
margin: 0;
text-align: center;
padding: 30px 50px;
}
.uc-blockquote span {
background: #341f56;
box-shadow: -20px 0 #341f56, 20px 0 #341f56;
position: relative;
padding: 5px 0;
line-height: 35px;
}
.uc-blockquote p {
font-size: 18px;
line-height: 28px;
color: #fff;
}
.uc-blockquote span:before {
content: "“";
font-family: serif;
position: absolute;
font-size: 60px;
left: -50px;
top: 10px;
line-height: 0;
color: #30b666;
}
.uc-blockquote span:after {
content: "”";
font-family: serif;
position: absolute;
font-size: 60px;
right: -50px;
bottom: -10px;
line-height: 0;
color: #30b666;
}
.uc-blockquote .uc-blockquote-user {
text-transform: uppercase;
color: #30b666;
}
@media screen and (max-width: 1000px) {
.uc-blockquote {
padding: 30px;
}
}
.uc-b3-panel {
padding: 30px 15px;
background: #341f56;
text-align: center;
background-size: cover;
background-repeat: no-repeat;
border-radius: 50px 0 50px 0;
}
.uc-b3-panel__inner {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
}
.uc-b3-header {
margin-bottom: 40px;
}
.uc-b3-wrapper {
display: flex;
justify-content: flex-start;
align-items: center;
width: 45%;
margin: 0 0% 30px;
}
.uc-b3-wrapper__img {
width: 80px;
height: auto;
}
.uc-b3-text {
padding-left: 15px;
text-align: left;
color: #fff;
font-size: 0.9rem
width: 80%;
}
@media screen and (max-width: 767px) {
.uc-b3-wrapper {
width: 100%;
margin: 0 auto 40px;
}
}
.uc-footer {
padding: 20px;
text-align: center;
}
Neols ― надійні системи автоматизації та безпеки
Пропонуємо комплексні рішення з контролю та управління доступом
Займаємося реалізацією автоматичних воріт, шлагбаумів, турнікетів та інших огорож, що регулюють прохід на контрольовану територію. Підбираємо оптимальні рішення для завдань клієнта, доставляємо обладнання по всій Україні, виконуємо монтаж і наладку, також повне сервісне обслуговування.
Наш каталог пропозицій
Наші переваги в цифрах
Понад 500 об'єктів різної складності реалізуємо щороку
Видаємо гарантію до 3 років на все обладнання, що поставляється
Досвід роботи фахівців у нашій команді не менше 10 років
Більше 90% заявлених товарних пропозицій є в наявності
Поставляються рішення для контролю доступом
→
Турнікети
Пропонуємо турнікети триподи, повноростові турнікети і турнікети швидкого проходу Freeway від українського виробника TiSO. Гарантуємо чесні ціни і професійну допомогу в підборі.
→
Болларди
Болларди призначені для обмеження доступу транспортних засобів у державних та приватних підприємствах. Наша компанія пропонує до замовлення болларди різних видів на вигідних умовах.
→
Шлагбауми
Пропонуємо автоматичні шлагбауми ROGER, BFT, NICE и CAME (Италія), Gant (Китай). В наявності та під замовлення моделі з різними характеристиками і в різних цінових категоріях.
→
Обладнання СКУД
Поставляємо широкий перелік обладнання для організації системи контролю доступом на підприємствах і в офісах. Також пропонуємо не тільки устаткування, але і послуги з його монтажу та налагодження.
→
Автоматика для воріт
У нас представлений широкий асортимент автоматики для розпашних, відкатних, гаражних секційних воріт від таких провідних виробників, як Nice, Faac, САМЕ, Marantec, BFT.
→
Блокатори
Наша компанія реалізує на вигідних умовах накладні та заглибні блокатори виробництва TiSO. Надаємо професійну допомогу в підборі моделі під стоять завдання.
Етапи розвитку та становлення компанії NEO LIFE SISTEM
2012 рік
Ми почали з продажу та встановлення автоматики для в'їзних воріт і турнікетів всього лише пари брендів, поступово збільшували асортимент груп товарів.
2013 рік
Значно збільшили асортимент обладнання СКУД та складські приміщення. Кількість монтажних бригад збільшилася від 1-ї до 5-ти. Відкрився сервісний центр.
2014 рік
Відкрили своє виробництво металоконструкцій (огорожі для турнікетів, хвіртки, в'їзні ворота та інше), як з вуглецевої, так і з нержавіючої сталі.
2015 рік
Беремо участь у тендерах державних закупівель «Прозоро», постачаємо обладнання СКУД кінцевим споживачам і компаніям, включаючи держустанови.
2017 рік
Відкрили дилерську мережу по Україні, практично в кожній області з'явилися партнери. Завдяки цьому ми зуміли значно збільшити обсяги продажів.
2018 рік
60% наших клієнтів приходять за рекомендаціями. Так як ми зарекомендували себе як постачальник обладнання СКУД в найкоротші терміни і за доступною ціною.
2019-2020
Тримаємо рівень самого надійного постачальника систем контролю доступу в Україні, реалізуючи близько 500 об'єктів в рік. Постійно працюємо над поліпшенням якості обслуговування клієнтів.
Чому співпраця з нами є вигідним
Професійна технічна допомога
Допомагаємо підібрати оптимальне обладнання під завдання замовника і грамотного побудувати систему контролю і управління доступом для припинення можливості будь-якого незаконного проникнення.
Робота з об'єктами будь-якої складності під ключ
Фахівці нашої компанії допоможуть не тільки з вибором, але і надають послуги із монтажу та налаштування обладнання, також за домовленістю виконують його регулярне гарантійне та післягарантійне обслуговування.
Найвигідніші цінові пропозиції
Пряме співробітництво з виробниками та комплексний підхід до надання послуг дозволяє істотно знизити витрати, а отже і підсумкову ціну, що є вигідним перевагою для наших клієнтів.
Мінімальні терміни виконання замовлень
Наявність величезного асортименту обладнання на складі дозволяє відвантажувати і доставляти замовлення в мінімальні терміни. Також ми оперативно виїжджаємо для виконання вимірів, монтажу, обслуговування і ремонту.
Перейти до каталогу
Що кажуть про роботу з нами наші клієнти
Все было на высшем уровне: и связались быстро, и четко и конкретно предоставили информацию и ответили на вопросы, в общем, остались очень довольны покупкой на все 100%. Спасибо Вам большое!!!
— Покупатель
Очень компетентный консультант Надежда, все рассказала, подобрали турникет в соответствии с нашими требованиями, объяснили все преимущества моделей турникетов, а их реально много. Получила КП в течение дня. Очень профессиональные монтажники, все установили быстро и понятно, доходчиво объяснили как, что почем. Спасибо вам ребята! Можете спокойно обращаться в эту компанию, будете довольны результатом.
— Покупатель
Больше комментариев
Этапы работы
От клиента поступает заявка через сайт или по телефону.
Наши специалисты выезжают на замер в удобное время.
Передоплата до 80% після узгодження деталей замовлення.
Доставка та монтаж в обумовлений час, розрахунок. Сервіс.
NEO LIFE SISTEM — надійний партнер в організації безпеки території
Пропонуємо комплексні рішення для організації контролю доступом
Політика компанії базується на чесному і взаємовигідному відношенні з кожним клієнтом, тому як на обмані, успіху і розвитку не існує. А наша компанія зацікавлена, як можна довше і ефективніше працювати і розвиватися в своїй сфері діяльності.
Інформація про компанію
Назва:
Neols - Комплексні системи управління доступом
Тип компанії:
Виробник, Торгова компанія, Компанія, що надає послуги
Бренди:
ТiSO, CAME, FAAC, ITV, IRS, и т.д.
Кількість співробітників:
5-10 осіб
Організаційно-правова форма та капітал
Рік заснування:
2012
Організаційно-правова форма:
Товариство з обмеженою відповідальністю
Ринкова діяльність
Основні клієнти:
Пром. підприємства, Приватні підприємства, заводи, приватні особи
Обсяги продажів за рік:
До 50 тис. USD
Обсяги покупок за рік:
До 50 тис. USD
Інформація про виробництво
Контроль якості:
Внутрішній