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

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

html.overflow {
	overflow: hidden;
}

:root {
  --txt: #2A3445;
  --lightgrey: #f7f7f7;
  --orange: #F25E2A;
  --darkorange: #D8430D;
  --black: #121924;
  --grey: #2A3445;
  --blue: #009FD9;
  --darkblue: #192743;
}

body {
	width: 100%;
	max-width: 100vw;
	height: 100%;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: var(--txt);
	line-height: 1.8;
	background-color: #fff;
	overflow: auto;
	overflow-x: hidden;
}

body.single-post {
	background: #fff;
}

body.overflow {
	overflow: hidden;
}

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

a {
	color: var(--orange);
	font-weight: 500;
	text-decoration: none;
	cursor: pointer;
	
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}

a[href^='tel:'],
a[href^='mailto:'] {
	text-decoration: none;
	color: var(--txt);
}

a:hover {
	color: var(--darkorange);
	transition: all .2s ease-in-out;
}

.hide-on-desktop {
	display: none !important;
}

.tel a {
	display: block;
	padding: 0 0 0 38px;
	
	background-image: url(../graf/ico_tel.svg);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.mail a {
	display: block;
	padding: 0 0 0 38px;
	
	background-image: url(../graf/ico_mail.svg);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.gps {
	display: block;
	padding: 3px 0 3px 38px;
	
	background-image: url(../graf/ico_gps.svg);
	background-repeat: no-repeat;
	background-position: 0 9px;
}

.borderGrey {
	padding: 15px 30px;
	box-sizing: border-box;
	border: 1px solid #dfdfdf;
	border-radius: 8px;
}

.more a {
	display: inline-block;
	position: relative;
	padding-right: 25px;
}

	.more a:after {
		content: "";
		display: block;
		width: 15px;
		height: 10px;
		
		position: absolute;
		top: 8px;
		right: 0;
		transform: rotate(180deg);
		
		background-image: url(../graf/ico_arrow_orange.svg);
		background-repeat: no-repeat;
		background-position: 100% 50%;
		background-size: contain;
		transition: all .2s ease-in-out;	
	}
			
	.more a:hover:after {
		background-image: url(../graf/ico_arrow_orangeDark.svg);
		transition: all .2s ease-in-out;
	}
	
.moreBottom a {
	display: inline-block;
	position: relative;
	padding-left: 30px;
}

	.moreBottom a:after {
		content: "";
		display: block;
		width: 17px;
		height: 17px;
		
		position: absolute;
		top: 6px;
		left: 0;
		transform: rotate(-90deg);
		
		background-image: url(../graf/ico_arrow_orange.svg);
		background-repeat: no-repeat;
		background-position: 100% 50%;
		background-size: contain;
		transition: all .2s ease-in-out;	
	}
			
.moreBottom a:hover {
	color: var(--darkorange);
}
			
	.moreBottom a:hover:after {
		background-image: url(../graf/ico_arrow_orangeDark.svg);
		transition: all .2s ease-in-out;
	}
	

h1 {
	font-family: "all-round-gothic", sans-serif;
	font-size: clamp(40px, 4vw, 64px);
	font-weight: 600;
	line-height: 1.1;
	color: var(--black);
}

h2 {
	font-family: "all-round-gothic", sans-serif;
	font-size: clamp(32px, 3.5vw, 42px);
	font-weight: 600;
	line-height: 1.2;
	color: var(--black);
}

h3 {
	font-family: "all-round-gothic", sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--black);
}

h1 em,
h2 em,
h3 em {
	font-style: normal;
	color: var(--orange);
}

h2 {
	padding: 20px 0 10px 0;
}

h3 {
	padding: 20px 0 10px 0;
}
	
.has-all-round-gothic-font-family {
	font-family: "all-round-gothic", sans-serif;
}

	.has-all-round-gothic-font-family strong {
		display: block;
		line-height: 1.3;
		font-weight: 500;
		padding-bottom: 20px;
	}

hr {
	width: 100%;
	height: 1px;
	border-top: 0 !important;
	border-bottom: 1px solid #E3E7E3 !important;
	margin: 50px auto;
}

.subHeader {
	display: table;
	margin: 10px auto;
	
	color: var(--orange);
	font-weight: 500;
	background: #FAF5F3;
	padding: 5px 15px;
	border-radius: 30px;
}

.bggrey {
	background: #fdfdfd;
}

.bggrey2 {
	background: #F7F7F7;
}

.wp-block-buttons {
	gap: 20px;
}

.wp-block-columns.is-style-whiteBgShadow {
	padding: 10px 0 !important;
}

	.wp-block-columns.is-style-whiteBgShadow .wp-block-column {
		background: #fff;
		box-shadow: 0px 15px 30px 2px rgba(29, 63, 121, 0.05);
		border-radius: 8px;
		padding: 35px;
		box-sizin: border-box;
	}

	.wp-block-columns.is-style-whiteBgShadow .wp-block-column figure {
		margin-bottom: 20px;
	}
	
#content > * {
	position: relative;
	z-index: 1;
}

#content .wp-block-list {
	margin: 10px 0;
	padding-left: 50px;
}

	#content .wp-block-list li {
		padding: 3px 0;
	}

#content .wp-block-list.is-style-greyBgIcons {
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding-left: 0;
	list-style: none;
	margin: 10px 0;
}	

	#content .wp-block-list.is-style-greyBgIcons li {
		background: var(--lightgrey);
		padding: 15px 15px 15px 60px;
		font-weight: 600;
		
		background-image: url(../graf/ico_check_orange.svg);
		background-repeat: no-repeat;
		background-size: 22px auto;
		background-position: 18px 18px;
	}

#content .wp-block-list.is-style-greyBgIconsBlue {
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding-left: 0;
	list-style: none;
	margin: 10px 0;
}	

	#content .wp-block-list.is-style-greyBgIconsBlue li {
		background: var(--lightgrey);
		padding: 15px 15px 15px 60px;
		
		background-image: url(../graf/ico_check_blue.svg);
		background-repeat: no-repeat;
		background-size: 22px auto;
		background-position: 18px 18px;
	}

#content .wp-block-list.is-style-transBgIconsBlue {
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding-left: 0;
	list-style: none;
	margin: 10px 0;
}	

	#content .wp-block-list.is-style-transBgIconsBlue li {
		background: transparent;
		border: 1px solid rgba(0 0 0 / 0.1);
		border-radius: 8px;
		padding: 25px 20px 25px 70px;
		
		background-image: url(../graf/ico_check_blue.svg);
		background-repeat: no-repeat;
		background-size: 26px auto;
		background-position: 25px 25px;
		transition: all 0.2s ease;
	}
	
	#content #kompleksowaOferta .wp-block-list.is-style-transBgIconsBlue li {
		border: 1px solid rgba(255 255 255 / 0.1);
	}
	
	#content .wp-block-list.is-style-transBgIconsBlue li strong {
		font-weight: 600;
	}
	
#content .wp-block-list.is-style-transBgIconsBlue li:hover {
	background-color: var(--orange);
	border: 1px solid var(--orange);
	background-image: url(../graf/ico_check_white.svg);
	color: #fff;
	transition: all 0.2s ease;
}
	
#content .wp-block-list.is-style-transBgIconsArrowBorder {
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding-left: 0;
	list-style: none;
	margin: 15px 0;
}	

	#content .wp-block-list.is-style-transBgIconsArrowBorder li {
		background: transparent;
		border: 1px solid rgba(0 0 0 / 0.1);
		border-radius: 8px;
		padding: 25px 20px 25px 55px;
		background-image: url(../graf/ico_arrowCircleBlue.svg);
		background-repeat: no-repeat;
		background-size: 26px auto;
		background-position: 15px 25px;
		transition: all 0.2s ease;
	}

	#content #kompleksowaOferta .wp-block-list.is-style-transBgIconsArrowBorder li {
		border: 1px solid rgba(255 255 255 / 0.1);
	}
	
	#content .wp-block-list.is-style-transBgIconsArrowBorder li strong {
		font-weight: 600;
	}


.wp-block-image.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.wp-block-image.aligncenter {
	margin: 0 auto;
	margin-left: 20px;
	margin-bottom: 20px;
}

.wp-block-image.is-style-shadowRadius {
	box-shadow: 0px 15px 30px 2px rgba(29, 63, 121, 0.05);
	border-radius: 8px;
	margin-top: 15px;
	margin-bottom: 15px;
}

	.wp-block-image.is-style-shadowRadius img {
		border-radius: 8px;
	}


.is-style-orangeBg a,
button.wp-block-button__link,
.button a,
a.wp-block-button__link {
	display: block;
	width: auto;
	padding: 12px 50px;
	text-align: center;
	font-weight: 500;
	text-decoration: none;
	color: #fff;
	background: var(--orange);
	outline: 2px solid var(--orange);
	border-radius: 30px;
	position: relative;
	top: 0;
	line-height: 1.4;
	outline-offset: -2px;
	overflow: hidden;
	transition: all .2s ease-in-out;
}

.is-style-whiteBg a,
.white button.wp-block-button__link,
.white.button a,
.white a.wp-block-button__link {
	color: var(--orange);
	background: #fff;
	outline: 2px solid #fff;
}

.is-style-borderWhite a,
.borderWhite button.wp-block-button__link,
.borderWhite.button a,
.borderWhite a.wp-block-button__link {
	background: transparent;
	outline: 2px solid #fff;
	outline-offset: -2px;
}

.is-style-orangeBorder a,
.borderOrange button.wp-block-button__link,
.borderOrange.button a,
.borderOrange a.wp-block-button__link {
	background: transparent;
	color: var(--orange);
	outline: 2px solid var(--orange);
	outline-offset: -2px;
}

	.is-style-orangeBg a:hover,
	button.wp-block-button__link:hover,
	.button a:hover,
	a.wp-block-button__link:hover {
		color: #fff;
		background: var(--darkorange);
		outline: 2px solid var(--darkorange);
	}	


.is-style-orangeBg a:after,
button.wp-block-button__link:after,
.button a:after,
a.wp-block-button__link:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	visibility: hidden;
	background-repeat: no-repeat;
	background-position: -450px -10px, 0 0;
	background-image: -webkit-linear-gradient(
		top left,
		rgba(255, 255, 255, 0.2) 0%,
		rgba(255, 255, 255, 0.2) 37%,
		rgba(255, 255, 255, 0.6) 45%,
		rgba(255, 255, 255, 0) 50%
	);
	background-image: linear-gradient(
		top left,
		rgba(255, 255, 255, 0.2) 0%,
		rgba(255, 255, 255, 0.2) 37%,
		rgba(255, 255, 255, 0.9) 45%,
		rgba(255, 255, 255, 0) 50%
	);
	background-size: 250% 270%, 200% 200%;
	transition: background-position 0.5s ease, opacity 0.5s ease 0.2s;
	-webkit-transition: background-position 0.5s ease, opacity 0.5s ease 0.2s;
}
		
	.is-style-orangeBg a:hover:after,
	button.wp-block-button__link:hover:after,
	.button a:hover:after,
	a.wp-block-button__link:hover:after {
		background-position: 0 0, 0 0;
		visibility: visible;
		
		transition: background-position 0.5s ease, opacity 0.5s ease 0.3s;
		-webkit-transition: background-position 0.5s ease, opacity 0.5s ease 0.3s;
		
		opacity: 0;
	}
			
	@keyframes gradient {
		0% {
			background-position: 0% 50%;
		}
		50% {
			background-position: 100% 50%;
		}
		100% {
			background-position: 0% 50%;
		}
	}







.fit,
.is-style-fit {
	position: relative;
	width: 100%;
	max-width: 1650px !important;
	margin: 0 auto;
	padding: 0 3%;
	box-sizing: border-box;
}	

.fit-1400,
.is-style-fit-1400 {
	position: relative;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 3%;
	box-sizing: border-box;
}

.fit-1200,
.is-style-fit-1200 {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 3%;
	box-sizing: border-box;
}

.fit-1000,
.is-style-fit-1000 {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 3%;
	box-sizing: border-box;
}

.fit-800,
.is-style-fit-800 {
	position: relative;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 0 3%;
	box-sizing: border-box;
}

.fit-600,
.is-style-fit-600 {
	position: relative;
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
	padding: 0 3%;
	box-sizing: border-box;
}


#breadcrumbs {
	padding-top: 40px;
	padding-bottom: 20px;
}

	#breadcrumbs a,
	#breadcrumbs span {
		font-size: 12px;
		text-decoration: none;
		color: #9499A1;
	}

	#breadcrumbs a:hover {
		color: var(--orange);
	}

.single-product #breadcrumbs {
	padding: 0 3% !important;
	z-index: 5;
}

	.single-product #breadcrumbs .breadcrumbs {
		position: absolute;
		top: 20px;
	}


#container {
	position: relative;
	background: #fff;
	min-height: 100vh;
	z-index: 5;
	padding-top: 90px;
	
	display: flex;
	flex-direction: column;
}

#container.brief {
	padding-top: 140px;
	box-sizing: border-box;
}

#container.nospace {
	padding-top: 0;
}

header {
	position: fixed;
	z-index: 99;
	width: 100%;
	top: 0;
	left: 0;
	background: var(--lightgrey);
	box-shadow: 0px 6px 10.4px 2px rgba(29, 63, 121, 0.05);
	padding: 5px 0;
	box-sizing: border-box;
	transition: all 0.2s ease-in-out;
}

header.nobg {
	background: unset;
	box-shadow: unset;
	transition: all 0.2s ease-in-out;
}

header.fixed {
	background: var(--lightgrey);
	box-shadow: 0px 6px 10.4px 2px rgba(29, 63, 121, 0.05);
	transition: all 0.2s ease-in-out;
}

header.off {
	top: -100%;
}


	#header {
		display: flex;
		align-items: stretch;
		gap: 20px;
		justify-content: space-between;
	}
	
	#container.brief #header {
		justify-content: center;
	}
	
		#logo {
			align-self: center;
			transition: all 0.3s ease-in-out;
		}
			
			#logo a,
			#logo a img {
				display: block;
				width: 160px;
				height: auto;
				transition: all 0.3s ease-in-out;
			}
			
			header #logo .logo_light {
				display: none;
			}
			
			header #logo .logo_dark {
				display: block;
			}
			
			header.nobg #logo .logo_light {
				display: block;
			}
			
			header.nobg #logo .logo_dark {
				display: none;
			}
			
			header.fixed.nobg #logo .logo_light {
				display: none;
			}
			
			header.fixed.nobg #logo .logo_dark {
				display: block;
			}
			
		#menu {
			flex-grow: 1;
			display: flex;
			justify-content: flex-end;
		}
		
			#menu nav {
				height: 100%;
			}
			
			#menu nav ul#menu-menu-glowne {
				height: 100%;
				list-style: none;
				display: flex;
				align-items: center;
				gap: 20px;
			}
		
			#menu nav ul#menu-menu-glowne > li {
				height: 100%;
				padding: 10px 0 10px 0;
				box-sizing: border-box;
				display: flex;
				align-items: center;
				transition: all 0.3s ease;
			}
			
			#menu nav ul#menu-menu-glowne > li > a {
				position: relative;
				text-decoration: none;
				color: var(--black);
				font-weight: 500;
				display: inline-block;
				text-align: center;
				line-height: 1.4;
				padding: 7px 20px;
				border-radius: 30px;
			}
			
			#menu nav ul#menu-menu-glowne > li.menu-item-has-children > a {
				padding-right: 40px;
			}
			
				#menu nav ul#menu-menu-glowne > li.menu-item-has-children > a:after {
					content: "";
					display: block;
					width: 6px;
					height: 6px;
					border-right: 2px solid var(--black);
					border-bottom: 2px solid var(--black);
					
					position: absolute;
					right: 20px;
					top: 50%;
					margin-top: -5px;
					transform: rotate(45deg);
					transition: all 0.2s ease;
				}
				
				header.light #menu nav ul#menu-menu-glowne > li.menu-item-has-children > a:after {
					border-right: 2px solid #fff;
					border-bottom: 2px solid #fff;
				}
				
				header.fixed #menu nav ul#menu-menu-glowne > li.menu-item-has-children > a:after {
					border-right: 2px solid var(--black);
					border-bottom: 2px solid var(--black);
				}
				
				header.fixed #menu nav ul#menu-menu-glowne > li.menu-item-has-children > a.on:after,
				header.fixed #menu nav ul#menu-menu-glowne > li.menu-item-has-children > a:hover:after {
					border-right: 2px solid #fff;
					border-bottom: 2px solid #fff;
				}
					
			header.light #menu nav ul#menu-menu-glowne > li > a {
				color: #fff;
			}
			
			header.light.fixed #menu nav ul#menu-menu-glowne > li > a {
				color: var(--black);
			}
			
			header #menu nav ul#menu-menu-glowne > li > a.on,
			header #menu nav ul#menu-menu-glowne > li > a:hover {
				background-color: var(--darkorange);
				color: #fff !important;
			}
			
				#menu nav ul#menu-menu-glowne > li.menu-item-has-children > a:hover:after,
				header.light #menu nav ul#menu-menu-glowne > li.menu-item-has-children > a:hover:after {
					border-right: 2px solid #fff;
					border-bottom: 2px solid #fff;
					transition: all 0.2s ease;
				}
				
			header #menu nav ul#menu-menu-glowne li.button a {
				color: #fff;
				padding: 8px 20px;
			}
			
			header.fixed #menu nav ul#menu-menu-glowne li.button a,
			header.light.fixed #menu nav ul#menu-menu-glowne li.button a {
				color: #fff;
			}
			
			#menu nav ul li.strefa {
				display: flex;
				align-items: center;
			}
			
			#menu nav ul li.strefa a {
				position: relative;
				display: block;
				width: 40px;
				height: 40px;
				padding: 0 !important;
				margin: 7px 0 7px 20px;
			}
				
				#menu nav ul li.strefa a:after {
					content: "";
					display: block;
					width: 100%;
					height: 100%;
					
					position: absolute;
					top: -1px;
					right: -1px;
					z-index: 5;
					
					background-image: url(../graf/ico_strefa.svg);
					background-repeat: no-repeat;
					background-position: 50% 50%;
					border-radius: 50%;
					background-color: #fff;
					border: 2px solid #fff;
				}
				
				#menu nav ul li.strefa a span {
					position: absolute;
					background: var(--txt);
					color: #fff;
					
					display: flex;
					align-items: center;
					
					padding: 5px 50px 5px 15px;
					white-space: nowrap;
					right: 2px;
					top: -1px;
					height: 44px;
					box-sizing: border-box;
					border-radius: 50px;
					
					max-width: 0;
					overflow: hidden;
					opacity: 0;
					transition: all 0.2s ease;
				}				
					
				#menu nav ul li.strefa a:hover {
					background-color: unset !important;
				}

				#menu nav ul li.strefa a:hover:after {
					background-color: var(--txt);
					border: 2px solid var(--txt);
					transition: all 0.2s ease;
				}
				
				#menu nav ul li.strefa a:hover span {
					max-width: 200px;
					overflow: hidden;
					opacity: 1;
					transition: all 0.2s ease;
				}
				
				
				
				

				header.light #menu nav ul li.strefa a:after {
					background-color: var(--txt);
					border: 2px solid var(--txt);
				}	
							
				header.light #menu nav ul li.strefa a:hover:after {
					background-color: #fff;
					border: 2px solid #fff;
				}
				
				header.light #menu nav ul li.strefa a span {
					background: #fff;
					color: var(--orange);
				}
				
				header.fixed #menu nav ul li.strefa a:after {
					background-color: #fff;
					border: 2px solid #fff;
				}
				
				header.fixed #menu nav ul li.strefa a:hover:after {
					background-color: var(--txt);
					border: 2px solid var(--txt);
				}
				
				header.fixed #menu nav ul li.strefa a span {
					background: var(--txt);
					color: #fff;
				}
				
				
			header.light #menu nav ul#menu-menu-glowne > li.menu-item-gtranslate > a {
				display: flex;
				align-items: center;
				gap: 7px;
				padding: 7px 30px 7px 15px;
			}
		
				header.light #menu nav ul#menu-menu-glowne > li.menu-item-gtranslate > a:after {
					right: 15px;
					margin-top: -6px;
				}
				
				header.light #menu nav ul#menu-menu-glowne > li.menu-item-gtranslate > a img {
					display: block;
				}
				
					header.light #menu nav ul#menu-menu-glowne > li.menu-item-gtranslate ul.sub-menu {
						min-width: 100px;
						transform: translate(-10px, -30px);
					}
						
						header.light #menu nav ul#menu-menu-glowne > li.menu-item-gtranslate ul.sub-menu li {
							padding: 0 0;
						}
					
							header.light #menu nav ul#menu-menu-glowne > li.menu-item-gtranslate ul.sub-menu li a {
								display: flex;
								align-items: center;
								gap: 7px;
							}
						
				
			#menu nav ul#menu-menu-glowne > li:not(.megamenu) > ul.sub-menu {
				display: flex;
				gap: 7px;
				flex-direction: column;
				margin-top: 15px;
				top: 100%;
				transform: translateY(-30px);
				list-style: none;
				
				position: absolute;
				min-width: 200px;
				z-index: 99;
				background: var(--lightgrey);
				padding: 0px 15px;
				box-sizing: border-box;
				border-radius: 15px;
				visibility: hidden;
				opacity: 0;
				transition: all 0.2s ease;
			}
			
			header.fixed #menu ul#menu-menu-glowne > li:not(.megamenu) > ul.sub-menu {
				transform: translateY(-15px);
			}
				
				#menu ul#menu-menu-glowne > li:not(.megamenu):hover > ul.sub-menu {
					padding: 20px 15px;
					opacity: 1;
					visibility: visible;
					transition: all 0.2s ease;
				}
				
				#menu ul#menu-menu-glowne > li:not(.megamenu) > ul.sub-menu > li {
					width: 100%;
					padding: 5px 0;
				}
				
				#menu ul#menu-menu-glowne > li:not(.megamenu) > ul.sub-menu > li a {
					display: block;
					color: var(--black);
					text-align: left;
				}
				
				#menu ul#menu-menu-glowne > li:not(.megamenu):hover > ul.sub-menu > li a:hover {
					color: var(--orange);
				}
				

			#menu nav li.megamenu > ul.sub-menu {
				display: flex;
				flex-direction: row;
				justify-content: center;
				flex-wrap: wrap;
				gap: 5%;
				margin-top: 15px;
				transform: translateY(-30px);
				list-style: none;
				
				position: fixed;
				top: 100px;
				left: 0;
				width: 100%;
				min-width: 200px;
				z-index: 99;
				background: #fdfdfd;
				box-sizing: border-box;
				border-radius: 0;
				visibility: hidden;
				box-sizing: border-box;
				opacity: 0;
				transition: all 0.2s ease;
			}
			
			@media screen and (max-width: 1400px) {
				#menu nav li.megamenu > ul.sub-menu {
					gap: 50px;
				}
			}
			
			@media screen and (max-width: 1200px) {
				#menu nav li.megamenu > ul.sub-menu {
					gap: 20px;
				}
			}
			
			header.fixed #menu nav li.megamenu > ul.sub-menu {
				top: 75px;
			}
			
				header #menu nav li.megamenu:hover > ul.sub-menu {
					padding: 50px 0 0 0;
					opacity: 1;
					visibility: visible;
					box-shadow: 0 5px 5px 0px rgba(0 0 0 / 0.1)
					transition: all 0.2s ease;
				}
				
				#menu nav li.megamenu > ul.sub-menu > li {
					flex: 1 1 0;
					max-width: 330px;
				}
		
				#menu nav li.megamenu > ul.sub-menu > li:nth-child(1) {
					padding-left: 3%;
				}
				
				#menu nav li.megamenu > ul.sub-menu > li:nth-last-child(2) {
					padding-right: 3%;
				}
				
				
				#menu nav li.megamenu > ul.sub-menu > li > a {
					color: var(--orange);
					text-transform: uppercase;
					font-size: 18px;
					font-weight: 600;
				}
				
				
				#menu nav li.megamenu > ul.sub-menu > li.menu-item-img a {
					display: flex;
					align-items: center;
					gap: 6px;
					line-height: 1.4;
				}
				
				#menu nav li.megamenu > ul.sub-menu > li.menu-item-img a figure {
					display: flex;
					align-items: center;
					justify-content: center;
					
					width: 45px;
					height: 45px;
					background: #FAF5F3;
					border-radius: 50%;					
				}
					
					#menu nav li.megamenu > ul.sub-menu > li.menu-item-img a figure img {
						display: block;
						width: 22px;
						height: auto;
						margin: 0;
					}
					
				#menu nav li.megamenu > ul.sub-menu > li ul.sub-menu {
					position: relative;
					list-style: none;
					padding-top: 20px;
					
				}
					
					#menu nav li.megamenu > ul.sub-menu > li ul.sub-menu li {
						padding: 7px 0 7px 15px;
					}
						
						#menu nav li.megamenu > ul.sub-menu > li ul.sub-menu li a {
							position: relative;
							display: flex;
							align-items: center;
							gap: 20px;
							color: var(--txt);
							font-weight: 500;
							padding: 4px 0;
							font-size: 15px;
						}
					
						#menu nav li.megamenu > ul.sub-menu > li ul.sub-menu li a:before {
							content: "";
							display: block;
							width: 8px;
							height: 8px;
							border-radius: 50%;
							background: #FADDD2;
						}
						
						#menu nav li.megamenu > ul.sub-menu > li ul.sub-menu li.current_page_item a,
						#menu nav li.megamenu > ul.sub-menu > li ul.sub-menu li a:hover {
							color: var(--orange);
						}
						
				
				#menu nav li.megamenu > ul.sub-menu > li.page-loaded {
					width: 100%;
					flex-basis: 100%;
					max-width: 100%;
					position: relative;
					padding: 0 0;
					margin-top: 30px;
					background: #f7f7f7;
				}
				
					#menu nav li.megamenu > ul.sub-menu > li.page-loaded .menu-item-page-content-inline {
						border-radius: 0;
						box-shadow: 0 10px 5px rgba(0,0,0,0.05);
					}
					
					#menu nav li.megamenu > ul.sub-menu > li.page-loaded .menu-page-content {
						width: 100%;
						max-width: 1700px;
						margin: 0 auto;
						padding: 0 3%;
						box-sizing: border-box;
					}
						
						#menu nav li.megamenu > ul.sub-menu > li.page-loaded .menu-page-content .wp-block-columns {
							gap: 3%;
							width: 100%;
							padding-top: 15px;
							padding-bottom: 15px;
							align-items: center !important;
						}
						
							#menu nav li.megamenu > ul.sub-menu > li.page-loaded .menu-page-content .wp-block-column:first-child {
								flex-basis: 130px;
								flex-grow: unset;
							}
							
							#menu nav li.megamenu > ul.sub-menu > li.page-loaded .menu-page-content .wp-block-column:first-child figure {
								border-radius: 50%;
								overflow: hidden;
								display: block;
								width: 110px;
								height: 110px;
							}
							
								#menu nav li.megamenu > ul.sub-menu > li.page-loaded .menu-page-content .wp-block-column:first-child figure img {
									display: block;
									width: 100%;
									height: 100%;
									object-fit: cover;
									object-position: 50% 50%;
									margin: 0;
								}

							#menu nav li.megamenu > ul.sub-menu > li.page-loaded .menu-page-content .wp-block-column:nth-child(2) {
								font-size: 16px;
								font-weight: 300;
								flex-grow: 1;
							}
							
								#menu nav li.megamenu > ul.sub-menu > li.page-loaded .menu-page-content .wp-block-column:nth-child(2) h3 {
									font-size: 24px;
									font-weight: 400;
								}
								
								#menu nav li.megamenu > ul.sub-menu > li.page-loaded .menu-page-content .wp-block-column:nth-child(2) h3 strong {
									font-style: italic;
									font-weight: 600;
								}

							#menu nav li.megamenu > ul.sub-menu > li.page-loaded .menu-page-content .wp-block-column:nth-child(3) {
								font-weight: 400;
								flex-grow: unset;
								flex-basis: fit-content;
							}
							
								#menu nav li.megamenu > ul.sub-menu > li.page-loaded .menu-page-content .wp-block-column:nth-child(3) .wp-block-buttons {
									flex-wrap: nowrap;
								}
								
									
									#menu nav li.megamenu > ul.sub-menu > li.page-loaded .menu-page-content .wp-block-column:nth-child(3) .wp-block-buttons a {
										flex-wrap: nowrap;
										white-space: nowrap;
										padding: 12px 30px;
									}
									
										
							
							
							
							
		#cart {
			display: flex;
			align-items: center;
		}
			
			#cart a {
				position: relative;
				display: block;
				color: #fff;
				border-radius: 50%;
				
				color: #f25e2a;
				font-weight: 600;
				padding: 5px 0 0 0;
				aspect-ratio: 1 / 1;
				box-sizing: border-box;
				
				display: flex;
				align-items: center;
				gap: 10px;
				
				transition: all 0.2s ease;
			}
			
			header.fixed #cart a {
				transition: all 0.2s ease;
			}

				#cart a .cart-value {
					padding-right: 15px;
				}
					
				#cart a .cart-icon {
					position: relative;
					display: inline-block;
					width: 30px;
					height: 30px;
					
					background-image: url(../graf/icoCart.svg);
					background-position: 50% 50%;
					background-size: contain;
					background-repeat: no-repeat;
				}

				#cart a .cart-count {
					position: absolute;
					right: -8px;
					top: -12px;
					
					background: #f25e2a;
					color: #fff;
					font-size: 12px;
					font-weight: 400;
					display: inline-block;
					background: var(--orange);
					border: 3px solid var(--lightgrey);
					width: 18px;
					height: 18px;
					
					display: flex;
					align-items: center;
					justify-content: center;
					border-radius: 50%;
				}

				header.light #cart a .cart-count {
					border: 3px solid var(--darkblue);
				}

				header.fixed #cart a .cart-count {
					border: 3px solid var(--lightgrey);
				}
				
			#cart a:hover {
				
			}

				#cart a:hover .cart-icon {
					background-image: url(../graf/icoCartDark.svg);
					transition: all 0.2s ease;
				}

				header.light #cart a:hover .cart-icon {
					background-image: url(../graf/ico_cart.svg);
					transition: all 0.2s ease;
				}
				
				header.fixed #cart a:hover .cart-icon {
					background-image: url(../graf/icoCartDark.svg);
					transition: all 0.2s ease;
				}
				
				#cart a:hover .cart-count {
					background: var(--darkblue);
					color: #fff;
					transition: all 0.2s ease;
				}
			
				header.light #cart a:hover .cart-count {
					background: var(--lightgrey);
					color: #f25e2a;
					transition: all 0.2s ease;
				}
			
				header.fixed #cart a:hover .cart-count {
					background: var(--darkblue);
					color: #fff;
					transition: all 0.2s ease;
				}
			
@media screen and (max-width: 1400px) {
	#header {
		gap: 5px;
	}
	
	#menu nav ul#menu-menu-glowne {
		gap: 5px;
	}
	
	#logo a, #logo a img {
		width: 130px;
	}
	
	#menu nav ul#menu-menu-glowne > li > a {
		padding: 7px 10px;
	}
	
	#menu nav ul#menu-menu-glowne > li.menu-item-has-children > a {
		padding-right: 25px;
	}
	
	#menu nav ul#menu-menu-glowne > li.menu-item-has-children > a:after {
		right: 10px;
	}
	
	#menu nav ul li.strefa a {
		margin: 7px 0 7px 10px;
	}
}

	
header.fixed {
	padding: 0;
	transition: all 0.3s ease-in-out;
}
				
	header.fixed #logo a img {
		width: 130px;
		height: auto;
		transition: all 0.3s ease-in-out;
	}
	
	header.fixed #menu nav ul#menu-menu-glowne > li {
		padding: 5px 0;
		transition: all 0.3s ease;
	}
	

@media screen and (max-width: 1100px) {	
	#menu nav ul#menu-menu-glowne > li > a {
		font-size: 15px;
	}
	
	#logo a, #logo a img {
		width: 115px;
	}
}
			

#content {
	min-height: 100vh;
}

#content.brief {
	min-height: 80vh;
}

#content.txt {
	
}

	#content.txt h1 {
		padding-bottom: 30px;
	}

#content.noSpace {
	position: relative;
}

	#content.noSpace #breadcrumbsOutter {
		position: absolute;
		z-index: 5;
		width: 100%;
		top: 120px;
	}
	
		#content.noSpace #breadcrumbsOutter #breadcrumbs {
			padding-top: 0;
			padding-bottom: 0;
		}
			
		#content.noSpace #breadcrumbsOutter #breadcrumbs a,
		#content.noSpace #breadcrumbsOutter #breadcrumbs span {
			color: #F7F7F7;
		}
		
		#content.noSpace #breadcrumbsOutter #breadcrumbs a:hover {
			color: var(--orange);
		}
			
.introGrid {
	
}

	.introGrid > .wp-block-group {
		margin: 0;
		padding: 0 3%;
		gap: 5%;
	}

	.introGrid .introContentRight {
		grid-row: span 2;
	}
			
.colsGrid {
	margin: 0;
	padding: 0 3%;
	gap: 5%;
}


	.colsGrid .colsImg {
		grid-row: span 2;
	}



			
#intro {
	position: relative;
	z-index: 5;
	background: var(--black);
}

	#intro:before {
		content: "";
		position: absolute;
		z-index: 1;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;

		background: radial-gradient(62.08% 62.08% at 50% 50%, rgba(38, 54, 87, 0.2) 35.44%, rgba(9, 15, 24, 0.5) 100%);
	}
	
	#intro .wp-block-cover__inner-container {
		position: relative;
		z-index: 5;
	}
	
	#intro .wp-block-cover {
		padding-top: 150px;
		padding-bottom: 150px;
	}
	
	#intro em {
		font-style: normal;
		font-size: 24px;
		font-weight: 400;
	}
		
	#intro h1 {
		color: #fff;
		font-weight: 400;
		padding: 15px 0 30px 0;
	}
	
		#intro h1 strong {
			display: block;
			font-weight: 600;
		}
		
	#intro p {
		color: #fff;
	}
		
	#intro .wp-block-buttons {
		padding-top: 50px;
	}
	
	
	
