/*!**************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js!./assets/scss/reality/main.scss ***!
  \**************************************************************************************************************************************************************************************************************************/
.rd-re {
  background: #ffffff;
  color: #1d2b24;
  font-family: "Archivo", system-ui, -apple-system, "Segoe UI", sans-serif;
}
.rd-re *,
.rd-re *::before,
.rd-re *::after {
  box-sizing: border-box;
}
.rd-re h1,
.rd-re h2,
.rd-re h3,
.rd-re h4,
.rd-re h5,
.rd-re h6 {
  margin: 0 0 8px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.015em;
  color: inherit;
}
.rd-re label {
  font-weight: 400;
}
.rd-re h2 {
  font-size: 32px;
}
.rd-re h3 {
  font-size: 25px;
}
.rd-re h4 {
  font-size: 20px;
}
.rd-re p {
  margin: 0 0 12px;
}
.rd-re .re-section {
  padding: 64px 0 0;
}
@media (max-width: 768px) {
  .rd-re .re-section {
    padding-top: 40px;
  }
}
.rd-re .re-rule {
  height: 2px;
  margin: 0 0 40px;
  background: #cfd8d3;
  border: 0;
}
@media (max-width: 768px) {
  .rd-re .re-rule {
    margin-bottom: 24px;
  }
}
.rd-re .re-muted {
  color: rgba(29, 43, 36, 0.7);
}
.rd-re .re-eyebrow {
  display: block;
  margin: 0 0 18px;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.12;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #006840;
}
.rd-re .re-kicker {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #006840;
}
.rd-re .re-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 560px) {
  .rd-re .re-actions .re-btn {
    flex: 1 1 100%;
  }
}
.rd-re .re-label-caps {
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.rd-re .re-h-section {
  margin-bottom: 18px;
  font-size: clamp(28px, 3.4vw, 40px);
  letter-spacing: -0.025em;
}
.rd-re .re-section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}
.rd-re .re-section-head h2 {
  margin: 0;
}
.rd-re .re-section-head p {
  max-width: 44ch;
  margin: 0;
  font-size: 14px;
}
.rd-re .re-prose {
  max-width: 46ch;
  text-wrap: pretty;
}
.rd-re .re-grid-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  gap: 40px;
}
.rd-re .re-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 16px;
  white-space: nowrap;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.2;
  color: #1d2b24;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
.rd-re .re-btn:hover {
  color: #1d2b24;
}
.rd-re .re-btn:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}
.rd-re .re-btn--primary {
  color: #fff;
  background: #006840;
}
.rd-re .re-btn--primary:hover {
  color: #fff;
  background: #00563a;
}
.rd-re .re-btn--primary:active {
  background: #004d2f;
}
.rd-re .re-btn--secondary {
  border-color: #78877f;
}
.rd-re .re-btn--secondary:hover {
  background: rgba(29, 43, 36, 0.07);
}
.rd-re .re-btn--ghost {
  padding-inline: 4px;
  color: #006840;
}
.rd-re .re-btn--ghost:hover {
  color: #006840;
  background: #eaf3ee;
}
.rd-re .re-btn--block {
  justify-content: flex-start;
  width: 100%;
  margin-top: 8px;
  text-align: left;
  white-space: normal;
}
.rd-re .re-btn--light {
  color: #1d2b24;
  background: #f4f6f5;
}
.rd-re .re-btn--light:hover {
  background: #eceff0;
}
.rd-re .re-btn--outline-light {
  color: #f4f6f5;
  border-color: #f4f6f5;
}
.rd-re .re-btn--outline-light:hover {
  color: #f4f6f5;
  background: rgba(244, 246, 245, 0.12);
}
.rd-re .re-field > label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  color: rgba(29, 43, 36, 0.7);
}
.rd-re .re-input {
  width: 100%;
  min-height: 36px;
  padding: 6px 10px;
  font: inherit;
  font-size: 14px;
  color: #1d2b24;
  caret-color: #006840;
  background: #e8edea;
  border: 1px solid #78877f;
  border-radius: 0;
}
.rd-re .re-input:hover {
  border-color: rgba(29, 43, 36, 0.6);
}
.rd-re .re-input:focus-visible {
  outline-offset: 0;
  border-color: #006840;
}
.rd-re textarea.re-input {
  min-height: 90px;
  resize: vertical;
}
.rd-re .re-seg {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1px;
  overflow: hidden;
  background: #78877f;
  border: 1px solid #78877f;
}
.rd-re .re-seg__opt {
  position: relative;
  display: inline-flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0;
  padding: 7px 12px;
  font-size: 14px;
  cursor: pointer;
  background: #ffffff;
}
.rd-re .re-seg__opt input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}
.rd-re .re-seg__opt:has(input:checked) {
  color: #fff;
  background: #006840;
}
.rd-re .re-seg__opt:not(:has(input:checked)):hover {
  background: #f6f8f7;
}
.rd-re .re-seg__opt:has(input:focus-visible) {
  outline: 2px solid #006840;
  outline-offset: -2px;
}
.rd-re .re-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  cursor: pointer;
}
.rd-re .re-check input {
  flex: none;
  width: 16px;
  height: 16px;
  margin: 1px 0 0;
  accent-color: #006840;
}
.rd-re input[type=range] {
  width: 100%;
  accent-color: #006840;
}

