/*
Mizzox Sp. z o.o.
Style CSS v 1.0.1
11/2023
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
html {
    scroll-behavior: smooth;
}
body, html {
    font-size: 18px;
}
body {
    line-height: 1;
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #fff;
    overflow-x: hidden;
    font-size: 18px;
}
.container {
    width: 1280px;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*Main CSS*/
.center {
    text-align: center;
}
.container.wide {
    width: 100%;
}
.button {
    font-size: 0.8rem;
    color: #fff;
    background-color: #458877;
    text-align: left;
    padding: 22px 45px 23px 55px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: all .2s ease;
    line-height: 15px;
    border-radius: 0px;
    border: 0px solid;
    display: inline-block;
    cursor: pointer;
}
.button.navy {
    background-color: #000000;
}
.button.margin-left {
    margin-left: 20px;
}
.button i {
    margin-left:20px;
    font-size: 0.6rem;
}
.button:hover {
    background-color: #519b88;
    color: #fff;
}
.button.navy:hover {
    background-color: #393939;
}
.button.green:hover {
    background-color: #519b88;
}
section.wide {
    width: 100%;
}
.font-grey {
    color: #222;
}
.font-white {
    color: #fff;
}
.font-blue {
    color: #19374e;
}
h2 {
    font-weight: 800;
    font-size: 55px;
    line-height: 68px;
    letter-spacing: 0.3px;
}
h5 {
    color: #222;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.3px;
    margin-bottom: 28px;
}
h6 {
    color: #222;
    font-weight: 800;
    font-size: 25px;
    line-height: 32px;
    letter-spacing: 0.3px;
    margin-bottom: 25px;
}
p {
    color: #222;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.3px;
}
a:hover {
    text-decoration: none;
}
section.who {
    margin: 95px 0;
}
/*End Main CSS*/
/*Head*/
.menu-support {
    transition: 500ms;
}
.header {
    display: block;
    width: 100%;
    margin: auto;
    padding: 10px 0 40px 0;
    background-color: transparent;
    /* position: -webkit-sticky; */
    /* position: fixed; */
    top: -1px;
    overflow: visible;
    z-index: 99;
    position: absolute;
    transition: 300ms;
}
/* Add class to header when user scroll page  */
.out.header {
    background-color: white;
    box-shadow: 0 2px 12px 0 rgba(36, 50, 66, 0.03);
    height: 86px;
}
.out.header ul {
    margin-top: -12px;
    transition: all .2s ease;
}
.out.header h1 a {
    background-position: top -40px center;
    transition: all .2s ease;
  }