#logotypy {
	position: relative;
	margin-top: -60px;
	z-index: 10;
}


.nasiPartnerzyElem {
	display: flex;
	justify-content: flex-start;
}

.nasiPartnerzyElem #logotypy {
	width: calc(100% - 500px);
	margin: -60px 0 0 0 !important;
	padding: 0 0 !important;
}

	#logotypy figure.wp-block-gallery {
		background: #fff;
		box-shadow: 0px 15px 30px 2px rgba(29, 63, 121, 0.05);
		border-radius: 7px;
		padding: 30px 40px;
		box-sizing: border-box;
		gap: 50px;
		
		flex-wrap: nowrap !important;
		align-items: center !important;
		justify-content: space-between;
	}
		
		#logotypy figure.wp-block-gallery figure.wp-block-image {
			margin: 0 !important;
			height: 55px;
			width: auto !important;
			max-width: 170px;
		}
	
			#logotypy figure.wp-block-gallery figure.wp-block-image img {
				display: block;
				width: 100%;
				height: 100%;
				object-fit: contain;
				object-position: 50% 50%;
			}
		
		
@media screen and (max-width: 1500px) {
	#logotypy figure.wp-block-gallery {
		gap: 20px;
	}
}
		
@media screen and (max-width: 1300px) {
	.nasiPartnerzyElem #logotypy {
		width: calc(100% - 300px);
	}
	
	#logotypy figure.wp-block-gallery {
		padding: 20px 20px;
	}
}
	
	
#czesc {
	position: relative;
	z-index: 5;
	padding: 80px 0 80px 0;
}

#czesc.sub {
	padding: 80px 0;
	background-image: unset;
}

	#czesc .wp-block-columns {
		gap: 40px;
	}
	
	@media screen and (max-width: 1200px) {
		#czesc .wp-block-columns {
			gap: 0;
		}
	}
	
	#czesc .wp-block-column:first-child {
		flex-basis: 55%;
	}

	#czesc .wp-block-column:last-child {
		flex-basis: 40%;
	}
	
	#czesc h2 {
		padding-bottom: 25px;
		font-weight: 500;
	}
	
		#czesc h2 em {
			font-weight: 600;
		}
		
	#czesc .wp-block-buttons {
		margin-top: 30px;
	}
	
		
	#czesc .wp-block-column:last-child figure.wp-block-image {
		position: relative;
		border-radius: 50%;
		overflow: hidden;
		padding: 40px;
		aspect-ratio: 1 / 1;
		box-sizing: border-box;
	}

		#czesc .wp-block-column:last-child figure.wp-block-image img {
			display: block;
			width: 100%;
			height: 100%;
			border-radius: 100%;
			object-fit: cover;
			object-position: 50% 50%;
			aspect-ratio: 1 / 1;
		}	
	
figure.wp-block-image.is-style-circleBgHalf {
	position: relative;
	border-radius: 50%;
	overflow: hidden;
	padding: 40px;
	aspect-ratio: 1 / 1;
	box-sizing: border-box;
}

	figure.wp-block-image.is-style-circleBgHalf:before {
		content: "";
		display: block;
		position: absolute;
		z-index: -1;
		right: 0;
		top: 0;
		width: 50%;
		height: 100%;
		background-color: var(--orange);
		border-radius: 0 50% 50% 0;
	}
	

	figure.wp-block-image.is-style-circleBgHalf img {
		display: block;
		width: 100%;
		height: 100%;
		border-radius: 100%;
		object-fit: cover;
		object-position: 50% 50%;
		aspect-ratio: 1 / 1;
	}	
	
@media screen and (max-width: 1300px) {
	figure.wp-block-image.is-style-circleBgHalf {
		padding: 25px;
	}
}
	
.circleLoading {
	width: 500px;
	height: 500px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}

.circleLoading figure {
	position: absolute;
	left: 0;
	top: 0;
	
	display: block;
	width: 100%;
	height: 100%;
}
	
.hold {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background-color: transparent;
	clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
}


.fill {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background-color: var(--orange);
	clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
}

.left .fill {
	z-index: 1;
}

.in-view .left .fill {
	-webkit-animation: left 1s linear 0.5s;
	-moz-animation: left 1s linear 0.5s;
	animation: left 1s linear both 0.5s;
}

@keyframes left {
  0% {
    -webkit-transform: rotate(0deg);
	opacity: 0;
  }
  1% {
	opacity: 1;
  }
  100% {
    transform: rotate(180deg);
  }
}

@-webkit-keyframes left {
  0% {
    -webkit-transform: rotate(0deg);
	opacity: 0;
  }
  1% {
	opacity: 1;
  }
  100% {
    -webkit-transform: rotate(180deg);
  }
}


	
figure.wp-block-image.is-style-circleBgHalfBlue {
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	padding: 40px;
	aspect-ratio: 1 / 1;
	box-sizing: border-box;
}

	
	figure.wp-block-image.is-style-circleBgHalfBlue:before {
		content: "";
		display: block;
		
		position: absolute;
		z-index: -1;
		right: 0;
		top: 0;
		
		width: 50%;
		height: 100%;
		background-color: var(--blue);
		border-radius: 0 50% 50% 0;
	}

		figure.wp-block-image.is-style-circleBgHalfBlue img {
			display: block;
			width: 100%;
			height: 100%;
			border-radius: 50%;
			object-fit: cover;
			object-position: 50% 50%;
		}
	

@media screen and (max-width: 1200px) {
	figure.wp-block-image.is-style-circleBgHalfBlue {
		padding: 25px;
	}
}
	
.separatorWaves {
	position: relative;
}

	.separatorWaves:before {
		content: "";
		display: block;
		width: 100%;
		
		position: absolute;
		left: 0;
		top: 0;
		transform: translateY(-50%);
		
		background-image: url(../graf/bg_waves3.svg);
		background-repeat: no-repeat;
		background-position: 50% 0%;
		background-size: contain;
		aspect-ratio: 1024 / 373;
	}

#dostosujemyDzialania {
	padding-bottom: 100px;
	padding-top: 50px;
}	
	
	#dostosujemyDzialania .wp-block-columns {
		padding-top: 120px;
		gap: 25px;
	}

	
		#dostosujemyDzialania .wp-block-columns .wp-block-column a {
			display: block;
			position: relative;
			border: 1px solid #DFDFDF;
			padding: 0 15px 15px 15px;
			box-sizing: border-box;
			background: #fff;
			color: var(--txt);
			
			font-weight: 500;
			border-radius: 8px;
			transition: all 0.2s ease;
		}
		
		#dostosujemyDzialania .wp-block-columns .wp-block-column a:hover {
			border: 1px solid transparent;
			color: var(--orange);
			box-shadow: 0px 15px 30px rgba(29, 63, 121, 0.05);
			transition: all 0.2s ease;
		}
			
			#dostosujemyDzialania .wp-block-columns .wp-block-column a:before {
				content: "";
				display: block;
				
				position: absolute;
				z-index: -1;
				left: 50%;
				top: 0;
				transform: translate(-50%, -50%);
				
				height: 130px;
				width: 130px;
				border-radius: 50%;
				border: 1px solid #DFDFDF;
				transition: all 0.2s ease;
			}
		
			#dostosujemyDzialania .wp-block-columns .wp-block-column a:hover:before {
				border: 1px solid transparent;
				transition: all 0.2s ease;
			}
			
			#dostosujemyDzialania .wp-block-columns .wp-block-column a figure {
				position: relative;
				z-index: 5;
				width: 130px;
				height: 130px;
				
				margin: -65px auto 10px auto;
				border: 10px solid #fff;
			
				background: #FAF5F3;
				border-radius: 50%;
				padding: 0px;
				box-sizing: border-box;
				
				display: flex;
				align-items: center;
				justify-content: center;
				transition: all 0.2s ease;
			}

			#dostosujemyDzialania .wp-block-columns .wp-block-column a:hover figure {
				background: var(--orange);
				transition: all 0.2s ease;
			}
				
				#dostosujemyDzialania .wp-block-columns .wp-block-column a figure img {
					display: block;
					width: 80%;
					height: auto;
					transition: all 0.2s ease;
				}
				
				#dostosujemyDzialania .wp-block-columns .wp-block-column a:hover figure img {
					filter: brightness(0) invert(1);
					transform: scale(1.1);
					transition: all 0.2s ease;
				}
				

	@media screen and (max-width: 1300px) {
		#dostosujemyDzialania .wp-block-columns {
			flex-wrap: wrap !important;
			gap: 100px 20px;
		}
		
		#dostosujemyDzialania .wp-block-column {
			flex-basis: 30%;
		}
		
	}
	
				
				

#introOfirmie {
	position: relative;
	background: radial-gradient(62.08% 62.08% at 50% 50%, rgba(38, 54, 87, 0.2) 35.44%, rgba(9, 15, 24, 0.5) 100%), #192743;
	color: #fff;	
}
				
	#introOfirmie .wp-block-columns {
		position: unset;
		justify-content: space-between;
		height: 100%;
	}
	
		#introOfirmie .wp-block-column:first-child {
			padding: 200px 0 150px 0;
			flex-basis: 40%;
		}
		
			#introOfirmie .wp-block-column:first-child h1 {
				color: #fff;
				padding-bottom: 30px;
			}
		
			#introOfirmie .wp-block-column:first-child .wp-block-buttons {
				padding-top: 50px;
			}
				
		#introOfirmie .wp-block-column:last-child {
			flex-basis: 50%;
		}
		
			#introOfirmie .wp-block-column:last-child figure {
				position: absolute;
				width: 50%;
				height: 100%;
				
				right: 0;
				top: 0;
			}
					
				#introOfirmie .wp-block-column:last-child figure img {
					display: block;
					width: 100%;
					height: 100%;
					object-fit: cover;
					object-position: 0% 50%;
				}
				
.fixElements,
.fixElements80,
.fixElements120 {
	padding-top: 80px;
}

	.fixElements > *,
	.fixElements80 > *,
	.fixElements120 > * {
		position: relative;
	}
	
	.fixElements .pinned,
	.fixElements80 .pinned,
	.fixElements120 .pinned {
		position: sticky !important;
		left: 0;
		right: 0;
	,	z-index: 10;
		box-shadow: unset !important;
	}
				
	.fixElements .pinned {
		top: 0;
	}
				
	.fixElements80 .pinned {
		top: 80px;
	}
				
	.fixElements120 .pinned {
		top: 120px;
	}
	
#naszePodejscie {
	gap: 5%;
	padding-bottom: 150px;
}
				
	#naszePodejscie .wp-block-column:first-child {
		flex-basis: 25%;
	}
	
		#naszePodejscie .wp-block-column:first-child h2 {
			position: sticky;
			top: 55px;
		}
				
	#naszePodejscie .wp-block-column:last-child {
		position: relative;
		flex-basis: 70%;
	}
		
	#naszePodejscie .wp-block-media-text {
		position: relative;
		z-index: 10;
		background: #fff;
		border: 1px solid #DFDFDF;
		margin-bottom: 20px;
		padding: 40px 60px;
		box-sizing: border-box;
		
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 100px;
	}

		
		#naszePodejscie .wp-block-media-text .wp-block-media-text__content {
			padding: 0;
			flex-basis: 80%;
		}

			#naszePodejscie .wp-block-media-text .wp-block-media-text__content strong {
				font-family: "all-round-gothic", sans-serif;
				font-size: 24px;
				font-weight: 600;
				
				display: block;
				padding-bottom: 5px;
			}
			
		#naszePodejscie .wp-block-media-text .wp-block-media-text__media {
			flex-basis: 9%;
		}
			
@media screen and (max-width: 1200px) {
	#naszePodejscie .wp-block-columns {
		flex-direction: column;
	}
}



			
.is-style-checkWhiteBorder,
.is-style-checkGreyBorder {
	gap: 25px 25px;
	padding-top: 50px;
}
	
	.is-style-checkWhiteBorder .first,
	.is-style-checkGreyBorder .first {
		background: var(--blue);
		color: #fff;
		padding: 20px 25px;
		box-sizing: border-box;
		border-radius: 8px;
		
		display: flex;
		align-items: center;
	}
	
		.is-style-checkWhiteBorder .first strong,
		.is-style-checkGreyBorder .first strong {
			font-weight: 600;
			font-size: 22px;
			line-height: 1.5;
		}
	
	.is-style-checkWhiteBorder .wp-block-media-text,
	.is-style-checkGreyBorder .wp-block-media-text {
		border: 1px solid rgba(0 0 0 / 0.1);
		border-radius: 8px;
		
		padding: 25px;
		box-sizing: border-box;
		
		display: flex;
		align-items: flex-start;
		gap: 20px;
		transition: all 0.2s ease;
	}

	.is-style-checkWhiteBorder .wp-block-media-text {
		border: 1px solid rgba(255 255 255 / 0.1);
	}
	
		.is-style-checkWhiteBorder .wp-block-media-text .wp-block-media-text__media,
		.is-style-checkGreyBorder .wp-block-media-text .wp-block-media-text__media {
			flex-basis: 7%;
			align-self: flex-start;
			padding-top: 10px;
		}
		
		.is-style-checkWhiteBorder .wp-block-media-text .wp-block-media-text__media img,
		.is-style-checkGreyBorder .wp-block-media-text .wp-block-media-text__media img {
			transition: all 0.2s ease;
		}
		
		.is-style-checkWhiteBorder .wp-block-media-text .wp-block-media-text__content,
		.is-style-checkGreyBorder .wp-block-media-text .wp-block-media-text__content {
			padding: 0;
			align-self: flex-start;
			flex-basis: 90%;
		}
	
	.is-style-checkWhiteBorder .wp-block-media-text:hover,
	.is-style-checkGreyBorder .wp-block-media-text:hover {
		background: var(--orange);
		border: 1px solid var(--orange);
		color: #fff;
		transition: all 0.2s ease;
	}
		
		.is-style-checkWhiteBorder .wp-block-media-text:hover .wp-block-media-text__media img,
		.is-style-checkGreyBorder .wp-block-media-text:hover .wp-block-media-text__media img {
			filter: brightness(0) invert(1);
			transition: all 0.2s ease;
		}


	.is-style-checkGreyBorder .wp-block-image {
		border: 1px solid rgba(0 0 0 / 0.1);
	}
	
	

.wp-block-group-is-layout-grid {
	gap: 30px;
	padding-top: 50px;
}
	
	.wp-block-group-is-layout-grid .wp-block-media-text {
		border: 1px solid rgba(0 0 0 / 0.1);
		border-radius: 8px;
		
		padding: 25px;
		box-sizing: border-box;
		
		display: flex;
		align-items: flex-start;
		gap: 25px;
		transition: all 0.2s ease;
	}

		.wp-block-group-is-layout-grid .wp-block-media-text .wp-block-media-text__media {
			flex-basis: 7%;
			align-self: flex-start;
			padding-top: 10px;
		}
		
		.wp-block-group-is-layout-grid .wp-block-media-text .wp-block-media-text__media img {
			transition: all 0.2s ease;
		}
		
		.wp-block-group-is-layout-grid .wp-block-media-text .wp-block-media-text__content {
			padding: 0;
			align-self: flex-start;
			flex-basis: 90%;
		}

			.wp-block-group-is-layout-grid .wp-block-media-text .wp-block-media-text__content strong {
				font-family: "all-round-gothic", sans-serif;
				font-size: 24px;
				font-weight: 600;
				line-height: 1.4;
				
				display: block;
				padding-bottom: 5px;
			}
	
	.wp-block-group-is-layout-grid .wp-block-media-text:hover {
		background: var(--orange);
		border: 1px solid var(--orange);
		transition: all 0.2s ease;
	}
		
		.wp-block-group-is-layout-grid .wp-block-media-text:hover .wp-block-media-text__media img {
			filter: brightness(0) invert(1);
			transition: all 0.2s ease;
		}
		
	
.is-style-singleIconWithBorder  {
	gap: 25px 25px;
	padding-top: 15px !important;
}
	
	.is-style-singleIconWithBorder .first {
		background: var(--blue);
		color: #fff;
		padding: 20px 25px;
		box-sizing: border-box;
		border-radius: 8px;
		
		display: flex;
		align-items: center;
	}
	
		.is-style-singleIconWithBorder .first strong {
			font-weight: 600;
			font-size: 22px;
			line-height: 1.5;
		}
	
	.is-style-singleIconWithBorder .wp-block-media-text {
		border: 1px solid rgba(0 0 0 / 0.1);
		border-radius: 8px;
		
		padding: 25px;
		box-sizing: border-box;
		
		display: flex;
		align-items: center;
		gap: 20px;
		transition: all 0.2s ease;
	}
	
		.is-style-singleIconWithBorder .wp-block-media-text .wp-block-media-text__media {
			flex-basis: 45px;
			padding-top: 0;
		}
		
		.is-style-singleIconWithBorder .wp-block-media-text .wp-block-media-text__media img {
			transition: all 0.2s ease;
		}
		
		.is-style-singleIconWithBorder .wp-block-media-text .wp-block-media-text__media strong {
			padding-bottom: 0;
		}
		
		.is-style-singleIconWithBorder .wp-block-media-text .wp-block-media-text__content {
			padding: 0;
			flex-basis: 90%;
		}
	
	.is-style-singleIconWithBorder .wp-block-media-text:hover {
		background: var(--orange);
		border: 1px solid var(--orange);
		color: #fff;
		transition: all 0.2s ease;
	}
		
		.is-style-singleIconWithBorder .wp-block-media-text:hover .wp-block-media-text__media img {
			filter: unset;
			transition: all 0.2s ease;
		}
		
		
.smIcons {
	justify-content: center;
	gap: 25px;
	padding: 10px 0 15px 0;
}
		
		
#zespolBox {
	padding: 150px 0 0 0;
}
	
#zespol {
	display: grid; 
	grid-template-columns: repeat(4, 1fr); 
	grid-auto-rows: auto;
	gap: 30px 30px; 
}
	
	#zespol .zespolIntro {
		grid-column: span 2;
		padding-right: 20%;
	}
	
		#zespol .zespolIntro h2 {
			padding-bottom: 20px;
		}
			
		#zespol .zespolIntro .wp-block-button {
			padding-top: 50px;
		}
			
			#zespol .zespolIntro .wp-block-button a {
				display: inline-block;
			}

	
	#zespol .zespolDolacz {
		border: 1px solid #DFDFDF;
		padding: 30px 30px;
		box-sizing: border-box;
		border-radius: 8px;
		
		display: flex;
		flex-direction: column;
	}
	
		#zespol .zespolDolacz .header {
			padding-bottom: 20px;
			font-family: "all-round-gothic", sans-serif;
			color: var(--black);
			font-size: 40px;
			font-weight: 600;
			line-height: 1.2;
		}
			
		#zespol .zespolDolacz .wp-block-button {
			padding-top: 50px;
			margin-top: auto;
		}
			
			#zespol .zespolDolacz .wp-block-button a {
				display: inline-block;
				width: 100%;
				padding: 12px 15px;
			}
			
@media screen and (max-width: 1200px) {
	#zespol {
		grid-auto-rows: auto;
	}
	
	#zespol .zespolIntro {
		grid-column: span 4;
		padding: 0 0 20px 0;
	}
	
	#zespol .zespolDolacz {
		grid-column: span 4;
		text-align: center;
	}
	
	#zespol .zespolDolacz .wp-block-button a {
		width: auto;
	}
}


.osoba {
	position: relative;
	border: 1px solid #DFDFDF;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 8px;
	overflow: hidden;
}
	
	.osoba > figure {
		display: block;
		width: 100%;
		height: auto;
		aspect-ratio: 320 / 340;
		border-radius: 4px;
		box-sizing: border-box;
		margin-bottom: 20px;
	}
				
		.osoba > figure img {
			display: block;
			width: 100%;
			height: 100%;
			object-fit: cover;
			object-position: 50% 50%;
		}
				
		.osoba .desc {
			text-align: center;
			padding: 0 0 5px 0;
			color: #586171;
			font-weight: 400;
			line-height: 1.2;
		}
				
			.osoba .desc strong {
				font-weight: 400;
			}
					
		.osoba .name {
			text-align: center;
			color: var(--txt);
			font-weight: 600;
		}
		
	.osoba .hovered {
		position: absolute;
		left: 0;
		top: -100%;
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		background: rgb(242 94 42 / 80%);
		border-radius: 7px;
		padding: 30px 20px;
		box-sizing: border-box;
		transition: all 0.4s ease-in-out;
	}
	
		.osoba .hovered .name {
			font-family: "all-round-gothic", sans-serif;
			color: #fff;
			font-size: 30px;
			line-height: 1.2;
			text-align: left;
		}
	
		.osoba .hovered .desc {
			color: #fff;
			font-size: 16px;
			line-height: 1.5;
			font-weight: 400;
			text-align: left;
		}
		
		.osoba .hovered .footer {
			margin-top: auto;
			
			display: block;
			width: 100%;
			position: relative;
		}
			
			.osoba .hovered object {
				overflow: auto;
			}
			
			.osoba .hovered .contact {
				position: absolute;
				left: 0;
				bottom: 0;
			}
			
				.osoba .hovered .contact object a {
					margin-top: 10px;
				}
			
			.osoba .hovered .wiecej {
				position: absolute;
				right: 0;
				bottom: 0;
			}
			
			.osoba .hovered .footer a {
				position: relative;
				z-index: 1;
				display: flex;
				align-items: center;
				justify-content: center;
				padding: 0;
				
				width: 45px;
				height: 45px;
				max-width: 45px;
				background: #fff;
				border-radius: 50%;				
			}
			
			.osoba .hovered .footer a span {
				position: absolute;
				top: 0;
				height: 100%;
				z-index: -1;
				font-size: 14px;
				white-space: nowrap;
				
				display: flex;
				align-items: center;
				box-sizing: border-box;
				background: #fff;
				border-radius: 30px;
				
				padding: 10px 0 10px 0;
				opacity: 0;
				max-width: 0;
				transition: all 0.2s ease;
			}
			
			.osoba .hovered .footer .contact a span {
				left: 0;
			}
			
			.osoba .hovered .footer .wiecej a span {
				right: 0;
			}
			
			.osoba .hovered .footer figure {
				display: flex;
				align-items: center;
				justify-content: center;
				width: 45px;
				height: 45px;
			}
				
.osoba:hover {
	border: 1px solid var(--orange);
}
			
	.osoba:hover .hovered {
		top: 0;
		transition: all 0.4s ease-in-out;
	}
			
			
	.osoba .hovered .footer a:hover span {
		opacity: 1;
		max-width: 400px;
		transition: all 0.2s ease;
	}
	
	.osoba .hovered .footer .contact a:hover span {
		padding: 10px 15px 10px 40px;
	}
	
	.osoba .hovered .footer .wiecej a:hover span {
		padding: 10px 40px 10px 15px;
	}
	
#intro_kontakt {
	background: var(--darkblue);
	padding-top: 190px;
	color: #fff;
	padding-bottom: 80px;
}

	#intro_kontakt h1 {
		color: #fff;
		line-height: 1;
		padding-bottom: 30px;
		font-weight: 400;
	}

		#intro_kontakt h1 strong {
			padding-bottom: 0;
			font-weight: 600;
		}
	

		#intro_kontakt .introContentLeft ul.wp-block-list {
			list-style: none;
			margin: 30px 0;
			padding: 0;
		}
		
			#intro_kontakt .introContentLeft ul.wp-block-list li {
				margin: 10px 0;
				padding: 15px 15px 15px 60px;
				
				font-weight: 600;
				
				background-image: url(../graf/ico_checkWhite.svg);
				background-repeat: no-repeat;
				background-size: 20px auto;
				background-position: 20px 18px;
				
				border: 1px solid #2A3445;
				border-radius: 8px;
			}
	
		#intro_kontakt .introContentLeft .wp-block-gallery {
			display: flex;
			justify-content: flex-start;
			gap: 20px;
		}
		
			#intro_kontakt .introContentLeft .wp-block-gallery .wp-block-image {
				width: auto !important;
				flex-basis: auto;
				flex-grow: unset;
			}
		
			#intro_kontakt .introContentLeft .wp-block-gallery .wp-block-image a {
				
			}
		
				#intro_kontakt .introContentLeft .wp-block-gallery .wp-block-image a img {
					width: 24px;
					height: 24px;
					transition: all 0.2s ease;
				}
				
				#intro_kontakt .introContentLeft .wp-block-gallery .wp-block-image a:hover img {
					filter: brightness(0) invert(1);
					transition: all 0.2s ease;
				}
					
		#intro_kontakt .introContentRight {
			align-self: flex-start;
			
			background: #fff;
			padding: 50px 40px;
			box-sizing: border-box;
			border-radius: 8px;
		}

			#intro_kontakt .introContentRight h2 {
				color: var(--txt);
				padding: 0 0 25px 0;
				margin-bottom: 25px;
				border-bottom: 1px solid #DFDFDF;
				font-weight: 400;
			}
		
				#intro_kontakt .introContentRight h2 strong {
					font-weight: 600;
				}
				
			#intro_kontakt .introContentRight .wp-block-media-text {
				grid-template-columns: 40px auto !important;
				padding: 0 0 15px 0;
				border: 0;
				gap: 15px;
			}
			
				#intro_kontakt .introContentRight .wp-block-media-text .wp-block-media-text__media {
					padding: 0;
				}
				
				#intro_kontakt .introContentRight .wp-block-media-text .wp-block-media-text__content {
					padding: 0;
					align-self: center;
				}
				
				#intro_kontakt .introContentRight .wp-block-media-text a {
					font-weight: bold;
					font-size: 18px;
				}

			#intro_kontakt .introContentRight .wp-block-media-text:hover {
				background: unset;
				border: 0;
			}
			
				#intro_kontakt .introContentRight .wp-block-media-text:hover .wp-block-media-text__media img {
					filter: unset;
				}
			
			#intro_kontakt .introContentRight .wp-block-buttons {
				padding-top: 10px;
			}
				
				#intro_kontakt .introContentRight .wp-block-button {
					flex-grow: 1;
				}
				
				#intro_kontakt .introContentRight .wp-block-button em {
					font-style: normal;
					padding-left: 30px;
					
					background-size: 20px auto;
					background-repeat: no-repeat;
					background-position: 0 50%;
				}
				
				#intro_kontakt .introContentRight .wp-block-button.kontakt em {
					background-image: url(../graf/ico_kontakt.svg);
				}
				
				#intro_kontakt .introContentRight .wp-block-button.brief em {
					background-image: url(../graf/ico_brief.svg);
				}
	
				
#introKontakt2 {
	
}
						
	#introKontakt2 .wp-block-columns {
		justify-content: space-between;
		padding-bottom: 50px;
	}
					
	#introKontakt2 .wp-block-column:first-child {
		flex-basis: 40%;
		flex-grow: unset;
	}
	
		#introKontakt2 .wp-block-column:first-child .borderGrey {
			margin: 10px 0 20px 0;
		}
	
	#introKontakt2 .wp-block-column:last-child {
		flex-basis: 50%;
		flex-grow: unset;
	}
		
		
#rozpoczecieWspolpracy {
	padding: 80px 0;
}

	#rozpoczecieWspolpracy .wp-block-columns {
		padding-top: 40px;
		gap: 35px;
	}
	
		#rozpoczecieWspolpracy .wp-block-column {
			position: relative;
			background: #fff;
			padding: 30px;
			box-sizing: border-box;
			box-shadow: 0px 15px 30px 2px rgba(29, 63, 121, 0.05);
			border-radius: 8px;	
			font-weight: 500;
			
			display: flex;
			flex-direction: column;
			align-items: flex-start;
			line-height: 1.4;
			font-size: 14px;
			gap: 20px;
		}
		
			#rozpoczecieWspolpracy .wp-block-column:not(:first-child):before {
				content: "";
				display: block;
				width: 12px;
				height: 8px;
				
				position: absolute;
				top: 50%;
				left: -23px;
				transform: translateY(-50%);
				
				background-image: url(../graf/ico_arrow.svg);
				background-repeat: no-repeat;
				background-position: 50% 50%;
				background-size: contain;
			}
			
			#rozpoczecieWspolpracy .wp-block-column .header {
				display: flex;
				width: 100%;
				align-items: center;
				gap: 15px;
				box-sizing: border-box;
				padding-bottom: 5px;
				
				color: var(--orange);
			}
			
				#rozpoczecieWspolpracy .wp-block-column .header strong {
					
				}
				
				#rozpoczecieWspolpracy .wp-block-column .header em {
					display: flex;
					align-items: center;
					justify-content: center;
					aspect-ratio: 1 / 1;
					padding: 1px 0 0 0;
					box-sizing: border-box;
					
					font-style: normal;
					border-radius: 50%;
					border: 2px solid var(--orange);
					width: 29px;
					flex-basis: 29px;
					height: 29px;
				}
				
				#rozpoczecieWspolpracy .wp-block-column .header img {
					margin-left: auto;
				}
			
@media screen and (max-width: 1300px) {
	#rozpoczecieWspolpracy .wp-block-columns {
		display: grid; 
		grid-template-columns: repeat(2, 1fr); 
		grid-template-rows: repeat(2, 1fr); 
		gap: 50px 50px; 
	}
	
	#rozpoczecieWspolpracy .wp-block-column:nth-child(4) {
		order: 3;
	}
	
		#rozpoczecieWspolpracy .wp-block-column:nth-child(4):before {
			transform: rotate(180deg);
			right: -30px;
			left: unset;
		}
	
	#rozpoczecieWspolpracy .wp-block-column:nth-child(3) {
		order: 4;
	}
	
		#rozpoczecieWspolpracy .wp-block-column:nth-child(3):before {
			transform: rotate(90deg);
			left: 50% !important;
			top: -25px;
			left: unset;
		}

		
}
			
			
#daneKontaktowe {
	padding: 80px 0;
}

	#daneKontaktowe > .wp-block-columns {
		align-items: flex-start;
		gap: 5%;
	}
	
		#daneKontaktowe > .wp-block-columns > .wp-block-column:first-child {
			line-height: 2.2;
		}
			
		#daneKontaktowe > .wp-block-columns > .wp-block-column:first-child .kontakt_box  {
			border: 1px solid #DFDFDF;
			border-radius: 8px;
			margin: 10px 0;
			padding: 10px 15px;
			box-sizing: border-box;
		}
	
			#daneKontaktowe > .wp-block-columns > .wp-block-column:first-child em {
				font-style: normal;
				color: var(--orange);
			}
			
			#daneKontaktowe > .wp-block-columns > .wp-block-column:first-child a:hover {
				color: var(--orange);
			}
			
			#daneKontaktowe > .wp-block-columns > .wp-block-column:first-child p {
				padding-top: 2px;
				padding-bottom: 2px;
			}
					
				#daneKontaktowe > .wp-block-columns > .wp-block-column:first-child .gps a {
					color: var(--orange);
				}
				
				#daneKontaktowe > .wp-block-columns > .wp-block-column:first-child .gps a:hover {
					color: var(--blue);
				}
				
				#daneKontaktowe > .wp-block-columns > .wp-block-column:first-child .wp-block-columns {
					padding-top: 30px;
				}
				
					#daneKontaktowe > .wp-block-columns > .wp-block-column:first-child .wp-block-columns .wp-block-column:first-child {
						flex-basis: 35%;
					}
				
					#daneKontaktowe > .wp-block-columns > .wp-block-column:first-child .wp-block-columns .wp-block-column:last-child {
						flex-basis: 65%;
					}
					
					
		#daneKontaktowe > .wp-block-columns > .wp-block-column:last-child {
			padding: 60px 70px;
			box-sizing: border-box;
			background: #FFFFFF;
			box-shadow: 0px 15px 30px 2px rgba(29, 63, 121, 0.05);
			border-radius: 8px;
		}
		
			#daneKontaktowe > .wp-block-columns > .wp-block-column:last-child h3 {
				padding-bottom: 10px;
			}
		
@media screen and (max-width: 1200px) {
	#daneKontaktowe > .wp-block-columns > .wp-block-column:last-child {
		padding: 30px 40px;
	}
}
		
#content.page.oferta {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

	#content.page.oferta:before {
		content: "";
		display: block;
		width: 50%;
		height: 100%;
		background: #fff;
		
		position: absolute;
		z-index: -1;
		left: 0;
		top: 0;
	}

	#content.page.oferta:after {
		content: "";
		display: block;
		width: 50%;
		height: 100%;
		background: #f7f7f7;
		
		position: absolute;
		z-index: -1;
		right: 0;
		top: 0;
	}

		
#oferta_cols {
	position: relative;
	z-index: 1;
	position: unset;

	display: grid; 
	grid-auto-columns: 1fr; 
	grid-template-columns: 1fr 550px 550px 550px 1fr; 
	gap: 0px 0px; 
	grid-template-areas: "content content content form form";
}

