* { border: none; margin: 0px; padding: 0px;  }


body {
	width: 100%;
	height: 100%;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #021931;
	line-height: 1.8;
	background-color: #f9f9f9;
}

body.overflow {
	overflow: hidden;
}

div:focus,
a:focus,
input:focus,
textarea:focus,
button:focus {
	outline: 0;
}

a {
	color: #2B89D6;
	font-weight: 400;
	text-decoration: none;
	cursor: pointer;
	
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}

a:hover {
	color: #021931;
	text-decoration: none;
	
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}

h1 {
	color: #021931;
	font-size: 48px;
	font-weight: 600;
	line-height: 1.1;
}

h2 {
	color: #021931;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.1;
}

h3 {
	color: #021931;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.1;
}

h4 {
	color: #021931;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.1;
}

h2.ico {
	padding-left: 35px;
	
	background-image: url(../graf/ico_header.svg);
	background-size: 23px auto;
	background-repeat: no-repeat;
	background-position: 0% 50%;
}

.fit,
.is-style-fit {
	max-width: 1300px;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding-left: 3%;
	padding-right: 3%;
}

.fit-700,
.is-style-fit-700 {
	max-width: 700px;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding-left: 3%;
	padding-right: 3%;
}

.button a,
button.wp-block-button__link,
a.wp-block-button__link {
	position: relative;
	z-index: 1;
    display: block;
    color: #1E1E1E;
	padding: 4px 15px;
    font-size: 18px;
    font-weight: 500;
	border-radius: 2px;
    cursor: pointer;
	background: transparent;
	overflow: hidden;
	
	border-image: linear-gradient(89.68deg, #996811 14.01%, #D5A940 53.89%, #DFBA77 64.57%, #E0C186 77.75%, #D6AB5D 89.5%, #C69022 99.47%, #996811 105.11%) 1;
	border-width: 2px;
	border-style: solid;
	
    transition: all 0.3s ease;
}

	.button a:before,
	button.wp-block-button__link:before,
	a.wp-block-button__link:before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		
		z-index: -1;
		position: absolute;
		left: 0;
		top: 0;
			
		background: linear-gradient(89.68deg, #996811 14.01%, #D5A940 53.89%, #DFBA77 64.57%, #E0C186 77.75%, #D6AB5D 89.5%, #C69022 99.47%, #996811 105.11%);
		
		opacity: 0;
		transition: all 0.3s ease;
	}
	
	.button a:hover:before,
	button.wp-block-button__link:hover:before,
	a.wp-block-button__link:hover:before {
		opacity: 1;
		transition: all 0.3s ease;
	}
	
.bg .button a,
.bg button.wp-block-button__link,
.bg a.wp-block-button__link {
	position: relative;
	z-index: 1;
    display: block;
    color: #fff;
	padding: 6px 17px;
    font-size: 18px;
    font-weight: 500;
	border-radius: 2px;
    cursor: pointer;
	background: transparent;
	overflow: hidden;
	
	border-width: 0;
	
    transition: all 0.3s ease;
}

	.bg .button a:before,
	.bg button.wp-block-button__link:before,
	.bg a.wp-block-button__link:before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		
		z-index: -2;
		position: absolute;
		left: 0;
		top: 0;
			
		background: linear-gradient(89.68deg, #996811 -1.87%, #D5A940 8.94%, #DFBA77 23.17%, #E0C186 40.24%, #D6AB5D 59.02%, #C69022 83.35%, #996811 105.11%);
		
		opacity: 1;
		transition: all 0.3s ease;
	}
	
		.bg .button a:hover:before,
		.bg button.wp-block-button__link:hover:before,
		.bg a.wp-block-button__link:hover:before {
			opacity: 0;
			transition: all 0.3s ease;
		}
	
	
	.bg .button a:after,
	.bg button.wp-block-button__link:after,
	.bg a.wp-block-button__link:after {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		
		z-index: -1;
		position: absolute;
		left: 0;
		top: 0;
			
			
		background: linear-gradient(89.68deg, #996811 14.01%, #D5A940 53.89%, #DFBA77 64.57%, #E0C186 77.75%, #D6AB5D 89.5%, #C69022 99.47%, #996811 105.11%);
			
		opacity: 0;
		transition: all 0.3s ease;
	}
		
		.bg .button a:hover:after,
		.bg button.wp-block-button__link:hover:after,
		.bg a.wp-block-button__link:hover:after {
			opacity: 1;
			transition: all 0.3s ease;
		}
		
.wp-block-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.mtop10 {
	padding-top: 10px;
}

.mtop20 {
	padding-top: 20px;
}

.mtop30 {
	padding-top: 30px;
}

.mtop40 {
	padding-top: 40px;
}

.mtop50 {
	padding-top: 50px;
}

.mtop60 {
	padding-top: 60px;
}

.mtop70 {
	padding-top: 70px;
}

.mbottom10 {
	padding-bottom: 10px;
}

.mbottom20 {
	padding-bottom: 20px;
}

.mbottom30 {
	padding-bottom: 30px;
}

.mbottom40 {
	padding-bottom: 40px;
}

.mbottom50 {
	padding-bottom: 50px;
}

.mbottom60 {
	padding-bottom: 60px;
}

.mbottom70 {
	padding-bottom: 70px;
}

.gray {
	background: #E6EAEF;
}

.lightgray {
	background: #f9f9f9;
}

#container {
	position: relative;
	z-index: 10;
}


header {
	z-index: 10;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	
	background: #1e1e1e;
}

body.home header,
body.parent-pageid-12 header,
body.single-zespol header {
	background: linear-gradient(180deg, #1E1E1E 0%, rgba(30, 30, 30, 0) 100%);
	backdrop-filter: blur(4px);
}

header:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	
	position: absolute;
	left: 0;
	top: 0;
	
	background: #1e1e1e;
	
	opacity: 0;
	transition: all 0.4s ease;
}

header.fixed:before {
	opacity: 1;
	transition: all 0.4s ease;
}
	
	#header {
		position: relative;
		z-index: 5;
		
		padding: 30px 5%;
		box-sizing: border-box;
		
		display: flex;
		align-items: center;
		transition: all 0.4s ease;
	}
	
	@media screen and (max-width: 1400px) {
		#header {
			padding: 30px 2%;
			transition: all 0.4s ease;
		}
	}
	
	header.fixed #header {
		padding: 10px 2%;
		transition: all 0.4s ease;
	}
	
	@media screen and (max-width: 1400px) {
		#header.fixed {
			padding: 10px 2%;
			transition: all 0.4s ease;
		}
	}
		
		
		#header #logo {
			
		}
		
			#header #logo img {
				display: block;
			}
	
			@media screen and (max-width: 1150px) {
				#header #logo img {
					width: 150px;
					height: auto;
				}				
			}
					
		#header #menu {
			flex-grow: 1;
			padding-left: 100px;
		}
		
			#header #menu ul {
				list-style: none;
				
				display: flex;
				gap: 30px;
				align-items: center;
				
			}
			
			@media screen and (max-width: 1300px) {
				#header #menu {
					padding-left: 40px;
				}
				
				#header #menu ul {
					gap: 15px;
				}
			}
			
				#header #menu ul li {
					
				}
				
				#header #menu ul li:last-child {
					margin-left: auto;
				}
				
				#header #menu ul li a {
					color: #F9F9F9;
					font-weight: 500;
					font-size: 20px;
				}
				
				@media screen and (max-width: 1150px) {
					#header #menu ul li a {
						font-size: 18px;
					}
					
					#header #menu ul li.button a {
						padding: 3px 10px;
					}
					
				}
					
				#header #menu ul li a:hover {
					color: #63605A;
				}
				
				#header #menu ul li.current-menu-item a,
				#header #menu ul li.current-menu-parent a,
				#header #menu ul li.current-page-ancestor  a {
					background: linear-gradient(89.68deg, #D5A940 -6.53%, #E5BD76 17.63%, #FFEBAE 30.29%, #E5BB6F 41.79%, #C69022 82.07%, #996811 101.63%);
					-webkit-background-clip: text;
					-webkit-text-fill-color: transparent;
					background-clip: text;
					text-fill-color: transparent;
				}
				
				#header #menu ul li.button a:hover {
					color: #fff;
				
				}
				

