#mygutenberg {display: none}

.scroll-animation {
	opacity: 0;
	position: relative;
}

.scroll-animation-toright {left: -100px}

.scroll-animation-toleft {left: 100px}

.scroll-animation-todown {top: -100px}

.scroll-animation-toup {top: 100px}

.scroll-position {position: relative}


#header {
    width: 100%;
	position: relative;
    height: calc(var(--vh, 1vh) * 100 - 130px);
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}

#header article {
	width: 50%;
	box-sizing: border-box;
	padding: 100px 100px 100px 200px;
	display: flex;
	align-items: center;
}

#header figure {
	width: 50%;
	background-position: center;
    background-size: cover;
	position: relative;
}

#header figure .has-green-background-color {
	display: table;
	padding: 50px 75px;
	position: absolute;
	bottom: 0;
	left: -75px;
	min-width: 50%;
	box-sizing: border-box;
	border-radius: 50px 50px 0 0;
}

#header figure .has-green-background-color h3 {margin-bottom: 0}



.article-figure {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
.article-figure.reverse {flex-direction: row-reverse}

.article-figure > article {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box;
    padding: 0 0 0 75px;
}
.article-figure.reverse > article {padding: 0 75px 0 0}

.article-figure > figure {
	width: 50%;
	padding: 0 75px 0 0;
	box-sizing: border-box;
}
.article-figure.reverse > figure {padding: 0 0 0 75px;}

.article-figure > figure > figure {
	display: block;
	width: 100%;
	position: relative;
}

.article-figure > figure > figure img {
	display: block;
	width: 100%;
}

.article-figure > figure > figure span {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50px;
	left: -50px;
	border: 2px solid #1E9628;
	border-radius: 25px;
}
.article-figure.reverse > figure > figure span {left: 50px}



.loga-img {
	display: block;
	width: 100%;
}

#cta {
	width: 100%;
    position: relative;
	margin-top: 150px;
}

#cta > figure {
    width: calc(100% - 200px);
    height: 100%;
    position: absolute;
    top: -100px;
    right: 0;
}

#cta > article {
    width: calc(100% - 200px);
    position: relative;
	box-sizing: border-box;
    padding: 75px 100px 50px 200px;
	display: flex;
	flex-wrap: wrap;
}

#cta > article > div {width: 50%}

#formularz {
	width: 50%;
	padding-left: 100px;
	box-sizing: border-box;
	position: relative
}

#formularz input {
	background-color: rgba(255,255,255,0);
	width: 100%;
	box-sizing: border-box;
	padding: 5px 15px;
	margin-bottom: 15px;
	border: 2px solid white;
	font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    color: #003237;
    font-size: 16px;
    line-height: 30px;
	-webkit-appearance: none;
    border-radius: 0;
	background: white;
}
#formularz input.empty {border: 2px solid red}

#formularz input:focus {
	outline: none;
	border: 2px solid #003237;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus {
	border: none;
	border-bottom: 2px solid #1E9628;
	-webkit-text-fill-color: #003237;
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

#rodo {
	padding-left: 25px;
	position: relative;
	font-size: 11px;
	line-height: 12px;
}

.rodo-checker {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid white;
	cursor: pointer;
}
.rodo-checker.clicked {background: white}

#formularz-msg {
	opacity: 0;
	color: red;
}

#formularz .button {margin-top: 20px}

#baner {
	padding-top: 150px;
	padding-bottom: 125px;
}

#baner > div {
	width: 50%;
	padding-right: 50px;
	box-sizing: border-box;
}

#baner > div img {
	display: block;
	width: 100%;	
	margin-bottom: 50px;
}

#baner > figure {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	right: 0;
	background-image: url(../img/baner-bg.png);
	background-size: cover;
	background-position: left center;
}

#baner > figure img {display: none}

#baner2 {
	width: 100%;
	height: 500px;
	background-position: center;
	background-size: cover;
}

#polecane {
	width: 100%;
	position: relative;
}