@media screen and (max-width: 1650px) {
	#oferta_cols {
		grid-template-columns: 1fr 1fr 1fr; 
		grid-template-areas: "content content form";
	}
}
			
	#oferta_cols .oferta_content {
		grid-area: content;
		
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		
		box-sizing: border-box;
		background: #fff;
		
		position: relative;
		z-index: 1;
	}

		#oferta_cols #breadcrumbs {
			padding: 40px 0 0 3%;
		}
		
		#oferta_cols .is-style-fit {
			width: 100%;
			max-width: 100%;
			display: flex;
			flex-direction: column;
			align-items: flex-end;
			padding-left: 0 !important;
			padding-right: 0 !important;
		}

		#oferta_cols .is-style-fit > *:not(.wp-block-separator) {
			box-sizing: border-box;
			width: 100%;
			max-width: 1100px;
			box-sizing: border-box;
			padding-right: 50px;
			padding-left: 40px;
			margin: 0 0 0 0 !important;
		}
		
		@media screen and (max-width: 1650px) {
			#oferta_cols .is-style-fit > *:not(.wp-block-separator) {
				padding-left: 3%;
			}
		}
		
		@media screen and (max-width: 1350px) {
			#oferta_cols .is-style-fit > *:not(.wp-block-separator) {
				padding-right: 25px;
			}
		}
		
		#oferta_cols .oferta_content > *:not(.wp-block-separator) {
			box-sizing: border-box;
			width: 100%;
			max-width: 1100px;
			padding-right: 40px;
			padding-left: 50px;
			box-sizing: border-box;
			padding: 40px 50px 40px 40px;
		}

		#oferta_cols .oferta_content figure.img_separator {
			position: relative;
			width: 100%;
			height: 150px;
			max-width: 100%;
			padding: 0;
			transform: unset;
		}
	
			#oferta_cols .oferta_content figure.img_separator img {
				position: absolute;
				left: 50%;
				top: 50%;
				transform: translate(-50%, -50%);
				width: 100% !important;
				height: auto !important;
				max-width: auto !important;
			}

		#oferta_cols #kompleksowaOferta {
			z-index: 1;
			margin: 0 0;
			padding: 60px 0 80px 0;
			background-color: var(--darkblue);
			
			color: #fff;
		}

			#oferta_cols #kompleksowaOferta h2 {
				color: #fff;
			}
			
		#oferta_cols #korzysci {
			z-index: 1;
			margin: 0 0;
			padding-top: 60px;
			padding-bottom: 60px;
			background-color: var(--darkblue);
			
			color: #fff;
		}

			#oferta_cols #korzysci h2 {
				color: #fff;
			}
			
			#oferta_cols #korzysci ul li {
				border: 1px solid rgba(255 255 255 / 0.1);
			}
			
		#oferta_cols .oferta_content_bottom {
			box-sizing: border-box;
		}
		
		#oferta_cols .oferta_content_bottom .oferta_content_bottom_boxes  {
			display: flex;
			flex-direction: column;
			gap: 25px;
			padding-top: 25px;
		}

		#intro_oferta {
			width: 100%;
			padding-bottom: 40px;
		}

						
			#intro_oferta .is-layout-grid {
				width: 100%;
				display: grid; 
				grid-auto-columns: 1fr; 
				grid-template-columns: auto 40%; 
				grid-template-rows: auto auto; 
				gap: 0px 20px; 
				padding-top: 0;
			}
			
			#intro_oferta .ofertaHeader {
				
			}
			
			#intro_oferta .ofertaTxt {
				
			}
			
				#intro_oferta .wp-block-gallery {
					padding-top: 30px;
					display: flex;
					align-items: center;
					justify-content: space-between;
					gap: 30px;
					flex-wrap: nowrap;
					border-bottom: 1px solid #ddd;
					padding-bottom: 20px;
				}
			
					#intro_oferta .wp-block-gallery figure {
						align-self: center;
						width: unset !important;
						margin: 0 !important;
						height: 60px;
						max-width: 130px;
					}
					
						#intro_oferta .wp-block-gallery figure img {
							display: block;
							width: 100%;
							height: 100%;
							object-fit: contain;
							object-position: 50% 50%;
						}
						

				#intro_oferta .wp-block-gallery.columns-6 {
					flex-wrap: wrap;
					justify-content: center;
				}
					
					#intro_oferta .wp-block-gallery.columns-6 figure {
						flex-basis: 20%;
					}
					
			#intro_oferta .ofertaImg {
				grid-row: span 2;
				align-self: flex-start;
			}
			

				#intro_oferta .ofertaImg figure.intro_ico {
					display: block;
					width: 90px;
					height: 90px;
					
					position: absolute;
					right: 60px;
					bottom: 40px;
				}
				
			@media screen and (max-width: 1200px) {	
				#intro_oferta .ofertaImg figure.intro_ico {
					width: 70px;
					height: 70px;
					
					right: 45px;
					bottom: 30px;
				}
			}
	
			
	#oferta_cols .oferta_form {
		grid-area: form;
		padding-left: 20px;
		padding-bottom: 30px;
		padding-right: 0;
		padding-top: 20px;
		box-sizing: border-box;
		
		background: #f7f7f7;
	}
	
	#oferta_cols .oferta_form .oferta_form_inner {
		position: relative;
		width: 100%;
		height: 100%;
		max-width: calc(530px - 3vw);
		padding-right: 0;
		box-sizing: border-box;
	}
			
	#oferta_cols .wpcf7 {
		background: #FFFFFF;
		box-shadow: 0px 15px 30px 2px rgba(29, 63, 121, 0.05);
		border-radius: 8px;
		padding: 20px;
		box-sizing: border-box;
	}
					
		.oferta_form .header {
			font-family: "all-round-gothic", sans-serif;
			font-size: 20px;
			font-weight: 600;
			line-height: 1.4;
		}
		
		.oferta_form .txt {
			padding: 10px 0;
			font-size: 14px;
			color: #586171;
			line-height: 1.4;
		}

		.oferta_form .listaUslug {
			border: 1px solid #BFBFBF;
			padding: 9px 15px;
			background: #fff;
			color: var(--txt);
			box-sizing: border-box;
			border-radius: 8px;
			width: 100%;
			font-size: 14px;
		}

			.oferta_form .listaUslug .listaUslugHeader {
				position: relative;
				padding: 5px 25px 5px 0;
				box-sizing: border-box;
				line-height: 1.3;
				
				display: flex;
				gap: 10px;
				width: 100%;
				cursor: pointer;				
			}
			
			.oferta_form .listaUslug .listaUslugHeader:after {
				content: "";
				display: block;
				width: 15px;
				height: 15px;
				
				position: absolute;
				right: 0;
				top: 7px;
				
				background-image: url(../graf/ico_arrowBottom.svg);
				background-size: contain;
				background-position: 50% 50%;
				background-repeat: no-repeat;
				transition: all 0.2s ease;
			}

			.oferta_form .listaUslug.on .listaUslugHeader:after {
				transform: rotate(180deg);
				transition: all 0.2s ease;
			}
			
			.oferta_form .listaUslug .listaUslugMore {
				padding: 0 0;
				max-height: 0;
				overflow: hidden;
				opacity: 0;
				transition: all 0.2s ease;
			}
			
			.oferta_form .listaUslug.on .listaUslugMore {
				padding: 10px 0;
				max-height: 500px;
				opacity: 1;
				transition: all 0.2s ease;
			}				
				
				.oferta_form .listaUslug .listaUslugMore .wpcf7-checkbox {
					display: flex;
					flex-direction: column;
					gap: 3px;
				}
				
				.oferta_form .listaUslug .listaUslugMore .wpcf7-checkbox .wpcf7-list-item label {
					display: block;
					position: relative;
					margin: 0;
					padding: 7px;
					font-size: 14px;
					cursor: pointer;
					transition: all 0.2s ease;
				}
								
				.oferta_form .listaUslug .listaUslugMore .wpcf7-checkbox .wpcf7-list-item label:hover {
					background: #faf5f3;
					color: var(--orange);
					transition: all 0.2s ease;
				}
				
					.oferta_form .listaUslug .listaUslugMore .wpcf7-checkbox .wpcf7-list-item label input {
						position: absolute;
						box-sizing: border-box;
						opacity: 0;
					}
					
					.oferta_form .listaUslug .listaUslugMore .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
						position: relative;
						padding-left: 28px;
						box-sizing: border-box;
						display: block;
						width: 100%;
					}
					
					.oferta_form .listaUslug .listaUslugMore .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label:before {
						content: "";
						position: absolute;
						left: 2px;
						top: 2px;
						
						width: 15px;
						height: 15px;
						border-radius: 5px;
						background-color: #fff;
						background-image: url(../graf/ico_checkSimple.svg);
						background-repeat: no-repeat;
						background-position: 50% 50%;
						border: 1px solid #BFBFBF;
					}
					
					
					.oferta_form .listaUslug .listaUslugMore .wpcf7-checkbox .wpcf7-list-item label input:checked + .wpcf7-list-item-label:before {
						background-color: var(--orange);
						border: 1px solid var(--orange);
					}

				
		.oferta_form span.wpcf7-acceptance span {
			font-size: 12px;
		}
		
		.oferta_form label {
			margin: 12px 0;
		}
		
		.oferta_form input,
		.oferta_form textarea {
			padding: 16px 15px 2px 15px;
			font-size: 14px;
		}
	
		.oferta_form textarea { 
			height: 90px;
		}
		
		.oferta_form .floating-label,
		.oferta_form .floating-label {
			top: 9px;
			font-size: 14px;
		}
		
		.oferta_form input:focus ~ .floating-label, 
		.oferta_form input:not(:placeholder-shown) ~ .floating-label, 
		.oferta_form textarea:focus ~ .floating-label, 
		.oferta_form textarea:not(:placeholder-shown) ~ .floating-label {
			top: 2px;
			color: #aaa;
		}
		
		.oferta_form .submit {
			padding-top: 15px;
		}
		
		.oferta_form button {
			display: block;
			width: 100%;
		}
		
		.wpcf7 form.error .wpcf7-response-output {
			background: #c00000;
			border: 0;
			font-size: 14px;
			text-align: center;
			color: #fff;
			line-height: 1.5;
			padding: 10px;
			border-radius: 5px;
			margin: 15px 0 0 0;
		}
		
		.wpcf7 form.invalid .wpcf7-response-output {
			background: #192743;
			border: 0;
			font-size: 14px;
			text-align: center;
			color: #fff;
			line-height: 1.5;
			padding: 10px;
			border-radius: 5px;
			margin: 15px 0 0 0;
		}
		
		.wpcf7 form.sent .wpcf7-response-output {
			background: #6db83f;
			border: 0;
			font-size: 14px;
			text-align: center;
			color: #fff;
			line-height: 1.5;
			padding: 10px;
			border-radius: 5px;
			margin: 15px 0 0 0;
		}

			
	.mediatext_2cols {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(2, 1fr);
		gap: 10px 30px;
	}		

		.mediatext_2cols .wp-block-media-text {
			grid-template-columns: 25px auto !important;
			padding: 20px;
		}
		
		.mediatext_2cols .wp-block-media-text .wp-block-media-text__content {
			align-self: flex-start !important;
		}
			
			
	@media screen and (max-width: 1250px) {
		.mediatext_2cols {
			gap: 10px 30px;
		}
	}
		
	
.oferta_content .mediatext_2cols .wp-block-media-text {
	border: 1px solid rgba(0 0 0 / 0.15);
	transition: all 0.2s ease;
}
	
.oferta_content .mediatext_2cols .wp-block-media-text:hover {
	background: #fff;
	border: 1px solid rgba(0 0 0 / 0.0);
	box-shadow: 0px 15px 30px 2px rgba(29, 63, 121, 0.05);
	transition: all 0.2s ease;
}
.oferta_content .mediatext_2cols .wp-block-media-text:hover img {
	filter: unset;
	transition: all 0.2s ease;
}



	
.doubleColsCheck {
	
}

	.doubleColsCheck .wp-block-group {
		padding-top: 20px;
	}
	
	.doubleColsCheck .first strong {
		display: flex;
		align-items: center;
	
		font-weight: 600;
		font-size: 22px;
		line-height: 1.5;
		background: var(--blue);
	}
		
	.doubleColsCheck .wp-block-media-text {
		display: grid;
		grid-template-columns: 25px auto !important;
		padding: 20px 25px;
		margin: 15px 0;
		border: 1px solid #DFDFDF;
		border-radius: 8px;
		gap: 0px;
		transition: all 0.2s ease;
	}

		.doubleColsCheck .wp-block-media-text .wp-block-media-text__media {
			align-self: flex-start;
		}
		
		.doubleColsCheck .wp-block-media-text .wp-block-media-text__media img {
			transition: all 0.2s ease;
		}
		
		.doubleColsCheck .wp-block-media-text .wp-block-media-text__content {
			padding: 0 0 0 15px;
			font-size: 14px;
		}
			
			.doubleColsCheck .wp-block-media-text .wp-block-media-text__content strong {
				font-weight: 600;
				display: inline;
			}
			
	.doubleColsCheck .wp-block-media-text:hover {
		background: var(--orange);
		border: 1px solid var(--orange);
		color: #fff;
		transition: all 0.2s ease;
	}
			
		.doubleColsCheck .wp-block-media-text:hover img {
			filter: brightness(0) invert(1);
			transition: all 0.2s ease;
		}
			
			
	@media screen and (max-width: 1250px) {
		.doubleColsCheck {
			gap: 10px 30px;
		}
	}
	
.narzedzia {
	
}

	.narzedzia .wp-block-group {
		padding-top: 20px;
		gap: 0px 30px;
	}
	
	.narzedzia .wp-block-media-text {
		display: grid;
		grid-template-columns: 40px auto !important;
		padding: 20px 25px;
		margin: 15px 0;
		border: 1px solid #DFDFDF;
		border-radius: 8px;
		gap: 0px;
		transition: all 0.2s ease;
	}

		.narzedzia .wp-block-media-text strong {
			display: block;
			padding: 0 0 0 0 !important;
		}

		.narzedzia .wp-block-media-text br {
			display: none;
		}
		
		.narzedzia .wp-block-media-text .wp-block-media-text__content {
			padding: 0 0 0 15px;
		}
		
	.narzedzia .wp-block-media-text:hover {
		background: #fff;
		border: 1px solid transparent;
		box-shadow: 0px 15px 30px 2px rgba(29, 63, 121, 0.1);
		transition: all 0.2sease;
	}
		
		.narzedzia .wp-block-media-text:hover figure img {
			filter: unset !important;
		}
		
.wp-block-uagb-faq {
	padding: 40px 0;
}	

	.wp-block-uagb-faq .wp-block-uagb-faq-child {
		border: 1px solid #BFBFBF;
		border-radius: 8px;
		transition: all 0.2s ease;
	}

	.wp-block-uagb-faq .wp-block-uagb-faq-child:hover {
		border: 1px solid var(--orange);
		transition: all 0.2s ease;
	}

		.wp-block-uagb-faq .wp-block-uagb-faq-child .uagb-faq-questions-button {
			padding: 20px;
			box-sizing: border-box;
		}
				
			.wp-block-uagb-faq .wp-block-uagb-faq-child .uagb-faq-questions-button .uagb-faq-icon-wrap {
				display: none !important;
			}
			
			
			.wp-block-uagb-faq .wp-block-uagb-faq-child .uagb-faq-questions-button .uagb-question {
				position: relative;
				font-weight: 500;
				padding-right: 40px;
				box-sizing: border-box;
			}
			
				.wp-block-uagb-faq .wp-block-uagb-faq-child .uagb-faq-questions-button .uagb-question:after {
					content: "";
					display: block;
					width: 26px;
					height: 26px;
					
					position: absolute;
					right: 0;
					top: 50%;
					transform: translateY(-50%) rotate(-90deg);
					border: 2px solid var(--orange);
					border-radius: 50%;
					
					background-image: url(../graf/ico_arrow_orange.svg);
					background-repeat: no-repeat;
					background-position: 50% 50%;
					transition: all 0.2s ease;
				}
				

				.wp-block-uagb-faq .wp-block-uagb-faq-child.uagb-faq-item-active .uagb-faq-questions-button .uagb-question:after {
					transform: translateY(-50%) rotate(90deg);
					transition: all 0.2s ease;
				}
				
				
		.wp-block-uagb-faq .wp-block-uagb-faq-child .uagb-faq-content {
			padding: 0 20px 20px 20px;
			font-size: 14px;
		}
				
				
			
.img_separator {
	position: absolute;
	z-index: -1;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	height: auto;
	aspect-ratio: 1024 / 295;
}

	.img_separator img {
		display: block;
		width: 100% !important;
		height: 100% !important;
		object-fit: contain;
		object-position: 50% 50%;
	}
	
	.img_separator.reverse img {
		transform: scale(-1, 1);
	}
	
#opinie {
	display: block;
	width: 100%;
	margin: 15px 0 30px 0;
	padding: 35px 30px;
	box-sizing: border-box;
	
	box-shadow: 0px 15px 30px 2px rgba(29, 63, 121, 0.05);
	background: #FFFFFF;
	border-radius: 8px;
	
	overflow: hidden;
	transition: all 0.2s ease;		
}
	#opinie .swiper-wrapper {
	    align-items: flex-start;
		transition: all 0.2s ease;		
	}
	
	.opinia {
		box-sizing: border-box;
	}
	
		#opinie #opinie_nav {
			position: relative;
			z-index: 5;
			display: flex;
			justify-content: space-between;
			padding-top: 25px;
			box-sizing: border-box;
		}
		
			#opinie #opinie_nav .opinie_prev {
				cursor: pointer;
				
				display: block;
				width: 27px;
				height: 27px;
				
				border: 2px solid var(--orange);
				border-radius: 50%;
				
				background-image: url(../graf/ico_arrow_orange.svg);
				background-repeat: no-repeat;
				background-position: 50% 50%;
				transition: all 0.2s ease;
			}
			
				#opinie #opinie_nav .opinie_prev:hover {
					background-color: var(--orange);
					background-image: url(../graf/ico_arrow_white.svg);
					transition: all 0.2s ease;
				}
		
			#opinie #opinie_nav .opinie_next {
				cursor: pointer;
				
				display: block;
				width: 27px;
				height: 27px;
				
				border: 2px solid var(--orange);
				border-radius: 50%;
				
				background-image: url(../graf/ico_arrow_orange.svg);
				background-repeat: no-repeat;
				background-position: 50% 50%;
				transform: rotate(180deg);
				transition: all 0.2s ease;
			}
			
				#opinie #opinie_nav .opinie_next:hover {
					background-color: var(--orange);
					background-image: url(../graf/ico_arrow_white.svg);
					transition: all 0.2s ease;
				}
			
		.opinia .opinia_header {
			display: grid; 
			grid-template-columns: 40px auto; 
			grid-template-rows: auto auto; 
			gap: 2px 15px; 
			align-items: center;
			
			padding-bottom: 20px;
		}

			.opinia .opinia_header .ico {
				grid-area: 1 / 1 / 3 / 2; 
				
				background: var(--orange);
				color: #fff;
				border-radius: 50%;
				display: block;
				width: 40px;
				height: 40px;
				
				display: flex;
				align-items: center;
				justify-content: center;
				font-size: 18px;
			}

			.opinia .opinia_header .name {
				grid-area: 1 / 2 / 2 / 3; 
				
				font-size: 14px;
				font-weight: 600;
			}
			

			.opinia .opinia_header .stars {
				grid-area: 2 / 2 / 3 / 3; 
				
				font-size: 14px;
				font-weight: 600;
			}
			
				.opinia .opinia_header .stars i.star {
					position: relative;

					display: inline-block;
					width: 0;
					height: 0;

					margin-left: .4em;
					margin-right: .9em;
					margin-bottom: 1.2em;

					border-right:  .3em solid transparent;
					border-bottom: .7em  solid #F2B32A;
					border-left:   .3em solid transparent;

					font-size: 8px;
				}
				
				.opinia .opinia_header .stars i.star:before,
				.opinia .opinia_header .stars i.star:after {
					content: '';

					display: block;
					width: 0;
					height: 0;

					position: absolute;
					top: .6em;
					left: -1em;

					border-right:  1em solid transparent;
					border-bottom: .7em  solid #F2B32A;
					border-left:   1em solid transparent;

					transform: rotate(-35deg);
				}

				.opinia .opinia_header .stars i.star:after {  
					transform: rotate(35deg);
				}

		.opinia .opinia_txt {
			
		}

			.opinia .opinia_txt .title {
				font-weight: 600;
				display: block;
				font-size: 18px;
				padding-bottom: 10px;
			}
			
			.opinia .opinia_txt .txt {
				font-size: 14px;
			}
		

#googleRating {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
	padding-top: 25px;
	line-height: 1;
}

#googleRating.grv2 {
	background: #fff;
	border-radius: 4px;
	display: flex;
	padding: 15px;
}

	#googleRating .rating {
		font-weight: 600;
		margin-left: 15px;
	}
	
	#googleRating .stars {
		display: flex;
		align-items: center;
		gap: 5px;
	}
		
		#googleRating .stars img {
			display: inline-block;
			margin: 0;
			padding: 0;
			width: 25px;
			height: auto;
		}
		
#opinieProd {
	flex-direction: column;
	align-items: flex-end;
}

	#opinieProd .opinieProdInner #opinie {
		width: 85%;
		margin: 20px 0 !important;
	}

		
#opinieHome {
	padding: 100px 0 70px 0;
}
			
#opinie3  {
	overflow: hidden;
	padding: 20px 15px 0 15px;
	box-sizing: border-box;
}

#opinie3 .swiper-wrapper {
}

#opinie3 .opinia {
	display: block;
	width: 100%;
	margin: 30px 0;
	padding: 35px 30px;
	box-sizing: border-box;
	
	box-shadow: 0px 10px 15px 2px rgba(29, 63, 121, 0.05);
	background: #FFFFFF;
	border-radius: 8px;
	
	overflow: hidden;
	transition: all 0.2s ease;	
}
			
			
			
.tabsLeft.wp-block-uagb-tabs {
	padding: 60px 0;
	gap: 20px;
}
	
	.tabsLeft.wp-block-uagb-tabs .uagb-tabs__panel {
		width: 30%;
		min-width: 30% !important;
		max-width: 30% !important;
	}
	
	.tabsLeft.wp-block-uagb-tabs li.uagb-tab {
		border: 0 !important;
		text-align: left;
		margin-right: 0 !important;
		padding: 5px 0 5px 0;
	}
					
		.tabsLeft.wp-block-uagb-tabs li.uagb-tab a {
			text-decoration: none;
			font-weight: 500;
			padding: 8px 35px 8px 15px !important;
			box-sizing: border-box;
			border-radius: 20px;
			line-height: 1.5; 
			border: 1px solid #DFDFDF;
		}
			
			.tabsLeft.wp-block-uagb-tabs li.uagb-tab a:after {
				content: "";
				display: block;
				width: 15px;
				height: 15px;
				
				position: absolute;
				right: 18px;
				top: 12px;
			
				background-image: url(../graf/ico_arrow_white.svg);
				background-repeat: no-repeat;
				background-position: 50% 50%;
				
				filter: brightness(0);
				transform: rotate(180deg);
				transition: all 0.2s ease;
			}
		
		.tabsLeft.wp-block-uagb-tabs li.uagb-tab.uagb-tabs__active a,
		.tabsLeft.wp-block-uagb-tabs li.uagb-tab a:hover {
			background: var(--orange);
			color: #fff !important;
		}
		
			.tabsLeft.wp-block-uagb-tabs li.uagb-tab.uagb-tabs__active a:after,
			.tabsLeft.wp-block-uagb-tabs li.uagb-tab a:hover:after {
				right: 14px;
				filter: brightness(1);
				transition: all 0.2s ease;
			}
		

	.tabsLeft .uagb-tabs__body-wrap {
		font-size: 14px;
		border: 0 !important;
		padding: 20px !important;
		box-sizing: border-box;
		background: #FFFFFF;
		box-shadow: 0px 15px 30px 2px rgba(29, 63, 121, 0.05);
		border-radius: 8px;

	}

		.tabsLeft .uagb-tabs__body-wrap .wp-block-buttons {
			gap: 10px;
		}
		
		.tabsLeft .uagb-tabs__body-wrap .wp-block-buttons a {
			font-size: 14px;
			padding: 10px 30px;
		}
				
		.tabsLeft .uagb-tabs__body-wrap .arrow a {
			position: relative;
			display: block;
			padding-right: 30px;
			color: var(--orange);
			font-weight: 500;
			text-decoration: none;
		
		}
			
			.tabsLeft .uagb-tabs__body-wrap .arrow a:after {
				content: "";
				display: block;
				width: 20px;
				height: 20px;
				
				position: absolute;
				right: 0;
				top: 3px;
				
				background-image: url(../graf/ico_arrow_orange.svg);
				background-repeat: no-repeat;
				background-position: 100% 50%;
				transform: rotate(180deg);
				transition: all 0.2s ease;
			}
			
		.tabsLeft .uagb-tabs__body-wrap .arrow a:hover {
			color: var(--blue);
		}
			
			.tabsLeft .uagb-tabs__body-wrap .arrow a:hover:after {
				background-image: url(../graf/ico_arrow_blue.svg);
				transition: all 0.2s ease;
			}
			
			
#jakWygladaWspolpraca {
	display: flex;
	flex-direction: column;
	gap: 50px;
}

	#jakWygladaWspolpraca .wp-block-media-text {
		display: flex;
		width: 100%;
		gap: 50px !important;
		background: #FFFFFF;
		border: 1px solid #DFDFDF;
		padding: 30px 50px !important;
		box-sizing: border-box;
		box-shadow: 0px 15px 30px 2px rgba(29, 63, 121, 0.1);
	}

	#jakWygladaWspolpraca .wp-block-media-text:before {
		
	}
	
	
		#jakWygladaWspolpraca .wp-block-media-text .wp-block-media-text__content {
			padding: 0;
			flex-grow: 1;
		}
	
			#jakWygladaWspolpraca .wp-block-media-text .wp-block-media-text__content em {
				position: absolute;
				color: #fff;
				top: -40px;
				left: 20px;
				
				width: 40px;
				height: 40px;
				aspect-ratio: 1 / 1;
				border-radius: 30px 30px 0 0;
				
				display: flex;
				align-items: center;
				justify-content: center;
				
				font-style: normal;
				z-index: 1;
				font-weight: 500;
				font-size: 18px;
				background: #fff;
				border-left: 1px solid #DFDFDF;
				border-top: 1px solid #DFDFDF;
				border-right: 1px solid #DFDFDF;
			}
			
			#jakWygladaWspolpraca .wp-block-media-text:nth-child(2) .wp-block-media-text__content em {
				left: 70px;
			}
			
			#jakWygladaWspolpraca .wp-block-media-text:nth-child(3) .wp-block-media-text__content em {
				left: 120px;
			}
			
			#jakWygladaWspolpraca .wp-block-media-text:nth-child(4) .wp-block-media-text__content em {
				left: 170px;
			}
			
			#jakWygladaWspolpraca .wp-block-media-text:nth-child(5) .wp-block-media-text__content em {
				left: 220px;
			}
			
			#jakWygladaWspolpraca .wp-block-media-text:nth-child(6) .wp-block-media-text__content em {
				left: 270px;
			}
			
				#jakWygladaWspolpraca .wp-block-media-text .wp-block-media-text__content em:before {
					content: "";
					display: block;
					width: calc(100% - 10px);
					height: calc(100% - 10px);
					background: var(--orange);
					border-radius: 50%;
					aspect-ratio: 1 / 1;
					
					position: absolute;
					left: 5px;
					top: 5px;
					z-index: -1;
				}
				
				
			#jakWygladaWspolpraca .wp-block-media-text .wp-block-media-text__content h3 {
				padding: 0 0 10px 0;
				font-size: 20px;
			}
	
		#jakWygladaWspolpraca .wp-block-media-text figure.wp-block-media-text__media {
			flex-basis: 60px;
			min-width: 60px;
		}
		
.najczesciejWybieraneContent {
	display: grid;
	grid-auto-columns: 1fr;
	grid-template-columns: 40% 57%;
	grid-template-rows: auto 1fr;
	gap: 25px 3%;
	grid-template-areas:
		"header slider"
		"titles slider";
	padding: 80px 20px 20px 30px !important;
}

		
	.najczesciejWybieraneContent h2 {
		grid-area: header;
		width: 100%;
		padding: 0 0 0 0;
		align-self: flex-start;
	}
		
	.najczesciejWybieraneContent #wybieraneUslugiList {
		grid-area: titles;
		width: 100%;
	}
		
		.najczesciejWybieraneContent #wybieraneUslugiList .swiper-wrapper {
			display: flex;
			flex-direction: column;
			gap: 12px;
		}
		
		.najczesciejWybieraneContent #wybieraneUslugiList .swiper-wrapper .swiper-slide {
			position: relative;
			display: block;
			width: 100% !important;
			padding: 12px 50px 12px 20px;
			box-sizing: border-box;
			border: 1px solid #DFDFDF;
			border-radius: 30px;
			font-weight: 500;
			line-height: 1.4;
			text-align: left;
			cursor: pointer;
			transition: all 0.2s ease;
		}
				
			.najczesciejWybieraneContent #wybieraneUslugiList .swiper-wrapper .swiper-slide:after {
				content: "";
				display: block;
				width: 15px;
				height: 8px;
				
				position: absolute;
				right: 20px;
				top: 50%;
				
				background-image: url(../graf/ico_arrow_dark.svg);
				background-repeat: no-repeat;
				background-size: contain;
				background-position: 50% 50%;
				transform: translateY(-50%);
				transition: all 0.2s ease;
				transition: all 0.2s ease;
			}
			
			.najczesciejWybieraneContent #wybieraneUslugiList .swiper-wrapper .swiper-slide:hover {
				border: 1px solid var(--orange);
				color: var(--orange);
				transition: all 0.2s ease;
			}
				
				.najczesciejWybieraneContent #wybieraneUslugiList .swiper-wrapper .swiper-slide:hover:after {
					background-image: url(../graf/ico_arrow_orange2.svg);
					right: 15px;
					transition: all 0.2s ease;
				}
			
			.najczesciejWybieraneContent #wybieraneUslugiList .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
				background: var(--orange);
				color: #fff;
			}
				
				.najczesciejWybieraneContent #wybieraneUslugiList .swiper-wrapper .swiper-slide.swiper-slide-thumb-active:after {
					filter: brightness(0) invert(1);
					transition: all 0.2s ease;
				}


	.najczesciejWybieraneContent #wybieraneUslugiDetails {
		grid-area: slider;
		width: 100%;
		
		overflow: hidden;
	}
		
		.najczesciejWybieraneContent #wybieraneUslugiSlider .swiper-wrapper {
			position: relative;
			overflow: hidden;
		}
		
		.najczesciejWybieraneContent #wybieraneUslugiSlider .swiper-slide {
			padding: 10px 30px 50px 25px;
			box-sizing: border-box;
			visibility: hidden;
			transition: all 0.2s ease;
		}
		
		.najczesciejWybieraneContent #wybieraneUslugiSlider .swiper-slide-active {
			visibility: visible;
		}
			
			.najczesciejWybieraneContent #wybieraneUslugiSlider .boxInner {
				width: 100%;
				border: 0;
				background: #FFFFFF;
				box-shadow: 0px 15px 30px 2px rgba(29, 63, 121, 0.05);
				border-radius: 8px;
				padding: 30px;
				box-sizing: border-box;
				transition: all 0.2s ease;
			}
			
				.najczesciejWybieraneContent #wybieraneUslugiSlider .boxInner h3 {
					color: var(--orange);
					padding-top: 0;
					padding-bottom: 20px;
					margin-bottom: 20px;
					border-bottom: 1px solid #DFDFDF;
				}
		
				.najczesciejWybieraneContent #wybieraneUslugiSlider .boxInner p {
					padding-bottom: 15px;
				}
					
				.najczesciejWybieraneContent #wybieraneUslugiSlider .boxInner .listaProduktow {
					display: flex;
					flex-wrap: wrap;
					gap: 10px 5px;
					padding-top: 15px;
				}
					
					.najczesciejWybieraneContent #wybieraneUslugiSlider .boxInner .listaProduktow a {
						background: #FAF5F3;
						color: var(--orange);
						border-radius: 30px;
						padding: 5px 10px;
						
						font-size: 14px;
						font-weight: 500;
					}
					
					.najczesciejWybieraneContent #wybieraneUslugiSlider .boxInner .listaProduktow a:hover {
						background: var(--orange);
						color: #fff;
					}
					

@media screen and (max-width: 1400px) {
	.najczesciejWybieraneContent {
		grid-template-columns: 38% 59%;
		gap: 25px 3%;
		padding: 40px 0 20px 20px !important;
	}
	
}
					
#naszeRezultatyOutter {
	position: relative;
	left: -1%;
	padding: 25px 1% 30px 1%;
	width: 101%;
}

#naszeRezultaty {
	position: relative;
	padding: 0 15px;
	box-sizing: border-box;
	overflow: hidden;
}

	#naszeRezultaty .naszeRezultaty_dots {
		display: flex;
		justify-content: center;
		padding: 30px 0 0 0;
		gap: 10px;
	}
			
		#naszeRezultaty .naszeRezultaty_dots .swiper-pagination-bullet {
			background: transparent;
			border: 1px solid var(--orange);
			width: 12px;
			height: 12px;
			box-sizing: border-box;
		}
		
		#naszeRezultaty .naszeRezultaty_dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
			background: var(--orange);
		}
		
		#oferta_cols #naszeRezultatyOutter + p.more {
			margin: 0 0 10px 0 !important;
		}
		
#realizacjeList {
	padding-top: 20px;
}

	#realizacjeList .realizacjeListInner {
		position: relative;
		display: grid; 
		grid-template-columns: repeat(3, 1fr); 
		gap: 30px 30px; 
	}
			
	#realizacjeList .realizacjeListInner .no-results {
		text-align: center;
		grid-column: span 3;
		margin: 30px 0;
	}
	
	#realizacjeList .pagination-wrapper {
		grid-column: span 3;
	}
			
#page_header.aktualnosci {
	position: relative;
	z-index: 5;
}

	#page_header.aktualnosci #page_header_inner > * {
		position: relative;
		top: 30px;
	}
	
	#page_header.aktualnosci #page_header_inner #breadcrumbs {
		padding-top: 10px;
	}
	
	#page_header.aktualnosci #page_header_inner .wp-block-columns {
		
	}

	#page_header.aktualnosci #page_header_inner .wp-block-column:first-child {
		display: flex;
		flex-direction: column;
		gap: 15px;
	}
	
		#page_header.aktualnosci #page_header_inner .wp-block-column:first-child h1 {
			margin-top: auto;
		}
	
