@charset "UTF-8";
@font-face {
  font-family: "Instrument Sans";
  src: local("Instrument Sans Thin"), local("InstrumentSans-Thin"), url("fonts/InstrumentSans-Thin.ttf");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Sans";
  src: local("Instrument Sans ExtraLight"), local("InstrumentSans-ExtraLight"), url("fonts/InstrumentSans-ExtraLight.ttf");
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Sans";
  src: local("Instrument Sans Light"), local("InstrumentSans-Light"), url("fonts/InstrumentSans-Light.ttf");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Sans";
  src: local("Instrument Sans Regular"), local("InstrumentSans-Regular"), url("fonts/InstrumentSans-Regular.ttf");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Sans";
  src: local("Instrument Sans Medium"), local("InstrumentSans-Medium"), url("fonts/InstrumentSans-Medium.ttf");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Sans";
  src: local("Instrument Sans SemiBold"), local("InstrumentSans-SemiBold"), url("fonts/InstrumentSans-SemiBold.ttf");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Sans";
  src: local("Instrument Sans Bold"), local("InstrumentSans-Bold"), url("fonts/InstrumentSans-Bold.ttf");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Sans";
  src: local("Instrument Sans ExtraBold"), local("InstrumentSans-ExtraBold"), url("fonts/InstrumentSans-ExtraBold.ttf");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Sans";
  src: local("Instrument Sans Black"), local("InstrumentSans-Black"), url("fonts/InstrumentSans-Black.ttf");
  font-weight: 900;
  font-display: swap;
}
/*ver->2.0std-02-08-2019*/
/*ver->2.0std-02-08-2019*/
/* ================= FORMULARZE ================ */
label {
  color: lighten #2A2A2A, 10%;
  font-size: 16px;
  text-transform: none;
  margin-top: 10px;
}

span + label {
  margin-top: 0;
}

input,
select,
textarea,
.input-placeholder {
  margin: 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  height: 40px;
  line-height: 1;
}

.submit-controls {
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.submit-controls > div {
  width: auto;
  margin-right: 20px;
}

.submit-controls > div:last-child {
  margin-right: 0;
}

.submit-area {
  display: block;
  text-align: right;
}

.submit-area .button {
  margin: 0;
}

.input-wrapper {
  padding: 0 0 10px 0;
  width: 100%;
  position: relative;
}

.form-fields-wrapper {
  margin-right: -10px;
  width: 100%;
}

.columns .form-fields-wrapper {
  width: auto;
}

.required-star {
  color: #D6134B;
}

/* ================= formularze nowe ================ */
/* ---- placeholdery pól ---- */
input ::-webkit-input-placeholder,
textarea ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333;
  opacity: 0.4;
}
input ::-moz-placeholder,
textarea ::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
  opacity: 0.4;
}
input :-ms-input-placeholder,
textarea :-ms-input-placeholder {
  /* IE 10+ */
  color: #333;
  opacity: 0.4;
}
input :-moz-placeholder,
textarea :-moz-placeholder {
  /* Firefox 18- */
  color: #333;
  opacity: 0.4;
}

.input-wrapper.floating-label {
  position: relative;
}

.input-wrapper.floating-label > label[for] {
  margin-top: 0;
  pointer-events: none;
}

.input-wrapper.floating-label > label[for]:first-child {
  position: absolute;
  top: 26px;
  transform: translate(0, -50%);
  left: 10px;
  line-height: 1;
  display: inline-block;
  padding: 2px;
  background: #fff;
  cursor: text;
  opacity: 0.5;
  z-index: 1;
  transition: all 200ms;
}

.input-wrapper.floating-label > label[for].active:first-child,
.input-wrapper.floating-label > label[for].stay-active:first-child {
  top: 0;
  left: 5px;
  opacity: 1;
  font-size: 0.7rem;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
} /* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.input-number {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  width: 156px;
  max-width: 156px;
}

.input-number input {
  width: 52px;
  text-align: center;
}

.input-number > span {
  height: 52px;
  width: 52px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #fff;
  transition: all 300ms;
}

.input-number > span.down {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.input-number > span.up {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.input-number > span.up.disabled:after,
.input-number > span.down.disabled:after {
  line-height: 1;
}

.input-number > span.up:not(.disabled):after,
.input-number > span.down:not(.disabled):after {
  line-height: 1;
  opacity: 50%;
}

.input-number > span.up:after {
  content: url("graphics/commerce/plus.png");
}

.input-number > span.down:after {
  content: url("graphics/commerce/minus.png");
}

.input-number > span.down:hover,
.input-number > span.up:hover {
  background: #eee;
}

.select-placeholder {
  color: #999999;
}

/* ----- select ----- */
.s-hidden {
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: left;
  box-sizing: border-box;
  height: 52px;
  margin: 0;
  width: 100%;
}

.styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 0px 40px 0 10px;
  font-weight: normal;
  border: 1px solid #ddd;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#page-products_listing .styledSelect {
  border-radius: 5px;
  gap: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#page-products_listing .styledSelect ul, #page-products_listing .styledSelect li {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.styledSelect:after {
  content: "";
  background: url(graphics/svg/accordion-arrow-select.svg);
  border: none;
  width: 1.3333rem;
  height: 1.3333rem;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  right: 5px;
  top: 50%;
  transform: translate(0, -50%);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  position: absolute;
  pointer-events: none;
}

.styledSelect.active:after {
  transform: rotate(180deg) translate(0, 50%);
}

.options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  border: 1px solid #ddd;
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.options li {
  padding: 5px 10px;
  color: #81878d;
  margin: 3px;
  border-radius: 3px;
}

/* -- SELECT HOVER -- */
.options li:hover {
  background-color: #f6f6f9;
  color: #2A2A2A;
}

/* INNY SELECT */
.select2-container .select2-selection--single {
  height: 52px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 9px 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  margin-top: -13px;
}

.select2-results ul,
.select2-results ul li {
  text-align: left;
  margin: 0;
}

.select2-results ul li {
  padding: 9px 15px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #111;
  color: #fff;
}

.select2-container {
  width: 100% !important;
}

/* --- input type=radio, input type=checkbox --- */
input[type=radio] + label {
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  cursor: pointer;
  margin: 0;
  line-height: 1.5;
}

input[type=radio] + label::before {
  content: " ";
  display: inline-block;
  vertical-align: 0.2em;
  width: 22px;
  height: 22px;
  max-width: 22px;
  min-width: 22px;
  margin-right: 10px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 100%;
  text-indent: 0.15em;
  line-height: 1;
  color: #fff;
  font-size: 20px;
}

input[type=radio]:checked + label::before {
  content: "✓";
  background: #000;
}

input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.checklist.rodo label {
  font-size: 0.7rem;
}

.checklist.wrapper {
  display: block;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 10px 10px;
}

.checklist.wrapper > label {
  margin-bottom: 10px;
}

.checklist.wrapper > label:last-child {
  margin-bottom: 0;
}

/* === DISABLED === */
input[type=radio][disabled] + label {
  opacity: 0.8;
}

input[type=radio][disabled] + label:before {
  background-color: #f0f0f0;
  opacity: 0.8;
}

input[disabled=disabled] {
  background-color: #f0f0f0;
}

/* === swith toggle === */
.onoffswitch {
  position: relative;
  width: 90px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-checkbox {
  position: absolute;
  opacity: 0;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #2A2A2A;
  border-radius: 20px;
  display: block !important;
}

.onoffswitch-checkbox[disabled=""] + .onoffswitch-label {
  opacity: 0.6;
  pointer-events: none;
}

.onoffswitch-label:before {
  display: none !important;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family: Instrument Sans, tahoma, arial, sans-serif;
  box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: "ON";
  padding-left: 10px;
  background-color: #04aa6d;
  color: #ffffff;
}

.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 10px;
  background-color: #eee;
  color: #2A2A2A;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 18px;
  height: 18px;
  margin: 6px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  bottom: 0;
  transform: translateY(-50%);
  right: 56px;
  border: 1px solid #2A2A2A;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

/* =============== zestawy pól ============== */
.input-combo {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.input-combo > div {
  flex: 1;
  margin-right: 10px;
}

.input-combo > div:last-child {
  margin-right: 0;
}

.input-combo > div.post-code {
  flex: 0.5;
}

/* ================ Klasy specjalne ============= */
.question-label {
  display: block;
  margin-top: 20px;
}

span + .question-label {
  margin-top: 0;
}

/* ================ Wyszukiwarka ================== */
.simple-search-wrapper .button.search-button img {
  pointer-events: none;
}

.custom-file {
  padding-left: 52px;
  width: 200px !important;
  cursor: pointer;
}

.custom-file > input {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}

.custom-file .ico {
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  width: 52px;
  background-image: url("graphics/svg/drop.svg");
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.custom-file-label {
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* ========== helpery w formularzu ========= */
.card.trzecia, .card.trzyrezta {
  border-right: 1px solid #ddd;
}

.product-card {
  border-bottom: 1px solid #ddd;
}

html,
body,
input,
textarea {
  color: #07070c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.5em 0 0.8em 0;
  line-height: 1.2;
}

h1 {
  font-size: 3.2em;
  font-weight: 600;
  letter-spacing: 0;
}

h2 {
  font-size: 2.25rem;
  line-height: 1.2;
  font-weight: 600;
}

h3 {
  font-size: 23px;
  font-weight: 700;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
  font-weight: bold;
}

#START h1 {
  font-size: 4.375rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-transform: uppercase;
}

#START h2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}

#START .banner-header .subtitle {
  letter-spacing: 4px;
}

span.subtitle {
  color: #2A2A2A;
  text-transform: uppercase;
  color: #183459;
  font-size: 0.9rem !important;
  font-weight: normal;
  margin-bottom: 1em;
}

span.subtitle.gallery {
  text-transform: uppercase;
}

.gallery {
  margin: 0;
}

a {
  color: #ECB91E;
  text-decoration: none;
}

a:hover {
  text-decoration: underline !important;
}

#page-article .hide_on_article {
  display: none;
}

.image-wrapper {
  border-radius: 0;
}

#page-product .article-columns.side .side {
  margin-top: 0;
}

.container,
.container.alt {
  padding: 0 60px;
}

.updated {
  font-size: 0.9rem;
  font-weight: bold;
  color: #2D2D2C;
}

.social-sharing-module {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 30px;
  border-top: 1px solid #ddd;
}

.social-sharing-module > span.sharing-title {
  margin: 0;
  margin-right: 1.8em;
  font-size: 1.1em;
}

#copy_link_sharing {
  position: relative;
}

#copy_link_sharing:after {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #519c46;
  color: #fff;
  border-radius: 50%;
  transition: all 500ms;
  transform: scale(0);
}

#copy_link_sharing.link-copied:after {
  transform: scale(1);
}

.links ul li {
  list-style: none;
  margin-left: 0;
  text-wrap: nowrap;
}

.links ul li a {
  text-decoration: none;
  transition: all 300ms;
}

.video-wrapper .mp4-video video {
  display: block;
  max-width: 100%;
}

.footer {
  text-align: center;
}

.header {
  max-width: 100%;
}

.header.center h2,
.header.center .text-wrapper {
  text-align: center;
}

.header.center .text-wrapper {
  margin: 0 auto;
}

.header.with-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 60px;
  flex-wrap: wrap;
}

.header.with-button .button {
  margin: 0;
  margin-bottom: 10px;
}

.header.with-button h2 {
  margin-bottom: 10px;
  margin-right: 30px;
}

.logo-box .thb {
  filter: grayscale(100%);
  transition: filter 600ms;
}

.logo-box:hover .thb {
  filter: grayscale(0);
}

.quote-section {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.quote-section .container {
  position: relative;
  z-index: 1;
}

.quote-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.quote-section h2 {
  text-align: left !important;
  font-weight: 700 !important;
  font-size: 4rem !important;
  text-transform: uppercase !important;
}

.quote-section .header {
  padding-bottom: 0;
}

.quote-section blockquote,
.quote-section span.signature {
  text-align: center;
  display: block;
}

#START .page-section.padding-none {
  padding-top: 0;
  padding-bottom: 0;
}

#START .page-section.padding-bottom {
  padding-top: 0;
}

#START .page-section.padding-top {
  padding-bottom: 0;
}

#START .counter-wrapper .text-wrapper {
  margin: 0 auto;
  text-align: center;
}

.counter-section {
  margin-top: 40px;
}

.counter-section > div {
  border-right: 1px solid rgba(42, 42, 42, 0.1019607843);
}

.counter-section > div:last-child {
  border-right: 0;
}

.counter-card .content {
  text-align: center;
}

.counter-card .content strong {
  min-height: 2lh;
  line-height: 1.6;
  font-weight: 400;
  font-size: 1.25rem;
  display: block;
  color: #2a2a2a;
}

.counter-card .content .value-wrapper .count,
.counter-card .content .value-wrapper .unit {
  font-size: 2.5rem;
  color: #2a2a2a;
  font-weight: 300;
  font-family: Instrument Sans, tahoma, arial, sans-serif;
  line-height: 1.6;
  font-size: 5.375rem;
}

.colage-box-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  height: 450px;
}

.colage-box-wrapper .colage-box {
  flex: 1;
  display: block;
  text-decoration: none;
  position: relative;
  transition: all 500ms;
  border-right: 4px solid #fff;
}

.colage-box-wrapper .colage-box:last-child {
  border-right: 0;
}

.colage-box-wrapper .colage-box .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 500ms;
}

.colage-box-wrapper .colage-box .content {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 60px 30px;
  z-index: 2;
  width: 100%;
  height: auto;
  background: linear-gradient(0deg, #1c2532 0%, rgba(28, 37, 50, 0) 100%);
  box-sizing: border-box;
}

.colage-box-wrapper .colage-box .content h4 {
  color: #fff;
  font-size: 1.8em;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.colage-box-wrapper .colage-box .content .controls {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: all 500ms;
}

.colage-box-wrapper .colage-box .content .controls .button {
  font-size: 0.8rem;
  padding: 0;
  color: #fff;
}

.colage-box-wrapper .colage-box .content .controls .button.txt::after {
  display: none;
}

.colage-box-wrapper .colage-box .content .controls .button:last-child {
  border: 0;
}

.colage-box-wrapper a.colage-box:hover,
.colage-box-wrapper .colage-box:hover {
  flex: 1.5;
  cursor: pointer;
}

.colage-box-wrapper .colage-box:hover {
  cursor: default;
}

.colage-box-wrapper .colage-box:hover .content .controls {
  opacity: 1;
  height: 50px;
}

nav.desktop .nav-button > a {
  text-transform: uppercase;
  font-size: 0.9rem;
}

nav.desktop .nav-button:hover > a {
  text-decoration: none !important;
}

nav.desktop .nav-button > a span {
  position: relative;
}

nav.desktop .nav-button > a span:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 0;
  background: #2D2D2C;
  transition: all 300ms;
}

nav.desktop .nav-button > a:hover span:after,
nav.desktop .nav-button.urhere > a span:after {
  height: 2px;
}

.header-modules {
  float: right;
  height: 100%;
}

#TOP-MAIN .header-modules {
  padding-left: 30px;
  margin-left: 15px;
  position: relative;
}

#TOP-MAIN .header-modules:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  height: 14px;
  width: 1px;
  background: #ddd;
}

#TOP {
  background: none;
  border: 0;
  height: 70px;
}

#START #TOP {
  border-bottom: 0;
}

#TOP-MAIN {
  height: 70px;
}
#TOP-MAIN .sociale {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

#TOP.sticked,
#START #TOP.sticked {
  background-color: white;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.1);
}

.header-modules .button {
  margin: 0;
  min-width: 0;
}

.header-modules .phone-wrapper {
  margin-left: 30px;
}

.phone-wrapper .button .ico {
  padding: 10px;
}

.opSlider-control-prev,
.opSlider-control-next {
  display: none;
}

.banner-content h1,
.banner-content h2,
.banner-content .text-wrapper,
.banner-content .controls {
  text-align: left;
}

#SYSTEM-FOOT {
  background: #2D2D2C;
}
#SYSTEM-FOOT a:hover {
  color: #ECB91E !important;
}
#SYSTEM-FOOT a:hover span {
  color: #ECB91E !important;
}

#SYSTEM-FOOT .container {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#START h2 {
  text-align: left;
  text-transform: uppercase;
}

#START .article-section {
  position: relative;
}

.article-section .container .text-wrapper ol {
  display: block;
}

.article-section.ordered-list .container .text-wrapper ol {
  counter-reset: item;
  display: block;
}

.article-section.ordered-list .container .text-wrapper li {
  display: block;
}

.ordered-list li::before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  margin-left: -1em;
}

#page-developer_apartment .table-section {
  padding: 0;
}

.contact_cta {
  margin-top: 80px;
}

#START .contact_cta {
  margin-top: 0px;
}

#page-contactus .columns .contact_data h4:first-child,
#page-contactus .columns .form-wrapper h3:first-child {
  margin-top: 0;
}

#page-contactus .columns .form-wrapper h3 {
  font-size: 1.6em;
}

.company_name,
.add_company_name,
.address,
.phone,
.email,
.hours,
.add_descr,
.fax {
  display: block;
}

.company_name,
.add_company_name,
.address,
.phones-wrapper,
.emails-wrapper,
.hours,
.add_descr,
.fax {
  margin-bottom: 1em;
}

.contact-section-icon {
  overflow: hidden;
}

.contact-icon {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.contact-box.small .contact-icon {
  align-items: center;
}

.contact-icon .icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin: 0;
  margin-right: 20px;
}

.contact-icon .button {
  margin: 0;
}

.contact-icon strong {
  display: block;
  margin-bottom: 5px;
  color: #2A2A2A;
  font-family: Instrument Sans, tahoma, arial, sans-serif;
}

.contact-icon .hours {
  margin-top: 0;
}

.page-420 .form-fields-wrapper input[type=text],
.page-421 .form-fields-wrapper input[type=text] {
  height: 50px !important;
}

.email-wrapper .email,
.phone-wrapper .phone {
  display: none;
}

.email-wrapper.show-email .email,
.phone-wrapper.show-phone .phone {
  display: flex;
}

.email-wrapper.show-email .button.show-btn,
.phone-wrapper.show-phone .button.show-btn {
  display: none;
}

.phone-number > a:hover {
  text-decoration: none;
}

.map iframe {
  width: 100% !important;
}

