/*!
Theme Name: wtyczki
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wtyczki
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

wtyczki is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}



/*
----------------------------------------------------------------
----------------------------------------------------------------
----------------------------------------------------------------
----------------------------------------------------------------
----------------------------------------------------------------
----------------------------------------------------------------
----------------------------------------------------------------
----------------------------------------------------------------
----------------------------------------------------------------
----------------------------------------------------------------
----------------------------------------------------------------
----------------------------------------------------------------
----------------------------------------------------------------
----------------------------------------------------------------
*/

* {
	font-family: "Montserrat", sans-serif;

	scroll-behavior: smooth;
}

body {
	margin: 0;
}

.top-bar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 30px;
	background-color: #009D6B;

	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1000;
	transition: .3s;
}

.top-bar p {
	font-size: 13px;
	font-weight: 400;
	margin: 0;
	letter-spacing: .8px;
	color: white;
	text-transform: uppercase;
	transition: .3s;
}

.top-bar.scrolled {
	height: 25px;
}

.top-bar.scrolled p {
	font-size: 12px;
}

.top-bar p span.bold {
	font-weight: 800;
}

.top-menu-wrapper {
	width: 100%;
	max-width: 100vw;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	position: fixed;
	z-index: 1000;
	background-color: white;
	border-bottom: 1px solid transparent;
	transition: .3s;
}

.top-menu-wrapper.scrolled {
	top: 25px;
	border-bottom: 1px solid #f3f3f3;
}

.top-menu {
	padding: 25px 75px;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;

	display: flex;
	justify-content: space-between;
	align-items: center;

	transition: .3s;
}

.top-menu.center-align {
	justify-content: center;
}

.top-menu-wrapper.scrolled .top-menu {
	padding-top: 12.5px;
	padding-bottom: 12.5px;
}

.top-menu img.logo {
	max-height: 50px;
	transition: .3s;
}

.top-menu a {
	max-height: 50px;
}

.top-menu-wrapper.scrolled .top-menu img.logo {
	max-height: 40px;
}

a.main-cta,
button.main-cta {
	display: flex;
	align-items: center;
	justify-content: center;

	max-width: max-content;
	max-width: -webkit-max-content;
	width: max-content;
	width: -webkit-max-content;

	height: 50px;
	padding: 0 30px;
	border-radius: 5px 25px 5px 25px;
	background-color: #009D6B;

	text-decoration: none;
	color: white;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .3px;

	transition: all .3s;
}

button.main-cta {
	border: none;
	cursor: pointer;
}

button.main-cta.form-first-cta {
	height: 66px;
	margin-left: -20px;
	position: relative;
	z-index: 3;
}

a.main-cta img,
button.main-cta img {
	width: 24px;
	height: 24px;
	object-fit: cover;
	object-position: center;
	margin-left: 15px;
}

.main-cta:hover {
	box-shadow: 0 7px 15px 0 rgba(0, 73, 50, 0.376);
	-webkit-box-shadow: 0 7px 15px 0 rgba(0, 73, 50, 0.376);
	-moz-box-shadow: 0 7px 15px 0 rgba(0, 73, 50, 0.376);
}

.head-banner-wrapper {
	width: 100%;
	max-width: 1600px;
	padding-left: 75px;
	padding-right: 75px;
	margin: 130px auto 0;
}

.head-banner {
	width: 100%;
	margin: 0 auto;
	border-radius: 25px 115px;

	display: flex;
	align-items: center;
	justify-content: left;

	position: relative;
}

.head-banner .left-col {
	border-radius: 25px 0 0 115px;
	padding: 75px 300px 75px 75px;
	width: 65%;
	background: transparent linear-gradient(270deg, #04A372 0%, #00734F 100%) 0% 0% no-repeat padding-box;
	position: relative;
	background-image: url('/wp-content/uploads/2023/10/Group-62.png');
	background-size: cover;
	background-position: right center;
}

@media screen and (max-width: 1550px) {
	.head-banner .left-col {
		padding: 75px 240px 75px 75px;
		width: 65%;
	}
}

@media screen and (max-width: 1450px) {
	.head-banner .left-col {
		padding: 75px 225px 75px 75px;
		width: 70%;
	}
}

@media screen and (max-width: 1335px) {
	.head-banner .left-col {
		padding: 75px 220px 75px 75px;
		width: 75%;
	}
}

@media screen and (max-width: 1200px) {
	.head-banner .left-col {
		padding: 50px 200px 50px 50px;
		width: 80%;
	}
}

.head-banner .left-col p.small-text {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.8px;
	color: #FFFFFF;
}

.head-banner .left-col h1 {
	font-size: 38px;
	line-height: 44px;
	color: white;
	font-weight: 300;
	margin: 30px 0;
	max-width: 480px;
}

.head-banner .left-col span.bold {
	font-weight: 700;
}

.head-banner .left-col p {
	font-size: 15px;
	line-height: 23px;
	color: white;
	font-weight: 400;
	margin: 0;
}

.head-banner .right-col {
	background-image: url('/wp-content/uploads/2023/10/18_63_Visual1.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

	position: absolute;
	display: block;
	height: 100%;
	width: 60%;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;

	border-radius: 0 115px 25px 0;
}

.head-banner .left-col a {
	display: flex;
	align-items: center;
	justify-content: center;

	max-width: fit-content;
	max-width: -webkit-fit-content;

	height: 60px;
	width: auto;
	padding: 0 30px;
	border-radius: 5px 25px 5px 25px;
	background-color: white;

	text-decoration: none;
	color: #005940;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .3px;
	margin-top: 40px;
}

.head-banner .left-col a img {
	margin-left: 15px;
}

@media screen and (max-width: 1000px) {
	.head-banner .left-col {
		border-radius: 25px 100px;
		padding: 50px 50px 50px 50px;
		width: 100%;
		background-color: #005940db;
		background-image: none;
		background-position: center;
		background-size: cover;
	}

	.head-banner .right-col {
		height: 100%;
		width: 100%;

		border-radius: 25px 100px;
	}
}

.standard-section {
	width: 100%;
	max-width: 1600px;
	padding-left: 75px;
	padding-right: 75px;
	margin: 100px auto;
}

.standard-section h2 {
	text-align: center;
	font-size: 35px;
	line-height: 45px;
	font-weight: 500;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	margin: 0 auto 35px;
}

.producenci-wrapper h2 {
	max-width: 970px;
}

.dlaczego-warto h2 {
	max-width: 700px;
}

.producenci-karuzela {
	width: 100%;
	border-radius: 10px 75px;
	border: 1px solid #CDCDCD;
	height: 175px;
	position: relative;
}

.slick-producenci {
	display: flex;
	height: 100%;
	align-items: center;
}

.slick-track {
	display: flex;
	align-items: center;
}

.slick-producenci div {
	padding: 0 50px;
}

.slick-producenci div img {
	width: 100%;
	max-height: 60px;
	max-width: 165px;

	object-fit: contain;
	object-position: center;
}

.p-absolute-producenci-cta {
	position: absolute;
	z-index: 2;
	bottom: -25px;
	left: 50%;
	transform: translateX(-50%);
}

.standard-section-cta {
	margin: 50px auto 0;
}

.kafelek-dlaczego-warto {
	background-color: #F7F7F8;
	border-radius: 5px 25px;
	padding: 25px 25px 30px;
	text-align: center;
}

.dlaczego-warto-karuzela {
	width: 100%;
	position: relative;
}

.kafelek-dlaczego-warto img {
	height: 50px;
	max-width: 50px;
	width: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
	margin: auto;
}

p.dlaczego-warto-title {
	font-size: 18px;
	font-weight: 700;
	color: black;
	line-height: 22px;
	margin: 15px auto;
	text-align: center;
	display: block;
}

p.dlaczego-warto-desc {
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	color: black;
	text-align: center;
	display: block;
	margin: 0;
}

.slick-wrapper {
	width: 100%;
	overflow: hidden;
}

.slick-dlaczego-warto {
	margin-right: -50px;
}

.slick-dlaczego-warto .slick-slide {
	margin-right: 50px;
}

.dw-next-arrow {
	display: flex !important;
	justify-content: center;
	align-items: center;
	position: absolute;
	height: 50px;
	width: 50px;
	border-radius: 25px 5px;
	right: -25px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	background-color: #009D6B;
	cursor: pointer;
	transition: 0.3s;
	opacity: 0;
}

.dw-prev-arrow {
	display: flex !important;
	justify-content: center;
	align-items: center;
	position: absolute;
	height: 50px;
	width: 50px;
	border-radius: 5px 25px;
	left: -25px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	background-color: #009D6B;
	cursor: pointer;
	transition: 0.3s;
	opacity: 0;
}

.dw-next-arrow:hover,
.dw-prev-arrow:hover {
	box-shadow: 0 7px 15px 0 rgba(0, 73, 50, 0.376);
	-webkit-box-shadow: 0 7px 15px 0 rgba(0, 73, 50, 0.376);
	-moz-box-shadow: 0 7px 15px 0 rgba(0, 73, 50, 0.376);
}

.dlaczego-warto-karuzela:hover>.dw-prev-arrow,
.dlaczego-warto-karuzela:hover>.dw-next-arrow {
	opacity: 1;
}

.opinie-klientow {
	margin: 75px auto 0;
	padding-top: 75px;
	padding-bottom: 75px;
	position: relative;
}

.border-top {
	position: absolute;
	display: block;
	height: 1px;
	border: none;
	border-top: 1px solid #CDCDCD;
	top: 0;

	width: calc(100% - 150px);
	margin: 0 75px;
	left: 0;
}

span.bg-shadow {
	width: 100%;
	max-width: 100vw;
	display: block;
	background: transparent linear-gradient(180deg, #FFFFFF 0%, #F7F7F8 100%) 0% 0% no-repeat padding-box;
}

.opinie-klientow h2 {
	margin: 0 auto 50px;
}

.opinia-box {
	background: white;
	border: 1px solid #CDCDCD;
	border-radius: 5px 25px;
	padding: 25px 25px 30px;
	text-align: center;
}

p.opinia-box-title {
	font-size: 18px;
	font-weight: 700;
	color: black;
	line-height: 22px;
	margin: 15px auto;
	text-align: center;
	display: block;
}

p.opinia-box-desc {
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	color: black;
	text-align: center;
	display: block;
	margin: 0;
}

.opinie-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 50px;
}

.opinia-image {
	border-radius: 5px 25px;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 165px;
	width: 200px;
	overflow: hidden;
}

.opinia-image img {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
}

.opinie-grid .column {
	padding-top: 140px;
	position: relative;
}

@media screen and (max-width: 1100px) {
	.opinie-grid {
		grid-gap: 35px;
	}
}

@media screen and (max-width: 900px) {
	.opinie-grid {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 50px;
	}
}

.footer-wrapper {
	width: 100%;
	max-width: 1600px;
	padding-left: 75px;
	padding-right: 75px;
	margin: 0 auto;
}

.footer {
	display: block;
	width: 100%;
	padding-bottom: 36%;

	background-image: url('/wp-content/uploads/2023/10/e-b-d-la-d-3-v3-w1-7-e-b-d-la09-14d-3-v3-w1-ip.jpg');
	background-position: top center;
	background-size: cover;
	border-radius: 0px 0px 15px 110px;
}

.formularz-section {
	display: flex;
	align-items: center;
	justify-content: center;

	height: 100%;
	width: 100%;

	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.6);

	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 100px;

	z-index: 1000000000;

	display: none;
}

.formularz-section h2 {
	max-width: 725px;
}

.formularz-section h2 span.bold {
	font-weight: 700;
}

.form-wrapper {
	border: 1px solid #CDCDCD;
	background-color: white;
	border-radius: 10px 50px;
	min-width: 400px;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 65px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

	display: flex;
	align-items: center;
}

@media screen and (max-width: 700px) {
	.form-wrapper {
		border: 0;
		height: 100%;
		width: 100%;
		border-radius: 0;
		min-width: auto;
	}
}

.open-btn-form-wrapper {
	border: 1px solid #CDCDCD;
	border-radius: 10px 50px;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	padding: 65px;
	display: block;
	position: relative;
}

@media screen and (max-width: 700px) {
	.open-btn-form-wrapper {
		padding: 50px 25px;
	}
}

.form-wrapper h3 {
	margin: 0 auto 40px;
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
	color: black;
	max-width: 525px;
	text-align: center;
	display: block;
}

.form-wrapper p {
	margin: 0 auto 40px;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	color: black;
	text-align: center;
	display: block;
	max-width: 600px;
}

span.bold {
	font-weight: 700;
}

.floating-el1 {
	position: absolute;
	top: 5px;
	right: 5px;
	height: 45px;
	width: 45px;
	object-fit: contain;
	object-position: center;
	transform: rotate(45deg);
}

.floating-el2 {
	position: absolute;
	top: -20px;
	left: -20px;
	height: 40px;
	width: 40px;
	object-fit: contain;
	object-position: center;
	transform: rotate(-45deg);
}

.formularz-section .input-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* custom select */

.form-wrapper .custom-select {
	position: relative;
	max-width: fit-content;
	max-width: -webkit-fit-content;
	width: fit-content;
	width: -webkit-fit-content;
}

.form-wrapper .custom-select select {
	display: none;
}

.form-wrapper .select-selected {
	background-color: white;
	border-radius: 5px 0 0 25px;
	padding: 0 60px 0 25px;
	height: 56px;
	display: flex;
	align-items: center;
	border: 1px solid #cdcdcd;
	color: black;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	min-width: 250px;
}

.form-wrapper .select-selected:after {
	position: absolute;
	content: url('/wp-content/uploads/2023/10/angle-small-down-1.svg');
	top: 14px;
	right: 35px;
	width: 8px;
	transition: all .3s;
}

.form-wrapper .select-selected.select-arrow-active:after {
	border-color: transparent transparent #cdcdcd transparent;
	top: 17px;
	transform: rotate(180deg);
}

.form-wrapper .select-items div {
	color: black;
	font-size: 16px;
	font-weight: 600;
	padding: 8px 16px;
	cursor: pointer;
	border-bottom: 1px solid #cdcdcd;
}

.form-wrapper .select-items {
	position: absolute;
	background-color: white;
	top: calc(100% + 5px);
	left: 0;
	right: 0;
	z-index: 2;
	border-radius: 25px 5px;
	border: 1px solid #cdcdcd;
	overflow: hidden;
	max-height: 245.7px;
	overflow-y: scroll;

	-moz-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.08);
}

