@charset "UTF-8";
@font-face {
  font-family: "Quicksand";
  src: local("Quicksand Regular"), local("Quicksand-Regular"), url("fonts/Quicksand-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Quicksand";
  font-style: italic;
  src: local("Quicksand Regular"), local("Quicksand-Regular"), url("fonts/Quicksand-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Quicksand";
  font-weight: bold;
  src: local("Quicksand Bold"), local("Quicksand-Bold"), url("fonts/Quicksand-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Quicksand";
  font-weight: bold;
  font-style: italic;
  src: local("Quicksand Bold"), local("Quicksand-Bold"), url("fonts/Quicksand-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Quicksand";
  font-weight: 500;
  src: local("Quicksand SemiBold"), local("Quicksand-SemiBold"), url("fonts/Quicksand-SemiBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "PlayfairDisplay";
  src: local("PlayfairDisplay Regular"), local("PlayfairDisplay-Regular"), url("fonts/PlayfairDisplay-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "PlayfairDisplay";
  font-style: italic;
  src: local("PlayfairDisplay Italic"), local("PlayfairDisplay-Italic"), url("fonts/PlayfairDisplay-Italic.ttf");
  font-display: swap;
}
@font-face {
  font-family: "PlayfairDisplay";
  font-weight: bold;
  src: local("PlayfairDisplay Bold"), local("PlayfairDisplay-Bold"), url("fonts/PlayfairDisplay-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "PlayfairDisplay";
  font-weight: bold;
  font-style: italic;
  src: local("PlayfairDisplay BoldItalic"), local("PlayfairDisplay-BoldItalic"), url("fonts/PlayfairDisplay-BoldItalic.ttf");
  font-display: swap;
}
@font-face {
  font-family: "PlayfairDisplay";
  font-weight: 900;
  src: local("PlayfairDisplay ExtraBold"), local("PlayfairDisplay-ExtraBold"), url("fonts/PlayfairDisplay-ExtraBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "PlayfairDisplay";
  font-weight: 500;
  src: local("PlayfairDisplay SemiBold"), local("PlayfairDisplay-SemiBold"), url("fonts/PlayfairDisplay-SemiBold.ttf");
  font-display: swap;
}
/*ver->2.0std-02-08-2019*/
/*ver->2.0std-02-08-2019*/
/* ================= FORMULARZE ================ */
label {
  color: lighten #5C5E60, 10%;
  font-size: 18px;
  text-transform: none;
  margin-top: 10px;
}

span + label {
  margin-top: 0;
}

input,
select,
textarea,
.input-placeholder {
  margin: 0;
  border: 1px solid #ddd;
  border-radius: 2px;
  background: transparent;
  height: 48px;
  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 30px 0;
  width: 100%;
  position: relative;
}

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

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

/* ================= 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;
}

/* 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: 144px;
  max-width: 144px;
}

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

.input-number > span {
  height: 48px;
  width: 48px;
  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:after,
.input-number > span.down:after {
  line-height: 1;
}

.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: 48px;
  margin: 0;
  width: 100%;
}

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

.styledSelect:after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: black transparent transparent transparent;
  position: absolute;
  top: 22px;
  right: 10px;
}

.styledSelect:active,
.styledSelect.active {
  background-color: #efefef;
}

.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: 0 6px;
  margin: 0 0;
  padding: 0 10px;
}

/* -- SELECT HOVER -- */
.options li:hover {
  background-color: #4560a7;
  color: #fff;
}

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

.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container .select2-selection--multiple .select2-selection__rendered {
  padding: 9px 15px;
  height: 48px;
  display: block;
}

.select2-selection--multiple .select2-selection__choice {
  background-color: #eee;
  border: 0;
  border-radius: 2px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-left: 0 !important;
  margin-top: 5px;
  padding: 0 5px;
  font-size: 0.6rem;
}

.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=checkbox] + label,
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=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: transparent;
  border: 1px solid #ddd;
  border-radius: 2px;
  text-indent: 0.15em;
  line-height: 1;
  color: #fff;
  font-size: 20px;
}

input[type=checkbox]:checked + label::before {
  content: "✓";
  background: #4560a7;
}

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

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: transparent;
  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: #4560a7;
}

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: 30px 30px;
}

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

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

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

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

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 #5C5E60;
  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: PlayfairDisplay, 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: #5C5E60;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 18px;
  margin: 6px;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 56px;
  border: 1px solid #5C5E60;
  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: 30px;
}

.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;
}

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

h1 {
  font-size: 3em;
}

h2 {
  font-size: 2.2em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

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

#START h1 {
  font-size: 3.1em;
}

#START h2 {
  font-size: 3rem;
}

a {
  color: #4560a7;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.ps-image:after,
.opSlider-inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.button {
  font-size: 0.8rem;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Quicksand, tahoma, arial, sans-serif;
  border: none;
  border-radius: 0px;
}

.button:after {
  content: url("graphics/dach-arrow.png");
  position: static;
  margin-left: 10px;
}

.button.alt {
  color: #3e445d;
  border: solid 1px #3e445d;
  background: transparent;
}

.button.txt {
  height: 2em;
  padding: 0;
  background: none;
  color: #18223C;
  min-width: 0;
  padding-right: 35px;
}

.button.txt:after {
  content: "";
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  width: 18px;
  background-image: url("graphics/svg/right-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: right 300ms;
  display: none;
}

.button.txt:hover:after {
  right: 0;
}

.button.cta {
  height: 48px;
  background: #4560a7;
}

.button.alt.cta {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #fff;
  color: #fff;
}

.button.file-btn {
  padding-right: 73px;
}

.button.file-btn:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 48px;
  width: 48px;
  box-sizing: border-box;
  background-image: url("graphics/download.png");
  background-color: rgb(54.0889830508, 75.2542372881, 130.9110169492);
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: center;
  background-origin: content-box;
}

.button.ico-left,
.button.ico-right,
.button.ico-left:hover,
.button.ico-right:hover {
  background: #4560a7;
  border: 0;
  color: #fff;
  box-shadow: none;
  text-shadow: none;
  transition: all 300ms;
}

.button.ico-left {
  padding-left: 48px;
}

.button.ico-right {
  padding-right: 48px;
}

.button.ico-left .ico,
.button.ico-right .ico {
  position: absolute;
  top: 0;
  padding: 15px;
  box-sizing: border-box;
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms;
}

.button.ico-left .ico {
  left: 0;
}

.button.ico-right .ico {
  right: 0;
}

.button.alt.ico-left,
.button.alt.ico-right,
.button.alt.ico-left:hover,
.button.alt.ico-right:hover {
  background: transparent;
  border: solid 1px #3e445d;
  color: #3e445d;
  box-shadow: none;
  text-shadow: none;
  transition: all 300ms;
}

.button.alt:after,
.button.search-btn:after,
.megadropdown .hide-button:after,
.button.alt.ico-left:after,
.button.alt.ico-right:after {
  display: none;
}

.updated {
  font-size: 0.9rem;
  font-weight: bold;
  color: #4560a7;
}

.text-wrapper ul,
.text-wrapper ul li {
  list-style: none;
}

.text-wrapper ul li {
  margin-left: 0;
  padding-left: 20px;
  position: relative;
}

.text-wrapper ul li:after {
  content: url("graphics/svg/pointer.svg");
  position: absolute;
  top: 0;
  left: 0;
}

.form-wrapper {
  max-width: 900px;
}

.social-sharing-module {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 40px;
  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;
}

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

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

.cb-table table {
  table-layout: fixed;
  max-width: 1000px;
}

.cb-table table tr td,
.cb-table table tr th {
  vertical-align: middle;
}

.cb-table table tr td .button,
.cb-table table tr th .button {
  margin: 0;
}

.footer {
  text-align: center;
}

.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);
}

