<style> .sheriff-outer-wrap { margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%); background-color: #0a0a0a; } .sheriff-inner-wrap { max-width: 1100px; margin: 0 auto; padding: 50px 20px 20px 20px; font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; } .sheriff-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; } .sheriff-title { font-size: 2rem; } @media (max-width: 1024px) { .sheriff-grid { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 600px) { .sheriff-grid { grid-template-columns: 1fr; } .sheriff-title { font-size: 1.5rem; } }
</style> <div class="sheriff-outer-wrap"> <div class="sheriff-inner-wrap"> <h2 class="sheriff-title" style="text-align: center; color: #ffffff; font-weight: 700; margin: 0 0 12px 0; letter-spacing: -0.5px;"> Переваги фізичної охорони котеджних містечок від SHERIFF </h2> <p style="text-align: center; color: #999999; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 1rem; margin: 0 0 48px 0;"> Ваша безпека - наш пріоритет </p> <div class="sheriff-grid"> <!-- Картка 1 --> <div style="background-color: #141414; border: 1px solid #2a2a2a; border-radius: 16px; padding: 32px 28px; transition: all 0.3s ease; cursor: default;" onmouseover="this.style.borderColor='#FCE500'; this.style.transform='translateY(-4px)'; this.style.boxShadow='0 12px 32px rgba(252,229,0,0.12)';" onmouseout="this.style.borderColor='#2a2a2a'; this.style.transform='translateY(0)'; this.style.boxShadow='none';"> <div style="width: 48px; height: 48px; background-color: rgba(252,229,0,0.12); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px;"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#FCE500" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <circle cx="12" cy="12" r="10"/><polyline points="12 6 12 12 16 14"/> </svg> </div> <h3 style="color: #ffffff; font-size: 1.1rem; font-weight: 700; margin: 0 0 10px 0;">Прибуття групи швидкого реагування в лічені хвилини</h3> <p style="color: #888888; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 0.92rem; line-height: 1.6; margin: 0;">В кожному районі Києва, постійно патрулюють групи швидкого реагування, дислокація розміщена таким чином, щоб миттєво прибути у необхідну точку</p> </div> <!-- Картка 2 --> <div style="background-color: #141414; border: 1px solid #2a2a2a; border-radius: 16px; padding: 32px 28px; transition: all 0.3s ease; cursor: default;" onmouseover="this.style.borderColor='#FCE500'; this.style.transform='translateY(-4px)'; this.style.boxShadow='0 12px 32px rgba(252,229,0,0.12)';" onmouseout="this.style.borderColor='#2a2a2a'; this.style.transform='translateY(0)'; this.style.boxShadow='none';"> <div style="width: 48px; height: 48px; background-color: rgba(252,229,0,0.12); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px;"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#FCE500" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/> </svg> </div> <h3 style="color: #ffffff; font-size: 1.1rem; font-weight: 700; margin: 0 0 10px 0;">Комплексний захист від проникнення</h3> <p style="color: #888888; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 0.92rem; line-height: 1.6; margin: 0;">монтаж датчиків та обладнання встановлено таким чином щоб перекрити весь периметр</p> </div> <!-- Картка 3 --> <div style="background-color: #141414; border: 1px solid #2a2a2a; border-radius: 16px; padding: 32px 28px; transition: all 0.3s ease; cursor: default;" onmouseover="this.style.borderColor='#FCE500'; this.style.transform='translateY(-4px)'; this.style.boxShadow='0 12px 32px rgba(252,229,0,0.12)';" onmouseout="this.style.borderColor='#2a2a2a'; this.style.transform='translateY(0)'; this.style.boxShadow='none';"> <div style="width: 48px; height: 48px; background-color: rgba(252,229,0,0.12); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px;"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#FCE500" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <rect x="2" y="3" width="20" height="14" rx="2"/><path d="M8 21h8M12 17v4"/> </svg> </div> <h3 style="color: #ffffff; font-size: 1.1rem; font-weight: 700; margin: 0 0 10px 0;">Монтаж додаткового обладнання</h3> <p style="color: #888888; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 0.92rem; line-height: 1.6; margin: 0;">Монтаж протипожежної сигналізації, датчиків задимленості, датчиків затоплення для максимізації захисту</p> </div> <!-- Картка 4 --> <div style="background-color: #141414; border: 1px solid #2a2a2a; border-radius: 16px; padding: 32px 28px; transition: all 0.3s ease; cursor: default;" onmouseover="this.style.borderColor='#FCE500'; this.style.transform='translateY(-4px)'; this.style.boxShadow='0 12px 32px rgba(252,229,0,0.12)';" onmouseout="this.style.borderColor='#2a2a2a'; this.style.transform='translateY(0)'; this.style.boxShadow='none';"> <div style="width: 48px; height: 48px; background-color: rgba(252,229,0,0.12); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px;"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#FCE500" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <rect x="3" y="11" width="18" height="11" rx="2"/><path d="M7 11V7a5 5 0 0 1 10 0v4"/> </svg> </div> <h3 style="color: #ffffff; font-size: 1.1rem; font-weight: 700; margin: 0 0 10px 0;">Гарантійне та постгарантійне обслуговування</h3> <p style="color: #888888; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 0.92rem; line-height: 1.6; margin: 0;">Наші спеціалісти швидко і якісно вирішать різного плану питання, що виникнуть з обладнанням або з охоронною вашого об’єкта</p> </div> <!-- Картка 5 --> <div style="background-color: #141414; border: 1px solid #2a2a2a; border-radius: 16px; padding: 32px 28px; transition: all 0.3s ease; cursor: default;" onmouseover="this.style.borderColor='#FCE500'; this.style.transform='translateY(-4px)'; this.style.boxShadow='0 12px 32px rgba(252,229,0,0.12)';" onmouseout="this.style.borderColor='#2a2a2a'; this.style.transform='translateY(0)'; this.style.boxShadow='none';"> <div style="width: 48px; height: 48px; background-color: rgba(252,229,0,0.12); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px;"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#FCE500" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <path d="M12 2a10 10 0 1 0 0 20A10 10 0 0 0 12 2z"/> <path d="M2 12h20M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10A15.3 15.3 0 0 1 8 12a15.3 15.3 0 0 1 4-10z"/> </svg> </div> <h3 style="color: #ffffff; font-size: 1.1rem; font-weight: 700; margin: 0 0 10px 0;">SMS-повідомлення власників будинку у разі спрацювання датчика</h3> <p style="color: #888888; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 0.92rem; line-height: 1.6; margin: 0;">В разі спрацювання датчика, на пульт надходить сигнал “тривога”, диспетчер відправляє групу реагування, а вам на мобільний пристрій надходить повідомлення</p> </div> <!-- Картка 6 --> <div style="background-color: #141414; border: 1px solid #2a2a2a; border-radius: 16px; padding: 32px 28px; transition: all 0.3s ease; cursor: default;" onmouseover="this.style.borderColor='#FCE500'; this.style.transform='translateY(-4px)'; this.style.boxShadow='0 12px 32px rgba(252,229,0,0.12)';" onmouseout="this.style.borderColor='#2a2a2a'; this.style.transform='translateY(0)'; this.style.boxShadow='none';"> <div style="width: 48px; height: 48px; background-color: rgba(252,229,0,0.12); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px;"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#FCE500" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <path d="M5 17H3a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11a2 2 0 0 1 2 2v3"/> <rect x="9" y="11" width="14" height="10" rx="1"/> <path d="M13 16h2"/> </svg> </div> <h3 style="color: #ffffff; font-size: 1.1rem; font-weight: 700; margin: 0 0 10px 0;">Договір матеріальної відповідальності</h3> <p style="color: #888888; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 0.92rem; line-height: 1.6; margin: 0;">Ми не просто обіцяємо, ми несемо відповідальність за збереження вашого майна у разі не виконання заявлених нами послуг у договорі</p> </div> </div> </div>
</div>