@import url('https://fonts.googleapis.com/css2?family=Cal+Sans&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;

}

::selection {
    background: var(--primary);
    color: white;
}

::-moz-selection {
    background: var(--primary);
    color: white;
}

:root {
    --primary: #1a365d;
    --primary-hover: #1c385b;
    --secondary: #d4af37;
    --light: #f8f5f0;
    --dark: #0d1b2a;
    --accent: #d4af37;
    --transition: all 0.3s ease;
    --radius-lg: 60px;
    --radius-sm: 21px;
    --radius-sm-plus: 31px;
    --max-width: 1600px;
    --center: 0px auto;
    --padding-l-r: calc(16px + (32 - 16) * ((100vw - 300px) / (1600 - 300)));
    --padding-t-b: calc(10px + (12 - 10) * ((100vw - 300px) / (1600 - 300)));
    --fs22-64px: calc(22px + (64 - 22) * ((100vw - 300px) / (1600 - 300)));
    --outline-1px-gray: 1px solid rgb(221, 221, 221);
    --bg: #f3f4f6;
    --white: #ffffff;
    --border: #e0e0e0;
    --text: #222222;
    --text-secondary: #717171;
    --accent: #e31c5f;
    --shadow-sm: 0 3px 12px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0.08);
    --shadow-lg: 0 8px 30px rgba(0, 0, 0, 0.16);
    --transition-panel: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    --skeleton-gradient: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
}

body {
    transition: filter 0.4s ease, backdrop-filter 0.4s ease;
    font-family: 'Inter', system-ui;
    margin: 0px;
    padding: 0;
    color: var(--dark);
    background-color: var(--light);
    line-height: 1.6;
}


h1,
h2,
h3,
h4,
h6 {
    font-weight: 400;
    margin: 0;
    padding: 0;
}


a:focus-visible {
    outline: none;
}

p {
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.t-a-c {
    text-align: center !important;
}

.t-a-l {
    text-align: left !important;
}

.t-a-r {
    text-align: left !important;
}

.skeleton {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    border-radius: 0.375rem;
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

.o-1px-gray {
    border: var(--outline-1px-gray);
}

.b-r-31px {
    border-radius: 31px;
}

.b-r-21px {
    border-radius: 21px;
}

.b-r-11px {
    border-radius: 11px;
}


.bg-white {
    background-color: white;
}

.p0 {
    padding: 0 !important;
}

.p20px {
    padding: 10px !important;
}

.p20pxxtitle {
    padding: 10px 10px 15px 10px !important;
}

.p20pxx {
    padding: 0px 10px 15px 10px !important;
}

.p20pxxx {
    padding: 0px 10px 10px 10px !important;
}

.p20x20x0x20px {
    padding: 10px 10px 0px 10px !important;
}

.p0x20x20x20px {
    padding: 0px 10px 10px 10px !important;
}

.p0x20x0x20px {
    padding: 0px 10px 0px 10px !important;
}

.p15px {
    padding: 15px !important;
}

.b0 {
    border: 0 !important;
}

.o0 {
    outline: 0 !important;
}

.b-r-start {
    border-radius: var(--radius-sm-plus) !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.b-r-end {
    border-radius: var(--radius-sm-plus) !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.filter-indicator {
    position: absolute;
    right: 0px;
    top: -5px;
    color: var(--primary);
}

.c-prime {
    color: var(--primary) !important;
}

.b-r-0 {
    border-radius: 0 !important;
}

.m0 {
    margin: 0 !important;
}

.m0auto {
    margin: 0 auto !important;
}

.m60auto {
    margin: 60px auto !important;
}

.mrt150px {
    margin-top: 150px !important;
}

.mrt110px {
    margin-top: 110px !important;
}

.mrt105px {
    margin-top: 105px !important;
}

.mrt100px {
    margin-top: 100px !important;
}

.mrt65px {
    margin-top: 65px !important;
}

.mrt40px {
    margin-top: 40px !important;
}

.mrt35px {
    margin-top: 35px !important;
}

.mrt15px {
    margin-top: 15px !important;
}

.mrt20px {
    margin-top: 20px !important;
}

.mrt0px {
    margin-top: 0px !important;
}

.mrb35px {
    margin-bottom: 35px !important;
}

.mrb20px {
    margin-bottom: 20px !important;
}

.mrb15px {
    margin-bottom: 15px !important;
}

.mrb0px {
    margin-bottom: 0 !important;
}

.mrr5px {
    margin-right: 5px !important;
}


.m-w400px {
    max-width: 400px !important;
}

.m-w900px {
    max-width: 900px !important;
}

.m-w1000px {
    max-width: 1000px !important;
}

.m-w1600px {
    max-width: 1600px !important;
}

.m-w1200px {
    max-width: 1200px !important;
}

.m-w1600px {
    max-width: 1600px !important;
}

.w100 {
    width: 100% !important;
}

.wa {
    width: auto !important;
}

.h700px {
    height: 700px !important;
}

.h650px {
    height: 650px !important;
}

.h600px {
    height: 600px !important;
}

.ac {
    align-content: center !important;
}

.tac {
    text-align: center !important;
}

.mrtb0 {
    margin-bottom: 0 !important;
}

.swipermobfix {
    max-width: 590px !important;
    height: 600px !important;
}

.swiperwrappermobfix {
    height: 600px !important;
}

.swiperwrappermobfix2 {
    height: 650px !important;
}

.glass {
    position: relative;
    isolation: isolate
}

.glass::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    filter: url(#glass-distortion);
    -webkit-filter: url(#glass-distortion);
    pointer-events: none
}

.glass>* {
    position: relative;
    z-index: 10
}

.glass-light::after {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px)
}

.glass-heavy::after {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px)
}

.glass-clean::after {
    filter: none;
    -webkit-filter: none
}

.glass-shadow::after {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2)
}

.glass-border::after {
    border: 1px solid rgba(255, 255, 255, 0.2)
}

.glass-hover::after {
    transition: all .3s ease
}

.glass-hover:hover::after {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px)
}

.liquid-glass {
    position: relative;
    isolation: isolate;
}

.liquid-glass::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: inherit;
    box-shadow: inset 0 0 5px -8px rgba(255, 255, 255, 0.7);
    background-color: rgba(255, 255, 255, 0);
    pointer-events: none;
}

.liquid-glass::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    filter: url(#glass-distortion);
    -webkit-filter: url(#glass-distortion);
    isolation: isolate;
    pointer-events: none;
}

.liquid-glass>* {
    position: relative;
    z-index: 10;
}

.p20pxmrgtop110px {
    padding: 20px;
    margin-top: 110px;
}

.fontsize304030 {
    font-size: calc(30px + (40 - 30) * ((100vw - 300px) / (1600 - 300)))
}

.fontsize141814 {
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1600 - 300)))
}

.fontsize254025 {
    font-size: calc(25px + (40 - 25) * ((100vw - 300px) / (1600 - 300)));
}

.fontsize255025 {
    font-size: calc(25px + (50 - 25) * ((100vw - 300px) / (1600 - 300)));
}

.fonthelpmax50min35 {
    font-size: calc(32px + (40 - 32) * ((100vw - 300px) / (1600 - 300)));
}

.fonthelpmax30min18 {
    font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (1600 - 300)));
}

.jspb {
    justify-content: space-between !important;
}

.pad20px20px0px20px {
    padding: 20px 20px 0px 20px !important;
}

.posrelat {
    position: relative;
}

.tdn {
    text-decoration: none !important;
}

.clrblack {
    color: black !important;
}

.w20pxh20px {
    width: 20px;
    height: 20px;
}

.dispflex {
    display: flex;
}

.colorprime {
    color: var(--primary) !important;
}

.titleblockstart {
    height: calc(100vh - 40px);
    border-radius: 60px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.f-w900 {
    font-weight: 900;
}

.page-blockerm19v {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    /* Белый фон */
    z-index: 9998;
    display: none;
}

/* Прелоадер с анимацией */
.preloaderm19v {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 1;
    transition: opacity 0.3s ease;
}

/* Анимация текста */
.text-animationm19v {
    position: relative;
    font-size: clamp(24px, 5vw, 72px);
    letter-spacing: 3px;
    /* text-transform: uppercase; */
    font-weight: 600;
}

.pswp__img,
.pswp__zoom-wrap {
    border-radius: var(--radius-lg) !important;
    width: auto;
    height: auto;
}

.text-staticm19v {
    color: transparent;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.6);
}

.text-animatedm19v {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    color: #1a365d;
    -webkit-text-stroke: 1px #1a365d;
    overflow: hidden;
    white-space: nowrap;
    border-right: 6px solid #1a365d;
    animation: textReveal 1.5s forwards;
}

@keyframes textReveal {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
        filter: drop-shadow(0 0 23px #1a365d);
    }
}

.title-block {
    position: relative;
    overflow: hidden;
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1), opacity 1.2s ease;
}

.title-block.visible {
    transform: translateY(0);
    opacity: 1;
}

/* Для внутренних элементов в тайтл блок */
/*
.title-block h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    transform: translateY(-50px);
    opacity: 0;
    transition: all 0.8s ease 0.3s;
}

.title-block p {
    font-size: 1.2rem;
    max-width: 600px;
    text-align: center;
    transform: translateY(50px);
    opacity: 0;
    transition: all 0.8s ease 0.5s;
}

.title-block.visible h1,
.title-block.visible p {
    transform: translateY(0);
    opacity: 1;
} */

.rounded-blockco {
    background-color: white;
    border-radius: 60px;
    padding: 150px 40px 40px 40px;
    max-width: 1640px;
    margin: 0 auto;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}

.block-titleco {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
    font-weight: bold;
}

.block-textco {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.5;
}

/* ============================================ */
/* ===========АНИМАЦИЯ========================= */
/* ============================================ */

.rounded-buttonco {
    margin-top: 20px;
    background-color: #007bff;
    /* синий цвет, можно изменить */
    color: white;
    border: none;
    border-radius: 30px;
    /* закругление кнопки */
    padding: 12px 30px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.rounded-buttonco:hover {
    background-color: #0056b3;
    /* цвет при наведении */
}

.content-block {
    opacity: 0;
    transition: all 0.8s ease;
}

.language-switched .content-block,
.language-switched .title-block,
.language-switched .inner-element {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

/* Улучшенные плавные анимации для обычного режима */
.content-block {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.title-block {
    opacity: 0;
    transform: translateY(-50px);
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.content-block.visible,
.title-block.visible {
    opacity: 1;
    transform: translate(0, 0);
}

/* Варианты анимации для блоков */
.block-left {
    transform: translateX(-100px);
}

.block-right {
    transform: translateX(100px);
}

.block-top {
    transform: translateY(-100px);
}

.block-bottom {
    transform: translateY(100px);
}

.content-block.visible {
    opacity: 1;
    transform: translate(0, 0) !important;
}

/* Анимации для внутренних элементов */
.inner-element {
    opacity: 0;
    transition: all 0.6s ease;
}

.inner-left {
    transform: translateX(-30px);
}

.inner-right {
    transform: translateX(0);
}

.inner-top {
    transform: translateY(-30px);
}

.inner-bottom {
    transform: translateY(30px);
}

.content-block.visible .inner-element {
    opacity: 1;
    transform: translate(0, 0);
}

.delay-1 {
    transition-delay: 0.2s !important;
}

.delay-2 {
    transition-delay: 0.4s !important;
}

.delay-3 {
    transition-delay: 0.6s !important;
}

.delay-4 {
    transition-delay: 0.8s !important;
}

.delay-5 {
    transition-delay: 1s !important;
}

.delay-6 {
    transition-delay: 1.2s !important;
}

.delay-7 {
    transition-delay: 1.4s !important;
}

.delay-8 {
    transition-delay: 1.6s !important;
}

.delay-9 {
    transition-delay: 1.8s !important;
}

.delay-10 {
    transition-delay: 2.0s !important;
}

/* ============================================ */
/* ===========АНИМАЦИЯ========================= */
/* ============================================ */

.header {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    max-width: 1600px;
    height: 80px;
    background: #ffffff;
    padding: 24px;
    border-radius: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
    transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
    outline: var(--outline-1px-gray);
    box-sizing: border-box;
    /* Включаем overflow для скрытия контента */
}

.header-propety-addons {
    top: 00px;
    width: calc(100% - 40px);
    border-radius: 3px 3px 36px 36px;
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.15);

}

.header.hidden {
    box-shadow: none;
    transform: translateX(-50%) translateY(-150%);
}

.header.extended {
    height: calc(95vh - 60px);
    align-items: flex-start;
    flex-direction: row;
    transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}

.header.hidden .logo {
    transform: translateY(-10px);
    opacity: 0;
}

.menu-content {
    width: 100%;
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    /* Полностью скрываем когда шапка закрыта */
    visibility: hidden;
    height: 0;
}




.skeleton {
    background: var(--skeleton-gradient);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite;
    border-radius: 8px;
}

@keyframes skeleton-loading {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

.skeleton-card {
    width: 100%;
}

.skeleton-image {
    width: 100%;
    aspect-ratio: 415 / 311;
    background: var(--skeleton-gradient);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite;
    border-radius: 16px;
}

.skeleton-title {
    height: 24px;
    width: 70%;
    margin-top: 12px;
}

.skeleton-location {
    height: 16px;
    width: 50%;
    margin-top: 8px;
}

.skeleton-price {
    height: 28px;
    width: 40%;
    margin-top: 8px;
}

[v-cloak] {
    display: none !important;
}

.two-columns {
    display: flex;
    gap: 20px;
    position: relative;
    align-items: flex-start;
}

.left-column {
    flex: 1;
    min-width: 0;
}

.right-column {
    width: 45%;
    flex-shrink: 0;
    position: sticky;
    top: 100px;
    align-self: flex-start;
}

.map-placeholder {
    background: #e9ecef;
    border-radius: 24px;
    height: calc(100vh - 150px);
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-secondary);
    font-size: 18px;
    flex-direction: column;
    gap: 12px;
}

.properties-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 20px;
}

.property-card {
    cursor: pointer;
}

.property-image {
    width: 100%;
    aspect-ratio: 415 / 311;
    background-size: cover;
    background-position: center;
    border-radius: 21px;
    background-color: #f0f0f0;
}

.property-info {
    margin-top: 12px;
}

.property-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--text);
}

.property-location {
    font-size: 14px;
    color: var(--text-secondary);
    margin-bottom: 4px;
}

.property-price {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary);
}

.results-count {
    font-size: 16px;
    color: var(--text-secondary);
}

.loading-indicator {
    text-align: center;
    padding: 40px;
    color: var(--text-secondary);
}

.no-results {
    text-align: center;
    padding: 60px;
}


.filter-btn {
    display: none !important;
    flex-shrink: 0;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: var(--white);
    border: 1px solid var(--border);
    cursor: pointer;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.filter-btn:hover {
    background: #f7f7f7;
}

.filter-btn svg {
    width: 20px;
    height: 20px;
    stroke: var(--text);
    fill: none;
    stroke-width: 2;
}

/* Попап фильтров */
.filter-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 3000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-popup-content {
    background: var(--white);
    border-radius: 32px;
    width: 90%;
    max-width: 500px;
    max-height: 80vh;
    overflow-y: auto;
    padding: 24px;
}

.filter-popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}

.filter-popup-close {
    cursor: pointer;
    font-size: 24px;
}


.search-wrapper {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    z-index: 100;
}

/* Дополнительный контейнер для кнопки фильтров */
.search-row {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    z-index: 10;
    gap: 10px;
}

.search-bar-rent {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    background: var(--white);
    border-radius: 50px;
    padding: 2px;
    z-index: 10;
    transition: box-shadow 0.35s ease;
    outline: 1px solid var(--border);
}

.search-bar-rent.expanded {
    background-color: #ebebeb;
}

.slider-indicator {
    position: absolute;
    top: 2px;
    height: calc(100% - 4px);
    background: var(--white);
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 12px 0px, rgba(0, 0, 0, 0.08) 0px 1px 2px 0px;
    transition: left var(--transition-panel), width var(--transition-panel), opacity 0.3s ease;
    z-index: 1;
    pointer-events: none;
    transform-origin: center center;
}

.slider-indicator.animating {
    animation: sliderPop 0.15s cubic-bezier(0.2, 0.9, 0.4, 1.1) forwards;
}

.slider-indicator.inactive {
    opacity: 0;
    width: 0 !important;
    left: 0 !important;
}

@keyframes sliderPop {
    0% {
        transform: scale(0.01);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.search-cell {
    flex: 1;
    padding: 12px 20px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    border-radius: 50px;
    transition: background 0.2s;
    min-width: 0;
    user-select: none;
}

.search-cell:hover {
    background: hsl(0, 0%, 92%);
}

.search-bar-rent.expanded .search-cell.active:hover {
    background: transparent;
}

/* Когда панель открыта — более тёмный ховер для неактивных */
.search-bar-rent.expanded .search-cell:not(.active):hover {
    background: #dddddd;
}

.cell-label,
.cell-value {
    position: relative;
    z-index: 3;
    /* ← текст поверх всего */
}

.cell-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--text);
    margin-bottom: 2px;
}

.cell-value {
    font-size: 14px;
    color: var(--text-secondary);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cell-value.filled {
    color: var(--text);
    font-weight: 500;
}

.search-btn-rent {
    flex-shrink: 0;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: var(--primary);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    position: absolute;
    right: 8px;
    transition: all 0.25s ease-in-out;
}

.search-btn-rent svg {
    width: 18px;
    height: 18px;
    stroke: white;
    fill: none;
    stroke-width: 3;
}

.search-btn-rent:hover {
    background-color: transparent;
    border: 2px solid var(--primary);
}

.search-btn-rent:hover svg {
    stroke: var(--primary);
}

.dropdown-panel {
    position: absolute;
    top: calc(100% + 20px);
    background: var(--white);
    border-radius: 36px;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.14));
    overflow: hidden;
    z-index: 2000;
    pointer-events: none;
    transform-origin: var(--origin-x, 50%) var(--origin-y, 0%);
}

