@media screen and (min-width: 1281) and (max-width: 1980px){/* Okno przeglądarki o szerokości pomiędzy ponada 1280px DUŻY EKRAN */

	.left0 {width: 240px; border-top:0px solid black;border-bottom:0px solid black; float: left;}
	.box1 {   border-left:0px solid silver;}
 	.left1 {border-top:0px solid black;border-bottom:0px solid black; }

      } 

@media all and (min-width: 1025px) and (max-width: 1280px) {/* Okno przeglądarki o szerokości pomiędzy 1025px a 1280px KOMPY */
	.box1 {   border-left:0px solid silver;}
 	.left1 {border-top:0px solid black;border-bottom:0px solid black; }
	.text-cor2 {width:100%;}	
      } 
@media all and (min-width: 800px) and (max-width: 1024px) {/* Okno przeglądarki o szerokości pomiędzy 800px a 1024px LAPTOPY*/
 	.left1 {border-top:0px solid black;border-bottom:0px solid black; }
	.box1 {   width:78%; border-left:0px solid silver;}
	.top2 {  width: 77%;}
	.text-cor1 {width:62%;}
	.text-cor2 {width:100%;}	
		.box-link {margin-left:10px; }
	.link-cor1 {width:220px; margin-top:50px;}
	.link-cor3 {width:240px;}
      } 	 
@media all and (min-width: 739px) and (max-width: 799px) {/* Okno przeglądarki o szerokości pomiędzy 739x a 799px - TABLET */
 	.left1 {border-top:0px solid black;border-bottom:0px solid black; }
	.box1 {   width:77%;}
	.box2 {   width:98%;}
	.nodiv {display:none;}
	.top2 {  width: 100%;}
	.text-cor1 {width:100%;}
	.text-cor2 {width:100%;}	
	.stopka {  width:100%;}
	.box-cor5 {width:250px;}
        } 
@media all and (min-width: 667px) and (max-width: 738px) {/* Okno przeglądarki o szerokości pomiędzy 667px a 738px - POZIOMO */
 	.left1 {border-top:0px solid black; border-bottom:0px solid black; }
	.box1 { padding-left:10px;  width:74%;}
	.box2 {   width:100%;}
	.nodiv {display:none;}
	.top2 {  width: 74%;}
	.box-text   {width:100%;}
	.text-cor1 {width:100%; }
	.box-naj1   {width:100%;}
.text-cor5 {width:500px; }
	.box-cor5 {width:210px;}
	.box-cor6 {width:100%;}	
      } 
		  
@media all and (max-width:666px) {        /* Okno przeglądarki o szerokości do 666px  - PIONOWO */
	.noimg0 {display:none;}
	.left0 {width: 99%; border-top:1px solid silver;border-bottom:2px solid silver; float: left;background-color:ButtonFace;}
 	.left1 {border-top:0px solid black; border-bottom:0px solid black; }
	.box00 {flex-wrap: wrap}
	.box1 {   max-width:98%; border-left:0px solid silver;}
	.box2 {   max-width:99%;  }
	.nodiv {display:none;}
	.list {padding-left:20px; font-size:15px;}
	.text-cor1 {width:97%; }	
	.box-cor6 {width:100%;}	
	.text-cor2 {width:97%; }
	.imgrot90 { width:100%; transform: rotate(90deg); padding-top:90px; padding-bottom:120px; max-width:100%;}		
	.link-cor1 {min-width:240px; width:240px; }	
      }