.icon-card-lux-section {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-bottom: 60px;
}

.icon-card-lux-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: #fff;
}

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

.icon-card-lux-section .container {
  position: relative;
  z-index: 1;
}

.icon-card-lux-section .icon-card .content {
  color: #fff;
}

.icon-card-lux-section .icon-card h3 {
  color: #4560a7;
}

.icon-card-lux-section .icon-card .icon-wrapper {
  border-radius: 50%;
  padding: 3px;
  background: linear-gradient(90deg, #4560a7, #1f222e);
  width: 120px;
  height: 120px;
  margin: 0 auto 1em auto;
}

.icon-card-lux-section .icon-card .icon-wrapper .icon {
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.icon-card-lux-section .icon-card .icon-wrapper .icon img {
  width: 50%;
  height: 50%;
}

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

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

.quote-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent linear-gradient(180deg, rgba(24, 34, 60, 0.3) 0%, rgb(14, 16, 23) 100%) 0% 0% no-repeat padding-box;
}

.quote-section h2,
.quote-section blockquote,
.quote-section p,
.quote-section span,
.quote-section a {
  color: #fff;
}

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

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

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

blockquote span.signature {
  text-transform: uppercase;
}

.quote-section .slick-next,
.quote-section .slick-prev {
  display: none !important;
}

.multiphoto-columns > div {
  float: left;
  width: 50%;
}

.multiphoto-columns .content {
  padding: 100px;
}

.sb-tile {
  overflow: hidden;
  padding-bottom: 250px;
}

.sb-tile .images-wrapper {
  width: 50%;
  padding: 0 0 0 50px;
  box-sizing: border-box;
}

.sb-tile .content {
  width: 50%;
  float: left;
  padding: 0 50px 0 0;
  box-sizing: border-box;
}

.sb-tile .content h2,
#START .sb-tile .content h2,
.multiphoto-columns h2,
#START .multiphoto-columns h2 {
  text-align: left;
  font-size: 2rem;
  font-weight: bold;
}

.images-wrapper .image-wrapper.img2 {
  bottom: -200px;
  top: auto;
  padding: 0;
}

.sb-tile .content,
.multiphoto-columns .content {
  font-size: 0.9rem;
}

.quote-columns {
  padding-left: 200px;
}

.quote-section .container {
  position: relative;
  overflow: hidden;
}

.quote-columns .quote-content {
  padding: 70px 120px 70px 270px;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.quote-columns .quote-header {
  width: 400px;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translate(0, -50%);
}

.quote-columns .quote-header h2,
#START .quote-columns .quote-header h2 {
  margin: 0;
}

.quote-columns .quote-header:after,
.quote-columns .quote-header:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 300px;
  background-color: rgba(255, 255, 255, 0.4);
}

.quote-columns .quote-header:after {
  top: calc(100% + 20px);
}

.quote-columns .quote-header:before {
  bottom: calc(100% + 20px);
}

.quote-section blockquote,
.quote-section span.signature {
  text-align: left;
}

.quote-section span.signature {
  padding-left: 20px;
  position: relative;
}

.quote-section span.signature:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 1px;
  background: #fff;
}

nav.desktop {
  margin: 0 auto;
  float: none;
  display: inline-flex;
}

nav.desktop .nav-button > a {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-family: Quicksand, tahoma, arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0.35px;
}

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: #1f222e;
  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 {
  border: 0;
}

#TOP .container {
  text-align: center;
}

#START #TOP.unsticked {
  background: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.6));
}

#START #TOP.unsticked nav.desktop .nav-button > a {
  color: #fff;
  text-shadow: 0px 1px 3px rgba(14, 16, 23, 0.8);
}

#START #TOP.unsticked #logo {
  transition: all 1s;
  height: 145px;
  width: 167px;
}

#START #TOP #logo {
  position: fixed;
  transform: translate(0, 0);
  top: 5px;
}

#START #TOP.unsticked #logo {
  position: fixed;
  top: 30vh;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 1s;
  height: 145px;
}

#START #TOP.unsticked #logo .primary-logo,
#START #TOP.unsticked #logo .secondary-logo {
  display: block !important;
}

