@import url("carpenter-offer.css?v=12");
/* Przyklejony nagłówek na telefonach */
@media (max-width: 991.98px) {
  .container-header {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0;
    z-index: 1030;
  }
}
.container-footer,
footer.container-footer {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #171713 !important;
  background-image: none !important;
}

.container-footer .grid-child {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.container-footer .grid-child > .cp-site-footer {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

.cp-site-footer__inner,
.cp-site-footer__bottom > div {
  width: calc(100% - 48px) !important;
  max-width: 1320px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
.cp-site-footer {
  --cp-footer-bg: #171713;
  --cp-footer-text: #ece8df;
  --cp-footer-muted: #bdb8ae;
  --cp-footer-yellow: #f2c230;
  --cp-footer-line: rgba(255, 255, 255, 0.16);
  width: 100%;
  margin: 0;
  border-top: 5px solid var(--cp-footer-yellow);
  background: var(--cp-footer-bg);
  color: var(--cp-footer-text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

.cp-site-footer *,
.cp-site-footer *::before,
.cp-site-footer *::after {
  box-sizing: border-box;
}

.cp-site-footer__inner {
  display: grid;
  grid-template-columns: minmax(260px, 1.35fr) repeat(2, minmax(150px, 0.72fr)) minmax(230px, 1fr);
  gap: clamp(34px, 5vw, 76px);
  width: calc(100% - 48px);
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(54px, 6vw, 82px) 0 clamp(46px, 5vw, 68px);
}

.cp-site-footer h2,
.cp-site-footer p,
.cp-site-footer ul,
.cp-site-footer address {
  margin-top: 0;
}

.cp-site-footer h2 {
  margin-bottom: 18px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.cp-site-footer a,
.cp-site-footer button {
  color: var(--cp-footer-text);
  text-decoration: none;
}

.cp-site-footer a:hover,
.cp-site-footer a:focus-visible,
.cp-site-footer button:hover,
.cp-site-footer button:focus-visible {
  color: var(--cp-footer-yellow);
}

.cp-site-footer a:focus-visible,
.cp-site-footer button:focus-visible {
  outline: 3px solid var(--cp-footer-yellow);
  outline-offset: 4px;
}

.cp-site-footer__brand {
  display: inline-block;
  margin-bottom: 20px;
  color: #fff !important;
  font-size: clamp(25px, 2.5vw, 34px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
}

.cp-site-footer__brand::after {
  display: block;
  width: 58px;
  height: 4px;
  margin-top: 15px;
  background: var(--cp-footer-yellow);
  content: "";
}

.cp-site-footer__company p {
  max-width: 390px;
  margin-bottom: 24px;
  color: var(--cp-footer-muted);
}

.cp-site-footer__cta {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border: 1px solid var(--cp-footer-yellow);
  border-radius: 3px;
  background: var(--cp-footer-yellow);
  color: #171713 !important;
  font-weight: 800;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.cp-site-footer__cta:hover,
.cp-site-footer__cta:focus-visible {
  border-color: #d6a91d;
  background: #d6a91d;
  color: #171713 !important;
  transform: translateY(-2px);
}

.cp-site-footer ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.cp-site-footer li {
  margin: 0 0 8px;
}

.cp-site-footer__nav a {
  color: var(--cp-footer-muted);
  transition: color 0.2s ease;
}

.cp-site-footer__contact address {
  margin-bottom: 15px;
  color: var(--cp-footer-muted);
  font-style: normal;
}

.cp-site-footer__contact address span {
  display: block;
}

.cp-site-footer__contact li {
  margin-bottom: 5px;
}

.cp-site-footer__contact a {
  font-weight: 700;
}

.cp-site-footer__hours {
  margin: 16px 0 0;
  color: var(--cp-footer-muted);
  font-size: 13px;
}

.cp-site-footer__bottom {
  border-top: 1px solid var(--cp-footer-line);
}

.cp-site-footer__bottom > div {
  display: flex;
  width: calc(100% - 48px);
  max-width: 1320px;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto;
}

.cp-site-footer__bottom p {
  margin: 0;
  color: #918c83;
  font-size: 13px;
}

.cp-site-footer__bottom nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px 24px;
}

.cp-site-footer__bottom a,
.cp-site-footer__bottom button {
  color: var(--cp-footer-muted);
  font: inherit;
  font-size: 13px;
}

.cp-site-footer__bottom button {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

@media (max-width: 980px) {
  .cp-site-footer__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .cp-site-footer__inner {
    grid-template-columns: 1fr;
    gap: 34px;
    width: calc(100% - 36px);
    max-width: 1320px;
    padding: 48px 0 42px;
  }

  .cp-site-footer__bottom > div {
    width: calc(100% - 36px);
    max-width: 1320px;
    min-height: 0;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 0 30px;
  }

  .cp-site-footer__bottom nav {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cp-site-footer *,
  .cp-site-footer *::before,
  .cp-site-footer *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/* Naprawa położenia i wyglądu panelu ustawień cookies */

body.cp-consent-lock {
  overflow: hidden;
}

.cp-consent-root {
  position: fixed !important;
  z-index: 10000 !important;
  inset: 0 !important;
  overflow: visible;
  pointer-events: none;
}

.cp-consent-banner[hidden],
.cp-consent-modal[hidden] {
  display: none !important;
}

.cp-consent-modal {
  position: absolute !important;
  display: grid;
  place-items: center;
  padding: clamp(16px, 4vw, 48px);
  background: rgba(23, 23, 19, 0.72);
  overflow-y: auto;
  pointer-events: auto;
  inset: 0 !important;
}

.cp-consent-panel {
  width: min(760px, 100%);
  max-height: calc(100vh - 32px);
  padding: clamp(26px, 5vw, 50px);
  border: 1px solid #ded8ce;
  border-radius: 3px;
  background: #f7f4ed;
  color: #171713;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
  overflow-y: auto;
}

.cp-consent-panel__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 12px;
}

.cp-consent-panel h2 {
  margin: 0 0 14px;
  color: #171713;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.08;
}

.cp-consent-panel > p {
  margin: 0;
  color: #625d55;
  font-size: 15px;
  line-height: 1.65;
}

.cp-consent-close {
  margin: 0;
  padding: 5px 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: #171713;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.cp-consent-options {
  margin-top: 26px;
  border-top: 1px solid #ded8ce;
}

.cp-consent-option {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 16px;
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #ded8ce;
  cursor: pointer;
}

.cp-consent-option input {
  width: 21px;
  height: 21px;
  margin: 2px 0 0;
  accent-color: #f2c230;
}

.cp-consent-option strong,
.cp-consent-option small {
  display: block;
}

.cp-consent-option strong {
  margin-bottom: 5px;
  color: #171713;
  font-size: 16px;
}

.cp-consent-option small {
  color: #69635a;
  font-size: 13px;
  line-height: 1.55;
}

.cp-consent-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.cp-consent-actions--panel {
  margin-top: 28px;
}

.cp-consent-actions .cp-btn {
  min-height: 46px;
  white-space: nowrap;
}

.cp-consent-more {
  margin-top: 22px !important;
  font-size: 13px !important;
  text-align: right;
}

.cp-consent-root a:focus-visible,
.cp-consent-root button:focus-visible,
.cp-consent-root input:focus-visible {
  outline: 3px solid #f2c230;
  outline-offset: 3px;
}

@media (max-width: 560px) {
  .cp-consent-modal {
    padding: 12px;
  }

  .cp-consent-panel {
    max-height: calc(100vh - 24px);
    padding: 26px 20px;
  }

  .cp-consent-panel__head {
    gap: 16px;
  }

  .cp-consent-actions,
  .cp-consent-actions .cp-btn {
    width: 100%;
  }

  .cp-consent-actions .cp-btn {
    justify-content: center;
  }

  .cp-consent-more {
    text-align: left;
  }
}
/* Baner cookies wyświetlany przy pierwszej wizycie */

.cp-consent-banner {
  position: absolute !important;
  right: clamp(16px, 3vw, 42px);
  bottom: clamp(16px, 3vw, 42px);
  left: clamp(16px, 3vw, 42px);
  top: auto !important;

  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(24px, 4vw, 52px);
  align-items: end;

  width: auto;
  max-width: 1240px;
  margin: 0 auto;
  padding: clamp(26px, 4vw, 42px);

  border: 1px solid #ded8ce;
  border-radius: 3px;
  background: #f7f4ed;
  color: #171713;
  box-shadow: 0 24px 70px rgba(23, 23, 19, 0.24);

  pointer-events: auto;
}

.cp-consent-copy {
  max-width: 760px;
}

.cp-consent-copy h2 {
  margin: 0 0 14px;
  color: #171713;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.08;
}

.cp-consent-copy > p:last-child {
  margin: 0;
  color: #625d55;
  font-size: 15px;
  line-height: 1.65;
}

@media (max-width: 900px) {
  .cp-consent-banner {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .cp-consent-banner .cp-consent-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .cp-consent-banner {
    right: 12px;
    bottom: 12px;
    left: 12px;
    max-height: calc(100vh - 24px);
    padding: 23px 20px;
    overflow-y: auto;
  }

  .cp-consent-banner .cp-consent-actions,
  .cp-consent-banner .cp-btn {
    width: 100%;
  }

  .cp-consent-banner .cp-btn {
    justify-content: center;
  }
}