src/MyBundle/Resources/views/public.html.twig line 1

Open in your IDE?
  1. {% extends '@My/base.html.twig' %}
  2. {% block css %}
  3.     <link rel="stylesheet" type="text/css" href="{{ asset('bundles/my/css/new/style.css') }}">
  4.     {#<link rel="stylesheet" type="text/css" href="{{ asset('bundles/my/css/profile.css') }}">#}
  5. {% endblock %}
  6. {% block header %}
  7. <div class="container-fluid h-100">
  8.     <div class="row h-100 flex-column flex-nowrap">
  9.     <header class="header">
  10.         <div class="container">
  11.             <div class="row">
  12.                 <div class="col-md-12">
  13.                     <div class="header_wrap">
  14.                         <a href="{{ path('my_profile_dashboard') }}" class="header_left">
  15.                             <img src="{{ asset('bundles/my/img/logo.png') }}" alt="">
  16.                             <span class="header_title">Особистий кабінет</span>
  17.                         </a>
  18.                         <div class="header_right">
  19.                             <a href="{{ path('portal_featured') }}" class="header_right-item header_right-item-favorites position-relative">
  20.                                 {% if featuredCount and app.user%}
  21.                                     <span class="badge header_right-item-mobile-quantity">{{ featuredCount }}</span>
  22.                                 {% endif %}
  23.                                 <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  24.                                     <path d="M17.1891 3.32611C16.7738 2.90569 16.2806 2.57219 15.7377 2.34465C15.1949 2.11711 14.6131 2 14.0255 2C13.4379 2 12.8561 2.11711 12.3133 2.34465C11.7704 2.57219 11.2772 2.90569 10.8619 3.32611L9.99978 4.19821L9.13771 3.32611C8.29866 2.4773 7.16066 2.00044 5.97407 2.00044C4.78747 2.00044 3.64947 2.4773 2.81042 3.32611C1.97137 4.17492 1.5 5.32616 1.5 6.52656C1.5 7.72696 1.97137 8.87819 2.81042 9.727L3.6725 10.5991L9.99978 17L16.3271 10.5991L17.1891 9.727C17.6047 9.30679 17.9344 8.80785 18.1593 8.25871C18.3842 7.70957 18.5 7.12097 18.5 6.52656C18.5 5.93214 18.3842 5.34355 18.1593 4.7944C17.9344 4.24526 17.6047 3.74633 17.1891 3.32611V3.32611Z" stroke="#718297" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  25.                                 </svg>
  26.                                 <span>Обране</span>
  27.                             </a>
  28.                             <a href="{{ path('my_basket') }}" class="header_right-item header_right-item-basket position-relative">
  29.                                 {% if app.session.get('basket') and app.session.get('basket')['accessories'] %}
  30.                                     <span class="badge header_right-item-mobile-quantity">{{ app.session.get('basket')['accessories']|length }}</span>
  31.                                 {% endif %}
  32.                                 <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  33.                                     <path d="M7.49984 18.3337C7.96007 18.3337 8.33317 17.9606 8.33317 17.5003C8.33317 17.0401 7.96007 16.667 7.49984 16.667C7.0396 16.667 6.6665 17.0401 6.6665 17.5003C6.6665 17.9606 7.0396 18.3337 7.49984 18.3337Z" stroke="#718297" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  34.                                     <path d="M16.6668 18.3337C17.1271 18.3337 17.5002 17.9606 17.5002 17.5003C17.5002 17.0401 17.1271 16.667 16.6668 16.667C16.2066 16.667 15.8335 17.0401 15.8335 17.5003C15.8335 17.9606 16.2066 18.3337 16.6668 18.3337Z" stroke="#718297" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  35.                                     <path d="M0.833496 0.833008H4.16683L6.40016 11.9913C6.47637 12.375 6.68509 12.7196 6.98978 12.9649C7.29448 13.2102 7.67574 13.3405 8.06683 13.333H16.1668C16.5579 13.3405 16.9392 13.2102 17.2439 12.9649C17.5486 12.7196 17.7573 12.375 17.8335 11.9913L19.1668 4.99967H5.00016" stroke="#718297" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  36.                                 </svg>
  37.                                 <span>Кошик</span>
  38.                             </a>
  39.                             {% block loginBtn %}
  40.                                 {% if app.user %}
  41.                                     <a href="{{ path('my_profile_dashboard') }}" class="header_right-item header_right-item-profile">
  42.                                         <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  43.                                             <path d="M10 19C14.9706 19 19 14.9706 19 10C19 5.02944 14.9706 1 10 1C5.02944 1 1 5.02944 1 10C1 14.9706 5.02944 19 10 19Z" stroke="#718297" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  44.                                             <path d="M10 13C12.0711 13 13.75 11.3211 13.75 9.25C13.75 7.17893 12.0711 5.5 10 5.5C7.92893 5.5 6.25 7.17893 6.25 9.25C6.25 11.3211 7.92893 13 10 13Z" stroke="#718297" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  45.                                             <path d="M3.98096 16.6913C4.5459 15.5806 5.40719 14.6478 6.46948 13.9963C7.53177 13.3448 8.75363 13 9.99978 13C11.2459 13 12.4678 13.3448 13.5301 13.9963C14.5924 14.6478 15.4537 15.5806 16.0186 16.6913" stroke="#718297" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  46.                                         </svg>
  47.                                         <span>{{ userModel.name }}</span>
  48.                                     </a>
  49.                                     <a type="button" class="header_right-item header_right-item-mobile" id="dropdownIconMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
  50.                                         <svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
  51.                                             <path d="M11 21C16.5228 21 21 16.5228 21 11C21 5.47715 16.5228 1 11 1C5.47715 1 1 5.47715 1 11C1 16.5228 5.47715 21 11 21Z" stroke="#718297" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  52.                                             <path d="M11 14.3333C13.3012 14.3333 15.1667 12.4679 15.1667 10.1667C15.1667 7.86548 13.3012 6 11 6C8.69885 6 6.83337 7.86548 6.83337 10.1667C6.83337 12.4679 8.69885 14.3333 11 14.3333Z" stroke="#718297" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  53.                                             <path d="M4.3125 18.435C4.94022 17.2008 5.89721 16.1644 7.07753 15.4405C8.25785 14.7166 9.61547 14.3335 11.0001 14.3335C12.3847 14.3335 13.7423 14.7166 14.9226 15.4405C16.103 16.1644 17.06 17.2008 17.6877 18.4349" stroke="#718297" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  54.                                         </svg>
  55.                                     </a>
  56.                                     <div class="dropdown-menu naviga" aria-labelledby="dropdownIconMenuButton">
  57.                                         <a class="dropdown-item" href="{{ path('my_profile_dashboard') }}">Мої дані</a>
  58.                                         <a class="dropdown-item" id="profile-settings" data-url="{{ path('my_profile_dashboard') }}" href="{{ path('my_profile_dashboard') }}">Налаштування</a>
  59.                                         <hr>
  60.                                         <a class="dropdown-item" href="{{ path('my_logout') }}">Вийти</a>
  61.                                     </div>
  62.                                 {% else %}
  63.                                     <a href="#" data-toggle="modal" data-target="#enterModal" class="header_right-item header_right-item-profile">
  64.                                         <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  65.                                             <path d="M10 19C14.9706 19 19 14.9706 19 10C19 5.02944 14.9706 1 10 1C5.02944 1 1 5.02944 1 10C1 14.9706 5.02944 19 10 19Z" stroke="#718297" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  66.                                             <path d="M10 13C12.0711 13 13.75 11.3211 13.75 9.25C13.75 7.17893 12.0711 5.5 10 5.5C7.92893 5.5 6.25 7.17893 6.25 9.25C6.25 11.3211 7.92893 13 10 13Z" stroke="#718297" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  67.                                             <path d="M3.98096 16.6913C4.5459 15.5806 5.40719 14.6478 6.46948 13.9963C7.53177 13.3448 8.75363 13 9.99978 13C11.2459 13 12.4678 13.3448 13.5301 13.9963C14.5924 14.6478 15.4537 15.5806 16.0186 16.6913" stroke="#718297" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  68.                                         </svg>
  69.                                         <span>Вхід</span>
  70.                                     </a>
  71.                                     <a href="#" data-toggle="modal" data-target="#enterModal" class="header_right-item header_right-item-mobile">
  72.                                         <svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
  73.                                             <path d="M11 21C16.5228 21 21 16.5228 21 11C21 5.47715 16.5228 1 11 1C5.47715 1 1 5.47715 1 11C1 16.5228 5.47715 21 11 21Z" stroke="#718297" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  74.                                             <path d="M11 14.3333C13.3012 14.3333 15.1667 12.4679 15.1667 10.1667C15.1667 7.86548 13.3012 6 11 6C8.69885 6 6.83337 7.86548 6.83337 10.1667C6.83337 12.4679 8.69885 14.3333 11 14.3333Z" stroke="#718297" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  75.                                             <path d="M4.3125 18.435C4.94022 17.2008 5.89721 16.1644 7.07753 15.4405C8.25785 14.7166 9.61547 14.3335 11.0001 14.3335C12.3847 14.3335 13.7423 14.7166 14.9226 15.4405C16.103 16.1644 17.06 17.2008 17.6877 18.4349" stroke="#718297" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  76.                                         </svg>
  77.                                     </a>
  78.                                 {% endif %}
  79.                             {% endblock %}
  80.                             {#{% block loginBtn %}#}
  81.                                 {#{% if app.user %}#}
  82.                                     {#<a href="{{ path('my_profile_dashboard') }}" class="header_right-item header_right-item-profile">#}
  83.                                         {#<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">#}
  84.                                             {#<path d="M11 21C16.5228 21 21 16.5228 21 11C21 5.47715 16.5228 1 11 1C5.47715 1 1 5.47715 1 11C1 16.5228 5.47715 21 11 21Z" stroke="#718297" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>#}
  85.                                             {#<path d="M11 14.3333C13.3012 14.3333 15.1667 12.4679 15.1667 10.1667C15.1667 7.86548 13.3012 6 11 6C8.69885 6 6.83337 7.86548 6.83337 10.1667C6.83337 12.4679 8.69885 14.3333 11 14.3333Z" stroke="#718297" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>#}
  86.                                             {#<path d="M4.3125 18.435C4.94022 17.2008 5.89721 16.1644 7.07753 15.4405C8.25785 14.7166 9.61547 14.3335 11.0001 14.3335C12.3847 14.3335 13.7423 14.7166 14.9226 15.4405C16.103 16.1644 17.06 17.2008 17.6877 18.4349" stroke="#718297" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>#}
  87.                                         {#</svg>#}
  88.                                         {#<span class="header_right-item-mobile-quantity">2</span>#}
  89.                                     {#</a>#}
  90.                                 {#{% else %}#}
  91.                                     {#<a href="#" data-toggle="modal" data-target="#enterModal" class="header_right-item header_right-item-profile">#}
  92.                                         {#<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">#}
  93.                                             {#<path d="M11 21C16.5228 21 21 16.5228 21 11C21 5.47715 16.5228 1 11 1C5.47715 1 1 5.47715 1 11C1 16.5228 5.47715 21 11 21Z" stroke="#718297" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>#}
  94.                                             {#<path d="M11 14.3333C13.3012 14.3333 15.1667 12.4679 15.1667 10.1667C15.1667 7.86548 13.3012 6 11 6C8.69885 6 6.83337 7.86548 6.83337 10.1667C6.83337 12.4679 8.69885 14.3333 11 14.3333Z" stroke="#718297" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>#}
  95.                                             {#<path d="M4.3125 18.435C4.94022 17.2008 5.89721 16.1644 7.07753 15.4405C8.25785 14.7166 9.61547 14.3335 11.0001 14.3335C12.3847 14.3335 13.7423 14.7166 14.9226 15.4405C16.103 16.1644 17.06 17.2008 17.6877 18.4349" stroke="#718297" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>#}
  96.                                         {#</svg>#}
  97.                                         {#<span class="header_right-item-mobile-quantity">2</span>#}
  98.                                     {#</a>#}
  99.                                 {#{% endif %}#}
  100.                             {#{% endblock %}#}
  101.                         </div>
  102.                     </div>
  103.                 </div>
  104.             </div>
  105.         </div>
  106.     </header>
  107.     {#<header class="header">#}
  108.         {#<div class="header-top bg-grey">#}
  109.             {#<div class="container">#}
  110.                 {#<div class="row">#}
  111.                     {#<div class="col-sm-12 col-md-12 col-lg-12 col-xl-12 header-top-contacts-col">#}
  112.                         {#<span class="header-departament">Відділ підтримки</span>#}
  113.                         {#<a class="header-contacts" href="tel:+0800308999">0 800 308 999</a>#}
  114.                     {#</div>#}
  115.                 {#</div>#}
  116.             {#</div>#}
  117.         {#</div>#}
  118.         {#<div class="header-bottom">#}
  119.             {#<div class="container">#}
  120.                 {#<div class="row">#}
  121.                     {#<div class="col-12 header-bottom-menu-wrap flexbox-wrapper">#}
  122.                         {#<div class="headr-logo-wrap">#}
  123.                             {#<a href="{{ path('my_homepage') }}" class="headr-logo-menu">#}
  124.                                 {#<svg class="logo-desc" width="172" height="48" viewBox="0 0 172 48" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">#}
  125.                                     {#<rect width="172" height="48" fill="url(#pattern0)"/>#}
  126.                                     {#<defs>#}
  127.                                         {#<pattern id="pattern0" patternContentUnits="objectBoundingBox" width="1" height="1">#}
  128.                                             {#<use xlink:href="#image0" transform="scale(0.00420168 0.0151515)"/>#}
  129.                                         {#</pattern>#}
  130.                                         {#<image id="image0" width="238" height="66" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAO4AAABCCAMAAABn7hqFAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAACbVBMVEXgKSvhMzXiNjjiNjfgLC3hMDLhMjTgLC7iNTfseXr////++/vnWVr98vPmUVPwlJX1vb387e34z9Dyo6TpZmjoX2D75eXyoqP87OzjQEH86uruiInhLS/3yMj509P52NjkR0niOTv74+T0sbL97u7lT1DlTU/mUFH+9vb86On75+f+9/f75OT62dr//v7kSErpamzsenvqb3D//f3oYWPkREbkQkTtgIH74ODyp6joYGHypKT51tb98fHwl5jkRkfhLjDzq6zjP0H74uP0tbb+9fXlSkvgKiz2vr/629vuiYrkRUbnWFruh4j63d31u7z2wMHxn6DgKy3nW133ysv3y8v51dX2xMXkRkjthIXzrK3pamv2w8T63d7yqanvjo/0trfzr7DwmJnnV1n1ubn74uL1urvzqar63t/3x8frdnfqb3HjOzzvk5T3ycrlSUv98vL51NX98/Prd3jqbG7xnp/wmZr++fnvkZL52Nn40tLxnJ3vlJX98PDzrq7jPD73xcbtg4T87e7//P3kQUPreHnthof1t7jnWlvqcHLrdXfujI3lTE7639///PzlTlDsfX7rdHX86OjypqftgoPmVVbypaboYmTlS03thYbzqqvypKXpaWr0tLXiNznpZWfwlpfvj5DjPkDtgYLjQELiNDb0s7T97+/519fhMTP99PT1uLj+9/jrdXbpZWbqbm/75ubmVVfthIboYGLkQ0X2v8Dui4znXF7paGn74eHwlZbmUFL2w8PmUlT3xsboXl/hLzHiODruiovxoaL62trnVljiOjzlS0znW1z4zs/jPT/++Pj86en4zc4AAAAbyQAZAAAAAWJLR0TO9Nny/wAAAAlwSFlzAAALEgAACxIB0t1+/AAAAAd0SU1FB+IIHg04DAEfGMcAAARKSURBVGje7ZiJdxNFGMC/pKGBLyY9JGnTUhpKVaBtBGpaW45Ge4SrAiUCpaUYaSoexdqGVlEQbUXUSuXwavEkKkdBERUPEG8Q9X9yvtluakCz2y19Me99v/fy8u3szuz3S2ZmZxaAYRiGYRiGYRiGYRiGYZj/DyYzYfpHSRoVWGQ4jcL0xA1Y6ZrpydbQywwkbLeMl9ipwCHDDAozlWKMkZV960xr7HInFbmSraGbHKmQ69avS+Tlz0pNXUuBzH/2tAnpIhZ6UlIX5hTJ9OdOUBeLb9PWdd+ebLsbuWOeTD9fh+58l2tBiepbatbULfPeOTU5L1xkvO5imX35Xdq6PooqKu9WfKu0dKsRl0yN7tJlk6i8XGa/rEafLoD/HmU+v1dDN7O2rn5qnlEVDZOoHFgh019p0qmrVliVWHe1N38NNk6J7uSYfp9Mf21Apy54vHS4LrHu+hIzzK5tEtGG4P0bNy3ZDM1ByRaAltairW2yOVnSDLDtAXFgCYk2m6ldeFBctb09XNSxWRy4H9pR+vAjsE6p/6g8CY91duwM5hjxfbxL6nTq1YUn5GSVUNfU3QbQgy0ijOCuxt7uPKvQze0j3Sfxqd6q7i4xuZtwdyhkE0mHqJGn0S6WAnaqnlkoxAue6d1TJvpuXt/e5a3znhW66CJdOmkK2/aFcoOG/t+Z5dJnoV7dOjq0J9R9DsVjyP98gdR1kEoajFl5+leIZaqnW+Q6gC+Ie47pLsbSOF1iP7rhRdsBEQ3IPDLUky/hy9Q3DOnCK9KnfvCm6QZeRbvgIA6R7mvOQ4ePgKp7FF+n+A1vOhzAN2O6b9W3kWpOX4ZgB/2Bbw+P7BLJlLTHmh3XPYaVxnUD70ih8LsT6MxFiXTfw2HK+v3+YdLdmZld3BtQdT/ACrqkEz+E4xhVdT/autsvdZXfqRAsS/s+nvuJSAZH/kV3VjaeCNoN6sLJjdJo0yldUxVqTlWtpU3y+/ToHKUzn8Gzqu6n2EOnCrossDYMY7qfdWRFZUeOdeZz+DnAeVG3dqXlRl0wF4eNjl3BF1njK0StB9GXmg+iBvxKCS7gNqlrycCvVV3/N3taLOb1+O3J7bYRn893am8UQthfDfG63+EWa/SiqLsK6wbg0vfueN3TJYOGO7Pgsk2n7g86lhlVoz+ORScWWCNYLxaf7VZVFzxleBC9RywR9YYuofsTXKcbuIjluE8kE/i5HPvxl9Vxuo24yPjYJY7q0vVVhpWL5ID6L91fL6lRjTP9t+pI5HJUHl1ZI7+aqitn1NCgPuYkxI9w5QINbc8G5QMwJGazJuehBrOTVj8VZ46fl5tsp089efWqCBwO47owrKErtgiHRyewRdAkgmblTknZQvp/T6wbtwEcgsnrpjmUOejaYDJ04dp8vbqpur2P59wfunT/3J+iL2+up0dTN/evnLMp+2qOYRiGYRiGYRiGYRiGYRjm5vE3ufHrL4AANvYAAAAASUVORK5CYII="/>#}
  131.                                     {#</defs>#}
  132.                                 {#</svg>#}
  133.                                 {#<img class="logo-mobile" src="{{ asset('bundles/my/img/logo-mobile.png') }}" alt="">#}
  134.                             {#</a>#}
  135.                             {#<span class="header-hr"></span>#}
  136.                             {#<span class="header-name">Програма лояльності</span>#}
  137.                         {#</div>#}
  138.                         {#<div id="mainNav" class="collapse navbar-mob" style="position: inherit;">#}
  139.                             {#<ul class="header-menu nav nav-pills nav-fill">#}
  140.                                 {#<li class="nav-item mr-0">#}
  141.                                     {#<a id="dropdowns" href="{{ path('my_stocks_page') }}" class="nav-link nav-link-menu">#}
  142.                                     {#Спецпропозицї#}
  143.                                     {#</a>#}
  144.                                 {#</li>#}
  145.                             {#</ul>#}
  146.                         {#</div>#}
  147.                         {#<button class="d-block d-lg-none order-md-4 navbar-toggler collapsed" aria-label="Toggle navigation">#}
  148.                             {#<span class="navbar-toggler-icon"></span>#}
  149.                         {#</button>#}
  150.                         {#{% block loginBtn %}#}
  151.                             {#{% if app.user %}#}
  152.                                 {#<div class="header-profile-btn">#}
  153.                                     {#<div class="header-profile-btn-wrap">#}
  154.                                         {#<a href="" class="header-profile-btn-basket">#}
  155.                                             {#<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">#}
  156.                                                 {#<path d="M7.50002 18.3332C7.96026 18.3332 8.33335 17.9601 8.33335 17.4998C8.33335 17.0396 7.96026 16.6665 7.50002 16.6665C7.03978 16.6665 6.66669 17.0396 6.66669 17.4998C6.66669 17.9601 7.03978 18.3332 7.50002 18.3332Z" stroke="#A1AFBF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>#}
  157.                                                 {#<path d="M16.6666 18.3332C17.1269 18.3332 17.5 17.9601 17.5 17.4998C17.5 17.0396 17.1269 16.6665 16.6666 16.6665C16.2064 16.6665 15.8333 17.0396 15.8333 17.4998C15.8333 17.9601 16.2064 18.3332 16.6666 18.3332Z" stroke="#A1AFBF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>#}
  158.                                                 {#<path d="M0.833313 0.833496H4.16665L6.39998 11.9918C6.47618 12.3755 6.6849 12.7201 6.9896 12.9654C7.2943 13.2107 7.67556 13.341 8.06665 13.3335H16.1666C16.5577 13.341 16.939 13.2107 17.2437 12.9654C17.5484 12.7201 17.7571 12.3755 17.8333 11.9918L19.1666 5.00016H4.99998" stroke="#A1AFBF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>#}
  159.                                             {#</svg>#}
  160.                                         {#</a>#}
  161.                                         {#<div>#}
  162.                                             {#<a href="{{ path('my_profile_dashboard') }}">#}
  163.                                                 {#<span>{{ userModel.name }}</span>#}
  164.                                             {#</a>#}
  165.                                         {#</div>#}
  166.                                     {#</div>#}
  167.                                     {#<a href="" class="header-profile-exit">#}
  168.                                         {#<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">#}
  169.                                             {#<path d="M7.97344 14.6443H1.99334C1.62656 14.6443 1.32891 14.3466 1.32891 13.9799V2.01974C1.32891 1.65296 1.62659 1.3553 1.99334 1.3553H7.97344C8.34087 1.3553 8.63787 1.0583 8.63787 0.690867C8.63787 0.32343 8.34087 0.0263672 7.97344 0.0263672H1.99334C0.894344 0.0263672 0 0.920742 0 2.01974V13.9799C0 15.0789 0.894344 15.9732 1.99334 15.9732H7.97344C8.34087 15.9732 8.63787 15.6762 8.63787 15.3088C8.63787 14.9413 8.34087 14.6443 7.97344 14.6443Z" fill="#A1AFBF"/>#}
  170.                                             {#<path d="M15.802 7.52713L11.7622 3.54041C11.5017 3.2826 11.0804 3.28594 10.8226 3.54707C10.5648 3.80819 10.5675 4.22879 10.8293 4.4866L13.7163 7.33576H5.98011C5.61267 7.33576 5.31567 7.63276 5.31567 8.00019C5.31567 8.36763 5.61267 8.66466 5.98011 8.66466H13.7163L10.8293 11.5138C10.5675 11.7716 10.5655 12.1922 10.8226 12.4534C10.9528 12.5849 11.1243 12.6514 11.2957 12.6514C11.4645 12.6514 11.6333 12.5876 11.7622 12.46L15.802 8.47326C15.9283 8.34835 16 8.17823 16 8.00016C16 7.82216 15.9289 7.65272 15.802 7.52713Z" fill="#A1AFBF"/>#}
  171.                                         {#</svg>#}
  172.                                     {#</a>#}
  173.                                 {#</div>#}
  174.                             {#{% else %}#}
  175.                                 {#<div class="header-enter-btn-wrap">#}
  176.                                     {#<a href="#" class="header-enter-btn" data-toggle="modal" data-target="#enterModal">#}
  177.                                         {#<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">#}
  178.                                             {#<path d="M7.97344 14.6443H1.99334C1.62656 14.6443 1.32891 14.3466 1.32891 13.9799V2.01974C1.32891 1.65296 1.62659 1.3553 1.99334 1.3553H7.97344C8.34087 1.3553 8.63787 1.0583 8.63787 0.690867C8.63787 0.32343 8.34087 0.0263672 7.97344 0.0263672H1.99334C0.894344 0.0263672 0 0.920742 0 2.01974V13.9799C0 15.0789 0.894344 15.9732 1.99334 15.9732H7.97344C8.34087 15.9732 8.63787 15.6762 8.63787 15.3088C8.63787 14.9413 8.34087 14.6443 7.97344 14.6443Z" fill="#E40C25"/>#}
  179.                                             {#<path d="M15.8019 7.52713L11.762 3.54041C11.5016 3.2826 11.0803 3.28594 10.8225 3.54707C10.5647 3.80819 10.5674 4.22879 10.8292 4.4866L13.7162 7.33576H5.97999C5.61255 7.33576 5.31555 7.63276 5.31555 8.00019C5.31555 8.36763 5.61255 8.66466 5.97999 8.66466H13.7162L10.8292 11.5138C10.5674 11.7716 10.5654 12.1922 10.8225 12.4534C10.9527 12.5849 11.1242 12.6514 11.2956 12.6514C11.4644 12.6514 11.6331 12.5876 11.762 12.46L15.8019 8.47326C15.9281 8.34835 15.9999 8.17823 15.9999 8.00016C15.9999 7.82216 15.9288 7.65272 15.8019 7.52713Z" fill="#E40C25"/>#}
  180.                                         {#</svg>#}
  181.                                         {#<span>Увійти в кабінет</span>#}
  182.                                     {#</a>#}
  183.                                 {#</div>#}
  184.                             {#{% endif %}#}
  185.                         {#{% endblock %}#}
  186.                     {#</div>#}
  187.                 {#</div>#}
  188.             {#</div>#}
  189.         {#</div>#}
  190.     {#</header>#}
  191. {% endblock header %}
  192. {% block footer %}
  193.         {#<section class="come-us">#}
  194.             {#<div class="container">#}
  195.                 {#<div class="row">#}
  196.                     {#<div class="col-md-12">#}
  197.                         {#<span class="come-us__title">Приєднуйтесь до нас</span>#}
  198.                         {#<p class="come-us__subtitle">29 540 задоволених клієнтів</p>#}
  199.                     {#</div>#}
  200.                 {#</div>#}
  201.             {#</div>#}
  202.         {#</section>#}
  203.         {#<footer class="footer">#}
  204.             {#<div class="container">#}
  205.                 {#<div class="row footer-top">#}
  206.                     {#<div class="col-md-4">#}
  207.                         {#<a class="footer-top__contacts" href="tel:0800308999">0 800 308 999</a>#}
  208.                     {#</div>#}
  209.                     {#<div class="col-md-3">#}
  210.                         {#<ul class="footer-ul">#}
  211.                             {#<li>#}
  212.                                 {#<a href="{{ path('my_stocks_page') }}">Спецпропозицї</a>#}
  213.                             {#</li>#}
  214.                         {#</ul>#}
  215.                     {#</div>#}
  216.                 {#</div>#}
  217.                 {#<div class="row">#}
  218.                     {#<div class="col-md-12">#}
  219.                         {#<div class="footer-hr"></div>#}
  220.                     {#</div>#}
  221.                 {#</div>#}
  222.                 {#<div class="row footer-bottom">#}
  223.                     {#<div class="col-md-12">#}
  224.                         {#<span class="footer-bottom__copyright">© {{ 'now'|date('Y') }} VIDI. Всі права захищені</span>#}
  225.                     {#</div>#}
  226.                 {#</div>#}
  227.             {#</div>#}
  228.         {#</footer>#}
  229.         <footer class="footer">
  230.             <div class="container">
  231.                 <div class="row">
  232. {#                    <div class="col-sm-6 col-md-6 col-lg-4 col-xl-4">#}
  233. {#                        <ul class="footer_nav">#}
  234. {#                            <li class="footer_nav-item"><a class="footer_nav-item-link" href="">Автомобілі</a></li>#}
  235. {#                            <li class="footer_nav-item"><a class="footer_nav-item-link" href="">Історія</a></li>#}
  236. {#                            <li class="footer_nav-item"><a class="footer_nav-item-link" href="{{ path('my_orders_page') }}">Замовлення</a></li>#}
  237. {#                            <li class="footer_nav-item"><a class="footer_nav-item-link" href="{{ path('my_calendar_page') }}">Календар</a></li>#}
  238. {#                        </ul>#}
  239. {#                    </div>#}
  240. {#                    <div class="col-sm-6 col-md-6 col-lg-4 col-xl-4">#}
  241. {#                        <ul class="footer_nav">#}
  242. {#                            <li class="footer_nav-item"><a class="footer_nav-item-link" href="">Страхування</a></li>#}
  243. {#                            <li class="footer_nav-item"><a class="footer_nav-item-link footer_nav-item-link-light" href="">Оформити поліс</a></li>#}
  244. {#                            <li class="footer_nav-item"><a class="footer_nav-item-link footer_nav-item-link-light" href="">Договори</a></li>#}
  245. {#                            <li class="footer_nav-item"><a class="footer_nav-item-link footer_nav-item-link-light" href="">Страхові справи</a></li>#}
  246. {#                        </ul>#}
  247. {#                    </div>#}
  248. {#                    <div class="col-sm-6 col-md-6 col-lg-4 col-xl-4">#}
  249. {#                        <ul class="footer_nav">#}
  250. {#                            <li class="footer_nav-item">#}
  251. {#                                <a class="footer_nav-item-link" href="{{ path('my_order_service') }}">#}
  252. {#                                    <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">#}
  253. {#                                        <path d="M11.025 4.7248C10.8876 4.865 10.8106 5.05349 10.8106 5.2498C10.8106 5.44612 10.8876 5.63461 11.025 5.7748L12.225 6.9748C12.3652 7.11222 12.5537 7.1892 12.75 7.1892C12.9463 7.1892 13.1348 7.11222 13.275 6.9748L16.1025 4.1473C16.4796 4.98069 16.5938 5.90923 16.4299 6.80916C16.2659 7.70909 15.8315 8.53769 15.1847 9.18451C14.5379 9.83134 13.7093 10.2657 12.8094 10.4296C11.9094 10.5936 10.9809 10.4794 10.1475 10.1023L4.96501 15.2848C4.66665 15.5832 4.26197 15.7508 3.84001 15.7508C3.41806 15.7508 3.01338 15.5832 2.71501 15.2848C2.41665 14.9864 2.24902 14.5818 2.24902 14.1598C2.24902 13.7378 2.41665 13.3332 2.71501 13.0348L7.89751 7.8523C7.52039 7.01891 7.4062 6.09038 7.57017 5.19044C7.73414 4.29051 8.16848 3.46192 8.8153 2.81509C9.46213 2.16827 10.2907 1.73393 11.1907 1.56996C12.0906 1.40599 13.0191 1.52018 13.8525 1.8973L11.0325 4.7173L11.025 4.7248Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>#}
  254. {#                                    </svg>#}
  255. {#                                    Запись на сервис#}
  256. {#                                </a>#}
  257. {#                            </li>#}
  258. {#                            <li class="footer_nav-item">#}
  259. {#                                <a class="footer_nav-item-link" href="{{ path('my_order_parts') }}">#}
  260. {#                                    <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">#}
  261. {#                                        <path d="M9.00342 11.333C10.108 11.333 11.0034 10.4376 11.0034 9.33301C11.0034 8.22844 10.108 7.33301 9.00342 7.33301C7.89885 7.33301 7.00342 8.22844 7.00342 9.33301C7.00342 10.4376 7.89885 11.333 9.00342 11.333Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>#}
  262. {#                                        <path d="M13.9366 11.3333C13.8478 11.5344 13.8214 11.7575 13.8606 11.9737C13.8998 12.19 14.0029 12.3895 14.1566 12.5467L14.1966 12.5867C14.3206 12.7105 14.4189 12.8575 14.486 13.0194C14.5531 13.1813 14.5876 13.3548 14.5876 13.53C14.5876 13.7052 14.5531 13.8787 14.486 14.0406C14.4189 14.2025 14.3206 14.3495 14.1966 14.4733C14.0728 14.5973 13.9257 14.6956 13.7638 14.7627C13.602 14.8298 13.4285 14.8644 13.2533 14.8644C13.078 14.8644 12.9045 14.8298 12.7427 14.7627C12.5808 14.6956 12.4338 14.5973 12.3099 14.4733L12.2699 14.4333C12.1128 14.2796 11.9132 14.1765 11.697 14.1373C11.4807 14.0981 11.2577 14.1246 11.0566 14.2133C10.8594 14.2978 10.6912 14.4382 10.5728 14.617C10.4543 14.7959 10.3908 15.0055 10.3899 15.22V15.3333C10.3899 15.687 10.2494 16.0261 9.9994 16.2761C9.74935 16.5262 9.41021 16.6667 9.05659 16.6667C8.70297 16.6667 8.36383 16.5262 8.11378 16.2761C7.86373 16.0261 7.72325 15.687 7.72325 15.3333V15.2733C7.71809 15.0527 7.64667 14.8387 7.51826 14.6591C7.38986 14.4796 7.21041 14.3429 7.00325 14.2667C6.80218 14.1779 6.57913 14.1515 6.36286 14.1907C6.1466 14.2299 5.94704 14.333 5.78992 14.4867L5.74992 14.5267C5.62609 14.6506 5.47904 14.749 5.31718 14.8161C5.15531 14.8832 4.98181 14.9177 4.80659 14.9177C4.63137 14.9177 4.45787 14.8832 4.296 14.8161C4.13414 14.749 3.98709 14.6506 3.86326 14.5267C3.73929 14.4028 3.64094 14.2558 3.57384 14.0939C3.50674 13.9321 3.47221 13.7586 3.47221 13.5833C3.47221 13.4081 3.50674 13.2346 3.57384 13.0727C3.64094 12.9109 3.73929 12.7638 3.86326 12.64L3.90326 12.6C4.05695 12.4429 4.16005 12.2433 4.19926 12.0271C4.23847 11.8108 4.212 11.5877 4.12325 11.3867C4.03875 11.1895 3.89843 11.0213 3.71957 10.9029C3.54071 10.7844 3.33111 10.7209 3.11659 10.72H3.00326C2.64963 10.72 2.31049 10.5795 2.06045 10.3295C1.8104 10.0794 1.66992 9.74029 1.66992 9.38667C1.66992 9.03304 1.8104 8.69391 2.06045 8.44386C2.31049 8.19381 2.64963 8.05333 3.00326 8.05333H3.06326C3.28392 8.04817 3.49792 7.97675 3.67745 7.84834C3.85698 7.71993 3.99373 7.54049 4.06992 7.33333C4.15867 7.13226 4.18514 6.9092 4.14592 6.69294C4.10671 6.47668 4.00361 6.27712 3.84992 6.12L3.80992 6.08C3.68595 5.95617 3.58761 5.80912 3.52051 5.64725C3.45341 5.48539 3.41887 5.31189 3.41887 5.13667C3.41887 4.96145 3.45341 4.78794 3.52051 4.62608C3.58761 4.46422 3.68595 4.31716 3.80992 4.19333C3.93375 4.06936 4.0808 3.97102 4.24267 3.90392C4.40453 3.83682 4.57803 3.80228 4.75326 3.80228C4.92848 3.80228 5.10198 3.83682 5.26384 3.90392C5.42571 3.97102 5.57276 4.06936 5.69659 4.19333L5.73659 4.23333C5.89371 4.38702 6.09327 4.49012 6.30953 4.52934C6.52579 4.56855 6.74884 4.54208 6.94992 4.45333H7.00325C7.20043 4.36882 7.3686 4.2285 7.48705 4.04964C7.6055 3.87078 7.66907 3.66119 7.66992 3.44667V3.33333C7.66992 2.97971 7.8104 2.64057 8.06045 2.39052C8.31049 2.14048 8.64963 2 9.00325 2C9.35688 2 9.69602 2.14048 9.94606 2.39052C10.1961 2.64057 10.3366 2.97971 10.3366 3.33333V3.39333C10.3374 3.60786 10.401 3.81745 10.5195 3.99631C10.6379 4.17517 10.8061 4.31549 11.0033 4.4C11.2043 4.48874 11.4274 4.51522 11.6436 4.476C11.8599 4.43679 12.0595 4.33369 12.2166 4.18L12.2566 4.14C12.3804 4.01603 12.5275 3.91769 12.6893 3.85059C12.8512 3.78349 13.0247 3.74895 13.1999 3.74895C13.3751 3.74895 13.5486 3.78349 13.7105 3.85059C13.8724 3.91769 14.0194 4.01603 14.1433 4.14C14.2672 4.26383 14.3656 4.41088 14.4327 4.57275C14.4998 4.73461 14.5343 4.90811 14.5343 5.08333C14.5343 5.25855 14.4998 5.43206 14.4327 5.59392C14.3656 5.75578 14.2672 5.90284 14.1433 6.02667L14.1033 6.06667C13.9496 6.22379 13.8465 6.42334 13.8073 6.63961C13.768 6.85587 13.7945 7.07892 13.8833 7.28V7.33333C13.9678 7.53051 14.1081 7.69868 14.2869 7.81713C14.4658 7.93558 14.6754 7.99914 14.8899 8H15.0033C15.3569 8 15.696 8.14048 15.9461 8.39052C16.1961 8.64057 16.3366 8.97971 16.3366 9.33333C16.3366 9.68695 16.1961 10.0261 15.9461 10.2761C15.696 10.5262 15.3569 10.6667 15.0033 10.6667H14.9433C14.7287 10.6675 14.5191 10.7311 14.3403 10.8495C14.1614 10.968 14.0211 11.1362 13.9366 11.3333V11.3333Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>#}
  263. {#                                    </svg>#}
  264. {#                                    Заказ запчастей#}
  265. {#                                </a>#}
  266. {#                            </li>#}
  267. {#                            <li class="footer_nav-item">#}
  268. {#                                <a class="footer_nav-item-link" href="{{ path('my_trade_in') }}">#}
  269. {#                                    <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">#}
  270. {#                                        <path d="M15.3333 8.05715V8.67048C15.3325 10.1081 14.867 11.5069 14.0062 12.6584C13.1454 13.8098 11.9355 14.6521 10.5569 15.0597C9.17829 15.4674 7.70484 15.4184 6.35631 14.9202C5.00779 14.422 3.85644 13.5012 3.07397 12.2952C2.29151 11.0892 1.91986 9.66252 2.01445 8.22802C2.10904 6.79352 2.6648 5.42803 3.59885 4.3352C4.5329 3.24236 5.79519 2.48074 7.19746 2.16391C8.59973 1.84709 10.0668 1.99204 11.38 2.57715" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>#}
  271. {#                                        <path d="M15.3332 3.33789L8.6665 10.0112L6.6665 8.01122" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>#}
  272. {#                                    </svg>#}
  273. {#                                   Оцінка автомобіля#}
  274. {#                                </a>#}
  275. {#                            </li>#}
  276. {#                            <li class="footer_nav-item">#}
  277. {#                                <a class="footer_nav-item-link" href="{{ path('my_support_page') }}">#}
  278. {#                                    <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">#}
  279. {#                                        <path d="M8.66667 15.6331C12.3486 15.6331 15.3333 12.6484 15.3333 8.96647C15.3333 5.28457 12.3486 2.2998 8.66667 2.2998C4.98477 2.2998 2 5.28457 2 8.96647C2 12.6484 4.98477 15.6331 8.66667 15.6331Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>#}
  280. {#                                        <path d="M6.72656 6.96718C6.8833 6.52162 7.19266 6.14591 7.59987 5.9066C8.00707 5.66728 8.48583 5.5798 8.95135 5.65965C9.41687 5.7395 9.83911 5.98153 10.1433 6.34286C10.4475 6.7042 10.6139 7.16153 10.6132 7.63384C10.6132 8.96718 8.61323 9.63384 8.61323 9.63384" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>#}
  281. {#                                        <path d="M8.6665 12.2998H8.67317" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>#}
  282. {#                                    </svg>#}
  283. {#                                    Задати питання#}
  284. {#                                </a>#}
  285. {#                            </li>#}
  286. {#                        </ul>#}
  287. {#                    </div>#}
  288.                     <div class="col-md-12">
  289.                         <a href="{{ path('contacts') }}" class="footer_item-link" target="_blank">
  290.                             <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  291.                                 <path d="M17.5 8.33301C17.5 14.1663 10 19.1663 10 19.1663C10 19.1663 2.5 14.1663 2.5 8.33301C2.5 6.34388 3.29018 4.43623 4.6967 3.02971C6.10322 1.62318 8.01088 0.833008 10 0.833008C11.9891 0.833008 13.8968 1.62318 15.3033 3.02971C16.7098 4.43623 17.5 6.34388 17.5 8.33301Z" stroke="#A2A2A5" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  292.                                 <path d="M10 10.833C11.3807 10.833 12.5 9.71372 12.5 8.33301C12.5 6.9523 11.3807 5.83301 10 5.83301C8.61929 5.83301 7.5 6.9523 7.5 8.33301C7.5 9.71372 8.61929 10.833 10 10.833Z" stroke="#A2A2A5" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  293.                             </svg>
  294.                             Контакти дилерських центрів
  295.                         </a>
  296.                     </div>
  297.                 </div>
  298.                 <div class="row">
  299.                     <div class="col-md-12">
  300.                         <hr>
  301.                     </div>
  302.                 </div>
  303.                 <div class="row">
  304.                     <div class="col-md-12">
  305.                         <span class="footer_copyright">Всі права захищені © {{ 'now'|date('Y') }}. ВІДІ</span>
  306.                     </div>
  307.                 </div>
  308.             </div>
  309.         </footer>
  310.     </div>
  311. </div>
  312. {% endblock footer %}
  313. {% block pageJS %}
  314. {% endblock pageJS %}