  .nazwa a{
          color:#fff;
          display:block;
          width:100%;
  }

@media screen and (max-width : 1000px) {

#container  {
width:100%;
}
 .innystyl {}
  #top {
  width:100%;
  background:none;
  height:auto;
  }
  .top-rwd {
  display:block;
  padding-top:20px;
  }
  .top-rwd img{
  width:100%;
  }
  .napis-lewy {
  display:none;
  }
   .napis-prawy {
  display:none;
  }
   #top2 {
   width:100%;
   }
   .gwarancja {
     left:50%;
     margin-left:-75px;
   }
   #MAIN {
   width:100%;
   }
   .kwadraty {
   width:95%;
   margin:0 2%;
   }
   .kwadrat {
   width:30%;
   margin:1%;
   min-height:360px;
   }
    .kwadrat img{
   width:99%;
   
   }
   .sam1 {
   max-height:130px;
   overflow:hidden;
   }
   .nazwa {
   margin:0 5px;
   left:0;
   position:relative;
   top:5px;
   z-index:9999;
   }

   .maly-opis {
   position:relative;
   top:10px;
   
   }
   .tresc {
   width:94%;
   margin:20px 0;
   padding:3%;
   }
  
}
@media screen and (max-width : 632px) {
   .kwadrat {
   width:96%;
   height:auto;
   min-height:auto;
   padding-bottom:37px;
   float:left;
   }

   .sam1 {
   width:30%;
   float:left;
   }
   .nazwa  {
    width:65%;
    float:left;
   }
    .ha1 {
   height:auto;
   background-color: #0069B0;
   border-bottom:2px solid #DA251D;
    background-image: none;
   margin: 5px 0;
   }
    
   
   }
   
   @media screen and (max-width : 450px) {
   
      .sam1 {
      display:none;
      }
       .nazwa  {
    width:95%;
    float:left;
   }
   .tresc img{
     width:100%;
    }
    #contactus img {
    width:auto;
    }
   }