.blok_glowny
{
	display:table;
	width:100%;
}

.blok_wew
{
	display:table-cell;
	vertical-align:middle;
	width:44%;
	padding:3%;
	text-align:center;
}



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



.atuty
{
  max-width:1200px;
	text-align: center;
	margin: auto;
	padding:30px 0px;
	
}


.atuty_ikona
{
  margin-bottom:20px;
	max-height:60px;
	
	
}

.atuty_ikona i {display:block;width:100%;}

.atuty_podtytul_glowny
{
  margin:10px auto 40px auto;
	max-width:600px;
	text-align:center;
}

.atuty_podtytul
{
  font-size:10pt;
  padding-top:10px;
}







.liczby
{
  max-width:1160px;
	text-align: center;
	margin: auto;
	padding:30px;
	background-color:#444 !important;
	background-image: linear-gradient(#444, #666);
	border-radius:8px;
	color:#fff !important;
}


.liczby_ikona
{
  margin-bottom:20px;
	max-height:60px;
	
	
}

.liczby_ikona i {display:block;width:100%;}

.liczby_podtytul_glowny
{
  margin:10px auto 40px auto;
	max-width:600px;
	text-align:center;
}

.liczby_podtytul
{
  font-size:10pt;
  padding-top:10px;
}





.rozwiazania
{
  max-width:1200px;
	margin: auto;
	padding:30px 0px;
	
}

.rozwiazania h1 {text-align: center;}
	

.rozwiazania_ikona
{
  margin-bottom:20px;
	max-height:60px;
	text-align:left;
	
}

.rozwiazania_ikona i {display:block;width:100%;text-align:left;}

.rozwiazania_podtytul_glowny
{
  margin:10px auto 40px auto;
	max-width:600px;
	text-align:center;
}

.rozwiazania_podtytul
{
  font-size:10pt;
  padding-top:10px;
}

.rozwiazania_wiecej 
{
  padding:40px;
	border:1px solid #e8e8e8;
	border-radius: 8px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1) !important;
	margin-bottom:20px;
	overflow:auto;
	background-color:#fafafa !important;
	color: #444 !important;		
	
}



@media all and (max-width: 1024px) {.rozwiazania_wiecej > div {float:none !important;margin:auto;padding:10px;text-align:center !important;}}



.pytania
{
  max-width:1200px;
	margin: auto;
	padding:30px 0px;
	
}

.pytania_podtytul_glowny
{
  margin:10px auto 40px auto;
	max-width:600px;
	text-align:center;
}

.pytania h1 {text-align: center;}


summary {cursor:pointer;font-weight:bold;}
details 
{
  padding:20px;
	border:1px solid #e8e8e8;
	border-radius: 8px;
	background-color:#fafafa !important;
	color: #444 !important;	
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1) !important;
	margin-bottom:30px;
}

.odpowiedz
{
  
	padding-top:20px;
	font-weight:normal;

}

.pytania_wiecej 
{
  padding:40px;
	border:1px solid #e8e8e8;
	border-radius: 8px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1) !important;
	margin-bottom:20px;
	overflow:auto;
	background-color:#555 !important;
	color: #fff !important;	
	
}

.pytania_wiecej a {color: #fff !important;	}

@media all and (max-width: 1024px) {.pytania_wiecej > div {float:none !important;margin:auto;padding:10px;text-align:center !important;}}


.opinie
{
  max-width:1200px;
	margin: auto;
	padding:30px 0px;
	
}

.opinie h1 {text-align: center;}

.opinie_ikona
{
  padding-bottom:10px;
}

.opinie_podtytul_glowny
{
  margin:10px auto 40px auto;
	max-width:600px;
	text-align: center;
}

.opinie_tresc
{
  font-style: italic;
	max-height:150px;
	overflow:auto;
}


.opinie_autor
{
  padding-top:10px;
	font-weight:bold;
	
}

.opinie_miasto
{
  
}

.opinie_wiecej 
{
  padding:40px;
	border:1px solid #e8e8e8;
	border-radius: 8px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1) !important;
	margin-bottom:20px;
	overflow:auto;
	background-color:#555 !important;
	color: #fff !important;	
	
}

.opinie_wiecej a {color: #fff !important;	}
@media all and (max-width: 1024px) {.opinie_wiecej > div {float:none !important;margin:auto;padding:10px;text-align:center !important;}}



.podwojny
{
  max-width:1200px;
	margin: auto;
	
}



.grid2 
{
  display: grid;
	grid-template-columns: 1fr 1fr;
  grid-gap:30px 30px;
	margin:30px 0px 50px 0px;
	
}

.grid2 > div 
{
  padding:20px;
	border:1px solid #e8e8e8;
	border-radius: 8px;
	background-color:#fafafa !important;
	color: #444 !important;	
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1) !important;
}


.podwojny > .grid2
{
  display: grid;
	grid-template-columns: 1fr 1fr;
  grid-gap:30px 30px;
	margin:0px 0px 0px 0px;
	
}

.podwojny > .grid2 > div 
{
  padding:10px;
	background-color:transparent !important;
	color: #444 !important;
	border:0px solid #e8e8e8 !important;
	box-shadow: 0px 0px 10px rgba(0,0,0,0) !important;
}


.grid3 
{
  display: grid;
	grid-template-columns: 1fr 1fr 1fr;
  grid-gap:30px 30px;
	margin:30px 0px 50px 0px;
	
}

.grid3 > div 
{
  padding:20px;
	border:1px solid #e8e8e8;
	border-radius: 8px;
	background-color:#fafafa !important;
	color: #444 !important;	
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1) !important;
}


.liczby > .grid3 > div 
{
  border:1px solid #888;
	background-color:#666 !important;
	color: #fff !important;	
	box-shadow: 0px 0px 10px rgba(0,0,0,0) !important;
}

.liczby > .grid3 > div > h2, .liczby > .grid3 > div > h3
{
  color: #fff !important;
	font-weight:bold;
}


@media all and (max-width: 1024px) 
{
  .grid2, .podwojny > .grid2 {grid-template-columns: 1fr;}
	.grid3 {grid-template-columns: 1fr;}
}

