@import "./blog.css";

h1, h2{
    font-family: 'Quicksand', sans-serif;
    line-height: normal;
}
.symf_area--header{
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
    width: 100%;
}

.symf_area--headerContent{
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.symf_area--headerTitle,.symf_area--headerDesc{
    text-align: center;
}
.symf_area--buttonsGrabber{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.symf_area--buttonsGrabber .button__classic{
    margin: 0 1rem;
}
.k_bt_box {

margin-top: 2rem;
}
/**/

.symf_area--subHeader{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    justify-content: flex-start;
    padding: 8rem 1rem;
}
.symf_area--subHeaderContent{
    max-width: 50%;
}
.symf_area--subHeaderTitle{
    color: var(--altblue-color);
    font-size: 3rem;
}
.symf_area--subHeaderDesc{

}

/**/

.symf_area--doubleSection{
padding-left: 0;
padding-right: 0;
padding: 0;
}
.symf_area--sectionGrabber{
    display: flex;
    align-items: stretch;
    width: 100%;

}
.symf_area--sectionContentSide, .symf_area--sectionImgSide{
    width:50%;
    display: flex;
    justify-content: center;
	padding: 4rem 2rem;
}
.symf_area--sectionContentSide{
    flex-direction: column;
}
.symf_area--sectionContentSideTitle{
    color: var(--main-color);
    font-size: 3rem;
	line-height: initial;
	font-weight: 500;
}
.symf_area--sectionContentSideSubTitle{
    font-weight: 500;
    margin: 0 2rem;
}
.symf_area--sectionContentSideDesc{
    
}



/**/
.symf_area--features{
    flex-direction: column;
    padding-bottom: 6rem;
}
.symf_area--featuresTitle{
	padding: 0 15%;
    text-align: center;
    font-weight: 500;
    color: var(--altblue-color);
    font-size: 3rem;
}

.symf_area--features p {
padding: 0 2rem;
text-align: center;
}
.symf_area--features p strong {
font-weight: 700;
}
.symf_area--featuresGrabber{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 75rem;
    
}
.symf_area--oneFeature{
     display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    width: 100%;
    max-width: 18.6rem;
    margin: 2rem;
    padding: 2rem 0;
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
	border-radius: 0.5rem;
}
.symf_area--featureIcon{
    height: 6rem;
    width: 6rem;
}
.symf_area--featureTitle{
    margin: 0rem;
    margin-top: 2rem;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    min-height: 3rem;
	
}
.k_title_space {
height: auto;	
}
.symf_area--featureDesc{
    margin: 2rem 0 0rem 0;
    text-align: center;
	font-size: 1rem;
	width: 100%;
}
.symf_area--oneFeature p {
width: 100%;
padding: 0 2rem;
}

/**/

.symf_area--caseStudies{
    background-color: #F5F6F7;
    flex-direction: column;
    padding-bottom: 6rem;
}
.symf_area--caseStudiesTitle{
    color: var(--altblue-color);
    font-weight: 500;
}
.symf_area--caseStudiesDesc{
    color: var(--altblue-color);
    font-weight: 500;
    margin-top: 0;
}

/**/
.symf_area--modules{
    background-image: url('../img/obszarowe/puzzle.webp');
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 6rem;
    justify-content: flex-start;
}
.symf_area--modulesContent{
    max-width: 50%;
}
.symf_area--modulesTitle{
    font-size: 3rem;
    font-weight: 500;
    color: var(--altblue-color);
    margin-bottom: 1rem;
}
.symf_area--modulesDesc{
    color: var(--altblue-color);
    font-weight: 500;
    margin-top: 0;
}



/**/
.symf_area--modulesGrabber{
    align-items: stretch;
    padding-bottom: 6rem;
    flex-wrap: wrap;
}
.symf_area--oneModule{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 18rem;
    margin: 1rem;
    padding: 2rem;
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
}
.symf_area--moduleIcon{
    width: 6rem;
    height: 6rem;
}
.symf_area--moduleTitle{
    margin: 0;
    margin-top: 1rem;
    text-align: center;
    font-weight: 500;
}
.symf_area--moduleDesc{
    margin: 0;
    margin-top: 1rem;
    text-align: center;
}

/**/
.symf_area--support{
    background-image: url('../img/obszarowe/wsparcie.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 6rem;
    height: 90vh;
    align-items: flex-end;
    justify-content: flex-start;
}
.symf_area--supportGrabber{
    background-color: white;
    margin-left: 10%;
    max-width: 31rem;
    border-radius: .5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
}
.synf_area--supportTitle{
    color: var(--altblue-color);
    font-weight: 700;
    margin: 0;
}
.symf_area--supportDesc{
    margin: 2rem .5rem;
}
.symf_area--supportDesc a {
text-decoration: none;
color: var(--main-color) !important;
transition: all ease .5s;
font-weight: 700;
}
	.symf_area--supportDesc a:hover {
	color: var(--altblue-color)!important;
transition: all ease .5s;	
	}




.k_obszar_moduly_img {
    background-image: url(../img/produktowe/finanse_ksiegowosc/puzzle.webp);
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #f3f5f7 !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
	   
}


.k_obszar_moduly {
display: block;
float: left;
position: relative;
width: 100%;
padding: 0 30% 0 6%;
float: left;
position: relative;
 font-family: 'Roboto', sans-serif;
 font-weight: 300;
}


.k_obszar_moduly_h1, .k_blog_title,  .k_blog_title2 {

width: 100%;
padding: 0;
font-weight: 500;
text-align: left;
color: var(--altblue-color);
}
.k_blog_title {
padding: 0;
text-align: center;	
}
.k_obszar_moduly_opis2 {
width: 60%;
font-size: 1.2rem;
line-height: initial;
color: var(--altblue-color);
}

.k_obszar_moduly_opis {
font-size: 1vw;
line-height: 1.5vw;
}
	.k_obszar_moduly_opis a {
	text-decoration: none;	
	color: #000;
	font-weight: 700;
	transition: all ease .5s;
	}
			.k_obszar_moduly_opis a:hover {
			color: var(--main-color);	
			transition: all ease .5s;
			}



.k_boxy_moduly {
width: 100%;
max-width: 80rem;
padding: 4rem 2rem;
text-align: center;
margin-top: 4rem;
display: flex;
    flex-wrap: wrap;
}
	.k_modul {
		width: 16rem;
		padding: 2rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
		float: left;
		position: relative;
	border-radius: 0.5vw;
	background-color: #fff;
	margin: .4rem;
	min-height:19rem;
	cursor: pointer;
	transition: all ease .5s;
	text-decoration: none;
	color: #000;
	font-size: 0.9rem;
	line-height: initial;
	}
	
		.k_modul_dlugi {
		width: 18vw;
		padding: 5vh 1.3vw;
		display: inline-block;
		float: left;
		position: relative;
	border-radius: 0.5vw;
	background-color: #fff;
	margin: 0.5vw 1vw 0.5vw 0;
	height:86vh !important;
	cursor: pointer;
	transition: all ease .5s;
	text-decoration: none;
	color: #000;
	font-size: 0.9rem;
	line-height: initial;
	}


	.k_modul_dlugi2 {
		width: 20rem;
		padding: 2rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border-radius: 0.5rem;
        background-color: #fff;
        margin: .4rem;
        cursor: pointer;
        transition: all ease .5s;
        text-decoration: none;
        color: #000;
        font-size: .9rem;
        line-height: initial;
	}
	
	.k_modul_dlugi3 {
		width: 24rem;
		padding: 2rem;
        display: inline-block;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
		float: left;
		position: relative;
        border-radius: 0.5vw;
        background-color: #fff;
        margin: .4rem;
        min-height: 43vh;
        cursor: pointer;
        transition: all ease .5s;
        text-decoration: none;
        color: #000;
        font-size: .9rem;
        line-height: initial;
    }
    .k_modul_dlugi3.edit3{

    }
	
	.k_modul_dlugi4 {
		width: 18vw;
		padding: 5vh 1.3vw;
		display: inline-block;
		float: left;
		position: relative;
	border-radius: 0.5vw;
	background-color: #fff;
	margin: 0.5vw 1vw 0.5vw 0;
	height:55vh !important;
	cursor: pointer;
	transition: all ease .5s;
	text-decoration: none;
	color: #000;
	font-size: 0.8vw;
	line-height: 1.2vw;
	}

	.k_modul:hover, .k_modul_dlugi:hover, .k_modul_dlugi2:hover, .k_modul_dlugi3:hover, .k_modul_dlugi4:hover {
	  box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 60%);
    -webkit-box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 60%);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.6);	
	transition: all ease .5s;
	}


	.k_modul2 {
	height: 50vh !important;
	height: auto;	
	}
	
	.k_modul3 {
	height: 30vh !important;	
	height: auto;	
	}

    .k_obszar_moduly_h2{
        font-size: 3rem;
        margin-left: 0;
    }
