@import "./blinks.css";
@import "./zonapro.css";

:root {
  --btn-bg-color: rgb(50,100,180);
  --btn-color: #FFF;
  --stickertext-color: rgb(50,100,180);
  --clock-bg-color: rgb(50,100,180);
  --clock-color: #fff;
  --input-color: #ffffff;
  --input-checkbox-color: rgb(0, 0, 0);
  --agree-col: rgb(0, 0, 0);
}

body {
  background-attachment: fixed;
  font-family: "zonapro-regular", sans-serif;
  background: #fff url(../images/bg.jpg) no-repeat top center;
  color: #000;
  background-repeat: no-repeat;
  background-size: content;
}

/* BOARD */
#board {
  text-align: center;
  padding-bottom: 50px;
  font-family: "zonapro-black", sans-serif;
}

.board-col {
  padding: 0px 25px 20px 25px;
  margin-bottom: 20px;
  text-align: center;
  background: #fff;
  background-color: #fff;
  max-width: 100%;
  -webkit-box-shadow: 0px 4px 32px -7px rgba(66, 68, 90, 1);
  -moz-box-shadow: 0px 4px 32px -7px rgba(66, 68, 90, 1);
  box-shadow: 0px 4px 32px -7px rgba(66, 68, 90, 1);
}

.board-col img{
  margin: 0 auto 10px;
}

.prop-name{
  font-size: 47px;
  font-weight: 40px;
}
.pre-txt-1 {
  margin: 20px 0 20px 0;
  font-size: 40px;
  line-height: 90px;
  font-family: "zonapro-bold";
  color: #fff;
}

.pre-txt-2 {
  font-weight: bolder;
  font-family: "zonapro-regular";
  font-size: 33px;
  line-height: 35px;
  margin: 5px 0 0 0;
}

.pre-txt-2 b {
  font-size: 40px;
  line-height: 42px;
  font-family: "zonapro-extrabold";
}

#award-pre {
  margin: -20px 0 -5px 0;
  max-width: 100%;
}

#logo-container{
  margin: 0 -15px 25px -15px;
  padding: 10px 10px 0px 10px
}

#logo-pre {
  margin: 0px auto 15px auto ;
  padding: 0 10px;
  display: block;
  max-width: 100%;
}

.label-txt{
  padding:0 10px;
  margin-bottom: -5px;
}

#logo {
  margin: 0px auto -70px;
  max-width: 100%;
}

#sticker {
  position: absolute;
  margin-left: -560px;
  top: 40px;
}

#sticker_2_step {
  position: absolute;
  margin-left: -480px;
  top: 40px;
}



#board h2 {
  font-size: 59px;
  line-height: 59px;
  margin-top: 30px;
  margin-bottom: 0px;
}

#board h2 span {
  font-family: "zonapro-regular", sans-serif;
}

#board h1 {
  font-size: 110px;
  line-height: 110px;
  margin: 0px auto;
}

.clock-minute {
  float: right;
  font-weight: bold;
  background-color: var(--clock-bg-color);
  color: var(--clock-color);
  text-align: center;
  padding-top: 10px;
  width: 130px;
  height: 73px;
  margin-right: -150px;
}

.clock-minute-label {
  font-size: 14px;
  letter-spacing: 1.1px;
}

#timerClock {
  font-size: 30px;
  letter-spacing: 2.2px;
  margin-top: -3px;
  display: block;
}

/* FORM */
#form-col {
  padding: 0px;
  text-align: center;
  background: rgb(250,213,0);
background: linear-gradient(180deg, rgba(250,213,0,1) 10%, rgba(255,221,0,1) 50%, rgba(234,182,0,1) 90%);
  color: #fff;
  max-width: 550px;
margin-left: -5px;
}

.sticker-m,
.top-m {
  display: block;
  margin: 0 auto;
}

#form-col p.winner-contact {
  margin: 0px 0px 0px 0px;
  font-weight: 400;
  font-size: 12px;
  color: white;
}

#form-col h2.stickertext,
.krok2 #form-col h2 {
  color: var(--stickertext-color);
  font-size: 27px;
  text-align: center;
}

#form-col h2.stickertext {
  margin-top: 5px;
  margin-bottom: 26px;
}

