h1::first-letter {
	text-transform: uppercase;
}

@keyframes zamknij_komunikat {
	0%   { opacity: 0; padding: 16px; margin: 14px 0px; line-height: 20px;}
	1%   { opacity: 1; padding: 16px; margin: 14px 0px; line-height: 20px;}
	50%  { opacity: 1; padding: 16px; margin: 14px 0px; line-height: 20px;}
	99%  { opacity: 0; padding: 16px; margin: 14px 0px; line-height: 20px;}
	100%  { opacity: 0; padding: 0; margin: 0; line-height: 0;}
}
.blad {
	background: #ffffff;
	background: linear-gradient(to right, #d60000 0%, #d60000 48px, #ffffff 48px, #ffffff 100%);
	border: 1px solid #d60000;
	color: #d60000;
	padding: 16px 16px 16px 64px;
	margin: 14px 0px;
}
.ostrzezenie {
	background: #ffffff;
	background: linear-gradient(to right, #FF8000 0%, #FF8000 48px, #ffffff 48px, #ffffff 100%);
	border: 1px solid #FF8000;
	color: #FF8000;
	padding: 16px 16px 16px 64px;
	margin: 14px 0px;
}
.informacja {
	background: #ffffff;
	background: linear-gradient(to right, #49ad00 0%, #49ad00 48px, #ffffff 48px, #ffffff 100%);
	border: 1px solid #49ad00;
	color: #49ad00;
	padding: 16px 16px 16px 64px;
	margin: 14px 0px;
}
.komunikat {
    background: #fbfbfb;
		background: linear-gradient(to right, #999999 0%, #999999 48px, #ffffff 48px, #ffffff 100%);
    border: 1px solid #EAEAEA;
    padding: 16px 16px 16px 64px;
    margin: 14px 0px;
}
.sql {
	background: #ffffff;
	background: linear-gradient(to right, #0049ad 0%, #0049ad 48px, #ffffff 48px, #ffffff 100%);
	border: 1px solid #0049ad;
	color: #0049ad;
	padding: 16px 16px 16px 64px;
	margin: 14px 0px;
}
.blad::before,
.ostrzezenie::before,
.informacja::before,
.komunikat::before,
.sql::before {
	font-family: "Font Awesome 5 Free";
	color: #ffffff;
	position: absolute;
	margin: -2px auto auto -64px;
	font-size: 150%;
	display: block;
	width: 48px;
	text-align: center;
}
.blad::before { content: "\f06a"; }
.ostrzezenie::before { content: "\f071"; }
.informacja::before { content: "\f129"; }
.komunikat::before { content: "\f129"; }
.sql::before { content: "\f121"; }

.opcjenumeracja .strona-tresc a:link {color: black}
.strona-tresc a:link		{color: #3c506b; /*outline: none;*/}
.strona-tresc a:visited	{color: #3c506b; outline: none;}
.strona-tresc a:hover		{color: #7f8894; outline: none;}
.strona-tresc a:active		{color: #3c506b; outline: none;}

.html-hidden {display:none;}

div.tresc > table {
	width: 100%;
	font-size: 12px;
}
div.tresc > table caption {
	background-color: #006c37;
	color: #fff;
	border-bottom: 1px solid #fff;
}
div.tresc > table thead th {
	background-color: #afada9;
	color: #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
	font-style: italic;
	font-weight: 400;
}
div.tresc > table tr td {
	padding: 0px 4px;
	border-bottom: 1px solid #fff;
	background-color: #edece9;
	text-align: left;
}
div.tresc > table tr:nth-child(odd) td {
	background-color: #fff;
}
div.tresc > table tr td.demofarma {
	background-color: #006c37;
	color: #fff;
}


.strona-tresc-tresc table {
	border-collapse: collapse;
}
.strona-tresc-tresc table * {
	word-break: normal;
}
.strona-tresc-tresc table caption,
.strona-tresc-tresc thead td,
.strona-tresc-tresc th,
.strona-tresc-tresc thead td *,
.strona-tresc-tresc th * {
	text-align: center !important;
	font-weight: 400;
	line-height: initial;
}
.strona-tresc-tresc caption,
.strona-tresc-tresc th,
.strona-tresc-tresc td {
	padding: 2px 4px;
	min-width: 60px;
}
.strona-tresc-tresc table caption {
	background-color: #333333;
	color: #ffffff;
}
.strona-tresc-tresc thead td,
.strona-tresc-tresc th {
	color: #ffffff;
	background-color: #666666 !important;
	border-bottom: 1px solid #e8e8e8;
}
.strona-tresc-tresc table tr:nth-child(odd) td {
	background-color: #f7f7f7;
}
.strona-tresc-tresc table tr:nth-child(even) td {
	background-color: #ffffff;
}

/* Usługi */

h2.artykul-sekcja{
	font-size: 18px;
	padding: 24px 0px 16px 0px;
}

div.zdj-kontener{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	border-top: 1px solid rgb(194, 194, 194);
	padding-top: 64px;
	margin-top: 64px;
}

.sok-kontener p, .ogrod-kontener p, .kino-kontener p{
	padding-left: 240px;
	color: black;
	font-size: 16px;
}

.sok-kontener h2, .ogrod-kontener h2, .kino-kontener h2{
	padding-left: 240px;
	position: relative;
	padding-top: 72px;
	color: black;
	font-family: 'Plus Jakarta Sans', sans-serif;
}

.sok-kontener h2:before, .ogrod-kontener h2:before, .kino-kontener h2:before{
	content: '';
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	width: 200px;
	height: 200px;
	position: absolute;
	left: 0px;
	top: 40px;
	border-radius: 50%;
}

.sok-kontener h2:before{
	background-image: url(../grafika/sok-us.png);
	background-color: #e8e8e8;
}
.ogrod-kontener h2:before{
	background-image: url(../grafika/ogrod-us.png);
	background-color: #ffa200;
}
.kino-kontener h2:before{
	background-image: url(../grafika/kino-us.png);
	background-color: #25cfa8;
}

.arrow-us{
	display: block;
	position: relative;
}
li.arrow-us-list{
	display: block;
	position: relative;
	margin-bottom: 16px;
}

.arrow-us:before{
	content: url(../grafika/button-arrow.png);
	margin-right: 8px;
	display: block;
	position: absolute;
	left: -32px;
	top: 0px;
}
li.arrow-us-list::before{
	content: url(../grafika/button-arrow.png);
	margin-right: 8px;
	display: block;
	position: absolute;
	left: -32px;
	top: 2px;
}
li.arrow-us-list::marker{
	display: none;
}

.us-list{
	margin-left: 240px;
	position: relative;
}

.us-list p{
	padding-left: 32px!important;
}

.us-list p a{
	background-color: black;
	color: white!important;
	text-decoration-color: transparent;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	padding: 0px 32px;
	display: flex;
	align-items: center;
	width: max-content;
	height: 40px;
	transition: 0.2s;
}

.us-list p a:hover{
	opacity: 0.7;
}

/* przycisk */

div.sub-button{

	color: white!important;
	text-decoration-color: transparent;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	display: flex;
	align-items: center;
	width: max-content;
	height: 40px;
	transition: 0.2s;
}

div.sub-button a{
	background-color: black;
	text-decoration-color: transparent;
	color: white!important;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-family: 'Plus Jakarta Sans', sans-serif;
	padding: 0px 32px;
	transition: 0.2s;
}

div.sub-button a:hover{
	opacity: 0.7;
}

/* PDF button */
a.pdf-button{
	background-color: black;
	color: white!important;
	text-decoration-color: transparent;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	padding: 0px 32px;
	display: flex;
	align-items: center;
	width: max-content;
	height: 40px;
	transition: 0.2s;
}
a.pdf-button:hover{
	opacity: 0.7;
}

/* Podstrona tytuł */
p.tytul-sekcji{
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 18px;
}
.strona-tresc hr{
	border: none; /* Usuwa domyślne obramowanie */
	height: 1px; /* Wysokość linii */
	background-color: rgb(194, 194, 194); /* Kolor linii */
}

/* Strzałki podstrona */
/* .arrow-us:before {
    content: url(../grafika/button-arrow.png);
    margin-right: 8px;
    display: block;
    position: absolute;
    left: -32px;
    top: 0px;
} */
/* .strona-tresc ul li::marker{
	content: url(../grafika/button-arrow.png);
	margin-right: 8px;
    display: block;
    position: absolute;
    left: -32px;
    top: 0px;
} */



@media all and (min-width: 320px) and (max-width: 1023px) {
	.sok-kontener p, .ogrod-kontener p, .kino-kontener p {
		padding-left: 0px;
	}
	.sok-kontener img, .kino-kontener img, .ogrod-kontener img{
		width: 100%;
		margin: 8px 0px;
	}
	.sok-kontener h2, .ogrod-kontener h2, .kino-kontener h2{
		padding-left: 0px;
		padding-top: 264px;
	}
	.us-list p a::after{
		margin: 0 0 -9px 0!important;
	}
	.us-list{
		margin-left: 0px!important;
	}
	.us-list p a{
		font-size: 0px!important;
		padding: 0!important;
		padding: 0 8px!important;
	}
	div.zdj-kontener{
		flex-wrap: wrap!important;
	}
}