.form-wrapper .select-hide {
	display: none;
}

.form-wrapper .select-items div:hover,
.same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}

.footer-copy-line a,
.footer-copy-line p {
	display: block;
	text-decoration: none;
	margin: 25px 0;
	width: max-content;
	text-align: center;
	width: -webkit-max-content;
	font-size: 13px;
	font-weight: 600;
	color: #747474;
}

.footer-copy-line {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-copy-line span {
	display: flex;
	align-items: center;
}

.footer-copy-line span a:first-child {
	margin-right: 20px;
}

@media screen and (max-width: 700px) {
	.footer-copy-line {
		display: block;
		text-align: center;
		padding-top: 35px;
		padding-bottom: 15px;
	}

	.footer-copy-line a,
	.footer-copy-line p {
		margin: 15px auto 0;
	}

	.standard-section {
		padding-left: 25px;
		padding-right: 25px;
	}

	.slick-producenci div {
		padding: 0 20px;
	}

	.slick-producenci div img {
		max-height: 45px;
		max-width: 110px;
	}

	.head-banner-wrapper {
		padding-left: 25px;
		padding-right: 25px;
	}

	.head-banner .left-col {
		border-radius: 15px 60px;
		padding: 60px 25px;
	}

	.footer-wrapper {
		padding-left: 25px;
		padding-right: 25px;
	}

	.footer {
		border-radius: 0px 0px 15px 60px;
	}

	.form-wrapper {
		padding: 50px 25px;
	}

	.formularz-section .input-wrapper {
		display: block;
	}

	.formularz-section .input-wrapper button.main-cta.form-first-cta {
		margin: 10px auto 0;
		z-index: 1;
	}

	.form-wrapper .select-selected {
		border-radius: 5px 25px;
		padding: 0 30px 0 15px;
		width: 100%;
		min-width: 250px;
	}

	.form-wrapper .custom-select {
		display: block;
		margin: 10px auto
	}

	.form-wrapper .select-items div,
	.select-selected {
		font-size: 14px;
	}

	.top-menu {
		padding: 25px;
		display: block;
	}

	.top-menu a,
	.top-menu img {
		margin: 10px auto;
	}

	.top-menu img {
		display: block;
	}

	.form-wrapper .select-selected:after {
		right: 15px;
	}

	.head-banner .left-col h1 {
		font-size: 32px;
		line-height: 40px;
		text-align: center;
		max-width: 100%;
	}

	.head-banner .left-col p {
		font-size: 15px;
		line-height: 25px;
		text-align: center;
		max-width: 100%;
	}

	.head-banner .left-col a {
		margin: 40px auto 0;
	}

	.dw-next-arrow {
		right: -15px;
		top: -15px;
		transform: none;
		opacity: 1;
	}

	.dw-prev-arrow {
		left: -15px;
		top: -15px;
		transform: none;
		opacity: 1;
	}

	.standard-section h2 {
		font-size: 24px;
		line-height: 30px;
	}

	.floating-el1 {
		top: -5px;
		right: -5px;
		height: 40px;
		width: 40px;
	}

	.formularz-section {
		margin: 0 auto;
		padding-top: 75px;
		padding-bottom: 75px;
	}

	.top-menu-wrapper.scrolled .top-menu {
		padding-top: 6.5px;
		padding-bottom: 6.5px;
	}

	.head-banner-wrapper {
		margin: 211px auto 0;
	}
}

.scroll-top {
	cursor: pointer;
}

.right-floating-btn {
	position: fixed;
	height: 60px;
	width: 60px;
	border-radius: 8px 25px;
	right: 50px;
	bottom: 50px;
	cursor: pointer;
	-moz-box-shadow: 0 10px 20px 0 #00000034;
	-webkit-box-shadow: 0 10px 20px 0 #00000034;
	box-shadow: 0 10px 20px 0 #00000034;

	display: flex;
	align-items: center;
	justify-content: center;

	background-color: white;
	z-index: 9999;
	transition: .1s;
}

.right-floating-btn svg {
	height: 20px;
	width: 20px;
	object-fit: contain;
	object-position: center;
	fill: #005940;
	padding-top: 2px;
	transition: .1s;
}

.right-floating-btn:hover {
	background-color: #005940;
	;
}

.right-floating-btn:hover svg {
	fill: white;
}

@media screen and (max-width: 700px) {
	.right-floating-btn {
		height: 50px;
		width: 50px;
		right: 15px;
		bottom: 15px;
	}
}

/* formularz */

.step-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}

.step-title span {
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #009D6B;
	text-align: center;
	font-weight: bold;
}

.step-title h4 {
	margin: 0px;
	/* margin-top: 5px; */
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: black;
	text-align: center;
	margin-top: 5px;
}

.input-wrapper-grid-2 {
	display: grid !important;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 16px;
}

.steps-button-wrapper {
	display: flex;
	justify-content: center;
	margin-top: 35px;
}

.steps-button-wrapper .main-cta {
	margin-left: 0px;
}

.steps-button-wrapper button {
	margin: 10px !important;
}

.form-prev-cta {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: max-content;
	max-width: -webkit-max-content;
	width: max-content;
	width: -webkit-max-content;
	height: 56px;
	padding: 0 30px;
	/* border-radius: 5px 25px 5px 25px; */
	border-radius: 25px 5px 25px 5px;
	background-color: #F0F0F0;
	text-decoration: none;
	color: black;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .3px;
	transition: all .3s;
	border: 0px;

}

.form-prev-cta img {
	margin-right: 15px;
}

.form-next-cta {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: max-content;
	max-width: -webkit-max-content;
	width: max-content;
	width: -webkit-max-content;
	height: 56px;
	padding: 0 30px;
	border-radius: 5px 25px 5px 25px;
	background-color: #009D6B;
	text-decoration: none;
	color: white;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .3px;
	transition: all .3s;
}

.form-next-cta img {
	margin-left: 15px;
}

.steps-button-wrapper img {
	width: 14px !important;
	height: auto !important;
}

.open-form-btn {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: max-content;
	max-width: -webkit-max-content;
	width: max-content;
	width: -webkit-max-content;
	height: 56px;
	padding: 0 30px;
	border-radius: 5px 25px 5px 25px;
	background-color: #009D6B;
	text-decoration: none;
	color: white;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .3px;
	transition: all .3s;
	margin: auto;
}

/* step radio */

/* Customize the label (the container) */
.container-radio {
	display: flex;
	align-items: center;
	position: relative;

	cursor: pointer;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	border: 1px solid #CDCDCD;
	border-radius: 5px;
	min-height: 45px;

	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-left: 60px;

	flex-direction: column;
	align-items: self-start;
	justify-content: center;
}

