@import "bootstrap-reboot.css";
@import "bootstrap-grid.css";
@import "bootstrap.css";
@import "animate.css";
@import "font-awesome.min.css";
@import "jquery.fancybox.min.css";
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,700,300&subset=latin,latin-ext");

body {
  width: 100%;
  min-height: 100%;
  background: #fff;
  color: #555;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  overflow-x: hidden;
}

input,
select,
textarea,
button,
a,
span,
i,
li,
path {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  outline: none;
  font-family: "Open Sans", sans-serif;
}

.nopadding {
  padding: 0;
}

header {
  margin: 0 5%;
}

header .bgdiv{
  width: 100%;
  height: 100%;
  position: relative;
}
header .container-fluid.bg {
  background: url(../images/head-2025-tlo.jpg) no-repeat bottom left;
  background-size: cover;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
}

header .container-fluid.bg > .row {
  min-height: 750px;
}

header .contactForm .logo {
  display: block;
  position: relative;
  margin: 0 auto 2em auto;
  max-width: 250px;
}

header .contactForm .logo img {
  width: 100%;
}

header .proeko-outer {
  display: inline-block;
  padding: 20px;
  background: #219374;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

header .proeko-outer-png {
  display: inline-block;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

header .proeko-outer-png img{
  width: 70%;
}

header .oprocentowanie-outer img{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 50%;
}

header h1 {
  display: inline-block;
  position: relative;
  margin: 0px auto 0 0;
  color: #fff;
  font-size: 90px;
  font-weight: 300;
  line-height: 1;
  padding: 0;
  text-transform: uppercase;
}

header h1 strong {
  font-weight: 600;
}

header h2 {
  display: table;
  position: relative;
  margin: 0 auto 0 0;
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  padding: 0;
  text-transform: uppercase;
}

header h2 strong {
  font-weight: 600;
}

header .contactForm {
  display: block;
  position: relative;
  padding: 2em 1em;
  height: 100%;
  color: #fff;
  background: #219374;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

header .contactForm h3 {
  display: block;
  position: relative;
  padding: 0 0 1em 0;
  text-align: center;
  line-height: 1.4em;
  font-size: 20px;
  font-weight: 300;
}

header .contactForm h3.strong {
  font-weight: 600;
}

header .contactForm .labels {
  display: block;
  position: relative;
  margin: 0 0 0.5em;
  padding: 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}

header .contactForm .labels i {
  margin-right: 5px;
}

header .contactForm .labels label {
  margin: 0;
  padding: 0;
}

header .contactForm input[type="text"],
header .contactForm select {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 0 1em;
  padding: 0;
  border: 0;
  background: #fff;
  border-radius: 4px;
  font-size: 14px;
  padding: 0.5em 1em;
  font-weight: 400;
  color: #555;
  box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.1);
}

header .contactForm .zgoda {
  font-size: 10px;
  text-align: justify;
  margin-top: 1em;
}

header .contactForm .oswiadczenie {
  line-height: 1.3em;
  font-size: 10px;
  margin-left: 10px;
  text-align: justify;
}

header .contactForm .zgoda a {
  color: #fff;
  text-decoration: underline;
}

header .contactForm input[type="submit"] {
  background: rgb(138, 170, 56);
  border: 0;
  border-radius: 4px;
  font-size: 14px;
  display: block;
  position: relative;
  margin: 1.5em auto 0 auto;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  padding: 1em;
  cursor: pointer;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
}

header .contactForm input[type="submit"]:hover {
  background: rgb(63, 77, 16);
  color: #fff;
}

header .contactForm .ajax-result {
  display: block;
  position: relative;
  margin: 0 0.5em 1em 0.5em;
  height: 24px;
}

main {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 0 3em 0;
}

main .benefitsTable {
  width: 100%;
  display: table;
  margin: 3em auto 0 auto;
  padding: 0;
  border: 0;
  border-collapse: collapse;
  text-align: center;
}

main .benefitsTable tr td {
  width: calc(100% / 6);
  vertical-align: text-top;
  border-right: 3px solid #219374;
}

main .benefitsTable tr td:last-child {
  border: 0;
}

main .benefitsTable tr td p.title {
  color: #219374;
  font-size: 30px;
  font-weight: 600;
}

main .benefitsTable tr td p.desc {
  font-weight: 400;
  line-height: 1.5em;
  margin: 0;
}

main .benefitsTable .esg-logo {
  max-width: 100px;
}

main .sep {
  display: block;
  position: relative;
  margin: 3em auto;
  height: 3px;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    #219374 50%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    #219374 50%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    #219374 50%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

main a.pobierzRegulamin {
  display: table;
  margin: 1em auto 0 auto;
  text-align: center;
  color: #555;
  font-size: 16px;
  font-weight: 400;
}

main a.pobierzRegulamin i {
  color: #a01111;
  margin-right: 5px;
  font-size: 24px;
}

main h5 {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 1.6em;
  font-size: 25px;
  font-weight: 300;
}

main h5 strong {
  font-weight: 600;
}

main .symbol {
  display: block;
  position: relative;
  margin: 1em auto 0 auto;
}

main .symbol h5 {
  font-weight: 400;
  margin-bottom: 2em;
}

main .symbol2022 {
  margin: 0 auto 1em auto;
  text-align: center;
  display: block;
  position: relative;
}

main h3 {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 1.6em;
  font-size: 40px;
  font-weight: 400;
  color: #219374;
  text-align: center;
}

main h4 {
  display: block;
  position: relative;
  margin: 0 0 1em 0;
  padding: 0;
  line-height: 1.6em;
  font-size: 25px;
  font-weight: 400;
  color: #219374;
  text-align: center;
}

main p.eko-torba {
  display: block;
  position: relative;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6em;
  margin-top: 50px;
  text-align: center;
}

main p.eko-torba strong {
  font-weight: 500;
  color: #219374;
}

main img.eko-torba {
  width: 100%;
  max-width: 350px;
  display: block;
  position: relative;
  margin: 0 auto 30px auto;
}

main .benefitsList {
  display: block;
  position: relative;
  list-style-type: circle;
  font-size: 18px;
  line-height: 1.6em;
  margin: 0;
}

main .benefitsList.last {
  margin-bottom: 2em;
}

main .benefitsList strong {
  font-weight: 600;
  color: #219374;
}

main p.przykladReprezentatywny {
  display: block;
  position: relative;
  padding: 0;
  line-height: 1.6em;
}

main p.przykladReprezentatywny strong {
  font-weight: 600;
  color: #219374;
}

main .proekoInfo {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

main .proekoInfo img {
  width: 80px;
  margin-right: 20px;
}

main .proekoInfo p {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 300;
}

footer {
  background: #f5f5f5;
  padding: 3em 0;
  text-align: center;
  font-size: 12px;
}

footer img {
  display: block;
  position: relative;
  margin: 0 auto 2em auto;
  width: 70px;
}

footer p {
  line-height: 2em;
  display: block;
  position: relative;
  margin: 0;
}

footer p a {
  color: #219374;
}

.send-fail,
.send-ok {
  display: block;
  position: relative;
  text-align: center;
  margin: 0;
  font-weight: 600;
  background: rgba(255, 255, 255, 1);
  padding: 0.5em;
  border-radius: 25px;
  line-height: 1em;
  font-size: 12px;
}

.send-fail {
  color: red;
}

.send-ok {
  color: green;
}

@media (max-width: 769px) {
  header .logo {
    text-align: center;
  }

  header .logo-moj-dom {
    max-height: 50px;
    margin: 15px 10px 0 0px;
  }

  header .logo img {
    text-align: center;
  }
  header h1 {
    margin: 10px 0 0 0;
    font-size: 35px;
  }
  header h2 {
    margin: 0 auto;
    font-size: 20px;
  }
  .benefitsTable tr td {
    display: block;
    position: relative;
    width: 100% !important;
    border-right: 0 !important;
  }
  .benefitsTable tr td p.title {
    margin-bottom: 0.3em;
  }
  .benefitsTable tr td p.desc {
    margin-bottom: 1em !important;
  }
  main {
    padding: 0 1em 2em 1em;
  }
  main h5,
  main h4 {
    font-size: 20px;
    text-align: center;
  }
  header .proeko-outer {
    display: table;
    margin: 0 auto 50px auto;
    padding: 10px;
  }
  header .proeko-outer-png {
    display: table;
    margin: 0 auto 50px auto;
    padding: 10px;
    padding-left: 0px;
  }
  header .proeko-outer-png img{
    width: 50%;
  }
  header .oprocentowanie-outer {
    display: table;
    margin: 0 auto 50px auto;
    padding: 10px;
  }
   header .oprocentowanie-outer img{
    width: 50%;
    padding-bottom: 10px;
  }
  main p.eko-torba {
    margin-top: 0;
  }
  main img.eko-torba {
    margin: 0 auto;
    text-align: center;
  }
  main .sep {
    margin: 2em 0 !important;
  }
  main .benefitsList {
    font-size: 16px;
  }
  main p.przykladReprezentatywny {
    text-align: justify;
  }
  iframe {
    margin-bottom: 30px;
  }
}
