/*!
Theme Name: BNP-Paribas-Ankiety
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bnp-paribas-ankiety
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

BNP-Paribas-Ankiety is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*
Theme Name: BNP Ankiety
Theme URI: http://underscores.me/
Author: govirtual.pl
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bnp-ankiety
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

BNP Ankiety is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
 	line-height: 1.15;
 	-webkit-text-size-adjust: 100%;
 }

 /* Sections
 	 ========================================================================== */

 /**
  * Remove the margin in all browsers.
  */
 body {
 	margin: 0;
 }

 /**
  * Render the `main` element consistently in IE.
  */
 main {
 	display: block;
 }

 /**
  * Correct the font size and margin on `h1` elements within `section` and
  * `article` contexts in Chrome, Firefox, and Safari.
  */
 h1 {
 	font-size: 2em;
 	margin: 0.67em 0;
 }

 /* Grouping content
 	 ========================================================================== */

 /**
  * 1. Add the correct box sizing in Firefox.
  * 2. Show the overflow in Edge and IE.
  */
 hr {
 	box-sizing: content-box;
 	height: 0;
 	overflow: visible;

 }

 /**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
 pre {
 	font-family: monospace, monospace;
 	font-size: 1em;
 }

 /* Text-level semantics
 	 ========================================================================== */

 /**
  * Remove the gray background on active links in IE 10.
  */
 a {
 	background-color: transparent;
 }

 /**
  * 1. Remove the bottom border in Chrome 57-
  * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  */
 abbr[title] {
 	border-bottom: none;
 	text-decoration: underline;
 	text-decoration: underline dotted;
 }

 /**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
 b,
 strong {
 	font-weight: bolder;
 }

 /**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
 code,
 kbd,
 samp {
 	font-family: monospace, monospace;
 	font-size: 1em;
 }

 /**
  * Add the correct font size in all browsers.
  */
 small {
 	font-size: 80%;
 }

 /**
  * Prevent `sub` and `sup` elements from affecting the line height in
  * all browsers.
  */
 sub,
 sup {
 	font-size: 75%;
 	line-height: 0;
 	position: relative;
 	vertical-align: baseline;
 }

 sub {
 	bottom: -0.25em;
 }

 sup {
 	top: -0.5em;
 }

 /* Embedded content
 	 ========================================================================== */

 /**
  * Remove the border on images inside links in IE 10.
  */
 img {
 	border-style: none;
 }

 /* Forms
 	 ========================================================================== */

 /**
  * 1. Change the font styles in all browsers.
  * 2. Remove the margin in Firefox and Safari.
  */
 button,
 input,
 optgroup,
 select,
 textarea {
 	font-family: inherit;
 	font-size: 100%;
 	line-height: 1.15;
 	margin: 0;
 }

 /**
  * Show the overflow in IE.
  * 1. Show the overflow in Edge.
  */
 button,
 input {
 	overflow: visible;
 }

 /**
  * Remove the inheritance of text transform in Edge, Firefox, and IE.
  * 1. Remove the inheritance of text transform in Firefox.
  */
 button,
 select {
 	text-transform: none;
 }

 /**
  * Correct the inability to style clickable types in iOS and Safari.
  */
 button,
 [type="button"],
 [type="reset"],
 [type="submit"] {
 	-webkit-appearance: button;
 }

 /**
  * Remove the inner border and padding in Firefox.
  */
 button::-moz-focus-inner,
 [type="button"]::-moz-focus-inner,
 [type="reset"]::-moz-focus-inner,
 [type="submit"]::-moz-focus-inner {
 	border-style: none;
 	padding: 0;
 }

 /**
  * Restore the focus styles unset by the previous rule.
  */
 button:-moz-focusring,
 [type="button"]:-moz-focusring,
 [type="reset"]:-moz-focusring,
 [type="submit"]:-moz-focusring {
 	outline: 1px dotted ButtonText;
 }

 /**
  * Correct the padding in Firefox.
  */
 fieldset {
 	padding: 0.35em 0.75em 0.625em;
 }

 /**
  * 1. Correct the text wrapping in Edge and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  * 3. Remove the padding so developers are not caught out when they zero out
  *		`fieldset` elements in all browsers.
  */
 legend {
 	box-sizing: border-box;
 	color: inherit;
 	display: table;
 	max-width: 100%;
 	padding: 0;
 	white-space: normal;
 }

 /**
  * Add the correct vertical alignment in Chrome, Firefox, and Opera.
  */
 progress {
 	vertical-align: baseline;
 }

 /**
  * Remove the default vertical scrollbar in IE 10+.
  */
 textarea {
 	overflow: auto;
 }

 /**
  * 1. Add the correct box sizing in IE 10.
  * 2. Remove the padding in IE 10.
  */
 [type="checkbox"],
 [type="radio"] {
 	box-sizing: border-box;
 	padding: 0;
 }

 /**
  * Correct the cursor style of increment and decrement buttons in Chrome.
  */
 [type="number"]::-webkit-inner-spin-button,
 [type="number"]::-webkit-outer-spin-button {
 	height: auto;
 }

 /**
  * 1. Correct the odd appearance in Chrome and Safari.
  * 2. Correct the outline style in Safari.
  */
 [type="search"] {
 	-webkit-appearance: textfield;
 	outline-offset: -2px;
 }

 /**
  * Remove the inner padding in Chrome and Safari on macOS.
  */
 [type="search"]::-webkit-search-decoration {
 	-webkit-appearance: none;
 }

 /**
  * 1. Correct the inability to style clickable types in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
 ::-webkit-file-upload-button {
 	-webkit-appearance: button;
 	font: inherit;
 }

 /* Interactive
 	 ========================================================================== */

 /*
  * Add the correct display in Edge, IE 10+, and Firefox.
  */
 details {
 	display: block;
 }

 /*
  * Add the correct display in all browsers.
  */
 summary {
 	display: list-item;
 }

 /* Misc
 	 ========================================================================== */

 /**
  * Add the correct display in IE 10+.
  */
 template {
 	display: none;
 }

 /**
  * Add the correct display in IE 10.
  */
 [hidden] {
 	display: none;
 }

 /* Box sizing
 --------------------------------------------- */

 /* Inherit box-sizing to more easily change it's value on a component level.
 @link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
 *,
 *::before,
 *::after {
 	box-sizing: inherit;
 }

 html {
 	box-sizing: border-box;
 }

 /*--------------------------------------------------------------
 # Base
 --------------------------------------------------------------*/

 @font-face {
   font-family: Bnpp-sans;
   src: url(fonts/BNPPType-Regular.otf);
 }

 @font-face {
   font-family: Bnpp-sans-bold;
   src: url(fonts/BNPPType-Bold.otf);
 }

 @font-face {
   font-family: Bnpp-sans-light;
   src: url(fonts/BNPPType-Regular.otf);
 }

 @font-face {
   font-family: Bnpp-sans-cond-bold-v2;
   src: url(fonts/BNPPType-Regular.otf);

 }

 @font-face {
   font-family: Bnpp-sans-cond-v2;
   src: url(fonts/BNPPType-Regular.otf);

 }

 @font-face {
   font-family: Bnpp-sans-cond-extrabold-v2;
   src: url(fonts/bnpp-sans-cond-extrabold-v2.ttf);
 }

 @font-face {
   font-family: Bnpp-sans-cond-light-v2;
   src: url(fonts/bnpp-sans-cond-light-v2.ttf);
 }

 @font-face {
   font-family: Bnpp-sans-new;
    src: url(fonts/BNPPType-Regular.otf);

 }

 @font-face {
   font-family: Bnpp-sans-bold-new;
    src: url(fonts/BNPPType-Bold.otf);
 }
 /* Typography
 --------------------------------------------- */
 body,
 button,
 input,
 select,
 optgroup,
 textarea {
   color: #404040;
   font-family: Bnpp-sans-light;
   font-size: 1rem;
   line-height: 1.5;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
   clear: both;
 }
