/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 26 2025 | 15:34:52 */
#cover1 {
	max-width: 1700px;
	margin: 0px auto;
}

#heading1 {
	max-width: 600px;
}

#teksty1 {
	max-width: 600px;
}

.nf-before-form-content {
	display: none;
}

.nf-form-content {
	background-color: #31548B;
	border-radius: 20px;
	padding: 20px;
}

.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: 1300px;
}

.body .is-layout-flex {
	justify-content: center;
}

.form-description {
	width: 60%;
}

#nf-form-2-cont {
	width: 35%;
}

.ninja-forms-field {
	border-radius: 20px !important;
}

#nf-field-8 {
	margin-left: auto;
	background-color: black;
}

#nf-field-13 {
	max-width: 100%;
	min-width: 100%;
}

footer a {
	text-decoration: none !important;
}
/* 
.hexButton {
	clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
} */

#hexKafle {
	clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
	width: 200px !important;
	height: 200px;
}

.hexKafle:nth-of-type(2n) {
	margin-right: 100px;
}

.hexKafle:nth-of-type(2n-1) {
	margin-left: 100px;
}

#kafelkiEtapy {
	display: none;
}

#strzalkaImg {
	max-width: 2560px;
}

.wp-block-uagb-container.uagb-block-e7650dd2 {
	padding: 0px;
}

.wp-block-cb-slide-v2 {
	margin: auto 0px;
	width: fit-content;
}

#logaMobile {
	display: none;
}

#car1, #car2 {
	width: 100%;
}

.cards {
	transition: 0.2s ease;
	width: 30%;
/* 	height: 200px */
}

.cards:hover {
	filter: grayscale(0%) brightness(100%);
	transform: scale(1.05)
}

#kafelki {
	width: 100%;
	max-width: 2000px;
  	justify-content: center;
	gap: 10px;
	margin-bottom: 40px;
	margin-top: 40px;
}

.wp-block-navigation-item__content {
	background-color: #e9e9e9;
	color: black !important;
}

.wp-block-navigation ul li .wp-block-navigation-submenu__toggle {
	color: black
}

.wp-block-navigation-item__content span::after {
	border: 1px solid black;
	content: "";
	display: block;
	width: 100%;
	transform: scale(0);
	transform-origin: 0%;
	transition: transform 0.2s ease;
}

.wp-block-navigation-item__content:hover span::after {
	transform: scale(1);
}

.stack1, .stack2 {
	width: 45%;
}

.stack2 div {
	width: 100%;	
}

@media only screen and (max-width: 500px) {
	.wp-block-cover {
		padding: 0px 80px !important
	}
	
	#cover1 {
		padding: 0px 20px !important;
	}
}

@media only screen and (max-width: 850px) {
	#nf-form-2-cont {
		width: 70%
	}
	
	#strzalka {
		display: none
	}
	
	#kafelkiEtapy {
		display: flex;
	}
	
	.form-description {
		width: 80%;
	}
}


@media only screen and (max-width: 980px) {
	#logaMobile {
		display: flex;
	}
	#logaDesktop {
		display: none;
	}
	.stack1, .stack2 {
		width: 95%;
	}

}

@media only screen and (max-width: 1200px) {
	.cards {
		width: 100%;
	}
}