<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&amp;display=swap');

h1,
h2,
.dropdown-menu {
    font-family: 'Bebas Neue', cursive;
    font-weight: 100 !important;
}

p {
    font-family: 'Open Sans', sans-serif;
}

#navbar li.active,
.language-menu li.active {
    border-bottom: 0px solid #f6861f !important;
    cursor: nw-resize;
}

#menu&gt;nav&gt;div&gt;p {
    position: absolute;
    color: white;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 16px;
    left: 50%;
    font-weight: 100;

}

@media (max-width: 1200px) {
    #menu&gt;nav&gt;div&gt;p {
        left: 40%;
    }
}

@media (max-width: 992px) {
    #menu&gt;nav&gt;div&gt;p {
        display: none
    }
}

#searchForm&gt;fieldset&gt;div&gt;div&gt;div {
    margin-right: 0px;
}

#menu {
    background: rgb(255 255 255 / 0%);
    position: absolute;
    top: 0;
    width: 100%;
    box-shadow: 0 0 0px rgb(0 0 0 / 0%);
    z-index: 1000;
}

.navbar {
    position: relative;
    min-height: 90px !important;
    margin-bottom: 20px;
    border: 0px solid transparent;
}

.nav&gt;li&gt;a:focus {
    text-decoration: none;
    background-color: #eee0 !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    float: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    background-color: #f6861f;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    background-clip: padding-box;
    left: 50% !important;
}

#menu .navbar ul&gt;li&gt;ul {
    text-align: left;
}

.nav .open&gt;a,
.nav .open&gt;a:focus,
.nav .open&gt;a:hover {
    background-color: #eee0;
    border-color: #eee0;
}

.blog .navbar,
.notepad .navbar,
.aftermarket .navbar,
.bodyOffersList .navbar {
    background: #193e71;
}

.navbar-nav&gt;li {
    color: white;
}

#menu .navbar ul&gt;li:hover&gt;a {
    background: 0 0;
    color: #fff;
}

#navbar li.active a,
.language-menu li.active a {
    cursor: default;
    color: #f6861f;
}

.slogan-text {
    font-family: 'Bebas Neue', cursive;
}

#header .slogan {
    bottom: 310px;
    left: 0;
    width: 100%;
    font-size: 2rem;
    line-height: 2rem;
    text-align: center;
    opacity: 1;
}

#header .slogan p {
    line-height: 7rem;
    font-weight: 400;
    font-size: 80px !important;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0px;
}

.search-box .btn-primary,
.search-box .btn-primary:active,
.search-box .btn-primary:focus {
    background: #f6861f;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 900;
    border-color: #f6861f;
}

.slogan-text-down {
    font-size: 20px;
}

.bodyOffersList #search-button {
    width: 100%;
}

#header .slogan p:after {
    content: '';
    border-bottom: 6px solid #f6861f;
    display: flex;
    width: 25%;
    margin: 20px 0px 20px 0px;
}

#header .carousel-inner {
    max-height: 600px;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 0px solid transparent;
}

#header .carousel-bg {
    height: 750px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}

.carousel-indicators {
    visibility: hidden;
}

h1::after,
h2::after {
    display: none;
}

h1,
h2 {
    border-bottom: 0px solid rgba(167, 109, 109, 0);
}

#special-box-1-header,
#special-box-2-header {
    color: #193d70;
    font-size: 60px;
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 10px;
    line-height: 70px;
}

#special-box-1&gt;div&gt;p {
    color: #193d70;
    text-align: center;
    margin-bottom: 50px;
}

.offer {
    padding-bottom: 5px;
}

.offer .offer-container {
    position: relative;
    background: #193e71;
    padding: 15px;
}

.offer .params h4 {
    text-transform: uppercase;
    line-height: 1.2rem;
    max-height: 2.4rem;
    overflow: hidden;
    color: white;
}

.offer .params span {
    font-size: .8rem;
    line-height: 1rem;
    display: block;
    color: white;
}

.offer .offer-number {
    font-size: 1rem;
    display: block;
    line-height: 2.5rem;
    color: white;
}

.offer .offer-price {
    font-size: 22px;
    text-align: right;
    display: block;
    line-height: 2rem;
}

.offer .offer-price,
h1,
h2 {
    color: #f6861f;
    font-weight: 700;
}

.offer .flag {
    z-index: 20;
    top: 26px;
    background: #ff0000;
    line-height: 40px;
    padding: 0px 10px;
    left: 0;
    right: auto !important;
}

.main #agents,
.reversed-box {
    margin-bottom: 30px;
    /* display: none; */
}

.offer-box .carousel-control {
    display: none;
}