.form-fields-wrapper {
  overflow: visible;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.checklist.rodo {
  display: flex;
  align-items: flex-start;
}
.checklist.rodo label {
  margin: 0;
}

.PAGE .breadcrumbs {
  padding-bottom: 50px;
}

.form-fields-wrapper > .col1,
.form-fields-wrapper > .col2 {
  float: left;
  width: 50%;
  box-sizing: border-box;
}

.form-fields-wrapper > .col1 {
  padding-right: 5px;
}

.form-fields-wrapper > .col2 {
  padding-left: 5px;
}

.form-fields-wrapper .input-wrapper.field-rodo {
  clear: both;
}

.form-fields-wrapper > .col2 .input-wrapper {
  height: calc(100% - 10px);
}

.form-fields-wrapper > .col2 textarea {
  min-height: 120px;
  height: 100%;
}

.form-fields-wrapper .input-wrapper input,
.form-fields-wrapper .input-wrapper textarea {
  display: block;
}

.contact-data-form-section {
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  border: 1px solid #ddd;
  border-radius: 0px;
}

.contact-data-form-section > div {
  box-sizing: border-box;
  padding: 50px;
}

.contact-data-form-section > div.contact-col {
  background: #eee;
  position: relative;
  width: 40%;
}

.contact-data-form-section > div.contact-col:after {
  content: "";
  position: absolute;
  top: 60px;
  right: -10px;
  width: 20px;
  height: 20px;
  background: #eee;
  transform: rotate(45deg);
}

.contact-data-form-section > div.add-module-col {
  width: 60%;
}

.contact-data-form-section h3,
#START .contact-data-form-section h3,
.contact-data-form-section h4,
#START .contact-data-form-section h4 {
  margin-top: 0;
  margin-bottom: 15px;
  text-align: left;
  font-size: 2.4rem;
}

.contact-data-form-section .contact_data .button {
  min-width: 180px;
}

.contact-data-section .contact-box {
  padding: 50px 50px 20px 50px;
  border: 1px solid #ddd;
  border-radius: 0px;
  box-sizing: border-box;
  position: relative;
}

.contact-data-section .contact-box.small {
  padding-right: 50%;
}

.contact-data-section .contact-box.small .image-wrapper {
  position: absolute;
  top: -15px;
  right: 0;
  bottom: -15px;
  width: 40%;
}

.contact-data-section .contact-box.small .image-wrapper .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contact-data-section .form-fields-wrapper textarea {
  min-height: 179px;
}

.contact-data-section h3,
#START .contact-data-section h3,
.contact-data-section h4,
#START .contact-data-section h4 {
  margin-top: 0;
  text-align: left;
  font-size: 2.6rem;
}

.contact-data-section .phone-wrapper .button,
.contact-data-section .email-wrapper .button,
.contact-data-form-section .phone-wrapper .button,
.contact-data-form-section .email-wrapper .button {
  min-width: 180px;
}

.contact-data-form-section .contact-icon {
  align-items: center;
}

.contact_data_icon .hours p {
  margin-bottom: 0;
}

.contact_data_icon .address .ico,
.contact_data_icon .phones-wrapper .ico,
.contact_data_icon .emails-wrapper .ico,
.contact_data_icon .hours .ico {
  width: 20px;
}

.contact_data_icon .address,
.contact_data_icon .phones-wrapper,
.contact_data_icon .emails-wrapper,
.contact_data_icon .hours {
  padding-left: 100px;
  font-size: 1.2rem;
}

.contact_data_icon .add_descr {
  padding-left: 70px;
}

.reveal-phone-number-wrapper {
  position: relative;
  margin-left: 30px;
}

.phone-window-wrapper {
  display: none;
  position: absolute;
  z-index: 1;
  top: 100%;
  right: 0;
  left: 0;
  padding: 15px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  margin-top: 5px;
}

.header-modules .show-on-mobile .button {
  width: 50px;
  min-width: auto;
}

.header-modules .show-on-mobile .button.ico-left {
  padding: 0;
}

.header-modules .show-on-mobile .button a {
  padding: 0;
}

@keyframes slidein {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.phone-window-wrapper.show-me {
  display: block;
  animation-duration: 400ms;
  animation-name: slidein;
  animation-timing-function: ease-in-out;
  padding: 0;
}

.phone-window-wrapper.show-me a {
  padding: 15px;
  color: #111;
}

.blog-article {
  display: flex;
  justify-content: space-between;
}

.footer-logo {
  width: 70px;
  margin-bottom: 19px;
}

.mail-phone-combo {
  display: flex;
  gap: 5px;
}

#SYSTEM-FOOT .footer-section {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.contact-footer-section .contact_data .address {
  font-weight: 400 !important;
  text-transform: initial !important;
}

.footer-section,
.footer-section a,
.contact-footer-section .address,
.contact-footer-section .tel-mail-combo,
.tel-mail-combo a,
.footer-section .phone-txt {
  color: #fff !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  font-size: 13px !important;
  letter-spacing: 4%;
}

.footer-section h3 {
  color: #fff !important;
  font-weight: 700 !important;
  margin-bottom: 10px;
  text-transform: uppercase !important;
  font-size: 1rem !important;
}

.footer-section .tel-mail-combo {
  display: flex;
  align-items: center;
  color: #fff !important;
  justify-content: center;
}

.footer-section .contact_data {
  margin-top: 10px;
}

.social-footer-section span {
  margin-bottom: 10px;
}

.social-footer-section .social-icon {
  width: 23px;
  height: 23px;
}

.contact_data .address {
  margin-bottom: 0 !important;
}
.contact_data .address em {
  font-style: normal;
  font-size: 12px;
}

.social-footer-section {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-section .links ul {
  margin-bottom: 0;
}

.investment-map {
  position: relative;
  background-color: #ddd;
}

.investment-map img {
  display: block;
  width: 100%;
  height: 100%;
}

.point {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  z-index: auto !important;
  cursor: pointer;
}
.point::after {
  content: "";
  background-color: white;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 50%;
  transition: background-color 0.3s;
  z-index: 0;
}
.point::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13' fill='none'><line x1='6.5' y1='0' x2='6.5' y2='13' stroke='%232A2A2A'/><line x1='13' y1='6.5' x2='0' y2='6.5' stroke='%232A2A2A'/></svg>") center/40% no-repeat;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13' fill='none'><line x1='6.5' y1='0' x2='6.5' y2='13' stroke='%232A2A2A'/><line x1='13' y1='6.5' x2='0' y2='6.5' stroke='%232A2A2A'/></svg>") center/40% no-repeat;
  background-color: black;
  transition: background-color 0.3s;
}
.point:hover::after, .point:has(.show-me)::after, .point:has(.show-me2)::after {
  background-color: #2D2D2C;
}
.point:hover::before, .point:has(.show-me)::before, .point:has(.show-me2)::before {
  background-color: white;
}

.container.full.map-full-width {
  padding: 0;
  margin-bottom: 50px;
}

.map-tooltip {
  display: none;
  position: absolute;
  left: 0px;
  bottom: 45px;
  width: -moz-max-content;
  width: max-content;
  max-width: 330px;
  height: auto;
  box-shadow: 8px 15px 16px 0 rgba(0, 0, 0, 0.09);
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 15px;
  z-index: 3;
  cursor: default;
  box-sizing: border-box;
  align-items: center;
  border: 1px solid #2d2d2c;
}

.map-tooltip.show-me,
.map-tooltip.show-me2 {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding: 25px 30px;
  border-radius: 10px;
  left: 20px;
  top: 20px;
  bottom: unset;
}

.map-tooltip.show-me h3 {
  margin-top: 0;
}

.map-tooltip.show-me ul {
  margin-bottom: 0;
  margin-left: 0;
}

.map-tooltip .button {
  position: relative;
  height: 40px;
  margin-top: 5px;
  justify-content: left;
  margin-bottom: 15px;
  letter-spacing: normal;
  font-size: 14px;
  margin: 0;
}

.map-tooltip.flipped {
  left: -100px;
}

.title-tooltip {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #000;
}

.loading-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.loader {
  padding: 10px 20px;
  background: #fff;
  border-radius: 4px;
  color: #000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Optional: Add a spinning animation */
.loader::after {
  content: " ⠋";
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    content: " ⠋";
  }
  20% {
    content: " ⠙";
  }
  40% {
    content: " ⠹";
  }
  60% {
    content: " ⠸";
  }
  80% {
    content: " ⠼";
  }
  100% {
    content: " ⠴";
  }
}
.multiblock_box_image_wrapper.image-right .descr-wrapper {
  flex-direction: row-reverse;
}

.multiblock_box_image_wrapper.image-right .descr-wrapper .image-wrapper {
  margin-left: 0;
  margin-right: 30px;
}

.multiblock_box_image_wrapper .descr-wrapper {
  display: flex;
}

.multiblock_box_image_wrapper .descr-wrapper .image-wrapper {
  flex: 1.8;
  display: flex;
  align-items: center;
  margin: 0;
}

.multiblock_box_image_wrapper .descr-wrapper .header {
  flex: 1;
  padding-right: 40px;
}

.multiblock_box_image_wrapper .descr-wrapper .header h2 {
  margin-top: 40px;
}

.multiblock_box_image_wrapper .descr-wrapper .header .text-wrapper {
  max-width: 400px;
}

.multiblock_box_image_wrapper .descr-wrapper .image-wrapper {
  border-radius: 0;
}

.multiblock_box_image_wrapper.multiblock_box_image_wrapper2 {
  padding-top: 35px;
}

.multiblock_box_image_wrapper.multiblock_box_image_wrapper2 .descr-wrapper .image-wrapper {
  margin-right: 2em;
}

.multiblock_box_image_wrapper.multiblock_box_image_wrapper2 .descr-wrapper .header {
  margin-top: 3em;
}

.multiblock_box_image_wrapper .descr-wrapper .footer {
  text-align: left;
}

.border-box {
  border: 0;
  background: #f4f4f4;
  padding: 25px;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: center;
  min-height: 190px;
  box-sizing: border-box;
}

.border-box .content {
  text-align: center;
  padding-top: 25px;
}

#START .border-box h3,
.border-box h3 {
  font-size: 2rem;
  margin: 0;
  margin-bottom: 5px;
  font-weight: 600;
  line-height: 1.3;
}

.border-box.no-border {
  background: none;
  padding-left: 0;
  padding-right: 0;
}

#START .border-box.no-border h3,
.border-box.no-border h3 {
  margin-bottom: 15px;
  margin-top: 0;
  text-align: left;
  font-size: 1.6rem;
}

.border-box.no-border .content {
  text-align: left;
  padding-top: 0;
}

.border-box p {
  font-weight: 500;
  margin: 0;
}

.border-box .controls .button {
  margin: 0;
}

.map-view-port .map-wrapper {
  width: 1920px;
  height: 1080px;
  overflow: hidden;
}

.map-view-port {
  overflow: auto;
  position: relative;
  margin-right: -15px;
  margin-left: -15px;
}

.image-map-container {
  position: relative;
  display: inline-block;
}

.card.bulding-type {
  margin-bottom: 30px;
}

.card.bulding-type .content {
  padding: 25px;
  font-size: 1.125rem;
  line-height: 1.2;
  background: #fff;
  position: relative;
  top: 0;
  transition: all 300ms;
}

.card.bulding-type .content .specification {
  padding-top: 0;
}

.card.bulding-type .content .descr {
  margin-bottom: 1rem;
  min-height: 2.5em;
}

.card.bulding-type .image-wrapper,
.card.bulding-type .image-wrapper img {
  border-radius: 0;
  height: 300px;
}

.card.bulding-type .controls {
  padding: 0 30px 30px 30px;
}

.card.bulding-type .image-wrapper .img-placeholder,
.card.bulding-type .image .img-placeholder {
  padding-bottom: 106%;
}

a.card.bulding-type {
  text-decoration: none;
  color: #2A2A2A;
}

a.card.bulding-type .controls {
  opacity: 0;
  transition: all 300ms;
}

a.card.bulding-type:hover .controls {
  opacity: 1;
}

.border-box {
  border: 0;
  background: #f4f4f4;
  padding: 25px;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: center;
  min-height: 190px;
  box-sizing: border-box;
}

.border-box .content {
  text-align: center;
  padding-top: 25px;
}

#START .border-box h3,
.border-box h3 {
  font-size: 2rem;
  margin: 0;
  margin-bottom: 5px;
  font-weight: 600;
  line-height: 1.3;
}

.border-box.no-border {
  background: none;
  padding-left: 0;
  padding-right: 0;
}

#START .border-box.no-border h3,
.border-box.no-border h3 {
  margin-bottom: 15px;
  margin-top: 0;
  text-align: left;
  font-size: 1.6rem;
}

.border-box.no-border .content {
  text-align: left;
  padding-top: 0;
}

.border-box p {
  font-weight: 500;
  margin: 0;
}

.border-box .controls .button {
  margin: 0;
}

.card h2 {
  font-size: 2rem;
  font-weight: 600;
}

.specification {
  padding-top: 30px;
  display: table;
}

.specification .item {
  line-height: 1.2;
  font-size: 1rem;
  display: table-row;
}

.specification .item .key {
  color: #888888;
  display: table-cell;
  padding: 3px 10px 3px 0;
}

.specification .item .val {
  display: table-cell;
  padding: 3px 0 3px 10px;
  font-weight: bold;
}

.specification .item strong {
  font-weight: 500;
}

.card.bulding-type {
  box-shadow: 6px 6px 14px -3px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}

.card.bulding-type .content {
  padding: 25px;
  font-size: 1.125rem;
  line-height: 1.2;
  background: #fff;
  position: relative;
  top: 0;
  transition: all 300ms;
}

.card.bulding-type .content .specification {
  padding-top: 0;
}

.card.bulding-type .content .descr {
  margin-bottom: 1rem;
  min-height: 2.5em;
}

.card.bulding-type .controls {
  padding: 0 30px 30px 30px;
}

.card.bulding-type .image-wrapper .img-placeholder,
.card.bulding-type .image .img-placeholder {
  padding-bottom: 106%;
}

a.card.bulding-type {
  text-decoration: none;
  color: #2A2A2A;
}

a.card.bulding-type:hover .content {
  top: -70px;
}

.card.bulding-type .image-wrapper .image img:hover {
  transform: unset;
}

a.card.bulding-type .controls {
  opacity: 0;
  transition: all 300ms;
}

a.card.bulding-type:hover .controls {
  opacity: 1;
}

.card.listing-type {
  border: 1px solid #ddd;
}

.card.listing-type .content {
  padding: 20px 90px 20px 20px;
}

.card.listing-type .controls {
  text-align: right;
  position: absolute;
  left: auto;
  bottom: 20px;
  right: 20px;
}

.card.listing-type .controls-placeholder {
  display: none;
}

.article-lead-wrapper {
  padding-bottom: 50px;
}

.article-lead-wrapper .article-lead-content {
  padding-right: 730px;
  position: relative;
  min-height: 570px;
}
.article-lead-wrapper .article-lead-content h1 {
  margin-top: 20px;
}

.article-lead-wrapper .article-lead-content .text-wrapper {
  font-size: 1.2rem;
}

.article-lead-wrapper .article-lead-content .article-image-wrapper {
  position: absolute;
  top: 0;
  right: -10%;
  width: 750px;
  padding-bottom: 590px;
  border: 0px solid #ddd;
  box-sizing: border-box;
}

.article-lead-wrapper .article-lead-content .article-image-wrapper .article-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.article-lead-wrapper .social-sharing-wrapper .social-sharing-module,
.apartment-lead-wrapper .social-sharing-wrapper .social-sharing-module {
  padding: 15px 0;
  border: 0;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.article-lead-wrapper .social-sharing-wrapper .social-sharing-module .sharing-title,
.apartment-lead-wrapper .social-sharing-wrapper .social-sharing-module .sharing-title {
  margin-right: 20px;
}

.tile.sb-tile.multiphoto {
  max-width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: visible;
}

.tile.sb-tile.multiphoto .content {
  padding-top: 0;
  padding-left: 60px;
}

.tile.sb-tile.multiphoto .controls {
  height: auto;
}

.tile.sb-tile.multiphoto .content .text-wrapper {
  padding-bottom: 1em;
}

.text-wrapper.lead-txt {
  font-weight: 500;
}

.images-wrapper .image-wrapper.img2 {
  background: none;
}

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

.sb_2photo-wrapper > div {
  flex: 1;
}

.sb_2photo-wrapper > div.sb-col-1 {
  margin-right: -calc(15px);
}

.sb_2photo-wrapper > div.sb-col-1 .content {
  padding-right: 100px;
  padding-bottom: 30px;
}

.sb_2photo-wrapper > div.sb-col-2 {
  margin-left: -calc(15px);
  margin-bottom: -10px;
  position: relative;
  padding-bottom: 80px;
}

.sb_2photo-wrapper > div.sb-col-2 .controls {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: right;
}

.counter-section-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 90px;
}

.counter-section-wrapper .counter-content {
  flex: 1.5;
  padding-right: 30px;
}

.counter-section-wrapper .counter-content .header h2 {
  margin-top: 0;
}

.counter-section-wrapper .counter-wrapper {
  flex: 1;
  padding-left: 30px;
}

.counter-section-wrapper .counter-wrapper .counter-tile {
  padding: 0 0 0 120px;
  background: none;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 400px;
  height: 100px;
  position: relative;
}

.counter-section-wrapper .counter-wrapper .counter-tile h3 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 1.3rem;
}

.counter-section-wrapper .counter-wrapper .counter-tile .count {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: #f4f4f4;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.counter-section-wrapper .counter-wrapper .counter-tile .content {
  height: 100px;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  background: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.images-wrapper .image-wrapper.img2 {
  width: 38em;
  top: 80px;
}

.images-wrapper .image-wrapper.img1 {
  width: 34em;
}

#page-developer_apartment h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.article-columns.side {
  padding-right: 350px;
}

.article-columns.side .side {
  width: 300px;
}

.see-others .slick-prev {
  left: -50px;
}

.see-others .slick-next {
  right: -50px;
}

