.footer {
  position: relative;
  width: 100%;
  position: relative;
  background: #000;
  color: #fff;
  padding-bottom: 90px;
}

.footer:before {
  content: '';
  display: block;
  left: 0;
  right: 0;
  height: 40px;
  background-color: #fff;
}

.footer__title {
  margin-top: 50px;
  margin-bottom: 27px;
  font-size: 18px;
}

@media (min-width: 768px) {
  .footer__title {
    margin-top: 13px;
  }
}

.footer__logo {
  position: absolute;
  bottom: 27px;
  right: 40px;
  fill: #fff;
  stroke: #fff;
  color: #fff;
}

.footer__wrap {
  flex-direction: column;
  padding-top: 30px;
}

@media (min-width: 768px) {
  .footer__wrap {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.footer__wrap aside {
  flex: 1 1 0;
}

.footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
  min-width: 145px;
}

.footer ul li {
  margin-top: 8px;
  list-style: none;
}

.footer ul li a {
  word-wrap: break-word;
  font-size: 14px;
  color: #ebebeb;
  transition: opacity 0.32s ease;
}

.footer ul li a:hover,
.footer ul li a:focus {
  opacity: 0.6;
}
