.pkp_site_name .is_img img {
    max-height: 200px;
    margin: 0 0 0 90px;
}
/*footer____________________________________________*/

.pkp_footer_content{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  padding:0;
  justify-content:space-between;
}
.pkp_footer_content .logos{
max-width:150px
}
.pkp_footer_content >*{
  margin:1em;
  flex-grow: 2;
  font-size:12px;
  line-height:15px
}
.firma{
  max-height:200px;
  align-self:flex-end;
  flex-grow: 1;
  text-align:right;
  opacity:0.5;
}
.footer-title{
  font-size:16px;
  width:min-content;
  white-space:nowrap;
}
.firma img{
  max-height:70px;
  margin:0.5em;
}
.pkp_brand_footer{
  display:none;
}