.bg-color {
  background: linear-gradient(90deg, #2D2D2C, #2D2D2C);
}

.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color .subtitle,
#START .bg-color .subtitle,
.bg-color p,
.bg-color a,
.bg-color span {
  color: #fff;
}

.bg-color .green-alert,
.bg-color .red-alert,
.bg-color .yellow-alert {
  color: inherit;
}

.check-onscreen {
  position: relative;
}

.check-onscreen.offscreen-bottom {
  top: 100px;
  opacity: 0;
  transition: top 800ms, opacity 1.5s;
}

.check-onscreen.onscreen {
  top: 0;
  opacity: 1;
  transition: top 800ms, opacity 1.5s;
}

.icon-card.shadow.check-onscreen .icon {
  filter: grayscale(100%);
  transition: top 800ms, opacity 1.5s;
}

.icon-card.shadow.check-onscreen.onscreen .icon {
  filter: grayscale(0%);
  transition: top 800ms, opacity 1.5s, filter 1.5s;
  transition-delay: filter 5s;
}

.show-on-nav.logo {
  display: none !important;
}

.blur-up {
  filter: blur(5px);
  transition: filter 400ms;
}

.blur-up.lazyloaded {
  filter: blur(0);
}

.nice-cart-quantity-controls {
  justify-content: flex-end;
}

.nice-cart-quantity-controls > .button {
  margin-right: 0;
}

.table-section h2 {
  text-align: center;
}

.table-section .text-wrapper {
  margin: 0 auto;
  text-align: center;
}

.apartments-wrapper {
  overflow-y: auto;
  overflow: visible;
}

table.transparent-table {
  max-width: 100%;
  border-left: none;
  border-top: none;
}

.apartments-wrapper tr td.ico {
  vertical-align: middle;
  text-align: center;
  width: 40px;
}

.apartments-wrapper tr td.ico img {
  width: 24px;
  margin: 0 auto;
}

table.transparent-table tr td,
table.transparent-table tr th {
  padding: 12px 10px;
  text-align: center;
  border-right: none;
  border-bottom: none;
  background: transparent;
  color: #2d2d2c;
  font-size: 1rem;
  font-weight: 600;
  white-space: wrap;
}

table.transparent-table tr td:first-child,
table.transparent-table tr th:first-child {
  padding: 23px 21px;
}

table.transparent-table tr td {
  border-bottom: 1px solid #2d2d2c;
}

table.transparent-table tr th {
  background: transparent;
  color: #999999;
  font-size: 14px;
  font-weight: 600;
}

table.transparent-table a:hover {
  color: #ECB91E;
}

table.transparent-table a.disabled {
  cursor: default;
  opacity: 0.4;
  pointer-events: none;
}

table.transparent-table-vertical {
  max-width: initial;
  border-left: none;
  border-top: none;
}

table.transparent-table-vertical tr td,
table.transparent-table-vertical tr th {
  padding: 6px;
  text-align: center;
  border-right: none;
  border-bottom: none;
  background: transparent;
  color: #000000;
  font-size: 1rem;
  font-weight: 600;
}

table.transparent-table-vertical tr td {
  border-bottom: 1px solid rgb(226, 226, 226);
}

table.transparent-table-vertical tr th {
  background: transparent;
  color: #888888;
  font-size: 1rem;
  font-weight: 500;
}

table.transparent-table-vertical a {
  color: #000000;
  text-decoration: underline;
}

table.transparent-table-vertical a:hover {
  color: #ECB91E;
}

table.transparent-table tr:hover td {
  background: unset !important;
}

table tr.promo td {
  background: unset !important;
}

table.transparent-table th.left,
table.transparent-table td.left {
  text-align: left;
}

table td a {
  font-weight: 600;
  color: #2a2a2a;
  display: flex;
  align-items: center;
}

table .last a {
  text-decoration: underline;
}

table.transparent-table th.right,
table.transparent-table td.right {
  text-align: right;
}

table.transparent-table th.center,
table.transparent-table td.center {
  text-align: center;
}

.status-label {
  padding: 10px;
  height: 22px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 13px;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  text-transform: lowercase;
  width: 88px;
}
.status-label .circle {
  display: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.status-label.rent {
  background-color: rgba(121, 23, 166, 0.08);
  color: #7917a6;
}

.status-label.available {
  background-color: #01ff23;
  color: #2d2d2c;
}

.status-label.reserved {
  background-color: #e7ff33;
  color: #2d2d2c;
}

.status-label.sold {
  background-color: transparent;
  color: #2d2d2c;
}

.status-row a,
.status-row span {
  justify-content: center;
  margin: 0 auto;
}

table .price-wrapper {
  position: relative;
}

table .price {
  white-space: nowrap;
}

table tr.promo .price-wrapper {
  bottom: 8px;
}

table tr.promo .price {
  color: #ff3000;
}

table tr.promo td {
  position: relative;
}

table tr.promo td .promo-label {
  position: absolute;
  font-size: 10px;
  color: white;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: center;
  text-transform: uppercase;
  box-sizing: border-box;
  background-color: #ff3000;
  padding: 5px 6px 4px 6px;
  top: 50%;
  left: -40px;
  line-height: 1;
  letter-spacing: 0.3px;
  width: 60px;
  text-align: center;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.similiar table tr.promo td .promo-label {
  left: -40px;
  width: 60px;
}

table .old_price {
  position: absolute;
  top: 20px;
  right: 0;
  font-size: 10px;
  white-space: nowrap;
  opacity: 0.8;
  line-height: 1;
}

table .old_price:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, 0);
  height: 1px;
  background: #2A2A2A;
}

.apartment-section {
  min-width: 450px;
}

.apartment-section .specyfication-table-wrapper .key {
  text-align: left;
  font-weight: normal;
  padding-left: 0;
}

.apartment-section .specyfication-table-wrapper .value {
  text-align: right;
  padding-right: 0;
}

.apartment-section .specyfication-table-wrapper {
  margin-top: 40px;
}
.apartment-section .specyfication-table-wrapper .status-label {
  margin-left: auto;
}

.apartment-section > .controls {
  padding-top: 10px;
  text-align: left;
}

.boxes-wrapper {
  margin-top: 80px;
}

.contact-blok h3 {
  font-size: 1.6rem !important;
}

.contact-blok .content {
  font-size: 1.0625rem;
  font-weight: 600;
  color: #000000;
  text-align: center;
}

.contact-blok .content .phone-wrapper {
  justify-content: center;
}

.contact-blok .icon {
  width: 50px;
  height: 50px;
}

.contact-blok a {
  color: #000;
}

.boxes-wrapper .contact-blok .icon {
  width: 150px;
  height: 150px;
}

.collapsible-text-wrapper .header h2 {
  text-align: center;
}

.collapsible-text-wrapper .text-wrapper {
  max-width: initial;
  font-size: 14px;
  position: relative;
  height: 130px;
  overflow: hidden;
}

.collapsible-text-wrapper .text-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%);
}

.collapsible-text-wrapper .text-wrapper .text {
  transition: height linear 300ms;
}

.collapsible-text-wrapper.active .text-wrapper:after {
  background: transparent;
}

.collapsible-text-wrapper .controls {
  display: flex;
  justify-content: center;
}

.collapsible-text-wrapper .controls a {
  font-size: 14px;
  color: #888888;
  font-weight: 500;
  margin-top: 15px;
  position: relative;
}

.collapsible-text-wrapper .controls a:after {
  content: url(graphics/svg/arrow_down.svg);
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translate(-5px, 0);
}

.collapsible-text-wrapper .controls a:hover {
  text-decoration: none;
}

.PAGE:has(.PAGE-HEADER) {
  padding-top: 70px;
}

.PAGE-HEADER {
  margin-bottom: 110px;
}
.PAGE-HEADER h1 {
  text-align: center;
  margin-bottom: 15px;
}
.PAGE-HEADER .breadcrumbs {
  text-align: center;
}

.plan_holder {
  position: relative;
}

.image-map-container {
  position: relative;
  display: inline-block;
}

.image-map-container2 {
  position: relative;
  left: 320px;
  margin-bottom: -300px;
  top: -170px;
}

.image-plan-wrapper .image-map-container2 {
  top: 100px;
  left: 500px;
  margin-bottom: 150px;
}

.image-plan-wrapper .image-coordsmap-container img {
  width: 100%;
  height: 100%;
}

.image-map-container img {
  display: block;
}

.image-map-container .map-selector {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #546e7a;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition-property: top, left, right, bottom, color;
}

.image-map-container .map-selector.hover {
  color: #546e7a;
}

.map-selector:after {
  content: "";
  position: absolute;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: inherit;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition-property: top, left, right, bottom, background;
  pointer-events: none;
}

.image-plan-wrapper {
  display: flex;
  position: relative;
  background: #f9f9f9;
  align-items: stretch;
}

.plan_holder .image-plan-wrapper {
  background: #fff;
}

.image-plan-wrapper .navigate {
  position: absolute;
  left: 30px;
  top: 30px;
}

.image-plan-wrapper .side-navigation {
  width: 300px;
  min-width: 300px;
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: #fff;
}

.image-map-holder {
  position: relative;
  overflow: hidden;
  padding-bottom: 60%;
  width: 100%;
  background: #fff;
  margin-left: 0;
}

.image-map-holder .image-map-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}

.image-plan-wrapper .set-buttons-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
}

.image-map-holder.zoom-in {
  overflow: auto;
}

.image-coordsmap-holder {
  background: #f4f4f4;
  margin: 0 auto;
}

.image-coordsmap-holder.frame {
  padding: 10px;
  border: 0px solid #ddd;
}

.image-plan-wrapper .map-control {
  position: absolute;
  top: 50px;
  left: 50%;
  z-index: 20;
  height: 40px;
  width: 160px;
  margin-left: -630px;
  box-sizing: border-box;
  border-radius: 20px;
  overflow: hidden;
  background: #ecb91e;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 40px;
}

.image-plan-wrapper .map-control:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url("graphics/svg/zoom.svg");
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
}

.image-plan-wrapper .map-control .zoom-btn {
  width: 40px;
  height: 40px;
  font-size: 1.2rem;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms;
  text-decoration: none;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.image-plan-wrapper .map-control .zoom-btn.urhere,
.image-plan-wrapper .map-control .zoom-btn:hover {
  background-color: black;
  color: #fff;
  border-left: 1px solid rgba(0, 0, 0, 0);
}

.map-view-port {
  overflow: auto;
  position: relative;
  margin-right: -15px;
  margin-left: -15px;
}

.map-view-port .map-wrapper {
  width: 1920px;
  height: 1080px;
  overflow: visible;
  transform-origin: center center;
}

.map-view-port .map-wrapper.zoom-1 {
  transform: scale(1.5);
  margin-bottom: 270px;
  margin-top: 270px;
  margin-left: 480px;
  margin-right: 480px;
}

.map-view-port .map-wrapper.zoom-2 {
  transform: scale(2.5);
  margin-bottom: 810px;
  margin-top: 810px;
  margin-left: 1440px;
  margin-right: 1440px;
}

.image-plan-wrapper .map-control {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999;
}

.models-tooltip {
  position: absolute;
  background: rgb(255, 255, 255);
  opacity: 1;
  color: rgb(0, 0, 0);
  padding: 15px;
  font-weight: 400 !important;
  z-index: 1000;
  margin: 0;
  width: 230px;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
}

.mobile-tooltip-modal .models-tooltip {
  top: 35%;
}
.mobile-tooltip-modal .models-tooltip .content_row > div > p {
  text-align: center !important;
}

.models-tooltip .comming-soon {
  color: #000;
}

.models-tooltip .sold-out {
  color: #e74124;
}

.models-tooltip .building_row {
  border-bottom: 0px solid rgb(187, 187, 187);
  font-size: 12px;
  padding-bottom: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.models-tooltip .content_row,
.models-tooltip.only-table .content_row {
  padding: 0;
  border-top: 1px solid rgb(187, 187, 187);
  padding-top: 5px;
}

.models-tooltip.only-table .content_row {
  border: 0;
}

.models-tooltip .building_row > div {
  flex: 1;
}

.models-tooltip .building_row > div:first-child {
  flex: 2;
}

.models-tooltip .content_row > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 15px;
}

.models-tooltip .content_row > div > p {
  flex: 2;
  color: #000;
  font-size: 15px !important;
  text-align: left !important;
}

.models-tooltip .content_row > div > span {
  flex: 1;
  color: #000;
  font-size: 15px;
  white-space: nowrap;
}

.search-box-section input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.search-box-section input[type=checkbox]:checked + label::before {
  content: url("graphics/checked-black.png");
  background: #fff;
}

.search-box-section input[type=checkbox] + label,
.search-box-section input[type=radio] + label {
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  cursor: pointer;
  margin: 0;
  line-height: 1.5;
}

.search-box-section input[type=checkbox] + label::before {
  content: " ";
  display: inline-block;
  vertical-align: 0.2em;
  width: 22px;
  max-width: 22px;
  min-width: 22px;
  height: 22px;
  margin-right: 10px;
  margin-top: 2px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  text-indent: 0.2em;
  line-height: 1.1;
  color: #fff;
  font-size: 20px;
}

.plan_holder {
  padding: 0;
  position: relative;
}

/*Mobile Tooltip*/
.models-tooltip.mobileTooltip {
  position: fixed;
}

.mobileTooltip .tooltip-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.mobileTooltip .button {
  margin: 5px 0;
}

.mobileScrollBlock {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  z-index: 990;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  display: none;
}

.bulding-type-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.bulding-type-header .image {
  width: 100px;
  height: 100px;
  margin-right: 15px;
  margin-bottom: 20px;
  display: flex;
}

.bulding-type-header .image img {
  width: 100%;
  display: block;
}

.models-tooltip h5 {
  font-size: 1.6rem;
  color: #000;
  line-height: 3.375rem;
  font-weight: 700;
  margin: 0;
}

.models-tooltip .content_row,
.building {
  padding-top: 10px;
  padding-bottom: 10px;
}

.models-tooltip .content_row p {
  position: relative;
  font-size: 12px;
  margin: 5px 0;
}

.models-tooltip .content_row p span {
  font-size: 14px;
  color: #000;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
}

.navigate-apartments {
  width: 100%;
  padding: 15px;
}

.building {
  display: block;
  position: relative;
  padding-bottom: 30px;
}

.floor-list {
  padding-bottom: 30px;
}

.navigate-apartments h4 {
  margin-top: 0;
}

.building .btn-building {
  width: auto;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.875rem;
  line-height: 1.875rem;
  font-weight: 700;
  box-sizing: border-box;
  border-bottom: 2px solid #000;
  color: #000;
  white-space: nowrap;
}

.floor-navigation {
  position: relative;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.floor-navigation li {
  margin-right: 10px;
  margin-left: 0;
}

.floor-navigation li a {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.875rem;
  line-height: 1.875rem;
  color: rgb(167, 163, 160);
  font-weight: 700;
  box-sizing: border-box;
  border-bottom: 2px solid rgb(255, 255, 255);
}

.floor-navigation li a:hover {
  color: rgb(0, 0, 0);
}

.floor-navigation li a.active {
  border-bottom: 2px solid rgb(0, 0, 0);
  color: rgb(0, 0, 0);
}

.floor-navigation li a:hover {
  text-decoration: none;
}

.apartment-lead-content {
  display: flex;
  align-items: flex-start;
  gap: 90px;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.apartment-lead-content .controls .button.txt {
  border-radius: 0;
}

.apartment-image-wrapper .apartment-image a::after {
  display: none;
}

.apartment-lead-wrapper .apartment-lead-content .apartment-image-wrapper .apartment-image img {
  max-height: 100%;
  max-width: 100%;
}

.apartment-cta .controls {
  text-align: left;
}

.apartment-cta-wrapper .apartment-cta .controls .button {
  margin: 0;
}

.apartment-cta .controls {
  text-align: left;
}

.apartment-cta-wrapper .apartment-cta .controls .button {
  margin: 0;
}

.apartment-price .price {
  position: relative;
  font-size: 3rem;
  font-weight: 600;
  font-family: Instrument Sans, tahoma, arial, sans-serif;
}

.apartment-price .old_price {
  position: relative;
  font-size: 20px;
  line-height: 1;
  margin-right: 15px;
  margin-bottom: 3px;
}

#page-developer_apartment .apartment-price .old_price {
  margin-right: 0;
}

.apartment-price .old_price:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #2A2A2A;
}

.apartment-price .price .price-symbol {
  font-size: 1.2rem;
}

.apartment-price.promo {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
}

.apartment-price.promo .price,
.apartment-price.promo > span {
  color: #01ff23;
}

.apartment-price.promo .old_price {
  color: inherit;
}

.apartment-price-m2 {
  font-size: 1rem;
  color: #4d5155;
}

.apartment-price .price.is-promo {
  text-decoration: line-through;
}

.apartment-price-section {
  border: 0px solid rgb(221, 221, 221);
  text-align: left;
}

.apartment-price-wrapper {
  margin: 40px 0;
  display: flex;
  align-items: end;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: end;
  flex-direction: column;
}

.apartment-price-section .controls {
  display: flex;
  align-items: center;
  gap: 10px;
}
.apartment-price-section .controls a.button {
  margin: 0;
  width: 100%;
}

.apartment-agent-wrapper {
  max-width: 460px;
  padding: 40px;
  background: #fff;
  border-radius: 0px;
  box-shadow: 6px 6px 14px -3px rgba(0, 0, 0, 0.2);
}

.apartment-agent-wrapper .apartment-agent-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 0;
}

.apartment-agent-wrapper .apartment-agent-title .image-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
}

.apartment-agent-wrapper .apartment-agent-title .image-wrapper .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
}

.apartment-agent-wrapper .apartment-agent-title .content {
  padding-left: 20px;
}

.apartment-agent-wrapper .apartment-agent-title .content h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4rem;
}

.apartment-agent-wrapper .apartment-agent-title .content span {
  font-size: 0.9rem;
  opacity: 0.7;
}

.apartment-agent-wrapper .controls {
  padding-top: 20px;
}

.apartment-agent-wrapper .controls .button {
  margin: 0;
  display: flex;
  width: 100%;
}

.apartment-agent-contact {
  padding-top: 20px;
}

.apartment-agent-contact .phone-wrapper a,
.apartment-agent-contact .phone-wrapper .phone-txt,
.apartment-agent-contact .email a {
  display: block;
  text-decoration: none;
  color: #2A2A2A;
  font-size: 1.4rem;
}

.apartment-agent-wrapper .ico-text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 5px;
}

.apartment-agent-wrapper .ico-text .ico {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  padding: 8px;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.apartment-agent-wrapper .ico-text .ico img {
  width: 100%;
}

.side .apartment-agent-wrapper {
  padding: 20px;
}

.side .apartment-agent-wrapper h3 {
  font-size: 1rem;
  margin-top: 0;
}

.side .apartment-agent-wrapper .apartment-agent-title {
  margin-top: 0;
}

.side .apartment-agent-wrapper .apartment-agent-title .image-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
}

.side .apartment-agent-wrapper .apartment-agent-header {
  padding: 10px 20px;
  background: #f4f4f4;
  margin: -20px -20px 0 -20px;
  text-align: center;
  border-radius: 5px 5px 0 0;
}

.side .apartment-agent-wrapper .apartment-agent-header h3 {
  text-align: center;
  margin: 0;
}

.side .apartment-agent-contact .phone-wrapper a,
.side .apartment-agent-contact .phone-wrapper .phone-txt,
.side .apartment-agent-contact .email a {
  font-size: 1.2rem;
}

#apartment-rezervation-window .window.window-success .window-content {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 80px;
  padding-bottom: 0;
}

#apartment-rezervation-window .window.window-success .window-content > div {
  flex: 1;
}

#apartment-rezervation-window .window.window-form .window-content,
#signup-available-window .window.window-form .window-content {
  top: 80px;
  padding-top: 0;
  bottom: 80px;
  padding-bottom: 0;
}

.bulding-type-wrapper {
  padding: 60px;
  background: #f4f4f4;
}

.bulding-type-wrapper .bulding-type {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
  gap: 40px;
}

.bulding-type-wrapper .bulding-type .content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.bulding-type-wrapper .bulding-type .content h2 {
  margin-top: 0;
}

.link-file {
  border: 1px solid rgba(42, 42, 42, 0.1019607843);
  border-radius: 10px;
}

.button.alt.link {
  gap: 10px;
}
.button.alt.link img {
  width: 14px;
  height: 14px;
  min-width: 14px;
}

.slick-slide {
  padding: 0 20px !important;
}