.header.scroll {
    padding: 20px 0 20px;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.05);
    /* position: -webkit-sticky;
    position: fixed; */
    top: -45px;
    overflow: visible;
    z-index: 99800;
    transition: all .2s ease;
}
.header p.phone {
    color: #fff;
    font-size: 0.667rem;
    letter-spacing: 1px;
    background-image: url(../images/ico-phone.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 0px 2px;
    padding-left: 30px;
    line-height: 20px;
    z-index: 100;
    float: right;
}
.header p.phone a {
    font-size: 1.222rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
    margin-left: 10px;
}
.header ul {
    display: inline-block;
    float: right;
    margin-top:0px;
}
.header ul li {
    display: inline-block;
    margin-left: 40px;
}
.header ul li.menu-button a {
    color: #fff;
    background-color: #D3B399;
    text-align: left;
    font-weight: 500;
    letter-spacing: 1px;
    transition: all .2s ease;
    line-height: 15px;
    border-radius: 0px;
    border-radius: 6px;
    border: 0px solid;
    display: inline-block;
}
.header ul li a {
    font-size: 0.77rem;
    color: #000000;
    text-decoration: none;
    font-weight: 500;
    transition: all 500ms;
}
.header ul li a:hover{
    color: #000000;
    border-bottom: 1px solid #000;
}
.header ul li:last-child a {
    color: #fff;
    padding: 20px 40px;
    margin-left: 30px;
}
.menu {
    margin-top:40px;
}
.header ul li:last-child a {
    color: #fff;
    padding: 18px 26px;
    margin-left: 30px;
    background-color: #000000;
  }

.hamburger {
    position: fixed;
    right: 25px;
    top: 20px;
    z-index: 9999;
    display: none;
}
.hamburger-inner ,
.hamburger-inner::after, 
.hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after, 
.hamburger.is-active .hamburger-inner::before {
    background-color: #D3B399;
    border-radius: 0px;
}
.header h1{
    transition: all .2s ease;
    margin-top: -25px;
    z-index: 90;
    display: inline-block;
}
.header h1 a {
    text-indent: -4444px;
    background-image: url(../images/zegiestowska_logo.svg);
    background-repeat: no-repeat;
    background-size: 240px 150px;
    /* width: 178px;
    height: 108px; */
    width: 240px;
    height: 170px;
    display: inline-block;
    background-position: top -24px center;
    transition: all .2s ease;
}
.header.out h1 a {
    height: 70px;
}

.header.scroll h1{
    width: 200px;
    overflow: hidden;
    transform: scale(0.6);
    top:22px;
    transition: all .2s ease;
}
.header.scroll nav .small-nav {
    opacity:0;
    transition: all .2s ease;
}
.header.scroll nav {
    float: right;
    margin-top: 0px;
    transition: all .2s ease;
}
.header nav {
    float: right;
    transition: all .2s ease;
}
.header nav ul {
    display: block;
    float: right;
}
.header nav ul li {
    display: inline-block;
}
.header nav ul li a {
    padding: 18px 60px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.3px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: right;
    transition: all .2s ease;
}
.header nav > ul li a:hover,
.header nav > ul li.active a {
    color: #000000;
    background-color: #fff;
    border-radius: 0px;
}
/*End head*/
/*Banner top*/
.big-title {
    /*display: inline-block;*/
    /*margin: 2vh 0 0 2vw;*/
    z-index: 2;
    position: relative;
    /*text-align: center;*/
}
.big-title h2{
    color: #000000;
    font-size: 2.5rem;
    line-height: 3.0rem;
    letter-spacing: 2px;
    margin-bottom: 40px;
    margin-top: 240px;
    /*text-shadow: 0px 0px 100px rgba(0, 0, 0, 0.4);*/
}
.big-title p {
    font-size:0.889rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 10px;
    display: none;
}
section.top-gallery {
    margin-top:-100px;
    position: relative;
    z-index: 3;
}
section.top-gallery .slick-list{
    padding-top: 3px;
}
section.top-gallery .image-box,
section.news .image-box {
    width: 100%;
    border-radius: 0px;
    height: 185px;
    background-size: cover;
    display: inline-block;
    transition: all .2s ease;
    background-position-y: -30px;
}
section.news .image-box {
    background-position-y: -0px;
}
section.top-gallery a:hover div.image-box,
section.news a:hover div.image-box  {
    margin-top:-3px;
}
section.wide.top-banner {
    z-index: 1;
    padding: 30px 60px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 770px;
    position: relative;
}
section.wide.top-banner::before {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0px;
    top:0px;
    margin: auto;
    z-index: -1;
    opacity: 0.95;
}
section.wide.icons {
    padding: 50px 0px 120px;
    margin-top: 40px;
    color: #000000;
    background-repeat: no-repeat;
    background-size: 30%;
    background-position-y: 50px;
}
section.wide.icons h4 {
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 60px;
}
section.wide.icons .icon {
    text-align: center;
}
section.wide.icons h5 {
    font-size: 0.778rem;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-align: center;
    color: #000000;
}
section.wide.icons img {
    width: auto;
    height: 40px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 28px;
    position: relative;
}
section.wide.gallery {
    width: 100%;
    position: relative;
    overflow: hidden;
}
section.wide.gallery::before {
    content: "";
    display: block;
    width: 50%;
    height: 431px;
    background-color: #ffffff;
    position: absolute;
    right: 0px;
    top:0px;
    margin: auto;
    z-index: 1;
    opacity: 0.95;
}
section.wide.gallery div:first-child {
    height: 430px;
    width: 100%;
    display: inline-block;
    background-size: cover;
    position: relative;
}
section.wide.gallery .text-banner {
    margin-left: 55%;
    display: block;
    position: relative;
    z-index: 3;
    margin-top: 105px;
}
section.wide.gallery .text-banner h4 {
    font-size: 2.0rem;
    line-height: 2.4rem;
    font-weight: 700;
    margin-bottom: 40px;
    letter-spacing: 2px;
    color: #000;
}
section.wide.icons.text {
    background-image: none;
    position: relative;
}
section.wide.icons.text h4 {
    margin-bottom: 24px;
}
section.wide.icons.text p {
    font-size: 0.7rem;
}
section.wide.icons.text.map a.navy {
    margin-top: 24px;
}
section.wide.icons.text.news .news {
    display: block;
    margin-top: 30px;
}
section.wide.icons.text.news .news .image-box {
    height: 190px;
    border-radius: 0px;
    background-size: cover;
    margin-bottom: 20px;
    transition: all .2s ease;
}
a.green-link {
    text-align: right;
    font-size: 0.7rem;
    color: #E5BB99;
    text-decoration: underline;
    display: inline-block;
    margin-top: 10px;
    float: right;
}
.contact-box {
    /* height: 530px; */
    background-repeat: no-repeat;
    position: relative;
}
.contact-box::before {
    content: "Kontakt";
    display: block;
    color: #fff;
    font-size: 137px;
    position: absolute;
    left: 5%;
    bottom: -26px;
    margin: auto;
    z-index: 1;
    font-weight: 700;
    letter-spacing: 4px;
}
.contact {
    margin-top: 110px;
}
.contact h3 {
    font-size: 1.6rem;
    line-height: 2.156rem;
    letter-spacing: 1px;
    font-weight: 700;
    color: #131C2E;
}
.contact h3 span {
    color: #D3B399;
}
.contact .image-background {
    height: 380px;
    width: 100%;
    background-size: cover;
    height: 440px;
    margin-top: 141px;
}
.box {
    background-color: #fff;
    background-position: bottom center;
    background-repeat: no-repeat;
    box-shadow: 0 10px 90px rgba(0, 0, 0, 0.05);
    position: relative;
    top:-70px;
    width: 700px;
    min-height: 768px;
    z-index: 9;
    padding: 60px;
    border-radius: 0px;
}
.box h4 {
    font-size:1.333rem;
    line-height: 1.833rem;
    color: #222;
    margin-bottom: 60px;
    font-weight: 700;
    letter-spacing: 1px;
}
.box h4 span {
    color: #6dc065;
}
.box form input,
.box form textarea {
        border:2px solid #000; 
        padding: 17px 22px;
        border-radius: 0px;
        color: #222;
        font-size: 12px;
        letter-spacing: 0.5px; 
        margin-bottom: 18px; 
}
.box form input {
    width: 40%;
    display: inline-block;
}
.box form input:first-child {
    margin-right: 12px;
}
.box form input.w100 {
    width: 100%;
}
.box form textarea {
    width: 100%;
    display: block;
    min-height: 140px;
    margin-bottom: 20px;
}
.box form input[type="checkbox"] {
    width: 20px;
    float: left;
    margin-right: 10px;
}
.box form p{
    color: #222;
    font-size: 10px;
    line-height: 14px;
}
.box form button {
    text-align: center;
    margin-top: 50px;
}

.box-dark {
    background-color: #131C2E;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: relative;
    width: 700px;
    z-index: 9;
    padding: 60px;
    margin-left: -30px;
    top:-70px;
    display: flex;
    justify-content: space-between;
}
.box-dark div {
    display: block;
}
.box-dark p a {
    font-weight: 700;
}
.box-dark p:first-child {
    font-size: 1.5rem;
}
.box-dark p:last-child {
    font-size: 0.8rem;
    font-weight: 600;
}
.box-dark p a {
    color: #fff;
}

#map {
    position: absolute;
    width: 50%;
    right: 0;
    top: 50px;
}
.footer {
    text-align: center;
    border-top: 1px solid #D1D1D1;
    padding: 30px 0;
}
.footer-border {
    /* border-top: 1px solid #D1D1D1; */
    padding-top:30px;
}
.flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
}
.footer p {
    font-size: 0.667rem;
    color: #000000;
    text-align: right;
    margin-bottom:40px;
}
.footer p.copy {
    text-align: left;
    margin-bottom: 10px;
}
.footer img {
    text-align: left;
    display: block;
    width: 120px;
    margin-top:5px;
}
/*End footer*/
/*Lokale*/
.search-box-local {
    width: 100%;
    height: 140px;
    border-radius: 0px;
    display: flex;
    color: #ffffff;
    justify-content: space-around;
    align-items: center;
    background-color: #000000;
}


