/**
 * Template Name: REDDS
 */
input[type="submit"] {
  -webkit-appearance: none;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  padding: 0;
  margin: 0;
}
body,
html {
  font-family: "Lato", arial, sans-serif;
  font-size: 18px;
  line-height: 1.4;
}
@media only screen and (max-width: 812px) {
  body,
  html {
    font-size: 18px;
  }
}
h1,
h2,
h3,
h4,
p {
  color: inherit;
}
h1 {
  font-size: 72px;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: bold;
}
h1 + hr + h2,
h1 + h2 {
  margin-top: 0;
  font-size: 39px;
}
h2 {
  font-size: 44px;
  line-height: 1;
  margin: 20px 0;
  margin-top: 40px;
}
p {
  margin: 7px 0;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.container {
  max-width: 1386px;
}
@media only screen and (max-width: 812px) {
  .invisible-xs {
    display: none;
    visibility: hidden;
  }
}
@media screen and (min-width: 813px) {
  .invisible-desktop {
    display: none;
  }
}
.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
}
.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}
.row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1350px;
  margin: 0 auto;
}
.row.fluid {
  max-width: 100%;
}
.col {
  width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.row.collapse > .col {
  padding: 0;
}
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.col-sm {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.col-sm-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
.col-sm-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
.col-sm-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.col-sm-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
.col-sm-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
.col-sm-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.col-sm-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
.col-sm-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
.col-sm-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.col-sm-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
.col-sm-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
@media only screen and (min-width: 64em) {
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    /*  padding-right: 0.5rem;
      padding-left: 0.5rem;*/
  }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    /*  padding-right: 0.5rem;
      padding-left: 0.5rem;*/
  }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
body,
html {
  background: #e9f2fe;
  color: #21409a;
}
a {
  color: #21409a;
  text-decoration: none;
}
img {
  height: auto;
  max-width: 100%;
  max-height: calc(100vh - 99px);
}
.screen {
  min-height: calc(100vh - 99px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-top: 40px;
}
@media screen and (min-width: 813px) {
  .screen {
    padding-top: 135px;
  }
}
@media screen and (min-width: 813px) and (max-height: 800px) {
  .screen {
    padding-top: 80px;
  }
}
@media screen and (min-width: 813px) {
  .screen .bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url("./assets/bg-2.png") no-repeat center center;
    z-index: 0;
  }
  .screen .bg img {
    position: absolute;
  }
  .screen .bg ~ * {
    z-index: 2;
    position: relative;
  }
}
@media only screen and (max-width: 812px) {
  .screen .bg img {
    display: none;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  z-index: 100;
  height: 99px;
}
header ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
header li {
  margin: 0 0 0 20px;
  padding: 0;
  list-style: none;
  font-size: 13.5px;
  line-height: 99px;
}
header li img {
  vertical-align: middle;
  margin-top: -8px;
}
header a.btn {
  background: #213f99;
  color: white;
  display: inline-block;
  padding: 10px 15px 7px;
  border-radius: 8px;
  line-height: 1em;
}
header .co-wcina {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
  text-align: right;
}
header .co-wcina img {
  max-width: 19vw;
}
@media only screen and (max-width: 812px) {
  header .co-wcina {
    top: auto;
    bottom: 0;
  }
  header .co-wcina img {
    display: block;
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 812px) {
  header {
    height: 64px;
  }
  header img.logo {
    max-height: 54px;
    margin-top: 5px;
  }
  header ul {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 20px 30px 20px 20px;
    background: white;
    -webkit-box-shadow: 0 0 25vw 100vw rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 25vw 100vw rgba(0, 0, 0, 0.5);
    -webkit-transform: translateX(-200vw);
    transform: translateX(-200vw);
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  header ul li {
    line-height: 1;
    text-align: center;
  }
  header ul li a {
    display: block;
    line-height: 49px;
  }
  body.menu-open header ul {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  header .menu-trigger {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 5px;
    background: white;
    border-radius: 3px;
  }
  header .menu-trigger span {
    display: block;
    background: #21409a;
    width: 40px;
    height: 5px;
    border-radius: 4px;
  }
  header .menu-trigger span + span {
    margin-top: 4px;
  }
}
footer {
  padding: 20px 0;
  background: white;
}
footer .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 812px) {
  footer {
    font-size: 10px;
    font-weight: bold;
    padding-bottom: 135px;
  }
}
section.video {
  margin-top: 99px;
  min-height: calc(100vh - 99px);
  padding-top: 0;
  background: url("./assets/bg-1.jpg") no-repeat top center;
  background-size: cover;
}
section.video video {
  width: 100%;
  height: 100%;
  display: none;
}
section.video .doodle-1 {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 812px) {
  section.video {
    margin-top: 64px;
    background: url("./assets/bg-1-mobile.jpg") no-repeat center center;
    background-size: cover;
  }
  section.video div.mobile {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: -40px;
    right: 0;
    background: rgba(255, 255, 255, 0.7);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 60px;
  }
  section.video div.mobile.shown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  section.video div.mobile video {
    max-height: 370px;
  }
}
section.idea {
  background: url("./assets/tlo-1.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 813px) {
  section.idea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-height: 772px;
    min-height: 772px;
  }
  section.idea .image,
  section.idea .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(-52px);
    transform: translateY(-52px);
  }
  section.idea .text {
    margin-left: -5%;
  }
  section.idea .text p {
    padding-right: 142px;
  }
  section.idea .center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  section.idea .bg img {
    bottom: -20px;
    left: 0;
  }
}
@media screen and (min-width: 813px) and (max-width: 1280px) {
  section.idea .text p {
    font-size: 16px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 812px) {
  section.idea .right,
  section.idea .image {
    text-align: center;
  }
  section.idea .right img,
  section.idea .image img {
    max-width: 250px;
  }
  section.idea .row {
    margin: 0 10vw;
  }
  section.idea .text {
    margin: 3rem 0;
  }
}
section.nagrody {
  background: url("./assets/tlo-2.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
}
section.nagrody p {
  margin: 0;
  padding: 0;
  margin-left: -15px;
}
@media only screen and (max-width: 812px) {
  section.nagrody p {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 812px) {
  section.nagrody .plaza {
    max-width: 66vw;
    margin-top: -5vw;
  }
  section.nagrody .plaza p {
    margin-top: -20px;
  }
  section.nagrody .paryz {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  section.nagrody .paryz .text:first-child {
    max-width: 65vw;
    margin: 0 auto;
  }
  section.nagrody .paryz .text:nth-child(2) {
    max-width: 50vw;
  }
  section.nagrody .gory {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: -30vw !important;
    margin-left: 0 !important;
  }
  section.nagrody .gory .text {
    max-width: 50vw;
    margin-left: auto;
  }
  section.nagrody .plaza {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
section.nagrody .bg img {
  top: -168px;
  right: 0;
}
section.nagrody .butelki {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: -5%;
  position: relative;
}
section.nagrody .butelki p {
  background: #172951;
  font-size: 0.66rem;
  color: white;
  padding: 15px 15px;
  border-radius: 8px;
  text-transform: uppercase;
}
@media screen and (min-width: 813px) {
  section.nagrody .butelki p {
    position: absolute;
    left: 100%;
    bottom: 75px;
    margin-left: -75px;
    white-space: nowrap;
  }
}
@media screen and (min-width: 813px) and (max-height: 800px) {
  section.nagrody .butelki {
    margin-bottom: 0;
  }
  section.nagrody .butelki p {
    /*position: static;*/
    margin-bottom: 2rem;
    margin-left: -105px;
  }
}
section.nagrody div.text {
  position: relative;
}
@media screen and (min-width: 813px) {
  section.nagrody {
    min-height: 770px;
    max-height: 770px;
    padding-top: 70px;
  }
  section.nagrody .bg {
    background-image: url("./assets/bg-5.png");
  }
  section.nagrody .butelki {
    /* transform: translateY(70px);*/
    -webkit-transform: translate(-115px, 70px);
    transform: translate(-115px, 70px);
  }
  section.nagrody .butelki ~ div {
    -webkit-transform: translateX(-180px) translateY(35px);
    transform: translateX(-180px) translateY(35px);
  }
  section.nagrody .plaza {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 2rem;
  }
  section.nagrody .paryz {
    margin-left: -5%;
  }
  section.nagrody .paryz div.text:nth-of-type(2) p {
    top: auto;
    bottom: 0rem;
    left: 96%;
  }
  section.nagrody .gory {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -5%;
  }
  section.nagrody .gory div.text p {
    left: 97%;
  }
  section.nagrody .text p {
    position: absolute;
    left: 105%;
    text-align: left;
    white-space: nowrap;
    top: 1.7rem;
  }
}
@media screen and (min-width: 813px) and (max-height: 800px) {
  section.nagrody .butelki {
    -webkit-transform: translateY(170px);
    transform: translateY(170px);
  }
}
@media only screen and (max-width: 812px) {
  section.nagrody {
    text-align: left;
  }
  section.nagrody .row {
    text-align: center;
  }
  section.nagrody h2 {
    margin-bottom: 20px;
  }
  section.nagrody .butelki {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  section.nagrody .butelki img {
    display: none;
  }
  section.nagrody .butelki p {
    font-size: 24px;
    padding: 20px 30px;
    text-transform: none;
    margin: 20px 20px 20px 0;
  }
  section.nagrody .butelki p:first-line {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
  }
}
section.udzial {
  background: url("./assets/tlo-3.jpg") no-repeat center center;
  background-size: cover;
  padding-bottom: 20px;
}
section.udzial a {
  color: inherit;
  text-decoration: underline;
}
section.udzial #uploading {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  background: rgba(255, 255, 255, 0.8);
  color: #21409a;
  text-align: center;
  z-index: 10;
}
section.udzial #uploading strong {
  font-size: 36px;
}
@media screen and (min-width: 813px) {
  section.udzial {
    padding-top: 105px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
section.udzial .row {
  max-width: 1060px;
  width: 100%;
}
section.udzial h2 {
  top: 35px;
}
section.udzial strong {
  font-size: 0.8rem;
}
section.udzial .bg {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 1600px;
  margin: 0 auto;
  background: url(./assets/bg-8.png) no-repeat top center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.udzial .counter {
  width: 227px;
  height: 172px;
  background: url("./assets/licznik.png") no-repeat center center;
  font-weight: 900;
  font-size: 44px;
  text-align: center;
  line-height: 215px;
}
@media screen and (min-width: 813px) {
  section.udzial .counter {
    margin-top: 200px;
    position: relative;
    left: 40px;
  }
}
@media only screen and (max-width: 812px) {
  section.udzial .counter {
    margin: 20px auto;
  }
}
section.udzial .butelki {
  text-align: right;
  padding-bottom: 30px;
}
section.udzial .butelki img:first-of-type {
  margin-right: -310px;
}
@media only screen and (max-width: 812px) {
  section.udzial .butelki {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 100px;
  }
  section.udzial .butelki img:first-of-type {
    margin-right: 0;
  }
  section.udzial .butelki img {
    width: 49%;
    vertical-align: middle;
  }
}
section.udzial input[type="text"],
section.udzial input[type="textarea"],
section.udzial input[type="tel"],
section.udzial input[type="email"] {
  border: 1px solid #8aa4c9;
  border-radius: 8px;
  padding: 10px 15px;
  background: transparent;
  display: block;
  width: 100%;
  color: white;
  font-size: 14px;
  margin: 10px 0;
}
section.udzial input[type="submit"] {
  background: white;
  font-size: 14px;
  border-radius: 8px;
  padding: 8px;
  font-weight: bold;
  border: 0;
  color: #21409a;
  margin: 0 auto;
  display: block;
  width: 200px;
  cursor: pointer;
}
section.udzial .cb {
  display: block;
  padding: 5px 0;
  font-size: 12px;
  line-hgiht: 14px;
  font-weight: normal;
}
section.udzial .cb input {
  position: absolute;
  opacity: 0;
}
section.udzial .cb input + span {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #8aa4c9;
  border-radius: 4px;
}
section.udzial .cb input:checked + span::after {
  content: " ";
  position: absolute;
  display: inline-block;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  width: 14px;
  height: 3px;
  -webkit-transform: rotate(-58deg);
  transform: rotate(-58deg);
}
section.udzial .cb span.rest:not(.shown) {
  display: none;
}
h2 {
  background: #21409a;
  margin: 0;
  padding: 0px 12px 0 40px;
  border-radius: 0 12px 12px 0;
  font-size: 24px;
  letter-spacing: 4px;
  color: white;
  line-height: 40px;
  font-weight: 900;
  display: inline-block;
}
@media screen and (min-width: 813px) {
  h2 {
    display: block;
    position: absolute !important;
    top: 85px;
    left: 0;
    padding-left: calc((100vw - 1350px) / 2 + 145px);
  }
}
@media screen and (min-width: 813px) and (max-height: 800px) {
  h2 {
    top: 45px;
  }
}
@media only screen and (max-width: 812px) {
  p.intro {
    padding: 20px 30px;
  }
  .row .row p.intro {
    padding: 20px;
  }
}
@media screen and (min-width: 813px) and (max-height: 800px) {
  p.intro {
    padding: 20px 0;
  }
}
section.idea,
section.nagrody,
section.udzial {
  color: white;
}
section.idea h2,
section.nagrody h2,
section.udzial h2 {
  background: white;
  color: #213f99;
}
.video-grid .video {
  background: #032855;
  position: relative;
  padding: 0;
  overflow: hidden;
}
@media screen and (min-width: 813px) {
  .video-grid .video {
    height: 380px;
  }
}
.video-grid .video + .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.video-grid .video {
  min-height: 200px;
}
.video-grid .text {
  padding: 2rem 2rem;
}
@media screen and (min-width: 813px) {
  .video-grid .text {
    padding: 0 140px;
  }
}
.video-grid .text h3 {
  margin: 0;
  font-size: 38px;
  font-family: chauncy-pro, sans-serif;
  font-weight: 700;
  /*font-style: italic;*/
}
@media screen and (min-width: 813px) and (max-width: 1280px) {
  .video-grid .text {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 813px) {
  .video-grid:nth-of-type(2n + 2) .video {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (min-width: 813px) {
  .konkurs {
    font-size: 14px;
    padding-top: 135px;
    min-height: 645px;
    max-height: 645px;
  }
  .konkurs .col-md-4 p {
    max-width: 263px;
    margin: 10px auto;
    text-align: center;
  }
  .konkurs h2 {
    top: 25px;
  }
  .konkurs .bg {
    background-image: url("./assets/bg-4.png");
    background-position: top center;
  }
  .konkurs .bg .jablko {
    right: 0;
    top: 50px;
  }
  .konkurs .bg .cytryna {
    left: 0;
    bottom: 20px;
  }
  .konkurs .row.steps {
    max-width: 1065px;
    left: -20px;
    position: relative;
    margin-top: -60px;
  }
  .konkurs .row.steps .col:nth-child(2) {
    -webkit-transform: translateX(-30px) translateY(-20px);
    transform: translateX(-30px) translateY(-20px);
  }
  .konkurs .row.daty {
    -webkit-transform: translateX(-70px);
    transform: translateX(-70px);
  }
  .konkurs img {
    vertical-align: bottom;
  }
  .konkurs img + span {
    margin-left: -10%;
    display: inline-block;
    font-weight: bold;
    text-align: center;
  }
  .konkurs .row + .row {
    margin-top: 0rem;
  }
}
@media only screen and (max-width: 812px) {
  .konkurs img + span {
    text-align: center;
    display: block;
    margin: 20px;
  }
  .konkurs p {
    text-align: center;
    max-width: 80vw;
    margin: 20px auto;
  }
}
@media screen and (min-width: 813px) {
  .kropla {
    padding-top: 68px;
  }
  .kropla h2 {
    top: 30px;
  }
  .kropla .bg {
    background-image: url("./assets/bg-7.png");
    background-position: top center;
    margin-top: -40px;
  }
  .kropla .bg .groszek {
    right: 0;
    top: 60px;
  }
  .kropla .bg .jablka {
    left: 50%;
    -webkit-transform: translateX(-760px);
    transform: translateX(-760px);
    top: 670px;
  }
  .kropla .bg .papryka {
    left: 50%;
    -webkit-transform: translateX(-800px);
    transform: translateX(-800px);
    top: 1440px;
  }
  .kropla .intro {
    padding: 0 1.25rem 2rem;
  }
}
@media screen and (min-width: 813px) and (max-height: 800px) {
  .kropla .intro {
    padding: 20px 1.25rem 2rem;
  }
}
@media screen and (min-width: 813px) {
  .rey {
    min-height: 770px;
    max-height: 770px;
  }
  .rey .bg {
    background-image: url("./assets/bg-6.png");
    -webkit-transform: translateX(-118px);
    transform: translateX(-118px);
    top: 190px;
  }
  .rey .bg img {
    left: 0;
    top: 100px;
  }
  .rey .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-left: 2rem;
    margin-bottom: -8%;
  }
  .rey .text p {
    width: 370px;
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 813px) and (max-height: 800px) {
  .rey .text p {
    font-size: 18px;
    -webkit-transform: translateX(-75px) translateY(30px);
    transform: translateX(-75px) translateY(30px);
  }
}
@media screen and (min-width: 813px) and (max-width: 1280px) {
  .rey .text p {
    font-size: 16px;
    -webkit-transform: translateX(-75px);
    transform: translateX(-75px);
  }
}
@media only screen and (max-width: 812px) {
  .rey .row {
    padding: 30px;
  }
  .rey .drink {
    text-align: center;
  }
  .rey .drink img {
    max-width: 300px;
    margin-bottom: 30px;
  }
}
.play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}
video {
  max-height: 100%;
}
.on-desktop {
  display: block;
}
.on-mobile {
  display: none;
}
@media only screen and (max-width: 812px) {
  .on-desktop {
    display: none;
  }
  .on-mobile {
    display: block;
  }
}

.vote {
  padding-top: 5px;
  position: relative;
}

.vote::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -15px;
  left: 30px;
  width: 30px;
  height: 30px;
  background: white url("assets/like.png") no-repeat center center;
  border-radius: 50%;
}

.vote .count {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  color: white;
  background: #21409a;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

  vertical-align: middle;
  margin-right: 10px;
}

.vote button {
  background: #21409a;
  border-radius: 8px;
  border: 0;
  padding: 7px 15px 7px;
  color: white;
  cursor: pointer;
  -webkit-appearance: none;
  font-size: inherit;
}
