{% if public_base_url is not defined %}{% set public_base_url = "" %}{% endif %}
{% set currentCity = app.request.get('city', default_city()) %}
{% set currentStation = app.request.get('station') %}
{% set activeUri = app.request.requestUri %}
<header class="main">
<div class="content content-fixed">
<div class="header-height d-flex align-items-center justify-content-between justify-content-md-start">
<div class="header-navbar header-nav-margin">
<button class="navbar-toggler d-flex align-items-center justify-content-center" data-toggle="collapse" data-target="#navbarToggle" aria-controls="navbarToggle" aria-expanded="false" aria-label="Toggle navigation">
<svg class="navbar-toggler__open" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3 6H21V8H3V6Z" fill="#8C7A54"/>
<path d="M3 11H21V13H3V11Z" fill="#8C7A54"/>
<path d="M3 16H21V18H3V16Z" fill="#8C7A54"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="navbar-toggler__close" width="24" height="24" viewBox="0 0 36 36" fill="none">
<path fill="#8C7A54" 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>
</button>
<div class="collapse header-navigation" id="navbarToggle">
<div class="header-navigation__content" id="list-group-parent">
{% if is_granted('ROLE_USER') and '/account/' == app.request.requestUri|slice(0,9) %}
<a class="navigation-item navigation-item__border d-flex align-items-center w-100" data-toggle="collapse" href="#profile" role="button" aria-expanded="false" aria-controls="profile">
<svg class="icon mr-3">
<use xlink:href="{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-navigation-user"></use>
</svg>
<span><b>Личный кабинет</b></span>
<svg class="icon ml-auto navigation-arrow">
<use xlink:href="{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-dropdown"></use>
</svg>
</a>
<div class="collapse navigation-item-child" id="profile" data-parent="#list-group-parent">
{% if is_user_advertiser(app.user) %}
<div class="navigation-item-payment">
<p class="d-flex align-items-center mb-2">
Ваш баланс:
<span class="ml-2"><b>{{ app.user.currentBalance|money_format }}</b></span>
</p>
<p class="d-flex align-items-center mb-0">
Расход в час:
<span class="ml-2">{{ owner_charges()|money_format }}</span>
</p>
</div>
<a href="{{ path('account.finances.pay') }}" class="navigation-item first d-flex align-items-center w-100">
<svg class="icon mr-3">
<use xlink:href="{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-navigation-services"></use>
</svg>
<span>Пополнить баланс</span>
</a>
<a href="{{ path('account.profile_management.list') }}" class="navigation-item d-flex align-items-center w-100">
<svg class="icon mr-3">
<use xlink:href="{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-navigation-profiles"></use>
</svg>
<span class="d-flex align-items-center w-100" id="girl-count-to">Анкеты <em class="ml-auto"></em></span>
</a>
<a href="{{ path('account.paid_services.info_page') }}" class="navigation-item d-flex align-items-center w-100">
<svg class="icon mr-3">
<use xlink:href="{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-navigation-profileup"></use>
</svg>
<span>Стать заметнее</span>
</a>
<a href="{{ path('account.support_messages.list') }}" class="navigation-item d-flex align-items-center w-100">
<svg class="icon mr-3">
<use xlink:href="{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-navigation-messages"></use>
</svg>
<span class="d-flex align-items-center w-100" id="message-count-to">Сообщения <em class="ml-auto"></em></span>
</a>
<a href="{{ path('account.profile_management.commented_profiles') }}" class="navigation-item d-flex align-items-center w-100">
<svg class="icon mr-3">
<use xlink:href="{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-navigation-comments"></use>
</svg>
<span class="d-flex align-items-center w-100" id="review-girl-count-to">Отзывы <em class="ml-auto"></em></span>
</a>
<a href="{{ path('account.phone_review') }}" class="navigation-item d-flex align-items-center w-100">
<svg class="icon mr-3">
<use xlink:href="{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-navigation-blacklist"></use>
</svg>
<span>Чёрный список</span>
</a>
<a href="{{ path('account.finances.transactions') }}" class="navigation-item d-flex align-items-center w-100">
<svg class="icon">
<use xlink:href="{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-navigation-history"></use>
</svg>
<span>История платежей</span>
</a>
{% else %}
<a href="{{ path('account.preferred_profiles.list') }}" class="navigation-item d-flex align-items-center w-100">
<svg class="icon" width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M6 0C4.3425 0 3 1.3425 3 3C3 4.6575 4.3425 6 6 6C7.6575 6 9 4.6575 9 3C9 1.3425 7.6575 0 6 0ZM7.5 3C7.5 2.175 6.825 1.5 6 1.5C5.175 1.5 4.5 2.175 4.5 3C4.5 3.825 5.175 4.5 6 4.5C6.825 4.5 7.5 3.825 7.5 3ZM10.5 10.5C10.35 9.9675 8.025 9 6 9C3.9825 9 1.6725 9.96 1.5 10.5H10.5ZM0 10.5C0 8.505 3.9975 7.5 6 7.5C8.0025 7.5 12 8.505 12 10.5V12H0V10.5Z" fill="#F7901D"/>
</svg>
<span>Для Вас</span>
</a>
<a href="{{ path('account.city_profiles') }}" class="navigation-item d-flex align-items-center w-100">
<svg class="icon" width="12" height="16" viewBox="0 0 12 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M6 0.5C3.0975 0.5 0.75 2.8475 0.75 5.75C0.75 9.6875 6 15.5 6 15.5C6 15.5 11.25 9.6875 11.25 5.75C11.25 2.8475 8.9025 0.5 6 0.5ZM2.25 5.75C2.25 3.68 3.93 2 6 2C8.07 2 9.75 3.68 9.75 5.75C9.75 7.91 7.59 11.1425 6 13.16C4.44 11.1575 2.25 7.8875 2.25 5.75ZM4.125 5.75C4.125 4.71447 4.96447 3.875 6 3.875C6.66987 3.875 7.28886 4.23237 7.6238 4.8125C7.95873 5.39263 7.95873 6.10737 7.6238 6.6875C7.28886 7.26763 6.66987 7.625 6 7.625C4.96447 7.625 4.125 6.78553 4.125 5.75Z" fill="#F7901D"/>
</svg>
<span>В Вашем городе</span>
</a>
<a href="{{ path('account.favourites.profiles') }}" class="navigation-item d-flex align-items-center w-100">
<svg class="icon" width="16" height="14" viewBox="0 0 16 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 1.68615C8.8175 0.726152 10.07 0.118652 11.375 0.118652C13.685 0.118652 15.5 1.93365 15.5 4.24365C15.5 7.07633 12.9542 9.38486 9.09701 12.8825L9.0875 12.8912L8 13.8812L6.9125 12.8987L6.88289 12.8717C3.03697 9.37683 0.5 7.0714 0.5 4.24365C0.5 1.93365 2.315 0.118652 4.625 0.118652C5.93 0.118652 7.1825 0.726152 8 1.68615ZM8 11.8562L8.075 11.7812C11.645 8.54865 14 6.41115 14 4.24365C14 2.74365 12.875 1.61865 11.375 1.61865C10.22 1.61865 9.095 2.36115 8.705 3.38865H7.3025C6.905 2.36115 5.78 1.61865 4.625 1.61865C3.125 1.61865 2 2.74365 2 4.24365C2 6.41115 4.355 8.54865 7.925 11.7812L8 11.8562Z" fill="#F7901D"/>
</svg>
<span>Избранные</span>
</a>
<a href="{{ path('account.profile_preferences') }}" class="navigation-item d-flex align-items-center w-100">
<svg class="icon" width="18" height="16" viewBox="0 0 18 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.75 15.5H13.5C14.1225 15.5 14.655 15.125 14.88 14.585L17.145 9.2975C17.2125 9.125 17.25 8.945 17.25 8.75V7.25C17.25 6.425 16.575 5.75 15.75 5.75H11.0175L11.73 2.3225L11.7525 2.0825C11.7525 1.775 11.625 1.49 11.4225 1.2875L10.6275 0.5L5.685 5.4425C5.415 5.7125 5.25 6.0875 5.25 6.5V14C5.25 14.825 5.925 15.5 6.75 15.5ZM6.75 6.49999L10.005 3.24499L9 7.24999H15.75V8.74999L13.5 14H6.75V6.49999ZM3.75 6.5H0.75V15.5H3.75V6.5Z" fill="#F7901D"/>
</svg>
<span>Предпочтения</span>
</a>
<a href="{{ path('account.reviews.profile') }}" class="navigation-item d-flex align-items-center w-100">
<svg class="icon" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.4925 2C15.4925 1.175 14.825 0.5 14 0.5H2C1.175 0.5 0.5 1.175 0.5 2V11C0.5 11.825 1.175 12.5 2 12.5H12.5L15.5 15.5L15.4925 2ZM14 2V11.8775L13.1225 11H2V2H14ZM12.5 8H3.5V9.5H12.5V8ZM3.5 5.75H12.5V7.25H3.5V5.75ZM12.5 3.5H3.5V5H12.5V3.5Z" fill="#F7901D"/>
</svg>
<span>Отзывы к анкетам</span>
</a>
<a href="{{ path('account.settings') }}" class="navigation-item d-flex align-items-center w-100">
<svg class="icon" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.6266 8C13.6266 8.255 13.6041 8.495 13.5742 8.735L15.1566 9.9725C15.2991 10.085 15.3366 10.2875 15.2466 10.4525L13.7466 13.0475C13.6791 13.1675 13.5516 13.235 13.4241 13.235C13.3791 13.235 13.3341 13.2275 13.2891 13.2125L11.4216 12.4625C11.0316 12.755 10.6116 13.01 10.1542 13.1975L9.86915 15.185C9.84665 15.365 9.68915 15.5 9.50165 15.5H6.50165C6.31415 15.5 6.15665 15.365 6.13415 15.185L5.84915 13.1975C5.39165 13.01 4.97165 12.7625 4.58165 12.4625L2.71415 13.2125C2.67665 13.2275 2.63165 13.235 2.58665 13.235C2.45165 13.235 2.32415 13.1675 2.25665 13.0475L0.75665 10.4525C0.66665 10.2875 0.70415 10.085 0.84665 9.9725L2.42915 8.735C2.39915 8.495 2.37665 8.2475 2.37665 8C2.37665 7.7525 2.39915 7.505 2.42915 7.265L0.84665 6.0275C0.70415 5.915 0.65915 5.7125 0.75665 5.5475L2.25665 2.9525C2.32415 2.8325 2.45165 2.765 2.57915 2.765C2.62415 2.765 2.66915 2.7725 2.71415 2.7875L4.58165 3.5375C4.97165 3.245 5.39165 2.99 5.84915 2.8025L6.13415 0.815C6.15665 0.635 6.31415 0.5 6.50165 0.5H9.50165C9.68915 0.5 9.84665 0.635 9.86915 0.815L10.1542 2.8025C10.6116 2.99 11.0316 3.2375 11.4216 3.5375L13.2891 2.7875C13.3266 2.7725 13.3716 2.765 13.4166 2.765C13.5516 2.765 13.6791 2.8325 13.7466 2.9525L15.2466 5.5475C15.3366 5.7125 15.2991 5.915 15.1566 6.0275L13.5742 7.265C13.6041 7.505 13.6266 7.745 13.6266 8ZM12.1266 8C12.1266 7.8425 12.1191 7.685 12.0891 7.4525L11.9841 6.605L12.6516 6.08L13.4541 5.4425L12.9291 4.535L11.9766 4.9175L11.1816 5.24L10.4991 4.715C10.1991 4.49 9.89915 4.3175 9.57665 4.1825L8.78165 3.86L8.66165 3.0125L8.51915 2H7.47665L7.32665 3.0125L7.20665 3.86L6.41165 4.1825C6.10415 4.31 5.79665 4.49 5.47415 4.73L4.79915 5.24L4.01915 4.925L3.06665 4.5425L2.54165 5.45L3.35165 6.08L4.01915 6.605L3.91415 7.4525C3.89165 7.6775 3.87665 7.85 3.87665 8C3.87665 8.15 3.89165 8.3225 3.91415 8.555L4.01915 9.4025L3.35165 9.9275L2.54165 10.5575L3.06665 11.465L4.01915 11.0825L4.81415 10.76L5.49665 11.285C5.79665 11.51 6.09665 11.6825 6.41915 11.8175L7.21415 12.14L7.33415 12.9875L7.47665 14H8.52665L8.67665 12.9875L8.79665 12.14L9.59165 11.8175C9.89915 11.69 10.2066 11.51 10.5291 11.27L11.2041 10.76L11.9841 11.075L12.9366 11.4575L13.4616 10.55L12.6516 9.92L11.9841 9.395L12.0891 8.5475C12.1116 8.3225 12.1266 8.1575 12.1266 8ZM8.00164 5C6.34414 5 5.00164 6.3425 5.00164 8C5.00164 9.6575 6.34414 11 8.00164 11C9.65914 11 11.0016 9.6575 11.0016 8C11.0016 6.3425 9.65914 5 8.00164 5ZM6.50164 8C6.50164 8.825 7.17664 9.5 8.00164 9.5C8.82664 9.5 9.50164 8.825 9.50164 8C9.50164 7.175 8.82664 6.5 8.00164 6.5C7.17664 6.5 6.50164 7.175 6.50164 8Z" fill="#F7901D"/>
</svg>
<span>Настройки</span>
</a>
{% endif %}
</div>
{% endif %}
<div class="metro-and-city">
<button type="button" class="btn-city btn d-flex city w-100{% if city.stations|length == 0 %} only-city{% endif %}" id="account-menu-city">
<span>{{ currentCity.name }}</span>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0)">
<path d="M11.96 7.96005C12.6377 7.28295 13.1302 6.44323 13.3905 5.52127C13.6508 4.59931 13.67 3.62598 13.4464 2.69445L15.4424 1.83845C15.5033 1.81236 15.5697 1.80179 15.6356 1.80769C15.7016 1.81359 15.7651 1.83577 15.8203 1.87225C15.8756 1.90873 15.921 1.95836 15.9523 2.01669C15.9837 2.07502 16.0001 2.14023 16 2.20645V13.6001L10.4 16.0001L5.6 13.6001L0.5576 15.7609C0.496731 15.7869 0.430336 15.7975 0.364373 15.7916C0.29841 15.7857 0.234943 15.7635 0.17967 15.7271C0.124396 15.6906 0.0790446 15.6409 0.0476856 15.5826C0.0163266 15.5243 -5.8765e-05 15.4591 1.5836e-07 15.3929V4.00005L2.5032 2.92725C2.32707 3.82772 2.37513 4.75768 2.64312 5.63519C2.91112 6.51271 3.39084 7.31084 4.04 7.95925L8 11.9201L11.96 7.96005ZM10.8288 6.82885L8 9.65605L5.1712 6.82805C4.6119 6.2686 4.23104 5.55587 4.07678 4.77997C3.92253 4.00408 4.0018 3.19987 4.30458 2.46902C4.60736 1.73818 5.12006 1.11353 5.77783 0.674048C6.4356 0.234569 7.20892 0 8 0C8.79108 0 9.5644 0.234569 10.2222 0.674048C10.8799 1.11353 11.3926 1.73818 11.6954 2.46902C11.9982 3.19987 12.0775 4.00408 11.9232 4.77997C11.769 5.55587 11.3881 6.2686 10.8288 6.82805V6.82885Z" fill="#8C7A54"/>
</g>
<defs>
<clipPath id="clip0">
<rect width="16" height="16" fill="white"/>
</clipPath>
</defs>
</svg>
</button>
{% if city.stations|length > 0 %}
<button type="button" class="btn d-flex metro w-100" id="account-menu-metro">
<span>Метро</span>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M13.3988 2.97271C12.0054 1.7205 10.6804 1.3335 10.6804 1.3335L8.00005 9.3335L5.28935 1.3335C5.28935 1.3335 3.96441 1.70914 2.57095 2.97271C1.0861 4.31591 -0.19313 6.37632 0.0238782 9.64334C0.195216 12.2274 2.00005 14.6668 2.00005 14.6668H6.00005C6.00005 14.6668 3.76531 12.6525 3.00005 10.0002C2.08629 6.86974 3.00005 5.66683 3.33338 5.3335C3.66672 5.00016 4.42687 5.16915 4.66672 6.00016C5.4891 8.6525 7.99631 14.3333 7.99631 14.3333L8.00776 14.3333C8.00776 14.3333 10.4996 8.6525 11.3334 6.00016C11.5847 5.16915 12.3334 5.00016 12.6667 5.3335C13.0001 5.66683 13.9138 6.8697 13.0001 10.0002C12.2348 12.6525 10.0001 14.6668 10.0001 14.6668H14.0001C14.0001 14.6668 15.8203 12.216 15.9802 9.64338C16.1744 6.37632 14.8951 4.31591 13.3988 2.97271Z" fill="#B6B6B6"/>
</svg>
</button>
{% endif %}
</div>
<a href="{% if not currentCity.equals(default_city()) %}{{ public_base_url ~ path("profile_list.list_by_city", {"city": currentCity.uriIdentity}) }}{% else %}{{ public_base_url ~ path("homepage") }}{% endif %}" class="navigation-item d-flex align-items-center w-100">
<svg class="icon mr-3">
<use xlink:href="{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-home"></use>
</svg>
<span>Индивидуалки</span>
</a>
<a href="{{ path('profile_list.list_approved', {'city': city.uriIdentity}) }}" class="navigation-item d-flex align-items-center w-100{% if '/checked/' in activeUri %} current{% endif %}">
<svg class="icon mr-3">
<use xlink:href="{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-verify"></use>
</svg>
<span>Проверенные анкеты</span>
</a>
<a href="{{path('profile_list.list_new', {'city': city.uriIdentity}) }}" class="navigation-item d-flex align-items-center w-100{% if '/new/' in activeUri %} current{% endif %}">
<svg class="icon mr-3">
<use xlink:href="{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-new-profiles"></use>
</svg>
<span>Новые анкеты</span>
</a>
<a href="{{ path('profile_list.list_with_comments', {'city': city.uriIdentity}) }}" class="navigation-item d-flex align-items-center w-100{% if '/comments/' in activeUri %} current{% endif %}">
<svg class="icon mr-3">
<use xlink:href="{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-comments"></use>
</svg>
<span>Проститутки с отзывами</span>
</a>
<a href="{{ path('profile_list.list_with_video', {'city': city.uriIdentity}) }}" class="navigation-item d-flex align-items-center w-100{% if '/video/' in activeUri %} current{% endif %}">
<svg class="icon mr-3">
<use xlink:href="{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-video"></use>
</svg>
<span>С видео</span>
</a>
<a href="{{ path('profile_list.list_with_selfie', {'city': city.uriIdentity}) }}" class="navigation-item d-flex align-items-center w-100{% if '/selfie/' in activeUri %} current{% endif %}">
<svg class="icon mr-3">
<use xlink:href="{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-selfie"></use>
</svg>
<span>С селфи</span>
</a>
<a href="{{ path('profile_list.list_price_high', {'city': city.uriIdentity}) }}" class="navigation-item d-flex align-items-center w-100{% if '/price/high/' in activeUri %} current{% endif %}">
<svg class="icon mr-3">
<use xlink:href="{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-two-arrow"></use>
</svg>
<span>Дорогие</span>
</a>
<a href="{{ path('profile_list.list_price_low', {'city': city.uriIdentity}) }}" class="navigation-item d-flex align-items-center w-100{% if '/price/low/' in activeUri %} current{% endif %}">
<svg class="icon mr-3">
<use xlink:href="{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-one-arrow"></use>
</svg>
<span>Дешёвые</span>
</a>
{% if city == default_city() %}
<a href="{{ public_base_url ~ path('station_list.page', {'city': currentCity.uriIdentity}) }}" class="navigation-item d-flex align-items-center w-100{% if '/stations/' in activeUri %} current{% endif %}">
<svg class="icon mr-3">
<use xlink:href="{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-metro"></use>
</svg>
<span>По метро</span>
</a>
<a href="{{ public_base_url ~ path('district_list.page', {'city': currentCity.uriIdentity}) }}" class="navigation-item d-flex align-items-center w-100{% if '/main-district/' in activeUri %} current{% endif %}">
<svg class="icon mr-3">
<use xlink:href="{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-district"></use>
</svg>
<span>По районам</span>
</a>
{% endif %}
<a href="{{ public_base_url ~ path('map.page', {'city': currentCity.uriIdentity}) }}" class="navigation-item d-flex align-items-center w-100{% if '/map/' in activeUri %} current{% endif %}">
<svg class="icon mr-3">
<use xlink:href="{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-map"></use>
</svg>
<span>Интим-карта</span>
</a>
<a href="{{ public_base_url ~ path('profile_search.page', {'city': currentCity.uriIdentity}) }}" class="navigation-item d-flex align-items-center w-100{% if '/search/' in activeUri %} current{% endif %}">
<svg class="icon mr-3">
<use xlink:href="{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-search-navigation"></use>
</svg>
<span>Расширенный поиск</span>
</a>
<div class="navigation-item__content-button p-2">
{% if is_granted('ROLE_USER') %}
<a href="{{ path('logout') }}" class="btn btn-secondary btn-block">Выйти</a>
{% else %}
<a href="{{ path('app_security_register') }}" class="btn btn-danger btn-block mb-2" rel="nofollow">Зарегистрироваться</a>
<a href="{{ path('login') }}" class="btn btn-secondary btn-block" aria-expanded="false" rel="nofollow">Войти</a>
{% endif %}
</div>
</div>
</div>
</div>
<div class="header-logo header-nav-margin">
<a href="{% if not currentCity.equals(default_city()) %}{{ public_base_url ~ path("profile_list.list_by_city", {"city": currentCity.uriIdentity}) }}{% else %}{{ public_base_url ~ path("homepage") }}{% endif %}">
<img src="{{ asset('assets/images/logo.png') }}" alt="Проститутки СПб - {{ actual_main_domain }}" width="192" height="40">
</a>
</div>
{% if city.stations|length > 0 %}
<div class="header-metro header-nav-margin align-items-center d-none d-md-flex">
Метро:
<button type="button" class="btn d-inline-block pl-1" id="metro-header">
{{ metro ? metro : 'Все станции' }}
<svg class="icon">
<use xlink:href="{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-dropdown-2"></use>
</svg>
</button>
</div>
{% endif %}
<div class="header-city header-nav-margin align-items-center d-none d-md-flex">
<button type="button" class="btn d-inline-block pl-1" id="city-header">
{{ currentCity ? currentCity : '' }}
<svg class="icon">
<use xlink:href="{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-dropdown-2"></use>
</svg>
</button>
</div>
{#<div class="header-search header-nav-margin flex-fill d-none d-xl-block position-relative">
<form>
<div class="header-search__group">
<input type="text" class="form-control" placeholder="Поиск по имени, номеру, метро и тд">
<button class="btn d-flex align-items-center justify-content-center">
<svg class="icon">
<use xlink:href="{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-search"></use>
</svg>
</button>
</div>
</form>
</div>#}
<div class="header-profile ml-md-auto">
<div class="dropdown header-profile__dropdown">
{% if is_granted('ROLE_USER') %}
{% if '/account/' != app.request.requestUri|slice(0,9) %}
<a class="btn btn-danger profile-button d-flex align-items-center" href="{{ path('account') }}">
<span class="d-none d-sm-block">Личный кабинет</span>
<span class="d-block d-sm-none">
<svg class="icon">
<use xlink:href="{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-header-user"></use>
</svg>
</span>
</a>
{% else %}
<a class="btn btn-secondary profile-button d-flex align-items-center" href="{{ path('logout') }}">
<span class="d-none d-sm-block">
<div class="d-flex align-items-center">
<svg class="icon mr-2" style="font-size: 14px;">
<use xlink:href="{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-close"></use>
</svg>
Выйти
</div>
</span>
<span class="d-block d-sm-none">
<svg class="icon">
<use xlink:href="{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-user-exit"></use>
</svg>
</span>
</a>
{% endif %}
{% else %}
<a class="btn btn-danger profile-button d-flex align-items-center" href="{{ path('account') }}" aria-expanded="false">
<span class="d-none d-sm-block">Личный кабинет</span>
<span class="d-block d-sm-none">
<svg class="icon">
<use xlink:href="{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-header-user"></use>
</svg>
</span>
</a>
{% endif %}
</div>
</div>
</div>
</div>
<div class="container-xl flex-row justify-content-between d-none">
<div class="navbar-brand">
<button role="button" type="button" class="btn level is-flex main-menu" aria-label="menu" aria-expanded="false" id="main-menu">
<svg xmlns="http://www.w3.org/2000/svg" class="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>
<svg xmlns="http://www.w3.org/2000/svg" class="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>
</button>
<a class="navbar-item logo" href="{%if app.request.requestUri == '/'%}{{ path('homepage') }}{% elseif '/account/' == app.request.requestUri|slice(0,9) %}{{ path('account') }}{% else %}{{ path('profile_list.list_by_city', {"city": city.uriIdentity}) }}{% endif %}">
<svg xmlns="http://www.w3.org/2000/svg" width="166" height="46" fill="none">
<path fill="#000"
d="M22.5 32V13.4h-3.6L12 25 5 13.4H1.4V32h4V21.1l5.6 9h2l5.4-9.2V32h4.1zm13 .4c2 0 3.7-.5 5.2-1.3a9.4 9.4 0 003.7-13.3 9.4 9.4 0 00-3.7-3.5c-1.5-.8-3.3-1.2-5.2-1.2-2 0-3.7.4-5.3 1.2a9.3 9.3 0 00-5 8.4 9.3 9.3 0 005 8.4 11 11 0 005.3 1.3zm0-3.7a6 6 0 01-3-.8 5.4 5.4 0 01-2.1-2c-.5-1-.8-2-.8-3.2 0-1.1.3-2.2.8-3 .5-1 1.2-1.7 2.1-2.2a6 6 0 013-.7 6 6 0 013 .7c.9.5 1.6 1.2 2 2.1a6.2 6.2 0 010 6.2c-.4 1-1.1 1.6-2 2.1a6 6 0 01-3 .8zm19.1 3.7a11 11 0 004.4-.8 6 6 0 002.7-2.1 5 5 0 00.9-3c0-1.2-.4-2.1-1-2.9a5.8 5.8 0 00-2.4-1.6l-3.5-1c-1.3-.3-2.4-.6-3-.9-.7-.3-1-.8-1-1.4 0-.7.3-1.2.8-1.6.6-.4 1.5-.5 2.7-.5 1.8 0 3.5.4 5.2 1.4l1.4-3.3c-.9-.5-1.9-.9-3-1.2-1.2-.3-2.3-.4-3.5-.4-1.7 0-3.2.2-4.4.8a6 6 0 00-2.6 2c-.6 1-1 2-1 3 0 1.2.4 2.2 1 3 .7.7 1.5 1.3 2.4 1.6.9.3 2 .7 3.5 1l2.2.6c.5.2 1 .4 1.3.7.4.3.6.7.6 1.1 0 .6-.3 1-1 1.5-.5.3-1.4.5-2.7.5a10.8 10.8 0 01-6.1-2L47 30.3c.8.6 2 1.2 3.3 1.6 1.4.4 2.8.6 4.3.6z" />
<path fill="#fff"
d="M67 32h8.5c2 0 3.8-.3 5.3-1.1a8.7 8.7 0 005-8.2 8.7 8.7 0 00-5-8.2 12 12 0 00-5.3-1H67V32zm4.3-3.5V16.9h4c1.8 0 3.3.6 4.4 1.6 1.1 1 1.7 2.5 1.7 4.2 0 1.8-.6 3.2-1.7 4.2a6.3 6.3 0 01-4.5 1.6h-4zm26.3 3.9c2 0 3.7-.5 5.2-1.3a9.4 9.4 0 003.7-13.3 9.4 9.4 0 00-3.7-3.5c-1.5-.8-3.3-1.2-5.2-1.2-2 0-3.7.4-5.3 1.2a9.3 9.3 0 00-5 8.4 9.4 9.4 0 005 8.4 11 11 0 005.3 1.3zm19.1 0a11 11 0 004.4-.8 6 6 0 002.7-2.1 5 5 0 00.8-3c0-1.2-.3-2.1-1-2.9a5.8 5.8 0 00-2.3-1.6l-3.5-1c-1.3-.3-2.4-.6-3-.9-.7-.3-1-.8-1-1.4 0-.7.3-1.2.8-1.6.6-.4 1.5-.5 2.7-.5 1.7 0 3.5.4 5.2 1.4l1.3-3.3c-.8-.5-1.8-.9-3-1.2-1-.3-2.3-.4-3.5-.4-1.7 0-3.1.2-4.3.8a6 6 0 00-2.7 2c-.6 1-.8 2-.8 3 0 1.2.3 2.2 1 3 .6.7 1.4 1.3 2.3 1.6.9.3 2 .7 3.5 1l2.2.6c.5.2 1 .4 1.3.7.4.3.5.7.5 1.1 0 .6-.3 1-.8 1.5-.6.3-1.5.5-2.8.5a10.8 10.8 0 01-6.1-2l-1.5 3.3c.8.6 2 1.2 3.3 1.6 1.4.4 2.8.6 4.3.6zm18.7 0c2.7 0 4.8-.8 6.2-2.3 1.5-1.4 2.3-3.5 2.3-6.3V13.4h-4.3v10.3c0 1.7-.4 3-1 3.8-.8.8-1.8 1.2-3.2 1.2-2.8 0-4.1-1.7-4.1-5V13.4h-4.4v10.4c0 2.8.8 4.9 2.3 6.3a8.5 8.5 0 006.2 2.3zm24.9-4.5a7 7 0 01-3.4.8c-1.2 0-2.2-.3-3.1-.8-1-.5-1.7-1.2-2.2-2-.5-1-.8-2-.8-3.2 0-1.1.3-2.2.8-3 .5-1 1.2-1.7 2.2-2.2.9-.5 2-.7 3.2-.7 1.8 0 3.5.7 4.8 2l2.8-2.5c-1-1-2-1.8-3.4-2.4-1.3-.5-2.8-.8-4.5-.8-2 0-3.7.4-5.3 1.2a9.2 9.2 0 00-5 8.4c0 1.9.5 3.5 1.4 5a9.2 9.2 0 003.6 3.4 11 11 0 005.3 1.3c1.3 0 2.7-.2 4-.7 1.3-.4 2.5-1 3.5-1.7v-7.6h-4V28z" />
<path fill="#000"
d="M104.3 9.3c-.1.6-.5 1.6-.5 2.2v1c.2.1.7.5.8 1.3 0 .9-.8 1.4-.8 1.4l-.1 1.4c-.2.6-.8 1.4-.8 1.7-.1.2-.6 1.5-.6 2 0 .6.2 1.8 0 2.6-.2.7-.7 1.4-.9 1.6l-.4.9a12 12 0 01-1.4 2l-.8 1.2c-.3.3-.4.7-.4 1 0 .3.1.8.3 1 .2.2.8 1 1 1.7l.6 2.7.3 2.4c0 .6.2 1.5.5 1.8l1 .9-.1.7-.8 1-.1 1.2c0 .2-.4.4-.5.5l-1 .1c-.3 0-.4.3-.5.2a.4.4 0 01-.3-.2c-.1 0-.3.2-.4 0H98c0-.2 0-.4.3-.5l.7-.2.2-.4.2-.7H99l-.2.6c0 .1-.3.3-.5.2l-1.2.1c-.1 0-.3.1-.3-.1 0-.3.2-.6.4-.7.2-.1.4-.7.4-.8l.3-.9.4-.9c0-.4-.3-1.1-.5-1.3l-1.6-2.7c-.6-1-.6-2.1-.6-2.3l-.1-.6-.3-1.2-.3-1a17 17 0 01-.7-2c-.1-.4-1.1-2.3-1.5-4.8-.1-1.3.1-2.1.4-2.8a11 11 0 00-.6-1c-.2-.1-.7-1.2-.9-1.3-.1-.2-.4-.8-.3-1.2a31.1 31.1 0 012.2-5.4c0-.2.7-1.5 1-1.7.2-.3 1-.5 1.5-.4v-.1c-1.3-.3-.8-2-.8-2l.2-1.4.2-1.2v-1l-.5.6-.2.2-.2.2c0 .1-.1 0-.2 0l-.2-.8h-.2v.4l-.3.3v-.3V4l.1-.3.4-.4.3-.6s0-.2.3-.2l.6-.1c.4 0 1.2-.5 1.3-.6l.5-.2h.4a62 62 0 016.6.8l.2 1c0 .3.3 1.8.3 2.9 0 1-.5 2.4-.6 3zm-9.2-6l-.2.3V4h.2v-.6zm.6 5.6a2 2 0 01-.2-.7V9c0 .2.4.4.5.4l-.3-.4zm.7 5.4l-.9-1-1.1 1.6c-.4.4-.7 1.4-1.2 2-.4.3 0 .5 0 .5a35.7 35.7 0 001 1.8c.5-.7 1.7-1.6 2-1.9l.8-.5c.2-.3.2-.7.2-1.1-.8-.2-.8-1.2-.8-1.4zm4.8-11L99.9 3c.2.2.7.6.8 1 .2.6.4 1.4.4 2 0 .7.2 2.2.5 3l.6-1.1.4-.8.2-3.3-1.6-.4z" />
</svg>
</a>
<div class="menu level">
{% if is_granted('ROLE_USER') %}
<button type="button" class="level-item has-text-centered" id="right-menu-btn-2">
<svg viewport="0 0 36 36" xmlns="http://www.w3.org/2000/svg" width="36" height="36" fill="none">
<path fill="#fff" fill-rule="evenodd"
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"
clip-rule="evenodd" /></svg>
</button>
<nav class="right-menu-list" id="right-menu-list-2">
<ul>
<li>
<a href="{{ path('account') }}" class="is-flex level">
<i><svg 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></i>
<span>Статистика</span>
</a>
</li>
<li>
<a href="{{ path('account_girls') }}" class="is-flex level">
<i><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="none"><path fill="#FF3F40" fill-rule="evenodd" d="M14.25 3h-3.13A2.26 2.26 0 009 1.5c-.97 0-1.8.63-2.12 1.5H3.75c-.83 0-1.5.67-1.5 1.5V15c0 .82.67 1.5 1.5 1.5h10.5c.82 0 1.5-.68 1.5-1.5V4.5c0-.83-.68-1.5-1.5-1.5zM9 2.81c.16 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-.19zM3.75 4.5V15h10.5V4.5H3.75zM9 5.25A2.26 2.26 0 006.75 7.5 2.26 2.26 0 009 9.75a2.26 2.26 0 002.25-2.25A2.26 2.26 0 009 5.25zM8.25 7.5c0 .41.34.75.75.75s.75-.34.75-.75A.75.75 0 009 6.75a.75.75 0 00-.75.75zM4.5 13.1v1.15h9V13.1c0-1.87-2.98-2.68-4.5-2.68s-4.5.8-4.5 2.68zM9 11.91c-.98 0-2.25.42-2.77.84h5.54A5.24 5.24 0 009 11.91z" clip-rule="evenodd"/></svg></i>
<span>Мои анкеты</span>
</a>
</li>
<li>
<a href="{{ path('account.support_messages.write') }}" class="is-flex level">
<i><svg 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></i>
<span>Помощь</span></a>
</li>
<li>
<a href="{{ path('account.settings') }}" class="is-flex level">
<i><svg 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></i>
<span>Настройка</span>
</a>
</li>
<li>
<a href="{{ path('logout') }}" class="is-flex level">
<i><svg 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></i>
<span>Выход</span>
</a>
</li>
</ul>
</nav>
{% else %}
<button type="button" class="level-item has-text-centered" id="right-login-btn-2">
<svg viewport="0 0 36 36" xmlns="http://www.w3.org/2000/svg" width="36" height="36" fill="none">
<path fill="#fff" fill-rule="evenodd"
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"
clip-rule="evenodd" /></svg>
</button>
{% endif %}
</div>
</div>
<div class="navbar-menu-block">
{% if '/account/' != app.request.requestUri|slice(0,9) %}
<div class="button-list">
<div class="navbar-item">
<button type="button" class="btn-border-style level level-item has-text-centered" id="city-header">
<svg xmlns="http://www.w3.org/2000/svg" width="14" height="20" fill="none">
<path fill="#fff" 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>
<span>{{ city.name }}</span>
</button>
</div>
{% if city.stations|length > 0 %}
<div class="navbar-item">
<button type="button" class="btn-border-style level level-item has-text-centered" id="metro-header">
<svg xmlns="http://www.w3.org/2000/svg" viewport="0 0 20 20" width="20" height="20" fill="none">
<path fill="#fff" fill-rule="evenodd"
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"
clip-rule="evenodd" /></svg>
<span>{{ metro }}</span>
</button>
</div>
{% endif %}
</div>
{% endif %}
<div class="menu level">
{% if is_granted('ROLE_USER') %}
<button type="button" class="btn-fill-style level level-item has-text-centered dropdown-icon right-menu-btn" id="right-menu-btn">
<span>Личный кабинет</span>
</button>
<nav class="right-menu-list" id="right-menu-list">
<ul>
<li>
<a href="{{ path('account') }}" class="is-flex level">
<i><svg 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></i>
<span>Статистика</span>
</a>
</li>
<li>
<a href="{{ path('account_girls') }}" class="is-flex level">
<i><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="none"><path fill="#FF3F40" fill-rule="evenodd" d="M14.25 3h-3.13A2.26 2.26 0 009 1.5c-.97 0-1.8.63-2.12 1.5H3.75c-.83 0-1.5.67-1.5 1.5V15c0 .82.67 1.5 1.5 1.5h10.5c.82 0 1.5-.68 1.5-1.5V4.5c0-.83-.68-1.5-1.5-1.5zM9 2.81c.16 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-.19zM3.75 4.5V15h10.5V4.5H3.75zM9 5.25A2.26 2.26 0 006.75 7.5 2.26 2.26 0 009 9.75a2.26 2.26 0 002.25-2.25A2.26 2.26 0 009 5.25zM8.25 7.5c0 .41.34.75.75.75s.75-.34.75-.75A.75.75 0 009 6.75a.75.75 0 00-.75.75zM4.5 13.1v1.15h9V13.1c0-1.87-2.98-2.68-4.5-2.68s-4.5.8-4.5 2.68zM9 11.91c-.98 0-2.25.42-2.77.84h5.54A5.24 5.24 0 009 11.91z" clip-rule="evenodd"/></svg></i>
<span>Мои анкеты</span>
</a>
</li>
<li>
<a href="{{ path('account.support_messages.write') }}" class="is-flex level">
<i><svg 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></i>
<span>Помощь</span></a>
</li>
<li>
<a href="{{ path('account.settings') }}" class="is-flex level">
<i><svg 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></i>
<span>Настройка</span>
</a>
</li>
<li>
<a href="{{ path('logout') }}" class="is-flex level">
<i><svg 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></i>
<span>Выход</span>
</a>
</li>
</ul>
</nav>
{% else %}
<button type="button" class="btn-fill-style level level-item has-text-centered dropdown-icon right-login-btn" id="right-login-btn">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 18 16" width="18"><path fill="#333" 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>
<span>Войти в кабинет</span>
</button>
{% endif %}
</div>
</div>
</div>
</header>