/*
Theme Name: BERO
Author: Hashfive Łukasz Widz
Author URI: https://hashfive.dev

*/

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

:root {
  --darkgreen: #0E3E3E;
  --green: #007A62;
  --lightgreen: #D1F8C9;
  --txt: #0D1A28;
  --lighttxt: #F3FFF0;
  --grey: #F1F6FA;
  --dark: #0D1A28;
}



body {
	background: #fff;
	width: 100%;
	max-width: 100%;
	height: 100%;
	min-height: 100vh;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color: var(--dark);
	overflow-x: hidden;
	position: relative;
}

	body.overflow {
		overflow: hidden;
	}
	
.button a,
a.wp-block-button__link,
button.wp-block-button__link {
	display: inline-block;
	background: var(--dark);
	outline: 2px solid var(--dark);
	border-radius: 50px;
	padding: 12px 30px;
	box-sizing: border-box;
	outline-offset: -2px;
	font-weight: 500;
	transition: all 0.3s ease;
}
	.button a:hover,
	a.wp-block-button__link:hover,
	button.wp-block-button__link:hover {
		background: var(--green);
		outline: 2px solid var(--green);
		color: var(--lighttxt);
		outline-offset: -2px;
		transition: all 0.3s ease;
	}
	
.button.light a,
.light a.wp-block-button__link,
.light button.wp-block-button__link {
	background: var(--lightgreen);
	outline: 2px solid var(--lightgreen);
	color: var(--txt);
	transition: all 0.3s ease;
}

	.button.light a:hover,
	.light a.wp-block-button__link:hover,
	.light button.wp-block-button__link:hover {
		background: var(--green);
		outline: 2px solid var(--green);
		color: var(--lighttxt);
		outline-offset: -2px;
		transition: all 0.3s ease;
	}
	
.button.more a,
.more a.wp-block-button__link,
.more button.wp-block-button__link {
	padding-right: 50px;
	
	background-image: url(../graf/ico_more_light.svg);
	background-repeat: no-repeat;
	background-size: 10px auto;
	background-position: top 50% right 30px;
}

	.button.more a:hover,
	.more a.wp-block-button__link:hover,
	.more button.wp-block-button__link:hover {
		background-image: url(../graf/ico_more_light.svg);
	}
	
.button.light.more a,
.light.more a.wp-block-button__link,
.light.more button.wp-block-button__link {
	padding-right: 50px;
	
	background-image: url(../graf/ico_more.svg);
	background-repeat: no-repeat;
	background-size: 10px auto;
	background-position: top 50% right 30px;
}

	.button.light.more a:hover,
	.light.more a.wp-block-button__link:hover,
	.light.more button.wp-block-button__link:hover {
		background-image: url(../graf/ico_more_light.svg);
	}

.hide-on-desktop {
	display: none;
}
	
input:focus,
button:focus,
textarea:focus {
	outline: 0;
}	

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

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

a {
	color: #2e3192;
	text-decoration: none;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	
	cursor: pointer;
}

	a:hover {
		color: var(--green);
		text-decoration: none;
		
		transition: all .2s ease;
		-webkit-transition: all .2s ease;
		cursor: pointer;
	}

a em {
	display: inline-block;
	position: relative;
	font-style: normal;
}

	a:hover em {
		color: var(--green);
	}
	
	a em:before {
		content: "";
		display: block;
		width: 0;
		height: 2px;
		background: var(--green);
		
		position: absolute;
		left: 0;
		bottom: 0;
		transition: all 0.3s ease;
	}

	a em:hover:before {
		width: 100%;
		transition: all 0.3s ease;
	}


h1 {
	color: var(--txt);
	font-family: "Funnel Display", sans-serif;
	font-weight: 400;
	font-size: clamp(65px, 5vw, 96px);
	line-height: 1;
	opacity: 0;
}

h2 {
	color: var(-txt);
	font-family: "Funnel Display", sans-serif;
	font-size: clamp(32px, 4.5vw, 48px);
	font-weight: 400;
	line-height: 1.1;
}

h3 {
	font-family: "Montserrat";
}



