footer {
  background: #181717;
  padding: 50px 0;
  margin-bottom: 167px;
}
footer .footer-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  footer .footer-inner {
    text-align: center;
  }
}
footer h2 {
  width: 285px;
}
@media screen and (max-width: 767px) {
  footer h2 {
    width: 213px;
    margin: 0 auto;
  }
}
footer .footer-right {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  footer .footer-right {
    justify-content: center;
  }
}
footer .footer-right li {
  list-style: none;
}
footer .footer-right li:first-child {
  width: 80px;
}
@media screen and (max-width: 767px) {
  footer .footer-right li:first-child {
    width: 60px;
  }
}
footer .footer-right li:nth-child(2) {
  width: 150px;
}
@media screen and (max-width: 767px) {
  footer .footer-right li:nth-child(2) {
    width: 110px;
  }
}
footer .footer-right li:last-child {
  width: 69px;
}
@media screen and (max-width: 767px) {
  footer .footer-right li:last-child {
    width: 51px;
  }
}

.footer-top {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer-top {
    display: block;
    text-align: center;
  }
}

.footer-bottom {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .footer-bottom {
    display: block;
  }
}
.footer-bottom address {
  color: #FFF;
  font-style: normal;
  font-size: 14px;
}

.footer-bottom-right {
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer-bottom-right {
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
}
.footer-bottom-right li {
  list-style: none;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .footer-bottom-right li {
    width: calc(50% - 15px);
    margin-bottom: 10px;
    margin-left: 0;
  }
}
.footer-bottom-right li a {
  color: #FFF;
  text-decoration: none;
}
.footer-bottom-right li a:hover {
  color: #5FD8F3;
  text-decoration: underline;
}