h4{
  margin:0 !important;
  padding:0 !important;
  color:black;
  font-size:1.4em;
}

 p {
   margin-bottom: 1.5em;
 }

 dfn,
 cite,
 em,
 i {
   font-style: italic;
 }

 blockquote {
   margin: 0 1.5em;
 }

 address {
   margin: 0 0 1.5em;
 }

 pre {
   background: #eee;
   font-family: "Courier 10 Pitch", courier, monospace;
   line-height: 1.6;
   margin-bottom: 1.6em;
   max-width: 100%;
   overflow: auto;
   padding: 1.6em;
 }

 code,
 kbd,
 tt,
 var {
   font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
 }

 abbr,
 acronym {
   border-bottom: 1px dotted #666;
   cursor: help;
 }

 mark,
 ins {
   background: #fff9c0;
   text-decoration: none;
 }

 big {
   font-size: 125%;
 }

 /* Elements
 --------------------------------------------- */
 body {
   background:white;
 }

 hr {
   background-color: #ccc;
   border: 0;
   height: 1px;
   margin-bottom: 1.5em;
 }

 ul,
 ol {
   margin: 0 0 1.5em 3em;
 }

 ul {
   list-style: disc;
 }

 ol {
   list-style: decimal;
 }

 li>ul,
 li>ol {
   margin-bottom: 0;
   margin-left: 1.5em;
 }

 dt {
   font-weight: 700;
 }

 dd {
   margin: 0 1.5em 1.5em;
 }

 /* Make sure embeds and iframes fit their containers. */
 embed,
 iframe,
 object {
   max-width: 100%;
 }

 img {
   height: auto;
   max-width: 100%;
 }

 figure {
   margin: 1em 0;
 }

 table {
   margin: 0 0 1.5em;
   width: 100%;
 }

 table.fc-scrollgrid, table.fc-scrollgrid-sync-table {
   margin: 0;
 }
 b {
 	font-family: Bnpp-sans-bold;
 }
 /* Links
 --------------------------------------------- */
 a {
   color: black !important;
   text-decoration: none;
 }

 a:visited {
   color: black !important;
 }

 a:hover,
 a:focus,
 a:active {
   color: rgb(0, 131, 79)
 }

 a:focus {
   outline: thin dotted;
 }

 a:hover,
 a:active {
   outline: 0;
 }

 /* Forms
 --------------------------------------------- */


 button:active,
 button:focus,
 input[type="button"]:active,
 input[type="button"]:focus,
 input[type="reset"]:active,
 input[type="reset"]:focus,
 input[type="submit"]:active,
 input[type="submit"]:focus {
 	border-color: #aaa #bbb #bbb;
 }

 input[type="text"],
 input[type="email"],
 input[type="url"],
 input[type="password"],
 input[type="search"],
 input[type="number"],
 input[type="tel"],
 input[type="range"],
 input[type="date"],
 input[type="month"],
 input[type="week"],
 input[type="time"],
 input[type="datetime"],
 input[type="datetime-local"],
 input[type="color"],
 textarea {
 	color: #666;
 	border: 1px solid #f4f4f4;
  background:#f4f4f4;
 	border-radius: 0px;
 	padding: 3px;
 }

 input[type="text"]:focus,
 input[type="email"]:focus,
 input[type="url"]:focus,
 input[type="password"]:focus,
 input[type="search"]:focus,
 input[type="number"]:focus,
 input[type="tel"]:focus,
 input[type="range"]:focus,
 input[type="date"]:focus,
 input[type="month"]:focus,
 input[type="week"]:focus,
 input[type="time"]:focus,
 input[type="datetime"]:focus,
 input[type="datetime-local"]:focus,
 input[type="color"]:focus,
 textarea:focus {
 	color: #111;
 }

 select {
   border: 1px solid #f4f4f4;
  background:#f4f4f4;
   border-radius: 0px;
 }

 textarea {
 	width: 100%;
 }
/*---------------------------------------------------------------
QSM quiz
---------------------------------------------------------------*/
input[type="radio"]{
  vertical-align: top !important;
}
.qmn_quiz_container select, .qmn_quiz_container textarea, .qmn_quiz_container input[type="text"]{
  border: 1px solid #f4f4f4 !important;
 background:#f4f4f4 !important;
  border-radius: 0px !important;
}
.qmn_btn, .qsm-quiz-container.qmn_quiz_container .qmn_btn, .qsm-quiz-container.qmn_quiz_container .btn, .qsm_retake_button {
  background:#13905c !important;
  border:1px solid #13905c !important;
  width:50%;
  margin-right:25% !important;
    margin-left:25% !important;
  border-radius:0 !important;
   font-family: Bnpp-sans-cond-bold-v2 !important;
   font-size:30px !important;
   padding:15px 0 10px 0 !important;
}
.qmn_pagination{
  border:none !important;
}
.qsm_retake_button{
  margin-bottom:30px;
}

 /*--------------------------------------------------------------
 # Layouts
 --------------------------------------------------------------*/
.title_green{
  width:auto;
  max-width:100%;
  position: relative;


}
.title_green_inside{
  position: absolute;
  height: 100%;
  width:70%;

  background:#13905c;
}
.line{
  border-top:1px solid #13905c;
  width:100%;
  height:10px;
  position: relative;
}
  h1 {
  max-width:70% !important;
  color:white;
  line-height: 1.4em;
  padding:10px 0 10px 0;
}
.btn1{
  padding:10px;line-height:17px;margin-left:30px
}
hr{
  color:#00915A;
  background: #00915A;
  height:1px
}
#company-name-error, #phone-error, #nip-error, #email-error {
  position: absolute;
  top:-20px;

}
#rodo-error, #rodo_2-error, #rodo_3-error{
  position: absolute;
  top:-20px;

}
.tb1, .tb2, .tb-form{
  width:100%;
}
.tb-form td {
  width:50% !important;
}
.tb1 td {
  width:25%;
  vertical-align: top;
  position: relative;
  padding: 20px 10px 10px 10px;
}
.regions-column label {
  margin-left:10px;
}
.tb2 td{
  width:33.3%;
  vertical-align: top;
  padding: 20px 10px 10px 10px;
}
.th1{
  font-size: 30px !important;
text-align: center;
font-family: Bnpp-sans-bold;
color:#009155;
padding-top: 50px;
position: relative;;
}
.th1 span{
  color:#373a3c;
  font-size: 22 px;
}
.th2{
  font-size: 22 px;
  text-align: left;
  font-family: Bnpp-sans;
  color: #373a3c;
  text-align:left;
}