.offer .params h4:after {
    content: '';
    border-top: 1px solid #f6861f;
    display: flex;
    width: 30%;
    margin: 5px 0px 10px 0px;
}

/* layout */

.next-house {
    background-image: url(../../../grafika/tlo-1.jpg);
    background-size: cover;
}

.text-block {
    min-height: 550px;
    color: white;
}

.next-house .text-block {
    justify-content: flex-start;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 50px;
}

/* .next-house .text-block .text-3 {
    padding: 0px 200px 50px 200px;
} */

#dlaczego-next-house {
    background: rgb(250, 165, 26);
    background: linear-gradient(145deg, rgba(250, 165, 26, 1) 0%, rgba(203, 95, 39, 1) 100%);
    padding-bottom: 50px;
}

.text-1 {
    font-family: 'Bebas Neue', cursive;
    font-size: 60px;
    text-align: center;
}

.text-2 {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    padding: 0px 0px 30px 0px;
}

.text-3 {
    text-align: left;
    display: flex;
}

/* .tekst-na-stronie-glownej-nad-formularzem {
    background: rgb(250, 165, 26);
    background: linear-gradient(145deg, rgba(250, 165, 26, 1) 0%, rgba(203, 95, 39, 1) 100%);
    padding-bottom: 50px;
} */

.tekst-na-stronie-glownej-nad-formularzem .text-1,
.tekst-na-stronie-glownej-nad-formularzem .text-2 {
    color: white;
}

.tekst-na-stronie-glownej-nad-formularzem .text-2 {
    padding: 0px 0px 30px 0px;
}

.tekst-na-stronie-glownej-nad-formularzem .box-1 .naglowki,
.tekst-na-stronie-glownej-nad-formularzem .box-2 .naglowki {
    color: #193e71;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px
}

.tekst-na-stronie-glownej-nad-formularzem .box-1 p,
.tekst-na-stronie-glownej-nad-formularzem .box-2 p {
    color: white;
}

#tu-jestesmy p {
    color: #193e71;
}

.logo-firm img {
    width: 140px;
    padding: 5px;
}

#tu-jestesmy .logo-firm {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#kontakt {
    padding-top: 50px;
}

#kontakt p {
    color: #193e71;
}

.form-section .form-group label,
.globalForm .inputHolder label {
    text-transform: capitalize;
    /* position: absolute; */
}

label {
    display: inline-block;
    margin-bottom: 0px !important;
}

/* .inputHolder {
    display: flex;
    align-items: flex-start;
}

.inputHolder label {
    padding: 13px 0px 0px 20px;
} */

.globalForm .formField {
    border-radius: 0;
    border: 1px solid #cccccc;
    background: #f6f6f6;
}

label {
    font-weight: 400;
    color: #0066a9;
}

.inputHolder label {
    padding-bottom: 7px;
}

.form-control {
    height: 45px;
}

.btn-primary {
    border-radius: 0px;
    background: #193e71;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    border: 0px solid #193e71;
    -webkit-transition: color .5s, background .5s;
    transition: color .5s, background .5s;
    text-transform: uppercase;
    width: 200px;
    height: 45px;
}

.btn-primary:hover {
    background-color: #193e71 !important;
    color: #fff !important;
    border: 0px solid #193e71 !important;
}

#footer {
    padding: 80px 0px 80px 0px;
    color: #fff;
    background: #193e71;
}

.footer-rental,
.footer-sell {
    display: none;
}

.menu-footer-above {
    display: none;
}

.footer-aktualny-rok {
    padding: 0px 10px 0px 10px;
}

#copyright .container {
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: center;
    display: flex;
    font-size: 16px;
}

#copyright {
    background: #e48420;
    color: #fff;
}

#copyright .container span:first-child::after {
    display: none;
}

.stopka {
    display: flex;
    justify-content: flex-start;
}

.stopka img {
    margin-right: 25px;
    margin-top: 14px;
}

