.c-footer {
  background-color: #000000;
  padding: 50px 0;
}
.c-footer__top {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
}
@media (max-width: 1199.98px) {
  .c-footer__top {
    flex-direction: column;
    padding-bottom: 30px;
  }
}
.c-footer__top-right {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1199.98px) {
  .c-footer__top-right {
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #000000;
    width: 100%;
  }
}
.c-footer__center {
  padding: 20px 0;
  border-top: 4px solid #ffffff;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .c-footer__center {
    flex-direction: column;
    gap: 35px;
    padding: 20px 0 30px;
  }
}
.c-footer__bottom {
  padding-top: 25px;
  border-top: 4px solid #ffffff;
}
@media (max-width: 767.98px) {
  .c-footer__logo {
    max-width: 240px;
  }
}
.c-footer__text {
  font-size: 0.75em;
  font-weight: 500;
  line-height: 2;
  color: #ffffff;
  text-align: justify;
}
@media (max-width: 575.98px) {
  .c-footer__text {
    font-size: 0.625em;
    line-height: 2.22;
  }
}
.c-footer__copyright {
  color: #ffffff;
  font-size: 0.75em;
  line-height: 1.67;
  font-weight: 500;
  margin: 0;
}
.c-footer__contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #ffffff;
}
.c-footer__contact-item a {
  color: #ffffff;
}
.c-footer__menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-footer__menu .menu {
  display: flex;
  align-items: center;
  gap: 30px;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .c-footer__menu .menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}
.c-footer__menu .menu a {
  font-size: 0.875em;
  font-weight: 500;
  font-family: "Roboto Mono", sans-serif;
  color: #ffffff;
  line-height: 1.43;
}
.c-footer__menu .menu .sub-menu {
  display: none;
}
.c-footer__social {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 15px 0;
}
@media (max-width: 1199.98px) {
  .c-footer__social {
    padding: 0;
    justify-content: center;
  }
}
.c-footer__social img {
  max-height: 28px;
}