/* Universal frontend layer */
.sm-building.is-active {
    cursor: pointer;
}

.sm-building.is-onhold,
.sm-building.is-onhold * {
    fill: red !important;
    cursor: not-allowed;
    opacity: .75;
}

.sm-building.is-inactive,
.sm-building.is-inactive * {
    fill: red !important;
    cursor: not-allowed;
    opacity: .45;
}

#sm-inv-svg svg .sm-flat {
    transition: fill .15s ease, opacity .15s ease, stroke .15s ease;
    fill: #e9e9e9;
    stroke: rgba(0, 0, 0, .15);
    stroke-width: 1;
    cursor: pointer;
}

/* statusy */
#sm-inv-svg svg .sm-flat.available {
    fill: #00C89B;
}

#sm-inv-svg svg .sm-flat.reserved {
    fill: #CDBCFF;
}

#sm-inv-svg svg .sm-flat.sold {
    fill: #FF8782;
    cursor: not-allowed;
    opacity: .75;
}

#sm-inv-svg svg .sm-flat:hover {
    fill: #2F2D7B;
}

.cls-1 {
    fill: #0200c0;
    opacity: 0 !important;
}

.cls-1:hover {
    fill: #0200c0;
    opacity: .5 !important;
    cursor: pointer;
}

body.single-investment {
    background-color: #FFFFFF !important;
}

header.site-header.header-main-layout-1.ast-primary-menu-enabled.ast-logo-title-inline.ast-hide-custom-menu-mobile.ast-builder-menu-toggle-icon.ast-mobile-header-inline {
    display: none;
}

footer.site-footer {
    display: none;
}

.ast-container {
    max-width: 1400px !important;
    padding: 0 !important;
}

.smi-page {
    --smi-primary: #2f2d7b;
    --smi-accent: #af423e;
    --smi-text: #1f2430;
    --smi-muted: #667085;
    color: var(--smi-text)
}

.smi-page h2 {
    font-family: "Zilla Slab", Sans-serif;
    font-size: 68px;
    color: var(--e-global-color-44ea5d5);
    text-align: center;
    font-weight: 300;
}

.smi-page,
.smi-page * {
    box-sizing: border-box
}

.smi-page img {
    max-width: 100%;
    display: block
}

.smi-section {
    padding: 48px 0
}

.smi-section#picker {
    padding: 15px 0 48px 0;
}

.smi-hero {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
}

.smi-hero__media {
    position: relative;
    min-height: 420px;
    z-index: 1;
}

.smi-hero__media img {
    display: block;
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.smi-hero.has-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .45), rgba(0, 0, 0, .15));
    pointer-events: none;
    z-index: 2;
}

.smi-hero__content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    text-align: right;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
    z-index: 3;
}

.smi-hero__content h1 {
    color: white !important;
    font-family: "Zilla Slab", Sans-serif;
    font-size: 68px;
    font-weight: 300;
}

.smi-hero__content .smi-eyebrow,
.smi-hero__content h1 {
    color: #fff;
}

.smi-hero__content h1 {
    margin: 0;
}

.smi-container {
    width: min(1400px);
    margin: 0 auto;
}

.smi-container .swipe-icon {
    display: none;
}

.smi-eyebrow {
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: .82rem;
    opacity: .9;
    margin: 0 0 8px
}

.smi-breadcrumbs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 2.5em;
    font-size: .92rem;
    color: var(--smi-muted);
    font-family: "Nunito Sans", Sans-serif;
}

.smi-breadcrumbs a,
.smi-breadcrumbs span {
    color: #111111;
    text-decoration: none;
    font-weight: 400;
}

.smi-breadcrumbs span:last-of-type {
    color: #0200c0;
    font-weight: 700;
}

.smi-section__header {
    margin-bottom: 24px
}

.smi-section__header h2 {
    color: #63636E;
}

.smi-cards {
    display: grid;
    gap: 20px
}

.smi-cards--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

.smi-cards--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.smi-card {
    background: #fff;
    border: 1px solid #9FB0FA;
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 8px 30px rgba(16, 24, 40, .06);
    display: flex;
    flex-direction: column;
}

.smi-card.prospect a {
    display: flex;
    justify-content: start;
    align-items: center;
    font-family: "Nunito Sans", sans-serif;
    color: #111;
    font-size: 16px;
    font-weight: 700;
}

.smi-card.prospect a svg {
    margin-right: 1em;
}

.smi-button-link {
    background-color: #0200c0;
    color: #FFF;
    border-radius: 11px;
    padding: .5em 1.2em;
    width: fit-content;
    margin-top: 2em;
    font-size: 1rem;
    font-weight: 700;
    font-family: "Nunito Sans", sans-serif;
    border: 1px solid #0200c0;
}

.smi-button-link:hover {
    color: #0200C0;
    background-color: #EBF1FF;
}

.smi-button-link:focus {
    color: white;
}

.smi-card--padless {
    padding: 16px
}