.dropdown-panel:not(.open) {
    transform: scale(0);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.dropdown-panel.open {
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
    transition:
        width 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        left 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.15s ease,
        transform 0.5s cubic-bezier(0.2, 0.9, 0.4, 1.1);

}

.panel-content {
    padding: 10px;
    transition: opacity 0.2s ease;
}

.location-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.location-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px;
    border-radius: 12px;
    cursor: pointer;
    transition: background 0.15s;
}

.location-item:hover {
    background: #f7f7f7;
}

.location-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.location-icon svg {
    width: 24px;
    height: 24px;
    stroke: #666;
    fill: none;
    stroke-width: 1.5;
}

.location-name {
    font-size: 15px;
    font-weight: 500;
    color: var(--text);
}

.location-desc {
    font-size: 13px;
    color: var(--text-secondary);
}

.panel-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid var(--border);
}

.btn-text {
    background: none;
    border: none;
    font-size: 14px;
    font-weight: 600;
    color: var(--text);
    cursor: pointer;
    padding: 8px 14px;
    border-radius: 8px;
    transition: background 0.2s;
}

.btn-text:hover {
    background: #f7f7f7;
}

.btn-close {
    background: var(--text);
    color: white;
    border: none;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 22px;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s;
}

.btn-close:hover {
    background: #000;
}

.guests-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.guest-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-radius: 12px;
    transition: background 0.15s;
}

.guest-row-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.guest-row-title {
    font-size: 15px;
    font-weight: 500;
    color: var(--text);
}

.guest-row-sub {
    font-size: 13px;
    color: var(--text-secondary);
}

.stepper {
    display: flex;
    align-items: center;
    gap: 14px;
}

.stepper-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid var(--border);
    background: var(--white);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--text);
    transition: all 0.15s;
}

.stepper-btn:hover {
    border-color: var(--text);
    background: #f7f7f7;
}

.stepper-btn:disabled:hover {
    border: 1px solid var(--border);
    cursor: no-drop;
}

.stepper-btn:disabled {
    opacity: 0.3;
}

.stepper-value {
    font-size: 16px;
    font-weight: 500;
    color: var(--text);
    min-width: 20px;
    text-align: center;
}

.pets-note {
    font-size: 12px;
    color: var(--text-secondary);
    text-decoration: underline;
    cursor: pointer;
}

/* Пагинация */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 40px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.pagination-btn {
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border-radius: 50px;
    border: 1px solid var(--border);
    background: var(--white);
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: var(--text);
    transition: all 0.3s ease-in-out;
}

.pagination-btn:hover:not(:disabled) {
    background: #f7f7f7;
    border-color: var(--primary);
    border: 2px solid var(--border);

}

.pagination-btn.active {
    background: var(--primary);
    border-color: var(--primary);
    color: white;
}

.pagination-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.pagination-dots {
    color: var(--text-secondary);
    padding: 0 4px;
}

/* Скелетон для поисковой формы */
.search-bar-skeleton {
    display: flex;
    align-items: center;
    background: white;
    border-radius: 50px;
    padding: 2px;
    width: 100%;
    height: 68px;
    outline: 1px solid var(--border);
}

.skeleton-cell {
    flex: 1;
    padding: 12px 20px;
}

.skeleton-label {
    height: 12px;
    width: 30px;
    margin-bottom: 6px;
}

.skeleton-value {
    height: 14px;
    width: 80px;
}

/* Стили календаря */
.calendar-integrated {
    background: white;
    border-radius: 24px;
}

.months-grid {
    display: flex;
    gap: 20px;
    background: white;
    border-radius: 24px;
}

.month-card {
    flex: 1;
    background: white;
    border-radius: 20px;
    padding: 12px 10px 16px;
}

.month-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    gap: 8px;
}

.month-title {
    font-size: 16px;
    font-weight: 650;
    color: var(--text);
    text-align: center;
    background: #f8fafc;
    padding: 6px 12px;
    border-radius: 40px;
    border: 1px solid #e2e8f0;
    flex: 1;
}

.nav-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #e2e8f0;
    background: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    flex-shrink: 0;
}

.nav-btn:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
}

.nav-btn svg {
    width: 18px;
    height: 18px;
}

.weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #94a3b8;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.weekdays span {
    padding: 6px 0;
}

.days-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 6px;
}

.day-cell {
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.15s;
    background: transparent;
    border: 2px solid transparent;
    color: #0f172a;
    position: relative;
    width: 100%;
    max-width: 48px;
    margin: 0 auto;
}

.day-cell:hover:not(.day-cell--disabled):not(.day-cell--other-month) {
    background: #f1f5f9;
    border-color: #d1d5db;
}

.day-cell--other-month {
    color: transparent;
    pointer-events: none;
}

.day-cell--disabled {
    color: #cbd5e1;
    cursor: not-allowed;
    pointer-events: none;
    text-decoration: line-through;
}

.day-cell--today {
    font-weight: 700;
    color: #1e40af;
}

.day-cell--today::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #3b82f6;
}

.day-cell--range {
    background: #dbeafe;
    border-radius: 12px;
    color: #1e40af;
    font-weight: 600;
}

.day-cell--range-start,
.day-cell--range-end {
    background: #3b82f6;
    color: white;
    font-weight: 650;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(59, 130, 246, 0.4);
}

.day-cell--preview {
    background: #eef4ff;
    border-radius: 12px;
    color: #1e3a8a;
}

.day-cell--preview-start,
.day-cell--preview-end {
    background: #3b82f6;
    color: white;
    border-radius: 50%;
}

@media (max-width: 768px) {
    .two-columns {
        flex-direction: column;
    }

    .right-column {
        width: 100%;
        position: relative;
        top: 0;
        margin-bottom: 24px;
    }

    .map-placeholder {
        height: 300px;
        min-height: auto;
    }

    .dropdown-panel.open .panel-content {
        min-width: auto;
    }

    .calendar-integrated .months-grid {
        flex-direction: column;
    }

    .mobile-forward {
        display: flex !important;
    }

    .dropdown-panel.open {
        width: 95% !important;
        left: 2.5% !important;
    }

    .day-cell {
        max-width: 42px;
    }
}

@media (max-width: 640px) {
    .search-bar-rent {
        flex-wrap: wrap;
        border-radius: 28px;
        padding: 4px;
    }

    .search-cell {
        flex: 1 1 45%;
        padding: 10px 14px;
    }

    .search-btn-rent {
        width: 100%;
        border-radius: 24px;
        height: 44px;
        margin: 4px 6px 4px;
        position: relative;
        right: 0;
    }

    .filter-btn {
        width: 44px;
        height: 44px;
    }

    .slider-indicator {
        display: none;
    }

    .dropdown-panel {
        left: 0 !important;
        width: 100% !important;
    }

    .properties-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .day-cell {
        max-width: 38px;
        font-size: 13px;
    }

    .days-grid {
        gap: 4px;
    }
}

@media (min-width: 769px) {
    .mobile-forward {
        display: none;
    }
}

/* ============================================================ */
/* УНИКАЛЬНЫЙ СТИЛЬ №1 — префикс "r4t2" (с ховером + анти-пиксель) */
/* ============================================================ */
.r4t2-card {
    width: 100%;
    max-width: 400px;
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);

}



.r4t2-image-container {
    position: relative;
    height: 270px;
    background: #e8e8e8;
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.r4t2-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    image-rendering: auto;
}

.r4t2-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #ffffff;
    color: #1a1a1a;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 14px;
    border-radius: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    letter-spacing: 0.3px;
}

.r4t2-favorite-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 4px;
    transition: transform 0.15s ease;
}

.r4t2-favorite-btn:hover {
    transform: scale(1.10);
}

.r4t2-favorite-btn svg {
    width: 28px;
    height: 28px;
    fill: #222;
    stroke: #fff;
    stroke-width: 1.2px;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.15));
    transition: fill 0.2s ease;
}

.r4t2-favorite-btn svg:hover {
    fill: #ff385c;
}

.r4t2-pagination {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 7px;
}

.r4t2-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    transition: background 0.2s ease;
}

.r4t2-dot.r4t2-active {
    background: #ffffff;
}

.r4t2-content {
    padding: 16px 14px 22px 14px;
}

.r4t2-title-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2px;
}

.r4t2-title {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.3;
    margin: 0;
}

.r4t2-details {
    font-size: 15px;
    color: #717171;
    line-height: 1.5;
    margin-bottom: 14px;
}

.r4t2-price-row {
    display: flex;
    align-items: baseline;
    font-size: 16px;
    color: #1a1a1a;
    flex-wrap: wrap;
}

.r4t2-price {
    font-weight: 700;
    font-size: 19px;
}

.r4t2-currency {
    font-weight: 600;
    margin-left: 3px;
}

.r4t2-period {
    margin-left: 6px;
    color: #717171;
    font-weight: 400;
}


.header.extended .menu-content {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
    /* Появляемся после расширения шапки */
    transition-delay: 0.3s;
    visibility: visible;
    height: auto;
}

.menu-content ul {
    list-style: none;
    padding-inline-start: 0;
    margin: 0;
}

