/*
    Theme Name: Technica Nova 
    Description: Szablon stworzony dla Technica Nova
    Version: 1.0
    Author: Noveo
    Author URI: http://noveo.pl/

*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
    font-size:62.5%;
    scroll-behavior: smooth;
}
.toggle2{
    cursor: pointer;
}
body,
.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar{
    font:500 16px/1.4 'Open Sans', Lato, sans-serif;
    
}
.blog-feed-item .right-contact{
  padding: 10px;
}




.wpml-ls-legacy-dropdown-click {
  width: 55px;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
  position: relative;
  padding-right: 0px;
}
.wpml-ls-legacy-dropdown-click a {
  display: block;
  text-decoration: none;
  color: #444;
  border: 0px;
  background-color: #fff;
  padding: 5px 10px;
  padding-right: 10px;
  line-height: 1;
  padding: 
}
  .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  position: relative;
  padding-right: calc(10px + 1.4em);
  display: flex;
  align-items: center;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover{
  background-color: unset;
}
.wpml-ls-native{
text-transform: uppercase;
display: flex;
align-items: center;
color: #3A3D46;
font-family: 'Raleway Medium';
font-size: 14px;
  }
  .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  border-top: 0px;
  padding: 8px 0px;
  margin: 0;
  list-style-type: none;
  z-index: 101;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  position: relative;
  padding-right: 28px;
  display: flex;
  align-items: center;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 8px;
  top: 50%;
  width: 8px;
  height: 8px;
  background-image: none;
  background-color: #FF6600;
  border: 0 !important;
  -webkit-mask: url('/wp-content/uploads/2025/10/CaretDownwpml.svg') center / contain no-repeat;
  mask: url('/wp-content/uploads/2025/10/CaretDownwpml.svg') center / contain no-repeat;
  transform: translateY(-50%);
}



.word-span {
  display: inline-block;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  white-space: nowrap;
  margin-right: 0.35em;
}

.animate .word-span {
  opacity: 1;
  transform: translateY(0px);
}


.word-span.last-word {
  margin-right: 0;
}
.word-span-faster {
  display: inline-block;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
  margin-right: 0.35em;
}
.animate .word-span-faster {
  opacity: 1;
  transform: translateY(0px);
}

.animate .word-span-faster {
  opacity: 1;
  transform: translateY(0px);
}


.word-span-faster.last-word {
  margin-right: 0;
}
.services .photo-text-simple.animate .word-span-faster, .our-projects .photo-text-simple.animate .word-span-faster, .headline-content-medium.animate .word-span-faster{
  opacity: 1;
  transform: translateY(0);
}



.kafelki-photo-headline.animate .word-span,
.extra_header.animate .word-span,
.photo-headline-x.animate .word-span,
.kafelki-subtitle-what.animate .word-span,
.signature-headline.animate .word-span,
.headline-item.animate .word-span,
.services-left-title.services-left-title-project-feed.animate .word-span, .kafelki-icon-title-x.animate .word-span, .founders-headline-x.animate.word-span{
  opacity: 1;
  transform: translateY(0);
}


.shape_up_hero_page,
.shape_bottom_hero_page {
  opacity: 0;
}

.shape_up_hero_page.animate, .shape_top_hero_page_x.animate, .shape-up.animate, .shape-up-gray.animate, .chess-simpleitem:nth-child(2n) .chess-main-right .shape-down.animate, .shape-up-gray-small.animate{
  animation: slideInLeft 1.5s ease-out forwards;
}

.shape_bottom_hero_page.animate, .shape_bottom_hero_page_x.animate, .shape-down.animate, .shape-bottom-gray.animate, .shape-up-service.animate, .chess-simpleitem:nth-child(2n) .chess-main-right .shape-up.animate, .shape-bottom-gray-small.animate {
  animation: slideInRight 1.5s ease-out forwards;
}

@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}


body {
    color:#444;
    margin: unset;
    padding-top: 80px;
    background-color: #fff;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
    max-width:100%;
    vertical-align:bottom;
}
a {
    color:#444;
    text-decoration:none;
    transition: 0.4s;
}
a:hover {
    color:#FF6600;
} 
.mega-current-menu-item .mega-menu-link{
  color: #7C1B48 !important;
}


.head-abs{
    position: fixed!important;
    top: 0px;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    z-index: 9999;
}

.stickymenu .head-abs {
    position: fixed;  
    max-width: 100%;
    width:100%;
}

.stickymenu .header {
    max-width: 4100px;
    margin: 0 auto;
    background-color: #fff;
    max-height: 80px;
    width: 100%;
    display: flex;
    align-items: center;
}
.stickymenu .header-down {
    margin-top: 0px !important;
}

.logo-img {
    transition: 0.4s;
    height: 72px;
    position: relative;
    z-index: 1000;
    bottom: -15px;
}

.hero-page-item{
  padding-bottom: 20px;
  padding-top: 64px;
}
.stickymenu .logo-img {

}
    .stickymenu #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link{

    }
.stickymenu #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:focus{
  background-color: transparent !important;
}
.head-abs:after{
    content:"";
    height: 0%;
    position: absolute;
    left: 0px;
    width: 100%;
    top: 0px;
    z-index: -1;
    transition: 0.4s;
} 
.stickymenu .head-abs:after{


}   
.right-contact .img-butt img {
    transition: transform 0.3s ease-in-out;
}

.right-contact a:hover .img-butt img {
    transform: translateY(-5px);
}
.right-contact .img-house img {
    transition: transform 0.3s ease-in-out;
}

.right-contact a:hover .img-house img {
    transform: translateY(-3px);
}
.right-contact .img-search img {
    transition: transform 0.3s ease-in-out;
}

.right-contact a:hover .img-search img {
    transform: translateY(-3px);
}
.butt-cta-white {
  display: inline-flex;
  padding: 0px 0px 0px 24px;
  background-color: #fff;
  color: #000;
  justify-content: space-between;
  gap: 24px;
}
.just-center{
  justify-content: center;
}
/*------------------------------------*\
    FIRST REVISION
\*------------------------------------*/
.page-id-1710 .services-section:nth-of-type(3) .slide-service{
  min-height: 529px !important;
}
.page-id-1710 .services-section:nth-of-type(4) .slide-service{
  min-height: 473px !important;
}
.page-id-1710 .services-section:nth-of-type(6) .slide-service{
  min-height: 446px !important;
}
.page-id-1710 .services-section:nth-of-type(6) .slide-service{
  min-height: 446px !important;
}
.page-id-2208 .services-section:nth-of-type(3) .slide-service{
  min-height: 527px !important;
}
.page-id-2208 .services-section:nth-of-type(4) .slide-service{
  min-height: 473px !important;
}
.page-id-2208 .services-section:nth-of-type(6) .slide-service{
  min-height: 557px !important;
}
.page-id-2208 .services-section:nth-of-type(5) .slide-service{
  min-height: 554px !important;
}
.page-id-2208 .services-section:nth-of-type(7) .slide-service{
  min-height: 563px !important;
}
.page-id-2208 .services-section:nth-of-type(8) .slide-service{
  min-height: 554px !important;
}
.page-id-2208 .services-section:nth-of-type(9) .slide-service{
  min-height: 581px !important;
}
.page-id-2208 .services-section:nth-of-type(10) .slide-service{
  min-height: 554px !important;
}



