{% extends 'layouts/main.twig' %}

{% block main %}
    {% include "components/main-slider.twig" %}
    {% include "components/assort-batteries-section.twig" %}
    {% include "components/products-slider-section.twig" with { 
        productsSliderTitle: "Популярные товары", 
        productsSliderTabsVisible: true 
    } %}
    {% include "components/services-akb-section.twig" %}
    {% include "components/selection-help-section.twig" %}
    {% include "components/popular-brands-akb-section.twig" %}
    {% include "components/products-slider-section.twig" with { 
        productsSliderTitle: "Для легковых автомобилей"
    } %}
    {% include "components/customer-reviews-section.twig" %}
    {% include "components/products-slider-section.twig" with { 
        productsSliderTitle: "Для грузовых автомобилей"
    } %}
    {% include "components/akb-by-car-brands-section.twig" %}
    {% include "components/promo-slider-section.twig" %}
    {% include "components/akb-by-type-equipment-section.twig" %}
    {% include "components/examples-work-section.twig" %}
    {% include "components/date-akb-banner-section.twig" %}
    {% include "components/answers-to-questions-section.twig" %}
    {% include "components/about-company-section.twig" %}
    {% include "components/articles-section.twig" %}
    {% include "components/certs-akb-banner-section.twig" %}
    {% include "components/seo-text-section.twig" %}
{% endblock %}