.footer-menu--container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #E7E7EA;
  padding: 15px; }
  .footer-menu--container a {
    color: #777777;
    font-size: 1.4rem; }
  @media (min-width: 48em) {
    .footer-menu--container {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -ms-flex-direction: row;
      flex-direction: row; } }
  @media (min-width: 64em) {
    .footer-menu--container {
      width: 100%;
      padding-top: 0; } }

.footer-menu__items {
  margin: 0;
  padding: 0;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 385px; }
  .footer-menu__items li {
    margin: 0;
    padding: 0;
    list-style: none; }
  @media (min-width: 48em) {
    .footer-menu__items {
      width: 100%;
      max-width: inherit; } }

.footer-menu__top-item {
  color: #000000;
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  line-height: 54px;
  max-height: 54px;
  transition: max-height 600ms ease-in-out;
  overflow: hidden; }
  .footer-menu__top-item .footer-menu__top-item-text {
    font-family: "Helvetica LT W01 Roman", Helvetica, Verdana, Arial, sans-serif;
    font-weight: bold; }
  .footer-menu__top-item::after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 18px;
    background: url("../assets/icon-plus-small.svg") no-repeat 0 0;
    background-size: 14px;
    height: 14px;
    width: 14px;
    transition: transform 300ms ease; }
  .footer-menu__items.active .footer-menu__top-item {
    max-height: 700px; }
  @media (min-width: 48em) {
    .footer-menu__top-item {
      max-height: 100%;
      line-height: unset; }
      .footer-menu__top-item::after {
        display: none; } }

.footer-menu__items.active .footer-menu__top-item::after {
  transform: rotate(135deg); }

.footer-menu__second-level {
  margin: 0;
  padding: 0; }
  .footer-menu__second-level li {
    margin: 0;
    padding: 0;
    list-style: none; }
  @media (min-width: 48em) {
    .footer-menu__second-level {
      margin-top: 0.5em; } }
  .footer-menu__second-level .footer-menu__second-level--item {
    text-transform: none;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 10px;
    padding: 0;
    list-style-type: none;
    color: #777777; }
    @media (min-width: 48em) {
      .footer-menu__second-level .footer-menu__second-level--item {
        display: block; } }
