
*{
    font-family: "Rubik", sans-serif;
}

.invest-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 20;
    padding: 38px 0 0;
        background: #7eafd0;
}

.invest-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.invest-header__nav ul {
    display: flex;
    align-items: center;
    gap: 31px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.invest-news__slider.owl-disabled {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.estate-card img{
    height: 315px;
    width: 100%;
    object-fit: cover;
}

.invest-news__slider.owl-disabled .invest-news__item {
    flex: 1;
}


.callback-modal__form-fields br{
    display: none;
}
.callback-modal__form-fields span{
    display: block;
}
.callback-modal__form-fields input{
         padding: 4px 8px !important;
    display: block;
    margin-top: 10px;
    border-radius: 6px !important;
    font-family: 'Rubik';
    width: 100%;
}

.callback-modal__form-fields  .wpcf7-form-control.wpcf7-submit.has-spinner{
        margin-left: auto;
    margin-right: 12px;
    /* width: 152px; */
    padding: 12px !important;
    border: none;
    border-radius: 25px;
    background: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    padding: 12px 18px;
}

.invest-contact__form .wpcf7-form {
    margin: 0;
}

.invest-contact .wpcf7-response-output{
        color: white;
}

.invest-contact__form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.invest-contact__form .wpcf7-spinner {
    display: none;
}

.invest-contact__form .wpcf7-not-valid-tip {
    margin-top: 6px;
    font-size: 13px;
}

.invest-contact__form .wpcf7-response-output {
    margin: 20px 0 0;
}

@media (min-width: 992px) {
    .invest-news__slider.owl-disabled .invest-news__item {
        width: calc(33.333% - 7px);
        flex: 0 0 calc(33.333% - 7px);
    }
}


.estate-commercial-section{
    padding-top: 100px;
}
.estate-commercial-section h2{
    margin: 0 0 9px;
    font-size: 43px;
    line-height: 0.95;
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
}
.estate-commercial-section .estate-archive__subtitle-desc{
        font-size: 28px;
    font-weight: 100;
    margin-bottom: 64px;
}

.invest-header__nav a {
    font-size: 20px;
    line-height: 1;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    text-transform: lowercase;
    transition: opacity 0.25s ease;
}

.invest-header__nav a:hover {
    opacity: 0.7;
}

.invest-header__callback {
        min-width: 180px;
    /* height: 32px; */
    padding: 9px 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 20px;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.25s ease;
}

.invest-header__callback:hover {
    background: #fff;
    color: #7eafd0;
}

@media (max-width: 767px) {
    .invest-header {
        padding-top: 24px;
    }

    .invest-header__inner {
        gap: 20px;
    }

    .invest-header__nav ul {
        gap: 15px;
        flex-wrap: wrap;
    }

    .invest-header__nav a {
        font-size: 13px;
    }

    .invest-header__callback {
        min-width: 150px;
        font-size: 12px;
    }
}


.invest-hero {
    position: relative;
    min-height:  80vh;
    background: #7eafd0;
    overflow: hidden;
    padding: 105px 0 55px;
}

.invest-hero .container {
    z-index: 3;
}

.invest-hero__content {
    position: relative;
}

.invest-hero__title {
    margin: 0;
   font-size: 170px;
    line-height: 0.86;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: -4px;
    margin: 40px 0;
        position: relative;
            z-index: 9999;
}


.invest-projects__tabs button{
    position: relative;
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
}

.invest-projects__tabs button.active::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 2px;
    background: #000;
}
.invest-hero__title span {
    color: #f00012;
}


.invest-news__item h3 a{
    color: black;
    text-decoration: none;
}

.invest-hero__text {
       position: absolute;
    right: 35px;
    top: 280px;
    max-width: 430px;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
      text-align: end;
}

.invest-hero__building {
       position: absolute;
    left: 0;
    bottom: -300px;
    width: 70%;
    max-width: unset;
    z-index: 1;
    pointer-events: none;
}

.invest-hero__filter {
        position: relative;
    /* left: 15px; */
    /* right: 15px; */
    z-index: 5;
    display: flex;
    align-items: center;
    max-width: 745px;
    height: 56px;
    background: #fff;
    border-radius: 35px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    margin-top: 400px;
}

.invest-hero__select {
    height: 100%;
    min-width: 140px;
    padding: 0 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #111;
    border-right: 1px solid #d7d7d7;
}

.invest-hero__select span {
    font-size: 15px;
    color: #555;
}

.invest-hero__btn {
        margin-left: auto;
    margin-right: 12px;
    width: 152px;
    padding: 12px;
    border: none;
    border-radius: 25px;
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
}

@media (max-width: 991px) {
    .invest-hero {
        min-height: 560px;
        padding-top: 90px;
    }

    .invest-hero__title {
        font-size: 74px;
    }

    .invest-hero__text {
        position: static;
        margin-top: 35px;
        text-align: left;
        font-size: 23px;
    }

    .invest-hero__building {
        width: 85%;
    }

    .invest-hero__filter {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        margin-top: 190px;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .invest-hero {
        min-height: auto;
        padding: 0px 0 35px;
                height: 100vh;
    }

    .invest-hero__title {
        font-size: 42px;
        letter-spacing: -2px;
                padding: 10px 0;
    }

    .invest-hero__text {
        font-size: 19px;
                text-align: end;
    }

    .invest-hero__building {
              width: 100%;
        opacity: 0.9;
        bottom: 0px;
        width: 510px;
        left: -80px;
    }

    .invest-hero__filter {
        flex-direction: column;
        height: auto;
        border-radius: 24px;
        overflow: hidden;
        margin-top: 220px;
    }

    .invest-hero__select {
        width: 100%;
        min-width: 100%;
        height: 50px;
        border-right: none;
        border-bottom: 1px solid #ddd;
    }

    .invest-hero__btn {
        width: calc(100% - 24px);
        margin: 12px;
    }
}




.invest-about {
    padding: 60px 0 60px;
    background: #f4f4f4;
}

.invest-about__top {

    margin-bottom: 35px;
}
.invest-about__text p{
        font-size: 27px;
            max-width: 800px;
}

.invest-about__title {
    margin: 0;
    font-size: 55px;
    line-height: 0.92;
    font-weight: 900;
    color: #000;
    text-transform: uppercase;
}

.invest-about__title span {
    color: #f00012;
}

.invest-about__text {
    margin-top: 45px;
    font-size: 14px;
    line-height: 1.2;
    color: #111;
        justify-content: end;
        display: flex;
}

.invest-about__video {
    width: 100%;
    overflow: hidden;
}

.invest-about__video img {
    width: 100%;
    height: 100%;
    display: block;
}

@media (max-width: 767px) {
    .invest-about__top {
        flex-direction: column;
        gap: 20px;
    }

    .invest-about__text {
        margin-top: 0;
        max-width: 100%;
    }

    .invest-about__video {
        height: 220px;
    }
}





.invest-stats {
    padding: 55px 0 70px;
    background: #f4f4f4;
}

.invest-stats__head {
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 30px;
}

.invest-stats__head h2 {
       display: inline-block;
    margin: 0 0 -1px;
    padding-bottom: 12px;
    border-bottom: 3px solid #e60012;
    font-size: 55px;
    line-height: 1;
    font-weight: 500;
    color: #e60012;
}

.invest-stats__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
}

.invest-stats__text {
    max-width: 420px;
}

.invest-stats__text p {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 1.18;
    color: #111;
}

.invest-stats__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 45px 65px;
    text-align: center;
}

