@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;600;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,700;0,900;1,400;1,700&display=swap');

:root {
	font-size: 16px;
	}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed, figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section {display: block;}
body {line-height:1;}
ol,ul {list-style:none;}
blockquote,q { quotes:none;} blockquote:before,blockquote:after,q:before,q:after {content:'';content:none;}
table {border-collapse:collapse;border-spacing:0;}
b,strong {font-weight:bold;}
i,em {font-style:italic;}
.rwContentBox ul,.cn ul { list-style-type:disc;margin:20px 0;margin-left:45px;}
.rwContentBox ol,.cn ol { list-style-type:decimal;margin:20px 0;margin-left:55px;}
.rwContentBox li,.cn li { padding-left:0px;}
.rwContentBox table td {vertical-align:top;}
div,h1,h2,h3,h4,h5,h6,p,form { position:relative;margin:0;padding:0;display:block;font-weight:normal;}
ul { margin-top:0;}
img { border:0;}
.clear,.cl { clear:both;}

html {
	scroll-behavior: smooth;
	}

body {
	font-family: roboto, sans-serif;
	font-size: 1rem;
	line-height: 1.35;
	color: #0009;
	max-width: 100%;
	overflow-x: hidden;
	}

* {
	font-family: roboto, sans-serif;
    }

a {
	color: var(--kolor);
	outline: none;
	transition: all 0.3s ease;
	text-decoration: none;
	}
a:hover {
	color: var(--kolor2);
	}





.hd,
body>main,
body>footer {
	position: relative;
	padding-top: 0 !important;
	}

@media(max-width:900px) {
body>main {
	padding-top: 60px !important;
	}
}

body>main>div, body>footer>div {
	position: relative;
	width: 100%;
	max-width: 1200px;
	min-width: 320px;
	margin: 0 auto;
	}


body>footer {
	position: relative;
	margin-top: 300px;
	text-align: center;
	}


.hd {
	background: var(--kolor);
	display: block;
	position: fixed;
	width: 100%;
	z-index: 110;
	font-size: 0;
	background: transparent;
	background: #0000;
	transition: all 0.6s ease;
	}

.sticky .hd {
	background: #000a;
}

@media(max-width:900px) {
	.hd {
		background: #000a;
	}
}

.hd>div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100px;
	transition: all 0.6s ease;
	}

.sticky .hd>div {
	height: 60px;
	}

@media(max-width:900px) {
.hd>div {
	height: 60px;
	}
}


.hd .top-belt {
	display: flex;
	align-content: center;
	justify-content: space-between;
	}




.hd header {
	display: inline-block;
	position: relative;
	width: auto;
	z-index: 20;
	font-size: 0;
	}

.hd header img {
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	height: 100px;
	margin-top: 10px;
	object-fit: contain;
	margin-left: 1rem;
	transition: all 0.6s ease;
	}

.sticky .hd header img {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	margin-top: 0px;
	object-fit: contain;
	margin-left: 1rem;
	}

@media(max-width:900px) {
.hd header img {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	margin-top: 0px;
	object-fit: contain;
	margin-left: .3rem !important;
	}
}


.hd header a>span {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-weight: bold;
	font-size: 1rem;

	max-width: calc(450px - 1rem - 100px);
	margin-left: 1rem;
	}
@media(max-width:900px) {
.hd header a>span {
	margin-left: .3rem;
	}
}



.hd header a>span span {
	display: block;
	text-transform: uppercase;
	font-size: 1.5rem;
	line-height: 1.1;
	}
@media(max-width:900px) {
.hd header a>span span {
	display: block;
	text-transform: uppercase;
	font-size: 1rem;
	line-height: 1.1;
	}
}

.hd header a>span span:nth-child(2) {
	font-size: .835em;
	font-weight: normal;
	}
@media(max-width:900px) {
.hd header a>span span:nth-child(2) {
	font-size: .559em;
	font-weight: normal;
	}
}





.hd .navi {
	display: inline-block;
	}

.hd nav {
	font-size: 0;
	position: relative;
	width: 100%;
	text-align: center;
	display: block;
	background: var(--kolor2);
 	background: transparent;
   }

.hd nav>div>ul {
	display: block;
	position: relative;
	padding-right: 1rem;
	}

.hd nav li {
	position: relative;
	display: inline-block;
	font-size: 1rem;
    }

.hd nav:not(.bc) li a {
	color: #fff;
	display: block;
	padding: .5rem 1rem;
	font-family: montserrat;
	font-weight: 600;
    }

.hd nav:not(.bc) li a:hover,
.hd nav:not(.bc) li a.selected,
.hd nav:not(.bc) li a.active,
.hd nav:not(.bc) li a.traced,
.hd nav:not(.bc) li a:hover {
	background: #0003;
 	background: transparent;
	text-decoration: underline;
	text-underline-offset: 10px;
   }