#form-col h2 {
  margin: 15px auto 0px;
  line-height: 36px;
  text-align: center;
  font-size: 34px;
  font-family: "zonapro-bold";
}

#form-col form h2 {
  color: inherit;
}

.form-wrapper {
  margin: 50px 0px 0px;
  padding: 8px 0px;
}

.lead {
  margin: 16px 0px 20px;
  line-height: 16px;
  text-align: center;
  font-size: 31px;
  letter-spacing: -1px;
  font-family: "zonapro-bold";
  color: var(--input-color);
}
.lead2 {
  margin: 8px -10px 12px;
  line-height: 18px;
  text-align: center;
  font-size: 24px;
  letter-spacing: -1px;
  font-family: "zonapro-bold";
  color: var(--input-color);
}

.lead-small {
  font-size: 26px;
  line-height: 16px;
}

#form-col > p,
#form-col h2 span {
  font-size: 21px;
  color: #000;
  text-align: center;
}

.input-text {
  padding-left: 20px;
  width: 100%;
  height: 48px;
  color: #000;
  font-size: 16px;
  border: var(--input-color) 1px solid;
  margin-bottom: 4px;
}

input[type='checkbox']:checked:after {
  background: var(--input-color);
  color: var(--input-checkbox-color);
  /*background: var(--input-checkbox-color);*/
  /*color: var(--input-color);*/
  content: '✔';
  text-align: center;
  display: block;
  width: 14px;
  font-family: "zonapro-extrabold";
}

.top-agreement > p > span {
  display: none;
}

.cb-agreement label {
  width: 100%;
  float: left;
  margin-bottom: 5px;
  position: relative;
  padding-left: 25px;
  text-align: left;
  color: var(--agree-col);
}

.cb-agreement label input {
  position: absolute;
  left: 0px;
  top: 1px;
}

.cb-agreement {
  margin-top: 5px;
}

.cb-agreement span {
  display: none;
}

a#agreement-more {
  position: relative;
  top: -5px;
}

#submit-area {
  margin-top: 10px;
  padding: 0 5px;
}

#id_pd_register_form_step1 #btn-confirm.btn-submit-top {
  margin-bottom: 21px;
  font-size: 24px;
}

#agreements-content {
  width: 100%;
  margin: 0px;
  padding: 0px;
  text-align: justify;
  color: var(--agree-col);
  font-size: 10px;
  line-height: 13px;
}

.ets .cb-agreement label input {
  width: 11px;
  height: 11px;
  left: 2px;
}

#id_pd_register_form_step1 .ets #agreements-content {
  font-size: 8px;
}

.cb-hidden {
  display: none;
}

#id_pd_register_form_step1 .step {
  color: #fff;
}

#id_pd_register_form_step1 #additional-info {
  margin: 15px 0px 10px 0px;
}

#poll_submit,
#id_pd_register_form #btn-next,
#but-next,
#btn-confirm,
#btn-participate {
  width: 100%;
  line-height: 90px;
  cursor: pointer;
  color: var(--btn-color);
  font-size: 30px;
  font-family: "zonapro-extrabold";
  letter-spacing: 0.05em;
  border-radius: 25px;
  border: none;
  display: block;
  margin: 15px auto 20px;
  background: rgb(242,0,0);
  background: linear-gradient(180deg, rgba(242,0,0,1) 10%, rgba(194,0,0,1) 50%, rgba(170,0,0,1) 90%);
  box-shadow: 0px 0px 15px 3px #ccc;
  -webkit-box-shadow: 1px 4px 22px -7px rgba(66, 68, 90, 1);
-moz-box-shadow: 1px 4px 22px -7px rgba(66, 68, 90, 1);
box-shadow: 1px 4px 22px -7px rgba(66, 68, 90, 1);
}

#poll_submit:hover,
#id_pd_register_form #btn-next:hover,
#but-next:hover,
#btn-confirm:hover,
#btn-participate:hover {
  background: #555;
}

#btn-confirm {
  display: inline-block;
}

.footer_menu {
  margin: 20px auto;
  width: 334px;
  height: 20px;
}

.footer_menu > .footer_menu_group:nth-child(1) {
  border-right: 1px solid #000;
}

