* {
  padding: 0;
  margin: 0;
}

body,
html {
  margin: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-tap-highlight-color: transparent;
  font-family: 'Roboto', sans-serif;
  display: flex;
  flex-direction: column;

}

body {
  display: block;
  position: relative;
  background-color: white;
  color: black;
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
}

.new-report {
  position: fixed;
  width: 100%;

  height: 100px;
  background-color: rgba(0, 0, 0, .6);
  top: 0;
  top: -100px;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 1s;
}

.new-report a {
  color: #fa7d38;
  font-size: 30px;
  text-align: center;
  transition: .5s;
}

.new-report a:hover {
  color: #e1b355;
}

.new-report .new-report-close {
  position: absolute;
  font-size: 30px;
  right: 3%;
  margin: 0;
  top: 0;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}


/* Cookies */
.cookie-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  
  background-color: rgb(51, 51, 51, 0.8);
  z-index: 10000;
  padding: 1.4rem 2.5rem;
  color: white;
}
.cookie-popup-buttons{
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.cookie-popup-buttons a{
  padding-left: 1%;
  padding-right: 1%;
  text-decoration: none;
  color: white;
  transition: 1s;
}

.cookie-popup-buttons a :hover{
 
  color: #DDB857;
}




/* Cookies END */

.popUpWindow {
  display: none;
  position: fixed;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: 1s;
  background-color: rgba(0, 0, 0, .5);
  z-index: 100;
  opacity: 0;
}


.popUpWindow .imagePopUp {
  align-self: center;
  height: auto;
  width: 40%;
  max-width: 600px;
  max-height: 300px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;

}




.popUpWindow p {
  top: 0;
  align-self: center;
  margin-left: 4%;
  margin-right: 4%;
  text-align: center;
}


.backgroundElementPath {
  position: absolute;
  height: 30%;
  top: -6.5%;
  left: 50%;
  transform: translate(-50%);
  z-index: -1;
}

.backgroundElementPath2 {
  position: absolute;
  height: 30%;
  top: -3%;
  left: 55%;
  transform: translate(70%);
  z-index: -1;
}


.backgroundElementPath3 {
  position: absolute;
  height: 35%;
  top: -16%;
  left: 50%;
  transform: translate(-32%);
  z-index: -1;
}

.backgroundElementPath4 {
  position: absolute;
  height: 44%;
  top: -13%;
  left: 32%;
  transform: translate(-50%);
  z-index: -1;
}


/* Menu komponent  */

.wholeMenu {
  list-style-type: none;
  /* margin: 0; */
  padding: 0;
  overflow: hidden;
  background-color: rgb(51, 51, 51, 1);

  position: relative;
  width: 100%;

  display: flex;
  justify-content: space-between;
  font-size: 17px;
  z-index: 5;
  transition: 1s;
  cursor: pointer;
}

.fa {
  color: transparent;
}


div.menuElements {

  display: flex;
  align-self: center;
  margin-right: 5%;
  justify-content: flex-end;
  /* display: none; */

}

.logoSector {
  display: flex;
  flex-direction: row;
  margin-left: 5%;
}

div .imgMenuElement {

  display: block;
  color: white;
  text-align: center;
  margin-left: 1%;
  padding: 8px;
  padding-left: 0px;
  text-decoration: none;
  height: 80px;
}

div .imgMenuElement2 {
  margin-left: 4%;
  height: 60px;
  padding: 18px;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 15px 40px;
  text-decoration: none;
  transition: 0.7s;
  cursor: pointer;
}

li a:hover {


  color: #DDB857;
  text-decoration: none;
}

/* Menu komponent  END*/


/* SECTION1 */
.section1 {
  display: block;
  width: 90%;
  margin-top: 2%;
  margin-left: 5%;
  margin-right: 5%;
  height: auto;


}

.tableSection1 {
  display: flex;
  position: relative;

  color: white;
  font-size: 35px;

  font-weight: 800;
  letter-spacing: 2px;
}

.tableSection1>.textAndButtonSection1 {
  margin-top: 4%;
  vertical-align: top;
  width: 45%;
}

.textAndButtonSection1 p {
  font-size: 42px;
}

.textAndButtonSection1 img {
  -webkit-animation: shakeConfetti 2.5s ease-in-out infinite;
  /* ANIMATE! */
  animation: shakeConfetti 2.5s ease-in-out infinite;
  margin-top: 5%;
  cursor: pointer;
  width: 50%;
}

.tableSection1>.imageSection1 {
  position: relative;
  vertical-align: top;
  width: 50%;

}

.imageSection1 .images {
  position: absolute;
  left: 50%;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;


}



/* SECTION1 END*/
/* SECTION2  */
.section2 {
  display: flex;
  width: 90%;
  margin-top: 5%;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 5%;
  height: auto;

}

.imageSectionForm {
  width: 70%;
  padding: 2%;
}

.formWhole {
  width: 30%;

}

.imageSectionForm .imageSectionForm1 {
  position: absolute;

  right: 50%;
  transform: translate(-300%);
  width: 18%;
  max-height: 50%;
  transition: 3s;
  min-width: 250px;
}

.imageSectionForm .imageSectionForm2 {
  position: absolute;
  right: 50%;
  transform: translate(-300%);
  width: 20%;
  max-height: 50%;
  transition: 3s;
  min-width: 250px;
}

.imageSectionForm .imageSectionForm3 {
  position: absolute;
  right: 50%;
  transform: translate(-100%, 35%);
  width: 20%;
  max-height: 50%;
  transition: 3s;
  opacity: 0;
  min-width: 250px;
}



/* FORMULARZ */


#contact_form {
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 10px;

}