header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	padding: 10px 0;
	
	width: 100%;
}

	header .header_inner {
		display: flex;
		width: 100%;
		max-width: calc(1480px - 6%); 
		align-items: center;
		padding: 20px 20px;
		border-radius: 64px;
		transition: all 0.3s ease;
	}

		header .header_inner #logo a {
			display: block;
		}
		
		header .header_inner #logo img {
			display: block;
			width: 100px;
			height: auto;
		}

		header.dark .header_inner #logo img {
			filter: brightness(0) invert(1);
			transition: all 0.3s ease;
		}
		
		header .header_inner #menu {
			display: flex;
			width: 100%;
			align-items: center;
			gap: 20px;
		}
		
			header .header_inner #menu nav {
				display: flex;
				justify-content: center;
			}
		
			header .header_inner #menu nav:first-child {
				flex-grow: 1;
				
				display: flex;
				justify-content: center;
			}
		
			header .header_inner #menu nav:last-child {
				
			}
			
			header .header_inner #menu nav > ul#menu-menu-glowne {
				list-style: none;
				display: flex;
				align-items: center;
				gap: 25px;
			}
			
			@media screen and (max-width: 1200px) {
				header .header_inner #menu nav > ul#menu-menu-glowne {
					gap: 10px;
				}
			}
			
			
			header .header_inner #menu > nav > ul#menu-menu-glowne {
				
			}
		
			header .header_inner #menu > nav > ul#menu-umow-spotkanie {
				list-style: none;
			}
			
				header .header_inner #menu > nav:first-child > ul > li {
					position: relative;
				}
				
				header .header_inner #menu > nav:first-child > ul > li > a {
					text-decoration: none;
					position: relative;
					padding: 12px 15px;
					color: var(--txt);
				}
				
				header .header_inner #menu > nav:first-child > ul > li > a:hover {
					color: var(--green);
				}
				
				header .header_inner #menu > nav:first-child > ul > li.current-menu-parent > a,
				header .header_inner #menu > nav:first-child > ul > li.current-menu-item > a {
					color: var(--green) !important;
					font-weight: 600 !important;
				}
				
				header.dark .header_inner #menu > nav:first-child > ul > li.current-menu-parent > a,
				header.dark .header_inner #menu > nav:first-child > ul > li.current-menu-item > a {
					color: #8ADE9C !important;
					font-weight: 600 !important;
				}
			
				header .header_inner #menu > nav:first-child > ul > li > a span {
					position: relative;
					padding: 5px 0;
					display: inline-block;
				}
						
					header .header_inner #menu > nav:first-child > ul > li > a span:before {
						content: "";
						display: block;
						width: 0;
						height: 1px;
						background: var(--green);
						
						position: absolute;
						left: 0;
						bottom: 0;
						transition: all 0.3s ease;
					}
					
					header.dark .header_inner #menu > nav:first-child > ul > li > a span:before {
						background: #8ADE9C;
					}
					
					header .header_inner #menu > nav:first-child > ul > li > a:hover span:before {
						width: 100%;
						transition: all 0.3s ease;
					}
				
				 header.dark .header_inner #menu > nav:first-child > ul > li > a {
					color: var(--lighttxt);
					font-weight: 400;
					border-radius: 15px 15px 0 0px;
				}
				
				header.dark .header_inner #menu > nav:first-child > ul > li > a:hover {
					color: #8ADE9C;
				}

				header .header_inner #menu > nav:first-child > ul > li.menu-item-has-children > a {
					padding-right: 22px;
					position: relative;
				}
			
				header .header_inner #menu > nav:first-child > ul > li.menu-item-has-children > a:after {
					content: "";
					display: block;
					width: 6px;
					height:6px;
					
					position: absolute;
					right: 0;
					top: 0;
					transform: translateY(15px) rotate(45deg);
					transition: all 0.3s ease;
				}

					
				header .header_inner #menu > nav:first-child > ul > li.menu-item-has-children > a:after {
					border-right: 2px solid var(--txt);
					border-bottom: 2px solid var(--txt);
				}
						
					header .header_inner #menu > nav:first-child > ul > li.menu-item-has-children.current-menu-parent > a:after,
					header .header_inner #menu > nav:first-child > ul > li.menu-item-has-children:hover > a:after {
						border-right: 2px solid var(--green);
						border-bottom: 2px solid var(--green);
						transition: all 0.3s ease;
					}
								
					header .header_inner #menu > nav:first-child > ul > li.menu-item-has-children:hover > a:after {
						transform: translateY(20px) rotate(225deg);
					}
					
				header.dark .header_inner #menu > nav:first-child > ul > li.menu-item-has-children > a:after {
					border-right: 2px solid var(--lighttxt);
					border-bottom: 2px solid var(--lighttxt);
				}
									
					header.dark .header_inner #menu > nav:first-child > ul > li.menu-item-has-children.current-menu-parent > a:after,
					header.dark .header_inner #menu > nav:first-child > ul > li.menu-item-has-children:hover > a:after {
						border-right: 2px solid #8ADE9C;
						border-bottom: 2px solid #8ADE9C;
						transition: all 0.3s ease;
					}
					
					header.dark .header_inner #menu > nav:first-child > ul > li.menu-item-has-children:hover > a:after {
						transform: translateY(20px) rotate(225deg);
					}
					
			header .header_inner #menu > nav ul.sub-menu {
				position: absolute;
				
				padding: 10px 35px 10px 10px;
				background: #fff;
				
				transform: translateY(20px);
				visibility: hidden;
				opacity: 0;
				transition: all 0.3s ease;
			}

			header .header_inner #menu > nav li.menu-item-has-children:hover ul.sub-menu {
				transform: translateY(5px);
				visibility: visible;
				opacity: 1;
				transition: all 0.3s ease;
			}
				
				
				header .header_inner #menu > nav ul.sub-menu li {
					list-style: none;
				}

				header .header_inner #menu > nav ul.sub-menu li a {
					display: block;
					width: 100%;
					padding: 10px 8px;
					box-sizing: border-box;
					white-space: nowrap;
					color: vaR(--txt);
				}
				
					header .header_inner #menu > nav ul.sub-menu li.current-menu-item a {
						font-weight: 600 !important;
						color: var(--green) !important;
					}
					
					header .header_inner #menu > nav ul.sub-menu li a:hover {
						color: var(--green);
					}
					
				header .header_inner #menu > nav ul.sub-menu li a span {
					display: block;
					width: 100%;
					padding: 0 7px;
					box-sizing: border-box;
					transition: all 0.3s ease;
				}
					
					header .header_inner #menu > nav ul.sub-menu li a:hover span {
						padding: 0 0 0 14px;
						transition: all 0.3s ease;
					}
					
