
.contact-form {
    background: rgba(25, 160, 110, 0.9);
    max-height: 580px;
    min-height: 510px;
    width: 350px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    -webkit-box-shadow: 7px 8px 14px rgba(0, 0, 0, 0.2);
    box-shadow: 7px 8px 14px rgba(0, 0, 0, 0.2);
    padding:0;
  }

  @media only screen and (min-width: 1024px) {
    .contact-form {
      max-height: 530px;
    }
  }

  
  .contact-form h2 {
    margin: 24px auto 30px;
    text-align: left;
    max-width: 330px;
    padding: 0 30px;
	position:relative;
  }
  .contact-form h2 span {
    display: block;
    font-size: 15px;
    white-space: nowrap;
    font-family: 'bnpp_type', Arial, sans-serif;
  }
  .contact-form h2 span:first-child {
  font-size: 30px;
  margin-bottom: 10px;
  margin-left:30px;
}

@media only screen and (max-width: 480px) {
  .contact-form h2 {
    text-align: center;
  }

  .contact-form h2 span:first-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .contact-form h2 span:first-child {
    margin-left:0px;
  }
}
.contact-form h2:after {
  content: '';
  position:absolute;
  right:30px;
  top:0;
  margin-right: 4px;
  width: 28px;
  height: 38px;
  background: url(../images/form_ico.png) no-repeat center top;
  background-size: contain;
}
.ct-prospectLeads__iodo {
  padding: 10px 0;
  font-size: 9px; 
  text-align: justify;
}
  
  .ct-prospectLeads__rodo {
    color: #fff;
    font-size: 10px;
  }
  
  ::-webkit-input-placeholder {
    text-align: left;
  }
  
  :-moz-placeholder {
    /* Firefox 18- */
    text-align: left;
  }
  
  ::-moz-placeholder {
    /* Firefox 19+ */
    text-align: left;
  }
  
  :-ms-input-placeholder {
    text-align: left;
  }
  .jsct-prospectLeads--sent {
    display: none;
  }
  #formContainer {
    max-width: 330px;
    margin: 0 auto;
    position: relative;
    top: 0px;
    padding: 0 30px;
  }
  #formContainer .ct-prospectLeads__title {
      display:none;
    }
  .ct-prospectLeads__contactHours {
      display: none;
  }
  .ct-prospectLeads__firstName .ct-prospectLeads__label, .ct-prospectLeads__lastName .ct-prospectLeads__label, .ct-prospectLeads__email .ct-prospectLeads__label, .ct-prospectLeads__mobilePhone .ct-prospectLeads__label{
    display: none;
  }
 .ct-prospectLeads__input {
    padding: 9px 15px;
    font-size: 12px;
    color: #9c9c91;
    width: 100%;
    border: 1px solid #3e937b;
    box-sizing: border-box;
    margin-bottom: 5px;
  }
  
 .ct-prospectLeads__input:focus-visible {
  border: 1px solid #fff;
  outline:none;
  color: #000;
}
  .ct-prospectLeads__input--invalid {
    border: 1px solid #f44336;
    color: #f44336;
  }
  
  .ct-prospectLeads__contactHours {
    width: calc(100% + 39px);
    background: none;
  }
  
  #formContainer label.ct-prospectLeads__label {
    line-height: 12px;
    font-size: 13px;
    font-family: 'bnpp_sans_light', Arial, Tahoma, Verdana;
  }

  
  .jsct-prospectLeads__submit {
    background: #c4d100 url(../images/btn.jpg) center center no-repeat;
   padding: 0;
    display: block;
    border: none;
    width: 100%;
    height: 50px;
    background-size: contain;
    margin: 0 auto;
    text-indent: -3333em;
    cursor: pointer;
    margin-top: 12px;
  }
  
  .jsct-prospectLeads__validation-error {
    position: absolute;
    top: -16px;
    color:#f44336; 
    text-shadow: 0px 0px 3px #3c3c3c;
    font-weight: bold;
    font-size:12px;
  }
  .jsct-prospectLeads__validation-error--hidden {
     display: none; 
  }
  /* ------- 4 nowe zgody  ------ */
  .ct-prospectLeads__groupMarketingConsent {
    position: relative;
    margin-bottom: 10px;
  }

  .jsct-prospectLeads__info {
    font-size: 9px;
    line-height: 12px;
    font-family: 'bnpp_sans', Tahoma, Arial, Verdana;
    padding: 20px;
    position: absolute;
    bottom: 20px;
    left: -10px;
    z-index:5;
    width: 280px;
    box-sizing: border-box;
    border-radius: 3px;
    border: solid 1px #1c663f;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#277950+0,19553a+100 */
    background: rgb(39, 121, 80);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(39, 121, 80, 1) 0%, rgba(25, 85, 58, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(39, 121, 80, 1) 0%, rgba(25, 85, 58, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(39, 121, 80, 1) 0%, rgba(25, 85, 58, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#277950', endColorstr='#19553a', GradientType=0);
    /* IE6-9 */
  }
  .jsct-prospectLeads__info--hidden {display:none;}
  .jsct--prospectLeads__info__close {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    height: 20px;
  }
  
  .jsct--prospectLeads__info__close:before,
  .jsct--prospectLeads__info__close:after {
    content: '';
    display: block;
    width: 16px;
    height: 1px;
    background-color: #fff;
    transform: rotate(45deg);
    position: relative;
    top: 9px;
  }
  
  .jsct--prospectLeads__info__close:after {
    transform: rotate(-45deg);
    top: 8px;
  }
  
  input[type='checkbox'] {
    margin: 0;
    padding: 0;
    width: 15px;
    position: absolute;
    left:0;
  }
  .ct-prospectLeads__selectAllConsent {
      margin-top:10px;
  }
  .ct-prospectLeads__selectAllConsent > label, .ct-prospectLeads__groupMarketingConsent > label {
    display:block;
    position: relative;
    width:100%;
    box-sizing: border-box;
    text-align: left;
    font-size: 9px;
    line-height: 10px;
    padding-top: 4px;
    font-family: 'bnpp_sans', Tahoma, Arial, Verdana;
    padding-left:20px;
  }
  .ct-prospectLeads__groupMarketingConsent > label a[role='button'] {
   width:8px; 
   height: 8px;
   color: transparent;
   position:relative;
  } 
  .ct-prospectLeads__groupMarketingConsent > label a[role='button']::after { 
    content: "?";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgb(207 234 223);
    color: rgb(45 150 92);
    line-height: 12px;
    font-size: 10px;
    position: absolute;
    right: 5px;
    top: 0;
    text-align: center;
    cursor: pointer; 
    z-index:2;
  }
  
  
  .prospectLeads__groupMarketingConsent__label,
  .ct-prospectLeads__agrElectronicGroupMarketingConsent__label,
  .ct-prospectLeads__agrBankMarketingWithoutEngagementConsent__label,
  .ct-prospectLeads__agrTeleMarketingConsent__label {
      position: relative;
      display: inline-block;
  }

  .jsct-prospectLeads__success-modal {
    position: relative;
    font-size: 18px;
    line-height:24px;
  }
  .jsct-prospectLeads__success-modal h1 {
    font-size: 32px;
    margin-top:3em;
    margin-bottom: 1em;
  }
  .jsct-prospectLeads__success-modal-id {
    font-size: 21px;
  }
  .jsct-prospectLeads__success-modal--hidden {
   display: none;
  }
  .jsct-prospectLeads__success-modal__close {
    display: none;
  }

  @media only screen and (max-width: 1024px) {
    .contact-form {
        height: 100%;
        width: 320px;
      }
      #button_Wyslij {
        width: 90%;
      }
      .contact-form h2 span {
        font-size: 12px;
      }
      .contact-form h2 span:first-child {
        font-size: 32px;
      }
    
  }
  @media only screen and (max-width: 768px) {
    .contact-form {
        margin-top: 0%;
        width: 100%;
        position: static;
        top: auto;
        left: 20px;
        z-index: 10;
        bottom: -610px;
        padding-top: 10px;
      }   
  }
  @media only screen and (max-width: 480px) {
      
  .contact-form {
    height: 645px;
    width: 100%;
    position: static;
    top: auto;
    left: 0;
    z-index: 10;
    bottom: -728px;
    padding-top: 10px;
  }
  .contact-form h2 span:first-child {
    font-size: 32px;
  }
  .contact-form h2 {
    padding: 0 20px;
  }
  .contact-form h2:before {
    width: 20px;
    height: 28px;
	left: 20px;
  }
  .jsct-prospectLeads__submit {
    height: 60px;
  }
  }