
.properties-template-default {
    background-color: #F2F3F6;
}
.main_property_page {
    padding-top: 68px;
}

.container_property_page {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 80px;
}

.box_breadcrumb_back {
    padding-left: 10px;
    display: flex;
    align-items: center;
    gap: 2px;
    color: #495260;
    font-family: var(--font-family-helvetica);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    transition: var(--all-time-transition);
    cursor: pointer;
    margin-bottom: 10px;
}

.icon_breadcrumb_back {
    width: 18px;
    height: 18px;
    transform: rotate(90deg);
    fill: #495260;
    transition: var(--all-time-transition)
}


.swiper_property_page {
    position: relative;
    width: 100%;
    min-height: 300px;
}

.container_swiper_property_page .swiper_pagination_property_page,
.container_content_similar_ads .swiper_pagination_property_page{
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 100;
    transform: translateX(-50%);
    display: flex;
    gap: 4px;
    padding: 8px 10px;
    width: fit-content;

}

.container_swiper_property_page
.swiper_pagination_property_page
.swiper-pagination-bullet,
.container_content_similar_ads
.swiper_pagination_property_page
.swiper-pagination-bullet {
    margin: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FFFFFF;
    opacity: 0.4;
    transition: var(--all-time-transition);
    backdrop-filter: blur(10px);
}

.container_swiper_property_page
.swiper_pagination_property_page
.swiper-pagination-bullet-active,
.container_content_similar_ads
.swiper_pagination_property_page
.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper_button_next_property_page,
.swiper_button_prev_property_page {
    display: none;
}

.container_top_info_property_page {
    display: flex;
    padding: 14px;
    flex-direction: column;
    gap: 20px;
    align-self: stretch;
    background: #FFF;
    margin-bottom: 12px;
}