#intro {
	position: relative;
	background: #1E1E1E;
	overflow: hidden;
	
	padding: 180px 0 90px 0;
}

				
	#intro:before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		
		position: absolute;
		z-index: 5;
		left: 0%;
		top: 0;
		
		background: linear-gradient(90deg, rgba(30,30,30,1) 0%, rgba(30,30,30,1) 45%, rgba(30,30,30,0) 90%, rgba(30,30,30,0) 100%);
	}
				

	#intro .wp-block-columns {
		align-items: center !important;
		color: #fff;
	}
	
	#intro .wp-block-columns .wp-block-column:first-child {
		position: relative;
		flex-basis: 55%;
		min-width: 650px;
		z-index: 5;
	}
				
		#intro .wp-block-columns h1 {
			color: #fff;
			padding-bottom: 40px;
		}
		
		#intro .wp-block-columns a {
			color: #fff;
		}
					
		#intro .wp-block-columns .wp-block-media-text {
			padding: 5px 0;
			grid-template-columns: 20px auto !important;
			align-items: center;
		}
				
			#intro .wp-block-columns .wp-block-media-text figure {
				position: relative;
				height: 100%;
				width: 100%;
				right: unset;
				top: unset;
				
				display: flex;
				align-items: center;
			}
			
			#intro .wp-block-columns .wp-block-media-text img {
				width: 18px;
				height: auto;
			}
			#intro .wp-block-columns .wp-block-media-text .wp-block-media-text__content {	
				padding: 0 0 0 10px;				
			}

		#intro .wp-block-columns .wp-block-buttons {
			padding-top: 30px;
		}

	#intro .wp-block-columns .wp-block-column:last-child {
		flex-basis: 45%;
	}
		
		#intro .wp-block-columns figure,
		#intro .wp-block-columns video {
			position: absolute;
			height: 100%;
			width: 60%;
			right: 0;
			top: 0;
		}

			#intro .wp-block-columns figure img {
				display: block;
				width: 100%;
				height: 100%;
				object-fit: cover;
				object-position: 50% 50%;
			}


#content sup {
	color: #E4CC99;
}

#content ul {
	list-style: none;
	padding: 5px 0;
}

	#content ul li {
		padding: 6px 0 6px 27px;
		
		background-image: url(../graf/ico_check.svg);
		background-repeat: no-repeat;
		background-position: 0 12px;
	}

.wp-block-columns.box {
	position: relative;
	align-items: stretch !important;
	overflow: hidden;
	margin: 0;
}

.wp-block-columns.bggray {
	background: #f4f0f1;
}

.wp-block-columns.box.img_left {
	
}

