templates/components/modals.html.twig line 550

Open in your IDE?
  1. {% if public_base_url is not defined %}{% set public_base_url = "" %}{% endif %}
  2. {% set stations = app.request.attributes.get('city', default_city()).stations|length %}
  3. {% set isMoscowCity = page_metadata_variant == 'default' %}
  4. {% set isMainPage = app.request.pathInfo == '/'  %}
  5. {% set isRussianPage = page_metadata_variant == 'russia' %}
  6. {% if is_granted('ROLE_USER') and view == 'account' %}
  7.     {#<div class="popup-window schedule-popup" id="schedule_popup_container">
  8.         <div class="background-popup-window"></div>
  9.         <div class="popup-window-card">
  10.             <header class="popup-window-card-head is-flex level">
  11.                 <p class="popup-window-card-title">Выбор времени</p>
  12.                 <button type="button" class="btn close" aria-label="close" id="schedule_close_popup"></button>
  13.             </header>
  14.             <div class="popup-window-card-body is-flex level" id="top_schedule_popup">
  15.                 <div class="mobile-head">
  16.                     <p class="information-data-mobile">
  17.                         <span class="has-text-weight-bold">Анкета:</span>
  18.                         <span class="model">{Name}</span>
  19.                     </p>
  20.                     <p class="timezone-attending-mobile">
  21.                         <span class="has-text-weight-bold">ВНИМАНИЕ:</span>
  22.                         Время указано для города {city}
  23.                     </p>
  24.                 </div>
  25.                 <div class="table">
  26.                     <div class="row date is-flex level">
  27.                         <div class="space"></div>
  28.                         <div class="date-element"></div>
  29.                         <div class="date-element"></div>
  30.                         <div class="date-element"></div>
  31.                         <div class="date-element"></div>
  32.                         <div class="date-element"></div>
  33.                         <div class="date-element"></div>
  34.                         <div class="date-element"></div>
  35.                     </div>
  36.                     {% for i in 0..23 %}
  37.                         <div class="row data is-flex level" data-row="{{ i }}">
  38.                             <div class="time">{{ i }}:00 - {{ i }}:59</div>
  39.                             {% for j in 0..6 %}
  40.                                 <div class="data-element" data-col="{{ j }}" data-row="{{ i }}">{{ j }}</div>
  41.                             {% endfor %}
  42.                         </div>
  43.                     {% endfor %}
  44.                 </div>
  45.                 <div class="info">
  46.                     <p class="timezone-attending">
  47.                         <span class="has-text-weight-bold">ВНИМАНИЕ:</span>
  48.                         Время указано для города <span class="city">{city}</span>
  49.                     </p>
  50.                     <ul class="information-cell is-flex level">
  51.                         <li class="is-flex level">
  52.                             <div class="cell reserved"></div>
  53.                             <p>- занято</p>
  54.                         </li>
  55.                         <li class="is-flex level">
  56.                             <div class="cell free"></div>
  57.                             <p>- свободно</p>
  58.                         </li>
  59.                         <li class="is-flex level">
  60.                             <div class="cell selected"></div>
  61.                             <p>- выбрано Вами</p>
  62.                         </li>
  63.                     </ul>
  64.                     <div class="information-data">
  65.                         <div class="heading is-flex level">
  66.                             <img src="{{ asset('assets/images/icons/girl-in-pose.svg') }}">
  67.                             <p>Активация услуги
  68.                                 <span class="colored">ТОП-девушка</span>
  69.                                 для анкеты:<span class="model">{Name}</span>
  70.                             </p>
  71.                         </div>
  72.                         <div class="empty">
  73.                             <p>Выберите свободную ячейку</p>
  74.                         </div>
  75.                         <div class="data">
  76.                             <p>Выбранное время:
  77.                                 <span class="select-time">0 часов</span>
  78.                             </p>
  79.                             <ul class="time-list">
  80.                             </ul>
  81.                         </div>
  82.                         <div class="footer is-flex level">
  83.                             <p>Итого к оплате: <span class="price">0</span> <span class="currency">Р</span></p>
  84.                             <button class="purchase btn btn-fill-red-style">оплатить</button>
  85.                         </div>
  86.                     </div>
  87.                 </div>
  88.             </div>
  89.         </div>
  90.     </div>#}
  91.     {# Кроп аватара #}
  92.     <div class="popup-window popup-window-crop" id="popup-window-crop">
  93.         <div class="background-popup-window"></div>
  94.         <div class="progress" style="display: none">
  95.             <div class="progress-bar progress-bar-striped progress-bar-animated" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100">0%</div>
  96.         </div>
  97.         <div class="alert" role="alert"></div>
  98.         <div class="popup-window-dialog">
  99.             <div class="popup-window-card fade" tabindex="-1" role="dialog" aria-labelledby="modal-label" aria-hidden="true">
  100.                 <header class="popup-window-card-head">
  101.                     <h5 class="border-line" id="popup-window-label">Загрузить аватар</h5>
  102.                     <button type="button" class="btn close" aria-label="close"><svg class="icon" width="30" height="30">
  103.                         <use xlink:href="#icon-close"></use>
  104.                     </svg></button>
  105.                 </header>
  106.                 <div class="popup-window-card-body">
  107.                     <div class="img-container">
  108.                         <img id="image" src="">
  109.                     </div>
  110.                 </div>
  111.                 <div class="popup-window-card-footer">
  112.                     <button type="button" class="btn btn-danger" id="crop">
  113.                         <span>Далее</span>
  114.                     </button>
  115.                 </div>
  116.             </div>
  117.         </div>
  118.     </div>
  119.     {# Лайтбокс с текстом о том что функционал в разработке+ #}
  120.     <div class="popup-window popup-window-error popup-window-dev-in-progress" id="dev-in-progress">
  121.         <div class="background-popup-window"></div>
  122.         <div class="popup-window-card fade" tabindex="-1" role="dialog" aria-labelledby="modal-label" aria-hidden="true">
  123.             <header class="popup-window-card-head">
  124.                 <button type="button" class="btn close" aria-label="close"><svg class="icon" width="30" height="30">
  125.                         <use xlink:href="#icon-close"></use>
  126.                     </svg></button>
  127.             </header>
  128.             <div class="popup-window-card-body">
  129.                 <div class="icon">
  130.                     <svg>
  131.                         <use xlink:href="#icon-stop"></use>
  132.                     </svg>
  133.                 </div>
  134.                 <div class="title" data-to-title>
  135.                     Функционал временно не работает
  136.                 </div>
  137.                 <div class="desc" data-to-desc>
  138.                     Мы работаем над его улучшением.
  139.                 </div>
  140.             </div>
  141.             <div class="popup-window-card-footer">
  142.                 <button type="button" class="btn">
  143.                     <span>Ок</span>
  144.                 </button>
  145.             </div>
  146.         </div>
  147.     </div>
  148.     {# Лайтбокс с требованием залогинится+ #}
  149.     <div class="popup-window popup-window-error popup-window-alert" id="popup-window-alert-box">
  150.         <div class="background-popup-window"></div>
  151.         <div class="popup-window-card fade" tabindex="-1" role="dialog" aria-labelledby="modal-label" aria-hidden="true">
  152.             <header class="popup-window-card-head">
  153.                 <button type="button" class="btn close" aria-label="close"><svg class="icon" width="30" height="30">
  154.                         <use xlink:href="#icon-close"></use>
  155.                     </svg></button>
  156.             </header>
  157.             <div class="popup-window-card-body">
  158.                 <div class="icon check-circle">
  159.                     <svg>
  160.                         <use xlink:href="#icon-stop"></use>
  161.                     </svg>
  162.                 </div>
  163.                 <div class="title" data-to-title>
  164.                     Удалить фотографию?
  165.                 </div>
  166.                 <div class="desc" data-to-desc>
  167.                     Данная функция доступна только для зарегистрированных пользователей.
  168.                 </div>
  169.             </div>
  170.             <div class="popup-window-card-footer">
  171.                 <button type="button" class="btn" data-type="reject">
  172.                     Отмена
  173.                 </button>
  174.                 <button type="button" class="btn" data-type="approved">
  175.                     ОК
  176.                 </button>
  177.             </div>
  178.         </div>
  179.     </div>
  180. {% endif %}
  181. {# Главное меню #}
  182. {#<div class="popup-window popup-window-main-menu" id="popup-window-main-menu">
  183.     <div class="background-popup-window"></div>
  184.     <div class="popup-window-card fade" tabindex="-1" role="dialog" aria-labelledby="modal-label" aria-hidden="true">
  185.         <div class="popup-window-card-head is-flex level">
  186.             <button type="button" class="btn public-menu is-flex level{% if not app.user %} current{% endif %}" data-type="public" id="set-public-menu-view">
  187.                 <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>
  188.                 <span>Главное меню</span>
  189.             </button>
  190.             <button type="button" class="btn account-menu is-flex level{% if app.user %} current{% endif %}" {% if not is_granted('ROLE_USER') %}data-user="login"{% endif %} data-type="account" id="set-account-menu-view">
  191.                 <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>
  192.                 <span>Личный кабинет</span>
  193.             </button>
  194.         </div>
  195.         <div class="popup-window-card-body{% if is_granted('ROLE_USER') %} account-view{% endif %}">
  196.             <div class="popup-window-card-body-element public-menu{% if not app.user %} current{% endif %}" data-type="public">
  197.                 {% if not is_granted('ROLE_USER') %}
  198.                     <div class="sub-block">
  199.                         <button type="button" class="btn is-flex level city" id="account-menu-city">
  200.                             <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>
  201.                             <span>{{ city.name }}</span>
  202.                         </button>
  203.                         <button type="button" class="btn is-flex level metro" id="account-menu-metro">
  204.                             <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>
  205.                             <span>{{ metro }}</span>
  206.                         </button>
  207.                     </div>
  208.                 {% endif %}
  209.                 <nav>
  210.                     <ul>
  211.                         <li>
  212.                             <a href="{{ path('homepage') }}" class="is-flex level">
  213.                                 <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>
  214.                                 <span>Главная</span>
  215.                             </a>
  216.                         </li>
  217.                         <li>
  218.                             <a href="{{ path('profile_list.list_by_city', {'city': city.uriIdentity}) }}" class="is-flex level">
  219.                                 <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>
  220.                                 <span>Проститутки</span>
  221.                             </a>
  222.                         </li>
  223.                         <li>
  224.                             <a href="{{ path('saloon_list.list_by_city', {'city': city.uriIdentity}) }}" class="is-flex level">
  225.                                 <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>
  226.                                 <span>Интим салоны</span></a>
  227.                         </li>
  228.                         <li>
  229.                             <a href="{{ path('profile_list.list_for_vip_pros', {'city': city.uriIdentity}) }}" class="is-flex level">
  230.                                 <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>
  231.                                 <span>Элитные</span>
  232.                             </a>
  233.                         </li>
  234.                         <li>
  235.                             <a href="{{ path('profile_list.list_price_low', {'city': city.uriIdentity}) }}" class="is-flex level">
  236.                                 <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>
  237.                                 <span>Дешёвые</span>
  238.                             </a>
  239.                         </li>
  240.                         <li>
  241.                             <a href="{{ path('profile_list.list_bdsm', {'city': city.uriIdentity}) }}" class="is-flex level">
  242.                                 <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>
  243.                                 <span>БДСМ</span>
  244.                             </a>
  245.                         </li>
  246.                         <li>
  247.                             <a href="{{ path('profile_search.page', {'city': city.uriIdentity}) }}" class="is-flex level">
  248.                                 <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>
  249.                                 <span>Подбор анкет</span>
  250.                             </a>
  251.                         </li>
  252.                         <li>
  253.                             <a href="/msk-metro/" class="is-flex level">
  254.                                 <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>
  255.                                 <span>По метро</span>
  256.                             </a>
  257.                         </li>
  258.                         <li>
  259.                             <a href="{{ path('map.page', {'city': city.uriIdentity}) }}" class="is-flex level">
  260.                                 <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>
  261.                                 <span>Интим карта</span>
  262.                             </a>
  263.                         </li>
  264.                     </ul>
  265.                 </nav>
  266.                 {% if not app.user %}
  267.                     <div class="user-block is-flex level">
  268.                         <a href="{{ path('register', {'city': city.uriIdentity}) }}" class="btn btn-fill-red-style is-flex level">
  269.                             <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>
  270.                             <span>Зарегистрироваться</span>
  271.                         </a>
  272.                         <button type="button" class="btn btn-border-style login is-flex level" id="set-login-menu-view">
  273.                             <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>
  274.                             <span>Войти в кабинет</span>
  275.                         </button>
  276.                     </div>
  277.                 {% endif %}
  278.             </div>
  279.             <div class="popup-window-card-body-element account-menu{% if app.user %} current{% endif %}" data-type="account">
  280.                 <div id="balance-to" class="balance-wrap">
  281.                 </div>
  282.                 <!--noindex--><nav>
  283.                     <ul>
  284.                         <li>
  285.                             <a href="{{ path('account.paid_services.info_page') }}" class="is-flex level" rel="nofollow">
  286.                                 <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>
  287.                                 <span>Платные услуги</span>
  288.                             </a>
  289.                         </li>
  290.                         <li>
  291.                             <a href="{{ path('account_girls') }}" class="is-flex level" id="girl-count-to" rel="nofollow">
  292.                                 <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>
  293.                                 <span>Анкеты</span>
  294.                             </a>
  295.                         </li>
  296.                         <li>
  297.                             <a href="{{ path('account.support_messages.list') }}" class="is-flex level" id="message-count-to" rel="nofollow">
  298.                                 <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>
  299.                                 <span>Сообщения</span>
  300.                             </a>
  301.                         </li>
  302.                         <li>
  303.                             <a href="{{ path('account_saloons') }}" class="is-flex level" id="saloon-count-to" rel="nofollow">
  304.                                 <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>
  305.                                 <span>Салоны</span>
  306.                             </a>
  307.                         </li>
  308.                         <li>
  309.                             <a href="{{ path('account.profile.top_placement') }}" class="is-flex level" rel="nofollow">
  310.                                 <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>
  311.                                 <span>ТОП-девушка</span>
  312.                             </a>
  313.                         </li>
  314.                         <li>
  315.                             <a href="#" class="is-flex level" data-dev-mode="true" data-text="Мы работаем над ним." rel="nofollow">
  316.                                 <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>
  317.                                 <span>Баннеры</span>
  318.                             </a>
  319.                         </li>
  320.                         <li>
  321.                             <a href="#" class="is-flex level" data-dev-mode="true" data-text="Мы работаем над ним." rel="nofollow">
  322.                                 <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>
  323.                                 <span>Отзывы</span>
  324.                             </a>
  325.                         </li>
  326.                         <li>
  327.                             <a href="#" class="is-flex level" data-dev-mode="true" data-text="Мы работаем над ним." rel="nofollow">
  328.                                 <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>
  329.                                 <span>Чёрный список</span>
  330.                             </a>
  331.                         </li>
  332.                         <li>
  333.                             <a href="{{ path('account.finances.transactions') }}" class="is-flex level" rel="nofollow">
  334.                                 <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>
  335.                                 <span>История платежей</span>
  336.                             </a>
  337.                         </li>
  338.                         <li>
  339.                             <a href="#" class="is-flex level" data-dev-mode="true" data-text="Мы работаем над ним." rel="nofollow">
  340.                                 <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>
  341.                                 <span>Пригласить подругу</span>
  342.                             </a>
  343.                         </li>
  344.                     </ul>
  345.                 </nav><!--/noindex-->
  346.                 <div class="user-block">
  347.                     <a href="{{ path('logout') }}" class="btn btn-border-style-black exit is-flex level" rel="nofollow">
  348.                         <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>
  349.                         <span>Выход</span>
  350.                     </a>
  351.                 </div>
  352.             </div>
  353.             {% if not app.user %}
  354.                 <div class="popup-window-card-body-element login" data-type="login">
  355.                     <div class="login-form">
  356.                         <!--noindex--><form action="{{ path('login') }}" method="POST">
  357.                             <input type="hidden" name="_csrf_token" value="{{ csrf_token('authenticate') }}">
  358.                             <input type="hidden" name="action" value="signin">
  359.                             <div class="field">
  360.                                 <label for="popup-window-login">E-mail:</label>
  361.                                 <input class="basic-view" type="email" name="email" id="popup-window-login" placeholder="Введите e-mail">
  362.                             </div>
  363.                             <div class="field">
  364.                                 <label for="popup-window-password">Пароль:</label>
  365.                                 <input class="basic-view" type="password" name="password" id="popup-window-password" placeholder="Введите пароль">
  366.                             </div>
  367.                             <button type="submit" class="btn btn-btn-border-style login is-flex level">
  368.                                 <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>
  369.                                 <span>Войти в кабинет</span>
  370.                             </button>
  371.                         </form><!--/noindex-->
  372.                         <a href="{{ path('receive_password') }}" class="restore">Восстановить пароль</a>
  373.                     </div>
  374.                     <div class="user-block is-flex level">
  375.                         <a href="{{ path('register', {'city': city.uriIdentity}) }}" class="btn btn-fill-red-style is-flex level">
  376.                             <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>
  377.                             <span>Зарегистрироваться</span>
  378.                         </a>
  379.                     </div>
  380.                 </div>
  381.             {% endif %}
  382.         </div>
  383.         <div class="popup-window-card-footer is-flex level">
  384.             <a href="{{ app.request.requestUri|replace({'/en': ''}) }}" class="btn is-flex level current">
  385.                 <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>
  386.                 <span>РУС</span>
  387.             </a>
  388.             <a href="/en{{ app.request.requestUri|replace({'/en': ''}) }}#" class="btn is-flex level">
  389.                 <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>
  390.                 <span>ENG</span>
  391.             </a>
  392.         </div>
  393.     </div>
  394. </div>#}
  395. {% if not (isMainPage and isRussianPage) %}
  396.     {# Лайтбокс с текстом об ошибке #}
  397.     <div class="popup-window popup-window-error popup-window-error-box" id="popup-window-error-box">
  398.         <div class="background-popup-window"></div>
  399.         <div class="popup-window-card fade" tabindex="-1" role="dialog" aria-labelledby="modal-label" aria-hidden="true">
  400.             <header class="popup-window-card-head">
  401.                 <button type="button" class="btn close" aria-label="close"><svg class="icon" width="30" height="30">
  402.                         <use xlink:href="#icon-close"></use>
  403.                     </svg></button>
  404.             </header>
  405.             <div class="popup-window-card-body">
  406.                 <div class="icon alert">
  407.                     <svg>
  408.                         <use xlink:href="#icon-alert"></use>
  409.                     </svg>
  410.                 </div>
  411.                 <div class="title" data-to-title>
  412.                 </div>
  413.                 <div class="desc" data-to-desc>
  414.                 </div>
  415.             </div>
  416.             <div class="popup-window-card-footer">
  417.                 <button type="button" class="btn">
  418.                     <span>Ок</span>
  419.                 </button>
  420.             </div>
  421.         </div>
  422.     </div>
  423.     {# Лайтбокс с текстом об успехе #}
  424.     <div class="popup-window popup-window-error popup-window-success" id="popup-window-success-box">
  425.         <div class="background-popup-window"></div>
  426.         <div class="popup-window-card fade" tabindex="-1" role="dialog" aria-labelledby="modal-label" aria-hidden="true">
  427.             <header class="popup-window-card-head">
  428.                 <button type="button" class="btn close" aria-label="close"><svg class="icon" width="30" height="30">
  429.                         <use xlink:href="#icon-close"></use>
  430.                     </svg></button>
  431.             </header>
  432.             <div class="popup-window-card-body">
  433.                 <div class="icon check-circle">
  434.                     <svg>
  435.                         <use xlink:href="#icon-check-circle"></use>
  436.                     </svg>
  437.                 </div>
  438.                 <div class="title" data-to-title>
  439.                     Действие было упешно выполнено.
  440.                 </div>
  441.                 <div class="desc" data-to-desc>
  442.                     Какое-то действие было выполнено.
  443.                 </div>
  444.             </div>
  445.             <div class="popup-window-card-footer">
  446.                 <button type="button" class="btn">
  447.                     <span>Ок</span>
  448.                 </button>
  449.             </div>
  450.         </div>
  451.     </div>
  452.     {# Лайтбокс с предупреждением #}
  453.     <div class="popup-window popup-window-warning popup-window-warning-box" id="popup-window-warning-box">
  454.         <div class="background-popup-window"></div>
  455.         <div class="popup-window-card fade" tabindex="-1" role="dialog" aria-labelledby="modal-label" aria-hidden="true">
  456.             <header class="popup-window-card-head">
  457.                 <button type="button" class="btn close" aria-label="close"><i><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" width="24" height="24">
  458.                             <path fill="#363636" d="M19 6.4L17.6 5 12 10.6 6.4 5 5 6.4l5.6 5.6L5 17.6 6.4 19l5.6-5.6 5.6 5.6 1.4-1.4-5.6-5.6L19 6.4z" opacity=".4"/>
  459.                         </svg></i>
  460.                 </button>
  461.             </header>
  462.             <div class="popup-window-card-body">
  463.                 <div class="icon">
  464.                     <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
  465.                         <path d="M21.7502 33.75C21.7502 34.3467 21.9873 34.919 22.4092 35.341C22.8312 35.7629 23.4035 36 24.0002 36C24.597 36 25.1692 35.7629 25.5912 35.341C26.0132 34.919 26.2502 34.3467 26.2502 33.75C26.2502 33.1533 26.0132 32.581 25.5912 32.159C25.1692 31.7371 24.597 31.5 24.0002 31.5C23.4035 31.5 22.8312 31.7371 22.4092 32.159C21.9873 32.581 21.7502 33.1533 21.7502 33.75ZM22.5002 19.5V28.125C22.5002 28.3312 22.669 28.5 22.8752 28.5H25.1252C25.3315 28.5 25.5002 28.3312 25.5002 28.125V19.5C25.5002 19.2937 25.3315 19.125 25.1252 19.125H22.8752C22.669 19.125 22.5002 19.2937 22.5002 19.5ZM44.7987 40.125L25.2987 6.375C25.008 5.87344 24.5065 5.625 24.0002 5.625C23.494 5.625 22.9877 5.87344 22.7018 6.375L3.20177 40.125C2.62521 41.1281 3.34709 42.375 4.50021 42.375H43.5002C44.6533 42.375 45.3752 41.1281 44.7987 40.125ZM8.07209 38.8172L24.0002 11.2453L39.9283 38.8172H8.07209Z" fill="#CC0F0F"/>
  466.                     </svg>
  467.                 </div>
  468.                 <div class="title" data-to-title></div>
  469.                 <div class="desc" data-to-desc></div>
  470.             </div>
  471.             <div class="popup-window-card-footer d-flex align-items-center">
  472.                 <button type="button" class="btn d-flex align-items-center" id="popup-window-warning-box-disagree" data-type="disagree">
  473.                     <span>Отмена</span>
  474.                 </button>
  475.                 <button type="button" class="btn d-flex align-items-center" id="popup-window-warning-box-agree" data-type="agree">
  476.                     <span>Да</span>
  477.                 </button>
  478.             </div>
  479.         </div>
  480.     </div>
  481. {% endif %}
  482. {# Лайтбокс #}
  483. <div class="popup-window popup-window-error popup-window-authorize" id="popup-window-authorize-box">
  484.     <div class="background-popup-window"></div>
  485.     <div class="popup-window-card fade" tabindex="-1" role="dialog" aria-labelledby="modal-label" aria-hidden="true">
  486.         <header class="popup-window-card-head">
  487.             <button type="button" class="btn close" aria-label="close"><svg class="icon" width="30" height="30">
  488.                     <use xlink:href="#icon-close"></use>
  489.                 </svg></button>
  490.         </header>
  491.         <div class="popup-window-card-body">
  492.             <div class="icon check-circle">
  493.                 <svg>
  494.                     <use xlink:href="#icon-user-red"></use>
  495.                 </svg>
  496.             </div>
  497.             <div class="title" data-to-title>
  498.                 Войдите в личный кабинет.
  499.             </div>
  500.             <div class="desc" data-to-desc>
  501.                 Данная функция доступна только для зарегистрированных пользователей.
  502.             </div>
  503.         </div>
  504.         <div class="popup-window-card-footer">
  505.             <a href="#login" class="btn btn-dark">
  506.                 Войти
  507.             </a>
  508.             <a href="#reg" class="btn btn-danger">
  509.                 Зарегистрироваться
  510.             </a>
  511.         </div>
  512.     </div>
  513. </div>
  514. {% if (stations > 0) and not (isMainPage and isRussianPage) %}
  515.     {# Выбор метро #}
  516.     <div class="popup-window popup-window-list" id="popup-window-metro-list">
  517.         <div class="background-popup-window"></div>
  518.         <div class="popup-window-card fade" tabindex="-1" role="dialog" aria-labelledby="modal-label" aria-hidden="true">
  519.             <header class="popup-window-card-head">
  520.                 <h5 class="popup-window-card-title">Выберите станцию метро</h5>
  521.                 <button type="button" class="btn close" aria-label="close">
  522.                     <svg class="icon" width="30" height="30">
  523.                         <use xlink:href="#icon-close"></use>
  524.                     </svg>
  525.                 </button>
  526.             </header>
  527.             <div class="popup-window-card-body">
  528.                 <ul class="wrap">
  529.                     {{ knp_menu_render('city_stations', {'template': '_menu/city_stations.html.twig'}) }}
  530.                 </ul>
  531.             </div>
  532.         </div>
  533.     </div>
  534. {% endif %}
  535. {# Выбор города #}
  536. {# {% if not isMoscowCity and not (isMainPage and isRussianPage) %} #}
  537. {% if not (isMainPage and isRussianPage) %}
  538. <div class="popup-window popup-window-list city-list-lg" id="popup-window-city-list">
  539.     <div class="background-popup-window"></div>
  540.     <div class="popup-window-card fade" tabindex="-1" role="dialog" aria-labelledby="modal-label" aria-hidden="true">
  541.         <header class="popup-window-card-head">
  542.             <h5 class="popup-window-card-title">Выберите Ваш город</h5>
  543.             <button type="button" class="btn close" aria-label="close">
  544.                 <svg class="icon" width="30" height="30">
  545.                     <use xlink:href="#icon-close"></use>
  546.                 </svg>
  547.             </button>
  548.         </header>
  549.         <div class="popup-window-card-body">
  550.             <div class="wrap">
  551.                 {{ knp_menu_render('city_list', {'template': '_menu/city_list.html.twig'}) }}
  552.             </div>
  553.         </div>
  554.     </div>
  555. </div>
  556. {% endif %}
  557. <div class="background-popup-window main-menu-background" id="main-menu-background"></div>