#mygutenberg .has-small-font-size {
	font-size: 13px!important;
	line-height: 16px!important;
}

.has-orange-color {color: #F05A28}

.has-text-align-left {text-align: left}
.has-text-align-center {text-align: center}
.has-text-align-right {text-align: right}

.has-gray-background-color {background-color: #F5F5F5}
.has-green-background-color {
	background-color: #00505A;
	color: white;
}

.has-green-background-color a {color: white}

.has-orange-background-color {
	background-color: #F05A28;
	color: white;
}
.has-orange-background-color a {color: white}


#mygutenberg .wp-embed-aspect-16-9 {
    width: 650px;
    max-width: 100%;
    position: relative;
    margin: 0 auto;
}

#mygutenberg .wp-block-embed__wrapper {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    margin: 0 auto;
}

#mygutenberg .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#mygutenberg figure img {
	display: block;
	max-width: 100%;
	position: relative;
}
#mygutenberg figure.aligncenter img {
	margin-left: auto;
	margin-right: auto;
}
#mygutenberg figure.alignright img {
	margin-left: auto;
	margin-right: 0;
}

#mygutenberg video {
	display: block;
	max-width: 100%;
}

#mygutenberg ul {list-style: none}

#mygutenberg ul ul {padding-left: 15px}

#mygutenberg ul li {
	position: relative;
	padding-left: 15px;	
	margin-top: 5px;
	text-align: left;
}
#mygutenberg ul li::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background: #F05A28;
	position: absolute;
	top: 12px;
	left: 0;
}

#mygutenberg ol {
	list-style: none;
}

#mygutenberg ol li {
	position: relative;
	padding-left: 25px;	
	margin-top: 5px;
	text-align: left;
}

#mygutenberg ol li img {
	display: block;
	width: 16px !important;
	position: absolute;
	top: 7px;
	left: 0;
}


.wp-block-buttons.has-text-align-center {
	justify-content: center;
	display: flex;
}

.wp-block-button {
	display: table;
	position: relative;
	padding-top: 40px;
}

.wp-block-button a {
	display: inline-block;
    color: white;
    background: #F05A28;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    padding: 15px 30px;
    border-radius: 0 15px 0 15px;
    transition: background 0.25s, color 0.25s;
}

.wp-block-button a:hover {background: #00505A}
.has-green-background-color .wp-block-button a:hover {
	background: white;
	color: #F05A28;
}

.wp-block-button.is-style-outline a {
    background: none;
    padding: 0;
}



/* blok */
#mygutenberg .wp-block-group, .wp-block-group {
	width: 100%;
	position: relative;
	box-sizing: border-box;	
	padding: 75px 200px;
}

#mygutenberg .wp-block-group .wp-block-group, .wp-block-group .wp-block-group {padding: 0}

#mygutenberg .wp-block-group > div, .wp-block-group > div {
	width: 100%;
	max-width: 1000px;
	position: relative;
	margin: 0 auto;
}

#mygutenberg .wp-block-group.alignwide > div, .wp-block-group.alignwide > div {max-width: 100%}

#mygutenberg .wp-block-group.home-waluty > div {max-width: 800px}



/* media i tekst*/
#mygutenberg .wp-block-media-text {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 75px 200px;
	box-sizing: border-box;
	position: relative;
}

#mygutenberg .wp-block-media-text > article {
    width: calc(50% + 75px);
    box-sizing: border-box;
    display: flex;
    align-items: center;
	padding-left: 150px;
}
#mygutenberg .wp-block-media-text.reverse > article {
	padding-left: 0;
	padding-right: 150px;
}

#mygutenberg .wp-block-media-text > figure {
	width: calc(50% - 75px);
    height: 550px;
    position: relative;
    margin: 25px 0;
}

#mygutenberg .wp-block-media-text > figure > div {
    width: 100%;
    height: 100%;
    border-radius: 0 100px 0 200px;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 2;
}

#mygutenberg .wp-block-media-text > figure::after {
    content: "";
    display: block;
    position: absolute;
    top: -25px;
    right: -25px;
    width: 250px;
    height: 250px;
    background: #F05A28;
    z-index: 1;
    border-radius: 0 115px 0 0;
}

#mygutenberg .wp-block-media-text > figure img {display: none}