.re-subnav__inner {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  min-height: 44px;
}
.re-subnav__brand {
  font-family: "Archivo", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin-right: 6px;
  font-size: 14px;
  color: inherit;
  text-decoration: none;
}
.re-subnav__brand:hover, .re-subnav__brand:focus {
  text-decoration: none;
}
.re-subnav__nav {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-right: auto;
  font-size: 13px;
}
.re-subnav__link {
  padding: 10px 0;
  color: inherit;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
.re-subnav__link:hover, .re-subnav__link:focus {
  text-decoration: none;
}
.re-subnav--bar {
  border-bottom: 2px solid #cfd8d3;
  background: #ffffff;
}
@media (max-width: 899.98px) {
  .re-subnav--bar {
    display: none;
  }
}
.re-subnav--bar .re-subnav__brand,
.re-subnav--bar .re-subnav__link {
  color: #1d2b24;
}
.re-subnav--bar .re-subnav__link:hover, .re-subnav--bar .re-subnav__link:focus-visible, .re-subnav--bar .re-subnav__link[aria-current] {
  color: #006840;
  border-bottom-color: #006840;
}
@media (min-width: 900px) {
  .re-subnav--drawer {
    display: none;
  }
}
.re-subnav--drawer .re-subnav__inner {
  display: block;
  padding: 0 0 8px;
}
.re-subnav--drawer .re-subnav__brand {
  display: block;
  padding: 12px 20px 4px;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
}
.re-subnav--drawer .re-subnav__nav {
  display: block;
}
.re-subnav--drawer .re-subnav__link {
  display: block;
  padding: 9px 20px 9px 36px;
  font-size: 15px;
  line-height: 1.35;
  color: #fff;
  opacity: 0.85;
  border-bottom: 0;
}
.re-subnav--drawer .re-subnav__link:hover, .re-subnav--drawer .re-subnav__link:focus-visible {
  opacity: 1;
}

.rd-re {
  scroll-margin-top: var(--rd-header-h, 0px);
}
.rd-re [id] {
  scroll-margin-top: calc(var(--rd-header-h, 0px) + 8px);
}

.rd-re .re-hero__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
  align-items: stretch;
  border-bottom: 2px solid #cfd8d3;
}
.rd-re .re-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px 32px 48px 0;
}
.rd-re .re-hero__title {
  margin: 0 0 20px;
  font-size: clamp(38px, 5.2vw, 62px);
  line-height: 1.02;
  letter-spacing: -0.03em;
}
.rd-re .re-hero__accent {
  color: #006840;
}
.rd-re .re-hero__lead {
  max-width: 42ch;
  margin: 0 0 28px;
  font-size: 17px;
  text-wrap: pretty;
}
.rd-re .re-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 32px;
}
@media (max-width: 560px) {
  .rd-re .re-hero__cta .re-btn {
    flex: 1 1 100%;
  }
}
.rd-re .re-hero__facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(160px, 100%), 1fr));
  margin: 0;
  border-bottom: 2px solid #cfd8d3;
}
.rd-re .re-hero__fact {
  display: flex;
  flex-direction: column;
  padding: 24px 20px;
  border-left: 1px solid #cfd8d3;
}
.rd-re .re-hero__fact:first-child {
  padding-left: 0;
  border-left: 0;
}
.rd-re .re-hero__fact dt {
  order: 2;
  margin-top: 8px;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(29, 43, 36, 0.7);
}
.rd-re .re-hero__fact dd {
  order: 1;
  margin: 0;
  font-weight: 800;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #1d2b24;
}
.rd-re .re-hero__fact--accent dd {
  color: #004d2f;
}
.rd-re .re-hero__media {
  min-height: 644px;
  border-left: 2px solid #cfd8d3;
}
.rd-re .re-hero__media img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  min-height: 320px;
  object-position: center 62%;
}
.rd-re .re-hero__benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(230px, 100%), 1fr));
  border-bottom: 2px solid #cfd8d3;
}
.rd-re .re-hero__benefit {
  padding: 28px 20px;
  border-left: 1px solid #cfd8d3;
}
.rd-re .re-hero__benefit:first-child {
  padding-left: 0;
  border-left: 0;
}
.rd-re .re-hero__benefit-icon {
  display: block;
  width: 26px;
  height: 26px;
  fill: none;
  stroke: #006840;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.rd-re .re-hero__benefit-title {
  margin-top: 14px;
  font-weight: 800;
  font-size: 16px;
}
.rd-re .re-hero__benefit p {
  margin: 6px 0 0;
  font-size: 14px;
}
@media (max-width: 700px) {
  .rd-re .re-hero__copy {
    padding: 40px 0 32px;
  }
  .rd-re .re-hero__media {
    min-height: 240px;
    border-top: 2px solid #cfd8d3;
    border-left: 0;
  }
  .rd-re .re-hero__media img {
    min-height: 240px;
  }
  .rd-re .re-hero__facts {
    grid-template-columns: 1fr;
  }
  .rd-re .re-hero__fact {
    padding: 20px 0;
  }
  .rd-re .re-hero__fact, .rd-re .re-hero__benefit {
    padding-left: 0;
    border-bottom: 1px solid #cfd8d3;
    border-left: 0;
  }
  .rd-re .re-hero__fact:last-child, .rd-re .re-hero__benefit:last-child {
    border-bottom: 0;
  }
}

