.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;
	opacity: 0;
}

.has-red-color {color: #004678}

.article-figure > div {
	display: flex;
	flex-wrap: wrap;
}

.article-figure > div article {
	width: 50%;
	box-sizing: border-box;
	padding-left: 100px;
	display: flex;
	align-items: center;
}

.article-figure > div figure {width: 50%}

.article-figure > div figure img {
	display: block;
	width: 100%;
	box-shadow: 5px 5px 25px rgba(0,0,0,0.2);
}

.article-figure.reverse > div {flex-direction: row-reverse}

.article-figure.reverse > div article {
	padding-left: 0;
	padding-right: 125px;
}

/*
.cta > div {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    background-color: #F8F8F8;
    background-size: cover;
    background-position: center;
    padding: 100px 50px;	
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.cta > div > figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cta > div > figure span:first-of-type {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50% + 200px);
    height: 100%;
    background-size: cover;
    background-position: center;
}

.cta > div > figure span:last-of-type {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% + 150px);
    height: 100%;
    background-size: cover;
    background-position: right bottom;
	background-repeat: no-repeat;
    background-image: url(../img/cover-bg.png);
}

.cta > div > article {
    position: relative;
    width: 100%;
	text-align: left;
}

.cta > div > article > div {
    position: relative;
    width: calc(50% - 150px);
}

.cta > div > article h2 {
    padding-left: 0;
	padding-right: 0;
	margin-left: 0;
}
*/

#header {
	padding-top: 0;
	padding-bottom: 75px;
	height: calc(var(--vh, 1vh) * 100 - 100px);
	overflow: visible;
}

#header > figure {
	width: 100%;
	height: 100%;
	display: flex;
    align-items: center;
	position: relative;
}

#header-figure {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center right;
}

#header > figure article {
	position: relative;
	width: calc(50% - 150px);
	box-sizing: border-box;
	padding: 125px 75px 125px 125px;
	color: white;
}

#header > figure article h2 {font-weight: 200}

#zamow-kontakt {
	top: -250px;
	margin-bottom: -250px;
	overflow: visible;
	z-index: 2;
}

#zamow-kontakt .bc-silver {box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.2)}

#zamow-kontakt .bc-silver > figure {width: 100%}

#zamow-kontakt .bc-silver > figure img  {
	display: block;
	width: 100%;
}

#zamow-kontakt > div article > div {padding-top: 250px}

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

#formularz input, #formularz textarea {
	background-color: rgba(255,255,255,0);
	width: 100%;
	box-sizing: border-box;
	padding: 10px 20px;
	margin-bottom: 15px;
	border: none;
	border: 1px solid #004678;
	background: white;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #373C3C;
	font-size: 19px;
	line-height: 34px;
	-webkit-appearance: none;
    border-radius: 0;
}

#formularz input:focus, #formularz textarea:focus {
	outline: none;
	border-color: #004678;
}

#formularz textarea {
	height: 110px;
	resize: vertical;
	overflow: hidden;
}

#formularz input::-webkit-outer-spin-button, #formularz input::-webkit-inner-spin-button {-webkit-appearance: none}


input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	border: none;
	-webkit-text-fill-color: white;
	-webkit-box-shadow: 0 0 0px 1000px #0C0D2B inset;
}

#rodo {	
	position: relative;
	font-size: 15px;
	line-height: 22px;
}

#rodo > div {
	position: relative;
	margin-top: 10px;
	padding-left: 30px;
}

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

#formularz-msg {opacity: 0}

#formularz #button {margin-top: 10px}



/*
#header > figure article > div {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 0 250px 0 100px;
	text-align: left;
	color: white;
	
}
*/


/*
#header-subpage {
	padding: 0;
	height: 300px;
	overflow: visible;
}

#header-subpage > figure {
	width: 100%;
	height: 100%;
}

#header-subpage-figure {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center right;
}

#header-subpage > figure article {
	position: relative;
	width: calc(50% + 150px);
	height: 100%;
	display: flex;
    align-items: center;
}

#header-subpage > figure article figure {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../img/header-bg.png);
	background-position: right bottom;
	background-size: cover;
	opacity: 0.9;
}

#header-subpage > figure article div {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 0 150px 17px 100px;
	text-align: left;
	color: white;
}

#header-subpage > figure article div h2 {
	color: white;
	margin-bottom: 0;
}
*/


/*
#baner > div {
	padding: 100px 50px;
	width: 100%;
	box-sizing: border-box;
	background-position: center;
	background-size: cover;
}

#baner > div > div {
	font-size: 48px;
	line-height: 64px;
	font-weight: 600;
}
*/


#kroki > div {
	width: 100%;
	box-sizing: border-box;
	background-size: cover;
	background-position: center;
}

#kroki ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	font-size: 20px;
    line-height: 32px;
    font-weight: 600;
	position: relative;
	left: 25px;
	margin-top: 75px;
	margin-bottom: 75px;
}

#kroki li {
	position: relative;
	width: 25%;
	box-sizing: border-box;
	padding: 0 56px;
	text-align: left;
}