/* 3 kolumny w bloku */
#mygutenberg .wp-block-group .wp-block-columns-3 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	background: transparent;
}

#mygutenberg .wp-block-group .wp-block-columns-3 > div {
	width: calc(33.33% - 30px);
	text-align: center;
	box-sizing: border-box;
}

#mygutenberg .wp-block-group .wp-block-columns-3 > div img {
	margin-left: auto;
	margin-right: auto;
}

#mygutenberg .wp-block-group .wp-block-columns-3.has-background > div {
    padding: 50px 25px;
	width: calc(33.33% - 15px);
}

#mygutenberg .wp-block-group .wp-block-columns-3.has-gray-background-color > div {
    background-color: #F5F5F5;
}



/* CTA */
.cta-photo {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.cta-photo > figure {
    width: calc(50% - 75px);
    background-size: cover;
    background-position: center;
    border-radius: 0 200px 0 0;
}

.cta-photo > article {
    width: calc(50% + 75px);
    box-sizing: border-box;
    padding: 100px 200px 100px 150px;
}



/* do pobrania */
#mygutenberg .do-pobrania ul {margin-top: 40px}
#mygutenberg .faq .do-pobrania ul {margin-top: 0}
	
#mygutenberg .do-pobrania li {
	padding: 15px 100px 15px 30px;
	border-bottom: 1px solid #c7c7c7;
	margin-top: 0;
}
#mygutenberg .do-pobrania li:last-of-type {border-bottom: none}
#mygutenberg .do-pobrania li:first-of-type {border-bottom: 1px solid #c7c7c7 !important}

#mygutenberg .do-pobrania li::before {display: none !important}

#mygutenberg .do-pobrania li > figure {
	position: absolute;
	top: 19px;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../img/menu-document-icon.png);
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
}

#mygutenberg .do-pobrania li a:last-of-type {
	color: #F05A28;
	position: absolute;
	top: 15px;
	right: 0;
}


/* okładka mała */
#mygutenberg .wp-block-cover {
	width: 100%;
	min-height: 250px;
	background: #F5F5F5;
	display: flex;
	align-items: center;
	padding: 75px 200px 25px;
	box-sizing: border-box;
	border-radius: 0 0 0 200px;
	position: relative;
	z-index: 10;
}


/* okładka średnia */
#mygutenberg .wp-block-cover.alignwide {
	width: 100%;
	min-height: 400px;
	background: #F5F5F5;
	display: flex;
	flex-direction: row-reverse;
	align-items: stretch;
	flex-wrap: wrap;
	padding: 0;
	border-radius: 0;
}

#mygutenberg .wp-block-cover.alignwide > article {
	width: calc(50% + 75px);
	box-sizing: border-box;
	padding: 75px 150px 75px 200px;
	display: flex;
	align-items: center;	
}

#mygutenberg .wp-block-cover.alignwide > figure {
	width: calc(50% - 75px);
	overflow: hidden;
	border-radius: 0 0 0 200px;
	background-size: cover;
	background-position: center;
}

#mygutenberg .wp-block-cover.alignwide img {display: none}


/* okruszki */
#okruszki {
	position: absolute;
	left: 0;
	bottom: -25px;
	font-size: 14px;
	line-height: 14px;
	box-sizing: border-box;
	color: #003237;
	font-weight: 500;
	padding-top: 0;
	padding-bottom: 0;
	height: 20px;
}


/* tabele */
#mygutenberg table {
	background: white;
	border-collapse: collapse;
	font-size: 14px;
	line-height: 16px;
	width: 100%;
}

#mygutenberg tr {
	border: none;
	background: #F5F5F5;
}
#mygutenberg tr:first-of-type {
	border-bottom: none;
	background: #F05A28;
	color: white;
}

#mygutenberg tr:nth-of-type(2n) {background: white}

#mygutenberg td {
	padding:25px 20px;
	outline: none;
	border: none;
}

#mygutenberg tr:nth-of-type(n+2) .rwd {display: none}

#mygutenberg .wp-block-table figcaption {
	margin-top: 25px;
	font-size: 14px;
    line-height: 18px;
}


#mygutenberg .wpDataTable tbody tr:first-of-type td {
	background: #F5F5F5;
	color: #00505A;
}

#mygutenberg .wpDataTable thead th {
    border: none;
    border-bottom-width: 0;
    font-weight: 700;
    padding: 25px 20px;
    text-align: left;
    cursor: pointer;
    background: #F05A28;
	color: white;
}

