/* 	Style - Settlements Theme	 */
body {
    -webkit-transition: 0.5s background ease;
    -moz-transition: 0.5s background ease;
    -o-transition: 0.5s background ease;
    transition: 0.5s background ease;
}
a, a:hover {
	outline: none !Important;
}
img {
    max-width: 100%;
	height: auto;
}
.shadow {
	-webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.25) !important;
	-moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.25) !important;
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.25) !important;
}
.row.reverse {
    flex-direction: row-reverse;
}
.row.col-reverse{
	flex-direction: column-reverse;
}
.vertical_arr {
	align-items: center;
}
.bg-menu {
    width: 100%;
    z-index: 3;
}
.page-template-page-tpl-acf .bg-menu.pos-absolute {
	position: absolute;
}
.gallery_arrow_hide .slick-arrow, .gallery_dots_hide .slick-dots {
	display: none !Important;
}

.borderh2 .bg_contact h4,
.borderh2 h2 {
    position: relative;
    display: inline;
    z-index: 1;
}
.borderh2 .bg_contact h4:before,
.borderh2 h2:before {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.borderh2 h2:before {
    height: 20px;
}
.borderh2 .bg_contact h4:before {
    height: 17px;
}

@media (min-width: 1200px) {
.borderh2 .contact_box h2 {
    padding-bottom: 0px;
    margin-bottom: 30px;
}
}



@media (min-width: 992px) {
.page-template-page-tpl-acf .bg-menu.pos-absolute {
	background: transparent !Important;
}
.firstWord {
    display: block;
}
}
@media (max-width: 991px) {
.page-template-page-tpl-acf .bg-menu.pos-absolute {
    position: relative;
}
}
.btn.focus, .btn:focus,
.btn-primary.focus, .btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus,
.btn-outline-secondary.focus, .btn-outline-secondary:focus, button.close:focus, 
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-secondary.dropdown-toggle:focus,
.btn-light:focus, .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
	outline: 0px auto -webkit-focus-ring-color;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #B16C42;
    background-color: inherit;
    border-color: #B16C42;
}
.btn-primary:not(:disabled):not(.disabled).active:hover, .btn-primary:not(:disabled):not(.disabled):active:hover, .show>.btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #B16C42;
}
.top_info {
	padding: 8px 0;
}
.pt1 {
	padding-top: 10px
}	
.mt1 {
	margin-top: 10px;
}
.pb1 {
	padding-bottom: 10px;
}
.mb1 {
	margin-bottom: 10px;
}
.pt2 {
	padding-top: 25px;
}	
.mt2 {
	margin-top: 25px;
}
.pb2 {
	padding-bottom: 25px;
}
.mb2 {
	margin-bottom: 25px;
}
.pt3 {
	padding-top: 30px;
}	
.mt3 {
	margin-top: 30px;
}
.pb3 {
	padding-bottom: 30px;
}
.mb3 {
	margin-bottom: 30px;
}
.pt5 {
	padding-top: 50px;
}	
.mt5 {
	margin-top: 50px;
}
.pb5 {
	padding-bottom: 50px;
}
.mb5 {
	margin-bottom: 50px;
}
.background-image-type {
	background-size: cover;
    background-position: center;
	width: 100%;
    height: 100%;
}
.minus_margin {
	margin-top: 0 !Important;
}
@media (min-width: 992px) {
.minus_margin {
	padding-top: 0 !Important;
	position: relative;
    z-index: 2;
}	
.background-image-type {
	min-height: 430px;
}
.mt1.minus_margin {
	margin-top: -20px !important;
}
.mt2.minus_margin {
	margin-top: -40px !important;
}
.pt3 {
	padding-top: 60px;
}	
.mt3 {
	margin-top: 60px;
}
.mt3.minus_margin {
	margin-top: -60px !important;
}
.pb3 {
	padding-bottom: 60px;
}
.mb3 {
	margin-bottom: 60px;
}
.pt5 {
	padding-top: 120px;
}
.mt5 {
	margin-top: 120px;
}
.mt5.minus_margin {
	margin-top: -120px !important;
}
.pb5 {
	padding-bottom: 120px;
}
.mb5 {
	margin-bottom: 120px;
}
}
@media (min-width: 1200px) {
.background-image-type {
	min-height: 520px;
}	
}
@media (min-width: 1600px) {
.background-image-type {
	min-height: 650px;
}		
}
.btn.flex-inline,
.btn.flex-inline2 {
	align-items: center;
    display: inline-flex;
}
.btn.flex-inline2 {
	justify-content: space-between;
}
.icon_bt {
    display: inline-block;
    margin-left: 20px;
	background-color: #fff;
}
.icon_box.accent_color .btn-primary.accent_color:hover .icon_bt {
	background-color: #fff !Important;
}
.home_icon {
	-webkit-mask: url("../../img/svg/icon-house.svg")no-repeat !Important;
	mask: url("../../img/svg/icon-house.svg")no-repeat !Important;
    width: 17.2px;
    height: 15.29px;
}
.home2_icon {
	-webkit-mask: url("../../img/svg/icon-house2.svg")no-repeat !Important;
	mask: url("../../img/svg/icon-house2.svg")no-repeat !Important;
	width: 21.212px;
    height: 18.855px;
}
.price_icon {
	-webkit-mask: url("../../img/svg/icon-price.svg")no-repeat !Important;
	mask: url("../../img/svg/icon-price.svg")no-repeat !Important;
    width: 23.945px;
    height: 21.765px; 
}
.email_icon {
	-webkit-mask: url("../../img/svg/icon-email.svg")no-repeat !Important;
	mask: url("../../img/svg/icon-email.svg")no-repeat !Important;
    width: 20px;
    height: 13.5px;
}
.phone_icon {
	-webkit-mask: url("../../img/svg/icon-phone.svg")no-repeat !Important;
	mask: url("../../img/svg/icon-phone.svg")no-repeat !Important;
    width: 20px;
    height: 20px;
}
.plan_icon {
	-webkit-mask: url("../../img/svg/icon-plan.svg")no-repeat !Important;
	mask: url("../../img/svg/icon-plan.svg")no-repeat !Important;
    width: 21.293px;
    height: 20.981px;
}
.send_icon {
	-webkit-mask: url("../../img/svg/icon-send.svg")no-repeat !Important;
	mask: url("../../img/svg/icon-send.svg")no-repeat !Important;
    width: 20.082px;
    height: 20.082px;
}
.location_icon {
	-webkit-mask: url("../../img/svg/icon-location.svg")no-repeat !Important;
	mask: url("../../img/svg/icon-location.svg")no-repeat !Important;
    width: 16.1px;
    height: 23px;
}
.arrowr_icon {
	-webkit-mask: url("../../img/svg/icon-arrow-right3.svg")no-repeat !Important;
	mask: url("../../img/svg/icon-arrow-right3.svg")no-repeat !Important;
    width: 14.099px; 
    height: 13.742px;
}
.spacer_icon {
	-webkit-mask: url("../../img/svg/icon-street-view.svg")no-repeat !Important;
	mask: url("../../img/svg/icon-street-view.svg")no-repeat !Important;
    width: 22.391px;
    height: 22.391px;
}
.delete_icon {
	-webkit-mask: url("../../img/svg/icon-delete.svg")no-repeat !Important;
	mask: url("../../img/svg/icon-delete.svg")no-repeat !Important;
    width: 12.666px;
    height: 17px;
}
.filter_icon {
	-webkit-mask: url("../../img/svg/icon-filter.svg")no-repeat !Important;
	mask: url("../../img/svg/icon-filter.svg")no-repeat !Important;
    width: 18.948px;
    height: 14px;
}


