#slider
{
  width: 100%;
  height: 450px;
}
.slider-zdjecie
{
  width: 100%;
  height: 450px;
  background-repeat: no-repeat;
  background-position: center;
}
.carousel-indicators li
{
  background-color: #0084CA !important;
  border-radius: 100%;
  width: 8px !important;
  height: 8px !important;
}
.carousel-indicators li:hover{
  cursor: pointer;
}
.carousel-indicators li.active
{
  background-color: #ffffff !important;
}
#onas
{
  padding: 30px 0;
}
.tytul-firma
{
  float: left;
  font-size: 24px;
  color: #0084CA;
  margin-bottom: 30px;
}
.tekst-firma
{
  font-weight: 400;
  line-height: 25px;
  font-size: 15px;
  text-align: justify;
  margin-bottom: 5px;
}
.link-firma
{
  font-size: 14px;
  color: #0084CA;
}

#produkty
{
  padding: 40px 0;
  width: 100%;
  background-color: #0084CA;
}
.kafelek
{
  background-color: #fff;
  box-shadow: 4px 4px 4px rgba(0,0,0,0.05);
  width: 235px;
  transition: all 0.5s ease-in-out;
}
.kafelek:hover
{
  transform: scale(1.05);
}
.zdjecie-produkt img
{
  width: 100%;
}
.teksty-produkt
{
  padding: 10px 10px 20px;
}
.tytul-produkt
{
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 18px;
  color: #000;
  height: 85px;
}
.tekst-produkt
{
  line-height: 23px;
  font-size: 14px;
  color: #000;
  margin: 5px 0;
}

@media screen and (max-width: 1199px){
  #slider
  {
    height: 300px;
  }
  .slider-zdjecie
  {
    height: 300px;
    background-position: cover;
    background-position: center center;
  }
}
@media screen and (max-width: 991px){
  #produkty
  {
    padding: 40px 0 0;
  }
  .kafelek
  {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 575px){
  #mslider
  {
    height: 175px;
  }
  .slider-zdjecie
  {
    height: 175px;
    background-size: 100%;
  }
  .tekst-firma
  {
    font-size: 13px;
    line-height: 20px;
    width: 235px;
  }
  .flexik
  {
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
  }
  .tytul-firma
  {
    float: none;
    text-align: center;
  }
}
