@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,600&subset=latin-ext');


body {
  color: #fff;
  font-family: Rubik, arial, sans-serif;
  min-height: 100vh;
  background-image:url(../img/benefits.jpg);
  background-size: cover;
  background-attachment: fixed;
}

input, select, option {
  outline: 0 !important;
}

.wrapper {
  max-width: 1366px;
  padding: 0 85px;
  margin: 0 auto;
}

.site-header {
  padding: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
}

.logo {
  display: inline-block;
}

main {
  padding-top: 30px;
  padding-bottom: 45px;
}

.foot-main {
  clear: both;
  float: none;
  font-size: 12px;
  color: #99d1ed;
}

.foot-main img {
  display: inline-block;
  position: relative;
  top: 2px;
  vertical-align: bottom;
  margin: 0 4px;
}

main h1 {
  font-size: 45px;
  margin-bottom: 30px;
  margin-top: 10px;
  line-height: 1;
  padding-right:20px;
}

main h2 {
  font-size: 35px;
  margin-bottom: 40px;
}

main p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}

main ul {
  padding-left: 30px;
}

main ul li {
  list-style: none;
  position: relative;
  margin-bottom: 5px;
}

main ul li:before {
  content: "\f0c8";
  font-family: FontAwesome;
  position: absolute;
  left: -30px;
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
  font-size: 10px;
  top: 4px;
  color:red;
}

.ads {
  width:100%;
  text-align:center;
  margin-bottom:60px;
}
p.medium-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1;
  color:#000;
  }

  p.small-title {
    color:#000;
    margin:25px 0;
  }

  .red {color:#ff0000;}

  a {
    color:#ff0000;
    text-decoration: none;
}

  a:hover {
    color: #fff;
    text-decoration: none;
    transition: 0.4s;
  }

/* IMAGES */
footer .images {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 999;
}

main .images {
  display: none;
}

/* FOOTER */
footer {
  background: #01a5ea;
  height: 70px;
  padding: 25px 0;
  position: relative;
}

footer .wrapper, .shape {
  z-index: 9;
}

footer a {
  color: #fff;
}

.flat {
  top: 0px;
  height: 110px !important;
  z-index: 99;
  background: #01a5ea !important;
}

.footer-cont {
  padding: 30px 85px 30px 85px;
  box-sizing: border-box;
}

.footer-cont a:hover, .informations a:hover {
  opacity: 1;
}

.footer-menu, .copyright {
  z-index: 9999;
}

.footer-menu {
  float: right;
  text-align: center;
}

.informations {
  padding: 25px 0;
  color: #aaa;
  text-align: center;
  background: #fff;
}

.informations a {
  color: #00A1E8;
  text-decoration: underline;
}

/* form */
main form {
  font-size: 16px;
}

main form > div p {
  font-size: 12px;
  width: 90%;
  float: right;
  text-align: left;
  margin-bottom: 10px;
}

main form .checkbox-cont {
  font-size: 12px;
  line-height: 1.2;
  margin-top: 10px;
}

main form .checkbox-cont label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  font-size: 10px;
  border-bottom: 0;
  float: right;
}

main form input[type=checkbox], main form input[type=radio] {
  float: left;
  width: 12x;
  height: 12px;
  margin-right: 15px;
  margin-top: 0;
}

main form input[type="checkbox"] {

}

main form input[type="text"], main form input[type="email"], main form input[type="phone"], main form select {
  display: block;
  color: #000;
  height: 40px;
  width: 100%;
  padding: 15px;
  margin-bottom: 1px;
  border: 1px solid #cacaca;
}

main form input[type="text"].validation-false, main form input[type="email"].validation-false, main form input[type="phone"].validation-false {
  border: 1px solid #ff0000;
}

main form select {
  /* styling */
  background-color: white;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  border-radius: 0;
  margin-bottom: 0;
  /* reset */
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  /*-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-appearance: none;*/
  position: relative;
  background: url(../gfx/chevron-down.png) no-repeat #fff;
  background-position: right center;
  /*  background-position: right 15px center;
  background-position:
     calc(100% - 20px) calc(1em + 2px),
     calc(100% - 15px) calc(1em + 2px),
     calc(100% - 2.5em) 0.5em;
   background-size:
     5px 5px,
     5px 5px,
     1px 1.5em;
   background-repeat: no-repeat;*/
}

.option {
  max-width: 100%;
}