.icon1_footer,
.icon2_footer,
.icon3_footer,
.icon4_footer,
.icon5_footer {
	padding-left: 27px;
	position: relative;
}
.icon1_footer:before,
.icon2_footer:before,
.icon3_footer:before,
.icon4_footer:before,
.icon5_footer:before {
    content: '';
    position: absolute;
    width: 15px;
	height: 15px;
    left: 0;
	filter: invert(51%) sepia(1%) saturate(3290%) hue-rotate(178deg) brightness(78%) contrast(77%);
}
.icon1_footer:before {
	background: url(../../img/mail_footer.png) no-repeat;
	top: 7px;
}
.icon2_footer:before {
	background: url(../../img/tel_footer.png) no-repeat;
	top: 5px;
}
.icon3_footer:before {
	background: url(../../img/loc_footer.png) no-repeat;
	top: 6px;
}
.icon4_footer:before {
	background: url(../../img/clock_footer.png) no-repeat;
	top: 7px;
}
.icon5_footer:before {
	background: url(../../img/person_footer.png) no-repeat;
	top: 4px;
}
@media (max-width: 767px) {
.icon3_footer {
    margin: 0 auto;
	padding-left: 20px;
	display: table;
}
.footer .col-md-6:first-child .icon3_footer {
	padding-left: 0px;
}
p.icon5_footer,
p.icon4_footer,
p.icon2_footer {
    display: inline-block;
    margin-left: -27px;
}
}
@media (min-width: 992px) {
.img-expand .col-expand.mobile_media_box_img  {
    position: absolute;
    width: 100%;
    right: 0px;
	height: 100%;
	overflow: hidden;
}
.expand_width {
	max-width: 1920px;
    position: relative;
    margin: 0 auto;
}
.row.reverse.img-expand .col-expand.mobile_media_box_img  { 
	right: unset;
	left: 0px;
}
.img-expand .col-expand.mobile_media_box_img  img {
    max-width: initial;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    z-index: 2;
    display: block;
}
.img-expand .col-expand.mobile_media_box_img {
	padding-left: 0;
	padding-right: 0;
}
}
@media (max-width: 992px) {
.img-expand {
	height: auto !Important;
}
}
@media (max-width: 991px) {
.center_img img {
    width: 100%;
}
}
.social_url {
    width: 33px;
    height: 33px;
    display: inline-block;
    margin-right: 5px;
    margin-top: 20px;
}
.image_bg_relative {
	position: relative;
}
.image_bg {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.txt_box.accent_color,
.html_box.accent_color {
	color: #fff;
}
.type_rotator_box.accent_color h2,
.type_list_box.accent_color h2,
.table_box.accent_color h2,
.nawigator_box.accent_color h2,
.filtracja_box.accent_color h2 {
	color: #fff;
}
.html_box.image_bg_relative .html_box_bg,
.txt_box.image_bg_relative .txt_box_bg,
.media_box.image_bg_relative .media_box_bg,
.txt_on_image .media_box_bg {
	background: #fff;
	padding: 15px;
}
.html_box.image_bg_relative .html_box_bg,
.txt_box.image_bg_relative .txt_box_bg {
    position: relative;
}
@media (max-width: 991px) {
.html_box .container,
.txt_box .container,
.media_box .container {
    max-width: 100%;
}
.media_box .mobile_media_box_img {
	padding: 0;
}
.html_box .image_bg,
.txt_box .image_bg,
.media_box  .background-image-type,
.media_box .image_bg {
	position: relative !Important;
    height: 300px !important;
}
.media_box .row,
.media_box .row.reverse {
    flex-direction: column-reverse;
} 
.media_box.bg_gray .container, .media_box.accent_color .container {
	padding-top: 0 !Important;
}
.media_box .more_mobile_cta .btn.btn-primary {
    margin-bottom: 0px;
}
.media_box .media_box_bg {
	padding-top: 35px;
}
.vertical_arr_txt .media_box_bg .media_box_text {
	padding-bottom: 50px;
}	
.media_box .media_box_text p:last-child {
	margin-bottom: 0;
}
.html_box.image_bg_relative .container,
.txt_box.image_bg_relative .container {
	margin-top: 0 !Important;
	padding-bottom: 1px !important;
}
.html_box.image_bg_relative .html_box_bg,
.txt_box.image_bg_relative .txt_box_bg,
.media_box.image_bg_relative .media_box_bg,
.txt_on_image .media_box_bg {
	margin-bottom: 30px;
	padding-top: 15px;
	margin-top: -35px;
	position: relative;
	z-index: 2;
}
.media_box.image_bg_relative .media_box_bg .media_box_text,
.txt_on_image .media_box_bg .media_box_text {
	padding-bottom: 0px;	
}
.image_bg_relative .container {
	background: #F5F5F5;
	padding-bottom: 0 !Important;
    padding-top: 0 !important;
}
}
@media (max-width: 767px) {
.media_box  .background-image-type,	
.media_box .image_bg {
    height: 250px !important;
}		
}
@media (max-width: 575px) {
.media_box  .background-image-type,	
.media_box .image_bg {
    height: 200px !important;
}		
}
@media (min-width: 992px) {
.media_box.image_bg_relative .media_box_bg,
.txt_on_image .media_box_bg {
	padding: 15px;
}
.vertical_arr_txt .media_box_bg .media_box_text {
	padding-top: 30px;
	padding-bottom: 30px;
}	
.vertical_arr_txt .media_box_bg {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    height: 100%;
}	
.txt_on_image  .vertical_arr_txt .media_box_bg .media_box_text {
	padding-top: 0px;
	padding-bottom: 0px;
}
.extra_padding .more_pc_cta,
.extra_padding .more_mobile_cta {
    padding-right: 30px;
}
.reverse.extra_padding .more_pc_cta,
.reverse.extra_padding .more_mobile_cta {
    padding-left: 30px;
    padding-right: 15px;
}
.container-fluid .extra_padding .more_pc_cta,
.container-fluid .extra_padding .more_mobile_cta {
   padding-left: 30px;
}
.container-fluid .reverse.extra_padding .more_pc_cta,
.container-fluid .reverse.extra_padding .more_mobile_cta {
    padding-right: 30px; 
} 
.txt_on_image .container,
.txt_on_image .container-fluid {
	position: relative;
}
.media_box.image_bg_relative .media_box_bg,
.txt_on_image .media_box_bg {
	padding: 20px;
}
.txt_on_image .col-lg-12:first-child {
	position: absolute;
	z-index: 2;
	top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    right: 0;
	max-width: 960px;
    margin: auto;
}
.txt_on_image .col-lg-6:first-child {
	position: absolute;
	z-index: 2;
	top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: auto;
	max-width: 480px;
	left: calc(50% - 480px);
}
.txt_on_image .reverse .col-lg-6:first-child {
	right: calc(50% - 480px);
	left: unset;
}
.txt_on_image .col-lg-6.vertical_arr_txt:first-child,
.media_box.image_bg_relative .col-lg-6:first-child {
	padding-right: 0 !Important;
}
.txt_on_image .reverse .col-lg-6.vertical_arr_txt:first-child,
.media_box.image_bg_relative .reverse .col-lg-6:first-child {
	padding-left: 0 !Important;
	padding-right: 15px !Important;
}
.col-lg-6.vertical_arr_txt:last-child {
	padding-left: 0 !Important;
}
.reverse .col-lg-6.vertical_arr_txt:last-child {
	padding-right: 0 !Important;
	padding-left: 15px !Important;
}
.media_box .container-fluid .reverse .mobile_media_box_img {
	padding-left: 0;
	padding-right: 15px;
}
.media_box .container-fluid .mobile_media_box_img {
	padding-right: 0;
	padding-left: 15px;
}	
.row.reverse.attract .col-lg-6:last-child {
   padding-right: 0px;
}
.attract .col-lg-6:last-child {
   padding-left: 0px;
}
}



@media (min-width: 1200px) {
.extra_padding .more_pc_cta,	
.extra_padding .more_mobile_cta {
    padding-right: 60px;
}
.reverse.extra_padding .more_pc_cta,
.reverse.extra_padding .more_mobile_cta {
    padding-left: 60px; 
} 
.container-fluid .extra_padding .more_pc_cta,
.container-fluid .extra_padding .more_mobile_cta {
   padding-left: 60px;
}
.container-fluid .reverse.extra_padding .more_pc_cta,
.container-fluid .reverse.extra_padding .more_mobile_cta {
    padding-right: 60px; 
} 
.txt_on_image .col-lg-12:first-child {
    max-width: 1140px;
}
.txt_on_image .col-lg-6:first-child {
	max-width: 570px;
	left: calc(50% - 570px);
}
.txt_on_image .reverse .col-lg-6:first-child {
	right: calc(50% - 570px);
}
.html_box.image_bg_relative .html_box_bg,
.txt_box.image_bg_relative .txt_box_bg,
.media_box.image_bg_relative .media_box_bg,
.txt_on_image .media_box_bg {
	padding: 25px;
}
}


@media (min-width: 1600px) {
.extra_padding .more_pc_cta,
.extra_padding .more_mobile_cta {
   padding-right: 90px;
}
.reverse.extra_padding .more_pc_cta,
.reverse.extra_padding .more_mobile_cta {
    padding-left: 90px; 
} 
.container-fluid .extra_padding .more_pc_cta,
.container-fluid .extra_padding .more_mobile_cta {
   padding-left: 90px;
}
.container-fluid .reverse.extra_padding .more_pc_cta,
.container-fluid .reverse.extra_padding .more_mobile_cta {
    padding-right: 90px; 
} 
.txt_on_image .col-lg-12:first-child,
.fluid_desc {
    max-width: 1290px;
}
.txt_on_image .col-lg-6:first-child {
	max-width: 630px;
	left: calc(50% - 630px);
}
.txt_on_image .reverse .col-lg-6:first-child {
	right: calc(50% - 630px);
}
.txt_on_image .reverse .col-lg-6:first-child,
.txt_on_image .col-lg-6:first-child {
	padding: 0 !Important;
}
.html_box.image_bg_relative .html_box_bg,
.txt_box.image_bg_relative .txt_box_bg,
.media_box.image_bg_relative .media_box_bg,
.txt_on_image .media_box_bg {
	padding: 30px;
}
	
}


.galeria_box .container-fluid .more_mobile_cta .media_box_bg,
.media_box .container-fluid .more_mobile_cta .media_box_bg,
.media_box .container-fluid .media_box_bg {
	float: right;
}
.galeria_box .container-fluid .row.reverse .more_mobile_cta .media_box_bg,
.media_box .container-fluid .row.reverse .more_mobile_cta .media_box_bg,
.media_box .container-fluid .row.reverse .media_box_bg {
	float: left;
}
@media (min-width: 991px) {
.galeria_box .container-fluid .more_mobile_cta .media_box_bg,
.galeria_box .container-fluid .row.reverse .more_mobile_cta .media_box_bg,	
.media_box .container-fluid .more_mobile_cta .media_box_bg,
.media_box .container-fluid .row.reverse .more_mobile_cta .media_box_bg,
.media_box .container-fluid .media_box_bg,
.media_box .container-fluid .row.reverse .media_box_bg {
	max-width: 450px;
}
}

@media (min-width: 1200px) {
.galeria_box .container-fluid .more_mobile_cta .media_box_bg,
.galeria_box .container-fluid .row.reverse .more_mobile_cta .media_box_bg,	
.media_box .container-fluid .more_mobile_cta .media_box_bg,
.media_box .container-fluid .row.reverse .more_mobile_cta .media_box_bg,
.media_box .container-fluid .media_box_bg,
.media_box .container-fluid .row.reverse .media_box_bg {
	max-width: 515px;
}
}

@media (min-width: 1600px) {
.galeria_box .container-fluid .more_mobile_cta .media_box_bg,
.galeria_box .container-fluid .row.reverse .more_mobile_cta .media_box_bg,	
.media_box .container-fluid .more_mobile_cta .media_box_bg,
.media_box .container-fluid .row.reverse .more_mobile_cta .media_box_bg,
.media_box .container-fluid .media_box_bg,
.media_box .container-fluid .row.reverse .media_box_bg {
	max-width: 630px;
}
}

@media (min-width: 991px) {
.media_box .container-fluid .row.extra_padding .media_box_bg,
.media_box .container-fluid .row.reverse.extra_padding .media_box_bg {
	max-width: 435px;
}
}

@media (min-width: 1200px) {
.media_box .container-fluid .row.extra_padding .media_box_bg,
.media_box .container-fluid .row.reverse.extra_padding .media_box_bg {
	max-width: 495px;
}
}

@media (min-width: 1440px) {
.media_box .container-fluid .row.extra_padding .media_box_bg,
.media_box .container-fluid .row.reverse.extra_padding .media_box_bg {
	max-width: 570px;
}
}

@media (min-width: 1600px) {
.media_box .container-fluid .row.extra_padding .media_box_bg,
.media_box .container-fluid .row.reverse.extra_padding .media_box_bg {
	max-width: 540px;
}
}




.media_box h2, .html_box h2, .txt_box h2,
.galeria_box h2 {
	margin-bottom: 10px;
	text-align: left;
}
@media (min-width: 1200px) {
.media_box h2, .html_box h2, .txt_box h2,
.galeria_box h2 {
	margin-bottom: 20px;
}	
}
@media (min-width: 1600px) {
.media_box h2, .html_box h2, .txt_box h2,
.galeria_box h2 {
	margin-bottom: 30px;
}
}
@media (max-width: 991px) {
.media_box h2, .html_box h2, .txt_box h2, .galeria_box h2 {
    text-align: left;
}
}
.more_mobile_cta .btn.btn-primary {
    margin-top: 10px;
    margin-bottom: 30px;
}
@media (min-width: 992px) {
.more_mobile_cta .btn.btn-primary {
	margin-top: 20px;
	margin-bottom: 0;
}
}



#spacer .row .col-lg-12,
#spacer {
    padding-left: 0;
    padding-right: 0;
}
#spacer .row {
	margin-left: 0;
	margin-right: 0;
}




