templates/branch_office/branch_office.html.twig line 1
{% extends 'base.html.twig' %}{% block style %}<style>.bradcam_bg { background-image: url({{ asset(branch_offices_upload_dir ~ branch_office.backgroundImageUrl) }}); }.color_a_hover a:hover { color: {{ branch_office.color ~ '!important' }}; }.color_h1 h1 { color: {{ branch_office.color ~ '!important' }}; }.color_h3 h3 { color: {{ branch_office.color ~ '!important' }}; }#scrollUp { background: {{ branch_office.color ~ '!important' }}; }.header-area .main-header-area .buy_tkt .color_book_btn a { background: {{ branch_office.color ~ '!important' }}; }.header-area .main-header-area .buy_tkt .color_book_btn a:hover {border-color: {{ branch_office.color ~ '!important' }};color: {{ branch_office.color ~ '!important' }};background: transparent!important;}</style>{% endblock %}{% block body %}<div class="bradcam_area black_bg"><div class="single_bradcam d-flex align-items-left bradcam_bg overlay"><div class="container"><div class="row align-items-left justify-content-left"><div class="col-xl-12"><div class="bradcam_text"><h3 class="wow fadeInRight" data-wow-duration="1s" data-wow-delay=".3s">Филиал {{ branch_office.name }}</h3>{% if branch_office.title %}<p class="wow fadeInLeft" data-wow-duration="1s" data-wow-delay=".3s">"{{ branch_office.title }}"</p>{% endif %}</div></div></div></div></div></div>{% include "branch_office/_menu.html.twig" %}{% include "branch_office/_album.html.twig" %}{% include "branch_office/_map.html.twig" %}{% include "branch_office/_review.html.twig" %}{% endblock %}