#wyszukiwarka {
	margin-top: auto;
	
	display: flex;
	align-items: center;
	gap: 20px;
	padding-bottom: 5px;
}
		
	#wyszukiwarka .kategorie .select2 {
		width: 300px !important;
	}
		
		#wyszukiwarka .kategorie .select2 .select2-selection {
			background: #fff;
			font-size: 14px;
			border: 1px solid #F7F7F7 !important;
			box-shadow: 0px 15px 30px 2px rgba(29, 63, 121, 0.05);
			border-radius: 35px;
			padding: 10px 20px;
			height: 50px;
			box-sizing: border-box;
			transition: all 0.2s ease;
		}
		
		#wyszukiwarka .kategorie .select2 .select2-selection .select2-selection__arrow {
			position: absolute;
			top: 10px;
			right: 10px;
			transition: all 0.2s ease;
		}
		
		#wyszukiwarka .kategorie .select2.select2-container--below.select2-container--open .select2-selection {
			border-radius: 25px 25px 0 0;
			transition: all 0.2s ease;
		}
		
		#wyszukiwarka .kategorie .select2 .select2-selection__rendered {
			padding: 0;
		}
		
		#wyszukiwarka .kategorie .select2 .select2-selection__arrow {
			background-image: url(../graf/ico_arrowBottom.svg);
			background-size: 12px auto;
			background-repeat: no-repeat;
			background-position: 50% 50%;
			filter: brightness(0);
			transition: all 0.2s ease;
		}		
		
		#wyszukiwarka .kategorie .select2.select2-container--open .select2-selection__arrow {
			transform: scale(-1, -1);
			transition: all 0.2s ease;
		}
		
	#wyszukiwarka .szukaj {
		display: flex;
		align-items: center;
	}
		
		#wyszukiwarka a#showSearch {
			display: inline-block;
			width: 50px;
			height: 50px;
			
			background: #fff;
			border-bottom: 1px solid #F7F7F7;
			box-shadow: 0px 15px 30px 2px rgba(29, 63, 121, 0.05);
			box-sizing: border-box;
			padding: 5px;
			border-radius: 50%;
			display: flex;
			align-items: center;
			justify-content: center;
			opacity: 1;
			transition: all 0.2s ease;
		}

			#wyszukiwarka a#showSearch img {
				cursor: pointer;
				filter: brightness(0);
				transition: all 0.2s ease;
			}
			
			#wyszukiwarka a#showSearch:hover img {
				cursor: pointer;
				filter: brightness(1);
				transition: all 0.2s ease;
			}
		
		#wyszukiwarka a#showSearch.off {
			width: 0;
			padding: 5px 0;
			overflow: hidden;
			opacity: 0;
			transition: all 0.2s ease;
		}
		
		#wyszukiwarka .szukaj form {
			width: 0;
			overflow: hidden;
			
			background: #fff;
			border-bottom: 1px solid #F7F7F7;
			box-shadow: 0px 15px 30px 2px rgba(29, 63, 121, 0.05);
			border-radius: 35px;
			height: 50px;
			padding: 5px 0;
			box-sizing: border-box;
			
			display: flex;
			gap: 5px;
			align-items: center;
			
			transition: all 0.2s ease;
		}
		
		#wyszukiwarka .szukaj form.on {
			width: 250px;
			padding: 5px 20px;
		}
			
			#wyszukiwarka .szukaj form input {
				font-size: 14px;
				height: 40px;
				line-height: 40px;
			}
			
			#wyszukiwarka .szukaj form button {
				margin-left: auto;
				display: inline-flex;
				align-items: center;
				justify-content: center;
				padding: 10px 5px;
				height: 40px;
				background: unset;
				transition: all 0.2s ease;
			}
			
			#wyszukiwarka .szukaj form button:hover {
				cursor: pointer;
				filter: brightness(0);
				transition: all 0.2s ease;
			}
				
.blog .select2-container {
	
}	

	.blog .select2-container .select2-search {
		display: none !important;
	}
	
	.blog .select2-container .select2-dropdown {
		top: -1px;
		border: 0;
		box-shadow: 0px 5px 15px -5px rgba(29, 63, 121, 0.05);
	}
	
	.blog .select2-container .select2-dropdown.select2-dropdown--below {
		border-radius: 0 0 25px 25px;
	}
	
	.select2-container .select2-dropdown .select2-search {
		display: none;
	}
	
	.blog .select2-container .select2-dropdown ul {
		padding: 5px 0 15px 0;
	}
	
	.blog .select2-container .select2-dropdown ul li {
		padding: 7px 20px;
		margin: 2px 0;
		font-size: 14px;
		color: var(--black);
		transition: all 0.2s ease;
	}
	
	.blog .select2-container .select2-dropdown ul li.select2-results__option--highlighted {
		background: unset;
		color: var(--black);
	}
	
	.blog .select2-container .select2-dropdown ul li[aria-selected="true"] {
		background: unset;
		color: var(--black);
		font-weight: 600;
		transition: all 0.2s ease;
	}
	
	.blog .select2-container .select2-dropdown ul li:hover {
		background: #FAF5F3;
		color: var(--orange);
		transition: all 0.2s ease;
	}
	
	
#aktualnosci_box {
	position: relative;
	background: #fff;
	padding-top: 30px;
}	
			
#aktualnosci {
	padding-top: 50px;
	padding-bottom: 60px;
	
	position: relative;
	display: grid; 
	grid-template-columns: repeat(3, 1fr); 
	gap: 30px 30px; 
}
	
a.wpis {
	color: var(--txt);
	background: #fff;
	border: 1px solid #DFDFDF;
	border-radius: 8px;
	padding: 20px;
	box-sizing: border-box;
	
	display: flex;
	flex-direction: column;
	transition: all 0.2s ease;
}

a.wpis:hover {
	border: 1px solid transparent;
	box-shadow: 0px 15px 30px 2px rgba(29, 63, 121, 0.1);
	transition: all 0.2s ease;
}

a.wpis.shadow {
	box-shadow: 0px 4px 11px 2px rgba(29, 63, 121, 0.1);
	border: 0;
}

	a.wpis .img {
		position: relative;
		z-index: 1;
		display: block;
		width: 100%;
		aspect-ratio: 400 / 210;
		border-radius: 8px;
		overflow: hidden;
	}
			
		a.wpis .img img {
			display: block;
			width: 100%;
			height: 100%;
			object-fit: cover;
			object-position: 50% 50%;
			transition: all 0.2s ease;
		}
			
		a.wpis:hover .img img {
			transform: scale(1.04);
			transition: all 0.2s ease;
		}
		
		a.wpis .img .type {
			position: absolute;
			z-index: 1;
			right: 0;
			top: 20px;
			color: #fff;
			text-transform: uppercase;
			line-height: 1;
			padding: 8px 15px;
			font-size: 14px;
			border-radius: 25px 0 0 25px;
		}
			
		a.wpis .img .type.realizacje {
			background: var(--blue);
		}
		
		a.wpis .img .type.casestudy {
			background: var(--orange);
		}
			
	a.wpis .cats {
		padding-top: 20px;
		font-size: 14px;
		color: #BFBFBF;
		line-height: 1.2;
	}
	
		a.wpis .cats .separator {
			margin: 0 4px;
			font-weight: 300;
		}
		
		a.wpis .cats a {
			color: #BFBFBF;
		}
			
		a.wpis:hover .cats a {
			color: var(--txt);
		}
	
		a.wpis .cats a:hover {
			color: var(--orange);
		}
		

	
	a.wpis .title {
		padding: 10px 0 15px 0;
		color: var(--txt);
		font-size: 20px;
		font-weight: 600;
		line-height: 1.3;
	}
			
	a.wpis .bottom {
		margin-top: auto;
		font-size: 14px;
		font-weight: 500;
		color: #BFBFBF;
		padding-top: 10px;
		
		display: flex;
		align-items: center;
		gap: 10px;
		line-height: 1.3;
	}
	
		a.wpis .bottom span {
			color: #BFBFBF;
			transition: all 0.2s ease;
		}
		
		a.wpis .bottom .more {
			display: inline-block;
			position: relative;
			margin-left: auto;
			color: #BFBFBF;
			
			padding: 2px 30px 2px 0;
			transition: all 0.2s ease;
		}

			a.wpis .bottom .more:after {
				content: "";
				display: block;
				width: 15px;
				height: 15px;
				
				position: absolute;
				right: 0;
				top: 4px;
				
				background-image: url(../graf/ico_arrow_orange.svg);
				background-repeat: no-repeat;
				background-position: 50% 50%;
				filter: brightness(0);
				opacity: 0.3;
				transform: rotate(180deg);
				transition: all 0.2s ease;
			}
			
		a.wpis:hover .bottom span {
			color: var(--txt);
			transition: all 0.2s ease;
		}
		
		a.wpis:hover .bottom .more {
			color: var(--orange);
			transition: all 0.2s ease;
		}
			
			a.wpis:hover .bottom .more:after {
				background-image: url(../graf/ico_arrow_orange.svg);
				filter: brightness(1);
				opacity: 1;
				transition: all 0.2s ease;
			}
			
@media screen and (max-width: 1250px) {
	a.wpis .bottom {
		flex-wrap: wrap;
	}
}
			
			
#realizacjeNav {
	box-sizing: border-box;
}
	
	#realizacjeNav .realizacjeNavInner {
		background: #fff;
		box-shadow: 0px 15px 30px 2px rgba(29, 63, 121, 0.05);
		border-radius: 8px;
		padding: 5px 5px;
		display: flex;
	}
			
		#realizacjeNav .realizacjeCats,
		#realizacjeNav .realizacjeTypes {
			flex-grow: 1;
			overflow: hidden;
		}
				
		#realizacjeNav .realizacjeCats {
			border-right: 1px solid #ccc;
			padding-right: 20px;
		}
		
		#realizacjeNav .realizacjeTypes {
			padding-left: 20px;
			padding-right: 10px;
		}

		#realizacjeNav .realizacjeCats .realizacjeCats_inner,
		#realizacjeNav .realizacjeTypes .realizacjeTypes_inner {
			display: flex;
			gap: 5px;
			width: 100%;
			padding: 10px 5px;
			overflow: auto;
			cursor: grab;
		}
		
		#realizacjeNav .realizacjeCats .realizacjeCats_inner.dragging,
		#realizacjeNav .realizacjeTypes .realizacjeTypes_inner.dragging {
			cursor: grabbing;
		}
			
			#realizacjeNav .realizacjeCats .realizacjeCats_inner::-webkit-scrollbar,
			#realizacjeNav .realizacjeTypes .realizacjeTypes_inner::-webkit-scrollbar {
				height: 5px;
			}

			#realizacjeNav .realizacjeCats .realizacjeCats_inner::-webkit-scrollbar-track,
			#realizacjeNav .realizacjeTypes .realizacjeTypes_inner::-webkit-scrollbar-track {
				background: #fff;
			}

			#realizacjeNav .realizacjeCats .realizacjeCats_inner::-webkit-scrollbar-thumb,
			#realizacjeNav .realizacjeTypes .realizacjeTypes_inner::-webkit-scrollbar-thumb {
				background: #eee;
			}
				
			#realizacjeNav .realizacjeCats .realizacjeCats_inner::-webkit-scrollbar-thumb:hover,
			#realizacjeNav .realizacjeTypes .realizacjeTypes_inner::-webkit-scrollbar-thumb:hover {
				background: var(--orange);
				
			}
			

			
			#realizacjeNav .realizacjeCats a,
			#realizacjeNav .realizacjeTypes a {
				flex-grow: 1;
				color: var(--black);
				font-size: 14px;
				font-weight: 500;
				text-align: center;
				padding: 5px 10px;
				white-space: nowrap;
				box-sizing: border-box;
			}
		
			#realizacjeNav .realizacjeCats a:hover,
			#realizacjeNav .realizacjeTypes a:hover {
				color: var(--orange);
			}
			
			#realizacjeNav .realizacjeCats a.active,
			#realizacjeNav .realizacjeTypes a.active {
				background: var(--orange);
				color: #fff;
				border-radius: 30px;
			}

#coMowiaKlienci {
	padding: 50px 0;
	margin: 50px auto 0 auto;
	background: var(--lightgrey);
}

	#coMowiaKlienci h2 {
		text-align: center;
	}
	
#intro_casestudy {
	background: var(--lightgrey);
}
	
	#intro_casestudy .type {
		display: inline-block;
		color: #fff;
		text-transform: uppercase;
		line-height: 1;
		padding: 8px 15px;
		font-size: 14px;
		border-radius: 25px;
		background: var(--orange);
	}
	
	#intro_casestudy h1 {
		padding-top: 30px;
		font-size: clamp(40px, 3vw, 54px);
	}		
	
	#intro_casestudy .details {
		padding-top: 40px;
		padding-bottom: 40px;
		line-height: 1.2;
		font-weight: 500;
	}
	
		#intro_casestudy .details .date {
			padding-right: 15px;
			margin-right: 15px;
			border-right: 1px solid #bbb;
		}
		

#intro_bazwiedzy {
	background: var(--lightgrey);
}
	
	#intro_bazwiedzy .type {
		display: inline-block;
		color: #fff;
		text-transform: uppercase;
		line-height: 1;
		padding: 8px 15px;
		font-size: 14px;
		border-radius: 25px;
		background: var(--orange);
	}
	
	#intro_bazwiedzy h1 {
		padding-top: 10px;
		font-size: clamp(40px, 3vw, 54px);
	}		
	
	#intro_bazwiedzy .details {
		padding-top: 10px;
		padding-bottom: 40px;
		line-height: 1.2;
		font-weight: 500;
	}
	
		#intro_bazwiedzy .details .date {
			
		}
		
		#intro_bazwiedzy .details .separator {
			margin: 0 8px;
			color: #bbb;
			font-weight: 300;
		}
			
	#intro_bazwiedzy .autor {
		padding: 20px 0;
		display: grid; 
		grid-template-columns: 45px auto; 
		grid-template-rows: 18px 18px; 
		gap: 5px 15px; 
		
		font-size: 14px;
	}
		
		#intro_bazwiedzy .autor .img {
			grid-area: 1 / 1 / 3 / 2;
			display: block;
			width: 100%;
			height: 45px;
			border-radius: 50%;
			overflow: hidden;
		}

			#intro_bazwiedzy .autor .img img {
				display: block;
				width: 100%;
				height: 100%;
				object-fit: cover;
				object-position: 50% 50%;
			}
			
		#intro_bazwiedzy .autor .imie {
		}
		
			#intro_bazwiedzy .autor .imie a {
				color: var(--txt);
				font-weight: 600;
			}
		
			#intro_bazwiedzy .autor .imie a:hover {
				color: var(--orange);
			}
			
#intro_realizacja {
	background: var(--lightgrey);
}
	
	#intro_realizacja .type {
		display: inline-block;
		color: #fff;
		text-transform: uppercase;
		line-height: 1;
		padding: 8px 15px;
		font-size: 14px;
		border-radius: 25px;
		background: var(--blue);
	}
	
	#intro_realizacja h1 {
		padding-top: 30px;
		font-size: clamp(40px, 3vw, 54px);
	}		
	
	#intro_realizacja .details {
		padding-top: 40px;
		padding-bottom: 40px;
		line-height: 1.2;
		font-weight: 500;
	}
	
		#intro_realizacja .details .date {
			padding-right: 15px;
			margin-right: 15px;
			border-right: 1px solid #bbb;
		}
	
	
	
#content_single {
	padding: 60px 0;
	background: #fdfdfd;
}

	#content_single h2 {
		font-family: "Poppins", sans-serif;
		font-size: 24px;
		font-weight: 600;
		padding: 30px 0 10px 0;
	}
	
	#content_single h3 {
		font-family: "Poppins", sans-serif;
		font-size: 20px;
		font-weight: 600;
		padding: 30px 0 10px 0;
	}
	

	#content_single .wp-block-columns {
		padding: 30px 0 10px 0;
	}
	
	#content_single p {
		padding: 5px 0;
	}
	
	#content_single figure.alignleft {
		float: left;
		margin: 15px 25px 15px 0;
		border: 1px solid #dfdfdf;
		border-radius: 8px;
		padding: 10px;
	}
	
		#content_single figure.alignleft img {
			border-radius: 8px;
		}
	
	#content_single figure.alignright {
		float: right;
		margin: 15px 0 15px 25px;
		border: 1px solid #dfdfdf;
		border-radius: 8px;
		padding: 10px;
	}
	
		#content_single figure.alignright img {
			border-radius: 8px;
		}	
		
	#content_single figure.aligncenter {
		
		margin: 15px auto;
		border: 1px solid #dfdfdf;
		border-radius: 8px;
		padding: 10px;
	}
	
		#content_single figure.aligncenter img {
			border-radius: 8px;
		}
		
		
		

#content_single.content_realizacja {
	padding: 60px 0;
	background: #fdfdfd;
}

	#content_single.content_realizacja .efekty-zrzuty {
		display: block;
		position: relative;
			
		width: 100%;
		height: 550px;
	}

		#content_single.content_realizacja .efekty-zrzuty:after {
			content: "";
			position: absolute;
			z-index: 10;
			bottom: 0;
			left: 0;
			width: 100%;
			height: 30px;
			background: linear-gradient(0deg, rgba(253,253,253,1) 0%, rgba(253,253,253, 0) 100%);
		}
		
		#content_single.content_realizacja .zrzut-mobile {
			position: absolute;
			left: 70px;
			bottom: 0;
			z-index: 3;
			
			width: 350px;
			height: 425px;
				
			background-image: url(../graf/efekty-mobile.png);
			background-size: contain;
			background-repeat: no-repeat;
			background-position: 50% 50%;
		}


			#content_single.content_realizacja .efekty-zrzuty .zrzut-mobile-inner {
				position: absolute;
				left: 84px;
				top: 22px;
											
				z-index: 1;
				
				width: 172px;
				height: 355px;
				overflow: hidden;
				
				border-radius: 23px;
			}
			
			
			#content_single.content_realizacja .efekty-zrzuty .zrzut-mobile-inner2 {
				width: 100%;
				height: 100%;
				
				overflow-y: scroll;
				border-radius: 23px;
			}
			
			
				#content_single.content_realizacja .efekty-zrzuty .zrzut-mobile-inner img {
					width: 100%;
					height: auto;
					
					border-radius: 23px;
				}
				
				#content_single.content_realizacja .efekty-zrzuty .zrzut-mobile-inner2 * {
				  scrollbar-width: thin;
				  scrollbar-color: grey transparent;
				}
				
				#content_single.content_realizacja .efekty-zrzuty .zrzut-mobile-inner2::-webkit-scrollbar {
				  width: 5px;
				}
				
				#content_single.content_realizacja .efekty-zrzuty .zrzut-mobile-inner2::-webkit-scrollbar-track {
				  background: transparent;
				
				}
				#content_single.content_realizacja .efekty-zrzuty .zrzut-mobile-inner2::-webkit-scrollbar-thumb {
				  background-color: grey;
				  border-radius: 20px;
				  border: 1px solid grey;
				}
				
			
			
		#content_single.content_realizacja .zrzut-desktop {
			position: absolute;
			left: 280px;
			bottom: 0;
			z-index: 1;
			
			width: 600px;
			height: 546px;
				
			background-image: url(../graf/efekty-desktop.png);
			background-size: contain;
			background-repeat: no-repeat;
			background-position: 50% 50%;
		}


			#content_single.content_realizacja .efekty-zrzuty .zrzut-desktop-inner {
				position: absolute;
				left: 34px;
				top: 28px;
											
				z-index: 1;
				
				width: 539px;
				height: 300px;
				overflow: hidden;
				
				border-radius: 3px;
			}
			
			#content_single.content_realizacja .efekty-zrzuty .zrzut-desktop-inner2 {
				width: 100%;
				height: 100%;
				
				overflow-y: scroll;
				border-radius: 3px;
			}
			
				#content_single.content_realizacja .efekty-zrzuty .zrzut-desktop-inner img {
					width: 100%;
					height: auto;
					
					border-radius: 3px;
				}
				
			
				#content_single.content_realizacja .efekty-zrzuty .zrzut-desktop-inner2 * {
				  scrollbar-width: thin;
				  scrollbar-color: grey transparent;
				}
				
				#content_single.content_realizacja .efekty-zrzuty .zrzut-desktop-inner2::-webkit-scrollbar {
				  width: 5px;
				}
				
				#content_single.content_realizacja .efekty-zrzuty .zrzut-desktop-inner2::-webkit-scrollbar-track {
				  background: transparent;
				}
				
				#content_single.content_realizacja .efekty-zrzuty .zrzut-desktop-inner2::-webkit-scrollbar-thumb {
				  background-color: grey;
				  border-radius: 20px;
				  border: 1px solid grey;
				}


	#content_single.content_realizacja .efekty-details {
		display: flex;
		gap: 20px;
		padding-top: 30px;
		
	}

		#content_single.content_realizacja .efekty-details > div {
			flex: 1 1 0;
			padding: 0 30px 0 10px;
			box-sizing: border-box;
		}

		#content_single.content_realizacja .efekty-details > div:not(:last-child) {
			border-right: 1px solid #BFBFBF;
		}

		#content_single.content_realizacja .efekty-details strong {
			display: block;
			width: 100%;
			font-size: 18px;
			font-weight: 600;
			padding-bottom: 5px;
		}
		
	#content_single.content_realizacja .adresStrony {
		padding-top: 50px;
	}
	
#spisTresci {
	padding: 30px;
	background: #fff;
	border: 1px solid #BFBFBF;
	margin: 50px 0;
}

	#spisTresci #spisTresci_header {
		font-size: 24px;
		font-weight: 500;
	}
	
		#spisTresci ol {
			padding: 15px 0 0 20px;
		}
	
		#spisTresci ol li {
			padding: 2px 0;
			font-weight: 400;
		}
			
			#spisTresci ol li a {
				color: var(--dark);
				font-weight: 600;
				padding-left: 8px;
			}
			
		#spisTresci ol ul {
			list-style-type: disc;
			padding-left: 28px;
		}
			
			#spisTresci ol ul li a {
				font-weight: 400;
				padding-left: 3px;
			}
			
		#spisTresci ol li a:hover,
		#spisTresci ul li a:hover {
				color: var(--orange);
		}
				
				
#zobaczRowniez {
	margin: 50px auto;
}

	#zobaczRowniez h2 {
		padding-bottom: 30px;
		text-align: center;
	}
	
	#zobaczRowniez .zobaczRowniez_posts {
		display: grid; 
		grid-template-columns: repeat(3, 1fr); 
		gap: 20px;
		width: 100%;
	}
				
		#zobaczRowniez .zobaczRowniez_posts a {
			flex: 1 1 0;
		}
		
			
		
		
#skontaktujSie {
	padding-top: 80px;
	padding-bottom: 80px;
}

#content.page.oferta #skontaktujSie {
	position: relative;
	padding-top: 50px;
	z-index: 1;
}

#content.page.oferta #skontaktujSie:before {
	content: "";
	display: block;
	width: 1100px;
	padding-right: 40px;
	padding-left: 3%;
	box-sizing: border-box;
	height: 100%;
	background: #fff;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
}

@media screen and (max-width: 1500px) {
	#content.page.oferta #skontaktujSie:before {
		width: 100%;
	}
}

#content.page.oferta #skontaktujSie:after {
	content: "";
	display: block;
	width: 550px;
	padding-left: 20px;
	padding-right: 3%;
	box-sizing: border-box;
	height: 100%;
	background: #f7f7f7;
	position: absolute;
	z-index: -1;
	right: 0;
	top: 0;
}

@media screen and (max-width: 1650px) {
	#content.page.oferta #skontaktujSie:after {
		width: 33.33%;
	}
}

	#skontaktujSie .wp-block-columns {
		position: relative;
		padding: 50px 50px;
		
		border-radius: 8px;
		overflow: hidden;
	}
				
		#skontaktujSie .wp-block-column:first-child {
			position: relative;
			flex-basis: 45%;
			z-index: 5;
			color: #fff;
			border-radius: 4px;
			padding: 40px;
			
			background: rgba(25, 39, 67, 0.8);
		}
				
			#skontaktujSie .wp-block-column:first-child h2 {
				color: #fff;
				font-size: clamp(36px, 3vw, 44px);
				font-weight: 400;
				padding: 0;
				padding-bottom: 10px;
			}
			
			#skontaktujSie .wp-block-column:first-child h2 strong {
				font-weight: 600;
				color: #fff;
				font-style: italic;
			}
			
			@media screen and (max-width: 1500px) {
				#skontaktujSie .wp-block-column:first-child h2 br {
					display: none;
				}
				
				#skontaktujSie .wp-block-column:first-child h2 em,
				#skontaktujSie .wp-block-column:first-child h2 strong {
					display: inline;
				}
			}
		
			#skontaktujSie .wp-block-column:first-child .wp-block-buttons {
				padding-top: 20px;
				display: flex;
				flex-wrap: wrap;
				gap: 15px;
			}
				
			#skontaktujSie .wp-block-column:first-child .wp-block-buttons .borderWhite a {
				
			}
			
			
			@media screen and (max-width: 1150px) {
				#skontaktujSie .wp-block-column:first-child .wp-block-button {
					width: 100%;
				}				
			}
			
		#skontaktujSie .wp-block-column:last-child {
			flex-basis: 40%;
		}
		
			#skontaktujSie .wp-block-columns figure {
				position: absolute;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
			}
				
				#skontaktujSie .wp-block-columns figure img {
					display: block;
					width: 100%;
					height: 100%;
					object-fit: cover;
					object-position: 50% 50%;
				}
				
				
#zkimwspolpracujemyOuter {
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
}
				
	#zkimwspolpracujemyOuter h2 {
		padding-bottom: 50px;
	}
	
	#zkimwspolpracujemy {
		overflow: hidden;
	}
				
		#zkimwspolpracujemy .logo {
			height: 90px;
		}
		
			#zkimwspolpracujemy .logo img {
				display: block;
				width: 100%;
				height: 100%;
				object-fit: contain;
				object-position: 50% 50%;
				
				filter: grayscale(1);
				opacity: 0.6;
			}

			
form {
	padding-top: 0px;
}			

	form label {
		position: relative;
		display: block;
		margin: 10px 0;
	}

		form label span {
			display: block;
		}
		
		form label input,
		form label textarea {
			font-family: "Poppins", sans-serif;
			display: block;
			width: 100%;
			border-radius: 8px;
			
			border: 1px solid #BFBFBF;
			padding: 16px 15px 2px 15px;
			box-sizing: border-box;
			font-size: 14px;
			color: var(--txt);
			
			resize: none;
		}
		
		#formSlide form label textarea {
			padding-top: 40px;
		}

		form label textarea {
			height: 130px;
		}
		
			form label input::placeholder,
			form label textarea::placeholder {
				opacity: 0;
				visibility: hidden;
			}
			
			form label input + .floating-label,
			form label textarea + .floating-label {
				position: absolute;
				left: 15px;
				top: 9px;
				font-size: 14px;
				transition: all 0.2s ease;
			}
			
				form label input:focus ~ .floating-label,
				form label input:not(:placeholder-shown) ~ .floating-label,
				form label textarea:focus ~ .floating-label,
				form label textarea:not(:placeholder-shown) ~ .floating-label {
					position: absolute;
					left: 15px;
					top: 2px;
					color: #aaa;
					font-size: 10px;
					transition: all 0.2s ease;
				}
				
	form .wpcf7-not-valid-tip {
		font-size: 13px;
	}
				
	form .wpcf7-list-item {
		margin: 0;
	}				
	
		form .wpcf7-list-item label {
			display: grid; 
			grid-template-columns: 20px auto; 
			align-items: flex-start;
			margin: 0px 0 5px 0;
			gap: 15px;
			font-size: 13px;
			line-height: 1.5;
		}
		
			form .wpcf7-list-item label input {
				flex-basis: 20px;
				margin-top: 4px;
			}
			
			
	form span.wpcf7-acceptance span {
		font-size: 12px;
	}
	
	form .submit {
		padding-top: 25px;
		text-align: center;
	}
		
		form .submit button {
			margin: 0 auto;
			width: 100%;
			padding: 8px 60px;
		}
		
		
footer {
	position: relative;
	margin-top: auto;
	padding-top: 50px;
	padding-bottom: 30px;
	background-color: #192743;
	background-image: url(../graf/bg_footer.svg);
	background-size: cover;
	background-position: 50% 50%;
	color: #fff;
}

footer.nospace {
	margin-top: -100px !important;
}

.footer.brief {
	color: #fff;
	text-align: center;
	font-size: 14px;
	padding-bottom: 10px;
}

	footer:before {
		content: "";
		display: block;
		width: 100%;
		height: 50px;
		
		position: absolute;
		z-index: 5;
		left: 0;
		top: -50px;
		
		background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	}
	
	footer.nospace:before {
		display: none !important;
	}
	
	footer:after {
		content: "";
		display: block;
		width: 100%;
		height: auto;
		aspect-ratio: 1920 / 42;
		
		position: absolute;
		top: 0;
		left: 0;
			
		background-image: url(../graf/bg_footer_top.svg);
		background-size: cover;
		background-position: 0% 0%;
		background-repeat: no-repeat;
	}

	footer a,
	footer a[href^='tel:'], 
	footer a[href^='mailto:'] {
		color: #fff;
		font-weight: 400;
	}
	
		footer a:hover,
		footer a[href^='tel:']:hover, 
		footer a[href^='mailto:']:hover {
			color: var(--orange);
		}

	footer .wp-block-columns {
		width: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
		
		line-height: 2;
		gap: 30px;
		font-size: 14px;
		justify-content: space-between;
	}
	
	footer .wp-block-columns#footer_menu_top {
		border-bottom: 1px solid rgba(255 255 255 / 0.15);
		padding-bottom: 60px;
		gap: 5%;
		
		align-items: center !important;
		justify-content: space-between;
	}
	
		footer .wp-block-columns#footer_menu_top .wp-block-column:first-child {
			flex-basis: 200px;
		}
	
			footer .wp-block-columns#footer_menu_top .wp-block-column:first-child img {
				width: 100%;
				max-width: 180px;
				height: auto;
			}
			
		footer .wp-block-columns#footer_menu_top .wp-block-column:last-child {
			margin-left: auto;
			flex-basis: 800px;
		}
	
			#formML {
				flex-grow: unset;
				display: flex;
				width: 100%;
				gap: 25px;
				align-items: center;
				
				bordeR: 1px solid #586171;
				border-radius: 20px;
				padding: 30px;
				box-sizing: border-box;
			}
			
				#formML .formHeader {
					flex-basis: 40%;
				}
				
					#formML .formHeader h2 {
						text-transform: uppercase;
						font-family: "all-round-gothic", sans-serif;
						padding: 0;
						color: #fff;
					}
				
				#formML .formForm {
					flex-basis: 60%;
					flex-grow: 1;
					position: relative;
				}
				
					#formML .formForm .formInput {						
						display: flex;
						gap: 10px;
						align-items: stretch;
						justify-content: space-between;
					}
					
						#formML .formForm .formInput input {
							flex-grow: 1;
							
							background: #263657;
							border: 1px solid #586171;
							border-radius: 44px;
						
							font-size: 16px;
							padding: 15px 15px;
							box-sizing: border-box;
							
							color: #fff;
						}
		
						#formML .formForm .formInput input::placeholder {
							color: #fff;
						}
							
						
					#formML .formForm .formSubmit {						
						display: flex;
						gap: 25px;
						align-items: center;
						padding: 25px 0 0 0;
						justify-content: space-between;
					}
					
						#formML .formForm .formSubmit button {
							margin-left: auto;
							flex-basis: 110px;
							min-width: 110px;
							padding: 12px 10px;
							white-space: nowrap;
						}
						
						#formML .formForm label {
							position: relative;
							margin: 0;
						}
						
							#formML .formForm label input {
								position: absolute;
								visibility: hidden;
							}
							
							#formML .formForm label p {
								position: relative;
								color: #BFBFBF;
								padding-left: 30px;
								line-height: 1.5;
								font-size: 13px;
							}
							
							#formML .formForm label a {
								color: var(--orange);
							}
							
							#formML .formForm label a:hover {
								color: #fff;
							}
								
							#formML .formForm label input + p:before {
								content: "";
								border: 1px solid #586171;
								border-radius: 4px;
								width: 18px;
								height: 18px;
								
								position: absolute;
								left: 0;
								top: 2px;
								
								background-color: #263657;
								background-size: 13px auto;
								background-repeat: no-repeat;
								background-position: 50% 50%;
								
								transition: all 0.1s ease;
							}
							
							#formML .formForm label input:checked + p:before {
								background-color: var(--orange);
								border: 1px solid var(--orange);
								background-image: url(../graf/ico_checkSimple.svg);
								transition: all 0.1s ease;
							}
					
					#formML .formForm #formMLmsg {
						max-height: 0;
						overflow: hidden;
						opacity: 0;
						transition: all 0.2s ease;
					}
						
					#formML .formForm #formMLmsg.on {
						max-height: 150px;
						margin-top: 10px;
						opacity: 1;
						transition: all 0.2s ease;
					}
					
					#formML .formForm #formMLmsg.red {
						background: #fff;
						color: var(--txt);
						border-radius: 4px;
						padding: 5px 10px;
						text-align: center;
					}
					
					#formML .formForm #formMLmsg.green {
						background: #6db83f;
						color: var(--txt);
						border-radius: 4px;
						padding: 5px 10px;
						text-align: center;
					}
						
	@media screen and (max-width: 1400px) {
		footer .wp-block-columns#footer_menu_top {
			box-sizing: border-box;
			gap: 5%;
		}
		
		footer .wp-block-columns#footer_menu_top .wp-block-column:first-child {
			flex-basis: 20%;
		}
		
		footer .wp-block-columns#footer_menu_top .wp-block-column:last-child {
			flex-basis: 75%;
			flex-grow: 1;
			box-sizing: border-box;
		}
		
		#formML {
			padding: 25px 20px; 
			flex-direction: column;
			align-items: flex-start;
			gap: 15px;
			text-align: left;
		}

		#formML .formHeader {
			flex-basis: unset;
		}
		
		#formML .formForm {
			width: 100%;
			flex-grow: 1;
		}
	}
						
	footer .wp-block-columns#footer_menu_bottom {
		padding-top: 45px;
	}
	
	
		footer .wp-block-column {
			flex: 1 1 0;
			
			display: flex;
			flex-direction: column;
		}
				
			
		footer .wp-block-column .header {
			font-size: 18px;
			display: block;
			font-weight: 600;
			
			padding-bottom: 15px;
		}
		
			footer .wp-block-column  ul li {
				list-style: none;
				padding: 5px 0;
			}
			
				footer .wp-block-column  ul li a {
					text-decoration: none;
				}
				
				footer .wp-block-column  ul li a:hover {
					color: var(--orange);
				}
				
		footer .wp-block-column .social {
			margin-top: auto;
			
			display: flex;
			gap: 15px;
			padding-top: 15px;
			padding-bottom: 12px;
		}
		
			footer .wp-block-column .social figure {
				width: 25px !important;
				height: auto;
				flex-grow: unset !important;
			}
			
				footer .wp-block-column .social figure a img {
					transition: all 0.2s ease;
				}
				
				footer .wp-block-column .social figure a:hover img {
					filter: brightness(0) invert(1);
					transition: all 0.2s ease;
				}
				
		footer .wp-block-column .wp-block-buttons {
			margin-top: auto;
			padding-top: 25px;
			width: 100%;
		}
			
			footer .wp-block-column .wp-block-button {
				width: 100%;
			}
			
			footer .wp-block-column .wp-block-button a {
				padding: 10px 10px;
			}
		
		footer .wp-block-column.kalendarz {
			align-self: flex-start;
			
			border: 1px solid #586171;
			padding: 20px 15px;
			box-sizing: border-box;
			border-radius: 8px;
			
			display: flex;
			flex-direction: column;
			gap: 10px;
			text-align: center;
		}
		
			footer .wp-block-column.kalendarz p {
				line-height: 1.5;
			}
			
			footer .wp-block-column.kalendarz .wp-block-buttons {
				padding-top: 0;
			}			

	footer .footer_bottom {
		display: flex;
		justify-content: space-between;
		gap: 20px;
		
		color: #586171;
		font-size: 14px;
		padding-top: 20px;
		margin-top: 20px;
		border-top: 1px solid rgba(255 255 255 / 0.15);
	}
	
		footer .footer_bottom ul#menu-menu-footer {
			list-style: none;
			display: flex;
			gap: 20px;
			align-items: center;
		}
	
		footer .footer_bottom a {
			color: #586171;
		}
	
		footer .footer_bottom a:hover {
			color: var(--orange);
		}
		
