@media screen and (max-width:1700px){

    .footer_address p {
        padding-bottom: 0;
        line-height: 1.6;
    }
    .footer_address p br{
        display: block;
    }
    .title_top_padding span {
        padding-top: 20px;
    }

}
@media screen and (max-width:1600px){
    .popup_class{
        width: 600px;
    }
    :root {
        --section_padding: 80px;
    }
    .p-b-60 {
        padding-bottom: 30px;
    }
    .p-t-60 {
        padding-top: 30px;
    }
    .flat_info{
        gap: 30px;
    }
    input.wpcf7-form-control, select.wpcf7-form-control.wpcf7-select{
        margin-bottom: 30px;
        padding: 20px 0;
    }
    .absolute_title{
        top: 60px;
    }
    .history_title{
        margin-bottom: 15px;
    }
    .banner_title{
        margin-bottom: 40px;
    }
    .banner_address{
        margin: 25px 0;
    }
    .infrastructure_text{
        font-size: clamp(20px, 1.6vw, 48px);
    }
    .slick_style .slick-slide,.slick-news-slide {
        padding: 0 20px;
    }
    .slick_style {
        margin: 0 -20px;
    }
    .detail_title{
        top: -10px;
    }
    .detail_item_9 .detail_title, .detail_item_8 .detail_title, .detail_item_7 .detail_title, .detail_item_6 .detail_title {
        width: 450px;
    }
    .title_left_padding span {
        padding-left: 60px;
    }
    .p-l-100{
        padding-left: 60px;
    }
    .infrastructure_text_block, .description_history_block {
        width: 470px;
    }
    .flat_info{
        padding: 45px;
    }
    .description_history_block {
        padding-right: 44px;
    }
    .m-b-80 {
        margin-bottom: 60px;
    }
    .news_info .date {
        margin-bottom: 15px;
    }
    .news_info {
        bottom: 70px;
    }
    .news_grid{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width:1300px){
    :root {
        --big_padding_left: 30px;
    }

    .popup_class {
        width: 520px;
    }
    .description_map_block  .text_style{
        max-width: 430px;
    }
    .characteristics_text, .tiles_text, .infrastructure_text,.infrastructure_description{
        padding: 0 20px;
        bottom: 20px;
    }
    .tiles_nav{
        right: 25px ;
    }
    .m-b-80 {
        margin-bottom: 40px;
    }
    .m-b-44 {
        margin-bottom: 25px;
    }
    .m-t-44 {
        margin-top: 25px;
    }
    .detail_item_9 .detail_title, .detail_item_8 .detail_title, .detail_item_7 .detail_title, .detail_item_6 .detail_title {
        width: 335px;
    }
    .detail_section {
        position: relative;
        margin-top: 0;
    }
    .features_flex{
        flex-wrap: wrap;
    }
    .features{
        max-width: 100%;
        width: 100%;
    }
    .tiles_image {
        aspect-ratio: 5 / 3;
        max-height: 90vh;
    }
    .gradient{
        height: 120px;
    }
    .feedback_block{
        padding: 40px;
    }
    .infrastructure_text_block, .description_history_block {
        width: 355px;
    }
    .infrastructure_swiper, .history_swiper {
        width: calc(100vw - 355px);
    }
    .tab_btn {
        min-width: 180px;
    }
    .button_style,input.wpcf7-form-control.wpcf7-submit {
        height: 55px;
        padding: 0 30px;
        border-radius: 55px;

    }
    .slide_nav_photo{
        padding: 0 15px;
    }
    .news_info{
        left: calc(600px + 30px);
    }
    .slider-nav-block{
        left: calc(600px + 30px + var(--big_padding_left) - 15px);
    }
    .slider-for-background .slick-prev.slick-arrow{
        left: calc(600px + 30px);
    }
    .slick_style .slick-slide, .slick-news-slide {
        padding: 0 15px;
    }
    .slick_style {
        margin: 0 -15px;
    }
    .plan_tabs {
        gap: 15px;
    }
    .description_detail_block .text_style {
        max-width: 500px;
    }
    .benefits_grid{
        grid-gap: 30px;
    }
    .documents_grid{
        grid-gap: 30px;
    }
    .news_grid{
        grid-gap: 30px;
    }
    .news_card_content{
        padding: 30px;
    }
}
@media screen and (max-width:1200px){
    .hide_tab{
        display: none;
    }
    .footer_menu_grid{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 20px;
    }
    input.wpcf7-form-control, select.wpcf7-form-control.wpcf7-select{
        height: 50px;
    }
    .desktop_span br{
        display: none;
    }
}
@media screen and (min-width:1024px){
    .button_style {
        transition: all 0.3s ease;
    }
    .popup_close_style img{
        transform: rotate(0deg) scale(1);
        transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
        will-change: transform;
    }

    .popup_close_style:hover img{
        transform: rotate(90deg) scale(1.1);
    }
    .button_style:not(.active):hover span{
        color: var(--blue_text);
        transition: all 0.3s ease;
    }
    .button_style:not(.active):hover {
        border-color:  var(--light_violet);
        background: var(--light_violet);
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    }
    .button_style::before {
        content: '';
        position: absolute;
        top: 0;
        left: -75%;
        width: 50%;
        height: 100%;
        background: linear-gradient(
                120deg,
                transparent,
                rgba(250, 250, 250, 0.4),
                transparent
        );
        transition: all 0.6s ease;
    }
    .button_style svg path {
        transition: fill 0.3s ease;
    }

    .button_style:hover svg path {
        fill: var(--dark_blue);
    }
    .button_style:not(.active):hover::before {
        left: 125%;
    }

    input.wpcf7-form-control.wpcf7-submit:hover {
        background: var(--light_violet);
        color: var(--blue_text);
        outline-color:var(--light_violet) ;
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    }
    .hover_link.footer_link {
        display: inline-block;
    }
    .hover_link{
        overflow: hidden;
        position: relative;
        display: flex;
        cursor: pointer;
    }
    /* базова нижня лінія */
    .hover_link::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -4px;
        width: 100%;
        height: 2px;
        background: #000;
        opacity: 0.3;
    }

    /* shine ефект */
    .hover_link::before {
        content: "";
        position: absolute;
        top: 0;
        left: -245%;
        width: 120%;
        height: 100%;
        background: linear-gradient(
                120deg,
                transparent 0%,
                rgba(255, 255, 255, 0.6) 50%,
                transparent 100%
        );
        transform: skewX(-20deg);
    }

    /* hover анімація */
    .hover_link:hover::before {
        animation: shineMove 0.8s ease;
    }

    @keyframes shineMove {
        0% { left: -120%; }
        100% { left: 120%; }
    }
    .logo_adcore {
        position: relative;
        display: inline-block;
        overflow: hidden;
    }

    /* сам SVG */
    .logo_adcore svg {
        display: block;
    }

    /* shine шар */
    .logo_adcore::before {
        content: "";
        position: absolute;
        top: 0;
        left: -150%;
        width: 120%;
        height: 100%;

        background: linear-gradient(
                120deg,
                transparent 0%,
                rgba(220, 228, 247, 0.6) 50%,
                transparent 100%
        );

        transform: skewX(-20deg);
        pointer-events: none;
    }

    /* hover запуск */
    .logo_adcore:hover::before {
        animation: shineMove 0.9s ease;
    }

    @keyframes shineMove {
        0%   { left: -150%; }
        100% { left: 150%; }
    }
    .custom-logo-link {
        position: relative;
        display: inline-block;
        overflow: hidden;
    }

    /* сам логотип */
    .custom-logo-link img {
        display: block;
    }

    /* світлова хвиля */
    .custom-logo-link::before {
        content: "";
        position: absolute;
        top: 0;
        left: -150%;
        width: 120%;
        height: 100%;

        background: linear-gradient(
                120deg,
                transparent 0%,
                rgba(255, 255, 255, 0.55) 50%,
                transparent 100%
        );

        transform: skewX(-20deg);
        pointer-events: none;
    }

    /* hover запуск */
    .custom-logo-link:hover::before {
        animation: logoShine 0.9s ease;
    }

    @keyframes logoShine {
        0%   { left: -150%; }
        100% { left: 150%; }
    }
    .slider-arrow,
    .slick-prev,
    .slick-next ,
    .swiper-button-next,
    .swiper-button-prev{
        transition: opacity 0.3s ease,
        background 0.35s ease,
        border-color 0.35s ease!important ;
    }

    /* hover */
    .slider-arrow:hover,
    .slick-prev:hover,
    .slick-next:hover ,
    .swiper-button-next:hover,
    .swiper-button-prev:hover{
        opacity: 0.6;
    }

    /* 🎯 HOVER — легке “дихання” */
    .menu_burger:hover .line1 {
        transform: translateY(-3px);
    }

    .menu_burger:hover .line2 {
        transform: translateY(3px);
    }
}
@media screen and (max-width:1024px){
    .plan_popup_close.popup_close_style {
        left: 0;
        top: -50px;
    }
    .benefits_grid{
        grid-gap: 20px;
    }
    .news_card_content{
        padding: 20px;
    }
    .news_grid,.documents_grid{
        grid-gap: 20px;
    }
    .documents_grid{
        grid-template-columns: repeat(2, 1fr);
    }
    .logo_map{
    }
    .popup_class {
        width: 415px;
    }
    .popup_close_style {
        width: 45px;
        height: 45px;
    }
    .navigation_history{
        width: 100%;
        bottom: 0;
        left: 0;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1px;
        gap: 23px;
        margin-top: 25px;
    }
    .slider-for-background .slick-next.slick-arrow{
        left: calc(400px + var(--big_padding_left) + 100px + 30px);
    }
    .news_info{
        left: calc(400px + 30px);
    }
    .slide_nav_photo {
        width: 200px;
        height: 170px;
    }
    .slider-nav-block{
        left: calc(400px + 30px + var(--big_padding_left) - 15px);
    }
    .slider-for-background .slick-prev.slick-arrow{
        left: calc(400px + 30px);
    }
    .slide-news-img {
        width: 400px;
        height: 400px;
    }


    .nav_tabs{
        gap: 15px;
    }
    .detail_title {
        width: 240px;
        max-width: 240px;
    }
    .scroll_block{
        display: none;
    }
    .description_map_block .text_style {
        max-width: 360px;
    }
    .benefit_description{
        margin-top: 10px;
    }
    .benefit_block{
        margin-top: 35px;
        gap: 40px 19px;
    }
    .flat_info {
        padding: 35px;
    }
    .area_info div{
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .area_info span{
        margin-top: 0;
    }
    .area_info{
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .name_flex{
        flex-wrap: wrap;
    }
    .flat_name{
        width: 100%;
        margin-bottom: 15px;
    }
    .navigation_flats{
        padding-left: 30px;
        bottom: 20px;
        left: 0;
    }
    .absolute_title {
        top: 25px;
    }
    .tab_btn_room,.tab_btn{
        padding: 0 15px;
    }
    .flat_info {
        right: 30px;
        top: 30px;
        width: calc(50% - 30px);
    }
    .button_plan{
        width: calc(50% - 30px);
    }
    .detail_flex_wrap{
        flex-wrap: wrap;
    }
    .description_detail_block {
        width: 100%;
        margin-top: 30px;
    }
    .description_detail_block .text_style {
         max-width: 100%;
     }
    .detail_flex_wrap .page_title  span{
        padding-top: 4px;
        padding-left: 20px;
    }
    .detail_flex_wrap .page_title {
        display: flex;
        align-items: center;
    }
    .header{
        height: 100px;
    }
    .button_style.order_call_btn span{
        font-size: 0;
    }
    .button_style.order_call_btn {
        border: none;
        background-image: url('/wp-content/themes/intergal_bud/img/phone.svg');
        background-repeat: no-repeat;
        background-position: center;
        width: 50px;
        height: 50px;
        padding: 0;
        border-radius: 0;
        background-size: contain;
    }
    .menu_burger{
        width: 50px;
        height: 50px;
    }
    .flex_right_menu {
        gap: 15px;
    }
    .detail_title {
        top: 0;
    }
}
@media screen and (max-width:900px){
    .slick-prev.slick-arrow, .slick-next.slick-arrow{
        width: 50px;
        height: 50px;
    }
    .policy_text{
        margin-left: 0  ;
        text-align: center;
    }
    .slick-prev.slick-arrow{
        left: 40px;
    }
    .slick-next.slick-arrow{
        right: 40px;
    }
    .flat_info {
        width: 50%;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .tiles_image {
        aspect-ratio: 7 / 5;
        max-height: 90vh;
    }
    .area_info div{
        flex-wrap: wrap;
    }
    .title_left_padding span {
        padding-left: 30px;
    }
    .p-l-100 {
        padding-left: 30px;
    }
    .benefit_block {
        gap: 0 10px;
    }
    .benefit_description {
        max-width: 230px;
    }
    .swiper-button-prev, .swiper-button-next{
        width: 50px;
        height: 50px;
    }
    .markers_name {
        top: -15px;
    }
    .plan_tabs{
        flex-wrap: wrap;
    }
    .mob-tab{
       /* padding: 0;
        border: none;
        gap: 10px;
        height: auto;
        border-radius: 0;*/
    }
    .mob-tab.active{
       /* background-color: transparent;
        text-decoration: underline;
        text-underline-offset: 4px;*/
    }
    .mob-tab{
       /* padding:4px 0;*/
    }
    .tab_btn_room span.hide_mob{
        display: none;
    }
    .footer_flex{
        flex-direction: column-reverse;
        gap: 20px;
    }
    .footer_flex_copy{
        flex-direction: column;
        gap: 20px;
    }
}

@media screen and (max-width:800px){
    .slide_nav_photo {
        width: 114px;
        height: 100px;
        padding: 0 7px;
    }
    .slide-news-img {
        width: 300px;
        height: 300px;
    }
    .slider-for-background .slick-next.slick-arrow{
        left: calc(300px + var(--big_padding_left) + 100px + 15px);
    }
    .news_info{
        left: calc(300px + 15px);
    }
    .slider-nav-block{
        left: calc(300px + 15px + var(--big_padding_left) - 7px);
    }
    .slider-for-background .slick-prev.slick-arrow{
        left: calc(300px + 15px);
    }



    span.desktop_span{
        display: none;
    }
    .detail_title_mob br{
        display: none;
    }
    .detail_title_mob{
        display: block;

    }
    .hide_in_tab{
        display: block;
    }
    .detail_item_1,.detail_item_2,.detail_item_3,.detail_item_4,.detail_item_5{
        left: 15%!important;
    }
    .detail_item_6,.detail_item_7,.detail_item_8,.detail_item_9{
        right: 15%!important;
    }
    .detail_item_9 .detail_title, .detail_item_8 .detail_title, .detail_item_7 .detail_title, .detail_item_6 .detail_title{
        text-align: right;
    }
    .detail_image {
        margin: 0 auto;
        position: relative;
        width: 300px;
        height: 491px;
    }
    .detail_image img {
        width: auto;
        height: 100%;
        object-fit: cover;
    }
    .benefit_description {
        max-width: 167px;
    }
    .benefit_item.benefit_item_5 {
        left: 0;
    }
    .feedback_section img{
        position: absolute;
    }
    .footer_address{
        line-height: 1.6;
    }
    .menu_footer_item{
        max-width: 30%;
    }
    .footer_menu_grid,.hide_with_menu{
        display: none;
    }
    .m-t-40 {
        margin-top: 20px;
    }
    .footer_text {
        font-size: 12px;
    }

}
@media screen and (max-width:650px){
    .benefits_grid{
        grid-gap: 15px;
        grid-template-columns: 1fr;
    }
    .news_card_content{
        padding: 15px;
    }
    .news_grid,.documents_grid{
        grid-gap: 15px;
    }
    .banner_block .banner_item img,
    .banner_block .hero-video {
       /* object-position: calc(50% + 100px) center;*/
    }
    .hero-video {
        display: none !important;
    }
    .banner_desktop_poster {
        display: none !important;
    }
    .banner_mobile_poster {
        display: block !important;
    }
    .banner_block::before {
        background: rgba(29, 43, 64, 0.15);
    }
    .logo_map {
        right: 50%;
        top: 50%;
        width: 110px;
        height: 110px;
    }
    .popup_class{
        width: 100%;
    }
    .progress_nav{
        padding: 0 20px;
    }
    .tiles_nav{
        right: 20px;
    }
    .slick-prev.slick-arrow{
        left: 20px;
    }
    .slick-next.slick-arrow{
        right: 20px;
    }
    :root{
        --section_padding: 60px;
    }
    .slide-news-img {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    .slider-nav-block {
        left: 0;
        position: relative;
        margin-bottom: 20px;
    }
    .slider-for-background{
        left: 0;
        width: 100%;
        padding: 0 var(--big_padding_left);
        box-sizing: border-box;
    }
    .slider-for-background .slick-prev.slick-arrow{
        left: 20px;
    }
    .slider-for-background .slick-next.slick-arrow{
        right: 20px;
        left: auto;
    }
    .news_info {
        left: 0;
        position: relative;
        bottom: auto;
        margin-top: 25px;
    }
    .slider-for-background .slick-prev.slick-arrow,.slider-for-background .slick-next.slick-arrow{
        bottom: auto;
        top: calc((100vw - 30px) / 2);
    }
  .popup_class{
        width: 100%;
    }
    .bottom_menu .social_flex {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .phone_block {
        display: flex;
        width: 100%;
        justify-content: flex-end;
    }

    .flat_info {
        padding: 25px;
        position: relative;
        width: 100%;
        background-color: rgba(232, 234, 236, 1);
        height: auto;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }
    .flats_swiper {
        height: auto;
    }
    .navigation_flats {
        width: 100%;
        bottom: 0;
        left: 0;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1px;
        gap: 23px;
        margin-top: 25px;
    }
    .flat_info {
        gap: 15px;
    }
    .tiles_image::before{
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .button_plan {
        width: 100%;
    }
    .tiles_image {
        aspect-ratio: 5 / 3;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .features {
        max-width: 174px;
        width: auto;
    }
    .features_flex {
        flex-wrap: nowrap;
    }
    .absolute_title{
        display: none;
    }
    .slick_style .slick-slide, .slick-news-slide {
        padding: 0 8px;
    }
    .slick_style {
        margin: 0 -8px;
    }
    .infrastructure_text_block, .description_history_block {
        width: 100%;
        margin-bottom: 30px;
    }
    .description_infrastructure_block {
        padding-right: 0;
        padding-left: 0;
    }
    .documents_grid{
        grid-template-columns: 1fr;
    }
    .documents_page{
        padding: 100px 0 40px;
    }
    .documents_page_title{
        margin-bottom: 40px;
    }
    .news_grid{
        grid-template-columns: 1fr;
    }
    .news_page,.single_news_page{
        padding: 100px 0 40px;
    }
    .single_news_gallery{
        grid-template-columns: 1fr;
    }
    .single_news_header{
       /* flex-direction: column;
        align-items: flex-start;
        gap: 12px;*/
    }
    .infrastructure_swiper, .history_swiper {
        width: 100%;
    }
    .flex_wrap-650{
        flex-wrap: wrap;
    }
    .infrastructure_text {
        font-size: clamp(18px, 1.6vw, 48px);
    }
    .characteristics_text, .tiles_text, .infrastructure_text {
        padding: 0 15px;
    }
    .progress_slide {
        aspect-ratio: 205 / 140;
    }
    .tab_btn {
        min-width: 150px;
    }
    .description_history_block {
        padding-right: 0;
    }
    .menu_footer_item {
        width: 50%;
        order: 0;
        max-width: 50%;
    }
    .menu_footer_item:first-child {
        width: 100%;
        order: 1;
        max-width: 100%;
        margin-top: 40px;
    }
    .menu_footer_wrap{
        flex-wrap: wrap;
    }
    :root {
        --big_padding_left: 15px;
    }
    .text_style_history {
        max-width: 100%;
    }
    .develop_button,.news_button{
        margin-top: 20px;
        padding-left: 30px;
    }
    .slick-news-slide.slick-slide.slick-center img {
        width: 300px;
        height: 300px;
        transition: 300ms linear;
    }
    .slick-news-item {
        height: 300px;
    }
    .slick-news-slide.slick-slide.slick-center {
        width: 300px;
        height: 300px;
        transition: 300ms linear;
    }

    .left_column_map{
        left: 0;
        padding-left: var(--big_padding_left);
    }
    .description_map_block {
        padding-right: var(--big_padding_left);
    }
    .description_map_block .text_style{
        max-width: 100%;
    }
    .map_flex_row{
        flex-wrap: wrap;
    }
    .right_column_map {
        position: relative;
        right: 0;
        top: auto;
        transform: translateY(0%);
        max-width: 100%;
        bottom: 0;
    }
    .benefit_description {
        max-width: 260px;
    }
    .benefit_block {
        display: flex;
        flex-wrap: wrap;
        gap: 20px 0px;
    }
    .benefit_item.benefit_item_2, .benefit_item.benefit_item_4, .benefit_item.benefit_item_5 {
        margin-top: 25px;
    }
    .benefit_item.benefit_item_3, .benefit_item.benefit_item_4 {
        margin-left: 0;
        padding-left: 30px;
    }
    .benefit_item.benefit_item_5 {
        top: 0;
        left: 0;
        margin-top: 0;
        margin-left: 60px;
    }
    .description_map_block{
        padding-left: 0;
    }
    .benefit_item{
        width: 50%;
        padding-right: 20px;
    }
    .mob_map{
        display: block;
    }
    .desktop_map{
        display: none;
    }

    .right_column_map:before{
        content: '';
        position: absolute;
        top: 0;
        width: 100%;
        height: 50px;
        left: 0;
        background: linear-gradient(180deg, #19273C 8.1%, rgba(25, 39, 60, 0.82) 26.05%, rgba(25, 39, 60, 0.34) 55.27%, rgba(25, 39, 60, 0.00) 100%);
    }
    .right_column_map:after{
        content: '';
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 50px;
        left: 0;
        background: linear-gradient(0deg, #19273C 8.1%, rgba(25, 39, 60, 0.82) 26.05%, rgba(25, 39, 60, 0.34) 55.27%, rgba(25, 39, 60, 0.00) 100%);
    }
    .infrastructure_block img {
        transform: scale(1.2);
    }
    .marker_img {
        width: 30px;
        height: 30px;
    }
    .map-dot, .detail-dot {
        width: 6px;
        height: 6px;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(255, 255, 255, .4), 0 0 10px rgba(255, 255, 255, .35);
    }
    .map-dot{
        bottom: -8px;
    }
    #marker-126{
        top: 86% !important;
        bottom: 10% !important;
        left: 17% !important;
    }
    #marker-128{
        left: 89% !important;
        top: 78% !important;
        bottom: 17% !important;
    }
    #marker-127{
        left: 76% !important;
        top: 87% !important;
        bottom: 9% !important;
    }
    #marker-117, #marker-118 {
        margin-left: -7%;
        margin-bottom: -3%;
    }
    #marker-119, #marker-122, #marker-123 {
        margin-bottom: -4%;
    }
    #marker-119{
        margin-left: -2%;
    }
    #marker-124{
        margin-left: 2%;
        margin-bottom: -3%;
    }
    #marker-125{
        margin-left: 4%;
        margin-bottom: -3%;
    }
    .develop_button{
        padding-left: 0;
    }
    .description_history_block .p-l-100{
        padding-left: 0 ;
    }
    .title_top_padding span {
        padding-top: 10px;
        line-height: 148%;
    }
    .navigation_flats .swiper-button-prev, .navigation_flats .swiper-button-next{
        border-color: rgba(107, 121, 148, 0.67);
    }
    .navigation_flats .swiper-scrollbar.swiper-scrollbar-horizontal{
        background: rgba(107, 121, 148, 0.67) !important;
    }
    .navigation_flats .swiper-scrollbar-drag{
        background: #2C4161;
    }
    .navigation_flats .swiper-button-prev:before, .navigation_flats .swiper-button-next:before {
        filter: brightness(0) saturate(100%) invert(49%) sepia(10%) saturate(500%) hue-rotate(185deg) brightness(92%) opacity(0.67);
    }

    .page_title{
        display: flex;
        flex-direction: column;
    }
    .page_title span{
        padding-top: 10px;
        padding-left: 20px;
        line-height: 148%;
    }
    .section.infrastructure_container {
        padding-top: 50px;
    }

    /* Preloader SVGs bigger on mobile */
    .preloader-svg {
        width: clamp(90px, 22vw, 130px);
    }
    .preloader-title {
        width: clamp(160px, 42vw, 250px);
    }

    /* Characteristics: disable slick slider, show stacked */
    .benefits_slick.slick-initialized .slick-list {
        overflow: visible;
        height: auto !important;
    }
    .benefits_slick.slick-initialized .slick-track {
        display: flex;
        flex-direction: column;
        width: auto !important;
        transform: none !important;
    }
    .benefits_slick.slick-initialized .slick-slide {
        width: 100% !important;
        margin-bottom: 15px;
    }
    .benefits_slick .slick-arrow,
    .benefits_slick .slick-dots,
    .benefits_slick .slick-cloned {
        display: none !important;
    }
    .characteristics_item {
        aspect-ratio: 4 / 3;
        padding: 0;
    }

    /* Infrastructure: disable swiper, show stacked */
    .infrastructure_swiper .swiper-wrapper {
        flex-direction: column;
        transform: none !important;
    }
    .infrastructure_swiper .swiper-slide {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 15px;
    }
    .infrastructure_swiper .swiper-button-prev,
    .infrastructure_swiper .swiper-button-next,
    .infrastructure_swiper .swiper-scrollbar {
        display: none !important;
    }
  .detail_item_7, .detail_item_8{
        margin-left: 8%;
    }
    .tabs_container {
        padding-right: 120px;
    }
    .wpcf7-not-valid-tip,.wpcf7 form .wpcf7-response-output{
        margin-top: 25px;
        font-size: 12px !important;
    }
    .button_style.floating_contact_toggle,.floating_contact_body .button_style{
       gap: 0;
        padding:0;
        width: 55px;
        justify-content: center;
    }
    .button_style.floating_contact_toggle span,.floating_contact_body .button_style span{
        font-size: 0;
    }
    .desktop_icon{
        display: none;
    }
    .mobile_icon{
        display: block;
        width: 22px!important;
        height: 22px!important;
    }
}
@media screen and (max-width:550px){
    span.hide_tab{
        display: none;
    }

}
@media screen and (max-width:500px){
    :root{
        --section_padding: 40px;

        --medium_text: clamp(24px, 2.5vw, 48px);
    }
    .recall_popup .content_menu, .about_flat .content_menu {
        padding: 40px;
    }
    .close_container{
        margin-left: 40px;
        margin-top: 40px;
        position: relative;
    }
    .popup_menu .content_menu{
        padding-right: 40px;
    }

    .bottom_menu{
        left: 40px;
        right: 40px;
        bottom: 40px;
    }
    .popup_menu .content_menu{
        top: 40px;
        bottom: 140px;
    }
    .feedback_block{
        width: 100%;
    }
    input.wpcf7-form-control.wpcf7-submit{
        width: 100%;
        line-height: 1;
    }
    .feedback_block {
        padding: 30px;
    }
    .detail_item_1,.detail_item_2,.detail_item_3,.detail_item_4,.detail_item_5{
        left: 5%!important;
    }
    .detail_item_6,.detail_item_7,.detail_item_8,.detail_item_9{
        right: 5%!important;
    }
    .tiles_image {
        aspect-ratio: 1 / 1;
    }
    .features {
        max-width: 100%;
        width: 100%;
    }
    .features_flex {
        flex-wrap: wrap;
    }
    .characteristics_image{
        aspect-ratio: 1 / 1;
    }
    .infrastructure_image{
        aspect-ratio: 1 / 1;
    }
    .site_phone,.social_vertical{
        display: none;
    }
    .banner_main_content{
        padding: 25px 0;
    }
    .banner_item:after{
        background: linear-gradient(196deg, rgba(25, 39, 60, 0.00) 51.02%, rgba(25, 39, 60, 0.46) 101.75%);
    }
    .banner_item:before{
        background: linear-gradient(18deg, rgba(25, 39, 60, 0.28) 26.26%, rgba(25, 39, 60, 0) 39.22%), linear-gradient(192deg, rgba(25, 39, 60, 0.95) 7.38%, rgba(25, 39, 60, 0) 22.29%);
    }
    .middle_block{
        text-shadow: 0 0 51px rgba(0, 0, 0, 0.9);
    }
    .header {
        height: 80px;
    }
    .benefit_description {
        max-width: 169px;
    }
    .benefit_item.benefit_item_2, .benefit_item.benefit_item_4, .benefit_item.benefit_item_5 {
        margin-top: 0;
    }
    .benefit_item.benefit_item_3, .benefit_item.benefit_item_4 {
        padding-left: 0;
    }
    .benefit_item.benefit_item_1, .benefit_item.benefit_item_3 {
        padding-right: 15px;
        padding-left: 0;
    }
    .benefit_item.benefit_item_2, .benefit_item.benefit_item_4 {
        padding-right: 0;
        padding-left: 15px;
    }
    .benefit_block{
        justify-content: center;
        padding-bottom: 40px;
    }
    .banner_description{
        font-size: clamp(16px, 5vw, 18px);
        line-height: 148%;
    }
    .tiles_image::after{
        width: 90px;
    }
    .banner_address{
        line-height: 148%;
    }
    .markers_name{
        font-size: 10px;
    }
}
@media screen and (max-width:400px){
    .detail_item_1,.detail_item_2,.detail_item_3,.detail_item_4,.detail_item_5{
        left: -2%!important;
    }
    .detail_item_6,.detail_item_7,.detail_item_8,.detail_item_9{
        right: -2%!important;
    }
    .detail_image{
        height: 430px;
    }
    .plan_tabs {
        flex-wrap: nowrap;
    }
    .flat_tab_flex{
        flex-wrap: wrap;
    }
    .tab_left_gap{
        width: 100%;
        margin-top: 15px;
    }
    span.hide_tab{
        display: block;
    }
}

@media screen and (max-width:360px){
    :root{
        --page_title_font: clamp(26px, 4vw, 78px);
    }
    .popup_close_style {
        width: 30px;
        height: 30px;
    }
    .progress_nav{
        padding: 0 20px;
    }
    .menu_burger,.button_style.order_call_btn {
        width: 40px;
        height: 40px;
    }
    .menu_burger .line {
        width: 17px;
    }
    .middle_block{
        right: var(--big_padding_left);
    }
    .slick-next.slick-arrow {
        right: 20px;
    }
    .slick-prev.slick-arrow {
        left: 20px;
    }
    .slick-prev.slick-arrow, .slick-next.slick-arrow {
        width: 40px;
        height: 40px;
    }
    .swiper-button-prev, .swiper-button-next {
        width: 40px;
        height: 40px;
    }
    .tiles_nav {
        right: 20px;
    }
    .benefit_description {
        font-size: 12px;
    }
    .markers_name{
        font-size: 9px;
    }
    .marker_img {
        width: 20px;
        height: 20px;
    }
    .area_info span{
        font-size: clamp(18px, 2vw, 36px);
    }
    .social_flex{
        gap: 15px;
    }
    .news_info .title{
        font-size: clamp(20px, 2.5vw, 48px);
    }
    .slider-for-background .slick-prev.slick-arrow {
        left: 15px;
    }
    .slider-for-background .slick-next.slick-arrow {
        right: 15px;
    }
    .progress_nav{
        padding: 0 15px;
    }
    .tiles_nav{
        right: 15px;
    }
    .slick-prev.slick-arrow{
        left: 15px;
    }
    .slick-next.slick-arrow{
        right: 15px;
    }
}

@media screen and (max-width:340px){
    .menu_footer_item{
        width: 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }
    .menu_footer_item:first-child {
        margin-top: 0;
        margin-bottom: 0;
    }
    .menu_footer_title,.footer_address.m-b-15 {
        margin-bottom: 10px;
    }
}