src/DcSiteBundle/Resources/views/Opel/Finance/vidi-select.html.twig line 1

Open in your IDE?
  1. {% extends '@DcSite/Opel/base.html.twig' %}
  2. {% block seo %}
  3.     <title>{{ 'seo.vidi_select.title'|trans({}, 'dc_opel') }}</title>
  4.     <meta name="description" content="{{ 'seo.vidi_select.desc'|trans({}, 'dc_opel') }}" />
  5. {% endblock seo %}
  6. {% block ogtagDynamic %}
  7.     <meta property="og:title" content="{{ 'seo.vidi_select.title'|trans({}, 'dc_opel') }}"/>
  8.     <meta property="og:description" content="{{ 'seo.vidi_select.desc'|trans({}, 'dc_opel') }}"/>
  9. {% endblock ogtagDynamic %}
  10. {% block css %}
  11.     <link rel="stylesheet" href="{{ asset('/bundles/dcsite/css/opel/vidi-select.css') }}">
  12. {% endblock %}
  13. {% block content %}
  14.     <section class="breadcrumbs__new">
  15.         <div class="container">
  16.             <ol class="global_breadcrumbs__new" itemscope itemtype="https://schema.org/BreadcrumbList">
  17.                 <li class="marker__none" itemprop="itemListElement" itemscope
  18.                     itemtype="https://schema.org/ListItem">
  19.                     <a itemprop="item" href="{{ path('opel_homepage') }}">
  20.                         <span class="breadcrumbs__link" itemprop="name">opel</span></a>
  21.                     <meta itemprop="position" content="1"/>
  22.                 </li>
  23.                 <div class="arrow-bcs"> ❯ </div>
  24.                 <li itemprop="item" class="marker__none" itemprop="itemListElement" itemscope
  25.                     itemtype="https://schema.org/ListItem">
  26.                     <span style="color: #837F7F;" class="breadcrumbs__link" itemprop="name">{{ 'pages.finance.breadcrumb_title'|trans({}, 'dc_opel') }}</span>
  27.                     <meta itemprop="position" content="2"/>
  28.                 </li>
  29.                 <div class="arrow-bcs"> ❯ </div>
  30.                 <li itemprop="item" class="marker__none" itemprop="itemListElement" itemscope
  31.                     itemtype="https://schema.org/ListItem">
  32.                     <span style="color: #837F7F;" class="breadcrumbs__link" itemprop="name">Vidi Select</span>
  33.                     <meta itemprop="position" content="3"/>
  34.                 </li>
  35.             </ol>
  36.         </div>
  37.     </section>
  38.     <div class="container-xl vidi-select-heading">
  39.         <img src="{{ asset( '/bundles/dcsite/img/opel/vidi-select/head.png' ) }}" alt="">
  40.     </div>
  41.     {% if app.request.locale == 'ru' %}
  42.         {% include '@DcSite/Opel/Finance/translations/vidi-select.ru.html.twig' %}
  43.     {% else %}
  44.         {% include '@DcSite/Opel/Finance/translations/vidi-select.ua.html.twig' %}
  45.     {% endif %}
  46.     <svg width="0" height="0" class="hidden">
  47.     <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 29 29" id="1-comfort">
  48.         <path fill-rule="evenodd" clip-rule="evenodd" d="M6.792 3.868c-1.144.541-1.576 1.802-1.01 2.95a2.153 2.153 0 003.883 0c.927-1.882-.983-3.844-2.873-2.95zM2.996 6.72c-.45.261-.397.426 1.065 3.263l4.104 7.966c1.529 2.969 2.846 5.456 2.927 5.528.19.169 7.572.204 7.706.037.057-.071 2.522-6.214 3.04-7.575.228-.601.104-1.252-.284-1.489-.426-.259-.855-.199-5.546.777-2.448.51-4.662.968-4.92 1.02-.684.14-.109.827-4.65-5.558C3.377 6.385 3.443 6.462 2.996 6.72zm7.589 1.616c-1.354.352-2.168 1.926-1.623 3.136.204.452 2.156 3.248 2.309 3.307.14.054 7.904-1.714 8.046-1.832.13-.108.122-.206-.098-1.22-.268-1.229-.046-1.168-2.338-.64-2.319.535-2.038.603-3.02-.732-1.393-1.894-2.094-2.326-3.276-2.019zM22.32 18.612c-.364.92-.51 1.375-.471 1.473.208.522 2.443 3.598 2.614 3.598.313 0 2.12-1.241 2.072-1.423-.075-.288-3.424-4.98-3.554-4.98-.102 0-.252.3-.66 1.332z" fill="#101010"></path>
  49.     </symbol>
  50.     <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 29" id="2-security">
  51.         <path fill-rule="evenodd" clip-rule="evenodd" d="M11.529.209c-.18.107-.905.586-1.61 1.065-1.56 1.062-4.728 2.72-7.187 3.762C.349 6.046.222 6.191.226 7.901.244 15.91 4.478 24.12 10.748 28.307c1.2.801 1.51.783 2.94-.174 5.764-3.855 9.726-11.232 10.249-19.078.193-2.903.237-2.832-2.5-4.02-3.254-1.412-6.206-3.003-7.944-4.281-.903-.665-1.488-.827-1.964-.545zm1.854 3.623c1.303.826 5.365 2.914 6.812 3.501 1.306.53 1.4 1.443.555 5.351-1.13 5.223-5.794 12.448-8.48 13.138-2.19.563-7.795-7.832-8.92-13.36-.775-3.813-.68-4.6.624-5.129 1.447-.587 5.509-2.675 6.812-3.501.665-.422 1.25-.768 1.299-.768.048 0 .633.346 1.298.768z" fill="#101010"></path>
  52.         <path d="M8.07 15.376l2.72 2.719s3.78-5.014 5.38-7.232" stroke="#101010" stroke-width="1.894" stroke-linejoin="round"></path>
  53.     </symbol>
  54.     <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 29 29" id="3-time">
  55.         <circle cx="14.7471" cy="14.1045" r="13" stroke="currentColor" stroke-width="2"/>
  56.         <path d="M13.5454 6.6355V15.9216H22.3296" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
  57.     </symbol>
  58.     <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30" id="4-trust">
  59.         <path fill-rule="evenodd" clip-rule="evenodd" d="M15.995 5.504c-.094.016-.382.167-.64.336-1.215.793-2.148 1.14-3.588 1.333-.831.112-.858.213-.829 3.103.03 2.973.17 3.47 1.352 4.789.9 1.003 3.086 2.315 3.859 2.315.734 0 2.968-1.34 3.85-2.31 1.17-1.286 1.314-1.797 1.346-4.781.033-3.067.06-2.997-1.221-3.179-1.098-.155-1.962-.491-3.05-1.186a47.552 47.552 0 00-.554-.35c-.116-.068-.353-.1-.525-.07zm.135 3.76l.012 2.294h1.9c2.169 0 2.012-.035 2.011.44-.003 1.444-1.304 2.94-3.344 3.846-.621.275-.567.476-.567-2.103v-2.183h-1.924c-1.434 0-1.938-.014-1.98-.056-.04-.041-.055-.446-.055-1.53 0-1.688-.024-1.595.427-1.645.73-.081 1.99-.558 2.833-1.073.75-.457.673-.68.687 2.01zm5.833 8.27c-1.755.63-1.892.719-1.54 1.002.236.189.256.187.714-.056.211-.113.724-.346 1.14-.52.417-.173.758-.34.758-.372 0-.235-.5-.26-1.072-.054zm1.84.553c-.47.19-2.526 1.224-2.64 1.326-.072.065-.08.124-.055.407.04.472.072.489.45.236.64-.43 2.215-1.33 2.979-1.704.684-.335.026-.573-.734-.265zm-13.949.322a7.167 7.167 0 00-1.969.503c-.454.18-.489.18-.703-.016-.36-.33-1.101-.374-2.812-.163-.828.102-1.158.511-1.144 1.418.012.757.285 4.567.342 4.772.226.815.631.964 2.28.842 1.324-.098 1.422-.125 1.769-.498l.238-.256.406.027c.223.016 1.108.06 1.966.097.858.038 2.755.123 4.215.19 4.296.196 3.988.26 6.66-1.364l3.47-2.107c2.38-1.446 2.44-1.498 2.443-2.146.006-1.529-1.489-1.188-5.046 1.15-1.206.793-1.44.897-2.428 1.083-1.661.313-5.593.615-5.845.449-.2-.13-.19-.379.02-.49.048-.026 1.279-.165 2.735-.308 2.991-.294 2.91-.28 3.197-.534a1.162 1.162 0 00-.223-1.923c-.18-.097-.259-.1-2.724-.134-2.821-.038-3.023-.053-4.053-.312-1.045-.264-2.022-.361-2.794-.28zm-3.912 5.067c.443.32.354 1.016-.155 1.21-.332.126-.755-.088-.872-.442-.194-.588.528-1.128 1.027-.768z" fill="#101010"></path>
  60.     </symbol>
  61.     <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30" id="check-icon">
  62.         <path d="M19.635 12.68l-6.578 6.34-3.288-3.17" stroke="currentColor" stroke-width="1.435" stroke-linecap="round" stroke-linejoin="round"></path>
  63.         <path d="M14.702 26.264c5.944 0 10.763-4.865 10.763-10.867 0-6.001-4.819-10.866-10.763-10.866S3.939 9.396 3.939 15.397c0 6.002 4.819 10.867 10.763 10.867z" stroke="currentColor" stroke-width="1.435" stroke-linecap="round" stroke-linejoin="round"></path>
  64.     </symbol>
  65.     </svg>
  66. {% endblock %}
  67. {% block pageJS %}
  68. {% endblock %}