/*! 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * 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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * 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;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* 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;
}

body,
html {
  padding: 0px;
  margin: 0px;
  font-size: 15px;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.5;
}

.container {
  max-width: 1200px;
  margin: 0px auto;
  padding: 0px 30px;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Montserrat', sans-serif;
  overflow-wrap: break-word;
}

p,
a,
div {
  overflow-wrap: break-word;
}

.clearfix::after,
.clearfix::before {
  content: "";
  clear: both;
  display: table;
}

.top-bar {
  background-color: #31333B;
  text-align: center;
}

.top-bar__logo-link {
  float: left;
  height: 100px;
  display: block;
  margin-left: 30px;
}

@media (max-width: 900px) {
  .top-bar__logo-link {
    float: unset;
  }
}

.top-bar__logo-link img {
  height: 100%;
}

.top-bar__nav {
  display: inline-block;
  float: none;
}

@media (max-width: 1140px) {
  .top-bar__nav {
    display: none;
  }
}

.top-bar__nav ul {
  display: inline;
}

.top-bar__nav ul li {
  list-style: none;
  position: relative;
}

@media (min-width: 1140px) {
  .top-bar__nav ul li {
    height: 100px;
    float: left;
  }
  .top-bar__nav ul li:not(:first-child):before {
    content: '';
    width: 1px;
    height: 16px;
    background-color: #777777;
    display: block;
    position: absolute;
    top: 44px;
  }
}

.top-bar__nav ul li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 80%;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.top-bar__nav ul li a:hover {
  color: #777777;
}

.top-bar__nav ul li a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100px;
}

@media (min-width: 1140px) {
  .top-bar__nav ul li a {
    line-height: 100px;
    height: 100px;
    vertical-align: middle;
    display: inline-block;
    padding: 0px 30px;
  }
}

.top-bar__mobile-nav {
  display: none;
}

@media (min-width: 1140px) {
  .top-bar__mobile-nav {
    display: none;
  }
}

.top-bar__mobile-nav ul {
  padding: 0px;
}

.top-bar__mobile-nav li {
  list-style: none;
}

.top-bar__mobile-nav li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 80%;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 30px;
  display: block;
  text-align: left;
  border-bottom: 1px solid #616161;
}

.top-bar__mobile-nav li:last-child a {
  border-bottom: none;
}

.top-bar__supportus {
  float: right;
  height: 100px;
  margin-right: 30px;
}

@media (max-width: 900px) {
  .top-bar__supportus {
    float: unset;
    display: inline-block;
  }
}

.top-bar__support-link {
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  text-transform: uppercase;
  color: black;
  margin-top: 30px;
  padding: 10px 30px;
  line-height: 1.3em;
  background-color: #fff;
  border-radius: 20px;
}

.top-bar__support-link:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.responsive-nav {
  display: none;
  position: relative;
  -webkit-transition: bottom .3s ease-in-out, -webkit-transform .3s ease-out .3s;
  transition: bottom .3s ease-in-out, -webkit-transform .3s ease-out .3s;
  transition: bottom .3s ease-in-out, transform .3s ease-out .3s;
  transition: bottom .3s ease-in-out, transform .3s ease-out .3s, -webkit-transform .3s ease-out .3s;
  float: right;
  margin-top: 36px;
  width: 18px;
  height: 18px;
  margin-left: 30px;
  margin-right: 30px;
}

@media (max-width: 900px) {
  .responsive-nav {
    float: unset;
  }
}

@media (max-width: 1140px) {
  .responsive-nav {
    display: inline-block;
  }
}

.responsive-nav::after {
  content: '';
  width: 18px;
  height: 2px;
  position: absolute;
  bottom: 12px;
  left: 0;
  background-color: #fff;
}

.responsive-nav::before {
  content: '';
  width: 18px;
  height: 2px;
  position: absolute;
  bottom: 6px;
  right: 0;
  background-color: #fff;
}

.responsive-nav span {
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.mc4wp-form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body.pojo-a11y-resize-font-140 .mc4wp-form-fields,
body.pojo-a11y-resize-font-150 .mc4wp-form-fields,
body.pojo-a11y-resize-font-160 .mc4wp-form-fields,
body.pojo-a11y-resize-font-170 .mc4wp-form-fields,
body.pojo-a11y-resize-font-180 .mc4wp-form-fields,
body.pojo-a11y-resize-font-190 .mc4wp-form-fields,
body.pojo-a11y-resize-font-200 .mc4wp-form-fields {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body.pojo-a11y-resize-font-140 .mc4wp-form-fields .mc-submit,
body.pojo-a11y-resize-font-150 .mc4wp-form-fields .mc-submit,
body.pojo-a11y-resize-font-160 .mc4wp-form-fields .mc-submit,
body.pojo-a11y-resize-font-170 .mc4wp-form-fields .mc-submit,
body.pojo-a11y-resize-font-180 .mc4wp-form-fields .mc-submit,
body.pojo-a11y-resize-font-190 .mc4wp-form-fields .mc-submit,
body.pojo-a11y-resize-font-200 .mc4wp-form-fields .mc-submit {
  margin-top: 20px;
}

.label-submit {
  margin-left: 40px;
}

body.pojo-a11y-resize-font-140 input[type="email"],
body.pojo-a11y-resize-font-150 input[type="email"],
body.pojo-a11y-resize-font-160 input[type="email"],
body.pojo-a11y-resize-font-170 input[type="email"],
body.pojo-a11y-resize-font-180 input[type="email"],
body.pojo-a11y-resize-font-190 input[type="email"],
body.pojo-a11y-resize-font-200 input[type="email"] {
  width: 100%;
}

@media (max-width: 600px) {
  .mc4wp-form-fields {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .label-email {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .label-submit {
    margin-left: 0px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.n2-ss-slider .line-1 p {
  padding-top: 20px !important;
}

.n2-ss-slider .line-3 p {
  padding-bottom: 20px !important;
}

.n2-ss-slider .button a {
  margin-top: 20px !important;
}

a:focus,
.nextend-arrow-previous:focus,
.nextend-arrow-next:focus {
  outline-style: solid !important;
  outline-width: 1px !important;
  outline-color: #ffa600 !important;
}

.n2-section-smartslider .n2-ss-slider a.n2-ow:focus,
.n2-section-smartslider .n2-ss-slider .n2-ow-all a:focus {
  outline: 1px solid #ffa600 !important;
}

.subbaner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media (max-width: 900px) {
  .subbaner {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .subbaner {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.box {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  text-transform: uppercase;
}

.box__title {
  font-size: 28px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}

.box__link {
  font-size: 15px;
  margin-top: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}

.box--box1 {
  background-color: #1a3263;
  color: white;
}

.box--box1 a {
  color: white;
}

.box--box2 {
  background-color: #E8E2DB;
  color: #1A3263;
}

.box--box2 a {
  color: #1A3263;
}

.box--box3 {
  background-color: #FAB95B;
  color: #1A3263;
}

.box--box3 a {
  color: #1A3263;
}

.box--box4 {
  background-color: #bf3d3d;
  color: white;
}

.box--box4 a {
  color: white;
}

.bg-black {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px;
}

.welcome {
  background-image: url(/wp-content/uploads/2020/05/o-nas-bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  text-align: center;
  padding-bottom: 60px;
}

.welcome h1 {
  color: white;
  font-size: 80px;
  display: inline-block;
  line-height: 1em;
}

@media (max-width: 600px) {
  .welcome h1 {
    font-size: 50px;
  }
}

.welcome .grid-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr);
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 60px;
  text-align: left;
  color: white;
}

@media (max-width: 600px) {
  .welcome .grid-2 {
    -ms-grid-columns: minmax(0, 1fr);
        grid-template-columns: minmax(0, 1fr);
    gap: 0px;
  }
}

.director {
  background-color: #424555;
  padding: 80px 0px;
}

.director .director-image-wrap {
  float: left;
  width: 30%;
}

.director .director-image-wrap img {
  border-radius: 550px;
}

.director .director-text-wrap {
  float: left;
  width: 70%;
  padding-left: 30px;
  color: white;
}

.director .director-text-wrap h2 {
  margin-bottom: 5px;
  color: white;
}

.director .director-text-wrap .title {
  color: #fff;
  font-size: 20px;
}

@media (max-width: 900px) {
  .director .director-image-wrap {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .director .director-text-wrap {
    width: 100%;
    padding-left: 0px;
    text-align: center;
  }
}

.newsletter {
  background-color: #bf3d3d;
  padding: 60px 0px;
}

.newsletter h3 {
  color: white;
  font-size: 38px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1em;
}

.newsletter label {
  color: white;
}

.newsletter label #twoj-email {
  margin-right: 30px;
}

.newsletter input {
  background-color: #bf3d3d;
  border: 1px solid white;
  padding: 10px 20px;
  color: white;
}

@media (max-width: 600px) {
  .newsletter input {
    width: 100%;
  }
}

.newsletter input[type='submit'] {
  border-radius: 30px;
  margin-left: 30px;
}

@media (max-width: 600px) {
  .newsletter input[type='submit'] {
    margin-left: 0px;
    margin-top: 30px;
    width: 100%;
    white-space: normal;
  }
}

.newsletter .mc4wp-alert {
  color: white;
  text-align: center;
}

.testimonials {
  background-image: url("/wp-content/uploads/2021/09/tesimonials.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 60px 0px;
}

.testimonials .n2-ss-section-main-content {
  background-color: rgba(0, 0, 0, 0.7);
}

.partners {
  padding: 60px 0px;
}

.partners h3 {
  font-size: 38px;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
}

.partners__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
}

@media (max-width: 600px) {
  .partners__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.partners__wrap a {
  width: 20%;
  padding: 0px 20px;
  text-align: center;
  vertical-align: middle;
}

@media (max-width: 600px) {
  .partners__wrap a {
    width: 100%;
    padding-bottom: 30px;
  }
}

.partners__wrap a img {
  width: 100%;
  vertical-align: middle;
}

.partners__wrap a .logo-kairos {
  max-width: 100px;
}

.footer {
  background-color: #3B3D4A;
  color: #bebebe;
  padding-top: 60px;
}

.footer h4 {
  color: white;
}

.footer a {
  color: white;
}

.footer .col1 {
  width: 30%;
  float: left;
}

@media (max-width: 600px) {
  .footer .col1 {
    width: 100%;
  }
}

.footer .col2 {
  width: 30%;
  float: left;
}

@media (max-width: 600px) {
  .footer .col2 {
    width: 100%;
  }
}

.footer .col3 {
  width: 40%;
  float: left;
}

@media (max-width: 600px) {
  .footer .col3 {
    width: 100%;
  }
}

.footer .col3 img {
  max-width: 150px;
}

.footer .bottom-bar {
  margin-top: 20px;
  padding: 10px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.o-nas {
  background-image: url("/wp-content/uploads/2020/05/page-o-nas.jpg");
  background-size: cover;
  background-position: center center;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
}

.o-nas h1 {
  font-size: 80px;
  margin: 10px 0px;
}

@media (max-width: 600px) {
  .o-nas h1 {
    font-size: 50px;
  }
}

.o-nas h2 {
  font-size: 80px;
  margin: 10px 0px;
}

@media (max-width: 600px) {
  .o-nas h2 {
    font-size: 50px;
  }
}

.zespol {
  background-image: url("/wp-content/uploads/2020/05/default-bg.jpg");
  background-size: cover;
  background-position: center center;
  padding-top: 50px;
  padding-bottom: 100px;
  color: #fff;
}

.zespol h1 {
  display: inline-block;
  font-size: 60px;
  margin-bottom: 0px;
}

.zespol h2 {
  display: inline-block;
  font-size: 36px;
}

.sub-header {
  background-image: url("/wp-content/uploads/2019/03/MG_3650-e1551455145525.jpg");
  background-size: cover;
  background-position: center center;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff;
}

.sub-header h1 {
  display: inline-block;
  font-size: 60px;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  .sub-header h1 {
    font-size: 40px;
  }
}

.wp-block-image img {
  height: auto;
}

.social-links a {
  float: left;
  margin-right: 20px;
}

.content-wrap {
  padding: 60px 0px;
}

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

.person-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  -webkit-column-gap: 45px;
          column-gap: 45px;
  row-gap: 45px;
  padding: 0px 25px;
}

@media (max-width: 980px) {
  .person-wrap {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .person-wrap {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.person {
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
}

.person img {
  border-radius: 200px;
  width: 100%;
  max-width: 300px;
  margin-bottom: 30px;
}

.person h3 {
  color: #d14f42;
}

.person p {
  color: #fff;
}

.person span {
  color: #fff;
}

body.pojo-a11y-resize-font-130 .n2-ss-slider .line-1 p {
  font-size: 130% !important;
}

body.pojo-a11y-resize-font-140 .n2-ss-slider .line-1 p {
  font-size: 150% !important;
}

body.pojo-a11y-resize-font-150 .n2-ss-slider .line-1 p {
  font-size: 170% !important;
}

body.pojo-a11y-resize-font-160 .n2-ss-slider .line-1 p {
  font-size: 190% !important;
}

body.pojo-a11y-resize-font-170 .n2-ss-slider .line-1 p {
  font-size: 210% !important;
}

body.pojo-a11y-resize-font-180 .n2-ss-slider .line-1 p {
  font-size: 230% !important;
}

body.pojo-a11y-resize-font-190 .n2-ss-slider .line-1 p {
  font-size: 250% !important;
}

body.pojo-a11y-resize-font-200 .n2-ss-slider .line-1 p {
  font-size: 270% !important;
}

body.pojo-a11y-resize-font-130 .n2-ss-slider .line-2 p {
  font-size: 420% !important;
}

body.pojo-a11y-resize-font-140 .n2-ss-slider .line-2 p {
  font-size: 490% !important;
}

body.pojo-a11y-resize-font-150 .n2-ss-slider .line-2 p {
  font-size: 510% !important;
}

body.pojo-a11y-resize-font-160 .n2-ss-slider .line-2 p {
  font-size: 540% !important;
}

body.pojo-a11y-resize-font-170 .n2-ss-slider .line-2 p {
  font-size: 570% !important;
}

body.pojo-a11y-resize-font-180 .n2-ss-slider .line-2 p {
  font-size: 600% !important;
}

body.pojo-a11y-resize-font-190 .n2-ss-slider .line-2 p {
  font-size: 630% !important;
}

body.pojo-a11y-resize-font-200 .n2-ss-slider .line-2 p {
  font-size: 660% !important;
}

body.pojo-a11y-resize-font-130 .n2-ss-slider .line-3 p {
  font-size: 170% !important;
}

body.pojo-a11y-resize-font-140 .n2-ss-slider .line-3 p {
  font-size: 190% !important;
}

body.pojo-a11y-resize-font-150 .n2-ss-slider .line-3 p {
  font-size: 210% !important;
}

body.pojo-a11y-resize-font-160 .n2-ss-slider .line-3 p {
  font-size: 230% !important;
}

body.pojo-a11y-resize-font-170 .n2-ss-slider .line-3 p {
  font-size: 250% !important;
}

body.pojo-a11y-resize-font-180 .n2-ss-slider .line-3 p {
  font-size: 270% !important;
}

body.pojo-a11y-resize-font-190 .n2-ss-slider .line-3 p {
  font-size: 290% !important;
}

body.pojo-a11y-resize-font-200 .n2-ss-slider .line-3 p {
  font-size: 310% !important;
}

body.pojo-a11y-resize-font-130 .n2-ss-slider .n2-ss-layer a {
  font-size: 100% !important;
}

body.pojo-a11y-resize-font-140 .n2-ss-slider .n2-ss-layer a {
  font-size: 120% !important;
}

body.pojo-a11y-resize-font-150 .n2-ss-slider .n2-ss-layer a {
  font-size: 140% !important;
}

body.pojo-a11y-resize-font-160 .n2-ss-slider .n2-ss-layer a {
  font-size: 160% !important;
}

body.pojo-a11y-resize-font-170 .n2-ss-slider .n2-ss-layer a {
  font-size: 180% !important;
}

body.pojo-a11y-resize-font-180 .n2-ss-slider .n2-ss-layer a {
  font-size: 200% !important;
}

body.pojo-a11y-resize-font-190 .n2-ss-slider .n2-ss-layer a {
  font-size: 220% !important;
}

body.pojo-a11y-resize-font-200 .n2-ss-slider .n2-ss-layer a {
  font-size: 240% !important;
}

body.pojo-a11y-resize-font-130 .n2-ss-slider .testimonial p {
  font-size: 270% !important;
}

body.pojo-a11y-resize-font-140 .n2-ss-slider .testimonial p {
  font-size: 290% !important;
}

body.pojo-a11y-resize-font-150 .n2-ss-slider .testimonial p {
  font-size: 310% !important;
}

body.pojo-a11y-resize-font-160 .n2-ss-slider .testimonial p {
  font-size: 330% !important;
}

body.pojo-a11y-resize-font-170 .n2-ss-slider .testimonial p {
  font-size: 350% !important;
}

body.pojo-a11y-resize-font-180 .n2-ss-slider .testimonial p {
  font-size: 370% !important;
}

body.pojo-a11y-resize-font-190 .n2-ss-slider .testimonial p {
  font-size: 390% !important;
}

body.pojo-a11y-resize-font-200 .n2-ss-slider .testimonial p {
  font-size: 410% !important;
}

body.pojo-a11y-resize-font-130 #gdprcheckbox-1 .forminator-checkbox-label p {
  font-size: 70% !important;
}

body.pojo-a11y-resize-font-140 #gdprcheckbox-1 .forminator-checkbox-label p {
  font-size: 80% !important;
}

body.pojo-a11y-resize-font-150 #gdprcheckbox-1 .forminator-checkbox-label p {
  font-size: 90% !important;
}

body.pojo-a11y-resize-font-160 #gdprcheckbox-1 .forminator-checkbox-label p {
  font-size: 100% !important;
}

body.pojo-a11y-resize-font-170 #gdprcheckbox-1 .forminator-checkbox-label p {
  font-size: 110% !important;
}

body.pojo-a11y-resize-font-180 #gdprcheckbox-1 .forminator-checkbox-label p {
  font-size: 120% !important;
}

body.pojo-a11y-resize-font-190 #gdprcheckbox-1 .forminator-checkbox-label p {
  font-size: 130% !important;
}

body.pojo-a11y-resize-font-200 #gdprcheckbox-1 .forminator-checkbox-label p {
  font-size: 140% !important;
}

body.pojo-a11y-resize-font-130 a {
  font-size: 130%;
}

body.pojo-a11y-resize-font-140 a {
  font-size: 140%;
}

body.pojo-a11y-resize-font-150 a {
  font-size: 150%;
}

body.pojo-a11y-resize-font-160 a {
  font-size: 160%;
}

body.pojo-a11y-resize-font-170 a {
  font-size: 170%;
}

body.pojo-a11y-resize-font-180 a {
  font-size: 180%;
}

body.pojo-a11y-resize-font-190 a {
  font-size: 190%;
}

body.pojo-a11y-resize-font-200 a {
  font-size: 200%;
}

body.pojo-a11y-resize-font-130 button {
  font-size: 130% !important;
}

body.pojo-a11y-resize-font-140 button {
  font-size: 140% !important;
}

body.pojo-a11y-resize-font-150 button {
  font-size: 150% !important;
}

body.pojo-a11y-resize-font-160 button {
  font-size: 160% !important;
}

body.pojo-a11y-resize-font-170 button {
  font-size: 170% !important;
}

body.pojo-a11y-resize-font-180 button {
  font-size: 180% !important;
}

body.pojo-a11y-resize-font-190 button {
  font-size: 190% !important;
}

body.pojo-a11y-resize-font-200 button {
  font-size: 200% !important;
}

@media (max-width: 980px) {
  .n2-ss-slide {
    height: auto !important;
  }
}

#n2-ss-3 .n2-ss-slide,
#n2-ss-5 .n2-ss-slide {
  height: auto !important;
}

.et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form[data-design="flat"] .forminator-checkbox .forminator-checkbox-label,
.forminator-ui.forminator-custom-form[data-design="flat"] .forminator-checkbox .forminator-checkbox-label {
  line-height: 1.3em !important;
}

.bip-container {
  margin-top: 60px;
  margin-bottom: 60px;
}

.left-col {
  width: 75%;
  float: left;
  padding-right: 30px;
}

@media (max-width: 900px) {
  .left-col {
    width: 100%;
    float: unset;
    padding-right: 0px;
  }
}

.right-col {
  width: 25%;
  float: left;
}

@media (max-width: 900px) {
  .right-col {
    width: 100%;
    float: unset;
  }
}

.right-col img {
  max-width: 50%;
}

.wyszukiwarka-bip input[type="search"] {
  padding: 10px 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
}

.wyszukiwarka-bip input[type="submit"] {
  background-color: #ccc;
  padding: 10px 20px;
  border: 0px;
  border-radius: 5px;
  float: right;
  margin-top: 10px;
}

.wroclaw-padding {
  padding-top: 53px;
}

article footer:before {
  content: '';
  display: block;
  width: 100px;
  height: 1px;
  background-color: gray;
}
/*# sourceMappingURL=main.css.map */