@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:wght@100;200;300;400;500;600&display=swap');

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
}

:root {
    --color-one: #252525;
    --color-two: #ba9e69;
    --cookie-info: #252525dd;
    --color-white: #fff;
}

.material-symbols-outlined {
    font-variation-settings:
        'FILL' 0,
        'wght' 400,
        'GRAD' 0,
        'opsz' 48
}

body {
    font-family: 'Fira Sans Condensed', sans-serif;
    background: #ffffff;
}

p {
    font-weight: 300;
}

#header {
    background: #040100;
    border-bottom: 1px solid var(--color-one);
}

.search-box .form-box {
    margin: 0px 0px;
    padding: 0px;
}

.top-panel {
    z-index: 99999999;
}

.banners img {
    width: 100%;
    border: 1px solid #d9d9d9;
}

#footer ul li:before {
    font-family: 'Material Symbols Outlined';
    content: "chevron_right";
    color: #fff;
    font-size: 15px;
}

/* -------- rozwijane menu + menu + RWD -------- */

#main-menu {
    position: absolute;
    top: 0px;
    right: 0px;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    z-index: 2;
}

#header-border .container {
    border: 0px solid #fff;
    display: none;
}

@media (min-width: 990px) {
    #main-menu {
        z-index: 30;
    }
}

#main-menu>li {
    margin: 0px;
    padding: 0px;
    float: left;
    top: 0px;
    color: #717171;
}

@media (min-width: 990px) {
    #main-menu>li {
        position: relative;
    }
}

/* #main-menu>li>a {
    margin: 0px 2px;
    padding: 0px 10px;
    display: block;
    height: 135px;
    line-height: 200px;
    color: inherit;
    font-size: 16px;
    font-weight: 500;
} */

#main-menu>li>a {
    margin: 0px 2px;
    padding: 0px 5px;
    display: block;
    height: 135px;
    line-height: 190px;
    color: var(--color-white);
    font-size: 1.17em;
    font-weight: 500;
    letter-spacing: -0.01em;
}

@media (min-width: 991px) {
    #main-menu>li>a {
        margin: 0px 2px;
        padding: 0px 5px;
        display: block;
        height: 135px;
        line-height: 190px;
        color: var(--color-white);
        font-size: 1.17em;
        font-weight: 500;
        letter-spacing: -0.01em;
    }
}

#main-menu>li>ul {
    position: absolute;
    top: 100%;
    left: 0px;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display: none;
}

@media (min-width: 990px) {
    #main-menu>li>ul {
        position: absolute;
        top: 86%;
        left: 0px;
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        display: none;
    }
}

a:hover,
a:focus {
    color: var(--color-two);
    text-decoration: none;
}

.oferta {
    border: 0px solid #dedede;
    background: #f9f9f9;
}

.oferta .properties .propertiesRow .propertyValue {
    float: left;
    width: 50%;
    padding-right: 0%;
    padding-left: 7%;
    min-width: 85px;
    color: var(--color-two);
}

.oferta .properties .propertiesRow .propertyKey {
    float: left;
    width: 50%;
    padding-right: 0%;
    min-width: 85px;
    color: var(--color-one);
}

.footer_title {
    font-size: 20px;
}

/* .footer_text {
    padding-left: 10px; border-left: 2px solid #ffffff38;
} */

#main-menu>li:hover>ul {
    display: block;
    background: var(--color-one);
    width: 300px;
    line-height: 25px;
    padding: 14px 16px 11px 17px;
    border-bottom: 3px solid white;
}

.paging li a.active {
    color: var(--color-one);
    border: solid 1px #d9d9d9;
    border-top: none;
    background: #fbfbfb;
}

.paging li a:hover {
    color: var(--color-two);
    text-decoration: none;
}

@media (min-width: 990px) {
    #main-menu>li:hover>ul {
        display: block;
    }
}

#main-menu>li>ul {
    z-index: 50;
}

/* -------- koniec menu -------- */

#main-menu>li.active>a {
    color: var(--color-two);
}

#main-menu>li.active {
    background: var(--color-one);
    color: var(--color-two);
}

#main-menu>li.active:hover>a {
    color: var(--color-two);
}

#main-menu>li:hover>a {
    color: var(--color-two);
}

#logo {
    width: 100%;
    height: 50px;
    top: 40px;
}

.search-box .container.ws-top {
    padding-top: 10px;
    border-radius: 10px 10px 0px 0px;
}

