/* SKRASLIMDOM – uprava hlavicky */

@media (min-width: 1200px) {
  .top-navigation-bar .top-navigation-contacts {
    position: relative !important;
  }

  .top-navigation-bar a[href^="tel:"] {
    color: #425d68 !important;
    font-weight: 600 !important;
  }

  .sd-open {
    display: inline-flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 100%;
    height: 48px;
    gap: 7px;
    margin-left: 10px;
    color: #576e76;
    font-size: 14px;
    white-space: nowrap;
  }

  .sd-open::before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #999;
    content: "";
  }

  .sd-open.on {
    color: #425d68;
    font-weight: 600;
  }

  .sd-open.on::before {
    background: #39a85a;
    box-shadow: 0 0 0 3px rgba(57, 168, 90, 0.12);
  }
}

@media (max-width: 1199px) {
  .sd-open {
    display: none !important;
  }
}

.hp-info {
  background-color: #eef2f3 !important;
  color: #60747c;
}

.hp-info .sd-main {
  font-weight: 500;
}

.hp-info a {
  color: #425d68;
  font-weight: 600;
  text-decoration: none;
}

.hp-info a:hover {
  text-decoration: underline;
}
