/* message box - instrukcja nawi */
.instrukcja-nawi .vc_message_box {
    font-size: 12px;
    line-height: 20px;
    padding: 0 0 0 4em !important;
}
.vc_color-green.vc_message_box {
    color: #d5b269b8 !important;
    border-color: #eac48f59 !important;
    background-color: #ffffff21 !important;
}
.vc_color-green.vc_message_box .vc_message_box-icon {
    color: #e9dfcc!important;
}
.instrukcja-nawi p {
    padding: 6px;
}
.vc_color-green.vc_message_box .vc_message_box-icon {
    color: #ffffff !important;
    font-size: 10px;
}
.instrukcja-mobile {
	margin-top:30px!important;
}
/* koniec */
/* ### LEGENDA ### */
.legenda span {
    margin-bottom:5px!important;
	font-size:15px;
	display: flex;
	align-items: center;
}
.legenda .legenda-wolne:before {
    background: #58d32b;
}
.legenda .legenda-zarezerwowane:before {
    background: #ffd900;
}
.legenda .legenda-sprzedane:before {
    background: #e02424;
}
.legenda .legenda-etap:before {
    background: #858585;
}
.legenda span:before {
    display: inline-block;
    content: ' ';
    position: relative;
    margin-right: 10px;
    width: 20px;
    height: 20px;
	border-radius:50px;
    border: 1px solid #bbb;
}
.legenda {
	color:#fff;
}
/* ### Koniec legendy ### */
/* Etapy przy nawigatorze */
/* etapy */
.ns-etapy {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    width: 100%;
    max-width: none;
}

.ns-etap {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 16px;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 6px;
    color: rgba(255,255,255,0.45);
    transition: all 0.3s ease;
}

.ns-etap-dot {
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    border-radius: 50%;
    background: #777;
}

.ns-etap strong {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}

.ns-etap span:not(.ns-etap-dot) {
    display: block;
    margin-top: 3px;
    font-size: 13px;
    opacity: 0.7;
}

/* AKTYWNY */
.ns-etap.active {
    border-color: #d4af63;
    color: #fff;
    background: rgba(212,175,99,0.08);
}

.ns-etap.active .ns-etap-dot {
    background: #d4af63;
    box-shadow: 0 0 0 4px rgba(212,175,99,0.12),
                0 0 12px rgba(212,175,99,0.8);
}
.etapy-text {
	color:#fff;
	margin-bottom:20px;
}
/* HOVER 
.ns-etap:hover {
    border-color: rgba(212,175,99,0.6);
    color: #fff;
}

.ns-etap:hover .ns-etap-dot {
    background: #d4af63;
}
*/
@media (max-width: 1000px) {
    .ns-etapy {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* koniec */

li.grid-item {
    position: static !important;
}
.vc_tta-tabs-list {
	border-radius:20px;
}
.ult_dual_button .ulitmate_dual_buttons .ult_dualbutton-wrapper {
    border-radius: 20px;
}
.atuty-osiedla .zolo_gradient_icon_title {
	color: #d5b269;
}
.atuty-osiedla .zolo_gradient_icon_description {
	color:#fff;
	font-size: 15px;
	padding: 0 10px;
}
.atuty-osiedla .zolo_gradient_icon_box_element {
	border: 1px solid #8b7546;
    border-radius: 10px;
	margin-bottom: 45px;
}
.atuty-osiedla .icon_style_image {
    margin-top: -20px;
}
.atuty-budynkow .zolo_gradient_icon_title {
	color:#fff;
}
.miasta-row .zolo_gradient_icon_description {
font-size: 20px;
color: white;
padding-top: 0!important;
font-weight: bold;
}
.miasta-row {
	border-radius: 30px;
    box-shadow: 0 0 20px #00000059;
}