@media screen and (max-width: 768px) {

    body,
    html {
        overflow-x: hidden !important
    }

    .laguna__home .container {
        max-width: 90% !important
    }

    .aniImg {
        visibility: visible !important
    }
}

.jplist-hidden {
    display: none
}

.jplist-sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    background: #f1f1f1;
    padding-bottom: 5px
}

.sticky-demo .panel>.center {
    max-width: 100%
}

.sticky-demo .jplist-sticky>.center {
    max-width: 95%
}

.no-cssgradients .jplist-panel button:hover {
    background: #f4f4f4
}

.jplist-panel {
    color: #27252a
}

.jplist-panel button {
    float: left;
    height: 30px;
    box-shadow: 0 0 1px #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #fff;
    color: #27252a;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #fff 0, #efefef 100%);
    background: -o-linear-gradient(top, #fff 0, #efefef 100%);
    background: -ms-linear-gradient(top, #fff 0, #efefef 100%);
    background: linear-gradient(to bottom, #fff 0, #efefef 100%);
    margin: 10px 10px 0 0
}

.jplist-panel button:hover {
    color: #0381bb;
    background: #f2f2f2;
    background: -moz-linear-gradient(top, #fafafa 0, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fafafa), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #fafafa 0, #ededed 100%);
    background: -o-linear-gradient(top, #fafafa 0, #ededed 100%);
    background: -ms-linear-gradient(top, #fafafa 0, #ededed 100%);
    background: linear-gradient(to bottom, #fafafa 0, #ededed 100%)
}

.jplist-panel button.jplist-disabled {
    background: #e3e3e3;
    color: #6c6c6c;
    cursor: default
}

.jplist-panel button.jplist-selected {
    color: #f03800
}

.jplist-panel input[type="text"] {
    float: left;
    height: 30px;
    box-shadow: 0 0 1px #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #fff;
    color: #27252a;
    width: 150px;
    text-indent: 5px;
    background: #fff
}

.jplist-panel input[type="checkbox"],
.jplist-panel input[type="radio"] {
    float: left;
    outline: none !important;
    display: inline-block;
    height: 20px;
    margin-top: 0px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: #27252a
}

.jplist-icon {
    float: left;
    height: 30px;
    box-shadow: 0 0 1px #fff;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #fff;
    color: #27252a;
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    border-right: 0
}

.jplist-icon:hover {
    color: #0381bb
}

.jplist-label {
    float: left;
    height: 30px;
    box-shadow: 0 0 1px #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #fff;
    color: #27252a;
    line-height: 30px;
    padding: 0 10px;
    margin: 10px 10px 0 0;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #fff 0, #efefef 100%);
    background: -o-linear-gradient(top, #fff 0, #efefef 100%);
    background: -ms-linear-gradient(top, #fff 0, #efefef 100%);
    background: linear-gradient(to bottom, #fff 0, #efefef 100%)
}

.jplist-selected {
    color: #CA3F1A
}

.jplist-box {
    float: left;
    height: 30px;
    margin: 10px 10px 0 0
}

.jplist-drop-down {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: black;
    width: 200px;
    position: relative;
    margin-top: 10px;
    font-size: 16px;
    background: #fff url(../img/bg-select-pod.png) top right no-repeat !important;
    border: 1px solid black;
    color: black;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    height: 34px;
    padding-left: 10px;
    font-size: 14px;
    padding-top: 5px
}

.jplist-drop-down .jplist-dd-panel {
    display: block;
    overflow: hidden;
    cursor: pointer
}

.jplist-drop-down ul {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    border-top: 0px;
    position: relative;
    top: 7px;
    z-index: 1000;
    width: 200px;
    left: -11px;
    display: none;
    overflow: hidden;
    list-style: none
}

.jplist-drop-down ul li {
    color: black;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    height: 34px;
    padding-left: 10px;
    font-size: 14px !important;
    padding-top: 5px;
    background: white
}

.jplist-drop-down ul li span {
    color: black !important;
    font-size: 14px !important;
    padding-left: 0px !important;
    text-transform: none !important
}

.jplist-drop-down ul li:hover {
    background-color: #e5e5e5
}

.jplist-drop-down:hover .jplist-dd-panel {
    color: #000
}

.jplist-drop-down:hover .jplist-dd-panel:after {
    color: #0381bb
}

.jplist-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 10px;
    outline: none;
    display: block;
    width: 160px;
    height: 36px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 20px 0 0;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 0px;
    background: #fff url("../img/bg-select.gif") top right no-repeat;
    border: 2px solid transparent;
    border-bottom: 2px solid #222222
}

.jplist-select--single {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 0px;
    outline: none;
    float: left;
    width: 160px;
    height: 36px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 20px 0 0;
    cursor: pointer;
    position: relative;
    text-indent: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 0px;
    background: #dddedd url("../img/bg-select.gif") top right no-repeat;
    border: 1px solid #dddedd
}

.jplist-ios-button {
    display: none
}

@media only screen and (max-width: 600px) {
    .jplist-ios-button {
        display: block;
        width: 100%;
        text-align: center;
        cursor: pointer;
        font-size: 15px;
        line-height: 30px;
        float: left;
        height: 32px;
        box-shadow: 0 0 1px #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #dbdbdb;
        border-radius: 3px;
        text-shadow: 1px 1px 1px #fff;
        color: #27252a;
        background: #fff;
        background: -moz-linear-gradient(top, #fff 0, #efefef 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #efefef));
        background: -webkit-linear-gradient(top, #fff 0, #efefef 100%);
        background: -o-linear-gradient(top, #fff 0, #efefef 100%);
        background: -ms-linear-gradient(top, #fff 0, #efefef 100%);
        background: linear-gradient(to bottom, #fff 0, #efefef 100%)
    }

    .jplist-ios-button:hover {
        background: #f2f2f2;
        background: -moz-linear-gradient(top, #fafafa 0, #ededed 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fafafa), color-stop(100%, #ededed));
        background: -webkit-linear-gradient(top, #fafafa 0, #ededed 100%);
        background: -o-linear-gradient(top, #fafafa 0, #ededed 100%);
        background: -ms-linear-gradient(top, #fafafa 0, #ededed 100%);
        background: linear-gradient(to bottom, #fafafa 0, #ededed 100%)
    }

    .jplist-ios-show {
        display: block
    }
}

.jplist-checkbox-dropdown {
    text-align: left;
    height: 32px;
    color: #000000;
    width: 160px;
    margin: 10px 10px 0 0
}

.jplist-checkbox-dropdown .jplist-dd-panel {
    display: block;
    border-bottom: 2px solid #222222;
    width: 160px;
    height: 35px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 0px 0 0;
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 0px;
    background: #fff url("../img/bg-select.gif") top right no-repeat
}

.jplist-checkbox-dropdown--single .jplist-dd-panel {
    background: #dddedd
}

.jplist-checkbox-dropdown--single .jplist-dd-panel {
    border: 1px solid #dddedd
}

.jplist-checkbox-dropdown--single ul {
    border: 1px solid #dddedd
}

.jplist-checkbox-dropdown input[type='checkbox'] {
    background: transparent
}

.jplist-checkbox-dropdown ul {
    position: relative;
    top: -14px;
    z-index: 2000;
    width: 160px;
    display: none;
    overflow: hidden;
    background: #fff;
    list-style: none;
    margin: 0;
    padding: 10px 0px 10px 0px
}

.jplist-checkbox-dropdown ul li {
    width: 100%;
    padding: 0 5%;
    float: left;
    margin-bottom: 0px;
    line-height: 20px;
    text-indent: 4px;
    cursor: pointer
}

.jplist-checkbox-dropdown:hover .jplist-dd-panel {
    color: #000
}

.laguna__home {
    display: block
}

.laguna__home-atuty {
    display: block;
    padding: 100px 0
}

@media screen and (max-width: 768px) {
    .laguna__home-atuty {
        padding: 50px 0px 20px 0px
    }
}

.laguna__home-atuty p {
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: 23px;
    text-align: center
}

.laguna__home-atuty ul {
    display: flex;
    padding-top: 70px
}

@media screen and (max-width: 768px) {
    .laguna__home-atuty ul {
        padding-top: 30px;
        display: block
    }
}

.laguna__home-atuty ul li {
    flex: 0 0 25%
}

@media screen and (max-width: 768px) {
    .laguna__home-atuty ul li {
        flex: 0 0 100%;
        margin-bottom: 50px
    }
}

.laguna__home-atuty ul li img {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px
}

@media screen and (max-width: 768px) {
    .laguna__home-atuty ul li img {
        margin-bottom: 10px
    }
}

.laguna__home-atuty ul li span {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: 23px;
    text-align: center;
    display: block;
    max-width: 175px;
    margin: 0 auto
}

.laguna__boxes {
    display: block;
    position: relative
}

.laguna__boxes-apla {
    display: block;
    position: absolute;
    top: 500px;
    right: 0;
    /*transform:translateY(-30%);*/
    width: 39.120879120879124%;
    z-index: 3
}

.laguna__boxes-apla img {
    max-width: 100%
}

@media screen and (max-width: 768px) {
    .laguna__boxes-apla {
        display: none
    }
}

.laguna__boxes ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap
}

@media screen and (max-width: 768px) {
    .laguna__boxes ul {
        display: block
    }
}

.laguna__boxes ul li {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: black;
    position: relative
}

@media screen and (max-width: 768px) {
    .laguna__boxes ul li {
        display: block
    }
}

.laguna__boxes ul li:nth-child(even) {
    background: white;
    padding-bottom: 80px;
    position: relative
}

@media screen and (max-width: 768px) {
    .laguna__boxes ul li:nth-child(even) {
        padding-bottom: 30px
    }
}

.laguna__boxes ul li:nth-child(even):after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 57.5%;
    height: 110px;
    background: black;
    z-index: 0
}

@media screen and (max-width: 768px) {
    .laguna__boxes ul li:nth-child(even):after {
        display: none
    }
}

.laguna__boxes ul li:nth-child(even) .laguna__boxes-col {
    margin-top: -35px
}

@media screen and (max-width: 768px) {
    .laguna__boxes ul li:nth-child(even) .laguna__boxes-col {
        margin-top: 20px
    }
}

.laguna__boxes ul li:nth-child(even) .laguna__boxes-col-text {
    order: 1;
    align-items: flex-end;
    flex: 0 0 48%
}

.laguna__boxes ul li:nth-child(even) .laguna__boxes-col-text h2,
.laguna__boxes ul li:nth-child(even) .laguna__boxes-col-text p {
    margin-right: 60px;
    margin-left: 0;
    color: black
}

@media screen and (max-width: 768px) {

    .laguna__boxes ul li:nth-child(even) .laguna__boxes-col-text h2,
    .laguna__boxes ul li:nth-child(even) .laguna__boxes-col-text p {
        margin-right: 0px;
        max-width: 90%;
        margin: 0 auto;
        display: block
    }
}

.laguna__boxes ul li:nth-child(even) .laguna__boxes-col-foto {
    order: 2;
    flex: 0 0 52%
}

.laguna__boxes ul li:nth-child(even) .laguna__boxes-col-foto img {
    z-index: 2
}

.laguna__boxes ul li:nth-child(1) {
    padding-top: 40px;
    padding-bottom: 110px
}

@media screen and (max-width: 768px) {
    .laguna__boxes ul li:nth-child(1) {
        padding-top: 0px;
        padding-bottom: 60px
    }
}

.laguna__boxes ul li:last-child {
    margin-bottom: 40px
}

@media screen and (max-width: 768px) {
    .laguna__boxes ul li:last-child {
        padding-bottom: 40px
    }
}

.laguna__boxes ul li:last-child:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -40px;
    right: 0;
    width: 57.5%;
    height: 40px;
    background: black;
    z-index: 0
}

@media screen and (max-width: 768px) {
    .laguna__boxes ul li:last-child:after {
        display: none
    }
}

.laguna__boxes-col {
    display: flex;
    flex: 0 0 50%;
    flex-direction: column
}

.laguna__boxes-col img {
    max-width: 100%
}

.laguna__boxes-col-text p,
.laguna__boxes-col-text h2 {}

@media screen and (max-width: 768px) {

    .laguna__boxes-col-text p,
    .laguna__boxes-col-text h2 {
        margin-left: 0px;
        max-width: 90%;
        margin: 0 auto;
        display: block
    }
}

.laguna__boxes-col-text h2 {
    color: white;
    font-family: "Gothic A1", sans-serif;
    font-size: 44px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 140%;
    text-align: left;
    margin-bottom: 40px
}

@media screen and (max-width: 768px) {
    .laguna__boxes-col-text h2 {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 30px
    }
}

.laguna__boxes-col-text p {
    color: white;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: 23px;
    text-align: left
}

.laguna__home .promocje .promocje__lista {
    padding-top: 75px
}

@media screen and (max-width: 768px) {
    .laguna__home .promocje .promocje__lista {
        padding-top: 40px;
        margin-top: 0px
    }
}

.laguna__home .promocje {
    padding-top: 80px
}

@media screen and (max-width: 768px) {
    .laguna__home .promocje {
        padding-top: 30px
    }
}

.laguna__home .promocje__sygnet {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px
}

.laguna__home .promocje h3 {
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 30px;
    font-family: "Gothic A1", sans-serif;
    margin-bottom: 30px
}

@media screen and (max-width: 768px) {
    .laguna__home .promocje h3 {
        font-size: 30px;
        line-height: 130%
    }
}

.laguna__home .promocje p {
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: 23px;
    text-align: center;
    font-family: "Open Sans", sans-serif
}

.laguna__lokalizacja-atuty {
    display: block;
    padding: 100px 0 70px 0px
}

@media screen and (max-width: 768px) {
    .laguna__lokalizacja-atuty {
        padding: 50px 0px 30px 0px
    }
}

.laguna__lokalizacja-atuty h3 {
    color: #000000;
    font-size: 48px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    font-family: "Gothic A1", sans-serif
}

@media screen and (max-width: 768px) {
    .laguna__lokalizacja-atuty h3 {
        font-size: 30px
    }
}

.laguna__lokalizacja-atuty ul {
    display: flex;
    padding-top: 70px;
    flex-wrap: wrap;
    width: 100%
}

@media screen and (max-width: 768px) {
    .laguna__lokalizacja-atuty ul {
        padding-top: 30px
    }
}

.laguna__lokalizacja-atuty ul li {
    flex: 1 1 auto
}

@media screen and (max-width: 768px) {
    .laguna__lokalizacja-atuty ul li {
        flex: 0 0 100%;
        margin-bottom: 30px
    }
}

.laguna__lokalizacja-atuty ul li img {
    display: block;
    margin: 0 auto
}

.laguna__lokalizacja-atuty ul li .laguna__lokalizacja-atuty-img {
    display: flex;
    align-items: center;
    height: 75px;
    margin-bottom: 30px;
    width: 100%
}

@media screen and (max-width: 768px) {
    .laguna__lokalizacja-atuty ul li .laguna__lokalizacja-atuty-img {
        margin-bottom: 10px
    }
}

.laguna__lokalizacja-atuty ul li span {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: 23px;
    text-align: center;
    display: block;
    max-width: 175px;
    margin: 0 auto
}

.laguna__lokalizacja-mapa {
    display: block;
    position: relative;
    padding-top: 120px
}

@media screen and (max-width: 768px) {
    .laguna__lokalizacja-mapa {
        padding-top: 20px;
        margin-bottom: 40px
    }
}

.laguna__lokalizacja-mapa-apla {
    background: #000;
    width: 73%;
    padding: 50px 4.7% 47px 8%;
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (max-width: 768px) {
    .laguna__lokalizacja-mapa-apla {
        width: 100%;
        padding: 10px;
        position: relative
    }
}

.laguna__lokalizacja-mapa-apla h3 {
    font-size: 48px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    color: white;
    margin-bottom: 20px
}

@media screen and (max-width: 768px) {
    .laguna__lokalizacja-mapa-apla h3 {
        font-size: 30px
    }
}

.laguna__lokalizacja-mapa-apla p {
    color: #fff;
    font-size: 14px;
    display: block;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    font-family: "Open Sans", sans-serif
}

.stopka__laguna {
    background: #fff url("../img/bg-footer.jpg") bottom left no-repeat;
    margin-top: 0px;
    padding-top: 80px;
    color: black
}

@media screen and (max-width: 768px) {
    .stopka__laguna {
        padding-top: 30px
    }
}

.stopka__laguna .wpcf7-acceptance {
    font-size: 12px;
    line-height: 140%;
    margin-top: 10px
}

.stopka__laguna .wpcf7-acceptance a {
    font-size: 12px !important;
    line-height: 140%
}

@media (max-width: 19200px) {
    .stopka__laguna {
        background-size: 400px
    }
}

.stopka__laguna .stopka__cnt .stopka__cnt__dane p {
    font-size: 15px;
    font-weight: 400
}

.stopka__laguna .br p {
    margin-top: 20px
}

.stopka__laguna .mobile-right {
    text-align: right
}

.stopka__laguna input[type=submit] {
    display: inline-block;
    width: auto;
    background: black;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    padding: 20px 40px;
    margin-top: 20px
}

.stopka__laguna .g-recaptcha {
    margin-top: 20px
}

.laguna__galeria {
    display: block;
    padding-top: 20px
}

.laguna__galeria ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px
}

.laguna__galeria ul li {
    flex: 0 0 33.333%;
    padding: 20px
}

.laguna__galeria ul li img {
    max-width: 100%;
    height: auto
}

.laguna__galeria ul li a {
    display: block
}

body.page-id-3905 .laguna__menu li:nth-child(2) a:after {
    width: 100%
}

body.page-id-4028 .laguna__menu li:nth-child(4) a:after {
    width: 100%
}

body.page-template-laguna-wyszukiwarka-3d .laguna__menu li:nth-child(3) a:after {
    width: 100%
}

body.page-id-3954 .laguna__menu li:nth-child(5) a:after {
    width: 100%
}

body.page-id-3996 .laguna__menu li:nth-child(6) a:after {
    width: 100%
}

.laguna__menu {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 0
}

.laguna__menu li {
    background: black;
    height: 100px;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    display: flex
}

@media screen and (max-width: 768px) {
    .laguna__menu li {
        flex: 0 0 100%;
        height: 50px;
        border-bottom: 1px solid white
    }
}

.laguna__menu li:first-child {
    background: white
}

@media screen and (max-width: 768px) {
    .laguna__menu li:first-child {
        height: 100px
    }
}

.laguna__menu li a {
    color: white;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    position: relative
}

.laguna__menu li a:after {
    display: block;
    position: absolute;
    width: 0%;
    height: 2px;
    background: white;
    content: '';
    transition: all 350ms ease;
    margin: 0 auto;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%)
}

.laguna__menu li a:hover {
    text-decoration: none
}

.laguna__menu li a:hover:after {
    width: 100%
}

.laguna__menu .active a:after {
    width: 100%
}

.laguna__menu li:nth-child(3) a {
background: #d72323;
color: #fff;
padding: 10px;
transition: all 350ms ease;
}
.laguna__menu li:nth-child(3) a:hover {
    background: #ab1c1c
}
.laguna__menu li:nth-child(3) a:after {
    display: none
}

.laguna__wyszukiwarka-search {
    background: black
}

.search .btn__promo {
    margin-top: 45px;
    border: 1px solid #000000;
    background: #d72323;
    display: flex;
    position: relative;
    height: 60px;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    color: white;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
    font-family: "Gothic A1", sans-serif
}

.search .btn__promo:hover {
    text-decoration: none;
    background: #ab1c1c
}

.search .search__form {
    padding-top: 70px
}

.search .search__form input[type=submit] {
    background: #fff url(/wp-content/themes/LemonPress/assets/img/bg-arrow-black.png) no-repeat;
    background-position: 140px 13px;
    color: black;
    height: 58px;
    width: 200px;
    padding-left: 30px;
    margin-left: 30px;
    font-size: 25px
}

.search .search__form h2 {
    color: white;
    font-size: 40px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    font-family: "Gothic A1", sans-serif;
    max-width: 520px;
    margin: 0 auto;
    display: block;
    margin-bottom: 50px
}

@media screen and (max-width: 768px) {
    .search .search__form h2 {
        font-size: 30px;
        display: block;
        width: 90%;
        margin: 0 auto;
        margin-bottom: 30px;
        text-align: center
    }
}

@media screen and (max-width: 768px) {
    .search .search__form form {
        max-width: 90% !important;
        margin: 0 auto;
        display: block
    }

    .search .search__form form ul li {
        text-align: center
    }

    .search .search__form form .jplist-checkbox-dropdown,
    .search .search__form form .jplist-drop-down,
    .search .search__form form .jplist-checkbox-dropdown--single .jplist-dd-panel,
    .search .search__form form .jplist-select--single {
        width: 100% !important
    }

    .search .search__form .search .search__form .br {
        display: none
    }

    .search .search__form span {
        margin: 10px 0px
    }

    .search .search__form .customSelect {
        width: 100% !important
    }

    .search .search__form .typo1a {
        display: none
    }

    .search .search__form .control {
        text-align: left
    }

    .search .search__form .search .search__graficzna {
        display: none !important
    }
}

@media screen and (max-width: 768px) {
    .search .search__graficzna {
        display: none !important
    }

    .search .search__list li .search__list__foto {
        margin-bottom: 0px
    }

    .search .search__list li .search__list__foto a {
        display: inline-block;
        max-width: 100% !important;
        width: 100%
    }

    .dane {
        margin-top: 30px
    }

    .stopka__laguna {
        background: none
    }
}

.search {
    display: block;
    position: relative;
    zoom: 1
}

.search .apla__search {
    width: 10%;
    left: 0px;
    top: -75px;
    display: block;
    position: absolute;
    z-index: 1001
}

@media only screen and (min-width: 1200px) and (max-width: 1350px) {
    .search .apla__search {
        display: none
    }
}

@media only screen and (min-width: 1351px) and (max-width: 1600px) {
    .search .apla__search {
        width: 8%
    }
}

.search .btn__searchW {
    margin-top: 45px
}

.search .cena-sort,
.search .met-sort {
    display: none
}

.search .search__blackBox {
    margin-bottom: 75px !important
}

.search .search__graficzna {
    display: block;
    width: 100%
}

.search .search__graficzna img {
    display: block;
    margin: 0 auto;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
    object-fit: cover
}

@media only screen and (max-width: 1600px) {
    .search .search__graficzna img {
        height: 100%
    }
}

.search .search__graficzna span {
    display: block;
    position: absolute;
    bottom: 25px;
    right: 0px;
    font-weight: 700;
    font-size: 17px
}

.search .search__graficzna a {
    display: block
}

.search .search__graficzna:hover span {
    bottom: 30px;
    border-bottom: 5px solid #eee9b7
}

.search .search__graficzna:hover img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.search .search__list {
    margin-top: -75px !important;
    margin-bottom: 75px !important
}

.search .search__list li {
    display: block;
    margin-top: 75px !important
}

.search .search__list li .search__list__foto {
    text-align: right
}

.search .search__list li .search__list__foto a {
    display: inline-block;
    max-width: 140px;
    max-height: 140px;
    margin-right: 10px
}

.search .search__list li .search__list__foto a .search__list__karta {
    display: block;
    background: black;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    padding: 5px;
    margin-top: 10px;
    opacity: 0;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease
}

.search .search__list li .search__list__foto a:hover {
    text-decoration: none
}

.search .search__list li .search__list__foto a:hover .search__list__karta {
    margin-top: 0px;
    opacity: 1;
    text-decoration: none
}

.search .search__list li .search__list__name {
    display: inline-block;
    background: black;
    color: white;
    font-size: 15px;
    padding: 5px 10px
}

.search .search__list li .search__list__yard {
    display: inline-block;
    background: white;
    border: 1px solid black;
    color: black;
    font-size: 15px;
    padding: 5px 20px
}

.search .search__list li .search__list__type {
    font-size: 15px;
    font-weight: 400;
    color: black;
    padding: 5px 0px;
    border-bottom: 1px solid black;
    display: block;
    width: 171px;
    text-align: center
}

.search .search__list li .search__list__status {
    color: black;
    font-size: 15px;
    display: block;
    margin: 12px 0px 3px 0px;
    padding-left: 22px;
    position: relative
}

.search .search__list li .search__list__status:before {
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 2px;
    left: 0px;
    content: ''
}

.search .search__list li .search__list__status--wolne:before {
    background: #18a726;
    border: 1px solid #18a726
}

.search .search__list li .search__list__status--sprzedane:before {
    background: #fff;
    border: 1px solid black
}

.search .search__list li .search__list__status--zarezerwowane:before {
    background: #de7226;
    border: 1px solid #de7226
}

.search .search__list li .search__list__txt {
    font-size: 15px;
    font-weight: 300;
    display: inline-block;
    margin: 2px 0px
}

.search .search__list li .search__list__txt strong {
    font-weight: 700
}

.search .search__list li .search__list__txt--left {
    width: 65px
}

.search .search__list .pobierz__btn {
    display: inline-block;
    margin: 10px 0px 20px 0px;
    font-size: 15px;
    color: black
}

.search .search__list .pobierz__btn svg {
    margin-right: 10px
}

.search .search__list .pobierz__btn:hover {
    text-decoration: none
}

.search .jplist {
    display: block;
    width: 100%
}

.search .search__form {
    display: block;
    position: relative;
    zoom: 1;
    background: black;
    padding: 48px 0px 48px 0px
}

.search .search__form:before {
    display: block;
    position: absolute;
    background: black;
    left: -500px;
    top: 0px;
    width: 500px;
    height: 100%;
    content: ''
}

.search .search__form span {
    font-family: "Open Sans", sans-serif;
    color: white;
    font-size: 17px;
    font-weight: 400;
    display: block;
    padding-left: 10px;
    text-transform: uppercase
}

.search .search__form form {
    padding: 0px 0px 0px 0px;
    max-width: 800px;
    margin: 0 auto;
    display: block
}

.search .search__form .jplist-checkbox-dropdown--single .jplist-dd-panel {
    border: 1px solid black !important;
    background: #fff url("../img/bg-select-pod.png") top right no-repeat !important;
    padding-left: 10px;
    width: 200px;
    font-family: "Open Sans", sans-serif
}

.search .search__form .jplist-checkbox-dropdown ul {
    top: -16px !important;
    width: 200px;
    border: 1px solid black !important
}

.search .search__form .jplist-panel label {
    padding-left: 0px !important
}

.search .search__form .jplist-panel input[type="checkbox"],
.search .search__form .jplist-panel input[type="radio"] {
    margin-top: 3px !important
}

.search .search__form .jplist-select--single {
    width: 200px;
    background: #fff url("../img/bg-select-pod.png") top right no-repeat !important
}

.search .search__form .bezsprzedanych {
    color: white;
    padding-top: 45px
}

.search .search__form .br {
    margin: 10px 0px !important
}

.search .search__form .btn__whiteB {
    margin-top: 40px;
    width: 200px;
    padding: 5px 20px;
    font-weight: 700
}

.search .search__form .customSelect {
    position: relative;
    font-family: Arial;
    width: 200px;
    height: 34px;
    margin-top: 10px
}

.search .search__form .customSelect select {
    display: none
}

.search .search__form .select-selected {
    background-color: white
}

.search .search__form .select-items div,
.search .search__form .select-selected {
    color: black;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    height: 34px;
    padding-left: 10px;
    font-size: 14px;
    padding-top: 5px
}

.search .search__form .select-selected {
    margin-top: 10px;
    font-size: 16px;
    background: #fff url("../img/bg-select-pod.png") top right no-repeat !important;
    border: 1px solid black
}

.search .search__form .select-items {
    position: absolute;
    background-color: white;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border: 1px solid black;
    border-top: 0px
}

.search .search__form .select-hide {
    display: none
}

.search .search__form .select-items div:hover,
.search .search__form .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1)
}

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 16px;
    color: white
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #ffffff;
    border: 1px solid #000000
}

.control-radio .control_indicator {
    border-radius: 0
}

.control:hover input~.control_indicator,
.control input:focus~.control_indicator {
    background: #ece7ad
}

.control input:checked~.control_indicator {
    background: #eee9b2
}

.control:hover input:not([disabled]):checked~.control_indicator,
.control input:checked:focus~.control_indicator {
    background: #0e6647
}

.control input:disabled~.control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none
}

.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none
}

.control input:checked~.control_indicator:after {
    display: block
}

.control-checkbox .control_indicator:after {
    left: 7px;
    top: 3px;
    width: 3px;
    height: 8px;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.control-checkbox input:disabled~.control_indicator:after {
    border-color: #7b7b7b
}

.cena__promo {
    display: block;
    background: #d01e1e;
    padding: 5px 10px;
    color: white;
    font-weight: 700;
    margin-top: 10px
}

.promo__info {
    font-size: 12px;
    font-style: italic
}

.work {
    padding-bottom: 40px;
    margin-top: 60px;
    margin-bottom: 60px
}

.work * {
    box-sizing: border-box
}

.work .category-buttons {
    text-align: center;
    margin: 0 0 60px 0
}

@media (max-width: 610px) {
    .work .category-buttons {
        margin: 0 0 30px 0
    }

    .work .category-buttons a {
        display: inline-block;
        width: 46%;
        padding: 12px 10px !important;
        margin: 1.5% 1% !important
    }

    .work .category-buttons a:nth-child(even) {
        margin-right: 0
    }

    .work .category-buttons a:nth-child(odd) {
        margin-left: 0
    }
}

@media (min-width: 611px) {
    .work .category-buttons a:first-child {
        margin-left: 0
    }

    .work .category-buttons a:last-child {
        margin-right: 0
    }
}

.work .category-buttons a {
    color: #9A9A9A;
    text-decoration: none;
    padding: 9px 15px;
    border: 1px solid #9A9A9A;
    margin: 0 10px;
    cursor: pointer
}

.work .category-buttons a.active {
    color: #373B3D;
    border: 1px solid #373B3D
}

.work .grid {
    margin-top: 40px;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 750ms cubic-bezier(1, 0, 0, 1);
    transition: all 750ms cubic-bezier(1, 0, 0, 1)
}

@media (max-width: 960px) {
    .work .grid {
        width: 700px
    }
}

@media (max-width: 720px) {
    .work .grid {
        width: 100%
    }
}

.work .grid .animating {
    -webkit-transition: all 750ms cubic-bezier(0.175, 0.885, 0.32, 1.1);
    transition: all 750ms cubic-bezier(0.175, 0.885, 0.32, 1.1)
}

.work .grid .setScale {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.work .grid .show {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.work .card {
    background: #fff;
    display: block;
    text-decoration: none;
    color: #2b2b2b;
    width: 24%;
    transform-origin: center center;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0
}

.work .card img {
    height: auto !important
}

.work .card .ikona {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.work .card .ikona svg {
    max-width: 100%;
    height: auto
}

@media (max-width: 700px) {
    .work .card {
        width: 49.25%
    }
}

@media (max-width: 480px) {
    .work .card {
        width: 100%
    }
}

.work .card img {
    display: block;
    width: 100%
}

.work .card .title {
    padding: 10px;
    color: #2b2b2b
}

.work .guide {
    width: 24%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1000
}

@media (max-width: 700px) {
    .work .guide {
        width: 49.25%
    }
}

@media (max-width: 480px) {
    .work .guide {
        width: 100%
    }
}

._3desm__contact-form__form-field-input {
    border-color: var(--color-main, #000) !important;
    color: black !important;
    padding-left: 10px !important
}

._3desm__contact-form__form-field-input:focus {
    background: white !important
}

._3desm__contact-form__form-field-textarea {
    color: black !important;
    padding: 10px !important
}

#topLevelElement_3destate_smart_makieta ._3desm__app {
    z-index: 100002
}

.btn__laguna-parking {
    font-size: 16px;
    color: white;
    display: inline-block;
    text-transform: uppercase
}

.btn__laguna-parking:hover {
    color: white
}

.btn__laguna-parking-first {
    margin-top: 20px
}

/*# sourceMappingURL=laguna.css.map */

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Libre+Franklin:ital,wght@0,600;1,600&family=Montserrat:ital,wght@0,600;1,600&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


@media (max-width: 767px) {
    .search .search__list li .search__list__foto a {
        max-height: none;
    }
}

.laguna__boxes-col-text p,
.laguna__boxes-col-text h2 {
    margin-left: 40px
}

@media (min-width: 1200px) {

    .laguna__boxes-col-text p,
    .laguna__boxes-col-text h2 {
        width: 540px;
        margin-left: 60px
    }

    .laguna__boxes ul li:nth-child(even) .laguna__boxes-col {
        margin-top: -35px;
    }
}

@media (max-width: 1199px) {
    .laguna__boxes-col-text h2 {
        font-size: 35px !important;
    }

    .laguna__boxes ul li:nth-child(even) .laguna__boxes-col {
        margin-top: 20px !important;
        padding-left: 20px
    }
}

@media (min-width: 1200px) {
    .laguna__menu {
        width: 80%;
        margin-bottom: 0;
        justify-content: space-evenly;
        margin: 0 auto;
    }

    .laguna__home-atuty {
        padding: 50px;
    }

    .laguna__home-atuty:before {
        display: block;
        width: 80%;
        max-width: 350px;
        height: 1px;
        background: #000;
        content: '';
        margin: 0 auto 50px
    }

    .laguna__home-atuty h1 {
        margin-bottom: 30px;
    }

    .laguna__home .promocje {
        padding-top: 50px;
    }

    .laguna__lokalizacja-atuty {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.laguna__menu li {
    background: #fff;
    flex: none;
}

.laguna__menu li:first-child {
    display: none;
}

.laguna__menu li a,
.control {
    color: #000
}


.laguna__boxes ul li {
    background: #fff;
}

.laguna__boxes-col-text h2,
.laguna__boxes-col-text p {
    color: #000
}

.laguna__boxes ul li:nth-child(even):after,
.laguna__boxes ul li:last-child:after,
.laguna__lokalizacja-mapa {
    display: none;
}

.search .search__form span,
.btn__laguna-parking {
    color: #000;
}

.search .search__form {
    background: #fff;
}

.laguna__home-atuty h1,
.laguna__boxes-col-text h2,
.laguna__lokalizacja-atuty h3 {
    font-family: "EB Garamond", serif !important;
    font-weight: 400 !important;
    font-size: 40px
}

.laguna__home-atuty h1 strong {
    font-family: "EB Garamond", serif !important;
    font-weight: 400 !important;
}

.control input:checked~.control_indicator {
    background: #fff;
}


@media (max-width: 768px) {
    .laguna__menu {
        flex-direction: column;
    }

    .laguna__menu li {
        border-bottom: 1px solid #dbdbdb;
    }

    .stopka__cnt__sprzedaz {
        padding-top: 40px;
    }

    .stopka .stopka__cnt .stopka__cnt__sprzedaz .row {
        max-width: 100%;
    }
}

.listCnt {
    padding: 20px;

}

.search .search__list {
    column-gap: 20px;

}

.search .search__list li {
    flex: 0 0 calc(33.333% - 20px);
    border: 1px solid #BEBEBE;
}

.search .search__list .search__list__name {
    flex: 0 0 50px;
}

.search .search__list .search__list__yard {
    flex: 1;
}

.search .search__list li .search__list__type {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #BEBEBE;
    ;
}

.search .search__list li .price-m {
    font-weight: bold;
    font-size: 20px;
    display: block;
    padding: 10px 0px;
}

.search .search__list li .line .row {
    background: #F9F9F9;
    margin-bottom: 5px !important;
}

.search .search__list li .line {
    margin-bottom: 20px;
}

.search .search__list li .search__list__txt--left {
    padding-left: 5px;
}

.search .search__list li .new-price {
    display: block;
    padding: 0px 0px 10px 0px;
}

.search .search__list li .new-price-row {
    color: #1EA74A;
    font-size: 20px;

    display: flex;
    font-weight: 600;
    column-gap: 5px;

}

.search .search__list li .new-price-row span {
    color: #8C8888;
    font-size: 14px;
    font-weight: 400;
    display: block;
    padding-top: 5px;
}

.search .search__list li .new-price-old {
    color: #8C8888;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-top: 5px;
}

.search .search__list li .rzut-new {
    display: block;
    margin-top: 10px;
    border-top: 1px solid #BEBEBE;
    padding-top: 10px;

    a {
        font-size: 16px;
        font-weight: 400;
        transition: all 350ms ease;
    }

    a:hover {
        color: #1EA74A;
    }

}

@media (min-width: 1200px) {
    #searchform .container, .search .container, .search-module .container {
        max-width: 1200px;
    }
}

.search .search__list li .cena-info {
    color: #8C8888;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.search .search__list li .link {
    display: block;
    width: 100%;
    margin-top: 30px;
}

.search .search__list li .link a {
    display: flex;
    width: 100%;
    height: 40px;
    padding: 0 12px;
    justify-content: center;
    align-items: center;
    gap: 18px;
    flex-shrink: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 106%;
    color: #000;
    border: 1px solid #000;
}

.search .search__list li .link svg {
    transition: all 350ms ease;
}

.search .search__list li .link a:hover {
    text-decoration: none;
}

.search .search__list li .link a:hover svg {
    transform: translateX(5px);
}

.search .search__list li .historia {
    color: #8C8888;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    display: block;
    cursor: pointer;
}

.brylantowa-single {
    display: block;
    padding-top: 180px;
}

.brylantowa-single-name {
    display: inline-flex;
    align-items: center;
    border: 1px solid #000;
    margin-bottom: 30px;

    .nr {
        background: #000;
        padding: 10px;
        color: #fff;
        font-size: 16px;
    }

    .type {
        width: 170px;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
    }
}

.brylantowa-single-legal {
    color: #8C8888;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding: 50px 0;
    text-align: justify;
}

.brylantowa-single-promo {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;

    .brylantowa-single-promo-row {
        max-width: 577px;
        column-gap: 50px;
        display: flex;
        justify-content: space-between;

        .special {
            display: flex;
    background: #1EA74A;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 2px 10px;
    line-height: 100%;
    align-items: center;
    text-transform: uppercase;
        }
    }

    .price {
        color: #1EA74A;
        font-size: 23px;

        display: flex;
        font-weight: 600;
        column-gap: 5px;
        align-items: center;

        span {
            color: #8C8888;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 120%;
            margin-top: 2px
        }
    }

    .info {
        display: block;
        margin-top: 0px;
        color: #8C8888;
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
    }
}

/* WRAPPER */
.brylantowa-single-wrapper {
    display: flex;
    column-gap: 50px;

    .brylantowa-single-wrapper-image {
        flex: 0 0 45%;
    }

    .brylantowa-single-wrapper-text {
        flex: 1;

        ul.dane {
            display: flex;
            flex-wrap: wrap;
            gap: 10px 20px;
            padding: 10px 15px;
            width: 100%;
            border: 1px solid #000;
            align-content: center;
            justify-content: space-evenly;
            margin-bottom: 30px;

            li {
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
                color: #000;

                svg {
                    margin-right: 10px;
                }
            }
        }

        /*TABLE */
        ul.table {
            display: flex;
            border-bottom: 1px solid #BEBEBE;
            flex-wrap: wrap;
            margin-bottom: 30px;

            li {
                flex: 0 0 50%;
                padding: 25px;

                
                    &:nth-child(1) {
                        border-right: 1px solid #BEBEBE;
                        border-bottom: 1px solid #BEBEBE;
                        padding-left: 0;
                        padding-top: 0;
                    }

                    &:nth-child(2) {
                        border-bottom: 1px solid #BEBEBE;
                        padding-left: 25px;
                        padding-top: 0;
                    }

                    &:nth-child(3) {
                        border-right: 1px solid #BEBEBE;
                        padding-left: 0;
                    }

                span {
                    color: #8C8888;
                    font-size: 13px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 120%;
                    display: block;
                    margin-bottom: 5px;
                }

                color: #000;
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;

                a {
                    font-size: 16px;
                    font-weight: 400;
                    color: #000;
                    transition: all 350ms ease;

                    svg {
                        margin-right: 10px;
                    }
                }

                a:hover {
                    color: #1EA74A;
                    text-decoration: none;
                }
            }
        }

        .termin {
            display: block;
            padding-bottom: 25px;
            border-bottom: 1px solid #BEBEBE;

            span {
                color: #8C8888;
                font-size: 13px;
                font-style: normal;
                font-weight: 400;
                line-height: 120%;
                display: block;
                margin-bottom: 5px;
            }

            color: #000;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

        /*INFO*/
        .info {
            color: #8C8888;
            font-size: 13px;
            font-style: normal;
            font-weight: 400;
            line-height: 120%;
            display: block;
            margin-top: 50px;
        }

        /*HISTORIA*/
        .historia {
            color: #8C8888;
            font-size: 13px;
            font-style: normal;
            font-weight: 400;
            line-height: 120%;
            display: flex;
            margin-top: 50px;
            align-items: center;
            cursor: pointer;
        }

        ul.buttony {
            display: block;
            margin-top: 50px;

            li {
                display: block;
                margin-bottom: 10px;

                a {
                    height: 50px;
                    border: 1px solid #000;
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                    padding: 0 20px;
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 106%;
                    /* 16.96px */
                    color: #000;

                    svg {
                        margin-left: 10px;
                        transition: all 350ms ease;
                    }
                }

                a:hover {
                    text-decoration: none;
                }

                a:hover svg {
                    transform: translateY(5px);
                }
            }
        }
    }
}

.brylantowa-single-button {
    display: block;
    position: relative;
    background: #000;
    padding: 30px 0;
    margin-top: 50px;
}

.brylantowa-single-button:after {
	display: block;
	position: absolute;
	top: 0;
	left: -500px;
	width: 500px;
	height: 100%;
	content:'';
	z-index: 1;
	background: #000;
}

.brylantowa-single-button a {
    height: 50px;
    border: 1px solid #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 106%;
    color: #fff;

    svg {
        margin-left: 10px;
        transition: all 350ms ease;
    }
}

.brylantowa-single-button a:hover {
    text-decoration: none;
    color: #fff;
}

.brylantowa-single-button a:hover svg {
    transform: translateX(5px);
}


@media (min-width: 768px) {
    .brylantowa-single-wrapper-text ul.buttony li a {
        min-width: 350px;
    }
}


.tool {
    position: relative;
    display: inline-block;
}

.tool .tooltiptext {
    visibility: hidden;
    position: absolute;
    width: 200px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
    opacity: 0;
    transition: opacity .6s;

    bottom: 125%;
    left: 50%;
    font-size: 12px;
    transform: translateX(-50%);
}

.tool .tooltiptext:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tool:hover .tooltiptext {
    visibility: visible;
    opacity: 1
}

@media (max-width: 768px) {
	.brylantowa-single, .search-module {
		padding-top: 150px
}
	.brylantowa-single-wrapper {
		display: block;
	}
	.brylantowa-single .container {
		padding: 0 5% !important;
	}

	.brylantowa-single-wrapper {
    & .brylantowa-single-wrapper-text {
        ul.dane {
		height: 100% !important;
		border: 0;
		border-bottom: 1px solid #000;
		display: block;
		padding: 0;
	}
}
}

	.brylantowa-single-wrapper {
    & .brylantowa-single-wrapper-text {
        & ul.dane {
            li {
		flex: 0 0 100%;
		text-align: center;
		padding: 10px;
		border: 1px solid #000;
		border-bottom: 0;
		padding: 20px;
	}
}
}
}

	.brylantowa-single-button:after {
display: none
	}
	.brylantowa-single-button {
		text-align: center;
	}

	.brylantowa-single-wrapper {
    .brylantowa-single-wrapper-image {
       display: none
    }
}


.brylantowa-single-name { 
margin-bottom: 0
}

.search .search__list li {
	flex: 0 0 100%;
}
.search .search__list {
	column-gap: 0;
}

.search .search__list li {
	margin-top: 50px !important;
}

.search .search__blackBox {
	margin-bottom: 0 !important;
}
.search .search__list {
	margin-top: 0 !important;
}

.brylantowa-single-wrapper {
    & .brylantowa-single-wrapper-text {
        & ul.buttony {
            & li {
                a {
                	width: 100%;
                }
            }
        }
    }
}
}

.promo-price-old .new {
color: #1EA74A;
        font-size: 23px;
        display: flex;
        font-weight: 600;
        column-gap: 5px;
        align-items: center;
}
.promo-price-old .old {
    color: #8C8888;
        font-size: 15px;
    font-weight: 700;
    display: inline-block;
    text-decoration: line-through;
}


.stopka--white textarea {
	width: 315px;
}

@media (min-width: 768px) {
	.stopka--white textarea {
	width: 100%
}
}

@media (min-width: 768px) {
	body.single-brylantowa .naglowek, body.page-template-template-search .naglowek {
		background: #000;
		top: 0;
		padding: 32px 0px;
	}
    body.page-template-template-search .search-module {
        padding-top: 160px;
    }
}

@media (min-width: 1200px) and (max-width: 1639px) {
    body.single-brylantowa .naglowek, body.page-template-template-search .naglowek {
        padding: 32px 5%;
    }
}

.btn__laguna-parking:hover {
	color: #000;
	text-decoration: underline;
}

.naglowek .menu-menu-container ul li .sub-menu li:last-child a {font-weight: 400}


@media (max-width: 768px) {
    .mobile-overlay .menu li {max-width: 300px; position: relative}
    .mobile-overlay .menu li.menu-item-has-children:before {
display: block;
position: absolute;
width: 25px;
height: 17px;
content:'';
z-index: 2;
cursor: pointer;
background: url('https://republikawnetrz.pl/wp-content/uploads/2025/09/down.svg') top left no-repeat;
background-size: 90% 90%;
top: 10px;
right: 0;
    }
    .mobile-overlay .menu li .sub-menu {
        margin-bottom: 20px;
        transition: all 350ms ease;
    }
}


.price-history-list {
    display: block;
    margin-top: 2rem;
}
.price-history-item {
    display: flex;
    flex-direction: column;
}
.price-history-date {
    display: flex;
    column-gap: 1rem;
    align-items: flex-end
}
.price-history-date span {
    font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 120%;
color: #8C8888;
position: relative;
width: 90px;
}
.price-history-date .line {
    position: relative;
    width: 100%;
    height: 1px;
    background: #BEBEBE;
    content:'';
    z-index: 1;
    display: block;
    margin-bottom: 4px;
}
.price-history-value{
    color: #000;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-bottom: 1rem;
padding-top: 5px;
}

.tool-hover {
    transition: all .5s;
}
.tool-hover:hover {
    color: #000;
}