@media screen and (max-width: 1300px) {
	footer .wp-block-columns#footer_menu_bottom {
		flex-wrap: wrap !important;
		gap: 80px 3%;
	}
	
		footer .wp-block-columns#footer_menu_bottom .wp-block-column {
			flex-basis: 30%;
		}
}
		
		
#content_bottom_bazawiedzy {
	display: flex;
	gap: 40px;
	margin: 40px auto;
}
		
	.post-rating {
		flex-basis: 50%;
		background: var(--lightgrey);
		padding: 20px 30px;
		box-sizing: border-box;
		line-height: 1;
		border-radius: 8px;
		
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 0 15px;
	}

	.post-rating .stars {
		font-size: 28px;
	}

	.post-rating .star {
		color: #ddd;
		cursor: pointer;
		transition: color 0.2s;
	}

	.post-rating .star.hover,
	.post-rating .star.selected {
		color: #ffb900;
	}

	.post-rating .star.avg-filled {
		color: #ffb900;
	}

	.post-rating .star.avg-partial {
		position: relative;
		color: #ddd;
	}

	.post-rating .star.avg-partial:before {
		content: "★";
		position: absolute;
		color: #ffb900;
		width: 50%;
		overflow: hidden;
	}

	.post-rating .rating-stats {
		font-size: 13px;
	}

	.post-rating .noOfVotes {
		color: #bbb;
	}

	.post-rating .rating-message {
		font-weight: 600;
		font-size: 14px;
	}

		.post-rating .rating-message.success {
			color: green;
		}

		.post-rating .rating-message.error {
			color: red;
		}
		
	#content_bottom_bazawiedzy .rozwinBiznes {
		flex-basis: 50%;
		background: var(--lightgrey);
		padding: 20px 30px;
		box-sizing: border-box;
		gap: 25px;
		border-radius: 8px;
	}
	
		#content_bottom_bazawiedzy .rozwinBiznes .wp-block-column:first-child {
			flex-grow: 1;
			flex-basis: auto;
			font-size: 22px;
			font-weight: 600;
			line-height: 1.5;
		}
	
			#content_bottom_bazawiedzy .rozwinBiznes .wp-block-column:first-child em {
				font-style: normal;
				color: var(--orange);
			}
	
		#content_bottom_bazawiedzy .rozwinBiznes .wp-block-column:last-child {
			flex-basis: 190px;
			min-width: 190px;
		}

			#content_bottom_bazawiedzy .rozwinBiznes .wp-block-column:last-child .wp-block-button {
				display: block;
				width: 100%;
			}
			
			#content_bottom_bazawiedzy .rozwinBiznes .wp-block-column:last-child a.wp-block-button__link {
				width: 100%;
				padding: 10px 20px;
			}

#content_author {
	
}

	#content_author .content_author_inner {
		background: var(--lightgrey);
		padding: 30px 30px;
		box-sizing: border-box;
		border-radius: 8px;
		
		display: grid; 
		grid-auto-columns: 1fr; 
		grid-template-columns: 130px auto; 
		grid-template-rows: auto auto; 
		gap: 5px 30px;
	}
	
		#content_author .content_author_inner .img {
			display: block;
			flex-basis: 120px;
			min-width: 120px;
			height: auto;
			aspect-ratio: 1 / 1;
			overflow: hidden;
			border-radius: 50%;
			
			grid-row: span 2;
		}
		
			#content_author .content_author_inner .img img {
				display: block;
				width: 100%;
				height: 100%;
				object-fit: cover;
				object-position: 50% 50%;
			}
			
		#content_author .content_author_inner .about {
			
		}
			
			#content_author .content_author_inner .about .header {
				font-size: 14px;
				color: #BFBFBF;
				padding-bottom: 10px;
			}
			
			#content_author .content_author_inner .about .imie {
				display: block;
				font-size: 22px;
				line-height: 1.4;
				font-weight: 600;
			}
			
				#content_author .content_author_inner .about .imie a {
					color: var(--txt);
					font-weight: 600;
				}
			
				#content_author .content_author_inner .about .imie a:hover {
					color: var(--orange);
				}
			
			#content_author .content_author_inner .about .funkcja {
				font-size: 16px;
				font-weight: 500;
			}
		
		#content_author .content_author_inner .desc {
			padding-top: 5px;
			font-size: 16px;
			font-weight: 400;
		}
			
#komentarze {
	padding-top: 40px;
	margin-top: 40px;
	border-top: 1px solid #eee;
	padding-bottom: 60px;
}
	
	#komentarze .komentarze_inner {
		
	}
	
	#komentarze h3,
	#komentarze h3.comments-title {
		font-size: 24px;
		font-weight: 600;
		text-align: center;
		margin-top: 0;
		padding-top: 0;
		margin-bottom: 30px;
	}
	
	#komentarze h3.comment-reply-title {
		border-top: 1px solid #eee;
		margin-top: 20px;
		padding-top: 45px;
		padding-bottom: 10px;
	}
	
	#komentarze .noComments h3.comment-reply-title {
		padding-top: 0;
		margin-top: 0;
		border-top: 0;
	}
	
	#komentarze h3#comments {
		display: none;
	}
	
	#komentarze form,
	#komentarze #commentform {
		display: flex;
		gap: 15px;
		flex-wrap: wrap;
		margin-bottom: 40px;
		padding-bottom: 40px;
		border-bottom: 1px solid #eee;
	}
	
	#komentarze ol.commentlist {
		list-style: none;
	}
		
		#komentarze ol.commentlist li {
			padding: 30px 0;
		}
			
		#komentarze ol.commentlist article {
			
		}
			
			#komentarze ol.commentlist article footer {
				background: none !important;
				padding: 0;
				color: var(--black);
				
				display: flex;
				flex-wrap: wrap;
				align-items: center;
				gap: 15px;
				line-height: 1;
			}
		
				#komentarze ol.commentlist article footer:after,
				#komentarze ol.commentlist article footer:before,
				#komentarze ol.commentlist article footer img,
				#komentarze ol.commentlist article footer .says {
					display: none;
				}
				
				#komentarze ol.commentlist article footer .comment-author {
					
				}
				
					#komentarze ol.commentlist article footer .comment-author a {
						color: #BFBFBF;
						font-size: 14px;
					}
					
				#komentarze ol.commentlist article footer .comment-metadata {
					padding-left: 10px;
					border-left: 1px solid #BFBFBF;
				}
				
				#komentarze ol.commentlist article footer .comment-metadata a {
					color: #BFBFBF;
					font-size: 14px;
				}
					
			#komentarze ol.commentlist article footer .comment-awaiting-moderation {
				margin-left: auto;
				color: var(--orange);
			}
			
			#komentarze ol.commentlist article .comment-content {
				padding-top: 20px;
			}
			
				#komentarze ol.commentlist article .comment-content p {
					padding: 0 !important;
				}
					
	#komentarze .comment-notes,
	#komentarze .logged-in-as {
		width: 100%;
		text-align: center;
	}
	
	#komentarze .comment-form-comment {
		position: relative;
		width: 100%;
	}
	
		#komentarze label {
			margin: 0;
			padding-bottom: 5px;
		}
		
			#komentarze label span {
				display: inline-block;
			}
			
		#komentarze .comment-form-comment textarea {
			font-family: 'Poppins', sans-serif;
			border: 1px solid #BFBFBF;
			display: block;
			width: 100%;
			border-radius: 6px;
			resize: none;
			padding: 15px;
			height: 150px;
			box-sizing: border-box;
		}
		
	#komentarze .comment-form-author,
	#komentarze .comment-form-email {
		width: calc(50% - 10px)
	}	
		
		#komentarze .comment-form-author input,
		#komentarze .comment-form-email input {
			font-family: 'Poppins', sans-serif;
			border: 1px solid #BFBFBF;
			display: block;
			width: 100%;
			border-radius: 6px;
			resize: none;
			padding: 15px;
			box-sizing: border-box;
		}
		
	#komentarze .comment-form-cookies-consent {
		width: 100%;
		display: flex;
		gap: 10px;
		align-items: center;
	}
	
		#komentarze .comment-form-cookies-consent label {
			padding: 0;
		}
	
	#komentarze .form-submit {
		width: 100%;
		text-align: center;
		padding-top: 40px;
	}
	
		#komentarze .form-submit button {
			margin: 0 auto;
		}
		
		
#newsletterZapiszSie {
	overflow: hidden;
	margin: 30px auto;
	border-radius: 8px;
}
		
	#newsletterZapiszSie .wp-block-columns {
		position: relative;
		z-index: 1;
		padding: 50px 40px;
		color: #fff;
	}
	
		#newsletterZapiszSie .wp-block-columns figure {
			position: absolute;
			z-index: -1;
			left: 0;
			top: 0;
			
			display: block;
			width: 100%;
			height: 100%;
		}
		
			#newsletterZapiszSie .wp-block-columns figure img {
				display: block;
				width: 100%;
				height: 100%;
				object-fit: cover;
				object-position: 50% 50%;
			}
			
		#newsletterZapiszSie .wp-block-column:first-child {
			flex-basis: 100%;
		}
		
		#newsletterZapiszSie .wp-block-column:first-child strong {
			font-size: 40px;
			font-weight: 600;
			line-height: 1;
		}
		
		#newsletterZapiszSie .wp-block-buttons {
			padding-top: 40px;
		}
		
.promBoxOutter {
	display: flex;
	justify-content: flex-end;
}
		
	.promBox {
		width: 460px;
		background: #fff;
		box-shadow: 0px 15px 30px 2px rgba(29, 63, 121, 0.05);
		border-radius: 8px;
		
		padding: 25px;
		box-sizing: border-box;
	}
	
		.promBox .wp-block-columns {
			align-items: center !important;
			gap: 15px;
		}
		
			.promBox .wp-block-columns .wp-block-column:first-child {
				flex-basis: 310px;
			}
			
				.promBox .wp-block-columns .wp-block-column:first-child em {
					color: var(--black);
					font-style: normal;
					font-weight: 400;
					font-size: 14px;
				}
				
				.promBox .wp-block-columns .wp-block-column:first-child strong {
					font-size: 20px;
					font-weight: 600;
					line-height: 1.4;
				}
			
				.promBox .wp-block-columns .wp-block-column:first-child .wp-block-buttons {
					margin-top: 20px;
				}
					
			.promBox .wp-block-columns .wp-block-column:last-child {
				flex-basis: 150px;
			}

.hasCircle {
	display: block;
	margin: 0 !important;
	border: 0 !important;
}


.bgS-bigCircle.bgC-blue {
	background-image: url(../graf/circleBigBlue.svg);
}

.bgS-bigCircle.bgC-white {
	background-image: url(../graf/circleBigWhite.svg);
	background-position: 0% 100%;
}

.bgS-bigCircle.bgC-grey {
	background-image: url(../graf/circleBigGrey.svg);
}

.bgS-smallCircle.bgC-blue {
	background-image: url(../graf/circleSmallBlue.svg);
}

.bgS-smallCircle.bgC-white {
	background-image: url(../graf/circleSmallWhite.svg);
}

.bgS-smallCircle.bgC-grey {
	background-image: url(../graf/circleSmallGrey.svg);
}


.bgS-bigCircle {
	content: "";
	display: block;
	width: 320px;
	height: 280px;
	box-sizing: border-box;
	position: absolute;
	z-index: -1;
	bottom: 0;
	
	background-size: cover;
	background-repeat: no-repeat;
}

.bgS-smallCircle {
	content: "";
	display: block;
	width: 140px;
	height: 140px;
	box-sizing: border-box;
	position: absolute;
	z-index: -1;
	bottom: 0;
	
	background-repeat: no-repeat;
}

.bgP-leftBottom {
	left: 0;
	bottom: 0;
	background-position: 100% 100%;
}

.bgP-rightBottom {
	right: 0;
	bottom: 0;
	background-position: 0% 100%;
}

.bgP-leftTop {
	left: 0;
	top: 0;
	background-position: 0% 100%;
	transform: rotate(180deg);
}


.bgP-rightTop {
	right: 0;
	top: 0;
	background-position: 100% 100%;
	transform: rotate(180deg);
}







			
#celBiznesowy {
	position: relative;
	padding: 100px 0 140px 0;
	overflow: hidden;
}			

	#celBiznesowy h2 {
		color: #fff;
	}

#cele {
	padding-top: 60px;
	gap: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	
}

	#cele a.cel {
		position: relative;
		flex-basis: 31%;
		
		color: #fff;
		height: 100px;
		display: flex;
		align-items: center;
		gap: 20px;
		background: transparent;
		border: 1px solid #2A3445;
		box-shadow: 0px 15px 30px 2px rgba(29, 63, 121, 0.02);
		border-radius: 9px;
		text-align: left;
		padding: 25px 60px 25px 25px;
		box-sizing: border-box;
		line-height: 1.3;
	}
	
	#cele a.cel:hover {
		background: var(--orange);
		border: 1px solid var(--orange);
	}
	
		#cele a.cel:after {
			content: "";
			display: block;
			width: 20px;
			height: 10px;
			
			position: absolute;
			right: 30px;
			top: 50%;
			
			background-image: url(../graf/ico_arrow_orange.svg);
			background-repeat: no-repeat;
			background-size: contain;
			background-position: 50% 50%;
			
			transform: rotate(180deg) translateY(50%);
			transition: all 0.2s ease;
		}
	
		#cele a.cel:hover:after {
			right: 20px;
			filter: brightness(0) invert(1);
			transition: all 0.2s ease;
		}
			
		#cele a.cel p {
			font-family: 'Poppins', sans-serif;
			font-size: 18px;
			font-weight: 500;
		}
		
		#cele a.cel img {
			transition: all 0.2s ease;
		}
			
		#cele a.cel:hover img {
			filter: brightness(0) invert(1);
			transition: all 0.2s ease;
		}
			
@media screen and (max-width: 1200px) {
	#cele a.cel {
		flex-basis: 45%;
	}
}
			
				
#zrozumienieBranzy {
	position: relative;
	padding: 100px 0;
	overflow: hidden;
}
	
#branze {
	margin-top: 50px;
	
	display: flex;
	align-items: flex-start;
	gap: 40px;
}	
	
	#branze_menu {
		flex-basis: 25%;
		min-width: 25%;
	}
	
	#branze_menu .swiper-wrapper {
		display: flex;
		flex-direction: column;
		gap: 15px;
	}
	
		#branze_menu .swiper-slide {
			position: relative;
			display: block;
			width: 100% !important;
			padding: 12px 50px 12px 20px;
			box-sizing: border-box;
			border: 1px solid #DFDFDF;
			border-radius: 30px;
			font-weight: 500;
			line-height: 1.4;
			text-align: left;
			cursor: pointer;
		}
				
			#branze_menu .swiper-slide:after {
				content: "";
				display: block;
				width: 15px;
				height: 8px;
				
				position: absolute;
				right: 20px;
				top: 50%;
				
				background-image: url(../graf/ico_arrow_dark.svg);
				background-repeat: no-repeat;
				background-size: contain;
				background-position: 50% 50%;
				transform: translateY(-50%);
				transition: all 0.2s ease;
			}
			
			#branze_menu .swiper-slide:hover {
				border: 1px solid var(--orange);
				color: var(--orange);
			}
				
				#branze_menu .swiper-slide:hover:after {
					background-image: url(../graf/ico_arrow_orange2.svg);
					right: 15px;
					transition: all 0.2s ease;
				}
			
			#branze_menu .swiper-slide.swiper-slide-thumb-active {
				background: var(--orange);
				color: #fff;
			}
				
				#branze_menu .swiper-slide.swiper-slide-thumb-active:after {
					filter: brightness(0) invert(1);
					transition: all 0.2s ease;
				}
				
	#branze_content {
		flex-basis: 70%;
		max-width: 70%;
		flex-grow: 1;
		transition: all 0.2s ease;
	}
	
		#branze_content > .swiper-wrapper > .swiper-slide {
			position: relative;
			visibility: hidden;
			transition: all 0.2s ease;
		}
			
			#branze_content > .swiper-wrapper >  .swiper-slide.swiper-slide-visible {
				visibility: visible;
				transition: all 0.2s ease;
			}
				
		#branze_content .box_txt {
			border: 0;
			background: #FFFFFF;
			box-shadow: 0px 15px 30px 2px rgba(29, 63, 121, 0.05);
			border-radius: 8px;
			padding: 30px;
			box-sizing: border-box;
			transition: all 0.2s ease;
		}
		
		#branze_content h3 {
			color: var(--orange);
			padding-bottom: 20px;
			margin-bottom: 10px;
			border-bottom: 1px solid #DFDFDF;
		}
		
		#branze_content p {
			padding: 12px 0;
		}
		
		#branze_content .wp-block-buttons {
			margin-top: 15px;
		}

.box_logos {
	margin-top: 30px;
	border: 0;
	background: #FFFFFF;
	box-shadow: 0px 15px 30px 2px rgba(29, 63, 121, 0.05);
	border-radius: 8px;
	padding: 35px 30px 20px 30px;
	box-sizing: border-box;
	transition: all 0.2s ease;
}

	.box_logos strong {
		display: block;
		padding-bottom: 5px;
		font-family: "all-round-gothic", sans-serif;
		font-size: 20px;
	}

	.zaufalinam_logotypy {
		position: relative;
		z-index: 5;
		padding: 20px 0;
		overflow: hidden;
	}
		
		.zaufalinam_logotypy:before {
			content: "";
			background: linear-gradient(90deg, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 100%);
			
			display: block;
			width: 200px;
			height: 100%;
			
			position: absolute;
			z-index: 5;
			left: 0;
			top: 0;			
		}
		
		.zaufalinam_logotypy:after {
			content: "";
			background: linear-gradient(-90deg, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 100%);
			
			display: block;
			width: 200px;
			height: 100%;
			
			position: absolute;
			z-index: 5;
			right: 0;
			top: 0;			
		}
		
		.zaufalinam_logotypy .swiper-wrapper {
			transition-timing-function: linear;
		}
		
			.zaufalinam_logotypy .swiper-wrapper .swiper-slide {
				display: block;
				padding: 0 70px;
				
			}

				.zaufalinam_logotypy .swiper-wrapper .swiper-slide figure {
					display: block;
					width: 100%;
					max-width: 140px;
					height: 40px;
				}

					.zaufalinam_logotypy .swiper-wrapper .swiper-slide figure img {
						display: block;
						width: 100%;
						height: 100%;
						object-fit: contain;
						object-position: 50% 50%;
					}

#coMozemyZrobic {
	padding: 75px 0;
	color: #fff;
}

#kompetencje {
	display: grid; 
	grid-template-columns: repeat(4, 1fr); 
	grid-template-rows: repeat(2, 1fr); 
	gap: 25px;
	margin: 25px 0;
}

@media screen and (max-width: 1200px) {
	#kompetencje {
		grid-template-columns: repeat(3, 1fr); 
	}
}

	#kompetencje .kompetencja {
		flex-basis: 23%;
		border: 1px solid #586171;
		padding: 35px;
		box-sizing: border-box;
		border-radius: 8px;
		
		display: flex;
		flex-direction: column;
	}
	
	#kompetencje .kompetencja.first {
		background: var(--blue);
		border: 1px solid var(--blue);
	}
		
	#kompetencje a.kompetencja {
		
	}
			
	#kompetencje a.kompetencja:hover {
		background: var(--orange);
		border: 1px solid var(--orange);
	}
	
		#kompetencje .kompetencja h2 {
			display: block;
			color: #fff;
			padding-bottom: 15px;
		}
		
		#kompetencje .kompetencja figure.ico {
			display: flex;
			align-items: center;
			justify-content: center;
			
			width: 65px;
			height: 65px;
			border-radius: 50%;
			background: var(--blue);
			transition: all 0.2s ease;
		}
	
		#kompetencje a.kompetencja:hover figure.ico {
			background: var(--darkorange);
			transition: all 0.2s ease;
		}
		
			#kompetencje .kompetencja figure.ico img {
				display: block;
				width: 40px;
				height: auto;
			}
			
		#kompetencje .kompetencja p.header {
			font-family: 'Poppins', sans-serif;
			font-size: 24px;
			color: #fff;
			line-height: 1.4;
			font-weight: 500;
			display: block;
			padding: 15px 0;
		}

		#kompetencje .kompetencja figure.more {
			margin-top: auto;
			display: flex;
			align-items: center;
			justify-content: flex-start;
		}
	
			#kompetencje .kompetencja figure.more span {
				display: inline-block;
				width: 0;
				overflow: hidden;
				font-size: 14px;
				font-weight: 400;
				opacity: 0;
				transition: all 0.2s ease;
			}
			
			#kompetencje .kompetencja figure.more img {
				display: block;
				width: 15px;
				height: auto;
				transform: rotate(180deg);
			}
			
		#kompetencje a.kompetencja:hover figure.more {
			
		}
			
			#kompetencje a.kompetencja:hover figure.more span {
				color: #fff;
				width: 75px;
				opacity: 1;
				transition: all 0.2s ease;
			}
			
		
#ostatnieCaseStudy {
	padding: 100px 0 50px 0;
}

	#ostatnieCaseStudy h2 {
		padding-bottom: 40px;
	}
		
			
#ostatnieRealizacje {
	padding: 50px 0 100px 0;
}

	#ostatnieRealizacje h2 {
		padding-bottom: 40px;
	}

	#ostatnieRealizacje_posts {
		display: flex;
		gap: 20px;
	}
	
		#ostatnieRealizacje_posts a {
			flex: 1 1 0;
		}		

#pagination {
	display: flex;
	justify-content: center;
	gap: 5px;
}

	#pagination a,
	#pagination span {
		display: flex;
		width: 30px;
		height: 30px;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		line-height: 1;
		color: var(--txt);
	}
	
		#pagination span.dots {
			width: 15px;
		}
	
		#pagination a.current,
		#pagination span:not(.dots) {
			background: var(--orange);
			color: #fff;
		}
			
		#pagination a:hover {
			color: var(--orange);
		}
		
		

#autorPage {
	
}

	#autorPage .autorDetails {
		display: block;
	}
	
		#autorPage .autorDetails > .wp-block-columns {
			gap: 35px;
			align-items: flex-start !important;
		}
			
			#autorPage .autorDetails > .wp-block-columns > .wp-block-column:first-child {
				flex-basis: 30%;
				
				background: #fff;
				box-shadow: 0px 15px 30px 2px #1D3F791A;
				border-radius: 8px;
				overflow: hidden;
			}
							
			#autorPage .autorDetails > .wp-block-columns > .wp-block-column:last-child {
				flex-basis: 70%;
			}
				
		
		
		#autorPage .autorImg {
			position: relative;
			padding: 45px 35px 0 35px;
			box-sizing: border-box;
		}
			
			#autorPage .autorImg:before {
				content: "";
				background: #263657;
				position: absolute;
				left: 0;
				top: 0;
				width: 100%;
				height: 120px;
			}
			
			#autorPage .autorImg figure {
				position: relative;
				z-index: 5;
				width: 160px;
				height: 160px;
				aspect-ratio: 1 / 1;
				border-radius: 50%;
				overflow: hidden;
				border: 8px solid #fff;
			}
		
				#autorPage .autorImg figure img {
					display: block;
					width: 100%;
					height: 100%;
					object-fit: cover;
					object-position: 50% 50%;
				}
				
		#autorPage .autorLeftContent {
			padding: 15px 35px 30px 35px;
			box-sizing: border-box;
		}
	
			#autorPage .autorLeftContent hr {
				border-bottom: 1px solid #DFDFDF !important;
				margin: 25px auto;
			}
			
			#autorPage .imie {
				font-size: clamp(24px, 3vw, 36px);
				font-weight: 600;
				font-family: "all-round-gothic", sans-serif;
				line-height: 1.2;
			}
			
			#autorPage .funkcja {
				color: #2A3445;
				padding: 20px 0 0 0;
			}
			
			#autorPage .lokalizacja {
				color: #2A3445;
				
				display: flex;
				align-items: center;
				gap: 6px;
			}
			
				#autorPage .lokalizacja:before {
					content:"";
					display: inline-block;
					width: 18px;
					flex-basis: 18px;
					height: 20px;
					
					background-image: url(../graf/ico_gps_grey.svg);
					background-size: contain;
					background-repeat: no-repeat;
					background-position: 50% 50%;
				}
		
		#autorPage .wp-block-buttons {
			text-align: center;
			justify-content: center;
			margin-top: 20px;
		}
			
			#autorPage .wp-block-buttons .wp-block-button {
				width: 100%;
			}
				
		#autorPage .autorDetails .social {
			display: flex;
			gap: 10px;
			padding: 20px 0;
		}
		
			#autorPage .autorDetails .social .socialIco {
				flex: 1 1 0;
				display: flex;
				justify-content: center;
			}
			
			#autorPage .autorDetails .social a {
				display: flex;
				align-items: center;
				max-width: 42px;
				height: 42px;
				padding: 10px;
				box-sizing: border-box;
				background: #FAF5F3;
				border-radius: 30px;
			}
			
				#autorPage .autorDetails .social a img {
					display: block;
					width: 22px;
					height: 22px;
					object-fit: contain;
					object-position: 50% 50%;
					transition: all 0.2s ease;
				}
				
				#autorPage .autorDetails .social a span {
					max-width: 0;
					opacity: 0;
					overflow: hidden;
					white-space: nowrap;
					transition: all 0.2s ease;
				}
				
			#autorPage .autorDetails .social a:hover {
				max-width: 400px;
				background: var(--orange);
			}
				
				#autorPage .autorDetails .social a:hover img {
					filter: brightness(0) invert(1);
					transition: all 0.2s ease;
				}
				
				#autorPage .autorDetails .social a:hover span {
					max-width: 400px;
					padding-left: 10px;
					color: #fff;
					opacity: 1;
					transition: all 0.2s ease;
				}
				
			#autorPage .osiagniecia {
				margin: 25px 0;
			}
				
				#autorPage .osiagniecia-title {
					font-family: "all-round-gothic", sans-serif;
					font-size: 18px;
					font-weight: 600;
					text-transform: uppercase;
				}
				
				#autorPage .osiagniecia-table {
					width: 100%;
					border-collapse: separate;
					border-spacing: 0 10px;
				}
				
				#autorPage .osiagniecia-name {
					text-align: left;
				}
				
				#autorPage .osiagniecia-range {
					text-align: right;
					font-weight: 700;
					white-space: nowrap;
				}
	
	
			#autorPage .kompetencje {
				margin: 25px 0;
			}
				
				#autorPage .kompetencje-title {
					font-family: "all-round-gothic", sans-serif;
					font-size: 18px;
					font-weight: 600;
					text-transform: uppercase;
					padding-bottom: 10px;
				}
				
				#autorPage .kompetencje-list {
					list-style: none;
					margin: 0;
					padding: 0;
				}
				
				#autorPage .kompetencje-list li {
					margin-bottom: 6px;
					list-style: none;
					display: flex;
					align-items: center;
					gap: 10px;
				}
				
				#autorPage .kompetencje-list li:before {
					content: "";
					display: inline-block;
					width: 15px;
					height: 15px;
					background-image: url(../graf/icoCheckCircle.svg);
					background-repeat: no-repeat;
					background-position: 50% 50%;
				}
							
			#autorPage .ocena {
				margin: 25px 0;
			}
			
				#autorPage .ocena-title {
					font-family: "all-round-gothic", sans-serif;
					font-size: 18px;
					font-weight: 600;
					text-transform: uppercase;
					padding-bottom: 10px;
				}
				
				#autorPage .ocena-row {
					display: flex;
					align-items: center;
					gap: 8px;
				}
				
				#autorPage .ocena-stars {
					display: inline-flex;
				}
				
				#autorPage .ocena-star {
					position: relative;
					width: 28px;
					height: 27px;
					margin-right: 4px;
				}
				#autorPage .ocena-star-bg svg,
				#autorPage .ocena-star-fill svg {
					display: block;
				}
				
				#autorPage .ocena-star-bg {
					position: absolute;
					top: 0;
					left: 0;
					right: 0;
					bottom: 0;
				}
				
				#autorPage .ocena-star-fill {
					position: absolute;
					top: 0;
					left: 0;
					bottom: 0;
					overflow: hidden;
				}
				
				#autorPage .ocena-value {
					font-weight: 600;
					font-size: 20px;
				}
				
				#autorPage .ocena-sub {
					margin-top: 6px;
					font-size: 14px;
					color: #555;
				}
				
			#autorPage .dodatkowe {
				margin: 40px 0;
			}
				
				#autorPage .dodatkowe-item {
					display: flex;
					align-items: center;
					gap: 12px;
					margin-bottom: 15px;
				}
				
				#autorPage .dodatkowe-icon figure {
					width: 45px;
					height: 45px;
					border-radius: 50%;
					background: #FAF5F3;
					padding: 10px;
					box-sizing: border-box;
					
					display: flex;
					align-items: center;
					justify-content: center;
				}
				
					#autorPage .dodatkowe-icon img {
						display: block;
						width: 25px;
						height: 25px;
						object-fit: contain;
					}
				
				#autorPage .dodatkowe-title {
					font-weight: 600;
				}
				
				#autorPage .dodatkowe-desc {
					font-size: 14px;
					line-height: 1.4;
				}
				
			
		#autorPage .opis {
			
		}
		
			#autorPage  h2 {
				font-size: clamp(28px, 3.1vw, 36px);
				padding: 0 0 10px 0;
			}
			
			#autorPage .opis p {
				margin: 10px 0;
			}
		
			#autorPage .opis .wp-block-columns {
				margin-top: 25px;
				gap: 40px;
			}
		
				#autorPage .opis .wp-block-columns .wp-block-column {
					border: 1px solid #DFDFDF;
					padding: 20px;
					border-radius: 8px;
					transition: all 0.2s ease;
				}
			
		
				#autorPage .opis .wp-block-columns .wp-block-column:hover {
					background: #fff;
					border: 1px solid #fff;
					box-shadow: 0px 15px 30px 2px #1D3F791A;
					transition: all 0.2s ease;
				}
				
					#autorPage .opis .wp-block-columns .wp-block-column strong {
						font-family: "all-round-gothic", sans-serif;
						font-size: 22px;
						font-weight: 600;
						display: block;
						line-height: 1.2;
					}
	

		#autorPage .specjalizacje {
			margin-top: 60px;
		}
		
			#autorPage .specjalizacje-grid {
				display: grid;
				grid-template-columns: repeat(2, minmax(0, 1fr));
				gap: 40px;
				margin-top: 16px;
			}
			
			#autorPage .specjalizacje-item {
				display: flex;
				align-items: flex-start;
				gap: 30px;
				text-decoration: none;
				color: inherit;
				background: #ffffff;

				border: 1px solid #DFDFDF;
				padding: 20px;
				border-radius: 8px;
				transition: all 0.2s ease;
			}
			
			#autorPage .specjalizacje-item:hover {
				background: #fff;
				border: 1px solid #fff;
				box-shadow: 0px 15px 30px 2px #1D3F791A;
				transition: all 0.2s ease;
			}
			
			#autorPage .specjalizacje-icon figure {
				width: 60px;
				height: 60px;
				border-radius: 50%;
				background: #FAF5F3;
				padding: 15px;
				box-sizing: border-box;
				
				display: flex;
				align-items: center;
				justify-content: center;
			}
			
			#autorPage .specjalizacje-icon img {
				display: block;
				width: 48px;
				height: 48px;
				object-fit: cover;
			}
			
			#autorPage .specjalizacje-content {
				flex: 1;
			}
			
			#autorPage .specjalizacje-title {
				font-weight: 600;
				font-size: 22px;
				margin-bottom: 10px;
				line-height: 1.4;
			}
			
			#autorPage .specjalizacje-desc {
				color: #2A3445;
				font-weight: 400;
			}
			
			#autorPage .specjalizacje-value {
				color: #2A3445;
				font-weight: 400;
			}
		
				
				
		#autorPage .casestudies {
			margin-top: 60px;
		}
		
			#autorPage .casestudies h2 {
				font-size: clamp(28px, 3.1vw, 36px);
				padding: 0 0 20px 0;
			}
			
			#autorPage .casestudies-list {
				display: flex;
				flex-direction: column;
				gap: 20px;
			}
			
			#autorPage .casestudy-item {
				background: #fff;
				box-shadow: 0px 5px 20px rgba(0,0,0,0.05);
				border-radius: 8px;
				padding: 25px;
				transition: all 0.2s ease;
			}
			
			#autorPage .casestudy-row-1 {
				display: flex;
				justify-content: space-between;
				align-items: flex-start;
				margin-bottom: 15px;
				gap: 20px;
			}
				
				#autorPage .casestudy-content {
					flex: 1;
				}
				
				#autorPage .casestudy-title {
					font-weight: 600;
					font-size: 22px;
					font-family: "all-round-gothic", sans-serif;
				}
				
				#autorPage .casestudy-desc {
					font-size: 15px;
					color: #555;
					line-height: 1.5;
				}
				
				#autorPage .casestudy-icon {
					flex-shrink: 0;
					width: 60px;
					height: 60px;
					display: flex;
					align-items: center;
					justify-content: center;
					background: #FAF5F3;
					border-radius: 50%;
					padding: 12px;
					box-sizing: border-box;
				}
					
				#autorPage .casestudy-icon img {
					max-width: 100%;
					max-height: 100%;
					object-fit: contain;
				}
					
			#autorPage .casestudy-row-2 {
				display: grid;
				grid-template-columns: repeat(3, 1fr);
				gap: 25px;
				padding-top: 10px;
			}
				
				#autorPage .casestudy-stat {
					text-align: center;
					display: flex;
					flex-direction: column;
					justify-content: center;
					align-items: center;
					background: #F7F7F7;
					border-radius: 50px;
					padding: 15px 15px;
					box-sizing: border-box;
				}
				
				#autorPage .casestudy-stat-name {
					font-size: 14px;
				}
				
				#autorPage .casestudy-stat-value {
					font-size: 30px;
					font-weight: 600;
					line-height: 1.2;
				}
				
				

		#autorPage .wspolpraca {
			margin-top: 60px;
		}
		
			#autorPage .wspolpraca h2 {
				font-size: clamp(28px, 3.1vw, 36px);
				padding: 0 0 30px 0;
			}
			
			#autorPage .wspolpraca-list {
				display: grid;
				grid-template-columns: repeat(4, 1fr);
				gap: 40px 30px;
				margin-top: 40px;
			}
			
			#autorPage .wspolpraca-item {
				position: relative;
				text-align: center;
				display: flex;
				flex-direction: column;
				align-items: center;
				border: 1px solid #D9D9D9;
				padding: 50px 25px 25px 20px;
				box-sizing: border-box;
				background: #fff;
				border-radius: 8px;
				transition: all 0.2s ease;
			}
		
			#autorPage .wspolpraca-item:hover {
				border: 1px solid #fff;
				box-shadow: 0px 15px 30px 2px #1D3F791A;
				transition: all 0.2s ease;
			}
				
				#autorPage .wspolpraca-number {
					font-size: 38px;
					font-weight: 600;
					color: #F25E2A;
					background: #FAF5F3;
					border-radius: 50%;
					aspect-ratio: 1 / 1;
					width: 62px;
					height: 62px;
					
					display: flex;
					align-items: center;
					justify-content: center;
					line-height: 1;
					
					position: absolute;
					top: 0;
					left: 50%;
					transform: translate(-50%, -50%);
					border: 10px solid #fff;
					transition: all 0.2s ease;
				}
				
					#autorPage .wspolpraca-item:hover .wspolpraca-number  {
						background: #F25E2A;
						color: #fff;
						transition: all 0.2s ease;
					}
				
					#autorPage .wspolpraca-number:before {
						content: "";
						display: block;
						
						z-index: -1;
						position: absolute;
						left: -10px;
						top: -10px;
						
						width: 82px;
						height: 41px;
						border-top-left-radius: 41px;
						border-top-right-radius: 41px;
						border: 1px solid #D9D9D9;
						border-bottom: 0;

						-webkit-box-sizing: border-box;
						-moz-box-sizing: border-box;
						box-sizing: border-box;
						transition: all 0.2s ease;
					}
					
					#autorPage .wspolpraca-item:hover .wspolpraca-number:before  {
						border: 1px solid #fff;
						border-bottom: 0;
						transition: all 0.2s ease;
					}
					
				#autorPage .wspolpraca-title {
					font-size: 22px;
					font-weight: 600;
					color: #263657;
					margin-bottom: 10px;
					font-family: "all-round-gothic", sans-serif;
					line-height: 1.3;
				}
				
				#autorPage .wspolpraca-desc {
					font-size: 14px;
					line-height: 1.5;
					color: #555;
				}
					
				
		#autorPage .faq {
			margin-top: 60px;
		}
		
			#autorPage .faq h2 {
				font-size: clamp(28px, 3.1vw, 36px);
				padding: 0 0 20px 0;
			}
			
			#autorPage .faq-list {
				display: flex;
				flex-direction: column;
				gap: 12px;
			}
			
			#autorPage .faq-item {
				border: 1px solid #DFDFDF;
				border-radius: 8px;
				background: #fff;
				overflow: hidden;
			}
			
			#autorPage .faq-question {
				width: 100%;
				display: flex;
				align-items: center;
				justify-content: space-between;
				gap: 15px;
				padding: 15px 20px;
				box-sizing: border-box;
				border: 0;
				background: transparent;
				cursor: pointer;
				text-align: left;
			}
			
			#autorPage .faq-question-title {
				flex: 1;
				font-weight: 600;
				font-size: 18px;
				color: #263657;
			}
			
			#autorPage .faq-question-icon {
				flex-shrink: 0;
				display: flex;
				align-items: center;
				justify-content: center;
			}
			
				#autorPage .faq-question-icon svg {
					display: block;
					transition: transform 0.2s ease;
				}
			
			#autorPage .faq-answer {
				max-height: 0;
				overflow: hidden;
				transition: max-height 0.25s ease;
			}
			
				#autorPage .faq-answer-inner {
					padding: 12px 20px 18px 20px;
					font-size: 15px;
					line-height: 1.5;
					color: #555;
				}
			
			#autorPage .faq-item.is-open .faq-answer {
				max-height: 800px;
			}
			
			#autorPage .faq-item.is-open .faq-question-icon svg {
				transform: rotate(180deg);
			}
			
	#autorPage #aktualnosciOuter {
		border-top: 1px solid #DFDFDF;
		margin-top: 70px;
		padding-top: 60px;
	}
		
		#autorPage #aktualnosciOuter #wyszukiwarka {
			padding-top: 25px;
			justify-content: center;
		}
		
		#autorPage #aktualnosciOuter h2 {
			text-align: center;
		}
		