#picker .svg_container svg {
    width: 100%;
}

#picker .smi-container {
    width: 100% !important;
}

#picker .smi-card {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: 0 0px 0px rgba(0, 0, 0, .0)
}

.smi-card__label {
    font-family: "Zilla Slab", Sans-serif;
    display: block;
    font-size: 1rem;
    color: var(--smi-muted);
    margin-bottom: 8px
}

.smi-card strong {
    font-size: 26px;
    font-family: "Nunito Sans", Sans-serif;
}

.smi-two-col {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    gap: 28px;
    align-items: start
}

.smi-lead {
    font-size: 1.05rem;
    color: var(--smi-muted);
    margin-top: 0
}

.smi-copy {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
}

.smi-copy p:first-child {
    margin-top: 0
}

.smi-copy h1,
.smi-copy h2,
.smi-copy h3,
.smi-copy h4,
.smi-copy h5,
.smi-copy h6 {
    text-align: start;
    font-family: "Zilla Slab", sans-serif;
    font-size: 42px !important;
    font-weight: 300 !important;
    margin-bottom: .5em;
}

.smi-side-image {
    border-radius: 18px;
    box-shadow: 0 8px 30px rgba(16, 24, 40, .08);
    float: right;
}

.smi-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0px
}

.smi-gallery__item {
    margin: 0
}

.smi-gallery__item img {
    border-radius: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.smi-product {
    display: flex;
    align-items: center;
    gap: 14px
}

.smi-product img {
    width: 56px;
    height: 56px;
    object-fit: contain
}

.smi-contact-card {
    background: #f8f9fc;
    border-radius: 18px;
    padding: 24px;
    border: 1px solid #e6e8ef
}

.smi-button,
.sm-invest-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 999px;
    background: #EBF1FF;
    color: #fff;
    text-decoration: none;
    border: 0;
    cursor: pointer
}

.smi-back-link {
    color: var(--smi-primary);
    text-decoration: none;
    font-weight: 600
}

/* SINGLE FLAT CSS START */
.smi-flat-layout {
    display: grid;
    grid-template-columns: minmax(260px, .9fr) minmax(320px, 1.2fr) minmax(260px, .9fr);
    gap: 22px;
    align-items: start
}

.smi-meta-list {
    display: grid;
    gap: 12px
}

.smi-meta-list div {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eceff4
}

.smi-meta-list span {
    color: var(--smi-muted)
}

.smi-price-box {
    margin: 20px 0;
    padding: 18px;
    border-radius: 16px;
    background: #f7f8fb
}

.smi-price-box__main {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--smi-primary)
}

.smi-contact-section {
    padding: 80px 0;
}

.smi-contact-box {
    background: #6d6d7b;
    border-radius: 0;
    padding: 70px 40px 60px;
}

.smi-contact-box__inner {
    max-width: 920px;
    margin: 0 auto;
}

.smi-contact-box__title {
    font-family: "Zilla Slab", sans-serif;
    margin: 0 0 24px;
    text-align: center;
    font-size: 42px !important;
    line-height: 1.1;
    font-weight: 300 !important;
    color: #fff !important;
}

.smi-contact-box__lead {
    font-family: "Nunito Sans", sans-serif;
    max-width: 780px;
    margin: 0 auto 48px;
    text-align: center;
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 1.7;
    color: #FFF !important;
}

.smi-contact-form__row {
    margin-bottom: 22px;
}

.smi-contact-form__row--three {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.smi-field input,
.smi-field textarea {
    width: 100%;
    border: 0;
    outline: 0;
    border-radius: 11px !important;
    background: #EBF1FF !important;
    color: #5b5d68;
    font-size: 16px;
    padding: 18px 20px;
    box-sizing: border-box;
    font-family: inherit;
}

.smi-field input::placeholder,
.smi-field textarea::placeholder {
    color: #8a8d99;
    opacity: 1;
}

.smi-field textarea {
    min-height: 190px;
    resize: vertical;
}

.smi-contact-form__info {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.92);
}

.smi-contact-form__bottom {
    margin-top: 22px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

.smi-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    max-width: 700px;
}

.smi-checkbox input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.smi-checkbox__box {
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
    flex: 0 0 18px;
    margin-top: 2px;
    position: relative;
    box-sizing: border-box;
}

.smi-checkbox input:checked+.smi-checkbox__box::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 1px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.smi-checkbox__text {
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
}

.smi-contact-form__submit {
    min-width: 230px;
    padding: 16px 28px;
    border: 0;
    border-radius: 14px;
    background: #EBF1FF;
    border: 2px solid #EBF1FF !important;
    color: #666874;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.2s ease;
}

.smi-contact-form__submit:hover {
    background-color: transparent;
    color: white !important;
}

.smi-contact-form__submit:hover {
    transform: translateY(-1px);
}

