templates/_component/header.html.twig line 1

Open in your IDE?
  1. {# {% set city = app.request.attributes.get('city', default_city()) %} #}
  2. {% set metro = app.request.attributes.get('station') ? app.request.attributes.get('station').name|trans : 'Метро' %}
  3. {% set accountUrl = is_user_advertiser(app.user) ? path('account') : path('account.favourites.profiles') %}
  4. {% if public_base_url is not defined %}{% set public_base_url = "" %}{% endif %}
  5. {# Создаём переменную для урла в логотипе #}
  6. {%
  7.     set logoUrl = app.request.requestUri == '/' ? path('homepage') :
  8.                 '/account/' == app.request.requestUri|slice(0,9) ? accountUrl :
  9.                 city == default_city() ? '/' :
  10.                 path('profile_list.list_by_city', {"city": city.uriIdentity})
  11. %}
  12. {% set isPublicPage = '/account/' != app.request.requestUri|slice(0,9) %}
  13. <nav class="navbar is-fixed-top" role="navigation" aria-label="main navigation" id="navbar-header">
  14.     <div class="container is-fluid is-flex">
  15.         <div class="navbar-brand">
  16.             <button role="button" type="button" class="btn level is-flex main-menu-button" aria-label="menu" aria-expanded="false" id="main-menu" data-main-menu-btn>
  17.                 <svg xmlns="http://www.w3.org/2000/svg" class="main-menu-button__icon main-menu-button__icon--show" width="36" height="36" fill="none"><path fill="#fff" fill-rule="evenodd" d="M4.5 12V9h27v3h-27zm0 7.5h27v-3h-27v3zm0 7.5h27v-3h-27v3z" clip-rule="evenodd"/></svg>
  18.                 <svg xmlns="http://www.w3.org/2000/svg" class="main-menu-button__icon main-menu-button__icon--close" width="36" height="36" fill="none"><path fill="#fff" d="M28.5 9.6l-2.1-2.1-8.4 8.4-8.4-8.4-2.1 2.1 8.4 8.4-8.4 8.4 2.1 2.1 8.4-8.4 8.4 8.4 2.1-2.1-8.4-8.4 8.4-8.4z"/></svg>
  19.             </button>
  20.             <a class="navbar-item logo"
  21.                href="{{ logoUrl }}">
  22.                 <img class="logo__img" src="{{ asset('assets/images/logo.png') }}" alt="Проститутки - {{ actual_main_domain }}" width="166" height="46">
  23.             </a>
  24.             <div class="menu level">
  25.                 {% if app.user %}
  26.                     {% if is_user_advertiser(app.user) %}
  27.                         <button class="right-menu-button level-item has-text-centered" type="button" data-right-menu-btn>
  28.                             <svg class="right-menu-button__icon" viewport="0 0 36 36" xmlns="http://www.w3.org/2000/svg" width="36" height="36" fill="none">
  29.                                 <path fill-rule="evenodd"
  30.                                     d="M18 3a15 15 0 100 30 15 15 0 000-30zm-7.4 24.4c.7-1.3 4.6-2.6 7.4-2.6 2.8 0 6.8 1.3 7.4 2.6a11.8 11.8 0 01-14.8 0zm7.4-5.6c2.2 0 7.4.8 9.5 3.4a12 12 0 10-19 0c2.1-2.6 7.3-3.4 9.5-3.4zM18 9c-3 0-5.3 2.3-5.3 5.3 0 2.9 2.4 5.2 5.3 5.2 3 0 5.3-2.3 5.3-5.3 0-2.9-2.4-5.2-5.3-5.2zm-2.3 5.3a2.2 2.2 0 104.5 0 2.2 2.2 0 00-4.4 0z"
  31.                                     clip-rule="evenodd" /></svg>
  32.                         </button>
  33.                         <div class="right-menu-list" id="right-menu-list-2">
  34.                             <a class="right-menu-list__link is-flex level" href="{{ accountUrl }}">
  35.                                 <svg class="right-menu-list__icon" xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="none"><path fill-rule="evenodd" d="M15.75 15H13.5V3h2.25v12zm-7.5 0H6V5.25h2.25V15zm-6 0H4.5v-4.5H2.25V15zm7.5 0V8.25H12V15H9.75z" clip-rule="evenodd"/></svg>
  36.                                 <span>Статистика</span>
  37.                             </a>
  38.                             <a class="right-menu-list__link is-flex level" href="{{ path('account.support_messages.write') }}">
  39.                                 <svg class="right-menu-list__icon"xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="none"><path fill-rule="evenodd" d="M1.5 9a7.5 7.5 0 1115 0 7.5 7.5 0 01-15 0zm8.25 3v1.5h-1.5V12h1.5zM9 15a6 6 0 11.02-12.02A6 6 0 019 15zM6 7.5a3 3 0 116 0c0 .96-.6 1.48-1.17 1.98-.55.48-1.08.95-1.08 1.77h-1.5c0-1.37.7-1.9 1.33-2.38.49-.38.92-.71.92-1.37C10.5 6.67 9.82 6 9 6s-1.5.67-1.5 1.5H6z" clip-rule="evenodd"/></svg>
  40.                                 <span>Помощь</span></a>
  41.                             <a class="right-menu-list__link is-flex level" href="{{ path('account.settings') }}">
  42.                                 <svg class="right-menu-list__icon" xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="none"><path fill-rule="evenodd" d="M14.63 9c0 .26-.03.5-.06.73l1.59 1.24c.14.12.18.32.09.48l-1.5 2.6a.37.37 0 01-.33.18c-.04 0-.09 0-.13-.02l-1.87-.75c-.39.3-.8.55-1.27.74l-.28 1.98a.37.37 0 01-.37.32h-3a.37.37 0 01-.37-.32l-.28-1.98a5.48 5.48 0 01-1.27-.74l-1.87.75a.37.37 0 01-.46-.17l-1.5-2.59a.38.38 0 01.1-.48l1.58-1.24a5.95 5.95 0 010-1.46L1.85 7.03a.37.37 0 01-.1-.48l1.5-2.6c.07-.12.2-.19.33-.19.04 0 .09.01.13.03l1.87.75c.4-.3.81-.55 1.27-.74l.28-1.98a.37.37 0 01.37-.32h3c.19 0 .35.14.37.31l.28 2c.46.18.88.43 1.27.73l1.87-.75a.37.37 0 01.46.17l1.5 2.59c.09.16.05.37-.1.48l-1.58 1.24c.03.24.06.47.06.73zm-1.5 0a4 4 0 00-.04-.55l-.1-.84.66-.53.8-.64-.52-.9-.95.38-.8.32-.68-.53c-.3-.22-.6-.4-.92-.53l-.8-.32-.12-.85L9.52 3H8.48l-.15 1.01-.12.85-.8.32c-.3.13-.61.31-.94.55l-.67.51-.78-.32-.95-.38-.53.91.81.63.67.53-.1.84a5.74 5.74 0 000 1.1l.1.85-.67.53-.8.63.52.9.95-.38.8-.32.68.53c.3.22.6.4.92.53l.8.32.11.85.15 1.01h1.05l.15-1.01.12-.85.8-.32c.3-.13.6-.31.93-.55l.67-.51.78.31.96.39.52-.91-.8-.63-.68-.53.1-.84c.03-.23.05-.4.05-.55zM9 6a3 3 0 100 6 3 3 0 000-6zM7.5 9c0 .82.68 1.5 1.5 1.5.83 0 1.5-.68 1.5-1.5S9.83 7.5 9 7.5c-.82 0-1.5.68-1.5 1.5z" clip-rule="evenodd"/></svg>
  43.                                 <span>Настройка</span>
  44.                             </a>
  45.                             <a class="right-menu-list__link is-flex level"href="{{ path('logout') }}">
  46.                                 <svg class="right-menu-list__icon" xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="none"><path fill-rule="evenodd" d="M9 1.5a7.5 7.5 0 10-.01 14.99A7.5 7.5 0 009 1.5zM9 15a6 6 0 11.02-12.02A6 6 0 019 15zm0-7.06l2.7-2.69 1.05 1.06L10.05 9l2.7 2.7-1.06 1.05L9 10.05l-2.7 2.7-1.05-1.06L7.95 9l-2.7-2.7 1.06-1.05L9 7.95z" clip-rule="evenodd"/></svg>
  47.                                 <span>Выход</span>
  48.                             </a>
  49.                         </div>
  50.                     {% endif %}
  51.                 {% else %}
  52.                     <a href="{{ path('login') }}" class="level-item has-text-centered" id="right-login-btn-2" rel="nofollow" aria-label="Открыть личный кабинет">
  53.                         <svg viewport="0 0 36 36" xmlns="http://www.w3.org/2000/svg" width="36" height="36" fill="none">
  54.                             <path fill="#fff" fill-rule="evenodd"
  55.                                 d="M18 3a15 15 0 100 30 15 15 0 000-30zm-7.4 24.4c.7-1.3 4.6-2.6 7.4-2.6 2.8 0 6.8 1.3 7.4 2.6a11.8 11.8 0 01-14.8 0zm7.4-5.6c2.2 0 7.4.8 9.5 3.4a12 12 0 10-19 0c2.1-2.6 7.3-3.4 9.5-3.4zM18 9c-3 0-5.3 2.3-5.3 5.3 0 2.9 2.4 5.2 5.3 5.2 3 0 5.3-2.3 5.3-5.3 0-2.9-2.4-5.2-5.3-5.2zm-2.3 5.3a2.2 2.2 0 104.5 0 2.2 2.2 0 00-4.4 0z"
  56.                                 clip-rule="evenodd" /></svg>
  57.                     </a>
  58.                 {% endif %}
  59.             </div>
  60.         </div>
  61.         <div class="navbar-menu-block is-flex">
  62.             {# {% if isPublicPage %}
  63.                 <div class="button-list">
  64.                     <div class="navbar-item">
  65.                         <button type="button" class="btn-border-style level level-item has-text-centered" id="city-header">
  66.                             <svg xmlns="http://www.w3.org/2000/svg" width="14" height="20" fill="none">
  67.                                 <path fill="#fff" fill-rule="evenodd"
  68.                                     d="M7 0a7 7 0 00-7 7c0 5.3 7 13 7 13s7-7.8 7-13a7 7 0 00-7-7zM2 7a5 5 0 0110 0c0 2.9-2.9 7.2-5 9.9-2-2.7-5-7-5-9.9zm2.5 0a2.5 2.5 0 115 0 2.5 2.5 0 01-5 0z"
  69.                                     clip-rule="evenodd" /></svg>
  70.                             <span>{{ city.name }}</span>
  71.                         </button>
  72.                     </div>
  73.                     {% if default_city() == app.request.attributes.get('city', default_city()) %}
  74.                         <div class="navbar-item">
  75.                             <button type="button" class="btn-border-style level level-item has-text-centered" id="metro-header">
  76.                                 <svg xmlns="http://www.w3.org/2000/svg" viewport="0 0 20 20" width="20" height="20" fill="none">
  77.                                     <path fill="#fff" fill-rule="evenodd"
  78.                                         d="M10 2.5a10 10 0 018.7 15H1.3c-.8-1.4-1.3-3.1-1.3-5a10 10 0 0110-10zM3 14H2v1.5h5.7V14h-.9l.9-2.3 2.3 3.9 2.4-4 .8 2.4h-.8v1.5H18V14H17l-3.8-9.5L10 10 6.8 4.5 3.1 14z"
  79.                                         clip-rule="evenodd" /></svg>
  80.                                 <span>{{ metro }}</span>
  81.                             </button>
  82.                         </div>
  83.                     {% endif %}
  84.                 </div>
  85.             {% endif %} #}
  86.             <div class="menu level">
  87.                 {% if app.user %}
  88.                     {% if is_user_advertiser(app.user) %}
  89.                         <button type="button" class="btn-fill-style level level-item has-text-centered dropdown-icon right-menu-btn" data-right-menu-btn>
  90.                             <span>Личный кабинет</span>
  91.                         </button>
  92.                     {% elseif isPublicPage %}
  93.                         <a href="{{ accountUrl }}" class="btn-fill-style level level-item has-text-centered">
  94.                             <span>Личный кабинет</span>
  95.                         </a>
  96.                     {% endif %}
  97.                     <div class="right-menu-list" id="right-menu-list">
  98.                         <a class="right-menu-list__link is-flex level" href="{{ accountUrl }}">
  99.                             <svg class="right-menu-list__icon" xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="none"><path fill="#FF3F40" fill-rule="evenodd" d="M15.75 15H13.5V3h2.25v12zm-7.5 0H6V5.25h2.25V15zm-6 0H4.5v-4.5H2.25V15zm7.5 0V8.25H12V15H9.75z" clip-rule="evenodd"/></svg>
  100.                             <span>Статистика</span>
  101.                         </a>
  102.                         <a class="right-menu-list__link is-flex level" href="{{ path('account.support_messages.write') }}">
  103.                             <svg class="right-menu-list__icon" xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="none"><path fill="#FF3F40" fill-rule="evenodd" d="M1.5 9a7.5 7.5 0 1115 0 7.5 7.5 0 01-15 0zm8.25 3v1.5h-1.5V12h1.5zM9 15a6 6 0 11.02-12.02A6 6 0 019 15zM6 7.5a3 3 0 116 0c0 .96-.6 1.48-1.17 1.98-.55.48-1.08.95-1.08 1.77h-1.5c0-1.37.7-1.9 1.33-2.38.49-.38.92-.71.92-1.37C10.5 6.67 9.82 6 9 6s-1.5.67-1.5 1.5H6z" clip-rule="evenodd"/></svg>
  104.                             <span>Помощь</span></a>
  105.                         <a class="right-menu-list__link is-flex level" href="{{ path('account.settings') }}">
  106.                             <svg class="right-menu-list__icon" xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="none"><path fill="#FF3F40" fill-rule="evenodd" d="M14.63 9c0 .26-.03.5-.06.73l1.59 1.24c.14.12.18.32.09.48l-1.5 2.6a.37.37 0 01-.33.18c-.04 0-.09 0-.13-.02l-1.87-.75c-.39.3-.8.55-1.27.74l-.28 1.98a.37.37 0 01-.37.32h-3a.37.37 0 01-.37-.32l-.28-1.98a5.48 5.48 0 01-1.27-.74l-1.87.75a.37.37 0 01-.46-.17l-1.5-2.59a.38.38 0 01.1-.48l1.58-1.24a5.95 5.95 0 010-1.46L1.85 7.03a.37.37 0 01-.1-.48l1.5-2.6c.07-.12.2-.19.33-.19.04 0 .09.01.13.03l1.87.75c.4-.3.81-.55 1.27-.74l.28-1.98a.37.37 0 01.37-.32h3c.19 0 .35.14.37.31l.28 2c.46.18.88.43 1.27.73l1.87-.75a.37.37 0 01.46.17l1.5 2.59c.09.16.05.37-.1.48l-1.58 1.24c.03.24.06.47.06.73zm-1.5 0a4 4 0 00-.04-.55l-.1-.84.66-.53.8-.64-.52-.9-.95.38-.8.32-.68-.53c-.3-.22-.6-.4-.92-.53l-.8-.32-.12-.85L9.52 3H8.48l-.15 1.01-.12.85-.8.32c-.3.13-.61.31-.94.55l-.67.51-.78-.32-.95-.38-.53.91.81.63.67.53-.1.84a5.74 5.74 0 000 1.1l.1.85-.67.53-.8.63.52.9.95-.38.8-.32.68.53c.3.22.6.4.92.53l.8.32.11.85.15 1.01h1.05l.15-1.01.12-.85.8-.32c.3-.13.6-.31.93-.55l.67-.51.78.31.96.39.52-.91-.8-.63-.68-.53.1-.84c.03-.23.05-.4.05-.55zM9 6a3 3 0 100 6 3 3 0 000-6zM7.5 9c0 .82.68 1.5 1.5 1.5.83 0 1.5-.68 1.5-1.5S9.83 7.5 9 7.5c-.82 0-1.5.68-1.5 1.5z" clip-rule="evenodd"/></svg>
  107.                             <span>Настройка</span>
  108.                         </a>
  109.                         <a class="right-menu-list__link is-flex level"href="{{ path('logout') }}">
  110.                             <svg class="right-menu-list__icon"xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="none"><path fill="#FF3F40" fill-rule="evenodd" d="M9 1.5a7.5 7.5 0 10-.01 14.99A7.5 7.5 0 009 1.5zM9 15a6 6 0 11.02-12.02A6 6 0 019 15zm0-7.06l2.7-2.69 1.05 1.06L10.05 9l2.7 2.7-1.06 1.05L9 10.05l-2.7 2.7-1.05-1.06L7.95 9l-2.7-2.7 1.06-1.05L9 7.95z" clip-rule="evenodd"/></svg>
  111.                             <span>Выход</span>
  112.                         </a>
  113.                     </div>
  114.                 {% else %}
  115.                     <a href="{{ path('login') }}" class="btn-fill-style level level-item has-text-centered dropdown-icon right-login-btn" rel="nofollow">
  116.                         <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 18 16" width="18"><path fill-rule="evenodd" d="M11.5 4.67a2.5 2.5 0 11-5 0 2.5 2.5 0 015 0zm.38 3A4.15 4.15 0 009 .5a4.17 4.17 0 00-2.88 7.18A8.35 8.35 0 00.67 15.5h16.66a8.35 8.35 0 00-5.45-7.82zM9 8.84c3.1 0 5.72 2.13 6.46 5H2.54c.74-2.87 3.35-5 6.46-5z" clip-rule="evenodd"/></svg>
  117.                         <span>Войти в кабинет</span>
  118.                     </a>
  119.                 {% endif %}
  120.             </div>
  121.         </div>
  122.     </div>
  123. </nav>
  124. {# {% set isGuestOnPublic = not is_granted('ROLE_USER') or view == 'public' %} #}
  125. {% set isGuestOnPublic = not is_granted('ROLE_USER')  %} {#or view == 'public'#}
  126. {# Главное меню #}
  127. <div class="modal modal-main-menu" id="modal-main-menu">
  128.     <div class="modal-card" tabindex="-1" role="dialog" aria-labelledby="modal-label" aria-hidden="true" data-main-menu-modal>
  129.         {% if app.user %}
  130.             <div class="modal-card-head is-flex level">
  131.                 <button type="button" class="btn public-menu is-flex level{% if not app.user %} current{% endif %}" data-type="public" id="set-public-menu-view">
  132.                     <i><svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" fill="none"><path fill="#666" fill-rule="evenodd" d="M0 2V0h18v2H0zm0 5h18V5H0v2zm0 5h18v-2H0v2z" clip-rule="evenodd"/></svg></i>
  133.                     <span>Главное меню</span>
  134.                 </button>
  135.                 <button type="button" class="btn account-menu is-flex level{% if app.user %} current{% endif %}" data-type="account" id="set-account-menu-view">
  136.                     <i><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#FF3F40" fill-rule="evenodd" d="M10 0a10 10 0 100 20 10 10 0 000-20zM5.07 16.28c.43-.9 3.05-1.78 4.93-1.78s4.51.88 4.93 1.78a7.9 7.9 0 01-9.86 0zM10 12.5c1.46 0 4.93.59 6.36 2.33A8.01 8.01 0 102 10c0 1.82.62 3.49 1.64 4.83 1.43-1.74 4.9-2.33 6.36-2.33zM10 4a3.5 3.5 0 00-3.5 3.5A3.5 3.5 0 0010 11a3.5 3.5 0 003.5-3.5A3.5 3.5 0 0010 4zM8.5 7.5a1.5 1.5 0 103 0 1.5 1.5 0 00-3 0z" clip-rule="evenodd"/></svg></i>
  137.                     <span>Личный кабинет</span>
  138.                 </button>
  139.             </div>
  140.         {% endif %}
  141.         <div class="modal-card-body{% if app.user %} account-view{% endif %}">
  142.             <div class="modal-card-body-element public-menu{% if not app.user %} current{% endif %}" data-main-menu-tab-content data-type="public">
  143.                 {# <div class="sub-block{% if isGuestOnPublic %} only-mobile{% endif %}">
  144.                     <button type="button" class="btn is-flex level city" id="account-menu-city">
  145.                         <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 14 20" width="14"><path fill="#FF3F40" fill-rule="evenodd" d="M7 0a7 7 0 00-7 7c0 5.3 7 13 7 13s7-7.8 7-13a7 7 0 00-7-7zM2 7a5 5 0 0110 0c0 2.9-2.9 7.2-5 9.9-2-2.7-5-7-5-9.9zm2.5 0a2.5 2.5 0 115 0 2.5 2.5 0 01-5 0z" clip-rule="evenodd"/></svg>
  146.                         <span>{{ city.name }}</span>
  147.                     </button>
  148.                     {% if default_city() == app.request.attributes.get('city', default_city()) %}
  149.                         {% set metro = app.request.attributes.get('station') ? app.request.attributes.get('station').name|trans : 'Метро' %}
  150.                         <button type="button" class="btn is-flex level metro" id="account-menu-metro">
  151.                             <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 16" width="20"><path fill="#BDBDBD" fill-rule="evenodd" d="M10 .5a10 10 0 018.7 15H1.3c-.8-1.4-1.3-3.1-1.3-5a10 10 0 0110-10zM3 12H2v1.5h5.7V12h-.9l.9-2.3 2.3 3.9 2.4-4 .8 2.4h-.8v1.5H18V12H17l-3.8-9.5L10 8 6.8 2.5 3.1 12z" clip-rule="evenodd"/></svg>
  152.                             <span>{{ metro }}</span>
  153.                         </button>
  154.                     {% endif %}
  155.                 </div> #}
  156.                 <nav>
  157.                     <ul>
  158.                         <li>
  159.                             <a href="{{ public_base_url ~ path('homepage') }}" class="is-flex level">
  160.                                 <i><svg xmlns="http://www.w3.org/2000/svg" width="20" height="18" fill="none"><path fill="#FF3F40" fill-rule="evenodd" d="M3 9.5H0l10-9 10 9h-3v8h-6v-6H9v6H3v-8zm12-1.8l-5-4.5-5 4.5v7.8h2v-6h6v6h2V7.7z" clip-rule="evenodd"/></svg></i>
  161.                                 <span>Главная</span>
  162.                             </a>
  163.                         </li>
  164.                         {#<li>
  165.                             <a href="{{ public_base_url ~ path('profile_list.list_by_city', {'city': city.uriIdentity}) }}" class="is-flex level">
  166.                                 <i><svg xmlns="http://www.w3.org/2000/svg" width="8" height="24" fill="none"><path fill="#FF3F40" d="M7.18 5c-.06.33-.27.86-.29 1.16v.5h.03c.1.08.34.28.38.72.04.45-.36.72-.36.72h-.01c0 .21-.02.5-.09.7-.1.33-.37.74-.4.9-.04.14-.31.8-.28 1.08.02.28.09.94-.01 1.31-.1.37-.37.74-.45.85a6.27 6.27 0 01-.95 1.57c-.15.11-.26.4-.4.57a.83.83 0 00-.2.53c0 .17.06.43.14.52.08.1.44.57.53.9.1.31.27 1.16.3 1.4.05.25.08.96.14 1.25.06.3.11.79.26.92.15.14.44.32.5.47.05.14.05.33-.03.4-.09.06-.32.35-.39.54-.06.18-.07.5-.08.6 0 .1-.2.21-.26.25-.07.04-.46.08-.55.08-.1 0-.15.12-.22.1a.22.22 0 01-.15-.1c-.06 0-.16.07-.19.01-.08.03-.24 0-.27-.05-.03-.07 0-.2.16-.24l.33-.1c.06-.01.12-.17.14-.24a.96.96 0 00.07-.37c-.04 0-.08 0-.1.03-.04.05-.03.2-.07.29-.04.08-.19.16-.29.15-.1-.02-.5 0-.59.03-.08.03-.14.06-.14-.07 0-.12.1-.28.2-.35.07-.08.17-.34.21-.43.05-.09.13-.36.15-.45.03-.08.13-.25.17-.46.04-.2-.16-.6-.25-.72-.1-.11-.5-.84-.81-1.37-.32-.54-.3-1.13-.33-1.21-.02-.08.04-.22-.03-.3a2.23 2.23 0 01-.17-.63c0-.09-.08-.3-.16-.49-.09-.18-.3-.86-.36-1.09-.04-.23-.56-1.2-.72-2.48-.1-.68.03-1.13.2-1.46-.07-.1-.25-.42-.32-.5-.09-.1-.37-.65-.45-.74-.09-.09-.24-.42-.19-.62a16.37 16.37 0 01.9-2.16c.1-.15.2-.51.22-.62.02-.1.38-.81.5-.93.12-.13.6-.23.83-.18l-.02-.07c-.66-.14-.42-1-.4-1.08.03-.07.07-.51.07-.7 0-.2.1-.52.12-.62.02-.1-.02-.2.02-.48-.06.03-.23.23-.27.3 0 .04-.06.08-.1.08-.05 0-.06.05-.09.1-.03.06-.07.03-.1-.04a2.16 2.16 0 01-.11-.4s-.06.06-.1.06c0 .05-.03.1-.05.16-.02.05-.06.17-.1.17-.05 0-.05-.08-.04-.13l.06-.34c.01-.03-.03-.12.02-.17.06-.04.1-.1.17-.17.08-.07.2-.27.19-.31-.01-.05.02-.14.14-.14.1 0 .14-.03.33-.05.2-.03.59-.28.67-.3.09-.01.2-.07.26-.08.06-.01.12-.04.17 0 .06.05.1.06.34.04a31.47 31.47 0 012.79.21c.1-.03.24.07.29.15.04.1.07.42.06.56 0 .13.16.88.18 1.45.02.57-.23 1.28-.3 1.61zM2.43 1.93a.15.15 0 00-.07.13l.03.18s0 .04.05-.02v-.29zm.35 2.9c-.05-.08-.1-.19-.14-.36a.63.63 0 000 .32c.03.11.21.2.29.24l-.15-.2zm.32 2.8a19.5 19.5 0 01-.42-.56l-.07.05s-.36.6-.55.81c-.19.2-.32.73-.59 1.02-.18.22-.02.3-.02.3s.22.47.3.6c.06.13.16.26.22.31.28-.34.9-.82 1.04-.97.16-.16.27-.13.4-.26s.1-.38.13-.57c-.44-.1-.44-.61-.44-.74zm2.47-5.71c-.12-.05-.68-.18-.68-.18l-.01.02c.14.1.4.3.46.51.09.3.17.7.19 1.05.02.32.09 1.14.27 1.55.05-.18.2-.43.3-.59.1-.17.11-.2.21-.42 0-.42.09-1.54.09-1.72-.16-.02-.71-.18-.83-.22z"/></svg></i>
  167.                                 <span>Проститутки</span>
  168.                             </a>
  169.                         </li>#}
  170.                         <li{% if isGuestOnPublic %}  class="only-mobile"{% endif %}>
  171.                             <a href="{{ public_base_url ~ path('masseur_list.page', {'city': city.uriIdentity}) }}" class="is-flex level">
  172.                                 <i><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 12" width="16"><path fill="#FF3F40" d="M14.8 4.3c-.77-.08-5.52-.25-6.2 0-.68.24-3.82 2.78-4.59 3.34-.77.57.22 1.62 1.13 1 .9-.6 2.34-1.51 2.97-1.92.64-.41 1.36.34.81.88-.4.4-2.84 2.17-3.36 2.2-.52.02-2.84 0-4.14 0-1.3 0-1.16 1.56 0 1.56.78 0 5.73.27 6.21 0 .48-.27 4.14-3.08 4.59-3.18.45-.1 1.52 0 2.59 0 1.06 0 .77-3.81 0-3.88zM3.6 5.77c1.14 0 2.07-.93 2.07-2.08S3.6 0 3.6 0 1.51 2.54 1.51 3.69s.93 2.08 2.08 2.08z"/></svg></i>
  173.                                 <span>Массажистки</span>
  174.                             </a>
  175.                         </li>
  176.                         <li>
  177.                             <a href="{{ public_base_url ~ path('saloon_list.list_by_city', {'city': city.uriIdentity}) }}" class="is-flex level">
  178.                                 <i><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#FF3F40" d="M14.48 20.23c0 .07 0 .11.05.14a.89.89 0 00.65-.08c.03-.03.04-.12.07-.14.03-.03.03-.11.04-.17l-.01-.17c0-.02 0-.03-.02-.02 0-.04.04-.35.09-.46.05-.1.18-.28.17-.41 0-.13-.02-.44-.06-.49v-.1a.07.07 0 00.04-.06v-.17h-.02l.15-.63.4-1.45c.03-.13.12-.59.14-.77.02-.18.1-.42.15-.5.04-.08.22-.5.24-.74.02-.24.2-.78.3-1.08.12-.3.35-.9.39-1.11.03-.22 0-.3 0-.3s.11.13.3.05c.08.04.23.15.34.46.15.46.06.46.7 1.76.63 1.3.53 1.3.58 1.41.05.11.26.54.33.63.07.09.06.16.07.21.02.05.11.48.44 1.08.33.6.54 1.08.55 1.15-.03.03-.03.04-.03.07l.02.13c0 .02.05.05.05.05V18.73c0 .04.01.34.18.45.03.1.18.49.19.55-.03.04-.04.09-.04.13 0 .04.03.07.03.07v.2l.08.1c.03.04.17.05.22.06.05.01.37.08.45-.01.07-.1.1-.2.12-.23.02-.03 0-.1-.01-.1v-.06l.01-.06a.61.61 0 00-.07-.16c-.01-.02-.02-.04-.04-.03a.55.55 0 00-.07-.11c-.02-.02-.04-.1-.05-.13l-.15-.27c-.03-.05-.07-.07-.07-.1 0-.01-.02-.14-.04-.17-.02-.02-.1-.13-.12-.2-.02-.05-.04-.1-.03-.14 0-.03 0-.12-.04-.14.02-.04.02-.02.02-.05v-.12s-.02-.1-.1-.12a13.1 13.1 0 01-.2-.86c-.06-.3-.22-1.13-.34-1.41l-.28-.6a2.8 2.8 0 01-.14-.37c-.05-.15-.15-.37-.16-.5 0-.13-.09-.96-.18-1.26-.09-.3-.25-1.02-.5-1.63-.25-.6-.22-.66-.2-.76 0-.1.07-.41.05-.72-.03-.3-.02-.36.1-.5.12-.15.28-.3.33-.52.02 0 .08 0 .1.02l.15-.3a.55.55 0 00.29-.41.67.67 0 00-.05-.44c0-.03.05-.2.05-.3l.03-.65c0-.06.04-.22.07-.29.03-.07.06-.25.06-.36 0-.1-.02-.42-.01-.5 0-.08-.02-.42-.05-.58l-.17-.73-.06-.25c0-.04-.04-.2-.17-.3-.12-.1-.33-.22-.4-.25l-.62-.3.07-.1c.03-.05.05-.1.05-.16 0-.05-.01-.27-.03-.3a.1.1 0 01-.02-.06c0-.01-.02-.1-.01-.14 0-.04-.04 0-.05 0l-.01-.13c0-.03-.04-.07-.16-.07 0-.06-.02-.15-.12-.2l-.07-.01-.01.02c0 .03 0 .09.07.13 0 .05 0 .1.02.1v.23c0 .02-.03 0-.04 0a.8.8 0 01-.02-.15c0-.03 0-.07-.02-.08a.32.32 0 01-.05-.1c0-.02-.03-.06-.04-.06v-.17c0-.02-.01-.1-.03-.1 0-.02-.02-.04-.03-.03-.02 0-.03 0-.02.03-.01 0-.02.08 0 .17-.02 0-.04.06-.04.11a.9.9 0 00-.12.11c-.01.02-.04 0-.06 0l-.02-.1.01-.18a.56.56 0 00-.02-.13c-.01-.02-.08-.07-.13-.07 0-.03.02-.07 0-.08l-.01-.04c-.01 0-.05 0-.06.02l-.1.21-.02.23c0 .02-.01.08-.04.09-.02 0-.02-.03-.03-.04l-.03-.18.01-.17a.57.57 0 00.03-.18c-.02-.03 0-.06-.03-.06-.01 0-.03 0-.04.05a.54.54 0 00-.06.15c-.01.04-.05.13-.04.35 0 .02-.02.01-.03 0-.01-.01-.07-.08-.1-.05-.02-.03-.03-.03-.03 0v.1c.01.01.01.02.03.02l.02.2v.14c0 .04.06.14.12.23l.2.23c.02.02.15.2.23.25l.14.12a20.8 20.8 0 00-1.55.77c-.1.1-.17.1-.15.3l.15.84c.04.2.2.76.24.85l.3.64c.05.1.2.32.24.42.03.1.1.31.12.49v.01a.7.7 0 00-.07.35c.02.23.13.35.23.4a.8.8 0 00.04.33c.03.06-.05.3-.1.38-.04.08-.77.67-1.03 1.1-.26.42-.67 1.01-.8 2.05-.1 1.05-.09 1.19-.14 1.52-.05.33-.13.8-.2.95a3.3 3.3 0 00-.2 1.25c-.03.8-.11 1.9-.14 1.95-.04.01-.06.05-.07.1a.46.46 0 000 .12s0 .02.02.03l-.04.14a.46.46 0 00-.03.16l-.01.2c-.03.04-.08.22-.12.33l-.17.43c-.02.1-.02.1-.05.14a.65.65 0 00-.1.24c0 .06 0 .19.08.27zm3.39-17.95l-.03.02s-.02 0-.02-.02v-.2c0-.02 0-.08.02-.11l.06.03v.1l-.03.18zm.32.18c.02-.03.07-.07.08-.1 0 .03.03.05.03.05 0 .01 0 .06.02.08 0 .03 0 .21.02.25l-.01.02c-.01.02-.03.03-.05.02 0-.02-.01-.07-.03-.07v-.08c.02-.02.05-.07.03-.1 0-.02-.01-.03-.02-.03l-.06.06-.03.02s0-.08.02-.12zm-.86 2.72c-.03.17-.04.38-.04.55a3.7 3.7 0 01-.17-.52c-.04-.19-.11-.32-.12-.34 0-.02-.03-.1-.02-.12 0-.02.04-.08.08-.1.03-.02.35-.23.59-.43.23-.19.52-.36.81-.48a5.34 5.34 0 00.89.56c.06.03.07.1.07.1s.03.17.01.26v.01a1.5 1.5 0 00-.18-.3c-.07-.06-.15-.14-.23-.18-.08-.03-.08-.08-.1-.1 0 0-.05-.08-.2-.12-.14-.04-.31-.1-.45-.04-.14.06-.48.21-.61.46s-.3.58-.33.8zM9.8 19.66l-.04.06-.06.07-.07.05-.12.05-.1.01-.02.13-.03.05h-.08l-.02-.2-.07-.02h-.2l-.1-.06v-.08s.06-.12.16-.1c.07-.07.03-.2.03-.2l-.04-.12-.07-.1v-.4s-.03-.13-.05-.16c-.02-.05-.02-.11 0-.13v-.22l-.06-.13s-.17-.5-.26-.62a4.5 4.5 0 01-.53-1.08c-.06-.32-.17-.75-.19-.8-.06-.12-.34-.54-.37-.8a19.1 19.1 0 00-.63-1.75 8.44 8.44 0 01-.35-.94c-.05-.04-.09.03-.09.03l-.18.02-.1.01h-.08l-.03.07s-.1.65-.28.96c-.1.35-.65 1.95-.67 2.07-.03.17-.11.48-.42.83-.08.16-.23.54-.29.82-.11.31-.24.45-.29.54-.09.18-.6 1.09-.65 1.34-.03.16 0 .25 0 .25l-.04.08-.03.06v.18l.02.05.02.07-.02.07-.05.03s-.14.2-.1.3c0 .11.02.18.02.18l.02.06v.13l-.04.07-.56.01c-.03 0-.1-.07-.1-.07l-.08-.08-.05-.06-.05-.02-.01-.05.02-.06.04-.08s.21-.34.25-.48c0 0 .01-.1.05-.14v-.28l.03-.04.04-.06s.18-.4.21-.78c.05-.42.24-1.62.43-1.83.14-.24.33-.68.4-.74.04-.16.27-.72.3-.93.04-.27.08-.62.08-.76 0-.27.02-.84.04-.94.03-.15.14-.83.19-.93.06-.13.06-.19.06-.19H4.5v-.1l-.03-.15-.01-.17.01-.08.01-.06-.01-.14.03-.06.04-.07.01-.1.05-.1.04-.1s.05-.2.1-.25c0-.08-.02-.11-.02-.11s-.06-.11-.05-.16a10.6 10.6 0 01-.8-1.25l-.1-.17s-.05-.1-.02-.15l.02-.14.02-.04.04-.06.03-.05.12-.28c0-.02.13-.3.17-.36.05-.1.3-.7.39-.82l.14-.3.06-.15.06-.1.01-.07-.09.04-.13.05-.08-.02-.02-.08.06.01.06-.03-.08-.04-.05-.07h.14l-.05-.04-.08-.08-.01-.1.06.05.08.04.01-.04-.08-.07s-.12-.06-.18-.18-.05-.16-.05-.16.08.14.14.15c.06.01.09-.03.09-.03l.08-.09.04-.06-.07.02-.05-.08H4.66l.02-.04h-.03l-.07-.03.02-.06.04.03.06-.04.06-.15v-.2s-.06-.22.06-.42l.14-.33.05-.21.06-.18.04-.12s.14-.2.3-.26c.16-.08.33-.11.47-.11.1.02.1.04.1.04s.08-.1.3 0c.14.06.53.21.6.32.08.1.27.42.37.69.1.3.16.42.16.42l.02.09v.07l-.03-.06-.04-.08.02.16s.1.25 0 .43l-.04-.01s-.02.09-.04.11l-.09.07s0 .09-.02.11a.9.9 0 00-.06.16c0 .02-.07.1-.07.1s-.12.1-.2.12c.02.05.24.22.2.36 0 .13-.02.23-.04.29 0 .09.04.14.04.14s.23.3.36.38c.13.07.39.3.45.5 0 0 .09.12.03.16-.01 0 .02.33-.11.42 0 0-.26.09-.36 0l.05.41c.01.03.01.19-.02.28.02.1.26.87.35.95.08.13.4 1.06.37 1.56.04.27.2.97.2 1.27.02.12.1.72.04 1.13 0 .11.06.58.12.68.02.03.06.2.06.28l.04.18s.1.36.19.47c.06.1.3.51.31.9l.23 1.38c.02.04.03.32.12.59l.08.16.03.06v.1l.01.1.04.1.04.08.02.1.02.04s.07.12.08.29c0 .07.03.12.03.12l-.04.08zM5.43 9.27c-.2-.34-.34-.96-.38-1.12l-.08-.23-.02.02s-.12.23-.24.31c-.1.1-.23.44-.23.44s0 .05.03.1c.04.06.13.31.18.48.02.13.25.66.31.78.05.05.1.23.13.3.04-.06.22-.11.22-.11l.03-.04.03-.05.01-.05.01-.1.03-.06.09-.1c.06-.11-.04-.42-.12-.57zM15.31 5c-.06.33-.26.86-.28 1.16v.5h.03c.09.08.33.28.37.72.04.45-.35.72-.35.72h-.01c0 .21-.02.5-.08.7-.1.33-.36.74-.4.9-.03.14-.3.8-.27 1.08.03.28.1.94 0 1.31-.1.37-.36.74-.44.85a6.32 6.32 0 01-.92 1.57c-.14.11-.25.4-.39.57a.85.85 0 00-.18.53c0 .17.05.43.13.52.08.1.42.57.51.9.1.31.26 1.16.3 1.4.04.25.07.96.13 1.25.05.3.1.8.25.92.14.14.42.32.48.47.05.14.05.33-.03.4-.08.06-.3.35-.37.54-.06.18-.07.5-.08.6-.01.09-.19.21-.25.25-.07.04-.44.08-.53.08-.1 0-.15.12-.22.1a.21.21 0 01-.14-.1c-.06 0-.16.07-.18 0-.09.04-.24.02-.27-.04-.02-.07 0-.2.16-.24.15-.05.27-.07.32-.1.06-.01.11-.17.14-.24a1 1 0 00.06-.37c-.04 0-.08 0-.1.03-.04.05-.03.2-.06.29-.04.08-.18.16-.28.15-.1-.02-.49 0-.57.03-.08.03-.14.06-.14-.07 0-.12.1-.28.19-.35.08-.08.17-.34.21-.43.05-.09.12-.36.15-.45.02-.08.12-.25.16-.46.03-.2-.15-.6-.24-.72-.1-.11-.48-.84-.79-1.37-.3-.54-.3-1.13-.31-1.21-.02-.08.03-.22-.03-.3a2.29 2.29 0 01-.17-.63c0-.09-.07-.3-.15-.49-.09-.18-.3-.86-.35-1.09-.04-.23-.54-1.2-.7-2.48-.08-.68.03-1.13.19-1.46-.06-.1-.24-.42-.3-.5-.09-.1-.36-.65-.44-.74-.08-.09-.23-.42-.18-.62a16.5 16.5 0 01.87-2.16c.1-.15.2-.51.21-.62.02-.1.37-.81.49-.93.12-.13.57-.24.8-.18l-.02-.07c-.64-.14-.41-1-.38-1.08.02-.07.06-.51.06-.7 0-.2.1-.52.12-.62.01-.1-.02-.2.01-.48-.05.03-.22.23-.26.3 0 .04-.05.08-.1.08-.04 0-.05.05-.08.1-.03.06-.07.03-.1-.04-.02-.07-.1-.33-.1-.4 0 0-.06.06-.1.06 0 .05-.03.1-.05.16-.02.05-.05.17-.1.17-.04 0-.04-.08-.03-.13l.06-.34c0-.03-.04-.12.02-.17l.16-.17c.07-.08.19-.27.18-.32-.01-.04.03-.13.13-.13.11 0 .14-.03.33-.05.19-.03.57-.28.65-.3.08-.01.18-.07.24-.08.06-.01.12-.04.17 0 .05.05.1.06.32.04a29.26 29.26 0 012.7.21c.09-.03.23.07.28.15.04.1.07.42.06.56-.01.13.15.88.17 1.45.02.57-.23 1.28-.29 1.61zm-4.58-3.07a.15.15 0 00-.07.13l.02.18s0 .04.06-.02l-.01-.29zm.33 2.9c-.05-.08-.09-.19-.13-.36a.64.64 0 000 .32c.03.11.2.2.27.24-.04-.08-.1-.16-.14-.2zm.3 2.8l-.4-.56-.06.05s-.35.6-.53.81c-.18.2-.3.73-.57 1.03-.18.2-.03.29-.03.29s.22.47.3.6c.06.13.16.26.21.31.27-.34.87-.82 1-.96.16-.17.27-.14.4-.27.12-.13.1-.38.12-.57-.43-.1-.43-.61-.43-.74zm2.4-5.71c-.12-.05-.66-.18-.66-.18l-.01.02c.14.1.4.3.45.51.08.3.16.7.18 1.05.01.32.08 1.14.26 1.55.05-.18.2-.43.29-.59.1-.17.1-.2.2-.42 0-.42.09-1.54.09-1.72a6.5 6.5 0 01-.8-.22z"/></svg></i>
  179.                                 <span>Интим салоны</span>
  180.                             </a>
  181.                         </li>
  182.                         <li{% if isGuestOnPublic %}  class="only-mobile"{% endif %}>
  183.                             <a href="{{ public_base_url ~ path('profile_list.list_approved', {'city': city.uriIdentity}) }}" class="is-flex level">
  184.                                 <i><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 18 16" width="18"><path fill="#27AE60" fill-rule="evenodd" d="M15.42 5.91L17.25 8l-1.83 2.08.26 2.76-2.71.62-1.42 2.38L9 14.74l-2.55 1.1-1.42-2.38-2.7-.61.25-2.77L.75 8l1.83-2.1-.25-2.76 2.7-.6L6.45.15 9 1.25l2.55-1.1 1.42 2.39 2.7.61-.25 2.76zM5.56 7.56l2.38 2.37L12.88 5l1.06 1.06-6 6L4.5 8.6l1.07-1.05z" clip-rule="evenodd"/></svg></i>
  185.                                 <span>Проверенные анкеты</span></a>
  186.                         </li>
  187.                         <li>
  188.                             <a href="{{ public_base_url ~ path('map.page', {'city': city.uriIdentity}) }}" class="is-flex level">
  189.                                 <i><svg xmlns="http://www.w3.org/2000/svg" width="14" height="20" fill="none"><path fill="#FF3F40" fill-rule="evenodd" d="M0 7.2a7 7 0 0114 0c0 4.9-6.1 11.6-6.4 11.9l-.6.7-.6-.7C6 18.8 0 12.1 0 7.2zm1.8 0c0 3 3.3 7.7 5.2 10 1.5-1.8 5.2-6.7 5.2-10a5.2 5.2 0 00-10.4 0zm5.2 0a1.3 1.3 0 100-2.6 1.3 1.3 0 000 2.6zM4.4 9.4C4.4 8.5 6 8 7 8c.9 0 2.6.4 2.6 1.3a3.5 3.5 0 01-5.2 0z" clip-rule="evenodd"/></svg></i>
  190.                                 <span>Интим карта</span>
  191.                             </a>
  192.                         </li>
  193.                         <li{% if isGuestOnPublic %}  class="only-mobile"{% endif %}>
  194.                             <a href="{{ path('profile_list.list_new', {'city': city.uriIdentity}) }}" class="is-flex level">
  195.                                 <i><svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  196.                                         <path fill-rule="evenodd" clip-rule="evenodd" d="M17.5372 8.12349C18.4043 8.91742 19.0983 9.88176 19.5756 10.9562C20.065 12.0553 20.3109 13.2208 20.3109 14.4208C20.3132 15.5702 20.0815 16.708 19.6297 17.7649C19.1945 18.7854 18.5699 19.705 17.7732 20.4919C16.984 21.277 16.0495 21.9009 15.0217 22.3287C13.9545 22.7738 12.8234 23 11.6554 23C10.4874 23 9.35633 22.7738 8.28915 22.3263C7.25886 21.8959 6.33431 21.2763 5.53761 20.4894C4.74844 19.7089 4.11799 18.7829 3.68112 17.7625C3.22868 16.7027 3 15.579 3 14.4183C3.00071 13.102 3.30533 11.8035 3.89013 10.6242C4.47637 9.45508 5.31952 8.43372 6.35644 7.63662C6.78697 7.30368 7.17876 6.92344 7.52443 6.50305C8.02113 5.89816 8.40964 5.22441 8.68012 4.49903C8.90143 3.90642 8.99487 3.19333 8.95798 2.38681L8.90389 1.20652C8.89651 1.05161 9.06618 0.948333 9.19896 1.02702L10.2145 1.62454C11.6062 2.44582 12.7201 3.62365 13.5218 5.13343C14.4906 6.95058 14.9332 8.62019 14.8422 10.1005C14.8397 10.1447 14.8569 10.189 14.8914 10.2185C14.9283 10.2529 14.9701 10.2578 14.9971 10.2554C15.0242 10.2529 15.0635 10.2431 15.0979 10.2062C15.6168 9.62835 15.9831 9.04067 16.1823 8.46528L16.502 7.5481C16.513 7.51745 16.5314 7.48998 16.5555 7.46809C16.5796 7.44621 16.6087 7.43057 16.6402 7.42256C16.6718 7.41455 16.7048 7.4144 16.7365 7.42214C16.7681 7.42989 16.7973 7.44527 16.8216 7.46695L17.5372 8.12349ZM8.64187 11.8284C7.37693 13.6233 6.21403 15.2733 6.96797 17.2885C8.4336 21.206 13.3379 21.2627 15.0009 19.0924C11.4777 17.6267 11.0267 15.7943 10.9704 14.0468C10.9537 13.5312 11.1432 13.0892 11.3607 12.5818C11.8803 11.3696 12.56 9.78412 10.9704 5.92969C11.1209 8.31094 9.83593 10.1342 8.64187 11.8284Z" fill="#FF3F40"></path>
  197.                                     </svg></i>
  198.                                 <span>Новые анкеты</span>
  199.                             </a>
  200.                         </li>
  201.                         <li>
  202.                             <a href="{{ public_base_url ~ path('profile_list.list_price_high', {'city': city.uriIdentity}) }}" class="is-flex level">
  203.                                 <i><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#FF3F40" d="M6.68 20.62l2.26-6.96h1.7l-3.2 8.9h-1.5l-3.19-8.9h1.7l2.23 6.96zM13.29 22.56h-1.54v-8.9h1.54v8.9zM16.74 19.25v3.31h-1.55v-8.9h3.4c1 0 1.79.26 2.37.77.59.52.88 1.2.88 2.06 0 .87-.29 1.55-.86 2.03a3.6 3.6 0 01-2.4.73h-1.84zm0-1.24h1.85c.55 0 .97-.13 1.26-.39.3-.26.44-.63.44-1.12 0-.48-.15-.86-.44-1.15-.3-.29-.7-.44-1.21-.45h-1.9v3.11zM21.8 11.5c-.06.12.12.41-.26.5-.01.04-.07.18-.45.26-.43.09-.71.2-.8.25-.07.05-.37.2-.55.08-.18-.12-.21-.21-.21-.21s-.09-.14-.3-.13c-.22 0-1.01.07-1.38.15-.37.07-.54.13-1.1.14-.55.02-1.09-.18-1.14-.19-.05 0-.82-.23-1.11-.23-.3.01-.6.07-.7.1-.1.03-.8.24-1.8.26-1.01.02-2.58.04-2.85-.02-.27-.05-.96-.3-.99-1-.02-.71.05-.42-.01-.88a2.8 2.8 0 00-.4-1.17c-.08-.13-.5-.67-.67-.85a2.42 2.42 0 01-.42-.54c-.04.17-.12.67-.12.88 0 .22-.07.43-.12.53-.06.11-.18.73-.3.97a8.5 8.5 0 00-.41 1.08c-.05.2-.16.64-.2.69-.02.04-.15.45-.53.53-.33.05-.47-.01-.56 0-.08.02-.5.02-.53 0-.1 0-.17 0-.17-.04 0-.05.06-.08.08-.1.03-.03.18-.07.22-.09l-.31-.07a.17.17 0 00-.13.04c-.02.01-.34.2-.38.07-.05.02-.07.02-.07 0 0-.03.05-.06.05-.06s-.04 0-.06-.02c-.01-.02.07-.08.16-.1l.32-.15c.03-.03.08-.08.12-.07.03-.02.1-.09.17-.06.08.02.23.03.3.06.05 0 .44-.03.56.01.02.01.09 0 .1-.02a.64.64 0 01.15-.06c.03 0 .08-.02.1-.11.02-.1.08-.6.1-1.02a6.7 6.7 0 01.36-1.48c.09-.2.18-.44.16-.63L5.6 8.1l-.06-.51c-.08.3-.32.95-.84.96-.67.01-.54-.51-.29-.5 0 0-.12.09-.05.15.09.07.16.1.35.08.14-.01.27-.18.31-.37a21 21 0 00.13-.6c-.07.02-.27.24-.55.23-.28-.02-.49-.14-.5-.28 0-.14.1-.2.2-.2s-.1.07-.04.16c.08.13.18.1.27.1.1 0 .25-.11.31-.29.07-.17.15-.34.23-.4-.27.15-.48.17-.67.13-.19-.05-.28-.1-.3-.23 0-.13 0-.26.2-.25a.23.23 0 00-.06.16c0 .06.05.14.23.14a.6.6 0 00.44-.26c.07-.1.1-.74.25-.96.15-.21.05-.7.03-.85-.01-.16-.12-.7.39-1.14.5-.44.55-1.22 1.84-.9.06-.02.56-.05 1.02.5.4.48.34 1.1-.25 1.25.01.07.04.23.14.31.06.08-.08.18-.1.18l-.06.04c-.01.02 0 .04.03.06.02.02.02.08-.13.14.02.01.12.1 0 .14-.08.02-.05.02-.05.04 0 .01.03.06.02.1-.01.05-.05.14-.13.16-.08.03-.4-.02-.43-.02.06.08.15.3.14.37.07.08.12.17.25.24.14.06.27.13.48.15.22.02.58.05.89.23.39.23.54 1.04.1 1.45.09.13.1.23.11.33l-.01.3c-.02.07-.04.28-.02.36.02.08.1.49.25.58.08-.08.15-.18.18-.23.03-.06.58-1.16 1.6-2.1.6-.6.78-.61 1.17-.35.13.1.28.3.31.35a2 2 0 01.2.47c.03.17.32.63.35.68.03.06.5 1.1.55 1.27.05.17.34.7.47.86.14.16.32.4.34.45l.2.21c.18.05.49.17.65.24.17.07 1.2.2 1.6.22.42.02 1.28.1 1.62.11.33.01.8-.05.87-.06.07 0 .56-.04.65-.03.1 0 .3-.05.56-.03l.38-.01c.06-.02.12-.04.14-.06.05-.02.27-.08.31-.02.03.05.05.09 0 .13zm-8.79-1.98a3.44 3.44 0 01-.85-1.03c-.02 0-.1.1-.11.24-.02.13-.24.64-.38 1-.13.35-.43.78-.43.78 1.41.04 2.4.28 2.53.3.05-.13-.22-.85-.76-1.3z"/></svg></i>
  204.                                 <span>Элитные</span>
  205.                             </a>
  206.                         </li>
  207.                         <li>
  208.                             <a href="{{ public_base_url ~ path('profile_list.list_price_low', {'city': city.uriIdentity}) }}" class="is-flex level">
  209.                                 <i><svg xmlns="http://www.w3.org/2000/svg" width="6" height="22" fill="none"><path fill="#FF3F40" d="M5.48 11.24c-.26.48-.47.57-.5.66h-.01l-.01.37c0 .22-.01 1.55-.03 1.7-.02.15-.04.47-.03.58.02.1.05.35.08.44.04.09.04.5.01.62-.02.12-.01.36.02.46.03.1.17.82.18 1.02 0 .2-.02.7-.07.94s-.12.75-.15.98c-.02.23-.1.98-.08 1.18.02.21.05.45.08.51.02.07.1.33.03.43-.06.1-.12.1-.22.1s-.39 0-.5-.03a.88.88 0 00-.37-.02c-.09.01-.63.1-.82.08-.03.05-.12.2-.17.23-.06.03-.15.1-.3.05-.06.02-.23.04-.23-.02-.05.02-.16.02-.15-.02-.04.01-.09 0-.09-.03-.03 0-.2.02-.23-.05-.04-.06 0-.08.04-.1.03-.02.07-.06.11-.06 0-.03-.01-.1.01-.11a.54.54 0 01.19-.04c.03-.03.13-.1.2-.1 0 0-.02-.09-.06-.17a1.96 1.96 0 01-.14-.53c-.02-.21-.08-.71-.08-.85.01-.15-.04-.21-.04-.26 0-.04-.03-.34-.02-.4 0-.06-.12-.5-.2-.76-.1-.25-.47-1.43-.51-1.54-.04-.12-.21-.71-.3-.9-.1-.18-.26-.43-.33-.52a.75.75 0 01-.14-.4.72.72 0 01.07-.4c.04-.05.19-.34.24-.43.05-.1.21-.37.3-.62.1-.24.63-1.24 1.09-1.9l.02-.05s-.03-.27-.05-.33c-.02-.07-.04-.3-.04-.34 0-.03-.04-.11-.05-.2-.02-.07-.03-.8 0-.92l-.25-.67a4.5 4.5 0 00-.2-.54c-.07-.16-.22-.63-.26-.72-.03-.09-.2-.2-.2-.59-.08.03-.3.08-.42-.03a.68.68 0 01-.22-.4C.62 6.49.59 6.47.6 6.42c.02-.05.03-.06.06-.06L.8 6.1a8.07 8.07 0 01.39-.56c-.06-.24.12-.62.16-.7a.91.91 0 00.08-.32l.01-.32c0-.06.07-.1.1-.16.01-.06-.04-.54-.05-.74a4.15 4.15 0 00-.22-1.02c0-.03.03-.08-.03-.16-.05-.08-.07-.21-.05-.23.02-.03.02-.06 0-.1-.05-.06 0-.19.05-.21.13-.49.5-.71.6-.76.1-.06.24-.08.28-.1a.6.6 0 01.21-.04c.04 0 .15 0 .18.03.05-.05.13-.03.2 0 .07.05.19.12.2.18.15.02.49.44.54.51.06.07.11.22.12.3.04.02.09.14.07.2.06.1.1.2.1.27.03.04.02.08.04.23.02.15-.1.33-.16.42 0 .23.1.55.16.69.03.08.09.18.13.25.14.05.18-.01.37.1.23.12.48.87.51 1 .04.12.09.36.14.48a11.84 11.84 0 01.47 1.83l.09.36c.01.07 0 .12.02.14.03.03.03.1.03.15 0 .05 0 .12-.03.18a.83.83 0 00-.05.28c0 .13-.17.93-.2 1.1.12.17.22.33.25.46.12.38.23.93-.03 1.4zM1.67 3.33s.02.15.01.25c.04-.06.04-.14.05-.16a.36.36 0 00-.06-.1zm.33.43a.85.85 0 01-.13.32c.08-.08.12-.14.29-.15 0 0-.01-.04-.16-.17zm1.45 11c-.1-.28-.15-.36-.18-.4a3.12 3.12 0 01-.19-.45l-.46.4c-.06.07-.24.35-.26.4-.03.06-.07.15-.05.22.01.07.04.2.13.35.09.15.34.63.4 1.25L3 18.2c.02.13.1.76.23.9.13.15.2.2.3.28.11.07.26.19.15.45-.1.27-.18.3-.23.39-.04.07-.18.23-.17.39v-.01s.29-.08.42-.33c.12-.25.24-.63.24-.86 0-.22.03-.76 0-.93-.03-.18-.09-1.22-.1-1.47 0-.25 0-.78.02-.85-.05-.1-.33-.7-.41-1.4zm1.12-7.2c-.12-.23-.34-.83-.45-1.1v.05s-.05.3-.1.42c-.06.11-.12.22-.11.27 0 .06-.03.24.09.4.1.16.41.7.55.89.03-.14.05-.37.07-.42l.03-.3c0-.09-.02-.14-.08-.22z"/></svg></i>
  210.                                 <span>Дешёвые</span>
  211.                             </a>
  212.                         </li>
  213.                         {#<li>
  214.                             <a href="{{ public_base_url ~ path('profile_list.list_bdsm', {'city': city.uriIdentity}) }}" class="is-flex level">
  215.                                 <i><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="none"><path fill="#FF3F40" d="M16.42 4.04a.99.99 0 00-.99.99 2.46 2.46 0 11-.42-1.37 1.93 1.93 0 011.97-.52A4.46 4.46 0 0012.97.6c-1.52 0-2.94.8-3.75 2.1L7.56 3.79v.85A3.45 3.45 0 004.6 7.56h-.83L2.7 9.22C1.4 10.02.6 11.45.6 12.97a4.44 4.44 0 004.98 4.4c.87-.9.3-1.94-.55-1.94a2.47 2.47 0 01-2.46-2.46c0-1.95 2.26-3.37 4.3-1.77 1.1 1.5.62 3.09-.47 3.8a1.93 1.93 0 01.52 1.98 4.46 4.46 0 002.54-4.01c0-1.52-.8-2.94-2.1-3.75L6.27 7.56H5.6c.2-.98.98-1.74 1.96-1.93v.65l1.66 1.07c.8 1.3 2.23 2.1 3.75 2.1 2.4 0 4.43-1.94 4.43-4.42a.97.97 0 00-.98-.99zM5.52 9.52h-.98v-.98h.98v.98zm4-4h-.98v-.98h.98v.98z"/></svg></i>
  216.                                 <span>БДСМ</span>
  217.                             </a>
  218.                         </li>#}
  219.                         <li{% if isGuestOnPublic %}  class="only-mobile"{% endif %}>
  220.                             <a href="{{ public_base_url ~ path('profile_list.list_with_video', {'city': city.uriIdentity}) }}" class="is-flex level">
  221.                                 <i><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 16" width="16"><path fill="#FF3F40" fill-rule="evenodd" d="M8 .5a7.5 7.5 0 100 15 7.5 7.5 0 000-15zM8 14a6 6 0 11.02-12.02A6 6 0 018 14zm3-6l-4.5 3.38V4.62L11 8z" clip-rule="evenodd"/></svg></i>
  222.                                 <span>Анкеты с видео</span>
  223.                             </a>
  224.                         </li>
  225.                         <li{% if isGuestOnPublic %}  class="only-mobile"{% endif %}>
  226.                             <a href="{{ public_base_url ~ path('profile_list.list_with_selfie', {'city': city.uriIdentity}) }}" class="is-flex level">
  227.                                 <i><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 12 18" width="12"><path fill="#FF3F40" fill-rule="evenodd" d="M9.75.76L2.25.75c-.83 0-1.5.68-1.5 1.5v13.5c0 .82.67 1.5 1.5 1.5h7.5c.82 0 1.5-.68 1.5-1.5v-1.24-1.57V2.25c0-.82-.68-1.5-1.5-1.5zm0 10.42V2.25h-7.5v8.93A9.23 9.23 0 016 10.5c1.51 0 2.82.25 3.75.68zm-7.5 4.57h7.5v-3.32c-.65-.44-2.1-.8-3.75-.8-1.75 0-3.18.4-3.75.87v3.25zm6-11.25a.75.75 0 110-1.5.75.75 0 010 1.5zM5.99 9.75a2.25 2.25 0 110-4.5 2.25 2.25 0 010 4.5zm0-3.38a1.13 1.13 0 100 2.26 1.13 1.13 0 000-2.26z" clip-rule="evenodd"/></svg></i>
  228.                                 <span>Анкеты с селфи</span>
  229.                             </a>
  230.                         </li>
  231.                         <li{% if isGuestOnPublic %}  class="only-mobile"{% endif %}>
  232.                             <a href="{{ public_base_url ~ path('profile_list.list_with_comments', {'city': city.uriIdentity}) }}" class="is-flex level">
  233.                                 <i><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 16" width="16"><path fill="#FF3F40" fill-rule="evenodd" d="M15.5 2c0-.82-.68-1.5-1.5-1.5H2C1.18.5.5 1.18.5 2v9c0 .82.68 1.5 1.5 1.5h10.5l3 3V2zM14 2v9.88l-.88-.88H2V2h12zm-1.5 6h-9v1.5h9V8zm-9-2.25h9v1.5h-9v-1.5zm9-2.25h-9V5h9V3.5z" clip-rule="evenodd"/></svg></i>
  234.                                 <span>Анкеты с отзывами</span>
  235.                             </a>
  236.                         </li>
  237.                         {#<li>
  238.                             <a href="{{ public_base_url ~ path('station_list.page', {'city': city.uriIdentity}) }}" class="is-flex level">
  239.                                 <i><svg xmlns="http://www.w3.org/2000/svg" width="18" height="14" fill="none"><path fill="#FF3F40" fill-rule="evenodd" d="M9 .3a9 9 0 017.7 13.4H1.3A9 9 0 010 9.3c0-5 4-9 8.9-9zM2.8 10.6h-1v1.2H7v-1.2h-.7l.7-2.1L9 12l2.1-3.5.8 2H11v1.3h5v-1.2h-1L11.9 2 9 7.1 6.2 2l-3.4 8.5z" clip-rule="evenodd"/></svg></i>
  240.                                 <span>По метро</span>
  241.                             </a>
  242.                         </li>#}
  243.                         <li>
  244.                             <a href="{{ public_base_url ~ path('profile_search.page', {'city': city.uriIdentity}) }}" class="is-flex level">
  245.                                 <i><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="none"><path fill="#FF3F40" fill-rule="evenodd" d="M12 11.3h.8l5 5-1.5 1.4-5-5V12l-.3-.3a6.5 6.5 0 11.7-.7l.3.3zM2.3 6.8a4.5 4.5 0 109 0 4.5 4.5 0 00-9 0z" clip-rule="evenodd"/></svg></i>
  246.                                 <span>Подбор анкет</span>
  247.                             </a>
  248.                         </li>
  249.                         {% if city.uriIdentity == 'moskva' %}
  250.                             {# <li{% if isGuestOnPublic %}  class="only-mobile"{% endif %}>
  251.                                 <a href="{{ path('profile_list.list_by_gender', {'city': city.uriIdentity, 'gender': 'transy'}) }}" class="is-flex level">
  252.                                     <i><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
  253.                                             <path fill-rule="evenodd" clip-rule="evenodd" d="M11.71 14.6976V16.1976H9.75V18H8.25V16.1976H6.29004V14.6976H8.25V13.3334C6.12172 12.9763 4.5 11.1254 4.5 8.89561C4.5 7.95061 4.79129 7.07364 5.28898 6.3496L4.17888 5.2395L3.11822 6.30016L2.05756 5.2395L3.11822 4.17884L1.5 2.56062V4.5L0 4.5V6.32203e-08L4.50016 0.00016039V1.50016H2.56086L4.17888 3.11818L5.23954 2.05752L6.3002 3.11818L5.23954 4.17884L6.33209 5.27139C7.07861 4.72093 8.00132 4.39561 9 4.39561C9.9987 4.39561 10.9214 4.72094 11.6679 5.27141L15.4393 1.5H13.5V0H18L17.9998 4.50016H16.4998V2.56086L12.711 6.34962C13.2087 7.07366 13.5 7.95062 13.5 8.89561C13.5 11.1254 11.8783 12.9763 9.75 13.3334V14.6976H11.71ZM9 11.8956C10.6569 11.8956 12 10.5525 12 8.89561C12 7.23875 10.6569 5.89561 9 5.89561C7.34315 5.89561 6 7.23875 6 8.89561C6 10.5525 7.34315 11.8956 9 11.8956Z" fill="#FF3F40"/>
  254.                                         </svg></i>
  255.                                     <span>Трансы</span>
  256.                                 </a>
  257.                             </li> #}
  258.                             {# <li{% if isGuestOnPublic %}  class="only-mobile"{% endif %}>
  259.                                 <a href="{{ path('profile_list.list_by_gender', {'city': city.uriIdentity, 'gender': 'jigolo'}) }}" class="is-flex level">
  260.                                     <i><svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
  261.                                             <path d="M3.09953 10.5213C3.4472 10.872 3.86071 11.1506 4.31634 11.3411C4.77196 11.5315 5.26072 11.6302 5.75456 11.6312C6.2484 11.6323 6.73759 11.5358 7.19404 11.3474C7.6505 11.1589 8.06523 10.8821 8.41442 10.5329C8.76362 10.1837 9.04041 9.76896 9.22889 9.31251C9.41737 8.85606 9.51385 8.36687 9.51276 7.87303C9.51168 7.37919 9.41307 6.89043 9.22259 6.43481C9.03211 5.97918 8.75351 5.56567 8.40279 5.218C7.69847 4.51983 6.74628 4.12908 5.75456 4.13125C4.76285 4.13342 3.81237 4.52834 3.11112 5.22959C2.40987 5.93084 2.01495 6.88132 2.01278 7.87303C2.01061 8.86474 2.40136 9.81694 3.09953 10.5213ZM8.89554 3.66475L10.8103 1.75H9.67253C9.47362 1.75 9.28286 1.67099 9.14221 1.53033C9.00155 1.38968 8.92253 1.19892 8.92253 1C8.92253 0.801091 9.00155 0.610326 9.14221 0.469673C9.28286 0.329021 9.47362 0.250003 9.67253 0.250003H12.6725C12.7711 0.249706 12.8688 0.268903 12.9599 0.306489C13.051 0.344075 13.1338 0.399308 13.2035 0.469011C13.2732 0.538714 13.3285 0.621511 13.3661 0.71264C13.4036 0.803768 13.4228 0.901429 13.4225 1V4C13.4225 4.19892 13.3435 4.38968 13.2029 4.53033C13.0622 4.67099 12.8714 4.75 12.6725 4.75C12.4736 4.75 12.2829 4.67099 12.1422 4.53033C12.0016 4.38968 11.9225 4.19892 11.9225 4V2.75875L9.95604 4.72525C10.7455 5.78877 11.1039 7.11132 10.9595 8.42792C10.815 9.74451 10.1784 10.9579 9.17723 11.825C8.17602 12.6921 6.88414 13.1489 5.56041 13.1037C4.23669 13.0586 2.9789 12.515 2.03903 11.5818C1.09991 10.6433 0.551207 9.3839 0.503407 8.05712C0.455607 6.73034 0.91226 5.43471 1.78142 4.43112C2.65058 3.42752 3.8677 2.7905 5.1877 2.6483C6.50771 2.5061 7.83257 2.8693 8.89554 3.66475Z" fill="#FF3F40"/>
  262.                                         </svg></i>
  263.                                     <span>Жиголо</span>
  264.                                 </a>
  265.                             </li> #}
  266.                         {% endif %}
  267.                     </ul>
  268.                 </nav>
  269.                 {% if not app.user %}
  270.                     <div class="user-block is-flex level">
  271.                         <a href="{{ path('app_security_register') }}" class="btn btn-fill-red-style is-flex level" rel="nofollow">
  272.                             <i><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#fff" fill-rule="evenodd" d="M8.333 6.667a2.5 2.5 0 100-5 2.5 2.5 0 000 5zm4.167-2.5a4.155 4.155 0 01-1.287 3.01c.793.293 1.529.701 2.187 1.206A5.833 5.833 0 118.393 15H0c0-.57.057-1.128.167-1.667a8.348 8.348 0 015.286-6.155A4.167 4.167 0 1112.5 4.167zm-1.146 4.888a5.838 5.838 0 00-2.962 4.278H1.877a6.67 6.67 0 019.477-4.278zm6.98 5.112a4.167 4.167 0 11-8.334 0 4.167 4.167 0 018.333 0zm-5 .833H12.5a.833.833 0 010-1.667h.833V12.5a.833.833 0 011.667 0v.833h.833a.833.833 0 110 1.667H15v.833a.833.833 0 11-1.667 0V15z" clip-rule="evenodd"/></svg></i>
  273.                             <span>Зарегистрироваться</span>
  274.                         </a>
  275.                         <a href="{{ path('login') }}" class="btn btn-border-style login is-flex level bw-w" rel="nofollow">
  276.                             <i><svg xmlns="http://www.w3.org/2000/svg" width="16" height="14" fill="none"><path fill="#666" fill-rule="evenodd" d="M10.25 4a2.25 2.25 0 11-4.5 0 2.25 2.25 0 014.5 0zm.342 2.71a3.75 3.75 0 10-5.184 0A7.513 7.513 0 00.65 12.25c-.098.485-.15.986-.15 1.5h15c0-.514-.052-1.015-.15-1.5a7.513 7.513 0 00-4.758-5.54zM8 7.75a6.003 6.003 0 00-5.811 4.5h11.622A6.003 6.003 0 008 7.75z" clip-rule="evenodd"/></svg></i>
  277.                             <span>Войти в кабинет</span>
  278.                         </a>
  279.                     </div>
  280.                 {% endif %}
  281.             </div>
  282.             {% if app.user %}
  283.                 <div class="modal-card-body-element account-menu{% if app.user %} current{% endif %}" data-main-menu-tab-content data-type="account">
  284.                     {% if is_user_advertiser(app.user) %}
  285.                         <div id="balance-wrapper" class="balance-wrap balance" data-money-wrapper>
  286.                             <p class="current">Ваш баланс: <span class="value" data-money-value>{{ app.user.currentBalance|money_format }}</span></p>
  287.                             <p class="hour">Расход в час: <span class="value" data-money-spend>{{ owner_charges()|money_format }}</span></p>
  288.                             <p class="calc" data-total-money="{{ app.user.currentBalance.amount }}" id="money-calculate-header" data-money-calc>
  289.                                 Хватит на:
  290.                                 <span data-money-output>
  291.                                     <span class="value">
  292.                                         <span class="days" data-money-output-days>
  293.                                             <span class="colored">XX</span> <span class="text">дней</span>
  294.                                         </span>
  295.                                         <span class="hours" data-money-output-hours>
  296.                                             <span class="colored">XX</span> <span class="text">часа</span>
  297.                                         </span>
  298.                                         <span class="minutes d-none" data-money-output-minutes>
  299.                                             <span class="colored"></span> <span class="text">минут</span>
  300.                                         </span>
  301.                                     </span>
  302.                                 </span>
  303.                             </p>
  304.                             <a href="{{ path('account.finances.pay') }}" class="btn-fill-red-style level level-item has-text-centered">
  305.                                 <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" width="24" height="24">
  306.                                     <path fill="#fff" fill-rule="evenodd"
  307.                                         d="M12 2a10 10 0 100 20 10 10 0 000-20zm-1 5v4H7v2h4v4h2v-4h4v-2h-4V7h-2zm-7 5a8 8 0 1016 0 8 8 0 00-16 0z"
  308.                                         clip-rule="evenodd" /></svg>
  309.                                 <span>Пополнить баланс</span>
  310.                             </a>
  311.                         </div>
  312.                         <!--noindex-->
  313.                         <nav>
  314.                             <ul>
  315.                                 <li>
  316.                                     <a href="{{ path('account') }}" class="is-flex level" id="girl-count-to" rel="nofollow">
  317.                                         <i><svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" fill="none"><path fill="#FF3F40" fill-rule="evenodd" d="M12.25 2H9.12A2.26 2.26 0 007 .5c-.97 0-1.8.63-2.12 1.5H1.75c-.82 0-1.5.67-1.5 1.5V14c0 .82.68 1.5 1.5 1.5h10.5c.82 0 1.5-.68 1.5-1.5V3.5c0-.83-.68-1.5-1.5-1.5zM7 1.81c.17 0 .3.08.41.19.1.1.15.23.15.38 0 .3-.25.56-.56.56a.57.57 0 01-.56-.56c0-.15.06-.28.15-.38.1-.11.25-.19.41-.19zM1.75 3.5V14h10.5V3.5H1.75zM7 4.25A2.26 2.26 0 004.75 6.5 2.26 2.26 0 007 8.75 2.26 2.26 0 009.25 6.5 2.26 2.26 0 007 4.25zM6.25 6.5c0 .41.34.75.75.75s.75-.34.75-.75A.75.75 0 007 5.75a.75.75 0 00-.75.75zM2.5 12.1v1.15h9V12.1c0-1.87-2.98-2.68-4.5-2.68s-4.5.8-4.5 2.68zM7 10.91c-.98 0-2.25.42-2.77.84h5.54A5.24 5.24 0 007 10.91z" clip-rule="evenodd"/></svg></i>
  318.                                         <span>Анкеты</span>
  319.                                     </a>
  320.                                 </li>
  321.                                 <li>
  322.                                     <a href="{{ path('account.paid_services.info_page') }}" class="is-flex level" rel="nofollow">
  323.                                         <i><svg xmlns="http://www.w3.org/2000/svg" width="16" height="14" fill="none"><path fill="#FF3F40" fill-rule="evenodd" d="M14.38 1.75v1.71c.44.26.74.74.74 1.29v4.5c0 .55-.3 1.03-.74 1.29v1.71c0 .82-.68 1.5-1.5 1.5H2.38a1.5 1.5 0 01-1.5-1.5V1.75c0-.82.66-1.5 1.5-1.5h10.5c.82 0 1.5.68 1.5 1.5zm-6 7.5h5.24v-4.5H8.38v4.5zm-6 3V1.75h10.5v1.5h-4.5c-.83 0-1.5.67-1.5 1.5v4.5c0 .82.67 1.5 1.5 1.5h4.5v1.5H2.38zM9.5 7a1.13 1.13 0 112.25 0A1.13 1.13 0 019.5 7z" clip-rule="evenodd"/></svg></i>
  324.                                         <span>Платные услуги</span>
  325.                                     </a>
  326.                                 </li>
  327.                                 <li>
  328.                                     <a href="{{ path('account.support_messages.list') }}" class="is-flex level" id="message-count-to" rel="nofollow">
  329.                                         <i><svg xmlns="http://www.w3.org/2000/svg" width="16" height="12" fill="none"><path fill="#FF3F40" fill-rule="evenodd" d="M15.5 1.5C15.5.68 14.82 0 14 0H2C1.18 0 .5.68.5 1.5v9c0 .82.68 1.5 1.5 1.5h12c.82 0 1.5-.68 1.5-1.5v-9zm-1.5 0L8 5.25 2 1.5h12zM8 6.75L2 3v7.5h12V3L8 6.75z" clip-rule="evenodd"/></svg></i>
  330.                                         <span>Сообщения</span>
  331.                                     </a>
  332.                                 </li>
  333.                                 <li>
  334.                                     <a href="{{ path('account_saloons') }}" class="is-flex level" id="saloon-count-to" rel="nofollow">
  335.                                         <i><svg xmlns="http://www.w3.org/2000/svg" width="16" height="12" fill="none"><path fill="#FF3F40" fill-rule="evenodd" d="M5.75 6a2.63 2.63 0 100-5.26 2.63 2.63 0 000 5.26zM.5 9.94C.5 8.19 4 7.3 5.75 7.3S11 8.2 11 9.94v1.31H.5V9.94zM5.75 8.8c-1.34 0-2.87.5-3.5.94h7a7.23 7.23 0 00-3.5-.94zm1.13-5.44a1.12 1.12 0 10-2.25 0 1.12 1.12 0 002.25 0zm4.15 3.99c.87.63 1.47 1.47 1.47 2.58v1.31h3V9.94c0-1.52-2.63-2.38-4.47-2.58zm1.85-3.99a2.63 2.63 0 01-3.76 2.37 4.08 4.08 0 000-4.73 2.63 2.63 0 013.75 2.36z" clip-rule="evenodd"/></svg></i>
  336.                                         <span>Салоны</span>
  337.                                     </a>
  338.                                 </li>
  339.                                 <li>
  340.                                     <a href="{{ path('account.profile.top_placement') }}" class="is-flex level" rel="nofollow">
  341.                                         <i><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#FF3F40" fill-rule="evenodd" d="M5.9 5.85L8 .88l2.1 4.97 5.4.46-4.1 3.54 1.23 5.28L8 12.32l-4.63 2.8 1.22-5.28L.5 6.31l5.4-.46zm2.83.59L8 4.72l-.73 1.7-.35.84-.9.07-1.85.16 1.4 1.22.69.6-.2.88-.42 1.8 1.59-.95.77-.47.77.48 1.6.96-.43-1.8-.2-.89.68-.6 1.41-1.22-1.85-.15-.9-.08-.35-.83z" clip-rule="evenodd"/></svg></i>
  342.                                         <span>ТОП-девушка</span>
  343.                                     </a>
  344.                                 </li>
  345.                                 {#<li>
  346.                                     <a href="#" class="is-flex level" data-dev-mode="true" data-text="Мы работаем над ним." rel="nofollow">
  347.                                         <i><svg xmlns="http://www.w3.org/2000/svg" width="18" height="14" fill="none"><path fill="#FF3F40" fill-rule="evenodd" d="M15.75.25H2.25c-.83 0-1.5.67-1.5 1.5v9c0 .82.67 1.5 1.5 1.5H6v1.5h6v-1.5h3.75c.82 0 1.5-.68 1.5-1.5v-9c0-.83-.68-1.5-1.5-1.5zm0 10.5H2.25v-9h13.5v9zm-1.5-1.5V7H3.75v2.25h10.5zm-3.75-6v3H3.75v-3h6.75zm3.75 3v-3h-3v3h3z" clip-rule="evenodd"/></svg></i>
  348.                                         <span>Баннеры</span>
  349.                                     </a>
  350.                                 </li>#}
  351.                                 <li>
  352.                                     <a href="{{ path('account.profile_management.commented_profiles') }}" class="is-flex level" rel="nofollow">
  353.                                         <i><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#FF3F40" fill-rule="evenodd" d="M15.5 2c0-.82-.68-1.5-1.5-1.5H2C1.18.5.5 1.18.5 2v9c0 .82.68 1.5 1.5 1.5h10.5l3 3V2zM14 2v9.88l-.88-.88H2V2h12zm-1.5 6h-9v1.5h9V8zm-9-2.25h9v1.5h-9v-1.5zm9-2.25h-9V5h9V3.5z" clip-rule="evenodd"/></svg></i>
  354.                                         <span>Отзывы</span><span class="ml-auto" id="review-girl-count-to"></span>
  355.                                     </a>
  356.                                 </li>
  357.                                 <li>
  358.                                     <a href="{{ path('account.saloon_management.commented_saloons') }}" class="is-flex level" rel="nofollow">
  359.                                         <i><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
  360.                                                 <path fill-rule="evenodd" clip-rule="evenodd" d="M15 1.5C15.825 1.5 16.4925 2.175 16.4925 3L16.5 16.5L13.5 13.5H3C2.175 13.5 1.5 12.825 1.5 12V3C1.5 2.175 2.175 1.5 3 1.5H15ZM7.95 8.82353V12H5.325V7.76471H3.75L9 3L14.25 7.76471H12.675V12H10.05V8.82353H7.95Z" fill="#FF3F40"/>
  361.                                             </svg></i>
  362.                                         <span>Отзывы на салоны</span><span class="ml-auto" id="review-saloon-count-to"></span>
  363.                                     </a>
  364.                                 </li>
  365.                                 <li>
  366.                                     <a href="{{ path('account.phone_review.add') }}" class="is-flex level" rel="nofollow">
  367.                                         <i><svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" fill="none"><path fill="#FF3F40" fill-rule="evenodd" d="M1.75 1.58L2.81.52l12.55 12.55-1.06 1.05-2.27-2.26c.14.24.22.49.22.76v1.5h-12v-1.5c0-1.99 4-3 6-3 1.34 0 3.56.45 4.88 1.34l-3.3-3.3a3 3 0 01-4.12-4.12L1.76 1.58zm4.82.57L9.22 4.8a2.98 2.98 0 00-2.65-2.65zM1.75 12.62c.17-.54 2.48-1.5 4.5-1.5 2.03 0 4.35.97 4.5 1.5h-9zm3-7.5c0 .83.68 1.5 1.5 1.5.17 0 .32-.03.47-.08L4.83 4.66c-.05.15-.08.3-.08.46z" clip-rule="evenodd"/></svg></i>
  368.                                         <span>Проверка клиента</span>
  369.                                     </a>
  370.                                 </li>
  371.                                 <li>
  372.                                     <a href="{{ path('account.finances.transactions') }}" class="is-flex level" rel="nofollow">
  373.                                         <i><svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" fill="none"><path fill="#FF3F40" fill-rule="evenodd" d="M12.25 15.5c.82 0 1.5-.68 1.5-1.5V3.5c0-.83-.68-1.5-1.5-1.5h-.75V.5H10V2H4V.5H2.5V2h-.75c-.83 0-1.5.67-1.5 1.5V14c0 .82.67 1.5 1.5 1.5h10.5zm-7.5-6.75v-1.5h-1.5v1.5h1.5zM1.75 5h10.5V3.5H1.75V5zm10.5 1.5V14H1.75V6.5h10.5zm-1.5 2.25v-1.5h-1.5v1.5h1.5zm-3 0h-1.5v-1.5h1.5v1.5z" clip-rule="evenodd"/></svg></i>
  374.                                         <span>История платежей</span>
  375.                                     </a>
  376.                                 </li>
  377.                                 {# <li>
  378.                                     <a href="#" class="is-flex level" data-dev-mode="true" data-text="Мы работаем над ним." rel="nofollow">
  379.                                         <i><svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" fill="none"><path fill="#FF3F40" fill-rule="evenodd" d="M11.25 6a3 3 0 100-6 3 3 0 000 6zm0-4.5c.82 0 1.5.67 1.5 1.5s-.68 1.5-1.5 1.5A1.5 1.5 0 019.75 3c0-.83.68-1.5 1.5-1.5zm-6 9c0-2 4-3 6-3s6 1 6 3V12h-12v-1.5zm1.5 0c.17-.54 2.48-1.5 4.5-1.5 2.03 0 4.35.97 4.5 1.5h-9zM4.5 6v2.25H3V6H.75V4.5H3V2.25h1.5V4.5h2.25V6H4.5z" clip-rule="evenodd"/></svg></i>
  380.                                         <span>Пригласить подругу</span>
  381.                                     </a>
  382.                                 </li> #}
  383.                             </ul>
  384.                         </nav>
  385.                         <!--/noindex-->
  386.                         <div class="user-block">
  387.                             <a href="{{ path('logout') }}" class="btn btn-border-style-black exit is-flex level" rel="nofollow">
  388.                                 <i><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#666" fill-rule="evenodd" d="M10 0a10 10 0 100 20 10 10 0 000-20zm0 18a8 8 0 110-16 8 8 0 010 16zm0-9.4L13.6 5 15 6.4 11.4 10l3.6 3.6-1.4 1.4-3.6-3.6L6.4 15 5 13.6 8.6 10 5 6.4 6.4 5 10 8.6z" clip-rule="evenodd"/></svg></i>
  389.                                 <span>Выход</span>
  390.                             </a>
  391.                         </div>
  392.                     {% else %}
  393.                         <nav>
  394.                             <ul>
  395.                                 <li>
  396.                                     <a href="{{ path('account.preferred_profiles.list') }}" class="is-flex level" id="girl-count-to" rel="nofollow">
  397.                                         <i><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
  398.                                                 <path fill-rule="evenodd" clip-rule="evenodd" d="M9 3C7.3425 3 6 4.3425 6 6C6 7.6575 7.3425 9 9 9C10.6575 9 12 7.6575 12 6C12 4.3425 10.6575 3 9 3ZM10.5 6C10.5 5.175 9.825 4.5 9 4.5C8.175 4.5 7.5 5.175 7.5 6C7.5 6.825 8.175 7.5 9 7.5C9.825 7.5 10.5 6.825 10.5 6ZM13.5 13.5C13.35 12.9675 11.025 12 9 12C6.9825 12 4.6725 12.96 4.5 13.5H13.5ZM3 13.5C3 11.505 6.9975 10.5 9 10.5C11.0025 10.5 15 11.505 15 13.5V15H3V13.5Z" fill="#FF3F40"/>
  399.                                             </svg></i>
  400.                                         <span>Для Вас</span>
  401.                                     </a>
  402.                                 </li>
  403.                                 <li>
  404.                                     <a href="{{ path('account.city_profiles') }}" class="is-flex level" id="girl-count-to" rel="nofollow">
  405.                                         <i><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
  406.                                                 <path fill-rule="evenodd" clip-rule="evenodd" d="M9 1.5C6.0975 1.5 3.75 3.8475 3.75 6.75C3.75 10.6875 9 16.5 9 16.5C9 16.5 14.25 10.6875 14.25 6.75C14.25 3.8475 11.9025 1.5 9 1.5ZM5.25 6.75C5.25 4.68 6.93 3 9 3C11.07 3 12.75 4.68 12.75 6.75C12.75 8.91 10.59 12.1425 9 14.16C7.44 12.1575 5.25 8.8875 5.25 6.75ZM7.125 6.75C7.125 5.71447 7.96447 4.875 9 4.875C9.66987 4.875 10.2889 5.23237 10.6238 5.8125C10.9587 6.39263 10.9587 7.10737 10.6238 7.6875C10.2889 8.26763 9.66987 8.625 9 8.625C7.96447 8.625 7.125 7.78553 7.125 6.75Z" fill="#FF3F40"/>
  407.                                             </svg></i>
  408.                                         <span>В Вашем городе</span>
  409.                                     </a>
  410.                                 </li>
  411.                                 <li>
  412.                                     <a href="{{ path('account.favourites.profiles') }}" class="is-flex level" id="girl-count-to" rel="nofollow">
  413.                                         <i><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
  414.                                                 <path fill-rule="evenodd" clip-rule="evenodd" d="M9 3.68469C9.8175 2.72469 11.07 2.11719 12.375 2.11719C14.685 2.11719 16.5 3.93219 16.5 6.24219C16.5 9.07486 13.9542 11.3834 10.097 14.8811L10.0875 14.8897L9 15.8797L7.9125 14.8972L7.88289 14.8703C4.03697 11.3754 1.5 9.06994 1.5 6.24219C1.5 3.93219 3.315 2.11719 5.625 2.11719C6.93 2.11719 8.1825 2.72469 9 3.68469ZM9 13.8547L9.075 13.7797C12.645 10.5472 15 8.40969 15 6.24219C15 4.74219 13.875 3.61719 12.375 3.61719C11.22 3.61719 10.095 4.35969 9.705 5.38719H8.3025C7.905 4.35969 6.78 3.61719 5.625 3.61719C4.125 3.61719 3 4.74219 3 6.24219C3 8.40969 5.355 10.5472 8.925 13.7797L9 13.8547Z" fill="#FF3F40"/>
  415.                                             </svg></i>
  416.                                         <span>Избранные</span>
  417.                                     </a>
  418.                                 </li>
  419.                                 <li>
  420.                                     <a href="{{ path('account.profile_preferences') }}" class="is-flex level" id="girl-count-to" rel="nofollow">
  421.                                         <i><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
  422.                                                 <path fill-rule="evenodd" clip-rule="evenodd" d="M6.75 16.5H13.5C14.1225 16.5 14.655 16.125 14.88 15.585L17.145 10.2975C17.2125 10.125 17.25 9.945 17.25 9.75V8.25C17.25 7.425 16.575 6.75 15.75 6.75H11.0175L11.73 3.3225L11.7525 3.0825C11.7525 2.775 11.625 2.49 11.4225 2.2875L10.6275 1.5L5.685 6.4425C5.415 6.7125 5.25 7.0875 5.25 7.5V15C5.25 15.825 5.925 16.5 6.75 16.5ZM6.75 7.49999L10.005 4.24499L9 8.24999H15.75V9.74999L13.5 15H6.75V7.49999ZM3.75 7.5H0.75V16.5H3.75V7.5Z" fill="#FF3F40"/>
  423.                                             </svg></i>
  424.                                         <span>Предпочтения</span>
  425.                                     </a>
  426.                                 </li>
  427.                                 <li>
  428.                                     <a href="{{ path('account.reviews.profile') }}" class="is-flex level" id="girl-count-to" rel="nofollow">
  429.                                         <i><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
  430.                                                 <path fill-rule="evenodd" clip-rule="evenodd" d="M16.4925 3C16.4925 2.175 15.825 1.5 15 1.5H3C2.175 1.5 1.5 2.175 1.5 3V12C1.5 12.825 2.175 13.5 3 13.5H13.5L16.5 16.5L16.4925 3ZM15 3V12.8775L14.1225 12H3V3H15ZM13.5 9H4.5V10.5H13.5V9ZM4.5 6.75H13.5V8.25H4.5V6.75ZM13.5 4.5H4.5V6H13.5V4.5Z" fill="#FF3F40"/>
  431.                                             </svg></i>
  432.                                         <span>Отзывы</span>
  433.                                     </a>
  434.                                 </li>
  435.                                 <li>
  436.                                     <a href="{{ path('account.settings') }}" class="is-flex level" id="girl-count-to" rel="nofollow">
  437.                                         <i><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
  438.                                                 <path fill-rule="evenodd" clip-rule="evenodd" d="M14.6271 9C14.6271 9.255 14.6046 9.495 14.5746 9.735L16.1571 10.9725C16.2996 11.085 16.3371 11.2875 16.2471 11.4525L14.7471 14.0475C14.6796 14.1675 14.5521 14.235 14.4246 14.235C14.3796 14.235 14.3346 14.2275 14.2896 14.2125L12.4221 13.4625C12.0321 13.755 11.6121 14.01 11.1546 14.1975L10.8696 16.185C10.8471 16.365 10.6896 16.5 10.5021 16.5H7.50208C7.31458 16.5 7.15708 16.365 7.13458 16.185L6.84958 14.1975C6.39208 14.01 5.97208 13.7625 5.58208 13.4625L3.71458 14.2125C3.67708 14.2275 3.63208 14.235 3.58708 14.235C3.45208 14.235 3.32458 14.1675 3.25708 14.0475L1.75708 11.4525C1.66708 11.2875 1.70458 11.085 1.84708 10.9725L3.42958 9.735C3.39958 9.495 3.37708 9.2475 3.37708 9C3.37708 8.7525 3.39958 8.505 3.42958 8.265L1.84708 7.0275C1.70458 6.915 1.65958 6.7125 1.75708 6.5475L3.25708 3.9525C3.32458 3.8325 3.45208 3.765 3.57958 3.765C3.62458 3.765 3.66958 3.7725 3.71458 3.7875L5.58208 4.5375C5.97208 4.245 6.39208 3.99 6.84958 3.8025L7.13458 1.815C7.15708 1.635 7.31458 1.5 7.50208 1.5H10.5021C10.6896 1.5 10.8471 1.635 10.8696 1.815L11.1546 3.8025C11.6121 3.99 12.0321 4.2375 12.4221 4.5375L14.2896 3.7875C14.3271 3.7725 14.3721 3.765 14.4171 3.765C14.5521 3.765 14.6796 3.8325 14.7471 3.9525L16.2471 6.5475C16.3371 6.7125 16.2996 6.915 16.1571 7.0275L14.5746 8.265C14.6046 8.505 14.6271 8.745 14.6271 9ZM13.1271 9C13.1271 8.8425 13.1196 8.685 13.0896 8.4525L12.9846 7.605L13.6521 7.08L14.4546 6.4425L13.9296 5.535L12.9771 5.9175L12.1821 6.24L11.4996 5.715C11.1996 5.49 10.8996 5.3175 10.5771 5.1825L9.78207 4.86L9.66207 4.0125L9.51957 3H8.47707L8.32707 4.0125L8.20707 4.86L7.41207 5.1825C7.10457 5.31 6.79707 5.49 6.47457 5.73L5.79957 6.24L5.01957 5.925L4.06707 5.5425L3.54207 6.45L4.35207 7.08L5.01957 7.605L4.91457 8.4525C4.89207 8.6775 4.87707 8.85 4.87707 9C4.87707 9.15 4.89207 9.3225 4.91457 9.555L5.01957 10.4025L4.35207 10.9275L3.54207 11.5575L4.06707 12.465L5.01957 12.0825L5.81457 11.76L6.49707 12.285C6.79707 12.51 7.09707 12.6825 7.41957 12.8175L8.21457 13.14L8.33457 13.9875L8.47707 15H9.52707L9.67707 13.9875L9.79707 13.14L10.5921 12.8175C10.8996 12.69 11.2071 12.51 11.5296 12.27L12.2046 11.76L12.9846 12.075L13.9371 12.4575L14.4621 11.55L13.6521 10.92L12.9846 10.395L13.0896 9.5475C13.1121 9.3225 13.1271 9.1575 13.1271 9ZM9.00207 6C7.34457 6 6.00207 7.3425 6.00207 9C6.00207 10.6575 7.34457 12 9.00207 12C10.6596 12 12.0021 10.6575 12.0021 9C12.0021 7.3425 10.6596 6 9.00207 6ZM7.50207 9C7.50207 9.825 8.17707 10.5 9.00207 10.5C9.82707 10.5 10.5021 9.825 10.5021 9C10.5021 8.175 9.82707 7.5 9.00207 7.5C8.17707 7.5 7.50207 8.175 7.50207 9Z" fill="#FF3F40"/>
  439.                                             </svg></i>
  440.                                         <span>Настройки</span>
  441.                                     </a>
  442.                                 </li>
  443.                                 <li>
  444.                                     <a href="{{ path('logout') }}" class="is-flex level" id="girl-count-to" rel="nofollow">
  445.                                         <i><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
  446.                                                 <path fill-rule="evenodd" clip-rule="evenodd" d="M9 1.5C4.8525 1.5 1.5 4.8525 1.5 9C1.5 13.1475 4.8525 16.5 9 16.5C13.1475 16.5 16.5 13.1475 16.5 9C16.5 4.8525 13.1475 1.5 9 1.5ZM9 15C5.6925 15 3 12.3075 3 9C3 5.6925 5.6925 3 9 3C12.3075 3 15 5.6925 15 9C15 12.3075 12.3075 15 9 15ZM9 7.9425L11.6925 5.25L12.75 6.3075L10.0575 9L12.75 11.6925L11.6925 12.75L9 10.0575L6.3075 12.75L5.25 11.6925L7.9425 9L5.25 6.3075L6.3075 5.25L9 7.9425Z" fill="#828282"/>
  447.                                             </svg></i>
  448.                                         <span>Выйти</span>
  449.                                     </a>
  450.                                 </li>
  451.                             </ul>
  452.                         </nav>
  453.                     {% endif %}
  454.                 </div>
  455.             {% endif %}
  456.             {#{% if not app.user %}
  457.                 <div class="modal-card-body-element login" data-type="login">
  458.                     <div class="user-block is-flex level">
  459.                         <!--noindex-->
  460.                         <a href="{{ path('login') }}" class="btn btn-grey-style login is-flex level bw-w">
  461.                             <i><svg xmlns="http://www.w3.org/2000/svg" width="16" height="14" fill="none"><path fill="#666" fill-rule="evenodd" d="M10.25 4a2.25 2.25 0 11-4.5 0 2.25 2.25 0 014.5 0zm.342 2.71a3.75 3.75 0 10-5.184 0A7.513 7.513 0 00.65 12.25c-.098.485-.15.986-.15 1.5h15c0-.514-.052-1.015-.15-1.5a7.513 7.513 0 00-4.758-5.54zM8 7.75a6.003 6.003 0 00-5.811 4.5h11.622A6.003 6.003 0 008 7.75z" clip-rule="evenodd"/></svg></i>
  462.                             <span>Войти в кабинет</span>
  463.                         </a><!--/noindex-->
  464.                         <a href="{{ path('app_security_register') }}" class="btn btn-fill-red-style is-flex level">
  465.                             <i><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#fff" fill-rule="evenodd" d="M8.333 6.667a2.5 2.5 0 100-5 2.5 2.5 0 000 5zm4.167-2.5a4.155 4.155 0 01-1.287 3.01c.793.293 1.529.701 2.187 1.206A5.833 5.833 0 118.393 15H0c0-.57.057-1.128.167-1.667a8.348 8.348 0 015.286-6.155A4.167 4.167 0 1112.5 4.167zm-1.146 4.888a5.838 5.838 0 00-2.962 4.278H1.877a6.67 6.67 0 019.477-4.278zm6.98 5.112a4.167 4.167 0 11-8.334 0 4.167 4.167 0 018.333 0zm-5 .833H12.5a.833.833 0 010-1.667h.833V12.5a.833.833 0 011.667 0v.833h.833a.833.833 0 110 1.667H15v.833a.833.833 0 11-1.667 0V15z" clip-rule="evenodd"/></svg></i>
  466.                             <span>Зарегистрироваться</span>
  467.                         </a>
  468.                     </div>
  469.                 </div>
  470.             {% endif %}#}
  471.         </div>
  472.         {#<div class="modal-card-footer is-flex level">
  473.             <a href="{{ toggle_url_locale("ru") }}" class="btn is-flex level current">
  474.                 <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 28 20" width="28" height="20" fill="none"><rect width="27.5" height="19.5" x=".25" y=".25" fill="#fff" stroke="#F5F5F5" stroke-width=".5" rx="1.75"/><mask id="a" width="28" height="20" x="0" y="0" maskUnits="userSpaceOnUse"><rect width="27.5" height="19.5" x=".25" y=".25" fill="#fff" stroke="#fff" stroke-width=".5" rx="1.75"/></mask><g fill-rule="evenodd" clip-rule="evenodd" mask="url(#a)"><path fill="#0C47B7" d="M0 13.33h28V6.67H0v6.66z"/><path fill="#E53B35" d="M0 20h28v-6.67H0V20z"/></g></svg>
  475.                 <span>РУС</span>
  476.             </a>
  477.             <a href="{{ toggle_url_locale("en") }}" class="btn is-flex level">
  478.                 <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 28 20" width="28" height="20" fill="none"><rect width="28" height="20" fill="#fff" rx="2"/><mask id="a" width="28" height="20" x="0" y="0" maskUnits="userSpaceOnUse"><rect width="28" height="20" fill="#fff" rx="2"/></mask><g mask="url(#a)"><path fill="#0A17A7" d="M0 0h28v20H0z"/><path fill="#fff" fill-rule="evenodd" d="M-1.28-1.92l11.95 8.06v-7.47h6.66v7.47l11.95-8.06L30.78.3l-9.45 6.38H28v6.66h-6.67l9.44 6.38-1.49 2.2-11.95-8.05v7.47h-6.66v-7.47l-11.95 8.06-1.5-2.21 9.45-6.38H0V6.67h6.67L-2.77.29l1.49-2.2z" clip-rule="evenodd"/><path stroke="#DB1F35" stroke-linecap="round" stroke-width=".67" d="M18.67 6.33L31.33-2M20.01 13.7l11.36 7.65M8 6.31L-3.83-1.67M9.29 13.6l-13.13 8.71"/><path fill="#E6273E" fill-rule="evenodd" d="M0 12h12v8h4v-8h12V8H16V0h-4v8H0v4z" clip-rule="evenodd"/></g></svg>
  479.                 <span>ENG</span>
  480.             </a>
  481.         </div>#}
  482.     </div>
  483. </div>
  484. {# Правое меню сверху. Дропдаун #}
  485. <div class="modal modal-right-menu" id="modal-right-menu">
  486.     <div class="modal-background"></div>
  487. </div>
  488. <div style="display:none" id="user-data">{
  489.     {%- if app.user -%}
  490.         "user":"{{ app.user.nickName }}","role":"{{ is_user_advertiser(app.user) ? 'advertiser' : 'user' }}"
  491.     {%- else -%}
  492.         "user": null
  493.     {%- endif -%}
  494. }</div>