diff --git a/main/templates/main/blocks/regions_block.html b/main/templates/main/blocks/regions_block.html
index 502f988a044b0b06e80af4ac7149624bae7e71fe..c485ef5e79e2227f4f34d40501348673a9c89c59 100644
--- a/main/templates/main/blocks/regions_block.html
+++ b/main/templates/main/blocks/regions_block.html
@@ -1,6 +1,7 @@
 {% load static wagtailimages_tags %}
 
 <div class="bg-cover bg-no-repeat section-clip py-16 lg:py-36"
+     id="regiony"
      style="background-image:
              {% if self.image %}
                  {% image self.image original as original_image %}