.full-image-container{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:rgba(0,0,0,.815);z-index:100000;animation:fadeIn .2s ease-in-out}.full-image-container .close-button{position:absolute;top:10px;right:10px;font-size:30px}.full-image-container .full-image{position:absolute;z-index:11;top:50%;left:50%;transform:translate(-50%,-50%);max-height:90vh;max-width:90vw;border-radius:10px;cursor:zoom-in;overflow:auto}.full-image-container .full-image::-webkit-scrollbar-track{background-color:#1b1a17}.full-image-container .full-image::-webkit-scrollbar-thumb{background-color:#ff8303;border-radius:10px}.full-image-container .full-image img{width:100%!important;height:100%!important;object-fit:contain}.full-image-container .zoomed img{cursor:zoom-out;scale:2}.full-image-container .bottom-image-select{position:absolute;bottom:50px;left:50%;transform:translateX(-50%);display:flex;flex-wrap:wrap;justify-content:center;align-items:center;max-height:100px;width:100%;overflow:auto;gap:20px}.full-image-container .bottom-image-select::-webkit-scrollbar-track{background-color:#1b1a17}.full-image-container .bottom-image-select::-webkit-scrollbar-thumb{background-color:#ff8303;border-radius:10px}.full-image-container .bottom-image-select img,.full-image-container .bottom-image-select video{width:auto;height:auto;max-width:75px}.full-image-container .bottom-image-select .video-container{position:relative}.full-image-container .bottom-image-select .video-container .play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:2rem;cursor:pointer}.full-image-container .buttons-group{position:absolute;width:100%;top:50%;left:0;transform:translateY(-50%);display:flex;justify-content:space-between}.full-image-container .buttons-group button{width:100px;height:100px;border-radius:50%;background-color:rgba(0,0,0,.815);color:#ff8303;font-size:30px;border:none;outline:none;cursor:pointer;transition:all .3s ease-in-out}.full-image-container .buttons-group button:not(:disabled):hover{color:#a35709}.full-image-container .buttons-group button:disabled{opacity:.4;cursor:not-allowed}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media only screen and (max-width:900px){.full-image-container .full-image{max-height:100vh;max-width:100vw}.full-image-container .full-image img{width:95vw!important;height:95vw!important;object-fit:contain}}@media only screen and (max-width:600px){.full-image-container .buttons-group{display:none}}.in-new-houses-container{background:url(/_next/static/media/in-new-houses-background.4ecd08e5.svg);background-size:contain;background-position:50%;width:100%;min-height:100vh}.in-new-houses-container .content{max-width:1500px;margin:0 auto;background-color:#1b1a17}.in-new-houses-container .content .in-new-houses-list{max-width:1600px;margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(300px,1fr));grid-gap:50px;gap:50px}@media only screen and (max-width:1300px){.in-new-houses-container .content .in-new-houses-list{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media only screen and (max-width:1700px){.in-new-houses-container{background:none}}.in-new-house-card{max-width:600px;display:flex;flex-direction:column;gap:50px;background-color:#141414;padding:20px;height:-moz-fit-content;height:fit-content}.in-new-house-card img{width:100%}.in-new-house-card .in-new-house-card-name h4{font-size:2rem;font-weight:700;margin-bottom:10px;width:-moz-fit-content;width:fit-content;border-bottom:1px solid #ff8303}