.footer_menu a {
  color: #000;
  text-decoration: none;
}

body.page {
  background: #fbfbfb;
}

body.page .text-main {
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  padding: 10px 15px;
}

#footer-container {
  margin: 60px auto 0;
  width: 100%;
}

#footer-container p {
  text-align: center;
  font-size: 12px;
  color: #000;
}

@media (max-width: 1730px) {
  #sticker {
    margin-left: 645px;
    top: 425px;
  }

  #sticker_2_step {
    margin-left: 645px;
    top: 425px;
  }
}

@media (min-width: 1200px) {
  .container {
      width: 1500px;
      max-width: 100%;
  }
}

@media (max-width: 768px) {
  .agreements {
    width: 100%;
  }

  #id_pd_register_form_step1 .step-description {
    float: right;
    margin-right: 0px;
    width: 100%;
    font-size: 16.68px;
    padding: 5px 11px;
    margin-bottom: 10px;
  }

  #agreements-content {
    width: 100%;
  }

  .footer_menu {
    padding-right: 0px;
    max-width: 100%;
  }

  #fancybox-content,
  #fancybox-wrap {
    width: 100% !important;
  }

  #fancybox-wrap {
    left: 0px !important;
  }

  .pre-txt-1 {
    font-size: 25px;
    line-height: 70px;
  }

  #logo-container {
    margin: unset;
    max-width: inherit;
  }
}

.form-wrapper input {
  padding-left: 10px;
  margin-top: 5px;
}

.footer_menu_group {
  padding: 0px 10px;
  display: inline-block;
  text-align: center;
}

#id_pd_register_form input[type="radio"] {
  height: 18px !important;
  width: 18px !important;
  margin-left: 10px;
  vertical-align: top;
}

input[type='radio']:after {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: -1px;
  left: -1px;
  position: relative;
  background-color: #fff;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid var(--input-color);
}

input[type='radio']:checked:after {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: -1px;
  left: -1px;
  position: relative;
  content: '✓';
  display: inline-block;
  visibility: visible;
  border: 2px solid var(--input-color);
  background-color: var(--input-color);
  color: var(--input-checkbox-color);
  text-align: center;
  font-weight: bold;
}

#id_pd_register_form_step1 .wrapper-step1 {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 28px;
  text-align: center;
}

#id_pd_register_form_step1 #inputs {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

#id_pd_register_form_step1 .col-left {
  width: 450px;
  float: left;
  font-size: 14px;
}

#id_pd_register_form_step1 .col-left input {
  width: 310px;
  height: 41px;
  border: solid 1px #a9a9a9;
  padding-left: 15px;
}

#id_pd_register_form_step1 .col-right {
  width: 430px;
  margin-left: 20px;
  float: left;
}

#id_pd_register_form_step1 .col-left .input-wrapper:nth-child(1) label {
  padding-right: 5px;
}

#id_pd_register_form_step1 .input-wrapper {
  display: inline-block;
}

#id_pd_register_form_step1 .input-wrapper:nth-child(1) {
  padding-bottom: 3px;
}

#poll_submit {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  body.main .footer_menu > .footer_menu_group:nth-child(1),
  body.krok2 .footer_menu > .footer_menu_group:nth-child(1) {
    border-right: 1px solid #000;
  }

  .stickertext {
    display: none;
  }

  body.main .footer_menu a,
  body.krok2 .footer_menu a {
    color: #000;
  }

  body.main #footer-container p,
  body.krok2 #footer-container p {
    text-align: center;
    font-size: 12px;
    color: #000;
  }
}

@media screen and (max-width: 920px) {
  #id_pd_register_form_step1 #inputs {
    width: 450px;
  }

  #id_pd_register_form_step1 .col-left {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 450px;
    margin-bottom: 5px;
  }

  #id_pd_register_form_step1 .col-left input {
    width: 430px;
    margin-left: auto;
    margin-right: auto;
  }

  #id_pd_register_form_step1 #inputs label {
    display: none;
  }

  #id_pd_register_form_step1 .col-right {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 450px;
  }
}

#sticker-m{
  display: none;
}

