@charset "utf-8";

/* Prawo-Mieszkaniowe.info — formularz desktop v11 */
/* Elementy wariantu mobilnego sa niewidoczne na desktopie. */
body.pm-desktop.pm-page-form .pm-mobile-form-intro,
body.pm-desktop.pm-page-form .pm-form-title-mobile,
body.pm-desktop.pm-page-form .pm-mobile-question-hint,
body.pm-desktop.pm-page-form .pm-mobile-trust-anon {
  display: none;
}

body.pm-desktop.pm-page-form .pm-form-title-desktop {
  display: inline;
}

body.pm-desktop.pm-page-form .pm-form-topbar {
  display: block;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid var(--pm-line);
}

body.pm-desktop.pm-page-form .pm-form-topbar-inner {
  width: min(1120px, calc(100% - 48px));
  min-height: 66px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

body.pm-desktop.pm-page-form .pm-form-topbar h1 {
  margin: 0;
  color: var(--pm-navy-deep);
  font-size: 24px;
  line-height: 1.18;
  letter-spacing: -0.45px;
  font-weight: 700;
}

body.pm-desktop.pm-page-form .pm-form-topbar-brand {
  flex: 0 0 auto;
  text-align: right;
}

body.pm-desktop.pm-page-form .pm-form-topbar-brand strong,
body.pm-desktop.pm-page-form .pm-form-topbar-brand span {
  display: block;
}

body.pm-desktop.pm-page-form .pm-form-topbar-brand strong {
  color: var(--pm-navy-deep);
  font-size: 17px;
  line-height: 1.25;
  font-weight: 700;
}

body.pm-desktop.pm-page-form .pm-form-topbar-brand span {
  margin-top: 3px;
  color: var(--pm-muted);
  font-size: 12px;
  line-height: 1.35;
}

body.pm-desktop.pm-page-form .holder-site-top {
  border-bottom: 1px solid var(--pm-line);
}

body.pm-desktop.pm-page-form .pm-header-inner {
  min-height: 78px;
}

body.pm-desktop.pm-page-form .holder-site-up {
  display: none;
}

body.pm-desktop.pm-page-form .holder-site {
  width: min(1120px, calc(100% - 48px));
  margin: 8px auto 10px;
  display: block;
}

body.pm-desktop.pm-page-form .holder-content.pm-form-content {
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

body.pm-desktop.pm-page-form .pm-form-card-title {
  margin: 0 0 22px;
  color: var(--pm-navy-deep);
  font-size: 25px;
  line-height: 1.22;
  letter-spacing: -0.3px;
  font-weight: 700;
}


body.pm-desktop.pm-page-form .pm-form-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 336px;
  gap: 18px;
  align-items: start;
}

body.pm-desktop.pm-page-form .pm-form-card {
  grid-column: 1;
  grid-row: 1;
}

body.pm-desktop.pm-page-form .pm-form-aside {
  grid-column: 2;
  grid-row: 1;
}

body.pm-desktop.pm-page-form .pm-form-card,
body.pm-desktop.pm-page-form .pm-form-aside-sticky {
  background: var(--pm-card);
  border: 1px solid var(--pm-line);
  border-radius: var(--pm-radius);
  box-shadow: 0 4px 16px rgba(16, 40, 59, 0.04);
}

body.pm-desktop.pm-page-form .pm-form-card {
  padding: 18px 28px 20px;
}

body.pm-desktop.pm-page-form .pm-question-form {
  margin: 0;
}

body.pm-desktop.pm-page-form .pm-form-section {
  margin: 0;
  padding: 0 0 18px;
}

body.pm-desktop.pm-page-form .pm-form-section + .pm-form-section {
  padding-top: 18px;
  border-top: 1px solid var(--pm-line);
}

body.pm-desktop.pm-page-form .pm-form-section-heading {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
}

body.pm-desktop.pm-page-form .pm-form-step-number {
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  color: #fff;
  background: var(--pm-navy);
  border-radius: 50%;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}

body.pm-desktop.pm-page-form .pm-form-section-heading h2,
body.pm-desktop.pm-page-form .pm-how-it-works h2,
body.pm-desktop.pm-page-form .pm-form-reviews h2 {
  margin: 0;
  color: var(--pm-navy-deep);
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
}

body.pm-desktop.pm-page-form .pm-form-section-heading p {
  margin: 4px 0 0;
  color: var(--pm-muted);
  font-size: 13px;
  line-height: 1.55;
}

body.pm-desktop.pm-page-form .pm-form-textarea {
  display: block;
  width: 100%;
  min-width: 0;
  max-width: none;
  min-height: 194px;
  max-height: 620px;
  margin: 0;
  padding: 15px 16px;
  resize: vertical;
  color: var(--pm-text);
  background: #fff;
  border: 1px solid #cfd9df;
  border-radius: 6px;
  outline: none;
  font: inherit;
  font-size: 15px;
  line-height: 1.55;
  box-shadow: inset 0 1px 2px rgba(16, 40, 59, 0.03);
}

body.pm-desktop.pm-page-form .pm-form-textarea:focus,
body.pm-desktop.pm-page-form .pm-form-field input:focus {
  border-color: #7692a5;
  box-shadow: 0 0 0 3px rgba(39, 74, 101, 0.10);
}

body.pm-desktop.pm-page-form .pm-form-textarea::placeholder,
body.pm-desktop.pm-page-form .pm-form-field input::placeholder {
  color: #8b989f;
  opacity: 1;
}


body.pm-desktop.pm-page-form .pm-form-files-block {
  margin-top: 12px;
  padding: 10px 12px;
  background: #f8fafb;
  border: 1px solid var(--pm-line);
  border-radius: 6px;
}

body.pm-desktop.pm-page-form .pm-form-files-title {
  margin-bottom: 6px;
  color: var(--pm-text);
  font-size: 13px;
  font-weight: 700;
}

body.pm-desktop.pm-page-form .pm-form-files-title span,
body.pm-desktop.pm-page-form .pm-form-field label span {
  color: var(--pm-muted);
  font-size: 11px;
  font-weight: 400;
}

body.pm-desktop.pm-page-form .pm-file-row + .pm-file-row {
  margin-top: 7px;
}

body.pm-desktop.pm-page-form .pm-native-file {
  width: 100%;
  max-width: 100%;
  color: var(--pm-muted);
  font-size: 12px;
}

body.pm-desktop.pm-page-form .pm-native-file::file-selector-button {
  margin-right: 10px;
  padding: 7px 11px;
  color: var(--pm-navy-deep);
  background: #fff;
  border: 1px solid #ccd7dd;
  border-radius: 5px;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
}

body.pm-desktop.pm-page-form .pm-add-file {
  margin: 9px 0 0;
  padding: 0;
  color: var(--pm-navy-soft);
  background: none;
  border: 0;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
}

body.pm-desktop.pm-page-form .pm-add-file:hover,
body.pm-desktop.pm-page-form .pm-add-file:focus {
  color: var(--pm-navy-deep);
  text-decoration: underline;
}

body.pm-desktop.pm-page-form .pm-form-files-actions {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 8px 14px;
}

body.pm-desktop.pm-page-form #pm-form-files {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

body.pm-desktop.pm-page-form .pm-file-row {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 9px;
}

body.pm-desktop.pm-page-form .pm-file-row + .pm-file-row {
  margin-top: 0;
}

body.pm-desktop.pm-page-form .pm-native-file {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

body.pm-desktop.pm-page-form .pm-file-trigger[hidden] {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 35px;
  padding: 0 14px;
  color: #fff;
  background: var(--pm-navy);
  border: 1px solid var(--pm-navy);
  border-radius: 5px;
  cursor: pointer;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}

body.pm-desktop.pm-page-form .pm-file-trigger:hover,
body.pm-desktop.pm-page-form .pm-file-trigger:focus {
  background: var(--pm-navy-deep);
  border-color: var(--pm-navy-deep);
}

body.pm-desktop.pm-page-form .pm-file-name[hidden] {
  display: inline-block !important;
  max-width: 210px;
  overflow: hidden;
  color: var(--pm-muted);
  font-size: 11px;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.pm-desktop.pm-page-form .pm-add-file {
  margin: 0;
  color: var(--pm-navy-soft);
  font-size: 12px;
  line-height: 35px;
  white-space: nowrap;
}

body.pm-desktop.pm-page-form .pm-form-fields-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr) minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

body.pm-desktop.pm-page-form .pm-form-phone-stack {
  min-width: 0;
}

body.pm-desktop.pm-page-form .pm-form-field label {
  display: block;
  margin: 0 0 6px;
  color: var(--pm-text);
  font-size: 12px;
  line-height: 1.3;
  font-weight: 700;
}

body.pm-desktop.pm-page-form .pm-form-field input.contact-data,
body.pm-desktop.pm-page-form .pm-form-field input.contact-data-tel {
  float: none;
  display: block;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0 12px;
  color: var(--pm-text);
  background: #fff;
  border: 1px solid #cfd9df;
  border-radius: 6px;
  outline: none;
  font: inherit;
  font-size: 14px;
  letter-spacing: normal;
}

body.pm-desktop.pm-page-form .pm-phone-help {
  min-height: 0;
  margin-top: 4px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

body.pm-desktop.pm-page-form .pm-phone-help summary {
  color: var(--pm-navy-soft);
  cursor: pointer;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 700;
}

body.pm-desktop.pm-page-form .pm-phone-help p {
  margin: 7px 0 0;
  color: var(--pm-muted);
  font-size: 11px;
  line-height: 1.5;
}

body.pm-desktop.pm-page-form .pm-form-consents {
  margin: 0;
  padding: 14px 0 0;
  border-top: 1px solid var(--pm-line);
}

body.pm-desktop.pm-page-form .pm-consent {
  margin: 0 0 7px;
  color: #64727c;
  font-size: 11px;
  line-height: 1.5;
}

body.pm-desktop.pm-page-form .pm-consent label {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  cursor: pointer;
}

body.pm-desktop.pm-page-form .pm-consent input[type="checkbox"] {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin: 1px 0 0;
  accent-color: var(--pm-navy);
}

body.pm-desktop.pm-page-form .pm-consent a {
  font-weight: 700;
}

body.pm-desktop.pm-page-form .pm-consent-required {
  color: #4e5e68;
}

body.pm-desktop.pm-page-form .pm-consent-secondary {
  margin-bottom: 0;
}

body.pm-desktop.pm-page-form .privacy-more-content {
  display: none;
  margin: 7px 0 0 25px;
  color: var(--pm-muted);
  font-size: 10px;
  line-height: 1.45;
}

body.pm-desktop.pm-page-form .privacy-more-content.show {
  display: block;
}

body.pm-desktop.pm-page-form .adreslexine {
  display: none;
}

body.pm-desktop.pm-page-form .showlexine {
  cursor: help;
  border-bottom: 1px dotted #8c989f;
}

body.pm-desktop.pm-page-form .pm-form-submit-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 14px;
  text-align: center;
}

body.pm-desktop.pm-page-form input.pm-form-submit,
body.pm-desktop.pm-page-form #mainorder.pm-form-submit {
  float: none;
  width: auto;
  min-width: 245px;
  height: 42px;
  margin: 0;
  padding: 0 20px;
  color: #fff;
  background: var(--pm-navy);
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  line-height: 42px;
  font-weight: 700;
  text-shadow: none;
  box-shadow: none;
}

body.pm-desktop.pm-page-form input.pm-form-submit:hover,
body.pm-desktop.pm-page-form input.pm-form-submit:focus {
  background: var(--pm-navy-deep);
}

body.pm-desktop.pm-page-form .pm-form-submit-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2px 10px;
  color: var(--pm-muted);
  font-size: 11px;
  line-height: 1.45;
  text-align: center;
}