.invest-stats__item strong {
   display: block;
    font-size: 55px;
    line-height: 1;
    font-weight: 500;
    color: #000;
}

.invest-stats__items .invest-stats__item{
        text-align: end;
}

.invest-stats__item span {
    display: block;
    margin-top: 3px;
    font-size: 20px;
    line-height: 1.15;
    color: #111;
}

@media (max-width: 767px) {
    .invest-stats__content {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .invest-stats__items {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .invest-stats__item {
        text-align: left;
    }
}





.invest-projects {
    padding: 30px 0 65px;
    background: #f4f4f4;
}

.invest-projects__tabs {
    display: flex;
    align-items: flex-end;
    gap: 45px;
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 40px;
}

.invest-projects__tabs button {
       position: relative;
    padding: 0 0 18px;
    border: none;
    background: transparent;
    font-size: 25px;
    line-height: 1;
    font-weight: 500;
    color: #000;
    cursor: pointer;
    font-family: 'Rubik';
}

.invest-projects__tabs button.active {
    color: #e60012;
}

.invest-projects__tabs button.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 3px;
    background: #e60012;
}

.invest-projects__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.invest-projects__card{
    margin-bottom: 24px;
}

.invest-projects__image {
    position: relative;
    display: block;
    overflow: hidden;
}

.invest-projects__image img {
    display: block;
    width: 100%;
    height: auto;
}

.invest-projects__labels {
    position: absolute;
    inset: 0;
    z-index: 5;
    pointer-events: none;
}

.invest-projects__label {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ed1c24;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    padding: 8px 12px;
    min-height: 34px;
    white-space: nowrap;
}

.invest-projects__label--left {
    top: 0;
    left: 0;
    background: black;
}

.invest-projects__label--right {
    top: 0;
    right: 0;
}

.invest-projects__label--second {

        top: 34px;
    background: white;
    color: black;
}

@media (max-width: 575px) {
    .invest-projects__label {
        font-size: 13px;
        padding: 6px 9px;
        min-height: 28px;
    }

    .invest-projects__label--second {
        top: 36px;
    }
}

.invest-projects__card img {
    width: 100%;
    height: 315px;
    display: block;
    object-fit: cover;
}

.invest-projects__card h3 {
    margin: 20px 0 14px;
    font-size: 20px;
    line-height: 1.15;
    font-weight: 400;
    color: #000;
}

.invest-projects__card p {
    margin: 0;
    font-size: 12px;
    line-height: 1.2;
    color: #222;
        margin-bottom: 12px;
}
.invest-projects__card--has-info .invest-projects__info{
        min-height: 110px;
}

.estate-card.estate-card--has-info ul{
        height: 115px;
}

.invest-projects__more {
    margin-top: 15px;
    text-align: center;
}

.invest-projects__more button {
  padding: 12px 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    margin-top: 12px;
    margin-bottom: 24px;
    border: 0px;
}

@media (max-width: 767px) {
    .invest-projects__tabs {
        gap: 25px;
        overflow-x: auto;
    }

    .invest-projects__tabs button {
        white-space: nowrap;
        font-size: 18px;
    }

    .invest-projects__grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .invest-projects__card img {
        height: 230px;
    }
}


.invest-news .invest-news__item{
        padding: 0px 12px;
}

.invest-news .invest-news__meta{
        font-size: 12px;
}





.invest-ceo {
    padding: 0 0 0;
    background: #f4f4f4;
    overflow: hidden;
}

.invest-ceo__wrapper {
    display: grid;
    grid-template-columns: 540px 1fr;
    align-items: stretch;
    gap: 50px;
}

.invest-ceo__content {
    padding: 120px 0 90px;
}

.invest-ceo__title {
    margin: 0;
    font-size: 48px;
    line-height: 0.95;
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
}

.invest-ceo__line {
    width: 100%;
    height: 1px;
    background: #8e8e8e;
    margin: 42px 0 48px;
}

.invest-ceo__text p {
    margin: 0 0 24px;
    font-size: 27px;
    line-height: 1.3;
    color: #111;
}

.invest-ceo__socials {
    display: flex;
    align-items: center;
    gap: 42px;
    margin-top: 70px;
}

.invest-ceo__socials a {
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}

.invest-ceo__image {
    position: relative;
    min-height: 100%;
}

.invest-ceo__image img {
        width: 100%;

    display: block;
    object-fit: cover;
    object-position: top;
}

.video-section {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    position: relative;
    overflow: hidden;
}

.video-section iframe {
    width: 100vw !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
    border: 0;
    display: block;
}

@media (max-width: 991px) {
    .invest-ceo__wrapper {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .invest-ceo__content {
        padding: 70px 0 40px;
        order: 2;
    }

    .invest-ceo__image {
        order: 1;
    }

    .invest-ceo__image img {
        max-height: 650px;
    }
}

@media (max-width: 767px) {
    .invest-ceo__title {
        font-size: 28px;
    }

    .invest-ceo__socials {
        margin-top: 45px;
        gap: 25px;
        flex-wrap: wrap;
    }

    .invest-ceo__image img {
        max-height: 480px;
    }
}





.invest-history {
    position: relative;
    height: 220vh;
    background: #000;
}

.invest-history__sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    padding: 105px 0 75px;
    background: #000;
    color: #fff;
    overflow: hidden;
}

.invest-history__wrap {
    display: grid;
    grid-template-columns: 120px 1px 1fr;
    gap: 42px;
    min-height: calc(100vh - 180px);
}

.invest-history__years {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.invest-history__year.active {
    opacity: 1;
    transform: translateX(10px);
}

.invest-history__line {
    position: relative;
    width: 1px;
    background: rgba(255, 255, 255, 0.28);
}

.invest-history__line span {
    position: absolute;
    left: -1px;
    top: 0;
    width: 3px;
    height: 26px;
    background: #ed0012;
    transition: top 0.45s ease;
}

.invest-history__content {
    position: relative;
    padding-top: 8px;
}


.invest-history__item.active {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 767px) {
    .invest-history {
        height: 220vh;
    }

    .invest-history__sticky {
        padding: 70px 0;
    }

    .invest-history__wrap {
        grid-template-columns: 85px 1px 1fr;
        gap: 22px;
        min-height: calc(100vh - 140px);
    }

    .invest-history__year {
       font-size: 15px;
        padding: 12px 16px;
    }

    .invest-history__item {
        font-size: 15px;
    }
}


.invest-history__years,
.invest-history__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.invest-history__content {
    padding-top: 0;
}

.invest-history__item {
    position: static;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 300;
    color: #fff;
    transform: translateX(0);
    transition: 0.45s ease;
}

.invest-history__item.active {
    opacity: 1;
    transform: translateX(10px);
}

.invest-history {
    height: 160vh;
}

.invest-history__sticky {
    height: 100vh;
    padding: 75px 0 55px;
}

.invest-history__wrap {
    min-height: calc(100vh - 130px);
}






.invest-contact {
    display: grid;
    grid-template-columns: 52% 48%;
    min-height: 720px;
    background: #000;
}

.invest-contact__image {
    position: relative;
    overflow: hidden;
}

.invest-contact__image img {
   width: 100%;
    display: block;
    object-fit: cover;
    object-position: top;
}

.invest-projects__btn{
    padding: 12px 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    margin-top: 12px;
    margin-bottom: 24px;
}

.invest-contact__content {
    padding: 90px 80px 70px 70px;
    display: flex;
    flex-direction: column;
        justify-content: center;
}

.invest-contact__title {
    margin: 0;
    font-size: 45px;
    line-height: 0.92;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
}

.invest-contact__desc {
    margin-top: 42px;
    font-size: 15px;
    line-height: 1.3;
    color: rgba(255,255,255,0.8);
}

.invest-contact__form {
    margin-top: 55px;
}

.invest-contact__field {
    margin-bottom: 32px;
}

.invest-contact__field label {
    display: block;
    margin-bottom: 22px;
    font-size: 15px;
    line-height: 1.2;
    color: #fff;
}

.invest-contact__field label span {
    color: #ed0012;
}

.invest-contact__field input {
    width: 100%;
    height: 52px;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.25);
    background: transparent;
    color: #fff;
    font-size: 16px;
    outline: none;
        padding: 12px !important;
}

.invest-contact__btn {
    width: 130px;
    height: 34px;
    margin-top: 35px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: #ed0012;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.25s ease;
}

.invest-contact__btn:hover {
    background: #ff1a2d;
}

@media (max-width: 991px) {
    .invest-contact {
        grid-template-columns: 1fr;
    }


    .invest-contact__content {
        padding: 60px 25px;
    }

    .invest-contact__title {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    .invest-contact__image {
          height: auto;
    }

    .invest-contact__title {
        font-size: 28px;
    }

    .invest-contact__desc {
        margin-top: 28px;
        font-size: 14px;
    }

    .invest-contact__form {
        margin-top: 40px;
    }
}




.invest-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.invest-team {
    padding: 140px 0 140px;
    background: #000;
    color: #fff;
    overflow: hidden;
}

.invest-team__head {
    margin-bottom: 70px;
}

.invest-team__head h2 {
    display: inline-block;
    margin: 0 0 -1px;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
    font-size: 45px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
}

.invest-team__head p {
    margin: 12px 0 0;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 1.3;
    color: rgba(255,255,255,0.85);
}

.invest-team__slider {
    position: relative;
}

.invest-team__item img {
       width: 100%;
    height: 440px;
    display: block;
    object-fit: cover;
    object-position: top;
}

.invest-team__item h3 {
       margin: 40px 0 2px;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 500;
    color: #fff;
}

.invest-team__item p {
        margin: 0;
    font-size: 15px;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 6px;
}

.invest-team .owl-nav button.owl-prev,
.invest-team .owl-nav button.owl-next {
    position: absolute;
    top: 43%;
    transform: translateY(-50%);
    width: 36px;
    height: 27px;
    background: #000 !important;
    color: #fff !important;
    font-size: 34px !important;
    line-height: 20px !important;
}

.invest-team .owl-nav button.owl-prev {
    left: -38px;
}

.invest-team .owl-nav button.owl-next {
    right: -38px;
}

.invest-team .owl-dots {
    display: none;
}

@media (max-width: 767px) {
    .invest-team {
        padding: 45px 0 70px;
    }

    .invest-team__head {
        margin-bottom: 40px;
    }


    .invest-team .owl-nav button.owl-prev {
        left: 0;
    }

    .invest-team .owl-nav button.owl-next {
        right: 0;
    }
}







.invest-news {
    padding: 70px 0 95px;
    background: #f4f4f4;
}

.invest-news__head {
    margin-bottom: 58px;
    border-bottom: 1px solid #a9a9a9;
}

.invest-news__head h2 {
    display: inline-block;
    margin: 0 0 -1px;
    padding-bottom: 18px;
    border-bottom: 3px solid #e60012;
    font-size: 42px;
    line-height: 1;
    font-weight: 500;
    color: #000;
}

.invest-news__slider {
    position: relative;
}

.invest-news__item img {
    width: 100%;
    height: 250px;
    display: block;
    object-fit: cover;
}

.invest-news__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    color: #434343;
    text-transform: uppercase;
    opacity: 0.8;
}

.invest-news__item h3 {
      margin: 16px 0 0px;
    padding-bottom: 0px;
    font-size: 16px;
    line-height: 1.15;
    font-weight: 500;
    color: #000;
}

.invest-news .owl-nav button.owl-prev,
.invest-news .owl-nav button.owl-next {
    position: absolute;
    top: 39%;
    transform: translateY(-50%);
    width: 31px;
    height: 25px;
    background: #000 !important;
    color: #fff !important;
    font-size: 26px !important;
    line-height: 18px !important;
}

.invest-news .owl-nav button.owl-prev {
    left: 10px;
}

.invest-news .owl-nav button.owl-next {
    right: 10px;
}

.invest-news .owl-dots {
    display: none;
}

@media (max-width: 767px) {
    .invest-news {
        padding: 50px 0 70px;
    }

    .invest-news__head {
        margin-bottom: 35px;
    }

    .invest-news__head h2 {
        font-size: 28px;
    }

    .invest-news__item img {
        height: 210px;
    }
}






.invest-footer {
    padding: 95px 0 55px;
    background: #000;
    color: #fff;
}

.invest-footer__top {
    display: flex;
    justify-content: space-between;
    gap: 80px;
}

.invest-footer__left {
    max-width: 540px;
}

.invest-footer__address {
    font-size: 22px;
    line-height: 1.15;
    font-weight: 300;
    color: #fff;
}

.invest-footer__phone {
    display: inline-block;
    margin-top: 38px;
    font-size: 37px;
    line-height: 1;
    font-weight: 800;
    color: #ed0012;
    text-decoration: none;
}

.invest-footer__socials {
    display: flex;
    align-items: center;
    gap: 42px;
    margin-top: 42px;
}

.invest-footer__socials a {
    font-size: 21px;
    line-height: 1;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.25s ease;
}

.invest-footer__socials a:hover,
.invest-footer__menu a:hover {
    opacity: 0.7;
}

.invest-footer__menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.invest-footer__menu li:not(:last-child) {
    margin-bottom: 14px;
}

.invest-footer__menu a {
    font-size: 22px;
    line-height: 1;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    transition: 0.25s ease;
}

.invest-footer__bottom {
    margin-top: 42px;
    border-top: 1px solid rgba(255,255,255,0.2);
}

@media (max-width: 991px) {
    .invest-footer__top {
        flex-direction: column;
        gap: 50px;
    }
}

@media (max-width: 767px) {
    .invest-footer {
        padding: 65px 0 40px;
    }

    .invest-footer__address {
        font-size: 18px;
    }

    .invest-footer__phone {
        font-size: 28px;
    }

    .invest-footer__socials {
        flex-wrap: wrap;
        gap: 20px;
    }

    .invest-footer__socials a,
    .invest-footer__menu a {
        font-size: 18px;
    }
}






.contacts-page {
    padding: 115px 0 60px;
    background: #f4f4f4;
}

.contacts-page__title {
    margin: 0 0 55px;
    font-size: 44px;
    line-height: 1;
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
}

.contacts-page__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 18px;

}

