.nav-bar-informator {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}

.nav-item > a {
  color: #000 !important;
}

.informator-container {
  margin-top: 100px;
}

.breadcrumb a {
  text-decoration: none;
  color: #000;
}

.informator-container .informator-title-container {
  border-radius: 20px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.h1-heading {
  font-weight: 600;
}

.card-header {
  padding: 20px;
  text-align: center;
  position: relative;
}

.informator-container .btn-link {
  margin-top: 0px !important;
}

.informator-container .btn-link-buy {
  margin-top: 20px !important;
  width: 150px;
}

.description-section {
  background: white;
  border-radius: 20px;
  padding: 40px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  margin-top: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border-left: 5px solid var(--kropki-color);
}

.description-section p {
  font-size: 1.1rem;
  margin-bottom: 0;
}

.spec-card {
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
  margin-bottom: 25px;
  border: none;
  overflow: hidden;
}

.spec-card-header {
  padding: 15px 20px;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.spec-card-body {
  padding: 0;
}

.spec-table {
  margin: 0;
}

.spec-table tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.02);
}

.spec-table td {
  padding: 12px 15px;
  border: none;
  vertical-align: middle;
}

.spec-table tr:not(:last-child) td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.param-name {
  font-weight: 500;
  word-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}

.param-value {
  font-weight: 600;
}

.highlight {
  background-color: rgba(52, 152, 219, 0.1) !important;
  border-left: 4px solid var(--secondary-color);
}

.informator-img-container {
  height: 350px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.informator-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 5px;
}

.link-download-doc {
  text-decoration: none;
}

@media (max-width: 767px) {
  .card-2 {
    margin-top: 30px;
  }
}

@media (max-width: 460px) {
  .spec-table {
    display: flex;
    flex-direction: column;
  }

  .spec-table tbody {
    display: flex;
    flex-direction: column;
  }

  .spec-table tr {
    display: flex;
    flex-direction: column;

    padding: 10px 0;
  }

  .param-name,
  .param-value {
    width: 100%;
    border-right: none;
    padding: 8px 15px;
    text-align: left;
  }

  .spec-table tr:not(:last-child) td {
    border-bottom: none;
  }
}
