diff --git a/make_a_wish/templates/make_a_wish/make_a_wish_root.html b/make_a_wish/templates/make_a_wish/make_a_wish_root.html
index b562ff529d25f01708731f7ad36bdac629cf4f4b..795cb8566262cdfdd6f2176b71f752a8a27929c0 100644
--- a/make_a_wish/templates/make_a_wish/make_a_wish_root.html
+++ b/make_a_wish/templates/make_a_wish/make_a_wish_root.html
@@ -55,20 +55,6 @@
                                     required
                                 ></textarea>
 
-                                <div class="w-full pt-5">
-                                    <select
-                                        class="bg-grey-150 font-alt p-3 text-3xl flex-1 w-full"
-                                        placeholder="Kraj"
-                                        name="kraj"
-                                        id="id_kraj"
-                                        required
-                                    >
-                                        {% for option in form.kraj.field.choices %}
-                                            <option value="{{ option.0 }}">{{ option.1 }}</option>
-                                        {% endfor %}
-                                    </select>
-                                </div>
-
                                 <div class="flex xl:gap-6 gap-4 justify-center mt-4 xl:flex-row flex-col">
                                     <input
                                         type="text"
@@ -89,6 +75,20 @@
                                     >
                                 </div>
 
+                                <div class="w-full mt-4">
+                                    <select
+                                        class="bg-grey-150 font-alt p-3 text-3xl flex-1 w-full"
+                                        placeholder="Kraj"
+                                        name="kraj"
+                                        id="id_kraj"
+                                        required
+                                    >
+                                        {% for option in form.kraj.field.choices %}
+                                            <option value="{{ option.0 }}">{{ option.1 }}</option>
+                                        {% endfor %}
+                                    </select>
+                                </div>
+
                                 <div class="mt-4">
                                     <input type="checkbox" name="accepts_gdpr" id="accepts_gdpr" required="">
                                     <label for="accepts_gdpr" class="text-lg">