<div id="hot"></div>
<div class="outer-anchor" data-anchor="hot"></div>
{% if((page.hotBudget is defined and page.hotBudget is not empty) or (page.hot is defined and page.hot is not empty) or (page.hotLux is defined and page.hotLux is not empty)) %}
{# {% include 'geo/parts/tour-list2.html.twig' with {'data': page.hot, 'title': 'hot'|trans, 'statusHot': 1, 'block': 'hot'} %}#}
{% include 'geo/parts/hots-block.html.twig' with {'dataBudget': page.hotBudget, 'dataOptimal': page.hot, 'dataLux': page.hotLux, 'title': 'hot'|trans, 'statusHot': 1, 'block': 'hot'} %}
{% endif %}
{% include 'geo/parts/tour-list2.html.twig' with {'data': page.qualityPrice, 'title': 'qualityPrice'|trans, 'block': 'qprice'} %}
{% include 'geo/parts/facts-block.html.twig' %}
{# {% include 'geo/parts/tour-list2.html.twig' with {'data': page.cheapest, 'title': 'cheapest'|trans, 'block': 'min'} %}#}
{% if route == 'app_country_search' %}
{% include 'selection/parts/tiles-list.html.twig' %}
{% endif %}