.search-box-local .filters-box .ui-slider{
    height: 5px;
    border: none;
    background-color: #74b4a4;
    border-radius: 5px;
    cursor: pointer;
}

.search-box-local .filters-box .ui-slider .ui-slider-handle{
    width: 17px;
    height: 17px;
    border: none;
    background: #ffffff;
    border-radius: 17px;
    cursor: pointer;
}

.search-box-local .filters-box .ui-slider .ui-slider-range{
    background: #fff;
}

.height-188{
    height: 188px;
}

sup{
  vertical-align: super;
  font-size: smaller;
}
.visualization-box{
    position: relative;
}

.label-hover,
.label-hover-floor{
  background-color: #fff;
  width: 150px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  box-shadow: 0 0 40px 0 rgba(112,112,112,.3);
}
.label-hover span,
.label-hover-floor span{
    line-height: 19px;
    font-size: 13px;
    color: #222;
}
.label-hover span:first-child,
.label-hover-floor span:first-child{
    font-weight: 700;
}

.label-hover span{
    line-height: 31px;
}

/** VISUALIZATION BOX **/

.visualization {
    margin-top: 5.37vh;
}
@media (max-width: 576px) {
    .visualization {
    margin-top: 25px;
    }
}
.visualization .visualization-box {
    position: relative;
}
.visualization .visualization-box .floor-box {
    box-shadow: 0 10px 90px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}


