diff --git a/donate/migrations/0014_donateprojectpage_coalition_design.py b/donate/migrations/0014_donateprojectpage_coalition_design.py
new file mode 100644
index 0000000000000000000000000000000000000000..2c7bcb204747805d11e40683b55867b20e217dec
--- /dev/null
+++ b/donate/migrations/0014_donateprojectpage_coalition_design.py
@@ -0,0 +1,18 @@
+# Generated by Django 3.2.2 on 2021-05-17 22:20
+
+from django.db import migrations, models
+
+
+class Migration(migrations.Migration):
+
+    dependencies = [
+        ("donate", "0013_auto_20210115_2248"),
+    ]
+
+    operations = [
+        migrations.AddField(
+            model_name="donateprojectpage",
+            name="coalition_design",
+            field=models.BooleanField(default=False, verbose_name="koaliční design"),
+        ),
+    ]
diff --git a/donate/models.py b/donate/models.py
index c1f75bf2690b605a4001e3bbae9f8e2443a44978..29923c9aeb6e7693b9cf98a3d022956f63540a40 100644
--- a/donate/models.py
+++ b/donate/models.py
@@ -415,6 +415,7 @@ class DonateProjectPage(
     )
     expected_amount = models.IntegerField("očekávaná částka", blank=True, null=True)
     donated_amount = models.IntegerField("vybraná částka", blank=True, null=True)
+    coalition_design = models.BooleanField("koaliční design", default=False)
     # we will use photo as search image
     search_image = None
 
@@ -462,6 +463,7 @@ class DonateProjectPage(
             ],
             "nastavení darů",
         ),
+        FieldPanel("coalition_design"),
         CommentPanel(),
     ]
 
@@ -527,6 +529,11 @@ class DonateProjectPage(
         )
         return context
 
+    def get_template(self, request, *args, **kwargs):
+        if self.coalition_design:
+            return "donate/donate_project_page_coalition.html"
+        return super().get_template(request, *args, **kwargs)
+
 
 class DonateTextPage(Page, SubpageMixin, MetadataPageMixin):
     ### FIELDS
diff --git a/donate/templates/donate/base.html b/donate/templates/donate/base.html
index 3c49143050f838fd27f58b17493c0ec2f847b86a..3cc95093b14d512b14a77bbb411392927c2497fe 100644
--- a/donate/templates/donate/base.html
+++ b/donate/templates/donate/base.html
@@ -37,6 +37,8 @@
   <link href="{% static "donate/assets/css/style.css" %}" rel="stylesheet">
   <link href="{% static "donate/assets/css/icons.css" %}" rel="stylesheet">
 
+  {% block extra_head %}{% endblock %}
+
   {% if page.root_page.matomo_id %}
     {% include "shared/matomo_snippet.html" with matomo_id=page.root_page.matomo_id %}
   {% endif %}
@@ -53,6 +55,7 @@
   {% endif %}
 
   <!-- HEADER -->
+  {% block header %}
   <div class="pre-navbar d-none d-lg-flex" style="background:black;">
     <div class="container d-flex justify-content-end">
       <a href="https://www.pirati.cz/" class="header_link header_link--desktop mr-4 py-2" target="_blank" rel="noreferrer"><i class="icon-external-link mr-2" title="Ikona odkazu"></i>www.pirati.cz</a>
@@ -99,11 +102,13 @@
       </div><!-- /navigation -->
     </div><!-- /container -->
   </nav>
+  {% endblock %}
   <!-- /HEADER -->
 
   {% block content %}{% endblock %}
 
   <!-- FOOTER -->
+  {% block footer %}
   <footer id="kontakt">
 
     <div class="footer__top">
@@ -179,6 +184,7 @@
 
   </footer>
   <!-- /FOOTER -->
+  {% endblock %}
 
   <!-- JavaScript libraries -->
   <script src="{% static "shared/vendor/jquery/jquery-3.4.1.min.js" %}"></script>