@media (max-width: 991px) {
    .smi-contact-box {
        padding: 50px 24px;
    }

    .smi-contact-box__title {
        font-size: 42px;
    }

    .smi-contact-form__row--three {
        grid-template-columns: 1fr;
    }

    .smi-contact-form__bottom {
        flex-direction: column;
        align-items: stretch;
    }

    .smi-contact-form__submit {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 767px) {
    .smi-contact-section {
        padding: 50px 0;
    }

    .smi-contact-box__title {
        font-size: 34px;
    }

    .smi-contact-box__lead {
        font-size: 16px;
        margin-bottom: 32px;
    }

    .smi-field input,
    .smi-field textarea {
        font-size: 15px;
        padding: 16px 16px;
    }
}

.smi-flat-plan {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 420px
}

.smi-flat-plan img {
    max-height: 70vh;
    object-fit: contain
}

.smi-muted,
.smi-empty {
    color: var(--smi-muted)
}

#map {
    min-height: 440px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #e6e8ef;
    background: #f7f8fb
}

.legend-map {
    margin-top: 18px;
    padding: 16px;
    border-top: 1px solid #eceff4
}

.legend-map .status-wrapper,
.legend-map .floor-nav-wrapper {
    flex-wrap: wrap
}

.smi-page iframe {
    width: 100%;
    min-height: 320px;
    border: 0;
    border-radius: 18px
}

.smi-anchor-nav {
    position: relative;
    background-color: #63636E;
    padding: 0.4em 0;
}

.smi-anchor-nav::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100%;
    background: #63636E;
    z-index: -1;
}

.smi-anchor-nav .smi-container {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.smi-anchor-nav .smi-anchor-nav__inner {
    display: flex;
    align-items: center;
    gap: 1em;
}

.smi-anchor-nav .smi-anchor-nav__title h4 {
    color: white;
    font-size: 1rem;
}

.smi-anchor-nav .smi-anchor-nav__link {
    color: white;
    font-size: 1rem;
}

#standards .smi-container .standards-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1em;
}

#standards .smi-container .standards-wrapper .standard-item {
    background-color: #EBF1FF;
    border-radius: 11px;
    padding: 2em;
    display: flex;
    flex-direction: column;
    justify-content: start;
    max-width: 257px;
}

#standards .standard-icon {
    max-width: 64px;
    height: 64px;
    margin-bottom: 1.5em;
}

#standards .standard-name span {
    text-transform: uppercase;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 1rem;
    color: #111111;
}

.smi-map-wrap {
    position: relative;
}

#map {
    width: 100%;
    height: 560px;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.24);
}

.map-filters--overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1em;
    z-index: 500;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    pointer-events: none;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}

.map-filters--overlay .label-name span {
    font-family: "Albert Sans", sans-serif;
    font-weight: 200;
}

#location .bullets {
    display: flex;
    justify-content: space-between;
    gap: .5em;
}

.filter-item {
    position: relative;
    pointer-events: auto;
    cursor: pointer;
}

.filter-item input {
    position: absolute;
    opacity: 0;
    inset: 0;
    pointer-events: none;
}

.filter-item__box {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 10px 24px;
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(47, 45, 123, 0.14);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
    transition: 0.2s ease;
}

.filter-item__box img {
    width: 16px;
    height: 16px;
    display: block;
    flex: 0 0 16px;
}

.filter-item__text {
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    color: #2f2d7b;
}