#mygutenberg .wpDataTable thead th:after {
	border-bottom-color: white;
	opacity: 1;
}
#mygutenberg .wpDataTable thead th.sorting_desc:after {border-top-color: white}

#mygutenberg td.sorting_1 {background: none}

#mygutenberg .wpDataTable tbody td {background: none}


/* youtube */
#mygutenberg .youtube > div {
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: -25px;
}

#mygutenberg .youtube > div h2 {
	width: 100%;
	margin-bottom: 0;
}

#mygutenberg .youtube .wp-embed-aspect-16-9 {
    width: 33%;
    box-sizing: border-box;
	padding: 0 12px;
    position: relative;
	margin-bottom: 25px;
}

#mygutenberg .youtube .wp-block-embed__wrapper {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    margin: 0 auto 10px;
}

#mygutenberg .youtube .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#mygutenberg .youtube .wp-embed-aspect-16-9 figcaption {
    font-size: 13px!important;
    line-height: 16px!important;
}




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

/* blok */
#mygutenberg .wp-block-group, .wp-block-group {padding: 50px 100px}


/* okładka mała */
#mygutenberg .wp-block-cover {
	padding: 50px 100px 0px;
	border-radius: 0 0 0 100px;
}


/* okładka średnia */
#mygutenberg .wp-block-cover.alignwide > article {
	width: calc(50% + 50px);
	padding: 50px 100px 50px 100px;	
}

#mygutenberg .wp-block-cover.alignwide > figure {width: calc(50% - 50px)}






/* media i tekst*/
#mygutenberg .wp-block-media-text {padding: 50px 100px}

#mygutenberg .wp-block-media-text > article {
    width: calc(50% + 50px);
	padding-left: 100px;
}

#mygutenberg .wp-block-media-text.reverse > article {
	padding-left: 0;
	padding-right: 100px;
}

#mygutenberg .wp-block-media-text > figure {
	width: calc(50% - 50px);
    height: 500px;
    margin: 20px 0;
}

#mygutenberg .wp-block-media-text > figure > div {
    width: 100%;
    height: 100%;
    border-radius: 0 100px 0 200px;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 2;
}

#mygutenberg .wp-block-media-text > figure::after {
    top: -20px;
    right: -20px;
    width: 200px;
    height: 200px;
}



/* CTA */
.cta-photo > figure {width: calc(50% - 50px)}

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


/* okładka mała */
#mygutenberg .wp-block-cover {padding: 50px 100px 20px}



}



/*GRID: 1024px */
@media all and (max-width: 1024px) {
.wp-block-button a:hover {background: #F05A28}
.has-green-background-color .wp-block-button a:hover {
	background: #F05A28;
	color: white;
}	
	
#mygutenberg ul li::before {top: 10px}	

#mygutenberg ol li img {top: 5px}
	
.wp-block-button {padding-top: 30px}	
	
.wp-block-button a {
    font-size: 17px;
    line-height: 17px;
    padding: 12px 20px;
    border-radius: 0 15px 0 15px;
}	

/* blok */
#mygutenberg .wp-block-group, .wp-block-group {padding: 50px 50px}


/* media i tekst*/
#mygutenberg .wp-block-media-text {padding: 50px 50px}

#mygutenberg .wp-block-media-text > figure {
	width: 450px;
    height: 450px;
    margin: 20px auto 50px;
}

#mygutenberg .wp-block-media-text > figure::after {border-radius: 0 90px 0 0}

#mygutenberg .wp-block-media-text > figure > div {border-radius: 0 75px 0 150px}

#mygutenberg .wp-block-media-text > article {
    width: 100%;
    padding: 0 !important;
    text-align: center;
}

#mygutenberg .wp-block-media-text > article h2::after {
    margin-left: auto;
	margin-right: auto;
}

#mygutenberg .wp-block-media-text > article .wp-block-buttons {justify-content: center}

#mygutenberg .wp-block-media-text.reverse {flex-direction: column-reverse}



/* 3 kolumny w bloku */
#mygutenberg .wp-block-group .wp-block-columns-3 > div {width: calc(33.33% - 15px)}

#mygutenberg .wp-block-group .wp-block-columns-3.has-background > div {
    padding: 40px 15px;
    width: calc(33.33% - 10px);
}

