 body.single-property-page h1.empty-title {
            display: none !important;
        }

        header {
            padding-top: 0 !important;
        }

        .single-property {
           /* width: 100vw !important;
            max-width: 100vw !important;*/
           
            display: flex !important;
            justify-content: space-between !important;
            align-items: flex-start !important;
            background: #FAFAFA !important;
            gap: 20px !important;
            box-sizing: border-box !important;
            padding: 0 20px !important;
            width:100%;
        }
        .e-con, .e-con>.e-con-inner {
            display: block !important;
        }

        .single-property .property-carousel {
            flex: 0 0 48% !important;
            max-width: 48% !important;
            background: #C7CFD7 !important;
        }

        .single-property .property-details {
            flex: 0 0 48% !important;
            max-width: 48% !important;
        }

        .property-carousel img {
            width: 100% !important;
            height: auto !important;
            border-radius: 8px !important;
            display: block !important;
        }

        .carousel-btn {
            display: flex;
            align-items: center;
            /* вертикальное выравнивание */
            justify-content: center;
            /* горизонтальное выравнивание */
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: #F57840;
            /* оранжевый фон */
            color: white;
            width: 40px;
            height: 40px;
            /* белая стрелка */
            border: none;
            font-size: 20px;
            border-radius: 50%;
            cursor: pointer;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
            z-index: 10;
            transition: 0.3s, transform 0.2s;
        }

        .carousel-btn:hover {
            background: #ff7f3c;
            transform: translateY(-50%) scale(1.1);
        }

        .prev-btn {
            left: 10px;
        }

        .next-btn {
            right: 10px;
        }

        .thumbs {
            display:flex;
            gap:20px;
            margin-top:10px;
            justify-content:center;
        }
        .thumb {
            width:30%;
            height:70px;
            object-fit:cover;
            border-radius:5px;
            cursor:pointer;
        }
        .single-property-description {
            display:flex;
            gap:20px;
            color:#F57840;
            font-weight:600;
            font-size:20px;
        }

        /* Карта на всю ширину экрана, игнорируя контейнеры Elementor */
        #property-map {
            position: relative !important;
            left: 50% !important;
            right: 50% !important;
            margin-left: -50vw !important;
            margin-right: -50vw !important;
            width: 100vw !important;
            height: 500px !important;
            /* регулируем высоту */
            max-width: 100vw !important;
            box-sizing: border-box !important;
            border-radius: 0 !important;
            padding: 0 !important;
        }



        /* Карусель */
        .single-property .property-carousel {
            flex: 1;
            max-width: 450px;
            background: #C7CFD7;
            flex: 1 1 50% !important;
            max-height: none !important;
            /* убираем ограничение */
            display: flex;
            flex-direction: column;
        }

        /* Главное изображение карусели */
        .single-property .property-carousel .main-image {
            height: 400px !important;
            /* высота большой картинки */
            width: 100% !important;
            position: relative !important;
        }

        /* Изображение внутри карусели */
        .single-property .property-carousel .main-image img#current-img {
            width: 100% !important;
            height: 100% !important;
            object-fit: cover !important;
        }

        /* Миниатюры под основной картинкой */
        .single-property .property-carousel .thumbs {
            display: flex !important;
            gap: 10px !important;
            margin-top: 10px !important;
            justify-content: center !important;
            height: 150px !important;
        }

        /* Блок деталей */
        .single-property .property-details {
            flex: 1 1 50% !important;
            flex: 1;
            min-width: 300px;
            height: auto;
        }

        .property-details-object {
            display: flex;
            flex-direction: column;
            gap: 20px 40px;
            flex-wrap: wrap;
        }

        .property-details-district {
            font-weight: 500;
            font-size: 20px
        }

        .property-details-area,
        .property-details-size {
            display: flex;
            gap: 50px;
        }

        /* Карта на всю ширину экрана, игнорируя контейнеры */
        #property-map {
            width: 100vw !important;
            /* на всю ширину экрана */
            height: 400px !important;
            /* регулируем высоту */
            max-width: 100vw !important;
            box-sizing: border-box !important;
        }

        /* === Базовая верстка (десктоп) === */
        .property-info-block {
            display: flex;
            gap: 50px;
            flex-wrap: wrap;
        }

        .property-info-block>div {
            min-width: 150px;
        }

        .property-details-area,
        .property-details-size {
            display: flex;
            gap: 0px !important;
        }

        /* === Планшет (1024px — 768px) === */
        @media (max-width: 1024px) and (min-width: 768px) {
            .property-info-block {
                display: flex;
                flex-wrap: wrap;
                gap: 20px;
            }

            .property-info-block .info-row {
                display: flex;
                gap: 20px;
                flex: 1 1 100%;
                margin-bottom: 10px;
            }

            .property-info-block .info-row div {
                flex: 1;
                min-width: auto;
            }

            .single-property .property-details h1 {
                font-size: 26px;
            }

            .property-details-object {
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                flex-wrap: wrap;
                height: auto;
            }


            .property-details-area,
            .property-details-size {
                display: flex;
                flex-direction: column;
                justify-content: center;
                gap: 10 px !important;
            }

        }

        /* === Телефон (менее 768px) === */
        @media (max-width: 767px) {
            .property-info-block {
                display: flex;
                flex-direction: column;
                gap: 15px;
            }

            .property-info-block .info-row {
                display: flex;
                flex-direction: column;
                gap: 10px;

            }

            .property-info-block .info-row div {
                flex: 1;
            }

            .single-property .property-details h1 {
                font-size: 22px;

            }

            .property-details-district {
                font-weight: 500;
                font-size: 18px
            }

            .property-details-object {
                display: flex;
                flex-direction: row;
                gap: 20px;
                flex-wrap: wrap;
            }

            .property-details-area,
            .property-details-size {
                display: flex;
                flex-direction: column;
                justify-content: center;
                gap: 0 px !important;
            }
        }

        /* === Телефон (меньше 768px) — ПРАВИЛЬНЫЙ АДАПТИВ === */
        @media (max-width: 767px) {

            /* Основной контейнер — в одну колонку */
            .single-property {
                flex-direction: column !important;
                gap: 20px !important;
                padding: 0 !important;
                width: 100% !important;
                margin: 0 !important;
            }

            /* Слайдер первым */
            .single-property .property-carousel {
                order: 1 !important;
                width: 100% !important;
                max-width: 100% !important;
            }

            /* Информация второй */
            .single-property .property-details {
                order: 2 !important;
                width: 100% !important;
                max-width: 100% !important;
                padding: 0 10px !important;
            }

            /* Карта третьей */
            #property-map {
                order: 3 !important;
                width: 100vw !important;
                height: 300px !important;
                margin: 20px 0 0 0 !important;
                left: 50% !important;
                margin-left: -50vw !important;
            }

            /* Тайтл */
            .single-property .property-details h1 {
                font-size: 22px !important;
                line-height: 1.2 !important;
            }

            /* Блоки характеристик — колонками */
            .property-details-object {
                display: flex !important;
                flex-direction: column !important;
                gap: 15px !important;
                width: 100% !important;
            }

            .property-details-area,
            .property-details-size {
                display: flex !important;
                flex-direction: column !important;
                gap: 5px !important;
            }

            .property-details-area div,
            .property-details-size div {
                width: 100% !important;
            }

            /* Миниатюры подгоняем */
            .property-carousel .thumbs {
                gap: 10px !important;
            }

            .property-carousel .thumb {
                width: 30% !important;
                height: 60px !important;
            }
        }


        /* === Мобильная свайп-карусель === */
        @media (max-width: 767px) {

            /* Скрываем миниатюры и кнопки */
            .property-carousel .thumbs,
            .property-carousel .prev-btn,
            .property-carousel .next-btn {
                display: none !important;
            }

            .property-carousel {
                position: relative;
                overflow: hidden;
                width: 100% !important;
                max-width: 100% !important;
                height: 300px !important;
            }

            .mobile-slider-track {
                display: flex;
                width: 100%;
                height: 100%;
                transition: transform 0.3s ease;
                touch-action: pan-y;
            }

            .mobile-slide {
                min-width: 100%;
                height: 100%;
            }

            .mobile-slide img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

            /* Точки-индикаторы */
            .slider-dots {
                position: absolute;
                bottom: 10px;
                width: 100%;
                display: flex;
                justify-content: center;
                gap: 8px;
            }

            .slider-dot {
                width: 10px;
                height: 10px;
                border-radius: 50%;
                background: rgba(255, 255, 255, 0.5);
                transition: 0.3s;
            }

            .slider-dot.active {
                background: white;
                width: 14px;
                height: 14px;
            }
        }

        @media (max-width: 767px) {
            .property-carousel {
                display: none !important;
                /* скрываем десктопную карусель */
            }

            .mobile-slider {
                display: block !important;
                /* показываем мобильную */
                overflow: hidden;
                /* обрезаем лишнее */
                position: relative;
                width: 100%;
            }

            .mobile-slider-track {
                display: flex;
                transition: transform 0.3s ease;
                width: 100%;
                touch-action: pan-y;
            }

            .mobile-slide {
                min-width: 100%;
                flex-shrink: 0;
                height: 300px;
                /* или ваша высота */
            }

            .mobile-slide img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                display: block;
            }
        }

        /* */
        /* ======================= ОБЩИЕ СТИЛИ ======================= */
        .single-property {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            width: 100%;
            background: #FAFAFA;
            box-sizing: border-box;
        }

        .property-details {
            flex: 1 1 50%;
            min-width: 300px;
        }

        .property-carousel {
            flex: 1 1 50%;
            max-width: 50%;
            background: #C7CFD7;
            display: block;
            position: relative;
        }

        .property-carousel img {
            width: 100%;
            height: auto;
            border-radius: 8px;
            display: block;
        }

        /* Миниатюры десктоп */
        .property-carousel .thumbs {
            display: flex;
            gap: 10px;
            margin-top: 10px;
            justify-content: center;
        }

        .property-carousel .thumb {
            width: 30%;
            height: 70px;
            object-fit: cover;
            border-radius: 5px;
            cursor: pointer;
        }

        /* Кнопки карусели */
        .carousel-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: #F57840;
            color: #fff;
            width: 40px;
            height: 40px;
            border: none;
            font-size: 20px;
            border-radius: 50%;
            cursor: pointer;
            z-index: 10;
        }

        .carousel-btn:hover {
            background: #ff7f3c;
        }

        /* ======================= МОБИЛЬНЫЙ СЛАЙДЕР ======================= */
        .mobile-slider {
            display: none;
            width: 100%;
            overflow: hidden;
            position: relative;
        }

        .mobile-slider-track {
            display: flex;
            transition: transform 0.3s ease;
            width: 100%;
        }

        .mobile-slide {
            min-width: 100%;
            flex-shrink: 0;
            height: 300px;
        }

        .mobile-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        /* Точки свайп-слайдера */
        .slider-dots {
            position: absolute;
            bottom: 10px;
            width: 100%;
            display: flex;
            justify-content: center;
            gap: 8px;
        }

        .slider-dot {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.5);
            transition: 0.3s;
        }

        .slider-dot.active {
            width: 14px;
            height: 14px;
            background: white;
        }

        /* ======================= ПЛАНШЕТ ======================= */
        @media (min-width: 768px) and (max-width: 1024px) {
            .single-property {
                flex-wrap: nowrap;
            }

            .property-carousel {
                display: block;
            }

            .mobile-slider {
                display: none !important;
            }

            .property-details {
                flex: 1 1 50%;
            }
        }

        /* ======================= ДЕСКТОП ======================= */
        @media (min-width: 1025px) {
            .single-property {
                flex-wrap: nowrap;
            }

            .property-carousel {
                display: block;
            }

            .mobile-slider {
                display: none !important;
            }

            .property-details {
                flex: 1 1 50%;
            }
        }

        /* ======================= МОБИЛЬНЫЕ ======================= */
        @media (max-width: 767px) {
            .single-property {
                flex-direction: column;
            }

            .property-carousel {
                display: none !important;
            }

            .mobile-slider {
                display: block !important;
            }

            .property-details {
                width: 100%;
            }
        }

        

        