.search-box .container.ws-bottom {
    padding-bottom: 10px;
    border-radius: 0px 0px 10px 10px;
    padding-top: 5px;
}

.search-box .container.ws-bottom {
    padding-bottom: 10px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 43px 42px -21px #000000a6;
}

#footer .ofe-menu ul li a b {
    color: var(--color-two);
}

h1 {
    color: var(--color-one);
    text-transform: uppercase;
}

.oferta .ofe-img {
    /* float: left;
    width: 50%; */
    margin: 0px;
    margin-right: 0%;
    position: relative;
}

/* banner anim ze sloganami !!! */

.bx-wrapper {
    padding: 0 !important;
}

ul#animatedBanner {
    margin: 0 !important;
    padding: 0 !important;
}

#animatedBanner {
    padding: 0 !important;
}

.bx-controls-direction {
    display: none;
}

.search-box .container {
    background: var(--color-one);
}

#main-content {
    -webkit-padding-before: 0px;
    padding-top: 0px;
}

span.embed {
    position: absolute;
    top: 297px;
    color: #fff;
    font-size: 2.5em;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
    text-align: center;
    width: 100%;
    z-index: 200;
    background: rgba(255, 255, 255, 0);
    padding: 15px 0 5px 0;
    display: none;
}

/* banner anim ze sloganami end */

.form-box select,
.form-box input {
    height: 53px;
    width: 100%;
    border: 1px solid var(--color-one);
    padding-left: 12px;
    background: #fff;
}

#search-button {
    border: 0px;
    margin-top: 0px;
    font-size: 2em;
    font-weight: 700;
    background: none;
    color: white;
}

.search-box .form-box p {
    color: white;
}

.banners .banner .embed {
    color: #ffffff;
    font-weight: 300;
}

.banners .banner .embed h3 {
    color: #ffffff;
}

#footer-menu {
    background: #6c5a39;
}

#footer {
    background: var(--color-one);
    padding-top: 40px;
    padding-bottom: 40px;
}

#footer ul li a b {
    color: #ffffff;
}

b,
strong {
    font-weight: 700;
}

#footer ul li {
    background: none;
    padding-left: 10px;
    display: flex;
}

#footer ul li a {
    color: #fff;
    font-size: 15px;
}

#footer-logo {
    width: 310px;
    height: 58px;
    background: url(../../../grafika/logo-footer.png) 0 0 no-repeat;
    display: block;
    text-indent: -9000px;
    position: absolute;
    top: 10px;
    left: 0px;
    background-size: contain;
}

#cookies-info .cookies-ok {
    background: var(--color-two);
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
}

#cookies-info {
    background: var(--cookie-info);
    backdrop-filter: blur(2px);
}

.agentMail {
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    z-index: 4;
    position: relative;
}

#copyright {
    background: #252525;
    height: 50px;
    line-height: 47px;
    color: #ffffff;
    font-weight: 400;
}

a {
    color: #adadad;
}

#footer address b {
    color: #b9b9b9;
}

#bottom-form {
    background: #f5f5f5;
}

.globalButton {
    background: var(--color-two) url(../../../../../../grafika/button-bg.png) repeat-x 0px 0px;
    color: var(--color-one);
}

.radio label,
.checkbox label {
    font-size: 11px;
}

.nav-tabs>li>a {
    background: #e2e2e2;
    color: #a0a0a0;
}

.globalBox {
    border: 0px solid #e3e3e3;
    background: var(--color-one);
    color: #ffffff;
    border-radius: 7px;
}


.globalBox .globalBoxHeader {
    background: none;
    padding: 20px;
}

.globalBoxContent.form-horizontal label {
    color: #ffffff;
}

.globalButton:hover,
.globalButton:focus {
    background-position: 0px -20px;
    color: var(--color-one);
    background: #ffffff;
}

.sideSearch .globalBoxHeader {
    padding: 30px 30px 0px 30px;
    font-weight: 700;
    font-size: 21px;
    line-height: 25px;
    color: #fff;
}

.oferta .ofertaPrawa .offerSymbol {
    border-right: 5px solid var(--color-one);
    border-radius: 0px;
    padding: 5px;
    background: #eaeaea;
    right: 0px !important;
}

.oferta .cena {
    color: var(--color-one);
}

.offerPanel a.active {
    background-color: #909090;
}

.agentOffers {
    background: #fff;
    color: #252525;
}

