/*
 Theme Name:     ITDesk
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         ITDesk
 Author URI:     https://www.itdesk.eu
 Template:       Divi
 Version:        1.0.0
*/


/* global */

 body {
    font-weight:400;
} 

:root {
    --primary:#1a2942;
    --secondary:#9fc33a;
}

.et_pb_row, .container {
    width: 90%;
}

.hero h1 {
    font-size:70px;
    line-height:1;
    font-weight:600;
}

.title h1 {
    font-size:80px;
    line-height:1;
    font-weight:500;
}

.hero-home h1 {
    font-size:50px;
    line-height:1.1;
    font-weight:600;
}

.single-post h1.entry-title {
    font-size:50px;
    line-height:1.2;
}

.hero h1 span, #hero-branze h1 span {
    color:#9fc33a;
}

.dflex-btn {
    display: flex;
    gap:20px;
    justify-content: center;
}

.dflex-btn.left {
    justify-content: flex-start;
}

.btn {
    max-width:360px;
}

.btn, .wpcf7-submit, .w3eden .btn {
    
    letter-spacing: 1px;;
    position: relative;
    line-height:1;
    font-weight: 500;
    overflow: hidden;
    background: none;
    text-align: center;
    border-radius: 3px;
    display: inline-grid;
    padding: 16px 40px!important;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn.red {
    background-color: #E0395E;
}

.btn.dark {
    background-color: #1A2942;
    border: 1px solid #ffffff;
}

.btn.green, .wpcf7-submit {
    background-color: #9fc33a;
}

.btn.white {
    background-color: #ffffff;
    color:#1a2942;
    border:1px solid #ddd;
}

.btn.trans {
    background-color: transparent;
    color:#ffffff;
    border:1px solid #ffffff;
}

#hero .btn.white, #hero-branze .btn.white {
    border-width:0;
}

.btn:before, .wpcf7-submit:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
    background-color: #ffffff;
}

.btn.white:before {
    background-color: #1A2942;
}

.btn .txt, .wpcf7-submit .txt {
    position: relative;
    z-index: 1;
    text-shadow: none;
    
}

.btn.red:hover, .btn.green:hover, .btn.dark:hover,.wpcf7-submit:hover  {
    color: #1a2942;
}

.btn.white:hover  {
    color: #ffffff;
}

