@media (max-width: 1199.98px) {
    .copyright-footer {
        width: 100%;
        text-align: right;
    }
    .header-content .h1_title {
        font-size: 44px;
        line-height: 1.2;
        margin-bottom: 0;
    }
    .gallery-thumbs {
        height: 140px;
    }
    .projectGalleryThumbs .swiper-slide {
        max-width: 195px;
    }
    .sidebar-card {
        flex-wrap: wrap;
        max-height: 600px;
        gap: 0 24px;
    }
    .sidebar-card > div {
        max-width: 50%;
    }
    .breadcrumb {
        margin-bottom: 0;
    }
    .fasads-info .text-link {
        margin-left: 0;
    }
    .kit-table {
        padding-left: 0;
    }
    .reviewsSwiper .swiper-slide {
        max-width: 400px;
    }
    .map-card img {
        width: 100%!important;
        height: 395px;
    }
}
@media (max-width: 990.98px) {
    .link-logo {
        width: 160px;
    }
    .sidebar-card {
        max-height: 100%;
    }
    .sidebar-card > div {
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .swiper-nav .button-nav {
        position: absolute;
        top: 50%;
        transform: translate(0, -95%);
        width: 74px;
        height: 74px;
    }
}
@media (max-width: 767.98px) {
    .menu-toggle {
        width: 40px;
        height: 40px;
        position: relative;
        padding: 10px 5px;
        z-index: 10;
    }
    .menu-toggle span {
        left: 5px;
        width: 30px;
        position: absolute;
        height: 3px;
        background: #313E48;
        border-radius: 3px;
        transition: 
            top 0.3s ease,
            bottom 0.3s ease,
            transform 0.3s ease,
            opacity 0.2s ease,
            background 0.3s ease;
    }
    .menu-toggle span:nth-child(1) {
        top: 10px;
    }
    .menu-toggle.active span:nth-child(1) {
        top: 19px;
        transform: rotate(45deg);
    }
    .menu-toggle span:nth-child(2) {
        top: 19px;
    }
    .menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }
    .menu-toggle span:nth-child(3) {
        bottom: 9px;
    }
    .menu-toggle.active span:nth-child(3) {
        bottom: 18px;
        transform: rotate(-45deg);
    }
    
    .menu-mobile-block.open {
        max-height: 1000px;
        opacity: 1;
        visibility: visible;
    }
    .mobile-row {
        border-top: 1px solid #C2C2C2;
        padding: 20px 0;
    }
    .menu-mobile-block .mobile-nav .mobile-row:last-of-type {
        border-bottom: 1px solid #C2C2C2;
    }
    .menu-mobile-block .title {
        color: #313E48;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 22.4px;
        text-transform: uppercase;
    }
    .menu-mobile-block .badge-header {
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 8px;
        border-radius: 99px;
        background: #FF8A00;
        color: #FFF;
        font-size: 10px;
        font-style: normal;
        font-weight: 700;
        line-height: 13px;
        text-transform: uppercase;
    }
    .menu-mobile-block .menu-nav {
        gap: 10px;
    }
    .mobile-nav .nav-link {
        display: inline-block;
        color: #313E48;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 1.3;
    }
    .mobile-nav .nav-link.active {
        display: inline-flex;
        color: #fff;
    }
    .menu-mobile-block .maps-search {
        align-items: start;
    }
    .menu-mobile-block .favorite-block .favorite-button {
        gap: 8px;
    }
    .menu-mobile-block .favorite-block .favorite-button .title {
        text-transform: none;
    }
    .menu-mobile-block .maps-search .text .value {
        text-align: center;
        color: #313E48;
    }
    .header-content .h1_title {
        font-size: 24px;
    }
    .promo-card.text-promo {
        width: 100%;
    }
    .projectGalleryMain .swiper-slide {
        height: 260px;
    }
    .gallery-thumbs {
        height: 60px;
    }
    .projectGalleryThumbs .swiper-slide {
        max-width: 80px;
    }
    .sidebar-action {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .title-section {
        font-size: 20px;
    }
    .fasads-info .text-link {
        font-size: 18px;
    }
    .btn-fasad {
        padding: 0 50px;
    }
    .mortgage-banner {
        grid-template-columns: 1.5fr 1fr;
        height: 100px;
    }
    .mortgage-banner__img {
        height: 100px;
    }
    .mortgage-banner__label {
        font-size: 14px;
        line-height: 1;
    }
    .opt-title {
        font-size: 18px;
    }
    .contact-card .section-desc {
        text-align: center;
    }
    .review-card {
        height: 430px;
    }
    .reviewsSwiper .swiper-slide {
        max-width: 280px;
    }
    .review-card__title {
        font-size: 16px;
        max-width: 100%;
    }
    .reviewsSwiper .swiper-nav {
        margin-top: 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
    }
    .btn-rewiews {
        height: 60px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 40px;
        border-radius: 5px;
        border: 1px solid #FF8A00;
        color: #FF8B00;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 1;
        text-transform: uppercase;
    }
    .swiper-nav .button-nav {
        width: 60px;
        height: 60px;
        border: 1px solid #DDD;
    }
    .about-title {
        font-size: 20px;
    }
    .about-desc {
        font-size: 14px;
        line-height: 1.4;
    }
    
    .mortgage-modal .modal-dialog {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }

    .mortgage-modal__content {
        padding: 32px 20px 24px;
    }

    .mortgage-modal__title {
        margin: 0 36px 20px 0;
        font-size: 20px;
        line-height: 28px;
    }
}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    