.menu-content li {
    text-align: center;
    padding: 9px 0;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.header.extended .menu-content li {
    opacity: 1;
    transform: translateY(0);
    /* Задержка для последовательного появления пунктов */
    transition-delay: 0.4s;
}

.menu-content a {
    color: var(--primary);
    text-decoration: none;
    font-size: 16px;
    display: block;
}

.security-warning {
    display: none;
    background: #ff4444;
    color: white;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}

.header.extended .container-cl {
    opacity: 1;
    transform: translateY(0);
    /* Появляется после пунктов меню */
    transition-delay: 0.5s;
}

.modal-contentasdasdas.active .swiper-slideasdas {
    display: flex;
    opacity: 1;
    transform: translateY(0);
    /* Появляется после пунктов меню */
    transition-delay: 0.6s;
}

.modal-contentasdasdas.active .slide-land-heaader {
    display: flex;
    opacity: 1;
    transform: translateY(0);
    /* Появляется после пунктов меню */
    transition-delay: 0.7s;
}

.logohamb {
    display: flex;
    width: 100%;
    height: 32px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
}

.spac {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
    align-content: center;
    font-weight: 400;
}

.spaca {
    align-content: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    fill: #ffffff;
    transition: 0.3s ease-in-out;
    padding: 3.5px 9px 3.5px 9px;
    border-radius: 21px;
    outline: 1px solid transparent;
}

.spaca:hover {
    /* background-color: rgba(255, 255, 255, 0.1); */
    outline: 1px solid var(--primary);

}

.spaca,
.logo a,
.dropdown-btnm1909,
.arrowm1909,
.dropdown-contentm1909 a {
    color: var(--primary);
    font-weight: 600;
    fill: var(--primary);
}

.spaca.active {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}

.property-nav-link {
    align-content: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    fill: #ffffff;
    transition: 0.3s ease-in-out;
    padding: 3.5px 9px 3.5px 9px;
    border-radius: 21px;
    outline: 1px solid transparent;
}

.property-nav-link:hover {
    /* background-color: rgba(255, 255, 255, 0.1); */
    outline: 1px solid var(--primary);

}

.property-nav-link {
    color: var(--primary);
    font-weight: 600;
    fill: var(--primary);
}

.property-nav-link.active {
    background-color: var(--primary);
    color: white;
    border-radius: var(--radius-sm);
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid var(--primary);
    cursor: pointer;
}

.logo {
    font-size: 32px;
    font-weight: bold;
    transition: transform 0.3s ease;
    line-height: 48px;

}

.logo a {
    text-decoration: none;
    font-family: "Cal Sans", sans-serif !important;
}

.hamburger {
    width: 30px;
    height: 24px;
    position: relative;
    cursor: pointer;
    z-index: 1001;
    margin: auto 0;
}

.hamburger span {
    position: absolute;
    height: 2px;
    width: 100%;
    background: var(--primary);
    left: 0;
    transition: all 0.3s ease;
}

.hamburger span:first-child {
    top: 6px;
}

.hamburger span:last-child {
    bottom: 6px;
}

.hamburger.active span:first-child {
    transform: rotate(45deg);
    top: 11px;
}

.hamburger.active span:last-child {
    transform: rotate(-45deg);
    bottom: 11px;
}

/* Убираем этот блок - он конфликтует с новой логикой */
/* .header:not(.extended) .menu-content {
    display: none;
} */

.lang-button {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 18px;
    padding: 5px 10px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.lang-button:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.lang-flags {
    display: flex;
    gap: 10px;
}

.lang-flag {
    width: 65px;
    height: 45px;
    background: none;
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.lang-flag:hover {
    transform: scale(1.2);
}

.lang-buttons {
    cursor: default;
    padding: 10px;
}

.lang-buttons a {
    cursor: pointer;
    padding: 8px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out;
}

.lang-buttons span {
    cursor: default;
    font-size: 16px;
}

.lang-buttons a:hover {
    background-color: #ffffff14;
}

.custom-dropdownm1909 {
    position: relative;
    display: inline-block;
    /* margin-right: 10px; */
    border-radius: 21px;
    border: none;
}

.dropdown-btnm1909 {
    background-color: transparent;
    font-size: 16px;
    font-weight: 600;
    padding: 9px 0px 9px 9px;
    border-radius: 21px;
    border: none;
    cursor: pointer;
    width: 77px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease-in-out;
}

.dropdown-btnm1909:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.arrowm1909 {
    width: 20px;
    height: 20px;
    transition: transform 0.5s ease;
}

.dropdown-contentm1909 {
    border: var(--outline-1px-gray);
    will-change: transform;
    margin-top: 35px;
    gap: 5px;
    border-radius: 21px;
    display: block;
    position: absolute;
    background: #ffffff;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    font-weight: 600;
    z-index: 1;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.5s ease, max-height 0.5s ease;
}

.dropdown-contentm1909 a {
    padding: 10px 12px;
    text-decoration: none;
    display: block;
    border-radius: 21px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.dropdown-contentm1909 a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.custom-dropdownm1909.open .dropdown-contentm1909 {
    max-height: 230px;
    opacity: 1;
}

.custom-dropdownm1909.open .dropdown-btnm1909 .arrow {
    transform: rotate(180deg);
}

/* Стили для заголовочного блока
.title-block {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    height: calc(100vh - 40px);
    background-color: #000;
    padding: 40px 20px;
    text-align: center;
    border-radius: 60px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    color: white;
} */

.title-heading {
    font-weight: 300;
    font-size: 42px;
    letter-spacing: 1px;
    margin: 20px 0 10px;
}

.title-subheading {
    color: #aaa;
    font-size: 18px;
    margin-top: 15px;
}

/* Стили для логотипа SVG */
.textsvglogo {
    fill: white;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 24px;
    font-weight: 500;
}

/* Стили для блока услуг */
.services-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.service-card {
    cursor: default;
    background: #fff;
    padding: 30px;
    border-radius: 21px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.service-title {
    color: #000;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 15px;
}

.service-description {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.service-button {
    background: #000;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 11px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.service-button:hover {
    background: #333;
}


.blur-container.active {
    opacity: 1;
    pointer-events: none;
}

.blur-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 997;
    backdrop-filter: blur(15px);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.about-container {
    background: #fff;
    padding: 30px;
    border-radius: 21px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stats-container {
    background: #fff;
    padding: 30px;
    border-radius: 21px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Statistics */
.stats {
    display: flex;
    justify-content: space-around;
    text-align: center;
}

/* Projects */
.projects {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* Team */
.team {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

/* Testimonials */
.testimonials {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

/* Partners */
.partners {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

/* CTA */
.cta {
    background: var(--primary);
    color: var(--white);
    text-align: center;
}

.open-btnasdasdas {
    padding: 12px 24px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
}

.open-btnasdasdas:hover {
    background: #0056b3;
    transform: translateY(-2px);
}

/* Блюр фон с анимацией */
.blur-overlayasdasdas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out;
}

.blur-overlayasdasdas.active {
    opacity: 1;
    visibility: visible;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

/* Модальное окно с анимацией */
.modal-contentasdasdas {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    background: white;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    z-index: 1001;
    max-width: 500px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-contentasdasdas.active {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

/* Кнопка закрытия */
.close-btnasdasdas {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s;
    z-index: 1001;
}

.close-btnasdasdas:hover {
    background: #f0f0f0;
    color: #ff4444;
    transform: rotate(90deg);
}

/* Контент модального окна */
.modal-bodyasdasdas {
    margin-top: 20px;
}

.modal-bodyasdasdas h2 {
    margin-bottom: 15px;
    color: #333;
}

.modal-bodyasdasdas p {
    line-height: 1.6;
    color: #666;
    margin-bottom: 15px;
}

/* Демонстрационный контент */
.demo-contentasdasdas {
    margin-top: 30px;
    padding: 25px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.demo-gridasdasdas {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
    margin-top: 15px;
}

.demo-itemasdasdas {
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    text-align: center;
    transition: transform 0.3s;
}

.demo-itemasdasdas:hover {
    transform: translateY(-3px);
}

.container-cl {
    margin-top: 20px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.openmodalbnt {
    width: 100%;
    background: transparent;
    color: var(--primary);
    outline: none;
    border: 1px solid var(--primary);
    padding: 10px;
    font-size: 16px;
    border-radius: 21px;
    max-width: 500px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.selector-container {
    position: relative;
}

.selector-title {
    font-size: 16px;
    margin-bottom: 9px;
    color: var(--primary);
    display: flex;
    align-items: center;
}

.swiperasdasd {
    width: 100%;
    height: auto;
    padding: 5px 0;
}

.swiper-slideasdas {
    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    width: auto;
}


.option-asd {
    padding: 9px;
    border-radius: 11px;
    background: white;
    transition: all 0.3s ease;
    text-align: center;
    opacity: 0.5;
    transform: scale(0.9);
    cursor: pointer;
    user-select: none;
    border: 1px solid #e0e0e0;
}

.swiper-slide-active .option-asd {
    background: var(--primary);
    color: white;
    opacity: 1;
    transform: scale(1);
}

.option-asd .code {
    font-size: 16px;
    font-weight: 700;
}

.option-asd .name {
    font-size: 12px;
}

.option-asd-lang {
    padding: 9px;
    border-radius: 11px;
    background: white;
    transition: all 0.3s ease;
    text-align: center;
    opacity: 0.5;
    transform: scale(0.9);
    cursor: pointer;
    user-select: none;
    border: 1px solid #e0e0e0;
}

.swiper-slide-active .option-asd-lang {
    background: var(--primary);
    color: white;
    opacity: 1;
    transform: scale(1);
}

.option-asd-lang .code {
    font-size: 16px;
    font-weight: 700;
}

.option-asd-lang .name {
    font-size: 12px;
}

.disp-none {
    display: none;
}

.spinner {
    -webkit-animation: rotator 1.4s linear infinite;
    animation: rotator 1.4s linear infinite;
}

@-webkit-keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

.path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
    animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

@-webkit-keyframes colors {
    0% {
        stroke: #1a365d;
    }

    25% {
        stroke: #1a365d;
    }

    50% {
        stroke: #1a365d;
    }

    75% {
        stroke: #1a365d;
    }

    100% {
        stroke: #1a365d;
    }
}

@keyframes colors {
    0% {
        stroke: #1a365d;
    }

    25% {
        stroke: #1a365d;
    }

    50% {
        stroke: #1a365d;
    }

    75% {
        stroke: #1a365d;
    }

    100% {
        stroke: #1a365d;
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }

    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }

    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}



.slide-land-heaader {
    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    width: auto;
}

/* .slide-land-heaader:not(.swiper-slide-active) .option-asd-lang {
    filter: blur(1px);
    transition: filter 0.3s ease;
}

.swiper-slideasdas:not(.swiper-slide-active) .option-asd {
    filter: blur(1px);
    transition: filter 0.3s ease;
} */

.container {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 100px;
}

[x-cloak] {
    display: none !important;
}

/* Modal Styles */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal {
    background: white;
    padding: 30px;
    border-radius: 8px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.modal h3 {
    margin-top: 0;
    color: #2c3e50;
}

.modal-buttons {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.projectvillsaapart {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: flex-end;
}

/* Filter Section */
.filters-section {
    background: white;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 15px;
}

.filter-group {
    flex: 1;
    min-width: 200px;
}

.filter-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #2c3e50;
}

/* Custom Select */
.custom-select {
    position: relative;
}

.select-header {
    padding: 10px 15px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #666;
    transition: transform 0.2s;
}

.arrow.open {
    transform: rotate(180deg);
}

.select-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: 21px;
    padding: 10px;
    overflow-y: auto;
    z-index: 1;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.option {
    padding: 10px 15px;
    cursor: pointer;
}

.option:hover {
    background: #f0f0f0;
}

.option label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.slider-values {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    font-size: 14px;
}

.noUi-target {
    background: #ddd;
    border: none;
    box-shadow: none;
    height: 4px;
}

.noUi-connect {
    background: var(--primary);
}

.noUi-handle {
    width: 18px !important;
    height: 18px !important;
    right: -9px !important;
    top: -8px !important;
    border-radius: 50%;
    background: white;
    border: 2px solid var(--primary);
    box-shadow: none;
    cursor: pointer;
}

.noUi-handle:before,
.noUi-handle:after {
    display: none;
}

/* Results Header */
.results-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.results-header h2 {
    margin: 0;
    font-size: 1.5rem;
    color: #2c3e50;
}

/* Property Grid */
.properties-container {
    display: grid;
    gap: 20px;
}

.grid-view {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.list-view {
    grid-template-columns: repeat(2, minmax(200px, 1fr)) !important;
}

.view-btn {
    display: flex;
    padding: 9px;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    border: 0;
    background: transparent;
    transition: var(--transition);
    color: var(--primary);
}

.view-btn:focus-visible {
    outline: 0;
    border: 0;
}

.view-btn svg {
    width: 25px;
    height: 25px;
}

.view-btn rect,
.view-btn circle,
.view-btn path {
    fill: var(--primary);
    stroke: var(--primary);
}

.view-btn.active {
    outline: 1px solid rgb(221, 221, 221);
    background-color: white;
    border-radius: 18px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.Property-card {
    cursor: pointer;
    background: white;
    overflow: hidden;
    transition: transform 0.3s ease;
    border-radius: 21px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.Property-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.Property-image {
    height: 250px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.Property-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 21px;
    color: white;
    padding: 5px 10px;
    font-size: 12px;
    text-transform: capitalize;
}

.Property-details {
    padding: 15px;
}

.Property-details h3 {
    margin: 0 0 10px;
    font-size: 1.1rem;
    color: #2c3e50;
}

.Property-price {
    margin-bottom: 10px;
}

.total-price {
    font-weight: bold;
    text-decoration: underline;
    color: black;
}

.Property-location {
    color: #7f8c8d;
    margin-bottom: 10px;
    font-size: 14px;
}

.Property-features {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
}

.feature {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}


/* .feature span {

} */

.icon img {
    width: 30px;
    height: 30px;
}

.feature .icon {
    font-size: 16px;
}

.Property-status {
    font-size: 12px;
    color: #27ae60;
    font-weight: 500;
}

/* No Results */
.no-results {
    grid-column: 1 / -1;
    text-align: center;
    padding: 40px 20px;
    background: white;
    border-radius: 8px;
}

.no-results h3 {
    margin: 0 0 10px;
    color: #2c3e50;
}

.no-results p {
    color: #7f8c8d;
    margin-bottom: 20px;
}

.action-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
}

/* Buttons */
.btn {
    padding: 9px 15px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.2s;
    background-color: white;
    border: 1.6px solid #d4d4d4
}

.btn-primary {
    background: #3498db;
    color: white;
}

.btn-primary:hover {
    background: #2980b9;
}

.btn-secondary {
    background: #95a5a6;
    color: white;
}

.btn-secondary:hover {
    background: #7f8c8d;
}

.btn-reset {
    background: #e74c3c;
    color: white;
    border: none !important;
}

.btn-reset:hover {
    background: #c0392b;
}

/* Стили для пресетов */
.preset-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}


/* Закрытие фильтров при скролле */
.filter-group {
    position: relative;
    z-index: 10;
}



.catalog-container {
    width: 100%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.breadcrumbs {
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.breadcrumbskent {
    cursor: default;
}

.breadcrumbskent a,
.breadcrumbskent span {
    text-decoration: none;
    color: var(--primary);
    font-weight: 600;
}

.breadcrumbskent span {
    cursor: default;
}

.areasofactivity {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

.areasofactivity h1 {
    color: var(--primary);
    font-size: calc(25px + (30 - 25) * ((100vw - 300px) / (1600 - 300)));
    font-weight: 600;
    cursor: default;
}

/* Префикс: zr9p — для секции успешной оплаты */
.zr9p-success-section {
    background: linear-gradient(160deg, #f0fdf4 0%, #d1fae5 25%, #a7f3d0 50%, #d1fae5 75%, #f0fdf4 100%);
    background-size: 200% 200%;
    animation: zr9p-bgShift 8s ease infinite;
    border-radius: 38px;
    padding: 44px 38px;
    text-align: center;
    max-width: 480px;
    width: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(5, 150, 105, 0.25), 0 8px 24px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.7);
}

@keyframes zr9p-bgShift {

    0%,
    100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

/* Префикс: d5f8 — для декоративных кругов */
.d5f8-decor-circle {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.d5f8-decor-circle.d5f8-c1 {
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.15) 0%, transparent 70%);
    top: -50px;
    right: -60px;
}

.d5f8-decor-circle.d5f8-c2 {
    width: 140px;
    height: 140px;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.1) 0%, transparent 70%);
    bottom: -40px;
    left: -40px;
}

.d5f8-decor-circle.d5f8-c3 {
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.1) 0%, transparent 70%);
    top: 30%;
    left: -30px;
}

/* Префикс: g7h1 — для иконки */
.g7h1-success-icon-wrap {
    position: relative;
    width: 110px;
    height: 110px;
    margin: 0 auto 18px;
    z-index: 2;
}

.g7h1-success-circle {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: g7h1-successPop 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    box-shadow: 0 20px 50px rgba(16, 185, 129, 0.45);
    position: relative;
    z-index: 2;
}

@keyframes g7h1-successPop {
    0% {
        transform: scale(0) rotate(-20deg);
        opacity: 0;
    }

    60% {
        transform: scale(1.2) rotate(5deg);
        opacity: 1;
    }

    100% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
}

.g7h1-success-check {
    width: 28px;
    height: 52px;
    border: solid white;
    border-width: 0 6px 6px 0;
    transform: rotate(45deg) scale(0);
    animation: g7h1-checkDraw 0.5s 0.35s ease-out forwards;
    margin-top: -8px;
    margin-left: 4px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.15));
}

@keyframes g7h1-checkDraw {
    0% {
        transform: rotate(45deg) scale(0);
    }

    100% {
        transform: rotate(45deg) scale(1);
    }
}

/* Префикс: l2x4 — для взрывных частиц */
.l2x4-explosion-particle {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    animation: l2x4-particleBurst 0.8s ease-out forwards;
    z-index: 1;
}

@keyframes l2x4-particleBurst {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    100% {
        transform: translate(calc(-50% + var(--tx)), calc(-50% + var(--ty))) scale(0);
        opacity: 0;
    }
}

/* Префикс: m9n3 — для заголовков */
.m9n3-success-title {
    font-size: 30px;
    font-weight: 800;
    color: #065f46;
    letter-spacing: -0.5px;
    margin-bottom: 6px;
    position: relative;
    z-index: 2;
    animation: m9n3-fadeSlideUp 0.6s 0.5s ease-out forwards;
    opacity: 0;
}

.m9n3-success-subtitle {
    font-size: 14px;
    color: #047857;
    line-height: 1.5;
    margin-bottom: 4px;
    position: relative;
    z-index: 2;
    animation: m9n3-fadeSlideUp 0.6s 0.6s ease-out forwards;
    opacity: 0;
}

.m9n3-success-details {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(10px);
    border-radius: 22px;
    padding: 18px 20px;
    margin: 18px 0 20px;
    text-align: left;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
    animation: m9n3-fadeSlideUp 0.6s 0.7s ease-out forwards;
    opacity: 0;
    border: 1px solid rgba(255, 255, 255, 0.9);
}

.m9n3-detail-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    font-size: 13.5px;
    font-weight: 500;
}

.m9n3-detail-row:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.m9n3-detail-label {
    color: #6b7280;
    display: flex;
    align-items: center;
    gap: 6px;
}

.m9n3-detail-value {
    color: #0f0f23;
    font-weight: 650;
}

.m9n3-detail-value.m9n3-price {
    color: #059669;
    font-size: 19px;
    font-weight: 750;
}

.m9n3-success-buttons {
    display: flex;
    gap: 10px;
    position: relative;
    z-index: 2;
    animation: m9n3-fadeSlideUp 0.6s 0.8s ease-out forwards;
    opacity: 0;
    flex-wrap: wrap;
}

.m9n3-btn {
    flex: 1;
    min-width: 100px;
    padding: 14px 18px;
    border-radius: 18px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    border: none;
    transition: all 0.2s;
    text-align: center;
    white-space: nowrap;
}

.m9n3-btn-primary {
    background: #10b981;
    color: white;
    box-shadow: 0 8px 24px rgba(16, 185, 129, 0.35);
}

.m9n3-btn-primary:hover {
    background: #059669;
    box-shadow: 0 12px 30px rgba(16, 185, 129, 0.5);
    transform: translateY(-2px);
}

.m9n3-btn-outline {
    background: transparent;
    border: 2px solid #10b981;
    color: #059669;
}

.m9n3-btn-outline:hover {
    background: #f0fdf4;
    border-color: #059669;
}

.m9n3-btn-ghost {
    background: rgba(255, 255, 255, 0.6);
    color: #065f46;
}

.m9n3-btn-ghost:hover {
    background: rgba(255, 255, 255, 0.9);
}

@keyframes m9n3-fadeSlideUp {
    0% {
        opacity: 0;
        transform: translateY(18px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Префикс: v7c6 — для контейнера конфетти */
.v7c6-confetti-container {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.v7c6-confetti-piece {
    position: absolute;
    border-radius: 3px;
    animation: v7c6-confettiFall linear forwards;
}

@keyframes v7c6-confettiFall {
    0% {
        transform: translateY(-120px) rotate(0deg) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateY(105vh) rotate(720deg) scale(0.2);
        opacity: 0;
    }
}

@media (max-width: 768px) {
    .k4m2-body {
        flex-direction: column;
        padding: 16px;
        gap: 20px;
    }

    .zr9p-success-section {
        padding: 30px 20px;
    }

    .m9n3-success-buttons {
        flex-direction: column;
    }
}



.accordion-enter-active,
.accordion-leave-active {
    transition: max-height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        opacity 0.3s ease,
        padding 0.3s ease;
    overflow: hidden;
}

.accordion-enter-from,
.accordion-leave-to {
    max-height: 0;
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.accordion-enter-to,
.accordion-leave-from {
    max-height: 800px;
    opacity: 1;
}

/* Модалки */
.modal-fade-enter-active,
.modal-fade-leave-active {
    transition: opacity 0.3s ease;
}

.modal-fade-enter-from,
.modal-fade-leave-to {
    opacity: 0;
}

.sticky-sidebar {
    position: sticky;
    top: 24px;
}

.step-header {
    cursor: pointer;
    user-select: none;
    transition: background 0.2s ease;
}


.step-active {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.02), 0px 2px 6px 0px rgba(0, 0, 0, 0.04), 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
}

.step-completed {
    border-color: #22c55e !important;
    background: #f0fdf4;
}

@keyframes checkmark {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.checkmark-animate {
    animation: checkmark 0.4s ease forwards;
}

#payment-element {
    min-height: 44px;
}

/* СЕТКА: два блока в ряд по 780px */
.property_page_two_columns {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

/* КАЖДАЯ КАРТОЧКА — 780px */
.property_page_col {
    position: sticky;
    top: 110px;
    width: calc(50% - 10px);
    height: min-content;
}

.property_page_col_left_widht {
    width: calc(65% - 10px);
}

.property_page_col_right_widht {
    width: calc(35% - 10px);
}

.property_page_block_title {
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    color: #6b6b6b;
    margin-bottom: 20px;
}

.property_page_info_combined {
    border: 1px solid #eaeaea;
    border-radius: 28px;
    padding: 18px 22px;
    margin-bottom: 24px;
}

.property_page_location_line {
    font-size: 1.28rem;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.property_page_amenities_row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 15px;
}

.property_page_amenity_item {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    font-size: 0.85rem;
    color: #2c2c2c;
}

.property_page_amenity_number {
    font-weight: 700;
    font-size: 1rem;
    color: #000;
}

.property_page_amenity_label {
    font-weight: 400;
    color: #6f6f6f;
    font-size: 0.75rem;
    letter-spacing: 0.2px;
}

.property_page_sub_block {
    background: #ffffff;
    border-radius: 28px;
    border: 1px solid #ececec;
    padding: 20px 24px;
    margin-bottom: 24px;
}

.property_page_sub_block:last-child {
    margin-bottom: 0;
}

/* хозяин */
.property_page_host_section {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.property_page_avatar {
    width: 60px;
    height: 60px;
    background: #e6e6e6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    outline: 1px solid #e0e0e0;
}

.property_page_avatar_inner {
    font-size: 1.6rem;
    font-weight: 500;
    color: #3b3b3b;
}

.property_page_host_name {
    font-size: 1.2rem;
    font-weight: 700;
    color: #000;
    letter-spacing: -0.2px;
    margin-bottom: 4px;
}

.property_page_host_meta {
    font-size: 0.8rem;
    color: #5f5f5f;
}

/* ключевые особенности */
.property_page_feature_item {
    margin-bottom: 20px;
}

.property_page_feature_item:last-child {
    margin-bottom: 0;
}

.property_page_feature_title {
    font-weight: 700;
    font-size: 0.95rem;
    color: #111;
    margin-bottom: 4px;
}

.property_page_feature_desc {
    font-size: 0.8rem;
    color: #6a6a6a;
    line-height: 1.4;
}

/* ========= ПРАВЫЙ БЛОК: БРОНИРОВАНИЕ ========= */
.property_page_price_column {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: baseline;
    margin-bottom: 28px;
}

.property_page_price_row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px 12px;
}

.property_page_total_price {
    font-size: 2.2rem;
    font-weight: 800;
    color: #000;
    letter-spacing: -1.5px;
}

.property_page_total_nights {
    font-size: 1rem;
    font-weight: 500;
    color: #3a3a3a;
}

.property_page_per_night {
    font-size: 0.9rem;
    color: #7a7a7a;
    margin-left: 4px;
}

.property_page_dates_row {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
}

.property_page_date_field {
    flex: 1;
}

.property_page_booking_label {
    font-size: 0.7rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #4a4a4a;
    margin-bottom: 6px;
    display: block;
}

.property_page_date_input {
    width: 100%;
    background: #fafafa;
    border: 1px solid #e2e2e2;
    border-radius: 24px;
    padding: 12px 16px;
    font-size: 0.9rem;
    font-family: inherit;
    color: #1f1f1f;
}

.property_page_date_input:focus {
    outline: none;
    border-color: #a0a0a0;
    background: #fff;
}

.property_page_booking_field {
    margin-bottom: 20px;
}

select.property_page_booking_select {
    width: 100%;
    background: #fafafa;
    border: 1px solid #e2e2e2;
    border-radius: 28px;
    padding: 12px 16px;
    font-size: 0.95rem;
    font-family: inherit;
    color: #1f1f1f;
    cursor: pointer;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>');
    background-repeat: no-repeat;
    background-position: right 16px center;
}

.property_page_booking_btn {
    width: 100%;
    background: #000000;
    border: none;
    border-radius: 44px;
    padding: 16px 20px;
    font-size: 1rem;
    font-weight: 600;
    color: white;
    cursor: pointer;
    transition: 0.2s;
    font-family: inherit;
    margin-top: 12px;
}

.property_page_booking_btn:hover {
    background: #2c2c2c;
}

.property_page_info_note {
    font-size: 0.7rem;
    color: #8a8a8a;
    margin-top: 20px;
    text-align: center;
    border-top: 1px solid #ececec;
    padding-top: 16px;
}



.property_page_description_text {
    font-size: 0.95rem;
    line-height: 1.55;
    color: #1f1f1f;
}

.property_page_description_text p {
    margin-bottom: 1em;
}

.property_page_description_text p:last-child {
    margin-bottom: 0;
}

/* ========= БЛОК УДОБСТВ ========= */
.property_page_amenities_wrapper {
    position: relative;
}

.property_page_amenities_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 20px;
    overflow-y: hidden;
    transition: max-height 0.3s ease;
}

.property_page_amenity_item_flex {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.9rem;
    color: #1a1a1a;
    padding: 4px 0;
}

.property_page_amenity_icon {
    width: 24px;
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    color: #2c2c2c;
}

.property_page_amenity_name {
    flex: 1;
}

.property_page_show_more_btn {
    display: block;
    width: 100%;
    background: transparent;
    border: 1px solid #e0e0e0;
    border-radius: 44px;
    padding: 12px 20px;
    margin-top: 24px;
    font-size: 0.85rem;
    font-weight: 500;
    color: #1f1f1f;
    cursor: pointer;
    transition: 0.2s;
    font-family: inherit;
    text-align: center;
}

.property_page_show_more_btn:hover {
    background: #f5f5f5;
    border-color: #c0c0c0;
}

.property_page_show_more_btn.property_page_hidden {
    display: none;
}

/* ========= БЛОК ОТЗЫВОВ ========= */
.property_page_reviews_block {
    background: #ffffff;
    border-radius: 32px;
    box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08);
    margin-top: 24px;
}

.property_page_reviews_inner {
    padding: 28px 28px 32px 28px;
}

.property_page_reviews_layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 2rem;
}

.property_page_rating_panel {
    background: #f9f9f9;
    border-radius: 24px;
    padding: 1.5rem;
    border: 1px solid #eaeaea;
}

.property_page_total_score {
    text-align: center;
    margin-bottom: 1.5rem;
}

.property_page_total_score__number {
    font-size: 2.8rem;
    font-weight: 800;
    color: #000;
    line-height: 1;
}

.property_page_total_score__stars i {
    color: #fbbf24;
    font-size: 0.9rem;
    margin: 0 1px;
}

.property_page_total_score__count {
    font-size: 0.75rem;
    color: #6f6f6f;
    margin-top: 0.3rem;
}

.property_page_rating_bars__item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.8rem;
    font-size: 0.8rem;
}

.property_page_rating_bars__label {
    width: 48px;
    font-weight: 500;
    color: #4a4a4a;
    display: flex;
    align-items: center;
    gap: 4px;
}

.property_page_rating_bars__label i {
    color: #fbbf24;
    font-size: 0.7rem;
}

.property_page_rating_bars__line {
    flex: 1;
    height: 6px;
    background: #e8e8e8;
    border-radius: 20px;
    overflow: hidden;
}

.property_page_rating_bars__fill {
    height: 100%;
    background: #fbbf24;
    border-radius: 20px;
    width: 0%;
}

.property_page_rating_bars__count {
    width: 32px;
    text-align: right;
    font-weight: 500;
    color: #4a4a4a;
    font-size: 0.75rem;
}

.property_page_reviews_list_scroll {
    overflow-y: auto;
    max-height: 500px;
    padding-right: 0.5rem;
}

.property_page_reviews_list_scroll::-webkit-scrollbar {
    width: 4px;
}

.property_page_reviews_list_scroll::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 10px;
}

.property_page_reviews_list_scroll::-webkit-scrollbar-thumb {
    background: #c0c0c0;
    border-radius: 10px;
}

.property_page_review_card {
    background: #ffffff;
    border-radius: 20px;
    padding: 1.2rem;
    border: 1px solid #ececec;
    margin-bottom: 1rem;
}

.property_page_review_card:last-child {
    margin-bottom: 0;
}

.property_page_review_card__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0.7rem;
}

.property_page_review_card__author {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.property_page_review_card__avatar {
    width: 40px;
    height: 40px;
    background: #e6e6e6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #4a4a4a;
}

.property_page_review_card__name {
    font-weight: 700;
    color: #000;
}

.property_page_review_card__date {
    font-size: 0.7rem;
    color: #8a8a8a;
}

.property_page_review_card__stars i {
    font-size: 0.75rem;
    color: #fbbf24;
}

.property_page_review_card__stars i.far {
    color: #e0e0e0;
}

.property_page_review_card__text {
    color: #4a4a4a;
    line-height: 1.5;
    font-size: 0.9rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0.7rem 0 0.4rem 0;
}

.property_page_review_card__readmore {
    background: none;
    border: none;
    color: #6b6b6b;
    font-weight: 500;
    font-size: 0.8rem;
    cursor: pointer;
    padding: 0;
    font-family: inherit;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.property_page_review_card__readmore:hover {
    color: #000;
    text-decoration: underline;
}

.property_page_btn_all_reviews {
    background: transparent;
    border: 1px solid #e0e0e0;
    padding: 0.6rem 1.8rem;
    border-radius: 60px;
    font-weight: 600;
    color: #2c2c2c;
    cursor: pointer;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: inherit;
    font-size: 0.85rem;
    margin-top: 1.2rem;
    display: block;
}

.property_page_btn_all_reviews:hover {
    background: #f5f5f5;
    border-color: #a0a0a0;
}

/* Модальное окно */
.property_page_modal_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(6px);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.property_page_modal_overlay--active {
    display: flex;
}

.property_page_modal_container {
    background: white;
    max-width: 750px;
    width: 100%;
    height: 85vh;
    max-height: 85vh;
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.property_page_modal_container__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.2rem 1.5rem;
    border-bottom: 1px solid #ececec;
    background: white;
    flex-shrink: 0;
}

.property_page_modal_container__header h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.property_page_modal_container__close {
    background: none;
    border: none;
    font-size: 1.8rem;
    cursor: pointer;
    color: #8a8a8a;
    line-height: 1;
}

.property_page_modal_container__close:hover {
    color: #000;
}

.property_page_modal_container__reviews {
    flex: 1;
    overflow-y: auto;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.property_page_modal_review_card {
    background: #fefefe;
    border-radius: 20px;
    padding: 1.2rem;
    border: 1px solid #ececec;
}

.property_page_modal_review_card__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0.7rem;
}

.property_page_modal_review_card__author {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.property_page_modal_review_card__avatar {
    width: 40px;
    height: 40px;
    background: #e6e6e6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #4a4a4a;
}

.property_page_modal_review_card__name {
    font-weight: 700;
    color: #000;
}

.property_page_modal_review_card__date {
    font-size: 0.7rem;
    color: #8a8a8a;
}

.property_page_modal_review_card__stars i {
    font-size: 0.75rem;
    color: #fbbf24;
}

.property_page_modal_review_card__text {
    color: #4a4a4a;
    line-height: 1.55;
    font-size: 0.9rem;
    margin-top: 0.7rem;
}

@media (max-width: 1640px) {
    .property_page_two_columns {
        justify-content: center;
    }
}

@media (max-width: 820px) {
    .property_page_col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .property_page_dates_row {
        flex-direction: column;
        gap: 12px;
    }

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

    .property_page_reviews_layout {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

.bkcrd_booking-card {
    max-width: 680px;
    width: 100%;
    background: white;
    border-radius: 32px;
    /* box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08); */
    overflow: hidden;
    outline: var(--outline-1px-gray);
}

.bkcrd_booking-content {
    padding: 20px;
}

/* Подсказка до выбора дат */
.bkcrd_price-hint {
    font-size: 14px;
    color: #6a6a6a;
    margin-bottom: 20px;
    font-weight: 400;
}

/* Строка с датами */
.bkcrd_dates-row {
    display: flex;
    border: 1px solid #dddddd;
    border-radius: 24px;
    overflow: hidden;
    background: white;
    margin-bottom: 16px;
}

.bkcrd_date-field {
    flex: 1;
    padding: 14px 18px;
    cursor: pointer;
    border-right: 1px solid #dddddd;
}

.bkcrd_date-field:last-child {
    border-right: none;
}

/* Поле для гостей отдельно */
.bkcrd_guests-field {
    border: 1px solid #dddddd;
    border-radius: 24px;
    padding: 14px 18px;
    cursor: pointer;
    margin-bottom: 24px;
    background: white;
}

.bkcrd_field-label {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #222222;
    margin-bottom: 4px;
}

.bkcrd_field-value {
    font-size: 14px;
    color: #222222;
    font-weight: 500;
}

.bkcrd_field-value.bkcrd_placeholder {
    color: #6a6a6a;
    font-weight: 400;
}

/* Блок с общей ценой */
.bkcrd_total-price-block {
    background: #f7f7f7;
    border-radius: 20px;
    padding: 16px 20px;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 8px;
    cursor: pointer;
}

.bkcrd_total-price {
    font-size: 22px;
    font-weight: 600;
    color: #222222;
}

.bkcrd_total-price small {
    font-size: 16px;
    font-weight: 400;
}

.bkcrd_primary-btn {
    width: 100%;
    background: var(--primary);
    color: white;
    border: none;
    border-radius: 12px;
    padding: 14px 24px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    /* margin-bottom: 16px; */
}

.bkcrd_primary-btn:hover {
    background: white;
    outline: 2px var(--primary) solid;
    color: var(--primary);
}

.bkcrd_free-cancel {
    font-size: 12px;
    color: #222222;
    text-align: center;
}

/* Модалка календаря */
.bkcrd_modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.bkcrd_calendar-modal {
    background: white;
    border-radius: 32px;
    max-width: 840px;
    width: 90%;
    padding: 24px;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.2);
}

.bkcrd_calendar-header-info {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ebebeb;
}

.bkcrd_calendar-title h3 {
    font-size: 22px;
    font-weight: 500;
    color: #222222;
}

.bkcrd_calendar-title p {
    font-size: 14px;
    color: #6a6a6a;
    margin-top: 4px;
}

.bkcrd_calendar-date-badges {
    display: flex;
    gap: 20px;
    background: #f7f7f7;
    padding: 8px 16px;
    border-radius: 40px;
}

.bkcrd_badge-item {
    text-align: center;
}

.bkcrd_badge-label {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #6a6a6a;
}

.bkcrd_badge-value {
    font-size: 14px;
    font-weight: 500;
    color: #222222;
}

/* Два месяца (только дни текущего месяца, без хвостов) */
.bkcrd_double-calendar {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
    margin: 20px 0;
}

.bkcrd_month-view {
    flex: 1;
    min-width: 260px;
}

.bkcrd_month-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 16px;
}

.bkcrd_nav-arrow {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    padding: 4px 12px;
    border-radius: 40px;
    transition: background 0.1s;
}

.bkcrd_nav-arrow:hover {
    background: #f7f7f7;
}

.bkcrd_weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    font-size: 12px;
    color: #6a6a6a;
    margin-bottom: 12px;
}

.bkcrd_calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
}

.bkcrd_cal-cell.bkcrd_booked {
    background: #f0f0f0;
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through;
    border-radius: 21px;
}

.bkcrd_cal-cell.bkcrd_booked:hover {
    background: #f0f0f0 !important;
    border-radius: 21px !important;
}

.bkcrd_cal-cell {
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.1s;
    color: #222222;
    font-weight: 400;
}

.bkcrd_cal-cell.bkcrd_empty {
    cursor: default;
    background: transparent;
    visibility: hidden;
}

.bkcrd_cal-cell.bkcrd_disabled {
    color: #dddddd;
    cursor: not-allowed;
    text-decoration: line-through;
}

.bkcrd_cal-cell.bkcrd_start-date {
    background: #222222 !important;
    color: white;
    border-radius: 50%;
}

.bkcrd_cal-cell.bkcrd_end-date {
    background: #222222  !important;
    color: white;
    border-radius: 50%;
}

.bkcrd_cal-cell.bkcrd_in-range {
    background: #f1f1f1;
    border-radius: 21px;
}

.bkcrd_cal-cell.bkcrd_hover-range {
    background: #e4e4e4;
    border-radius: 21px;
}

.bkcrd_cal-cell:not(.bkcrd_disabled):not(.bkcrd_empty):hover {
    background: #f7f7f7;
    border-radius: 50%;
}

.bkcrd_calendar-actions {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    margin-top: 20px;
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
}

.bkcrd_btn-link {
    background: none;
    border: none;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer;
    color: #222222;
}

.bkcrd_btn-dark {
    background: #222222;
    color: white;
    border: none;
    padding: 10px 24px;
    border-radius: 12px;
    font-weight: 500;
    cursor: pointer;
}

/* Модалка гостей */
.bkcrd_guests-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.bkcrd_guests-card {
    background: white;
    border-radius: 32px;
    max-width: 480px;
    width: 90%;
    padding: 24px;
}

.bkcrd_guest-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb;
}

.bkcrd_guest-label strong {
    display: block;
    font-size: 16px;
    font-weight: 500;
}

.bkcrd_guest-label span {
    font-size: 13px;
    color: #6a6a6a;
}

.bkcrd_guest-controls {
    display: flex;
    gap: 16px;
    align-items: center;
}

.bkcrd_guest-controls button {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #dddddd;
    background: white;
    font-size: 18px;
    cursor: pointer;
    transition: 0.1s;
}

.bkcrd_guest-controls button:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.bkcrd_guest-controls span {
    min-width: 28px;
    text-align: center;
    font-weight: 500;
}

.bkcrd_guest-note {
    font-size: 12px;
    color: #6a6a6a;
    margin-top: 16px;
    padding: 12px;
    background: #f7f7f7;
    border-radius: 16px;
}

@media (max-width: 650px) {
    .bkcrd_booking-content {
        padding: 15px;
    }

    .bkcrd_calendar-date-badges {
        margin-top: 12px;
    }
}

.villa_main {
    /* max-width: 800px; */
    width: 100%;
    background: white;
    border-radius: 32px;
    padding: 32px;
    /* box-shadow: 0 20px 35px rgba(0, 0, 0, 0.04); */
    outline: var(--outline-1px-gray);
}

.villa_title {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: -0.4px;
    color: #0b1e33;
}

.villa_features {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 0;
    font-size: 0.95rem;
    color: #2c3e50;
    font-weight: 500;
    margin-top: 15px;
}

.villa_feature_dot {
    margin: 0 8px;
    color: #b0bed0;
    font-weight: 400;
}

.villa_features span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.villa_features svg {
    width: 18px;
    height: 18px;
    stroke: #5f6b7a;
    fill: none;
    stroke-width: 1.8;
}

.villa_host_block {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 16px;
}

.villa_host_avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #dce3eb;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%234a627d"><circle cx="12" cy="8" r="4"/><path d="M6 20v-2a6 6 0 0 1 12 0v2"/></svg>');
    background-size: cover;
    background-position: center;
}

.villa_host_info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.villa_host_name {
    font-weight: 600;
    font-size: 1rem;
}

.villa_host_rating {
    font-size: 0.85rem;
    color: #5e7188;
    display: flex;
    align-items: center;
    gap: 4px;
}

.villa_unique_features {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 20px;
}

.villa_unique_item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.villa_unique_icon {
    width: 24px;
    height: 24px;
    stroke: #3e5570;
    fill: none;
    stroke-width: 1.8;
    flex-shrink: 0;
    margin-top: 2px;
}

.villa_unique_text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.villa_unique_title {
    font-weight: 600;
    font-size: 0.95rem;
    color: #1e293b;
}

.villa_unique_desc {
    font-size: 0.85rem;
    color: #556b82;
    line-height: 1.4;
}

.villa_desc_container {
    max-height: 200px;
    overflow: hidden;
    position: relative;
}

.villa_desc_text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #334155;
    white-space: pre-line;
}

.villa_desc_fade {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom, transparent, white);
    pointer-events: none;
}

.villa_show_more_btn {
    background: none;
    border: none;
    color: #1e3b5c;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 6px;
    transition: color 0.2s;
}

.villa_show_more_btn:hover {
    color: #0b1e33;
}

.villa_amenities_grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 16px;
    margin-top: 12px;
}

.villa_amenity_item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: #2c3e50;
}

.villa_amenity_item svg {
    width: 20px;
    height: 20px;
    stroke: #5e7188;
    fill: none;
    stroke-width: 1.8;
    flex-shrink: 0;
}

.villa_all_amenities_btn {
    background: none;
    border: 1px solid #dce3eb;
    border-radius: 14px;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 0.9rem;
    color: #1e3b5c;
    cursor: pointer;
    margin-top: 16px;
    transition: background 0.2s;
    width: fit-content;
}

.villa_all_amenities_btn:hover {
    background: #f0f4fe;
}

/* Vue-модалки с префиксом villa_ */
.villa_modal_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    z-index: 1000;
    align-items: center;
    justify-content: center;
}

.villa_modal_overlay.villa_active {
    display: flex;
}

.villa_modal_content {
    background: white;
    border-radius: 28px;
    padding: 32px;
    max-width: 600px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.2);
    position: relative;
}

.villa_modal_close {
    position: absolute;
    top: 16px;
    right: 20px;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #5f6b7a;
    line-height: 1;
}

.villa_amenity_room {
    margin-bottom: 24px;
}

.villa_amenity_room h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 12px;
}

.villa_amenity_list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.villa_amenity_tag {
    background: #f0f4fe;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.85rem;
    color: #1e3b5c;
}

.villa_divider {
    border: none;
    border-top: 1px solid #edf2f7;
    margin: 16px 0;
}

.villa_section_title {
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 16px;
}

.view-toggle {
    display: flex;
    gap: 10px;
}

.header-section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.search-input {
    display: flex;
    align-items: center;
    gap: 5px;
    height: min-content;
    border: 1.6px solid #d4d4d4;
    width: min-content;
    white-space: nowrap;
    padding: 9px 15px;
    border-radius: 30px;
    cursor: pointer;
    position: relative;
    user-select: none;
    background-color: white;
}

.search-input input {
    border: none;
    outline: none;
    width: 200px;
    font-size: 14px;
    color: #000;
}

.search-input input::placeholder {
    color: black;
}

.filters-row {
    display: flex;
    gap: 10px;
    margin-top: 9px;
    flex-wrap: wrap;
}

.filter-tab {
    border: 1.6px solid #d4d4d4;
    width: min-content;
    white-space: nowrap;
    padding: 9px 15px;
    border-radius: 30px;
    cursor: pointer;
    position: relative;
    user-select: none;
    background-color: white;
}

.filter-popup {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    padding: 15px;
    z-index: 100;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    min-width: 250px;
    display: none;
}

.filter-tab.active .filter-popup {
    display: block;
}

.results-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: default;
    color: var(--primary);
}

.results-headerkent {
    display: flex;
    gap: 7px;
}

.results-headerkent2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 9px;
    align-items: center;
}

.results-headerkent2 label {
    cursor: default;
}

.results-headerkent h1 {
    color: var(--primary);
}

.mobile-filters-btn {
    display: none;
    padding: 10px 15px;
    background: #f0f0f0;
    border-radius: 30px;
    cursor: pointer;
    margin-bottom: 15px;
}

.mobile-filters-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    z-index: 1000;
    padding: 20px;
    overflow-y: auto;
    display: none;
}

.mobile-filters-popup.active {
    display: block;
}

.close-mobile-filters {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
}

/* Стили для noUiSlider */
.price-slider {
    margin: 20px 0;
    padding: 0 15px;
}

.price-presets {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 15px;
}

.price-preset {
    padding: 6px 12px;
    background: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.price-preset:hover {
    background: #e0e0e0;
}

/* Общие стили для фильтров */
.filters-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
}


/* Стили для выпадающих списков */
.dropdown-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    cursor: pointer;
    /* margin-top: 5px; */
    background: white;
    min-width: 100%;
    box-sizing: border-box;
}

.dropdown-content {
    z-index: 1;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    padding: 17px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
}

.dropdown-options {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 7px;
}

.dropdown-options-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
    padding: 0;
}


.arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    transition: transform 0.2s;
    margin-left: 8px;
}

.arrow.open {
    transform: rotate(180deg);
}

.option {
    padding: 0;
    cursor: pointer;
    display: block;
}

.option2 {
    cursor: pointer;
    display: block;
    text-align: left;
    width: max-content;
    padding: 5px;
    border-radius: 11px;
}

.option2:hover {
    background-color: #f5f5f5;
}

.option:hover {
    background-color: #f5f5f5;
}

label {
    cursor: pointer;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-content {
    background: white;
    border-radius: 30px;
    width: 90%;
    max-width: 500px;
    padding: 20px;
}

.popup-close-btn {
    margin-top: 15px;
    padding: 10px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
}

.dropdown-trigger label {
    cursor: pointer;
    display: block;
    /* margin-bottom: 5px; */
    font-weight: 500;
    font-size: 14px;
}



.slider-container {
    margin: 15px 0 10px;
}

.slider-values {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #666;
}

.filter-group {
    margin-top: 15px;
}

.preset-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 5px;
}

.preset-btn {
    padding: 7px 12px;
    border: 1px solid #ddd;
    border-radius: 19px;
    cursor: pointer;
    font-size: 12px;
    background-color: var(--light);
}

.preset-btn:hover {
    background: #e0e0e0;
}