.contacts-page__card {
    border: 1px solid #999;
    padding: 14px 16px 16px;
    background: #fff;
}

.contacts-page__card h3 {
    margin: 0 0 5px;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 800;
    color: #ed0012;
}

.contacts-page__card h4 {
    margin: 0 0 18px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
    color: #000;
}

.contacts-page__info {
    display: flex;
    align-items: flex-start;
    gap: 28px;
    margin-bottom: 18px;
}

.contacts-page__info div {
    display: flex;
    align-items: flex-start;
    gap: 7px;
}

.contacts-page__info span {
    width: 12px;
    height: 1px;
    margin-top: 6px;
    background: #000;
    flex-shrink: 0;
}

.contacts-page__info p {
    margin: 0;
    font-size: 9px;
    line-height: 1.2;
    color: #000;
}

.contacts-page__links {
    display: flex;
    align-items: center;
    gap: 17px;
}

.contacts-page__btn {
    height: 27px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    font-size: 8px;
    font-weight: 800;
    text-decoration: none;
}

.contacts-page__route {
    font-size: 8px;
    font-weight: 500;
    color: #000;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .contacts-page__grid {
        grid-template-columns: 1fr;
    }

    .contacts-page__title {
        font-size: 36px;
    }

    .contacts-page__info {
        flex-direction: column;
        gap: 10px;
    }
}




