#footer {
  background: #fff;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

#footer > .nav {
  background-color: #e3061b;
  min-height: 48px;
  padding: 0;
}

#footer > .nav nav {
  padding: 0;
  max-width: 1279px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#footer > .nav nav > a img {
  margin-right: 40px;
  height: 40px;
  width: auto;
}

#footer > .nav nav > .slant {
  background-color: #fff;
  -webkit-transform: skew(-31deg);
  -ms-transform: skew(-31deg);
  transform: skew(-31deg);
  width: 10px;
  height: 100%;
}

#footer ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#footer > .nav nav > .menu {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  float: right;
  margin-bottom: 0;
  margin-top: 0;
  padding-right: 2%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#footer > .nav nav > .menu li {
  color: #fff;
  margin-left: 16px;
  white-space: nowrap;
  margin-bottom: 0;
}

#footer > .nav nav > .menu li:not(:first-child)::before {
  content: url("../img/menu-point.png");
  margin-right: 16px;
  top: -3px;
  position: relative;
}

#footer ul li a, .newslist a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #footer > .nav nav .menu {
    padding: 0 24px 0 0 !important;
    margin: 0 !important;
  }
}


@media screen and (max-width: 1278px) {
  #footer > .nav nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 20px 0;
  }

  #footer > .nav nav > a img {
    margin-right: 0;
    margin-bottom: 15px;
  }

  #footer > .nav nav .slant {
    display: none;
  }

  #footer > .nav nav .menu {
    padding-left: 20px !important;
    padding-right: 20px !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}