html {
  width: 100%;
  height: 100%;
}
body {
  font-family: 'acuminpro';
  color: #2cc84d;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'acuminprocondensed';
}


.navbar {
  max-width: 965px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 25px;
}

@media (max-width: 767.98px) { 
  .navbar {
    top: 2rem;
    transition: all 0.3s ease-out;
  }
  

  .navbar.top-nav-collapse, .navbar.greenbg {
    top: 0;
    transition: all 0.3s ease-out;
  }

 }

@media (min-width: 992px) { 
  .navbar {
    padding: 1rem .5rem;
  }
}

.navbar::before {
  content: '';
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: -101px;
  height: 100px;
  background-image: url('../img/menu-bg.png');
  background-position: top center;
  background-repeat: repeat-x;
  transition: all 0.3s ease-out;

  z-index: -1;
}

.testmenu.navbar::before {
  display: none;
}

.navbar.top-nav-collapse::before, .navbar.greenbg::before {
  transition: all 0.3s ease-out;
  top: 0;
}

.navbar .navbar-brand::after {
  content: ' ';
  display: inline-block;
  width: 1px;
  height: 24px;
  background-color: #fff;
  margin: 7px 0px 0px 20px;
  position: absolute;
}

.navbar .navbar-brand {
  margin-right: 3rem;
}


.navbar .nav-item a.nav-link, a.nav-link.dropdown-toggle {
  font-family: 'acuminpro';
  font-weight: normal;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;


  padding: 6px 0 4px 0;
  margin: 5px;
}

.navbar .nav-item a.nav-link {
  text-transform: uppercase;
}

.navbar .nav-item a.nav-link:hover {
  color: #fff;
}

 a.nav-link.dropdown-toggle {
   position: relative;
  color: #fff;
}

a.nav-link.dropdown-toggle::after {
  color: #fff;
  border: 0;
  background-image: url('../img/dropdown-toggle.png');
  background-position: center center;
  width: 13px;
  height: 9px;
  margin-left: 1em;
  vertical-align: 0.1em;
}

.navbar .nav-item a.nav-link.blue-button {
  background-color: #2cc84d;
  padding: 6px 0px 2px 0px;
  border-radius: 12px;
  min-width: 128px;
}

.navbar .nav-item a.nav-link.pink-button {
  background-color: #ff8429;
  padding: 6px 0px 2px 0px;
  border-radius: 12px;
  min-width: 117px;
}

@media (min-width: 992px) { 
  .navbar .nav-item a.nav-link.pink-button {
    margin-right: 0;
  }
 }

.navbar .dropdown-menu {
  background-color: rgba(20, 124, 63, 0.9);
  box-shadow: inset 0px 0px 30px 0px rgba(25, 153, 79,1), 0 .5rem 1rem rgba(0,0,0,.15);
  border: 0;
  border-radius: 10px;
  min-width: 130px;
}

@media (max-width: 991.98px) { 

  .navbar .dropdown-menu {
    border-radius: 45px;
    padding-top: 30px;
    padding-bottom: 30px;
    left: -197px;
    width: calc(100vw - 48px);
    top: 40px;
  }
  .navbar-collapse {
    background-color: rgba(20, 124, 63, 0.9);
    box-shadow: inset 0px 0px 30px 0px rgba(25, 153, 79,1), 0 .5rem 1rem rgba(0,0,0,.15);
    border: 0;
    border-radius: 45px;
    padding-top: 30px;
    padding-bottom: 30px;

  }

  .navbar .nav-item a.nav-link, .navbar .dropdown-menu a.dropdown-item {
    color: #2cc84d;
    font-size: 54px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .navbar .nav-item a.nav-link.blue-button, .navbar .nav-item a.nav-link.pink-button {
    display:  inline-block;
    width: 100%;
    max-width: 320px;
    font-size: 38px;
    padding: 14px 0px 5px 0px;
    border-radius: 32px;
    color: #fff;
  }

 }

 .navbar.testmenu {
  top: 0;
   max-width: 100%;
 }

 .navbar.testmenu .nav-item a.nav-link {
  color: #fff;
}
.navbar.testmenu .nav-item a.nav-link:hover {
  color: #2cc84d;
}
.navbar.testmenu  .nav-item a.nav-link.blue-button, .navbar.testmenu  .nav-item a.nav-link.pink-button  {
  display: inline-block;
  color: #fff;
  width: 80%;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 992px) { 
 .navbar.testmenu .navbar-collapse {
  background-color: rgba(20, 124, 63, 0.9);
  box-shadow: inset 0px 0px 30px 0px rgba(25, 153, 79,1), 0 .5rem 1rem rgba(0,0,0,.15);
  border: 0;
  border-radius: 10px;
  padding-top: 15px;
  padding-bottom: 15px;

  width: 160px;
  position: absolute;
  top: 70px;
  right: 20px;
}


  
 }





 @media (max-width: 575.98px) { 

  .navbar .nav-item a.nav-link, .navbar .dropdown-menu a.dropdown-item {font-size: 9.375vw;}
  .navbar .nav-item a.nav-link.blue-button, .navbar .nav-item a.nav-link.pink-button {font-size: 6.597vw;
  max-width: 55.556vw;}
  }

 
 @media (max-width: 991.98px) { 

 .language {
   position: absolute;
   left: 220px;
   top: 23px
 }
}

@media (min-width: 992px) { 
  .language {
    position: relative;
  }
  .navbar .dropdown-menu {
    left: 50%;
  transform: translateX(-50%);}
}


.navbar .dropdown-menu .dropdown-item {
  font-family: 'acuminpro';
  font-weight: normal;
  color: #2cc84d;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: .5rem .25rem;
}
.navbar .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background-color: transparent;
}

