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

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

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

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

[hidden], template {
  display: none; }

a {
  background-color: transparent;
  text-decoration: none; }

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

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

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

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button, select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td, th {
  padding: 0; }

* {
  box-sizing: border-box; }

html {
  font-size: 16px;
  font-family: "Lora", serif;
  font-weight: 400;
  letter-spacing: .5px;
  height: 100%; }

body {
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative; }

main {
  position: relative;
  width: 100%;
  margin: 0 auto; }

main {
  flex: 1 0 auto; }

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

.link {
  text-decoration: none; }

img {
  width: 100%;
  height: auto; }

.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding: 0;
  margin: 0 auto; }
  @media (max-width: 1199px) {
    .container {
      padding: 0 15px; } }
  @media (min-width: 1801px) {
    .container {
      max-width: 1500px; } }
  .container--xl {
    max-width: 1200px; }
    @media (min-width: 1801px) {
      .container--xl {
        max-width: 1680px; } }

.zero-padding {
  padding: 0; }

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

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

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

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

.margin-top-100 {
  margin-top: 100px; }

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

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

.color-aqua {
  color: #00000; }

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

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

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

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

.flex-2equal__item {
  width: 50%; }
  @media (max-width: 991px) {
    .flex-2equal__item {
      width: 100%; } }

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

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

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

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

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

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

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

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

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

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

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

p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  margin: 0 0 10.5px; }
  @media (min-width: 1801px) {
    p {
      font-size: 18px;
      line-height: 32px; } }

.font-w300 {
  font-weight: 300; }

.font-w400 {
  font-weight: 400; }

.font-w500 {
  font-weight: 500; }

.font-w600 {
  font-weight: 600; }

.font-w700 {
  font-weight: 700; }

.font-w800 {
  font-weight: 800; }

.font-w900 {
  font-weight: 900; }

.font-s12 {
  font-size: 12px; }

.font-s14 {
  font-size: 14px; }

.font-s16 {
  font-size: 16px; }

.font-s18 {
  font-size: 15px; }
  @media (min-width: 1801px) {
    .font-s18 {
      font-size: 18px; } }

.font-s19 {
  font-size: 19px; }

.font-s20 {
  font-size: 20px; }

.font-s22 {
  font-size: 18px; }
  @media (min-width: 1801px) {
    .font-s22 {
      font-size: 22px; } }

.font-s24 {
  font-size: 20px; }
  @media (min-width: 1801px) {
    .font-s24 {
      font-size: 24px; } }

.font-s26 {
  font-size: 26px; }

.font-s32 {
  font-size: 25px; }
  @media (min-width: 1801px) {
    .font-s32 {
      font-size: 32px; } }

.font-s35 {
  font-size: 30px; }
  @media (min-width: 1801px) {
    .font-s35 {
      font-size: 35px; } }

.font-s40 {
  font-size: 30px; }
  @media (min-width: 1801px) {
    .font-s40 {
      font-size: 40px; } }

.font-s45 {
  font-size: 35px; }
  @media (min-width: 1801px) {
    .font-s45 {
      font-size: 45px; } }

.font-s57 {
  font-size: 35px; }
  @media (min-width: 1801px) {
    .font-s57 {
      font-size: 57px; } }

.font-s66 {
  font-size: 40px; }
  @media (min-width: 1801px) {
    .font-s66 {
      font-size: 66px; } }

.font-s145 {
  font-size: 115px; }
  @media (min-width: 1801px) {
    .font-s145 {
      font-size: 145px; } }