.rd-re .re-rows {
  border-top: 2px solid #cfd8d3;
}
.rd-re .re-row {
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding: 13px 0;
  font-size: 14px;
  border-bottom: 1px solid #cfd8d3;
}
.rd-re .re-row__name {
  flex: 1;
  min-width: 0;
  font-weight: 800;
  font-size: 15px;
}
.rd-re .re-row__note {
  font-size: 14px;
  text-align: right;
}
.rd-re .re-row__val {
  min-width: 68px;
  font-weight: 800;
  font-size: 14px;
  text-align: right;
  color: #004d2f;
}
.rd-re .re-rows__foot {
  margin-top: 10px;
  font-size: 14px;
}
@media (max-width: 560px) {
  .rd-re .re-row {
    gap: 12px;
  }
  .rd-re .re-row__note {
    font-size: 12px;
    white-space: nowrap;
  }
  .rd-re .re-row__val {
    min-width: 0;
    white-space: nowrap;
  }
}

.rd-re .re-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 22px;
}
.rd-re .re-projekt__photo {
  display: flex;
  flex-direction: column;
}
.rd-re .re-projekt__media {
  flex: 1 1 auto;
  min-height: 320px;
  border: 2px solid #cfd8d3;
}
.rd-re .re-projekt__media img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  min-height: 320px;
}
.rd-re .re-projekt__caption {
  margin-top: 8px;
  font-size: 14px;
}
@media (max-width: 700px) {
  .rd-re .re-projekt__media {
    min-height: 240px;
  }
  .rd-re .re-projekt__media img {
    min-height: 240px;
  }
}

