.header-nav.white {
    background-color: white;
}
header.nav-homepage-style.white .ace-responsive-menu a,
header.nav-homepage-style.white .sidemenu-btn {
    color: black;
}
.homes-wrapper,
.item-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
.listing-style7,
.listing-style1 {
    margin: 0;
}
.hidden {
    display: none !important;
}
.nav-link.opened {
    background-color: #fff !important;
    border: none !important;
    color: #eb6753 !important;
}
.item-wrapper {
    display: none;
}
.item-wrapper.opened {
    display: grid;
}
.info-phone {
    color: white;
}
.mobilie_header_nav {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}
.listing-style7 .list-meta2 a {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ace-responsive-menu > li > a > .arrow:before {
    margin-left: 4px;
}
.contacts-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}
.header-contacts {
    font-size: 30px;
}

header.nav-homepage-style.white .header-contacts i {
    color: black;
}
.offcanvas-backdrop {
    display: none;
}
.offcanvas.show {
    visibility: visible;
    display: block;
}
.offcanvas-backdrop.show {
    display: block;
}
.feature-style1 .top-area {
    padding-right: 15px;
    padding-left: 15px;
    position: absolute;
    top: unset;
    bottom: 0;
}
.feature-style1 .top-area h6,
.feature-style1 .top-area p {
    line-height: 1.3;

}
.feature-style1 .top-area p {
    margin-bottom: 10px;
    font-size: 14px;
}
.thanks-page {
    height: 100vh;
}
.thanks-page .ud-btn {
    margin-top: 30px;
}
.slider-slide-item .container {
    margin-top: -200px;
}

[data-fancybox] {
    cursor: pointer;
}
.feature-style1 {
    aspect-ratio: 2.196;
}
.partners-slider .swiper-slide img {
    width: 80%;
    height: 80%;
    object-fit: contain;
}
.cta-banner4 {
    background-attachment: unset;
}
header.nav-homepage-style .header-contacts i {
    color: white;
}
header.nav-homepage-style.white .header-contacts i {
    color: black;
}
@media(min-width: 576px) {
    .feature-style1 .top-area {
        padding-left: 30px;
    }
    .feature-style1 .top-area {
        padding-left: 20px;
    }
    .feature-style1 .top-area h6,
    .feature-style1 .top-area p {
        line-height:1.5;
    }
    .feature-style1 .top-area p {
        margin-bottom: 20px;
    }
    .feature-style1 {
        aspect-ratio: unset;
    }
}
@media(min-width: 768px) {
    .homes-wrapper,
    .item-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    .feature-style1 .top-area h6,
    .feature-style1 .top-area p {
        line-height:1.85;
    }
    .cta-banner4 {
        background-attachment: fixed;
    }
}

@media(min-width: 992px) {
    .homes-wrapper {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
    }

    .offcanvas.show {
        visibility: hidden;
        display: none;
    }
    .offcanvas-backdrop.show {
        display: none;
    }
}
@media(min-width: 1200px) {
    .item-wrapper {
        grid-template-columns: repeat(4, 1fr);
    }
    .custom_thumbs .swiper-wrapper {
        flex-direction: column;
        width: 56px;
    }
    .custom_thumbs .swiper-wrapper .swiper-slide {
        height: min-content;
    }
    .slider-slide-item .container {
        margin-top: -72px;
    }
 }