.partners-section {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: 'Arial', sans-serif;
}

.partners-header {
    text-align: center;
}

.partners-title {
    font-size: 32px;
    color: #333;
    margin-bottom: 15px;
    font-weight: 600;
}

.title-divider {
    width: 80px;
    height: 3px;
    background: #4285f4;
    margin: 0 auto;
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.partner-card {
    background: white;
    border-radius: 21px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    min-height: 100px;
}

.partner-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.partner-name {
    color: #444;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.sdaasdsadfcvertf {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.asdasdsdfgweaas {
    width: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}

.asdasdqweferga {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
}

.asdergfasdertf {
    display: flex;
    width: auto;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0;
}

.asdergfasdertf h3 {
    cursor: default;
    font-size: 16px;
}

.ml16asdasdaasde3 {
    margin-left: 0;
}

.iconpodval {
    fill: white;
    width: 43px;
    height: 43px;

}

.apodval {
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    font-style: normal;
    /* font-family: "Cal Sans", sans-serif !important; */

}

.apodval.active {
    color: white;

}

.apodval14 {
    color: white;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    /* font-family: "Cal Sans", sans-serif !important; */

}


.swiper-pagination-787-design-news .swiper-pagination-bullet {
    transition: var(--transition);
    background-color: white;
    width: 15px;
    height: 15px;
    opacity: 1;
    border: 2px solid var(--primary);
    overflow: hidden;
}


.swiper-pagination-787-design-news .swiper-pagination-bullet-active {
    outline: none;
    width: 25px;
    border-radius: 10px !important;
    background-color: var(--primary);
}

.swiper-pagination-787-design-property .swiper-pagination-bullet {
    transition: var(--transition);
    background-color: white;
    width: 12px;
    height: 12px;
    opacity: 1;
    border: 2px solid var(--primary);
    overflow: hidden;
}


.swiper-pagination-787-design-property .swiper-pagination-bullet-active {
    outline: none;
    border-radius: 10px !important;
    background-color: var(--primary);
}

.swipertitle {
    width: 100%;
    height: calc(95vh - 40px);
    border-radius: 50px;
}

.swiper-slidetitle {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slidetitle img {
    border-radius: 50px;
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.titleslidediv {
    border-radius: 40px;
    z-index: 1;
    background: #0000001c;
    height: 100%;
    display: flex;
    text-align: center;
    color: white;
    font-weight: 600;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-content: center;
    align-items: center;
    padding: 20px;
}

.titleslidediv h1 {
    font-size: calc(22px + (64 - 22) * ((100vw - 300px) / (1600 - 300)));
    margin-bottom: 1.5rem;
    /* text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5); */
}

.titleslidediv p {
    /* font-family: "Cal Sans", sans-serif !important; */
    font-size: calc(14px + (24 - 14) * ((100vw - 300px) / (1600 - 300)));
    margin-bottom: 2rem;
    letter-spacing: 1.1px;
    /* text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5); */
}

.btntitle {
    border-radius: 50px;
    text-decoration: none;
    backdrop-filter: blur(15px);
    box-shadow: 0 51px 64px 0 #0000001a;
    background: #ffffff1a;
    color: white;
    padding-left: var(--padding-l-r);
    padding-right: var(--padding-l-r);
    padding-top: var(--padding-t-b);
    padding-bottom: var(--padding-t-b);
    border: 1px solid white;
    font-size: calc(15px + (18 - 15) * ((100vw - 300px) / (1600 - 300)));
}

.titleswbnt {
    border-radius: 50px;
    text-decoration: none;
    backdrop-filter: blur(15px);
    box-shadow: 0 51px 64px 0 #0000001a;
    background: #ffffff1a;
    color: white;
    padding: 1.5rem 1.5rem;
    border: 1px solid white;
}

.titleswbntnext {
    position: absolute !important;
    top: calc(100% - 60px);
    left: calc(100% - 85px);
}

.titleswbntprev {
    position: absolute !important;
    top: calc(100% - 60px) !important;
    left: calc(100% - 150px) !important;
}

.titleswbntnext:after,
.titleswbntprev:after {
    font-size: 25px;
}


.card {
    transition: all 0.5s ease;
    cursor: pointer;
    position: relative;
    max-width: 790px;
    max-height: 550px;
    border-radius: 31px;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transform: translate3d(0, 0, 0);
}

.card-overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 0;
}

.card-overlay:before,
.card-overlay:after {
    content: '';
    /* БЕЗ ЭТОГО ПСЕВДОЭЛЕМЕНТЫ НЕ РАБОТАЮТ! */
    position: absolute;
    /* НУЖНО ДЛЯ ПОЗИЦИОНИРОВАНИЯ */
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, #252525a3, #0000);
    height: 150px;
    bottom: 0;
}

.card-overlay:after {
    bottom: 0;
    top: auto;
}

.card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* Название по центру (по умолчанию) */
.card-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 50px;
    font-weight: bold;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    transition: all 0.4s ease;
    text-align: center;
    width: 90%;
    padding: 12px;
    z-index: 1;
}

/* Блок с типом и адресом (появляется при наведении) */
.info-overlay {
    position: absolute;
    top: calc(0% + 10px);
    left: calc(0% + 10px);
    background: #0000004d;
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5px;
    opacity: 0;
    transition: all 0.4s ease;
    padding: 11px;
    box-sizing: border-box;
    color: white;
    border-radius: 21px;
}

.Property-type {
    color: #000;
    font-weight: 600;

}

.divider {
    width: 40px;
    height: 2px;
    background: #4CAF50;
    margin: 10px 0;
}

.Property-address {
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 1.4;
}

.price-tag {
    position: absolute;
    bottom: -100px;
    left: 0;
    background: #0000004d;
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    color: white;
    padding: 12px 25px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 0 20px 0 0;
    transition: all 0.4s ease 0.1s;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.2);
}

/* Блок с ценой и кнопкой (появляются снизу) */
.price-tag-property {
    font-weight: 600;
    width: calc(100% - 20px);
    position: absolute;
    bottom: calc(0% + 10px);
    left: calc(0% + 10px);
    background: #ffffff;
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    color: var(--primary);
    padding: 10px 10px 11px 15px;
    font-size: 23px;
    border-radius: 21px;
    transition: all 0.4s ease 0.1s;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.details-btn {
    position: absolute;
    bottom: -60px;
    right: 0;
    background: #0000004d;
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    color: white;
    border: none;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 20px 0 0 0;
    cursor: pointer;
    transition: all 0.4s ease 0.2s;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease-in-out 0.3s;
}

.details-btn-property {
    background: transparent;
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    color: var(--primary);
    border: 2px solid var(--primary);
    padding: 10px 13px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.4s ease-in-out 0.3s;
}

/* Анимации при наведении */
.card:hover .card-title {
    opacity: 0;
    transform: translate(-50%, -80px);
}

.card:hover .info-overlay {
    opacity: 1;
}

.card:hover .card-overlay {
    opacity: 0;
}

.card:hover .price-tag,
.card:hover .details-btn {
    bottom: 0;
}

.card:hover .card-image {
    transform: scale(1.05);
}

.details-btn:hover {
    background: var(--primary);
}

.a1b2c3 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 25px;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

.d4e5f6 {
    width: 50%;
    background: #fff;
    padding: 30px;
    border-radius: 21px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.g7h8i9 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-content: flex-start;
    height: 100%;
}

.j0k1l2 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.m3n4o5 {
    font-size: 40px;
}

.s9t0u1,
.x6y7z8 {
    background-color: var(--primary);
    padding: 10px 17px;
    border-radius: 21px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease, var(--transition) !important;
    text-decoration: none;
    font-weight: 600;
    color: white;

}

.s9t0u1:hover,
.x6y7z8:hover {
    color: var(--primary);
    background-color: white;
    outline: 2px solid var(--primary);
}

.v2w3x4 {
    width: calc(50% - 25px);
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
}

.y5z6a7 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.b8c9d0,
.n0o1p2,
.z2a3b4,
.l4m5n6 {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
    transform: translateY(0px);
    cursor: pointer;
}

.b8c9d0:hover,
.n0o1p2:hover,
.z2a3b4:hover,
.l4m5n6:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.k7l8m9,
.w9x0y1,
.i1j2k3,
.u3v4w5 {
    background: black;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.button-container {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    border-radius: 21px;
}

.toggle-button {
    border-radius: 21px;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    transition: background-color 0.6s, color 0.3s ease-in-out;
}

.toggle-button:not(.active):hover {
    background-color: var(--primary);
    /* Черный фон для активной кнопки */
    color: white;
    /* Белый текст для активной кнопки */
}

.toggle-button.active {
    background-color: var(--primary);
    /* Черный фон для активной кнопки */
    color: white;
    /* Белый текст для активной кнопки */
}

.toggle-button:not(.active) {
    background-color: white;
    color: var(--primary);
}

.club-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3)), url(/assets/beautifulimages/greenbeach5.webp);
    background-size: cover;
    background-position: center;
    border-radius: 21px;
    padding: 80px 50px;
    text-align: center;
    max-width: 1600px;
    margin: 20px auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: white;
    position: relative;
    overflow: hidden;
    height: 450px;
}

.club-content {
    position: relative;
    z-index: 2;
}


