
.page__container.page__object {
    padding-top: 0;
}

.fixed {
    position: fixed;
    top: 0px;
}
/*
        .page__header-wrapper.page__header-wrapper--closed {
            background-color: var(--opacity-background);
            backdrop-filter: blur(4px);
        }

        .page__header-wrapper.page__header-wrapper--closed::before {
          background-color: var(--opacity-background);
          backdrop-filter: blur(4px);
          position: fixed;
        }

        .page__header-wrapper.page__header-wrapper--closed .header__nav-item a {
          color: var(--base-white);
        }

        .page__header-wrapper.page__header-wrapper--closed .header__contacts-phone {
          color: var(--base-white);
        }

        .page__header-wrapper.page__header-wrapper--closed .header__contacts-whatsapp {
            background-image: url(../../icons/social/whatsApp_32px_white.svg);
        }

*/

.hint_window {
    position: absolute;
    transform: translate(40px, -50%);
    padding: 14px;
    background: #ffffff;
    width: 246px;
    border-radius: 8px;
    box-shadow: 0px 4px 12px 0px rgba(95, 105, 131, 0.1), 0px 4px 24px 0px rgba(95, 105, 131, 0.04);
    gap: 8px;
}

.hint_window__title {
    font-weight: 500;
    font-size: 20px;
    color: #050d33;
    margin-bottom: 8px;
}

.hint_window__text {
    font-weight: 400;
    font-size: 14px;
    color: #7b7d85;
}

/* меню */
.object__about-booklet {
    min-width: 165px;
    line-height: 20px;
    margin: 16px;
    padding: 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    background-color: var(--accent-1);
}

.header__nav-about-object {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
}

.page__header-wrapper-object--opened .page__header-buttons2-link {
    min-width: max-content;
}

.page__header-wrapper-object--opened .page__header-buttons2-item {
    flex-basis: 30%;
    flex-grow: 1;
    white-space: nowrap;
}

.page__header-wrapper-object--opened .page__header-buttons2-list {
    flex-wrap: wrap;
    gap: 12px;
}

.page__header-buttons-link {
    border-radius: 8px;
    margin-bottom: 0;
}

/* главный слайдер */

.slider__complex-item-2 {
    cursor: pointer;
}

/* блок "о проекте" */

.object__about-buttons {
    margin: 0 16px;
}

.object__about {
    margin-bottom: 16px;
}

.object__about-list {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.object__about-item {
    margin-bottom: 0;
    height: 100%;
    width: 100%;
}

    .object__about-item span {
        text-align: center;
    }


.object__about-textscroll {
    padding-right: 0;
}

.data-accordion {
    margin: 0;
}

/* баннер */

.object__banner-info {
    position: relative;
    height: max-content;
    overflow: hidden;
    border-radius: 12px;
    width: 100%;
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    padding: 16px 16px 62px 16px;
    flex-direction: column;
    margin-bottom: 32px;
}

    .object__banner-info::after {
        position: absolute;
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        bottom: 0;
        z-index: -1;
        background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(102, 102, 102, 0) 100%);
    }

.object__banner-image {
    position: absolute;
    top: 0;
    object-fit: cover;
    width: 100%;
    z-index: -1;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    object-position: 50% 0%;
}

.object__banner-list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    margin: 0;
}

.object__banner-title {
    color: var(--base-white);
    font-weight: 500;
    text-align: center;
}

.object__banner-subtitle {
    color: var(--base-white);
}

.object__banner-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .object__banner-wrapper .object__advantages {
        position: absolute;
        bottom: 16px;
    }

.object__banner-ipoteka {
    line-height: 17px;
    padding: 8px 12px 8px 12px;
    border: 1px solid #99ce8f;
    border-radius: 8px;
    color: var(--base-black);
    background: var(--color-lightgreen);
    font-size: 12px;
    font-weight: 500;
    z-index: 1;
}

/* выбор корпуса */

.object__selection-option {
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
}

/* вызов такси */

.page__header-buttons-taxi {
    margin: 0 16px 32px;
    position: relative;
}

    .page__header-buttons-taxi .page__header-buttons-link {
        line-height: 20px;
        padding: 22px;
        font-weight: 500;
        font-size: 14px;
    }

    .page__header-buttons-taxi .page__header-buttons-title {
        position: relative;
    }

    .page__header-buttons-taxi::before {
        top: 21px;
    }

    
/* блок акций */