/* Hide the browser's default radio button */
.container-radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom radio button */
.checkmark {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 20px;
	height: 20px;
	width: 20px;
	background-color: #ffffff;
	border-radius: 50%;
	border: 1px solid #CDCDCD;
	transition: 0.2s;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input~.checkmark {
	background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked~.checkmark {
	/* background-color: #2196F3; */
	background-color: white;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked~.checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #009D6B;
}

.single-text-input {
	margin: auto;
	display: block;
}

.single-text-input input {
	height: 56px;
	border: 1px solid #CDCDCD;
	border-radius: 5px;
	padding: 20px;
	width: 100%;
	max-width: 326px;
}

.addational-informations {
	margin-top: 25px;
}

.addational-informations p {
	font-size: 12px;
	line-height: 16px;
	font-weight: 500;
	font-style: italic;
	color: rgb(90, 90, 97);
}

.steps .error-message {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}

.progress {
	width: 100%;
	background-color: #f3f3f3;
}

.progress-bar {
	width: 0%;
	height: 6px;
	background-color: #009D6B;
	transition: width 0.5s ease;
	/* Dodanie animacji */
	border-radius: 3px;
}

.progress-container {
	margin-top: 30px;
	margin-bottom: 30px;
}

@media screen and (max-width: 700px) {
	.input-wrapper-grid-2 {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 8px;
	}
}

@media screen and (max-width: 700px) and (max-height: 700px) {
	.input-wrapper-grid-2 {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 8px;
	}

	.step-6 .steps-button-wrapper,
	.step-11 .steps-button-wrapper {
		margin-top: 25px;
	}

	.step-6 .input-wrapper-grid-2 {
		grid-gap: 4px;
	}

	.step-11 .step-title h4 {
		font-size: 14px;
		line-height: 18px;
		font-weight: 600;
	}

	.step-11 .step-title {
		margin-bottom: 20px;
	}

	.addational-informations p {
		margin-bottom: 25px;
	}
}

@media screen and (max-height: 700px) {
	.form-wrapper {
		padding-top: 40px;
		padding-bottom: 20px;
	}
}

.form-wrapper .rodo-checkbox-p {
	margin: 0;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	color: black;
	text-align: left;
}

.form-wrapper .rodo-checkbox-p-cd {
	margin-top: 15px;
}

.rodo-checkbox-p-cd {
	display: none;
}

.form-wrapper input:focus {
	outline: none;
	border-color: #b6b6b6;
	background-color: rgb(249, 249, 249);
}

.rodo-zwin-rozwin {
	font-weight: bold;
}

/* homepage */

.homepage-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 50px;
	gap: 50px;
	width: 100%;
	max-width: 1600px;
	padding: 120px 75px 0;
	margin: 0 auto;
}

.homepage-grid .service {
	width: 100%;
	border-radius: 5px 25px;
	padding: 35px 35px 40px;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: end;
	align-items: flex-end;
	position: relative;
	min-height: 400px;
}

.homepage-grid .service h2 {
	font-size: 30px;
	line-height: 36px;
	font-weight: 900;
	margin: 0;
	color: white;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
	-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
	-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}

.homepage-grid .service .home-a-btn {
	position: absolute;
	top: calc(100% - 25px);
	left: 35px;
}

.home-footer {
	margin-top: 100px;
}

.home-menu-wrapper {
	top: 0;
}

@media screen and (max-width: 700px) {
	.homepage-grid {
		grid-template-columns: repeat(1, 1fr);
		padding: 150px 25px 0;
	}

	.homepage-grid .service {
		padding: 35px 25px 40px;
		text-align: center;
		min-height: 300px;
	}

	.homepage-grid .service .home-a-btn {
		left: 50%;
		transform: translateX(-50%);
	}

	.home-footer {
		margin-top: 50px;
	}

	.center-align .top-menu img {
		margin: 0 auto;
	}
}


/* komunikat końcowy */

.komunikat-koncowy-formularz {
	display: flex;
	align-items: start;
	align-items: flex-start;
	padding: 25px;
	border-radius: 10px 35px;
	border: 1px solid #0f9b74;
	background: #ecf9f5;
	max-width: 600px;
	width: 100%;
	margin: auto;
}

.komunikat-koncowy-formularz.error {
	border: 1px solid #9b0f0f;
	background: #fff0f0;
}

.komunikat-koncowy-formularz .check-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	width: 60px;
	border-radius: 30px;
	background: #d2f5eb;
	border: 1px solid #0f9b74;
	margin-right: 20px;
}

.komunikat-koncowy-formularz.error .check-wrapper {
	background: #ffdcdc;
	border: 1px solid #9b0f0f;
}

.komunikat-koncowy-formularz .check-wrapper svg {
	height: 27px;
	width: 27px;
	object-fit: contain;
	object-position: center;
	fill: #0f9b74;
}

.komunikat-koncowy-formularz.error .check-wrapper svg {
	fill: #9b0f0f;
}

.komunikat-koncowy-formularz .text-wrapper {
	width: 100%;
	max-width: calc(100% - 85px);
}

.komunikat-koncowy-formularz .text-wrapper h4 {
	font-size: 20px;
	line-height: 22px;
	font-weight: 700;
	margin: 0 0 10px;
	color: #0a6f52;
}

.komunikat-koncowy-formularz .text-wrapper p {
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
	margin: 0;
	color: #0a6f52;
}

.komunikat-koncowy-formularz.error .text-wrapper h4,
.komunikat-koncowy-formularz.error .text-wrapper p {
	color: #9b0f0f;
}

.komunikat-section {
	width: 100%;
	max-width: 1600px;
	margin: auto;
	padding: 100px 25px;
}

@media screen and (max-width: 450px) {
	.komunikat-section {
		padding: 75px 25px;
	}

	.komunikat-koncowy-formularz {
		display: block;
		text-align: center;
	}

	.komunikat-koncowy-formularz .text-wrapper {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}

	.komunikat-koncowy-formularz .check-wrapper {
		margin: 0 auto 15px;
	}
}

.close-form-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	height: 35px;
	width: 35px;
	border-radius: 20px;
	border: 1px solid #cdcdcd;
	background-color: white;
	display: flex;
	align-items: center;
	cursor: pointer;
	justify-content: center;
}

.close-form-btn svg,
.close-form-btn img {
	height: 25px;
	width: 25px;
	object-fit: contain;
	object-position: center;
	fill: black;
}

@media screen and (min-height: 701px) {
	.close-form-btn {
		height: 40px;
		width: 40px;
	}

	.close-form-btn svg,
	.close-form-btn img {
		height: 30px;
		width: 30px;
	}
}

@media screen and (min-width: 700px) {
	.close-form-btn {
		top: 25px;
		right: 25px;
	}
}

.form-wrapper.first-slide-effect {
	background-color: #005940;
	border: none;
}

.form-wrapper.first-slide-effect h3,
.form-wrapper.first-slide-effect p {
	color: white;
}

.form-wrapper.first-slide-effect .form-first-cta {
	background-color: white;
	color: #005940;
}

.potwierdz-zamkniecie {
	position: absolute;
	height: calc(100% + 2px);
	width: calc(100% + 2px);
	left: -1px;
	border-radius: 10px 50px;
	padding: 25px;
	top: -1px;
	z-index: 10;
	background: #005940;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}

@media screen and (max-width: 700px) {
	.potwierdz-zamkniecie {
		border-radius: 0;
	}
}

.potwierdz-zamkniecie h5 {
	font-size: 30px;
	line-height: 36px;
	font-weight: 700;
	color: white;
	text-align: center;
	margin: 0 auto 30px;
}

.potwierdz-zamkniecie p {
	font-size: 15px;
	line-height: 19px;
	font-weight: 500;
	color: white;
	text-align: center;
	margin: 0 auto 30px;
}

.potwierdz-zamkniecie .continue-btn {
	display: block;
	padding: 15px;
	font-size: 15px;
	line-height: 15px;
	color: #005940;
	background-color: white;
	border-radius: 5px 12px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: 700;
	cursor: pointer;
}

.potwierdz-zamkniecie .final-btn-to-close {
	display: block;
	padding: 15px;
	font-size: 14px;
	line-height: 14px;
	color: white;
	background-color: transparent;
	border-radius: 5px 12px;
	text-align: center;
	cursor: pointer;
}



.podziekowania-page {
	padding: 175px 25px 0;
}

.podziekowania-page h2 {
	font-size: 32px;
	font-weight: 700;
	color: black;
	line-height: 38px;
	text-align: center;
	max-width: 500px;
	margin: 0 auto 25px;
}

.podziekowania-page p {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	font-style: italic;
	color: rgb(70, 70, 78);
	margin: 0 auto 35px;
}

.grid-steps-after-form {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 25px;
	max-width: 450px;
	margin: 0 auto;
}

.grid-steps-after-form .step {
	display: block;
	background-color: rgb(250, 250, 251);
	border: 1px solid #cdcdcd;
	border-radius: 8px 25px;
	padding: 35px;
}

.grid-steps-after-form .step .step-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 25px;
	height: 70px;
	width: 70px;
	border-radius: 5px 15px;
	background-color: #009D6B;
}

.grid-steps-after-form .step .step-icon img {
	height: 35px;
	width: 35px;
	object-fit: contain;
	object-position: center;
}

.grid-steps-after-form .step p {
	font-size: 20px;
	line-height: 25px;
	font-weight: 500;
	margin: 0;
	color: black;
	text-align: center;
	font-style: normal;
}

.scroll-overflow-wrapper {
	overflow-y: scroll;
	display: block;
	width: 100%;
	max-height: 100px;
}

.step-11 .checkmark {
	top: 15px;
	left: 0px;
	transform: none;
}

.step-11 .container-radio {
	border: none;
	padding-left: 40px;
}

.custom-select-in-steps {
	width: 100% !important;
	max-width: 100% !important;
}

.custom-select-in-steps .select-selected {
	width: 100%;
	max-width: 100%;
}

.custom-select-in-steps .select-selected {
	border-radius: 0px !important;
}

.custom-select-in-steps .select-items {
	border-radius: 0px !important;
}

.na-co-dotacja h2 {
	margin-bottom: 50px;
}

.na-co-dotacja h3 {
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
}