#polecane > div {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	margin-top: 50px;
	position: relative;
	z-index: 2;
}

#polecane > div > div {
	width: calc(33.33% - 50px);
	background-color: white;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

#polecane a {
	width: 100%;
	display: block;
	background-color: white;
	padding: 0 30px 45px;
	box-sizing: border-box;
	position: relative;
}

#polecane a figure {
	display: block;
	width: calc(100% + 60px);
	position: relative;
	left: -30px;
	margin-bottom: 30px;
	transition: opacity 0.15s
}

#polecane a img {
	display: block;
	width: 100%
}

#polecane a h3 {transition: color 0.15s}

#polecane a::after {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%;
    background-color: #1E9628;
    background-image: url(../img/button-arrow.png);
    background-size: cover;
    position: absolute;
    bottom: -10px;
	margin: auto;
    right: 0;
	left: 0;
    transition: background-color 0.15s;
}

#polecane a:hover figure {opacity: 0.75}
#polecane a:hover h3 {color: #003237}
#polecane a:hover::after {background-color: #003237}

#polecane > figure {
	width: 100%;
	height: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
}





#doradcy-kontakt > div {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    align-items: flex-start;
	margin-bottom: -50px;
}

#doradcy-kontakt > div > p {display: none}

#doradcy-kontakt > div.wp-block-group > div {
	width: calc(33.33% - 25px);
	text-align: center;
	margin: 0 auto 50px;
}

#doradcy-kontakt > div > div img {
	display: block;
	width: 100%;
	margin-bottom: 25px;
}

#doradcy-kontakt > div > div h4 {padding-left: 0}
#doradcy-kontakt > div > div h4::before {display: none}

#twoj-doradca {
	display: flex;
	flex-wrap: wrap;
}

#twoj-doradca > hgroup {
	width: 40%;
	padding-right: 50px;
	box-sizing: border-box;
}

#twoj-doradca > article {width: 60%}







/*GRID: 1600px */
@media all and (max-width: 1600px) {
	
#header article {padding: 100px 100px 100px 150px}

.article-figure > article {padding: 0 0 0 50px}
.article-figure.reverse > article {padding: 0 50px 0 0}

.article-figure > figure {padding: 0 50px 0 0}
.article-figure.reverse > figure {padding: 0 0 0 50px}














#cta > figure {width: calc(100% - 150px)}

#cta > article {
    width: calc(100% - 150px);
    padding: 75px 100px 50px 150px;
}
	
}



/*GRID: 1440px */
@media all and (max-width: 1440px) {

#header article {padding: 75px 75px 75px 100px}

.article-figure > figure > figure span {
	top: 25px;
	left: -25px;
}
.article-figure.reverse > figure > figure span {left: 25px}




#cta {
    margin-top: 150px;
    margin-bottom: 25px;
}

#cta > figure {
    width: calc(100% - 100px);
    top: -75px;
}

#cta > article {
	width: calc(100% - 100px);
	padding: 75px 50px 75px 100px;
}

#formularz {padding-left: 50px}

#baner {
    padding-top: 125px;
    padding-bottom: 100px;
}

#polecane > div > div {width: calc(33.33% - 33px)}
	
}



/*GRID: 1280px */
@media all and (max-width: 1280px) {	
	
#header {height: calc(var(--vh, 1vh) * 100 - 120px)}

.article-figure > article {padding: 0 0 0 37px}
.article-figure.reverse > article {padding: 0 37px 0 0}

.article-figure > figure {padding: 0 37px 0 0}
.article-figure.reverse > figure {padding: 0 0 0 37px}



#doradcy-kontakt > div.wp-block-group {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#doradcy-kontakt > div.wp-block-group > div {width: calc(50% - 50px)}
	
}


/*GRID: 1024px */
@media all and (max-width: 1024px) {
	
.scroll-animation {
	left: 0 !important;
	top: 0 !important;
}		
	
#header {height: calc(var(--vh, 1vh) * 100 - 110px)}

#header article {padding: 50px}

#header figure .has-green-background-color {
    padding: 25px 50px;
    left: -50px;
    border-radius: 25px 25px 0 0;
}

