  .footer {
  background-color: #000021;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  margin-bottom: -1px;
  padding: 30px 20px;
  text-align: center;
  width: 100%; }
  @media screen and (min-width: 1200px) {
    .footer {
      padding: 40px 55px;
      gap: 35px; } }
  .footer a {
    font-family: "Montserrat", "Arial", sans-serif;
    color: #fff; }
  .footer p {
    margin: 0; }
  .footer .block--text {
    padding: 0; }

.footer__top {
  width: 100%; }

.footer__container {
  display: flex;
  flex-direction: column;
  gap: 15px; }
  @media screen and (min-width: 1200px) {
    .footer__container {
      flex-direction: row; } }

.footer__about {
  align-items: center;
  border-bottom: 1px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 28px;
  position: relative;
  gap: 25px; }
  @media screen and (min-width: 1200px) {
    .footer__about {
      align-items: flex-start;
      border-bottom: none;
      padding: 0 15px 0 0;
      text-align: left;
      flex: 1 1 28%;
      gap: 20px; } }

.footer__logo {
  height: auto;
  max-height: 80.62px;
  max-width: 177px;
  width: 100%; }
  .footer__logo img {
    height: auto; }

.footer__address {
  max-width: 180px; }
  @media screen and (min-width: 1200px) {
    .footer__address {
      text-align: left; } }

.footer__address-links-container {
  display: flex;
  flex-direction: column; }

.footer__schedule {
  border-bottom: 1px solid #fff;
  display: flex;
  flex-direction: column;
  padding: 28px 0; }
  @media screen and (min-width: 1200px) {
    .footer__schedule {
      display: none;
      padding: 35px 0; } }
  .footer__schedule p:first-child {
    font-family: "Montserrat", "Arial", sans-serif;
    font-weight: 600; }

.footer__schedule-links-container {
  display: flex;
  flex-direction: column;
  margin-top: 15px; }

.footer__schedule--desktop {
  display: none; }
  @media screen and (min-width: 1200px) {
    .footer__schedule--desktop {
      align-items: flex-end;
      border-bottom: none;
      display: flex;
      flex-direction: column;
      padding: 0;
      position: relative;
      text-align: right;
      flex: 1 1 28%;
      white-space: nowrap; }
      .footer__schedule--desktop [id^='block-'] {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-between; } }

.footer__middle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px 0;
  border-bottom: 1px solid #fff; }
  @media screen and (min-width: 1200px) {
    .footer__middle {
      border-bottom: none;
      border-inline: 1px solid #fff;
      padding: 0 15px;
      flex: 1 1 44%;
      white-space: nowrap; } }

.footer__social-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 25px 0;
  gap: 30px; }
  @media screen and (min-width: 1200px) {
    .footer__social-links {
      padding: 42px 0; } }
  .footer__social-links a {
    text-decoration: none;
    margin-right: 10px; }
    .footer__social-links a:last-child {
      margin-right: 0; }
    @media screen and (min-width: 1200px) {
      .footer__social-links a {
        margin-right: 35px; }
        .footer__social-links a:last-child {
          margin-right: 0; } }
  .footer__social-links svg {
    height: 20px;
    width: 20px; }
    @media screen and (min-width: 1200px) {
      .footer__social-links svg {
        height: 25px;
        width: 25px; }
        .footer__social-links svg:last-child {
          margin-right: 0; } }
    .footer__social-links svg path {
      fill: #fff; }
    .footer__social-links svg circle {
      fill: #fff; }
  .footer__social-links .icon--instagram {
    transform: translate(0, 2px); }
    @media screen and (min-width: 768px) {
      .footer__social-links .icon--instagram {
        transform: translate(0, 4px); } }
    .footer__social-links .icon--instagram path {
      fill: unset; }

.footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .footer__links a {
    border-right: 1px solid #fff;
    margin-bottom: 25px;
    padding: 0 10px; }
    @media screen and (min-width: 1200px) {
      .footer__links a {
        border-right: none;
        margin-bottom: 0;
        width: calc(100% / 3); } }
    .footer__links a:last-child {
      border-right: none; }
      @media screen and (min-width: 1200px) {
        .footer__links a:last-child {
          text-align: right; } }
    .footer__links a:first-child {
      padding-left: 0; }
      @media screen and (min-width: 1200px) {
        .footer__links a:first-child {
          text-align: left; } }
  .footer__links div {
    width: calc(100%); }
    .footer__links div a {
      border-right: 1px solid #fff; }
      .footer__links div a:last-child {
        border-right: none; }

.footer__copyright {
  padding-top: 28px; }
  .footer__copyright,
  .footer__copyright p {
    font-size: 0.875rem; }
  @media screen and (min-width: 1200px) {
    .footer__copyright {
      border-top: 1px solid #fff;
      padding-top: 23px; } }
  .footer__copyright span {
    text-decoration: underline; }