@media screen and (max-width: 1200px) {
	#autorPage .autorLeftContent {
		padding: 15px 25px 25px 25px;
	}
	
	#autorPage .autorImg figure {
		width: 130px;
		height: 130px;
	}
	
	#autorPage .wp-block-buttons .wp-block-button a {
		padding: 12px 20px;
	}
	
	#autorPage .dodatkowe-item {
		flex-direction: column;
		align-items: flex-start;
	}
	
	#autorPage .specjalizacje-item {
		flex-direction: column;
		gap: 15px;
	}
	
	#autorPage .wspolpraca-list {
		grid-template-columns: repeat(2, 1fr);
	}
	
}

		
		
#ofertyPracy {
	padding-bottom: 100px;
	padding-top: 15px;
}

	#ofertyPracy .ofertaPracy {
		display: block;
		width: 100%;
		margin: 20px auto;
		
		border: 1px solid #DFDFDF;
		padding: 30px;
		box-sizing: border-box;
		border-radius: 8px;
		transition: all 0.2s ease;
	}
	
		#ofertyPracy .ofertaPracy .pracaTop {
			width: 100%;
			display: grid; 
			grid-template-columns: auto 225px; 
			grid-template-rows: repeat(2, 1fr); 
			gap: 5px 10px; 
			align-items: center;
			line-height: 1.2;
		}
		
			#ofertyPracy .ofertaPracy .pracaTop .nazwaStanowiska {
				grid-area: 1 / 1 / 2 / 2;
				
				font-family: "all-round-gothic", sans-serif;
				font-size: 24px;
				font-weight: 600;
			}
		
			#ofertyPracy .ofertaPracy .pracaTop .miejscePracy {
				grid-area: 2 / 1 / 3 / 2;
				
				padding-left: 25px;
				background-image: url(../graf/ico_gps_grey.svg);
				background-repeat: no-repeat;
				background-size: contain;
				background-position: 0 50%;
			}
		
			#ofertyPracy .ofertaPracy .pracaTop .buttons {
				grid-area: 1 / 2 / 3 / 3;
				
				display: flex;
				align-items: stretch;
				gap: 15px;
			}
		
				#ofertyPracy .ofertaPracy .pracaTop .buttons a.pracaAplikuj  {
					display: flex;
					align-items: center;
					height: 50px;
				}
				
				#ofertyPracy .ofertaPracy .pracaTop .buttons a.pracaWiecej {
					display: inline-block;
					background: #FAF5F3;
					aspect-ratio: 1 / 1;
					height: 100%;
					height: 50px;
					border-radius: 50%;
					
					background-image: url(../graf/ico_arrowBottom.svg);
					background-repeat: no-repeat;
					background-position: 50% 50%;
					transition: all 0.2s ease;
				}
				
				#ofertyPracy .ofertaPracy .pracaTop .buttons a.pracaWiecej:hover {
					background-color: var(--darkorange);
					background-image: url(../graf/ico_arrowBottomWhite.svg);
				}
					
		#ofertyPracy .ofertaPracy .pracaBottom {
			max-height: 0;
			overflow: hidden;
			transition: all 0.2s ease;
		}
		
			#ofertyPracy .ofertaPracy .pracaBottom .pracaWymagania,
			#ofertyPracy .ofertaPracy .pracaBottom .pracaObowiazki,
			#ofertyPracy .ofertaPracy .pracaBottom .pracaOferujemy {
				background: #F7F7F7;
				padding: 25px;
				box-sizing: border-box;
				border-radius: 8px;
				margin: 20px auto;
				
				color: #586171;
			}
			
				#ofertyPracy .ofertaPracy .pracaBottom .pracaWymagania .header,
				#ofertyPracy .ofertaPracy .pracaBottom .pracaObowiazki .header,
				#ofertyPracy .ofertaPracy .pracaBottom .pracaOferujemy .header {
					font-family: "all-round-gothic", sans-serif;
					font-size: 26px;
					font-weight: 600;
					line-height: 1.2;
					color: #000;
					
					display: block;
					padding-bottom: 10px;
				}		
		
			
				#ofertyPracy .ofertaPracy .pracaBottom .pracaWymagania ul,
				#ofertyPracy .ofertaPracy .pracaBottom .pracaObowiazki ul,
				#ofertyPracy .ofertaPracy .pracaBottom .pracaOferujemy ul {
					padding-left: 20px;
				}
						
					#ofertyPracy .ofertaPracy .pracaBottom .pracaWymagania ul li,
					#ofertyPracy .ofertaPracy .pracaBottom .pracaObowiazki ul li,
					#ofertyPracy .ofertaPracy .pracaBottom .pracaOferujemy ul li {
						padding: 4px 0;
						line-height: 1.5;
					}
						
			#ofertyPracy .ofertaPracy .pracaBottom .pracaBottomAplikuj {
				background: #F7F7F7;
				padding: 25px;
				box-sizing: border-box;
				border-radius: 8px;
				margin: 20px auto 0 auto;				
				display: flex;
				align-items: center;
				justify-content: space-between;
			}			
			
	#ofertyPracy .ofertaPracy.on {
		
	}
		
		#ofertyPracy .ofertaPracy.on .pracaTop .buttons a.pracaWiecej {
			transform: rotate(180deg);
			transition: all 0.2s ease;
		}
		
		#ofertyPracy .ofertaPracy.on .pracaBottom {
			max-height: 2000px;
			transition: all 0.2s ease;
		}
		
	#ofertyPracy .ofertaPracy:hover {
		border: 1px solid var(--orange);
		cursor: pointer;
		transition: all 0.2s ease;
	}
	
			
#aplikuj {
	padding-top: 100px;
	padding-bottom: 100px;
}

#pracaForm {
	background: #fff;
	padding: 50px 40px;
	box-sizing: border-box;
	box-shadow: 0px 15px 30px 2px rgba(29, 63, 121, 0.1);
	border-radius: 8px;

}
			
	#pracaForm h2 {
		padding-bottom: 20px;
	}
	
	#pracaForm .select2-container {
		width: 100% !important;
		background: #fff;
		font-size: 14px;
		border: 1px solid #BFBFBF;
		color: #000;
		border-radius: 8px;
		padding: 0 0;
		height: 54px;
		box-sizing: border-box;
		transition: all 0.2s ease;
	}
	
		#pracaForm .select2-container .select2-selection .select2-selection__arrow {
			background-image: url(../graf/ico_arrowBottom.svg);
			background-repeat: no-repeat;
			background-position: 50% 50%;
			background-size: contain;
			
			display: block;
			width: 15px;
			height: 9px;
			position: absolute;
			top: 23px;
			right: 15px;
			transition: all 0.2s ease;
		}
		
		#pracaForm .select2-container.select2-container--open .select2-selection .select2-selection__arrow {
			transform: rotate(180deg);
		}
		
		#pracaForm .select2-container .select2-selection__rendered {
			padding: 14px 15px;
		}
		
		#pracaForm .select2-container .select2-container--below.select2-container--open .select2-selection {
			transition: all 0.2s ease;
		}
		
	#pracaForm .codedropz-upload-handler {
		border: 1px solid #BFBFBF;
		background-color: #f7f7f7;
		background-image: url(../graf/ico_file.svg);
		background-repeat: no-repeat;
		background-position: 50% 25px;
		background-size: 20px auto;
	}
	
		#pracaForm .codedropz-upload-handler .dnd-upload-counter {
			display: none;
		}
		
		#pracaForm .codedropz-upload-handler .codedropz-upload-inner {
			padding-top: 40px;
		}
	
			#pracaForm .codedropz-upload-handler .codedropz-upload-inner span:nth-child(1) {
				font-weight: 500;
				font-size: 18px;
			}
			
			#pracaForm .codedropz-upload-handler .codedropz-upload-inner span:nth-child(2) {
				display: none;
			}
			
			#pracaForm .codedropz-upload-handler .codedropz-upload-inner a {
				color: #586171;
				font-size: 14px;
			}
		
		#pracaForm .submit button {
			display: block;
			width: 100%;
		}
	
		#pracaForm .dnd-upload-status {
			display: flex;
			align-items: center;
			gap: 10px;
			padding: 5px;
			font-size: 14px;
			border: 1px solid #BFBFBF;
			border-radius: 8px;
			background: #fff;
		}
	
			#pracaForm .dnd-upload-status .dnd-upload-image {
				flex-basis: 40px;
				min-width: 40px;
				max-width: 40px;
				background: var(--orange);
				border: 0;
				display: flex;
				align-items: center;
				justify-content: center;
			}
			
				#pracaForm .dnd-upload-status .dnd-upload-image span {
					position: relative;
					left: unset;
					top: unset;
					
					display: block;
					width: 100%;
					height: 100%;
					margin: 0;
					padding: 0;
					
					background-image: url(../graf/ico_file.svg);
					background-repeat: no-repeat;
					background-position: 50% 50%;
					background-size: 18px auto;
					filter: brightness(0) invert(1);
					transform: unset;
					box-sizing: border-box;
				}
				
			#pracaForm .dnd-upload-status .dnd-upload-details {
				padding: 0;
				margin: 0;
				width: calc(100% - 50px)
			}
			
				#pracaForm .dnd-upload-status .has-error {
					display: block;
					padding-top: 5px;
					font-size: 12px;
				}
				
				#pracaForm .dnd-upload-status .name {
					font-size: 14px;
					color: var(--orange);
					font-weight: 500;
					
					align-items: center;
					gap: 5px
				}
				
				#pracaForm .dnd-upload-status .name span {
					margin: 0;
					padding: 0;
				}
				
				#pracaForm .dnd-upload-status .name em {
					font-style: unset;
					font-weight: 400;
					font-size: 12px;
				}
				
				#pracaForm .dnd-upload-status a.remove-file {
					right: 5px;
				}
				
				#pracaForm .dnd-upload-status .dnd-progress-bar span {
					padding: 2px 5px;
					box-sizing: border-box;
					display: flex;
					align-items: center;
					justify-content: flex-end;
				}
			
		
	
#container .select2-container .select2-selection--single {
	height: unset;
	margin: 0;
	border: 0;
	background: transparent;
}
	
#container .select2-container .select2-selection--single .select2-selection__arrow b {
	display: none;
}
	
	
.select2-container--simple {
	
}	

	.select2-container--simple .select2-search {
		display: none !important;
	}
	
	.select2-container .select2-dropdown {
		border: 1px solid #BFBFBF;
	}
	
	.select2-container .select2-dropdown.select2-dropdown--below {
		top: -6px;
		border-radius: 0 0 8px 8px;
		border-top: 0;
	}
	
	.select2-container .select2-dropdown.select2-dropdown--above {
		top: 8px;
		border-radius: 8px 8px 0 0;
		border-bottom: 0;
	}
	
	.select2-container .select2-dropdown ul {
		padding: 5px 0 15px 0;
	}
	
	.select2-container .select2-dropdown ul li {
		padding: 7px 15px;
		margin: 2px 0;
		font-size: 14px;
		color: var(--black);
		transition: all 0.2s ease;
	}
	
	.select2-container .select2-dropdown ul li.select2-results__option--highlighted {
		background: unset;
		color: var(--black);
	}
	
	.select2-container .select2-dropdown ul li[aria-selected="true"] {
		background: unset;
		color: var(--black);
		font-weight: 600;
		transition: all 0.2s ease;
	}
	
	.select2-container .select2-dropdown ul li:hover {
		background: #FAF5F3;
		color: var(--orange);
		transition: all 0.2s ease;
	}
	
	
#pracaMusiszWiedziec {
	padding: 100px 0 50px 0;
}
	
	#pracaMusiszWiedziec .wp-block-columns {
		gap: 100px;
		align-items: flex-start !important;
	}
	
	#pracaMusiszWiedziec .wp-block-column:first-child {
	}
		
		#pracaMusiszWiedziec .wp-block-columnn:first-child h3 {
			padding: 35px 0 10px 0;
		}
	
	#pracaMusiszWiedziec .wp-block-column:last-child {
		border: 1px solid #DFDFDF;
		padding: 40px;
		box-sizing: border-box;
		border-radius: 8px;
	}
	
		#pracaMusiszWiedziec .wp-block-column:last-child h3 {
			padding: 0 0 20px 0;
		}
		
		#pracaMusiszWiedziec .wp-block-column:last-child ul li {
			font-weight: 400;
		}
		
#naszeSpojrzenie {
	padding: 80px 0;
}	

	#naszeSpojrzenie .wp-block-columns {
		gap: 100px;
		align-items: flex-start !important;
	}
	
#trudnaPraca {
	padding: 80px 0 40px 0;
}

	#trudnaPraca .wp-block-columns {
		gap: 100px;
	}
		
	#trudnaPraca .wp-block-column:last-child {
		border: 1px solid #DFDFDF;
		padding: 40px;
		box-sizing: border-box;
		border-radius: 8px;
	}
	
		#trudnaPraca .wp-block-column:last-child h3 {
			padding: 0 0 20px 0;
		}
		
		#trudnaPraca .wp-block-column:last-child ul li {
			font-weight: 400;
		}
		
		
#introKonsultacja {
	position: relative;
	background: radial-gradient(62.08% 62.08% at 50% 50%, rgba(38, 54, 87, 0.2) 35.44%, rgba(9, 15, 24, 0.5) 100%), #192743;
	color: #fff;	
}

	#introKonsultacjaInner {
		padding-top: 200px;
		padding-bottom: 50px;
	}
	
	#introKonsultacjaInner h1 {
		color: #fff;
		padding-bottom: 25px;
	}
	
.kontaktFormy {
	margin-top: 30px;
}
	
	.kontaktFormy .borderGrey  {
		padding: 30px 35px;
		transition: all 0.2s ease;
	}
	
	.kontaktFormy .borderGrey:hover {
		background: #fff;
		border: 1px solid transparent;
		box-shadow: 0px 15px 30px 2px #1D3F791A;
		transition: all 0.2s ease;
	}
	
	.kontaktFormy figure {
		margin-bottom: 10px;
	}
	
	.kontaktFormy strong {
		font-size: 20px;
	}
	
	.kontaktFormy a {
		color: var(--orange);
		font-weight: 600;
	}
	
	.kontaktFormy a:hover {
		color: var(--darkorange);
	}

.kontaktAdresy {
	margin-top: 30px;
}

	.kontaktAdresy {
		margin-top: 30px;
	}
	
.kontaktDane {
	padding-top: 30px;
	padding-bottom: 20px;
	width: 100%;
	justify-content: space-between;
}

	.kontaktDane em {
		color: var(--orange);
		font-style: normal;
	}
	
	.kontaktDane .wp-block-column {
		width: fit-content;
		flex-basis: auto !important;
		flex-grow: unset !important;
		flex-basis: auto;
		white-space: nowrap;
	}

@media screen and (max-width: 1200px) {
	.kontaktBox {
		gap: 50px !important;
	}	
}	

#naszeWartosci {
	
}

	#naszeWartosci h2 {
		color: #fff;
	}
			
	
#content.wcPage {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background: #f7f7f7;
}

	#content.wcPage:before {
		content: "";
		display: block;
		width: 50%;
		height: 100%;
		background: #fff;
		
		position: absolute;
		z-index: -1;
		left: 0;
		top: 0;
	}

	#content.wcPage:after {
		content: "";
		display: block;
		width: 50%;
		height: 100%;
		background: #f7f7f7\;
		
		position: absolute;
		z-index: -1;
		right: 0;
		top: 0;
	}
	
	#content.wcPage .woocommerce-notices-wrapper {
		z-index: 99;
	}
	
	.woocommerce-cart .woocommerce-message,
	#content.wcPage .woocommerce-message {
		margin: 0;
		display: flex;
		align-items: center;
		width: 100%;
		box-sizing: border-box;
		background: #6db83f;
		color: #fff;
		padding: 18px 55px 15px 55px;
		border: 0;
	}
	
	.woocommerce-cart .woocommerce-error,
	#content.wcPage .woocommerce-error {
		background: #b81c23;
		color: #fff;
		padding: 18px 55px 15px 55px;
		border: 0;
	}

		.woocommerce-cart .woocommerce-message:before,
		#content.wcPage .woocommerce-message:before {
			top: 22px;
			color: #fff;
		}
		
		.woocommerce-cart .woocommerce-message a,
		#content.wcPage .woocommerce-message a {
			margin-left: auto;
			font-weight: 400;
			border-radius: 30px;
			
			border: 1px solid #fff;
			background: transparent;
			color: #fff;
			box-sizing: border-box;
			padding: 10px 20px;
			line-height: 1.2;
		}
			
			.woocommerce-cart .woocommerce-message a:hover,
			#content.wcPage .woocommerce-message a:hover {
				background: #fff;
				color: #6db83f;
			}
			
			
	#content.wcPage .product {
		position: relative;
		z-index: 1;
		position: unset;
		min-height: 1000px;

		display: grid; 
		grid-auto-columns: 1fr; 
		grid-template-columns: 1fr 550px 550px 550px 1fr; 
		gap: 0px 0px; 
		grid-template-areas: "content content content form form";
	}
	
	@media screen and (max-width: 1650px) {
		#content.wcPage .product {
			grid-template-columns: 1fr 1fr 1fr; 
			grid-template-areas: "content content form";
		}
	}

		
		#content.wcPage .product .productContent {
			grid-area: content;
			padding-top: 45px;
			
			display: flex;
			flex-direction: column;
			align-items: flex-end;
			
			box-sizing: border-box;
			background: #fff;
			
			position: relative;
			z-index: 1;
		}

		#content.wcPage .product #breadcrumbs {
			padding: 40px 0 0 3%;
		}
		

		#content.wcPage .product .is-style-fit {
			width: 100%;
			max-width: 100%;
			display: flex;
			flex-direction: column;
			align-items: flex-end;
			padding-left: 0 !important;
			padding-right: 0 !important;
		}
			
		#content.wcPage .product .productContent .has-background h2,
		#content.wcPage .product .productContent .has-background h3 {
			color: #fff;
		}
		
		#content.wcPage .product .is-style-fit {
			width: 100%;
			max-width: 100%;
			display: flex;
			flex-direction: column;
			align-items: flex-end;
			padding-left: 0 !important;
			padding-right: 0 !important;
		}
		
		#content.wcPage .product .productContent .wp-block-group > .is-style-fit {
			padding-top: 0;
		}


		#content.wcPage .product .is-style-fit > *:not(.wp-block-separator) {
			box-sizing: border-box;
			width: 100%;
			max-width: 1100px;
			box-sizing: border-box;
			padding-right: 50px;
			padding-left: 40px;
			margin: 0 0 0 0 !important;
		}
		
		@media screen and (max-width: 1650px) {
			#content.wcPage .product .is-style-fit > *:not(.wp-block-separator) {
				padding-left: 3%;
			}
		}
		
		@media screen and (max-width: 1350px) {
			#content.wcPage .product .is-style-fit > *:not(.wp-block-separator) {
				padding-right: 25px;
			}
		}
		
		#content.wcPage .product .productContent > *:not(.wp-block-separator) {
			box-sizing: border-box;
			width: 100%;
			max-width: 1100px;
			padding-right: 40px;
			padding-left: 50px;
			box-sizing: border-box;
			padding: 30px 50px 30px 40px;
		}
			
			#content.wcPage .product .productContent .tax {
				padding-top: 20px;
				padding-bottom: 20px;
			}
			
				#content.wcPage .product .productContent .tax span {
					background: #FAF5F3;
					padding: 5px 10px;
					border-radius: 20px;
					color: var(--orange);
				}
				
			#content.wcPage .product .productContent h1 {
				padding-bottom: 25px;
			}
				
			#content.wcPage .product .productContent p {
				padding: 5px 0;
			}
		
		
		#content.wcPage .product .productContent .wp-block-media-text {
			gap: 30px;
			padding: 25px 0;
		}
		
		#content.wcPage .product .productContent .wp-block-group .wp-block-media-text {
			padding: 25px 3%;
		}
			
			#content.wcPage .product .productContent .wp-block-media-text .wp-block-media-text__content {
				padding: 0 0 0 0;
			}
		
			
		#content.wcPage .product .productContent .problem-section {
			display: grid; 
			grid-auto-columns: 1fr; 
			grid-template-columns: 1fr 1fr 1fr; 
			gap: 25px;
			padding: 30px 3%;
			width: 100%;
		}
		
			#content.wcPage .product .productContent .problem-section .wp-block-column {
				min-width: 33%;
				line-height: 1.4;
			}
		
		@media screen and (max-width: 1250px) {
			#content.wcPage .product .productContent .problem-section {
				grid-template-columns: 1fr 1fr; 
			}
		}
		
		
		#content.wcPage .product .wp-block-gallery {
			display: flex;
			justify-content: flex-start;
			align-items: flex-start;
			flex-wrap: wrap;
			width: 100%;
			gap: 20px 2%;
		}
		
			#content.wcPage .product .wp-block-gallery figure {
				flex-grow: unset;
				flex-basis: 49%;
			}
			
				#content.wcPage .product .wp-block-gallery figure a {
					display: block;
					border-radius: 8px;
					padding: 8px;
					box-sizing: border-box;
					border: 1px solid #ccc;
				}
				
				#content.wcPage .product .wp-block-gallery figure a:hover {
					border: 1px solid var(--orange);
				}
					
					#content.wcPage .product .wp-block-gallery figure a img {
						display: block;
						border-radius: 8px;
					}
			
		#content.wcPage .product .productCart {
			grid-area: form;
			
			padding-left: 20px;
			padding-bottom: 30px;
			padding-right: 0;
			box-sizing: border-box;
			
			background: #f7f7f7;
		}
		
		#content.wcPage .product #productCart.off {
			position: relative !important;
		}
			
		#content.wcPage .product .productCartBoxOutter {
			position: relative;
			width: 100%;
			height: 100%;
			max-width: 530px;
			padding-right: 0;
			padding-top: 20px;
			box-sizing: border-box;
		}
		
		@media screen and (max-width: 1600px) {
			#content.wcPage .product .productCartBoxOutter { 
				max-width: 100%;
			
			}
		}

	
			#content.wcPage .product .productCartBox {				
				background: #fff;
				box-shadow: 0px 15px 30px 2px rgba(29, 63, 121, 0.1);
				border-radius: 8px;
				padding: 25px;
				box-sizing: border-box;
			}
			
				#content.wcPage .product .productCartBox .produkt_img {
					display: block;
					width: 100%;
					height: auto;
					aspect-ratio: 400 / 170;
					overflow: hidden;
					border-radius: 8px;
				}
				
					#content.wcPage .product .productCartBox .produkt_img img {
						display: block;
						width: 100%;
						height: 100%;
						object-fit: contain;
						object-position: 50% 50%;
					}
					
			#content.wcPage .product .productCartBox .productCartHeader {
				font-family: "all-round-gothic", sans-serif;
				font-weight: 600;
				font-size: 22px;
				padding-top: 15px;
				line-height: 1.3;
			}
			
			#content.wcPage .product .productCartBox .productCartDesc {
				font-size: 15px;
				color: #586171;
			}
		
			#content.wcPage .product .productCartBox form {
				margin-bottom: 0;
			}
		
			#content.wcPage .product .productCartBox .productCenaSimple {
				color: var(--orange);
				padding-top: 20px;
				padding-bottom: 20px;
			}
			
				#content.wcPage .product .productCartBox .productCenaSimple strong {
					font-weight: 600;
				}
				
				#content.wcPage .product .productCartBox .productCenaSimple .omnibus {
					font-size: 14px;
					padding-top: 5px;
					color: var(--txt);
					font-style: italic;
				}
				
			#content.wcPage .product .productCartBox .variations_choice {
				
			}
			
				#content.wcPage .product .productCartBox .variations_choice .kontaktCenaOd {
					color: var(--orange);
					padding-top: 20px;
				}
				
					#content.wcPage .product .productCartBox .variations_choice .kontaktCenaOd strong {
						font-weight: 600;
					}
					
				#content.wcPage .product .productCartBox .variations_choice input {
					position: absolute;
					visibility: hidden;
				}
				
				#content.wcPage .product .productCartBox .variations_choice label {
					background: #f7f7f7;
					border: 1px solid #f7f7f7;
					padding: 10px 10px 10px 40px;
					box-sizing: border-box;
					border-radius: 8px;
					transition: all 0.2s ease;
				}
				
				#content.wcPage .product .productCartBox .variations_choice label:hover {
					cursor: pointer;
					background: #FAF5F3;
					border: 1px solid var(--orange);
					transition: all 0.2s ease;
				}
				
				#content.wcPage .product .productCartBox .variations_choice input:checked + label {
					background-color: #FAF5F3;
					transition: all 0.2s ease;
				}
				
					#content.wcPage .product .productCartBox .variations_choice label:before {
						content: "";
						display: block;
						width: 16px;
						height: 16px;
						border-radius: 4px;
						background-color: #fff;
						border: 1px solid #bfbfbf;
						background-image: url(../graf/ico_checkSimple.svg);
						background-size: 10px auto;
						background-repeat: no-repeat;
						background-position: 50% 50%;
						
						position: absolute;
						left: 10px;
						top: 15px;
						transition: all 0.2s ease;
					}
				
					#content.wcPage .product .productCartBox .variations_choice input:checked + label:before {
						background-color: var(--orange);
						border: 1px solid var(--orange);
						transition: all 0.2s ease;
					}
					
					#content.wcPage .product .productCartBox .variations_choice label .nazwaPakietu {
						font-weight: 600;
					}
					
					#content.wcPage .product .productCartBox .variations_choice label .cenaPakietu {
						display: flex;
						flex-wrap: wrap;
						align-items: flex-end;
						gap: 5px;
						
						font-size: 16px;
					}
										
						#content.wcPage .product .productCartBox .variations_choice label .cenaPakietu .price_netto {
							font-weight: 600;
						}
						
					#content.wcPage .product .productCartBox .variations_choice label span {
						display: inline;
					}

			#content.wcPage .product .productCartBox .product_cart {
				margin-top: 20px;
			}
				
				#content.wcPage .product .productCartBox .product_cart button {
					display: block;
					width: 100%;
					padding: 13px 50px;
					text-align: center;
					font-weight: 600;
					text-decoration: none;
					color: #fff;
					background: var(--orange);
					outline: 2px solid var(--orange);
					border-radius: 30px;
					position: relative;
					top: 0;
					outline-offset: -2px;
					font-size: 16px;
					cursor: pointer;
					transition: all .2s ease-in-out;
				}

					#content.wcPage .product .productCartBox .product_cart button span {
						display: inline-block;
						padding: 2px 0 2px 30px;
						
						background-image: url(../graf/ico_cart.svg);
						background-size: contain;
						background-repeat: no-repeat;
						background-position: 0% 50%;
					}
					
					#content.wcPage .product .productCartBox .product_cart button:hover {
						color: #fff;
						background: var(--darkorange);
						outline: 2px solid var(--darkorange);
					}
			

		#content.wcPage .product .productCartBox .productKontakt {
			border: 1px solid #DFDFDF;
			border-radius: 8px;
			margin-top: 20px;
			transition: all .2s ease-in-out;
		}
					
		#content.wcPage .product .productCartBox .productKontakt:hover {
			border: 1px solid var(--orange);
			transition: all .2s ease-in-out;
		}
			
			#content.wcPage .product .productCartBox .productKontakt .productCenaSimple {
				padding: 30px 30px 0 30px;
			}
			
				#content.wcPage .product .productCartBox .productKontakt .productCenaSimple strong {
					display: block;
				}
				
			#content.wcPage .product .productCartBox .productKontakt a {
				position: relative;
				padding: 20px 60px 20px 30px;
				box-sizing: border-box;
			
				display: flex;
				align-items: center;
				gap: 10px;
				font-weight: 600;
			}

				#content.wcPage .product .productCartBox .productKontakt a:after {
					content: "";
					display: block;
					width: 6px;
					height: 6px;
					border-left: 2px solid var(--orange);
					border-bottom: 2px solid var(--orange);
					
					position: absolute;
					right: 30px;
					transform: rotate(-45deg) translateY(-3px);
					transition: all 0.2s ease;
				}
				
				#content.wcPage .product .productCartBox .productKontakt.on a:after {
					transform: rotate(-225deg) translateY(-3px);
					transition: all 0.2s ease;
				}

		#content.wcPage .product .productCartBox .productKontakt #productKontaktForm {
			padding: 0 30px;
			max-height: 0;
			overflow: hidden;
			visibility: hidden;
			opacity: 0;
			transition: all 0.2s ease;
		}	

		#content.wcPage .product .productCartBox .productKontakt.on #productKontaktForm {
			padding: 0 30px 25px 30px;
			max-height: 1500px;
			overflow: hidden;
			visibility: visible;
			opacity: 1;
			transition: all 0.2s ease;
		}
		
			#content.wcPage .product .productCartBox .productKontakt.on #productKontaktForm h3 {
				font-family: "all-round-gothic", sans-serif;
				font-size: 20px;
				font-weight: 600;
				line-height: 1.4;
				padding: 0;
			}
				
			#content.wcPage .product .productCartBox .productKontakt.on #productKontaktForm .productDesc {
				padding: 10px 0;
				font-size: 14px;
				color: #586171;
				line-height: 1.4;
			}
				