.minitb{
  width:100%;
}
.minitb td:nth-child(1){
  width:20px;
  vertical-align: top;
}
.minitb td:nth-child(2){
  width:calc(100% - 20px);
  vertical-align: top;
}
.minitb td span {
  font-family: Bnpp-sans-bold;
}
.lista_ankiety{
  width:100%;
  padding:20px;
  background:#f4f4f4;
  color:#707070;
  border-left:100px solid #f4f4f4;
  position: relative;
  margin-bottom:50px;
}
.wiekszy{
  width:70%;
  position: relative;
  float:left;

}
.mniejszy{
  width:30%;
  position: relative;

  float:left;
}
.link_img{
  height: 30px;
}

  /* przycisk */
  button {
 	 border:1px solid #13905c !important;
 	 background:#13905c !important;
 	 color:white !important;
 	 width:auto;
   font-family: Bnpp-sans-cond-bold-v2;

   font-size:30px;
   line-height:30px;
 	 padding-left:10px;
 	 padding-right:10px;
 	 border-radius:2px;
   padding:10px 30px 10px 30px;
 	 display: block;

 	 cursor: pointer;
   float:right;
  }

  h3{
 	 font-size:30px;
 	 margin-top:0;
 	 padding-top:0;
 	 padding-bottom:5px;
 	 margin-bottom:0;
 	   font-family: Bnpp-sans-bold;
  }
  .wide{
 	 display: inline;
 	 width:30% !important;
 	 margin:230px 5px 30px 5px;
  }
  .gray{
 	 background:#AFAFAF !important;
 	 border:1px solid #AFAFAF !important;
  }
  .green_menu{
    position: fixed;
    top:0px;
    width:100%;
    z-index: 9990;
    text-align: center;
    background: #108251;
    padding:10px 0 10px 0;
  }
   .green_menu a:link, .green_menu a:visited {
     color:white;
     text-decoration: none;
     display: inline-block;
     margin:0 10px 0 10px;
     font-size: 12px;
   }
   .mobile{
     display: none;
   }

   #check01{
     display: none;
   }
  .top-menu {
    position: fixed;
    top:60;
    width:100%;
    z-index: 9990;
    background:white;
    height:60px;
  }
  .lightbox{
    width:100%;
    height:100vh;
    position: fixed;
    top:0;
    left:0;
    background:rgba(0, 0, 0, 0.3);
    display:none;
    z-index: 9999;
  }

  .popup{
    position: absolute;
    top: 250px;
    left: 292px;
    background:white;
    padding:20px;
    min-width:200px;
    line-height:1.6em;
    z-index: 99999;
    display: none;
  }
  .typ{
    position: relative;
    display: inline-block;
    width:40px;
    height:38px;
    background-size: 100% auto;
    background-image:url('img/typ.png');
    background-repeat:no-repeat;
    cursor: pointer;
  }
  .typ:hover{
    background-image:url('img/typ_hover.png');
  }
  .top-menu-sep{
    position: relative;
    width: 100%;
    height:40px;
  }
  .padding{
    padding-top:50px;
  }
  .top-img{
    width:100%;
    margin-top:-35px;
    margin-bottom: 140px;
    position: relative;
    background-image: url(img/top-img.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .top-img:after{
    display: block;
    content: '';
    padding-bottom: 41%;

  }
  .funds-table td {
    text-align: center;
       font-family: Bnpp-sans-new;
       color:#707070;
  }
  .funds-table td:nth-child(1),   .funds-table td:nth-child(3){
    width:30%;
  }
  .funds-table td:nth-child(2){
   width:40%;
   font-size: 1.3vw;
 }
  .lupka {
    height: 93px;
  }

  .tlo_rejestruje_sie {
    position: absolute;
    bottom:13.8%;
    width:40%;
    left:50%;
    background:url(img/tlo_rejestruje_sie.png);
    background-size: cover;
    background-repeat: no-repeat;
    mix-blend-mode: multiply;

    opacity: 1;
  }
  .bez_tla{
    position: absolute;
  bottom: 13.8%;
  width: 47%;
  left: 50%;
  padding: 30px 30px 60px 50px;;

  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* <-- to wyrównuje do dołu */
  height: 87%;
  }
    .tlo_rejestruje_sie::after{
      display: block;
      content: '';
      padding-bottom: 88.4%;
    }
  .tlo_rejestruje_sie_button{
    background: #00915A;
    color:white;
    font-family: Bnpp-sans-bold-new ;
    font-size: 1.2vw;
    text-align: center;
    padding: 18px 50px 15px 50px;
    display: inline;
    position: relative;

    cursor: pointer !important;
  }
  .bez_tla h1 {
     font-family: Bnpp-sans-bold-new;
     position: relative;
     line-height: 1.2em;
     font-size: 2.2vw;
     margin-bottom:60px;
  }
  .top-img-belt{
    position: absolute;
    left:5%;
    width:90%;
    bottom:-70px;
    background: #7FA7A3;
    color:white;
    text-align: center;
    font-size: 1.6vw;
    padding:40px 0 40px 0;
    font-family: Bnpp-sans-bold-new ;

  }
  .top2 #thanks{
    margin-top:30px !important;
  }
  .top2 label {
   font-family: Bnpp-sans-new;
   color:#707070;
  }
  .top2 .specjalny {
  position: relative !important;
  margin-top: -10px;
  margin-bottom: -30px;
  }
  .top2 label span {
    font-size:1.2em;
  }
  .top2 .minitb td span {
    font-family: Bnpp-sans-bold-new;
  }
  .top2 label {
  }
  .top2 .th1 {
    position: relative !important;
    margin-left:5%;
    width:90% !important;
    background: #7FA7A3;
    color:white;
    text-align: center;
    font-size: 1.2vw !important;
    padding:40px 0 40px 0 !important;
    text-align: center !important;
    font-family: Bnpp-sans-bold-new !important ;
  }
  h1 {
    text-align: left;
      font-family: Bnpp-sans-cond-bold-v2;
    font-size: 60px;
 	 margin:0;
 	 padding:0;

  }
  .top2 h2 {
    text-transform: none;
    font-family: Bnpp-sans-bold-new ;
    font-size: 29px;
    margin-top:50px;
    margin-bottom:30px;
  }
  .top2 hr {
  border: none;
  height: 2px;
  background: #f0f0f0;
  box-shadow: 0 -4px 8px rgba(0,0,0,0.1);
}
  .top2 h4 {
    text-transform: none;
    font-family: Bnpp-sans-new ;
    font-size: 26px;
    text-align: center;
    margin-top:50px;
    margin-bottom:20px;
  }
  .oferta_finansowania, .oferta_finansowania:visited {
    color:#00AD70 !important;
    text-decoration: underline;
  }
  #formularz{
    margin-bottom: -20px;
  }
  .top2 h3{
    text-align: left;
    font-size: 23px;
    margin-top:50px;
    font-family: Bnpp-sans-bold-new ;
  }
  .top2 .rejestuj{
    font-family: Bnpp-sans-new ;
    text-transform: uppercase;
    font-size: 16px;

  }
  .founds-nice-el{
    width: 100%;
    background-image: url(img/GettyImages-2196870531.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 75% auto;
    padding:30px 50% 30px 0;
    margin-top: 60px;
  }
  .founds-nice_inside{
    padding: 30px;
    background: #587982;
    position: relative;
    color: white;
    font-size: 1.3vw;
    font-family: Bnpp-sans-new;
  }
  .funds_h2_answer{
    font-size: 1.1vw;
    position: relative;
    width: 100%;
    font-family: Bnpp-sans-new;
    text-align:center;
    color:#707070;
  }
  .korzysci{
    position: relative;
     box-sizing: border-box;
    float:left;
    width:24%;
    margin: 30px 0.5% 30px 0.5%;
    background-color: #6A7B84;
    padding: 80px 30px 40px 30px;
    color:white;
    text-align: center;

        font-size: 1.2vw;
        font-family: Bnpp-sans-new;

  }

  .th2_vario, .top2 .th2{
    display: none;
  }
  .top2 .th2_vario{
    display: inline-block;
  }
  .top2 .error {
    color:red !important;
  }
  .top2 .chectab {
    width:100px;
  }
  .top2 .th2_vario{
    text-align: center;
    color:white;
    display: block;
    width: 90%;
    margin-left:5%;
  }
  .top2 .chectab label span {
    font-family: Bnpp-sans-bold-new;
  }
  .top2 .radio_td_new td:nth-child(1){
    width:10% !important;
    vertical-align: top;
  }
  .top2 .radio_td_new td:nth-child(2){
    width:90% !important;
    vertical-align: top;
  }
  .top2 #r1 label {
    margin-right:10px !important;;
  }
  .korzysci:hover{
    background-color: #00ad70;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
  }
  .color2{
    background-color: #1E2D39;
  }
  .color3{
    background-color: #587982;
  }
  .color4{
    background-color: #7FA7A3;
  }
  .icon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%); /* ⬅️ wycentrowanie i wystawienie na pół wysokości */
    width: 100px;    /* lub procentowo, jeśli chcesz skalowanie */
    height: 100px;

    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .icon img {
    width: 100%; /* dopasuj do potrzeb */
    height: auto;
  }
  .hbold{
    font-family: Bnpp-sans-bold;
    font-size:26px !important;
  }
  .bg .site-main{
    /* background-color:#f7f7f7 !important; */
    background:none;
  }


  h2 {
    text-align: center;
    font-family: Bnpp-sans-cond-light-v2;
    font-size: 60px;
    text-transform: uppercase;
    color: black;
  }
  .site-header{
    background: white;
  }
  .hlink h2, .hlink:visited, .hlink {
    color:#afafaf;
    text-decoration:none !important;;
      font-family: Bnpp-sans-cond-light-v2 !important;
    font-weight: 300;
  }
  .hlink h2:hover{
    color:#009155;
  }
  .filter {
    height: 40px;
    margin-right: 30px;
  }

  .kalendarium-link, .kalendarium-link:visited, .type-link
  {
    color:black;
    text-decoration: none;
    font-family: Bnpp-sans;
  }

  .kalendarium-link:hover, .type-link:hover
  {
    color:#009155;
  }

  .dystans {
    margin-left: 15%;
  }

  .c50 {
    width: 50%;
    float: left;
    position: relative;
  }
  .c50a {
    width: 47%;
    float: left;
    position: relative;
    margin-left:3%;
  }
  .c47{
    width: 47%;
    float: left;
    position: relative;
    margin-right:3%;
  }
  .kontakt-h{
    min-height:60vh;
  }
  .site-main {
    position: relative;
    width: 96%;
    max-width: 1024px;
    margin: 0 auto 0 auto;
  }
  .top_image{
    width:100% !important;
  }
  .top, .top2{
    width:90%;
    text-align:left;
    position: relative;

    padding-left:10%;
  }

  .top h1 {

    max-width:140% !important;;
    margin-left:-40%;
    padding:10px 10px 10px 40%;
    background:#00915A;
    font-size: 36px;

  }/*
  .special_img{
    width:49%;
    margin-left:1%;
    height:46vh;
    background-size: cover;
    background-position: center center;
    float:left;
    position: relative;
  }
  .form-left{
    width: 49%;
    float:left;
    position: relative;
    margin-right: 1%;
  }
  */

  .specjalny{
    position: absolute;
    top:-50px;;
    left:0;
  }
  .font-sp{
    font-family: Bnpp-sans-light;
    font-size:1.4em;
  }
  .font-sp ul {
    margin-left:15px;
    padding-left:10px;;
    list-style: none;
  }
  .font-sp li::before {
  content: "="; font-family:"Webdings";
   color: #00915A;
  display: inline-block; width: 1em;
  margin-left: -20px;
  font-size:.9em;
}

  .form-left{
    width: 48% !important;
    float:left;
    display: inline-block;
   vertical-align: bottom;
    vertical-align: bottom;
    position: relative;

  }
  .special_img{
    width:50% !important;
    display: inline-block;
       vertical-align: bottom;
       background-color:#235c01;
    height:64.2vh;
    background-size: cover;
    background-position: center center;
    float:left;
    vertical-align: bottom;
    position: relative;
  }
  .special_sep{
    width: 2%;
      float:left;
    vertical-align: bottom;
    position: relative;
  }
  .css-label {
    font-size: 12px;
    line-height:1em !important;
  }
  .formtable td:nth-child(1){
    padding-right: 10px;
    vertical-align: top;
  }
    .formtable td:nth-child(2){
      line-height: 1.2em;
    }
    .formtable {
      margin-top:30px;
    }
    .rejestuj{
      background:#00915A;
      font-size:24px;
      border-radius: 0;
      width:20%;
      margin-left:40%;
      color:white;border:1px solid #00915A;
      font-family: Bnpp-sans-cond-bold-v2;
      padding: 7px 20px 6px 20px;
    }
    .rejestuj:hover{
      background:white;
      color:#00915A;
    }
    input:focus {
       outline: none !important;
       border-color: #00915A;
       box-shadow: 0 0 10px #00915A;
   }
  .form-left input {
    width:100% !important;
    margin-top:15px;
    padding:10px 20px 10px 20px;
  }
  .site-main-top{
    position: relative;
    width: 96%;
    max-width: 1000px;
    margin: 0 auto 0 auto;

  }
  .wrapper{
    position: relative;
    width: 96%;
    max-width: 1200px;
    margin: 0 auto 0 auto;
  }
 /*--------------------------------------------------------------
 # Components
 --------------------------------------------------------------*/

 /* Navigation
 --------------------------------------------- */
 .main-navigation {
 	display: block;
 	width: 100%;
 }

 .main-navigation ul {
 	display: none;
 	list-style: none;
 	margin: 0;
 	padding-left: 0;
 }

 .main-navigation ul ul {
 	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
 	float: left;
 	position: absolute;
 	top: 100%;
 	left: -999em;
 	z-index: 99999;
 }

 .main-navigation ul ul ul {
 	left: -999em;
 	top: 0;
 }

 .main-navigation ul ul li:hover > ul,
 .main-navigation ul ul li.focus > ul {
 	display: block;
 	left: auto;
 }

 .main-navigation ul ul a {
 	width: 200px;
 }

 .main-navigation ul li:hover > ul,
 .main-navigation ul li.focus > ul {
 	left: auto;
 }

 .main-navigation li {
 	position: relative;
 }

 .main-navigation a {
 	display: block;
 	text-decoration: none;
 }

 /* Small menu. */
 .menu-toggle,
 .main-navigation.toggled ul {
 	display: block;
 }

 @media screen and (min-width: 37.5em) {

 	.menu-toggle {
 		display: none;
 	}

 	.main-navigation ul {
 		display: flex;
 	}
 }

 .site-main .comment-navigation,
 .site-main
 .posts-navigation,
 .site-main
 .post-navigation {
 	margin: 0 0 1.5em;
 }

 .comment-navigation .nav-links,
 .posts-navigation .nav-links,
 .post-navigation .nav-links {
 	display: flex;
 }

 .comment-navigation .nav-previous,
 .posts-navigation .nav-previous,
 .post-navigation .nav-previous {
 	flex: 1 0 50%;
 }

 .comment-navigation .nav-next,
 .posts-navigation .nav-next,
 .post-navigation .nav-next {
 	text-align: end;
 	flex: 1 0 50%;
 }
 .green-belt {
   padding: 12px 0 8px 0;
   background: #009155;
   color: white;
   width:100%;
   position: fixed;
   top:77px;
   z-index: 9950;
   font-size: 1.4em;
 }

 .searchform {
   width: 100% !important;
   background: #fafafa !important;
   color: black;
   padding: 7px 0px 2px 0px !important;
   font-size: 15px !important;
   border-top:none !important;
   border-right:none !important;
   border-left:none !important;
   border-bottom:1px solid black !important;
 }
 ::-webkit-input-placeholder { /* Edge */
   color: black;
 }

 :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: black;
 }

 ::placeholder {
   color: black;
 }
 .bnp {
   color: #373a3c;
   float:left;
   margin-top: 17px;
   font-size: 16px;
   margin-left:30px;
   font-family: Bnpp-sans;
   display: none;
 }

 .koniec{
 	box-shadow: 0px 22px 24px #0000000D;
 	position: absolute;
 	bottom:-110px;
 	padding:40px 30px 10px 10px;
 	width:100%;
 	background:white;

 }
 .koniec p {
 	padding:0;
 	margin:0;

 }
 .koniec_odpowiedz
 {
 	float:left;
 	position:relative;
 	width:60%;
 }
 .ile_procent{
 	position: relative;
 	float:left;
 	font-size:130px;
 	line-height: 130px;
 	font-family: Bnpp-sans-cond-extrabold-v2;
 	text-align: center;
 	width:30%;

 }
 #primary {
   padding-top: 95px;

 }
 .bg_image{
   width:100%;
   height:400px;
 	background-repeat: no-repeat;

   background-position: top center;
   background-size:cover;
   position: relative;
 }
 .bg_image2{
   width:100%;

 	background-repeat: no-repeat;

   background-position: top center;
   background-size:cover;
   position: relative;
 }
 .bg_imge2::after{
 	display: block;
 	content: "";
 	padding-bottom:30%;
 }
 .tresc{
   position: absolute;
   right:1.5%;
   width:64%;
   bottom: -30px;
   background:white;
   padding:15px 30px 15px 30px;;
   font-size:18px;
   box-shadow: 0px 22px 24px #0000000D;
 	font-family: Bnpp-sans-light;


 }
 .pytanie{
   width:30%;
   text-align: center;
   position: relative;
   float:left;
   margin:30px 1.5% 30px 1.5%;
   border:1px solid #EEEEEE;
   padding:15px 30px 30px 30px;;
 }

 input[type="radio"]{
   width: 20px; /*Desired width*/
   height: 20px; /*Desired height*/
   cursor: pointer;
   accent-color: #009155;
 	margin-bottom:15px;

 }
 input[type="checkbox"]{
   accent-color: #009155 !important;
   transform : scale(1.2);
 }

  .top2 input[type="radio"]{
    width: 15px; /*Desired width*/
    height: 15px; /*Desired height*/
    cursor: pointer;
    accent-color: #009155;
   margin-top: 3px;

  }
 .incorrect input[type="radio"]{
   accent-color: red;
 }
 .incorrect{
 background:#FDF6F6;
 }
 .correct{
 background:#E8EFEF;
 }
 .odpowiedz_dobra{
   width:97%;
   margin-left:1.5%;
   padding:15px 30px 30px 10%;;
   border:1px solid #EEEEEE;
   background-color:#E8EFEF;
   background-image: url(img/ok.png);
   background-size:5% auto;
   background-repeat: no-repeat;
   background-position: 25px 30px;
 	min-height:100px;


 }
 .licznik{
   position: relative;
   margin-top:5px;
   font-family: Bnpp-sans-cond-v2;
   font-size:24px;
   margin-left:1.5%;
 }
   .odpowiedz_zla{
     width:97%;
     margin-left:1.5%;
     padding:15px 30px 30px 10%;;
     border:1px solid #EEEEEE;
     background-color:#FDF6F6;
     background-image: url(img/no.png);
     background-size:5% auto;
     background-repeat: no-repeat;
     background-position: 25px 30px;
 		min-height:100px;

 }
 .pytanie label {
   display: block;
   text-align: left !important;
 }

 .mainnavigation {
   width: 100%;
   padding:  0px 0px 4px 1px;
   position: fixed;
   top:95px;
   /*border-bottom: 1px solid #009155;*/
   background: white ;
   font-family: Bnpp-sans;
   color: white;
   font-size: 20px;
   z-index: 9950;
   float: right;
 }
 .wcag{
   position: relative;
   float: right;
   height:36px;
   width:50px;
   background-image:url(img/oko.png);
   background-repeat: no-repeat;
   background-size: 100% auto;
   margin-top:14px;
 }

 .wcag_nav{
   position: absolute;
   top:50px;
   left:-250px;
   width:300px;
   z-index: 9999;
   height:144px;
   color:white;
   padding:20px;
   background: #159761;
     font-size: 12px;
     display: none;
     -webkit-box-shadow: -6px 1px 17px -14px rgba(66, 68, 90, 1);
 -moz-box-shadow: -6px 1px 17px -14px rgba(66, 68, 90, 1);
 box-shadow: -6px 1px 17px -14px rgba(66, 68, 90, 1);
 }

 .wcag.hovered .wcag_nav{
   display: block;
 }
 .wcag_nav td:nth-child(2), .wcag_nav td:nth-child(3), .wcag_nav td:nth-child(4) ,.wcag_nav td:nth-child(5){
   width:45px;
 }
 .wcag_btn{
   width:40px;
   height:40px;
   background-position: center center;
   background-size:80% auto !important;
   background-repeat: no-repeat;
   border-radius: 7px;
   border:3px solid transparent;

 }
 .wcag_btn:hover{
   border:3px solid white;
 }
 #wcag1{
   background-image:url(img/a1.png) !important;
   background-color:black;
   background-size:80% auto !important;
   background-repeat: no-repeat !important;
 }
 #wcag2{
   background-image:url(img/a2.png)!important;
   background-color:black;
   background-size:80% auto !important;
   background-repeat: no-repeat !important;
 }
 #wcag3{
   background-image:url(img/a3.png)!important;
   background-color:black;
   background-size:80% auto !important;
   background-repeat: no-repeat !important;
 }
 #wcag4{
   background-image:url(img/k1.png)!important;
   background-color:white;
   background-size:100% auto !important;
   background-repeat: no-repeat !important;
 }
 #wcag5{
   background-image:url(img/k2.png)!important;
   background-color:black;
   background-size:100% auto !important;
   background-repeat: no-repeat !important;
 }
 #wcag6{
   background: red !important;
   background-image:url(img/k3.png)!important;
   background-color:#fffd38 !important;
   background-size:100% auto !important;
   background-repeat: no-repeat !important;
 }
 #wcag7{
   background-image:url(img/k4.png)!important;
   background-color:black;
   background-size:100% auto !important;
   background-repeat: no-repeat !important;
 }
 body.pojo-a11y-negative-contrast #wcag1{
   background-image:url(img/a1.png) !important;
   background-color:black !important;
   background-size:80% auto !important;
   background-repeat: no-repeat !important;
   display: block !important;
 }
 body.pojo-a11y-negative-contrast #wcag2{
   background-image:url(img/a2.png)!important;
   background-color:black;
   background-size:80% auto !important;
   background-repeat: no-repeat !important;
   display: block !important;
 }
 body.pojo-a11y-negative-contrast #wcag3{
   background-image:url(img/a3.png)!important;
   background-color:black !important;
   background-size:80% auto !important;
   background-repeat: no-repeat !important;
 }
 body.pojo-a11y-negative-contrast #wcag4{
   background-image:url(img/k1.png) !important;
   display: block !important;
   background-size:100% auto !important;
   background-repeat: no-repeat !important;
 }
 body.pojo-a11y-negative-contrast #wcag5{
   background-image:url(img/k2.png)!important;
   background-color:black !important;
   background-size:100% auto !important;
   background-repeat: no-repeat !important;
 }
 body.pojo-a11y-negative-contrast #wcag6{
   background: red !important;
   background-image:url(img/k3.png)!important;
   background-color:#fffd38 !important;
   background-size:100% auto !important;
   background-repeat: no-repeat !important;
 }
 body.pojo-a11y-negative-contrast #wcag7{
   background-image:url(img/k4.png)!important;
   background-color:black;
   background-size:100% auto !important;
   background-repeat: no-repeat !important;
 }
  body.pojo-a11y-negative-contrast.wcag{
   position: relative;
   float: right;
   height:36px;
   width:50px;
   background-image:url(img/oko.png);
   background-repeat: no-repeat !important;
 }
 div#wcag7.wcag-active{
   background-image:url(img/k4.png)!important;
   background-color:black;
   background-size:100% auto !important;
   background-repeat: no-repeat !important;
 }
 .wcag-active {
   background:url(img/k3.png) !important;
 }
 .wcag:has(#wcag7.wcag-active) {

     background-image:url(img/oko_wcag.png) !important;
     background-repeat: no-repeat;
     background-size: 100% auto !important;

 }

 .wcag:not(#wcag7.wcag-active) {

     background-image:url(img/oko.png) !important;
     background-repeat: no-repeat;
     background-size: 100% 100% !important;

 }
 .pojo-a11y-grayscale .css-label.error, .pojo-a11y-high-contrast .css-label.error, .pojo-a11y-negative-contrast .css-label.error{
   color: red !important;
   border: 1px solid red !important;
 }
 .pojo-a11y-grayscale .show-full-label, .pojo-a11y-high-contrast .show-full-label , .pojo-a11y-negative-contrast .show-full-label,
 .pojo-a11y-grayscale .show-partial-label , .pojo-a11y-high-contrast .show-partial-label ,.pojo-a11y-negative-contrast .show-partial-label

 {
   font-weight: bold; font-size:2em;
   display: block;

 }
 .pojo-a11y-grayscale .errorTxt, .pojo-a11y-high-contrast .errorTxt , .pojo-a11y-negative-contrast .errorTxt{

   border:3px solid red !important;
 }

 body.pojo-a11y-high-contrast input.error, body.pojo-a11y-high-contrast *:not(#pojo-a11y-toolbar) input.error {
   border: 3px solid red !important;
 }
 body.pojo-a11y-negative-contrast input.error, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) input.error {
   border: 3px solid red !important;
 }
 body.pojo-a11y-negative-contrast .company_size-error, body.pojo-a11y-high-contrast .company_size-error, .pojo-a11y-grayscale .company_size-error{
   border: 3px solid red !important;
   color:red !important;
 }

 *[tabindex]:focus {
     outline: 5px green lime !important;
 } :focus-visible {
     outline: 5px solid lime !important;
 }
 .section-title {
   font-weight: 400;
   font-size: 18px;
   margin-bottom: 20px;
 }

 .errorTxt {
   padding: 30px;
   border-radius: 30px;
   background: red;
   color: white;
   margin-bottom: 30px;
   display: block;
 }
 .errorTxt a, .errorTxt a:visited, .errorTxt a:link {
   color:white !important;
 }

 textarea.error, input.error, .bnp_select.error {
   border: 1px solid red;
 }

 .error {
   color:red;
 }

 .group2{
   position: relative;;
 }