@media (max-width: 575.98px) { 
  .navbar-toggler {
    padding: .25rem 0;} 

.navbar-toggler img {
  width: 48px;
  height: auto;
}
}


#home {
  background-image: url('../img/main-blob-mob.png');
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 120px;
  min-height: 530px;
}




@media (min-width: 768px) { 
  #home {
    background-image: url('../img/main-blob.png');
    min-height: 605px;
    
  }
 }

 #home .btn.btn-primary {
   width: 100%;
   max-width: 360px;
 }

 @media (min-width: 1200px) { 
 #home h1 {
  width: fit-content;
  min-width: 850px;
 }
 }

h1 {
  font-size: 47px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -0.05rem;
}

@media (min-width: 768px) {
  h1 {
    font-size: 50px;}
}

@media (max-width: 575.98px) {   
  h1 {
  font-size: 8.160vw;
  margin-top: 15px;}}

h2 {
  font-size: 50px;
  color: #2cc84d;
  text-transform: uppercase;
}

@media (max-width: 575.98px) {  
  h2 {
  font-size: 8.681vw;
} }

h3 {
  font-size: 26.54px;
  line-height: 1.3;
  color: #2cc84d;
}
@media (min-width: 768px) {
   h3 {
    font-size: 30px;
  }
}


@media (max-width: 575.98px) {  
  h3 {
  font-size: 4.608vw;
} }


h4 {
  font-family: 'acuminprocondensed';
  font-size: 20px;
  line-height: 1.2;
  color: #147c3f
}
@media (min-width: 768px) {
   h4 {
    font-size: 25px;
  }
}

@media (max-width: 575.98px) {  
  h4 {
  font-size: 3.472vw;
} }


h5 {
  font-size: 18px;
  line-height: 1.3;
  color: #2cc84d;
}
@media (min-width: 768px) {
   h5 {
    font-size: 22px;
  }
}

@media (max-width: 575.98px) {  
  h5 {
  font-size: 3.125vw;
} }


p {
  font-size: 17px;
  line-height:30px;
  margin-bottom: 2rem;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  p {
    font-size: 20px;
  }
}

@media (max-width: 575.98px) { 
  p {
    /* font-size: 2.778vw; */
    line-height: 5.208vw;
  }
}

p strong {
  font-family: 'acuminprobold';
}

.main-button {
position: absolute;
top: 405px;
left: calc(50% - 140px);
transform: translateX(-50%);
width: fit-content;
}

@media (max-width: 767.98px) { 
  .main-button {
    top: 390px;
    left: 50%;
    transform: translateX(-50%) scale(0.9);
    z-index: 2;
    }
 }

.main-button .info {
  font-family: 'acuminprocondensedbold';
  font-weight: normal;
  color: #2cc84d;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.btn.btn-primary {
  font-family: 'acuminpro';
  font-weight: normal;
  color: #fff;
  font-size: 38px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 18px 35px 8px 35px;
  border-radius: 35px;
  background-color: #2cc84d;
  border-color: #2cc84d;
}

.btn.btn-secondary {
  font-family: 'acuminpro';
  font-weight: normal;
  color: #fff;
  font-size: 20.24px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 6px 40px 3px 40px;
  border-radius: 17px;
  background-color: #2cc84d;
  border-color: #2cc84d;
}

.btn.btn-dark {
  font-family: 'acuminpro';
  font-weight: normal;
  color: #fff;
  font-size: 20.24px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 6px 40px 3px 40px;
  border-radius: 17px;
  background-color: #2cc84d;
  border-color: #2cc84d;
}

#testimonials {
  background-image: url('../img/green-bg-mob.png');
  background-position: top 105px center;
  background-repeat: repeat-x;
}

@media (min-width: 768px) {
  #testimonials {
    background-image: url('../img/green-bg.png');
    background-position: top 0 center;
  }
}