.na-co-dotacja-loop {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

.na-co-dotacja-loop img {
	border-radius: 5px 25px;
	height: 225px;
	width: 100%;
	object-fit: cover;
}

@media screen and (max-width: 1100px) {
	.na-co-dotacja-loop {

		grid-template-columns: repeat(2, 1fr);

	}
}

@media screen and (max-width: 768px) {
	.na-co-dotacja-loop {

		grid-template-columns: repeat(1, 1fr);
		gap: 25px;

	}
}


/* 
//..............................................................................
//.....GGGGGGG....LLLL.........OOOOOOO.....BBBBBBBBBB......AAAAA.....LLLL.......
//...GGGGGGGGGG...LLLL........OOOOOOOOOO...BBBBBBBBBBB.....AAAAA.....LLLL.......
//..GGGGGGGGGGGG..LLLL.......OOOOOOOOOOOO..BBBBBBBBBBB....AAAAAA.....LLLL.......
//..GGGGG..GGGGG..LLLL.......OOOOO..OOOOO..BBBB...BBBB....AAAAAAA....LLLL.......
//.GGGGG....GGG...LLLL......OOOOO....OOOOO.BBBB...BBBB...AAAAAAAA....LLLL.......
//.GGGG...........LLLL......OOOO......OOOO.BBBBBBBBBBB...AAAAAAAA....LLLL.......
//.GGGG..GGGGGGGG.LLLL......OOOO......OOOO.BBBBBBBBBB....AAAA.AAAA...LLLL.......
//.GGGG..GGGGGGGG.LLLL......OOOO......OOOO.BBBBBBBBBBB..AAAAAAAAAA...LLLL.......
//.GGGGG.GGGGGGGG.LLLL......OOOOO....OOOOO.BBBB....BBBB.AAAAAAAAAAA..LLLL.......
//..GGGGG....GGGG.LLLL.......OOOOO..OOOOO..BBBB....BBBB.AAAAAAAAAAA..LLLL.......
//..GGGGGGGGGGGG..LLLLLLLLLL.OOOOOOOOOOOO..BBBBBBBBBBBBAAAA....AAAA..LLLLLLLLL..
//...GGGGGGGGGG...LLLLLLLLLL..OOOOOOOOOO...BBBBBBBBBBB.AAAA.....AAAA.LLLLLLLLL..
//.....GGGGGGG....LLLLLLLLLL....OOOOOO.....BBBBBBBBBB.BAAAA.....AAAA.LLLLLLLLL..
//..............................................................................
*/

body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

#page {}

.page-ekoranking {
	display: flex;
	flex-direction: column;
	flex: 1;
}

main {
	flex: 1;
}

.page-title {
	font-size: 52px;
	line-height: 62px;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 0px;

}

.section-title {
	font-size: 38px;
	line-height: 42px;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 0px;
}

.container {
	/* width: calc(100% - 150px); */
	width: calc(100% - 110px);
	max-width: 1468px;
	margin-left: auto;
	margin-right: auto;
	transition: all 0.2s;
}


@media screen and (max-width: 1050px) {
	.container {
		width: calc(100% - 75px);
	}
}


@media screen and (max-width: 768px) {
	.container {
		width: calc(100% - 40px);
	}
}




.container-page-length {
	max-width: 1468px;
	margin-left: auto;
	margin-right: auto;
	transition: all 0.2s;
}

.container-page-small {
	max-width: 905px;
	margin-left: auto;
	margin-right: auto;
	transition: all 0.2s;
}

.button-compare {
	background-color: #0B983B;
	cursor: pointer;
	border: 0px;
	outline: none;
	color: white !important;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding: 14px 25px;
	display: flex;
	width: fit-content;
	max-width: 240px;
	justify-content: space-between;
	align-items: center;
	border-radius: 5px 25px;
	border: 1px solid #0B983B;
	transition: all 0.2s;
}

.button-compare:hover {
	opacity: 0.6;
}

.button-compare svg {
	margin-left: 15px;
}

.button-white {
	background-color: #ffffff;
	cursor: pointer;
	border: 0px;
	outline: none;
	color: rgb(0, 0, 0) !important;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding: 14px 25px;
	display: flex;
	max-width: 230px;
	justify-content: space-between;
	align-items: center;
	border-radius: 5px 25px;
	border: 1px solid #CECECE;
	transition: all 0.2s;
}

.button-white:hover {
	border-color: #0B983B;
	color: #0B983B !important;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

#page {
	/*padding-top: 100px;*/
}

/* 
//........................................................
//.HHHH...HHHH....OOOOOOO....OMMMMM...MMMMMM.EEEEEEEEEEE..
//.HHHH...HHHH...OOOOOOOOOO..OMMMMM...MMMMMM.EEEEEEEEEEE..
//.HHHH...HHHH..OOOOOOOOOOOO.OMMMMM...MMMMMM.EEEEEEEEEEE..
//.HHHH...HHHH..OOOOO..OOOOO.OMMMMMM.MMMMMMM.EEEE.........
//.HHHH...HHHH.HOOOO....OOOOOOMMMMMM.MMMMMMM.EEEE.........
//.HHHHHHHHHHH.HOOO......OOOOOMMMMMM.MMMMMMM.EEEEEEEEEE...
//.HHHHHHHHHHH.HOOO......OOOOOMMMMMMMMMMMMMM.EEEEEEEEEE...
//.HHHHHHHHHHH.HOOO......OOOOOMMMMMMMMMMMMMM.EEEEEEEEEE...
//.HHHH...HHHH.HOOOO....OOOOOOMMMMMMMMMMMMMM.EEEE.........
//.HHHH...HHHH..OOOOO..OOOOO.OMMM.MMMMM.MMMM.EEEE.........
//.HHHH...HHHH..OOOOOOOOOOOO.OMMM.MMMMM.MMMM.EEEEEEEEEEE..
//.HHHH...HHHH...OOOOOOOOOO..OMMM.MMMMM.MMMM.EEEEEEEEEEE..
//.HHHH...HHHH.....OOOOOO....OMMM.MMMMM.MMMM.EEEEEEEEEEE..
//........................................................
*/


/* Sekcja opisowa */
.section-home-desciption .overtitle {
	display: flex;
	justify-content: space-between;
	max-width: 305px;
	font-size: 12px;
	line-height: 15px;
	font-weight: 600;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border: 1px solid #CECECE;
	border-radius: 30px;
	padding: 7px 25px;
}

.section-home-desciption .overtitle svg {
	max-width: 20px;
	width: 20px;
}

.section-home-desciption h1 {
	margin-top: 25px;
	margin-bottom: 40px;
	text-align: center;
	max-width: 1064px;
}

/* Sekcja kafelki ze zdjęciami i kształtami */
.visual-service-overview-homepage {
	margin-top: 100px;
}

.visual-service-overview {
	display: flex;
	align-items: center;

}

.visual-service-overview .element,
.visual-service-overview .element img {
	height: 142px;
}

.visual-service-overview .element img {
	object-fit: cover;
	width: 100%;
}

.visual-service-overview .el-1 {
	background-color: #0B983B;
	border-radius: 10px 65px;
	flex: 1 1 355px;

}

.visual-service-overview .el-2 {
	width: 142px;
	flex: 0 0 142px;
	border-radius: 100px;
	overflow: hidden;
}

.visual-service-overview .el-3 {
	background-color: #88C12F;
	border-radius: 65px 10px;
	flex: 1 1 204px;
}

.visual-service-overview .el-4 {


	flex: 1 1 237px;
	border-radius: 100px;
	overflow: hidden;
	min-width: 142px;

}

.visual-service-overview .el-5 {
	background-color: #FEDD02;
	border-radius: 65px 10px;
	flex: 1 1 354px;
}

.visual-service-overview .el-6 {
	flex: 1 1 237px;
	border-radius: 10px 65px;
	overflow: hidden;
	min-width: 142px;
}

/* JAK DZIAŁAMY */

.section-how-we-work-wrapper {
	margin-top: 100px;
}

.section-how-we-work h2 {
	text-align: center;
}

.section-how-we-work-tile-loop {
	margin-top: 50px;
	display: flex;
	gap: 10px;
	justify-content: center;

	max-width: 1010px;
	flex-wrap: wrap;

}

.section-how-we-work-tile-loop-with-arrow .colorful-tile {
	position: relative;
}

.how-we-work-tile-arrow {
	border-radius: 3px 10px;
	width: 36px;
	height: 36px;
	padding: 0px;
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: -23px;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 10;

}

.section-how-we-work-tile-loop-with-arrow {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 768px) {
	.section-how-we-work-tile-loop-with-arrow {

		grid-template-columns: repeat(1, 1fr);
	}

	.how-we-work-tile-arrow {
		right: initial;
		left: 50%;
		bottom: -23px;
		top: initial;
		transform: translate(-50%, 0px);
	}

	.how-we-work-tile-arrow svg {
		transform: rotate(90deg);
	}
}

.colorful-tile {
	padding: 50px 40px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.section-how-we-work-tile-loop .colorful-tile {
	flex: 1 1 330px;
}

.colorful-tile span {
	display: block;
	font-size: 28px;
	line-height: 24px;
	font-weight: bold;
	margin: 0px;
}

.colorful-tile h3 {

	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	margin: 0px;
}

.colorful-tile p {
	font-size: 13px;
	line-height: 19px;
	font-weight: 500;
	margin: 0px;
}

.tile-yellow {
	background-color: #FEDD02;
	border-radius: 65px 10px;
	color: black;
}

.tile-dark-yellow {
	background-color: #C5CB34;
	border-radius: 65px 10px;
	color: white;
}

.tile-light-green {
	background-color: #88C12F;
	border-radius: 10px 65px;
	color: white;
}

.tile-mint {
	background-color: #5CA018;
	border-radius: 10px 65px;
	color: white;
}

.tile-green {
	background-color: #0B983B;
	border-radius: 65px 10px;
	color: white;
}

/* SEKCJA W CZYM MOŻEMY CI POMÓC */

.section-how-can-we-help-you {
	background-color: #F8F8F8;
	border-radius: 65px 115px;
	padding: 50px;
	margin-top: 100px;
}





.section-how-can-we-help-you h2 {
	text-align: center;
}

.section-how-can-we-help-you-loop {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 50px;
}

.section-how-can-we-help-you-loop .white-tile-text-icon {
	flex: 1 1 calc(33% - 10px);



}

/* przy sliderze */
.slick-container-max-page {
	margin-top: 150px;
}

.slick-container-max-page h2 {
	text-align: center;
	margin-bottom: 50px;
}

.benefits-heat-pump-slider-wrapper {
	max-width: 1600px;
}

.benefits-heat-pump-slider-wrapper::after {
	background: linear-gradient(to left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
	content: "";
	height: 100%;
	position: absolute;
	width: 50px;
	z-index: 2;
	right: 0px;
	top: 0px;
}


.benefits-heat-pump-slider-wrapper .slick-track {
	gap: 20px;
}

.benefits-heat-pump-slider-wrapper .white-tile-text-icon {
	width: 320px;
	border: 1px solid #DADADA;
}


.benefits-heat-pump-slider-wrapper .white-tile-text-icon:nth-child(odd) {
	border-radius: 65px 10px;
}

.benefits-heat-pump-slider-wrapper .white-tile-text-icon:nth-child(even) {
	border-radius: 10px 65px;
}

.empty-el {
	flex: 1 1 calc(33% - 10px);
	height: 0px;
}

.section-heat-pump-tile-wrapper {
	position: relative;
}

.slick-container-max-page {
	overflow: hidden;
	max-width: 100vw;
	width: 100%;
}

.slick-container-max-page .container {
	position: relative;
}

.benefits-heat-pump-slider-wrapper {
	position: absolute;
}

.section-how-can-we-help-you-wrapper-background .white-tile-text-icon {
	background-position: 50% 50% !important;
	background-repeat: no-repeat;
	background-size: cover !important;
	background-blend-mode: multiply;
	box-shadow: 0 6px 30px 0 rgba(0, 0, 5, 0);
}

.section-how-can-we-help-you-wrapper-background .white-tile-text-icon h3 {
	color: white;
}

.section-how-can-we-help-you-wrapper-background .white-tile-text-icon p {
	color: #ffffff;
}

@media screen and (max-width: 1200px) {
	.empty-el {
		display: none;
	}

	.section-how-can-we-help-you-loop .white-tile-text-icon {
		flex: 1 1 400px;
	}

}

.white-tile-text-icon {
	padding: 30px 35px;
	background-color: white;
	border-radius: 10px 65px;

}

.section-how-can-we-help-you-loop .white-tile-text-icon:nth-child(even) {
	border-radius: 65px 10px;
}

.white-tile-text-icon {
	padding: 30px 35px;
	background-color: white;

}

.white-tile-text-icon img {
	height: 65px;
	width: auto;
	object-fit: contain;
}

.white-tile-text-icon h3 {
	margin: 0px;
	margin-top: 25px;
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 34px;
	font-weight: bold;
	text-align: left;

}

.white-tile-text-icon p {
	font-size: 13px;
	line-height: 19px;
	margin: 0px;
	margin-top: 15px;
	font-weight: 500;

}

.white-tile-text-icon .button-white {
	background-color: transparent;
	color: white !important;
}

.white-tile-text-icon .button-white:hover {
	background-color: transparent;
	color: #0B983B !important;
}

.white-tile-text-icon .button-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
	gap: 8px;
	align-items: center;
}


.white-tile-text-icon .button-compare {
	padding: 10px 16px;
	font-weight: 600;
	text-transform: initial;
	gap: 5px;
}

.white-tile-text-icon .button-white {
	padding: 10px 16px;
	font-weight: 600;
	text-transform: initial;
	gap: 5px;
}

/* 

//....................................................................................................................................
//........AAAAAAAA........RRRRRRRRRRRRRRRRR....TTTTTTTTTTTTTTTTTT.IIIIII.......CCCCCCCCCCC......LLLLLL............EEEEEEEEEEEEEEEEEE..
//........AAAAAAAA........RRRRRRRRRRRRRRRRRR...TTTTTTTTTTTTTTTTTT.IIIIII.....CCCCCCCCCCCCCC.....LLLLLL............EEEEEEEEEEEEEEEEEE..
//.......AAAAAAAAA........RRRRRRRRRRRRRRRRRR...TTTTTTTTTTTTTTTTTT.IIIIII....CCCCCCCCCCCCCCCC....LLLLLL............EEEEEEEEEEEEEEEEEE..
//.......AAAAAAAAAA.......RRRRRRRRRRRRRRRRRRR..TTTTTTTTTTTTTTTTTT.IIIIII....CCCCCCCCCCCCCCCCC...LLLLLL............EEEEEEEEEEEEEEEEEE..
//.......AAAAAAAAAA.......RRRRRR.....RRRRRRRR........TTTTTT.......IIIIII...CCCCCCCCC.CCCCCCCC...LLLLLL............EEEEEE..............
//......AAAAAAAAAAA.......RRRRRR.......RRRRRR........TTTTTT.......IIIIII..CCCCCCCC.....CCCCCCC..LLLLLL............EEEEEE..............
//......AAAAAAAAAAAA......RRRRRR.......RRRRRR........TTTTTT.......IIIIII..CCCCCCC.......CCCCC...LLLLLL............EEEEEE..............
//.....AAAAAA.AAAAAA......RRRRRR.......RRRRRR........TTTTTT.......IIIIII..CCCCCC................LLLLLL............EEEEEE..............
//.....AAAAAA.AAAAAA......RRRRRR.....RRRRRRRR........TTTTTT.......IIIIII..CCCCCC................LLLLLL............EEEEEE..............
//.....AAAAAA..AAAAAA.....RRRRRRRRRRRRRRRRRRR........TTTTTT.......IIIIII..CCCCCC................LLLLLL............EEEEEEEEEEEEEEEEE...
//....AAAAAA...AAAAAA.....RRRRRRRRRRRRRRRRRR.........TTTTTT.......IIIIII..CCCCCC................LLLLLL............EEEEEEEEEEEEEEEEE...
//....AAAAAA...AAAAAAA....RRRRRRRRRRRRRRRRR..........TTTTTT.......IIIIII..CCCCCC................LLLLLL............EEEEEEEEEEEEEEEEE...
//....AAAAAA....AAAAAA....RRRRRRRRRRRRRRR............TTTTTT.......IIIIII..CCCCCC................LLLLLL............EEEEEEEEEEEEEEEEE...
//...AAAAAAAAAAAAAAAAA....RRRRRR.RRRRRRRRR...........TTTTTT.......IIIIII..CCCCCC........CCCCCC..LLLLLL............EEEEEE..............
//...AAAAAAAAAAAAAAAAAA...RRRRRR...RRRRRRR...........TTTTTT.......IIIIII..CCCCCC........CCCCCC..LLLLLL............EEEEEE..............
//...AAAAAAAAAAAAAAAAAA...RRRRRR....RRRRRRR..........TTTTTT.......IIIIII..CCCCCCC......CCCCCCC..LLLLLL............EEEEEE..............
//..AAAAAAAAAAAAAAAAAAA...RRRRRR....RRRRRRRR.........TTTTTT.......IIIIII..CCCCCCCC....CCCCCCC...LLLLLL............EEEEEE..............
//..AAAAAA.......AAAAAAA..RRRRRR.....RRRRRRR.........TTTTTT.......IIIIII...CCCCCCCCCCCCCCCCCC...LLLLLL............EEEEEE..............
//.AAAAAA.........AAAAAA..RRRRRR......RRRRRRR........TTTTTT.......IIIIII....CCCCCCCCCCCCCCCC....LLLLLLLLLLLLLLLLL.EEEEEEEEEEEEEEEEEE..
//.AAAAAA.........AAAAAA..RRRRRR......RRRRRRRR.......TTTTTT.......IIIIII....CCCCCCCCCCCCCCCC....LLLLLLLLLLLLLLLLL.EEEEEEEEEEEEEEEEEE..
//.AAAAAA.........AAAAAAA.RRRRRR.......RRRRRRR.......TTTTTT.......IIIIII.....CCCCCCCCCCCCCC.....LLLLLLLLLLLLLLLLL.EEEEEEEEEEEEEEEEEE..
//.AAAAA...........AAAAAA.RRRRRR........RRRRRRR......TTTTTT.......IIIIII.......CCCCCCCCCC.......LLLLLLLLLLLLLLLLL.EEEEEEEEEEEEEEEEEE..
//....................................................................................................................................

*/


.article-page article {
	max-width: 800px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.article-date {
	display: block;
	font-size: 13px;
	line-height: 19px;
	color: #8A8A8A;
}

.article-page article .article-title {
	font-size: 32px;
	line-height: 38px;
	font-weight: 600;
	color: black;
	margin: 0px;
	margin-top: 10px;

}

.article-page article header {
	margin-bottom: 35px;
}

.article-page .post-thumbnail {
	margin-bottom: 35px;
}

.article-page .post-thumbnail img {
	height: 450px;
	width: 100%;
	object-fit: cover;
	border-radius: 65px 10px;
}

.article-loop {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;

}

.single-article-tile {
	/* flex: 1 1 300px;
	text-decoration: none; */

	flex: 0 1 calc(33% - 50px);
	/* max-width: calc(33% - 25px); */
	text-decoration: none;
}

.article-loop-image-wrapper {
	height: 320px;
	border-radius: 65px 10px;
	overflow: hidden;
	margin-bottom: 20px;
	background-color: #f8f8f8;
}

.single-article-tile img {
	height: 320px;
	width: 100%;
	border-radius: 65px 10px;
	transition: all 0.2s;
}

.single-article-tile:hover img {
	transform: scale(1.1);
}

.single-article-tile h3 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	color: black;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.other-article {
	padding-top: 80px;
	border-top: 1px solid #CECECE;
	margin-top: 75px;
}

.other-article h2 {
	font-size: 32px;
	line-height: 62px;
	font-weight: 600;
	margin: 0px;
	margin-bottom: 50px;
}

/* .article-page .article-content img{
	object-fit: cover;
	border-radius: 65px 10px;
} */

/* 

//...........................................................................................
//.NNNNNNN......NNNNNN...EEEEEEEEEEEEEEEEEEEEWWWW......WWWWWWW.....WWWWWW...SSSSSSSSSSS......
//.NNNNNNN......NNNNNN...EEEEEEEEEEEEEEEEEEEEWWWW.....WWWWWWWW.....WWWWWW..SSSSSSSSSSSSSS....
//.NNNNNNNN.....NNNNNN...EEEEEEEEEEEEEEEEEE.EWWWW.....WWWWWWWW....WWWWWW..SSSSSSSSSSSSSSS....
//.NNNNNNNN.....NNNNNN...EEEEEEEEEEEEEEEEEE.EWWWWW....WWWWWWWWW...WWWWWW..SSSSSSSSSSSSSSSS...
//.NNNNNNNNN....NNNNNN...EEEEEE.............EWWWWW...WWWWWWWWWW...WWWWWW.SSSSSSSS.SSSSSSSS...
//.NNNNNNNNNN...NNNNNN...EEEEEE.............EWWWWW...WWWWWWWWWW...WWWWWW.SSSSSS.....SSSSSS...
//.NNNNNNNNNN...NNNNNN...EEEEEE..............WWWWW...WWWWWWWWWW...WWWWW..SSSSSSS.............
//.NNNNNNNNNNN..NNNNNN...EEEEEE..............WWWWWW..WWWWWWWWWW..WWWWWW..SSSSSSSSS...........
//.NNNNNNNNNNN..NNNNNN...EEEEEE..............WWWWWW.WWWWWWWWWWWW.WWWWWW..SSSSSSSSSSSS........
//.NNNNNNNNNNNN.NNNNNN...EEEEEEEEEEEEEEEEE...WWWWWW.WWWWWWWWWWWW.WWWWWW...SSSSSSSSSSSSSS.....
//.NNNNNNNNNNNNNNNNNNN...EEEEEEEEEEEEEEEEE....WWWWW.WWWWWWWWWWWW.WWWWW.....SSSSSSSSSSSSSS....
//.NNNNNNNNNNNNNNNNNNN...EEEEEEEEEEEEEEEEE....WWWWWWWWWWW..WWWWWWWWWWW......SSSSSSSSSSSSSS...
//.NNNNNN.NNNNNNNNNNNN...EEEEEEEEEEEEEEEEE....WWWWWWWWWWW..WWWWWWWWWWW........SSSSSSSSSSSSS..
//.NNNNNN..NNNNNNNNNNN...EEEEEE...............WWWWWWWWWWW..WWWWWWWWWWW............SSSSSSSSS..
//.NNNNNN..NNNNNNNNNNN...EEEEEE...............WWWWWWWWWW...WWWWWWWWWWW..............SSSSSSS..
//.NNNNNN...NNNNNNNNNN...EEEEEE................WWWWWWWWW....WWWWWWWWW...WSSSSS.......SSSSSS..
//.NNNNNN...NNNNNNNNNN...EEEEEE................WWWWWWWWW....WWWWWWWWW....SSSSSS......SSSSSS..
//.NNNNNN....NNNNNNNNN...EEEEEE................WWWWWWWWW....WWWWWWWWW....SSSSSSSS..SSSSSSSS..
//.NNNNNN.....NNNNNNNN...EEEEEEEEEEEEEEEEEE....WWWWWWWW.....WWWWWWWWW....SSSSSSSSSSSSSSSSSS..
//.NNNNNN.....NNNNNNNN...EEEEEEEEEEEEEEEEEE.....WWWWWWW......WWWWWWW......SSSSSSSSSSSSSSSS...
//.NNNNNN......NNNNNNN...EEEEEEEEEEEEEEEEEE.....WWWWWWW......WWWWWWW.......SSSSSSSSSSSSSS....
//.NNNNNN......NNNNNNN...EEEEEEEEEEEEEEEEEE.....WWWWWWW......WWWWWWW........SSSSSSSSSSSS.....
//...........................................................................................

*/

.news-page .article-loop {
	margin-top: 100px;
}

.pagination {
	display: flex;
	flex-wrap: wrap;
	margin-top: 100px;
	gap: 10px;
	justify-content: right;
}

.page-numbers {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 50px;
	min-height: 50px;
	border: 1px solid #CECECE;
	border-radius: 5px 15px;
	color: black !important;
	text-decoration: none;
	padding: 5px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;

}

.page-numbers.current {
	border-color: #0B983B;

}

.next.page-numbers,
.prev.page-numbers {
	display: none !important;
}

.page-numbers.dots {
	border-color: transparent;
}

/* 
//.................................................................................................................
//......CCCCCCCCCCC................................................................................................
//....CCCCCCCCCCCCCC............................................tttt........................................ttt....
//...CCCCCCCCCCCCCCCC.........................................tttttt......................................ttttt....
//...CCCCCCCCCCCCCCCCC........................................tttttt......................................ttttt....
//..CCCCCCCCC.CCCCCCCC........................................tttttt......................................ttttt....
//.CCCCCCCC.....CCCCCCC.......................................tttttt......................................ttttt....
//.CCCCCCC.......CCCCC......oooooooooo.....nnnnnnnnnnnnnn...nnttttttttt..aaaaaaaaaaa.......cccccccccc...ctttttttt..
//.CCCCCC..................oooooooooooo....nnnnnnnnnnnnnnn..nnttttttttt.aaaaaaaaaaaaa.....cccccccccccc..ctttttttt..
//.CCCCCC.................oooooooooooooo...nnnnnnnnnnnnnnnn.nnttttttttt.aaaaaaaaaaaaa....cccccccccccccc.ctttttttt..
//.CCCCCC................oooooooooooooooo..nnnnnnnn.nnnnnnn...tttttt...taaaaaaaaaaaaaa..ccccccccccccccc...ttttt....
//.CCCCCC................oooooo....oooooo..nnnnnnn...nnnnnn...tttttt...taaaaa...aaaaaa..cccccc...cccccc...ttttt....
//.CCCCCC...............Cooooo......oooooo.nnnnnn....nnnnnn...tttttt............aaaaaa..cccccc............ttttt....
//.CCCCCC...............Cooooo......oooooo.nnnnnn....nnnnnn...tttttt........aaaaaaaaaa..ccccc.............ttttt....
//.CCCCCC........CCCCCC.Cooooo......oooooo.nnnnnn....nnnnnn...tttttt.....aaaaaaaaaaaaa..ccccc.............ttttt....
//.CCCCCC........CCCCCC.Cooooo......oooooo.nnnnnn....nnnnnn...tttttt...taaaaaaaaaaaaaa..ccccc.............ttttt....
//.CCCCCCC......CCCCCCC.Cooooo......oooooo.nnnnnn....nnnnnn...tttttt...taaaaaaaaaaaaaa..ccccc.............ttttt....
//.CCCCCCCC....CCCCCCC..Cooooo......oooooo.nnnnnn....nnnnnn...tttttt...taaaaa...aaaaaa..cccccc............ttttt....
//..CCCCCCCCCCCCCCCCCC...oooooo....oooooo..nnnnnn....nnnnnn...tttttt...taaaa....aaaaaa..cccccc...cccccc...ttttt....
//...CCCCCCCCCCCCCCCC....oooooooooooooooo..nnnnnn....nnnnnn...ttttttttttaaaaaaaaaaaaaa..ccccccccccccccc...ttttttt..
//...CCCCCCCCCCCCCCCC.....oooooooooooooo...nnnnnn....nnnnnn...ttttttttttaaaaaaaaaaaaaa...cccccccccccccc...ttttttt..
//....CCCCCCCCCCCCCC.......oooooooooooo....nnnnnn....nnnnnn....tttttttttaaaaaaaaaaaaaa....cccccccccccc....ttttttt..
//......CCCCCCCCCC..........oooooooooo.....nnnnnn....nnnnnn....tttttttt.aaaaaaaaaaaaaaa....cccccccccc......tttttt..
//.................................................................................................................
*/

.contact-page-wrapper h1 {
	text-align: center;
}

.contact-page-tile-wrapper {
	margin-top: 75px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 25px;
}

.contact-page-tile h4 {
	margin: 0px;
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	color: #8A8A8A;
	margin-bottom: 10px;
}

.contact-page-tile a {
	display: block;
	margin: 0px;
	font-size: 30px;
	line-height: 22px;
	font-weight: 600;
	color: black !important;
	text-decoration: none;
	padding-bottom: 10px;
}

.border-bottom {
	width: 100%;
	height: 8px;
	border-radius: 5px 1px;
	margin-top: 10px;

}

.border-bottom.border-bottom-yellow {
	background-color: #FEDD02;
}

.border-bottom.border-bottom-green {
	background-color: #88C12F;
}

.contact-form-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: none;
	justify-content: center;
	align-items: center;
	background: #ffffff96;
}

.contact-form-modal-content {
	border: 1px solid #88C12F;
	padding: 50px;
	padding-top: 70px;
	border-radius: 65px 10px;
	background-color: white;
	position: relative;
}

.contact-form-modal-content .modal-close {
	width: 40px;
	height: 40px;
	padding: 0px;
	background: transparent;
	outline: none;
	border: none;

	position: absolute;
	top: 25px;
	right: 25px;
	cursor: pointer;
}

.contact-form-modal-content .modal-close svg {
	width: 40px;
	height: 40px;

}

/* 
	//........................................
//....OOOOOOO....OZZZZZZZZZZ.EEEEEEEEEEE..
//...OOOOOOOOOO..OZZZZZZZZZZ.EEEEEEEEEEE..
//..OOOOOOOOOOOO.OZZZZZZZZZZ.EEEEEEEEEEE..
//..OOOOO..OOOOO......ZZZZZ..EEEE.........
//.OOOOO....OOOOO....ZZZZZ...EEEE.........
//.OOOO......OOOO....ZZZZZ...EEEEEEEEEE...
//.OOOO......OOOO...ZZZZZ....EEEEEEEEEE...
//.OOOO......OOOO..ZZZZZ.....EEEEEEEEEE...
//.OOOOO....OOOOO.ZZZZZ......EEEE.........
//..OOOOO..OOOOO..ZZZZZ......EEEE.........
//..OOOOOOOOOOOO.OZZZZZZZZZZ.EEEEEEEEEEE..
//...OOOOOOOOOO.OOZZZZZZZZZZ.EEEEEEEEEEE..
//.....OOOOOO...OOZZZZZZZZZZ.EEEEEEEEEEE..
//........................................
	*/
.section-dotacje-oze h1 {
	text-align: center;
	margin-bottom: 35px;
}

.section-dotacje-oze p {
	text-align: center;
	/* max-width: 900px; */
	margin-top: 35px;
	margin-bottom: 35px;

	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #8A8A8A;
}

.section-dotacje-oze .button-wrapper {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
}

.section-dotacje-oze-list-wrapper {
	margin-top: 100px;
}

.section-dotacje-oze-list {
	display: flex;
	flex-wrap: wrap;
	gap: 75px;
	justify-content: space-between;
	/* max-width: 905px;
	margin-left: auto;
	margin-right: auto; */
}

.dotacje-left-col {
	background-color: #FEDD02;
	border-radius: 65px 10px;
	overflow: hidden;
	flex: 1 1 400px;
	display: flex;
	/* flex-wrap: wrap; */
	flex-direction: column;
	justify-content: space-between;
}

.dotacje-left-footer {
	background-color: #88C12F;
	border-radius: 65px 10px;
	/* flex: 100%; */
	display: flex;
	justify-content: center;
	align-items: center;
}

.dotacje-left-content {
	padding: 50px;
}

.dotacje-left-col h3 {
	margin: 0px;
	margin-bottom: 25px;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: black;
}

.dotacje-left-col p {
	font-size: 14px;
	line-height: 24px;
	color: black;
	font-weight: 500;
	margin: 0px;
}

.dotacje-left-col .dotacje-left-footer p {
	color: white;
}

.dotacje-right-col {
	flex: 1 1 430px;
	display: flex;
	flex-direction: column;
	gap: 30px;
	justify-content: space-between;
}


.dotacje-right-col .single-list-el {
	background-color: #F8F8F8;
	border-radius: 5px 15px;
	display: flex;
	padding: 10px;
	gap: 10px;

}

.dotacje-right-col .single-list-el-number {
	font-size: 28px;
	line-height: 24px;
	font-weight: bold;
	border-radius: 5px 15px;
	flex: 0 0 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	background-color: #0B983B;
	max-width: 70px;


}

.dotacje-right-col .single-list-el-content h3 {
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	color: black;
	margin: 0px;
	margin-bottom: 10px;

}

.dotacje-right-col .single-list-el-content p {
	color: #8A8A8A;
	font-size: 13px;
	line-height: 19px;
	font-weight: 500;
	margin: 0px;
}

.dotacje-right-col .single-list-el:nth-child(1) .single-list-el-number {
	background-color: #FEDD02;
}

.dotacje-right-col .single-list-el:nth-child(2) .single-list-el-number {
	background-color: #C5CB34;
}

.dotacje-right-col .single-list-el:nth-child(3) .single-list-el-number {
	background-color: #88C12F;
}

.dotacje-right-col .single-list-el:nth-child(4) .single-list-el-number {
	background-color: #5CA018;
}

.dotacje-right-col .single-list-el:nth-child(5) .single-list-el-number {
	background-color: #0B983B;
}

.section-visual-service-overview-oze-wrapper {
	margin-top: 50px;
}

.visual-service-overview-oze {}

.visual-service-overview.visual-service-overview-oze .element,
.visual-service-overview.visual-service-overview-oze .element img {
	height: 88px;
}

.section-desc-box-wrapper-czyste-powietrze-oze-page {
	margin-top: 100px;
}

.section-desc-box {
	border-radius: 65px 10px;
	background-color: #F8F8F8;
	padding: 75px;
}

.section-desc-box h2 {
	font-size: 28px;
	line-height: 36px;
	font-weight: bold;
	color: black;
	margin: 0px;
	margin-bottom: 20px;
}

.section-desc-box p {
	font-size: 15px;
	line-height: 22px;
	font-weight: 500;
	color: black;
	margin: 0px;
}

.section-desc-box .button-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-top: 40px;
}

/* 
//......................................................
//........AAAAAAAA........IIIIII..RRRRRRRRRRRRRRRRR.....
//........AAAAAAAA........IIIIII..RRRRRRRRRRRRRRRRRR....
//.......AAAAAAAAA........IIIIII..RRRRRRRRRRRRRRRRRRR...
//.......AAAAAAAAAA.......IIIIII..RRRRRRRRRRRRRRRRRRR...
//.......AAAAAAAAAA.......IIIIII..RRRRRR.....RRRRRRRR...
//......AAAAAAAAAAA.......IIIIII..RRRRRR.......RRRRRR...
//......AAAAAAAAAAAA......IIIIII..RRRRRR.......RRRRRR...
//.....AAAAAA.AAAAAA......IIIIII..RRRRRR.......RRRRRR...
//.....AAAAAA.AAAAAA......IIIIII..RRRRRR.....RRRRRRRR...
//.....AAAAAA..AAAAAA.....IIIIII..RRRRRRRRRRRRRRRRRRR...
//....AAAAAA...AAAAAA.....IIIIII..RRRRRRRRRRRRRRRRRR....
//....AAAAAA...AAAAAAA....IIIIII..RRRRRRRRRRRRRRRRR.....
//....AAAAAA....AAAAAA....IIIIII..RRRRRRRRRRRRRRR.......
//...AAAAAAAAAAAAAAAAA....IIIIII..RRRRRR.RRRRRRRRR......
//...AAAAAAAAAAAAAAAAAA...IIIIII..RRRRRR...RRRRRRRR.....
//...AAAAAAAAAAAAAAAAAA...IIIIII..RRRRRR....RRRRRRR.....
//..AAAAAAAAAAAAAAAAAAA...IIIIII..RRRRRR.....RRRRRRR....
//..AAAAAA.......AAAAAAA..IIIIII..RRRRRR.....RRRRRRRR...
//.AAAAAA.........AAAAAA..IIIIII..RRRRRR......RRRRRRR...
//.AAAAAA.........AAAAAA..IIIIII..RRRRRR.......RRRRRRR..
//.AAAAAA.........AAAAAAA.IIIIII..RRRRRR.......RRRRRRR..
//.AAAAA...........AAAAAA.IIIIII..RRRRRR........RRRRRR..
//......................................................
*/


.section-clean-air-tile-wrapper {
	margin-top: 100px;
}

.section-visual-service-overview-clean-air-wrapper {
	margin-top: 60px;
}

.section-desc-box-wrapper-czyste-powietrze-page {
	margin-top: 100px;
}

.section-clean-air-tile {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.section-clean-air-right-col {
	display: flex;
	flex-direction: column;
	gap: 20px;
	flex: 1 1 443px;
}

.section-clean-air-tile-wrapper .tile-yellow {
	flex: 1 1 422px;
}

.section-clean-air-tile-wrapper .colorful-tile h3 {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}

.section-clean-air-tile-wrapper .colorful-tile p {
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;

}

.section-clean-air-tile-wrapper .tile-green p {
	font-size: 32px;
	line-height: 22px;
	font-weight: bold;
}

.section-funding-table-wrapper {
	margin-top: 150px;
}

.section-funding-table {
	overflow: auto;
}

.section-funding-table h2 {
	text-align: center;
	margin-bottom: 35px;
}

.funding-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 5px;
	margin: 0px;
}

.funding-table td {

	padding: 15px 20px;
	text-align: left;

	border-radius: 5px;
}

.funding-table tr td:first-child {
	border-radius: 15px 5px 5px 5px;
}

.funding-table tr td:last-child {
	border-radius: 5px 5px 15px 5px;
}

.funding-table td span {
	display: block;
	font-size: 12px;
	line-height: 22px;
	font-weight: 500;
	margin: 0px;
	margin-bottom: 5px;
	white-space: nowrap;
}

.funding-table td .big-text {
	font-size: 22px;
	line-height: 22px;
	font-weight: 600;
	white-space: nowrap;
}

.funding-table td p {
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	margin: 0px;

}

.funding-table .technology {
	max-width: 290px;
	background-color: #F8F8F8;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;

}

.funding-table .basic {
	background-color: #ffd700;
}

.funding-table .elevated {
	background-color: #b3d44b;
	color: white;
}

.funding-table .highest {
	background-color: #32a852;
	color: white;
}

.section-funding-table .notes {
	font-size: 12px;
	line-height: 22px;
	font-weight: 500;
	margin: 0px;
	margin-top: 15px;
	color: black;

}

/* 
//..........................................................................................................................................
//.PPPPPPPPP.....OOOOOOO....OOMMMM...MMMMMM.MPPPPPPPP..PPYY....YYYY........CCCCCCC...CCIII.IEEEEEEEEEE.EPPPPPPPP...PLLL..........AAAAA......
//.PPPPPPPPPP...OOOOOOOOOO..OOMMMM...MMMMMM.MPPPPPPPPP.PPYYY..YYYYY.......CCCCCCCCC..CCIII.IEEEEEEEEEE.EPPPPPPPPP..PLLL..........AAAAA......
//.PPPPPPPPPPP.POOOOOOOOOOO.OOMMMM...MMMMMM.MPPPPPPPPPP.PYYY..YYYY....... CCCCCCCCCC.CCIII.IEEEEEEEEEE.EPPPPPPPPPP.PLLL.........AAAAAA......
//.PPPP...PPPP.POOOO..OOOOO.OOMMMMM.MMMMMMM.MPPP...PPPP.PYYYYYYYY........ CCC...CCCCCCCIII.IEEE........EPPP...PPPP.PLLL.........AAAAAAA.....
//.PPPP...PPPPPPOOO....OOOOOOOMMMMM.MMMMMMM.MPPP...PPPP..YYYYYYYY....... CC.....CCC.CCIII.IEEE........EPPP...PPPP.PLLL........AAAAAAAA.....
//.PPPPPPPPPPPPPOO......OOOOOOMMMMM.MMMMMMM.MPPPPPPPPPP...YYYYYY........ CC.........CCIII.IEEEEEEEEE..EPPPPPPPPPP.PLLL........AAAAAAAA.....
//.PPPPPPPPPP.PPOO......OOOOOOMMMMMMMMMMMMM.MPPPPPPPPP....YYYYYY........ CC.........CCIII.IEEEEEEEEE..EPPPPPPPPP..PLLL........AAAA.AAAA....
//.PPPPPPPPP..PPOO......OOOOOOMMMMMMMMMMMMM.MPPPPPPPP......YYYY......... CC.........CCIII.IEEEEEEEEE..EPPPPPPPP...PLLL.......LAAAAAAAAA....
//.PPPP.......PPOOO....OOOOOOOMMMMMMMMMMMMM.MPPP...........YYYY......... CC.....CCC.CCIII.IEEE........EPPP........PLLL.......LAAAAAAAAAA...
//.PPPP........POOOO..OOOOO.OOMM.MMMMM.MMMM.MPPP...........YYYY.......... CCC...CCCCCCCIII.IEEE........EPPP........PLLL.......LAAAAAAAAAA...
//.PPPP........POOOOOOOOOOO.OOMM.MMMMM.MMMM.MPPP...........YYYY.......... CCCCCCCCCC.CCIII.IEEEEEEEEEE.EPPP........PLLLLLLLLLLLAA....AAAA...
//.PPPP.........OOOOOOOOOO..OOMM.MMMMM.MMMM.MPPP...........YYYY...........CCCCCCCCCC.CCIII.IEEEEEEEEEE.EPPP........PLLLLLLLLLLLAA.....AAAA..
//.PPPP...........OOOOOO....OOMM.MMMMM.MMMM.MPPP...........YYYY............CCCCCCC...CCIII.IEEEEEEEEEE.EPPP........PLLLLLLLLLLLAA.....AAAA..
//..........................................................................................................................................
*/
.section-heat-pump-tile-wrapper {
	margin-top: 100px;
}

.section-desc-box-wrapper-pompy-ciepla {
	margin-top: 100px;
}

.section-benefits-heat-pump-wrapper {
	margin-top: 100px;
}

.section-heat-pump-tile {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.section-heat-pump-tile-2-col {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.section-heat-pump-tile-2-col .colorful-tile {
	flex: 1 1 442px;
}

.section-heat-pump-tile-wrapper h3 {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}

.section-heat-pump-tile-wrapper p {
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
}


/* .section-how-can-we-help-you-loop .white-tile-text-icon:nth-child(even) {
	border-radius: 65px 10px;
} */

.section-heat-pump-tile-wrapper .tile-dark-yellow {
	border-radius: 10px 65px;
}

.section-heat-pump-tile-wrapper .tile-light-green {
	border-radius: 65px 10px;

}



/* 
//.......................................................
//.MMMMMM...MMMMMM.EEEEEEEEEEE.NNNN...NNNN..UUUU...UUUU..
//.MMMMMM...MMMMMM.EEEEEEEEEEE.NNNNN..NNNN..UUUU...UUUU..
//.MMMMMM...MMMMMM.EEEEEEEEEEE.NNNNN..NNNN..UUUU...UUUU..
//.MMMMMMM.MMMMMMM.EEEE........NNNNNN.NNNN..UUUU...UUUU..
//.MMMMMMM.MMMMMMM.EEEE........NNNNNN.NNNN..UUUU...UUUU..
//.MMMMMMM.MMMMMMM.EEEEEEEEEE..NNNNNNNNNNN..UUUU...UUUU..
//.MMMMMMMMMMMMMMM.EEEEEEEEEE..NNNNNNNNNNN..UUUU...UUUU..
//.MMMMMMMMMMMMMMM.EEEEEEEEEE..NNNNNNNNNNN..UUUU...UUUU..
//.MMMMMMMMMMMMMMM.EEEE........NNNNNNNNNNN..UUUU...UUUU..
//.MMMM.MMMMM.MMMM.EEEE........NNNN.NNNNNN..UUUU...UUUU..
//.MMMM.MMMMM.MMMM.EEEEEEEEEEE.NNNN..NNNNN..UUUUUUUUUUU..
//.MMMM.MMMMM.MMMM.EEEEEEEEEEE.NNNN..NNNNN...UUUUUUUUU...
//.MMMM.MMMMM.MMMM.EEEEEEEEEEE.NNNN...NNNN....UUUUUUU....
//.......................................................
*/

.top-bar-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top-bar-menu a {
	font-size: 11px;
	line-height: 14px;
	color: black !important;
	;
	font-weight: 500;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
}

.top-bar-menu .top-bar-col {
	display: flex;
	align-items: center;
	gap: 20px;
}

.top-bar-menu a.highlighted {
	color: #8D8D8D !important;
}


.menu-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

.site-branding {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 225px;
	width: 100%;
}

.site-header {
	background-color: #fff;
	border-bottom: 1px solid #CECECE;
	padding: 0px;
	position: sticky;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 999;
	max-height: 100vh;

}

.main-navigation {
	display: flex;
	align-items: center;
	justify-content: end;
	/* flex-direction: column; */
}

.main-navigation .button-compare {
	display: flex !important;
	padding-top: 11px;
	padding-bottom: 11px;
	margin-left: 15px;
	margin-bottom: 15px;
}

.nav-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
}

.nav-menu li {
	position: relative;
	margin-left: 20px;
}

.nav-menu li a {
	text-decoration: none;
	color: black;
	padding: 15px 15px;
	display: flex;
	font-size: 13px;
	line-height: 16px;
	font-weight: 600;
	transition: all 0.2s;
	padding-bottom: 30px;
}

.bar-hr {
	display: block;
	width: 1px;
	height: 15px;
	background-color: #FEDD02;
}

.nav-menu li a:hover,
.nav-menu li:hover>a {
	color: #0B983B;
}

.menu-top .nav-menu .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fff;
	list-style: none;
	padding: 10px 0;
	margin: 0;
	border: 1px solid #CECECE;
	transition: all 0.5s;
}

.nav-menu .sub-menu li {
	margin: 0;
}

.nav-menu .sub-menu li a {
	padding: 10px 20px;
}

.menu-top .nav-menu li:hover .sub-menu {
	display: block;
}

.main-navigation ul {
	justify-content: end;
	box-shadow: 0px !important;
}

.nav-menu .menu-item-has-children>a::after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 5px;
	background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" id="Outline" viewBox="0 0 24 24" width="512" height="512"><path d="M18.71,8.21a1,1,0,0,0-1.42,0l-4.58,4.58a1,1,0,0,1-1.42,0L6.71,8.21a1,1,0,0,0-1.42,0,1,1,0,0,0,0,1.41l4.59,4.59a3,3,0,0,0,4.24,0l4.59-4.59A1,1,0,0,0,18.71,8.21Z"/></svg>');
	background-size: contain;
	background-repeat: no-repeat;
	transition: all 0.2s;
}