.box_name_price_property_page,
.box_name_btn_price_property_page {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.box_name_btn_price_property_page{
    gap: 20px;
}

.date_added_property_page {
    display: flex;
    align-items: center;
    gap: 4px;
    opacity: 0.5;
    color: #495260;
    font-family: var(--font-family-helvetica);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.icon_clock_added_property_page {
    display: flex;
    width: 16px;
    height: 16px;
    justify-content: center;
    align-items: center;
}


.name_property_page {
    color: #090712;
    font-family: var(--font-family-helvetica);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin: 0;
    /* 16.8px */
}

.box_price_property_page {
    display: flex;
    align-items: center;
    gap: 14px;
}

.price_property_page {
    color: #071121;
    font-family: var(--font-family-helvetica);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.price_per_property_page {
    color: #090712;
    font-family: var(--font-family-helvetica);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.btn_request_info {
    display: flex;
    padding: 12px 14px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    align-self: stretch;
    border-radius: 6px;
    background: #9EE334;
    color: #090712;
    font-family: var(--font-family-helvetica);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    border: 1px solid #9EE334;
    line-height: normal;
    transition: var(--all-time-transition);
}

.btn_request_info:hover {
    background: #FFFFFF;
    border-color: #090712;
}

.decoration_line_property_page{
    width: 100%;
    height: 1px;
    background: rgba(109, 120, 137, 0.20);
    transition: var(--all-time-transition);
}

.box_room_area_floor {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    flex-wrap: wrap;
}

.label_room_area_floor_property_page{
    display: flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    background: #F2F3F6;
    color: #090712;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--font-family-helvetica);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* 114.286% */
}

.icon_room_area_floor_property_page {
    width: 20px;
    height: 20px;
    fill: #090712;
}

.location_property {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    flex-wrap: nowrap;
    color: #090712;
    font-family: var(--font-family-helvetica);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.icon_location_property {
    width: 20px;
    height: 20px;
    fill: #090712;
}

.container_parameters_property_page {
    display: flex;
    padding: 14px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    background: #FFF;
    margin-bottom: 12px;
}

.box_item_parameter{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.box_top_item_parameter {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    cursor: pointer;
}

.title_item_parameter {
    color: #071121;
    font-family: var(--font-family-helvetica);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.icon_item_parameter {
    width: 24px;
    height: 24px;
    fill: #090712;
    transition: var(--all-time-transition);
}

.box_item_parameter.active .icon_item_parameter {
    transform: rotate(180deg);
}

.box_content_item_parameter {
    max-height: 0;
    overflow: hidden;
    transition: var(--all-time-transition);
}

.box_item_parameter.active .box_content_item_parameter {
    max-height: 1000px;
}

.list_item_parameter {
    padding-top: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

.item_parameter {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(109, 120, 137, 0.20);
}

.label_item_parameter {
    color: #090712;
    font-family: var(--font-family-helvetica);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.box_value_item_parameter {
    display: flex;
    align-items: flex-start;
    gap: 4px;
}

.value_item_parameter {
    color: #090712;
    text-align: left;
    font-family: var(--font-family-helvetica);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.link_item_parameter {
    color: #1B1444;
    text-align: left;
    font-family: var(--font-family-helvetica);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}


.list_item_parameter.amenities {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    align-content: flex-start;
    gap: 8px;
    align-self: stretch;
    flex-wrap: wrap;
}

.list_item_parameter.amenities .item_parameter {
    border: none;
    width: fit-content;
    display: flex;
    padding: 0;

}

.label_item_parameter.amenities {
    display: flex;
    padding: 6px 8px;
    align-items: center;
    gap: 4px;
    border-radius: 6px;
    background: #F2F3F6;
    border: 1px solid #F2F3F6;
    font-weight: 500;
    line-height: 1.42;
    transition: var(--all-time-transition);
}

.label_item_parameter.amenities:hover {
    border: 1px solid #090712;
    background: #FFF;
}

.icon_done_amenities {
    width: 20px;
    height: 20px;
    opacity: 0.5;
    fill: #090712;
    transition: var(--all-time-transition);
}

.label_item_parameter.amenities:hover .icon_done_amenities {
    opacity: 1;
}

.container_description_property_page {
    display: flex;
    padding: 14px;
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
    align-self: stretch;
    background: #FFF;
    margin-bottom: 40px;
}


.title_description_property_page {
    color: #071121;
    font-family: var(--all-time-transition);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.box_content_property_page  {
    color: #090712;
    font-family: var(--font-family-helvetica);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.box_content_property_page b {
    font-weight: 700;
}



.container_similar_ads {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.title_similar_ads {
    color: #1B1444;
    font-family: var(--font-family-helvetica);
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 33.6px */
}

.container_content_similar_ads {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}

.item_similar_ads {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
}

.box_info_similar_ads {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    background: #FFF;
    height: 100%;
}

.price_info_similar_ads {
    color: #071121;
    font-family: var(--font-family-helvetica);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.location_info_similar_ads {
    color: #495260;
    font-family: var(--font-family-helvetica);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.box_label_info_similar_ads {
    display: flex;
    align-items: flex-end;
    gap: 6px;
}

.label_info_similar_ads {
    color:  #071121;
    font-family: var(--font-family-helvetica);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.decoration_disc_similar_ads {
    color: #071121;
    text-align: center;
    font-family: var(--font-family-helvetica);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.link_see_other_property_page {
    display: flex;
    padding: 12px 14px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    align-self: stretch;
    border-radius: 6px;
    background: #9EE334;
    border: 1px solid #9EE334;
    color: #090712;
    font-family: var(--font-family-helvetica);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: var(--all-time-transition);
}

.link_see_other_property_page:hover {
    background: #fff;
    border-color: #090712;
}



/* ================ modal_agent ================ */

.background_property_page {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: var(--all-time-transition);
}

.background_property_page.open {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.container_modal_agent {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 14px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    z-index: 10010;
    overflow-y: scroll;
    flex-shrink: 0;
    background: #FFF;
    transition: var(--all-time-transition);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.container_modal_agent.open {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.box_top_modal_agent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.title_modal_agent {
    color: #071121;
    font-family: var(--font-family-helvetica);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.btn_close_modal_agent {
    width: 34px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon_close_modal_agent {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    fill: #090712;
    transition: var(--all-time-transition);
}

.box_info_agent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    align-self: stretch;
}


.box_photo_name_agent {
    display: flex;
    align-items: center;
    gap: 14px;
    align-self: stretch;
}

.photo_agent {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}

.box_photo_agent {
    position: relative;
}

.icon_done_agent{
    position: absolute;
    bottom: -5px;
    right: -5px;
}

.box_name_property_agent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
    flex: 1 0 0;
}

.name_agent {
    display: flex;
    align-items: center;
    color: #000;
    font-family: var(--font-family-helvetica);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.icon_arrow_agent {
    width: 20px;
    height: 20px;
    transform: rotate(-90deg);
}

.property_agent {
    color: #090712;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--font-family-helvetica);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    background: #F2F3F6;
    padding: 4px 8px;
    border-radius: 8px;
    /* 133.333% */
}


.contact_link_agent {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #1B1444;
    font-family: var(--font-family-helvetica);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.icon_contact_link {
    fill: #1B1444;
    transition: var(--all-time-transition);
    width: 20px;
    height: 20px;
    aspect-ratio: 1/1;
}

.box_link_contact_agent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.box_link_contact_agent.tablet_desktop {
    display: none;
}

/* ================ /modal_agent ================ */

.modal_gallery_property {
    position: fixed;
    inset: 0;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.85);
    z-index: 9999;
}

.modal_gallery_property.active {
    display: flex;
    animation: fadeIn 0.3s ease;
    /*background: #071121;*/
    padding: 20px 40px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.98);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.modal_gallery_content_property {
    position: relative;
    max-width: 95vw;
    /* max-width: 1000px; */
}

.modal_gallery_overlay_property {
    position: absolute;
    inset: 0;
}

.modal_gallery_close_property {
    position: absolute;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 20px;
    right: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 10;
}

.icon_close_gallery_property {
    width: 28px;
    height: 28px;
    fill: #fff;
    transition: opacity 0.2s ease;
}

.icon_close_gallery_property:hover {
    opacity: 0.8;
}

.modal_gallery_counter_property {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    color: #FFF;
    font-family: var(--font-family-helvetica);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}



.swiper_modal_gallery_property img {
    width: 100%;
    user-select: none;


}

.swiper_modal_thumbs_property {
    margin-top: 10px;
}



.swiper_modal_thumbs_property .swiper-slide {
    width: 100px;
    height: 70px;
    opacity: 0.6;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.swiper_modal_thumbs_property .swiper-slide-thumb-active {
    opacity: 1;
    border: 5px solid #fff;
}

.swiper_modal_thumbs_property img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper_modal_thumbs_property .photo_modal_thumbs_property {
    width: 100%;
    height: 100%;
    max-width: none;
}

.swiper_modal_thumbs_property .swiper-slide {
    min-width: 140px;
    max-width: 140px;
    min-height: 105px;
    max-height: 105px;
}

.swiper_modal_thumbs_property .swiper-wrapper {
    overflow-x: auto;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
    transform: translateX(0) !important;
}

.swiper_modal_thumbs_property .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper_button_next_modal_property,
.swiper_button_prev_modal_property {
    display: none;
}

.container_main_photo_property.desktop {
    display: none;
}
@media screen and (min-width: 1701px) {
    .swiper_modal_gallery_property {
        max-height: 80vh;
        /* width: 95vw; */
    }
    .swiper_modal_gallery_property img {
        width: 100%;
        user-select: none;
        min-height: 857px;
    }

}
@media screen and (min-width: 1601px) and (max-width: 1699px) {
    .swiper_modal_gallery_property {
        max-height: 80vh;
        /* width: 95vw; */
    }
    .swiper_modal_gallery_property img {
        width: 100%;
        user-select: none;
        min-height: 786px;
    }

}
@media screen and (min-width: 1440px) and (max-width: 1600px) {
    .swiper_modal_gallery_property img {
        width: 100%;
        user-select: none;
        min-height: 604px;

    }
    .swiper_modal_gallery_property {
        max-height: 77vh;
        /* width: 95vw; */
    }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
    .swiper_modal_gallery_property img {
        width: 100%;
        user-select: none;
        min-height: 554px;

    }
    .swiper_modal_gallery_property {
        max-height: 75vh;
        /* width: 95vw; */
    }
}

.decoration_line_property_page.tablet_desktop {
    display: none;
}

@media screen and (min-width: 744px) {

    .name_property_page {
        font-size: 18px;
    }

    .swiper_button_next_modal_property,
    .swiper_button_prev_modal_property {
        display: flex;
    }

    .box_link_contact_agent.mobile {
        display: none;
    }

    .container_property_page{
        padding: 12px 20px 60px 20px;
    }

    .box_breadcrumb_back {
        padding-left: 0;
        margin-bottom: 12px;
    }

    .container_swiper_property_page {
        border-radius: 6px;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .container_top_info_property_page {
        padding: 20px;
        border-radius: 14px;
        margin-bottom: 20px;
    }

    .price_property_page {
        font-size: 28px;
    }

    .price_per_property_page {
        font-size: 16px;
    }

    .btn_request_info {
        width: 200px;
    }

    .container_parameters_property_page {
        border-radius: 14px;
        margin-bottom: 20px;
        padding: 20px;
    }

    .container_description_property_page {
        border-radius: 14px;
        padding: 20px;
    }

    .container_content_similar_ads {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .item_similar_ads:last-of-type {
        display: none;
    }

    .link_see_other_property_page {
        width: 200px;
        margin-left: auto;
        margin-right: auto;
    }


    .container_modal_agent {
        top: 50%;
        left: 50%;
        width: 504px;
        padding: 20px;
        height: fit-content;
        overflow: auto;
        max-height: 95vh;
        border-radius: 14px;
        transform: translate(-50%, -50%);
    }

    .box_link_contact_agent.tablet_desktop {
        display: flex;
    }

    .box_text_agent {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        align-self: stretch;
    }

    .decoration_line_property_page.mobile {
        display: none;
    }

    .photo_agent {
        min-width: 125px;
        max-width: 125px;
        min-height: 125px;
        max-height: 125px;
    }

    .icon_done_agent {
        bottom: 5px;
        right: 5px;
        width: 30px;
        height: 30px;
    }

    .container_swiper_property_page .photo_property_page {
        height: 454px;
        width: 100%;
        object-fit: cover;
    }

    .decoration_line_property_page.tablet_desktop {
        display: flex;
    }
}





@media screen and (min-width: 1280px) {

    .main_property_page {
        padding-top: 88px;
    }

    .container_property_page {
        padding: 20px 94px 60px 94px;
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
    }

    .box_name_btn_price_property_page {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }

    .btn_request_info{
        height: fit-content;
    }


    .container_content_similar_ads {
        grid-template-columns: repeat(3, 1fr);
    }

    .item_similar_ads:last-of-type {
        display: flex;
    }
    .container_swiper_property_page.mobile_tablet {
        display: none;
    }

    .container_main_photo_property.desktop {
        position: relative;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 10px;
        margin-bottom: 20px;
        height: 454px;
    }

    .item_1 {
        grid-column: span 2 / span 2;
        grid-row: span 2 / span 2;
    }

    .item_2 {
        grid-column-start: 3;
    }

    .item_3 {
        grid-column-start: 4;
    }

    .item_4 {
        grid-column-start: 3;
        grid-row-start: 2;
    }

    .item_5 {
        grid-column-start: 4;
        grid-row-start: 2;
    }

    .container_main_photo_property.desktop.grid_4_items .item_4 {
        grid-column: span 2 / span 2;
        grid-column-start: 3;
        grid-row-start: 2;
    }

    .container_main_photo_property.desktop.grid_3_items .item_2 {
        grid-column: span 2 / span 2;
        grid-column-start: 3;
    }
    .container_main_photo_property.desktop.grid_3_items .item_3 {
        grid-column: span 2 / span 2;
        grid-column-start: 3;
        grid-row-start: 2;
    }


    .container_main_photo_property.desktop.grid_2_items .item_2 {
        grid-column: span 2 / span 2;
        grid-row: span 2 / span 2;
        grid-column-start: 3;
    }


    .container_main_photo_property.desktop.grid_1_items .item_1 {
        grid-column: span 4 / span 4;
        grid-row: span 2 / span 2;
    }

    .gallery_item{
        position: relative;
        overflow: hidden;
        border-radius: 6px;
        transition: var(--all-time-transition);
    }

    .gallery_item::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 10;
        background: rgba(0, 0, 0, 0.13);
        opacity: 0;
        transition: var(--all-time-transition);
    }

    .gallery_item:hover::before {
        opacity: 1;
        cursor: pointer;
    }

    .gallery_item .photo_property_page {
        max-width: none;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .gallery_item.item_5 {
        position: relative;
    }

    .box_see_all_photos {
        position: absolute;
        inset: 0;
        background: rgba(41, 41, 41, 0.60);
        backdrop-filter: blur(1.25px);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: var(--all-time-transition);
        color: #FFF;
        font-family: var(--font-family-helvetica);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: auto;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }

    .swiper_button_next_property_page,
    .swiper_button_prev_property_page {
        display: flex;
        width: 40px;
        height: 40px;
        padding: 10px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 4px;
        border-radius: 50%;
        background: rgba(37, 37, 37, 0.30);
        backdrop-filter: blur(20px);
        transition: var(--all-time-transition);
        opacity: 0;
    }

    .item_similar_ads .swiper_button_next_property_page {
        right: 10px;
    }
    .item_similar_ads .swiper_button_prev_property_page {
        left: 10px;
    }

    .item_similar_ads:hover .swiper_button_next_property_page,
    .item_similar_ads:hover .swiper_button_prev_property_page {
        opacity: 1;
    }

    .swiper_button_next_property_page .icon_arrow_navigation,
    .swiper_button_prev_property_page .icon_arrow_navigation {
        width: 20px;
        height: 20px;
        fill: #FFF;

    }

    .swiper_button_next_property_page {
        transform: rotate(-90deg);
    }

    .swiper_button_prev_property_page {
        transform: rotate(90deg);
    }


    .modal_gallery_content_property .swiper_button_next_modal_property,
    .modal_gallery_content_property .swiper_button_prev_modal_property {
        color: #FFF;
        border-radius: 50%;
        background-color: #fff;
        width: 40px;
        height: 40px;
        transition: var(--all-time-transition);
    }

    .modal_gallery_content_property .swiper_button_next_modal_property {
        right: -70px;
        transform: rotate(-90deg);
    }

    .modal_gallery_content_property .swiper_button_prev_modal_property {
        left: -70px;
        transform: rotate(90deg);
    }

    .modal_gallery_content_property .swiper_button_prev_modal_property .icon_arrow_navigation,
    .modal_gallery_content_property .swiper_button_next_modal_property .icon_arrow_navigation {
        width: 20px;
        height: 20px;
        fill: #090712;
        transition: var(--all-time-transition);
    }



}
@media screen and (max-width:1279px) {
    .swiper_modal_gallery_property img {
        width: 100%;
        user-select: none;
        min-height: 254px;

    }
    .swiper_modal_gallery_property {
        max-height: 75vh;
        /* width: 95vw; */
    }
    .modal_gallery_content_property .swiper_button_next_modal_property,
    .modal_gallery_content_property .swiper_button_prev_modal_property {
        color: #FFF;
        border-radius: 50%;
        background-color: #fff;
        width: 40px;
        height: 40px;
        transition: var(--all-time-transition);
    }

    .modal_gallery_content_property .swiper_button_next_modal_property {
        right: -70px;
        transform: rotate(-90deg);
    }

    .modal_gallery_content_property .swiper_button_prev_modal_property {
        left: -70px;
        transform: rotate(90deg);
    }

    .modal_gallery_content_property .swiper_button_prev_modal_property .icon_arrow_navigation,
    .modal_gallery_content_property .swiper_button_next_modal_property .icon_arrow_navigation {
        width: 20px;
        height: 20px;
        fill: #090712;
        transition: var(--all-time-transition);
    }
    .swiper_modal_thumbs_property .swiper-slide {
        min-width: 78px;
        max-width: 140px;
        min-height: 57px;
        max-height: 105px;
    }
}



/* ================ contact_form ================ */

.container_form_agent_modal br {
    display: none;
}

.container_form_agent_modal,
.container_form_agent_modal .wpcf7-form-control-wrap {
    width: 100%;
}

.form_agent_modal p,.form_agent_modal {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}


.label_agent_modal {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
}

.text_label_agent_modal {
    display: flex;
    height: 20px;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    overflow: hidden;
    color: #495260;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: var(--font-family-helvetica);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.input_agent_modal {
    width: 100%;
    display: flex;
    padding: 12px 14px;
    align-items: center;
    gap: 6px;
    align-self: stretch;
    border-radius: 6px;
    background: #F2F3F6;
    border: 1px solid #F2F3F6;
    overflow: hidden;
    color: #090712;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: var(--font-family-helvetica);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: var(--all-time-transition);
}

.input_agent_modal:focus  {
    border-color: #D2D0D8;
    background: #fff;
}

.input_agent_modal::placeholder {
    color: #6D7889;
}


.textarea_agent_modal {
    width: 100%;
    height: 116px;
    resize: none;
    display: flex;
    padding: 12px;
    align-items: flex-start;
    gap: 6px;
    align-self: stretch;
    border-radius: 6px;
    background: #F2F3F6;
    color: #090712;
    font-family: var(--font-family-helvetica);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: 1px solid #F2F3F6;
    transition: var(--all-time-transition);
}

.textarea_agent_modal:focus  {
    border-color: #D2D0D8;
    background: #fff;
}

.textarea_agent_modal::placeholder {
    color: #6D7889;
}


.wpcf7-form-control-wrap:has(.input_hidden_agent_modal)  {
    position: absolute;
    overflow: hidden;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    max-width: 0;
    min-height: 0;
}
/* ================ /contact_form ================ */

.container_content_similar_ads .swiper_property_page {
    height: 300px;
}

.container_content_similar_ads .swiper_property_page .photo_property_page{
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
}


.container_parameters_property_page:has(.box_item_parameter.basic.active) .decoration_line_property_page.basic,
.container_parameters_property_page:has(.box_item_parameter.amenities.active) .decoration_line_property_page.amenities,
.container_parameters_property_page:has(.box_item_parameter.location.active) .decoration_line_property_page.location {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

@media screen and (min-width: 1024px) {
    .modal_gallery_content_property {
        max-width: 1048px;
    }
}

.wpcf7 form.unaccepted .wpcf7-response-output {
    border: none;
    font-family: var(--font-family-helvetica);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-color: #ffffff;
    border-color: #ffffff;
    color: #dc3232;
    margin-top: 10px;
}