.filter-item:hover .filter-item__box {
    transform: translateY(-1px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.filter-item input:checked+.filter-item__box {
    background: #2f2d7b;
    border-color: #2f2d7b;
}

.filter-item input:checked+.filter-item__box .filter-item__text {
    color: #fff;
}

.filter-item input:checked+.filter-item__box img {
    filter: brightness(0) invert(1);
}

.filter-item--all .filter-item__text {
    font-weight: 700;
}

.smi-flat-single__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 500px;
    gap: 0;
    align-items: stretch;
}

.smi-flat-single__plan {
    min-width: 0;
    height: 100%;
}

.smi-flat-plan-card {
    background: #f4f4f4;
    height: 100%;
    box-sizing: border-box;
}

.smi-flat-plan-card img,
.smi-flat-plan-card .flat-plan-img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.smi-flat-single__sidebar {
    background: #e9edf8;
    padding: 28px;
    border: 1px solid #d6dced;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.smi-flat-sidebar-box {
    width: 100%;
}

.smi-flat-sidebar-box--form {
    margin-top: 42px;
}

/* jeżeli chcesz, żeby prawa kolumna zawsze dobijała do dołu */
.smi-flat-sidebar-box--form:last-child {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.smi-flat-sidebar-box--form .smi-contact-form {
    display: grid;
    gap: 12px;
    align-content: start;
}

body.single-flat .smi-flat-investment-title {
    font-family: 'Zilla Slab', sans-serif;
    margin: 0 0 28px;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.1;
    font-weight: 400;
    color: #4a4a58;
}

.smi-flat-meta {
    margin-bottom: 24px;
}

.smi-flat-meta__row {
    font-family: 'Nunito Sans', sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 10px 0;
    border-bottom: 1px solid #c8d1ef;
}

.smi-flat-meta__row-column {
    font-family: 'Nunito Sans', sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 16px;
    padding: 10px 0;
    border-bottom: 1px solid #c8d1ef;
}

.smi-flat-meta__row-column .info-meters {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.smi-flat-meta__row-column .additional-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.smi-flat-meta__row-column .additional-info svg {
    margin-right: 1em;
    width: 2em;
    height: 1em;
}

.smi-flat-meta__row-column .additional-info span {
    font-size: 12px;
    color: #111;
    text-transform: none;
}

.smi-flat-meta__row span,
.smi-flat-meta__row-column span {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #666b7a;
}

.smi-flat-meta__row strong,
.smi-flat-meta__row-column strong {
    font-size: 26px;
    font-weight: 700;
    color: #111;
    text-align: right;
}

.smi-flat-meta__row--floor {
    align-items: center;
}

.smi-floor-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 12px;
    background: #1327d9;
    color: #fff !important;
    font-size: 22px;
    font-weight: 700;
}

.smi-flat-price-box {
    background: #fff;
    border: 1px solid #d6dced;
    padding: 24px;
    margin: 28px 0 20px;
}

.smi-flat-price-box__label {
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 12px;
}

.smi-flat-price-box__main {
    font-size: 24px;
    font-weight: 800;
    color: #1327d9;
    margin-bottom: 8px;
}

.smi-flat-price-box__sub {
    font-size: 14px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}

.smi-flat-price-box__date {
    font-size: 14px;
    color: #444;
}

.smi-flat-pdf-wrap {
    margin: 0;
}

body.single-flat .smi-flat-form-title {
    margin: 0 0 24px;
    font-size: 26px;
    text-align: start;
    line-height: 1.2;
    font-weight: 400;
    color: #6b6f7b;
}

.smi-button--full {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    text-align: center;
}

.smi-flat-sidebar-box--form .smi-contact-form input,
.smi-flat-sidebar-box--form .smi-contact-form textarea {
    width: 100%;
    border: 1px solid #cfd5e6;
    background: #fff;
    padding: 14px 16px;
    font-size: 16px;
    box-sizing: border-box;
}

.smi-flat-sidebar-box--form .smi-contact-form input[type="checkbox"] {
    width: auto;
    flex: 0 0 auto;
}

.smi-flat-sidebar-box--form .smi-contact-form textarea {
    min-height: 140px;
    height: 140px;
    resize: vertical;
}

.smi-flat-sidebar-box--form .smi-contact-form label {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 13px;
    line-height: 1.5;
    color: #444;
}

/* =========================PICKER / FLOOR PLAN VIEW========================= */
#sm-inv-svg svg .sm-flat {
    transition: fill .15s ease, opacity .15s ease, stroke .15s ease;
    fill: #e9e9e9;
    stroke: rgba(0, 0, 0, .22);
    stroke-width: 1;
    cursor: pointer;
}

#sm-inv-svg svg .sm-flat.available {
    fill: #b7ded7;
}

#sm-inv-svg svg .sm-flat.reserved {
    fill: #dfc7ef;
}

#sm-inv-svg svg .sm-flat.sold {
    fill: #9a979e;
    cursor: not-allowed;
    opacity: .75;
}

#sm-inv-svg svg .sm-flat:hover {
    fill: #7d7ab3;
}

#sm-inv-svg svg .sm-flat.sold:hover {
    fill: #9a979e;
}

.cls-1 {
    fill: #0200c0;
    opacity: 0 !important;
}

.cls-1:hover {
    fill: #0200c0;
    opacity: .5 !important;
    cursor: pointer;
}

body.single-investment {
    background-color: #FFFFFF !important;
}

.ast-container {
    display: block !important;
    max-width: 1400px !important;
    padding: 0 !important;
}

.smi-page {
    --smi-primary: #2f2d7b;
    --smi-accent: #af423e;
    --smi-text: #1f2430;
    --smi-muted: #667085;
    color: var(--smi-text)
}

.smi-page h2 {
    font-family: "Zilla Slab", Sans-serif;
    font-size: 68px;
    color: var(--e-global-color-44ea5d5);
    text-align: center;
    font-weight: 300;
}

.smi-page,
.smi-page * {
    box-sizing: border-box
}

.smi-page img {
    max-width: 100%;
    display: block
}

.smi-section {
    padding: 48px 0
}

.smi-section#picker {
    padding: 20px 0 60px 0;
}

#picker .smi-container {
    width: min(1440px, calc(100% - 48px));
    margin: 0 auto;
}

#picker .smi-breadcrumbs {
    margin-bottom: 24px;
}

.smi-section__header--picker {
    margin-bottom: 34px;
}

.smi-section__header--picker h2 {
    margin: 0;
    text-align: center;
    font-family: "Zilla Slab", Sans-serif;
    font-size: clamp(42px, 5vw, 76px) !important;
    line-height: 1;
    font-weight: 300;
    color: #6b6b78;
}

