html {
	scroll-behavior: smooth;
}

.wp-site-blocks > footer { margin-block-start: 0; }

a, h1, h2, h3, h4, h5, h6 {
	transition: all .7s ease;
}
a,
button,
.wp-block-button a,
input[type="submit"] {
	transition: all .7s ease;
}
button,
.wp-block-button a:is(:hover, :focus, :active),
input[type="submit"]:is(:hover, :focus, :active) {
	background-color: var(--wp--preset--color--custom-trietrary);
}

.wp-block-navigation__responsive-container-open svg,
.wp-block-navigation-overlay-close svg {
	width: 48px;
	height: 48px;
}
.wp-block-navigation__responsive-container-content .wp-block-navigation-item__label {
	display: inline-block;
	text-align: center;
}

@media (max-width: 781px) {
	.bg-img-right {
		padding-top: 350px;
	}
	.bg-img-right .wp-block-cover__image-background {
		height: 350px;
	}

	.mapa img {
		width: 100% !important;
		min-height: 400px;
		object-fit: cover;
	}
	iframe.mapa {
		width: 100% !important;
		min-height: 400px;
	}
	.section-bg-image {
		background-repeat: no-repeat;
		background-size: 95% auto !important;
	}
}
@media (min-width: 782px) {
	.bg-img-right .wp-block-cover__image-background {
		left: 50%;
		width: 50%;
		object-position: left;
	}

	.mapa img {
		width: 100% !important;
		min-height: 600px;
		object-fit: cover;
	}
	iframe.mapa {
		width: 100% !important;
		min-height: 600px;
	}
	.section-bg-image {
		background-repeat: no-repeat;
		background-size: auto 95% !important;
	}
}


form .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
form p {
	margin: 0 0 10px 0;
}
form label {
	display:flex;
	flex-direction:row;
	align-items:flex-start;
	gap:.5em;
	margin-bottom:.5em;
	width:100%;
	color: currentColor;
	font-size: 12px;
	letter-spacing: 1.2px;
	margin-top: .5em;
}
form label:has(input[type=checkbox]) {
	flex-direction:row;width:fit-content;
	color: currentColor;
	letter-spacing: initial;
	text-transform: none;
}
form input {
	font-size:1em;margin-bottom:0;padding:0 .5em;
}
form input:not([type=checkbox]) {
	background-color: var(--wp--preset--color--white);
	border: 1px solid var(--wp--preset--color--white);
	line-height:2;
	min-height:2em;
	width: 100%;
	box-sizing: border-box;
	outline: none;
}
form textarea {
	font-family: inherit;
	background-color: var(--wp--preset--color--white);
	border: 1px solid var(--wp--preset--color--white);
	line-height:2;
	font-size:1em;
	margin-bottom:0;
	padding:0 .5em;
	width: 100%;
	box-sizing: border-box;
	resize: none;
	outline: none;
}
form input:not([type=checkbox]):focus,
form textarea:focus {
	border-color: var(--wp--preset--color--custom-secondary);
}
form input[type=submit] {
	display: block;
	border: 0 none;
	color: var(--wp--preset--color--black);
	background-color: var(--wp--preset--color--custom-secondary);
	cursor: pointer;
	font-family: var(--wp--preset--font-family--roboto);
	font-size: 20px;
	letter-spacing: 1.2px;
	line-height: 1;
	text-transform: uppercase;
	padding-top: var(--wp--preset--spacing--30);
	padding-right: var(--wp--preset--spacing--60);
	padding-bottom: var(--wp--preset--spacing--30);
	padding-left: var(--wp--preset--spacing--60);
	border-radius: 9999px;
	text-decoration: none;
	width: auto;
	margin-left: auto;
}
.wpcf7-list-item {
	margin: 0;
	width: 100%;
}

.scroll a {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
.scroll a svg {
	fill: currentColor;
}
.scroll a .mouse {
	transform: scaleY(-1);
}
.scroll a .arrows {
	position: relative;
	animation: bounce 1.3s infinite;
}
@keyframes bounce {
	0% { top: -5px }
	50% { top: 5px }
	100% { top: -5px }
}

#start, #fundusze, #mapa {
	position: relative;
}
#start .scroll a {
	position: absolute;
	bottom: 20px;
	left: calc(50% - 60px);
	color: var(--wp--preset--color--white);
}
#fundusze .scroll a {
	position: absolute;
	left: calc(50% - 18px);
	bottom: 20px;
}
#mapa .scroll a {
	position: absolute;
	bottom: 20px;
	left: calc(50% - 18px);
}
footer .scroll a {
	position: absolute;
	bottom: 20px;
	left: calc(50% - 18px);
}
footer .scroll a .arrows {
	transform: scaleY(-1);
}

@media (max-width: 781px) {
	#start .scroll a {
		left: calc(50% - 18px);
	}
}
@media (pointer:coarse) {
	.scroll a .mouse {
		display: none;
	}
}