/*
*
*  Theme name: CK Development
*  Version: 1.0
*  Author: Wrona.it 
*
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	color: #000000;
	text-decoration: none;
	font-weight: 700;
}

.main-content p {
	line-height: 1.8rem;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	height: auto;
}

input[type='search'] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

* {
	box-sizing: border-box;
}

html {
	font-size: 16px;
	font-family: 'Karla', sans-serif;
	font-weight: 400;
	height: 100%;
}

body {
	overflow-x: hidden;
	padding: 0 !important;
	display: flex;
	flex-direction: column;
	height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
	font-weight: 400;
	line-height: 1;
	color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 21px;
	margin-bottom: 10.5px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
	font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin-top: 10.5px;
	margin-bottom: 10.5px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
	font-size: 75%;
}

h1,
.h1 {
	font-size: 2.25rem;
}

h2,
.h2 {
	font-size: 1.875rem;
}

h3,
.h3 {
	font-size: 1.5rem;
}

h4,
.h4 {
	font-size: 1.125rem;
}

h5,
.h5 {
	font-size: 0.875rem;
}

h6,
.h6 {
	font-size: 0.75rem;
}

p {
	margin: 0 0 10.5px;
}

main {
	flex: 1 0 auto;
}

.bold {
	font-weight: 700;
}

.o-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.o-link {
	text-decoration: none;
}

.o-hr {
	margin: 18px 0;
	width: 32px;
	border: none;
	height: 1px;
	background-color: #e30613;
}
@media (max-width: 1200px) {
	.o-hr {
		margin: 18px auto;
	}
}

p {
	font-size: 16px;
	line-height: 28px;
}
@media (min-width: 1550px) {
	p {
		font-size: 18px;
		line-height: 32px;
	}
}

.page-content--page {
	border-top: 1px solid rgba(0, 0, 0, 0.03);
	padding: 50px 0;
}
@media (min-width: 1550px) {
	.page-content--page {
		padding: 100px 0;
	}
}
.page-content--single {
	padding-bottom: 50px;
}

.spinner {
	display: block;
	margin: 50px auto;
	width: 100px;
	height: 100px;
	background: url('/wp-content/uploads/2022/01/spinner.gif');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.container {
	position: relative;
	width: 100%;
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
}
.container:before {
	display: none !important;
}
@media (min-width: 1800px) {
	.container {
		max-width: 1500px;
	}
}
@media (min-width: 1201px) {
	.container--mg {
		max-width: 1200px;
	}
}
@media (min-width: 1550px) {
	.container--mg {
		max-width: 1430px;
	}
}

.zero-padding {
	padding: 0;
}

.zero-margin {
	margin: 0 !important;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	white-space: nowrap;
}

.text-center {
	text-align: center;
}

.padding-15 {
	padding: 0 15px;
}

.padding-30 {
	padding: 0 30px;
}

.padding-50 {
	padding: 25px 50px;
}

.padding-30-full {
	padding: 30px;
}

.padding-top-70 {
	padding-top: 70px;
}
@media (max-width: 1200px) {
	.padding-top-70 {
		padding-top: 30px;
	}
}

.txt-uppercase {
	text-transform: uppercase;
}

.color-black {
	color: #000000 !important;
}

.color-white {
	color: #ffffff !important;
}

.color-red {
	color: #e30613;
}

.color-green {
	color: #387a51 !important;
}

.bg-white {
	background-color: #ffffff;
}

.bg-red {
	background-color: #e30613;
}

.bg-grey {
	background-color: #f8f8f8;
}

.bg-black {
	background-color: #000000;
}

.bg-white {
	background-color: #ffffff;
}

@media (min-width: 1201px) {
	.ps-60 {
		padding-left: 60px;
	}
}

@media (min-width: 1201px) {
	.pe-60 {
		padding-right: 60px;
	}
}

@media (min-width: 1201px) {
	.pt-60 {
		padding-top: 60px;
	}
}

@media (min-width: 1201px) {
	.pt-100 {
		padding-top: 50px;
	}
}
@media (min-width: 1550px) {
	.pt-100 {
		padding-top: 100px;
	}
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-25 {
	margin-top: 25px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mt-100 {
	margin-top: 100px !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mb-50 {
	margin-bottom: 50px !important;
}

@media (max-width: 1200px) {
	.mb-50 {
		margin-bottom: 25px !important;
	}
}

.pb-75 {
	padding-bottom: 75px !important;
}

.w500 {
	font-weight: 500;
}

.hstack {
	display: flex;
	align-items: center;
}

.justify-content-between {
	justify-content: space-between;
}

.aligncenter {
	display: block;
	margin: 20px auto;
}

.padding50 {
	padding: 50px;
}
@media (max-width: 991px) {
	.padding50 {
		padding: 20px;
	}
}

.action-btn {
	background-color: #e30613;
	border: none;
	color: #ffffff;
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	padding: 10px 30px;
	margin: 25px 0;
	text-transform: uppercase;
	transition: all 0.1s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.action-btn--investments {
	margin: 15px;
}
.action-btn--withborder {
	background-color: transparent;
	border-left: 11px solid #e30613;
}
.action-btn--color-black {
	color: #000000;
}
.action-btn--loadmore {
	background-color: #000000;
	display: flex;
	margin: 120px auto;
	align-items: center;
	justify-content: center;
	max-width: 355px;
	padding: 25px 0;
	text-transform: initial;
}
.action-btn--loadmore img {
	width: 20px;
	height: auto;
}
.action-btn:hover {
	transform: scale(1.05);
}
.action-btn--mg {
	background-color: #387a51;
	border: none;
	border-radius: 4px;
	font-weight: 500;
	letter-spacing: 0.5px;
	text-align: center;
	text-transform: initial;
}
.action-btn--mg:active,
.action-btn--mg:focus,
.action-btn--mg:focus-within,
.action-btn--mg:focus-visible {
	border: none !important;
	outline: none !important;
}
@media (max-width: 1200px) {
	.action-btn--mg {
		font-size: 16px;
		line-height: 20px;
		padding: 20px 15px;
		width: 100%;
		max-width: 180px;
		padding: 15px 0;
	}
}
@media (min-width: 1201px) {
	.action-btn--mg {
		font-size: 16px;
		line-height: 20px;
		margin: 10px 0 0;
	}
}
@media (min-width: 1550px) {
	.action-btn--mg {
		font-size: 18px;
		line-height: 28px;
		margin: 32px 0 0;
	}
}

.home .page-header {
	padding-top: 50px;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}
.flex-direction-column {
	flex-direction: column;
}
.justify-content-center {
	justify-content: center;
}

.items-center {
	align-items: center;
}
.content-center {
	justify-content: center;
}

@media (min-width: 1201px) {
	.gap-60 {
		gap: 60px;
	}
}

.flex-2equal-item {
	position: relative;
	width: 50%;
}
@media (max-width: 1200px) {
	.flex-2equal-item {
		width: 100%;
	}
}
.flex-full {
	width: 100%;
}

.flex-2equal-item--margin {
	width: calc(50% - 30px);
}
@media (max-width: 1200px) {
	.flex-2equal-item--margin {
		width: 100%;
	}
}

.flex-2-unequal-item {
	position: relative;
}
.flex-2-unequal-item:nth-child(1) {
	width: 48%;
}
@media (max-width: 1200px) {
	.flex-2-unequal-item:nth-child(1) {
		width: 100%;
	}
}
.flex-2-unequal-item:nth-child(2) {
	width: 52%;
}
@media (max-width: 1200px) {
	.flex-2-unequal-item:nth-child(2) {
		width: 100%;
	}
}

.flex-3equal-item {
	width: 33.3333%;
}
@media (max-width: 1200px) {
	.flex-3equal-item {
		width: 100%;
	}
}

.flex-66-item {
	width: 66.6666%;
}
@media (max-width: 1200px) {
	.flex-66-item {
		width: 100%;
	}
}

.flex-33-item {
	width: 33.3333%;
}
@media (max-width: 1200px) {
	.flex-33-item {
		width: 100%;
	}
}

.flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.flex-end {
	justify-content: flex-end;
}
@media (max-width: 1200px) {
	.flex-end {
		justify-content: center;
	}
}

.ck-heading-component__title {
	color: #e30613;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
}
.ck-heading-component__title--management {
	margin-bottom: 60px;
}
.ck-heading-component__title--white {
	color: #ffffff;
}
.ck-heading-component__subtitle {
	color: #000000;
	font-size: 15px;
	font-weight: 400;
}
@media (min-width: 1201px) {
	.ck-heading-component--map {
		margin-bottom: 100px;
	}
}

.ck-slogan {
	font-size: 28px;
	line-height: 35px;
}
.ck-slogan-wrap {
	background-color: #f8f8f8;
	padding: 50px;
	position: relative;
	/* 	width: calc(100% + 170px); */
	padding-left: 200px;
	right: 170px;
}
@media (min-width: 1550px) {
	.ck-slogan {
		font-size: 36px;
		line-height: 52px;
	}
}
.ck-slogan--aboutus1 {
	margin-top: 50px;
}
.ck-slogan--aboutus2 {
	color: #e30613;
}

.ck-slogan2 {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 140px;
	max-width: 430px;
}
.ck-slogan2--acquisition {
	margin-bottom: 20px;
}
@media (min-width: 1550px) {
	.ck-slogan2--acquisition {
		margin-bottom: 20px !important;
	}
}
@media (max-width: 1200px) {
	.ck-slogan2 {
		margin: 0 auto 20px;
	}
}
@media (min-width: 1550px) {
	.ck-slogan2 {
		margin-bottom: 230px;
	}
}

.heading-component-2__title {
	font-size: 15px;
	line-height: 24px;
	margin-top: 0;
}
.heading-component-2__subtitle {
	color: #979ea6;
	font-size: 15px;
	line-height: 28px;
}

/* page heading */
.ck-page-heading {
	font-size: 34px;
	font-weight: 700;
	line-height: 60px;
	margin: 0 0 10px;
	position: relative;
}
@media (max-width: 1200px) {
	.ck-page-heading {
		font-size: 28px;
		line-height: 45px;
		text-align: center;
	}
}

/* owl carousel */
.owl-next,
.owl-prev {
	border: none;
	color: #ffffff !important;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
}

.owl-next {
	background-color: #000000 !important;
}

.owl-prev {
	background-color: #e30613 !important;
}

/* social media list */
.social-media {
	display: inline-block;
}
.social-media--contact {
	background: #1c1c1c;
	padding: 24px 83px;
	position: absolute;
	bottom: 0;
	z-index: 5;
}
.social-media-list {
	display: inline-block;
	font-size: 13px;
	line-height: 24px;
}
.social-media-list__item {
	display: inline-block;
	padding-right: 30px;
}
.social-media-list__link {
	color: #000000;
	font-size: 11px;
	font-weight: 700;
}
.social-media-list__link--white {
	color: #ffffff;
}
.social-media-list__after {
	color: #979ea6;
	font-size: 13px;
	font-weight: 300;
}
.social-media-list__after--white {
	color: #ffffff;
}

.contact-info--mg {
	background-color: #ffffff;
	display: flex;
	align-content: flex-start;
	padding-top: 105px;
	position: relative;
	z-index: 1;
}
@media (max-width: 1200px) {
	.contact-info--mg {
		overflow: hidden;
		padding: 50px 25px;
		text-align: center;
	}
}
.contact-info--mg::before {
	content: '';
	background-color: #ffffff;
	width: 50vw;
	right: calc(-50vw + 50%);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}
.contact-info--mg::after {
	content: '';
	background: url('/wp-content/uploads/2023/04/icon-sygnet-logo-footer.svg')
		center calc(100% + 30px) / contain no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	right: -100px;
	bottom: 0;
	z-index: -1;
}
.contact-info--mg a {
	font-size: 15px;
	font-weight: 400;
}
@media (max-width: 1200px) {
	.contact-info--mg .mt-40 {
		margin-top: 0 !important;
	}
}
@media (max-width: 1200px) {
	.contact-info--mg.mt-100 {
		margin-top: 0 !important;
	}
}
.contact-info__heading {
	color: #acacac;
	font-size: 16px;
	margin: 0 0 20px;
	text-transform: uppercase;
}
.contact-info__heading--invest {
	color: #000000;
	font-size: 13px;
	font-weight: 600;
	line-height: 20px;
}
.contact-info__heading--red {
	color: #e30613;
}
.contact-info__heading--green {
	color: #387a51;
}
.contact-info__heading--w700 {
	font-weight: 700;
}
.contact-info__heading-sm {
	color: #000000;
	font-size: 15px;
	font-weight: 500;
	line-height: 28px;
}
.contact-info__p {
	font-size: 15px;
	line-height: 28px;
}
.contact-info__p--invest {
	font-size: 16px;
	line-height: 26px;
}
.contact-info__hstack {
	width: 100%;
	max-width: 400px;
}

.wpcf7 {
	width: 100%;
	margin: 0 auto;
}
@media (max-width: 1100px) {
	.wpcf7 {
		text-align: left;
	}
}
.wpcf7__acceptance {
	color: #979ea6;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
}

.wpcf7-list-item {
	margin: 0;
}

.form-page-contact input::-moz-placeholder {
	font-size: 13px;
	font-weight: 600;
	color: #000000;
}

.form-page-contact input::placeholder {
	font-size: 13px;
	font-weight: 600;
	color: #000000;
}

.form-page-contact textarea::-moz-placeholder {
	font-size: 13px;
	font-weight: 600;
	color: #000000;
	transform: translateY(60px);
}

.form-page-contact textarea::placeholder {
	font-size: 13px;
	font-weight: 600;
	color: #000000;
	transform: translateY(60px);
}

.july2019-formularz {
	display: grid;
	grid-template-columns: 20px 1fr;
	margin: 30px 0 20px;
}
.july2019-formularz {
	grid-template-columns: 30px 1fr;
}

.form-heading {
	font-size: 34px;
	line-height: 60px;
}

input[type='text'],
input[type='email'],
textarea {
	border: none;
	padding: 8px 0;
	border-bottom: 1px solid #878787;
	margin-top: 15px;
	outline: none;
	width: 100%;
}

.wpcf7-textarea {
	height: 100px;
	font: caption;
}

.form-center {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0;
}

.fancy-submit {
	position: relative;
}

.wpcf7 .ajax-loader {
	position: absolute !important;
}

/* checkmark */
.wpcf7-acceptance .wpcf7-list-item input[type='checkbox'] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

input[type='radio'],
input[type='checkbox'] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}

.wpcf7-acceptance .wpcf7-list-item .checkmark {
	position: absolute;
	left: 0;
	width: 16px;
	height: 16px;
	top: -4px;
	background-color: transparent;
	border: 1px solid #000;
}

.wpcf7-acceptance .wpcf7-list-item .checkmark:after {
	content: '';
	position: absolute;
	display: none;
	left: 1px;
	top: 1px;
	width: 12px;
	height: 12px;
	background-color: #000;
}

.wpcf7-acceptance
	.wpcf7-list-item
	input[type='checkbox']:checked
	~ .checkmark:after {
	display: block;
}

/* unlock button */
.unlock-button {
	border: none;
	background: #ffffff;
	border: 1px solid #000;
	color: #000;
	padding: 17.5px 16px;
	position: relative;
	cursor: pointer;
	font-size: 9px;
	letter-spacing: 1px;
	overflow: hidden;
	border-radius: 5px;
	min-width: 230px;
}
@media (max-width: 1200px) {
	.unlock-button {
		width: 100%;
		margin: 0 0 20px;
		min-width: auto;
	}
}

.unlock-button.active {
	color: #ffffff;
}

.unlock-button__progress {
	position: absolute;
	height: 100%;
	width: 7%;
	top: 0;
	left: 0;
	background: #000000;
	transition: width 0.3s;
}

.unlock-button__text {
	position: relative;
	text-transform: uppercase;
}

.form-page-contact input[type='submit'] {
	border: none;
	background-color: #e30613;
	color: #ffffff;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 15px 35px;
	margin: 5px 0;
	transition: all 0.1s ease-in-out;
}
@media (max-width: 1200px) {
	.form-page-contact input[type='submit'] {
		width: 100%;
	}
}

.cf7-sm {
	color: #333;
	font-size: 10px;
	font-weight: 500;
	/* margin: 40px 0; */
}
@media (max-width: 1200px) {
	.cf7-sm {
		text-align: center;
	}
}

.cf7-sm--thin {
	font-weight: 300;
	line-height: 1.5em;
}

.form-kontakt .cf7-sm {
	color: #979ea6;
	font-size: 12px;
	line-height: 20px;
	margin: 0;
}
.form-kontakt .wpcf7-acceptance .wpcf7-list-item .checkmark:after {
	width: 10px;
	height: 10px;
	left: 2px;
	top: 2px;
	background-color: #e30613;
}

@media (max-width: 1200px) {
	.form-kontakt {
		padding: 0 0 70px;
	}
	.form-kontakt .wpcf7-submit {
		display: block;
		margin: 0 auto;
	}
	.form-kontakt .wpcf7-spinner {
		position: absolute;
	}
}

.ck-map {
	display: grid;
	margin-bottom: 50px;
	/* background: url('/wp-content/uploads/2022/01/map-bg-scaled.jpg') center/cover
		no-repeat; */
	overflow-x: hidden;
}

.ck-map-description-box {
	display: grid;
	row-gap: 100px;
}

.ck-map-desc-title {
	margin-bottom: 30px;
}

.ck-map-desc-2-cols {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 20px;
	row-gap: 30px;
	max-width: 400px;
	margin: 0 auto;
}

.ck-map-desc-link {
	display: flex;
	justify-content: center;
	align-items: center;
}

.ck-map-desc-img {
	max-width: 200px;
	max-height: 50px;
}

@media (min-width: 1200px) {
	.ck-map-description-box {
		grid-template-columns: repeat(2, 1fr);
	}

	.ck-map-desc-sale {
		border-right: 2px solid #cacaca;
		border-left: 2px solid #cacaca;
	}

	.ck-map-desc-2-cols {
		grid-template-columns: repeat(3, 1fr);
		column-gap: 30px;
		padding: 0 30px;
		margin: 0 0 0 30px;
		max-width: 100%;
	}

	.ck-map-desc-title {
		margin: 50px 0 30px;
		padding: 10px 0 20px;
		text-align: center;
		border-bottom: 2px solid #cacaca;
	}
}

@media (max-width: 1200px) {
	.ck-map {
		padding: 25px 0;
	}
}
.ck-map__content {
	display: none;
	color: #ffffff;
}
.ck-map__content.active {
	display: block;
}
@media (min-width: 1201px) {
	.ck-map__content {
		width: 30%;
		padding: 100px 0 225px;
	}
}
@media (min-width: 1550px) {
	.ck-map__content {
		width: 37%;
		padding: 100px 0 260px;
	}
}
@media (max-width: 1200px) {
	.ck-map__content {
		text-align: center;
	}
}
.ck-map__svg {
	position: absolute;
}
@media (max-width: 1200px) {
	.ck-map__svg {
		-webkit-clip-path: polygon(0 47vw, 100% 47vw, 100% 100%, 0% 100%);
		clip-path: polygon(0 47vw, 100% 47vw, 100% 100%, 0% 100%);
		margin-top: -44vw;
		position: relative;
	}
}
@media (min-width: 1201px) {
	.ck-map__svg {
		top: -580px;
		right: -338px;
		width: 1130px;
	}
}
@media (min-width: 1550px) {
	.ck-map__svg {
		top: -628px;
		right: -354px;
		width: 1200px;
	}
}
.ck-map-list {
	gap: 45px;
	padding: 0 0 100px;
}
@media (max-width: 1200px) {
	.ck-map-list {
		padding: 35px 25px 35px;
	}
}
.ck-map-list__item {
	color: #ffffff;
	cursor: pointer;
	padding: 0 0 12px;
	border-bottom: 2px solid #979ea6;
	position: relative;
	text-transform: uppercase;
	width: calc(33.3333% - 30px);
}
.ck-map-list__item.active {
	color: #e30613;
}
.ck-map-list__item.active:after {
	content: '';
	background-color: #e30613;
	position: absolute;
	height: 2px;
	width: 50%;
	bottom: -2px;
	left: 0;
	right: 0;
}

svg text[data-id='jednosci-31'],
svg text[data-id='jednosci-47'],
svg text[data-id='biedronki-29'],
svg text[data-id='bliska-magdalenka'] {
	cursor: pointer;
}

.map {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50vw;
}

.map-marker-content {
	font-size: 13px;
	text-align: left;
}

.map-marker-content span {
	display: inline-block;
	line-height: 20px;
}

.container--investments {
	padding: 0;
	max-width: 1070px;
	justify-content: flex-end;
}
@media (min-width: 1800px) {
	.container--investments {
		max-width: 1500px;
	}
}
@media (max-width: 1200px) {
	.container--investments {
		justify-content: center;
		height: 100%;
	}
}

