[v-cloak]{display:none !important}.blurred_text{filter:blur(6px);user-select:none;pointer-events:none}#property{display:flex;flex-direction:column;gap:60px}@media (min-width:800px){#property{padding-top:100px;padding-bottom:100px}}#property>.container{display:flex;flex-direction:column;gap:60px}#property .header{display:flex;flex-direction:column;gap:5px}@media (min-width:800px){#property .header{order:0}}@media (max-width:800px){#property .header{order:1}}#property .header .property-back-btn{display:flex;align-items:center;gap:10px;cursor:pointer}#property .header .property-back-btn span{font-size:16px;font-weight:500;color:var(--blue)}#property .header .header-content{display:flex;flex-direction:column;gap:25px}@media (min-width:800px){#property .header .header-content .title{font-size:55px}}@media (max-width:800px){#property .header .header-content .title{font-size:35px}}#property .header .header-content .address{display:flex;align-items:center;gap:5px}#property .header .header-content .address p{font-size:16px}#property .header .header-content .price-actions{display:flex;align-items:center;justify-content:space-between;gap:10px}#property .header .header-content .price-actions .icon-size{width:24px}#property .header .header-content .price-actions .price-with-from{display:flex;align-items:center;gap:10px;flex-wrap:wrap}#property .header .header-content .price-actions .price-with-from .price-from-img{width:auto;height:34px;max-width:min(140px, 38vw);object-fit:contain;object-position:center right;flex-shrink:0}@media (min-width:800px){#property .header .header-content .price-actions .price-with-from .price-from-img{height:40px;max-width:160px}}#property .header .header-content .price-actions .price-with-from .price{font-size:26px;font-weight:700;margin:0}#property .header .header-content .price-actions .actions{display:flex;align-items:center;gap:10px}@media (max-width:800px){#property .header .header-content .price-actions .actions{display:none}}#property .header .header-content .price-actions .actions button{display:flex;align-items:center;gap:10px;padding:8px 15px;border-radius:30px;background:none;border:none;cursor:pointer;box-shadow:5px 5px 10px 0 rgba(8, 72, 88, 0.1)}@media (min-width:800px){#property .gallery{order:1}}@media (max-width:800px){#property .gallery{order:0}}@media (min-width:800px){#property .gallery .gallery-desktop{display:grid;grid-template-columns:repeat(4, 1fr);grid-template-rows:repeat(2, 1fr);gap:7px}#property .gallery .gallery-desktop>:nth-child(1){grid-area:1 / 1 / 3 / 3}#property .gallery .gallery-desktop>:nth-child(2){grid-area:1 / 3 / 2 / 4}#property .gallery .gallery-desktop>:nth-child(3){grid-area:1 / 4 / 2 / 5}#property .gallery .gallery-desktop>:nth-child(4){grid-area:2 / 3 / 3 / 4}#property .gallery .gallery-desktop>:nth-child(5){grid-area:2 / 4 / 3 / 5}}@media (max-width:800px){#property .gallery .gallery-desktop{display:none}}#property .gallery .gallery-desktop .gallery-cell{position:relative;cursor:pointer;overflow:hidden}#property .gallery .gallery-desktop .gallery-cell img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.35s ease}#property .gallery .gallery-desktop .gallery-cell:hover img{transform:scale(1.04)}#property .gallery .gallery-desktop .gallery-more-overlay{position:absolute;inset:0;background:rgba(0, 0, 0, 0.5);display:flex;align-items:center;justify-content:center;transition:background 0.3s ease}#property .gallery .gallery-desktop .gallery-more-overlay span{color:#fff;font-size:38px;font-weight:700;text-shadow:0 2px 8px rgba(0, 0, 0, 0.3)}#property .gallery .gallery-desktop .gallery-more-overlay:hover{background:rgba(0, 0, 0, 0.65)}#property .gallery .gallery-mobile{display:flex;flex-direction:column;align-items:stretch;gap:12px}@media (min-width:800px){#property .gallery .gallery-mobile{display:none}}#property .gallery .gallery-mobile .gallery-slides{position:relative;width:100%;min-height:320px;border-radius:12px;overflow:hidden}#property .gallery .gallery-mobile .gallery-slides .gallery-slide{width:100%;object-fit:cover;display:block}@media (max-width:800px){#property .gallery .gallery-mobile .gallery-slides .gallery-slide{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;visibility:hidden;transition:opacity 0.4s ease, visibility 0.4s ease;z-index:0}#property .gallery .gallery-mobile .gallery-slides .gallery-slide.is-active{opacity:1;visibility:visible;z-index:1}}#property .gallery .gallery-mobile .gallery-slides .actions{position:absolute;top:0;left:0;z-index:2;display:flex;align-items:center;gap:10px;padding:10px}#property .gallery .gallery-mobile .gallery-slides .actions button{background:var(--off-white);border-radius:50%;padding-top:1px;width:35px;height:35px;border:none;cursor:pointer}#property .gallery .gallery-mobile .gallery-thumbs-container{position:relative}#property .gallery .gallery-mobile .gallery-thumbs-container .thumbs-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:24px;height:24px;border-radius:50%;border:none;background:rgba(255, 255, 255, 0.85);color:var(--blue);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 1px 4px rgba(0, 0, 0, 0.15);transition:background 0.2s, transform 0.2s}#property .gallery .gallery-mobile .gallery-thumbs-container .thumbs-arrow svg{width:14px;height:14px}#property .gallery .gallery-mobile .gallery-thumbs-container .thumbs-arrow:hover{background:#fff}#property .gallery .gallery-mobile .gallery-thumbs-container .thumbs-arrow:active{transform:translateY(-50%) scale(0.9)}#property .gallery .gallery-mobile .gallery-thumbs-container .thumbs-arrow--right{right:2px}#property .gallery .gallery-mobile .gallery-thumbs-container .thumbs-arrow--left{left:2px}#property .gallery .gallery-mobile .gallery-thumbs-wrap{width:100%;overflow:hidden;position:relative}#property .gallery .gallery-mobile .gallery-thumbs-wrap .gallery-thumbs-track{display:flex;gap:8px;transition:transform 0.3s ease;will-change:transform}#property .gallery .gallery-mobile .gallery-thumbs-wrap .gallery-thumbs-track.is-dragging{transition:none}#property .gallery .gallery-mobile .gallery-thumbs-wrap .gallery-thumbs-track .gallery-thumb{flex:0 0 calc((100% - 24px) / 4);aspect-ratio:1.3333333333;border-radius:8px;overflow:hidden;cursor:pointer;position:relative;border:2px solid transparent;transition:border-color 0.25s ease, opacity 0.25s ease;opacity:0.6}#property .gallery .gallery-mobile .gallery-thumbs-wrap .gallery-thumbs-track .gallery-thumb.is-active{border-color:var(--blue);opacity:1}#property .gallery .gallery-mobile .gallery-thumbs-wrap .gallery-thumbs-track .gallery-thumb:not(.is-active):hover{opacity:0.85}#property .gallery .gallery-mobile .gallery-thumbs-wrap .gallery-thumbs-track .gallery-thumb img{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}#property .info{display:flex;gap:35px;order:2}@media (min-width:800px){#property .info{justify-content:space-between}}@media (max-width:800px){#property .info{flex-direction:column}}#property .info .data-container{display:flex;align-items:center;gap:25px}@media (min-width:800px){#property .info .data-container{flex:1;min-width:0}}#property .info .data-container .dashed-line{height:100%;width:0;border-right:2px dashed var(--blue)}@media (max-width:800px){#property .info .data-container .dashed-line{display:none}}#property .info .data-container .data{display:flex;flex-direction:column}@media (min-width:800px){#property .info .data-container .data{flex-basis:90%;gap:70px}}@media (max-width:800px){#property .info .data-container .data{gap:20px}}#property .info .data-container .data .data-item-container{display:flex;gap:10px}@media (min-width:800px){#property .info .data-container .data .data-item-container{align-items:center}}@media (max-width:800px){#property .info .data-container .data .data-item-container{align-items:flex-start;border:1px solid var(--off-white);padding:10px;border-radius:10px}}#property .info .data-container .data .data-item-container .item-icon{background:var(--white);border-radius:50%;position:relative;box-shadow:5px 5px 10px 0 rgba(8, 72, 88, 0.1)}@media (min-width:800px){#property .info .data-container .data .data-item-container .item-icon{transform:translateX(47px);width:45px;height:45px}}@media (max-width:800px){#property .info .data-container .data .data-item-container .item-icon{width:30px;height:30px}}#property .info .data-container .data .data-item-container .item-icon svg{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}@media (max-width:800px){#property .info .data-container .data .data-item-container .item-icon svg{width:20px;height:20px}}#property .info .data-container .data .data-item-container .data-item{display:flex;flex-direction:column;gap:10px;width:100%}#property .info .data-container .data .data-item-container .data-item h5{font-size:20px;font-weight:700}#property .info .data-container .data .data-item-container .data-item .data-item-html{font-size:16px}#property .info .data-container .data .data-item-container .data-item .data-item-html :first-child{margin-top:0}#property .info .data-container .data .data-item-container .data-item .data-item-html :last-child{margin-bottom:0}#property .info .data-container .data .data-item-container .data-item p{font-size:16px}#property .info .contact{display:flex;flex-direction:column;gap:30px;padding:30px 20px;height:fit-content;border-radius:20px;box-shadow:5px 5px 10px 0 rgba(8, 72, 88, 0.1)}@media (min-width:800px){#property .info .contact{flex:0 0 300px;width:300px;max-width:300px;position:sticky;top:80px}}@media (max-width:800px){#property .info .contact{width:100%}}#property .info .contact .contact-user{display:flex;align-items:center;gap:10px}#property .info .contact .contact-user img{width:40px;height:40px;border-radius:50%}#property .info .contact .contact-user .contact-user-info{display:flex;flex-direction:column;gap:5px}#property .info .contact .contact-user .contact-user-info h5{font-size:16px;font-weight:700}#property .info .contact .contact-user .contact-user-info p{font-size:14px;line-height:1}#property .info .contact .buttons{display:flex;flex-direction:column;gap:10px}#property .info .contact .buttons .contact-button{display:flex;align-items:center;justify-content:center;gap:10px;padding:8px 15px;border-radius:30px;background:var(--blue);border:none;cursor:pointer;border:1px solid var(--blue);font-size:20px;color:var(--white)}#property .info .contact .buttons .property-contact-panel{position:relative;margin-top:8px}#property .info .contact .buttons .property-contact-panel form.property-contact-form{padding:20px}@media (max-width:800px){#property .info .contact .buttons .property-contact-panel form.property-contact-form{padding:16px}}#property .info .contact .buttons .property-contact-panel .form-row{flex-direction:column}#property .info .contact .buttons .property-contact-panel .input-item textarea{width:100%;padding:10px 14px;border-radius:16px;border:1px solid var(--blue);min-height:100px;resize:vertical;font-family:inherit;font-size:16px}#property .info .contact .buttons .property-contact-panel .property-contact-msg{margin:0;font-size:14px}#property .info .contact .buttons .property-contact-panel .property-contact-msg--error{color:#c0392b}#property .info .contact .buttons .property-contact-panel .property-contact-msg--success{color:#1e7e34}#property .info .contact .buttons .property-contact-panel form .btn{margin-top:4px}#property .lightbox-overlay{position:fixed;inset:0;z-index:9999;background:rgba(0, 0, 0, 0.92);display:flex;flex-direction:column;align-items:center;justify-content:center}#property .lightbox-close{position:absolute;top:16px;right:16px;z-index:10000;background:rgba(255, 255, 255, 0.08);border:none;cursor:pointer;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background 0.25s}#property .lightbox-close:hover{background:rgba(255, 255, 255, 0.2)}#property .lightbox-body{display:flex;align-items:center;width:100%;justify-content:center}@media (min-width:800px){#property .lightbox-body{gap:24px;max-width:92vw;height:78vh;padding:0 20px}}@media (max-width:800px){#property .lightbox-body{gap:0;height:70vh;padding:0 10px}}#property .lightbox-nav{background:rgba(255, 255, 255, 0.08);border:none;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background 0.25s, transform 0.2s}@media (min-width:800px){#property .lightbox-nav{width:52px;height:52px}}@media (max-width:800px){#property .lightbox-nav{width:40px;height:40px;position:absolute;top:50%;transform:translateY(-50%);z-index:10000}#property .lightbox-nav svg{width:22px;height:22px}}#property .lightbox-nav:hover{background:rgba(255, 255, 255, 0.22)}#property .lightbox-nav:active{transform:scale(0.92)}@media (max-width:800px){#property .lightbox-nav:active{transform:translateY(-50%) scale(0.92)}}@media (max-width:800px){#property .lightbox-nav--prev{right:8px}}@media (max-width:800px){#property .lightbox-nav--next{left:8px}}#property .lightbox-image-wrap{flex:1;display:flex;align-items:center;justify-content:center;height:100%;min-width:0;overflow:hidden}#property .lightbox-image-wrap .lightbox-image{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px;user-select:none;-webkit-user-drag:none}#property .lightbox-counter{color:rgba(255, 255, 255, 0.7);font-size:15px;font-weight:500;margin-top:18px;letter-spacing:1px;user-select:none}.lightbox-fade-enter-active,.lightbox-fade-leave-active{transition:opacity 0.3s ease}.lightbox-fade-enter-from,.lightbox-fade-leave-to{opacity:0}