.invest-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 50;
    padding: 38px 0 0;
}

.invest-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.invest-header__nav ul {
    display: flex;
    align-items: center;
    gap: 31px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.invest-header__nav a {
    font-size: 15px;
    line-height: 1;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    text-transform: lowercase;
}

.invest-header__callback {
    min-width: 180px;
    height: 32px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 20px;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}

.invest-header__callback:hover {
    background: #fff;
    color: #7eafd0;
}




.inner-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 50;
    padding: 34px 0 0;
}

.inner-header__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inner-header__breadcrumbs {
    display: flex;
    align-items: center;
    gap: 16px;
}

.inner-header__breadcrumbs a,
.inner-header__breadcrumbs span {
    font-size: 18px;
    line-height: 1;
    font-weight: 300;
    color: #000;
    text-decoration: none;
    text-transform: lowercase;
}

.inner-header__breadcrumbs > span:first-of-type {
    width: 18px;
    height: 2px;
    background: #ed0012;
}

.inner-header__actions {
    display: flex;
    align-items: center;
    gap: 22px;
}

.inner-header__consultation {
        padding: 8px 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #8e8e8e;
    border-radius: 14px;
    color: #000;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}

.inner-header__burger {
    width: 18px;
    height: 12px;
    padding: 0;
    border: none;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.inner-header__burger span {
    width: 100%;
    height: 1px;
    background: #000;
}





.contacts-page {
    padding: 120px 0 70px;
    background: #f4f4f4;
}

.contacts-page__title {
    margin: 0 0 58px;
    font-size: 43px;
    line-height: 1;
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
}



.contacts-page__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 16px;
}

.contacts-card {
    min-height: 138px;
    padding: 18px 20px 18px;
    border: 1px solid #777;
}

.contacts-card h3 {
    margin: 0 0 3px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;
    color: #ed0012;
}

.contacts-card h4 {
  max-width: 380px;
    margin: 8px 0 18px;
    font-size: 18px;
    line-height: 1.15;
    font-weight: 800;
    color: #000;
}

.contacts-card__schedule {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 18px;
        flex-wrap: wrap;
}

.contacts-card__schedule div {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.contacts-card__schedule span {
    width: 14px;
    height: 1px;
    margin-top: 6px;
    background: #000;
    flex-shrink: 0;
}

.contacts-card__schedule p {
       margin: 0;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 500;
    color: #000;
}

.contacts-card__bottom {
    display: flex;
    align-items: center;
    gap: 20px;
        margin-top: 28px;
}

.contacts-card__btn {
       padding: 16px 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.contacts-card__route {
       font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: #000;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .contacts-page {
        padding: 100px 0 50px;
    }

    .contacts-page__title {
        font-size: 28px;
        margin-bottom: 35px;
    }

    .contacts-page__grid {
        grid-template-columns: 1fr;
    }

    .contacts-card__schedule {
        flex-direction: column;
        gap: 10px;
    }
}


@media (min-width: 800px){
    .mobile-block{
        display: none;
    }
    .site-burger-menu.active .site-burger-menu__logo{
        display: none;
    }
    .site-burger-menu__top{
            justify-content: end;
    }

}


.contacts-map-section {
    padding: 80px 0;
    background: #f7f7f7;
}




.contacts-map__info h2 {
    margin: 0 0 30px;
    font-size: 36px;
    line-height: 1.1;
    font-weight: 700;
}
   .estate-item {
    display: block;
}

.estate-hidden {
    display: none;
}

.estate-more-wrap {
    margin-top: 40px;
    text-align: center;
}

.estate-more-btn {
        padding: 12px 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    margin-top: 12px;
    margin-bottom: 24px;
    border: 0px;
        font-family: 'Rubik';
}
.estate-more-btn:hover{
        background: black;
    color: white;
}

.estate-more-btn:hover {
    background: #ed1c24;
}

@media (max-width:767px){

    .estate-item:nth-child(-n+3){
        display:block;
    }

    .estate-item:nth-child(n+4){
        display:none;
    }

    .estate-item.estate-show{
        display:block !important;
    }
}

.contacts-map__item h3{
        margin: 0 0 3px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;
    color: #ed0012;
}

.contacts-map__item {
    padding: 22px;
       border: 1px solid #777;
    cursor: pointer;
    transition: 0.3s;
}

.contacts-map__item:not(:last-child) {
    margin-bottom: 16px;
}

.contacts-map__item:hover,
.contacts-map__item.active {
    border-color: #111;
    background: #f9f9f9;
}

.contacts-map__item h3 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 500;
}

.contacts-map__item p {
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

.contacts-map__item span {
    color: #777;
}

.contacts-map__item a {
    display: inline-block;
    color: #111;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

.contacts-map__map {
    min-height: 520px;
    border-radius: 24px;
    overflow: hidden;
}

#leafletContactsMap {
    width: 100%;
    height: 100%;
    min-height: 520px;
}

@media (max-width: 991px) {
    .contacts-map {
        grid-template-columns: 1fr;
    }

    .contacts-map__info {
        padding: 28px;
    }

    .contacts-map__info h2 {
        font-size: 30px;
    }

    .contacts-map__map,
    #leafletContactsMap {
        min-height: 420px;
    }
}

@media (max-width: 575px) {
    .contacts-map-section {
        padding: 50px 0;
    }

    .estate-commercial-section h2{
        font-size: 28px;
    }
    .estate-commercial-section .estate-archive__subtitle-desc{
        font-size: 18px;
    }

    .contacts-map__info {
        padding: 22px;
        border-radius: 18px;
    }

    .contacts-map__item {
        padding: 18px;
    }

    .contacts-map__info h2 {
        font-size: 26px;
    }

    .contacts-map__item h3 {
        font-size: 20px;
    }

    .contacts-map__map,
    #leafletContactsMap {
        min-height: 360px;
        border-radius: 18px;
    }
}

