<!DOCTYPE html>


<html lang="en">
    <head>


        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>
            Page Not Found
        </title>
        
        
            <link rel="shortcut icon" href="/gridmedia/favicon.ico" type="image/x-icon" /> 
            <meta name="msapplication-TileColor" content="#ffffff">
            <meta name="msapplication-TileImage" content="/gridmedia/img/mstile-144x144.png">
        
        
        
            
        
        
        <style>
            
        </style>
        
        
            <script type='text/javascript' src="https://static2.apts247.info/js/webp_check.min.js"></script>
        
        
            
            
            
                <link rel="stylesheet" type="text/css" href="/gridmedia/css/styles.css">
                <link rel="stylesheet" type="text/css" href="/gridmedia/css/updates.css">
            
        
        
        
            <script>
                var windowheight = window.innerHeight;
                var windowWidth = window.innerWidth;

                document.addEventListener("DOMContentLoaded", ()=> {
                    const headerStyleOne = document.querySelector(".header-style-one");
                    
                    function checkNavVisibility () {
                        if(!headerStyleOne.classList.contains("hidden")) {
                            if(window.scrollY > headerStyleOne.offsetHeight) {
                                headerStyleOne.classList.remove("sticky");
                                headerStyleOne.classList.add("scroll");
                            } else {
                                headerStyleOne.classList.add("sticky");
                                headerStyleOne.classList.remove("scroll");
                            }
                            currentScrollPoint = window.scrollY;
                        }
                    }
                    setTimeout(() => {
                       document.addEventListener("scroll", checkNavVisibility, { capture: false, passive: true});
                        headerStyleOne.classList.add("sticky"); 
                    }, 100)
                })
                window.addEventListener('load', function(){
                    slideLeft("h1.primary-title-style-1, h1.main-title>span");
                });
                function slideLeft(section) {
                    var title = document.querySelectorAll(`${section}`);
                    for (var i = 0; i < title.length; i++) {
                        var revealertop = title[i].getBoundingClientRect().top;
                        if (revealertop < windowheight && windowWidth >= 1100) {
                            title[i].classList.add('fadeInLeft');
                        }
                    };
                }; 
            </script>
        
    <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3326298661855097"
     crossorigin="anonymous"></script><style>
/* CSS */
.hamburger-desktop {
    background: none;
    border: none;
    cursor: pointer;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.hamburger-lines {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 20px;
}

.line {
    position: absolute;
    height: 3px;
    width: 100%;
    background: #333;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.line:nth-child(1) { top: 0; }
.line:nth-child(2) { top: 8px; }
.line:nth-child(3) { top: 16px; }

/* Анімація при відкритому меню */
.hamburger-desktop[aria-expanded="true"] .line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 6px);
}
.hamburger-desktop[aria-expanded="true"] .line:nth-child(2) {
    opacity: 0;
}
.hamburger-desktop[aria-expanded="true"] .line:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -6px);
}

#menu_list {
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

#menu_list.active {
    display: block;
}
header .navbar #showcase_links {
    display: none;
}
.menu-item {
    display: block;
}
</style></head>
    <body id="body_page_not_found">
        
            
                <header id="header" class="header-style-one" aria-label="header">
                    <div class="logo">
                        <img src="/gridmedia/img/header-logo.svg" alt="Apartments 247 20th Anniversary">
                    </div>
                </header>
            
            
        
        
            <main id="main_content" class="container">
                
                    <div id="page_container">
                        
                            <div class="insidepage">
                                <section class="disclaimers">
                                    <div class="terms content text-centric">
                                        <h1 class="primary-title-style-1">Sorry for the inconvenience.</h1>
                                        <p class="disclaimer-text">Unfortunately, the website you are trying to find is no longer active. We apologize for the inconvenience in your search for a new apartment.</p>
                                    </div>
                                </section>
                            </div>
                        
                    </div>
                
            </main>
        
        
            <footer id="footer">
                <div class="footer-left">
                    <div class="logo-container footer-column-group">
                        <img src="/gridmedia/img/logo_footer.svg" alt="Apartments247">
                    </div>
                    
                </div>
                <div class="footer-block-logo"></div>
            </footer>
        
        
        
    </body>
</html>