@charset "UTF-8";

/* ===============================

	PAGES

================================ */
.dn-page .l-header {
  background: rgba(255, 255, 255, 0.8);
  color: #050505;
}

.header-nav__item .c-text-link.is-current {
  background-color: rgba(5, 5, 5, 0.7);
  color: #fafafa;
}

.an-page,
.am-page,
.ad-page,
.aw-page {
  background: #fafafa;
}

.an-top__in,
.an-send__col,
.aw-get__col,
.am-report__head {
  min-width: 0;
}

.an-send__col--steps {
  display: flex;
  flex-direction: column;
}

.an-send__col--steps .an-send__link {
  align-self: flex-start;
}

.ad-found {
  max-width: 110rem;
  padding: 10rem 5% 0;
}

.ad-found__list {
  margin-top: 2.4rem;
}

.ad-found__list li {
  padding: 1.6rem 0;
  border-bottom: 1px solid #e7e7e7;
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: .05em;
  list-style: none;
}

/*----------------------------------------
analiza rachunkow
----------------------------------------*/
.an-top {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  padding: 10rem 5% 6rem;
  background: #051833;
  color: #fafafa;
}

.an-top__title {
  margin-top: 3.2rem;
}

.an-top__lead {
  margin-top: 2.4rem;
  max-width: 56rem;
}

.an-top__pic {
  width: 80%;
  max-width: 420px;
  margin-left: auto;
  aspect-ratio: 1;
  object-fit: cover;
  background: #ddd;
}

.an-bill {
  padding: 10rem 5% 0;
}

.an-bill__grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 3.2rem;
  margin-top: 5.6rem;
}

.an-bill__paper {
  align-self: start;
  padding: 2.4rem 2rem;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 12px 12px 0 #eee9e9;
  font-size: 1.3rem;
}

.an-bill__brand {
  padding-bottom: 1.2rem;
  margin-bottom: .4rem;
  border-bottom: 2px solid #050505;
  font-family: var(--latin);
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: .2em;
}

.an-bill__row {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  padding: 1.1rem 0;
  border-bottom: 1px dotted #c9c9c9;
}

.an-bill__row span {
  flex: 1 1 auto;
  color: #5d6470;
}

.an-bill__row b {
  font-family: var(--latin);
  letter-spacing: .06em;
}

.an-bill__row i,
.an-bill__notes i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 2.2rem;
  width: 2.2rem;
  height: 2.2rem;
  background: #051833;
  color: #fafafa;
  font-family: var(--latin);
  font-size: 1.2rem;
  font-style: normal;
}

.an-bill__notes li {
  position: relative;
  padding: 0 0 2rem 3.6rem;
  font-size: 1.35rem;
  line-height: 1.9;
  letter-spacing: .05em;
  list-style: none;
}

.an-bill__notes i {
  position: absolute;
  top: .2rem;
  left: 0;
}

.an-calc {
  position: relative;
  z-index: 0;
  display: -ms-grid;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 3.2rem;
  margin-top: 10rem;
  padding: 0 5% 8rem;
}

.an-calc::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 64%;
  height: 60%;
  background: #051833;
  content: '';
}

.an-calc__txt .c-paragraph {
  margin-top: 2rem;
}

.an-calc__box {
  padding: 2.8rem 2.4rem;
  background: #eee9e9;
}

.an-calc__f {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.6rem;
  align-items: end;
}

.an-calc__f label {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: .06em;
}

.an-calc__f input[type="number"] {
  display: block;
  width: 100%;
  margin-top: .6rem;
  padding: 1rem 1.2rem;
  border: 1px solid #c9c9c9;
  background: #fafafa;
  font: inherit;
  font-size: 1.5rem;
  outline: none;
}

.an-calc__f input[type="number"]:focus {
  border-color: #051833;
}

.an-calc__range {
  grid-column: 1 / -1;
}

.an-calc__range input {
  display: block;
  width: 100%;
  margin-top: 1rem;
  accent-color: #051833;
}

.an-calc__out {
  margin-top: 2.4rem;
  padding-top: 1.6rem;
  border-top: 1px solid #050505;
}

.an-calc__out p {
  display: flex;
  justify-content: space-between;
  gap: 1.2rem;
  padding: .6rem 0;
}

.an-calc__out b {
  font-family: var(--latin);
  font-size: 2rem;
  letter-spacing: .04em;
}

.an-calc__out .an-calc__diff,
.an-calc__out .an-calc__prog {
  display: block;
  font-size: 1.3rem;
  line-height: 1.8;
}

.an-calc__out .an-calc__diff {
  margin-top: .8rem;
  font-weight: 600;
}

.an-calc__out .an-calc__prog b {
  font-size: 1.5rem;
}

