<div class="header__links {% if route == 'app_home' %}header__links--home{% endif %} {% if route == 'app_country_search' %}header__links--country{% endif %}">
<a class="" href="{{ path('app_home') }}"
style="opacity: {% if route in ['app_countries', 'app_country_search', 'app_country_cities_rubric', 'app_country_cities'] %}'0.4'{% else %}1{% endif %}"
>{{ 'tours'|trans }}
</a>
{% if market.excursionAvailability %}
<a href="{{ getenv('SITE_URL_'~locale|upper) }}/excursion/">
<span class="" style="cursor: pointer;">{{ 'excursions'|trans }}</span>
</a>
{% endif %}
<a class="" href="/countries/"
style="opacity: {% if route in ['app_countries', 'app_country_search', 'app_country_cities_rubric', 'app_country_cities'] %}1{% else %}'0.4'{% endif %}"
>{{ 'countries_of_world'|trans }}</a>
</div>