/* @font-face { */
  /* font-family: ZapfDinItcL; */
  /* src: url('/strony/css/ZapfDinItcL.otf') format('opentype'); */
/* } */

.slim-wrapper {
	max-width: 1022px;
	width: 100%;
	box-sizing: border-box;
	border-radius: 10px;
}

.slim-wrapper.shadow {
	-webkit-box-shadow: 0px 0px 15px 1px rgba(194,194,194,1);
	-moz-box-shadow: 0px 0px 15px 1px rgba(194,194,194,1);
	box-shadow: 0px 0px 15px 1px rgba(194,194,194,1);
}

.slim-wrapper .slim-wrapper {
	padding: 20px 30px 30px 10px;
	margin-bottom: 50px;
}

.slim-wrapper .slim-wrapper h3 {
	font-size: 26px;
}


.trzy-czesci {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin-bottom: 30px;
}

.trzy-czesci > div {
	text-align: center;
	width: 33%;
}

.trzy-czesci > div > div {
	height: 76px;
	margin-top: 20px;
}

.trzy-czesci img {
}

.trzy-czesci strong {
	display: block;
	text-transform: uppercase;
}

@media only screen and (max-width: 800px) 
{
	.trzy-czesci > div {
		width: unset;
		max-width: 180px;
		margin-bottom: 20px;
	}
}


.co-zawiera > section {
	display: grid;
	grid-template-columns: 32% auto;
	margin-bottom: 30px;
	padding: 30px 0px;
}

.co-zawiera > section > div:first-child {
	text-align: center;
	margin-top: 30px;
}

@media only screen and (min-width: 0px) and (max-width: 1024px) 
{
	.co-zawiera > section {
		display: block;
	}
	
	.co-zawiera > section img {
		width: 100%;
		max-width: 116px;
	}
	
	.slim-wrapper .slim-wrapper {
		padding: 20px 20px;
	}
}


p {
	font-size: 14px;
}


.nowy-sklad .list-heading {
	font-family: OpenSansBold;
	margin-bottom: 0px;
	margin-top: 10px;
	font-weight: bold;
}


.nowy-sklad h2 {
	font-size: 26px;
	margin-top: 30px
}

.nowy-sklad ul {
	margin-top: 0px;
	margin-bottom: 0px;
	/* font-family: ZapfDinItcL; */
}

.nowy-sklad .zagospodarowanie {
	margin-top: 30px;
}


.co-zawiera {
	clear: both;
}

.co-zawiera h2 {
	margin-top: 40px;
	margin-bottom: 20px;
}	

.co-zawiera ul {
	list-style-type: none; 
	padding-left: 0px;
	margin-left: 22px
}

.co-zawiera li {
	position: relative;
	line-height: 150%;
}

.co-zawiera ul li:before {
	content: '\02713';
	position: absolute;
	left: -22px;
}

.co-zawiera ul ul li:before {
	content: '-';
	position: absolute;
	left: -10px;
}


@media only screen and (max-width: 480px) 
{
	h3 {
		padding: 0 0;
	}
}









