.landingPage {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cta1 {
font-family: TTMastersBlack, serif;
color: #252533;
font-size: 21px;
font-weight: 900;
background-color: #F7B10B;
text-align: center;
display: inline-block;
width: 160px;
padding: 12px 0 12px 0;
border-radius: 30px;
border: none;
    margin:0 auto;
}

.cta2 {
    display:none;
    font-family: TTMastersBlack, serif;
    color: #ffffff;
    font-size: 21px;
    font-weight: 900;
    border: none;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari*/
  -khtml-user-select: none; /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.landingPage form span,
.landingPage form input ,
.landingPage form select {
  display: block;
  margin-bottom:5px;
}

.landingPage input,
.landingPage select {
  width: 100%;
  height: 47px;
  border-radius: 8px;
  border: solid 2px #DA9C06;
  padding: 6px 12px;
  background-color: white;

  font-family: TTMastersBirdsBold, serif;
  color:  #191923;
  font-size: 15px;
  font-weight: 700;
}
.landingPage select:disabled {
  color: silver;
}


.landingPage input:focus {
  border: solid 2px #191923;
}

.landingPage input::-webkit-input-placeholder,
.landingPage input:-moz-placeholder,
.landingPage input::-moz-placeholder,
.landingPage input:-ms-input-placeholder {
  color:  #A0A0A4;
}

.landingPage label {
  font-family: TTMastersBirdsBold, serif;
  font-size: 15px;
  font-weight: 700;
}

/* ############## */
/* ### BANNER ### */
/* ############## */

.landingPage .banner {
  height: 630px;
  width: 100%;
  background-image: url("../images/banner-2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;

  /* FlexBox */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.landingPage .welcome {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.landingPage .banner .bgFilter {
  top: 0;
  left: 0;
  width: 100%;
  height: 630px;
  position: absolute;

  background-color: rgba(0,0,0, .1);
}

.landingPage .banner .title,
.landingPage .banner .subtitle,
.landingPage .banner button {
  z-index: 1;
}

.landingPage .banner .title {
  margin-top: 5rem;
}

.landingPage .banner .subtitle {
  margin-left: 20px;
}

.landingPage .banner h2 {
  font-family: TTMastersBlack, serif;
  color: #FFFFFF;
  font-size: 52px;
  font-weight: 900;
  line-height: 52px;
  text-align: center;
}

.landingPage .banner h3 {
  font-family: TTMastersCondensedBold, serif;
  color: #f9b20b;
  font-size: 36px;
  font-weight: 700;
  display: inline-block;

  padding-right: 18px;
}

.landingPage .banner h4 {
  font-family: TTMastersCondensedBold, serif;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;

  margin-top: 17px;
  padding: 6px 18px;
  display: inline-block;

  background-image: url("../images/txt-bg.svg");
  background-size: cover;

  -ms-transform: rotate(10deg); /* IE 9 */
  -webkit-transform: rotate(10deg); /* Chrome, Safari, Opera */
  transform: rotate(10deg);
}

.landingPage .banner button {
  padding: 8px 20px 8px 20px;
  background-color: #F7B10B;
  border-radius: 30px;
  border: none;

  margin-top: 60px;

  font-family: TTMastersBold, serif;
  color: #191923;
  font-size: 17px;
  font-weight: 900;

  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.landingPage .banner button:hover {
  background-color: #DA9C06;
  color: #FFFFFF;

  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.landingPage .banner button:active {
  -ms-transform: scale(.95); /* IE 9 */
  -webkit-transform: scale(.95); /* Chrome, Safari, Opera */
  transform: scale(.95);
}

/* ############## */
/* ## SECTION-2 # */
/* ############## */

.landingPage .section-2 {
  width: 100%;
  height: 700px;
  position: relative;

  padding: 0 144px 0 144px;

  /* FlexBox */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.landingPage .section-2 .container {
  background-color: #FAB40E;
  z-index: 1;
  height: 850px;
  max-width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 206px 0 206px;

  -webkit-box-shadow: 2px 0 46px -9px rgba(0,0,0,0.39);
  -moz-box-shadow: 2px 0 46px -9px rgba(0,0,0,0.39);
  box-shadow: 2px 0 46px -9px rgba(0,0,0,0.39);

  /* FlexBox */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.landingPage .section-2 .descriptionMobile {
  display: none;
}

.landingPage .section-2 .description {
  /* FlexBox */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.landingPage .section-2 .description h2,
.landingPage .section-2 .description p {
  text-align: center;
}

.landingPage .section-2 .description h2 {
  font-family: TTMastersBlack, serif;
  color: #191923;
  font-size: 48px;
  font-weight: 900;
  padding: 28px 0;
}

.landingPage .section-2 .description p {
  font-family: TTMastersBold, serif;
  color: #FFFFFF;
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
}

.landingPage .section-2 img.icon,
.landingPage .section-2 img.number {
  margin-top: 21px;
  max-height: 63px;
}

.landingPage .section-2 .steps {
}

.landingPage .section-2 .steps .step {
  display: flex;
  align-items: center;
  margin: 35px 0;
}
.landingPage .section-2 .step.four {
  margin-bottom: 0;
}

.landingPage .section-2 .steps .step .icon {
  height: 128px;
  width: 128px;
  border: 3px dashed #191922;
  border-radius: 15px;
  line-height: 120px;
  text-align: center;
}

.landingPage .section-2 .steps .step .icon img {
  height: 90px;
  width: auto;
}
.landingPage .section-2 .steps .step.one .icon img {
  margin-left: 7px;
}

.landingPage .section-2 .steps .step .caption {
  padding-left: 35px;
}

.landingPage .section-2 .steps .step .caption .title {
  font-size: 42px;
  color: #191922;
  font-family: TTMastersBlack, serif;
}
.landingPage .section-2 .steps .step .caption .subtitle {
  font-size: 24px;
  color: #191922;
  font-family: TTMastersBlack, serif;
}

/* ############## */
/* ## SECTION-3 # */
/* ############## */

.landingPage .section-3 {
  position: relative;
  /*height: 700px;*/
  width: 100%;
  /* FlexBox */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.landingPage .section-3 .bgFilter {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  background-color: rgba(0,0,0, .3);
}

.landingPage .section-3 .arrowLeft,
.landingPage .section-3 .arrowRight,
.landingPage .section-3 .wrapper,
.landingPage .section-3 .slider {
  z-index: 1;
}
.landingPage .section-3 .arrowLeft img,
.landingPage .section-3 .arrowRight img{
  height: 20px;
}

.landingPage .section-3 .arrowLeft img {
  transform: rotate(180deg);
}

.landingPage .section-3 .arrowLeft,
.landingPage .section-3 .arrowRight {
  display: none;
  background-color: rgba( 25, 25, 35, .3);
  color: #FFFFFF;
  padding: 20px 26px;
  border-radius: 30px;
  cursor: pointer;

  -webkit-transition: background-color 500ms ease;
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.landingPage .section-3 .arrowLeft:hover,
.landingPage .section-3 .arrowRight:hover {
  background-color: rgba( 25, 25, 35, 1);

  -webkit-transition: background-color 500ms ease;
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.landingPage .section-3 .arrowLeft {
  position: absolute;
  left: 50px;
}

.landingPage .section-3 .arrowRight {
  position: absolute;
  right: 50px;
}

.landingPage .section-3 .wrapper {
  height: 100%;
  width: 100%;
  padding-top: 0;

  /* FlexBox */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.landingPage .section-3 .wrapper .title h3 {
  font-family: TTMastersBirdsBlack, serif;
  color:  #252533;
  font-size: 36px;
  font-weight: 900;
}

.landingPage .section-3 .slick-list,
.landingPage .section-3 .slick-track {
  height: 100% !important;
}

.landingPage .section-3 .slick-dots {
  bottom: 100px;
}

.landingPage .section-3 .wrapper .content {
  position: relative;
  height: 100%;
  width: 100%;
  padding-bottom: 100px;
  background-size: cover;
  background-repeat: none;

  /* FlexBox */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.landingPage .section-3 .wrapper .slickWrapper {
  height: 100%;
  width: 100%;
}

.slick-list.draggable {
  min-height: 300px !important;
}

.landingPage .section-3 .wrapper .slickWrapper .slick-current {}

.landingPage .section-3 .wrapper .slickWrapper button.slick-prev,
.landingPage .section-3 .wrapper .slickWrapper button.slick-next {
  top: 45%;
  transform: translateY(-50%);
  z-index: 9;

  background-color: rgba( 25, 25, 35, .3);
  width: 60px;
  height: 60px;
  border-radius: 30px;

  -webkit-transition: background-color 500ms ease;
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}
.landingPage .section-3 .wrapper .slickWrapper button.slick-prev:hover,
.landingPage .section-3 .wrapper .slickWrapper button.slick-next:hover {

  background-color: rgba( 25, 25, 35, 1);

  -webkit-transition: background-color 500ms ease;
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.landingPage .section-3 .wrapper .slickWrapper button.slick-prev {
  margin-left: 90px;

  transform: rotate(180deg);
}

.landingPage .section-3 .wrapper .slickWrapper button.slick-prev:before {
  content: url("../images/slider-arrow.svg");
  display: inline-block;
  width: 20px;
  margin-left: 3px;
}

.landingPage .section-3 .wrapper .slickWrapper button.slick-next {
  margin-right: 90px;
}

.landingPage .section-3 .wrapper .slickWrapper button.slick-next:before {
  content: url("../images/slider-arrow.svg");
  display: inline-block;
  width: 20px;
  margin-left: 3px;
}

.landingPage .section-3 .wrapper .slickWrapper .slick-dots li:hover button:before  {
  color: #B68A0F;
}
.landingPage .section-3 .wrapper .slickWrapper .slick-dots li.slick-active button:before {
  color: #B68A0F;
  border: 2px solid #b67f00;
  border-radius: 30px;
  background-color: #B68A0F;
  margin-top: -2px
}

.landingPage .section-3 .wrapper .slickWrapper .slick-dots li button:before {
  font-size: 15px;
}
.landingPage .section-3 .wrapper .content .caption {
  position: relative;
  z-index: 1;
  padding: 0 15px;
  text-align: center;
}

.landingPage .section-3 .wrapper .content h2 {
  font-family: TTMastersBlack, serif;
  color:  #ffffff;
  font-size: 52px;
  font-weight: 900;
  text-align: center;
  line-height: 52px;
}

.landingPage .section-3 .wrapper .content p {
  font-family: TTMastersBold, serif;
  color:  #252533;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  padding: 13px 10px;
  display: none;
}

.section-3 .price {
  font-family: TTMastersBlack, serif;
  color:  #252533;
  font-size: 21px;
  font-weight: 900;
  background-color: #F7B10B;
  text-align: center;

  display: inline-block;
  width: 160px;
  padding: 12px 0 12px 0;
  border-radius: 30px;
  border: none;
}

.landingPage .section-3 .wrapper .dots {
  display: none;
  margin-bottom: -74px;
}

.landingPage .section-3 .wrapper .dots ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.landingPage .section-3 .wrapper .dots ul li {
  display: inline-block;
  padding: 4px;
}

.landingPage .section-3 .wrapper .dots ul li span {
  height: 9px;
  width: 9px;
  border-radius: 8px;
  border: none;
  background-color: #969993;
  display: inline-block;

  -webkit-transition: background-color 500ms ease;
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.landingPage .section-3 .wrapper .dots ul li span.active {
  background-color: #F7B10B;
  border: 1px solid #DA9C06;
}

.landingPage .section-3 .wrapper .dots ul li span:hover {
  cursor: pointer;
  background-color: #F7B10B;

  -webkit-transition: background-color 500ms ease;
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

/* ############## */
/* ## SECTION-4 # */
/* ############## */

.landingPage .section-4 {
  width: 100%;
  height: 754px;
  background-color: #252533;

  padding: 0 144px 0 144px;

  /* FlexBox */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.landingPage .section-4 .content {
  z-index: 0;

  background-color: #252533;
  max-width: 1200px;
  padding: 0 206px 0 206px;
  margin-top: 100px;

  border-bottom: none;


  /* FlexBox */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.landingPage .section-4 .content h2 {
  background-image: url("../images/jak-dzialamy.svg");
  background-position-y: -290px;
  background-size: cover;
  font-family: TTMastersBold, serif;
  color: #ffffff;
  font-size: 52px;
  display: inline-block;
  font-weight: 900;
  height: 142px;
  width: 441px;
  padding-top: 54px;
  text-align: center;
}

.landingPage .section-4 .content p {
  font-family: TTMastersBold, serif;
  color:  #f9b20b;
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;

}

.landingPage .section-4 .content .fakeBg {
  position: absolute;
  width: 100%;
  height: 50px;
  background: #252533;
  margin-top: 150px;
}

.landingPage .section-4 .videoBox {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  z-index: 1;

  background: -moz-linear-gradient(top, rgba(37,37,51,1) 0%, rgba(37,37,51,1) 15%, rgba(37,37,51,1) 26%, rgba(37,37,51,0) 32%, rgba(37,37,51,0) 35%);
  background: -webkit-linear-gradient(top, rgba(37,37,51,1) 0%,rgba(37,37,51,1) 15%,rgba(37,37,51,1) 26%,rgba(37,37,51,0) 32%,rgba(37,37,51,0) 35%);
  background: linear-gradient(to bottom, rgba(37,37,51,1) 0%,rgba(37,37,51,1) 15%,rgba(37,37,51,1) 26%,rgba(37,37,51,0) 32%,rgba(37,37,51,0) 35%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#252533', endColorstr='#00252533',GradientType=0 );

}

.landingPage .section-4 .videoContainer {
  width: 100%;
  position:relative;
  padding-bottom:56.25%;
  padding-top:30px;
  height:0;
  overflow:hidden;
}

.landingPage .section-4 .videoContainer iframe,
.landingPage .section-4 .videoContainer object,
.landingPage .section-4 .videoContainer embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  border: none;
}

/* ############## */
/* ## SECTION-5 # */
/* ############## */

.landingPage .section-5 {
  position: relative;
  height: auto;
  width: 100%;
  padding-bottom: 100px;
  background-image: url("../images/section-5-bg.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
}

.landingPage .section-5 .bgFilter {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  background: rgba(37,37,51,1);
  background: -moz-linear-gradient(top, rgba(37,37,51,1) 8%, rgba(37,37,51,0.76) 68%, rgba(37,37,51,0.67) 89%, rgba(37,37,51,0.63) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(8%, rgba(37,37,51,1)), color-stop(68%, rgba(37,37,51,0.76)), color-stop(89%, rgba(37,37,51,0.67)), color-stop(100%, rgba(37,37,51,0.63)));
  background: -webkit-linear-gradient(top, rgba(37,37,51,1) 8%, rgba(37,37,51,0.76) 68%, rgba(37,37,51,0.67) 89%, rgba(37,37,51,0.63) 100%);
  background: -o-linear-gradient(top, rgba(37,37,51,1) 8%, rgba(37,37,51,0.76) 68%, rgba(37,37,51,0.67) 89%, rgba(37,37,51,0.63) 100%);
  background: -ms-linear-gradient(top, rgba(37,37,51,1) 8%, rgba(37,37,51,0.76) 68%, rgba(37,37,51,0.67) 89%, rgba(37,37,51,0.63) 100%);
  background: linear-gradient(to bottom, rgba(37,37,51,1) 8%, rgba(37,37,51,0.76) 68%, rgba(37,37,51,0.67) 89%, rgba(37,37,51,0.63) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#252533', endColorstr='#252533', GradientType=0 );
}

.landingPage .section-5 .wrapper {
  position: relative;
  z-index: 1;
  width: 80%;
  padding: 100px 206px 0 206px;
  margin: 0 auto;
}

.landingPage .section-5 .wrapper img.icon,
.landingPage .section-5 .wrapper img.number {
  /*margin-top: 21px;*/
  max-height: 63px;
}

.landingPage .section-5 .wrapper .content {
  padding-bottom: 100px;

  /* FlexBox */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.landingPage .section-5 .wrapper .content h2 {
  font-family: TTMastersBold, serif;
  color:  #ffffff;
  font-size: 49px;
  font-weight: 900;
  line-height: 50px;
  margin-top: 0;

  text-align: center;
}

.landingPage .section-5 .wrapper .content h3 {
  font-family: TTMastersBold, serif;
  color:  #f9b20b;
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
}

.landingPage .section-5 .no-school-info .content {
  padding-bottom: 0;
}

.landingPage .section-5 .mail {
  padding: 50px 0 30px 0;
  text-align: center;
  color: #ffff;
  font-family: TTMastersBold, serif;
  font-size: 42px;
}

.landingPage .section-5 .mail img {
  max-height: 42px;
  width: auto;
}

.landingPage .section-5 .mail small {
  display: block;
  font-size: 24px;
}
.landingPage .section-5 .socialBox {
  margin-top: 31rem;
  z-index: 9;
  
  /* FlexBox */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.landingPage .section-5 .socialBox span {
  font-family: TTMastersBold, serif;
  color: #FFFFFF;
  padding-bottom: 16px;
}


/* ############## */
/* # SECTION-6 ## */
/* ############## */

.landingPage .section-6 {
  position: relative;
  background-color: #191923;
  height: 150px;
  width: 100%;

  /* FlexBox */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.landingPage .section-6 form {
  background-color: #F7B10B;
  max-width: 524px;

  padding: 42px 0 25px 0;

  position: absolute;
  left:50%;
  transform: translate(-50%, -50%);
  bottom: -175px;

  /* FlexBox */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .landingPage .section-6 form {
    top: inherit;
    left: inherit;
    bottom: 203px;
    bottom: 40px;

    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
  }
}

.landingPage .section-6 form .formGirlImage,
.landingPage .section-6 form .formHaloImage {
  position: absolute;
}

.landingPage .section-6 form .formGirlImage {
  left:0;
  max-height: 356px;
  top:0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.landingPage .section-6 form .formHaloImage {
  left: 50%;
  max-height: 78px;
  top: 0;

  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


.landingPage .section-6 form section {
  width: 100%;
}

.landingPage .section-6 form h2 {
  font-family: TTMastersBold, serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 40px;
  text-align: center;
}

.landingPage .section-6 form h2:first-child {
  color:  #ffffff;
  font-size: 32px;
}

.landingPage .section-6 form h2 {
  font-size: 20px;
  margin: 0;
  color:  #000000;
  padding-bottom: 15px;
}

.landingPage .section-6 form .title {
  padding-bottom: 10px;
}

.landingPage label {
  line-height: 1em;
}

.landingPage .section-6 form label {
  width: 100%;
}

.landingPage .section-6 form p.twoInputs label {
  display: inline-block;
  width:49%;
  vertical-align: bottom;
}
.landingPage .section-6 form p.twoInputs label:first-child { width: 29%; margin-right:5%; }
.landingPage .section-6 form p.twoInputs label:last-child { width: 64%; }

.landingPage .section-6 form span {
  font-family: TTMastersBirdsBold, serif;
  color:  #191923;
  font-size: 15px;
  font-weight: 700;
}

.landingPage .section-6 form section {
  padding: 0 79px 0 79px;
}

.landingPage .section-6 form p {
  margin: 0;
}

.landingPage .section-6 form .sendForm {
  width: 100%;
  height: 54px;
  background-color: #191923;
  border-radius: 30px;
  border: none;

  margin-top: 18px;

  font-family: TTMastersBold, serif;
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 900;

  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.landingPage .section-6 form .sendForm:hover {
  background-color: #FFFFFF;
  color: #191923;

  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.landingPage .section-6 form .sendForm:active {
  -ms-transform: scale(.95); /* IE 9 */
  -webkit-transform: scale(.95); /* Chrome, Safari, Opera */
  transform: scale(.95);
}

.landingPage .section-6 form section:last-child p {
  color: #1A1924;
  font-family: 'TTMastersBirdsBold', serif;
  margin-top: 20px;
}

.landingPage .section-6 .social {
  height: 112px;

  left: 50%;
  bottom:0;
  transform: translate(-50%, 60%);
  

  position: absolute;

  /* FlexBox */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.landingPage .section-6 .social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.landingPage .section-6 .social ul li {
  display: inline-block;
}

.landingPage .section-6 .social ul li:first-child a {
  padding: 12px 17px;

  margin-right: 10px;
}

.landingPage .section-6 .social ul li a {
  text-decoration: none;
  width:100%;
  height: 100%;
  color: #FDFDFD;

  background-color: #252533;

  padding: 12px 14px;
  border-radius: 30px;
}

.landingPage .section-6 .social ul li:last-child a {
  padding: 12px 13px;

  margin-left: 10px;
}



.landingPage .section-6 .social ul li a:hover {
  color: #808080;
}

/* ############## */
/* ### FOOTER ### */
/* ############## */

.landingPage footer.bottom .container{
  width: 100%;
  color: #3b3b51;
  padding: 22px 243px 37px 243px;
  position: absolute;
  bottom: 0;
  border-top: solid 1px #3b3b51;
  background-color: #191923;
}

.landingPage .section-6 form input[type=checkbox] {
  display: inline-block;
  width: auto;
  height: auto;
  appearance: checkbox;
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
  margin-right: 20px;
  float: left;
}

p.checkbox label {
  width: 80%;
}

.info {

  background-color: #191923;
  color: #fff;
  padding-bottom: 150px;
  font-size: 11px;
}

.info   li {
  margin-bottom:0.5em;
}

/* #################### */
/* ### EXAMPLE MENU ### */
/* #################### */
.example-menu {
  position: relative;
  height: 100px;
  background-color: #FAB40E;
  color: #191922;
  text-align: center;
}

.example-menu .content {
  position: absolute;
  z-index: 2;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  background-color: #FAB40E;
  box-shadow: 2px 0 46px -9px rgba(0,0,0,0.7);
}

.example-menu .content h2 {
  background-image: url("../images/jak-dzialamy.svg");
  background-position-y: -290px;
  background-size: cover;
  font-family: TTMastersBold, serif;
  color: #191922;
  font-size: 44px;
  display: inline-block;
  font-weight: 900;
  height: 142px;
  width: 441px;
  padding-top: 54px;
}

/* ################### */
/* ### SCHOOL LIST ### */
/* ################### */
.school-list {
  position: relative;
  margin: 0 auto;
  max-width: 748px;
  width: 100%;
  padding: 42px 25px 42px 25px;
  margin-bottom: 80px;
  background-color: #F7B10B;
}

.school-list .school-select:not(:disabled) {
  display: none;
}

.school-list label {
  font-size: 20px;
}

.school-list button {
  position: absolute;
  width: 350px;
  height: 54px;
  background-color: #FFFFFF;
  border-radius: 30px;
  border: none;

  font-family: TTMastersBold, serif;
  color: #191923;
  font-size: 17px;
  font-weight: 900;

  transition: all 500ms ease;

  left: 50%;
  bottom: 0;
  transform: translate(-50%, 40%);
}

.school-list button:hover {
  background-color: #191923;
  color: #FFFFFF;

  transition: all 500ms ease;
}