.cta-info {
  font-family: 'acuminprocondensedbold';
  font-size: 20px;
  text-transform: uppercase;
  color: #147c3f;
  line-height: 1;
  padding-left: 15px;
  border-left: solid 2px #147c3f;
  margin-top: 130px;
  margin-bottom: 240px;
}

@media (min-width: 768px) {
  .cta-info {
    margin-top: 65px;
    font-size: 25px;
  }
}
@media (max-width: 915px) {
  .cta-info {
    width: 480px !important;
  }
}
@media (max-width: 768px) {
  .cta-info {
    margin-top: 105px;
    width: 400px !important;
  }
}
@media (max-width: 715px) {
  .cta-info {
    width: 360px !important;
  }
}
@media (max-width: 575px) {
  .cta-info {
    margin-top: 160px;
    margin-bottom: 120px;
    width: 280px !important;
  }
}
@media (max-width: 474px) {
   #home .main-button .btn.btn-primary{
    width: 231px;
  }
  .cta-info {
    margin-top: 150px;
    margin-bottom: 90px;
  }
}

.somanyusers {
  text-align: center;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .somanyusers {
    text-align: center;
    margin-bottom: 80px;
  }
}

.somanyusers h2 {
  font-size: 76px;
  color: #147c3f;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .somanyusers h2 {
    font-size: 120px;
  }
}


@media (max-width: 575.98px) {  
  .somanyusers h2 {
  font-size: 13.194vw;
} }

.somanyusers h3 {
  font-size: 32px;
  color: #2cc84d;
  text-transform: uppercase;
  line-height: 1.5;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .somanyusers h3 {
    font-size: 50px;
    line-height: 1;
  }
}

@media (max-width: 575.98px) {  
  .somanyusers h3 {
  font-size: 5.556vw;
} }



.somanyusers h3 a {
  display: block;
  background-image: url('../img/look-left.png'), url('../img/look-right.png');
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: 25px auto, 25px auto;
  padding: 0 30px;
  font-size: 17px;
  color: #147c3f;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .somanyusers h3 a {
    display: inline-block;
    font-size: 26.43px;
    padding: 0 95px;
    background-size: auto auto, auto auto;
  }
}

@media (max-width: 575.98px) {  
  .somanyusers h3 a {
  font-size: 2.951vw;
} }

.card {
  background-color: rgba(20, 124, 63, 0.9);
  box-shadow: inset 0px 0px 30px 0px rgb(25, 153, 79), 0 .5rem 1rem rgba(0,0,0,.15);
  width: 100%;
  max-width: 324px;
  border-radius: 30px;
  border: 0;
  padding-bottom: 1.75rem;
}

.blockquote {
  font-family: 'acuminpro';
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  background-image: url('../img/quote-left.png'), url('../img/quote-right.png');
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right bottom;
  padding-bottom: 55px;
  padding-top: 65px;
  margin-bottom: 35px;
}



@media (min-width: 768px) {
  
  .blockquote {
    font-family: 'acuminpro';
    font-size: 15px;}
}

.blockquote p {
  font-size: inherit;
  min-height: 140px;
  line-height: 1.2;
  margin-bottom: 0;
}

.blockquote-footer {
  font-family: 'acuminpro';
  color: #fff;
  text-align: center;
  font-size: 100%;
  text-transform: uppercase;
}

.blockquote-footer::before {
  display: none;
}

.carousel-control-next, .carousel-control-prev  {
  width: 47px;
  opacity: 1;
  
}


@media (min-width: 1240px) {  

.carousel-control-next {
  position: absolute;
  right: -47px;
}

.carousel-control-prev {
  position: absolute;
 left: -47px;
}

}

#featured {
  background-image: url('../img/press-bg-mob.png');
  background-repeat: repeat-x;
  background-position: center bottom;
  position: relative;
}

@media (min-width: 768px) { 

  #featured {
    background-image: url('../img/press-bg.png');
  }

 }

#featured .carousel .carousel-item .inner {
  min-height: 320px;
}

#featured .carousel .inner img {
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
}

#featured .carousel .inner img:first-child {
  border-left: solid 2px #fff;
}

#featured .carousel .inner img:last-child {
  border-right: solid 2px #fff;
}


#powered img {
  width: calc(50% - 2px);
  max-width: 280px;
}

@media (min-width: 1200px) {  
#powered img {
  border-left: solid 1px #147c3f;
  border-right: solid 1px #147c3f;
}

#powered img:first-child {
  border-left: solid 2px #147c3f;
}

#powered img:last-child {
  border-right: solid 2px #147c3f;
}
}

@media (max-width: 1199.98px) { 
  #powered img:first-child {
    border-right: solid 1px #147c3f;
    margin-left: 1px;
  }
  
  #powered img:last-child {
    border-left: solid 1px #147c3f;
  }
}

