.c-footer {
  padding: 12em 0 6em;
  background-color: #336e63;
}
@media (max-width: 991.98px) {
  .c-footer {
    padding: 4em 0em;
  }
}
.c-footer__top-container {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 991.98px) {
  .c-footer__top-container {
    flex-direction: column;
    gap: 4em;
  }
}
.c-footer__logo-container {
  max-width: 130px;
}
.c-footer__bottom-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991.98px) {
  .c-footer__bottom-container {
    flex-direction: column;
    gap: 2em;
  }
}
.c-footer__bottom-nested-container {
  display: flex;
  gap: 1em;
}
@media (max-width: 991.98px) {
  .c-footer__bottom-nested-container {
    flex-direction: column;
    align-items: center;
  }
}
.c-footer__phone-container {
  display: flex;
  align-items: center;
  gap: 1em;
}
.c-footer__phone-container:hover {
  opacity: 0.5;
  cursor: pointer;
}
.c-footer__socials-container {
  display: flex;
  align-items: center;
  gap: 0.75em;
}
@media (max-width: 991.98px) {
  .c-footer__socials-container {
    gap: 1em;
  }
}
.c-footer .menu-footer-container {
  display: flex;
  flex: 1;
}
.c-footer .menu {
  margin: auto;
  list-style: none;
  display: flex;
  gap: 1.5em;
  padding: 0;
  align-items: center;
  text-align: center;
}
@media (max-width: 991.98px) {
  .c-footer .menu {
    flex-direction: column;
  }
}
.c-footer__separator {
  opacity: 0.5;
  border: 1px dashed #fff;
  border-bottom-width: 0px;
  margin-top: 3rem;
  margin-bottom: 1.75rem;
}
@media (max-width: 991.98px) {
  .c-footer__separator {
    border: 1px solid #979797;
    width: 100%;
    position: absolute;
    left: 0;
  }
}
.c-footer__phone-image {
  margin: auto;
  width: 30px;
  height: 30px;
}
@media (max-width: 991.98px) {
  .c-footer__phone-image {
    width: 40px;
    height: 40px;
  }
}
.c-footer__social-image {
  margin: auto;
  width: 30px;
  height: 30px;
}
.c-footer__social-image:hover {
  opacity: 0.5;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .c-footer__social-image {
    width: 48px;
    height: 48px;
  }
}
.c-footer__phone-number-text {
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  font-family: "frontageregular", sans-serif;
}
@media (max-width: 1199.98px) {
  .c-footer__phone-number-text {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .c-footer__phone-number-text {
    font-size: 1.3rem;
    display: block;
  }
}
.c-footer .menu-item, .c-footer__item-text, .c-footer__copyright {
  font-family: "frontageregular", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.65rem;
}
.c-footer .menu-item a, .c-footer__item-text a, .c-footer__copyright a {
  color: #fff;
}
@media (max-width: 991.98px) {
  .c-footer .menu-item, .c-footer__item-text, .c-footer__copyright {
    text-align: center;
    font-size: 0.75rem;
  }
}
.c-footer__copyright {
  margin: 0;
}
@media (max-width: 991.98px) {
  .c-footer__copyright {
    font-family: "frontage3D", sans-serif;
    margin-top: 6rem;
  }
}
@media (max-width: 575.98px) {
  .c-footer__copyright {
    max-width: 320px;
  }
}