/* --- GALERIA --- */
div.gallery {
  margin-left: -1%;
  margin-right: -1%;
  overflow: hidden;
}

div.gallery > div {
  width: 25%;
  float: left;
  padding: 1%;
  box-sizing: border-box;
}

.gal-image-wrapper {
  position: relative;
  height: 0;
  height: 300px !important;
  overflow: hidden;
}

.gal-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

div.gallery > div.img_lp_0,
div.gallery > div.img_lp_4,
div.gallery > div.img_lp_8 {
  width: 50%;
}

div.gallery > div.img_lp_0 .gal-image-wrapper,
div.gallery > div.img_lp_4 .gal-image-wrapper,
div.gallery > div.img_lp_8 .gal-image-wrapper {
  height: 300px !important;
}

.gal-image-wrapper a {
  transition: transform 2s;
}

.gal-image-wrapper a:hover {
  transform: scale(1.1);
}

.gal-image-wrapper a:after {
  content: "";
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: url("graphics/lupa-ico.png") no-repeat center;
  z-index: 2;
  opacity: 0;
  transition: all 1s;
}

.gal-image-wrapper a:hover:after {
  opacity: 1;
}

.gallery-op-wrapper .slider-for a.image::after {
  display: none;
}

.gallery-op-wrapper .slick-next {
  right: -50px;
}
.gallery-op-wrapper .slick-prev {
  left: -50px;
}

.flex-gallery {
  display: flex;
  flex-wrap: nowrap;
}

.flex-gallery > div {
  height: 40vh;
  min-height: 250px;
  flex-grow: 1;
  padding: 4px;
  border: 0px solid #222;
  margin: -1px -1px 0 0;
  overflow: hidden;
  background: #fff;
}

.flex-gallery > div:first-child {
  flex-grow: 2;
}

.flex-gallery > div:last-child {
  flex-grow: 0.4;
}

.flex-gallery > div .image-wrapper {
  width: 100%;
  height: 100%;
}

.flex-gallery .image-wrapper .image {
  width: 100%;
  height: 100%;
  position: relative;
}

.flex-gallery .image-wrapper img {
  max-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
  transition: all 1s;
}

.flex-gallery > div .image a:hover img {
  transform: scale(1.1);
  opacity: 0.8;
}

.flex-gallery > div .image a,
.flex-gallery > div .image > div {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
}

.flex-gallery > div .image a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: url("graphics/lupa-ico.png") no-repeat center;
  z-index: 2;
  opacity: 0;
  transition: all 1s;
  pointer-events: none;
}

.flex-gallery > div .image a:hover:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}

.flex-gallery > div .image a:hover:after {
  opacity: 1;
}

.card .image-wrapper .img-placeholder,
.card .thb .img-placeholder {
  padding-bottom: 70%;
}

#page-developer_apartment .apartment-lead-content .img-placeholder {
  width: 100%;
  aspect-ratio: 16/9;
}

.input-wrapper > label[for]:first-child {
  position: absolute;
  top: 25px;
  transform: translate(0, -50%);
  left: 10px;
  line-height: 1;
  display: inline-block;
  padding: 2px;
  cursor: text;
  z-index: 1;
  transition: all 200ms;
  color: #000;
  font-weight: bold;
}

.input-wrapper > label[for].active:first-child,
.input-wrapper > label[for].stay-active:first-child {
  top: -5px;
  left: 5px;
  opacity: 1;
  font-size: 0.7rem;
}

.realestate-search-wrapper {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  background: rgb(241, 241, 241);
  padding: 20px;
  box-sizing: border-box;
}

.realestate-search-wrapper .search-box-title {
  opacity: 0.4;
}

.realestate-search-wrapper select,
.realestate-search-wrapper .input-placeholder,
.realestate-search-wrapper input {
  margin: 0;
  border: none;
  border-radius: 0;
  background: rgb(0, 0, 0);
  height: 50px;
  line-height: 1;
  border-bottom: 3px solid rgb(0, 0, 0);
}

.realestate-search-wrapper .styledSelect {
  background-color: rgb(0, 0, 0);
  padding: 0px 40px 0 10px;
  font-weight: 500;
  border: none;
  border-radius: 0;
  font-size: 18px;
}

.realestate-search-wrapper .styledSelect:after {
  border: 5px solid transparent;
  border-color: rgb(0, 0, 0) transparent transparent transparent;
}

.realestate-search-wrapper .button {
  margin: 0;
}

.filter-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  white-space: nowrap;
}

.filter-container .filter-wrapper {
  margin-left: 10px;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
}

.filter-container .filter-wrapper label {
  margin-top: 0;
  cursor: pointer;
}

.filter-container .filter-wrapper label span,
.building-type-checkboxes label span {
  border: 1px solid #f5f5f5;
  padding: 10px 25px;
  position: relative;
}

.filter-container .filter-wrapper label.desc span:after,
.filter-container .filter-wrapper label.asc span:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 8px;
  width: 8px;
  height: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("graphics/svg/select-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.filter-container .filter-wrapper label.asc span:after {
  transform: rotate(180deg);
}

.filter-container .filter-wrapper label span .filter-container .filter-wrapper label:hover,
.filter-container .filter-wrapper input:checked + span,
.building-type-checkboxes label:hover,
.building-type-checkboxes input:checked + span {
  border-color: #0b0b0b;
  color: #0b0b0b;
  cursor: pointer;
}

#appartments_table .columns.x2 > div {
  width: 100%;
}

.search-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search-info p {
  margin: 0;
}

.building-type-checkboxes {
  display: flex;
  margin-bottom: 10px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.main-properties-search-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.input-search-wrapper .input-wrapper {
  min-width: 300px;
}

.input-search-wrapper .input-search {
  padding-right: 52px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.input-search-wrapper .input-search input {
  border-color: #f5f5f5;
}

.input-search-wrapper .input-search .button.only-ico {
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: 52px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 0;
  border-radius: 0;
  background-color: transparent;
}

.input-search-wrapper .input-search .ico {
  padding: 12px;
}

.input-search-wrapper .input-search .ico img {
  filter: invert(100%);
}

.properties-search-wrapper {
  padding: 20px;
  display: flex;
  border: 1px solid rgba(42, 42, 42, 0.1019607843);
  border-radius: 0px;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.properties-search-wrapper .search-box-title {
  opacity: 0.4;
  margin-left: 0;
}

.properties-search-items-wrapper {
  display: flex;
  align-content: center;
  min-width: -moz-max-content;
  min-width: max-content;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}

.properties-search-item {
  padding: 0 20px 0 20px;
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  min-width: 10em;
  justify-content: flex-start;
}

.properties-search-item > div > .input-wrapper {
  padding-left: 0;
  padding-bottom: 0;
}

.properties-search-item .input-wrapper input[type=checkbox] + label,
.properties-search-item .input-wrapper input[type=radio] + label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.properties-search-item.btn-inside {
  flex: 0;
  text-align: right;
  align-self: center;
}

.properties-search-item > .button {
  margin: 0;
}

.properties-search-item:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background: #ddd;
}

.properties-search-item:nth-last-child(2):after,
.properties-search-item:last-child:after {
  display: none;
}

.properties-search-item > .search-input {
  padding-left: 0;
  padding-right: 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #2A2A2A;
  text-decoration: none;
  height: 40px;
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
}

.properties-search-item > .search-input > .comboTreeWrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  cursor: pointer;
}

.properties-search-item > .search-input .comboTreeArrowBtn {
  display: none;
}

.properties-search-item > .search-input > .comboTreeWrapper input,
.properties-search-item > .search-input > .comboTreeWrapper .comboTreeInputWrapper {
  height: 100%;
  cursor: pointer;
  background: transparent;
}

.comboTreeDropDownContainer .comboTreeItemTitle input {
  position: absolute;
}

.comboTreeDropDownContainer li span.comboTreeItemTitle.comboTreeItemHover {
  background-color: #eee;
  color: #5c5e60;
}

.properties-search-item > .search-input > .comboTreeWrapper > .comboTreeInputWrapper > input {
  padding-left: 0;
  padding-right: 40px;
  border: 0;
}

.comboTreeDropDownContainer li span.comboTreeItemTitle input[type=checkbox] + label::before {
  border: 1px solid #2A2A2A;
  width: 18px;
  max-width: 18px;
  min-width: 18px;
  height: 18px;
  margin-top: 2px;
  font-size: 14px;
}

.properties-search-item > .search-input > .comboTreeWrapper > .comboTreeInputWrapper > input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #2A2A2A;
  opacity: 1;
}
.properties-search-item > .search-input > .comboTreeWrapper > .comboTreeInputWrapper > input::-moz-placeholder {
  /* Firefox 19+ */
  color: #2A2A2A;
  opacity: 1;
}
.properties-search-item > .search-input > .comboTreeWrapper > .comboTreeInputWrapper > input:-ms-input-placeholder {
  /* IE 10+ */
  color: #2A2A2A;
  opacity: 1;
}
.properties-search-item > .search-input > .comboTreeWrapper > .comboTreeInputWrapper > input:-moz-placeholder {
  /* Firefox 18- */
  color: #2A2A2A;
  opacity: 1;
}

.properties-search-item > .search-input:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("graphics/svg/select-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.properties-search-item > .search-input:hover {
  text-decoration: none;
}

.properties-search-item > .filter-search-window .input-wrapper {
  padding-bottom: 10px;
}

.properties-search-item > .filter-search-window .input-wrapper input {
  height: 40px;
  font-size: 0.8rem;
}

.properties-search-item label {
  font-size: 0.8rem;
}

.properties-search-item > .filter-search-window {
  position: absolute;
  top: calc(100% - 10px);
  left: 0;
  right: 0;
  background: #fff;
  padding: 10px;
  display: none;
  border: 1px solid #ddd;
  width: calc(100% - 10px);
  box-sizing: border-box;
  z-index: 999;
  max-height: 250px;
  overflow-y: auto;
}

.properties-search-item > .filter-search-window.show-me {
  display: block;
}

.properties-search-area .additional-filers {
  padding: 10px 0;
}

.investment-items-wrapper {
  display: flex;
  flex-direction: column;
  color: #2a2a2a;
}

.investment-town {
  font-weight: 600;
  font-size: 13px;
}

.investment-name {
  display: none;
  font-size: 10px;
  font-style: italic;
  font-weight: 400;
}

.comboTreeInputBox {
  text-overflow: ellipsis;
  white-space: nowrap;
}

.comboTreeDropDownContainer li {
  margin-left: 0;
  padding-left: 0;
  font-size: 0.9rem;
}

.comboTreeDropDownContainer li.ComboTreeItemChlid {
  padding-left: 10px;
}

.article-section.cb-html .container {
  max-width: 1903px;
}

.article-section.cb-html .container .map360 {
  height: 80vh;
}

.map-search {
  position: absolute;
  left: 50%;
  margin-left: -50%;
  bottom: auto;
  top: 150px;
  width: 100%;
  min-width: 180px;
  max-width: 280px;
  background: #fff;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 6px 6px 14px -3px rgba(0, 0, 0, 0.2);
}

.map-search h3:first-child {
  margin-top: 0;
  margin-bottom: 0;
}

.map-search .search-box-section {
  border-bottom: 0 solid rgb(221, 221, 221);
  padding: 10px 0;
}

.map-search .search-box-section:last-child {
  border: 0;
}

.map-search .checkboxes-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 0;
  margin-left: -15px;
  margin-right: -15px;
}

.map-search .checkboxes-wrapper > div {
  width: 100%;
  padding: 6px 15px;
  box-sizing: border-box;
}

.map-search .checkboxes-wrapper .input-wrapper {
  padding-bottom: 0;
}

.map-search .checkboxes-wrapper .input-wrapper input[type=checkbox] + label,
.map-search .checkboxes-wrapper .input-wrapper input[type=radio] + label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 500;
  color: #2A2A2A;
}

.map-search .button.search-btn {
  margin-bottom: 0;
  margin-top: 10px;
}

.map-search {
  box-shadow: none;
  border: 1px solid black;
  padding: 25px;
  max-width: 250px;
  top: 150px;
  margin-left: -630px;
}

.page-numbers {
  padding: 55px 0 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.page-numbers a,
.page-numbers span {
  display: block;
  margin: 0 20px;
  font-size: 20px;
}

.page-numbers span {
  font-size: 13px;
  min-width: 40px;
  text-align: center;
}

.page-numbers a.disabled,
.page-numbers a.disabled:hover {
  cursor: default;
  opacity: 0.6;
  filter: grayscale(100%);
}

.page-numbers a i {
  font-size: 26px;
}

.page-numbers a.page-prev,
.page-numbers a.page-next {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f1f1f1;
  background-image: url(graphics/arrow-slick-left.png);
  background-position: center;
  background-repeat: no-repeat;
}

.page-numbers a.page-next {
  background-image: url(graphics/arrow-slick-right.png);
}

.progress-wrapper {
  width: 180px;
  position: relative;
  height: 2px;
  background: #ddd;
}

.progress-wrapper .progress {
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-left: -4px;
  margin-top: -4px;
  background: #2D2D2C;
}

.progress-number > span {
  white-space: nowrap;
}

.page-numbers .progress-number {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  color: #999;
}

.control-apartment-table {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 50px;
}

#apartments.article-section .table-section {
  padding-bottom: 0;
  margin-bottom: 0;
}

.map360 {
  position: relative;
  height: 90vh;
  max-height: 700px;
  width: 100%;
  margin-bottom: 10px;
}

.page-420 .form-wrapper h2 {
  margin-top: 0;
}

.page-421 .form-wrapper h2 {
  margin-top: 0;
}

.select2.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 0px solid #ddd;
  border-radius: 2px;
  height: 40px;
  cursor: pointer;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 0;
}

.select2-search--dropdown .select2-search__field,
.select2-container--default .select2-search--inline .select2-search__field {
  height: 40px;
  margin: 0;
}

.select2-container--default .select2-search--inline .select2-search__field {
  width: 100% !important;
  max-width: 100% !important;
  text-overflow: ellipsis;
  overflow: hidden;
}

.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container .select2-selection--multiple .select2-selection__rendered {
  padding: 7px 15px;
  line-height: 1.7;
  font-size: 15px;
}

.select2-container .select2-selection--multiple .select2-selection__rendered > .select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--multiple .select2-selection__arrow {
  height: 40px;
}

.select2-dropdown {
  background-color: #fff;
  border: 1px solid #ddd;
}

.select2-results__option {
  padding: 3px;
  text-align: left;
  margin-left: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__clear,
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  font-size: 1.5em;
  top: 0;
  left: 5px;
  order: 2;
}

.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container .select2-selection--multiple .select2-selection__rendered {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 0px 40px 0 10px;
  font-weight: normal;
  border: 1px solid #ddd;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #666;
  font-size: 16px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  margin: 0;
  display: block;
  width: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--multiple .select2-selection__arrow {
  display: none;
}

.select2-container .select2-selection--single .select2-selection__rendered:after,
.select2-container .select2-selection--multiple .select2-selection__rendered:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("graphics/svg/select-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: none;
  border: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}

.select2-results {
  padding: 10px 0;
}

.select2-results ul li {
  padding: 5px 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.85rem;
}

.select2-results ul li::before {
  content: " ";
  display: flex;
  vertical-align: 0.2em;
  width: 22px;
  max-width: 22px;
  min-width: 22px;
  height: 22px;
  margin-right: 10px;
  margin-top: 2px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  text-indent: 0.2em;
  line-height: 1.1;
  color: #fff;
  font-size: 20px;
  align-items: center;
  justify-content: center;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
  background: none;
  color: #2A2A2A;
}

.select2-container--default .select2-results__option[aria-selected=true]::before {
  content: url("graphics/checked-black.png");
  background: #000;
}

.select2-container--default .select2-search--inline .select2-search__field[placeholder=""] {
  display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  position: relative;
  padding: 0;
  font-size: 0.85rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before {
  content: ", ";
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li:first-child:before,
.select2-container--default .select2-selection--multiple .select2-selection__rendered li:last-child:before {
  content: "";
}

@keyframes scrolldown {
  0% {
    transform: translateY(20%) rotate(45deg);
    opacity: 0.7;
  }
  50% {
    transform: translateY(0%) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    transform: translateY(20%) rotate(45deg);
    opacity: 0.7;
  }
}
.animate-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.animate-arrow .a1 {
  width: 2em;
  height: 2em;
  background-color: transparent;
  z-index: 80;
  bottom: 25px;
  position: absolute;
  border-width: 0 0.25em 0.25em 0;
  border-style: solid;
  border-color: #fff;
  animation: scrolldown 1.2s ease-in-out infinite 0.15s;
}

.animate-arrow .a2 {
  width: 2em;
  height: 2em;
  background-color: transparent;
  z-index: 80;
  bottom: 40px;
  position: absolute;
  border-width: 0 0.25em 0.25em 0;
  border-style: solid;
  border-color: #fff;
  animation: scrolldown 1.2s ease-in-out infinite;
}

.form-wrapper.tableform {
  padding-bottom: 20px;
}

.form-wrapper .red-alert,
.form-wrapper .yellow-alert,
.form-wrapper .green-alert {
  background-color: #fff;
  border: 0;
  padding-left: 60px;
  background-position: left center;
}

.tooltip-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.4);
  z-index: 105;
}

#advanced-cookie-info .container {
  max-width: 530px;
}