#START #TOP.unsticked #logo .primary-logo {
  opacity: 0;
}

#START #TOP.unsticked #logo .secondary-logo {
  opacity: 1;
}

#TOP.sticked #logo {
  width: 45px;
}

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

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

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

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

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

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

.banner-content {
  top: 45vh;
  transform: translate(0, 145px);
  bottom: auto;
  padding-bottom: 0;
}

.banner-content .container {
  max-width: 900px;
}

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

.article-section.padding-top h2:first-child {
  margin-top: 0;
}

#BOTTOM {
  padding: 60px 0 35px 0;
}

#BOTTOM .container {
  position: relative;
}

#BOTTOM .bottom-logo,
#BOTTOM .bottom-addons {
  width: 135px;
  height: 135px;
  box-sizing: border-box;
  position: absolute;
  top: -60px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  background: #fff;
}

#BOTTOM .bottom-logo img,
#BOTTOM .bottom-addons img {
  max-width: 100%;
  max-height: 100%;
}

#BOTTOM .bottom-addons {
  left: auto;
  right: 0;
  padding: 10px 0 0 0;
}

#BOTTOM,
#SYSTEM-FOOT {
  background: #efefef;
}

#BOTTOM h3:first-child {
  margin-top: 0;
}

#BOTTOM,
#BOTTOM h3,
#BOTTOM p,
#BOTTOM span,
#BOTTOM a,
#BOTTOM strong,
#SYSTEM-FOOT a {
  color: rgba(24, 34, 60, 0.8);
}

#BOTTOM .social-links {
  margin-top: 1em;
  justify-content: center;
}

#BOTTOM .social-icon {
  width: 22px;
  height: 22px;
  margin-right: 20px;
}

#BOTTOM .social-icon svg path {
  fill: #18223C;
}

#BOTTOM .links ul,
#SYSTEM-FOOT .links ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

#BOTTOM .links ul li,
#SYSTEM-FOOT .links ul li {
  padding: 5px 20px 5px 20px;
}

#BOTTOM .links ul li a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9rem;
}

#BOTTOM .links ul li a:hover,
#SYSTEM-FOOT .links ul li a:hover {
  color: #18223c;
}

#SYSTEM-FOOT {
  padding: 30px 0;
}

#SYSTEM-FOOT .container {
  border: 1px solid #ddd;
}

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

#SYSTEM-FOOT .links ul li a {
  font-size: 0.8rem;
}

#SYSTEM-FOOT .copyright,
#SYSTEM-FOOT .site-name {
  text-transform: uppercase;
  font-size: 0.8rem;
}

#START h2 {
  text-align: center;
}

#START .subtitle {
  font-weight: normal;
  color: #4560a7;
}

#BANER-CONTENT {
  position: relative;
}

#BANER-CONTENT .properties-search-section {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}

.properties-search-wrapper {
  background: #fff;
  width: 100%;
  border: 1px solid #ddd;
}

.properties-search-items-wrapper {
  padding: 15px 15px 5px 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: -10px;
  position: relative;
  z-index: 3;
}

.properties-search-item {
  padding: 0 10px 10px 0;
  position: relative;
  flex: 1;
}

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

.properties-search-item > .button {
  margin: 0;
  box-shadow: 0px 5px 10px rgba(69, 96, 167, 0.3);
}

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

.properties-search-item:last-child:after {
  display: none;
}

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

.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;
}

.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: 40px;
  padding-right: 40px;
  border: 0;
}

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

.properties-search-item > .search-input > .comboTreeWrapper > .comboTreeInputWrapper > input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #5C5E60;
  opacity: 1;
}
.properties-search-item > .search-input > .comboTreeWrapper > .comboTreeInputWrapper > input::-moz-placeholder {
  /* Firefox 19+ */
  color: #5C5E60;
  opacity: 1;
}
.properties-search-item > .search-input > .comboTreeWrapper > .comboTreeInputWrapper > input:-ms-input-placeholder {
  /* IE 10+ */
  color: #5C5E60;
  opacity: 1;
}
.properties-search-item > .search-input > .comboTreeWrapper > .comboTreeInputWrapper > input:-moz-placeholder {
  /* Firefox 18- */
  color: #5C5E60;
  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 > .search-input .ico {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.properties-search-item > .search-input .ico img {
  max-width: 40%;
}

.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;
}

.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;
}

.cta-text-wrapper {
  padding: 60px 0;
  background-color: #efefef;
  position: relative;
}

.cta-text-wrapper .container {
  position: relative;
  z-index: 1;
}

