/*!
 * Tomczak | Stanisławski
 */

body,
html {
  height: 100%;
  width: 100%;
}
body {
  color: #212121;
  font-family: 'Titillium Web', sans-serif;
  overflow-x: hidden;
}
::-moz-selection {
  background: #114c57;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #114c57;
  color: #fff;
  text-shadow: none;
}
img::-moz-selection {
  background: transparent;
  color: #fff;
}
img::selection {
  background: transparent;
  color: #fff;
}
img::-moz-selection {
  background: transparent;
  color: #fff;
}
h1 {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 20px;
}
h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}
h3 {
  font-size: 15px;
}
p {
  font-size: 20px;
  margin: 0;
}
a {
  color: #004d59;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
a:hover {
  color: #004d59;
  text-decoration: none;
}
.align-center{text-align: center;}
section {
  padding: 40px 0;
  position: relative;
}
.container {
  position: relative;
  max-width: 990px;
}
.fullh {
  min-height: 750px;
  height: 100vh;
}
.col-img img {
  height: auto;
  max-width: 100%;
}

.button-cookie {
  background-color: #fff;
  padding: 12px 20px;
  text-transform: uppercase;
}
.button-cookie:hover {
  background-color: #114c57;
  color: #fff;
}

.ts span {
  display: inline-block;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.ts:hover span {
  color: #c80010;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: 2;
}
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-4px);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}
.ts:hover span {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

.col-heading h2 {
  font-size: 50px;
  margin-bottom: 20px;
}

#mainNav {
  position: fixed;
  top: 20px;
  right: 0;
  width: 50%;
  z-index: 9999;
}
.button-tel a {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  display: block;
  font-size: 18px;
  padding: 10px;
  text-align: center;
}
.button-tel a span {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.button-tel a:hover {
  background: #fff;
  color: #007684;
}
.button-tel a:hover span {
  color: #007684;
}

.section-alt {
  background-color: #1a7073;
}
.section-alt * {
  color: #fff;
}
.section-alt a:hover {
  color: #004d59;
}
.row-top .col-logo img {
  height: 60px;
  width: 314px;
}
.section-alt .row-top .col-logo {
  /* filter: invert(180);
  -webkit-filter: invert(180); */
  -webkit-filter: hue-rotate(240deg) saturate(100) grayscale(100%);
  filter: hue-rotate(240deg) saturate(100) grayscale(100%);
}
.row-top {
  padding: 10px 0;
  z-index: 1;
}
.row-top .col-text p {
  font-size: 24px;
}
.home .section1 {
  overflow-x: hidden !important;
}
.home .section1, 
.produkt .section1 {
  background-attachment: fixed;
  background-image: url('../img/section-bg1.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
}
.home .section1 > .container {
  position: relative;
}
.home .section1 .row-top  {
  position: absolute;
  top: 20px;
  width: 100%;
}
.home .section1 .row-middle {
  height: 100%;
}
.home .section1 .col-left .col-tresc {
  margin-top: 80px;
  margin-bottom: 40px;
}
.col-menu ul {
  list-style: none;
  padding: 0;
}
.col-menu ul li a::before {
  content: "";
  background: #fff;
  position: absolute;
  top: 30px;
  right: 105%;
  height: 1px;
  width: 100%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.col-menu ul li a:hover::before {
  background: #004d59;
}
.col-menu ul li a {
  display: block;
  font-size: 25px;
  font-weight: 700;
  padding: 10px 0;
  position: relative;
}
.section1 .col-osoba .col-photo {
  position: absolute;
  bottom: 0;
  right: 0;
}
.section1 .col-dane {
  position: absolute;
  right: 0;
  bottom: 70px;
  text-align: right;
}
.section1 .col-dane .col-logo {
  padding-bottom: 20px;
  position: relative;
}
.section1 .col-dane .col-logo::before {
  content: "";
  background: #fff;
  position: absolute;
  top: -30px;
  left: calc(100% - 120px);
  height: 1px;
  width: 100vh;
}
.section1 .col-dane .col-logo img {
  /*max-width: 120px;*/
}
.col-dane .col-text p {
  font-size: 30px;
  font-weight: 700;
}
.col-dane .col-text p span {
  display: block;
  font-size: 20px;
  font-weight: 400;
}
.col-dane .email a {
  color: #08b9da;
  font-size: 20px;
}
.col-dane a:hover {
  color: #fff;
}
.home .section1 .row-more {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.section2 {
  background-color: #eaeaea;
  background-attachment: fixed;
  background-image: url('../img/section-bg2.png');
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
}
.section2 .row-middle {
  padding-top: 60px;
  padding-bottom: 100px;
}
.fancy-heading {
  margin-bottom: 40px;
  text-align: center;
}
.fancy-heading h2 {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.fancy-heading h2::before {
  content: "";
  background: #d3d3d3;
  position: absolute;
  bottom: 0;
  left: -10%;
  height: 27px;
  width: 120%;
  z-index: -1;
}
.col-icon {
  margin-bottom: 40px;
  text-align: center;
}
.col-icon .icon {
  background-image: url('../img/icon-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  margin: 0 auto 10px;
  height: 150px;
  width: 150px;
}
.col-icon .number p {
  font-size: 60px;
  position: relative;
}
.col-icon:last-child .number p::after {
  content: " h";
  position: relative;
}

.home .section3 {
  background-attachment: fixed;
  background-image: url('../img/section-bg3.jpg');
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
}
.col-slider {
  padding-top: 80px;
  padding-bottom: 80px;
}

.slick-slide > div {
  display: flex !important;
}
.slick-slide .col-product {
  display: inline-flex !important;
}

.col-slider .col-product a {
  display: block;
  padding: 0 15px 15px 0;
}
.col-slider .col-product .col-container {
  background-color: transparent;
  border: 1px solid #fff;
  padding: 25px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  height: 450px;
}
.col-slider .col-product .col-container:hover {
  background-color: rgba(0, 77, 89, .5)
}
.col-slider .slick-arrow {
  cursor: pointer;
  display: block;
  font-size: 50px;
  position: absolute;
  top: -70px;
}
.col-slider .slick-arrow-right {
  right: 15px;
}
.col-slider .slick-arrow-left {
  right: 70px;
}
.col-slider .excerpt {
  line-height: 20px;
  padding: 20px 0 10px;
  text-align: justify;
}
.col-slider .excerpt p {
  font-size: 15px;
}
.col-slider .more {
  display: inline-block;
  font-weight: 700;
  padding-left: 10px;
  text-align: right;
}
.col-slider .price {
  padding-top: 20px;
  text-align: right;
}

.home .section4 {
  background-color: #eaeaea;
  padding: 80px 0;
}
.col-article {
  margin-bottom: 40px;
  padding-left: 25px;
  padding-right: 25px;
}
.col-article p {
  font-size: 17px;
}
.col-article .thumb {
  background-color: #114c57;
  margin-bottom: 20px;
}
.col-article .thumb img { 
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.col-article:hover .thumb img {
  opacity: .3;
}
.col-article .title {
  margin-bottom: 20px;
}
.col-article .date {
  font-style: italic;
}
.col-article .more {
  hyphens: auto;
  margin: 10px 0 10px 20px;
  text-decoration: underline;
  text-align: right;
}
.col-button {
  margin: 40px auto;
  max-width: 300px;
}
.col-button h2 {
  font-size: 25px;
}
.col-button a {
  background-color: #26aebb;
  color: #004d59;
  display: block;
  padding: 10px 20px;
  text-align: center;
}
.col-button a:hover {
  background-color: #114c57;
  color: #fff;
}
.col-article * {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.col-article:hover * {
  color: #08b9da;
}

.home .section5 {
  background-attachment: fixed;
  background-image: url('../img/section-bg3.jpg');
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
}
.home .section5 .row-heading .col-heading {
  padding: 60px 0 20px;
}
.card {
  background: none;
  border: 0;
  margin-bottom: 15px;
}
.card:hover {
  background: rgba(255,255,255,.1);
}
.card-header {
  background: none;
  border: 0;
  border: 1px solid #fff;
  border-radius: 0;
  padding: 0;
  position: relative;
}
.card-header a {
  color: #fff;
  display: block;
  padding: 30px;
  position: relative;
  text-decoration: none;
}
.card-header a::after {
  content: url("../img/arrow-down.png");
  position: absolute;
  top: 55px;
  right: 30px;
  height: 14px;
  width: 24px;
  -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.card-header a.collapsed::after {
  margin-top: -25px;
  -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
}
.card-block {
  color: #fff;
  padding: 20px 30px;
}
.card .card-content {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  font-weight: 300;
  padding: 20px 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.card .card-content.show {
  background-color: rgba(0, 77, 89, 0.85);
}

.home .section6 .row-middle {
  padding-top: 80px;
  padding-bottom: 90px;
}
.home .section6 .row-middle .col-left .col-container {
  padding-right: 50px;
}
.home .section6 .row-middle .col-left .col-container > .col-text {
  hyphens: auto;
  text-align: justify;
}
.home .section6 .col-osoba .col-dane {
  position: relative;
  z-index: 2;
}
.home .section6 .col-osoba .col-dane .col-text {
  padding: 60px 0 40px;
  text-align: right;
}
.home .section6 .col-osoba .col-photo {
  position: absolute;
  bottom: -271px;
  left: 0;
  z-index: 1;
}
.home .section6 .col-photo .col-img {
  background-color: #114c57;
  -webkit-clip-path: polygon(57% 0px, 88.63% 47.33%, 75.79% 100%, 15.16% 100%, 2.79% 26.60%);
  clip-path: polygon(57% 0px, 88.63% 47.33%, 75.79% 100%, 15.16% 100%, 2.79% 26.60%);
  padding: 60px 0 0 40px;
  /* height: 500px; */
}
.row-form {
  margin: 0;
}
.col-form .col-input {
  padding-left: 5px;
  padding-right: 5px;
}
.col-form textarea, 
.col-form input {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
  padding: 20px;
  width: 100%;
}
::-webkit-input-placeholder {
  color: #fff;
}
:-ms-input-placeholder {
  color: #fff;
}
::placeholder {
  color: #fff;
}
.col-submit input {
  background: #08b9da;
  border: 1px solid #08b9da;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  text-align: left;
  transition: all 0.4s;
}
.col-submit input:hover {
  border: 1px solid #fff;
}
.col-checkbox input {
  display: inline-block;
  margin: 0 5px 5px 0;
  width: auto;
}
.col-checkbox span {
  margin: 0 !important;
}
span.wpcf7-not-valid-tip {
  background: #7b0000;
  color: #fff;
  margin-top: -15px;
  margin-bottom: 20px;
  padding: 10px 20px;
}
body div.wpcf7-validation-errors, 
body div.wpcf7-acceptance-missing {
  margin: 10px 5px;
  padding: 10px 20px;
}

footer {
  background-color: #114c57;
  padding-top: 20px;
  padding-bottom: 10px;
}
footer p {
  color: #fff;
  font-size: 15px;
}
footer a {
  color: #28abb0;
  font-size: 15px;
}
footer a:hover {
  color: #fff;
}
footer .col-logo img {
  /*height: auto;
  max-width: 110px;*/
}
.home .col-footer {
  margin-left: 41.666667%;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.produkt .container {
  max-width: 1140px;
}
.produkt .row-middle {
  margin-top: 60px;
}
.produkt .row-middle > .col-left {
  margin-bottom: 60px;
  padding-right: 40px;
}
.produkt .col-tresc p, 
.produkt .col-tresc li {
  font-size: 17px;
  line-height: 24px;
}
.produkt .col-osoba .col-photo img {
  margin-right: -100px;
}
.col-button2 {
  margin: 40px 0;
}
.col-button2 a {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 25px;
  font-weight: 700;
  padding: 15px 25px;
}
.produkt .section2 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.artykuly .section1 {
  padding: 0 0 60px;
}
.artykuly .section1 .row-heading {
  padding-top: 60px;
}

.pagination-articles {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.pagination-articles-container {
  background-color: #26aebb;
  margin: 0 auto;
  padding: 10px;
  position: relative;
  max-width: 300px;
}
.pagination-articles a,
.pagination-articles span {
  display: inline-block;
}
.pagination-articles .page-numbers {
  font-size: 30px;
  font-weight: 700;
  padding: 0 4px;
}
.pagination-articles .page-numbers.current {
  color: #fff;
}
.pagination-articles .button-more {
  padding: 0 20px;
  position: absolute;
  top: 8px;
}
.pagination-articles .prev .button-more {
  left: 0;
}
.pagination-articles .next .button-more {
  right: 0;
}
.pagination-articles .button-more a,
.pagination-articles .button-more span {
  color: #004d59;
  font-size: 30px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.pagination-articles .button-more a:hover,
.pagination-articles .button-more span:hover {
  color: #fff;
}
.pagination-articles-col {
  padding-left: 0;
  padding-right: 0;
}

.artykul .section1 {
  background-attachment: fixed;
  background-color: #26aebb;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
}
.artykul .section1::before {
  content: "";
  background-color: rgba(0,0,0,0.55);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.artykul .section1 .row-middle {
  padding-top: 120px;
  padding-bottom: 60px;
  text-align: center;
}
.artykul .section1 .col-title {
  margin: 0 auto;
  max-width: 600px;
}
.artykul .section1 .col-meta {
  background-color: #26aebb;
  margin-bottom: -30px;
  padding: 20px 25px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 2;
}
.artykul .section1 .col-meta * {
  color: #fff;
}
.artykul .section1 .col-meta > div {
  display: inline-block;
}
.artykul .section1 .col-meta .meta-divider {
  padding: 0 4px;
}
.artykul .section2 {
  padding: 120px 0 40px;
}
.artykul .section2 .col-tresc p {
  line-height: 28px;
}
.artykul .row-articles {
  margin-top: 60px;
  margin-bottom: 20px;
}
.artykul .row-articles .col-heading {
  margin-bottom: 40px;
  text-align: center;
}

.col-tresc ul, 
.col-tresc ol {
  padding-left: 20px;
}
.col-tresc li {
  font-size: 20px;
  padding: 5px 0;
}

.page_404 {
  background-color: #114c57;
}
.page_404 .section1 {
  background-attachment: fixed;
  background-image: url('../img/section-bg1.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0;
}
.page_404 .section1 .row-middle {
  padding: 200px 0;
}

.nav-menu {
  width: 100%;
}
.hamburger {
  margin: 0 auto;
  position: absolute;
  top: 2px;
  right: 10px;
  height: 50px;
  width: 50px;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.hamburger:hover {
  cursor: pointer;
}
.hamburger .line {
  width: 40px;
  height: 5px;
  background-color: #fff;
  display: block;
  margin: 5px;
  position: absolute;
  top: 7px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger .line:nth-child(2) {
  top: 17px;
}
.hamburger .line:nth-child(3) {
  top: 27px;
}
#navbarResponsive ul {
  padding: 0 0 20px;
}
#navbarResponsive ul li {
  text-align: center;
}
#navbarResponsive ul li a {
  color: #fff;
  display: block;
  padding: 10px 0;
}

/* #mainNav .desktop-nav {
  position: absolute;
  right: 0;
  left: unset;
} */
#mainNav .col-tel {
  max-width: 280px;
}
#mainNav .col-tel .button-tel-container {
  position: absolute !important;
  right: unset !important;
  left: 40px !important;
  height: 70px !important;
  width: 280px !important;
}
#mainNav .col-tel .button-tel-container .section-light a {
  background-color: #00b2be;
}
.col-whatsapp {
  opacity: 1;
  position: absolute;
  top: 10px;
  right: 0;
  text-align: right;
  width: 245px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.col-whatsapp, 
.col-whatsapp * {
  color: #fff;;
}
.col-whatsapp img {
  margin-right: 10px;
  max-height: 45px;
  max-width: 45px;
}
.scrolled .col-whatsapp {
  opacity: 0;
}

.col-whatsapp a:hover {
  color: #fff;
    text-shadow: 0 0 2px rgb(255,255,255);
}

/* .col-menu-fixed, 
.col-menu-fixed * {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.col-menu-fixed {
  position: relative !important;
  left: -150px !important;
} */
.col-menu-fixed {
  max-width: 210px;
  z-index: 99;
}
.col-menu-fixed * {
  max-width: 300px;
}
.col-menu-fixed .col-menu-container {
  padding-left: 140px;
}
.col-menu-fixed .midnightHeader.section-intro {
  display: none;
}
.col-menu-fixed .midnightHeader {
  position: fixed !important;
  /* top: 50% !important; */
  left: -100px !important;
  /* transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important; */
}
.home .section1 {
  z-index: 999;
}
.col-menu-fixed .midnightHeader ul li a {
  font-size: 20px;
}
.col-menu-fixed .midnightHeader ul li a::before {
  right: 107%;
}
.col-menu-fixed .midnightHeader .col-menu-container {
  margin-top: 40px;
}
.col-menu-fixed .midnightHeader .col-menu-container {
  margin-top: 20vh;
}
.col-menu-fixed .midnightHeader a {
  font-size: 20px !important; 
}
.col-menu-fixed .midnightHeader.section-dark a {
  color: #fff;
}
.col-menu-fixed .midnightHeader.section-dark a:hover {
  color: #004d59;
}
.col-menu-fixed .midnightHeader.section-light a {
  color: #004d59;
}
.col-menu-fixed .midnightHeader.section-light a::before {
  background: #004d59;
}
.col-menu-fixed .midnightHeader a::before {
  top: 25px !important;
}

.col-autor {
  border-top: 1px solid #212121;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 20px;
}

.col-tresc {
  position: relative;
  z-index: 2;
}

.footer-above {
  background-color: #1a7073;
  padding: 0 0 40px;
}
.footer-seo p {
  color: #fff;
  font-size: 16px;
}

.section2b {
  background-color: #1a7073;
  padding-top: 60px;
}
.section2b .row-heading {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section2b .row-content {
  padding-bottom: 60px;
}
.section2b .row-content .col-right {
  padding-left: 60px;
}
.section2b .col-button {
  margin: 30px 0;
}
.section2b .col-button a {
  background-color: #2a8285;
}
.section2b .col-button a:hover {
  background-color: #26aebb;
}
.section2b .col-tresc h1,
.section2b .col-tresc h2,
.section2b .col-tresc h3,
.section2b .col-tresc h4,
.section2b .col-tresc h5 {
  padding-bottom: 20px;
}
.col-video iframe {
  max-width: 100%;
}
.section-alt .fancy-heading h2::before {
  background-color: #2a8285;
}

/* Carousel */

.logos-carousel {
    position: relative;
    max-width: 700px;
    margin: 0 auto 25px 160px;
}

.logos-carousel:after {
    width: 5px;
    height: 100%;
    content: '';
    position: absolute;
    left: -45px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

.logos-navs {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    lefT: -10px;
}

.prev-arrow,
.next-arrow {
    position: relative;
    z-index: 3;
    cursor: e-resize;
}

.next-arrow::before {
    content: '';
    width: 40px;
    height: 40px;
    border-bottom: 5px solid #ffffff;
    border-right: 5px solid #ffffff;
    transform: rotate(-45deg);
    position: absolute;
    top: -25px;
    right: 0px;
}

.prev-arrow::before {
    content: '';
    width: 40px;
    height: 40px;
    border-bottom: 5px solid #ffffff;
    border-right: 5px solid #ffffff;
    transform: rotate(134deg);
    position: absolute;
    top: -25px;
    right: 0px;
}

.single-logotype {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.single-logotype img {
    max-width: 275px;
    height: auto;
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

@media (max-width: 1024px) {
  .logos-carousel {
    margin: 0 auto 25px;
    max-width: 80%;
  }

  .logos-carousel:after {
      display: none;
  }

  .logos-navs {
      width: calc(90vw - 30px);
  }
}

@media (max-width: 767px) {
  .logos-navs {
    width: 85vw;
    left: 0;
  }

  .prev-arrow {
      left: 10px;
  }

  .next-arrow {
      right: 10px;
  }

  .splide__slide img {
      max-width: 85%;
  }
}

/*** WG 05.09.2022 ***/

.banner-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 35px;
    background: url(../img/baner-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 45px;
    position: relative;
}

.banner-wrapper:after {
    content: '';
    position: absolute;
    width: 185px;
    height: 107px;
    right: 35px;
    bottom: 35px;
    background-image: url(../img/arrows-baner.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-wrapper .big-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 50px;
    line-height: 52px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.banner-desc {
    display: block;
    max-width: 75%;
    margin: 20px 0;
    font-family: 'Barlow', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 17px;
}

.banner-bottom {
    display: flex;
    align-items: center;
}

.banner-bottom * {
    margin-right: 6px;
}

.transparent-btn {
    padding: 15px 25px;
    border: 1px solid #fff;
    margin-right: 25px;
}

.transparent-btn span {
    font-family: 'Barlow', sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.transparent-btn:hover {
    background: #fff;
}

.transparent-btn:hover span {
    color: #118791;
}

.sm-round,
.sm-round img,
.transparent-btn span,
.transparent-btn {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.sm-round:hover img {
    filter: invert(1);
}

@media (max-width:767px) {
    .banner-wrapper {
        padding: 20px;
    }
    .banner-wrapper .big-title {
        font-size: 35px;
        line-height: 42px;
    }
    .banner-desc {
        max-width: 100%;
    }
    .banner-wrapper:after {
        display: none;
    }
}

/**** 15.09.2022 ****/

.partners {
  max-width: 700px;
  margin: 0 auto 45px;
  position: relative;

}

#partnerzy {
  padding: 65px 0;
}

.section2-logos {
  background-attachment: fixed;
    background-image: url(../img/section-bg3.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
}

.partners:after {
    width: 5px;
    height: 100%;
    content: '';
    position: absolute;
    left: -45px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

@media (min-width: 1025px) and (max-width: 1680px) {
  .button-tel a span {
    font-size: 16px !important;
  }
  #mainNav .col-tel .button-tel-container {
    width: 220px !important;
    left: 130px !important;
  }
  .col-whatsapp {
    top: 5px !important;
    right: -90px !important;
}
}

/* 07.11.2023 */

.col-tresc p,
.col-article p,
.artykul .section2 .col-tresc p,
.card-block p,
.footer-seo p {
  text-align: justify;
}

/*** 08.04.2025 ***/

/* NBX */

.nbx-marker {
  position: absolute;
  top: 0; right: -170px;
  z-index: 9999;
}

.nbx-marker img {
  -webkit-transition: all 0.25s; transition: all 0.25s;
}

.nbx-marker:hover img {
  filter: brightness(1.5)
}

/* KP */

.kroptopapuga-wrapper {
  position: absolute;
  right: 0; top:100px;
  z-index: 9999;
  background: #FCFCE9;
  padding: 12px 30px 12px 26px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.kroptopapuga-wrapper.hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.leftcol-kp-content {
  position: relative;
  max-width: 230px;
  margin-right: -55px;
}

.leftcol-kp-content p {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500; font-size: 19px; line-height: 21px;
  color: #3C3A3A;
}

.leftcol-kp-content p span {
  color: #9C4849;
}

.redbtn {
  display: inline-flex;
  margin-top: 15px;
  background: #9C4849;
}

.redbtn:hover {
  background: #000;
}

.redbtn > span {
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 17px;
  padding: 15px;
  position: relative;
}

.kroptopapuga-wrapper img {
  position: relative;
  transform: translateY(5px)
}

.close-kp {
  display: inline-flex; align-items: center;
  position: absolute;
  left: 0; top: 0;
  cursor: pointer;
  z-index: 3;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.showmore-kp {
  display: inline-flex; align-items: center;
  position: absolute;
  cursor: pointer;
  z-index: 3;
  left: 0; bottom: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.close-kp img,
.showmore-kp img {
  transform: none;
}

@media (max-width: 767px) {
  .kroptopapuga-wrapper {
      height: 130px; width: 120px;
  }
  .hide-mobile {
      display: none !important;
  }
  .close-kp {
      opacity: 0;
      pointer-events: none;
  }
  .close-kp.visible,
  .kroptopapuga-wrapper.fullwidth .close-kp {
      opacity: 1;
      pointer-events: initial;
  }
  .showmore-kp.hidden,
  .kroptopapuga-wrapper.fullwidth .showmore-kp {
      opacity: 0;
      pointer-events: none;
  }
  .leftcol-kp-content {
      max-width: 0px;
      overflow: hidden;
      -webkit-transition: all 0.25s;
      transition: all 0.25s;
  }
  .redbtn.hide-desktop {
      max-height: 0px; max-width: 0px; overflow: hidden;
  }
  .redbtn.hide-desktop.visible {
      max-height: 60px; max-width: 250px;
  }
  .book-img {
      max-width: 130px; height: 106px;
      right: 0px;
  }
  .kroptopapuga-wrapper .book-img {
      max-width: 130px !important;
  }
  .kroptopapuga-wrapper {
      padding-right: 10px;
  }
}

@media (min-width: 768px) {
  .close-kp,
  .showmore-kp {
      display: none;
  }
}

@media (min-width: 1025px) {
  .hide-desktop {
      display: none !important;
  }
}

.kroptopapuga-wrapper.fullwidth {
  height: auto;
  width: 100%;
  padding-top: 30px;
}

.fullwidth .leftcol-kp-content {
  /*max-width: 150px;*/
  max-width: 55%;
}

.kroptopapuga-wrapper.fullwidth .redbtn.hide-desktop {
  max-height:55px; max-width: 95vw;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.kroptopapuga-wrapper.fullwidth .book-img {
  max-width: 190px !important; height: 156px;
  /*transform: translateX(30px) translateY(10px);*/
}

.kroptopapuga-wrapper.fullwidth .redbtn.hide-desktop span {
  font-size: 24px;
}

.kroptopapuga-wrapper.fullwidth .leftcol-kp-content p {
  font-size: 25px; line-height: 23px;
  padding-top: 10px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .hide-tablet {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .hide-desktop {
    display: none !important;
  }
}

@media (min-width: 1025px) and (max-width: 1439px) {
  .nbx-marker {
      right: -150px;
      bottom: 5px;
  }
  .nbx-marker img {
      width: 120px; height: auto;
  }
}

/*@media (min-width: 1441px) {
  .nbx-marker {
      right: 7vw;
  }
}

@media (min-width: 1920px) {
  .nbx-marker {
      right: 14vw;
  }
}

@media (min-width: 2100px) {
  .nbx-marker {
      right: 22vw;
  }
}*/

@media (max-width: 767px) {
  .nbx-marker img {
      width: 80px; height: auto;
  }
  .hide-mobile {
    display: none !important;
  }
  .nbx-marker {
    bottom: initial;
    right: initial;
    position: relative;
    margin-left: 15px;
    display: inline-flex;
    height: fit-content;
}

.section1 .col-dane .col-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}
}
