/* PAGE OBJECT */

.page__object .page__header-wrapper {
border-bottom: none;
}

.object__advantage {
    overflow-y: visible;
}

.other__item.swiper-slide,
.object__gallery-item.swiper-slide {
    width: auto;
}

.page__object .other.container .swiper-pagination {
    margin-left: 16px;
}

.page-main {
    margin: 0;
}

.slider {
    margin: 0;
    position: relative;
}

.slider .complex {
    max-height: none;
    line-height: 29px;
    margin-bottom: 8px;
    font-size: 24px;
}

.slider .slider__complex {
    padding-bottom: 0;
}

.slider::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    left: 0px;
    bottom: 4px;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(102, 102, 102, 0) 100%);
    z-index: 2;
 }

.slider .slider__complex-list {
    margin-bottom: 32px;
}

.slider .slider__complex-item-2 {
    display: block;
}

.slider .slider__complex-item {
    position: relative;
    padding: 7.5px 48px;
    margin-bottom: 8px;
}

    .slider .slider__complex-item a {
        color: white;
    }

    .slider .slider__complex-item-1::before {
        position: absolute;
        top: 0;
        left: 0px;
        width: 32px;
        height: 32px;
        background-image: url("/Images/icons/location32.svg");
        background-repeat: no-repeat;
        background-position: 0 0;
        content: "";
    }

.slider .slider__complex-item-2::before {
    position: absolute;
    top: 0;
    left: 0px;
    width: 32px;
    height: 32px;
    background-image: url("/Images/icons/deadline32.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    content: "";
}

.slider .action-button {
    margin-bottom: 24px;
}

.slider .button-main {
    margin: 0;
}

.slider picture {
    height: 698px;
}


.page__object .page-main .slider img {
    height: 752px;
}

.feedback {
    display: none;
}

.object__about-info {
    margin-right: 16px;
    margin-bottom: 64px;
    margin-left: 16px;
}

.object__about-video {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 75%; /* задаёт высоту контейнера для 4:3 (если 16:9 — поставить 56.25%) */
    margin: 0 0 16px;
    border: 1px solid var(--background-block);
    border-radius: 16px;
    background: var(--base-white);
}

.object__about-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    border-width: 0;
    outline-width: 0;
}

.object__about-text {
    line-height: 20px;
    padding: 0;
    margin: 0 0 12px;
    font-size: 14px;
}

.object__about-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 279px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.object__about-item {
    display: flex;
    flex-direction: column;
    min-width: 104px;
    padding: 0;
    margin: 0;
    margin-bottom: 16px;
}

.object__about-item:nth-last-child(-n+2) {
    margin-bottom: 0;
}

.object__about-data {
    line-height: 24px;
    margin-bottom: 4px;
    color: var(--accent-1);
    font-family: "Geologica", Arial, sans-serif;
    font-size: 20px;
    font-weight: 300;
}

.action.container {
    margin-bottom: 50px;
    margin-left: 16px;
}


.ipoteka__calculation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
    padding: 16px;
    margin: 0 16px;
    border: 1px solid var(--accent);
    border-radius: 12px;
    background: var(--base-white);
}

.ipoteka__calculation-button {
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: var(--accent);
    cursor: pointer;
}

.ipoteka__calculation-button:hover {
    background: var(--accent-4);
}

.ipoteka__calculation-button:active {
    background: var(--accent-3);
}

.ipoteka__calculation-button::before {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 16px;
    height: 16px;
    background-image: url("/Images/icons/Go_to.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    content: "";
}

.ipoteka__calculation-subtitle {
    line-height: 19px;
    color: var(--base-text);
    font-family: "Geologica", Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
}

.other__title.title {
    margin: 0 16px 32px;
}

.other .other__list {
    margin-left: 16px;
}

.other .other__action-button {
    margin-left: 16px;
}

.object__customer .button-phone {
    width: auto;
    margin: 0 16px;
}

.design-container .design-title.title {
    margin: 0 16px 32px;
}

.link-text {
    font-size: 14px;
    display: block;
    margin: 0 16px;
}

.object-header {
    position: relative;
    z-index: 1000;
    background-color: white;
    width: 100%;
}

.page__object .button.filter__button-flat {
    line-height: 20px;
    color: var(--base-white);
    background: var(--accent);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

#for-owners-caption {
    gap: 16px;
}

#for-owners-btn {
    border: none;
    background: none;
}

.filter__title--tablet, .filter__title--desktop {
    display: none;
}

ul.filters {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 16px;
}

.filter .filters .name-filter {
    position: absolute;
    z-index: 102;
    top: 13px;
    left: 16px;
    margin-bottom: 4px;
}

.filters li {
    position: relative;
    margin-bottom: 16px;
    margin-bottom: 0;
}

.room-count {
    position: relative;
    width: 100%;
}

.room-title {
    position: absolute;
    z-index: 99;
    top: 12px;
    left: 16px;
}

.room-count-list {
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    padding: 11px 15px 0;
    margin: 0;
    border: 1px solid var(--background-block);
    border-radius: 12px;
    background: var(--base-white);
    list-style: none;
    column-gap: 7px;
}

li.room-count-item {
    overflow: hidden;
    line-height: 22px;
    box-sizing: border-box;
    padding: 0;
    padding: 18px 20px 11px;
    margin-bottom: 0;
    color: var(--base-text);
    background: var(--base-white);
    font-size: 16px;
    font-weight: 400;
}

.state-to-parent {
    display: none;
}

.room-count-item label {
    line-height: 22px;
    color: var(--base-text);
    text-align: center;
    font-size: 16px;
}

.room-count-item:first-child {
    padding-left: 0;
}

.room-count-item label {
    line-height: 22px;
    color: var(--base-text);
    text-align: center;
    font-size: 16px;
}

    .room-count-item label.room-count-item-label-active {
        color: var(--accent);
        text-decoration: underline;
        text-decoration-color: var(--accent);
        text-underline-offset: 10px;
        text-decoration-thickness: 2px;
    }

.room-count-item:last-child {
    margin-right: 0;
}

.room-count-item:last-child {
    margin-right: 0;
}

.filters .price {
    margin-bottom: 32px;
}

.price-fiter-wrapper {
    position: relative;
    height: 64px;
    border: 1px solid var(--background-block);
    border-radius: 12px;
}

.filters .filter-button {
    margin: 0;
}

.filter__button-flat {
    width: 402px;
    height: 64px;
    line-height: 22px;
    padding: 21px 62px;
    margin: 0 auto;
    border: 1px solid var(--accent);
    border-radius: 16px;
    color: var(--base-text);
    background: var(--base-white);
    font-size: 16px;
    font-weight: 400;
}

.button.filter__button-flat {
    width: 100%;
}