shkola/wp-content/themes/dekart/template-parts/pksh/trust-authority.php
2026-07-12 11:52:30 +00:00

37 lines
1.6 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* Почему нам доверяют
* .bento .pksh-section
*
* @package Dekart
*/
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
?>
<section class="bento pksh-section" aria-label="Почему нам доверяют">
<div class="bento__full">
<div class="trust-authority">
<h2 class="bento-h2">Почему родители доверяют нам</h2>
<div class="trust-authority__grid">
<div class="trust-authority__item">
<span class="trust-authority__icon">📜</span>
<strong class="trust-authority__title">Государственная лицензия</strong>
<p class="trust-authority__text">Имеем право на образовательную деятельность. Вы можете вернуть 13% через налоговый вычет.</p>
</div>
<div class="trust-authority__item">
<span class="trust-authority__icon">🏆</span>
<strong class="trust-authority__title">12 лет на рынке</strong>
<p class="trust-authority__text">С 2014 года готовим детей к школе. Более 500 выпускников успешно учатся в лицеях и гимназиях Щёлкова.</p>
</div>
<div class="trust-authority__item">
<span class="trust-authority__icon">🛡️</span>
<strong class="trust-authority__title">Гарантия результата</strong>
<p class="trust-authority__text">Если через 3 месяца ребёнок не начнёт читать — вернём деньги и продолжим обучение бесплатно.</p>
</div>
</div>
</div>
</div>
</section>