.agentOffers::after {
    background-color: #fff;
}

.offerPage .offerFlag {
    background: var(--color-one);
    color: white;
}

.bx-wrapper .bx-controls-direction a {
    background: #909090 url(../../../grafika/bx_controls.png) no-repeat 0px center;
}

.language-section {
    display: none;
}

.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
    color: var(--color-two);
}

.form-control {
    color: #252525;
    border-radius: 0px;
}

/*--- RWD ---*/

@media (max-width: 991px) {
    .search-box {
        padding-top: 40px;
    }
}

@media (max-width: 991px) {
    .search-box .container {
        width: 80%;
        left: 0px;
        margin: 0 auto !important;
        float: none;
    }
}

@media (max-width: 987px) {
    #header-search {
        height: 500px;
        background: url(../../../../grafika/main-head-bg.jpg) no-repeat center center;
        z-index: 3;
    }
}


@media (max-width: 987px) {
    #header-border .container {
        display: none;
    }
}

@media (max-width: 991px) {
    #main-menu {
        display: block;
        width: 60px;
        position: absolute;
        height: 0px;
        overflow: hidden;
        transition: 1s;
        padding-top: 60px;
        top: 35px;
        right: 0px;
        background: none;
    }
}

@media (max-width: 991px) {
    #main-menu li a {
        margin: 0px 2px;
        padding: 0px 10px;
        display: block;
        height: 50px;
        line-height: 45px;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
    }
}

@media (max-width: 991px) {
    #main-menu li {
        background: #252525;
    }
}

@media (max-width:992px) {
    #main-menu>li:hover>a {
        color: var(--color-two);
    }
}

.articleBody.staticText ul li {
    font-weight: 300;
}


/* wyszukiwarka pierwsza strona */

/*=================================== offers-categories ===================================*/
#offers-categories-container {
    margin: 0 auto;
    width: 1200px;
    position: relative;
}

#offers-categories {
    width: 297px;
    list-style-type: none;
    margin: 0;
    padding: 15px;
    position: absolute;
    left: 15px;
    top: 100px;
    z-index: 1000;
    background: var(--color-one);
    border-radius: 7px;
}

#offers-categories>li {
    display: block;
    margin: -1px 0 0;
    padding: 0;
    position: relative;
}

#offers-categories>li>a {
    border-bottom: 0px solid #fff;
    color: #fff;
    display: block;
    font-family: Arial;
    font-weight: 700;
    height: 40px;
    line-height: 37px;
    margin: 0;
    padding: 0 0 0 15px;
    text-decoration: none;
    font-size: 16px;
    width: 40%;
    transition-duration: 1s;
}

.hm {
    margin-top: 0px;
    margin-bottom: 1px;
}

#offers-categories>li:hover {
    color: #ffffff;
}

#offers-categories>li:hover>a {
    background: var(--color-two);
    color: #fff;
    width: 100%;
}

#offers-categories li ul {
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0px;
    top: 0;
}

#offers-categories li ul li {
    display: block;
    float: left;
    height: 50px;
    line-height: 52px;
    padding: 0 12px 0 12px;
    margin: 0;
}

#offers-categories li ul li a {
    color: #ffffff;
    font-family: Arial;
    font-size: 13px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    display: block;
}

#offers-categories li:hover ul {
    display: block;
}

@media (max-height: 680px) {
    #offers-categories {
        top: 100px !important;
    }
}

@media (max-width: 1199px) {
    #offers-categories-container {
        width: 970px;
    }

    #offers-categories {
        right: 0px;
        width: 340px;
    }

    #offers-categories li:hover>a {
        color: var(--color-two);
    }

    #offers-categories li ul {
        display: block;
    }

    #offers-categories li ul li {
        background: #252525;
    }

    #offers-categories li ul li:first-child {
        border-right: 1px dotted #fff;
    }

    #offers-categories>li:hover>a {
        background: transparent;
    }
}

@media (max-width: 990px) {
    #offers-categories-container {
        width: 100%;
    }

    #offers-categories {
        width: 48%;
        top: 290px;
    }

    #offers-categories li ul li {
        display: block;
        float: left;
        height: 50px;
        line-height: 52px;
        padding: 0 6px 0 6px;
        margin: 0;
    }

    #offers-categories>li>a {
        padding: 0px;
        font-size: 14px;
    }
}

@media (max-width: 990px) {
    #offers-categories-container {
        display: none;
    }
}