.page-id-2327 .services-section:nth-of-type(3) .slide-service{
  min-height: 554px !important;
}
.page-id-2327 .services-section:nth-of-type(4) .slide-service{
  min-height: 500px !important;
}
.page-id-2327 .services-section:nth-of-type(5) .slide-service{
  min-height: 608px !important;
}
.page-id-2327 .services-section:nth-of-type(6) .slide-service{
  min-height: 556px !important;
}
.page-id-2327 .services-section:nth-of-type(7) .slide-service{
  min-height: 581px !important;
}
.page-id-2327 .services-section:nth-of-type(8) .slide-service{
  min-height: 581px !important;
}
.page-id-2327 .services-section:nth-of-type(9) .slide-service{
  min-height: 554px !important;
}
.page-id-2327 .services-section:nth-of-type(10) .slide-service{
  min-height: 561px !important;
}
.page-id-2327 .services-section:nth-of-type(11) .slide-service {
  min-height: 504px !important;
}
.page-id-2208 .services-section:nth-of-type(11) .slide-service {
  min-height:480px !important;
}
.d-flex-column-center{
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.contact-person-row{
  display: flex;
  justify-content: space-between;
}
.team-left{
  width: 50%;
  justify-content: center;
  display: flex;
}
.contact-person-right{
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.section-text p{
font-family: 'Raleway Regular';
  font-size: 16px;
  color: #3A3D46;
}
.section-text a{
font-family: 'Raleway Regular';
  font-size: 16px;
  color: #0532A9;
  font-weight: 500;
}
.section-text ul li{
font-family: 'Raleway Regular';
color: #3A3D46;
}
.section-text h1, .section-text h2, .section-text h3, .section-text h4, .section-text h5 {
font-family: 'Raleway Regular';
color: #3A3D46;
}
.download-box{
  display: flex;
  width: 100%;
  gap: 24px;
  flex-wrap: wrap;
  padding-bottom: 144px;

}
.box-download{
  width: calc((100% - 24px) / 2);
}
.simple-download{
  font-family: 'Raleway Regular';
  line-height: 115%;
  font-size: 18px;
  color: #3A3D46;
  margin: 0px;
  padding-bottom: 8px;
}
.butt-know {
  font-family: 'Raleway Medium';
  line-height: 115%;
  font-size: 14px;
  color: #3A3D46;
  margin: 0px;
  transition: color 0.3s ease; 
  display: flex;
  gap: 2px;
  align-items: center;
}

.butt-know:hover { 
  color: #0532A9;
}
.cert-memb{
  width: calc((100% - 48px) / 3);
  padding: 10px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  color: #666B75;
  font-family: 'Raleway Regular';
  font-size: 16px;
  line-height: 115%;
  align-items: center;
}
.cert-memb-box:nth-of-type(1) .cert-memb {
  padding: 0;
}

/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family: 'Raleway Black';
    src: url('fonts/Raleway-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway Bold';
    src: url('fonts/Raleway-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway Light';
    src: url('fonts/Raleway-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway Medium';
    src: url('fonts/Raleway-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway Regular';
    src: url('fonts/Raleway-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway SemiBold';
    src: url('fonts/Raleway-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway Thin';
    src: url('fonts/Raleway-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
/*------------------------------------*\
    KAFELKI THREE
\*------------------------------------*/   
.kafelki-accordion-icon-bg{
  width: 100%;
  display: flex;
  height: 640px;
  position: relative;
    clip-path: polygon(
  0% 17px,
  113px 17px,
  130px 0%,
  100% 0%,
  100% calc(100% - 17px),
  calc(100% - 113px) calc(100% - 17px),
  calc(100% - 130px) 100%,
  0% 100%
);
}
.kafelki-icon-element{
  width: calc(100% / 3);

}
.kafelki-bg{
  height: 100%;
}
.kafelki-back{
  background-color: #33CD33;
}
.kafelki-accordion-icon-bg .butt-cta,
.kafelki-accordion-icon-bg .white-button {
  background-color: #FF6600 !important;
}
.kafelki-accordion-icon-bg .butt-black {
  color: #fff !important;
}
.kafelki-icon-title-x{
padding-top: 24px;
}
.kafelki-icon-title-x p{
  font-family: 'Raleway Regular';
  font-size: 24px;
  line-height: 115%;
  color: #FFF;
  margin: 0px;
  padding: 0px;

}
.carret-icon{
  width: 8px;
  height: 8px;
    display: flex;
  justify-content: center;
  align-items: center;

}
.kafelki-icon-element {
  position: relative;
  overflow: hidden;
   padding: 48px;
 margin: -1px;
}
.page-id-1710 .chess-main-right-simple{
  background-size: cover !important;
}
.page-id-2208 .chess-main-right-simple{
  background-size: cover !important;
}
.page-id-2327 .chess-main-right-simple{
  background-size: cover !important;
}
.kafelki-icon-element {
  perspective: 1200px; 
}
.carret-icon {
  transition: transform 0.3s ease;
}

.kafelki-accordion-item.active .carret-icon {
  transform: rotate(180deg); 
}

.kafelki-front,
.kafelki-back {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: transform 0.8s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.kafelki-front {
  transform: rotateY(0deg);
  z-index: 2;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

/* Gradient from the design: dark at the top, fully transparent at the bottom. */
.kafelki-front::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

.kafelki-front > * {
  position: relative;
  z-index: 1;
}

.kafelki-back {
  transform: rotateY(180deg);
  z-index: 1;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.kafelki-icon-element.active .kafelki-front {
  transform: rotateY(-180deg);
}

.kafelki-icon-element.active .kafelki-back {
  transform: rotateY(0deg);
  z-index: 3;
}
.kafelki-description {
  padding-top: 24px;
  font-family: 'Raleway Regular';
  font-size: 14px;
  line-height: 150%;
  color: #fff;
}
.kafelki-description p {
  margin: 0 0 12px;
}
.kafelki-description p:last-child {
  margin-bottom: 0;
}
.kafelki-accordion-description {
  display: none;
  padding: 12px 0;
}
.kafelki-accordion-item.active .kafelki-accordion-title {
  font-weight: 600;
}
.kafelki-accordion-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 0px;
  margin: 0px;
  font-family: 'Raleway SemiBold';
  font-size: 14px;
  line-height: 150%;
  color: #fff;
}
.kafelki-accordion-description p{
  padding: 0px;
  margin: 0px;
  font-family: 'Raleway Regular';
  font-size: 14px;
  line-height: 150%;
  color: #fff;
}
.accordion-box{
  padding-top: 24px;
}
.kafelki-accordion-item{
  padding: 8px 24px;
  padding: 8px 24px;
  border-left: 1.5px solid rgba(255,255,255,0.25);
  margin-bottom: 8px;
}
.background_gray{
  background-color: #F6F7F9 !important;
}
/*------------------------------------*\
    KAFELKI Z IKONĄ
\*------------------------------------*/   
.kafelki-what-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
}
.kafelki-three-what {
  width: calc((100% - 72px) / 4);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  overflow: hidden;
  flex-wrap: wrap;
  border-left: 1.5px solid #CCD3E2;

  height: auto;

}
.page-id-1710 .services-wrapper::before {
  display: none;
}
.page-id-2208 .services-wrapper::before {
  display: none;
}
.page-id-2327 .services-wrapper::before {
  display: none;
}
.background_gray .services-left{
  background-color: #F6F7F9 !important;
}
.our-professionals .chess-simple-box form{
  max-width: 792px;
  margin: 0 auto;
}
.careers .chess-simple-box form{
  max-width: 792px;
  margin: 0 auto;
}

.kafelki-problem{
  border-left: 0px solid #CCD3E2;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.gallery-item-xyz {
  aspect-ratio: 4 / 3; 
  overflow: hidden;
  width: 100%;
  position: relative;
}

.gallery-item-xyz img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.simple-text-accordion img{
  margin-top: 10px;
}
.img-problem{
  width: 18px;
  height: 18px;
  margin-top: 28px;
}
.problem p{
  padding: 0px;
  margin: 0px;
  font-family: 'Raleway Light';
  font-size: 16px;
  line-height: 150%;
  color: #777067;
}
.solution p{
  padding: 0px;
  margin: 0px;
  font-family: 'Raleway Light';
  font-size: 16px;
  line-height: 150%;
  color: #000;

}
.what-section{
  padding-bottom: 144px;
}
.kafelki-subtitle-what{
  display: flex;
  justify-content: center;
  padding: 0px;
  margin: 0px;
  font-family: 'Raleway Regular';
  font-size: 48px;
  line-height: 115%;
  color: #3A3D46;
  padding-bottom: 48px;

}
.kafelki-title-what  p{
    font-family: 'Cormorant Garamond Light';
    line-height: 115%;
    font-size: 48px;
    color: #000;
    margin: 0px;
    padding: 0px;
    letter-spacing: -1px;
    padding-bottom: 48px;
    text-align: center;
}
.wrapper-max.bg-wzor {
  background-image: url('/wp-content/uploads/2025/07/radial_bg.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bg-wzor-why {
  background-image: url('/wp-content/uploads/2025/08/Frame-26-1.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  height: auto;
  width: 100%;
}
/*------------------------------------*\
    PODPIS/SIGNATURE CONTACT
\*------------------------------------*/
.signature-address-contact{
  display: flex;
  width: 100%;
  gap: 24px;
  align-items: flex-start;
  height: 90px;
  padding-top: 48px;
  padding-bottom: 96px;
}
.signature-address-contact-mail{
  width: calc(32% - 12px);
  border-left: 1.5px solid rgba(255,255,255,0.25);
  height: 100%;
  padding-left: 24px;
  padding-top: 8px;
  font-family: 'Raleway Medium';
  font-size: 12px;
  line-height: 100%;
  color: #fff;
  padding-bottom: 83px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.signature-address-contact-tel{
  width: calc(32% - 12px);
  border-left: 1.5px solid rgba(255,255,255,0.25);
  height: 100%;
  padding-left: 24px;
  padding-top: 8px;
  font-family: 'Raleway Medium';
  font-size: 12px;
  line-height: 100%;
  color: #fff;
  padding-bottom: 83px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.signature-address-contact-address{
  width: calc(32% - 12px);
  border-left: 1.5px solid rgba(255,255,255,0.25);
  height: 100%;
  padding-left: 24px;
  padding-top: 8px;
  font-family: 'Raleway Medium';
  font-size: 12px;
  line-height: 100%;
  color: #fff;
  padding-bottom: 83px;

}
.signature-element{
  font-family: 'Raleway Regular';
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 48px;

}
.signature-img-linkedin{
  width: calc(4% - 12px);
  height: 100%;
  padding-bottom: 83px;
}
.signature-left-contact{
  width: 100%;
  padding-bottom: 0px;
}
.contact-bg{
  min-height: 385px !important;
}
.contact-bg .overlay_hero_page {
  background: rgba(51, 205, 51, 0.85);
}
.signature-headline-contact p{
  font-family: 'Raleway Regular', sans-serif;
  line-height: 115%;
  font-size: 48px;
  color: #fff;
  margin: 0px;
  padding: 0px;
  font-weight: 400;

}
.signature-headline-contact {
  width: 100%;
  padding-bottom: 0px;
  margin-top: 5px;
}
.signature-element p{
  margin: 0px;
  padding: 0px;
}
.signature-img-linkedin{
  position: relative;
}
.signature-img-linkedin img{
  position: absolute;
  bottom: 0%;
}
/*------------------------------------*\
    PODPIS/SIGNATURE
\*------------------------------------*/
.signature_bg{
  min-height: 432px;
  position: relative;
  clip-path: polygon(0% 0px, calc(100% - 130px) 0px, calc(100% - 113px) 17px, 100% 17px, 100% 100%, 345px 100%, 130px 100%, 113px calc(100% - 17px), 0% calc(100% - 17px)) !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.signature_content{
  padding-top: 92px;
  padding-bottom: 92px;
}
.current-left p{
  padding: 0px;
  margin: 0px;
  font-family: 'Raleway Medium';
  font-size: 16px;
  line-height: 100%;
  color: #fff;
}
.current-left{
  padding-bottom: 24px;
}
.signature-headline{
  padding-top: 24px;
}
.t-left p{
  text-align: left !important;
}
.white-button{
  background-color: #fff !important;
}
.signature-item{
  display: flex;
  width: 100%;
}
.signature-left{
  width: 100%;
  padding-bottom: 48px;
}
.signature-right{
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.signature-item{
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 10;
  position: relative;
}
.signature-item .kafelki-photo-headline p{
  color: #fff;
}
.butt-black{
  color: #0532A9 !important;
}
.singature-headline p {
  font-family: 'Raleway Regular';
  line-height: 115%;
  font-size: 48px;
  color: #000;
  margin: 0px;
  padding: 0px;
  line-height: 115%;
  text-align: center;
}
.t-black{
    color: #3A3D46;
}
/*------------------------------------*\
    DLACZEGO WARTO?
\*------------------------------------*/
.why-x p{
  padding: 0px;
  margin: 0px;
  font-family: 'Raleway Regular';
  font-size: 18px;
  line-height: 150%;
  color: #696C75;
  margin-bottom: 8px;
}

.img-why{
  height: 56px;
  width: 56px;
  border-radius: 50%;
  background-color: rgba(51, 205, 51, 0.15);
  padding: 16px;
  margin-top: 8px;
}


/*------------------------------------*\
    TABS
\*------------------------------------*/

.w-100{
    width: 100% !important;
}
.tabs-row {
    display: flex;
    justify-content: center;
    gap: 8px;
}
.tabs-bg{
    padding: 128px 0px;
}
.tabs-col {
  display: inline-flex;         
  flex-direction: row;
  padding: 4px;
  background-color: rgba(5, 50, 169, 0.15);
  border-radius: 64px;
  margin: auto;
  align-items: center;
  justify-content: center;
}
.tabs-content{
    display: flex;
    gap: 10px;
    width: 100%;
    flex-wrap: wrap;
}

.tab-content-item {
  display: none;
  
}
.chess-tabs-list{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 24px;
}
.tabs-item{
  height: auto;
  width: calc((100% - 48px) / 3);
  background-image: url('/wp-content/uploads/2025/09/bg_grame.svg');
  background-repeat: no-repeat;
  background-size: contain; 
  background-position: center;
  min-height: 662px;
  min-width: 384px;
  padding: 130px 48px 48px 48px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;

}
.our-projects .tabs-item{
  justify-content: space-between;

}
.our-projects .tabs-item-content{
  flex: 1;

}
.our-projects .tabs-item-content-box:nth-of-type(1){
  min-height: 70px;

}
.our-projects .tabs-item-content-box:nth-of-type(2){
  min-height: 70px;
}
.our-projects .tabs-item-content-box:nth-of-type(3){
  
}
.our-projects .tabs-item-content-box:nth-of-type(4){
  min-height: 124px;
}
.services-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: -500px;
  width: 600px;
  height: 100%;
  pointer-events: none;
  background: white;
  z-index: 2;
}
.single-projects .blog-feed-item-title {
  height: 110px;
}
.single-projects .tabs-item-content{
  flex: 1;

}
.services-box{
position: relative;
}
.services-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: -500px;
  width: 600px;
  height: 100%;
  pointer-events: none;
  background: white;
  z-index: 2;
}
.background_gray .services-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: -500px;
  width: 600px;
  height: 100%;
  pointer-events: none;
  background-color: #F6F7F9;
  z-index: 2;
}
.slide-service{
  min-height: 473px;
}
.tabs-item-icon{
  position: absolute;
  top: 48px;
  left: 48px;
  background-color: rgba(5, 50, 169, 0.15);
  border-radius: 50%;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;

}
.project-feed-section .tabs-item-icon {
  background-color: rgba(51, 205, 51, 0.15);
}
.project-feed-section .tabs-item-icon svg path {
  stroke: #33CD33;
}
.services-section.project-feed-section .tabs-item-icon img {
  filter: brightness(0) saturate(100%) invert(66%) sepia(74%) saturate(500%) hue-rotate(73deg) brightness(91%) contrast(89%);
}
.tab-content-item.active {
    display: block;
}
.chess-tabs-list{
  padding: 48px 0px 0px;
}
.tab-title {
    font-family: "Raleway Medium",serif;
    line-height: 100%;
    font-size: 14px;
    color: #0532A9;
    cursor: pointer;
    padding: 16px 24px;
    transition: all 0.5s ease-in-out;
    display: flex;
    align-items: center;
    gap: 4px;
}
.tab-group-header-x{
    font-family: "Raleway Regular",serif;
    line-height: 100%;
    font-size: 24px;
    color: #3A3D46;
    line-height: 115%;
    padding: 0px;
    margin: 0px;
}
.tabs-item-content{
  padding: 24px 0px;
  display: flex;
  gap: 24px;
  flex-direction: column;
  min-height: 373px;

}

.tab-title.active {
    background-color: #0532A9;
    border-radius: 64px;
    font-family: "Raleway Medium",serif;
    line-height: 100%;
    font-size: 14px;
    color: #Fff;

}
.tab-title.active svg g path{
  stroke: #fff !important;
}
.tabs-content {
    display: flex;
    justify-content: center;
    align-items: center;

}

.tabs-item-content-title-name{
    font-family: "Raleway Regular",serif;
    line-height: 150%;
    font-size: 18px;
    color: #696C75;

}
.tabs-item-content-title{
    font-family: "Raleway Medium",serif;
    line-height: 100%;
    font-size: 16px;
    color: #0532A9;

}
.flex-column-tabs{
    display: flex;
    flex-direction: column;
    gap: 48px;
}
.flex-row-tabs{
    display: flex;
    gap: 24px;
    padding-bottom: 48px;
}
.tab-image{
    padding: 48px 0px;
}



/*------------------------------------*\
    BANNER
\*------------------------------------*/ 
.bg-banner{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    z-index: 2;
    min-height: 446px;
    border-radius: 24px;
}
.single .bg-banner{
    min-height: 368px !important;
}
.banner-box{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 2;
    padding-left: 48px;
    padding-right: 48px;

}
.banner-subtitle p{
    margin: 0px;
    padding: 0px;
    font-family: 'Raleway Light';
    font-size: 16px;
    line-height: 115%;
    color: #fff;

}
.banner-headline p{
    font-family: 'Cormorant Garamond Light';
    line-height: 100%;
    font-size: 48px;
    color: #fff;
    margin: 0px;
    padding: 0px;
    letter-spacing: -2px;
    text-align: center;

}
.b24{
    padding-bottom: 24px;
}
.banner-box{
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33));
    border-radius: 24px;

}
.overlay_hero_front {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
}
.overlay_hero_page {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 205, 51, 0.85);

}
.about-us .hero-page-bg .overlay_hero_page {
    background: rgba(51, 205, 51, 0.85);
}

.overlay_black {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 205, 51, 0.85) !important;

}
.banner-subtitle p{

}
.single .ban-xyz.pb144{
   padding-bottom: 0px !important;
}
.services-right {
  position: relative;

}
.services-left{
  background-color: #fff !important;
  z-index: 1000;
}
.swiper-wrapper-box {
  position: relative;
  overflow: hidden;   
}
.services-wrapper {
  position: relative; 
  padding: 128px 0;
  overflow: hidden;   
  z-index: 2;
}

.services-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: -500px;
  width: 600px;
  height: 100%;
  pointer-events: none;
  background: white;
  z-index: 2;
}
.services-right .swiper {
  overflow: visible !important; 
  position: relative;
  left: 0; 
}
.services-section {
  background-color: #Fff;
  position: relative;
  overflow: hidden;
  z-index: 1000;
}

/*------------------------------------*\
    CYTAT
\*------------------------------------*/ 
.bg-cytat{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; 
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 2;
    background-image: url('/wp-content/uploads/2025/08/Ellipse-7.svg');
    padding: 96px 0px;
}
.bg-cytat-2{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; 
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 2;
    background-image: url('/wp-content/uploads/2025/08/wzor_3.svg');
    padding: 96px 0px;
}
.quote-x{
    max-width: 16px; 
    border-radius: unset !important;
    padding-bottom: 0px !important;
}
.quote-subtitle p{
    margin: 0px;
    padding: 0px;
    font-family: 'Raleway Light';
    font-size: 16px;
    line-height: 115%;
    color: #000;

}
.quote-headline p{
    font-family: 'Cormorant Garamond Light';
    line-height: 100%;
    font-size: 40px;
    color: #000;
    margin: 0px;
    padding: 0px;
    letter-spacing: -2px;

}
/*------------------------------------*\
    GLOBAL
\*------------------------------------*/        
.butt-cta {
  display: inline-flex;
  padding: 16px 24px;
  background-color: #FF6600;
  color: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 64px;
  gap: 24px;
  transition: transform 0.3s ease;
}

.butt-cta:hover {
  transform: scale(1.1); 
}
.show-more-button{
  transition: transform 0.3s ease;
  margin-bottom: 10px !important;
}
.show-more-button:hover {
  transform: scale(1.1); 
}
.butt-cta:hover {
  transform: scale(1.1); 
}
.button-darkblue {
  transform: scale(calc(1 / 1.1)); 
  transform-origin: center;

}
.start-page .right-contact{ 
  margin-bottom: 10px;
}
.single-feed-column-half{
  margin-bottom: 10px;
}


.butt-cta-z {
  display: flex;
  padding: 0px 0px 0px 24px;
  background-color: #fff;
  color: #000 justify-content: space-between;
  gap: 24px;
  justify-content: space-between;
  align-items: center;
}
.button-darkblue{
    display: flex;
    align-items: center;
    gap: 24px;
    color: #fff;
    font-family: 'Raleway Regular';
    font-size: 14px;
    line-height: 100%;
}
.bg-light-gray{
    background-color: #f5f5f5;
}
.b-top-gray{
    border-top: 1px solid #DFDFDF;
    padding-top: 24px;
}
.img-butt{
    padding: 16px;
    background-color: #353535;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-house{
    padding: 11px 8px;
    background-color: #164429;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-search{
    padding: 16px 16px;
    background-color: #e2e2e2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mla{
    margin-left: auto;
}
.pb48{
    padding-bottom: 48px;
}
.page-id-1453 .graphic-signature{
  max-width: 792px;
  width: 100%;
  margin: 0 auto
}
.pb144{
  padding-bottom: 144px;
}
.pb128{
  padding-bottom: 128px;
}
.mb128{
  margin-bottom: 128px !important;
}
.container-blog-feed-page.pb144{
  padding-bottom: 144px !important;
}
.pt48{
    padding-top: 48px;
}
.pt144{
    padding-top: 144px;
}
.pb12{
    padding-bottom: 12px !important;
}
.pt12{
    padding-top: 12px !important;
}
.flex-start{
    justify-content: flex-start;
}
.d-flex{
    display: flex;
}
.d-flex-bottom{
  display: flex;
  gap: 24px;
}
.j-end{
    justify-content: flex-end;
}
.no-padding{
  padding-bottom: 0px !important;
}
.what-section {
  padding-bottom: 128px;
}
.left-half{
  width: 50%;
}
.right-half{
  width: 50%;
}
.wpcf7-checkbox .wpcf7-list-item{
  margin-top: 9.5px;
}
.form-row-xyz{
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.wpcf7-checkbox .wpcf7-list-item-label{
  font-size: 14px;
}
input[type="checkbox"] {
  width: 24px;
  height: 24px;
  cursor: pointer;
  accent-color: #0066cc; 
  margin-right: 8px;     
}
.form-contact p{
  color: #3A3D46 !important;
  font-size: 24px !important;
  line-height: 115% !important;
}

/*------------------------------------*\
    OPINIE
\*------------------------------------*/
.opinie-box{
  width: 70%;
  max-width: 792px;
  margin-left: auto;
  overflow: hidden;
  position: relative;
}
.wrapper-min{
  width: 100%;
  max-width: 1008px;
  margin: 0 auto;

}
.wrapper-super-min{
  width: 100%;
  max-width: 792px !important;
  margin: 0 auto;

}
.wrapper-single-content-x{
  max-width: 792px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.kafelki-photo-subtitle{
  color: #000000;
  font-family: 'Raleway Light';
  font-size: 16px;
  line-height: 115%;

}
.opinie-bg{
  position: relative;
  height: 1322px;
  padding-top: 135px;
}
.opinie-img{
  position: absolute;
  left: 0%;
  top: 0%;
}
.opinie-box-xyz{
  padding: 48px;
  border-radius: 24px;
  background-color: #F6F4F2;

}
.chess-opinie-content p{
  color: #777067;
  font-family: 'Raleway Light';
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  margin: 0px;
  padding: 0px;

}
.opinie-title{
  font-family: 'Cormorant Garamond Light';
  line-height: 100%;
  font-size: 32px;
  color: #000;
  margin: 0px;
  padding: 0px;
  letter-spacing: -1.5px;
  text-align: center;
  padding: 24px 0px;

}
.chess-opinie-signature{
  font-family: 'Raleway Medium';;
  line-height: 115%;
  font-size: 12px;
  color: #777067;
  margin: 0px;
  padding: 0px;
  letter-spacing: -1px;
  text-align: center;


}
.opinie-big-title{
  position: absolute;
  color: #EDE8E1;
  font-family: 'Raleway Black';
  font-size: 128px;
  line-height: 100%;
  text-align: center;
  margin: 0px;
  padding: 0px;
  bottom: 118px;
  left: 50%;
  transform: translateX(-50%);
}
.opinie-person{
  text-align: center;
  padding-top: 48px;
}
.slider-buttons-opinie{
  display: flex;
  justify-content: center;
  padding-top: 48px;
  gap: 8px;
}
.button-prev, .button-next{
  cursor: pointer;
}
.chess-opinie-stars{
  display: flex;
  justify-content: center;
  padding-bottom: 48px;
  gap: 24px;

}
/*------------------------------------*\
    KAFELKI OFERTA
\*------------------------------------*/
.w-xyz {
  flex: 0 0 calc((100% - 48px) / 3) !important;
  max-width: calc((100% - 48px) / 3) !important;
}
.w-xyz .blog-item-img-first{
  min-height: 256px !important;
}

/*------------------------------------*\
    NEWSLETTER
\*------------------------------------*/
.newsletter-box{
position: absolute;
left: 50%;
transform: translateX(-50%);
max-width: 1200px;
background-color: #F6F4F2;
border-radius: 24px;
width: 100%;
top: -224px;
padding: 48px;
}
.footer{
  position: relative;
}
.newsletter-subtitle p{
  display: flex;
  justify-content: center;
  padding: 0px;
    padding-bottom: 0px;
  margin: 0px;
  font-family: 'Raleway Light';
  font-size: 16px;
  line-height: 115%;
  color: #000;
  padding-bottom: 48px;
}
.newsletter-title p {
  font-family: 'Cormorant Garamond Light';
  line-height: 115%;
  font-size: 48px;
  color: #000;
  margin: 0px;
  padding: 0px;
    padding-bottom: 0px;
  letter-spacing: -1px;
  padding-bottom: 48px;
  text-align: center;
}
.newsletter-signature p{
  display: flex;
  justify-content: center;
  padding: 0px;
  margin: 0px;
  font-family: 'Raleway Light';
  font-size: 16px;
  line-height: 150%;
  color: #777067;

}
.newsletter-signature{
  padding-bottom: 48px;
}
.newsletter-big-title{
  position: absolute;
  color: #EDE8E1;
  font-family: 'Raleway Black';
  font-size: 128px;
  line-height: 100%;
  text-align: center;
  margin: 0px;
  padding: 0px;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);

}
.newsletter-form{
  display: flex;
  justify-content: center;
  margin-bottom: 48px;
}
.wpcf7-form-control-wrap {
  position: relative;
  padding-left: 0px;
  font-family: 'Raleway Light';
  font-size: 16px;
  line-height: 150%;
  color: #777067;
}
/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.foot-bg{

    background-color: #fff;
}
.butt-cta-gray {
  display: inline-flex;
  padding: 24px 32px;
  background-color: #222222;
  color: #fff;
  justify-content: space-between;
  border-radius: 64px;
  gap: 24px;
}
.foot-col-1 {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.foot-col-2 {
  display: flex;
  flex-direction: column;

}
.foot-col-row{
  display: flex;
  width: 100%;
  padding-top: 72px;
}
.foot-col-4{
  width: 50% !important;
}
.foot-col-5{
  width: 50% !important;
}
.footer-data{
  width: 70%;
}
.b-top{
    border-top: 1px solid #44558A;
}
.foot-title{
    font-family: 'Raleway Medium';
    line-height: 115%;
    font-size: 24px;
    color: #fff;
    margin: 0px;
    padding: 0px;
    text-transform: capitalize;
    padding-bottom: 24px;

}

.foot-col p{
    font-family: 'Raleway Regular';
    line-height: 175%;
    font-size: 14px;
    color: #fff;
    margin: 0px;
    padding: 0px;

}
.foot-col a{
    font-family: 'Raleway Medium', sans-serif;
    line-height: 100%;
    font-size: 14px;
    color: #3A3D46;
    margin: 0px;
    padding: 0px;

}
.logo-item:hover{
    opacity:0.7;
}
.foot-cols {display: flex;justify-content: space-between;padding: 48px 0px 48px 10px;width: 100%;border-top: 1px solid rgba(155, 158, 167, 1);flex-direction: column;}
.foot-col-1{
    width: 50%;
}
.foot-col-2{
    width: 25%;
    height: 325px;
}
.foot-col-3{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.foot-col a {transition: 0.4s;}

.foot-col a:hover{
opacity:0.7;
}
.foot-col-2 p{

}
.foot-col p{
    margin-top: 0px;
}
.foot-row-1{
    display: flex;
    width: 100%;
    padding-bottom: 48px;
}
.foot-row-2{
    display: flex;
    width: 100%;
    padding-bottom: 48px;
    align-items: flex-start;
}
.foot-col ul{
    margin: unset;
    padding: unset;
    list-style: none;
    line-height: 100%;
}
.foot-col li{
    width: 100%;
    margin-bottom: 20px;
}
.foot-col-1 p{
    margin: 0px;
    padding: 0px;
    font-family: 'Raleway Regular';
    line-height: 150%;
    font-size: 18px;
    color: #696C75;
    width: 65%;
}
.foot-col a{}
.foot-col-2{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.footer-a{
    font-family: 'Raleway Medium';
    line-height: 100%;
    font-size: 14px;
    color: #3A3D46;
    padding-bottom: 24px;
}
.height-50{
    height: 50%;
    display: flex;
    flex-direction: column;
}
.foot-col-xyz{
  padding-bottom: 40px;
}
.hr-bar {height: 1px;background: #10592E;}

.copyright{
    text-align: center;
    padding: 20px 0px;
    margin: unset;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    color: black;
    font-weight: 100;
    font-size: 14px;
}
.footer-a:hover{
    color: #FF6600;
}
.foot-col-2 p{
    font-family: 'Raleway Regular';
    line-height: 150%;
    font-size: 14px;
    color: #696C75;
    margin: 0px;
    padding: 0px;
}
.copy-left{ 
    display: flex;
  font-family: 'Raleway Regular';
  line-height: 100%;
  font-size: 14px;
  color: #696C75;
  margin: 0px;
  padding: 0px;
  width: 50%;
  align-items: center;
  justify-content: flex-start;
  gap: 48px;
}
.copy-x{
    font-family: 'Raleway Regular', sans-serif;
    color: #fff;
    padding-right: 24px;

}
.copy-left a{
    font-family: 'Raleway Medium', sans-serif;
    color: #3A3D46;
    font-size: 14px;
    padding-left: 4px;

}
.copy-right{ 
    line-height: 100%;
    font-size: 14px;
    color: #fff;
    font-family: 'Raleway Regular', sans-serif;
    color: #808080;
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: flex-start;

}
.copy-right a{
    font-family: 'Raleway Medium', sans-serif;
    color: #3A3D46;
    font-size: 14px;
    padding-left: 4px;

}
.footer-data{

}
.footer-data p{
    line-height: 150%;
    font-size: 16px;
    color: #fff;
    font-family: 'Raleway Regular', sans-serif;
    margin: 0px;
    padding: 0px;

}
.footer-data a{
    line-height: 175%;
    font-size: 14px;
    color: #fff;
    font-family: 'Raleway Regular', sans-serif;
    margin: 0px;
    padding: 0px;
    padding-top: 24px;

}
.foot-spac{
    margin: 0 10px;
}

.foot-col img{
    margin:unset;
}


.foot-logo{
    
height: 30px;
    
margin-left: 20px;
}

#menu-menu-stopka li{
    margin-bottom: 18px;

}
#menu-menu-stopka li a{
    padding-left: 17px;
    border-left: 1.5px solid #7C1B48;
    margin-bottom: 24px;
}
 

span.wpcf7-list-item{
  margin-left:unset;
}

.copysend{
  display: none!important;
}
.x-kontakt a{
  line-height: 100%;
  font-size: 48px;
  color: #fff;
  font-family: 'Raleway Regular', sans-serif;
  margin: 0px;
  padding: 0px;
  letter-spacing: -1px;

}
.x-kontakt{
  padding-bottom: 32px;
}
/*------------------------------------*\
    FORMULARZ KONTAKT
\*------------------------------------*/  
.form-wrapper{
  width: 100%;
  display: flex;
}
.form-left{
  width: 50%;
}
.form-right{
  width: 50%;
}
.wpcf7-list-item{
  margin-top: 24px;
}
.wpcf7-list-item-label{
  line-height: 150%;
  font-size: 14px;
  color: #777067;
  font-family: 'Raleway Light', sans-serif;
  margin: 0px;
  padding: 0px;


}
/*------------------------------------*\
  SZACHOWNICA Z PODPISEM
\*------------------------------------*/  
.f48, .f48 p{
  font-size: 48px !important;
}
.chess-sign-img{
  position: absolute;
  right: 0%;
  top: -160px !important;
}
.img-signature{
  max-width: 100%;
  display: ;
  flex: 0 0 auto;
  align-self: flex-start;
  height: auto;
  width: auto;
}
/*------------------------------------*\
  SZACHOWNICA KONTAKT
\*------------------------------------*/  
.photo-headline-z p {
  font-family: 'Cormorant Garamond Light';
  line-height: 105%;
  font-size: 48px;
  color: #000;
  margin: 0px;
  padding: 0px;
    padding-bottom: 0px;
  letter-spacing: -1px;
}
.kontakt-details{
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.kontakt-tel a{
  line-height: 100%;
  font-size: 48px;
  color: #000;
  font-family: 'Raleway Regular', sans-serif;
  margin: 0px;
  padding: 0px;

}
.kontakt-mail a{
  line-height: 100%;
  font-size: 48px;
  color: #000;
  font-family: 'Raleway Regular', sans-serif;
  margin: 0px;
  padding: 0px;

}



/*------------------------------------*\
    HERO
\*------------------------------------*/

.hero-bg{
  position: relative;
  position: relative;
    clip-path: polygon(
  0% 17px,
  113px 17px,
  130px 0%,
  100% 0%,
  100% calc(100% - 17px),
  calc(100% - 113px) calc(100% - 17px),
  calc(100% - 130px) 100%,
  0% 100%
);
  
}
.hero-bg img {
  position: absolute;
  right: 0%;
  top: -160px !important;
}
.hero-row{
  display: flex;
  width: 100%;
  align-items: center;
  padding-top: 48px;
}
.hero-left{
  width: 58%;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.hero-right{
  width: 42%^;
}
.hero-subtitle {
  padding: 0px;
  margin: 0px;
  font-family: 'Raleway Light';
  font-size: 16px;
  line-height: 115%;
  color: #000;
}
.hero-title p{
  font-family: 'Cormorant Garamond Light';
  line-height: 105%;
  font-size: 72px;
  color: #000;
  margin: 0px;
  padding: 0px;
  letter-spacing: -1.5px;
}
.hero-content p{
  font-family: 'Raleway Light';
  line-height: 150%;
  font-size: 16px;
  color: #777067
  margin: 0px;
  padding: 0px;
}

/*------------------------------------*\
   PODSTRONA HERO
\*------------------------------------*/
.hero-page-bg{
    min-height: 352px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    clip-path: polygon(
  0% 17px,
  113px 17px,
  130px 0%,
  100% 0%,
  100% calc(100% - 17px),
  calc(100% - 113px) calc(100% - 17px),
  calc(100% - 130px) 100%,
  0% 100%
);
}
.extra_header p{
  font-family: 'Raleway Regular';
  line-height: 115%;
  font-size: 48px;
  color: #3A3D46;
  margin: 0;
  padding: 0;

}
.extra_header{
  padding-bottom: 48px;
}
.hero-page-item .breadcrumb a {
  color: rgba(255,255,255,0.5);
  
}
.hero-page-item .breadcrumb {
  color: rgba(255,255,255,0.5);
  
}
.hero-page-item .current {
  color: #fff;
  
}
.hero-page-item .kafelki-photo-headline p {
  color: #fff;
  
}
.hero-page-item{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.hero-page-item .separatior{
  padding: 0px 8px;
}
.shape_up_hero_page {
  position: absolute;
  left: 0%;
  top: 0%;
  height: 97px;
  width: 50%;
  background: linear-gradient(to right, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
  z-index: 10;
  animation: slideIn 1.2s ease-out forwards;

}



@keyframes slideIn {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.shape_bottom_hero_page {
  position: absolute;
  right: 0%;
  bottom: 0%;
  height: 97px;
  width: 50%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 100%);
  z-index: 10;

}
.shape_up_hero_page_x {
  position: absolute;
  left: 0%;
  bottom: 0%;
  height: 97px;
  width: 50%;
  background: linear-gradient(to right, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
  z-index: 10;

}
.shape_bottom_hero_page_x {
  position: absolute;
  right: 0%;
  top: 0%;
  height: 97px;
  width: 50%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 100%);
  z-index: 10;

}
.current{
  font-family: 'Raleway Medium';
  line-height: 100%;
  font-size: 14px;
  color: #fff;
  margin: 0;
  padding: 0;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.25);

}
/*------------------------------------*\
   COMMENTS
\*------------------------------------*/
.comments-area{
  padding: 48px 0px 40px;
}
.comment-form-comment textarea{
  width: 100%;
  border-radius: 24px;
  border: 0px;
  height: 190px;
  padding: 23px;
}
.comment-form-comment::placeholder {
  font-family: 'Raleway Light';
  line-height: 115%;
  font-size: 16px;
  color: #fff;
  margin: 0;
  padding: 0;
}
.comment-reply-title{
  font-family: 'Cormorant Garamond Light';
  line-height: 100%;
  font-size: 32px;
  color: #000;
  margin: 0px;
  padding: 0px;
  padding-bottom: 48px;
}
/*------------------------------------*\
   PODSTRONA HERO BLOG
\*------------------------------------*/
.hero-page-item-blog{
  display: flex;
  flex-direction: column;
  gap: 144px;
  align-items: center;
  justify-content: center;
}
.hero-page-headline {
  font-family: 'Cormorant Garamond Light';
  line-height: 105%;
  font-size: 48px;
  color: #fff;
  margin: 0px;
  padding: 0px;
  letter-spacing: -1.5px;
  padding-top: 24px;
  text-align: center;
}
.post-date-single{
  font-family: 'Raleway Light';
  line-height: 115%;
  font-size: 16px;
  color: #fff;
  margin: 0px;
  padding: 0px;
}
.hero-page-item-blog .breadcrumb a {
  color: rgba(255,255,255,0.5);
  
}
.hero-page-item-blog .breadcrumb {
  color: rgba(255,255,255,0.5);
  
}
.hero-page-item-blog .current {
  color: #fff;
  
}
.post-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
.post-tag{
  color: #fff;
  font-family: 'Raleway Medium';
  line-height: 115%;
  font-size: 12px;
  color: #fff;
  margin: 0px;
  padding: 8px 16px;
  background-color: #48463F;
  border-radius: 64px;
  text-transform: capitalize;
}
.wzor_hero_page{
  position: absolute;
  right: 0%;
  top: -160px !important;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.flex-column{
    display: flex;
    flex-direction: column;
}
.photo-text p{
  font-family: 'Raleway Regular';
  line-height: 150%;
  font-size: 18px;
  color: #696C75;
  padding: 0px;
  margin: 0px;
}
.photo-text li{
  font-family: 'Raleway Light';
  line-height: 150%;
  font-size: 18px;
  color: #696C75;
  padding: 0px;
  margin: 0px;
  padding-bottom: 16px;
}
.photo-text ul li {
  position: relative;
  padding-left: 16px;
  list-style: none;
}

.photo-text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em; 
  width: 8px;
  height: 2px;
  background: url('/wp-content/uploads/2025/09/Line-1.svg') no-repeat center;
  background-size: 8px 2px;
}

.photo-text ul {
    list-style: none;
    padding-left: 0; 
}
.photo-text .check-circle-list {
  list-style: none;
  padding-left: 0;
  margin: 32px 0 48px;
}
.photo-text .check-circle-list li {
  position: relative;
  list-style: none;
  padding: 0 0 24px 40px;
}
.photo-text .check-circle-list li:last-child {
  padding-bottom: 0;
}
.photo-text .check-circle-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: url('/wp-content/uploads/2026/09/CheckCircle.svg') no-repeat center;
  background-size: 24px 24px;
}
.page-id-1892 .headline-content-medium p{
  max-width: 792px;
}
.page-id-1577 .founders-bg{
  margin-bottom: 128px;
}
.photo-text h2{
  font-family: 'Raleway Regular';
  line-height: 115%;
  font-size: 48px;
  color: #3A3D46;
  padding: 0px;
  margin: 0px;
  padding-bottom: 24px;
  font-weight: 400;
}
.headline-content-medium{
  display: flex;
  justify-content: center;
}
.photo-text h3{
  font-family: 'Raleway Medium';
  line-height: 100%;
  font-size: 16px;
  color: #0532A9;
  padding: 0px;
  margin: 0px;
  padding-top: 24px;
  padding-bottom: 24px;
}
.photo-text h4{
  font-family: 'Raleway Medium';
  line-height: 115%;
  font-size: 14px;
  color: #0532A9;
  padding: 0px;
  margin: 0px;
  padding-top: 24px;
  padding-bottom: 24px;
}
.pb144{
  padding-bottom: 144px;
}
.pbt144{
  padding-bottom: 144px !important;
  padding-top: 144px !important;
}
.pbt128{
  padding-bottom: 128px !important;
  padding-top: 128px !important;
}
.pb360{
  padding-bottom: 360px !important;
}
.mt200{
  margin-top: 280px;
}
/* wrapper */
.wrapper {
    max-width: 1200px;
    width:100%;
    margin:0 auto;
    position:relative;
    overflow: hidden;
}
.wrapper-single-content {
    max-width: 792px;
    width:100%;
    margin:0 auto;
    position:relative;
}
.wrapper-max {
    max-width: 4600px;
    width:100%;
    margin:0 auto;
    position:relative;
    overflow: hidden;
}
/* header */
.header {
    display: flex;
    justify-content: space-between;
    background-color: white;
    padding: 0px 24px;
    height: 80px;
}
.header-up{
    display: flex;
    justify-content: space-between;
    gap: 48px;
    font-family: 'Raleway Regular', sans-serif;
    line-height: 100%;
    font-size: 14px;
    color: #fff;
    margin: 0px;
    padding: 12px 48px;
    position: absolute;
    right: 0;
    width: 100%;
}
.header-up-right{
    display: flex;
    gap: 24px;
    align-items: center;
}
.header-up-left{
    display: flex;
    gap: 24px;
    align-items: center;

}
.header-up-left a{
    font-family: 'Raleway Regular', sans-serif;
    line-height: 100%;
    font-size: 14px;
    color: #fff;
    margin: 0px;

}
.arrange-meet{
    display: flex;
    gap: 4px;
    color:#fff;
}

.header-down{
  display: flex;
  width: 100%;
  margin: 0 auto;
  max-width: 4100px;
  gap: 0px;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0px;
  align-items: center;

}
.stickymenu .header{

  height: 80px;

  }
.stickymenu .header .logo-img {

  height: 72px;
  bottom: 0px;

  }
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {display: flex;align-items: center;}

.nav ul{
    padding: unset;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    margin: 0px;
    padding: 0px;
    gap: 48px;
}
.nav li{
    margin-left: 20px;
    position: relative;
    white-space: nowrap;
}


.nav a:hover,
.current_page_parent > .wrap-li a,
.current-menu-ancestor > a,
.current-menu-item > a, 
.current-page-ancestor > a{
    transition: 0.4s ease-in-out
  
}

.current_page_item a{
    color: #0532A9 !important;
}
.header .current_page_item > a,
.header .current-menu-item > a,
.header .current-menu-ancestor > a,
.header .current-page-ancestor > a{
    color: #FF6600 !important;
}
.footer .current_page_item a{
    color: #FF6600 !important;
}
  
.header  .nav .sub-menu{
    display: none;
    position:absolute;
    flex-direction: column;
    z-index: 99999;
    opacity: 0;
}
.foot-x{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 48px;
    flex-direction: row !important;
}

@keyframes load {
  0%   {opacity:0;} 
  100% {opacity: 1}
}

.header .sub-menu   li{margin-left: unset;}
.header .sub-menu a{
    padding-left: unset;
    display: block;
    padding: 15px;
    margin: unset;
}

}
.nav ul li a{
    font-family: 'Raleway Medium', sans-serif;
    line-height: 100%;
    font-size: 14px;
    color: #3A3D46;
    position: relative; 

}
.nav a {
    font-family: 'Raleway Medium', sans-serif;
    line-height: 100%;
    font-size: 14px;
    color: #3A3D46;
    position: relative; 

}


.photo-item iframe {
    filter: grayscale(100%);
}

.nav a:hover {
    color: #FF6600;
}
.wrap-li .arrow-menu svg {
    transition: stroke 0.3s ease-in-out;
}

.wrap-li:hover .arrow-menu svg {
    stroke: white !important;
}
.bg-right-img img{
    position: absolute;
    right: 0%;
    top: -160px !important;
}


.pt24{
    padding-top: 24px;
}
.pb24{
    padding-bottom: 24px;
}

.pt48{
    padding-top: 48px;
}
/*------------------------------------*\
    BLOG FEED
\*------------------------------------*/
.feed-bg-box{
  position: relative;
}
.flex-column-start{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.blog-feed-item{
  width: calc((100% - 48px) / 3);
    position: relative;
    clip-path: polygon(
  0% 17px,
  113px 17px,
  130px 0%,
  100% 0%,
  100% 100%,
  100% 100%,
  100% 100%,
  0% 100%
);
}
.tab-content-item{
  width: 100%;
}
.blog-feed-item-title{
    font-family: 'Raleway Regular';
    line-height: 115%;
    font-size: 18px;
    color: #3A3D46;
    margin: 0px;
    padding: 0px;

}

.single-feed-column{
   width: 100%;
   display: flex; 
   gap: 48px 24px;
   flex-wrap: wrap;
   position: relative;
}

.blog-item-bottom{
  display: flex;
  justify-content: space-between;
  align-items: center;

}
.blog-item-desc{
    font-family: 'Raleway Light', sans-serif;
    line-height: 150%;
    font-size: 16px;
    color: #777067;
    margin: 0px;
    padding: 0px;
}
.blog-feed-image{
  min-height: 192px;
  display: inherit;
}
.list-blog{
  display: flex;
  gap: 24px;
}
.blog-item-date{
    font-family: 'Raleway Medium';
    line-height: 100%;
    font-size: 16px;
    color: #0532A9;
    margin: 0px;
    padding: 0px;
    line-height: 100%;
}
.single-post .blog-item-date {
  color: #33CD33;
}
.blog-feed-item-title{
  padding: 24px 0px;
}
.kafelki-photo-headline p{
    font-family: 'Raleway Regular';
    line-height: 115%;
    font-size: 64px;
    color: #000;
    margin: 0px;
    padding: 0px;
    line-height: 115%;
    text-align: center;
    

}
.kafelki-photo-headline{
  width: 100%;
  padding: 48px 0px;
}

/*------------------------------------*\
    BLOG FEED PODSTRONA
\*------------------------------------*/ 
.single-feed-column-half{
  flex: 0 0 calc((100% - 48px) / 2);
  max-width: calc((100% - 48px) / 2);

}
.single-top-column{
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.kafelki-photo-subtitle{
  text-align: center;
}
.container-blog-feed-page {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  padding: 0px 0px;
  flex-direction: column;
  flex-wrap: wrap;
}
/*------------------------------------*\
    SINGLE WPIS
\*------------------------------------*/ 
.wrapper-single{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}
.single-post .breadcrumb_last{
    color: #fff;
}
.single-oferta .breadcrumb_last{
    color: #fff;
}
.single-headline{
    font-family: 'Raleway Regular', sans-serif;
    line-height: 115%;
    font-size: 48px;
    color: #fff;
    margin: 0px;
    padding: 0px;

}
.gallery-up-right-x{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.single-container {7
    display: flex;
    justify-content: space-between;
    width: 100%;
}


.blog-item{
    display: flex;
    justify-content: space-between;
    gap: 24px;
}
.blog-item-img{
    max-width: 82px;
    max-height: 82px;
    aspect-ratio: 1 / 1;
}


.blog-item-title-small{
    font-family: 'Raleway Regular', sans-serif;
    line-height: 115%;
    font-size: 18px;
    color: #000;
    margin: 0px;
    padding: 0px;

}
.blog-item-right{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
    align-self: center;
}
.blog-feed-page{
    background-color: #fff;
    padding-bottom: 48px;
}
.post-date-single{
    font-family: 'Raleway Regular', sans-serif;
    line-height: 115%;
    font-size: 16px;
    color: #fff;
    margin: 0px;
    padding: 0px;

}
.signature-desc{
  padding-top: 48px;
}
.signature-desc p{
  font-family: 'Raleway Regular', sans-serif;
    line-height: 150%;
    font-size: 18px;
    color: #fff;
    margin: 0px;
    padding: 0px;

}
.headline-see-more{
  font-family: 'Raleway Regular', sans-serif;
    line-height: 115%;
    font-size: 48px;
    color: #3A3D46;
    margin: 0px;
    padding: 0px;
    text-align: center;
    margin-top: 128px;
}
@media only screen and (max-width: 767px) {
  .headline-see-more {
    margin-top: 64px;
  }
}
.pt128{
  padding-top: 128px;
}
.single-bottom-container{

    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 48px 0px;
}
.wrapper-single-content{
}
.wrapper-single-content p{
    font-family: 'Raleway Regular', sans-serif;
    line-height: 150%;
    font-size: 18px;
    color: #696C75;
    margin: 0px;
    padding: 0px;

}
.wrapper-single-content ul,
.wrapper-single-content ol,
.wrapper-single-content li {
    font-family: 'Raleway Regular', sans-serif;
}
.wrapper-single-content h1{
    font-family: 'Raleway Regular', sans-serif;
    line-height: 115%;
    font-size: 48px;
    color: #000;
    margin: 0px;
    padding: 0px;
    padding-bottom: 48px;
    padding-top: 48px;
    font-weight: 500;


}
.wrapper-single-content h2{
    font-family: 'Raleway Regular', sans-serif;
    line-height: 115%;
    font-size: 32px;
    color: #000;
    margin: 0px;
    padding: 0px;
    padding-bottom: 48px;
    padding-top: 48px;
    font-weight: 500;


}
.wrapper-single-content h3{
    font-family: 'Raleway Regular', sans-serif;
    line-height: 175%;
    font-size: 24px;
    color: #000;
    margin: 0px;
    padding: 0px;
    padding-bottom: 48px;
    padding-top: 48px;
    font-weight: 500;


}
.wrapper-single-content h4{
    font-family: 'Raleway Regular', sans-serif;
    line-height: 175%;
    font-size: 16px;
    color: #000;
    margin: 0px;
    padding: 0px;
    padding-bottom: 48px;
    padding-top: 48px;
    font-weight: 500;


}
.enter-single{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

}
.single .footer{
  margin-top: 184px !important;
}
/*------------------------------------*\
    SEKCJA TEKSTOWA
\*------------------------------------*/ 
.single .simple-text-wrapper{
  padding-bottom: 128px;
}
.single .simple-text-wrapper-x{
  padding-bottom: 48px;

}
.bg-cytat.simple-text-wrapper{
  max-width: 792px !important;
}

.simple-text-wrapper{
  width: 100%;
  margin: 0 auto;

}
.simple-cnt-white h1{
  font-family: 'Cormorant Garamond Light';
  line-height: 100%;
  font-size: 48px;
  color: #000;
  margin: 0px;
  padding: 0px;
  letter-spacing: -1px;
  padding-bottom: 48px;
  padding-top: 48px;

}
.simple-cnt-white h2{
  font-family: 'Cormorant Garamond Light';
  line-height: 100%;
  font-size: 40px;
  color: #000;
  margin: 0px;
  padding: 0px;
  letter-spacing: -1px;
  padding-bottom: 48px;
  padding-top: 48px;

}
.simple-cnt-white h3{
  font-family: 'Cormorant Garamond Light';
  line-height: 100%;
  font-size: 32px;
  color: #000;
  margin: 0px;
  padding: 0px;
  letter-spacing: -1px;
  padding-bottom: 48px;
  padding-top: 48px;

}
.simple-cnt-white h4{
  font-family: 'Cormorant Garamond Light';
  line-height: 100%;
  font-size: 24px;
  color: #000;
  margin: 0px;
  padding: 0px;
  letter-spacing: -1px;
  padding-bottom: 48px;
  padding-top: 48px;

}

.simple-cnt-white p{
  font-family: 'Raleway Light', sans-serif;
  line-height: 150%;
  font-size: 16px;
  color: #777067;
  margin: 0px;
  padding: 0px;
}
.simple-text-wrapper img{
  border-radius: 24px;
  padding-bottom: 48px;

}
.mtminus{
  margin-top: -48px !important;
}
/*------------------------------------*\
    CYTAT NA SZARYM TLE
\*------------------------------------*/ 
.quoute-text-wrapper{
  padding: 48px;
  background-color: #F6F4F2;
  border-radius: 24px;

}
.quote_left{
  display: flex;
  align-self: flex-start;
  border-radius: 0px !important;
  padding-bottom: 0px !important;
}
.quote_right{
  display: flex;
  align-self: flex-end;
  border-radius: 0px !important;
  margin-left: auto;
  padding-bottom: 0px !important;
}
.quote-text p{
  font-family: 'Raleway Light', sans-serif;
  line-height: 150%;
  font-size: 16px;
  color: #777067;
  margin: 0px;
  padding: 0px;

}
.quote-text{
  padding-bottom: 24px;
  padding-top: 24px;
}
.quote-sign{
  font-family: 'Cormorant Garamond Light';
  line-height: 100%;
  font-size: 32px;
  color: #000;
  margin: 0px;
  padding: 0px;
  letter-spacing: -1px;
  padding-bottom: 8px;

}
.quote-position{
  font-family: 'Raleway Medium', sans-serif;
  line-height: 115%;
  font-size: 12px;
  color: #777067;
  margin: 0px;
  padding: 0px;
  letter-spacing: -1px;
  padding-bottom: 24px;

}
/*------------------------------------*\
    START
\*------------------------------------*/ 
.start-box {
    display: flex;
    justify-content: center;  
    align-items: center;     
}
.start-page {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 0px 0px;
  flex-direction: column;
  flex-wrap: wrap;
}
/*------------------------------------*\
    GRAPHIC
\*------------------------------------*/ 
.graphic-wrapper{
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.single-graphic-column{
  margin-bottom: 0%;
  position: relative;
  z-index: 10;
}
.graphic-signature{
  padding-top: 48px;
  width: 100%;
  margin: 0 auto;
}
.graphic-signature p{
  font-family: 'Raleway Light', sans-serif;
  line-height: 150%;
  font-size: 16px;
  color: #777067;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.lower_padding_x{
  margin-bottom: -20%;
}
.graphic-content p{
  font-family: 'Raleway Light', sans-serif;
  line-height: 150%;
  font-size: 16px;
  color: #777067;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.kafelki-graphic-box{
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin-bottom: 200px;
}
.kafelki-graphic{
  width: calc((100% - 72px) / 4);
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
  align-items: center;
  background-color: #F6F4F2;
  border-radius: 24px;
}
.img-kafelki-graphic{
  width: 18px;
  height: 18px;
}
.solution-graphic p{
  font-family: 'Raleway Light', sans-serif;
  line-height: 150%;
  font-size: 16px;
  color: #777067;
  margin: 0px;
  padding: 0px;
  text-align: center;

}
/*------------------------------------*\
    ROLKI
\*------------------------------------*/
.gallery-wrapper{
  overflow: hidden;
  text-align: center;
}
.gallery-up-left{
  display: flex;
  flex-direction: column;
  align-items: flex-start;

}
.gallery-up{
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
}
.subtitle-gallery{
  padding: 0px;
  margin: 0px;
  font-family: 'Raleway Light';
  font-size: 16px;
  line-height: 115%;
  color: #000;
  padding-bottom: 48px;
}
.title-gallery p{
  font-family: 'Cormorant Garamond Light';
  line-height: 100%;
  font-size: 48px;
  color: #000;
  margin: 0px;
  padding: 0px;
  letter-spacing: -1px;
  line-height: 100%;
  padding-bottom: 48px;
}
.gallery-up-right{
  padding-bottom: 48px;
}
.social-title-gallery{
  padding: 0px;
  margin: 0px;
  font-family: 'Raleway Medium';
  font-size: 12px;
  line-height: 115%;
  color: #000;
  letter-spacing: -1px;

}
.social-title-img{
  display: flex;
  gap: 16px;
  justify-content: flex-end;
  padding-top: 8px;
}
.swiper-button-prev-rolki{
  cursor: pointer;
}
.swiper-button-next-rolki{
  cursor: pointer;
}
.rolki-navigation{
  display: flex;
  gap: 4px;
}
.swiper-button-disabled svg{
  opacity: 0.25;
  transition: opacity 0.7s ease-in-out;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  transition: opacity 0.7s ease-in-out;
}
/*------------------------------------*\
    PODPIS
\*------------------------------------*/ 
.photo-offer-bg{
    background: linear-gradient(to right, #000, #10592E);
    padding: 48px;
}
.signature-headline p{
    font-family: 'Raleway Regular', sans-serif;
    line-height: 115%;
    font-size: 48px;
    color: #fff;
    margin: 0px;
    padding: 0px;
    font-weight: 400;

}
.signature-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*------------------------------------*\
    CAREERS
\*------------------------------------*/    
.job-filter-form{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 24px;
  padding-bottom: 48px;

}
.filter-element{
  display: flex;
  flex-direction: column;
  width: calc((100% - 48px) / 3);
}
.filter-element label{
    font-family: 'Raleway Medium', sans-serif;
    line-height: 100%;
    font-size: 12px;
    color: #0532A9;
    margin: 0px;
    padding: 0px;
    padding-bottom: 8px;

}
.filter-element select{
  height: 48px;
  background: white;
  border: 1px solid #CCD3E2;
  border-radius: 4px;
  font-family: 'Raleway Regular', sans-serif;
  line-height: 150%;
  font-size: 18px;
  color: #696C75;
  padding: 12px 16px 18px 16px;

}
#filter-location, #filter-specialization, #filter-seniority {
  appearance: none;           
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('/wp-content/uploads/2025/09/arrow.svg') no-repeat right 1rem center;
  background-size: auto;
  background-size: 8px 5px;
  padding-right: 2.5rem;
  color: #111621;
  border-radius: 4px;
  height: 48px;
  font-size: 16px;
}

.careers-header{
    font-family: 'Raleway Regular', sans-serif;
    line-height: 115%;
    font-size: 48px;
    color: #3A3D46;
    margin: 0px;
    padding: 0px;
    text-align: center;
    padding-bottom: 48px;
}
.careers-content p{
    font-family: 'Raleway Regular', sans-serif;
    line-height: 150%;
    font-size: 18px;
    color: #696C75;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.careers-content {
   padding-bottom: 48px;
}
.job-item{
  height: auto;
  width: calc((100% - 48px) / 3);
  background-image: url('/wp-content/uploads/2025/09/bg_21.svg');
  background-repeat: no-repeat;
  background-size: contain; 
  background-position: center;
  min-height: 434px;
  min-width: 384px;
  padding: 130px 48px 0px 48px;
  position: relative;

}
.job-icon{
  position: absolute;
  top: 48px;
  left: 48px;
}
.job-results{
  display: flex;
  width: 100%;
  gap: 24px;
  justify-content: center;
  padding-bottom: 128px;
}
.job-title{
  font-family: 'Raleway Regular', sans-serif;
    line-height: 115%;
    font-size: 24px;
    color: #3A3D46;
    margin: 0px;
    padding: 0px;

}
.job-excerpt p{
  font-family: 'Raleway Regular', sans-serif;
    line-height: 150%;
    font-size: 14px;
    color: #696C75;
    margin: 0px;
    padding: 0px;

}
.job-excerpt{
  padding-bottom: 24px;
  padding-top: 24px;
}
.location-box{
  padding-bottom: 24px;

}
.location-title{
   font-family: 'Raleway Medium', sans-serif;
    line-height: 100%;
    font-size: 16px;
    color: #0532A9;
    margin: 0px;
    padding: 0px;
}
.location-element-x{
  font-family: 'Raleway Regular', sans-serif;
    line-height: 150%;
    font-size: 18px;
    color: #696C75;
    margin: 0px;
    padding: 0px;


}
/*------------------------------------*\
    KAFELKI ICON
\*------------------------------------*/
.kafelki-icon-list {
    display: flex;
    gap: 48px 24px;
    width: 100%;
    flex-wrap: wrap;
    padding: 48px 0px;
}
.color-black-bg .kafelki-icon-title p{
    color: #fff;

}
.color-black-bg .kafelki-icon-text{
    color: #808080;

}
.color-black-bg{
    background-color: #000;
    
}
.kafelki-icon-item {
    width: calc((100% - 48px) / 3); 
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.kafelki-icon-title p{
    margin: 0px;
    padding: 0px;
    color: #000;
    font-family: 'Raleway Regular', sans-serif;
    font-size: 18px;
    line-height: 115%;
}
.kafelki-icon-text p{
    margin: 0px;
    padding: 0px;
    color: #808080;
    font-family: 'Raleway Regular', sans-serif;
    font-size: 14px;
    line-height: 175%;
}

/*------------------------------------*\
    ABOUT SEKCJA
\*------------------------------------*/
.about-text-bg{
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding: 48px 0px;
}
.about-text-left, .about-text-right{
    max-width: 400px;
}
.about-text-right{
    align-self: flex-end;
}
.opis-text-list{
    justify-content: center;
}
.about-text-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.logo_about{
    max-width: 315px;
    margin: 0 auto;
    padding-bottom: 48px;
}
.about-text-icon p{
    margin: 0px;
    padding: 0px;
    color: #000;
    font-family: 'Raleway Regular', sans-serif;
    font-size: 48px;
    line-height: 115%;

}
.about-text-left p{
    margin: 0px;
    padding: 0px;
    color: #808080;
    font-family: 'Raleway Regular', sans-serif;
    font-size: 16px;
    line-height: 175%;

}
.about-text-right p{
    margin: 0px;
    padding: 0px;
    color: #808080;
    font-family: 'Raleway Regular', sans-serif;
    font-size: 16px;
    line-height: 175%;

}
/*------------------------------------*\
    CHESS
\*------------------------------------*/    
.chess-simpleitem{
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
.chess-simpleitem{
  padding-bottom: 128px;
}
.chess-simple-left{
    width: 50%;
    padding: 96px 0px 96px;
    background-color: #24315C;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-end;
    justify-content: center;
}
.chess-simple-right{
    width: 50%;
    min-height: 700px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; 
    position: relative;
   clip-path: polygon(
  0% 50px,
  200px 50px,
  250px 0%,
  100% 0%,
  100% calc(100% - 50px),
  calc(100% - 200px) calc(100% - 50px),
  calc(100% - 250px) 100%,
  0% 100%
);


}
.chess-simpleitem:nth-child(even) {
  display: flex;
  flex-direction: row-reverse;
}
.chess-simpleitem:nth-child(even) .chess-main-left .chess-simple-left-content-x {
  padding-right: 125px;
  padding-left: 0;
}
.chess-simpleitem.order-x:nth-child(even) .chess-simple-left-content-x {
  padding-left: 125px !important;
  padding-right: 0px !important;
}


.chess-left{
    padding: 96px;
    background-color: #44558A;
}
.simple-chess-subtitle p{


}
.logo_chess-left{
    position: absolute;
    top: 24px;
    left: 24px;
}
.logo_chess-right{
    position: absolute;
    top: 24px;
    right: 24px;

}
.chess-simple-left-content{
    background-color: #fff;
}
.b-top{
  padding-top: 24px;
  border-top: 1px solid #DFDFDF;
}
.simple-chess-headline-white p{
    margin: 0px;
    padding: 0px;
    color: #000;
    font-family: 'Raleway Regular', sans-serif;
    font-size: 32px;
    line-height: 115%;

}

.chess-simple-left-content{
    display: flex;
    flex-direction: column;
    max-width: 624px;
    gap: 24px;
    padding: 144.5px 96px 144.5px 96px;
    width: 624px;
}
.l-pad{
    padding-right: 96px !important;
}
.flex-start{
    align-items: flex-start !important
}
.r-pad{
    padding-left: 96px !important;
}
.w-50{
    width: 50% !important;
}
.simple-chess-text-white p{
    margin: 0px;
    padding: 0px;
    color: #808080;
    font-family: 'Raleway Regular', sans-serif;
    font-size: 16px;
    line-height: 175%;

}
/*------------------------------------*\
    TEKST
\*------------------------------------*/
.simple-text-headline p{
    margin: 0px;
    padding: 0px;
    color: #000;
    font-family: 'Raleway Regular', sans-serif;
    font-size: 48px;
    line-height: 115%;
}
.simple-text-container{
    display: flex;
    justify-content: flex-end;
    gap: 130px;
    width: 100%;
}
.simple-text-cnt{
    width: 400px; 

}
.simple-text-cnt p{
    font-family: 'Raleway Regular', sans-serif;
    line-height: 175%;
    font-size: 16px;
    color: #808080;
    margin: 0px;
    padding: 0px;
}
.cnt-button-what{
  display: flex;
  justify-content: center;
  padding-top: 48px;
}

/*------------------------------------*\
    CHESS PROSTA
\*------------------------------------*/ 
.flex-col-x{
  display: flex;
  flex-direction: column;
  padding: 128px 0px 0px;
  gap: 48px;
}
.flex-col-x .chess-main-left{
  width: 100%;
  max-width: 792px;

}
.flex-col-x .chess-main-right-simple{
  width: 100% !important;
  
}
.flex-xol-x .photo-text-simple{

}
.chess-simple-left-content-x {
  background-color: #fff;
  padding: 0px 0px 0px 125px;
  min-height: 784px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 48px;
  padding-top: 48px;
}
.chess-main-left{
    width: 50%;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
}
.chess-main-right{
    width: 50%;
    min-height: 732px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; 
    position: relative;
    position: relative;
    clip-path: polygon(
  0% 17px,
  113px 17px,
  130px 0%,
  100% 0%,
  100% calc(100% - 17px),
  calc(100% - 113px) calc(100% - 17px),
  calc(100% - 130px) 100%,
  0% 100%
);
}
.team-person{
position: relative;
    clip-path: polygon(
  0% 0px,
  0px 0px,
  0px 0%,
  100% 0%,
  100% calc(100% - 17px),
  calc(100% - 113px) calc(100% - 17px),
  calc(100% - 130px) 100%,
  0% 100%
);


}
.photo-text-simple p{
    font-family: 'Raleway Regular';
    line-height: 115%;
    font-size: 24px;
    color: #3A3D46;
    margin: 0px;
    padding: 0px;
}

.shape-up{
  position: absolute;
  left: 0%;
  top:0%;
  width: 300px;
  height: 96px;
  background: linear-gradient(
  to right,
  rgba(255, 255, 255, 0.5) 0%,
  rgba(255, 255, 255, 0) 100%
);

  clip-path: polygon(
  0% 0px,
  100px 0px,
  300px 0%,
  100% 0%,
  100% 0%,
  200px 100px,
  200px 100%,
  0% 100%
);
}
.shape-down{
  position: absolute;
  right: 0%;
  bottom:0%;
  width: 300px;
  height: 96px;
   background: linear-gradient(
  to right,
  rgba(255, 255, 255, 0.5) 0%,
  rgba(255, 255, 255, 0) 100%
);
  clip-path: polygon(
  100px 0px,
  100px 0px,
  300px 0%,
  100% 0%,
  100% 0%,
  300px 100px,
  200px 100%,
  0% 100%
);
}
.shape-up-gray{
  position: absolute;
  left: 0%;
  top:0%;
  width: 50%;
  height: 96px;
  background: linear-gradient(
  to right,
  rgba(58, 61, 70, 0.25) 0%,
  rgba(58, 61, 70, 0) 100%
);

  z-index: 1;
  clip-path: polygon(
    0 16px,
    112px 16px,
    128px 0,
    100% 0,
    100% 100%,
    0 100%
  );
}
.shape-bottom-gray{
  position: absolute;
  right: 0%;
  bottom:0%;
  width: 50%;
  height: 96px;
  background: linear-gradient(
    to right,
    rgba(58, 61, 70, 0) 0%,
    rgba(58, 61, 70, 0.1) 50%,
    rgba(58, 61, 70, 0.25) 100%
  );
  z-index: 1;
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 16px),
    calc(100% - 112px) calc(100% - 16px),
    calc(100% - 128px) 100%,
    0 100%
  );
}
.shape-up-gray-small{
  position: absolute;
  left: 0%;
  top:0%;
  width: 100%;
  height: 96px;
  opacity: 25%;
  background: linear-gradient(
  to right,
  rgba(58, 61, 70, 0.1) 0%,
  rgba(58, 61, 70, 0) 100%
);

  clip-path: polygon(
  0% 0px,
  100px 0px,
  50% 0%,
  80% 0%,
  calc(80% - 95px)100px,
  calc(100% - 95px) 100px,
  50% 100%,
  0% 100%
);
}
.shape-bottom-gray-small{
  position: absolute;
  right: 0%;
  bottom:0%;
  width: 100%;
  height: 96px;
  opacity: 25%;
  background: linear-gradient(
    to right,
    rgba(58, 61, 70, 0) 0%,
    rgba(58, 61, 70, 0.1) 50%,
    rgba(58, 61, 70, 0.1) 100%
  );
  clip-path: polygon(
  35%  0px,
  35%  0px,
  100% 0%,
  100% 0%,
  100% 0%,
  100% 100px,
  100% 100%,
  20% 100%
);
}
.cert-element:nth-child(even) .shape-up-gray-small{
   display: none;
}


.cert-element:nth-child(odd) .shape-bottom-gray-small{
   display: none;
}

.chess-simpleitem:nth-child(2n) .chess-main-right{
  display: flex;
  flex-direction: row-reverse;
  clip-path: polygon(0% 0px, calc(100% - 130px) 0px, calc(100% - 113px) 17px, 100% 17px, 100% 100%, 345px 100%, 130px 100%, 113px calc(100% - 17px), 0% calc(100% - 17px));
}
.chess-simpleitem:nth-child(2n) .chess-main-right .shape-up{
  display: flex;
  flex-direction: row-reverse;
  clip-path: polygon(
  100% 0px,
  100% 100px,
  calc(100% - 200px)  100px,
  calc(100% - 300px) 0px

);
  top: 0% !important;
  right: 0% !important;
  left: unset !important;
}
.shape-up-service{
  display: flex;
  clip-path: polygon(
  100% 0px,
  100% 100px,
  calc(100% - 200px)  100px,
  calc(100% - 300px) 0px

);
  top: 0% !important;
  right: 0% !important;
  left: unset !important;
  position: absolute;
  width: 300px;
  height: 96px;
  background: linear-gradient( to left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100% );
}
.chess-simpleitem:nth-child(2n) .chess-main-right .shape-down{
  display: flex;
  flex-direction: row-reverse;
clip-path: polygon(
  0% 0%,                          /* lewy górny */
  calc(100% - 100px) 0%,          /* cofnięty górny prawy */
  100% 100px,                     /* ścięty prawy bok */
  0% 100%                         /* lewy dolny */
);

  bottom: 0% !important;
  right: unset !important;
  left: 0% !important;
}


.right-bottom{
    position: absolute;
    right: 0%;
    bottom: 0%;
    width: 73%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 514px;
    z-index: 2;
}
.left-bottom{
    position: absolute;
    left: 0%;
    bottom: 0%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 514px;
    z-index: 2;
}
.pb0, .pb0 p{
    padding-bottom: 0px !important;
}
.photo-subtitle-x p{
    font-family: 'Raleway Light';
    line-height: 115%;
    font-size: 16px;
    color: #000;
    margin: 0px;
    padding: 0px;
}
.chess-simple-white{
  margin-top: -128px;
}
.chess-simple-box{
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
}
.simple-box-white{
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}
/*------------------------------------*\
    ACCORDION
\*------------------------------------*/

.chess-accordion-list {
  max-width: 1200px;
  width:100%;
  margin:0 auto;
  position:relative;
  display: flex;
}
.accordion-left-h2{ 
    color: #fff;
    letter-spacing: 2%;
    font-family: 'GeneralSans-Semibold';
    font-size: 24px;
    line-height: 115%;
    padding: 36px 0px;
}
.accordion-right-h2{ 
    color: #fff;
    letter-spacing: 2%;
    font-family: 'GeneralSans-Semibold';
    font-size: 24px;
    margin: 0px;

}
.chess-accordion-content{
  padding: 96px 96px 96px 0px;
}
.accordion-right
{
  padding: 24px;
  column-count: 2;
  column-gap: 20px;
}
.accordion-element {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  margin-bottom: 24px;
}


.accordion-chess-right{
  display: none;
}
.title_arrow{
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  background-color: #0532A9;
}

.arrow.rotate {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}
.accordion-chess-item{
  display: flex;
}
.accordion-element{
  width: 100%;
}
.title_accord{
  width: 90%;
  padding-right: 5px;
}
.arrow{
  text-align: right;
}
.arrow.rotate{
  text-align: right;
}
.simple-text-accordion, .simple-offer-text{
    color: #DADADA;
    line-height: 175%;
    font-family: 'GeneralSans-Medium';
    font-size: 16px;
}
.accordion-img{
  position: absolute;
  left: -25%;
  max-width: 732px;
}
.otgs-development-site-front-end{
  display: none !important;
}
.bg-white .headline-content-item {
  padding-bottom: 0px;
}
/*------------------------------------*\
    FOUNDERS
\*------------------------------------*/
.founders-subtitle p{
    font-family: 'Raleway Regular';
    line-height: 115%;
    font-size: 48px;
    color: #3A3D46;
    margin: 0px;
    padding: 0px;
    text-align: center;

}
.founders-box{
  padding-top: 128px;
}
..founders-bg{
  margin-bottom: 128px;
}
.founders-subtitle{
  padding-top: 0px;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  
}
.founders-headline{
  padding-top: 48px;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  padding-bottom: 48px;

}
.founders-headline p{
    font-family: 'Raleway Regular';
    line-height: 150%;
    font-size: 18px;
    color: #696C75;
    margin: 0px;
    padding: 0px;
    text-align: center;


}
.cert-memb{
  cursor: pointer;
}
.founders-headline-x p{
    font-family: 'Raleway Regular';
    line-height: 150%;
    font-size: 26px;
    color: #696C75;
    margin: 0px;
    padding: 0px;
    text-align: center;


}
.founders-box .chess-main-right{
  height: auto !important;
  min-height: 0;
  /* Match the portrait proportion from the design so cover does not enlarge faces. */
  aspect-ratio: 3 / 4;
  background-size: cover !important;
  background-position: center top !important;
}
.founder-headline-x{
    font-family: 'Raleway Regular';
    line-height: 115%;
    font-size: 32px;
    color: #3A3D46;
    margin: 0px;
    padding: 0px;

}
.founder-position{
    font-family: 'Raleway Medium';
    line-height: 100%;
    font-size: 16px;
    color: #696C75;
    margin: 0px;
    padding: 0px;
    margin-top: -40px;

}
.founder-content p{
    font-family: 'Raleway Regular';
    line-height: 150%;
    font-size: 18px;
    color: #696C75;
    margin: 0px;
    padding: 0px;

}
.butt-linkedin{
  display: flex;
  gap: 8px;
  align-items: center;
  border-radius: 64px;
  background-color: #FF6600;
  color: #fff;
  padding: 16px 24px;

}
.butt-linkedin {
  transition: transform 0.3s ease;
  margin-left: 5px;
}

.butt-linkedin:hover {
  transform: scale(1.1); 
}
.founder-skills-box{
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.founder-skills{
  background-color: rgba(51, 205, 51, 0.15);
  padding: 12px 16px;
  color: #33CD33;
  font-family: 'Raleway Medium';
  line-height: 100%;
  font-size: 16px;
  border-radius: 64px;

}
.founders-bg{
  background-color: #F6F7F9;
}
/*------------------------------------*\
    TEAM
\*------------------------------------*/
.team-box{
  width: 100%;
  max-width: 792px;
  margin: 0 auto;
  padding-top: 72px;
}
.team-content {
  width: 100%;
}
.team-title {
  margin: 0;
  color: #3A3D46;
  font-family: 'Raleway Regular';
  font-size: 48px;
  font-weight: 400;
  line-height: 115%;
  text-align: center;
}
.team-group-image {
  display: block;
  width: 100%;
  height: 376px;
  object-fit: cover;
  object-position: center top;
}
.team-people {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background-color: #F6F7F9;
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 17px),
    calc(100% - 113px) calc(100% - 17px),
    calc(100% - 130px) 100%,
    0 100%
  );
}
.team-person {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 24px;
  border-right: 1.5px solid #CCD3E2;
  clip-path: none;
}
.team-person:last-child {
  border-right: 0;
}
.team-person-bottom{
  display: contents;
}
.team-person-headline{
  color: #3A3D46;
  font-family: 'Raleway Regular';
  line-height: 100%;
  font-size: 24px;
  line-height: 115%;
  display: flex;
  gap: 1px;
  align-items: flex-start;
  justify-content: space-between;
}
.team-person-headline h3 {
  margin: 0;
  color: inherit;
  font: inherit;
}
.team-person-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  object-fit: contain;
}
.team-person-position{
  margin: 8px 0 0;
  color: #696C75;
  font-family: 'Raleway Medium';
  line-height: 100%;
  font-size: 12px;

}
.team-mail{
  color: #0532A9;
  font-family: 'Raleway Medium';
  line-height: 100%;
  font-size: 12px;

}
.team-bg{
  padding-bottom: 128px;
}
.team-button {
  display: flex;
  justify-content: center;
  padding-top: 72px;
}
/*------------------------------------*\
    PILLARS
\*------------------------------------*/
.pillars-section {
  padding: 128px 0;
}
.pillars-title {
  margin: 0;
  color: #3A3D46;
  font-family: 'Raleway Regular';
  font-size: 48px;
  font-weight: 400;
  line-height: 115%;
  text-align: center;
}
.pillars-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 72px;
}
.pillar-item {
  min-width: 0;
  padding: 8px 24px;
  border-left: 1.5px solid #CCD3E2;
}
.pillar-icon {
  display: flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(51, 205, 51, 0.15);
}
.pillar-icon img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.pillar-title {
  margin: 48px 0 8px;
  color: #3A3D46;
  font-family: 'Raleway Regular';
  font-size: 24px;
  font-weight: 400;
  line-height: 115%;
}
.pillar-description,
.pillar-description p,
.pillar-description li {
  color: #696C75;
  font-family: 'Raleway Regular';
  font-size: 18px;
  line-height: 150%;
}
.pillar-description p {
  margin: 0 0 12px;
}
.pillar-description p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .pillars-section {
    padding: 72px 0;
  }
  .pillars-content {
    padding: 0 20px;
  }
  .pillars-title {
    font-size: 36px;
  }
  .pillars-list {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 48px;
  }
  .pillar-item {
    padding: 8px 24px 24px;
  }
  .pillar-title {
    margin-top: 32px;
  }
}
/*------------------------------------*\
    SERVICES
\*------------------------------------*/ 
.services-wrapper{
  padding: 128px 0px;
}
.services-title-up p{
  color: #3A3D46;
  font-family: 'Raleway Regular';
  font-size: 48px;
  line-height: 115%;
  margin: 0px;
  padding: 0px;
}
.services-up{
  display: flex;
  align-items: flex-end;
  widows: 100%;
  justify-content: space-between;
}
.services-up{
  padding-bottom: 48px;
}
.services-box{
  display: flex;
  gap: 24px;
  width: 125%;
}
.services-left {
  width: calc(33% - 12px);
  padding: 48px 0px 0px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 384px;
}
.services-right {
  width: calc(67% - 12px);
}
.services-left-title p{
  color: #3A3D46;
  font-family: 'Raleway Regular';
  font-size: 24px;
  line-height: 115%;
  margin: 0px;
  padding: 0px;
}
.services-left-descritpion p{
  color: #696C75;
  font-family: 'Raleway Regular';
  font-size: 18px;
  line-height: 150%;
  margin: 0px;
  padding: 0px;

}
.slide-service{
  display: flex;
  clip-path: polygon(0% 0px, calc(100% - 130px) 0px, calc(100% - 113px) 17px, 100% 17px, 100% 100%, 0px 100%, 0px 100%, 0px 100%, 0% 0px);
  background-color: #33CD33;
  padding: 48px;
}
.services-right-descritpion p{
  color: #fff;
  font-family: 'Raleway Regular';
  font-size: 18px;
  line-height: 150%;
  margin: 0px;
  padding: 0px;
}
.services-right-title{
  color: #fff;
  font-family: 'Raleway Regular';
  font-size: 24px;
  line-height: 115%;
  margin: 0px;
  padding: 0px;
  padding-bottom: 24px;

}
.services-section{
  background-color: #Fff;
}
.services-section:nth-of-type(odd)   {
  background-color: #ffffff;
}
.services-section:nth-of-type(odd) .shape-up-gray  {
  display: none;
}
.services-section:nth-of-type(odd) .shape-bottom-gray  {
  display: none;
}
.services-section.background_gray .shape-up-gray,
.services-section.background_gray .shape-bottom-gray {
  display: block;
}
.services-section.background_gray,
.services-section.background_gray .services-left,
.services-section.background_gray .services-box::before {
  background-color: #F6F7F9 !important;
}
@media only screen and (min-width: 1201px) {
  .services-section.hide-mobile:nth-last-of-type(2) {
    margin-bottom: 128px;
  }
}
.slide-service {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-height: 0;
}
.services-section .rolki-swiper .swiper-wrapper {
  align-items: flex-start;
}
@media only screen and (min-width: 1201px) {
  .services-section .slide-service {
    min-height: 473px;
    height: 473px;
  }
}

.services-right-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.services-right-title {
  flex-grow: 0;
  display: flex;
  align-items: flex-start; 
}
/*------------------------------------*\
    CERTIFICATION & MEBERSHIPS
\*------------------------------------*/
.cert-bg{
    width: 100%;
    display: flex;
    gap: 24px;
}
.cert-element{
    width: calc((100% - 24px) / 2);
    padding: 48px;
    background-color: #F6F7F9;
        position: relative;
    clip-path: polygon(
  0% 17px,
  113px 17px,
  130px 0%,
  100% 0%,
  100% calc(100% - 0px),
  calc(100% - 113px) calc(100% - 0px),
  calc(100% - 130px) 100%,
  0% 100%
);
}
.cert-element:nth-of-type(even) {
    width: calc((100% - 24px) / 2);
    padding: 48px;
    background-color: #F6F7F9;
    position: relative;
    clip-path: polygon(
  0% 0px,
  113px 0px,
  130px 0%,
  100% 0%,
  100% calc(100% - 17px),
  calc(100% - 113px) calc(100% - 17px),
  calc(100% - 130px) 100%,
  0% 100%
);
}
.cert-headline{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3A3D46;
    font-family: 'Raleway Regular';
    font-size: 32px;
    line-height: 115%;

}
.cert-memb-box{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 24px;
    padding-top: 48px;
    position: relative;
    z-index: 10;
}
.cert-memb{
   width: calc((100% - 48px) / 3);
   padding: 8px;
   background-color: #fff;
   display: flex;
   justify-content: center;
   color: #666B75;
   font-family: 'Raleway Regular';
   font-size: 16px;
   line-height: 115%;
   max-height: 74px;
   
}
.cert-memb img{
   max-height: 74px;
}
.offer-bg-x{
    margin-bottom: 128px;
}
/*------------------------------------*\
    PROJECT FEED
\*------------------------------------*/
.project-feed-left .rolki-navigation {
  display: none;
}
.project-feed-section .tab-group-header-x {
  font-size: 24px;
  line-height: 115%;
  color: #3A3D46;
}
.project-feed-section .tabs-item-content-title-name {
  font-size: 18px;
  line-height: 150%;
  color: #696C75;
}
.tabs-item.swiper-slide{
  background-image: url('/wp-content/uploads/2025/09/bg_project_feed.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  min-height: 477px;
}
.swiper .tabs-item-content{
  min-height: unset !important;
}
.services-left.project-feed-left{
  padding-top: 116px;
}
.services-left-title.services-left-title-project-feed{
  padding-bottom: 75px;
}
.services-left-title.services-left-title-project-feed p{
  color: #3A3D46;
  font-family: 'Raleway Regular';
  font-size: 48px;
  line-height: 115%;
  margin: 0px;
  padding: 0px;
}
.our-projects .project-feed-section {
  padding: 112px 0 128px;
  background-color: #fff;
}
.unsere-projekte .project-feed-section {
  padding-bottom: 128px;
}
.our-projects .hero-page-bg > .hidden.hero-page-bg {
  /* The hero is animated globally; keep the projects hero visible on first paint. */
  width: 100%;
  opacity: 1;
}
.project-feed-heading {
  max-width: 720px;
  margin: 0 auto 48px;
  text-align: center;
}
.project-feed-heading p {
  margin: 0;
  color: #3A3D46;
  font-family: 'Raleway Regular';
  font-size: 48px;
  line-height: 115%;
}
.project-feed-filters {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 64px;
  padding: 8px;
  border-radius: 64px;
  background-color: #FDE4D4;
}
.project-feed-filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 52px;
  padding: 12px 24px;
  border: 0;
  border-radius: 64px;
  background: transparent;
  color: #FF6600;
  cursor: pointer;
  font-family: 'Raleway Regular';
  font-size: 18px;
  line-height: 1;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.project-feed-filter:hover,
.project-feed-filter.is-active {
  background-color: #FF6600;
  color: #fff;
}
.project-feed-filter-icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
}
.project-feed-filter-icon svg {
  width: 100%;
  height: 100%;
}
.project-feed-filter-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.project-feed-filter.is-active svg path,
.project-feed-filter:hover svg path {
  stroke: currentColor;
}
.project-feed-filter.is-active .project-feed-filter-icon img {
  filter: brightness(0) invert(1);
}
.project-feed-grid {
  display: grid;
  grid-template-columns: repeat(3, 385px);
  justify-content: center;
  gap: 22px;
}
.project-feed-card {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
  width: 385px;
  height: 478px;
  padding: 48px;
  background-color: #fff;
  background-image: url('/wp-content/uploads/2025/09/bg_project_feed.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  overflow: hidden;
}
.project-feed-card > * {
  position: relative;
  z-index: 1;
}
.project-feed-card-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.project-feed-card-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0) 100%);
}
.project-feed-card.has-image .project-feed-card-title,
.project-feed-card.has-image .project-feed-card-description,
.project-feed-card.has-image .project-feed-card-description p {
  color: #fff;
}
.project-feed-card[hidden] {
  display: none;
}
.project-feed-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  margin-bottom: 40px;
  border-radius: 50%;
  background-color: rgba(51, 205, 51, 0.15);
}
.project-feed-card-icon svg {
  width: 24px;
  height: 24px;
}
.project-feed-card-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.project-feed-card-icon svg path {
  stroke: #33CD33;
}
.project-feed-card-title {
  display: -webkit-box;
  height: 84px;
  min-height: 84px;
  max-height: 84px;
  margin: 0 0 24px;
  overflow: hidden;
  color: #3A3D46;
  font-family: 'Raleway Regular';
  font-size: 24px;
  font-weight: 400;
  line-height: 115%;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.project-feed-card-description,
.project-feed-card-description p {
  display: -webkit-box;
  max-height: 72px;
  margin: 0;
  overflow: hidden;
  color: #696C75;
  font-family: 'Raleway Regular';
  font-size: 16px;
  line-height: 150%;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.project-feed-card-description p + p {
  margin-top: 12px;
}
.project-feed-card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: auto;
  padding: 16px 32px;
  border-radius: 64px;
  background-color: #FF6600;
  color: #fff !important;
  font-family: 'Raleway Regular';
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
}
.project-feed-empty {
  grid-column: 1 / -1;
  color: #696C75;
}
@media only screen and (max-width: 1200px) {
  .our-projects .project-feed-section {
    padding: 64px 0;
  }
  .unsere-projekte .project-feed-section {
    padding-bottom: 64px;
  }
  .project-feed-filters {
    justify-content: flex-start;
    overflow-x: auto;
    width: calc(100% - 40px);
    max-width: 800px;
    margin-bottom: 48px;
    border-radius: 64px;
    scrollbar-width: none;
  }
  .project-feed-filters::-webkit-scrollbar {
    display: none;
  }
  .project-feed-filter {
    flex: 0 0 auto;
  }
  .project-feed-grid {
    grid-template-columns: repeat(2, minmax(0, 385px));
    justify-items: center;
    gap: 24px;
  }
  .project-feed-card {
    width: min(100%, 385px);
  }
}
@media only screen and (max-width: 780px) {
  .our-projects .hero-page-bg.mb128 {
    margin-bottom: 64px;
  }
  .our-projects .project-feed-section {
    padding: 48px 0 64px;
  }
  .unsere-projekte .project-feed-section {
    padding-bottom: 64px;
  }
  .project-feed-grid {
    grid-template-columns: minmax(0, 385px);
    gap: 24px;
  }
  .project-feed-card {
    width: 100%;
    min-height: 478px;
    height: auto;
    padding: 40px;
  }
  .project-feed-card-icon {
    margin-bottom: 32px;
  }
}
/*------------------------------------*\
    KAFELKI PHOTO OFFER
\*------------------------------------*/
.photo-offer-list{
    display: flex;
    width: 100%;
    gap: 24px;
    flex-wrap: wrap;
}
.a-photo{ 
    width: calc((100% - 48px) / 3); 
    display: flex;
    flex-direction: column;
    max-height: 613px;
    height: 100%;
    position: relative;

}
.photo-offer-item{
    max-height: 500px;
    height: 500px;

}
.photo-title{
    background-color: #000;
    padding: 24px;
}
.photo-title-x{
    padding: 24px 24px 24px 0px;
}
.photo-headline p{
    font-family: 'Raleway Regular', sans-serif;
    line-height: 115%;
    font-size: 31px;
    color: #fff;
    margin: 0px;
    padding: 0px;
    padding-bottom: 12px;

}
.photo-headline-x p{
    font-family: 'Raleway Regular';
    line-height: 115%;
    font-size: 48px;
    color: #3A3D46;
    margin: 0px;
    padding: 0px;
    letter-spacing: -1px;

}
.button-light p{
    font-family: 'Raleway Regular', sans-serif;
    line-height: 100%;
    font-size: 16px;
    color: #fff;
    margin: 0px;
    padding: 0px;

}

/*------------------------------------*\
    REALIZACJE
\*------------------------------------*/
.realizacje-list{
    display: flex;
    width: 100%;
    gap: 24px;
    flex-wrap: wrap;
}
.realizacje-item{
    width: calc((100% - 72px) / 4); 
    display: flex;
    flex-direction: column;
}
.realizacje-photo-item{
    max-height: 360px;
    height: 360px;
}
.real-title{
    font-family: 'Raleway Regular', sans-serif;
    line-height: 115%;
    font-size: 24px;
    color: #000;
    margin: 0px;
    padding: 0px;
    padding-top: 24px;
    padding-bottom: 24px;

}
.real-desc{
    font-family: 'Raleway Regular', sans-serif;
    line-height: 100%;
    font-size: 14px;
    color: #BEBEBE;
    margin: 0px;
    padding: 0px;

}
.single-realizacje .breadcrumb_last {
  color: #fff;
}
.real-sign-x{
    display: flex;
    justify-content: space-between;
}


/*------------------------------------*\
    SINGLE OFERTA
\*------------------------------------*/
.overlay-single-offer{
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    left: 0%;
    bottom: 0%;
    padding: 48px 96px;
}
.single-headline-offer{
    padding-bottom: 32px;
}
.single-headline-offer p{
    font-family: 'Raleway Regular', sans-serif;
    line-height: 100%;
    font-size: 64px;
    color: #fff;
    margin: 0px;
    padding: 0px;
}
.single-subtitle-offer p{
    font-family: 'Raleway Regular', sans-serif;
    line-height: 100%;
    font-size: 32px;
    color: #fff;
    margin: 0px;
    padding: 0px;
}
.logo-container-offer{
    z-index: 2;
    position: absolute;
    top: 48px;
    right: 96px;

}
/*------------------------------------*\
    SLIDER REALIZACJE
\*------------------------------------*/
.slider-bg{
    padding: 48px 0px;
}
/*------------------------------------*\
    SLIDER HERO
\*------------------------------------*/
.slide-hero-title{
    position: relative;
    z-index: 3;
}
.swiper-navigation{
    position: relative;
    z-index: 3;

}
.slide-hero-title{
    font-family: 'Raleway Regular', sans-serif;
    line-height: 115%;
    font-size: 48px;
    color: #fff;
    margin: 0px;
    padding: 0px;

}
.slide-hero-title p{
    font-family: 'Raleway Regular', sans-serif;
    line-height: 115%;
    font-size: 48px;
    color: #fff;
    margin: 0px;
    padding: 0px;

}
.hero-box{
    width: 50%;

}
.button-whitegray{
    font-family: 'Raleway Regular', sans-serif;
    line-height: 115%;
    font-size: 16px;
    color: #000;
    margin: 0px;
    padding: 0px;
}

.button-white{
  display: flex;
  align-items: center;
  gap: 24px;
  color: #000;
  font-family: 'Raleway Regular', sans-serif;
  font-size: 14px;
  line-height: 14px;
}
/*------------------------------------*\
    3 KAFELKI Z IKONĄ
\*------------------------------------*/
.kafelki-three-icon-list{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    padding: 48px 0px;

}
.kafelki-three-icon-item{
    width: 33.33%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    border-right: 1px solid #e2e2e2;
}
.kafelki-three-icon-item:last-of-type {
    border-right: unset !important;
}
.three_x .kafelki-three-what{
    width: calc((100% - 48px) / 3);
}
.kafelki-icon-three-title p{
    font-family: 'Raleway Regular', sans-serif;
    line-height: 115%;
    font-size: 24px;
    color: #000;
    margin: 0px;
    padding: 0px;
    text-align: center;

}
.why-y{
    font-family: 'Raleway Regular', sans-serif;
    line-height: 115%;
    font-size: 24px;
    color: #3A3D46;
    margin: 0px;
    padding: 0px;
    text-align: left;

}
/*------------------------------------*\
    NAGŁÓWEK
\*------------------------------------*/
.headline-item p{
    font-family: 'Raleway Regular', sans-serif;
    line-height: 115%;
    font-size: 48px;
    color: #3A3D46;
    margin: 0px;
    padding: 0px;

}
.headline-content-item p{
    font-family: 'Raleway Regular', sans-serif;
    line-height: 150%;
    font-size: 18px;
    color: #696C75;
    margin: 0px;
    padding: 0px;
}
.headline-item{
  padding-bottom: 48px;
}
.headline-content-item{
  padding-bottom: 48px;
}
.lower_headline{
  font-size: 32px;
}
.headline-content-medium p{
  font-family: 'Raleway Regular', sans-serif;
    line-height: 115%;
    font-size: 24px;
    color: #3A3D46;
    margin: 0px;
    padding: 0px;

}
/*------------------------------------*\
    GET KNOW
\*------------------------------------*/
.get-know{
    display: flex;
    width: 100%;
}
.get-know-left{
    display: flex;
    width: 33.33%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;

}
.get-know-right{
    width: 66.67%;
    padding: 48px 96px;
    display: flex;
    flex-direction: column;
    gap: 48px;
}
.form-row-x{
    display: flex;
    gap: 24px;
    align-items: center;
    padding: 4px;
}
.get-know-title {
    font-family: 'Raleway Regular', sans-serif;
    line-height: 115%;
    font-size: 32px;
    color: #000;
    margin: 0px;
    padding: 0px;

}

input[name="customCheck1"] {
    width: 24px !important;
    height: 24px !important;
}

.accept-text{
    font-family: 'Raleway Regular', sans-serif;
    line-height: 175%;
    font-size: 12px;
    color: #808080;
    margin: 0px;
    padding: 0px;

}
.wpcf7-list-item > label {
    display: flex;
    align-items: center;
    gap: 12px;
}


/*------------------------------------*\
    KAFELKI KONTAKT
\*------------------------------------*/
.kafelki-contact-list{
    display: flex;
    width: 100%;
    gap: 24px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact-person{
    width: calc((100% - 24px) / 2 );
    background-color: #F5F5F5;
    padding: 48px;
}
.kafelki-contact-title{
    font-family: 'Raleway Regular', sans-serif;
    line-height: 115%;
    font-size: 32px;
    color: #000;
    margin: 0px;
    padding: 0px;
    padding-bottom: 48px;
}
.contact-box{
    display: flex;
    gap: 24px;
    width: 100%;
}
.cnt-left, .cnt-right{
    width: calc((100% - 24px) / 2 );
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;

}
.tel-cnt a, .mail-cnt a{
    font-family: 'Raleway Regular', sans-serif;
    line-height: 115%;
    font-size: 16px;
    color: #000;
    margin: 0px;
    padding: 0px;

}
.tel-podpis, .mail-podpis{
    font-family: 'Raleway Regular', sans-serif;
    line-height: 115%;
    font-size: 14px;
    color: #808080;
    margin: 0px;
    padding: 0px;

}
.chess-cnt-box{
    display: flex;
    align-items: center;
    gap: 12px;
}
.cnt-title p{
    font-family: 'Raleway Regular', sans-serif;
    line-height: 115%;
    font-size: 18px;
    color: #000;
    margin: 0px;
    padding: 0px;
    padding-bottom: 6px;

}
.cnt-desc{
    font-family: 'Raleway Regular', sans-serif;
    line-height: 175%;
    font-size: 14px;
    color: #808080;
    margin: 0px;
    padding: 0px;

}
.kafelki-contact-bg{
    padding-bottom: 48px;

}
.social-media-cnt{
    display: flex;
    gap: 24px;
}
/*------------------------------------*\
    DATA
\*------------------------------------*/
.data-box{
  width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}
.data-box-column {
    width: calc((100% - 64px) / 8); 
    display: flex;
    flex-direction: column;

}
.data-box-column:last-child .data-headline{
    width: 3%;
}
.data-box-column:last-child .data-headline{
    border-bottom: unset;
    justify-content: flex-start;
}

.data-box-column:last-child .data-head{
    border-bottom: unset;
    justify-content: flex-start;
}

.data-headline{
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #000;
  font-family: 'Raleway Regular', sans-serif;
  line-height: 175%;
  font-size: 16px;
  color: #000;
  margin-bottom: 12px;
}
.data-head{
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #dadada;
  font-family: 'Raleway Regular', sans-serif;
  line-height: 175%;
  font-size: 16px;
  color: #808080;
  margin-bottom: 12px;
}
.data-bg{
  background-color: #fff;
}



/*------------------------------------*\
   MEGA MENU
\*------------------------------------*/


/*------------------------------------*\
    GALLERY FEED
\*------------------------------------*/
.gallery-wrapper-feed {
  width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
}
.gallery-left-feed {
    width: calc(30% - 12px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 150px;

}
.gallery-right-feed {
    width: calc(70% - 12px); 
    display: flex;
    flex-direction: column;

}
.gallery-bg-feed{
  background-color: #7C1B48;
  max-height: 600px;
  overflow: hidden;
}

/*------------------------------------*\
    LOG CONTAINER   
\*------------------------------------*/

/*------------------------------------*\
    GALLERY
\*------------------------------------*/
.t-center{
  text-align: center !important;
}

.gallery-box-feed{
  gap: 24px;
    column-gap: 24px;
    column-count: 2;
    margin-top: -50px;

}
.gallery-item-feed{
  padding-bottom: 24px;
}
.gallery-feed-subtitle p{
  margin: 0px;
    padding: 0px;
    color: #E37DAC;
    font-family: "ivypresto-display",serif;
    font-size: 18px;
    line-height: 100%;


}
.gallery-feed-headline p{
  margin: 0px;
    padding: 0px;
    color: #fff;
    font-family: "ivypresto-display",serif;
    font-size: 48px;
    line-height: 115%;


}
.swiper-button-prev,
.swiper-button-next {

}


/*------------------------------------*\
    GALERIA
\*------------------------------------*/
.gallery-box { display:flex; gap:8px; align-items:flex-start; }
.gallery-col { width:calc((100% - 16px)/3); }
.gallery-item { display:none; margin-bottom:8px; break-inside:avoid; }
@media (max-width:1024px){ .gallery-col{ width:calc((100% - 8px)/2); } }
@media (max-width:640px){ .gallery-col{ width:100%; } }
.show-more-button{
  display: inline-flex;
  padding: 24px 32px;
  background-color: #000;
  color: #fff;
  justify-content: space-between;
  border-radius: 64px;
  gap: 24px
  color: #fff;
  font-family: 'Raleway Medium';
  font-size: 12px;
  line-height: 115%;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 48px;
  margin-bottom: 48px;
}





/*------------------------------------*\
    TEXT
\*------------------------------------*/
.chess-text-wrapper{
    padding: 48px 0px 48px 0px;
}
.bigger_padding{
    padding: 92px 0px 92px 0px !important;

}

.white-bg{
    background-color: #fff !important;
    width: 50% !important;
}
.simple-chess-subtitle-white p{
    font-family: 'Raleway SemiBold';
    line-height: 175%;
    font-size: 18px;
    color: #7C1B48;
    margin: 0px;
    padding: 0px;

}


.font-dm p{
    font-family: 'Raleway Regular' !important;
}

/*------------------------------------*\
    SEKCJA TESTOWA
\*------------------------------------*/ 
.b96{
    padding-bottom: 96px;
}
.simple-chess-headline-white-min p{
    font-family: 'Raleway Regular';
    line-height: 115%;
    font-size: 32px;
    color: #000;
    margin: 0px;
    padding: 0px;

}
.chess-simpleitem-text{
    width: 100%;
    display: flex;
    gap: 96px;
}
.chess-simple-text-left{
    width: 50%;
}
.chess-simple-text-right{
    width: 50%;
}
.chess-simple-text-left p{
    font-family: 'Raleway Regular';
    line-height: 175%;
    font-size: 14px;
    color: #747474;
    margin: 0px;
    padding: 0px;

}
.chess-simple-text-right p{
    font-family: 'Raleway Regular';
    line-height: 175%;
    font-size: 14px;
    color: #747474;
    margin: 0px;
    padding: 0px;

}
.chess-simple-text-bg{
    background-color: #f5f5f5;
}
.chess-text-bg{
    background-color: #f5f5f5;

}


/*------------------------------------*\
    KONTAKT SEKCJA
\*------------------------------------*/ 
.contact-page-left {
    width: calc(23% - (24px * 2 / 3)); 
}
.contact-page-cf {
    width: calc(54% - (24px * 2 / 3)); 
}
.contact-page-right {
    width: calc(23% - (24px * 2 / 3)); 
}
.contact-page-box-main{
  width: 100%;
  gap: 24px;
  display: flex;
}
.contact-page{
  background-color: #f5f5f5;
  padding: 92px 0px 96px;
}
.contact-page-map{
  overflow: hidden;
  margin-bottom: -5px;
}
.contact-page-left{
  padding-top: 48px;
}
.contact-page-right{
  padding-top: 48px;
}
.contact-title p{
  font-family: 'Raleway Medium';
  line-height: 115%;
  font-size: 32px;
  color: #000;
  margin: 0px;
  padding: 0px;

}
.send-btn{
  display: flex;
  justify-content: flex-end;
}
.wpcf7-spinner{
  display: none;
}
.contact-content-title{
  padding-top: 24px;

}
.contact-content-title p{
  font-family: 'Raleway SemiBold';
  line-height: 100%;
  font-size: 18px;
  color: #7C1B48;
  margin: 0px;
  padding: 0px;

}
.contact-content p{
  font-family: 'Raleway Regular';
  line-height: 150%;
  font-size: 14px;
  color: #747474;
  margin: 0px;
  padding: 0px;

}
.contact-content{
 padding-bottom: 24px;
 border-bottom: 1px solid #DFDFDF;
 padding-top: 24px;
}
.contact-page-left .contact-content:last-child {
    border-bottom: none;
}

.contact-page-right .contact-content:last-child {
    border-bottom: none;
}

.form-row-cf{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    gap: 8px;

}

.send-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}
.send-btn-kontakt {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    cursor: pointer;
}

.send-btn [submit] {
    position: relative;
    padding-right: 40px; 
}

.send-btn::after {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    width: 46px;
    height: 46px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; 
}

.form-item-cf{
    width: 100%;
}
.form-column-cf{
  background-color: transparent;
}
.form-row-x-left{
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.form-enter{
  margin-bottom: 8px;
  font-family: 'Raleway Medium', sans-serif;
  line-height: 100%;
  font-size: 12px;
  color: #0532A9;

}

/* Contact Form 7 layout used by the CMS "Contact form" block. */
.contact-request-intro {
  max-width: 720px;
  margin: -24px auto 56px;
  color: #3A3D46;
  font-family: 'Raleway Regular', sans-serif;
  font-size: 28px;
  line-height: 120%;
  text-align: center;
}
.contact-request-intro p {
  margin: 0;
}
.contact-request-form {
  max-width: 964px;
  margin: 0 auto;
}
.contact-request-form .form-row-xyz {
  gap: 30px;
}
.contact-request-form .left-half,
.contact-request-form .right-half {
  width: 50%;
}
.contact-request-form .form-row-x-left {
  gap: 14px;
}
.contact-request-form .form-enter {
  color: #33CD33;
}
.contact-request-form .wpcf7-text,
.contact-request-form .wpcf7-email,
.contact-request-form .wpcf7-tel {
  box-sizing: border-box;
  min-height: 58px;
  padding: 14px 16px !important;
  border: 1px solid #CCD3E2;
  border-radius: 4px;
  background: #fff;
}
.contact-request-form .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin: 0 0 10px;
}
.contact-request-form .wpcf7-checkbox input[type="checkbox"],
.contact-request-form .wpcf7-acceptance input[type="checkbox"] {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  margin: 0;
  accent-color: #33CD33;
}
.contact-request-form .wpcf7-acceptance a {
  color: #33CD33 !important;
}
.contact-request-form input[name="your-help-other"] {
  margin-top: 8px;
}
.contact-request-form .d-flex-bottom {
  align-items: flex-end;
  margin-top: 28px;
}
.contact-request-form .acceptance-container {
  flex: 1;
}
.contact-request-form .contact-form-send {
  flex: 0 0 auto;
}
.contact-request-form .contact-form-send[style] {
  margin-top: 0 !important;
}
@media only screen and (max-width: 767px) {
  .contact-request-intro {
    margin: -16px 20px 36px;
    font-size: 24px;
  }
  .contact-request-form .form-row-xyz,
  .contact-request-form .d-flex-bottom {
    flex-direction: column;
  }
  .contact-request-form .left-half,
  .contact-request-form .right-half {
    width: 100%;
  }
  .contact-request-form .contact-form-send {
    align-self: flex-end;
  }
}

.file-label {
  color: #111621;
  line-height: 100%;
  font-family: 'GeneralSans-Semibold';
  font-size: 24px;
}

 .wpcf7-text{
  width: 100% !important;
  font-size: 14px;
  padding: 12px !important;
  font-weight: normal;
  border: unset;
    border-bottom-width: unset;
    border-bottom-style: unset;
    border-bottom-color: unset;
  margin-top: 8px;
  margin-bottom: 0px;
  background-color: #fff;
  font-family: 'Raleway Light';
  line-height: 150%;
  font-size: 14px;
  color: #777067;
  border: 1px solid #CCD3E2;
  border-radius: 4px;
}
.wpcf7-form-control.wpcf7-file {
  position: relative;
  opacity: 0;            /* ukryj input */
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.wpcf7-form-control.wpcf7-file {
  background-image: url('/wp-content/uploads/2024/02/FileDashed.svg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 300px;
  border: 1px solid black;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wpcf7-file::after {
  content: "Add file";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #111621;
  font-weight: 600;
  font-size: 14px;
  pointer-events: none; /* żeby klik działał w input */
}
.file-upload-box {
  position: relative;
  width: 300px;
  height: 100px;
  border: 1px dashed #aaa;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
    border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 24px;
  margin-top: 8px;
}
.join-bg .founders-headline{
  padding-bottom: 0px !important;
}
.file-upload-box::after {
  color: #111621;
  font-weight: 600;
  font-size: 14px;
  pointer-events: none;
}
/* wspólne style */
.file-upload-box::before {
  color: #666;
  font-size: 12px;
  margin-top: 24px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  white-space: nowrap;
}
.gallery-box-xyz{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;

}
.gallery-item-xyz{
  width: calc((100% - 48px) / 3);
}
.pb96{
  padding-bottom: 96px;
}
/* --- polska wersja --- */
html[lang="pl-PL"] .file-upload-box::before {
  content: "Przeciągnij plik lub naciśnij przycisk poniżej";
}

html[lang="pl-PL"] .file-upload-box::after {
  content: "Dodaj plik";
}

/* --- angielska wersja --- */
html[lang="en-US"] .file-upload-box::before {
  content: "Drag a file or press the button below";
}

html[lang="en-US"] .file-upload-box::after {
  content: "Add file";
}

/* --- niemiecka wersja --- */
html[lang="de-DE"] .file-upload-box::before {
  content: "Datei hierher ziehen oder die Schaltfläche unten drücken";
}

html[lang="de-DE"] .file-upload-box::after {
  content: "Datei hinzufügen";
}

.form-row-x-right-item{
  padding-top: 15px;
}
.file-upload-box .wpcf7-file {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.wpcf7-textarea {
 width: 100% !important;
  font-size: 14px;
  color: black !important;
  padding: 24px 24px 24px !important;
  font-weight: normal;
  border: unset;
    border-bottom-width: unset;
    border-bottom-style: unset;
    border-bottom-color: unset;
  background-color: #fff;
  font-family: 'Raleway Light';
  line-height: 150%;
  font-size: 14px;
  color: #777067;
}
.wpcf7-captchar {
    width: 100% !important;
    border-radius: 0 !important;
    font-size: 14px;
    color: black!important;
    padding: 16px !important;
    font-weight: normal;
    border: 1px solid #d9d9d9;
    margin-top: 16px;
}
.form-row-cf .form-item-cf:first-of-type input{
    margin-top: unset;
}

textarea[placeholder="Treść wiadomości"] {
  font-family: 'Raleway Regular', sans-serif;
  line-height: 100%;
  font-size: 16px;
  color: #808080;
  border: unset;
  border-bottom: 1px solid #dadada;

}

::-webkit-input-placeholder { /* Chrome */
  font-family: 'Raleway Regular', sans-serif;
  line-height: 100%;
  font-size: 16px;
  color: #808080;
  border: unset;


}
:-ms-input-placeholder { /* IE 10+ */
  font-family: 'Raleway Regular', sans-serif;
  line-height: 100%;
  font-size: 16px;
  color: #808080;
  border: unset;


}
::-moz-placeholder { /* Firefox 19+ */
  font-family: 'Raleway Regular', sans-serif;
  line-height: 100%;
  font-size: 16px;
  color: #808080;
  border: unset;

}
:-moz-placeholder { /* Firefox 4 - 18 */
  font-family: 'Raleway Regular', sans-serif;
  line-height: 100%;
  font-size: 16px;
  color: #808080;
  border: unset;

}


.wpcf7-text:active, .wpcf7-text:focus, .wpcf7-textarea:active, .wpcf7-textarea:focus {
    outline: none!important;
    border:none;
    color: black;
    border: 1px solid #d9d9d9;
}







/*------------------------------------*\
    SZACHOWNICA ACCORDION
\*------------------------------------*/   
.chess-accordion-list{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.accordion-chess-item{
    width: 100%;
}
.accordion-right-chess-item{
    width: 100%;
}
.title_arrow{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.arrow{
    width: 5%;
}
.title_accord{
    width: 95%;
}
.accordion-title p{
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-family: 'Raleway Regular';
    font-size: 24px;
    line-height: 115%;
    text-align: left;
    padding: 24px 0px 24px 24px;
    transition: 0.3s ease-in-out;

}
.simple-text-accordion p{
    font-family: 'Raleway Regular';
    line-height: 175%;
    font-size: 14px;
    color: #747474;
    margin: 0px;
    padding: 0px;

}

.accordion-title{
    font-family: 'Raleway Regular';
    line-height: 115%;
    font-size: 24px;
    color: #fff;
    margin: 0px;
    padding: 0px;
    margin-bottom: 8px;
    cursor: pointer;
    background-color: #0532A9;

}
.active .accordion-title p{
    color: #fff;
}
.chess-accordion-box{
    padding: 0px 0px 72px;
}
.accordion-chess-bg{
    background-color: #fff;
}
.simple-headline-text-accordion{
  display: inline-flex;
}
.arrow{
  display: flex;
  justify-content: center;
  margin-right: 24px;
}
.plus-icon{
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.simple-headline-text-accordion p{
    font-family: 'Raleway Medium';
    line-height: 100%;
    font-size: 16px;
    color: #0532A9;
    margin: 0px;
    padding: 0px;
    padding: 12px;
    border-radius: 64px;
    background-color: rgba(5, 50, 169, 0.15);

}
.chess-accordion-content-right{
  padding: 24px;
}
.chess-accordion-content{
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    justify-content: flex-start;
}
.accordion-chess-left{
    padding: 48px;
}


.chess-accordion-box{
  padding: 24px 0px 152px;
}

.accordion-element {
  break-inside: avoid;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
}
    .accordion-column-wrapper {
  display: flex;
  gap: 24px;
}

.column {
  width: 50%;
}

.accordion-element {
  margin-bottom: 1px;
}
.accordion-element.active .plus-icon {
  content: url("/wp-content/uploads/2025/09/Minus.svg");
}
.plus-icon {
  transition: opacity 0.3s ease;
  opacity: 1;
}


.plus-icon.fade-out {
  opacity: 0;
}
.accordion-element {
  position: relative;
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 0%,
    100% 0%,
    100% 100%,
    100% 100%,
    100% 100%,
    0% 100%
  );
  transition: clip-path 0.4s ease;
}

.accordion-element.active{
       position: relative;
    clip-path: polygon(
  0% 17px,
  113px 17px,
  130px 0%,
  100% 0%,
  100% calc(100% - 17px),
  calc(100% - 113px) calc(100% - 17px),
  calc(100% - 130px) 100%,
  0% 100%
);
}
.simple-headline-text-accordion{
    margin-bottom: 8px;
}
.accordion-column-wrapper{
  padding-bottom: 128px;
}
.accordion-right-h2{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  margin-bottom: 0px;
}
/*------------------------------------*\
    KAFELKI
\*------------------------------------*/
.kafelki-offer-list{
    display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
    margin-top: 0px;
  gap: 1px;
  position: relative;
  z-index: 10;
  margin-top: -127px;
}
.kafelki-offer-item{
    width: 20%;
    align-items: flex-end;
}


.kafelki-offer-item {
    display: flex;
    flex-direction: column; 
    justify-content: space-between; 
    height: 100%;
    width: calc((100% / 5) - (4px / 5));
    background-color: #fff;
}

.kafelki-offer-text {
    display: flex;
    flex-direction: column;
    width: 100%;

}
.butt-cta-x{
    display: flex !important;
    padding: 24px;
    background-color: #24315C;
    color: #fff;
}
.kafelki-offer-icon{
    padding-top: 8px;
    padding-right: 8px;
}
/*------------------------------------*\
    ZESPÓŁ
\*------------------------------------*/
.kafelki-team-bg {
    gap: 24px;
    column-count: 2;
    column-gap: 20px;
}

.kafelki-item {
    break-inside: avoid;
    page-break-inside: avoid;
    width: 100%; /* Upewnia się, że element zajmuje pełną szerokość w swojej kolumnie */
}

.kafelki-item {
    box-sizing: border-box;
    padding: 48px;
    background-color: #fff;
    margin-bottom: 24px;

}
.bg-gray{
    background-color: #f5f5f5;
    padding: 92px 0px 75px;
}
.kafelki-upper{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    padding-bottom: 24px;
}
.kafelki-team-title{
    font-family: "ivypresto-display",serif;
    line-height: 115%;
    font-size: 32px;
    color: #000;
    margin: 0px;
    padding: 0px;

}
.kafelki-text-item{
    font-family: 'Raleway Regular';
    line-height: 175%;
    font-size: 18px;
    color: #747474;
    margin: 0px;
    padding: 0px;

}
.kafelki-text-item {
    display: -webkit-box;
    -webkit-line-clamp: 10; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em; 
}
.kafelki-more{
    display: flex;
    align-items: center;
    gap: 8px;
    color: #24315C;
    font-family: 'Raleway Regular';
    line-height: 100%;
    font-size: 14px;
    padding-top: 24px;
}
.kafelki-text-item {
    transition: max-height 0.3s ease-in-out;
    overflow: hidden;
}

.kafelki-text-item.expanded {
    max-height: none !important; 
}





/*------------------------------------*\
    IMAGES
\*------------------------------------*/




/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background:#7C1B48;
    color:#FFF;
    text-shadow:none;
}
::-webkit-selection {
    background:#7C1B48;
    color:#FFF;
    text-shadow:none;
}
::-moz-selection {
    background:#7C1B48;
    color:#FFF;
    text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin:48px 0px 0px 0px;
}
.aligncenter,
div.aligncenter {
    display:block;
    margin:5px auto 5px auto;
}
.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
a img.alignnone {
    margin:5px 20px 20px 0;
}
a img.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.wp-caption {
    background:#FFF;
    border:1px solid #F0F0F0;
    max-width:96%;
    padding:5px 3px 10px;
    text-align:center;
}
.wp-caption.alignnone {
    margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin:5px 20px 20px 0;
}
.wp-caption.alignright {
    margin:5px 0 20px 20px;
}
.wp-caption img {
    border:0 none;
    height:auto;
    margin:0;
    max-width:98.5%;
    padding:0;
    width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}
.nav .sub-menu a::before{
    display: none;
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background:transparent !important;
        color:#000 !important;
        box-shadow:none !important;
        text-shadow:none !important;
    }
    a,
    a:visited {
        text-decoration:underline;
    }
    a[href]:after {
        content:" (" attr(href) ")";
    }
    abbr[title]:after {
        content:" (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content:"";
    }
    pre,blockquote {
        border:1px solid #999;
        page-break-inside:avoid;
    }
    thead {
        display:table-header-group;
    }
    tr,img {
        page-break-inside:avoid;
    }
    img {
        max-width:100% !important;
        height: auto;
    }
    @page {
        margin:0.5cm;
    }
    p,
    h2,
    h3 {
        orphans:3;
        widows:3;
    }
    h2,
    h3 {
        page-break-after:avoid;
    }
}


#toggle{
 display: none;
}




@media only screen and (min-width:821px) { 
    .header  .menu-item-has-children:hover .sub-menu{
      background: black;
      width: auto;
      display: block; 
      left: -20px;
      animation-duration: 1s;
      animation-fill-mode: forwards;
      animation-name: load;
      border-radius: 1px;
      border-top: 21px solid #ffffff00; 
    }
}

@media only screen and (max-width:1200px) {

.services-wrapper::before {

  display: none;
}
    header .nav.show-mobile ul{
        display: none;
        position: initial;
    }
    header .sub-menu{
        padding: 0px!important;
    }
    header .sub-menu li{
        margin: 0px!important;
        padding-left: 0px;
    }

    .header .nav .sub-menu{
        position:initial;
        opacity: 1;
    }

    .nav li{
        margin-left: unset;
    }
    .single-post .single-bottom-container{
        padding-right: 20px;
        padding-left: 20px;
    }
    .single-post .kafelki-photo-headline{
        padding-right: 20px;
        padding-left: 20px;
    }

     header .nav ul{
        overflow: hidden;
        position: absolute;
        background-color: #fff;
        flex-direction: column;
        width: 100%;
        padding: 19px;
        z-index: 9999999;
        border-top: unset!important;
        left: 0px;
        transition: 0.4s;
        margin: unset;
        display: none;
    }
    header .nav ul a{
        padding: 5px;
        display: inline-block;
        width: 100%;
        background:unset;
    }
    .sub-menu{
        gap: 0px !important;
    }
    .logo{

    }
    .nav li{
        margin-right: 20px;
    }
    .wrapper-single-content{
        padding: 0px 20px;
    }
 
    .head-abs .wrapper{width: 100%;}


    .wrapper-mobile {
        width: 100%;
    }
 

    header .nav{
        z-index: 999999; 
    }

    .stickymenu #toggle{
        top: 30px;
    }


    .stickymenu header .nav ul{
        top: 44px;
    }


     .arrow-menu{
         display: initial!important;
        }

    .hamburger-icon{
        width: 31px;
        height: 4px;
        background-color: #FF6600;
        margin: 2px 0;
        display: block;
    }
    .kafelki-three-icon-item{
        border-right: unset;
    }
    .head-wrap{
        width: 100%;
    }


    .nav > ul{  
        height: 100vh;
        overflow-y: scroll;
        padding-bottom: 50px!important;
    }
      
}

.submit-btn {
    position: relative;
    padding-right: 40px; /* Odstęp dla ikony */
}

.submit-btn::after {
    content: "";
    display: inline-block;
    width: 20px; /* Dopasuj rozmiar */
    height: 20px;
    background-image: url('/wp-content/uploads/2025/01/ArrowUpRight.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}


 
.contact-form-send{
  display: flex;
  justify-content: center;
  
}





input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    display: inline-flex;
  padding: 16px 24px;
  background-color: #000;
  position: relative;
  text-align: left;
  border: unset;


  display: inline-flex;
  padding: 16px 24px;
  background-color: #FF6600;
  color: #fff;
  justify-content: space-between;
  border-radius: 64px;
  gap: 24px;
  color: #fff;
  font-family: 'Raleway Medium';
  font-size: 14px;
  line-height: 100%;


}
.img-butt-x{
margin-left: -30px;
position: relative;
z-index: 2;
}

.wpcf7-text:active::-webkit-input-placeholder,
.wpcf7-text:focus::-webkit-input-placeholder,
.wpcf7-textarea:active::-webkit-input-placeholder,
.wpcf7-textarea:focus::-webkit-input-placeholder{ 
    color:black;
}
.wpcf7-text:active::-ms-input-placeholder,
.wpcf7-text:focus::-ms-input-placeholder,
.wpcf7-textarea:active::-ms-input-placeholder,
.wpcf7-textarea:focus::-ms-input-placeholder{ 
    color:black;
}
.wpcf7-text:active::-moz-placeholder,
.wpcf7-text:focus::-moz-placeholder,
.wpcf7-textarea:active::-moz-placeholder,
.wpcf7-textarea:focus::-moz-placeholder{ 
    color:black;
}
.wpcf7-text:active::-moz-placeholder,
.wpcf7-text:focus::-moz-placeholder,
.wpcf7-textarea:active::-moz-placeholder,
.wpcf7-textarea:focus::-moz-placeholder{ 
    color:black;
} 

.form-column-cf{display: flex;justify-content: space-between;flex-direction: column;
  gap: 48px;}



@media only screen and (max-width:700px) {

    .form-column-cf{
        flex-direction: column;
    }

    .form-row-cf{
        width:100%;
    }

}



.bg-single{
    height: 450px;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.bg-single.no-img{background-color: black;}



@keyframes fade-in {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 60%, 0);
    transform: translate3d(0, 60%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fade-in-element {
  animation: fade-in 0.8s;
}
.hidden {
  opacity: 0;
}

            .gallery-size-full .gallery-item {
                padding: 5px;
            }


.btn:hover a {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
}
  

.page-bread span{
    display: flex;
    flex-wrap: wrap;
}


.page-bread p {
    margin:unset;
    display: flex;
}

.page-bread{
    display:flex;
    flex-wrap: wrap;
}

 .tns-item:not(.tns-slide-active)    + .tns-slide-active   + .tns-slide-active  { 
  /*center slider*/
}



.simple-margin{
    word-break: auto-phrase; 
    margin: 0 auto;
    padding: 96px 0;
}

    .menu-wrap-list {
        position: absolute;
        top: 80px;
        overflow-y: scroll;
        padding-bottom: 40px;
        left: 0px;
        width: 100%;
        height: calc(100vh - 65px);
        display: none;
        background: black;
        transition: 0.4s;
         z-index: 9999;
    }

.stickymenu .menu-wrap-list{
    top: 80px;
}

.foot-col-1{}

.foot-col-1 img{
    max-width: 250px;
}

                    
table td, table th {
  border: 1px solid #ddd;
  padding: 8px;
}

table tr:nth-child(even){background-color: #f5f5f5;}

table tr:hover {background-color: #ddd;}

table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}

 

 
    .gallery  img{
        border: unset!important;
        height: auto;
    }


.arrow-menu{
    position: absolute;
    right: -25px;
    top: 1px;
    width: 30px;
    height: 20px;
    text-align: center;
    z-index: 999;
    transition: 0.4s;
}
.arrow-menu {
    display: flex!important;
    transform: rotate(0deg);
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    margin-top: 1px;

}
.arrow-menu.rotatearrow {
    transform: rotate(180deg);
}


.sub-menu.opensubmenu {
    display: block!important;
}
.wpcf7-form-control{
    max-width: 100%;
}

.page-id-1710 .services-section:last-of-type {
  margin-bottom: 128px;
}
.page-id-2208 .services-section:last-of-type {
  margin-bottom: 128px;
}
.page-id-2327 .services-section:last-of-type {
  margin-bottom: 128px;
}
*{
    
}
.stickymenu .header-up{
    display: none !important;
}
.about-us .team-bg{
  padding-top: 128px;
}
.pt0{
  padding-top: 0px;
}
.right-button-x{
  display: flex;
  align-items: center;
  gap: 24px;
}
/* RWD */

@media only screen and (min-width:1800px) {

}

 
@media only screen and (max-width:1200px) {
.services-box{
position: relative;
}
.wpml-ls-legacy-dropdown-click {
  width: 55px;
  z-index: 10000000;
  position: relative;
}
.logo-img{
  bottom: 0px;
}
.serv-mob{
  padding-right: 20px;
  padding-top: 0px;
}
.form-row-x{
    flex-direction: column;
    padding-right: 20px;
    padding-left: 20px;

}
.form-bottom-item, .careers-content {
  padding-right: 20px;
    padding-left: 20px;

}
  .job-popup-content {
    width: 95% !important;
    padding: 5px !important;
    height: 90vh;
    max-height: 90vh;

  overflow-x: auto;        
  overflow-y: auto;          
}
.job-popup-content .founders-subtitle, .job-popup-content .founders-headline{
  display: none;
}
.job-popup .form-item-x{
  flex-direction: column;
  display: flex;
}

.form-kontakt-box{
  padding-left: 20px;
  padding-right: 20px;
}
.left-half {
  width: 100%;
}
.right-half {
  width: 100%;
}
.form-row-xyz{
  flex-direction: column;


}
.kafelki-icon-bg{
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.headline-content-medium{
  padding-left: 20px;
  padding-right: 20px;

}
.kafelki-subtitle-what {
  display: unset !important;

}
.services-box::before {
  display: none;
}
.background_gray .services-box::before {
  display: none;
}
  .logo-wrapper{
    padding-left: 20px;
    padding-right: 20px;
  }
  .founders-subtitle p {
  font-size: 34px;
  }
  .signature-headline p {
  font-size: 34px;
}
.page-id-1577 .founders-bg {
  margin-bottom: 64px;
}
.page-id-1710 .services-section:last-of-type {
  margin-bottom: 64px;
}
.page-id-1710 .services-section:last-of-type {
  padding-bottom: 0px;
}
.page-id-2208 .services-section:last-of-type {
  margin-bottom: 64px;
}
.page-id-2208 .services-section:last-of-type {
  padding-bottom: 0px;
}
.page-id-2327 .services-section:last-of-type {
  margin-bottom: 64px;
}
.page-id-2327 .services-section:last-of-type {
  padding-bottom: 0px;
}
.tabs-item {

  padding: 130px 48px 48px 48px;
  min-width: unset;
  width: 100%;
}
.tabs-item.swiper-slide{
  background-size: cover;
}
.chess-main-right-simple{
  min-height: 350px !important;
}
.background_gray   .services-up {
    margin-top: 128px;
    background-color: #F6F7F9 !important;
  }
  .hide-desktop .services-up{
    margin-top: 128px;
  }
.background_gray   .services-box {
    flex-direction: column;
    width: 100%;
    margin-bottom: 128px;
}
.background_gray.hide-desktop .services-box {
    flex-direction: column;
    width: 100%;
    margin-bottom: 0px;
}
.flex-col-x .chess-main-right-simple{
  background-size: cover !important;
  background-position: center !important;
  min-height: 200px !important;
}

.mb128 {
  margin-bottom: 64px !important;
}
.job-results {
  padding-bottom: 64px;
  flex-direction: column;
  padding-right: 20px;
  padding-left: 20px;
  align-items: center;
}
.job-filter-form {
  flex-direction: column;
  padding-right: 20px;
  padding-left: 20px;
}
.filter-element {
  width: 100%;
}
.chess-simple-white {
  margin-top: 48px;
  padding-bottom: 64px;

}
.services-up{
  flex-direction: column;
  align-items: flex-start;
    gap: 24px;
}
.services-title-up p {
  font-size: 34px;

}
.chess-simple-white .chess-main-left{
  padding-right: 20px;
  padding-left: 20px;
}
.signature-address-contact-mail, .signature-address-contact-tel, .signature-address-contact-address{
  width: 100%;
  padding-bottom: 0px;
}
  .services-up {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
.flex-col-x {
  padding: 64px 0px 0px;
}
.wrapper-max{
  overflow: hidden;
}
.tabs-col{
  margin: auto !important;
  width: auto !important;
}
.signature-address-contact{
  flex-direction: column;
  height: unset;
  padding-bottom: 0px;
}
.signature_content {
  padding-left: 20px;
    padding-right: 20px;
}
.signature-img-linkedin {
  width: 100%;
  height: 100%;
  padding-bottom: 8px;
  margin-bottom: 15px;
}
  .kafelki-subtitle-what{
    font-size: 32px;
  }
  .what-section{
    padding-top: 64px;
  }
  .hero-left {
    width: 100% !important;
  }
 .kafelki-what-list, .single-feed-column, .start-box, .graphic-signature, .graphic-wrapper, .kafelki-graphic-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .chess-main-left, .blog-feed-item-title, .blog-item-bottom{
padding-left: 20px;
    padding-right: 20px;
  }
  .hero-title p{
    font-size: 42px;
  }
  .flags{
    padding-right: 50px;
    padding-top: 25px;

  }
  .blog-feed-image {
  min-height: 250px;
  display: inherit;
}
  .kafelki-title-what p{
    font-size: 32px;
  }
  .services-wrapper {
  padding: 0px 0px 64px;
}
.services-box {
  flex-direction: column;
  width: 100%;
}
.swiper-pagination-z {
  position: absolute;
  left: 25% !important;
  }
.services-left {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.services-wrapper.wrapper{
  overflow: hidden !important;
}
.kafelki-accordion-icon-bg {
  flex-direction: column;
  height: unset;
}
.accordion-column-wrapper {
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
}
.column {
  width: 100%;
  margin-bottom: -24px;
}
.kafelki-icon-element {
  width: 100%;
  min-height: 640px;
}

.services-right {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  flex-direction: column;
}
.services-section .services-right{
  padding-right: 00px;
}
.services-left-title.services-left-title-project-feed {
  padding-bottom: 36px;
}
.services-left-title.services-left-title-project-feed p{
  font-size: 36px;
}
.photo-headline-x p {
  font-size: 36px;
}
.kafelki-three-what {
  width: 100%;
 }
 .kafelki-accordion-icon-bg{
  padding-bottom: 64px;
 }
 .services-left.project-feed-left {
  padding-top: 0px;
  padding-bottom: 64px;
}
  .pb144{
    padding-bottom: 72px;
  }
  .chess-simpleitem {
  padding-bottom: 0px;
  }
  .chess-simple-left-content-x{
    padding-right: 0px !important;
  }
  .w-xyz{
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .gallery-up {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }
  .single-feed-column-half {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .opinie-box {
    width: 100%;
    max-width: 792px;
    margin-left: auto;
    overflow: hidden;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
  }
  .opinie-big-title {
  
    font-size: 78px;
    
}
.chess-main-right{
  min-height: 500px;
}
.mt200{
  margin-top: 0px;
}
.newsletter-box {
  position: static;
  left: 0%;
  transform: unset;
  max-width: unset;
  background-color: #F6F4F2;
  border-radius: 24px;
  width: unset;
  top: unset;
  padding: 48px;
  margin-left: 20px;
  margin-right: 20px;
}
.foot-col-1, .foot-col-2 {
  width: 100%;
}
.footer-data {
  width: 100%;
}
.newsletter-big-title {
  position: static;
  color: #EDE8E1;
  font-family: 'Raleway Black';
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  margin: 0px;
  padding: 0px;
  bottom: -18px;
  left: 50%;
  transform: unset;
}

.page-id-1488 .single-graphic-column{
  padding-top: 72px;
}
.page-id-1488 .single-graphic-column:nth-child(2) {
  padding-top: 0;
}

.page-id-1684 .single-graphic-column{
  padding-top: 72px;
}
.page-id-1684 .kafelki-graphic-box{
  margin-bottom: 144px;
}
.page-id-1684  .offer-bg-x {
    padding-top: 0px;
  }
.x-kontakt a {
  font-size: 32px;


}
.page-id-1565 .xyz-kontakt{
  padding-top: 24px;
}
.kafelki-graphic-box {
  margin-bottom: 72px;
}
.page-id-1684 .graphic-wrapper{
  padding-bottom: 72px;
}
.container-blog-feed-page.pb144 {
  padding-bottom: 72px !important;
}
.newsletter-box{
  margin-bottom: 48px;
  margin-top: 72px;
}
.page-id-1419 .newsletter-box{
  margin-top: 0px;
}
.page-id-1488 .newsletter-box{
  margin-top: 0px;
}
.single-graphic-column {
  padding-top: 0px;
}
.chess-simpleitem:nth-child(2n) {
  display: flex;
  flex-direction: column;
}
.pt144{
  padding-top: 72px;
}
.kafelki-graphic {
  width: calc((100% - 20px) / 1);
}
.single-feed-column-third {
    flex: 0 0 100%;
    max-width: 100%;
}
.chess-simple-left-content-x{
  min-height: unset;
  background-color: #fff !important;
}
.team-person-img {
  min-height: 450px;
  width: 100%;
  aspect-ratio: 3 / 4;
}
.opinie-bg{
  padding-bottom: 72px;
  height: unset;
}
.chess-simpleitem{
  background-color: #fff;
}
.photo-text h2{
  font-size: 36px;
}
.what-section.pt144{
  padding-top: 72px;
}
.kafelki-title-what{
  padding-left: 20px;
  padding-right: 20px;

}
.offer-bg-x{
  padding-top: 48px;
}

.ban-xyz{
  padding-left: 20px;
  padding-right: 20px;
}
.form-left{
  display: none;
}

.header{
  padding: 0px;
}








    .header-up{
        display: none !important;
    }
        #toggle{
        display: flex;
        padding: 10px;
        text-align: right;
        font-size: 40px;
        width: 100%;
        padding-right: 10px;
        flex-direction: column;
        align-items: flex-end;
        position: absolute;
        margin-left: unset;
        width: 51px;
        right: 20px;
        z-index: 99999999;
        top: 30px;
    }
    .contact-box{
        flex-direction: column;
    }
    .cnt-left{
        width: 100%;
    }
    .cnt-right{
        width: 100%;
    }
    .hero-box{
        padding: 20px 20px 48px 20px !important;
        width: 100% !important;
        position: absolute;
        top: 40%;
    }
    .header-down{
        margin-top: 0px;
    }
    .slide-hero-title{
        font-size: 32px;
    }
    .slide-caption-z{
        width: 80% !important;

    }
    .simple-text-headline p{
        font-size: 32px;

    }
    .photo-offer-list{
        flex-direction: column;
        width: 100%;
        max-width: unset;
        padding: 0px 20px;

    }
    .a-photo {
       width: 100%;
     }
    .chess-main-left, .chess-main-right{
        width: 100%;
    }
    .chess-main-left{
        min-height: unset;
        padding-top: 48px;
    }
    .right-bottom{
        width: 100%;
        max-width: 100%;
        padding: 48px 20px !important;
    }
    .right_bottom{
        padding: 48px 20px !important;
        width: 100%;
    
    }
    .kafelki-three-icon-list{
        flex-direction: column;
        padding: 48px 20px;
    }
    .kafelki-three-icon-item{
        width: 100%;
    }
    .photo-item{
        min-height: 1000px !important;
    }
    .chess-simple-left-content-x {
 
        padding: 0px;
        padding-bottom: 48px;
   }
   .chess-sign-bg .chess-simpleitem{
    padding-top: 48px;
   }
   .slider-bg{
       padding: 24px 0px 24px 0px;
   }
   .slide-caption-x{
       width: 80% !important;
   }
   .photo-bg{
    padding-top: 48px;
   }
   .signature-list{
    flex-direction: column;
   }
   .photo-title-x {
    padding: 24px;
     text-align: center;
   }
   .testimonial-wrapper{
    flex-direction: column;
   }
   .testimonial-left{
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;

   }
   .testimonial-right{
    width: 100%;

   }
   .foot-col-2{
    flex-direction: column;
   }
   .copy-right{
    padding-top: 20px;
   }
   .kontakt-mail a {
    font-size: 16px;
   }
   .kontakt-tel a {
    font-size: 16px;
  }
  .hero-bg img {
  position: absolute;
  right: 0%;
  top: -160px !important;
  object-fit: cover;
  height: 100%;
  }

.header {
  padding: 20px;

}
.menu-wrap-list{
  background-color: #fff;

}
.single .hero-page-bg{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.comment-form-rodo {
    width: 100%;
}

.form-submit {
    width: 100%;
    text-align: right; 
}

.single-bg-hero-x{
  padding-left: 20px;
  padding-right: 20px;
}
.hero-page-item-blog .breadcrumb {
  color: rgba(255,255,255,0.5);
  text-align: center;
}
.post-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
.single .simple-text-wrapper-x {
  max-width: 792px !important;
  padding-bottom: 48px;
  padding-right: 20px;
  padding-left: 20px;
}
.simple-text-wrapper img {
  border-radius: 24px;
  padding-bottom: 0px;
}
.single .ban-xyz {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 24px;
  }
.single .bg-banner {
  min-height: unset;
}
.single .banner-box {
    padding: 48px 20px 48px 20px;
    margin-bottom: 96px;
  }
  .single .bg-cytat-2{
    padding: unset !important;
  }
.wrapper-single-content-x {
  max-width: 792px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.comments-area {
  padding: 48px 0px 0px;
}
.gallery-up-right-x {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  align-self: flex-end;
  width: 80%;
}
.single .footer {
  margin-top: -12px !important;
}




    .kafelki-offer-list{
        flex-direction: column;
        width: 100%;
        max-width: unset;
    }
    .kafelki-offer-item{
        width: 100%;
    }
    .container-blog-feed {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
}
.wrapper-blog {
  padding: 48px 0px 24px;
}
.kafelki-offer-subtitle{
    padding-left: 20px;
}
.kafelki-offer-title {
  flex-grow: 1;
  min-height: 55px;
  padding-left: 24px;
  padding-bottom: 24px;
}
.bg-kafelki{
    padding-top: 120px;
}
.single-container{
    flex-direction: column;
    padding: 0px 20px;
}
.single-left {
  width: 100%;
  padding-top: 24px;
}
.single-right {
  width: 100%;
}
.blog-item {

}
.blog-item-img {
  max-width: unset;
  max-height: unset;
  aspect-ratio: 1 / 1;
}
.blog-item-bottom{
    padding-bottom: 24px;
}
.chess-simpleitem{
    flex-direction: column;
}
.chess-simple-right{
    width: 100%;
}
.chess-simple-left{
    width: 100%;
}
.r-pad {
  padding-left: 20px !important;
}
.banner-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100% !important;
  z-index: 2;
  padding: 0px 20px;
}
.chess-accordion-list {
  flex-direction: column;
}
.accordion-chess-item{
    width: 100%;
}
.accordion-right-chess-item{
    width: 100%;
}
.accordion-chess-item{
    background-size: cover !important;
    background-position: center !important;
}
.accordion-chess-left {
  padding: 20px;
}
.gallery-wrapper-feed {
  flex-direction: column;
  padding: 0px 20px;
}
.gallery-bg-feed {
  background-color: #7C1B48;
  max-height: unset;
  overflow: hidden;
}
.gallery-left-feed {
  width: 100%;
  padding-top: 48px;
}
.accordion-right {
  max-height: unset;

}
.gallery-box-feed {
  column-count: 1;
  margin-top: 0px;
}
.gallery-right-feed {
  width: 100%;
}
.chess-review {
  background-color: #f5f5f5;
  padding: 48px 0px 48px;
}
.chess-review-left {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chess-review-right {
  width: 100%;
  min-height: 500px;
  overflow: hidden;
}
.banner-box{
    padding: 48px 20px 0px 20px;
}
.foot-cols {
  display: flex;
  justify-content: space-between;
  padding: 96px 0px;
  flex-wrap: wrap;
  gap: 24px;
  width: 100%;
  flex-direction: column;
  padding: 64px 20px !important;
  flex-direction: column;
}
.foot-col {
  width: 100%;
}
.foot-col-1 p {

  width: 100%;
}
.foot-row-1{
  flex-direction: column;
  gap: 24px;
  padding-bottom: 0px;
}
.foot-row-2 {
  flex-direction: column;
  gap: 48px;

}
.copyright{
    flex-direction: column;
}
.copy-left{
    flex-direction: column;
    padding: 20px 20px 0px 20px;
}
.hero-page-item{
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.kafelki-photo-headline p{
    font-size: 32px;
}
.contact-page-box-main{
    flex-direction: column;
}
.contact-page-left {
  padding-top: 24px;
}
.contact-page-left {
  width: 100%;
}
.contact-page {
  background-color: #f5f5f5;
  padding: 48px 0px 48px;
}
.contact-page-cf {
  width: 100%;
}
.contact-page-right{
    width: 100%;
}
.contact-page-box{
    padding: 0px 20px;
}
.foot-bg {

  padding-top: 48px;
}
.header-down {

  margin-left: 0px;
  margin-right: 0px;
}
.gallery-box {

  column-count: 1;
  padding: 0px 0px;

}

::selection {
  background: #7C1B48;

  color: #FFF;

  text-shadow: none;

}
::selection {
  background: #7C1B48;

  color: #FFF;

  text-shadow: none;

}
.chess-accordion-box {
  padding: 24px 0px;
}
.chess-text-wrapper {
  padding: 48px 20px 48px 20px;

}
.chess-text-bg{
    padding: 0px 20px;
}
.history-img {
  display: flex;
  padding: 0px 20px;
}
.bg-gray {
  background-color: #f5f5f5;
  padding: 48px 0px 36px;
}
.kafelki-team-bg {
  gap: 24px;
    column-gap: 24px;
  column-count: 1;
  column-gap: 20px;
  padding: 0px 20px;
}
.kafelki-team-title{
    font-size: 16px;
}
.white-breadcrumb a {
  font-size: 16px;
}

.hero-page-item{
    padding: 36px 20px 24px !important;
}
.single-post  .hero-page-item {
    padding: 64px 20px 64px !important;
  }

.gallery-box-xyz {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  flex-direction: column;
}
.gallery-item-xyz {
  width: 100%;
}
.simple-chess-headline-white p {
  font-size: 32px;
  padding-top: 24px;

}
.simple-chess-headline-white-min p{
  font-size: 26px;
}
.simple-chess-headline p{
  font-size: 32px;
}
.simple-cnt-white{
    padding: 0px;
}
.chess-simpleitem-text{
    flex-direction: column;
}
.chess-simple-text-left{

    width: 100%;
    padding-top: 24px;
}
.chess-simple-text-right{

    width: 100%;
}
.mtminus {
  margin-top: 0px !important;
}
.chess-simpleitem.order-x:nth-child(2n) .chess-simple-left-content-x {
  padding-left: 0px !important;
  padding-right: 0px !important;
  background-color: #fff !important;
}
.gallery-box {
  flex-wrap: wrap;
}
.simple-text-wrapper{
  padding-left: 20px;
  padding-right: 20px;
}

.single-bottom-row{
    padding-top: 24px;
}
.kafelki-contact-list{
    flex-direction: column;
    padding: 0px 20px;
}
.contact-person{
    width: 100%;
}
.chess-simple-left-content {
  display: flex;
  flex-direction: column;
  max-width: 624px;
  gap: 24px;
  padding: 20px;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
}
.offer-bg-x {
  margin-bottom: 64px;
}
.social-media-cnt{
    padding-bottom: 24px;
}
.right_top{
    padding: 24px;
}
.form-wrapper{
    flex-direction: column;
    padding: 24px 0px;
}
.form-left, .form-right{
    width: 100%;
}
.form-right, .form-left{
    padding: 0px 20px;
}
.kafelki-icon-list{
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
}
.kafelki-icon-item{
    width: 100%;
}
.kariera .photo-item{
    min-height: 700px !important;
}
.about-text-bg{
    padding: 24px 20px;
}
.about-text-icon p {
    font-size: 32px;
}
.logo_about{
    max-width: 100%;
}
.realizacje-list{
    flex-direction: column;
}
.realizacje-item{
    width: 100%;
}
.realizacje-bg{
    padding-right: 20px;
    padding-left: 20px;
}
.single-page-item{
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.single-headline{
    font-size: 32px;
}
.simple-text-container{
    flex-direction: column;
}
.simple-text-cnt{
    width: 100%;
}
.simple-text-container {
  gap: 48px;
}
.bg-gray{
    background-color: #fff;
}
.slide-caption{
    width: 100% !important;
    padding: 48px 0px !important;
}
.gallery{
    overflow: hidden;
}
.flex-row-tabs{
    flex-direction: column;
}
.tabs-col{
    width: 100%;
}
.tabs-content{
    width: 100%;
    padding: 0px;
}
.chess-tabs-list {
  flex-direction: column;
  align-items: center;
    gap: 24px;
}
.blog-feed-item {
  width: 100%;
}
.extra_header p {
  font-size: 34px;
}
.simple-box-white {
  flex-direction: column;
}
.simple-box-white .chess-main-left{
  order: 2;
}
.chess-main-right-simple{
  order: 1;
  width: 100% !important;
}
.our-projects .hero-page-bg{
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.our-projects .chess-simple-white {
    margin-top: 0px;
  }
.extra_header {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0px;
}
.headline-item, .headline-content-item{
  padding-left: 20px;
  padding-right: 20px;
}
.kafelki-what-list {
  flex-direction: column;
}
.headline-item p {
  font-size: 34px;
  }
.headline-item{
  padding-top: 48px;
}
.three_x .kafelki-three-what {
  width: 100%;
}
.pb128 {
  padding-bottom: 64px;
}
.team-box {
  padding-top: 48px;
}
.team-title {
  font-size: 36px;
}
.team-group-image {
  height: auto;
  aspect-ratio: 792 / 376;
}
.team-people {
  grid-template-columns: 1fr;
  clip-path: none;
}
.team-person {
  width: auto;
  padding: 24px;
  border-right: 0;
  border-bottom: 1.5px solid #CCD3E2;
}
.team-person:last-child {
  border-bottom: 0;
}
.page-id-1556   .chess-simpleitem {
  background-color: unset !important;
  }
.get-know{
    flex-direction: column;
}
.cert-bg {
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
}
.cert-element{
  width: 100% !important;
}
.get-know-left{
    width: 100%;
    padding: 48px 0px;
}
.get-know-right{
    width: 100%;
    padding: 48px 20px;
}
.form-row-x{
    flex-direction: column;

}
.form-item-x{
    width: 100%;
}
.nav a::before{
    display: none;
}
.nav a{

}
.tabs-bg {
    background-color: #fff;
    padding-top: 48px;
  }

.overlay-single-offer {
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  left: 0%;
  bottom: 0%;
  padding: 48px 24px;
}
.single-headline-offer p{
    font-size: 36px;
}
.left_bottom{
    padding: 24px;
}
.kafelki-four-icon-list{
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
}
.kafelki-four-icon-item{
    width: 100%;
}
.left_top {
  position: absolute;
  left: 0%;
  top: 0%;
  padding: 48px 20px;
}
.single-oferta .photo-item{
    min-height: 700px !important;
    padding-top: 24px;
}
.single-oferta .gallery-wrapper{
    padding-top: 48px;
}

.download-wrapper {
  padding: 48PX 20PX;
}
.data-box{
    flex-direction: column;
}
.data-box-column {
  width: 100%;

}
.l-pad {
  padding-right: 20px !important;
}
.chess-simple-left-content {
  padding: 0px 20px;
}
.white-bg {
  width: 100% !important;
}
.download-box {
  flex-direction: column;
}
.box-download{
    width: 100%;
}
.w-50{
    width: 100% !important;
}
.photo-headline-y p{
    font-size: 16px;
}
.plan-item{
    min-height: 300px !important;
    background-size: contain;
}
.teacher-item {
  flex-direction: column;
  display: flex;
  width: 100%;
  padding: 20px;
  background-color: #fff;
}
.teacher-bg{
    padding: 0px 20px;
}
.teacher-row {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 24px;
}
.paginate-box{
    display: none;
}
.logo-container {
  padding: 48px 20px;
}
.tabs-row.b48{
    flex-direction: column;
}
.tab-title{
    min-width: unset;
}
body {

  padding-top: 80px;
  background-color: #fff;
}
.header .right-contact{
    display: none !important;
}
.simple-cnt-white{

}
.chess-simpleitem-text {
  gap: 24px;
}
.chess-simpleitem .chess-simple-left{
  order: 1;
}
.chess-simpleitem .chess-simple-right{
  order: 2;
}
.page-id-2 .chess-simpleitem .chess-simple-left{
  order: 2;
}
.page-id-2 .chess-simpleitem .chess-simple-right{
  order: 1;
}
.single-container-bottom {
  margin-top: 0px !important;
  padding: 0px 20px;
}
.single-bottom {
  flex-direction: column;
}
.blog-item-third {
  width: 100%;

}
.stickymenu .header {

    max-height: 120px;
}
.bg-hero{
  height: unset !important;
}
.hide-mobile{
  display: none;
}
.b-top-gray{
  border-top: unset;
}
.logo-img{
  padding-left: 0px;
}
.gallery-bg-feed{
  background-position: top;
}
.kafelki-offer-icon {

  align-self: flex-end;
}
.gallery-wrapper{
  padding: 0px 20px;
}
.hero-page-item{
  background-size: contain;
  justify-content: center !important;
}
.kafelki-item{
  padding: 24px;
}
 .history-left {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.history-element {
  display: flex;
  gap: 24px;
  padding: 24px 0px 24px 24px;
  flex-direction: column;
}
.page-id-330 .chess-text-wrapper {
    padding: 48px 0px 48px 0px;
  }
  .tabs-bg {
  background-color: #fff;
  padding: 0px;
}
.white-breadcrumb{
    gap: 6px;
}
.data-box-column:last-child .data-head {
  border-bottom: unset;
  justify-content: center;
}
.slide-hero-title p{
    font-size: 32px;
}
.navi-hero {
  position: absolute;
  padding-left: 20px;
  top: 30%;
}
.nav ul{
    gap: 24px;
}
.mapa-bg{
    margin: -48px 0px 0px;
}
.color-black-bg {
  background-color: #000;
  margin-bottom: -48px;
}
.cecha-box{
    flex-direction: column;
}
.cecha{
    width: 100%;
}
.menu-wrap-list ul{
    display: none;
}
.menu-wrap-list.exist.open ul{
    display: flex !important;
}
.page-id-2 .chess-main-left {
    min-height: 1000px;
  }
.blog-item {
  flex-direction: column;
}
.building-log-list{
    flex-direction: column;
    padding: 48px 20px;
    
}
    .arrow-menu{
        display: none !important;
    }
    .sub-menu{
        margin-bottom: -16px !important;
    }
} 
  @media only screen and (min-width: 1201px)   { 
 .hide-desktop{
  display: none;
 }

}


 @media only screen and (min-width: 200px) and (max-width: 480px)  { 
   .tabs-col {
    width: 100%;
    flex-direction: column;
    background-color: white;
    gap: 24px;
  }
    .copyright{
        flex-direction: column;
    }

}


@media only screen and (max-width:372px) {
    .alignnone{
        margin-right: unset;
    }
    .tabs-item-content-title-name {
  font-family: "Raleway Regular",serif;
  line-height: 150%;
  font-size: 12px;
  color: #696C75;
}

/* Insights & News uses the orange project-feed visual language. */
.insights-news .blog-feed-bg {
  padding: 128px 0;
  background-color: #fff;
}
.insights-news .tabs-column-x {
  align-items: flex-start;
}
.insights-news .tabs-col {
  display: inline-flex;
  width: fit-content !important;
  margin: 0 0 64px !important;
  padding: 8px;
  border-radius: 64px;
  background-color: #FDE4D4;
}
.insights-news .tab-title {
  min-height: 52px;
  padding: 12px 24px;
  border-radius: 64px;
  color: #FF6600;
  font-family: 'Raleway Regular';
  font-size: 18px;
}
.insights-news .tab-title.active,
.insights-news .tab-title:hover {
  background-color: #FF6600;
  color: #fff;
}
.aktuelles .tab-title.active,
.aktuelles .tab-title:hover {
  background-color: #FF6600;
  color: #fff;
}
.insights-news .tabs-content {
  display: block;
}
.insights-news .list-blog {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px 32px;
  width: 100%;
  padding: 0;
}
.insights-news .blog-feed-item {
  display: flex;
  flex-direction: column;
  width: auto;
  min-height: 520px;
  clip-path: none;
}
.insights-news .blog-feed-image {
  display: block;
  min-height: 0;
  aspect-ratio: 1.85 / 1;
  clip-path: polygon(0 0, calc(100% - 80px) 0, calc(100% - 64px) 16px, 100% 16px, 100% 100%, 0 100%);
}
.insights-news .blog-feed-item-title {
  display: block;
  min-height: 0;
  margin: 28px 0 24px;
  padding: 0;
  overflow: visible;
  color: #3A3D46;
  font-family: 'Raleway Regular';
  font-size: 26px;
  line-height: 115%;
}
.insights-news .blog-item-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding: 0;
}
.insights-news .blog-item-date {
  color: #33CD33;
  font-family: 'Raleway Medium';
  font-size: 18px;
}
.insights-news .blog-item-bottom .butt-cta {
  padding: 16px 32px;
  background-color: #FF6600;
}
.insights-news .blog-item-bottom .button-darkblue {
  color: #fff;
  font-family: 'Raleway Regular';
  font-size: 18px;
}
@media only screen and (max-width: 1200px) {
  .insights-news .blog-feed-bg {
    padding: 64px 0;
  }
  .insights-news .tabs-col {
    max-width: 100%;
    overflow-x: auto;
  }
  .insights-news .tab-title {
    flex: 0 0 auto;
  }
  .insights-news .list-blog {
    grid-template-columns: 1fr;
  }
  .insights-news .blog-feed-item {
    min-height: 0;
  }
}

/* Compact Insights & News cards match the 384 x 349 design grid. */
@media only screen and (min-width: 1201px) {
  .insights-news .tabs-col {
    margin-bottom: 48px !important;
    padding: 4px;
  }
  .insights-news .tab-title {
    min-height: 40px;
    padding: 8px 16px;
    font-size: 14px;
  }
  .insights-news .list-blog {
    grid-template-columns: repeat(3, 384px);
    justify-content: center;
    gap: 32px;
  }
  .insights-news .blog-feed-item {
    width: 384px;
    min-height: 349px;
  }
  .insights-news .blog-feed-image {
    height: 192px;
    aspect-ratio: auto;
  }
  .insights-news .blog-feed-item-title {
    margin: 16px 0;
    font-size: 16px;
  }
  .insights-news .blog-item-date {
    font-size: 14px;
  }
  .insights-news .blog-item-bottom .butt-cta {
    padding: 12px 24px;
  }
  .insights-news .blog-item-bottom .button-darkblue {
    font-size: 14px;
  }
}

.insights-news .blog-pagination {
  grid-column: 1 / -1;
  margin-top: 16px;
}
.insights-news .blog-pagination .page-numbers {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.insights-news .blog-pagination a,
.insights-news .blog-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0 12px;
  border-radius: 50%;
  color: #FF6600;
  font-family: 'Raleway Medium';
  text-decoration: none;
}
.insights-news .blog-pagination .current,
.insights-news .blog-pagination a:hover {
  background-color: #FF6600;
  color: #fff;
}
.kafelki-subtitle-what {
    font-size: 24px;
  }.wrapper-single-content p {

  font-size: 12px;

}
.logo-img {  
  height: 50px !important;
  }
.stickymenu .header .logo-img {
height: 50px !important;
  
  bottom: 0px;
}
 .photo-headline-x p {
    font-size: 32px;
  }
  .photo-text h2 {
  font-size: 32px;
}
.founders-subtitle p {
  font-size: 32px;
  }
}
 
@media only screen and (min-width:500px) and (max-width:1150px) {
 .chess-main-right {
    min-height: 1100px;
  }
 .founders-box .chess-main-right {
  height: auto !important;
  min-height: 0;
  aspect-ratio: 3 / 4;
}

}
@media only screen and (min-width:513px) and (max-width:729px) {

.tabs-item{
  width: 70%;
}
}

@media only screen and (min-width:730px) and (max-width:779px) {

.tabs-item{
  width: 50%;
}
}
@media only screen and (min-width:780px) and (max-width:1090px) {

.tabs-item{
  width: calc((100% - 48px) / 2);
}
}
@media only screen and (min-width:1091px) and (max-width:1280px) {

.tabs-item{
  width: calc((100% - 48px) / 3)
}
.chess-tabs-list {
  justify-content: center;
}
}

/* Insights & News desktop and tablet overrides. */
.insights-news .blog-feed-bg {
  padding: 128px 0;
  background-color: #fff;
}
.insights-news .tabs-column-x {
  align-items: flex-start;
}
.insights-news .tabs-col {
  display: inline-flex;
  width: fit-content !important;
  margin: 0 0 64px !important;
  padding: 8px;
  border-radius: 64px;
  background-color: #FDE4D4;
}
.insights-news .tab-title {
  min-height: 52px;
  padding: 12px 24px;
  border-radius: 64px;
  color: #FF6600;
  font-family: 'Raleway Regular';
  font-size: 18px;
}
.insights-news .tab-title.active,
.insights-news .tab-title:hover {
  background-color: #FF6600;
  color: #fff;
}
.insights-news .tabs-content {
  display: block;
}
.insights-news .list-blog {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px 32px;
  width: 100%;
  padding: 0;
}
.insights-news .blog-feed-item {
  display: flex;
  flex-direction: column;
  width: auto;
  min-height: 520px;
  clip-path: none;
}
.insights-news .blog-feed-image {
  display: block;
  min-height: 0;
  aspect-ratio: 1.85 / 1;
  clip-path: polygon(0 0, calc(100% - 80px) 0, calc(100% - 64px) 16px, 100% 16px, 100% 100%, 0 100%);
}
.insights-news .blog-feed-item-title {
  display: block;
  min-height: 0;
  margin: 28px 0 24px;
  padding: 0;
  overflow: visible;
  color: #3A3D46;
  font-family: 'Raleway Regular';
  font-size: 26px;
  line-height: 115%;
}
.insights-news .blog-item-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding: 0;
}
.insights-news .blog-item-date {
  color: #33CD33;
  font-family: 'Raleway Medium';
  font-size: 18px;
}
.insights-news .blog-item-bottom .butt-cta {
  padding: 16px 32px;
  background-color: #FF6600;
}
.insights-news .blog-item-bottom .button-darkblue {
  color: #fff;
  font-family: 'Raleway Regular';
  font-size: 18px;
}
@media only screen and (max-width: 1200px) {
  .insights-news .blog-feed-bg {
    padding: 64px 0;
  }
  .insights-news .tabs-col {
    max-width: 100%;
    overflow-x: auto;
  }
  .insights-news .tab-title {
    flex: 0 0 auto;
  }
  .insights-news .list-blog {
    grid-template-columns: 1fr;
  }
  .insights-news .blog-feed-item {
    min-height: 0;
  }
}