ul.is-style-wooCoZrobimy {
	list-style: none;
}

	ul.is-style-wooCoZrobimy > li {
		margin: 20px 0;
		font-size: 18px;
		font-weight: 600;
		border: 1px solid #dfdfdf;
		padding: 20px 20px 20px 70px !important;
		box-sizing: border-box;
		border-radius: 8px;
		background-color: #fff;
		background-image: url(../graf/ico_arrowCircleBlue.svg);
		background-size: 30px auto;
		background-repeat: no-repeat;
		background-position: 20px 20px;
		transition: all 0.2s ease;
	}

	ul.is-style-wooCoZrobimy > li:hover {
		box-shadow: 0px 5px 20px 2px rgba(29, 63, 121, 0.1);
		transition: all 0.2s ease;

	}
	
		ul.is-style-wooCoZrobimy > li strong {
			font-weight: 600;
		}
		
		ul.is-style-wooCoZrobimy > li > ul {
			color: #586171;
			list-style: disc;
			padding-left: 25px !important;
			
			font-size: 16px;
			font-weight: 400;
		}
		
#content.wcPage .product .has-dark-blue-background-color {
	position: relative;
	z-index: 1;
	padding: 100px 0;
	width: 100%;
	
	display: flex;
	justify-content: flex-end;
}		

#polecaneUslugi {
	padding-top: 100px;
	padding-bottom: 100px;
}

	#polecaneUslugi .polecaneUslugiTop {
		display: flex;
		justify-content: space-between;
		padding-bottom: 40px;
	}
	
		#polecaneUslugi .polecaneUslugiTop h2 {
			padding: 0;
		}
		
		#polecaneUslugi .polecaneUslugiTop .polecaneUslugiNav {
			display: flex;
			align-items: center;
			gap: 10px;
		}
		
		#polecaneUslugi .polecaneUslugiTop .polecaneUslugiNav .polecaneUslugiNav_prev {
				cursor: pointer;
				
				display: block;
				width: 27px;
				height: 27px;
				
				border: 2px solid var(--orange);
				border-radius: 50%;
				
				background-image: url(../graf/ico_arrow_orange.svg);
				background-repeat: no-repeat;
				background-position: 50% 50%;
				transition: all 0.2s ease;
			}
			
				#polecaneUslugi .polecaneUslugiTop .polecaneUslugiNav .polecaneUslugiNav_prev:hover {
					background-color: var(--orange);
					background-image: url(../graf/ico_arrow_white.svg);
					transition: all 0.2s ease;
				}
		
			#polecaneUslugi .polecaneUslugiTop .polecaneUslugiNav .polecaneUslugiNav_next {
				cursor: pointer;
				
				display: block;
				width: 27px;
				height: 27px;
				
				border: 2px solid var(--orange);
				border-radius: 50%;
				
				background-image: url(../graf/ico_arrow_orange.svg);
				background-repeat: no-repeat;
				background-position: 50% 50%;
				transform: rotate(180deg);
				transition: all 0.2s ease;
			}
			
				#polecaneUslugi .polecaneUslugiTop .polecaneUslugiNav .polecaneUslugiNav_next:hover {
					background-color: var(--orange);
					background-image: url(../graf/ico_arrow_white.svg);
					transition: all 0.2s ease;
				}
		
		a.produkt {
			border: 1px solid #DFDFDF;
			border-radius: 8px;
			padding: 25px;
			box-sizing: border-box;
			color: var(--txt);
			
			display: flex;
			flex-direction: column;
			gap: 10px;
		}
		
			a.produkt h3 {
				padding: 0;
			}
			
			a.produkt .product-kompetencje {
				display: flex;
				gap: 10px;
				line-height: 1;
			}
			
				a.produkt .product-kompetencje span {
					background: #FAF5F3;
					padding: 5px 10px;
					border-radius: 20px;
					color: var(--orange);
				}
				
			a.produkt .productFooter {
				margin-top: auto;
				padding-top: 30px;
				
				display: flex;
				align-items: flex-end;
				gap: 20px;
			}
				
				a.produkt .product-price {
					
				}
				
					a.produkt .priceNetto {
						color: var(--orange);
						font-size: 18px;
						font-weight: 600;
						line-height: 1.4;
					}
					
					a.produkt .priceBrutto {
						padding-top: 5px;
						color: #586171;
						font-size: 16px;
						font-weight: 400;
						line-height: 1.3;
					}
					
					a.produkt .product-price .priceTxt {
						line-height: 1.3;
					}
				
				a.produkt .productMore {
					margin-left: auto;
				}
				
					a.produkt .productMore span {
						position: relative;
						display: block;
						width: 45px;
						height: 45px;
						background: #FAF5F3;
						border-radius: 50%;
						transition: all 0.2s ease;
					}
					
					a.produkt .productMore span:after {
						content: "";
						display: block;
						width: 100%;
						height: 100%;
						
						position: absolute;
						z-index: 1;
						left: 0;
						top: 0;
						
						background-image: url(../graf/arrowRightOrange.svg);
						background-size: 18px auto;
						background-repeat: no-repeat;
						background-position: 50% 50%;
						transition: all 0.2s ease;
					}
				
				
		a.produkt:hover {
			background: #FFFFFF;
			border: 1px solid transparent;
			box-shadow: 0px 15px 30px 2px rgba(29, 63, 121, 0.1);
			border-radius: 8px;
		}

			a.produkt:hover .productMore span {
				background: var(--orange);
				transition: all 0.2s ease;
			}

			a.produkt:hover .productMore span:after {
				filter: brightness(0) invert(1);
				transition: all 0.2s ease;
			}
			
			
				
	#polecaneUslugiSlider {
		position: relative;
		overflow: hidden;
	}
	
		#polecaneUslugiSlider:before {
			content: "";
			display: block;
			width: 200px;
			height: 100%;
			position: absolute;
			z-index: 5;
			right: 0;
			top: 0;
			background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
		}
		
		#polecaneUslugiSlider a {
			height: 100%;
		}
			
			
#page_header.produkty {
	position: relative;
	z-index: 5;
	padding-bottom: 70px;
}

	#page_header.produkty #page_header_inner > * {
		position: relative;
	}
	
	#page_header.produkty #page_header_inner #breadcrumbs {
		
	}
	
	#page_header.produkty #page_header_inner .wp-block-columns {
		align-items: flex-start !important;
	}

	#page_header.produkty #page_header_inner .wp-block-column:first-child {
		display: flex;
		flex-direction: column;
		gap: 15px;
	}
	
		#page_header.produkty #page_header_inner .wp-block-column:first-child span {
			line-height: 1;
			font-weight: 500;
			text-transform: uppercase;
			color: var(--orange);
			padding-top: 10px;
			display: block;
		}
		
		#page_header.produkty #page_header_inner .wp-block-column:first-child h1 {
			margin-top: auto;
		}
		
	#page_header.produkty #page_header_inner .wp-block-column:last-child {
		
	}
	
	.wyroznionyProdukt {
		margin-left: auto;
		
		width: 100%;
		max-width: 600px;
		background: #fff;
		box-shadow: 0px 15px 30px 2px rgba(29, 63, 121, 0.1);
		border-radius: 8px;
		
		display: flex;
		gap: 20px;
		align-items: center;
		padding: 25px;
		box-sizing: border-box;
	}
	
		.wyroznionyProdukt .wyroznionyProduktContent {
			flex-basis: 65%;
		}
	
			.wyroznionyProdukt .wyroznionyProduktContent .kompetencje span {
				background: #FAF5F3;
				padding: 5px 10px;
				border-radius: 20px;
				color: var(--orange);
			}
			
			.wyroznionyProdukt .wyroznionyProduktContent h3 {
				font-size: 24px;
			}
				
			.wyroznionyProdukt .wyroznionyProduktContent .more {
				display: inline-block;
				margin-top: 20px;
				
				padding: 2px 30px 2px 0;
				font-weight: 600;
				
				background-image: url(../graf/arrowRightOrange.svg);
				background-size: 18px auto;
				background-repeat: no-repeat;
				background-position: 100% 50%;
			}
				
		.wyroznionyProdukt .wyroznionyProduktImg {
			flex-basis: 35%;
		}
		
			.wyroznionyProdukt .wyroznionyProduktImg figure {
				position: relative;
				z-index: 5;
				overflow: hidden;
				border-radius: 50%;
				padding: 20px;
				aspect-ratio: 1 / 1;
				box-sizing: border-box;
			}
			
				.wyroznionyProdukt .wyroznionyProduktImg figure:before {
					content: "";
					display: block;
					position: absolute;
					z-index: -1;
					right: 0;
					top: 0;
					width: 50%;
					height: 100%;
					background-color: var(--blue);
					border-radius: 0 50% 50% 0;
				}
				
				.wyroznionyProdukt .wyroznionyProduktImg figure img {
					display: block;
					width: 100%;
					height: 100%;
					border-radius: 50%;
					object-fit: cover;
					object-position: 50% 50%;
				}
			
		
#produktyBox {
	display: flex;
	align-items: flex-start;
	gap: 40px;
	padding-top: 40px;
}	

	#produktyBox .produktyFilter {
		flex-basis: 22%;
	}
	
		#produktySearch {
			padding: 30px;
			box-sizing: border-box;
			background: #fff;
			border-radius: 8px;
			box-shadow: 0px 15px 30px 2px rgba(29, 63, 121, 0.1);
		}
		
			#produktySearch strong.header {
				display: block;
				font-size: 24px;
				font-weight: 600;
				line-height: 1.3;
				color: var(--black);
			}
		
			#produktySearch form {
				position: relative;
				margin-top: 15px;
			}
			
				#produktySearch form input {
					display: block;
					width: 100%;
					padding: 18px 50px 18px 15px;
					border-radius: 4px;
					box-sizing: border-box;
					background: #fff;
					border: 1px solid #DFDFDF;
				}
				
					#produktySearch form input::placeholder {
						color: #BFBFBF;
						font-style: italic;
						font-size: 16px;
					}
			
				#produktySearch form button {
					position: absolute;
					top: 50%;
					right: 15px;
					transform: translateY(-50%);
					
					display: block;
					width: 25px;
					height: 25px;
					
					background-color: transparent;
					background-image: url(../graf/icoSearch.svg);
					background-repeat: no-repeat;
					background-position: 50% 50%;
					cursor: pointer;
					transition: all 0.2s ease;
				}
				
				#produktySearch form button:hover {
					filter: brightness(0);
					transition: all 0.2s ease;
				}
				
		.produktyKategorie {
			margin-top: 20px;
			padding: 30px;
			box-sizing: border-box;
			background: #fff;
			border-radius: 8px;
			box-shadow: 0px 15px 30px 2px rgba(29, 63, 121, 0.1);
		}
					
			.produktyKategorie strong.header {
				display: block;
				font-size: 24px;
				font-weight: 600;
				line-height: 1.3;
				padding-bottom: 25px;
				color: var(--black);
			}
		
			.produktyKategorie .catBox {
				padding: 15px 0;
				border-bottom: 1px solid #DFDFDF;
			}
			
			.produktyKategorie .catBox > a {
				display: block;
				color: var(--txt);
				font-size: 18px;
				font-weight: 500;
				cursor: pointer;
				transition: all 0.2s ease;
			}
			
				.produktyKategorie .catBox > a.current-cat,
				.produktyKategorie .catBox > a:hover {
					color: var(--orange);
				}
				
			.produktyKategorie .catBox a.catHeader,
			.produktyKategorie .catBox strong.catHeader {
				position: relative;
				font-size: 18px;
				font-weight: 500;
				display: block;
				padding-right: 20px;
				cursor: pointer;
				transition: all 0.2s ease;
			}

				.produktyKategorie .catBox a.catHeader.has-children:after,
				.produktyKategorie .catBox strong.catHeader:after {
					content: "";
					display: block;
					width: 8px;
					height: 8px;
					background-color: #fff;
					border-right: 1px solid var(--txt);
					border-bottom: 1px solid var(--txt);
					
					position: absolute;
					right: 5px;
					top: 10px;
					transform: rotate(45deg);
					transition: all 0.2s ease;
				}
				
				.produktyKategorie .catBox a.catHeader.current-cat,
				.produktyKategorie .catBox a.catHeader:hover,
				.produktyKategorie .catBox strong.catHeader.current-cat,
				.produktyKategorie .catBox strong.catHeader:hover {
					color: var(--orange);
					transition: all 0.2s ease;
				}
				
				.produktyKategorie .catBox a.catHeader.has-children:hover:after,
				.produktyKategorie .catBox strong.catHeader:hover:after {
					border-right: 1px solid var(--orange);
					border-bottom: 1px solid var(--orange);
					transition: all 0.2s ease;
				}
				
				.produktyKategorie .catBox.on a.catHeader.has-children:after,
				.produktyKategorie#produktyCats .catBox a.catHeader.has-children.current-cat:after,
				.produktyKategorie .catBox.on strong.catHeader.has-children:after {
					border-right: 1px solid var(--orange);
					border-bottom: 1px solid var(--orange);
					transform: rotate(45deg) scale(-1, -1);
					top: 16px;
					transition: all 0.2s ease;
					
				}
				
			.produktyKategorie .catList {
				overflow: hidden;
				display: block;
				width: 100%;
				max-height: 0;
				opacity: 0;
				transition: all 0.2s ease;
			}
			
			.produktyKategorie .catBox.on .catList,
			.produktyKategorie#produktyCats .catBox .catList {
				max-height: 550px;
				opacity: 1;
				padding-top: 15px;
				transition: all 0.2s ease;
			}
			
			
			.produktyKategorie .catList br {
				display: none;
			}
			
			.produktyKategorie .catList a {
				display: block;
				margin: 1px 0;
				padding: 5px 10px;
				line-height: 1.5;
				font-size: 14px;
				color: var(--txt);
				cursor: pointer;
				font-weight: 400;
				transition: all 0.2s ease;
			}
				
				.produktyKategorie .catList a.current-cat,
				.produktyKategorie .catList a:hover {
					color: var(--orange);
				}
				
			.produktyKategorie .catList label {
				display: block;
				margin: 1px 0;
				padding: 5px 10px;
				line-height: 1.5;
				font-size: 14px;
				cursor: pointer;
				font-weight: 400;
				transition: all 0.2s ease;
			}
			
				.produktyKategorie .catList label input {
					position: absolute;
					opacity: 0;
				}
					
				.produktyKategorie .catList label span {
					position: relative;
					padding: 2px 0 2px 35px;
				}
				
					.produktyKategorie .catList label span:before {
						content: "";
						display: block;
						width: 18px;
						height: 18px;
						border: 1px solid #BFBFBF;
						border-radius: 4px;
						background-color: #fff;
						background-image: url(../graf/ico_checkSimple.svg);
						background-position: 50% 50%;
						background-size: 12px auto;
						background-repeat: no-repeat;
						
						position: absolute;
						left: 0;
						top: 2px;
					}

			.produktyKategorie .catList label:hover {
				background-color: #FAF5F3;
				color: var(--orange);
				transition: all 0.2s ease;
			}
					
			.produktyKategorie .catList label input:checked + span:before {
				background-color: var(--orange);
				border: 1px solid var(--orange);
			}		
		
		.produktyKategorie #filterButtons {
			display: block;
			width: 100%;
			position: sticky;
			bottom: 0;
			margin-top: 20px;
		}
			
			.produktyKategorie #filterButtonsSticky {
				display: flex;
				width: 100%;
				gap: 15px;
				padding: 10px 0;
				background: #fff;
			}
			
			.produktyKategorie #filterButtonsSticky button#applyFilters {
				flex-basis: 52%;
				padding: 10px 20px;
			}
			
			.produktyKategorie #filterButtonsSticky button#clearFilters {
				flex-basis: 48%;
				padding: 10px 0;
				
				background: transparent;
				color: var(--orange);
				font-weight: bold;
				font-size: 16px;
				cursor: pointer;
				transition: all 0.2s ease;
			}
			
				.produktyKategorie #filterButtonsSticky button#clearFilters:hover {
					color: var(--darkorange);
					transition: all 0.2s ease;
				}
			
	#produktyBox .produktyList {
		flex-basis: 78%;
	}			
	
		#produktyBox .aktywneFiltry {
			padding-bottom: 25px;
			
			display: flex;
			flex-wrap: wrap;
			align-items: center;
			gap: 5px 10px;
			font-size: 14px;
		}
		
			#produktyBox .aktywneFiltry strong {
				font-weight: 400;
				padding-right: 10px;
				color: #586171;
			}
			
			#produktyBox .aktywneFiltry .filterTerm {
				background: #FAF5F3;
				color: var(--orange);
				
				display: flex;
				align-items: center;
				gap: 10px;
				padding: 3px 10px;
				border-radius: 20px;
				font-weight: 500;
			}
				
				#produktyBox .aktywneFiltry .filterTerm a.filterRemove {
					color: var(--orange);
					font-size: 26px;
					font-weight: 400;
					line-height: 1;
				}
				
				#produktyBox .aktywneFiltry .filterTerm a.filterRemove:hover {
					color: var(--txt);
				}
				
		#produktyBox .produktyListGrid {
			display: grid; 
			grid-template-columns: repeat(3, 1fr); 
			gap: 25px 25px; 
			
			padding-bottom: 50px;
		}
		
	@media screen and (max-width: 1300px) {
		#produktyBox .produktyListGrid {
			grid-template-columns: repeat(2, 1fr); 
		}
		
		#produktyBox .produktyFilter {
			min-width: 250px;
		}
		
		#produktySearch {
			padding: 25px 15px;
		}
		
		#produktyKategorie {
			padding: 25px 15px;
		}
	}
		
	.categoryDesc  {
		padding-top: 60px;
	}
	
		.categoryDesc h2 {
			font-size: 30px;
			padding: 35px 0 15px 0;
		}
		
		.categoryDesc h3 {
			font-size: 24px;
			padding: 25px 0 15px 0;
		}
		
		.categoryDesc ol,
		.categoryDesc ul {
			padding: 5px 0 5px 20px;
		}
		
			.categoryDesc ol li,
			.categoryDesc ul li {
				padding: 3px 0;
			}
			
			

.woocommerce-cart #breadcrumbs,
.woocommerce-checkout #breadcrumbs {
	display: none !important;
}

	
#koszyk {
	padding-top: 35px;
	padding-bottom: 50px;
}	

#checkout {
	padding-top: 35px;
	padding-bottom: 50px;
}	

#cart_steps {
	display: flex;
	width: 100%;
	gap: 20px;
	
	background: #FFFFFF;
	box-shadow: 0px 15px 30px 2px rgba(29, 63, 121, 0.1);
	border-radius: 8px;
	padding: 30px;
	box-sizing: border-box;
}

	#cart_steps .cart_step {
		flex-grow: 1;
		
		display: grid; 
		grid-template-columns: 35px auto; 
		grid-template-rows: auto auto; 
		gap: 2px 15px; 
		
		font-size: 16px;
		line-height: 1.2;
	}
	
		#cart_steps .cart_step .ico {
			grid-area: 1 / 1 / 3 / 2;
			align-self: center;
		}
		
			#cart_steps .cart_step .ico figure {
				display: flex;
				align-items: center;
				justify-content: center;
				width: 35px;
				height: 35px;
				background: #FAF5F3;
				border-radius: 50%;
			}
			
		#cart_steps .cart_step strong {
			grid-area: 1 / 2 / 2 / 3;
			color: #2A3445;
		}
		
		#cart_steps .cart_step span {
			grid-area: 2 / 2 / 3 / 3;
			color: #586171;
		}
		
	#cart_steps .cart_step.active {
		
	}
	
		#cart_steps .cart_step.active .ico figure {
			background: var(--orange);
		}
	
			#cart_steps .cart_step.active .ico figure img {
				filter: brightness(0) invert(1);
			}
			
		#cart_steps .cart_step.active strong {
			color: var(--orange);
		}
		
		#cart_steps .cart_step.active span {
			color: var(--orange);
		}
			
	#cart_steps .cart_step.done {
		
	}
		
		#cart_steps .cart_step.done .ico figure {
			background: #ECF5E6;
		}
		
			#cart_steps .cart_step.done .ico figure img {
				filter: brightness(0) saturate(100%) invert(72%) sepia(25%) saturate(1159%) hue-rotate(51deg) brightness(88%) contrast(78%);
			}
				
				
			
		
#koszyk .woocommerce-cart-form {
	margin-top: 20px;
	background: #FFFFFF;
	box-shadow: 0px 15px 30px 2px rgba(29, 63, 121, 0.1);
	border-radius: 8px;
	padding: 40px 30px;
	box-sizing: border-box;
}

	#koszyk .woocommerce-cart-form h3 {
		padding: 0;
		margin: 0;
		font-size: 30px;
		font-weight: 600;
	}		
	
	#koszyk .woocommerce-cart-form table.shop_table {
		border: 0;
		padding-top: 30px;
	}
	
		#koszyk .woocommerce-cart-form table.shop_table tbody {
			display: flex;
			flex-direction: column;
			gap: 15px;
		}
		
		#koszyk .woocommerce-cart-form table.shop_table tr {
			border: 1px solid #DFDFDF;
			border-radius: 8px;
			
			display: flex;
			width: 100%;
			align-items: center;
			gap: 20px;
			padding: 15px;
			box-sizing: border-box;
		}
		
		#koszyk .woocommerce-cart-form table.shop_table tr td {
			border: 0;
		}
		
			#koszyk .woocommerce-cart-form table.shop_table td.product-thumbnail {
				width: 80px;
				min-width: 80px;
				height: 80px;
				border-radius: 4px;
				overflow: hidden;
				padding: 0;
			}
		
				#koszyk .woocommerce-cart-form table.shop_table td.product-thumbnail img {
					display: block;
					width: 100%;
					height: 100%;
					object-fit: cover;
					object-position: 50% 50%;
				}
				
			#koszyk .woocommerce-cart-form table.shop_table td.product-name {
				flex-grow: 1;
				display: flex;
				justify-content: space-between;
				align-items: center;
				gap: 40px;
				font-size: 16px;
				line-height: 1.3;
				padding: 0;
			}
			
				#koszyk .woocommerce-cart-form table.shop_table td.product-name .product-title {
					flex-grow: 1;
				}
				
				#koszyk .woocommerce-cart-form table.shop_table td.product-name .product-title a {
					color: var(--txt);
					font-weight: 600;
				}
			
					#koszyk .woocommerce-cart-form table.shop_table td.product-name .product-title a:hover {
						color: var(--orange);
					}
					
				#koszyk .woocommerce-cart-form table.shop_table td.product-name .product_remove a {
					display: block;
					width: 20px;
					height: 20px;
					
					background-image: url(../graf/icoTrash.svg);
					background-repeat: no-repeat;
					background-position: 50% 50%;
					filter: brightness(0);
				}
				
					#koszyk .woocommerce-cart-form table.shop_table td.product-name .product_remove a:hover {
						background-color: transparent;
						filter: unset;
					}		

	#koszyk .woocommerce-cart-form button#update_cart {
		display: table;
		margin: 20px auto;
		
		padding: 10px 25px;
		font-size: 14px;
	}
	
		#koszyk .woocommerce-cart-form button#update_cart[disabled] {
			display: none;
		}		
		
	#koszyk .woocommerce-cart-form #kupon_rabatowy {
		display: block;
		width: 100%;
		border: 1px solid #DFDFDF;
		border-radius: 8px;
		box-sizing: border-box;
	}
	
		#koszyk .woocommerce-cart-form #kupon_rabatowy a#coupon_button {
			position: relative;
			display: block;
			width: 100%;
			text-align: left;
			color: var(--orange);
			font-weight: 600;
			font-size: 16px;
			box-sizing: border-box;
			line-height: 1.2;
			
			padding: 20px 15px 20px 50px;
			background-color: transparent;
			background-image: url(../graf/icoPromo.svg);
			background-repeat: no-repeat;
			background-position: 15px 50%;
			cursor: pointer;
		}
		
			#koszyk .woocommerce-cart-form #kupon_rabatowy a#coupon_button:after {
				content: "";
				display: block;
				width: 8px;
				height: 8px;
				background-color: #fff;
				border-right: 1px solid var(--orange);
				border-bottom: 1px solid var(--orange);
				
				position: absolute;
				right: 20px;
				top: 22px;
				transform: rotate(45deg);
				transition: all 0.2s ease;
			}		
			
			#koszyk .woocommerce-cart-form #kupon_rabatowy.on a#coupon_button:after {
				transform: rotate(225deg);
				top: 25px;
				transition: all 0.2s ease;
			}
			
		#koszyk .woocommerce-cart-form #kupon_rabatowy .coupon {
			padding: 0 15px 0 15px;
			display: flex;
			flex-wrap: wrap;
			gap: 20px;
			align-items: center;
			
			max-height: 0;
			overflow: hidden;
			opacity: 0;
			transition: all 0.2s ease;
		}
		
		#koszyk .woocommerce-cart-form #kupon_rabatowy.on .coupon {
			max-height: 200px;
			opacity: 1;
			padding: 10px 15px 20px 15px;		
			transition: all 0.2s ease;
		}
		
			#koszyk .woocommerce-cart-form #kupon_rabatowy .coupon input {
				flex-grow: 1;
				
				background: transparent;
				border: 1px solid #BFBFBF;
				padding: 15px 15px;
				box-sizing: border-box;
				border-radius: 4px;
				font-size: 16px;
			}
			
			#koszyk .woocommerce-cart-form #kupon_rabatowy .coupon .coupon-error-notice {
				display: block;
				padding: 10px 10px;
				box-sizing: border-box;
				width: 100%;
				background: #FFEAEA;
				color: #ED1818;
				text-align: center;
			}
			
#koszyk .cart-collaterals {
	margin-top: 20px;
	background: #FFFFFF;
	box-shadow: 0px 15px 30px 2px rgba(29, 63, 121, 0.1);
	border-radius: 8px;
	padding: 40px 30px;
	box-sizing: border-box;
}

	#koszyk .cart-collaterals .cart_totals {
		float: unset;
		width: 100%;
	}

	#koszyk .cart-collaterals .cart_totals table {
		border: 0;
	}
		
		#koszyk .cart-collaterals .cart_totals table tbody {
			display: flex;
			flex-direction: column;
			width: 100%;
			justify-content: space-between;
			gap: 10px;
		}
		
		#koszyk .cart-collaterals .cart_totals table tr {
			display: flex;
			align-items: center;
			gap: 10px;
			width: 100%;
		}
			
			#koszyk .cart-collaterals .cart_totals table tr th,
			#koszyk .cart-collaterals .cart_totals table tr td {
				padding: 0;
				border: 0;
			}
			
			#koszyk .cart-collaterals .cart_totals table tr th {
				font-weight: 400;
			}
			
			#koszyk .cart-collaterals .cart_totals table tr td {
				margin-left: auto;
				text-align: right;
				font-weight: 600;
			}
			
			#koszyk .cart-collaterals .cart_totals table tr td .woocommerce-shipping-destination {
				display: none;
			}
			
			#koszyk .cart-collaterals .cart_totals table tr td .woocommerce-shipping-destination {
				display: none;
			}
			
		#koszyk .cart-collaterals .cart_totals table tr.order-total {
			margin-top: 10px;
			background: #F7F7F7;
			padding: 15px 15px;
			border-radius: 8px;
			box-sizing: border-box;
		}
			
			#koszyk .cart-collaterals .cart_totals table tr.order-total th {
				font-weight: 500;
			}
			
			#koszyk .cart-collaterals .cart_totals table tr.order-total td {
				font-weight: 700;
				color: var(--orange);
			}
			
		#koszyk .cart-collaterals .cart_totals .wc-proceed-to-checkout {
			padding: 0;
			margin: 30px 0 0 0;
			text-align: center;
		}
			
			#koszyk .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
				text-align: center;
				margin: 0 auto;
				display: inline-block;
				padding: 12px 70px;
				font-size: 16px;
			}
			
			