/*=================================== /offers-categories ===================================*/

.f-menu ul li a {
    margin: 0px 2px;
    padding: 0px 10px;
    display: block;
    height: 78px;
    line-height: 78px;
    color: var(--color-one);
    font-size: 1.3em;
    font-weight: 700;
}

.agentName {
    font-size: 1.4em;
    font-weight: 400;
    padding: 30px 0px 20px 0px;
    max-width: 320px;
    margin: 0px auto;
    text-align: center;
    color: #ffffff;
}

ul.subMenu li a {
    color: white;
    transition: .2s ease;
}

ul.subMenu li a:hover {
    color: var(--color-two);
    margin-left: 5px;
}

.contact-footer-icon {
    position: absolute;
    left: 0;
}

.contact-footer--icon {
    position: absolute;
}

.contact-footer {
    position: relative;
    padding-left: 20px;
}

.contact--footer {
    position: relative;
    padding-left: 30px;
}

.oferta .ofertaPrawa h2 {
    padding-right: 125px;
    color: var(--color-one);
}

.globalBoxContent {
    transition: .2s ease;
}

/* .globalBoxContent a:hover {
    color: #fff;
} */

.offerPriceSection .offerPrice {
    color: var(--color-two);
    font-weight: 700;
}

.backLink {
    color: var(--color-one);
    font-weight: 700;
    font-size: 1.4em;
    display: block;
    float: right;
    padding-left: 50px;
    line-height: 43px;
    background: url(../../../grafika/back-link.png) no-repeat 0px 0px;
    margin-top: 30px;
}

.subMenu {
    transition: .2s ease;
}

ul.subMenu li {
    margin-bottom: 10px;
}

ul.subMenu li:after {
    border-bottom: 1px solid #252525;
    content: "";
    display: block;
}

span.offerPanelText:hover {
    color: var(--color-two);
}

@media (max-width: 990px) {
    #main-menu>li>ul {
        display: contents !important;
    }

    #main-menu>li>ul li a {
        background: #252525;
    }
}

.oferta .min-menu li a.notepadAdd {
    padding-left: 15px;
    background: url(../../../grafika/notepad-plus.png) no-repeat left center;
    color: var(--color-one);
    font-weight: 500;
}

.oferta .min-menu li a {
    margin: 0px;
    padding: 0px 10px;
    font-weight: 500;
    color: var(--color-one)
}

a:hover,
a:focus {
    color: var(--color-two);
    text-decoration: none;
}

.search-box-small input[type=submit] {
    right: 0px;
    z-index: 1;
    width: 37px;
    text-indent: -9000px;
    background: url(../../../grafika/small-search.png) center center no-repeat;
    padding: 0px;
    background-color: #bb9e6a;
}

/* -- alternative header ---------- */
.search-box {
    padding-top: 0px;
}

#nag-menu>div.row div {
    margin: 0px;
    padding: 0px;
}

.nag-menu {
    z-index: 0;
    position: relative;
}

.nag-menu {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.nag-menu>li>a {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 2em;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4)
}

.nag-menu>li {
    display: block;
    background: #333;
    width: 100% margin: 0px;
    padding: 0px;
    height: 460px;
}

.nag-menu>li>ul {
    display: none;
    width: 80% margin: 0px;
    padding: 0px;
    position: absolute;
    top: 10%;
    list-style-type: none;
    width: 100%
}

.nag-menu>li:hover>ul {
    display: block;
}

.nag-menu>li:hover>ul li {
    display: block;
    width: 80%;
    margin-top: 3px;
}

.nag-menu>li:hover>ul li a {
    background: rgba(255, 255, 255, 0.85);
    display: block;
    width: 80%;
    height: 35px;
    line-height: 35px;
    padding-left: 20px;
    border-right: 3px solid #333;
    color: #333;
}

.mieszkania>ul>li {
    background: url(../../grafika/nag-mieszkania.jpg) top center
}

.domy>ul>li {
    background: url(../../grafika/nag-domy.jpg) top center
}

.dzialki>ul>li {
    background: url(../../grafika/nag-dzialki.jpg) top center
}

.lokale>ul>li {
    background: url(../../grafika/nag-lokale.jpg) top center
}



@media (max-width: 991px) {
    #main-menu.clicked {
        z-index: 99999;
        background: #000;
        top: 134px;
    }

    .bodyMain #nag-menu {
        display: none;
    }
}