.properties .properties-header .view-toggle .view-btn{border-color:color-mix(in srgb,var(--default-color),transparent 70%);color:var(--default-color);transition:all .3s ease}.properties .properties-header .view-toggle .view-btn.active{background-color:var(--accent-color);border-color:var(--accent-color);color:var(--contrast-color)}.properties .properties-header .view-toggle .view-btn:hover:not(.active){border-color:var(--accent-color);color:var(--accent-color)}.properties .properties-header .sort-dropdown .form-select{border-color:color-mix(in srgb,var(--default-color),transparent 70%);color:var(--default-color);font-size:14px;background-color:transparent}.properties .properties-header .sort-dropdown .form-select:focus{border-color:var(--accent-color);box-shadow:0 0 0 .2rem color-mix(in srgb,var(--accent-color),transparent 85%)}.properties .properties-grid{display:none}.properties .properties-grid.active{display:block}.properties .properties-list{display:none}.properties .properties-list.active{display:block}.properties .property-card{background-color:var(--surface-color);border-radius:12px;overflow:hidden;box-shadow:0 4px 20px color-mix(in srgb,var(--default-color),transparent 90%);transition:all .3s ease;height:100%}.properties .property-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px color-mix(in srgb,var(--default-color),transparent 80%)}.properties .property-card .property-image{position:relative;overflow:hidden}.properties .property-card .property-image .thumb{border-radius:12px}.properties .property-card .property-image img{transition:transform .3s ease;width:100%;object-fit:cover}.properties .property-card .property-image:hover img{transform:scale(1.05)}.properties .property-card .property-image .property-badges{position:absolute;top:15px;left:15px;z-index:2}.properties .property-card .property-image .property-badges .badge{margin-right:5px;margin-bottom:5px;padding:5px 10px;font-size:12px;font-weight:600;border-radius:20px}.properties .property-card .property-image .property-badges .badge.featured{background-color:#ff6b35;color:#fff}.properties .property-card .property-image .property-badges .badge.new{background-color:#10b981;color:#fff}.properties .property-card .property-image .property-badges .badge.for-sale{background-color:var(--accent-color);color:#fff}.properties .property-card .property-image .property-badges .badge.for-rent{background-color:#8b5cf6;color:#fff}.properties .property-card .property-image .property-badges .badge.open-house{background-color:#f59e0b;color:#fff}.properties .property-card .property-image .property-overlay{position:absolute;top:15px;right:15px;display:flex;flex-direction:column;gap:8px;opacity:0;transition:opacity .3s ease}.properties .property-card .property-image .property-overlay button{width:35px;height:35px;border-radius:50%;border:none;background-color:#fff;color:var(--default-color);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px color-mix(in srgb,var(--default-color),transparent 85%);transition:all .3s ease}.properties .property-card .property-image .property-overlay button:hover{background-color:var(--accent-color);color:#fff}.properties .property-card .property-image .property-overlay button.favorite-btn:hover{background-color:#ef4444;color:#fff}.properties .property-card .property-image:hover .property-overlay{opacity:1}.properties .property-card .property-content{padding:20px}.properties .property-card .property-content .property-price{font-size:24px;font-weight:700;color:var(--accent-color);margin-bottom:8px}.properties .property-card .property-content .property-price span{font-size:16px;font-weight:500;color:var(--default-color)}.properties .property-card .property-content .property-title{font-size:18px;font-weight:600;color:var(--heading-color);margin-bottom:8px;line-height:1.3}.properties .property-card .property-content .property-location{color:color-mix(in srgb,var(--default-color),transparent 30%);font-size:14px;margin-bottom:15px}.properties .property-card .property-content .property-location i{margin-right:5px;color:var(--accent-color)}.properties .property-card .property-content .property-features{display:flex;gap:15px;margin-bottom:20px}.properties .property-card .property-content .property-features span{font-size:13px;color:var(--default-color);display:flex;align-items:center;gap:5px}.properties .property-card .property-content .property-features span i{color:var(--accent-color);font-size:14px}.properties .property-card .property-content .property-agent{display:flex;align-items:center;gap:10px;margin-bottom:20px;padding:12px 15px;background-color:color-mix(in srgb,var(--surface-color),var(--default-color) 3%);border-radius:8px}.properties .property-card .property-content .property-agent .agent-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.properties .property-card .property-content .property-agent .agent-info{flex:1}.properties .property-card .property-content .property-agent .agent-info strong{font-size:14px;color:var(--heading-color);display:block}.properties .property-card .property-content .property-agent .agent-info .agent-contact small{color:color-mix(in srgb,var(--default-color),transparent 30%);font-size:12px}.properties .property-card .property-content .property-agent .agent-info .agent-contact small i{margin-right:3px}.properties .property-card .property-content .btn{font-size:14px;font-weight:600;padding:12px 20px;border-radius:8px;background-color:var(--accent-color);border-color:var(--accent-color);transition:all .3s ease}.properties .property-card .property-content .btn:hover,.properties .property-card .property-content .btn:focus-visible,.properties .property-list-item .property-content .property-actions .btn-main:hover,.properties .property-list-item .property-content .property-actions .btn-main:focus-visible,.similar-projects .property-card .property-content .btn:hover,.similar-projects .property-card .property-content .btn:focus-visible{background-color:#fff;border-color:var(--accent-color);color:var(--accent-color);box-shadow:0 4px 12px color-mix(in srgb,var(--accent-color),transparent 82%)}.properties .property-list-item{background-color:var(--surface-color);border-radius:12px;padding:20px;margin-bottom:20px;box-shadow:0 4px 20px color-mix(in srgb,var(--default-color),transparent 90%);transition:all .3s ease}.properties .property-list-item:hover{box-shadow:0 8px 30px color-mix(in srgb,var(--default-color),transparent 80%)}.properties .property-list-item .property-image{position:relative;overflow:hidden;border-radius:8px}.properties .property-list-item .property-image .thumb{border-radius:8px}.properties .property-list-item .property-image img{width:100%;object-fit:cover;transition:transform .3s ease}.properties .property-list-item .property-image:hover img{transform:scale(1.05)}.properties .property-list-item .property-image .property-badges{position:absolute;top:10px;left:10px}.properties .property-list-item .property-image .property-badges .badge{padding:4px 8px;font-size:11px;font-weight:600;border-radius:15px}.properties .property-list-item .property-image .property-badges .badge.featured{background-color:#ff6b35;color:#fff}.properties .property-list-item .property-image .property-badges .badge.new{background-color:#10b981;color:#fff}.properties .property-list-item .property-image .property-badges .badge.for-rent{background-color:#8b5cf6;color:#fff}.properties .property-list-item .property-image .property-badges .badge.open-house{background-color:#f59e0b;color:#fff}.properties .property-list-item .property-content .property-price{font-size:20px;font-weight:700;color:var(--accent-color)}.properties .property-list-item .property-content .property-price span{font-size:14px;font-weight:500;color:var(--default-color)}.properties .property-list-item .property-content .property-title{font-size:18px;font-weight:600;color:var(--heading-color);line-height:1.3}.properties .property-list-item .property-content .property-location{color:color-mix(in srgb,var(--default-color),transparent 30%);font-size:14px}.properties .property-list-item .property-content .property-location i{margin-right:5px;color:var(--accent-color)}.properties .property-list-item .property-content .property-features{display:flex;gap:15px}.properties .property-list-item .property-content .property-features span{font-size:13px;color:var(--default-color);display:flex;align-items:center;gap:5px}.properties .property-list-item .property-content .property-features span i{color:var(--accent-color);font-size:14px}.properties .property-list-item .property-content .property-agent{display:flex;align-items:center;gap:8px}.properties .property-list-item .property-content .property-agent .agent-avatar{width:30px;height:30px;border-radius:50%;object-fit:cover}.properties .property-list-item .property-content .property-agent span{font-size:14px;color:var(--heading-color);font-weight:500}.properties .property-list-item .property-content .property-actions{display:flex;gap:10px}.properties .property-list-item .property-content .property-actions .btn-sm{padding:6px 12px;font-size:13px}.properties .property-list-item .property-content .property-actions .btn-outline-secondary{border-color:color-mix(in srgb,var(--default-color),transparent 70%);color:var(--default-color)}.properties .property-list-item .property-content .property-actions .btn-outline-secondary:hover{background-color:#ef4444;border-color:#ef4444;color:#fff}.properties .properties-sidebar .filter-widget{background-color:var(--surface-color);padding:25px;border-radius:12px;box-shadow:0 4px 20px color-mix(in srgb,var(--default-color),transparent 90%)}.properties .properties-sidebar .filter-widget .filter-title{color:var(--heading-color);font-size:18px;font-weight:600;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid color-mix(in srgb,var(--accent-color),transparent 80%)}.properties .properties-sidebar .filter-widget .filter-section{margin-bottom:20px}.properties .properties-sidebar .filter-widget .filter-section .form-label{font-weight:600;color:var(--heading-color);margin-bottom:8px;font-size:14px}.properties .properties-sidebar .filter-widget .filter-section .form-select,.properties .properties-sidebar .filter-widget .filter-section .form-control{border-color:color-mix(in srgb,var(--default-color),transparent 70%);font-size:14px;background-color:transparent;color:var(--default-color)}.properties .properties-sidebar .filter-widget .filter-section .form-select:focus,.properties .properties-sidebar .filter-widget .filter-section .form-control:focus{border-color:var(--accent-color);box-shadow:0 0 0 .2rem color-mix(in srgb,var(--accent-color),transparent 85%)}.properties .properties-sidebar .filter-widget .filter-section .form-select::placeholder,.properties .properties-sidebar .filter-widget .filter-section .form-control::placeholder{color:color-mix(in srgb,var(--default-color),transparent 50%)}.properties .properties-sidebar .filter-widget .filter-section .bedroom-filter,.properties .properties-sidebar .filter-widget .filter-section .bathroom-filter{display:flex;gap:5px;flex-wrap:wrap}.properties .properties-sidebar .filter-widget .filter-section .bedroom-filter .filter-btn,.properties .properties-sidebar .filter-widget .filter-section .bathroom-filter .filter-btn{border-color:color-mix(in srgb,var(--default-color),transparent 70%);color:var(--default-color);font-size:13px;padding:5px 12px}.properties .properties-sidebar .filter-widget .filter-section .bedroom-filter .filter-btn.active,.properties .properties-sidebar .filter-widget .filter-section .bathroom-filter .filter-btn.active{background-color:var(--accent-color);border-color:var(--accent-color);color:#fff}.properties .properties-sidebar .filter-widget .filter-section .bedroom-filter .filter-btn:hover:not(.active),.properties .properties-sidebar .filter-widget .filter-section .bathroom-filter .filter-btn:hover:not(.active){border-color:var(--accent-color);color:var(--accent-color)}.properties .properties-sidebar .filter-widget .filter-section .features-filter .form-check{margin-bottom:8px}.properties .properties-sidebar .filter-widget .filter-section .features-filter .form-check .form-check-input:checked{background-color:var(--accent-color);border-color:var(--accent-color)}.properties .properties-sidebar .filter-widget .filter-section .features-filter .form-check .form-check-input:focus{border-color:var(--accent-color);box-shadow:0 0 0 .2rem color-mix(in srgb,var(--accent-color),transparent 85%)}.properties .properties-sidebar .filter-widget .filter-section .features-filter .form-check .form-check-label{font-size:14px;color:var(--default-color)}.properties .properties-sidebar .filter-widget .btn-primary{background-color:var(--accent-color);border-color:var(--accent-color);padding:12px 20px;font-weight:600}.properties .properties-sidebar .filter-widget .btn-primary:hover{background-color:color-mix(in srgb,var(--accent-color),transparent 15%);border-color:color-mix(in srgb,var(--accent-color),transparent 15%)}.properties .properties-sidebar .featured-properties{background-color:var(--surface-color);padding:25px;border-radius:12px;box-shadow:0 4px 20px color-mix(in srgb,var(--default-color),transparent 90%)}.properties .properties-sidebar .featured-properties h5{color:var(--heading-color);font-weight:600;margin-bottom:20px}.properties .properties-sidebar .featured-properties .featured-item{padding:15px 0;border-bottom:1px solid color-mix(in srgb,var(--default-color),transparent 90%)}.properties .properties-sidebar .featured-properties .featured-item:last-child{border-bottom:none}.properties .properties-sidebar .featured-properties .featured-item img{border-radius:6px;height:60px;object-fit:cover}.properties .properties-sidebar .featured-properties .featured-item h6{color:var(--heading-color);font-size:14px;font-weight:600}.properties .properties-sidebar .featured-properties .featured-item .text-muted{color:color-mix(in srgb,var(--default-color),transparent 50%)!important}.properties .properties-sidebar .featured-properties .featured-item .text-primary{color:var(--accent-color)!important;font-weight:600;font-size:14px}.properties .pagination .page-link{color:var(--default-color);border-color:color-mix(in srgb,var(--default-color),transparent 70%);padding:10px 15px;background-color:transparent}.properties .pagination .page-link:hover{color:var(--accent-color);border-color:var(--accent-color);background-color:color-mix(in srgb,var(--accent-color),transparent 90%)}.properties .pagination .page-item.active .page-link{background-color:var(--accent-color);border-color:var(--accent-color);color:#fff}.properties .pagination .page-item.disabled .page-link{color:color-mix(in srgb,var(--default-color),transparent 50%);border-color:color-mix(in srgb,var(--default-color),transparent 80%)}@media(max-width:992px){.properties .properties-sidebar{margin-top:40px}}@media(max-width:768px){.properties .properties-header .d-flex{flex-direction:column;gap:15px;align-items:stretch!important}.properties .properties-header .view-toggle{justify-content:center}.properties .property-card .property-content{padding:15px}.properties .property-card .property-content .property-features{gap:10px;flex-wrap:wrap}.properties .property-list-item .row{flex-direction:column}.properties .property-list-item .property-content{margin-top:15px}.properties .property-list-item .property-content .d-flex:first-child{flex-direction:column;align-items:flex-start!important;gap:10px}.properties .property-list-item .property-content .property-actions{margin-top:15px}}.property-details .property-gallery .main-image-container{position:relative;margin-bottom:20px;overflow:hidden;border-radius:12px}.property-details .property-gallery .main-image-container .main-image-loading-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--surface-color),transparent 25%);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease;z-index:12}.property-details .property-gallery .main-image-container.is-image-loading .main-image-loading-overlay{opacity:1;visibility:visible}.property-details .property-gallery .main-image-container .main-image-loading-spinner{width:34px;height:34px;border-radius:50%;border:3px solid color-mix(in srgb,var(--accent-color),transparent 70%);border-top-color:var(--accent-color);animation:property-image-spin .9s linear infinite}.property-details .property-gallery .main-image-container.is-image-loading .image-nav-btn{opacity:.65}@keyframes property-image-spin{to{transform:rotate(360deg)}}.property-details .property-gallery .main-image-container .main-property-image{width:100%;height:500px;object-fit:cover;cursor:zoom-in}.property-details .property-gallery .main-image-container .image-zoom-container{position:absolute;top:0;right:-100%;width:100%;height:100%;background-color:var(--surface-color);border:1px solid color-mix(in srgb,var(--default-color),transparent 85%);z-index:10}@media(max-width:768px){.property-details .property-gallery .main-image-container .image-zoom-container{display:none}}.property-details .property-gallery .main-image-container .image-nav-btn{position:absolute;top:50%;transform:translateY(-50%);background-color:color-mix(in srgb,var(--surface-color),transparent 10%);border:none;border-radius:50%;width:45px;height:45px;display:flex;align-items:center;justify-content:center;color:var(--default-color);font-size:18px;cursor:pointer;transition:all .3s ease;z-index:5;backdrop-filter:blur(10px)}.property-details .property-gallery .main-image-container .image-nav-btn:hover{background-color:var(--accent-color);color:var(--contrast-color)}.property-details .property-gallery .main-image-container .image-nav-btn.prev-image{left:15px}.property-details .property-gallery .main-image-container .image-nav-btn.next-image{right:15px}.property-details .property-gallery .thumbnail-gallery{display:flex;gap:10px;flex-wrap:wrap}.property-details .property-gallery .thumbnail-gallery .thumbnail-item{flex:1;min-width:100px;border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all .3s ease}.property-details .property-gallery .thumbnail-gallery .thumbnail-item.active{border-color:var(--accent-color)}.property-details .property-gallery .thumbnail-gallery .thumbnail-item:hover{border-color:color-mix(in srgb,var(--accent-color),transparent 50%)}.property-details .property-gallery .thumbnail-gallery .thumbnail-item img{width:100%;height:80px;object-fit:cover}.property-details .property-description{margin-top:40px;padding:30px 0;border-top:1px solid color-mix(in srgb,var(--default-color),transparent 85%)}.property-details .property-description h3{margin-bottom:20px;font-size:24px;font-weight:600}.property-details .property-description p{margin-bottom:15px;line-height:1.7;color:color-mix(in srgb,var(--default-color),transparent 10%)}.property-details .property-amenities{margin-top:40px;padding:30px 0;border-top:1px solid color-mix(in srgb,var(--default-color),transparent 85%)}.property-details .property-amenities h3{margin-bottom:30px;font-size:24px;font-weight:600}.property-details .property-amenities h4{margin-bottom:20px;font-size:18px;font-weight:500;color:var(--heading-color)}.property-details .property-amenities .features-list{list-style:none;padding:0;margin:0}.property-details .property-amenities .features-list li{margin-bottom:12px;display:flex;align-items:center;color:color-mix(in srgb,var(--default-color),transparent 10%)}.property-details .property-amenities .features-list li i{color:var(--accent-color);margin-right:12px;font-size:16px}.property-details .property-map{margin-top:40px;padding:30px 0;border-top:1px solid color-mix(in srgb,var(--default-color),transparent 85%)}.property-details .property-map h3{margin-bottom:20px;font-size:24px;font-weight:600}.property-details .property-map .map-container{border-radius:12px;overflow:hidden;margin-bottom:20px}.property-details .property-map .map-container iframe{border-radius:12px}.property-details .property-map .location-details h4{margin-bottom:15px;font-size:18px;font-weight:500}.property-details .property-map .location-details p{color:color-mix(in srgb,var(--default-color),transparent 10%);line-height:1.6}.property-details .property-overview{background:var(--surface-color);border-radius:12px;padding:30px;box-shadow:0 5px 25px color-mix(in srgb,var(--default-color),transparent 90%);top:100px}.property-details .property-overview .price-tag{font-size:32px;font-weight:700;color:var(--accent-color);margin-bottom:10px}.property-details .property-overview .property-status{display:inline-block;background:color-mix(in srgb,var(--accent-color),transparent 85%);color:var(--accent-color);padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:20px}.property-details .property-overview .property-address{margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid color-mix(in srgb,var(--default-color),transparent 85%)}.property-details .property-overview .property-address h4{margin-bottom:5px;font-size:20px;font-weight:600}.property-details .property-overview .property-address p{color:color-mix(in srgb,var(--default-color),transparent 30%);margin:0}.property-details .property-overview .property-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:30px}.property-details .property-overview .property-stats .stat-item{display:flex;align-items:center;gap:12px}.property-details .property-overview .property-stats .stat-item i{font-size:20px;color:var(--accent-color);width:24px}.property-details .property-overview .property-stats .stat-item .value{font-size:18px;font-weight:600;color:var(--heading-color);display:block}.property-details .property-overview .property-stats .stat-item .label{font-size:13px;color:color-mix(in srgb,var(--default-color),transparent 40%);text-transform:uppercase;letter-spacing:.5px}.property-details .property-overview .agent-info{display:flex;gap:15px;margin-bottom:30px;padding:20px;background:color-mix(in srgb,var(--surface-color),var(--default-color) 3%);border-radius:12px;border-top:3px solid var(--accent-color)}.property-details .property-overview .agent-info .agent-avatar img{width:60px;height:60px;border-radius:50%;object-fit:cover}.property-details .property-overview .agent-info .agent-details h4{margin-bottom:5px;font-size:16px;font-weight:600}.property-details .property-overview .agent-info .agent-details p{margin-bottom:3px;font-size:13px;color:color-mix(in srgb,var(--default-color),transparent 30%)}.property-details .property-overview .agent-info .agent-details p i{margin-right:5px;color:var(--accent-color)}.property-details .property-overview .agent-info .agent-details .agent-title{font-style:italic}.property-details .property-overview .contact-form{margin-bottom:30px}.property-details .property-overview .contact-form h4{margin-bottom:20px;font-size:18px;font-weight:600}.property-details .property-overview .contact-form .form-control{margin-bottom:15px;border:1px solid color-mix(in srgb,var(--default-color),transparent 80%);border-radius:8px;padding:12px 15px;font-size:14px;color:var(--default-color);background-color:var(--surface-color)}.property-details .property-overview .contact-form .form-control:focus{border-color:var(--accent-color);box-shadow:0 0 0 .2rem color-mix(in srgb,var(--accent-color),transparent 80%)}.property-details .property-overview .contact-form .form-control::placeholder{color:color-mix(in srgb,var(--default-color),transparent 70%)}.property-details .property-overview .contact-form .btn-primary{background:var(--accent-color);border:none;border-radius:8px;padding:12px 30px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;width:100%;transition:all .3s ease}.property-details .property-overview .contact-form .btn-primary:hover{background:color-mix(in srgb,var(--accent-color),black 10%);transform:translateY(-2px)}.property-details .property-overview .social-share h5{margin-bottom:15px;font-size:16px;font-weight:600}.property-details .property-overview .social-share .share-buttons{display:flex;gap:10px}.property-details .property-overview .social-share .share-buttons .share-btn{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--contrast-color);text-decoration:none;font-size:16px;transition:all .3s ease}.property-details .property-overview .social-share .share-buttons .share-btn.facebook{background:#3b5998}.property-details .property-overview .social-share .share-buttons .share-btn.x{background:#111}.property-details .property-overview .social-share .share-buttons .share-btn.vk{background:#07f}.property-details .property-overview .social-share .share-buttons .share-btn.ok{background:#f58220}.property-details .property-overview .social-share .share-buttons .share-btn.whatsapp{background:#25d366}.property-details .property-overview .social-share .share-buttons .share-btn:hover{transform:translateY(-2px);color:var(--contrast-color)}.property-details .property-overview .social-share .share-buttons .share-btn .share-icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center}.property-details .property-overview .social-share .share-buttons .share-btn .share-icon svg{width:100%;height:100%;fill:currentColor}.property-details .property-overview .social-share .share-buttons .share-btn .share-icon--vk,.property-details .property-overview .social-share .share-buttons .share-btn .share-icon--ok{width:21px;height:21px}@media(max-width:768px){.property-details .property-overview{position:static!important;top:auto!important;margin-top:30px}.property-details .property-overview .property-stats{grid-template-columns:1fr}.property-details .property-gallery .main-image-container .main-property-image{height:300px}.property-details .property-gallery .thumbnail-gallery .thumbnail-item{min-width:80px}.property-details .property-gallery .thumbnail-gallery .thumbnail-item img{height:60px}}
