.layout-center,
.layout-center--form,
.bottom__content {
  margin-right: auto;
  margin-left: auto;
  padding: 0 10px;
  max-width: 1190px;
}

@media (min-width: 40em) {
  .layout-center--form {
    padding: 0 68px;
  }
}

.bottom__region {
  padding-top: 3em;
  padding: 3rem 0 0;
  overflow: hidden;
  background-color: #173353;
}

@media (min-width: 55.5em) {
  .bottom__content {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
            align-items: end;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

.bottom__menu {
  margin: 0;
  padding: 0;
  max-width: 100%;
  list-style: none;
}

@media (min-width: 33.125em) {
  .bottom__menu {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 50em) {
  .bottom__menu {
    display: block;
    -webkit-column-count: 3;
            column-count: 3;
  }
}

@media (min-width: 55.5em) {
  .bottom__menu-wrapper {
    -webkit-box-flex: 1;
            flex: 1 0 69%;
  }
}

.bottom__menu-item {
  margin-bottom: .5rem;
  text-align: center;
}

@media (min-width: 33.125em) {
  .bottom__menu-item {
    -webkit-box-flex: 1;
            flex: 1 0 50%;
    margin-bottom: 0;
    padding: .25rem 1rem .25rem 0;
    text-align: left;
  }
}

.bottom__menu-link {
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  line-height: .9rem;
  display: inline-block;
  opacity: .7;
}