.rd-re .re-tag {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  font-size: 14px;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.rd-re .re-tag--accent {
  color: #003b25;
  background: #dcece5;
}
.rd-re .re-tag--neutral {
  color: #444141;
  background: #f8f4f4;
}
.rd-re .re-tag--outline {
  color: #006840;
  border: 1px solid #006840;
}
.rd-re .re-units-wrap {
  position: relative;
  overflow-x: auto;
  border-top: 2px solid #cfd8d3;
}
.rd-re .re-units {
  width: 100%;
  font-size: 14px;
  border-collapse: collapse;
}
.rd-re .re-units thead th {
  padding: 8px;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-align: left;
  text-transform: uppercase;
  color: rgba(29, 43, 36, 0.7);
  border-bottom: 2px solid #cfd8d3;
}
.rd-re .re-units tbody th {
  padding: 8px;
  font-weight: 800;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #cfd8d3;
}
.rd-re .re-units td {
  padding: 8px;
  vertical-align: middle;
  border-bottom: 1px solid #cfd8d3;
}
.rd-re .re-units tbody tr:hover {
  background: rgba(29, 43, 36, 0.04);
}
.rd-re .re-units__no {
  font-weight: 800;
}
.rd-re .re-units__sub {
  display: none;
  margin-top: 2px;
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
}
.rd-re .re-units__chevron {
  display: none;
  margin-left: 6px;
  font-weight: 800;
  font-size: 18px;
  line-height: 1;
  color: #006840;
  text-decoration: none;
}
.rd-re .re-units__row--link {
  cursor: pointer;
}
.rd-re .re-units__price,
.rd-re .re-units__state {
  white-space: nowrap;
}
.rd-re .re-units__strong {
  font-weight: 800;
}
.rd-re .re-units__row--sold .re-units__strong {
  font-weight: 600;
}
.rd-re .re-units__more {
  padding-inline: 0;
}
@media (max-width: 960px) {
  .rd-re .re-units th,
  .rd-re .re-units td {
    padding-inline: 6px;
  }
  .rd-re .re-units th {
    font-size: 12px;
    letter-spacing: 0.06em;
  }
  .rd-re .re-units th:first-child,
  .rd-re .re-units td:first-child {
    padding-left: 0;
  }
  .rd-re .re-units th:last-child,
  .rd-re .re-units td:last-child {
    padding-right: 0;
  }
}
@media (max-width: 700px) {
  .rd-re .re-units .re-units__layout,
  .rd-re .re-units .re-units__area,
  .rd-re .re-units .re-units__rent,
  .rd-re .re-units .re-units__action {
    display: none;
  }
  .rd-re .re-units .re-units__state {
    text-align: right;
  }
  .rd-re .re-units th {
    padding-inline: 6px;
    font-size: 12px;
  }
  .rd-re .re-units td {
    padding-inline: 6px;
  }
  .rd-re .re-units__sub {
    display: block;
  }
  .rd-re .re-units__chevron {
    display: inline-block;
  }
  .rd-re .re-units__row--sold .re-tag {
    padding: 0;
    background: none;
  }
}
@media (max-width: 360px) {
  .rd-re .re-units,
  .rd-re .re-tag {
    font-size: 13px;
  }
  .rd-re .re-units th {
    font-size: 11px;
  }
  .rd-re .re-units th:nth-child(5) {
    text-align: right;
  }
  .rd-re .re-units__row--sold td {
    color: rgba(29, 43, 36, 0.7);
  }
  .rd-re .re-units__row--sold .re-units__no {
    font-weight: 600;
  }
}
.rd-re .re-unit-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
  gap: 2px;
  margin-top: 32px;
}
.rd-re .re-unit-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  background: #e8edea;
}
.rd-re .re-unit-card__cover {
  display: block;
  margin: -20px -20px 4px;
  padding: 0;
  cursor: pointer;
  background: none;
  border: 0;
}
.rd-re .re-unit-card__cover img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.rd-re .re-unit-card__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}
.rd-re .re-unit-card__title {
  margin: 0;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: -0.02em;
}
.rd-re .re-unit-card__area {
  margin: 0;
  font-size: 14px;
}
.rd-re .re-unit-card .re-label-caps {
  margin: 0 0 2px;
}
.rd-re .re-unit-card__note {
  flex: 1 1 auto;
  margin: 0;
  font-size: 14px;
}
.rd-re .re-unit-card__price {
  margin: 0;
  font-weight: 800;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: #004d2f;
}
.rd-re .re-unit-card__rent {
  margin: 0;
  font-weight: 800;
  font-size: 18px;
}
.rd-re .re-nabidka__note {
  max-width: 80ch;
  margin: 16px 0 0;
  font-size: 11px;
}

