.header-posts {
    width: 27%;
    position: absolute;
    top: 12vw;
}

.header-thumbnail-post {
    position: relative;
    top: 20px;
    width: 100%;
}

.header-thumbnail-post img {
    width: 100%;
    height: auto;
}

/*MISJA I WAARTOSCI*/
.misja-i-wartosci-box {
    width: 50%;
    position: relative;
}

.misja-i-wartosci-box:after {
    content: "";
    height: 80%;
    width: 2px;
    background: #DDE0E9;
    display: block;
    position: absolute;
    right: 0;
    top: -20px;
}

.misja-i-wartosci-box:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FF7222;
    position: absolute;
    right: -3px;
    top: 31%;
    transform: translateY(-50%);
    z-index: 9;
}

.misja-i-wartosci-box:nth-of-type(2n):before {
    right: unset;
    left: -6px;
}

.misja-i-wartosci-box:nth-of-type(2n) .misja-i-wartosci-content {
    margin-left: 15%;
}

.misja-i-wartosci-box:nth-of-type(2n):after {
    right: unset;
    left: -0.15rem;
}

.misja-i-wartosci-content {
    width: 85%;
    background: #F4F7FB;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 130px;
    position: relative;
}

.misja-i-wartosci-box:last-of-type .misja-i-wartosci-content {
    margin-bottom: 0;
}

.misja-i-wartosci-content .wp-block-columns, .misja-i-wartosci-content .wp-block-image {
    margin-bottom: 0;
}

.misja-i-wartosci-content .wp-block-image {
    height: 100%;
}

.misja-i-wartosci-content .wp-block-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.misja-i-wartosci-content:after {
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    background: #F4F7FB;
    border-radius: 16px;
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%) matrix(-0.71, 0.73, -0.69, -0.71, 0, 0);
    z-index: -1;
}

.misja-i-wartosci-box:nth-of-type(2n) .misja-i-wartosci-content:after
{
    right: unset;
    left: -16px;
}

.misja-i-wartosci-box {
    float: left;
}

.misja-i-wartosci-box:nth-of-type(2n) {
    float: right;
}

.misja-i-wartosci-box:nth-of-type(2) {
    margin-top: 180px;
}

.misja-i-wartosci-content h2 {
    color: #2A3768;
    font-family: 'Poppins-700';
    font-size: calc( var(--font-size) + 18px + var(--font-coeficient) );
}

.misja-i-wartosci-content p {
    color: #6C779D;
    font-family: 'firaSans-400';
    font-size: calc( var(--font-size) + 10px + var(--font-coeficient) );
}
.misja-i-wartosci .header-posts {
  top: 5vw;
}

/*opinie naszych klientow*/
.opinie-naszych-klientow.margin-top {
    margin-top: 3vw;
}

.opinie-naszych-klientow .header-posts {
    width: 100%;
    position: relative;
    top: 10vw;
}

.opinie-naszych-klientow .people-description {
    position: absolute;
    bottom: 10px;
    left: 20px;
    width: auto;
}

.opinie-naszych-klientow .box-content {
    background: #FFFFFF;
    box-shadow: 0px 4px 25px rgb(42 55 104 / 10%);
    border-radius: 16px;
    padding: 24px;
}

.opinie-naszyhc-klientow-masonary-grid .esg-entry-media-wrapper {
    display: none !important;
}