header.fixed {
	
}

	header.fixed .header_inner  {
		background: var(--lighttxt);
		transition: all 0.3s ease;
	}

	header.dark.fixed .header_inner #logo img {
		filter: brightness(1) invert(0);
		transition: all 0.3s ease;
	}

	header.dark.fixed .header_inner #menu nav:first-child ul li a {
		color: var(--txt);
		font-weight: 400;
	}
	
	header.dark.fixed .header_inner #menu > nav:first-child > ul > li.current-menu-parent > a,
	header.dark.fixed .header_inner #menu > nav:first-child > ul > li.current-menu-item > a {
		color: var(--green) !important;
		font-weight: 600 !important;
	}
	
		header.dark.fixed .header_inner #menu > nav:first-child > ul > li.menu-item-has-children > a:after {
			border-right: 2px solid var(--green);
			border-bottom: 2px solid var(--green);
		}
					

	header.fixed .header_inner #menu nav:first-child ul li a span:before {
		background: var(--green);
	}
	
	header.dark.fixed .header_inner #menu nav:first-child ul li a span:before {
		background: #007A62;
	}
	
#intro {
	padding-top: 120px;
}

	#intro .wp-block-column:first-child {
		align-self: center;
		padding-bottom: 100px;
	}
	
	@media screen and (max-width: 1200px) {
		#intro .wp-block-column:first-child {
			padding-bottom: 50px;
		}
	}

		#intro .wp-block-column:first-child h1 {
			padding-bottom: 40px;
			opacity: 0;
		}

		#intro .wp-block-column:first-child .txt {
			width: 70%;
		}
		
		#intro .wp-block-column:first-child .wp-block-button {
			padding-top: 50px;
		}
			

	#intro .wp-block-column:last-child {
		align-self: flex-end;
	}

		#intro .wp-block-column:last-child figure img {
			position: relative;
			margin-right: -7%;
		}
		
#czymjest {
	margin: 100px auto;
	font-family: "Funnel Display", sans-serif;
}

	#czymjest .wp-block-column:first-child {
		flex-basis: 400px;
		min-width: 400px;
	}

	#czymjest .wp-block-column:last-child {
		flex-grow: 0;
		flex-basis: 60%;
		margin-left: auto;
	}

#poznaj {
	
}

	#poznaj .wp-block-columns {
		padding: 60px 0;
	}

	#poznaj .wp-block-column:first-child {
		
	}
	
		#poznaj .wp-block-column:first-child h2 {
			padding-bottom: 30px;
		}
	
		#poznaj .wp-block-column:first-child .wp-block-button {
			padding-top: 50px;
		}
		
	#poznaj .wp-block-column:last-child {
		text-align: center;
	}
	
	
	
#korzysci {
	margin: 100px auto 0 auto;
	
	padding-top: 50px;
	padding-bottom: 50px;
}

	#korzysci .is-layout-grid {
		margin-top: 50px;
		gap: 15px;
	}
	
	#korzysci .txt {
		border: 1px solid #BDC6BF;
		padding: 25px;
		box-sizing: border-box;
		font-size: 12px;
		transition: all 0.3s ease;
	}
		
	#korzysci .txt:hover {
		background: var(--txt);
		color: var(--lighttxt);
		transition: all 0.3s ease;
	}
		
		#korzysci .txt strong {
			font-family: "Funnel Display", sans-serif;
			font-size: 22px;
			font-weight: 400;
			line-height: 1.2;
		}
	
	#korzysci .img {
		display: block;
		width: 100%;
		height: 100%;
	}
	
		#korzysci .img img {
			display: block;
			width: 100%;
			height: 100%;
			object-fit: cover;
			object-position: 50% 50%;
		}
		
	#korzysci .displayNone {
		display: none;
	}
	
	#korzysci .imgSpan {
		grid-row: span 2;
	}
	
	#korzysci .imgSpan + p {
		
	}

@media screen and (max-width: 1200px) {
	#korzysci .txt {
		padding: 15px;
	}
}

