.property{ margin:0; }

.property-title{ font-weight:400; font-size:1.8rem; }
.property-price{ margin:1rem 0 0 0; font-weight:700; font-size:1.25rem; color:var(--color); }

.property.proposal{ opacity:0.3; }
.property-proposal-text{ display:block; position:absolute; top:5rem; left:20%; width:60%; background-color:var(--primaryColor); color:var(--colorInverted); z-index:2; text-align:center; padding:1.5rem; border-radius:var(--radiusMD); }
.property h4{ display:block; margin:0 0 1rem 0; font-weight:400; font-size:2rem; }

.property-environment{ display:none; margin:0; padding:0; }
.property-environment.active{ display:block; }

.property-image-environments{ display:flex; flex-wrap:wrap; margin:0; padding:0; gap:0.2rem 2rem; }
.property-image-environment-item{ display:block; cursor:pointer; }
.property-image-environment-item.active{ color:var(--primaryColor); }
.property-image-display{ top:0; width:100%; min-height:11rem; margin:0; padding:0; }
.property-image{ width:100%; height:1px; padding:120% 0 0 0; top:0; left:0; margin:0; background-color:var(--colorL); background-position:center; background-repeat:no-repeat; background-size:contain; border-radius:var(--radiusXS); z-index:1; }
.property-image-title{ display:block; margin:0; padding:0.5rem 1rem; font-weight:400; font-size:1rem; text-align:center; }

.property-image-slide .slick-arrow{ position:absolute; top:50%; z-index:1; transform:translateY(-50%); text-indent:-10rem; overflow:hidden; width:3rem; height:3rem; background-color:var(--lightColor); border:none; cursor:pointer; border-radius:var(--radiusXS); }
.property-image-slide .slick-arrow::after{ content:""; position:absolute; display:block; width:1rem; height:1rem; top:1rem; left:1rem; border:2px solid transparent; border-top-color:var(--primaryColor); border-left-color:var(--primaryColor); }
.property-image-slide .slick-arrow.slick-prev::after{ transform:rotate(-45deg); left:1.3rem; }
.property-image-slide .slick-arrow.slick-next::after{ transform:rotate(135deg); left:0.7rem; }
.property-image-slide .slick-arrow.slick-prev{ left:-1.5rem; }
.property-image-slide .slick-arrow.slick-next{ right:-1.5rem; }
.property-image-slide .slick-dots{ position:absolute; z-index:12; bottom:-3rem; left:50%; transform:translateX(-50%); display:flex; justify-content:center; padding:0; margin:0; list-style:none; }
.property-image-slide .slick-dots li{ display:inline-block; margin:0 0.5rem; }
.property-image-slide .slick-dots li button{ display:block; width:1rem; height:1rem; padding:0; margin:0; border:none; background-color:var(--lightColor); border-radius:50%; cursor:pointer; overflow:hidden; text-indent:-10rem; }
.property-image-slide .slick-dots li button:hover{ background-color:var(--primaryColor); }
.property-image-slide .slick-dots li.slick-active button{ background-color:var(--primaryColor); }