.privacy-policy .post,
.single-post .post {
    padding: 50px 0;
} 
.archive.category .header {
	margin-bottom: 50px;
}
.archive.category .footer {
	margin-top: 50px;
}
.archive.category .post_cat_list img {
    width: 100%;
}
.archive.category .post_cat_list {
    margin-bottom: 20px;
}
.txt_box.stopka, 
footer {
	font-size: 16px;
}
.aditional_icon2 a,
footer .col a {
word-wrap:break-word	
}

footer h4 {
	font-size: 26px;
	line-height: 35px;
	margin-bottom: 20px;	
}
footer img {
	margin-bottom: 20px;	
}
.copyright {
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
	line-height: 16px;
}
.copyright .container {
    opacity: 1;
}
.copyright a {
	color: #fff;
	line-height: 16px;	
}
.logo_stopka {
	height: 16px;
}
.klauzula {
    font-size: 12px;
	padding-bottom: 15px;
}
.klauzula .container {
	padding-top: 0px !Important;
	padding-bottom: 0px !Important;
}



@media (min-width: 992px) {

footer .container {
	padding-top: 50px !Important;
	padding-bottom: 40px !Important;
}
}
@media (min-width: 1200px) {

footer h4 {
	margin-bottom: 30px;
}
footer .container {
	padding-top: 60px !Important;
	padding-bottom: 40px !Important;
}
}
@media (min-width: 1600px) {
footer h4 {
	margin-bottom: 40px;
}
footer .container {
	padding-top: 70px !Important;
	padding-bottom: 40px !Important;
}
}

@media (max-width: 991px) {
footer .container .col {
   flex-basis: 50%;
   max-width: 50%;
}
footer p {
    margin-bottom: 10px;
}
footer .container .col:first-child h4 {	
	margin-top: 0px;
}
.copyright {
    font-size: 14px;
}
}
@media (max-width: 767px) {
footer .container .col {
   flex-basis: 100%;
   max-width: 100%;
}
footer h4 {	
	margin-top: 20px;
}
footer  {
	text-align: center;
}
}
@media (min-width: 992px) {
.modal-footer {
    position: absolute;
    right: 40px;
    top: -7px;
    border: 0;
}
}



@media (min-width: 576px){
#houseTourModal .modal-dialog {
	    max-width: 1200px;
}
}
#privacyModal .modal-dialog {
	width: 80%;
	max-width: 800px;
}
#privacyModal .modal-dialog dl, ol, ul {
    padding-left: 20px;
}