.cta-text-wrapper .img-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-image: url("graphics/conture-bg.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

.cta-text-wrapper .controls {
  text-align: center;
}

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

.cta-text-wrapper.check-onscreen .img-bg {
  right: -100%;
  transition: all 1s;
}

.cta-text-wrapper.check-onscreen.onscreen .img-bg {
  right: 0;
}

.h-text-wrapper .header {
  padding-right: 40px;
  width: 400px;
  min-width: 400px;
  position: relative;
  box-sizing: border-box;
}

.h-text-wrapper .header .img-bg {
  position: absolute;
  top: 10%;
  right: 0;
  bottom: 0;
  left: 30%;
  z-index: 0;
  background-image: url("graphics/logo-bg.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

.h-text-wrapper h2,
#START .h-text-wrapper h2 {
  text-align: left;
  margin-top: 0;
}

.h-text-wrapper-2 {
  display: flex;
  align-items: center;
}
.h-text-wrapper-2 .header h2,
.h-text-wrapper-2 .text-wrapper {
  color: #fff;
  padding-left: 120px;
  margin: 0;
  padding-bottom: 0;
  text-align: left;
}
.h-text-wrapper-2 .header h2 p,
.h-text-wrapper-2 .text-wrapper p {
  margin-top: 20px;
}
.h-text-wrapper-2 .header {
  padding: 0;
}
.h-text-wrapper-2 .button {
  margin-bottom: 0;
}
.h-text-wrapper-2 .controls {
  padding-left: 120px;
  text-align: left;
}
.h-text-wrapper-2 .blue-box {
  background-color: #1f222e;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 450px;
  width: 60%;
  padding: 40px 60px 40px 0;
}

.contents h3,
.contents h4,
.contents h5 {
  font-family: Quicksand, tahoma, arial, sans-serif !important;
  text-transform: none;
}
.contents .sb-tile {
  padding-bottom: 50px;
}
.contents .header {
  text-align: center;
}
.contents h4 {
  background-color: #e8e8e8;
  padding: 7px 20px;
}
.contents h5 {
  cursor: pointer;
  margin: 0.3em 0;
  position: relative; /* Dla ikonki ::before */
  transition: 0.3s ease; /* Płynna zmiana koloru */
  padding-left: 30px;
  padding: 0px 30px;
  font-size: 1rem;
  color: #5c5e60;
}
.contents h5::before {
  content: url("graphics/svg/icon-arrow.svg");
  position: absolute;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  margin-top: -7px;
  left: 10px;
  margin-left: -7px;
  transition: transform 300ms;
}
.contents h5.active::before {
  transform: rotate(180deg);
}
.contents p {
  max-height: 0;
  overflow: hidden;
  padding: 0 30px; /* Ukryty padding, który nie wpływa na zamknięty stan */
  opacity: 0; /* Zmniejszamy widoczność w stanie zamkniętym */
  transition: max-height 0.5s ease-out, opacity 0.3s ease-out;
}
.contents p.open {
  max-height: 500px; /* Można dostosować do ilości tekstu */
  padding: 0px 30px; /* Przywracamy padding w stanie otwartym */
  opacity: 1; /* Zwiększamy widoczność w stanie otwartym */
}
.contents .tile.photo-left,
.contents .tile {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
}
.contents .tile.photo-left {
  flex-direction: row-reverse;
}
.contents .tile .image-wrapper {
  max-width: 650px;
}
.contents .content {
  padding: 0 !important;
}
.contents .content,
.contents .image-wrapper {
  flex: 1;
  padding: 0;
}
.contents .image-wrapper {
  float: none;
}
.contents h4 {
  font-family: inherit;
  font-weight: bold;
  font-size: 1rem;
  margin: 0;
  color: #5C5E60;
}
.contents p {
  margin: 0.5rem 0;
}

.zarzadzanie .header {
  text-align: center;
}
.zarzadzanie .icon-wrapper {
  margin-bottom: 0;
}
.zarzadzanie .icon-wrapper .icon {
  width: 100%;
  height: auto;
  margin: 0;
}
.zarzadzanie .subpage .content {
  padding: 20px;
  background-color: #1f222e;
  min-height: 300px;
}
.zarzadzanie .icon-card {
  overflow: hidden;
}
.zarzadzanie .content {
  background-color: #1f222e;
  color: white;
}
.zarzadzanie .n-1 .content,
.zarzadzanie .n-3 .content {
  background-color: white;
  color: #18223C;
}

.article-section.accordion-h2 {
  background-color: #e8e8e8;
}
.article-section.accordion-h2 h2,
.article-section.accordion-h2 h3,
.article-section.accordion-h2 h4,
.article-section.accordion-h2 h5 {
  font-family: Quicksand, tahoma, arial, sans-serif;
}
.article-section.accordion-h2 h2.ui-accordion-header {
  font-family: inherit;
  font-weight: bold;
  font-size: 1rem;
  margin: 0;
  color: #5C5E60;
}
.article-section.accordion-h2 .cb_header {
  text-align: center;
  padding-top: 30px;
}
.article-section.accordion-h2 .text-wrapper {
  max-width: 1380px;
}
.article-section.accordion-h2 .ui-accordion-header,
.article-section.accordion-h2 h2.ui-accordion-header {
  background-color: #e8e8e8;
  font-size: 1rem;
  color: #5c5e60;
  padding-left: 50px;
}
.article-section.accordion-h2 .ui-accordion-content {
  background: none;
  padding: 15px 40px;
}
.article-section.accordion-h2 .ui-accordion-header-icon {
  left: 0;
  background: none;
}
.article-section.accordion-h2 .ui-accordion-content-active {
  border-top: none;
}
.article-section.accordion-h2 .ui-accordion-header-active {
  border-bottom: none;
}
.article-section.accordion-h2 h4 {
  font-weight: bold;
  font-size: 1rem;
  margin: 0;
  color: #5C5E60;
}

.card.offer-card {
  position: relative;
  padding-bottom: 80px;
}

.card.offer-card .image-wrapper {
  background: #ddd;
}

.card.offer-card .offer-price,
#page-property .offer-price {
  font-size: 1.8rem;
  font-family: PlayfairDisplay, tahoma, arial, sans-serif;
  font-weight: 900;
  line-height: 1;
}

.card.offer-card .offer-price span.currency,
#page-property .offer-price span.currency {
  font-size: 1.4rem;
}

.card.offer-card .offer-spec-wrapper {
  margin-top: 15px;
  margin-left: -30px;
  margin-right: -30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

#page-property .offer-spec-wrapper {
  padding: 20px;
  border: 1px solid #ddd;
}

#page-property .offer-spec-wrapper .spec-item-wrapper:first-child {
  padding-left: 0;
}

.card.offer-card .spec-item-wrapper,
#page-property .spec-item-wrapper {
  display: inline-block;
  padding: 3px 30px 0 30px;
  border-right: 1px solid #eee;
}

.card.offer-card .spec-item-wrapper:last-child,
#page-property .spec-item-wrapper:last-child {
  border: 0;
}

.card.offer-card .spec-item-wrapper .spec-item-value,
#page-property .spec-item-wrapper .spec-item-value {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.3rem;
}

.card.offer-card .spec-item-wrapper .spec-item-value .ico,
#page-property .spec-item-wrapper .spec-item-value .ico {
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
}