.wp-block-columns.box.img_right {
	
}

	.wp-block-columns.box .wp-block-buttons {
		padding-top: 30px;
	}
					
	.wp-block-columns.box.img_left {
		justify-content: flex-start;
	}
						
		.wp-block-columns.box.img_left .wp-block-column:first-child {
			position: relative;
			flex-basis: calc(50vw - 150px);
			flex-grow: unset;
			margin: 0;
			align-self: stretch;
		}
		
			.wp-block-columns.box.img_left .wp-block-column:first-child figure {
				width: 100%;
				height: 100%;
				margin: 0;
				
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-50%, -50%);
			}
			
				.wp-block-columns.box.img_left .wp-block-column:first-child figure:after {
					content: "";
					display: block;
					width: 40%;
					height: 100%;
					
					position: absolute;
					right: 0;
					top: 0;
					
					background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
				}
							
				.wp-block-columns.box.img_left .wp-block-column:first-child figure img {
					display: block;
					width: 100%;
					height: 100%;
					object-fit: cover;
					object-position: 50% 50%;
				}
					
		.wp-block-columns.box.img_left .wp-block-column:last-child {
			position: relative;
			z-index: 5;
			flex-basis: 700px;
			flex-grow: unset;
			padding: 100px 5% 100px 4%;
			box-sizing: border-box;
		}

	.wp-block-columns.box.img_right {
		justify-content: flex-end;
	}
						
		.wp-block-columns.box.img_right .wp-block-column:first-child {
			position: relative;
			z-index: 5;
			flex-basis: 700px;
			flex-grow: unset;
			padding: 100px 4% 100px 5%;
			box-sizing: border-box;

		}
					
		.wp-block-columns.box.img_right .wp-block-column:last-child {
			position: relative;
			flex-basis: calc(50vw - 150px);
			flex-grow: unset;
			margin: 0;
			align-self: stretch;
		}
		
			.wp-block-columns.box.img_right .wp-block-column:last-child figure {
				width: 100%;
				height: 100%;
				margin: 0;
				
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-50%, -50%);
			}
			
				.wp-block-columns.box.img_right .wp-block-column:last-child figure:after {
					content: "";
					display: block;
					width: 40%;
					height: 100%;
					
					position: absolute;
					left: 0;
					top: 0;
					
					background: linear-gradient(270deg, rgba(244,240,241,0) 0%, rgba(244,240,241,1) 100%);
				}
							
				.wp-block-columns.box.img_right .wp-block-column:last-child figure img {
					display: block;
					width: 100%;
					height: 100%;
					object-fit: cover;
					object-position: 50% 50%;
				}
				
				
#oferta {
	
}	
			
	#oferta_list {
		padding-top: 50px;
		
		display: grid;
		grid-template-columns: repeat(3, 1fr); 
		gap: 40px 30px; 
	}

		#oferta_list a.oferta {
			color: #1E1E1E;
			transition: all 0.4s ease;
		}
		
		#oferta_list a.oferta:hover {
			box-shadow: -29px 19px 20px rgba(99, 96, 90, 0.05);	
		}
		
			#oferta_list a.oferta .oferta_img {
				width: 100%;
				height: 220px;
				overflow: hidden;
			}
					
				#oferta_list a.oferta .oferta_img img {
					display: block;
					width: 100%;
					height: 100%;
					object-fit: cover;
					object-position: 50% 50%;
				}

			#oferta_list a.oferta .oferta_title {
				font-weight: bold;
				padding: 20px 15px 10px 15px;
			}

			#oferta_list a.oferta .oferta_desc {
				padding: 0 15px;
			}
			
			#oferta_list a.oferta .oferta_more {
				color: #E4CC99;
				padding: 15px;
			}
			
			#oferta_list a.oferta .oferta_more span {
				padding-bottom: 5px;
				border-bottom: 1px solid #E4CC99;
				}
					
				
#opinie {
	padding: 50px 0 30px 0;
}

	#opinie_slider {
		position: relative;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	#opinie_slider .opinia {
		padding: 50px;
		box-sizing: border-box;
		
		opacity: 0.3;
		filter: blur(2px);
		
		transition: all 0.3s ease;
	}
	
	#opinie_slider .opinia.swiper-slide-active {
		background: #FFFFFF;
		box-shadow: -29px 19px 20px rgba(99, 96, 90, 0.05);
		
		opacity: 1;
		filter: blur(0px);
		transition: all 0.3s ease;
	}
	
		#opinie_slider .opinia .opinia_rate {
			display: block;
			font-weight: 600;
			padding-top: 40px;
			border: 0;
			
			background-image: url(../graf/ico_stars.svg);
			background-repeat: no-repeat;
			background-position: 0 0;
			background-size: 200px auto;
		}
	
		#opinie_slider .opinia .opinia_txt {
			padding: 25px 0;
		}
	
		#opinie_slider .opinia .opinia_autor {
			font-weight: 600;
		}
	

	#opinie_slider .opinie-prev,
	#opinie_slider .opinie-next {
		display: block;
		width: 34px;
		height: 34px;
		
		position: absolute;
		z-index: 999;
		top: 50%;
		left: 50%;
		cursor: pointer;
		
		background: #FFFFFF;
		box-shadow: -2px 2px 15px rgba(99, 96, 90, 0.15);
		border-radius: 2px;
		
		transition: all 0.4s ease;
	}

		#opinie_slider .opinie-prev {
			transform: translateX(-25vw);
			margin-left: -17px;
		}
	
			#opinie_slider .opinie-prev:after {
				content: "";
				display: block;
				width: 6px;
				height: 6px;
				
				border-right: 1px solid #000;
				border-top: 1px solid #000;
				
				position: absolute;
				z-index: 1;
				left: 50%;
				top: 50%;
				transform: translate(-30%, -50%) rotate(-135deg);
				
				transition: all 0.4s ease;
			}


		#opinie_slider .opinie-next {
			transform: translateX(25vw);
			margin-left: -17px;
		}
			
			#opinie_slider .opinie-next:after {

				content: "";
				display: block;
				width: 6px;
				height: 6px;
				
				border-right: 1px solid #000;
				border-top: 1px solid #000;
				
				position: absolute;
				z-index: 1;
				left: 50%;
				top: 50%;
				transform: translate(-70%, -50%)  rotate(45deg);
				
				transition: all 0.4s ease;
			}
	

	#opinie_slider .opinie-prev:hover,
	#opinie_slider .opinie-next:hover {
		background: #1E1E1E;
		transition: all 0.4s ease;
	}
	
		#opinie_slider .opinie-prev:hover:after ,
		#opinie_slider .opinie-next:hover:after  {
			border-right: 1px solid #fff;
			border-top: 1px solid #fff;
			
			transition: all 0.4s ease;
		}
		