.info-box p{ 
    color: #fff;
    margin-top: 10px;
}

.visualization .visualization-box .info-box {
    position: absolute;
    z-index: 99;
    top: 40px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    left: 50px;
}
.visualization .visualization-box .info-box h2{
    font-size: 20px;
    line-height: 25px;
}

.visualization .visualization-box .info-box h2, .visualization .visualization-box .info-box p {
    color: #fff;
}
.visualization .visualization-box .info-box .button {
    padding: 18px 35px 18px 35px;
    margin-top: 15px;

}
.visualization .visualization-box .info-box p {
    font-size: 0.8rem;
    line-height: 1.188rem;
    font-weight: 400;
    margin-top: 10px;
}
.visualization .visualization-box .info-box.floor {
    top: 0;
    left: 0;
    padding: 50px;
    display: block;
    /* background-color: #F8F5F5; */
}
.visualization .visualization-box .info-box.floor p {
    color: #000000;
}
.visualization .visualization-box .info-box.floor h2 {
    color: #000000;
}
.visualization .visualization-box .info-box.floor .default-button {
    margin-top: 20px;
    padding: 13px 110px 13px 53px;
    width: 100%;
}
.visualization .visualization-box .info-box.flat {
    display: flex;
    align-items: center;
    padding: 30px 50px;
}
.visualization .visualization-box .info-box.flat .box {
    margin: 0 20px;
}
.visualization .visualization-box .info-box.flat .flat-data-status h2 {
    color: #000000;
    line-height: 1.625rem;
}
.visualization .visualization-box .info-box.flat .flat-data .column {
    display: flex;
    align-items: center;
}
.visualization .visualization-box .info-box.flat .flat-data .column small {
    font-weight: 700;
}
.visualization .visualization-box .info-box.flat .flat-data .column p {
    margin: 0 0 0 10px;
}
.visualization .visualization-box .info-box.flat .buttons {
    max-width: 280px;
}
.visualization .visualization-box .info-box.flat .buttons .default-button:first-child {
    margin: 0;
}
.visualization .visualization-box .choose-floor {
    position: absolute;
    z-index: 99;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    padding: 30px;
    right: 0;
    margin: auto;
    /* max-width: 50%; */
}
.visualization .visualization-box .choose-floor h2{
    color: #222;
    font-size: 1.1rem;
    line-height: 2rem;
    font-weight: 700;
    letter-spacing: 1.5px;
}
.visualization .visualization-box .choose-floor .floors {
    display: flex;
    margin-top: 10px;
}
.visualization .visualization-box .choose-floor .floors a {
    margin: 0 10px;
    color: #374D64;
    border: 2px solid #000;
    padding: 12px 18px;
    border-radius: 0px;
    font-size: 0.75rem;
    color: #000;
}
.visualization .visualization-box .choose-floor .floors a:hover {
    color: #000000;
}
.visualization .visualization-box .choose-floor .floors a.active {
    color: #fff;
    background-color: #000;
}
.visualization .visualization-box .plan-popup {
    position: absolute;
    top: 0;
    max-width: 60%;
    height: 100%;
    max-height: 90%;
    right: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0px 0px 50px #00000029;
    padding: 0 0 20px 0;
    display: none;
}
.visualization .visualization-box .plan-popup img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.visualization .visualization-box .close-popup {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    background: #fff;
    border: 0;
    border-radius: 50%;
    box-shadow: 0px 0px 50px #00000029;
}
.visualization .gallery {
    margin-top: 5.556vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.visualization .gallery .image-box {
    width: calc(33.33% - 10.66px);
    margin: 0 16px 16px 0;
    height: 100%;
    max-height: 376px;
    display: block;
}
.visualization .gallery .image-box:nth-child(3n) {
    margin-right: 0;
}
@media (max-width: 992px) {
    .visualization .gallery .image-box:nth-child(3n) {
    margin-right: 16px;
    }
}
@media (max-width: 576px) {
    .visualization .gallery .image-box:nth-child(3n) {
    margin-right: 0;
    }
}
@media (max-width: 992px) {
    .visualization .gallery .image-box {
    width: calc(50% - 8px);
    }
    .visualization .gallery .image-box:nth-child(2n) {
    margin-right: 0;
    }
}
@media (max-width: 576px) {
    .visualization .gallery .image-box {
    width: 100%;
    margin-right: 0;
    }
    .visualization .gallery .image-box:nth-child(2n) {
    margin-right: 0;
    }
}
.visualization .gallery .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2px;
    display: block;
}
.visualization .sketch--content {
    display: inline-block;
    margin: auto;
    position: relative;
}
.visualization .sketch--content svg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}
.visualization .sketch--content img {
    width: 100%;
    border-radius: 0px;
}
.visualization .svg a {
    fill: #ffffff;
    fill-opacity: 0;
    cursor: pointer;
    display: inline-block;
}
.visualization .svg a:hover, .visualization .svg a.active {
    fill: #458877;
    fill-opacity: 0.5;
}
.visualization .svg a.sold-out:hover {
    fill: #458877;
}
.visualization a .sold {
    fill: #000000;
    background-color: #000000;
    fill-opacity: 0.2;
    cursor: default;
}
.visualization a .reserved {
    fill: #7471b1;
    background-color: #7471b1;
    fill-opacity: 0.3;
    cursor: default;
}
.visualization a .hiddenFlat {
    fill: #fff;
    background-color: #fff;
    fill-opacity: 1;
    cursor: default;
}
.visualization .relative {
    position: relative;
}
.visualization .landingpage .page-content .content .visualization .sketch--content img {
    width: 100%;
    height: auto;
    max-height: unset;
}
.visualization .svg a.FREE {
    fill: #008000;
    fill-opacity: 0.5;
    cursor: pointer;
}
.visualization .svg a.RESERVED {
    fill: #239BD2;
    fill-opacity: 0.5;
    cursor: pointer;
}
.visualization .svg a.FREE:hover,
.visualization .svg a.RESERVED:hover {
    fill-opacity: 0.8;
}
/** END VISUALIZATION BOX **/