.btn:hover::before, .wpcf7-submit:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.centra {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.small {
    font-size: .7em;
    color: #999999;
    line-height: 1.4;
}


.subtitle {
    font-size:14px;
    text-transform: uppercase;
    color:#999999;
    letter-spacing: 2px;
    font-weight:700;
    margin-bottom:20px;
}

.title h2 {
    font-size:44px;
    line-height:1.1;
    font-weight:500;
}

.title.bigger h2 {
    font-size:54px;
  
}

.title h2 span {
    color:#9fc33a;
}

.title h3 {
    font-size:40px;
    line-height:1.1;
    font-weight:500;
}

.title h4 {
    font-size:30px;
    line-height:1.1;
    font-weight:500;
}


.full-image, .full-image .et_pb_image_wrap  {
    width:100%;
    height:100%;
}

.full-image .et_pb_image_wrap  img {
    width:100%;
    height:100%;
    object-fit: cover;
}


.dflex {
    display: flex;
}

.blurb-left h4 {
    padding-bottom:0;
    line-height:1.2;
}

.blurb-left .et_pb_blurb_container {
    vertical-align: middle;
}

.blurb-left .et_pb_blurb_content {
    margin-left:0;
}

.oval img {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    box-shadow: 0 25px 98px rgb(0 0 0 / 10%);
    transition: .25s;
}

.oval img:hover {
    border-radius: 40% 70% 70% 40%/40% 40% 70% 70%;
}

.number {
    font-size:70px;
    font-weight:900;
    color:#9fc33a;
    margin-bottom:30px;
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    text-align: center;
    transition: .25s;
    width:120px;
    height:120px;
    background-color: #F2F6F8;
    line-height: 120px;
    padding:0;
    margin:0;
}

@media screen and (max-width:1500px) {
    
    .hero-home h1 {
        font-size:44px;
       
    }
}

@media screen and (max-width:1440px) {
    .hero h1 {
        font-size:70px;
    }

   
}

@media screen and (max-width:1360px) {
    .hero h1 {
        font-size:60px;
    }

    .title h1 {
        font-size:60px;
       
    }

    .hero-home h1 {
        font-size:40px;
       
    }

    .title h2 {
        font-size: 36px;
        
    }

    .title h3 {
        font-size:36px;
       
    }

    .title h4 {
        font-size: 24px;
       
    }
}

@media screen and (max-width:1240px) {
    .btn {
        font-size:14px;
        
    }

    .hero-home h1 {
        font-size:36px;
       
    }
}

@media screen and (max-width:1140px) {
    .hero h1 {
        font-size:50px;
    }

    .single-post h1.entry-title { 
        font-size:40px;
    }

    

    .title h3 {
        font-size:32px;
       
    }
}

@media screen and (max-width:980px) {
    .reverse {
        display: flex;
        flex-direction: column-reverse;
        gap:20px;
    }
}

@media screen and (max-width:767px) {
    .hero h1 {
        font-size:40px;
    }

    .hero-home h1 {
        font-size:28px;
       
    }

    .single-post h1.entry-title {
        font-size:30px;
    }

    .title h2 {
        font-size:32px;
        line-height:1.1;
    }

    .title h3 {
        font-size:28px;
        text-align: center;
       
    }

    .dflex-btn {
        flex-direction: column;
        align-items: center;
    }

    .btn {
        width:100%;
    }

    .blurb-left h4 {
   font-size:16px;
}
}

@media screen and (max-width:479px) {

  

    .hero h1 {
        font-size:30px;
        line-height:1.2;
    }

    .title h1 {
    font-size:40px;
    line-height:1.1;
   
}

 .title.bigger h2 {
    font-size:34px;
    line-height:1.1;
   
}

    .single-post .hero h1 {
        font-size:30px;
        line-height:1.1;
    }

    .title h2 {
        font-size:28px;
    }

    .title h3 {
        font-size:24px;
        
       
    }

    .title h4 {
        font-size:24px;
       
    }

    
    
}
/* global */

 /* animowany background */

 .kb-zoomout .et_pb_slide .et_parallax_bg {
    animation: zoomout 20s forwards;
   -ms-animation: zoomout 20s forwards;
   -webkit-animation: zoomout 20s forwards;
   -0-animation: zoomout 20s forwards;
   -moz-animation: zoomout 20s forwards;
  
 }
  
 .kb-zoomin .et_pb_slide .et_parallax_bg {
    animation: zoomin 20s forwards;
   -ms-animation: zoomin 20s forwards;
   -webkit-animation: zoomin 20s forwards;
   -0-animation: zoomin 20s forwards;
   -moz-animation: zoomin 20s forwards;
  
 }
  
 .kb-zoomin-right .et_pb_slide .et_parallax_bg {
    animation: zoomin-right 20s forwards;
   -ms-animation: zoomin-right 20s forwards;
   -webkit-animation: zoomin-right 20s forwards;
   -0-animation: zoomin-right 20s forwards;
   -moz-animation: zoomin-right 20s forwards;
  
 }
  
 .kb-zoomout-right .et_pb_slide .et_parallax_bg {
    animation: zoomout-right 20s forwards;
   -ms-animation: zoomout-right 20s forwards;
   -webkit-animation: zoomout-right 20s forwards;
   -0-animation: zoomout-right 20s forwards;
   -moz-animation: zoomout-right 20s forwards;
  
 }
  
 .kb-zoomout .et_parallax_bg {
    animation: zoomout 22s forwards;
   -ms-animation: zoomout 22s forwards;
   -webkit-animation: zoomout 22s forwards;
   -0-animation: zoomout 22s forwards;
   -moz-animation: zoomout 22s forwards;
  
 }
  
 .kb-zoomin .et_parallax_bg {
    animation: zoomin 22s forwards;
   -ms-animation: zoomin 22s forwards;
   -webkit-animation: zoomin 22s forwards;
   -0-animation: zoomin 22s forwards;
   -moz-animation: zoomin 22s forwards;
  
 }
  
 .kb-zoomin-right .et_parallax_bg {
    animation: zoomin-right 20s forwards;
   -ms-animation: zoomin-right 20s forwards;
   -webkit-animation: zoomin-right 20s forwards;
   -0-animation: zoomin-right 20s forwards;
   -moz-animation: zoomin-right 20s forwards;
  
 }
  
 .kb-zoomout-right .et_parallax_bg {
    animation: zoomout-right 20s forwards;
   -ms-animation: zoomout-right 20s forwards;
   -webkit-animation: zoomout-right 20s forwards;
   -0-animation: zoomout-right 20s forwards;
   -moz-animation: zoomout-right 20s forwards;
  
 }
  
  
  
 @keyframes zoomout{
 0% {
     -ms-transform: scale3d(1.5, 1.5, 1.5) translate3d(-0px, 0px, 0px);
     -webkit-transform: scale3d(1.5, 1.5, 1.5) translate3d(0px, 0px, 0px);
     -o-transform: scale3d(1.5, 1.5, 1.5) translate3d(0px, 0px, 0px);
     -moz-transform: scale3d(1.5, 1.5, 1.5) translate3d(0px, 0px, 0px);
     transform: scale3d(1.5, 1.5, 1.5) translate3d(0px, 0px, 0px);
     animation-timing-function: linear;
 }
  
  
 100% {
     -ms-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
     -webkit-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
     -o-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
     -moz-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
     transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
  
 }
 }
  
 @keyframes zoomin{
 0%{
     -ms-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
     -webkit-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
     -o-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
     -moz-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
     transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
     animation-timing-function: linear;
  
  
 }
  
  
 100%{
     -ms-transform: scale3d(1.5, 1.5, 1.5) translate3d(-0px, 0px, 0px);
     -webkit-transform: scale3d(3.5, 3.5, 3.5) translate3d(0px, 0px, 0px);
     -o-transform: scale3d(1.5, 1.5, 1.5) translate3d(0px, 0px, 0px);
     -moz-transform: scale3d(1.5, 1.5, 1.5) translate3d(0px, 0px, 0px);
     transform: scale3d(1.5, 1.5, 1.5) translate3d(0px, 0px, 0px);
  
 }
 }
  
 @keyframes zoomout-right{
 0%{
     -ms-transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -20px, 0px);
     -webkit-transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -20px, 0px);
     -o-transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -20px, 0px);
     -moz-transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -20px, 0px);
     transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -20px, 0px);
     animation-timing-function: linear;
 }
  
  
 100%{
     -ms-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
     -webkit-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
     -o-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
     -moz-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
     transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
  
 }
 }
  
 @keyframes zoomin-right{
 0%{
     -ms-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
     -webkit-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
     -o-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
     -moz-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
     transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
     animation-timing-function: linear;
 }
      
  
 100%{
     -ms-transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -20px, 0px);
     -webkit-transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -20px, 0px);
     -o-transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -20px, 0px);
     -moz-transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -20px, 0px);
     transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -20px, 0px);
  
 }
 }

/* end animowany background */

/* video button */

 

