footer {
  background: #dcdde1;
  font-size: 11px;
  padding-top: 20px;
}

@media screen and (max-width: 520px) {
  footer .rspos-f {
    text-align: left;
  }
}

footer .tex-just {
  text-align: justify !important;
}

footer .padd {
  padding-top: 10px !important;
  padding-bottom: 10px;
}

footer a {
  color: #5a5a5e;
}

footer ul {
  list-style: none;
  padding: 0;
}

footer ul li a {
  font-size: 13px;
}

footer .foot-social {
  padding: 3px;
}

@media screen and (max-width: 768px) {
  footer .img-responsive {
    margin: 0 auto;
  }
  footer div {
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  footer .footer-inputs label {
    text-align: left;
    position: relative;
    left: 6px;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-inputs label {
    text-align: left;
    position: relative;
    left: 30px;
  }
}

@media screen and (max-width: 640px) {

  footer .footer-inputs label input, footer .footer-inputs label span {
    float: none !important;
  }
}

@media screen and (max-width: 500px) {
  footer .footer-inputs {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 500px) {
  footer .footer-inputs {
    margin-top: 0 !important;
  }
  footer .footer-inputs label {
    text-align: left;
  }
}

.ctc {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  margin: 0 auto 30px;
  /* text-align: center; */
}

.ctc input.zamowkontaktnumer,
.ctc input.zamowkontaktName,
.ctc input.zamowkontaktnumer-popup,
.ctc input.zamowkontaktName-popup,
.ctc .zamowkontaktGodziny{
  font-size: 12.81px;
  color: #5a5a5a;
  font-weight: bold;
  line-height: 1.125;
  width: 242px;
  text-align: right;
  padding: 0 11px;
  height: 42px;
  letter-spacing: -.2px;
  background-image: url("/img/common/footer-input-footer.png");
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: -10px;
  border: none;
  text-align: left;
  padding-left: 45px;
  width: 100%;
  margin-top: 2px;
  margin-bottom: 2px;
}

.ctc input.zamowkontaktName, .ctc input.zamowkontaktName-popup {
  background-image: url("/img/common/user.png");
  background-repeat: no-repeat;
  background-position: 5px;
}

.ctc .zamowkontaktGodziny{
  background-image: url("/img/common/time.png");
  background-repeat: no-repeat;
  background-position: 5px;
  min-width: 270px;
}


.ctc .ctcError {
  color: #E3382B;
  font-size: 12px;
  font-weight: bold;
  transition-duration: 0.3s;
  display: none;
}

.ctc .button {
  background-color: #e3382b;
  color: #fff !important;
  font-size: 18px !important;
  border-radius: 5px;
  font-weight: 600;
  padding-top: 11px;
  padding-bottom: 11px;
  display: inline !important;
  transition: 200ms box-shadow ease-in-out;
  text-align: center;
  width: 100%;
}

.ctc .button.gr {
  background-color: #000000;
  color: #fff !important;
  font-size: 18px !important;
  border-radius: 5px;
  font-weight: 600;
  padding-top: 11px;
  padding-bottom: 11px;
  display: inline !important;
  transition: 200ms box-shadow ease-in-out;
  text-align: center;
  width: 100%;
}

.ctc label.ctc-perms{
    display: block;
    max-width: none;
}

@media (min-width: 400px and max-width: 768px) {
    .ctc label.ctc-perms {
        display: block;
        max-width: 25%;
        text-align: center;
        margin: auto;
    }
}

.notif {
  position: absolute;
  top: 95px;
  right: 85px;
  opacity: 0;
  display: none;
  width: 595px;
  height: 260px;
  border-radius: 22px;
  background: #fff;
  z-index: 1000;
  padding: 18px;
  transition: 500ms opacity cubic-bezier(0.25, 0.6, 0.6, 1);
  -webkit-animation: grow .5s ease-out reverse;
  animation: grow .5s ease-out reverse;
}

.notif-close {
  position: absolute;
  right: 12px;
  top: -16px;
  color: #9C9C9C;
  cursor: pointer;
}

.notif-close:hover {
  color: #444;
}

.notif.active {
  opacity: 1;
  display: block;
  transition: 500ms opacity cubic-bezier(0.25, 0.6, 0.6, 1);
  -webkit-animation: grow .5s ease-in;
  animation: grow .5s ease-in;
}

.notifbox {
  background: #e3382b;
  color: #fff !important;
  height: 224px;
  width: 530px;
  border-radius: 22px;
  padding: 8px;
  box-sizing: border-box;
}

.notifbox label {
  color: #fff;
  display: inline;
}

.notif .notif-text {
  color: #fff;
}

.notif .notif-text h1 {
  font-size: 18px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.75);
}

.notif .notif-text h2 {
  font-size: 12px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.75);
}

.notif-image img {
  position: absolute;
  right: 8px;
  top: 70px;
}

.notif-input {
  margin-top: 5px;
}

.notif-input input {
  border: 1px solid #fff;
  color: #444;
  padding: 0 .8em;
  width: 270px;
  height: 54px;
}

.notifbox .button.button-light.button-big {
  border: 1px solid #fff;
  position: relative;
  top: -81px;
  left: 381px;
  font-weight: 300;
  text-transform: none !important;
  text-shadow: 0px 3px 8px rgba(142, 12, 2, 0.75);
  font-size: 21px;
  padding: 8px;
}

.claculatorSum {
  position: relative;
  background: #dadadb;
  width: 192px;
  height: 60px;
  right: -335px;
  padding: 9px 12px;
  border-radius: 9px;
  top: -100px;
}

.calculatorSimCount {
  position: relative;
  background: #dadadb;
  width: 120px;
  height: 60px;
  right: 50px;
  padding: 9px 12px;
  border-radius: 9px;
  top: -40px;
  text-align: right;
}

.calctxt {
  font-size: 15px;
  color: #000;
  line-height: .8em;
}

.calcprc {
  font-size: 42px;
  color: #e3382b;
  font-weight: bold;
  line-height: 0.8em;
}

.row.kalkulator-panel {
  position: relative;
  top: -90px;
  left: 2px;
}

input[type=checkbox].notifchkbx {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

input[type=checkbox].notifchkbx + label.notiflbl {
  padding-left: 26px;
  height: 21px;
  display: inline-block;
  line-height: 21px;
  background-repeat: no-repeat;
  background-position: 0 0;
  /* font-size: 21px; */
  vertical-align: middle;
  cursor: pointer;
}

input[type=checkbox].notifchkbx:checked + label.notiflbl {
  background-position: 0 -21px;
}

label.notiflbl {
  background-image: url("/img/common/checkbox.png");
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.modal#modal-verify-intent {
  height: 356px;
  border: 1px solid #DBDBDB;
  -webkit-box-shadow: -1px 0px 75px -2px rgba(51, 51, 51, 0.57);
  -moz-box-shadow: -1px 0px 75px -2px rgba(51, 51, 51, 0.57);
  box-shadow: -1px 0px 75px -2px rgba(51, 51, 51, 0.57);
  top: 20px;
}

#contact-footer.ctc {
  margin-bottom: 0px;
}

@media screen and (max-width: 471px) {
  footer .ctc .zamowkontaktnumer, footer .ctc .zamowkontakt, .ctc .zamowkontaktnumer-popup, .ctc .zamowkontakt-popup {
    display: block;
  }
  footer .ctc .zamowkontaktnumer, .ctc .zamowkontaktnumer-popup {
    margin-bottom: 30px;
    margin: 14px auto 30px;
  }
}

@media screen and (max-width: 1024px) {
  footer .ctc span:first-child {
    display: block;
    margin-bottom: 20px;
    width: 100%;
  }
  .ctc .ctcError {
    top: 45px;
  }
}


@media screen and (max-width: 768px){

    .button.zamowkontakt {
      display: inline-block; !important;
      margin-top: 20px;
      width: 200px;
      margin: 0 auto;
      margin-top: 10px;
      margin-bottom: 10px;
    }

    footer .footer-inputs label {
      left: -5px;
      text-align: center !important;
    }
}



@media screen and (max-width: 640px) {



  #modal-verify-intent.modal {
    height: 100%;
  }
  #modal-verify-intent .button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 530px) {
  footer .ctc input.zamowkontaktnumer, footer .ctc input.zamowkontaktName, .ctc input.zamowkontaktnumer-popup, .ctc input.zamowkontaktName-popup {
    display: block;
    width: 100% !important;
    margin-bottom: 5px;
    margin-right: 10px;
  }
}