#dlaczego {
	padding: 30px 0 50px 0;
}
	
	#dlaczego_lista {
		padding-top: 40px;
	}
	
		#dlaczego_lista .wp-block-group__inner-container {
			display: flex;
			gap: 35px;
			justify-content: center;
			flex-wrap: wrap;
		}
	
			#dlaczego_lista .wp-block-media-text {
				flex-basis: 31%;
				display: flex;
				flex-direction: column;
				gap: 25px;
				text-align: center;
				
				background: #FFFFFF;
				padding: 25px;
				box-sizing: border-box;
				box-shadow: 0px 10px 25px rgba(99, 96, 90, 0.15);
				
				transition: all 0.3s ease;
			}
			
			#dlaczego_lista .wp-block-media-text:hover {
				background: #1e1e1e;
				color: #fff;
				transition: all 0.3s ease;
			}
	
			#dlaczego_lista .wp-block-media-text .wp-block-media-text__content {
				padding: 0;
			}
	
			#dlaczego_lista .wp-block-media-text .wp-block-media-text__content strong {
				display: block;
				padding-bottom: 15px;
			}
	
	
	
#porady {
	padding: 50px 0;
}
	
	#porady_list  {
		display: flex;
		gap: 30px;
		padding-top: 40px;
	}
	
		#porady_list a.porada {
			background: #fff;
			max-width: 650px;
			
			display: grid; 
			grid-template-columns: 220px auto; 
			grid-template-rows: 45px auto 50px; 
			gap: 0px 30px; 
			
			color: #1E1E1E;
			
			transition: all 0.4s ease;
		}
	
		#porady_list a.porada:hover {
			box-shadow: -29px 19px 20px rgba(99, 96, 90, 0.05);	
			
			transition: all 0.4s ease;
		}
			
			#porady_list a.porada .oferta_img {
				grid-area: 1 / 1 / 4 / 2;
				
				display: block;
				width: 100%;
				height: 100%;
				position: relative;
				overflow: hidden;
			}
			
				#porady_list a.porada .oferta_img img {
					display: block;
					width: 100%;
					height: 100%;
					
					object-fit: cover;
					object-position: 50% 50%;
					
					transform: scale(1);
					transition: all 0.4s ease;
				}
				
				#porady_list a.porada:hover .oferta_img img {
					transform: scale(1.05);
					transition: all 0.4s ease;
				}
			
			#porady_list a.porada .oferta_data {
				grid-area: 1 / 2 / 2 / 3;
			
				
				padding: 15px 0 10px 0;
				font-size: 14px;
				font-weight: 300;
				color: #63605A;
			}
			
			#porady_list a.porada .oferta_title {
				grid-area: 2 / 2 / 3 / 3;
				
			}
			
				#porady_list a.porada .oferta_title h3 {
					display: block;
					padding-bottom: 15px;
					
					font-weight: 500;
					font-size: 24px;
					line-height: 34px;
				}
				
			#porady_list a.porada .oferta_more {
				grid-area: 3 / 2 / 4 / 3;
				
				color: #E4CC99;
				padding: 0 0 10px 0;
			}
	
			#porady_list a.porada .oferta_more span {
				padding-bottom: 5px;
				border-bottom: 1px solid #E4CC99;
			}
	
	
	
#content.sub {
	padding-top: 130px;
	min-height: 300px;
}	

#content.sub_img {
	padding-top: 0;
	min-height: 200px;
}
	
	#breadcrumbs {
		font-size: 14px;
	}
	
	#breadcrumbs a {
		color: #1E1E1E;
	}
	
	#breadcrumbs span.breadcrumb_last {
		background: linear-gradient(89.68deg, #D5A940 -6.53%, #E5BD76 17.63%, #FFEBAE 30.29%, #E5BB6F 41.79%, #C69022 82.07%, #996811 101.63%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}
	
	
	#content h1.title {
		padding-top: 20px;
	}
	
	#content .bgwhite {
		background: #fff;
	}	

	#content .wp-block-columns.fit_left .wp-block-buttons,
	#content .wp-block-columns.fit_right .wp-block-buttons {
		padding-top: 25px;
	}
	
	#content .wp-block-columns.fit_left {
		padding: 0;
		margin: 0 auto;
		justify-content: flex-end;
	}
		
		#content .wp-block-columns.fit_left .wp-block-column:first-child {
			flex-basis: 760px;
			max-width: 760px;
			flex-grow: unset;
			box-sizing: border-box;
			
			padding: 80px 3% 80px 5%;
		}				
			
		#content .wp-block-columns.fit_left .wp-block-column:last-child {
			flex-basis: calc(50% - 200px);
			flex-grow: unset;
			
			position: relative;
		}	
		
			#content .wp-block-columns.fit_left .wp-block-column:last-child figure {
				position: absolute;
				right: 0;
				top: 0;
				overflow: hidden;
				
				width: 100%;
				height: 100%;
			}
	
				#content .wp-block-columns.fit_left .wp-block-column:last-child figure img {
					display: block;
					width: 100%;
					height: 100%;
					
					object-fit: cover;
					object-position: 50% 50%;
				}	
				
	#content .wp-block-columns.fit_right{
		padding: 0;
		margin: 0 auto;
		justify-content: flex-start;
	}
		
		#content .wp-block-columns.fit_right .wp-block-column:first-child {
			flex-basis: calc(50% - 200px);
			flex-grow: unset;
			
			position: relative;
		}		
		
			#content .wp-block-columns.fit_right .wp-block-column:first-child figure {
				position: absolute;
				left: 0;
				top: 0;
				overflow: hidden;
				
				width: 100%;
				height: 100%;
			}
	
				#content .wp-block-columns.fit_right .wp-block-column:first-child figure img {
					display: block;
					width: 100%;
					height: 100%;
					
					object-fit: cover;
					object-position: 50% 50%;
				}
							
		#content .wp-block-columns.fit_right .wp-block-column:last-child {

			flex-basis: 760px;
			max-width: 760px;
			flex-grow: unset;
			box-sizing: border-box;
			
			padding: 80px 5% 80px 3%;
			
		}	
		