.hd nav:not(.bc)>div>ul>li ul {
	position: absolute;
	left: 1px;
	background: var(--kolor2);
	z-index: 50;
	width: 100%;
	min-width: 320px;
	display: none;
	text-align: left;
	font-size: 0;
	outline: 1px solid var(--kolor);
    }

.hd nav:not(.bc)>div>ul>li ul>li {
	display: block;
	width: auto;
	vertical-align: top;
	text-align: left;
	font-size: 1rem;
	border-bottom: 1px solid var(--kolor);
	}

.hd nav:not(.bc)>div>ul>li ul>li:last-child {
	border: 0;
	}

input#rwdmn, input#rwdmn+label {
	display: none;
	}

@media (max-width: 900px) {

	input#rwdmn+label+nav {
		display: none;
		}

	input#rwdmn+label {
		display: block;
		position: fixed;
		right: 0;
		top: 6px;
		cursor: pointer;
		padding: 0;
		width: 50px;
		height: 50px;
		font-size: 50px;
		line-height: 50px;
		background: transparent;
		color: #fff;
		z-index: 100;
		text-align: center;
		}

	input#rwdmn+label span::before { content: '\2261'; }
	input#rwdmn:checked+label span::before { content: '\D7'; }

	input#rwdmn:checked+label+nav {
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		width: 100vw;
		height: 100vh;
		background: #000c;
		padding-top: 1rem;
		z-index: 50;
		}

	input#rwdmn:checked+label+nav ul {
		display: block !important;
		padding: 0 1rem;
		background: transparent;
		position: relative;
		left: 0;
		top: 0;
		outline: 0;
		}

	input#rwdmn:checked+label+nav li {
		display: block;
		text-align: left;
		border: none;
		}

	input#rwdmn:checked+label+nav li a {
		padding: .25rem 1rem;
		}

	input#rwdmn:checked+label+nav li a:hover,
	input#rwdmn:checked+label+nav li a.active {
		background: var(--kolor2);
		}

	input#rwdmn:checked+label+nav li>ul,
	input#rwdmn:checked+label+nav li:hover>ul {
		display: block;
		position: relative;
		left: 0;
		top: 0;
		}

	input#rwdmn:checked+label+nav li ul a { padding-left: 1rem; }
	input#rwdmn:checked+label+nav li ul ul a { padding-left: 2rem; }
	input#rwdmn:checked+label+nav li ul ul ul a { padding-left: 3rem; }

} /* @media (max-width: 900px) */


.bc {
	position: relative;
	background: #eee;
	width: calc(100vw - 2rem);
	margin-left: calc( (100vw - 100%) / -2);
	padding: .5rem 1rem;

	display: none;
	}
.page-id-2622 .bc {
	display: none;
	}

.bc li {
	display: inline-block;
	vertical-align: middle;
	color: #000;
	font-size: .7rem;
	}

.bc li::before {
	display: inline-block;
	vertical-align: middle;
	margin: 0 .2rem;
	content: ">";
	}

.bc li:first-child::before {
	display: none;
	}

.bc li:last-child {
	font-weight: bold;
	}

.bc li a {
	display: inline-block;
	color: #0009;
	}

.bc li a:hover {
	display: block;
	color: #000;
	}




body>footer {
	background: #e8eaed;
	color: #666;
	}

body>footer>div {
	padding: 2rem 0 2rem 0;
	text-align: left;
	font-size: .8rem;
	text-align: center;
    }

body>footer>div img {
	max-height: 100px;
	margin-bottom: 10px;
}

body>footer a {
	color: #666;
    }

body>footer .ftlg {
    }

@media (max-width: 900px) {

	body>footer>div {
		text-align: center;
	    }

	body>footer .ftlg {
		float: none;
		margin: 0 auto;
		display: block;
		position: relative;
		text-align: center;
		font-size: 0;
		margin-bottom: 1rem;
	    }
	
	body>footer .ftlg img {
		max-width: 200px;
		}
	
}

body>footer>div::after {
	content: '';
	clear: both;
	display: block;
    }


/* naglowki tytuly sekcji */

.content_headers {
	margin-bottom: 1rem;
	border-bottom: none;
	padding-top: .5rem;
	padding-bottom: .5rem;
	color: inherit;
	background: transparent;
	text-align: center;
	font-family: montserrat, sans-serif;
	font-weight: 700;
	}

.dwiekolumny section header h3 {
	font-family: montserrat, sans-serif;
	font-weight: 600;
	color: #000;
	}
@media (max-width: 900px) {
.dwiekolumny section header h3 {
	font-size: 1.2rem;
	}
}

@media (max-width: 1200px) {
	.content_headers {
		padding-left: 1rem;
		padding-right: 1rem;
		}
}
@media (max-width: 900px) {
	.content_headers {
		margin-bottom: .5rem;
		}
}

.content_headers .content_title {
    font-size: 2.4rem;
	line-height: 1.25;
	font-weight: 600;
	color: #000;
	}
