@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: 20px;
	--kolor: #255c8d;
	--kolor2: #3978af;
	--black: #222;
	}	

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:1rem 0;margin-left:2rem;}
.rwContentBox ol,.cn ol { list-style-type:decimal;margin:1rem 0;margin-left:2.75rem;}
.rwContentBox li,.cn li { padding-left:0;}
.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;
	font-size: 1rem;
	scrollbar-gutter: stable;
	}

body {
	font-family: roboto, sans-serif;
	font-size: 1rem;
	line-height: 1.35;
	color: var(--black);
	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;
	}

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


.hd {
	background: #fff;
	display: block;
	position: fixed;
	width: 100%;
	z-index: 110;
	font-size: 0;
	}


.hd>div {
	background: #fff;
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	z-index: 110;
	font-size: 0;
	}





.hd header {
	display: inline-block;
	position: relative;
	min-width: 320px;
	width: 35%;
	z-index: 20;
	font-size: 0;
	}

.hd header img {
	display: inline-block;
	vertical-align: middle;
	width: 20rem;
	height: 5rem;
	object-fit: contain;
	margin-left: 1rem;
	}
@media(max-width:480px) {
.hd header img {
	width: 260px;
	height: 60px;
	}
	}

.hd header a>span {
	font-family: montserrat, sans-serif;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-weight: 600;
	font-size: 1rem;

	max-width: calc(320px - 1rem - 5rem);
	margin-left: 1rem;
	}

.hd header a>span span {
	display: block;
	}

.hd header a>span span:nth-child(2) {
	font-size: .9em;
	font-weight: normal;
	}







.hd form {
	display: block;
	position: absolute;
	top: .5rem;
	right: .5rem;
	text-align: right;
	}
@media (max-width:900px) {
.hd form {
	right: 3.5rem;
	}	
	}

.hd form::before {
	content: '';
	width: .7rem;
	height: .7rem;
	border: .15rem solid #fff;
	border-radius: 999px;
	position: absolute;
	top: .3rem;
	right: .5rem;
	}
.hd form::after {
	content: '';
	width: .15rem;
	height: .6rem;
	background: #fff;
	border-radius: 999px;
	position: absolute;
	top: 1rem;
	right: .5rem;
	transform: rotate(-45deg)
	}

.hd form input {
	font-family: montserrat, sans-serif;
	font-size: 0.7rem;
	padding: 0 1rem;
	height: 2rem;
	line-height: 2rem;
	width: 5rem;
	margin: 0;
	border: none;
	border-radius: 0;
	}

.hd form input[type='submit'],
.hd form input[type='submit']:hover {
	background: var(--kolor2);
	text-indent: -99999px;
	width: 2rem !important;
	height: 2rem !important;
	padding: 0 !important;
	}







.hd nav {
	font-size: 0;
	position: relative;
	width: 100%;
	text-align: center;
	display: block;
	background: #f6f6f6;
    }

.hd nav>div>ul {
	display: block;
	position: relative;
	}

.hd nav li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
    }

.hd nav:not(.bc) li a {
	font-family: montserrat, sans-serif;
	color: #0009;
	display: block;
	padding: .5rem .75rem;
	line-height: 1.1;
	font-size: .75rem;
    }

.hd nav:not(.bc)>div>ul>li>a {
	min-height: calc(.75rem * 1.1 * 2);
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: .2rem .7rem;
	border-bottom: 8px solid #9990;
	border-top: 8px solid #9990;
	}

.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 {
	color: #000;
    }

.hd nav:not(.bc)>div>ul>li>a:hover,
.hd nav:not(.bc)>div>ul>li>a.selected,
.hd nav:not(.bc)>div>ul>li>a.active,
.hd nav:not(.bc)>div>ul>li>a.traced,
.hd nav:not(.bc)>div>ul>li>a:hover {
	color: #000;
	border-bottom: 8px solid #999;
    }