.request-loader {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 108px;
    width: 108px;
    border-radius: 100%;
    /* background: #af2525; */
    background: #E0395E;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
    margin:auto;
  }
  .request-loader a {
    position: relative;
    font-size: 72px;
    left: -3px;
  }
  .request-loader::after {
    opacity: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -8px;
    left: -8px;
    right: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 100%;
    border: 8px solid rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    -webkit-animation-name: ripple;
            animation-name: ripple;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
            animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    z-index: -1;
  }
  .request-loader::before {
    opacity: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -8px;
    left: -8px;
    right: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 100%;
    border: 8px solid rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    -webkit-animation-name: ripple;
            animation-name: ripple;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
            animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    z-index: -1;
  }
  
  @-webkit-keyframes ripple {
    from {
      opacity: 1;
      transform: scale3d(0.75, 0.75, 1);
    }
    to {
      opacity: 0;
      transform: scale3d(1.5, 1.5, 1);
    }
  }
  
  @keyframes ripple {
    from {
      opacity: 1;
      transform: scale3d(0.75, 0.75, 1);
    }
    to {
      opacity: 0;
      transform: scale3d(1.5, 1.5, 1);
    }
  }

  /* end video button */

  /* formularz */

  .formularz {
    width:100%;
}

.formularz input, .formularz textarea {
    width:100%;
    padding:15px;
    border-radius:4px;
    margin-bottom:10px;
    border-color:#dddddd;
}

.formularz input.wpcf7-submit {
    border:0;
    text-transform: uppercase;
}

.formularz input.wpcf7-submit:hover {
   background:#171422;
   color:#ffffff;
}

/* formularz */

/* menu */

.et-menu li li.menu-item-has-children>a:first-child:after {
    right:0;
}

.nav li li {
    padding:10px 20px;
}

#main-header .et_mobile_menu {
    background-color: var(--primary)!important;
    border-top: 0;
}

.mobile_menu_bar:before {
    color:#ffffff!important;
}

@media screen and (max-width:1240px) {
    body .et_pb_menu ul li a {
        font-size:14px!important;
    }
}

@media screen and (max-width:1140px) {
    body .et_pb_menu ul li a {
        font-size:13px!important;
        font-weight:500!important;
    }
}

/* end menu */

/* home */

/* #rozwiazania .et_pb_blurb {
    max-width:300px;
}

#rozwiazania .et_pb_blurb h4 {
   font-size:26px;
   font-weight:600;
   text-align: center;
   margin-bottom:10px;
   min-height:2.4em;
}

#rozwiazania .et_pb_blurb .et_pb_main_blurb_image {
    width:160px;
    height:160px;
    background-color: #F2F6F8;
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    
    transition: .25s;
}

#rozwiazania .et_pb_blurb .et_pb_main_blurb_image:hover {
    border-radius: 40% 70% 70% 40%/40% 40% 70% 70%;
    background-color: #1070C7;
}

#rozwiazania .et_pb_blurb .et_pb_main_blurb_image:hover img {
    filter: brightness(100);
}

#rozwiazania .et_pb_blurb .et_pb_image_wrap img {
    width:80px;
    height:80px;
    margin-top:30px;
    transition: all .3s;
}

#rozwiazania .dflex {
    gap:60px;
    justify-content: center;
    flex-wrap: wrap;
}

@media screen and (max-width:980px) {
    #rozwiazania .et_pb_blurb h4 {
        min-height:auto;
    }
}

@media screen and (max-width:479px) {
    #rozwiazania .et_pb_blurb h4 {
        font-size: 22px;
       min-height: auto;
    }

    #rozwiazania .et_pb_blurb .et_pb_image_wrap img {
        width:60px;
        height:60px;
    }

    #rozwiazania .et_pb_blurb .et_pb_main_blurb_image {
        width: 120px;
        height: 120px;
    }
} */

#itdesk>.et_pb_row>.et_pb_column:first-child {
    transform: translateY(-20px);
}

#itdesk>.et_pb_row>.et_pb_column:nth-child(2) {
    transform: translateY(40px);
}

/* #itdeskhome>.et_pb_row>.et_pb_column:first-child {
    transform: translateY(-20px);
} */

/* #itdeskhome>.et_pb_row>.et_pb_column:nth-child(2) {
    transform: translateY(-40px);
} */

#itdesk .et_pb_number_counter {
    max-width:230px;
    float:left;
     background:#ffffff;
    padding:10px 20px;
    border-radius:8px;
    margin-right:20px;
}

#itdesk .et_pb_number_counter .percent-value {
    font-weight:600;
    font-size:50px;
    display: flex;
    gap: 10px;
    align-items: flex-end;
    color:#1070C7!important;
}

#itdesk .et_pb_number_counter .percent-value:after {
    content:'l+';
    display: block;
    text-transform: uppercase;
}

#itdesk .et_pb_number_counter h3 {
    font-size:16px;
    font-weight:500;
    line-height:1.1;
}

#itdesk .et_pb_number_counter .percent {
   margin-bottom:0;
}

#itdeskhome .et_pb_number_counter {
    max-width:260px;
    background:#ffffff;
    padding:10px 20px;
    border-radius:8px;
}

#itdeskhome .et_pb_number_counter .percent-value {
    font-weight:600;
    font-size:50px;
    display: flex;
    gap: 10px;
    align-items: center;
    color:#1070C7!important;
}

#itdeskhome .et_pb_number_counter .percent {
   margin-bottom:0;
}

#itdeskhome .et_pb_number_counter .percent-value:after {
    content:'l+';
    display: block;
    text-transform: uppercase;
}

#itdeskhome .et_pb_number_counter h3 {
    font-size:16px;
    font-weight:500;
    line-height:1.1;
}

.boxblurb {
    display:flex;
    flex-wrap: wrap;
    gap:20px;
}

