.porownanie.is-szare {
  background: var(--bg-soft);
}

.por-head {
  max-width: 760px;
  margin-bottom: 24px;
}
.por-head h2 {
  margin: 0 0 10px;
  font-family: var(--ff-head);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--ink);
}
@media (max-width: 767px) {
  .por-head h2 {
    font-size: 22px;
  }
}

.por-intro {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}
.por-intro p {
  margin: 0 0 10px;
}
.por-intro p:last-child {
  margin-bottom: 0;
}

.por-scroll {
  overflow-x: auto;
}

.por-note {
  margin-top: 18px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}
.por-note > p {
  margin: 0 0 8px;
}
.por-note > p:last-child {
  margin-bottom: 0;
}
.por-note > ul,
.por-note > ol {
  margin: 0 0 8px;
  padding-left: 20px;
}
.por-note ul {
  list-style: disc;
}
.por-note ol {
  list-style: decimal;
}
.por-note strong,
.por-note b {
  color: var(--ink);
}
.por-note a {
  color: var(--brand);
  font-weight: 600;
}

.por-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.por-table th,
.por-table td {
  padding: 16px 18px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--line);
}
.por-table thead th {
  background: var(--brand-darker);
  color: #fff;
  font-family: var(--ff-head);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}
.por-table thead td {
  background: var(--brand-darker);
  border-bottom: 1px solid var(--line);
}
.por-table tbody th {
  width: 22%;
  color: var(--ink);
  font-family: var(--ff-head);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}
.por-table.is-two tbody th {
  width: 62%;
  font-weight: 600;
}
.por-table.is-two tbody td {
  font-family: var(--ff-head);
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
  white-space: nowrap;
}
.por-table tbody td {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}
.por-table tbody tr:last-child th,
.por-table tbody tr:last-child td {
  border-bottom: 0;
}
.por-table tbody tr:nth-child(even) th,
.por-table tbody tr:nth-child(even) td {
  background: var(--bg-soft);
}
.por-table strong,
.por-table b {
  color: var(--ink);
}
.por-table a {
  color: var(--brand);
  font-weight: 600;
}

@media (max-width: 767px) {
  .por-table {
    border: 0;
    background: none;
  }
  .por-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
  .por-table tbody tr {
    display: block;
    margin-bottom: 14px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    overflow: hidden;
  }
  .por-table tbody tr:last-child {
    margin-bottom: 0;
  }
  .por-table tbody th,
  .por-table tbody td {
    display: block;
    width: auto;
  }
  .por-table tbody th {
    background: var(--brand-darker);
    color: #fff;
    border-bottom: 0;
  }
  .por-table tbody tr:nth-child(even) th {
    background: var(--brand-darker);
  }
  .por-table.is-two tbody th {
    width: auto;
    font-size: 14px;
  }
  .por-table.is-two tbody td {
    white-space: normal;
  }
  .por-table tbody tr:nth-child(even) td {
    background: none;
  }
  .por-table tbody td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 4px;
    color: var(--brand-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  .por-table tbody td:empty {
    display: none;
  }
}

/*# sourceMappingURL=porownanie.css.map */