@media (max-width: 575px){
#housePlanModal .modal-dialog,
#houseTypePlanModal .modal-dialog {
    max-width: 100%;
}
}
#housePlanModal .modal-body img,
#houseTypePlanModal .modal-body img {
    width: 100%;
}
/*
#houseTypePlanModal .modal-body,
#housePlanModal .modal-body {
    overflow-y: scroll !important;
    overflow-x: hidden !Important;
    max-height: 700px !important;
}
*/
@media (min-width: 576px){
#housePlanModal .modal-dialog,
#houseTypePlanModal .modal-dialog {
    max-width: 510px;
}
}
@media (min-width: 768px){
#housePlanModal .modal-dialog,
#houseTypePlanModal .modal-dialog {
    max-width: 690px;
}
.modal-dialog.big_modal {
    max-width: 740px;
}
}
@media (min-width: 992px){
#housePlanModal .modal-dialog,
#houseTypePlanModal .modal-dialog {
    max-width: 930px;
}
}
@media (min-width: 1201px){
#housePlanModal .modal-dialog,
#houseTypePlanModal .modal-dialog {
    max-width: 1110px;
}
}
@media (min-width: 1440px){
#housePlanModal .modal-dialog,
#houseTypePlanModal .modal-dialog {
    max-width: 1260px;
}
}
@media (min-width: 2000px){
#houseTypePlanModal .modal-body,
#housePlanModal .modal-body {
    max-height: 1100px !important;
}
}
@media (max-width: 575px){
.modal-footer {
	flex-direction: column;
}
.modal-footer div {
	width: 100%;
}
.modal-footer div .btn-primary {
	margin-bottom: 10px !important;
}
.modal-footer>:not(:last-child) {
    margin-right: 0;
}
.modal-footer .btn {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 10px;
}
.modal-footer .btn:last-child {
	margin-bottom: 0px;
}
}
#housePlanModal span.cena_tabela {
	display: inline-block;
	padding: .375rem .75rem;
}

.wpcf7 p.min {
    font-size: 10px;
    margin-top: -15px;
}
.wpcf7 p.link {
	font-size: 13px;
    line-height: 20px;
    color: #9E9E9E;
}

input.wpcf7-form-control.wpcf7-submit.btn {
    position: relative;
}


a.btn-primary,
.btn-primary {
	z-index: 2;
	position: relative;
}
a.btn-primary:before,
.btn-primary:before {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 100%;
	height: 100%;
    left: 0;
	pointer-events: none;
	z-index:-1;
}
.navbar .menu_tel.icon_tel:before,
.btn-primary:before {
	background: #fff !Important;
	background-color: #fff !important;
}
a.btn-primary:hover:before,
.btn-primary:hover:before {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
}
a.btn-primary:before,
.btn-primary:before {
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s;
}

#main a.btn-primary:before,
#main .btn-primary:before {
	display: none !important;
}


@media (min-width: 992px) {
#buttonMediaNewModalCenter_form .modal-dialog {
    max-width: 900px !important;
}
}



.stopka_box {
	padding-top: 40px;
	padding-bottom: 40px;
}

.stopka_box_row {
    display: flex;
	flex-direction: column;
	text-align: center;
    width: 100%;
	color: #161616;
}
.stopka_box_border {
	height: 1px;
	width: 100%;
	background: #99B2C0;
}
.stopka_box_row a {
	color: #161616;
	text-decoration: none;
}

.txt_box.stopka .stopka_box_border,
footer .stopka_box_border {
    background: #0F362C;
}

.stopka_box_row a:hover {
	color: #316A8E;
	text-decoration: none;
}
.stopka_box_row p {
	margin-bottom: 12px;
}
.stopka_box_row p:last-child {
	margin-bottom: 0px;
}
.stopka_box_row h4 {
	color: #767C7F;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 28.8px */
	margin-bottom: 16px;
}
.stopka_box_row .col2 {
    margin-bottom: 40px;
}
.stopka_box_row .pzfd_member {
	color: #767C7F;
	font-size: 16px;
	font-weight: 400;
	line-height: 180%; /* 28.8px */
	margin-top: 16px;
	margin-bottom: 16px;
}
.stopka_box_row .pzfd_logo img {
	display: inline-block;
	width: 144px;
	height: 50px;
	max-width: 100%;
}
.stopka_box .copyright2 {
	padding-top: 24px;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%; /* 13.2px */
	letter-spacing: 1.44px;
	text-transform: uppercase;
}
.txt_box.stopka .copyright2,
footer .copyright2 {
	padding-top: 24px;
}

.col2_social {
	display: flex;
	flex-direction: column;
	padding-top: 4px;
}
.social_links {
	display: flex;
	width: 64px;
	height: 64px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	aspect-ratio: 1/1;
	border-radius: 100%;
	border: 1px solid #ADC1CC;
}
.social_icon.fb {
	-webkit-mask: url("../../img/face_stopka.svg")no-repeat !Important;
	mask: url("../../img/face_stopka.svg")no-repeat !Important;
    width: 8px;
    height: 16px;
}
.social_icon.insta {
	-webkit-mask: url("../../img/insta_stopka.svg")no-repeat !Important;
	mask: url("../../img/insta_stopka.svg")no-repeat !Important;
    width: 16px;
    height: 16px;
}
.social_icon.linke {
	-webkit-mask: url("../../img/link_stopka.svg")no-repeat !Important;
	mask: url("../../img/link_stopka.svg")no-repeat !Important;
    width: 16px;
    height: 16px;
}
.social_icon {
	background-color: #1B3C51;
}
.col2_social a:hover .social_icon {
	background-color: #316A8E;
}
.col2_social a:hover .social_links {
	border-color: #316A8E;
}



@media (max-width: 991px) {
.stopka_box {
	padding-left: 5px;
	padding-right: 5px;
}	
.txt_box.stopka .line_copy,
footer .line_copy,
.stopka_box .line_copy {
	display: none;
}
.stopka_box_row .col3:last-child {
	display: flex;
	flex-direction: column;
	margin-top: 40px;
}
.stopka_box_row .col3:last-child a:first-child {
	margin-bottom: 24px;
}
.stopka_box .social_links { 
	margin-top: 16px;
}
.col2_social {
    align-items: center;
}
.social_icon.fb {
    width: 10px;
    height: 20px;
	mask-size: auto 20px !important;
	webkit-mask-size: auto 20px !important;
}
.social_icon.insta {
    width: 20px;
    height: 20px;
	mask-size: auto 20px !important;
	webkit-mask-size: auto 20px !important;
}
.social_icon.linke {
    width: 20px;
    height: 20px;
	mask-size: auto 20px !important;
	webkit-mask-size: auto 20px !important;
}
}

@media (min-width: 992px) and (max-width: 1199px)  {
.stopka_box_row {
	flex-wrap: wrap;
}	
.stopka_box_row .col2:first-child {
	width: 100% !Important;
	text-align: center;
}
}

@media (min-width: 992px) {
.stopka_box {
	padding-top: 64px;
}
.stopka_box_row {
	flex-direction: row;
    justify-content: space-between;
	text-align: left;
	margin-left: -15px;
    margin-right: -15px;
}	
.stopka_box_row .col2 {
    width: max-content;
	padding-left: 15px;
	padding-right: 15px;
	word-break: break-word;
}
.stopka_box_row.data_fot {
	padding-bottom: 40px;
}
.txt_box.stopka .line_copy,
footer .line_copy,
.stopka_box .line_copy {
    padding-left: 16px;
    padding-right: 16px;
}
.bg-menu .col2_social a:hover .social_icon {
	background-color: #C1D1D9;
}
.bg-menu .col2_social a:hover .social_links {
	border-color: #C1D1D9;
}

body#main .nav_top.fixed-menu.sticky-top .bg-menu .col2_social a:hover .social_icon {
	background-color: #316A8E;
}
body#main .nav_top.fixed-menu.sticky-top .bg-menu .col2_social a:hover .social_links {
	border-color: #316A8E;
}


}
.col2_social {
	flex-direction: row;
}
footer .stopka_box_row.data_fot .social_links,
.stopka_box .social_links { 
	margin-right: 8px;
	width: 40px;
	height: 40px;
}
footer .stopka_box_row.data_fot .col3,
.stopka_box_row .col3 {
	padding-left: 15px;
	padding-right: 15px;
}
}