.boxblurb .et_pb_blurb {
    background:#ffffff;
    padding:30px;
    width:48%;
    min-height:150px;
    border-radius:8px;
}

.boxblurb .et_pb_blurb h4 {
  font-size:24px;
  font-weight:700;
}

.boxblurb .et_pb_blurb .et_pb_blurb_description {
    line-height:1.5;
    font-size:15px;
}

.home-blurb .et_pb_blurb .et_pb_module_header {
    font-size:24px;
    margin-bottom:15px;
}

@media screen and (max-width:1360px) {
    .home-blurb .et_pb_blurb .et_pb_module_header {
        font-size:20px;

    }

    .home-blurb .et_pb_blurb .et_pb_blurb_description {
        font-size:15px;
        line-height:1.5;
    }
}


@media screen and (max-width:1240px) {
    #itdesk .et_pb_number_counter {
        margin-right:20px;
        padding-right:10px;
    }

    #itdesk .et_pb_number_counter .percent {
        margin-bottom:0;
    }

 

 
}

@media screen and (max-width:1140px) {
    .display1140 {
        width:0!important;
    }

    .boxblurb {
        width:100%!important;
        padding-right:0!important;
    }
}

@media screen and (max-width:767px) {
    #itdesk .et_pb_number_counter {
        max-width: 100%;
        float: none;
        margin-right: 0;
        border-right: 0;
        height: auto;
    }

    #itdesk .et_pb_number_counter .percent {
        height:auto;
    }

    #itdesk .et_pb_number_counter .percent-value {
        justify-content: center;
    }

    #itdesk .et_pb_number_counter h3 {
        text-align: center;
    }

    .boxblurb .et_pb_blurb {
       
        width:100%;
        min-height:none;
        
    }
}

.dlaczego {
    padding-bottom:0!important;
    min-height:300px;
}

/* #dlaczego .et_pb_row {
    padding:40px 0;
} */

.dlaczego .et_pb_column {
    border:3px solid #F2F6F8;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding:30px;
   
}

.dlaczego.row4 .et_pb_column.et-last-child {
    background-color: #1070C7;
    border-color:#1070C7;
    align-items: center;
}

.dlaczego.row4 .et_pb_column.et-last-child h2 {
    font-size:50px;
    font-weight:600;
}

.dlaczego.row4 .et_pb_column.et-last-child h3 {
    font-weight:400;
}

.dlaczego .et_pb_column:before,
.dlaczego.row2 .et_pb_column:first-child:after {
    content:'';
    border-top:3px solid #F2F6F8;
    position: absolute;
    width: 45px;
    right: -45px;
    top: 50%;
}

.dlaczego .et_pb_column.et-last-child:before,
.dlaczego.row2 .et_pb_column:first-child:before {
    transform: rotate(90deg);
    left: 50%;
    right: auto;
    top: auto;
    bottom: -24px;
    width:44px;
}

.dlaczego.row2 .et_pb_column.et-last-child:before,
.dlaczego.row4 .et_pb_column.et-last-child:before {
    display:none;
}

.dlaczego .et_pb_column h3 {
    font-size:26px;
    font-weight:600;
}

.why {
    min-height:300px;
}

.why .et_pb_column {
   
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding:40px;
    border:1px solid #f2f6f8;
    border-radius:8px;
   
}

.why.last .et_pb_column.et-last-child {
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.why .et_pb_column h3 {
    font-size:30px;
    font-weight: 600;
}

.why .et_pb_column h4 {
    font-size:26px;
    font-weight: 400;
}

.why h2 {
    font-size:50px;
    font-weight:600;
}

.why .et_pb_blurb h4 {
    font-size:30px;
    font-weight: 600;
}

#rozwiazania .why .et_pb_blurb h4 {
    font-size:24px;
    line-height:1.2;
}

.why .et_pb_blurb .et_pb_blurb_content {
    max-width:none;
}

@media screen and (min-width:981px) {
    /* #dlaczego .et_pb_column {
        margin-right:40px;
    }  */
}

@media screen and (max-width:1240px) {
    .why .et_pb_blurb h4 {
        font-size:22px;
        
    }
}

@media screen and (max-width:980px) {
    .dlaczego .et_pb_column:before,
    .dlaczego.row2 .et_pb_column:first-child:after {
       display:none;
    }
    
    .dlaczego .et_pb_column.et-last-child:before,
    .dlaczego.row2 .et_pb_column:first-child:before {
       display:none;
    }

    .dlaczego.row4 .et_pb_column.et-last-child h2 {
        font-size:40px;
       
    }

    .dlaczego.row4 .et_pb_column.et-last-child h3 {
        font-size:22px;
        line-height:1.1;
    }

    .why .et_pb_blurb {
       margin-bottom:30px!important;
    }

    .why .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon {
       font-size:24px;
    }

    .why .et_pb_column h4 {
        font-size:22px;
        line-height:1.1;
    }
    
    .why h2 {
        font-size:40px;
       
    }
    
}

@media screen and (max-width:767px) {
    .why .et_pb_column h4 {
        font-size:20px;
      
    }
    
    .why h2 {
        font-size:30px;
       
    }

    .why .et_pb_column {
   
    padding:30px 20px;
   
   
}

#rozwiazania .why .et_pb_blurb h4 {
    font-size:20px;
    
}
}

/* .casestudy .et_pb_column:before {
    content: '';
    display: block;
    width:100%;
    height:100%;
    background: #000;
    opacity: .2;
    position: absolute;
    top:0;
    left:0;
    transition: all 1s;
} */



.casestudy .et_pb_column {
    /* padding:20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; */
    overflow: hidden;
    border-radius:8px;
}

.casestudy .et_pb_column h3 {
    font-size:32px;
    transition: all .3s;
    line-height:1.1;
    font-weight:500;
}

