.c-footer {
  background: #007ac7;
  padding: 50px 0;
  color: #ffffff;
}
@media (max-width: 1599.98px) {
  .c-footer {
    padding: 40px 0;
  }
}
.c-footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 991.98px) {
  .c-footer__top {
    display: block;
    text-align: center;
    padding-bottom: 40px;
  }
}
.c-footer__logo {
  width: 276px;
  height: auto;
}
@media (max-width: 1599.98px) {
  .c-footer__logo {
    width: 220.8px;
  }
}
@media (max-width: 991.98px) {
  .c-footer__logo {
    width: 276px;
  }
}
.c-footer__contact {
  display: flex;
  align-items: center;
  gap: 35px;
}
@media (max-width: 1599.98px) {
  .c-footer__contact {
    gap: 28px;
  }
}
@media (max-width: 991.98px) {
  .c-footer__contact {
    display: block;
  }
}
.c-footer__contact-link {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 1.125em;
}
.c-footer__contact-link:hover, .c-footer__contact-link:active, .c-footer__contact-link:focus, .c-footer__contact-link:visited {
  color: #ffffff;
}
@media (max-width: 1599.98px) {
  .c-footer__contact-link {
    gap: 12px;
    font-size: 0.9em;
  }
}
@media (max-width: 991.98px) {
  .c-footer__contact-link {
    justify-content: center;
    margin-bottom: 30px;
    font-size: 1.125em;
  }
}
.c-footer__contact-link img {
  width: 30px;
  height: auto;
}
.c-footer__social {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 991.98px) {
  .c-footer__social {
    gap: 40px;
    justify-content: center;
  }
}
.c-footer__social img {
  width: 30px;
  height: 30px;
}
@media (max-width: 1599.98px) {
  .c-footer__social img {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 991.98px) {
  .c-footer__social img {
    width: 32px;
    height: 32px;
  }
}
.c-footer__bottom {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1599.98px) {
  .c-footer__bottom {
    padding-top: 16px;
  }
}
@media (max-width: 991.98px) {
  .c-footer__bottom {
    padding-top: 0;
    display: block;
  }
}
.c-footer__copy {
  font-family: "Roboto", sans-serif;
  font-size: 0.875em;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 1599.98px) {
  .c-footer__copy {
    font-size: 0.8125em;
  }
}
@media (max-width: 991.98px) {
  .c-footer__copy {
    text-align: center;
    text-wrap: balance;
    margin-top: 30px;
  }
}
.c-footer__menu {
  order: 2;
}
.c-footer__menu .menu {
  display: flex;
  text-transform: uppercase;
  gap: 25px;
}
@media (max-width: 1599.98px) {
  .c-footer__menu .menu {
    gap: 20px;
  }
}
@media (max-width: 991.98px) {
  .c-footer__menu .menu {
    display: block;
    text-align: center;
  }
}
.c-footer__menu .menu a {
  font-size: 0.75em;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
}
.c-footer__menu .menu a:hover, .c-footer__menu .menu a:active, .c-footer__menu .menu a:focus, .c-footer__menu .menu a:visited {
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .c-footer__menu .menu a {
    display: inline-block;
    margin-top: 30px;
  }
}