.rd-re .re-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(270px, 100%), 1fr));
  gap: 2px;
}
.rd-re .re-step {
  padding: 24px;
  background: #e8edea;
}
.rd-re .re-step__no {
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #006840;
}
.rd-re .re-step__title {
  margin: 12px 0 8px;
}
.rd-re .re-step__text {
  margin: 0;
  font-size: 14px;
}
.rd-re .re-calc {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 2px solid #cfd8d3;
}
.rd-re .re-calc__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  gap: 40px;
  align-items: start;
}
.rd-re .re-calc__title {
  margin: 0 0 10px;
}
.rd-re .re-calc__intro {
  max-width: 44ch;
  font-size: 14px;
}
.rd-re .re-calc__field {
  margin-top: 16px;
}
.rd-re .re-calc__field--narrow > .re-input {
  max-width: 300px;
}
.rd-re .re-calc__hint {
  margin-top: 6px;
  font-size: 14px;
}
.rd-re .re-calc__short-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(180px, 100%), 1fr));
  gap: 16px;
  margin-top: 16px;
}
.rd-re .re-calc__short-grid .re-field {
  margin-top: 0;
}
.rd-re .re-calc__service {
  padding-top: 14px;
  margin-top: 16px;
  border-top: 1px solid #cfd8d3;
}
.rd-re .re-calc__service .re-label-caps {
  margin-bottom: 10px;
}
.rd-re .re-calc__subtitle {
  margin: 20px 0 4px;
}
.rd-re .re-calc__out {
  padding: 24px;
  background: #e8edea;
}
.rd-re .re-calc__out > .re-label-caps {
  margin: 0;
}
.rd-re .re-calc__price {
  margin: 0 0 20px;
  font-weight: 800;
  font-size: 26px;
  letter-spacing: -0.02em;
}
.rd-re .re-calc__range-scale {
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
  font-size: 14px;
}
.rd-re .re-calc__tiles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(130px, 100%), 1fr));
  gap: 2px;
}
.rd-re .re-calc--growth .re-calc__grid {
  align-items: start;
}
.rd-re .re-calc--growth .re-calc__tiles {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.rd-re .re-calc--growth .re-calc__tiles .re-tile {
  background: #e8edea;
}
.rd-re .re-calc--growth .re-calc__tiles .re-tile--accent {
  background: #006840;
}
.rd-re .re-calc--growth .re-calc__tiles .re-tile__value {
  font-size: 18px;
}
.rd-re .re-calc__note {
  margin: 14px 0 0;
  font-size: 14px;
}
.rd-re .re-calc__note + .re-calc__note {
  margin-top: 6px;
}
.rd-re .re-calc__rows-wrap {
  margin-top: 32px;
}
.rd-re .re-calc__table {
  min-width: 560px;
}
.rd-re .re-calc__table td {
  white-space: nowrap;
}
.rd-re .re-calc__table .is-current {
  background: #dcece5;
}
.rd-re .re-calc__table .is-later {
  opacity: 0.5;
}
.rd-re .re-calc__year, .rd-re .re-calc__total {
  font-weight: 800;
}
.rd-re .re-calc__total {
  color: #004d2f;
}
.rd-re .re-tile {
  padding: 16px;
  background: #ffffff;
}
.rd-re .re-tile__label {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.rd-re .re-tile__value {
  margin: 6px 0 0;
  font-weight: 800;
  font-size: 21px;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.rd-re .re-tile__note {
  margin: 4px 0 0;
  font-size: 14px;
  opacity: 0.9;
}
.rd-re .re-tile--accent {
  color: #fff;
  background: #006840;
}
.rd-re .re-tile--accent .re-tile__label {
  opacity: 0.9;
}

.rd-re .re-garaze__cta {
  text-align: right;
  white-space: nowrap;
}

.rd-re .re-cta-band__inner {
  padding: clamp(32px, 5vw, 56px);
  color: #f4f6f5;
  background: #006840;
}
.rd-re .re-cta-band__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
  align-items: center;
  gap: 32px;
}
.rd-re .re-cta-band__kicker {
  margin-bottom: 16px;
  color: inherit;
  opacity: 0.9;
}
.rd-re .re-cta-band__title {
  margin: 0;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.04;
  letter-spacing: -0.03em;
}
.rd-re .re-cta-band__text {
  max-width: 40ch;
  margin: 0 0 22px;
  font-size: 16px;
}
.rd-re .re-cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 560px) {
  .rd-re .re-cta-band__actions .re-btn {
    flex: 1 1 100%;
  }
}

.rd-re .re-galerie__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(230px, 100%), 1fr));
  grid-auto-rows: 215px;
  grid-auto-flow: dense;
  gap: 2px;
}
.rd-re .re-galerie__item--wide {
  grid-column: span 2;
}
.rd-re .re-galerie__item--tall {
  grid-row: span 2;
}
.rd-re .re-galerie__item {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  cursor: zoom-in;
  background: #e8edea;
  border: 0;
}
.rd-re .re-galerie__item img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
@media (max-width: 520px) {
  .rd-re .re-galerie__grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 150px;
  }
  .rd-re .re-galerie__item--tall {
    grid-row: span 1;
  }
}