.casestudy .et_pb_column .et_pb_image,
.casestudy .et_pb_column .et_pb_image .et_pb_image_wrap  {
    width:100%;
    height:100%;
}

.casestudy .et_pb_column .et_pb_image img {
    width:100%;
    height:100%;
    object-fit: cover;
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.casestudy .et_pb_column .content img {
    -webkit-transform: scale(1)!important;
    transform: scale(1)!important;
    max-width:180px;
}

.casestudy .et_pb_column:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.casestudy .et_pb_column .content p {
   line-height:1.4;
}


/* 
.casestudy .et_pb_column:hover:before {
    background:#ffffff;
    opacity:1;
   } */

.casestudy .et_pb_column .title {
    position: absolute;
    left: 20px;
    bottom: 20px;
    padding-right:20px;
    z-index: 1;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.casestudy .et_pb_column:hover .title {
    opacity: 0;
    visibility: hidden;
}

.casestudy .et_pb_column .content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background:#ffffff;
    padding: 25px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
    visibility: hidden;
}

.casestudy .et_pb_column:hover .content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.casestudy .et_pb_column .content .et_pb_text_inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
    right: 20px;
    margin: 0 auto;
}

@media screen and (max-width:980px) {
    .casestudy .et_pb_column {
        height:400px;
    }
}

@media screen and (max-width:767px) {
    .casestudy .et_pb_column h3 {
        font-size:24px;
    }

    .casestudy .et_pb_column p {
        font-size:14px;
    }

}


.blurb-wdrozenia .et_pb_blurb {
    background-color: #f7f7f7;
    border-radius:8px;
    padding:30px 15px;
    min-height:240px;
}

#dodatki .et_pb_blurb {
    width:100%;
    min-height:300px;
    background-color: #Ffffff;
    
    /* box-shadow: 0 10px 18px rgb(0 0 0 / 10%); */
    transition: .25s;
    padding:30px;
}

#dodatki .et_pb_blurb:hover {
    background-color: #1070C7;
}

#dodatki .et_pb_blurb h4 {
    font-size:30px;
    font-weight:600;
}

#dodatki .et_pb_blurb:hover h4,
#dodatki .et_pb_blurb:hover {
   color:#ffffff;
}

#dodatki .et_pb_blurb:hover .et_pb_main_blurb_image img {
    filter: brightness(100);
}

#dodatki .et_pb_blurb .et_pb_image_wrap img {
    width:80px;
    height:80px;
    margin-top:30px;
    transition: all .3s;
}

#integracje .et_pb_column.et-last-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:30px;
}

#integracje .et_pb_blurb {
    width:30%;
    background:#ffffff;
    padding:20px;
    border-radius:6px;
}

#integracje .et_pb_blurb .et_pb_blurb_container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height:100%;
    
}

#integracje .et_pb_blurb .et_pb_blurb_content {
    height:100%;
}

#integracje .et_pb_blurb h4 {
   font-size:20px;
   font-weight:600;
   line-height:1.1;
   padding-bottom:30px;
}

 #integracje .et_pb_blurb .et_pb_blurb_description {
        font-size:15px;
        line-height:1.4;
    }

@media screen and (max-width:1360px) {
    #integracje .et_pb_blurb .et_pb_blurb_description {
        font-size:14px;
       
    }
}

@media screen and (max-width:1080px) {
    #integracje .et_pb_blurb h4 {
        font-size:18px;
        font-weight:600;
        padding-bottom:15px;
     }
}

@media screen and (max-width:767px) {
    #integracje .et_pb_blurb {
        width:48%;
    }
}

@media screen and (max-width:479px) {
    #integracje .et_pb_blurb {
        width:100%;
    }
}

#newsy .et_pb_ajax_pagination_container {
    display: flex;
    flex-wrap: wrap;
    gap:20px;
    justify-content: center;
}

#newsy .et_pb_ajax_pagination_container article {
    width:22%;
    padding:20px;
    /* border:3px solid #F2F6F8; */
    margin-bottom:0;
}

#newsy .et_pb_ajax_pagination_container article h2 {
   font-size:20px;
   line-height:1.2;
}

#newsy .et_pb_ajax_pagination_container article .post-meta {
    font-size:14px;
    
 }

#newsy .et_pb_ajax_pagination_container>div  {
    width:100%;
}

.logotypy {
    display:flex;
}


@keyframes slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }

  .logos {
    overflow: hidden;
    padding: 60px 0;
    background: white;
    white-space: nowrap;
    position: relative;
  }
  
  
  
  .logos:hover .logos-slide .et_pb_column {
    animation-play-state: paused;
  }
  
  .logos-slide .et_pb_column {
    display: flex;
    align-items: center;
    gap:20px;
    animation: 35s slide infinite linear;
  }
  
  .logos-slide .et_pb_image img {
    height: auto;
    width:auto;
    margin: auto;
    filter: grayscale(100%);
    opacity:.4;
  }

  .logos-slide .et_pb_image {
   width:200px;
  }

  .logos-slide {
    display: inline-block;
  }

@media (min-width:980px) {
    .logos:before,
  .logos:after {
    position: absolute;
    top: 0;
    width: 350px;
    height: 100%;
    content: "";
    z-index: 12;
  }
  
  .logos:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
  }
  
  .logos:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
  }
}


@media screen and (max-width:1360px) {
    #newsy .et_pb_ajax_pagination_container article h2 {
        font-size:20px;
       
     }
}

@media screen and (max-width:980px) {
    #newsy .et_pb_ajax_pagination_container article {
        width:31%;
        
    }
}

@media screen and (max-width:767px) {
    #newsy .et_pb_ajax_pagination_container article {
        width:48%;
        
    }
}

@media screen and (max-width:479px) {
    #newsy .et_pb_ajax_pagination_container article {
        width:100%;
        
    }
}

