.html {
    margin: 0 !important;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    padding: 86px 0 0;
    scroll-behavior: smooth;
}

.img-responsive {
    width: 100%;
    height: auto;
}

.container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

#header {
    background-color: #323138;
    color: #f2ecd8;
    padding: 21px 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
}

#header .left-column a {
    display: block;
    margin-right: 20px;
}

#header .left-column a.main-logo {
    width: 180px;
}


#header .left-column a.second-logo {
    width: 120px;
}

#header .left-column img {
    width: 100%;
    height: auto;
}

#header .right-column a {
    background-color: #b95624;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 22px;
    padding: 11px 20px;
    border-radius: 8px;
    transition: all 300ms;
}

#header .right-column a:hover {
    background-color: #a54c1e;
}

#header .right-column a span {
    display: block;
}

#header .right-column img {
    width: 20px;
    display: block;
    margin-right: 11px;
    animation: pulse 2s ease-in-out infinite;
    transform-origin: center center;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.4);
    }
    100% {
        transform: scale(1);
    }
}

.radius {
    border-radius: 10px;
}

.btn {
    display: inline-flex;
    transition: all 300ms;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    padding: 17px 33px;
    border-radius: 10px;
    text-decoration: none;
    outline: none;
    box-shadow: none;
    border: none;
    cursor: pointer;
}

.btn-xs {
    font-size: 14px;
    padding: 13px 12px;
}

.btn--width-300 {
    width: 279px;
}

.btn--orange {
    background-color: #B95625;
    color: #FFFFFF;
}

.btn--orange:hover {
    background-color: #a54c1e;
}

.btn--light {
    color: #B95625;
    background-color: #F2ECD9;
}

.btn--light:hover {
    background-color: #d8cfbb;
}

.btn--light svg path {
    stroke: #B95625;
}

.btn--white {
    background-color: #FFF;
    border: 1px solid #D1D5DC;
    color: #323139;
}

.btn--white:hover {
    background-color: #f3f3f3;
}

.section {
    margin-top: -35px;
    padding-top: 100px;
}

.section-two-columns {
    display: flex;
    flex-direction: row;
    gap: 50px;
}

.section-two-columns .column {
    width: 50%;
}

.column--text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section .pre-lead {
    font-size: 14px;
    font-weight: 500;
    color: #323139;
    margin-bottom: 10px;
}

.section .lead {
    font-size: 17px;
    font-weight: 500;
    color: #323139;
    margin-bottom: 10px;
}

.section .big-header {
    color: #323139;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.3em;
    letter-spacing: 1px;
}

.section .big-header .highlight {
    color: #B95625;
}

.section .head {
    font-size: 39px;
    line-height: 48px;
    color: #323139;
    font-weight: 600;
    text-align: center;
}

.section-label {
    color: #B95625;
    font-weight: 600;
    font-size: 13px;
    border: 1px solid #B95625;
    border-radius: 15px;
    margin-bottom: 20px;
    display: inline-block;
    padding: 10px 11px;
}

.section .text {
    font-size: 20px;
    line-height: 32px;
    color: #323139;
    font-weight: 300;
    margin-bottom: 19px;
}

.label {
    background-color: #b95625f0;
    border-radius: 10px 100px 100px 100px;
    color: #F2ECD9;
    line-height: 1.4em;
    padding: 48px 45px 69px;
    width: 145px;
}

.label > .header {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 5px;
}

.label > .pre-header {
    font-size: 11px;
}

.label .desc {
    font-size: 15px;
    font-weight: 500;
}

.section--hero .column--text {
    width: 45%;
}

.section--hero .column--img {
    position: relative;
    width: 55%;
}

.section--hero .column--img img {
    border-top-left-radius: 66px;
}

.section--hero .label {
    position: absolute;
    top: 35px;
    left: 35px;
}

.section--hero .big-header span {
    /*display: block;*/
}

.center {
    text-align: center;
}

.left {
    text-align: left !important;
}

.section--facilities .icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 45px;
    color: #323139e3;
    font-size: 15px;
    font-weight: 400;
    margin-top: 35px;
    padding-bottom: 50px;
}

.section--facilities .icons .box {
    width: 21%;
}

.section--facilities .icons .title {
    padding-top: 15px;
    padding-left: 19px;
    padding-right: 19px;
    line-height: 1.3em;
}

.section--map iframe {
    width: 100%;
    height: 400px;
    margin-top: 35px;
    margin-bottom: 10px;
}

.section--apartments {
    padding-bottom: 50px;
}

.section--about .head {
    margin-bottom: 20px;
}

.section--about .column--img img {
    border-radius: 10px 66px 10px 10px;
}

.apartments .apartment {
    border: 1px solid #D8D8D8;
    border-radius: 10px;
    padding: 20px;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 15px;
}

.apartments .apartment .left-column {
    border-right: 1px solid #D8D8D8;
    padding-right: 20px;
}

