.region__footer {
    width: 100%;
    height: 82px;
    padding-top: 32px;
    padding-bottom: 24px;
    background-color: #262626;
}

.region__footer .container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.region__footer .column {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
}

.region__footer .copyright {
    font-family: "Open Sans";
    font-size: 10px;
    line-height: 14px;
    color: #ffffff;
}

.region__footer .navigation__list {
    display: flex;
    flex-flow: row wrap;
    max-width: 380px;
}

.region__footer .navigation__item {
    padding-bottom: 16px;
    flex: 1 1 120px;
}

.region__footer .navigation__item-link {
    display: block;
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
}

.region__footer .socials__title {
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 8px;
}

.region__footer .socials__body {
    display: flex;
    flex-flow: row nowrap;
}

.region__footer .socials__item {
    width: 32px;
    height: 32px;
    margin-right: 16px;
    border-radius: 50%;
    background-color: #2F879F;
    display: flex;
    justify-content: center;
    align-items: center;
}

.region__footer .socials__item:hover {
    background-color: #256c7f;
}

.region__footer .socials__item img {
    height: 16px;
    max-width: 16px;
}
@media screen and (max-width: 1024px) {
  .region__footer {
    height: unset;
  }
  .region__footer .container {
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .container {
    box-sizing: border-box;
  }
  .region__footer .container {
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
  }
  .region__footer .socials {
    text-align: center;
    margin-bottom: 16px;
  }
  .region__footer .column .copyright {
    display: none;
  }
  .region__footer .navigation__item {
    width: 33%;
    flex: unset;
  }
}
@media screen and (max-width: 600px) {
  .mapbox-si-text {
    font-size: 18px;
    line-height: 21px;
  }
  .mapbox-si-header {
    width: 267px;
  }
}
