Витрина
С 1997 ГОДА НА СТРАЖЕ ВАШЕГО БИЗНЕСА
.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: #C33333;
}
@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: #C33333 !important;
border-radius: 20px 0 20px 0;
font-size: 1.2rem;
font-weight: 600;
transition: all .3s;
margin: 10px;
}
.uc-btns:hover {
background: #C33333;
color: #fff !important;
transition: all .3s;
}
.uc-btns_page {
background: #C33333;
border: 1px solid #C33333;
color: #fff!important;
transition: all .3s;
}
.uc-btns_page:hover {
background: transparent!important;
color: #C33333!important;
transition: all .3s;
}
.uc-banner {
display: flex;
justify-content: space-around;
align-items: center;
min-height: 60vh;
background: #484848 url("https://ssl.prom.st/q?u=http%3A%2F%2Fcontent.s2.prom.st%2FMay2020%2Fbg-pattern.png&s=znqbkzfg&h=Exw_uP5zspt4kGTN3cqFWg") 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: 3rem!important;
line-height: 3rem!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: 450px;
height: 500px;
margin: 0 auto;
}
.uc-banner__img,
.uc-accordion__img {
position: absolute;
width: 100%;
left: 0;
right: 0;
opacity: 0;
animation-name: fade;
animation-duration: 14s;
animation-iteration-count: infinite;
border-radius: 50px 0 50px 0;
border-bottom: 15px solid #C33333;
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;
}
}
.uc-order {
padding: 20px 15px;
text-align: left;
}
.uc-order h2 {
text-align: center;
margin-bottom: 30px;
}
.uc-order-scheme {
display: inline-block;
width: 31%;
margin: 10px .5%;
padding: 15px 10px;
box-sizing: border-box;
vertical-align: top;
transition: all .3s ease;
}
.uc-order-scheme__icon {
width: 80px;
height: auto;
}
.uc-order-scheme strong {
transition: all .3s ease;
display: inline-block;
font-size: 80px;
color: #f87a02;
}
.uc-order-scheme:hover strong {
transition: all .3s ease;
color: #818796;
transform: translateY(-4px);
}
.uc-order-scheme em {
font-size: 15px;
color: #C33333;
transition: all .3s ease;
display: inline-block;
font-weight: bold;
font-style: inherit;
margin: 20px 0;
}
.uc-order-scheme:hover em {
color: #341f56;
transition: all .3s ease;
}
@media screen and (max-width: 900px) {
.uc-order-scheme {
width: 98%;
margin: 10px auto;
min-height: initial;
}
}
.uc-goods {
display: flex;
flex-direction: column;
padding: 80px 0;
}
.uc-goods-bg {
background: #C33333;
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: #C33333;
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: #C33333;
}
.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-tech {
display: flex;
justify-content: space-around;
align-items: center;
background: #484848 url("https://ssl.prom.st/q?u=http%3A%2F%2Fcontent.s2.prom.st%2FMay2020%2Fbg-pattern.png&s=jkwntdii&h=QN_7I4wyA9dyG8GA16RU7A") no-repeat;
padding: 40px 20px;
background-size: cover;
border-radius: 50px 0 50px 0;
color: #ffffff;
}
.uc-tech__desc {
width: 55%;
}
@media screen and (max-width: 767px) {
.uc-tech {
flex-direction: column;
}
.uc-tech__desc {
width: 100%;
}
}
.uc-carousel {
-webkit-animation: AnimationBack 25s ease infinite;
-moz-animation: AnimationBack 25s ease infinite;
animation: AnimationBack 25s ease infinite;
transform: translateX(0);
}
@-webkit-keyframes AnimationBack {
0% {
transform: translateX(0);
}
5% {
transform: translateX(-210px);
}
10% {
transform: translateX(-420px);
}
15% {
transform: translateX(-630px);
}
20% {
transform: translateX(-840px);
}
25% {
transform: translateX(-1050px);
}
30% {
transform: translateX(-1260px);
}
35% {
transform: translateX(-1470px);
}
40% {
transform: translateX(-1680px);
}
45% {
transform: translateX(-1890px);
}
50% {
transform: translateX(-2100px);
}
55% {
transform: translateX(-2310px);
}
60% {
transform: translateX(-2520px);
}
65% {
transform: translateX(-2730px);
}
70% {
transform: translateX(-2940px);
}
75% {
transform: translateX(-3150px);
}
100% {
transform: translateX(-0px);
}
}
@-moz-keyframes AnimationBack {
0% {
transform: translateX(0);
}
5% {
transform: translateX(-210px);
}
10% {
transform: translateX(-420px);
}
15% {
transform: translateX(-630px);
}
20% {
transform: translateX(-840px);
}
25% {
transform: translateX(-1050px);
}
30% {
transform: translateX(-1260px);
}
35% {
transform: translateX(-1470px);
}
40% {
transform: translateX(-1680px);
}
45% {
transform: translateX(-1890px);
}
50% {
transform: translateX(-2100px);
}
55% {
transform: translateX(-2310px);
}
60% {
transform: translateX(-2520px);
}
65% {
transform: translateX(-2730px);
}
70% {
transform: translateX(-2940px);
}
75% {
transform: translateX(-3150px);
}
100% {
transform: translateX(-0px);
}
}
@keyframes AnimationBack {
0% {
transform: translateX(0);
}
9% {
transform: translateX(-210px);
}
18% {
transform: translateX(-420px);
}
27% {
transform: translateX(-630px);
}
36% {
transform: translateX(-840px);
}
45% {
transform: translateX(-1050px);
}
54% {
transform: translateX(-1260px);
}
63% {
transform: translateX(-1470px);
}
72% {
transform: translateX(-1680px);
}
81% {
transform: translateX(-1890px);
}
90% {
transform: translateX(-2100px);
}
100% {
transform: translateX(-0px);
}
}
.uc-b-wrap {
padding: 15px 0;
}
.uc-back {
overflow: hidden;
max-width: 1200px;
margin: 0 auto;
}
.uc-back_wrap {
width: 3150px;
overflow: hidden;
}
.uc-back_wrap-item {
width: 200px;
margin: 10px 5px;
float: left;
box-sizing: border-box;
}
.uc-accordion {
display: flex;
justify-content: space-around;
padding: 20px 0 50px;
}
.uc-accordion__click,
.uc-accordion__img-wrapper {
width: 48%;
}
.uc-accordion__img-wrapper {
position: relative;
max-width: 300px;
}
.uc-accordion__click [name="vkl"] {
display: none;
}
.uc-accordion__click> :not(input):not(label) {
overflow: hidden;
height: 0;
margin: 0;
padding: 0 .1em;
border-top-style: none;
transition: .5s;
background: url("https://ssl.prom.st/q?u=http%3A%2F%2Fcontent.s2.prom.st%2FMay2020%2Fbg-pattern.png&s=bwaxuxuw&h=qUAICePbiHxBsjuJOQTb5w") no-repeat;
}
.uc-accordion__click>label {
position: relative;
overflow: hidden;
display: block;
padding: 20px 15px;
font-size: 1.5rem;
background: #484848;
color: white;
white-space: nowrap;
text-overflow: ellipsis;
cursor: pointer;
}
.uc-accordion__click>label:before {
content: "+";
position: absolute;
top: 12px;
right: 15px;
width: 35px;
height: 35px;
font-size: 40px;
color: #fff;
box-sizing: border-box;
border: 2px solid;
border-radius: 0 10px 0 10px;
display: flex;
justify-content: center;
align-items: center;
}
.uc-accordion__click> :nth-child(1)+label {
border-radius: 20px 20px 0 0;
}
.uc-accordion__click> :nth-child(7)+label {
border-radius: 0 0 20px 20px;
}
.uc-accordion__click> :checked+label+* {
overflow: auto;
height: 150px;
}
.uc-accordion__click> :checked+label {
background: #484848;
cursor: default;
}
.uc-accordion__click> :checked+label::before {
content: "-";
}
@media screen and (max-width:1176px) {
.uc-accordion__img-wrapper {
display: none;
}
.uc-accordion__click {
width: 100%;
}
}
@media screen and (max-width: 480px) {
.uc-accordion__click>label {
font-size: 1.1rem;
}
}
.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: #484848;
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: 23%;
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
}
@media screen and (max-width: 1178px) {
.uc-b3-wrapper {
width: 44%;
margin: 0 0 40px;
}
}
@media screen and (max-width: 767px) {
.uc-b3-wrapper {
width: 100%;
margin: 0 auto 40px;
}
}
.uc-footer {
padding: 20px;
text-align: center;
}
Широкий выбор антикражного оборудования
Компания “Секьюрити Системс Казахстан” предлагает лучшее противокражное оборудование ведущих мировых производителей в области охранных систем – Crosspoint, Nedap, Sensormatic, Protex, Xtrim и др.
Европейское качество антикражных систем, предоставляем длительный срок гарантии. Наши специалисты помогут подобрать оптимальное решение для вашего бизнеса.
Оформить заказ
Какие наши преимущества
Выгодное соотношение цены/качества
Предлагаемое нами оборудование контроля доступом мы закупаем напрямую у производителей, благодаря чему предлагаем честные цены без наценок и предоставляем гибкие скидки.
Наличие оборудования на складе
Наиболее популярные модели оборудования всегда имеются в наличии на складе компании. В случае отсутствия на складе мы в минимальные сроки делаем поставку на заказ.
Гарантии
В случае обнаружения брака возвращаем 100% стоимости систем антивор или заменим оборудование на новое.
Самые востребованные решения для контроля доступом от ТОО «Секьюрити Системс Казахстан»
→
Антикражное оборудование
Противокражные системы — предназначены для защиты от кражи товаров различного назначения.
→
Алармы
Алармы — ее крепят на вещь с целью предотвращения воровства и порчи одежды в магазине.
→
Детекторы противокражные
Датчики противокражной акустомагнитной системы (которая устанавливается на входе в магазин)
→
Программное обеспечение
Предлагаем программное обеспечение Cross Point Analytics – это инструмент для ритейлеров, которые хотят получить понимание об эффективности работы их магазинов.
→
Счетчики посетителей магазина
Cross Point Беспроводные Счетчики – двунаправленные стильные сенсоры для раздельного подсчета входящих и выходящих посетителей вашего магазина, равно как и посетителей внутри магазина.
→
Противокражные датчики
В замках датчиков OSTRA используется разработанный Cross Point метод Code Lock, обеспечивающий высочайший уровень защиты от попыток несанкционированного открытия датчика.
Секьюрити Системс Казахстан — надежные противокражные системы в Казахстане
Наша компания всегда ориентируется на клиентов и готова вам помочь в установке антикражного оборудования. Наши специалисты помогут подобрать нужный тип и вид устройств исходя из потребностей вашего бизнеса.
Наши решения для подсчета посетителей предоставляют полезную информацию, которая помогает бизнесу повысить прибыльность, оптимизировать операционную эффективность, анализировать поведение посетителей. Мы сделаем все, чтобы вы остались довольны сотрудничеством с нами!
Контакты наших специалистов
Почему именно компания Секьюрити Системс Казахстан
Надежность
Все товары из нашего каталога Сертифицированы. Вы можете быть уверены, что противокражные системы прослужат вам не один год.
Опыт
Наша компания первая на рынке кто начал продавать антикражное оборудование. У нас самый большой опыт в данной сфере. Решаем задачи любой сложности.
Доверие
Все товары нашего интернет-магазина отличного качества, надежны и имеют гарантийный срок.
Наши Сертификаты
Этапы оформления заказа
Оформляйте заявку на сайте, звоните по контактным номерам телефона или связывайте с нами в WhatsApp +7(701)905-01-65.
Согласовывайте все детали заказа с нашим менеджером.
Оплачивайте стоимость антикражных систем наличными или безналичным переводом.
Ожидайте доставку по согласованному адресу в оговоренные сроки.