body .form-help-hidden {
  visibility: hidden;
  position: absolute;
  z-index: -9;
  opacity: 0;
  display: none;
}
body .wpcf7 {
  position: fixed;
  left: -1000%;
  opacity: 0;
  top: 0;
  transition: opacity 0.3s ease-in-out 0.1s;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  /*display: flex;*/
  align-items: center;
  justify-content: center;
  background: #ffffff9c;
  /*height: auto;*/
  overflow-y: auto;
}
body .wpcf7 .wpcf7-not-valid-tip {
  color: #f00 !important;
}
body .wpcf7 span.wpcf7-list-item {
  display: block;
  margin: 0;
}
body .wpcf7 .contact-pop__close {
  background: no-repeat;
  border: none;
  cursor: pointer;
  position: absolute;
  right: -33px;
  top: 0;
}
body .wpcf7 form.wpcf7-form {
  box-shadow: 0px 40px 84px 0px rgba(0, 0, 0, 0.84);
  width: 50%;
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  padding: 108px 44px 0;
  position: relative;
  border-radius: 16px;
}
body .wpcf7 form.wpcf7-form .contact-pop__bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
body .wpcf7 form.wpcf7-form h3 {
  width: 100%;
  font-family: Montserrat;
  font-size: 34px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #000000;
  padding-bottom: 33px;
  margin-bottom: 22px;
  position: relative;
}
body .wpcf7 form.wpcf7-form h3::before {
  position: absolute;
  content: '';
  width: 80px;
  height: 2px;
  background-color: #3ba3ca;
  bottom: 0;
  left: 0;
}
body .wpcf7 form.wpcf7-form label {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #9c9c9c;
  -webkit-transform: none;
  transform: none;
  position: static;
  cursor: pointer;
}
body .wpcf7 form.wpcf7-form span,
body .wpcf7 form.wpcf7-form .wpcf7-response-output {
  font-family: Montserrat;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}
body .wpcf7 form.wpcf7-form .wpcf7-response-output {
  margin: 15px 0!important;
  margin-right: 10px!important;
}
body .wpcf7 form.wpcf7-form .contact-pop__expand {
  font-weight: bold;
  cursor: pointer;
  margin-left: 0;
  display: inline-block;
}
body .wpcf7 form.wpcf7-form .contact-pop__data {
  width: 40%;
  padding-right: 30px;
  padding-bottom: 30px;
  border-right: 1px solid #dedede;
}
body .wpcf7 form.wpcf7-form .contact-pop__message {
  width: 60%;
  padding: 0 25px 60px;
  position: relative;
}
body .wpcf7 #privacyPolicy {
  display: none;
  margin: 25px 0;
}
body .wpcf7 input,
body .wpcf7 textarea,
body .wpcf7 input::placeholder,
body .wpcf7 textarea::placeholder {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  padding: 5px 0 0;
  width: 100%;
  display: block;
  resize: none;
  outline: none;
}
body .wpcf7 input {
  padding-bottom: 5px;
  border: none;
  border-bottom: 1px solid #dedede;
  margin-bottom: 22px;
}
body .wpcf7 input:focus {
  border-bottom: 1px solid #3ba3ca;
}
body .wpcf7 input[type=submit] {
  background-color: #3ba3ca;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  position: absolute;
  width: calc(100% + 45px);
  left: 0;
  bottom: 0;
  margin: 0;
  z-index: 1;
  left: -1px;
  padding: 15px;
  border: none;
}
body .wpcf7 input[type=submit]:focus {
  outline: none;
  border-bottom: none;
}
body .wpcf7 textarea {
  border: none;
}
body .wpcf7 textarea:focus {
  border-bottom: 1px solid #3ba3ca;
}
body .wpcf7 input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
body .wpcf7 .checkmark {
  height: 25px;
  width: 25px;
  background-color: #fff;
  display: block;
  border: 1px solid #dedede;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}
body .wpcf7 input[type=checkbox]:checked ~ .checkmark {
  background-color: #fff;
}
body .wpcf7 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
body .wpcf7 input[type=checkbox]:checked ~ .checkmark:after {
  display: block;
}
body .wpcf7 .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid green;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
body .wpcf7 .wpcf7-list-item-label {
  display: flex;
}
body .wpcf7 .wpcf7-list-item-label span {
  width: calc(100% - 50px);
  margin-left: 15px;
}
body .wpcf7 .wpcf7-list-item-label .checkmark {
  width: 25px;
  margin-left: 0;
}
body .wpcf7 .wpcf7-list-item-label .contact-pop__expand {
  margin-left: 0;
}
body .wpcf7 .registerTo input[type=submit],
body .wpcf7 .applyTo input[type=submit] {
  position: static;
  width: 100%;
}
body .wpcf7 select {
  margin: 0 0 30px;
  border: 1px solid #dedede;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  padding: 5px 0 0;
  width: 100%;
  display: block;
  resize: none;
  outline: none;
  padding: 10px;
  margin-top: 10px;
}
body .wpcf7 input[type=file]::-webkit-file-upload-button {
  visibility: hidden;
}
body .wpcf7 input[type=file]::before {
  content: 'Wybierz plik';
  display: inline-block;
  background: linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}
body .wpcf7 input[type=file]:hover::before {
  border-color: black;
}
body .wpcf7 input[type=file]:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
.contact-pop__open {
  cursor: pointer;
}
.contact-pop__icon {
  width: 24px!important;
  height: 24px!important;
  filter: brightness(0) invert(1);
}
header.navigation-V.fixed .contact-infos .contact-pop__icon {
  filter: none;
}
body .wpcf7--visible {
  opacity: 1;
  left: 0;
}
/*@media (max-height: 977px) {*/
body > .wpcf7 {
  /*    height: auto;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;*/
}
body .wpcf7 form.wpcf7-form {
  /*    max-height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;*/
  /*width: 90%;*/
  margin: 50px auto;
  /*	@media( min-width: 992px ) {
		margin: 20px 0;
		top: 50px;		
	}*/
}
@media (max-width: 991px) {
  body .wpcf7 form.wpcf7-form {
    margin: 0 auto;
  }
}
/*}*/
@media (max-width: 991px) {
  body .wpcf7 {
    height: 100%;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    /*padding-bottom: 30px;*/
  }
  body .wpcf7 form.wpcf7-form {
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    padding: 34px 14px;
    box-shadow: 0;
  }
  body .wpcf7 form.wpcf7-form .contact-pop__data,
  body .wpcf7 form.wpcf7-form .contact-pop__message {
    width: 100%;
    border-right: none;
  }
  body .wpcf7 form.wpcf7-form .contact-pop__data textarea,
  body .wpcf7 form.wpcf7-form .contact-pop__message textarea {
    border-bottom: 1px solid #dedede;
  }
  body .wpcf7 form.wpcf7-form .contact-pop__bg {
    display: none;
  }
  body .wpcf7 input,
  body .wpcf7 input[type=submit] {
    width: 100%;
  }
  body .wpcf7 .contact-pop__close {
    right: 5px;
    top: 5px;
    padding: 0;
  }
}
/*# sourceMappingURL=ba_modal_styles.css.map */