.estate-archive {
    padding: 100px 0 80px;
    background: #f4f4f4;
}

.estate-archive__title {
    max-width: 520px;
    margin: 0 0 35px;
    font-size: 43px;
    line-height: 0.95;
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
}

.estate-filter {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 65px;
    padding: 22px;
    background: #fff;
}

.estate-filter label {
    display: block;
    margin-bottom: 10px;
    font-size: 10px;
    font-weight: 700;
    color: #000;
}

.estate-filter select {
    width: 100%;
    height: 42px;
    border: none;
    border-bottom: 1px solid #000;
    background: transparent;
    font-size: 26px;
    font-weight: 800;
    outline: none;
}

.estate-filter__rooms {
    display: flex;
    align-items: flex-end;
    gap: 42px;
    margin-top: 35px;
    border-bottom: 4px solid #ed0012;
    padding-bottom: 8px;
}

.estate-filter__rooms span {
    display: block;
    font-size: 9px;
    font-weight: 700;
}

.estate-filter__rooms label {
    margin: 0;
    font-size: 24px;
    font-weight: 800;
    color: #ed0012;
    cursor: pointer;
}

.estate-filter__rooms input {
    display: none;
}

.estate-filter__right {
    display: grid;
    gap: 28px;
}

.estate-filter__values {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.estate-filter__values strong {
    font-size: 26px;
    line-height: 1;
    font-weight: 900;
    color: #000;
}

.estate-filter__line {
    position: relative;
    height: 4px;
    margin-top: 8px;
    background: #ed0012;
}

.estate-filter__line::before,
.estate-filter__line::after {
    content: "";
    position: absolute;
    top: -4px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ed0012;
}

.estate-filter__line::before {
    left: 0;
}

.estate-filter__line::after {
    right: 0;
}

.estate-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 55px 20px;
}

.estate-card {
    position: relative;
}

.estate-card__image {
    position: relative;
    display: block;
    height: 255px;
    overflow: hidden;
}

.estate-card__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.estate-card__label {
    position: absolute;
    right: 0;
    top: 0;
    width: 88px;
    height: 18px;
    background: #ed0012;
}

.estate-card__content {
    padding-top: 20px;
}

.estate-card h3 {
    margin: 0 0 5px;
    font-size: 13px;
    line-height: 1.15;
    font-weight: 500;
    color: #000;
}

.estate-card h3 a {
    color: inherit;
    text-decoration: none;
}

.estate-card p {
    margin: 0 0 15px;
    font-size: 12px;
    color: #000;
}

.estate-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.estate-card li {
    font-size: 11px;
    line-height: 1.3;
    color: #000;
}

.estate-card__btn {
    width: 86px;
    height: 22px;
    margin-top: 20px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    font-size: 9px;
    text-transform: uppercase;
    text-decoration: none;
}

@media (max-width: 991px) {
    .estate-filter {
        grid-template-columns: 1fr;
    }

    .estate-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .estate-archive__title {
        font-size: 34px;
    }

    .estate-grid {
        grid-template-columns: 1fr;
    }

    .estate-filter__rooms {
        gap: 20px;
        flex-wrap: wrap;
    }
}





.estate-archive {
    padding: 130px 0 80px;
    background: #f4f4f4;
}

.estate-archive__title {
    max-width: 520px;
    margin: 0 0 35px;
    font-size: 43px;
    line-height: 0.95;
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
}

.estate-filter {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 55px;
    padding: 25px 28px 32px;
    background: #ffffff00;
    margin-bottom: 65px;
}
.news-actions-card-image img{
    height: auto;
}

.estate-filter label {
    display: block;
    margin: 0 0 10px;
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    color: #000;
}

.estate-filter__object select {
    width: 100%;
    height: 48px;
    padding: 0 45px 0 0;
    border: none;
    border-bottom: 2px solid #000;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='25' viewBox='0 0 22 25' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 0v22M3 15l8 8 8-8' stroke='%23000' stroke-width='2' fill='none'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 22px 25px;
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    color: #000;
    outline: none;
    appearance: none;
}

.estate-filter__rooms {
    position: relative;
    display: grid;
    grid-template-columns: 1fr repeat(4, 80px);
    align-items: end;
    gap: 22px;
    margin-top: 60px;
    padding-bottom: 12px;
    border-bottom: 4px solid #ed0012;
}

.estate-filter__rooms-title span {
      display: block;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    color: #000;
}

.estate-filter__rooms label {
    margin: 0;
    font-size: 31px;
    line-height: 1;
    font-weight: 500;
    color: #ed0012;
    text-align: center;
    cursor: pointer;
}

.estate-filter__rooms input {
    display: none;
}

.estate-filter__rooms label:has(input:checked) {
    color: #000;
}

.estate-filter__type {
    position: absolute;
    right: 0;
    top: -24px;
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
}

.estate-filter__right {
    display: grid;
    gap: 32px;
}

.estate-filter__range-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.estate-filter__range label span {
    width: 14px;
    height: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 3px;
    border-radius: 50%;
    background: #bfbfbf;
    color: #fff;
    font-size: 9px;
    font-style: normal;
}

.estate-filter__currency {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 800;
}

.estate-filter__currency b {
    color: #ed0012;
}

.estate-filter__currency span {
    color: #8b8b8b;
}