.an-send {
  display: -ms-grid;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 5.6rem;
  padding: 10rem 5% 12rem;
}

.an-send__list {
  margin-top: 2.4rem;
}

.an-send__list li {
  position: relative;
  padding: 1.2rem 0 1.2rem 3.2rem;
  border-bottom: 1px solid #e7e7e7;
  font-size: 1.4rem;
  line-height: 1.8;
}

.an-send__list li::before {
  position: absolute;
  top: 1.7rem;
  left: 0;
  width: 1.4rem;
  height: 1.4rem;
  border: 1px solid #050505;
  content: '';
}

.an-steps {
  margin: 2.4rem 0 4rem;
}

.an-steps li {
  padding: 1.6rem 0;
  border-bottom: 1px solid #e7e7e7;
  font-size: 1.4rem;
  line-height: 1.8;
  list-style: none;
}

.an-steps b {
  display: block;
  font-family: var(--latin);
  font-size: 1.8rem;
  letter-spacing: .1em;
}

/*----------------------------------------
audyt mieszkania
----------------------------------------*/
.am-hero {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 11rem 0 0 5%;
}

.am-hero__txt {
  padding-right: 5%;
}

.am-hero__h1 {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .12em;
}

.am-hero__price {
  margin: 1.2rem 0 2.4rem;
  font-family: var(--latin);
  font-size: 1.4rem;
  letter-spacing: .14em;
  color: #5d6470;
}

.am-hero__pic img {
  width: 100%;
  aspect-ratio: 9 / 7;
  object-fit: cover;
  background: #ddd;
}

.am-visit {
  padding: 10rem 5% 0;
}

.am-visit__line {
  position: relative;
  max-width: 90rem;
  margin: 5.6rem auto 0;
  padding-left: 8.4rem;
}

.am-visit__line::before {
  position: absolute;
  top: .8rem;
  bottom: .8rem;
  left: 6rem;
  width: 2px;
  background: #051833;
  content: '';
}

.am-visit__line li {
  position: relative;
  padding-bottom: 3.2rem;
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: .05em;
  list-style: none;
}

.am-visit__line li::before {
  position: absolute;
  top: .6rem;
  left: -2.9rem;
  width: 1.2rem;
  height: 1.2rem;
  background: #fafafa;
  border: 2px solid #051833;
  content: '';
}

.am-visit__line time {
  position: absolute;
  top: 0;
  left: -8.4rem;
  font-family: var(--latin);
  font-size: 1.6rem;
  font-weight: 600;
}

.am-visit__line b {
  display: block;
  font-size: 1.6rem;
  letter-spacing: .08em;
}

.am-standby {
  display: -ms-grid;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 3.2rem;
  margin-top: 8rem;
  padding: 6.4rem 5%;
  background: #eee9e9;
}

.am-standby__txt .c-paragraph {
  margin-top: 2rem;
}

.am-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.3rem;
  letter-spacing: .04em;
  background: #fff;
}

.am-table th,
.am-table td {
  padding: 1.2rem 1rem;
  border-bottom: 1px solid #e7e7e7;
  text-align: right;
}

.am-table th:first-child,
.am-table td:first-child {
  text-align: left;
}

.am-table thead th {
  font-family: var(--latin);
  font-size: 1.2rem;
  letter-spacing: .12em;
  border-bottom: 2px solid #050505;
}

.am-table tfoot td {
  background: #051833;
  color: #fafafa;
  font-weight: 600;
}

.am-report {
  padding: 10rem 5% 0;
}

.am-report__meta {
  margin-top: 1.2rem;
  font-size: 1.3rem;
  color: #5d6470;
  letter-spacing: .06em;
}

.am-report__sheet {
  margin-top: 3.2rem;
  border: 1px solid #050505;
}

.am-report__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .4rem 1.6rem;
  padding: 1.4rem 1.6rem;
  border-bottom: 1px solid #e7e7e7;
  font-size: 1.3rem;
  line-height: 1.6;
}

.am-report__row:last-child {
  border-bottom: 0;
}

.am-report__row span:first-child {
  grid-column: 1 / -1;
  font-weight: 600;
}

.am-report__row--th {
  display: none;
}

.am-report__row span:last-child {
  font-family: var(--latin);
  font-weight: 600;
}

.am-report__note {
  margin-top: 1.6rem;
  font-size: 1.2rem;
  color: #5d6470;
  letter-spacing: .05em;
}

.am-report__pic {
  width: 78%;
  margin: 5.6rem 0 0 auto;
  aspect-ratio: 7 / 5.2;
  object-fit: cover;
  background: #ddd;
}

.am-cta {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 8rem 5% 12rem;
  font-size: 1.4rem;
  line-height: 1.9;
}

.am-cta a:not(.c-arrow-link) {
  text-decoration: underline;
}