.article-figure > article {padding: 0 0 0 25px}
.article-figure.reverse > article {padding: 0 25px 0 0}

.article-figure > figure {padding: 0 25px 0 0}
.article-figure.reverse > figure {padding: 0 0 0 25px}





#cta {
    margin-top: 100px;
    margin-bottom: 50px;
}

#cta > figure {
    width: calc(100% - 50px);
    top: -50px;
}

#cta > article {
	width: calc(100% - 50px);
	padding: 50px;
}

#formularz input {
    font-size: 16px;
    line-height: 24px;
}

#baner {
	padding-top: 100px;
	padding-bottom: 75px;
}

#polecane > div > div {width: calc(33.33% - 10px)}




#doradcy-kontakt > div {
    max-width: 800px;
	position: relative;
	margin: 0 auto -50px;
}

#doradcy-kontakt > div.wp-block-group > div {
	width: 50%;
	padding: 0 25px;
	margin-bottom: 50px;
}
	
}


/*GRID: 768px */
@media all and (max-width: 768px) {
	
#header {
	height: auto;
	display: block;
}

#header > figure {
	width: 100%;
	height: 400px;
}	

#header figure .has-green-background-color {
	padding: 25px 50px;
	left: 0;
	border-radius: 0px 25px 0 0;
}

#header article {width: 100%}

.article-figure {display: block}

.article-figure > figure {
	padding: 0 !important;
	width: 100%;
	max-width: 400px;
	position: relative;
	margin: 0 auto 75px;
}

.article-figure > article {
	width: 100%;
	padding: 0 !important;
}

















.loga-img {
    max-width: 400px;
	margin: 0 auto;
}

#cta {margin-bottom: 0}

#cta > article > div {width: 100%}

#formularz {
	width: 100%;
	padding: 0;
	margin-top: 50px;
}

#baner {padding: 50px}

#baner > figure {
	width: 100%;
	background: none;
	position: relative;
	height: auto;
}

#baner > figure img {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 0 50px auto;
	right: -50px;
	max-width: 600px;
}

#baner > div {width: 100%}

#polecane > figure {height: calc(100% - 300px)}

#polecane > div {
	display: block;
	margin-bottom: -50px;
}

#polecane > div > div {
	width: 100%;
	position: relative;
	margin: 0 auto 50px;
}



#doradcy-kontakt > div.wp-block-group {max-width: 500px}

#doradcy-kontakt > div.wp-block-group > div {width: 100%}

#twoj-doradca > hgroup {
	width: 100%;
	padding-right: 0;
}

#twoj-doradca > article {width: 100%}

}



/*GRID: 568px */
@media all and (max-width: 568px) {	

#header  article {padding: 50px 20px}

#header figure .has-green-background-color {padding: 20px 20px}

.article-figure > figure {margin: 0 auto 50px}

.article-figure > figure > figure span {
	top: 10px;
	left: -10px;
	border-radius: 10px;
}
.article-figure.reverse > figure > figure span {left: 10px}








#cta {margin-top: 75px}

#cta > figure {width: calc(100% - 20px)}

#cta > article {
	width: calc(100% - 20px);
	padding: 50px 20px;
}

#formularz input {
    font-size: 14px;
    line-height: 22px;
	padding: 5px 10px;
}

#baner {padding: 50px 20px}

#baner > figure img {right: -20px}

#baner > div img {margin-bottom: 25px}


#doradcy-kontakt > div {margin: 0 auto -20px}

#doradcy-kontakt > div.wp-block-group > div {
	padding: 0 10px;
	margin-bottom: 20px;
}

#doradcy-kontakt > div > div img {margin-bottom: 15px}
	
}




/*GRID: 440px */
@media all and (max-width: 440px) {

#doradcy-kontakt > div.wp-block-group > div {
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
}
	
}