.estate-filter__currency i {
    width: 23px;
    height: 6px;
    position: relative;
    display: block;
    background: #000;
    border-radius: 10px;
}

.estate-filter__currency i::before {
    content: "";
    position: absolute;
    left: -3px;
    top: -3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #000;
}

.estate-filter__values {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.estate-filter__values strong {
    font-size: 31px;
    line-height: 1;
    font-weight: 600;
    color: #000;
}

.estate-filter__values strong:last-child {
    text-align: right;
}

.estate-single-range {
    width: 100%;
    height: 18px;
    margin-top: 8px;
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
}

.estate-single-range::-webkit-slider-runnable-track {
    height: 4px;
    background: #ed0012;
}

.estate-single-range::-webkit-slider-thumb {
    width: 12px;
    height: 12px;
    margin-top: -4px;
    border-radius: 50%;
    background: #ed0012;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.estate-single-range::-moz-range-track {
    height: 4px;
    background: #ed0012;
}

.estate-single-range::-moz-range-thumb {
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 50%;
    background: #ed0012;
    cursor: pointer;
}

.estate-filter__from-to {
      display: flex;
    justify-content: space-between;
    margin-top: 5px;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    color: #000;
}

.estate-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 55px 20px;
}

.estate-card__image {
    position: relative;
    display: block;
    height: 255px;
    overflow: hidden;
}

.estate-card__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.estate-card__label {
     position: absolute;
    right: 0;
    top: 0;
    /* width: 88px; */
    /* height: 18px; */
    background: #ed0012;
    color: white;
    text-align: center;
    padding: 4px 6px;
    height: auto;
        width: auto;
}

.estate-card__content {
    padding-top: 20px;
}

.estate-card h3 {
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 1.15;
    font-weight: 600;
    color: #000;
}

.estate-card h3 a {
    color: inherit;
    text-decoration: none;
}

.estate-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.estate-card li {
       font-size: 14px;
    line-height: 1.4;
    color: #000;
    margin-bottom: 6px;
}

.estate-card__btn {
    width: 86px;
    height: 22px;
    margin-top: 20px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    font-size: 9px;
    text-transform: uppercase;
    text-decoration: none;
}

.estate-empty {
    font-size: 18px;
    color: #000;
}


.invest-projects__info {
        margin: 0;
    padding: 0;
    list-style: none;
}
.invest-projects__info li{
        font-size: 14px;
    line-height: 1.4;
    color: #000;
    margin-bottom: 6px;
}

@media (max-width: 991px) {
    .estate-filter {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .estate-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .estate-archive {
        padding: 100px 0 60px;
    }

    .estate-archive__title {
        font-size: 34px;
    }

    .estate-filter {
        padding: 18px;
    }

    .estate-filter__object select {
        font-size: 26px;
    }

    .estate-filter__rooms {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .estate-filter__type {
        position: static;
        grid-column: 1 / -1;
    }

    .estate-filter__values strong {
        font-size: 25px;
    }

    .estate-grid {
        grid-template-columns: 1fr;
    }
}

input[type="range"]{
    border: 0px !important;
}








 .news-actions-page {
        padding: 70px 0;
        background: #f3f3f3;
    }

    .news-actions-title {
        margin: 0 0 70px;
        font-size: 46px;
        line-height: 1.1;
        font-weight: 400;
        text-transform: uppercase;
        color: #111;
    }

    .news-actions-head {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 30px;
        margin-bottom: 45px;
        border-bottom: 1px solid #cfcfcf;
    }

    .news-actions-tabs {
        display: flex;
        align-items: center;
        gap: 34px;
        flex-wrap: wrap;
    }

    .news-actions-tabs a {
        position: relative;
        display: inline-flex;
        padding-bottom: 15px;
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
        color: #111;
        text-decoration: none;
    }

    .news-actions-tabs a.active {
        color: #ff1f2d;
    }

    .news-actions-tabs a.active:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 100%;
        height: 3px;
        background: #ff1f2d;
    }

    .news-actions-project-filter {
        position: relative;
        min-width: 190px;
    }

    .news-actions-project-filter select {
        width: 100%;
        border: 0;
        background: transparent;
        padding: 0 25px 15px 0;
        font-size: 18px;
        line-height: 1.2;
        font-weight: 600;
        color: #111;
        outline: none;
        cursor: pointer;
    }


    .news-actions-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 38px 18px;
    }



    .news-actions-card-image {
        display: block;

        background: #ddd;
    }

    .news-actions-card-image img {
        display: block;
        width: 100%;
        height: 350px;
        object-fit: cover;

    }

    .news-actions-card-content {
        padding: 12px 0 14px;
    }

    .news-actions-card-meta {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 12px;
        font-size: 11px;
        line-height: 1.2;
        font-weight: 700;
        text-transform: uppercase;
        color: #111;
    }

    .news-actions-card h3 {
        margin: 0;
        font-size: 13px;
        line-height: 1.25;
        font-weight: 600;
        color: #111;
    }

    .news-actions-card h3 a {
            margin: 20px 0 14px;
    font-size: 20px;
    line-height: 1.15;
    font-weight: 300;
    color: #000;
        text-decoration: none;
    }

    .news-actions-more {
        padding: 55px 0 35px;
        text-align: center;
        background: #fff;
    }

    .news-actions-more-btn {
        min-width: 130px;
        height: 38px;
        border: 1px solid #111;
        background: transparent;
        font-size: 12px;
        font-weight: 600;
        color: #111;
        cursor: pointer;
    }

    .news-actions-pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 16px;
        padding: 25px 0;
        border-top: 1px solid #111;
        background: #fff;
    }

    .news-actions-pagination .page-numbers {
        min-width: 34px;
        height: 34px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 13px;
        font-weight: 600;
        color: #111;
        text-decoration: none;
    }

    .news-actions-pagination .current {
        border: 1px solid #111;
    }

    .news-actions-empty {
        background: #fff;
        padding: 40px;
        font-size: 18px;
        color: #111;
    }

    @media (max-width: 1199px) {
        .news-actions-grid {
            grid-template-columns: repeat(3, 1fr);
        }
    }

    @media (max-width: 991px) {
        .news-actions-title {
            font-size: 36px;
            margin-bottom: 40px;
        }

        .news-actions-head {
            flex-direction: column;
            gap: 20px;
        }

        .news-actions-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .news-actions-project-filter {
            width: 100%;
        }
    }

    @media (max-width: 575px) {
        .news-actions-page {
            padding: 45px 0;
        }

        .news-actions-grid {
            grid-template-columns: 1fr;
        }

        .news-actions-tabs {
            gap: 22px;
        }


    }



    .site-burger-menu {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: .35s ease;
    padding: 22px 0 40px;
    height: 40vh;
    box-shadow: 0 0 10px;
}

.site-burger-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

body.menu-open {
    overflow: hidden;
}