.apartment .column > .title {
    font-size: 17px;
    color: #B95625;
    font-weight: 500;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.apartment .right-column .title {
    font-size: 15px;
}

.apartment .details {
    align-items: flex-start;
    display: flex;
}

.apartment .details .box {
    background-color: #F9FAFB;
    border-radius: 8px;
    padding: 8px 9px;
    min-width: 45px;
    margin-right: 8px;
}

.apartment .details .box--lokal {
    display: none;
}

.apartment .details .box .title {
    font-size: 11px;
    color: #6A7282;
    font-weight: 300;
}

.apartment .details .box .value {
    font-size: 14px;
    margin-top: 6px;
    font-weight: 500;
    color: #323139;
    white-space: nowrap;
}

.apartment .details .price {
    padding-left: 20px;
    width: 180px;
}

.apartment .details .price .total-price {
    font-weight: 700;
    font-size: 18px;
    color: #B95625;
    margin-bottom: 5px;
    white-space: nowrap;
}

.apartment .details .price .price-unit {
    font-weight: 700;
    font-size: 14px;
    color: #323139;
    margin-bottom: 5px;
}

.apartment .details .price .price-label {
    font-weight: 300;
    color: #323139CC;
    font-size: 13px;
    margin-bottom: 15px;
}

.apartment .details .buttons .btn--white svg {
    margin-right: 10px;
}

.apartment .details .buttons .btn--light {
    color: #323139;
    margin-top: 20px;
}

.apartment .details .buttons .btn {
    width: 90%;
}

.apartment .column {
    width: 50%;
}

.consents {
    max-width: 720px;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.35;
}

.consents__item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0 0;
}

.consents__label {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    min-width: 0;
    flex: 1 1 auto;
    cursor: pointer;
    position: relative;
}

.consents__checkbox {
    position: absolute;
    opacity: 0;
}

.consents__checkbox + .consents__label::before {
    content: "";
    width: 16px;
    min-width: 16px;
    height: 16px;
    border: 1px solid rgb(255 255 255 / 30%);
    display: inline-block;
    margin-right: 8px;
    border-radius: 4px;
}

.consents__checkbox:checked + .consents__label::before {
    content: "✓";
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


.consents__checkbox {
    margin-top: 2px;
    flex: 0 0 auto;
}

.consents__text {
    display: block;
    min-width: 0;
    font-size: 10px;
    opacity: 0.8;
    line-height: 1.4em;
    padding-top: 3px;
}

/* tryb zwinięty: jedna linia + ellipsis */
.consents__item.is-collapsed .consents__text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.4em;
    opacity: 0.7;
    font-weight: 300;
    padding-top: 2px;
}

/* tryb rozwinięty: normalny tekst */
.consents__item.is-expanded .consents__text {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
}

.consents__expand {
    flex: 0 0 auto;
    border: 0;
    background: transparent;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
    color: #FFF;
    font-size: 10px;
    padding: 2px 0 0;
}

.consents__divider {
    border: 0;
    border-top: 1px solid currentColor;
    opacity: 0.2;
    margin: 8px 0;
}

.consents__text--all {
    white-space: normal;
}

.section--contact {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 0;
    border-radius: 10px;

}

.section--contact .inner {
    padding: 0 40px;
    align-items: flex-start;
}

.section--contact .big-header {
    color: #FFF;
    font-weight: 500;
}

.column-form {
    width: 490px;
    background-color: #323139;
    padding: 30px;
    border-radius: 10px;
    color: #FFF;
}

.g-recaptcha {
    display: none;
}

.column-form .l {
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 7px;
}

.column-form .form-control {
    width: 100%;
    font-family: "Inter", sans-serif;
    outline: none;
    padding: 8px 6px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 300;
    border: none;
    border-radius: 4px;
    color: #323139;
}

.column-form textarea.form-control {
    resize: none;
    height: 49px;
}

.column-form .btn {
    width: 100%;
    margin-top: 20px;
}

.column-form form .success {
    display: none;
    padding-top: 50px;
    padding-bottom: 50px;
}

.column-form form .success .header {
    font-size: 25px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    font-weight: 500;
}

.column-form form .success .text {
    text-align: center;
    color: #FFF;
    margin-top: 15px;
    font-size: 16px;
}

.column-form form .error {
    background-color: #2c1f22;
    border: 1px solid #b94a48;
    color: #f8d7da;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    margin-top: 15px;
    display: none;
}

.section--contact .contact-tel {
    background-color: #B95625;
    border-radius: 10px;
    padding: 11px 10px;
    font-weight: 600;
    color: #FFF;
    text-decoration: none;
    width: 165px;
    font-size: 18px;
    justify-content: center;
}


.section--contact .contact-tel img {
    margin-right: 15px;
}

#footer {
    background-color: #323138;
    padding: 25px;
    margin-top: 40px;
}

#footer a.main-logo {
    width: 180px;
    display: block;
}

#footer a {
    margin-right: 20px;
    color: #D1D5DC;
    font-size: 16px;
    white-space: nowrap;
    text-decoration: none;
}


#footer a.second-logo {
    width: 120px;
    display: block;
}

#footer a.link {
    margin-top: -2px;
    font-weight: 300;
}

#footer .middle-left {
    width: 50%;
    justify-content: flex-start;
}

#footer .middle-right {
    width: 50%;
    justify-content: flex-end;
}

#footer img {
    width: 100%;
    height: auto;
}

#footer .row:nth-child(1) {
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 50px;
}

#footer .row:nth-child(1) a.link {
    margin-left: 40px;
}

#footer .row:nth-child(2) {
    padding-bottom: 10px;
}

#footer .copyright {
    font-size: 14px;
    color: #99A1AF;
    font-weight: 300;
    line-height: 1.2em;
}

#footer .row:nth-child(2) a {
    font-size: 13px;
    color: #99A1AF;
}

.section--contact .column {
    background-image: none;
}




#map {
    width: 100%;
    height: 400px;
    border-radius: 16px;
    overflow: hidden;
}

/* custom pinezka */
.custom-marker {
    width: 26px;
    height: 26px;
    background: #c4632e;
    border: 3px solid #ffffff;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
    position: relative;
}

.custom-marker::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
}

.law-info {
    font-size: 11px;
    font-weight: 300;
    line-height: 1.5em;
    color: #323139;
    margin-top: -80px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

#footer .copyright strong {
    font-weight: 600;
}