.a-houses-legend-list {
  margin: 30px 0;
  max-width: 490px;
  justify-content: space-between;
  width: 50%; }
  @media (min-width: 1801px) {
    .a-houses-legend-list {
      margin: 36px 0; } }
  @media (max-width: 1199px) {
    .a-houses-legend-list {
      flex-direction: column;
      max-width: 250px;
      margin: 0 auto;
      width: 100%; } }
  .a-houses-legend-list__item {
    align-items: center;
    display: flex;
    width: 50%;
    margin: 10px 0; }
    @media (max-width: 1199px) {
      .a-houses-legend-list__item {
        width: 100%;
        padding: 10px; } }
    .a-houses-legend-list__item:nth-child(1) .a-houses-legend-list__color {
      border: 1px solid #0c551e; }
  .a-houses-legend-list__color {
    border-radius: 6px;
    display: inline-block;
    width: 60px;
    height: 25px;
    margin-right: 10px; }
    .a-houses-legend-list__color--white {
      background-color: #ffffff; }
    .a-houses-legend-list__color--aqua {
      background-color: #364966; }
    .a-houses-legend-list__color--green {
      background-color: #0c551e; }
    .a-houses-legend-list__color--darkgreen {
      background-color: #4d622e;
    }

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

.a-houses-legend__txt2 {
  color: #00000;
  display: inline-block;
  margin: 0; }

.a-houses-legend__link {
  color:#0c551e;}
  @media (max-width: 1199px) {
    .a-houses-legend__link {
      display: block; } }

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

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

input::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 14px; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: 14px; }

input::placeholder,
textarea::placeholder {
  font-size: 14px; }
  @media (min-width: 1801px) {
    input::-moz-placeholder, textarea::-moz-placeholder {
      font-size: 18px;
      font-weight: 400;
      color: #3F3F3F; }
    input:-ms-input-placeholder, textarea:-ms-input-placeholder {
      font-size: 18px;
      font-weight: 400;
      color: #3F3F3F; }
    input::placeholder,
    textarea::placeholder {
      font-size: 18px;
      font-weight: 400;
      color: #3F3F3F; } }

.wpcf7__acceptance {
  color: #000000;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400; }
  @media (min-width: 1801px) {
    .wpcf7__acceptance {
      font-size: 18px;
      line-height: 22px; } }

.july2019-formularz {
  display: grid;
  grid-template-columns: 20px 1fr;
  margin: 20px 0 20px; }
  @media (min-width: 1801px) {
    .july2019-formularz {
      grid-template-columns: 30px 1fr; } }

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

input[type=text],
input[type=email],
textarea {
  border: 1px solid #0c551e;
  border-radius: 4px;
  color: #3F3F3F;
  padding: 10px 10px;
  margin-top: 15px;
  outline: none;
  width: 100%; }
  @media (min-width: 1801px) {
    input[type=text],
    input[type=email],
    textarea {
      padding: 20px 15px; } }

.wpcf7-textarea {
  max-height: 100px; }

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

.fancy-submit {
  position: relative; }

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

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

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

.wpcf7-acceptance .wpcf7-list-item .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 10px;
  width: 10px;
  background-color: transparent;
  border: 1px solid #000; }
  @media (max-width: 1199px) {
    .wpcf7-acceptance .wpcf7-list-item .checkmark {
      top: 0; } }
  @media (min-width: 1801px) {
    .wpcf7-acceptance .wpcf7-list-item .checkmark {
      width: 16px;
      height: 16px;
      top: 3px; } }

footer .wpcf7-acceptance .wpcf7-list-item .checkmark {
  top: 0; }

.wpcf7-acceptance .wpcf7-list-item .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 1px;
  top: 1px;
  width: 6px;
  height: 6px;
  background-color: #000; }
  @media (min-width: 1801px) {
    .wpcf7-acceptance .wpcf7-list-item .checkmark:after {
      width: 12px;
      height: 12px; } }

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

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

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

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

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

input[type=submit] {
  border: none;
  background-color: #000;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 15px 35px;
  margin: 5px 0;
  transition: all 0.1s ease-in-out;
  text-transform: uppercase; }
  @media (max-width: 1199px) {
    input[type=submit] {
      width: 100%; } }

.cf7-sm {
  color: #ffffff;
  font-size: 9px;
  font-weight: 500;
  margin: 40px 0; }
  @media (max-width: 1199px) {
    .cf7-sm {
      color: #000000;
      text-align: center; } }

.fixed-headerpusher {
  position: relative;
  height: 120px;
  width: 100%; }
  @media (max-width: 1199px) {
    .fixed-headerpusher {
      height: 80px; } }
  @media (min-width: 1801px) {
    .fixed-headerpusher {
      height: 151px; } }

.home .fixed-headerpusher {
  flex: 1 0 auto; }

@media (min-width: 1200px) {
  .a-menu {
    align-items: center;
    display: grid;
    grid-template-columns: 520px 1fr 520px;
    margin: 0 auto;
    transition: opacity 0.35s ease-in-out; } }
  @media (min-width: 1200px) and (min-width: 1801px) {
    .a-menu {
      grid-template-columns: 600px 1fr 600px; } }

@media (min-width: 1200px) {
    .a-menu__right {
      margin-left: auto; }
  .a-menu__item {
    display: inline-block;
    position: relative; }
    .a-menu__item:last-child {
      margin-left: 10px; } }
    @media (min-width: 1200px) and (min-width: 1801px) {
      .a-menu__item:last-child {
        margin-left: 25px; } }

@media (min-width: 1200px) {
  .a-menu__link {
    color: #000000;
    padding: 0 15px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0.4px;
    position: relative;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all 0.15s ease-in-out; } }
  @media (min-width: 1200px) and (min-width: 1800px) {
    .a-menu__link {
      font-size: 18px;
      line-height: 20px;
      letter-spacing: 0.7px; } }

@media (min-width: 1200px) {
  .a-menu__left .a-menu__item:first-of-type .a-menu__link {
    padding: 0 12px 0 0; } }
  @media (min-width: 1200px) and (max-width: 1199px) {
    .a-menu__left .a-menu__item:first-of-type .a-menu__link {
      padding: 15px; } }

@media (min-width: 1200px) {
  .a-menu__right .a-menu__item:last-of-type .a-menu__link {
    padding: 0 0 0 12px; } }
  @media (min-width: 1200px) and (max-width: 1199px) {
    .a-menu__right .a-menu__item:last-of-type .a-menu__link {
      padding: 15px; } }

@media (min-width: 1200px) {
  .menu-item-logo {
    display: flex;
    justify-content: center;
    padding: 15px 0; } }
  @media (min-width: 1200px) and (min-width: 1801px) {
    .menu-item-logo {
      padding: 27px 0; } }

@media (min-width: 1200px) {
    .menu-item-logo img {
      max-width: 120px; } }
    @media (min-width: 1200px) and (min-width: 1801px) {
      .menu-item-logo img {
        max-width: 160px; } }

@media (min-width: 1200px) {
  .a-menu__link:hover {
    color: #dddddd; }
  .current-menu-item .a-menu__link {
    color: #0c551e;
    font-weight: 900; }
  .navbar-toggle .icon-bar {
    background: #000000; }
  .navbar-toggle__text {
    color: #000000; }
  .a-menu__item.active .a-menu__link {
    color: #0c551e; } }

@-webkit-keyframes sticky {
  from {
    top: -100px; }
  to {
    top: 0; } }

@keyframes sticky {
  from {
    top: -100px; }
  to {
    top: 0; } }

@media (max-width: 1199px) {
  body > .over-menu {
    transition: all 0.3s ease-in-out;
    position: fixed;
    height: 100%;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2; }
  body.open-menu > .over-menu {
    visibility: visible;
    opacity: 1; }
  body {
    left: 0;
    transition: all 0.3s ease-in-out; }
  body.open-menu {
    left: -250px; }
  body.open-menu .a-menu {
    right: 0 !important; }
  .a-menu {
    border-left: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease-in-out;
    background: #ffffff;
    position: fixed;
    height: 100%;
    width: 250px;
    right: -250px;
    top: 0;
    z-index: 999; }
  .menu-item-logo {
    display: block;
    order: 1;
    margin: 0 auto; }
    .menu-item-logo img {
      margin: 10px auto 25px; }
  .menu-item__action {
    display: none; }
  .a-menu__left {
    order: 2;
    text-align: center; }
  .a-menu__right {
    order: 2;
    text-align: center; }
  .a-menu__link {
    color: #000000;
    display: inline-block;
    font-size: 13px;
    padding: 15px;
    text-transform: uppercase; }
  .MainLogo__img {
    display: block;
    max-width: 120px;
    padding: 10px 0 10px 20px; } }

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

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

.nav__menu_open {
  display: block !important; }


  @media (min-width: 1200px) {
    .a-menu__left,
    .a-menu__right {
      opacity: 0;
      transition: opacity 0.35s ease-in-out;
    }
    .a-menu__left.loaded,
    .a-menu__right.loaded {
      opacity: 1;
    }
  }


header .nav__toggler {
  transition: all 0.3s ease;
  display: block;
  position: absolute;
  top: 10px;
  bottom: 0;
  width: 35px;
  height: 40px;
  cursor: pointer;
  right: 0;
  z-index: 11; }
  @media (max-width: 1199px) {
    header .nav__toggler {
      top: calc(50% - 20px);
      right: 10px; } }
  @media (min-width: 1200px) {
    header .nav__toggler {
      display: none; } }

header .nav__toggler span {
  text-transform: uppercase;
  left: calc(-100% + -5px);
  padding: 8px 9px 8px 0;
  top: calc(50% - 18px);
  position: absolute;
  font-size: 13px;
  color: #fff; }

header .nav__toggler .bar,
header .nav__toggler .bar::after,
header .nav__toggler .bar::before {
  width: 28px;
  height: 3px; }

header .nav__toggler .bar {
  border-radius: 20px;
  position: relative;
  transform: translateY(25px);
  transition: all 0.1s ease;
  background: #0c551e;
  top: -7px; }

header .nav__toggler .bar::before,
header .nav__toggler .bar::after {
  position: absolute;
  background: #0c551e;
  content: '';
  left: 0;
  border-radius: 5px; }

header .nav__toggler .bar.animate::before,
header .nav__toggler .bar.animate::after {
  background: #ffffff; }

body.open-menu .a-nav.fixed .bar.animate::before,
body.open-menu .a-nav.fixed .bar.animate::after {
  background: #000000; }

header .nav__toggler .bar::before {
  bottom: 7px;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }

header .nav__toggler .bar::after {
  top: 7px;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }

header .nav__toggler .bar.animate {
  background: rgba(255, 255, 255, 0); }

header .nav__toggler .bar.animate::after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }

header .nav__toggler .bar.animate::before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.hr_with_icon {
  background-color: #0c551e;
  border: none;
  height: 3px;
  margin: 0;
  overflow: visible;
  position: relative; }
  @media (max-width: 1199px) {
    .hr_with_icon {
      left: 0;
      margin: 0 auto;
      right: 38px !important;
      bottom: -24px;
      width: 0 !important; } }
  .hr_with_icon--hero {
    width: calc(75% - 38px); }
    @media (max-width: 1199px) {
      .hr_with_icon--hero {
        bottom: 0;
        margin: 0 auto;
        order: 1;
        width: 0;
        height: 19px; } }
    @media (min-width: 1801px) {
      .hr_with_icon--hero {
        width: 1400px; } }
    .hr_with_icon--hero:after {
      filter: drop-shadow(3px 5px 2px rgba(0, 0, 0, 0.4)); }
      @media (max-width: 1199px) {
        .hr_with_icon--hero:after {
          top: -8px;
          right: -19px; } }
  .hr_with_icon--virtues {
    position: absolute;
    bottom: 14px;
    right: 38px !important;
    width: calc(100% - 470px); }
    @media (max-width: 1199px) {
      .hr_with_icon--virtues {
        right: 0 !important;
        bottom: -40px; } }
    @media (min-width: 1801px) {
      .hr_with_icon--virtues {
        bottom: 20px;
        width: calc(100% - 515px); } }
  .hr_with_icon:after {
    content: "";
    background: url("/wp-content/uploads/2025/08/sygnet.svg") center/cover no-repeat;
    width: 38px;
    height: 38px;
    position: absolute;
    right: -38px;
    top: -20px; }
    @media (max-width: 1199px) {
      .hr_with_icon:after {
        right: -19px;
        top: -25px; } }

.action-btn {
  border-radius: 4px;
  background-color: #0c551e;
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.5px;
  padding: 15px 30px;
  transition: all 0.1s ease-in-out; }
  @media (min-width: 1801px) {
    .action-btn {
      font-size: 14px; } }
  .action-btn--comfort {
    margin: 20px 0 50px;
    letter-spacing: 1.6px;
    text-transform: uppercase; }
    @media (max-width: 1199px) {
      .action-btn--comfort {
        display: block;
        margin: 20px auto;
        max-width: 250px;
        text-align: center; } }
  .action-btn--developer {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px; }
    @media (min-width: 1801px) {
      .action-btn--developer {
        font-size: 22px;
        line-height: 32px; } }
  .action-btn--single {
    margin: 45px 0;
    text-transform: uppercase; }
    @media (max-width: 1199px) {
      .action-btn--single {
        display: block;
        margin: 50px auto;
        max-width: 200px;
        text-align: center; } }
  .action-btn:hover {
    color: #ffffff;
    transform: scale(1.07);
    text-decoration: none; }

.popupaoc-link {
  border-radius: 4px;
  background-color: #0c551e;
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.7px;
  padding: 15px 25px;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out; }

@media (max-width: 1199px) {
  .a-heading__action {
    display: flex;
    justify-content: center;
    padding: 25px 0; } }

.a-heading__wrap {
  position: relative;
  padding: 50px 0; }
  .a-heading__wrap--bottom-padding {
    padding: 50px 0 100px; }
  @media (min-width: 1801px) {
    .a-heading__wrap {
      padding: 100px 0; } }
  @media (max-width: 1199px) {
    .a-heading__wrap--process {
      padding: 50px 0 100px; } }
  @media (min-width: 1801px) {
    .a-heading__wrap--process {
      padding: 65px 0; } }

.a-heading__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  height: inherit;
  display: grid;
  font-size: 0;
  grid-template-columns: 22fr 33fr 45fr;
  grid-template-rows: auto;
  grid-template-areas: "bg bg empty";
  width: 100%; }
  @media (max-width: 1199px) {
    .a-heading__bg {
      grid-template-columns: 25fr 25fr 50fr; } }
  .a-heading__bg--plan {
    grid-template-columns: 1fr 1fr 1200px 1fr 1fr;
    grid-template-areas: "empty bg bg bg empty2"; }
    @media (max-width: 1199px) {
      .a-heading__bg--plan {
        grid-template-columns: 1fr; } }
    @media (min-width: 1801px) {
      .a-heading__bg--plan {
        grid-template-columns: 1fr 1fr 1500px 1fr 1fr; } }
  .a-heading__bg--deweloper {
    grid-template-areas: "bg bg bg"; }
  .a-heading__bg .box {
    grid-area: empty;
    background-color: #F8F8F8; }

.a-heading__bgcolor1 {
  background-color: #F8F8F8;
  grid-area: bg; }
  .a-heading__bgcolor1--left {
    background-color: #F8F8F8;
    width: 55%; }
    @media (max-width: 1199px) {
      .a-heading__bgcolor1--left {
        width: 100%; } }
  .a-heading__bgcolor1--right {
    width: 45%; }
    @media (max-width: 1199px) {
      .a-heading__bgcolor1--right {
        width: 100%; } }

.a-heading__bgcolor2 {
  grid-area: bg; }
  .a-heading__bgcolor2--left {
    background-color: #F8F8F8;
    width: 55%; }
    @media (max-width: 1199px) {
      .a-heading__bgcolor2--left {
        width: 100%; } }
  .a-heading__bgcolor2--right {
    width: 45%; }
    @media (max-width: 1199px) {
      .a-heading__bgcolor2--right {
        width: 100%; } }

.a-heading__top {
  position: relative; }
  @media (max-width: 1199px) {
    .a-heading__top {
      padding: 0 30px; } }

.a-heading__bottom {
  position: relative;
  margin-top: 80px; }
  @media (max-width: 1199px) {
    .a-heading__bottom {
      margin-top: 70px;
      padding: 0 30px; } }
  @media (min-width: 1801px) {
    .a-heading__bottom {
      margin-top: 120px; } }

.a-heading__box {
  position: absolute;
  width: 100%;
  top: 20px; }
  @media (max-width: 1199px) {
    .a-heading__box {
      top: 0;
      position: relative; } }
  @media (min-width: 1801px) {
    .a-heading__box {
      top: 33px; } }
  .a-heading__box--process {
    top: 40px; }
    @media (min-width: 1801px) {
      .a-heading__box--process {
        top: 60px; } }
  .a-heading__box--notop {
    top: 15px; }

.a-heading__title {
  color: rgba(0, 0, 0, 0.04);
  line-height: 57px;
  font-family: "Lora", serif;
  text-transform: uppercase;
  position: relative;
  left: -5px; }
  @media (max-width: 1199px) {
    .a-heading__title {
      left: 0;
      margin: 0 0 15px;
      font-size: 50px;
      line-height: 50px;
      text-align: center; } }
  @media (min-width: 1801px) {
    .a-heading__title {
      line-height: 85px; } }
  .a-heading__title--process {
    line-height: 100px; }
    @media (max-width: 1199px) {
      .a-heading__title--process {
        line-height: 60px; } }
    @media (min-width: 1801px) {
      .a-heading__title--process {
        line-height: 145px; } }

.a-heading__subtitle {
  color: #00000;
  line-height: 40px;
  position: relative;
  margin: 0; }
  @media (max-width: 1199px) {
    .a-heading__subtitle {
      font-size: 25px;
      line-height: 30px;
      text-align: center; } }
  @media (min-width: 1801px) {
    .a-heading__subtitle {
      line-height: 55px; } }

.a-heading__descr {
  line-height: 25px;
  max-width: 800px; }
  @media (max-width: 1199px) {
    .a-heading__descr {
      text-align: center;
      margin-bottom: 40px; } }
  @media (min-width: 1801px) {
    .a-heading__descr {
      max-width: 967px;
      line-height: 32px;
      margin-bottom: 35px; } }

/*POPUP*/
.paoc-popup-modal {
  flex-basis: 100% !important;
  max-width: 1140px !important; }
  @media (min-width: 1801px) {
    .paoc-popup-modal {
      max-width: 1440px !important; } }

@media (max-width: 1139px) {
  .paoc-popup-modal {
    flex-basis: 100% !important;
    max-width: 500px !important; } }

.paoc-popup-modal-cnt {
  padding: 0 !important; }

.a-popup {
  background: #fff;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  width: 100%; }

@media (max-width: 1139px) {
  .a-popup {
    max-width: 500px;
    margin: auto; } }

.a-popup__item:first-of-type {
  width: 46%;
  background: url(/wp-content/uploads/2025/08/zdj-rodzina-2.jpg) center/cover no-repeat; }

@media (max-width: 1139px) {
  .a-popup__item:first-of-type {
    width: 100%;
    display: none; } }

.a-popup__item:nth-of-type(2) {
  background-color: #2c627b;
  width: 54%;
  padding: 30px; }

@media (max-width: 1139px) {
  .a-popup__item:nth-of-type(2) {
    width: 100%; } }

.a-popup-list {
  list-style-type: none;
  padding: 15px 0 0; }

.a-popup-list__item {
  display: flex;
  align-items: center;
  padding: 5px 15px;
  border-top: 1px solid #ddd; }

.a-popup-list__item:first-of-type {
  border: none; }

.a-popup-list__icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px; }

.a-popup-list__icon--30 {
  background: url(/wp-content/uplot3/2020/09/location.svg) 50% no-repeat;
  background-size: 80% auto; }

.a-popup-list__icon--otoczenie {
  background: url(/wp-content/uplot3/2020/09/forest.svg) 50% no-repeat;
  background-size: 80% auto; }

.a-popup-list__icon--komfort {
  background: url(/wp-content/uplot3/2020/09/eko.svg) 50% no-repeat;
  background-size: 80% auto; }

.a-popup-list-content__heading {
  padding: 0;
  color: #ED5823;
  font-size: 17px;
  font-weight: 600; }

.a-popup-list-content__description {
  color: #212121;
  font-size: 12px; }

.a-form h2 {
  text-align: center; }

.a-form .wpcf7-form input::-moz-placeholder, .a-form .wpcf7-form textarea::-moz-placeholder {
  color: #3F3F3F;
  font-size: 16px;
  font-weight: 400; }

.a-form .wpcf7-form input:-ms-input-placeholder, .a-form .wpcf7-form textarea:-ms-input-placeholder {
  color: #3F3F3F;
  font-size: 16px;
  font-weight: 400; }

.a-form .wpcf7-form input::placeholder,
.a-form .wpcf7-form textarea::placeholder {
  color: #3F3F3F;
  font-size: 16px;
  font-weight: 400; }

.a-klauzula {
  display: flex;
  justify-content: flex-start;
  margin: 10px 0 0;
  width: 100%; }

.a-popup span.wpcf7-list-item {
  margin: 0; }

.a-popup .a-form {
  background-color:#2c627b;
  padding: 30px; }

.a-popup .a-form__heading {
  position: relative;
  padding: 0 0 15px 20px;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin: 0; }

.a-popup .a-form__heading--red {
  color: #ED5823; }

@media (max-width: 1139px) {
  .paoc-popup-close {
    left: 0;
    right: 0;
    top: -10px;
    margin: auto; } }

.a-popup .wpcf7__acceptance {
  color: #ffffff; }

.a-form .wpcf7-acceptance .wpcf7-list-item .checkmark {
  border: 1px solid #ffffff; }

.slick {
  position: relative;
  overflow: hidden; }

.slick-list {
  transform: translate3d(0, 30px, 0); }

.slick-no-slide .slick-track {
  width: 100% !important;
  text-align: center;
  transform: inherit !important; }

.slick-no-slide .slick-slide {
  float: none;
  display: inline-block; }

.slick-list {
  position: relative;
  overflow: hidden; }

.slick-dots {
  text-align: center; }
  .slick-dots li {
    display: inline-block; }
    .slick-dots li button {
      width: 10px;
      height: 10px;
      margin: 0 5px;
      font-size: 0;
      background-color: grey;
      border-radius: 50%;
      border: none; }
  .slick-dots .slick-active button {
    background-color: black; }

.icon-list {
  display: flex;
  align-items: center;
  padding: 30px 0 35px 8px; }
  @media (min-width: 1801px) {
    .icon-list {
      padding: 60px 0 65px; } }
  .icon-list--contact {
    display: block; }

.icon__item {
  display: inline-block;
  padding: 0 15px 0 0; }
  .icon__item:nth-child(1) .icon__link {
    padding: 0 0 25px; }
  @media (max-width: 991px) {
    .icon__item {
      display: flex;
      justify-content: center; } }
  .icon__item--contact {
    display: block; }
    @media (max-width: 991px) {
      .icon__item--contact {
        display: flex;
        justify-content: center; } }

.icon__img {
  display: inline-block;
  width: 25px;
  height: auto;
  margin-right: 10px; }
  .icon__img--offer {
    width: 30px; }

.icon__link {
  color: #000000;
  display: flex;
  flex-direction: row;
  line-height: 35px;
  align-items: center; }
  @media (max-width: 1199px) {
    .icon__link {
      font-size: 18px;
      line-height: 32px; } }
  .icon__link--white {
    color: #ffffff; }

.a-nav {
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.24);
  transition: opacity 0.35s ease-in-out; }
  @media (min-width: 1200px) {
    .a-nav {
      z-index: 1; } }

@media (min-width: 1200px) {
  .MainLogo__img {
    display: none; } }

@media (max-width: 1199px) {
  .MainLogo__img {
    display: block; } }

.a-logo {
  position: absolute;
  top: 0;
  bottom: 0; }

.a-logo img {
  width: 100px;
  height: auto;
  transition: all 0.35s ease-in-out; }

.a-logo--small img {
  max-width: 45px; }

.a-nav.fixed {
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
  color: #adadad;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  z-index: 999999;
  transition: all 0.3s ease-in-out;
  width: 100%; }
  @media (min-width: 1200px) {
    .a-nav.fixed {
      -webkit-animation: sticky .5s 1;
              animation: sticky .5s 1; } }

@media (max-width: 1199px) {
  body.open-menu .a-nav.fixed {
    left: -250px;
    right: auto; } }

.a-nav.fixed .menu-item-logo {
  padding: 3px 0; }

@media (min-width: 1200px) {
  .a-nav.fixed .a-logo-center img {
    width: 100%;
    max-width: 100px; } }

@media (min-width: 1801px) {
  .a-nav.fixed .a-logo-center img {
    max-width: 100px; } }

.a-logo {
  position: absolute;
  z-index: 999;
  align-items: center;
  top: 15px;
  transition: all 0.35s ease-in-out; }

.a-logo--small {
  top: 10px; }

.a-logo,
.a-logo-txt {
  display: flex; }

.a-logo-txt {
  align-items: flex-end;
  padding: 0 5px; }

.a-logo-txt__1,
.a-logo-txt__2 {
  font-weight: 600;
  font-size: 38px;
  color: #fff; }

.a-logo-txt__2 {
  display: inline-block;
  padding: 0 2px; }

.page-header {
  background: url("/tuszynski/wp-content/uploads/2021/06/bg-02-scaled.jpg") center/cover no-repeat;
  padding: 300px 0 20px;
  border-bottom: 9px solid #000;
  position: relative; }
  @media (max-width: 991px) {
    .page-header {
      background-position: -100px center; } }
  @media (max-width: 991px) {
    .page-header .container {
      text-align: center; } }
  .page-header:before {
    content: "";
    position: absolute;
    width: 30vw;
    height: 9px;
    background-color: #000;
    bottom: -9px;
    left: 0; }
  .page-header__title {
    position: relative;
    color: #ffffff;
    display: inline-block;
    font-size: 2.43rem;
    font-family: "Lora", serif;
    line-height: 2rem;
    margin: 0 0 10.5px; }
    .page-header__title:after {
      content: "";
      position: absolute;
      width: 34px;
      height: 1px;
      background-color: #000;
      bottom: 0;
      right: -45px; }

.single-page .container {
  padding: 50px 0; }

.single-page .sidebar {
  width: 28%; }
  @media (max-width: 991px) {
    .single-page .sidebar {
      width: 100%;
      margin: 0 0 20px; } }
  .single-page .sidebar__heading {
    position: relative;
    color: #040404;
    font-family: "Lora", serif;
    font-weight: 700;
    font-size: 1.6875rem;
    line-height: 1.5rem;
    margin: 0 0 5px 45px; }
    .single-page .sidebar__heading:before {
      content: "";
      position: absolute;
      width: 34px;
      height: 1px;
      background-color: #000;
      bottom: 0;
      left: -45px; }
    @media (max-width: 991px) {
      .single-page .sidebar__heading {
        width: 100%;
        max-width: 210px;
        margin: 0 auto; } }
  .single-page .sidebar__subheading {
    color: #000;
    font-family: "Lora", serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.6rem;
    text-transform: uppercase;
    margin-left: 45px; }
    @media (max-width: 991px) {
      .single-page .sidebar__subheading {
        width: 100%;
        max-width: 210px;
        margin: 0 auto; } }

.single-page .main-content {
  width: 72%; }
  @media (max-width: 991px) {
    .single-page .main-content {
      width: 100%;
      padding: 0 30px; } }
  .single-page .main-content p {
    font-family: "Lora", serif;
    font-size: 1rem;
    line-height: 1.625rem; }
    @media (max-width: 991px) {
      .single-page .main-content p {
        text-align: justify; } }

.footer {
  position: relative;
  z-index: -1;
  flex-shrink: 0; }
  .footer-top {
    display: grid;
    grid-template-columns: 1fr 1200px 1fr; }
    @media (min-width: 1801px) {
      .footer-top {
        grid-template-columns: 1fr 1500px 1fr; } }
    .footer-top__left {
      height: auto;
      position: relative;
      width: 44%; }
      @media (max-width: 1199px) {
        .footer-top__left {
          height: auto;
          width: 100%; } }
    .footer-top__right {
      width: 56%;
      padding: 50px; }
      @media (max-width: 1199px) {
        .footer-top__right {
          width: 100%; } }
    .footer-top-info {
      background-color: #ffffff;
      position: absolute;
      right: 0;
      left: -30px;
      bottom: -75px;
      padding: 50px; }
      @media (max-width: 1199px) {
        .footer-top-info {
          position: relative;
          left: 0;
          text-align: center; } }
      @media (min-width: 1801px) {
        .footer-top-info {
          left: -88px;
          bottom: -170px; } }
      .footer-top-info__title {
        color: #00000; }
      .footer-top-info__address {
        color: #000000; }
  .footer__bottom {
    background-color: #F8F8F8;
    padding: 150px 0 50px; }
    @media (max-width: 1199px) {
      .footer__bottom {
        padding: 50px 0; } }
    @media (min-width: 1801px) {
      .footer__bottom {
        padding: 310px 0 125px; } }
  .footer-bottom__left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
    text-align: left; }
    @media (max-width: 1199px) {
      .footer-bottom__left {
        width: 100%;
        justify-content: center; } }
  .footer-bottom__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 50%;
    text-align: right; }
    @media (max-width: 1199px) {
      .footer-bottom__right {
        width: 100%;
        justify-content: center; } }
  .footer-bottom-info {
    margin: 0; }
    .footer-bottom-info a {
      color: #000000; }
  .footer__img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 50vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom; }
    @media (max-width: 1199px) {
      .footer__img {
        position: relative;
        width: 100%;
        height: 300px; } }

@media (min-width: 1200px) {
  .not-front-page .footer {
    margin-top: -130px; } }

.polityka-prywatnosci .footer {
  margin-top: 0 !important; }

.hero {
  background-color: #ddd;
  height: 450px;
  position: relative;
  width: 100%; }
  @media (max-width: 1199px) {
    .hero {
      background: none;
      height: auto; } }

  @media (min-width: 1801px) {
    .hero {
      height: 800px; } }

  .hero__img {
    opacity: 0;
    transition: opacity 0.35s ease-in-out;
    height: 247.5px;
    -o-object-fit: cover;
       object-fit: cover;
	  object-position: 50% 40%;

}
  .hero__img.loaded {
    opacity: 1;
  }
    @media (min-width: 992px) {
      .hero__img {
        height: 450px;
      }
    }
    @media (min-width: 1199px) {
      .hero__img {
        height: 450px;
      }
    }
    @media (min-width: 1801px) {
      .hero__img {
        height: 800px;
      }
    }
  .hero__content {
    color: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    padding: 0 30px;
    text-shadow: 10px 10px 15px #000000;
    transition: opacity 0.35s ease-in-out; }
    .hero__content.loaded {
      opacity: 1;
    }
    @media (max-width: 1199px) {
      .hero__content {
        position: relative;
        text-align: center;
        text-shadow: none; } }
    .hero__content > .container {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 50px;
      height: inherit; }
      @media (max-width: 1199px) {
        .hero__content > .container {
          bottom: 0;
          display: flex;
          flex-direction: column;
          position: relative; } }
  .hero__heading {
    font-family: "Lora", serif;
    line-height: 50px;
    margin: 0 0 16px; }
    @media (max-width: 1199px) {
      .hero__heading span {
        display: block; } }
    @media (max-width: 1199px) {
      .hero__heading {
        color: #0c551e;
        font-size: 30px;
        margin: 16px 0;
        line-height: 30px;
        order: 2; } }
    @media (min-width: 1801px) {
      .hero__heading {
        font-size: 66px;
        line-height: 66px; } }
  .hero__descr {
    line-height: 32px;
    margin-top: 16px;
    max-width: 800px; }
    @media (max-width: 1199px) {
      .hero__descr {
        color: #000000;
        font-size: 15px;
        line-height: 20px;
        margin: 0;
        order: 2; } }

.comfort {
  margin: 50px 0 0;
  display: grid;
  font-size: 0;
  grid-template-columns: 22fr 33fr 45fr;
  grid-template-rows: auto;
  grid-template-areas: "photo1 heading heading"
 "empty info1 info2"; }
  @media (max-width: 1199px) {
    .comfort {
      display: block; } }
  @media (min-width: 1801px) {
    .comfort {
      margin: 148px 0 0; } }
  .comfort__item:nth-child(1) {
    background: url("/wp-content/uploads/2025/08/budynek_120_140_sypialnia-1.jpg") center/cover no-repeat;
    grid-area: photo1; }
  .comfort__item:nth-child(2) {
    grid-area: heading; }
  .comfort__item:nth-child(3) {
    grid-area: empty; }
  .comfort__item:nth-child(4) {
    grid-area: info1; }
  .comfort__item:nth-child(5) {
    grid-area: info2; }
  .comfort-heading__left {
    padding: 0 42px;
    width: 67%; }
    @media (max-width: 1199px) {
      .comfort-heading__left {
        padding: 0 20px;
        width: 100%; } }
    @media (min-width: 1801px) {
      .comfort-heading__left {
        max-width: 950px; } }
  .comfort-heading__right {
    width: 33%; }
    @media (max-width: 1199px) {
      .comfort-heading__right {
        text-align: center;
        width: 100%; } }
    @media (min-width: 1801px) {
      .comfort-heading__right {
        position: relative;
        left: -60px;
        top: -30px; } }
  .comfort-heading__img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%;
    padding: 0 20px 40px 0; }
    @media (max-width: 1199px) {
      .comfort-heading__img {
        max-width: 200px;
        padding: 20px;
        margin: 0 auto; } }
    @media (min-width: 1801px) {
      .comfort-heading__img {
        padding: 0 0 54px;
        width: 455px;
        height: auto; } }
  .comfort-info__heading {
    line-height: 25px; }
    @media (max-width: 1199px) {
      .comfort-info__heading {
        text-align: center; } }
    @media (min-width: 1801px) {
      .comfort-info__heading {
        line-height: 32px; } }
  .comfort-info__descr {
    line-height: 23px;
    margin: 30px 0 45px; }
    @media (max-width: 1199px) {
      .comfort-info__descr {
        text-align: center; } }
    @media (min-width: 1801px) {
      .comfort-info__descr {
        line-height: 32px; } }
  .comfort-info1 {
    display: flex;
    flex-direction: column;
    padding: 0 30px 0 0; }
    @media (max-width: 1199px) {
      .comfort-info1 {
        padding: 0; } }
    @media (min-width: 1801px) {
      .comfort-info1 {
        padding: 0 73px 0 0; } }
    .comfort-info1__img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 250px; }
      @media (min-width: 1801px) {
        .comfort-info1__img {
          height: 400px; } }
    .comfort-info1__bottom {
      background-color: #0c551e;
      color: #ffffff;
      padding: 35px 20px 40px; }
  .comfort-info2__top {
    padding: 0 20px 20px 0;
    max-width: 630px; }
    @media (max-width: 1199px) {
      .comfort-info2__top {
        margin: 0 auto;
        padding: 25px 30px; } }
  .comfort-info2__img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 410px; }
    @media (min-width: 1801px) {
      .comfort-info2__img {
        height: 620px; } }

.virtues-heading {
  position: relative;
  text-align: center;
  margin: 50px 0; }
  .virtues-heading:nth-of-type(1) {
    margin-top: 60px; }
    @media (min-width: 1801px) {
      .virtues-heading:nth-of-type(1) {
        margin-top: 130px; } }
  .virtues-heading:nth-of-type(2) {
    margin-top: 60px; }
    @media (min-width: 1801px) {
      .virtues-heading:nth-of-type(2) {
        margin-top: 120px; } }
  .virtues-heading__title {
    color: #00000;
    font-family: "Lora", serif;
    display: inline-block;
    background-color: #ffffff;
    position: relative;
    padding: 20px;
    z-index: 1; }
  .virtues-heading__hr {
    background-color: #0c551e;
    border: none;
    height: 1px;
    position: absolute;
    top: 6px;
    bottom: 0;
    margin: auto 0;
    width: 100%; }
    @media (max-width: 1199px) {
      .virtues-heading__hr {
        display: none; } }

.virtues-list {
  gap: 30px; }
  @media (min-width: 1801px) {
    .virtues-list {
      gap: 60px; } }
  .virtues-list__item {
    width: calc(25% - 22.5px); }
    @media (max-width: 1199px) {
      .virtues-list__item {
        max-width: 460px;
        margin: 0 auto 20px;
        padding: 0 30px;
        width: 100%; } }
    @media (min-width: 1801px) {
      .virtues-list__item {
        width: calc(25% - 45px); } }
  @media (min-width: 1200px) {
    .virtues-list__descr {
      line-height: 20px; } }
  .virtues-list__img {
    display: block;
    height: 90px;
    width: 90px;
    margin: 0 auto 30px; }
  .virtues-list__content {
    text-align: center; }
  .virtues-list__title {
    color: #00000;
    margin: 0 0 10px; }
    @media (min-width: 1801px) {
      .virtues-list__title {
        margin: 0 0 16px; } }

.locations {
  margin: 60px 0 0;
  font-size: 0; }
  @media (min-width: 1801px) {
    .locations {
      margin: 120px 0 0; } }
  .locations-silver {
    display: grid;
    grid-template-columns: 1fr 1fr 1200px 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "empty empty2 silvertop silvertop empty3"
 "empty4 empty5 silverbottom silverbottom empty6"; }
    @media (max-width: 1199px) {
      .locations-silver {
        display: block; } }
    @media (min-width: 1801px) {
      .locations-silver {
        grid-template-columns: 1fr 1fr 1680px 1fr 1fr; } }
    .locations-silver > .container {
      padding: 60px 0; }
    .locations-silver__top {
      grid-area: silvertop;
      background-color: #FBFBFB;
      padding: 0 0 25px; }
    .locations-silver__bottom {
      padding: 25px 0; }
      @media (max-width: 1199px) {
        .locations-silver__bottom {
          padding: 25px 15px; } }
      @media (min-width: 1801px) {
        .locations-silver__bottom {
          padding: 50px 0 54px; } }
    .locations-silver .box:nth-child(1) {
      grid-area: empty;
      background-color: transparent; }
    .locations-silver .box:nth-child(2) {
      grid-area: empty2;
      background-color: #FBFBFB; }
    .locations-silver .box:nth-child(4) {
      grid-area: empty3;
      background-color: #FBFBFB; }
    .locations-silver .box:nth-child(5) {
      grid-area: empty4;
      background-color: transparent; }
    .locations-silver .box:nth-child(6) {
      grid-area: empty5;
      background-color: #FBFBFB; }
    .locations-silver .box:nth-child(7) {
      grid-area: silverbottom;
      background-color: #FBFBFB; }
    .locations-silver .box:nth-child(8) {
      grid-area: empty6;
      background-color: #FBFBFB;
    }
  .locations-content__left {
    padding: 40px 50px 0 0;
    width: 100%; }
    @media (max-width: 1199px) {
      .locations-content__left {
        padding: 20px 30px;
        width: 100%; } }
    @media (min-width: 1801px) {
      .locations-content__left {
        padding: 60px 90px 0 0; } }
  .locations-content__right {
    width: 100%; }
    @media (max-width: 1199px) {
      .locations-content__right img {
        display: block;
        max-width: 600px;
        margin: 0 auto; } }
    @media (max-width: 1199px) {
      .locations-content__right {
        width: 100%; } }
  .locations-aqua {
    display: grid;
    grid-template-columns: 1fr 1fr 1200px 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "empty aquatxt aquatxt aquatxt empty2"; }
    @media (max-width: 1199px) {
      .locations-aqua {
        display: block; } }
    @media (min-width: 1801px) {
      .locations-aqua {
        grid-template-columns: 1fr 1fr 1680px 1fr 1fr; } }
    .locations-aqua .box {
      padding: 25px 0; }
      .locations-aqua .box:nth-child(1) {
        grid-area: empty;
        background-color: #0c551e;
        position: relative; }
        .locations-aqua .box:nth-child(1):before {
          background-color:#0c551e;
          content: "";
          left: 0;
          right: 0;
          height: 300px;
          top: -300px;
          position: absolute; }
          @media (max-width: 1199px) {
            .locations-aqua .box:nth-child(1):before {
              display: none; } }
        @media (min-width: 1200px) {
          .locations-aqua .box:nth-child(1):after {
            background-color: #ffffff;
            content: "";
            left: 0;
            right: 0;
            height: 250px;
            bottom: -70px;
            position: absolute; } }
      .locations-aqua .box:nth-child(2) {
        grid-area: aquatxt;
        background-color: #0c551e;
        padding: 50px 0 0; }
        @media (min-width: 1801px) {
          .locations-aqua .box:nth-child(2) {
            padding: 75px 0 0; } }
      .locations-aqua .box:nth-child(3) {
        grid-area: empty2;
        background-color: transparent; }
    .locations-aqua__content {
      position: relative; }
      .locations-aqua__content:after {
        background-color: #ffffff;
        content: "";
        left: 0;
        right: 0;
        height: 250px;
        bottom: -70px;
        position: absolute; }
    .locations-aqua__left {
      color: #ffffff;
      padding-right: 72px;
      width: 55%; }
      @media (max-width: 1199px) {
        .locations-aqua__left {
          padding: 0 30px;
          width: 100%; } }
    .locations-aqua__right {
      position: relative;
      z-index: 1;
      width: 45%; }
      @media (max-width: 1199px) {
        .locations-aqua__right {
          text-align: center;
          width: 100%; } }
    .locations-aqua__txt1 {
      line-height: 26px;
      margin-bottom: 28px; }
      @media (min-width: 1801px) {
        .locations-aqua__txt1 {
          line-height: 32px; } }
    .locations-aqua__txt2 {
      line-height: 26px; }
      @media (min-width: 1801px) {
        .locations-aqua__txt2 {
          line-height: 33px; } }
    .locations-aqua__img {
      max-width: 600px;
      width: calc(100% - 72px);
      position: relative;
      z-index: 1; }
  .locations__heading {
    color: #00000;
    line-height: 40px;
    margin-bottom: 25px; }
    @media (max-width: 1199px) {
      .locations__heading {
        text-align: center; } }
    @media (min-width: 1801px) {
      .locations__heading {
        line-height: 50px;
        margin-bottom: 40px; } }
  .locations__subheading {
    line-height: 26px;
    margin-bottom: 20px; }
    @media (max-width: 1199px) {
      .locations__subheading {
        text-align: center; } }
    @media (min-width: 1801px) {
      .locations__subheading {
        line-height: 32px;
        margin-bottom: 32px; } }
  .locations__descr {
    line-height: 20px; }
    @media (max-width: 1199px) {
      .locations__descr {
        text-align: center; } }
    @media (min-width: 1801px) {
      .locations__descr {
        line-height: 32px; } }
  .locations-list {
    gap: 20px; }
    .locations-list__item {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 20px;
      min-height: 146px;
      width: calc(20% - 16px);
      text-align: center;
      position: relative; }
      @media (max-width: 1199px) {
        .locations-list__item {
          max-width: 460px;
          margin: 0 auto 20px;
          width: 100%; } }
      .locations-list__item:nth-child(5n + 1) .locations-list__border--left:after {
        display: none; }
      .locations-list__item:nth-child(5n + 5) .locations-list__border--right:after {
        display: none; }
      .locations-list__item:nth-child(13) .locations-list__border--right:after {
        display: none; }
    .locations-list__border {
      width: 100%;
      height: 100%;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      overflow: hidden;
      position: absolute; }
      .locations-list__border--left:before, .locations-list__border--left:after {
        content: '';
        position: absolute;
        z-index: 1; }
      .locations-list__border--left:before {
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        border: 2px solid #0c551e;
        border-radius: 10px; }
      .locations-list__border--left:after {
        border-radius: 50%;
        height: 45px;
        width: 45px;
        border: 2px solid #0c551e;
        left: -35px;
        top: calc(50% - 23.5px);
        background-color: #FBFBFB;
        z-index: 2; }
        @media (max-width: 1199px) {
          .locations-list__border--left:after {
            display: none; } }
      .locations-list__border--right:before, .locations-list__border--right:after {
        content: '';
        position: absolute;
        z-index: 1; }
      .locations-list__border--right:after {
        border-radius: 50%;
        height: 45px;
        width: 45px;
        border: 2px solid #0c551e;
        right: -35px;
        top: calc(50% - 23.5px);
        background-color: #FBFBFB;
        z-index: 2; }
        @media (max-width: 1199px) {
          .locations-list__border--right:after {
            display: none; } }
    .locations-list__circle {
      background-color: #0c551e;
      border-radius: 50%;
      position: absolute;
      width: 14px;
      height: 14px;
      top: calc(50% - 6px);
      right: -16px; }
      @media (max-width: 1199px) {
        .locations-list__circle {
          display: none; } }
    .locations-list__distance {
      color: #00000;
      margin-bottom: 16px;
      position: relative;
      z-index: 1; }
      @media (min-width: 1801px) {
        .locations-list__distance {
          line-height: 22px; } }
    .locations-list__descr {
      font-size: 14px;
      line-height: 20px;
      position: relative;
      z-index: 1 }
      @media (min-width: 1801px) {
        .locations-list__descr {
          font-size: 16px;
          line-height: 24px; } }

.plan-osiedla {
  padding: 0 0 50px;
  position: relative; }
  @media (min-width: 1801px) {
    .plan-osiedla {
      padding: 0 0 120px; } }

.process__content {
  background: url("/wp-content/uploads/2022/05/proces-zakupu-1-scaled.jpg") center/cover no-repeat;
  padding: 50px 0 100px; }
  @media (min-width: 1801px) {
    .process__content {
      padding: 120px 0 255px; } }

@media (min-width: 1801px) {
  .process > .container {
    padding: 100px 0; } }

.process__title {
  color: #ffffff;
  font-family: "Lora", serif;
  letter-spacing: .5px; }

.process-list {
  gap: 40px;
  padding: 50px 0 0; }
  @media (min-width: 1801px) {
    .process-list {
      gap: 80px; } }
  .process-list__item {
    width: calc(20% - 40px); }
    @media (min-width: 1801px) {
      .process-list__item {
        width: calc(20% - 64px); } }
    @media (max-width: 1199px) {
      .process-list__item {
        text-align: center;
        width: 100%; } }
  .process-list__img {
    width: auto;
    height: 70px; }
  .process-list__descr {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    margin: 16px 0 0;
    text-transform: uppercase; }
    @media (min-width: 1801px) {
      .process-list__descr {
        font-size: 24px; } }

.progress {
  margin: 50px 0; }
  @media (min-width: 1801px) {
    .progress {
      margin: 100px 0; } }

.a-blog {
  padding: 50px 0;
  position: relative; }
  @media (min-width: 1801px) {
    .a-blog {
      padding: 100px 0 120px; } }
  .a-blog__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    height: inherit;
    display: grid;
    font-size: 0;
    grid-template-columns: 22fr 33fr 45fr;
    grid-template-rows: auto;
    grid-template-areas: "bg bg empty";
    width: 100%; }
    @media (max-width: 1199px) {
      .a-blog__bg {
        display: block; } }
  .a-blog__silver {
    background-color: #F8F8F8; }
  .a-blog-left {
    grid-area: left;
    padding-right: 30px;
    width: 68%; }
    @media (max-width: 1199px) {
      .a-blog-left {
        padding: 0;
        width: 100%;
        max-width: 500px;
        margin: 0 auto; } }
  .a-blog-right {
    background-color: #0c551e;
    grid-area: right;
    width: 32%;
    height: 580px; }
    @media (min-width: 1801px) {
      .a-blog-right {
        height: 658px; } }
    @media (max-width: 1199px) {
      .a-blog-right {
        width: 100%;
        max-width: 500px;
        margin: 0 auto; } }
    .a-blog-right__heading {
      color: #ffffff;
      margin: 0;
      padding: 30px 30px 0; }
      @media (max-width: 1199px) {
        .a-blog-right__heading {
          text-align: center; } }
      @media (min-width: 1801px) {
        .a-blog-right__heading {
          padding: 40px 30px 0; } }
  .a-blog-list__item {
    margin-bottom: 20px;
    width: 100%; }
    @media (min-width: 1801px) {
      .a-blog-list__item {
        margin-bottom: 30px; } }
    .a-blog-list__item--height {
      height: 280px; }
      @media (min-width: 1801px) {
        .a-blog-list__item--height {
          height: 314px; } }
      @media (max-width: 1199px) {
        .a-blog-list__item--height {
          height: auto; } }
    .a-blog-list__item--right {
      padding: 24px 30px 30px;
      margin: 0; }
    @media (min-width: 1200px) {
      .a-blog-list__item:nth-child(2) .a-blog-list__content {
        order: 2; }
      .a-blog-list__item:nth-child(2) .a-blog-list__img {
        order: 1; } }
  .a-blog-list__content {
    background-color: #00000;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    padding: 60px 30px 30px 30px;
    width: 50%; }
    .a-blog-list__content--right {
      background-color: #0c551e;
      border-bottom: 1px solid #ffffff;
      margin: 0;
      padding: 0 0 30px;
      width: 100%; }
    @media (max-width: 1199px) {
      .a-blog-list__content {
        width: 100%; } }
  .a-blog-list__title {
    margin: 0 0 16px; }
    @media (min-width: 1801px) {
      .a-blog-list__title {
        margin: 0 0 24px; } }
  .a-blog-list__link {
    color: #ffffff; }
  .a-blog-left .a-blog-list__excerpt {
    max-height: 46px;
  }
  .a-blog-list__excerpt {
    line-height: 23px;
    margin-bottom: 60px; }
    .a-blog-list__excerpt--right {
      margin-bottom: 10px; }
      @media (min-width: 1801px) {
        .a-blog-list__excerpt--right {
          margin-bottom: 16px; } }
    @media (min-width: 1801px) {
      .a-blog-list__excerpt {
        line-height: 32px; } }
  .a-blog-list__img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 50%; }
    @media (max-width: 1199px) {
      .a-blog-list__img {
        width: 100%; } }
  .a-blog-list__date {
    margin-top: auto; }
  .a-blog-pagination {
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-auto-flow: column;
    align-items: center;
    padding: 10px 30px 0; }
    @media (min-width: 1801px) {
      .a-blog-pagination {
        grid-template-columns: 300px 1fr; } }
    .a-blog-pagination__descr {
      color: #ffffff;
      display: inline-block;
      text-align: right; }
    .a-blog-pagination-list {
      display: inline-block;
      position: relative;
      text-align: right; }
      .a-blog-pagination-list__arrow {
        border-radius: 4px;
        cursor: pointer;
        display: inline-block;
        margin-right: 10px;
        width: 40px;
        height: 40px;
        position: relative; }
        .a-blog-pagination-list__arrow:after {
          content: "";
          position: absolute;
          background-size: 100% auto;
          background-repeat: no-repeat;
          width: 14px;
          height: 7px;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto; }
      .a-blog-pagination-list__left {
        background-color: #00000; }
        .a-blog-pagination-list__left:after {
          background-image: url("/wp-content/uploads/2022/05/Path.svg"); }
      .a-blog-pagination-list__right {
        background-color: #ffffff; }
        .a-blog-pagination-list__right:after {
          background-image: url("/wp-content/uploads/2022/05/Path-Copy.svg"); }

.developer__content {
  display: grid;
  font-size: 0;
  grid-template-columns: 1fr 1200px 1fr; }
  @media (max-width: 1199px) {
    .developer__content {
      display: block; } }
  @media (min-width: 1801px) {
    .developer__content {
      grid-template-columns: 1fr 1500px 1fr; } }

.developer__bg {
  background-color: #F8F8F8; }

.developer__main {
  background-color: #F8F8F8; }

.developer__left {
  padding-right: 48px;
  width: 44%; }
  @media (max-width: 1199px) {
    .developer__left {
      padding: 0 30px;
      width: 100%; } }

.developer__right {
  width: 56%; }
  @media (max-width: 1199px) {
    .developer__right {
      padding: 25px 30px;
      width: 100%; } }

.developer__txt1 {
  line-height: 25px; }
  @media (min-width: 1801px) {
    .developer__txt1 {
      line-height: 32px; } }

.developer__img {
  display: inline-block;
  margin: 40px 0 40px;
	height: 400px;
	object-fit: cover;
}
  @media (min-width: 1801px) {
    .developer__img {
      margin-bottom: 57px; } }

@media (min-width: 1200px) {
  .single-content {
    margin: 55px 0; } }

.single-content .container {
  width: 100%;
  max-width: 1032px;
  margin: 0 auto; }

.single-content__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 580px; }
  @media (max-width: 1199px) {
    .single-content__img {
      height: 300px; } }

.single-content__date {
  display: inline-block;
  padding: 0;
  color: #00000; }
  @media (max-width: 1199px) {
    .single-content__date {
      display: block;
      text-align: center; } }

.single-content__title {
  padding: 16px 0 32px; }
  @media (max-width: 1199px) {
    .single-content__title {
      text-align: center; } }

.single-content header {
  font-size: 0; }

.single-content main {
  background-color: #ffffff;
  box-shadow: 0 15px 28px rgba(0, 0, 0, 0.15);
  position: relative; }
  @media (min-width: 1200px) {
    .single-content main {
      padding: 0 47px 20px; } }
  @media (max-width: 1199px) {
    .single-content main {
      padding: 0 30px 20px; } }
  .single-content main:before {
    content: "";
    height: 23px;
    left: 0;
    right: 0;
    top: -23px;
    width: 100%;
    position: absolute;
    background-color: #fff; }
    @media (min-width: 1200px) {
      .single-content main:before {
        -webkit-clip-path: polygon(0 23px, 33px 0, 100% 0, 101% 0%, 100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 0%);
                clip-path: polygon(0 23px, 33px 0, 100% 0, 101% 0%, 100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 0%); } }
    @media (max-width: 1199px) {
      .single-content main:before {
        top: -22px;
        -webkit-clip-path: polygon(0 0, 33px 0, 100% 0, 101% 0%, 100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 0%);
                clip-path: polygon(0 0, 33px 0, 100% 0, 101% 0%, 100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 0%); } }



#slb_viewer_wrap .slb_theme_slb_default .slb_data_title,
#slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
  font-family: 'Space Grotesk'!important;
  font-size: 20px!important;
}



/* new CSS 05.03.24 */
.custom-tech-grid {
  display: grid;
}

@media (min-width: 1200px) {
  .custom-tech-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .custom-tech-grid .virtues-list__item {
    width: 100%;
  }
}


.custom-sale-info {
	display: inline-block;
	padding: 10px 40px;
	background-color: #00000;
	color: #fff;
  border: 2px solid #00000;
	border-radius: 10px;
  transition: color .3s, background-color .3s;
}

.custom-sale-info:hover {
  color: #00000;
  background-color: transparent;
}


.custom-info-box {
	padding: 15px 20px;
	background-color: #00000;
}

.custom-info-box-txt {
	margin: 0;
	color: #fff;
	text-align: center;
}
