footer {
  background: #cfcfcf;
  font-size: 14px;
  color: black;
}

footer a {
  font-weight: 500;
  text-decoration: underline !important;
}

footer .report-incident {
  font-size: inherit;
  padding: 0.8em 1.2em;
  letter-spacing: 0.03em;
}

footer .inner-container {
  max-width: 1152px;
  width: 100%;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
  position: relative;
  overflow: inherit;
  color: black;
}

footer .inner-container a {
  color: black;
}

footer .inner-container a:not(.report-incident):hover {
  color: #003B5C;
}

footer .inner-container .row {
  display: flex;
  justify-content: space-between;
}

footer .inner-container .dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: black;
  border-radius: 50%;
  margin: 0 20px;
}

footer .inner-container .top {
  margin-top: 10px;
}

footer .inner-container .top .logo {
  margin-bottom: 80px;
  display: block;
}

footer .inner-container .top .logo span {
  font-weight: bold;
  font-size: 21px;
  line-height: 1;
  letter-spacing: -0.01em;
}

footer .inner-container .top .logo svg {
  width: 96px;
  height: 32px;
  margin-right: 10px;
}

footer .inner-container .top .content {
  display: flex;
  justify-content: space-between;
}

footer .inner-container .top .description {
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  max-width: 610px;
}

footer .inner-container .top .info {
  display: flex;
  justify-content: space-around;
}

footer .inner-container .top .contact {
  flex: 1;
  margin: 0 30px;
  max-width: 100px;
  line-height: 1.35;
}

footer .inner-container .top nav {
  flex: 1;
  margin: 0 30px;
}

footer .inner-container .top nav li {
  margin-bottom: 1em;
}

footer .inner-container hr {
  margin: 30px auto;
  border: none;
  background: black;
}

footer .inner-container .bottom {
  font-size: 11px;
  line-height: 1.33em;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

footer .inner-container .bottom .row:first-child {
  margin-bottom: 26px;
}

footer .inner-container .bottom .logo {
  margin-bottom: 26px;
  display: block;
}

footer .inner-container .bottom .logo svg {
  width: 96px;
  height: 32px;
  margin-right: 10px;
}

footer .inner-container .bottom .social a {
  width: 38px;
  height: 38px;
  margin: 0 16px;
  border-radius: 50%;
  background: black;
  display: inline-block;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
}

footer .inner-container .bottom .social a:hover,
footer .inner-container .bottom .social a:focus {
  background: #003B5C;
}

footer .inner-container .bottom .social a:hover img,
footer .inner-container .bottom .social a:focus img {
  filter: brightness(0) invert(1);
}

footer .inner-container .bottom .row-2 {
  opacity: 0.9;
}

footer ul.footer-menu li::before {
  display: none;
}
footer .inner-container .top .contact a {
  font-weight: 300;
}

@media screen and (max-width: 990px) {
  .site-footer {
    padding: 0;
    padding-bottom: 50px;
  }

  footer .inner-container .top .logo {
    margin-bottom: 30px;
  }
  footer .inner-container .row {
    flex-direction: column;
  }

  footer .inner-container .top {
    justify-content: space-between;
  }

  footer .inner-container .top .info {
    margin-top: 30px;
  }

  footer .inner-container .top nav {
    margin: 0 30px 0 0;
  }
  footer .inner-container .top nav ul {
    margin-left: 0;
  }

  footer .inner-container .top .description,
  footer .inner-container .top .logo span {
    font-size: 15px;
    line-height: 1.2;
  }
  footer .inner-container .top .contact {
    margin: 0 30px 0 0;
  }
  footer .inner-container .bottom .row:first-child {
    flex-direction: row;
  }
  footer .inner-container .bottom .row.row-2 > div {
    margin: 10px 0;
  }
  footer .inner-container .dot {
    display: none;
  }
  footer .inner-container .bottom .row.row-2 a {
    display: block;
    margin-bottom: 1em;
  }
  footer .inner-container .bottom .row.row-2 .report-incident {
    display: none;
  }
}

@media screen and (max-width: 300px) {
  footer .inner-container {
    padding-left: 8px;
    padding-right: 8px;
  }

  footer .inner-container .top nav {
    margin: 0 10px 0 0;
    font-size: 1rem;
    transform: scale(0.8);
  }
  footer .inner-container .top .contact {
    transform: scale(0.8);
  }
  footer .inner-container .bottom .logo svg {
    width: 66px;
  }
}