.swiper-slide.action__container.action__container-1 {
    width: 821px;
}

.action__container-1 .action__subtitle {
    display: none;
}

.action__container-1 .action__image {
    display: block;
    width: 100%;
    height: auto;
}


@media (max-width: 1439px) {
    /* блок акций */
    .action__list .swiper-slide.action__container.action__container-1 {
        width: 308px;
    }

    .action__container-1 .action__link .action__subtitle {
        display: block;
    }

    .action__container-1 .action__image {
        content: url("/Images/desktop/promo/zaglyadenye_mob_1.webp");
        width: 100%;
        height: auto;
    }


    .object__about-advantages {
        margin: 0 16px;
    }


}

@media (min-width: 960px) {
    /* меню */

    .button-booklet {
        margin-top: 0;
        border: 1px solid var(--accent-1);
        background: var(--accent-1);
        white-space: nowrap;
        padding: 15px;
    }

    .page__header-wrapper-object--opened .header__contacts-connection {
        column-gap: 12px;
        grid-template-rows: repeat(2, auto);
    }

    .page__header-wrapper-object--opened .header__contacts-buttons {
        align-items: center;
    }

    .page__header-wrapper-object--opened .header__contacts-button {
        white-space: nowrap;
        min-width: min-content;
    }

    /* блок "о проекте" */

    .object__about-info {
        display: grid;
        grid-template-areas:
            "title title"
            "text video";
        column-gap: 18px;
        grid-template-columns: 40.9% auto;
        grid-template-rows: repeat(2, auto);
    }

    .object__about-list {
        max-width: 100%;
        grid-template-rows: repeat(2, 1fr);
        grid-template-columns: repeat(4, 1fr);
    }

    .object__about-booklet {
        display: none;
    }

    .object__about-textscroll {
        aspect-ratio: auto;
        overflow: visible;
    }

    .data-accordion h2 {
        margin-top: 0;
    }

    .object__about-video video {
        margin-top: 0;
    }
}

@media (min-width: 1440px) {

    .page__object .object-title {
        margin-bottom: 48px;
    }

    /* меню */

    .page__header-wrapper-object .page__header-buttons2-list {
        margin: 0;
    }

    .page__header-wrapper-object .page__header-buttons-link {
        min-width: max-content;
    }

    .page__header-buttons2-link {
        padding: 16px;
        border: 1px solid var(--accent);
    }

    .page__object .page__header-buttons-booklet .page__header-buttons-link,
    .page__object .page__header-buttons-taxi .page__header-buttons-link {
        line-height: 22px;
        font-size: 16px;
        padding: 16px 16px 16px 60px;
        border: none;
        border-radius: 16px;
    }

    .page__header-wrapper-object .page__header-buttons2-list {
        align-items: center;
    }

    .page__header-buttons-booklet {
        display: block;
    }


    .page__object .page__header-wrapper-object {
        flex-wrap: nowrap;
    }

    /* блок "о проекте" */

    .object__about-info {
        grid-template-areas:
            "title title"
            "text video";
    }

    .object__about-buttons {
        margin: 0;
    }

    .object__about-list {
        max-width: 100%;
    }

    .object__about-item {
        min-width: auto;
        align-items: center;
    }

    .object__about-list {
        justify-items: center;
        margin-top: 30px;
        width: 1240px;
        margin-left: auto;
        margin-right: auto;
    }

        .object__about-list.object__about-advantages .object__about-description {
            width: 60%;
            text-wrap: balance;
        }

    /* баннер */
    .object__banner {
        width: 1440px;
        margin: 32px auto 0;
    }

    .object__banner-title {
        text-align: left;
    }

    .object__banner-info {
        padding: 32px 24px;
        flex-direction: row;
        margin-bottom: 64px;
    }

    .object__banner-list {
        width: 35%;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        margin: 0;
    }

    .object__banner-wrapper {
        width: 50%;
        align-items: flex-start;
    }

        .object__banner-wrapper .object__advantages {
            position: relative;
            bottom: 0;
            left: 0;
        }

    .object__banner-ipoteka {
        line-height: 29px;
        font-size: 24px;
    }

    /* местоположение */

    .infrastructure-wrapper {
        display: flex;
        justify-content: space-between;
        width: 1240px;
        margin: 0 auto 48px;
    }

        .infrastructure-wrapper .object__map-title {
            margin: 0;
        }

    /* вызов такси */

    .page__header-buttons-taxi::before {
        top: 15px;
    }
 
}