#footer {
  background-image: url('../img/footer-bg.png');
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 88vw;
  padding-bottom: 60px;

  font-family: 'acuminpro';
  font-size: 13px;
  color: #838482;

  margin: 60px auto 0 auto;

  max-width: 1366px;

}




@media (min-width: 768px) {
  #footer { 
  margin-top: 160px;
  background-size: auto;}
 }

#footer .footer-menu a {
  display: inline-block;
  color: #147c3f;
  line-height: 20px;
  padding: 0 20px;
  border-left: solid 1px #147c3f;
}

#footer .footer-menu a:last-child {
  border-right: solid 1px #147c3f;
} 

#footer .social a {
  padding: 7px;
}

.goup {
  display: block;
  width: 59px;
  height: 59px;
  position: absolute;
  top: 660px;
}

@media (min-width: 1200px) {
  .goup {
    left: calc(50% + 490px);
  }
 }

 @media (min-width: 768px) and (max-width: 1199.98px) { 
  .goup {
    right: 55px;
  }
  }

  @media (max-width: 767.98px) { 
    .goup {
      right: 15px;
      padding-top: 52px;
    }
    .goup img{
     transform: scale(0.8);
    }
   }

 .content-section {
     padding-top: 120px;
   }

   @media (min-width: 768px) {
 .content-section  {
      padding-top: 160px;
    }
   }
   .content-section p{
    color: #666666 ;
   }

   #vision strong {
     /*color: #147c3f;*/
     font-size: 22px;
   }

   #future h2 ~ h5{
    color: #666666;
   }


   .profession {
     font-size: 16px;
     line-height: 1.3;
     cursor: pointer;
     color: #666666;
   }

   .profession img {
     margin-bottom: 30px;
   }

   @media (min-width: 768px) {
    .profession img {
      max-width: 220px;}
   }

   .profession small {
     display: block;
     font-family: 'acuminpro';
     font-size: 13px;
     line-height: 1.2;
     margin-top: 5px;
   }

   #news {
     background-image: url('../img/news-bg.png');
     background-position: center top;
     background-repeat: no-repeat;

     margin-top: 80px;
     padding-top: 90px;
   }

@media (max-width: 1199.98px) { 
  #news {
    background-size: contain;
  }
 }

   #news .form-control {
     background-color: #d0d0d0;
     font-size: 10px;
     border: 0;
     height: 10px;
     color: #000000;
     height: 30px;
     border-radius: 15px;
   }

   
   #news .form-control::placeholder {
    color: #000000;
   }

   #news .form-check-label {
    font-family: 'acuminpro';
     font-size: 12px;
     line-height: 1.3;
     color: #666666;
   }

   #news .form-check-label a {
     color: inherit;
     font-family: 'acuminprobold';
   }

   #news  .custom-control-label::before, #news  .custom-control-label::after {
    left: -2rem;
    width: 20px;
    height: 20px;
    border-radius: 10px;
   }

   #news .custom-control-label::before {
     border: solid 2px #147c3f;
   }

   #news .custom-control-input:checked~.custom-control-label::before {
    border-color:#147c3f;
    background-color: #147c3f;
   }

   #news .custom-control.custom-checkbox {
    padding-left: 2rem;
   }

   .modal-backdrop.show {
    opacity: 0;
}

   .modal-profession .modal-xl {
     max-width: 920px;
   }

   .modal-profession  .modal-content {
     background-color: rgba(255, 255, 255, 0.95);
     border: solid 5px #147c3f;
     border-radius: 45px;
   }


   .modal-profession .modal-header {
     border: 0;
     padding: 0;
     margin: 0;
   }

   .modal-profession .modal-header .close {
     padding: 0;
     opacity: 1;
     position: absolute;
     right: -2px;
     top: -2px;
     z-index: 3;
   }

   @media (max-width: 767.98px) { 
   .modal-profession .modal-header .close {
   transform: scale(0.7);
   }
  }

   .modal-profession .modal-header .close:hover {
    opacity: 1;
   }

   @media (min-width: 768px) { 
   .modal-profession .modal-body {
    padding: 1rem 2rem 2rem 1rem;
   }
   }

   @media (max-width: 767.98px) { 
    .modal-profession .modal-body {
      padding-bottom: 2rem;
    }
    }

   .modal-profession h2 {
     color: #2cc84d;
     font-size: 29px;
     line-height: 1;
     margin-top: 1em;
   }

   @media (min-width: 768px) {
    .modal-profession h2 {
      font-size: 34px;
    }
    }

   .modal-profession h5 {
    color: #2cc84d;
    font-family: 'acuminprocondensed';
    font-size: 13px;
    margin-bottom: 2em;
  }
  @media (min-width: 768px) {
    .modal-profession h5 {
      margin-bottom: 4em;
    }
  }

  .modal-profession p {
    color: #2cc84d;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.7;
    margin-bottom: 1rem;
  }
  @media (min-width: 768px) {
    .modal-profession p {
      margin-bottom: 2rem;
    }
  }

  .modal-profession p strong {
    font-family: 'acuminprobold';
    color: #147c3f;
  }


  .modal-news .modal-content, .modal-contact .modal-content {
    background-color: transparent;
    background-image: url('../img/plama.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 484px;
    height: 416px;
    color: #fff;
    border: 0;

    filter: drop-shadow(11px 8px 8px rgba(0,0,0,0.24));

  }

  .modal-news .modal-content.error, .modal-contact .modal-content.error {
    background-image: url('../img/plama-red.png') !important;
  }

  .modal-news .modal-content h5, .modal-contact .modal-content h5 {
    color: #fff;
    max-width: 340px;
    margin: 0 auto;
  }

  .modal-news .modal-header, .modal-contact .modal-header {
    border: 0;
    padding: 0;
    margin: 0;
  }

  .modal-news .modal-header .close, .modal-contact .modal-header .close {
    padding: 0;
    opacity: 1;
    position: absolute;
    right: 25px;
    top: 65px;
    z-index: 3;
  }

  .modal-news .modal-header .close:hover, .modal-contact .modal-header .close:hover {
   opacity: 1;
  }

  #aboutus p {
    line-height: 1.25 ;
    color: #666666;
  }

  #aboutus strong {
    display: inline-block;
    line-height: 1.3;
    font-size: 17.5px;
    color: #666666;
  }

  