.group2 input {
  width:98%;
  margin-right: 2%;
  margin-bottom:20px;
  padding:10px;
  float: left;

}

.group2a input {
  width:48%;
  margin-right: 0%;
  margin=left:2%;
  margin-bottom:20px;
  padding:10px;
  float: left;
}
 .menu{
     background: white ;
 }

 .input_data>.error {}

 .mainnavigation ul {}

 .logo {
   float: left;
   margin:15px 0 0px 0;
   height: 30px;
 }

 .phz {
   height: 26vh;
   position: absolute;
   left: 15%;
   top: 50px;
 }

 .nav-link {
   float: right;
   text-decoration: none;
   color: #009155;
   margin-top: 7px;
   margin-left: 50px;
 }

 .slide {
   width: 100%;
   position: relative;
   min-height: 80vh;
   background-repeat: no-repeat;
   background-position: top center;
   background-size: contain;
 }

 .clearfix {
   clear: both;
 }

 .form-error {
   color: red !important;
 }

 .wrapper {
   position: relative;
   width: 100%;
   max-width: 1100px;
   margin-left: auto;
   margin-right: auto;
   color: #606060;
   font-family: Bnpp-sans-light;
 }

 .center {
   text-align: center;
 }

 .bg-special {
   padding-bottom: 100px;
   padding-top: 50px;
   background-image: url(img/bg.png);
   background-repeat: no-repeat;
   background-position: bottom center;
   background-size: contain;
 }

 .nav-link:visited {
   color: #009155;
 }

 .nav-link:hover {
   border-bottom: 1px solid #009155;
   color: #009155;
   -moz-transition: all .5s ease;
   -ms-transition: all .5s ease;
   -webkit-transition: all .5s ease;
   -o-transition: all .5s ease;
 }

 .main-navigation ul {
   list-style: none;
   position: relative;
   margin: 0;
   width: 100%;
   padding-left: 0;
   z-index: 990;
 }

 .mainnavigation ul li {
   position: relative;
   font-family: Bnpp-sans;
   font-size: 14px;
   margin: 15px 40px -1px 0px;
   text-transform: uppercase;
 }
 .szukaj img{
     width:15px !important;
     position: relative;
     float:right;
     font-family: Bnpp-sans;
     font-size: 14px;
     margin: -26px 10px 0px 0px;
     text-transform: uppercase;
     z-index: 999;
     padding-bottom:4px;
 }
 .kontakt{
   position: relative;
   float:right;
   font-family: Bnpp-sans;
   font-size: 14px;
   margin: -30px 0px 0px 0px;
   text-transform: uppercase;
   z-index: 999;
   padding-bottom:4px;
   border-bottom:6px solid #6A7B84;
   -moz-transition: all .5s ease;
   -ms-transition: all .5s ease;
   -webkit-transition: all .5s ease;
   -o-transition: all .5s ease;

 }
 .kontakt:hover{
   border-bottom:6px solid white;
   -moz-transition: all .5s ease;
   -ms-transition: all .5s ease;
   -webkit-transition: all .5s ease;
   -o-transition: all .5s ease;

 }
 .main-navigation ul ul {}

 .main-navigation ul ul li:hover>ul, .main-navigation ul ul li.focus>ul {
   left: 100%;
 }

 .main-navigation ul ul a {
   width: 200px;
 }

 .main-navigation ul li:hover>ul, .main-navigation ul li.focus>ul {
   left: auto;
 }
 .separator {
   padding-top:75px;
 }
 .main-navigation li {
   float: left;
   position: relative;
   margin-top: 9px;
   padding-bottom:5px;

   -moz-transition: all .5s ease;
   -ms-transition: all .5s ease;
   -webkit-transition: all .5s ease;
   -o-transition: all .5s ease;

 }
 .main-navigation li:hover{

   -moz-transition: all .5s ease;
   -ms-transition: all .5s ease;
   -webkit-transition: all .5s ease;
   -o-transition: all .5s ease;
 }
 .main-navigation a {
   display: block;
   text-decoration: none;
   color:black;
   font-size:10px !important;
   white-space: nowrap !important
 }

 /* Small menu. */
 .menu-toggle,
 .main-navigation.toggled ul {
   display: block;
 }

 @media screen and (min-width: 37.5em) {
   .menu-toggle {
     display: none;
   }

   .main-navigation ul {
     display: flex;
   }
 }

 .site-main .comment-navigation,
 .site-main .posts-navigation,
 .site-main .post-navigation {
   margin: 0 0 1.5em;
 }

 .comment-navigation .nav-links,
 .posts-navigation .nav-links,
 .post-navigation .nav-links {
   display: flex;
 }

 .comment-navigation .nav-previous,
 .posts-navigation .nav-previous,
 .post-navigation .nav-previous {
   flex: 1 0 50%;
 }

 .comment-navigation .nav-next,
 .posts-navigation .nav-next,
 .post-navigation .nav-next {
   text-align: end;
   flex: 1 0 50%;
 }
 .pojo-a11y-toolbar-toggle{
   display: none !important;
 }

 /* footer */
 footer {
   /* margin-top: 35px; kuba */
   width: 100%;
 	margin-top:30px;
   padding: 25px;
   border-top: 1px solid #009155;
   position: relative;
   margin-bottom: -30px;
   background: white;
 }