.card.offer-card .spec-item-wrapper .spec-item-value .ico img,
#page-property .spec-item-wrapper .spec-item-value .ico img {
  max-width: 100%;
  filter: invert(80%);
}

.card.offer-card .spec-item-wrapper .spec-item-value .value,
#page-property .spec-item-wrapper .spec-item-value .value {
  font-weight: bold;
  line-height: 1;
}

.card.offer-card .spec-item-wrapper .spec-item-key,
#page-property .spec-item-wrapper .spec-item-key {
  font-size: 0.8rem;
}

.card.offer-card .ribbon-wrapper {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
}

.card.offer-card .ribbon-wrapper .ribbon,
#page-property .ribbon-wrapper .ribbon {
  display: inline-block;
  padding: 5px 12px;
  background: #4560a7;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.7rem;
}

a.card.offer-card {
  display: block;
  text-decoration: none;
  color: #5C5E60;
}

a.card.offer-card .image-wrapper .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 140%;
}

#main-properties {
  position: relative;
}

#main-properties .container {
  position: relative;
  z-index: 1;
}

#main-properties:after {
  content: "";
  position: absolute;
  top: 25%;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1f222e;
  z-index: 0;
}

#main-properties .card.offer-card .offer-price,
#main-properties .card.offer-card .offer-name,
#main-properties .card.offer-card .offer-spec-wrapper {
  color: #fff;
}

#main-properties .card.offer-card .spec-item-wrapper .spec-item-value .ico img {
  filter: invert(0);
}

#our-service {
  background-color: #1f222e;
  padding-top: 200px;
  margin-top: -90px;
}

#our-service .header h2 {
  color: #fff;
}

#our-service .header .text-wrapper {
  color: #aaacb2;
}

.photo-box-mod-wrapper .header {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.photo-box-mod-wrapper .header .header-sign {
  left: 0;
  transform: translate(-17px, -10px);
}

#our-service .photo-box-mod-wrapper .header .header-sign {
  background-color: #1f222e;
}

.photo-box-mod-wrapper .header .header-sign:after {
  display: none;
}

.photo-box-mod-wrapper .header .header-sign:before {
  opacity: 0.1;
}

#START .photo-box-mod-wrapper .header h2,
.photo-box-mod-wrapper .header h2 {
  margin-top: 0;
  text-align: left;
}

.photo-box-mod-wrapper .header h2,
.photo-box-mod-wrapper .header .text-wrapper {
  flex: 1;
}

#our-service .photo-box-mod-wrapper {
  position: relative;
}

#our-service .photo-box-mod-wrapper:after {
  content: "";
  position: absolute;
  top: -200px;
  left: 50%;
  background-image: url("graphics/immohouse-logo-domki.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 200px;
  width: 220px;
}

.multiphoto-columns > div .image-wrapper.img2 {
  position: relative;
  top: -90px;
}

#page-article .article .cb-container .image-wrapper.full-width .image.bm-paralax {
  margin: 0 auto;
}

#blog-section {
  position: relative;
  background-image: url;
}

#blog-section .img-bg {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background-image: url("graphics/svg/szkic-pod-blogiem.svg");
  background-position: bottom right;
  background-size: 50%;
  background-repeat: no-repeat;
}

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

#blog-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: #1f222e;
  z-index: 0;
}

#blog-section .header h2 {
  color: #fff;
}

.header {
  position: relative;
}

.header .header-sign {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, -10px);
  width: 70px;
  height: 24px;
  background-image: url("graphics/header-sign.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
  z-index: 1;
}

.header .header-sign:before,
.header .header-sign:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 40px;
  background: #e7e7e7;
  opacity: 1;
}

.header .header-sign:before {
  right: 100%;
}

.header .header-sign:after {
  left: 100%;
}

.header .header-sign.alt {
  background-color: #1f222e;
}

.header .header-sign.alt:before,
.header .header-sign.alt:after {
  background-color: #f5f5f5;
  opacity: 0.1;
}

.blog-card,
a.blog-card {
  display: block;
  text-decoration: none;
}

.blog-card .image-wrapper .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 100%;
}

.blog-card .blog-content {
  padding: 70px 40px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.blog-card .blog-content > div {
  flex: 1;
}

.blog-card h3 {
  margin-top: 20px;
  font-size: 1.33rem;
}

.blog-card .blog-content.c-0:after,
.blog-card .blog-content.c-1:after {
  content: "";
  position: absolute;
  left: 60px;
}

.blog-card .blog-content.c-0:after {
  top: 100%;
  border-style: solid;
  height: 0;
  width: 0;
  border-color: #fff transparent transparent transparent;
  border-width: 15px 15px 0 15px;
}

.blog-card .blog-content.c-1:after {
  bottom: 100%;
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent #1f222e transparent;
  border-width: 0 15px 15px 15px;
}

.blog-listing-wrapper.horizontal > div .blog-card {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom: 40px;
  max-width: 1000px;
}

.blog-listing-wrapper.horizontal > div .blog-card .image-wrapper {
  width: 300px;
  min-width: 300px;
}

.blog-listing-wrapper.horizontal > div:nth-child(odd) {
  top: 0;
}

.horizontal .blog-card .blog-content {
  height: 100%;
  box-sizing: border-box;
  flex: 1;
  padding: 50px 40px;
}

.horizontal .blog-card .blog-content.c-1::after {
  bottom: 80%;
  left: -22px;
  transform: rotate(-90deg);
}

.horizontal .blog-card .blog-content.c-0::after {
  top: auto;
  bottom: 80%;
  right: -22px;
  left: auto;
  transform: rotate(-90deg);
}

.blog-listing-wrapper.horizontal {
  padding-bottom: 0;
}

a.blog-card:hover {
  text-decoration: none;
}

.blog-listing-wrapper {
  padding-bottom: 100px;
}

.blog-listing-wrapper > div .blog-card {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.blog-listing-wrapper > div:nth-child(odd) {
  position: relative;
  top: 100px;
}

.blog-listing-wrapper > div:nth-child(even) .blog-content {
  background: #1f222e;
}

.blog-listing-wrapper > div:nth-child(even) .blog-content h3 {
  color: #fff;
}

.blog-listing-wrapper > div:nth-child(even) .blog-content .updated,
.blog-listing-wrapper > div:nth-child(even) .blog-content .button.txt {
  color: rgb(94, 124, 201);
}

.columns.small-grid {
  margin-left: -5px;
  margin-right: -5px;
}

.columns.small-grid > div {
  padding: 0 5px 10px 5px;
}

#page-property .property-gallery .image-wrapper {
  height: 450px;
  position: relative;
  background-color: #eee;
}

#page-property .property-gallery .image-wrapper .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#page-property .property-gallery .image-wrapper .image a {
  display: block;
  width: 100%;
  height: 100%;
}

