<div id="recommend"></div>
<div class="outer-anchor" data-anchor="recommend"></div>
{#{% include 'geo/parts/tour-list2.html.twig' with {'data': page.friends, 'title': 'friends'|trans, 'block': 'friends'} %}#}
{#{% include 'geo/parts/tour-list2.html.twig' with {'data': page.romantic, 'title': 'romantic'|trans, 'block': 'couple'} %}#}
{#{% include 'geo/parts/tour-list2.html.twig' with {'data': page.family, 'title': 'family'|trans, 'block': 'kids'} %}#}
{#{% include 'geo/parts/tour-list2.html.twig' with {'data': page.peaceful, 'title': 'peaceful'|trans, 'block': 'relax'} %}#}
{% if((page.friendsBudget is defined and page.friendsBudget is not empty) or (page.friends is defined and page.friends is not empty) or (page.friendsLux is defined and page.friendsLux is not empty)) %}
{% include 'geo/parts/hots-block.html.twig' with {'dataBudget': page.friendsBudget, 'dataOptimal': page.friends, 'dataLux': page.friendsLux, 'title': 'friends'|trans, 'block': 'friends'} %}
{% endif %}
{% if((page.romanticBudget is defined and page.romanticBudget is not empty) or (page.romantic is defined and page.romantic is not empty) or (page.romanticLux is defined and page.romanticLux is not empty)) %}
{% include 'geo/parts/hots-block.html.twig' with {'dataBudget': page.romanticBudget, 'dataOptimal': page.romantic, 'dataLux': page.romanticLux, 'title': 'romantic'|trans, 'block': 'couple'} %}
{% endif %}
{% if((page.familyBudget is defined and page.familyBudget is not empty) or (page.family is defined and page.family is not empty) or (page.familyLux is defined and page.familyLux is not empty)) %}
{% include 'geo/parts/hots-block.html.twig' with {'dataBudget': page.familyBudget, 'dataOptimal': page.family, 'dataLux': page.familyLux, 'title': 'family'|trans, 'block': 'kids'} %}
{% endif %}
{% if((page.peacefulBudget is defined and page.peacefulBudget is not empty) or (page.peaceful is defined and page.peaceful is not empty) or (page.peacefulLux is defined and page.peacefulLux is not empty)) %}
{% include 'geo/parts/hots-block.html.twig' with {'dataBudget': page.peacefulBudget, 'dataOptimal': page.peaceful, 'dataLux': page.peacefulLux, 'title': 'peaceful'|trans, 'block': 'relax'} %}
{% endif %}
{% include 'geo/parts/from-city.html.twig' with {'data': page.departureCities} %}
{# {% include 'geo/parts/excursion-list.html.twig' with {'excursions': page.excursions} %} #}
{% if route in ['app_country_search'] %}
<div class="container">
{% include 'geo/parts/accordion.html.twig' with {'faq': page.faq} %}
</div>
{% endif %}
{% if page.sport.0 %}
{% include 'geo/parts/card-with-icon.html.twig' with {'sports': page.sport.0} %}
{% endif %}
{% include 'geo/parts/early.html.twig' with {'items': page.monthly} %}