.search-box-local .filters-box .amount-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
}
.search-box-local .filters-box .amount-box input{
    border: none;
    background: transparent;
    width: 100%;
    outline: none;
    height: auto;
    border-radius: 0;
    font-size: 0.72rem;
    line-height: 1.38rem;
    letter-spacing: 0.9px;
    font-weight: 500;
}
.search-box-local .filters-box .amount-box span{
    opacity: 0.5;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 0.9px;
}
.search-box-local .filters-box .amount-box input[type=number] {
    -moz-appearance: textfield;
}
.search-box-local .filters-box .amount-box input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.search-box-local .filters-box .amount-box span{
    opacity: .5;
    width: 100%;
    text-align: right;
}

.search-box-local .filters-box{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
section.wide.icons.text h4 {
    text-align: left;
}
section.wide.icons.text.news h4 {
    text-align: center;
}
section.wide.icons.text.map h4 {
    font-size: 2.0rem;
    line-height: 2.4rem;
    font-weight: 700;
    margin-bottom: 40px;
    letter-spacing: 2px;
    color: #000;
    margin-top:380px;
    text-shadow: 0px 0px 100px rgba(255, 255, 255, 1);
}

section.wide.icons.text p {
    font-size: 0.75rem;
}
section.wide.icons.text p strong {
    font-weight: 400;
    font-size: 1.0rem;
    display: block;
}
.search-item-local {
    display: flex;
    flex-direction: column;
    width: 192px;
    height: 90px;   
    margin: 0 10px;
}
.search-item-local label {
    font-size: 0.8rem;
    line-height: 25px;
    letter-spacing: 1px;
    font-weight: 400;
    margin-bottom: 16px;
    color: #fff;
}
thead th {
    color:#000;
}
.search-item-local input {
    height: 8px;
    border-radius: 50px;
    border: none;
    background-color: #F6F5F5;
}
.search-item-local p {
    margin-top: 16px;
    font-size: 0.72rem;
    line-height: 1.38rem;
    letter-spacing: 0.9px;
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    color: #000000;
}
.search-item-local p span {
    opacity: 0.5;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 0.9px;
}
.loacl-table-resoult {
    color: #000000;
    margin-top: 0px;
    padding: 40px 0 40px 48px;
    border-radius: 0px;
    box-shadow: 0 10px 90px rgba(0, 0, 0, 0.05);
    display: flex;
    background-color: #fff;
}
.loacl-table-resoult .sold td {
    opacity: 0.3;
}
.local-table-resoult-item td:nth-last-child(2) {
    position: relative;
}
.sold td:nth-last-child(2):before {
    content: 'Sprzedane';
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 0.6rem;
    letter-spacing: 0.9px;
    line-height: 1.72rem;
}
.loacl-table-resoult table {
    width: 100%;
    max-width: 855px;
}
.local-table-resoult-header {
    opacity: 1;
    font-size: 0.8rem;
    font-weight: 600;
}
.local-table-resoult-item {
    position: relative;
    margin-bottom: 26px;
}
.local-table-resoult-item:nth-last-child(1) {
    border-bottom: 0px;
}
.local-table-resoult-item .sold td {
    opacity: 0.2;
}
.local-table-resoult-item .sold td:nth-last-child(1) {
    opacity: 1;
}
.local-table-resoult-item td:first-child {
    padding-left: 20px;
}
.local-table-resoult-item td {
    border-bottom: 1px solid rgba(112, 112, 112,0.2);
    padding-bottom: 26px;
    padding-top: 26px;
    font-size: 0.75rem;
    transition: all .2s ease;
    position: relative;
    line-height: 25px;
}
thead th {
    padding-bottom: 26px;
}
thead th:first-child {
    padding-left: 20px;
}
.local-table-resoult-item th {
    font-size: 0.6rem;
}
.local-table-resoult-item:nth-last-child(1) td {
    border-bottom: 0px ;
}
.local-table-resoult-item td:nth-last-child(2) {
    color: #374D64;
    font-weight: 700;
}
.local-table-resoult-item a {
    width: 250px;
    height: 60px;
    color: #000;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 0px;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.38rem;
    letter-spacing: 1px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 12px;
    margin-left: 50px;
    padding: 20px 35px 20px 35px;
    transition: all .2s ease;
    line-height: 18px;
}
@media only screen and (min-width: 900px) {
    .local-table-resoult-item a:hover {
        margin-left: 50px;
        background-color: #000;
        color: #fff;
    }
}
.local-table-resoult-item:hover td {
    background-color: #F7F7F7;
}
.local-table-resoult-item a i {
    margin-top: 7px;
}
.local-button-list {
    margin: 59px 0 62px 0;
}
.local-button-list img {
    margin-left: 40px;
    width: 15px;
    height: 8px;
}
.locals {
    position: relative;
    width: 100%;
    height: 100%;
}
.local-bg-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 968px;
    height: 600px;
    color: #fff;
    display: flex;
    padding-bottom: 64px;
    z-index: -1;
    font-size: 1.44rem;
    font-weight: 700;
    letter-spacing: 0.9px;
    line-height: 1.83rem;
}
.local-bg-img h3 {
   margin: 470px 0 0 60px;
}
.search3D {
    margin-top: 40px;
}
.search3D .container{
    max-width: 1394px;
    width: 100%;
}
.serch-3d-title {
    display: block;
    justify-content: space-between;
    color: #000000;
}
.serch-3d-title h3 {
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 4px;
}
.serch-3d-title p {
    display: block;
    align-items: center;
    margin-bottom: 20px;
    text-align: center;
}
.serch-3d-title p img {
    width: 14px;
    height: 14px;
    margin-right: 16px;
}
.serch-3d-box {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
}
/* SLIDER */
.slick-dots li,
.slick-dots li button ,
.slick-dots .slick-active button {
    width: 8px !important;
    height: 8px !important;
    border-radius: 8px;
    background-color: #458877;
}
.slick-dots li button {
    padding: 0 !important;
}
.slick-dots li button::before {
    display: none;
}
.slick-dots .slick-active button {
    background-color: #000000;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2.6em 0.5em 1em;
    padding: 20px;
    color: #222;
    font-size: 10px;
    display: flex;
}
.page.text img {
    width: 100%;
    height: auto;
}
.wide.page.text {
    margin: 50px 0 180px;
}
.wide.page.text h4 {
    display: block;
    margin: 80px 0 50px;
    color: #222;
    font-size: 1.333rem;
    line-height: 1.833rem;
    font-weight: 700;
    letter-spacing: 1px;
}
.tos-wrapper.tos-fixed {
    z-index: 29000;
}
.d-flex p {
    display: flex;
    gap:12px;
}