var/cache/review/twig/84/840d629148c75a62f96aba910d6168f2.php line 60

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* security/register.html.twig */
  14. class __TwigTemplate_f0a3934f8c61b6441e8a76cae2be73c3 extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'title' => [$this'block_title'],
  24.             'metaDescription' => [$this'block_metaDescription'],
  25.             'name_page' => [$this'block_name_page'],
  26.             'specialPageClass' => [$this'block_specialPageClass'],
  27.             'specialColumnClass' => [$this'block_specialColumnClass'],
  28.             'header' => [$this'block_header'],
  29.             'footer' => [$this'block_footer'],
  30.             'modals' => [$this'block_modals'],
  31.             'mainContainer' => [$this'block_mainContainer'],
  32.             'javascripts' => [$this'block_javascripts'],
  33.         ];
  34.     }
  35.     protected function doGetParent(array $context)
  36.     {
  37.         // line 1
  38.         return "security/grid.html.twig";
  39.     }
  40.     protected function doDisplay(array $context, array $blocks = [])
  41.     {
  42.         $macros $this->macros;
  43.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  44.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""security/register.html.twig"));
  45.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  46.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""security/register.html.twig"));
  47.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  48.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""security/register.html.twig"));
  49.         $this->parent $this->loadTemplate("security/grid.html.twig""security/register.html.twig"1);
  50.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  51.         
  52.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  53.         
  54.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  55.         
  56.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  57.     }
  58.     // line 3
  59.     public function block_title($context, array $blocks = [])
  60.     {
  61.         $macros $this->macros;
  62.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  63.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  64.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  65.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  66.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  67.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  68.         echo "Регистрация";
  69.         
  70.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  71.         
  72.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  73.         
  74.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  75.     }
  76.     // line 5
  77.     public function block_metaDescription($context, array $blocks = [])
  78.     {
  79.         $macros $this->macros;
  80.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  81.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metaDescription"));
  82.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  83.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metaDescription"));
  84.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  85.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metaDescription"));
  86.         // line 6
  87.         echo "\t<meta name=\"description\" content=\"";
  88.         (($this->extensions['App\Twig\SeoExtension']->metaDescription()) ? (print (twig_escape_filter($this->env$this->extensions['App\Twig\SeoExtension']->metaDescription(), "html"nulltrue))) : (print ("Зарегистрируйте анкету на проекте Стрелочки")));
  89.         echo "\">
  90. ";
  91.         
  92.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  93.         
  94.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  95.         
  96.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  97.     }
  98.     // line 9
  99.     public function block_name_page($context, array $blocks = [])
  100.     {
  101.         $macros $this->macros;
  102.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  103.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""name_page"));
  104.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  105.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""name_page"));
  106.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  107.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""name_page"));
  108.         echo "registration";
  109.         
  110.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  111.         
  112.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  113.         
  114.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  115.     }
  116.     // line 11
  117.     public function block_specialPageClass($context, array $blocks = [])
  118.     {
  119.         $macros $this->macros;
  120.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  121.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""specialPageClass"));
  122.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  123.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""specialPageClass"));
  124.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  125.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""specialPageClass"));
  126.         echo " special-reg";
  127.         
  128.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  129.         
  130.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  131.         
  132.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  133.     }
  134.     // line 12
  135.     public function block_specialColumnClass($context, array $blocks = [])
  136.     {
  137.         $macros $this->macros;
  138.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  139.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""specialColumnClass"));
  140.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  141.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""specialColumnClass"));
  142.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  143.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""specialColumnClass"));
  144.         echo " special-column";
  145.         
  146.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  147.         
  148.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  149.         
  150.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  151.     }
  152.     // line 14
  153.     public function block_header($context, array $blocks = [])
  154.     {
  155.         $macros $this->macros;
  156.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  157.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header"));
  158.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  159.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header"));
  160.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  161.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header"));
  162.         
  163.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  164.         
  165.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  166.         
  167.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  168.     }
  169.     // line 15
  170.     public function block_footer($context, array $blocks = [])
  171.     {
  172.         $macros $this->macros;
  173.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  174.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  175.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  176.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  177.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  178.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  179.         
  180.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  181.         
  182.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  183.         
  184.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  185.     }
  186.     // line 16
  187.     public function block_modals($context, array $blocks = [])
  188.     {
  189.         $macros $this->macros;
  190.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  191.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""modals"));
  192.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  193.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""modals"));
  194.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  195.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""modals"));
  196.         
  197.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  198.         
  199.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  200.         
  201.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  202.     }
  203.     // line 18
  204.     public function block_mainContainer($context, array $blocks = [])
  205.     {
  206.         $macros $this->macros;
  207.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  208.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""mainContainer"));
  209.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  210.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""mainContainer"));
  211.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  212.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""mainContainer"));
  213.         // line 19
  214.         echo "\t<div class=\"white-block registration\">
  215. \t\t<div class=\"type-choiсe-registration\" id=\"registration-step-1\">
  216. \t\t\t<h1 role=\"heading\">Регистрация</h1>
  217. \t\t\t<p class=\"desc-page\">Выберите тип регистрации</p>
  218. \t\t\t<script type=\"text/javascript\">
  219. \t\t\t\tvar onloadCallback = function() {
  220. \t\t\t\t\tvar verifyCallback = function(response) {
  221. \t\t\t\t\t\tdocument.getElementById(\"form-register-account\").requestSubmit();
  222. \t\t\t\t\t}
  223. \t\t\t\t\tgrecaptcha.render('submit', {
  224. \t\t\t\t\t\t'sitekey' : \"6LftvDUqAAAAAHYP4-XNDrC1Z04ZcNszyNWoZQ9u\",
  225. \t\t\t\t\t\t'callback' : verifyCallback,
  226. \t\t\t\t\t});
  227. \t\t\t\t};
  228. \t\t\t</script>
  229. \t\t\t<div class=\"types d-flex align-top\">
  230. \t\t\t\t<div class=\"agent type-element current\" id=\"agent-type\">
  231. \t\t\t\t\t<div class=\"button-block current\" data-type=\"agent\">
  232. \t\t\t\t\t\t<div class=\"avatar\">
  233. \t\t\t\t\t\t\t<svg class=\"img\" width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  234. \t\t\t\t\t\t\t\t<path d=\"M11 58.7029C11.0134 58.6835 11.2368 59.0484 11.7074 59.6009C11.7104 59.3686 11.7223 59.1526 11.7342 58.9546C11.0953 57.4638 11.5049 55.9954 12.105 55.1688C13.3784 53.5708 14.6011 53.4398 14.7142 53.3623C14.6026 53.4577 13.4424 53.9432 12.7082 55.5054C12.3582 56.332 12.3701 57.4981 13.085 58.3693C13.7745 59.2509 15.0493 59.7141 16.4552 59.583C17.9981 59.449 19.611 58.7267 21.1881 57.6366C20.238 58.1072 19.1627 58.4571 17.9713 58.4423C16.8618 58.3633 15.7359 57.7989 15.2787 56.8264C14.8364 55.909 15.0002 54.6997 15.8223 54.3274C16.6399 54.0176 17.2713 54.521 17.532 54.8352C17.8134 55.1822 17.8715 55.4354 17.8834 55.428C17.9326 55.5903 17.4024 54.0415 15.9146 54.515C15.2787 54.8442 15.2221 55.906 15.6525 56.6253C16.0725 57.3804 17.0777 57.787 17.9892 57.7736C19.8939 57.6619 21.6245 56.2947 22.8248 55.3073C23.9165 54.3676 24.6298 53.547 24.8949 53.2477C22.0504 54.171 18.564 53.5902 16.5133 51.1612C14.1453 48.4686 14.4477 43.965 17.1879 42.0394C19.8359 40.0423 23.6961 41.2337 24.5003 43.694C25.4683 46.0947 23.9373 48.2601 22.5851 48.5594C21.3296 48.9779 20.5731 48.546 20.4867 48.546C20.576 48.5431 21.3564 48.9243 22.5448 48.4507C23.8375 48.0888 25.1079 45.9741 24.1175 43.8623C23.2835 41.6998 19.8388 40.9076 17.7017 42.7126C15.5065 44.4133 15.4872 48.2363 17.5141 50.2721C17.5334 50.2944 17.5543 50.3123 17.5751 50.3332C17.3681 49.937 17.2103 49.5096 17.1209 49.0628C16.6771 47.2682 17.8015 45.359 19.1716 45.2101C20.3705 45.0373 20.8754 45.8087 20.9841 45.9324C20.862 45.8192 20.2707 45.1326 19.2193 45.4141C17.9996 45.6971 17.2564 47.4067 17.7673 48.8915C18.2379 50.3987 19.5723 51.395 20.6788 51.812C21.6498 52.1769 23.3074 51.6631 24.0773 51.1865C29.9168 48.0382 29.4789 41.6001 28.1698 35.8038C27.0946 32.864 25.7661 28.898 25.6113 24.6313C25.3328 20.2037 27.1273 15.7016 29.5266 13.0462C31.8662 10.3298 34.118 8.9537 34.602 8.63053C34.7956 8.50543 34.9877 8.38926 35.1784 8.27906C38.9849 5.74134 44.0202 4.45758 50.2558 5.21711C52.8203 5.37497 57.446 6.11514 61.7961 8.24629C65.0055 9.72961 68.1032 12.0901 69.1278 14.9153C70.1197 17.7776 68.9581 19.946 68.8196 20.3273C68.8106 20.3481 68.8002 20.369 68.7898 20.3898C68.6751 21.7749 67.7935 23.2522 66.8031 24.0475C66.8269 24.3126 66.7986 24.6223 66.6884 24.9574C66.6467 25.1972 66.0882 26.4229 64.7464 27.1288C63.4373 27.8332 61.744 28.2711 59.9748 28.2934C58.3232 28.2845 56.8369 27.7305 55.714 27.3179C55.5844 27.3447 55.4548 27.3715 55.3253 27.3983C54.7549 27.6828 53.4547 28.216 51.8999 29.0246C51.3072 29.3299 50.6921 29.741 50.1098 30.2429C49.3265 31.2288 48.6503 32.4738 48.4537 33.9809C48.1082 35.8678 48.278 37.9067 49.2118 39.0266C50.0756 40.0706 51.0764 40.1927 51.1746 40.2374C51.0749 40.1957 50.0726 40.1093 49.1582 39.0713C48.1678 37.9543 47.937 35.8738 48.2318 33.9467C48.3331 32.9906 48.6205 32.1313 49.0063 31.3688C48.2974 32.2296 47.7225 33.2542 47.4395 34.4158C46.7068 36.9342 47.2996 39.6253 48.1172 41.3737C48.9363 43.1534 49.8671 44.1065 49.8417 44.1169C49.8656 44.1035 48.8767 43.2204 47.9295 41.466C46.9913 39.7459 46.1781 37.0146 46.7887 34.2594C47.1342 32.2817 48.3018 30.5631 49.6303 29.3284C49.3205 29.5518 48.7203 29.8988 48.1276 30.4186C47.8848 30.572 46.8781 31.4194 46.0441 32.9801C45.435 34.1314 45.0031 35.6653 44.8006 37.2886C44.8482 37.5731 44.9182 37.8977 45.0284 38.2343C45.572 39.9619 46.5385 40.9939 46.4194 40.991C46.479 40.9329 45.779 40.4831 45.0805 39.8055C45.0999 40.154 45.1267 40.5159 45.1654 40.8912C45.1907 41.5152 45.4975 44.2673 46.8111 47.9116C47.9653 51.541 50.4702 56.1026 50.4643 61.1751C50.5596 66.2386 47.4693 70.7496 44.3419 72.4876C43.4572 72.9388 42.6307 73.262 41.8965 73.4958C41.5465 73.6835 41.1831 73.8547 40.8063 74.0022C38.4994 74.7989 35.993 74.6947 33.6384 74.1437C31.3509 73.5897 28.7655 72.2836 28.2011 69.9737C27.6292 67.6936 28.7328 65.558 30.0836 64.4664C32.9087 62.3382 35.3213 62.0865 35.2573 61.9763C35.3318 62.0761 32.9027 62.4424 30.2221 64.6227C28.9472 65.7129 28.012 67.8143 28.6077 69.8516C29.2719 71.8963 31.5803 73.0401 33.7889 73.4914C36.0272 73.9471 38.4905 73.9218 40.4608 73.1533C42.4579 72.285 43.9532 70.7958 44.7693 69.1963C44.9152 68.9118 45.0463 68.6319 45.1639 68.3549C38.3892 78.1766 27.5056 70.1852 30.9697 65.2512C33.2021 62.2369 35.2573 62.0925 35.2573 62.0433C35.2826 62.0835 33.5372 63.0188 33.0636 64.1357C32.6362 65.0785 32.3711 65.899 32.2415 66.6065C32.3011 66.9207 32.4306 67.2319 32.6764 67.5045C33.3883 68.2327 34.8775 68.3012 35.9781 67.6564C37.1114 67.0071 37.9871 65.7412 38.3699 64.3964C39.1085 61.5965 38.1584 58.5525 37.3318 56.326C37.1397 55.8256 36.9491 55.3595 36.7674 54.9291C36.7198 56.1324 32.8223 64.6481 23.8733 66.9639C15.2415 69.1963 12.5861 65.9735 11.7997 62.7403C11.5495 61.7067 11.7119 60.5451 11.7059 59.793C11.2264 59.1214 11.0179 58.6835 11 58.7029ZM26.2814 24.6223C26.277 25.7244 26.3574 26.816 26.4929 27.8809C26.1727 24.0788 26.755 20.2186 28.2279 16.7769C27.0127 19.0197 26.2219 21.7763 26.2814 24.6223ZM68.9015 18.7963C69.1412 17.8774 69.2783 16.5684 68.7734 15.0418C68.197 13.3575 66.8046 11.7893 65.0651 10.4787C68.4949 13.2443 68.9387 16.7217 68.9015 18.7963ZM59.9509 27.6247C61.5177 27.4609 63.1648 26.8428 64.1507 26.1697C64.5751 25.8793 64.8581 25.5725 65.0472 25.3029C63.0188 26.131 59.659 26.5435 56.2441 27.2122C57.3268 27.4803 58.6419 27.7543 59.9509 27.6247ZM61.6472 8.46075C61.9466 8.58883 62.2325 8.72286 62.508 8.85987C62.2399 8.7169 61.9704 8.5784 61.6993 8.44735C57.8466 6.48299 53.7392 5.62815 51.0883 5.32881C54.3021 5.80537 57.8213 6.81212 61.6472 8.46075ZM49.8417 29.0842C49.8507 29.1021 49.8462 29.1214 49.8328 29.1453C49.9088 29.0783 49.9847 29.0112 50.0622 28.9472C49.9624 28.9904 49.8626 29.0336 49.7643 29.0768C49.812 29.0723 49.8403 29.0738 49.8417 29.0842ZM42.5041 73.1384C43.0492 72.9165 43.63 72.6455 44.2361 72.3074C47.2325 70.5039 50.0666 65.9914 49.7956 61.1855C49.6556 56.5762 47.2906 52.3705 45.9309 48.7918C46.8647 52.3913 47.6838 56.3632 47.584 60.1073C47.6763 60.8251 47.7225 61.677 47.6823 62.6018C47.5646 63.2094 47.7061 66.2178 45.7537 69.7503C45.0537 71.0236 43.9234 72.2389 42.5041 73.1384ZM44.6814 36.1627C44.8899 34.9162 45.2369 33.7531 45.709 32.8089C46.2764 31.68 46.9511 30.8877 47.4008 30.4499C45.6777 31.7694 44.5995 33.5833 44.6814 36.1627ZM36.3519 68.4174C34.8894 69.0444 33.1842 68.7987 32.3562 67.774C32.2728 67.6519 32.2073 67.5313 32.1522 67.4107C31.9303 73.0773 42.2226 69.3527 41.9099 62.4127C41.7207 60.7 40.4221 57.5606 39.3781 55.2597C39.4139 55.3833 39.4481 55.5069 39.4838 55.635C40.1123 58.0908 40.8689 61.5668 39.6358 64.8327C38.9835 66.4233 37.8188 67.7651 36.3519 68.4174ZM12.6233 62.2057C14.126 64.8878 18.4598 66.0822 22.3095 65.1068C22.8367 65.0085 23.3461 64.8685 23.8405 64.7002C23.5635 64.7538 23.2835 64.8029 23.0006 64.8387C19.2327 65.4016 15.6525 63.8096 13.7418 62.0359C12.9658 61.3523 12.385 60.6896 11.9621 60.1371C12.0708 60.767 12.2704 61.4699 12.6233 62.2057ZM11.9144 59.8392C12.3984 60.3783 13.0835 61.047 14.0009 61.7082C16.0203 63.2452 19.4248 64.027 22.7638 63.5207C31.9466 62.1267 35.1396 50.984 35.1084 50.8276C34.7614 51.4605 34.3831 52.0711 33.9706 52.652C32.4143 54.9008 30.2995 56.6894 28.4647 57.9508C24.6954 60.5749 20.4197 62.6167 16.3242 62.091C14.3643 61.8423 12.5861 60.7223 11.8548 59.2182C11.8668 59.4133 11.8861 59.6218 11.9144 59.8392ZM63.8781 36.0778C63.546 35.0979 63.1082 34.0882 62.9593 33.0606C62.7001 31.2809 64.0762 29.5861 64.803 28.067C65.4702 26.6716 66.1299 25.1213 66.0867 23.5396C66.0733 23.0958 65.9944 22.6476 65.8216 22.238C65.8216 22.238 66.7986 21.6944 67.1054 22.7771C67.5805 24.4511 67.2603 27.2435 67.0816 28.2085C66.9267 29.041 66.4442 29.7544 66.1821 30.5511C66.0331 31.0009 65.9765 31.479 65.8916 31.9451C65.8157 32.3621 65.5893 32.8461 65.6906 33.272C65.8634 34.0033 66.6199 34.4843 67.2558 34.7792C66.3354 35.0756 65.3585 34.4798 64.7092 33.8722C64.6824 34.3071 64.8134 34.7286 64.9057 35.1485C65.0025 35.5894 65.0115 36.0272 64.9877 36.477C64.9638 36.9401 64.9102 37.4033 64.8209 37.859C64.7613 38.1628 64.6585 38.3877 64.6749 38.7034C64.5915 37.7845 64.1715 36.9401 63.8781 36.0778ZM43.8027 47.4976C44.2361 47.7746 45.1878 47.922 45.508 48.2839C47.7687 49.1581 48.6444 47.6882 47.5542 46.5727C46.9362 45.9398 45.301 43.9025 44.4357 42.0051C44.5191 42.0483 44.598 42.0751 44.668 42.0826C48.0174 47.2906 54.807 50.3883 57.5755 50.3525C59.0916 50.3332 59.8109 49.5796 60.2488 48.9824C60.8951 48.0978 58.694 47.4931 58.0893 46.9317C57.4862 46.3702 59.0395 46.3925 59.7946 46.543C60.5511 46.6949 61.3926 46.3702 61.9317 46.047C62.4708 45.7224 61.4134 44.9465 60.7447 45.2473C60.076 45.5496 58.9099 45.0537 58.6508 44.9241C58.3917 44.7946 56.1905 44.8169 56.0401 44.6218C55.8882 44.4282 56.2546 44.1899 56.9024 44.2331C57.8302 44.3195 59.8601 42.9821 60.2696 42.7662C60.6807 42.5502 61.6293 42.5279 61.9749 42.7006C62.3204 42.8734 62.6659 42.787 63.1841 42.5502C63.7024 42.3119 62.2995 41.4913 62.0612 41.1905C61.8244 40.8882 60.0537 40.9746 59.601 40.845C59.1482 40.7154 59.0231 40.224 59.0976 39.9261C60.1862 40.5814 60.4469 39.3051 61.5117 39.6193C64.6362 40.5397 64.6734 38.9238 64.6734 38.9238C64.7613 39.6744 64.2624 40.3267 63.8528 40.6931C63.4433 41.0609 63.5297 42.1615 63.7441 42.5502C64.1328 43.1325 63.0546 44.1467 62.4276 44.7305C62.9891 45.9175 62.1044 46.6085 61.4998 47.018C60.8951 47.4276 61.543 48.4209 60.6807 49.6734C59.8169 50.9259 57.2836 50.7189 56.9486 50.6846C56.6135 50.6489 53.1762 50.2781 50.0756 48.2199C49.8656 48.6577 48.7918 50.144 51.0123 50.9989C51.5082 51.1895 53.7496 51.8641 56.5435 53.4249C59.2123 54.932 62.9503 57.6783 63.5267 61.9093C64.0137 66.112 61.3896 69.5329 59.6069 71.6432C57.7066 73.8011 56.2233 74.9836 56.2412 75C56.2218 74.9851 57.6545 73.7326 59.4461 71.5091C61.1409 69.3467 63.5043 65.8261 62.8654 62.0106C62.1923 58.1965 58.6359 55.766 56.0059 54.4197C53.2745 53.0332 51.0868 52.4464 50.6057 52.2752C48.6905 51.6601 47.1417 51.0629 47.1298 50.6951C46.8349 50.6519 46.543 50.6117 46.2571 50.5729C46.1439 50.4836 46.0322 50.3898 45.922 50.2885C45.5214 49.8506 45.0284 49.4545 44.6903 49.0315C44.5801 48.9035 44.467 48.7754 44.3553 48.6473C44.1006 48.2065 43.8608 47.7642 43.6404 47.3218C43.7089 47.3725 43.7744 47.4261 43.8027 47.4976ZM64.6749 38.7034C64.6779 38.76 64.6809 38.7943 64.6809 38.7943C64.6809 38.7675 64.6779 38.7377 64.6749 38.7034Z\"/>
  235. \t\t\t\t\t\t\t\t<path d=\"M61.7589 31.339C59.6292 30.8073 59.3269 33.7278 58.3202 34.3756C57.9687 34.602 58.3634 35.427 58.8102 35.844C58.5212 35.8872 58.1623 35.771 57.6872 35.2826C57.5428 35.4121 58.0759 35.9438 58.4646 36.1463C56.9962 36.2178 56.8815 35.0234 56.9679 34.9088C56.5643 34.9951 57.0245 35.8142 57.1973 36.1166C56.7669 36.0302 56.262 35.3406 56.2486 35.1813C56.119 35.3689 56.335 35.7576 56.4779 35.9736C55.5293 35.7576 55.4429 34.8656 55.428 34.7643C55.1972 34.7643 55.2836 35.1098 55.3133 35.3838C54.8814 34.9222 54.1904 33.8722 54.1904 33.6563C53.9596 33.555 53.9894 33.8573 54.046 34.246C53.2701 32.8506 53.8017 32.4187 53.8017 32.4187C53.8017 32.4187 51.6098 32.3593 50.1098 32.8593C53.1098 31.3593 54.2486 31.0698 57.5 30C60.7514 28.9302 61.9317 30.0448 61.9317 30.0448C62.7091 30.6628 61.8095 31.3524 61.7589 31.339Z\"/>
  236. \t\t\t\t\t\t\t</svg>
  237. \t\t\t\t\t\t</div>
  238. \t\t\t\t\t\t<div class=\"text\">
  239. \t\t\t\t\t\t\t<h2>Рекламодатель</h2>
  240. \t\t\t\t\t\t\t<p class=\"desc\">Девушки, модели, проститутки, индивидуалки</p>
  241. \t\t\t\t\t\t</div>
  242. \t\t\t\t\t\t<svg class=\"dot\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  243. \t\t\t\t\t\t\t<circle class=\"stroke\" cx=\"12\" cy=\"12\" r=\"10.5\" stroke-width=\"3\"/>
  244. \t\t\t\t\t\t\t<circle class=\"fill\" cx=\"12\" cy=\"12\" r=\"5.5\" stroke-width=\"3\"/>
  245. \t\t\t\t\t\t</svg>
  246. \t\t\t\t\t</div>
  247. \t\t\t\t\t<ul>
  248. \t\t\t\t\t\t<li>Бесплатное размещение анкет</li>
  249. \t\t\t\t\t\t<li>Бесплатная регистрация</li>
  250. \t\t\t\t\t\t<li>Почасовая оплата премиум-функций</li>
  251. \t\t\t\t\t\t<li>Десятки тысяч потенциальных клиентов ежедневно</li>
  252. \t\t\t\t\t</ul>
  253. \t\t\t\t</div>
  254. \t\t\t\t<div class=\"visitor type-element\" id=\"visitor-type\">
  255. \t\t\t\t\t<div class=\"button-block\" data-type=\"visitor\">
  256. \t\t\t\t\t\t<div class=\"avatar\">
  257. \t\t\t\t\t\t\t<svg class=\"img\" width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  258. \t\t\t\t\t\t\t\t<path d=\"M46.8148 68.0476C50.557 65.5028 53.2204 61.6025 54.2399 57.1915C54.6369 63.1293 49.6494 69.0095 39.388 74.8303C38.7077 69.1215 38.3684 66.2374 38.3684 66.2374C44.4347 64.7105 49.5358 60.6982 52.4825 55.2133C51.5205 59.7363 47.4374 64.2592 40.2395 68.7805C40.3532 70.2514 40.3532 70.93 40.3532 70.93C45.7936 68.3292 50.1584 63.9199 52.7098 58.4927C51.5765 62.1098 49.5918 65.3908 46.8148 68.0476ZM54.5809 54.5364C53.675 54.0834 52.7098 53.9681 51.7462 54.2531C50.8403 54.5924 50.1024 55.2133 49.6494 56.0599C49.9327 54.0834 51.7462 52.5566 53.787 52.6126C56.7353 52.7262 59.2866 50.5784 59.57 47.6367C59.7972 49.8998 58.7184 52.046 56.7913 53.1775C57.7565 56.4009 58.2654 59.6786 58.3791 62.9597C57.6428 59.9619 56.3383 57.0795 54.5809 54.5364ZM49.9327 43.9636C49.4221 46.958 49.3661 50.0134 49.7614 53.0079C45.1133 58.9457 40.9181 62.79 37.2336 64.5409C32.4718 65.8981 29.0705 70.0257 28.7296 75C26.7464 74.323 25.4436 72.5129 25.4436 70.4771C25.2146 70.986 25.045 71.5526 24.989 72.1176C22.5513 68.4429 21.5877 64.0896 22.2103 59.7363C22.1543 58.9457 22.1543 58.0958 22.2103 57.3052C22.9466 57.5308 23.7421 57.6445 24.4784 57.6445C23.5725 59.9059 23.6861 61.6585 24.8177 63.0157C26.1798 64.2592 28.1646 64.5969 29.8644 63.8063C30.2054 60.7542 29.3538 58.6624 27.3131 57.5308C25.5572 56.8539 23.7421 56.5145 21.871 56.4585C21.1348 55.383 20.9058 54.0258 21.1348 52.7822C27.1418 53.0655 30.5447 55.0437 31.2809 58.776C33.4913 59.6226 37.0639 57.8701 41.9377 53.4608C45.0573 51.0857 46.7588 46.7324 47.0981 40.5146C46.8148 35.878 42.9605 32.3153 38.3124 32.3153C37.1199 24.6842 41.768 20.1037 52.2568 18.5784C44.5484 19.0874 37.1199 21.6865 30.7143 26.0975C29.0129 27.3987 26.9721 28.2453 24.8177 28.4709C23.4588 28.8102 21.9847 28.5269 20.9058 27.6243C20.1696 27.0034 19.2077 26.7761 18.2984 27.0034C17.4502 27.1714 16.6563 27.794 16.2577 28.6406C15.5791 27.5667 15.4094 26.2671 15.8047 25.0796C16.2577 23.892 17.2229 22.9317 18.4121 22.5364C20.3409 22.1395 22.324 22.5364 24.0254 23.5527C25.1603 24.0616 26.5191 24.1176 27.71 23.7223C25.6692 23.836 23.5725 23.1574 21.4181 21.8002C19.7166 21.0096 17.6758 21.3489 16.2577 22.5364C14.5579 24.4569 14.5019 27.285 16.032 29.3208C15.8624 29.7722 15.9184 30.3371 16.088 30.7884C14.3882 29.3769 13.311 27.341 13.0277 25.1932C12.8004 23.1574 13.9913 21.2912 15.8624 20.5583C17.5062 20.0477 18.4121 18.9177 18.5258 17.2212C22.6649 8.11932 28.5599 6.14115 36.158 11.2851C33.8899 9.02358 30.7703 7.78002 27.598 7.94967C31.1673 6.87411 34.9655 6.93176 38.5381 8.06332C37.9138 7.55272 37.2336 7.21341 36.4973 7.04376C42.3939 3.71002 49.8191 4.50063 54.8065 9.07958C55.1491 9.92949 55.7717 10.2671 56.6216 10.0991C59.8533 10.8321 62.291 13.4329 62.8576 16.6563C63.2562 17.7302 63.8788 18.3528 64.7847 18.5784C67.4481 21.9138 67.9603 26.4928 66.0332 30.3371C63.7651 35.201 62.1773 40.4009 61.4411 45.6585C61.3851 41.7581 60.1366 39.6103 57.6428 39.2694C54.2399 38.5908 50.8403 40.6266 49.9327 43.9636ZM56.9626 41.0219C58.0958 41.0219 59.1153 41.6461 59.6836 42.6064C60.1926 43.5667 60.1366 44.7542 59.57 45.6585C59.9093 44.8102 59.7972 43.85 59.2306 43.1137C58.6047 42.3791 57.6988 42.0414 56.7913 42.2111C55.8854 42.3791 55.0915 43.0577 54.8065 43.9076C55.3748 43.397 56.2247 43.2834 56.9049 43.6803C57.5852 44.0196 57.9261 44.8102 57.7565 45.6008C58.0958 46.5067 57.8685 47.523 57.1899 48.1473C56.508 48.8242 55.4884 49.0499 54.5809 48.6546C53.8446 48.4289 53.0507 48.5986 52.4265 49.1075C51.8599 49.6148 51.5765 50.4087 51.7462 51.1993C51.3492 50.4087 51.4069 49.4468 51.9159 48.7122C52.4825 47.9776 53.334 47.6367 54.2399 47.7503C54.6929 47.6367 55.0915 47.2413 55.2051 46.79C55.2628 46.2811 55.0915 45.7721 54.6929 45.4888C52.3688 45.2055 54.3536 41.0219 56.9626 41.0219ZM21.871 53.6865C22.268 53.6865 22.4936 53.6865 22.4936 53.6865C22.5513 52.5006 22.5513 51.9339 22.5513 51.9339C24.0814 52.1052 25.6132 51.9916 27.0298 51.425C24.4224 51.7643 22.268 51.6506 20.5105 51.0857C19.7743 50.6344 19.8303 49.7285 20.5105 48.2593C21.4741 45.9994 22.6073 44.0196 23.9694 42.4367C24.8177 41.4748 24.8177 40.0616 24.0254 39.0997C22.7209 38.0834 21.4741 37.0079 20.2832 35.878C19.7743 35.3707 19.547 35.0857 19.547 35.0857C19.3773 35.822 19.4333 36.5566 19.603 37.2352C20.3969 37.4625 21.0788 37.9698 21.5317 38.6484C21.3621 39.9496 21.7574 40.6266 22.6649 40.6826C22.9466 40.5706 23.2332 40.3449 23.2892 40.0616C23.6285 40.1753 23.7981 40.4569 23.8558 40.7402C23.9118 41.0795 23.7981 41.4188 23.5725 41.5885C22.7209 42.7744 21.9287 44.0756 21.1908 45.3192C20.3969 46.7324 19.7743 48.2593 19.3213 49.7845C19.038 50.9737 19.3773 51.6506 20.3409 51.8203C20.9651 51.9916 21.5317 52.046 21.9287 52.046C21.9287 53.1215 21.871 53.6865 21.871 53.6865ZM31.4506 38.6484C27.598 40.3449 25.6132 40.2873 25.3859 38.5348C26.8584 38.7604 28.7872 38.1954 31.1113 36.9519C34.2869 35.5387 36.7246 36.5566 38.3684 39.9496C35.9307 38.1394 33.605 37.6881 31.4506 38.6484ZM31.4506 40.1193C30.6583 40.2313 29.9781 40.6826 29.6388 41.4188C29.8644 40.2313 30.7703 39.327 31.9052 39.0997C33.096 38.8741 34.2292 39.4407 34.8535 40.4569C35.3625 41.0795 36.158 41.3612 36.9503 41.2475C36.3277 41.6461 35.7611 41.8158 35.2488 41.8718C34.7398 42.4367 34.0036 42.7744 33.2657 42.7744C32.4718 42.7184 31.7355 42.3231 31.3369 41.7021C32.3581 42.3791 33.7763 42.3231 34.7398 41.4748C34.5702 41.0795 34.3429 40.7962 34.0596 40.6266C34.0036 41.0795 33.6643 41.5325 33.208 41.7021C32.7551 41.8718 32.2461 41.7581 31.8492 41.4188C31.5066 41.1355 31.3369 40.6266 31.4506 40.1193Z\"/>
  259. \t\t\t\t\t\t\t</svg>
  260. \t\t\t\t\t\t</div>
  261. \t\t\t\t\t\t<div class=\"text\">
  262. \t\t\t\t\t\t\t<h2>Дон</h2>
  263. \t\t\t\t\t\t\t<p class=\"desc\">Пользователь, интересующийся девушками</p>
  264. \t\t\t\t\t\t</div>
  265. \t\t\t\t\t\t<svg class=\"dot\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  266. \t\t\t\t\t\t\t<circle class=\"stroke\" cx=\"12\" cy=\"12\" r=\"10.5\" stroke-width=\"3\"/>
  267. \t\t\t\t\t\t\t<circle class=\"fill\" cx=\"12\" cy=\"12\" r=\"5.5\" stroke-width=\"3\"/>
  268. \t\t\t\t\t\t</svg>
  269. \t\t\t\t\t</div>
  270. \t\t\t\t\t<ul>
  271. \t\t\t\t\t\t<li>Бесплатная регистрация</li>
  272. \t\t\t\t\t\t<li>Авто-подбор свежих и актуальных анкет</li>
  273. \t\t\t\t\t\t<li>Отзывы и общение</li>
  274. \t\t\t\t\t\t<li>Избранные девушки</li>
  275. \t\t\t\t\t</ul>
  276. \t\t\t\t</div>
  277. \t\t\t</div>
  278. \t\t\t<button type=\"button\" class=\"btn btn-fill-style d-flex align-center\" id=\"next-btn\">
  279. \t\t\t\t<span>Далее</span>
  280. \t\t\t</button>
  281. \t\t</div>
  282. \t\t<div class=\"d-none inputs-form\" id=\"registration-step-2\" data-type-id=\"";
  283.         // line 88
  284.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'88$this->source); })()), "accountType", [], "any"falsefalsefalse88), "vars", [], "any"falsefalsefalse88), "id", [], "any"falsefalsefalse88), "html"nulltrue);
  285.         echo "\">
  286. \t\t\t<h1 role=\"heading\">Регистрация</h1>
  287. \t\t\t";
  288.         // line 90
  289.         echo         $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'90$this->source); })()), 'form_start', ["attr" => ["class" => """id" => "form-register-account"]]);
  290.         // line 93
  291.         echo "
  292. \t\t\t";
  293.         // line 94
  294.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'94$this->source); })()), "accountType", [], "any"falsefalsefalse94), 'row');
  295.         echo "
  296. \t\t\t<div class=\"field\">
  297. \t\t\t\t<div class=\"wrap d-flex align-center\">
  298. \t\t\t\t\t<label class=\"name\" for=\"";
  299.         // line 97
  300.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'97$this->source); })()), "nickName", [], "any"falsefalsefalse97), "vars", [], "any"falsefalsefalse97), "id", [], "any"falsefalsefalse97), "html"nulltrue);
  301.         echo "\">Имя:</label>
  302. \t\t\t\t\t";
  303.         // line 98
  304.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'98$this->source); })()), "nickName", [], "any"falsefalsefalse98), 'widget', ["attr" => ["class" => "basic-view""maxlength" => "30""placeholder" => "Введите ник"]]);
  305.         // line 102
  306.         echo "
  307. \t\t\t\t</div>
  308. \t\t\t\t";
  309.         // line 104
  310.         $context["error_message"] = $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'104$this->source); })()), "nickName", [], "any"falsefalsefalse104), 'errors');
  311.         // line 105
  312.         echo "\t\t\t\t<p class=\"field-error";
  313.         if ((twig_length_filter($this->env, (isset($context["error_message"]) || array_key_exists("error_message"$context) ? $context["error_message"] : (function () { throw new RuntimeError('Variable "error_message" does not exist.'105$this->source); })())) > 0)) {
  314.             echo " show";
  315.         }
  316.         echo "\" id=\"";
  317.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'105$this->source); })()), "nickName", [], "any"falsefalsefalse105), "vars", [], "any"falsefalsefalse105), "id", [], "any"falsefalsefalse105), "html"nulltrue);
  318.         echo "_error\">";
  319.         echo twig_escape_filter($this->env, (isset($context["error_message"]) || array_key_exists("error_message"$context) ? $context["error_message"] : (function () { throw new RuntimeError('Variable "error_message" does not exist.'105$this->source); })()), "html"nulltrue);
  320.         echo "</p>
  321. \t\t\t</div>
  322. \t\t\t<div class=\"field\">
  323. \t\t\t\t<div class=\"wrap d-flex align-center\">
  324. \t\t\t\t\t<label class=\"name\" for=\"";
  325.         // line 109
  326.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'109$this->source); })()), "plainPassword", [], "any"falsefalsefalse109), "first", [], "any"falsefalsefalse109), "vars", [], "any"falsefalsefalse109), "id", [], "any"falsefalsefalse109), "html"nulltrue);
  327.         echo "\">Пароль:</label>
  328. \t\t\t\t\t";
  329.         // line 110
  330.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'110$this->source); })()), "plainPassword", [], "any"falsefalsefalse110), "first", [], "any"falsefalsefalse110), 'widget', ["attr" => ["class" => "basic-view""placeholder" => "Введите пароль"]]);
  331.         // line 113
  332.         echo "
  333. \t\t\t\t</div>
  334. \t\t\t\t";
  335.         // line 115
  336.         $context["error_message"] = $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'115$this->source); })()), "plainPassword", [], "any"falsefalsefalse115), "first", [], "any"falsefalsefalse115), 'errors');
  337.         // line 116
  338.         echo "\t\t\t\t<p class=\"field-error";
  339.         if ((twig_length_filter($this->env, (isset($context["error_message"]) || array_key_exists("error_message"$context) ? $context["error_message"] : (function () { throw new RuntimeError('Variable "error_message" does not exist.'116$this->source); })())) > 0)) {
  340.             echo " show";
  341.         }
  342.         echo "\" id=\"";
  343.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'116$this->source); })()), "plainPassword", [], "any"falsefalsefalse116), "first", [], "any"falsefalsefalse116), "vars", [], "any"falsefalsefalse116), "id", [], "any"falsefalsefalse116), "html"nulltrue);
  344.         echo "_error\">";
  345.         echo twig_escape_filter($this->env, (isset($context["error_message"]) || array_key_exists("error_message"$context) ? $context["error_message"] : (function () { throw new RuntimeError('Variable "error_message" does not exist.'116$this->source); })()), "html"nulltrue);
  346.         echo "</p>
  347. \t\t\t</div>
  348. \t\t\t<div class=\"field\">
  349. \t\t\t\t<div class=\"wrap d-flex align-center\">
  350. \t\t\t\t\t<label class=\"name\" for=\"";
  351.         // line 120
  352.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'120$this->source); })()), "plainPassword", [], "any"falsefalsefalse120), "second", [], "any"falsefalsefalse120), "vars", [], "any"falsefalsefalse120), "id", [], "any"falsefalsefalse120), "html"nulltrue);
  353.         echo "\">Повторите пароль:</label>
  354. \t\t\t\t\t";
  355.         // line 121
  356.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'121$this->source); })()), "plainPassword", [], "any"falsefalsefalse121), "second", [], "any"falsefalsefalse121), 'widget', ["attr" => ["class" => "basic-view""placeholder" => "Повторите пароль"]]);
  357.         // line 124
  358.         echo "
  359. \t\t\t\t</div>
  360. \t\t\t\t";
  361.         // line 126
  362.         $context["error_message"] = $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'126$this->source); })()), "plainPassword", [], "any"falsefalsefalse126), "second", [], "any"falsefalsefalse126), 'errors');
  363.         // line 127
  364.         echo "\t\t\t\t<p class=\"field-error";
  365.         if ((twig_length_filter($this->env, (isset($context["error_message"]) || array_key_exists("error_message"$context) ? $context["error_message"] : (function () { throw new RuntimeError('Variable "error_message" does not exist.'127$this->source); })())) > 0)) {
  366.             echo " show";
  367.         }
  368.         echo "\" id=\"";
  369.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'127$this->source); })()), "plainPassword", [], "any"falsefalsefalse127), "second", [], "any"falsefalsefalse127), "vars", [], "any"falsefalsefalse127), "id", [], "any"falsefalsefalse127), "html"nulltrue);
  370.         echo "_error\">";
  371.         echo twig_escape_filter($this->env, (isset($context["error_message"]) || array_key_exists("error_message"$context) ? $context["error_message"] : (function () { throw new RuntimeError('Variable "error_message" does not exist.'127$this->source); })()), "html"nulltrue);
  372.         echo "</p>
  373. \t\t\t</div>
  374. \t\t\t";
  375.         // line 150
  376.         echo "\t\t\t";
  377.         if (twig_get_attribute($this->env$this->source, ($context["form"] ?? null), "city", [], "any"truetruefalse150)) {
  378.             // line 151
  379.             echo "\t\t\t\t<div class=\"field\">
  380. \t\t\t\t\t<div class=\"wrap d-flex align-center\">
  381. \t\t\t\t\t\t<label class=\"name\" for=\"";
  382.             // line 153
  383.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'153$this->source); })()), "city", [], "any"falsefalsefalse153), "vars", [], "any"falsefalsefalse153), "id", [], "any"falsefalsefalse153), "html"nulltrue);
  384.             echo "\">Выберите город:</label>
  385. \t\t\t\t\t\t<div class=\"info selector\">
  386. \t\t\t\t\t\t\t<div class=\"selector-block\">
  387. \t\t\t\t\t\t\t\t<button class=\"\" type=\"button\" data-toggle=\"selector\" data-noempty=\"true\"></button>
  388. \t\t\t\t\t\t\t\t<div class=\"tags\"></div>
  389. \t\t\t\t\t\t\t</div>
  390. \t\t\t\t\t\t\t<div class=\"form-data\">
  391. \t\t\t\t\t\t\t\t";
  392.             // line 160
  393.             echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'160$this->source); })()), "city", [], "any"falsefalsefalse160), 'widget', ["attr" => ["class" => "basic-view""placeholder" => "Выберите город"]]);
  394.             // line 163
  395.             echo "
  396. \t\t\t\t\t\t\t</div>
  397. \t\t\t\t\t\t</div>
  398. \t\t\t\t\t</div>
  399. \t\t\t\t\t";
  400.             // line 167
  401.             $context["error_message"] = $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'167$this->source); })()), "city", [], "any"falsefalsefalse167), 'errors');
  402.             // line 168
  403.             echo "\t\t\t\t\t<p class=\"field-error";
  404.             if ((twig_length_filter($this->env, (isset($context["error_message"]) || array_key_exists("error_message"$context) ? $context["error_message"] : (function () { throw new RuntimeError('Variable "error_message" does not exist.'168$this->source); })())) > 0)) {
  405.                 echo " show";
  406.             }
  407.             echo "\" id=\"";
  408.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'168$this->source); })()), "city", [], "any"falsefalsefalse168), "vars", [], "any"falsefalsefalse168), "id", [], "any"falsefalsefalse168), "html"nulltrue);
  409.             echo "_error\">";
  410.             echo twig_escape_filter($this->env, (isset($context["error_message"]) || array_key_exists("error_message"$context) ? $context["error_message"] : (function () { throw new RuntimeError('Variable "error_message" does not exist.'168$this->source); })()), "html"nulltrue);
  411.             echo "</p>
  412. \t\t\t\t</div>
  413. \t\t\t";
  414.         }
  415.         // line 171
  416.         echo "\t\t\t<div class=\"field\">
  417. \t\t\t\t<div class=\"wrap d-flex align-center\">
  418. \t\t\t\t\t<label class=\"name\" for=\"";
  419.         // line 173
  420.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'173$this->source); })()), "email", [], "any"falsefalsefalse173), "vars", [], "any"falsefalsefalse173), "id", [], "any"falsefalsefalse173), "html"nulltrue);
  421.         echo "\">E-mail:</label>
  422. \t\t\t\t\t";
  423.         // line 174
  424.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'174$this->source); })()), "email", [], "any"falsefalsefalse174), 'widget', ["attr" => ["class" => "basic-view""placeholder" => "Введите e-mail"]]);
  425.         // line 177
  426.         echo "
  427. \t\t\t\t</div>
  428. \t\t\t\t";
  429.         // line 179
  430.         $context["error_message"] = $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'179$this->source); })()), "email", [], "any"falsefalsefalse179), 'errors');
  431.         // line 180
  432.         echo "\t\t\t\t<p class=\"field-error";
  433.         if ((twig_length_filter($this->env, (isset($context["error_message"]) || array_key_exists("error_message"$context) ? $context["error_message"] : (function () { throw new RuntimeError('Variable "error_message" does not exist.'180$this->source); })())) > 0)) {
  434.             echo " show";
  435.         }
  436.         echo "\" id=\"";
  437.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'180$this->source); })()), "email", [], "any"falsefalsefalse180), "vars", [], "any"falsefalsefalse180), "id", [], "any"falsefalsefalse180), "html"nulltrue);
  438.         echo "_error\">";
  439.         echo twig_escape_filter($this->env, (isset($context["error_message"]) || array_key_exists("error_message"$context) ? $context["error_message"] : (function () { throw new RuntimeError('Variable "error_message" does not exist.'180$this->source); })()), "html"nulltrue);
  440.         echo "</p>
  441. \t\t\t</div>
  442. \t\t\t<div class=\"field\">
  443. \t\t\t\t<div class=\"wrap d-flex align-center\">
  444. \t\t\t\t\t<div class=\"name\"></div>
  445. \t\t\t\t\t<button type=\"submit\" class=\"btn btn-fill-style d-flex align-center\" id=\"submit\">
  446. \t\t\t\t\t\t<span>Зарегистрироваться</span>
  447. \t\t\t\t\t</button>
  448. \t\t\t\t</div>
  449. \t\t\t</div>
  450. \t\t\t";
  451.         // line 190
  452.         echo         $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'190$this->source); })()), 'form_end');
  453.         echo "
  454. \t\t</div>
  455. \t</div>
  456. \t<script src=\"https://www.google.com/recaptcha/api.js?onload=onloadCallback&render=explicit\" async defer></script>
  457. ";
  458.         
  459.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  460.         
  461.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  462.         
  463.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  464.     }
  465.     // line 196
  466.     public function block_javascripts($context, array $blocks = [])
  467.     {
  468.         $macros $this->macros;
  469.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  470.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  471.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  472.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  473.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  474.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  475.         // line 197
  476.         echo "\t<script>
  477. \t\tconst city = document.getElementById('";
  478.         // line 198
  479.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'198$this->source); })()), "city", [], "any"falsefalsefalse198), "vars", [], "any"falsefalsefalse198), "id", [], "any"falsefalsefalse198), "html"nulltrue);
  480.         echo "');
  481. \t\tcity.value = 1;
  482. \t\tcity.dispatchEvent(new Event('change'));
  483. \t</script>
  484.     ";
  485.         // line 202
  486.         $this->displayParentBlock("javascripts"$context$blocks);
  487.         echo "
  488. ";
  489.         
  490.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  491.         
  492.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  493.         
  494.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  495.     }
  496.     /**
  497.      * @codeCoverageIgnore
  498.      */
  499.     public function getTemplateName()
  500.     {
  501.         return "security/register.html.twig";
  502.     }
  503.     /**
  504.      * @codeCoverageIgnore
  505.      */
  506.     public function isTraitable()
  507.     {
  508.         return false;
  509.     }
  510.     /**
  511.      * @codeCoverageIgnore
  512.      */
  513.     public function getDebugInfo()
  514.     {
  515.         return array (  567 => 202,  560 => 198,  557 => 197,  544 => 196,  526 => 190,  506 => 180,  504 => 179,  500 => 177,  498 => 174,  494 => 173,  490 => 171,  477 => 168,  475 => 167,  469 => 163,  467 => 160,  457 => 153,  453 => 151,  450 => 150,  438 => 127,  436 => 126,  432 => 124,  430 => 121,  426 => 120,  412 => 116,  410 => 115,  406 => 113,  404 => 110,  400 => 109,  386 => 105,  384 => 104,  380 => 102,  378 => 98,  374 => 97,  368 => 94,  365 => 93,  363 => 90,  358 => 88,  287 => 19,  274 => 18,  250 => 16,  226 => 15,  202 => 14,  177 => 12,  152 => 11,  127 => 9,  111 => 6,  98 => 5,  73 => 3,  44 => 1,);
  516.     }
  517.     public function getSourceContext()
  518.     {
  519.         return new Source("{% extends 'security/grid.html.twig' %}
  520. {% block title %}Регистрация{% endblock %}
  521. {% block metaDescription %}
  522. \t<meta name=\"description\" content=\"{{ seo_description() ? : 'Зарегистрируйте анкету на проекте Стрелочки' }}\">
  523. {% endblock %}
  524. {% block name_page %}registration{% endblock %}
  525. {% block specialPageClass %} special-reg{% endblock %}
  526. {% block specialColumnClass %} special-column{% endblock %}
  527. {% block header %}{% endblock %}
  528. {% block footer %}{% endblock %}
  529. {% block modals %}{% endblock %}
  530. {% block mainContainer %}
  531. \t<div class=\"white-block registration\">
  532. \t\t<div class=\"type-choiсe-registration\" id=\"registration-step-1\">
  533. \t\t\t<h1 role=\"heading\">Регистрация</h1>
  534. \t\t\t<p class=\"desc-page\">Выберите тип регистрации</p>
  535. \t\t\t<script type=\"text/javascript\">
  536. \t\t\t\tvar onloadCallback = function() {
  537. \t\t\t\t\tvar verifyCallback = function(response) {
  538. \t\t\t\t\t\tdocument.getElementById(\"form-register-account\").requestSubmit();
  539. \t\t\t\t\t}
  540. \t\t\t\t\tgrecaptcha.render('submit', {
  541. \t\t\t\t\t\t'sitekey' : \"6LftvDUqAAAAAHYP4-XNDrC1Z04ZcNszyNWoZQ9u\",
  542. \t\t\t\t\t\t'callback' : verifyCallback,
  543. \t\t\t\t\t});
  544. \t\t\t\t};
  545. \t\t\t</script>
  546. \t\t\t<div class=\"types d-flex align-top\">
  547. \t\t\t\t<div class=\"agent type-element current\" id=\"agent-type\">
  548. \t\t\t\t\t<div class=\"button-block current\" data-type=\"agent\">
  549. \t\t\t\t\t\t<div class=\"avatar\">
  550. \t\t\t\t\t\t\t<svg class=\"img\" width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  551. \t\t\t\t\t\t\t\t<path d=\"M11 58.7029C11.0134 58.6835 11.2368 59.0484 11.7074 59.6009C11.7104 59.3686 11.7223 59.1526 11.7342 58.9546C11.0953 57.4638 11.5049 55.9954 12.105 55.1688C13.3784 53.5708 14.6011 53.4398 14.7142 53.3623C14.6026 53.4577 13.4424 53.9432 12.7082 55.5054C12.3582 56.332 12.3701 57.4981 13.085 58.3693C13.7745 59.2509 15.0493 59.7141 16.4552 59.583C17.9981 59.449 19.611 58.7267 21.1881 57.6366C20.238 58.1072 19.1627 58.4571 17.9713 58.4423C16.8618 58.3633 15.7359 57.7989 15.2787 56.8264C14.8364 55.909 15.0002 54.6997 15.8223 54.3274C16.6399 54.0176 17.2713 54.521 17.532 54.8352C17.8134 55.1822 17.8715 55.4354 17.8834 55.428C17.9326 55.5903 17.4024 54.0415 15.9146 54.515C15.2787 54.8442 15.2221 55.906 15.6525 56.6253C16.0725 57.3804 17.0777 57.787 17.9892 57.7736C19.8939 57.6619 21.6245 56.2947 22.8248 55.3073C23.9165 54.3676 24.6298 53.547 24.8949 53.2477C22.0504 54.171 18.564 53.5902 16.5133 51.1612C14.1453 48.4686 14.4477 43.965 17.1879 42.0394C19.8359 40.0423 23.6961 41.2337 24.5003 43.694C25.4683 46.0947 23.9373 48.2601 22.5851 48.5594C21.3296 48.9779 20.5731 48.546 20.4867 48.546C20.576 48.5431 21.3564 48.9243 22.5448 48.4507C23.8375 48.0888 25.1079 45.9741 24.1175 43.8623C23.2835 41.6998 19.8388 40.9076 17.7017 42.7126C15.5065 44.4133 15.4872 48.2363 17.5141 50.2721C17.5334 50.2944 17.5543 50.3123 17.5751 50.3332C17.3681 49.937 17.2103 49.5096 17.1209 49.0628C16.6771 47.2682 17.8015 45.359 19.1716 45.2101C20.3705 45.0373 20.8754 45.8087 20.9841 45.9324C20.862 45.8192 20.2707 45.1326 19.2193 45.4141C17.9996 45.6971 17.2564 47.4067 17.7673 48.8915C18.2379 50.3987 19.5723 51.395 20.6788 51.812C21.6498 52.1769 23.3074 51.6631 24.0773 51.1865C29.9168 48.0382 29.4789 41.6001 28.1698 35.8038C27.0946 32.864 25.7661 28.898 25.6113 24.6313C25.3328 20.2037 27.1273 15.7016 29.5266 13.0462C31.8662 10.3298 34.118 8.9537 34.602 8.63053C34.7956 8.50543 34.9877 8.38926 35.1784 8.27906C38.9849 5.74134 44.0202 4.45758 50.2558 5.21711C52.8203 5.37497 57.446 6.11514 61.7961 8.24629C65.0055 9.72961 68.1032 12.0901 69.1278 14.9153C70.1197 17.7776 68.9581 19.946 68.8196 20.3273C68.8106 20.3481 68.8002 20.369 68.7898 20.3898C68.6751 21.7749 67.7935 23.2522 66.8031 24.0475C66.8269 24.3126 66.7986 24.6223 66.6884 24.9574C66.6467 25.1972 66.0882 26.4229 64.7464 27.1288C63.4373 27.8332 61.744 28.2711 59.9748 28.2934C58.3232 28.2845 56.8369 27.7305 55.714 27.3179C55.5844 27.3447 55.4548 27.3715 55.3253 27.3983C54.7549 27.6828 53.4547 28.216 51.8999 29.0246C51.3072 29.3299 50.6921 29.741 50.1098 30.2429C49.3265 31.2288 48.6503 32.4738 48.4537 33.9809C48.1082 35.8678 48.278 37.9067 49.2118 39.0266C50.0756 40.0706 51.0764 40.1927 51.1746 40.2374C51.0749 40.1957 50.0726 40.1093 49.1582 39.0713C48.1678 37.9543 47.937 35.8738 48.2318 33.9467C48.3331 32.9906 48.6205 32.1313 49.0063 31.3688C48.2974 32.2296 47.7225 33.2542 47.4395 34.4158C46.7068 36.9342 47.2996 39.6253 48.1172 41.3737C48.9363 43.1534 49.8671 44.1065 49.8417 44.1169C49.8656 44.1035 48.8767 43.2204 47.9295 41.466C46.9913 39.7459 46.1781 37.0146 46.7887 34.2594C47.1342 32.2817 48.3018 30.5631 49.6303 29.3284C49.3205 29.5518 48.7203 29.8988 48.1276 30.4186C47.8848 30.572 46.8781 31.4194 46.0441 32.9801C45.435 34.1314 45.0031 35.6653 44.8006 37.2886C44.8482 37.5731 44.9182 37.8977 45.0284 38.2343C45.572 39.9619 46.5385 40.9939 46.4194 40.991C46.479 40.9329 45.779 40.4831 45.0805 39.8055C45.0999 40.154 45.1267 40.5159 45.1654 40.8912C45.1907 41.5152 45.4975 44.2673 46.8111 47.9116C47.9653 51.541 50.4702 56.1026 50.4643 61.1751C50.5596 66.2386 47.4693 70.7496 44.3419 72.4876C43.4572 72.9388 42.6307 73.262 41.8965 73.4958C41.5465 73.6835 41.1831 73.8547 40.8063 74.0022C38.4994 74.7989 35.993 74.6947 33.6384 74.1437C31.3509 73.5897 28.7655 72.2836 28.2011 69.9737C27.6292 67.6936 28.7328 65.558 30.0836 64.4664C32.9087 62.3382 35.3213 62.0865 35.2573 61.9763C35.3318 62.0761 32.9027 62.4424 30.2221 64.6227C28.9472 65.7129 28.012 67.8143 28.6077 69.8516C29.2719 71.8963 31.5803 73.0401 33.7889 73.4914C36.0272 73.9471 38.4905 73.9218 40.4608 73.1533C42.4579 72.285 43.9532 70.7958 44.7693 69.1963C44.9152 68.9118 45.0463 68.6319 45.1639 68.3549C38.3892 78.1766 27.5056 70.1852 30.9697 65.2512C33.2021 62.2369 35.2573 62.0925 35.2573 62.0433C35.2826 62.0835 33.5372 63.0188 33.0636 64.1357C32.6362 65.0785 32.3711 65.899 32.2415 66.6065C32.3011 66.9207 32.4306 67.2319 32.6764 67.5045C33.3883 68.2327 34.8775 68.3012 35.9781 67.6564C37.1114 67.0071 37.9871 65.7412 38.3699 64.3964C39.1085 61.5965 38.1584 58.5525 37.3318 56.326C37.1397 55.8256 36.9491 55.3595 36.7674 54.9291C36.7198 56.1324 32.8223 64.6481 23.8733 66.9639C15.2415 69.1963 12.5861 65.9735 11.7997 62.7403C11.5495 61.7067 11.7119 60.5451 11.7059 59.793C11.2264 59.1214 11.0179 58.6835 11 58.7029ZM26.2814 24.6223C26.277 25.7244 26.3574 26.816 26.4929 27.8809C26.1727 24.0788 26.755 20.2186 28.2279 16.7769C27.0127 19.0197 26.2219 21.7763 26.2814 24.6223ZM68.9015 18.7963C69.1412 17.8774 69.2783 16.5684 68.7734 15.0418C68.197 13.3575 66.8046 11.7893 65.0651 10.4787C68.4949 13.2443 68.9387 16.7217 68.9015 18.7963ZM59.9509 27.6247C61.5177 27.4609 63.1648 26.8428 64.1507 26.1697C64.5751 25.8793 64.8581 25.5725 65.0472 25.3029C63.0188 26.131 59.659 26.5435 56.2441 27.2122C57.3268 27.4803 58.6419 27.7543 59.9509 27.6247ZM61.6472 8.46075C61.9466 8.58883 62.2325 8.72286 62.508 8.85987C62.2399 8.7169 61.9704 8.5784 61.6993 8.44735C57.8466 6.48299 53.7392 5.62815 51.0883 5.32881C54.3021 5.80537 57.8213 6.81212 61.6472 8.46075ZM49.8417 29.0842C49.8507 29.1021 49.8462 29.1214 49.8328 29.1453C49.9088 29.0783 49.9847 29.0112 50.0622 28.9472C49.9624 28.9904 49.8626 29.0336 49.7643 29.0768C49.812 29.0723 49.8403 29.0738 49.8417 29.0842ZM42.5041 73.1384C43.0492 72.9165 43.63 72.6455 44.2361 72.3074C47.2325 70.5039 50.0666 65.9914 49.7956 61.1855C49.6556 56.5762 47.2906 52.3705 45.9309 48.7918C46.8647 52.3913 47.6838 56.3632 47.584 60.1073C47.6763 60.8251 47.7225 61.677 47.6823 62.6018C47.5646 63.2094 47.7061 66.2178 45.7537 69.7503C45.0537 71.0236 43.9234 72.2389 42.5041 73.1384ZM44.6814 36.1627C44.8899 34.9162 45.2369 33.7531 45.709 32.8089C46.2764 31.68 46.9511 30.8877 47.4008 30.4499C45.6777 31.7694 44.5995 33.5833 44.6814 36.1627ZM36.3519 68.4174C34.8894 69.0444 33.1842 68.7987 32.3562 67.774C32.2728 67.6519 32.2073 67.5313 32.1522 67.4107C31.9303 73.0773 42.2226 69.3527 41.9099 62.4127C41.7207 60.7 40.4221 57.5606 39.3781 55.2597C39.4139 55.3833 39.4481 55.5069 39.4838 55.635C40.1123 58.0908 40.8689 61.5668 39.6358 64.8327C38.9835 66.4233 37.8188 67.7651 36.3519 68.4174ZM12.6233 62.2057C14.126 64.8878 18.4598 66.0822 22.3095 65.1068C22.8367 65.0085 23.3461 64.8685 23.8405 64.7002C23.5635 64.7538 23.2835 64.8029 23.0006 64.8387C19.2327 65.4016 15.6525 63.8096 13.7418 62.0359C12.9658 61.3523 12.385 60.6896 11.9621 60.1371C12.0708 60.767 12.2704 61.4699 12.6233 62.2057ZM11.9144 59.8392C12.3984 60.3783 13.0835 61.047 14.0009 61.7082C16.0203 63.2452 19.4248 64.027 22.7638 63.5207C31.9466 62.1267 35.1396 50.984 35.1084 50.8276C34.7614 51.4605 34.3831 52.0711 33.9706 52.652C32.4143 54.9008 30.2995 56.6894 28.4647 57.9508C24.6954 60.5749 20.4197 62.6167 16.3242 62.091C14.3643 61.8423 12.5861 60.7223 11.8548 59.2182C11.8668 59.4133 11.8861 59.6218 11.9144 59.8392ZM63.8781 36.0778C63.546 35.0979 63.1082 34.0882 62.9593 33.0606C62.7001 31.2809 64.0762 29.5861 64.803 28.067C65.4702 26.6716 66.1299 25.1213 66.0867 23.5396C66.0733 23.0958 65.9944 22.6476 65.8216 22.238C65.8216 22.238 66.7986 21.6944 67.1054 22.7771C67.5805 24.4511 67.2603 27.2435 67.0816 28.2085C66.9267 29.041 66.4442 29.7544 66.1821 30.5511C66.0331 31.0009 65.9765 31.479 65.8916 31.9451C65.8157 32.3621 65.5893 32.8461 65.6906 33.272C65.8634 34.0033 66.6199 34.4843 67.2558 34.7792C66.3354 35.0756 65.3585 34.4798 64.7092 33.8722C64.6824 34.3071 64.8134 34.7286 64.9057 35.1485C65.0025 35.5894 65.0115 36.0272 64.9877 36.477C64.9638 36.9401 64.9102 37.4033 64.8209 37.859C64.7613 38.1628 64.6585 38.3877 64.6749 38.7034C64.5915 37.7845 64.1715 36.9401 63.8781 36.0778ZM43.8027 47.4976C44.2361 47.7746 45.1878 47.922 45.508 48.2839C47.7687 49.1581 48.6444 47.6882 47.5542 46.5727C46.9362 45.9398 45.301 43.9025 44.4357 42.0051C44.5191 42.0483 44.598 42.0751 44.668 42.0826C48.0174 47.2906 54.807 50.3883 57.5755 50.3525C59.0916 50.3332 59.8109 49.5796 60.2488 48.9824C60.8951 48.0978 58.694 47.4931 58.0893 46.9317C57.4862 46.3702 59.0395 46.3925 59.7946 46.543C60.5511 46.6949 61.3926 46.3702 61.9317 46.047C62.4708 45.7224 61.4134 44.9465 60.7447 45.2473C60.076 45.5496 58.9099 45.0537 58.6508 44.9241C58.3917 44.7946 56.1905 44.8169 56.0401 44.6218C55.8882 44.4282 56.2546 44.1899 56.9024 44.2331C57.8302 44.3195 59.8601 42.9821 60.2696 42.7662C60.6807 42.5502 61.6293 42.5279 61.9749 42.7006C62.3204 42.8734 62.6659 42.787 63.1841 42.5502C63.7024 42.3119 62.2995 41.4913 62.0612 41.1905C61.8244 40.8882 60.0537 40.9746 59.601 40.845C59.1482 40.7154 59.0231 40.224 59.0976 39.9261C60.1862 40.5814 60.4469 39.3051 61.5117 39.6193C64.6362 40.5397 64.6734 38.9238 64.6734 38.9238C64.7613 39.6744 64.2624 40.3267 63.8528 40.6931C63.4433 41.0609 63.5297 42.1615 63.7441 42.5502C64.1328 43.1325 63.0546 44.1467 62.4276 44.7305C62.9891 45.9175 62.1044 46.6085 61.4998 47.018C60.8951 47.4276 61.543 48.4209 60.6807 49.6734C59.8169 50.9259 57.2836 50.7189 56.9486 50.6846C56.6135 50.6489 53.1762 50.2781 50.0756 48.2199C49.8656 48.6577 48.7918 50.144 51.0123 50.9989C51.5082 51.1895 53.7496 51.8641 56.5435 53.4249C59.2123 54.932 62.9503 57.6783 63.5267 61.9093C64.0137 66.112 61.3896 69.5329 59.6069 71.6432C57.7066 73.8011 56.2233 74.9836 56.2412 75C56.2218 74.9851 57.6545 73.7326 59.4461 71.5091C61.1409 69.3467 63.5043 65.8261 62.8654 62.0106C62.1923 58.1965 58.6359 55.766 56.0059 54.4197C53.2745 53.0332 51.0868 52.4464 50.6057 52.2752C48.6905 51.6601 47.1417 51.0629 47.1298 50.6951C46.8349 50.6519 46.543 50.6117 46.2571 50.5729C46.1439 50.4836 46.0322 50.3898 45.922 50.2885C45.5214 49.8506 45.0284 49.4545 44.6903 49.0315C44.5801 48.9035 44.467 48.7754 44.3553 48.6473C44.1006 48.2065 43.8608 47.7642 43.6404 47.3218C43.7089 47.3725 43.7744 47.4261 43.8027 47.4976ZM64.6749 38.7034C64.6779 38.76 64.6809 38.7943 64.6809 38.7943C64.6809 38.7675 64.6779 38.7377 64.6749 38.7034Z\"/>
  552. \t\t\t\t\t\t\t\t<path d=\"M61.7589 31.339C59.6292 30.8073 59.3269 33.7278 58.3202 34.3756C57.9687 34.602 58.3634 35.427 58.8102 35.844C58.5212 35.8872 58.1623 35.771 57.6872 35.2826C57.5428 35.4121 58.0759 35.9438 58.4646 36.1463C56.9962 36.2178 56.8815 35.0234 56.9679 34.9088C56.5643 34.9951 57.0245 35.8142 57.1973 36.1166C56.7669 36.0302 56.262 35.3406 56.2486 35.1813C56.119 35.3689 56.335 35.7576 56.4779 35.9736C55.5293 35.7576 55.4429 34.8656 55.428 34.7643C55.1972 34.7643 55.2836 35.1098 55.3133 35.3838C54.8814 34.9222 54.1904 33.8722 54.1904 33.6563C53.9596 33.555 53.9894 33.8573 54.046 34.246C53.2701 32.8506 53.8017 32.4187 53.8017 32.4187C53.8017 32.4187 51.6098 32.3593 50.1098 32.8593C53.1098 31.3593 54.2486 31.0698 57.5 30C60.7514 28.9302 61.9317 30.0448 61.9317 30.0448C62.7091 30.6628 61.8095 31.3524 61.7589 31.339Z\"/>
  553. \t\t\t\t\t\t\t</svg>
  554. \t\t\t\t\t\t</div>
  555. \t\t\t\t\t\t<div class=\"text\">
  556. \t\t\t\t\t\t\t<h2>Рекламодатель</h2>
  557. \t\t\t\t\t\t\t<p class=\"desc\">Девушки, модели, проститутки, индивидуалки</p>
  558. \t\t\t\t\t\t</div>
  559. \t\t\t\t\t\t<svg class=\"dot\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  560. \t\t\t\t\t\t\t<circle class=\"stroke\" cx=\"12\" cy=\"12\" r=\"10.5\" stroke-width=\"3\"/>
  561. \t\t\t\t\t\t\t<circle class=\"fill\" cx=\"12\" cy=\"12\" r=\"5.5\" stroke-width=\"3\"/>
  562. \t\t\t\t\t\t</svg>
  563. \t\t\t\t\t</div>
  564. \t\t\t\t\t<ul>
  565. \t\t\t\t\t\t<li>Бесплатное размещение анкет</li>
  566. \t\t\t\t\t\t<li>Бесплатная регистрация</li>
  567. \t\t\t\t\t\t<li>Почасовая оплата премиум-функций</li>
  568. \t\t\t\t\t\t<li>Десятки тысяч потенциальных клиентов ежедневно</li>
  569. \t\t\t\t\t</ul>
  570. \t\t\t\t</div>
  571. \t\t\t\t<div class=\"visitor type-element\" id=\"visitor-type\">
  572. \t\t\t\t\t<div class=\"button-block\" data-type=\"visitor\">
  573. \t\t\t\t\t\t<div class=\"avatar\">
  574. \t\t\t\t\t\t\t<svg class=\"img\" width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  575. \t\t\t\t\t\t\t\t<path d=\"M46.8148 68.0476C50.557 65.5028 53.2204 61.6025 54.2399 57.1915C54.6369 63.1293 49.6494 69.0095 39.388 74.8303C38.7077 69.1215 38.3684 66.2374 38.3684 66.2374C44.4347 64.7105 49.5358 60.6982 52.4825 55.2133C51.5205 59.7363 47.4374 64.2592 40.2395 68.7805C40.3532 70.2514 40.3532 70.93 40.3532 70.93C45.7936 68.3292 50.1584 63.9199 52.7098 58.4927C51.5765 62.1098 49.5918 65.3908 46.8148 68.0476ZM54.5809 54.5364C53.675 54.0834 52.7098 53.9681 51.7462 54.2531C50.8403 54.5924 50.1024 55.2133 49.6494 56.0599C49.9327 54.0834 51.7462 52.5566 53.787 52.6126C56.7353 52.7262 59.2866 50.5784 59.57 47.6367C59.7972 49.8998 58.7184 52.046 56.7913 53.1775C57.7565 56.4009 58.2654 59.6786 58.3791 62.9597C57.6428 59.9619 56.3383 57.0795 54.5809 54.5364ZM49.9327 43.9636C49.4221 46.958 49.3661 50.0134 49.7614 53.0079C45.1133 58.9457 40.9181 62.79 37.2336 64.5409C32.4718 65.8981 29.0705 70.0257 28.7296 75C26.7464 74.323 25.4436 72.5129 25.4436 70.4771C25.2146 70.986 25.045 71.5526 24.989 72.1176C22.5513 68.4429 21.5877 64.0896 22.2103 59.7363C22.1543 58.9457 22.1543 58.0958 22.2103 57.3052C22.9466 57.5308 23.7421 57.6445 24.4784 57.6445C23.5725 59.9059 23.6861 61.6585 24.8177 63.0157C26.1798 64.2592 28.1646 64.5969 29.8644 63.8063C30.2054 60.7542 29.3538 58.6624 27.3131 57.5308C25.5572 56.8539 23.7421 56.5145 21.871 56.4585C21.1348 55.383 20.9058 54.0258 21.1348 52.7822C27.1418 53.0655 30.5447 55.0437 31.2809 58.776C33.4913 59.6226 37.0639 57.8701 41.9377 53.4608C45.0573 51.0857 46.7588 46.7324 47.0981 40.5146C46.8148 35.878 42.9605 32.3153 38.3124 32.3153C37.1199 24.6842 41.768 20.1037 52.2568 18.5784C44.5484 19.0874 37.1199 21.6865 30.7143 26.0975C29.0129 27.3987 26.9721 28.2453 24.8177 28.4709C23.4588 28.8102 21.9847 28.5269 20.9058 27.6243C20.1696 27.0034 19.2077 26.7761 18.2984 27.0034C17.4502 27.1714 16.6563 27.794 16.2577 28.6406C15.5791 27.5667 15.4094 26.2671 15.8047 25.0796C16.2577 23.892 17.2229 22.9317 18.4121 22.5364C20.3409 22.1395 22.324 22.5364 24.0254 23.5527C25.1603 24.0616 26.5191 24.1176 27.71 23.7223C25.6692 23.836 23.5725 23.1574 21.4181 21.8002C19.7166 21.0096 17.6758 21.3489 16.2577 22.5364C14.5579 24.4569 14.5019 27.285 16.032 29.3208C15.8624 29.7722 15.9184 30.3371 16.088 30.7884C14.3882 29.3769 13.311 27.341 13.0277 25.1932C12.8004 23.1574 13.9913 21.2912 15.8624 20.5583C17.5062 20.0477 18.4121 18.9177 18.5258 17.2212C22.6649 8.11932 28.5599 6.14115 36.158 11.2851C33.8899 9.02358 30.7703 7.78002 27.598 7.94967C31.1673 6.87411 34.9655 6.93176 38.5381 8.06332C37.9138 7.55272 37.2336 7.21341 36.4973 7.04376C42.3939 3.71002 49.8191 4.50063 54.8065 9.07958C55.1491 9.92949 55.7717 10.2671 56.6216 10.0991C59.8533 10.8321 62.291 13.4329 62.8576 16.6563C63.2562 17.7302 63.8788 18.3528 64.7847 18.5784C67.4481 21.9138 67.9603 26.4928 66.0332 30.3371C63.7651 35.201 62.1773 40.4009 61.4411 45.6585C61.3851 41.7581 60.1366 39.6103 57.6428 39.2694C54.2399 38.5908 50.8403 40.6266 49.9327 43.9636ZM56.9626 41.0219C58.0958 41.0219 59.1153 41.6461 59.6836 42.6064C60.1926 43.5667 60.1366 44.7542 59.57 45.6585C59.9093 44.8102 59.7972 43.85 59.2306 43.1137C58.6047 42.3791 57.6988 42.0414 56.7913 42.2111C55.8854 42.3791 55.0915 43.0577 54.8065 43.9076C55.3748 43.397 56.2247 43.2834 56.9049 43.6803C57.5852 44.0196 57.9261 44.8102 57.7565 45.6008C58.0958 46.5067 57.8685 47.523 57.1899 48.1473C56.508 48.8242 55.4884 49.0499 54.5809 48.6546C53.8446 48.4289 53.0507 48.5986 52.4265 49.1075C51.8599 49.6148 51.5765 50.4087 51.7462 51.1993C51.3492 50.4087 51.4069 49.4468 51.9159 48.7122C52.4825 47.9776 53.334 47.6367 54.2399 47.7503C54.6929 47.6367 55.0915 47.2413 55.2051 46.79C55.2628 46.2811 55.0915 45.7721 54.6929 45.4888C52.3688 45.2055 54.3536 41.0219 56.9626 41.0219ZM21.871 53.6865C22.268 53.6865 22.4936 53.6865 22.4936 53.6865C22.5513 52.5006 22.5513 51.9339 22.5513 51.9339C24.0814 52.1052 25.6132 51.9916 27.0298 51.425C24.4224 51.7643 22.268 51.6506 20.5105 51.0857C19.7743 50.6344 19.8303 49.7285 20.5105 48.2593C21.4741 45.9994 22.6073 44.0196 23.9694 42.4367C24.8177 41.4748 24.8177 40.0616 24.0254 39.0997C22.7209 38.0834 21.4741 37.0079 20.2832 35.878C19.7743 35.3707 19.547 35.0857 19.547 35.0857C19.3773 35.822 19.4333 36.5566 19.603 37.2352C20.3969 37.4625 21.0788 37.9698 21.5317 38.6484C21.3621 39.9496 21.7574 40.6266 22.6649 40.6826C22.9466 40.5706 23.2332 40.3449 23.2892 40.0616C23.6285 40.1753 23.7981 40.4569 23.8558 40.7402C23.9118 41.0795 23.7981 41.4188 23.5725 41.5885C22.7209 42.7744 21.9287 44.0756 21.1908 45.3192C20.3969 46.7324 19.7743 48.2593 19.3213 49.7845C19.038 50.9737 19.3773 51.6506 20.3409 51.8203C20.9651 51.9916 21.5317 52.046 21.9287 52.046C21.9287 53.1215 21.871 53.6865 21.871 53.6865ZM31.4506 38.6484C27.598 40.3449 25.6132 40.2873 25.3859 38.5348C26.8584 38.7604 28.7872 38.1954 31.1113 36.9519C34.2869 35.5387 36.7246 36.5566 38.3684 39.9496C35.9307 38.1394 33.605 37.6881 31.4506 38.6484ZM31.4506 40.1193C30.6583 40.2313 29.9781 40.6826 29.6388 41.4188C29.8644 40.2313 30.7703 39.327 31.9052 39.0997C33.096 38.8741 34.2292 39.4407 34.8535 40.4569C35.3625 41.0795 36.158 41.3612 36.9503 41.2475C36.3277 41.6461 35.7611 41.8158 35.2488 41.8718C34.7398 42.4367 34.0036 42.7744 33.2657 42.7744C32.4718 42.7184 31.7355 42.3231 31.3369 41.7021C32.3581 42.3791 33.7763 42.3231 34.7398 41.4748C34.5702 41.0795 34.3429 40.7962 34.0596 40.6266C34.0036 41.0795 33.6643 41.5325 33.208 41.7021C32.7551 41.8718 32.2461 41.7581 31.8492 41.4188C31.5066 41.1355 31.3369 40.6266 31.4506 40.1193Z\"/>
  576. \t\t\t\t\t\t\t</svg>
  577. \t\t\t\t\t\t</div>
  578. \t\t\t\t\t\t<div class=\"text\">
  579. \t\t\t\t\t\t\t<h2>Дон</h2>
  580. \t\t\t\t\t\t\t<p class=\"desc\">Пользователь, интересующийся девушками</p>
  581. \t\t\t\t\t\t</div>
  582. \t\t\t\t\t\t<svg class=\"dot\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  583. \t\t\t\t\t\t\t<circle class=\"stroke\" cx=\"12\" cy=\"12\" r=\"10.5\" stroke-width=\"3\"/>
  584. \t\t\t\t\t\t\t<circle class=\"fill\" cx=\"12\" cy=\"12\" r=\"5.5\" stroke-width=\"3\"/>
  585. \t\t\t\t\t\t</svg>
  586. \t\t\t\t\t</div>
  587. \t\t\t\t\t<ul>
  588. \t\t\t\t\t\t<li>Бесплатная регистрация</li>
  589. \t\t\t\t\t\t<li>Авто-подбор свежих и актуальных анкет</li>
  590. \t\t\t\t\t\t<li>Отзывы и общение</li>
  591. \t\t\t\t\t\t<li>Избранные девушки</li>
  592. \t\t\t\t\t</ul>
  593. \t\t\t\t</div>
  594. \t\t\t</div>
  595. \t\t\t<button type=\"button\" class=\"btn btn-fill-style d-flex align-center\" id=\"next-btn\">
  596. \t\t\t\t<span>Далее</span>
  597. \t\t\t</button>
  598. \t\t</div>
  599. \t\t<div class=\"d-none inputs-form\" id=\"registration-step-2\" data-type-id=\"{{ form.accountType.vars.id }}\">
  600. \t\t\t<h1 role=\"heading\">Регистрация</h1>
  601. \t\t\t{{ form_start(form, {'attr': {
  602. \t\t\t\t'class': '',
  603. \t\t\t\t'id': 'form-register-account'
  604. \t\t\t}}) }}
  605. \t\t\t{{ form_row(form.accountType) }}
  606. \t\t\t<div class=\"field\">
  607. \t\t\t\t<div class=\"wrap d-flex align-center\">
  608. \t\t\t\t\t<label class=\"name\" for=\"{{ form.nickName.vars.id }}\">Имя:</label>
  609. \t\t\t\t\t{{ form_widget(form.nickName, {'attr': {
  610. \t\t\t\t\t\t'class': 'basic-view',
  611. \t\t\t\t\t\t'maxlength': '30',
  612. \t\t\t\t\t\t'placeholder': 'Введите ник'
  613. \t\t\t\t\t}}) }}
  614. \t\t\t\t</div>
  615. \t\t\t\t{% set error_message = form_errors(form.nickName) %}
  616. \t\t\t\t<p class=\"field-error{% if error_message|length > 0 %} show{% endif %}\" id=\"{{form.nickName.vars.id }}_error\">{{ error_message }}</p>
  617. \t\t\t</div>
  618. \t\t\t<div class=\"field\">
  619. \t\t\t\t<div class=\"wrap d-flex align-center\">
  620. \t\t\t\t\t<label class=\"name\" for=\"{{ form.plainPassword.first.vars.id }}\">Пароль:</label>
  621. \t\t\t\t\t{{ form_widget(form.plainPassword.first, {'attr': {
  622. \t\t\t\t\t\t'class': 'basic-view',
  623. \t\t\t\t\t\t'placeholder': 'Введите пароль'
  624. \t\t\t\t\t}}) }}
  625. \t\t\t\t</div>
  626. \t\t\t\t{% set error_message = form_errors(form.plainPassword.first) %}
  627. \t\t\t\t<p class=\"field-error{% if error_message|length > 0 %} show{% endif %}\" id=\"{{form.plainPassword.first.vars.id }}_error\">{{ error_message }}</p>
  628. \t\t\t</div>
  629. \t\t\t<div class=\"field\">
  630. \t\t\t\t<div class=\"wrap d-flex align-center\">
  631. \t\t\t\t\t<label class=\"name\" for=\"{{ form.plainPassword.second.vars.id }}\">Повторите пароль:</label>
  632. \t\t\t\t\t{{ form_widget(form.plainPassword.second, {'attr': {
  633. \t\t\t\t\t\t'class': 'basic-view',
  634. \t\t\t\t\t\t'placeholder': 'Повторите пароль'
  635. \t\t\t\t\t}}) }}
  636. \t\t\t\t</div>
  637. \t\t\t\t{% set error_message = form_errors(form.plainPassword.second) %}
  638. \t\t\t\t<p class=\"field-error{% if error_message|length > 0 %} show{% endif %}\" id=\"{{form.plainPassword.second.vars.id }}_error\">{{ error_message }}</p>
  639. \t\t\t</div>
  640. \t\t\t{# {% if form.country is defined %}
  641. \t\t\t\t<div class=\"field dn\">
  642. \t\t\t\t\t<div class=\"wrap d-flex align-center\">
  643. \t\t\t\t\t\t<label class=\"name\" for=\"{{ form.country.vars.id }}\">Выберите страну:</label>
  644. \t\t\t\t\t\t<div class=\"info selector\">
  645. \t\t\t\t\t\t\t<div class=\"selector-block\">
  646. \t\t\t\t\t\t\t\t<button class=\"\" type=\"button\" data-toggle=\"selector\" data-noempty=\"true\"></button>
  647. \t\t\t\t\t\t\t\t<div class=\"tags\"></div>
  648. \t\t\t\t\t\t\t</div>
  649. \t\t\t\t\t\t\t<div class=\"form-data\">
  650. \t\t\t\t\t\t\t\t{{ form_widget(form.country, {'attr': {
  651. \t\t\t\t\t\t\t\t\t'class': 'basic-view',
  652. \t\t\t\t\t\t\t\t\t'placeholder': 'Выберите страну',
  653. \t\t\t\t\t\t\t\t}}) }}
  654. \t\t\t\t\t\t\t</div>
  655. \t\t\t\t\t\t</div>
  656. \t\t\t\t\t</div>
  657. \t\t\t\t\t{% set error_message = form_errors(form.country) %}
  658. \t\t\t\t\t<p class=\"field-error{% if error_message|length > 0 %} show{% endif %}\" id=\"{{form.country.vars.id }}_error\">{{ error_message|raw }}</p>
  659. \t\t\t\t</div>
  660. \t\t\t{% endif %} #}
  661. \t\t\t{% if form.city is defined %}
  662. \t\t\t\t<div class=\"field\">
  663. \t\t\t\t\t<div class=\"wrap d-flex align-center\">
  664. \t\t\t\t\t\t<label class=\"name\" for=\"{{ form.city.vars.id }}\">Выберите город:</label>
  665. \t\t\t\t\t\t<div class=\"info selector\">
  666. \t\t\t\t\t\t\t<div class=\"selector-block\">
  667. \t\t\t\t\t\t\t\t<button class=\"\" type=\"button\" data-toggle=\"selector\" data-noempty=\"true\"></button>
  668. \t\t\t\t\t\t\t\t<div class=\"tags\"></div>
  669. \t\t\t\t\t\t\t</div>
  670. \t\t\t\t\t\t\t<div class=\"form-data\">
  671. \t\t\t\t\t\t\t\t{{ form_widget(form.city, {'attr': {
  672. \t\t\t\t\t\t\t\t\t'class': 'basic-view',
  673. \t\t\t\t\t\t\t\t\t'placeholder': 'Выберите город'
  674. \t\t\t\t\t\t\t\t}}) }}
  675. \t\t\t\t\t\t\t</div>
  676. \t\t\t\t\t\t</div>
  677. \t\t\t\t\t</div>
  678. \t\t\t\t\t{% set error_message = form_errors(form.city) %}
  679. \t\t\t\t\t<p class=\"field-error{% if error_message|length > 0 %} show{% endif %}\" id=\"{{form.city.vars.id }}_error\">{{ error_message }}</p>
  680. \t\t\t\t</div>
  681. \t\t\t{% endif %}
  682. \t\t\t<div class=\"field\">
  683. \t\t\t\t<div class=\"wrap d-flex align-center\">
  684. \t\t\t\t\t<label class=\"name\" for=\"{{ form.email.vars.id }}\">E-mail:</label>
  685. \t\t\t\t\t{{ form_widget(form.email, {'attr': {
  686. \t\t\t\t\t\t'class': 'basic-view',
  687. \t\t\t\t\t\t'placeholder': 'Введите e-mail'
  688. \t\t\t\t\t}}) }}
  689. \t\t\t\t</div>
  690. \t\t\t\t{% set error_message = form_errors(form.email) %}
  691. \t\t\t\t<p class=\"field-error{% if error_message|length > 0 %} show{% endif %}\" id=\"{{form.email.vars.id }}_error\">{{ error_message }}</p>
  692. \t\t\t</div>
  693. \t\t\t<div class=\"field\">
  694. \t\t\t\t<div class=\"wrap d-flex align-center\">
  695. \t\t\t\t\t<div class=\"name\"></div>
  696. \t\t\t\t\t<button type=\"submit\" class=\"btn btn-fill-style d-flex align-center\" id=\"submit\">
  697. \t\t\t\t\t\t<span>Зарегистрироваться</span>
  698. \t\t\t\t\t</button>
  699. \t\t\t\t</div>
  700. \t\t\t</div>
  701. \t\t\t{{ form_end(form) }}
  702. \t\t</div>
  703. \t</div>
  704. \t<script src=\"https://www.google.com/recaptcha/api.js?onload=onloadCallback&render=explicit\" async defer></script>
  705. {% endblock %}
  706. {% block javascripts %}
  707. \t<script>
  708. \t\tconst city = document.getElementById('{{ form.city.vars.id }}');
  709. \t\tcity.value = 1;
  710. \t\tcity.dispatchEvent(new Event('change'));
  711. \t</script>
  712.     {{ parent() }}
  713. {% endblock %}""security/register.html.twig""/app/templates/security/register.html.twig");
  714.     }
  715. }