#typy-budynkow {
	padding-top: 70px;
	padding-bottom: 80px;
}

	#typy-budynkow h2 {
		padding-bottom: 20px;
	}

	#typy-budynkow .txt {
		width: 65%;
		font-weight: 300;
		margin: 0 0 0 0 !important;
	}

	#typy-budynkow .typyBudynkow {
		display: flex;
		align-items: flex-start;
		gap: 10px 10px; 
		
		padding-top: 60px;
	}

		#typy-budynkow .typyBudynkow a.typ {
			flex: 1 1 0;
			width: 25%;
			color: var(--lighttxt);
			text-decoration: none;
			padding: 10px;
			box-sizing: border-box;
		}

			#typy-budynkow .typyBudynkow a.typ img {
				display: block;
				width: 100%;
				height: auto;
			}

			#typy-budynkow .typyBudynkow a.typ h3 {
				font-family: "Funnel Display", sans-serif;
				font-size: 24px;
				font-weight: 400;
				display: block;
				padding: 15px 0;
				line-height: 1.1;
			}
			
			#typy-budynkow .typyBudynkow a.typ .txt {
				display: block;
				width: 100%;
				font-weight: 300;
				font-size: 14px;
			}
			
			#typy-budynkow .typyBudynkow a.typ .more {
				margin-top: 30px;
				font-weight: 500;
				padding-bottom: 10px;
			}
			
			#typy-budynkow .typyBudynkow a.typ .more span {
				display: inline-block;
				position: relative;
				padding-bottom: 5px;
			}
			
			#typy-budynkow .typyBudynkow a.typ .more span:before {
					content: "";
					display: block;
					width: 0;
					height: 2px;
					background: var(--txt);
					
					position: absolute;
					left: 0;
					bottom: 0;
					transition: all 0.3s ease;
				}

		#typy-budynkow .typyBudynkow a.typ:hover {
			background: var(--lighttxt);
			color: var(--txt);
		}
				
			#typy-budynkow .typyBudynkow a.typ:hover .more span:hover:before {
				width: 100%;
				transition: all 0.3s ease;
			}


#realizacje_home {
	padding-top: 90px;
	padding-bottom: 40px;
	overflow: hidden;
}

	#realizacje_home .wp-block-columns {
		align-items: flex-start;
		border-top: 1px solid #BDC6BF;
		justify-content: space-between;
	}

		#realizacje_home .wp-block-column {
			flex-grow: unset;
		}

		#realizacje_home .wp-block-column:first-child {
			flex-basis: 450px;
			padding: 40px 0 0 0;
			border-right: 1px solid #BDC6BF;
		}

		#realizacje_home .wp-block-column:last-child {
			flex-basis: 500px;
			padding: 50px 0 0 0;
		}
		
			#realizacje_home .wp-block-column:last-child .wp-block-button {
				margin-top: 20px;
			}
		

#realizacje_sub {
	padding-top: 40px;
	padding-bottom: 40px;
	overflow: hidden;
}

	#realizacje_sub > .wp-block-columns {
		border-top: 1px solid #BDC6BF;
		justify-content: space-between;
	}

		#realizacje_sub > .wp-block-columns > .wp-block-column {
			padding: 25px 0 0 0;
			flex-grow: unset;
		}

		#realizacje_sub > .wp-block-columns > .wp-block-column:first-child {
			flex-basis: 450px;
			border-right: 1px solid #BDC6BF;
		}

		#realizacje_sub > .wp-block-columns > .wp-block-column:last-child {
			flex-basis: 530px;
		}

			#realizacje_sub > .wp-block-columns > .wp-block-column:last-child .wp-block-columns {
				align-items: center;
				gap: 10px;
				padding-top: 10px;
			}
			
			#realizacje_sub > .wp-block-columns > .wp-block-column:last-child .wp-block-column:first-child {
				flex-basis: 160px;
				flex-grow: 1;
				
				font-family: "Funnel Display", sans-serif;
				font-size: 56px;
				font-weight: 400;
			}
			
			#realizacje_sub > .wp-block-columns > .wp-block-column:last-child .wp-block-column:last-child {
				flex-basis: auto;
				flex-grow: 1;
			}
			
			
#realizacjeCats,
#realizacjeCatsSub {
	position: relative;
	margin: 60px 0 30px 0;
}

	#realizacjeCats .swiper-wrapper,
	#realizacjeCatsSub .swiper-wrapper {
		justify-content: flex-start;
	}
	
	#realizacjeCats .realizacjeCat,
	#realizacjeCatsSub .realizacjeCat {
		flex-grow: unset;
		width: auto;
		padding: 10px 25px;
		box-sizing: border-box;
		border: 1px solid #8a9e97;
		border-radius: 30px;
		line-height: 1;
		
		cursor: pointer;
		transition: all 0.3s ease;
	}
	
		#realizacjeCats .realizacjeCat:hover,
		#realizacjeCatsSub .realizacjeCat:hover {
			background: var(--green);
			border: 1px solid var(--green);
			color: var(--lighttxt);
			transition: all 0.3s ease;
		}
			
		#realizacjeCats .realizacjeCat.swiper-slide-thumb-active,
		#realizacjeCatsSub .realizacjeCat.swiper-slide-thumb-active {
			background: var(--darkgreen);
			border: 1px solid var(--darkgreen);
			color: var(--lighttxt);
			transition: all 0.3s ease;
		}
			