#intro_sub {
	position: relative;
	background: #1E1E1E;
	overflow: hidden;
	
	padding: 0 0 0 0;
}

	#intro_sub:before {
		content: "";
		display: block;
		width: 70%;
		height: 100%;
		
		position: absolute;
		z-index: 5;
		left: 30%;
		top: 0;
		
		background: linear-gradient(90deg, rgba(30,30,30,1) 0%, rgba(30,30,30,1) 35%, rgba(30,30,30,0) 85%, rgba(30,30,30,0) 100%);
	}

	#intro_sub .wp-block-columns {
		align-items: center !important;
		color: #fff;
	}
	
	#intro_sub .wp-block-columns .wp-block-column:first-child {
		position: relative;
		flex-basis: 80%;
		z-index: 5;
		padding: 110px 0 50px 0;
	}
				
		#intro_sub .wp-block-columns .stanowisko {
			padding-top: 60px;
			font-weight: 300;
			font-size: 32px;
		}
		
		#intro_sub .wp-block-columns h1 {
			color: #fff;
			padding-bottom: 40px;
		}
		
		#intro_sub .wp-block-columns a {
			color: #fff;
		}
					
		#intro_sub .wp-block-columns .wp-block-buttons {
			padding-top: 20px;
		}

	#intro_sub .wp-block-columns .wp-block-column:last-child {
		flex-basis: 20%;
	}
		
		#intro_sub .wp-block-column:last-child figure {
			position: absolute;
			width: 55%;
			height: 100%;
			right: 0;
			top: 0;
		}
		
		#intro_sub .wp-block-column:last-child img {
			display: block;
			width: 100%;
			height: 100%;
			object-fit: cover;
			object-position: 50% 50%;
		}
		
		
#zespol {
	padding-top: 60px;
	padding-bottom: 60px;
}
	
	#zespol_list {
		padding: 40px 0;
		
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 30px;
	}
	
		#zespol_list .osoba {
			display: block;
			flex-basis: 31%;
			
			padding-bottom: 20px;
			color: #1E1E1E;
		}
		
		#zespol_list a.osoba:hover {
			box-shadow: -29px 19px 20px rgba(99, 96, 90, 0.05);	
		}
		
			#zespol_list .osoba .zespol_img {
				position: relative;
				width: 100%;
				height: 300px;
			}
				
				#zespol_list .osoba .zespol_img img {
					display: block;
					width: 100%;
					height: 100%;
					
					object-position: 50% 50%;
					object-fit: cover;
				}
	
			#zespol_list .osoba .zespol_stanowisko {
				padding: 15px 25px 5px 25px;
				font-weight: 300;
			}
				
			#zespol_list .osoba .zespol_nazwisko {
				padding: 5px 25px;
			}
				
				#zespol_list .osoba .zespol_nazwisko h3 {
					font-weight: 700;
					font-size: 20px;
					line-height: 24px;
				}
					
			#zespol_list .osoba .zespol_opis {
				padding: 5px 25px;
			}
				
			#zespol_list .osoba .zespol_more {
				color: #E4CC99;
				padding: 5px 25px;
			}
		
				#zespol_list .osoba .zespol_more span {
					padding-bottom: 5px;
					border-bottom: 1px solid #E4CC99;
				}
					
					
#sprzet {
	padding-bottom: 50px;
}

	#sprzet h2 {
		padding-bottom: 40px;
	}
	
	#sprzet .sprzet {
		display: flex;
		padding: 45px 35px;
		box-sizing: border-box;
		cursor: pointer;
		
		background: #FFFFFF;
		box-shadow: -29px 19px 20px rgba(99, 96, 90, 0.05);
		border-radius: 2px;
		transition: all 0.4s ease;
	}
	
	#sprzet .sprzet:hover {
		box-shadow: -29px 19px 20px rgba(99, 96, 90, 0.1);
		transition: all 0.4s ease;
	}
			
		#sprzet .sprzet .wp-block-column:first-child {
			position: relative;
			display: block;
				
			flex-basis: 75%;
			padding-left: 65px;
			box-sizing: border-box;

			height: auto;
			max-height: 250px;
			overflow: hidden;
			
			background-image: url(../graf/ico_plus.svg);
			background-position: 0 0;
			background-repeat: no-repeat;
			background-size: 40px auto;
			
			transition: all 0.4s ease;
		}
		
		#sprzet .sprzet.on .wp-block-column:first-child {
			max-height: 1500px;
			transition: all 0.3s ease;
			background-image: url(../graf/ico_minus.svg);
			transition: all 0.4s ease;
		}
			
			#sprzet .sprzet .wp-block-column:first-child:after {
				content: "";
				
				position: absolute;
				left: 0;
				bottom: 0;
				
				display: block;
				width: 100%;
				height: 90px;
				background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 100%);
				transition: all 0.3s ease;
			}
			
			#sprzet .sprzet.on .wp-block-column:first-child:after {
				height: 0;
				transition: all 0.3s ease;
			}
	
		
			#sprzet .sprzet .wp-block-column:first-child ul {
				padding-left: 25px;
			}
		
		#sprzet .sprzet .wp-block-column:last-child {
			flex-basis: 25%;
		}
		
		
#zespol_opis {
	
}	
	
	#zespol_opis .wp-block-columns {
		margin: 0;
		padding: 0;
	}

	#zespol_opis .wp-block-columns figure {
		margin: 0;
	}