#checkout {
	
}

	#checkout ul.woocommerce-error {
		padding: 0;
		background: unset;
		border: 0;
		padding-top: 10px;
	}
	
		#checkout ul.woocommerce-error:before,
		#checkout ul.woocommerce-error:after {
			display: none;
		}
		
		#checkout ul.woocommerce-error li {
			position: relative;
			background: #FFEAEA;
			color: #ED1818;
			display: block;
			margin: 10px 0;
			padding: 10px 20px 10px 50px !important;
			border-radius: 8px;
			font-size: 16px;
		}
		
		#checkout ul.woocommerce-error li:before {
			font-family: WooCommerce;
			content: "\e028";
			display: inline-block;
			position: absolute;
			top: 10px;
			left: 20px;	
			content: "\e016";
			color: #ED1818;
		}
		
		#checkout ul.woocommerce-error li a,
		#checkout ul.woocommerce-error li a strong {
			color: #ED1818;
			font-weight: 400;
		}
		
		
	#checkout #tableDetails {
		margin-top: 20px;
		background: #FFFFFF;
		box-shadow: 0px 15px 30px 2px rgba(29, 63, 121, 0.1);
		border-radius: 8px;
		padding: 40px 30px;
		box-sizing: border-box;
	}

		#checkout h3 {
			padding: 0 0 15px 0;
			margin: 0;
			font-size: 30px;
			font-weight: 600;
			text-align: center;
		}		

		#checkout #customer_details {
			width: 100%;
			max-width: 500px;
			margin: 0 auto;
			flex-direction: column;
		}		
			
			#checkout #customer_details:before,
			#checkout #customer_details:after {
				display: none;
			}
			
			#checkout #customer_details .woocommerce-shipping-fields {
				display: none;
			}
			
			#checkout #customer_details .form-row {
				position: relative;
				display: block;
				width: 100%;
				float: unset;
				margin: 0;
				margin: 20px 0;
			}
			
			#checkout #customer_details .form-row#shipping_country_field label[for="shipping_country"] {
				display: none;
			}
			
			#checkout #customer_details .form-row.notes {
				margin-top: 0;
			}
			
			#checkout #customer_details span.woocommerce-input-wrapper {
				display: block;
				position: relative;
			}
			
			
			#checkout #customer_details input {
				display: block;
				padding: 12px 15px;
				font-size: 16px;
				border: 1px solid #BFBFBF;
			}
			
			#checkout #customer_details input[aria-invalid="true"] {
				border: 1px solid #ED1818;
			}
			
			#checkout #customer_details textarea {
				display: block;
				height: 120px;
				padding: 12px 15px;
				font-size: 16px;
				border: 1px solid #BFBFBF;
				resize: none;
			}
		
			#checkout #customer_details label {
				display: block;
				padding: 0;
				margin: 0;

				position: absolute;
				left: 15px;
				top: 10px;
				font-size: 16px;
				color: #586171;
				font-weight: 400;
				pointer-events: none;
				transition: all 0.3s ease;
			}
			
				#checkout #customer_details label span {
					position: relative;
					display: inline-block;
					color: #586171;
					font-size: 12px;
					top: -4px;
				}
				
				#checkout #customer_details label span.optional {
					display: none !important;
				}
					
				#checkout #customer_details #billing_country_field label,
				#checkout #customer_details input:focus ~ label,
				#checkout #customer_details input:not(:placeholder-shown) ~ label,
				#checkout #customer_details textarea:focus ~ label,
				#checkout #customer_details textarea:not(:placeholder-shown) ~ label {
					z-index: 5;
					top: -11px;
					left: 10px;
					font-size: 12px;
					background-color: white;
					padding: 0 5px;
					color: #333;
				}
				
				#checkout #customer_details #billing_country_field label {
					top: -8px;
				}

					#checkout #customer_details input:focus ~ label span,
					#checkout #customer_details input:not(:placeholder-shown) ~ label span,
					#checkout #customer_details textarea:focus ~ label span,
					#checkout #customer_details textarea:not(:placeholder-shown) ~ label span {
						font-size: 10px;
					}
					
					
				#checkout #customer_details input::placeholder,
				#checkout #customer_details textarea::placeholder {
				  opacity: 0;
				}
				
				#checkout #customer_details .select2-container .select2-selection {
					display: block;
					padding: 12px 15px;
					font-size: 16px;
					border: 1px solid #BFBFBF;
				}
			
				#checkout #customer_details .select2-container .select2-selection .select2-selection__rendered {
					padding: 0;
				}
					
				#checkout #customer_details .select2-container .select2-selection .select2-selection__arrow {
					background-image: url(../graf/ico_arrowBottom.svg);
					background-repeat: no-repeat;
					background-position: 50% 50%;
					background-size: contain;
					
					display: block;
					width: 15px;
					height: 9px;
					position: absolute;
					top: 20px;
					right: 15px;
					transition: all 0.2s ease;
				}
				
				#checkout #customer_details .select2-container.select2-container--open .select2-selection .select2-selection__arrow {
					transform: rotate(180deg);
				}
				
		#checkout #order_review {
			padding-top: 50px;
			width: 100%;
			max-width: 500px;
			margin: 0 auto;
			flex-direction: column;
		}		
		
			#checkout #order_review .shop_table {
				border: 0;
				
				display: flex;
				flex-direction: column;
				width: 100%;
			}
		
				#checkout #order_review .shop_table thead tr {
					display: flex;
					width: 100%;
					padding: 15px 20px;
					box-sizing: border-box;
					justify-content: space-between;
				}
					
					#checkout #order_review .shop_table thead th {
						font-weight: 600;
						padding: 0;
						color: #586171;
					}
				
				#checkout #order_review .shop_table tbody {
					display: flex;
					flex-direction: column;
					width: 100%;
					gap: 15px;
				}
				
					#checkout #order_review .shop_table tbody tr {
						display: flex;
						width: 100%;
						gap: 20px;
						align-items: center;
						justify-content: space-between;
						
						border: 1px solid #BFBFBF;
						border-radius: 8px;
						padding: 20px;
						box-sizing: border-box;
					}
			
					#checkout #order_review .shop_table tbody tr td {
						border: 0;
						padding: 0;
						font-weight: 600;
					}		

						#checkout #order_review .shop_table tbody tr td .product-quantity {
							display: none;
						}
						
				#checkout #order_review .form-row.checkbox {
					padding: 15px 0 5px 0;
					margin: 0;
				}
				
				#checkout #order_review .woocommerce-terms-and-conditions-wrapper {
					font-size: 14px;
					color: #586171;
					font-weight: 400;
				}
						
					#checkout #order_review .woocommerce-terms-and-conditions-wrapper a {
						font-weight: 400;
					}
						
					#checkout #order_review .woocommerce-terms-and-conditions-wrapper .form-row label {
						display: flex;
						gap: 5px;
						align-items: center;
						padding: 0;
						margin: 0;
						line-height: 1.3;
					}
						
						#checkout #order_review .woocommerce-terms-and-conditions-wrapper .form-row label input {
							flex-basis: 15px;
							min-width: 15px;
							max-width: 15px;
						}
						
						
				
		#checkout #tableSummary {
			margin-top: 20px;
			background: #FFFFFF;
			box-shadow: 0px 15px 30px 2px rgba(29, 63, 121, 0.1);
			border-radius: 8px;
			padding: 40px 30px;
			box-sizing: border-box;
		}		
		
			#checkout #tableSummary .shop_table {
				border: 0;
				
				display: flex;
				flex-direction: column;
				width: 100%;
			}
						
			#checkout #tableSummary .shop_table tr {
				width: 100%;
				display: flex;
				justify-content: space-between;
			}
						
				#checkout #tableSummary .shop_table tr th {
					border: 0;
					font-weight: 400;
				}
				
				#checkout #tableSummary .shop_table tr td {
					border: 0;
					font-weight: 600;
				}
				
				#checkout #tableSummary .shop_table tr #payment {
					background: unset !important;
					border: 0 !important;
				}
				
					#checkout #tableSummary .shop_table tr #payment label {
						margin: 0;
						padding: 0;
					}
			
			#checkout #tableSummary .shop_table tr.order-total {
				margin-top: 10px;
				background: #F7F7F7;
				padding: 15px 15px;
				border-radius: 8px;
				box-sizing: border-box;
			}
				
				#checkout #tableSummary .shop_table tr.order-total th {
					font-weight: 500;
				}
				
				#checkout #tableSummary .shop_table tr.order-total td {
					font-weight: 700;
					color: var(--orange);
				}
			
		#checkout #tableSummary .place-order {
			padding: 0;
			margin: 30px 0 0 0;
			text-align: center;
		}
			
			#checkout #tableSummary .place-order button {
				text-align: center;
				margin: 0 auto;
				display: inline-block;
				padding: 12px 70px;
				font-size: 16px;
			}
			
#thankyou {
	padding-top: 20px;
}
			
	#thankyou .woocommerce-thankyou-order-received {
		font-family: "all-round-gothic", sans-serif;
		display: block;
		padding: 50px 0 10px 0;
		text-align: center;
		font-size: 34px;
		font-weight: 600;
	}
			
	#thankyou ul.woocommerce-thankyou-order-details {
		display: flex;
		list-style: none;
		gap: 15px;
		width: 100%;
		padding: 30px;
		box-sizing: border-box;
		
		background: #fff;
		box-shadow: 0px 15px 30px 2px rgba(29, 63, 121, 0.1);
		border-radius: 8px;
	}
			
		#thankyou ul.woocommerce-thankyou-order-details:before,
		#thankyou ul.woocommerce-thankyou-order-details:after {
			display: none;
		}
		
		#thankyou ul.woocommerce-thankyou-order-details li {
			flex-grow: 1;
			border: 0;
			margin: 0;
			background: #F7F7F7;
			text-align: center;
			padding: 20px;
			box-sizing: border-box;
			border-radius: 8px;
		}
		
	#thankyou .woocommerce-order-details {
		width: 100%;
		padding: 30px;
		box-sizing: border-box;
		
		background: #fff;
		box-shadow: 0px 15px 30px 2px rgba(29, 63, 121, 0.1);
		border-radius: 8px;
	}
		
		#thankyou .woocommerce-order-details h2 {
			text-align: center;
			font-size: 36px;
			padding: 0 0 20px 0;
		}
		
	#thankyou .woocommerce-order-details table.shop_table  {
		border: 0;
		
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	
		#thankyou .woocommerce-order-details table.shop_table a {
			color: var(--txt);
		}
		
			#thankyou .woocommerce-order-details table.shop_table a:hover {
				color: var(--orange);
			}
		
		#thankyou .woocommerce-order-details table.shop_table tr {
			display: flex;
			justify-content: space-between;
			border: 0;
		}
		
		#thankyou .woocommerce-order-details table.shop_table th {
			border: 0;
			font-weight: 400;
		}
		
		#thankyou .woocommerce-order-details table.shop_table td {
			border: 0;
		}

		#thankyou .woocommerce-order-details table.shop_table tbody {
			display: flex;
			flex-direction: column;
			gap: 10px;
		}
	
			#thankyou .woocommerce-order-details table.shop_table tbody tr {
				border: 1px solid #BFBFBF;
				padding: 8px 12px;
				border-radius: 8px;
			}
			
			#thankyou .woocommerce-order-details table.shop_table tbody tr a {
				font-weight: 600;
			}
				
			#thankyou .woocommerce-order-details table.shop_table tbody tr .product-quantity {
				display: none;
			}
		
		#thankyou .woocommerce-order-details table.shop_table tfoot {
			display: flex;
			flex-direction: column;
			gap: 10px;
		}
	
			#thankyou .woocommerce-order-details table.shop_table tfoot tr {
				background: #F7F7F7;
				padding: 8px 12px;
				border-radius: 8px;
			}
			
			#thankyou .woocommerce-order-details table.shop_table tfoot tr a {
				font-weight: 600;
			}
				
			#thankyou .woocommerce-order-details table.shop_table tfoot tr .product-quantity {
				display: none;
			}
		
#metodyPlatnosci {
	text-align: center;
	padding: 50px 0;
	background: #F7F7F7;
}




/* STYLE FORMULARZA ZENCAL */

.MuiGrid-root #avatar {
	display: none
}

#zencal-embed-meeting-details .MuiTypography-root.MuiTypography-h1.css-kserge-MuiTypography-root {
	padding-top: 0!important;
}

#zencal-embed #zencal-embed-meeting-details p,
#zencal-embed #zencal-embed-meeting-details h1,
#zencal-embed #zencal-embed-meeting-details span,
#zencal-embed #zencal-embed-meeting-details span a,
#zencal-embed #zencal-embed-meeting-details li,
#zencal-embed #zencal-embed-meeting-details button,
#zencal-embed-schedule-view-calendar-container span,
#zencal-embed-schedule-view-calendar-container #calendar-navigation-month,
.zencal-embed-booking-view-hour-list-item,
.zencal-embed-booking-view-hour-list-item-selected,
#zencal-embed-booking-form-view-your-details-phone-container {
  color: black!important;
}


#zencal-embed #zencal-embed-meeting-details li {
    position: relative;
	    font-size: 16px;
}

#zencal-embed-meeting-details li::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #333;
}

#zencal-embed h1 {
	font-family: 'Open Sans', sans-serif!important;
}

#zencal-embed-schedule-view-container #pick-dates-label,
#zencal-embed-schedule-view-container #pick-dates-description,
#zencal-embed-booking-view-step-1,
#pick-dates-summary,
#zencal-embed-booking-view-step > .MuiBox-root > .MuiTypography-p,
#zencal-embed-booking-view-step > .MuiBox-root > .MuiTypography-h2,
#zencal-embed-booking-view-step > .MuiBox-root > .MuiTypography-h3 {
  color: white!important;
}

.zencal-embed-booking-view-calendar-date-button-selected,
.zencal-embed-booking-view-hour-list-item-selected {
		background-color: rgb(242, 94, 42)!important;
		color: black!important;
}

.zencal-embed-booking-view-calendar-date-button-selected:hover,
.zencal-embed-booking-view-hour-list-item-selected:hover {
		background-color: rgb(242, 94, 42)!important;
		color: black!important;
}


#zencal-embed-schedule-view-calendar-container .MuiTypography-root.MuiTypography-span.css-rilhua-MuiTypography-root {
  white-space: nowrap !important;
}

#zencal-embed-booking-form-view-your-details-container textarea {
  border: 1px solid #22334D !important;
}

@media screen and (max-width: 1000px) {
	.full-width-column h1 {
		font-size: 30px !important;
		font-weight: 700 !important;
	}
}

@media screen and (max-width: 959px) {
	#zencal-embed-meeting-details > .MuiGrid-root:nth-child(2),
	#zencal-embed-meeting-details > .MuiGrid-root:nth-child(3) {
		display: none!important;
	}
	
		#zencal-embed-meeting-details-container {
		margin: 0 auto !important;
	}
	
	#zencal-embed-booking-view-container {
		margin: 0 auto!important;
	}
}


@media screen and (max-width: 400px) {
	#zencal-embed {
		max-width: 95% !important;
		margin: 0 auto !important;
}
}

/* END: STYLE FORMULARZA ZENCAL */




.wypelnijbrief_blok {
	width: 100%;
	padding: 70px 50px 55px 50px;
	box-sizing: border-box;
    background: rgba(242 94 42 / 10%);
	
	margin: 70px 0;
	text-align: center;
	
	transform: scale(0);
	transition: all 0.5s ease 0.2s;
}
	
.wypelnijbrief_blok.on {
	transform: scale(1);
	transition: all 0.5s ease 0.2s;
	
	animation: myzoom 1.5s ease 0.6s;
}

@keyframes myzoom {
	0% {
		transform: scale(1);
	}
	25% {
		transform: scale(1.05);
	}
	50% {
		transform: scale(1);
	}
	75% {
		transform: scale(1.05);
	}
	100% {
		transform: scale(1);
	} 
}
	
	.wypelnijbrief_blok h2 {
		font-size: 40px;
		padding: 0 0 30px 0 !important;
	}	
	
	.wypelnijbrief_blok h2 strong {
		color: rgb(242 94 42);
	}
		
	.wypelnijbrief_blok .button {
		margin:30px 10px 0 10px;
		font-weight: bold;
	}
	
		.wypelnijbrief_blok .button a {
			display: inline-block;
		}
		
		
.tabsBlog {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px 30px;
}

/* Product Tabs Navigation Styles */
.tabs-navigation {
	display: flex;
	width: 100%;
	overflow: hidden;
	justify-content: flex-end;
	background: var(--lightgrey);
    padding: 0 !important;
	margin: 50px 0 0 0 !important;
	max-width: 100% !important;
}

	.tabs-navigation-inner {
		display: flex;
		flex-wrap: nowrap;
		gap: 15px;
	
		overflow: auto;
        width: 100%;
        max-width: 1100px;
        box-sizing: border-box;
        padding: 40px 30px 15px 30px;
		margin-bottom: 25px;
		cursor: grab;
		user-select: none;
	}
	
	.tabs-navigation-inner:active {
		cursor: grabbing;
	}
	
	.tabs-navigation-inner.dragging {
		cursor: grabbing;
		scroll-behavior: auto;
	}
	
		.tabs-navigation-inner::-webkit-scrollbar {
			height: 3px;
		}
		
		.tabs-navigation-inner::-webkit-scrollbar-track {
			background: transparent;
		}
		
		.tabs-navigation-inner::-webkit-scrollbar-thumb {
			background-color: #ccc;
			border-radius: 20px;
		}
	
	.tabs-navigation .tab-button {
		font-family: 'Poppins', sans-serif;
		font-size: 14px;

        display: block;
        width: auto;
        padding: 12px 20px;
        text-align: center;
        font-weight: 500;
        text-decoration: none;
        color: var(--txt);
        background: #fff;
        outline: 1px solid rgba(0 0 0 / 0.15);
        border-radius: 30px;
        position: relative;
        top: 0;
        line-height: 1.4;
        outline-offset: -1px;
		white-space: nowrap;
        transition: all .2s ease-in-out;
	}

	.tabs-navigation .tab-button:hover {
		outline: 1px solid var(--orange);
		background: var(--orange);
		color: #fff;
		cursor: pointer;
	}

	.tabs-navigation .tab-button.active {
		background: var(--orange);
		color: white;
	}
	
	.tabs-navigation .tab-button:after {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		visibility: hidden;
		background-repeat: no-repeat;
		background-position: -450px -10px, 0 0;
		background-image: -webkit-linear-gradient(
			top left,
			rgba(255, 255, 255, 0.2) 0%,
			rgba(255, 255, 255, 0.2) 37%,
			rgba(255, 255, 255, 0.6) 45%,
			rgba(255, 255, 255, 0) 50%
		);
		background-image: linear-gradient(
			top left,
			rgba(255, 255, 255, 0.2) 0%,
			rgba(255, 255, 255, 0.2) 37%,
			rgba(255, 255, 255, 0.9) 45%,
			rgba(255, 255, 255, 0) 50%
		);
		background-size: 250% 270%, 200% 200%;
		transition: background-position 0.5s ease, opacity 0.5s ease 0.2s;
		-webkit-transition: background-position 0.5s ease, opacity 0.5s ease 0.2s;
	}	
	
	.tabs-navigation .tab-button:hover:after {
		background-position: 0 0, 0 0;
		visibility: visible;
		
		transition: background-position 0.5s ease, opacity 0.5s ease 0.3s;
		-webkit-transition: background-position 0.5s ease, opacity 0.5s ease 0.3s;
		
		opacity: 0;
	}
			
	@keyframes gradient {
		0% {
			background-position: 0% 50%;
		}
		50% {
			background-position: 100% 50%;
		}
		100% {
			background-position: 0% 50%;
		}
	}
		
.product-tabs-section {
	margin-top: 10px;
	max-width: 100%;
}

.product-tabs-section .tab-content {
    display: none;
}

.product-tabs-section .tab-content.active {
    display: block;
}

/* Blog Posts Styles */
.product-tabs-section .wpis {
    display: flex;
	flex-direction: column;
	gap: 15px;
    text-decoration: none;
    color: inherit;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-tabs-section .wpis:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.product-tabs-section .wpis .img {
    aspect-ratio: 2 / 1.1;
    overflow: hidden;
}

.product-tabs-section .wpis .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-tabs-section .wpis > div:last-child {
    padding: 0;
}

.product-tabs-section .cats {
    margin-bottom: 15px;
    font-size: 12px;
    color: #666;
}

.product-tabs-section .cats .separator {
    color: #ccc;
}

.product-tabs-section .title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 0;
    line-height: 1.4;
}

.product-tabs-section .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.product-tabs-section .bottom .data {
    color: #666;
}

.product-tabs-section .bottom .more {
    color: var(--orange);
    font-weight: 500;
}

/* Reviews Section Styles */
.product-tabs-section #reviews > div {
}

.product-tabs-section .noOpinions {
	display: block;
	text-align: center;
	font-weight: 500;
	margin-top: 25px;
}

.product-tabs-section #reviews h3 {
	text-align: center;
	margin-bottom: 15px;
	padding-top: 0;
}

/* Downloads Section Styles */
.product-tabs-section .download-files-list {
	
}

.product-tabs-section .download-file-item {
    display: flex;
    align-items: center;
    padding: 15px;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 8px;
	border: 1px solid rgba(0 0 0 / 0.15);
    transition: all 0.3s ease;
}

.product-tabs-section .download-file-item:hover {
	
}

.product-tabs-section .file-icon {
    margin-right: 15px;
    color: var(--orange);
    font-size: 20px;
}

.product-tabs-section .file-info {
    flex: 1;
}

.product-tabs-section .file-name {
    font-weight: 600;
    color: #333;
}

.product-tabs-section .file-size {
    font-size: 12px;
    color: #666;
}

.product-tabs-section .download-action {
    margin-left: 15px;
}

.product-tabs-section .download-btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 22px;
    background: var(--orange);
    color: white;
    text-decoration: none;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.3s ease;
}

.product-tabs-section .download-btn:hover {
    background: var(--darkorange);
}

.product-tabs-section .download-btn svg {
    margin-right: 6px;
}

/* Important Links Section Styles */
.product-tabs-section #important-links ul {
	list-style: none;
	
	display: flex;
	flex-direction: column;
	gap: 10px;
}

	.product-tabs-section #important-links ul li {
	}

	.product-tabs-section #important-links a {
		display: flex;
		gap: 10px;
		align-items: center;
		padding: 15px;
		margin-bottom: 10px;
		background: #fff;
		border-radius: 8px;
		color: var(--txt);
		border: 1px solid rgba(0 0 0 / 0.15);
		transition: all 0.3s ease;
	}

		.product-tabs-section #important-links a img {
			filter: brightness(0) saturate(100%) invert(18%) sepia(28%) saturate(649%) hue-rotate(178deg) brightness(87%) contrast(89%);
			transition: all 0.3s ease;
		}

	.product-tabs-section #important-links a:hover {
			background: #FFFFFF;
			border: 1px solid transparent;
			box-shadow: 0px 5px 15px 2px rgba(29, 63, 121, 0.1);
			border-radius: 8px;
		}


/* Related Products Section Styles */
.product-tabs-section #related-products > div:last-child {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.product-tabs-section #related-products > div:last-child > div {
    padding: 15px;
    background: white;
    border-radius: 6px;
    text-align: center;
}

/* General Text Styles */
.product-tabs-section p[style*="italic"] {
    color: #666;
    font-style: italic;
}

.product-tabs-section p[style*="text-align: center"] {
    text-align: center;
    padding: 40px 20px;
}

/* Komentarze produktu - dokładne kopiowanie stylów blogowych */
.product-reviews form#commentform {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}

.product-reviews form#commentform .comment-form-comment {
	position: relative;
	width: 100%;
}

.product-reviews form#commentform .comment-form-author,
.product-reviews form#commentform .comment-form-email {
	width: calc(50% - 10px);
}

.product-reviews form#commentform label {
	display: flex;
	align-items: center;
	gap: 5px;
}

.product-reviews form#commentform .comment-form-comment textarea {
	font-family: 'Poppins', sans-serif;
	border: 1px solid #BFBFBF;
	display: block;
	width: 100%;
	border-radius: 6px;
	resize: none;
	padding: 15px;
	height: 150px;
	box-sizing: border-box;
}

.product-reviews form#commentform .comment-form-author input,
.product-reviews form#commentform .comment-form-email input {
	font-family: 'Poppins', sans-serif;
	border: 1px solid #BFBFBF;
	display: block;
	width: 100%;
	border-radius: 6px;
	resize: none;
	padding: 15px;
	box-sizing: border-box;
}

.product-reviews form#commentform .form-submit {
	width: 100%;
	text-align: center;
	padding-top: 15px;
}

.product-reviews form#commentform .form-submit button {
	display: block;
	width: auto;
	padding: 12px 50px;
	text-align: center;
	font-weight: 500;
	text-decoration: none;
	color: #fff;
	background: var(--orange);
	outline: 2px solid var(--orange);
	border-radius: 30px;
	position: relative;
	font-size: 16px;
	top: 0;
	line-height: 1.4;
	outline-offset: -2px;
	overflow: hidden;
	transition: all .2s ease-in-out;
	margin: 0 auto;
	border: none;
	cursor: pointer;
}

.product-reviews form#commentform .form-submit button:hover {
	color: #fff;
	background: var(--darkorange);
	outline: 2px solid var(--darkorange);
}

/* Style dla konkretnych ID pól formularza komentarzy produktu */
.product-reviews form#commentform input#author,
.product-reviews form#commentform input#email {
	font-family: 'Poppins', sans-serif;
	border: 1px solid #BFBFBF;
	display: block;
	width: 100%;
	border-radius: 6px;
	padding: 15px;
	box-sizing: border-box;
}

.product-reviews form#commentform textarea#comment {
	font-family: 'Poppins', sans-serif;
	border: 1px solid #BFBFBF;
	display: block;
	width: 100%;
	border-radius: 6px;
	resize: none;
	padding: 15px;
	height: 150px;
	box-sizing: border-box;
}



#bezplatnaWycenaBox  {
	background: var(--darkblue);
	color: #fff;
	border-radius: 4px;
	padding: 20px;
	margin-bottom: 15px;
	box-sizing: border-box;
}

.productCartBox + #bezplatnaWycenaBox {
	margin-top: 20px;
}

	#bezplatnaWycenaBox .wp-block-columns {
		align-items: center;
		padding: 0 0 25px 0;
		margin: 0 0 0 0;
		border-bottom: 1px solid #586171;
		font-size: 14px;
		line-height: 1.4;
	}

		#bezplatnaWycenaBox .wp-block-columns .wp-block-column:first-child {
			flex-basis: 125px;
			max-width: 125px;
			flex-grow: 0;
		}
		
			#bezplatnaWycenaBox .wp-block-columns .wp-block-column:first-child figure {
				display: block;
				width: 115px;
				width: 100%;
				aspect-ratio: 1 / 1;
				border-radius: 50%;
				overflow: hidden;
				
				border: 8px solid #263657;
			}
			
				#bezplatnaWycenaBox .wp-block-columns .wp-block-column:first-child figure img {
					display: block;
					width: 100%;
					height: 100%;
					object-fit: cover;
				}

		#bezplatnaWycenaBox .wp-block-columns .wp-block-column:last-child {
			flex-grow: 1;
			font-weight: 300;
		}
		
			#bezplatnaWycenaBox .wp-block-columns .wp-block-column:last-child h2 {
				font-family: "all-round-gothic", sans-serif;
				color: #fff;
				font-size: 24px;
				font-weight: 700;
			}			
		
	#bezplatnaWycenaBox h3 {
		font-family: "all-round-gothic", sans-serif;
		color: #fff;
		font-size: 18px;
		font-weight: 700;
	}

	#bezplatnaWycenaBox em {
		display: block;
		font-style: normal;
		font-size: 14px;
		margin: 10px 0;
	}
		
	#bezplatnaWycenaBox ul {
		list-style: none;
		margin: 0 !important;
		padding: 0 !important;
		display: flex;
		flex-direction: column;
		gap: 8px;
		font-size: 14px;
	}
	
		#bezplatnaWycenaBox ul li {
			width: 100%;
			background: #263657;
			padding: 8px 8px 8px 40px !important;
			box-sizing: border-box;
			border-radius: 8px;
			
			background-image: url(../graf/icoCheckGreen.svg);
			background-size: 20px auto;
			background-repeat: no-repeat;
			background-position: 8px 50%;
		}
		
	#bezplatnaWycenaBox .wp-block-button {
		width: 100%;
		margin-top: 5px;
		margin-bottom: 10px;
	}
		
		#bezplatnaWycenaBox .wp-block-button a {
			border-radius: 4px;
			padding: 14px 15px;
			
		}
		
			#bezplatnaWycenaBox .wp-block-button a em {
				font-style: normal;
				display: inline-block;
				padding: 0 0 0 35px;
				font-size: 16px;
				font-weight: 500;
				
				background-image: url(../graf/icoChat.svg);
				background-position: 0 50%;
				background-repeat: no-repeat;
				background-size: 20px auto;
				
				filter: brightness(0) saturate(100%) invert(92%) sepia(91%) saturate(1%) hue-rotate(172deg) brightness(108%) contrast(100%);
			}

.bezpieczneDane {
	text-align: center;
}
				
	.bezpieczneDane em {
		display: inline-block !important;
		padding-left: 20px;
		margin: 0 auto;
		text-align: center;
		font-style: normal;
		font-size: 14px;
		
		background-image: url(../graf/icoSafe.svg);
		background-size: 13px auto;
		background-repeat: no-repeat;
		background-position: 0 50%;
	}
	
@media screen and (max-width: 1500px) {
	#bezplatnaWycenaBox .wp-block-columns .wp-block-column:first-child {
		width: 95px;
		max-width: 95px;
		flex-basis: unset;
	}
	
	#bezplatnaWycenaBox .wp-block-columns .wp-block-column:last-child {
		font-size: 12px;
		line-height: 1.3;
	}
	
	#bezplatnaWycenaBox .wp-block-columns .wp-block-column:last-child h2 {
		font-size: 18px;
		font-weight: 500;
	}
	
	#bezplatnaWycenaBox h3 {
		font-size: 18px;
		font-weight: 500;
	}
	
	#bezplatnaWycenaBox ul li {
		font-size: 12px;
		line-height: 1.3;
	}
	
	#bezplatnaWycenaBox em {
		font-size: 10px;
		margin: 5px 0;
	}
	
	#bezplatnaWycenaBox .wp-block-button a {
		padding: 10px 10px;
	}
	
	#bezplatnaWycenaBox .wp-block-button a em {
		font-size: 14px;
	}
	
	#googleRating.grv2 {
		font-size: 12px;
	}
	
	#googleRating .stars img {
		width: 20px;
	}
}
	

@media screen and (max-width: 1200px) {
	#bezplatnaWycenaBox .wp-block-columns {
		flex-direction: column;
		gap: 5px;
	}
	
	#bezplatnaWycenaBox .wp-block-columns .wp-block-column:last-child h2 {
		padding-top: 5px;
	}
}
			
#formSlide {
	position: fixed;
	z-index: -1;
	right: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: rgba(0 0 0 / 0.2);
	
	display: flex;
	justify-content: flex-end;
	
	transition: all 0.2s ease;
}

#formSlide.on {
	z-index: 99999;
	position: fixed;
	right: 0%;
	transition: all 0.2s ease;
}
	
	#formSlide .wpcf7 {
		width: unset !important;
		position: relative !important;
		top: unset !important;
		bottom: unset !important;
		
		min-width: 550px;
		height: 100%;
		margin: unset !important;
		overflow: hidden;
		
		box-sizing: border-box;
		background: #fff;
	}
	
		#formSlide .wpcf7 form {
			overflow: auto;
			position: relative;
			width: 100%;
			height: 100%;
			max-width: 650px;
			box-sizing: border-box;
			padding: 120px 15% 30px 10%;
		}
		
			#formSlide .wpcf7 form .close {
				position: absolute;
				right: 3%;
				top: 3%;
				cursor: pointer;
				display: block;
			}
			
				#formSlide .wpcf7 form .close #formSlideClose {
					display: inline-block;
					width: 33px;
					height: 33px;
					
					background-image: url(../graf/icoCloseCircle.svg);
					background-position: 50% 50%;
					background-repeat: no-repeat;
					background-size: contain;
					
					filter: brightness(0) saturate(100%) invert(20%) sepia(13%) saturate(2296%) hue-rotate(182deg) brightness(89%) contrast(92%);
					transition: all 0.2s ease;
				}
			
				#formSlide .wpcf7 form .close #formSlideClose:hover {
					filter: brightness(0) saturate(100%) invert(42%) sepia(36%) saturate(4035%) hue-rotate(348deg) brightness(103%) contrast(90%);
					transition: all 0.2s ease;
				}
				
			#formSlide .wpcf7 form .header {
				font-family: "all-round-gothic", sans-serif;
				font-size: 24px;
				font-weight: 600;
			}		
			
			#formSlide .wpcf7 form .wpcf7-acceptance {
				color: #586171;
			}
			
			#formSlide .wpcf7 form button {
				padding: 12px 25px;
				margin-bottom: 15px;
			}
			
			
			
@media screen and (max-width: 1300px) {
	.pricing-grid {
		gap: 20px;
	}
	
	.pricing-grid .pricing-card {
		padding: 30px 20px;
	}
	
	.pricing-grid .pricing-card a.wp-block-button__link {
		padding: 12px 20px;
	}
}



#nasiPartnerzy {
	background-color: #F7F7F7;
	padding-bottom: 50px;
}

	#nasiPartnerzy .wp-block-column:first-child {
		flex-basis: 70%;
		padding-bottom: 40px;
	}

	#nasiPartnerzy .wp-block-column:last-child {
		flex-basis: 500px;
		min-width: 500px;
	}
	
	#nasiPartnerzy h1 {
		padding-bottom: 5px;
	}

	#nasiPartnerzy .wp-block-buttons {
		margin-top: 30px;
	}

#listapartnerow {
	margin: 50px auto  80px auto;
}

	#listapartnerow .listapartnerowHeader {
		padding-bottom: 50px;
	}
	
		#listapartnerow .listapartnerowHeader h2 {
			padding-bottom: 20px;
		}
	
		#listapartnerow .listapartnerowHeader .wp-block-column:first-child {
			flex-basis: 70%;
		}
	
		#listapartnerow .listapartnerowHeader .wp-block-column:last-child {
			flex-basis: 500px;
			min-width: 500px;
		}
		
@media screen and (max-width: 1300px) {
	#listapartnerow .listapartnerowHeader .wp-block-column:first-child {
		flex-basis: 100%;
	}

	#listapartnerow .listapartnerowHeader .wp-block-column:last-child {
		flex-basis: 0;
		min-width: 0;
	}
}
		
.rozwijajSie {
	background: var(--darkblue);
	margin: 80px auto 0 auto;
	color: #fff;
}

	.rozwijajSie h2 {
		color: #fff;
		margin-bottom: 30px;
	}
	
	.rozwijajSie p {
		color: #fff;
	}
	
	.rozwijajSie .wp-block-columns {
		position: unset;
		gap: 80px;
	}
	
		.rozwijajSie .wp-block-column:first-child {
			flex-basis: calc(50% + 250px);
			padding: 80px 0;
		}
		
		.rozwijajSie .wp-block-column:last-child {
			flex-basis: calc(50% - 250px);
		}
			
			.rozwijajSie .wp-block-column:last-child figure {
				position: absolute;
				width: calc(50% - 250px);
				height: 100%;
				right: 0;
				top: 0;
			}
			
			.rozwijajSie .wp-block-column:last-child figure img {
				display: block;
				width: 100%;
				height: 100%;
				object-fit: cover;
				object-position: 0% 50%;
			}


@media screen and (max-width: 1500px) {
	.rozwijajSie .wp-block-column:first-child {
		flex-basis: 50%;
	}
	
	.rozwijajSie .wp-block-column:last-child {
		flex-basis: 50%;
	}
	
	.rozwijajSie .wp-block-column:last-child figure {
		width: 50%;
	}
}

.partnerstwa {
	margin: 50px auto;
}		

	.partnerstwa .wp-block-columns {
		position: unset;
		gap: 100px;
	}
	
		.partnerstwa .wp-block-columns .wp-block-column:first-child {
			flex-basis: 25%;
		}
		
	
		.partnerstwa .wp-block-columns .wp-block-column:last-child {
			flex-basis: 75%;
			padding: 50px 0;
		}
		
@media screen and (max-width: 1300px) {
	.partnerstwa .wp-block-columns {
		gap: 30px;
	}
}