#kroki li figure {
	display: block;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	padding-top: 2px;
	border: 1px solid white;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}

#kroki .link-box {margin: 0 auto}


#error404 .link-arrow {
	margin-left: auto;
	margin-right: auto;
}




#doradcy {
	overflow: hidden;
	display: flex;
    justify-content: flex-end;
}


#doradcy > figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#doradcy > figure > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-size: cover;
	background-position: center;
}

#doradcy > article {
    position: relative;
    background: white;
    padding: 100px 75px;
    width: 50%;
    box-sizing: border-box;
    margin: 75px 0;
	text-align: left;
}

#doradcy > article h2 {margin-left: 0}

#doradcy-dane {
	position: relative;
	height: 170px
}

#doradcy-dane > div {
	position: absolute;
	top: 0;
	left: 0;
}

#doradcy-dane nav {
	position: absolute;
	bottom: 0;
	right: 0;
}

#doradcy-dane nav a {
	position: relative;
	width: 50px;
	display: inline-block;
	margin-left: 10px;
}

#doradcy-dane nav a img {
	position: relative;
	left: 0;
	display: block;
	width: 100%;
	transition: left 0.15s;
}

#doradcy-dane nav a.prev:hover img {left: -15px}
#doradcy-dane nav a.next:hover img {left: 15px}

#doradcy-mobile {display: none}

#loga .iwrap {background: white}
	
#loga img {
	display: block;
	max-width: 100%;
	position: relative;
	margin: 0 auto;
}

#loga p {padding: 0 25px 25px}



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

.article-figure.reverse > div article {padding-right: 100px}

#header {
	padding-bottom: 50px;
	height: calc(var(--vh, 1vh) * 100 - 90px);
}

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

#zamow-kontakt {
    top: -150px;
    margin-bottom: -150px;
}

#zamow-kontakt > div article > div {padding-top: 150px}

#formularz {padding: 50px}

#formularz input, #formularz textarea {
	padding: 10px 15px;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 28px;
}

#rodo {	
	font-size: 13px;
	line-height: 18px;
}

#rodo > div {
	margin-top: 10px;
	padding-left: 25px;
}

.rodo-checker {
	width: 15px;
	height: 15px;	
}

#formularz #button {margin-top: 10px}

#kroki ul {
	font-size: 18px;
    line-height: 28px;
	left: 25px;
	margin-top: 50px;
	margin-bottom: 50px;
}

#kroki li {padding: 0 50px}

#kroki li figure {
	padding-top: 2px;
	width: 35px;
	height: 35px;
}

#doradcy > article {
    padding: 75px 50px;
    margin: 55px 0;
}

#doradcy-dane {height: 145px}


#doradcy-dane nav a {
	width: 50px;
	margin-left: 10px;
}

#doradcy-dane nav a.prev:hover img {left: -15px}
#doradcy-dane nav a.next:hover img {left: 15px}
	
}





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

#zamow-kontakt {
    top: -150px;
    margin-bottom: -150px;
}	

#kroki ul {
    font-size: 16px;
    line-height: 26px;
}

#kroki li figure {
    padding-top: 2px;
    width: 32px;
    height: 32px;
}	

}	

/*
.cta > div > article > div {width: calc(50% - 100px)}

#header-subpage > figure article div {padding: 0 150px 17px 50px}
*/



/*GRID: 1280px */
@media all and (max-width: 1280px) {
	
.article-figure > div article {padding-left: 75px}	
	
.article-figure.reverse > div article { padding-right: 75px}	

.cta > div > article > div {width: calc(50% - 50px)}

#header {height: calc(var(--vh, 1vh) * 100 - 80px)}

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

#doradcy > article {padding: 40px}

}

/*
#header {height: calc(var(--vh, 1vh) * 100 - 160px)}

#header > figure {height: calc(100% - 80px)}	

#header > figure article {
    width: 75%;
    padding: 75px 0;
}

#header-subpage {height: 250px}

#header-subpage > figure article div {padding: 0 150px 13px 50px}

#baner > div > div  {
    font-size: 42px;
    line-height: 56px;
}
*/




/*GRID: 1024px */
@media all and (max-width: 1024px) {
	
.scroll-animation {
	left: 0 !important;
	top: 0 !important;
}	
	
.article-figure > div figure {
    width: 100%;
    max-width: 600px;
    position: relative;
    margin: 0 auto 75px;
}

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

	
#header {
	height: calc(var(--vh, 1vh)* 100 - 130px);
}	

#header > figure {
	height: 100%;
	display: block;
}	

#header-figure {
    position: relative;
	height: calc(var(--vh, 1vh)* 100 - 345px);
}
	
#header > figure article {
	padding: 50px 50px 100px;
	width: 100%;
	height: 225px;
	background: #004678;
	box-sizing: border-box;
}	

#header > figure article > div {
	padding: 0;
	text-align: center;
}

#header > figure article h2 {margin-bottom: 0}

#header > figure article h4 {display: none}

#zamow-kontakt {
    top: -50px;
    margin-bottom: -50px;
}

#zamow-kontakt .bc-silver {
	max-width: 100%;
	background: none;
	box-shadow: none;
	top: 0 !important
}