.rd-re .re-map-media {
  min-height: 320px;
  background: #e8edea;
  border: 2px solid #cfd8d3;
}
.rd-re .re-map-media iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
}
.rd-re .re-map-media img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  min-height: 320px;
}
.rd-re .re-mapa__actions {
  margin-top: 20px;
}
.rd-re .re-transport {
  margin-top: 28px;
}
.rd-re .re-transport .re-row {
  padding: 11px 0;
}
.rd-re .re-transport .re-row__val {
  min-width: 78px;
}

.rd-re .re-faq__list {
  border-top: 2px solid #cfd8d3;
}
.rd-re .re-faq__item {
  border-bottom: 1px solid #cfd8d3;
}
.rd-re .re-faq__heading {
  margin: 0;
}
.rd-re .re-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 18px 0;
  gap: 20px;
  font-weight: 800;
  font-size: 17px;
  color: #1d2b24;
  text-align: left;
  cursor: pointer;
  background: none;
  border: 0;
}
.rd-re .re-faq__question:hover {
  color: #006840;
}
.rd-re .re-faq__sign {
  flex: none;
  font-size: 22px;
  line-height: 1;
  color: #006840;
}
.rd-re .re-faq__answer {
  display: grid;
  grid-template-rows: 0fr;
  visibility: hidden;
  transition: grid-template-rows 0.3s ease, visibility 0.3s;
}
.rd-re .re-faq__answer > * {
  overflow: hidden;
  min-height: 0;
}
.rd-re .re-faq__item.is-open .re-faq__answer {
  visibility: visible;
  grid-template-rows: 1fr;
}
.rd-re .re-faq__answer-text {
  max-width: 68ch;
  margin: 0 0 20px;
  font-size: 14px;
}
.rd-re .re-faq__answer-text > * {
  margin: 0 0 10px;
}
.rd-re .re-faq__answer-text > :last-child {
  margin-bottom: 0;
}