@media (min-width: 1200px) {	
.stopka_box_row.data_fot {
	padding-bottom: 60px;
}

}

@media (min-width: 1200px) and (max-width: 1439px)  {
.stopka_box_row .col2:nth-child(3) {
	max-width: 220px; 
}		
}

@media (min-width: 1440px) {
footer .stopka_box_row.data_fot,	
.stopka_box_row.data_fot {
	padding-bottom: 80px;
}	
}


.txt_box.text_inv1 h2 {
	color: #161616 !important;
}
.txt_box.text_inv1 {
	padding-top: 40px;
	padding-bottom: 64px;
}
.txt_box.text_inv1 p {
	margin-bottom: 24px !important;
}
.txt_box.text_inv1 p:last-child {
	margin-bottom: 0 !important;
}
.txt_box.text_inv1 .btn {
	margin-bottom: 0 !important;
	padding-left: 36px !important;
}
.txt_box.text_inv1.wersja2 {
	padding-bottom: 0 !important;
	padding-top: 40px !important;
}


.txt_box.text_inv1.fix2 .row {
	flex-direction: column;
}

@media (max-width: 991px) {
.txt_box.text_inv1 {	
	padding-left: 5px;
	padding-right: 5px;
}
.txt_box.text_inv1  .row {
	flex-direction: column;
}
}

@media (min-width: 1200px) {
.txt_box.text_inv1 {
	padding-top: 44px;
	padding-bottom: 64px;
}
.txt_box.text_inv1.wersja2 h2 {
	font-size: 44px !important;
	letter-spacing: -0.44px !important;	
}
.txt_box.text_inv1.wersja2 {
	padding-top: 50px !important;
}
}

@media (min-width: 1440px) {
.txt_box.text_inv1 {
	padding-top: 54px;
	padding-bottom: 64px;
}
.txt_box.text_inv1.wersja2 h2 {
	font-size: 54px !important;
	letter-spacing: -0.54px !important;	
}
.txt_box.text_inv1.wersja2 {
	padding-top: 70px !important;
}
}

@media (min-width: 1600px) {
.txt_box.text_inv1 {
	padding-top: 64px;
	padding-bottom: 64px;
}
.txt_box.text_inv1.wersja2 h2 {
	font-size: 64px !important;
	letter-spacing: -0.64px !important;	
}
.txt_box.text_inv1.wersja2 {
	padding-top: 80px !important;
}
}






.media_box.wersja1 {
	background: #153349;
	color: #BDC7CE !important;
}
.media_box.wersja1 h2 {
	font-size: 40px !important;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 76.8px */
	letter-spacing: -0.4px  !important;
	text-transform: uppercase;
	color: #F4F3ED !important;
}
.media_box.wersja1 h2 span {
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%; /* 15.4px */
	letter-spacing: 1.68px;
	text-transform: uppercase;
	color: #6C95B0 !important;
	padding-right: 24px;
	position: relative;
	top: -8px;
}
#main .media_box.wersja1 .btn .icon_bg {
    display: none !important;
} 
.media_box.wersja1 .center_bt {
	margin-top: 48px;
}
#main .media_box.wersja1 .btn {
    padding-left: 36px;
	margin-top: 0 !important;
} 
.media_box.wersja1 .center_img img {
    border-radius: 0px;
    width: 100%;
}
@media (max-width: 991px) {
.media_box.wersja1 .row {
	flex-direction: row;
	margin-left: 0;
    margin-right: 0;
}	
.media_box.wersja1 .media_box_bg {
	padding-top: 40px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 40px;
}
.media_box.wersja1 .center_img,
.media_box.wersja1 .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.media_box.wersja1 .container-fluid .media_box_bg {
    float: unset !important;
}
.media_box.wersja1 h2 {
	word-wrap: break-word;
}
}
@media (min-width: 992px) {
.media_box.wersja1 .container-fluid .media_box_bg {
	max-width: 450px !important;
}
.media_box.wersja1  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}
}
@media (min-width: 1200px) {
.media_box.wersja1 h2 {
	font-size: 44px  !important;
	letter-spacing: -0.44px  !important;
}
.media_box.wersja1 h2 span {
	top: -10px;
}
.media_box.wersja1 .container-fluid .media_box_bg {
	max-width: 540px !important;
}
}

@media (min-width: 1440px) {
.media_box.wersja1 h2 {
	font-size: 54px  !important;
	letter-spacing: -0.54px  !important;
}	
.media_box.wersja1 h2 span {
	top: -12px;
}
.media_box.wersja1 .container-fluid .media_box_bg {
	max-width: 610px !important;
}
.media_box.wersja1 .media_box_text {
    padding-right: 40px;
}
}

@media (min-width: 1600px) {
.media_box.wersja1 h2 {
	font-size: 64px  !important;
	letter-spacing: -0.64px  !important;
}	
.media_box.wersja1 h2 span {
	top: -14px;
}
.media_box.wersja1 .container-fluid .media_box_bg {
	max-width: 740px !important;
}
.media_box.wersja1 .media_box_text {
    padding-right: 140px;
}
}





.html_box.mapka_svg .mapka_pl {
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
}
.html_box.mapka_svg p:last-child {
	 margin-top: 48px;
    margin-bottom: 0;
}
.html_box.mapka_svg .btn-primary {
    margin-bottom: 0;
	padding-left: 36px !Important;
}
.html_box.mapka_svg h2 {
	font-size: 40px !important;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 76.8px */
	letter-spacing: -0.4px  !important;
	text-transform: uppercase;
	color: #161616 !important;
}
.html_box.mapka_svg h2 span {
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%; /* 15.4px */
	letter-spacing: 1.68px;
	text-transform: uppercase;
	color: #6C95B0 !important;
	padding-right: 24px;
	position: relative;
	top: -8px;
}
.html_box.mapka_svg .row {
	flex-direction: column;
}

@media (max-width: 992px) {
.html_box.mapka_svg {
	padding-left: 5px;
	padding-right: 5px;
}
.html_box.mapka_svg .mapka_pl { 
	padding-left: 10px;
	padding-right: 10px;
}
.html_box.mapka_svg .mapka_pl img { 
	width: 100%;
}
}

@media (min-width: 992px) {
.html_box.mapka_svg .row {
	align-items: center;
	flex-direction: row;
}
.html_box.mapka_svg .col:last-child {
	padding-left: 30px;
}
}

@media (min-width: 1200px) {
.html_box.mapka_svg h2 {
	font-size: 44px  !important;
	letter-spacing: -0.44px  !important;
}
.html_box.mapka_svg h2 span {
	top: -10px;
}
.html_box.mapka_svg .mapka_pl {
	padding-top: 60px;
	padding-bottom: 60px;
}
.html_box.mapka_svg .col:last-child {
	padding-left: 50px;
}
}

@media (min-width: 1440px) {
.html_box.mapka_svg h2 {
	font-size: 54px  !important;
	letter-spacing: -0.54px  !important;
}	
.html_box.mapka_svg h2 span {
	top: -12px;
}
.html_box.mapka_svg .mapka_pl {
	padding-top: 80px;
	padding-bottom: 80px;
}
.html_box.mapka_svg .col:last-child {
	padding-left: 80px;
}
}

@media (min-width: 1600px) {
.html_box.mapka_svg h2 {
	font-size: 64px  !important;
	letter-spacing: -0.64px  !important;
}	
.html_box.mapka_svg h2 span {
	top: -14px;
}
.html_box.mapka_svg .col:last-child {
	padding-left: 100px;
}
}





