.dropdown-menu {
    min-width: 100% !important;
}

@media only screen and (max-width: 767px) {
    .swiper-slide {
        margin: 0 !important;
    }
}
.icon_input_group:not(.phone__) {
    flex-direction: column;
}
.breif__ {
    font-size: 14px;
}

.post_content p {
    overflow-wrap: break-word;
}

.deal_info_block .strip {
    padding: 0 20px;
    display: grid;
    grid-template-columns: 150px 1fr;
}

.nav-list-om {
    margin: 0 !important;
}
.price_before__ {
    position: relative;
    opacity: 0.7;
}

.price_before__::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-5deg);
    opacity: 0.7;
}

.contact_page .footer_list__ * {
    color: #000;
    font-size: 17px;
}
.contact_page .footer_list__ figure {
    filter: brightness(0);
}
.intro_btns__ {
    display: flex;
    max-width: 400px;
    margin: auto;
    justify-content: space-between;
}
.main_form__ #map {
    display: block !important;
}
.contact_page .footer_list__ {
    display: flex;
    justify-content: space-between;
}
