{% extends 'base.html.twig' %}
{% block body %}
<!-- ======= Header ======= -->
<header id="header" class="fixed-top">
<div class="container d-flex align-items-center justify-content-between">
<h1 class="logo"><a href="/"> <img loading="lazy" src="assets/img/abintech-logo.png" class="img-fluid mx-2" alt="">НУЦ "АБИНТЕХ"</a></h1>
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <a href="index.html" class="logo"><img loading="lazy" src="assets/img/logo.png" alt="" class="img-fluid"></a>-->
{% include 'section/navigation.html.twig' %}
</div>
</header><!-- End Header -->
<div class="alert alert-success fixed-top mx-auto mt-3 d-none" id="response-alert" role="alert"></div>
<!-- ======= mblk Section ======= -->
{% include 'section/mblk.html.twig' %}
<main id="main">
<!-- ======= Course Section ======= -->
{% include 'section/course.html.twig' %}
<!-- ======= About Video Section ======= -->
{% include 'section/video.html.twig' %}
<!-- ======= Services Section ======= -->
{% include 'section/services.html.twig' %}
<!-- Start Steps Section -->
{% include 'section/steps.html.twig' %}
<!-- ======= Cta Section ======= -->
{% include 'section/cta.html.twig' %}
<!-- ======= About Section ======= -->
{% include 'section/about.html.twig' %}
<!-- ======= Teachers Section ======= -->
{% include 'section/teachers.html.twig' %}
<!-- ======= Pricing Section ======= -->
{% include 'section/pricing.html.twig' %}
<!-- ======= Frequently Asked Questions Section ======= -->
{% include 'section/faq.html.twig' %}
<!-- ======= Contact Section ======= -->
{% include 'section/contact.html.twig' %}
</main><!-- End #main -->
{% include 'forms/modal.html.twig' %}
<!-- Modal FormФорма обратной связи в модальном окне -->
<div id="preloader"></div>
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="icon-rounded-up"></i></a>
{% endblock %}