<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
*
* Najem dlugo terminowy widget
*
 */
.container {
    width: 80%;
    margin: 40px auto;
    padding: 30px;
    border: 2px solid #005499;
    position: relative;
    font-family: inherit;
    color: #005499;
}

legend {
    font-size: 26px;
    line-height: normal;
    padding: 0 15px;
    color: #005499;
    font-weight: 600;
}

div.rendered-form {
    display: flex;
    flex-wrap: wrap;
}

div.container__inputy {
    display: flex;
    margin: 20px 0;
    flex-basis: 50%
}

div.city__input {
    flex-basis: 100%
}

input.form-control {
    width: 100px;
}

span{
    margin-right: 1px;
    margin-left: 5px;
}


label.formbuilder-select-label {
    margin-right: 5px;
}

option {
    background: #005499;
    color: #fff;
}

.form-control {
    border: 1px solid #F4F8FB;
    border-bottom: 2px solid #005499;
    font-family: inherit;
    color: #005499;
    background-color: #F4F8FB;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 5px;
}

button {
    background-color: #005499;
    color: white;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    outline: none;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: .1em;
    font-weight: 700;
    font-family: inherit;
    box-shadow: 0 15px 15px 0 rgb(0 0 0 / 15%);
    position: absolute;
    right: 30px;
    bottom: -22px;
}

.titleFlat {
    margin: 50px 0;
    color: #0054993B;
    font-family: "Montserrat", Sans-serif;
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.offers-container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 5%;
}

section.FlatPage{
    margin-bottom: 90px;
}

.single-offer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(33% - 10px);
    margin: 15px 0;
    box-shadow: 2px 3px 5px 2px #dbdbdb;
}

img.image-offer.lazyloaded{
    object-fit: cover;
    display: block;
    height: 222px;
    width: 100%;
    margin: 0 auto 25px;
}

.single-offer a {
    display: inline-block;
    align-self: flex-start;
    color: #005499;
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;
    height: 100%;
    width: 100%;
}

a.title-offer-link {
    padding: 0 10px;
}

p {
    margin: 0;
}

.image-offer-price {
    float: right;
    text-align: right;
    position: relative;
    padding: 5px 15px;
    bottom: 66px;
    background-color: #005499;
}

.details-container {
    display: flex;
    justify-content: space-between;
    margin: 10px 10px 5px;
}

.image-offer-price p {
    color: white;
    text-align: right;
}

.image-offer-link {
    margin-bottom: -50px
}

p.offer-city::before,
p.offer-surface::before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
}

p.offer-city::before {
    content: "\f3c5";
}

p.offer-surface::before {
    content: "\f31e";
}

.pagination {
    display: flex;
    justify-content: center;
}

.pagination span, .pagination a{
    border: 1px solid gray;
    padding: 5px 10px;
    margin: 2px;
}

.pagination span{
    margin: 4px;
    flex-wrap: wrap;
}

span.page-numbers.current{
    background: #005499;
    color: white;
}

span.page-numbers.current :hover{
    cursor: default;
}

a.page-numbers:hover {
    background: #c8e6ff;
    color: black;
}

@media (max-width: 1200px){
    .offers-container {
        gap: 15px;
    }
}

@media (max-width: 1024px) {
    .single-offer {
        width: 48%;
    }
    
    strong{
        margin: 0px ;
    }

    div.rendered-form {
        justify-content: space-between;
    }

    div.container__inputy {
        flex-basis: 44%;
    }
}

@media(max-width:770px) {
    .container {
        width: 90%;
        padding: 20px;
    }

    .titleFlat {
        margin: 20px 0;
        font-size: 50px
    }

    div.dane__inputy {
        display: flex;
        flex-basis: 100%;
        flex-direction: column;
    }

    span{
        display: block;
        margin-right: 0px;
        margin-left: 0px;
    }

    div.container__inputy {
        display: flex;
        flex-direction: column;
    }

    input.form-control {
        width: 100%;
    }

    div.rendered-form {
        flex-direction: column;
    }

    button {
        position: static;
        width: 30%;
        align-self: center;
    }

    form {
        display: flex;
        flex-direction: column;
    }

    strong{
        margin-left: 0px;
    }
}

@media(max-width:680px) {
    .container {
        width: 100%;
    }

    .offers-container{
        justify-content: center;
    }

    div.dane__inputy {
        margin: 0 15px;
    }

    div.container__inputy {
        flex-basis: 100%;
    }

    .container__inputy.city__input {
        margin: auto 15px 35px;
    }

    .titleFlat {
        margin: 20px 0;
        font-size: 35px
    }

    .single-offer {
        width: 98%;
    }
}

@media(max-width:480px) {
    .container {
        width: 100%;
        padding: 5px;
    }

    div.dane__inputy {
        margin: 0 5px;
    }

    .titleFlat {
        margin: 10px 0;
        font-size: 25px
    }
    
    .container__inputy.city__input {
        margin-left: 5px;
    }

    button{
        width: 50%;
    }
}

@media(max-width:360px) {
    .container {
        padding: 5px;
    }

    .container__inputy.city__input {
        margin-left: 5px;
        margin-bottom: 40px;
    }
}

@media(max-width:320px) {
    div.container__inputy {
        flex-wrap: wrap;
        margin: 5px 15px 25px;
        justify-content: flex-start;
        justify-content: center;
    }

    .container__inputy.city__input {
        margin-bottom: 40px;
        margin-left: 20px;
    }

    label.formbuilder-number-label {
        margin-right: 100%;
    }

    .titleFlat {
        font-size: 18px
    }
} 

</pre></body></html>