.am-cta .c-arrow-link {
  align-self: flex-start;
}

/*----------------------------------------
audyt domu
----------------------------------------*/
.ad-kv {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 62vh;
  padding: 12rem 7.5% 6.4rem;
  background: #051833 no-repeat center center / cover;
  color: #fafafa;
}

.ad-kv::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(5, 24, 51, 0.8), rgba(5, 24, 51, 0.2));
  content: "";
}

.ad-kv__in {
  position: relative;
}

.ad-kv__h1 {
  font-size: 3.2rem;
  letter-spacing: .12em;
}

.ad-kv__sub {
  margin: 1rem 0 2rem;
  font-size: 1.5rem;
  letter-spacing: .08em;
}

.ad-zones {
  padding: 10rem 5% 0;
}

.ad-zones__grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 4rem;
  margin-top: 5.6rem;
}

.ad-house {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

.ad-house__line {
  fill: none;
  stroke: #050505;
  stroke-width: 2;
  stroke-linejoin: round;
}

.ad-house__pv {
  fill: #eee9e9;
  stroke: #050505;
  stroke-width: 1.5;
}

.ad-house__pin circle {
  fill: #051833;
}

.ad-house__pin text {
  fill: #fafafa;
  font-family: Mukta, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-anchor: middle;
}

.ad-zones__list li {
  position: relative;
  padding: 0 0 2.2rem 4rem;
  font-size: 1.35rem;
  line-height: 1.9;
  letter-spacing: .05em;
  list-style: none;
}

.ad-zones__list i {
  position: absolute;
  top: .1rem;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  background: #051833;
  color: #fafafa;
  font-family: var(--latin);
  font-style: normal;
  font-size: 1.3rem;
}

.ad-zones__list b {
  display: block;
  font-size: 1.5rem;
  letter-spacing: .08em;
}

.ad-season {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin: 10rem 0 0;
  padding: 6.4rem 5%;
  background: #051833;
  color: #fafafa;
}

.ad-season__big {
  font-family: var(--latin);
  font-size: 7.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .04em;
  color: transparent;
  -webkit-text-stroke: 1px #fafafa;
}

.ad-season__h {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: .08em;
  margin-bottom: 1.2rem;
}

.ad-season__txt p {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: .05em;
}

.ad-price {
  padding: 10rem 5% 0;
}

.ad-price__boxes {
  display: -ms-grid;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.6rem;
  margin-top: 4rem;
}

.ad-price__boxes li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  min-height: 16rem;
  padding: 2.4rem;
  background: #eee9e9;
  list-style: none;
}

.ad-price__boxes li::after {
  position: absolute;
  top: .8rem;
  right: .8rem;
  bottom: .8rem;
  left: .8rem;
  border: 1px solid #050505;
  pointer-events: none;
  content: '';
}

.ad-price__boxes li:nth-child(2) {
  background: #051833;
  color: #fafafa;
}

.ad-price__boxes li:nth-child(2)::after {
  border-color: #fafafa;
}

.ad-price__boxes span {
  font-size: 1.3rem;
  letter-spacing: .08em;
}

.ad-price__boxes b {
  font-family: var(--latin);
  font-size: 3rem;
  letter-spacing: .06em;
}

.ad-price__note {
  margin-top: 2rem;
  font-size: 1.2rem;
  color: #5d6470;
  letter-spacing: .05em;
}

.ad-prep {
  max-width: 90rem;
  padding: 10rem 5% 12rem;
}

.ad-prep__list {
  margin: 2.4rem 0 4rem;
}

.ad-prep__list li {
  padding: 1.2rem 0 1.2rem 2.4rem;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.8;
  list-style: none;
}

.ad-prep__list li::before {
  position: absolute;
  top: 2.2rem;
  left: 0;
  width: 1.2rem;
  height: 2px;
  background: #050505;
  content: '';
}

/*----------------------------------------
dla wspolnot
----------------------------------------*/
.aw-top {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 11rem 5% 8rem;
  background: #eee9e9;
}

.aw-top__txt .c-heading-2 {
  margin: 3.2rem 0 2.4rem;
}

.aw-top__pic {
  width: 70%;
  margin-left: auto;
  aspect-ratio: 7 / 8.2;
  object-fit: cover;
  background: #ddd;
  box-shadow: -16px 16px 0 #051833;
}

.aw-phases {
  padding: 10rem 5% 0;
}

.aw-phases__grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.6rem;
  margin-top: 5.6rem;
}

.aw-phases__grid li {
  padding: 2.8rem 2.4rem;
  background: #051833;
  color: #fafafa;
  font-size: 1.3rem;
  line-height: 1.9;
  letter-spacing: .05em;
  list-style: none;
}

.aw-phases__grid li:nth-child(even) {
  background: #0e2748;
}

