.c-footer {
  background-color: #007dd7;
  padding: 40px 0 100px;
}
@media (max-width: 1499.98px) {
  .c-footer {
    padding: 32px 0 80px;
  }
}
@media (max-width: 767.98px) {
  .c-footer {
    padding: 50px 15px;
  }
}
.c-footer__logo {
  display: block;
}
@media (max-width: 767.98px) {
  .c-footer__logo {
    display: none;
  }
}
.c-footer__logo-alt {
  display: none;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .c-footer__logo-alt {
    display: block;
  }
}
.c-footer__container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
}
@media (max-width: 767.98px) {
  .c-footer__container {
    align-items: center;
    justify-content: center;
  }
}
.c-footer__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}
@media (max-width: 767.98px) {
  .c-footer__menu {
    padding: 30px 0;
  }
}
.c-footer__menu .menu {
  display: flex;
  align-items: center;
  gap: 45px;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .c-footer__menu .menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
}
.c-footer__menu .menu a {
  font-size: 0.875em;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  line-height: normal;
}
.c-footer__menu .menu .sub-menu {
  display: none;
}
.c-footer__social {
  display: flex;
  gap: 10px;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  border-top: 1px solid #92d1ff;
  padding: 15px 0;
}
@media (max-width: 767.98px) {
  .c-footer__social {
    justify-content: center;
    padding-top: 30px;
  }
}
.c-footer__social img {
  max-height: 28px;
}