#START .contact-data-form-window-section,
.contact-data-form-window-section {
  overflow: hidden;
}
#START .contact-data-form-window-section .contact-box-form-window-wrapper,
.contact-data-form-window-section .contact-box-form-window-wrapper {
  position: relative;
}
#START .contact-data-form-window-section .phone-wrapper:hover,
#START .contact-data-form-window-section .email-wrapper:hover,
.contact-data-form-window-section .phone-wrapper:hover,
.contact-data-form-window-section .email-wrapper:hover {
  color: #ECB91E !important;
  transition: all 0.2s ease-in-out;
}
#START .contact-data-form-window-section .phone-wrapper:hover svg path,
#START .contact-data-form-window-section .phone-wrapper:hover svg circle,
#START .contact-data-form-window-section .phone-wrapper:hover svg rect,
#START .contact-data-form-window-section .email-wrapper:hover svg path,
#START .contact-data-form-window-section .email-wrapper:hover svg circle,
#START .contact-data-form-window-section .email-wrapper:hover svg rect,
.contact-data-form-window-section .phone-wrapper:hover svg path,
.contact-data-form-window-section .phone-wrapper:hover svg circle,
.contact-data-form-window-section .phone-wrapper:hover svg rect,
.contact-data-form-window-section .email-wrapper:hover svg path,
.contact-data-form-window-section .email-wrapper:hover svg circle,
.contact-data-form-window-section .email-wrapper:hover svg rect {
  stroke: #ECB91E !important;
  transition: all 0.2s ease-in-out;
}
#START .contact-data-form-window-section .phone-wrapper:hover a,
#START .contact-data-form-window-section .email-wrapper:hover a,
.contact-data-form-window-section .phone-wrapper:hover a,
.contact-data-form-window-section .email-wrapper:hover a {
  color: #ECB91E !important;
  transition: all 0.2s ease-in-out;
}
#START .contact-data-form-window-section .container,
.contact-data-form-window-section .container {
  text-align: center;
  position: relative;
}
#START .contact-data-form-window-section .container .sygnet,
.contact-data-form-window-section .container .sygnet {
  max-width: 85px;
}
#START .contact-data-form-window-section .phone-wrapper,
#START .contact-data-form-window-section .email-wrapper,
.contact-data-form-window-section .phone-wrapper,
.contact-data-form-window-section .email-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
}
#START .contact-data-form-window-section h2,
.contact-data-form-window-section h2 {
  margin: 30px 0;
  font-size: 3rem;
  text-align: center;
}
#START .contact-data-form-window-section p,
.contact-data-form-window-section p {
  font-size: 1.25rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 60px;
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
}
#START .contact-data-form-window-section .buttons,
.contact-data-form-window-section .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  color: rgba(42, 42, 42, 0.1019607843);
}
#START .contact-data-form-window-section .buttons .button,
.contact-data-form-window-section .buttons .button {
  margin: 0;
}
#START .contact-data-form-window-section .buttons img,
#START .contact-data-form-window-section .buttons svg,
.contact-data-form-window-section .buttons img,
.contact-data-form-window-section .buttons svg {
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
}
#START .contact-data-form-window-section .buttons a,
.contact-data-form-window-section .buttons a {
  font-size: 1.5rem;
  line-height: 1.4;
  color: #2a2a2a;
  font-weight: 500;
}
#START .contact-data-form-window-section .bg-image,
.contact-data-form-window-section .bg-image {
  display: block;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 50%;
}
#START .contact-data-form-window-section .contact-box-form-window-image,
.contact-data-form-window-section .contact-box-form-window-image {
  position: relative;
  text-align: center;
}
#START .contact-data-form-window-section .contact-box-form-window-image img,
.contact-data-form-window-section .contact-box-form-window-image img {
  width: 100%;
  height: 100%;
  margin-top: 3%;
  margin-bottom: -3%;
}

.contact-data-form-window-section .container {
  max-width: 900px;
}
.contact-data-form-window-section .container h2 {
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: 500;
}
.contact-data-form-window-section .container p {
  font-size: 1rem;
}

#SYSTEM-FOOT {
  padding-top: 90px;
  padding-bottom: 50px;
}
#SYSTEM-FOOT .footer-logo {
  width: 180px;
  margin-bottom: 0;
  height: auto;
  margin-bottom: 20px;
}
#SYSTEM-FOOT .footer-section .contact_data {
  margin-top: 0;
}
#SYSTEM-FOOT .footer-section .contact-footer-section {
  gap: 70px;
}
#SYSTEM-FOOT .opening_hours .info p {
  font-size: 1rem;
  text-align: left !important;
}

.copyright {
  padding: 30px;
  text-align: center;
  background-color: #571b1e;
  color: rgba(255, 255, 255, 0.6980392157);
}

.panorama_wrapper {
  aspect-ratio: 16/9;
  width: 100%;
  position: relative;
}
.panorama_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}

#START .header p {
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
}

.tile-side {
  width: 50%;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  padding: 250px 0;
}
.tile-side .content h2,
.tile-side .content p {
  text-align: left !important;
}
.tile-side .content h2 {
  margin: 0 !important;
}
.tile-side .content p {
  margin: 30px 0 40px 0 !important;
}
.tile-side .content .button {
  margin: 0;
}

.tile-side.right {
  flex-direction: row-reverse;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: auto;
}

.tile-block-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 45vw;
  z-index: 0;
  overflow: hidden;
  border-radius: 0;
}
.tile-block-wrapper .image-wrapper.left {
  left: 0;
  border-radius: 0 0px 0px 0;
}
.tile-block-wrapper .image-wrapper.left .image img,
.tile-block-wrapper .image-wrapper.left .image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  border-radius: 0 0px 0px 0;
}
.tile-block-wrapper .image-wrapper.right {
  right: 0;
  border-radius: 0px 0 0 0px;
}
.tile-block-wrapper .image-wrapper.right .image img,
.tile-block-wrapper .image-wrapper.right .image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  border-radius: 0px 0 0 0px;
}
.tile-block-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.tile-block-wrapper .tile-block-wrapper {
  position: relative;
  overflow: hidden;
}

.padding-none .counter-section {
  margin: 0;
}

#START .credo-wrapper {
  text-align: center;
}
#START .credo-wrapper .text-wrapper {
  margin: 0 auto;
  padding: 30px 0 0 0;
  max-width: 1200px;
}
#START .credo-wrapper .text-wrapper p {
  font-size: 2.25rem;
  line-height: 1.4;
  color: #2A2A2A;
  font-family: Instrument Sans, tahoma, arial, sans-serif;
  margin-bottom: 0;
}
#START .credo-wrapper .image-wrapper {
  width: 100px;
  margin: 0 auto;
}

#logo {
  width: 120px;
  height: 60px !important;
  position: relative;
  top: 20%;
  left: 0;
  bottom: 0;
  transform: unset;
  display: inline-block;
  box-sizing: border-box;
}

#TOP.sticked #logo {
  width: 120px !important;
  top: 20%;
}

#START #TOP.unsticked #logo {
  top: 5%;
}

#START nav.desktop .nav-button > a {
  color: white;
  font-weight: 500;
  font-size: 0.875rem;
}

nav.desktop .nav-button > a {
  color: #2a2a2a;
  font-weight: 500;
  font-size: 0.875rem;
}

#TOP.sticked nav.desktop .nav-button > a {
  color: #2A2A2A;
}

.contact_data_flying .flying-link {
  display: flex;
  align-items: center;
  height: 60px;
  max-width: 60px;
  padding: 0 15px;
  box-sizing: border-box;
  color: white;
  position: fixed;
  right: 0;
  z-index: 9999;
  border-radius: 10px 0 0 10px;
  background-color: #2a2a2a;
  transition: max-width 0.3s ease;
  overflow: hidden;
  white-space: nowrap;
}
.contact_data_flying .flying-link .icona {
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.contact_data_flying .flying-link .label {
  margin-left: 15px;
}
.contact_data_flying .flying-link:hover {
  max-width: 500px;
}
.contact_data_flying .flying-link:hover .label {
  opacity: 1;
}
.contact_data_flying .flying-link.red {
  top: 70%;
  background-color: #2D2D2C;
}
.contact_data_flying .flying-link.red .show-email svg {
  display: none;
}
.contact_data_flying .flying-link.secondary {
  top: 77%;
  background-color: #2a2a2a;
  z-index: 1;
}
.contact_data_flying .flying-link.secondary .show-email svg {
  display: none;
}
.contact_data_flying .flying-link.dark {
  top: 84%;
  background-color: #2a2a2a;
  z-index: 11;
}

#START .contact_data_flying {
  opacity: 0;
  transition: all 0.4s ease;
}

#START .contact_data_flying.visible {
  opacity: 1;
}

#START .banner-header h2 {
  text-align: left;
}

.scroll-expand-img {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  max-width: none;
  transition: all 0.1s linear;
}

.breadcrumbs {
  padding: 0;
}

.breadcrumbs a,
.breadcrumbs span {
  font-weight: 400;
  line-height: 1;
  font-size: 14px;
  color: #4d5155;
  padding: 0;
}

#page-developer_apartment .custom-gallery-grid .grid-item .overlay {
  font-size: 6rem;
}

.custom-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.custom-gallery-grid .grid-item {
  position: relative;
  padding-top: 100%;
  /* 1:1 ratio */
  background-color: #eee;
  border-radius: 0px;
  overflow: hidden;
}
.custom-gallery-grid .grid-item-large {
  grid-column: span 2;
  padding-top: 50%;
  /* 2:1 ratio */
}
.custom-gallery-grid .grid-item a.image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  display: block;
  text-decoration: none;
  transition: transform 0.3s ease-in-out;
}
.custom-gallery-grid .grid-item a.image:hover {
  transform: scale(1.1);
}
.custom-gallery-grid .grid-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-family: Instrument Sans, tahoma, arial, sans-serif;
  font-size: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  z-index: 1;
}

.table-section {
  padding-bottom: 80px;
  position: relative;
  margin-bottom: 100px;
}

