src/AutomarketBundle/Resources/views/Contacts/contacts.html.twig line 1

Open in your IDE?
  1. {% extends '@Automarket/base.html.twig' %}
  2. {% block seo %}
  3.     <title>{{ 'base.seo.contacts.title'|trans({}, 'automarket_base') }}</title>
  4.     <meta name="description" content="{{ 'base.seo.contacts.description'|trans({}, 'automarket_base') }}"/>
  5. {% endblock seo %}
  6. {% block css %}
  7.     <link rel="stylesheet" href="{{ asset('bundles/automarket/css/contacts.css') }}">
  8. {% endblock  %}
  9. {% block content %}
  10. <section class="breadcrumbs">
  11.     <div class="container">
  12.         <div class="row">
  13.             <div class="col-md-12">
  14.                 <div class="vidi_breadcrumbs">
  15.                     <span>
  16.                         <a href="{{ path('automarket_homepage') }}">
  17.                             <span class="bc_title">{{ 'menu.main'|trans({}, 'automarket_base') }}</span>
  18.                         </a>
  19.                     </span>
  20.                     <span class="bc_sep"><img src="{{ asset('bundles/automarket/img/arrow-bc.png') }}"></span>
  21.                     <span class="bc_title">{{ 'menu.contacts'|trans({}, 'automarket_base') }}</span>
  22.                 </div>
  23.             </div>
  24.         </div>
  25.     </div>
  26. </section>
  27. <section class="section__page section__bg__img section__bg__img-contact"></section>
  28. <section class="section__contacts">
  29.     <div class="container">
  30.         <div class="contacts__wrapper">
  31.             <div class="contacts__col">
  32.                 <h1 class="text-center contacts__title">{{ 'base.seo.contacts.h1'|trans({}, 'automarket_base') }}</h1>
  33.                 <p class="contacts__title">{{ 'contacts.address_word'|trans({}, 'automarket_base') }}:</p>
  34.                 <a href="https://maps.app.goo.gl/aLJ4nKw9uNinsxW27" class="contact__box" target="_blank">
  35.                     <svg width="24.000000" height="24.000000" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  36.                         <defs>
  37.                             <clipPath id="clip1522_6581">
  38.                                 <rect id="free-icon-location-3894030 (1) 2" width="24.000000" height="24.000000" fill="white" fill-opacity="0"/>
  39.                             </clipPath>
  40.                         </defs>
  41.                         <rect id="free-icon-location-3894030 (1) 2" width="24.000000" height="24.000000" fill="#FFFFFF" fill-opacity="0"/>
  42.                         <g clip-path="url(#clip1522_6581)">
  43.                             <path id="Vector" d="M12 0C7.03711 0 3 3.86621 3 8.61719C3 11.1631 4.46191 14.5068 7.34668 18.5557C8.66797 20.4033 10.1055 22.1719 11.6504 23.8516C11.6953 23.8984 11.749 23.9355 11.8086 23.9609C11.8691 23.9863 11.9346 24 12 24C12.0654 24 12.1309 23.9863 12.1914 23.9609C12.251 23.9355 12.3047 23.8984 12.3496 23.8516C13.8945 22.1719 15.332 20.4033 16.6533 18.5557C19.5381 14.5068 21 11.1631 21 8.61719C21 3.86621 16.9629 0 12 0ZM12 22.8652C10.4102 21.1016 3.94238 13.6182 3.94238 8.61719C3.94238 4.36328 7.55664 0.902344 12 0.902344C16.4434 0.902344 20.0576 4.36328 20.0576 8.61719C20.0576 13.6182 13.5898 21.1016 12 22.8652Z" fill="#E40C25" fill-opacity="1.000000" fill-rule="nonzero"/>
  44.                             <path id="Vector" d="M11.9521 4.31543C11.1709 4.31543 10.4062 4.54688 9.75684 4.98145C9.10645 5.41602 8.59961 6.0332 8.30078 6.75488C8.00195 7.47754 7.92383 8.27148 8.07617 9.03809C8.22852 9.80469 8.60449 10.5088 9.15723 11.0615C9.70996 11.6143 10.4141 11.9912 11.1807 12.1436C11.9473 12.2959 12.7422 12.2178 13.4648 11.9189C14.1865 11.6191 14.8037 11.1133 15.2383 10.4629C15.6719 9.81348 15.9043 9.04883 15.9043 8.26758C15.9033 7.21973 15.4863 6.21484 14.7451 5.47461C14.0039 4.7334 13 4.31641 11.9521 4.31543ZM11.9521 11.3174C11.3486 11.3174 10.7588 11.1387 10.2578 10.8037C9.75586 10.4678 9.36523 9.99219 9.13477 9.43457C8.90332 8.87695 8.84277 8.26367 8.96094 7.67285C9.07812 7.08105 9.36914 6.53711 9.7959 6.11133C10.2217 5.68457 10.7656 5.39355 11.3574 5.27637C11.9482 5.1582 12.5615 5.21875 13.1191 5.4502C13.6768 5.68066 14.1523 6.07129 14.4883 6.57324C14.8232 7.07422 15.002 7.66406 15.002 8.26758C15.001 9.07617 14.6797 9.85156 14.1074 10.4229C13.5361 10.9951 12.7607 11.3164 11.9521 11.3174Z" fill="#E40C25" fill-opacity="1.000000" fill-rule="nonzero"/>
  45.                         </g>
  46.                     </svg>
  47.                     <p>{{ 'contacts.address'|trans({}, 'automarket_base') }}</p>
  48.                 </a>
  49.                 <a class="map-item" href="https://maps.app.goo.gl/aLJ4nKw9uNinsxW27">{{ 'contacts.place_route'|trans({}, 'automarket_base') }}</a>
  50.                 <div class="contacts__info__wrapper">
  51.                     <div class="contact__box__wrapper">
  52.                         <p class="contacts__title">{{ 'contacts.sales_dep'|trans({}, 'automarket_base') }}:</p>
  53.                         <a href="tel:+380445033353" class="contact__box">
  54.                             <svg width="23.999023" height="24.000000" viewbox="0 0 23.999 24" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  55.                                 <defs/>
  56.                                 <path id="Vector" d="M23.9121 18.1641C23.749 17.6748 23.377 17.29 22.8906 17.1074L17.8018 15.1982C17.2832 15.0029 16.7402 15.0615 16.2754 15.3633L14.5615 16.4736C14.2393 16.6816 13.8545 16.6836 13.5303 16.4785C12.3291 15.7188 11.2061 14.8193 10.1943 13.8057C10.1943 13.8057 10.1943 13.8057 10.1943 13.8047C9.17969 12.793 8.28027 11.6709 7.52051 10.4688C7.31641 10.1455 7.31836 9.75977 7.52637 9.43848L8.63672 7.72461C8.9375 7.25879 8.99609 6.7168 8.80176 6.19824L6.89258 1.10938C6.70996 0.623047 6.32422 0.250977 5.83496 0.0878906C5.3457 -0.0751953 4.81445 -0.00878906 4.37695 0.271484L1.71289 1.97266C0.365234 2.83398 -0.266602 4.39648 0.105469 5.95215C1.13574 10.2695 3.37793 14.2324 6.58887 17.4082C9.76758 20.6211 13.7305 22.8643 18.0479 23.8945C18.3438 23.9648 18.6406 24 18.9316 24C20.1729 24 21.3291 23.3779 22.0264 22.2871L23.7285 19.623C24.0078 19.1855 24.0752 18.6533 23.9121 18.1641ZM23.0967 19.2188L21.3945 21.8828C20.708 22.958 19.4619 23.4609 18.2217 23.165C14.04 22.167 10.2021 19.9941 7.11914 16.8779C4.00586 13.7979 1.83203 9.95898 0.834961 5.77832C0.538086 4.53711 1.04199 3.29199 2.11719 2.60449L4.78027 0.90332C4.93848 0.801758 5.11816 0.75 5.29883 0.75C5.39941 0.75 5.5 0.766602 5.59863 0.798828C5.87207 0.890625 6.08789 1.09961 6.19043 1.37305L8.09961 6.46094C8.20996 6.75684 8.17773 7.05273 8.00684 7.31641L6.89648 9.03027C6.53125 9.5957 6.52734 10.3008 6.88672 10.8701C7.67676 12.1182 8.61133 13.2842 9.66406 14.3359C10.7148 15.3887 11.8809 16.3232 13.1299 17.1133C13.6992 17.4727 14.4033 17.4688 14.9688 17.1025L16.6826 15.9932C16.9473 15.8213 17.2432 15.7891 17.5381 15.9004L22.627 17.8096C22.9004 17.9121 23.1094 18.1279 23.2002 18.4014C23.292 18.6748 23.2539 18.9727 23.0967 19.2188Z" fill="#E40C25" fill-opacity="1.000000" fill-rule="nonzero"/>
  57.                             </svg>
  58.                             <p>+38 (044) 503 33 53</p>
  59.                         </a>
  60.                         <a href="mailto:{{ dealer.emailSale }}" class="contact__box">
  61.                             <svg width="24.000000" height="24.000000" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  62.                                 <defs>
  63.                                     <clipPath id="clip1522_6592">
  64.                                         <rect id="fi_5987346" width="24.000000" height="24.000000" fill="white" fill-opacity="0"/>
  65.                                     </clipPath>
  66.                                 </defs>
  67.                                 <rect id="fi_5987346" width="24.000000" height="24.000000" fill="#FFFFFF" fill-opacity="0"/>
  68.                                 <g clip-path="url(#clip1522_6592)">
  69.                                     <path id="Vector" d="M22.4395 5.22559C22.1377 4.94238 21.7383 4.78516 21.3242 4.78613L2.67578 4.78613C2.2666 4.78516 1.87207 4.93945 1.57129 5.21777L1.57031 5.21875L1.56738 5.2207L1.56543 5.22363C1.39746 5.37598 1.26465 5.5625 1.17285 5.76953C1.08203 5.97656 1.03516 6.2002 1.03516 6.42676L1.03516 17.5732C1.03418 18.0039 1.2041 18.417 1.50586 18.7227C1.50879 18.7256 1.51074 18.7295 1.51367 18.7324C1.66602 18.8857 1.84766 19.0078 2.04688 19.0908C2.24609 19.1729 2.45996 19.2158 2.67676 19.2148L21.3252 19.2148C21.542 19.2148 21.7568 19.1719 21.957 19.0879C22.1572 19.0039 22.3389 18.8809 22.4912 18.7266C22.6426 18.5752 22.7627 18.3955 22.8438 18.1973C22.9258 18 22.9668 17.7881 22.9658 17.5732L22.9658 6.42676C22.9658 6.20117 22.9189 5.97754 22.8281 5.77148C22.7373 5.56445 22.6055 5.37891 22.4395 5.22559ZM21.3242 18.5576L2.67578 18.5576C2.52832 18.5586 2.38184 18.5244 2.25 18.458L8.95508 11.6953L11.8105 14.0107C11.8691 14.0586 11.9414 14.084 12.0166 14.084C12.0928 14.084 12.165 14.0586 12.2236 14.0107L15.0547 11.71L21.7568 18.4541C21.623 18.5234 21.4746 18.5586 21.3242 18.5576ZM1.69141 17.5732L1.69141 6.42676C1.69141 6.24805 1.74121 6.07227 1.83496 5.91895L8.44336 11.2803L1.78809 17.9922C1.72559 17.8613 1.69238 17.7188 1.69141 17.5732ZM15.5664 11.2939L22.1689 5.9248C22.2607 6.07715 22.3086 6.25 22.3086 6.42676L22.3086 17.5742C22.3086 17.7168 22.2764 17.8574 22.2148 17.9863L15.5664 11.2939ZM21.3242 5.44238C21.4355 5.44238 21.5459 5.46289 21.6514 5.50098L12.0166 13.334L2.35742 5.49805C2.45996 5.46191 2.56738 5.44238 2.67676 5.44238L21.3242 5.44238Z" fill="#E40C25" fill-opacity="1.000000" fill-rule="nonzero"/>
  70.                                 </g>
  71.                             </svg>
  72.                             <p>{{ dealer.emailSale }}</p>
  73.                         </a>
  74.                     </div>
  75.                     <div class="contact__box__wrapper">
  76.                         <p class="contacts__title">{{ 'contacts.reception_dep'|trans({}, 'automarket_base') }}:</p>
  77.                         <a href="tel:+380445033353" class="contact__box">
  78.                             <svg width="23.999023" height="24.000000" viewbox="0 0 23.999 24" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  79.                                 <defs/>
  80.                                 <path id="Vector" d="M23.9121 18.1641C23.749 17.6748 23.377 17.29 22.8906 17.1074L17.8018 15.1982C17.2832 15.0029 16.7402 15.0615 16.2754 15.3633L14.5615 16.4736C14.2393 16.6816 13.8545 16.6836 13.5303 16.4785C12.3291 15.7188 11.2061 14.8193 10.1943 13.8057C10.1943 13.8057 10.1943 13.8057 10.1943 13.8047C9.17969 12.793 8.28027 11.6709 7.52051 10.4688C7.31641 10.1455 7.31836 9.75977 7.52637 9.43848L8.63672 7.72461C8.9375 7.25879 8.99609 6.7168 8.80176 6.19824L6.89258 1.10938C6.70996 0.623047 6.32422 0.250977 5.83496 0.0878906C5.3457 -0.0751953 4.81445 -0.00878906 4.37695 0.271484L1.71289 1.97266C0.365234 2.83398 -0.266602 4.39648 0.105469 5.95215C1.13574 10.2695 3.37793 14.2324 6.58887 17.4082C9.76758 20.6211 13.7305 22.8643 18.0479 23.8945C18.3438 23.9648 18.6406 24 18.9316 24C20.1729 24 21.3291 23.3779 22.0264 22.2871L23.7285 19.623C24.0078 19.1855 24.0752 18.6533 23.9121 18.1641ZM23.0967 19.2188L21.3945 21.8828C20.708 22.958 19.4619 23.4609 18.2217 23.165C14.04 22.167 10.2021 19.9941 7.11914 16.8779C4.00586 13.7979 1.83203 9.95898 0.834961 5.77832C0.538086 4.53711 1.04199 3.29199 2.11719 2.60449L4.78027 0.90332C4.93848 0.801758 5.11816 0.75 5.29883 0.75C5.39941 0.75 5.5 0.766602 5.59863 0.798828C5.87207 0.890625 6.08789 1.09961 6.19043 1.37305L8.09961 6.46094C8.20996 6.75684 8.17773 7.05273 8.00684 7.31641L6.89648 9.03027C6.53125 9.5957 6.52734 10.3008 6.88672 10.8701C7.67676 12.1182 8.61133 13.2842 9.66406 14.3359C10.7148 15.3887 11.8809 16.3232 13.1299 17.1133C13.6992 17.4727 14.4033 17.4688 14.9688 17.1025L16.6826 15.9932C16.9473 15.8213 17.2432 15.7891 17.5381 15.9004L22.627 17.8096C22.9004 17.9121 23.1094 18.1279 23.2002 18.4014C23.292 18.6748 23.2539 18.9727 23.0967 19.2188Z" fill="#E40C25" fill-opacity="1.000000" fill-rule="nonzero"/>
  81.                             </svg>
  82.                             <p>+38 (044) 503 33 53</p>
  83.                         </a>
  84.                         <a href="mailto:trade-in.automarket@vidi.ua" class="contact__box">
  85.                             <svg width="24.000000" height="24.000000" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  86.                                 <defs>
  87.                                     <clipPath id="clip1522_6592">
  88.                                         <rect id="fi_5987346" width="24.000000" height="24.000000" fill="white" fill-opacity="0"/>
  89.                                     </clipPath>
  90.                                 </defs>
  91.                                 <rect id="fi_5987346" width="24.000000" height="24.000000" fill="#FFFFFF" fill-opacity="0"/>
  92.                                 <g clip-path="url(#clip1522_6592)">
  93.                                     <path id="Vector" d="M22.4395 5.22559C22.1377 4.94238 21.7383 4.78516 21.3242 4.78613L2.67578 4.78613C2.2666 4.78516 1.87207 4.93945 1.57129 5.21777L1.57031 5.21875L1.56738 5.2207L1.56543 5.22363C1.39746 5.37598 1.26465 5.5625 1.17285 5.76953C1.08203 5.97656 1.03516 6.2002 1.03516 6.42676L1.03516 17.5732C1.03418 18.0039 1.2041 18.417 1.50586 18.7227C1.50879 18.7256 1.51074 18.7295 1.51367 18.7324C1.66602 18.8857 1.84766 19.0078 2.04688 19.0908C2.24609 19.1729 2.45996 19.2158 2.67676 19.2148L21.3252 19.2148C21.542 19.2148 21.7568 19.1719 21.957 19.0879C22.1572 19.0039 22.3389 18.8809 22.4912 18.7266C22.6426 18.5752 22.7627 18.3955 22.8438 18.1973C22.9258 18 22.9668 17.7881 22.9658 17.5732L22.9658 6.42676C22.9658 6.20117 22.9189 5.97754 22.8281 5.77148C22.7373 5.56445 22.6055 5.37891 22.4395 5.22559ZM21.3242 18.5576L2.67578 18.5576C2.52832 18.5586 2.38184 18.5244 2.25 18.458L8.95508 11.6953L11.8105 14.0107C11.8691 14.0586 11.9414 14.084 12.0166 14.084C12.0928 14.084 12.165 14.0586 12.2236 14.0107L15.0547 11.71L21.7568 18.4541C21.623 18.5234 21.4746 18.5586 21.3242 18.5576ZM1.69141 17.5732L1.69141 6.42676C1.69141 6.24805 1.74121 6.07227 1.83496 5.91895L8.44336 11.2803L1.78809 17.9922C1.72559 17.8613 1.69238 17.7188 1.69141 17.5732ZM15.5664 11.2939L22.1689 5.9248C22.2607 6.07715 22.3086 6.25 22.3086 6.42676L22.3086 17.5742C22.3086 17.7168 22.2764 17.8574 22.2148 17.9863L15.5664 11.2939ZM21.3242 5.44238C21.4355 5.44238 21.5459 5.46289 21.6514 5.50098L12.0166 13.334L2.35742 5.49805C2.45996 5.46191 2.56738 5.44238 2.67676 5.44238L21.3242 5.44238Z" fill="#E40C25" fill-opacity="1.000000" fill-rule="nonzero"/>
  94.                                 </g>
  95.                             </svg>
  96.                             <p>trade-in.automarket@vidi.ua</p>
  97.                         </a>
  98.                     </div>
  99.                     <div class="contact__box__wrapper">
  100.                         <p class="contacts__title">{{ 'contacts.work_schedule'|trans({}, 'automarket_base') }}:</p>
  101.                         <div class="contact__box">
  102.                             <svg width="24.000000" height="24.000000" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  103.                                 <defs>
  104.                                     <clipPath id="clip1522_6595">
  105.                                         <rect id="fi_3073421" width="24.000000" height="24.000000" fill="white" fill-opacity="0"/>
  106.                                     </clipPath>
  107.                                 </defs>
  108.                                 <rect id="fi_3073421" width="24.000000" height="24.000000" fill="#FFFFFF" fill-opacity="0"/>
  109.                                 <g clip-path="url(#clip1522_6595)">
  110.                                     <path id="Vector" d="M20.4854 3.51367C19.498 2.52734 18.3633 1.72754 17.1113 1.13867C15.9014 0.569336 14.6113 0.208984 13.2764 0.0673828C10.6016 -0.217773 7.88184 0.410156 5.61719 1.83398C5.45312 1.9375 5.4043 2.15527 5.50684 2.31934C5.61035 2.4834 5.82812 2.5332 5.99219 2.42969C8.12305 1.08887 10.6836 0.498047 13.2021 0.766602C15.7568 1.03809 18.167 2.19043 19.9883 4.01172C22.1221 6.14453 23.2969 8.98145 23.2969 11.999C23.2969 15.0166 22.1221 17.8535 19.9883 19.9873C17.8545 22.1211 15.0176 23.2959 12 23.2959C8.98242 23.2959 6.14551 22.1211 4.01172 19.9873C1.87793 17.8535 0.703125 15.0166 0.703125 11.999C0.703125 8.98145 1.87793 6.14453 4.01172 4.01172C4.25977 3.76367 4.52148 3.52539 4.78906 3.30273C4.93848 3.17871 4.95898 2.95703 4.83496 2.80762C4.71094 2.6582 4.48926 2.6377 4.33984 2.76172C4.05566 2.99805 3.77734 3.25098 3.51465 3.51367C1.24805 5.78027 0 8.79395 0 11.999C0 15.2051 1.24805 18.2178 3.51465 20.4844C5.78125 22.751 8.79492 23.999 12 23.999C15.2051 23.999 18.2188 22.751 20.4854 20.4844C22.752 18.2178 24 15.2051 24 11.999C24 8.79395 22.752 5.78027 20.4854 3.51367Z" fill="#E40C25" fill-opacity="1.000000" fill-rule="nonzero"/>
  111.                                     <path id="Vector" d="M4.4502 5.67578C2.96875 7.44336 2.15234 9.68945 2.15234 12C2.15234 12.876 2.26758 13.7461 2.49512 14.585C2.53809 14.7412 2.67969 14.8447 2.83398 14.8447C2.86523 14.8447 2.89551 14.8398 2.92676 14.832C3.11426 14.7812 3.22461 14.5879 3.17383 14.4004C2.99316 13.7344 2.88965 13.0459 2.8623 12.3506L10.6104 12.3506C10.6729 12.5996 10.8008 12.8271 10.9873 13.0127C11.2666 13.292 11.6328 13.4316 12 13.4316C12.1289 13.4316 12.2568 13.4141 12.3818 13.3799L13.9434 16.1191C14.0078 16.2324 14.127 16.2959 14.249 16.2959C14.3086 16.2959 14.3682 16.2812 14.4229 16.25C14.5918 16.1543 14.6504 15.9395 14.5547 15.7705L12.9932 13.0312C13 13.0254 13.0068 13.0195 13.0127 13.0127C13.2021 12.8232 13.3271 12.5938 13.3887 12.3516L16.3193 12.3516C16.5127 12.3516 16.6709 12.1934 16.6709 12C16.6709 11.8057 16.5127 11.6484 16.3193 11.6484L13.3887 11.6484C13.3271 11.4053 13.2021 11.1758 13.0127 10.9863C12.8242 10.7969 12.5938 10.6719 12.3516 10.6113L12.3516 5.70508C12.3516 5.51074 12.1943 5.35352 12 5.35352C11.8057 5.35352 11.6484 5.51074 11.6484 5.70508L11.6484 10.6113C11.4062 10.6719 11.1758 10.7969 10.9873 10.9863C10.8008 11.1719 10.6729 11.3994 10.6104 11.6475L2.8623 11.6484C2.91504 10.2939 3.26855 8.97168 3.8877 7.7793L4.67285 8.22754C4.72754 8.25879 4.78809 8.27344 4.84668 8.27344C4.96875 8.27344 5.08789 8.20996 5.15234 8.09668C5.24902 7.92773 5.18945 7.71289 5.02148 7.61719L4.23535 7.16895C4.46094 6.80664 4.71289 6.45801 4.98926 6.12793C5.11426 5.97949 5.09473 5.75781 4.94629 5.63281C4.79688 5.50781 4.5752 5.52734 4.4502 5.67578ZM11.4844 11.4834C11.626 11.3408 11.8135 11.2705 12 11.2705C12.1865 11.2705 12.374 11.3408 12.5156 11.4834C12.8008 11.7676 12.8008 12.2305 12.5156 12.5156C12.2314 12.7998 11.7686 12.7998 11.4844 12.5156C11.3457 12.3779 11.2705 12.1943 11.2705 11.999C11.2705 11.8047 11.3457 11.6211 11.4844 11.4834Z" fill="#E40C25" fill-opacity="1.000000" fill-rule="nonzero"/>
  112.                                     <path id="Vector" d="M5.15332 15.9033C5.05664 15.7344 4.8418 15.6758 4.67383 15.7715L3.88672 16.2197C3.81641 16.084 3.74707 15.9463 3.68262 15.8057C3.60156 15.6299 3.39355 15.5518 3.2168 15.6328C3.04004 15.7139 2.96289 15.9229 3.04395 16.0986C3.81934 17.79 5.05371 19.2236 6.61426 20.2451C8.21582 21.2939 10.0781 21.8477 12 21.8477C13.7559 21.8477 15.4043 21.3857 16.833 20.5781C16.8643 20.5654 16.8926 20.5488 16.918 20.5293C19.8633 18.8252 21.8486 15.6406 21.8486 12C21.8486 6.57031 17.4307 2.15234 12 2.15234C9.69141 2.15234 7.44629 2.96777 5.67871 4.44922C5.53027 4.57324 5.51074 4.79492 5.63574 4.94434C5.75977 5.09277 5.98145 5.1123 6.13086 4.98828C6.45996 4.71191 6.80762 4.46094 7.16992 4.23535L7.61719 5.02148C7.68262 5.13477 7.80078 5.19922 7.92285 5.19922C7.98242 5.19922 8.04199 5.18359 8.09668 5.15234C8.26562 5.05664 8.32422 4.8418 8.22852 4.67285L7.78027 3.8877C8.97266 3.26855 10.2939 2.91504 11.6484 2.8623L11.6484 3.7666C11.6484 3.96094 11.8057 4.11816 12 4.11816C12.1943 4.11816 12.3516 3.96094 12.3516 3.7666L12.3516 2.86328C13.7422 2.91602 15.0537 3.28027 16.2197 3.88867L15.7725 4.67285C15.6758 4.8418 15.7344 5.05664 15.9033 5.15234C15.958 5.18359 16.0186 5.19922 16.0771 5.19922C16.1992 5.19922 16.3184 5.13477 16.3828 5.02148L16.8291 4.23828C18.0156 4.97852 19.0215 5.98438 19.7627 7.1709L18.9785 7.61719C18.8105 7.71387 18.751 7.92773 18.8477 8.09668C18.9121 8.21094 19.0312 8.27441 19.1533 8.27441C19.2119 8.27441 19.2725 8.25977 19.3271 8.22852L20.1113 7.78125C20.7197 8.94629 21.085 10.2578 21.1377 11.6484L20.2334 11.6484C20.0391 11.6484 19.8818 11.8057 19.8818 12C19.8818 12.1943 20.0391 12.3516 20.2334 12.3516L21.1377 12.3516C21.085 13.7422 20.7197 15.0537 20.1113 16.2188L19.3271 15.7715C19.1582 15.6758 18.9434 15.7344 18.8477 15.9033C18.751 16.0723 18.8105 16.2861 18.9785 16.3828L19.7627 16.8291C19.0215 18.0156 18.0166 19.0215 16.8291 19.7617L15.3135 17.1025C15.2168 16.9336 15.002 16.875 14.834 16.9707C14.665 17.0674 14.6064 17.2812 14.7021 17.4502L16.2197 20.1113C15.0537 20.7197 13.7422 21.085 12.3516 21.1377L12.3516 20.2334C12.3516 20.0391 12.1943 19.8818 12 19.8818C11.8057 19.8818 11.6484 20.0391 11.6484 20.2334L11.6484 21.1377C10.291 21.0859 8.97461 20.7363 7.7793 20.1143L8.22852 19.3271C8.32422 19.1582 8.26562 18.9434 8.09668 18.8477C7.92871 18.751 7.71387 18.8096 7.61719 18.9785L7.16895 19.7656C7.1123 19.7295 7.05566 19.6943 6.99902 19.6572C5.87695 18.9229 4.9375 17.958 4.23535 16.8311L5.02148 16.3828C5.19043 16.2861 5.24902 16.0723 5.15332 15.9033Z" fill="#E40C25" fill-opacity="1.000000" fill-rule="nonzero"/>
  113.                                 </g>
  114.                             </svg>
  115.                             <p>Пн - Пт з {{  dealer.openTime }} до 20:00</p>
  116.                         </div>
  117.                         <div class="contact__box">
  118.                             <svg width="24.000000" height="24.000000" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  119.                                 <defs>
  120.                                     <clipPath id="clip1522_6595">
  121.                                         <rect id="fi_3073421" width="24.000000" height="24.000000" fill="white" fill-opacity="0"/>
  122.                                     </clipPath>
  123.                                 </defs>
  124.                                 <rect id="fi_3073421" width="24.000000" height="24.000000" fill="#FFFFFF" fill-opacity="0"/>
  125.                                 <g clip-path="url(#clip1522_6595)">
  126.                                     <path id="Vector" d="M20.4854 3.51367C19.498 2.52734 18.3633 1.72754 17.1113 1.13867C15.9014 0.569336 14.6113 0.208984 13.2764 0.0673828C10.6016 -0.217773 7.88184 0.410156 5.61719 1.83398C5.45312 1.9375 5.4043 2.15527 5.50684 2.31934C5.61035 2.4834 5.82812 2.5332 5.99219 2.42969C8.12305 1.08887 10.6836 0.498047 13.2021 0.766602C15.7568 1.03809 18.167 2.19043 19.9883 4.01172C22.1221 6.14453 23.2969 8.98145 23.2969 11.999C23.2969 15.0166 22.1221 17.8535 19.9883 19.9873C17.8545 22.1211 15.0176 23.2959 12 23.2959C8.98242 23.2959 6.14551 22.1211 4.01172 19.9873C1.87793 17.8535 0.703125 15.0166 0.703125 11.999C0.703125 8.98145 1.87793 6.14453 4.01172 4.01172C4.25977 3.76367 4.52148 3.52539 4.78906 3.30273C4.93848 3.17871 4.95898 2.95703 4.83496 2.80762C4.71094 2.6582 4.48926 2.6377 4.33984 2.76172C4.05566 2.99805 3.77734 3.25098 3.51465 3.51367C1.24805 5.78027 0 8.79395 0 11.999C0 15.2051 1.24805 18.2178 3.51465 20.4844C5.78125 22.751 8.79492 23.999 12 23.999C15.2051 23.999 18.2188 22.751 20.4854 20.4844C22.752 18.2178 24 15.2051 24 11.999C24 8.79395 22.752 5.78027 20.4854 3.51367Z" fill="#E40C25" fill-opacity="1.000000" fill-rule="nonzero"/>
  127.                                     <path id="Vector" d="M4.4502 5.67578C2.96875 7.44336 2.15234 9.68945 2.15234 12C2.15234 12.876 2.26758 13.7461 2.49512 14.585C2.53809 14.7412 2.67969 14.8447 2.83398 14.8447C2.86523 14.8447 2.89551 14.8398 2.92676 14.832C3.11426 14.7812 3.22461 14.5879 3.17383 14.4004C2.99316 13.7344 2.88965 13.0459 2.8623 12.3506L10.6104 12.3506C10.6729 12.5996 10.8008 12.8271 10.9873 13.0127C11.2666 13.292 11.6328 13.4316 12 13.4316C12.1289 13.4316 12.2568 13.4141 12.3818 13.3799L13.9434 16.1191C14.0078 16.2324 14.127 16.2959 14.249 16.2959C14.3086 16.2959 14.3682 16.2812 14.4229 16.25C14.5918 16.1543 14.6504 15.9395 14.5547 15.7705L12.9932 13.0312C13 13.0254 13.0068 13.0195 13.0127 13.0127C13.2021 12.8232 13.3271 12.5938 13.3887 12.3516L16.3193 12.3516C16.5127 12.3516 16.6709 12.1934 16.6709 12C16.6709 11.8057 16.5127 11.6484 16.3193 11.6484L13.3887 11.6484C13.3271 11.4053 13.2021 11.1758 13.0127 10.9863C12.8242 10.7969 12.5938 10.6719 12.3516 10.6113L12.3516 5.70508C12.3516 5.51074 12.1943 5.35352 12 5.35352C11.8057 5.35352 11.6484 5.51074 11.6484 5.70508L11.6484 10.6113C11.4062 10.6719 11.1758 10.7969 10.9873 10.9863C10.8008 11.1719 10.6729 11.3994 10.6104 11.6475L2.8623 11.6484C2.91504 10.2939 3.26855 8.97168 3.8877 7.7793L4.67285 8.22754C4.72754 8.25879 4.78809 8.27344 4.84668 8.27344C4.96875 8.27344 5.08789 8.20996 5.15234 8.09668C5.24902 7.92773 5.18945 7.71289 5.02148 7.61719L4.23535 7.16895C4.46094 6.80664 4.71289 6.45801 4.98926 6.12793C5.11426 5.97949 5.09473 5.75781 4.94629 5.63281C4.79688 5.50781 4.5752 5.52734 4.4502 5.67578ZM11.4844 11.4834C11.626 11.3408 11.8135 11.2705 12 11.2705C12.1865 11.2705 12.374 11.3408 12.5156 11.4834C12.8008 11.7676 12.8008 12.2305 12.5156 12.5156C12.2314 12.7998 11.7686 12.7998 11.4844 12.5156C11.3457 12.3779 11.2705 12.1943 11.2705 11.999C11.2705 11.8047 11.3457 11.6211 11.4844 11.4834Z" fill="#E40C25" fill-opacity="1.000000" fill-rule="nonzero"/>
  128.                                     <path id="Vector" d="M5.15332 15.9033C5.05664 15.7344 4.8418 15.6758 4.67383 15.7715L3.88672 16.2197C3.81641 16.084 3.74707 15.9463 3.68262 15.8057C3.60156 15.6299 3.39355 15.5518 3.2168 15.6328C3.04004 15.7139 2.96289 15.9229 3.04395 16.0986C3.81934 17.79 5.05371 19.2236 6.61426 20.2451C8.21582 21.2939 10.0781 21.8477 12 21.8477C13.7559 21.8477 15.4043 21.3857 16.833 20.5781C16.8643 20.5654 16.8926 20.5488 16.918 20.5293C19.8633 18.8252 21.8486 15.6406 21.8486 12C21.8486 6.57031 17.4307 2.15234 12 2.15234C9.69141 2.15234 7.44629 2.96777 5.67871 4.44922C5.53027 4.57324 5.51074 4.79492 5.63574 4.94434C5.75977 5.09277 5.98145 5.1123 6.13086 4.98828C6.45996 4.71191 6.80762 4.46094 7.16992 4.23535L7.61719 5.02148C7.68262 5.13477 7.80078 5.19922 7.92285 5.19922C7.98242 5.19922 8.04199 5.18359 8.09668 5.15234C8.26562 5.05664 8.32422 4.8418 8.22852 4.67285L7.78027 3.8877C8.97266 3.26855 10.2939 2.91504 11.6484 2.8623L11.6484 3.7666C11.6484 3.96094 11.8057 4.11816 12 4.11816C12.1943 4.11816 12.3516 3.96094 12.3516 3.7666L12.3516 2.86328C13.7422 2.91602 15.0537 3.28027 16.2197 3.88867L15.7725 4.67285C15.6758 4.8418 15.7344 5.05664 15.9033 5.15234C15.958 5.18359 16.0186 5.19922 16.0771 5.19922C16.1992 5.19922 16.3184 5.13477 16.3828 5.02148L16.8291 4.23828C18.0156 4.97852 19.0215 5.98438 19.7627 7.1709L18.9785 7.61719C18.8105 7.71387 18.751 7.92773 18.8477 8.09668C18.9121 8.21094 19.0312 8.27441 19.1533 8.27441C19.2119 8.27441 19.2725 8.25977 19.3271 8.22852L20.1113 7.78125C20.7197 8.94629 21.085 10.2578 21.1377 11.6484L20.2334 11.6484C20.0391 11.6484 19.8818 11.8057 19.8818 12C19.8818 12.1943 20.0391 12.3516 20.2334 12.3516L21.1377 12.3516C21.085 13.7422 20.7197 15.0537 20.1113 16.2188L19.3271 15.7715C19.1582 15.6758 18.9434 15.7344 18.8477 15.9033C18.751 16.0723 18.8105 16.2861 18.9785 16.3828L19.7627 16.8291C19.0215 18.0156 18.0166 19.0215 16.8291 19.7617L15.3135 17.1025C15.2168 16.9336 15.002 16.875 14.834 16.9707C14.665 17.0674 14.6064 17.2812 14.7021 17.4502L16.2197 20.1113C15.0537 20.7197 13.7422 21.085 12.3516 21.1377L12.3516 20.2334C12.3516 20.0391 12.1943 19.8818 12 19.8818C11.8057 19.8818 11.6484 20.0391 11.6484 20.2334L11.6484 21.1377C10.291 21.0859 8.97461 20.7363 7.7793 20.1143L8.22852 19.3271C8.32422 19.1582 8.26562 18.9434 8.09668 18.8477C7.92871 18.751 7.71387 18.8096 7.61719 18.9785L7.16895 19.7656C7.1123 19.7295 7.05566 19.6943 6.99902 19.6572C5.87695 18.9229 4.9375 17.958 4.23535 16.8311L5.02148 16.3828C5.19043 16.2861 5.24902 16.0723 5.15332 15.9033Z" fill="#E40C25" fill-opacity="1.000000" fill-rule="nonzero"/>
  129.                                 </g>
  130.                             </svg>
  131.                             <p>Сб - {{ 'contacts.saturday'|trans({}, 'automarket_base') }} з 09:00 до 18:00</p>
  132.                         </div>
  133.                     </div>
  134.                     <div class="contact__box__wrapper">
  135.                         <p class="contacts__title">{{ 'contacts.social_network'|trans({}, 'automarket_base') }}:</p>
  136.                         <div class="contact__social__wrapper">
  137.                             <a href="{{ dealer.linkFacebook }}" class="contact__social-icon">
  138.                                 <svg width="30.000000" height="30.000000" viewbox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  139.                                     <defs/>
  140.                                     <rect id="social" rx="7.500000" width="29.000000" height="29.000000" transform="translate(0.500000 0.500000)" fill="#333333" fill-opacity="1.000000"/>
  141.                                     <path id="Vector" d="M18.0449 15.874L18.4082 13.3398L16.1357 13.3398L16.1357 11.6973C16.1357 11.0059 16.4521 10.3301 17.4688 10.3301L18.5 10.3301L18.5 8.17285C18.5 8.17285 17.5645 8 16.668 8C14.7959 8 13.5771 9.21387 13.5771 11.4102L13.5771 13.3398L11.5 13.3398L11.5 15.874L13.5771 15.874L13.5771 22L16.1357 22L16.1357 15.874L18.0449 15.874Z" fill="#FFFFFF" fill-opacity="1.000000" fill-rule="nonzero"/>
  142.                                     <rect id="social" rx="7.500000" width="29.000000" height="29.000000" transform="translate(0.500000 0.500000)" stroke="#333333" stroke-opacity="1.000000" stroke-width="1.000000"/>
  143.                                 </svg>
  144.                             </a>
  145.                             <a href="{{ dealer.linkInstagram }}" class="contact__social-icon">
  146.                                 <svg width="30.000000" height="30.000000" viewbox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  147.                                     <defs/>
  148.                                     <rect id="social" rx="7.500000" width="29.000000" height="29.000000" transform="translate(0.500000 0.500000)" fill="#333333" fill-opacity="1.000000"/>
  149.                                     <path id="Vector" d="M18.1768 11.1396C17.7891 11.1396 17.4727 11.4561 17.4727 11.8438C17.4727 12.2314 17.7891 12.5479 18.1768 12.5479C18.5645 12.5479 18.8809 12.2314 18.8809 11.8438C18.8809 11.4561 18.5674 11.1396 18.1768 11.1396Z" fill="#FFFFFF" fill-opacity="1.000000" fill-rule="nonzero"/>
  150.                                     <path id="Vector" d="M15.0498 12.042C13.4199 12.042 12.0957 13.3691 12.0957 14.9961C12.0957 16.627 13.4229 17.9512 15.0498 17.9512C16.6807 17.9512 18.0049 16.624 18.0049 14.9961C18.0049 13.3691 16.6807 12.042 15.0498 12.042ZM15.0498 16.8936C14.0059 16.8936 13.1572 16.0439 13.1572 15C13.1572 13.9551 14.0059 13.1064 15.0498 13.1064C16.0947 13.1064 16.9434 13.9551 16.9434 15C16.9434 16.041 16.0947 16.8936 15.0498 16.8936Z" fill="#FFFFFF" fill-opacity="1.000000" fill-rule="nonzero"/>
  151.                                     <path id="Vector" d="M17.3955 21L12.6045 21C10.6172 21 9 19.3828 9 17.3955L9 12.6045C9 10.6172 10.6172 9 12.6045 9L17.3955 9C19.3828 9 21 10.6172 21 12.6045L21 17.3955C21 19.3828 19.3828 21 17.3955 21ZM12.6045 10.125C11.2402 10.125 10.1289 11.2373 10.1289 12.6016L10.1289 17.3916C10.1289 18.7559 11.2402 19.8682 12.6045 19.8682L17.3955 19.8682C18.7598 19.8682 19.8711 18.7559 19.8711 17.3916L19.8711 12.6016C19.8711 11.2373 18.7598 10.125 17.3955 10.125L12.6045 10.125Z" fill="#FFFFFF" fill-opacity="1.000000" fill-rule="nonzero"/>
  152.                                     <rect id="social" rx="7.500000" width="29.000000" height="29.000000" transform="translate(0.500000 0.500000)" stroke="#333333" stroke-opacity="1.000000" stroke-width="1.000000"/>
  153.                                 </svg>
  154.                             </a>
  155.                             <a href="https://www.youtube.com/channel/UC1fg92nrYptAr8CGNzrqKKw" class="contact__social-icon">
  156.                                 <svg width="30.000000" height="30.000000" viewbox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  157.                                     <defs/>
  158.                                     <rect id="social" rx="7.500000" width="29.000000" height="29.000000" transform="translate(0.500000 0.500000)" fill="#333333" fill-opacity="1.000000"/>
  159.                                     <path id="Vector" d="M23 12.7617C23 10.6816 21.4258 9 19.4893 9L10.5107 9C8.56934 9 7 10.6865 7 12.7617L7 17.2383C7 19.3184 8.57422 21 10.5107 21L19.4893 21C21.4307 21 23 19.3135 23 17.2383L23 12.7617ZM17.7217 15.334L13.6934 17.4707C13.5342 17.5605 12.999 17.4375 12.999 17.248L12.999 12.8662C12.999 12.6719 13.5391 12.5488 13.6982 12.6436L17.5527 14.8887C17.7119 14.9883 17.8848 15.2393 17.7217 15.334Z" fill="#FFFFFF" fill-opacity="1.000000" fill-rule="nonzero"/>
  160.                                     <rect id="social" rx="7.500000" width="29.000000" height="29.000000" transform="translate(0.500000 0.500000)" stroke="#333333" stroke-opacity="1.000000" stroke-width="1.000000"/>
  161.                                 </svg>
  162.                             </a>
  163.                             {# <a href="#" class="contact__social-icon">
  164.                                 <svg width="30.000000" height="30.000000" viewbox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  165.                                     <defs>
  166.                                         <clipPath id="clip1522_6558">
  167.                                             <rect id="free-icon-linkedin-logo-61109 1" width="12.000000" height="12.000000" transform="translate(9.000000 9.000000)" fill="white" fill-opacity="0"/>
  168.                                         </clipPath>
  169.                                     </defs>
  170.                                     <rect id="social" rx="7.500000" width="29.000000" height="29.000000" transform="translate(0.500000 0.500000)" fill="#333333" fill-opacity="1.000000"/>
  171.                                     <rect id="free-icon-linkedin-logo-61109 1" width="12.000000" height="12.000000" transform="translate(9.000000 9.000000)" fill="#FFFFFF" fill-opacity="0"/>
  172.                                     <g clip-path="url(#clip1522_6558)">
  173.                                         <path id="Vector" d="M19.7998 9L10.2002 9C9.54004 9 9 9.54004 9 10.2002L9 19.7998C9 20.46 9.54004 21 10.2002 21L19.7998 21C20.46 21 21 20.46 21 19.7998L21 10.2002C21 9.54004 20.46 9 19.7998 9ZM12.5996 19.2002L10.7998 19.2002L10.7998 13.7998L12.5996 13.7998L12.5996 19.2002ZM11.7002 12.7803C11.0996 12.7803 10.6201 12.2998 10.6201 11.7002C10.6201 11.0996 11.0996 10.6201 11.7002 10.6201C12.2998 10.6201 12.7803 11.0996 12.7803 11.7002C12.7803 12.2998 12.2998 12.7803 11.7002 12.7803ZM19.2002 19.2002L17.4004 19.2002L17.4004 16.0195C17.4004 15.54 16.9805 15.1201 16.5 15.1201C16.0195 15.1201 15.5996 15.54 15.5996 16.0195L15.5996 19.2002L13.7998 19.2002L13.7998 13.7998L15.5996 13.7998L15.5996 14.5195C15.9004 14.04 16.5596 13.6797 17.0996 13.6797C18.2402 13.6797 19.2002 14.6396 19.2002 15.7803L19.2002 19.2002Z" fill="#FFFFFF" fill-opacity="1.000000" fill-rule="nonzero"/>
  174.                                     </g>
  175.                                     <rect id="social" rx="7.500000" width="29.000000" height="29.000000" transform="translate(0.500000 0.500000)" stroke="#333333" stroke-opacity="1.000000" stroke-width="1.000000"/>
  176.                                 </svg>
  177.                             </a> #}
  178.                             <a href="https://www.tiktok.com/@vidi.automarket_" class="contact__social-icon">
  179.                                 <svg width="30.000000" height="30.000000" viewbox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  180.                                     <defs>
  181.                                         <clipPath id="clip1745_7360">
  182.                                             <rect id="fi_5968812" width="12.000000" height="12.000000" transform="translate(9.000000 9.000000)" fill="white" fill-opacity="0"/>
  183.                                         </clipPath>
  184.                                     </defs>
  185.                                     <rect id="social" rx="7.500000" width="29.000000" height="29.000000" transform="translate(0.500000 0.500000)" fill="#333333" fill-opacity="1.000000"/>
  186.                                     <rect id="fi_5968812" width="12.000000" height="12.000000" transform="translate(9.000000 9.000000)" fill="#FFFFFF" fill-opacity="0"/>
  187.                                     <g clip-path="url(#clip1745_7360)">
  188.                                         <path id="Vector" d="M19.7031 9L10.2969 9C9.58105 9 9 9.58105 9 10.2969L9 19.7031C9 20.4189 9.58105 21 10.2969 21L19.7031 21C20.4189 21 21 20.4189 21 19.7031L21 10.2969C21 9.58105 20.4189 9 19.7031 9ZM18.7012 14.2275C17.9424 14.2275 17.2383 13.9844 16.6631 13.5723L16.6631 16.5488C16.6631 18.0361 15.4541 19.2461 13.9668 19.2461C13.3926 19.2461 12.8594 19.0645 12.4219 18.7568C11.7266 18.2686 11.2705 17.4609 11.2705 16.5488C11.2705 15.0625 12.4805 13.8525 13.9668 13.8525C14.0898 13.8525 14.2109 13.8623 14.3301 13.8789L14.3301 15.375C14.2148 15.3389 14.0938 15.3174 13.9668 15.3174C13.2881 15.3174 12.7354 15.8701 12.7354 16.5488C12.7354 17.0215 13.0039 17.4326 13.3955 17.6387C13.5664 17.7295 13.7607 17.7803 13.9668 17.7803C14.6299 17.7803 15.1709 17.2529 15.1963 16.5957L15.1982 10.7246L16.6631 10.7246C16.6631 10.8516 16.6758 10.9756 16.6982 11.0957C16.8018 11.6543 17.1328 12.1328 17.5918 12.4326C17.9111 12.6406 18.292 12.7627 18.7012 12.7627L18.7012 14.2275Z" fill="#FFFFFF" fill-opacity="1.000000" fill-rule="nonzero"/>
  189.                                     </g>
  190.                                     <rect id="social" rx="7.500000" width="29.000000" height="29.000000" transform="translate(0.500000 0.500000)" stroke="#333333" stroke-opacity="1.000000" stroke-width="1.000000"/>
  191.                                 </svg>
  192.                             </a>
  193.                         </div>
  194.                     </div>
  195.                 </div>
  196.             </div>
  197.             <div class="contacts__col">
  198.                 <iframe class="contacts__map__item" src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d1511.7991872388118!2d30.382057817362117!3d50.41253967652165!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x86b981a98f8f2649!2z0JLQuNCU0Lgg0JDQstGC0L7QnNCw0YDQutC10YIgLSDQsNCy0YLQviDRgSDQv9GA0L7QsdC10LPQvtC8!5e0!3m2!1sru!2sua!4v1540463021197" frameborder="0" style="border:0" allowfullscreen></iframe>
  199.             </div>
  200.         </div>
  201.     </div>
  202. </section>
  203. {% endblock %}