<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 BASE від компанії 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;">Sheriff BASE дозволяє підключити професійну охорону без жодного датчика, сирени чи монтажу. Достатньо лише встановити додаток MySheriff - і ваш об’єкт вже під захистом</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;">При будь-якій небезпеці достатньо одного руху пальцем у смартфоні. Група швидкого реагування SHERIFF прибуде на об’єкт протягом 3-8 хвилин</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;">Під однією підпискою Sheriff BASE можна охороняти одразу декілька об’єктів: квартиру, будинок, офіс, кафе чи магазин. Зручно, вигідно та ефективно</p> </div> </div> </div>
</div> <style> .app-outer-wrap { margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%); background-color: #ffffff; } .app-inner-wrap { max-width: 1100px; margin: 0 auto; padding: 60px 20px; font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; } .app-title { font-size: 2rem; text-align: center; color: #0a0a0a; font-weight: 700; margin: 0 0 12px 0; letter-spacing: -0.5px; } .app-subtitle { text-align: center; color: #666666; font-size: 1rem; margin: 0 0 48px 0; } .app-card { background-color: #f5f5f5; border: 1px solid #e0e0e0; border-radius: 16px; padding: 40px 36px; transition: all 0.3s ease; } .app-card:hover { border-color: #FCE500; box-shadow: 0 12px 32px rgba(252, 229, 0, 0.18); } .app-badges { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 20px; } .app-badge { display: inline-block; transition: transform 0.25s ease; } .app-badge:hover { transform: scale(1.06); } .app-badge img { height: 52px; width: auto; display: block; } @media (max-width: 520px) { .app-title { font-size: 1.5rem; } .app-badge img { height: 44px; } }
</style> <div class="app-outer-wrap"> <div class="app-inner-wrap"> <h2 class="app-title">Завантажте наш додаток</h2> <p class="app-subtitle">Керуйте своєю безпекою прямо зі смартфону</p> <div class="app-card"> <div class="app-badges"> <a href="#" class="app-badge"> <img src="https://my.sheriff.com.ua/img/appStore.a87abf39.svg" alt="Завантажити в App Store" /> </a> <a href="#" class="app-badge"> <img src="https://my.sheriff.com.ua/img/playMarket.9c40e0c3.svg" alt="Отримати в Google Play" /> </a> </div> </div> </div>
</div>