.pagination-wrapper {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: absolute;
  left: 0;
  bottom: 20px;
  height: 40px;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination ul {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 5px;
  padding: 0;
  margin-bottom: 0;
}
.pagination li {
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
  padding: 0;
  overflow: hidden;
}
.pagination li a,
.pagination li span {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #4d5155;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li span.active {
  color: #2a2a2a;
  background: #f9fafb;
  padding: 5px 15px;
  font-weight: 700;
}
.pagination li a:hover {
  color: #2a2a2a;
  background: #f9fafb;
}
.pagination .pagination-arrow {
  margin-right: 10px;
}
.pagination .pagination-arrow img {
  width: auto;
  height: 30px;
}
.pagination .pagination-arrow.left {
  margin-left: 10px;
  margin-right: 0;
  transform: rotate(180deg);
}
.pagination .pagination-arrow.disabled {
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.apartments-wrapper thead,
.apartments-wrapper thead tr,
.apartments-wrapper thead tr th {
  height: 50px;
  box-sizing: border-box;
}

.apartments-wrapper thead tr th {
  padding: 0 10px;
  line-height: normal;
  vertical-align: middle;
  text-align: center;
}

.apartments-wrapper tbody tr td {
  padding: 15px 10px;
  line-height: normal;
  vertical-align: middle;
  text-align: center;
}

tr th.last::before {
  display: none;
}

tr th.last,
td.last {
  text-align: center !important;
  width: 80px;
}

table .last a {
  display: flex;
  align-items: center;
  width: -moz-min-content;
  width: min-content;
}
table .last a svg,
table .last a img {
  width: auto;
  height: 30px;
  min-width: 30px;
}
table .last a:hover {
  color: #ECB91E;
}
table .last a:hover .st0 {
  stroke: #ECB91E;
}

table .file a {
  min-width: 18px;
  justify-content: center;
}
table .file a:hover svg path {
  stroke: #ECB91E;
}

table .last,
table .file {
  position: relative;
}

.scroll-expand-img {
  transition: width 0.15s ease, margin-left 0.15s ease;
  display: block;
  max-width: none;
  margin: 0 auto;
}

.animate_img {
  aspect-ratio: 16/9;
}

.checklist.rodo label {
  line-height: normal;
  align-items: center;
}
.checklist.rodo label span {
  font-size: 9px;
  letter-spacing: -4%;
  font-weight: 400;
}

.window-overlay .window,
.form-fields-wrapper .window {
  max-width: 520px;
  max-height: 650px;
}
.window-overlay .window-header,
.form-fields-wrapper .window-header {
  padding: 35px 30px 25px 30px !important;
  height: 90px !important;
  box-sizing: border-box;
}
.window-overlay .window-content,
.form-fields-wrapper .window-content {
  top: 90px !important;
  padding: 0 30px 0 30px !important;
}
.window-overlay .window-footer,
.form-fields-wrapper .window-footer {
  padding: 25px 30px 30px 30px !important;
  flex-wrap: wrap;
  height: -moz-max-content !important;
  height: max-content !important;
}
.window-overlay .window-footer .submit-controls,
.form-fields-wrapper .window-footer .submit-controls {
  padding: 0;
}
.window-overlay .window-footer .submit-controls,
.window-overlay .window-footer .submit-controls span,
.form-fields-wrapper .window-footer .submit-controls,
.form-fields-wrapper .window-footer .submit-controls span {
  width: 100%;
  height: 40px;
}
.window-overlay h3,
.form-fields-wrapper h3 {
  font-family: Instrument Sans, tahoma, arial, sans-serif;
  font-size: 1.5rem !important;
  font-weight: 500;
}
.window-overlay label,
.form-fields-wrapper label {
  margin: 0;
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 5px;
  color: #07070c;
}
.window-overlay label span,
.form-fields-wrapper label span {
  font-size: 13px;
}
.window-overlay .input-wrapper,
.form-fields-wrapper .input-wrapper {
  padding-bottom: 15px !important;
}
.window-overlay input[type=checkbox] + label,
.form-fields-wrapper input[type=checkbox] + label {
  align-items: center;
  line-height: normal;
}
.window-overlay input[type=text],
.form-fields-wrapper input[type=text] {
  height: 40px !important;
}
.window-overlay input,
.window-overlay textarea,
.form-fields-wrapper input,
.form-fields-wrapper textarea {
  border-radius: 0;
  border: 1px solid #2d2d2c;
}
.window-overlay .window-close,
.form-fields-wrapper .window-close {
  border-radius: 2px;
  right: 15px;
  top: 15px;
  width: 36px;
  height: 36px;
  transform: none;
}
.window-overlay .window-close img,
.form-fields-wrapper .window-close img {
  width: 12px !important;
  height: 12px !important;
}

.table_filters .filters_group_wrapper,
.table_filters .sorting_group_wrapper,
.table_sorting .filters_group_wrapper,
.table_sorting .sorting_group_wrapper {
  flex-wrap: wrap;
}

.table_filters .filter_modal,
.table_filters .sort_modal,
.table_sorting .filter_modal,
.table_sorting .sort_modal {
  right: unset;
  width: -moz-max-content;
  width: max-content;
  min-width: 100px;
}

.table_filters .filter_button .filter_value,
.table_filters .filter_button .sort_value,
.table_filters .sort_button .filter_value,
.table_filters .sort_button .sort_value,
.table_sorting .filter_button .filter_value,
.table_sorting .filter_button .sort_value,
.table_sorting .sort_button .filter_value,
.table_sorting .sort_button .sort_value {
  font-weight: 500;
  color: #2a2a2a;
  font-size: 1rem;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table_sorting .sorting_group_wrapper {
  background-color: #f9f9f9;
  padding: 11px 17px;
}
.table_sorting .sorting_group_wrapper .sorting-items {
  font-weight: 600;
  font-size: 12px;
}
.table_sorting .sorting_group_wrapper .sort-link {
  font-weight: 600;
  font-size: 12px;
}

.banner-header .table_filters {
  justify-content: start;
}

.table_filters,
.table_sorting {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 15px;
  border: 1px solid rgba(42, 42, 42, 0.1019607843);
  border-radius: 0px;
  padding: 15px;
}
.table_filters .view-switch,
.table_sorting .view-switch {
  margin-left: 12px;
}
.table_filters p,
.table_sorting p {
  margin: 0 !important;
  font-weight: 500 !important;
  font-size: 1rem !important;
}
.table_filters .filters_group_wrapper,
.table_filters .sorting_group_wrapper,
.table_sorting .filters_group_wrapper,
.table_sorting .sorting_group_wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.table_filters .filters_group_wrapper.search,
.table_sorting .filters_group_wrapper.search {
  justify-content: space-between;
  width: 100%;
}
.table_filters .filters_group_wrapper_container,
.table_sorting .filters_group_wrapper_container {
  display: flex;
  gap: 33px;
  flex-wrap: wrap;
}
.table_filters .filter_dropdown_wrapper,
.table_filters .sort_dropdown_wrapper,
.table_sorting .filter_dropdown_wrapper,
.table_sorting .sort_dropdown_wrapper {
  position: relative;
}
.table_filters .filter_dropdown_wrapper.active .filter_modal, .table_filters .filter_dropdown_wrapper.active .sort_modal,
.table_filters .sort_dropdown_wrapper.active .filter_modal,
.table_filters .sort_dropdown_wrapper.active .sort_modal,
.table_sorting .filter_dropdown_wrapper.active .filter_modal,
.table_sorting .filter_dropdown_wrapper.active .sort_modal,
.table_sorting .sort_dropdown_wrapper.active .filter_modal,
.table_sorting .sort_dropdown_wrapper.active .sort_modal {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  left: -2px;
  border-top-width: 0;
}
.table_filters .filter_dropdown_wrapper.active .filter_arrow, .table_filters .filter_dropdown_wrapper.active .sort_arrow,
.table_filters .sort_dropdown_wrapper.active .filter_arrow,
.table_filters .sort_dropdown_wrapper.active .sort_arrow,
.table_sorting .filter_dropdown_wrapper.active .filter_arrow,
.table_sorting .filter_dropdown_wrapper.active .sort_arrow,
.table_sorting .sort_dropdown_wrapper.active .filter_arrow,
.table_sorting .sort_dropdown_wrapper.active .sort_arrow {
  transform: rotate(270deg);
}
.table_filters .filter_dropdown_wrapper.sort .filter_arrow,
.table_filters .sort_dropdown_wrapper.sort .filter_arrow,
.table_sorting .filter_dropdown_wrapper.sort .filter_arrow,
.table_sorting .sort_dropdown_wrapper.sort .filter_arrow {
  transform: rotate(180deg);
}
.table_filters .filter_dropdown_wrapper.sort.active .filter_arrow,
.table_filters .sort_dropdown_wrapper.sort.active .filter_arrow,
.table_sorting .filter_dropdown_wrapper.sort.active .filter_arrow,
.table_sorting .sort_dropdown_wrapper.sort.active .filter_arrow {
  transform: rotate(0deg);
}
.table_filters .filter_button,
.table_filters .sort_button,
.table_sorting .filter_button,
.table_sorting .sort_button {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 6px 12px;
  padding-right: 2px;
  border: 1px solid #ccc;
  border-radius: 0px;
  cursor: pointer;
  white-space: nowrap;
}
.table_filters .filter_button > div,
.table_filters .sort_button > div,
.table_sorting .filter_button > div,
.table_sorting .sort_button > div {
  display: flex;
  gap: 5px;
  min-width: 216px;
}
.table_filters .filter_button .filter_label,
.table_filters .filter_button .sort_label,
.table_filters .sort_button .filter_label,
.table_filters .sort_button .sort_label,
.table_sorting .filter_button .filter_label,
.table_sorting .filter_button .sort_label,
.table_sorting .sort_button .filter_label,
.table_sorting .sort_button .sort_label {
  color: #2d2d2c;
  font-weight: 600;
}
.table_filters .filter_button .filter_value,
.table_filters .filter_button .sort_value,
.table_filters .sort_button .filter_value,
.table_filters .sort_button .sort_value,
.table_sorting .filter_button .filter_value,
.table_sorting .filter_button .sort_value,
.table_sorting .sort_button .filter_value,
.table_sorting .sort_button .sort_value {
  font-weight: 500;
  color: #2a2a2a;
}
.table_filters .filter_button .filter_arrow,
.table_filters .filter_button .sort_arrow,
.table_filters .sort_button .filter_arrow,
.table_filters .sort_button .sort_arrow,
.table_sorting .filter_button .filter_arrow,
.table_sorting .filter_button .sort_arrow,
.table_sorting .sort_button .filter_arrow,
.table_sorting .sort_button .sort_arrow {
  width: 30px;
  height: 30px;
  background-image: url("graphics/svg/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.2s ease;
  transform: rotate(90deg);
}
.table_filters .filter_modal,
.table_filters .sort_modal,
.table_sorting .filter_modal,
.table_sorting .sort_modal {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 0px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 0px;
  padding: 5px;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  max-height: 200px;
  overflow-y: auto;
  width: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
}
.table_filters .filter_modal input[type=checkbox],
.table_filters .sort_modal input[type=checkbox],
.table_sorting .filter_modal input[type=checkbox],
.table_sorting .sort_modal input[type=checkbox] {
  margin-right: 6px;
}
.table_filters .filter_modal label,
.table_filters .sort_modal label,
.table_sorting .filter_modal label,
.table_sorting .sort_modal label {
  margin: 4px;
  padding: 4px 4px 4px 7px;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #2a2a2a;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}
.table_filters .filter_modal label:hover,
.table_filters .sort_modal label:hover,
.table_sorting .filter_modal label:hover,
.table_sorting .sort_modal label:hover {
  border-radius: 5px;
  color: #fff;
}
.table_filters #results_count,
.table_sorting #results_count {
  padding-left: 5px;
}

.button.magicFormSubmit {
  margin-right: 0;
  margin-bottom: 0;
}

.table_sorting {
  border: 0;
  padding: 0;
}
.table_sorting p {
  color: #4d5155 !important;
  font-weight: 400 !important;
}
.table_sorting .sorting_group_wrapper {
  gap: 0;
}
.table_sorting .sort_dropdown_wrapper:nth-child(2):after {
  display: none;
}
.table_sorting .sort_button {
  border: 0;
}

.table_sorting .sort_button {
  padding: 6px 0px 6px 20px;
}

.sorting_group_wrapper .sort_dropdown_wrapper:first-child {
  padding-right: 10px;
}

nav.desktop .nav-button > a span {
  position: relative;
}

nav.desktop .nav-button > a span:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 2px;
  width: 0;
  background: #ECB91E;
  transition: width 300ms ease;
}

nav.desktop .nav-button > a:hover span:after {
  width: 100%;
}

nav.desktop .nav-button > a:hover span:after,
nav.desktop .nav-button.urhere > a span:after {
  height: 2px;
}

.cb-container .text-wrapper {
  flex-direction: column;
}
.cb-container .image-wrapper img {
  border-radius: 0px;
}

.contact-data-form-window-section.check-onscreen .bg-image img {
  opacity: 1;
  transition: opacity 0ms;
}

.contact-data-form-window-section.onscreen .bg-image img {
  opacity: 0.2;
  transition: opacity 2000ms;
}

area:not(.disabled):hover {
  cursor: pointer;
}

.image-coordsmap-container,
.image-coordsmap-holder,
.image-coordsmap-holder img {
  overflow: hidden;
}

.select_wrapper .select_dropdown_wrapper {
  position: relative;
  display: inline-block;
}
.select_wrapper .select_button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: #fff;
  min-width: 150px;
}
.select_wrapper .select_dropdown_wrapper {
  width: 100%;
}
.select_wrapper .select_label {
  font-weight: 500;
}
.select_wrapper .select_arrow {
  width: 30px;
  height: 30px;
  background-image: url("graphics/svg/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.2s ease;
  transform: rotate(90deg);
}
.select_wrapper .select_dropdown_wrapper.active .select_arrow {
  transform: rotate(270deg);
}
.select_wrapper .select_modal {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 1;
  min-width: 220px;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  pointer-events: auto;
}
.select_wrapper .select_dropdown_wrapper.active .select_modal {
  display: block;
}
.select_wrapper .select_modal a {
  display: flex;
  align-items: center;
  padding: 6px 8px;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}
.select_wrapper .select_modal a:hover {
  background-color: #f9f9f9;
}
.select_wrapper .status.green-circle {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: green;
  border-radius: 50%;
  margin-right: 6px;
}
.select_wrapper .status.grey-circle {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #4d5155;
  border-radius: 50%;
  margin-right: 6px;
}
.select_wrapper .status.red-circle {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e4000f;
  border-radius: 50%;
  margin-right: 6px;
}
.select_wrapper .status.violet-circle {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #7917a6;
  border-radius: 50%;
  margin-right: 6px;
}
.select_wrapper .select-image {
  margin-top: 30px;
}
.select_wrapper .select-image img {
  border-radius: 10px;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.select_wrapper .select-controls {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.select_wrapper .select-wrapper {
  border: 1px solid rgba(42, 42, 42, 0.1019607843);
  border-radius: 0px;
  padding: 15px;
  min-height: 100px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.select_wrapper .select-wrapper h4 {
  margin: 0;
  font-weight: 500;
  font-size: 1rem;
  font-family: Instrument Sans, tahoma, arial, sans-serif;
}
.select_wrapper .select-wrapper.active {
  background-color: #2D2D2C;
  color: white;
}
.select_wrapper .select-wrapper .disabled,
.select_wrapper .select_dropdown_wrapper.disabled,
.select_wrapper .select_dropdown_wrapper .disabled {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: default;
  opacity: 0.4;
}
.select_wrapper .select-wrapper.local {
  min-width: 400px;
}
.select_wrapper ul {
  list-style: none;
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.select_wrapper ul li {
  border: 1px solid #ccc;
  padding: 5px 18px;
  margin: 0;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 4px;
}
.select_wrapper .select-wrapper.building ul li {
  max-width: 40px;
}
.select_wrapper ul li.active {
  background-color: #4e1212;
  color: #fff;
}

.contact_data_contactus {
  display: flex;
  position: relative;
}
.contact_data_contactus .bg-left {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
  width: 50%;
  background-color: #d9d9d9;
}
.contact_data_contactus .bg-right {
  position: absolute;
  z-index: -1;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  width: 50%;
  background-color: #f9f9f9;
}
.contact_data_contactus > div {
  display: flex;
}
.contact_data_contactus .contact_data_left_wrapper {
  flex: 1;
  padding-right: 50px;
}
.contact_data_contactus .contact_data_left_wrapper .phones-wrapper span a,
.contact_data_contactus .contact_data_left_wrapper .emails-wrapper span a {
  color: #2a2a2a;
}
.contact_data_contactus .contact_data_left_wrapper h2 {
  margin-bottom: 40px !important;
}
.contact_data_contactus .contact_data_left_wrapper .add-descr {
  margin-top: 40px;
}
.contact_data_contactus .form-wrapper {
  border-radius: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  flex: 1;
  padding-left: 250px;
}
.contact_data_contactus .contact_data_left {
  padding: 100px 0;
}
.contact_data_contactus .contact_data_left h2 {
  margin-top: 0 !important;
  text-align: left !important;
  font-weight: 700 !important;
  font-size: 2rem !important;
  text-transform: inherit !important;
  max-width: 500px;
}
.contact_data_contactus .company_name {
  font-weight: 500;
  font-size: 1.25rem;
  margin-bottom: 15px;
}
.contact_data_contactus .address,
.contact_data_contactus p,
.contact_data_contactus .phone-txt,
.contact_data_contactus .emails-wrapper {
  font-weight: 600;
  font-size: 1.25rem;
}
.contact_data_contactus .address {
  margin-bottom: 40px;
}
.contact_data_contactus .phones-wrapper,
.contact_data_contactus .emails-wrapper {
  width: -moz-fit-content;
  width: fit-content;
}
.contact_data_contactus .phone-wrapper,
.contact_data_contactus .email-wrapper {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  gap: 10px;
  align-items: center;
}
.contact_data_contactus .phone-wrapper .phone-txt,
.contact_data_contactus .phone-wrapper .email,
.contact_data_contactus .email-wrapper .phone-txt,
.contact_data_contactus .email-wrapper .email {
  overflow: visible;
  text-overflow: unset;
  width: auto;
  font-weight: 500;
  font-size: 1.5rem;
}
.contact_data_contactus .phone-wrapper .phone-txt svg,
.contact_data_contactus .phone-wrapper .email svg,
.contact_data_contactus .email-wrapper .phone-txt svg,
.contact_data_contactus .email-wrapper .email svg {
  width: 25px;
  height: 25px;
}
.contact_data_contactus .company_name,
.contact_data_contactus .add_company_name,
.contact_data_contactus .address,
.contact_data_contactus .phones-wrapper,
.contact_data_contactus .emails-wrapper,
.contact_data_contactus .hours,
.contact_data_contactus .add_descr,
.contact_data_contactus .fax {
  margin-bottom: 0;
}
.contact_data_contactus .emails-wrapper span a {
  text-decoration: underline;
}
.contact_data_contactus img {
  margin-top: 80px;
}
.contact_data_contactus .phone-txt:hover,
.contact_data_contactus .email:hover {
  text-decoration: underline;
}
.contact_data_contactus .add-descr p {
  font-weight: 400;
  font-size: 1rem;
}

#MAIN-BANER .bg-image::after {
  content: "";
  position: absolute;
  background-color: rgba(42, 42, 42, 0.3);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  display: block;
}

#page-aktualnosci .news .tile {
  border: 1px solid rgba(42, 42, 42, 0.1019607843);
  border-radius: 10px;
  padding-bottom: 0;
}
#page-aktualnosci .news .tile .content {
  padding: 30px;
}
#page-aktualnosci .news .tile .image-wrapper {
  width: auto;
}
#page-aktualnosci .news .tile .updated {
  display: none;
  font-weight: 400;
}

.hand-gesture {
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  padding: 14px;
  border-radius: 10px;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.iframe-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hand-gesture.hide {
  opacity: 0;
  transform: translate(-50%, 100px);
  pointer-events: none;
}

.article-section.cb-text_content.border-content .cb-container .text-wrapper {
  padding: 40px;
  border: 2px solid #ecb91e;
  font-size: 1.2rem;
  border-radius: 5px;
  box-sizing: border-box;
}

.article-section.cb-text_content.border-content .cb-container .text-wrapper {
  max-width: 100%;
}

.contact-columns {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  -moz-column-gap: 60px;
       column-gap: 60px;
}

.contact-columns > div {
  width: 50%;
}

.contact-columns > div:first-child {
  flex: 1;
}

.contact-columns > div:last-child {
  width: 55%;
}

.contact-columns > div .image-wrapper {
  height: 100%;
  margin-bottom: 1em;
}

.contact-columns > div .image-wrapper .image {
  height: 100%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.contact-columns > div .image-wrapper .image .img-placeholder {
  height: 100%;
}

.contact-columns {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  -moz-column-gap: 60px;
       column-gap: 60px;
}

.contact-columns > div {
  width: 50%;
}

.contact-columns > div:first-child {
  flex: 1;
}

.contact-columns > div:last-child {
  width: 55%;
}

.contact-columns > div .image-wrapper {
  height: 100%;
  margin-bottom: 1em;
}

.contact-columns > div .image-wrapper .image {
  height: 100%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.contact-columns > div .image-wrapper .image .img-placeholder {
  height: 100%;
}

.contact_data_icon > div {
  padding: 15px 20px 15px 50px;
  background: #f5f5f5;
  min-height: 100px;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.contact_data_icon > div:last-child {
  margin-bottom: 0;
}

.contact_data_icon .address,
.contact_data_icon .phones-wrapper,
.contact_data_icon .emails-wrapper,
.contact_data_icon .hours {
  font-size: 1.05rem;
  font-weight: bold;
  line-height: 1.3;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.contact_data_icon .address .ico,
.contact_data_icon .phones-wrapper .ico,
.contact_data_icon .emails-wrapper .ico,
.contact_data_icon .hours .ico {
  width: 60px;
  height: 60px;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
}

.contact_data_icon a {
  color: #000;
}

.eko-container {
  position: relative;
}

td > .is-eko {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.is-eko img {
  position: relative;
  height: 28px;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

#logo img,
#logo svg {
  transform: unset;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-bar .top-contact-icons {
  display: flex;
  gap: 20px;
  align-items: center;
}
.top-bar .phones-wrapper,
.top-bar .emails-wrapper {
  margin: 0;
}

#START #TOP.sticked .top-bar .top-contact-icons img {
  filter: invert(1);
}

#START #TOP .top-bar .top-contact-icons img {
  filter: unset;
}

#TOP .top-bar .top-contact-icons img {
  filter: invert(1);
}

.banner-content {
  padding-bottom: 10%;
}

.banner-header,
.subpage-search {
  max-width: 600px;
}
.banner-header h2,
.subpage-search h2 {
  text-shadow: unset;
  font-weight: 600 !important;
  font-size: 2.25rem !important;
  text-transform: unset !important;
  margin-bottom: 40px;
}
.banner-header .filters_group_wrapper,
.subpage-search .filters_group_wrapper {
  border: 2px solid #fff;
}
.banner-header .table_filters,
.subpage-search .table_filters {
  padding: 0;
}
.banner-header .table_filters .filter_button,
.subpage-search .table_filters .filter_button {
  background: transparent;
  padding-right: 20px;
  border: unset;
  border-right: 2px solid #fff;
  border-radius: 0;
  padding: 15px;
}
.banner-header .table_filters .filter_label,
.subpage-search .table_filters .filter_label {
  padding-right: 20px;
  font-size: 20px;
}
.banner-header .table_filters .filter_label,
.banner-header .table_filters .filter_value,
.subpage-search .table_filters .filter_label,
.subpage-search .table_filters .filter_value {
  color: #fff;
  font-weight: 500;
  align-self: center;
}
.banner-header .table_filters .filter_button .filter_arrow,
.subpage-search .table_filters .filter_button .filter_arrow {
  background-image: url("graphics/svg/arrow_search_small.svg") !important;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: unset;
  margin-left: 10px;
}
.banner-header .table_filters .filters_group_wrapper,
.subpage-search .table_filters .filters_group_wrapper {
  flex-wrap: nowrap;
}

.quote-section .slick-slide img {
  margin: 0 auto;
  margin-bottom: 35px;
}
.quote-section blockquote {
  padding: 0 50px;
}
.quote-section blockquote p {
  text-align: left;
  color: #2d2d2c;
  margin-bottom: 20px;
}
.quote-section blockquote span.signature {
  text-align: right;
  color: #2d2d2c;
  font-style: normal;
}
.quote-section .footer {
  text-align: left;
}
.quote-section blockquote::before {
  display: none;
}
.quote-section .img-placeholder {
  width: 90px;
  height: 90px;
  background-color: #ddd;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 35px;
}
.quote-section .slick-track {
  padding-bottom: 100px;
}
.quote-section .stars-wrapper {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 15px 15px 15px 0;
  gap: 5px;
  padding-bottom: 40px;
}
.quote-section .stars-wrapper img {
  width: 20px;
  height: 20px;
  margin: unset;
}

.quote-section::before {
  display: none;
}

#scroll-container > div {
  flex: 3;
}

#scroll-container .trigger_content {
  width: 30%;
  flex: 1;
}

.scroll_trigger_animate #scroll-container {
  display: flex;
  gap: 4rem;
  padding: 0;
}
.scroll_trigger_animate .trigger_content {
  width: 100%;
  display: flex;
  gap: 4rem;
  flex-direction: column;
  align-items: center;
}
.scroll_trigger_animate .single-h3 {
  font-weight: 600;
  font-size: 1.25rem;
  color: #2d2d2c;
  line-height: 1.5;
}
.scroll_trigger_animate .trigger_card {
  width: 100%;
  min-height: 50vh;
  padding: 80px 60px 60px 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  opacity: 1;
}
.scroll_trigger_animate .trigger_card h2 {
  font-size: 1.75rem !important;
  text-transform: initial !important;
}
.scroll_trigger_animate .trigger_card h2,
.scroll_trigger_animate .trigger_card p {
  margin: 0 !important;
}
.scroll_trigger_animate .card_items {
  max-width: 384px;
}
.scroll_trigger_animate p {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 30px;
}
.scroll_trigger_animate .new_sticky-wrapper {
  flex-shrink: 0;
  position: relative;
  height: min(100vh, 700px);
  display: block;
}
.scroll_trigger_animate .new_sticky-wrapper::before {
  content: "";
  position: absolute;
  top: -70px;
  height: 135px;
  background-color: #fff;
  left: -60%;
  right: 50%;
  transition: all 0.3s ease;
}
.scroll_trigger_animate .new_sticky-wrapper::after {
  content: "";
  position: absolute;
  bottom: -70px;
  height: 135px;
  background-color: #fff;
  left: -60%;
  right: 50%;
  transition: all 0.3s ease;
}
.scroll_trigger_animate .new_sticky-wrapper.expanded-mask::before {
  height: 300px;
  /* lub inna wartość, która daje lepszy efekt maski */
  top: -215px;
  /* ewentualna korekta */
}
.scroll_trigger_animate .new_sticky-wrapper.expanded-mask::after {
  height: 300px;
  /* lub inna wartość, która daje lepszy efekt maski */
  bottom: -215px;
  /* ewentualna korekta */
}
.scroll_trigger_animate .trigger_card h2,
.scroll_trigger_animate .trigger_card p {
  text-align: start !important;
  color: #2d2d2c;
}
.scroll_trigger_animate .trigger_card h2 {
  margin-bottom: 15px !important;
}
.scroll_trigger_animate .sticky-box {
  position: fixed;
  padding: 4rem;
  color: white;
}

.scroll_trigger_header h2 {
  font-size: 4.375rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  color: #2d2d2c;
  text-transform: uppercase;
  max-width: 1150px;
  margin-bottom: 0;
  margin-top: 0;
}

#scroll_trigger_animate {
  transition: background-color 0.3s ease;
}

.sticky-box {
  position: fixed;
  width: 100%;
  height: 570px;
  overflow: hidden;
}

.bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.bg-layer.current {
  opacity: 1;
  z-index: 1;
}

.bg-layer.next {
  opacity: 0;
  z-index: 2;
}

.map-section {
  background-color: #f9f9f9;
}

.info-cards-module {
  max-width: 1200px;
  margin: 0 auto;
}
.info-cards-module .card {
  background-color: #ffffff;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.09);
  padding: 40px;
}
.info-cards-module .card h4 {
  text-align: right;
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
}
.info-cards-module .card p {
  padding: 15px 0 25px 0;
  font-weight: 400;
  line-height: 1.5;
  max-width: 280px;
}
.info-cards-module .cards-numbers {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.info-cards-module .cards-numbers .number-desrc {
  text-transform: uppercase;
}
.info-cards-module .number {
  font-weight: 600;
  font-size: 4rem;
}
.info-cards-module .content {
  text-align: left;
  color: #2d2d2c;
}
.info-cards-module .splide__track {
  overflow: hidden;
}
.info-cards-module .splide__arrow--prev {
  left: -5em;
  top: 38.5%;
}
.info-cards-module .splide__arrow--next {
  right: -5em;
  top: 38.5%;
}
.info-cards-module .splide__track {
  padding: 0 30px 130px 30px !important;
}
.info-cards-module .splide__track {
  margin-right: -30px;
  margin-left: -30px;
}

.yellow-box {
  position: absolute;
  z-index: 555;
  right: -11%;
  top: 7%;
  width: 206px;
}

.show-on-1000 {
  display: none;
}

.collapsible-text-wrapper .header h2 {
  text-align: center;
}

.collapsible-text-wrapper .text-wrapper {
  max-width: initial;
  font-size: 14px;
  position: relative;
  height: 130px;
  overflow: hidden;
}

.collapsible-text-wrapper .text-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%);
}

.collapsible-text-wrapper .text-wrapper .text {
  transition: height linear 300ms;
}

.collapsible-text-wrapper.active .text-wrapper:after {
  background: transparent;
}

.collapsible-text-wrapper .controls {
  display: flex;
  justify-content: center;
}

.collapsible-text-wrapper .controls a {
  font-size: 1.25rem;
  color: #2d2d2c;
  font-weight: 600;
  margin-top: 15px;
  position: relative;
  text-decoration: underline;
}

.collapsible-text-wrapper .controls a:after {
  content: url(graphics/svg/arrow_down.svg);
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translate(-5px, 0);
}

.collapsible-text-wrapper .controls a:hover {
  text-decoration: none;
}

.icon-card.shadow {
  padding: 25px 25px 25px 25px;
  background: #fff;
}

.icon-card.shadow .icon-wrapper {
  margin-bottom: 15px;
}

.icon-card.shadow .icon {
  width: 100%;
  height: 100%;
  max-width: 250px;
  filter: grayscale(100%);
  transition: all 500ms;
}

.icon-card.shadow .icon img {
  max-width: 100%;
  max-height: 100%;
}

.icon-card.shadow:hover .icon {
  filter: grayscale(0%);
}

.icon-card.shadow .content {
  color: #666;
  line-height: 1.3;
  margin-top: 0;
}

.icon-card.shadow.small-icon .content {
  padding-bottom: 30px;
}

.icon-card.shadow .content h3 {
  font-weight: 600;
  font-size: 1.6em;
}

.icon-card-descr-wrapper {
  position: relative;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.icon-card-descr-wrapper .image-wrapper {
  position: relative;
  z-index: 0;
  flex: 1;
  padding-right: 40px;
}

.icon-card-descr-wrapper .header {
  position: relative;
  flex: 1;
  margin-left: -10%;
}

.icon-card-descr-wrapper .header .text-wrapper {
  max-width: 900px;
  font-size: 1.3125rem;
}

.icon-card.shadow {
  padding: 25px 25px 25px 25px;
  box-shadow: 6px 6px 14px -3px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.five-steps {
  position: relative;
}
.five-steps .footer {
  text-align: right;
}
.five-steps .tile {
  overflow: visible;
  border: 2px solid #2d2d2c;
  border-bottom: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 27px 38px 27px 0;
}
.five-steps .tile .image-wrapper {
  overflow: visible;
  display: flex;
  justify-content: center;
  flex: 0.5;
}
.five-steps .tile .image-wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  top: -21%;
  bottom: -21%;
  width: 2px;
  background-color: #2d2d2c;
}
.five-steps .tile .content {
  flex: 2;
  padding-left: 60px;
}
.five-steps .header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.five-steps .header h2 {
  text-align: left !important;
  max-width: 469px !important;
  font-weight: 700 !important;
  font-size: 4rem !important;
  margin-bottom: 0 !important;
}
.five-steps .header span {
  max-width: 500px;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 120%;
  align-self: center;
  background-color: #f9f6f6;
  border-radius: 20px;
  padding: 54px 31px;
}
.five-steps h3 {
  font-weight: 700;
  font-size: 1.5rem;
}
.five-steps p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
}
.five-steps .item-4 {
  border-bottom: 2px solid #2d2d2c;
}

.map-section {
  padding-bottom: 240px !important;
  padding-top: 80px !important;
}

.cards-section {
  margin-top: -190px;
}

.locations-map {
  display: flex;
}
.locations-map .left {
  flex: 2;
}
.locations-map .right {
  flex: 1;
  padding-top: 100px;
}
.locations-map .map-wrapper {
  position: relative;
  left: -80px;
}
.locations-map .map-marker {
  width: 25px;
  height: 25px;
  position: absolute;
  display: block;
  background-color: #000;
  border-radius: 50%;
  cursor: pointer;
}
.locations-map .map-marker.active {
  background-color: #ffcc33;
  z-index: 1;
}
.locations-map .map-marker-1 .invest-name {
  top: -42px;
  left: -10px;
  text-align: left;
  line-height: 1.2;
}
.locations-map .map-marker-2 .invest-name {
  top: -30px;
  text-align: center;
}
.locations-map .map-marker-0 .invest-name {
  top: -30px;
  left: -20px;
  text-align: center;
}
.locations-map .invest-name {
  position: absolute;
  font-weight: 700;
  font-size: 13px;
  z-index: 3;
}
.locations-map .location {
  font-weight: 700;
  font-size: 4rem;
  text-transform: uppercase;
  transition: ease 250ms;
  line-height: 130%;
  cursor: pointer;
}
.locations-map .location.active {
  color: #ffcc33;
}
.locations-map .right .text-wrapper p {
  font-weight: 600;
  font-size: 1.25rem;
}
.locations-map .map-tooltip {
  border-radius: 20px;
  line-height: 1.2;
}
.locations-map .map-tooltip p {
  margin-bottom: 14px;
}
.locations-map .map-tooltip ul {
  margin-bottom: 14px;
  padding-left: 10px;
}
.locations-map .map-tooltip .button.txt::after {
  display: none;
}
.locations-map .map-tooltip .button.txt {
  font-weight: 600;
  font-size: 18px;
  border-radius: unset;
  padding-left: 20px;
}
.locations-map .map-tooltip h3 {
  text-transform: uppercase;
  font-weight: 700;
}

.apartments-header h2 {
  text-align: left !important;
  font-weight: 700;
  font-size: 4rem;
  margin-top: 0 !important;
  margin-bottom: 20px;
}
.apartments-header span.subtitle {
  font-weight: 600;
  font-size: 1.25rem;
  color: #2d2d2c;
  text-transform: unset;
}

.selected-title {
  padding-bottom: 50px !important;
}
.selected-title h2 {
  color: #2d2d2c;
  text-transform: unset;
  font-size: 0.9rem !important;
  font-weight: 600;
  margin-bottom: 1em;
}
.selected-title p {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}

.selected-apartments .selected-apartment-wrapper {
  position: relative;
  border-bottom: 1px solid #2a2a2a;
}
.selected-apartments .promo-banner-main {
  position: absolute;
  font-size: 10px;
  color: white;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: center;
  text-transform: uppercase;
  box-sizing: border-box;
  background-color: #07070c;
  padding: 5px 6px 4px 6px;
  top: 47%;
  left: -55px;
  line-height: 1;
  letter-spacing: 0.3px;
  width: 90px;
  text-align: center;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.selected-apartments .selected-apartment {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  padding: 18px 0;
}
.selected-apartments .price-items {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.selected-apartments .price-items .old-price {
  font-size: 1.125rem !important;
  font-weight: 400;
}
.selected-apartments h2 {
  text-align: left !important;
  margin-bottom: 0 !important;
  margin-top: 0;
}
.selected-apartments .header-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-bottom: 20px;
}
.selected-apartments .header-wrapper span {
  font-weight: 600;
  font-size: 2rem;
}
.selected-apartments .header {
  padding-bottom: 0;
}
.selected-apartments .header p {
  margin: 0 !important;
  font-size: 2rem;
  font-weight: 600;
  text-transform: initial;
}
.selected-apartments .header p strong {
  font-style: normal;
}
.selected-apartments .info-wrapper {
  padding-right: 15px;
}
.selected-apartments span.subtitle {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  color: #2d2d2c;
  text-transform: unset;
  padding-bottom: 40px;
}
.selected-apartments .image-wrapper {
  overflow: visible;
  padding-right: 41px;
}
.selected-apartments .right {
  text-align: right;
}
.selected-apartments .left {
  display: flex;
  align-items: flex-start;
}
.selected-apartments h4 {
  font-weight: 700;
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 6px;
}
.selected-apartments .info-wrapper span {
  font-weight: 600;
  font-size: 18px;
  display: block;
  margin-bottom: -10px;
}
.selected-apartments span em {
  font-style: normal;
  font-weight: 400;
}
.selected-apartments .status {
  background-color: #01ff23;
  color: #2d2d2c;
  font-weight: 600;
  font-size: 13px;
  padding: 3px 10px;
  border-radius: 30px;
}
.selected-apartments .status-reserved {
  background-color: #e7ff33;
}
.selected-apartments .price-wrapper p {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 0px;
}
.selected-apartments .price-wrapper .button {
  font-weight: 700;
  margin-right: 0;
  margin-bottom: 0;
}
.selected-apartments .button.txt {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 80px;
  overflow: visible;
  padding-right: 60px;
  margin-top: 30px;
}
.selected-apartments .button.txt::after {
  width: 35px;
}
.selected-apartments .button.toggle-details {
  margin-bottom: 0;
}
.selected-apartments .left-side {
  display: flex;
}
.selected-apartments .plan-image {
  height: 300px;
  width: 450px;
}
.selected-apartments .form-wrapper h2 {
  margin-top: 0;
}
.selected-apartments .desc h3 {
  margin-top: 0;
  display: flex;
  gap: 5px;
  font-weight: normal;
}
.selected-apartments .desc h3 p {
  font-weight: 500;
}
.selected-apartments .desc .button.txt {
  margin-bottom: 0;
  margin: 0;
}
.selected-apartments .desc .button.txt::after {
  display: none;
}
.selected-apartments .contact-form .form-wrapper.tableform {
  padding-right: 0;
}
.selected-apartments .contact-form .button.magicFormSubmit {
  background-color: unset;
  color: #000;
  font-weight: 600;
  font-size: 24px;
}
.selected-apartments .contact-form-wrapper .button.txt {
  margin: 0 0 1em 0;
}
.selected-apartments .button.magicFormSubmit {
  color: #2A2A2A;
  border: solid 1px #521417;
  background: transparent;
}
.selected-apartments .button.magicFormSubmit:hover {
  background-color: #2A2A2A;
  color: #fff;
}

.splide__arrow--next svg {
  display: none;
}

.splide__arrow--prev svg {
  display: none;
}

.splide__arrow {
  background: transparent;
  opacity: 1;
}

.splide__arrow--next {
  right: 33.33%;
  background-image: url("graphics/svg/arrow-right-slider.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}

.splide__arrow--prev {
  right: 33.33%;
  background-image: url("graphics/svg/arrow-left-slider.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}

.variants-container .subtitle.gallery {
  display: none;
}
.variants-container h2 {
  text-align: left !important;
  margin-bottom: 10px !important;
}
.variants-container span.active {
  color: #ffcc33;
  text-decoration: underline;
}
.variants-container span {
  text-transform: lowercase;
}
.variants-container .card {
  position: relative;
  height: 100%;
}
.variants-container .card .video-wrapper .video video {
  -o-object-fit: cover;
     object-fit: cover;
}
.variants-container .card .image-wrapper .image img {
  transform: none;
}
.variants-container .card .image-wrapper {
  height: 100%;
  margin-bottom: 0;
}
.variants-container .card .video-wrapper {
  height: 100%;
}
.variants-container .splide__arrow--prev {
  right: -3em;
  top: 2em;
  left: unset;
}
.variants-container .splide__arrow--next {
  right: -5em;
  top: 2em;
}
.variants-container .content {
  position: absolute;
  bottom: 5%;
  left: 5%;
  color: #fff;
}
.variants-container h3 {
  color: #fff;
}
.variants-container .variants-inner {
  position: relative;
}
.variants-container .variants-inner .card .image-wrapper::after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.variants-container .footer-texts {
  position: absolute;
  right: 100px;
  bottom: -10%;
  font-weight: 600;
  font-size: 2rem;
}

.blog-tile-wrapper .controls .button {
  border-radius: unset;
}

.button.only-ico {
  padding: 0;
  height: 50px;
  width: 50px;
  background: #ecb91e;
  background-color: rgb(236, 185, 30);
  min-width: 0;
  border-radius: 50%;
}

.button.only-ico .ico {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.controls.listing {
  text-align: right;
}

.blog-tile-wrapper .tile .controls {
  bottom: 0;
  text-align: left;
  padding-top: 20px;
}

#page-blog_article .PAGE .container {
  max-width: 900px;
}

#page-blog_article .blog-article-content .container {
  padding: 0;
}

.blog_article_page .blog-article-header > div {
  padding: 30px 0;
}

.blog_article_page .container h1 {
  text-align: left;
}

.search-submit {
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  width: 55px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.search-submit .search-icon {
  stroke: #fff;
  width: 20px;
  height: 20px;
}

.subpage-search {
  max-width: 600px;
  margin-top: 30px;
}

.table_filters.big {
  align-items: start;
  padding: 20px 200px 20px 56px;
  flex-direction: column;
  gap: 15px;
  border: 1px solid #000000;
  border-radius: 5px;
  background-color: #f9f9f9;
  position: relative;
}
.table_filters.big .filter_modal {
  background-color: #fff;
}
.table_filters.big .filter_modal label {
  color: #000;
}
.table_filters.big .filter_extra_options {
  display: flex;
  gap: 24px;
  margin-top: -10px;
  padding-bottom: 12px;
}
.table_filters.big .filter_extra_options label {
  margin-top: 0;
}
.table_filters.big .filter_button {
  border: 1px solid #000;
  background-color: #fff;
  min-width: 118px;
  width: 118px;
}
.table_filters.big .filter_button > div {
  min-width: unset;
}
.table_filters.big .filter_extra_options label {
  color: #2d2d2c;
  font-weight: 600;
}
.table_filters.big .button {
  margin-bottom: 0;
  margin-right: 0;
  position: absolute;
  right: 3%;
  top: 32%;
}
.table_filters.big .filter_dropdown_wrapper[data-filter=inwestycja] .filter_button {
  min-width: 175px;
  width: auto;
}
.table_filters.big .filter_dropdown_wrapper[data-filter=inwestycja] .filter_button > div {
  min-width: unset;
}
.table_filters.big .filter_dropdown_wrapper[data-filter=cena] .filter_button {
  min-width: 144px;
  width: auto;
}
.table_filters.big .filter_dropdown_wrapper[data-filter=cena] .filter_button > div {
  min-width: unset;
}
.table_filters.big .filter_dropdown_wrapper[data-filter=metraz] .filter_button {
  min-width: 144px;
  width: auto;
}
.table_filters.big .filter_dropdown_wrapper[data-filter=metraz] .filter_button > div {
  min-width: unset;
}

.accordion-h3 .text-wrapper {
  max-width: unset;
}

.faq {
  font-weight: 600;
}
.faq h2 {
  text-align: center !important;
  font-weight: 600;
}

.faq {
  background: linear-gradient(to top, #ffffff 0%, #f9f9f9 100%);
  margin-top: 100px;
  max-width: unset;
}

#START .container.faq {
  padding-top: 0;
}

.header.faq h2 {
  text-align: center !important;
  font-size: 2rem !important;
}

.accordion-h3 .ui-accordion-header:first-child,
.accordion-h3 h2.ui-accordion-header:first-child {
  border-top: unset;
}
.accordion-h3 .ui-accordion-header,
.accordion-h3 h2.ui-accordion-header {
  border-bottom: 1px solid #2d2d2c;
}
.accordion-h3 .ui-accordion-header.ui-state-active,
.accordion-h3 h2.ui-accordion-header.ui-state-active {
  border-bottom: unset;
}
.accordion-h3 .ui-accordion-content {
  border-bottom: 1px solid #2d2d2c;
  font-weight: 400;
}
.accordion-h3 .ui-accordion-header {
  font-weight: 500;
  font-size: 1.5rem;
}

.faq .accordion-h3 {
  padding-bottom: 140px;
}

#START .faq .accordion-h3 {
  padding-bottom: 0;
}

#START .faq h2 {
  padding-top: 100px;
}

.faq h2 {
  padding-top: 70px;
}

.clear-ico.email .mail {
  display: none;
}

.clear-ico.email.show-email .mail {
  display: inline;
}

#BANER-CONTENT {
  position: relative;
  margin-bottom: 30px;
}

#BANER-CONTENT::after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.video-section {
  padding-bottom: 94vh;
}

.link-file {
  max-width: 100%;
  background: #f4f4f4;
}

.sub-title {
  font-weight: 400;
  font-size: 18px;
  font-style: italic;
}

.line {
  font-weight: 400;
  font-size: 18px;
}

.listing-cards-invest {
  padding-bottom: 50px !important;
  position: relative;
}
.listing-cards-invest h3 {
  min-height: 30px;
}
.listing-cards-invest p {
  min-height: 120px;
  margin-bottom: 20px;
}
.listing-cards-invest .controls {
  text-align: left;
  position: inherit;
}
.listing-cards-invest .controls .button {
  padding: 5px 20px;
}
.listing-cards-invest .exceptions .button {
  text-transform: inherit;
}
.listing-cards-invest .investment-tag {
  position: absolute;
  right: 24px;
  top: 24px;
  background-color: #ffcc33;
  color: #2d2d2c;
  z-index: 1;
  width: 110px;
  font-size: 13px;
  text-align: center;
  padding: 5px 8px;
  border-radius: 11px;
  letter-spacing: -7%;
  font-weight: 400;
  font-style: italic;
}
.listing-cards-invest .investment-tag em {
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0;
}
.listing-cards-invest .black {
  background-color: #2d2d2c;
  color: #fff;
}

.investment-texts .text-wrapper {
  max-width: 1200px;
}
.investment-texts .text-wrapper p {
  font-size: 36px;
  line-height: 100%;
  font-weight: 500;
  padding-bottom: 70px;
}

.PAGE {
  padding-bottom: 0;
}

.button.txt.apartment::before {
  content: "";
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  width: 18px;
  background-image: url("graphics/svg/adres-02.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: right 300ms;
}

.button.txt.apartment::after {
  display: none;
}

.circle-checkbox input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #ccc;
  border-radius: 0;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  padding: 9px;
}

.circle-checkbox input[type=checkbox]:checked {
  background-color: #fff;
  border: 2px solid #000;
}

.circle-checkbox input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 0;
  background-color: #000;
}

nav.desktop .submenu {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.09);
}