body.pm-desktop.pm-page-form .pm-form-submit-trust strong {
  width: auto;
  color: var(--pm-success);
  font-size: 11px;
}

body.pm-desktop.pm-page-form .pm-form-submit-trust span + span::before {
  content: "·";
  margin-right: 10px;
}

body.pm-desktop.pm-page-form .pm-form-error {
  margin: 0 0 7px;
  color: #a33f3f;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 700;
}

body.pm-desktop.pm-page-form .pm-form-error-inline {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}

body.pm-desktop.pm-page-form .pm-form-aside {
  align-self: stretch;
}

body.pm-desktop.pm-page-form .pm-form-aside-sticky {
  position: sticky;
  top: 18px;
  overflow: hidden;
  background: #fbfcfd;
}

body.pm-desktop.pm-page-form .pm-how-it-works,
body.pm-desktop.pm-page-form .pm-form-reviews {
  padding: 18px 20px 17px;
}

body.pm-desktop.pm-page-form .pm-form-reviews {
  border-top: 1px solid var(--pm-line);
}

body.pm-desktop.pm-page-form .pm-process-list {
  list-style: none;
  margin: 11px 0 0;
  padding: 0;
}

body.pm-desktop.pm-page-form .pm-process-list li {
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr);
  gap: 10px;
  margin: 0;
  padding: 0 0 10px;
}

