.special-offers h3{font-size:18px;font-weight:700;margin-bottom:12px;color:var(--text-primary)}.special-offers__tabs{display:flex;gap:4px;padding:4px;margin-bottom:12px;background:var(--bg-secondary,#f3f4f6);border-radius:12px}.special-offers__tab{flex:1 1;padding:8px 12px;border:none;border-radius:9px;background:rgba(0,0,0,0);font-size:14px;font-weight:600;color:var(--text-secondary);cursor:pointer;transition:background .15s ease,color .15s ease}.special-offers__tab--active{background:var(--card-bg,#fff);color:var(--text-primary)}.special-offers__list{display:flex;flex-direction:column;gap:10px}.special-offers__item{width:100%;display:block;text-align:left;background:var(--card-bg,#fff);border:1.5px solid var(--border-color);border-radius:14px;padding:14px 16px;cursor:pointer;transition:border-color .15s ease,background .15s ease}.special-offers__item:hover{border-color:var(--text-secondary)}.special-offers__item--selected{border-color:var(--accent);background:color-mix(in srgb,var(--accent) 6%,var(--card-bg,#fff))}.special-offers__item--selected:hover{border-color:var(--accent)}.special-offers__item--static{cursor:default}.special-offers__item--static:hover{border-color:var(--border-color)}.special-offers__row{display:flex;align-items:center;justify-content:space-between;gap:12px}.special-offers__name{font-size:14px;font-weight:600;line-height:1.35;color:var(--text-primary)}.special-offers__radio{flex-shrink:0;width:22px;height:22px;border-radius:50%;border:1.5px solid var(--border-color);display:flex;align-items:center;justify-content:center;color:#fff}.special-offers__radio svg{width:14px;height:14px}.special-offers__item--selected .special-offers__radio{border-color:var(--accent);background:var(--accent)}.special-offers__benefit{margin-top:8px;font-size:13px;font-weight:600;color:var(--accent)}.special-offers__toggle{display:block;margin-top:8px;padding:0;border:none;background:none;font-size:12px;font-weight:600;color:var(--text-secondary);text-decoration:underline;cursor:pointer}.special-offers__toggle:hover{color:var(--text-primary)}.special-offers__description{margin-top:10px;padding-top:10px;border-top:1px solid var(--border-color);font-size:13px;line-height:1.5;color:var(--text-secondary)}.special-offers__description p{margin:0 0 8px}.special-offers__description p:last-child{margin-bottom:0}.special-offers__description a{color:var(--accent)}.property-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.85);z-index:200000;display:flex;justify-content:center;align-items:flex-end;padding:0;overflow:hidden;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@media(min-width:768px){.property-modal-overlay{justify-content:flex-end;align-items:stretch}}.property-modal-overlay.active{opacity:1;visibility:visible}.property-modal-overlay.active .property-modal-panel{transform:translateY(0)}.property-modal-panel{width:100%;max-width:500px;background:var(--bg-base);border-radius:24px 24px 0 0;position:relative;display:flex;flex-direction:column;transform:translateY(100%);transition:transform .4s cubic-bezier(.2,.9,.3,1);box-shadow:0 -10px 40px rgba(0,0,0,.3);overflow:hidden;flex-shrink:0;max-height:90vh;max-height:90dvh;padding-bottom:env(safe-area-inset-bottom,0)}@media(min-width:768px){.property-modal-panel{max-width:480px;height:100%;max-height:none;border-radius:0;transform:translateX(100%);box-shadow:-20px 0 60px rgba(0,0,0,.3);padding-bottom:0}}.property-modal-header{justify-content:space-between;gap:12px;padding:14px 14px 14px 20px;border-bottom:1px solid var(--border-color)}.property-modal-close,.property-modal-header{display:flex;align-items:center;flex-shrink:0}.property-modal-close{width:36px;height:36px;border-radius:50%;background:rgba(0,0,0,0);border:none;justify-content:center;cursor:pointer;color:var(--text-secondary);box-shadow:none!important;transition:color .2s ease}.property-modal-close svg{width:20px;height:20px;stroke:currentColor;stroke-width:2;stroke-linecap:round}.property-modal-close:hover{color:var(--text-primary)}.property-modal-header-info{display:flex;align-items:baseline;gap:10px;min-width:0;overflow:hidden}.property-modal-header-title{font-size:14px;font-weight:600;color:var(--text-secondary);white-space:nowrap;flex-shrink:0}.property-modal-header-price{font-size:16px;font-weight:800;color:var(--price-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.property-modal-header-old-price{font-size:13px;color:var(--text-secondary);opacity:.5;text-decoration:line-through;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.property-modal-content{flex:1 1;overflow-y:auto;width:100%;position:relative}.prop-detail-left-col{width:100%;display:flex;flex-direction:column;background:#fff!important}.prop-detail-gallery-container{position:relative;width:100%}.prop-detail-gallery-wrapper{width:100%;height:400px;overflow:hidden;border-radius:24px;background:#fff}.prop-detail-gallery{width:100%;height:100%;display:flex;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory;touch-action:pan-x pan-y}.prop-detail-gallery::-webkit-scrollbar{display:none}.prop-detail-gallery .prop-detail-gallery-item{flex:0 0 100%;width:100%;height:100%;scroll-snap-align:center;display:flex;align-items:center;justify-content:center;cursor:zoom-in}.prop-detail-gallery .prop-detail-gallery-item img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block}.prop-modal-arrow{position:absolute;top:50%;transform:translateY(-50%);width:31px;height:31px;border-radius:50%;background:rgba(10,10,12,.55);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid hsla(0,0%,100%,.2);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:20;pointer-events:auto;transition:background .2s,transform .2s}.prop-modal-arrow svg{width:14px;height:14px;pointer-events:none}.prop-modal-arrow:hover{background:hsla(0,0%,100%,.95);color:#000;transform:translateY(-50%) scale(1.05)}.prop-modal-arrow:disabled{opacity:.3;cursor:not-allowed}.prop-modal-arrow:disabled:hover{background:rgba(10,10,12,.55);color:#fff;transform:translateY(-50%)}.prop-modal-arrow.prev{left:12px}.prop-modal-arrow.next{right:12px}.prop-detail-gallery-container .prop-modal-arrow{display:none}@media(min-width:1024px){.prop-detail-gallery-container .prop-modal-arrow{display:flex}}.prop-detail-main .prop-detail-price-row{display:flex;align-items:baseline;flex-wrap:wrap;gap:12px;margin-bottom:8px}.prop-detail-main .prop-detail-price{font-size:clamp(24px,3.2vw,36px);font-weight:800;color:var(--price-color);line-height:1}.prop-detail-main .prop-detail-old-price{font-size:16px;text-decoration:line-through;color:var(--text-secondary);opacity:.5}.prop-detail-main .prop-detail-title{font-size:clamp(17px,2.2vw,24px);font-weight:600;color:var(--text-primary);line-height:1.3}.prop-detail-body{padding:32px 20px 0;display:flex;flex-direction:column}.prop-detail-specs-compact{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));grid-gap:12px;gap:12px;margin-bottom:32px;padding:20px;background:var(--bg-secondary);border-radius:20px}.prop-detail-specs-compact .spec-row{display:flex;flex-direction:column;gap:4px;padding-bottom:8px;border-bottom:1px solid var(--border-color)}.prop-detail-specs-compact .spec-row.full{grid-column:1/-1}.prop-detail-specs-compact .spec-row .spec-label{color:var(--text-secondary);font-size:10px;font-weight:600;text-transform:uppercase;opacity:.6}.prop-detail-specs-compact .spec-row .spec-value{color:var(--text-primary);font-size:15px;font-weight:700}.prop-detail-body .special-offers,.prop-detail-description{margin-bottom:32px}.prop-detail-description h3{font-size:20px;font-weight:700;margin-bottom:16px}.prop-detail-description .prop-description-wrapper{position:relative;transition:max-height .4s ease-out;overflow:hidden}.prop-detail-description .prop-description-wrapper.collapsed{max-height:clamp(130px,25vh,260px)}.prop-detail-description .prop-description-wrapper.collapsed:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:100px;background:linear-gradient(to bottom,transparent,var(--bg-base));pointer-events:none}.prop-detail-description .rich-text-content{font-size:15px;line-height:1.5;color:var(--text-secondary)}.prop-detail-description .rich-text-content p{margin-bottom:16px}.prop-detail-description .description-expand-btn{background:none;border:none;padding:5px 0;color:var(--accent);font-size:15px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:10px}.prop-detail-description .description-expand-btn:after{content:"↓";font-size:20px;transition:transform .3s}.prop-detail-description .description-expand-btn.expanded:after{transform:rotate(180deg)}.prop-detail-footer{position:-webkit-sticky;position:sticky;bottom:0;width:100%;padding:10px;background:var(--bg-base);border-top:1px solid var(--border-color);z-index:50;display:flex;flex-direction:column;gap:12px;margin-top:auto}.prop-detail-footer .k8-btn{width:100%;height:46px;font-size:14px;font-weight:600;border-radius:14px;transition:all .4s cubic-bezier(.16,1,.3,1);cursor:pointer}.prop-detail-footer-secondary{display:flex;flex-direction:column;gap:10px}.prop-detail-btn-secondary{height:52px!important;font-size:14px!important;font-weight:600!important;line-height:1.25!important;text-align:center;white-space:normal;display:flex!important;align-items:center;justify-content:center;text-decoration:none;border-radius:12px!important;border:2px solid #282828!important;color:#fff!important;background:#282828!important;box-shadow:none!important;transition:background .3s ease,color .3s ease,border-color .3s ease!important}.prop-detail-btn-secondary:after{display:none!important}.prop-detail-btn-secondary:hover{background:#fff!important;color:#000!important;border-color:#000!important}.prop-detail-btn-secondary:disabled{opacity:.5;cursor:not-allowed}.property-modal-zoom{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0);z-index:500000;display:flex;justify-content:center;align-items:center;visibility:hidden;transition:background .3s cubic-bezier(.4,0,.2,1),visibility 0s .3s}.property-modal-zoom.active{background:rgba(0,0,0,.98);visibility:visible;transition:background .3s cubic-bezier(.4,0,.2,1),visibility 0s 0s}.property-modal-zoom .zoom-close{position:absolute;top:24px;right:24px;width:54px;height:54px;background:hsla(0,0%,100%,.1);border:none;border-radius:50%;color:#fff;font-size:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.property-modal-zoom .zoom-close svg{width:24px;height:24px;stroke:currentColor;stroke-width:2;stroke-linecap:round}@media(max-width:767px){.property-modal-zoom .zoom-close{width:30px;height:30px}.property-modal-zoom .zoom-close svg{width:14px;height:14px}}.property-modal-zoom .zoom-gallery-container{width:100%;height:100%;display:flex;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;touch-action:pan-x pinch-zoom}.property-modal-zoom .zoom-gallery-container::-webkit-scrollbar{display:none}.property-modal-zoom .zoom-item{flex:0 0 100%;width:100%;height:100%;display:flex;align-items:center;justify-content:center;scroll-snap-align:center;padding:40px}.property-modal-zoom .zoom-item img{max-width:90vw;max-height:90vh;object-fit:contain}.property-modal-zoom .zoom-item img.zoom-img-png{background:#fff;padding:16px;border-radius:8px}.property-modal-zoom .prop-modal-arrow{display:none}@media(min-width:1024px){.property-modal-zoom .prop-modal-arrow{display:flex}}.complex-link{color:inherit;text-decoration:none;transition:opacity .2s}.complex-link:hover{opacity:.7;text-decoration:underline}