nav.desktop .sub-nav-button > a:hover {
  text-decoration: underline !important;
}

nav.desktop .sub-nav-button > a {
  padding: 0.6rem 1.2rem;
}

.subtitle {
  display: block;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}

s .subtitle.hide {
  display: none;
}

.subtitle-toggle {
  background: none;
  border: none;
  font-size: 1em;
  cursor: pointer;
  margin-left: 0.5em;
  transform: rotate(180deg);
}

.subtitle-toggle img {
  transition: transform 0.5s ease;
}

.subtitle-toggle.rotated img {
  transform: rotate(180deg);
}

#apartment_form h2 {
  font-size: 18px !important;
  font-weight: 400;
  text-transform: inherit;
  padding-bottom: 20px;
}
#apartment_form .submit-controls .button {
  height: auto;
}

.selected-apartments .left-side > div {
  flex: 1;
}

.selected-apartments .plan-image {
  padding-right: 20px;
}

.multimodule_header span {
  text-decoration: underline;
}

.selected-btn {
  text-align: right;
}

.team-cards .image-wrapper img {
  width: 190px;
  height: 180px;
  transition: unset;
  border-radius: 50%;
}
.team-cards .image-wrapper img:hover {
  transition: unset;
  transform: unset !important;
}
.team-cards .content {
  max-width: 250px;
}

