.footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0 10px;
  color: rgba(255, 255, 255, 0.4);
}
.footer__logo-wrap {
  position: relative;
  height: 30px;
  width: 200px;
  overflow: hidden;
  margin-bottom: 20px;
}
.footer__logo {
  max-width: 100%;
  height: 100%;
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  text-transform: uppercase;
  color: #fff;
  font: 700 1.4rem/1.8rem 'SourceSansPro';
}
.footer__link,
.payments__img,
.pegi__img {
  margin: 10px;
  position: relative;
}
.payments__img:after,
.pegi__img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.footer__link:last-child,
.payments__img:last-child,
.pegi__img:last-child {
  margin-right: 0;
}
.footer__payments,
.pegi__img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 40px 0 0;
}
.pegi__img-wrap {
  border: none;
  margin: 0;
}
.payments__img,
.pegi__img {
  max-height: 20px;
  max-width: 100px;
  display: inline-block;
  overflow: hidden;
}
.payments__img img,
.pegi__img img {
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  max-height: 20px;
  max-width: 100px;
}
.pegi__text {
  max-width: 760px;
  font: 300 1.2rem/1.6rem 'SourceSansPro';
  text-align: center;
  padding: 0 20px;
}
.pegi__text p {
  margin-bottom: 20px;
  font: 300 1.2rem/1.6rem 'SourceSansPro';
}
.copyrights {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.copyrights figure {
  display: inline-block;
}
.copyrights div {
  font-weight: 700;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .footer__links {
    display: none;
  }
  .footer__payments,
  .pegi__img-wrap {
    margin: 0;
  }
}

@media only screen and (max-width: 320px) {
  .footer__logo-wrap {
    width: 150px;
  }
}