.smi-picker-card {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.smi-svg-wrap {
    position: relative;
}

.sm-inv-nav {
    position: relative;
}

#sm-inv-svg {
    width: 100%;
}

#picker .svg_container svg,
#sm-inv-svg svg {
    display: block;
    width: 100%;
    height: auto;
}

.legend-map {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 48px;
    margin: 0 0 38px;
    padding: 0;
    border: 0;
    opacity: 1;
    height: auto;
    visibility: visible;
    overflow: visible;
    transition: opacity .25s ease;
}

.legend-map .left-col,
.legend-map .right-col {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.legend-map .left-col {
    flex: 0 0 auto;
    min-width: 260px;
}

.legend-map .right-col {
    flex: 1 1 auto;
    align-items: flex-end;
}

.legend-map .subheading {
    display: flex;
    align-items: center;
    min-height: 28px;
}

.legend-map .subheading span {
    font-family: "Nunito Sans", Sans-serif;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #6e6e7b;
    font-weight: 600;
}

.floor-nav-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.floor-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    background: #e8ebf5;
    color: #9aa0b3;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
    transition: all .2s ease;
    box-shadow: none;
    border-radius: 0;
}

.floor-item:hover {
    background: #dbe1f2;
    color: #4d5470;
}

.floor-item.active {
    background: #1327d9;
    color: #fff;
}

.floor-item:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(19, 39, 217, .18);
}

.status-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 42px;
}

.status {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.status .color {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
}

.status span {
    font-family: "Nunito Sans", Sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: #2d2d33;
    font-weight: 500;
}

.status .color.available {
    background: #b7ded7;
}

.status .color.reserved {
    background: #dfc7ef;
}

.status .color.sold {
    background: #9a979e;
}

.sm-inv-back {
    position: absolute;
    top: 0;
    left: -5em;
    z-index: 20;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: #1327d9;
    color: #fff;
    cursor: pointer;
}

.sm-inv-back svg {
    width: 20px;
    height: 20px;
    display: block;
}

.legend-map.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    height: 0;
    margin: 0;
    overflow: hidden;
}

.smi-card__label {
    font-family: "Zilla Slab", Sans-serif;
    display: block;
    font-size: 1rem;
    color: var(--smi-muted);
    margin-bottom: 8px
}

.smi-card strong {
    font-size: 26px;
    font-family: "Nunito Sans", Sans-serif;
}

.smi-two-col {
    display: grid;
    grid-template-columns: minmax(0, .6fr) minmax(334px, .85fr);
    gap: 28px;
    align-items: start
}

.smi-lead {
    font-size: 1.05rem;
    color: var(--smi-muted);
    margin-top: 0
}

.smi-copy p:first-child {
    margin-top: 0
}

.smi-copy h1,
.smi-copy h2,
.smi-copy h3,
.smi-copy h4,
.smi-copy h5,
.smi-copy h6 {
    text-align: start;
}

.smi-copy p {
    font-size: 16px;
    font-family: "Nunito Sans", sans-serif;
    color: #111111;
}

.smi-side-image {
    border-radius: 0px;
    box-shadow: 0 8px 30px rgba(16, 24, 40, .08)
}

.smi-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0px
}

.smi-gallery__item {
    margin: 0
}

.smi-gallery__item img {
    border-radius: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.smi-product {
    display: flex;
    align-items: center;
    gap: 14px
}

.smi-product img {
    width: 56px;
    height: 56px;
    object-fit: contain
}

.smi-contact-card {
    background: #f8f9fc;
    border-radius: 18px;
    padding: 24px;
    border: 1px solid #e6e8ef
}

.smi-button,
.sm-invest-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 999px;
    background: #EBF1FF;
    color: #fff;
    text-decoration: none;
    border: 0;
    cursor: pointer
}

.smi-page.smi-flat-page .smi-button.smi-button--full {
    background-color: #0200C0;
    width: fit-content;
    padding-left: 2.5em;
    padding-right: 2.5em;
    margin-left: auto;
}

.smi-page.smi-flat-page .smi-flat-pdf-wrap {
    display: flex;
    justify-content: end;
}

.smi-back-link {
    color: var(--smi-primary);
    text-decoration: none;
    font-weight: 600
}

.smi-section#description .bottom-row {
    display: flex;
    justify-content: space-between;
    gap: 2em;
}

.smi-section#description .bottom-row article {
    width: 100%;
    border: 2px solid #0200C0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.smi-section#description .bottom-row article span {
    font-size: 16px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    color: #7B7485;
}

.smi-section#description .bottom-row article strong {
    font-family: "Nunito Sans", sans-serif;
    font-size: 26px;
    color: #0200C0;
}

.smi-section#description .bottom-row article:first-of-type {
    background-color: #0200C0;
    color: #FFFFFF;
}

.smi-section#description .bottom-row article:first-of-type span {
    color: #FFFFFF;
}

