	
	#ekran 
	{
		height: auto;
	}
	
	section #tresc-ekranu
	{	
		height: auto;
	}
	
	#ekran #odsylacz
	{
		display: none;
	}
	
	#napis ul li
	{
		width: 50%
	}
	
	header nav ul li:hover ul
	{
		display: block;
		z-index: 3;
	} 
		
	.ramka 
	{
		height: auto;
		width: 100%;
		background-color: #5e5d59;
		display: flex;
	}
	
	.obrazek
	{
		width: 100%;
		height: auto;
	}
	
	#lista-ul ul 
	{
		list-style: none;
		column-count: 2;
		padding: 20px;
		display: flex;
		flex-direction: column;
	}
	
	#piec .tresc2 ul li.icon1:before
	{
		content: url("http://fashion4u.com.pl/testy/icon1.gif");  
		padding: 0;
		margin: 0;
		display: flex;
		flex-direction: column;

	}
	
	#lista-ul ul li
	{
		display: flex;
		flex-direction: column;
	}
	
	#srodek-szesc
	{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.header-dolny
	{
		margin-left: 0;
		text-align: center;
	}
	
	.buttony ul li
	{
		
		margin: 0;
		padding: 20px 0;
		display: flex;
		flex-direction: column;
		width: auto;
		text-align: center;
	}
	
	#dolna-czesc-footer .lista2
	{
		min-width: 550px;
	}
		
	.odstep
	{
		width: 1px;
		height: 20px;
		padding: 0;
		margin: 12px 0;
		display: inline-block;
		float: left;
		background-color: white;
	}
	