diff --git a/donate/templates/donate/donate_project_page_coalition.html b/donate/templates/donate/donate_project_page_coalition.html
new file mode 100644
index 0000000000000000000000000000000000000000..7c9c0093ff918e870b285b9c0ceddab0d6f0995f
--- /dev/null
+++ b/donate/templates/donate/donate_project_page_coalition.html
@@ -0,0 +1,153 @@
+{% extends "donate/base.html" %}
+{% load static wagtailcore_tags wagtailimages_tags humanize %}
+
+{% block extra_head %}
+  <style>
+    .spec-link svg{height: 17px;}.spec-link:hover{text-decoration: underline;}.unordered-list {font-family: 'Roboto';font-weight: 200;}p {font-family: 'Roboto'!important;font-weight: 300;line-height: 1.5;}.ordered-list-colored li::marker{color:#adc90e}.project__header{background:#fbdd12}@media only screen and (min-width:800px){.project__header{background:linear-gradient(90deg,#adc90e 48px,#fbdd12 48px)}}.btn-danger{font-family:"Bebas Neue",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";background:#adc90f;text-transform:uppercase;border-color:#adc90f}.btn-danger:active,.btn-danger:focus,.btn-danger:hover{background-color:#8ea50c!important;border-color:#8ea50c!important}.project-donate-form__right-inner{padding:1.8rem;padding-bottom:0}.project-donate-form__right{padding:0;padding-bottom:1.8rem}.coalition-btn{width:100%;background:#adc90f;text-transform:uppercase;font-family:"Bebas Neue",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";line-height:1;font-size:2.8rem;color:#000;padding-top:1.5rem;padding-bottom:1.5rem;border-color:#adc90f}.coalition-btn:active,.coalition-btn:focus,.coalition-btn:hover{color:#000!important}.custom-control-input:checked~.custom-control-label::before{color:#fff;border-color:#adc90f;background-color:#adc90f}.navbar-dark{background:#000}.text-black{color:#000!important}.content-block .unordered-list-colored li::before,.unordered-list-colored li::before{color:#adc90e;width:8px;height:8px;background:#adc90e;top:4px;content:""!important}/*! CSS Used from: http://localhost:3000/css/styles.css?1620501902059 ; media=all */@media all{*,::after,::before{box-sizing:border-box}strong{font-weight:bolder}table{text-indent:0;border-color:inherit}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}blockquote,figure,h1,h2,h3,h4,h5,p{margin:0}ol,ul{list-style:none;margin:0;padding:0}*,::after,::before{box-sizing:border-box;border-width:0;border-style:solid;border-color:currentColor}img{border-style:solid}table{border-collapse:collapse}h1,h2,h3,h4,h5{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}img{display:block;vertical-align:middle}img{max-width:100%;height:auto}.content-block figure,.figure{position:relative}.content-block figure img,.figure img{width:100%}.content-block figure figcaption,.figure figcaption{display:flex;align-items:flex-end;height:100%;font-size:.875rem;line-height:1.25;padding-top:1rem;padding-bottom:1rem;padding-left:1rem;padding-right:1rem;position:absolute;bottom:0;left:0;--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity));width:100%;z-index:10}.content-block figure figcaption:before,.figure figcaption:before{display:block;opacity:1;pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms;transition-duration:.2s;content:"";z-index:-1;background:linear-gradient(to bottom,rgba(0,0,0,0) 40%,rgba(0,0,0,.8))}@media (min-width:576px){.content-block figure figcaption:before,.figure figcaption:before{background:linear-gradient(to bottom,rgba(0,0,0,0) 60%,rgba(0,0,0,.8))}}.content-block figure:focus figcaption:before,.content-block figure:hover figcaption:before,.figure:focus figcaption:before,.figure:hover figcaption:before{opacity:0}.content-block ol,.ordered-list{padding-left:1rem}.content-block ul,.unordered-list{display:grid;gap:1rem}.content-block ul li,.unordered-list li{list-style-type:none;position:relative;padding-left:1em}.content-block ul li:before,.unordered-list li:before{position:absolute;left:0;--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity));font-family:pirati-ui;content:"\e919";font-size:.6em;font-weight:600;margin-top:.6ex}.content-block ul{row-gap:0}.content-block ol,.ordered-list{list-style-type:decimal}.content-block .unordered-list-colored li,.unordered-list-colored li{padding-left:2rem}.content-block .unordered-list-colored li::before,.unordered-list-colored li::before{color:#adc90e}.content-block p{font-family:Roboto,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}.content-block blockquote,.quote{--tw-border-opacity:1;border-color:rgba(0,0,0,var(--tw-border-opacity));border-left-width:2px;line-height:1.625;margin-left:1.5rem;padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-style:italic}.content-block blockquote,.quote{width:80%;max-width:60em}.quote-pirati-stan{--tw-border-opacity:1!important;border-color:rgba(173,201,14,var(--tw-border-opacity))!important;border-left-width:4px!important;margin-left:0!important;padding-left:1.25rem!important}.content-block table td,.content-block table thead td,.table td,.table thead td{padding-top:1rem;padding-bottom:1rem;padding-left:1.5rem;padding-right:1.5rem}.content-block table thead td,.table thead td{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.content-block table tr:nth-child(even) td,.table--striped tr:nth-child(even) td{--tw-bg-opacity:1;background-color:rgba(243,243,243,var(--tw-bg-opacity))}.content-block table thead td{--tw-border-opacity:1;border-color:rgba(48,49,50,var(--tw-border-opacity));border-width:1px}.content-block table td{--tw-border-opacity:1;border-color:rgba(240,240,240,var(--tw-border-opacity));border-width:1px}.content-block .table-head-lemon thead td,.table-head-lemon thead td{--tw-bg-opacity:1;background-color:rgba(251,221,9,var(--tw-bg-opacity));font-weight:700;--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.content-block .table-head-center thead td,.table-head-center thead td{text-align:center}.content-block .table-more-padding td,.content-block .table-more-padding thead td,.table-more-padding td,.table-more-padding thead td{padding-top:2rem;padding-bottom:2rem;padding-left:2.75rem;padding-right:2.75rem}.content-block .table--unbordered,.table--unbordered{border-collapse:collapse;border-style:none}.content-block .table--unbordered thead td,.table--unbordered thead td{border-color:transparent;border-right-width:1px;border-left-width:1px;position:relative}.content-block .table--unbordered thead td::after,.table--unbordered thead td::after{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity));content:"";width:1px;height:50%;position:absolute;right:-1px;top:25%}.content-block .table--unbordered td,.table--unbordered td{border-color:transparent;border-right-width:1px;border-left-width:1px;position:relative}.content-block .table--unbordered td::after,.table--unbordered td::after{--tw-bg-opacity:1;background-color:rgba(240,240,240,var(--tw-bg-opacity));content:"";width:1px;height:50%;position:absolute;right:-1px;top:25%}.content-block .table--unbordered tr:nth-child(2n) td,.table--unbordered tr:nth-child(2n) td{--tw-bg-opacity:1;background-color:rgba(240,240,240,var(--tw-bg-opacity))}.content-block .table--unbordered tr:nth-child(2n) td::after,.table--unbordered tr:nth-child(2n) td::after{background-color:#f7f7f7}.content-block .table--unbordered td:last-child::after,.content-block .table--unbordered thead td:last-child::after,.table--unbordered td:last-child::after,.table--unbordered thead td:last-child::after{display:none}.content-block h1,.content-block h2,.content-block h3,.content-block h4{font-family:Roboto Condensed,Helvetica,Arial,sans-serif;font-weight:700;line-height:1.25}.content-block h5{font-family:Roboto Condensed,Helvetica,Arial,sans-serif;line-height:1.25;text-transform:uppercase}.content-block h1,.content-block h2,.content-block h3{margin-bottom:.4em}.content-block h2:not(:first-child),.content-block h3:not(:first-child){margin-top:.95em}.content-block h4,.content-block h5{margin-bottom:.3em}.content-block h4:not(:first-child),.content-block h5:not(:first-child){margin-top:.95em}.content-block h1{font-size:1.875rem}.content-block h2{font-size:1.6rem}.content-block h3{font-size:1.3rem}.content-block h4{font-size:1.125rem}.content-block h5{font-size:1rem}.content-block a:not(.contact-line):not(.content-block--nostyle){text-decoration:underline}.content-block ol,.content-block p,.content-block ul{line-height:1.5}.content-block p:not(:last-child){margin-bottom:1em}.content-block strong{font-weight:700}.content-block blockquote:not(:first-child),.content-block figure:not(:first-child),.content-block ol:not(:first-child),.content-block table:not(:first-child),.content-block ul:not(:first-child){margin-top:1em}.content-block blockquote:not(:last-child),.content-block figure:not(:last-child),.content-block ol:not(:last-child),.content-block table:not(:last-child),.content-block ul:not(:last-child){margin-bottom:1em}.bg-lemon{--tw-bg-opacity:1;background-color:rgba(251,221,9,var(--tw-bg-opacity))}.table{display:table}.max-w-2xl{max-width:42rem}*{--tw-shadow:0 0 #0000}*{--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59, 130, 246, 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000}.underline{text-decoration:underline}::-moz-selection{color:#000;background:#adc90e}::-moz-selection{color:#000;background:#adc90e}::selection{color:#000;background:#adc90e}a:hover{text-decoration:underline}}/*! CSS Used from: http://localhost:3000/styleguide/css/styleguide.min.css?1620501902059 ; media=all */@media all{*{-webkit-box-sizing:border-box;box-sizing:border-box}}/*! CSS Used fontfaces */@font-face{font-family:pirati-ui;src:url(http://localhost:3000/fonts/pirati-ui.eot?771b799f40ffd207e5b655696931496d);src:url(http://localhost:3000/fonts/pirati-ui.eot?771b799f40ffd207e5b655696931496d#iefix) format('embedded-opentype'),url(http://localhost:3000/fonts/pirati-ui.ttf?771b799f40ffd207e5b655696931496d) format('truetype'),url(http://localhost:3000/fonts/pirati-ui.woff?771b799f40ffd207e5b655696931496d) format('woff'),url(http://localhost:3000/fonts/pirati-ui.svg?771b799f40ffd207e5b655696931496d#pirati-ui) format('svg');font-weight:400;font-style:normal;font-display:block}@font-face{font-family:Roboto;font-style:italic;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TjASc3CsTYl4BOQ3o.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto;font-style:italic;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TjASc-CsTYl4BOQ3o.woff2) format('woff2');unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Roboto;font-style:italic;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TjASc2CsTYl4BOQ3o.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:Roboto;font-style:italic;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TjASc5CsTYl4BOQ3o.woff2) format('woff2');unicode-range:U+0370-03FF}@font-face{font-family:Roboto;font-style:italic;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TjASc1CsTYl4BOQ3o.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto;font-style:italic;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TjASc0CsTYl4BOQ3o.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto;font-style:italic;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TjASc6CsTYl4BO.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto;font-style:italic;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1Mu51xFIzIXKMnyrYk.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto;font-style:italic;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1Mu51xMIzIXKMnyrYk.woff2) format('woff2');unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Roboto;font-style:italic;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1Mu51xEIzIXKMnyrYk.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:Roboto;font-style:italic;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1Mu51xLIzIXKMnyrYk.woff2) format('woff2');unicode-range:U+0370-03FF}@font-face{font-family:Roboto;font-style:italic;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1Mu51xHIzIXKMnyrYk.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto;font-style:italic;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1Mu51xGIzIXKMnyrYk.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto;font-style:italic;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1Mu51xIIzIXKMny.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto;font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fCRc4AMP6lbBP.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto;font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fABc4AMP6lbBP.woff2) format('woff2');unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fCBc4AMP6lbBP.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:Roboto;font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fBxc4AMP6lbBP.woff2) format('woff2');unicode-range:U+0370-03FF}@font-face{font-family:Roboto;font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fCxc4AMP6lbBP.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto;font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fChc4AMP6lbBP.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto;font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fBBc4AMP6lQ.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu72xKKTU1Kvnz.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu5mxKKTU1Kvnz.woff2) format('woff2');unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu7mxKKTU1Kvnz.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu4WxKKTU1Kvnz.woff2) format('woff2');unicode-range:U+0370-03FF}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu7WxKKTU1Kvnz.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu7GxKKTU1Kvnz.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fCRc4AMP6lbBP.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fABc4AMP6lbBP.woff2) format('woff2');unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fCBc4AMP6lbBP.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fBxc4AMP6lbBP.woff2) format('woff2');unicode-range:U+0370-03FF}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fCxc4AMP6lbBP.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fChc4AMP6lbBP.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfCRc4AMP6lbBP.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfABc4AMP6lbBP.woff2) format('woff2');unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfCBc4AMP6lbBP.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfBxc4AMP6lbBP.woff2) format('woff2');unicode-range:U+0370-03FF}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfCxc4AMP6lbBP.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfChc4AMP6lbBP.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCkYb9lecyVC4A.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCAYb9lecyVC4A.woff2) format('woff2');unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCgYb9lecyVC4A.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCcYb9lecyVC4A.woff2) format('woff2');unicode-range:U+0370-03FF}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCsYb9lecyVC4A.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCoYb9lecyVC4A.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCQYb9lecyU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVl2ZhZI2eCN5jzbjEETS9weq8-19-7DQk6YvNkeg.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVl2ZhZI2eCN5jzbjEETS9weq8-19a7DQk6YvNkeg.woff2) format('woff2');unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVl2ZhZI2eCN5jzbjEETS9weq8-1967DQk6YvNkeg.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVl2ZhZI2eCN5jzbjEETS9weq8-19G7DQk6YvNkeg.woff2) format('woff2');unicode-range:U+0370-03FF}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVl2ZhZI2eCN5jzbjEETS9weq8-1927DQk6YvNkeg.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVl2ZhZI2eCN5jzbjEETS9weq8-19y7DQk6YvNkeg.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQk6YvM.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCkYb9lecyVC4A.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCAYb9lecyVC4A.woff2) format('woff2');unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCgYb9lecyVC4A.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCcYb9lecyVC4A.woff2) format('woff2');unicode-range:U+0370-03FF}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCsYb9lecyVC4A.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCoYb9lecyVC4A.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCQYb9lecyU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}/*! CSS Used from: http://localhost:3000/css/styles.css?1620501902059 ; media=all */@media all{*,::after,::before{box-sizing:border-box}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}ul{list-style:none;margin:0;padding:0}*,::after,::before{box-sizing:border-box;border-width:0;border-style:solid;border-color:currentColor}a{color:inherit;text-decoration:inherit}.content-block ul,.unordered-list{display:grid;gap:1rem}.content-block ul li,.unordered-list li{list-style-type:none;position:relative;padding-left:1em}.content-block ul li:before,.unordered-list li:before{position:absolute;left:0;--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity));font-family:pirati-ui;content:"\e919";font-size:.6em;font-weight:600;margin-top:.6ex}.content-block ul{row-gap:0}.content-block .unordered-list-colored li,.unordered-list-colored li{padding-left:2rem}.content-block .unordered-list-colored li::before,.unordered-list-colored li::before{color:#adc90e}.content-block a:not(.contact-line):not(.content-block--nostyle){text-decoration:underline}.content-block ul{line-height:1.5}.content-block ul:not(:first-child){margin-top:1em}.content-block ul:not(:last-child){margin-bottom:1em}*{--tw-shadow:0 0 #0000}*{--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59, 130, 246, 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000}.underline{text-decoration:underline}::-moz-selection{color:#000;background:#adc90e}::-moz-selection{color:#000;background:#adc90e}::selection{color:#000;background:#adc90e}a:hover{text-decoration:underline}}/*! CSS Used from: http://localhost:3000/styleguide/css/styleguide.min.css?1620501902059 ; media=all */@media all{*{-webkit-box-sizing:border-box;box-sizing:border-box}}/*! CSS Used fontfaces */@font-face{font-family:pirati-ui;src:url(http://localhost:3000/fonts/pirati-ui.eot?771b799f40ffd207e5b655696931496d);src:url(http://localhost:3000/fonts/pirati-ui.eot?771b799f40ffd207e5b655696931496d#iefix) format('embedded-opentype'),url(http://localhost:3000/fonts/pirati-ui.ttf?771b799f40ffd207e5b655696931496d) format('truetype'),url(http://localhost:3000/fonts/pirati-ui.woff?771b799f40ffd207e5b655696931496d) format('woff'),url(http://localhost:3000/fonts/pirati-ui.svg?771b799f40ffd207e5b655696931496d#pirati-ui) format('svg');font-weight:400;font-style:normal;font-display:block}
+  </style>
+  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w==" crossorigin="anonymous" />
+  <script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/js/all.min.js" integrity="sha512-RXf+QSDCUQs5uwRKaDoXt55jygZZm2V++WUZduaU/Ui/9EGp3f/2KZVahFZBKGH0s774sd3HmrhUy+SgOFQLVQ==" crossorigin="anonymous"></script>
+{% endblock %}
+
+{% block header %}
+  <nav class="navbar navbar-expand-xl navbar-dark py-4">
+    <div class="container">
+      <div class="brand-wrapper">
+      <a class="navbar-brand" href="/">
+        <img src="{% static "elections2021/images/logo-koalicni.svg" %}" style="height: 64px!important;">
+      </a>
+      </div>
+      <button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#mainNavigation" aria-controls="mainNavigation" aria-expanded="false" aria-label="Otevřít menu">
+        <span></span>
+        <span></span>
+        <span></span>
+      </button>
+      <div class="collapse navbar-collapse" id="mainNavigation">
+        <ul class="navbar-nav ml-auto mt-5 mt-lg-0">
+          <li class="nav-item">
+            <a class="nav-link spec-link" href="https://www.piratiastarostove.cz"><i class="fas fa-chevron-left"></i> zpět na web www.piratiastartostove.cz</a>
+          </li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+{% endblock %}
+
+{% block content %}
+
+<!-- CONTENT -->
+<main role="main">
+
+  <section class="section--alternate project__header">
+    <div class="container">
+      <h1 class="lead heading pb-4">{{ page.title }}</h1>
+    </div>
+  </section>
+
+  <section class="section--primary">
+    <div class="container">
+      <div class="row">
+        <div class="col-12 col-lg-8 col-xl-7 mb-4 mb-lg-0 richtext content-block">
+
+          {% if page.gallery %}
+            <div class="row project-images mb-3">
+              {% for block in page.gallery %}
+                {% image block.value width-2000 as img %}
+                {% image block.value fill-150x100 as thumb %}
+                <div class="col-6 col-md-3">
+                  <a data-fancybox="gallery" href="{{ img.url }}"><img data-src="{{ thumb.url }}" class="lazyload img-fluid" alt="{{ img.alt }}"></a>
+                </div><!-- /column -->
+              {% endfor %}
+            </div><!-- /row -->
+          {% endif %}
+
+          {{ page.body|richtext }}
+
+        </div><!-- /column -->
+
+        <div class="col-12 col-lg-4 offset-xl-1"><!-- /column -->
+          <div class="project-donate-form mb-4">
+
+            <div class="project-donate-form__left">
+              <div class="project-donate-form__left-content">
+                <h2 class="lead mb-0">Podpoř projekt</h2>
+              </div><!-- /project-donate-form__left-content -->
+            </div><!-- /project-donate-form__left -->
+
+            <div class="project-donate-form__right p-0">
+
+            {% if page.show_donate_form %}
+              <form id="js-donate-form" method="post">
+                <div class="project-donate-form__right-inner">
+                  <h5>Zatím vybráno <strong>{{ page.get_donated_amount|intcomma }}&nbsp;Kč</strong></h5>
+                  {% csrf_token %}
+                  <input type="hidden" name="portal_project_id" value="{{ page.portal_project_id }}">
+
+                  {% if page.allow_periodic_donations %}
+                    <div class="form-group row mb-2 align-items-center">
+                      <legend class="col-form-label col-md-12 col-form-label-lg">Typ příspěvku</legend>
+                      <div class="col-md-12">
+                        <div class="custom-control custom-radio custom-control-inline">
+                          <input type="radio" id="periodicity1" name="periodicity" value="730" class="custom-control-input" checked>
+                          <label class="custom-control-label col-form-label-lg" for="periodicity1">Měsíční</label>
+                        </div>
+                        <div class="custom-control custom-radio custom-control-inline">
+                          <input type="radio" id="periodicity2" name="periodicity" value="99999" class="custom-control-input">
+                          <label class="custom-control-label col-form-label-lg" for="periodicity2">Jednorázový</label>
+                        </div>
+                      </div>
+                    </div>
+                  {% else %}
+                    <input type="hidden" name="periodicity" value="99999">
+                  {% endif %}
+
+                  <div class="form-group row mb-4 align-items-center">
+                    <legend class="col-form-label col-md-12 col-form-label-lg">Částka</legend>
+                    <div class="col-md-12">
+                      {% include "donate/form_amounts_snippet.html" %}
+                    </div>
+                  </div>
+                  <div class="form-group row mb-2 align-items-center" id="js-custom-amount-input" style="display: none;">
+                    <div class="col-md-12">
+                      <div class="input-group input-group-lg mb-3 custom-amount">
+                        <input type="number" class="form-control" id="customamount" name="custom_amount" aria-describedby="customamount-currency">
+                        <div class="input-group-append">
+                          <span class="input-group-text" id="customamount-currency">Kč</span>
+                        </div>
+                      </div>
+                    </div>
+                  </div>
+                </div>
+                <div class="form-group row mb-0 mt-4">
+                  <div class="col-12">
+                    <button type="submit" class="btn btn-danger btn-lg w-100 coalition-btn">Darovat</button>
+                  </div>
+                </div>
+              </form>
+            {% endif %}
+
+          </div>
+        </div>
+      </div>
+    </div>
+  </section>
+</main>
+
+{% endblock %}
+
+{% block footer %}
+  <footer id="kontakt">
+    <div class="footer__bottom">
+      <div class="container">
+        <div class="row">
+          <div class="col-12 col-md-6 mb-3 mb-md-0">
+            <p class="mb-0">&copy; {% now "Y" %} Piráti a Starostové. Všechna práva vyhlazena.<br/>Sdílejte a nechte ostatní sdílet za stejných podmínek.</p>
+          </div><!-- /column -->
+          <div class="col-12 col-md-6 text-md-right">
+            <p class="mb-0">Tento web využívá soubory cookies - <a href="/soubory-cookies/">více informací</a></p>
+          </div><!-- /column -->
+        </div><!-- /row -->
+      </div><!-- /container -->
+    </div><!-- /footer_bottom -->
+  </footer>
+{% endblock %}