.property-card{background:var(--background-item-color);border-radius:24px;cursor:pointer;display:flex;flex:1 1 auto;flex-direction:column;height:100%;justify-content:space-between;overflow:hidden;transition:box-shadow .4s ease;width:100%}@media (max-width:1199px){.property-card{border-radius:16px}}.property-card .property-card__image-wrapper{flex-shrink:0;height:324px;position:relative}@media (max-width:1199px){.property-card .property-card__image-wrapper{height:221px}}:is(.property-card .property-card__image-wrapper) img{height:100%;object-fit:cover;object-position:center;width:100%}.property-card .property-card__tag{align-items:center;backdrop-filter:blur(50px);background:hsla(37,43%,83%,.01);border:2px solid var(--white-010);border-radius:999px;box-shadow:inset 31.107px 31.107px 330.14px -23.33px hsla(0,0%,100%,.3),inset 24.885px 24.885px 27.996px -31.107px hsla(0,0%,100%,.5);color:var(--title-color);display:flex;font-size:14px;gap:4px;left:16px;line-height:20px;padding:8px 16px;position:absolute;top:18px}@media (max-width:1199px){.property-card .property-card__tag{line-height:18px}}.property-card .property-card__content{display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:32px 16px 24px;row-gap:16px}@media (max-width:1199px){.property-card .property-card__content{padding:24px 8px 16px}}.property-card .property-card__header{align-items:center;color:var(--title-color);display:flex;font-family:var(--font);font-size:24px;font-weight:600;gap:24px;justify-content:space-between;line-height:32px}@media (max-width:1199px){.property-card .property-card__header{font-size:18px;line-height:24px}}.property-card .property-card__title{display:block;max-width:60%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.property-card .property-card__meta{color:var(--text-color);display:flex;flex-direction:column;font-size:16px;font-weight:500;line-height:20px;row-gap:8px}@media (max-width:1199px){.property-card .property-card__meta{font-size:14px;line-height:18px}}.property-card .property-card__location{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.property-card .property-card__meta-item-block{align-items:center;display:flex;gap:32px}@media (max-width:1199px){.property-card .property-card__meta-item-block{align-items:flex-start;flex-direction:column;row-gap:8px}}.property-card .property-card__meta-item{align-items:center;display:flex;gap:8px;padding-block:8px;position:relative}@media (max-width:1199px){.property-card .property-card__meta-item{gap:4px;padding-block:3px}}.property-card .property-card__meta-item:not(:last-of-type):after{background-color:var(--text-body-white);bottom:6px;content:"";position:absolute;right:-15px;top:6px;width:1px}@media (max-width:1199px){.property-card .property-card__meta-item:not(:last-of-type):after{display:none}}.property-card .property-card__key-features{color:var(--title-color);display:flex;flex-direction:column;flex-grow:1;font-size:14px;justify-content:flex-end;line-height:20px;row-gap:16px}@media (max-width:1199px){.property-card .property-card__key-features{row-gap:8px}}.property-card .property-card__key-features-list{align-items:center;display:flex;flex-wrap:nowrap;gap:8px;overflow:hidden}:is(.property-card .property-card__key-features-list)::-webkit-scrollbar{display:none}.property-card .property-card__key-features-list{scrollbar-width:none;-ms-overflow-style:none}:is(.property-card .property-card__key-features-list) li{background-color:var(--background-color);border-radius:999px;flex-shrink:0;padding:8px 16px}.property-card:hover{box-shadow:0 0 40px 0 rgba(0,0,0,.2)}