.txt_box.wsparcie_wersja1 h4 {
	font-family: Manrope;
	padding: 8px 16px;
    background: #33252A;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.10);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: 1.44px;
    text-transform: uppercase;
    display: inline;
    color: #fff;
	margin-bottom: 0;
}
.txt_box.wsparcie_wersja1 .col {
    display: flex;
    flex-direction: column;
}
.txt_box.wsparcie_wersja1 .col:nth-child(even) {
    flex-direction: column-reverse;
}
.txt_box.wsparcie_wersja1 .col p {
	margin-bottom: 0;
}
.txt_box.wsparcie_wersja1 .col img {
  height: auto;                
  object-fit: cover; 
  object-position: center; 
  aspect-ratio: 3/2;
  width: 100%;
}
.txt_box.wsparcie_wersja1 .col:nth-child(even) img {
    aspect-ratio: 1/1;
}
.txt_box.wsparcie_wersja1 .col h4 {
	margin-bottom: -1px;
}
.txt_box.wsparcie_wersja1 .col:nth-child(even) h4 {
    margin-top: -1px;
	margin-bottom: 0px;
}

@media (max-width: 991px) {
.txt_box.wsparcie_wersja1 .row {
	flex-direction: column;
}	
.txt_box.wsparcie_wersja1 .col,
.txt_box.wsparcie_wersja1 .col:nth-child(even) {
    flex-direction: column-reverse;
}
.txt_box.wsparcie_wersja1 .col h4,
.txt_box.wsparcie_wersja1 .col:nth-child(even) h4 {
    margin-top: -1px;
	margin-bottom: 40px;
}
.txt_box.wsparcie_wersja1 .col:last-child h4 {
	margin-bottom: 0px !important;
}
.txt_box.wsparcie_wersja1 {
	padding-left: 5px;
	padding-right: 5px;
}
}

@media (min-width: 992px) {
.txt_box.wsparcie_wersja1 .row {
	margin-left: -12px;
	margin-right: -12px;
}
.txt_box.wsparcie_wersja1 .col {
	padding-left: 12px;
	padding-right: 12px;
}

}



