.footer {
  font-size: 16px;
  font-size: 0.66667rem;
  line-height: 25px;
  line-height: 1.04167rem;
  position: relative;
  z-index: 1;
  background-color: #023AA3;
  color: #FFFFFF;
  padding-top: 50px;
  padding-bottom: 30px; }
  .footer a {
    color: #FFFFFF;
    text-decoration: none; }
    .footer a:hover {
      text-decoration: underline; }
  @media (min-width: 576px) {
    .footer__top {
      display: flex;
      justify-content: space-between; } }
  .footer__list {
    min-width: 200px; }
  .footer__item {
    margin-bottom: 10px; }
    .footer__item svg {
      margin-right: 10px; }
  .footer__table {
    margin-top: 20px;
    font-size: 14px;
    line-height: 18px;
    margin-left: -1px; }
    @media (min-width: 768px) {
      .footer__table {
        margin-left: -4px; } }
    .footer__table tr {
      display: flex;
      flex-wrap: wrap;
      gap: 1px;
      flex-direction: column;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .footer__table tr {
          display: table-row;
          margin-bottom: 0; } }
    .footer__table td {
      padding: 1px; }
      @media (min-width: 768px) {
        .footer__table td {
          padding: 4px; } }
    .footer__table h3 {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 5px; }
  .footer__bottom {
    font-size: 13px;
    font-size: 0.54167rem;
    line-height: 17px;
    line-height: 0.70833rem;
    padding-top: 45px; }