.club-content h2 {
    color: white;
    font-size: 28px;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.club-description {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    max-width: 500px;
    margin: 0 auto 30px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.club-join-btn {
    background: transparent;
    color: white;
    border: 2px solid white;
    padding: 12px 35px;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
}

.club-join-btn:hover {
    background: white;
    color: var(--primary);
}

.news-slider-container {
    max-width: 1600px;
    overflow: hidden;
}

.slider-title {
    text-align: center;
    margin-bottom: 40px;
    color: var(--primary);
}

.news-swiper {
    padding-bottom: 50px;
}

.news-slide {
    cursor: default;
    background: #fff;
    border-radius: 21px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.news-image {
    height: 250px;
    background-size: cover;
    background-position: center;
}

.news-content {
    padding: 15px;
}

.news-date {
    color: #777;
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
}

.news-content h3 {
    color: #333;
    margin-bottom: 15px;
    font-size: 20px;
}

.news-content p {
    color: #555;
    line-height: 1.5;
    margin-bottom: 20px;
}

.news-slide img {
    width: 100% !important;
    height: 40vh !important;
    object-fit: cover !important;
    border-radius: 21px !important;
}

.news-more-btn {
    color: var(--primary);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.news-more-btn:hover {
    color: var(--primary-hover);
}

.project-promo-block {
    border-radius: 21px;
    max-width: 1600px;
    margin: 0 auto;
    font-family: 'Arial', sans-serif;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    gap: 20px;
}

.project-content {
    max-width: calc(50% - 10px);
    width: 100%;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background: white;
    border-radius: 21px;
}

.project-content h3 {
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
}

.project-content p {
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}

.project-features {
    list-style: none;
    padding: 0;
    margin: 25px 0;
}

.project-features li {
    padding: 8px 0;
    color: #444;
}

.project-image {
    max-width: calc(50% - 10px);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-placeholder {
    width: 100%;
    height: 100%;
    min-height: 250px;
    border-radius: 21px;
    background: linear-gradient(135deg, #e0e0e0 0%, #f0f0f0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
}

/* 2FA Module - уникальные классы с префиксом tfa_ */
.tfa_container {
    max-width: 720px;
    margin: 0 auto;
}

.tfa_card {
    background: white;
    border-radius: 24px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.03);
    overflow: hidden;
}

.tfa_card_header {
    padding: 1.75rem 2rem;
    border-bottom: 1px solid #eef2f6;
}

.tfa_card_header h1 {
    font-size: 1.5rem;
    font-weight: 600;
    background: linear-gradient(135deg, #1a2a3a 0%, #2c3e50 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    letter-spacing: -0.01em;
    margin: 0 0 0.5rem 0;
}

.tfa_card_header p {
    color: #6c7a8a;
    font-size: 0.9rem;
    margin: 0;
}

.tfa_card_body {
    padding: 2rem;
}

/* Статус-блок */
.tfa_status_card {
    background: #f8fafc;
    border-radius: 20px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    border: 1px solid #eef2f8;
}

.tfa_status_badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 1rem;
    border-radius: 40px;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 1.25rem;
}

.tfa_status_badge_enabled {
    background: #e6f7e6;
    color: #1e7b3e;
}

.tfa_status_badge_disabled {
    background: #fee;
    color: #c2410c;
}

.tfa_status_badge .tfa_dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: currentColor;
}

.tfa_info_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
    margin-top: 0.5rem;
}

.tfa_info_item {
    background: white;
    padding: 0.75rem 1rem;
    border-radius: 16px;
    border: 1px solid #eef2f8;
}

.tfa_info_label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #8a99aa;
    margin-bottom: 0.25rem;
}

.tfa_info_value {
    font-weight: 600;
    color: #1e2a3a;
}

/* Секции */
.tfa_section {
    margin-top: 2rem;
    padding-top: 0.5rem;
}

.tfa_section_title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1e2a3a;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* QR и ключи */
.tfa_qr_wrapper {
    background: white;
    border-radius: 20px;
    padding: 1.5rem;
    text-align: center;
    border: 1px solid #eef2f8;
    margin-bottom: 1.5rem;
}

.tfa_qr_code img {
    width: 160px;
    height: auto;
    margin: 0 auto;
    border-radius: 12px;
}

.tfa_key_box {
    background: #f1f5f9;
    border-radius: 12px;
    padding: 0.75rem 1rem;
    font-family: 'SF Mono', 'Menlo', monospace;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    word-break: break-all;
    text-align: center;
    margin-top: 1rem;
}

/* Формы */
.tfa_input_group {
    margin: 1.5rem 0 1rem;
}

.tfa_input_group label {
    display: block;
    font-size: 0.85rem;
    font-weight: 500;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.tfa_input_group input {
    width: 100%;
    padding: 0.85rem 1rem;
    font-size: 1rem;
    border: 1.5px solid #e2e8f0;
    border-radius: 16px;
    transition: all 0.2s;
    font-family: 'SF Mono', monospace;
    letter-spacing: 2px;
    box-sizing: border-box;
}

.tfa_input_group input:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

/* Кнопки */
.tfa_button_group {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.tfa_btn {
    padding: 0.7rem 1.5rem;
    border-radius: 40px;
    font-weight: 500;
    font-size: 0.9rem;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
    background: white;
    border: 1px solid #e2e8f0;
    color: #1e2a3a;
}

.tfa_btn_primary {
    background: #1e2a3a;
    border-color: #1e2a3a;
    color: white;
}

.tfa_btn_primary:hover {
    background: #0f1a24;
    transform: translateY(-1px);
}

.tfa_btn_danger {
    background: #fff1f0;
    border-color: #ffccc7;
    color: #c2410c;
}

.tfa_btn_danger:hover {
    background: #ffe4e2;
}

.tfa_btn_secondary {
    background: #f8fafc;
    border-color: #e2e8f0;
}

/* Коды восстановления */
.tfa_recovery_codes {
    background: #f8fafc;
    border-radius: 16px;
    padding: 1rem;
    font-family: 'SF Mono', monospace;
    font-size: 0.85rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    margin: 1rem 0;
    border: 1px solid #eef2f8;
}

.tfa_recovery_code {
    background: white;
    padding: 0.5rem;
    border-radius: 8px;
    text-align: center;
    letter-spacing: 0.5px;
}

/* Алёрты */
.tfa_alert {
    padding: 1rem;
    border-radius: 16px;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
}

.tfa_alert_success {
    background: #e6f7e6;
    color: #1e7b3e;
    border: 1px solid #b3e6b3;
}

.tfa_alert_error {
    background: #fee;
    color: #c2410c;
    border: 1px solid #ffcdc4;
}

.tfa_alert_info {
    background: #eef2ff;
    color: #1e40af;
    border: 1px solid #cbd5e1;
}

.tfa_hidden {
    display: none;
}

.tfa_hr {
    margin: 1.5rem 0;
    border: none;
    border-top: 1px solid #eef2f8;
}

.cta-block {
    width: 100%;
    text-align: left;
}

.cta-block h4 {
    margin: 0 0 5px 0;
    color: #333;
    font-size: 18px;
}

.request-btn {
    background: var(--primary);
    color: white;
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    border-radius: 21px;
    cursor: pointer;
    transition: all 0.3s ease-in-out; 
    outline: 1px solid white;
}

.request-btn:hover {
    color: var(--primary);
    background: white;
    outline: 1px solid var(--primary);
}

.small-text {
    font-size: 12px;
    color: #888;
    margin-top: 10px;
}

.container33 {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.form-blockk,
.image-blockk {
    width: 49.3%;
}

.formsta {
    display: grid;
    grid-template-rows: max-content 1fr max-content;
    grid-template-columns: 1fr;
    gap: 20px;
    width: 100%;
    transition: all 0.3s ease-in-out;
    /* height: 100%; */
}

.formsta button {
    display: inline-block;
    width: 100%;
    line-height: 1.4em;
    outline: none;
    border: none;
    border-radius: 21px;
    padding: 15px;
    font-weight: 600;
    font-size: 20px;
    background: var(--primary);
    cursor: pointer;
    color: rgb(255 255 255);
    transition: all 0.3s ease-in-out;
}

.formsta button:hover {
    background-color: #ffffff;
    color: var(--primary);
    outline: 2px solid var(--primary);
}

.formsta input,
.formsta textarea {
    appearance: none;
    display: inline-block;
    width: 100%;
    line-height: 1.4em;
    outline: none;
    border: none;
    /* Начальное значение border */
    padding: 15px;
    border-radius: 8px;
    font-weight: 400;
    background: rgb(255, 255, 255);
    color: rgb(0 0 0);
    box-shadow: none;
    /* Начальное значение box-shadow */
    transition: all 0.3s ease-in-out;
}

.formsta input:focus,
.formsta textarea:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    /* Добавляем box-shadow для фокуса */
}

.formstan {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px;
}

.formstan2 {
    max-width: calc(50% - 10px);
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.formsta input,
.formsta textarea,
.areainputpodval,
.areatextareapodval {
    font-family: "Open Sans", serif;
    font-size: 21px;
}

.image-blockk {
    position: relative;
    /* Замените на нужное изображение */
    background-size: cover;
    background-position: center;
    border-radius: 21px;
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-overlay {
    min-width: 250px;
    margin: 15px;
    padding: 15px;
    border-radius: 21px;
    backdrop-filter: blur(15px);
    box-shadow: 0 51px 64px 0 #0000001a;
    background: #ffffff1a;
}

.text-overlay p {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.social-icons19 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
}

.social-icons19 a {
    margin: 0 10px;
}

.social-icons19 a {
    background: linear-gradient(225deg, #fff3, #ffffff0a);
    box-shadow: 0 8px 32px 0 #0000001a;
    transition: background .2s;
    border-radius: 21px;
    padding: 10px;
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    color: white;
    font-size: 18px;
}

.social-icons19 svg {
    width: 40px;
    height: 40px;
}

.social-icons19 a:hover img {
    opacity: 0.7;
}

.succesmessagesta {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 24px;
    text-align: center;
    width: 100%;
    max-width: none;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}


.container {
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
}

/* Services Section */
.services {
    padding: 100px 0;
    text-align: center;
}

.section-title {
    font-size: var(--fs22-64px);
    margin-bottom: 60px;
    color: var(--primary);
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 4px;
    background: var(--secondary);
    bottom: -15px;
    left: 25%;
}

.section-titleclub {
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
    color: var(--dark);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.service-card {
    background: white;
    border-radius: var(--radius-sm);
    padding: 40px 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--secondary);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
    z-index: -1;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-icon {
    font-size: 2.5rem;
    color: var(--secondary);
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.service-card:hover .service-icon {
    transform: scale(1.1);
}

.service-title {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: var(--primary);
}

.service-description {
    margin-bottom: 25px;
    color: #666;
    min-height: 60px;
}

.btn-787 {
    width: 100%;
    display: inline-block;
    background-color: var(--primary);
    color: white;
    padding: 10px 20px;
    border-radius: var(--radius-sm);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 2px solid var(--primary);
    cursor: pointer;
}

.btn-787:hover {
    background-color: transparent;
    color: var(--primary);
}



/* Исходный класс .service-btn */
.service-btn {
    display: inline-block;
    background-color: var(--primary);
    color: white;
    padding: 10px 20px;
    border-radius: var(--radius-sm);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 2px solid var(--primary);
    cursor: pointer;
}

/* Дополнительный класс для горизонтального выравнивания иконки + текста внутри кнопки */
.service-btn-inline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* Размер иконок внутри кнопки */
.service-btn-inline svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

/* Текст параграфа внутри кнопки */
.service-btn-inline p {
    margin: 0;
    line-height: 1;
}

.service-btn:hover {
    background-color: transparent;
    color: var(--primary);
}

/* Стиль для тулбара */
.toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.baseblock {
    padding: 20px;
    background-color: white;
    border-radius: var(--radius-sm-plus);
    max-width: var(--max-width);
    margin: var(--center);
    outline: var(--outline-1px-gray);
}

/* Левый блок: кнопка и название в одной строке */
.left-group {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* Заголовок */
.left-group h3 {
    cursor: default;
    margin: 0;
    white-space: nowrap;
}

/* Группа правых кнопок */
.buttons-group {
    display: flex;
    gap: 12px;
    align-items: center;
}

.all-services-btn {
    display: inline-block;
    background-color: white;
    color: var(--primary);
    padding: 15px 40px;
    border-radius: var(--radius-sm);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease !important;
    border: 2px solid var(--primary);
    margin-top: 30px;
}

.all-services-btn:hover {
    background-color: var(--primary);
    color: white;
}


.cardsmainkent {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    gap: 20px;
    width: 100%;
}

/* About snippet */
.about-snippet {
    background-color: rgba(212, 175, 55, 0.1);
    border-left: 4px solid var(--secondary);
    padding: 20px;
    margin: 30px 0;
    text-align: left;
    font-style: italic;
}

.containerclub {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Герой-блок */
.hero-club {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(https://images.unsplash.com/photo-1560520031-3a4dc4e9de0c?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1920&q=80) center / cover;
    color: white;
    display: flex;
    align-items: center;
    padding: 0 60px;
    position: relative;
}

.hero-content {
    max-width: 600px;
}

.hero-club h1 {
    font-size: 42px;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-club p {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.9;
}

.cta-button {
    display: inline-block;
    background: var(--accent);
    color: var(--dark);
    padding: 15px 40px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s;
    border: 2px solid var(--accent);
}

.cta-button:hover {
    background: transparent;
    color: var(--accent);
}

/* Блок условий вступления */
.membership-condition {
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.condition-card {
    background: white;
    border-radius: var(--radius-lg);
    padding: 40px;
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.condition-card h2 {
    font-size: 32px;
    color: var(--dark);
}

.condition-card .highlight {
    color: var(--accent);
    font-weight: bold;
}

.condition-badge {
    position: absolute;
    top: 30px;
    right: 30px;
    background: var(--accent);
    color: var(--dark);
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 14px;
}

/* Блок карт членства */
.cards-section {
    margin: 80px 0;
}

.cards-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.membership-card {
    background: white;
    border-radius: var(--radius-sm);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    width: 350px;
    padding: 40px 30px;
    transition: transform 0.3s;
    position: relative;
    overflow: hidden;
}

.membership-card:hover {
    transform: translateY(-10px);
}

.card-badge {
    position: absolute;
    top: 0;
    right: 30px;
    background: var(--primary);
    color: white;
    padding: 5px 15px;
    border-radius: 0 0 8px 8px;
    font-size: 14px;
}

.bronze .card-badge {
    background: #CD7F32;
}

.silver .card-badge {
    background: #C0C0C0;
    color: #333;
}

.gold .card-badge {
    background: #D4AF37;
}

.card-titleclub {
    font-size: 28px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
}

.card-titleclub::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: var(--primary);
}

.bronze .card-titleclub::after {
    background: #CD7F32;
}

.silver .card-title::after {
    background: #C0C0C0;
}

.gold .card-titleclub::after {
    background: #D4AF37;
}

.card-price {
    font-size: 42px;
    font-weight: bold;
    margin: 25px 0;
}

.bronze .card-price {
    color: #CD7F32;
}

.silver .card-price {
    color: #C0C0C0;
}

.gold .card-price {
    color: #D4AF37;
}

.card-features {
    list-style: none;
    text-align: left;
    margin-bottom: 30px;
}

.card-features li {
    padding: 8px 0;
    position: relative;
    padding-left: 25px;
}

.card-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--primary);
    font-weight: bold;
}

.bronze .card-features li::before {
    color: #CD7F32;
}

.silver .card-features li::before {
    color: #C0C0C0;
}

.gold .card-features li::before {
    color: #D4AF37;
}

.card-button {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s;
    width: 100%;
    text-align: center;
}

.bronze .card-button {
    background: #CD7F32;
    color: white;
    border: 2px solid #CD7F32;
}

.bronze .card-button:hover {
    background: transparent;
    color: #CD7F32;
}

.silver .card-button {
    background: #C0C0C0;
    color: #333;
    border: 2px solid #C0C0C0;
}

.silver .card-button:hover {
    background: transparent;
    color: #333;
}

.gold .card-button {
    background: #D4AF37;
    color: white;
    border: 2px solid #D4AF37;
}

.gold .card-button:hover {
    background: transparent;
    color: #D4AF37;
}

/* Блок привилегий */
.privileges-section {
    margin: 80px 0;
}

.privileges-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.privilege-card {
    background: white;
    border-radius: var(--radius-sm);
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;
}

.privilege-card:hover {
    transform: translateY(-10px);
}

.privilege-image {
    height: 200px;
    background-size: cover;
    background-position: center;
}

.privilege-content {
    padding: 25px;
}

.privilege-content h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: var(--dark);
}

.privilege-content p {
    color: #666;
    margin-bottom: 20px;
}

.discount-tag {
    display: inline-block;
    background: var(--accent);
    color: var(--dark);
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: bold;
}

/* Блок заявки */
.application-block {
    background: linear-gradient(135deg, var(--dark) 0%, #1a365d 100%);
    color: white;
    padding: 80px 0;
    border-radius: var(--radius);
    margin: 80px 0;
    text-align: center;
}

.application-block h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.application-block p {
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto 40px;
    opacity: 0.9;
}

.application-form {
    max-width: 500px;
    margin: 0 auto;
}

.form-group {
    margin-bottom: 20px;
    text-align: left;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}

.form-group input {
    width: 100%;
    padding: 15px;
    border-radius: 8px;
    border: none;
    font-size: 16px;
}

.submit-btn {
    background: var(--accent);
    color: var(--dark);
    border: none;
    padding: 15px 40px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 20px;
}

.submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.footer-container_x9k3 {
    width: calc(100% - 20px);
    max-width: 1600px;
    margin: 0 auto;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    background-color: var(--primary);
    padding: 50px;
    border-radius: 45px;
    gap: 30px;
}



.footer-top_7f2m {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.logo_w4p1 {
    color: white;
}

.logo_w4p1k a {
    text-decoration: none;
    color: inherit;
    font-family: "Cal Sans", sans-serif !important;
    font-size: xx-large;
}

.nav-links_r5t8 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 25px;
}

.address_q2z7 {
    cursor: default;
    color: white;
}

.footer-middle_j6d4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.callback-btn_l3s9 {
    padding: 13px 20px;
    color: #000000;
    background-color: white;
    border-radius: 30px;
    text-decoration: none;
}

.social-icons_v8p5 {
    display: flex;
    gap: 10px;
}

.social-wrapper_n4f7 {
    display: flex;
    gap: 10px;
}

.footer-bottom_k7b3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    color: white;
}

.policy-links_g9d1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px;
}

.modern-cardasd {
    background: white;
    border-radius: 60px;
    padding: 60px;
    max-width: 1640px;
    margin: 0 auto;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    position: relative;
    font-family: 'Inter', -apple-system, sans-serif;
}

.title-wrapperasd {
    position: relative;
    margin-bottom: 40px;
}

.creative-titleasd {
    font-size: 64px;
    font-weight: 800;
    line-height: 1.1;
    color: #111;
    margin: 0;
    position: relative;
    z-index: 2;
    letter-spacing: -1.5px;
}

.villa_main {
background: white;
border-radius: 32px;
padding: 32px;
outline: var(--outline-1px-gray);
}

.villa_title {
font-size: 1.8rem;
font-weight: 600;
letter-spacing: -0.4px;
color: #0b1e33;
}

.villa_features {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 6px 0;
font-size: 0.95rem;
color: #2c3e50;
font-weight: 500;
margin-top: 15px;
}

.villa_feature_dot {
margin: 0 8px;
color: #b0bed0;
font-weight: 400;
}

.villa_features span {
display: inline-flex;
align-items: center;
gap: 6px;
}

.villa_features svg {
width: 18px;
height: 18px;
stroke: #5f6b7a;
fill: none;
stroke-width: 1.8;
}

.villa_host_block {
display: flex;
align-items: center;
gap: 14px;
padding: 14px 0;
border-top: 1px solid rgba(0, 0, 0, 0.05);
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
margin-top: 16px;
}

.villa_host_avatar {
width: 48px;
height: 48px;
border-radius: 50%;
background: #dce3eb;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%234a627d"><circle cx="12" cy="8" r="4"/><path d="M6 20v-2a6 6 0 0 1 12 0v2"/></svg>');
background-size: cover;
background-position: center;
}

.villa_host_info {
display: flex;
flex-direction: column;
gap: 4px;
}

.villa_host_name {
font-weight: 600;
font-size: 1rem;
}

.villa_host_rating {
font-size: 0.85rem;
color: #5e7188;
display: flex;
align-items: center;
gap: 4px;
}

.villa_unique_features {
display: flex;
flex-direction: column;
gap: 18px;
margin-top: 20px;
}

.villa_unique_item {
display: flex;
gap: 14px;
align-items: flex-start;
}

.villa_unique_icon {
width: 24px;
height: 24px;
stroke: #3e5570;
fill: none;
stroke-width: 1.8;
flex-shrink: 0;
margin-top: 2px;
}

.villa_unique_text {
display: flex;
flex-direction: column;
gap: 2px;
}

.villa_unique_title {
font-weight: 600;
font-size: 0.95rem;
color: #1e293b;
}

.villa_unique_desc {
font-size: 0.85rem;
color: #556b82;
line-height: 1.4;
}

.villa_desc_container {
max-height: 200px;
overflow: hidden;
position: relative;
}

.villa_desc_text {
font-size: 0.95rem;
line-height: 1.6;
color: #334155;
white-space: pre-line;
}

.villa_desc_fade {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 50px;
background: linear-gradient(to bottom, transparent, white);
pointer-events: none;
}

.villa_show_more_btn {
background: none;
border: none;
color: #1e3b5c;
font-weight: 600;
font-size: 0.9rem;
cursor: pointer;
display: flex;
align-items: center;
gap: 4px;
margin-top: 6px;
transition: color 0.2s;
}

.villa_show_more_btn:hover {
color: #0b1e33;
}

.villa_amenities_grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
gap: 16px;
margin-top: 12px;
}

.villa_amenity_item {
display: flex;
align-items: center;
gap: 10px;
font-size: 0.9rem;
color: #2c3e50;
}

.villa_amenity_item svg {
width: 20px;
height: 20px;
stroke: #5e7188;
fill: none;
stroke-width: 1.8;
flex-shrink: 0;
}

.villa_all_amenities_btn {
background: none;
border: 1px solid #dce3eb;
border-radius: 14px;
padding: 10px 20px;
font-weight: 600;
font-size: 0.9rem;
color: #1e3b5c;
cursor: pointer;
margin-top: 16px;
transition: background 0.2s;
width: fit-content;
}

.villa_all_amenities_btn:hover {
background: #f0f4fe;
}

/* Vue-модалки с префиксом villa_ */
.villa_modal_overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.4);
backdrop-filter: blur(4px);
z-index: 1000;
align-items: center;
justify-content: center;
}

.villa_modal_overlay.villa_active {
display: flex;
}

.villa_modal_content {
background: white;
border-radius: 28px;
padding: 32px;
max-width: 600px;
width: 90%;
max-height: 80vh;
overflow-y: auto;
box-shadow: 0 30px 50px rgba(0, 0, 0, 0.2);
position: relative;
}

.villa_modal_close {
position: absolute;
top: 16px;
right: 20px;
background: none;
border: none;
font-size: 1.5rem;
cursor: pointer;
color: #5f6b7a;
line-height: 1;
}

.villa_amenity_room {
margin-bottom: 24px;
}

.villa_amenity_room h4 {
font-size: 1rem;
font-weight: 600;
color: #1e293b;
margin-bottom: 12px;
}

.villa_amenity_list {
display: flex;
flex-wrap: wrap;
gap: 12px;
}

.villa_amenity_tag {
background: #f0f4fe;
padding: 6px 14px;
border-radius: 20px;
font-size: 0.85rem;
color: #1e3b5c;
}

.villa_divider {
border: none;
border-top: 1px solid #edf2f7;
margin: 16px 0;
}

.villa_section_title {
font-weight: 600;
font-size: 1.2rem;
margin-bottom: 16px;
}

/* СЕТКА: два блока в ряд по 780px */
.property_page_two_columns {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* КАЖДАЯ КАРТОЧКА — 780px */
.property_page_col {
    position: sticky;
    top: 110px;
    width: calc(50% - 10px);
    height: min-content;
}

.property_page_col_left_widht {
    width: calc(65% - 10px);
}

.property_page_col_right_widht {
    width: calc(35% - 10px);
}

/* общие заголовки */
.property_page_block_title {
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    color: #6b6b6b;
    margin-bottom: 20px;
}

/* ========= ЛЕВЫЙ БЛОК: КАРТОЧКА ОБЪЕКТА (БЛОГ) ========= */
.property_page_info_combined {
    border: 1px solid #eaeaea;
    border-radius: 28px;
    padding: 18px 22px;
    margin-bottom: 24px;
}

.property_page_location_line {
    font-size: 1.28rem;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.property_page_amenities_row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 15px;
}

.property_page_amenity_item {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    font-size: 0.85rem;
    color: #2c2c2c;
}

.property_page_amenity_number {
    font-weight: 700;
    font-size: 1rem;
    color: #000;
}

.property_page_amenity_label {
    font-weight: 400;
    color: #6f6f6f;
    font-size: 0.75rem;
    letter-spacing: 0.2px;
}

.property_page_sub_block {
    background: #ffffff;
    border-radius: 28px;
    border: 1px solid #ececec;
    padding: 20px 24px;
    margin-bottom: 24px;
}

.property_page_sub_block:last-child {
    margin-bottom: 0;
}

/* хозяин */
.property_page_host_section {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.property_page_avatar {
    width: 60px;
    height: 60px;
    background: #e6e6e6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    outline: 1px solid #e0e0e0;
}

.property_page_avatar_inner {
    font-size: 1.6rem;
    font-weight: 500;
    color: #3b3b3b;
}

.property_page_host_name {
    font-size: 1.2rem;
    font-weight: 700;
    color: #000;
    letter-spacing: -0.2px;
    margin-bottom: 4px;
}

.property_page_host_meta {
    font-size: 0.8rem;
    color: #5f5f5f;
}

/* ключевые особенности */
.property_page_feature_item {
    margin-bottom: 20px;
}

.property_page_feature_item:last-child {
    margin-bottom: 0;
}

.property_page_feature_title {
    font-weight: 700;
    font-size: 0.95rem;
    color: #111;
    margin-bottom: 4px;
}

.property_page_feature_desc {
    font-size: 0.8rem;
    color: #6a6a6a;
    line-height: 1.4;
}

/* ========= ПРАВЫЙ БЛОК: БРОНИРОВАНИЕ ========= */
.property_page_price_column {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: baseline;
    margin-bottom: 28px;
}

.property_page_price_row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px 12px;
}

.property_page_total_price {
    font-size: 2.2rem;
    font-weight: 800;
    color: #000;
    letter-spacing: -1.5px;
}

.property_page_total_nights {
    font-size: 1rem;
    font-weight: 500;
    color: #3a3a3a;
}

.property_page_per_night {
    font-size: 0.9rem;
    color: #7a7a7a;
    margin-left: 4px;
}

.property_page_dates_row {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
}

.property_page_date_field {
    flex: 1;
}

.property_page_booking_label {
    font-size: 0.7rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #4a4a4a;
    margin-bottom: 6px;
    display: block;
}

.property_page_date_input {
    width: 100%;
    background: #fafafa;
    border: 1px solid #e2e2e2;
    border-radius: 24px;
    padding: 12px 16px;
    font-size: 0.9rem;
    font-family: inherit;
    color: #1f1f1f;
}

.property_page_date_input:focus {
    outline: none;
    border-color: #a0a0a0;
    background: #fff;
}

.property_page_booking_field {
    margin-bottom: 20px;
}

select.property_page_booking_select {
    width: 100%;
    background: #fafafa;
    border: 1px solid #e2e2e2;
    border-radius: 28px;
    padding: 12px 16px;
    font-size: 0.95rem;
    font-family: inherit;
    color: #1f1f1f;
    cursor: pointer;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>');
    background-repeat: no-repeat;
    background-position: right 16px center;
}

.property_page_booking_btn {
    width: 100%;
    background: #000000;
    border: none;
    border-radius: 44px;
    padding: 16px 20px;
    font-size: 1rem;
    font-weight: 600;
    color: white;
    cursor: pointer;
    transition: 0.2s;
    font-family: inherit;
    margin-top: 12px;
}

.property_page_booking_btn:hover {
    background: #2c2c2c;
}

.property_page_info_note {
    font-size: 0.7rem;
    color: #8a8a8a;
    margin-top: 20px;
    text-align: center;
    border-top: 1px solid #ececec;
    padding-top: 16px;
}



.property_page_description_text {
    font-size: 0.95rem;
    line-height: 1.55;
    color: #1f1f1f;
}

.property_page_description_text p {
    margin-bottom: 1em;
}

.property_page_description_text p:last-child {
    margin-bottom: 0;
}

/* ========= БЛОК УДОБСТВ ========= */
.property_page_amenities_wrapper {
    position: relative;
}

.property_page_amenities_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 20px;
    overflow-y: hidden;
    transition: max-height 0.3s ease;
}

.property_page_amenity_item_flex {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.9rem;
    color: #1a1a1a;
    padding: 4px 0;
}

.property_page_amenity_icon {
    width: 24px;
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    color: #2c2c2c;
}

.property_page_amenity_name {
    flex: 1;
}

.property_page_show_more_btn {
    display: block;
    width: 100%;
    background: transparent;
    border: 1px solid #e0e0e0;
    border-radius: 44px;
    padding: 12px 20px;
    margin-top: 24px;
    font-size: 0.85rem;
    font-weight: 500;
    color: #1f1f1f;
    cursor: pointer;
    transition: 0.2s;
    font-family: inherit;
    text-align: center;
}

.property_page_show_more_btn:hover {
    background: #f5f5f5;
    border-color: #c0c0c0;
}

.property_page_show_more_btn.property_page_hidden {
    display: none;
}

/* ========= БЛОК ОТЗЫВОВ ========= */
.property_page_reviews_block {
    background: #ffffff;
    border-radius: 32px;
    box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08);
    margin-top: 24px;
}

.property_page_reviews_inner {
    padding: 28px 28px 32px 28px;
}

.property_page_reviews_layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 2rem;
}

.property_page_rating_panel {
    background: #f9f9f9;
    border-radius: 24px;
    padding: 1.5rem;
    border: 1px solid #eaeaea;
}

.property_page_total_score {
    text-align: center;
    margin-bottom: 1.5rem;
}

.property_page_total_score__number {
    font-size: 2.8rem;
    font-weight: 800;
    color: #000;
    line-height: 1;
}

.property_page_total_score__stars i {
    color: #fbbf24;
    font-size: 0.9rem;
    margin: 0 1px;
}

.property_page_total_score__count {
    font-size: 0.75rem;
    color: #6f6f6f;
    margin-top: 0.3rem;
}

.property_page_rating_bars__item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.8rem;
    font-size: 0.8rem;
}

.property_page_rating_bars__label {
    width: 48px;
    font-weight: 500;
    color: #4a4a4a;
    display: flex;
    align-items: center;
    gap: 4px;
}

.property_page_rating_bars__label i {
    color: #fbbf24;
    font-size: 0.7rem;
}

.property_page_rating_bars__line {
    flex: 1;
    height: 6px;
    background: #e8e8e8;
    border-radius: 20px;
    overflow: hidden;
}

.property_page_rating_bars__fill {
    height: 100%;
    background: #fbbf24;
    border-radius: 20px;
    width: 0%;
}

.property_page_rating_bars__count {
    width: 32px;
    text-align: right;
    font-weight: 500;
    color: #4a4a4a;
    font-size: 0.75rem;
}

.property_page_reviews_list_scroll {
    overflow-y: auto;
    max-height: 500px;
    padding-right: 0.5rem;
}

.property_page_reviews_list_scroll::-webkit-scrollbar {
    width: 4px;
}

.property_page_reviews_list_scroll::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 10px;
}

.property_page_reviews_list_scroll::-webkit-scrollbar-thumb {
    background: #c0c0c0;
    border-radius: 10px;
}

.property_page_review_card {
    background: #ffffff;
    border-radius: 20px;
    padding: 1.2rem;
    border: 1px solid #ececec;
    margin-bottom: 1rem;
}

.property_page_review_card:last-child {
    margin-bottom: 0;
}

.property_page_review_card__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0.7rem;
}

.property_page_review_card__author {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.property_page_review_card__avatar {
    width: 40px;
    height: 40px;
    background: #e6e6e6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #4a4a4a;
}

.property_page_review_card__name {
    font-weight: 700;
    color: #000;
}

.property_page_review_card__date {
    font-size: 0.7rem;
    color: #8a8a8a;
}

.property_page_review_card__stars i {
    font-size: 0.75rem;
    color: #fbbf24;
}

.property_page_review_card__stars i.far {
    color: #e0e0e0;
}

.property_page_review_card__text {
    color: #4a4a4a;
    line-height: 1.5;
    font-size: 0.9rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0.7rem 0 0.4rem 0;
}

.property_page_review_card__readmore {
    background: none;
    border: none;
    color: #6b6b6b;
    font-weight: 500;
    font-size: 0.8rem;
    cursor: pointer;
    padding: 0;
    font-family: inherit;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.property_page_review_card__readmore:hover {
    color: #000;
    text-decoration: underline;
}

.property_page_btn_all_reviews {
    background: transparent;
    border: 1px solid #e0e0e0;
    padding: 0.6rem 1.8rem;
    border-radius: 60px;
    font-weight: 600;
    color: #2c2c2c;
    cursor: pointer;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: inherit;
    font-size: 0.85rem;
    margin-top: 1.2rem;
    display: block;
}

.property_page_btn_all_reviews:hover {
    background: #f5f5f5;
    border-color: #a0a0a0;
}

/* Модальное окно */
.property_page_modal_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(6px);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.property_page_modal_overlay--active {
    display: flex;
}

.property_page_modal_container {
    background: white;
    max-width: 750px;
    width: 100%;
    height: 85vh;
    max-height: 85vh;
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.property_page_modal_container__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.2rem 1.5rem;
    border-bottom: 1px solid #ececec;
    background: white;
    flex-shrink: 0;
}

.property_page_modal_container__header h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.property_page_modal_container__close {
    background: none;
    border: none;
    font-size: 1.8rem;
    cursor: pointer;
    color: #8a8a8a;
    line-height: 1;
}

.property_page_modal_container__close:hover {
    color: #000;
}

.property_page_modal_container__reviews {
    flex: 1;
    overflow-y: auto;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.property_page_modal_review_card {
    background: #fefefe;
    border-radius: 20px;
    padding: 1.2rem;
    border: 1px solid #ececec;
}

.property_page_modal_review_card__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0.7rem;
}

.property_page_modal_review_card__author {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.property_page_modal_review_card__avatar {
    width: 40px;
    height: 40px;
    background: #e6e6e6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #4a4a4a;
}

.property_page_modal_review_card__name {
    font-weight: 700;
    color: #000;
}

.property_page_modal_review_card__date {
    font-size: 0.7rem;
    color: #8a8a8a;
}

.property_page_modal_review_card__stars i {
    font-size: 0.75rem;
    color: #fbbf24;
}

.property_page_modal_review_card__text {
    color: #4a4a4a;
    line-height: 1.55;
    font-size: 0.9rem;
    margin-top: 0.7rem;
}

@media (max-width: 1640px) {
    .property_page_two_columns {
        justify-content: center;
    }
}

@media (max-width: 820px) {
    .property_page_col {
        flex: 0 0 100%;
        max-width: 100%;
        position: static;
    }

    .property_page_dates_row {
        flex-direction: column;
        gap: 12px;
    }

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

    .property_page_reviews_layout {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

/* ========== ОСНОВНОЙ БЛОК ========== */
.azr_property-card {
    margin: 0 auto;
    outline: var(--outline-1px-gray);
    max-width: 1600px;
    width: 100%;
    min-height: 340px;
    background: #ffffff;
    border-radius: 36px;
    /* box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.08), 0 8px 20px -8px rgba(0, 32, 64, 0.06); */
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

/* .azr_property-card:hover {
    /* box-shadow: 0 30px 60px -14px rgba(0, 0, 0, 0.12), 0 12px 28px -8px rgba(0, 56, 108, 0.08);
} */

/* Левая секция */
.azr_property-info {
    flex: 1 1 60%;
    padding: 32px 40px 32px 44px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
    background: #ffffff;
    position: relative;
}

.azr_property-header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.azr_title-block {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.azr_property-title {
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: -0.5px;
    color: #0b1e33;
    line-height: 1.2;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.azr_property-location {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f0f4fe;
    padding: 6px 18px 6px 14px;
    border-radius: 40px;
    font-size: 0.95rem;
    font-weight: 500;
    color: #1e3b5c;
    white-space: nowrap;
}

/* Микро-строка: юнит комплекса */
.azr_complex-reference {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8rem;
    color: #7c8da5;
    margin-top: 2px;
    padding-left: 2px;
}

.azr_complex-link {
    color: #1e3b5c;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px dashed #bcc9dd;
    transition: border-color 0.2s;
}

.azr_complex-link:hover {
    border-bottom-color: #0b1e33;
}

/* Переключатели */
.azr_toggle-triggers {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 8px;
    background: #f5f7fc;
    border-radius: 40px;
    padding: 4px;
    flex-shrink: 0;
}

.azr_toggle-btn {
    background: transparent;
    border: none;
    border-radius: 30px;
    padding: 8px 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #475569;
    cursor: pointer;
    transition: all 0.25s ease;
    white-space: nowrap;
}

.azr_toggle-btn.azr_active-trigger {
    background: #ffffff;
    color: #0b1e33;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(0, 32, 64, 0.05);
    font-weight: 600;
}

.azr_toggle-btn:hover {
    color: #0b1e33;
    background: rgba(255, 255, 255, 0.6);
}

/* Контентная зона */
.azr_content-area {
    position: relative;
    min-height: 110px;
    margin-top: 6px;
}

.azr_content-pane {
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: opacity 0.28s cubic-bezier(0.23, 1, 0.32, 1),
        transform 0.32s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
}

.azr_content-pane.azr_description-pane {
    opacity: 0;
    transform: translateX(-14px);
    pointer-events: none;
}

.azr_content-pane.azr_features-pane {
    opacity: 0;
    transform: translateX(14px);
    pointer-events: none;
}

.azr_content-pane.azr_active {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
    position: relative;
}

.azr_description-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #334155;
    max-width: 90%;
    margin-bottom: 4px;
    font-weight: 400;
    letter-spacing: -0.2px;
}

.azr_features-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 36px;
    align-items: center;
    margin-top: 6px;
}

.azr_feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
    font-weight: 500;
    color: #1e293b;
    background: transparent;
}


.azr_feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #f0f4ff;
    border-radius: 14px;
    color: #1e3a6b;
    stroke: #1e3a6b;
}

.azr_feature-icon svg {
    width: 20px;
    height: 20px;
    stroke-width: 1.8;
    fill: none;
}

/* Правая секция */
.azr_property-action {
    flex: 0 1 34%;
    background: #fafbfd;
    background-image: radial-gradient(circle at 100% 0%, rgba(230, 240, 255, 0.3) 0%, transparent 55%);
    padding: 32px 40px 32px 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    border-left: 1px solid rgba(0, 0, 0, 0.04);
}

.azr_price-block {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.azr_price-main {
    font-size: 2.8rem;
    font-weight: 650;
    letter-spacing: -1px;
    color: #0c1e34;
    line-height: 1.1;
}

.azr_price-detail {
    font-size: 0.9rem;
    color: #536b87;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.azr_price-detail span {
    background: #edf2f9;
    padding: 4px 12px;
    border-radius: 20px;
    font-weight: 500;
}

.azr_cta-button {
    background: #0f2742;
    border: none;
    color: white;
    font-weight: 600;
    font-size: 1.05rem;
    padding: 16px 28px;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 8px 18px rgba(11, 30, 51, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: 4px;
}

.azr_cta-button:hover {
    background: #122d4a;
    box-shadow: 0 12px 24px rgba(11, 30, 51, 0.2);
    transform: scale(1.01);
}

/* Адаптивность */
@media (max-width: 1000px) {
    .azr_property-card {
        flex-direction: column;
    }

    .azr_property-action {
        border-left: none;
        border-top: 1px solid rgba(0, 0, 0, 0.04);
        padding: 28px 32px;
    }

    .azr_property-info {
        padding: 28px 32px;
    }

    .azr_property-title {
        font-size: 2rem;
    }
}

@media (max-width: 550px) {
    .azr_property-title {
        font-size: 1.6rem;
    }

    .azr_toggle-btn {
        padding: 6px 12px;
        font-size: 0.8rem;
    }

    .azr_price-main {
        font-size: 2.2rem;
    }

    .azr_complex-reference {
        font-size: 0.75rem;
    }
}

._x7Kp_unit-card {
    width: auto;
    background: #ffffff;
    border-radius: 36px;
    /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06), 0 6px 16px rgba(0, 32, 64, 0.04); */
    overflow: hidden;
    /* transition: box-shadow 0.3s ease, transform 0.2s ease; */
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

/* ._x7Kp_unit-card:hover {
    /* box-shadow: 0 28px 50px rgba(0, 0, 0, 0.1), 0 10px 24px rgba(0, 56, 108, 0.06); */
/* transform: translateY(-4px);
} */

._x7Kp_card-image {
    width: 100%;
    height: 360px;
    position: relative;
    overflow: hidden;
}

._x7Kp_card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0 !important;
}

._x7Kp_image-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(8px);
    padding: 6px 16px;
    border-radius: 22px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #0b1e33;
    letter-spacing: 0.3px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
    z-index: 2;
}

._x7Kp_card-info {
    padding: 20px 22px 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

._x7Kp_card-price {
    font-size: 1.5rem;
    font-weight: 650;
    color: #0c1e34;
    line-height: 1.1;
    letter-spacing: -0.4px;
}

._x7Kp_card-price span {
    font-weight: 500;
    font-size: 0.9rem;
    color: #687e9b;
    margin-right: 6px;
}

._x7Kp_card-title {
    font-size: 1.15rem;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.35;
    letter-spacing: -0.2px;
    word-break: break-word;
}

._x7Kp_card-features {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    align-items: center;
    margin-top: 4px;
}

._x7Kp_feature-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    font-weight: 500;
    color: #334155;
}

._x7Kp_feature-item svg {
    width: 18px;
    height: 18px;
    stroke: #5e7188;
    fill: none;
    stroke-width: 1.8;
    flex-shrink: 0;
}

.swiper-propety-cards-pagination {
    margin-top: 18px;
    position: static !important;
}

@media (max-width: 400px) {
    ._x7Kp_unit-card {
        width: 300px;
    }

    ._x7Kp_card-image {
        height: 300px;
    }
}

.decoration-circleasd {
    position: absolute;
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #f6f7f9 0%, #e9ecf1 100%);
    border-radius: 50%;
    top: -30px;
    right: 50px;
    z-index: 1;
}

.content-blockasd {
    position: relative;
}

.intro-textasd {
    font-size: 20px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 40px;
    max-width: 80%;
}

.highlight-wordasd {
    font-weight: 700;
    color: #111;
    position: relative;
    display: inline-block;
}

.highlight-wordasd:after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 8px;
    background: rgba(0, 123, 255, 0.2);
    z-index: -1;
    border-radius: 4px;
}

.dashed-dividerasd {
    height: 1px;
    background: repeating-linear-gradient(to right, #ddd 0%, #ddd 50%, transparent 50%, transparent 100%);
    background-size: 16px 1px;
    margin: 40px 0;
}

.feature-columnsasd {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.featureasd {
    padding: 10px;
}

.feature-numberasd {
    font-size: 20px;
    font-weight: 900;
    color: var(--primary);
    margin-bottom: 12px;
    letter-spacing: 1px;
}

.featureasd p {
    font-size: 17px;
    line-height: 1.5;
    color: var(--primary);
    margin: 0;
}

.containersdf {
    max-width: 1200px;
    margin: 40px auto;
    background: #fff;
    padding: 20px;
    border-radius: 36px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.container-search {
    max-width: max-content;
    background: #fff;
    padding: 10px;
    border-radius: 36px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgb(221, 221, 221);
}

.button-search {
    background-color: var(--primary);
    color: rgb(255, 255, 255);
    border: none;
    padding: 14px 20px;
    border-radius: 36px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}

.filter-search {
    width: max-content;
    background-color: white;
    color: #000000;
    border: none;
    padding: 10px;
    border-radius: 26px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgb(221, 221, 221);
}

.properties-grid-rent {
    margin: 0 auto;
    margin-top: 20px;
    max-width: var(--max-width);
    gap: 10px;
    background-color: white;
    border-radius: 46px;
    padding: 10px;
    outline: 1px solid rgb(221, 221, 221);

    /* Новые стили для grid */
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    justify-content: center;
}

.card-rent {
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    margin: 0 auto;
    /* Центрирование если в строке одна карточка */
    max-width: 100%;
}

.rentswiper {
    width: 100%;
    height: 300px;
    position: relative;
    transition: all 0.3s ease;
    margin-bottom: 12px;
}

.rent-swiper-pagination span {
    width: 9px;
    outline: 0;
    border: 0;
    height: 9px;
}

.rent-swiper-pagination {
    opacity: 0;
}

.rent-slider::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 25%;
    /* Высота тени */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    z-index: 1;
    /* Тень выше изображения, но ниже пагинации */
    border-radius: 0 0 36px 36px;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 36px;
}

/* Стили для навигации (появляются при наведении) */
.swiper-button-next,
.swiper-button-prev {
    color: black;
    background: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    /* Начальное состояние: прозрачные и спрятаны */
    /* opacity: 0; */
    /* visibility: hidden; */
    transition: all 0.27s ease;
    /* Центрирование */
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
    display: none;
}

.card-rent:hover .swiper-button-next,
.card-rent:hover .swiper-button-prev {
    opacity: 1;
    visibility: visible;
}

.card-rent:hover .rent-swiper-pagination {
    opacity: 1;
}

/* .swiper-pagination-title {

} */

.swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: white;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 11px !important;
    font-weight: 600;
}

.property-swiper-block {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.property-images-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: calc(50% - 10px);
}

.property-images-block img {
    width: 100%;
    height: 100%;
    border-radius: var(--radius-sm);
}

.property-slider,
.property-slider * {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/* Запрет выделения при клике на стрелки навигации */
.property-slider .swiper-button-next,
.property-slider .swiper-button-prev {
    user-select: none;
    -webkit-user-select: none;
}

/* Убираем синюю подсветку при тапе на мобилках */
.property-slider .swiper-slide {
    -webkit-tap-highlight-color: transparent;
}

.property-slider {
    margin: 0 !important;
    width: calc(50% - 10px);
    height: 650px;
    margin: 0 auto;
    border-radius: 21px;
    overflow: hidden;
}

/* Слайды propertySlider */
.property-slider .swiper-slide {
    border-radius: 21px;
    overflow: hidden;
    cursor: pointer;
}

/* Изображения внутри слайдов */
.property-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 650px !important;
    border-radius: 21px;
    transition: transform 0.2s ease;
}

/* Прелоадер для ленивой загрузки */
.property-slider .swiper-lazy {
    background: #2c2c3a;
}

.property-slider .swiper-lazy-loaded {
    background: transparent;
}

/* Стрелки навигации propertySlider */
.property-slider .swiper-button-next,
.property-slider .swiper-button-prev {
    color: white;
    background: rgba(0, 0, 0, 0.5);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transition: 0.2s;
}

.property-slider .swiper-button-next:hover,
.property-slider .swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.8);
}

.property-slider .swiper-button-next:after,
.property-slider .swiper-button-prev:after {
    font-size: 20px;
    font-weight: bold;
}

.search-counter {
    max-width: var(--max-width);
    width: 100%;
    margin: 0 auto;
    color: var(--primary);
    font-size: 24px;

}

.info-block-rent {
    color: #6a6a6a;
    font-size: 16px;
    margin: 0 7px;
}

.info-block-rent p {
    margin: 5px 0;
    text-align: left;
}

.inputscheks {
    border-radius: 26px;
    /* background-color: #f7f7f7; */
    /* padding: 14px 20px; */
    outline: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    font-size: 14px;

}

.inputscheksbuttonhelp {
    background: none;
    border: 0;
    padding: 0;
    color: rgb(106, 106, 106);
    cursor: pointer;


}

.inputscheksbuttonhelp:focus-visible {
    border: 0;
    outline: 0;
}

.inputscheks:focus {
    outline: none;
    border: none;
}

.inputscheksspan1 {
    font-size: 14px;
    color: black;
    font-weight: 600;
    line-height: 1.6;
}

.inputscheksspan2 {
    color: #6a6a6a;
}

.button-guets {
    border-radius: 26px;
    background-color: transparent;
    outline: none;
    border: none;
    color: #6a6a6a;
    cursor: pointer;
    margin-right: 50px;
    display: flex;
    flex-direction: column;
}

.palochka {
    width: 1px;
    height: 32px;
    background-color: #dddddd;
}

.bbutnsplusminus {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: center;
}

.bbutnsplusminus button {
    border-radius: 26px;
    border: 0;

    background-color: var(--primary);
}

.bbutnsplusminus svg {
    fill: white !important;
}

.flexgap10pxdas {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.search-bar {
    display: flex;
    flex-wrap: wrap;
    /* gap: 10px; */
    align-items: center;
    justify-content: center;
}

.guests-dropdown {
    position: relative;
    /* Можно оставить для кнопки */
}


.district-dropdown {
    position: relative;
    display: inline-block;
}


.district-options {
    margin-top: 25px;
    display: none;
    position: absolute;
    top: 110%;
    left: 0;
    border-radius: 36px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    z-index: 999;
    padding: 10px;
    width: 160px;
    transition: opacity 0.2s ease, transform 0.2s ease;
    background: white;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    gap: 3px;
}

.district-options button {
    background: none;
    border: none;
    padding: 10px 16px;
    width: 100%;
    text-align: left;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
}

.district-options button:hover {
    background-color: #e6e6e6;
    border-radius: 26px;
}

.district-dropdown.open .district-options {
    display: block;
}

/* Стрелки, но теперь они нужно сделать не через псевдоэлементы родителя,
   а лучше через отдельный элемент внутри выпадающего контента,
   так как теперь дропдаун в body и не внутри .guests-dropdown */

/* Добавь внутри guests-dropdown-content элемент для стрелки, например:
   <div class="dropdown-arrow"></div>
*/

/* Стили стрелки */
.detached-guests-content {
    margin-top: 25px;
    background: #fff;
    padding: 10px;
    border-radius: 36px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
    flex-direction: column;
    display: flex;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    z-index: 1000;
    animation-fill-mode: forwards;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.detached-guests-content.open {
    animation: fpFadeInDown 300ms cubic-bezier(.23, 1, .32, 1);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.detached-guests-content.closing {
    animation: fpFadeOutUp 200ms ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

/* Стрелка дропдауна */
.district-options .dropdown-arrow,
.detached-guests-content .dropdown-arrow {
    position: absolute;
    width: 0;
    height: 0;
    left: 25px !important;
    top: -4px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    pointer-events: none;
    z-index: 1001;
}


/* Если нужно, чтобы стрелка исчезала при закрытии */
.detached-guests-content.closing .dropdown-arrow {
    opacity: 0;
    transition: opacity 200ms ease;
}


/* Анимации */
@-webkit-keyframes fpFadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fpFadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fpFadeOutUp {
    from {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(0, -20px, 0);
    }
}



.dropdown-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0;
    gap: 10px;
    padding: 5px;
}

.dropdown-group button {
    padding: 10px;
}

#no-results {
    margin-top: 20px;
    padding: 15px;
    background: #fff3f3;
    border: 1px solid #ffcccc;
    border-radius: 36px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 90%;
    max-width: 400px;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
    position: absolute;
    display: block;
    pointer-events: none;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    left: 35px !important;
}

.flatpickr-calendar {
    margin-top: 44px;
    border-radius: 36px !important;
    border: 0 !important;
    width: auto !important;
    padding: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    background: var(--primary);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: var(--primary);
}



.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
    top: 7px !important;
}

/* ===== devpage- префикс для всех кастомных классов ===== */
.devpage-card {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    background: #ffffff;
    border-radius: 2.5rem;
    padding: 3rem 2.5rem;
    max-width: 580px;
    width: 100%;
    box-shadow:
        0 20px 40px -12px rgba(0, 0, 0, 0.06),
        0 8px 24px -8px rgba(0, 0, 0, 0.04),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.devpage-card:hover {
    transform: translateY(-4px);
    box-shadow:
        0 28px 50px -14px rgba(0, 0, 0, 0.08),
        0 12px 30px -10px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.03);
}

.devpage-icon-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.devpage-construction-icon {
    background: #f1f5f9;
    width: 88px;
    height: 88px;
    border-radius: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.8rem;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.03);
    position: relative;
    transition: all 0.2s ease;
}

.devpage-pulse-dot {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 16px;
    height: 16px;
    background: #38bdf8;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(56, 189, 248, 0.5);
    animation: devpage-pulse-wave 2.4s infinite;
    border: 2px solid white;
}

@keyframes devpage-pulse-wave {
    0% {
        box-shadow: 0 0 0 0 rgba(56, 189, 248, 0.5);
    }
    70% {
        box-shadow: 0 0 0 14px rgba(56, 189, 248, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(56, 189, 248, 0);
    }
}

.devpage-title {
    font-size: 2.1rem;
    font-weight: 600;
    letter-spacing: -0.5px;
    color: #0f172a;
    margin-bottom: 0.9rem;
    line-height: 1.2;
}

.devpage-subtitle {
    font-size: 1.1rem;
    font-weight: 400;
    color: #475569;
    margin-bottom: 1.8rem;
    line-height: 1.6;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.devpage-progress-section {
    background: #f1f5f9;
    border-radius: 3rem;
    padding: 0.65rem 1.4rem;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 2rem;
    color: #334155;
    font-weight: 500;
    font-size: 0.95rem;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.02);
}

.devpage-progress-bar-bg {
    width: 90px;
    height: 6px;
    background: #e2e8f0;
    border-radius: 20px;
    overflow: hidden;
}

.devpage-progress-fill {
    width: 67%;
    height: 100%;
    background: #38bdf8;
    border-radius: 20px;
    box-shadow: 0 0 8px rgba(56, 189, 248, 0.6);
    transition: width 0.5s ease;
}

.devpage-notify-btn {
    background: #0f172a;
    color: white;
    border: none;
    padding: 0.9rem 2.4rem;
    border-radius: 3rem;
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: 0.2px;
    cursor: pointer;
    background: #1e293b;
    transition: all 0.25s ease;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08);
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 0.4rem;
}

.devpage-notify-btn:hover {
    background: #0f172a;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.15);
    transform: translateY(-2px);
}

.devpage-notify-btn:active {
    transform: translateY(0);
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.1);
}

.devpage-footer-note {
    margin-top: 2rem;
    font-size: 0.85rem;
    color: #94a3b8;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    flex-wrap: wrap;
}

.devpage-footer-note span {
    background: #f8fafc;
    padding: 0.25rem 0.9rem;
    border-radius: 30px;
    color: #64748b;
}

/* Адаптивность */
@media (max-width: 480px) {
    .devpage-card {
        padding: 2.2rem 1.5rem;
        border-radius: 2rem;
    }
    .devpage-title {
        font-size: 1.8rem;
    }
    .devpage-subtitle {
        font-size: 1rem;
    }

    .service-btn {
        padding: 10px 10px;
    }
    .partners-grid {
        grid-template-columns: 1fr;
    }

    .partner-card {
        padding: 25px;
        min-height: 80px;
    }

    .partner-name {
        font-size: 18px;
    }
}

/* Адаптив для propertySlider */
@media (max-width: 640px) {

    .property-slider .swiper-button-next,
    .property-slider .swiper-button-prev {
        width: 32px;
        height: 32px;
    }

    .property-slider .swiper-button-next:after,
    .property-slider .swiper-button-prev:after {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .card {
        width: 100% !important;
    }

    .baseblock {
        padding: 15px;
    }

    .villa_main {
        padding: 15px;
    }
    .service-btn p {
        display: none;
    }

    .property-images-block {
        display: none;
    }

    .property-slider {
        width: 100%;
    }

    .footer-container_x9k3 {
        padding: 20px;
        border-radius: 36px;
        gap: 30px;
    }

    .footer-top_7f2m {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .sdaasdsadfcvertf {
        width: auto;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-content: center;
        justify-content: space-between;
    }

    .asdasdsdfgweaas {
        width: auto;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-content: center;
    }

    .asdasdqweferga {
        width: auto;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-content: flex-start;
        margin-top: 20px;
    }

    .asdergfasdertf {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 15px;
    }


    .footer-middle_j6d4 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .footer-bottom_k7b3 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        color: white;
    }

    .ml16asdasdaasde3 {
        margin-left: 16px;
    }

    .policy-links_g9d1 {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        gap: 9px;
    }

    .nav-links_r5t8 {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-content: center;
        flex-wrap: wrap;
        gap: 7px;
        margin-top: 15px;
    }

    .nav-links_r5t8 a {
        text-align: center;
    }

    .apodval {
        color: white;
        text-decoration: none;
        font-weight: 400;
        font-size: 18px;
        font-style: normal;
        /* font-family: "Cal Sans", sans-serif !important; */
    }

    .modern-cardasd {
        padding: 40px 30px;
        border-radius: 40px;
    }

    .creative-titleasd {
        font-size: 48px;
    }

    .intro-textasd {
        max-width: 100%;
        font-size: 18px;
    }

    .feature-columnsasd {
        grid-template-columns: 1fr;
    }

    .mobile-filters-btn {
        display: block;
    }

    .filters-row {
        display: none;
    }

    .header-section h1 {
        font-size: 32px !important;
    }

    .filter-row {
        flex-direction: column;
        gap: 15px;
    }

    .filter-group {
        min-width: 100%;
    }

    .results-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .action-buttons {
        flex-direction: column;
        align-items: center;
    }

    .btn {
        width: 100%;
    }


    .title-heading {
        font-size: 32px;
    }

    .list-view {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important;
    }

    .card {
        max-width: none;
    }

    .projectvillsaapart {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        margin-bottom: 20px;
        align-items: flex-start;
    }

    .hero-club {
        padding: 40px 20px;
        text-align: center;
    }

    .membership-card {
        width: 100%;
        max-width: 350px;
    }

    .condition-card {
        padding: 30px 20px;
    }

    .condition-badge {
        top: 15px;
        right: 15px;
    }

    .services-grid {
        grid-template-columns: 1fr !important;
        margin: 0 auto 50px;
    }

    .news-image {
        height: 200px;
    }

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

}

@media (max-width: 1024px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .spac {
        display: none;
    }
}

@media (min-width: 1024px) {


    .hamburger {
        display: none;
    }
}

@media (max-width: 1100px) {
    .project-promo-block {
        border-radius: 21px;
        max-width: 1600px;
        margin: 0 auto;
        font-family: 'Arial', sans-serif;
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        gap: 20px;
    }

    .project-content {
        max-width: none;
        width: 100%;
        padding: 20px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        background: white;
        border-radius: 21px;
    }

    .project-image {
        max-width: none;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width:1200px) {
    .container33 {
        flex-direction: column-reverse;
    }

    .form-blockk,
    .image-blockk {
        width: 100%;
    }

}

@media (max-width: 1699px) {
    .card {
        width: calc(50% - 10px);
    }
}

@media (min-width: 1700px) {
    .card {
        max-width: calc(50% - 10px);
    }
}