<?php if ($i === 1 || $i === 4 || $i === 7) : ?>
<div class="subcategories__row">
<?php endif; ?>
<div class="list-products__item">
<div class="list-products__img">
<?php the_post_thumbnail('full'); ?>
</div>
<h2 class="list-products__title main-title"><?php the_title(); ?></h2>
<div class="list-products__text"><?php echo get_field('for_home'); ?></div>
</div>
<?php if ($i % 3 === 0) : ?>
</div>
<?php endif; ?>
if( $i % 3 === 1 ) :