.smi-section#description .bottom-row article:first-of-type strong {
    color: #FFFFFF;
}

.smi-flat-price-box__show {
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    color: #111111;
    gap: 6px;
}

.smi-price-modal[hidden] {
    display: none;
}

.smi-price-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.smi-price-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .55);
}

.smi-price-modal__dialog {
    position: relative;
    max-width: 560px;
    margin: 8vh auto;
    background: #fff;
    padding: 32px;
    border-radius: 16px;
    z-index: 1;
}

.smi-price-modal__close {
    position: absolute;
    top: 12px;
    right: 16px;
    border: 0;
    background: transparent;
    font-size: 28px;
    cursor: pointer;
}

.smi-price-history__row {
    padding: 16px 0;
    border-bottom: 1px solid #eee;
}

.smi-price-history__row:last-child {
    border-bottom: 0;
}

.smi-modal-open {
    overflow: hidden;
}

@media (max-width: 1400px) {
    .smi-container {
        width: auto;
        margin: 0 auto;
    }

    .site-content {
        width: 90%;
        margin: 0 auto;
    }
}

@media (max-width: 1024px) {
    .smi-flat-single__grid {
        grid-template-columns: 1fr;
    }

    .smi-flat-single__sidebar {
        margin-top: 0;
        height: auto;
    }

    .smi-flat-sidebar-box--form:last-child {
        flex: unset;
    }
}

@media (max-width: 767px) {
    #map {
        height: 480px;
    }

    .map-filters--overlay {
        left: 10px;
        right: 10px;
        bottom: 10px;
        gap: 8px;
    }

    .filter-item__box {
        min-height: 38px;
        padding: 8px 12px;
    }

    .filter-item__text {
        font-size: 13px;
    }
}

@media (max-width: 1024px) {

    .smi-cards--4,
    .smi-cards--3,
    .smi-two-col,
    .smi-flat-layout,
    .smi-gallery {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 767px) {
    .smi-section {
        padding: 32px 0
    }

    .smi-cards--4,
    .smi-cards--3,
    .smi-two-col,
    .smi-flat-layout,
    .smi-gallery {
        grid-template-columns: 1fr
    }

    .sm-inv-back {
        left: 0;
        top: -48px
    }

    .smi-hero {
        padding: 56px 0 40px
    }
}

/* =========================RESPONSIVE OVERRIDESdopisać na końcu pliku========================= */
/* .smi-container {
	width: min(1400px, calc(100% - 48px));
	margin-left: auto;
	margin-right: auto;
}
.smi-page {
	overflow-x: hidden;
}
.smi-page h2,.smi-hero__content h1 {
	font-size: clamp(36px, 7vw, 68px);
	line-height: 1.05;
}
*/
/* Tablet */
@media (max-width: 1024px) {
    .smi-container {
        width: min(100% - 32px, 960px);
    }

    .smi-hero__media,
    .smi-hero__media img {
        min-height: 360px;
        height: 360px;
    }

    .smi-hero__content {
        align-items: flex-start;
        text-align: left;
        padding: 32px 24px;
    }

    .smi-anchor-nav .smi-container {
        width: 100%;
        padding: 0 16px;
        margin: 0 auto;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .smi-anchor-nav .smi-anchor-nav__inner {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 6px;
        -webkit-overflow-scrolling: touch;
    }

    #standards .smi-container .standards-wrapper {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    #standards .smi-container .standards-wrapper .standard-item {
        max-width: none;
    }

    .legend-map {
        flex-direction: column;
        gap: 24px;
    }

    .legend-map .right-col {
        align-items: flex-start;
        width: 100%;
    }

    .status-wrapper {
        gap: 16px;
    }

    .sm-inv-back {
        left: 0;
    }

    .smi-flat-single__grid {
        grid-template-columns: 1fr;
    }

    #location .bullets {
        flex-direction: row;
        flex-wrap: wrap;
    }

    #location .bullets .filter-item {
        width: fit-content;
    }
}

