.homes-wrapper{height:calc(100dvh - 60px);display:flex}.homes-wrapper .filter-menu{background-color:#fff;width:316px;padding:24px;overflow-y:auto}.homes-wrapper .filter-menu .page-title{color:#394e5a;margin:0 0 48px;font-family:Azo Sans,sans-serif;font-size:32px;font-weight:500;line-height:38px}.homes-wrapper .filter-menu .filters-container{flex-direction:column;gap:32px;margin-bottom:24px;display:flex}.homes-wrapper .filter-menu .filters-container .filter-section{flex-direction:column;gap:24px;display:flex}.homes-wrapper .filter-menu .filters-container .filter-section .filter-header{align-items:center;gap:8px;display:flex}.homes-wrapper .filter-menu .filters-container .filter-section .filter-header .filter-icon{width:24px;height:24px}.homes-wrapper .filter-menu .filters-container .filter-section .filter-header .filter-title{color:#394e5a;font-family:Azo Sans,sans-serif;font-size:24px;font-weight:500;line-height:30px}.homes-wrapper .filter-menu .filters-container .filter-section .filter-options{flex-direction:column;gap:16px;display:flex}.homes-wrapper .filter-menu .filters-container .filter-section .filter-options .radio-option,.homes-wrapper .filter-menu .filters-container .filter-section .filter-options .checkbox-option{cursor:pointer;align-items:center;gap:8px;height:18px;padding:0 24px;display:flex}.homes-wrapper .filter-menu .filters-container .filter-section .filter-options .radio-option input,.homes-wrapper .filter-menu .filters-container .filter-section .filter-options .checkbox-option input{display:none}.homes-wrapper .filter-menu .filters-container .filter-section .filter-options .radio-option .radio-mark,.homes-wrapper .filter-menu .filters-container .filter-section .filter-options .checkbox-option .radio-mark{background-color:#0000;border:1.5px solid #324b57;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;display:flex;position:relative}.homes-wrapper .filter-menu .filters-container .filter-section .filter-options .radio-option .radio-mark:after,.homes-wrapper .filter-menu .filters-container .filter-section .filter-options .checkbox-option .radio-mark:after{content:"";opacity:0;background-color:#901852;border-radius:50%;width:8px;height:8px;transition:opacity .2s}.homes-wrapper .filter-menu .filters-container .filter-section .filter-options .radio-option .checkbox-mark,.homes-wrapper .filter-menu .filters-container .filter-section .filter-options .checkbox-option .checkbox-mark{background-image:url(/figma_icons/checkbox_unselected.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;width:18px;height:18px;transition:background-image .2s}.homes-wrapper .filter-menu .filters-container .filter-section .filter-options .radio-option.selected .radio-mark:after,.homes-wrapper .filter-menu .filters-container .filter-section .filter-options .checkbox-option.selected .radio-mark:after{opacity:1}.homes-wrapper .filter-menu .filters-container .filter-section .filter-options .radio-option.selected .checkbox-mark,.homes-wrapper .filter-menu .filters-container .filter-section .filter-options .checkbox-option.selected .checkbox-mark{background-image:url(/figma_icons/checkbox_selected.svg)}.homes-wrapper .filter-menu .filters-container .filter-section .filter-options .radio-option .text,.homes-wrapper .filter-menu .filters-container .filter-section .filter-options .checkbox-option .text{color:#373c40;font-family:Azo Sans,sans-serif;font-size:16px;font-weight:400}.homes-wrapper .filter-menu .filters-container .filter-section .price-input-container{padding-left:25px;position:relative}.homes-wrapper .filter-menu .filters-container .filter-section .price-input-container .price-dropdown{transition:all .3s;position:relative}.homes-wrapper .filter-menu .filters-container .filter-section .price-input-container .price-dropdown.disabled{opacity:.5;pointer-events:none;transition:all .3s}.homes-wrapper .filter-menu .filters-container .filter-section .price-input-container .price-dropdown .price-trigger{color:#373c40;cursor:pointer;background-color:#f5f6fa;border:1px solid #b8b9bc;border-radius:8px;justify-content:space-between;align-items:center;width:80%;padding:12px;font-family:Azo Sans,sans-serif;font-size:16px;font-weight:400;line-height:20px;transition:all .2s;display:flex}.homes-wrapper .filter-menu .filters-container .filter-section .price-input-container .price-dropdown .price-trigger:hover{border-color:#901852}.homes-wrapper .filter-menu .filters-container .filter-section .price-input-container .price-dropdown .price-trigger.active{border-color:#901852;box-shadow:0 0 0 2px #9018521a}.homes-wrapper .filter-menu .filters-container .filter-section .price-input-container .price-dropdown .price-trigger .dropdown-arrow{background-image:url("data:image/svg+xml;charset=US-ASCII,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"5\" viewBox=\"0 0 10 5\"><path fill=\"%23717275\" d=\"M0 0l5 5 5-5z\"/></svg>");background-position:50%;background-repeat:no-repeat;background-size:10px 5px;width:10px;height:5px;transition:transform .2s}.homes-wrapper .filter-menu .filters-container .filter-section .price-input-container .price-dropdown .price-trigger.active .dropdown-arrow{transform:rotate(180deg)}.homes-wrapper .filter-menu .filters-container .filter-section .price-input-container .price-dropdown .price-menu{z-index:1000;opacity:0;visibility:hidden;background-color:#fff;border-radius:4px;width:88%;margin-top:4px;padding:8px 0;transition:all .2s;position:absolute;top:100%;left:0;right:0;transform:translateY(-10px);box-shadow:0 2px 4px #00000026,0 .3px .5px #0000001a}.homes-wrapper .filter-menu .filters-container .filter-section .price-input-container .price-dropdown .price-menu.active{opacity:1;visibility:visible;transform:translateY(0)}.homes-wrapper .filter-menu .filters-container .filter-section .price-input-container .price-dropdown .price-menu .price-option{cursor:pointer;align-items:center;gap:12px;padding:8px 12px;transition:background-color .2s;display:flex}.homes-wrapper .filter-menu .filters-container .filter-section .price-input-container .price-dropdown .price-menu .price-option:hover{background-color:#0000000a}.homes-wrapper .filter-menu .filters-container .filter-section .price-input-container .price-dropdown .price-menu .price-option input{display:none}.homes-wrapper .filter-menu .filters-container .filter-section .price-input-container .price-dropdown .price-menu .price-option .radio-mark{background-color:#0000;border:2px solid #324b57;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:flex;position:relative}.homes-wrapper .filter-menu .filters-container .filter-section .price-input-container .price-dropdown .price-menu .price-option .radio-mark:after{content:"";opacity:0;background-color:#901852;border-radius:50%;width:8px;height:8px;transition:opacity .2s}.homes-wrapper .filter-menu .filters-container .filter-section .price-input-container .price-dropdown .price-menu .price-option.selected .radio-mark:after{opacity:1}.homes-wrapper .filter-menu .filters-container .filter-section .price-input-container .price-dropdown .price-menu .price-option .option-text{color:#373c40;text-align:left;font-family:Azo Sans,sans-serif;font-size:16px;font-weight:400;line-height:22px}.homes-wrapper .filter-menu .filters-container .filter-section .price-input-container .price-select{display:none}.homes-wrapper .filter-menu .filter-actions{justify-content:center;display:flex}.homes-wrapper .filter-menu .filter-actions .reset-button{cursor:pointer;background-color:#0000;border:none;border-radius:4px;align-items:center;gap:8px;padding:8px 12px;transition:all .2s;display:flex}.homes-wrapper .filter-menu .filter-actions .reset-button img{width:12px;height:12px}.homes-wrapper .filter-menu .filter-actions .reset-button span{color:#394e5a;padding-top:3px;font-family:Azo Sans,sans-serif;font-size:16px;font-weight:400}.homes-wrapper .filter-menu .filter-actions .reset-button:hover{background-color:#0000000d;border-radius:8px}.homes-wrapper .properties-section{flex-direction:column;flex:1;display:flex;overflow:hidden}.homes-wrapper .properties-section .properties-header{justify-content:space-between;align-items:center;padding:24px 24px 15px;display:flex}.homes-wrapper .properties-section .properties-header .properties-header-left-container{align-items:center;margin:0 0 0 24px;display:flex}.homes-wrapper .properties-section .properties-header .properties-header-left-container .showing-info{width:258px}.homes-wrapper .properties-section .properties-header .properties-header-left-container .showing-info .text{color:#394e5a;font-family:Azo Sans,sans-serif;font-size:16px;font-weight:400;line-height:20px}.homes-wrapper .properties-section .properties-header .properties-header-left-container .table-header{justify-content:center;width:180px;display:flex}.homes-wrapper .properties-section .properties-header .properties-header-left-container .table-header .table-columns{width:100%;display:flex}.homes-wrapper .properties-section .properties-header .properties-header-left-container .table-header .table-columns .column-item{justify-content:center;align-items:center;width:50px;display:flex}.homes-wrapper .properties-section .properties-header .properties-header-left-container .table-header .table-columns .column-item.size{width:80px}.homes-wrapper .properties-section .properties-header .properties-header-left-container .table-header .table-columns .column-item .column-text{color:#373c40;text-align:center;font-family:Azo Sans,sans-serif;font-size:16px;font-weight:500;line-height:22px}.homes-wrapper .properties-section .properties-header .sort-controls{align-items:center;gap:16px;display:flex}.homes-wrapper .properties-section .properties-header .sort-controls .sort-by{cursor:pointer;border-radius:8px;align-items:center;gap:8px;padding:12px;transition:all .2s;display:flex}.homes-wrapper .properties-section .properties-header .sort-controls .sort-by:hover{background-color:#0000000d}.homes-wrapper .properties-section .properties-header .sort-controls .sort-by .sort-icon{width:16px;height:16px}.homes-wrapper .properties-section .properties-header .sort-controls .sort-by .text{color:#394e5a;font-family:Azo Sans,sans-serif;font-size:16px;font-weight:400;line-height:20px}.homes-wrapper .properties-section .properties-header .sort-controls .sort-by .sort-value{color:#394e5a;font-family:Azo Sans,sans-serif;font-size:16px;font-weight:700;line-height:20px}.homes-wrapper .properties-section .properties-header .sort-controls .sort-dropdown{position:relative}.homes-wrapper .properties-section .properties-header .sort-controls .sort-dropdown .sort-trigger{cursor:pointer;border-radius:8px;align-items:center;gap:8px;padding:12px;transition:all .2s;display:flex}.homes-wrapper .properties-section .properties-header .sort-controls .sort-dropdown .sort-trigger:hover,.homes-wrapper .properties-section .properties-header .sort-controls .sort-dropdown .sort-trigger.active{background-color:#0000000d}.homes-wrapper .properties-section .properties-header .sort-controls .sort-dropdown .sort-trigger .sort-icon{width:16px;height:16px}.homes-wrapper .properties-section .properties-header .sort-controls .sort-dropdown .sort-trigger .text{color:#394e5a;font-family:Azo Sans,sans-serif;font-size:16px;font-weight:400;line-height:20px}.homes-wrapper .properties-section .properties-header .sort-controls .sort-dropdown .sort-trigger .sort-value{color:#394e5a;font-family:Azo Sans,sans-serif;font-size:16px;font-weight:700;line-height:20px}.homes-wrapper .properties-section .properties-header .sort-controls .sort-dropdown .sort-trigger .dropdown-arrow{background-image:url("data:image/svg+xml;charset=US-ASCII,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"5\" viewBox=\"0 0 10 5\"><path fill=\"%23717275\" d=\"M0 0l5 5 5-5z\"/></svg>");background-position:50%;background-repeat:no-repeat;background-size:10px 5px;width:10px;height:5px;transition:transform .2s}.homes-wrapper .properties-section .properties-header .sort-controls .sort-dropdown .sort-trigger.active .dropdown-arrow{transform:rotate(180deg)}.homes-wrapper .properties-section .properties-header .sort-controls .sort-dropdown .sort-menu{z-index:1000;opacity:0;visibility:hidden;background-color:#fff;border-radius:4px;min-width:200px;margin-top:4px;padding:8px 0;transition:all .2s;position:absolute;top:100%;left:0;right:0;transform:translateY(-10px);box-shadow:0 2px 4px #00000026,0 .3px .5px #0000001a}.homes-wrapper .properties-section .properties-header .sort-controls .sort-dropdown .sort-menu.active{opacity:1;visibility:visible;transform:translateY(0)}.homes-wrapper .properties-section .properties-header .sort-controls .sort-dropdown .sort-menu .sort-option{cursor:pointer;align-items:center;gap:12px;padding:8px 12px;transition:background-color .2s;display:flex}.homes-wrapper .properties-section .properties-header .sort-controls .sort-dropdown .sort-menu .sort-option:hover{background-color:#0000000a}.homes-wrapper .properties-section .properties-header .sort-controls .sort-dropdown .sort-menu .sort-option input{display:none}.homes-wrapper .properties-section .properties-header .sort-controls .sort-dropdown .sort-menu .sort-option .radio-mark{background-color:#0000;border:2px solid #324b57;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:flex;position:relative}.homes-wrapper .properties-section .properties-header .sort-controls .sort-dropdown .sort-menu .sort-option .radio-mark:after{content:"";opacity:0;background-color:#901852;border-radius:50%;width:8px;height:8px;transition:opacity .2s}.homes-wrapper .properties-section .properties-header .sort-controls .sort-dropdown .sort-menu .sort-option.selected .radio-mark:after{opacity:1}.homes-wrapper .properties-section .properties-header .sort-controls .sort-dropdown .sort-menu .sort-option .option-text{color:#373c40;text-align:left;font-family:Azo Sans,sans-serif;font-size:16px;font-weight:400;line-height:22px}.homes-wrapper .properties-section .properties-header .sort-controls .list-view-btn{cursor:pointer;background-color:#0000;border:none;align-items:center;gap:8px;padding:12px;transition:all .2s;display:flex}.homes-wrapper .properties-section .properties-header .sort-controls .list-view-btn .list-icon{width:16px;height:16px}.homes-wrapper .properties-section .properties-header .sort-controls .list-view-btn .text{color:#394e5a;font-family:Azo Sans,sans-serif;font-size:16px;font-weight:400;line-height:20px}.homes-wrapper .properties-section .properties-header .sort-controls .list-view-btn:hover{background-color:#0000000d;border-radius:8px}.homes-wrapper .properties-section .apartments-list{flex:1;padding:0 24px;overflow-y:auto}.homes-wrapper .properties-section .apartments-list .loading,.homes-wrapper .properties-section .apartments-list .error{color:#394e5a;justify-content:center;align-items:center;height:200px;font-family:Azo Sans,sans-serif;font-size:16px;display:flex}.homes-wrapper .properties-section .apartments-list .error{color:#d32f2f}.homes-wrapper .properties-section .apartments-list .no-prop-text{color:#394e5a;text-align:center;margin:100px 0;font-size:26px}.homes-wrapper .properties-section .apartments-list.list-view{flex-direction:column;gap:16px;display:flex}.homes-wrapper .properties-section .apartments-list.grid-view{grid-template-columns:repeat(2,1fr);grid-auto-rows:325px;align-items:start;gap:24px;display:grid}@media (max-width:768px){.homes-wrapper .properties-section .apartments-list.grid-view{grid-template-columns:1fr;gap:16px}}.homes-wrapper .properties-section .pagination-container{justify-content:center;align-items:center;margin-top:auto;padding:16px 24px;display:flex}.homes-wrapper .properties-section .pagination-container .pagination{justify-content:center;align-items:center;gap:32px;display:flex}.homes-wrapper .properties-section .pagination-container .pagination .pagination-btn{cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:8px 0;transition:opacity .2s;display:flex}.homes-wrapper .properties-section .pagination-container .pagination .pagination-btn.invisible{opacity:0;pointer-events:none}.homes-wrapper .properties-section .pagination-container .pagination .pagination-btn span{color:#394e5a;font-family:Azo Sans,sans-serif;font-size:20px;font-weight:400;line-height:22px}.homes-wrapper .properties-section .pagination-container .pagination .pagination-btn:hover:not(.invisible) span{font-weight:500}.homes-wrapper .properties-section .pagination-container .pagination .page-numbers{align-items:center;gap:32px;display:flex}.homes-wrapper .properties-section .pagination-container .pagination .page-numbers .page-btn{cursor:pointer;color:#394e5a;background:0 0;border:none;justify-content:center;align-items:center;min-width:24px;padding:8px;font-family:Azo Sans,sans-serif;font-size:20px;font-weight:400;line-height:22px;transition:all .2s;display:flex}.homes-wrapper .properties-section .pagination-container .pagination .page-numbers .page-btn.active{color:#394e5a;font-weight:700}.homes-wrapper .properties-section .pagination-container .pagination .page-numbers .page-btn:hover:not(.active){font-weight:500}.homes-wrapper .mobile-header{border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;padding:0 24px 16px;display:none}.homes-wrapper .mobile-header .mobile-header-left .showing-info .text{color:#394e5a;font-family:Azo Sans,sans-serif;font-size:16px;font-weight:400;line-height:20px}.homes-wrapper .mobile-header .mobile-header-right{align-items:center;gap:16px;display:flex}.homes-wrapper .mobile-header .mobile-header-right .sort-by{cursor:pointer;background-color:#0000;border:none;border-radius:8px;align-items:center;gap:8px;padding:8px 12px;transition:all .2s;display:flex}.homes-wrapper .mobile-header .mobile-header-right .sort-by:hover{background-color:#0000000d}.homes-wrapper .mobile-header .mobile-header-right .sort-by .sort-icon{width:16px;height:16px}.homes-wrapper .mobile-header .mobile-header-right .sort-by .text{color:#394e5a;font-family:Azo Sans,sans-serif;font-size:16px;font-weight:400;line-height:20px}.homes-wrapper .mobile-header .mobile-header-right .sort-by .sort-value{color:#394e5a;font-family:Azo Sans,sans-serif;font-size:16px;font-weight:700;line-height:20px}.homes-wrapper .mobile-header .mobile-header-right .sort-dropdown{position:relative}.homes-wrapper .mobile-header .mobile-header-right .sort-dropdown .sort-trigger{cursor:pointer;background-color:#0000;border:none;border-radius:8px;align-items:center;gap:8px;padding:8px 12px;transition:all .2s;display:flex}.homes-wrapper .mobile-header .mobile-header-right .sort-dropdown .sort-trigger:hover,.homes-wrapper .mobile-header .mobile-header-right .sort-dropdown .sort-trigger.active{background-color:#0000000d}.homes-wrapper .mobile-header .mobile-header-right .sort-dropdown .sort-trigger .sort-icon{width:16px;height:16px}.homes-wrapper .mobile-header .mobile-header-right .sort-dropdown .sort-trigger .text{color:#394e5a;font-family:Azo Sans,sans-serif;font-size:16px;font-weight:400;line-height:20px}.homes-wrapper .mobile-header .mobile-header-right .sort-dropdown .sort-trigger .sort-value{color:#394e5a;font-family:Azo Sans,sans-serif;font-size:16px;font-weight:700;line-height:20px}.homes-wrapper .mobile-header .mobile-header-right .sort-dropdown .sort-trigger .dropdown-arrow{background-image:url("data:image/svg+xml;charset=US-ASCII,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"5\" viewBox=\"0 0 10 5\"><path fill=\"%23717275\" d=\"M0 0l5 5 5-5z\"/></svg>");background-position:50%;background-repeat:no-repeat;background-size:10px 5px;width:10px;height:5px;transition:transform .2s}.homes-wrapper .mobile-header .mobile-header-right .sort-dropdown .sort-trigger.active .dropdown-arrow{transform:rotate(180deg)}.homes-wrapper .mobile-header .mobile-header-right .sort-dropdown .sort-menu{z-index:1000;opacity:0;visibility:hidden;background-color:#fff;border-radius:4px;min-width:200px;margin-top:4px;padding:8px 0;transition:all .2s;position:absolute;top:100%;right:0;transform:translateY(-10px);box-shadow:0 2px 4px #00000026,0 .3px .5px #0000001a}.homes-wrapper .mobile-header .mobile-header-right .sort-dropdown .sort-menu.active{opacity:1;visibility:visible;transform:translateY(0)}.homes-wrapper .mobile-header .mobile-header-right .sort-dropdown .sort-menu .sort-option{cursor:pointer;align-items:center;gap:12px;padding:8px 12px;transition:background-color .2s;display:flex}.homes-wrapper .mobile-header .mobile-header-right .sort-dropdown .sort-menu .sort-option:hover{background-color:#0000000a}.homes-wrapper .mobile-header .mobile-header-right .sort-dropdown .sort-menu .sort-option input{display:none}.homes-wrapper .mobile-header .mobile-header-right .sort-dropdown .sort-menu .sort-option .radio-mark{background-color:#0000;border:2px solid #324b57;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:flex;position:relative}.homes-wrapper .mobile-header .mobile-header-right .sort-dropdown .sort-menu .sort-option .radio-mark:after{content:"";opacity:0;background-color:#901852;border-radius:50%;width:8px;height:8px;transition:opacity .2s}.homes-wrapper .mobile-header .mobile-header-right .sort-dropdown .sort-menu .sort-option.selected .radio-mark:after{opacity:1}.homes-wrapper .mobile-header .mobile-header-right .sort-dropdown .sort-menu .sort-option .option-text{color:#373c40;text-align:left;font-family:Azo Sans,sans-serif;font-size:16px;font-weight:400;line-height:22px}.homes-wrapper .mobile-header .mobile-header-right .filters-btn{cursor:pointer;background-color:#fff;border:1px solid #901852;border-radius:24px;align-items:center;gap:8px;padding:8px 12px;transition:all .2s;display:flex;position:absolute;top:80px;right:24px}.homes-wrapper .mobile-header .mobile-header-right .filters-btn:hover{background-color:#9018520d}.homes-wrapper .mobile-header .mobile-header-right .filters-btn .filter-icon{width:16px;height:16px}.homes-wrapper .mobile-header .mobile-header-right .filters-btn .text{color:#394e5a;font-family:Azo Sans,sans-serif;font-size:16px;font-weight:500;line-height:20px}.homes-wrapper .mobile-header .mobile-header-right .filters-btn .filter-badge{color:#fff;background-color:#64003e;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-family:Azo Sans,sans-serif;font-size:10px;font-weight:500;display:flex;position:absolute;top:-1px;right:-1px}.homes-wrapper .mobile-header .mobile-header-right .list-view-btn{cursor:pointer;background-color:#0000;border:none;align-items:center;gap:8px;padding:12px;transition:all .2s;display:flex}.homes-wrapper .mobile-header .mobile-header-right .list-view-btn .list-icon{width:16px;height:16px}.homes-wrapper .mobile-header .mobile-header-right .list-view-btn .text{color:#394e5a;font-family:Azo Sans,sans-serif;font-size:16px;font-weight:400;line-height:20px}.homes-wrapper .mobile-header .mobile-header-right .list-view-btn:hover{background-color:#0000000d;border-radius:8px}.mobile-title-section{padding:16px 24px 8px;display:none}.mobile-title-section .page-title{color:#394e5a;margin:0;font-family:Azo Sans,sans-serif;font-size:32px;font-weight:500;line-height:38px}@media (max-width:1024px){.mobile-title-section{display:block}}
