.description h1 {
	text-align: left;
	margin-left: 100px;
	color: #ffcc29;
	margin-top: 50px;
}
.description {
	margin-left: 20px;
	margin-right: 20px;
	margin-left: auto;
	margin-right: auto;
}
.description-line {
	border-bottom: 5px solid #ffcc29;
	padding-top: 60px;
	width: 400px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-left: 310px;
	margin-top: -50px;
}
.image_glowne {
	display: flex;
	justify-content: center;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.image_glowne img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
	margin-top: 50px;
}
.witaj_mksun {
	background: #ffcc29;
}
.witaj_mksun h2 {
	color: #ffffff;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 25px;
}
.tytul_line {
	border-bottom: 2px solid #ffffff;
	padding-top: 70px;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: -50px;
}
.who_we_are {
	display: flex;
	height: auto;
	padding-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
.description_business {
	padding-left: 100px;
	margin-left:0px;
	flex: 50%;
	text-align: left;
	margin-top: 40px;
}
.description_business h3 {
	font-size: 22px;
	margin-left: 100px;
	margin-right: 50px;
	color: #ffffff;
}

.opisnatle {
	margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
	font-size: 22px;
    margin-right: 50px;
    color: #ffffff;
}
.description_business_image {
	flex: 50%;
}
.description_business_image img {
	margin-left: 200px;
}
.tytul_witaj {
	text-align: center;
	padding-top: 50px;
}
.tytul_nasze_uslugi {
	text-align: center;
	color: #ffcc29;
	margin-top: 30px;
}
.nasze_uslugi_line {
	border-bottom: 2px solid #ffcc29;
	padding-top: 70px;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: -50px;
}
.nasze_uslugi_descriptions {
	display: flex;
	height: auto;
	padding-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
.usluga_panele {
	flex: 33%;
	background-color: #ffcc29;
	margin-right: 30px;
	margin-left: 50px;
	border-radius: 60px;
}
.usluga_panele img {
	width: 100%;
}
.usluga_pompyciepla {
	flex: 33%;
	background-color: #ffcc29;
	margin-left: 30px;
	margin-right: 30px;
	border-radius: 60px;
}
.usluga_pompyciepla img {
	width: 100%;
}
.usluga_magazynenergi {
	flex: 33%;
	background-color: #ffcc29;
	margin-right: 50px;
	margin-left: 30px;
	border-radius: 60px;
}
.usluga_magazynenergi img {
	width: 100%;
}
.nasze_uslugi_descriptions h4 {
	text-align: center;
}
.nasze_uslugi_descriptions h5 {
	color: #ffffff;
	text-align: center;
	margin-left: 50px;
	margin-right: 30px;
}
.opis_zacheta {
	position: relative;
	background-image: url(../picture/strona_glowna/6.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 1000px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-top: 50px;
}

.opis_zacheta::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5); /* Kolor przyciemnienia */
}

.opis_na_tle {
	color: #ffffff;
	text-align: center;
	margin-left: 100px;
	margin-right: 100px;
}

.opis_na_tle h1 {
	z-index: 1; /* Ustawiamy wyższą wartość indeksu z niższą przezroczystością */
	color: white; /* Kolor tekstu ustawiony na biały */
	padding: 20px; /* Dodaj wypełnienie wokół napisu, aby był bardziej czytelny */
	position: relative; /* Dodajemy pozycję względną, aby można było ustawić przesunięcie w górę */
	top: -50px;
}

.opisaudyt {
    z-index: 1;
    color: #ffffff;
    padding: 20px;
    position: relative;
    font-family: system-ui;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
	text-align: center;
	margin-left: 100px;
	margin-right: 100px;
}


.zacheta_line {
	border-bottom: 1px solid #ffcc29;
	padding-top: 70px;
	width: 80%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

.opis_na_tle {
	color: #ffffff;
	text-align: center;
	margin-left: 100px;
	margin-right: 100px;
}

.zacheta_line2 {
	border-bottom: 5px solid #ffcc29;
	width: 20%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.container {
	display: flex;
	background-color: #ffffff;
}

.left-side {
	flex: 1;
	padding: 20px;
	background-color: #ffcc29;
}

.left-side h2 {
	color: #ffffff;
}

.form-container {
	margin-top: 20px;
}

.form-container input[type='text'],
.form-container textarea {
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
}

.right-side {
	flex: 1;
	padding: 20px;
}

.right-side img {
	height: 100%;
	width: auto;
}

.contact-details {
	margin-top: 20px;
}

.contact-details p {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.icon {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #ffcc29;
	margin-right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* Dodatkowe style dla dostosowania pod telefon */
@media (max-width: 767px) {
	.description h1 {
		text-align: center;
		margin-left: 0px;
		margin-top: 10px;
		margin-left: 10px;
		margin-right: 10px;
	}

	.description-line {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
		width: 50%;
		margin-top: -40px;
	}
	.image_glowne img {
		margin-top: 0;
	}
	.witaj_mksun h2 {
		font-size: 20px;
		text-align: center;
		margin-left: 10px;
		margin-right: 10px;
	}
	.tytul_line {
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}
	.who_we_are {
		flex-direction: column;
	}
	.description_business {
		text-align: center;
		margin-top: 20px;
		order: 2;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.description_business h3 {
		margin-left: 0;
		margin-right: 0;
	}
	.description_business_image {
		order: 1;
		text-align: center;
	}
	.description_business_image img {
		margin-left: auto;
		margin-right: auto;
		width: 80%;
		height: auto;
	}
	.tytul_witaj {
		text-align: center;
		padding-top: 30px;
	}
	.tytul_nasze_uslugi {
		text-align: center;
		margin-top: 20px;
	}
	.nasze_uslugi_line {
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}
	.nasze_uslugi_descriptions {
		flex-wrap: wrap;
	}
	.usluga_panele,
	.usluga_pompyciepla,
	.usluga_magazynenergi {
		flex-basis: 100%;
		margin: 20px;
	}

	.usluga_panele,
	.usluga_pompyciepla,
	.usluga_magazynenergi {
		margin: 20px;
	}
	.usluga_panele img,
	.usluga_pompyciepla img,
	.usluga_magazynenergi img {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	.nasze_uslugi_descriptions h4,
	.nasze_uslugi_descriptions h5 {
		text-align: center;
		margin-left: 20px;
		margin-right: 20px;
		text-align: center;
		margin-bottom: 20px;
	}
	.opis_zacheta {
		height: auto;
		margin-top: 0px;
	}
	.opis_na_tle {
		margin-left: 20px;
		margin-right: 20px;
	}

	.opis_na_tle h1 {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 20px;
	}
	.zacheta_line {
		width: 90%;
		margin-bottom: 10px;
		padding-top: 0px;
	}
}

#cookieinfo * {
	margin: 0px;
	padding: 0px;
}

#cookieinfo {
	position: fixed;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-color: #323334;
	padding: 20px;
	box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5);
	z-index: 1000;
}

#cookieinfo h6 {
	font-size: 16px;
	font-weight: bold;
	color: #cdd7da;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
	margin-bottom: 7px;
}

#cookieinfo p {
	font-size: 12px;
	color: #afb4bc;
	line-height: 1.5em;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}

#cookieinfo a {
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 22px;
	height: 22px;
	border-radius: 11px;
	line-height: 22px;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: #ff6000;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

#cookieinfo a:hover {
	background-color: #ff7925;
}

/* Dodatkowa reguła dla linku "Polityka Prywatności" w elemencie .cookie-alert */
.cookie-alert a {
	display: inline; /* Zmiana z display: none na display: inline */
	text-decoration: none;
	color: #0099ff;
	margin-top: 10px; /* Dodajemy margines na górę, aby oddzielić link od tekstu */
}

.cookie-alert a:hover {
	text-decoration: underline;
}
.cookie-link {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	color: #0099ff;
	text-decoration: none;
}