@media (max-width: 900px) {
.content_headers .content_title {
    font-size: 1.5rem;
	}
}
@media (max-width: 600px) {
.content_headers .content_title {
    font-size: 1.5rem;
	}
}

.content_headers .content_description {
    font-size: 1.25rem;
	line-height: 1.25;
	color: var(--kolor);
	}
@media (max-width: 900px) {
.content_headers .content_description {
    font-size: 1rem;
	}
}

/* naglowki tytuly sekcji end */

.outernavs ul.slider li {
	padding-left: 70px;
	padding-right: 70px;
	width: calc(100% - 70px - 70px);
}



/* slider - teksty */

.slider .anim_text {
	position: relative;
	height: 100%;
	display: flex !important;
	justify-content: center;
	align-items: left !important;
	flex-direction: column;
	}
.slider .anim_text>span {
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	text-shadow: none;
	text-align: center;
	font-family: montserrat;
	font-weight: 600;
	}

.ct_slider2_overall .ct-slider-static-text {
	font-size: 2.5rem;
	line-height: .9;
	}
@media(max-width:900px) {
.ct_slider2_overall .ct-slider-static-text {
	font-size: 2rem;
	}
}
@media(max-width:600px) {
.ct_slider2_overall .ct-slider-static-text {
	font-size: 1.5rem;
	}
}

.ct_slider2_overall .ct-slider1-static-text {
	font-size: 1.8rem;
	line-height: 1.1;
	padding-top: 1.25rem;
	font-family: roboto, sans-serif !important;
	font-size: 1.535rem;
	font-weight: 400 !important;
	}
@media(max-width:900px) {
.ct_slider2_overall .ct-slider1-static-text {
	font-size: 1.3rem;
	}
}
@media(max-width:600px) {
.ct_slider2_overall .ct-slider1-static-text {
	font-size: 1rem;
	}
}

.ct_slider2_overall .ct-slider2-static-text {
	padding: 1rem 0 0;
	font-size: 1.2rem;
	font-weight: 200 !important;
	max-width: 535px;
	padding-top: 3rem;
	text-align: justify !important;
	}
@media(max-width:900px) {
.ct_slider2_overall .ct-slider2-static-text {
	font-size: 1rem;
	}
}
@media(max-width:600px) {
.ct_slider2_overall .ct-slider2-static-text {
	font-size: .85rem;
	}
}

/* slider end */


li.anim_ct {
	background-color: #000;
}

ul.slider {
	/* background-color: #000; */
}

.ciemny li.anim_ct::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #0009;
	position: absolute;
	left: 0;
	top: 0;
}

section.light {
	background: #f2f2f2;
}



.outernavs .slider .anim_text {
	position: relative;
	height: 100%;
	display: flex !important;
	justify-content: center;
	align-items: left !important;
	flex-direction: column;
	width: calc(88.5% - 20vw);
	padding-left: 10vw !important;
	padding-right: 10vw !important;
	}

.ct_slider2_overall {
    position: relative;
    background: #000 !important;
}


@media(max-width:1200px) {
	.dwiekolumny {
		margin-left: 0 !important; 
		
	}
	.dwiekolumny .kol1, .dwiekolumny .kol2 {
	 	width: 50vw !important;
		margin-left: 0 !important; 
		margin-right: 0 !important; 
	}

	ul.banners-gallery li {
	    width: 300px !important;
	}
}

@media(max-width:900px) {
	.page_content_container {
		overflow-x: hidden;
	}

body ul.slider {
    height: auto !important;
}

.ct_slider2_overall>div {
    height: 400px !important;
}


.cytaty {
	font-family: roboto;
	padding: 0 10px;
	}

.cytaty>span {
	display: block;
	margin-top: 40px;
}
	
}


@media(max-width:750px) {
	.dwiekolumny {
		margin-left: 0 !important; 
		
	}
	.dwiekolumny>div {
		display: block !important;
		
	}
	.dwiekolumny .kol1, .dwiekolumny .kol2 {
		display: block !important;
	 	width: 100vw !important;
		margin-left: 0 !important; 
		margin-right: 0 !important; 
		min-height: 350px;
		margin-top: 1rem;
		margin-bottom: 1rem;
	}

	.dwiekolumny .kol1 p, .dwiekolumny .kol2 p {
		font-size: .9rem;
	}

	.dwiekolumny .kol1 p, .dwiekolumny .kol2 p img {
		display: block;
		float: none;
		margin: 10px auto !important;
	}

	
	ul.banners-gallery li {
	    width: 300px !important;
		margin-top: 2rem;
	}

	.outernavs * {
		background: transparent !important;
	}
	
	.outernavs ul.slider li {
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}


.outernavs .slider .anim_text {
	position: relative;
	height: 100%;
	display: flex !important;
	justify-content: center;
	align-items: left !important;
	flex-direction: column;
	width: 80%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin: 0 auto !important;
	
	}
	ct_slider2_overall>div {
		height: auto !important;
		
	}
		
}