.aw-phases__no {
  display: block;
  font-family: var(--latin);
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px #fafafa;
}

.aw-phases__grid b {
  display: block;
  margin: 1.6rem 0 .8rem;
  font-size: 1.6rem;
  letter-spacing: .1em;
}

.aw-get {
  display: -ms-grid;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 4rem;
  padding: 10rem 5% 0;
}

.aw-get__pic {
  margin-top: 3.2rem;
  width: 100%;
  aspect-ratio: 7 / 4.8;
  object-fit: cover;
  background: #ddd;
}

.aw-get__list li {
  padding: 2.4rem 0;
  border-bottom: 1px solid #050505;
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: .05em;
  list-style: none;
}

.aw-get__list li:first-child {
  border-top: 1px solid #050505;
}

.aw-get__list b {
  display: block;
  margin-bottom: .6rem;
  font-size: 1.7rem;
  letter-spacing: .08em;
}

.aw-faq {
  max-width: 96rem;
  padding: 10rem 5% 0;
}

.aw-faq__q {
  border-bottom: 1px solid #ddd;
}

.aw-faq__q:first-of-type {
  margin-top: 3.2rem;
  border-top: 1px solid #050505;
}

.aw-faq__q summary {
  position: relative;
  padding: 1.8rem 4rem 1.8rem 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: .06em;
  cursor: pointer;
  list-style: none;
}

.aw-faq__q summary::-webkit-details-marker {
  display: none;
}

.aw-faq__q summary::after {
  position: absolute;
  top: 2.2rem;
  right: .8rem;
  width: .8rem;
  height: .8rem;
  border-right: 1px solid;
  border-bottom: 1px solid;
  content: '';
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.aw-faq__q[open] summary::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.aw-faq__q p {
  padding-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: .05em;
}

.aw-order {
  padding: 10rem 5% 12rem;
}

.aw-order__head {
  margin-bottom: 3.2rem;
}

.aw-order__head .c-paragraph {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .an-top {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    padding: 16rem 5% 0;
  }
  .an-top__pic {
    width: 38%;
    margin-bottom: -8rem;
  }
  .an-bill {
    padding-top: 16rem;
  }
  .an-bill__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 6.4rem;
  }
  .an-calc {
    grid-template-columns: 40% minmax(0, 1fr);
    gap: 6%;
    margin-top: 14rem;
  }
  .an-calc__box {
    padding: 4.8rem;
  }
  .an-send {
    grid-template-columns: 1fr 1fr;
    gap: 8rem;
  }
  .am-hero {
    flex-direction: row;
    align-items: center;
    padding-top: 16rem;
  }
  .am-hero__txt {
    width: 42%;
    flex: 0 0 42%;
  }
  .am-hero__h1 {
    font-size: 3.6rem;
  }
  .am-standby {
    grid-template-columns: 36% minmax(0, 1fr);
    gap: 6%;
    align-items: start;
    padding: 8rem 5%;
  }
  .am-report__row {
    grid-template-columns: minmax(0, 1fr) 11rem 16rem 10rem;
    align-items: center;
  }
  .am-report__row span:first-child {
    grid-column: auto;
  }
  .am-report__row--th {
    display: grid;
    background: #051833;
    color: #fafafa;
    font-family: var(--latin);
    font-size: 1.2rem;
    letter-spacing: .12em;
  }
  .am-report__pic {
    width: 48%;
    margin-top: 4rem;
  }
  .am-cta {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .am-cta p {
    max-width: 60rem;
  }
  .ad-kv__h1 {
    font-size: 4.4rem;
  }
  .ad-zones__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: 6.4rem;
  }
  .ad-season {
    flex-direction: row;
    align-items: center;
    gap: 6.4rem;
    width: 90%;
    padding: 8rem 5%;
  }
  .ad-season__big {
    font-size: 12rem;
    flex: 0 0 auto;
  }
  .ad-price__boxes {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .ad-price__boxes li:nth-child(2) {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
  }
  .aw-top {
    flex-direction: row;
    align-items: flex-end;
    gap: 8rem;
    padding: 16rem 5% 0;
  }
  .aw-top__txt {
    padding-bottom: 8rem;
  }
  .aw-top__pic {
    width: 36%;
    flex: 0 0 36%;
    margin-bottom: -6rem;
  }
  .aw-phases {
    padding-top: 16rem;
  }
  .aw-phases__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .aw-get {
    grid-template-columns: 1fr 1fr;
    gap: 8rem;
    align-items: end;
  }
}

@media screen and (min-width: 1200px) {
  .aw-phases__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .aw-phases__grid li:nth-child(2),
  .aw-phases__grid li:nth-child(4) {
    margin-top: 4rem;
  }
  .am-report {
    max-width: 120rem;
    margin: 0 auto;
  }
}