.rd-re .re-kontakt__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  gap: 40px;
}
.rd-re .re-kontakt__card {
  margin-bottom: 24px;
  padding: 24px;
  background: #e8edea;
}
.rd-re .re-kontakt__photo {
  max-width: 160px;
  margin-bottom: 16px;
}
.rd-re .re-kontakt__photo img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.rd-re .re-kontakt__name {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.rd-re .re-kontakt__role {
  margin-bottom: 16px;
  font-size: 14px;
}
.rd-re .re-kontakt__links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 15px;
}
.rd-re .re-kontakt__links a {
  text-decoration: none;
}
.rd-re .re-kontakt__phone {
  font-weight: 800;
}
.rd-re .re-kontakt__meta {
  display: grid;
  gap: 14px;
  font-size: 14px;
}
.rd-re .re-kontakt__form {
  padding: clamp(20px, 3vw, 32px);
  background: #e8edea;
}
.rd-re .re-kontakt .fluentform label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  color: rgba(29, 43, 36, 0.7);
}
.rd-re .re-kontakt .fluentform input:not([type=hidden], [type=checkbox], [type=radio]),
.rd-re .re-kontakt .fluentform textarea,
.rd-re .re-kontakt .fluentform select {
  width: 100%;
  min-height: 36px;
  padding: 6px 10px;
  font: inherit;
  font-size: 14px;
  color: #1d2b24;
  background: #e8edea;
  border: 1px solid #78877f;
  border-radius: 0;
}
.rd-re .re-kontakt .fluentform input:not([type=hidden], [type=checkbox], [type=radio]):hover,
.rd-re .re-kontakt .fluentform textarea:hover,
.rd-re .re-kontakt .fluentform select:hover {
  border-color: rgba(29, 43, 36, 0.6);
}
.rd-re .re-kontakt .fluentform input:not([type=hidden], [type=checkbox], [type=radio]):focus-visible,
.rd-re .re-kontakt .fluentform textarea:focus-visible,
.rd-re .re-kontakt .fluentform select:focus-visible {
  outline-offset: 0;
  border-color: #006840;
}
.rd-re .re-kontakt .fluentform textarea {
  min-height: 90px;
  resize: vertical;
}
.rd-re .re-kontakt .fluentform .ff-el-group {
  margin-bottom: 14px;
}
.rd-re .re-kontakt .fluentform .ff-t-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
  margin-bottom: 14px;
}
.rd-re .re-kontakt .fluentform .ff-t-container .ff-el-group {
  margin-bottom: 0;
}
.rd-re .re-kontakt .fluentform .ff-el-input--label label {
  margin-bottom: 0;
}
.rd-re .re-kontakt .fluentform .re-kontakt__form-title {
  margin: 0 0 6px;
}
.rd-re .re-kontakt .fluentform .re-kontakt__form-intro {
  margin: 0 0 8px;
  font-size: 13px;
  color: rgba(29, 43, 36, 0.7);
}
.rd-re .re-kontakt .fluentform .ff-el-form-check {
  margin: 0;
}
.rd-re .re-kontakt .fluentform .ff-el-form-check-label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 0;
  font-size: 13px;
  color: #1d2b24;
  cursor: pointer;
}
.rd-re .re-kontakt .fluentform .ff-el-form-check-input {
  flex: none;
  width: 16px;
  height: 16px;
  margin: 1px 0 0;
  accent-color: #006840;
}
.rd-re .re-kontakt .fluentform .ff-el-is-error .text-danger,
.rd-re .re-kontakt .fluentform .error.text-danger {
  margin-top: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #004d2f;
}
.rd-re .re-kontakt .fluentform .ff_submit_btn_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 22px;
}
.rd-re .re-kontakt .fluentform .re-kontakt__call {
  font-size: 12px;
  color: rgba(29, 43, 36, 0.7);
}
.rd-re .re-kontakt .fluentform .re-kontakt__call a {
  text-decoration: none;
}
.rd-re .re-kontakt .fluentform .ff-message-success {
  margin: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
}
.rd-re .re-kontakt .fluentform .ff-message-success h3 {
  margin: 0 0 10px;
  font-size: 26px;
  letter-spacing: -0.02em;
}
.rd-re .re-kontakt .fluentform .ff-message-success p {
  max-width: 44ch;
  margin: 0 0 16px;
  font-size: 14px;
}
.rd-re .re-kontakt .fluentform .ff-btn-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  font-weight: 800;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  background: #006840;
  border: 1px solid transparent;
  border-radius: 0;
}
.rd-re .re-kontakt .fluentform .ff-btn-submit:hover {
  background: #00563a;
}