.investments {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -50px;
	z-index: 9;
}
.investments--invest-page {
	position: relative;
	bottom: auto;
}
@media (max-width: 1200px) {
	.investments {
		display: flex;
		flex-direction: column;
		position: relative;
		bottom: 0;
	}
}
.investments-list {
	background: rgba(255, 255, 255, 0.85);
}
@media (max-width: 1200px) {
	.investments-list {
		display: none;
	}
}
.investments-list-item {
	position: relative;
}
.investments-list-item--invest {
	border-top: 1px solid #979ea6;
	padding-top: 50px;
}
@media (min-width: 1201px) {
	.investments-list-item--invest > .flex-2equal-item:nth-child(1) {
		padding: 30px;
	}
	.investments-list-item--invest > .flex-2equal-item:nth-child(2) {
		padding: 30px;
	}
}
.investments-list-item .action-btn {
	box-shadow: 0 0 10px #ddd;
	max-width: 280px;
}
.investments-list-item__img-box {
	width: 25%;
	padding: 15px;
}
.investments-list-item__img-box img {
	width: 100%;
	height: auto;
}
@media (max-width: 1200px) {
	.investments-list-item__img-box img {
		max-width: 200px;
	}
}
@media (max-width: 1200px) {
	.investments-list-item__img-box {
		width: 100%;
	}
}
.investments-list-item__img {
	max-width: 165px;
	padding-bottom: 30px;
}
.investments-list-item__img--magdalenka {
	max-width: 250px;
}
@media (min-width: 1201px) {
	.flex-2equal-item--invest-magdalenka {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}
@media (max-width: 1199px) {
	.flex-2equal-item--invest-magdalenka {
		text-align: center;
	}
}

.investments-list-item__descr {
	width: 75%;
	padding: 15px;
}
.investments-list-item__descr--no-padding {
	padding: 0;
}
.investments-list-item__descr--full-width {
	width: 100%;
}
@media (max-width: 1200px) {
	.investments-list-item__descr {
		width: 100%;
	}
}
.investments-list-item__heading {
	font-size: 24px;
	line-height: 31px;
	font-weight: 400;
	text-transform: uppercase;
}
.investments-list-item__heading span {
	display: block;
	padding: 0 0 10px;
	font-size: 25px;
	font-weight: 700;
	line-height: 35px;
	text-transform: initial;
}
.investments-list-item__p {
	font-size: 18px;
	line-height: 28px;
}
.investments-list-item-details {
	padding: 15px;
	position: relative;
}
@media (max-width: 1200px) {
	.investments-list-item-details {
		text-align: center;
	}
	.investments-list-item-details:nth-child(1) {
		padding-top: 45px;
	}
}
.investments-list-item-details:after {
	background-color: #979ea6;
	content: '';
	height: 34px;
	position: absolute;
	width: 1px;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
@media (max-width: 1200px) {
	.investments-list-item-details:after {
		display: none;
	}
}
.investments-list-item-details:nth-child(3):after {
	display: none;
}
.investments-list-item-details__number {
	font-size: 25px;
	font-weight: 600;
}
.investments-list-item-details__descr {
	font-size: 13px;
}
.investments-list-item .flex-2equal-item--frontpage {
	padding: 10px;
}
@media (max-width: 1200px) {
	.investments-list-item .flex-2equal-item--frontpage {
		text-align: center;
	}
}
.investments-list-nav {
	position: absolute;
	bottom: -50px;
	right: -50px;
}

@media (max-width: 1200px) {
	.investments-list-nav {
		bottom: auto;
		order: 1;
		top: 0;
		right: 0;
		z-index: 9;
		height: inherit;
		position: relative;
	}
	.investments-list-nav .owl-prev {
		display: none;
	}
	.investments-list-nav .owl-next {
		background-color: #e30613 !important;
		height: inherit;
		width: 86px;
	}
}
.investments-list-nav__btn {
	border: none;
	width: 50px;
	height: 50px;
}
@media (max-width: 1200px) {
	.investments-list-nav__btn:nth-child(1) {
		display: none;
	}
	.investments-list-nav__btn:nth-child(2) {
		background-color: #e30613;
		width: 86px;
		height: 58px;
	}
}
.investments-list-nav__btn i {
	color: #ffffff;
}
@media (max-width: 1200px) {
	.investments-top {
		order: 2;
	}
}
.investments-bottom {
	height: 50px;
}
.investments-bottom .action-btn--investments {
	display: flex;
	align-items: center;
	border-right: 1px solid #fff;
	margin: 0 0 0 5px;
}
@media (max-width: 1200px) {
	.investments-bottom {
		background-color: #ffffff;
		height: auto;
		order: 1;
		width: calc(100% - 86px);
	}
}
.investments-bottom__item {
	/* display: none!important; */
	align-items: center;
	display: flex;
	font-size: 12px;
	padding: 0 25px;
	text-transform: uppercase;
}
.investments-bottom-list__txt {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (max-width: 1200px) {
	.investments-bottom__item {
		background: #f8f8f8;
		align-items: center;
		padding: 0;
		width: 100%;
		justify-content: flex-start;
		text-align: left;
	}
}
.investments-bottom-list {
	align-items: center;
	display: flex;
	margin-left: auto;
	height: 50px;
}
@media (max-width: 1200px) {
	.investments-bottom-list {
		width: 100%;
	}
}
@media (max-width: 1200px) {
	.investments-bottom-list {
		margin-left: 0;
		height: auto;
	}
}
.investments-bottom-list__item {
	display: inline-block;
	padding: 0 0 0 10px;
/* 	width: 100%; */
	justify-content: space-between;
}
@media (max-width: 1200px) {
	.investments-bottom-list__item {
		display: none;
		font-size: 15px;
	}
	.investments-bottom-list__item.active {
		display: flex;
	}
}
.investments-bottom-list__item.active {
	font-weight: 700;
}
.investments-bottom-list__title {
	font-size: 12px;
	line-height: 20px;
	margin: 0;
}
@media (min-width: 1201px) {
	.investments-bottom-list__title {
		display: block;
	}
}
@media (max-width: 1200px) {
	.investments-bottom-list__title {
		display: none;
		padding: 5px 0;
	}
}
@media (min-width: 1201px) {
	.investments-bottom-list__subtitle {
		display: none;
	}
}
@media (max-width: 1200px) {
	.investments-bottom-list__subtitle {
		display: block;
		margin: 0;
		line-height: 18px;
		text-transform: initial;
	}
}

.google-reviews {
	background-color: #ffffff;
	box-shadow: inset 0px 0px 0px 1px #efefef, 10px 10px 30px rgba(0, 0, 0, 0.06);
	font-family: 'Roboto', sans-serif;
	display: inline-grid;
	border-radius: 4px;
	margin: 0;
	width: 100%;
	z-index: 0;
}
@media (max-width: 1200px) {
	.google-reviews {
		display: block;
		margin: 50px auto 0;
		max-width: 400px;
	}
}
@media (min-width: 1201px) {
	.google-reviews {
		grid-template-columns: 50px 1fr;
		max-width: 330px;
		padding: 20px;
	}
}
@media (min-width: 1550px) {
	.google-reviews {
		grid-template-columns: 60px 1fr;
		max-width: 420px;
		padding: 30px;
	}
}
.google-reviews--move {
	position: absolute;
	bottom: 40px;
}
.nw-google-reviews {
	box-shadow: none;
}

@media (max-width: 1200px) {
	.google-reviews--move {
		padding: 15px 0;
		position: relative;
	}
}
@media (min-width: 1201px) {
	.google-reviews--move {
		right: -250px;
	}

	.nw-google-reviews {
		right: -700px;
		bottom: 0;
	}
}
@media (min-width: 1550px) {
	.google-reviews--move {
		right: -330px;
	}

	.nw-google-reviews {
		right: -800px;
	}
}
.google-reviews__left {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}
.google-reviews__right {
	border-left: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-decoration: none !important;
	padding: 0 0 0 28px;
}
@media (max-width: 1200px) {
	.google-reviews__right {
		align-items: center;
		padding: 0;
	}
}
.google-reviews__img {
	width: 100%;
	height: auto;
}
@media (max-width: 1200px) {
	.google-reviews__img {
		max-width: 45px;
	}
}
@media (min-width: 1201px) {
	.google-reviews__img {
		max-width: 50px;
	}
}
@media (min-width: 1550px) {
	.google-reviews__img {
		max-width: 60px;
	}
}
.google-reviews-content__top {
	display: flex;
	align-items: center;
}
.google-reviews-content__txt {
	color: #141414;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin: 0;
}
.google-reviews-content__rating {
	color: #000000;
	font-size: 18px;
	font-weight: 500;
	line-height: 100%;
	margin: 0 8px 0 10px;
}
.google-reviews-content__stars {
	display: inline-block;
	max-width: 92px;
}
.google-reviews-content__info {
	color: #171717;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.72px;
	line-height: 18px;
	padding: 0;
	margin: 0;
}

.modal {
	background-color: #f4f4f4;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
	color: #141414;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 999;
	margin: auto;
	padding: 10px 15px 10px 15px;
	width: 90%;
	max-width: 1960px;
	top: 50px;
	bottom: 50px;
	overflow: hidden;
	padding: 0;
	transition: transform 0.3s ease-out;
	transform: translate(0, -25%);
}
@media (min-height: 1000px) {
	.modal {
		top: auto;
		bottom: auto;
	}
}
@media (min-width: 1550px) {
	.modal {
		top: 50px;
	}
}
@media (min-width: 2100px) {
	.modal {
		top: 100px;
	}
}
.modal__wrap {
	display: none;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	z-index: 9999;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	transition: opacity 0.15s linear;
}
.modal__wrap.show {
	opacity: 1;
}
.modal__wrap.show .modal {
	transform: translate(0, 0);
}
@media (min-height: 1000px) {
	.modal__wrap {
		align-items: center;
	}
}
.modal-content {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}
@media (max-width: 1200px) {
	.modal-content {
		padding: 100px 30px 50px;
	}
}
@media (min-width: 1201px) {
	.modal-content {
		padding: 50px 100px;
	}
}
@media (min-width: 2100px) {
	.modal-content {
		padding: 175px 200px;
	}
}
.modal-content::-webkit-scrollbar {
	width: 0 !important;
}
.modal__left {
	width: 50%;
}
@media (max-width: 1200px) {
	.modal__left {
		display: none;
	}
}
.modal__right {
	width: 50%;
}
@media (max-width: 1200px) {
	.modal__right {
		padding: 0;
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
	}
}
@media (min-width: 1201px) {
	.modal__right {
		padding: 0 0 0 50px;
	}
}
@media (min-width: 1550px) {
	.modal__right {
		padding: 0 0 0 100px;
	}
}
.modal__img {
	display: block;
	width: 100%;
	min-height: 430px;
	margin: 0 auto;
	-o-object-fit: cover;
	object-fit: cover;
}
@media (min-width: 1201px) and (max-width: 1550px) {
	.modal__img {
		min-height: 350px;
	}
}
.modal-close {
	border-radius: 4px;
	border: 1px solid #23231a;
	cursor: pointer;
	padding: 10px 0;
	position: absolute;
	width: 185px;
	text-align: center;
	z-index: 1;
}
@media (max-width: 1200px) {
	.modal-close {
		top: 40px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}
@media (min-width: 1201px) {
	.modal-close {
		top: 25px;
	}
}
@media (min-width: 1550px) {
	.modal-close {
		top: 40px;
		right: 100px;
	}
}
@media (min-width: 2100px) {
	.modal-close {
		right: 200px;
	}
}
.modal__contact-info {
	padding: 50px 40px;
}
.modal .mg-contact-logo {
	max-width: 180px;
}
@media (max-width: 1200px) {
	.modal .mg-contact-logo {
		display: block;
		margin: 0 auto 20px;
	}
}
@media (min-width: 1201px) and (max-width: 2100px) {
	.modal .mg-contact-logo {
		display: none;
	}
}
@media (min-width: 1201px) and (max-width: 1550px) {
	.modal .mg-heading {
		margin: 0 0 15px;
	}
}
@media (min-width: 1201px) and (max-width: 1550px) {
	.modal .mg-heading--sm2 {
		margin: 0 0 10px;
		line-height: 25px;
	}
}
@media (min-width: 1201px) and (max-width: 1549px) {
	.modal .mg-heading--lg {
		margin: 0 0 15px;
	}
}
@media (min-width: 1550px) and (max-width: 2100px) {
	.modal .mg-heading--lg {
		margin: 10px 0 15px;
	}
}

.mg-heading--martin-top {
	margin: 60px 0 0 !important;
}

@media (min-width: 1201px) and (max-width: 1550px) {
	.modal .july2019-formularz {
		margin: 25px 0 15px;
	}
}

.close-btn {
	background-color: #387a51;
	border-radius: 4px;
	border: none;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	display: flex;
	z-index: 3;
}
@media (min-width: 1201px) {
	.close-btn {
		right: 15px;
		top: 15px;
	}
}
@media (min-width: 1550px) {
	.close-btn {
		right: 30px;
		top: 30px;
	}
}
.close-btn::before {
	transform: rotate(45deg);
}
.close-btn::after {
	transform: rotate(-45deg);
}
.close-btn::before,
.close-btn::after {
	content: ' ';
	position: absolute;
	left: 15px;
	top: 8.5px;
	height: 15px;
	width: 2px;
	background-color: #fff;
}

/* header */
.header {
	position: relative;
}

@media (max-width: 991px) {
	.header > .container {
		position: relative;
		z-index: 999;
		left: 0;
		right: 0;
		top: 0;
	}
}
@media (min-width: 992px) {
	.header {
		padding: 0;
	}
}
.header.fixed {
	position: fixed;
	z-index: 9999;
	left: 0;
	right: 0;
	top: 0;
	padding: 0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	background: #fff;
	animation: sticky 0.5s 1;
}

.fixed-headerpusher {
	height: 69.84px;
}

@keyframes sticky {
	from {
		top: -100px;
	}
	to {
		top: 0;
	}
}
.header > .container {
	display: flex;
	align-items: center;
}

@media (max-width: 991px) {
	.header > .container {
		display: block;
	}
}
.header > .container > .custom-html-widget {
	margin-left: auto;
}

@media (min-width: 992px) {
	.header .main-nav {
		position: relative;
	}
}
@media (min-width: 992px) {
	.main-nav {
		display: flex;
		align-items: center;
		margin: 0 0 0 auto;
	}
}
@media (max-width: 991px) {
	.header .main-nav {
		display: block;
	}
}
.ck-development-menu-wrap {
	display: flex;
}
@media (max-width: 1200px) {
	.ck-development-menu-wrap {
		justify-content: center;
	}
}

.ck-development-menu {
	list-style-type: none;
	display: inline-block;
	font-size: 0;
}
@media (max-width: 1200px) {
	.ck-development-menu {
		padding: 25px 0;
	}
}
@media (min-width: 1201px) {
	.ck-development-menu {
		padding: 5px 0;
		border-right: 1px solid #979ea6;
	}
}

@media (max-width: 991px) {
	.ck-development-menu {
		display: none;
	}
	.ck-development-menu--mobile {
		display: block;
	}
	.ck-development-menu__open {
		display: block;
	}
}
.ck-development-menu > .menu-item {
	position: relative;
	display: inline-block;
	margin: 0 2px;
}
@media (min-width: 1201px) {
	.ck-development-menu > .menu-item:last-child {
		margin-right: 20px;
	}
}

.ck-development-menu .sub-menu {
	list-style-type: none;
	padding: 0;
}

@media (min-width: 992px) {
	.ck-development-menu .sub-menu {
		display: none;
		position: absolute;
		left: 0;
		width: 250px;
		padding: 0 20px;
		background: #fff;
	}
	.ck-development-menu .sub-menu.active {
		display: block;
	}
}
.ck-development-menu__item {
	display: block;
	position: relative;
}

.ck-development-menu__link {
	color: #979ea6;
	padding: 5px 10px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: color 0.35s ease-in-out;
}
.ck-development-menu__link:hover {
	color: #000000;
}

@media (max-width: 991px) {
	.ck-development-menu__link {
		color: #979ea6;
		display: inline-block;
		padding: 15px 15px;
		font-weight: initial;
		letter-spacing: 0.5px;
		transition: all 0.35s ease-in-out;
		text-decoration: none;
		text-transform: uppercase;
	}
	.ck-development-menu .sub-menu {
		background: #000;
	}
	.sub-menu .ck-development-menu__link {
		font-size: 14px;
	}
}
.current-menu-item .ck-development-menu__link,
.current_page_parent .ck-development-menu__link {
	color: #000000;
}

.ck-development-menu_open {
	display: block !important;
	transition: display 0.35s ease-in-out;
}

@media (min-width: 992px) {
	.ck-development-menu > .menu-item > .sub-menu {
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		visibility: hidden;
		opacity: 0;
		position: absolute;
		z-index: 1;
		top: 10px;
		padding: 15px 0;
		background: #fff;
		transition: opacity 0.35s ease-in-out, top 0.35s ease-in-out;
		left: -60px;
	}
	.ck-development-menu > .menu-item > .sub-menu.active {
		visibility: visible !important;
		opacity: 1 !important;
		top: 35px !important;
		z-index: 9999;
	}
	.ck-development-menu > .menu-item > .sub-menu .ck-development-menu__link {
		display: block;
		min-width: 210px;
		padding: 7px 15px;
	}
	.ck-development-menu > .menu-item:nth-of-type(2) .sub-menu {
		left: 0;
	}
	.ck-development-menu > .menu-item:nth-of-type(3) .sub-menu {
		left: -15px;
	}
	.menu-item-has-children > a:after {
		content: '' !important;
		background: transparent !important;
		position: absolute !important;
		z-index: 999;
		top: auto !important;
		bottom: -15px !important;
		right: 0 !important;
		left: 0 !important;
		width: 100% !important;
		height: 25px !important;
		margin: 0 auto;
	}
}
@media (max-width: 991px) {
	.navigation--main .sub-menu > li > a {
		text-align: center;
	}
}
.nav__label {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	white-space: nowrap;
}

@media (min-width: 992px) {
	.nav__toggler {
		display: none;
	}
}
@media (max-width: 991px) {
	.nav__toggler {
		position: absolute;
		top: 37px;
		right: 10px;
		background: #fff;
		border: none;
		display: flex;
		flex-direction: column;
		width: 70px;
		cursor: pointer;
		-webkit-tap-highlight-color: transparent;
	}
}
@media (max-width: 991px) and (max-width: 500px) {
	.nav__toggler {
		top: 27px;
		right: 0;
	}
}
@media (max-width: 991px) {
	.nav__toggler-label {
		position: absolute;
		z-index: 99999;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 35px;
		cursor: pointer;
	}
}
@media (max-width: 991px) {
	.nav__toggler-label span {
		display: block;
		width: 100%;
		border-radius: 3px;
		height: 3px;
		background: #000000;
		position: relative;
		-webkit-tap-highlight-color: transparent;
	}
}
@media (max-width: 991px) {
	.nav__toggler-label span + span {
		margin-top: 6px;
	}
}
@media (max-width: 991px) {
	.nav__toggler-label.active span:nth-child(1) {
		animation: ease 0.2s top forwards;
	}
}
@media (max-width: 991px) {
	.nav__toggler-label.not-active span:nth-child(1) {
		animation: ease 0.2s top-2 forwards;
	}
}
@media (max-width: 991px) {
	.nav__toggler-label.active span:nth-child(2) {
		animation: ease 0.2s scaled forwards;
	}
}
@media (max-width: 991px) {
	.nav__toggler-label.not-active span:nth-child(2) {
		animation: ease 0.2s scaled-2 forwards;
	}
}
@media (max-width: 991px) {
	.nav__toggler-label.active span:nth-child(3) {
		animation: ease 0.2s bottom forwards;
	}
}
@media (max-width: 991px) {
	.nav__toggler-label.not-active span:nth-child(3) {
		animation: ease 0.2s bottom-2 forwards;
	}
}
@media (max-width: 991px) {
	@keyframes top {
		0% {
			top: 0;
			transform: rotate(0);
		}
		50% {
			top: 10px;
			transform: rotate(0);
		}
		100% {
			top: 10px;
			transform: rotate(45deg);
		}
	}
}
@media (max-width: 991px) {
	@keyframes top-2 {
		0% {
			top: 10px;
			transform: rotate(45deg);
		}
		50% {
			top: 10px;
			transform: rotate(0deg);
		}
		100% {
			top: 0;
			transform: rotate(0deg);
		}
	}
}
@media (max-width: 991px) {
	@keyframes bottom {
		0% {
			bottom: 0;
			transform: rotate(0);
		}
		50% {
			bottom: 9px;
			transform: rotate(0);
		}
		100% {
			bottom: 9px;
			transform: rotate(135deg);
		}
	}
}
@media (max-width: 991px) {
	@keyframes bottom-2 {
		0% {
			bottom: 13px;
			transform: rotate(135deg);
		}
		50% {
			bottom: 13px;
			transform: rotate(0);
		}
		100% {
			bottom: 0;
			transform: rotate(0);
		}
	}
}
@media (max-width: 991px) {
	@keyframes scaled {
		50% {
			transform: scale(0);
		}
		100% {
			transform: scale(0);
		}
	}
}
@media (max-width: 991px) {
	@keyframes scaled-2 {
		0% {
			transform: scale(0);
		}
		50% {
			transform: scale(0);
		}
		100% {
			transform: scale(1);
		}
	}
}
.header-social {
	display: inline-block;
	margin: 0;
}

@media (min-width: 992px) {
	.header-social {
		display: flex;
		align-items: center;
	}
}
@media (max-width: 991px) {
	.header-social {
		display: none;
	}
}
.header-social__item {
	display: inline-block;
	padding: 0 5px;
}

.header-social__item a {
	display: flex;
	align-items: center;
	text-transform: uppercase;
	font-size: 1.28rem;
}

.header-social__item img {
	width: 100%;
	max-width: 20px;
	margin-right: 10px;
}

.header-social__item a {
	text-decoration: none !important;
}

@media (min-width: 992px) {
	.main-nav .custom-html-widget {
		display: inline-block;
		background: #fff;
		padding: 0 10px;
	}
}
@media (max-width: 991px) {
	.main-nav .custom-html-widget {
		display: none;
	}
}
/* site logo */
.MainLogo {
	position: relative;
	display: inline-block;
	text-decoration: none !important;
}

@media (min-width: 992px) {
	.MainLogo--mobile {
		display: none;
	}
	.MainLogo--desktop {
		display: block;
	}
}
@media (max-width: 991px) {
	.MainLogo--mobile {
		display: block;
	}
	.MainLogo--desktop {
		display: none;
	}
}
.MainLogo__img {
	width: 100%;
	max-width: 230px;
	height: auto;
	margin: 5px;
	padding: 0 5px 0 0;
}
@media (max-width: 500px) {
	.MainLogo__img {
		max-width: 170px;
	}
}

/* Nav top right */
.header-social {
	display: inline-block;
	margin: 0;
}

@media (min-width: 992px) {
	.header-social {
		display: flex;
		align-items: center;
	}
}
.header-social__item {
	display: inline-block;
	padding: 0 5px;
}

.header-social__item a {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.header-social__item .fas {
	color: #b58e6d;
	margin-right: 10px;
	font-size: 21px;
}

.header-social__item a {
	text-decoration: none !important;
	color: #fff;
}

.header-social__item p {
	font-size: 12px;
	margin: 0;
}

.ck-development-nav-top__right .custom-html-widget {
	display: flex;
}

.ck-development-nav-top__right
	.custom-html-widget
	.header-social:nth-of-type(1) {
	padding-right: 10px;
	border-right: 1px solid #b58e6d;
}

.ck-development-nav-top__right
	.header-social:nth-of-type(1)
	.header-social__item
	img {
	margin: 0 5px;
}

.ck-development-nav-top__right
	.custom-html-widget
	.header-social:nth-of-type(2) {
	padding-left: 10px;
}

.ck-development-menu .sub-menu {
	list-style-type: none;
	padding: 0;
}

@media (min-width: 992px) {
	.ck-development-menu .sub-menu {
		display: none;
		position: absolute;
		left: 0;
		width: 260px;
		padding: 0 20px;
		background: #fff;
	}
	.ck-development-menu .menu-item-1060 .sub-menu {
		width: 300px;
	}
	.ck-development-menu .sub-menu.active {
		display: block;
	}
}
@media (min-width: 992px) {
	.menu-item-has-children {
		position: relative;
	}
	.menu-item-has-children:after {
		content: '';
		left: 0;
		right: 0;
		height: 50px;
		bottom: -30px;
		width: 100%;
		position: absolute;
	}
	.ck-development-menu .sub-menu > .menu-item:last-child > a:after {
		display: none;
	}
	.ck-development-menu .sub-menu > .menu-item > a {
		transition: all 0.35s ease-in-out;
	}
	.ck-development-menu .sub-menu > .menu-item:hover > a {
		color: #000000;
	}
}
@media (max-width: 991px) {
	.ck-development-menu .sub-menu > .menu-item > a {
		padding: 6px 0;
		text-transform: initial;
	}
	.ck-development-menu .sub-menu {
		background: #eee;
	}
	.ck-development-menu > .menu-item {
		display: block;
		text-align: center;
	}
	.ck-development-menu .paoc-popup {
		display: none !important;
	}
}
.fa-circle {
	color: #fff;
	font-size: 1px;
	position: relative;
	top: -1px;
}

.crumbs {
	text-align: center;
	margin: 25px 0 10px;
}
.crumbs a {
	font-size: 10px;
}

.current {
	color: #ffffff;
	font-size: 10px;
}

.header {
	position: relative;
	z-index: 2;
}

/* Header social */
.header-social {
	display: inline-block;
	margin: 0;
}

@media (min-width: 992px) {
	.header-social {
		display: flex;
		align-items: center;
	}
}
.header-social__item {
	display: inline-block;
	padding: 0 5px;
}

.header-social__item a {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.header-social__item .fas {
	color: #e30613;
	margin-right: 10px;
	font-size: 21px;
}

.header-social__item a {
	text-decoration: none !important;
	color: #000000;
}

.biuro_rach-nav-top__left .header-social__item:nth-of-type(1) a {
	margin-right: 10px;
}

.header-social__item p {
	display: inline-block;
	font-size: 12px;
	font-weight: 100;
	margin: 0;
}

.biuro_rach-nav-top__left img {
	display: inline-block;
	margin-right: 7px;
	width: 12px;
	height: auto;
}

.ck-development-menu-wrap .custom-html-widget {
	display: flex;
}
@media (max-width: 1200px) {
	.ck-development-menu-wrap .custom-html-widget {
		display: none;
	}
}

.ck-development-menu-wrap
	.header-social:nth-of-type(1)
	.header-social__item
	img {
	margin: 0 5px;
}

.ck-development-menu-wrap .custom-html-widget .header-social:nth-of-type(2) {
	padding-left: 10px;
}

.page-header {
	padding: 150px 0;
	position: relative;
}
@media (max-width: 1200px) {
	.page-header {
		padding: 100px 0;
	}
}
@media (min-width: 1550px) {
	.page-header {
		padding: 200px 0;
	}
}
@media (max-width: 991px) {
	.page-header .container {
		text-align: center;
	}
}
.page-header__title {
	position: relative;
	color: #ffffff;
	font-size: 40px;
	line-height: 46px;
	text-align: center;
	text-transform: uppercase;
}
.page-header__title--single {
	text-transform: initial;
}

.single-page .container {
	padding: 50px 0;
}
.single-page .sidebar {
	width: 28%;
}
@media (max-width: 991px) {
	.single-page .sidebar {
		width: 100%;
		margin: 0 0 20px;
	}
}
.single-page .sidebar__heading {
	position: relative;
	color: #040404;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	font-size: 1.6875rem;
	line-height: 1.5rem;
	margin: 0 0 5px 45px;
}
.single-page .sidebar__heading:before {
	content: '';
	position: absolute;
	width: 34px;
	height: 1px;
	background-color: #000;
	bottom: 0;
	left: -45px;
}
@media (max-width: 991px) {
	.single-page .sidebar__heading {
		width: 100%;
		max-width: 210px;
		margin: 0 auto;
	}
}
.single-page .sidebar__subheading {
	color: #000;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.6rem;
	text-transform: uppercase;
	margin-left: 45px;
}
@media (max-width: 991px) {
	.single-page .sidebar__subheading {
		width: 100%;
		max-width: 210px;
		margin: 0 auto;
	}
}
.single-page .main-content {
	width: 72%;
}
@media (max-width: 991px) {
	.single-page .main-content {
		width: 100%;
		padding: 0 30px;
	}
}
.single-page .main-content p {
	font-family: 'Barlow', sans-serif;
	font-size: 1rem;
	line-height: 1.625rem;
}
@media (max-width: 991px) {
	.single-page .main-content p {
		text-align: justify;
	}
}

.footer {
	background-color: #f8f8f8;
	position: relative;
	z-index: 0;
	flex-shrink: 0;
	overflow-x: hidden;
}
@media (max-width: 1200px) {
	.footer {
		text-align: center;
	}
}
.footer-top {
	padding: 80px 0;
}
@media (min-width: 1550px) {
	.footer-top {
		padding: 150px 0 80px;
	}
}
.footer-bottom {
	padding: 20px 0;
}
@media (max-width: 1200px) {
	.footer-bottom {
		text-align: center;
	}
}
.footer-bottom p {
	font-size: 13px;
	line-height: 24px;
}
.footer__logo {
	display: inline-block;
	margin-bottom: 60px;
}
.footer-action {
	font-size: 0;
	margin-top: 40px;
}

.footer-action .zf-bgc {
	background-color: #2ec19d !important;
}
.footer-action .lim-orange-bgc {
	background-color: #ff7132 !important;
}
@media (max-width: 1200px) {
	.footer-action {
		margin: 55px auto 0;
	}
}
.footer-action a {
	width: 230px;
	padding: 25px;
	text-align: center;
}
.footer-action a:nth-child(1) {
	background-color: #e30613;
}
.footer-action a:nth-child(2) {
	background-color: #000000;
}
.footer__slogan {
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	max-width: 555px;
	letter-spacing: -0.8px;
}
@media (max-width: 1200px) {
	.footer__slogan {
		margin: 0 auto 20px;
	}
}
@media (min-width: 1550px) {
	.footer__slogan {
		margin-bottom: 230px;
	}
}

.hero {
	position: relative;
	height: auto;
	width: 100%;
}

.hero-slider {
	position: relative;
}
.hero-slider-navigation {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -50px;
	z-index: 9;
}
@media (max-width: 1200px) {
	.hero-slider-navigation {
		display: flex;
		position: relative;
		bottom: 0;
	}
}
.hero-slider-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 10px 0;
}
@media (max-width: 1200px) {
	.hero-slider-nav {
		display: none;
		top: -40px;
	}
}
.hero-slider-nav .owl-dot {
	border: none;
	background-color: #ffffff;
	cursor: pointer;
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	margin: 0 5px;
	padding: 0;
}
@media (max-width: 1200px) {
	.hero-slider-nav .owl-dot {
		width: 5px;
		height: 5px;
		margin: 0 8px;
	}
}
.hero-slider-nav .owl-dot.active {
	background-color: #e30613;
	width: 8px;
	height: 8px;
}
@media (max-width: 1200px) {
	.hero-slider-nav .owl-dot.active {
		width: 8px;
		height: 8px;
	}
}
.hero-slider__item {
	display: none;
	height: 500px;
	position: relative;
}
.hero-slider__item:nth-child(1) {
	display: block;
}
@media (max-width: 1200px) {
	.hero-slider__item {
		height: 300px;
	}
}
@media (max-width: 500px) {
	.hero-slider__item {
		height: 200px;
	}
}
@media (min-width: 1800px) {
	.hero-slider__item {
		height: 800px;
	}
}
@media (min-width: 2200px) {
	.hero-slider__item {
		height: 850px;
	}
}
.hero-slider__img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.hero-slider__img:nth-child(1),
.hero-slider__img:nth-child(2) {
	-o-object-position: bottom;
	object-position: bottom;
}
.hero-slider__content {
	background: rgba(255, 255, 255, 0.85);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
@media (max-width: 1200px) {
	.hero-slider__content {
		display: none;
	}
}
.hero-slider > .container {
	height: inherit;
}
@media (max-width: 1130px) {
	.hero-slider > .container {
		display: flex;
		flex-direction: column;
	}
}

.about-us {
	padding: 140px 0 50px;
}
@media (min-width: 1550px) {
	.about-us {
		padding: 100px 0;
	}
}
@media (max-width: 1200px) {
	.about-us {
		padding: 50px 0;
	}
}
.about-us__top {
	padding: 0;
}
@media (max-width: 1200px) {
	.about-us__top {
		text-align: center;
	}
}
.about-us__bottom {
	padding: 100px 0 0;
}
@media (max-width: 1200px) {
	.about-us__bottom {
		text-align: center;
	}
}
@media (min-width: 1550px) {
	.about-us__bottom {
		padding: 170px 0 0;
	}
}
@media (min-width: 1201px) {
	.about-us-carousel {
		position: relative;
		top: 70px;
		padding: 0 50px 0 0;
	}
}
.about-us-carousel__item {
	width: 100%;
	height: 318px;
}
@media (max-width: 1200px) {
	.about-us-carousel__item {
		height: auto;
	}
}
@media (min-width: 1550px) {
	.about-us-carousel__item {
		height: 383px;
	}
}
.about-us-carousel__item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.about-us-carousel .owl-nav {
	position: absolute;
	right: 0;
	bottom: 0;
}

.banner {
	padding: 100px 0;
	background-color: #1c1c1c;
}
@media (max-width: 1200px) {
	.banner {
		text-align: center;
	}
}
@media (min-width: 1550px) {
	.banner {
		padding: 150px 0;
	}
}

.management {
	padding: 50px 0;
}
@media (max-width: 1200px) {
	.management {
		text-align: center;
	}
}
.management-left {
	padding: 30px 0;
}
.management-right {
	padding: 30px;
}
.management-carousel__item {
	width: 100%;
	height: 350px;
}
@media (max-width: 1200px) {
	.management-carousel__item {
		height: auto;
	}
}
.management-carousel__item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.management-carousel .owl-nav {
	position: absolute;
	right: -50px;
	bottom: 0;
}
@media (max-width: 1200px) {
	.management-carousel .owl-nav {
		right: 0;
	}
}
.management-list {
	padding: 0 50px 0 100px;
}
@media (max-width: 1200px) {
	.management-list {
		padding: 25px 30px;
	}
}
.management-list__wrap {
	position: relative;
}
.management-list__wrap:before {
	content: '';
	background-color: #f8f8f8;
	position: absolute;
	left: calc(-50vw + 50%);
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}
.management-list__item {
	display: none;
}
.management-list__item.active {
	display: block;
}
.management__name {
	font-size: 24px;
	line-height: 36px;
	margin-top: 0;
}
.management__pos {
	color: #979ea6;
	font-size: 15px;
	line-height: 28px;
}

.gazele-txt {
	text-align: justify;
	font-weight: 600;
	padding: 50px 0 0;
}

.page-content--invest {
	padding: 50px 0;
}

.investments-list-item--invest {
	padding: 50px 0;
}
@media (max-width: 1200px) {
	.investments-list-item--invest {
		text-align: center;
	}
}
.investments-list-item--invest img {
	width: 47%;
	height: auto;
}
.investments-list-item--invest2 img {
	width: 100%;
	height: auto;
}
@media (max-width: 1199px) {
	.investments-list-item__images--magdalenka img {
		max-width: 600px;
	}
}
.investments-list-item--invest img:nth-child(2) {
	margin-top: 80px;
}
@media (max-width: 1200px) {
	.investments-list-item--invest img:nth-child(2) {
		margin: 0;
	}
}
@media (max-width: 1200px) {
	.investments-list-item--invest img {
		max-width: 200px;
		margin: 20px auto;
		width: 100%;
	}
}

.investments-list-item__images {
	align-items: center;
	justify-content: space-between;
}
@media (max-width: 1200px) {
	.investments-list-item__images {
		justify-content: center;
	}
}

.invest-page__heading {
	font-size: 34px;
	margin-top: 0;
}
.invest-page__subheading {
	font-size: 24px;
	line-height: 34px;
}
.invest-page__intro {
	padding-bottom: 50px;
}

.page-header--acquisition {
	background: url('/wp-content/uploads/2022/01/zakup-gruntow-bg-scaled.jpg')
		center/cover no-repeat;
	padding: 150px 0;
}
@media (min-width: 1550px) {
	.page-header--acquisition {
		padding: 305px 0;
	}
}

.acquisition {
	position: relative;
	margin-top: -145px;
	z-index: 2;
	overflow-x: hidden;
}
@media (max-width: 1200px) {
	.acquisition {
		margin-top: 0;
	}
}
@media (min-width: 1550px) {
	.acquisition {
		margin-top: -233px;
		padding-top: 100px;
	}
}
.acquisition > .container {
	padding: 30px 30px;
	padding-top: 50px;
}
@media (max-width: 1200px) {
	.acquisition > .container {
		text-align: center;
	}
}
@media (max-width: 1200px) {
	.acquisition > .container {
		margin-top: 0;
	}
}
.acquisition > .container:after {
	content: '';
	background-color: #ffffff;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	width: 100vw;
}
@media (max-width: 1200px) {
	.acquisition > .container:after {
		display: none;
	}
}
.acquisition-half:nth-child(1) {
	padding: 30px 30px 0 0;
}
@media (max-width: 1200px) {
	.acquisition-half:nth-child(1) {
		padding: 0;
	}
}
.acquisition-half:nth-child(2) {
	padding: 30px 0 0 30px;
}
@media (max-width: 1200px) {
	.acquisition-half:nth-child(2) {
		padding: 0;
	}
}
.acquisition-box {
	background-color: #e30613;
	margin: 50px 0 0;
	padding: 45px 30px;
}
@media (min-width: 1550px) {
	.acquisition-box {
		margin: 80px 0 0;
	}
}
.acquisition-box-phone-numbers {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 350px;
}
@media (max-width: 1200px) {
	.acquisition-box-phone-numbers {
		margin: 0 auto;
		justify-content: center;
	}
}
.acquisition-box-phone-numbers__item {
	font-size: 18px;
	line-height: 31px;
}
@media (max-width: 1200px) {
	.acquisition-box-phone-numbers__item {
		width: 100%;
	}
}

.container--news {
	max-width: 1305px;
}

.page-header--news {
	background: url('/wp-content/uploads/2022/01/aktualnosci-bg-1.jpg')
		center/cover no-repeat;
}

.ck-news-list {
	padding: 70px 0 0;
}
.ck-news-list__item {
	align-items: center;
	display: flex;
	margin: 0 0 35px;
	position: relative;
}
@media (max-width: 1200px) {
	.ck-news-list__item {
		display: block;
		max-width: 500px;
		width: 100%;
		margin: 0 auto 50px;
	}
}
.ck-news-list__item:nth-child(2n + 1) .ck-news__img {
	border: none;
}
.ck-news-list__item:nth-child(2n + 1) .ck-news__content {
	padding: 60px 90px 60px 60px;
	right: 0;
}
@media (max-width: 1200px) {
	.ck-news-list__item:nth-child(2n + 1) .ck-news__content {
		padding: 20px;
	}
}
.ck-news-list__item:nth-child(2n + 2) .ck-news__img {
	border: none;
	margin-left: auto;
}
.ck-news-list__item:nth-child(2n + 2) .ck-news__content {
	padding: 60px 90px 60px 60px;
	left: 0;
}
@media (max-width: 1200px) {
	.ck-news-list__item:nth-child(2n + 2) .ck-news__content {
		padding: 20px;
	}
}
.ck-news__img {
	background-size: cover;
	background-repeat: no-repeat;
	width: 49%;
	height: 400px;
}
@media (max-width: 1200px) {
	.ck-news__img {
		width: 100%;
		height: 250px;
	}
}
@media (min-width: 1550px) {
	.ck-news__img {
		height: 570px;
	}
}
.ck-news__content {
	background-color: #ffffff;
	border: 1px solid #e1e1e1;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
	padding: 20px;
	position: absolute;
	margin: auto 0;
	width: 55%;
}
@media (min-width: 1550px) {
	.ck-news__content {
		width: 55%;
	}
}
@media (max-width: 1200px) {
	.ck-news__content {
		display: block;
		position: relative;
		width: 100%;
	}
}
.ck-news__title {
	font-size: 24px;
	line-height: 34px;
}
@media (max-width: 1200px) {
	.ck-news__title {
		text-align: center;
	}
}
.ck-news__excerpt {
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
}
@media (max-width: 1200px) {
	.ck-news__excerpt {
		text-align: justify;
	}
}
.ck-news__date {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	position: relative;
	right: -50px;
}
@media (max-width: 1200px) {
	.ck-news__date {
		right: 0;
		justify-content: center;
		margin: 20px 0 0;
	}
}
.ck-news__date * {
	color: #979ea6;
	font-size: 13px;
	font-weight: 100;
}
.ck-news__date--single {
	justify-content: flex-start;
	padding: 60px 0 30px;
	text-align: left;
}
.ck-news__date--single * {
	color: #979ea6;
}

.contact-top {
	background: url('/wp-content/uploads/2022/01/kontakt-bg-scaled.jpg')
		center/cover no-repeat;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}
.contact-top__address:nth-child(1) {
	padding: 30px 50px 0 0;
}
@media (max-width: 1200px) {
	.contact-top__address:nth-child(1) {
		padding: 0;
	}
}
.contact-top__address:nth-child(2) {
	padding: 30px 0;
}
@media (max-width: 1200px) {
	.contact-top__address:nth-child(2) {
		padding: 0;
	}
}
.contact-top-about-us {
	background-color: #ffffff;
	padding: 50px 60px;
	position: relative;
	justify-self: flex-end;
	margin: 50px 0;
	width: 57%;
	z-index: 1;
}
@media (max-width: 1200px) {
	.contact-top-about-us {
		width: 90%;
		text-align: center;
	}
}
@media (min-width: 1550px) {
	.contact-top-about-us {
		padding: 110px 130px;
	}
}
@media (max-width: 1200px) {
	.contact-top-about-us .flex {
		justify-content: center;
	}
}
.contact-top-about-us:after {
	content: '';
	background-color: #ffffff;
	position: absolute;
	left: 0;
	right: calc(-50vw + 50%);
	top: 0;
	bottom: 0;
	z-index: -1;
	width: 100vw;
}
@media (max-width: 1200px) {
	.contact-top-about-us:after {
		display: none;
	}
}
.contact-top p {
	padding: 30px 0 20px;
}
.contact-bottom {
	display: flex;
	justify-content: center;
	position: relative;
}
.contact-bottom > .container {
	z-index: 2;
}
.contact-bottom-map {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50vw;
}
@media (max-width: 1200px) {
	.contact-bottom-map {
		position: relative;
		width: 100%;
		height: 500px;
	}
}

.management img[class*='attachment'] {
	height: 350px;
	width: auto;
	display: block;
	margin: 25px auto 0;
}

.img-center {
	display: block;
	margin: 10px auto;
	width: 100%;
	max-width: 200px;
}

:target:not(.page-id-109 section):not(.page-id-796 *):before {
	content: '';
	position: relative;
	height: 300px;
	margin-top: -300px;
	display: block;
}

:target:not(.page-template-page-magdalenka section):not(.page-id-796 *):before {
	content: '';
	position: relative;
	height: 300px;
	margin-top: -300px;
	display: block;
}

.mg-hero {
	line-height: 0;
}
@media (max-width: 1200px) {
	.mg-hero {
		height: auto;
	}
}
@media (min-width: 1201px) {
	.mg-hero {
		height: calc(100vh - 127px);
		min-height: 500px;
	}

	.zf-hero {
		height: auto;
	}
}
@media (min-width: 1550px) {
	.mg-hero {
		height: calc(100vh - 132px);
		min-height: 770px;
	}

	.zf-hero {
		height: auto;
	}
}
.mg-hero__top {
	position: relative;
}
@media (min-width: 1201px) {
	.mg-hero__top {
		height: calc(100% - 105px);
	}
}
@media (min-width: 1550px) {
	.mg-hero__top {
		height: calc(100% - 110px);
	}
}
@media (min-width: 2200px) {
	.mg-hero__top {
		height: calc(100% - 170px);
	}
}
@media (orientation: portrait) {
	.mg-hero__top {
		height: calc(100% - 170px);
	}
}
.mg-hero__top > .container {
	position: absolute;
	z-index: 3;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	z-index: 0;
}
.mg-hero-logo {
	max-width: 150px;
	max-height: 150px;
}
@media (max-width: 1200px) {
	.mg-hero__top > .container {
		justify-content: center;
	}
}
.mg-hero__bottom {
	position: relative;
}
@media (min-width: 1550px) {
	.mg-hero-logo {
		max-width: 200px;
	}
}
.mg-hero-content {
	position: absolute;
	max-width: 500px;
	margin-top: 0;
	width: 100%;
}
@media (max-width: 1200px) {
	.mg-hero-content {
		padding: 15px 30px 0;
		position: relative;
		text-align: center;
	}
}
@media (min-width: 1201px) {
	.mg-hero-content {
		max-width: 700px;
	}
}
@media (min-width: 1350px) {
	.mg-hero-content {
		margin-top: -100px;
	}
}
@media (min-width: 1550px) {
	.mg-hero-content {
		margin-top: -150px;
	}
}
@media (min-width: 2000px) {
	.mg-hero-content {
		margin-top: -200px;
	}
}

@media (min-width: 1201px) {
	.mg-hero-heading {
		font-size: 45px;
		line-height: 43px;
		margin: 21px 0 0;
	}
}
@media (min-width: 1550px) {
	.mg-hero-heading {
		font-size: 66px;
		line-height: 60px;
		margin: 32px 0 0;
	}
}
.mg-hero-heading--green {
	color: #387a51;
}

@media (max-width: 1200px) {
	.mg-hero-heading--sm {
		font-size: 20px;
		line-height: 30px;
	}
}
@media (min-width: 1201px) {
	.mg-hero-heading--sm {
		font-size: 26px;
		line-height: 30px;
	}
}
@media (min-width: 1550px) {
	.mg-hero-heading--sm {
		font-size: 36px;
		line-height: 30px;
	}
}
.mg-hero__img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center bottom;
	object-position: center bottom;
	width: 100%;
}

@media (min-width: 1201px) {
	.mg-hero__img--mobile {
		display: none;
	}
	.mg-hero__img--desktop {
		display: block;
	}
}
@media (max-width: 1200px) {
	.mg-hero__img--mobile {
		display: block;
		width: 100%;
		height: auto;
		object-fit: cover;
		object-position: center bottom;
		min-height: auto !important;
		max-height: 475px !important;
	}
	.mg-hero__img--desktop {
		display: none;
	}
	.mg-hero__top > .container {
		position: relative;
	}
}
@media (min-width: 1035px) and (max-width: 1199px) {
	.mg-hero__img--mobile {
		max-height: 530px !important;
	}
}

@media (min-width: 1350px) {
	.mg-hero__img {
		object-position: center -340px;
	}
}
@media (min-width: 1800px) {
	.mg-hero__img {
		object-position: center -315px;
	}
}
@media (min-width: 2200px) {
	.mg-hero__img {
		object-position: center -295px;
	}
}

@media (max-width: 1200px) {
	.mg-hero__img {
		min-height: 540px;
	}
}

.zf-hero-white-logo {
	display: none;
}

@media (min-width: 1200px) {
	.zf-hero-green-logo {
		display: none;
	}

	.zf-hero-white-logo {
		display: block;
		order: 2;
	}
}

.mg-about {
	overflow: hidden;
	position: relative;
	isolation: isolate;
}
@media (max-width: 1200px) {
	.mg-about {
		margin: 60px 0 0;
	}
}
@media (min-width: 1201px) {
	.mg-about {
		margin: 60px 0 0;
	}
}
@media (min-width: 1550px) {
	.mg-about {
		margin: 120px 0 0;
	}
}
.mg-about__img {
	width: 100%;
	height: auto;
}

@media (max-width: 1200px) {
	.mg-location {
		margin: 60px 0 0;
	}
}
@media (min-width: 1201px) {
	.mg-location {
		margin: 60px 0 0;
	}
}
@media (min-width: 1550px) {
	.mg-location {
		margin: 120px 0 0;
	}
}
.mg-location-grid {
	display: grid;
	gap: 32px;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
}
@media (max-width: 1200px) {
	.mg-location-grid {
		display: block;
	}
}
.mg-location-item {
	border-radius: 4px;
	background-color: #f8f8f8;
	padding: 30px 30px 50px;
}
@media (max-width: 1200px) {
	.mg-location-item {
		margin: 0 auto 25px;
		width: 100%;
		max-width: 400px;
	}
}
.mg-location-item:nth-of-type(1) {
	grid-area: 1/1/2/2;
}
.mg-location-item:nth-of-type(2) {
	grid-area: 1/2/2/3;
}
.mg-location-item:nth-of-type(3) {
	grid-area: 1/3/2/4;
}
.mg-location-item:nth-of-type(4) {
	grid-area: 2/1/3/2;
}
.mg-location-item--img {
	background: url('/wp-content/uploads/2023/04/magdalenka-wizka-2.webp') center -275px /
		cover no-repeat;
	grid-area: 2/2/3/4;
}
@media (min-width: 1350px) and (max-width: 1500px) {
	.mg-location-item--img {
		background-position: center -161px;
	}
}
@media (max-width: 1200px) {
	.mg-location-item--img {
		min-height: 300px;
		background-position: center !important;
	}
}
.mg-location-item__top {
	margin: 0 0 30px;
}
.mg-location-item__title {
	color: #387a51;
	font-size: 20px;
	font-weight: 700;
}
.mg-location-item__descr {
	color: #23231a;
	font-size: 16px;
	line-height: 20px;
}
.mg-location-item__icon {
	display: inline-block;
	width: 60px;
	height: 60px;
}
.mg-location-item__icon--trees {
	background: url('/wp-content/uploads/2023/04/green-areas-ico.svg')
		center/contain no-repeat;
}
.mg-location-item__icon--markers {
	background: url('/wp-content/uploads/2023/04/markers-ico.svg') center/contain
		no-repeat;
}
.mg-location-item__icon--infrastructure {
	background: url('/wp-content/uploads/2023/04/infrastructure-ico.svg')
		center/contain no-repeat;
}
.mg-location-item__icon--env-friendly {
	background: url('/wp-content/uploads/2023/04/env-friendly-ico.svg')
		center/contain no-repeat;
}
.mg-location__map {
	display: block;
	width: 100%;
	margin: 60px 0 0;
}
@media (max-width: 1200px) {
	.mg-location__map {
		height: 400px;
		-o-object-fit: cover;
		object-fit: cover;
	}
}

.mg-map--height {
	height: 800px;
}

.mg-map--test {
	margin-top: -70px !important;
}
@media (max-width: 1200px) {
	.mg-map--test {
		margin-top: 0 !important;
	}
}

@media (max-width: 1200px) {
	.mg-estate-plan {
		margin: 60px 0 0;
	}
}
@media (min-width: 1201px) {
	.mg-estate-plan {
		margin: 60px 0 0;
	}
}
@media (min-width: 1550px) {
	.mg-estate-plan {
		margin: 120px 0 0;
	}
}
.mg-estate-plan__img {
	display: block;
	width: 100%;
	margin: 60px 0 0;
}

.mg-work-progress {
	margin: 0;
	overflow-x: hidden;
	position: relative;
	isolation: isolate;
}
@media (max-width: 1200px) {
	.mg-work-progress {
		margin: 60px 0 0;
	}
}
@media (min-width: 1201px) {
	.mg-work-progress {
		margin: 60px 0 0;
	}
}
@media (min-width: 1550px) {
	.mg-work-progress {
		margin: 120px 0 0;
	}
}

.mg-contact {
	background-color: #f4f4f4;
	padding: 90px 0 0;
	position: relative;
	isolation: isolate;
}
@media (max-width: 1200px) {
	.mg-contact {
		margin: 60px 0 0;
	}
}
@media (min-width: 1201px) {
	.mg-contact {
		margin: 60px 0 0;
	}
}
@media (min-width: 1550px) {
	.mg-contact {
		margin: 120px 0 0;
	}
}
.mg-contact-logo {
	display: inline-block;
	width: 100%;
	max-width: 230px;
	margin: 0 0 20px;
}
@media (max-width: 1200px) {
	.mg-contact-logo {
		display: block;
		margin: 0 auto 20px;
	}
}
@media (max-width: 1200px) {
	.mg-contact .pb-75 {
		padding-bottom: 50px !important;
	}
}

@media (max-width: 1200px) {
	.mg-visualizations {
		margin: 60px 0 0;
	}
}
@media (min-width: 1201px) {
	.mg-visualizations {
		margin: 60px 0 0;
	}
}
@media (min-width: 1550px) {
	.mg-visualizations {
		margin: 120px 0 0;
	}
}

.mg-heading {
	color: #23231a;
	font-weight: 700;
	margin: 0 0 32px;
}
@media (max-width: 1200px) {
	.mg-heading {
		font-size: 28px;
		line-height: 40px;
		text-align: center;
	}
}
@media (min-width: 1201px) {
	.mg-heading {
		font-size: 28px;
		line-height: 40px;
	}
}
@media (min-width: 1550px) {
	.mg-heading {
		font-size: 36px;
		line-height: 52px;
	}
}
.mg-heading--sm {
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
}
.mg-heading--sm2 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	margin: 0 0 32px;
}
.mg-heading--lg {
	font-size: 40px;
}
.mg-heading--bold {
	font-weight: 800;
}
@media (min-width: 1201px) {
	.mg-heading--virtues {
		margin: 0 0 32px;
	}
}
@media (min-width: 1550px) {
	.mg-heading--virtues {
		margin: 0 0 48px;
	}
}

.mg-p {
	color: #23231a;
	font-size: 18px;
	line-height: 27px;
}
@media (min-width: 1550px) {
	.mg-p {
		font-size: 20px;
		line-height: 30px;
	}
}
.mg-link {
	color: #387a51;
	font-weight: 700;
}

.mg-nav {
	background-color: #387a51;
}
.mg-nav > .container {
	display: grid;
	grid-template-columns: 1fr auto;
}
@media (max-width: 1200px) {
	.mg-nav > .container {
		grid-template-columns: 1fr;
	}
}
.mg-nav.fixed {
	background: #387a51;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	position: fixed;
	z-index: 999999999;
	left: 0;
	right: 0;
	padding: 0;
	top: 0;
}
@media (min-width: 1201px) {
	.mg-nav.fixed {
		animation: sticky 0.5s 1;
	}
}

.mg-menu {
	position: relative;
}
@media (max-width: 1200px) {
	.mg-menu__wrap {
		height: 0;
		overflow: hidden;
	}
}
@media (max-width: 1200px) {
	.mg-menu__wrap.active {
		height: 480px;
	}
}
.mg-menu-toggler {
	-webkit-tap-highlight-color: transparent;
}
@media (max-width: 1200px) {
	.mg-menu-toggler {
		display: flex;
		color: #fff;
		cursor: pointer;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 10px 0;
	}
	.mg-menu-toggler span {
		color: #fff;
		display: inline-block;
		text-transform: uppercase;
		padding: 0 3px;
	}
}
@media (min-width: 1201px) {
	.mg-menu-toggler {
		display: none;
	}
}
.mg-menu__item {
	display: inline-block;
}
@media (max-width: 1200px) {
	.mg-menu__item {
		display: block;
		text-align: center;
	}
}
.mg-menu__link {
	color: #ffffff;
	display: inline-block;
	font-weight: 500;
	padding: 20px;
}
@media (max-width: 1200px) {
	.mg-menu__link {
		padding: 20px 0;
	}
}
@media (min-width: 1201px) {
	.mg-menu__link {
		font-size: 15px;
		padding: 20px 15px;
	}
}
@media (min-width: 1550px) {
	.mg-menu__link {
		font-size: 18px;
	}
}
.mg-menu__icon {
	display: inline-block;
	background: url('/wp-content/uploads/2023/04/arrow-right-ico.svg')
		center/contain no-repeat;
	width: 16px;
	height: 12px;
	position: absolute;
	right: 85px;
}
@media (max-width: 1200px) {
	.mg-menu__icon {
		position: relative;
		right: 0;
		margin-left: 10px;
	}
}
.mg-menu__action {
	background-color: #c2c5bb;
	color: #23231a;
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	margin-left: auto;
	padding: 0 100px 0 55px;
}
@media (max-width: 1200px) {
	.mg-menu__action {
		display: block;
		margin: 0 auto;
		padding: 20px 50px;
	}
}
@media (min-width: 1201px) {
	.mg-menu__action:hover .mg-menu__icon {
		animation: 1s ease-in-out 0.15s arrow;
		animation-iteration-count: infinite;
	}
}
.mg-menu__indicator {
	background-color: #ffffff;
	border-radius: 5px;
	position: absolute;
	bottom: 0;
	height: 2px;
	opacity: 1;
	transition: all 0.45s ease-in-out;
}
@media (max-width: 1200px) {
	.mg-menu__indicator {
		display: none;
	}
}

@keyframes arrow {
	0% {
		opacity: 0;
		right: 95px;
	}
	60% {
		opacity: 1;
		right: 85px;
	}
	100% {
		opacity: 1;
		right: 85px;
	}
}
.mg-hero-offer-content {
	background-color: #ffffff;
	display: grid;
	/* grid-template-columns: 1fr 405px; */
	grid-template-columns: 80% calc(20% + (calc(100vw - 1170px)) / 2);
}

@media (min-width: 1800px) {
	.mg-hero-offer-content {
		grid-template-columns: 90% calc(10% + (calc(100vw - 1470px)) / 2);
	}
}
@media (max-width: 1200px) {
	.mg-hero-offer-content {
		grid-template-columns: 1fr;
		margin: 0 auto 50px;
		padding: 0;
	}
}
/* .mg-hero-offer-content__left {
  margin-left: auto;
} */
@media (max-width: 1200px) {
	.mg-hero-offer-content__left {
		order: 2;
		margin-left: initial;
	}
}
.mg-hero-offer-content__right {
	background-color: #387a51;
	display: grid;
	align-items: center;
}
@media (max-width: 1200px) {
	.mg-hero-offer-content__right {
		order: 1;
	}
}
.mg-hero-offer-list {
	display: grid;
}
@media (max-width: 1200px) {
	.mg-hero-offer-list {
		grid-template-columns: 1fr 1fr;
		padding: 10px 0 0;
	}
}
@media (min-width: 1201px) {
	.mg-hero-offer-list {
		grid-template-columns: 250px 230px 230px 230px;
	}
}
@media (min-width: 1800px) {
	.mg-hero-offer-list {
		grid-template-columns: 350px 280px 280px 370px;
	}
}
.mg-hero-offer-item {
	color: #000000;
	display: grid;
	align-items: center;
	grid-template-columns: 70px 1fr;
	grid-template-rows: auto;
	font-size: 22px;
	font-weight: 700;
	line-height: 19px;
	padding: 25px 30px;
}
@media (max-width: 1200px) {
	.mg-hero-offer-item {
		display: block;
		padding: 15px;
		grid-template-columns: 50px 1fr;
		text-align: center;
	}
}
@media (min-width: 1201px) {
	.mg-hero-offer-item:first-of-type {
		padding-left: 0;
	}
}
@media (max-width: 1200px) {
	.mg-hero-offer-item--metraze {
		display: block;
	}
}
.mg-hero-offer-item__img {
	width: auto;
}
@media (max-width: 1200px) {
	.mg-hero-offer-item__img {
		height: 40px;
	}
}
@media (min-width: 1201px) {
	.mg-hero-offer-item__img {
		height: 50px;
	}
}
@media (min-width: 1800px) {
	.mg-hero-offer-item__img {
		height: 56px;
	}
}
@media (min-width: 1201px) {
	.mg-hero-offer-item__img--first {
		height: 55px;
	}
}
@media (min-width: 1550px) {
	.mg-hero-offer-item__img--first {
		height: 63px;
	}
}
.mg-hero-offer-item__descr {
	color: #23231a;
	margin: 0;
}
@media (max-width: 1200px) {
	.mg-hero-offer-item__descr {
		font-size: 16px;
		line-height: 16px;
	}
}
@media (max-width: 500px) {
	.mg-hero-offer-item__descr {
		font-size: 14px;
		line-height: 18px;
	}
}
@media (min-width: 1201px) {
	.mg-hero-offer-item__descr {
		font-size: 16px;
		line-height: 16px;
	}
}
@media (min-width: 1800px) {
	.mg-hero-offer-item__descr {
		font-size: 22px;
		line-height: 22px;
	}
}
.mg-hero-offer__slogan {
	color: #ffffff;
	font-weight: 600;
	margin: 0;
	padding: 0 25px;
	text-align: center;
}
@media (max-width: 1200px) {
	.mg-hero-offer__slogan {
		padding: 15px;
		text-align: center;
	}
}

@media (min-width: 1201px) and (max-width: 1280px) {
	.mg-hero-offer__slogan {
		font-size: 18px;
		padding: 0 10px;
	}
}
@media (min-width: 1281px) and (max-width: 1360px) {
	.mg-hero-offer__slogan {
		font-size: 18px;
		padding: 0 10px;
	}
}
@media (min-width: 1361px) and (max-width: 1450px) {
	.mg-hero-offer__slogan {
		font-size: 20px;
	}
}
@media (min-width: 1451px) {
	.mg-hero-offer__slogan {
		font-size: 22px;
	}
}

.mg-box-list {
	gap: 18px 24px;
}
@media (max-width: 1200px) {
	.mg-box-list {
		justify-content: center;
	}
}
@media (min-width: 1201px) {
	.mg-box-list {
		margin: 60px 0 0;
	}
}
@media (min-width: 1550px) {
	.mg-box-list {
		margin: 120px 0 0;
	}
}
@media (max-width: 991px) {
	.mg-box-list .box-list {
		justify-content: center;
	}
}
.mg-box-list__item {
	background-color: #ffffff;
	border-radius: 4px;
	color: #23231a;
	width: calc(33.333% - 16px);
	padding: 35px 35px 85px;
	position: relative;
	text-align: center;
	transition: all 0.15s ease-in-out;
	overflow: hidden;
}
.mg-box-list__item * {
	transition: all 0.15s ease-in-out;
}
@media (max-width: 1200px) {
	.mg-box-list__item {
		width: 100%;
		max-width: 350px;
		margin: 0;
		text-align: center;
	}
	.mg-box-list__item .mg-box-list__descr:after {
		bottom: -40px;
		opacity: 1;
	}
}
@media (max-width: 1200px) {
	.mg-box-list__item:nth-child(2n + 1) {
		background-color: #387a51;
	}
	.mg-box-list__item:nth-child(2n + 1) .mg-box-list__title {
		color: #ffffff;
	}
	.mg-box-list__item:nth-child(2n + 1) .mg-box-list__icon {
		background-color: #ffffff;
	}
	.mg-box-list__item:nth-child(2n + 1) .mg-box-list__descr {
		color: #ffffff;
	}
	.mg-box-list__item:nth-child(2n + 1) .mg-box-list__descr:after {
		bottom: -40px;
		opacity: 1;
	}
}
@media (min-width: 1201px) {
	.mg-box-list__item:nth-child(3n + 3) {
		margin-right: 0;
	}
}
@media (min-width: 1201px) {
	.mg-box-list__item:hover {
		background-color: #387a51;
	}
	.mg-box-list__item:hover .mg-box-list__icon {
		background-color: #ffffff;
	}
	.mg-box-list__item:hover .mg-box-list__title {
		color: #ffffff;
	}
	.mg-box-list__item:hover .mg-box-list__descr {
		color: #ffffff;
	}
	.mg-box-list__item:hover .mg-box-list__descr:after {
		bottom: -40px;
		opacity: 1;
	}
}
.mg-box-list__icon {
	display: inline-block;
	margin: 20px auto 10px;
	width: 74px;
	height: 74px;
	background-color: #387a51;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: cover;
	mask-size: cover;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	margin: 0 0 20px;
}
.mg-box-list__icon--carport {
	-webkit-mask-image: url('/wp-content/uploads/2023/04/carport-ico.svg');
	mask-image: url('/wp-content/uploads/2023/04/carport-ico.svg');
}
.mg-box-list__icon--eko-dom {
	-webkit-mask-image: url('/wp-content/uploads/2023/04/eko-dom-ico.svg');
	mask-image: url('/wp-content/uploads/2023/04/eko-dom-ico.svg');
}
.mg-box-list__icon--heating {
	-webkit-mask-image: url('/wp-content/uploads/2023/05/heating-floor-ico.svg');
	mask-image: url('/wp-content/uploads/2023/05/heating-floor-ico.svg');
}
.mg-box-list__icon--pomps {
	-webkit-mask-image: url('/wp-content/uploads/2023/04/pomp-ico.svg');
	mask-image: url('/wp-content/uploads/2023/04/pomp-ico.svg');
}
.mg-box-list__icon--fiber {
	-webkit-mask-image: url('/wp-content/uploads/2023/04/fiber-ico.svg');
	mask-image: url('/wp-content/uploads/2023/04/fiber-ico.svg');
}
.mg-box-list__icon--modern-houses {
	-webkit-mask-image: url('/wp-content/uploads/2023/04/modern-houses-ico.svg');
	mask-image: url('/wp-content/uploads/2023/04/modern-houses-ico.svg');
}
.mg-box-list__icon--recuperation {
	-webkit-mask-image: url('/wp-content/uploads/2023/04/garden-ico.svg');
	mask-image: url('/wp-content/uploads/2023/04/garden-ico.svg');
}
.mg-box-list__title {
	font-weight: 700;
	margin: 0 0 17px;
	position: relative;
	z-index: 2;
	text-transform: uppercase;
}

.zf-houses-imgbox {
	overflow-x: scroll;
	scrollbar-color: #2ec19d #e6e6e6;
}

.zf-houses-imgbox .zf-houses-img {
	height: 450px;
	width: auto;
}

@media (min-width: 1201px) {
	.mg-box-list__title {
		font-size: 22px;
		line-height: 22px;
	}
}
@media (min-width: 1550px) {
	.mg-box-list__title {
		font-size: 24px;
		line-height: 24px;
	}
}
.mg-box-list__descr {
	color: #000000;
	font-weight: 400;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 0;
	position: relative;
	transition: all 0.15s ease-in-out;
	z-index: 2;
}
@media (min-width: 1201px) {
	.mg-box-list__descr {
		font-size: 16px;
		line-height: 20px;
	}
}
@media (min-width: 1550px) {
	.mg-box-list__descr {
		font-size: 18px;
		line-height: 22px;
	}
}
.mg-box-list__descr:after {
	content: '';
	background: url('/wp-content/uploads/2023/04/leafs-ico.svg') center/cover
		no-repeat;
	width: 43px;
	height: 22px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: all 0.35s ease-in-out;
	bottom: -30px;
	opacity: 0;
}

.mg-virtues {
	margin: 50px 0 0;
	width: 100%;
}
@media (min-width: 1201px) {
	.mg-virtues {
		margin: 60px 0 0;
	}
}
@media (min-width: 1550px) {
	.mg-virtues {
		margin: 120px 0 0;
	}
}
.mg-virtues__left {
	position: relative;
	width: 41%;
}
@media (max-width: 1200px) {
	.mg-virtues__left {
		order: 2;
		width: 100%;
	}
}
.mg-virtues__right {
	order: 1;
	padding-left: 60px;
	position: relative;
	width: 59%;
}
@media (max-width: 1200px) {
	.mg-virtues__right {
		display: grid;
		width: 100%;
		padding-left: 0;
	}
	.mg-virtues__right .mg-heading {
		order: 1;
	}
	.mg-virtues__right .mg-virtues__img-family {
		order: 2;
	}
	.mg-virtues__right .mg-virtues-list {
		width: 100%;
		max-width: 380px;
		margin: 0 auto;
		order: 3;
	}
}
@media (max-width: 1200px) and (max-width: 1200px) {
	.mg-virtues__right .mg-virtues-list {
		margin: 10px auto 0;
		max-width: 275px;
	}

	.mg-virtues__right .nw-virtues-list {
		max-width: 350px;
	}
}
@media (max-width: 1200px) {
	.mg-virtues__right .action-btn {
		order: 4;
		width: 100%;
		max-width: 150px;
		margin: 25px auto;
		text-align: center;
	}
}
.mg-virtues__img {
	background: url('/wp-content/uploads/2023/04/magdalenka-wizka-1.jpg') -230px center/cover
		no-repeat;
	border-radius: 4px;
	box-shadow: 15px 2px 30px rgba(0, 0, 0, 0.12);
	width: 100%;
	position: relative;
}
@media (min-width: 1201px) {
	.mg-virtues__img {
		height: 700px;
	}
}
@media (min-width: 1550px) {
	.mg-virtues__img {
		height: 840px;
	}
}
.mg-virtues__img-family {
	background: url('/wp-content/uploads/2023/04/family-1.webp') center/cover
		no-repeat;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: auto;
}

.nw-virtues__img-family {
	position: absolute;
	bottom: 0;
	margin: 50px auto;
	width: 100%;
	height: auto;
	z-index: -1;
}

@media (min-width: 760px) {
	.nw-virtues__img-family {
		max-width: 400px;
	}
}

@media (max-width: 1200px) {
	.nw-virtues__img-family,
	.mg-virtues__img-family {
		position: relative;
	}
}
@media (min-width: 1201px) {
	.mg-virtues__img-family {
		right: -250px;
	}

	.nw-virtues__img-family {
		right: -160px;
		margin: 0;
		max-width: 650px;
	}
}
@media (min-width: 1550px) {
	.mg-virtues__img-family {
		right: -340px;
	}

	.nw-virtues__img-family {
		right: -140px;
	}
}
.mg-virtues-item {
	display: grid;
	grid-template-columns: 40px 1fr;
	align-items: center;
	margin-bottom: 16px;
}
@media (min-width: 1200px) and (max-width: 1549px) {
	.mg-virtues-item:nth-last-child(1) {
		max-width: 300px;
	}
	.nw-virtues-last-item:nth-last-child(1) {
		max-width: none;
	}
}
@media (max-width: 1200px) {
	.mg-virtues-item:not(:last-of-type) {
		margin-bottom: 24px;
	}
}
.mg-virtues-item__icon {
	display: inline-block;
	background: url('/wp-content/uploads/2023/04/check-ico.svg') center/cover
		no-repeat;
	width: 22.5px;
	height: 20px;
}
.mg-virtues-item__descr {
	color: #23231a;
	font-weight: 700;
	line-height: 20px;
	margin: 0;
}
@media (max-width: 1200px) {
	.mg-virtues-item__descr span {
		display: block;
	}
}
@media (min-width: 1201px) {
	.mg-virtues-item__descr {
		font-size: 16px;
	}
}
@media (min-width: 1550px) {
	.mg-virtues-item__descr {
		font-size: 18px;
	}
}

.mg-timeline {
	display: flex;
	padding: 175px 0;
}
@media (max-width: 1200px) {
	.mg-timeline {
		display: block;
		padding: 0;
		margin: 30px 0;
	}
}
@media (min-width: 1201px) {
	.mg-timeline {
		width: calc(100% - 30px);
		margin-left: 30px;
	}
}
.mg-timeline__arrows {
	margin: 0 0 120px;
	position: relative;
	z-index: 2;
	text-align: center;
}
.mg-timeline__arrows .arrow {
	border: none !important;
	display: inline-flex;
	align-items: center;
	padding: 10px;
}
.mg-timeline__arrows .arrow:nth-child(1) {
	margin: 0 15px 0 0;
}
.mg-timeline__arrows .arrow img {
	max-width: 25px;
}
.mg-timeline-item {
	position: relative;
	display: inline-block;
	width: 160px;
	height: 9px;
	background: #c2c5bb;
	width: 16.666666%;
}
@media (max-width: 1200px) {
	.mg-timeline-item {
		background-color: #ffffff;
		display: grid;
		height: auto;
		width: 100%;
	}
}
.mg-timeline-item:nth-child(odd) .mg-timeline-item__content {
	padding: 15px 15px 60px 15px;
	top: 0;
	transform: translateY(-100%);
}
@media (max-width: 1200px) {
	.mg-timeline-item:nth-child(odd) .mg-timeline-item__content {
		padding: 15px;
		transform: none;
	}
}
.mg-timeline-item:nth-child(even) .mg-timeline-item__content {
	padding: 60px 15px 15px 15px;
	top: 0;
}
@media (max-width: 1200px) {
	.mg-timeline-item:nth-child(even) .mg-timeline-item__content {
		padding: 15px;
		transform: none;
	}
}
.mg-timeline-item__content {
	color: #23231a;
	font-weight: 700;
	height: 135px;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	width: 400px;
	z-index: 1;
}
@media (max-width: 1200px) {
	.mg-timeline-item__content {
		margin: 0 auto;
		order: 2;
		position: relative;
		text-align: center;
		width: auto;
	}
}
@media (min-width: 1201px) {
	.mg-timeline-item__content {
		font-size: 18px;
	}
}
@media (min-width: 1550px) {
	.mg-timeline-item__content {
		font-size: 20px;
	}
}
.mg-timeline-item__content::before {
	background-color: #c2c5bb;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 1px;
}
@media (max-width: 1200px) {
	.mg-timeline-item__content::before {
		left: 50%;
		top: 100%;
		transform: translateX(-50%);
		border: none;
		border-left: 1px solid white;
		height: 25px;
	}
}
.mg-timeline-item__date {
	color: #387a51;
	display: block;
	font-size: 16px;
	font-weight: 500;
	margin: 16px 0 0;
	text-transform: initial;
}
.mg-timeline-item__date span {
	color: #64665f;
	font-weight: 400;
	display: block;
}
.mg-timeline-number {
	background-color: #f8f8f8;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #c2c5bb;
	position: absolute;
	transform: translate(-50%, calc(-50% + 3px));
	z-index: 2;
}
@media (max-width: 1200px) {
	.mg-timeline-number {
		position: relative;
		margin: 0 auto;
		order: 1;
		transform: none;
		width: 60px;
		height: 60px;
	}
}
@media (min-width: 1201px) {
	.mg-timeline-number {
		width: 50px;
		height: 50px;
	}
}
@media (min-width: 1550px) {
	.mg-timeline-number {
		width: 60px;
		height: 60px;
	}
}
.mg-timeline-number__digit {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #387a51;
	border-radius: 50%;
	color: #ffffff;
	font-weight: 700;
}
@media (max-width: 1200px) {
	.mg-timeline-number__digit {
		font-size: 22px;
		width: 40px;
		height: 40px;
	}
}
@media (min-width: 1201px) {
	.mg-timeline-number__digit {
		font-size: 18px;
		width: 33px;
		height: 33px;
	}
}
@media (min-width: 1550px) {
	.mg-timeline-number__digit {
		font-size: 22px;
		width: 40px;
		height: 40px;
	}
}

.relative-visualization {
	position: relative;
}

.notus-absolute-logo {
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.mg-visualization {
	margin: 0 0 60px;
}
.mg-visualization:nth-of-type(1) .mg-visualization__right {
	background-color: #f8f8f8;
}
.mg-visualization:nth-of-type(3) .mg-visualization__right {
	background-color: #c2c5bb;
}
.mg-visualization .zf-visualization__right {
	background-color: #f8f8f8 !important;
}

.mg-visualization__left {
	display: grid;
	align-content: center;
}
.mg-visualization__right {
	display: grid;
	align-content: center;
}
.mg-visualization:nth-child(odd) .mg-visualization__left {
	width: 52%;
}
@media (max-width: 1200px) {
	.mg-visualization:nth-child(odd) .mg-visualization__left {
		width: 100%;
	}
}
@media (min-width: 1201px) {
	.mg-visualization:nth-child(odd)
		.mg-visualization__left
		.mg-visualization__img {
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
	}

	.mg-visualization .zf-visualization__right--first {
		padding: 65px !important;
	}
}
.mg-visualization:nth-child(odd) .mg-visualization__right {
	width: 48%;
}
@media (min-width: 1201px) {
	.mg-visualization:nth-child(odd) .mg-visualization__right {
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
		padding: 0 65px;
	}
}
@media (max-width: 1200px) {
	.mg-visualization:nth-child(odd) .mg-visualization__right {
		padding: 20px;
		width: 100%;
	}
}
.mg-visualization:nth-child(even) .mg-visualization__left {
	background-color: #387a51;
	color: #ffffff;
	width: 48%;
}
.mg-visualization:nth-child(even) .zf-visualization__left {
	background-color: #2ec19d;
	color: #ffffff;
	width: 48%;
}
@media (min-width: 1201px) {
	.mg-visualization:nth-child(even) .mg-visualization__left {
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
		padding: 0 65px;
	}
}
@media (max-width: 1200px) {
	.mg-visualization:nth-child(even) .mg-visualization__left {
		order: 2;
		padding: 20px;
		width: 100%;
	}
}
.mg-visualization:nth-child(even) .mg-visualization__left .mg-p {
	color: #ffffff;
}
.mg-visualization:nth-child(even) .mg-visualization__right {
	width: 52%;
}
@media (max-width: 1200px) {
	.mg-visualization:nth-child(even) .mg-visualization__right {
		order: 1;
		width: 100%;
	}
}
@media (min-width: 1201px) {
	.mg-visualization:nth-child(even)
		.mg-visualization__right
		.mg-visualization__img {
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
	}
}
.mg-visualization__img {
	-o-object-fit: cover;
	object-fit: cover;
	object-position: top right;
	width: 100%;
	height: 640px;
}
@media (max-width: 1200px) {
	.mg-visualization__img {
		height: 400px;
	}
}

.owl-carousel .mg-visualization__img {
	height: 700px;
}
@media (max-width: 1199px) {
	.owl-carousel .mg-visualization__img {
		height: 500px;
	}
}

.mg-visualization__heading {
	color: #23231a;
	font-size: 28px;
	line-height: 30px;
	font-weight: 700;
	margin: 0 0 30px;
}
.mg-visualization__heading .fa {
	color: #fff;
	font-size: 12px;
	position: relative;
	top: -10px;
}
.mg-visualization__heading--white {
	color: #ffffff;
}
@media (max-width: 1200px) {
	.mg-visualization__heading {
		font-size: 22px;
		line-height: 28px;
		margin: 15px 0;
		text-align: center;
	}
}
@media (min-width: 1201px) {
	.mg-visualization__heading {
		font-size: 24px;
		line-height: 30px;
	}
}
@media (min-width: 1550px) {
	.mg-visualization__heading {
		font-size: 28px;
		line-height: 40px;
	}
}

.mg-visualization-sm {
	font-size: 14px;
	margin-top: 20px;
}

.form-row {
	justify-content: space-between;
	margin: 0 0 20px;
}
@media (max-width: 1550px) {
	.form-row {
		margin: 0 0 10px;
	}
}

.form-row__item--left {
	width: 48%;
}
@media (max-width: 1200px) {
	.form-row__item--left {
		margin: 0 0 10px;
		width: 100%;
	}
}

.form-row__item--right {
	width: 48%;
}
@media (max-width: 1200px) {
	.form-row__item--right {
		width: 100%;
	}
}

.form-row__item--full {
	width: 100%;
}

.mg-form .wpcf7-form-control:not(.wpcf7-acceptance):not(.wpcf7-submit) {
	background-color: #ffffff;
	border: 1px solid #e8e8e8;
	display: block;
	font-size: 12px;
	padding: 13px 14px;
	margin-top: 10px;
	width: 100%;
}

.mg-form input::-moz-placeholder {
	font-size: 12px;
	font-weight: 500;
	color: #969696;
}

.mg-form input::placeholder {
	font-size: 12px;
	font-weight: 500;
	color: #969696;
}

.mg-form textarea::-moz-placeholder {
	color: #969696;
	font-size: 12px;
	font-weight: 500;
}

.mg-form textarea::placeholder {
	color: #969696;
	font-size: 12px;
	font-weight: 500;
}

.mg-form .cf7-sm {
	color: #979ea6;
	font-size: 12px;
	line-height: 20px;
	margin: 0;
}

.mg-form .wpcf7-submit {
	border: none;
}
@media (max-width: 1200px) {
	.mg-form .wpcf7-submit {
		display: block;
		margin: 0 auto;
	}
}

/* checkmark */
.mg-form .wpcf7__acceptance {
	font-size: 12px;
	line-height: 16px;
}
.mg-form .wpcf7__acceptance:last-of-type {
	padding-top: 3px;
}

.mg-form .wpcf7-acceptance .wpcf7-list-item .checkmark {
	border-color: #979ea6;
}

.mg-form .wpcf7-acceptance .wpcf7-list-item .checkmark:after {
	content: '';
	position: absolute;
	display: none;
	left: 2px;
	top: 2px;
	width: 10px;
	height: 10px;
	background-color: #387a51;
}

.m-0 {
	margin: 0;
}
.mt-50 {
	margin-top: 50px;
}

.txt-center {
	text-align: center;
}

.location-marker {
	display: none;
}

.location-marker__icon {
	background-color: transparent;
	border: none;
	padding: 0;
}

.location-marker.active {
	display: block;
}

.checkboxes-list {
	width: 100%;
	max-width: 960px;
	margin: 15px auto 0;
	text-align: center;
}

.checkboxes-list__item {
	display: inline-flex;
	align-items: center;
	margin-right: 15px;
}
.checkboxes-list__item input[type='checkbox'] {
	margin: 0;
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkboxes-list__item label {
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	position: relative;
}

.checkboxes-list__item label span {
	display: inline-block;
}
.checkboxes-list__item label span:not(.checkmark) {
	color: #ffffff;
	padding-left: 26px;
}

.checkboxes-list__item:last-of-type {
	margin-right: 0;
}

.checkboxes-list__item .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;
	border: 1px solid #fff;
	height: 20px;
	width: 20px;
}

.checkboxes-list__item .checkmark:after {
	display: none;
	content: '';
	position: absolute;
	left: 3px;
	top: 3px;
	width: 12px;
	height: 12px;
	background-color: #ffffff;
}

.checkboxes-list__item input[type='checkbox']:checked ~ .checkmark:after {
	display: block;
}

@media (min-width: 1201px) {
	.checkboxes-list {
		display: block;
	}
	.locations-select__wrap {
		display: none;
	}
}
@media (max-width: 1200px) {
	.checkboxes-list {
		display: none;
	}
	.locations-select__wrap {
		display: block;
	}
}

.select.locations-select {
	display: block;
	margin: 0 auto;
	max-width: 260px;
}

.select.locations-select .current {
	color: #000;
	font-size: 14px;
}

.list {
	padding: 0;
}
.link {
	display: inline-block;
}
@media (max-width: 1200px) {
	.deer-logo {
		display: block;
		text-align: center;
	}
}

/* SELECT */

.select {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 5px #000;
	border: solid 1px #e8e8e8;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	font-family: inherit;
	font-size: 14px;
	font-weight: normal;
	height: 38px;
	line-height: 38px;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	user-select: none;
	white-space: nowrap;
	width: auto;
}
.select--modal {
	background-color: #fafbfc;
	height: 65px;
	display: flex;
	align-items: center;
	width: 100% !important;
}
@media (max-width: 1200px) {
	.select--nav1,
	.select--nav2 {
		margin-left: 0 !important;
	}
}
.select:hover {
	border-color: #dbdbdb;
}
.select:active,
.select.open,
.select:focus {
	border-color: #999;
}
.select:after {
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	content: '';
	display: block;
	height: 5px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 18px;
	top: calc(50% - 2px);
	transform-origin: 66% 66%;
	transform: rotate(45deg);
	transition: all 0.15s ease-in-out;
	width: 5px;
}
@media (min-width: 1201px) {
	.select:after {
		height: 5px;
		right: 18px;
		width: 5px;
		top: calc(50% - 2px);
	}
}
.select--welcome-dashboard {
	background-color: #f3f8fb;
	border: none;
}
.select--welcome-dashboard:after {
	border-bottom: 2px solid #19a0f2;
	border-right: 2px solid #19a0f2;
}
.select--welcome-dashboard .current {
	color: #19a0f2;
}
.select--welcome-dashboard .select-dropdown {
	background-color: #f2f7fa;
	border: none;
}
@media (min-width: 0px) {
	.select.w-260 {
		min-width: 205px !important;
	}
}
@media (min-width: 1201px) {
	.select.w-260 {
		min-width: 260px !important;
	}
}
.select.open:after {
	transform: rotate(-135deg);
}
.select.open .select-dropdown {
	opacity: 1;
	pointer-events: auto;
	transform: scale(1) translateY(0);
	width: 100%;
}
.select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none;
}
.select.disabled:after {
	border-color: #ccc;
}
.select.wide {
	width: 100%;
}
.select.wide .select-dropdown {
	left: 0 !important;
	right: 0 !important;
}
.select.right {
	float: right;
}
.select.right .select-dropdown {
	left: auto;
	right: 0;
}
.select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}
.select.small:after {
	height: 4px;
	width: 4px;
}
.select.small .option {
	line-height: 34px;
	min-height: 34px;
}
.select .select-dropdown {
	margin-top: 4px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	transform-origin: 50% 0;
	transform: scale(0.75) translateY(-math.div(-$input-height, 2));
	z-index: 9;
	opacity: 0;
}
.select .select.list {
	border-radius: 5px;
	box-sizing: border-box;
	overflow: hidden;
	padding: 0;
	max-height: 210px;
	overflow-y: auto;
}
.select .select.list:hover .option:not(:hover) {
	background-color: transparent !important;
}
.select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	transition: all 0.2s;
}
.select .option:hover,
.select .option.focus,
.select .option.selected.focus {
	background-color: #f6f6f6;
}
.select .option.selected {
	font-weight: bold;
}
.select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default;
}
.select .optgroup {
	font-weight: bold;
}
.no-csspointerevents .select .select-dropdown {
	display: none;
}
.no-csspointerevents .select.open .select-dropdown {
	display: block;
}
.select .list::-webkit-scrollbar {
	width: 0;
}
.select .has-multiple {
	white-space: inherit;
	height: auto;
	padding: 7px 12px;
	min-height: 36px;
	line-height: 22px;
}
.select .has-multiple span.current {
	border: 1px solid #ccc;
	background: #eee;
	padding: 0 10px;
	border-radius: 3px;
	display: inline-block;
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 3px;
	margin-right: 3px;
}
.select .has-multiple .multiple-options {
	display: block;
	line-height: 24px;
	padding: 0;
}
.select .select-search-box {
	box-sizing: border-box;
	width: 100%;
	padding: 5px;
	pointer-events: none;
	border-radius: 5px 5px 0 0;
}
.select .select-search {
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 3px;
	color: #444;
	display: inline-block;
	vertical-align: middle;
	padding: 7px 12px;
	margin: 0 10px 0 0;
	width: 100%;
	min-height: 36px;
	line-height: 22px;
	height: auto;
	outline: 0 !important;
	font-size: 14px;
}

.map-filter {
	background-color: #000;
	padding: 60px 0 20px;
	position: relative;
	z-index: 1;
}

.map-filter:before {
	content: '';
	width: 50vw;
	left: calc(-50vw + 50%);
	background-color: #000;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
}

.map-filter__heading-component {
	display: flex;
	align-items: center;
}
@media (max-width: 1200px) {
	.map-filter__heading-component {
		flex-direction: column;
		align-items: initial;
		text-align: center;
	}
}

.map-filter__heading {
	color: #fff;
	font-weight: 900;
	font-size: 63px;
	letter-spacing: -4px;
}
@media (max-width: 550px) {
	.map-filter__heading {
		font-size: 50px;
	}
}

.map-filter__subheading {
	color: #fff;
	font-weight: 900;
}

.map-filter__main {
	margin-left: 7vw;
}
@media (min-width: 1800px) {
	.map-filter__main {
		margin-left: 250px;
	}
}

@media (max-width: 1200px) {
	.map-filter__main {
		margin-left: 0;
	}
}

.map-filter__main p {
	font-size: 22px;
}

.location-marker__wrap {
	position: relative;
}

.location-info {
	box-shadow: 0 0 10px #ddd;
	display: none;
	font-family: 'Karla', sans-serif;
	margin: 10px auto;
	width: 240px;
	position: absolute;
	left: -101px;
	bottom: 22px;
	background: #fff;
	z-index: 1;
}
.location-info.active {
	display: block;
}

.location-info:after {
	content: '';
	width: 20px;
	height: 20px;
	background: #fff;
	bottom: -10px;
	left: 0;
	right: 0;
	position: absolute;
	transform: rotate(-45deg);
	margin: 0 auto;
	z-index: -1;
}

.location-info__image {
	overflow: hidden;
	position: relative;
}

.location-info__image img {
	object-fit: cover;
	display: block;
	width: 100%;
	max-height: 134px;
	transition: all 0.15s linear;
}
.location-info__content {
	padding: 12px;
}

.location-info__content p {
	font-size: 15px;
}

.location-info__content h4 {
	font-size: 19px;
}

.location-info__link {
	color: #000;
	font-size: 20px;
	margin: 10px 0 0;
	text-decoration: none;
}

.location-info__link span {
	display: inline-block;
	margin-left: 10px;
	text-transform: capitalize;
}
.location-info__close {
	border: none;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 15px;
	height: 15px;
	background: url('/wp-content/uploads/2023/04/close-ico.svg') center no-repeat;
	background-size: 60% auto;
	z-index: 2;
}

/* Magdalenka Plan Osiedla */

.t3-houses-legend-list {
	margin: 30px 0;
	max-width: 490px;
	justify-content: space-between;
	width: 50%;
}

.t3-houses-legend-list--zf {
	max-width: 850px;
	width: 100%;
}
@media (min-width: 1801px) {
	.t3-houses-legend-list {
		margin: 36px 0;
	}
}
@media (max-width: 1199px) {
	.t3-houses-legend-list {
		flex-direction: column;
		max-width: 180px;
		margin: 0 auto;
		width: 100%;
	}
	.t3-houses-legend-list--zf {
		max-width: 350px;
	}
}
.t3-houses-legend-list__item {
	align-items: center;
	display: flex;
}
@media (max-width: 1199px) {
	.t3-houses-legend-list__item {
		padding: 10px;
	}
}
.t3-houses-legend-list__color {
	border-radius: 6px;
	display: inline-block;
	width: 60px;
	height: 25px;
	margin-right: 10px;
}
.t3-houses-legend-list__color--white {
	background-color: #ffffff;
}
.t3-houses-legend-list__color--yellow {
	background-color: #ff0;
}
.t3-houses-legend-list__color--green {
	background-color: #4faa71;
}
.t3-houses-legend-list__color--zf-green {
	background-color: #2fc19d;
}
.t3-houses-legend-list__color--zf-grey {
	background-color: #333;
	opacity: 0.6;
}
.t3-houses-legend-list__color--lim-orange {
	background-color: #ff7132;
}
.t3-houses-legend-list__color--red {
	background-color: #ed5252;
}
.t3-houses-legend-list__color--border {
	border: 1px solid #998861;
}
.t3-houses-legend-list__color--nw-green {
	background-color: #8ea395;
}

.t3-houses-legend-right {
	padding-top: 23px;
	width: calc(100% - 490px);
	text-align: right;
}
@media (max-width: 1199px) {
	.t3-houses-legend-right {
		text-align: center;
		width: 100%;
	}
}

.t3-houses-legend__txt2 {
	color: #3c595e;
	display: inline-block;
	margin: 0;
}

.t3-houses-legend__link {
	color: #3c595e;
}
@media (max-width: 1199px) {
	.t3-houses-legend__link {
		display: block;
	}
}

.button3destateModel360 {
	margin: 0 auto;
}

.icon-list__link {
	color: #23231a;
	display: inline-flex;
	font-size: 28px;
	font-weight: 700;
}
.icon-list__link--center {
	align-items: center;
}
.icon-list__link p {
	margin: 0;
	font-size: 28px;
	font-weight: 700;
}
.icon-list__icon {
	width: 42px;
	height: 42px;
	background-color: #ffffff;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: center;
	mask-position: center;
	margin-right: 31px;
}
.icon-list__icon--phone {
	-webkit-mask-image: url(/wp-content/uploads/2023/05/phone2-ico.svg);
	mask-image: url(/wp-content/uploads/2023/05/phone2-ico.svg);
	-webkit-mask-size: 85%;
	mask-size: 85%;
}

.icon-list__icon--green {
	background-color: #387a51;
}

.mg-maps {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	margin-top: 60px;
}

@media (max-width: 1200px) {
	.mg-maps {
		grid-template-columns: 1fr;
	}
}

.mg-maps__heading {
	color: #23231a;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 24px;
}

#tooltip {
	display: none;
	width: 200px;
	padding: 10px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	position: fixed;
	z-index: 1;
}

