/*.locat_description {
  display: inline-block;
  margin: 0px;
}

.nd-footer {
  background-color: #1e1e1e;
  padding: 0px 3.5rem;
}

.nd-footer, .nd-footer a, .nd-footer a:hover {
  color: #ffffff;
}

.nd-footer-row {
  border-bottom: 1px solid #555;
}

.nd-footer-row:last-child {
  border-bottom: none;
}

.nd-footer .nd-footer-heading {
  font-size: 18px;
  margin-bottom: 2rem;
}

.nd-footer-columns ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.nd-footer-columns ul li a {
  line-height: 1.8rem;
}

.nd-footer-menu .active-branch ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.nd-footer-menu .active-branch ul li a {
  display: inline-block;
  margin-right: 0.5rem;
  padding-right: 0.5rem;
  border-right: 1px solid #ffffff;
  font-size: 1rem;
  line-height: 1rem;
}

.nd-footer-menu .active-branch ul li:last-child a {
  margin-right: 0px;
  padding-right: 0px;
  border-right: none;
}

.nd-footer-icons {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  justify-content: flex-end;
}

.nd-footer-icons li {
  display: inline-block;
  background-color: #ffffff;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 1rem;
  text-align: center;
  margin-right: 0.5rem;
}

.nd-footer-icons li:last-child {
  margin-right: 0px;
}

.nd-footer-icons li a {
  color: #1e1e1e;
}

.nd-footer-icons li a:hover {
  color: #1e1e1e;
}

.nd-footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nd-footer-logo img {
  width: 150px;
}

.nd-footer-top, .nd-footer-columns, .nd-footer-bottom {
  padding: 3rem 0px;
}

.nd-footer-bottom p, .nd-footer-bottom a {
  font-size: 14px;
  margin: 0px;
  color: #b8b8b8;
}

.nd-footer-columns ul li a {
  color: #b8b8b8;
}

.nd-footer-contacts a {
  display: flex;
  align-items: center;
}

.nd-footer-contacts a i {
  color: #ffffff;
  margin-right: 1rem;
}

@media (max-width: 575px) {
  .nd-footer-top, .nd-footer-columns, .nd-footer-bottom {
    padding: 1rem 0.5rem;
    margin-bottom: 1rem;
  }
  .nd-footer {
    padding: 1rem 0.5px;
  }
  .nd-footer ul {
    padding: 0rem 0rem 1rem !important;
  }
  .nd-footer-menu .active-branch ul {
    flex-direction: column;
  }
  .nd-footer-icons {
    justify-content: space-around;
  }
  .nd-footer .nd-footer-heading, .nd-footer-columns ul, .nd-footer-text {
    text-align: center;
  }
  .nd-footer-heading {
    font-weight: bold;
    margin-bottom: 0.5rem;
  }
  .nd-footer-menu .active-branch ul li a {
    margin-right: 0px;
    padding-right: 0px;
    border-right: none;
  }
  .nd-footer-contacts a {
    justify-content: center;
  }
}*/