#realizacjePostsContainer {
	
}

	#realizacjePostsContainer .realizacjePostsBox {
		display: grid; 
		grid-auto-columns: 1fr; 
		grid-template-columns: repeat(4, 1fr); 
		gap: 20px 20px; 
	}
	
	#realizacjePostsContainer .realizacjePostsBox a {
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		aspect-ratio: 1 / 1;
		background: #000;
	}
		
	
		#realizacjePostsContainer .realizacjePostsBox a img {
			display: block;
			width: 100%;
			height: 100%;
			object-fit: cover;
			object-position: 50% 50%;
			transition: all 0.3s ease;
		}
		
			#realizacjePostsContainer .realizacjePostsBox a:hover img {
				opacity: 0.5;
				transition: all 0.3s ease;
			}
			
		#realizacjePostsContainer .realizacjePostsBox a h3 {
			position: absolute;
			bottom: 0;
			left: 0;
			
			display: block;
			width: 100%;
			padding: 20px;
			box-sizing: border-box;
			
			color: #fff;
			font-family: "Funnel Display", sans-serif;
			font-size: 24px;
			font-weight: 400;
			opacity: 0;
			transition: all 0.3s ease;
		}
			
			#realizacjePostsContainer .realizacjePostsBox a:hover h3 {
				opacity: 1;
				transition: all 0.3s ease;
			}
			
#realizacjePostsContainerSub {
	padding-top: 30px;
}

	#realizacjePostsContainerSub .realizacjePostsBox {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}
	
		#realizacjePostsContainerSub .realizacjePostsBox .realizacjePostsBox_inner {
			display: flex;
			gap: 60px;
			align-items: flex-start;
			background: #fff;
			padding: 40px;
			box-sizing: border-box;
		}
	
			#realizacjePostsContainerSub .realizacjePostsBox .realizacjePostsBox_inner figure {
				flex-basis: 350px;
				min-width: 350px;
				max-width: 350px;
				height: 100%;
			}

				#realizacjePostsContainerSub .realizacjePostsBox .realizacjePostsBox_inner figure img {
					display: block;
					width: 100%;
					height: 100%;
					object-fit: contain;
					object-position: 50% 50%;
				}
				
	
			#realizacjePostsContainerSub .realizacjePostsBox .realizacjePostsBox_inner .txt {
				flex-basis: auto;
			}
				
				#realizacjePostsContainerSub .realizacjePostsBox .realizacjePostsBox_inner .txt h3 {
					font-family: "Funnel Display", sans-serif;
					font-size: 48px;
					font-weight: 400;
				}
				
				#realizacjePostsContainerSub .realizacjePostsBox .realizacjePostsBox_inner .txt .desc {
					padding-top: 15px;
				}
				
				#realizacjePostsContainerSub .realizacjePostsBox .realizacjePostsBox_inner .txt .ul {
					
				}

				#realizacjePostsContainerSub .realizacjePostsBox .realizacjePostsBox_inner .txt ul li {
					position: relative;
					list-style: none;
					padding: 3px 0 3px 13px;
				}

				#realizacjePostsContainerSub .realizacjePostsBox .realizacjePostsBox_inner .txt ul li:before {
					content: "";
					display: block;
					width: 4px;
					height: 4px;
					border-radius: 50%;
					background: var(--txt);
					
					position: absolute;
					left: 0;
					top: 11px;
				}
						
#wlaczOszczedzanie {
	padding-top: 50px;
	padding-bottom: 80px;
}

	#wlaczOszczedzanie .wp-block-columns {
		background: #fff;
		padding-top: 50px;
		padding-bottom: 50px;
	}
		
		#wlaczOszczedzanie .wp-block-column:first-child {
			flex-basis: 55%;
			border: 1px solid #BDC6BF;
			align-self: stretch;
			
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
			
			padding: 40px 10%;
			box-sizing: border-box;
		}
	
			#wlaczOszczedzanie .wp-block-column:first-child h2 {
				padding-bottom: 20px;
			}
			
			#wlaczOszczedzanie .wp-block-column:first-child .wp-block-buttons {
				margin-top: 40px;
			}

		#wlaczOszczedzanie .wp-block-column:last-child {
			flex-basis: 45%;
		}
		
		
		
	
#intro_sub {
	padding-top: 120px;
	padding-bottom: 60px;
}

	#intro_sub .wp-block-column:first-child {
		flex-basis: 55%;
		align-self: center;
		padding-bottom: 0px;
	}

		#intro_sub .wp-block-column:first-child h1 {
			padding-bottom: 40px;
			font-size: clamp(60px, 6vw, 80px);
		}

		#intro_sub .wp-block-column:first-child .txt {
			width: 70%;
		}
		
		#intro_sub .wp-block-column:first-child .wp-block-button {
			padding-top: 50px;
		}
			

	#intro_sub .wp-block-column:last-child {
		flex-basis: 45%;
		text-align: right;
	}

		#intro_sub .wp-block-column:last-child figure img {
			position: relative;
		}
		
		
#witamycie {
	
}
		
	#witamycie .wp-block-columns {
		padding: 70px 0;
		margin-bottom: 70px;
		font-family: "Funnel Display", sans-serif;
	}
		
		#witamycie .wp-block-column:first-child {
			flex-basis: 30%;
			flex-grow: 0;
		}
		
		#witamycie .wp-block-column:last-child {
			flex-basis: 70%;
		}
		
		
#onas_cols {
	
}

	@media screen and (max-width: 1200px) {
		#onas_cols .skutecznosc .wp-block-column:first-child {
			flex-basis: 60%;
		}
		
		#onas_cols .skutecznosc .wp-block-column:last-child {
			flex-basis: 40%;
		}
	}
		