/* #contact_form div {
    background-color: white;
    font-family: 'Roboto', sans-serif;
    
    display: flex;
    justify-content: flex-start;
  
  } */

#contact_form .formCheckBox {
  background-color: white;
  font-family: 'Roboto', sans-serif;

  display: flex;
  justify-content: flex-start;

}

#contact_form p {
  padding: 5px;
  font-weight: 500;
}

#contact_form h2 {
  padding-bottom: 10px;
  font-size: 40px;
  font-weight: 400;

}

#contact_form div .contactExit {
  position: absolute;
  height: 7%;
  /* right: 20%; */
  left: 84%;
  top: -4%;
}

#contact_form input {
  border: 0;
  border-bottom: 1px solid #555;
  background: transparent;
  width: 100%;
  color: black;
  padding: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  outline: none;
}

#contact_form button {
  background-image: url("image/pobierz.svg");
  background-size: 100% 100%;
  padding: 60px 120px;
  border: none;
  background-color: transparent;

  position: relative;


}

#contact_form img {
  display: block;
  width: 40%;
  left: 50%;
  position: relative;
  transform: translate(-50%, 10px);
  padding-bottom: 20px;
  margin-top: 10px;

}

#contact_form .formCheckBox {
  background-color: white;
  font-family: 'Roboto', sans-serif;

  display: flex;
  justify-content: flex-start;

}

#contact_form .formCheckBox label {
  align-self: center;
  padding: 20px;
}

#contact_form .formCheckBox input {
  width: unset;
  align-self: center;
  height: 25px;
  width: 25px;
  min-width: 25px;

}

#contact_form .formCheckBox input[type=checkbox] {

  border: 2px solid grey;
  background-color: lightgray;
}

.ThankYou {
  font-weight: 600;
  margin-left: 1%;
  margin-left: 4%;
  color: red;
}

/* FORMULARZ END */


/* SECTION2 END */


/* SECTION3 */
.section3 {
  display: flex;
  width: 90%;
  margin-top: 6%;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 10%;
  height: auto;
  padding-top: 2%;
  padding-bottom: 2%;
}

.textAreaInfo {
  width: 60%;
  padding: 2%;
  font-size: 18px;
}

.textAreaInfo p {
  margin-top: 2%;
  margin-bottom: 2%;

}

.textAreaInfo .inRaport {
  font-weight: 600;
}

.textAreaInfoPictures {
  width: 40%;
  position: relative;
}

.textAreaInfoPictures .textAreaInfoPictures1 {
  position: absolute;
  left: 50%;
  transform: translate(300%);
  max-width: 250px;
  top: 40%;
  transition: 3s;
}

.textAreaInfoPictures .textAreaInfoPictures2 {
  position: absolute;
  left: 50%;
  transform: translate(300%);
  max-width: 250px;
  top: -15%;
  transition: 3s;
}

.firstContents {
  line-height: 1.6;
}

.secondContents {
  line-height: 1.6;
}

.thirdContents {
  font-size: 15px;
  line-height: 1.6;
}



/* SECTION3 END */

/* FOOTER */
.footer {
  margin-top: 5%;
  padding-top: 15%;
  padding-bottom: 5%;
  width: 100%;
  display: flex;
  flex-direction: column;
  bottom: 0;
  color: white;
  /* background-color: rgb(51, 51, 51,1); */
  background-image: url("img/5sekcja/5_path_1.svg");
  background-position: center 24%;
  background-size: 300% auto;
  background-repeat: no-repeat;
  padding-bottom: 2%;
}

.footer .socialMail {
  cursor: pointer;
}

.text1Footer {
  display: flex;
  justify-content: center;

}

.text1Footer h2 {
  padding: 20px;
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 20px;

}

.text1Footer p {
  padding: 20px;
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 20px;

}

.footer h2 {
  text-align: center;
  padding: 10px;
}

.pathEnd {


  position: absolute;
  bottom: 0;
}

.text2Footer {
  display: flex;
  justify-content: center;
}

.text2Footer div {
  margin: 1%;
  margin-left: 5%;
  margin-right: 5%;
  font-size: 13px;
}

.text2Footer a {
  text-decoration: none;
  color: white;
}

.airPlaneFooter {
  height: 3%;
  position: absolute;
  left: 5%;
  max-height: 135px;
  transform: translate(-0%, 85%);
}


.imageFooterAmeba1 {
  height: 8%;
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translate(-50%, 21%) rotate(-2deg);
}

.imageFooterAmeba2 {
  height: 18%;
  position: absolute;
  z-index: -1;
  left: 91%;
  transform: translate(-50%, -20%);
}

/* FOOTER END */