.container {
  z-index: 100;
}

li.nav-item a:hover {
  color: rgb(248,156,53);
}

.navigation-clean.navbar-light .navbar-nav .nav-link:focus, .navigation-clean.navbar-light .navbar-nav .nav-link:hover {
  color: #f89c35 !important;
  background-color: transparent;
}

.container {
}

@media (max-width: 1140px) {
  .wrapper-header-info {
    width: 100% !important;
  }
}

@media (max-width: 400px) {
  .wrapper-header-info-text {
    width: 100% !important;
  }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  word-wrap: break-word;
}

@media (max-width: 900px) {
  #adress {
    display: none !important;
  }
}

@media (max-width: 900px) {
  #tel {
    flex: 0 0 80% !important;
    max-width: 80% !important;
  }
}

@media (max-width: 620px) {
  #top-navigation {
    display: none;
  }
}