/* end home */

/* wpisy */

.nav-single {
    display: flex;
}

.nav-single span {
    width:50%;
}

.nav-next {
    text-align:right;
}

/* end wpisy */


/* branze */

.ilbox .et_pb_blurb {
    max-width:340px;
}

.ilbox.twoinrow .et_pb_blurb {
    max-width:48%;
}

.ilbox .et_pb_blurb h4 {
   font-size:26px;
   font-weight:600;
   text-align: center;
   margin-bottom:10px;
   min-height:2.4em;
}

.ilbox .et_pb_blurb .et_pb_main_blurb_image {
    width:80%;
    height:80%;
    background-color: #F2F6F8;
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    /* box-shadow: 0 10px 18px rgb(0 0 0 / 10%); */
    transition: .25s;
}

.ilbox .et_pb_blurb .et_pb_main_blurb_image:hover {
    border-radius: 40% 70% 70% 40%/40% 40% 70% 70%;
    /* background-color: #1070C7; */
    background-color: #9fc33a;
}

/* #branze .et_pb_blurb .et_pb_main_blurb_image:hover img {
    filter: brightness(100);
} */

.ilbox .et_pb_blurb .et_pb_image_wrap img {
    width:100%;
    height:100%;
    margin-top:30px;
    transition: all .3s;
}

.ilbox .dflex {
    gap:5%;
    justify-content: center;
    flex-wrap: wrap;
}

.ikbox .et_pb_blurb {
    /* width:30%;
    background:#F2F6F8; */
}

.ikbox .et_pb_blurb h4 {
    font-size:18px;
    font-weight:600;
    text-align: center;
    margin-bottom:10px;
    line-height:1.1;
 }

 .ikbox .et_pb_column {
    padding:20px;
    background:#fbfafa;
 }

 .ikbox .et_pb_column:hover {
    
    background:#F2F6F8;
 }



#hero-branze h1 {
    font-size:70px;
    line-height:1.1;
    font-weight:600;
}

#cechy ul, ul.customul {
    list-style-type: none;
}

#cechy ul li, ul.customul li {
    margin: 14px 0 0;
    padding: 0 0 0 34px;
    list-style: none;
}

#cechy ul li:before, ul.customul li:before {
    content: '';
    background: url(/wp-content/uploads/2025/08/list.svg) no-repeat 0 0;
    width: 22px;
    height:22px;
    margin: 0 12px 0 -34px;
    border-radius: 0;
    position: relative;
    display: inline-block;
    top: 6px;
    
}


ul.customul2 {
    list-style-type: none;
}

ul.customul2 li {
    margin: 14px 0 0;
    padding: 0 0 0 34px;
    list-style: none;
}

ul.customul2 li:before {
    content: '';
    background: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 5l8 7-8 7' stroke='%23007bff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
    width: 22px;
    height: 22px;
    margin: 0 12px 0 -34px;
    position: relative;
    display: inline-block;
    top: 6px;
}



ul.customul li ul li:before {
    background:none;
    content:'+';
    color:#9fc33a;
    margin:0;
    top:0;
}

ul.customul li ul li {
   padding-left:15px;
   margin-top:10px;
}

ul.customul li ul  {
  padding-left:0;
    margin-top:10px;
 }

.customul.twocolumn {
    columns:2;
}

.customul.twocolumn li:first-child {
    margin-top:0;
}


.filary h4 {
    font-size:24px;
    font-weight:400;
    padding-bottom:15px;
    margin-bottom:15px;
    border-bottom:1px solid #ddd;
    color:var(--secondary)!important;
}

@media screen and (max-width:1440px) {
    #hero-branze h1 {
        font-size:60px;
       
    }
}


@media screen and (max-width:1360px) {
    #cechy ul li, ul.customul li {
       line-height:1.5;
       
    }
}







@media screen and (max-width:1240px) {
    #hero-branze h1 {
        font-size:50px;
       
    }
}

@media screen and (max-width:980px) {
    .ilbox .et_pb_blurb h4 {
        min-height:auto;
    }

    .customul.twocolumn {
        columns:1;
    }
}

@media screen and (max-width:600px) {
    #hero-branze h1 {
        font-size:40px;
        text-align: center;
       
    }

    #cechy ul li, ul.customul li {
       font-size:14px;
       
    }
}

@media screen and (max-width:479px) {
    .ilbox .et_pb_blurb h4 {
        font-size: 22px;
       min-height: auto;
    }

    #hero-branze h1 {
        font-size:28px;
        text-align: center;
       
    }

  
}


/* end branze */


/* rozwiazania */

.compbox .et_pb_column {
     border:1px solid #F2F6F8;
    border-radius:8px;
}

.compbox.dark .et_pb_column .et_pb_blurb {
    background:#ffffff;
    margin-bottom:30px;
    border-radius:8px;
   
}

.compbox .et_pb_blurb {
    padding:40px;
   
}

.compbox .et_pb_blurb h4 {
    font-size:24px;
    font-weight:600;
    line-height:1.2;
    margin-bottom:20px;
}

@media screen and (max-width:479px) {
    .compbox .et_pb_blurb {
        padding:30px 10px 30px 0;
    }

    .compbox .et_pb_blurb h4 {
        font-size:18px;
       
    }

    .compbox .et_pb_blurb {
        font-size:14px;
        line-height:1.5;
       
    }
}

/* end rozwiazania */


/* warianty */
#warianty .et_pb_blurb {
    border:1px solid #F2F6F8;
    padding:30px;
}

#warianty .et_pb_blurb .et_pb_main_blurb_image {
    background:#F2F6F8;
    border-radius: 50%;
    width:200px;
    height:200px;
}

