.content-block{
    background: transparent !important;
}
.hero-section::after{
    display: none;
}
body{
    background: #00000029;
}
.l-main-content:after{
    content: '';
    position: fixed;
    z-index: 10;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100%;
    background-image: url(img/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    max-width: var(--external-container-width);
    left: 50%;
    transform: translateX(-50%);
}
.page-builder{
    position: relative;
    z-index: 11;
}
.l-footer-fixed{
    z-index: 40;
}
.content-block{
    --block-padding-bottom-desktop: 6rem;
    --block-padding-top-desktop: 0rem;
}
/*.content-block>.container{*/
/*    background-color: #fffc;*/
/*    padding: 3rem;*/
/*    !*border-radius: 2rem;*!*/
/*}*/

.content-block.hero-section .container{
    background-color: transparent;
}

body {
    font-family: Calibri, Carlito, Arial, sans-serif;
}

.page-title{
    padding-bottom: 0px !important;
    margin-bottom: 6rem;

    .container{
        /*background-color: #fffc;*/
        padding-top: 30px;
    }
    h1{
        margin-bottom: 0px;
        text-align: center;
        display: block;
    }
}

.footer-bg-two{
    background-image: none !important;
    background-color: #ffffffe5;
    padding: 3rem;
    width: 100%;
}

/*o nas*/
[data-content-block-id="277"]{
    .footer-bg-two{
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }
}
[data-content-block-id="406"]{
    .footer-bg-two{
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
    }
}


/* z kim wspolpracujemy */
[data-content-block-id="470"]{
    .footer-bg-two{
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }
}
[data-content-block-id="492"]{
    .footer-bg-two{
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
    }
}


/*zostan klientem*/
[data-content-block-id="516"]{
    .footer-bg-two{
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }
}
[data-content-block-id="975"]{
    .footer-bg-two{
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
    }
}

.hero-section__inside{
    background-color: transparent !important;
}

.index-six .progress-wrap::after{
    box-shadow: 0px 3px 20px 6px #1d5f4057;
}
@media(min-width: 1023px){
    .hero-section__inside img{
        width: 650px;
    }
}

/*timeline*/

.section-steps__content {
    & ul li .title::before, & ul li .descr::before{
        display: none;
    }
}

.section-steps__content-item{
    box-shadow: 0px 15px 31px 0px rgba(14, 18, 30, 0.06);
    transition: 0.3s;
    position: relative;
    top: 0px;
}

.section-steps__content-item:hover{
    top: 10px;
}

/*formularz*/
.section-form__form{
    border-radius: 26px;
    input[type="checkbox"],
    input[type="radio"] {
        accent-color: var(--color-primary);; /* Your custom color */
    }

}

/*oferta*/
.item-icon-text__icon{
    display: none !important;
}
.service-style-nine:nth-child(even){
    background-color: var(--color-primary);
    *{
        color: white !important;
    }
}

.service-style-nine:nth-child(even):hover{
    background-color: white;
    *{
        color: var(--color-primary) !important;
    }
}
.service-style-nine:nth-child(odd):hover{
    background-color: var(--color-primary);
    *{
        color: white !important;
    }
}
.freeform-label{
    position: relative;
}
.freeform-row [class*="freeform-col-"] .freeform-label.freeform-required::after{
    font-size: 25px;
    position: absolute;
    top: -3px;
}


