Видеонаблюдение
.uc-link {display: inline-block;padding: 7px 15px;text-decoration: none !important;text-align: center;min-width: 150px;color: #fff!important;background-color: #00b0f1;border-bottom: 4px solid #648ec8;transition: all .3s;font-size: 16px;margin-top: 15px;}.uc-link:hover { background: #648ec8; transform: translateY(4px); }.uc-banner { display: flex; align-items: center; justify-content: center; margin: 20px 0;}.uc-banner__content { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; width: 70%; padding: 35px; box-sizing: border-box;}.uc-banner__content:before { content: ''; position: absolute; top: 0; left: 0; border-top: 10px solid #00b0f1; border-left: 10px solid #00b0f1; width: 100px; height: 100px; transition: all 800ms ease-in-out; box-sizing: border-box;}.uc-banner__content:after { content: ''; position: absolute; bottom: 0; right: 0; border-bottom: 10px solid #00b0f1; border-right: 10px solid #00b0f1; width: 100px; height: 100px; transition: all 800ms ease-in-out; box-sizing: border-box;}.uc-banner:hover .uc-banner__content:before,.uc-banner:hover .uc-banner__content:after{ width: 100%; height: 100%; transition: all 800ms ease-in-out;}.uc-banner__header { font-size: 31px!important; margin-bottom: 20px!important; line-height: 36px!important;}.uc-banner__subheader { font-size: 20px!important; line-height: 30px!important;}.uc-banner__text { line-height: 26px!important;}.uc-banner strong { font-size: 20px; color: #208fd6;}.uc-banner__background-area { overflow: hidden; position: relative; margin-left: 30px; }@media screen and (max-width: 1025px) { .uc-banner__content { padding: 30px;}}@media screen and (max-width: 800px) { .uc-banner__content { width: 100%; padding: 20px;}.uc-banner__background-area { display: none; }}
.uc-numbers { padding: 20px;}.uc-numbers h2{ text-align: center; padding-bottom: 20px; }.uc-numbers-inner { display: flex; flex-wrap: wrap; justify-content: space-around; position: relative; z-index: 0;}.uc-numbers-inner__item { display: flex; justify-content: center; align-items: center; position: relative; width: 44%; margin: 40px 1%; padding: 20px; border-radius: 3px; background: #F5F5F5; /*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2) inset;*/ box-sizing: border-box;}.uc-numbers-inner__item strong { color: #00b0f1; font-size: 18px; transition: 0.5s;}.uc-numbers-inner__item:hover strong { color: #21301b;}.uc-numbers-inner__item:before { content: ''; position: absolute; top: -2px; left: -2px; right: -2px; bottom: -2px; background: #21301b; z-index: -1; transform: skew(4deg, -4deg); border-radius: 3px; transition: 0.5s;}.uc-numbers-inner__item:hover:before { transform: skew(0deg, 0deg);}.uc-numbers-inner__title { position: absolute; top: 50%; transform: translateY(-50%); right: 10px; font-size: 70px!important; font-weight: bold; line-height: 5rem; color: rgba(63, 63, 63, 0.2); transition: 0.5s;}.uc-numbers-inner__item:hover .uc-numbers-inner__title { top: -10px; color: rgba(63, 63, 63, 0.99);}@media screen and (max-width: 800px) { .uc-numbers-inner__item { width: 100%; margin: 25px 0px;}.uc-numbers-inner__item:before { transform: skew(2deg, -2deg);}}:root { --infograph-color2: #21301b; --infograph-color1: #00b0f1; } .uc-four-panel { padding: 20px 10px 40px; } .uc-four-panel h2 { margin-bottom: 20px; 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%; border-radius: 5px; padding: 20px; box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2); background: rgba(255, 255, 255, 0.8); transition: box-shadow 0.3s, color 0.3s ease-in-out; margin: 2%; box-sizing: border-box; }.uc-four-item strong { font-size: 18px; color: #00b0f1; }.uc-four-item:hover strong { color: #ffffff; }.uc-four-item:hover { box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.4); transition: box-shadow 0.3s ease-in-out;} .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%; } .uc-four-content-1:after { content: ''; position: absolute; top: 0px; right: 0px; width: 100%; height: 20px; background: #00b0f1; border-radius: 5px; transition: 300ms ease-in-out; } .uc-four-content-1:before { content: ''; position: absolute; bottom: 0px; left: 0px; width: 20px; height: 100%; background: #00b0f1; border-radius: 5px; transition: 500ms ease-in-out; } .uc-four-content-2:after { content: ''; position: absolute; top: 0px; right: 0px; width: 100%; height: 20px; background: var(--infograph-color1); border-radius: 5px; transition: 300ms ease-in-out; } .uc-four-content-2::before { content: ''; position: absolute; bottom: 0; right: 0; width: 20px; height: 100%; background: var(--infograph-color1); border-radius: 5px; transition: 500ms ease-in-out; } .uc-four-content-3:after { content: ''; position: absolute; bottom: 0px; right: 0px; width: 100%; height: 20px; background: var(--infograph-color1); border-radius: 5px; transition: 300ms ease-in-out; } .uc-four-content-3::before { content: ''; position: absolute; bottom: 0px; left: 0px; width: 20px; height: 100%; background: var(--infograph-color1); border-radius: 5px; transition: 500ms ease-in-out; } .uc-four-content-4::after { content: ''; position: absolute; bottom: 0px; right: 0px; width: 100%; height: 20px; background: #00b0f1; border-radius: 5px; transition: 300ms ease-in-out; } .uc-four-content-4::before { content: ''; position: absolute; bottom: 0; right: 0; width: 20px; height: 100%; background: #00b0f1; border-radius: 5px; transition: 500ms ease-in-out; }.uc-four-item:hover .uc-four-content-1::before,.uc-four-item:hover .uc-four-content-2::before,.uc-four-item:hover .uc-four-content-3::before,.uc-four-item:hover .uc-four-content-4::before { transition: 500ms ease-in-out; width: 100%;}.uc-four-item:hover .uc-four-content-1::after,.uc-four-item:hover .uc-four-content-2::after,.uc-four-item:hover .uc-four-content-3::after,.uc-four-item:hover .uc-four-content-4::after { transition: 300ms ease-in-out; height: 100%;}.uc-four-text { transition: color 0.6s ease-in-out; z-index: 1;}.uc-four-item:hover .uc-four-text {color: #fff;transition: color 0.3s ease-in-out;}@media screen and (max-width: 1080px) { .uc-four-item { width: 100%; } .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-3 { border: 10px solid #00b0f1); border-radius: 10px; } .uc-four-content-2, .uc-four-content-4 { border: 10px solid var(--infograph-color1); border-radius: 10px; }.uc-four-item:hover .uc-four-text {color: inherit;}.uc-four-item:hover strong { color: #00b0f1;} .uc-four-content-1, .uc-four-content-2, .uc-four-content-3, .uc-four-content-4 { padding: 10px; }.uc-four-text { transition: color 0.6s ease-in-out; z-index: 0;} } .uc-footer-wrap { position: relative; padding: 35px; background: #21301b; box-sizing: border-box; overflow: hidden;}.uc-footer-wrap:before { content: ""; position: absolute; right: 130px; top: 0px; width: 250px; height: 100%; background: #00b0f1;}.uc-footer-inner { position: relative; text-align: center; background: #fff; box-sizing: border-box; padding: 20px;}@media screen and (max-width: 800px) {.uc-footer-wrap { padding: 20px;}}
Современные решения для бизнеса и безопасности от SHARK COMPANY
В современных условиях важно обеспечить безопасность и эффективное функционирование бизнеса. Компания SHARK COMPANY предлагает широкий ассортимент камер видеонаблюдения и систем безопасности, отвечающих самым высоким стандартам.
Видеонаблюдение это надежное решение для любой задачи
Камеры видеонаблюдения для офиса SHARK COMPANY предлагает широкий выбор камер видеонаблюдения для офисных помещений. Камеры обеспечивают высокое качество изображения, поддержку ночного видения и возможность удаленного доступа через интернет. Эти решения помогут контролировать происходящее в офисе и обеспечить безопасность сотрудников и имущества.
Видеонаблюдение для дома Для защиты частной собственности SHARK COMPANY предлагает видеонаблюдение для дома. Камеры для квартир и частных домов обладают высокой разрешающей способностью и простотой в установке. Системы видеонаблюдения позволяют владельцам жилья быть уверенными в безопасности своего имущества.
Управление безопасностью на высшем уровне
Электронные замки и считыватели карт
SHARK COMPANY предлагает различные модели электронных замков и считывателей карт для контроля доступа на объекте. Эти системы позволяют надежно управлять доступом сотрудников и предотвращать несанкционированное проникновение.
Биометрические системы контроля доступа
Для максимальной безопасности компания предлагает биометрические системы, использующие отпечатки пальцев, распознавание лиц и другие биометрические данные. Эти решения обеспечивают высокую точность и защиту от подделки.
Услуги SHARK COMPANY
Монтаж и установка оборудования
Компания также предлагает услуги по монтажу и установке телекоммуникационного оборудования и систем безопасности. Опытные специалисты SHARK COMPANY выполняют работы на высоком профессиональном уровне, обеспечивая надежность и долговечность установленных систем.
Техническое обслуживание и поддержка
Для обеспечения бесперебойной работы оборудования SHARK COMPANY предлагает комплексное техническое обслуживание и поддержку. Сервисные услуги включают диагностику, профилактические работы, оперативный ремонт и модернизацию оборудования. Клиенты могут рассчитывать на круглосуточную техническую поддержку и быстрое реагирование на любые проблемы.
Преимущества работы с SHARK COMPANY
SHARK COMPANY славится высоким качеством своей продукции и услуг, индивидуальным подходом к каждому клиенту и профессионализмом команды. Компания непрерывно внедряет новые технологии и расширяет ассортимент, чтобы удовлетворять растущие потребности рынка. В числе клиентов SHARK COMPANY как крупные корпорации, так и частные лица, которые ценят безопасность и надежность своих объектов.
.uc-numbers { padding: 20px;}.uc-numbers h2{ text-align: center; padding-bottom: 20px; }.uc-numbers-inner { display: flex; flex-wrap: wrap; justify-content: space-around; position: relative; z-index: 0;}.uc-numbers-inner__item { display: flex; justify-content: center; align-items: center; position: relative; width: 44%; margin: 40px 1%; padding: 20px; border-radius: 3px; background: #F5F5F5; /*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2) inset;*/ box-sizing: border-box;}.uc-numbers-inner__item strong { color: #00b0f1; font-size: 18px; transition: 0.5s;}.uc-numbers-inner__item:hover strong { color: #21301b;}.uc-numbers-inner__item:before { content: ''; position: absolute; top: -2px; left: -2px; right: -2px; bottom: -2px; background: #21301b; z-index: -1; transform: skew(4deg, -4deg); border-radius: 3px; transition: 0.5s;}.uc-numbers-inner__item:hover:before { transform: skew(0deg, 0deg);}.uc-numbers-inner__title { position: absolute; top: 50%; transform: translateY(-50%); right: 10px; font-size: 70px!important; font-weight: bold; line-height: 5rem; color: rgba(63, 63, 63, 0.2); transition: 0.5s;}.uc-numbers-inner__item:hover .uc-numbers-inner__title { top: -10px; color: rgba(63, 63, 63, 0.99);}@media screen and (max-width: 800px) { .uc-numbers-inner__item { width: 100%; margin: 25px 0px;}.uc-numbers-inner__item:before { transform: skew(2deg, -2deg);}}:root { --infograph-color2: #21301b; --infograph-color1: #00b0f1; } .uc-four-panel { padding: 20px 10px 40px; } .uc-four-panel h2 { margin-bottom: 20px; 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%; border-radius: 5px; padding: 20px; box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2); background: rgba(255, 255, 255, 0.8); transition: box-shadow 0.3s, color 0.3s ease-in-out; margin: 2%; box-sizing: border-box; }.uc-four-item strong { font-size: 18px; color: #00b0f1; }.uc-four-item:hover strong { color: #ffffff; }.uc-four-item:hover { box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.4); transition: box-shadow 0.3s ease-in-out;} .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%; } .uc-four-content-1:after { content: ''; position: absolute; top: 0px; right: 0px; width: 100%; height: 20px; background: #00b0f1; border-radius: 5px; transition: 300ms ease-in-out; } .uc-four-content-1:before { content: ''; position: absolute; bottom: 0px; left: 0px; width: 20px; height: 100%; background: #00b0f1; border-radius: 5px; transition: 500ms ease-in-out; } .uc-four-content-2:after { content: ''; position: absolute; top: 0px; right: 0px; width: 100%; height: 20px; background: var(--infograph-color1); border-radius: 5px; transition: 300ms ease-in-out; } .uc-four-content-2::before { content: ''; position: absolute; bottom: 0; right: 0; width: 20px; height: 100%; background: var(--infograph-color1); border-radius: 5px; transition: 500ms ease-in-out; } .uc-four-content-3:after { content: ''; position: absolute; bottom: 0px; right: 0px; width: 100%; height: 20px; background: var(--infograph-color1); border-radius: 5px; transition: 300ms ease-in-out; } .uc-four-content-3::before { content: ''; position: absolute; bottom: 0px; left: 0px; width: 20px; height: 100%; background: var(--infograph-color1); border-radius: 5px; transition: 500ms ease-in-out; } .uc-four-content-4::after { content: ''; position: absolute; bottom: 0px; right: 0px; width: 100%; height: 20px; background: #00b0f1; border-radius: 5px; transition: 300ms ease-in-out; } .uc-four-content-4::before { content: ''; position: absolute; bottom: 0; right: 0; width: 20px; height: 100%; background: #00b0f1; border-radius: 5px; transition: 500ms ease-in-out; }.uc-four-item:hover .uc-four-content-1::before,.uc-four-item:hover .uc-four-content-2::before,.uc-four-item:hover .uc-four-content-3::before,.uc-four-item:hover .uc-four-content-4::before { transition: 500ms ease-in-out; width: 100%;}.uc-four-item:hover .uc-four-content-1::after,.uc-four-item:hover .uc-four-content-2::after,.uc-four-item:hover .uc-four-content-3::after,.uc-four-item:hover .uc-four-content-4::after { transition: 300ms ease-in-out; height: 100%;}.uc-four-text { transition: color 0.6s ease-in-out; z-index: 1;}.uc-four-item:hover .uc-four-text {color: #fff;transition: color 0.3s ease-in-out;}@media screen and (max-width: 1080px) { .uc-four-item { width: 100%; } .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-3 { border: 10px solid #00b0f1); border-radius: 10px; } .uc-four-content-2, .uc-four-content-4 { border: 10px solid var(--infograph-color1); border-radius: 10px; }.uc-four-item:hover .uc-four-text {color: inherit;}.uc-four-item:hover strong { color: #00b0f1;} .uc-four-content-1, .uc-four-content-2, .uc-four-content-3, .uc-four-content-4 { padding: 10px; }.uc-four-text { transition: color 0.6s ease-in-out; z-index: 0;} } .uc-footer-wrap { position: relative; padding: 35px; background: #21301b; box-sizing: border-box; overflow: hidden;}.uc-footer-wrap:before { content: ""; position: absolute; right: 130px; top: 0px; width: 250px; height: 100%; background: #00b0f1;}.uc-footer-inner { position: relative; text-align: center; background: #fff; box-sizing: border-box; padding: 20px;}@media screen and (max-width: 800px) {.uc-footer-wrap { padding: 20px;}}
Современные решения для бизнеса и безопасности от SHARK COMPANY
В современных условиях важно обеспечить безопасность и эффективное функционирование бизнеса. Компания SHARK COMPANY предлагает широкий ассортимент камер видеонаблюдения и систем безопасности, отвечающих самым высоким стандартам.
Видеонаблюдение это надежное решение для любой задачи
Камеры видеонаблюдения для офиса SHARK COMPANY предлагает широкий выбор камер видеонаблюдения для офисных помещений. Камеры обеспечивают высокое качество изображения, поддержку ночного видения и возможность удаленного доступа через интернет. Эти решения помогут контролировать происходящее в офисе и обеспечить безопасность сотрудников и имущества.
Видеонаблюдение для дома Для защиты частной собственности SHARK COMPANY предлагает видеонаблюдение для дома. Камеры для квартир и частных домов обладают высокой разрешающей способностью и простотой в установке. Системы видеонаблюдения позволяют владельцам жилья быть уверенными в безопасности своего имущества.
Управление безопасностью на высшем уровне
Электронные замки и считыватели карт
SHARK COMPANY предлагает различные модели электронных замков и считывателей карт для контроля доступа на объекте. Эти системы позволяют надежно управлять доступом сотрудников и предотвращать несанкционированное проникновение.
Биометрические системы контроля доступа
Для максимальной безопасности компания предлагает биометрические системы, использующие отпечатки пальцев, распознавание лиц и другие биометрические данные. Эти решения обеспечивают высокую точность и защиту от подделки.
Услуги SHARK COMPANY
Монтаж и установка оборудования
Компания также предлагает услуги по монтажу и установке телекоммуникационного оборудования и систем безопасности. Опытные специалисты SHARK COMPANY выполняют работы на высоком профессиональном уровне, обеспечивая надежность и долговечность установленных систем.
Техническое обслуживание и поддержка
Для обеспечения бесперебойной работы оборудования SHARK COMPANY предлагает комплексное техническое обслуживание и поддержку. Сервисные услуги включают диагностику, профилактические работы, оперативный ремонт и модернизацию оборудования. Клиенты могут рассчитывать на круглосуточную техническую поддержку и быстрое реагирование на любые проблемы.
Преимущества работы с SHARK COMPANY
SHARK COMPANY славится высоким качеством своей продукции и услуг, индивидуальным подходом к каждому клиенту и профессионализмом команды. Компания непрерывно внедряет новые технологии и расширяет ассортимент, чтобы удовлетворять растущие потребности рынка. В числе клиентов SHARK COMPANY как крупные корпорации, так и частные лица, которые ценят безопасность и надежность своих объектов.