#certyfikaty {
	
}

	#certyfikaty_imgs {
		display: grid; 
		grid-template-columns: repeat(4, 25%); 
		gap: 30px 0; 
	}
		
		#certyfikaty_imgs a {
			position: relative;
			width: 90%;
			display: block;
			background: #1e1e1e;
			aspect-ratio: 1 / 1;
			
			overflow: hidden;
		}
		
			#certyfikaty_imgs a:before {
				content :"";
				display: block;
				width: 40px;
				height: 40px;
				position: absolute;
				z-index: 5;
				left: 50%;
				top: 50%;
				transform: translate(-50%, -50%);
				background-image: url(../graf/ico_plus.svg);
				background-repeat: no-repeat;
				background-position: 50% 50%;
				background-size: contain;
				filter: brightness(0) invert(1);
				
				opacity: 0;
				transition: all 0.4s ease;
			}
		
			#certyfikaty_imgs a img {
				display: block;
				width: 100%;
				height: 100%;
				object-fit: cover;
				object-position: 50% 50%;
				opacity: 1;
				transition: all 0.4s ease;
			}

			#certyfikaty_imgs a:hover img {
				transform: scale(1.1);
				opacity: 0.6;
				transition: all 0.4s ease;
			}

			#certyfikaty_imgs a:hover:before {
				opacity: 1;
				transition: all 0.4s ease;
			}
		
#content .wizyta_details {
	
}
		
	#content .wp-block-columns.wizyta_details {
		align-items: center;
		justify-content: flex-start;
		gap: 50px;
		padding-top: 30px;
	}
	
	#content .wp-block-columns.wizyta_details .wp-block-column:first-child {
		flex-basis: auto !important;
		flex-grow: unset;
		white-space: nowrap;
		line-height: 1.4;
	}
	
		#content .wp-block-columns.wizyta_details .wp-block-column:first-child .wp-block-media-text {
			grid-template-columns: 35px auto !important;
		}
		
		#content .wp-block-columns.wizyta_details .wp-block-column:first-child figure {
			position: relative;
			width: 100%;
			height: auto;
		}
		
		#content .wp-block-columns..wizyta_details .wp-block-column:first-child img {
			width: 25px;
			height: auto;
		}
	
	#content .wp-block-columns.wizyta_details .wp-block-column:last-child {
		flex-basis: auto !important;
		padding: 0;
		max-width: unset;
		flex-grow: unset;
		white-space: nowrap;
		line-height: 1.4;
	}
	
		#content .wp-block-columns.wizyta_details .wp-block-column:last-child .wp-block-media-text {
			grid-template-columns: 35px auto !important;
		}
		
		#content .wp-block-columns.wizyta_details .wp-block-column:last-child figure {
			position: relative;
			width: 100%;
			height: auto;
		}
		
		#content .wp-block-columns..wizyta_details .wp-block-column:last-child img {
			width: 25px;
			height: auto;
		}
		
		
.schema-faq {
	padding-top: 10px;
}

	.schema-faq .schema-faq-section {
		background: #FFFFFF;
		box-shadow: -29px 19px 20px rgba(99, 96, 90, 0.05);
		border-radius: 2px;
		margin: 25px 0;
		padding: 25px;
		box-sizing: border-box;
		
		cursor: pointer;
		transition: all 0.4s ease;
	}
	
	.schema-faq .schema-faq-section:hover {
		box-shadow: -29px 19px 20px rgba(99, 96, 90, 0.1);
		transition: all 0.4s ease;
	}
		
		.schema-faq .schema-faq-section .schema-faq-question {
			display: block;
			padding: 5px 0 5px 60px;
			
			background-image: url(../graf/ico_plus.svg);
			background-position: 0 0;
			background-repeat: no-repeat;
			background-size: 40px auto;
			
			transition: all 0.4s ease;
		}

		.schema-faq .schema-faq-section .schema-faq-answer {
			max-height: 0;
			overflow: hidden;
			padding: 0 0 0 60px;
			transition: all 0.4s ease;
		}
		
		.schema-faq .schema-faq-section.on .schema-faq-answer {
			max-height: 1500px;
			overflow: hidden;
			padding: 20px 0 0 60px;
			transition: all 0.4s ease;
		}
	
#galeria {
	display: grid; 
	grid-auto-columns: minmax(0, 1fr);
	grid-auto-flow: column;
	grid-auto-rows: 180px; 
	gap: 15px 15px; 
}	

	#galeria figure {
		width: unset !important;
	}
	
	#galeria figure:nth-child(10n + 1) {
		grid-column: 1 / span 6;
		grid-row-end: span 2;
	
		width: 100%;
		height: 100%;
	}
	
	#galeria figure:nth-child(10n + 2) {
		grid-column: 7 / span 4;
		grid-row-end: span 1;
		
		width: 100%;
		height: 100%;
	}
	
	#galeria figure:nth-child(10n + 3) {
		grid-column: 7 / span 4;
		grid-row-end: span 1;
		
		width: 100%;
		height: 100%;
	}
	
	#galeria figure:nth-child(10n + 4) {
		grid-column: 1 / span 3;
		grid-row-end: span 2;
		
		width: 100%;
		height: 100%;
	}
	
	#galeria figure:nth-child(10n + 5) {
		grid-column: 4 / span 7;
		grid-row-end: span 2;
		
		width: 100%;
		height: 100%;
	}

	
	#galeria figure:nth-child(10n + 6) {
		grid-column: 1 / span 4;
		grid-row-end: span 1;
	
		width: 100%;
		height: 100%;
	}
	
	#galeria figure:nth-child(10n + 7) {
		grid-column: 1 / span 4;
		grid-row-end: span 1;
		
		width: 100%;
		height: 100%;
	}
	
	#galeria figure:nth-child(10n + 8) {
		grid-column: 5 / span 6;
		grid-row-end: span 2;
		
		width: 100%;
		height: 100%;
	}
	
	#galeria figure:nth-child(10n + 9) {
		grid-column: 1 / span 7;
		grid-row-end: span 2;
		
		width: 100%;
		height: 100%;
	}
	
	#galeria figure:nth-child(10n + 10) {
		grid-column: 8 / span 3;
		grid-row-end: span 2;
		
		width: 100%;
		height: 100%;
	}	
		
		#galeria figure a {
			position: relative;
			display: block;
			width: 100%;
			height: 100%;
			overflow: hidden;
			
			background: #1e1e1e;
		}
		
		#galeria figure a:before {
			content :"";
			display: block;
			width: 40px;
			height: 40px;
			position: absolute;
			left: 50%;
			top: 50%;
			transform: translate(-50%, -50%);
			background-image: url(../graf/ico_plus.svg);
			background-repeat: no-repeat;
			background-position: 50% 50%;
			background-size: contain;
			filter: brightness(0) invert(1);
			
			opacity: 0;
			transition: all 0.4s ease;
		}
		
		#galeria figure a:hover:before {
			opacity: 1;
			transition: all 0.4s ease;
		}
		
			#galeria figure a img {
				display: block;
				width: 100%;
				height: 100%;
				object-fit: cover;
				object-position: 50% 50%;
				transition: all 0.4s ease;
			}

		
			#galeria figure a:hover img {
				opacity: 0.6;
				transform: scale(1.05);
				transition: all 0.4s ease;
			}
			
	
