body{
  background: #f48c2d;
  padding-bottom: 0;
}
.top-img{
  background: white;
  position: relative;
  height: 115px;
  margin-bottom: 55px;
}
.top-img img{
  width: 200px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 41px);
  bottom: 0;
}
#SyskonfLogoContainer{
  background: white;
  padding-bottom: 15px;
}
a.PoweredBySyskonf{
  margin: 0 auto;
}
.footer{
  background: white;
}
@media (max-width: 930px){
  .footer .container-fluid--max-width{
    padding-left: 0;
    padding-right: 0;
  }
}
.chodzi{
  float: right;
}
.ke{
  float:left;
}
@media (max-width: 580px){
  .chodzi, .ke{
    float:none;
  }
  .ke{
    margin-bottom: 10px;
  }
  .chodzi{
    margin-top: 10px;
  }
  .footer .col-xs-3{
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .footer .col-xs-6{
    display: block;
    width: 100%;
  }
}
.footer::before{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12.5px 21.7px 12.5px;
  border-color: transparent transparent #ffffff transparent;
  top: -57px;
  position: relative;
}
.secondaryH{
  text-transform: uppercase;
  color: white;
  text-align: center;
  font-size: 23px;
  margin: 15px 0 15px 0;
}