#TOP.sticked,
#START #TOP.sticked {
  background-color: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  transition: background-color 0.3s ease, -webkit-backdrop-filter 0.3s ease;
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease, -webkit-backdrop-filter 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  z-index: 999;
}

.timeline-arrows {
  position: relative;
  left: 15%;
}

.timeline-arrows .splide__arrow {
  position: initial;
  display: initial;
}

.sb-photo-two {
  display: flex;
  gap: 100px;
}
.sb-photo-two .image-wrapper {
  display: flex;
  width: 500px;
  justify-content: end;
  gap: 40px;
}
.sb-photo-two .image-wrapper .image-mini {
  max-width: 135px;
  max-height: 187px;
}
.sb-photo-two .image-wrapper .image-small {
  max-width: 276px;
  max-height: 330px;
  overflow: hidden;
}
.sb-photo-two .image-wrapper .image-small img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sb-photo-two .content {
  align-self: center;
}
.sb-photo-two .content p {
  max-width: 400px;
}
.sb-photo-two .content h2 {
  margin-top: 0;
}

.sb-photo-one {
  display: flex;
  gap: 100px;
}
.sb-photo-one .image-wrapper {
  display: flex;
  flex: 1;
  max-height: 319px;
}
.sb-photo-one .image-wrapper .image-large {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sb-photo-one .image-wrapper .image-large img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sb-photo-one .content {
  flex: 1;
  align-self: center;
  max-width: 500px;
}
.sb-photo-one .content h2 {
  margin-top: 0;
}

.sb-banner-about .image-wrapper {
  position: relative;
  overflow: visible;
}
.sb-banner-about .content h2 {
  font-size: 2.125rem !important;
  color: #fff;
  font-weight: 600;
  max-width: 837px !important;
  text-align: left;
}
.sb-banner-about .video .content {
  position: absolute;
  left: 10%;
  right: 0;
  display: inherit;
}

.sb-bg-photo .content h1 {
  color: #fff;
  font-weight: 600;
  font-size: 4rem;
  margin: 0;
  max-width: 800px;
  text-align: left;
}
.sb-bg-photo .content p {
  text-align: left;
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
}
.sb-bg-photo .content .breadcrumbs {
  text-align: left;
  margin-top: 30px;
  color: white;
}
.sb-bg-photo .content .breadcrumbs a {
  color: #fff;
}
.sb-bg-photo .content .breadcrumbs span {
  color: #fff;
  font-weight: 500;
}
.sb-bg-photo .image-wrapper .image::after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.sb-bg-photo .breadcrumbs {
  padding-bottom: 0;
}

.left-image {
  display: flex;
  gap: 75px;
  overflow: visible;
  align-items: center;
  padding: 60px 0;
}
.left-image .image-wrapper {
  flex: 2;
  margin-left: -35%;
}
.left-image .image-wrapper img {
  left: -50px;
}
.left-image .content-wrapper {
  flex: 1;
}
.left-image .content-wrapper h2 {
  margin-top: 0;
  padding-right: 10px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 2rem;
}
.left-image .content-wrapper .header {
  display: flex;
  align-items: center;
}
.left-image .content-wrapper span.subtitle {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: lowercase;
  font-weight: 400;
  font-size: 2rem;
}
.left-image .content-wrapper .content {
  padding-left: 0;
  padding-bottom: 25px;
}
.left-image .controls {
  position: relative;
  text-align: left;
}

.faq .header.faq {
  background: unset;
}
.faq .header.faq h2:first-child {
  margin-top: 0;
}

.values .image-wrapper {
  display: none;
}
.values h3 {
  font-weight: unset;
}
.values h2 {
  font-weight: 700;
}

.experience .experience-items {
  display: flex;
}
.experience .experience-items:hover {
  cursor: pointer;
}
.experience .card .image-wrapper img {
  width: 260px;
  height: 180px;
}
.experience .card .image-wrapper img:hover {
  transition: unset;
  transform: unset !important;
}
.experience .video-wrapper {
  height: 180px;
  margin-right: 5px;
}
.experience .card .image-wrapper {
  margin-bottom: 15px;
}
.experience .image-wrapper .img-placeholder {
  padding-bottom: unset;
}
.experience .card.round .image-wrapper img {
  border-radius: 50%;
}
.experience .card.round-layout .content {
  min-height: 195px;
  margin-top: 0;
  margin-bottom: 2em;
}
.experience .card.square-layout .content {
  min-height: 195px;
}
.experience .content h3 {
  font-size: 1.25rem;
}
.experience .square-items,
.experience .round-items {
  width: 100%;
  min-height: 202px;
}
.experience .card-to-tile {
  display: flex;
  flex-direction: column;
  align-items: start;
  text-align: center;
  min-height: 563px;
}
.experience .image-wrapper.square .image img,
.experience .image-wrapper.square .img-placeholder {
  border-radius: 0;
  aspect-ratio: 1/1;
}
.experience .image-wrapper.square .img-placeholder,
.experience .image-wrapper.round .img-placeholder {
  max-width: 224px;
  max-height: 180px;
  background-color: unset;
}
.experience .round .content {
  margin-top: 0;
}
.experience .image-wrapper.round .image img,
.experience .image-wrapper.round .img-placeholder {
  border-radius: 50%;
  aspect-ratio: 1/1;
  max-width: 224px;
  max-height: 224px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.experience .card-to-tile .content {
  margin: 1rem 0;
  text-align: left;
  padding-right: 40px;
  font-size: 14px;
  max-width: 300px;
}
.experience .round-items .experience-date {
  margin-bottom: 20px;
}
.experience .experience-date {
  text-align: left;
  font-weight: 600;
}
.experience .timeline-line {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #000;
  margin: 20px 0;
}
.experience .timeline-dot {
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
.experience .timeline-arrow {
  width: 10px;
  height: 10px;
  border: solid #000;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 2px 2px 0;
  display: inline-block;
  transform: rotate(-45deg);
  margin-top: -6px;
  position: absolute;
  right: 1px;
}
.experience .splide__track {
  overflow: visible;
}

.accordion-csr .accordion-h3 h3.ui-accordion-header.is-open {
  /* np. border-bottom-color: transparent; */
  border-bottom: none;
}
.accordion-csr .acc-date {
  font-weight: 400;
  font-size: 16px;
  display: block;
  margin-top: 10px;
}
.accordion-csr .accordion-h3 h3 {
  font-size: 2.5rem;
  font-weight: 600;
}
.accordion-csr .accordion-h3 .ui-accordion-content.with-img {
  display: flex;
  align-items: center;
  gap: 40px;
}
.accordion-csr .accordion-h3 .ui-accordion-content.with-img .image-wrapper {
  width: 40%;
}
.accordion-csr .accordion-h3 .ui-accordion-content.with-img .content-texts {
  width: 65%;
}
.accordion-csr .accordion-h3 .ui-accordion-content.with-img .content-texts p {
  -moz-column-count: 2;
       column-count: 2;
}
.accordion-csr .content-texts-title {
  font-size: 2rem;
}
.accordion-csr .accordion-header {
  cursor: pointer;
  transition: color 0.3s;
}
.accordion-csr .accordion-header.open {
  color: #0084a4;
}
.accordion-csr .accordion-content {
  transition: all 0.3s ease;
}
.accordion-csr .accordion-content {
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease;
}
.accordion-csr .accordion-content.open {
  height: 100%;
  /* tylko na JS */
}

h3.is-open .ui-accordion-header-icon::after,
h2.is-open .ui-accordion-header-icon::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
  background-image: url("graphics/svg/x_faq.svg");
}

.accordion-h3 .ui-accordion-header.is-open {
  border-bottom: none;
}

.accordion-h3.is-open .ui-accordion-header-icon::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
  background-image: url("graphics/svg/x_faq.svg");
}

.cb-container h2 {
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 800;
}

.cb-container h2 span {
  font-size: 2.25rem;
}

.subtitle {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
}

.two-lines {
  -webkit-line-clamp: 2;
  max-height: 3.2em;
  line-height: 1.5;
  /* 2 linie tekstu */
}

.added-text-selected.expanded .subtitle {
  -webkit-line-clamp: unset;
  max-height: none;
}

.read-more-btn {
  cursor: pointer;
  background: none;
  text-decoration: underline;
  font-weight: 600;
}

.sort-link {
  color: #888;
  text-decoration: none;
  margin: 0 8px;
  position: relative;
  padding-right: 18px;
  /* żeby było miejsce na strzałkę */
}

.sort-link.urhere {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.sort-link::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  width: 25px;
  height: 25px;
  background-image: url("graphics/svg/arrow_sort_mod.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.3s ease;
  opacity: 0.5;
}

.sort-link.ASC::after {
  transform: translateY(-50%) rotate(0deg);
  opacity: 1;
}

.sort-link.DESC::after {
  transform: translateY(-50%) rotate(180deg);
  opacity: 1;
}

.constitution .image-wrapper {
  display: none;
}
.constitution .header h2 {
  margin-top: 0;
}
.constitution .content {
  background-color: #f9f9f9;
  padding: 40px 55px;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.4;
  border-radius: 25px;
}
.constitution .content em {
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
}
.constitution .content strong {
  position: relative;
  font-weight: 400;
  font-size: 1rem;
  top: -12px;
}
.constitution .content h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5rem;
}

.see-rest-apartments {
  text-align: center;
  margin-top: 40px;
}

.csr-top-text {
  font-size: 28px;
}

.tile .estate-plan.content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  height: 100%;
}
.tile .controls {
  position: initial;
  text-align: left;
}
.tile .image-wrapper {
  width: 50%;
}

#page-investment #TOP-PLACEHOLDER {
  height: 70px;
}

#page-investment .PAGE {
  padding-top: 0;
}

.sb-bg-photo {
  margin-bottom: 100px;
}
.sb-bg-photo .video .content {
  position: absolute;
  left: 10%;
  right: 0;
  bottom: 30%;
  display: inherit;
}

.PAGE.blog_article_page {
  padding-bottom: 50px;
}

.multiblock_box_image_wrapper2 {
  direction: rtl;
}

.card.bulding-type .add-text {
  padding: 10px 0;
  line-height: 1.2;
}
.card.bulding-type .add-text em {
  font-style: normal;
  display: inline-block;
  width: 90px;
  color: #888888;
  font-size: 0.95rem;
  padding: 5px 0;
}

.contact_data .text-wrapper {
  margin: 0 auto;
  text-align: center;
  color: #666;
  font-size: 1.125rem;
}

.contact_data .header h2 {
  text-align: center;
}

.icon-card-descr-wrapper h2 {
  margin-top: 0;
}
.icon-card-descr-wrapper .header {
  margin-left: 0;
}

.shadow-icon .subtitle {
  font-weight: 500;
  font-size: 0.7rem;
  color: #000;
  margin-top: 0;
  letter-spacing: 2px;
}

.cards-shadow-wrapper .slick-list {
  overflow: visible !important;
}

.cards-shadow-wrapper .slick-list::after {
  content: "";
  position: absolute;
  top: -20px;
  right: 100%;
  bottom: -20px;
  width: 2000px;
  background-color: #fff;
}

.cards-shadow-wrapper .slick-list::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 100%;
  bottom: -20px;
  width: 2000px;
  background-color: #fff;
  z-index: 1;
}

.icon-card.shadow .icon-wrapper {
  float: unset;
}

.cb-text_photo.cb-elem-position-left .image-wrapper {
  width: 50%;
}

.multiblock_box_image_wrapper .descr-wrapper .header .text-wrapper {
  max-width: 430px;
}

.interactive-image {
  width: 700px;
  height: 432px;
  -o-object-fit: contain;
     object-fit: contain;
}

.interactive-image:hover {
  -o-object-fit: none;
     object-fit: none;
}

.interactive-image:not(:hover) {
  -o-object-position: 50% 50% !important;
     object-position: 50% 50% !important;
}

.article.buk .contact-blok {
  background: white;
  box-shadow: 6px 6px 14px -3px rgba(0, 0, 0, 0.2);
  padding: 5rem 2rem 1.5rem 2rem;
  position: relative;
}
.article.buk .contact-blok img.dabrowka,
.article.buk .contact-blok img.murowana {
  display: none;
}

.article.murowana .contact-blok {
  background: white;
  box-shadow: 6px 6px 14px -3px rgba(0, 0, 0, 0.2);
  padding: 5rem 2rem 1.5rem 2rem;
  position: relative;
}
.article.murowana .contact-blok img.dabrowka,
.article.murowana .contact-blok img.buk {
  display: none;
}

.article.dopiewiec .contact_data .image-wrapper {
  margin: 0 -145px;
  margin-top: 0px;
  margin-top: -155px;
  z-index: -1;
  position: relative;
}
.article.dopiewiec .contact-blok {
  background: white;
  box-shadow: 6px 6px 14px -3px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 5rem 2rem 1.5rem 2rem;
  position: relative;
  border: unset;
}
.article.dopiewiec .contact-blok img.murowana,
.article.dopiewiec .contact-blok img.buk {
  display: none;
}
.article.dopiewiec .video-wrapper .video iframe,
.article.dopiewiec .video-wrapper .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-height: 140%;
  min-width: 100%;
  transform: none;
}
.article.dopiewiec .video-wrapper .video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-387 .table_filters .filter_modal label {
  font-size: 13px;
}

.table_filters .filters_group_wrapper_container {
  padding-bottom: 10px;
}

.contact-data-flying-form-window {
  padding: 15px 25px;
  background-color: #1f3358;
  transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
  transform: translateY(100%);
  opacity: 0;
}
.contact-data-flying-form-window .container {
  padding: 0;
}
.contact-data-flying-form-window .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.contact-data-flying-form-window .buttons .window-close {
  background: #1f3358;
}
.contact-data-flying-form-window .buttons .button {
  background-color: #bde5d3;
  color: #1f3358;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  letter-spacing: normal;
  padding: 5px 15px;
  text-decoration: none;
}

#page-building_type .see-rest-apartments {
  display: none;
}

.button.alt.price_history_label {
  padding: 5px 30px;
  border-radius: 46px;
  display: inline-flex;
}

.apartment-lead-content .apartment-image-wrapper,
.apartment-lead-content .apartment-section {
  flex: 1;
}

.price_history_label {
  background-color: rgba(82, 20, 23, 0.0509803922);
  color: rgba(82, 20, 23, 0.6666666667);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 5px 8px;
  border-radius: 5px;
  margin-left: 10px;
}

.additional_costs .costs_wrapper .cost_wrapper {
  border-bottom: 1px solid rgba(42, 42, 42, 0.1019607843);
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.additional_costs .costs_wrapper .cost_wrapper .foot {
  display: inline-flex;
  gap: 10px;
}
.additional_costs .costs_wrapper .cost_wrapper .cost {
  min-width: 80px;
  text-align: right;
  color: #2a2a2a;
  font-weight: 500;
}
.additional_costs .costs_wrapper .cost_wrapper .status {
  background-color: #f3f5f6;
  color: #4d5155;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  padding: 5px 8px;
  border-radius: 5px;
  text-box-trim: trim-both;
}
.additional_costs .costs_wrapper .cost_wrapper .status.red {
  color: #e4000f;
  background-color: rgba(228, 0, 15, 0.0588235294);
}
.additional_costs .costs_wrapper .cost_wrapper:first-child {
  padding-top: 0;
}
.additional_costs .price_history_label {
  display: block;
  text-align: right;
  margin: 30px 0 30px auto;
  width: -moz-max-content;
  width: max-content;
}

#priceHistoryWindow h3 {
  font-size: 18px;
  font-weight: 500;
}
#priceHistoryWindow table tr th,
#priceHistoryWindow table tr td {
  color: #000;
  border-radius: 0;
  line-height: normal;
  text-align: left;
  width: 50%;
}

.rozwijany-inwestycja {
  font-size: 1.2rem;
  display: flex;
  gap: 3px;
  align-items: center;
}
.rozwijany-inwestycja p {
  margin-bottom: 0;
}
.rozwijany-inwestycja sup {
  display: none;
}

.floating-flag.show {
  right: 0;
}

.floating-flag {
  position: fixed;
  right: -100%;
  top: 50%;
  z-index: 50;
  background-color: #ff3000;
  padding: 5px;
  border-top-left-radius: 4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 4px;
  transition: right 1s ease-in-out;
  box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.2);
}
.floating-flag .social-icon {
  margin-right: 5px;
  padding-left: 5px;
}
.floating-flag .social-icon::before {
  display: none;
}
.floating-flag .social-icon:hover {
  opacity: 1;
}
.floating-flag .social-icon img,
.floating-flag .social-icon svg {
  background-color: #fff;
  border-radius: 15px;
}

.popup-buttons {
  margin-top: 16px;
  display: flex;
  gap: 10px;
  justify-content: center;
}

.popup-buttons .button {
  flex: 1;
  min-width: 80px;
}

.popup-gif {
  width: 600px;
  height: 600px;
}

.controls-estate-wrapper {
  position: absolute;
  top: 0px;
  left: 50%;
  flex-direction: row-reverse;
  align-items: center;
  transform: translateX(-50%);
  z-index: 20;
  display: flex;
  gap: 40px;
}
.controls-estate-wrapper .map-search {
  flex: 1;
  position: static;
  margin-left: 0px;
  min-width: auto;
  max-width: none;
  background: #fff;
  padding: 18px;
  box-sizing: border-box;
  box-shadow: 6px 6px 14px -3px rgba(0, 0, 0, 0.2);
}
.controls-estate-wrapper .map-search .checkboxes-wrapper > div {
  width: -moz-max-content;
  width: max-content;
}
.controls-estate-wrapper .map-search #search_form {
  display: flex;
  gap: 20px;
  align-items: center;
}
.controls-estate-wrapper .map-search #search_form .search-box-section .checkboxes-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.controls-estate-wrapper .map-search #search_form .search-btn {
  margin-top: 0px;
  height: 40px;
}
.controls-estate-wrapper .map-control {
  top: auto;
  left: auto;
  margin-left: 0px;
  width: 160px;
  height: 40px;
  position: relative;
  box-sizing: border-box;
  border-radius: 20px;
  overflow: hidden;
  background: #ecb91e;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-shadow: 6px 6px 14px -3px rgba(0, 0, 0, 0.2);
  padding-left: 40px;
}
.controls-estate-wrapper .map-control:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url(graphics/svg/zoom.svg);
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
}

.footer-pzfd-icon img {
  height: 40px;
}

.search-input-item input {
  font-weight: 600;
  border-radius: 0;
}
.search-input-item input:focus {
  border: 1px solid #2d2d2c;
  color: #2d2d2c;
  font-weight: 600;
}/*# sourceMappingURL=theme.css.map */