.select-wrapper {
  position: relative;
  margin-bottom: 10px;
}

.select-wrapper.first {
  margin-bottom: 20px;
}

/*.select-wrapper:after{
    content: url(../gfx/chevron.png);
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    padding: 5px 15px;
    border-left: 1px solid #e5e5e5;
}*/
main form select.opened {
  background: url(../gfx/chevron-down.png) no-repeat #fff;
  background-position: right center;
  outline: 0;
  border: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.title-sublarge {
  font-size: 50px;
  font-weight: bold;
}

.section-white {
  background-color: #fff;
  width: 100%;
}

.section-white .wrapper .icon-title {
  color: #000;
  font-size: 35px;
  margin-top: 58px;
  font-family: Signika, SenticoSansDT-Regular;
}

.section-white .wrapper .container-with-icon {
  display: inline-block;
  width: 19%;
  height: 400px;
}

.section-white .wrapper .container-with-icon .icon-wrap {
  height: 50%;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-white .wrapper .container-with-icon .icon-text {
  color: #000;
  height: 25%;
  margin: 0;
  text-align: center;
  padding-top: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-white .wrapper .container-with-icon .img-equal {
  margin-bottom: -22px;
}

.section-white .full-width-border .icon-normal-text {
  width: 100%;
  color: #000;
  font-size: 15px;
  text-align: center;
  padding-top: 57px;
  border-top: 1px solid #999999;
}

.section-white .full-width-border .icon-small-text {
  color: #000;
  font-size: 13px;
  text-align: center;
  margin-bottom: 57px;
}

.title-desktop {
  display: block;
}

.title-mobile {
  display: none;
}

.main-section {
  position: relative;
}

.img-mobile-small {
  display: none;
}

@media screen and (max-width: 1366px) {

  .site-header {
      padding:0;
  }
  main {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  main h1 {
    font-size: 47px;
    margin-top: 10px;
  }
  main h2 {
    margin-bottom: 30px;
  }
  main p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
  }
  main ul li {
    margin-bottom: 10px;
  }
  .select-wrapper {
    margin-bottom: 7px;
  }
  main form input[type="text"], main form input[type="email"], main form select {
    display: block;
    height: 34px;
    padding: 5px 10px;
    margin-bottom: 8px;
  }
  .select-wrapper.first {
    margin-bottom: 13px;
  }
  main form input[type="submit"] {
    padding: 10px 40px;
  }
  main form {
    font-size: 15px;
  }
  main form .checkbox-cont label {
    font-size: 9px;
    font-weight: normal;
  }
  main form .checkbox-cont {
    margin-top: 5px;
  }

}

@media screen and (max-width: 1199px) {

  .main-section {
    position: relative;
  }

  .wrapper {
    padding: 0;
  }
  .mobile-wrapper {
    padding: 0 85px;
    position: relative;
  }

  main {
    padding-bottom: 0;
  }
  main form {
    padding: 0;
  }
  .copy {
    margin-bottom: 0;
    position: relative;
  }
  .form-cont {
    padding: 90px 0 100px 0;
    background: #01a5ea;
    margin-top: 85px;
  }
  body.has-waves main {
    padding-bottom: 0px !important;
  }
  main form > div p {
    width: 95%;
  }
  footer {
    height: auto;
    background: #019ae0;
  }
  .informations {
    /*    background: #019ae0;*/
    text-align: center;
    font-size: 12px;
    /*    margin-top: 40px;*/
  }
  .footer-menu {
    float: left;
    padding-right: 0;
  }
  .footer-cont {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .footer-cont .row {
    margin-left: 0;
    margin-right: 0;
  }
  .copyright {
    margin-top: 45px;
    text-align: center;
    padding-right: 0;
  }
  footer .images .shape1 {
    display: none;
  }
  main .images {
    position: absolute;
    width: 100%;
    top: 695px;
    z-index: 999;
    display: block;
    left: 0;
  }
}

body.campaign-zaleje_mieszkanie .wave1 {
  opacity: .5;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .icon-wrap img {
    width: 80%;
  }
}

@media (max-width: 1000px) {
  .section-white .wrapper .icon-title {
    font-size: 25px;
    padding-left: 20px;
    margin-bottom: 80px;
  }
  .section-white .wrapper .container-with-icon {
    width: 49%;
    height: 350px;
  }
  .section-white .wrapper .container-with-icon .icon-text {
    padding-top: 30px;
  }
  .section-white .full-width-border .icon-normal-text {
    font-size: 13px;
    padding: 40px 40px 0 40px;
  }
  .section-white .full-width-border .icon-small-text {
    padding: 0 40px;
    margin-bottom: 40px;
  }
  .informations {
    max-width: 600px;
    margin: 0 auto;
  }
}

@media (min-width: 670px) and (max-width: 860px) {

  .img-mobile-small .img-person-big {
    width: 50vw;
    margin-top: 50px;
    margin-right: -30px;
  }
}

@media screen and (max-width: 860px) {
  .foot-main {
    text-align: center;
  }

  main h1 {
    font-size: 40spx;
  }
  main h2 {
    font-size: 30px;
  }

  main ul li {
    margin-bottom: 10px;
  }

  .img-mobile-small {
    display: block;
    position: absolute;
    top: 30px;
    right: -15px;
  }
  .img-mobile-small img {
    width: 30vw;
  }
}

@media screen and (max-width: 700px) {
  .title-sublarge {
    max-width: 100%;
  }

}

@media screen and (max-width: 768px) {
  .title-sublarge {
    max-width: 80%;
  }
  .container-with-icon {
    width: 49%;
    height: 250px;
  }
  .form-cont {
   margin-top: 85px;
  }
  main h1 {
    font-size: 35px;
  }
  main h2 {
    font-size: 20px;
  }
  main .images {
    top: 100%;
    margin-top: 100px;
  }
  .copy {
    margin-bottom: 110px;
  }

  .footer-menu {
    float: none;
  }
  .site-header {
    padding: 0;
  }
  .informations {
    max-width: 500px;
    margin: 0 auto;
    display: block;
  }

  .img-mobile-small img {
    width: 40vw;
  }
  .container-with-icon {
    padding: 0 10px;
  }
  .container-with-icon .icon-wrap img {
    width: 80%;
  }
  wrapper .icon-title {
    margin-bottom: 0;
  }
}

  @media screen and (max-width: 1247px) and (min-width: 1100px)  {


.ads {
  width:100%;
  text-align:right;
}
}


@media screen and (max-width: 1099px) {


  .ads {
    width:100%;
    text-align:right;
    padding-left:130px;
  }


  .ads img {
    width:100%;
    text-align:right;

  }


  }

@media screen and (max-width: 640px) {

  .mobile-wrapper {
    padding: 0;
  }
  main form {
    padding: 0 15px;
  }
}

@media screen and (max-width: 480px) {
  .title-desktop {
    display: none;
  }
  .title-mobile {
    display: block;
    font-size: 23px !important;
  }
  .informations {
    max-width: 300px;
    margin: 0 auto;
    display: block;
  }
  .logo {
    max-width: 150px;
    margin-top: 6px;
  }
  .tel {
    font-size: 20px;
    margin-top: 7px;
  }

  .small-title {
    font-size: 17px;
    padding-right: 20px;
  }
  .list {
    padding-right: 20px;
  }
  .img-mobile-small .img-person-big {
    width: 50vw;
    margin-top: 40px;
    margin-right: -17px;
  }
  .section-white .wrapper .icon-title {
    margin-bottom: 40px;
  }
  .section-white .wrapper .container-with-icon {
    width: 49%;
    height: 250px;
  }
  .section-white .wrapper .container-with-icon .icon-text {
    padding-top: 30px;
  }
}

@media screen and (max-width: 407px) {
  .form-cont {
    padding: 90px 10px 100px 10px;
  }
}

@media screen and (max-width: 383px) {

}

@media screen and (max-width: 383px) {
  .logo {
    max-width: 150px;
    margin-top: 11px;
  }
  .tel {
    font-size: 16px;
    margin-top: 11px;
  }
  main h1 {
    font-size: 48px;
  }
  main h2 {
    font-size: 18px;
  }
  .whale-shape {
    margin-top: 0;
  }
}

label[for] {
  cursor: pointer;
}

.bootstrap-select,
.dropdown-menu,
.dropdown-menu > li > a,
.bootstrap-select .btn,
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  font-weight: 500;
  font-size: 16px;
  color: #000 !important;
}

.bootstrap-select .btn {
  border: none;
  border-radius: 0;
  background: #ffffff !important;
}

.bootstrap-select .btn.dropdown-toggle:focus {
  outline: 0 !important;
  border: none !important;
  box-shadow: none;
}

.dropdown-menu > li {
  background-color: #fff;
}

.dropdown-menu > li > a,
.bootstrap-select .btn {
  padding: 9px 12px;
}

div.dropdown-menu {
  border-radius: 0;
  border: none;
  margin: 0;
  padding: 0;
}

ul.dropdown-menu li {
  margin-bottom: 0 !important;
  border-top: 1px solid #e5e5e5;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  padding: 0;
  width: 100%;
}

.select-wrapper.validation-false .btn-group {
  border: 1px solid #f00;
}

.select-wrapper .btn-group {
  border: 1px solid transparent;
}

body.has-waves .moby-dick {
  -ms-transform: translate(-50%, 28px);
  transform: translate(-50%, 28px);
}

body.has-waves main {
  padding-bottom: 75px;
}

body.has-waves footer {
  background-color: transparent !important;
  margin-top: -30px;
}

.custom_checkbox {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  z-index: -1;
}

.sending {background:red;}

.custom_checkbox + label {
  line-height: 1.6;
  vertical-align: middle;
}

.custom_checkbox:hover + label .custom_checkbox_span:after {
  opacity: 0.5;
}

.custom_checkbox:checked + label .custom_checkbox_span:after {
  opacity: 1;
}

.validation-false + label .custom_checkbox_span {
  border: 1px solid #f00;
}

.custom_checkbox_span {
  vertical-align: middle;
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  /*display: block;*/
  margin-top: 2px;
  background: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 13px;
  border: 1px solid white;
}

.custom_checkbox_span:after {
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  display: block;
  font-family: 'FontAwesome';
  content: "\f00c";
  color: #006fba;
  opacity: 0;
}

@media (max-width: 768px) {

  main .images {
    margin-top: 40px;
    position: relative;
    width: 100vw;
    margin-left: -15px;
    height: 100px;
  }
  .submit-btn {
    font-size: 18px;
  }
  .form-cont {
    padding-bottom: 50px;
    padding-top: 20px;
    margin-top: 0px;
  }
  footer {
    clear: both;
  }
  footer a, footer {
    color: rgba(255, 255, 255, 0.6);
  }
  .copyright {
    margin-top: 25px;
  }
  body main {
    padding-bottom: 0;
  }
  .wave2 {
    top: 5px;
  }
  .copy {
    margin: 0;
  }
  .site-header {
    border-bottom: 0;
  }
  .wardrobe {
    top: 20px;
  }
  .shape {
    position: absolute;
    bottom: 0;
    overflow: hidden;
  }
  .wave1 {
    top: auto;
    bottom: -5px;
  }
  body.campaign-pozre_wieloryb .moby-dick {
    -ms-transform: translate(-50%, 19px) scale(-1, 1) !important;
    transform: translate(-50%, 19px) scale(-1, 1) !important;
  }
  .wave2 {
    top: auto;
    bottom: 0px;
    height: 75px;
  }
  main {
    padding-bottom: 0 !important;
   }
  body.has-waves .footer-cont {
    padding-top: 0;
  }
  body.no-waves .images {
    height: 30px;
  }
  body.campaign-dziecko_studia_zagranica main .images {
    display: none !important;
    margin-top: 0 !important;
    height: 100px;
  }
  body.campaign-dziecko_studia_zagranica .moby-dick {
    top: 0 !important;
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
  body.campaign-bedziesz_mial_wypadek main .images {
    display: none !important;
  }
  body.campaign-bedziesz_mial_wypadek .moby-dick {
    -ms-transform: translate(-50%, 59px) scale(-1, 1) !important;
    transform: translate(-50%, 59px) scale(-1, 1) !important;
  }
  .footer-cont {
    padding: 30px 0;
  }
}

.shape.flat {
  display: none !important;
}


a.link-pdf {
  color: #fff;
}

a.link-pdf:hover {
  text-decoration: underline;
}

.errorMsg {
  font-size:10px;
  color:#ff0000;
  margin-top:3px;
  margin-bottom:10px;
}

.form_group {

    margin-bottom: 15px;
    display: block;

}

.form-cont {
  background: #fff;
    padding: 50px 45px;
    color: #222;
    box-shadow: 0 0 28px rgba(0,0,0,0.15), 0 5px 20px rgba(0,0,0,0.1);
  }
}

/*# sourceMappingURL=style.css.map */
