.symf_area--headerContent{
    max-width: unset;
    display: flex;
    height: 75vh;

    width: 100%;
    max-width: 120rem;
    margin: 0 auto;
}

.symf_area--header{
    background: none;
    overflow: unset !important;
}

.symf_area--headerDesc{
    color:black;
}
.symf_area--lft{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 5rem;
}
.symf_area--rgt{
    background-image: url(../img/oprogramowanie/branza-budowlana/banner.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
    width: 50%;

}

.symf_area--headerTitle{
    color: black;
    text-align: left;
    line-height: normal;
    font-size: 4.5rem;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
}
.symf_area--headerTitle span{
    font-size: 2rem;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
}
.symf_area--headerDesc{
    text-align: left;
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
    font-size: 1.3rem;
    margin-top: 0;
}
.symf_area--buttonsGrabber{
    margin:  0 2rem;
}

/**/

.section1{
    display: flex;
    justify-content: center;
    align-items: center;

}
.section1-holder{
    width: 100%;
    max-width: 85rem;
}
.section1-title{
    font-size: 3rem;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    line-height: normal;
    width: 100%;
    max-width: 75rem;
    margin: 0 auto;
}
.section1-content{
    margin-top: 4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.section1-box{
    background-color: #F4F4F4;
    border-top: .5rem solid #003349;
    width: 37rem;
    width: 18rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 1rem;
    border-bottom-right-radius: 5rem;
}

.section1-box img{
    height: 6.5rem;
    width: auto;
}
.section1-box span{
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    font-size: 1.3rem;
    margin: 1rem 0;
    height: 5rem;
    line-height: normal;
}
.section1-box p{
    margin: 0;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    font-size: 1rem;
}

/**/

.section2{

}
.section2-holder{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    max-width: 78rem;
}
.section2-lft{
    width: 50%;
}
.section2-lft h4{
    font-size: 3rem;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    line-height: normal;
}
.section2-lft p{
    font-size: 1.2rem;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    line-height: normal;
    margin: 2rem 0 0 0 ;    
}

.section2-rgt{
    width: 50%;
}

.section2-rgt img{
    width: 100%;
    height: auto;
}

/**/


.stepsSection{

}
.stepsSection_grabber{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.stepsSection_title{
    color: #003349;
    font-size: 2.5rem;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    text-align: center;
}
.stepsSection_subtitle{
    width: 100%;
    max-width: 53rem;
    text-align: center;
}

.stepsSection_mainbox{
    width: 100%;
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.stepsSection_mainbox h5{
    font-size: 2rem;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    text-align: center;
    line-height: 3rem;
    width: 100%;

    margin-bottom: 4rem;

}


.stepsSection_mainboxSteps{
    display: flex;
    margin: 3rem 0 6rem 0;
    min-height: 15rem;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
    border-radius: 1rem;
    margin-bottom: 0;
    margin-top: 0;
    flex-wrap: wrap;
}

.stepsSection_mainboxSteps .step{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex: 1;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    padding: 2rem;
    position: relative;
    overflow: hidden;
    width: 18rem;
}
.stepsSection_mainboxSteps .step p{
    margin: 0;
    font-size: 1rem;
    font-weight: bold;
    line-height: normal;
    margin: 0.5rem 0;
    position: relative;
    z-index: 10;
}
.stepsSection_mainboxSteps .step ul{
    position: relative;
    z-index: 10;
    margin-left: 0.9rem;
}
.stepsSection_mainboxSteps .step li{
    list-style: disc;
    line-height: normal;
    margin: 0.25rem 0;
}



.stepsSection_mainboxSteps .step.s1{
    background-color: #003349;
    color: #C1ECFF;
}
.stepsSection_mainboxSteps .step.s1:after{
    content: "1";
    position: absolute;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    font-size: 20rem;
    z-index: 9;
    color: #009EE2;
    opacity: .08;
    bottom: -65px;
    left: -5px;
}

.stepsSection_mainboxSteps .step.s1:before{
    content: "";
    position: absolute;
    z-index: 9;
    background-color: #003349;
    width: 2rem;
    height: 2rem;
    right: 6px;
    transform: rotate(45deg);
    top: 43%;
}

.stepsSection_mainboxSteps .step.s2{
    background-color: #009EE2;
    color: white;
    margin-left: -1rem;
}
.stepsSection_mainboxSteps .step.s2:after{
    content: "2";
    position: absolute;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    font-size: 20rem;
    z-index: 9;
    color: white;
    opacity: .12;
    bottom: -65px;
    left: -5px;
}

.stepsSection_mainboxSteps .step.s2:before{
    content: "";
    position: absolute;
    z-index: 9;
    background-color: #009EE2;
    width: 2rem;
    height: 2rem;
    right: 6px;
    transform: rotate(45deg);
    top: 43%;
}

.stepsSection_mainboxSteps .step.s3{
    background-color: #C1ECFF;
    margin-left: -1rem;
}

.stepsSection_mainboxSteps .step.s3:after{
    content: "3";
    position: absolute;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    font-size: 20rem;
    z-index: 9;
    color: white;
    opacity: .39;
    bottom: -65px;
    left: -5px;
}

.stepsSection_mainboxSteps .step.s3:before{
    content: "";
    position: absolute;
    z-index: 9;
    background-color: #C1ECFF;
    width: 2rem;
    height: 2rem;
    right: 6px;
    transform: rotate(45deg);
    top: 43%;
}


.stepsSection_mainboxSteps .step.s4{
    background-color: #9CDAF5;
    margin-left: -1rem;
   
}
.stepsSection_mainboxSteps .step.s4:after{
    content: "4";
    position: absolute;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    font-size: 20rem;
    z-index: 9;
    color: #C1ECFF;
    opacity: .30;
    bottom: -65px;
    left: -5px;
}

.stepsSection_mainboxSteps .step.s4:before{
    content: "";
    position: absolute;
    z-index: 9;
    background-color: #9CDAF5;
    width: 2rem;
    height: 2rem;
    right: 6px;
    transform: rotate(45deg);
    top: 43%;
}




.stepsSection_mainboxSteps .step.s5{
    background-color: #F6FCFF;
    margin-left: -1rem;
    border-radius: 1rem;
}
.stepsSection_mainboxSteps .step.s5:after{
    content: "5";
    position: absolute;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    font-size: 20rem;
    z-index: 9;
    color: #C1ECFF;
    opacity: .30;
    bottom: -65px;
    left: -5px;
}

.stepsSection_mainboxSteps .step.s6{
    background-color: #9CDAF5;
}
.stepsSection_mainboxSteps .step.s6:after{
    content: "6";
    position: absolute;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    font-size: 20rem;
    z-index: 9;
    color: #C1ECFF;
    opacity: .30;
    bottom: -65px;
    left: -5px;
}


.stepsSection_mainboxSteps .step.s6:before{
    content: "";
    position: absolute;
    z-index: 9;
    background-color: #9CDAF5;
    width: 2rem;
    height: 2rem;
    right: 6px;
    transform: rotate(45deg);
    top: 43%;
}




.stepsSection_mainboxSteps .step.s7{
    background-color: #F6FCFF;
    margin-left: -1rem;
    border-radius: 1rem;
}
.stepsSection_mainboxSteps .step.s7:after{
    content: "7";
    position: absolute;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    font-size: 20rem;
    z-index: 9;
    color: #C1ECFF;
    opacity: .30;
    bottom: -65px;
    left: -5px;
}





.symf_area--featureIcon{
    width: auto;
    height: 5.5rem;
}

.k_linia{
    margin-bottom: 6rem;
}
.featuresEdit{
    background-color: #F5F5F5;
}




/**/

.section3{
    display: flex;
    justify-self: center;
    align-items: center;
    padding: 6rem 0;
    padding-bottom: 0;
}

.section3-holder{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.section3-lft{
     width: 50%;
     padding: 2rem;
}
.section3-lft h4{
    font-size: 3rem;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    line-height: normal;
}
.section3-lft h4 span{
    color: #009A00;
    font-size: 3rem;
    font-weight: bold;
    font-family: 'Quicksand', sans-serif;
}


.section3-lft ul{
    margin-top: 2rem;
    padding-left: 1rem;
}

.section3-lft ul li{
    list-style-type: disc;
    line-height: 2rem;
    font-size: 1.2rem;
    margin: 1rem 0;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
}

.section3-rgt{
    width: 50%;
    background-image: url(../img/oprogramowanie/branza-budowlana/banner1.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    height: 35rem;
    padding: 2rem;
    width: 45rem;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.section3-rgt p{
    font-family: 'Quicksand', sans-serif;
    color: white;
}

.section3-rgt p:first-of-type{
    font-size: 2rem;
}

.section3-rgt p:nth-of-type(2){
    font-size: 1.5rem;
}

.section3-rgt p:last-of-type{
    font-size: 1rem;
}

.section3-rgt span{
    font-size: 6rem;
    color: white;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
}


/**/

.section4Edit{
    padding-top: 0;
    background-color: #F5F5F5;
}

.section4Edit .section3-rgt{
    background-image: url(../img/oprogramowanie/branza-budowlana/bg1.png);
    background-position: left;
    height: auto;

    justify-content: flex-end;
    align-items: flex-end;
}

.section4Edit .section3-lft ul li{
    font-size: 1rem;
}

.section4Edit-box{
    background-color: #009A00;
    border-top-right-radius: 2rem;
}
.section4Edit-box.ed1{
    background-color: #434A52;
    border-top-right-radius: 0rem;
    border-bottom-left-radius: 2rem;
}
.section4Edit-box p{
    margin: 0;
    padding: 2rem;
    line-height: normal;
    font-weight: 400;
    font-size: 2rem;
}

.section4Edit-box p span{
    font-size: 6rem;
    line-height: 6rem;
}
.section4Edit-box.ed1 p span{
    font-size: 3rem;
    line-height: 5rem;
}

.section3-rgt .section4Edit-boxes p:last-of-type{
    font-size: 1.2rem;
}



/**/

.section5{

}
.section5-holder{
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    max-width: 78rem;
    position: relative;
}
.section5-holder::after{
content: "";
width: 100%;
max-width: 30rem;
height: .5rem;
background-color: black;
position: absolute;
right: 0;
bottom: -2.5rem;
}
.section5-content h4{
    font-size: 3rem;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    line-height: normal;
}
.section5-content p{
    font-size: 1.2rem;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    line-height: normal;
    margin: 2rem 0 0 0 ;    
}


/**/

.section6{

}

.section6-holder{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
}

.section6-box{
    padding: 3rem;
    width: 28rem;
    position: relative;
}
.section6-box:first-of-type{
    background-color: #E6E6E6;
}
.section6-box:nth-of-type(2){
    background-color: #F5F5F5;
}
.section6-box:nth-of-type(3){
    background-color: #FAFAFA;
}
.section6-box:nth-of-type(4){
    background-color: #FAFAFA;
}

.section6-box:nth-of-type(5){
    background-color: #F5F5F5;
}

.section6-box:nth-of-type(6){
    background-color: #E6E6E6;
}

.section6-box:first-of-type:before{
    content: "+";
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(50%,50%);
    font-size: 3rem;
    z-index: 10;
    font-family: 'FontAwesome';
}

.section6-box:nth-of-type(5):before{
    content: "+";
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%,-50%);
    font-size: 3rem;
    z-index: 10;
    font-family: 'FontAwesome';
}

.section6-box h6{
    color: #003349;
    font-size: 1.5rem;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    margin-bottom: 2rem;
}

.section6-box span{
    color: #003349;
    font-size: 1.2rem;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
}

.section6-box p{
    font-family: 'Quicksand', sans-serif;
    font-size: 1rem;
    margin: 1rem 0;
}

/**/

.section7{

}
.section7-holder{
    width: 100%;
    max-width: 78rem;

}
.section7-holder h5{
    font-size: 2.5rem;
    font-weight: bold;
    font-family: 'Quicksand', sans-serif;
}

.section7-content{
    display: flex;
    margin: 0 auto;
    justify-content: center;
    margin-top: 4rem;
}

.section7-box{
    width: 100%;
    max-width: 25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 2rem;
    position: relative;
}
.section7-box img{
    width: 15rem;
    height: auto;
}
.section7-box p{
    margin: 0;
    font-size: 1rem;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
}

.section7-box.boxArrow:before{
    content: "";
    width: 4rem;
    height: 4rem;
    border-left: .2rem solid black;
    border-bottom: .2rem solid black;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-15%,-50%)rotate(45deg)
}

.section7-box.boxArrow:after{
    content: "";
    width: 4rem;
    height: 4rem;
    border-right: .2rem solid black;
    border-top: .2rem solid black;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(15%,-50%)rotate(45deg)
}

/**/

.section8{

}

.section8-holder{

}
.section8 p{
font-size: 1.5rem;
font-family: 'Quicksand', sans-serif;
font-weight: bold;
}
.section8 a{
margin: 0 auto;
}


.navigation__logo{
    background-image: url(https://symfonia.pl/img/Logo_mainblack.webp) !important;
}

/*********/


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

    .section3-holder {
        flex-direction: column;
        align-items: center;
    }
    .section3-rgt {
        border-top-right-radius: 3.5rem;
    }
}   

@media only screen and (max-width: 1150px){
    .stepsSection_mainboxSteps .step{
        width: auto;
        margin-left: 0 !important;
        border-top-left-radius: 0rem;
        border-bottom-left-radius: 0rem;
    }
    .stepsSection_mainboxSteps .step.s1:before{
        display: none;
    }
    .stepsSection_mainboxSteps .step.s2:before{
        display: none;
    }
    .stepsSection_mainboxSteps .step.s3:before{
        display: none;
    }
    .stepsSection_mainboxSteps .step.s4:before{
        display: none;
    }
    .stepsSection_mainboxSteps .step.s6:before{
        display: none;
    }
    .stepsSection_mainboxSteps .step.s7:before{
        display: none;
    }
    .stepsSection_mainboxSteps{
        flex-direction: column;
        width: 100%;
        max-width: 30rem;
        margin: 0 auto;
    }
    .stepsSection_mainboxSteps .step.s5{
        border-radius: 0;
    }
    .stepsSection_mainboxSteps .step.s7{
        border-radius: 0;
    }
}
@media only screen and (max-width: 1070px){
    .symf_area--rgt{
        display: none;
    }

    .symf_area--lft{
        width: 100%;
    }

    .section1-title{
        padding: 1rem;
    }

    .section2-holder{
        flex-direction: column;
    }

    .section2-rgt{
        margin-top: 2rem;
    }

    .section3-lft{
        width: auto;
    }
}

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

    .section6-holder{
        flex-direction: column;
    }

    .section6-box:first-of-type:before{
        display: none;
    }

    .section6-box:nth-of-type(5):before{
        display: none;
    }
    .section6-box{
        margin: .5rem;
        width: 100%;
        max-width: 28rem;
    }
    .section7-content{
        flex-direction: column;
        align-items: center;
    }
    .section7-box{
        padding: 4rem 2rem;
    }
    .section7-box.boxArrow:before{
        left: 50%;
        top: 0;
        transform: translate(-50%,-15%)rotate(135deg);
    }

    .section7-box.boxArrow:after{
        right: 50%;
        bottom: 0;
        top: unset;
        transform: translate(50%,15%)rotate(135deg);
    }
    
}

@media only screen and (max-width: 735px){
    .section4Edit .section3-rgt{
        background: none;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .section3-rgt{
        width: 100%;
        justify-content: flex-end;
    }

    .section3-rgt p {
        margin: 0.5rem;
    }
    .section2-lft{
        width: 100%;
    }
    .section2-rgt{
        width: 100%;
    }

    .symf_area--lft{
        padding: 0;
    }
}



@media only screen and (max-width: 480px){
    .section3-rgt{
        background-image: none;
        background-color:#365F76;
        justify-content: center;
    }

    .symf_area--headerTitle{
        font-size: 2rem;
    }

    .section5-content h4{
        font-size: 2rem;
    }
    .section1-title{
        font-size: 2rem;
    }
}