#page-property .property-gallery .image-wrapper.youtube-thumbnail a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
  background-image: url("graphics/svg/play-white.svg");
  background-size: 100%;
  background-position: center;
  opacity: 0.8;
}

.property-main-info {
  display: block;
  padding: 30px 0;
  overflow: hidden;
}

.property-price-wrapper {
  float: right;
}

.property-side-box .ribbon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.property-side-box .ribbon-wrapper .ribbon {
  text-align: center;
}

.property-side-box > h3 {
  font-size: 1.1rem;
  text-transform: uppercase;
  margin-top: 0;
  text-align: center;
}

.property-side-box .property-type {
  text-align: left;
  font-size: 0.8rem;
}

.property-side-box .property-price-wrapper {
  float: none;
  padding-top: 30px;
}

.property-price-wrapper .price {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
}

.property-price-wrapper .price > span {
  display: inline-block;
  margin-right: 8px;
  line-height: 1;
  margin-bottom: 8px;
}

.property-price-wrapper .price > span.price-name {
  font-size: 0.6rem;
  align-self: flex-end;
  margin-bottom: 9px;
}

.property-price-wrapper .price > span.currency {
  font-size: 0.8rem;
}

.property-price-wrapper .price > span:last-child {
  margin-right: 0;
}

.property-price-wrapper .price.price-1 > span {
  font-size: 2rem;
  font-weight: bold;
  color: #4560a7;
}

.property-price-wrapper .price.price-1 > span.currency {
  font-size: 1.1rem;
}

.property-side-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.property-side-header h3 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
  font-family: Quicksand, tahoma, arial, sans-serif;
}

.property-contact-data {
  text-align: left;
}

table.key-val-table {
  text-align: left;
  table-layout: fixed;
  border: 0;
}

table.key-val-table tr td {
  padding: 12px 20px;
  border: 0;
  border-bottom: 1px solid #f5f5f5;
  text-align: left;
  line-height: 1.2;
}

table.key-val-table tr td:first-child {
  text-align: left;
  font-size: 0.9rem;
  text-transform: none;
  opacity: 0.9;
}

table.key-val-table tr td:last-child {
  font-weight: bold;
  font-size: 0.9rem;
}

table.key-val-table tr:nth-child(2n+1) td {
  background: #f5f5f5;
}

.article-columns.side,
.article-columns.side .side {
  padding-top: 0;
}

.article-columns.side .side .side-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.property-side-box {
  background-color: #1f222e;
  padding: 35px;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.property-side-box * {
  color: #fff;
}

.property-side-box .ribbon {
  width: 100%;
  box-sizing: border-box;
}

.property-side-box h4:first-child {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 10px;
}

.property-contact-data {
  padding-bottom: 20px;
}

.property-contact-data-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 20px;
  font-size: 0.9rem;
}

.property-contact-data-header .ico {
  width: 50px;
  height: 50px;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 50%;
  box-sizing: border-box;
  margin-right: 15px;
}

.property-contact-data > span,
.property-contact-data > strong {
  display: block;
}

.property-contact-data > strong {
  margin-bottom: 5px;
}

/* ========================= ================== ======================= */
/* ========================= cookie preferences ======================= */
/* === 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 #5C5E60;
  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: PlayfairDisplay, 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: #5C5E60;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 18px;
  margin: 6px;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 56px;
  border: 1px solid #5C5E60;
  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;
}

#advanced-cookie-info {
  position: fixed;
  z-index: 999;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
}

#advanced-cookie-info .container {
  background: #fff;
  width: 85vw;
  max-width: 500px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 30px 30px 20px 30px;
}

#advanced-cookie-info .container img {
  max-height: 30px;
  margin-bottom: 20px;
}

#advanced-cookie-info .text-wrapper {
  max-width: 100%;
  text-align: left;
  padding-bottom: 30px;
}

#advanced-cookie-info .button-wrapper {
  float: none;
  display: block;
  padding: 0;
  text-align: right;
  margin-top: 0;
}

#advanced-cookie-info .button-wrapper .button {
  margin-right: 25px;
  font-size: 14px;
  height: 40px;
}

#advanced-cookie-info .button-wrapper .button.txt {
  height: 2em;
  padding: 0;
  background: none;
  color: #18223C;
  min-width: 0;
  padding-right: 0;
}

#advanced-cookie-info .button-wrapper .button.txt:after {
  display: none;
}

#advanced-cookie-info .button-wrapper .button:last-child {
  margin-right: 0;
}

#advanced-cookie-info .button {
  height: 48px;
}

#page-cookiepreferences .controls {
  text-align: right;
}

.set-cookie {
  padding: 15px 120px 15px 15px;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.set-cookie h3:first-child {
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 1.1rem;
}

.set-cookie .text-wrapper {
  font-size: 0.9rem;
}

.set-cookie .onoffswitch {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

#page-cookiepreferences #advanced-cookie-info {
  display: none;
}

@media screen and (max-width: 700px) {
  #advanced-cookie-info .container {
    padding: 15px;
    font-size: 14px;
  }
  #advanced-cookie-info .container img {
    margin-bottom: 10px;
    max-height: 20px;
  }
  #advanced-cookie-info .text-wrapper {
    padding-bottom: 15px;
    line-height: 1.3;
  }
  #advanced-cookie-info .button-wrapper {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
  }
  #advanced-cookie-info .button-wrapper .button {
    margin: 0;
  }
}
/* ========================= // cookie preferences ======================= */
/* ========================= ================== ======================= */
#page-contactus .columns .contact_data h3:first-child,
#page-contactus .columns .form-wrapper h2:first-child {
  margin-top: 0;
}

