<?php if( get_field('добавлять_контактный_блок') ):
if( have_rows('контактный_блок', 'option') ):
while( have_rows('контактный_блок', 'option') ): the_row(); ?>
<section id="contacts">
</section>
<?php endwhile; ?>
<?php endif; ?>
<?php endif; ?>