<div id="categories-list" class="{{ smallCity is defined and smallCity ? ' small-city' }}{{ topLevelCategoryIDList|length == 1 ? ' one-category-city' }}"> 
    {% for categoryID, categoryBox in categoryBoxList %} 
        {% set categoryBanner = app.user and app.user.hasRole(constant('\\Slivki\\Entity\\UserGroup::ROLE_ADS_FREE')) ? '' 
            : getCategoryBanner(categoryID) %} 
        {% set categoryBox =  categoryBox|replace({'<div id="category-banner-placeholder" style="display:none"></div>': categoryBanner}) %} 
        {{ categoryBox|raw }} 
    {% endfor %} 
</div> 
<div id="mainPagePromoTextPush"></div> 
{% if isMobileDevice() %} 
    {% include 'Slivki/mobile_link_block.html.twig' %} 
{% endif %}