.telefon p:nth-child(1),
.mapa p:nth-child(1),
.email p:nth-child(1) {
    color: #f6861f;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}

/* search box */

.main .search-box .checkbox label {
    padding-left: 0;
    text-transform: none;
    font-size: .8rem;
    color: white;
}

.main .lokalizacja&gt;div,
.main .cena {
    padding: 0px;
}

div.row.search-advanced-market&gt;div&gt;label {
    display: none;
}

.oferta-nieruchomosci {
    padding: 0px;
}

.search-box {
    background: rgb(0, 99, 164);
    background: linear-gradient(90deg, rgba(0, 99, 164, 1) 0%, rgba(8, 73, 125, 1) 100%);
}

.zaawansowane&gt;div:nth-child(1) {
    display: none;
}

.zaawansowane {
    /* display: flex;
    align-items: flex-start;
    flex-direction: column-reverse; */
    padding-top: 18px;
}

.search-box-basic .form-group label {
    color: #fff;
}

.search-box .container-fluid {
    background-image: url(../../../../grafika/logo-strzalka.png);
    background-repeat: no-repeat;
    background-position: 0% 50%;
}

.rodzaj-transakcji,
.numer-oferty {
    display: none;
}

.search-box-basic-above.col-md-12 {
    display: flex;
    justify-content: center;
    padding-left: 15%;
}

.search-box .search-box-advanced,
.search-box .search-box-basic {
    background: rgba(0, 98, 164, 0);
    padding: 25px;
}

.search-box .search-box-advanced {
    display: none;
}

@media (min-width: 992px) {
    .search-box {
        position: relative;
        top: 0px;
    }
}

.navbar.navbar-right.additional-menu {
    display: none;
}

/* menu hamburger */

@media (max-width: 3000px) {
    #menu .menu-button {
        margin: 0;
        padding: 0;
        display: block;
        position: absolute;
        top: 18px;
        right: 20%;
        border: 0;
        background: 0 0;
        height: 55px;
        width: 28px;
        outline: 0;
        z-index: 99;
    }
}

@media (max-width: 1000px) {
    #menu .menu-button {
        margin: 0;
        padding: 0;
        display: block;
        position: absolute;
        top: 18px;
        right: 25px;
        border: 0;
        background: 0 0;
        height: 55px;
        width: 28px;
        outline: 0;
        z-index: 99;
    }
}

@media (max-width: 3000px) {
    #menu .main-menu {
        display: none;
        position: absolute;
        top: 0px;
        right: 0;
        background: #0060a0;
        width: 100%;
        height: 600px;
        padding: 20px;
        box-shadow: 0 10px 10px rgb(0 0 0 / 0%);
        align-items: center;
    }
}

/* @media (max-width: 3000px) {
    #menu .main-menu.on {
        display: flex;
    }
} */

@media (max-width: 3000px) {
    #menu .main-menu.on {
        display: flex;
        background-image: url(../../../../../grafika/header-logo.png);
        background-size: 200px;
        background-repeat: no-repeat;
        background-position: 50% 5%;
    }}

@media (min-width: 768px) {
    .navbar-nav {
        float: none;
        margin: 0;
    }
}

@media (max-width: 3000px) {
    #menu .menu-button.active span:nth-child(1) {
        position: absolute;
        top: 20px;
        left: 5px;
        transform: rotate(45deg);
        width: 20px;
    }
}

@media (max-width: 3000px) {
    #menu .menu-button.active span:nth-child(2) {
        position: absolute;
        top: 20px;
        left: 0;
        opacity: 0;
        width: 0;
    }
}

@media (max-width: 3000px) {
    #menu .menu-button.active span:nth-child(3) {
        position: absolute;
        top: 20px;
        left: 5px;
        transform: rotate(-45deg);
        width: 20px;
    }
}


@media (max-width: 3000px) {
    #menu .main-menu .base-menu {
        width: 100%;
    }
}

@media (max-width: 991px) {
    #menu .main-menu .additional-menu {
        margin: 0;
        width: 100%;
        float: left;
    }
}

@media (min-width: 3000px) {
    .navbar-left {
        float: left !important;
    }
}

@media (max-width: 3000px) {
    #menu .main-menu .base-menu&gt;ul.nav&gt;li&gt;a {
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
        line-height: 22px;
        padding: 10px 0;
        /* font-size: 1.1rem; */
        position: relative;
        border-bottom: 0px solid #f2f2f2;
        font-weight: 100;
        font-family: 'Bebas Neue', cursive;
        font-size: 30px;
        letter-spacing: 1px;
    }
}

@media (max-width: 3000px) {
    #menu .main-menu .base-menu&gt;ul.nav&gt;li {
        float: none;
        text-align: center !important;
    }
}

@media (max-width: 3000px) {
    #menu .menu-button span {
        display: block;
        width: 28px;
        height: 3px;
        background: #fff;
        transition: .2s linear;
    }
}

@media (max-width: 3000px) {
    #menu .menu-button span:nth-child(1) {
        position: absolute;
        top: 15px;
        left: 0;
    }
}

@media (max-width: 3000px) {
    #menu .menu-button span:nth-child(2) {
        position: absolute;
        top: 25px;
        left: 0;
    }
}

@media (max-width: 3000px) {
    #menu .menu-button span:nth-child(3) {
        position: absolute;
        top: 35px;
        left: 0;
    }
}


/* koniec menu hamburger */

.sort-panel.btn-group button.btn.active {
    color: #0062a2;
    opacity: 1;
}