#counters {
	padding-top: 40px;
	padding-bottom: 70px;
	margin-top: 20px;
	border-top: 1px solid rgba(0 0 0 / 0.15);
}



		
	#counters {
		width: 100%;
		justify-content: space-between;
	}
		
		#counters .wp-block-column {
			flex-grow: 0;
			flex-basis: 20%;
		}
			
			#counters .wp-block-column .counter {
				font-family: "Funnel Display", sans-serif;
				font-size: 48px;
				padding-bottom: 10px;
			}
	

	@media screen and (max-width: 1200px) { 
		#counters .wp-block-column {
			flex-basis: 25%;
		}
	}
	
.kontakt_box {
	padding-top: 20px;
}

	.kontakt_box .wp-block-columns {
		padding: 50px 50px;
		box-sizing: border-box;
		gap: 5%;
		justify-content: space-between;
	}
		
		.kontakt_box .wp-block-column:first-child {
			flex-basis: 45%;
			flex-grow: 0;
		}
		
		.kontakt_box .wp-block-column:last-child {
			flex-basis: 45%;
			flex-grow: 0;
			font-family: "Funnel Display", sans-serif;
			font-size: 48px;
		}
		
			.kontakt_box .wp-block-column:last-child a {
				color: var(--txt);
			}
		
			.kontakt_box .wp-block-column:last-child a:hover {
				color: var(--darkgreen);
			}

@media screen and (max-width: 1200px) {
	.kontakt_box .wp-block-column:last-child {
		font-size: 40px;
	}
}
			
#urzadzenia {
	
}

	#urzadzenia .wp-block-columns {
		justify-content: space-between;
	}
	
	#urzadzenia .wp-block-column:first-child {
		flex-grow: 0;
		flex-basis: 50%;
	}
	
	#urzadzenia .wp-block-column:last-child {
		flex-grow: 0;
		flex-basis: 30%;
		
		font-size: 24px;
		font-family: "Funnel Display", sans-serif;
	}
			
	@media screen and (max-width: 1200px) {
		#urzadzenia .wp-block-column:last-child {
			flex-basis: 35%;
		}
	}
			
#urzadzenia_list {
	display: grid; 
	grid-auto-columns: 1fr; 
	grid-template-columns: repeat(2, 1fr); 
	gap: 20px 20px; 
	margin-top: 60px;
	margin-bottom: 60px;
	
	align-items: flex-start;
}
	
	#urzadzenia_list .wp-block-media-text {
		border: 1px solid #C4C6C9;
		padding: 30px 30px;
		box-sizing: border-box;
		min-height: 270px;
		max-height: 270px;
		
		grid-template-columns: 150px auto !important;
		transition: all 0.3s ease-in-out;

	}
	
	#urzadzenia_list .wp-block-media-text.on {
		min-height: 250px;
		max-height: 650px;
		transition: all 0.3s ease-in-out;
	}
	
		
			#urzadzenia_list .wp-block-media-text figure.wp-block-media-text__media  {
				display: block;
				width: 100%;
				height: 210px;
				align-self: flex-start;
			}
		
				#urzadzenia_list .wp-block-media-text figure.wp-block-media-text__media img {
					display: block;
					width: 100%;
					height: 100%;
					object-fit: contain;
					object-position: 50% 50%;
				}
				
				
		#urzadzenia_list .wp-block-media-text .wp-block-media-text__content {
			padding: 0 0 0 30px;
		
		}
			
			#urzadzenia_list .wp-block-media-text .wp-block-media-text__content strong {
				font-family: "Funnel Display", sans-serif;
				font-size: 24px;
				font-weight: 400;
				
				display: block;
				padding-bottom: 15px;
			}
			
		
			#urzadzenia_list .wp-block-media-text .wp-block-media-text__content .more_txt {
				display: block;
				padding-top: 0;
				max-height: 0;
				overflow: hidden;
				opacity: 0;
				transition: all 0.3s ease-in-out;
			}
		
			#urzadzenia_list .wp-block-media-text .wp-block-media-text__content .more_txt.on {
				padding-top: 20px;
				max-height: 600px;
				opacity: 1;
				transition: all 0.3s ease-in-out;
			}
			
			#urzadzenia_list .wp-block-media-text .wp-block-media-text__content .more_button {
				margin-top: 20px;
			}
			
				#urzadzenia_list .wp-block-media-text .wp-block-media-text__content .more_button a {
					font-weight: 600;
					color: var(--txt);
				}
				
@media screen and (max-width: 1200px) {
	#urzadzenia_list .wp-block-media-text {
		padding: 15px 15px;
	}
}
				
#zaprogramujcieplo {
	
}

	#zaprogramujcieplo .wp-block-columns {
		justify-content: space-between;
	}

		#zaprogramujcieplo .wp-block-column:first-child {
			flex-grow: 0;
			flex-basis: 450px;
		}

			#zaprogramujcieplo .wp-block-column:first-child strong {
				font-family: "Funnel Display", sans-serif;
				font-size: 22px;
				font-weight: 400;
			}

		#zaprogramujcieplo .wp-block-column:last-child {
			flex-grow: 0;
			flex-basis: 40%;
		}
		