.media_box.wersja_zrealizowane {
	padding-top: 80px;
	padding-bottom: 80px;
}
.media_box.wersja_zrealizowane img {
	width: 100%;
	border-radius: 0 !important;
}
.media_box.wersja_zrealizowane .btn-primary {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.media_box.wersja_zrealizowane .center_bt {
	margin-top: 48px !important;
}

@media (max-width: 991px) {
.media_box.wersja_zrealizowane h2,	
.media_box.wersja_zrealizowane {
	text-align: center;
}	
.media_box.wersja_zrealizowane .media_box_bg {
    padding-top: 80px;
}
.media_box.wersja_zrealizowane {
	padding-left: 5px;
	padding-left: 5px;
}
}

@media (min-width: 992px) {
.media_box.wersja_zrealizowane .col-lg-6:last-child {
	padding-right: 40px;
}
}

@media (min-width: 1200px) {
.media_box.wersja_zrealizowane .col-lg-6:last-child {
	padding-right: 80px;
}
}

@media (min-width: 1440px) {
.media_box.wersja_zrealizowane .col-lg-6:last-child {
	padding-right: 100px;
}
.media_box.wersja_zrealizowane .col-lg-6:first-child {
	padding-left: 40px;
	padding-right: 40px;
}
.media_box.wersja_zrealizowane {
	padding-top: 100px;
	padding-bottom: 100px;
}
}

@media (min-width: 1600px) {
.media_box.wersja_zrealizowane .col-lg-6:last-child {
	padding-right: 120px;
}
.media_box.wersja_zrealizowane .col-lg-6:first-child {
	padding-left: 120px;
	padding-right: 80px;
}
}




.tlo_laczone1 {
	background: linear-gradient(180deg, rgba(153, 178, 191, 0.40) 0%, rgba(229, 233, 235, 0.40) 63.94%);	
}



@media (max-width: 991px) {
.media_box.wersja1.hero_type h2{
    margin: auto;
    display: table;
	margin-bottom: 40px !important;
}
.media_box.wersja1.hero_type{
	padding-top: 160px;

}
}



.media_box.media_firma1 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.media_box.media_firma1 .center_img img {
	border-radius: 0;
}
.media_box.media_firma1 h2 {
    font-size: 40px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.4px !important;
    text-transform: uppercase;
    color: #161616 !important;
}
.media_box.media_firma1 h2 span {
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: 1.68px;
    text-transform: uppercase;
    color: #6C95B0 !important;
    padding-right: 24px;
    position: relative;
    top: -8px;
}

@media (max-width: 991px) {
.media_box.media_firma1 {
	padding-left: 5px;
	padding-right: 5px;
}
.media_box.media_firma1 .media_box_bg {
    padding-top: 40px;
}	
}

@media (min-width: 992px) {
.media_box.media_firma1 {
	padding-top: 40px;
	padding-bottom: 40px;
}	
.media_box.media_firma1 .media_box_bg {
	padding-left: 35px;
	max-width: unset !important;
}
.media_box.media_firma1 h2 {
    font-size: 44px !important;
    letter-spacing: -0.44px !important;
}
}
@media (min-width: 1200px) {
.media_box.media_firma1 {
	padding-top: 60px;
	padding-bottom: 60px;
}	
.media_box.media_firma1 .media_box_bg {
	padding-left: 55px;
}	
.media_box.media_firma1 h2 span {
    top: -10px;
}
}
@media (min-width: 1440px) {
.media_box.media_firma1 {
	padding-top: 80px;
	padding-bottom: 80px;
}	
.media_box.media_firma1 .media_box_bg {
	padding-left: 85px;
	 max-width: 675px !important;
}	
.media_box.media_firma1 h2 {
    font-size: 54px !important;
    letter-spacing: -0.54px !important;
}
.media_box.media_firma1 h2 span {
    top: -12px;
}
}
@media (min-width: 1600px) {
.media_box.media_firma1 {
	padding-top: 80px;
	padding-bottom: 80px;
}	
.media_box.media_firma1 .media_box_bg {
	padding-left: 105px;
	max-width: 785px !important;
}	
.media_box.media_firma1 h2 {
    font-size: 64px !important;
    letter-spacing: -0.64px !important;
}
.media_box.media_firma1 h2 span {
    top: -14px;
}
}






.extra1_head {
    position: relative;
	flex-direction: column;
	display: flex;
	width: 100%;
	margin-bottom: 40px;
}
.extra1_head .swiper-button-next,
.extra1_head .swiper-button-prev {
    position: relative;
    top: unset;
    margin-top: unset;
}
.extra1_head2 {
    display: flex;
    align-items: center;
	justify-content: space-between;
}
.extra1_arrow {
    display: flex;
    align-items: center;
}

.extra1_head .swiper-button-prev {
	left: unset !Important;
	right: unset !Important;
	margin-right: 8px;
}
.extra1_head .swiper-button-next {
    right: unset !Important;
}
.extra1_head h2 {
	margin-bottom: 8px !Important;
	color: #282723 !Important;
}
.extra1_box .obrazek_n {
	padding: 40px;
    background: linear-gradient(0deg, #D7E1E6 0.08%, rgba(233, 241, 245, 0.00) 99.95%);
}
.extra1_box .title_n {
    padding: 8px 16px;
    background: #33252A;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.10);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: 1.44px;
    text-transform: uppercase;
    display: inline;
    color: #fff;
}

@media (max-width: 991px) {
.extra1_arrow {
	display: none !Important;
}
.extra1_head {
	padding-left: 15px;
	padding-right: 15px;
}
}

@media (min-width: 992px) {
.extra1_head {
	padding-top: 80px;
	padding-bottom: 80px;
}	
.extra1_head h2,
.extra1_head2 { 
	width: 50%;	
}
.extra1_head {
	flex-direction: row;
    align-items: center;
	margin-bottom: 48px;
}
.extra1_head,
.extra1_head h2 {
	margin-bottom: 0px !Important;
}
.extra1_box .swiper-wrapper {
	padding-bottom: 0
}
.extra1_box .swiper-scrollbar {
	display: none;
}
}

@media (min-width: 1440px) {
.extra1_head {
	margin-bottom: 64px;
}	
}


.ver2 .extra1_head .swiper-button-next, 
.ver2 .extra1_head .swiper-button-prev {
	background: transparent !important;
	border-color: #1B3C51 !important;
}
.ver2 .extra1_head .swiper-button-next:hover, 
.ver2 .extra1_head .swiper-button-prev:hover {
	background: transparent !important;
	border-color: #99B2C0 !important;
}
.ver2 .extra1_head .swiper-button-next:after, 
.ver2 .extra1_head .swiper-button-prev:after {
	background: #1B3C51 !important;
}
.ver2 .extra1_head .swiper-button-next:hover:after, 
.ver2 .extra1_head .swiper-button-prev:hover:after {
	background: #99B2C0 !important;
}









.extra2_box .single_wsp_top {
    padding: 8px 16px;
    background: #33252A;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.10);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: 1.44px;
    text-transform: uppercase;
    display: inline;
    color: #fff;
}
.extra2_box .single_wsp {
    position: relative;
} 
.extra2_box .single_wsp_data {
	position: absolute;
	left: 40px;
	bottom: 40px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 28.8px */
	color: #FFF;
	max-width: 400px;
	z-index: 4;
}
.extra2_box .single_wsp .title_e2 {
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 48px */
	letter-spacing: -0.4px;
	text-transform: uppercase;
	color: #FFF;
}

@media (max-width:991px) {
.extra2_box .single_wsp_data {
	display: none;
}
.extra2_box .extra_2_single  { 
	margin-bottom: 40px;
}
.extra2_box .extra_2_single h2 { 
	margin-bottom: 0px !important;
}
.extra_2_list {
	display: flex;
	flex-direction: column;
}
.extra2_box .extra_2_single:first-child {
	order: 1;
}
.extra2_box .extra_2_single:nth-child(2) {
	order: 2;
}
.extra2_box .extra_2_single:nth-child(3) {
	order: 3;
}
.extra2_box .extra_2_single:nth-child(4) {
	order: 4;
}
.extra2_box .extra_2_single:last-child {
	order: 5;
}

	
}



@media (min-width:992px) {
.extra2_box .single_wsp {
	cursor: pointer;
}
/*
.extra2_box .single_wsp .opis_e2 {
	display: none;
}
.extra2_box .single_wsp:hover .opis_e2 {
	display: inherit;
}
*/	
.extra2_box .extra_2_list {
	column-count: 2;
	column-gap: 24px;
}
.extra2_box .extra_2_single {
	break-inside: avoid;
}
.extra2_box .extra_2_single:nth-child(4),
.extra2_box .extra_2_single:nth-child(2) {
	margin-bottom: 40px;
}
.extra2_box h2 {
	margin-bottom: 50px !important;
	max-width: 310px;
}
.extra2_box .single_img_bg {
	background: linear-gradient(180deg, rgba(40, 39, 35, 0.00) 0%, #282723 77.64%, #282723 100%);
	position: absolute;
    z-index: 2;
    width: 100%;
    height: calc(100% - 33px);
    bottom: 0;
}
}

@media (min-width:1200px) {
.extra2_box h2 {
	margin-bottom: 60px !important;
}
	
}

@media (min-width:1440px) {
.extra2_box h2 {
	margin-bottom: 70px !important;
}
	
}

@media (min-width:1600px) {
.extra2_box h2 {
    font-size: 48px !important;
	margin-bottom: 80px !important;
}
	
}




.extra3_box {
    background: #1A4058;
}
.extra_3_list {
	display: flex;
	flex-direction: column;
}
.extra_3_col:first-child {
	position: relative;
}	
.extra_3_col:last-child {
	padding: 40px 25px;
	position: relative;
}	
.naglowek_extra3 {
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 57.6px */
	letter-spacing: -0.48px;
	text-transform: uppercase;	
	color: #C1D1D9;
}
.img_extra3 img {
	height: auto;                
	object-fit: cover; 
	object-position: center; 
	aspect-ratio: 3/4;
}
.extra3_box .extra3_nr_data {
	color: #6C95B0;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%; /* 15.4px */
	letter-spacing: 1.68px;
	text-transform: uppercase;	
}
.extra3_box .extra3_nr {
	color: #F4F3ED;
	font-size: 100px;
	font-style: normal;
	font-weight: 300;
	line-height: 120%; /* 120px */
	letter-spacing: -3px;
	text-transform: uppercase;
}


@media (max-width:992px) {
.naglowek_extra3 {
	display: none;
}
.img_extra3 img {
    width: 100%; 
}
.extra3_box .extra3_nr {
	margin-top: 24px;
	padding-bottom: 64px;
}
.extra3_box .extra3_nr_box:last-child .extra3_nr {
	padding-bottom: 0px;
}
.extra_3_col:first-child {
	padding: 40px 5px;
}
}

@media (min-width:992px) {
.extra_3_list {
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}	
.extra_3_col {
	width: 50%;
}	
.extra_3_col:last-child {
	padding: 50px;
}
.extra3_nr_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.extra3_l_list{
	width: 480px;
	margin: auto;
	display: table;
	position: relative;
	left: -15px;
}
.extra3_box .extra3_nr_data {
	max-width: 152px;
}
.naglowek_extra3 {
    position: absolute;
    left: 50px;
    top: 74px;
	text-align: right;
}
.img_extra3 {
    text-align: right;
	padding-left: 42.5%;
}
.extra3_image_box:after {
	background: url(../../img/extra3_maska.svg) no-repeat;
	background-size: 100px auto;
	height: 86px;
	width: 100px;
	position: absolute;
	left: 50px;
	bottom: 50px;
	content:'';
}
.naglowek_extra3 {
	max-width: 280px;
	font-size: 34px;
	letter-spacing: -0.34px;
}
.extra3_box {
    position: relative;
}
.extra3_box_bg2 {
	background: url(../../img/extra3_maska_big.svg) no-repeat;
	position: absolute;
	width: 50%;
	height: 100%;
	background-size: cover;
}
}

@media (min-width:1200px) {
.extra_3_col:last-child {
	padding: 60px;
}
.naglowek_extra3 {
    left: 60px;
    top: 84px;
}
.extra3_image_box:after {
	left: 60px;
	bottom: 60px;
	background-size: 120px auto;
	height: 102px;
	width: 120px;
}
.naglowek_extra3 {
	max-width: 320px;
	font-size: 38px;
	letter-spacing: -0.38px;
}
.extra3_l_list{
	width: 500px;
}
}
@media (min-width:1440px) {
.extra_3_col:last-child {
	padding: 70px;
}
.naglowek_extra3 {
    left: 70px;
    top: 94px;
}
.extra3_image_box:after {
	left: 70px;
	bottom: 70px;
	background-size: 160px auto;
	height: 136px;
	width: 160px;
}
.naglowek_extra3 {
	max-width: 370px;
	font-size: 44px;
	letter-spacing: -0.44px;
}
.extra3_l_list{
	width: 525px;
}
}
@media (min-width:1600px) {
.extra_3_col:last-child {
	padding: 80px;
}
.naglowek_extra3 {
    left: 80px;
    top: 104px;
}
.extra3_image_box:after {
	left: 80px;
	bottom: 80px;
	background-size: 203px auto;
	height: 173px;
	width: 203px;
}
.naglowek_extra3 {
	max-width: 400px;
	font-size: 48px;
	letter-spacing: -0.48px;
}
.extra3_l_list{
	width: 560px;
}
}













.extra4_box {
    background: linear-gradient(180deg, #153349 0%, #1A4058 100%);
}

.extra_4_list {
	display: flex;
	flex-direction: column;
}
.extra4_box_data {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 28.8px */
	color: #BDC7CE;
}
.extra4_box_data h2 {
    font-size: 40px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.4px !important;
    text-transform: uppercase;
    color: #F4F3ED !important;
}
.extra4_box_data h2 span {
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: 1.68px;
    text-transform: uppercase;
    color: #6C95B0 !important;
    padding-right: 24px;
    position: relative;
    top: -8px;
}
.extra4_box .extra4_video_box {
	aspect-ratio: 1/1;	
	position: relative;
}
.extra4_box .video_e4 video,
.extra4_box .video_e4 {
	height: 100%;
}
.extra4_box .txt1_e4 {
	color: #161616;	
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%; /* 15.4px */
	letter-spacing: 1.68px;
	text-transform: uppercase;	
	background: #DBE7EE;
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.10);
	padding: 12px 20px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}
.extra4_box .txt2_e4 {
	color: #fff;	
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%; /* 13.2px */
	letter-spacing: 1.44px;
	text-transform: uppercase;
	padding: 8px 16px;
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.10);
	background: #33252A;
	position: absolute;
	left: 0;
	top: 39px;
	z-index: 3;
	display: none;
}
.extra4_box .swiper-wrapper {
    padding-bottom: 20px;
}
.extra4_box .container-fluid {
	padding-left: 0;
	padding-right: 0;
}


@media (max-width: 991px) {
.extra4_box .extra_4_col:last-child {
	padding-left: 20px;
	padding-right: 20px;
}
}

@media (min-width: 992px) {
.extra_4_list {
	flex-direction: row;
	align-items: center;
}	
.extra_4_col {
	width: 50%;
}
.extra4_box_data {
	width: 480px;
	margin: auto;
	display: table;
	position: relative;
}
.extra4_box_data h2 {
    font-size: 44px !important;
    letter-spacing: -0.44px !important;
}

.extra4_box .swiper-wrapper {
    padding-bottom: 0;
}
}


@media (min-width:1200px) {
.extra4_box_data {
	width: 500px;
}
.extra4_box_data h2 span {
    top: -10px;
}
}


@media (min-width:1440px) {
.extra4_box_data {
	width: 525px;
}
.extra4_box_data h2 {
    font-size: 54px !important;
    letter-spacing: -0.54px !important;
}
.extra4_box_data h2 span {
    top: -12px;
}
}

@media (min-width:1600px) {
.extra4_box_data {
	width: 560px;
}
.extra4_box_data h2 {
    font-size: 64px !important;
    letter-spacing: -0.64px !important;
}
.extra4_box_data h2 span {
    top: -14px;
}
}



@media (max-width:991px) {
.okruszki_box {
	display: none !Important;
}	
}


.okruszki_box {
    padding-top: 20px;
	color: #1B3C51;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%; /* 15.4px */
	letter-spacing: 1.68px;
	text-transform: uppercase;
}
.okruszki_box a {
	color: #1B3C51;
}
.okruszki_box a:hover {
	color: #316A8E;
}
.okruszki_box span.o_arr {
    padding-left: 16px;
    padding-right: 16px;
}




.txt_box.stopka {
    background: #c0cea6 !important;
    color: #0F362C !important;
}
.txt_box.stopka a,
footer.footer.accent_color a {
    color: #0F362C !important;
}
@media (max-width:991px) {
.txt_box.stopka .row {
	flex-direction: column;
	text-align: center;
}
}


.stopka_box.pages h4 {
	color: #767C7F;
    font-size: 16px;
    font-style: normal;
    line-height: 180%;
    margin-bottom: 16px;
	font-family: "fieldwork",sans-serif;
	font-weight: 400;
}
.stopka_box.pages .container {
	padding-top: 0 !Important;
	padding-bottom: 0 !Important;
}
@media (max-width:991px) {
.col2_social {
    flex-direction: column;
    justify-content: center;
}
}


/* ANIMACJE DODATKOWE */

.investments_list_box.wersja1 .inv_box2 {
	transition: opacity .3s ease;
}
.investments_list_box.wersja1 .inv_box2_head,
.investments_list_box.wersja1 .inv_box2 > * {
    transform: translateY(40px);
    opacity: 0;
    transition: all .5s ease;
}
.investments_list_box.wersja1 .swiper-slide:hover .inv_box2 {
    opacity: 1;
}
.investments_list_box.wersja1 .swiper-slide:hover .inv_box2_head,
.investments_list_box.wersja1 .swiper-slide:hover .inv_box2 > * {
    transform: translateY(0);
    opacity: 1;
    transition-delay: .2s;
}





.txt_box.wsparcie_wersja1 .col div[data-aos="fade-up"],
.txt_box.wsparcie_wersja1 .col h4[data-aos="fade-up"] {
	opacity: 1 !important;
	transform: translateZ(0) !important;
}
.txt_box.wsparcie_wersja1 .txt_box_bg {
    overflow: hidden;
}
.txt_box.wsparcie_wersja1 .col[data-aos="animacja_sekcja"] {
	opacity: 0;
	transform: translate3d(0,1000px,0);
	transition-duration: 1.5s !important;
}
.txt_box.wsparcie_wersja1 .col[data-aos="animacja_sekcja"].aos-animate {
    opacity: 1;
	transform: translateZ(0);
}
.txt_box.wsparcie_wersja1 .col:nth-child(1)[data-aos="animacja_sekcja"].aos-animate {
	transition-delay: 0.2s !important;
}
.txt_box.wsparcie_wersja1 .col:nth-child(2)[data-aos="animacja_sekcja"].aos-animate {
	transition-delay: 0.4s !important;
}
.txt_box.wsparcie_wersja1 .col:nth-child(3)[data-aos="animacja_sekcja"].aos-animate {
	transition-delay: 0.6s !important;
}
.txt_box.wsparcie_wersja1 .col:nth-child(4)[data-aos="animacja_sekcja"].aos-animate {
	transition-delay: 0.8s !important;
}

.investments_list_box_typ2.wersja1 .inv_box3:hover .adres_i {
	background: #1A4058;
	color: #fff;
}
.investments_list_box_typ2.wersja1 a:hover,
.investments_list_box_typ2.wersja1 a {
	text-decoration: none;
}

@media (min-width: 992px) {
.extra2_box .single_wsp_data{
    overflow: hidden;
}
.extra2_box .single_wsp .title_e2{
    transition: transform .4s ease;
	padding-top: 15px;
}
.extra2_box .single_wsp .opis_e2{
    opacity: 0;
    transform: translateY(40px);
    max-height: 0;
    overflow: hidden;
    transition: 
        opacity .8s ease,
        transform .8s ease,
        max-height .8s ease;
}
.extra2_box .single_wsp:hover .title_e2{
    transform: translateY(-15px);
}

.extra2_box .single_wsp:hover .opis_e2{
    opacity: 1;
    transform: translateY(0);
    max-height: 200px;
}

}



.videeo_box.wersja1 {
    position: sticky;
    top: 0;
    z-index: 1;
}

.investments_list_box_typ2.wersja1,
.stopka_box,
.tlo_laczone1,
.media_box,
.contact_box,
.txt_box,
.investments_list_box {
    position: relative;
    z-index: 2;	
}
.stopka_box,
.tlo_laczone1,
.txt_box.text_inv1.tlo_wht,
.investments_list_box_typ2.wersja1.tlo_wht,
.investments_list_box.wersja1.typ2.tlo_wht {
	background-color: #fff;
}



@media (min-width: 992px) {
.media_box.wersja1.hero_type .media_box_text {
    margin-top: 60px;
}
}




.media_box.wersja_mapka img {
	border-radius: 0 !Important;
}
.media_box.wersja_mapka {
	padding-top: 40px;
	padding-bottom: 60px;
}
.media_box.wersja_mapka h6 {
    color: #161616;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
.media_box.wersja_mapka .media_box_text {
	display: flex;
	flex-direction: column-reverse;
	margin-bottom: 20px;
}

@media (max-width: 992px) {
.media_box.wersja_mapka .row, 
.media_box.wersja_mapka .row.reverse {
    flex-direction: column;
}	
.media_box.wersja_mapka {
	padding-left: 5px;
	padding-right: 5px;
}
}

@media (min-width: 992px) {
.media_box.wersja_mapka p,	
.media_box.wersja_mapka h2 {
	margin-bottom: 0 !important;
}
.media_box.wersja_mapka h6,
.media_box.wersja_mapka h2 {
	width: 50%;
}
.media_box.wersja_mapka .media_box_text {
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-bottom: 40px;
}

@media (min-width: 1200px) {
.media_box.wersja_mapka {
	padding-top: 60px;
	padding-bottom: 80px;
}
}


@media (min-width: 1440px) {
.media_box.wersja_mapka  {
	padding-top: 70px;
	padding-bottom: 90px;
}
}

@media (min-width: 1600px) {
.media_box.wersja_mapka {
	padding-top: 80px;
	padding-bottom: 100px;
}
}