@media (max-width: 575.98px) {  
  #aboutus strong {
    font-size: 2.778vw;
  }
}


  .box {
    border: solid 5px #147c3f;
    border-radius: 35px;
    padding: 2rem 1rem 2rem 1rem;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 2.3;
    max-width: 390px;
    margin: auto;
    height: 100%;
    color: #666666;
  }

  .box h3 {
    font-size: 33.8px;
  }

  @media (min-width: 768px) { 
    .box {
      font-size: 15px;
    }
    .box h3 {
      font-size: 30px;
    }
   }

  @media (max-width: 575.98px) { 
    .box {
      font-size: 2.951vw;
    }
    .box h3 {
      font-size: 5.868vw;
    }
  }


  #contact {


  }


  #contact .form-control {
    background-color: #fff;
    font-size: 10px;
    border: solid 2px #147c3f;
    height: 10px;
    color: #000000;
    height: 30px;
    border-radius: 15px;
  }

  #contact textarea.form-control {
    height: 115px;
  }

  
  #contact .form-control::placeholder {
   color: #000000;
  }

  #contact .form-check-label {
    font-family: 'acuminpro';
    color: #666666;
    font-size: 12px;
    line-height: 1.3;
  }

  #contact .form-check-label a {
    font-family: 'acuminprobold';
    color: inherit;
  }

  #contact  .custom-control-label::before, #contact  .custom-control-label::after {
   left: -2rem;
   width: 20px;
   height: 20px;
   border-radius: 10px;
  }

  #contact .custom-control-label::before {
    border: solid 2px #147c3f;
  }

  #contact .custom-control-input:checked~.custom-control-label::before {
   border-color:#147c3f;
   background-color: #147c3f;
  }

  #contact .custom-control.custom-checkbox {
   padding-left: 2rem;
  }

  .dron {
    position: absolute;
    top: 90px;
    left: 30px;
  }

  @media (min-width: 992px) { 
    .dron { 
      top: 100px;
      left: calc(50% - 390px);
    }
   }

   @media (max-width: 767.98px) { 
    .dron {
      height: 85px;
      width: auto;
    }

   }

   #test {
     min-height: 100vh;
     padding-top: 4rem;
     padding-bottom: 2rem;
   }

   @media (min-width: 768px) {
    #test {
      padding-top: 2rem;
    }
   }

   #test .radios {
    padding-left: 1rem;
  }

   @media (min-width: 992px) {
   #test .radios {
     padding-left: 2rem;
   }
  }

   #test .pytanie {
     font-family: 'acuminprocondensedbold';
     color: #2cc84d;
     text-transform: uppercase;
     font-size: 26.54px;
     line-height: 1.2;
   }

  @media (min-width: 768px) {
    #test .pytanie {
      font-size: 30px;
    }
  }
    
  /* @media (max-width: 575.98px) {  
    #test .pytanie {
    font-size: 4.608vw;
  } } */


   #test .btn-next-question {
     background-color: transparent;
     border: 0; 
   }

   #test .custom-control-label {
     font-family: 'acuminpro';
     color: #666666;
     font-size: 20px;
     text-transform: uppercase;
     cursor: pointer;
   }

  @media (min-width: 768px) {
    #test .custom-control-label {
      font-size: 25px;
    }
  }
  
  /* @media (max-width: 575.98px) {  
    #test .custom-control-label {
    font-size: 3.472vw;
  } } */

   #test .custom-control-label::before,  #test .custom-control-label::after {
     width: 38px;
     height: 38px;
     left: -3rem;
     top: -4px;
   }


   @media (min-width: 992px) {
    #test .custom-control-label::before,  #test .custom-control-label::after {
      left: -4rem;

    }
    }

   @media (min-width: 768px) {
    #test .custom-control-label::before,  #test .custom-control-label::after {
      top: 0;
    }
   }

   #test .custom-control-label::before {
    border: solid 5px #147c3f;
   }

   #test .custom-control-input:checked~.custom-control-label::before {
     background-color: #147c3f;
   }

   #test  .custom-radio .custom-control-input:checked~.custom-control-label::after {
     background-image: none;
   }

   #test  .custom-radio {
     padding-left: 2rem;
     margin-top: 1.5rem;
     margin-bottom: 1.5rem;
     cursor: pointer;
   }

   @media (min-width: 768px) and (max-width: 1199.98px) { 
    #test  .custom-radio {
      padding-left: 2rem;
      margin-top: 3rem;
      margin-bottom: 3rem;}
    }

   @media (min-width: 1200px) { 
    #test  .custom-radio {
      padding-left: 4rem;
      margin-top: 4rem;
      margin-bottom: 4rem;}
    }


   .progressbar {
     background-color: #1bb65b;
     height: 10px;
     border-radius: 5px;
     width: 100%;
   }

   .progress {
     height: 100%;
     background-color: #fff;
     border: solid 2px #1bb65b;
     border-radius: 5px;
     width: 5%;
   }

   #result {
     padding-top: 120px;
   }

   #result-info .container {
     z-index: 3;
   }

   #result p, #result-info p {
    font-family: 'acuminpro';
     font-size: 14px;
     line-height: 1.3;
     color: #666666;
   }

   @media (min-width: 768px) {
      #result p, #result-info p {
        font-size: 17px;
      }
  }

   .result-info .greentxt {
    font-family: 'acuminpro';
     font-size: 14px;
     color: #147c3f;
   }
   
   @media (min-width: 768px) { 
    .result-info .greentxt {
      font-size: 28px;
    }
   }

   .result-info h1 {
     display: block;
     color: #2cc84d;
     font-size: 23px;
     line-height: 1.2;
   }

   @media (min-width: 768px) { 
    .result-info h1 {
      font-size: 45px;
    }
    }

   @media (max-width: 575.98px) { 
    .result-info h1 {
       
     }
   }

   .result-info h1 small {
     display: block;
     font-family: 'acuminprocondensed';
     font-size: 16px;
     line-height: 1.5;
     text-transform: none;
     font-weight: bold;
     margin-top: 5px;
     color:#666666;
   }

   @media (min-width: 768px) {
    .result-info h1 small {font-size: 20px;}
    }

   @media (min-width: 576px) {
    .result-info h1 small {

    }
     }

   @media (max-width: 575.98px) { 
    .result-info h1 small  {
      
     }
   }

   #result .badges {
     margin-top: 30px;
   }

   #result .badges p {
    font-family: 'acuminpro';
     font-size: 14px;
   }

   @media (min-width: 768px) {
    #result .badges p {
       font-size: 17px;
     }
   }

   .badge-pill {
     font-family: 'acuminpro';
     font-size: 17px;
     letter-spacing: 0.05rem;
     color: #147c3f;
     background-color: #fff ;
     padding:  5px;
     margin:8px;
   }

   @media (min-width: 576px) {  
   .badgeswrap {
     white-space: nowrap;
   }
  }

   @media (max-width: 991.98px) { 
    .badgeswrap {
      margin-top: 8px;
      display: block;
    }
    .badge-pill {
     
      margin: 2px;
    }
    }

   .badge-orange {
     color: #ee7c00;
   }

   .badge-blue {
    color: #009fe2;
   }

   .badge-pink {
   color: #ff8429;
   }
   
   .badge-grey {
    color: #9d9d9c;
   }

   #result .contrybution p {
    font-size: 14px;
    color: #666666;
  }

   @media (min-width: 768px) { 
   #result .contrybution p {
    font-size: 17px;
    line-height: 1.4;
   }
  }

   #result-info h2 {
     display: inline-block;
     font-family: 'acuminprocondensed';
     color: #147c3f;
     text-align: left;
     width: auto;
     font-size: 23px;
   }
   @media (min-width: 768px) { 
    #result-info h2 {
      font-size: 28px;
    }
    }
   @media (max-width: 575.98px) { 
    #result-info h2 {
  
    }
    }

    #result-info #fulfill h2 {
      font-size: 23px;
    }

    @media (min-width: 768px) { 
    #result-info #fulfill h2 {
      font-size: 28px;
    }
  }

  @media (max-width: 575.98px) { 
    #result-info #fulfill h2 {
   
    }
  }


   #result-info .right-now p {
     width: 100%;
     max-width: 350px;
     font-family: 'acuminpro';
     font-size: 14px;
     line-height: 1.33;
   }

   @media (min-width: 768px) { 
    #result-info .right-now p {
      font-size: 17px;
      line-height: 22px;
    }
   }

   @media (max-width: 575.98px) {
    #result-info .right-now p {
    
    }
    }

   #result-info {
     position: relative;
   }

   .result-photo {
     position: absolute;
     top: 0;
     left: 52%;
     right: 0;
     height: 100%;
     max-height: 1696px;
     background-image: url('../img/result-img-bg01.png');
     background-position: left top;
     background-repeat: no-repeat;
     background-color: #147c3f ;
     overflow: hidden;
     text-align: center;
     z-index: -1;
   }

   @media (min-width: 768px) {
    .result-photo {
      left: 50%;
    }
    }

   @media (max-width: 1366px) {
    .result-photo, .result-photo .curtain {
      background-size: 100% auto;
      background-color: transparent;
    }
   }

   .result-photo .curtain {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
     background-image: url('../img/result-img-bg02.png');
    background-position: left top;
    background-repeat: no-repeat;
    z-index: 2;

   }

   .circles-row {
     width: 100%;
     max-width: 1280px;
     margin: auto;
   }

   .circles-row div:first-child {
     z-index: 3;
   }

   .circles-row div:nth-of-type(2) {
    z-index: 2;
  }


   .circles-row div:last-child {
    z-index: 1;
  }





   .circle {
     font-family: 'acuminpro';
     font-size: 17px;
     text-align: center;
     color: #666666;

     background-position: center center;
     background-size: contain;
     background-repeat: no-repeat;

     width: 480px;
     height: 480px;
     line-height: 1.2;
     margin-left: auto;
     margin-right: auto;
   }


   @media (max-width: 510px) {
    .circle {
      width: calc(100vw - 30px);
      height: calc(100vw - 30px);
      margin: 0;
    }
    .circle {
      font-size: 3.333vw;
    }
    .circle h5 {
      font-size: 3.725vw !important;
      padding-top: 15.686vw !important;
      margin-bottom: 5.882vw !important;
    }
   }


   @media (min-width: 1200px) { 
    .circle {
      margin-left: -10px;
    }
    }

   .circle h5 {
    font-family: 'acuminprocondensed';
    font-size: 19px;
    letter-spacing: -0.05rem;
    text-align: center; 
    padding-top: 80px;
    margin-bottom: 30px;
    line-height: 1.2;
    color: #666666;
   }


   .circle1 {
    background-image: url('../img/1.png');
  }

  .circle2 {
    background-image: url('../img/2.png');
  }

  .circle3 {
    background-image: url('../img/3.png');
  }

  .sccol {
    width: 90px;
    text-align: center;
    font-size: 9px;
    margin: 5px 5px;
  }

  @media (max-width: 510px) {
    .sccol {
      width: 17.647vw;
      font-size: 2.195vw;
      margin: 0.980vw 0.980vw;
    }
  }

  .sc {
   
    font-size: 9px;
    text-align: center;
    line-height: 1.3;
    width: 86px;
    height: 86px;
    border: solid 2px #147c3f;
    border-radius: 50%;
    margin: 5px auto;
    background-color: #fff;

  }
  @media (max-width: 510px) {
    .sc {
    width: 16.863vw;
    height: 16.863vw;
    font-size: 2.195vw;
    margin: 0.980vw auto; }
  }

  .sc strong {
    font-size: 15.56px;
  }

  @media (max-width: 510px) {
    .sc strong {
      font-size: 3.051vw;
    }
  }

  .circle  .btn.btn-dark {
    font-size: 17.32px;
    padding: 7px 20px 3px 20px;
  }

  @media (max-width: 510px) {
    .circle  .btn.btn-dark {
      font-size: 3.396vw;
      padding: 4px 3.922vw 3px 3.922vw;
    }
  }

  #result-info h3 {
    font-family: 'acuminprocondensed';
    line-height: 1.5;
    font-size: 23px;
    letter-spacing: -0.05rem;
  }

  #result-info .container-fluid .row:first-child h2:first-child ~ p,
  #result-info .container-fluid .row:last-child h2 ~ p{
    color: #666666;
  }
  .result-info{
    color:#147c3f;
  }

  @media (min-width: 768px) { 
    #result-info h3  {
      font-size: 28px;
      letter-spacing: -0.1rem;
    }
   }

   @media (max-width: 575.98px) { 
    #result-info h3 {
    
    }
    }

 

  .dontwait p {
    font-family: 'acuminpro';
  }


  @media (min-width: 768px) {
    #result-info h3 span {
   /* font-size: 133%; */
  }
  }


  #result-info h3 span strong {
  /*   font-size: 133%; */
  }

 .txta {
   font-family: 'acuminpro';
   color: #133b61;
   text-decoration: underline;
   font-style: italic;
 }

 @media (max-width: 575.98px) {
  .txta  {
    font-size: 2.778vw;
    line-height: 5.208vw;
}
}

 #do-more {
  background-image: url('../img/do-more-bg.png');
  background-position: center top;

  background-repeat: no-repeat;

  margin-top: 15px;
  padding-top:165px;
}

