.gl_plugin.footer h4 {
  font-size: 18px;
  line-height: 29px;
  color: #333;
}

/* footer css reset */

footer ul,
footer ol,
footer dl {
  margin: 0;
  padding: 0;
}

footer ul li,
footer ol li,
footer dl li {
  line-height: normal;
  margin-bottom: 0;
  list-style: none;
}

footer a {
  color: #666666;
  font-size: 12px;
  text-decoration: none;
  line-height: 24px;
}

footer a:hover {
  color: #333333;
}

.gl_plugin.footer {
  margin-bottom: 0;
}

/* footer css reset */

footer .serwis-list .list ul li h5,
footer .serwis-list .list ul li .h5 {
  color: #fff;
}

footer .logo {
  display: flex;
  align-items: center;
}

footer .logo img {
  width: 100%;
  margin-top: 30px;
  height: auto;
}

footer .about i,
footer .legal i {
  display: none;
}

footer .social .app-box {
  display: inline-block;
  margin: 16px 0;
}

footer .social .app-box a:first-child {
  margin-right: 24px;
}

footer .serwis-list {
  width: 100%;
  display: inline-block;
  margin-top: 24px;
  font-weight: 400;
}

footer .serwis-list a {
  color: #fff;
}

footer .serwis-list a:hover {
  color: #666;
}

footer .show-list {
  color: #fff;
  background-color: #333333;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 40px;
  border-bottom: solid 1px #fff;
  cursor: pointer;
}

footer .show-list i {
  margin-left: 8px;
  transition: all 0.3s ease-in-out;
}

footer .serwis-list.show .list {
  display: block;
}

footer .serwis-list.show .show-list i {
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
}

footer .list {
  display: none;
  background-color: #333333;
  float: left;
  padding: 24px 8px;
  width: 100%;
}

footer .list ul {
  float: left;
  line-height: 15px;
  margin-right: 8px;
}

footer .list ul li {
  display: inline-block;
  line-height: 15px;
  font-size: 12px;
  margin-right: 5px;
}

footer .copyright {
  background-color: #333333;
  margin: 0 auto;
  width: 100%;
  display: inline-block;
}

footer .copyright .copyright__text {
  text-align: center;
  line-height: 40px;
  margin: 0;
  font-size: 12px;
  color: #fff;
}

footer .copyright p a {
  font-weight: 500;
  display: inline;
}

footer .legal-info {
  padding: 0 8px 0 0;
}

footer .legal-info .h5 {
  font-size: 12px;
  line-height: 16px;
  color: #333333;
}

footer .legal-info--additional {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #bfbfbf;
  margin-top: 40px;
}

footer .show-list,
footer .list,
footer .copyright {
  position: relative;
}

/* Poprawka stopki po korektach */
footer .legal-info {
  width: 100%;
}
/* /Poprawka stopki po korektach */