/* Mobile */
@media (max-width: 767px) {
    body #page {
        overflow-x: hidden !important;
    }

    .smi-section__header h2 {
        margin: 0;
        text-align: center;
        font-family: "Zilla Slab", Sans-serif;
        font-size: clamp(42px, 5vw, 76px) !important;
        line-height: 1;
        font-weight: 300;
        color: #6b6b78;
    }

    .smi-container,
    #picker .smi-container {
        width: calc(100% - 24px);
    }

    .smi-section,
    .smi-section#picker {
        padding: 36px 0;
    }

    .smi-hero {
        padding: 0;
    }

    .smi-hero__media,
    .smi-hero__media img {
        min-height: 320px;
        height: 320px;
    }

    .smi-hero__content {
        justify-content: flex-end;
        padding: 24px 16px;
    }

    .smi-breadcrumbs {
        font-size: 14px;
        gap: 6px;
        margin-bottom: 24px;
    }

    .smi-cards--4,
    .smi-cards--3,
    .smi-two-col,
    .smi-flat-layout,
    .smi-gallery {
        grid-template-columns: 1fr;
    }

    .smi-gallery {
        gap: 8px;
    }

    #standards .smi-container .standards-wrapper {
        grid-template-columns: 1fr;
    }

    .legend-map {
        margin-bottom: 24px;
    }

    .floor-nav-wrapper {
        gap: 8px;
    }

    .floor-item,
    .status .color {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
    }

    .floor-item {
        font-size: 18px;
    }

    .status-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .status span {
        font-size: 14px;
    }

    .sm-inv-back {
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 16px;
    }

    #sm-inv-svg,
    #picker .svg_container {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    #picker .svg_container svg,
    #sm-inv-svg svg {
        min-width: 720px;
    }

    .smi-two-col {
        gap: 20px;
    }

    .smi-contact-box {
        padding: 40px 18px;
    }

    .smi-contact-box__title {
        font-size: 32px !important;
    }

    .smi-contact-form__bottom {
        flex-direction: column;
    }

    .smi-contact-form__submit {
        width: 100%;
    }

    .smi-flat-meta__row {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .smi-flat-meta__row strong {
        text-align: left;
        font-size: 22px;
    }

    .smi-flat-single__sidebar {
        padding: 20px;
    }

    #location .bullets {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .map-filters--overlay {
        position: static;
        margin-top: 12px;
    }

    #map {
        height: 420px;
    }

    .smi-container .swipe-icon {
        position: absolute;
        right: 0;
        right: 1em;
        top: 1em;
        background-color: white;
        border-radius: 100%;
        width: 5em;
        height: 5em;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
}

/* Small mobile */
@media (max-width: 480px) {


    .smi-page h2,
    .smi-hero__content h1 {
        font-size: 34px;
    }

    .smi-hero__media,
    .smi-hero__media img {
        min-height: 280px;
        height: 280px;
    }

    .filter-item__box {
        width: 100%;
        justify-content: center;
    }

    .filter-item {
        width: 100%;
    }
}

@media print {
    body.smi-printing-flat-card * {
        visibility: hidden !important;
    }

    body.smi-printing-flat-card .flat-plan-img {
        visibility: visible !important;
        display: block !important;
        position: fixed !important;
        left: 50% !important;
        top: 50% !important;
        width: auto !important;
        height: auto !important;
        max-width: 190mm !important;
        max-height: 277mm !important;
        transform: translate(-50%, -50%) !important;
        object-fit: contain !important;
        z-index: 999999 !important;
    }

    body.smi-printing-flat-card {
        margin: 0 !important;
        padding: 0 !important;
        height: 100vh !important;
        overflow: hidden !important;
    }

    @page {
        size: A4 portrait;
        margin: 0;
    }
}

.sm-search-home .sm-home-search__title {
    font-size: 42px !important;
    font-family: "Zilla Slab", sans-serif;
    font-weight: 200 !important;
}

.sm-investments-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(620px, 1fr));
    gap: 42px 48px;
    align-items: start;
    justify-items: center;
}

@media (max-width: 900px) {
    .sm-investments-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}

.sm-invest-card {
    display: block;
    width: 100%;
    max-width: 720px;
}

.sm-invest-card__image {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 4px;
    background: #f2f2f2;
    aspect-ratio: 12 / 9;
}

.sm-invest-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.001);
}

.sm-invest-card__image {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 4px;
    background: #f2f2f2;
    aspect-ratio: 12 / 9;
}

.sm-invest-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sm-invest-card__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform .45s ease;
}

.sm-invest-card:hover .sm-invest-card__img {
    transform: scale(1.08);
}

.sm-invest-card__btn {
    font-family: "Nunito Sans", sans-serif;
    position: absolute;
    right: 42px;
    bottom: 39px;
    background: #EBF1FF;
    color: #0200C0;
    padding: 14px 26px;
    border-radius: 11px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 6px 14px rgba(0, 0, 0, .15);
    white-space: nowrap;
}

.sm-invest-card__btn:hover {
    background: #0200C0;
    color: #EBF1FF;
}

.sm-invest-card__body {
    padding-top: 18px;
}

.sm-invest-card__title {
    font-size: 34px;
    letter-spacing: .02em;
    font-weight: 300;
    color: #bdbdbd;
    text-transform: uppercase;
    margin: 0 0 8px 0;
    text-align: center;
}

.sm-invest-card__meta {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    text-align: center;
    color: #111;
}

/* =========================PROMO FLATS GRID - RESPONSIVE========================= */
.sm-promo-flats-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.sm-flat-card {
    min-width: 0;
}

.sm-flat-card__plan {
    min-height: 220px;
}

/* Tablet */
@media (max-width: 1100px) {
    .sm-promo-flats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .sm-flat-card__meta-row .value {
        font-size: 21px;
    }
}