/* tabela */
#mygutenberg td {padding: 15px 10px}
	
#mygutenberg .wpDataTable thead th {padding: 15px 10px}



/* CTA */
.cta-photo > figure {width: 50% }

.cta-photo > article {
    width: 50%;
    padding: 50px;
}



/* okładka mała */
#mygutenberg .wp-block-cover {
	padding: 50px 50px 15px;
	border-radius: 0 0 0 100px;
}


/* okładka średnia */
#mygutenberg .wp-block-cover.alignwide > article {
	width: calc(50% + 25px);
	padding: 50px;	
}

#mygutenberg .wp-block-cover.alignwide > figure {width: calc(50% - 25px)}



/* okruszki */
#okruszki {display: none}



/* youtube */
#mygutenberg .youtube .wp-embed-aspect-16-9 {width: 50%}


/* do pobrania */
#mygutenberg .do-pobrania li > figure {top: 17px}

}




/*GRID: 768px */
@media all and (max-width: 768px) {
	
#mygutenberg ul li::before {top: 10px}

#mygutenberg ol li img {top: 5px}

	
	
/* 3 kolumny w bloku */
#mygutenberg .wp-block-group .wp-block-columns-3 {margin-bottom: -50px}

#mygutenberg .wp-block-group .wp-block-columns-3 > div {
	width: 100%;
	margin-bottom: 50px;
}

#mygutenberg .wp-block-group .wp-block-columns-3.has-background {margin-bottom: -25px}

#mygutenberg .wp-block-group .wp-block-columns-3.has-background > div {
	width: 100%;
	margin-bottom: 25px;
}	


/* CTA */
.cta-photo {background: none}

.cta-photo > figure {
    width: 100%;
    height: 450px;
    border-radius: 0 150px 0 0;
}

.cta-photo > article {
    width: 100%;
    padding: 75px 50px;
}



/* okładka mała */
#mygutenberg .wp-block-cover {
	min-height: 200px;
	border-radius: 0 0 0 75px;
}


/* okładka średnia */
#mygutenberg .wp-block-cover.alignwide > article {width: 100%}

#mygutenberg .wp-block-cover.alignwide > figure {
	width: 100%;
	height: 250px;
	border-radius: 0 0 0 100px;
}


/* tabela */
#mygutenberg table {width: 100%}

#mygutenberg tbody {
	display: flex;
	flex-wrap: wrap;
}

#mygutenberg tr {
	display: block;
	width: 100%;
	padding: 20px 20px 10px;
	box-sizing: border-box;	
}

#mygutenberg tr > span:last-of-type {width: 60%}

#mygutenberg tr:first-of-type {display: none}

#mygutenberg tr:nth-of-type(2) {border-top: none}

#mygutenberg tr:nth-of-type(2n) {background: white}
#mygutenberg tr:nth-of-type(2n + 1) {background: #F8F8F8}

#mygutenberg td {
	width: 100%;
	padding: 0;
	display: flex;
	flex-wrap: wrap
}

#mygutenberg td .rwd {
	width: 40%;
	display: block !important;
	margin-bottom: 10px;
	box-sizing: border-box;
	padding-right: 10px;
	color: #F05A28;
}

#mygutenberg td > span:last-of-type {
	width: 60%;
	margin-bottom: 10px;
}
	
#mygutenberg .wpDataTables {overflow-x: auto}

#mygutenberg .wpDataTable table {
	width: auto;
	margin-bottom: 15px;
}	
	
#mygutenberg .wpDataTable tbody {display: table-row-group}	
	
#mygutenberg .wpDataTable tr:first-of-type {display: table-row}
	
#mygutenberg .wpDataTable tr {
	width: 100%;
	display: table-row;	
}
	
#mygutenberg .wpDataTable td {
	width: auto;
	display: table-cell;
	text-align: left !important;
	padding: 15px 10px;
}
	
#mygutenberg .wpDataTable tbody td span {display: none}
	
#mygutenberg .wpDataTable tfoot span {
	display: block !important;
	width: 100%;
}
	
#mygutenberg .dataTables_info {margin-bottom: 15px}	


/* youtube */
#mygutenberg .youtube .wp-embed-aspect-16-9 {padding: 0 5px}
	
}