@media (max-width: 1199.98px) { 
  #do-more {  
  background-size: contain;
  padding-top: 15vw;
 }
 }

 #do-more h2 {
   font-size: 28.35px;
   color: #147c3f;
 }

 @media (min-width: 768px) { 
  #do-more h2 {
    font-size: 42.52px;
  }
 }



.greybox {
  background-color: #e6e7e8;
  max-width: 326px;
  border-radius: 25px;
  background-image: url('../img/grey-box-bg.png');
  background-repeat: no-repeat;

  background-position: center bottom;
    
  padding-top: 40px;
  padding-bottom: 140px;
  padding-right: 15px;
  padding-left: 15px;
 

  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .greybox {
    height: 100%;
  }
}

.greybox.gb1 {
  background-position: left bottom;
}

@media (max-width: 767.98px) { 
  .greybox.gb2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
 }
.greybox.gb2 {
  background-position: -220px bottom;
}

.greybox.gb3 {
  background-position: -500px bottom;
}
.greybox.gb4 {
  background-position: left bottom;
}


#do-more .greybox h2 {
  font-family: 'acuminprocondensed';
  font-size: 28px;
  font-weight: bold;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color:#147c3f;
  color:#147c3f;
  margin-bottom: 1rem;
}

.greybox p {
  font-family: 'acuminpro';
  letter-spacing: normal;
  line-height: 1.2;
  letter-spacing: -0.05rem;
  margin-bottom: 0;
  font-size: 14px;
  color: #666666;
}