.rd-re .re-skupina .re-bonds {
  display: grid;
  gap: 2px;
  grid-template-columns: repeat(auto-fit, minmax(min(230px, 100%), 1fr));
}
.rd-re .re-skupina .re-bond {
  padding: 20px;
  background: #e8edea;
}
.rd-re .re-skupina .re-bond__rate {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #004d2f;
}
.rd-re .re-skupina .re-bond__name {
  margin: 10px 0 4px;
  font-size: 15px;
  font-weight: 800;
}
.rd-re .re-skupina .re-bond__note {
  font-size: 14px;
}
.rd-re .re-skupina .re-bonds__more {
  margin-top: 16px;
}
.rd-re .re-skupina .re-fund {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
  align-items: center;
  gap: 32px;
  margin-top: 32px;
  padding: clamp(24px, 3vw, 32px);
  background: #e8edea;
}
.rd-re .re-skupina .re-fund .re-kicker {
  margin-bottom: 14px;
}
.rd-re .re-skupina .re-fund h3 {
  margin: 0 0 12px;
  font-size: clamp(22px, 2.4vw, 28px);
  letter-spacing: -0.025em;
}
.rd-re .re-skupina .re-fund p {
  max-width: 44ch;
  margin: 0;
  font-size: 14px;
}
.rd-re .re-skupina .re-fund__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.rd-re .re-skupina .re-disclaimer {
  max-width: 80ch;
  margin-top: 16px;
  font-size: 14px;
}
.rd-re .re-skupina .re-disclaimer p {
  margin: 0;
}
.rd-re .re-skupina .re-disclaimer p + p {
  margin-top: 8px;
}

.rd-re--holzova-brno .re-tag {
  font-size: 11px;
}
.rd-re--holzova-brno .re-units thead th {
  font-size: 11px;
}
.rd-re--holzova-brno .re-label-caps {
  font-size: 11px;
}
.rd-re--holzova-brno .re-unit-card__area,
.rd-re--holzova-brno .re-unit-card__note {
  font-size: 13px;
}
.rd-re--holzova-brno .re-unit-card .re-label-caps {
  white-space: nowrap;
}
.rd-re--holzova-brno .re-calc__intro {
  font-size: 13px;
}
.rd-re--holzova-brno .re-calc__note,
.rd-re--holzova-brno .re-calc__range-scale {
  font-size: 11px;
}
.rd-re--holzova-brno .re-tile__label,
.rd-re--holzova-brno .re-tile__note {
  font-size: 11px;
}
.rd-re--holzova-brno .re-row__note {
  font-size: 12px;
}
.rd-re--holzova-brno .re-rows__foot {
  font-size: 11px;
}

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