#tooltip.active {
	display: block;
}

/*DATA TOOLTIP*/

[data-tooltip] {
	position: relative;
	color: #000;
	text-decoration: none;
}
[data-tooltip] .fa {
	font-size: 12px;
	position: relative;
	/* 	top: -10px; */
}
[data-tooltip]:hover:before,
[data-tooltip]:focus:before {
	opacity: 1;
	transform: translate(-60%, -10px);
}
[data-tooltip]:hover:after,
[data-tooltip]:focus:after {
	opacity: 1;
	transform: translate(-50%, -10px) rotate(45deg);
}
[data-tooltip]:before {
	position: absolute;
	z-index: 2;
	white-space: nowrap;
	content: attr(data-tooltip);
	bottom: 100%;
	left: 50%;
	padding: 0.5em 1em;
	color: white;
	font-size: 1rem;
	line-height: 1.5em;
	background-color: #387a51;
	transition: transform 0.2s ease-out;
	opacity: 0;
	transform: translate(-60%, 0);
	pointer-events: none;
	border-radius: 4px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
[data-tooltip]:after {
	position: absolute;
	z-index: 3;
	display: block;
	bottom: 100%;
	left: 50%;
	content: '';
	width: 10px;
	height: 10px;
	background-color: #387a51;
	margin-bottom: -4px;
	transform: translate(-50%, 0) rotate(45deg);
	transition: transform 0.2s ease-out;
	opacity: 0;
	pointer-events: none;
}
[data-tooltip].break:before {
	white-space: normal;
	width: 260px;
}
@media (max-width: 991px) {
	[data-tooltip].break:before {
		white-space: normal;
		width: 130px;
	}
}

@media (max-width: 1200px) {
	.line-break {
		display: inline !important;
	}
}
@media (min-width: 1201px) {
	.line-break {
		display: block;
	}
}

.visualisations-list {
	padding: 50px 0;
}
@media (max-width: 1200px) {
	.visualisations-list {
		padding: 50px 0;
	}
}
.visualisations-item img {
	height: 480px;
	object-fit: cover;
}

.visualisations-list .owl-nav .owl-prev,
.visualisations-list .owl-nav .owl-next {
	background-color: #387a51 !important;
	outline: none !important;
	width: 52px;
	height: 52px;
	border: 1px solid #fff !important;
	border-radius: 50%;
}
.visualisations-list .owl-carousel .owl-nav.disabled,
.visualisations-list .owl-carousel .owl-dots.disabled {
	display: flex !important;
}
.visualisations-list .owl-carousel .owl-stage {
	display: flex;
	align-items: center;
}
@media (min-width: 1201px) {
	.visualisations-list .owl-nav {
		position: absolute;
		left: 10px;
		right: 10px;
		top: 0;
		bottom: 0;
		margin: auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}
@media (max-width: 1199px) {
	.visualisations-list .owl-nav {
		text-align: center;
	}
	.visualisations-list .owl-nav button {
		margin: 20px 10px 0;
	}
}

.visualisations-list .owl-prev,
.visualisations-list .owl-next {
	display: inline-block;
}

.visualisations-arrow {
	display: inline-block;
	background-color: #fff;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: center;
	mask-position: center;
	width: 5px;
	height: 10px;
}

.visualisations-arrow--prev {
	-webkit-mask-image: url(/wp-content/uploads/2023/05/arrow-left-ico.svg);
	mask-image: url(/wp-content/uploads/2023/05/arrow-left-ico.svg);
}

.visualisations-arrow--next {
	-webkit-mask-image: url(/wp-content/uploads/2023/05/arrow-right-ico.svg);
	mask-image: url(/wp-content/uploads/2023/05/arrow-right-ico.svg);
}

.container--visualisations {
	max-width: 1650px;
}

.consent-more {
	display: none;
}
.consent-more.active {
	display: inline;
}
.more-trigger {
	color: #387a51;
	cursor: pointer;
	font-size: 13px;
	font-weight: 900;
}
.more-trigger--red {
	color: #e30613;
}

.mg-phone-link {
	display: flex;
	align-items: center;
}
@media (max-width: 1200px) {
	.mg-phone-link {
		display: none;
	}
}

.mg-phone-link {
	padding: 0 15px;
}

.mg-phone-txt {
	font-size: 14px;
}

@media (max-width: 1200px) {
	.mg-phone-txt {
		display: none;
	}
}

@media (min-width: 1600px) {
	.mg-phone-txt {
		font-size: 16px;
	}
}

.mg-highlight a {
	color: #e30613 !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	padding: 20px !important;
}

.falenty-duze__marker {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.falenty-duze__marker span {
	font-size: 34px;
	font-weight: 800;
	line-height: 60px;
	display: inline-block;
	margin-left: 15px;
}

.icon {
	display: inline-block;
	background-color: rgb(56, 122, 81);
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
}
.icon--marker {
	-webkit-mask-image: url(/wp-content/uploads/2023/08/map-marker-ico.svg);
	mask-image: url(/wp-content/uploads/2023/08/map-marker-ico.svg);
	width: 21px;
	height: 32px;
}

/* =============================================== */
/* zielone-falenty */
/* =============================================== */

/* =============================================== */
/* page colors */

.color-falenty,
.color-fz-green {
	color: #2ec19d;
}

.zf-bgc {
	background-color: #2ec19d;
}

.zf-link:hover {
	color: #2ec19d;
}

.lim-link:hover {
	color: #ff7132;
}

.nw-link:hover {
	color: #8ea395;
}

.t3-houses-container .t3-houses-container__body .zf-border-b {
	border-bottom: 2px solid #2ec19d;
}

.t3-houses-container .t3-houses-container__body .lim-border-b {
	border-bottom: 2px solid #ff7132;
}

.t3-houses-container .t3-houses-container__body .nw-border-b {
	border-bottom: 2px solid #8ea395;
}

.panel-collapse.collapse-zf-border-b.collapse.in {
	border-bottom: 2px solid #2ec19d;
}

.panel-collapse.collapse-lim-border-b.collapse.in {
	border-bottom: 2px solid #ff7132;
}

.panel-collapse.collapse-nw-border-b.collapse.in {
	border-bottom: 2px solid #8ea395;
}

/* =============================================== */
/* section headings */

.zf-heading-bg {
	position: relative;
	padding-top: 50px;
	width: 100%;
}

.zf-heading-bg::before {
	content: url(/wp-content/uploads/2023/11/logo-zielone-falenty.svg);
	position: absolute;
	width: 300px;
	height: 106px;
	transform: translateY(-35%);
	opacity: 0.1;
}

.zf-heading-bg--low::before {
	transform: translateY(15%);
}

@media (min-width: 1200px) {
	.zf-heading-bg::before {
		width: 450px;
		height: 159px;
		transform: translateY(-35%) translateX(-10%);
	}

	.zf-heading-bg--low::before {
		transform: translateY(0%) translateX(-10%);
	}
}

/* =============================================== */
/* page navigation */

.zf-nav,
.zf-nav.fixed,
.action-btn--zf,
.zf-hero-offer-content__right {
	background-color: #2ec19d;
}

.zf-nav > .custom-grid-2-1 {
	display: grid;
	grid-template-columns: 1fr;
}

@media (min-width: 1201px) {
	.zf-nav > .custom-grid-2-1 {
		/* grid-template-columns: 2fr 1fr; */
		grid-template-columns: 60% 40%;
	}

	.zf-menu {
		margin-left: calc((100vw - 1200px) / 2);
	}

	.zf-menu .mg-menu__link {
		font-size: 12px;
	}

	.ck-development-menu__link {
		font-size: 11px !important;
	}

	.custom-check-plan {
		position: relative;
		margin-right: 0;
		margin-left: 0;
	}

	.custom-check-plan i {
		right: auto;
		left: 230px;
	}
}

@media (min-width: 1600px) {
	.zf-menu .mg-menu__link {
		font-size: 15px;
	}
	.ck-development-menu__link {
		font-size: 15px !important;
	}
}

@media (min-width: 1800px) {
	.zf-nav > .custom-grid-2-1 {
		grid-template-columns: 55% 45%;
	}
	.zf-menu {
		margin-left: calc((100vw - 1500px) / 2);
	}
	.zf-menu .mg-menu__link {
		font-size: 16px;
	}
	.ck-development-menu__link {
		font-size: 16px !important;
	}
}

/* =============================================== */
/* hero */

.zf-hero__top > .zf-hero-container {
	flex-direction: column;
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
}

.zf-hero-heading {
	font-weight: 800;
	letter-spacing: 2px;
}

.zf-hero-content {
	position: static;
	/* margin-bottom: 30px; */
}

.zf-hero-special-btn {
	display: inline-block;
	padding: 30px;
	font-size: 22px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0px;
	text-align: left;
	color: rgba(227, 6, 19, 1);
	background-color: rgba(255, 255, 255, 1);
	border: 3px solid rgba(227, 6, 19, 1);
	border-radius: 33px;
}

@media (min-width: 1201px) {
	.zf-hero__top {
		display: grid;
		/* grid-template-columns: 2fr 1fr; */
		grid-template-columns: 60% 40%;
		height: auto;
		min-height: 650px;
	}

	.zf-hero-content {
		position: relative;
		top: -28%;
		right: 5%;
		display: flex;
		justify-content: space-between;
		/* margin-top: -400px; */
		margin: 0 0 0 15px;
		/* margin-left: calc((100vw - 1200px) / 2);
		padding-left: 15px; */
		padding-left: calc((100vw - 1200px) / 2);
		/* padding-left: 15px; */
		max-width: 100%;
	}

	.zf-hero__top > .zf-hero-container {
		display: grid;
		grid-template-columns: 60% 40%;
	}

	.zf-hero-img {
		/* 		height: calc(100vh - 127px - 105px); */
		object-position: center center;
	}

	.zf-hero-heading {
		margin-top: 180px;
		color: #fff;
		text-shadow: rgba(0, 0, 0, 0.5) 0px 2px 4px;
		order: 1;
	}

	.zf-hero-heading .mg-hero-heading--sm {
		font-size: 19px;
		line-height: 22px;
	}

	.zf-hero-special-btn {
		/* position: relative;
		top: 60px;
		left: 30%; */
		position: absolute;
		top: 130%;
		left: 42%;
		transform: rotate(-15deg);
	}
}

@media (min-width: 1550px) {
	.zf-hero-heading .mg-hero-heading--sm {
		font-size: 30px;
		line-height: 32px;
	}
}

@media (min-width: 1600px) {
	.zf-hero-special-btn {
		left: 55%;
	}
}

@media (min-width: 1800px) {
	.zf-hero__top {
		display: grid;
		grid-template-columns: 55% 45%;
	}
	.zf-hero__top > .zf-hero-container {
		grid-template-columns: 55% 45%;
	}
	.zf-hero-content {
		/* margin-bottom: 190px; */
		padding-left: calc(((100vw - 1500px) / 2) - 60px);
	}

	.zf-hero-heading {
		margin-top: 200px;
	}
	/* .zf-hero-special-btn {
		top: 80px;
	} */
}

/* =============================================== */
/* hero form & form fields */

.zf-hero-form {
	padding: 20px;
	background-color: #2ec19d;
}

.zf-hero-form .fa {
	top: 0;
}

.zf-hero-form-header {
	margin-bottom: 40px;
}

.zf-hero-form-title,
.zf-hero-form-subtitle {
	margin-top: 0;
	color: rgba(255, 255, 255, 1);
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0px;
	text-align: left;
}

.zf-hero-form-title {
	margin-bottom: 15px;
	font-size: 24px;
	line-height: 28px;
}

.zf-hero-form-subtitle {
	font-size: 20px;
	line-height: 24px;
}

.zf-hero-container::after {
	content: none;
}

.zf-form input[type='text'],
.zf-form input[type='email'],
.zf-form textarea,
.zf-form textarea::placeholder {
	padding: 10px;
	border: none;
	font-family: 'Karla', sans-serif;
}

.zf-form textarea::placeholder {
	font-size: 16px;
}

.zf-form [data-tooltip]::before,
.zf-form--bottom [data-tooltip]::before {
	color: white;
	font-size: 14px;
	line-height: 18px;
	background-color: #2ec19d;
}

.zf-form [data-tooltip]::after,
.zf-form--bottom [data-tooltip]::after {
	background-color: #2ec19d;
}

.zf-form--bottom [data-tooltip] i {
	top: 0;
}

.zf-form .wpcf7__acceptance,
.lim-form .wpcf7__acceptance,
.nw-form .wpcf7__acceptance {
	margin-bottom: 5px;
	color: #333;
}

.zf-form .cf7-sm {
	margin: 10px 0;
	line-height: 1.2em;
}

.zf-form .cf7-sm--thin {
	color: #333;
}

.zf-form .zf-hero-form-submit,
.lim-form .zf-hero-form-submit,
.nw-form .zf-hero-form-submit {
	display: block;
	margin: 30px auto 0;
	width: 220px;
	height: 45px;
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0px;
	text-align: center;
	line-height: 28px;
	color: rgba(0, 0, 0, 1);
	background-color: rgba(255, 255, 255, 1);
	border: none;
	border-radius: 4px;
}

.zf-form .wpcf7-spinner {
	position: absolute;
}

@media (min-width: 1201px) {
	.zf-hero-form {
		display: flex;
		justify-content: center;
		align-items: center;
		padding-right: calc((100vw - 1170px) / 2);
		padding-bottom: 30px;
		/* 		height: calc(100vh - 127px - 105px); */
		height: 100%;
	}

	.zf-hero-form-header {
		margin-top: 30px;
		margin-bottom: 0px;
	}

	.zf-hero-form-title {
		font-size: 24px;
		line-height: 28px;
	}

	.zf-hero-form-subtitle {
		font-size: 16px;
		line-height: 18px;
	}

	.zf-hero-form-content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 100%;
	}

	.zf-form input[type='text'],
	.zf-form input[type='email'],
	.zf-form textarea {
		margin: 0;
		padding: 8px;
	}

	.zf-form .july2019-formularz {
		margin-top: 10px;
		margin-bottom: 0;
	}

	.zf-form .wpcf7__acceptance,
	.lim-form .wpcf7__acceptance {
		font-size: 9px;
		line-height: 10px;
	}

	.zf-form .wpcf7-textarea {
		padding-top: 15px;
		height: 70px;
	}

	.zf-form .cf7-sm {
		margin: 0 0 10px;
	}
}

@media (min-width: 1400px) {
	.zf-hero__top {
		min-height: 700px;
	}
	.zf-hero-form {
		padding-left: 30px;
	}
	.zf-hero-form-header {
		margin-bottom: 20px;
	}

	.zf-hero-form-title {
		font-size: 26px;
		line-height: 28px;
	}

	.zf-hero-form-subtitle {
		font-size: 24px;
		line-height: 28px;
	}

	.zf-form input[type='text'],
	.zf-form input[type='email'],
	.zf-form textarea {
		padding: 10px;
	}

	/* .zf-form .wpcf7-textarea {
		height: 45px;
	} */

	.zf-form .july2019-formularz {
		margin-top: 30px;
	}

	/* .zf-form .cf7-sm {
		text-align: center;
	} */
}

@media (min-width: 1600px) {
	.zf-hero-form {
		/* 		height: calc(100vh - 135px - 105px); */
	}

	/* .zf-form .wpcf7-textarea {
		height: 80px;
	} */
}

@media (min-width: 1800px) {
	.zf-hero__top {
		min-height: 800px;
	}
	.zf-hero-form {
		padding-right: calc((100vw - 1470px) / 2);
		padding-bottom: 50px;
		/* 		height: calc(100vh - 137px - 105px); */
	}

	.zf-hero-form-title {
		font-size: 30px;
		line-height: 30px;
	}

	.zf-hero-form-subtitle {
		font-size: 26px;
		line-height: 30px;
	}

	.desktop-flex-column {
		flex-direction: column;
	}

	.desktop-flex-column .form-row__item--left {
		margin: 0 0 20px;
		width: 100%;
	}

	.desktop-flex-column .form-row__item--right {
		width: 100%;
	}

	.zf-form input[type='text'],
	.zf-form input[type='email'],
	.zf-form textarea {
		margin: 0;
		padding: 10px;
	}

	.zf-form .wpcf7-textarea {
		height: 100px;
	}

	.zf-form .wpcf7__acceptance,
	.lim-form .wpcf7__acceptance {
		font-size: 12px;
		line-height: 14px;
	}

	.zf-form .cf7-sm {
		font-size: 14px;
		/* line-height: 1.1em; */
	}
}

/* =============================================== */
/* bottom icons */

.zf-hero__bottom {
	background-color: #fff;
}

.fz-hero-offer-content {
	grid-template-columns: 1fr;
}

@media (min-width: 1800px) {
	.fz-hero-offer-content {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 1200px) {
	.fz-hero-offer-content {
		grid-template-columns: 1fr;
		margin: 0 auto;
		padding: 0;
	}
}

@media (max-width: 1200px) {
	.fz-hero-offer-list {
		grid-template-columns: repeat(2, 1fr);
		padding: 10px 0 0;
	}
}
@media (min-width: 1201px) {
	.fz-hero-offer-list {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media (min-width: 1800px) {
	.fz-hero-offer-list {
		grid-template-columns: repeat(4, 1fr);
	}
}

/* =============================================== */
/* about */

@media (min-width: 1201px) {
	.zf-about {
		margin-top: 30px;
	}
}

/* =============================================== */
/* box list */

.zf-box-list__item {
	background-color: #ffffff;
	color: #000;
}

.zf-box-list__item:nth-child(2n + 1) {
	background-color: #fff;
}

.zf-box-list__item:nth-child(2n + 1) .mg-box-list__title {
	color: #000;
}

.zf-box-list__item:nth-child(2n + 1) .mg-box-list__descr {
	color: #000;
}

.zf-box-list__item .zf-box-list__circle {
	position: relative;
	margin: 0 auto 20px;
	height: 160px;
	width: 160px;
	border-radius: 50%;
	/* border: 2px solid #2ec19d; */
}

.zf-box-list__item .zf-box-list__circle .zf-box-list__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	border-radius: 50%;
}

.zf-box-list__item .zf-box-list__tail {
	content: url('/wp-content/uploads/2023/11/logo-zielone-falenty.svg');
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	background-color: #fff;
	border-radius: 50%;
	opacity: 0;
	transform: rotateY(-180deg);
	transition: opacity 0.5s, transform 0.5s;
}

.zf-box-list__item .mg-box-list__descr {
	font-size: 15px;
	line-height: 18px;
	text-align: justify;
}

@media (min-width: 1201px) {
	.zf-box-list__item:nth-child(2n + 1) {
		background-color: #fff;
	}
	.zf-box-list__item:hover {
		background-color: #ffffff;
	}
	.zf-box-list__item .zf-box-list__circle .zf-box-list__img {
		opacity: 1;
		transition: opacity 0.5s, transform 0.5s;
	}
	.zf-box-list__item:hover .zf-box-list__circle .zf-box-list__img {
		opacity: 0;
		transform: rotateY(180deg);
	}
	.zf-box-list__item:hover .zf-box-list__tail {
		opacity: 1;
		transform: rotateY(0deg);
	}
	.zf-box-list__item:hover .mg-box-list__title {
		color: #000;
	}
	.zf-box-list__item:hover .mg-box-list__descr {
		color: #000;
	}
	.zf-box-list__item:hover .mg-box-list__descr:after {
		bottom: -40px;
		opacity: 1;
	}
}

.zf-box-list__item .mg-box-list__descr:after {
	content: none;
	background: none;
}

/* =============================================== */
/* virtues section */

.zf-virtues__img {
	background: url('/wp-content/uploads/2024/02/ZIELONE_FALENTY_Z3_FR_01-min-scaled.jpg') -240px
		center/cover no-repeat;
}

.lim-virtues__img {
	background: url('/wp-content/uploads/2024/02/WIDOK-1A-nowy-1502.jpg') -110px center/cover
		no-repeat;
}

.nw-virtues__img {
	background: none;
	box-shadow: none;
}

.fz-virtues-item__icon {
	background: url('/wp-content/uploads/2023/11/fz-green-check.svg') center/cover
		no-repeat;
}

.lim-virtues-item__icon {
	background: url('/wp-content/uploads/2024/02/lim-orange-check.svg')
		center/cover no-repeat;
}

.nw-virtues-item__icon {
	background: url('/wp-content/uploads/2024/06/nw-green-check.svg') center/cover
		no-repeat;
}

/* =============================================== */
/* location section */

.fz-location-img {
	height: 60px;
	width: 60px;
}

.zf-location-hero-bg {
	width: 100%;
	max-height: 200px;
	object-fit: cover;
	object-position: center 60%;
}

.location-relative-container {
	margin-top: 50px;
}

.zf-location-title {
	color: white;
	font-weight: 400;
}

.zf-location-header {
	margin-bottom: 50px;
}

.zf-location-subtitle {
	margin: 0 26px;
	color: rgba(47, 193, 157, 1);
	font-size: 22px;
	font-weight: 700;
	font-style: normal;
	text-align: left;
	line-height: 28px;
}

.zf-location-img-box {
	padding: 30px 20px;
	background-color: #fff;
}

.zf-location-img-box .zf-location-img {
	max-width: 100%;
}

.zf-location-content-item {
	margin-bottom: 30px;
	padding: 20px 30px;
	background-color: #f8f8f8;
}

.zf-location-content-item-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

.zf-location-content-item-header-title {
	display: flex;
	align-items: center;
	color: rgba(47, 193, 157, 1);
	font-size: 20px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0px;
	text-align: left;
}

.zf-location-content-item-header-icon {
	height: 60px;
	width: 60px;
}

.zf-location-content-item-text {
	color: rgba(35, 35, 26, 1);
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0px;
	text-align: left;
	line-height: 22px;
}

.zf-map-grid {
	display: grid;
	grid-template-columns: 1fr;
	margin-top: 60px;
}

.zf-map-description {
	margin-top: 30px;
}

.zf-map-description-header {
	margin-bottom: 20px;
}

.zf-map-description-box {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	max-width: 760px;
}

.zf-map-desc-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
	margin-right: 30px;
}

.zf-map-desc-item:nth-last-child(1) {
	margin-right: none;
}

.zf-map-desc-item__logo {
	margin-bottom: 20px;
	width: 160px;
	height: auto;
}

.zf-map-desc-item__img {
	width: 40px;
	height: 40px;
}

/* .zf-map-desc-item__text {
	margin: 0 0 0 10px;
} */

.zf-distance-description-box {
	display: grid;
	row-gap: 30px;
	margin-top: 80px;
}

.zf-distance-desc-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.zf-distance-desc-item__logo {
	width: 120px;
	height: auto;
}

.zf-distance-description-title {
	font-size: 20px;
	font-weight: 700;
}

.zf-distance-description-value {
	margin-bottom: 0px;
}

.zf-distance-description-time img {
	margin-bottom: -13px;
	margin-right: 3px;
}

.zf-distance-description-value,
.zf-distance-description-time {
	font-size: 18px;
}

.zf-map-description-header-title {
	margin-bottom: 40px;
}

.lim-vis-img-box {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 50px;
}

.lim-vis-img-box img {
	max-width: 200px;
}

@media (min-width: 760px) {
	.zf-location-title {
		font-size: 40px;
		line-height: 48px;
	}

	.zf-location-header {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}

	.zf-location-img-box {
		padding: 30px;
	}

	.zf-location-subtitle {
		margin: 0 0 50px;
	}
	.zf-distance-description-box {
		grid-template-columns: repeat(2, 1fr);
	}

	.lim-vis-img-box {
		flex-wrap: nowrap;
	}
}

@media (min-width: 1200px) {
	.zf-location-hero-bg {
		max-height: 710px;
	}

	/* .location-relative-container {
		top: -290px;
		margin-top: -290px;
	} */

	.zf-location-title {
		font-size: 50px;
		line-height: 60px;
		max-width: 435px;
	}

	.zf-location-img-box {
		padding: 60px;
		width: 100%;
		max-width: 870px;
	}

	.zf-location-subtitle {
		margin-bottom: 100px;
		max-width: 588px;
		font-size: 28px;
		line-height: 32px;
	}

	.zf-location-content {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(2, 1fr);
		grid-gap: 30px;
	}

	.zf-location-content-item {
		margin: 0;
	}

	.zf-location-content-item--1 {
		grid-column: 1 / 2;
		grid-row: 1 / 3;
	}

	.zf-location-content-item--2 {
		grid-column: 2 / 4;
		grid-row: 1 / 2;
	}

	.zf-location-content-item--3 {
		grid-column: 2 / 4;
		grid-row: 2 / 3;
	}

	/* .zf-map-grid {
		grid-template-columns: 3fr 1fr;
		column-gap: 30px;
	} */

	.zf-map-description-box {
		max-width: 100%;
	}

	.zf-map-description {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		margin: 0;
	}

	.zf-map-desc-item {
		margin-right: 20px;
	}

	.zf-map-desc-item:nth-last-child(1) {
		margin-right: 0;
	}
	.zf-distance-description-box {
		grid-template-columns: repeat(4, 1fr);
		row-gap: 0;
	}
	.lim-vis-img-box {
		justify-content: flex-start;
	}
}

@media (min-width: 1400px) {
	.zf-location-img-box {
		margin-left: -60px;
	}
}

@media (min-width: 1800px) {
	.zf-location-title {
		font-size: 70px;
		line-height: 80px;
	}

	/* .location-relative-container {
		top: -400px;
		margin-top: -400px;
	} */

	.zf-location-subtitle {
		font-size: 34px;
		line-height: 50px;
	}

	.zf-map-desc-item {
		margin-right: 30px;
	}
}

/* =============================================== */
/* visualization section */

.vis-list-grid {
	display: grid;
	row-gap: 30px;
}

.vis-list-grid img {
	width: 100%;
	height: 100%;
	min-height: 315px;
	object-fit: cover;
	object-position: center center;
}

@media (min-width: 760px) {
	.vis-list-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}
}

@media (min-width: 1200px) {
	.vis-list-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* =============================================== */
/* work-progress section */

.work-progress-section {
	margin-top: 80px;
	margin-bottom: 50px;
}

.zf-progress-box {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.zf-progress-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.zf-progress-item-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.zf-progress-item-circle {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #2ec19d;
}

.zf-progress-item-circle--inactive {
	background-color: #2ec19c57;
	border: 2px solid #2ec19d;
}

.zf-progress-item-circle .zf-progress-item-circle-img {
	width: 60%;
	height: auto;
}

.zf-progress-item-circle .zf-icon-big {
	width: 75%;
}

.zf-progress-item-content-text {
	margin-bottom: 0;
	font-size: 18px;
	text-align: center;
}

.zf-progress-item-content-info {
	margin-top: 5px;
}

.zf-progress-item-arr {
	height: 50px;
	width: auto;
	transform: rotate(90deg);
}

@media (min-width: 1200px) {
	.zf-progress-box {
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		width: 100%;
	}

	.zf-progress-item {
		position: relative;
		flex-direction: row;
	}

	.zf-progress-item-content {
		width: 120px;
	}

	.zf-progress-item-circle {
		width: 70px;
		height: 70px;
	}

	.zf-progress-item-content-text {
		font-size: 12px;
		line-height: 14px;
	}

	.zf-progress-item-arr {
		position: absolute;
		top: 35px;
		right: -20px;
		height: 30px;
		transform: rotate(0deg) translateY(-50%);
	}
}

@media (min-width: 1800px) {
	.zf-progress-item-circle {
		width: 100px;
		height: 100px;
	}

	.zf-progress-item-content-text {
		font-size: 16px;
		line-height: 18px;
	}

	.zf-progress-item-arr {
		position: absolute;
		top: 50px;
		right: -50px;
		height: 50px;
	}
}

/* =============================================== */
/* custom visualizations */

.zf-custom-visualization {
	display: grid;
	grid-template-columns: 1fr;
}

.zf-custom-visualization-top {
	height: 400px;
	width: 100%;
}

.zf-custom-visualization-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.zf-custom-visualization-bottom {
	position: relative;
	padding: 20px;
}

.zf-custom-visualization-bottom::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #58cfb2;
}

.zf-custom-visualization-logo-bg {
	margin: 0 auto 30px;
	padding: 15px 20px 10px;
	max-width: 200px;
	background-color: #fff;
}

.zf-custom-visualization-logo {
	width: 100%;
	height: auto;
}

.zf-custom-visualization-title {
	color: white;
}

.zf-custom-visualization-text {
	margin-bottom: 20px;
	color: white;
}

@media (min-width: 1200px) {
	.zf-custom-visualization {
		grid-template-columns: repeat(12, 1fr);
		grid-template-rows: 1fr;
		height: 640px;
		overflow: hidden;
	}

	.zf-custom-visualization-top {
		grid-column: 1 / 13;
		grid-row: 1 / 2;
		height: 640px;
	}

	.zf-custom-visualization-bottom {
		grid-column: 2 / 8;
		grid-row: 1 / 2;
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 640px;
		width: 420px;
	}

	.zf-custom-visualization-logo-bg {
		margin: 0 0 30px;
	}

	.zf-custom-visualization-bottom::after {
		top: -10%;
		right: -5%;
		bottom: -10%;
		left: -10%;
		transform: rotate(5deg);
		background-color: rgba(46, 194, 157, 0.8);
	}

	.zf-custom-visualization-header,
	.zf-custom-visualization-content {
		z-index: 1;
	}
}

/* =============================================== */
/* zf-owl-carousel - custom styles */

.zf-owl-carousel .owl-nav .owl-prev,
.zf-owl-carousel .owl-nav .owl-next {
	background-color: #2ec19d !important;
}

.zf-owl-carousel .owl-dots {
	margin-top: 20px;
}

.zf-owl-carousel .owl-item {
	overflow: hidden;
}

@media (min-width: 1200px) {
	.zf-owl-carousel .owl-item .visualisations-item img {
		transition: transform 0.3s;
	}

	.zf-owl-carousel .owl-item .visualisations-item img:hover {
		transform: scale(1.1);
	}
	.zf-owl-carousel .owl-nav {
		right: -80px;
		left: -80px;
		z-index: -1;
	}
}

/* =============================================== */
/* lim-owl-carousel - custom styles */

.lim-owl-carousel .owl-nav .owl-prev,
.lim-owl-carousel .owl-nav .owl-next {
	background-color: #ff7132 !important;
}

.lim-owl-carousel .owl-dots {
	margin-top: 20px;
}

.lim-owl-carousel .owl-item {
	overflow: hidden;
}

@media (min-width: 1200px) {
	.lim-owl-carousel .owl-item .visualisations-item img {
		transition: transform 0.3s;
	}

	.lim-owl-carousel .owl-item .visualisations-item img:hover {
		transform: scale(1.1);
	}
	.lim-owl-carousel .owl-nav {
		right: -80px;
		left: -80px;
		z-index: -1;
	}
}

.nw-owl-carousel .owl-nav .owl-prev,
.nw-owl-carousel .owl-nav .owl-next {
	background-color: #8ea395 !important;
}

/* =============================================== */
/* mg-visualization - custom styles */
.mg-visualization__left--owl .mg-visualization__img {
	object-position: 100% 0%;
}

/* =============================================== */
/* deer design - custom styles */

#wizualizacje1 .dd-logo {
	max-width: 300px;
}

#wizualizacje1 .owl-stage-outer {
	height: 100%;
}

#wizualizacje1 .owl-stage {
	height: 100%;
}