body.pm-desktop.pm-page-form .pm-process-list li:last-child {
  padding-bottom: 0;
}

body.pm-desktop.pm-page-form .pm-process-list li > span {
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--pm-navy);
  background: #edf2f5;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
}

body.pm-desktop.pm-page-form .pm-process-list strong {
  display: block;
  margin: 0 0 2px;
  color: var(--pm-text);
  font-size: 12px;
  line-height: 1.35;
}

body.pm-desktop.pm-page-form .pm-process-list p {
  margin: 0;
  color: var(--pm-muted);
  font-size: 11px;
  line-height: 1.45;
}

body.pm-desktop.pm-page-form .pm-review-card {
  margin: 9px 0 0;
  padding: 9px 0 0;
  border-top: 1px solid #e9edef;
}

body.pm-desktop.pm-page-form .pm-review-stars {
  margin-bottom: 5px;
  color: var(--pm-accent);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1px;
}

body.pm-desktop.pm-page-form .pm-review-text {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #4f606b;
  font-size: 11px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

body.pm-desktop.pm-page-form .pm-review-author {
  margin: 6px 0 0;
  color: var(--pm-muted);
  font-size: 10px;
  line-height: 1.3;
  font-style: italic;
  font-weight: 700;
  text-align: right;
}

body.pm-desktop.pm-page-form .pm-reviews-link {
  display: inline-block;
  margin-top: 10px;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 700;
}

body.pm-desktop.pm-page-form .pm-form-aside-trust {
  margin-top: 10px;
  padding-top: 9px;
  color: var(--pm-muted);
  border-top: 1px solid #e9edef;
  font-size: 10px;
  line-height: 1.5;
}

body.pm-desktop.pm-page-form .pm-full-reviews {
  width: 100%;
  margin: 22px 0 0;
  padding: 24px 26px 24px;
  background: var(--pm-card);
  border: 1px solid var(--pm-line);
  border-radius: var(--pm-radius);
  box-shadow: 0 4px 16px rgba(16, 40, 59, 0.04);
}

body.pm-desktop.pm-page-form .pm-full-reviews > h2 {
  margin: 0 0 16px;
  color: var(--pm-navy-deep);
  font-size: 21px;
  line-height: 1.3;
  font-weight: 700;
}

body.pm-desktop.pm-page-form .pm-full-reviews-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

body.pm-desktop.pm-page-form .pm-full-review {
  min-width: 0;
  margin: 0;
  padding: 16px 17px 15px;
  background: #fbfcfd;
  border: 1px solid #e1e8ec;
  border-radius: 7px;
}

body.pm-desktop.pm-page-form .pm-full-review-stars {
  margin-bottom: 7px;
  color: var(--pm-accent);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1px;
}

body.pm-desktop.pm-page-form .pm-full-review-text,
body.pm-desktop.pm-page-form .pm-full-review-note {
  margin: 0;
  color: #465862;
  font-size: 13px;
  line-height: 1.62;
}

body.pm-desktop.pm-page-form .pm-full-review-note {
  margin-top: 7px;
}

body.pm-desktop.pm-page-form .pm-full-review-author {
  margin: 9px 0 0;
  color: var(--pm-navy-deep);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
  text-align: right;
}

body.pm-desktop.pm-page-form .pm-full-reviews-pagination {
  margin: 0 0 13px;
}

body.pm-desktop.pm-page-form .pm-full-reviews-pagination-bottom {
  margin: 14px 0 0;
}

body.pm-desktop.pm-page-form .pm-full-reviews-pagination > div {
  padding-bottom: 0 !important;
}

body.pm-desktop.pm-page-form .pm-full-reviews .new_pagenav {
  width: 100%;
  border-collapse: collapse;
}

body.pm-desktop.pm-page-form .pm-full-reviews .new_pagenav td {
  padding: 0;
  vertical-align: middle;
}

body.pm-desktop.pm-page-form .pm-full-reviews .new_pagenav .tdnavl,
body.pm-desktop.pm-page-form .pm-full-reviews .new_pagenav .tdnavr {
  width: 150px;
  white-space: nowrap;
}

body.pm-desktop.pm-page-form .pm-full-reviews .new_pagenav .tdnavr {
  text-align: right;
}

body.pm-desktop.pm-page-form .pm-full-reviews .new_pagenav a,
body.pm-desktop.pm-page-form .pm-full-reviews .new_pagenav .next_previous_unactive {
  color: var(--pm-navy-soft);
  font-size: 11px;
  line-height: 1.4;
  text-decoration: none;
}

body.pm-desktop.pm-page-form .pm-full-reviews .new_pagenav a:hover,
body.pm-desktop.pm-page-form .pm-full-reviews .new_pagenav a:focus {
  color: var(--pm-navy-deep);
  text-decoration: underline;
}

body.pm-desktop.pm-page-form .pm-full-reviews .new_pagenav .next_previous_unactive {
  color: #a5afb5;
}

body.pm-desktop.pm-page-form .pm-full-reviews .new_pagenav .pagenav_one_link {
  min-width: 24px;
  text-align: center;
}

body.pm-desktop.pm-page-form .pm-full-reviews .new_pagenav .numer-w-paginacji {
  font-size: 11px;
  font-weight: 700;
}

body.pm-desktop.pm-page-form .pm-full-reviews .new_pagenav .podzial {
  padding: 0 4px;
  color: #c6cdd1;
  font-size: 10px;
}

body.pm-desktop.pm-page-form .pm-rodo-wrap {
  max-width: 980px;
  margin: 28px auto 0;
}

body.pm-desktop.pm-page-form #rodoinfo {
  display: none;
  width: 100%;
  margin: 0;
  padding: 22px 26px;
  column-count: 2;
  column-gap: 34px;
  color: #5e6c75;
  background: #fff;
  border: 1px solid var(--pm-line);
  border-radius: var(--pm-radius);
  font-size: 10px;
  line-height: 1.5;
}

