.c-footer {
  background-color: #144051;
  color: #ffffff;
}
@media (max-width: 1199.98px) {
  .c-footer__logo {
    max-width: 150px;
  }
}
.c-footer__social-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-end;
}
@media (max-width: 991.98px) {
  .c-footer__social-wrapper {
    align-items: center;
    gap: 50px;
  }
}
.c-footer__social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 991.98px) {
  .c-footer__social {
    justify-content: flex-start;
    gap: 25px;
  }
}
@media (max-width: 991.98px) {
  .c-footer__social-link img {
    width: 32px;
    height: 32px;
  }
}
.c-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 30px 0 60px;
}
@media (max-width: 991.98px) {
  .c-footer__bottom {
    flex-direction: column;
    gap: 30px;
    padding: 50px 0 35px;
  }
}
.c-footer__top {
  border-bottom: 1px solid rgba(82, 158, 188, 0.25);
  padding: 45px 0 60px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .c-footer__top {
    flex-direction: column;
    align-items: center;
    gap: 50px;
    padding: 50px 0;
  }
}
.c-footer__menus {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
  margin-right: 100px;
}
@media (max-width: 1199.98px) {
  .c-footer__menus {
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .c-footer__menus {
    flex-direction: column;
    text-align: center;
  }
}
.c-footer__menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 575.98px) {
  .c-footer__menu {
    width: 100%;
  }
}
.c-footer__menu .menu a {
  color: #ffffff;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 2.14;
}
.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;
}
.c-footer__menu-title {
  margin: 0;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.25;
  color: #529ebc;
}
.c-footer__copyright {
  margin: 0;
  font-size: 0.75em;
  line-height: normal;
  font-weight: normal;
}
@media (max-width: 575.98px) {
  .c-footer__legal-menu {
    width: 100%;
  }
}
.c-footer__legal-menu .menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media (max-width: 575.98px) {
  .c-footer__legal-menu .menu {
    display: block;
    text-align: center;
  }
}
.c-footer__legal-menu .menu a {
  color: #ffffff;
  font-size: 0.875em;
  line-height: normal;
  font-weight: normal;
}
.c-footer__legal-menu .menu a:hover, .c-footer__legal-menu .menu a:active, .c-footer__legal-menu .menu a:focus, .c-footer__legal-menu .menu a:visited {
  color: #ffffff;
}
@media (max-width: 575.98px) {
  .c-footer__legal-menu .menu a {
    font-weight: bold;
    padding: 6px 0;
    display: inline-block;
  }
}
.c-footer__address {
  margin: 0;
  font-size: 0.75em;
  line-height: normal;
  font-weight: normal;
  text-align: center;
  text-wrap: balance;
}
@media (max-width: 575.98px) {
  .c-footer__address {
    line-height: 1.58;
  }
}
.c-footer__contact-list {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .c-footer__contact-list {
    gap: 10px;
  }
}
.c-footer__contact-item {
  margin: 0;
  color: #ffffff;
  font-size: 0.875em;
  line-height: 1.43;
  font-weight: normal;
  text-align: right;
}
.c-footer__contact-item:hover, .c-footer__contact-item:active, .c-footer__contact-item:focus, .c-footer__contact-item:visited {
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .c-footer__contact-item {
    text-align: center;
    line-height: 2;
  }
}
.c-footer__logos {
  display: flex;
  gap: 20px;
  margin: 30px 0;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575.98px) {
  .c-footer__logos {
    flex-direction: column;
  }
}
.c-footer__logos img {
  height: 55px;
  width: auto;
  opacity: 0.5;
}

.otgs-development-site-front-end,
.wpml-ls-statics-footer {
  display: none;
}