.site-burger-menu .container {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.site-burger-menu__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-burger-menu__logo img {
    width: 70px;
    height: auto;
}

.site-burger-menu__right {
    display: flex;
    align-items: center;
    gap: 24px;
}

.site-burger-menu__consult {
    color: #003b2b;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
}

.site-burger-menu__close {
    width: 36px;
    height: 36px;
    border: 0;
    background: transparent;
    position: relative;
    cursor: pointer;
}

.site-burger-menu__close span {
    position: absolute;
    left: 4px;
    top: 17px;
    width: 28px;
    height: 2px;
    background: #003b2b;
}

.site-burger-menu__close span:first-child {
    transform: rotate(45deg);
}

.site-burger-menu__close span:last-child {
    transform: rotate(-45deg);
}

.site-burger-menu__content {
    padding-top: 70px;
    flex: 1;
}

.site-burger-menu__nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 44px 90px;
    max-width: 1000px;
}

.site-burger-menu__item {
    display: flex;
    align-items: center;
    gap: 22px;
    color: #000;
    text-decoration: none;
}

.site-burger-menu__item span {
    color: #003b2b;
    font-size: 16px;
    font-weight: 700;
    min-width: 42px;
    padding-right: 18px;
    border-right: 1px solid #333;
}

.site-burger-menu__item b {
    font-size: 32px;
    line-height: 1.1;
    font-weight: 300;
}

.site-burger-menu__bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.site-burger-menu__socials {
    display: flex;
    gap: 42px;
}

.site-burger-menu__socials a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.site-burger-menu__button {
    background: #000000;
    color: #fff;
    padding: 16px 22px;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
}

@media (max-width: 768px) {
    .site-burger-menu {
        padding: 18px 0 30px;
    }

    .site-burger-menu__consult {
        display: none;
    }

    .site-burger-menu__content {
        padding-top: 50px;
    }

    .site-burger-menu__nav {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .site-burger-menu__item b {
        font-size: 28px;
    }

    .site-burger-menu__bottom {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .site-burger-menu__socials {
        gap: 20px;
        flex-wrap: wrap;
    }
}





.callback-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: none;
}

.callback-modal.active {
    display: block;
}

.callback-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .72);
}

.callback-modal__box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 498px;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 50px 36px 78px;
}

.callback-modal__close {
    position: absolute;
    top: 14px;
    right: 24px;
    border: 0;
    background: transparent;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    color: #222;
}

.callback-modal__box h2 {
    margin: 0 0 34px;
    font-size: 32px;
    line-height: 1.15;
    font-weight: 500;
    color: #000;
}

.callback-modal__box p {
    margin: 0 0 28px;
    color: #777;
    font-size: 16px;
    line-height: 1.55;
}

.callback-modal__form label {
    display: block;
    margin-bottom: 26px;
}

.callback-modal__form label span {
    display: block;
    margin-bottom: 18px;
    color: #6d6d6d;
    font-size: 15px;
    font-weight: 700;
}

.callback-modal__form input {
    width: 100%;
    height: 34px;
    border: 0;
    border-bottom: 1px solid #aaa;
    outline: none;
    font-size: 15px;
    color: #003b2b;
    background: transparent;
}

.callback-modal__form input::placeholder {
    color: #6f5c55;
}

.callback-modal__form button {
  padding: 16px 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

@media (max-width: 576px) {
    .callback-modal__box {
        width: calc(100% - 30px);
        padding: 42px 24px 46px;
    }

    .callback-modal__box h2 {
        font-size: 20px;
    }

    .callback-modal__box p {
        font-size: 14px;
    }
}


.estate-archive .estate-card .estate-card-btn{
    padding: 12px 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    margin-top: 12px;
}




/* Single post layout */
.single-post article.post {
    max-width: 900px;
    margin: 0 auto;
    padding: 120px 15px;
}

.single-post .entry-header {
    margin-bottom: 32px;
}

.single-post .entry-title {
    font-size: 42px;
    line-height: 1.15;
    font-weight: 600;
    margin: 0 0 16px;
    color: #111;
}

.single-post .entry-meta {
    display: none;
}

.single-post .post-thumbnail {
    margin-bottom: 40px;
}

.single-post .post-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 24px;
}

.single-post .entry-content {
    font-size: 18px;
    line-height: 1.7;
    color: #222;
}

.single-post .entry-content p {
    margin: 0 0 22px;
}

.single-post .entry-footer {
    display: none;
}

@media (max-width: 767px) {
    .single-post article.post {
        padding: 35px 15px;
    }

    .single-post .entry-title {
        font-size: 30px;
    }

    .single-post .post-thumbnail {
        margin-bottom: 28px;
    }

    .single-post .post-thumbnail img {
        border-radius: 16px;
    }

    .single-post .entry-content {
        font-size: 16px;
    }
}






.invest-objects {
    padding: 70px 0;
    background: #f3f3f3;
    color: #111;
}

.invest-objects__title {
      margin: 0 0 70px;
    font-size: 46px;
    line-height: 1.1;
    font-weight: 400;
    text-transform: uppercase;
    color: #111;
}


.invest-objects__card img {
    display: block;
    width: 100%;

    margin-bottom: 28px;
}

.invest-objects__card h3 {
    margin: 0 0 22px;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 400;
}

.invest-objects__card p {
        margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 300;
}

.invest-objects__inner-tabs {
       display: flex;
    gap: 45px;
    margin: 42px 0 34px;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 15px;
}
.invest-objects__inner-tabs button{
    position: relative;
}

.invest-objects__inner-tabs .active:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -17px;
    width: 100%;
    height: 3px;
    background: #ff1f2d;
}
.invest-objects__inner-tabs button {
        padding: 0;
    border: 0;
    background: transparent;
    color: #111;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    cursor: pointer;
    text-align: left;
        font-family: 'Rubik';
}

.invest-objects__inner-tabs button.active {
    color: #ff0000;
}

.invest-objects__tab-content {
    display: none;
}

.invest-objects__tab-content.active {
    display: block;
}

.invest-objects__button-wrap {
    display: flex;
    justify-content: flex-end;
    margin-top: 60px;
}

.invest-objects__button {
      padding: 12px 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    margin-top: 12px;
    margin-bottom: 24px;
}

.invest-objects__inner-tabs:empty {
    display: none;
}

.invest-objects__button:hover {
    color: #fff;
    background: #ff0000;
}





.mobile-header {
    display: none;
}