#formularz {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}
		
	#formularz form {
		padding-top: 30px;
	}
	
	#formularz label {
		display: block;
		width: 100%;
		padding: 15px 0 0 0;
	}
	
	#formularz label br {
		display: none;
	}
	
	#formularz label span {
		display: block;
	}

	#formularz label strong {
		display: block;
		padding: 3px 0 5px 27px;
	}

		
	#formularz label span input {
		font-family: 'Lato', sans-serif;
		font-size: 14px;
		
		display: block;
		width: 100%;
		
		padding: 20px 20px 8px 20px;
		box-sizing: border-box;
		border: 1px solid rgba(99, 96, 90, 0.15);
		border-radius: 2px;
	}
	
		#formularz label span input.wpcf7-not-valid {
			border: 1px solid #dc3232;
		}
		
		#formularz label span input::placeholder {
			display: none;
			opacity: 0;
			visibility: hidden;
		}
		
	#formularz label span textarea {
		font-family: 'Lato', sans-serif;
		font-size: 14px;

		display: block;
		width: 100%;
		height: 250px;
		
		padding: 20px 20px 8px 20px;
		border: 1px solid rgba(99, 96, 90, 0.15);
		box-sizing: border-box;
		resize: none;
	}
	
		#formularz label span textarea.wpcf7-not-valid {
			border: 1px solid #dc3232;
		}
		
		#formularz label span textarea::placeholder {
			display: none;
			opacity: 0;
			visibility: hidden;
		}
	

	#formularz label span .floating-label {
		display: block;
		position: absolute;
		pointer-events: none;
		transition: 0.2s ease all;
		font-size: 14px;
		color: #807E7E;
		top: 16px;
		left: 20px;
		text-align: left;
		line-height: 1.2;
		width: calc(100% - 40px);
	}
	
		#formularz label span input:focus ~ .floating-label,
		#formularz label span input:not(:placeholder-shown) ~ .floating-label {
			font-size: 12px;
			color: #807E7E;
			font-weight: 400;
			top: 2px;
			left: 20px;
			transform: translateX(0%);
		}		
		
		#formularz label span textarea:focus ~ .floating-label,
		#formularz label span textarea:not(:placeholder-shown) ~ .floating-label {
			font-size: 12px;
			color: #807E7E;
			font-weight: 400;
			top: 2px;
			left: 20px;
			transform: translateX(0%);
		}
	
	#formularz .wpcf7-list-item {
		padding: 0;
		margin: 0;
	}
		
		#formularz .wpcf7-list-item label {
			display: flex !important;
			align-items: flex-start;
			gap: 10px;
			
			font-size: 12px;
			line-height: 1.6;
		}
		
			#formularz .wpcf7-list-item label input {
				margin-top: 5px;
			}
				
	#formularz .submit {
		text-align: center;
		padding-top: 40px;
	}
	
		#formularz .submit button.wp-block-button__link {
			padding-top: 15px;
			padding-bottom: 15px;
		}
		
		#formularz form .submit_inner {
			display: inline-block;
			position: relative;
		}
		
			#formularz form .submit_inner:after {
				content: "";
					
				display: inline-block;
				position: absolute;
				z-index: -1;
				left: 0;
				top: 0;
				
				width: 100%;
				height: 100%;
					
				background-color: #f9f9f9;
				background-image: url(../graf/dark-dots.svg);
				background-size: 35%;
				background-repeat: no-repeat;
				background-position: 50% 50%;
				
				opacity: 0;
				transition: 0.2s ease;
			}
		
		
			#formularz form.submitting .submit_inner:after {
				z-index: 1;
				opacity: 1;
				
				transition: 0.2s ease;
			}
		
	#formularz form .wpcf7-not-valid-tip {
		display: block;
		text-align: left;
		font-size: 12px;
	}
	
	#formularz form.invalid .wpcf7-response-output {
		width: 100%;
		margin: 20px auto 0 auto;
		max-width: 1000px;
		border: 2px solid #FFA630;
		background: #FFA630;
		color: #fff;
		text-align: center;
		padding: 10px 15px;
		box-sizing: border-box;
		font-size: 16px;
		font-weight: 500;
	}
	
	#formularz form.sent .wpcf7-response-output {
		width: 100%;
		margin: 20px auto 0 auto;
		max-width: 1000px;
		border: 2px solid #46b450;
		background: #46b450;
		color: #fff;
		text-align: center;
		padding: 10px 15px;
		box-sizing: border-box;
		font-size: 16px;
		font-weight: 500;
	}
	
	
	
#cennik {
	padding: 50px 0 60px 0;
}

	#cennik h2 {
		font-weight: 500;
		font-size: 24px;
		line-height: 34px;
	}
	
	#cennik table {
		margin-top: 25px;
		border: 0;
	}
	
		#cennik table tr {
			transition: all 0.3s ease;
		}
		
		#cennik table tr:hover {
			background: #E4CC99;
			transition: all 0.3s ease;
		}
			
			#cennik table tr td {
				padding: 12px 15px 12px 15px;
				border: 0;
				border-bottom: 1px solid rgba(99, 96, 90, 0.15);
			}
		
			#cennik table tr td:last-child {
				width: 200px;
				text-align: right;
			}
				
