shkola/wp-content/themes/dekart/template-parts/pksh/trust-authority.php
2026-07-18 16:05:15 +00:00

45 lines
2.3 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;
}
$data = Pksh_Data::instance();
$city_gen = $data->get_city_genitive();
?>
<section class="bento pksh-section" aria-label="Почему нам доверяют">
<div class="bento__full section-header--left">
<div class="trust-authority">
<h2 class="bento-h2">Почему родители доверяют нам — подготовка к школе в Декарт</h2>
<div class="trust-authority__grid">
<div class="trust-authority__item">
<span class="trust-authority__icon"><svg aria-hidden="true" width="28" height="28"><use href="#icon-document"/></svg></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"><svg aria-hidden="true" width="28" height="28"><use href="#icon-star-filled"/></svg></span>
<strong class="trust-authority__title">12 лет на рынке</strong>
<p class="trust-authority__text">С 2014 года готовим детей к школе. Более 100 выпускников успешно учатся в лицеях и гимназиях <?php echo esc_html( $city_gen ); ?>.</p>
</div>
<div class="trust-authority__item">
<span class="trust-authority__icon"><svg aria-hidden="true" width="28" height="28"><use href="#icon-check-circle"/></svg></span>
<strong class="trust-authority__title">Гарантия результата</strong>
<p class="trust-authority__text">Если через 3 месяца ребёнок не начнёт читать — вернём деньги и продолжим обучение бесплатно.</p>
</div>
</div>
<div class="trust-program-link">
<a href="/program-pksh/" target="_blank" rel="noopener noreferrer">
Официальная образовательная программа «Подготовка к школе»
</a>
</div>
</div>
</div>
</section>