#page-contactus .columns .form-wrapper h2 {
  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-icon .icon {
  width: 30px;
  min-width: 30px;
  height: 40px;
  margin: 0;
  margin-right: 20px;
}

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

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

.contact-icon strong {
  display: block;
  margin-bottom: 5px;
  color: #18223C;
  font-family: PlayfairDisplay, tahoma, arial, sans-serif;
}

.contact-icon p {
  margin-bottom: 0;
}

.contact-icon p > strong {
  display: inline-block;
  margin: 0;
  color: inherit;
  font-family: Quicksand, tahoma, arial, sans-serif;
}

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

.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;
}

.email-wrapper.show-email,
.phone-wrapper.show-phone {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

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

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

.contact-simple-layout {
  overflow: hidden;
}

.contact-simple-layout > div {
  float: left;
}

.contact-simple-layout > div h2:first-child,
.contact-layout > div h3:first-child {
  margin-top: 0;
}

.contact-simple-layout > div.contact-content {
  width: 35%;
}

.contact-simple-layout > div.contact-form {
  width: 65%;
}

.contact_data_icon a {
  text-decoration: none;
  color: inherit;
}

.contact_data_icon .phone-wrapper a,
.contact_data_icon .email a {
  font-weight: bold;
}

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

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

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

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

.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: visible;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin-left: -65px;
  margin-right: -65px;
}

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

.contact-data-form-section > div.contact-col {
  background: #1f222e;
  position: relative;
  width: 40%;
  padding-top: 170px;
}

#START .contact-data-form-section > div.contact-col {
  margin-top: -30px;
}

.contact-data-form-section > div.contact-col:after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  width: 2000px;
  background: #1f222e;
}

#START .contact-data-form-section > div.contact-col,
#START .contact-data-form-section > div.contact-col h2,
#START .contact-data-form-section > div.contact-col h2 .subtitle,
.contact-data-form-section > div.contact-col,
.contact-data-form-section > div.contact-col h2,
.contact-data-form-section > div.contact-col h2 .subtitle {
  color: #fff;
}

.contact-data-form-section > div.add-module-col {
  width: 60%;
  background: #1c1e27;
  position: relative;
}

.contact-data-form-section > div.add-module-col:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  width: 2000px;
  background: #1c1e27;
}

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

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

.contact-data-form-section > div.add-module-col .input-wrapper input,
.contact-data-form-section > div.add-module-col .input-wrapper textarea,
.contact-data-form-section > div.add-module-col .input-wrapper input[type=checkbox] + label::before {
  border: 1px solid #333745;
}

.contact-data-form-section > div.add-module-col .input-wrapper input::-webkit-input-placeholder,
.contact-data-form-section > div.add-module-col .input-wrapper textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.4;
}

.contact-data-form-section > div.add-module-col .input-wrapper input::-moz-placeholder,
.contact-data-form-section > div.add-module-col .input-wrapper textarea::-moz-placeholder {
  color: #fff;
  opacity: 0.4;
}

.contact-data-form-section > div.add-module-col .input-wrapper label {
  color: #696b6f;
}

.contact-data-product-section {
  border: 1px solid #ddd;
  padding: 50px;
}

.contact-data-product-section > div {
  float: left;
  box-sizing: border-box;
  padding-right: 80px;
}

.contact-data-product-section > div.contact-col {
  position: relative;
  width: 35%;
}

.contact-data-product-section > div.add-module-col {
  width: 65%;
  padding-right: 0;
}

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

.contact-data-product-section .contact_data {
  padding-top: 40px;
}

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

.contact-data-section .contact-box {
  padding: 50px 50px 20px 50px;
  border: 1px solid #ddd;
  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 h2,
#START .contact-data-section h2,
.contact-data-section h3,
#START .contact-data-section h3 {
  margin-top: 0;
  text-align: left;
  font-size: 2.6rem;
}

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

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

.bg-color {
  background: linear-gradient(90deg, #4560a7, #1f222e);
}

.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: all 400ms;
}

.check-onscreen.onscreen {
  top: 0;
  opacity: 1;
  transition: all 400ms;
}

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

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

.synch-carousels {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.synch-carousels > * {
  width: 100%;
}

.synch-carousels .right {
  order: -1;
}

.synch-carousels .left {
  overflow: hidden;
}

.synch-carousels .gallery {
  display: none;
}

.synch-carousels .slick-slide {
  outline: none;
}

.synch-carousels .slick-vertical .slick-slide {
  border: none;
}

.synch-carousels .gallery .slick-list {
  height: auto !important;
  margin: 0 -20px;
}

.synch-carousels .gallery .slick-slide {
  cursor: pointer;
}

.synch-carousels .gallery .slick-slide {
  margin: 0 20px;
}

.synch-carousels .nav-arrows {
  display: flex;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}

.synch-carousels .nav-arrows svg {
  fill: white;
}

.synch-carousels .arrow-left {
  margin-right: 35px;
}

.synch-carousels .photos-counter {
  position: absolute;
  top: 10px;
  right: 0;
  padding: 0 20px;
  color: white;
  background: #292929;
}

#page-property .slick-prev,
#page-property .slick-next {
  position: absolute;
  bottom: 10px;
  right: 10px;
  left: auto;
  transform: translate(0, 0);
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.2);
}

#page-property .slick-prev {
  right: 70px;
}

#page-property .slick-prev:after {
  background-image: url("graphics/arrow-slick-left-white.png");
}

#page-property .slick-next:after {
  background-image: url("graphics/arrow-slick-right-white.png");
}