#wizualizacje1 .owl-carousel .owl-item {
	height: 100%;
}

#wizualizacje1 .owl-carousel .owl-item img {
	height: 100%;
}

@media (max-width: 1200px) {
	#wizualizacje1 .zf-visualization__left--owl {
		max-height: 400px;
	}
}

/* =============================================== */
/* contact - custom styles */
.customer-service-workers {
	display: grid;
	grid-template-columns: 1fr;
}
.customer-service-worker-figure {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.customer-service-worker-img {
	height: 150px;
	width: 150px;
	object-fit: cover;
}
.customer-service-worker-description {
	margin-top: 10px;
}
.customer-service-worker-description p {
	text-align: center;
	line-height: 1.4em;
}

@media (min-width: 760px) {
	.customer-service-workers {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 1200px) {
	.zf-contact-phone-link {
		margin-left: 60px;
	}
	.customer-service-workers {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1600px) {
	.customer-service-workers {
		grid-template-columns: repeat(3, 1fr);
	}
}

.custom-d-grid-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 10px;
}

.page-id-1127 #callnowbutton {
	background-color: #2ec19d !important;
}

/* =============================================== */
/* modal popup */

.zf-formularz [data-tooltip]::before {
	color: white;
	font-size: 14px;
	line-height: 18px;
	background-color: #2ec19d;
}

.zf-formularz [data-tooltip]::after {
	background-color: #2ec19d;
}

.zf-popup-submit-btn {
	background-color: #2ec19d;
}

/* =============================================== */
/* modal popup */

.d-only-mobile-header {
	margin-top: 50px;
}

@media (min-width: 1200px) {
	.d-only-mobile-header {
		display: none;
		margin: 0;
		padding: 0;
	}
}

/* =============================================== */
/* limba nav */

.lim-orange-color {
	color: #ff7132;
}

.lim-gray-color {
	color: #8b939c;
}

.lim-nav,
.lim-nav.fixed,
.action-btn--lim,
.lim-orange-bgc {
	background-color: #ff7132;
}

.lim-light-orange-bgc {
	background-color: #ffecea;
}

.lim-hero-form {
	background-color: #ff7132;
}

.lim-hero-heading {
	color: #ff7132;
	font-weight: 700;
}

.lim-hero-content {
	position: static;
	align-self: flex-start;
	padding-bottom: 20px;
	max-width: 100%;
}

.lim-hero-logo {
	margin-top: 15px;
	margin-left: 20px;
	height: auto;
	max-height: 100%;
	width: 100%;
	max-width: 250px;
}

.lim-hero-special-info {
	display: inline-block;
	padding: 12px 30px;
	margin: 30px auto 0;
	max-width: 360px;
	font-size: 32px;
	font-weight: 700;
	background-color: #000;
	color: #ff7132;
	box-shadow: 1px 1px 10px #666;
	line-height: 1.3em;
	border-radius: 40px;
}

.lim-heading-bg {
	position: relative;
	padding-top: 50px;
	width: 100%;
	overflow: hidden;
}

.lim-map-desc-title {
	margin-bottom: 0;
}

.lim-map-desc-item__img {
	height: 40px;
}

.lim-icon-box-section {
	margin-top: 80px;
}

.lim-big-icon-box {
	display: grid;
	row-gap: 80px;
	margin-top: 50px;
}

.lim-big-icon-item {
	position: relative;
	padding: 80px 30px 30px;
	border-bottom-left-radius: 20px;
	box-shadow: 0px 0px 20px #ddd;
}

.lim-icon-bg {
	position: absolute;
	top: -40px;
	left: 30px;
	padding: 15px;
	width: 80px;
	background-color: #ff7132;
	border-bottom-left-radius: 10px;
}

.lim-icon {
	height: auto;
	width: 100%;
}

.lim-houses-img {
	max-width: 100%;
}

.lim-house-svg-path {
	transition: opacity 0.5s;
}

.lim-house-svg-path:hover {
	opacity: 0.2;
}

.lim-progress-item-circle--inactive {
	background-color: #eeb6b0;
	border: 2px solid #ff7132;
}

.mg-visualization:nth-child(even) .lim-visualization__left {
	background-color: #ff7132;
	color: #ffffff;
	width: 100%;
}

.lim-form input[type='text'],
.lim-form input[type='email'],
.lim-form textarea,
.lim-form textarea::placeholder {
	padding: 10px;
	border: none;
	font-family: 'Karla', sans-serif;
}

.lim-form textarea::placeholder {
	font-size: 16px;
}

.lim-form [data-tooltip]::before,
.lim-form--bottom [data-tooltip]::before {
	color: white;
	font-size: 14px;
	line-height: 18px;
	background-color: #ff7132;
}

.lim-form [data-tooltip]::after,
.lim-form--bottom [data-tooltip]::after {
	background-color: #ff7132;
}

.nw-form [data-tooltip]::before,
.nw-form--bottom [data-tooltip]::before,
.nw-form [data-tooltip]::after,
.nw-form--bottom [data-tooltip]::after {
	background-color: #8ea395;
}

.lim-form--bottom [data-tooltip] i {
	top: 0;
}

.lim-location-bg-box {
	position: relative;
	width: 100%;
}

.lim-location-bg {
	width: 100%;
	opacity: 0;
	transition: opacity 1s;
}

.lim-location-secondary-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.lim-location-active {
	opacity: 1;
}

.lim-vis-container {
	display: grid;
	row-gap: 20px;
}

.lim-vis-container-img {
	width: 100%;
	height: auto;
	max-height: 405px;
}

.lim-vis-container-txt {
	font-size: 14px;
}

.lim-vis-img {
	object-position: 80% 100%;
}

.page-id-1711 #callnowbutton {
	background-color: #ff7132 !important;
}