body.pm-desktop.pm-page-form #rodoinfo > p:first-child {
  column-span: all;
  margin-top: 0;
  color: var(--pm-navy-deep);
  font-size: 13px;
}

body.pm-desktop.pm-page-form #rodoinfo p {
  margin: 0 0 7px;
}

body.pm-desktop.pm-page-form #rodoinfo ol,
body.pm-desktop.pm-page-form #rodoinfo ul {
  margin-top: 0;
  margin-bottom: 8px;
}

body.pm-desktop.pm-page-form .pm-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media screen and (min-width: 1024px) and (max-width: 1120px) {
  body.pm-desktop.pm-page-form .pm-form-topbar-inner {
    width: calc(100% - 32px);
  }

  body.pm-desktop.pm-page-form .pm-form-topbar h1 {
    font-size: 22px;
  }

  body.pm-desktop.pm-page-form .holder-site {
    width: calc(100% - 32px);
    margin-top: 8px;
  }

  body.pm-desktop.pm-page-form .pm-form-layout {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 14px;
  }

  body.pm-desktop.pm-page-form .pm-form-card {
    padding-left: 25px;
    padding-right: 25px;
  }

  body.pm-desktop.pm-page-form .pm-form-fields-grid {
    gap: 10px;
  }

  body.pm-desktop.pm-page-form .pm-how-it-works,
  body.pm-desktop.pm-page-form .pm-form-reviews {
    padding-left: 18px;
    padding-right: 18px;
  }

  body.pm-desktop.pm-page-form .pm-full-reviews {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/* Hotfix 24: contact field labels stay semantic but no longer take visual space on desktop. */
body.pm-desktop.pm-page-form .pm-form-contact-section .pm-contact-label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
