.property-card{background:#fff;border-radius:24px;overflow:hidden;cursor:pointer;display:flex;flex-direction:column;border:1px solid rgba(0,0,0,.05);width:100%;height:100%;transition:none}.property-image-container{height:180px;background-color:#fff;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}@media(min-width:800px){.property-image-container{height:220px}}.property-image-container .property-plan{width:100%;height:100%;object-fit:contain;background:#fff;padding:15px;mix-blend-mode:multiply}.property-info{padding:30px 18px 18px;display:flex;flex-direction:column;gap:4px;flex:1 1;background:#f0f1f5;min-height:130px}.property-main-row{justify-content:flex-start;gap:12px;margin-bottom:4px}.price-block,.property-main-row{display:flex;align-items:baseline}.price-block{flex-direction:row;gap:8px}.property-price{font-size:19px;font-weight:800;color:var(--price-color);line-height:1.1}.property-old-price{font-size:14px;color:#8e8e93;text-decoration:line-through}.property-details{display:flex;align-items:center;flex-wrap:wrap;gap:4px;font-size:15px;font-weight:600;color:#000;margin-bottom:2px}.property-complex{font-size:15px;font-weight:700;color:#000;margin-top:2px}.property-address{font-size:13px;color:#8e8e93;line-height:1.3;font-weight:500;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}