.hd nav:not(.bc)>div>ul>li ul {
	position: absolute;
	left: 1px;
	background: #fff;;
	z-index: 50;
	width: 100%;
	min-width: 300px;
	display: none;
	text-align: left;
	font-size: 0;
	box-shadow: 0 .5rem 1rem #0004;
	background: #aaa;
    }

.hd nav:not(.bc)>div>ul>li ul a {
	color: #fff;
    }

.hd nav:not(.bc)>div>ul>li>ul ul {
	left: auto;
	top: 10%;
	right: -95%;
    }

.hd nav:not(.bc)>div>ul>li>ul>ul ul {
	left: auto;
	top: 10%;
	right: 95%;
    }

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

.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: 0;
		cursor: pointer;
		padding: 0;
		width: 50px;
		height: 50px;
		font-size: 50px;
		line-height: 50px;
		background: var(--kolor2);
		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+label>span span { display: none; }
	
	input#rwdmn:checked+label+nav {
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		width: 100vw;
		height: 100vh;
		background: #000c;
	    -webkit-backdrop-filter: blur(10px);
	    backdrop-filter: blur(10px);
		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;
	}
.page-id-2622 .bc {
	display: none;
	}

.bc li {
	display: inline-block;
	vertical-align: middle;
	color: var(--black);
	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: var(--black);
	}




body>footer {
	position: relative;
	/* margin-top: 5rem; */
	background: #000;
	color: #fff;
	}

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

body>footer a {
	color: #fff;
	filter:brightness(0) invert(1);
    }

body>footer .ftlg {
	padding-bottom: 1rem;
    }

@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: 10rem;
		}
	
}

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





.content_headers {
	font-family: montserrat, sans-serif;
    margin-top: 50px;
	}





@media (max-width: 900px) {
	.page_content_container img {
		max-width: 90vw;
		}
}





.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: 1rem;
	margin-right: auto;
	color: #666;
	text-shadow: none;
	}

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

.ct_slider2_overall .ct-slider1-static-text {
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.1;
	padding-top: 1.25rem;
	}

.ct_slider2_overall .ct-slider2-static-text {
	position: relative;
	text-align: left;
	display: block;
	padding: 1rem 0 0;
	background: transparent;
	color: #fff;
	width: auto;
	bottom: auto;
	font-size: 1.2rem;
	font-weight: 400;
	}





.rw-width-100-percent {
	float: none !important;
	}



.rw-width-100-percent {
	clear: both;
	}
.rw-width-100-percent+section {
	clear: both;
	}


.rw-width-100-percent.rw_ct_reach_text {
	margin-left: -1rem;
	padding-left: 1rem;
	padding-right: 1rem;
	}



.content_youtube_description p {
	font-size: 1rem;
	color: var(--black);
	opacity: 1;
	padding: 1rem 0;
	}



@media (max-width: 900px) {
video, .content_youtube iframe {
	max-height: 260px;
	max-width: 100%;
	}
	} 

/* klasy ustawiane w dodatkowych klasach dla sekcji */
.rozciagaj {
	position: relative !important;
	margin-left: calc((100vw - 100%) / -2) !important;
	width: 100vw !important;
	}

.waska {
	position: relative !important;
	margin-left: auto !important;
	margin-right: auto !important;
	width: 70% !important;
	}
@media (max-width: 900px) {
.waska {
	width: 100% !important;
	}
	} 

.bgsilver {
	background: #eceef2;
	}

.bggray {
	background: #b3b7bd;
	}

.bgdark {
	background: #5d6065;
	color: #fff;
	}

.bgblack {
	background: #111;
	color: #fff;
	}

.bgcolor {
	background: var(--kolor);
	color: #fff;
	}
	
.bgcolor2 {
	background: var(--kolor2);
	color: #fff;
	}

.titl .content_headers,
.titl .content_title,
.titl .content_description {
	text-align: left;
    }

.titm .content_headers,
.titm .content_title,
.titm .content_description {
	text-align: center;
    }

.titr .content_headers,
.titr .content_title,
.titr .content_description {
	text-align: right;
    }

.revtt .content_headers header {
	position: relative;
	display: flex;
	flex-direction: column;
	}

