.footermap {
  margin: 0 auto;
  padding: 0;
  border: 0;
}

.footermap-col {
  display: inline-block;
  vertical-align: middle;
}

.footermap-col-heading {
    text-align: center;
    display: none;
}

.footermap-item {
  display: block;
  list-style: none inside none;
}

.footermap-header.footermap-header--main{
  display: flex;
  margin-bottom: 3%;
}

.footermap-header.footermap-header--main li{
  display: inline;
}

.footermap-item.footermap-item--depth-1 {
  margin-right: 19px;
  font-weight: 800 !important;
  font-size: 16px;

  padding-left: 19px;
  margin-right: 25.5px;
}

.footermap-item.footermap-item--depth-1:nth-child(1){
  display: none !important;
}

.footermap-item.footermap-item--depth-2 a {
  display: block;
  font-weight: 400!important;
  font-size: 14px;
}

.footermap-item.footermap-item--depth-1.footermap-item--haschildren ul {
  margin-left: -40px;

}

@media (min-width: 1350px) and (max-width: 1370px) {
  .footermap-item.footermap-item--depth-1 {
    padding-left: 19px;
    margin-right: 25.5px;
  }
}

@media (min-width: 1915px) and (max-width: 1925px) {
  .footermap-item.footermap-item--depth-1 {
    margin-left: -44px;
    margin-right: 77px;
  }
}