@media (max-width: 991px) {
    .desktop-header {
        display: none !important;
    }

    .mobile-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 18px;
        padding: 20px 0;
    }
    .invest-header{
        padding: 0;
    }

    .invest-header,
    .inner-header {
        background: #7eafd0;
    }

    .mobile-header__logo img {
        width: 55px;
        height: auto;
        display: block;
    }

    .invest-hero__filter{
        display: none;
    }

    .site-burger-menu__content{
            padding-bottom: 60px;
    }
    .site-burger-menu{
        height: auto;
    }
    .site-burger-menu{
            z-index: 99999;
    }

    .mobile-header__consultation {
        flex: 1;
        max-width: 170px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255,255,255,0.75);
        border-radius: 30px;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 400;
    }

    .mobile-header__burger {
        width: 34px;
        height: 24px;
        border: none;
        background: transparent;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 7px;
        cursor: pointer;
    }

    .mobile-header__burger span {
        width: 28px;
        height: 1px;
        background: #fff;
        display: block;
    }
    .invest-about__title{
        font-size: 28px;
        padding-bottom: 40px;
    }
    .invest-about__text p {
    font-size: 16px;
    max-width: 400px;
    text-align: end;
    font-weight: 400;
}
    .invest-stats__head h2{
        font-size: 28px;
    }
    .invest-stats__text p {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 1.18;
    color: #111;
    font-weight: 300;
}
    .invest-stats__items .invest-stats__item{
        text-align: center;
    }
    .invest-stats__item strong {
    display: block;
    font-size: 48px;
    line-height: 1;
    font-weight: 300;
    color: #000;
}
    .invest-stats__item span {
    display: block;
    margin-top: 3px;
    font-size: 18px;
    line-height: 1.15;
    color: #111;
    font-weight: 200;
}
    .invest-projects__tabs{
                overflow-x: inherit;
    }
    .invest-ceo__text p {
    margin: 0 0 24px;
    font-size: 18px;
    line-height: 1.3;
    color: #111;
    font-weight: 300;
}

}

@media (max-width: 767px) {
    .invest-history {
        height: auto !important;
    }

    .invest-history__item {
        display: block;
        opacity: 1;
        visibility: visible;
        position: relative;
        transform: none;
    }

    .invest-history__year {
        opacity: 1;
    }

    .invest-history__line span {
        display: none;
    }
    .invest-history__sticky{
        height: auto;
    }
    .invest-history__item{
            margin-bottom: 8px;
                font-size: 16px;
                        padding-right: 15px;
    }

}


@media (max-width: 767px) {
    .invest-team__slider {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .invest-team__slider .invest-team__item {
        width: 100%;
    }

    .invest-team__slider.owl-carousel {
        display: grid !important;
    }
}

@media (max-width: 767px) {
    .invest-news__slider {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .invest-news__slider .invest-news__item {
        width: 100%;
    }

    .invest-news__slider.owl-carousel {
        display: grid !important;
    }

    .invest-news__slider .owl-stage,
    .invest-news__slider .owl-item {
        width: auto !important;
        transform: none !important;
    }
    .invest-team__head h2{
        font-size: 28px;
    }
    .site-burger-menu.active .site-burger-menu__logo{
        display: none;
    }
    .site-burger-menu__top{
        justify-content: end;
    }
    .invest-team__head p{
        font-size: 16px;
        font-weight: 300;
    }
    .inner-header{
        padding: 0;
    }
    .inner-header{
        position: relative;
    }
    .estate-archive{
        padding: 20px 0 60px;
    }
    .estate-filter__rooms{
                display: flex;
        align-items: center;
        /* justify-content: center; */
        gap: 12px;
                justify-content: space-between;
    }
    .estate-archive__title{
        font-size: 28px;
    }
    .inner-header__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f4f4f4;
    padding: 24px 12px;
}
.estate-filter__values strong{
    font-size: 22px;
}
.news-actions-title{
    font-size: 28px;
}
.contacts-page {
        padding: 20px 0 60px;
    }

    .contacts-card{
            background: inherit;
    }
    .contacts-page__grid , .contacts-page__box{
        padding: 0;
            background: inherit;
    }

    .estate-filter__rooms label{
        font-size: 24px;
    }

}

input[type="text"]{
    color: white !important;
}
input[type="text"]:focus{
    color: white !important;
}


@media (max-width: 767px) {
    .invest-projects__card {
        opacity: 0;
        transform: translateY(45px) scale(0.96);
        transition: opacity 0.7s ease, transform 0.7s ease;
        will-change: opacity, transform;
    }

    .invest-projects__card.is-visible {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    .invest-team__item h3{
            margin: 20px 0 5px;
    }
    .invest-objects__title{
        font-size: 28px;
    }
    .invest-objects{
        padding: 40px 0;
    }
    .invest-objects__title{
        margin: 0 0 40px;
    }
    .invest-objects__inner-tabs button{
        font-size: 16px;
    }
    .invest-history__content{
            padding-right: 20px;
    }

}



@media (max-width: 800px){
    .invest-history__mobile-row{
            display: flex;
    /* align-items: center; */
    width: 100%;
    gap: 24px;
    }
    .invest-history__wrap{
                grid-template-columns: 100% 1px 1fr;
    }
    .invest-history__year  {
               color: #ffffff;
        background: #f00016;
        height: fit-content;
        font-size: 12px;
        padding: 10px 16px;


}

}









@media (min-width: 768px) {
    .invest-history__sticky {
        overflow: hidden;
    }

    .invest-history__years,
    .invest-history__content {
        will-change: transform;
    }


.invest-history__wrap {
    position: relative;
    display: block;
    width: 100%;
}

/*
 * Левая колонка с годами.
 * Высота определяется высотой всего контента справа.
 */
.invest-history__years {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    display: block !important;
    width: 120px;
    height: 100%;

    margin: 0;
    padding: 0;
}

/*
 * Каждый год получает индивидуальный top через JavaScript.
 */
.invest-history__year {
    position: absolute !important;
    left: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 72px;
    min-height: 26px;
    margin: 0 !important;
    padding: 4px 10px;

    color: rgba(255, 255, 255, 0.35);
    background: rgba(140, 0, 8, 0.65);

    font-size: 16px;
    font-weight: 700;
    line-height: 1;

    box-sizing: border-box;
    transition:
        color 0.3s ease,
        background-color 0.3s ease;
}

.invest-history__year.active {
    color: #ffffff;
    background: #f00016;
}

/*
 * Вертикальная линия.
 */
.invest-history__line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 160px;

    width: 1px;
    height: 100%;

    background: rgba(255, 255, 255, 0.25);
}

/*
 * Красный активный участок линии.
 * !important нужен, чтобы перекрыть старый inline top.
 */
.invest-history__line span {
    position: absolute;
    top: var(--history-marker-top, 0px) !important;
    left: -1px;

    display: block;
    width: 3px;
    height: 27px;

    background: #f00016;

    transition: top 0.3s ease;
}

/*
 * Правая колонка.
 */
.invest-history__content {
    width: calc(100% - 205px);
    margin-left: 205px;
}

.invest-history__item {
    position: relative;
    margin: 0 0 22px;
    color: rgb(255 255 255 / 46%);

    font-size: 18px;
    line-height: 1.45;

    transition: color 0.3s ease;
}

.invest-history__item.active {
    color: #ffffff;
}
}