#warianty .et_pb_blurb .et_pb_main_blurb_image img {
    max-width: 180px;
    /* filter: brightness(200); */
}

#warianty .et_pb_blurb .et_pb_blurb_content h4{
    font-size:28px;
    font-weight:600;
    text-align: center;
}

/* end warianty */

/* case study */

#case {
    padding-bottom:80px!important;
}

#case h3 {
    font-size:28px;
    font-weight:600;
}

@media screen and (max-width:767px) {
    #case h3 {
    font-size:20px;
   
}

#case p {
    font-size:14px;
    line-height:1.4;
   
}
}

/* end case study */

/* szkolenia */

#szkolenia .et_pb_column {
   padding:50px 30px;
}

.poziom {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 0 0 6px 0;
  font-size: 14px;
  margin-bottom: 10px;
  color: #fff;
  position: absolute;
  left:0;
  top:0;
  width:auto;
}
.poziom--poziom-podstawowy { background: #999999; }   /* zielony */
.poziom--poziom-zaawansowany { background: #f44336; } /* czerwony */
.poziom--poziom-ogolny { background: #2196f3; }       /* niebieski */


.szkolenia-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}

@media (max-width: 980px) {
  .szkolenia-grid {
    grid-template-columns: 1fr;
  }
}



.szkolenie-box {
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  min-height: 360px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  opacity: 1;
  transform: translateY(0);
  /* transition: all 0.4s ease; */
}

/* Ukrywanie */
.fade-out {
  opacity: 0 !important;
  /* transform: translateY(20px); */
  pointer-events: none;
  position: absolute; 
}

/* Pokazywanie */
.fade-in {
  opacity: 1 !important;
  transform: translateY(0);
  position: relative;
}

.szkolenia-img {
  width: 50%;
  height: 100%;
  object-fit: cover;
}

.szkolenie-content {
  background: #ffffff;
  padding: 20px;
  width: 50%;
  min-width: 0;
  height:100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  overflow-wrap: break-word;
  word-break: break-word;
  box-sizing: border-box;
}

.szkolenie-content h3 {
  margin: 10px 0;
  line-height:1.15;
  font-weight: 500;
  font-size: clamp(18px, 2.4vw, 30px);
  overflow-wrap: break-word;
  word-break: break-word;
}

.szkolenie-content h3 span {
    display: block;
    font-size:60%;
    font-weight:300;
    margin-bottom:6px;
}

/* .szkolenie-content .btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background: #ff5722;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
} */


.szkolenia-filters {
  text-align: center;
  margin-bottom: 40px;
}
.filter-btn {
  display: inline-block;
  margin: 5px;
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
  background: #eee;
  cursor: pointer;
  transition: background 0.3s;
}
.filter-btn.active, .filter-btn:hover {
  background: #333;
  color: #fff;
}

.szkolenie-content .obszar span,
.szkolenie-content .cena span {
    font-size:12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    opacity:.7;
}

.szkolenie-content .obszar,
.szkolenie-content .cena {
    font-size:16px;
    line-height:1.4;
    font-weight:500;
}

.szkolenie-content .btn {
    padding:14px 30px!important;
    font-size:14px;
    line-height:1;
}

.hero-item .title h1 span {
    font-size:22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    opacity:.7;
    font-weight:300;
    margin-bottom:10px;
}

.szkolenia-item-content .title h2,
.szkolenia-item-content .title h3 {
    margin-bottom:30px;
    margin-top:30px;
}

.szkolenia-item-content ul.customul li {
    line-height:1.4;
}

.szkolenia-item-content .plakietka .et_pb_text_inner {
    display: flex;
    justify-content: space-between;
    font-weight:500;
}

.szkolenia-item-content .plakietka .et_pb_text_inner span {
    font-size:80%;
    font-weight:300;
    opacity:.7;
    display:block;
}

.szkolenia-item-content .plakietka .et_pb_text {
    margin-bottom:15px;
    padding-bottom:15px;
    padding-left:20px;
    padding-right:20px;
}

.szkolenia-item-content .plakietka .et_pb_image,
.szkolenia-item-content .plakietka .et_pb_image .et_pb_image_wrap {
    height:240px;
    width:100%;
}

.szkolenia-item-content .plakietka .et_pb_image img {
    height:240px;
    width:100%;
    object-fit: cover;
}

.entry-content .opis-kursu, .opis-kursu {
    list-style-type: none;
    padding:0;
}

.entry-content .opis-kursu li, .opis-kursu li {
    padding-bottom:10px;
    border-bottom:1px solid #ddd;
    margin-bottom:10px;
    font-weight:600;
    display:flex;
}

.entry-content .opis-kursu li span, .opis-kursu li span {
font-weight:400;
min-width:250px;
}

@media screen and (max-width:1140px) {
    .szkolenia-img {
        width: 40%;
    
    }

    .szkolenie-content {
    
        width: 60%;
    
    }
}

@media screen and (max-width:980px) {
    #szkolenia .et_pb_column {
        margin-bottom:50px;
    }

    #szkolenia .et_pb_row {
       padding-bottom:0;
       padding-top:0;
       margin-bottom:0;
    }
}

@media screen and (max-width:600px) {

    .szkolenie-box {
        flex-direction:column;
    }
    .szkolenia-img {
        width: 100%;
        height:180px;
    }

    .szkolenie-content {
        gap:20px;
        width: 100%;
    
    }

    .szkolenie-content h3 {
        font-size:24px;
    }

    }


@media screen and (max-width:479px) {
    #szkolenia .et_pb_column {
        padding:30px 15px 15px;
    }

   
}

/* end szkolenia */

/* rodo */

.tekst h2 {
    padding-bottom:20px;
    font-weight:600;
    margin-top:30px;
}

.tekst h3 {
    font-weight:600;
    padding-bottom:20px;
    margin-top:30px;
}
/* end rodo */