.nav-menu .menu-item-has-children>a:hover::after {
	transform: rotate(-180deg);
}

.menu-toggle {
	display: none;
	background-color: transparent;
	border: none;
	cursor: pointer;
	padding: 0px;
	height: 40px;
	width: 70px;

	gap: 8px;

	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.menu-toggle .menu-line {
	width: 70px;
	height: 4px;
	background-color: black;
	transition: all 0.2s;
}

.menu-toggle.active {
	width: 50px;
}

.menu-toggle.active .menu-line {
	width: 50px;
}

.menu-toggle.active .menu-line:first-child {

	transform: rotate(45deg) translate(8px, 0);
}

.menu-toggle.active .menu-line:last-child {

	transform: rotate(-45deg) translate(8px, 0);
}

@media (max-width: 1200px) {
	.site-header {
		position: fixed;
		overflow: hidden;
	}

	.main-navigation {
		display: none;
	}

	.main-navigation.toggled {
		display: block;
	}



	.nav-menu li {
		margin-left: 0;
	}

	.menu-toggle {
		display: flex;
	}

	.menu-top {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.site-branding {
		max-width: 150px;
	}
}
@media (max-width: 800px) {
	.top-bar-menu{
		display: none;
	}

}
.mobile-menu-wrapper {
	display: none;
	overflow: auto;
	height: 100vh;
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: 1px solid #CECECE;

}
.mobile-main-navigation{
	max-width: 394px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.mobile-menu-wrapper .nav-menu {
	flex-direction: column !important;
}

.mobile-menu-wrapper .nav-menu .sub-menu {
	/* display: flex; */
	justify-content: center;
	position: initial;
	border: 0px;
	border-left: 2px solid #0B983B;
	margin-left: 20px;
    margin-right: 20px;

	list-style: none;
	display: none;
}
/* 
.menu-top .nav-menu .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fff;
	list-style: none;
	padding: 10px 0;
	margin: 0;
	border: 1px solid #CECECE;
	transition: all 0.5s;
} */

.mobile-menu-wrapper .nav-menu li a {
	text-align: left !important;
	justify-content: left !important;
	font-weight: bold;

	font-size: 20px;
	line-height: 24px;
    padding: 10px 20px;

}
.mobile-menu-wrapper .nav-menu li .sub-menu a {
font-size: 18px;
line-height: 22px;
font-weight: 600;
}
.mobile-menu-wrapper .nav-menu .menu-item-has-children>a::after {
	display: none !important;
}

/* 
//............................................................................
//.FFFFFFFFFF...OOOOOOO.......OOOOOOO.....TTTTTTTTTTTEEEEEEEEEEE.RRRRRRRRRR...
//.FFFFFFFFFF..OOOOOOOOOO....OOOOOOOOOO...TTTTTTTTTTTEEEEEEEEEEE.RRRRRRRRRRR..
//.FFFFFFFFFF.OOOOOOOOOOOO..OOOOOOOOOOOO..TTTTTTTTTTTEEEEEEEEEEE.RRRRRRRRRRR..
//.FFFF.......OOOOO..OOOOO..OOOOO..OOOOO.....TTTT....EEEE........RRRR...RRRR..
//.FFFF......FOOOO....OOOOOOOOOO....OOOOO....TTTT....EEEE........RRRR...RRRR..
//.FFFFFFFFF.FOOO......OOOOOOOO......OOOO....TTTT....EEEEEEEEEE..RRRRRRRRRRR..
//.FFFFFFFFF.FOOO......OOOOOOOO......OOOO....TTTT....EEEEEEEEEE..RRRRRRRRRRR..
//.FFFFFFFFF.FOOO......OOOOOOOO......OOOO....TTTT....EEEEEEEEEE..RRRRRRRR.....
//.FFFF......FOOOO....OOOOOOOOOO....OOOOO....TTTT....EEEE........RRRR.RRRR....
//.FFFF.......OOOOO..OOOOO..OOOOO..OOOOO.....TTTT....EEEE........RRRR..RRRR...
//.FFFF.......OOOOOOOOOOOO..OOOOOOOOOOOO.....TTTT....EEEEEEEEEEE.RRRR..RRRRR..
//.FFFF........OOOOOOOOOO....OOOOOOOOOO......TTTT....EEEEEEEEEEE.RRRR...RRRR..
//.FFFF..........OOOOOO........OOOOOO........TTTT....EEEEEEEEEEE.RRRR....RRR..
//............................................................................
*/
/* Widoczna tylko na landingpage */
.footer-langingpage {
	display: none;
}

.site-footer {
	background-color: #f8f8f8;
	padding: 40px 0;
	padding-top: 75px;
	padding-bottom: 0px;
	border-radius: 65px 65px 0px 0px;
	margin-top: 125px;

	/* display: none; */
}

.footer-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 25px 140px;
}

.footer-logo-section {
	flex: 0 1 364px;


}

.footer-logo img {
	max-width: 150px;
}

.footer-logo-section p {
	color: #8A8A8A;
	margin-top: 40px;
	margin-bottom: 50px;
	font-size: 13px;
	line-height: 19px;
	font-weight: 500;
}

.footer-social {
	display: flex;
	gap: 15px;
	align-items: center;
}

.footer-social a {
	display: flex;
	width: 50px;
	height: 50px;
	border: 1px solid #CECECE;
	border-radius: 5px 15px;
	justify-content: center;
	align-items: center;
	transition: all 0.2s;
}

.footer-social a:hover {
	border-color: #0B983B;
}

.footer-social svg {
	height: 17px;
	width: auto;
	transition: all 0.2s;
	fill: #838383;
}

.footer-social a:hover svg {
	fill: #0B983B;
}

.footer-links-section {
	flex: 6;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
}

.footer-column {
	flex: 1 0 213px;
	/* min-width: 150px; */
	margin-bottom: 20px;
}

.footer-column h3 {
	font-size: 14px;
	line-height: 16px;
	color: black;
	margin-bottom: 15px;
	margin-top: 0px;
}

.footer-column ul {
	list-style: none;
	padding: 0;

}

.footer-column ul li {
	margin-bottom: 5px;
}

.footer-column ul li a {
	color: #8A8A8A;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	transition: all 0.2s;
}

.footer-column ul li a:hover {
	color: #0B983B;
}

.footer-button {
	display: flex;
	align-items: start;

}

.footer-button .button-compare {
	padding: 10px 16px;
	font-weight: 600;
	text-transform: initial;
	gap: 5px;
}

.footer-bottom a,
.footer-bottom p {
	flex: 1 1 302px;
}

.footer-bottom {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: end;
	align-items: center;
	margin-top: 20px;
	padding-bottom: 20px;
	font-size: 12px;
	line-height: 19px;
	color: #8A8A8A;
	position: relative;
}

.footer-bottom p {
	margin: 0px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
}

.footer-bottom a {
	font-size: 12px;
	line-height: 19px;
	color: #8A8A8A;
	text-decoration: none;
	transition: all 0.2s;
	margin: 0px;
	max-width: 190px;
	text-align: end;
}

.footer-bottom a:hover {
	color: #0B983B;
}

.footer-column h3:not(:first-child) {
	margin-top: 30px;
}

@media screen and (max-width: 1000px) {
	.footer-bottom p {

		position: initial;
		left: initial;
		transform: initial;
	}

	.footer-bottom {
		justify-content: space-between;
	}

	.footer-content {
		gap: 25px 50px;
	}
}




@media screen and (max-width: 768px) {
	.section-how-can-we-help-you {
		padding-left: 25px;
		padding-right: 25px;
	}

	.colorful-tile {
		padding-left: 25px;
		padding-right: 25px;
	}

	.section-desc-box {
		padding-left: 25px;
		padding-right: 25px;
	}

	.white-tile-text-icon {
		padding-left: 25px;
		padding-right: 25px;
	}

	.dotacje-left-content {
		padding-left: 25px;
		padding-right: 25px;
	}

	.visual-service-overview .element {
		height: 25px;
		width: 20% !important;
		flex: 0 0 20%;
		min-width: initial;
	}

	.visual-service-overview .element.el-1 {
		display: none;
	}

	.visual-service-overview .element:has(> img) {
		height: 100px;
	}

	.visual-service-overview .element:has(> img) img {
		height: 100px;
	}

	.article-loop {
		gap: 25px;

	}

	.single-article-tile {
		flex: 0 1 calc(50% - 25px);
	}

}

@media screen and (max-width: 580px) {
	.single-article-tile {
		flex: 1 1 100%;
	}
}

@media screen and (max-width: 450px) {
	.page-title {
		font-size: 42px;
		line-height: 52px;
	}

	.section-title {
		font-size: 28px;
		line-height: 34px;
	}

	.dotacje-right-col .single-list-el {
		flex-direction: column;
	}

	.section-desc-box h2 {
		font-size: 20px;
		line-height: 28px;
	}




	.section-how-we-work-wrapper {
		margin-top: 50px;
	}

	.visual-service-overview-homepage {
		margin-top: 50px;
	}

	.section-how-can-we-help-you {
		margin-top: 50px;
	}

	.news-page .article-loop {
		margin-top: 50px;
	}

	.pagination {
		margin-top: 50px;
	}

	.section-dotacje-oze-list-wrapper {
		margin-top: 50px;
		gap: 50px;
	}

	.section-desc-box-wrapper-czyste-powietrze-oze-page {
		margin-top: 50px;
	}

	.section-clean-air-tile-wrapper {
		margin-top: 50px;
	}

	.section-desc-box-wrapper-czyste-powietrze-page {
		margin-top: 50px;
	}

	.section-heat-pump-tile-wrapper {
		margin-top: 50px;
	}

	.section-desc-box-wrapper-pompy-ciepla {
		margin-top: 50px;
	}

	.section-benefits-heat-pump-wrapper {
		margin-top: 50px;
	}

	.site-footer {
		margin-top: 75px;
	}

	.section-funding-table-wrapper {
		margin-top: 75px;
	}
}