/*-------------- mobile ------------*/

@media only screen and (max-width: 1035px){
    .k_boxy_moduly{
        max-width: 100%;
    }
}
@media only screen and (max-width: 600px) {
    .partedit, .partedit2{
        padding: 1.4rem;
    }
    .symf_area--subHeaderContent{
        max-width: 100%;
    }
    .symf_area--sectionContentSideTitle{
        font-size: 2.3rem;
    }
    .symf_area--subHeaderContent p{
        color: var(--altblue-color);
    }
    .k_obszar_moduly{
        padding: 1.4rem;
    }
    .symf_area--customTitle{
        padding: 1rem;
    }
    .k_obszar_moduly{
        padding: 1rem;
    }
    .symf_area--buttonsGrabber .button__classic{
        margin: .7rem;
    }
    .symf_area--supportGrabber{
        margin-left: 0;
    }
    .symf_area--subHeader{
        background-image: unset!important;
    }
    .symf_area--subHeaderContent{
        max-width: 100%;
    }

    .symf_area--sectionGrabber{
        flex-direction: column;
    }
  
    .symf_area--sectionContentSide, .symf_area--sectionImgSide{
        width: 100%;
    }
    .symf_area--sectionImgSide{
        height: 40vh;
        order: 1;
    }
    .symf_area--modulesContent{
        max-width: 100%;
    }
    .symf_area--modules{
        background-size: cover;
    }
    .symf_area--modulesGrabber{
        padding-top: 0;
    }
  }