#kontakt {
	position: relative;
	background: #fff;
}

	#kontakt .wp-block-columns {
		padding: 0;
		margin: 0 auto;
		justify-content: flex-end;
	}
	
		#kontakt .wp-block-column:first-child {
			flex-basis: 520px;
			max-width: 520px;
			flex-grow: unset;
			
			padding: 50px 0 50px 5%;
		}
			
			#kontakt .wp-block-column:first-child h2 {
				padding-bottom: 20px;
			}
			
			#kontakt .wp-block-column:first-child .wp-block-media-text {
				padding: 5px 0;
				grid-template-columns: 20px auto !important;
			}
					
				#kontakt .wp-block-column:first-child .wp-block-media-text img {
					width: 18px;
					height: auto;
				}
				
				#kontakt .wp-block-column:first-child .wp-block-media-text .wp-block-media-text__content {	
					padding: 0 0 0 10px;				
				}
		
			#kontakt .wp-block-column:first-child .wp-block-buttons {
				padding-top: 20px;
			}
				
			
		#kontakt .wp-block-column:last-child {
			flex-basis: calc(50% + 50px);
			flex-grow: unset;
		}		
	
	
#wpis {
	padding-top: 30px;
	padding-bottom: 80px;
}

	#wpis p {
		display: block;
		padding: 10px 0;
	}
	
	#wpis h2 {
		display: block;
		padding: 20px 0 10px 0;
		font-weight: 500;
		font-size: 26px;
	}

#wpis.wp-block-columns {
	gap: 50px;
}

	#wpis.wp-block-columns .wp-block-column:first-child {
		flex-basis: 75%;
	}
	
	#wpis.wp-block-columns .wp-block-column:last-child {
		flex-basis: 25%;
	}

		#wpis.wp-block-columns .wp-block-column:last-child a {
			position: relative;
			display: block;
			width: 100%;
			height: auto;
			margin: 15px 0 25px 0;
			background: #1e1e1e;
			overflow: hidden;
		}
	
			#wpis.wp-block-columns .wp-block-column:last-child a:before {
				content :"";
				display: block;
				width: 40px;
				height: 40px;
				position: absolute;
				left: 50%;
				top: 50%;
				transform: translate(-50%, -50%);
				background-image: url(../graf/ico_plus.svg);
				background-repeat: no-repeat;
				background-position: 50% 50%;
				background-size: contain;
				filter: brightness(0) invert(1);
				
				opacity: 0;
				transition: all 0.4s ease;
			}

			#wpis.wp-block-columns .wp-block-column:last-child a:hover:before {
				opacity: 1;
				transition: all 0.4s ease;
			}
		
			#wpis.wp-block-columns .wp-block-column:last-child a img {
				display: block;
				width: 100%;
				height: auto;
				opacity: 1;
				transform: scale(1);
				transition: all 0.4s ease;
			}
		
			#wpis.wp-block-columns .wp-block-column:last-child a:hover img {
				opacity: 0.6;
				transform: scale(1.05);
				transition: all 0.4s ease;
			}
			
	
footer {
	background: #1E1E1E;
	padding: 50px 0 20px 0;
}
	
	footer #footer_top {
		justify-content: space-between;
	}
	
	footer .wp-block-column {
		flex-grow: unset !important;
	}
	
	footer .wp-block-column:nth-child(1) {
		flex-basis: 280px !important;
		color: #F9F9F9;
		font-weight: 300;
	}

		footer .wp-block-column:nth-child(1) .wp-block-media-text {
			padding: 12px 0 2px 0;
			grid-template-columns: 20px auto !important;
		}
				
			footer .wp-block-column:nth-child(1) .wp-block-media-text img {
				width: 18px;
				height: auto;
			}
			
			footer .wp-block-column:nth-child(1) .wp-block-media-text .wp-block-media-text__content {	
				padding: 0 0 0 10px;				
			}
			
			footer .wp-block-column:nth-child(1) .fb_profile {
				padding-top: 20px;
				text-align: center;
			}
			
				footer .wp-block-column:nth-child(1) .fb_profile a {
					display: inline-block;
					width: 28px;
					height: 28px;
					
					background-image: url(../graf/ico_fb.svg);
					background-size: contain;
					background-position: 50% 50%;
					background-repeat: no-repeat;
				}
				
				footer .wp-block-column:nth-child(1) .fb_profile a:hover {
					filter: brightness(0) invert(1);
				}
	
	
	footer .wp-block-column:nth-child(2) {
		flex-basis: 15% !important;
		min-width: 160px;
	}
	
		footer .wp-block-column:nth-child(2) ul li {
			list-style: none;
			padding: 6px 0;
		}
	
		footer .wp-block-column:nth-child(2) ul li a {
			color: #F9F9F9;
			font-weight: 300;
		}
		
			footer .wp-block-column:nth-child(2) ul li a:hover {
				color: #E4CC99;
			}
			
	
	footer .wp-block-column:nth-child(3) {
		flex-basis: 32% !important;
		min-width: 400px;
	}
	
		footer .wp-block-column:nth-child(3) .box {
			background: #fff;
			padding: 50px 40px;
			box-sizing: border-box;
		}
		
			footer .wp-block-column:nth-child(3) .box strong {
				display: block;
				padding-bottom: 10px;
				font-weight: 500;
				font-size: 24px;
				line-height: 34px;
			}
	
	
			footer .wp-block-column:nth-child(3) .box .wp-block-buttons {
				padding-top: 25px;
			}
	
	
	
	footer #footer_bottom {
		display: flex;
		justify-content: space-between;
		
		padding-top: 20px;
		padding-bottom: 20px;
		margin-top: 40px;
		border-top: 1px solid rgba(99, 96, 90, 0.25);
		
		color: #F9F9F9;
		font-size: 14px;
	}

		footer #footer_bottom a {
			color: #F9F9F9;
			font-weight: 300;
		}
		
			footer #footer_bottom a:hover {
				color: #E4CC99;
			}
	
	
	
	
	
	
	
	