#ekologia {
	padding-top: 70px;
	padding-bottom: 70px;
}

	#ekologia .wp-block-column:last-child {
		
	}

		#ekologia .wp-block-column:last-child h2 {
			display: inline-block;
			padding-bottom: 30px;
			margin-bottom: 30px;
			
			border-bottom: 1px solid #C4C6C9;
		}

		#ekologia .wp-block-column:last-child ul li {
			position: relative;
			list-style: none;
			padding: 10px 0 10px 13px;
		}

		#ekologia .wp-block-column:last-child ul li:before {
			content: "";
			display: block;
			width: 4px;
			height: 4px;
			border-radius: 50%;
			background: var(--txt);
			
			position: absolute;
			left: 0;
			top: 17px;
		}
			
.typybudynkow_box {
	
}

	.typybudynkow_box .wp-block-columns {
		padding-top: 50px;
		padding-bottom: 50px;
		justify-content: space-between;
		
		font-family: "Funnel Display", sans-serif;
		font-size: 24px;
	}
		
		.typybudynkow_box .wp-block-column:first-child {
			flex-basis: 500px;
			flex-grow: 0;
		}
		
		.typybudynkow_box .wp-block-column:last-child {
			flex-basis: 40%;
			flex-grow: 0;
			text-align: right;
		}
			
.rodzajebudynkow {
	padding-top: 70px;
	padding-bottom: 70px;
}
			
	.rodzajebudynkow .wp-block-columns {
		justify-content: space-between;
		padding-bottom: 40px;
		margin-bottom: 40px;
		border-bottom: 1px solid rgba(255 255 255 / 0.15);
	}
	
		.rodzajebudynkow .wp-block-column:last-child {
			text-align: right;
			padding-top: 15px;
		}
			
	.rodzajebudynkow ol {
		display: flex;
		justify-content: space-between;
		gap: 2%;
		list-style: none;
		counter-reset: item;
	}
			
		.rodzajebudynkow ol li {
			flex-basis: 210px;
			flex-grow: 0;
			counter-increment: item;
			font-family: "Funnel Display", sans-serif;
			font-size: 24px;
			line-height: 1.3;
		}
		.rodzajebudynkow ol li:last-child {
			flex-basis: 260px;
		}
			
		.rodzajebudynkow li:before {
			content: counter(item);
			display: block;
			font-family: "Funnel Display", sans-serif;
			font-size: 48px;
			padding-bottom: 5px;
		}

	.rodzajebudynkow ol.elem6 {
		
	}

		.rodzajebudynkow ol.elem6 li {
			flex-basis: 240px;
		}
		
		.rodzajebudynkow ol.elem6 li:last-child {
			flex-basis: 130px;
		}
		
	.rodzajebudynkow ol.elem8 {
		display: grid; 
		grid-auto-columns: 1fr; 
		grid-template-columns: repeat(4, 1fr); 
		gap: 50px 10%; 
	}

		.rodzajebudynkow ol.elem8 li {
			
		}

		
	@media screen and (max-width: 1200px) {
		.rodzajebudynkow ol li {
			flex: 1 1 0 !important;
			font-size: 20px;
		}
		
		.rodzajebudynkow li:before {
			font-size: 40px;
		}
	}
		
		
		
.jakpomaga {
	padding-top: 50px;
	padding-bottom: 10px;
}
 
	.jakpomaga h2 {
		display: block;
		padding-bottom: 30px;
	}
	
	.jakpomaga hr {
		width: 100%;
		height: 1px;
		border: 0;
		background: #BDC6BF;
	}
	
	.jakpomaga .wp-block-columns {
		position: relative;
		padding: 40px 0;
		cursor: pointer;
		align-items: center !important;
		transition: all 0.2s ease;
	}
	
	.jakpomaga .wp-block-columns.on {
		transition: all 0.2s ease;
	}
	
	.jakpomaga .wp-block-columns:before {
		content: "+";
		font-family: "Funnel Display", sans-serif;
		font-size: 28px;
		
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		transform: translateY(-50%);
		transition: all 0.2s ease;
	}
	
	.jakpomaga .wp-block-columns:hover:before {
		color: var(--green);
		transition: all 0.2s ease;
	}
		
	.jakpomaga .wp-block-columns:after {
		content: "";
		display: block;
		width: 42px;
		height: 42px;
		
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		
		background-image: url(../graf/ico_arrow.svg);
		background-size: 16px auto;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		
		border-radius: 50%;
		border: 1px solid var(--dark);
		transition: all 0.2s ease;
	}
	
	.jakpomaga .wp-block-columns.on:after {
		border: 2px solid var(--dark);
		background-image: url(../graf/ico_arrow_white.svg);
		background-color: var(--dark);
		transform: translateY(-50%) rotate(180deg);
		transition: all 0.2s ease;
	}
	
		.jakpomaga .wp-block-column:first-child {
			flex-basis: 40%;
			position: relative;
			font-family: "Funnel Display", sans-serif;
			font-size: 24px;
			padding-left: 40px;
		}
		
			.jakpomaga .wp-block-column:first-child strong {
				font-weight: 400;
				transition: all 0.2s ease;
			}
			.jakpomaga .wp-block-columns:hover .wp-block-column:first-child strong {
				color: var(--green);
				transition: all 0.2s ease;
			}
	
		.jakpomaga .wp-block-column:last-child {
			position: relative;
			flex-basis: 60%;
			padding-right: 15%;
			box-sizing: border-box;
			
			opacity: 0;
			overflow: hidden;
			transition: all 0.2s ease;
		}

		.jakpomaga .wp-block-columns.on .wp-block-column:last-child {
			opacity: 1;
			transition: all 0.2s ease;
		}
			
 