@media screen and (max-width: 480px) {
  #id_pd_register_form_step1 .wrapper-step1,
  #id_pd_register_form_step1 .wrapper-step1 img,
  #id_pd_register_form_step1 .col-left .input-wrapper,
  #id_pd_register_form_step1 .col-left,
  #id_pd_register_form_step1 .col-right,
  #id_pd_register_form_step1 #inputs,
  #id_pd_register_form_step1 #btn-confirm,
  #poll_submit {
    width: 100%;
  }

  #id_pd_register_form_step1 .col-left input {
    width: 95%;
  }

  #id_pd_register_form_step1 .agreements-content {
    width: 70%;
  }
}

.banner .summary-field,
.aktywuj .summary-field {
  margin: 0px auto 20px auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
}

.banner #dziekujemy,
.aktywuj #dziekujemy {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  color: #000 !important;
}

.summary-field-intro {
  padding-bottom: 20px;
  background: rgba(255, 255, 255, 0.75);
  padding-top: 20px;
}

.banner .summary-field-intro p,
.aktywuj .summary-field-intro p {
  font-size: 1.5em;
  margin-bottom: 40px;
}

.banner .summary-field-intro #checkmail,
.aktywuj .summary-field-intro #checkmail {
  font-size: 1.2em;
  color: #000 !important;
}

.summary-top {
  padding: 30px !important;
}

.ads-banner,
.ads-banner div,
.ads-banner a,
.ads-banner img {
  max-width: 100%;
}

.statement {
  color: #6f6f6f;
  font-size: 11px;
  text-decoration: none;
}

#foot-col {
  max-width: 550px;
}

@media screen and (max-width: 550px) {
  .summary-field #poll_submit {
    width: 100%;
  }

  .banner .summary-field,
  .aktywuj .summary-field {
    padding: 0px;
  }
}

#agreements-content a {
  text-decoration: underline;
  color: var(--agree-col);
}

.email_participation {
  color: var(--agree-col) !important;
}

.modern-layerbox #but-next {
  max-height: 50px;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .chosen-award {
    display: none;
  }
}

#mobile-type-input-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 700;
}

.summary-bottom {
  padding-top: 20px;
}

.summary-bottom-ads {
  background: #fff;
  padding: 30px;
  width: 70%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px #b3c6cc;
}

@media screen and (max-width: 640px) {
  .summary-bottom-ads {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.aktywuj #sec-poll .container {
  padding: 20px 5px 0px 5px;
}

.aktywuj #sec-poll h1 {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  color: #000;
  text-transform: uppercase;
}

.step2-1 div:nth-child(1) img:nth-child(1) {
  margin: -4px 41px 47px;
}

.step2-1 div .row {
  width: 580px;
  margin-top: 5px;
}

.step2-1-container-bottom {
  padding-bottom: 10px;
}

#id_pd_register_form_step1 {
  color: #000;
  text-align: left;
  padding: 0px 30px;
}

input::placeholder {
  color: rgb(95, 95, 95);
  font-size: 12px;
}

body.poll .container {
  max-width: 650px;
}

body.poll #top .container img {
  margin-top: 20px;
}

body.poll .summary-top {
  margin: 0 auto;
  background: none;
  max-width: 400px;
}

body.poll .container {
  max-width: inherit;
}

#sec-poll #white1 > h1 {
  width: 360px;
  margin: 0px auto;
  height: 150px;
}

#sec-poll #white1 > h1 > strong {
  font-size: 25px;
}

input#email_field {
  margin-bottom: 5px;
}


@media (max-width: 1050px) {
 
  #board {
    background-position-x: -412px;
  }

  #form-col h2 {
    text-align: center;
    font-size: 26px;
  }

  #form-col > p {
    text-align: center;
    display: block;
    font-size: 17px;
    margin-top: 4px
  }

  .step2-1-container-bottom > .col-md-4 {
    display: none;
  }

  #id_pd_register_form_step1 {
    margin-right: 0px;
  }

  #footer-container p {
    margin-top: 10px;
  }

  #form-col h2.step {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .step2-1-container-bottom {
    padding-bottom: 0px;
  }
}