.megadropdown-content .columns-x4 > div {
  padding: 0 20px;
}

.megadropdown-content .icon-card .button {
  width: 100%;
}

.megadropdown-content .icon-card .icon {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 auto;
  overflow: visible;
}

.megadropdown-content .icon-card .icon::before,
.megadropdown-content .icon-card .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 40px;
  background: #e7e7e7;
  opacity: 1;
}

.megadropdown-content .icon-card .icon::after {
  left: 100%;
  margin-left: 10px;
}

.megadropdown-content .icon-card .icon::before {
  right: 100%;
  margin-right: 10px;
}

.megadropdown-content .icon-card h3 {
  text-align: center;
  font-size: 1.5rem;
}

.comboTreeWrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0;
  z-index: 12;
}

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

.comboTreeArrowBtn,
.comboTreeArrowBtn:active,
.comboTreeArrowBtn:hover,
.comboTreeArrowBtn:focus {
  display: block !important;
  width: 100% !important;
  background: none !important;
  border: 1px solid transparent;
}

.our_offers_table {
  padding-bottom: 50px;
}
.our_offers_table h2 {
  text-align: center;
}
.our_offers_table img {
  width: 25px;
  height: 25px;
}
.our_offers_table .columns.x4 > div {
  padding: 0;
}
.our_offers_table .row {
  padding: 10px;
}
.our_offers_table h3 {
  margin: 0;
  padding: 0;
}
.our_offers_table .table-item {
  text-align: center;
}
.our_offers_table .table-item .head {
  border: 1px solid #1f222e;
  padding: 10px;
  margin: 10px;
  height: 70px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.our_offers_table .table-item .head.l3 {
  background-color: #1f222e;
  color: white;
}
.our_offers_table .table-item .head.l3 h3 {
  color: white;
}
.our_offers_table .table-item .first-row,
.our_offers_table .table-item .second-row {
  height: 50px;
  border-bottom: 1px solid #c2c2c2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our_offers_table .table-item .third-row {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our_offers_table .table-item .price-row {
  background-color: #e8e8e8;
  margin-bottom: 0;
  height: 80px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.our_offers_table .table-item .price-row strong {
  font-size: 1.2rem;
}
.our_offers_table .table-item.first-item .head {
  border: 1px solid transparent;
  display: flex;
  align-items: center;
}
.our_offers_table .table-item.first-item h3 {
  font-size: 1.5rem !important;
}
.our_offers_table .footer {
  display: flex;
  gap: 20px;
  background-color: #1f222e;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
  margin: 0 -20px;
}
.our_offers_table .footer .button,
.our_offers_table .footer h2 {
  color: white;
  margin: 0;
}

.first-kotwica .tile.sb-tile {
  padding-bottom: 50px;
}

.first-kowica .tile.sb-tile .content {
  padding-left: 0;
}

.first-kotwica p {
  padding-bottom: 20px;
}

.first-kotwica .controls {
  text-align: left;
}

#page-article .article .cb-container .image-wrapper.full-width .image.bm-paralax {
  margin-top: 3rem;
}

.baner-zarzadzanie {
  position: relative;
}
.baner-zarzadzanie .header {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.zarzadzanie-form {
  max-width: none;
}
.zarzadzanie-form h2 {
  text-align: center;
}
.zarzadzanie-form .tresc {
  display: flex;
  justify-content: space-between;
  max-width: none;
  gap: 50px;
}
.zarzadzanie-form .form-header h2 {
  text-align: left;
  margin-bottom: 0.5rem !important;
}
.zarzadzanie-form .form-text h3 {
  margin: 5px;
}
.zarzadzanie-form .form-tabs {
  max-width: 900px;
}
.zarzadzanie-form .contact a.tel {
  font-size: 1.3rem;
  font-weight: 500;
}
.zarzadzanie-form .contact a {
  text-decoration: none;
  color: #5C5E60;
}
.zarzadzanie-form .contact a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.zarzadzanie-form .contact-mail {
  display: flex;
  align-items: center;
  gap: 10px;
}
.zarzadzanie-form .contact img {
  width: 20px;
  height: 20px;
}
.zarzadzanie-form .form-header h2 {
  margin: 0;
}
.zarzadzanie-form .form-header p {
  margin: 0;
  border-bottom: 1px solid #c2c2c2;
}
.zarzadzanie-form h3.call-us {
  margin: 0;
  margin-bottom: 30px;
}

#page-article h2.cb-header {
  text-align: center !important;
}

#page-article .blue-box h2.cb-header {
  color: white;
}

.contents .content h4,
.ui-accordion h2.ui-accordion-header,
.contents .content h5 {
  line-height: 1.5;
}

.virtual-walk-slide .virtual-tour {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.virtual-walk-slide .blur-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: blur(10px);
  z-index: 1;
}
.virtual-walk-slide .cta-button {
  height: 48px;
  min-width: 10em;
  max-width: 100%;
  margin: 0 1rem 1rem 0;
  padding: 5px 24px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: PlayfairDisplay, tahoma, arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
  border: none;
  border-radius: 2px;
  display: inline-flex;
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle;
  vertical-align: -moz-middle-with-baseline;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  white-space: nowrap;
  transition: all 300ms;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #1f222e;
  color: white;
  border: 1px solid #ddd;
  font-size: 0.8rem;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Quicksand, tahoma, arial, sans-serif;
  border: none;
  border-radius: 0px;
  margin: 0;
  position: relative;
  z-index: 2;
  background: #4560a7;
}

#page-booklet .PAGE {
  padding-bottom: 0;
}
#page-booklet #TOP-MAIN,
#page-booklet .contact-data-form-section-wrapper,
#page-booklet .article-footer-controls {
  display: none;
}
#page-booklet .article-section.cb-text_photo .cb_header {
  max-width: 1360px;
  padding: 0 40px;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 30px;
}
#page-booklet .article-section.cb-text_photo .container {
  max-width: none;
  padding: 0;
}/*# sourceMappingURL=theme.css.map */