*
{
	margin:0;
	padding:0;
	outline:none;
	border:none;
	}
.czysc
{
	clear:both;
	}
body
{
	background:#202324;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	}
.gora
{
	width:100%
	margin:auto;
	background:url(gora.jpg) no-repeat top center;
	min-height:600px;
	background-size:cover;
	}
.gora img
{
	max-width:100%;
	}
.gora h1
{
	font-size:4em;
	font-weight:700;
	text-transform:uppercase;
	line-height:80px;
	color:white;
	text-align:center;
	padding-top:340px;
	text-shadow:1px 2px 0px black;
	}
.gora p
{
	text-align:center;
	font-size:25px;
	line-height:50px;
	color:white;
	text-shadow:1px 2px 0px black;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:1px;
	}
#tresc
{
	max-width:1200px;
	padding:20px 0px;
	margin:auto;
	color:white;
	}
#tresc ul
{
	margin-top:20px;
	margin-bottom:20px;
	}
#tresc li
{
	font-size:14px;
	margin-left:20px;
	padding-left:10px;
	line-height:22px;
	padding-top:10px;
	padding-bottom:10px;
	}
.lewy
{
	width:49%;
	float:left;
	}
.prawy
{
	width:49%;
	float:right;
	}
.prawy p
{
	font-size:14px;
	line-height:22px;
	}
h2
{
	font-size:1.4em;
	line-height:70px;
	text-transform:uppercase;
	font-weight:700;
	}
#ponizej
{
	background:#264c58;
	padding:20px 0px;
	}
#ponizej-tresc
{
	max-width:960px;
	margin:auto;
	text-align:center;
	color:white;
	}
.telefon
{
	 white-space:nowrap;
	}
hr
{
	color:white;
	}
#kominy
{
	max-width:100%;
	}
@media all and (max-width: 800px) {

   body { font-size: 1em; text-align:center; }
   div
   {
	   clear:both;
	   float:none;
	   }
	.prawy
	{ clear:both;
	   float:none;
	   margin:auto;
	   width:90%;
		
		}
	.lewy
	{ clear:both;
	   float:none;
	    margin:auto;
	   width:90%;
		
		}
	#tresc
	{
		width:90%;
		margin:auto;
		}
	#ponizej-tresc
	{
		width:90%;
		margin:auto;
		}
	h1,h2
	{
		font-size:1.4em;
		line-height:1.8em;
		text-align:center;
		}
	.gora h1
	{
		font-size:1.6em;
		line-height:1.8em;
		}
	.gora p
	{
		font-size:1em;
		line-height:2em;
		}
	.telefon::before
{
	content:"";
	}
	.telefon::after
{
	content:"";
	}

}