@media (max-width: 1200px){
  .board-col {
    margin-bottom: 67px;
  }

  .lead {
    margin: 0px -10px 6px;
    line-height: 24px;
    text-align: center;
    font-size: 27px;
    letter-spacing: -1px;
}

}
@media (max-width: 991px) {
  .board-col {
    margin: 0 auto;
    float: inherit;
  }
  
  .img-responsive {
    padding-top: 20px;
    padding-right: 15px;
    padding-left: 15px;
  }

  #board .col-md-6,
  #foot-col {
    padding-left: 15px;
  }

  #foot-col {
    max-width: unset;
  }

  #board,
  body {
    background: #ffffff;
  }

  #board h2 {
    margin-top: 20px;
  }

  #board h1 {
    margin-bottom: 20px;
    font-size: 80px;
  }

  .form-wrapper {
    padding: 30px 10px;
    background-size: cover;
    margin: 45px 0px -20px;
  }

  #sticker {
    position: unset;
    width: 360px;
    max-width: 100%;
    margin-left: unset;
    display: none;
  }

  #sticker_2_step{
    display: none;
  }

  #btn-participate {
    margin-top: 30px;
  }

  .sticker-m,
  .top-m {
    display: block;
  }

  .clock-minute {
    margin: 20px auto;
    float: unset;
  }

  #foot-col.pre-footer-col {
    margin-left: 0px;
  }

  #footer-container {
    margin-top: 20px;
  }

  #form-col {
    max-width: unset;
    padding: 0px 0px 20px;
    background-size: auto;
    border: none;
  }

  #poll_submit,
  #id_pd_register_form #btn-next,
  #but-next,
  #btn-confirm,
  #btn-participate {
    font-size: 25px;
  }

  #sticker-m{
    display: block;
    margin: -30px auto 0px;
    width:103%;
  }
}

@media (max-width: 767px) {
  body.poll .summary-top {
    margin-top: -20px;
    margin-left: 0px;
    max-width: 100%;
  }

  #sec-poll #white1 > h1 {
    margin: -19px 0px 0px 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  #id_pd_register_form_step1 #btn-confirm.btn-submit-top {
    font-size: 22px;
  }
}

#logo_m {
  margin-bottom: -75px;
  width: 100%;
}

@media screen and (min-width: 481px) {
  #logo_m {
    display: none;
  }
}
@media screen and (max-width: 480px) {

  #logo {
    display: none;
  }

  #board {
    padding-bottom: 10px;
  }

  #award-pre {
    margin: -10px auto 10px;
    width: 300px;
  }

  .step2-1 {
    margin-left: 15px;
  }

  #form-col > p {
    text-align: center;
    display: inherit;
    font-size: 15px;
  }

  .lead {
    line-height: 16px;
    font-size: 22px;
  }

  .lead-small {
    font-size: 20px;
    line-height: 14px;
  }

}

.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
  display: none;
}

.radio-toolbar label {
  display: inline-block;
  background: rgb(89,1,23);
  background: linear-gradient(180deg, rgba(89,1,23,1) 0%, rgba(114,1,31,1) 25%, rgba(133,0,35,1) 50%, rgba(114,1,31,1) 75%, rgba(89,1,23,1) 100%);
  padding: 16px 20px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #FFF;
  line-height: 18px;
  border-radius: 25px;
  width: 49%;
}

.radio-toolbar label{
  cursor: pointer;
}

.radio-toolbar input[type="radio"]:checked + label,
.radio-toolbar input[type="radio"]:hover + label {
  background: rgb(242,0,0);
    background: linear-gradient(180deg, rgba(242,0,0,1) 10%, rgba(194,0,0,1) 50%, rgba(170,0,0,1) 90%);
}

.mobile-type {
 text-align: center;
}

.logoContainer{
  background: white;
  padding: 0px;
  margin: 0px;
}



@media (min-width: 1440px) {
  #form-col {
    margin-left: 20px;
  }
  #foot-col {
    margin-left: 20px;
}
}

@media (min-width: 2560px) {
  #form-col {
    margin-left: -5px;
  }
  #foot-col {
    margin-left: -5px;
}
}

@media (max-width: 991px){
  #logo {
    margin: 0px auto -75px;
    width: 100%;
  }
}

body.poll #foot-col, body.aktywuj #foot-col {
  margin-left: auto;
}

