.footer {
  background-color: #00569B;
  padding: 18px 0 30px 0;
  text-align: center;
}

.footer .inner {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  line-height: 14.06px;
  max-width: 1178px;
  padding: 0 16px;
  text-align: left;
  width: 100%;
}

.footer .inner a {
  color: inherit;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
}

.footer .inner a:hover {
  color: #69b1ff;
}

.footer .inner .contacts,
.footer .inner .copyright {
  line-height: 1.2em;
}

.footer .inner p,
.footer .inner .contacts .subject,
.footer .inner .copyright .text {
  white-space: break-spaces;
}

.footer .inner p {
  margin: 0;
  padding: 0;
}

.footer .inner .title,
.footer .inner .copyright a {
  font-weight: bold;
}

.footer .inner .copyright a {
  text-decoration: underline;
}

.footer .inner .contacts .subject {
  margin-bottom: 10px;
}

.footer .inner .contacts .title {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
}

.footer .inner .copyright {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 19px;
}

.footer .inner .copyright .text {
  color: #dfe1e3;
  opacity: 0.77;
}

@media screen and (max-width: 1146px) {
  .footer {
    padding-bottom: 23px;
  }
}

@media screen and (max-width: 834px) {
  .footer {
    padding-bottom: 24px;
  }

  .footer .inner .copyright .text {
    font-size: 10px;
    line-height: 11.72px;
  }
}