/* Mobile */
@media (max-width: 700px) {
    .sm-promo-flats-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .sm-flat-card__header {
        padding: 18px 16px 8px;
    }

    .sm-flat-card__plan {
        padding: 10px 16px;
        min-height: auto;
    }

    .sm-flat-card__plan-img {
        max-height: 240px;
    }

    .sm-flat-card__meta {
        padding: 16px;
        gap: 18px;
    }

    .sm-flat-card__meta .top-row,
    .sm-flat-card__meta .bottom-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .sm-flat-card__meta .top-row .sm-flat-card__meta-row:last-child {
        grid-column: 1 / -1;
    }

    .sm-flat-card__price-main,
    .sm-flat-card__price-m2 {
        min-width: 0;
    }

    .sm-flat-card__meta-row .label {
        font-size: 11px;
    }

    .sm-flat-card__meta-row .value {
        font-size: 18px;
    }

    .old-price {
        font-size: 13px;
    }
}

/* Small mobile */
@media (max-width: 420px) {

    .sm-flat-card__meta .top-row,
    .sm-flat-card__meta .bottom-row {
        grid-template-columns: 1fr;
    }

    .sm-flat-card__meta .top-row .sm-flat-card__meta-row:last-child {
        grid-column: auto;
    }

    .sm-flat-card__code {
        font-size: 16px;
    }

    .sm-flat-card__promo-badge {
        font-size: 12px;
        padding: 8px;
    }

    .sm-flat-card__meta-row .value {
        font-size: 17px;
    }

    .sm-flat-floor-badge {
        width: fit-content;
    }
}

/* =========================CARD========================= */
.sm-flat-card {
    background: #f7f7f7;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    border: 1px solid #ADA9BB;
}

.sm-flat-card__promo-badge {
    background: #e10600;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.08em;
    padding: 10px;
}

.sm-flat-card__header {
    padding: 20px 20px 10px;
}

.sm-flat-card__code {
    font-family: "Nunito Sans", sans-serif;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.sm-flat-card__inv {
    font-family: "Zilla Slab", sans-serif;
    font-size: 19px;
    font-weight: 300;
    color: #777;
}

.sm-flat-card__plan {
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sm-flat-card__plan-img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

/* =========================META========================= */
.sm-flat-card__meta {
    padding: 20px;
    padding-top: 0;
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.sm-flat-card__meta .top-row,
.sm-flat-card__meta .bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}

.sm-flat-card__meta .top-row {
    padding-top: 18px;
    border-top: 1px solid #ADA9BB;
}

.sm-flat-card__meta .bottom-row .sm-flat-card__meta-row {
    flex: 0 1 auto;
}

.sm-flat-card__price-main {
    min-width: 45%;
}

.sm-flat-card__price-m2 {
    min-width: 35%;
}

.sm-flat-card__meta-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
}

.sm-flat-card__meta-row .label {
    font-family: "Nunito Sans", sans-serif;
    font-size: 12px;
    color: #111;
    text-transform: uppercase;
    margin-bottom: 8px;
    line-height: 1.2;
}

.sm-flat-card__meta-row .value {
    font-family: "Nunito Sans", sans-serif;
    font-size: 19px;
    line-height: 1.15;
    font-weight: 900;
    color: #111;
}

.sm-flat-card__price-main .value,
.sm-flat-card__price-m2 .value {
    color: #1a1fbf;
}

.old-price {
    font-size: 14px;
    color: #111;
    text-decoration: line-through;
    margin-top: 8px;
    line-height: 1.2;
}

.sm-flat-floor-badge {
    font-family: "Nunito Sans", sans-serif;
    background: #1a1fbf;
    color: #fff;
    min-width: 29px;
    min-height: 29px;
    padding: 8px 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
}

.sm-flat-card__footer {
    width: 100%;
    margin-top: 0;
}

.sm-flat-card__btn {
    display: block;
    width: 100%;
    text-align: center;
    background: #1a1fbf;
    border: 2px solid #1a1fbf;
    color: #fff;
    padding: 6px 14px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.04em;
    transition: all .25s ease;
    text-transform: uppercase;
    font-family: "Nunito Sans", sans-serif;
}

.sm-flat-card__btn:hover {
    background: #FFF;
    color: #1a1fbf;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.sm-flat-card__meta-row .value sup {
    font-size: 10px;
}

@media (max-width: 600px) {
    .sm-flat-card__code {
        font-size: 16px;
    }

    .sm-flat-card__meta {
        gap: 18px;
    }

    .sm-flat-card__meta .top-row,
    .sm-flat-card__meta .bottom-row {
        gap: 14px;
    }

    .sm-flat-card__meta-row .label {
        font-size: 11px;
    }

    .sm-flat-card__meta-row .value {
        font-size: 17px;
    }

    .sm-flat-floor-badge {
        min-width: 38px;
        min-height: 38px;
        font-size: 15px;
    }

    .sm-flat-card__btn {
        padding: 12px;
        font-size: 14px;
    }
}