<header class="header">
<div class="header-top">
<div class="container">
<div class="row header-top-row">
<div class="col-xs-12 col-sm-9 col-md-8 col-lg-9 col-xl-8">
<span class="dealer-name">
<span>{{ 'main.official_dealer'|trans({}, 'dc_honda') }}</span> <b>{{ 'main.company_name'|trans({}, 'dc_honda') }}</b>
</span>
<a class="header__contacts" href="https://www.google.com/maps/place/%22%D0%92%D1%96%D0%94%D1%96+%D0%86%D0%BD%D1%81%D0%B0%D0%B9%D1%82%22+%D0%BE%D1%84%D1%96%D1%86%D1%96%D0%B9%D0%BD%D0%B8%D0%B9+%D0%B4%D0%B8%D0%BB%D0%B5%D1%80+Honda/@50.3746387,30.8851897,18.56z/data=!4m18!1m12!4m11!1m6!1m2!1s0x40d4e873772c3a6b:0x96f9c85e7bdafee7!2zItCS0ZbQlNGWINCG0L3RgdCw0LnRgiIg0L7RhNGW0YbRltC50L3QuNC5INC00LjQu9C10YAgSG9uZGE!2m2!1d30.886435!2d50.375205!1m3!2m2!1d30.8870432!2d50.3750357!3m4!1s0x40d4e873772c3a6b:0x96f9c85e7bdafee7!8m2!3d50.375205!4d30.886435?hl=ru">
{{ 'main.address'|trans({}, 'dc_honda') }}
</a>
<span class="header__contacts-hr"></span>
<a class="header__contacts" href="tel:{{ dealer.phone }}">{{ dealer.phone }}</a>
</div>
<div class="col-xs-12 col-sm-3 col-md-4 col-lg-3 col-xl-4 text-right d-flex justify-content-end align-items-center">
<div class="header__basket currency-slogan-line-2 d-lg-flex ml-4" id="basketMenu">
<a class="basket__btn d-flex align-items-center" href="{{ path('honda_basket') }}" role="button">
<span class="quantity">
<span>{{ basketCount ?? 0 }}</span>
</span>
<span class="header__basket-title">{{ 'basket.title'|trans({}, 'dc_base') }}</span>
</a>
</div>
{% if app.request.getLocale() == 'ru' %}
<ul class="header-lang">
{% for locale in allowed_locales %}
{% if locale != app.request.getLocale() %}
<li class="active">
<a href="{{ absolute_url(
path(
app.request.attributes.get('_route'),
app.request.attributes.get('_route_params')|merge({'_locale': locale})
)
) }}" hreflang="{% if locale == 'ua' %}uk{% else %}{{ locale }}{% endif %}"
title="{{ ('site.locale.'~locale)|trans({},'dc_base') }} ({{ locale }})"
class="lang active"><span> {{ ('site.locale.'~locale)|trans({},'dc_base') }}</span></a>
</li>
{% else %}
<li>
<a hreflang="{% if locale == 'ua' %}uk{% else %}{{ locale }}{% endif %}"
title="{{ ('site.locale.'~locale)|trans({},'dc_base') }} ({{ locale }})"
class="lang"><span>{{ ('site.locale.'~locale)|trans({},'dc_base') }}</span></a>
</li>
{% endif %}
{% endfor %}
</ul>
{% endif %}
<div class="site_btn-enter" id="enterBtn">
{% if app.user %}
<a class="site_btn-enter-btn --loggedin" target="_blank" href="{{ path('my_profile_dashboard') }}" rel="nofollow">
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M13.3334 14V12.6667C13.3334 11.9594 13.0525 11.2811 12.5524 10.781C12.0523 10.281 11.374 10 10.6667 10H5.33341C4.62617 10 3.94789 10.281 3.4478 10.781C2.9477 11.2811 2.66675 11.9594 2.66675 12.6667V14" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M7.99992 7.33333C9.47268 7.33333 10.6666 6.13943 10.6666 4.66667C10.6666 3.19391 9.47268 2 7.99992 2C6.52716 2 5.33325 3.19391 5.33325 4.66667C5.33325 6.13943 6.52716 7.33333 7.99992 7.33333Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
<span class="header_icon-title">{{ app.user.name }}</span>
</a>
{% else %}
<a class="site_btn-enter-btn" href="{{ path('my_login_page') }}?referer={{ app.request.uri }}" rel="nofollow">
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M13.3334 14V12.6667C13.3334 11.9594 13.0525 11.2811 12.5524 10.781C12.0523 10.281 11.374 10 10.6667 10H5.33341C4.62617 10 3.94789 10.281 3.4478 10.781C2.9477 11.2811 2.66675 11.9594 2.66675 12.6667V14" stroke="#343434" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M7.99992 7.33333C9.47268 7.33333 10.6666 6.13943 10.6666 4.66667C10.6666 3.19391 9.47268 2 7.99992 2C6.52716 2 5.33325 3.19391 5.33325 4.66667C5.33325 6.13943 6.52716 7.33333 7.99992 7.33333Z" stroke="#343434" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
<span class="header_icon-title">{{ 'header.login'|trans({}, 'portal_base') }}</span>
</a>
{% endif %}
</div>
</div>
</div>
<hr>
</div>
</div>
<div class="header-bottom">
<div class="container">
<div class="row justify-content-between align-items-center header-bottom__row">
<a class="navbar-brand pl-3 m-0" href="{{ path('honda_homepage') }}">
<img src="{{ asset('bundles/dcsite/img/honda/logo.png') }}" alt="{{ dealer }} logo">
</a>
<div id="mainNav" class="collapse navbar-mob header-menu" style="position: inherit;">
<ul class="nav nav-pills nav-fill">
<li class="nav-item site_btn-nav-item">
<div class="site_btn-enter" id="enterBtn">
{% if app.user %}
<a class="site_btn-enter-btn --loggedin" target="_blank" href="{{ path('my_profile_dashboard') }}" rel="nofollow">
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M13.3334 14V12.6667C13.3334 11.9594 13.0525 11.2811 12.5524 10.781C12.0523 10.281 11.374 10 10.6667 10H5.33341C4.62617 10 3.94789 10.281 3.4478 10.781C2.9477 11.2811 2.66675 11.9594 2.66675 12.6667V14" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M7.99992 7.33333C9.47268 7.33333 10.6666 6.13943 10.6666 4.66667C10.6666 3.19391 9.47268 2 7.99992 2C6.52716 2 5.33325 3.19391 5.33325 4.66667C5.33325 6.13943 6.52716 7.33333 7.99992 7.33333Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
<span class="header_icon-title">{{ app.user.name }}</span>
</a>
{% else %}
<a class="site_btn-enter-btn" href="{{ path('my_login_page') }}?referer={{ app.request.uri }}" rel="nofollow">
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M13.3334 14V12.6667C13.3334 11.9594 13.0525 11.2811 12.5524 10.781C12.0523 10.281 11.374 10 10.6667 10H5.33341C4.62617 10 3.94789 10.281 3.4478 10.781C2.9477 11.2811 2.66675 11.9594 2.66675 12.6667V14" stroke="#343434" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M7.99992 7.33333C9.47268 7.33333 10.6666 6.13943 10.6666 4.66667C10.6666 3.19391 9.47268 2 7.99992 2C6.52716 2 5.33325 3.19391 5.33325 4.66667C5.33325 6.13943 6.52716 7.33333 7.99992 7.33333Z" stroke="#343434" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
<span class="header_icon-title">{{ 'header.login'|trans({}, 'portal_base') }} {{ 'header.login_in_cab'|trans({}, 'portal_base') }}</span>
</a>
{% endif %}
</div>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link nav-link-menu nav-link-menu-cars" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
{{ 'main.cars'|trans({}, 'dc_honda') }}
</a>
<div class="col-12 dropdown-menu car-model-dropdown-menu dropdown-menu-open">
<div class="container" id="honda-menu">
<div class="row row-tabs">
<div class="col-md-6 dropdown-cat-name">
<span class="mb-0">
{{ 'main.model_line'|trans({}, 'dc_honda') }}
</span>
</div>
<div class="col-sm-12 col-md-12 col-lg-6 col-xl-6">
<div class="nav nav-tabs justify-content-end tabs_btn" id="nav-tab" role="tablist">
<a class="nav-item nav-link active" @click="dropdown" id="nav-all-tab" data-toggle="tab" href="#nav-all" role="tab" aria-controls="nav-all" aria-selected="true">
{{ 'main.all'|trans({}, 'dc_honda') }}
</a>
<a v-for="group in groups" @click="dropdown" class="nav-item nav-link" :id="'nav-'+group.id+'-tab'" data-toggle="tab" :href="'#nav-'+group.id" role="tab" :aria-controls="'nav-'+group.id" aria-selected="false">
{% verbatim %} {{ group.name }} {% endverbatim %}
</a>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="tab-content tabs_content" id="nav-tabContent">
<div class="tab-pane fade show active" id="nav-all" role="tabpanel" aria-labelledby="nav-all-tab">
<div class="row" >
<div v-for="car in all" class="col-sm-12 col-md-6 col-lg-4 col-xl-3">
<div class="model-card">
<div class="model-image flexbox-wrapper">
<a :href="car.link">
<picture :alt="car.name">
<source :srcset="car.preview_webp" type="image/webp">
<source :srcset="car.preview">
<img :src="car.preview" :alt="car.name">
</picture>
</a>
</div>
<div class="card-body">
<a :href="car.link">
<span class="car-name">
{% verbatim %}{{ car.name }}{% endverbatim %} <span class="car-hybrid" v-if="car.hasHybrid">Hybrid</span>
</span>
</a>
<span class="car-price">
от {% verbatim %}{{ car.price }}{% endverbatim %} грн
</span>
</div>
</div>
</div>
</div>
</div>
<div v-for="(group, key) in cars" class="tab-pane fade" :id="'nav-'+key" role="tabpanel" :aria-labelledby="'nav-'+key+'-tab'">
<div class="row">
<div v-for="car in group" class="col-sm-12 col-md-6 col-lg-4 col-xl-3">
<div class="model-card">
<div class="model-image flexbox-wrapper">
<a :href="car.link">
<picture :alt="car.name">
<source :srcset="car.preview_webp" type="image/webp">
<source :srcset="car.preview">
<img :src="car.preview" :alt="car.name">
</picture>
</a>
</div>
<div class="card-body">
<a :href="car.link">
<span class="car-name">
{% verbatim %}{{ car.name }}{% endverbatim %}
</span>
</a>
<span class="car-price">
от {% verbatim %}{{ car.price }}{% endverbatim %} грн
</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</li>
<li class="dropdown-divider"></li>
<li class="nav-item">
<a href="{{ path('honda_car_stock') }}" class="nav-link nav-link-menu">{{ 'main.car_in_stocks'|trans({}, 'dc_honda') }}</a>
</li>
<li class="dropdown-divider"></li>
<li class="nav-item dropdown">
<a id="dropUsed" href="#" class="nav-link nav-link-menu" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
{{ 'pages.header.menu.used_cars'|trans({}, 'dc_mazda') }}
</a>
<div aria-labelledby="dropUsed" class="dropdown-menu dropdown-menu-open">
<div class="container">
<div class="row">
<div class="col-md-12 dropdown-cat-name">
<span>
{{ 'pages.header.menu.used_cars'|trans({}, 'dc_mazda') }}
</span>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-6 col-xl-6 dropdown-menu__hr">
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-6 col-xl-6">
<ul class="dropdown-menu__list">
<li>
<a href="{{ path('honda_used_car_catalog') }}">
{{ 'pages.header.menu.used_cars_in_stock'|trans({}, 'dc_mazda') }}
</a>
</li>
<li>
<a href="{{ path('honda_finance_select_page') }}">
{{ 'pages.header.menu.used_cars_vidi_select'|trans({}, 'dc_mazda') }}
</a>
</li>
<li>
<a href="{{ path('honda_finance_trade_in') }}">
{{ 'pages.header.menu.used_cars_trade_in'|trans({}, 'dc_mazda') }}
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="col-md-6 dropdown-menu__lead-magnets">
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-6 col-xl-6">
<a href="{{ path('honda_service_consultation') }}" class="lead-magnets-btn">
<div class="lead-magnets-img flexbox-wrapper">
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M40.9705 7.02945C36.4375 2.4965 30.4106 0 23.9999 0C17.5894 0 11.5624 2.4965 7.02945 7.02945C2.4965 11.5624 0 17.5894 0 24C0 30.4106 2.4964 36.4375 7.02945 40.9705C11.5625 45.5036 17.5894 48 24 48C30.4106 48 36.4376 45.5036 40.9705 40.9705C45.5035 36.4376 48 30.4106 48 24C48 17.5894 45.5035 11.5624 40.9705 7.02945ZM23.9999 46.0843C11.8226 46.0843 1.91556 36.1773 1.91556 24C1.91556 11.8227 11.8226 1.91556 23.9999 1.91556C36.1773 1.91556 46.0843 11.8226 46.0843 23.9999C46.0843 36.1772 36.1774 46.0843 23.9999 46.0843Z" fill="#A9A9A9"/>
<path d="M24.0008 4.05786C13.0046 4.05786 4.05859 13.0038 4.05859 24.0001C4.05859 34.9963 13.0046 43.9424 24.0008 43.9424C34.9971 43.9424 43.9431 34.9963 43.9431 24.0001C43.9431 13.0038 34.9971 4.05786 24.0008 4.05786ZM26.3754 38.2369H21.6247C19.8294 32.242 15.2835 27.3992 9.40502 25.2376L11.0469 18.2682C15.2631 17.2422 19.6179 16.7207 24.0011 16.7207C28.3858 16.7207 32.7402 17.2424 36.955 18.2693L38.5965 25.237C32.7172 27.3981 28.1708 32.2411 26.3754 38.2369ZM5.97415 24.0001C5.97415 22.475 6.16528 20.9937 6.52359 19.5783C7.32504 19.3079 8.13543 19.0556 8.94826 18.8229L7.57215 24.6641C7.0491 24.5277 6.51764 24.4114 5.97819 24.3171C5.97638 24.2115 5.97415 24.1061 5.97415 24.0001ZM40.4296 24.6638L39.0537 18.8234C39.8673 19.0561 40.6776 19.3085 41.4783 19.579C41.8364 20.9941 42.0276 22.4752 42.0276 24.0001C42.0276 24.106 42.0253 24.2114 42.0235 24.3169C41.4841 24.4112 40.9526 24.5274 40.4296 24.6638ZM24.0008 5.97342C31.5853 5.97342 38.0903 10.6821 40.7476 17.3294C39.8326 17.0459 38.9101 16.7853 37.9895 16.5517C33.4468 15.393 28.7405 14.8054 24.0011 14.8054C19.2636 14.8054 14.557 15.3926 10.0122 16.5505C9.09214 16.7846 8.1698 17.0454 7.25417 17.3292C9.91157 10.6819 16.4164 5.97342 24.0008 5.97342ZM6.1192 26.2923C13.6596 27.8185 19.4291 34.0293 20.4002 41.6652C12.9126 40.1414 7.09677 33.9618 6.1192 26.2923ZM22.3599 41.9513C22.2991 41.3436 22.2113 40.7435 22.0969 40.1525H25.9034C25.7889 40.7435 25.7012 41.3437 25.6403 41.9515C25.1001 42.0005 24.5537 42.0268 24.0009 42.0268C23.4476 42.0267 22.9005 42.0003 22.3599 41.9513ZM27.5999 41.6655C28.571 34.0282 34.3413 27.8172 41.8826 26.2919C40.9051 33.9622 35.0884 40.1421 27.5999 41.6655Z" fill="#A9A9A9"/>
<path d="M24.0011 18.5535C20.998 18.5535 18.5547 20.9968 18.5547 23.9999C18.5547 27.0032 20.998 29.4465 24.0011 29.4465C27.0044 29.4465 29.4477 27.0032 29.4477 23.9999C29.4477 20.9968 27.0044 18.5535 24.0011 18.5535ZM24.0011 27.5308C22.0542 27.5308 20.4702 25.9469 20.4702 23.9998C20.4702 22.0529 22.0542 20.4689 24.0011 20.4689C25.9481 20.4689 27.5322 22.0529 27.5322 23.9998C27.5322 25.9469 25.9482 27.5308 24.0011 27.5308Z" fill="#A9A9A9"/>
</svg>
</div>
<span class="lead-magnets-title">
{{ 'main.td_assign'|trans({}, 'dc_honda') }}
</span>
</a>
</div>
<div class="col-sm-12 col-md-12 col-lg-6 col-xl-6">
<a href="{{ path('honda_car_configurator') }}" class="lead-magnets-btn">
<div class="lead-magnets-img flexbox-wrapper">
<svg width="46" height="45" viewBox="0 0 46 45" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M19.532 19.0896C16.0143 19.0896 13.1523 21.9515 13.1523 25.4693C13.1523 28.987 16.0143 31.849 19.532 31.849C23.0498 31.849 25.9117 28.987 25.9117 25.4693C25.9117 21.9515 23.0498 19.0896 19.532 19.0896ZM19.532 30.0274C17.0186 30.0274 14.9739 27.9826 14.9739 25.4693C14.9739 22.956 17.0187 20.9111 19.532 20.9111C22.0453 20.9111 24.0902 22.9559 24.0902 25.4693C24.0902 27.9827 22.0454 30.0274 19.532 30.0274Z" fill="#A9A9A9"/>
<path d="M19.5303 16.228C14.4346 16.228 10.2891 20.3736 10.2891 25.4692C10.2891 30.5648 14.4346 34.7104 19.5303 34.7104C24.6259 34.7104 28.7714 30.5648 28.7714 25.4692C28.7714 20.3736 24.6259 16.228 19.5303 16.228ZM19.5303 32.8889C15.439 32.8889 12.1106 29.5605 12.1106 25.4692C12.1106 21.378 15.4391 18.0495 19.5303 18.0495C23.6214 18.0495 26.9499 21.378 26.9499 25.4692C26.9499 29.5605 23.6215 32.8889 19.5303 32.8889Z" fill="#A9A9A9"/>
<path d="M44.391 10.8128H42.361C42.1516 10.1498 41.8851 9.50663 41.564 8.88953L43 7.45357C43.3557 7.09787 43.3557 6.52125 43 6.16555L39.1363 2.3019C38.7806 1.9462 38.204 1.9462 37.8483 2.3019L36.412 3.73807C35.7943 3.41677 35.1515 3.15022 34.49 2.94105V0.910761C34.49 0.407717 34.0823 0 33.5793 0H28.1147C27.6116 0 27.2039 0.407717 27.2039 0.910761V2.94085C26.542 3.15012 25.8989 3.41667 25.2809 3.73807L23.8446 2.3019C23.4889 1.9462 22.9123 1.9462 22.5566 2.3019L18.9199 5.93857H16.8357C16.3327 5.93857 15.925 6.34629 15.925 6.84933V9.27215C15.4625 9.37467 15.0046 9.49681 14.5542 9.63808L13.3435 7.5411C13.2226 7.33193 13.0237 7.17923 12.7904 7.11679C12.5572 7.05435 12.3085 7.08704 12.0993 7.20776L7.43141 9.9025C7.22223 10.0233 7.06953 10.2223 7.00709 10.4555C6.94455 10.6889 6.97734 10.9374 7.09807 11.1467L8.3113 13.248C7.96359 13.5675 7.62904 13.9021 7.30957 14.2498L5.20824 13.0365C4.99897 12.9157 4.75053 12.8831 4.51707 12.9456C4.28382 13.0081 4.08486 13.1607 3.96404 13.3699L1.2691 18.0377C1.01762 18.4734 1.16689 19.0304 1.60243 19.2818L3.69941 20.4925C3.55824 20.943 3.436 21.401 3.33349 21.8634H0.910761C0.407717 21.8634 0 22.2711 0 22.7742V28.1642C0 28.6672 0.407717 29.0749 0.910761 29.0749H3.33349C3.436 29.5374 3.55824 29.9954 3.69941 30.4458L1.60243 31.6564C1.39326 31.7773 1.24056 31.9762 1.17812 32.2095C1.11558 32.4428 1.14837 32.6914 1.2691 32.9006L3.96404 37.5685C4.21561 38.0041 4.77269 38.1533 5.20814 37.9018L7.30947 36.6887C7.62884 37.0363 7.96349 37.371 8.3112 37.6904L7.09797 39.7918C6.97724 40.0009 6.94445 40.2496 7.00699 40.4829C7.06953 40.7162 7.22213 40.9151 7.4313 41.036L12.0992 43.7309C12.5347 43.9824 13.0918 43.8332 13.3433 43.3976L14.5539 41.3006C15.0044 41.4419 15.4623 41.5641 15.9248 41.6665V44.0892C15.9248 44.5923 16.3325 45 16.8355 45H22.2255C22.7285 45 23.1363 44.5923 23.1363 44.0892V41.6665C23.5987 41.564 24.0567 41.4418 24.5072 41.3006L25.7178 43.3976C25.9694 43.8332 26.5264 43.9824 26.9619 43.7309L31.6297 41.036C31.8389 40.9151 31.9916 40.7162 32.054 40.4829C32.1166 40.2496 32.0838 40.0009 31.9631 39.7918L30.7498 37.6904C31.0975 37.371 31.4322 37.0363 31.7516 36.6887L33.8529 37.9018C34.2886 38.1534 34.8456 38.004 35.097 37.5685L37.7919 32.9006C37.9128 32.6915 37.9454 32.4428 37.8829 32.2095C37.8204 31.9762 37.6678 31.7773 37.4586 31.6564L35.3616 30.4458C35.5028 29.9954 35.625 29.5374 35.7275 29.0749H38.1508C38.6538 29.0749 39.0615 28.6672 39.0615 28.1642V26.6761C39.0874 26.6553 39.1126 26.6334 39.1363 26.6097L43 22.745C43.3556 22.3893 43.3556 21.8127 42.9999 21.4571L41.5641 20.0213C41.8849 19.405 42.1513 18.7621 42.3609 18.0987H44.391C44.894 18.0987 45.3018 17.691 45.3018 17.188V11.7234C45.3018 11.2205 44.8939 10.8128 44.391 10.8128ZM37.24 27.2534H34.9796C34.5366 27.2534 34.1578 27.5722 34.0822 28.0086C33.9321 28.8749 33.704 29.7291 33.4043 30.5477C33.2521 30.9634 33.4208 31.4283 33.8041 31.6497L35.7595 32.7786L33.9752 35.869L32.0157 34.7376C31.6326 34.5166 31.1458 34.6026 30.8618 34.9419C30.3001 35.6131 29.6748 36.2384 29.0034 36.8003C28.6641 37.0843 28.578 37.571 28.7992 37.9541L29.9305 39.9137L26.8401 41.6979L25.7112 39.7426C25.4898 39.3591 25.0248 39.1906 24.6093 39.3428C23.7906 39.6425 22.9363 39.8706 22.0703 40.0206C21.6338 40.0963 21.3149 40.4749 21.3149 40.918V43.1784H17.7465V40.918C17.7465 40.4749 17.4277 40.0962 16.9912 40.0206C16.1251 39.8706 15.2708 39.6425 14.4522 39.3428C14.0364 39.1906 13.5716 39.3592 13.3502 39.7426L12.2213 41.6979L9.13089 39.9137L10.2623 37.9541C10.4835 37.571 10.3973 37.0843 10.058 36.8003C9.38651 36.2383 8.76132 35.6131 8.19958 34.9419C7.91553 34.6025 7.42888 34.5164 7.04575 34.7376L5.0862 35.869L3.30202 32.7787L5.25732 31.6498C5.64065 31.4283 5.80934 30.9634 5.65714 30.5478C5.3574 29.7292 5.12931 28.8749 4.97933 28.0088C4.90364 27.5724 4.52496 27.2535 4.08193 27.2535H1.82152V23.6851H4.08193C4.52496 23.6851 4.90374 23.3663 4.97933 22.9297C5.12931 22.0636 5.3574 21.2094 5.65714 20.3907C5.80934 19.9751 5.64065 19.5101 5.25732 19.2888L3.30191 18.1599L5.0862 15.0695L7.04575 16.2008C7.42898 16.422 7.91553 16.3358 8.19958 15.9966C8.76162 15.3252 9.38681 14.6999 10.058 14.1381C10.3973 13.8542 10.4835 13.3674 10.2623 12.9843L9.13089 11.0248L12.2213 9.24048L13.3502 11.1958C13.5716 11.5791 14.0362 11.7478 14.4522 11.5957C15.2709 11.296 16.1252 11.0679 16.9913 10.9178C17.4277 10.8422 17.7465 10.4634 17.7465 10.0204V7.75999H21.3149V10.0204C21.3149 10.4634 21.6337 10.8422 22.0702 10.9178C22.9363 11.0679 23.7906 11.296 24.6093 11.5957C25.0248 11.7479 25.4899 11.5792 25.7112 11.1959L26.8401 9.24058L29.9305 11.0249L28.7992 12.9844C28.578 13.3675 28.6642 13.8543 29.0034 14.1383C29.6747 14.7001 30.3 15.3254 30.8618 15.9967C31.1458 16.336 31.6326 16.4219 32.0157 16.2009L33.9753 15.0696L35.7595 18.16L33.8041 19.2889C33.4208 19.5103 33.2521 19.9752 33.4043 20.3908C33.704 21.2094 33.9321 22.0637 34.0822 22.9299C34.1578 23.3664 34.5366 23.6852 34.9796 23.6852H37.24V27.2534ZM43.4802 16.2773H41.6729C41.2555 16.2773 40.8916 16.5611 40.7896 16.9659C40.5462 17.9333 40.1635 18.8567 39.6519 19.7104C39.4373 20.0687 39.4938 20.5271 39.7892 20.8224L41.068 22.1012L39.0615 24.1083V22.7743C39.0615 22.2712 38.6538 21.8635 38.1508 21.8635H35.7279C35.6254 21.4011 35.5032 20.9431 35.362 20.4926L37.459 19.2819C37.6682 19.1611 37.8209 18.9621 37.8833 18.7289C37.9459 18.4956 37.9131 18.247 37.7923 18.0378L35.0974 13.37C34.8458 12.9343 34.2888 12.7853 33.8533 13.0366L31.752 14.2499C31.4326 13.9022 31.0979 13.5675 30.7502 13.2481L31.9635 11.1468C32.0842 10.9376 32.117 10.689 32.0544 10.4556C31.9919 10.2224 31.8393 10.0234 31.6301 9.9026L26.9623 7.20756C26.7531 7.08673 26.5046 7.05405 26.2711 7.11659C26.0378 7.17913 25.8389 7.33173 25.7181 7.5409L24.5074 9.63788C24.0569 9.49661 23.5989 9.37446 23.1366 9.27195V6.84923C23.1366 6.34618 22.7289 5.93847 22.2258 5.93847H21.4961L23.2007 4.23382L24.4794 5.51253C24.7745 5.80772 25.2322 5.86439 25.5905 5.65046C26.4492 5.1374 27.3732 4.75448 28.3368 4.51221C28.7417 4.41041 29.0256 4.04641 29.0256 3.62888V1.82152H32.6686V3.62888C32.6686 4.04631 32.9524 4.41021 33.3571 4.51211C34.3203 4.75448 35.244 5.1375 36.1026 5.65046C36.4608 5.86449 36.9187 5.80772 37.2136 5.51253L38.4923 4.23382L41.0679 6.80946L39.7892 8.08817C39.494 8.38335 39.4373 8.84157 39.6517 9.1998C40.1639 10.0556 40.5467 10.9793 40.7895 11.9454C40.8913 12.3503 41.2554 12.6342 41.6729 12.6342H43.4802V16.2773Z" fill="#A9A9A9"/>
</svg>
</div>
<span class="lead-magnets-title">
{{ 'main.configurator'|trans({}, 'dc_honda') }}
</span>
</a>
</div>
<div class="col-sm-12 col-md-12 col-lg-6 col-xl-6">
<a href="{{ path('honda_service_honda_to') }}" class="lead-magnets-btn mb-0">
<div class="lead-magnets-img flexbox-wrapper">
<svg width="43" height="43" viewBox="0 0 43 43" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M42.9082 32.8519C42.5472 31.6674 41.898 30.591 41.0187 29.7191C39.6183 28.3109 37.7125 27.5215 35.7265 27.5269C34.7115 27.5275 33.707 27.7334 32.7736 28.1322L25.4119 20.7705L35.1866 11.0694L37.5015 11.004C37.7815 10.9955 38.0376 10.8442 38.1804 10.6032L41.4931 5.03283C41.6857 4.71136 41.6351 4.30013 41.3705 4.0349L38.5076 1.17202C38.2423 0.907404 37.8311 0.856792 37.5096 1.04932L31.9393 4.36209C31.6983 4.50483 31.547 4.76095 31.5385 5.04101L31.473 7.34767L21.7229 17.0815L15.0319 10.3905C15.7344 6.31714 13.0018 2.44549 8.9284 1.74296C7.04105 1.41741 5.10062 1.82782 3.50671 2.88975C3.13249 3.14281 3.03423 3.65128 3.28729 4.0255C3.35845 4.13071 3.45313 4.21793 3.56397 4.2803L7.27754 6.34975C8.09551 6.816 8.2591 8.20654 7.59655 9.38442C6.93399 10.5623 5.66614 11.1676 4.84 10.7095L1.39635 8.84456C1.00056 8.62677 0.50313 8.77114 0.285448 9.16694C0.210399 9.30323 0.17584 9.45814 0.18586 9.61345C0.444645 13.7389 3.99882 16.8733 8.12424 16.6145C8.97656 16.5611 9.81345 16.3621 10.5986 16.0263L16.6843 22.112L14.0504 24.7459L13.4533 24.1569C12.7923 23.5243 11.7504 23.5243 11.0894 24.1569L10.2714 24.9749C9.64822 25.5816 9.60875 26.5698 10.1814 27.2243L0.504868 36.8845C-0.147871 37.5091 -0.170672 38.5448 0.453949 39.1975C0.470513 39.2149 0.487486 39.2319 0.504868 39.2484L3.2696 42.0132C3.89422 42.6659 4.92987 42.6887 5.58261 42.0641C5.59999 42.0475 5.61696 42.0305 5.63353 42.0132L15.3183 32.3366C15.9727 32.9093 16.961 32.8698 17.5677 32.2466L18.3857 31.4287C19.0384 30.804 19.0612 29.7684 18.4366 29.1156C18.42 29.0983 18.403 29.0813 18.3857 29.0647L17.7885 28.4676L20.406 25.7929L28.3403 33.7271C27.6549 37.8035 30.4036 41.6636 34.48 42.349C36.8944 42.7551 39.3548 41.9545 41.0679 40.2055C41.3683 39.868 41.3385 39.3511 41.001 39.0506C40.9139 38.973 40.8112 38.9149 40.6998 38.8803L36.0947 37.6452C35.6433 37.5001 35.2861 37.152 35.1295 36.7045C34.8902 36.0877 34.8615 35.4091 35.0477 34.7741C35.3912 33.4899 36.4791 32.5738 37.3952 32.8192L41.9513 34.0462C42.0245 34.0568 42.099 34.0568 42.1722 34.0462C42.6239 34.0517 42.9945 33.6899 42.9999 33.2382C43.0015 33.1039 42.9701 32.9711 42.9082 32.8519ZM32.839 8.25562C32.9863 8.10736 33.0711 7.90829 33.0763 7.6994L33.1417 5.51543L37.7796 2.75887L39.7427 4.722L37.0434 9.3517L34.8185 9.43349C34.6096 9.43861 34.4106 9.52347 34.2623 9.6707L24.2831 19.6417L22.8762 18.2348L32.839 8.25562ZM4.47191 40.8516L1.66628 38.0624L11.3919 28.3613L12.7988 29.7682L14.1403 31.1587L4.47191 40.8516ZM16.4388 31.036L15.3591 29.9481L14.9419 29.531L11.5064 26.071L12.3244 25.253L17.2322 30.2262L16.4388 31.036ZM16.5942 27.3061L15.1873 25.8992L17.8212 23.2653L19.2281 24.6722L16.5942 27.3061ZM37.7959 31.2405C37.5532 31.1753 37.3029 31.1423 37.0516 31.1424C35.2683 31.2863 33.7964 32.5947 33.4443 34.3488C33.1652 35.3338 33.2198 36.3836 33.5998 37.3344C33.9504 38.2494 34.7108 38.9462 35.6529 39.2157L38.6957 40.0337C35.9209 41.6871 32.3312 40.7781 30.6778 38.0035C29.9012 36.7004 29.6614 35.1465 30.0089 33.6699C30.0711 33.3953 29.9877 33.1078 29.788 32.9092L11.351 14.4558C11.0893 14.2099 10.6978 14.1635 10.3858 14.3413C9.54117 14.787 8.60061 15.0201 7.64563 15.0202C5.18467 15.0224 2.98648 13.4816 2.14888 11.1676L4.01385 12.2064C4.4486 12.4499 4.93887 12.5766 5.43711 12.5745C6.95158 12.4873 8.30614 11.603 8.99527 10.2515C10.1077 8.2638 9.67419 5.89987 8.03825 4.98375L5.65797 3.6341C8.69978 2.54753 12.0464 4.13265 13.133 7.17437C13.51 8.23016 13.5758 9.37204 13.3223 10.4641C13.2601 10.7388 13.3435 11.0262 13.5432 11.2248L32.0211 29.6946C32.2736 29.9474 32.6611 30.0071 32.9781 29.8418C33.8229 29.3964 34.7633 29.1634 35.7183 29.1629C37.7896 29.1612 39.7068 30.2568 40.757 32.0421L37.7959 31.2405Z" fill="#A9A9A9"/>
</svg>
</div>
<span class="lead-magnets-title">
{{ 'service.title'|trans({}, 'dc_honda') }}
</span>
</a>
</div>
{#<div class="col-sm-12 col-md-12 col-lg-6 col-xl-6">#}
{#<a href="{{ path('honda_finance_airport') }}" class="lead-magnets-btn mb-0">#}
{#<div class="lead-magnets-img flexbox-wrapper">#}
{#<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg">#}
{#<path d="M44.9963 14.9998C44.9964 14.7516 44.8764 14.5135 44.6609 14.3725L22.9109 0.122484C22.6619 -0.0408281 22.3382 -0.0408281 22.0891 0.122484L0.339094 14.3725C0.123563 14.5135 0.0035625 14.7516 0.00365625 14.9998H0V44.2498C0 44.6639 0.335438 44.9998 0.75 44.9998H6.75C7.16456 44.9998 7.5 44.6639 7.5 44.2498V20.2498H37.5V44.2498C37.5 44.6639 37.8354 44.9998 38.25 44.9998H44.25C44.6646 44.9998 45 44.6639 45 44.2498V14.9998H44.9963ZM22.5 1.6463L41.737 14.2499H3.26297L22.5 1.6463ZM43.5 43.4998H39V19.4998C39 19.0856 38.6646 18.7498 38.25 18.7498H6.75C6.33544 18.7498 6 19.0856 6 19.4998V43.4998H1.5V15.7498H43.5V43.4998Z" fill="#A9A9A9"/>#}
{#<path d="M42 20.999H40.5V25.499H42V20.999Z" fill="#A9A9A9"/>#}
{#<path d="M4.5 20.999H3V25.499H4.5V20.999Z" fill="#A9A9A9"/>#}
{#<path d="M34.5 35.249V33.749H32.9479C32.5769 30.794 30.0538 28.499 27 28.499H18C14.9462 28.499 12.4231 30.794 12.0521 33.749H10.5V35.249H12V36.1372C11.1289 36.4478 10.5 37.2725 10.5 38.249V41.249V42.749C10.5 43.9897 11.5093 44.999 12.75 44.999H14.25C15.4907 44.999 16.5 43.9897 16.5 42.749V41.999H28.5V42.749C28.5 43.9897 29.5093 44.999 30.75 44.999H32.25C33.4907 44.999 34.5 43.9897 34.5 42.749V41.249V38.249C34.5 37.2725 33.8711 36.4478 33 36.1372V35.249H34.5ZM13.5 34.499C13.5 32.0176 15.5185 29.999 18 29.999H27C29.4815 29.999 31.5 32.0176 31.5 34.499V35.999H13.5V34.499ZM15 42.749C15 43.1625 14.6638 43.499 14.25 43.499H12.75C12.3362 43.499 12 43.1625 12 42.749V41.999H15V42.749ZM33 42.749C33 43.1625 32.6638 43.499 32.25 43.499H30.75C30.3362 43.499 30 43.1625 30 42.749V41.999H33V42.749ZM33 39.749V40.499H29.25H15.75H12V39.749H14.25V38.249H12C12 37.8356 12.3362 37.499 12.75 37.499H32.25C32.6638 37.499 33 37.8356 33 38.249H30.75V39.749H33Z" fill="#A9A9A9"/>#}
{#<path d="M36 21.749H9C8.58544 21.749 8.25 22.0848 8.25 22.499V25.499C8.25 25.9132 8.58544 26.249 9 26.249H36C36.4146 26.249 36.75 25.9132 36.75 25.499V22.499C36.75 22.0848 36.4146 21.749 36 21.749ZM35.25 24.749H9.75V23.249H35.25V24.749Z" fill="#A9A9A9"/>#}
{#</svg>#}
{#</div>#}
{#<span class="lead-magnets-title">#}
{#{{ 'services.airport.title'|trans({}, 'dc_honda') }}#}
{#</span>#}
{#</a>#}
{#</div>#}
</div>
</div>
</div>
</div>
</div>
</li>
<li class="dropdown-divider"></li>
<li class="nav-item dropdown">
<a id="dropService" href="#" class="nav-link nav-link-menu" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
{{ 'services.title'|trans({}, 'dc_honda') }}
</a>
<div aria-labelledby="dropService" class="dropdown-menu dropdown-menu-open">
<div class="container">
<div class="row">
<div class="col-md-12 dropdown-cat-name">
<span>
{{ 'services.title'|trans({}, 'dc_honda') }}
</span>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-6 col-xl-6 dropdown-menu__hr">
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-6 col-xl-6">
<ul class="dropdown-menu__list">
<li>
<a href="{{ path('honda_finance_credit') }}">
{{ 'services.credit.title'|trans({}, 'dc_honda') }}
</a>
</li>
<li>
<a href="{{ path('honda_finance_leasing') }}">
{{ 'services.leasing.title'|trans({}, 'dc_honda') }}
</a>
</li>
<li>
<a href="{{ path('honda_finance_insurance') }}">
{{ 'services.insurance.title'|trans({}, 'dc_honda') }}
</a>
</li>
<li>
<a href="{{ path('honda_finance_trade_in') }}">
Trade–In
</a>
</li>
<li>
<a href="{{ path('honda_finance_select_page') }}">
VIDI Select
</a>
</li>
{# <li>
<a href="{{ path('honda_finance_loyalty') }}">
{{ 'services.loyalty.title'|trans({}, 'dc_honda') }}
</a>
</li> #}
{# <li>#}
{# <a href="{{ path('honda_finance_airport') }}">#}
{# {{ 'services.airport.title'|trans({}, 'dc_honda') }}#}
{# </a>#}
{# </li>#}
{# Корпоративна програма#}
{# <li>#}
{# <a href="{{ path('honda_finance_corporate') }}">#}
{# {{ 'services.corporative.title_new'|trans({}, 'dc_honda') }}#}
{# </a>#}
{# </li>#}
</ul>
</div>
<div class="col-sm-12 col-md-12 col-lg-6 col-xl-6">
<ul class="dropdown-menu__list">
<li>
<a href="{{ path('honda_finance_transfer') }}">
{{ 'services.transfer.title'|trans({}, 'dc_honda') }}
</a>
</li>
<li>
<a href="{{ path('honda_for_bussines') }}">
Honda {{ 'pages.base.for_bussines'|trans({}, 'dc_base') }}
</a>
</li>
{#<li>#}
{#<a href="{{ path('honda_finance_finance') }}">#}
{#Honda Finance#}
{#</a>#}
{#</li>#}
</ul>
</div>
</div>
</div>
<div class="col-md-6 dropdown-menu__lead-magnets">
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-6 col-xl-6">
<a href="{{ path('honda_service_consultation') }}" class="lead-magnets-btn">
<div class="lead-magnets-img flexbox-wrapper">
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M40.9705 7.02945C36.4375 2.4965 30.4106 0 23.9999 0C17.5894 0 11.5624 2.4965 7.02945 7.02945C2.4965 11.5624 0 17.5894 0 24C0 30.4106 2.4964 36.4375 7.02945 40.9705C11.5625 45.5036 17.5894 48 24 48C30.4106 48 36.4376 45.5036 40.9705 40.9705C45.5035 36.4376 48 30.4106 48 24C48 17.5894 45.5035 11.5624 40.9705 7.02945ZM23.9999 46.0843C11.8226 46.0843 1.91556 36.1773 1.91556 24C1.91556 11.8227 11.8226 1.91556 23.9999 1.91556C36.1773 1.91556 46.0843 11.8226 46.0843 23.9999C46.0843 36.1772 36.1774 46.0843 23.9999 46.0843Z" fill="#A9A9A9"/>
<path d="M24.0008 4.05786C13.0046 4.05786 4.05859 13.0038 4.05859 24.0001C4.05859 34.9963 13.0046 43.9424 24.0008 43.9424C34.9971 43.9424 43.9431 34.9963 43.9431 24.0001C43.9431 13.0038 34.9971 4.05786 24.0008 4.05786ZM26.3754 38.2369H21.6247C19.8294 32.242 15.2835 27.3992 9.40502 25.2376L11.0469 18.2682C15.2631 17.2422 19.6179 16.7207 24.0011 16.7207C28.3858 16.7207 32.7402 17.2424 36.955 18.2693L38.5965 25.237C32.7172 27.3981 28.1708 32.2411 26.3754 38.2369ZM5.97415 24.0001C5.97415 22.475 6.16528 20.9937 6.52359 19.5783C7.32504 19.3079 8.13543 19.0556 8.94826 18.8229L7.57215 24.6641C7.0491 24.5277 6.51764 24.4114 5.97819 24.3171C5.97638 24.2115 5.97415 24.1061 5.97415 24.0001ZM40.4296 24.6638L39.0537 18.8234C39.8673 19.0561 40.6776 19.3085 41.4783 19.579C41.8364 20.9941 42.0276 22.4752 42.0276 24.0001C42.0276 24.106 42.0253 24.2114 42.0235 24.3169C41.4841 24.4112 40.9526 24.5274 40.4296 24.6638ZM24.0008 5.97342C31.5853 5.97342 38.0903 10.6821 40.7476 17.3294C39.8326 17.0459 38.9101 16.7853 37.9895 16.5517C33.4468 15.393 28.7405 14.8054 24.0011 14.8054C19.2636 14.8054 14.557 15.3926 10.0122 16.5505C9.09214 16.7846 8.1698 17.0454 7.25417 17.3292C9.91157 10.6819 16.4164 5.97342 24.0008 5.97342ZM6.1192 26.2923C13.6596 27.8185 19.4291 34.0293 20.4002 41.6652C12.9126 40.1414 7.09677 33.9618 6.1192 26.2923ZM22.3599 41.9513C22.2991 41.3436 22.2113 40.7435 22.0969 40.1525H25.9034C25.7889 40.7435 25.7012 41.3437 25.6403 41.9515C25.1001 42.0005 24.5537 42.0268 24.0009 42.0268C23.4476 42.0267 22.9005 42.0003 22.3599 41.9513ZM27.5999 41.6655C28.571 34.0282 34.3413 27.8172 41.8826 26.2919C40.9051 33.9622 35.0884 40.1421 27.5999 41.6655Z" fill="#A9A9A9"/>
<path d="M24.0011 18.5535C20.998 18.5535 18.5547 20.9968 18.5547 23.9999C18.5547 27.0032 20.998 29.4465 24.0011 29.4465C27.0044 29.4465 29.4477 27.0032 29.4477 23.9999C29.4477 20.9968 27.0044 18.5535 24.0011 18.5535ZM24.0011 27.5308C22.0542 27.5308 20.4702 25.9469 20.4702 23.9998C20.4702 22.0529 22.0542 20.4689 24.0011 20.4689C25.9481 20.4689 27.5322 22.0529 27.5322 23.9998C27.5322 25.9469 25.9482 27.5308 24.0011 27.5308Z" fill="#A9A9A9"/>
</svg>
</div>
<span class="lead-magnets-title">
{{ 'main.td_assign'|trans({}, 'dc_honda') }}
</span>
</a>
</div>
<div class="col-sm-12 col-md-12 col-lg-6 col-xl-6">
<a href="{{ path('honda_car_configurator') }}" class="lead-magnets-btn">
<div class="lead-magnets-img flexbox-wrapper">
<svg width="46" height="45" viewBox="0 0 46 45" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M19.532 19.0896C16.0143 19.0896 13.1523 21.9515 13.1523 25.4693C13.1523 28.987 16.0143 31.849 19.532 31.849C23.0498 31.849 25.9117 28.987 25.9117 25.4693C25.9117 21.9515 23.0498 19.0896 19.532 19.0896ZM19.532 30.0274C17.0186 30.0274 14.9739 27.9826 14.9739 25.4693C14.9739 22.956 17.0187 20.9111 19.532 20.9111C22.0453 20.9111 24.0902 22.9559 24.0902 25.4693C24.0902 27.9827 22.0454 30.0274 19.532 30.0274Z" fill="#A9A9A9"/>
<path d="M19.5303 16.228C14.4346 16.228 10.2891 20.3736 10.2891 25.4692C10.2891 30.5648 14.4346 34.7104 19.5303 34.7104C24.6259 34.7104 28.7714 30.5648 28.7714 25.4692C28.7714 20.3736 24.6259 16.228 19.5303 16.228ZM19.5303 32.8889C15.439 32.8889 12.1106 29.5605 12.1106 25.4692C12.1106 21.378 15.4391 18.0495 19.5303 18.0495C23.6214 18.0495 26.9499 21.378 26.9499 25.4692C26.9499 29.5605 23.6215 32.8889 19.5303 32.8889Z" fill="#A9A9A9"/>
<path d="M44.391 10.8128H42.361C42.1516 10.1498 41.8851 9.50663 41.564 8.88953L43 7.45357C43.3557 7.09787 43.3557 6.52125 43 6.16555L39.1363 2.3019C38.7806 1.9462 38.204 1.9462 37.8483 2.3019L36.412 3.73807C35.7943 3.41677 35.1515 3.15022 34.49 2.94105V0.910761C34.49 0.407717 34.0823 0 33.5793 0H28.1147C27.6116 0 27.2039 0.407717 27.2039 0.910761V2.94085C26.542 3.15012 25.8989 3.41667 25.2809 3.73807L23.8446 2.3019C23.4889 1.9462 22.9123 1.9462 22.5566 2.3019L18.9199 5.93857H16.8357C16.3327 5.93857 15.925 6.34629 15.925 6.84933V9.27215C15.4625 9.37467 15.0046 9.49681 14.5542 9.63808L13.3435 7.5411C13.2226 7.33193 13.0237 7.17923 12.7904 7.11679C12.5572 7.05435 12.3085 7.08704 12.0993 7.20776L7.43141 9.9025C7.22223 10.0233 7.06953 10.2223 7.00709 10.4555C6.94455 10.6889 6.97734 10.9374 7.09807 11.1467L8.3113 13.248C7.96359 13.5675 7.62904 13.9021 7.30957 14.2498L5.20824 13.0365C4.99897 12.9157 4.75053 12.8831 4.51707 12.9456C4.28382 13.0081 4.08486 13.1607 3.96404 13.3699L1.2691 18.0377C1.01762 18.4734 1.16689 19.0304 1.60243 19.2818L3.69941 20.4925C3.55824 20.943 3.436 21.401 3.33349 21.8634H0.910761C0.407717 21.8634 0 22.2711 0 22.7742V28.1642C0 28.6672 0.407717 29.0749 0.910761 29.0749H3.33349C3.436 29.5374 3.55824 29.9954 3.69941 30.4458L1.60243 31.6564C1.39326 31.7773 1.24056 31.9762 1.17812 32.2095C1.11558 32.4428 1.14837 32.6914 1.2691 32.9006L3.96404 37.5685C4.21561 38.0041 4.77269 38.1533 5.20814 37.9018L7.30947 36.6887C7.62884 37.0363 7.96349 37.371 8.3112 37.6904L7.09797 39.7918C6.97724 40.0009 6.94445 40.2496 7.00699 40.4829C7.06953 40.7162 7.22213 40.9151 7.4313 41.036L12.0992 43.7309C12.5347 43.9824 13.0918 43.8332 13.3433 43.3976L14.5539 41.3006C15.0044 41.4419 15.4623 41.5641 15.9248 41.6665V44.0892C15.9248 44.5923 16.3325 45 16.8355 45H22.2255C22.7285 45 23.1363 44.5923 23.1363 44.0892V41.6665C23.5987 41.564 24.0567 41.4418 24.5072 41.3006L25.7178 43.3976C25.9694 43.8332 26.5264 43.9824 26.9619 43.7309L31.6297 41.036C31.8389 40.9151 31.9916 40.7162 32.054 40.4829C32.1166 40.2496 32.0838 40.0009 31.9631 39.7918L30.7498 37.6904C31.0975 37.371 31.4322 37.0363 31.7516 36.6887L33.8529 37.9018C34.2886 38.1534 34.8456 38.004 35.097 37.5685L37.7919 32.9006C37.9128 32.6915 37.9454 32.4428 37.8829 32.2095C37.8204 31.9762 37.6678 31.7773 37.4586 31.6564L35.3616 30.4458C35.5028 29.9954 35.625 29.5374 35.7275 29.0749H38.1508C38.6538 29.0749 39.0615 28.6672 39.0615 28.1642V26.6761C39.0874 26.6553 39.1126 26.6334 39.1363 26.6097L43 22.745C43.3556 22.3893 43.3556 21.8127 42.9999 21.4571L41.5641 20.0213C41.8849 19.405 42.1513 18.7621 42.3609 18.0987H44.391C44.894 18.0987 45.3018 17.691 45.3018 17.188V11.7234C45.3018 11.2205 44.8939 10.8128 44.391 10.8128ZM37.24 27.2534H34.9796C34.5366 27.2534 34.1578 27.5722 34.0822 28.0086C33.9321 28.8749 33.704 29.7291 33.4043 30.5477C33.2521 30.9634 33.4208 31.4283 33.8041 31.6497L35.7595 32.7786L33.9752 35.869L32.0157 34.7376C31.6326 34.5166 31.1458 34.6026 30.8618 34.9419C30.3001 35.6131 29.6748 36.2384 29.0034 36.8003C28.6641 37.0843 28.578 37.571 28.7992 37.9541L29.9305 39.9137L26.8401 41.6979L25.7112 39.7426C25.4898 39.3591 25.0248 39.1906 24.6093 39.3428C23.7906 39.6425 22.9363 39.8706 22.0703 40.0206C21.6338 40.0963 21.3149 40.4749 21.3149 40.918V43.1784H17.7465V40.918C17.7465 40.4749 17.4277 40.0962 16.9912 40.0206C16.1251 39.8706 15.2708 39.6425 14.4522 39.3428C14.0364 39.1906 13.5716 39.3592 13.3502 39.7426L12.2213 41.6979L9.13089 39.9137L10.2623 37.9541C10.4835 37.571 10.3973 37.0843 10.058 36.8003C9.38651 36.2383 8.76132 35.6131 8.19958 34.9419C7.91553 34.6025 7.42888 34.5164 7.04575 34.7376L5.0862 35.869L3.30202 32.7787L5.25732 31.6498C5.64065 31.4283 5.80934 30.9634 5.65714 30.5478C5.3574 29.7292 5.12931 28.8749 4.97933 28.0088C4.90364 27.5724 4.52496 27.2535 4.08193 27.2535H1.82152V23.6851H4.08193C4.52496 23.6851 4.90374 23.3663 4.97933 22.9297C5.12931 22.0636 5.3574 21.2094 5.65714 20.3907C5.80934 19.9751 5.64065 19.5101 5.25732 19.2888L3.30191 18.1599L5.0862 15.0695L7.04575 16.2008C7.42898 16.422 7.91553 16.3358 8.19958 15.9966C8.76162 15.3252 9.38681 14.6999 10.058 14.1381C10.3973 13.8542 10.4835 13.3674 10.2623 12.9843L9.13089 11.0248L12.2213 9.24048L13.3502 11.1958C13.5716 11.5791 14.0362 11.7478 14.4522 11.5957C15.2709 11.296 16.1252 11.0679 16.9913 10.9178C17.4277 10.8422 17.7465 10.4634 17.7465 10.0204V7.75999H21.3149V10.0204C21.3149 10.4634 21.6337 10.8422 22.0702 10.9178C22.9363 11.0679 23.7906 11.296 24.6093 11.5957C25.0248 11.7479 25.4899 11.5792 25.7112 11.1959L26.8401 9.24058L29.9305 11.0249L28.7992 12.9844C28.578 13.3675 28.6642 13.8543 29.0034 14.1383C29.6747 14.7001 30.3 15.3254 30.8618 15.9967C31.1458 16.336 31.6326 16.4219 32.0157 16.2009L33.9753 15.0696L35.7595 18.16L33.8041 19.2889C33.4208 19.5103 33.2521 19.9752 33.4043 20.3908C33.704 21.2094 33.9321 22.0637 34.0822 22.9299C34.1578 23.3664 34.5366 23.6852 34.9796 23.6852H37.24V27.2534ZM43.4802 16.2773H41.6729C41.2555 16.2773 40.8916 16.5611 40.7896 16.9659C40.5462 17.9333 40.1635 18.8567 39.6519 19.7104C39.4373 20.0687 39.4938 20.5271 39.7892 20.8224L41.068 22.1012L39.0615 24.1083V22.7743C39.0615 22.2712 38.6538 21.8635 38.1508 21.8635H35.7279C35.6254 21.4011 35.5032 20.9431 35.362 20.4926L37.459 19.2819C37.6682 19.1611 37.8209 18.9621 37.8833 18.7289C37.9459 18.4956 37.9131 18.247 37.7923 18.0378L35.0974 13.37C34.8458 12.9343 34.2888 12.7853 33.8533 13.0366L31.752 14.2499C31.4326 13.9022 31.0979 13.5675 30.7502 13.2481L31.9635 11.1468C32.0842 10.9376 32.117 10.689 32.0544 10.4556C31.9919 10.2224 31.8393 10.0234 31.6301 9.9026L26.9623 7.20756C26.7531 7.08673 26.5046 7.05405 26.2711 7.11659C26.0378 7.17913 25.8389 7.33173 25.7181 7.5409L24.5074 9.63788C24.0569 9.49661 23.5989 9.37446 23.1366 9.27195V6.84923C23.1366 6.34618 22.7289 5.93847 22.2258 5.93847H21.4961L23.2007 4.23382L24.4794 5.51253C24.7745 5.80772 25.2322 5.86439 25.5905 5.65046C26.4492 5.1374 27.3732 4.75448 28.3368 4.51221C28.7417 4.41041 29.0256 4.04641 29.0256 3.62888V1.82152H32.6686V3.62888C32.6686 4.04631 32.9524 4.41021 33.3571 4.51211C34.3203 4.75448 35.244 5.1375 36.1026 5.65046C36.4608 5.86449 36.9187 5.80772 37.2136 5.51253L38.4923 4.23382L41.0679 6.80946L39.7892 8.08817C39.494 8.38335 39.4373 8.84157 39.6517 9.1998C40.1639 10.0556 40.5467 10.9793 40.7895 11.9454C40.8913 12.3503 41.2554 12.6342 41.6729 12.6342H43.4802V16.2773Z" fill="#A9A9A9"/>
</svg>
</div>
<span class="lead-magnets-title">
{{ 'main.configurator'|trans({}, 'dc_honda') }}
</span>
</a>
</div>
<div class="col-sm-12 col-md-12 col-lg-6 col-xl-6">
<a href="{{ path('honda_service_honda_to') }}" class="lead-magnets-btn mb-0">
<div class="lead-magnets-img flexbox-wrapper">
<svg width="43" height="43" viewBox="0 0 43 43" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M42.9082 32.8519C42.5472 31.6674 41.898 30.591 41.0187 29.7191C39.6183 28.3109 37.7125 27.5215 35.7265 27.5269C34.7115 27.5275 33.707 27.7334 32.7736 28.1322L25.4119 20.7705L35.1866 11.0694L37.5015 11.004C37.7815 10.9955 38.0376 10.8442 38.1804 10.6032L41.4931 5.03283C41.6857 4.71136 41.6351 4.30013 41.3705 4.0349L38.5076 1.17202C38.2423 0.907404 37.8311 0.856792 37.5096 1.04932L31.9393 4.36209C31.6983 4.50483 31.547 4.76095 31.5385 5.04101L31.473 7.34767L21.7229 17.0815L15.0319 10.3905C15.7344 6.31714 13.0018 2.44549 8.9284 1.74296C7.04105 1.41741 5.10062 1.82782 3.50671 2.88975C3.13249 3.14281 3.03423 3.65128 3.28729 4.0255C3.35845 4.13071 3.45313 4.21793 3.56397 4.2803L7.27754 6.34975C8.09551 6.816 8.2591 8.20654 7.59655 9.38442C6.93399 10.5623 5.66614 11.1676 4.84 10.7095L1.39635 8.84456C1.00056 8.62677 0.50313 8.77114 0.285448 9.16694C0.210399 9.30323 0.17584 9.45814 0.18586 9.61345C0.444645 13.7389 3.99882 16.8733 8.12424 16.6145C8.97656 16.5611 9.81345 16.3621 10.5986 16.0263L16.6843 22.112L14.0504 24.7459L13.4533 24.1569C12.7923 23.5243 11.7504 23.5243 11.0894 24.1569L10.2714 24.9749C9.64822 25.5816 9.60875 26.5698 10.1814 27.2243L0.504868 36.8845C-0.147871 37.5091 -0.170672 38.5448 0.453949 39.1975C0.470513 39.2149 0.487486 39.2319 0.504868 39.2484L3.2696 42.0132C3.89422 42.6659 4.92987 42.6887 5.58261 42.0641C5.59999 42.0475 5.61696 42.0305 5.63353 42.0132L15.3183 32.3366C15.9727 32.9093 16.961 32.8698 17.5677 32.2466L18.3857 31.4287C19.0384 30.804 19.0612 29.7684 18.4366 29.1156C18.42 29.0983 18.403 29.0813 18.3857 29.0647L17.7885 28.4676L20.406 25.7929L28.3403 33.7271C27.6549 37.8035 30.4036 41.6636 34.48 42.349C36.8944 42.7551 39.3548 41.9545 41.0679 40.2055C41.3683 39.868 41.3385 39.3511 41.001 39.0506C40.9139 38.973 40.8112 38.9149 40.6998 38.8803L36.0947 37.6452C35.6433 37.5001 35.2861 37.152 35.1295 36.7045C34.8902 36.0877 34.8615 35.4091 35.0477 34.7741C35.3912 33.4899 36.4791 32.5738 37.3952 32.8192L41.9513 34.0462C42.0245 34.0568 42.099 34.0568 42.1722 34.0462C42.6239 34.0517 42.9945 33.6899 42.9999 33.2382C43.0015 33.1039 42.9701 32.9711 42.9082 32.8519ZM32.839 8.25562C32.9863 8.10736 33.0711 7.90829 33.0763 7.6994L33.1417 5.51543L37.7796 2.75887L39.7427 4.722L37.0434 9.3517L34.8185 9.43349C34.6096 9.43861 34.4106 9.52347 34.2623 9.6707L24.2831 19.6417L22.8762 18.2348L32.839 8.25562ZM4.47191 40.8516L1.66628 38.0624L11.3919 28.3613L12.7988 29.7682L14.1403 31.1587L4.47191 40.8516ZM16.4388 31.036L15.3591 29.9481L14.9419 29.531L11.5064 26.071L12.3244 25.253L17.2322 30.2262L16.4388 31.036ZM16.5942 27.3061L15.1873 25.8992L17.8212 23.2653L19.2281 24.6722L16.5942 27.3061ZM37.7959 31.2405C37.5532 31.1753 37.3029 31.1423 37.0516 31.1424C35.2683 31.2863 33.7964 32.5947 33.4443 34.3488C33.1652 35.3338 33.2198 36.3836 33.5998 37.3344C33.9504 38.2494 34.7108 38.9462 35.6529 39.2157L38.6957 40.0337C35.9209 41.6871 32.3312 40.7781 30.6778 38.0035C29.9012 36.7004 29.6614 35.1465 30.0089 33.6699C30.0711 33.3953 29.9877 33.1078 29.788 32.9092L11.351 14.4558C11.0893 14.2099 10.6978 14.1635 10.3858 14.3413C9.54117 14.787 8.60061 15.0201 7.64563 15.0202C5.18467 15.0224 2.98648 13.4816 2.14888 11.1676L4.01385 12.2064C4.4486 12.4499 4.93887 12.5766 5.43711 12.5745C6.95158 12.4873 8.30614 11.603 8.99527 10.2515C10.1077 8.2638 9.67419 5.89987 8.03825 4.98375L5.65797 3.6341C8.69978 2.54753 12.0464 4.13265 13.133 7.17437C13.51 8.23016 13.5758 9.37204 13.3223 10.4641C13.2601 10.7388 13.3435 11.0262 13.5432 11.2248L32.0211 29.6946C32.2736 29.9474 32.6611 30.0071 32.9781 29.8418C33.8229 29.3964 34.7633 29.1634 35.7183 29.1629C37.7896 29.1612 39.7068 30.2568 40.757 32.0421L37.7959 31.2405Z" fill="#A9A9A9"/>
</svg>
</div>
<span class="lead-magnets-title">
{{ 'service.title'|trans({}, 'dc_honda') }}
</span>
</a>
</div>
{#<div class="col-sm-12 col-md-12 col-lg-6 col-xl-6">#}
{#<a href="{{ path('honda_finance_airport') }}" class="lead-magnets-btn mb-0">#}
{#<div class="lead-magnets-img flexbox-wrapper">#}
{#<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg">#}
{#<path d="M44.9963 14.9998C44.9964 14.7516 44.8764 14.5135 44.6609 14.3725L22.9109 0.122484C22.6619 -0.0408281 22.3382 -0.0408281 22.0891 0.122484L0.339094 14.3725C0.123563 14.5135 0.0035625 14.7516 0.00365625 14.9998H0V44.2498C0 44.6639 0.335438 44.9998 0.75 44.9998H6.75C7.16456 44.9998 7.5 44.6639 7.5 44.2498V20.2498H37.5V44.2498C37.5 44.6639 37.8354 44.9998 38.25 44.9998H44.25C44.6646 44.9998 45 44.6639 45 44.2498V14.9998H44.9963ZM22.5 1.6463L41.737 14.2499H3.26297L22.5 1.6463ZM43.5 43.4998H39V19.4998C39 19.0856 38.6646 18.7498 38.25 18.7498H6.75C6.33544 18.7498 6 19.0856 6 19.4998V43.4998H1.5V15.7498H43.5V43.4998Z" fill="#A9A9A9"/>#}
{#<path d="M42 20.999H40.5V25.499H42V20.999Z" fill="#A9A9A9"/>#}
{#<path d="M4.5 20.999H3V25.499H4.5V20.999Z" fill="#A9A9A9"/>#}
{#<path d="M34.5 35.249V33.749H32.9479C32.5769 30.794 30.0538 28.499 27 28.499H18C14.9462 28.499 12.4231 30.794 12.0521 33.749H10.5V35.249H12V36.1372C11.1289 36.4478 10.5 37.2725 10.5 38.249V41.249V42.749C10.5 43.9897 11.5093 44.999 12.75 44.999H14.25C15.4907 44.999 16.5 43.9897 16.5 42.749V41.999H28.5V42.749C28.5 43.9897 29.5093 44.999 30.75 44.999H32.25C33.4907 44.999 34.5 43.9897 34.5 42.749V41.249V38.249C34.5 37.2725 33.8711 36.4478 33 36.1372V35.249H34.5ZM13.5 34.499C13.5 32.0176 15.5185 29.999 18 29.999H27C29.4815 29.999 31.5 32.0176 31.5 34.499V35.999H13.5V34.499ZM15 42.749C15 43.1625 14.6638 43.499 14.25 43.499H12.75C12.3362 43.499 12 43.1625 12 42.749V41.999H15V42.749ZM33 42.749C33 43.1625 32.6638 43.499 32.25 43.499H30.75C30.3362 43.499 30 43.1625 30 42.749V41.999H33V42.749ZM33 39.749V40.499H29.25H15.75H12V39.749H14.25V38.249H12C12 37.8356 12.3362 37.499 12.75 37.499H32.25C32.6638 37.499 33 37.8356 33 38.249H30.75V39.749H33Z" fill="#A9A9A9"/>#}
{#<path d="M36 21.749H9C8.58544 21.749 8.25 22.0848 8.25 22.499V25.499C8.25 25.9132 8.58544 26.249 9 26.249H36C36.4146 26.249 36.75 25.9132 36.75 25.499V22.499C36.75 22.0848 36.4146 21.749 36 21.749ZM35.25 24.749H9.75V23.249H35.25V24.749Z" fill="#A9A9A9"/>#}
{#</svg>#}
{#</div>#}
{#<span class="lead-magnets-title">#}
{#{{ 'services.airport.title'|trans({}, 'dc_honda') }}#}
{#</span>#}
{#</a>#}
{#</div>#}
</div>
</div>
</div>
</div>
</div>
</li>
<li class="dropdown-divider"></li>
<li class="nav-item dropdown">
<a id="dropHonda" href="#" class="nav-link nav-link-menu" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
{{ 'honda_service.title'|trans({}, 'dc_honda') }}
</a>
<div aria-labelledby="dropHonda" class="dropdown-menu dropdown-menu-open">
<div class="container">
<div class="row">
<div class="col-md-12 dropdown-cat-name">
<span>
{{ 'honda_service.title'|trans({}, 'dc_honda') }}
</span>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-6 col-xl-6 dropdown-menu__hr">
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-6 col-xl-6">
<ul class="dropdown-menu__list">
<li>
<a href="{{ path('honda_service_honda_to') }}">
{{ 'service.assign'|trans({}, 'dc_honda') }}
</a>
</li>
<li>
<a href="{{ path('honda_service_honda_regulations_to') }}">
Регламент ТО
</a>
</li>
<li>
<a href="{{ path('honda_service_honda_guarantee') }}">
{{ 'honda_service.guarantee.title'|trans({}, 'dc_honda') }}
</a>
</li>
<li>
<a href="{{ path('honda_service_honda_body_repair') }}">
{{ 'honda_service.body_repair.title'|trans({}, 'dc_honda') }}
</a>
</li>
{#<li>
<a href="{{ path('honda_service_honda_spares') }}">
{{ 'honda_service.parts.title'|trans({}, 'dc_honda') }}
</a>
</li>#}
<li>
<a href="{{ path('honda_service_honda_card_support') }}">
{{ 'honda_service.help_map.title'|trans({}, 'dc_honda') }}
</a>
</li>
<li>
<a href="{{ path('honda_service_honda_auto_check') }}">
{{ 'seo.check_auto_online.h1'|trans({}, 'dc_honda') }}
</a>
</li>
<li>
<a href="{{ path('honda_service_accessory_catalog') }}">
{{ 'seo.acc.title'|trans({}, 'dc_honda') }}
</a>
</li>
<li>
<a href="{{ path('honda_extended_warranty') }}">
{{ 'services.extended_warranty.title'|trans({}, 'dc_honda') }}
</a>
</li>
</ul>
</div>
{#<div class="col-sm-12 col-md-12 col-lg-6 col-xl-6">#}
{#<ul class="dropdown-menu__list">#}
{#<li>#}
{#<a href="{{ path('honda_service_honda_maintenance') }}">#}
{#{{ 'honda_service.to.title'|trans({}, 'dc_honda') }}#}
{#</a>#}
{#</li>#}
{#</ul>#}
{#</div>#}
</div>
</div>
<div class="col-md-6 dropdown-menu__lead-magnets">
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-6 col-xl-6">
<a href="{{ path('honda_service_consultation') }}" class="lead-magnets-btn">
<div class="lead-magnets-img flexbox-wrapper">
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M40.9705 7.02945C36.4375 2.4965 30.4106 0 23.9999 0C17.5894 0 11.5624 2.4965 7.02945 7.02945C2.4965 11.5624 0 17.5894 0 24C0 30.4106 2.4964 36.4375 7.02945 40.9705C11.5625 45.5036 17.5894 48 24 48C30.4106 48 36.4376 45.5036 40.9705 40.9705C45.5035 36.4376 48 30.4106 48 24C48 17.5894 45.5035 11.5624 40.9705 7.02945ZM23.9999 46.0843C11.8226 46.0843 1.91556 36.1773 1.91556 24C1.91556 11.8227 11.8226 1.91556 23.9999 1.91556C36.1773 1.91556 46.0843 11.8226 46.0843 23.9999C46.0843 36.1772 36.1774 46.0843 23.9999 46.0843Z" fill="#A9A9A9"/>
<path d="M24.0008 4.05786C13.0046 4.05786 4.05859 13.0038 4.05859 24.0001C4.05859 34.9963 13.0046 43.9424 24.0008 43.9424C34.9971 43.9424 43.9431 34.9963 43.9431 24.0001C43.9431 13.0038 34.9971 4.05786 24.0008 4.05786ZM26.3754 38.2369H21.6247C19.8294 32.242 15.2835 27.3992 9.40502 25.2376L11.0469 18.2682C15.2631 17.2422 19.6179 16.7207 24.0011 16.7207C28.3858 16.7207 32.7402 17.2424 36.955 18.2693L38.5965 25.237C32.7172 27.3981 28.1708 32.2411 26.3754 38.2369ZM5.97415 24.0001C5.97415 22.475 6.16528 20.9937 6.52359 19.5783C7.32504 19.3079 8.13543 19.0556 8.94826 18.8229L7.57215 24.6641C7.0491 24.5277 6.51764 24.4114 5.97819 24.3171C5.97638 24.2115 5.97415 24.1061 5.97415 24.0001ZM40.4296 24.6638L39.0537 18.8234C39.8673 19.0561 40.6776 19.3085 41.4783 19.579C41.8364 20.9941 42.0276 22.4752 42.0276 24.0001C42.0276 24.106 42.0253 24.2114 42.0235 24.3169C41.4841 24.4112 40.9526 24.5274 40.4296 24.6638ZM24.0008 5.97342C31.5853 5.97342 38.0903 10.6821 40.7476 17.3294C39.8326 17.0459 38.9101 16.7853 37.9895 16.5517C33.4468 15.393 28.7405 14.8054 24.0011 14.8054C19.2636 14.8054 14.557 15.3926 10.0122 16.5505C9.09214 16.7846 8.1698 17.0454 7.25417 17.3292C9.91157 10.6819 16.4164 5.97342 24.0008 5.97342ZM6.1192 26.2923C13.6596 27.8185 19.4291 34.0293 20.4002 41.6652C12.9126 40.1414 7.09677 33.9618 6.1192 26.2923ZM22.3599 41.9513C22.2991 41.3436 22.2113 40.7435 22.0969 40.1525H25.9034C25.7889 40.7435 25.7012 41.3437 25.6403 41.9515C25.1001 42.0005 24.5537 42.0268 24.0009 42.0268C23.4476 42.0267 22.9005 42.0003 22.3599 41.9513ZM27.5999 41.6655C28.571 34.0282 34.3413 27.8172 41.8826 26.2919C40.9051 33.9622 35.0884 40.1421 27.5999 41.6655Z" fill="#A9A9A9"/>
<path d="M24.0011 18.5535C20.998 18.5535 18.5547 20.9968 18.5547 23.9999C18.5547 27.0032 20.998 29.4465 24.0011 29.4465C27.0044 29.4465 29.4477 27.0032 29.4477 23.9999C29.4477 20.9968 27.0044 18.5535 24.0011 18.5535ZM24.0011 27.5308C22.0542 27.5308 20.4702 25.9469 20.4702 23.9998C20.4702 22.0529 22.0542 20.4689 24.0011 20.4689C25.9481 20.4689 27.5322 22.0529 27.5322 23.9998C27.5322 25.9469 25.9482 27.5308 24.0011 27.5308Z" fill="#A9A9A9"/>
</svg>
</div>
<span class="lead-magnets-title">{{ 'main.td_assign'|trans({}, 'dc_honda') }}</span>
</a>
</div>
<div class="col-sm-12 col-md-12 col-lg-6 col-xl-6">
<a href="{{ path('honda_car_configurator') }}" class="lead-magnets-btn">
<div class="lead-magnets-img flexbox-wrapper">
<svg width="46" height="45" viewBox="0 0 46 45" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M19.532 19.0896C16.0143 19.0896 13.1523 21.9515 13.1523 25.4693C13.1523 28.987 16.0143 31.849 19.532 31.849C23.0498 31.849 25.9117 28.987 25.9117 25.4693C25.9117 21.9515 23.0498 19.0896 19.532 19.0896ZM19.532 30.0274C17.0186 30.0274 14.9739 27.9826 14.9739 25.4693C14.9739 22.956 17.0187 20.9111 19.532 20.9111C22.0453 20.9111 24.0902 22.9559 24.0902 25.4693C24.0902 27.9827 22.0454 30.0274 19.532 30.0274Z" fill="#A9A9A9"/>
<path d="M19.5303 16.228C14.4346 16.228 10.2891 20.3736 10.2891 25.4692C10.2891 30.5648 14.4346 34.7104 19.5303 34.7104C24.6259 34.7104 28.7714 30.5648 28.7714 25.4692C28.7714 20.3736 24.6259 16.228 19.5303 16.228ZM19.5303 32.8889C15.439 32.8889 12.1106 29.5605 12.1106 25.4692C12.1106 21.378 15.4391 18.0495 19.5303 18.0495C23.6214 18.0495 26.9499 21.378 26.9499 25.4692C26.9499 29.5605 23.6215 32.8889 19.5303 32.8889Z" fill="#A9A9A9"/>
<path d="M44.391 10.8128H42.361C42.1516 10.1498 41.8851 9.50663 41.564 8.88953L43 7.45357C43.3557 7.09787 43.3557 6.52125 43 6.16555L39.1363 2.3019C38.7806 1.9462 38.204 1.9462 37.8483 2.3019L36.412 3.73807C35.7943 3.41677 35.1515 3.15022 34.49 2.94105V0.910761C34.49 0.407717 34.0823 0 33.5793 0H28.1147C27.6116 0 27.2039 0.407717 27.2039 0.910761V2.94085C26.542 3.15012 25.8989 3.41667 25.2809 3.73807L23.8446 2.3019C23.4889 1.9462 22.9123 1.9462 22.5566 2.3019L18.9199 5.93857H16.8357C16.3327 5.93857 15.925 6.34629 15.925 6.84933V9.27215C15.4625 9.37467 15.0046 9.49681 14.5542 9.63808L13.3435 7.5411C13.2226 7.33193 13.0237 7.17923 12.7904 7.11679C12.5572 7.05435 12.3085 7.08704 12.0993 7.20776L7.43141 9.9025C7.22223 10.0233 7.06953 10.2223 7.00709 10.4555C6.94455 10.6889 6.97734 10.9374 7.09807 11.1467L8.3113 13.248C7.96359 13.5675 7.62904 13.9021 7.30957 14.2498L5.20824 13.0365C4.99897 12.9157 4.75053 12.8831 4.51707 12.9456C4.28382 13.0081 4.08486 13.1607 3.96404 13.3699L1.2691 18.0377C1.01762 18.4734 1.16689 19.0304 1.60243 19.2818L3.69941 20.4925C3.55824 20.943 3.436 21.401 3.33349 21.8634H0.910761C0.407717 21.8634 0 22.2711 0 22.7742V28.1642C0 28.6672 0.407717 29.0749 0.910761 29.0749H3.33349C3.436 29.5374 3.55824 29.9954 3.69941 30.4458L1.60243 31.6564C1.39326 31.7773 1.24056 31.9762 1.17812 32.2095C1.11558 32.4428 1.14837 32.6914 1.2691 32.9006L3.96404 37.5685C4.21561 38.0041 4.77269 38.1533 5.20814 37.9018L7.30947 36.6887C7.62884 37.0363 7.96349 37.371 8.3112 37.6904L7.09797 39.7918C6.97724 40.0009 6.94445 40.2496 7.00699 40.4829C7.06953 40.7162 7.22213 40.9151 7.4313 41.036L12.0992 43.7309C12.5347 43.9824 13.0918 43.8332 13.3433 43.3976L14.5539 41.3006C15.0044 41.4419 15.4623 41.5641 15.9248 41.6665V44.0892C15.9248 44.5923 16.3325 45 16.8355 45H22.2255C22.7285 45 23.1363 44.5923 23.1363 44.0892V41.6665C23.5987 41.564 24.0567 41.4418 24.5072 41.3006L25.7178 43.3976C25.9694 43.8332 26.5264 43.9824 26.9619 43.7309L31.6297 41.036C31.8389 40.9151 31.9916 40.7162 32.054 40.4829C32.1166 40.2496 32.0838 40.0009 31.9631 39.7918L30.7498 37.6904C31.0975 37.371 31.4322 37.0363 31.7516 36.6887L33.8529 37.9018C34.2886 38.1534 34.8456 38.004 35.097 37.5685L37.7919 32.9006C37.9128 32.6915 37.9454 32.4428 37.8829 32.2095C37.8204 31.9762 37.6678 31.7773 37.4586 31.6564L35.3616 30.4458C35.5028 29.9954 35.625 29.5374 35.7275 29.0749H38.1508C38.6538 29.0749 39.0615 28.6672 39.0615 28.1642V26.6761C39.0874 26.6553 39.1126 26.6334 39.1363 26.6097L43 22.745C43.3556 22.3893 43.3556 21.8127 42.9999 21.4571L41.5641 20.0213C41.8849 19.405 42.1513 18.7621 42.3609 18.0987H44.391C44.894 18.0987 45.3018 17.691 45.3018 17.188V11.7234C45.3018 11.2205 44.8939 10.8128 44.391 10.8128ZM37.24 27.2534H34.9796C34.5366 27.2534 34.1578 27.5722 34.0822 28.0086C33.9321 28.8749 33.704 29.7291 33.4043 30.5477C33.2521 30.9634 33.4208 31.4283 33.8041 31.6497L35.7595 32.7786L33.9752 35.869L32.0157 34.7376C31.6326 34.5166 31.1458 34.6026 30.8618 34.9419C30.3001 35.6131 29.6748 36.2384 29.0034 36.8003C28.6641 37.0843 28.578 37.571 28.7992 37.9541L29.9305 39.9137L26.8401 41.6979L25.7112 39.7426C25.4898 39.3591 25.0248 39.1906 24.6093 39.3428C23.7906 39.6425 22.9363 39.8706 22.0703 40.0206C21.6338 40.0963 21.3149 40.4749 21.3149 40.918V43.1784H17.7465V40.918C17.7465 40.4749 17.4277 40.0962 16.9912 40.0206C16.1251 39.8706 15.2708 39.6425 14.4522 39.3428C14.0364 39.1906 13.5716 39.3592 13.3502 39.7426L12.2213 41.6979L9.13089 39.9137L10.2623 37.9541C10.4835 37.571 10.3973 37.0843 10.058 36.8003C9.38651 36.2383 8.76132 35.6131 8.19958 34.9419C7.91553 34.6025 7.42888 34.5164 7.04575 34.7376L5.0862 35.869L3.30202 32.7787L5.25732 31.6498C5.64065 31.4283 5.80934 30.9634 5.65714 30.5478C5.3574 29.7292 5.12931 28.8749 4.97933 28.0088C4.90364 27.5724 4.52496 27.2535 4.08193 27.2535H1.82152V23.6851H4.08193C4.52496 23.6851 4.90374 23.3663 4.97933 22.9297C5.12931 22.0636 5.3574 21.2094 5.65714 20.3907C5.80934 19.9751 5.64065 19.5101 5.25732 19.2888L3.30191 18.1599L5.0862 15.0695L7.04575 16.2008C7.42898 16.422 7.91553 16.3358 8.19958 15.9966C8.76162 15.3252 9.38681 14.6999 10.058 14.1381C10.3973 13.8542 10.4835 13.3674 10.2623 12.9843L9.13089 11.0248L12.2213 9.24048L13.3502 11.1958C13.5716 11.5791 14.0362 11.7478 14.4522 11.5957C15.2709 11.296 16.1252 11.0679 16.9913 10.9178C17.4277 10.8422 17.7465 10.4634 17.7465 10.0204V7.75999H21.3149V10.0204C21.3149 10.4634 21.6337 10.8422 22.0702 10.9178C22.9363 11.0679 23.7906 11.296 24.6093 11.5957C25.0248 11.7479 25.4899 11.5792 25.7112 11.1959L26.8401 9.24058L29.9305 11.0249L28.7992 12.9844C28.578 13.3675 28.6642 13.8543 29.0034 14.1383C29.6747 14.7001 30.3 15.3254 30.8618 15.9967C31.1458 16.336 31.6326 16.4219 32.0157 16.2009L33.9753 15.0696L35.7595 18.16L33.8041 19.2889C33.4208 19.5103 33.2521 19.9752 33.4043 20.3908C33.704 21.2094 33.9321 22.0637 34.0822 22.9299C34.1578 23.3664 34.5366 23.6852 34.9796 23.6852H37.24V27.2534ZM43.4802 16.2773H41.6729C41.2555 16.2773 40.8916 16.5611 40.7896 16.9659C40.5462 17.9333 40.1635 18.8567 39.6519 19.7104C39.4373 20.0687 39.4938 20.5271 39.7892 20.8224L41.068 22.1012L39.0615 24.1083V22.7743C39.0615 22.2712 38.6538 21.8635 38.1508 21.8635H35.7279C35.6254 21.4011 35.5032 20.9431 35.362 20.4926L37.459 19.2819C37.6682 19.1611 37.8209 18.9621 37.8833 18.7289C37.9459 18.4956 37.9131 18.247 37.7923 18.0378L35.0974 13.37C34.8458 12.9343 34.2888 12.7853 33.8533 13.0366L31.752 14.2499C31.4326 13.9022 31.0979 13.5675 30.7502 13.2481L31.9635 11.1468C32.0842 10.9376 32.117 10.689 32.0544 10.4556C31.9919 10.2224 31.8393 10.0234 31.6301 9.9026L26.9623 7.20756C26.7531 7.08673 26.5046 7.05405 26.2711 7.11659C26.0378 7.17913 25.8389 7.33173 25.7181 7.5409L24.5074 9.63788C24.0569 9.49661 23.5989 9.37446 23.1366 9.27195V6.84923C23.1366 6.34618 22.7289 5.93847 22.2258 5.93847H21.4961L23.2007 4.23382L24.4794 5.51253C24.7745 5.80772 25.2322 5.86439 25.5905 5.65046C26.4492 5.1374 27.3732 4.75448 28.3368 4.51221C28.7417 4.41041 29.0256 4.04641 29.0256 3.62888V1.82152H32.6686V3.62888C32.6686 4.04631 32.9524 4.41021 33.3571 4.51211C34.3203 4.75448 35.244 5.1375 36.1026 5.65046C36.4608 5.86449 36.9187 5.80772 37.2136 5.51253L38.4923 4.23382L41.0679 6.80946L39.7892 8.08817C39.494 8.38335 39.4373 8.84157 39.6517 9.1998C40.1639 10.0556 40.5467 10.9793 40.7895 11.9454C40.8913 12.3503 41.2554 12.6342 41.6729 12.6342H43.4802V16.2773Z" fill="#A9A9A9"/>
</svg>
</div>
<span class="lead-magnets-title">{{ 'main.configurator'|trans({}, 'dc_honda') }}</span>
</a>
</div>
<div class="col-sm-12 col-md-12 col-lg-6 col-xl-6">
<a href="{{ path('honda_service_honda_to') }}" class="lead-magnets-btn mb-0">
<div class="lead-magnets-img flexbox-wrapper">
<svg width="43" height="43" viewBox="0 0 43 43" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M42.9082 32.8519C42.5472 31.6674 41.898 30.591 41.0187 29.7191C39.6183 28.3109 37.7125 27.5215 35.7265 27.5269C34.7115 27.5275 33.707 27.7334 32.7736 28.1322L25.4119 20.7705L35.1866 11.0694L37.5015 11.004C37.7815 10.9955 38.0376 10.8442 38.1804 10.6032L41.4931 5.03283C41.6857 4.71136 41.6351 4.30013 41.3705 4.0349L38.5076 1.17202C38.2423 0.907404 37.8311 0.856792 37.5096 1.04932L31.9393 4.36209C31.6983 4.50483 31.547 4.76095 31.5385 5.04101L31.473 7.34767L21.7229 17.0815L15.0319 10.3905C15.7344 6.31714 13.0018 2.44549 8.9284 1.74296C7.04105 1.41741 5.10062 1.82782 3.50671 2.88975C3.13249 3.14281 3.03423 3.65128 3.28729 4.0255C3.35845 4.13071 3.45313 4.21793 3.56397 4.2803L7.27754 6.34975C8.09551 6.816 8.2591 8.20654 7.59655 9.38442C6.93399 10.5623 5.66614 11.1676 4.84 10.7095L1.39635 8.84456C1.00056 8.62677 0.50313 8.77114 0.285448 9.16694C0.210399 9.30323 0.17584 9.45814 0.18586 9.61345C0.444645 13.7389 3.99882 16.8733 8.12424 16.6145C8.97656 16.5611 9.81345 16.3621 10.5986 16.0263L16.6843 22.112L14.0504 24.7459L13.4533 24.1569C12.7923 23.5243 11.7504 23.5243 11.0894 24.1569L10.2714 24.9749C9.64822 25.5816 9.60875 26.5698 10.1814 27.2243L0.504868 36.8845C-0.147871 37.5091 -0.170672 38.5448 0.453949 39.1975C0.470513 39.2149 0.487486 39.2319 0.504868 39.2484L3.2696 42.0132C3.89422 42.6659 4.92987 42.6887 5.58261 42.0641C5.59999 42.0475 5.61696 42.0305 5.63353 42.0132L15.3183 32.3366C15.9727 32.9093 16.961 32.8698 17.5677 32.2466L18.3857 31.4287C19.0384 30.804 19.0612 29.7684 18.4366 29.1156C18.42 29.0983 18.403 29.0813 18.3857 29.0647L17.7885 28.4676L20.406 25.7929L28.3403 33.7271C27.6549 37.8035 30.4036 41.6636 34.48 42.349C36.8944 42.7551 39.3548 41.9545 41.0679 40.2055C41.3683 39.868 41.3385 39.3511 41.001 39.0506C40.9139 38.973 40.8112 38.9149 40.6998 38.8803L36.0947 37.6452C35.6433 37.5001 35.2861 37.152 35.1295 36.7045C34.8902 36.0877 34.8615 35.4091 35.0477 34.7741C35.3912 33.4899 36.4791 32.5738 37.3952 32.8192L41.9513 34.0462C42.0245 34.0568 42.099 34.0568 42.1722 34.0462C42.6239 34.0517 42.9945 33.6899 42.9999 33.2382C43.0015 33.1039 42.9701 32.9711 42.9082 32.8519ZM32.839 8.25562C32.9863 8.10736 33.0711 7.90829 33.0763 7.6994L33.1417 5.51543L37.7796 2.75887L39.7427 4.722L37.0434 9.3517L34.8185 9.43349C34.6096 9.43861 34.4106 9.52347 34.2623 9.6707L24.2831 19.6417L22.8762 18.2348L32.839 8.25562ZM4.47191 40.8516L1.66628 38.0624L11.3919 28.3613L12.7988 29.7682L14.1403 31.1587L4.47191 40.8516ZM16.4388 31.036L15.3591 29.9481L14.9419 29.531L11.5064 26.071L12.3244 25.253L17.2322 30.2262L16.4388 31.036ZM16.5942 27.3061L15.1873 25.8992L17.8212 23.2653L19.2281 24.6722L16.5942 27.3061ZM37.7959 31.2405C37.5532 31.1753 37.3029 31.1423 37.0516 31.1424C35.2683 31.2863 33.7964 32.5947 33.4443 34.3488C33.1652 35.3338 33.2198 36.3836 33.5998 37.3344C33.9504 38.2494 34.7108 38.9462 35.6529 39.2157L38.6957 40.0337C35.9209 41.6871 32.3312 40.7781 30.6778 38.0035C29.9012 36.7004 29.6614 35.1465 30.0089 33.6699C30.0711 33.3953 29.9877 33.1078 29.788 32.9092L11.351 14.4558C11.0893 14.2099 10.6978 14.1635 10.3858 14.3413C9.54117 14.787 8.60061 15.0201 7.64563 15.0202C5.18467 15.0224 2.98648 13.4816 2.14888 11.1676L4.01385 12.2064C4.4486 12.4499 4.93887 12.5766 5.43711 12.5745C6.95158 12.4873 8.30614 11.603 8.99527 10.2515C10.1077 8.2638 9.67419 5.89987 8.03825 4.98375L5.65797 3.6341C8.69978 2.54753 12.0464 4.13265 13.133 7.17437C13.51 8.23016 13.5758 9.37204 13.3223 10.4641C13.2601 10.7388 13.3435 11.0262 13.5432 11.2248L32.0211 29.6946C32.2736 29.9474 32.6611 30.0071 32.9781 29.8418C33.8229 29.3964 34.7633 29.1634 35.7183 29.1629C37.7896 29.1612 39.7068 30.2568 40.757 32.0421L37.7959 31.2405Z" fill="#A9A9A9"/>
</svg>
</div>
<span class="lead-magnets-title">{{ 'service.assign'|trans({}, 'dc_honda') }}</span>
</a>
</div>
{#<div class="col-sm-12 col-md-12 col-lg-6 col-xl-6">#}
{#<a href="{{ path('honda_finance_airport') }}" class="lead-magnets-btn mb-0">#}
{#<div class="lead-magnets-img flexbox-wrapper">#}
{#<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg">#}
{#<path d="M44.9963 14.9998C44.9964 14.7516 44.8764 14.5135 44.6609 14.3725L22.9109 0.122484C22.6619 -0.0408281 22.3382 -0.0408281 22.0891 0.122484L0.339094 14.3725C0.123563 14.5135 0.0035625 14.7516 0.00365625 14.9998H0V44.2498C0 44.6639 0.335438 44.9998 0.75 44.9998H6.75C7.16456 44.9998 7.5 44.6639 7.5 44.2498V20.2498H37.5V44.2498C37.5 44.6639 37.8354 44.9998 38.25 44.9998H44.25C44.6646 44.9998 45 44.6639 45 44.2498V14.9998H44.9963ZM22.5 1.6463L41.737 14.2499H3.26297L22.5 1.6463ZM43.5 43.4998H39V19.4998C39 19.0856 38.6646 18.7498 38.25 18.7498H6.75C6.33544 18.7498 6 19.0856 6 19.4998V43.4998H1.5V15.7498H43.5V43.4998Z" fill="#A9A9A9"/>#}
{#<path d="M42 20.999H40.5V25.499H42V20.999Z" fill="#A9A9A9"/>#}
{#<path d="M4.5 20.999H3V25.499H4.5V20.999Z" fill="#A9A9A9"/>#}
{#<path d="M34.5 35.249V33.749H32.9479C32.5769 30.794 30.0538 28.499 27 28.499H18C14.9462 28.499 12.4231 30.794 12.0521 33.749H10.5V35.249H12V36.1372C11.1289 36.4478 10.5 37.2725 10.5 38.249V41.249V42.749C10.5 43.9897 11.5093 44.999 12.75 44.999H14.25C15.4907 44.999 16.5 43.9897 16.5 42.749V41.999H28.5V42.749C28.5 43.9897 29.5093 44.999 30.75 44.999H32.25C33.4907 44.999 34.5 43.9897 34.5 42.749V41.249V38.249C34.5 37.2725 33.8711 36.4478 33 36.1372V35.249H34.5ZM13.5 34.499C13.5 32.0176 15.5185 29.999 18 29.999H27C29.4815 29.999 31.5 32.0176 31.5 34.499V35.999H13.5V34.499ZM15 42.749C15 43.1625 14.6638 43.499 14.25 43.499H12.75C12.3362 43.499 12 43.1625 12 42.749V41.999H15V42.749ZM33 42.749C33 43.1625 32.6638 43.499 32.25 43.499H30.75C30.3362 43.499 30 43.1625 30 42.749V41.999H33V42.749ZM33 39.749V40.499H29.25H15.75H12V39.749H14.25V38.249H12C12 37.8356 12.3362 37.499 12.75 37.499H32.25C32.6638 37.499 33 37.8356 33 38.249H30.75V39.749H33Z" fill="#A9A9A9"/>#}
{#<path d="M36 21.749H9C8.58544 21.749 8.25 22.0848 8.25 22.499V25.499C8.25 25.9132 8.58544 26.249 9 26.249H36C36.4146 26.249 36.75 25.9132 36.75 25.499V22.499C36.75 22.0848 36.4146 21.749 36 21.749ZM35.25 24.749H9.75V23.249H35.25V24.749Z" fill="#A9A9A9"/>#}
{#</svg>#}
{#</div>#}
{#<span class="lead-magnets-title">{{ 'services.airport.title'|trans({}, 'dc_honda') }}</span>#}
{#</a>#}
{#</div>#}
</div>
</div>
</div>
</div>
</div>
</li>
<li class="dropdown-divider"></li>
<li class="nav-item dropdown">
<a id="dropAcura" href="#" class="nav-link nav-link-menu" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
{{ 'acura_service.title'|trans({}, 'dc_honda') }}
</a>
<div aria-labelledby="dropAcura" class="dropdown-menu dropdown-menu-open">
<div class="container">
<div class="row">
<div class="col-md-12 dropdown-cat-name">
<span>
{{ 'acura_service.title'|trans({}, 'dc_honda') }}
</span>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-6 col-xl-6 dropdown-menu__hr">
<ul class="dropdown-menu__list">
<li>
<a href="{{ path('honda_service_acura_to') }}">
{{ 'acura_service.order_to.title'|trans({}, 'dc_honda') }}
</a>
</li>
<li>
<a href="{{ path('honda_service_acura_regulations_to') }}">
Регламент ТО
</a>
</li>
<li>
<a href="{{ path('honda_service_acura_guarantee') }}">
{{ 'acura_service.guarantee.title'|trans({}, 'dc_honda') }}
</a>
</li>
{#<li>#}
{#<a href="{{ path('honda_service_acura_maintenance') }}">#}
{#{{ 'acura_service.to.title'|trans({}, 'dc_honda') }}#}
{#</a>#}
{#</li>#}
<li>
<a href="{{ path('honda_service_acura_auto_check') }}">
{{ 'seo.check_auto_online_acura.h1'|trans({}, 'dc_honda') }}
</a>
</li>
{#<li>
<a href="{{ path('honda_service_acura_spares') }}">
{{ 'acura_service.parts.title'|trans({}, 'dc_honda') }}
</a>
</li>#}
<li>
<a href="{{ path('honda_service_accessory_catalog') }}">
{{ 'seo.acc.title'|trans({}, 'dc_honda') }}
</a>
</li>
<li>
<a href="{{ path('honda_extended_warranty') }}">
{{ 'services.extended_warranty.title'|trans({}, 'dc_honda') }}
</a>
</li>
</ul>
</div>
<div class="col-md-6 dropdown-menu__lead-magnets">
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-6 col-xl-6">
<a href="{{ path('honda_service_consultation') }}" class="lead-magnets-btn">
<div class="lead-magnets-img flexbox-wrapper">
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M40.9705 7.02945C36.4375 2.4965 30.4106 0 23.9999 0C17.5894 0 11.5624 2.4965 7.02945 7.02945C2.4965 11.5624 0 17.5894 0 24C0 30.4106 2.4964 36.4375 7.02945 40.9705C11.5625 45.5036 17.5894 48 24 48C30.4106 48 36.4376 45.5036 40.9705 40.9705C45.5035 36.4376 48 30.4106 48 24C48 17.5894 45.5035 11.5624 40.9705 7.02945ZM23.9999 46.0843C11.8226 46.0843 1.91556 36.1773 1.91556 24C1.91556 11.8227 11.8226 1.91556 23.9999 1.91556C36.1773 1.91556 46.0843 11.8226 46.0843 23.9999C46.0843 36.1772 36.1774 46.0843 23.9999 46.0843Z" fill="#A9A9A9"/>
<path d="M24.0008 4.05786C13.0046 4.05786 4.05859 13.0038 4.05859 24.0001C4.05859 34.9963 13.0046 43.9424 24.0008 43.9424C34.9971 43.9424 43.9431 34.9963 43.9431 24.0001C43.9431 13.0038 34.9971 4.05786 24.0008 4.05786ZM26.3754 38.2369H21.6247C19.8294 32.242 15.2835 27.3992 9.40502 25.2376L11.0469 18.2682C15.2631 17.2422 19.6179 16.7207 24.0011 16.7207C28.3858 16.7207 32.7402 17.2424 36.955 18.2693L38.5965 25.237C32.7172 27.3981 28.1708 32.2411 26.3754 38.2369ZM5.97415 24.0001C5.97415 22.475 6.16528 20.9937 6.52359 19.5783C7.32504 19.3079 8.13543 19.0556 8.94826 18.8229L7.57215 24.6641C7.0491 24.5277 6.51764 24.4114 5.97819 24.3171C5.97638 24.2115 5.97415 24.1061 5.97415 24.0001ZM40.4296 24.6638L39.0537 18.8234C39.8673 19.0561 40.6776 19.3085 41.4783 19.579C41.8364 20.9941 42.0276 22.4752 42.0276 24.0001C42.0276 24.106 42.0253 24.2114 42.0235 24.3169C41.4841 24.4112 40.9526 24.5274 40.4296 24.6638ZM24.0008 5.97342C31.5853 5.97342 38.0903 10.6821 40.7476 17.3294C39.8326 17.0459 38.9101 16.7853 37.9895 16.5517C33.4468 15.393 28.7405 14.8054 24.0011 14.8054C19.2636 14.8054 14.557 15.3926 10.0122 16.5505C9.09214 16.7846 8.1698 17.0454 7.25417 17.3292C9.91157 10.6819 16.4164 5.97342 24.0008 5.97342ZM6.1192 26.2923C13.6596 27.8185 19.4291 34.0293 20.4002 41.6652C12.9126 40.1414 7.09677 33.9618 6.1192 26.2923ZM22.3599 41.9513C22.2991 41.3436 22.2113 40.7435 22.0969 40.1525H25.9034C25.7889 40.7435 25.7012 41.3437 25.6403 41.9515C25.1001 42.0005 24.5537 42.0268 24.0009 42.0268C23.4476 42.0267 22.9005 42.0003 22.3599 41.9513ZM27.5999 41.6655C28.571 34.0282 34.3413 27.8172 41.8826 26.2919C40.9051 33.9622 35.0884 40.1421 27.5999 41.6655Z" fill="#A9A9A9"/>
<path d="M24.0011 18.5535C20.998 18.5535 18.5547 20.9968 18.5547 23.9999C18.5547 27.0032 20.998 29.4465 24.0011 29.4465C27.0044 29.4465 29.4477 27.0032 29.4477 23.9999C29.4477 20.9968 27.0044 18.5535 24.0011 18.5535ZM24.0011 27.5308C22.0542 27.5308 20.4702 25.9469 20.4702 23.9998C20.4702 22.0529 22.0542 20.4689 24.0011 20.4689C25.9481 20.4689 27.5322 22.0529 27.5322 23.9998C27.5322 25.9469 25.9482 27.5308 24.0011 27.5308Z" fill="#A9A9A9"/>
</svg>
</div>
<span class="lead-magnets-title">{{ 'main.td_assign'|trans({}, 'dc_honda') }}</span>
</a>
</div>
<div class="col-sm-12 col-md-12 col-lg-6 col-xl-6">
<a href="{{ path('honda_car_configurator') }}" class="lead-magnets-btn">
<div class="lead-magnets-img flexbox-wrapper">
<svg width="46" height="45" viewBox="0 0 46 45" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M19.532 19.0896C16.0143 19.0896 13.1523 21.9515 13.1523 25.4693C13.1523 28.987 16.0143 31.849 19.532 31.849C23.0498 31.849 25.9117 28.987 25.9117 25.4693C25.9117 21.9515 23.0498 19.0896 19.532 19.0896ZM19.532 30.0274C17.0186 30.0274 14.9739 27.9826 14.9739 25.4693C14.9739 22.956 17.0187 20.9111 19.532 20.9111C22.0453 20.9111 24.0902 22.9559 24.0902 25.4693C24.0902 27.9827 22.0454 30.0274 19.532 30.0274Z" fill="#A9A9A9"/>
<path d="M19.5303 16.228C14.4346 16.228 10.2891 20.3736 10.2891 25.4692C10.2891 30.5648 14.4346 34.7104 19.5303 34.7104C24.6259 34.7104 28.7714 30.5648 28.7714 25.4692C28.7714 20.3736 24.6259 16.228 19.5303 16.228ZM19.5303 32.8889C15.439 32.8889 12.1106 29.5605 12.1106 25.4692C12.1106 21.378 15.4391 18.0495 19.5303 18.0495C23.6214 18.0495 26.9499 21.378 26.9499 25.4692C26.9499 29.5605 23.6215 32.8889 19.5303 32.8889Z" fill="#A9A9A9"/>
<path d="M44.391 10.8128H42.361C42.1516 10.1498 41.8851 9.50663 41.564 8.88953L43 7.45357C43.3557 7.09787 43.3557 6.52125 43 6.16555L39.1363 2.3019C38.7806 1.9462 38.204 1.9462 37.8483 2.3019L36.412 3.73807C35.7943 3.41677 35.1515 3.15022 34.49 2.94105V0.910761C34.49 0.407717 34.0823 0 33.5793 0H28.1147C27.6116 0 27.2039 0.407717 27.2039 0.910761V2.94085C26.542 3.15012 25.8989 3.41667 25.2809 3.73807L23.8446 2.3019C23.4889 1.9462 22.9123 1.9462 22.5566 2.3019L18.9199 5.93857H16.8357C16.3327 5.93857 15.925 6.34629 15.925 6.84933V9.27215C15.4625 9.37467 15.0046 9.49681 14.5542 9.63808L13.3435 7.5411C13.2226 7.33193 13.0237 7.17923 12.7904 7.11679C12.5572 7.05435 12.3085 7.08704 12.0993 7.20776L7.43141 9.9025C7.22223 10.0233 7.06953 10.2223 7.00709 10.4555C6.94455 10.6889 6.97734 10.9374 7.09807 11.1467L8.3113 13.248C7.96359 13.5675 7.62904 13.9021 7.30957 14.2498L5.20824 13.0365C4.99897 12.9157 4.75053 12.8831 4.51707 12.9456C4.28382 13.0081 4.08486 13.1607 3.96404 13.3699L1.2691 18.0377C1.01762 18.4734 1.16689 19.0304 1.60243 19.2818L3.69941 20.4925C3.55824 20.943 3.436 21.401 3.33349 21.8634H0.910761C0.407717 21.8634 0 22.2711 0 22.7742V28.1642C0 28.6672 0.407717 29.0749 0.910761 29.0749H3.33349C3.436 29.5374 3.55824 29.9954 3.69941 30.4458L1.60243 31.6564C1.39326 31.7773 1.24056 31.9762 1.17812 32.2095C1.11558 32.4428 1.14837 32.6914 1.2691 32.9006L3.96404 37.5685C4.21561 38.0041 4.77269 38.1533 5.20814 37.9018L7.30947 36.6887C7.62884 37.0363 7.96349 37.371 8.3112 37.6904L7.09797 39.7918C6.97724 40.0009 6.94445 40.2496 7.00699 40.4829C7.06953 40.7162 7.22213 40.9151 7.4313 41.036L12.0992 43.7309C12.5347 43.9824 13.0918 43.8332 13.3433 43.3976L14.5539 41.3006C15.0044 41.4419 15.4623 41.5641 15.9248 41.6665V44.0892C15.9248 44.5923 16.3325 45 16.8355 45H22.2255C22.7285 45 23.1363 44.5923 23.1363 44.0892V41.6665C23.5987 41.564 24.0567 41.4418 24.5072 41.3006L25.7178 43.3976C25.9694 43.8332 26.5264 43.9824 26.9619 43.7309L31.6297 41.036C31.8389 40.9151 31.9916 40.7162 32.054 40.4829C32.1166 40.2496 32.0838 40.0009 31.9631 39.7918L30.7498 37.6904C31.0975 37.371 31.4322 37.0363 31.7516 36.6887L33.8529 37.9018C34.2886 38.1534 34.8456 38.004 35.097 37.5685L37.7919 32.9006C37.9128 32.6915 37.9454 32.4428 37.8829 32.2095C37.8204 31.9762 37.6678 31.7773 37.4586 31.6564L35.3616 30.4458C35.5028 29.9954 35.625 29.5374 35.7275 29.0749H38.1508C38.6538 29.0749 39.0615 28.6672 39.0615 28.1642V26.6761C39.0874 26.6553 39.1126 26.6334 39.1363 26.6097L43 22.745C43.3556 22.3893 43.3556 21.8127 42.9999 21.4571L41.5641 20.0213C41.8849 19.405 42.1513 18.7621 42.3609 18.0987H44.391C44.894 18.0987 45.3018 17.691 45.3018 17.188V11.7234C45.3018 11.2205 44.8939 10.8128 44.391 10.8128ZM37.24 27.2534H34.9796C34.5366 27.2534 34.1578 27.5722 34.0822 28.0086C33.9321 28.8749 33.704 29.7291 33.4043 30.5477C33.2521 30.9634 33.4208 31.4283 33.8041 31.6497L35.7595 32.7786L33.9752 35.869L32.0157 34.7376C31.6326 34.5166 31.1458 34.6026 30.8618 34.9419C30.3001 35.6131 29.6748 36.2384 29.0034 36.8003C28.6641 37.0843 28.578 37.571 28.7992 37.9541L29.9305 39.9137L26.8401 41.6979L25.7112 39.7426C25.4898 39.3591 25.0248 39.1906 24.6093 39.3428C23.7906 39.6425 22.9363 39.8706 22.0703 40.0206C21.6338 40.0963 21.3149 40.4749 21.3149 40.918V43.1784H17.7465V40.918C17.7465 40.4749 17.4277 40.0962 16.9912 40.0206C16.1251 39.8706 15.2708 39.6425 14.4522 39.3428C14.0364 39.1906 13.5716 39.3592 13.3502 39.7426L12.2213 41.6979L9.13089 39.9137L10.2623 37.9541C10.4835 37.571 10.3973 37.0843 10.058 36.8003C9.38651 36.2383 8.76132 35.6131 8.19958 34.9419C7.91553 34.6025 7.42888 34.5164 7.04575 34.7376L5.0862 35.869L3.30202 32.7787L5.25732 31.6498C5.64065 31.4283 5.80934 30.9634 5.65714 30.5478C5.3574 29.7292 5.12931 28.8749 4.97933 28.0088C4.90364 27.5724 4.52496 27.2535 4.08193 27.2535H1.82152V23.6851H4.08193C4.52496 23.6851 4.90374 23.3663 4.97933 22.9297C5.12931 22.0636 5.3574 21.2094 5.65714 20.3907C5.80934 19.9751 5.64065 19.5101 5.25732 19.2888L3.30191 18.1599L5.0862 15.0695L7.04575 16.2008C7.42898 16.422 7.91553 16.3358 8.19958 15.9966C8.76162 15.3252 9.38681 14.6999 10.058 14.1381C10.3973 13.8542 10.4835 13.3674 10.2623 12.9843L9.13089 11.0248L12.2213 9.24048L13.3502 11.1958C13.5716 11.5791 14.0362 11.7478 14.4522 11.5957C15.2709 11.296 16.1252 11.0679 16.9913 10.9178C17.4277 10.8422 17.7465 10.4634 17.7465 10.0204V7.75999H21.3149V10.0204C21.3149 10.4634 21.6337 10.8422 22.0702 10.9178C22.9363 11.0679 23.7906 11.296 24.6093 11.5957C25.0248 11.7479 25.4899 11.5792 25.7112 11.1959L26.8401 9.24058L29.9305 11.0249L28.7992 12.9844C28.578 13.3675 28.6642 13.8543 29.0034 14.1383C29.6747 14.7001 30.3 15.3254 30.8618 15.9967C31.1458 16.336 31.6326 16.4219 32.0157 16.2009L33.9753 15.0696L35.7595 18.16L33.8041 19.2889C33.4208 19.5103 33.2521 19.9752 33.4043 20.3908C33.704 21.2094 33.9321 22.0637 34.0822 22.9299C34.1578 23.3664 34.5366 23.6852 34.9796 23.6852H37.24V27.2534ZM43.4802 16.2773H41.6729C41.2555 16.2773 40.8916 16.5611 40.7896 16.9659C40.5462 17.9333 40.1635 18.8567 39.6519 19.7104C39.4373 20.0687 39.4938 20.5271 39.7892 20.8224L41.068 22.1012L39.0615 24.1083V22.7743C39.0615 22.2712 38.6538 21.8635 38.1508 21.8635H35.7279C35.6254 21.4011 35.5032 20.9431 35.362 20.4926L37.459 19.2819C37.6682 19.1611 37.8209 18.9621 37.8833 18.7289C37.9459 18.4956 37.9131 18.247 37.7923 18.0378L35.0974 13.37C34.8458 12.9343 34.2888 12.7853 33.8533 13.0366L31.752 14.2499C31.4326 13.9022 31.0979 13.5675 30.7502 13.2481L31.9635 11.1468C32.0842 10.9376 32.117 10.689 32.0544 10.4556C31.9919 10.2224 31.8393 10.0234 31.6301 9.9026L26.9623 7.20756C26.7531 7.08673 26.5046 7.05405 26.2711 7.11659C26.0378 7.17913 25.8389 7.33173 25.7181 7.5409L24.5074 9.63788C24.0569 9.49661 23.5989 9.37446 23.1366 9.27195V6.84923C23.1366 6.34618 22.7289 5.93847 22.2258 5.93847H21.4961L23.2007 4.23382L24.4794 5.51253C24.7745 5.80772 25.2322 5.86439 25.5905 5.65046C26.4492 5.1374 27.3732 4.75448 28.3368 4.51221C28.7417 4.41041 29.0256 4.04641 29.0256 3.62888V1.82152H32.6686V3.62888C32.6686 4.04631 32.9524 4.41021 33.3571 4.51211C34.3203 4.75448 35.244 5.1375 36.1026 5.65046C36.4608 5.86449 36.9187 5.80772 37.2136 5.51253L38.4923 4.23382L41.0679 6.80946L39.7892 8.08817C39.494 8.38335 39.4373 8.84157 39.6517 9.1998C40.1639 10.0556 40.5467 10.9793 40.7895 11.9454C40.8913 12.3503 41.2554 12.6342 41.6729 12.6342H43.4802V16.2773Z" fill="#A9A9A9"/>
</svg>
</div>
<span class="lead-magnets-title">{{ 'main.configurator'|trans({}, 'dc_honda') }}</span>
</a>
</div>
<div class="col-sm-12 col-md-12 col-lg-6 col-xl-6">
<a href="{{ path('honda_service_acura_to') }}" class="lead-magnets-btn mb-0">
<div class="lead-magnets-img flexbox-wrapper">
<svg width="43" height="43" viewBox="0 0 43 43" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M42.9082 32.8519C42.5472 31.6674 41.898 30.591 41.0187 29.7191C39.6183 28.3109 37.7125 27.5215 35.7265 27.5269C34.7115 27.5275 33.707 27.7334 32.7736 28.1322L25.4119 20.7705L35.1866 11.0694L37.5015 11.004C37.7815 10.9955 38.0376 10.8442 38.1804 10.6032L41.4931 5.03283C41.6857 4.71136 41.6351 4.30013 41.3705 4.0349L38.5076 1.17202C38.2423 0.907404 37.8311 0.856792 37.5096 1.04932L31.9393 4.36209C31.6983 4.50483 31.547 4.76095 31.5385 5.04101L31.473 7.34767L21.7229 17.0815L15.0319 10.3905C15.7344 6.31714 13.0018 2.44549 8.9284 1.74296C7.04105 1.41741 5.10062 1.82782 3.50671 2.88975C3.13249 3.14281 3.03423 3.65128 3.28729 4.0255C3.35845 4.13071 3.45313 4.21793 3.56397 4.2803L7.27754 6.34975C8.09551 6.816 8.2591 8.20654 7.59655 9.38442C6.93399 10.5623 5.66614 11.1676 4.84 10.7095L1.39635 8.84456C1.00056 8.62677 0.50313 8.77114 0.285448 9.16694C0.210399 9.30323 0.17584 9.45814 0.18586 9.61345C0.444645 13.7389 3.99882 16.8733 8.12424 16.6145C8.97656 16.5611 9.81345 16.3621 10.5986 16.0263L16.6843 22.112L14.0504 24.7459L13.4533 24.1569C12.7923 23.5243 11.7504 23.5243 11.0894 24.1569L10.2714 24.9749C9.64822 25.5816 9.60875 26.5698 10.1814 27.2243L0.504868 36.8845C-0.147871 37.5091 -0.170672 38.5448 0.453949 39.1975C0.470513 39.2149 0.487486 39.2319 0.504868 39.2484L3.2696 42.0132C3.89422 42.6659 4.92987 42.6887 5.58261 42.0641C5.59999 42.0475 5.61696 42.0305 5.63353 42.0132L15.3183 32.3366C15.9727 32.9093 16.961 32.8698 17.5677 32.2466L18.3857 31.4287C19.0384 30.804 19.0612 29.7684 18.4366 29.1156C18.42 29.0983 18.403 29.0813 18.3857 29.0647L17.7885 28.4676L20.406 25.7929L28.3403 33.7271C27.6549 37.8035 30.4036 41.6636 34.48 42.349C36.8944 42.7551 39.3548 41.9545 41.0679 40.2055C41.3683 39.868 41.3385 39.3511 41.001 39.0506C40.9139 38.973 40.8112 38.9149 40.6998 38.8803L36.0947 37.6452C35.6433 37.5001 35.2861 37.152 35.1295 36.7045C34.8902 36.0877 34.8615 35.4091 35.0477 34.7741C35.3912 33.4899 36.4791 32.5738 37.3952 32.8192L41.9513 34.0462C42.0245 34.0568 42.099 34.0568 42.1722 34.0462C42.6239 34.0517 42.9945 33.6899 42.9999 33.2382C43.0015 33.1039 42.9701 32.9711 42.9082 32.8519ZM32.839 8.25562C32.9863 8.10736 33.0711 7.90829 33.0763 7.6994L33.1417 5.51543L37.7796 2.75887L39.7427 4.722L37.0434 9.3517L34.8185 9.43349C34.6096 9.43861 34.4106 9.52347 34.2623 9.6707L24.2831 19.6417L22.8762 18.2348L32.839 8.25562ZM4.47191 40.8516L1.66628 38.0624L11.3919 28.3613L12.7988 29.7682L14.1403 31.1587L4.47191 40.8516ZM16.4388 31.036L15.3591 29.9481L14.9419 29.531L11.5064 26.071L12.3244 25.253L17.2322 30.2262L16.4388 31.036ZM16.5942 27.3061L15.1873 25.8992L17.8212 23.2653L19.2281 24.6722L16.5942 27.3061ZM37.7959 31.2405C37.5532 31.1753 37.3029 31.1423 37.0516 31.1424C35.2683 31.2863 33.7964 32.5947 33.4443 34.3488C33.1652 35.3338 33.2198 36.3836 33.5998 37.3344C33.9504 38.2494 34.7108 38.9462 35.6529 39.2157L38.6957 40.0337C35.9209 41.6871 32.3312 40.7781 30.6778 38.0035C29.9012 36.7004 29.6614 35.1465 30.0089 33.6699C30.0711 33.3953 29.9877 33.1078 29.788 32.9092L11.351 14.4558C11.0893 14.2099 10.6978 14.1635 10.3858 14.3413C9.54117 14.787 8.60061 15.0201 7.64563 15.0202C5.18467 15.0224 2.98648 13.4816 2.14888 11.1676L4.01385 12.2064C4.4486 12.4499 4.93887 12.5766 5.43711 12.5745C6.95158 12.4873 8.30614 11.603 8.99527 10.2515C10.1077 8.2638 9.67419 5.89987 8.03825 4.98375L5.65797 3.6341C8.69978 2.54753 12.0464 4.13265 13.133 7.17437C13.51 8.23016 13.5758 9.37204 13.3223 10.4641C13.2601 10.7388 13.3435 11.0262 13.5432 11.2248L32.0211 29.6946C32.2736 29.9474 32.6611 30.0071 32.9781 29.8418C33.8229 29.3964 34.7633 29.1634 35.7183 29.1629C37.7896 29.1612 39.7068 30.2568 40.757 32.0421L37.7959 31.2405Z" fill="#A9A9A9"/>
</svg>
</div>
<span class="lead-magnets-title">{{ 'service.assign'|trans({}, 'dc_honda') }}</span>
</a>
</div>
{#<div class="col-sm-12 col-md-12 col-lg-6 col-xl-6">#}
{#<a href="{{ path('honda_finance_airport') }}" class="lead-magnets-btn mb-0">#}
{#<div class="lead-magnets-img flexbox-wrapper">#}
{#<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg">#}
{#<path d="M44.9963 14.9998C44.9964 14.7516 44.8764 14.5135 44.6609 14.3725L22.9109 0.122484C22.6619 -0.0408281 22.3382 -0.0408281 22.0891 0.122484L0.339094 14.3725C0.123563 14.5135 0.0035625 14.7516 0.00365625 14.9998H0V44.2498C0 44.6639 0.335438 44.9998 0.75 44.9998H6.75C7.16456 44.9998 7.5 44.6639 7.5 44.2498V20.2498H37.5V44.2498C37.5 44.6639 37.8354 44.9998 38.25 44.9998H44.25C44.6646 44.9998 45 44.6639 45 44.2498V14.9998H44.9963ZM22.5 1.6463L41.737 14.2499H3.26297L22.5 1.6463ZM43.5 43.4998H39V19.4998C39 19.0856 38.6646 18.7498 38.25 18.7498H6.75C6.33544 18.7498 6 19.0856 6 19.4998V43.4998H1.5V15.7498H43.5V43.4998Z" fill="#A9A9A9"/>#}
{#<path d="M42 20.999H40.5V25.499H42V20.999Z" fill="#A9A9A9"/>#}
{#<path d="M4.5 20.999H3V25.499H4.5V20.999Z" fill="#A9A9A9"/>#}
{#<path d="M34.5 35.249V33.749H32.9479C32.5769 30.794 30.0538 28.499 27 28.499H18C14.9462 28.499 12.4231 30.794 12.0521 33.749H10.5V35.249H12V36.1372C11.1289 36.4478 10.5 37.2725 10.5 38.249V41.249V42.749C10.5 43.9897 11.5093 44.999 12.75 44.999H14.25C15.4907 44.999 16.5 43.9897 16.5 42.749V41.999H28.5V42.749C28.5 43.9897 29.5093 44.999 30.75 44.999H32.25C33.4907 44.999 34.5 43.9897 34.5 42.749V41.249V38.249C34.5 37.2725 33.8711 36.4478 33 36.1372V35.249H34.5ZM13.5 34.499C13.5 32.0176 15.5185 29.999 18 29.999H27C29.4815 29.999 31.5 32.0176 31.5 34.499V35.999H13.5V34.499ZM15 42.749C15 43.1625 14.6638 43.499 14.25 43.499H12.75C12.3362 43.499 12 43.1625 12 42.749V41.999H15V42.749ZM33 42.749C33 43.1625 32.6638 43.499 32.25 43.499H30.75C30.3362 43.499 30 43.1625 30 42.749V41.999H33V42.749ZM33 39.749V40.499H29.25H15.75H12V39.749H14.25V38.249H12C12 37.8356 12.3362 37.499 12.75 37.499H32.25C32.6638 37.499 33 37.8356 33 38.249H30.75V39.749H33Z" fill="#A9A9A9"/>#}
{#<path d="M36 21.749H9C8.58544 21.749 8.25 22.0848 8.25 22.499V25.499C8.25 25.9132 8.58544 26.249 9 26.249H36C36.4146 26.249 36.75 25.9132 36.75 25.499V22.499C36.75 22.0848 36.4146 21.749 36 21.749ZM35.25 24.749H9.75V23.249H35.25V24.749Z" fill="#A9A9A9"/>#}
{#</svg>#}
{#</div>#}
{#<span class="lead-magnets-title">{{ 'services.airport.title'|trans({}, 'dc_honda') }}</span>#}
{#</a>#}
{#</div>#}
</div>
</div>
</div>
</div>
</div>
</li>
<li class="dropdown-divider"></li>
<li class="nav-item">
<a id="dropServices" href="{{ path('honda_stocks') }}" class="nav-link nav-link-menu">
{{ 'actions.title'|trans({}, 'dc_honda') }}
</a>
</li>
<li class="dropdown-divider"></li>
<li class="nav-item dropdown">
<a id="dropAbout" href="#" class="nav-link nav-link-menu" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
{{ 'about.title'|trans({}, 'dc_honda') }}
</a>
<div aria-labelledby="dropAbout" class="dropdown-menu dropdown-menu-open">
<div class="container">
<div class="row">
<div class="col-md-12 dropdown-cat-name">
<span>
{{ 'about.title'|trans({}, 'dc_honda') }}
</span>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-6 col-xl-6 dropdown-menu__hr">
<ul class="dropdown-menu__list">
<li>
<a href="{{ path('honda_staff') }}">
{{ 'about.staff.title'|trans({}, 'dc_honda') }}
</a>
</li>
<li>
<a href="{{ path('honda_vacancy') }}">
{{ 'about.vacancies.title'|trans({}, 'dc_honda') }}
</a>
</li>
<li>
<a href="{{ path('honda_about_us') }}">
{{ 'about.honda_company.title'|trans({}, 'dc_honda') }}
</a>
</li>
<li>
<a href="{{ path('honda_contacts') }}">
{{ 'about.contacts.title'|trans({}, 'dc_honda') }}
</a>
</li>
<li>
<a href="{{ path('honda_news') }}">
{{ 'news.title'|trans({}, 'dc_honda') }}
</a>
</li>
<li>
<a href="{{ path('honda_quality') }}">
{{ 'pages.base.quality_policy'|trans({}, 'dc_base') }}
</a>
</li>
</ul>
</div>
<div class="col-md-6 dropdown-menu__lead-magnets">
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-6 col-xl-6">
<a href="{{ path('honda_service_consultation') }}" class="lead-magnets-btn">
<div class="lead-magnets-img flexbox-wrapper">
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M40.9705 7.02945C36.4375 2.4965 30.4106 0 23.9999 0C17.5894 0 11.5624 2.4965 7.02945 7.02945C2.4965 11.5624 0 17.5894 0 24C0 30.4106 2.4964 36.4375 7.02945 40.9705C11.5625 45.5036 17.5894 48 24 48C30.4106 48 36.4376 45.5036 40.9705 40.9705C45.5035 36.4376 48 30.4106 48 24C48 17.5894 45.5035 11.5624 40.9705 7.02945ZM23.9999 46.0843C11.8226 46.0843 1.91556 36.1773 1.91556 24C1.91556 11.8227 11.8226 1.91556 23.9999 1.91556C36.1773 1.91556 46.0843 11.8226 46.0843 23.9999C46.0843 36.1772 36.1774 46.0843 23.9999 46.0843Z" fill="#A9A9A9"/>
<path d="M24.0008 4.05786C13.0046 4.05786 4.05859 13.0038 4.05859 24.0001C4.05859 34.9963 13.0046 43.9424 24.0008 43.9424C34.9971 43.9424 43.9431 34.9963 43.9431 24.0001C43.9431 13.0038 34.9971 4.05786 24.0008 4.05786ZM26.3754 38.2369H21.6247C19.8294 32.242 15.2835 27.3992 9.40502 25.2376L11.0469 18.2682C15.2631 17.2422 19.6179 16.7207 24.0011 16.7207C28.3858 16.7207 32.7402 17.2424 36.955 18.2693L38.5965 25.237C32.7172 27.3981 28.1708 32.2411 26.3754 38.2369ZM5.97415 24.0001C5.97415 22.475 6.16528 20.9937 6.52359 19.5783C7.32504 19.3079 8.13543 19.0556 8.94826 18.8229L7.57215 24.6641C7.0491 24.5277 6.51764 24.4114 5.97819 24.3171C5.97638 24.2115 5.97415 24.1061 5.97415 24.0001ZM40.4296 24.6638L39.0537 18.8234C39.8673 19.0561 40.6776 19.3085 41.4783 19.579C41.8364 20.9941 42.0276 22.4752 42.0276 24.0001C42.0276 24.106 42.0253 24.2114 42.0235 24.3169C41.4841 24.4112 40.9526 24.5274 40.4296 24.6638ZM24.0008 5.97342C31.5853 5.97342 38.0903 10.6821 40.7476 17.3294C39.8326 17.0459 38.9101 16.7853 37.9895 16.5517C33.4468 15.393 28.7405 14.8054 24.0011 14.8054C19.2636 14.8054 14.557 15.3926 10.0122 16.5505C9.09214 16.7846 8.1698 17.0454 7.25417 17.3292C9.91157 10.6819 16.4164 5.97342 24.0008 5.97342ZM6.1192 26.2923C13.6596 27.8185 19.4291 34.0293 20.4002 41.6652C12.9126 40.1414 7.09677 33.9618 6.1192 26.2923ZM22.3599 41.9513C22.2991 41.3436 22.2113 40.7435 22.0969 40.1525H25.9034C25.7889 40.7435 25.7012 41.3437 25.6403 41.9515C25.1001 42.0005 24.5537 42.0268 24.0009 42.0268C23.4476 42.0267 22.9005 42.0003 22.3599 41.9513ZM27.5999 41.6655C28.571 34.0282 34.3413 27.8172 41.8826 26.2919C40.9051 33.9622 35.0884 40.1421 27.5999 41.6655Z" fill="#A9A9A9"/>
<path d="M24.0011 18.5535C20.998 18.5535 18.5547 20.9968 18.5547 23.9999C18.5547 27.0032 20.998 29.4465 24.0011 29.4465C27.0044 29.4465 29.4477 27.0032 29.4477 23.9999C29.4477 20.9968 27.0044 18.5535 24.0011 18.5535ZM24.0011 27.5308C22.0542 27.5308 20.4702 25.9469 20.4702 23.9998C20.4702 22.0529 22.0542 20.4689 24.0011 20.4689C25.9481 20.4689 27.5322 22.0529 27.5322 23.9998C27.5322 25.9469 25.9482 27.5308 24.0011 27.5308Z" fill="#A9A9A9"/>
</svg>
</div>
<span class="lead-magnets-title">{{ 'main.td_assign'|trans({}, 'dc_honda') }}</span>
</a>
</div>
<div class="col-sm-12 col-md-12 col-lg-6 col-xl-6">
<a href="{{ path('honda_car_configurator') }}" class="lead-magnets-btn">
<div class="lead-magnets-img flexbox-wrapper">
<svg width="46" height="45" viewBox="0 0 46 45" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M19.532 19.0896C16.0143 19.0896 13.1523 21.9515 13.1523 25.4693C13.1523 28.987 16.0143 31.849 19.532 31.849C23.0498 31.849 25.9117 28.987 25.9117 25.4693C25.9117 21.9515 23.0498 19.0896 19.532 19.0896ZM19.532 30.0274C17.0186 30.0274 14.9739 27.9826 14.9739 25.4693C14.9739 22.956 17.0187 20.9111 19.532 20.9111C22.0453 20.9111 24.0902 22.9559 24.0902 25.4693C24.0902 27.9827 22.0454 30.0274 19.532 30.0274Z" fill="#A9A9A9"/>
<path d="M19.5303 16.228C14.4346 16.228 10.2891 20.3736 10.2891 25.4692C10.2891 30.5648 14.4346 34.7104 19.5303 34.7104C24.6259 34.7104 28.7714 30.5648 28.7714 25.4692C28.7714 20.3736 24.6259 16.228 19.5303 16.228ZM19.5303 32.8889C15.439 32.8889 12.1106 29.5605 12.1106 25.4692C12.1106 21.378 15.4391 18.0495 19.5303 18.0495C23.6214 18.0495 26.9499 21.378 26.9499 25.4692C26.9499 29.5605 23.6215 32.8889 19.5303 32.8889Z" fill="#A9A9A9"/>
<path d="M44.391 10.8128H42.361C42.1516 10.1498 41.8851 9.50663 41.564 8.88953L43 7.45357C43.3557 7.09787 43.3557 6.52125 43 6.16555L39.1363 2.3019C38.7806 1.9462 38.204 1.9462 37.8483 2.3019L36.412 3.73807C35.7943 3.41677 35.1515 3.15022 34.49 2.94105V0.910761C34.49 0.407717 34.0823 0 33.5793 0H28.1147C27.6116 0 27.2039 0.407717 27.2039 0.910761V2.94085C26.542 3.15012 25.8989 3.41667 25.2809 3.73807L23.8446 2.3019C23.4889 1.9462 22.9123 1.9462 22.5566 2.3019L18.9199 5.93857H16.8357C16.3327 5.93857 15.925 6.34629 15.925 6.84933V9.27215C15.4625 9.37467 15.0046 9.49681 14.5542 9.63808L13.3435 7.5411C13.2226 7.33193 13.0237 7.17923 12.7904 7.11679C12.5572 7.05435 12.3085 7.08704 12.0993 7.20776L7.43141 9.9025C7.22223 10.0233 7.06953 10.2223 7.00709 10.4555C6.94455 10.6889 6.97734 10.9374 7.09807 11.1467L8.3113 13.248C7.96359 13.5675 7.62904 13.9021 7.30957 14.2498L5.20824 13.0365C4.99897 12.9157 4.75053 12.8831 4.51707 12.9456C4.28382 13.0081 4.08486 13.1607 3.96404 13.3699L1.2691 18.0377C1.01762 18.4734 1.16689 19.0304 1.60243 19.2818L3.69941 20.4925C3.55824 20.943 3.436 21.401 3.33349 21.8634H0.910761C0.407717 21.8634 0 22.2711 0 22.7742V28.1642C0 28.6672 0.407717 29.0749 0.910761 29.0749H3.33349C3.436 29.5374 3.55824 29.9954 3.69941 30.4458L1.60243 31.6564C1.39326 31.7773 1.24056 31.9762 1.17812 32.2095C1.11558 32.4428 1.14837 32.6914 1.2691 32.9006L3.96404 37.5685C4.21561 38.0041 4.77269 38.1533 5.20814 37.9018L7.30947 36.6887C7.62884 37.0363 7.96349 37.371 8.3112 37.6904L7.09797 39.7918C6.97724 40.0009 6.94445 40.2496 7.00699 40.4829C7.06953 40.7162 7.22213 40.9151 7.4313 41.036L12.0992 43.7309C12.5347 43.9824 13.0918 43.8332 13.3433 43.3976L14.5539 41.3006C15.0044 41.4419 15.4623 41.5641 15.9248 41.6665V44.0892C15.9248 44.5923 16.3325 45 16.8355 45H22.2255C22.7285 45 23.1363 44.5923 23.1363 44.0892V41.6665C23.5987 41.564 24.0567 41.4418 24.5072 41.3006L25.7178 43.3976C25.9694 43.8332 26.5264 43.9824 26.9619 43.7309L31.6297 41.036C31.8389 40.9151 31.9916 40.7162 32.054 40.4829C32.1166 40.2496 32.0838 40.0009 31.9631 39.7918L30.7498 37.6904C31.0975 37.371 31.4322 37.0363 31.7516 36.6887L33.8529 37.9018C34.2886 38.1534 34.8456 38.004 35.097 37.5685L37.7919 32.9006C37.9128 32.6915 37.9454 32.4428 37.8829 32.2095C37.8204 31.9762 37.6678 31.7773 37.4586 31.6564L35.3616 30.4458C35.5028 29.9954 35.625 29.5374 35.7275 29.0749H38.1508C38.6538 29.0749 39.0615 28.6672 39.0615 28.1642V26.6761C39.0874 26.6553 39.1126 26.6334 39.1363 26.6097L43 22.745C43.3556 22.3893 43.3556 21.8127 42.9999 21.4571L41.5641 20.0213C41.8849 19.405 42.1513 18.7621 42.3609 18.0987H44.391C44.894 18.0987 45.3018 17.691 45.3018 17.188V11.7234C45.3018 11.2205 44.8939 10.8128 44.391 10.8128ZM37.24 27.2534H34.9796C34.5366 27.2534 34.1578 27.5722 34.0822 28.0086C33.9321 28.8749 33.704 29.7291 33.4043 30.5477C33.2521 30.9634 33.4208 31.4283 33.8041 31.6497L35.7595 32.7786L33.9752 35.869L32.0157 34.7376C31.6326 34.5166 31.1458 34.6026 30.8618 34.9419C30.3001 35.6131 29.6748 36.2384 29.0034 36.8003C28.6641 37.0843 28.578 37.571 28.7992 37.9541L29.9305 39.9137L26.8401 41.6979L25.7112 39.7426C25.4898 39.3591 25.0248 39.1906 24.6093 39.3428C23.7906 39.6425 22.9363 39.8706 22.0703 40.0206C21.6338 40.0963 21.3149 40.4749 21.3149 40.918V43.1784H17.7465V40.918C17.7465 40.4749 17.4277 40.0962 16.9912 40.0206C16.1251 39.8706 15.2708 39.6425 14.4522 39.3428C14.0364 39.1906 13.5716 39.3592 13.3502 39.7426L12.2213 41.6979L9.13089 39.9137L10.2623 37.9541C10.4835 37.571 10.3973 37.0843 10.058 36.8003C9.38651 36.2383 8.76132 35.6131 8.19958 34.9419C7.91553 34.6025 7.42888 34.5164 7.04575 34.7376L5.0862 35.869L3.30202 32.7787L5.25732 31.6498C5.64065 31.4283 5.80934 30.9634 5.65714 30.5478C5.3574 29.7292 5.12931 28.8749 4.97933 28.0088C4.90364 27.5724 4.52496 27.2535 4.08193 27.2535H1.82152V23.6851H4.08193C4.52496 23.6851 4.90374 23.3663 4.97933 22.9297C5.12931 22.0636 5.3574 21.2094 5.65714 20.3907C5.80934 19.9751 5.64065 19.5101 5.25732 19.2888L3.30191 18.1599L5.0862 15.0695L7.04575 16.2008C7.42898 16.422 7.91553 16.3358 8.19958 15.9966C8.76162 15.3252 9.38681 14.6999 10.058 14.1381C10.3973 13.8542 10.4835 13.3674 10.2623 12.9843L9.13089 11.0248L12.2213 9.24048L13.3502 11.1958C13.5716 11.5791 14.0362 11.7478 14.4522 11.5957C15.2709 11.296 16.1252 11.0679 16.9913 10.9178C17.4277 10.8422 17.7465 10.4634 17.7465 10.0204V7.75999H21.3149V10.0204C21.3149 10.4634 21.6337 10.8422 22.0702 10.9178C22.9363 11.0679 23.7906 11.296 24.6093 11.5957C25.0248 11.7479 25.4899 11.5792 25.7112 11.1959L26.8401 9.24058L29.9305 11.0249L28.7992 12.9844C28.578 13.3675 28.6642 13.8543 29.0034 14.1383C29.6747 14.7001 30.3 15.3254 30.8618 15.9967C31.1458 16.336 31.6326 16.4219 32.0157 16.2009L33.9753 15.0696L35.7595 18.16L33.8041 19.2889C33.4208 19.5103 33.2521 19.9752 33.4043 20.3908C33.704 21.2094 33.9321 22.0637 34.0822 22.9299C34.1578 23.3664 34.5366 23.6852 34.9796 23.6852H37.24V27.2534ZM43.4802 16.2773H41.6729C41.2555 16.2773 40.8916 16.5611 40.7896 16.9659C40.5462 17.9333 40.1635 18.8567 39.6519 19.7104C39.4373 20.0687 39.4938 20.5271 39.7892 20.8224L41.068 22.1012L39.0615 24.1083V22.7743C39.0615 22.2712 38.6538 21.8635 38.1508 21.8635H35.7279C35.6254 21.4011 35.5032 20.9431 35.362 20.4926L37.459 19.2819C37.6682 19.1611 37.8209 18.9621 37.8833 18.7289C37.9459 18.4956 37.9131 18.247 37.7923 18.0378L35.0974 13.37C34.8458 12.9343 34.2888 12.7853 33.8533 13.0366L31.752 14.2499C31.4326 13.9022 31.0979 13.5675 30.7502 13.2481L31.9635 11.1468C32.0842 10.9376 32.117 10.689 32.0544 10.4556C31.9919 10.2224 31.8393 10.0234 31.6301 9.9026L26.9623 7.20756C26.7531 7.08673 26.5046 7.05405 26.2711 7.11659C26.0378 7.17913 25.8389 7.33173 25.7181 7.5409L24.5074 9.63788C24.0569 9.49661 23.5989 9.37446 23.1366 9.27195V6.84923C23.1366 6.34618 22.7289 5.93847 22.2258 5.93847H21.4961L23.2007 4.23382L24.4794 5.51253C24.7745 5.80772 25.2322 5.86439 25.5905 5.65046C26.4492 5.1374 27.3732 4.75448 28.3368 4.51221C28.7417 4.41041 29.0256 4.04641 29.0256 3.62888V1.82152H32.6686V3.62888C32.6686 4.04631 32.9524 4.41021 33.3571 4.51211C34.3203 4.75448 35.244 5.1375 36.1026 5.65046C36.4608 5.86449 36.9187 5.80772 37.2136 5.51253L38.4923 4.23382L41.0679 6.80946L39.7892 8.08817C39.494 8.38335 39.4373 8.84157 39.6517 9.1998C40.1639 10.0556 40.5467 10.9793 40.7895 11.9454C40.8913 12.3503 41.2554 12.6342 41.6729 12.6342H43.4802V16.2773Z" fill="#A9A9A9"/>
</svg>
</div>
<span class="lead-magnets-title">{{ 'main.configurator'|trans({}, 'dc_honda') }}</span>
</a>
</div>
<div class="col-sm-12 col-md-12 col-lg-6 col-xl-6">
<a href="{{ path('honda_service_honda_to') }}" class="lead-magnets-btn mb-0">
<div class="lead-magnets-img flexbox-wrapper">
<svg width="43" height="43" viewBox="0 0 43 43" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M42.9082 32.8519C42.5472 31.6674 41.898 30.591 41.0187 29.7191C39.6183 28.3109 37.7125 27.5215 35.7265 27.5269C34.7115 27.5275 33.707 27.7334 32.7736 28.1322L25.4119 20.7705L35.1866 11.0694L37.5015 11.004C37.7815 10.9955 38.0376 10.8442 38.1804 10.6032L41.4931 5.03283C41.6857 4.71136 41.6351 4.30013 41.3705 4.0349L38.5076 1.17202C38.2423 0.907404 37.8311 0.856792 37.5096 1.04932L31.9393 4.36209C31.6983 4.50483 31.547 4.76095 31.5385 5.04101L31.473 7.34767L21.7229 17.0815L15.0319 10.3905C15.7344 6.31714 13.0018 2.44549 8.9284 1.74296C7.04105 1.41741 5.10062 1.82782 3.50671 2.88975C3.13249 3.14281 3.03423 3.65128 3.28729 4.0255C3.35845 4.13071 3.45313 4.21793 3.56397 4.2803L7.27754 6.34975C8.09551 6.816 8.2591 8.20654 7.59655 9.38442C6.93399 10.5623 5.66614 11.1676 4.84 10.7095L1.39635 8.84456C1.00056 8.62677 0.50313 8.77114 0.285448 9.16694C0.210399 9.30323 0.17584 9.45814 0.18586 9.61345C0.444645 13.7389 3.99882 16.8733 8.12424 16.6145C8.97656 16.5611 9.81345 16.3621 10.5986 16.0263L16.6843 22.112L14.0504 24.7459L13.4533 24.1569C12.7923 23.5243 11.7504 23.5243 11.0894 24.1569L10.2714 24.9749C9.64822 25.5816 9.60875 26.5698 10.1814 27.2243L0.504868 36.8845C-0.147871 37.5091 -0.170672 38.5448 0.453949 39.1975C0.470513 39.2149 0.487486 39.2319 0.504868 39.2484L3.2696 42.0132C3.89422 42.6659 4.92987 42.6887 5.58261 42.0641C5.59999 42.0475 5.61696 42.0305 5.63353 42.0132L15.3183 32.3366C15.9727 32.9093 16.961 32.8698 17.5677 32.2466L18.3857 31.4287C19.0384 30.804 19.0612 29.7684 18.4366 29.1156C18.42 29.0983 18.403 29.0813 18.3857 29.0647L17.7885 28.4676L20.406 25.7929L28.3403 33.7271C27.6549 37.8035 30.4036 41.6636 34.48 42.349C36.8944 42.7551 39.3548 41.9545 41.0679 40.2055C41.3683 39.868 41.3385 39.3511 41.001 39.0506C40.9139 38.973 40.8112 38.9149 40.6998 38.8803L36.0947 37.6452C35.6433 37.5001 35.2861 37.152 35.1295 36.7045C34.8902 36.0877 34.8615 35.4091 35.0477 34.7741C35.3912 33.4899 36.4791 32.5738 37.3952 32.8192L41.9513 34.0462C42.0245 34.0568 42.099 34.0568 42.1722 34.0462C42.6239 34.0517 42.9945 33.6899 42.9999 33.2382C43.0015 33.1039 42.9701 32.9711 42.9082 32.8519ZM32.839 8.25562C32.9863 8.10736 33.0711 7.90829 33.0763 7.6994L33.1417 5.51543L37.7796 2.75887L39.7427 4.722L37.0434 9.3517L34.8185 9.43349C34.6096 9.43861 34.4106 9.52347 34.2623 9.6707L24.2831 19.6417L22.8762 18.2348L32.839 8.25562ZM4.47191 40.8516L1.66628 38.0624L11.3919 28.3613L12.7988 29.7682L14.1403 31.1587L4.47191 40.8516ZM16.4388 31.036L15.3591 29.9481L14.9419 29.531L11.5064 26.071L12.3244 25.253L17.2322 30.2262L16.4388 31.036ZM16.5942 27.3061L15.1873 25.8992L17.8212 23.2653L19.2281 24.6722L16.5942 27.3061ZM37.7959 31.2405C37.5532 31.1753 37.3029 31.1423 37.0516 31.1424C35.2683 31.2863 33.7964 32.5947 33.4443 34.3488C33.1652 35.3338 33.2198 36.3836 33.5998 37.3344C33.9504 38.2494 34.7108 38.9462 35.6529 39.2157L38.6957 40.0337C35.9209 41.6871 32.3312 40.7781 30.6778 38.0035C29.9012 36.7004 29.6614 35.1465 30.0089 33.6699C30.0711 33.3953 29.9877 33.1078 29.788 32.9092L11.351 14.4558C11.0893 14.2099 10.6978 14.1635 10.3858 14.3413C9.54117 14.787 8.60061 15.0201 7.64563 15.0202C5.18467 15.0224 2.98648 13.4816 2.14888 11.1676L4.01385 12.2064C4.4486 12.4499 4.93887 12.5766 5.43711 12.5745C6.95158 12.4873 8.30614 11.603 8.99527 10.2515C10.1077 8.2638 9.67419 5.89987 8.03825 4.98375L5.65797 3.6341C8.69978 2.54753 12.0464 4.13265 13.133 7.17437C13.51 8.23016 13.5758 9.37204 13.3223 10.4641C13.2601 10.7388 13.3435 11.0262 13.5432 11.2248L32.0211 29.6946C32.2736 29.9474 32.6611 30.0071 32.9781 29.8418C33.8229 29.3964 34.7633 29.1634 35.7183 29.1629C37.7896 29.1612 39.7068 30.2568 40.757 32.0421L37.7959 31.2405Z" fill="#A9A9A9"/>
</svg>
</div>
<span class="lead-magnets-title">{{ 'service.assign'|trans({}, 'dc_honda') }}</span>
</a>
</div>
{#<div class="col-sm-12 col-md-12 col-lg-6 col-xl-6">#}
{#<a href="{{ path('honda_finance_airport') }}" class="lead-magnets-btn mb-0">#}
{#<div class="lead-magnets-img flexbox-wrapper">#}
{#<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg">#}
{#<path d="M44.9963 14.9998C44.9964 14.7516 44.8764 14.5135 44.6609 14.3725L22.9109 0.122484C22.6619 -0.0408281 22.3382 -0.0408281 22.0891 0.122484L0.339094 14.3725C0.123563 14.5135 0.0035625 14.7516 0.00365625 14.9998H0V44.2498C0 44.6639 0.335438 44.9998 0.75 44.9998H6.75C7.16456 44.9998 7.5 44.6639 7.5 44.2498V20.2498H37.5V44.2498C37.5 44.6639 37.8354 44.9998 38.25 44.9998H44.25C44.6646 44.9998 45 44.6639 45 44.2498V14.9998H44.9963ZM22.5 1.6463L41.737 14.2499H3.26297L22.5 1.6463ZM43.5 43.4998H39V19.4998C39 19.0856 38.6646 18.7498 38.25 18.7498H6.75C6.33544 18.7498 6 19.0856 6 19.4998V43.4998H1.5V15.7498H43.5V43.4998Z" fill="#A9A9A9"/>#}
{#<path d="M42 20.999H40.5V25.499H42V20.999Z" fill="#A9A9A9"/>#}
{#<path d="M4.5 20.999H3V25.499H4.5V20.999Z" fill="#A9A9A9"/>#}
{#<path d="M34.5 35.249V33.749H32.9479C32.5769 30.794 30.0538 28.499 27 28.499H18C14.9462 28.499 12.4231 30.794 12.0521 33.749H10.5V35.249H12V36.1372C11.1289 36.4478 10.5 37.2725 10.5 38.249V41.249V42.749C10.5 43.9897 11.5093 44.999 12.75 44.999H14.25C15.4907 44.999 16.5 43.9897 16.5 42.749V41.999H28.5V42.749C28.5 43.9897 29.5093 44.999 30.75 44.999H32.25C33.4907 44.999 34.5 43.9897 34.5 42.749V41.249V38.249C34.5 37.2725 33.8711 36.4478 33 36.1372V35.249H34.5ZM13.5 34.499C13.5 32.0176 15.5185 29.999 18 29.999H27C29.4815 29.999 31.5 32.0176 31.5 34.499V35.999H13.5V34.499ZM15 42.749C15 43.1625 14.6638 43.499 14.25 43.499H12.75C12.3362 43.499 12 43.1625 12 42.749V41.999H15V42.749ZM33 42.749C33 43.1625 32.6638 43.499 32.25 43.499H30.75C30.3362 43.499 30 43.1625 30 42.749V41.999H33V42.749ZM33 39.749V40.499H29.25H15.75H12V39.749H14.25V38.249H12C12 37.8356 12.3362 37.499 12.75 37.499H32.25C32.6638 37.499 33 37.8356 33 38.249H30.75V39.749H33Z" fill="#A9A9A9"/>#}
{#<path d="M36 21.749H9C8.58544 21.749 8.25 22.0848 8.25 22.499V25.499C8.25 25.9132 8.58544 26.249 9 26.249H36C36.4146 26.249 36.75 25.9132 36.75 25.499V22.499C36.75 22.0848 36.4146 21.749 36 21.749ZM35.25 24.749H9.75V23.249H35.25V24.749Z" fill="#A9A9A9"/>#}
{#</svg>#}
{#</div>#}
{#<span class="lead-magnets-title">{{ 'services.airport.title'|trans({}, 'dc_honda') }}</span>#}
{#</a>#}
{#</div>#}
</div>
</div>
</div>
</div>
</div>
</li>
<li class="dropdown-divider"></li>
</ul>
</div>
<button class="d-block d-lg-none order-md-4 navbar-toggler collapsed" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
</div>
</div>
</div>
</header>