.mg-visualization__left .lim-vis-img {
	object-position: 50% 50%;
}

.lim-house-svg {
	position: relative;
}

.lim-house-svg::before {
	content: '';
	position: absolute;
	top: 0;
	height: 100px;
	width: 100px;
	background-color: pink;
}

/* .lim-house-svg:hover::before {
content: '';
position: absolute;
top: 0;
width: 10px;
height: 10px;
background-color: #000;
} */

/* single post img */
.single-post img {
	max-width: 100%;
	height: auto;
}

/* NOVA-WOLA */

.nw-color-green {
	color: #8ea395;
}

.nw-color-black {
	color: #000;
}

.nw-bgc-green,
.nw-nav,
.nw-nav.fixed {
	background-color: #8ea395;
}

.nw-hero-special-info {
	color: rgb(142, 163, 149);
	background: none;
	box-shadow: none;
}

.nw-hero-title {
	color: #8ea395;
}

.nw-hero-logo {
	height: auto;
	width: 150px;
}

.nw-location-bg-box .lim-location-bg {
	max-height: 700px;
	object-fit: cover;
	object-position: center center;
}

.nw-progress-item-circle--inactive {
	background-color: rgba(142, 163, 149, 0.5);
	border: 2px solid #8ea395;
}

.mg-visualization:nth-child(even) .nw-visualization__left {
	background-color: #8ea395;
	color: #ffffff;
	width: 100%;
}