@media (min-width: 768px) { 
  .greybox p {
    font-size: 17px;
  }
 }

.btn.btn-pink {
  font-family: 'acuminpro';
  font-weight: normal;
  color: #fff;
  font-size: 28px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 8px 40px 4px 40px;
  border-radius: 22px;
  background-color: #ff8429;
  border-color: #ff8429;
  width: 100%;
  max-width: 250px;
}

.greybox .form-control {
  background-color: #d0d0d0;
  border: 0;
  height: 38px;
  border-radius: 19px;
  color: #000;
  font-size: 11px;
}

.greybox .form-control::placeholder {
  color: #000;
}

.greybox .custom-control {
  text-align: left;
}

.greybox .custom-control-label::before {
  background-color: #147c3f;
  border: solid 1px #147c3f;
  border-radius: 50%;
}
.greybox  .custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #147c3f;
  background-color: #147c3f;
}
.greybox .custom-control-label {
  font-size: 9px;
  color: #666666;
  text-align: left;
  padding-top: 6px;
}

.greybox .custom-control-label a{
  color: #2cc84d;
}

.content-wrapper {
  overflow: hidden;
}

.traintrack {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 292px;
  height: 10px;
  z-index: -1;
  padding: 0;
  line-height: 1;
  overflow: hidden;
  text-align: right;
}

#train {
  width: 100%;
  height: 10px;
  background-image: url('../img/train.png');
  background-position: right center;
  background-repeat: no-repeat;
}

/* do animacji */

.greentxt,
.result-info h1,
.result-info p,
#result .img-fluid,
.contrybution,
.spider,
.right-now h2,
.result-photo,
#p1
 {
  opacity: 0;
}

.btn-next-question.disabled,
.btn-next-question:disabled {
  opacity:40%;
}

.fs-8 {
  font-size: 80%;
  display: block;
  line-height: 1;
}

.max-cont-xl {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

#myChart {
  /*background-repeat: no-repeat;*/
  /*background-position: center;*/
  /*padding: 50px;*/
}

.spider {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain  ;
  /*width: 300px;*/
  /*height: 300px;*/
}

.hidden-checkbox {
  display:none;
}

.checkbox-more {
  color: #51cf00;
  cursor: pointer;
}

.txt-blue {
  color: #2cc84d;
}

.share-icon {
  cursor: pointer;
}

.scrollmagic-pin-spacer{
  z-index: 100;
}