.estate_section_main {
    width: 100%;
    padding-top: 20px;
}

.container {
    max-width: 1390px;
}

.estate_section_main .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.estate_section_main .left_cont {
    width: calc(100% - 632px);
    padding-right: 8px;
    position: relative;
}

.estate_section_main .left_cont .slider {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.estate_section_main .left_cont .slider .slide img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 12px;
}

.estate_section_main .slider:not(.slick-initialized) {
    display: flex;
}



.estate_section_main .container1 {
    padding-bottom: 24px;
    transition: all 0.3s ease;
}

.estate_section_main .container1.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100vw;
    max-width: 100vw;
}

.estate_section_main .container1.fixed .back_prev{
    display: none;
}

.estate_section_main .back_prev_page {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    color: #2F2F2F;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.48px;
}

.estate_section_main .back_prev_page img,
.estate_section_main .back_prev_page svg {
    margin-right: 13px;
}

.detail_page .instruments_area {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.detail_wrap .left_cont .detail_info .price .area {
    color: #808080;
    font-size: 20px;
    line-height: 28px;
    position: relative;
    margin-left: 18px;
    font-weight: 400;
}

.detail_wrap .left_cont .detail_info .price .area::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    background: #808080;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: -8px;
}

.detail_page .instruments_area {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.detail_page .instruments_area a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #2F2F2F;
    text-align: center;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.48px;
}

.detail_page .instruments_area a svg,
.detail_page .instruments_area a img {
    margin-right: 8px;
}

.detail_page .instruments_area .share {
    margin-right: 20px;
}

.detail_page .instruments_area .favourite.active svg path {
    fill: #ED0A0A;
    stroke: #ED0A0A;
    fill-opacity: 1;
}

.estate_section_main .right_cont .area {
    width: 100%;
    gap: 8px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.estate_section_main .right_cont .area .photo_item {
    width: calc(50% - 4px);
    position: relative;
    display: inline-flex;
}

.estate_section_main .right_cont .area .photo_item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #000000;
    opacity: 0.4;
    border-radius: 6px;
}

.estate_section_main .right_cont .area .photo_item img {
    width: 100%;
    height: 176px;
    object-fit: cover;
    border-radius: 12px;
}

.estate_section_main .right_cont .area .photo_item p {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    font-weight: 600;
    font-size: 22px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    z-index: 3;
}

.detail_wrap .dates_cont {
    justify-content: flex-start;
    margin-top: 16px;
}

.detail_wrap .dates_cont p {
    color: #808080;
    font-size: 16px;
    line-height: 20px;
    padding-right: 16px;
    margin-right: 16px;
    white-space: nowrap;
    position: relative;
}

.detail_wrap .dates_cont p:last-child {
    padding-right: 0;
    margin-right: 0;
}

.detail_wrap .dates_cont p:not(:last-child)::before {
    content: "";
    position: absolute;
    height: 12px;
    width: 1px;
    background: #DCDCDC;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.inspired_searches {
    padding: 48px 0;
    background: #F7F7F7;
}

.inspired_searches .top_area {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.inspired_searches .top_area .arrows_cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 104px;
}

.inspired_searches .top_area .arrows_cont .arrow {
    width: 48px;
    height: 48px;
    border: 1px solid #DCDCDC;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
}

.inspired_searches .swiper-button-next,
.inspired_searches .swiper-button-prev {
    background: rgba(255, 255, 255, 0.90);
    top: 53%;
    opacity: 0;
}

.inspired_searches .swiper_main_best_img:hover .swiper-button-prev,
.inspired_searches .swiper_main_best_img:hover .swiper-button-next {
    opacity: 1;
}

.inspired_searches .slide {
    border-radius: 16px;
}

.inspired_searches .price_cont {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 12px;
    margin-top: 16px;
}

.inspired_searches .price_cont .price {
    color: #2F2F2F;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-right: 8px;
}

.inspired_searches .price_cont .area {
    color: #808080;
    font-size: 16px;
    line-height: 20px;
}

.inspired_searches .title_estate {
    width: 100%;
    color: #2F2F2F;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
}

.inspired_searches .appartaments_info {
    justify-content: flex-start;
}