.nw-heading-bg {
	position: relative;
	padding-top: 50px;
	width: 100%;
	overflow: hidden;
}

.nw-hero-offer-item {
	display: grid;
}

.nw-big-icon-item {
	padding: 80px 30px 50px;
	background-color: rgba(142, 163, 149, 0.6);
	border-radius: 20px;
}

.nw-big-icon-item .mg-box-list__title,
.nw-big-icon-item .mg-box-list__descr {
	color: white;
}

.nw-icon-circle {
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	padding: 20px;
	width: 100px;
	border-radius: 50%;
}

.nw-offer-icon-circle {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

.nw-hero-offer-item {
	grid-template-columns: auto 1fr;
	column-gap: 20px;
}

.nw-about-row {
	display: grid;
	row-gap: 30px;
	margin-bottom: 50px;
}

.nw-about-row:nth-last-child(1) {
	margin-bottom: none;
}

.nw-about-img {
	width: 100%;
}

.nw-title--highlight {
	color: #8ea395;
	font-weight: 700;
}

.nw-txt--highlight {
	color: black;
	font-weight: 900;
}

.nw-map-desc-item__img {
	margin-top: -20px;
}

.player-box {
	max-width: 100%;
}

.player-box-video {
	width: 100%;
	height: auto;
}

.owl-carousel-dots .owl-dots {
	display: none;
}

.nw-map-description-box {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.nw-virtues-player-box {
	margin-top: 20px;
}

.nw-mobile-center {
	text-align: center;
}

.nw-modal-title {
	font-size: 34px;
}

.nw-po-img {
	max-width: 100%;
}

.nw-house-svg-path {
	opacity: .6;
	transition: opacity 0.5s;
}

.nw-house-svg-path:hover {
	opacity: 0.2;
}

/* MEDIA QUERIES */

@media (min-width: 760px) {
	.lim-vis-container {
		grid-template-columns: 1fr 1fr;
		column-gap: 30px;
		row-gap: 0px;
	}
	.nw-map-description-box {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (min-width: 1200px) {
	.lim-hero-logo {
		margin-top: 50px;
		min-width: 290px;
	}

	.lim-hero-content {
		position: relative;
		overflow: hidden;
		margin-top: 0;
		height: 100%;
		padding-left: calc((100vw - 1185px) / 2);
	}

	/* .lim-hero-content::after {
		content: '';
		position: absolute;
		top: -390px;
		left: 46px;
		height: 840px;
		width: 347px;
		background-color: #ffecea;
		transform: rotate(60deg);
		z-index: -1;
	} */

	/* .lim-hero-content::before {
		content: '';
		position: absolute;
		top: -192px;
		right: -209px;
		height: 339px;
		width: 566px;
		background-color: #ffecea;
		transform: rotate(35deg);
		z-index: -1;
	} */

	.lim-hero-special-info {
		/* margin: 150px 0 0; */
		position: absolute;
		margin: 0;
		bottom: 80px;
		left: 110px;
	}

	.lim-hero-heading {
		position: absolute;
		right: 50px;
		top: 35%;
	}

	.lim-heading-bg::before {
		content: '';
		position: absolute;
		top: -180px;
		width: 400px;
		height: 200px;
		background-color: #ffecea;
		transform: rotate(-25deg);
		z-index: -1;
	}

	.lim-heading-bg--low::before {
		transform: translateY(0%) translateX(-10%);
	}

	.lim-big-icon-box {
		grid-template-columns: 1fr 1fr;
		column-gap: 60px;
		margin-top: 0;
	}

	.mg-visualization:nth-child(even) .lim-visualization__left {
		width: 48%;
	}

	.nw-hero-logo {
		margin-top: 50px;
	}

	.nw-hero-title {
		color: white;
	}

	.nw-hero-special-info {
		color: white;
	}

	.nw-heading-bg::before {
		content: '';
		position: absolute;
		top: -100px;
		left: -50px;
		width: 100px;
		height: 200px;
		background-color: rgba(142, 163, 149, 0.1);
		transform: rotate(45deg);
		z-index: -1;
	}

	.nw-big-icon-box {
		grid-template-columns: repeat(3, 1fr);
	}

	.nw-about-row {
		column-gap: 50px;
	}

	.nw-about-row:nth-child(odd) {
		grid-template-columns: 3fr 2fr;
	}

	.nw-about-row:nth-child(even) {
		grid-template-columns: 2fr 3fr;
	}

	.nw-about-row:nth-child(even) .nw-about-col--txt {
		order: 2;
	}

	.nw-about-row:nth-child(even) .nw-about-col--img {
		order: 1;
	}

	.nw-about-col {
		display: flex;
		align-items: center;
	}

	.nw-desc-img-col {
		display: flex;
		align-items: center;
	}

	.nw-hero-title {
		top: 25%;
		right: auto;
	}
	.nw-map-description-box {
		display: flex;
	}
	.nw-icon-circle {
		left: 30px;
		transform: translateX(-0%);
	}
	.nw-mobile-center {
		text-align: left;
	}

	.nw-modal-title {
		font-size: 40px;
	}
}

@media (min-width: 1800px) {
	.lim-hero-content {
		padding-left: calc((100vw - 1500px) / 2);
	}

	.lim-hero-special-info {
		bottom: 120px;
		left: 195px;
	}
}

@media (min-width: 2000px) {
	.lim-hero-special-info {
		bottom: 120px;
		left: 450px;
	}
}


/* 
custom styles
*/

/* .wpgmp_tabs_container {
	display: none;
} */

.mb-80 {
	margin-bottom: 80px;
}

.map {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50vw;
}
.map-marker-content {
	font-size: 13px;
	text-align: left;
}
.map-marker-content span {
	display: inline-block;
	line-height: 20px;
}

.page-id-230 .page-content--page .container{
    max-width:100%;
		padding:0px 0px;
}

.page-id-230 .page-content--page {
	padding:0px;
}

.page-id-230 .custom-page-seo{
	width:95%;
}

.page-id-230 .investments-list-item--invest {
	max-width:95%;
margin:auto;}

.page-id-230 .seo_custom_txt {
	max-width:90%;
	margin:auto;
	padding-bottom:50px;
}

.page-id-230 .seo_custom_txt p {
	text-align:justify;
}



.page-id-286 .page-content--page .container{
    max-width:100%;
		padding:0px 0px;
}

.page-id-286 .page-content--page {
	padding:0px;
}

.page-id-286 .custom-page-seo{
	width:95%;
}

.page-id-286 .investments-list-item--invest {
	max-width:95%;
margin:auto;}

.page-id-286 .seo_custom_txt {
	max-width:90%;
	margin:auto;
	padding-bottom:50px;
}

.page-id-286 .seo_custom_txt p {
	text-align:justify;
}

.page-id-290 .page-content--page .container{
    max-width:100%;
		padding:0px 0px;
}

.page-id-290 .page-content--page {
	padding:0px;
}

.page-id-290 .custom-page-seo{
	width:95%;
}

.page-id-290 .investments-list-item--invest {
	max-width:95%;
margin:auto;}

.page-id-290 .seo_custom_txt {
	max-width:90%;
	margin:auto;
	padding-bottom:50px;
}

.page-id-290 .seo_custom_txt p {
	text-align:justify;
}



.page-id-318 .page-content--page .container{
    max-width:100%;
		padding:0px 0px;
}

.page-id-318 .page-content--page {
	padding:0px;
}

.page-id-318 .custom-page-seo{
	width:95%;
}

.page-id-318 .investments-list-item--invest {
	max-width:95%;
margin:auto;}

.page-id-318 .seo_custom_txt {
	max-width:90%;
	margin:auto;
	padding-bottom:50px;
}

.page-id-318 .seo_custom_txt p {
	text-align:justify;
}



.page-id-330 .page-content--page .container{
    max-width:100%;
		padding:0px 0px;
}

.page-id-330 .page-content--page {
	padding:0px;
}

.page-id-330 .custom-page-seo{
	width:95%;
}

.page-id-330 .investments-list-item--invest {
	max-width:95%;
margin:auto;}

.page-id-330 .seo_custom_txt {
	max-width:90%;
	margin:auto;
	padding-bottom:50px;
}

.page-id-330 .seo_custom_txt p {
	text-align:justify;
}

.page-id-333 .page-content--page .container{
    max-width:100%;
		padding:0px 0px;
}

.page-id-333 .page-content--page {
	padding:0px;
}

.page-id-333 .custom-page-seo{
	width:95%;
}

.page-id-333 .investments-list-item--invest {
	max-width:95%;
margin:auto;}

.page-id-333 .seo_custom_txt {
	max-width:90%;
	margin:auto;
	padding-bottom:50px;
}

.page-id-333 .seo_custom_txt p {
	text-align:justify;
}

.page-id-403 .page-content--page .container{
    max-width:100%;
		padding:0px 0px;
}

.page-id-403 .page-content--page {
	padding:0px;
}

.page-id-403 .custom-page-seo{
	width:95%;
}

.page-id-403 .investments-list-item--invest {
	max-width:95%;
margin:auto;}

.page-id-403 .seo_custom_txt {
	max-width:90%;
	margin:auto;
	padding-bottom:50px;
}

.page-id-403 .seo_custom_txt p {
	text-align:justify;
}

.page-id-409 .page-content--page .container{
    max-width:100%;
		padding:0px 0px;
}

.page-id-409 .page-content--page {
	padding:0px;
}

.page-id-409 .custom-page-seo{
	width:95%;
}

.page-id-409 .investments-list-item--invest {
	max-width:95%;
margin:auto;}

.page-id-409 .seo_custom_txt {
	max-width:90%;
	margin:auto;
	padding-bottom:50px;
}

.page-id-409 .seo_custom_txt p {
	text-align:justify;
}

.page-id-415 .page-content--page .container{
    max-width:100%;
		padding:0px 0px;
}

.page-id-415 .page-content--page {
	padding:0px;
}

.page-id-415 .custom-page-seo{
	width:95%;
}

.page-id-415 .investments-list-item--invest {
	max-width:95%;
margin:auto;}

.page-id-415 .seo_custom_txt {
	max-width:90%;
	margin:auto;
	padding-bottom:50px;
}

.page-id-415 .seo_custom_txt p {
	text-align:justify;
}


.seo_item:hover {
	color: #e30613;
	transition: .3s;
}

.foot_menu1 ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0 ;
	word-spacing:10px;
}

.foot_menu1 ul li {
	display: inline;
	white-space: nowrap;
	
}

.ck-slogan2 {
	margin-bottom:50px;
}

body > footer > section.footer-top > div > div:nth-child(1) > div {
	margin-top:100px;
}

.seo_custom_txt p {
	text-align:justify;
}

#more {display: none;}

#myBtn{ 
background-color: #E30613;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 30px;
    margin: 25px 0;
    text-transform: uppercase;
    transition: all 0.1s ease-in-out;
    transition: all 0.15s ease-in-out;
	border-color:transparent;
}


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

.rownajzdjecie {
    width: 100%!important;
    height: auto;
}
}

.foot-city ul {
	display:flex;
	flex-wrap:wrap;
	gap:10px;
	padding-left: 0px;
	line-height: 28px;
}

.foot-city li { 
	flex-basis: calc(50% - 20px);
	font-size:16px!important;
}


@media (min-width: 1801px){
	.foot-city li {
		font-size:18px!important;
	}
}


.mg-map {
	border-radius: 8px;
	width: 100%;
	height: 540px;
}

.mg-map--height {
	height: 800px;
}

.mg-marker__diamond {
	width:50px;
	height:50px;
	background:#ffffff;
	transform:rotate(45deg);
	position:absolute;
	left:-12px;;
	top: 0;
	bottom: 0;
	margin: auto 0;
	padding:20px;
	z-index: -1;
}
.mg-marker__img {
	display: block;
	width: 100px;
}

div[data-marker_id=marker2] .mg-marker__diamond {
	background: #ffffff;
	left: 0;
	right: 0;
	top: -12px!important;
	margin: 0 auto;
}

.mg-marker__txt {
	display: inline-block;
	color: #000000;
	font-family: 'Karla', sans-serif;
	font-size: 15px;
	line-height: 20px;
	margin-top: 10px;
}

@media (min-width: 1201px) {
	.mg-map div[title="mg-map__dot"] {
		display: none!important;
	}
	.mg-map div[title="mg-map__dot"] img {
		display: none!important;
	}
}


@media (min-width: 1201px) {
	div[data-marker_id=marker1] {
		display: block;
	}
	div[data-marker_id=marker2] {
		display: none;
	}
}
@media (max-width: 1200px) {
	div[data-marker_id=marker1] {
		display: none;
	}
	div[data-marker_id=marker2] {
		display: block;
	}
}

.hstack {
	display: flex!important;
}
.align-items-center {
	justify-content: space-between;
}

@media (min-width: 1201px) {
	.investments-bottom .action-btn--investments {
		display: none;
	}
}


.page-template-home-test .about-us {
	padding: 170px 0 0;
}

.t3-slb-gallery {
	justify-content: center;
}

.t3-houses-container .t3-houses-container__body .t3-houses-container__body__item__details .t3-houses-container__body__item__details--imgs img {
	width: 270px;
	height: 320px;
	object-fit: contain;
  box-shadow: 0 0 10px #888;
  padding: 10px;
}

/* kariera */

@media (max-width: 1100px) {
	.career-list__heading {
		text-align: center !important;
	}
  .ck-heading-component {
    text-align: center !important; } }

.ck-heading-component__title {
  color: #E30613;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0; }
  @media (max-width: 1100px) {
    .ck-heading-component__title {
      text-align: center !important; } }
  .ck-heading-component__title--management {
    margin: 30px 0 40px; }
  .ck-heading-component__title--white {
    color: #ffffff; }
  .ck-heading-component__title--black {
    color: #000000; }

.ck-heading-component__subtitle {
  color: #000000;
  font-size: 15px;
  font-weight: 400; }

.career .page-content--page {
  border-top: 1px solid rgba(0, 0, 0, 0.03);
}
.career .page-content {
  position: relative;
  padding: 60px 0;
}
.career .career__top {
  position: relative;
}
.career .container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto; }
  @media (min-width: 1800px) {
    .container {
      max-width: 1500px; } }

.career .flex {
  display: flex;
  flex-wrap: wrap;
}
.career .flex-center {
  display: flex;
  justify-content: center;
  align-items: center; }

.career .flex-2equal__item {
  position: relative;
  width: 50%; }
  @media (min-width: 1101px) {
    .career .flex-2equal__item-padding:nth-child(2n+1) {
      padding-right: 60px; } }
  @media (min-width: 1101px) {
    .career .flex-2equal__item-padding:nth-child(2n+2) {
      padding-left: 60px; } }
  @media (max-width: 1100px) {
    .career .flex-2equal__item {
      width: 100%; } }
  .career .flex-2equal__item--investor {
    padding: 135px 0; }
    @media (max-width: 1100px) {
      .career .flex-2equal__item--investor {
        padding: 30px; } }
  .career .flex-2equal__item--grey {
    background-color: #F8F8F8; }
  @media (min-width: 1101px) {
    .career .flex-2equal__item--greybefore:before {
      content: "";
      width: 60px;
      height: 100%;
      background-color: #F8F8F8;
      position: absolute;
      left: -60px;
      top: 0;
      bottom: 0; } }
  .career .flex-2equal__item--black {
    background-color: #1C1C1C; }
  @media (min-width: 1101px) {
    .career .flex-2equal__item--blackafter:after {
      content: "";
      width: 60px;
      height: 100%;
      background-color: #1C1C1C;
      position: absolute;
      right: -60px;
      top: 0;
      bottom: 0; } }
.career .ck-slogan3__title {
  font-size: 34px;
  font-weight: 700;
  line-height: 60px; }
  @media (max-width: 1100px) {
    .ck-slogan3__title {
      text-align: center; } }

.career .ck-slogan3__txt {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px; }
  @media (max-width: 1100px) {
    .ck-slogan3__txt {
      text-align: center; } }

@media (min-width: 1101px) {
  .career .padding-left-70 {
    padding-left: 70px; } }

.career .ck-heading-component__title {
  color: #E30613;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0; }
  @media (max-width: 1100px) {
    .carrer .ck-heading-component__title {
      text-align: center !important; } }
  .carrer .ck-heading-component__title--management {
    margin: 30px 0 40px; }
  .carrer .ck-heading-component__title--white {
    color: #ffffff; }
  .carrer .ck-heading-component__title--black {
    color: #000000; }

.career .padding-top-50 {
  padding-top: 50px; }

.career p {
  font-size: 16px;
  line-height: 28px; }
  @media (min-width: 1801px) {
    .career p {
      font-size: 18px;
      line-height: 32px; } }

.career p {
  margin: 0 0 10.5px; }

.career .career__bottom {
  position: relative;
  padding: 60px 0 0; }
  @media (min-width: 1801px) {
    .career .career__bottom {
      padding: 90px 0 0; } }
  @media (max-width: 1100px) {
    .career .career__bottom .flex-2equal__item:nth-child(2) {
      padding-top: 50px; } }
  .career .career__bottom .flex-2equal__item:nth-child(1) {
    background-color: #F8F8F8; }
    .career .career__bottom .flex-2equal__item:nth-child(1):before {
      content: "";
      background-color: #F8F8F8;
      position: absolute;
      left: calc(-50vw + 50%);
      top: 0;
      bottom: 0;
      z-index: -1;
      width: 50vw; }

.career .career__img {
  width: 100%;
  height: auto; }
  @media (max-width: 1100px) {
    .career .career__img {
      display: none; } }

.career .padding-top-recruitment {
  padding-top: 50px; }
  @media (min-width: 1801px) {
    .career .padding-top-recruitment {
      padding-top: 120px; } }

.career .ck-heading-component__title {
  color: #E30613;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0; }
  @media (max-width: 1100px) {
    .career .ck-heading-component__title {
      text-align: center !important; } }
  .career .ck-heading-component__title--management {
    margin: 30px 0 40px; }
  .career .ck-heading-component__title--white {
    color: #ffffff; }
  .career .ck-heading-component__title--black {
    color: #000000; }

.career .recruitment-list {
  position: relative;
  left: 0;
  padding: 30px 0;
  list-style-type: none;
  margin: 0; }

.career .recruitment-list__item {
  cursor: pointer;
  padding: 8px 0;
  position: relative;
  font-size: 18px;
  line-height: 20px; }
  .career .recruitment-list__item:after {
    content: "";
    position: absolute;
    right: 40px;
    top: 13px;
    bottom: 0;
    background: url("/wp-content/uploads/2022/01/arrow-right.svg") center/contain no-repeat;
    width: 20px;
    height: 20px;
    opacity: 0; }
    @media (min-width: 1801px) {
      .career .recruitment-list__item:after {
        top: 25px;
        right: 120px; } }
  .career .recruitment-list__item:hover p {
    color: #000000;
    font-weight: 500; }
  .career .recruitment-list__item:hover:after {
    content: '';
    transform: translateX(10px);
    opacity: 1; }
    .career .recruitment-list__item:hover:after p {
      color: #000000;
      font-weight: 600; }
  @media (min-width: 1801px) {
    .career .recruitment-list__item {
      font-size: 22px;
      line-height: 35px;
      padding: 15px 0; } }
  .career .recruitment-list__item p {
    color: #A1A1A1;
    display: inline-block;
    font-size: 18px;
    line-height: 29px;
    padding: 0 0 15px;
    position: relative;
    margin: 0; }
    @media (max-width: 1100px) {
      .career .recruitment-list__item p {
        font-size: 15px;
        line-height: 18px; } }
    @media (min-width: 1801px) {
      .career .recruitment-list__item p {
        font-size: 22px;
        line-height: 35px;
        padding: 0 0 25px; } }
    .career .recruitment-list__item p:after {
      content: "";
      background: #E9E9E9;
      position: absolute;
      bottom: 0;
      left: 0;
      height: 1px;
      width: 400px;
      width: 400px; }
      @media (max-width: 1100px) {
        .career .recruitment-list__item p:after {
          width: 100%; } }
      @media (min-width: 1801px) {
        .career .recruitment-list__item p:after {
          width: 455px; } }

.career .ck-page-heading {
  font-size: 34px;
  font-weight: 700;
  line-height: 60px;
  margin: 0 0 10px;
  position: relative; }
  @media (max-width: 1100px) {
    .career .ck-page-heading {
      font-size: 28px;
      line-height: 45px;
      text-align: center; } }

.career .ck-slogan3__title {
  font-size: 34px;
  font-weight: 700;
  line-height: 60px; }
  @media (max-width: 1100px) {
    .ck-slogan3__title {
      text-align: center; } }

.career .ck-slogan3__txt {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px; }
  @media (max-width: 1100px) {
    .ck-slogan3__txt {
			text-align: center;}}

@media(max-width:992px) {
	
	.career .ck-slogan3__txt { font-size:20px;}
}

.popup-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 5ms;
  visibility: hidden;
  opacity: 0;
  z-index: 9999; }

.popup-overlay.active {
  visibility: visible;
  opacity: 1; }

.popup-overlay .popup {
  display: none; }

.popup-overlay.active .popup {
  display: block; }

.popup {
  margin: 20px auto;
  padding: 20px 110px;
  background: #fff;
  border-radius: 5px;
  width: 90%;
  max-width: 1280px;
  position: fixed;
  top: 0;
  bottom: 0;
  overflow-y: scroll; }
  @media (max-width: 1100px) {
    .popup {
      padding: 20px 15px; } }

.popup h2 {
  margin: 20px 0;
  color: #333;
  font-weight: 500; }

.popup .popup-close {
  background: url("/wp-content/uploads/2022/01/popup-close.png") center/cover no-repeat;
  cursor: pointer;
  display: flex;
  font-size: 30px;
  font-weight: 100;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #333;
  width: 25px;
  height: 25px;
  transition: all 200ms;
  text-decoration: none; }
  @media (max-width: 1100px) {
    .popup .popup-close {
      top: 10px;
      right: 10px; } }

.popup .popup-close:hover {
  color: #06D85F; }

.popup .content {
  max-height: 30%;
  overflow: auto; }

.career input[type=submit] {
  border: none;
  background-color: #E30613;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 15px 35px;
  margin: 5px 0;
  transition: all 0.1s ease-in-out; }
  @media (max-width: 1100px) {
    .career input[type=submit] {
      width: 100%; } }

.career-list__heading {
	margin-top: 50px;
  font-size: 26px;
  line-height: 35px; }

.career-list__section-title {
  font-size: 18px;
  line-height: 20px; }

.career-list ul li {
  padding: 7px 0 7px 18px; }
  .career-list ul li:before {
    content: "\2022";
    color: #E30613;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    width: 15px;
    margin-left: -14px;
    position: relative;
    bottom: 0; }

/* .career-list__item .list-o li */
.about-us-bottom-header {
	margin-bottom: 30px;
}

.about-us-bottom-header-img {
	margin-bottom: 20px;
	max-width: 100%;
}

.about-us-bottom-body .ck-slogan-wrap {
	position: static;
	right: initial;
	padding-left: 50px;
}

@media (min-width: 1200px) {
	.about-us-bottom-header {
		display: grid;
		grid-template-columns: 5fr 1fr;
		margin-bottom: 50px;
	}
	
	.about-us-bottom-header-img {
		margin-bottom: 0;
	}
	
	.about-us-bottom-header .team-box {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
}

.pzfd-footer-img {
	margin-top: -50px;
	margin-bottom: 50px;
	width: 100%;
	max-width: 270px;
}

@media (min-width: 1200px) {
	.pzfd-footer-img {
		margin-left: -35px;	
	}
}


.custom-carrer-img {
	max-width: 300px;
	height: auto
}

.blog-figure {
	margin: 50px 0;
	width: 100%;
	max-width: 800px;
}


.nw-banner {
	position: relative;
}

@media(max-width: 1200px) {
	.nw-banner {
		margin-top: 60px;
	}
}

.nw-banner::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #8ea395;
	opacity: .7;
	z-index: 1;
}

.nw-banner-bg-img {
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center center;
}

.nw-banner-content {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 500px;
	z-index: 2;
}

.nw-banner-content-title {
	margin-bottom: 15px;
}

.nw-banner-content p {
	margin-bottom: 50px;
	font-weight: 500;
}

.nw-banner-content-link {
	display: inline-block;
	padding: 10px 20px;
	color: white;
	border: 1px solid white;
	border-radius: 5px;
	transition: color .3s, background-color .3s;
}

.nw-banner-content-link:hover {
	color: #8ea395;
	background-color: white;
}

@media (min-width: 1200px) {
	.nw-banner-content-title {
		font-size: 44px;
	}
	.nw-banner-content p {
		font-size: 22px;
	}
	.nw-banner-content-link {
		padding: 10px 30px;
		font-size: 20px;
	}
}

/* stepinska 17 styles */

@media (min-width: 1200px) {
.falenty-duze {
	position: relative;
}
.falenty-duze::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(45deg, rgba(255,255,255, .8) 25%, rgba(255,255,255,0) 100%);
}
}

.step-brown-color {
	color: #BB976A;
}

.step-brown-bgc {
	background-color: #BB976A;
}

.step-title-color {
	color: #262325;
}




/* kontakt2 */

.centered {
	text-align: center;
}

.ck-red-bgc {
	background-color: #e30613;
}

.contact-hero {
	margin-bottom: 50px;
}

.contact-hero-bg {
	width: 100%;
}

.contact-hero-bg img {
	width: 100%;
}

.contact-agents-subtitle {
	text-align: center;
}

.contact-content-agents-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 50px 0px;
}

.contact-content-agents-item__img {
	width: 180px;
}
.contact-content-agents-item__name {
	margin-top: 20px;
	font-size: 20px;
}

.contact-content-phone {
	margin-bottom: 50px;
	transform: translatex(-10px)
}

.contact-bot {
	position: relative;
}

.social-media--contact2 {
	bottom: -21px;
	left: 50%;
	transform: translateX(-50%);
	min-width: 350px;
}

@media (max-width: 1200px) {
	.contact-content {
	display:flex;
	flex-direction: column;
	align-items: center;
}
	.contact-content h2 {
		margin-bottom: 30px;
	}
	.contact-top__address {
		max-width: 195px;
	}
	.contact-agents-subtitle {
		margin-top: 30px;
	}
}

@media (min-width: 1200px) {

.contact-agents-subtitle {
	text-align: left;
}
.contact-content-agents-item {
	display: block;
	margin: 50px 0px;
}
	.contact-content-phone {
		margin-bottom: 50px;
		text-align: center;
		transform: translatex(-50px)
	}
}


/* stepinska */


.step-bgc, .step-nav, .step-nav.fixed {
	background-color: #241F20;
}

.step-bgc-gold {
	background-color: #DEAD7D;
}

.step-bgc-white {
	background-color: white;
}

.step-color {
	color: #DEAD7D;
}

.step-txt {
/* 	color: #a79fa2; */
	color: white;
}

.step-txt--highlight {
	font-weight: 700;
}

.page-id-2620 main {
	background-color: #241F20;
}

.step-nav__wrap {
	position: relative;
}

.step-nav-logo {
	margin: 0 auto;
}

.step-nav-logo__img {
	height: 120px;
}

@media (max-width: 1200px) {
	.step-nav__wrap.active {
		height: 500px;
	}
}

@media (min-width: 1200px) {
	.step-nav-logo__img {
		position: absolute;
		top: 15px;
		left: 15px;
}
}

.step-menu {
	background-color: #241F20;
}

.step-menu .mg-menu__link {
	color: #DEAD7D;
}

@media (min-width: 1200px) {
	.step-menu .mg-menu__link {
		text-transform: uppercase;
	}
}

.step-menu .mg-menu__indicator {
	background-color: #DEAD7D;
}

.step-hero-slider {
	position: relative;
}

.step-hero-slider .owl-stage {
	display: flex;
}

.step-hero-slider .disabled {
	display: none;
}

.step-hero-slider .owl-dots {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	padding: 10px 20px;
	background-color: rgba(36,31,32,.9);
}

.step-hero-slider .owl-dots .owl-dot {
	height: 20px;
	width: 20px;
	background-color: #DEAD7D;
	border: 1px solid #DEAD7D;
	transition: background-color .3s;
}

.step-hero-slider .owl-dots .owl-dot.active {
	background-color: #241F20;
}

.step-hero-slider .owl-dots .owl-dot:nth-child(even) {
	margin: 0 5px;
}

@media (min-width: 1200px) {
	.step-hero-slider .owl-dots {
		left: calc((100vw - 1200px) / 2);
		bottom: 180px;
		transform: translateX(0%);
		background-color: transparent;
	}
}
@media (min-width: 1800px) {
	.step-hero-slider .owl-dots {
		left: calc((100vw - 1500px) / 2);
	}
}

.step-hero-slider__item {
	position: relative;
}

.step-hero-content {
	padding: 20px;
	background-color: rgba(36,31,32,.9);
}

.step-hero-content__title {
	margin: 0px;
		font-size: 1.2rem;
}

@media (min-width: 760px) {
	.step-hero-content {
	padding: 20px 60px;
}
	.step-hero-content__title {
		font-size: 2.3rem;
	}
}

@media (min-width: 1200px) {
	.step-hero-content {
		position: relative;
		top: auto;
		display: flex;
		align-items: center;
		transform: translateY(0%);
		padding: 0 10px;
		margin-left: calc((100vw - 1200px) / 2);
	}
	.step-hero-content::before {
		content: '';
		position: absolute;
		top: 0;
		height: 100%;
		width: 100%;
		background-image: url('https://www.ckdevelopment.pl/wp-content/uploads/2024/07/17.svg');
		background-repeat: no-repeat;
		z-index: -1;
		opacity: .8;
	}
	.step-hero-content__title {
		font-size: 3rem;
	}
	.step-hero-slider__item {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 1800px) {
	.step-hero-content {
		margin-left: calc((100vw - 1500px) / 2);
	}
}

.step-hero-bg {
	max-height: 100%;
}

.step-hero-bg__img {
	height: 100vh;
	max-height: 600px;
	width: 100%;
	object-fit: cover;
	object-position: center center;
}

.step-contact-box-content {
	margin-bottom: 50px;
}

.step-contact-box-cotnent__img {
	display: none;
}

@media (min-width: 1200px) {
	.step-contact-box {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 50px;
	}
	.step-contact-box-content {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin-top: 40px;
		margin-bottom: 0;
	}
	.step-contact-box-cotnent__img {
		display: block;
		margin-top: 50px;
		max-width: 100%;
		border-radius: 20px;
	}
}

.step-contact-box-form {
	padding: 30px;
	background-color: white;
	border-radius: 20px;
}

.step-contact-box-form__title {
	margin-bottom: 30px;
}

.step-contact-box-form label input {
	margin-bottom: 20px;
}

.step-contact-box-form .wpcf7-submit {
	padding: 10px 40px;
	background-color: #DEAD7D;
	border: none;
}

@media (min-width: 1200px) {
	.ba-fixed {
	background-attachment: fixed;
	overflow: hidden;
}
}

.step-cta-section {
	position: relative;
	min-height: 600px;
	background-image: url('https://www.ckdevelopment.pl/wp-content/uploads/2024/07/stepinska-hero-bg-2.jpg');
	background-size: cover;
	background-position: center center;
}

.step-cta-section::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: .5;
	z-index: 1;
}

.step-cta-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	z-index: 1;
}

.step-cta-content__title {
	font-size: 3rem;
	font-weight: 600;
	line-height: 1em;
}

.step-cta-content__subtitle {
	margin-bottom: 50px;
	font-size: 2rem;
}

.step-cta-content__link {
	padding: 10px 30px;
	font-size: 1.8rem;
	font-weight: 500;
	color: #241F20;
	background-color: #DEAD7D;
	border: 2px solid #DEAD7D;
	border-radius: 50px;
	transition: background-color .3s, color .3s;
}

.step-cta-content__link:hover {
	color: #DEAD7D;
	background-color: #241F20;
}

.step-why-section-content-box {
	display: grid;
	grid-row-gap: 30px;
}

.step-why-section-content-box-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px;
	border-radius: 20px;
}

.step-why-section-content-box-item-icon__img {
	max-width: 100px;
	opacity: .5;
}

.step-why-section-content-box-item-desc__title {
	text-align: center;
}

@media (min-width: 760px) {
	.step-why-section-content-box-item {
		flex-direction: row;
	padding: 20px 40px;
	}
	
	.step-why-section-content-box-item-icon {
		margin-right: 20px;
	}
	
	.step-why-section-content-box-item-desc__title {
	text-align: left;
}
}

@media (min-width: 1200px) {
	.step-why-section-content-box {
		position: relative;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 30px;
		z-index: 1;
	}
	
	.step-why-section-content-box::before {
		content: '';
		position: absolute;
		top: -100px;
		right: 0;
		width: 600px;
		height: 1000px;
		background-image: url('https://www.ckdevelopment.pl/wp-content/uploads/2024/07/17-OUTLINE.svg');
		background-repeat: no-repeat;
		z-index: -1;
	}
	.step-why-slider {
		position: relative;
		z-index: 1;
	}
	.step-why-slider::before {
		content: '';
		position: absolute;
		top: -100px;
		right: 0;
		width: 300px;
		height: 500px;
		background-image: url('https://www.ckdevelopment.pl/wp-content/uploads/2024/07/17-OUTLINE.svg');
		background-repeat: no-repeat;
		z-index: -1;
	}
	
	.step-why-section-content-box-item-icon {
		margin-right: 40px;
	}
}

.zf-progress-item-circle .step-bgc-gold {
	border: 2px solid #dead7d;
}

.step-bgc-gold .zf-progress-item-circle-img,
.step-progress-item-circle--inactive .zf-progress-item-circle-img {
	filter: invert(1);
}

.step-progress-item-circle--inactive .zf-progress-item-circle-img {
	opacity: .5;
}

.step-progress-item-circle--inactive {
	background-color: rgba(222,173,125,.5);
	border: 2px solid #dead7d;
}

.step-houselist .t3-houses-container__header>div>div {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.step-houselist .t3-houses-container__header>div {
	background-color: #dead7d;
}
.step-houselist .t3-houses-container__body .t3-houses-container__body__item {
	font-size: 16px;
}
.step-houselist .t3-houses-header-4 {
	font-size: 16px;
}
.step-houselist .t3-houses-container__body .step-border-b {
	background-color: #2A2423;
	color: white;
	border-bottom: 2px solid #dead7d;
}

.step-houselist .t3-houses-container__body .t3-link {
	color: white;
}

.step-houselist .t3-houses-container__body .collapse-step-border-b {
	background-color: #2A2423;
}

.step-houselist .t3-houses-container__body .t3-houses-header-4 {
	color: white;
}

.step-houselist .t3-slb-gallery {
	column-gap: 30px;
}

.step-houselist .t3-houses-container__body__item__details--imgs__item {
	margin-right: 0;
}

.step-houselist-link:hover {
	color: #dead7d;
}

.step-houselist-item-border {
	border: 1px solid #dead7d;
}

.step-houselist .panel-collapse.collapse.in {
	border-bottom: 2px solid #dead7d;
}

.step-localization-content {
	margin-bottom: 50px;
}

.step-localization-content-txt {
	font-size: 20px;
}


/* stepinska-galeria */
@media (max-width: 1199px) {
  .cat-list {
    display: none;
  }
}
.cat-list--fotowolt {
  margin: 55px 0 0;
}
.cat-list--fotowolt .cat-list__link.is-checked {
  background-color: #E7792B;
}
.cat-list__item {
  padding: 0;
  margin: 0 23px;
}
.cat-list__item:nth-child(1) {
  margin-left: 0;
}
@media (max-width: 1199px) {
  .cat-list__item {
    margin: 0;
  }
}
.cat-list__link {
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  padding: 13px 27px;
	color: #dead7d;
}
@media (max-width: 1199px) {
  .cat-list__link {
    font-size: 13px;
  }
}
@media (min-width: 1880px) {
  .cat-list__link {
    font-size: 18px;
  }
}
.cat-list__link.is-checked {
  background-color: #dead7d;
  color: #ffffff;
  font-weight: 700;
}
.cat-list__link-js2 {
  font-size: 20px;
}

.realizacje-select {
  display: none;
  font-size: 20px;
}
@media (max-width: 1199px) {
  .realizacje-select {
    border: 2px solid #054B8B;
    border-radius: 10px;
    display: block;
    padding: 10px;
    margin: 20px auto 0;
  }
}
.projects-list {
  gap: 34px 32px;
  margin: 80px 0;
}
.projects-list__gallery-link {
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (min-width: 1800px) {
  .projects-list__gallery-link {
    margin-bottom: 32px;
  }
}
.projects-list__icon {
  background: url("/wp-content/uploads/2022/11/magnifying-glass-icon.svg.svg") center/cover no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.35s ease-in-out;
}
.projects-list__item {
  border-radius: 4px;
  width: calc(25% - 24px);

}
@media (max-width: 1199px) {
  .projects-list__item {
    width: calc(50% - 16px);
  }
}
.projects-list__item:hover .projects-list__img-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(5, 75, 139, 0.4);
}
.projects-list__item:hover .projects-list__icon {
  visibility: visible;
  opacity: 1;
}
.projects-list__img {
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 200px;
}
@media (min-width: 1880px) {
  .projects-list__img {
    height: 265px;
  }
}
.projects-list__title {
  font-size: 16px;
  font-weight: 500;
  margin: 14px 0;
  padding: 0 20px;
}
@media (min-width: 1880px) {
  .projects-list__title {
    font-size: 20px;
  }
}

.step-gallery .cat-list,
.step-gallery .projects-list {
	list-style-type: none;
}

.step-slider img {
	max-height: 600px;
	object-fit: cover;
}

.step-slider .lim-location-bg-30 {
	object-position: center 30%;
}

.step-slider .lim-location-bg-40 {
	object-position: center 40%;
}

.step-slider .lim-location-bg-50 {
	object-position: center 50%;
}

.step-slider .lim-location-bg-80 {
	object-position: center 80%;
}

.step-slider .lim-location-bg-90 {
	object-position: center 90%;
}

.step-contact {
	display: grid;
}

.step-contact-box-form {
	position: relative;
	z-index: 1;
}

.step-contact .step-contact-box-form {
order: 2;}

.step-contact-content {
	position: relative;
	margin-bottom: 80px;
	order: 1;
	z-index: 1;
}

.step-contact-content-box {
	display: flex;
	flex-direction: column;
	align-items: center;
}



.step-contact-content__title {
	font-size: 2.6rem;
	line-height: 1em;
	text-align: center;
}

.step-contact-content__subtitle {
	margin-bottom: 30px;
	text-align: center;
}


@media (min-width: 1200px) {
	.step-contact {
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 50px;
	}
	
	.step-contact .step-contact-box-form {
		order: 1;
	}
	
	.step-contact-content {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin-bottom: 0;
		order: 2;
	}
	.step-contact-content::before {
		content: '';
		position: absolute;
		top: -100px;
		right: 0;
		width: 600px;
		height: 1000px;
		background-image: url('https://www.ckdevelopment.pl/wp-content/uploads/2024/07/17.svg');
		background-repeat: no-repeat;
		z-index: -1;
	}
	
	.step-contact-content-box {
		display: block;
	}

.step-contact-content__title {
	margin-top: 40px;
	font-size: 2.6rem;
	line-height: 1em;
	text-align: left;
}

.step-contact-content__subtitle {
	text-align: left;
}
}

.step-contact-link {
	margin: 0 auto;
	color: white;
	transition: color .3s;
}

.step-contact-link:hover {
	color: #dead7d;
}

@media (min-width: 1200px) {
	.step-video {
		display: flex;
		align-items: center;
		max-height: 500px;
		overflow: hidden;
	}
	
	.step-video .player-box {
		width: 100%;
	}
}

.step-why-section-content__title {
	margin-bottom: 50px;
}

@media (min-width: 1200px) {
	.step-why-section-content__title {
		font-size: 40px;
	}
}

.step-map .wpgmp_toggle_main_container {
	max-height: none;
}

.step-map .wpgmp_tabs_container {
	margin: 0;
}

.step-map .wpgmp_tabs_container .wpgmp_tabs {
	display: none;
}

.step-map .wpgmp_map_parent {
	display: flex;
	flex-direction: column;
}

.step-map .wpgmp_map_parent .wpgmp_map {
	order: 2;
}


.step-map .wpgmp_tabs_container {
	position: static;
}

.step-map .wpgmp_tabs_container .wpgmp_toggle_container {
	display: none;
}

.step-map .wpgmp_tabs_container .wpgmp_tab_item {
	position: relative;
	height: 80px;
}


.step-map .wpgmp_tabs_container .wpgmp_tab_item:hover {
	background-color: #dead7d;
}

.step-map .wpgmp_tabs_container .wpgmp_tab_item input[type=checkbox] {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
}

.step-map .wpgmp_tabs_container #wpgmp_tab_0 .wpgmp_tab_item:hover input[type=checkbox], .step-map .wpgmp_tabs_container #wpgmp_tab_3 .wpgmp_tab_item:hover input[type=checkbox] {
	display: block;
	opacity: 0;
	width: 100%;
	margin-left: 0;
}

.step-map .wpgmp_tabs_container .wpgmp_tab_item .wpgmp_cat_title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-transform: none;
	font-size: 24px;
}

.step-map .wpgmp_tabs_container .wpgmp_tab_item .wpgmp_cat_title span.arrow {
	margin-top: 5px;
	width: auto;
}

.step-map .wpgmp_tabs_container .wpgmp_tab_item .wpgmp_cat_title span.arrow img {
		width: 50px;
	}

@media (min-width: 1200px) {
	.step-map .wpgmp_map_parent {
		flex-direction: row;
	}
	.step-map .wpgmp_map_parent .wpgmp_tabs_container {
		width: 100%;
		max-width: 400px;
	}

.step-map .wpgmp_tabs_container #wpgmp_tab_0 {
	display: flex !important;
	flex-direction: column;
}
	.step-map .wpgmp_tabs_container .wpgmp_tab_item {
		height: 100px;
		border-bottom: none;
	}
	.step-map .wpgmp_tabs_container .wpgmp_tab_item .wpgmp_cat_title {
		height: 80px;
	}
	.step-map .wpgmp_tabs_container .wpgmp_tab_item .wpgmp_cat_title span.arrow {
		margin-left: 20px;
		width: auto !important;
	}
}

.step-img-break {
	width: 100%;
	height: 100%;
	max-height: 600px;
	background-image: url('https://www.ckdevelopment.pl/wp-content/uploads/2024/08/stepinska17-panorama-warszawy.jpg');
	background-size: cover;
	background-position: center;
}

.step-img-break img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.step-contact-box-form [data-tooltip]:after, 
.step-contact-box-form [data-tooltip]:before {
	background-color: #241F20;
}

.page-id-2620 .footer-top {
	background-color: #241F20;	
}

.page-id-2620 .footer-top .contact-info__heading {
	color: #dead7d;
}

.page-id-2620 .footer-top .contact-info__p {
	color: white;
}

.page-id-2620 .footer-top .footer__slogan {
	color: white;
}

.page-id-2620 .footer-top .footer__logo {
	padding: 10px 20px;
	background-color: #dead7d;
}

.page-id-2620 .footer-bottom {
	background-color: #dead7d;
}

.step-balcony {
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
}

.step-balcony__img {
	margin-top: -10px;
	margin-right: 10px;
	width: 40px;
}

.step-balcony__txt {
	color: white;
	font-size: 16px;
}

@media (min-width: 1200px) {
	.step-balcony {
	bottom: 30px;
}
}


/* wyszukiwarka - search */

.search {
	margin-top: 80px;
}

.filters-header-title {
	text-align: center;
}

@media (min-width: 1200px) {
	.search {
	margin-top: 150px;
}
	.filters-header-title {
		text-align: left;
	}
}

.ckdev-red, .ckdev-red-link:hover, .t3-houses-container .t3-houses-container__body-item-container--active .ckdev-red-link-active.t3-link {
	color: #E30613;
}

.ckdev-red-bg, .t3-houses-container .t3-houses-container__header > div.ckdev-red-bg {
	background-color: #E30613;
}

.ckdev-red-border-bot, .t3-houses-container .t3-houses-container__body .t3-houses-container__body__item.ckdev-red-border-bot, .panel-collapse.collapse.ckdev-red-border-bot.in {
	border-bottom: 2px solid #E30613;
}

.ckdev-red-border {
	border: 1px solid #E30613;
}

.search-bar-box {
	width: 100%;
    max-width: 500px;
}

  .area-range-box {
    padding: 20px 20px 0;
    width: 100%;
    border: none;
  }

  .area-range-box-header {
    margin-bottom: 15px;
  }

  .area-range-box-header .area-range-box-legend {
    text-align: center;
  }

  .area-range-box-content {
    position: relative;
    min-height: 30px;
  }

  .area-range-box-content input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 20px;
    height: 20px;
    background-color: #E30613;
    border: 1px solid #E30613;
    border-radius: 0%;
    box-shadow: 0 0 0 1px #C6C6C6;
    cursor: pointer;
  }

  .area-range-box-content input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 20px;
    height: 20px;
    background-color: #E30613;
    border: 1px solid #E30613;
    border-radius: 0%;
    box-shadow: 0 0 0 1px #C6C6C6;
    cursor: pointer;
  }

  .area-range-box-content input[type=range]::-webkit-slider-thumb:hover {
    background: #d1363f;
  }

  .area-range-box-content input[type=range]::-webkit-slider-thumb:active {
    box-shadow: inset 0 0 3px #E30613, 0 0 9px #E30613;
    -webkit-box-shadow: inset 0 0 3px #E30613, 0 0 9px #E30613;
  }

  .area-range-box-content input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    height: 3px;
    width: 100%;
    position: absolute;
    background-color: #C6C6C6;
    pointer-events: none;
  }

  .area-range-box-content #area-range-from, .area-range-box-content #rooms-range-from {
    top: 1px;
    height: 0;
    z-index: 1;
  }

  .filters-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 40px 0 0;
  }

  .search-bar-fieldset {
    position: relative;
    margin-bottom: 1.6rem;
    padding: 10px 0px 10px 20px;
    width: 100%;
    max-width: 260px;
    font-weight: 400;
    font-size: 20px;
    color: #757F8A;
    background-color: #fff;
    border: 1px solid #E0E2E3;
    overflow: hidden;
    z-index: 99;
  }

  .search-bar-fieldset--active {
    overflow: visible;
  }

  .search-bar-fieldset--active img {
    transform: rotate(180deg) translateY(50%);
  }

  .search-bar-fieldset-header {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .search-bar-fieldset-header__legend {
    color: black;
  }

  .search-bar-fieldset-list {
    position: absolute;
    bottom: 5rem;
    left: -1px;
    right: -1px;
    display: flex;
    flex-direction: column;
    padding-top: 1rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    background-color: #fff;
    border: 1px solid #E0E2E3;
    border-top: none;
  }

  .search-bar-fieldset-list-item__label {
    font-size: 16px;
  }

  .search-bar-fieldset-list-item input {
    position: absolute;
    opacity: 0;
    z-index: -99;
  }

  .search-bar-fieldset-list-item input:checked+label {
    color: #e30613;
  }

  .search-bar-fieldset-list-item label {
    display: block;
    padding: 0.8rem 0;
    opacity: 0.6;
    cursor: pointer;
  }

  .estate-type-fieldset {
    z-index: 101;
  }

  .estate-type-fieldset .search-bar-fieldset-list--active {
    bottom: -264px;
  }

  .search-bar__item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 35.5rem;
  }

  .search-bar__item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: -1;
  }

  .search-bar__item-img {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    transition: transform 0.3s;
    z-index: 1;
  }

  .search-bar__item input {
    padding-left: 2rem;
    padding-right: 1rem;
    width: 100%;
    max-width: 35.5rem;
    height: 5rem;
    font-weight: 400;
    font-size: 1.6rem;
    color: #757F8A;
    background-color: #fff;
    border: 1px solid #E0E2E3;
  }

  .search-bar__item input::-moz-placeholder {
    font-weight: 400;
    font-size: 1.6rem;
  }

  .search-bar__item input::placeholder {
    font-weight: 400;
    font-size: 1.6rem;
  }

  .search-bar-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .search-bar-button .dt-action-btn {
    position: relative;
    padding: 1.6rem 6rem 1.6rem 12rem;
    color: #fff;
    background-color: #aa7568;
    border: none;
    border-radius: 5px;
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
  }

  .search-bar-button .dt-action-btn::before,
  .search-bar-button .dt-action-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
  }

  .search-bar-button .dt-action-btn::before {
    left: 5rem;
    height: 2px;
    width: 4rem;
    background-color: #fff;
  }

  .search-bar-button .dt-action-btn::after {
    left: 9rem;
    width: 1.4rem;
    height: 1.4rem;
    border: 2px solid #fff;
    border-radius: 50%;
  }

  .t3-houses-container__body__item__labels .action-btn {
    margin: 0;
    padding: 10px 0;
    width: 100%;
  }

  .filters-form-footer {
    width: 100%;
    max-width: 260px;
  }

  .filters-form-footer-submit {
    padding: 10px 0;
    width: 100%;
    font-size: 18px;
  }

  .filter-table-link {
    display: block;
    height: 100%;
  }

  .filters-table-logo {
    height: 50px;
    width: auto;
  }

  .t3-houses-container .t3-houses-container__body .ckdev-red-border-bot {
    padding: 10px 0;
  }

  .filter-result-info {
    text-align: center;
  }

@media (max-width: 1200px) {
  .t3-houses-container__header > .fp-filter-table-header {
    display: flex;
    min-width: 100%;
  }
  .fp-filter-table-labels {
    min-width: 100%;
  }
	 .fp-filter-table-labels > div img {
    width: auto !important;
    height: 50px !important;
  }
}

  @media (min-width: 1200px) {
    .filters-header {
      padding: 0 15px;
    }

    .filters-form {
      flex-direction: row;
      justify-content: space-between;
      margin-top: 20px;
      padding: 0 15px;
    }

    .search-bar-fieldset {
      margin-bottom: 0;
    }

    .search-bar__item:nth-child(2) {
      margin-right: 1.6rem;
      margin-left: 1.6rem;
    }
  }