
@import "./strona_produktowa.css";

.symf_area--header{
    background-image: url(../img/produktowe/mobilny_handel/baner_mh.jpg);
    height: 80vh;
}

.symf_area--subHeader{
    background-image: url(../img/produktowe/mobilny_handel/box2_mh.webp);
    background-position: bottom right;
    background-size: cover;
    background-repeat: no-repeat;
    justify-content: flex-start;
}




.symf_area--k_poziom1 {
	background-color: #fff;
   background-image: url(../img/produktowe/mobilny_handel/box1_mh.webp);
    background-position: bottom right;
    background-size: cover;
    background-repeat: no-repeat;
    justify-content: flex-start;	
}


.symf_area--k_poziom2 {
	background-color: #fff;
   background-image: url(../img/produktowe/mobilny_handel/box3_mh.webp);
    background-position: bottom right;
    background-size: cover;
    background-repeat: no-repeat;
    justify-content: flex-start;	
}



.k_obszar_moduly_img {
	float: left;
	position: relative;
	display: block;
    background-image: url(../img/produktowe/finanse_ksiegowosc/puzzle.webp);
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
	background-color: #f3f5f7 !important;
	   
}


.symf_area--buttonsGrabber .button__classic{
    margin: 1rem;
}

/**/

.symf_area--doubleSection.sec1{
    padding: 2rem 2rem 5rem 2rem;
}

.symf_area--doubleSection.sec1 h2{
    color: #003349;
    position: relative;
    font-size: 3rem;
    line-height: initial;
    font-weight: 500;
}

.symf_area--doubleSection.sec1 h2 span{
    position: relative;
    z-index: 10;
    font-size: 3rem;
    line-height: initial;
    font-weight: 500;
    color: var(--alt-blue);
    font-family: 'Quicksand',sans-serif;
}


.symf_area--doubleSection.sec1 .symf_area--sectionImgSide{
    background-image: url(../img/ksef/1sec.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 720px;
}
/**/
.symf_area--doubleSection.sec1 .symf_area--sectionImgSide{
    display: none;
}


/**/

.symf_area--sectionContentSide{
    padding: 0;
width: 100%;
text-align: center;
max-width: 75rem;
margin: 0 auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.symf_area--sectionContentSideDesc{
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
}

.infoBox{
    padding: 1rem 2rem;
    border: .08rem solid black;
    border-radius: .5rem;
    margin-top: 1rem;
    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);
}
.infoBox p{
    font-family: 'Quicksand', sans-serif;
}
/**/

.symf_area--features{
    background-color: #F5F5F5;
}


 .symf_area--features .symf_area--featureIcon.ed1{
    width: 5.6rem;
    height: 6rem;
 }
 .symf_area--features .symf_area--featureIcon.ed2{
    width: 6.3rem;
    height: 7rem;
    scale: 1.07;
    margin-top: -0.9rem;
}
.symf_area--features .symf_area--featureIcon.ed3{
    width: 4.5rem;
    height: 6rem;
}
.symf_area--features .symf_area--featureIcon.ed4{

}
.symf_area--features .symf_area--featureIcon.ed5{
    height: 7.5rem;
    width: 7.5rem;
}

.symf_area--features .symf_area--featureDesc{
    text-align: left;
    padding: 0 ;
    line-height: 1.5rem;
    margin-bottom: 2rem;
    min-height: 5rem;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
}
.symf_area--features .symf_area--featureDesc a{
    color: #009A00;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
}

.symf_area--features .symf_area--oneFeature{
    width: 22rem;
    background-color: white;
    max-width: unset;
}


.blobltittle {
    position: relative;
   
  }
  .symf_area--featuresTitle {
    font-family: 'Quicksand', sans-serif;
    padding: 0;
    line-height: 4rem;
    display: inline-block;
width: auto;
  }


  .blobltittle span {
    font-family: 'Quicksand', sans-serif;
    padding: 0;
    line-height: 4rem;
    text-align: center;
    font-weight: 500;
    color: var(--altblue-color);
    font-size: 3rem;
    position: relative;
    z-index: 6;
  }

  .blobltittle::after {
    content: "";
    width: 17rem;
    height: 5rem;
    background-image: url(../img/hsys/color_blob.webp);
    position: absolute;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    left: -13rem;
    top: -7px;
  }

  .symf_area--featuresSubtitle{
    font-family: 'Quicksand', sans-serif;
    line-height: normal;
  }

  .symf_area--featureTitle{
      color: #009A00;
  }
/**/
.symf_area--support{
    height: 80vh;
    align-items: flex-end;
}
.symf_area--supportGrabber{
    margin: 0;
}

@media only screen and (max-width: 700px){
    .symf_area--headerContent{
        padding: 0;
    }
}