/*wspolpraca z mediami*/
.wspolpraca-z-mediami .header-posts {
    top: 1vw;
}
.wspolpraca-z-mediami .przydatne-pliki-border {
    border-style: solid;
    border-width: 1px;
    border-color: #DDE0E9;
    border-radius: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

/*przewodnik kupujacego*/
.znajdziemy-najlepsze-oferty-dla-ciebie-przewodnik-kupujacego {
    position: relative;
    top: -145px;
}

.przewodnik-kupujacego .header-posts {
    top: 1vw;
    width: 100%;
    position: relative;
}

.przewodnik-kupujacego .header-thumbnail-post-mobile img{
    width: 100%;
    height: auto;
}

.spis-tresci {
    height: -moz-fit-content;
    height: fit-content;
}

.spis-tresci ol {
    padding-left: 1rem;
}

.spis-tresci li {
    font-weight: 700;
    margin-bottom: 10px;
    cursor: pointer;
}

.spis-tresci li.active {
    color: #FF7222;
}

.spis-tresci li:hover {
    color: #ff5c00;
}

.przewodnik-kupujacego .wp-block-media-text {
    grid-template-columns: 15% 2fr;
}

.menu-652 {
    display: block;
}

.przewodnik-kupujacego .select-arrow-up:after, .przewodnik-kupujacego .select-arrow-down:after{
    display: block;
    font-family: 'FontAwesome';
    color: #2A3768;
    font-size: 13px;
    position: absolute;
    right: 7%;
    top: 40%;
}

/*przewodnik sprzedajacego*/
.przewodnik-sprzedajacego .header-posts {
    top: 1vw;
    width: 100%;
    position: relative;
}

.przewodnik-sprzedajacego .header-thumbnail-post-mobile img{
    width: 100%;
    height: auto;
}

.przewodnik-sprzedajacego .select-arrow-up:after, .przewodnik-sprzedajacego .select-arrow-down:after{
    display: block;
    font-family: 'FontAwesome';
    color: #2A3768;
    font-size: 13px;
    position: absolute;
    right: 7%;
    top: 40%;
}

.przewodnik-sprzedajacego .blocks-gallery-item:nth-of-type(3n) {
    position: relative;
    top: -23%;
}

.przewodnik-sprzedajacego .blocks-gallery-grid {
    margin-bottom: -18%;
}

/* sprzedaz */
.sprzedaz-page .header-posts {
    top: 4vw;
}
.sprzedaz-page h1 {
    line-height: 130%;
    margin-bottom: 34px;
}
.sprzedaz-page p {
    font-family: firaSans-400;
    color: #6C779D;
    font-size: 18px;
    line-height: 140%;
}
.sprzedaz-page strong {
    font-size: 24px;
    color: #2A3768;
}
.three-wing-col {
    display: flex;
}
.three-wing-col-bg {
    background-image: url(../images/rectangle-282.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 95px;
}
.three-wing-col p {
    /* font-family: firaSans-700; */
    font-weight: bold;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #2A3768;
    position: relative;
    z-index: 1;
}
.three-wing-col .has-inline-color {
    font-family: poppins-700;
    font-size: 40px;
    line-height: 130%;
}
.three-wing-col {
    padding: 0;
}
.three-wing-col .left-col-txt {
    padding: 0px 25px 35px 35px;
}
.three-wing-col .left-col-txt p {
    color: #6C779D;
    font-weight: normal;
    font-family: firaSans-400;
}
.three-wing-col .left-col-txt p strong {
    font-family: poppins-500;
}
.wing-box {
    max-width: 349px;
    height: 235px;
    position: relative;
    margin: 0 auto 20px auto;
}
.wing-box .wing-1 {
    position: absolute;
    top: -21px;
    left: -24px;
}
.wing-box .wing-1 p {
    position: absolute;
    top: 59px;
    left: 44px;
}
.wing-box .wing-2 {
    position: absolute;
    top: -21px;
    right: -24px;
}
.wing-box .wing-2 p {
    position: absolute;
    top: 59px;
    right: 60px;
}
.wing-box .wing-3 {
    position: absolute;
    bottom: -28px;
    left: 21px;
}
.wing-box .wing-3 p {
    position: absolute;
    bottom: 21px;
    left: 62px;
}
.video-col h2 {
    color: #2A3768;
    font-family: 'poppins-700';
    font-weight: bold;
    font-size: 40px;
    line-height: 130%;
    margin-bottom: 43px;
}
.video-col p {
    font-family: 'firaSans-400';
    font-size: 18px;
    line-height: 140%;
    color: #6C779D;
}
.video-col p strong {
    color: #2A3768;
}
.video-col iframe {
    margin-top: 35px;
    width: 100%;
    height: 370px;
    border-radius: 12px;
}
.sprzedaz-page-s3 .wp-block-group {
    display: flex;
}
.sprzedaz-page-s3 .wp-block-group figure {
  margin-right: 15px;
  flex-shrink: 0;
}
.sprzedaz-page-s3 .row-competency-2 {
  box-shadow: 0px 4px 25px rgba(42, 55, 104, 0.1);
  border-radius: 16px;
  padding: 30px 30px 60px 30px;
  margin-top: 45px;
}
.sprzedaz-page-s3 h2 {
  color: #2A3768;
  font-family: 'poppins-700';
  font-weight: bold;
  font-size: 40px;
  line-height: 130%;
  margin-bottom: 35px;
}
.sprzedaz-page-s3 .row-competency-1 p {
  font-family: firaSans-400;
  font-size: 16px;
  line-height: 140%;
  color: #6C779D;
}
.sprzedaz-page-s3 .row-competency-1 p strong {
  color: #2A3768;
  display: block;
  margin-top: 40px;
}
.sprzedaz-page-s3 .row-competency-2 p {
  font-family: firaSans-400;
  font-size: 16px;
  line-height: 140%;
  color: #6C779D;
}
.sprzedaz-page-s3 .row-competency-2 p strong {
  color: #2A3768;
  font-size: 18px;
}
.sprzedaz-page-s2 {
  margin-bottom: 150px;
}
.sprzedaz-page-s4 {
    margin-top: 85px;
}
.sprzedaz-page-s4 .px-xl-standard {
    font-family: poppins-700;
    font-size: 40px;
    line-height: 130%;
    color: #2A3768;
    margin-bottom: 50px;
}
.sprzedaz-page-s4 .scrolling-wrapper {
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.sprzedaz-page-s4 .scrolling-wrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
.sprzedaz-page-s4 .scrolling-wrapper .card-item {
    flex: 0 0 auto;
    width: 370px;
    padding: 0px 25px 20px 25px;
}
.sprzedaz-page-s4 .scrolling-wrapper .card-item .wp-block-group {
    display: flex;
    position: relative;
}
.sprzedaz-page-s4 .scrolling-wrapper .card-item .wp-block-group::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    width: 65%;
    border: 2px solid #FF7222;
}
.sprzedaz-page-s4 .scrolling-wrapper .card-item .wp-block-group p {
    font-family: poppins-700;
    font-size: 40px;
    line-height: 130%;
    color: #FF7222;
    margin-right: 15px;
}
.sprzedaz-page-s4 .scrolling-wrapper .card-item h3 {
    font-family: poppins-700;
    font-size: 24px;
    line-height: 140%;
    color: #2A3768;
    margin-bottom: 30px;
}
.sprzedaz-page-s4 .scrolling-wrapper .card-item p {
    font-family: firaSans-400;
    font-size: 16px;
    line-height: 140%;
    color: #6C779D;
}
.sprzedaz-page-s4 .scrolling-wrapper .card-item p strong {
    font-size: 18px;
    line-height: 140%;
    color: #2A3768;
    display: inline-block;
    margin-bottom: 10px;
}
.sprzedaz-page-s4 .scrolling-wrapper .card-offset-left {
    margin-left: 15%;
}
.sprzedaz-page-s4 .scrolling-wrapper .card-offset-right {
    margin-right: 15%;
}
.sprzedaz-page-s5 {
    margin-top: 160px;
    margin-bottom: 160px;
}
.sprzedaz-page-s2.najem-page-s2 {
      margin-top: 60px;
      margin-bottom: 60px;
}
.sprzedaz-page-s4.najem-page-s4 {
      margin-top: 60px;
      margin-bottom: 60px;
}
.sprzedaz-page-s5.najem-page-s5 {
      margin-top: 60px;
      margin-bottom: 60px;
}
.sprzedaz-page-s6.najem-page-s6 {
      margin-top: 60px;
      margin-bottom: 60px;
}
.sprzedaz-page-s6.najem-page-s6 .row-s6-two {
  margin-top: 60px;
}
.sprzedaz-page-s5 h2 {
    color: #2A3768;
    font-family: poppins-700;
    line-height: 130%;
    margin-bottom: 20px;
}
.sprzedaz-page-s5 p {
    font-family: firaSans-400;
    color: #6C779D;
    font-size: 16px;
    line-height: 130%;
}
.sprzedaz-page-s5 p strong {
    color: #2A3768;
    margin-bottom: 30px;
}
.sprzedaz-page-s5 .wp-block-column:last-child p strong {
    display: inline-block;
    font-size: 24px;
    margin-top: 35px;
}
.sprzedaz-page-s5 .wp-block-column .wp-block-group {
    display: flex;
    align-items: center;
}
.sprzedaz-page-s5 .wp-block-column .wp-block-group figure:not(:first-child) {
    margin-left: 30px;
}
.sprzedaz-page-s5 .wp-block-column iframe {
    width: 100%;
    height: 370px;
    border-radius: 12px;
    margin-top: 40px;
}
.sprzedaz-page-s5 .row-s5 {
    position: relative;
}
.sprzedaz-page-s5 .row-s5::before {
    content: '';
    position: absolute;
    top: -120px;
    left: -70px;
    width: 100%;
    height: 128%;
    background-image: url(../images/rectangle-285.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}
.sprzedaz-page-s5 .row-s5::after {
    content: '';
    position: absolute;
    bottom: 90px;
    right: -40px;
    width: 100%;
    height: 100%;
    background-image: url(../images/rectangle-284.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    z-index: -1;
}

.opinie-blok h2 {
    font-family: poppins-700;
    color: #2A3768;
    font-size: 40px;
    line-height: 130%;
    text-align: center;
    margin-bottom: 50px;
  }

  .sprzedaz-page-s6 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .sprzedaz-page-s6 h2 {
    font-family: poppins-700;
    color: #2A3768;
    font-size: 40px;
    line-height: 130%;
    margin-bottom: 16px;
  }
  .sprzedaz-page-s6 .row-s6-two {
    margin-top: 120px;
  }
  .sprzedaz-page-s6 .contract-card {
    box-shadow: 0px 4px 25px rgba(42, 55, 104, 0.1);
    border-radius: 16px;
    text-align: center;
    padding: 32px 32px 60px 32px;
    /* margin-bottom: 40px; */
    max-width: 446px;
    margin: 0 auto 40px auto;
  }
  .sprzedaz-page-s6.najem-page-s6 .contract-card {
      padding: 32px;
  }
  .sprzedaz-page-s6.najem-page-s6 h3 {
      font-size: 24px;
  }
  .sprzedaz-page-s6 .contract-card.pb-90 {
    padding-bottom: 90px;
  }
  .sprzedaz-page-s6 .contract-card h3 {
    font-family: poppins-700;
    font-size: 24px;
    line-height: 140%;
    color: #2A3768;
  }
  .sprzedaz-page-s6 .contract-card p {
    font-family: firaSans-400;
    font-size: 18px;
    line-height: 140%;
    color: #6C779D;
  }

  .other-offers-block .other-offers-link {
    color: #fff;
    padding: 11px 26px;
    border-radius: 8px;
  }
  .newsletter-block {
    padding-bottom: 100px;
  }


/* najem */
.najem-page .header-posts {
    top: 4vw;
}
.najem-page p:last-child {
    position: relative;
    left: 0px;
    background-color: white;
    height: auto;
    width: 943px;
    box-shadow: 0px 4px 25px rgba(42, 55, 104, 0.1);
    border-radius: 16px;
    padding: 30px 32px 44px 32px;
}
.najem-page-margin-top {
    margin-top: 400px;
}
.najem-page-s5 .glowne-korzysci {
    padding-right: 50px;
}


/* kredyty */
.kredyty-page .header-posts {
    top: 6vw;
}
.kredyty-page .header-posts h1 {
    font-family: poppins-700;
    font-size: 3.5rem;
    line-height: 130%;
    color: #2A3768;
    margin-bottom: 17px;
}
.kredyty-page p:last-child {
    position: relative;
    left: 0px;
    background-color: white;
    height: auto;
    width: 700px;
    box-shadow: 0px 4px 25px rgba(42, 55, 104, 0.1);
    border-radius: 16px;
    padding: 30px 32px 38px 32px;
    font-size: 16px;
    font-family: firaSans-600;
    line-height: 140%;
}
.kredyty-page-margin-top {
    margin-top: 400px;
}
.kredyty-page-s2 h2 {
    font-size: 24px;
    margin-bottom: 31px;
}
.kredyty-page-s2 li {
    font-family: firaSans-600;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 30px;
}
.kredyty-page-s3 {
    margin-top: 40px;
}
.kredyty-page-s3 .after-calc-col p {
    font-family: poppins-700;
    font-size: 24px;
    line-height: 140%;
}
.kredyty-page-s4 {
    margin-top: 120px;
}
.kredyty-page-s4 h2 {
    font-family: poppins-700;
    font-size: 18px;
    line-height: 130%;
}
.kredyty-page-s4 p {
    font-family: firaSans-400;
    font-size: 16px;
    line-height: 140%;
    color: #6C779D;
}
.kredyty-page-s4 p strong {
}
.kredyty-page-s5 {
    margin-top: 80px;
}
.kredyty-page-s5 h2 {
    font-family: poppins-700;
    font-size: 40px;
    line-height: 130%;
}
.kredyty-page-s5 p {
    font-family: firaSans-400;
    font-size: 16px;
    line-height: 140%;
    color: #6C779D;
}
.kredyty-page-s5 p strong {
    color: #2A3768;
}
.kredyty-page-s5 p.has-text-color strong {
}
.kredyty-page-s5.kredyty-page-s6 .strong-points,
.sprzedaz-page-s5.najem-page-s5 .strong-points {
    box-shadow: 0px 4px 25px rgba(42, 55, 104, 0.1);
    border-radius: 16px;
    padding: 32px 32px 0px 32px;
}
.kredyty-page-s5.kredyty-page-s6 .strong-points .wp-block-group,
.sprzedaz-page-s5.najem-page-s5 .strong-points .wp-block-group {
    display: flex;
    margin-bottom: 10px;
}
.kredyty-page-s5.kredyty-page-s6 .strong-points .wp-block-group figure,
.sprzedaz-page-s5.najem-page-s5 .strong-points .wp-block-group figure {
    margin-right: 15px;
    flex-shrink: 0;
}
.kredyty-page-s5.kredyty-page-s6 .glowne-korzysci {
    padding-left: 50px;
}
.sprzedaz-page-s4.kredyty-page-s7 .scrolling-wrapper .card-item p:nth-child(2) {
    font-family: firaSans-600;
    font-size: 18px;
    color: #2A3768;
}
.sprzedaz-page-s4.kredyty-page-s7 h2 {
    font-size: 40px;
}


.kredyty-page-s9 {
    margin-top: 55px;
}
.kredyty-page-s9 .row-experts-1 h2 {
    font-family: poppins-700;
    font-size: 40px;
    line-height: 130%;
    margin-bottom: 15px;
}
.kredyty-page-s9 .row-experts-1 p {
    font-family: firaSans-600;
    font-size: 18px;
    line-height: 140%;
}
.kredyty-page-s9 .row-experts-2 {
    padding: 32px 32px 0px 32px;
    box-shadow: 0px 4px 25px rgba(42, 55, 104, 0.1);
    border-radius: 16px;
}
.kredyty-page-s9 .row-experts-2 .wp-block-group {
    display: flex;
    margin-bottom: 10px;
}
.kredyty-page-s9 .row-experts-2 .wp-block-group figure {
    margin-right: 15px;
    flex-shrink: 0;
}
.kredyty-page-s9 .row-experts-2 p {
    font-family: firaSans-400;
    font-size: 18px;
    line-height: 140%;
}
.kredyty-page-s9 .row-experts-2 p strong {
}
.kredyty-page-s5.kredyty-page-s10 {
    margin-top: 75px;
}
.kredyty-page-s5.kredyty-page-s10 .px-kredyty {
    padding-left: 5.5%;
    padding-right: 5.5%;
}
.kredyty-page-s5.kredyty-page-s10 .wp-block-columns {
    justify-content: center;
}
.kredyty-page-s5.kredyty-page-s10 h2 {
    margin-bottom: 70px;
}
.kredyty-page-s5.kredyty-page-s10 #bezplatnie {
    margin-top: 60px;
}

/* strona kupno */
.kupno-page-s2 h2 {
    font-size: 40px;
    margin-bottom: 20px;
}
.kupno-page-s2 h2:nth-child(2) {
    margin-top: 50px;
}
.kupno-page-s2 h2:nth-child(3) {
    margin-bottom: 35px;
}
.kupno-page-s2 p {
    font-family: firaSans-400;
    font-size: 16px;
    line-height: 140%;
    color: #6C779D;
}
.kupno-page-s2 p strong {
    color: #2A3768;
}
.kupno-page-s2 p.has-text-color strong {
    color: #FF7222;
}
.kupno-page-s3 {
    margin-top: 90px;
}
.kupno-page-s3 .wp-block-columns {
    box-shadow: 0px 4px 25px rgba(42, 55, 104, 0.1);
    border-radius: 16px;
    padding: 0;
}
.kupno-page-s3 .wp-block-column:first-child {
    padding: 32px 18px 32px 32px;
}
.kupno-page-s3 .wp-block-columns figure {
    margin-bottom: 0;
    margin-top: 0;
}
.kupno-page-s3 h2 {
    font-size: 40px;
    margin-bottom: 30px;
}
.kupno-page-s3 p {
    font-family: firaSans-400;
}
.kupno-page-s3 p a {
    font-family: poppins-500;
    font-size: 16px;
    color: #fff;
    background: #FF7222;
    border-radius: 8px;
    padding: 12px 30px;
    display: inline-block;
    margin-top: 32px;
}
.kupno-page .header-posts {
    top: 6vw;
}
.sprzedaz-page-s3.kupno-page-s7 {
    margin-top: 70px;
    margin-bottom: 150px;
}
.sprzedaz-page-s3.kupno-page-s7 .row-competency-2 {
    margin-top: 0;
    margin-bottom: 45px;
}
.sprzedaz-page-s3.kupno-page-s7 .row-competency-2 p {
    color: #2A3768;
}
.sprzedaz-page-s3.kupno-page-s7 .row-competency-3 p {
    font-family: firaSans-400;
    font-size: 18px;
    line-height: 140%;
    color: #6C779D;
}
.sprzedaz-page-s3.kupno-page-s7 .row-competency-3 p strong {
    color: #2A3768;
}

/* wynajem-nieruchomosci */
.sprzedaz-page.wynajem-nieruchomosci .header-posts{
    top: 3vw;
}
.wynajem-nieruchomosci-s2 p {
    font-family: firaSans-400;
    font-size: 16px;
    line-height: 140%;
    color: #6C779D;
    margin-top: 80px;
}
.wynajem-nieruchomosci-s2 p strong {
    color: #2A3768;
}
.kredyty-page-s9.wynajem-nieruchomosci .row-experts-2 {
    margin-top: 35px;
    margin-bottom: 20px;
}

/* home-staging */
.home-staging .header-posts {
    top: 6vw;
}
.home-staging h1 {
    font-size: 40px;
    margin-bottom: 15px;
}
.home-staging .text-box {
    position: relative;
    left: 0px;
    background-color: white;
    height: auto;
    width: 930px;
    box-shadow: 0px 4px 25px rgba(42, 55, 104, 0.1);
    border-radius: 16px;
    padding: 32px;
}
.home-staging .text-box p {
    font-family: firaSans-400;
    font-size: 16px;
    line-height: 140%;
    color: #6C779D;
}
.home-staging .text-box p strong {
    color: #2A3768;
    font-size: 18px;
}
.home-staging-s3.kredyty-page-s5 {
    margin-top: 50px;
}
.home-staging-s4.sprzedaz-page-s5 {
    margin-bottom: 0;
}
.home-staging-s6.kredyty-page-s5 .home-s6-col {
    position: relative;
}
.home-staging-s6.kredyty-page-s5 .wp-block-group {
    position: absolute;
    top: 45px;
    right: -350px;
    /* right: 0px; */
    background-color: white;
    width: 568px;
    height: auto;
    box-shadow: 0px 4px 25px rgba(42, 55, 104, 0.1);
    border-radius: 16px;
    padding: 32px;
}
.home-staging-s6.kredyty-page-s5 {
    margin-top: 80px;
    margin-bottom: 60px;
}

/* zarzadzanie-najmem */
.sprzedaz-page.zarzadzanie-najmem .header-posts {
    top: 4vw;
}
.sprzedaz-page.zarzadzanie-najmem p strong {
    font-size: 16px;
}
.zarzadzanie-najmem-margin-top {
    margin-top: 21vw;
}
.zarzadzanie-najmem-s2 #renting-point {
    max-width: 348px;
    height: 113px;
    margin-left: auto;
    margin-right: auto;
}
.zarzadzanie-najmem-s2 h4 {
    font-size: 24px;
    line-height: 140%;
    margin-top: 65px;
    margin-bottom: 55px;
}
.zarzadzanie-najmem-s2 .shadow-card {
    background: #FFFFFF;
    box-shadow: 0px 4px 25px rgba(42, 55, 104, 0.1);
    border-radius: 16px;
    height: 187px;
    padding: 24px;
}
.zarzadzanie-najmem-s2 .shadow-card .wp-block-image {
    margin-bottom: 36px;
}
.zarzadzanie-najmem-s2 .wp-block-media-text {
    margin-top: 70px;
}
.zarzadzanie-najmem-s2 .wp-block-media-text__content {
    font-family: poppins-700;
    line-height: 1.3;
}
.kredyty-page-s5.kredyty-page-s6.zarzadzanie-najmem {
    margin-top: 110px;
}
.kredyty-page-s5.kredyty-page-s6.zarzadzanie-najmem .strong-points {
    margin-bottom: 55px;
}
.kredyty-page-s5.kredyty-page-s6.zarzadzanie-najmem h2 {
    margin-bottom: 35px;
}
.zarzadzanie-najmem-kontakt {
    margin-top: 85px;
}

/* urzadzanie-wnetrz */
.urzadzanie-wnetrz-s2 .trapezoid-col {
    padding-top: 34px;
}
.urzadzanie-wnetrz-s2 .trapezoid-img-box {
    position: relative;
    /*left: -45px;*/
    left: -8%;
}
.urzadzanie-wnetrz-s2 .trapezoid-img-box .wp-block-group {
    position: absolute;
    /* top: 60px; */
    top: 4vw;
    left: 9%;
}
.urzadzanie-wnetrz-s2 .trapezoid-img-box img {
    width: 117%;
    height: 250px;
}
.urzadzanie-wnetrz-s2 h2 {
    font-size: 24px;
    line-height: 140%;
}
.urzadzanie-wnetrz-s2 p {
    font-family: firaSans-400;
    font-size: 18px;
    line-height: 140%;
}
.urzadzanie-wnetrz-s2 p strong {
}
.urzadzanie-wnetrz-s3 .wp-block-group {
    display: flex;
    justify-content: space-around;
}
.urzadzanie-wnetrz-s3 .wp-block-group .wp-block-image {
    max-width: 235px;
}
.urzadzanie-wnetrz-s3 h2 {
    margin-bottom: 35px;
}
.urzadzanie-wnetrz-s3 .wp-block-button__link {
    font-family: firaSans-400;
    font-size: 18px;
    line-height: 140%;
    padding: 12px 43px;
}
.urzadzanie-wnetrz-s4 h2 {
    margin-bottom: 45px;
}
.urzadzanie-wnetrz-newsletter {
    margin-top: 100px;
}
.urzadzanie-wnetrz-s3.kredyty-page-s5 {
    margin-top: 30px;
}
.urzadzanie-wnetrz-s4.kredyty-page-s5 {
    margin-top: 50px;
}
.urzadzanie-wnetrz .background-img {
    background-image: url("/wp-content/themes/sdp-nieruchomosci/assets/images/rectangle-12-weeks.png");
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 10%;
    padding-bottom: 10%;
}
.urzadzanie-wnetrz .header-posts {
    top: 11vw;
}

/*regulamin*/
.regulamin.top-page-space, .bezpieczny-posrednik.top-page-space, .site-404.top-page-space {
    margin-top: 100px;
}

/*nasz zespół*/
.nasz-zespol .header-posts {
    width: 100%;
    position: relative;
    top: 3vw;
}
.nasz-zespol.margin-top {
    margin-top: 3vw;
}
.bezpieczny-posrednik .header-posts {
    top: 6vw;
}
.bezpieczny-posrednik .select-arrow-up:after, .bezpieczny-posrednik .select-arrow-down:after{
    display: block;
    font-family: 'FontAwesome';
    color: #2A3768;
    font-size: 13px;
    position: absolute;
    right: 7%;
    top: 40%;
}
/*404*/
.top-404 {
  top: -227.5px;
  margin-bottom: -227.5px;
}

/*oferty agenta*/
.oferty-agenta .no-results {
    display: none;
}

/*prywatne artykuly*/
.single-prywatne-artykuly img{
    object-fit: cover;
    height: 200px;
}

.blog-single-post-prywatne.top-page-space {
    margin-top: 52px;
}

/*nieruchomosc*/
.add-favourites.active .hasFavourites, .add-note.active .hasNote {
    display: block;
}

.add-favourites .hasFavourites, .add-note .hasNote {
    display: none;
}

.add-favourites .noFavourites, .add-note .noNote {
    display: block;
}

.add-favourites.active .noFavourites, .add-note.active .noNote {
    display: none;
}