/* blog */

#blog article {
    
    padding: 40px;
    border: 1px solid #f2f6f8;
    border-radius: 8px;
}

#blog article .entry-title {
    font-size:22px;
    line-height:1.1;
    font-weight:600;
}

#blog article .post-meta {
    font-size:12px;
    text-transform: uppercase;
}

#blog article .post-content p {
    font-size:14px;
    line-height:1.6;
}

.et_pb_post_content h1 {
    font-size:34px;
    padding:20px 0 30px;
    line-height:1.1;
    font-weight:600;
}

.et_pb_post_content h2 {
    font-size:28px;
    padding:10px 0 15px;
    line-height:1.1;
    font-weight:600;
}

.et_pb_post_content h3 {
    font-size:24px;
    padding:10px 0 15px;
    line-height:1.1;
    font-weight:600;
}

@media (max-width:479px) {
    #blog article {
    
        padding: 40px 20px;
       
    }

    .page-id-22044 .hero h1 {
        font-size: 50px;
        line-height: 1.2;
    }

    .et_pb_post_content h1 {
        font-size:28px;
       
    }
    
    .et_pb_post_content h2 {
        font-size:24px;
       
    }
    
    .et_pb_post_content h3 {
        font-size:20px;
        
    }

    .et_pb_post_content p, .et_pb_post_content ul li {
        font-size:14px;
        line-height:1.5;
    }
}

/* end blog */

/* formularz */


.custom-cf7-form {

  margin: 0 auto;
  padding: 25px;
  /* background: #ffffff;
  border-radius: 10px; */
  
}

.custom-cf7-form p {
  margin-bottom: 0px;
  padding-bottom:5px;
}

.custom-cf7-form label {
  font-weight: 600;
  font-size: 15px;
  color: #333;
  display: block;
  margin-bottom: 6px;
  margin-left:5px;
  margin-top:10px;
}

.custom-cf7-form input,
.custom-cf7-form select,
.custom-cf7-form textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 14px;
  border: 1px solid #999;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.custom-cf7-form input:not([type="radio"]):focus,
.custom-cf7-form select:focus,
.custom-cf7-form textarea:focus {
  border-color: var(--secondary);
  box-shadow: 0 0 6px rgba(0,115,230,0.2);
  outline: none;
}

.custom-cf7-form .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}

.custom-cf7-form .submit-btn input {
  background: var(--secondary);
  color: #fff;
  border: none;
  font-weight: 600;
  padding: 14px 20px;
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.3s ease;
  width: 100%;
}

.custom-cf7-form input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid var(--secondary);
  border-radius: 50%;
  margin-right: 8px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
  padding:0;
}

.custom-cf7-form input[type="radio"]:hover {
  border-color: var(--primary);
}

.custom-cf7-form input[type="radio"]:checked {
  border-color: var(--secondary);
  background-color: var(--secondary);
  
}

.custom-cf7-form input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
}

.custom-cf7-form .submit-btn input:hover {
  background: #005bb5;
}

.custom-cf7-form .wpcf7-not-valid-tip {
    font-size:12px;
    line-height:1.5;
}

.wpcf7 form .wpcf7-response-output {
    margin: -20px 30px 20px;
    padding: 10px 20px;
    font-size:12px;
    line-height:1.5;
}

.custom-cf7-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px; 
  
}


.custom-cf7-form .form-col {
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .custom-cf7-form .form-row {
    grid-template-columns: 1fr;
    gap:0;
    margin-bottom:0;
  }
}


@media (max-width: 480px) {
  .custom-cf7-form {
    padding: 18px;
  }

  .custom-cf7-form label {
    font-size: 14px;
  }

  .custom-cf7-form input,
  .custom-cf7-form select,
  .custom-cf7-form textarea {
    font-size: 13px;
    padding: 10px 12px;
  }

  .custom-cf7-form .submit-btn input {
    padding: 12px;
    font-size: 14px;
  }

  .custom-cf7-form .wpcf7-list-item {
    display: flex;
    margin-bottom: 10px;
  }
}


/* end formularz */

/* referencje */

.referencje-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.referencje-grid img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}


@media (max-width: 980px) {
  .referencje-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


@media (max-width: 767px) {
  .referencje-grid {
    grid-template-columns: 1fr;
  }
}



/* end referencje */

/* footer */

footer a {
    color:#F2F6F8;
    font-weight:600;
}

#footer-main .et_pb_text_inner {
    font-weight:300;
    letter-spacing: .5px;
}

/* end footer */

.tablepress td, .tablepress th {
    font-size:14px;
    line-height:1.5;
}


.szkolenia-lista { display: flex; flex-direction: column; gap: 20px; }

.szkolenia-lista .szkolenie-box {
    min-height:auto;
    background-color:#ffffff;
}

.szkolenie-box--row {
    display: flex;
    align-items: stretch;   /* było: center */
    gap: 20px;
}
.szkolenie-box--row .szkolenia-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.szkolenie-box--row .szkolenie-content { 
    flex: 1 1 auto;
    padding:40px; 
    text-align:left;
    align-items: flex-start;
}
.szkolenie-box--row .szkolenie-action { flex: 0 0 auto; margin-left: auto; }

.szkolenie-image {
    width: 30%;
    flex: 0 0 30%;
    align-self: stretch;
    position: relative;
    overflow: hidden;
    min-height: 220px;      /* gdy kontent jest krótszy niż to */
}

@media (max-width: 767px) {
    .szkolenie-box--row { flex-direction: column; align-items: stretch; }
    .szkolenie-image { width: 100%; flex: 0 0 auto; height: 220px; min-height: 0; }
    .szkolenie-box--row .szkolenie-content { padding: 24px; }
}  
