.top2{
          min-height: 100px;
          border-bottom: 0;
}
.prod_kat{
          margin:  10px;
          background: #fff;
          text-align: center;
          padding: 10px;
}

.prod_img{
          height: 200px;
          overflow: hidden;
}
.prod_img img{
          max-height: 100%;
          max-width: 100%;
}
.prod_opis{
          min-height: 120px;
}
.prod_opis h2{
          font-size: 30px;
          text-transform: uppercase;
          margin: 5px 0 0 0;
}
.prod_opis table{
          margin: 0 auto;
}
.ucat{
          margin:  10px;
          background: #fff;
          text-align: center;
          padding: 10px;
          min-height: 340px;
}
.ucat .img_el{
          display: block;
          height: 200px;
          width: 100%;
          overflow: hidden;
}
.ucat .img_el img{
          max-height: 100%;
          max-width: 100%;
}
.ucat .link_u{
          padding: 15px;
}
.ucat .link_u a{
          color: #000;          
          font-size: 20px;
}

.gall_pic{
          margin: 0 5px 20px 5px;
          height: 200px;
          
}
.gall_pic img{
          max-height: 100%;
          max-width: 100%;
}