2026-07-27 17:51:27 +00:00

115 lines
9.1 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-грид 6 карточек с SVG-иконками, конверсионными текстами
*
* @package Dekart
* @since 1.0.0
*/
if (! defined('ABSPATH')) {
exit;
}
$prices = array(
'school' => get_option('branch_price_school', ''),
'preschool' => get_option('branch_price_preschool', ''),
'afterschool' => get_option('branch_price_afterschool', ''),
'exam' => get_option('branch_price_exam', ''),
'camp' => get_option('branch_price_camp', ''),
'clubs' => get_option('branch_price_clubs', ''),
);
?>
<section id="services" class="services section-bg reveal" data-bg="services">
<div class="container">
<div class="section-header--centered">
<span class="bento-label">Направления</span>
<h2 class="bento-h2">Чем мы можем быть полезны</h2>
<p class="bento-p">Образование, развитие и забота — от подготовки к школе до выбора профессии</p>
</div>
<div class="services__grid">
<a href="/nachalnaya-shkola/" class="services-card services-card--school">
<div class="services-card__icon" aria-hidden="true">
<svg width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20"/><path d="M9 9.5h2m-2 3h2m-2 3h6"/></svg>
</div>
<span class="services-card__age">6,511 лет</span>
<h3 class="services-card__title">Начальная школа</h3>
<?php if ($prices['school']) :
?><span class="services-card__price"><?php echo esc_html($prices['school']); ?></span><?php
endif; ?>
<p class="services-card__desc">Английский язык с 1&#8209;го класса, классы до 10 человек. Индивидуальный подход к каждому ученику. Продлёнка включает обед, полдник, помощь с ДЗ и кружки. Ребёнок получает внимание и успевает за программой.</p>
<span class="services-card__link">Подробнее о школе <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12h14m-7-7 7 7-7 7"/></svg></span>
</a>
<a href="/podgotovka-k-shkole/" class="services-card services-card--preschool">
<div class="services-card__icon" aria-hidden="true">
<svg width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><path d="M12 6v6l4 2"/></svg>
</div>
<span class="services-card__age">57 лет</span>
<h3 class="services-card__title">Подготовка к школе</h3>
<?php if ($prices['preschool']) :
?><span class="services-card__price"><?php echo esc_html($prices['preschool']); ?></span><?php
endif; ?>
<p class="services-card__desc">Научим читать, считать и писать за 4 месяца. Игровой формат — никакого стресса, только интерес к учёбе.</p>
<span class="services-card__link">Записаться <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12h14m-7-7 7 7-7 7"/></svg></span>
</a>
<a href="/prodlenka/" class="services-card services-card--afterschool">
<div class="services-card__icon" aria-hidden="true">
<svg width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><polyline points="12 6 12 12 16 14"/></svg>
</div>
<span class="services-card__age">6,511 лет</span>
<h3 class="services-card__title">Продлённый день</h3>
<?php if ($prices['afterschool']) :
?><span class="services-card__price"><?php echo esc_html($prices['afterschool']); ?></span><?php
endif; ?>
<p class="services-card__desc">Домашние задания под присмотром педагога, творчество и прогулки. Режим до 18:00 — вы успеваете и на работу, и в спортзал.</p>
<span class="services-card__link">Условия <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12h14m-7-7 7 7-7 7"/></svg></span>
</a>
<a href="/og-ege/" class="services-card services-card--exam">
<div class="services-card__icon" aria-hidden="true">
<svg width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="23 6 13.5 15.5 8.5 10.5 1 18"/><polyline points="17 6 23 6 23 12"/></svg>
</div>
<span class="services-card__age">918 лет</span>
<h3 class="services-card__title">ОГЭ, ЕГЭ и ВПР</h3>
<?php if ($prices['exam']) :
?><span class="services-card__price"><?php echo esc_html($prices['exam']); ?></span><?php
endif; ?>
<p class="services-card__desc">Интенсивная подготовка по всем предметам. Средний балл наших выпускников — 4,7. Доказываем результатами.</p>
<span class="services-card__link">Начать подготовку <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12h14m-7-7 7 7-7 7"/></svg></span>
</a>
<a href="/gorodskoj-lager/" class="services-card services-card--camp">
<div class="services-card__icon" aria-hidden="true">
<svg width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"/></svg>
</div>
<span class="services-card__age">614 лет</span>
<h3 class="services-card__title">Городской лагерь</h3>
<?php if ($prices['camp']) :
?><span class="services-card__price"><?php echo esc_html($prices['camp']); ?></span><?php
endif; ?>
<p class="services-card__desc">Наука, творчество и приключения в тематических сменах. Новые друзья — лето, которое запомнится.</p>
<span class="services-card__link">Выбрать смену <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12h14m-7-7 7 7-7 7"/></svg></span>
</a>
<a href="/cruzhki/" class="services-card services-card--clubs">
<div class="services-card__icon" aria-hidden="true">
<svg width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><rect x="2" y="6" width="20" height="12" rx="2"/><path d="M12 12h.01"/><path d="M17 12h.01"/><path d="M7 12h.01"/></svg>
</div>
<span class="services-card__age">314 лет</span>
<h3 class="services-card__title">Кружки и секции</h3>
<?php if ($prices['clubs']) :
?><span class="services-card__price"><?php echo esc_html($prices['clubs']); ?></span><?php
endif; ?>
<p class="services-card__desc">Спорт, робототехника, ИЗО, музыка, шахматы. Найдём занятие по душе и поможем раскрыть талант.</p>
<span class="services-card__link">Смотреть все <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12h14m-7-7 7 7-7 7"/></svg></span>
</a>
</div>
</div>
</section>