footer {
	background: var(--dark);
	padding-bottom: 0px !important;
}

	#footer {
		padding-top: 50px;
		padding-bottom: 50px;
		
		color: var(--lighttxt);
		line-height: 1.5;
	}
	
	#footer a {
		color: var(--lighttxt);
	}
	
	#footer a:hover {
		color: #8ADE9C;
	}
	
	#footer .wp-block-columns {
		padding: 20px 0;
		gap: 30px;
	}
	
		#footer .wp-block-columns:first-child {
			gap: 2%;
		}
		
			#footer .wp-block-columns:first-child .wp-block-column:first-child {
				flex-basis: 45%;
			}
				
				#footer .wp-block-columns:first-child .wp-block-column:first-child figure {
					margin-bottom: 20px;
				}		
		
		
			#footer .wp-block-columns:first-child .wp-block-column:last-child {
				flex-basis: 45%;
				margin-left: auto;
			}
			
				#footer .wp-block-columns:first-child .wp-block-column:last-child a {
					position: relative;
					display: block;
					color: var(--lighttxt);
					font-family: "Funnel Display", sans-serif;
					font-size: 48px;
					line-height: 1;
				}
			
					#footer .wp-block-columns:first-child .wp-block-column:last-child a:hover {
						color: var(--green);
					}
				
				#footer .wp-block-columns:first-child .wp-block-column:last-child a:after {
					content: "";
					display: block;
					width: 60px;
					height: 60px;
					
					position: absolute;
					right: 0;
					top: 50%;
					transform: translateY(-50%);
					
					background-color: var(--lightgreen);
					background-image: url(../graf/ico_more.svg);
					background-size: 16px auto;
					background-repeat: no-repeat;
					background-position: 50% 50%;
					border-radius: 50%;
					transition: all 0.3s ease;
				}
				
				#footer .wp-block-columns:first-child .wp-block-column:last-child a:hover:after {
					background-color: var(--green);
					background-image: url(../graf/ico_more_light.svg);
					transition: all 0.3s ease;
				}
			
		
	
		#footer .wp-block-columns:last-child {
			gap: 2%;
		}
		

			#footer .wp-block-columns:last-child .wp-block-column:first-child  {
				flex-basis: 30%;
				box-sizing: border-box;
				flex-grow: unset;
			}
				
				#footer .wp-block-columns:last-child .wp-block-column:first-child strong {
					font-weight: 400;
					display: block;
					padding-bottom: 15px;
				}
				
				#footer .wp-block-columns:last-child .wp-block-column:first-child a {
					position: relative;
					font-size: 24px;
					font-weight: 300;
					font-family: "Funnel Display", sans-serif;
					line-height: 1.3;
				}

			#footer .wp-block-columns:last-child .wp-block-column:nth-child(2) {
				flex-basis: 15%;
				margin-left: auto;
				flex-grow: unset;
			}
			
			#footer .wp-block-columns:last-child .wp-block-column:nth-child(3) {
				flex-basis: 15%;
				flex-grow: unset;
				
			}
			
			#footer .wp-block-columns:last-child .wp-block-column:nth-child(4) {
				flex-basis: 15%;
				flex-basis: 15%;
				flex-grow: unset;
			}
		
				#footer .wp-block-columns:last-child .wp-block-column:nth-child(2) strong,
				#footer .wp-block-columns:last-child .wp-block-column:nth-child(3) strong,
				#footer .wp-block-columns:last-child .wp-block-column:nth-child(4) strong {
					display: block;
					font-weight: 500;
					padding-bottom: 15px;
				}
				
				#footer .wp-block-columns:last-child .wp-block-column:nth-child(2) a,
				#footer .wp-block-columns:last-child .wp-block-column:nth-child(3) a,
				#footer .wp-block-columns:last-child .wp-block-column:nth-child(4) a {
					display: inline-block;
					margin-bottom: 15px;
				}
		
	footer .copyrights {
		position: relative;
		text-align: center;
		color: var(--lighttxt);
		border-top: 1px solid rgba(255 255 255 / 0.07);
		
		padding: 35px 50px;
	}
			
		footer .copyrights a.linkedin {
			display: block;
			width: 45px;
			height: 45px;
			
			position: absolute;
			right: 0;
			top: 50%;
			transform: translateY(-50%);
					
			background-color: var(--lightgreen);
			background-image: url(../graf/ico_linkedin.svg);
			background-size: 18px auto;
			background-repeat: no-repeat;
			background-position: 50% 50%;
			border-radius: 50%;
		}
	
			footer .copyrights a.linkedin:hover {
				background-color: var(--green);
				background-image: url(../graf/ico_linkedin_light.svg);
				transition: all 0.3s ease;
			}
	

	
	
	