#formularz {
	width: calc(100% - 100px);
	margin: 0 auto;
	background-color: #F8F8F8;
	box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.2);
	margin-bottom: 75px;
}

#zamow-kontakt .bc-silver figure {
	box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.2);
	margin-bottom: 0;
}

#zamow-kontakt > div article > div {padding-top: 0}

#kroki ul {
	position: relative;
	margin: 0 auto 25px;
	left: 0;
}

#kroki li {
	width: 100%;
	padding: 0 0 0 50px;
}


#kroki ul {margin-bottom: 25px} 

#kroki li {
    width: 50%;
    padding: 0 50px;
	margin-bottom: 25px;
}

#kroki li figure {
	padding-top: 2px;
	top: -2px;
}

#doradcy > article {margin: 0}

#doradcy-dane nav a img {left: 0 !important}

#doradcy-mobile {
	display: block;
	padding-bottom: 40px;
}

#doradcy-mobile h4 {padding-left: 0}
#doradcy-mobile h4::before {display: none}

#doradcy-desktop {display: none}

}

/*
.cta > div {
	padding: 0;
	background-color: #004678;
}

.cta > div > figure {
	position: relative;
	height: 350px;
}

.cta > div > figure span:first-of-type {
    position: relative;
    width: 100%;
}

.cta > div > figure span:last-of-type {display: none}

.cta > div > article > div {
    width: 100%;
	box-sizing: border-box;
	padding: 50px;
	text-align: center;
}

.cta > div > article > div h2 {margin-left: auto}

#header-subpage {height: auto}	

#header-subpage > figure {
	height: auto;
	display: block;
}	

#header-subpage-figure {
    height: 250px;
    position: relative;
}
	
#header-subpage > figure article {
	padding: 25px 50px;
	width: 100%;
	background: #004678;
	box-sizing: border-box;
}	

#header-subpage > figure article figure {display: none}

#header-subpage > figure article div {
	padding: 0;
	padding-bottom: 13px;
	text-align: center;
}

#header-subpage > figure article div h2 {
    margin-left: auto;
	margin-right: auto;
}

#baner > div {padding: 75px 50px}

#baner > div > div {
    font-size: 36px;
    line-height: 46px;
}
	




/*GRID: 768px */
@media all and (max-width: 768px) {
	
.article-figure > div figure {max-width: none}	

#doradcy {
	padding-top: 350px;
	background: white;
	overflow: hidden;
}

#doradcy > figure {
    width: 200%;
    height: 350px;
}

#doradcy > article {
    padding: 40px 0 0;
	width: 100%;
}

}



/*GRID: 568px */
@media all and (max-width: 568px) {
	
.article-figure > div figure {margin: 0 auto 50px}




#header {
	height: calc(var(--vh, 1vh)* 100 - 60px);
	padding: 0 25px 25px;
}

#header-figure {height: calc(var(--vh, 1vh)* 100 - 310px)}	

#header > figure article {padding: 50px 25px}

#zamow-kontakt {
	top: -100px;
	margin-bottom: -100px;
}	
	
#formularz {
	width: calc(100% - 50px);
	margin-bottom: 50px;
	padding: 50px 25px;
}

#formularz input, #formularz textarea {
    padding: 8px 10px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 24px;
}


#kroki {text-align: left}

#kroki h2 {width: 100%}

#kroki ul {
    font-size: 14px;
    line-height: 20px;
	margin: 35px 0 20px;
}

#kroki li {
	padding-right: 35px;
	width: 100%;
}

#kroki li figure {
    padding-top: 4px;
    width: 30px;
    height: 30px;
}

#kroki .link-box {margin-left: 0}



/*
.cta > div > article > div {padding: 50px 25px}

#header-subpage > figure article {padding: 15px 25px}

#baner > div {padding: 50px 25px}

#baner > div > div {
    font-size: 24px;
    line-height: 32px;
}
*/

}



/*GRID: 440px */
@media all and (max-width: 440px) {
	
.article-figure > div figure {margin: 0 auto 40px}	

#header-figure {height: 350px}



#header {
	height: auto;
	padding: 0 20px;
}

#header > figure article {
	padding: 40px 20px;
	height: auto;
}

#zamow-kontakt {
	top: 0;
	margin-bottom: 0;
}

#formularz {
	width: 100%;
	padding: 40px 20px;
	box-shadow: none;
	margin-bottom: 40px;
}

#doradca {padding-top: 300px}

#doradca > article {padding: 30px 0 0}

#doradca > figure {height: 300px}

#doradcy-dane nav {
	width: 100%;
	text-align: center;
    bottom: -25px;
}

#loga p {padding: 0 10px 15px}

}


/*
.cta > div > figure {height: 300px}	

.cta > div > article > div {padding: 40px 20px}

#header-subpage > figure article {padding: 15px 25px 25px}

#header-subpage > figure article div {padding-bottom: 0}

#header-subpage h2 img {margin-left: auto}

#baner > div {padding: 40px 20px}

#baner > div > div {
    font-size: 22px;
    line-height: 28px;
}
*/