.revtt .content_headers header>*:nth-child(1) {
    order: 2;
	}

/* klasy ustawiane w dodatkowych klasach dla sekcji end */

/* banners gallery carousel */
.bannerscarousel .bprev,
.bannerscarousel .bnext {
	font-size: 1rem;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	display: block;
	width: 10px;
	background: pink;
	text-align: center;
	}

.bannerscarousel .bnext {
	left: auto;
	right: 0;
	}

.bgblack,
.bgblack .content_headers,
.bgdark,
.bgdark .content_headers,
.bgcolor,
.bgcolor .content_headers,
.bgcolor2,
.bgcolor2 .content_headers {
	color: #fff;
	}

.bgsilver, .bggray, .bgdark, .bgblack, .bgcolor, .bgcolor2 {
	margin-left: calc((100vw - 100%) / -2) !important;
	padding-left: calc((100vw - 100%) / 2) !important;
	padding-right: calc((100vw - 100%) / 2) !important;
	}

.daned {
	display: inline-block !important;
	vertical-align: middle;
	font-size: .6rem;
	display: flex;
	width: 65%;
	text-align: right;
	}
@media(max-width:600px) {
.daned {
	display: inline-block !important;
	vertical-align: middle;
	font-size: .6rem;
	display: flex;
	width: 100%;
	text-align: left;
	}
	}

.daned>* {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	margin-right: 1rem;
	max-width: 150px;
	}
@media(max-width:1300px) {
.daned>* {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	margin-right: 1rem;
	max-width: 180px;
	}
	}
@media(max-width:600px) {
.daned>* {
	display: block;
	vertical-align: middle;
	text-align: left;
	margin-right: 1rem;
	max-width: 70%;
	margin: 0 auto;
	padding-bottom: .5rem;
	}
	}

a.wha {
	padding-left: 32px;
	background: url('gfx/wha1.png') no-repeat left 3px;
	background-size: 24px;
	color: #000;
	line-height: 1.1
	}

.daned .adres {
	padding-left: 27px;
	background: url('gfx/loc.png') no-repeat left top;
	background-size: 24px;
	color: #000;
	line-height: 1.1
	}
@media(max-width:1050px) {
.daned .adres {
	display: none;
	}
}

.daned .godziny {
	padding-left: 27px;
	background: url('gfx/clock.png') no-repeat left top;
	background-size: 24px;
	color: #000;
	line-height: 1.1
	}
@media(max-width:1300px) {
.daned .godziny {
	display: none;
	}
}

.daned .godziny {
	padding-left: 27px;
	background: url('gfx/clock.png') no-repeat left top;
	background-size: 24px;
	color: #000;
	line-height: 1.1
	}

.daned .godziny+div>a:first-child {
	display: block;
	padding-left: 20px;
	background: url('gfx/tel.png') no-repeat left center;
	background-size: 16px;
	line-height: 20px;
	color: #000;
	}

.daned .godziny+div>a:nth-child(2) {
	display: block;
	padding-left: 20px;
	background: url('gfx/mail.png') no-repeat left center;
	background-size: 16px;
	line-height: 20px;
	color: #000;
	}

.daned>*>a {
	display: block;
	}

.fdane {
	display: flex;
	justify-content:  space-around;
	}
@media(max-width:800px) {
.fdane {
	display: block;
	}
	}

.fdane>* {
	max-width: 300px;
	text-align: left;
	}
@media(max-width:800px) {
.fdane>* {
	display: block;
	max-width: 300px;
	text-align: left;
	padding: 1rem 0;
	margin: 0 auto;
	}
	}

footer p {
	display: block;
	padding-top: 50px;
}

main {
	padding-top: 150px;
	}

.content_headers .content_title {
    font-size: 2.1rem;
    line-height: 1.25;
	color: #000;
	font-weight: 600;
}

@media(max-width:600px) {
	.rw_ct_slider2,
	.rw_ct_slider2 ul.slider,
	.rw_ct_slider2 ul.slider li {
	max-height: 50vh;
	}
}