.pagination li.active a,
.pagination li.active a:hover {
    background: #e48420;
}

.sort-panel.btn-group .btn-group .dropdown-menu&gt;li&gt;a {
    display: block;
    padding: 10px 0;
    clear: both;
    color: #1e1b1b;
    white-space: nowrap;
    font-size: .8rem;
    text-transform: uppercase;
    font-weight: 100;
    padding-right: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.agent .agent-offers {
    background: #193e71;
}

.agent .contact-agent .btn-default {
    background: #193e71;
}

.pricebox-menu {
    background: #f68c38;
}

.offer-props&gt;div.price span:nth-child(2) {
    color: #f68c38;
}

.agent .contact-agent .agent-phone {
    color: #f68c38;
}

.offer-page h3 {
    color: #193e71;
}

.offer-page h3::after {
    background: #f68c38;
}

.offer-props&gt;div::after {
    background: #193e71;
}

.result {
    background: #193e71;
}









/* rwd */

@media (max-width: 992px) {
    .next-house .text-block .text-3 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* @media (max-width: 1600px) {
    .search-box .container-fluid {
        background-image: none;

    }
} */

@media (max-width: 992px) {
    .search-box-basic-above.col-md-12 {
        padding-left: 0px;

    }

    .search-box .search-box-advanced,
    .search-box .search-box-basic {
        width: 100%;
    }
}

@media (max-width: 992px) {
    #header .slogan p {
        font-size: 50px !important;
        line-height: 60px;
    }
}

@media (max-width: 991px) {
    #header .slogan {
        bottom: 310px;
    }
}

@media (max-width: 992px) {
    #menu .navbar ul&gt;li&gt;ul {
        text-align: center;
    }

    #menu .navbar ul&gt;li&gt;ul&gt;li&gt;a {
        color: #fff;
    }

    #menu .navbar ul&gt;li&gt;ul&gt;li&gt;a:hover {
        color: #f6861f;
    }
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 0px !important;
    }
}

@media (max-width: 991px) {
    #menu {
        border-bottom: 0px #f2f2f2 solid;
    }
}

@media (max-width: 3000px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
}

@media (max-width: 1440px) {
    .zaawansowane {
        padding-top: 18px;
        width: 20px;
    }
}

@media (max-width: 1600px) {
    .search-box-basic-above.col-md-12 {
        display: flex;
        justify-content: right;
        padding-left: 15%;
    }
}

@media (max-width: 1600px) {
    .search-box .container-fluid {
    background-image: url(../../../../../grafika/logo-strzalka.png);
    background-repeat: no-repeat;
    background-position: -7% 50%;
}
}

@media (max-width: 1200px) {
    .search-box .container-fluid {
        background-image: none;
    }
}

@media (max-width: 1200px) {
.search-box-basic-above.col-md-12 {
    display: flex;
    justify-content: center;
    padding-left: 0%;
}}

@media (max-width: 500px) {
    .text-1 {
        line-height: 50px;
    }
}

@media (max-width: 500px) {
    #header .slogan p {
        font-size: 35px !important;
    }
}

@media (max-width: 400px) {
    #header .slogan p {
        font-size: 28px !important;
    }
}


/* menu rozwijane */

#menu .navbar ul&gt;li&gt;ul {
    text-align: center;
}

#menu .navbar ul&gt;li&gt;ul&gt;li&gt;a {
    margin: 0;
    padding: 0;
    line-height: 20px;
    height: 30px;
    color: #20a6ff;
    font-size: 21px;
    font-weight: 100;
    letter-spacing: 1px;
}

/* koniec */


div#loan-calculator {
    display: none;
}

div#cost-calculator {
    display: none;
}

/* contact form */
#contact-form {
  background-color: #fff;
  padding-top: 50px;
}

#contact-form label {
  text-transform: capitalize;
}

.contact-form .form-group .form-control {
  border: 1px solid #cccccc;
}
#contact-form .submit {
	border-radius: 0px;
	background: #193e71;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 400;
	border: 0px solid #193e71;
	-webkit-transition: color .5s, background .5s;
	transition: color .5s, background .5s;
	text-transform: uppercase;
	width: 200px;
	height: 45px;
}


#contact-form .contactFormTitle {
	color: #193e71;
	font-family: 'Bebas Neue', cursive;
	font-size: 60px;
	text-align: center;
}

#contact-form .contact-box {
	display: none;
}

#contact-form .form-group .form-control {
	font-size: 14px; 
}

#contact-form .reversed-box {
  color: #193e71;
}

#contact-form .formMsg {
    color: #193e71;
    font-size: 25px;
    text-align: center;
    padding: 25px;
}</pre></body></html>