.foot-sp{
  float:right;
}
 #fot-right {
   float: right;
   text-align: right;
 }

 .foot-table td {
   padding-right: 10px;
   font-size: 10px;
   color: black;
 }

 .foot-logo {
   float: left;
   height:35px;

 }

 .foot-claim {
   float: left;
   font-size: 12px;
   color:black;
   height: 55px;
   width: 100%;
   text-align: left;
   padding-top: 15px;
   margin-left: 0px;
   color:#707070;
 }
 .formtable {
   width:99%;
 }
 .formtable td:nth-child(2){
   text-align: justify;
   ;
 }

 /* middle */
 @media screen and (min-width:900px) and (max-width:1050px){
   .lista-3:nth-child(1), .lista-3:nth-child(2){
     margin-right: 2% !important;
   }
   .main-navigation li {
 font-size:11px !important;
   }
   .trwajace_img{
     top:-4px;
   }
   .form-left {
     width:100% !important;
   }
   .special_img{
     width:97%;

     height:400px;
     background-size: cover;
     background-position: center center;
     display: block;
     vertical-align: bottom;
     position: relative;
   }
   .special_sep {
     display: none;
   }
   .mobile {
     display: none;
   }
 }
 /* --- mobile only  responsive--*/

@media screen and (min-width:800px) and (max-width:1000px){
  .korzysci{
    padding-left:20px !important;
    padding-right: 20px !important;

  }
  .founds-nice_inside{
    padding: 50px;
    background: #587982;
    position: relative;
    color: white;
    font-size: 1.3vw;
    font-family: Bnpp-sans-new;
  }
}
 @media screen and (min-width:160px) and (max-width:960px){
 	.mobile-sptop{
 		margin-top:0px !important;
 	}
  .top2 .specjalny {
  position: relative !important;
  margin-top: 0px;
  margin-bottom: 0px;
  }
  .desktop{
    display: none;
  }
  .mobile {
    display: block;
  }
  .tlo_rejestruje_sie::after{
    padding-bottom: 40%;
  }
  .top2 h1 {
    max-width: 100% !important;
    padding:0 !important;
    font-size: 2.2em;
  }
  .tlo_rejestruje_sie_button{
    background: #00915A;
    color:white;
    font-family: Bnpp-sans-new ;
    font-size: 16px;
    text-align: center;
    padding:10px;
    margin-top:30px;
    display: inline-block;;
    position: relative;

    cursor: pointer !important;
  }
  .bez_tla h1 {
     font-family: Bnpp-sans-bold-new;
     position: relative;
     line-height: 1.2em;
     font-size: 18px;;

     margin-bottom:5px;
}
.bez_tla {
  padding:10px !important;
  width: 50%;
}

  .specjalny{
    position: relative;
    top:auto;;
    left:auto;
  }
  .special_img{
    width:97% !important;
    background-color: white;
    height:300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    vertical-align: bottom;
    position: relative;
  }
  .special_sep {
    display: none;
  }
  .top{
    width:100%;
    text-align:left;
    position: relative;

    padding-left:20px;
  }
  .funds-table {
    margin-top:-70px;
  }
  .top2{
    width:100% !important;
    padding-left:0;
    position: relative;


  }
  .tlo_rejestruje_sie{
    width:100%;
    left:0;
    top:auto;
    margin-top: -35px;
    position: relative;
    height:auto !important;
    padding:30px;;;
  }
  .tlo_rejestruje_sie_button{
    font-size: 18px;

  }
  .funds_h2_answer {
    font-size: 12px;
  }
  .top-img-belt{
    font-size: 12px;
    padding:10px;
    bottom: -30px;
  }

  .funds-table td {
    text-align: center;
       font-family: Bnpp-sans-new;
  }
  .funds-table td:nth-child(1),   .funds-table td:nth-child(3){
    width:25%;
  }
  .funds-table td:nth-child(2){
   width:50%;
   font-size: 12px;
 }
  .lupka {
    height: 50px;
  }
  .{
    width: 100%;
    background-image: url(img/founds-nice-el.jpg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    padding:50px 30% 50px 0;
  }
  .founds-nice_inside{
    padding: 10px;
    background: #587982;
    position: relative;
    color: white;
    font-size: 12px;
    font-family: Bnpp-sans-new;
  }
  .korzysci {
    width: 98%;
    margin:30px 1% 30px 1%;
    font-size: 15px;
  }
  .top-img{
    width:100%;
    margin-top:-35px;
    margin-bottom: 140px;
    position: relative;
    background-image: url(img/top-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .top-img:after{
    display: block;
    content: '';
    padding-bottom:70%;

  }

  .top h1 {

    max-width:100% !important;;
    margin-left:0%;
    padding:10px;
    background:#00915A;
    font-size: 1em;

  }/*
 	.koniec{
 		box-shadow: 0px 22px 24px #0000000D;
 		position: relative;
 		bottom:auto;
 		padding:40px 30px 10px 10px;
 		width:100%;
 		background:white;

 	}
 	.koniec_odpowiedz
 	{
 		float:left;
 		position:relative;
 		width:100%;
 	}
 	.wide{
 		display: inline;
 		width:80% !important;
 		margin:30px 10% 0px 10%;
 	}
   .promowane .lista-1 ,   .promowane .lista-2 ,   .promowane .lista-3   {
     width:100% !important;

   }
   .mainnavigation,
   .desktop{
     display: none !important;
   }
   .slicknav_menu{
     margin-top:38px !important;
   }
   .mobile {
     display: block;
   }
 	form{
 		margin-top:20px;
 	}
 	.licznik{
 		position: absolute;
 		top:-550px;
 		right:0;
 		padding:10px 10px 6px 10px;
 		background:white;
 	}
 	.licznik2{
 		position: absolute;
 		bottom:30px;
 		right:0;
 		padding:10px 10px 6px 10px;
 		background:white;
 		font-family: Bnpp-sans-cond-v2;
 	}
 	.odpowiedz_dobra, .odpowiedz_zla {
 		padding: 15px 30px 30px 15%;
 	}
 	.bg_image, .bg_image2{
 	  width:100%;

 		margin-top:-110px;
 		height: 350px;
 		background-color:white;
 	  background-position: top center;
 	  background-size:100% auto;
 	  position: relative;

 	}
   .green_menu{
     text-align: left;
     padding-left:20px;
   }
   /*hide the inputs/checkmarks and submenu*/
 ul.submenu {
   display: none;
 }

 /*position the label*/
 .mobile label {
   position: relative;
   display: block;
   cursor: pointer;
   color:white !important;
   font-size:12px;
 }

 /*show the submenu when input is checked*/
 input:checked~ul.submenu {
   display: block;
 }
 .submenu li {
   list-style: none;
   padding-left:0;
   margin-left:-80px;
 }
 .submenu li:first-child{
   margin-top:20px;
 }
 .formtable {
   width:94%;
 }
   .apla2, .apla{
     width:90% !important;
   }
   .trwajace_img{
     right:20%;
     top:10px;
   }
   .trwajace::after{
     display: block;
     content: "";
     padding-bottom: 120%;
   }
   .slicknav_menu img{
     height:20px !important;
   }
   .form-left {
     width:95% !important;
     display: block;
   }
   .special_img{
     width:97%;

     height:400px;
     background-size: contain;
     background-position: center center;
     display: block;
     vertical-align: bottom;
     position: relative;
   }
   .rejestuj {
     margin-left:10%;
     width: 80%;
   }
   .tb-form td, .tb2 td, .tb1 td {
     display: block !important;
     width:100% !important;
     margin:0;
   }
   #company-name-error, #phone-error, #nip-error, #email-error {
     position: relative;
     top:-100px;
     z-index: -1 !important;

   }
   .font-sp li::before {
   content: "•"; font-family: Bnpp-sans;
   font-size:1.8em;
    color: #00915A;
   display: inline-block; width: 1em;
   margin-left: -20px;
   font-size:.9em;
 }
   .minitb td {
     display: table-cell !important;;

     width:auto !important;
   }
   .bnp, .green-belt, .top-menu-sep, .special_sep {
     display: none;
   }
  .slicknav_menu img{
   height:40px;
 }
 .foot-claim {
   float: left;
   font-size: 9px;
   height: auto;
   width: 100%;
   text-align: left;
   padding-top: 15px;
   margin-left: 0px;
 }
 h1{
   font-size:2em;
 }
 h2{
   font-size:2.5em;
 }
 .main-navigation li{
   width:100% !important;
   position: relative !important;
   display: block !important;
   text-align: center;
 }
 #primary{
 	min-height:auto !important;
 }
 .appla_inside {
   position: relative;
   width: 90%;
   margin: 10px 5% 10px 5%;
   padding-bottom:30px;
   -moz-transition: all .5s ease;
   -ms-transition: all .5s ease;
   -webkit-transition: all .5s ease;
   -o-transition: all .5s ease;
 }
 .main-navigation li:hover{
   border-bottom:6px solid white;
   -moz-transition: all .5s ease;
   -ms-transition: all .5s ease;
   -webkit-transition: all .5s ease;
   -o-transition: all .5s ease;
 }
   .apla button {
     display: block;
   }
   .apla:hover .appla_inside, .apla2:hover .appla2_inside {
     margin-bottom: 10px;
     -moz-transition: all .5s ease;
     -ms-transition: all .5s ease;
     -webkit-transition: all .5s ease;
     -o-transition: all .5s ease;
   }
   .planowane li {
     width: 100%;
     padding:0 0 0 0px; ;
     position: relative;
     min-height:47vh;
     background-repeat: no-repeat;
     background-size:100% auto !important;
     background-position: top center;

     background-color: #E4ECEB;
     margin-bottom: 40px;


   }
   .mainnavigation {
     width: 100%;
     padding:  0px;
     position: relative;
     top:auto;;

     background: white; ;
     font-family: Bnpp-sans;
     color: #009155;
     font-size: 20px;
     z-index: 9950;
     float: none;
   }
   .kontakt{
     position: relative;
     float:none;
     display: block;
     font-family: Bnpp-sans;
     font-size: 14px;
     margin:auto;
     text-transform: uppercase;
     width:100%;
     margin:20px 0 40px 0 !important;
     text-align: center;

   }


   #calendar, .lista_kalendarz{
     width:100%;
     margin:0 0px 30px 0 !important;
   }
   .tresc{
     bottom:auto;
     width:100%;
     right:auto;
 		left:auto;
 		position: relative;
   }
   .c50, .c50a, .p66, .p33, .ramka_info, .prelegent {
     width:100%;
     margin:0 0 30px 0 !important;
   }
    .form-check, .form-input{
     width:100% !important;
   }
   .group, .group2, .group2a{
     width:95%;
   }
   .logotyp{
     width: 45%;
     margin: 0px 2.5% 0px 2.5%;
   }
 }
 @media screen and (min-width:160px) and (max-width:650px){
 	.pytanie{
 	  width:97%;
 	  text-align: center;
 	  position: relative;
 	  float:left;
 	  margin:30px 1.5% 30px 1.5%;
 	  border:1px solid #EEEEEE;
 	  padding:15px 30px 30px 30px;;
 	}
 	.mobile-sptop{
 		margin-top:-50px !important;
 	}
 	.bg_image, .bg_image2{
 	  width:100%;

 		margin-top:-110px;
 		height: 300px;
 		background-color:white;
 	  background-position: top center;
 	  background-size:100% auto;
 	  position: relative;

 	}
 }
 /* Posts and pages
 --------------------------------------------- */
 .sticky {
 	display: block;
 }

 .post,
 .page {
 	margin: 0 0 1.5em;
 }

 .updated:not(.published) {
 	display: none;
 }

 .page-content,
 .entry-content,
 .entry-summary {
 	margin: 1.5em 0 0;
 }

 .page-links {
 	clear: both;
 	margin: 0 0 1.5em;
 }

 /* Comments
 --------------------------------------------- */
 .comment-content a {
 	word-wrap: break-word;
 }

 .bypostauthor {
 	display: block;
 }

 /* Widgets
 --------------------------------------------- */
 .widget {
 	margin: 0 0 1.5em;
 }

 .widget select {
 	max-width: 100%;
 }

 /* Media
 --------------------------------------------- */
 .page-content .wp-smiley,
 .entry-content .wp-smiley,
 .comment-content .wp-smiley {
 	border: none;
 	margin-bottom: 0;
 	margin-top: 0;
 	padding: 0;
 }

 /* Make sure logo link wraps around logo image. */
 .custom-logo-link {
 	display: inline-block;
 }

 /* Captions
 --------------------------------------------- */
 .wp-caption {
 	margin-bottom: 1.5em;
 	max-width: 100%;
 }

 .wp-caption img[class*="wp-image-"] {
 	display: block;
 	margin-left: auto;
 	margin-right: auto;
 }

 .wp-caption .wp-caption-text {
 	margin: 0.8075em 0;
 }

 .wp-caption-text {
 	text-align: center;
 }

 /* Galleries
 --------------------------------------------- */
 .gallery {
 	margin-bottom: 1.5em;
 	display: grid;
 	grid-gap: 1.5em;
 }

 .gallery-item {
 	display: inline-block;
 	text-align: center;
 	width: 100%;
 }

 .gallery-columns-2 {
 	grid-template-columns: repeat(2, 1fr);
 }

 .gallery-columns-3 {
 	grid-template-columns: repeat(3, 1fr);
 }

 .gallery-columns-4 {
 	grid-template-columns: repeat(4, 1fr);
 }

 .gallery-columns-5 {
 	grid-template-columns: repeat(5, 1fr);
 }

 .gallery-columns-6 {
 	grid-template-columns: repeat(6, 1fr);
 }

 .gallery-columns-7 {
 	grid-template-columns: repeat(7, 1fr);
 }

 .gallery-columns-8 {
 	grid-template-columns: repeat(8, 1fr);
 }

 .gallery-columns-9 {
 	grid-template-columns: repeat(9, 1fr);
 }

 .gallery-caption {
 	display: block;
 }

 /*--------------------------------------------------------------
 # Plugins
 --------------------------------------------------------------*/

 /* Jetpack infinite scroll
 --------------------------------------------- */

 /* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
 .infinite-scroll .posts-navigation,
 .infinite-scroll.neverending .site-footer {
 	display: none;
 }

 /* Re-display the Theme Footer when Infinite Scroll has reached its end. */
 .infinity-end.neverending .site-footer {
 	display: block;
 }

 /*--------------------------------------------------------------
 # Utilities
 --------------------------------------------------------------*/

 /* Accessibility
 --------------------------------------------- */

 /* Text meant only for screen readers. */
 .screen-reader-text {
 	border: 0;
 	clip: rect(1px, 1px, 1px, 1px);
 	clip-path: inset(50%);
 	height: 1px;
 	margin: -1px;
 	overflow: hidden;
 	padding: 0;
 	position: absolute !important;
 	width: 1px;
 	word-wrap: normal !important;
 }

 .screen-reader-text:focus {
 	background-color: #f1f1f1;
 	border-radius: 3px;
 	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
 	clip: auto !important;
 	clip-path: none;
 	color: #21759b;
 	display: block;
 	font-size: 0.875rem;
 	font-weight: 700;
 	height: auto;
 	left: 5px;
 	line-height: normal;
 	padding: 15px 23px 14px;
 	text-decoration: none;
 	top: 5px;
 	width: auto;
 	z-index: 100000;
 }

 /* Do not show the outline on the skip link target. */
 #primary[tabindex="-1"]:focus {
 	outline: 0;
 }

 /* Alignments
 --------------------------------------------- */
 .alignleft {

 	/*rtl:ignore*/
 	float: left;

 	/*rtl:ignore*/
 	margin-right: 1.5em;
 	margin-bottom: 1.5em;
 }

 .alignright {

 	/*rtl:ignore*/
 	float: right;

 	/*rtl:ignore*/
 	margin-left: 1.5em;
 	margin-bottom: 1.5em;
 }

 .aligncenter {
 	clear: both;
 	display: block;
 	margin-left: auto;
 	margin-right: auto;
 	margin-bottom: 1.5em;
 }
 body.pojo-a11y-negative-contrast .error, body.pojo-a11y-high-contrast .error, .pojo-a11y-grayscale .error{
   border: 3px solid red !important;
   color:red !important;

 }
 body.pojo-a11y-negative-contrast .company_size-error, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) .company_size-error {
   color:red !important;
    border: 3px solid red !important;
 }

 body.pojo-a11y-negative-contrast .errorTxt, body.pojo-a11y-high-contrast .errorTxt, .pojo-a11y-grayscale .errorTxt{
   border: 3px solid red !important;
   color:red !important;

 }
 body.pojo-a11y-negative-contrast ::placeholder, body.pojo-a11y-high-contrast ::placeholder {
   color:yellow !important;
    display: block !important;
 }
 body.pojo-a11y-grayscale ::placeholder{
   color:black !important;
   display: block !important;
 }
body.pojo-a11y-negative-contrast , body.pojo-a11y-high-contrast{
  background: black;
}
 .errorTxt > .error {
   color:white !important;
 }