/*GRID: 568px */
@media all and (max-width: 568px) {
	
#mygutenberg ul li::before {top: 8px}

#mygutenberg ol li img {
	top: 4px;
	width: 14px !important;
}	
	
.wp-block-button {padding-top: 25px}	
	
.wp-block-button a {
    font-size: 16px;
    line-height: 16px;
    padding: 10px 20px;
    border-radius: 0 10px 0 10px;
}	
	

/* blok */
#mygutenberg .wp-block-group, .wp-block-group {padding: 50px 25px}


/* media i tekst*/
#mygutenberg .wp-block-media-text {padding: 50px 25px}

#mygutenberg .wp-block-media-text > figure {
    height: 350px;
	max-width: 100%;
    margin-top: 15px;
}

#mygutenberg .wp-block-media-text > figure::after {
	top: -15px;
    right: -15px;
    border-radius: 0 85px 0 0;
}


/* CTA */
.cta-photo > figure {height: 350px}

.cta-photo > article {padding: 50px 25px}



/* do pobrania */
#mygutenberg .do-pobrania ul {margin-top: 30px}

#mygutenberg .do-pobrania li {padding: 10px 85px 10px 25px}

#mygutenberg .do-pobrania li > figure {
	top: 12px;
	width: 18px;
	height: 18px;
}

#mygutenberg .do-pobrania li a:last-of-type {top: 8px}



/* okładka mała */
#mygutenberg .wp-block-cover {
	min-height: 175px;
	border-radius: 0 0 0 50px;
	padding: 50px 25px 10px;
}


/* okładka średnia */
#mygutenberg .wp-block-cover.alignwide > article {padding: 50px 25px}

#mygutenberg .wp-block-cover.alignwide > figure {
	height: 200px;
	border-radius: 0 0 0 75px;
}


/* tabela */
#mygutenberg table {
    font-size: 13px;
    line-height: 15px;
}	

#mygutenberg .wp-block-table figcaption {margin-top: 10px}

}



/*GRID: 440px */
@media all and (max-width: 440px) {
	
#mygutenberg ul li {padding-left: 12px}	
	
#mygutenberg ul li::before {
	top: 6px;
	width: 5px;
	height: 5px;
}	

#mygutenberg ol li {padding-left: 20px}
	
.wp-block-button {padding-top: 20px}	
	
.wp-block-button a {
    font-size: 15px;
    line-height: 15px;
    padding: 8px 20px;
    border-radius: 0 10px 0 10px;
}	
	

/* blok */
#mygutenberg .wp-block-group, .wp-block-group {padding: 40px 20px}


/* media i tekst*/
#mygutenberg .wp-block-media-text {padding: 40px 20px}

#mygutenberg .wp-block-media-text > figure {margin-bottom: 40px}

#mygutenberg .wp-block-media-text > figure > div {border-radius: 0 50px 0 100px}

#mygutenberg .wp-block-media-text > figure::after {
    top: -10px;
    right: -10px;
    border-radius: 0 60px 0 0;
    width: 150px;
    height: 150px;
}



/* 3 kolumny w bloku */
#mygutenberg .wp-block-group .wp-block-columns-3.has-background {margin-bottom: -20px}

#mygutenberg .wp-block-group .wp-block-columns-3.has-background > div {margin-bottom: 20px}



/* CTA */
.cta-photo > figure {
    height: 300px;
	border-radius: 0 100px 0 0;
}

.cta-photo > article {padding: 40px 20px}



/* okładka mała */
#mygutenberg .wp-block-cover {
	min-height: 150px;
	padding: 40px 20px 0;
}


/* okładka średnia */
#mygutenberg .wp-block-cover.alignwide > article {padding: 40px 20px}

#mygutenberg .wp-block-cover.alignwide > figure {
	height: 200px;
	border-radius: 0 0 0 75px;
}


/* tabela */
#mygutenberg tr {padding: 10px 10px 5px}


/* do pobrania */
#mygutenberg .do-pobrania li {padding: 10px 0 10px 25px}

#mygutenberg .do-pobrania li a:last-of-type {
	display: table;
	position: relative;
    top: 0;
	margin-top: 5px;
}

#mygutenberg .do-pobrania li > figure {top: 10px}


/* youtube */
#mygutenberg .youtube .wp-embed-aspect-16-9 {
	width: 100%;
	padding: 0;
}

}