.inspired_searches .appartaments_info .block {
    width: 50%;
}

.estate_section_main .left_cont .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.08);
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.estate_section_main .left_cont .arrow_left {
    left: 8px;
}

.estate_section_main .left_cont .arrow_right {
    right: 16px;
}

.detail_wrap aside .bottom_area .top_k {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 13px;
}

.detail_wrap aside .bottom_area .top_k .photo_img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.detail_wrap aside .row_item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.detail_wrap aside .row_item .reg,
.detail_wrap aside .block2 .reg {
    color: #808080;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.detail_wrap aside .row_item .stars {
    display: inline-flex;
    align-items: center;
}

.detail_wrap aside .row_item .stars i {
    padding-top: 5px;
    padding-left: 3px;
}

.show_phone {
    background: none;
    padding: 0;
    border: none;
    color: #ED0A0A;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.detail_wrap aside .row_item .phone,
.detail_wrap aside .block2 .bold {
    color: #2F2F2F;
    text-align: right;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.detail_wrap aside .row_item a{
    color: #2F2F2F;
}

.detail_wrap aside .block2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header {
    position: absolute;
}

body.overflow_hidden {
    height: 100vh;
    overflow: hidden;
}

.estate_images_wrap {
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background: #fff;
    padding-bottom: 32px;
}

.estate_images_wrap.active {
    display: block;
}

.estate_images_wrap .full_screen_slider {
    width: 100%;
    height: calc(100vh - 193px);
    padding-top: 32px;
    max-width: 1254px;
}

.estate_images_wrap .top_area {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 21px 24px;
    border-bottom: 1px solid #DCDCDC;
}

.estate_images_wrap .top_area .prev_btn {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    color: #2F2F2F;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.48px;
}

.estate_images_wrap .top_area .prev_btn svg {
    margin-right: 13px;
}

.full_screen_slider_wrap {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.full_screen_slider_wrap .arrow {
    position: absolute;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid #DCDCDC;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.full_screen_slider_wrap .arrow_left {
    left: 80px;
}

.full_screen_slider_wrap .arrow_right {
    right: 80px;
}

.estate_images_wrap .full_screen_slider .inside {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.estate_images_wrap .full_screen_slider .inside img {
    max-width: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.estate_images_wrap .full_screen_slider .slick-list,
.estate_images_wrap .full_screen_slider .slick-track {
    height: 100%;
}

.estate_images_wrap .full_screen_slider .slide {
    height: 100% !important;
}

.estate_images_wrap .full_screen_slider_small {
    width: 100%;
    margin-top: 24px;
    max-width: calc(1262px + 8px);
    margin-left: -4px;
    margin-right: -4px;
}

.estate_images_wrap .full_screen_slider_small .inside {
    width: 100%;
}

.estate_images_wrap .full_screen_slider_small .inside img {
    width: 100%;
    height: 70px;
    border-radius: 8px;
    opacity: .3;
    object-fit: cover;
    border: 2px solid transparent;
}

.estate_images_wrap .full_screen_slider_small .slide {
    margin: 0 4px;
    cursor: pointer;
}

.estate_images_wrap .full_screen_slider_small .slide.slick-current .inside img {
    opacity: 1;
    border: 2px solid #2F2F2F;
}

.estate_section_main .container1 .info{
    display: none;
    justify-content: flex-start;
    align-items: center;
}

.estate_section_main .container1.fixed .info{
    display: flex;
}

.estate_section_main .container1.fixed .info .price{
    margin-right: 28px;
    position: relative;
    padding-top: 2px;
}

.estate_section_main .container1.fixed .info .price::before{
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #2F2F2F;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -14px;
}

.estate_section_main .left_cont .swiper-pagination{
    display: none;
}

.estate_section_main .left_cont .open_photos_mobile{
    position: absolute;
    border-radius: 999px;
    border: 1px solid #DCDCDC;
    background: #FFF;
    box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.08);
    z-index: 3;
    padding: 8px;
    display: none;
    justify-content: center;
    align-items: center;
    right: 12px;
    bottom: 12px;
    color: #2F2F2F;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
}

.estate_section_main .left_cont .open_photos_mobile img{
    margin-right: 4px;
}

/* .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
    transform: scale(1);
} */