.property-image-list-container{ display:block; margin:0; padding:0; width:100%; overflow:hidden; }
.property-image-list{ display:block; margin:0 0 0 -1rem; }
.property-image-slide-nav{ display:block; width:calc(100% + 1rem); margin:0; padding:0; text-align:center; }
.property-image-slide-nav .slick-track{ margin:0; padding:0; }
.property-image-slide-nav-item{ margin:0.5rem 1rem; padding:0; cursor:pointer; }
.property-image-slide-nav-item.slick-current .property-thumbnail{ box-shadow:var(--shadowMedium); }
.property-thumbnails-title{ display:block; margin:0 0 1.6rem 0; font-weight:600; font-size:1.4rem; }
.property-thumbnail{ width:100%; height:1px; padding:70% 0 0 0; top:0; left:0; margin:0; background-position:center; background-repeat:no-repeat; background-size:cover; border-radius:var(--radiusXS); overflow:hidden; z-index:1; }
.property-thumbnail.active{ box-shadow:inset 0 0 0 5px var(--primaryColor); }
.property-thumbnail-more{ position:absolute; display:flex; width:100%; height:100%; top:0; left:0; margin:0; padding:1.4rem; font-weight:400; font-size:2rem; line-height:1.2; color:var(--colorInverted); align-items:center; text-align:center; background-color:rgba(0,0,0,0.5); }
.property-image-video{ position:absolute; top:0; left:0; width:100%; height:100%; z-index:4; display:none; }
.property-image-video-btn{ position:absolute; top:50%; left:50%; width:5rem; height:5rem; transform:translate(-2.5rem, -2.5rem); z-index:2; background-position:center; background-repeat:no-repeat; background-size:contain; opacity:0.5; }
.property-image-video-btn{ background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='85' height='85' viewBox='0 0 85 85' fill='none'%3E%3Cpath d='M42.5007 77.9168C62.0607 77.9168 77.9173 62.0602 77.9173 42.5002C77.9173 22.9401 62.0607 7.0835 42.5007 7.0835C22.9406 7.0835 7.08398 22.9401 7.08398 42.5002C7.08398 62.0602 22.9406 77.9168 42.5007 77.9168Z' stroke='%23E7E7E7' stroke-width='7.08333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M35.416 28.3335L56.666 42.5002L35.416 56.6668V28.3335Z' stroke='%23E7E7E7' stroke-width='7.08333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }

.property-attribute{ width:100%; top:0; left:0; padding:0 0 0 2.5rem; margin:0 0 2rem 0; }
.property-attribute-icon{ display:block; position:absolute; top:0; left:0; width:1.5rem; height:1.5rem; margin:0; background-position:center; background-repeat:no-repeat; background-size:contain; }
.property-attribute-icon.floor{ background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M2 21H6.89501C7.48663 21 7.94608 20.4875 7.97364 19.8965C8.05363 18.1808 8.71223 16 11 16C13.46 16 14.0149 18.1292 14.043 19.9066C14.0523 20.4946 14.507 21 15.095 21H20C20.5523 21 21 20.5523 21 20V2C21 1.44772 20.5523 1 20 1H2C1.44772 1 1 1.44772 1 2V20C1 20.5523 1.44772 21 2 21Z' stroke='%23222222' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M5 5H7' stroke='%23222222' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M5 9H7' stroke='%23222222' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M5 13H7' stroke='%23222222' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M15 5H17' stroke='%23222222' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M15 9H17' stroke='%23222222' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M15 13H17' stroke='%23222222' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E"); }
.property-attribute-icon.size{ background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15 3H21V9' stroke='%23222222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 21H3V15' stroke='%23222222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21 3L14 10' stroke='%23222222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 21L10 14' stroke='%23222222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
.property-attribute-icon.number-of-bedrooms{ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19 5.00001C19.4736 5.00001 19.7711 5.00122 19.9811 5.01887C19.9988 5.22886 20 5.5264 20 6.00001V9.75493C19.2229 8.81011 17.9487 8.00001 16 8.00001C14.0513 8.00001 12.7771 8.81011 12 9.75494C11.2229 8.81011 9.94868 8.00001 8 8.00001C6.05132 8.00001 4.77709 8.81011 4 9.75493V6.00001C4 5.51785 4.00266 5.24632 4.02499 5.06568C4.09087 5.05363 4.19148 5.03949 4.3395 5.02853C4.71552 5.00067 5.23363 5.00001 6 5.00001H19ZM3.28269 13L3.27178 13.0277C3.08122 13.5235 3 14.3985 3 15H21C21 14.2084 20.8599 13.5107 20.6932 13.0928C20.6815 13.0636 20.6685 13.0329 20.6541 13H20H13.1805H12H10.8195H4H3.28269ZM3 17V18H4H6H7H17H18H20H21V17H3ZM20.9013 20H21C22.1046 20 23 19.1046 23 18V15C23 14.0116 22.8306 13.053 22.5507 12.3515C22.4858 12.189 22.408 12.0243 22.341 11.8838L22.3147 11.8287C22.254 11.7016 22.2001 11.5889 22.1506 11.4756C22.0285 11.196 22 11.0556 22 11V6.00001L22 5.94938C22.0001 5.49314 22.0001 5.07053 21.9626 4.73333C21.9246 4.39105 21.8299 3.91573 21.4571 3.5429C21.0843 3.17007 20.609 3.0754 20.2667 3.03737C19.9295 2.99991 19.5069 2.99995 19.0506 3L19 3.00001H6H5.95938C5.24394 3 4.65082 2.99999 4.19175 3.03399C3.75284 3.0665 3.24061 3.13775 2.8203 3.41796C2.31626 3.75398 2.13227 4.24862 2.06048 4.67936C1.99969 5.0441 1.99984 5.49216 1.99999 5.93498L2 6.00001V11C2 11 1.99991 11.0082 1.99652 11.0265C1.99295 11.0457 1.98626 11.0731 1.97419 11.1099C1.94902 11.1868 1.9084 11.2813 1.8475 11.4042C1.80607 11.4878 1.76702 11.5618 1.72271 11.6457L1.72261 11.6459L1.72246 11.6462L1.72245 11.6462C1.6965 11.6954 1.66875 11.7479 1.63767 11.8079C1.56311 11.9516 1.47546 12.1267 1.40494 12.3101C1.07762 13.1617 1 14.3411 1 15V18C1 19.1046 1.89543 20 3 20H3.09875C3.13749 20.196 3.18976 20.3961 3.25911 20.5887C3.43466 21.0764 3.91412 22 5 22C6.08588 22 6.56534 21.0764 6.74089 20.5887C6.81024 20.3961 6.86251 20.196 6.90125 20H17.0987C17.1375 20.196 17.1898 20.3961 17.2591 20.5887C17.4347 21.0764 17.9141 22 19 22C20.0859 22 20.5653 21.0764 20.7409 20.5887C20.8102 20.3961 20.8625 20.196 20.9013 20ZM8 10C9.21843 10 9.98202 10.4701 10.4377 11H5.56226C6.01798 10.4701 6.78157 10 8 10ZM16 10C17.2184 10 17.982 10.4701 18.4377 11H13.5623C14.018 10.4701 14.7816 10 16 10Z' fill='black'/%3E%3C/svg%3E"); }
.property-attribute-icon.number-of-floors{ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='20' viewBox='0 0 24 20' fill='none'%3E%3Cpath d='M22.8003 5.64687L18.1503 3.99687V1.40938C18.1503 0.959375 17.7753 0.546875 17.2878 0.546875C16.8003 0.546875 16.4253 0.921875 16.4253 1.40938V3.39687L9.22533 0.846875C8.55033 0.584375 7.76283 0.734375 7.20033 1.14687L1.01283 5.79687C0.637827 6.05937 0.562827 6.62187 0.825327 6.95937C1.08783 7.33437 1.65033 7.40937 1.98783 7.14687L2.81283 6.50938V17.2344C2.81283 18.4344 3.78783 19.4094 4.98783 19.4094H17.7378C18.9378 19.4094 19.9128 18.4344 19.9128 17.2344V6.43437L22.1628 7.22187C22.2378 7.25937 22.3503 7.25938 22.4628 7.25938C22.8003 7.25938 23.1378 7.03438 23.2503 6.69688C23.4378 6.28438 23.2128 5.83437 22.8003 5.64687ZM18.2628 17.2344C18.2628 17.4969 18.0378 17.7219 17.7753 17.7219H5.02533C4.76283 17.7219 4.53783 17.4969 4.53783 17.2344V5.23437L8.21283 2.49687C8.36283 2.38437 8.51283 2.38437 8.66283 2.42188L18.2628 5.87187V17.2344Z' fill='%23222222'/%3E%3Cpath d='M5.96289 8.19844V10.5984C5.96289 11.0484 6.33789 11.4609 6.82539 11.4609H9.22539C9.67539 11.4609 10.0879 11.0859 10.0879 10.5984V8.19844C10.0879 7.74844 9.71289 7.33594 9.22539 7.33594H6.82539C6.33789 7.33594 5.96289 7.71094 5.96289 8.19844ZM7.65039 9.02344H8.36289V9.73594H7.65039V9.02344Z' fill='%23222222'/%3E%3Cpath d='M13.05 11.4219H15.45C15.9 11.4219 16.3125 11.0469 16.3125 10.5594V8.15938C16.3125 7.70938 15.9375 7.29688 15.45 7.29688H13.05C12.6 7.29688 12.1875 7.67188 12.1875 8.15938V10.5594C12.225 11.0469 12.6 11.4219 13.05 11.4219ZM13.9125 9.02188H14.625V9.73438H13.9125V9.02188Z' fill='%23222222'/%3E%3Cpath d='M9.22539 12.7734H6.82539C6.37539 12.7734 5.96289 13.1484 5.96289 13.6359V15.9984C5.96289 16.4484 6.33789 16.8609 6.82539 16.8609H9.22539C9.67539 16.8609 10.0879 16.4859 10.0879 15.9984V13.5984C10.0504 13.1484 9.67539 12.7734 9.22539 12.7734ZM8.36289 15.1734H7.65039V14.4609H8.36289V15.1734Z' fill='%23222222'/%3E%3Cpath d='M13.05 16.8594H15.45C15.9 16.8594 16.3125 16.4844 16.3125 15.9969V13.5969C16.3125 13.1469 15.9375 12.7344 15.45 12.7344H13.05C12.6 12.7344 12.1875 13.1094 12.1875 13.5969V15.9969C12.225 16.4844 12.6 16.8594 13.05 16.8594ZM13.9125 14.4594H14.625V15.1719H13.9125V14.4594Z' fill='%23222222'/%3E%3C/svg%3E"); }
.property-attribute-icon.dinner-room{ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='18' viewBox='0 0 22 18' fill='none'%3E%3Cpath d='M1 1C2.00652 4.07956 3.54506 11.5005 1.64705 16.548' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M2.50781 10H4.88032' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M5.47266 10H7.3945C7.6434 10 7.84517 10.2018 7.84517 10.4507L7.84517 16.5347' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M5.03906 12.9375H7.84294' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M3.45117 4.15625L18.549 4.15625' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M4.31055 17.0003L5.82033 4.15625' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M17.6875 17.0003L16.1777 4.15625' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M2.50781 12.9375H4.44896' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M21 1C19.9935 4.07956 18.4549 11.5005 20.353 16.548' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M19.4902 10H17.1177' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M16.5273 10H14.6055C14.3566 10 14.1548 10.2018 14.1548 10.4507V16.5347' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M16.959 12.9375H14.1551' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M19.4902 12.9375H17.5491' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E"); }
.property-attribute-icon.living-room{ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='19' viewBox='0 0 23 19' fill='none'%3E%3Cmask id='path-1-inside-1_2368_51258' fill='white'%3E%3Crect width='22.1538' height='16.6154' rx='0.923077'/%3E%3C/mask%3E%3Crect width='22.1538' height='16.6154' rx='0.923077' stroke='%23222222' stroke-width='3.69231' mask='url(%23path-1-inside-1_2368_51258)'/%3E%3Cmask id='path-2-inside-2_2368_51258' fill='white'%3E%3Crect y='12' width='22.1538' height='4.61538' rx='0.923077'/%3E%3C/mask%3E%3Crect y='12' width='22.1538' height='4.61538' rx='0.923077' stroke='%23222222' stroke-width='3.69231' mask='url(%23path-2-inside-2_2368_51258)'/%3E%3Cpath d='M9.23047 8.1983C9.84585 7.58291 11.4459 6.72138 12.9228 8.1983' stroke='%23222222' stroke-width='1.84615' stroke-linecap='round'/%3E%3Cpath d='M7.38477 5.54026C8.61553 4.84369 11.8155 3.86848 14.7694 5.54026' stroke='%23222222' stroke-width='1.84615' stroke-linecap='round'/%3E%3Cpath d='M5.07662 15.6953L3.23047 18.003' stroke='%23222222' stroke-width='1.84615' stroke-linecap='round'/%3E%3Cpath d='M16.6158 15.6953L18.4619 18.003' stroke='%23222222' stroke-width='1.84615' stroke-linecap='round'/%3E%3Ccircle cx='11.0774' cy='10.1575' r='0.923077' fill='%23222222'/%3E%3C/svg%3E"); }
.property-attribute-icon.number-of-bathrooms{ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='22' viewBox='0 0 18 22' fill='none'%3E%3Cpath d='M3.99902 9H15.8008L16.981 10.2353C17.1121 11.6078 16.5876 14.6824 13.4404 16' stroke='%23222222' stroke-width='1.70205' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.999 9L2.28942 9L1.01846 10.2353C0.87724 11.6078 1.44211 14.6824 4.83134 16' stroke='%23222222' stroke-width='1.70205' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.7198 1.5L3.93306 1.5L3.08203 2.77654L3.93306 8.73371H14.1454L14.9964 2.77654L13.7198 1.5Z' stroke='%23222222' stroke-width='1.70205' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='5.148' y='15.149' width='7.70205' height='5.70205' stroke='%23222222' stroke-width='1.70205' stroke-linejoin='round'/%3E%3Crect x='4.78516' y='3.625' width='3.4041' height='1.70205' rx='0.851025' fill='%23222222'/%3E%3C/svg%3E"); }
.property-attribute-icon.kitchen{ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M19.9937 8.0044H2.57853C1.70639 8.0044 1 8.79179 1 9.76393V10.393C1 12.3856 2.4483 14 4.23599 14H10.7869C12.0497 14 13.2257 13.1202 13.5809 11.7654C13.723 11.2287 13.6993 10.7185 13.5888 10.2434H19.9937C20.5462 10.2434 21 9.73754 21 9.1217C21 8.50586 20.5462 8 19.9937 8V8.0044Z' stroke='%23222222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.9932 18H2.00678C1.45075 18 1 18.6116 1 19.366V19.634C1 20.3884 1.45075 21 2.00678 21H13.9932C14.5492 21 15 20.3884 15 19.634V19.366C15 18.6116 14.5492 18 13.9932 18Z' stroke='%23222222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.6376 1.33594C4.1391 1.88234 4.32622 2.70196 4.10916 3.41303C3.9894 3.80226 3.7611 4.15031 3.61515 4.53205C3.46545 4.91378 3.40556 5.36288 3.61515 5.71468' stroke='%23222222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.37295 1.33594C6.87445 1.88234 7.06158 2.70196 6.84451 3.41303C6.72475 3.80226 6.49646 4.15031 6.3505 4.53205C6.2008 4.91378 6.14092 5.36288 6.3505 5.71468' stroke='%23222222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.10898 1.33594C9.61048 1.88234 9.7976 2.70196 9.58054 3.41303C9.46078 3.80226 9.23248 4.15031 9.08653 4.53205C8.94057 4.91378 8.87695 5.36288 9.08653 5.71468' stroke='%23222222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.8446 1.33594C12.3461 1.88234 12.5333 2.70196 12.3162 3.41303C12.1964 3.80226 11.9681 4.15031 11.8222 4.53205C11.6725 4.91378 11.6126 5.36288 11.8222 5.71468' stroke='%23222222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cmask id='path-7-inside-1_2368_51324' fill='white'%3E%3Cpath d='M3.53774 17.7685C3.36559 17.6488 3.19343 17.5253 3.06244 17.3643C2.93145 17.2034 2.84163 16.9938 2.86783 16.788C2.89777 16.5485 3.07367 16.3539 3.21963 16.1593C3.40301 15.916 3.55271 15.6465 3.66499 15.3621C3.8072 14.9916 4.24882 14.8381 4.58565 15.0477C4.75032 15.1488 4.90376 15.2648 5.04223 15.3995C5.37906 15.7251 5.61858 16.163 5.63729 16.6308C5.65601 17.0986 5.42023 17.5814 5.00855 17.7985'/%3E%3C/mask%3E%3Cpath d='M2.39561 19.4103C3.30236 20.0411 4.54877 19.8174 5.17955 18.9107C5.81033 18.0039 5.58662 16.7575 4.67987 16.1267L2.39561 19.4103ZM2.86783 16.788L4.85183 17.0405L4.85239 17.0361L2.86783 16.788ZM3.21963 16.1593L1.62258 14.9553L1.61963 14.9593L3.21963 16.1593ZM3.66499 15.3621L5.5253 16.0964C5.52761 16.0906 5.5299 16.0847 5.53216 16.0788L3.66499 15.3621ZM4.58565 15.0477L3.52902 16.7459L3.53961 16.7524L4.58565 15.0477ZM5.04223 15.3995L3.64752 16.833L3.65219 16.8375L5.04223 15.3995ZM4.07573 16.0293C3.09866 16.5445 2.72423 17.7542 3.23941 18.7313C3.75459 19.7084 4.9643 20.0828 5.94137 19.5676L4.07573 16.0293ZM4.67987 16.1267C4.63942 16.0986 4.61156 16.0789 4.58813 16.0619C4.56544 16.0453 4.55349 16.0359 4.5482 16.0316C4.54313 16.0274 4.54803 16.0311 4.55924 16.042C4.57066 16.053 4.59006 16.0729 4.61357 16.1018L1.51132 18.6269C1.84414 19.0358 2.24317 19.3043 2.39561 19.4103L4.67987 16.1267ZM4.61357 16.1018C4.67022 16.1714 4.7361 16.2722 4.78682 16.4124C4.83818 16.5543 4.88595 16.7724 4.85183 17.0405L0.883836 16.5355C0.76533 17.4666 1.17112 18.2089 1.51132 18.6269L4.61357 16.1018ZM4.85239 17.0361C4.81558 17.3305 4.69927 17.5123 4.68407 17.536C4.67474 17.5505 4.67437 17.5493 4.70002 17.5156C4.71292 17.4986 4.72581 17.4819 4.7473 17.4541C4.76641 17.4293 4.79245 17.3955 4.81963 17.3593L1.61963 14.9593C1.5726 15.022 1.59698 14.9878 1.51457 15.0963C1.46525 15.1612 1.39167 15.2601 1.31638 15.3776C1.16925 15.6071 0.950019 16.006 0.883276 16.5399L4.85239 17.0361ZM4.81668 17.3632C5.11191 16.9715 5.3489 16.5433 5.5253 16.0964L1.80468 14.6278C1.75653 14.7497 1.69411 14.8604 1.62258 14.9553L4.81668 17.3632ZM5.53216 16.0788C5.23469 16.8538 4.28336 17.2152 3.52904 16.7458L5.64225 13.3496C4.21428 12.4611 2.37972 13.1294 1.79781 14.6454L5.53216 16.0788ZM3.53961 16.7524C3.59451 16.7861 3.62764 16.8136 3.64752 16.833L6.43694 13.9661C6.17988 13.716 5.90613 13.5115 5.63168 13.3431L3.53961 16.7524ZM3.65219 16.8375C3.672 16.8566 3.67553 16.8669 3.6702 16.8563C3.66405 16.844 3.64224 16.7944 3.63889 16.7107L7.6357 16.5509C7.5918 15.4535 7.04664 14.5554 6.43228 13.9615L3.65219 16.8375ZM3.63889 16.7107C3.6341 16.5909 3.6599 16.4814 3.71266 16.3807C3.76654 16.2778 3.87663 16.1343 4.07573 16.0293L5.94137 19.5676C7.14362 18.9337 7.67998 17.658 7.6357 16.5509L3.63889 16.7107Z' fill='%23222222' mask='url(%23path-7-inside-1_2368_51324)'/%3E%3Cmask id='path-9-inside-2_2368_51324' fill='white'%3E%3Cpath d='M7.35024 17.7685C7.17809 17.6488 7.00593 17.5253 6.87494 17.3643C6.74395 17.2034 6.65413 16.9938 6.68033 16.788C6.71027 16.5485 6.88617 16.3539 7.03213 16.1593C7.21551 15.916 7.36521 15.6465 7.47749 15.3621C7.6197 14.9916 8.06132 14.8381 8.39815 15.0477C8.56282 15.1488 8.71626 15.2648 8.85473 15.3995C9.19156 15.7251 9.43108 16.163 9.44979 16.6308C9.46851 17.0986 9.23273 17.5814 8.82105 17.7985'/%3E%3C/mask%3E%3Cpath d='M6.20811 19.4103C7.11486 20.0411 8.36127 19.8174 8.99205 18.9107C9.62283 18.0039 9.39912 16.7575 8.49237 16.1267L6.20811 19.4103ZM6.68033 16.788L8.66433 17.0405L8.66489 17.0361L6.68033 16.788ZM7.03213 16.1593L5.43508 14.9553L5.43213 14.9593L7.03213 16.1593ZM7.47749 15.3621L9.3378 16.0964C9.34011 16.0906 9.3424 16.0847 9.34466 16.0788L7.47749 15.3621ZM8.39815 15.0477L7.34152 16.7459L7.35211 16.7524L8.39815 15.0477ZM8.85473 15.3995L7.46002 16.833L7.46469 16.8375L8.85473 15.3995ZM7.88823 16.0293C6.91116 16.5445 6.53673 17.7542 7.05191 18.7313C7.56709 19.7084 8.7768 20.0828 9.75387 19.5676L7.88823 16.0293ZM8.49237 16.1267C8.45192 16.0986 8.42406 16.0789 8.40063 16.0619C8.37793 16.0453 8.36599 16.0359 8.3607 16.0316C8.35563 16.0274 8.36053 16.0311 8.37174 16.042C8.38316 16.053 8.40256 16.0729 8.42607 16.1018L5.32382 18.6269C5.65664 19.0358 6.05567 19.3043 6.20811 19.4103L8.49237 16.1267ZM8.42607 16.1018C8.48272 16.1714 8.5486 16.2722 8.59932 16.4124C8.65068 16.5543 8.69845 16.7724 8.66433 17.0405L4.69634 16.5355C4.57783 17.4666 4.98362 18.2089 5.32382 18.6269L8.42607 16.1018ZM8.66489 17.0361C8.62808 17.3305 8.51177 17.5123 8.49657 17.536C8.48724 17.5505 8.48687 17.5493 8.51252 17.5156C8.52542 17.4986 8.53831 17.4819 8.5598 17.4541C8.57891 17.4293 8.60495 17.3955 8.63213 17.3593L5.43213 14.9593C5.38511 15.022 5.40948 14.9878 5.32707 15.0963C5.27775 15.1612 5.20417 15.2601 5.12888 15.3776C4.98175 15.6071 4.76252 16.006 4.69578 16.5399L8.66489 17.0361ZM8.62918 17.3632C8.92441 16.9715 9.1614 16.5433 9.3378 16.0964L5.61718 14.6278C5.56903 14.7498 5.50661 14.8604 5.43508 14.9553L8.62918 17.3632ZM9.34466 16.0788C9.04719 16.8538 8.09586 17.2152 7.34154 16.7458L9.45475 13.3496C8.02678 12.4611 6.19222 13.1294 5.61031 14.6454L9.34466 16.0788ZM7.35211 16.7524C7.40701 16.7861 7.44014 16.8136 7.46002 16.833L10.2494 13.9661C9.99238 13.716 9.71863 13.5115 9.44418 13.3431L7.35211 16.7524ZM7.46469 16.8375C7.4845 16.8566 7.48803 16.8669 7.4827 16.8563C7.47655 16.844 7.45474 16.7944 7.45139 16.7107L11.4482 16.5509C11.4043 15.4535 10.8591 14.5554 10.2448 13.9615L7.46469 16.8375ZM7.45139 16.7107C7.4466 16.5909 7.4724 16.4814 7.52516 16.3807C7.57904 16.2778 7.68913 16.1343 7.88823 16.0293L9.75387 19.5676C10.9561 18.9337 11.4925 17.658 11.4482 16.5509L7.45139 16.7107Z' fill='%23222222' mask='url(%23path-9-inside-2_2368_51324)'/%3E%3Cmask id='path-11-inside-3_2368_51324' fill='white'%3E%3Cpath d='M11.1686 17.7685C10.9964 17.6488 10.8243 17.5253 10.6933 17.3643C10.5623 17.2034 10.4725 16.9938 10.4987 16.788C10.5286 16.5485 10.7045 16.3539 10.8505 16.1593C11.0339 15.916 11.1836 15.6465 11.2958 15.3621C11.4381 14.9916 11.8797 14.8381 12.2165 15.0477C12.3812 15.1488 12.5346 15.2648 12.6731 15.3995C13.0099 15.7251 13.2494 16.163 13.2682 16.6308C13.2869 17.0986 13.0511 17.5814 12.6394 17.7985'/%3E%3C/mask%3E%3Cpath d='M10.0265 19.4103C10.9332 20.0411 12.1796 19.8174 12.8104 18.9107C13.4412 18.0039 13.2175 16.7575 12.3107 16.1267L10.0265 19.4103ZM10.4987 16.788L12.4827 17.0405L12.4832 17.0361L10.4987 16.788ZM10.8505 16.1593L9.25344 14.9553L9.25049 14.9593L10.8505 16.1593ZM11.2958 15.3621L13.1562 16.0964C13.1585 16.0906 13.1608 16.0847 13.163 16.0788L11.2958 15.3621ZM12.2165 15.0477L11.1599 16.7459L11.1705 16.7524L12.2165 15.0477ZM12.6731 15.3995L11.2784 16.833L11.283 16.8375L12.6731 15.3995ZM11.7066 16.0293C10.7295 16.5445 10.3551 17.7542 10.8703 18.7313C11.3855 19.7084 12.5952 20.0828 13.5722 19.5676L11.7066 16.0293ZM12.3107 16.1267C12.2703 16.0986 12.2424 16.0789 12.219 16.0619C12.1963 16.0453 12.1843 16.0359 12.1791 16.0316C12.174 16.0274 12.1789 16.0311 12.1901 16.042C12.2015 16.053 12.2209 16.0729 12.2444 16.1018L9.14218 18.6269C9.475 19.0358 9.87403 19.3043 10.0265 19.4103L12.3107 16.1267ZM12.2444 16.1018C12.3011 16.1714 12.367 16.2722 12.4177 16.4124C12.469 16.5543 12.5168 16.7724 12.4827 17.0405L8.5147 16.5355C8.39619 17.4666 8.80198 18.2089 9.14218 18.6269L12.2444 16.1018ZM12.4832 17.0361C12.4464 17.3305 12.3301 17.5123 12.3149 17.536C12.3056 17.5505 12.3052 17.5493 12.3309 17.5156C12.3438 17.4986 12.3567 17.4819 12.3782 17.4541C12.3973 17.4293 12.4233 17.3955 12.4505 17.3593L9.25049 14.9593C9.20346 15.022 9.22784 14.9878 9.14543 15.0963C9.09611 15.1612 9.02253 15.2601 8.94724 15.3776C8.80011 15.6071 8.58088 16.006 8.51414 16.5399L12.4832 17.0361ZM12.4475 17.3632C12.7428 16.9715 12.9798 16.5433 13.1562 16.0964L9.43554 14.6278C9.38739 14.7497 9.32497 14.8604 9.25344 14.9553L12.4475 17.3632ZM13.163 16.0788C12.8655 16.8538 11.9142 17.2152 11.1599 16.7458L13.2731 13.3496C11.8451 12.4611 10.0106 13.1294 9.42867 14.6454L13.163 16.0788ZM11.1705 16.7524C11.2254 16.7861 11.2585 16.8136 11.2784 16.833L14.0678 13.9661C13.8107 13.716 13.537 13.5115 13.2625 13.3431L11.1705 16.7524ZM11.283 16.8375C11.3029 16.8566 11.3064 16.8669 11.3011 16.8563C11.2949 16.844 11.2731 16.7944 11.2698 16.7107L15.2666 16.5509C15.2227 15.4535 14.6775 14.5554 14.0631 13.9615L11.283 16.8375ZM11.2698 16.7107C11.265 16.5909 11.2908 16.4814 11.3435 16.3807C11.3974 16.2778 11.5075 16.1343 11.7066 16.0293L13.5722 19.5676C14.7745 18.9337 15.3108 17.658 15.2666 16.5509L11.2698 16.7107Z' fill='%23222222' mask='url(%23path-11-inside-3_2368_51324)'/%3E%3C/svg%3E"); }
.property-attribute-icon.accepts-pets{ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6.07953 20.7623C6.42161 21.1547 6.82777 21.466 7.27481 21.6783C7.72184 21.8907 8.20099 22 8.68488 22C9.16877 22 9.64792 21.8907 10.095 21.6783C10.542 21.466 10.9482 21.1547 11.2902 20.7623L12.0002 19.9483L12.7101 20.7623C13.4011 21.5545 14.3383 21.9996 15.3155 21.9996C16.2927 21.9996 17.2298 21.5545 17.9208 20.7623C18.6118 19.9701 19 18.8956 19 17.7752C19 16.6548 18.6118 15.5804 17.9208 14.7881L17.2109 13.9742L12.0002 8L6.78947 13.9742L6.07953 14.7881C5.73729 15.1803 5.4658 15.646 5.28057 16.1585C5.09534 16.6711 5 17.2204 5 17.7752C5 18.33 5.09534 18.8794 5.28057 19.3919C5.4658 19.9044 5.73729 20.3701 6.07953 20.7623Z' stroke='%23222222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='8' cy='4' r='2' fill='%23222222' stroke='%23222222' stroke-width='2'/%3E%3Ccircle cx='16' cy='4' r='2' fill='%23222222' stroke='%23222222' stroke-width='2'/%3E%3Ccircle cx='21' cy='10' r='2' fill='%23222222' stroke='%23222222' stroke-width='2'/%3E%3Ccircle cx='3' cy='10' r='2' fill='%23222222' stroke='%23222222' stroke-width='2'/%3E%3C/svg%3E"); }
.property-attribute-icon.furnished{ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21' fill='none'%3E%3Cpath d='M1.27344 10.5469L19.2514 10.5469V14.4751C19.2514 15.0332 18.7983 15.4862 18.2403 15.4862L2.28456 15.4862C1.72651 15.4862 1.27344 15.0332 1.27344 14.4751L1.27344 10.5469Z' stroke='%23222222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.27344 11.9268L1.27344 6.08854C1.27344 5.69014 1.59602 5.36719 1.99442 5.36719H4.22663C4.62503 5.36719 4.94798 5.69014 4.94798 6.08854V10.5442' stroke='%23222222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.5762 10.5442V6.08854C15.5762 5.69014 15.8991 5.36719 16.2975 5.36719H18.5294C18.9278 5.36719 19.2507 5.69014 19.2507 6.08854V11.9268' stroke='%23222222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.44336 5.37007L3.44336 2.82512C3.44336 1.96818 4.1381 1.27344 4.99468 1.27344L15.5284 1.27344C16.385 1.27344 17.0797 1.96818 17.0797 2.82512V5.37007' stroke='%23222222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.25235 15.4847L5.31741 19.1804C5.21972 19.5668 4.82752 19.8008 4.44115 19.7027C4.05477 19.6051 3.82076 19.2129 3.91881 18.8265L4.76409 15.4844' stroke='%23222222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.7578 15.4844L16.6031 18.8265C16.7008 19.2125 16.4671 19.6051 16.0807 19.7028C15.6947 19.8004 15.3022 19.5668 15.2045 19.1804L14.2695 15.4847' stroke='%23222222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
.property-attribute-icon.number-of-suites{ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Crect x='5' y='9.875' width='15.25' height='2.5' rx='1.25' stroke='%23222222' stroke-width='2'/%3E%3Cpath d='M6.25 9.625L8.3175 4.11166C8.42728 3.81893 8.70712 3.625 9.01975 3.625H16.1644C16.5086 3.625 16.8086 3.85922 16.892 4.1931L18.25 9.625' stroke='%23222222' stroke-width='2'/%3E%3Cpath d='M9.25 3.625V1.75C9.25 1.33579 9.58579 1 10 1H15.25C15.6642 1 16 1.33579 16 1.75V3.25' stroke='%23222222' stroke-width='2'/%3E%3Cpath d='M9 1.625L1.36311 1.86365C1.16076 1.86998 1 2.03584 1 2.23829V2.23829C1 2.44988 1.17503 2.61953 1.38652 2.61292L9 2.375' stroke='%23222222' stroke-width='2'/%3E%3Cpath d='M8.5 15.25V20.25' stroke='%23222222' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M13 15.25V20.25' stroke='%23222222' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M17.5 15.25V20.25' stroke='%23222222' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E"); }
.property-attribute-icon.number-of-garages{ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.72076 2C5.8599 2 5.09562 2.55086 4.82339 3.36754L3.61257 7H2C1.44772 7 1 7.44772 1 8C1 8.55228 1.44772 9 2 9L2.99973 9C1.89528 9.00015 1 9.89552 1 11V18C1 19.1046 1.89543 20 3 20H3.13531C3.20014 20.2407 3.2923 20.4885 3.42009 20.7251C3.76942 21.3721 4.43764 22 5.5 22C6.56236 22 7.23058 21.3721 7.57991 20.7251C7.7077 20.4885 7.79986 20.2407 7.86469 20H16.1353C16.2001 20.2407 16.2923 20.4885 16.4201 20.7251C16.7694 21.3721 17.4376 22 18.5 22C19.5624 22 20.2306 21.3721 20.5799 20.7251C20.7077 20.4885 20.7999 20.2407 20.8647 20H21C22.1046 20 23 19.1046 23 18V11C23 9.89552 22.1047 9.00014 21.0003 9H22C22.5523 9 23 8.55228 23 8C23 7.44772 22.5523 7 22 7H20.3874L19.1766 3.36754C18.9044 2.55086 18.1401 2 17.2792 2H6.72076ZM16 18H17H20H21V11H3V18H4H7H8H16ZM18.9459 9L17.2792 4H6.72076L5.05409 9H18.9459ZM6 14C5.44772 14 5 14.4477 5 15C5 15.5523 5.44772 16 6 16H9.5C10.0523 16 10.5 15.5523 10.5 15C10.5 14.4477 10.0523 14 9.5 14H6ZM14 14C13.4477 14 13 14.4477 13 15C13 15.5523 13.4477 16 14 16H17.5C18.0523 16 18.5 15.5523 18.5 15C18.5 14.4477 18.0523 14 17.5 14H14Z' fill='black'/%3E%3C/svg%3E"); }
.property-attribute-icon.close-to-public-transport{ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='23' viewBox='0 0 22 23' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 7.11719V2H20V7.11719L2 7.11719ZM2 9.11719V12.5195H6.5C7.05228 12.5195 7.5 12.9672 7.5 13.5195C7.5 14.0718 7.05228 14.5195 6.5 14.5195H2V16.9032H20V14.5195H15.5007C14.9484 14.5195 14.5007 14.0718 14.5007 13.5195C14.5007 12.9672 14.9484 12.5195 15.5007 12.5195H20V9.11719H2ZM0 1.83333C0 0.820811 0.820811 0 1.83333 0H20.1667C21.1792 0 22 0.820811 22 1.83333V17.0699C22 18.0824 21.1792 18.9032 20.1667 18.9032H17.0906L18.089 20.5701C18.3728 21.0439 18.2188 21.6581 17.745 21.9419C17.2712 22.2257 16.657 22.0716 16.3732 21.5978L14.7593 18.9032H7.97121L6.35724 21.5978C6.07345 22.0716 5.45931 22.2257 4.98551 21.9419C4.51171 21.6581 4.35768 21.0439 4.64146 20.5701L5.6399 18.9032H1.83333C0.820812 18.9032 0 18.0824 0 17.0698V1.83333Z' fill='%23222222'/%3E%3C/svg%3E"); }
.property-attribute-label{ display:block; margin:0; font-weight:500; font-size:1rem; line-height:1.5; color:var(--color); }
.property-attribute-label span{ display:none; }

.property-characteristics{ display:flex; column-gap:3.5rem; flex-wrap:wrap; }
.property-characteristics-item{ margin:0 0 1.5rem 0; padding:0; }
.property-characteristics-item-label{ display:block; margin:0; font-size:1.125rem; line-height:1.5; color:var(--color); white-space:nowrap; }

.property-items{ display:block; }
.property-item{ margin:0 0 2rem 0; padding:0 0 0 2.5rem; }
.property-item-check{ position:absolute; top:0; left:0; width:1.25rem; height:1.25rem; display:block; border:1px solid var(--secondaryColorLight); border-radius:var(--radiusXS); }
.property-item-label{ display:block; margin:0; font-size:1.125rem; line-height:1; color:var(--color); white-space:nowrap; }

.property-description{ display:block; margin:0; font-weight:400; font-size:1.2rem; }
.property-description ul{ margin:0; padding:0 0 0 1rem; }
.property-description ul li{ display:block; position:relative; margin:0 0 1rem 0; font-weight:400; font-size:1rem; list-style:circle; }
.property-description ul li::before{ content: "•"; display:block; position:absolute; top:-0.4rem; left:-1rem; font-size:1.5rem; color:var(--primaryColor); }

@media screen and (min-width: 768px) {
	.property-title{ font-size:2.5rem; }
	.property-price{ margin:0; text-align:right; }
	.property-image{ padding:50% 0 0 0; }
	.property-image-slide .slick-arrow.slick-prev{ left:1.5rem; }
	.property-image-slide .slick-arrow.slick-next{ right:1.5rem; }
}