:root {
    --color-about-main: #424242;
    --color-about-secondary: #3d3d3d;
    --color-about-title: #000000;
    --color-about-accent: #ea723d;
  
    --color-about-button: #ffffff;
    --background-color-about-button: #424242;
  }
@font-face {
    font-family: "GilroyExtraBold"; 
    src: url("/bezbrok/public/fonts/Gilroy-ExtraBold.otf"); 
    font-style: normal; 
    font-weight: normal; 
    }
@font-face {
        font-family: "GilroyLight"; 
        src: url("/bezbrok/public/fonts/Gilroy-Light.otf"); 
        font-style: normal; 
        font-weight: normal; 
        }
*{
    font-family: 'Work Sans', sans-serif;
    box-sizing: border-box;
}
*::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 20px;
}
*::-webkit-scrollbar-thumb {
    background: #EA723D;
    border-radius: 0;
}
*::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
   }
body{
    max-width: 1980px;
    width: 100%;
    margin: 0 auto;
}
body.dark_mode{
    /* overflow: hidden; */
}



body.dark_mode::after{
    content: '';
position: fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 99999;
background: rgba(0, 0, 0, 0.7);
opacity: 0;
animation: ani 0.5s forwards;
}
body.circle::after{
    content: '';
position: fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 99999;
background: rgba(0, 0, 0, 0.7);
opacity: 0;
animation: ani 0.5s forwards;
}
@keyframes ani {
    0% {opacity: 0;}
    100% {opacity: 1;}
  }
a{
    
    text-decoration: none;
    color: #000000;
}
button{
    background: none;
    cursor: pointer;
    border: none;
    box-shadow: none;
    outline: none;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently
                                    not supported by any browser */
}
select{
    cursor: pointer;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

h1,h2,h3,h4,h5,h6,ul,p{
    padding: 0;
    margin: 0;
    list-style: none;
}
img{
    display: block;
    object-fit: contain;
}

.to-top {
    position: fixed;
    z-index: 9999;
    bottom: 25px;
    right: 25px;
    display: none;
  }
  .to-top a.back-to-top {
    text-decoration: none;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 2em;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    background: #000;
    opacity: 0.7;
    transition: 0.3s;
  }
  .to-top a.back-to-top:hover {
    opacity: 1;
  }
.base_width{
    max-width: 1168px;
    margin: 0 auto;
}
.flex{
    display: flex;
}
.flex_rev{
    flex-direction: row-reverse;
}
.f_b{
    justify-content: space-between;
}
.f_a_c{
    align-items: center;
}
.f_j_e{
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
}
.have_sub>a:hover+.sub_menu,
.sub_menu:hover{
    display: block !important;
}
.sub_menu{
    padding-left: 10px;
}
.two_part_sec{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.drop_down_city_loc.hidden{
    display:none;
}
.lang_switch{
    margin-left: 15px;
}
.lang_switch ul.drop_content_list{
width: 58px;
}
.lang_switch a{
text-transform: uppercase;
}
.lang_switch .active{
    color: #EA723D;
}
.user_ctrl_menu>.nav_1>a{
    display: flex;
    align-items: center;
}
.user_ctrl_menu>.nav_1>a>svg{
    width: 18px;
    fill: #EA723D !important;
    margin-left: 5px;
}
.log_ctnr a.add_new_post_header,.log_ctnr a{
    font-style: normal;
font-weight: 400;
font-size: 30px;
line-height: 18px;
color: #FFFFFF;
border-radius: 10px;
padding: 11px 14px;
margin-right: 15px;
white-space: nowrap;
transition: background .4s, color .4s;
}
.log_ctnr a.add_new_post_header:hover{
    color: #EA723D;
}
header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 50px 15px 0 15px;
    z-index: 9;
}
#loader,
#loaderLoc,
.mob_lang_list{
    display: none;
}
#loader.show,
#loaderLoc.show{
    display: block;
}
#loader {
    z-index: 999999999;
    /* Uncomment this to make it run! */
    /*
       animation: loader 5s linear infinite; 
    */
    
    position: fixed;
    top: 50%;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
  }
  #home_page_search #loaderLoc{
    right: -43px;
    bottom: 13px;
    top: unset;
    left: unset;
  }
  #home_page_search .input_block.select:after, #home_page_search .select_block:after{
    bottom: 6px;
  }
  #loaderLoc{
    position: absolute;
    top: 0px;
    left: 117px;
    width: 50px;
    height: 50px;
    z-index: 99999999;
  }
  .create_ads #loaderLoc,
  .edit_ads #loaderLoc{
    left: unset;
    right: 0;
  }
  #loaderLoc #box{
    width: 25px;
    height: 25px;
  }
  #loaderLoc #shadow{
    width: 25px;
    top: 42px;
  }
  #loader span{
    position: absolute;
    bottom: -35px;
    font-style: normal;
    font-weight: bold;
    font-size: 23px;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #EA723D;
    left: -30px;
  }
  @keyframes loader {
    0% { left: -100px }
    100% { left: 110%; }
  }
  #box {
    width: 50px;
    height: 50px;
    background:  linear-gradient(213.01deg, #78FFD6 -58.9%, rgba(0, 121, 145, 0.92) 99.43%);
    animation: animate .5s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
  }
  @keyframes animate {
    17% { border-bottom-right-radius: 3px; }
    25% { transform: translateY(9px) rotate(22.5deg); }
    50% {
      transform: translateY(18px) scale(1,.9) rotate(45deg) ;
      border-bottom-right-radius: 40px;
    }
    75% { transform: translateY(9px) rotate(67.5deg); }
    100% { transform: translateY(0) rotate(90deg); }
  } 
  #shadow { 
    width: 50px;
    height: 5px;
    background: #000;
    opacity: 0.1;
    position: absolute;
    top: 59px;
    left: 0;
    border-radius: 50%;
    animation: shadow .5s linear infinite;
  }
  @keyframes shadow {
    50% {
      transform: scale(1.2,1);
    }
  }
  
.logo_main{
    max-width: 155px;
    display: block;
    width: 100%;
    
}
.footer_logo_block .logo_main{
    max-width: 166px;
    
}
.lk_logo_container .logo_main{
    max-width: 135.5px;
}
/* .fixed-on .logo_main{
    padding: 5px;
    max-width: 165px;
} */
.logo_cont{
    display: block;
    width: fit-content;
    margin: 0 auto;
}
.logo_ctnr{
    display: flex;
    align-items: center;
    width: 25%;
    justify-content: flex-start;
}
.logo_ctnr h1{
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
font-weight: normal;
font-size: 25px;
line-height: 29px;
color: #FFFFFF;
}
.logo_ctnr svg{
    margin-right: 13px;
}

.navigation_list{
     width: 100%;
    justify-content: flex-end;
}
.user_ctrl_menu{
    width: 25%;
    justify-content: flex-end;
}
.main_bnr{
    background-image: url(/bezbrok/public/images/main-back.png);
    background-repeat: no-repeat;
    padding: 0 0 25px 0;
    background-position: center;
    background-size: cover;
   height: 76vh;
}
.main_bnr_desc_container{
    background: rgba(255, 255, 255, 0.15);
    margin-top: -31px;
    max-width: 592px;
width: 100%;
}
.main_bnr_desc{
    display: block;
padding: 46px 10px 10px 10px;
font-style: normal;
font-weight: 600;
font-size: 25px;
line-height: 28px;
color: #FFFFFF;
}
.burger{
    display: none;
    width: 60px;
    height: 60px;
    position: relative;
    border: 3px solid white;
    border-radius: 100%;
}
.burger span {
position: relative;
  margin-top: 9px;
  margin-bottom: 9px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -1.5px;
}
.burger span, .burger span::before, .burger span::after {
  display: block;
  width: 30px;
  height: 3px;
  background-color: white;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.burger span::before, .burger span::after {
  position: absolute;
  content: "";
}
.burger span::before {
  top: -9px;
}
.burger span::after {
  top: 9px;
}
.burger.clicked span {
    background-color: transparent;
  }
  .burger.clicked span::before {
    -webkit-transform: translateY(9px) rotate(45deg);
    -moz-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
  }
  .burger.clicked span::after {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    -moz-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    -o-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
  }
  .burger.clicked span:before, .burger.clicked span:after {
    background-color: #ffffff;
  }
  .burger:hover {
    cursor: pointer;
  }

.log_ctnr a{
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 20px;
color: #FFFFFF;
transition: color .4s, text-shadow .4s;
display: flex;
align-items: center;
margin-right: 0;
padding: 11px 5px;
}
.lang_switch > a{
    margin-right: 0;
}
.nav_1{
    display: flex;
    align-items: center;
}
.nav_1>a:nth-child(1){
    margin-right: 0;
}
.site_nav>li>a:hover,
.nav_1 a:hover, .log_ctnr a:hover{
    color: #EA723D;
text-shadow: 0px 0px 7px rgba(234, 114, 61, 0.7);
}
.log_ctnr i{
    margin: 0 24px;
    border: 1px solid #FFFFFF;
transform: rotate(90deg);
width: 18px;
height: 0px;
}
.log_ctnr.show{
    display: flex;
    position: fixed;
    top: 70px;
    right: 0;
    flex-direction: column;
    width: 100%;
    max-width: 100vw;
    min-width: 100vw;
}
.log_ctnr.show .nav_2,
.log_ctnr.show .nav_1{
    background: #3D3D3D;
    width: 100%;
}
.log_ctnr.show .nav_1 a{
    color: black;
    font-size: 25px;
}
.log_ctnr.show .nav_1 a:first-child{
    margin-bottom: 15px;
}
.log_ctnr.show .nav_2 .site_nav {
    flex-direction: column;
}
.log_ctnr.show .nav_2 .site_nav>li a{
    color: white;
    font-size: 25px;
}
.log_ctnr.show .nav_2 .site_nav>li svg path{
    fill: white;
}
.site_nav{
align-items: center;
}
.site_nav>li{
    display: flex;
    align-items: center;
}
.site_nav>li{
    margin-right: 0;
}
header{
    width: 100%;
  
}
.header_nav_container{
    max-width: 1124px;
    width: 100%;
    margin: 0 auto;
}
.lang_switch  svg path{
    fill: #EA723D !important;
}
header.fixed-on{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 5px;
    background: #3D3D3D;
}
/* header.fixed-on::before{
    content: '';
    width: 100%;
    height: 50px;
    background: #3D3D3D;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
} */

body.dark_mode header{
    /* padding-right: 6px; */
}
/*    navigation and header   */
.main_bnr_content{
    padding: 20vh 0 0 0;
    max-width: 1124px;
    margin: 0 auto;
    height: 100%;
    flex-direction: column;
  justify-content: space-between;
}
.main_banner_text_old{
    max-width: 787px;
    width: 100%;
    text-align: left;
}
.main_banner_text_old>h1{
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 59px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.main_banner_text_old>p{
        font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 35px;
    color: #FFFFFF;
}
.main_banner_text{
    max-width: 902px;
    width: 100%;
    text-align: left;

}
.main_banner_text h1{
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: normal;
    letter-spacing: 0.03em;
    margin-bottom: 15px;
    background: #EA723D;
    width: fit-content;
    padding: 10px 10px;
    color: black;
}
.main_banner_text svg{
    width: 25px;
    fill: black;
}
.main_banner_text p{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    text-align: left;
    color: #EA723D;
}
.main_bnr_title{
    flex-direction: column;
    width: 100%;
    position: relative;
}
.main_bnr_title h3{
    font-family: 'GilroyExtraBold','Work Sans', sans-serif;
    font-style: normal;
font-weight: 800;
font-size: 45px;
line-height: 59px;
letter-spacing: 0.03em;
color: #FFFFFF;
padding-left: 10px;
}
.main_bnr_links{
    margin: 50px 0 0 0;
    max-width: 429px;
    flex-wrap: wrap;
    align-items: center;
}

.add_offer{
    margin-top: 50px;
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
font-weight: bold;
font-size: 15px;
line-height: 18px;
color: #FFFFFF;
padding: 28px 72px;
border: 3px solid #EA723D;
box-sizing: border-box;
border-radius: 20px;
background: none;
transition: background .4s;
display: block;
width: fit-content;
}
.add_offer:hover{
    background: #EA723D;
}
.second_bnr{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.second_bnr{
    padding: 50px 0 0 0;
}
.second_bnr_content{
    flex-direction: column;
    align-items: flex-start;
    margin-bottom:50px;
}
.second_bnr_content>h3{
        font-size: 55px;
    font-weight: 400;
    margin-bottom: 15px;
}
.read_more_about{
    text-decoration: underline;
    font-weight: 600;
    margin-left: 10px;
}
.second_bnr_text{
    max-width: 489px;
    width: 100%;
}
.second_bnr_text h6{
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;    
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #EA723D;
}
.second_bnr_text h3{
    margin-top: 10px;
    font-family: 'GilroyExtraBold','Work Sans', sans-serif;
    font-style: normal;

color: #3D3D3D;
font-weight: 800;
font-size: 45px;
line-height: 59px;
letter-spacing: 0.03em;
}
.second_bnr_text p{
    margin-top: 30px;
    font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 20px;
max-width: 371px;
width: 100%;
letter-spacing: 0.03em;

color: #3D3D3D;
}
.more_btn{
    margin-top: 50px;
    font-style: normal;
font-weight: bold;
font-size: 15px;
line-height: 20px;
letter-spacing: 0.03em;
text-transform: uppercase;
color: #FFFFFF;
text-align: center;
width: fit-content;
background: #EA723D;
border-radius: 10px;
padding: 24px 54px;
}
.second_bnr_img{
    max-width: 371px;
    width: 100%;
    position: relative;
}
.second_bnr_img p{
    position: absolute;
    right: 0;
    max-width: 218px;
    width: 100%;
    font-style: italic;
font-weight: normal;
font-size: 10px;
line-height: 13px;
letter-spacing: 0.03em;
bottom: 31px;
color: #3D3D3D;
}
.developers_section{
  padding: 50px 0;
}
.add_announcement_btn{
    width: 100%;
    margin-top: 25px;
}
.slider_main svg{
    min-width: 18px;
    min-height: 36px;
    cursor: pointer;
}
.slider_main svg>path{
    transition: fill .4s;
}
.slider_main svg:hover >path{

    fill: #EA723D;
}
.slider_main .slick-track{
    align-items: center;
    display: flex;
}
.slider_main .slick-slide img{
    margin: 0 auto;
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 10px;
}
.developers_section h2{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
font-weight: bold;
font-size: 30px;
line-height: 37px;
color: #000000;
text-align: center;
width: 100%;
margin-bottom: 101px;
}
.slider_main{
    margin: 0 -15px;
}
.slider_main .slide_item{
    position: relative;
    border-radius: 10px;
    padding: 0 15px;
}
.slider_main .slide_item a{
    width: fit-content;
    display: block;
    margin: 0 auto;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.slider_main .slide_item a::after{
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
}
.developers_slider .slide_item a::after{
    background: rgba(0, 0, 0, 0.4);
}
.slider_main .slide_item a:hover::after{
    background: rgba(26, 180, 161, 0.35);
}
.slide_item img{
    height: 100%;
}
.slider_main .see_falt{
    background: #EA723D;
    border-radius: 5px;
    padding: 7px 15px;
    font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 15px;
color: #FFFFFF;
font-family: 'Montserrat', sans-serif;
position: absolute;
top: 20px;
right: 20px;
z-index: 2;
opacity: 0;
visibility: hidden;
transition: opacity .4s, visibility .4s;
}
.slider_main .slide_title{
    font-family: 'GilroyLight','Work Sans', sans-serif;
    font-style: normal;
font-weight: 800;
font-size: 15px;
line-height: 19px;
text-align: center;
color: #FFFFFF;
position: absolute;
bottom: 22px;
left: 22px;
    margin: 0;
    width: fit-content;
    display: block;
    z-index: 2;
}
.empty_slider{
    flex-direction: column;
    justify-content: center;
}
.slide_subtitle{
    font-family: 'GilroyLight', 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
    margin: 0;
    display: block;
    z-index: 2;
    transform: translate(-50%, -50%);
    width: 100%;
}
.slider_main .slide_title:before{
    display: none;
}
.slider_main .slide_item a:hover .slide_title,
.slider_main .slide_item a:hover .see_falt{
    opacity: 1;
    visibility: visible;
}
.blog_section{
    max-width: 1168px;
    width: 100%;
    margin: 50px auto 0 auto;
}
.blog_section>div>h2{
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    max-width: 857px;
    width: 100%;
    color: #000000;
    margin-bottom: 50px;
}
.blog_section>div>h2:before{
    content: '';
    max-width: 210px;
    width: 100%;
    display: block;
   background: #EA723D;
   height: 3px;
   margin-bottom: 15px;
}
.new_build{
    margin-bottom: 25px;
}
.new_build .empty_mess{
    width: 100%;
    text-align: center;
    padding: 15px;
    font-size: 25px;
}
.empty_mess_mail{
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: normal;
    letter-spacing: 0.03em;
    margin-bottom: 15px;
    background: #EA723D;
    width: fit-content;
    padding: 10px 10px;
    color: black;
}
.notarius{
    max-width: 1168px;
    margin: 0 auto;
    width: 100%;
    flex-wrap: wrap;
}
.notarius_card{
    position: relative;
    margin: 0 0 25px 0;
   width: 25%;
}
.notarius_content{
    position: relative;
    max-width: 255px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}
.notarius_content img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.notarius_card a,
.notarius_card h4,
.notarius_card span{
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s, visibility .4s;
    z-index: 2;
    position: absolute;
    font-family: 'Montserrat', sans-serif;
}
.notarius_content::after{
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(26, 180, 161, 0.45);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s, visibility .4s;
}
.notarius_content:hover::after{
    opacity: 1;
    visibility: visible; 
    z-index: 1;
   
}
.notarius_content:hover a,
.notarius_content:hover h4,
.notarius_content:hover span{
    opacity: 1;
    visibility: visible; 
    z-index: 2;
}
.notarius_card a{
    top: 10px;
    right: 10px;
    background: #EA723D;
border-radius: 5px;
padding: 7px 11px;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 15px;
color: #FFFFFF;
}
.notarius_card h4{
    left: 10px;
    bottom: 72px;
    font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 24px;

color: #FFFFFF;
}
.notarius_card .profession{
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    left: 10px;
    bottom: 49px;
}
.notarius_card .experience{
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    left: 10px;
    bottom: 29px;
}
 .add_new_notarius_card{
    width: 25%;
    margin-bottom: 25px;
}
.add_new_notarius_card a{
    max-width: 255px;
    width: 100%;
    margin: 0 auto;
    border: 5px solid #746F6F;
    position: relative;
    padding: 110px 0 40px 33px;
    display: flex;
    flex-direction: column;
  
    height: 100%;
}
.add_new_notarius_card h3{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
font-weight: 800;
font-size: 25px;
line-height: 30px;
max-width: 136px;
width: 100%;
color: #746F6F;
padding-right: 86px;
}
.add_new_notarius_card svg{
    display: block;
    margin-top: auto;
    margin-left: auto;
    margin-right: 40px;
} 
.cat_ball{
    display: flex;
    width: 100%;
}
.cat_ball.hover{
    z-index: 999999;
}
.how_it_work_icon{
    position: absolute;
    top: -50px;
    left: -29px;
}
.how_it_work_title{
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    white-space: nowrap;
    position: absolute;
    top: -36px;
    opacity: 0.5;
    right: 8vh;
    display: flex;
    align-items: flex-start;
}
.how_it_work_title img{
   display: none !important;
}
.ball_target{
 transition: transform .4s;    
}
#ball4{
    animation: pulseBall 4s infinite;
}
#ball3{
    animation: pulseBall 3s infinite;
}
#ball2{
    animation: pulseBall 3.4s infinite;
}
#ball1{
    animation: pulseBall 3.8s infinite;
}
@keyframes pulseBall {
    from {transform: scale(1);}
    50%{transform: scale(1.1);}
    to {transform: scale(1);}
  }

.ball:hover .ball_mess{
    top: unset;
    bottom: 100%;
    left: 50%;
    right: 50%;
    transform: translate(-50%, 0);
    display: block;
    opacity: 1;
    visibility: visible;
}
.ball_target:hover{
    transform: scale(1.1);
}
.ball_grid{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center; 
}
.ball_grid.second{
   
}
.ball_grid.first{
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 150px;
}

.ball_grid li{
    position: relative;
}
.ball_grid li a{
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    z-index: 4;
}
.ball_grid li a:hover{
   
}
.ball_grid li a img{
    width: 13vh;
    height: 13vh;
    transform: translate(0, 5px);
}
.arrow_ball_left{
    display: none !important;
}
.arrow_ball_right{
    display: none !important;
}
.ball_grid li.hover_active{
    z-index: 9999 !important;
}
.ball_grid li.hover_active::after{
    content: '';
    display: block;
    width: 500px;
    height: 132px;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right: 0;
}
.circle_ball_big,
.circle_ball_small{
    display: none;
    transform-origin: center center;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: transform 1s;
    z-index: 1;
}
.circle_ball_big{
    transform: translate(-50%, -50%) rotate(180deg);
    width: 156px;
height: 156px;
}

.circle_ball_small{
    transform: translate(-50%, -50%) rotate(-180deg);
    width: 123.61px;
height: 123.61px;
}
.circle_ball_big.show,
.circle_ball_small.show{
    transform: translate(-50%, -50%) rotate(0);
}
.ball_mess{
    background: #FFFFFF;
    border-radius: 8px;
    padding: 15px;
    width: 321px;
    position: absolute;
    z-index: 9999;
    display: none; 
    transition: transform 1s;
    z-index: 9999;
    top: -100%;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -43px);
    opacity: 0;
}
.ball_mess.show{
    top: -100%;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -63px);
}
.ball_mess svg{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    right: 50%;
    bottom: 0;
    transform: translate(-50%, -3px) matrix(0, -1, -1, 0, 0, 0) rotate(180deg);
width: 20px;
height: 12px;
}
.ball_mess h5{
    font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 16px;
letter-spacing: 0.5px;

color: #EA723D;
}
.ball_mess p{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #444444;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.ball_link{
    justify-content: flex-start !important;
    margin: 5px 0 5px 0;
    text-decoration: underline;
}


.search_panel{
    max-width: 784px;
    position: absolute;
    top: 60%;
    width: 100%;
    background: #FFFFFF;
box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
border-radius: 10px;

padding: 0 54px 0 0;
}
.search_panel_item{
    padding: 23px 0 15px 0;
    max-width: 132px;
    width: 100%;
}
.content_fit{
    max-width: fit-content;
    width: fit-content;
}
.search_panel_item h4{
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.03em;
    color: #000000;
    margin-bottom: 10px;
}
/* CAUTION: IE hackery ahead */


.search_panel_item select{
background: none;
border: none;
font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 18px;
letter-spacing: 0.03em;
color: #000000;
cursor: pointer;
outline: none;
padding-right: 50px;
-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: no-repeat right url('/bezbrok/public/images/select-arrow.png');
  background-size: 16px;
}
.search_panel_item::-ms-expand {
    display: none;
    /* remove default arrow on ie10 and ie11 */
  }
  .go_search{
    max-width: 118px;
    width: 100%;
    border-radius: 0px 10px 10px 0px;
    position: relative;
  }
  .go_search button{
    background: #EA723D;
    width: 100%;
    max-width: 115px;
    border: none;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    border-radius: 10px 0 0 10px;
    margin-right: auto;
  }


.cooperation_info{
    margin-top: 50px;
    background-image: url('/bezbrok/public/images/coop-back.png');
padding: 272px 0;
background-repeat: no-repeat;
background-size: cover;
}
.coop_info_content{
    max-width: 1171px;
    width: 100%;
    margin: 0 auto;
}
.cooperation_content_notarius{
max-width: 456px;
width: 100%;
flex-direction: column;
}
.cooperation_content_builder{
    max-width: 500px;
    width: 100%;
    flex-direction: column;
}
.coop_title{
    font-family: 'GilroyExtraBold','Work Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    text-align: right;
    color: #EA723D;
    margin-bottom: 30px;
}
.coop_text{
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.03em; 
    color: #FFFFFF;
    margin-bottom: 65px;
}
.coop_more_btn{
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    border: 3px solid #EA723D;
box-sizing: border-box;
border-radius: 20px;
padding: 25px 114px;
max-width: 349px;
width: 100%;
transition: background .4s;
}
.coop_more_btn:hover{
    background: #EA723D;
}
.cooperation_content_builder .coop_more_btn{
    margin-left: auto;
}
.cooperation_content_builder .coop_title{
    text-align: right;
}
.cooperation_content_builder .coop_text{
    text-align: right;
}
#home_page_search p.facade_selector_loc{
    max-width: 100%;
    border: none;
    overflow: hidden;
    white-space: nowrap;
}
#home_page_search .bg_top,
#home_page_search .loc_select{
    top: 30px;
    max-width: 100%;
}
#home_page_search .select_container{
    margin: 0;
}
#home_page_search .input_block.select:after{
    right: -15px;    
}
/*  main content  */

/*  footer content  */
footer{
padding-top: 40px;
background-repeat: no-repeat;
background-size: contain;
background-position:top center;
padding-top: 91px;
padding-bottom: 28px;
}
.subscribe_block{
    align-items: center;
    background: #EA723D;
    border-radius: 10px;
    padding: 64px 103px;
    max-width: 1074px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25);
}
.subscribe_title{
    font-family: 'GilroyExtraBold','Work Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
font-weight: 800;
font-size: 32px;
line-height: 40px;
color: #FFFFFF;

}
.sub_form{
    background: #FFFFFF;
border-radius: 4px;
padding: 8px 8px 8px 24px;
max-width: 510px;
width: 100%;
}
.email_sub{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #2B3D51;
    mix-blend-mode: normal;
    opacity: 0.5;
    background: none;
    border: none;
    outline: none;
    height: 56px;
}
.send_sub{
    background: #EA723D;
border-radius: 4px;
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 18px;
text-align: center;
color: #FFFFFF;
padding: 19px 38px;
border: none;
cursor: pointer;
}
.footer_nav{
    max-width: 1074px;
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
    padding-bottom: 44px;
    border-bottom: 1px solid #2B3D51;
}
.footer_nav_list{
    max-width: 519px;
    width: 100%;
    align-items: center;
}
.footer_nav_list li a{
    font-style: normal;
font-weight: normal;
font-size: 17px;
line-height: 20px;
color: #0A142F;
transition: color .3s,  text-shadow .3s;
}
.footer_nav_list li a:hover{
    color: #EA723D;
    text-shadow: 0px 0px 7px rgba(234, 114, 61, 0.7);
}
.soc_block{
    max-width: 152px;
    width: 100%;
}
.app_block{
    align-items: center;
    margin-bottom: 15px;
}
.footer_info{
    padding-top: 31px;
    max-width: 1074px;
    width: 100%;
    margin: 0 auto;
}
.footer_logo_block{
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    max-width: 244px;
    width: 100%;
}
.footer_logo_block h5{
    margin-top: 40px;
    font-style: normal;
font-weight: normal;
font-size: 13px;
line-height: 16px;
color: #0A142F;
mix-blend-mode: normal;
opacity: 0.75;
}
.politics_block{
    align-items: center;
    max-width: 211px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}
.pay_icons{
    width: 100%;
    justify-content: flex-end;
}
.pay_icons img{
width: 55px;
height: 50px;

}
.politics_block a{
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
line-height: 14px;
color: #0A142F;
}
.app_block{
    max-width: 227px;
    width: 100%;
    align-items: center;
}
.login_section{
    background: url(/bezbrok/public/images/fon-login.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.login_logo{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.login_form{
    max-width: 338px;
    width: 100%;
}
.login_form input{
    padding: 11px 15px;
    outline: none;
    width: 100%;
    background: rgba(255, 255, 255, 0.3);
    border: none;
    margin-bottom: 20px;
    font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 22px;
color: #FFFFFF;
}
.login_form input::placeholder {
    color: #FFFFFF;
}
.login_title{
    margin-bottom: 96px;
    color: white;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
}
.remember_block{
    display: flex;
    align-items: center;
    margin-left: auto;
    width: fit-content;
    margin-bottom: 20px;
}
.remember_block input{
    width: fit-content;
    margin: 0 15px 0 0;

}
.remember_block label{
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    color: #FFFFFF;
}
.go_login_forget_pass{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.go_login_btn{
    box-shadow: 0px 24px 20px rgba(0, 0, 0, 0.14);
    border: none;
    font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 18px;
background: #EA723D;
text-align: center;
color: #FFFFFF;
width: 100%;
    padding: 14px 0;
    margin-bottom: 30px;
}
.forget_pass_link{
    font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 18px;
text-align: center;
text-decoration-line: underline;
color: #FFFFFF;
}
.register_container > form{
   flex-wrap: wrap;
}
.register_form{
    max-width: 696px;
    width: 100%;
}
.go_to_reg{
    width: 100%;
}
.go_to_reg_link{
    margin: 25px auto;
        display: block;
}
.banner_text{
    display: flex;
    align-items: flex-start;
}
.banner_text>span{
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 35px;
    color: #EA723D;
    margin-right: 10px;
}
/* .register_form .go_to_reg_link{
    margin: 25px 0 0 auto;
    width: fit-content;   
} */
.register_container input{
    max-width: 338px;
    width: 100%;
}
.register_container .left_block,
.register_container .right_block{
width: 50%;
}
.go_to_reg button{
    max-width: 338px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.invalid-feedback{
    margin-bottom: 5px;
    display: block;
    font-weight: 100;
    color: red;
}

.profile_page{
    background: #F4F7FE;
}
.select_type{
    position: relative;
    background: rgba(255, 255, 255, 0.3);
padding: 11px 15px;
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: space-between;
max-width: 338px;
width: 100%;
margin-bottom: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    color: #FFFFFF;
}
.select_type>svg{
    transform: rotate(180deg);
    transition: transform .3s;
}
.select_type.open>svg{
    transform: rotate(0);
}
.type_drop_panel{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 120%;
    right: 0;
    max-width: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.3);
    padding: 10px 20px 10px 10px;
}
.type_drop_panel.open{
    display: flex;
}
.type_group>input{
    width: fit-content;
    margin: 0;
    cursor: pointer;
    width: 20px;
height: 20px;
position: relative;
border: none;
outline: none;
outline: 0 !important;
background: white;
}
.type_group>input[type='radio']:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #EA723D;
    transform: translate(-50%, -50%);
    visibility: visible;
    border: 4px solid white;
    box-sizing: border-box;
  }
  .type_group>input:checked {
    border: none;
    outline: 0 !important;
  }

  
.type_group{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: default;
}
.type_group:not(:last-child){
    margin-bottom: 20px;
}
.type_group>label{
    font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 22px;
color: #FFFFFF;
}
.register_container .go_login_btn{
    max-width: 338px;
    width: 100%;
}
.drop_panel{
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    
}
.drop_content{
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: opacity .3s, visibility .3s;
    position: absolute;
    top: 38px;
    left: 0;
    padding-top: 6px;
}
.drop_content .drop_content_list{
    
    width: 296px;
    background: #FFFFFF;
border-radius: 9px;
padding-bottom: 10px;
padding-top: 15px;
}
.drop_content_list li a{
    font-style: normal;
font-weight: 500;
font-size: 25px;
line-height: 25px;
color: #000000;
padding: 10px 10px 10px 10px;
width: 100%;
display: block;
color: #000000;
transition: background .3s;
}
.drop_content_list li a:hover{
    background: rgba(234, 114, 61, 0.3);
}
.drop_panel:hover svg{
    transform: rotate(180deg);
}
.drop_panel:hover .drop_content{
    opacity: 1;
    visibility: visible;
    z-index: 99;
}
.drop_panel svg{
    margin-left: 5px;
    transition: transform .3s;
}
.faq>h2{
    max-width: 352px;   
}
.faq_slider .slide_item,
.faq_slider .slide_item>a,
.slider_main .slide_item,
.slider_main .slide_item>a{
height: 242px;
}
.faq_title,
.faq_subtitle,
.faq_short_desc,
.faq_open_btn{
    position: absolute;
    z-index: 2;
}
/* .faq .slide_item>a:hover .faq_title,
.faq .slide_item>a:hover .faq_subtitle,
.faq .slide_item>a:hover .faq_short_desc,
.faq .slide_item>a:hover .faq_open_btn{
    visibility: visible;
    opacity: 1;
    
} */
.faq_title{
    font-family: 'GilroyLight','Work Sans', sans-serif;
    font-style: normal;
font-weight: 800;
font-size: 20px;
line-height: 25px;
text-align: center;
color: #FFFFFF;
top: 20px;
left: 20px;
}
.faq_subtitle{
    font-family: 'GilroyExtraBold','Work Sans', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    top: 60px;
    left: 20px;
}
.faq_short_desc{
    font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 18px;
color: #FFFFFF;
top: 109px;
left: 20px;
}
.faq_open_btn{
    background: none;
    font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 18px;
color: #FFFFFF;
padding-bottom: 10px;
border-bottom: 2px solid #FFFFFF;
bottom: 20px;
left: 20px;
}
.lk_page{
    background: #F4F7FE;
    min-height: 90vh;
}
.lk_nav{
    padding-bottom: 25px;
    background: #3D3D3D;
border-radius: 0px 0px 10px 0px;
width: 100%;
max-width: 415px;

}
.lk_nav_list{
    position: sticky;
    top: 50px;
    padding-left: 155px;
    padding-right: 88px;
}
.lk_nav_list li a{
    justify-content: flex-start;
    font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 18px;
color: #FFFFFF;
}
.lk_nav_list li a span{
    border-bottom: 1px solid transparent;
    transition: border-bottom .3s;
}
.lk_nav_list li a:hover span{
    border-bottom: 1px solid #FFFFFF;
}
.lk_nav_list li a{
    display: flex;
    align-items: center;
}
.lk_nav_list li:not(:last-child){
    margin-bottom: 41px;
}
.lk_nav_list li a svg{
    margin-right: 12px;
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
}
.lk_logo_container{
    padding: 50px 0;
    display: block;
    width: 100%;
    border-bottom: 2px solid #F4F7FE;
    margin-bottom: 36px;
}
.lk_logo_container img{
    margin: 0 auto;
}
.lk_page_content{
    max-width: 796px;
    width: 100%;
    margin: 0 auto;
}
.lk_header{
    padding: 50px 0 77px 0;
    align-items: flex-end;
}
.lk_header_hello{
flex-direction: column;
align-items: flex-start;
}
.lk_header_hello h4{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 14px;
    color: #3D3D3D;
    margin-bottom: 15px;
}
.lk_header_hello h4 strong{
    font-weight: 800;
}
.lk_header_hello h3{
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 20px;
    color: #3D3D3D;    
}
.lk_header_balance{
    max-width: 143px;
    width: 100%;
}
.lk_header_balance .balance{
    font-style: normal;
font-weight: 500;
font-size: 27px;
line-height: 18px;
color: #3D3D3D;
}
.lk_header_balance svg{
    width: 28px;
    height: 28px;
}
.report_btn{
    margin-top: 50px;
    padding: 15px 25px;
    border: 1px solid black;
}
#report_window{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999999999999;
    transform: translate(-50%, -50%);
    max-width: 500px;
    width: 100%;
    background: white;
    padding: 25px 15px;
}
#report_window textarea{
    width: 100%;
    height: 200px;
        background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    letter-spacing: 0.03em;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: #3D3D3D;
    padding: 15px;
}
#report_window input{
    background: #EA723D;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFFFFF;
    border: none;
    box-shadow: none;
    outline: none;
    max-width: 250px;
    width: 100%;
    height: 52px;
    cursor: pointer;
    margin: 15px auto 0 auto;
}
.close_window{
    display: block;
    margin-left: auto;
    margin-bottom: 17px;
    cursor: pointer;
    width: 36px;
}
.close_window img{
    cursor: pointer;
    width: 100%;
    object-fit: contain;
}
.post_section{

}
.control_post{
    align-items: flex-start;
    margin-bottom: 60px;
}
.create_post_btn{
    padding: 21px 45px;
    font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 18px;
color: #EA723D;
border: 2px solid #EA723D;
box-sizing: border-box;
border-radius: 10px;
background: none;
transition: background .4s, color .4s;
}
.create_post_btn:hover{
    background: #EA723D;
    color: white;
}
.control_page_post{
    max-width: 110px;
    width: 100%;
}
.prev_btn.inactive>svg path,
.next_btn.inactive>svg path{
    stroke: #BCBCBC;
}
.prev_btn svg{
    transform: rotate(180deg);
}
.post_list{
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -20.5px;
}
.post_card{
    cursor: pointer;
    max-width: 246px;
    width: 100%;
    min-height: 321px;
    height: fit-content;
    background: #FFFFFF;
box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.2);
border-radius: 10px;
margin: 0 16.5px 33px 16.5px;
display: flex;
flex-direction: column;
position: relative;
}
.post_card .hidden_icon{
    display: none;
}
.post_card.post_hidden .hidden_icon{
    display: block;
    position: absolute;
    top: 40px;
    z-index: 1;
    background: white;
    padding: 5px;
    text-align: center;
    border-radius: 5px 0 0 5px;
    right: 0;
    box-shadow: 0px 4px 14px rgb(0 0 0 / 20%);
    font-size: 28px;
    color: #D34141;
    font-weight: 400;
}
.post_card.post_hidden img,
.post_card.post_hidden p,
.post_card.post_hidden .post_card_control .del_post,
.post_card.post_hidden .post_card_footer{
    opacity: .5;
}
/* .post_card:hover{
    background: linear-gradient(258.47deg, #78FFD6 -0.04%, rgba(0, 121, 145, 0.92) 91.79%);
} */
.post_id{
    padding: 9px 10px;
    font-style: normal;
font-weight: 500;
font-size: 13px;
line-height: 12px;
color: #BCBCBC;
}
.post_card>img{
    object-fit: fill;
    width: 100%;
    height: 141px;
    display: block;
    margin-bottom: 9px;
}
.post_short_descr{
    font-style: normal;
font-weight: normal;
font-size: 13px;
line-height: 16px;
letter-spacing: 0.03em;
color: #3D3D3D;
padding: 0 10px;
margin-bottom: 14px;
word-break: break-word;
}
.post_card_control{
    padding: 0 10px;
    margin-bottom: 13px;
    margin-top: auto;
}
.del_post,
.hidden_post,
.reset_post{
    padding: 7px 31px;
border-radius: 5px;
font-style: normal;
font-weight: 500;
font-size: 10px;
line-height: 130%;
letter-spacing: 0.03em;
color: #FFFFFF;
}
.reset_post{
    background: #3D3D3D;
    padding: 7px 13px;
}
.del_post{
    background: #D34141;
}
.hidden_post{
    background: #3D3D3D;
}
.post_card_footer{
    padding: 0 10px 10px 10px;
}
.go_post_page{
    font-style: normal;
font-weight: 500;
font-size: 10px;
line-height: 12px;
text-decoration-line: underline;
color: #EA723D;
margin-right: auto;
}
.post_card_footer>span:not(:last-child){
    margin-right: 10px;
}
.post_card_footer>span>svg{
    margin-right: 6px;
}
.about_main_banner{
    /* background: url(/bezbrok/public/images/aboubanner.png); */
    width: 100%;
    height: 837px;
    max-height: 100vh;
    background-repeat: no-repeat;
    max-width: 1440px;
    margin: 0 auto;
    align-items: flex-end;
    position: relative;
    background-size: cover;

}

.about_main_banner .banner_left{
padding-bottom: 206px;
padding-left: 135px;
max-width: 718px;
width: 100%;
}
.about_main_banner .banner_left h2{
    font-style: normal;
    font-weight: normal;
    font-size: 60px;
    line-height: 70px;
    color: #FFFFFF;
    margin-bottom: 100px;
}
.terms_banner .banner_left{
    max-width: 853px;
}
.terms_banner .banner_left p{
    max-width: 584px;
    width: 100%;
}
.terms_banner .banner_left h2{
    margin-bottom: 50px;
}
.about_main_banner .banner_left p:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(255, 255, 255, 0.72);
   z-index: -1;
}
.about_main_banner .banner_left p{
    position: relative;
    z-index: 2;
    padding: 26px 93px 26px 26px;
    font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 28px;
letter-spacing: 0.015em;
color: #000000;
backdrop-filter: blur(2px);
}
.about_main_banner .banner_left p strong{
    color: #EA723D;
    font-weight: bold;
    font-size: 25px;
}
.about_main_banner .banner_right{
    padding-bottom: 119px;
    padding-right: 140px;
    margin-left: auto;
}
.about_main_banner .banner_right p{
    font-style: italic;
font-weight: normal;
font-size: 25px;
line-height: 29px;
letter-spacing: 0.015em;
color: #FFFFFF;
max-width: 343px;
width: 100%;
}
.about_main_banner2{
    background: url(/bezbrok/public/images/aboutbanner2.png);
    width: 100%;
    height: 100%;
    max-height: 740px;
    background-repeat: no-repeat;
    max-width: 1440px;
    margin: 0 auto;
    align-items: flex-end;
    position: relative;
    background-size: contain;
}
.about_main_banner2{
    position: relative;
    top: -90px;
    padding-top: 222px;
    padding-left: 420px; 
    padding-bottom: 238px;
}
.about_main_banner2 h3{
    position: relative;
    font-style: normal;
font-weight: normal;
font-size: 60px;
line-height: 70px;
color: #FFFFFF;
width: fit-content;
margin-bottom: 182px;
}
.about_main_banner2 h3::after{
    content: '';
    width: 100%;
    max-width: 305px;
    display: block;
    height: 3px;
    background: #EA723D;
    position: absolute;
    top: 57%;
    left: 106%;
    transform: translate(0, -50%);
}
.about_main_banner2 p{
    font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 28px;
letter-spacing: 0.015em;
color: #FFFFFF;
padding-right: 192px;
margin-left: auto;
display: block;
width: fit-content;
}
.support_block{
    max-width: 1290px;
    width: 100%;
    margin: 0 auto;
}
.support_block>h3{
    position: relative;
    font-style: normal;
    font-weight: normal;
    font-size: 60px;
    line-height: 70px;
    color: #0E1B1B;
    width: fit-content;
    margin: 0 auto 36px auto;
}
.support_block>h3::after{
    content: '';
    width: 100%;
    max-width: 305px;
    display: block;
    height: 3px;
    background: #EA723D;
    position: absolute;
    top: 57%;
    right: 106%;
    transform: translate(0, -50%);
}
.support_block>p{
    font-style: italic;
font-weight: normal;
font-size: 20px;
line-height: 28px;
/* or 28px */
letter-spacing: 0.015em;
color: #0E1B1B;
margin-bottom: 65px;
}
.write_support{
    align-items: center;
}
.write_support .desc_btn{
    max-width: 276px;
    width: 100%;
    margin: 0 auto;
}
.write_support .desc_btn p{
    font-style: italic;
font-weight: normal;
font-size: 15px;
line-height: 21px;
letter-spacing: 0.015em;
color: #0E1B1B;
margin-bottom: 30px;
}
.write_support_btn{
    background: #EA723D;
    padding: 11px 42px;
    font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 21px;
text-align: center;
text-decoration-line: underline;
color: #FFFFFF;
}
.protect_user_block{
flex-direction: column;
max-width: 1290px;
    width: 100%;
    margin: 50px auto 0 auto;
}
.protect_text{
    position: relative;
    max-width: 1040px;
    width: 100%;
    margin-left: auto;
    background: #0E1B1B;
    padding: 35px 0 128px 288px;
}
.protect_text>h4{
    font-style: normal;
font-weight: normal;
font-size: 60px;
line-height: 70px;
color: #FFFFFF;
position: relative;
width: fit-content;
margin-bottom: 50px;
}
.protect_text>h4::after{
    content: '';
    width: 100%;
    max-width: 305px;
    display: block;
    height: 3px;
    background: #EA723D;
    position: absolute;
    top: 57%;
    right: 106%;
    transform: translate(0, -50%);
}
.protect_text>p{
    font-style: italic;
    font-weight: normal;
    font-size: 15px;
    line-height: 21px;
    /* or 21px */
    letter-spacing: 0.015em;
    color: #FFFFFF;
    max-width: 578px;
    width: 100%;
    margin-right: auto;
}
.protect_user_block .go_create_post_btn{
    background: #FFFFFF;
box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
padding: 36px 90px;
font-style: italic;
font-weight: normal;
font-size: 25px;
line-height: 29px;
text-decoration-line: underline;
color: #EA723D;
position: absolute;
bottom: -51px;
right: 227px;
}
.accompaniment_card{
    position: relative;
    margin-top: -200px;
    right: -45px;
    max-width: 370px;
    width: 100%;
    margin-right: auto;
    background: rgba(224, 224, 224, 0.8);
backdrop-filter: blur(10px);
padding: 39px 39px 17px 39px;
}
.accompaniment_card p{
    font-style: italic;
font-weight: normal;
font-size: 15px;
line-height: 21px;
text-align: center;
letter-spacing: 0.015em;
color: #0E1B1B;
margin-bottom: 34px;
}
.accompaniment_go_btn{
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.25));
    background: #EA723D;
    padding: 27px 60px;
    font-style: italic;
font-weight: normal;
font-size: 15px;
line-height: 140%;
text-align: center;
letter-spacing: 0.015em;
color: #FFFFFF;
margin: 0 auto;
display: block;
text-align: center;
}
.thanks_block{
    flex-direction: column;
    max-width: 1236px;
    width: 100%;
    margin: 50px auto 50px auto;
}
.thanks_text{
    width: 100%;
    background: #0E1B1B;
    padding: 46px 174px 169px 173px;
}
.thanks_text h3{
    position: relative;
    font-style: normal;
    font-weight: normal;
    font-size: 60px;
    line-height: 70px;
    color: #FFFFFF;
    padding-left: 116px;
    margin-bottom: 53px;
}
.thanks_text h3:after{
    content: '';
    width: 100%;
    max-width: 262px;
    display: block;
    height: 3px;
    background: white;
    position: absolute;
    top: 57%;
    right: 90%;
    transform: translate(0, -50%);
}
.thanks_text p{
    font-style: italic;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.015em;
    color: #FFFFFF;
    max-width: 666px;
    width: 100%;
}
.thanks_block img{
    max-width: 553px;
    width: 100%;
    object-fit: contain;
    display: block;
    margin-left: auto;
    margin-right: 50px;
    position: relative;
    margin-top: -169px;
}
.about_search{
    margin-top: -190px;
}

/* post */
.post_page{
    padding-top: 50px;
    margin-top: 70px;
}

.post_create_form{

}
.post_create_form .facade_selector_loc,
.edit_form .facade_selector_loc{
    height: 50px;
}
.create_post_title{
    font-style: normal;
font-weight: 600;
font-size: 25px;
line-height: 33px;
/* identical to box height, or 33px */
letter-spacing: 0.03em;
color: #3D3D3D;
margin-bottom: 12px;
}
.status_create_post{
    margin-bottom: 50px;
}
.status_create_post>div{
    position: relative;
    display: flex;
    flex-direction: column;
}
.status_create_post>div::after{
    content: '';
    width: 100%;
    height: 13px;
    background: #EA723D;
    position: absolute;
    bottom: 0;
}
.status_create_post>div.inactive::after{
background: #FFFFFF;
height: 6px;
bottom: 3px;
}
.status_create_post>div:nth-child(1)::after{
    border-radius: 27px 0px 0px 27px;
}
.status_create_post>div:nth-child(2)::after{
    border-radius: 0 27px 27px 0; 
}
.status_create_post>div>h5{
    font-style: normal;
font-weight: 600;
font-size: 15px;
letter-spacing: 0.03em;
color: #3D3D3D;
padding-bottom: 24px;
}
.status_create_post>div.inactive>h5{
    color: #CECECE;
}
.status_create_post>div:nth-child(1)
{
    padding-right: 33px;
}
.input_block{
    margin-bottom: 25px;
}
.input_block{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 345px;
    width: 100%;
}
.desc_input{
    max-width: 100%;
    width: 100%;
}
.input_block input,
.input_block select{
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    border-radius: 5px;
    height: 50px;
    max-width: 345px;
    width: 100%;
    padding: 0 5px;
    letter-spacing: 0.03em;
    font-style: normal;
font-weight: normal;
font-size: 15px;
color: #3D3D3D;
}
.input_block input.lock,
.input_block select.lock,
.facade_selector_loc.lock{
    opacity: 0.7;
    cursor: not-allowed;
}
.input_block input:placeholder {
    letter-spacing: 0.03em;
    font-style: normal;
font-weight: normal;
font-size: 15px;
color: #3D3D3D;
}
.input_block.name input,
.input_block.name{
    max-width: 680px;
}
.input_block.price input{
    max-width: 193px;
}
.input_block.price .select_element,
.select_block{
    max-width: 132px;
    width: 100%;
    position: relative;
}
.disable .select_container:after{
display: none;
}
.flex_input{
    width: 100%;
}
.input_block select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
}
.input_block.select:after,
.select_block:after{
    content: "";
    background-image: url(/bezbrok/public/images/VectorArrowDown.png);
    background-position:center;
    background-repeat: no-repeat;
    position: absolute;
    right: 5px;
    bottom: 20px;
    z-index: 1;
    width: 20px;
    height: 10px;
    pointer-events: none;

  }
 .edit_form .input_block.select:after,
.edit_form .select_block:after{
bottom: 20px;
}
  .input_block label{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.03em;
    color: #3D3D3D;
    margin-bottom: 0;
  }
  .input_block.bg input{
      width: 100%;
      max-width: 345px;
  }
  .add_image_block{
    margin-top: 10px;
    margin-bottom: 0;
      max-width: 680px;
      width: 100%;
      flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-evenly;
  }
  .img_input{
      position: relative;
      max-width: 155px;
      height: 120px;
     width: 100%;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 5px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .add_image_block>.img_input:nth-child(1){
    border: 8px solid #EA723D;
  }
  .img_input>img{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
  }
  .img_input input{
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
  }
  .img_input span{
      margin-top: 7px;
      font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 16px;
letter-spacing: 0.03em;
color: #3D3D3D;
  }

  .remove_img{
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 9;
    background: white;
    border-radius: 100%;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: opacity .4s;
  }
  .remove_img:hover{
    opacity: .9;
  }
  .remove_img::after{
    content: '';
    height: 4px;
    width: 55%;
    background: black;
    position: absolute;
    top: 50%;
    right: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .facilities_block{
    max-width: 628px;
  }
   .facilities_desc{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.03em;
    color: #3D3D3D;
    margin-bottom: 27px;
   }   
   .facilities_desc span{
    color: #EA723D;
   }
 .facilities_button_list{
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 628px;
    margin: 0 -6px;
}
.facilities_block button{
    width: 100%;
    max-width: 145px;
    height: 57.4px;
    flex: 1 1 auto;
    margin: 0 6px;
    margin-bottom: 29px;
    
    background: #FFFFFF;
border: 1px solid #E5E5E5;
box-sizing: border-box;
border-radius: 5px;

font-style: normal;
font-weight: bold;
font-size: 12px;
line-height: 20px;
letter-spacing: 0.03em;
color: #3D3D3D;
}
.facilities_block button.selected{
    position: relative;
    background: #3D3D3D;
    border-color: #3D3D3D;
    color: #FFFFFF;
}
.facilities_block button.fav_item{
    background: #EA723D;
    border-color: #EA723D;
    color: white;
}
.facilities_block button.selected::after{
    content: '';
    background: url(/bezbrok/public/images/selectedIcon.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
    display: block;
    position: absolute;
    top: -9px;
    right: -9px;
}
.go_new_post{
    background: #EA723D;
border-radius: 5px;
font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 18px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
color: #FFFFFF;
border: none;
box-shadow: none;
outline: none;
max-width: 338px;
width: 100%;
height: 64px;
cursor: pointer;
margin-bottom: 20px;
}
.agreement_block{
    margin-bottom: 50px;
    align-items: flex-start;
    position: relative;
}
.agreement_block::after{
content: '';

    background: white;
border: 2px solid #3D3D3D;
box-sizing: border-box;
border-radius: 5px;
pointer-events: none;
width: 25px;
height: 25px;
position: absolute;
left: 0;
top: 0;
}
.agreement_block.selected::after{
    background: url(/bezbrok/public/images/selectagreement.png);
    border: none;
    background-repeat: no-repeat;
    background-position:center;
}
#agreement{
    margin-right: 20px;
    width: 25px;
    height: 25px;   
    min-width: 25px;
    opacity: 0;
    cursor: pointer;
}
.location_selector{
    flex-direction: column;
    width: 100%;
    position: relative;
}
.location_selector>input{
    cursor: pointer;
}
.loc_select{
    position: absolute;
    top: 50px;
    z-index: 3;
    left: 0;
    right: 0;
    display: none;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 0 5px;
    max-width: 345px;
    width: 100%;
    max-height: 300px;
    overflow-x: auto;
    overflow-y: scroll;
}
.loc_search_input{
    display: none;
    background: white;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: none !important;
}
.loc_select li,
.drop_down li{
    cursor: pointer;
    padding: 2px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently
                                    not supported by any browser */
}
.loc_select li:hover,
.drop_down li:hover{
    background: #EA723D;
    color: #FFFFFF;
}
.loc_select .loc_title{
    padding-left: 6px;
    margin-bottom: 5px;
    white-space: nowrap;
}
.loc_select .city_title{
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 5px;
}
.facade_selector_loc{
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    border-radius: 5px;
    height: 23px;
   position: relative;
    width: 100%;
    padding: 0 5px;
    letter-spacing: 0.03em;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: #3D3D3D;
    cursor: pointer;
    display: flex;
    align-items: center;
}
#drop-01,
#drop-001,
#facade-01,
#facade-001,
#drop-131,
#facade-131{
    max-width: 132px;
}
.facade_selector_loc>strong{
    margin-right: 10px;
    font-size: 16px;
}

.select_element{
    cursor: pointer !important;
}

.drop_down{
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 0 5px;
    width: 100%;
    max-height: 300px;
    overflow-x: auto;
    overflow-y: scroll;
    z-index: 3;
}

.select_container{
    position: relative;
}
.select_container:after {
    content: "";
    background-image: url(/bezbrok/public/images/VectorArrowDown.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 5px;
    bottom: 19px;
    z-index: 1;
    width: 20px;
    height: 10px;
    pointer-events: none;
}
#facade-02,
#drop-02,
#facade-03,
#drop-03{
    max-width: 345px;
}
.bg_top{
    top: 75px;
}

.desc_input textarea{
    font-family: 'Montserrat', sans-serif;
    background: #FFFFFF;
border: 1px solid #E6E6E6;
box-sizing: border-box;
border-radius: 5px;
padding: 15px;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 28px;
letter-spacing: 0.2px;
width: 100%;
color: #3D3D3D;
}
.letter_count_section{
    margin-top: 10px;
    justify-content: space-between;
    width: 100%;
    font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 28px;
font-family: 'Montserrat', sans-serif;
letter-spacing: 0.2px;

color: #3D3D3D;
}
.post_gall img{
    object-fit: cover;
    max-width: 1074px;
    margin: 0 auto;
    width: 100%;
    border-radius: 5px;
    max-height: 552.94px;
}
.image_post_slider{
    background: #F9F9F9;
    border-radius: 5px;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 23px 0;
    margin-bottom: 30px;
    position: relative;
}
.image_post_slider .slick-list{
    height: 60vh;
}
.post_gall_btn{
    cursor: pointer;
    position: absolute;
    z-index: 3;
    top: 50%;
    transform: translate(0, -50%);
}
.post_gall_btn.prev{
    left: 108px;
}
.post_gall_btn.next{
    right: 108px;
}
.image_post_slider .slick-dots{
    z-index: 3;
    position: absolute;
    bottom: 24px;
    left: 50%;
    right: 50%;
    transform: translate(-50%, 0);
}
.image_post_slider .slick-dots li button{
    border: 1px solid #FFFFFF;
box-sizing: border-box;
width: 16px;
height: 16px;
border-radius: 100%;
}
.image_post_slider .slick-dots li button:before{
    display: none !important;
}
.image_post_slider  .slick-dots li.slick-active button{
    background: #FFFFFF;
}
.rubric_type_post{
    width: fit-content;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 24px;
text-align: center;
letter-spacing: 0.2px;
color: #ABABAB;
}
.rubric_loc_sec{
    margin-top: 30px;
    align-items: center;
    justify-content: space-between;
}
.post_title{
    margin-top: 30px;
    font-style: normal;
font-weight: normal;
font-size: 30px;
line-height: 35px;
color: #000000;
max-width: 705px;
}
.page_post_location{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 24px;
color: #ABABAB;
display: flex;
align-items: center;
}
.page_post_location>svg{
    margin-right: 14.43px;
}
.page_post_location strong{
    color: black;
    margin-right: 15px;
}
.post_price{
    padding-bottom: 30px;
    border-bottom: 1px solid #E5E5E5;
    margin-top: 30px;
    font-style: normal;
font-weight: 600;
font-size: 40px;
line-height: 47px;
color: #EA723D;
align-items: flex-end;
}
.post_views{
    margin-left: auto;
    width: fit-content;
    font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 22px;
color: #3D3D3D;
}
.post_views >span{
    margin-right: 15px;
}
.reg_number{
    margin-top: 30px;
    font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 30px;
color: #757575;
display: block;
}
.post_facilities{
    flex-wrap: wrap;
    max-width: 1072px;
    width: 100%;
    margin: 0 -10px;
}
.post_facilities li{
    background: #3D3D3D;
border-radius: 5px;
max-width: 189.58px;
width: 100%;
height: fit-content;
min-height: 55px;
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 20px;
letter-spacing: 0.03em;
color: #FFFFFF;
justify-content: center;
margin: 30px 10px 0 10px;
}
.post_facilities li span{
    max-width: 127px;
    text-align: center;
}
.post_param{
    width: 50%;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 30px;
    flex-direction: column;
    margin: -29 0;
}
.post_param li{
margin-top: 29px;
}
.post_param li img{
    width: fit-content;
    height: fit-content;
    margin-right: 20px;
    object-fit: contain;
}
.post_param li span{
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}   
.post_param_sec {
    max-width: 706px;
    width: 100%;
}
.post_desc{
max-width: 973px;
width: 100%;
}
.post_desc h4{
    font-style: normal;
font-weight: 600;
font-size: 25px;
line-height: 33px;
letter-spacing: 0.03em;
color: #000000;
margin-top: 31px;
}
.post_desc p{
    margin-top: 30px;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #3D3D3D;
    word-break: break-word;
}
.post_page{
    margin-bottom: 50px;
}
.user_sec{
    margin-top: 50px;
    justify-content: space-between;
    max-width: 973px;
    width: 100%;
}
.user_info{

}
.user_info img{
width: 84px;
height: 84px;
display: block;
object-fit: cover;
border-radius: 100%;
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
margin-right: 30px;
}
.user_info span{
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.2px;   
    color: #000000;
}
.show_number{
    margin-top: 29px;
    background: #3D3D3D;
border-radius: 5px;
padding: 18px 40px;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 28px;
letter-spacing: 0.2px;
color: #FFFFFF;
display: block;
}
.post_phone{
    display: block;
    margin-top: 25px;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 30px;
    color: #3D3D3D;
    font-weight: 500;
}
.user_send_mess form{
    flex-direction: column;
}
.user_send_mess form textarea{
    font-family: 'Montserrat', sans-serif;
    background: #F9F9F9;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 15px 21px;
    font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 28px;
letter-spacing: 0.2px;
color: #3D3D3D;
}
.go_start_chat{
    cursor: pointer;
    padding: 14px 89px;
background: #EA723D;
border-radius: 5px;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 28px;
letter-spacing: 0.2px;
color: #FFFFFF;
margin-left: auto;
box-shadow: none;
outline: none;
border: none;
margin-top: 20px;
}
.unit_pay{
    font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 36px;
color: #ABABAB;
margin-left: 50px;
}
/* post */

/* all posts */
.realty_search_banner{
    position: relative;
    width: 100%;
    height: 378px;
    background: url('/bezbrok/public/images/banner-all-ads.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.realty_search{
    position: relative;
    max-width: 1095px;
}
.realty_search_content{
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start; 
    justify-content: flex-start;
    margin: 0 -5px;
}
.post_card_search{
    height: unset;
    position: relative;
    cursor: pointer;
    max-width: 315px;
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin: 25px 25px 0 25px;
}
.post_card_search>img{
display: block;
width: 100%;
height: 205px;
    object-fit: fill;
border-radius: 5px;
}
.card_info_block{
    padding: 10px;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.card_name{
    font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 23px;
color: #EA723D;
}
.card_price{
    min-width: 125px;
    position: absolute;
    top: 34px;
    left: -32px;
    width: fit-content;
    padding: 4px 23px 3px 14px;
    background: linear-gradient( 
300deg, transparent 15px, #EA723D 0), linear-gradient(0, transparent 15px, transparent 0);
    color: #FFFFFF;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
}
.card_all_space{
    min-width: 93px;
    padding: 1px 14px 1px 14px;
    position: absolute;
    top: 64px;
    left: -32px;
    background: linear-gradient( 
        300deg, transparent 15px, #FFFFFF 0), linear-gradient(0, transparent 15px, transparent 0);
        color: #FFFFFF;
        font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 22px;
display: flex;
align-items: center;
color: #3D3D3D;
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
}
.card_all_space>svg{
    margin-right: 10px;
}
.card_all_space>svg>path{
    fill: #3D3D3D;
}
.card_location{
    margin-top: 10px;
    font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 18px;
color: #3D3D3D;
}
.card_location strong{
    font-size: 17px;
}
.card_facilities{
    width: fit-content;
    margin: 5px -5px 0 -5px;
    flex-wrap: wrap;
}
.card_param{
display: flex;
    flex-direction: column;
    align-items: flex-start;
max-width: 100%;
width: 100%;
flex-wrap: wrap;
margin-top: 10px;
}
.type_ads_span, .rubric_ads_span{
    width: 100%;
    white-space: break-spaces;
}
.param_item{
display: flex;
align-items: center;
margin-bottom: 10px;
}
.param_item>svg,
.param_item>img{
    margin-right: 9.95px;
}
.card_facilities>span{
    background: #3D3D3D;
border-radius: 2px;
font-style: normal;
font-weight: bold;
font-size: 10px;
line-height: 13px;
letter-spacing: 0.03em;
color: #FFFFFF;
padding: 6px 10px;
margin: 5px 5px 0 5px;
}
.card_btn{
    margin-top: 10px;
    justify-content: space-between;
}
.go_to_ads{
    font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 14px;
color: #EA723D;
border: 1px solid #EA723D;
box-sizing: border-box;
border-radius: 20px;
padding: 12px 53px;
}
.card_add_to_fav{
    padding: 6px 8px;
    border: 1px solid #3D3D3D;
    border-radius: 5px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fav_check{
    width: 90%;
    height: 90%;
}
.card_pagination{
    margin-top: 30px;
    margin-bottom: 50px;
    justify-content: center;
}
.card_pag_prev,
.card_pag_next{
    border: 1px solid #BCBCBC;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 6.5px 10px 6.5px 10px;
    font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 23px;
color: #BCBCBC;
}
.card_pag_prev{
    margin-right: 30px;
}
.card_pag_next{
    margin-left: 30px;
}
.card_pag_prev.active,
.card_pag_next.active{
    border-color: #EA723D;
    color: #EA723D;
}
.card_pag_prev.active svg path,
.card_pag_next.active svg path
{
    fill: #EA723D;
}
.card_pagination .pagination .page-item:first-child,
.card_pagination .pagination .page-item:last-child{
    display: none;
}
.card_pagination .pagination{
    display: flex;
    align-items: center;
    margin: 0 -6px;
}
.card_pagination .pagination .page-item{
    margin: 0 6px;
}
.card_pagination .pagination .page-item a,
.card_pagination .pagination .page-item span{
    border: 1px solid #BCBCBC;
box-sizing: border-box;
border-radius: 5px;
padding: 6.5px 15px;
font-style: normal;
font-weight: normal;
font-size: 19px;
color: #BCBCBC;
}
.card_pagination .pagination .page-item.active span{
    border: 1px solid #EA723D;
    color: #EA723D;
}
.search_panel_all_posts{
max-width: 1152px;
width: 100%;
position: absolute;
bottom: 30px;
left: 50%;
right: 50%;
transform: translate(-50%,-50%);
z-index: 3;
}
.search_panel_home{
    position: relative;
    transform: unset;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
margin-bottom: 15px;
}
.quickly_drop_result{
    display: none;
    font-family: 'Montserrat', sans-serif;
    background: #F9F9F9;
border-radius: 5px;
padding: 15px 26px;
max-width: 893px;
width: 100%;
position: absolute;
bottom: 0;
transform: translate(0,101%);
list-style: none;
box-shadow: 0px 4px 25px rgb(0 0 0 / 15%);
}
.quickly_drop_result li{
    
}
.quickly_drop_result li:hover{
    background: rgba(26, 180, 161, 0.3);
}
.quickly_drop_result li a:hover span{
    color: #3D3D3D;
}
.quickly_drop_result li:not(:last-child){
    margin-bottom: 10px;
}
.quickly_drop_result li img{
    width: 101px;
    height: 50px;
    margin-right: 25px;
}
.quickly_drop_result span{
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    color: #EA723D;
}
.search_input{
    font-family: 'Montserrat', sans-serif;
    background: #F9F9F9;
border-radius: 5px 0px 0px 5px;
max-width: 100%;
width: 100%;
border: none;
padding: 15px 26px;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 28px;
letter-spacing: 0.2px;
color: #737373;
}
.filter_btn{
justify-content: space-between;
align-items: center;
max-width: 143px;
width: 100%;
padding: 15px 23px;
}
.filter_btn svg{
    transform: rotate(180deg);
     width: 21px;
    height: 21px;

}
.filter_btn span{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
font-weight: 700;
    font-size: 17px;
line-height: 28px;
letter-spacing: 0.2px;
color: #252B42;
}
.go_to_search{
    background: #EA723D;
    border-radius: 0px 5px 5px 0px;
    max-width: 60px;
    width: 100%;
    padding: 19px 20px;
}
.empty_mess{
    padding: 150px 0;
    
    font-size: 17px;
    color: black;
    font-style: normal;
    font-weight: normal;
}
.empty_mess h5{
    font-style: normal;
font-weight: bold;
font-size: 30px;
line-height: 35px;
text-align: center;
color: #DFDFDF;
}
.filters_panel_back{
    display: none;
    z-index: 6;
    position: relative;
}
.filters_panel_back::before{
    content: " ";
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.filters_panel{
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
box-sizing: border-box;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
border-radius: 10px;
position: absolute;
top: 22px;
left: 50%;
right: 50%;
transform: translate(-50%,0);
max-width: 1157px;
width: 100%;
height: 547px;
overflow-y: scroll;
padding: 25px 40px;
}
.filters_panel .facade_selector_loc{
    height: 50px;
}
.filters_panel>div{
    padding-top: 28px;
    border-top: 1px solid #DCDCDC;
    justify-content: space-between;
}
.part_filters1,
.part_filters2,
.part_filters3{
    max-width: 315px;
    width: 100%;
    flex-direction: column;
}
.part_filters{
   
}
.inside_part_1{
    border: 1px solid #E8E8E8;
    border-radius: 5px;
    padding: 30px 35px;
    height: fit-content;
}
.inside_part_2{
    margin-top: 21px;
}
.filter_title{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 24px;
letter-spacing: 0.1px;
color: #252B42;
margin-bottom: 12px;
}
.input_group li{
    justify-content: space-between;
}
.input_group li:not(:last-child){
    margin-bottom: 10px;
}
.check_btn,
.check_btn_installment{
    border: 1px solid #DCDCDC;
    width: 15px !important;
    height: 15px !important;
    border-radius: 100%;
    cursor: pointer !important;
    opacity: 1 !important;
    min-width: unset !important;
}
.check_btn.active,
.check_btn_installment.active{
    border: 3px solid #EA723D;
}
.installment_plan_filter{
    justify-content: space-between;
    align-items: center;
}
.check_title{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 24px;
letter-spacing: 0.2px;
color: #737373;
}
.part_filters1 .input_group{
    list-style: none;
}
.input_block_cat_post{
    margin-top: 29px;
    padding-top: 38px;
    border-top: 1px solid #E4E4E4;;
}
.input_block input.is-invalid,
.input_block textarea.is-invalid,
.img_input.is-invalid{
    border: 1px solid #E64040;
}
.img_input.is-invalid svg path{
    fill: #E64040;
}
.img_input.is-invalid span{
    color: #E64040;
}
.part_filters2{
    flex-direction: column;
}
.part_filters2_block{
    padding: 30px 35px;
    border: 1px solid #E8E8E8;
border-radius: 5px;
height: fit-content;
}
.part_filters2_block:not(:last-child){
    margin-bottom: 21px;
}
.part_filters2__title{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 24px;
letter-spacing: 0.1px;
color: #252B42;
margin-bottom: 24px;
}
.slider_ui {
    background: #E6E6E6;
border-radius: 20px;
height: 6px;
}

.slider_ui .ui-slider-handle{
    outline:none;
    background: #EA723D;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
width: 13px;
height: 13px;
border-radius: 100%;
}
.max_min{
    justify-content: space-between;
    margin-top: 20px;
}
.slider_min,
.slider_max{
    font-family: 'Montserrat', sans-serif;
    background: #F9F9F9;
border: 1px solid #E6E6E6;
box-sizing: border-box;
border-radius: 5px;
max-width: 82px;
width: 100%;
font-style: normal;
font-weight: normal;
font-size: 14px;
letter-spacing: 0.2px;
color: #737373;
padding: 11px 18px 11px 21px;
}
.part_filters3 .slider_min,
.part_filters3 .slider_max{
    max-width: 120px;
    font-size: 12px; 
}
.part_filters3 .part_filters2_block{
    padding: 15px 30px;
    position: relative;
}
.part_filters3 .part_filters2_block .loc_select{
    max-width: 253px;
    top: 114px;
    margin: 0 30px;
}
.part_filters2_block #location_select_facade::after{
    content: "";
    background-image: url(/bezbrok/public/images/VectorArrowDown.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 5px;
    bottom: 19px;
    z-index: 1;
    width: 20px;
    height: 10px;
    pointer-events: none;
}
.part_filters2_block .facade_selector_loc{
    position: relative;
}
.go_filter_accept{
    justify-content: space-between;
    background: #3D3D3D;
border-radius: 5px;
padding: 15px 99px;
margin-top: 0;
}
.go_filter_accept span{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 28px;
letter-spacing: 0.2px;
color: #FFFFFF;
}
.show_all{
    text-align: center;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 10px;
    border-radius: 5px;
}

/* profile settings */
.settings_form{
    flex-direction: column;
}
.settings_form form{
    flex-direction: column;
    max-width: 450px;
    width: 100%;
}
.avatar_profile{
    width: 120px;
height: 120px;
border-radius: 100%;
display: block;
object-fit: cover;
}
#avatar_input{
    display: none;
}
.get_avatar{
    margin-top: 15px;
    font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 18px;
cursor: pointer;
text-decoration-line: underline;
color: #EA723D;
}
.parofile_check{
    margin-top: 50px;
    align-items: center;
}
.check_surname{
    background: #FFFFFF;
    border: 2px solid #EA723D;
    box-sizing: border-box;
    border-radius: 5px;
    width: 25px;
height: 25px;
justify-content: center;
align-items: center;
cursor: pointer;
}
.check_surname svg{
    display: none;
}
.check_surname.active{
    background: #EA723D;
}
.check_surname.active svg{
    display: block;
}
.parofile_check>label{
    font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 18px;
color: #3D3D3D;
margin-left: 15px;
}
.change_pass_title{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 28px;
letter-spacing: 0.2px;
color: #000000;
margin-top: 53px;
}
.pass_input{
    font-family: 'Montserrat', sans-serif;
    margin-top: 15px;
    background: #FFFFFF;
border: 1px solid #E6E6E6;
box-sizing: border-box;
border-radius: 5px;
padding: 11px 21px;
max-width: 450px;
width: 100%;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 28px;
letter-spacing: 0.2px;
color: #737373;
}
.go_to_update{
    font-family: 'Montserrat', sans-serif;
max-width: 244px;
width: 100%;
margin-left: auto;
margin-top: 15px;
background: #EA723D;
border: 1px solid #E6E6E6;
box-sizing: border-box;
border-radius: 5px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 28px;
letter-spacing: 0.2px;
color: #FFFFFF;
cursor: pointer;
}
/* profile settings end*/

/* fav list*/
.fav_list {
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -20.5px;
}
.delete_from_fav{
    background: #3D3D3D;
border-radius: 5px;
width: 100%;
font-style: normal;
font-weight: 500;
font-size: 10px;
line-height: 130%;
letter-spacing: 0.03em;
color: #FFFFFF;
justify-content: center;
padding: 13px 0;
}
/* fav list end*/

/* alert popup*/
.alert_popup{
    position: fixed;
    display: none;
    max-width: 300px;
    z-index: 9999999999;
    right: 5px;
    top: 5px;
    width: 100%;
}
.alert{
  
}
.alert_popup p{
    padding: 10px;
    width: 100%;
    font-size: 16px;
    border-radius: 5px;
}
.alert-danger{
    background: linear-gradient( 
        213.01deg, #c02121 -58.9%, rgba(255, 0, 0, 0.92) 99.43%);
            color: white;
            padding: 10px;
            margin-bottom: 15px;
            border-radius: 5px;
            border: 1px solid #E6E6E6;
}
.alert-danger ul li{
    color: white;
}
.alert-success{
    background: #EA723D;
            color: white;
            
}
/* alert popup*/

#statistics{
    display: none;
}

/*chat*/
.chat_list_container{
flex-direction: column;
background: #FFFFFF;
border-radius: 20px;
box-shadow: 0px 4px 4px rgba(234, 114, 61, 0.25);
max-width: 315px;
    width: 100%;
}
.chat_title{
    font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 23px;
color: #5D5C5C;
padding: 10px 14px;
}
.chat_list{
    width: 100%;
    padding: 5px 0 22px 0;   
}
.open_chat_container{
    justify-content: space-between;
    align-items: flex-start;
}
.chat_list li a{
    padding: 5px 14px;
}
.chat_list li a:hover{
    background: #F8F8F8;
}
.chat_mess_list{
    display: flex;
    flex-direction: column;
    margin-top: 68px;
    height: 425px;
        overflow-y: scroll;
        overflow-x: hidden;
        width: 100%;
        margin-bottom: 25px;
        padding: 15px 10px 15px 15px;
}
.chat_mess_list li{
    margin-top: 30px;
    width: fit-content;
    max-width: 250px;
    padding: 12px 24px 12px 12px;
    height: fit-content;
    word-break: break-word;
    position: relative;
}
.mess_date{
    position: absolute;
    bottom: -20px;
    left: 0;
    width: fit-content;
    white-space: nowrap;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #5D5C5C;
}
.my_mess .mess_date{
    right: 0;
    left: unset;
}
.chat_list li a img{
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    width: 51.66px;
height: 51.66px;
border-radius: 100%;
object-fit: cover;
margin-right: 10px;
}
.chat_data{
    flex-direction: column;
}
.chat_name{
    font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 18px;
color: #5D5C5C;
}
.last_mess{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    margin-top: 11px;
    color: rgba(93, 92, 92, 0.75);
}
.open_chat_panel{
    max-width: 410px;
    width: 100%;
    background: #FFFFFF;
box-shadow: 0px 4px 4px rgba(26, 180, 161, 0.25);
border-radius: 20px;
padding: 20px;
}
.mess_text{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}
.my_mess{
text-align: left;
background: #EA723D;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 10px;
margin-left: auto;
}
.my_mess::before{
    content: '';
    background-image: url(/bezbrok/public/images/polygon-my-mess.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 22.26px;
    height: 17.5px;
    display: block;
    position: absolute;
    right: -9px;
    bottom: 0;
}
.not_my_mess{
text-align: right;
background: #3D3D3D;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 10px;
margin-right: auto;
}
.not_my_mess::before{
    content: '';
    background-image: url(/bezbrok/public/images/polygon-not-my-mess.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 28px;
height: 17.5px;
    display: block;
    position: absolute;
    left: -9px;
    bottom: 0;
}
.companion_avatar{
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    width: 63.47px;
height: 63.47px;
border-radius: 100%;
object-fit: cover;
margin-right: 27px;
}
.companion_name{
    font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 28px;
color: #5D5C5C;
}
.send_mess_form{
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
#mess_input{
    background: #FFFFFF;
box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
border-radius: 10px;
max-width: 300px;
width: 100%;
border: none;
padding: 10px;
}
.send_mess_form button{
    background: none;
}
.select_chat_mess{
    font-style: normal;
font-weight: 300;
font-size: 20px;
line-height: 46px;
text-align: center;
letter-spacing: -0.02em;
color: #000000;
}
.open_chat_panel.empty{
    height: 675px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.companion_data{
    flex-direction: column;
    align-items: flex-start;
}
.ads_chat_info{
    font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 16px;
color: rgba(93, 92, 92, 0.85);
}
/*chat end*/


/*packs*/
.packs_page_content{
    max-width: 850px;
        width: 100%;
        margin: 0 auto
}
.packs_block{
    background: #FFFFFF;
box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
border-radius: 20px;
max-width: 840px;
width: 100%;
justify-content: space-between;
height: 266px;
}
.pack{
    display: flex;
    flex-direction: column;
    padding: 10px 20px 16px 20px;
    max-width: 280px;
    width: 100%;
    justify-content: space-between;
    transition: margin-top .4s, background-color .8s, border-radius .8s;
}
.pack_plus{
    flex-direction: column;
    margin-top: 23px;
}
.pack_title{
    font-style: normal;
font-weight: bold;
font-size: 25px;
line-height: 40px;
color: #3D3D3D;
}
.pack_plus li {
    align-items: flex-start;
}
.pack_plus li:not(:last-child){
    margin-bottom: 15px;
}
.pack_plus li svg{
    margin-right: 15px;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    
}
.pack_plus li  span{
    font-style: normal;
font-weight: normal;
font-size: 15px;
color: #3D3D3D;
}
.pack_price{
    font-style: normal;
font-weight: bold;
font-size: 25px;
line-height: 40px;
margin-top: 16px;
color: #3D3D3D;
}
.pack_buy_btn{
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ECECEC;
border-radius: 12px;
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 18px;
color: #3D3D3D;
margin-top: 13px;
}
.pack:hover .pack_buy_btn{
    background: #FFFFFF;
    color: #3D3D3D;
}
.pack:hover{
    position: relative;
    margin-top: -40px;
    background: #EA723D;
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
border-radius: 20px;
height: 278px;
max-width: 280px;
    width: 100%;
}
.pack:hover .pack_title,
.pack:hover .pack_plus li  span,
.pack:hover .pack_price{
    color: #FFFFFF;
}

.input_block.price > .flex_input{
    flex-wrap: wrap;
}
.input_block.price > .flex_input>label{
    width: 100%;
    margin-bottom: 5px;
}
/*packs end*/

/*post*/
.post{
    border-top: 1px solid #B8B8B8;
    padding-top: 50px;
    margin-top: 150px;
}
.post_banner{
    margin-top: 50px;
    padding: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.post_banner *{
    position: relative;
    z-index: 1;
}
.post_banner::after{
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.post .post_title{
margin-top: 60px;
font-style: normal;
font-weight: bold;
font-size: 50px;
line-height: 75px;
letter-spacing: 0.03em;
color: #FFFFFF;
width: 100%;
    max-width: 90%;
}
.post_tags{
    font-style: normal;
font-weight: bold;
font-size: 15px;
line-height: 20px;
letter-spacing: 0.03em;
color: #FFFFFF;
padding: 12px 7px;
background: #EA723D;
border-radius: 5px;
}
.post_short_desc{
    font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 23px;
margin-top: 25px;
color: #FFFFFF;
}
.post_date{
    margin-top: 109px;
    align-items: center;
    font-style: normal;
font-weight: normal;
font-size: 25px;
line-height: 33px;
letter-spacing: 0.03em;
color: #FFFFFF;
margin-left: auto;
width: fit-content;
}
.post_date>svg{
    margin-right: 15px;
}
.post_content{
    max-width: 1036px;
    margin: 50px auto 0 auto;
}
.post_text{
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0.03em;
    color: #242424;
    white-space: pre-line;
}
.last_4_post{
    margin: 50px auto 0 auto;
    flex-wrap: wrap;
    max-width: 987px;
}
.last_post_item{
    max-width: 478px;
    width: 100%;
}
.last_post_item a{
    border: 1px solid #242424;
box-sizing: border-box;
border-radius: 10px;
width: 100%;
overflow: hidden;
margin-bottom: 50px;
}
.last_post_item:nth-child(2n+1) {
    margin-right: 30px;
}
.last_post_item a>img{
    width: 174px;
height: 100%;
object-fit: cover;

}
.last_post_title{
    flex-direction: column;
    padding-left: 20px;
}
.last_post_tag{
    background: #3D3D3D ;
border-radius: 5px;
padding: 3px 13px;
font-style: normal;
font-weight: bold;
font-size: 12px;
line-height: 16px;
letter-spacing: 0.03em;
color: #FFFFFF;
width: fit-content;
} 
.last_post_title{
    font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 26px;
letter-spacing: 0.03em;
color: #242424;
margin-top: 15px;
}
/*post end*/

/*notarius*/
.full_notarius_block{
display: none;
position: fixed;
top: 50%;
right: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: rgba(255, 255, 255, 0.05);
box-shadow: 0px 26.7703px 21.4163px rgba(0, 0, 0, 0.0715329), 0px 15.0072px 12.0058px rgba(0, 0, 0, 0.06), 0px 7.97022px 6.37618px rgba(0, 0, 0, 0.0484671), 0px 3.31659px 2.65327px rgba(0, 0, 0, 0.0337375);
backdrop-filter: blur(47.9404px);
border-radius: 50px;
z-index: 999;
flex-direction: column;
max-width: 950px;
width: 100%;
padding: 30px;
}
.notarius_data_block{
    display: flex;
    flex-direction: column;
    padding-left: 42px;
}
.notarius_data>img{
    border-radius: 30px;
    max-width: 210px;
    width: 100%;
    display: block;
    object-fit: cover;
}
.notarius_name{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
font-weight: bold;
font-size: 40px;
line-height: 49px;
color: #FFFFFF;
}
.notarius_exp{
    margin-top: 20px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 24px;
color: #FFFFFF;
}
.notarius_tel,
.notarius_mail{
    margin-top: 53px;
    font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 24px;
font-family: 'Montserrat', sans-serif;
color: #FFFFFF;
display: flex;
align-items: center;
}
.notarius_mail{
    margin-top: 20px;
}
.notarius_tel>svg,
.notarius_mail>svg{
    margin-right: 20px;
}
.notarius_desc{
    font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 20px;
letter-spacing: 0.03em;
color: #FFFFFF;
margin-top: 50px;
}
.close_notarius{
    position: fixed;
    right: 30px;
    top: 30px;
}
.notarius_all_page{
    max-width: 1168px;
    padding-top: 50px;
    border-top: 1px solid #B8B8B8;
    padding-top: 50px;
    margin-top: 150px;
}
.notarius_all_page>h2{
    width: fit-content;
    padding-top: 15px;
    border-top: 3px solid #EA723D;
    font-style: normal;
font-weight: bold;
font-size: 30px;
line-height: 37px;
font-family: 'Montserrat', sans-serif;
color: #000000;
}
.notarius{
    margin-top: 50px;
}
/*notarius end*/
.edit_post{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 12px;
    
    color: #000000;
    padding: 10px;
}
/*edit ads*/
.edit_form{
max-width: 878px;
margin: 50px auto;
}
.ads_edit_title{
    font-style: normal;
    font-weight: 800;
    font-size: 2em;
    line-height: 38px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    right: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: fit-content;
    text-align: center;
}
/*edit ads end*/
.error_access_sec{
    background: url(/bezbrok/public/images/banner-all-ads.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 25px;
}
.error_access_mess{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 150px 10px 120px 10px;
    font-size: 50px;
    color: white;
}
.back_to_main_page{
    color: white;
    margin: 0 auto;
    display: flex;
    width: fit-content;
    text-decoration: underline;
}
.newBuilds_info{
    display: none;
    position: fixed;
    z-index: 999999;
    top: 50%;
    right: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: rgba(26, 180, 161, 0.2);
    -webkit-box-shadow: 0px 26.7703px 21.4163px rgb(0 0 0 / 7%), 0px 15.0072px 12.0058px rgb(0 0 0 / 6%), 0px 7.97022px 6.37618px rgb(0 0 0 / 5%), 0px 3.31659px 2.65327px rgb(0 0 0 / 3%);
            box-shadow: 0px 26.7703px 21.4163px rgb(0 0 0 / 7%), 0px 15.0072px 12.0058px rgb(0 0 0 / 6%), 0px 7.97022px 6.37618px rgb(0 0 0 / 5%), 0px 3.31659px 2.65327px rgb(0 0 0 / 3%);
    -webkit-backdrop-filter: blur(47.9404px);
            backdrop-filter: blur(47.9404px);
border-radius: 50px;
padding: 32px;
max-width: 868px;
width: 100%;
}
.newBuilds_info .img_title_part{
    align-items: stretch;
}
.newBuilds_info .img_title_part img{
    margin-right: 34px;
    border-radius: 30px;
    max-width: 345px;
    width: 100%;
    object-fit: cover;
    display: block;
}
.newBuilds_info .title_part{
display: flex;
flex-direction: column;
position: relative;
}
.newBuilds_info .title_part .info_title{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
font-weight: bold;
font-size: 40px;
line-height: 49px;
color: #FFFFFF;
}
.newBuilds_info .title_part .info_link{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 24px;
text-decoration-line: underline;
color: #FFFFFF;
margin-top: 30px    ;
}
.newBuilds_info .title_part>span{
    font-style: normal;
font-weight: normal;
font-size: 25px;
line-height: 29px;
color: rgba(255, 255, 255, 0.3);
margin-left: auto;
position: absolute;
bottom: 0;
right: 0;
}
.newBuilds_info .info_desc{
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    margin-top: 48px;
}
.newBuilds_info .close_info{
    position: absolute;
    top: 32px;
    right: 32px;
}
/* contact page */
.contact_page{
    position: relative;
    padding:130px 0 50px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center top;
    background-image: url(/bezbrok/public/images/contact-back.png);
}
.contact_dec_left{
    position: absolute;
    top: 150px;
    left: 0;
}
.contact_dec_right{
    position: absolute;
    bottom: 63px;
    right: 0;
}
.contact_form_container{
    box-shadow: 2px 10px 28px rgba(75, 0, 129, 0.12);
    background: #FFFFFF;
/* box-shadow: 2px 10px 28px rgba(75, 0, 129, 0.12); */
border-radius: 10px;
max-width: 950px;
width: 100%;
margin: 0 auto 0 auto;
padding: 60px;
position: relative;
z-index: 3;
}
.contact_form{
   max-width: 422px;
   width: 100%;
}
.contact_form_container>h4{
    text-align: center;
    font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 28px;
letter-spacing: 0.01em;
width: fit-content;
margin: 0 auto;
display: block;
color: #EA723D;
}
.terms_page .contact_form_container>h4:after{
max-width: 490px;
width: 100%;
}
.terms_page .contact_form_container{
    padding: 60px 100px;
}
.terms_page .contact_info h4{
    font-style: normal;
font-weight: 600;
font-size: 22px;
line-height: 39px;
letter-spacing: 0.01em;
margin-bottom: 30px;
color: #000000;
}
.terms_page .contact_info{
    max-width: 349px;
    width: 100%;
}
.terms_page .contact_info p{
    font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 18px;
letter-spacing: 1px;

/* Dark */

color: #0E1B1B;
}
.contact_form_container>h4::after{
    content: '';
    display: block;
    background: #EA723D;
border-radius: 2px;
width: 160px;
height: 2px;
margin-top: 5px;
}
.contact_form>h5{
    font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 23px;
margin-bottom: 31px;
color: #3D3D3D;
text-align: left;
}
.contact_form_container .form_info{
    flex-wrap: wrap;
    margin-top: 104px;
    justify-content: space-between;
}
.about_us_page .contact_form_container .form_info{
    margin-top: 50px;
}
.contact_form input,
.contact_form textarea{
margin-bottom:24px;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 16px;
color: #3D3D3D;
padding: 17px 14px;
border: 1.2px solid #B4BEC8;
box-sizing: border-box;
border-radius: 4px;
max-width: 422px;
width: 100%;
}
.contact_form input::placeholder,
.contact_form textarea::placeholder{
    opacity: 0.8;
    color: #8F8F8F;
}
.contact_form textarea{
    resize: none;
}
input.send_contact_btn{
    background: #3D3D3D;
border-radius: 4px;
border: none;
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 16px;
color: #FFFFFF;
cursor: pointer;
}
.contact_info{
    padding-top: 17px;
    max-width: 348px;
    width: 100%;
}
.about_us_page .contact_info h4{
    font-style: normal;
font-weight: 600;
font-size: 22px;
line-height: 39px;
margin-bottom: 30px;
letter-spacing: 0.01em;

color: #000000;
}
.about_us_page .contact_info p:nth-child(2){
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    /* or 21px */
    letter-spacing: 0.015em;
    color: #3D3D3D;
    margin-bottom: 30px;
}
.about_us_page .contact_info p:nth-child(3){
    font-style: italic;
font-weight: 400;
font-size: 15px;
line-height: 18px;
letter-spacing: 0.015em;
color: #3D3D3D;
}
.contact_list>li{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.contact_list>li>svg{
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-right: 19px;
}
.contact_list>li,
.contact_list>li>a{
    font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 16px;
color: #0F001A;

}
.soc_block_contact>a{
    margin-right: 25px;
}
.soc_block_contact svg path{
    fill: #3D3D3D;
}
/* contact page end */

/* privacy_policy_page */
.privacy_policy_page{
margin-top: 114px;
padding-top: 50px;
width: 100%;
    max-width: 1181px;
}
.privacy_policy_page>h3{
margin-bottom: 50px;
font-style: normal;
font-weight: bold;
font-size: 40px;
line-height: 47px;
letter-spacing: 0.2px;
color: #3D3D3D;
text-align: center;
width: 100%;
}
.privacy_policy_page>p{
    white-space: pre-line;
margin-bottom: 20px;
font-weight: 400;
font-style: normal;
color: #000000;
font-size: 20px;
line-height: 23.46px;
letter-spacing: 0.2px;
}
.privacy_policy_page>p>strong{
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
}
/* privacy_policy_page end */


/* terms-of-use */
.terms_page_content{
    max-width: 1376px;
    width: 100%;
    margin: 0 auto;
}
.create_post_block{
margin-top: 30px;

}
.create_post_block h2{
    font-style: normal;
    font-weight: normal;
    font-size: 60px;
    line-height: 70px;
    color: #0E1B1B;
    align-items: center;
}
.create_post_block h2 svg{
    margin-right: 20px;
}
.create_post_block p{
    font-style: italic;
font-weight: normal;
font-size: 20px;
line-height: 23px;
color: #0E1B1B;
max-width: 1156px;
width: 100%;
margin: 36px auto 0 auto;
}
.create_post_block img{
    margin-top: 52px;
}
.be_attentive_block{
    margin-top: 50px;
}
.be_attentive_text{
    background: #0E1B1B;
    max-width: 1040px;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 35px 129px 36px 288px;
    margin-left: auto;
}
.be_attentive_text h4{
position: relative;
font-style: normal;
font-weight: normal;
font-size: 60px;
line-height: 70px;
color: #FFFFFF;
}
.be_attentive_text h4 svg{
    position: absolute;
    top: 50%;
    transform: translate(-100%,-50%);
    margin-left: -20px;
}
.be_attentive_text p{
    margin-top: 46px;
    white-space: pre-line;
    font-style: italic;
font-weight: normal;
font-size: 15px;
line-height: 18px;
color: #FFFFFF;
}
.be_attentive_block img{
    position: relative;
    right: -188px;
    top: -224px;
}
.interaction_site_block{
    margin-top: -180px;
    margin-bottom: -180px;
}
.interaction_site_text{
    max-width: 1272px;
    width: 100%;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    background: #0E1B1B;
    padding: 46px 0 70px 0;
}
.interaction_site_text h4{
    align-items: center;
    font-style: normal;
font-weight: normal;
font-size: 60px;
line-height: 70px;
color: #FFFFFF;
}
.interaction_site_text h4 svg{
    margin-right: 20px;
}
.interaction_site_text p{
    margin-top: 50px;
    max-width: 588px;
    width: 100%;
    font-style: italic;
font-weight: normal;
font-size: 15px;
line-height: 18px;
margin-left: 173px;
color: #FFFFFF;
white-space: pre-line;
}
.interaction_site_block img{
    margin-left: auto;
    position: relative;
    top: -280px;
    right: 169px;
}
/* terms-of-use end */

/* page_in_dev */
.page_in_dev{
  width: 100%;
  background: url(/bezbrok/public/images/page_in_dev.png);  
  margin-top: 144px;
  padding: 20px 0 91px 0;
}
.page_in_dev>img{
    margin: 0 auto;
}
.page_in_dev h3{
    font-family: "GilroyLight",'Work Sans', sans-serif;
    margin-top: 60px;
    font-style: normal;
font-weight: 300;
font-size: 40px;
line-height: 46px;
text-align: center;
letter-spacing: -0.02em;
color: #000000;
text-align: center;
}
/* page_in_dev end */

.add_form_link{
    width: 137px;
    height: 49px;
    margin-bottom: 10px;
}
.add_form_link img{

    width: 100%;
    display: block;
}
.ban_icon{
    color: #D34141;
    font-weight: 900;
    margin-left: 10px;
}
.report_ok_mess{
    margin-top: 25px;
    color: green;
    font-size: 20px;
}

.container_about {
    margin: 0 auto;
    padding: 0 15px;
  
    max-width: 1180px;
    width: 100%;
  }
  
  /* загальні стилі секції */
  .about {
    padding: 98px 0 51px 0;
  }
  
  /* адаптив картинки */
  .about-list__holder {
    max-width: 587px;
    max-height: 403px;
  
    width: 100%;
    height: 100%;
  }
  
  /* заголовки title*/
  .about__subtitle,
  .about__title {
    color: var(--color-about-title);
    font-weight: 600;
  }
  
  .about__title {
    margin-bottom: 50px;
  
    font-size: 32px;
    line-height: 1.188;
    letter-spacing: 0.01em;
  }
  
  .about__title--accent {
    color: var(--color-about-accent);
  }
  
  .about__subtitle,
  .about__caption {
    margin-bottom: 30px;
  }
  
  .about__subtitle {
    margin-top: 6px;
  
    font-size: 22px;
    line-height: 1.772;
  }
  
  /* наповнення карток caption (перша має інші стилі)*/
  .about-list__item:nth-child(1) .about__caption,
  .about__call {
    color: var(--color-about-secondary);
    font-size: 15px;
    letter-spacing: 0.015em;
  }
  
  .about-list__item:nth-child(1) .about__caption {
    line-height: 1.4;
  }
  .about__call {
    font-style: italic;
    line-height: 1.2;
  }
  
  /* розміщення контенту у правильному порядку*/
  /* about-list__item, holder */
  
  .about-list__item {
    display: flex;
    margin-bottom: 135px;
  }
  
  .about-list__item:nth-child(even) {
    flex-direction: row-reverse;
  }
  
  .about-list__item:last-child {
    margin-bottom: 0;
  }
  
  .about-list__item:nth-child(odd) .about__holder {
    margin-left: 67px;
  }
  .about-list__item:nth-child(even) .about__holder {
    margin-right: 67px;
  }
  
  /* about__holder для адаптиву */
  .about__holder {
    max-width: 506px;
    width: 100%;
    height: auto;
  }
  
  
  /* кнопка button*/
  .about__button {
    max-width: 189px;
    max-height: 50px;
  
    width: 100%;
    height: 100%;
  
    border-radius: 5px;
    border-color: transparent;
  
    background-color: var(--background-color-about-button);
    color: var(--color-about-button);
    line-height: 1.75;
    text-align: center;
  
    transition: background-color 250ms linear, color 250ms linear;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  

  
  /* автоматичний відступ для кнопки (щоб завжди знаходилася внизу) */
  .about-list__item:last-child .about__holder {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .nav_sell_mess{
    max-width: 290px;
    margin-left: auto;
    padding-right: 34px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    white-space: pre-line;
    margin-top: 50px;
    position: sticky;
    top: 20px;
  }
  .nav_sell_mess>span{
    font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 16px;
color: #FFFFFF;
margin-bottom: 20px;
display: block;
  }
  .about_us_left_part img{
width: 100%;
  }
.header_city{
    position: relative;
    margin-left: 9px;
}
  .city_current{
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 20px;
    color: #FFFFFF;
    transition: color .4s, text-shadow .4s;
    display: flex;
    align-items: center;
  }
  .city_current:hover,
  .city_current:hover>svg>path{
    fill: #EA723D;
    color: #EA723D;
    text-shadow: 0px 0px 7px rgba(234, 114, 61, 0.7);
  }
  .city_current>svg{
    margin: 0 0 0 5px;
  }
  .city_current>svg>path{
    transition: fill .4s, text-shadow .4s;
  }
  .drop_down_city_loc{
    position: fixed;
    background: white;
    padding: 50px;
    border-radius: 15px;
    max-width: 800px;
    width: 100%;
    z-index: 9999999;
    left: 50%;
    top: 50%;
    right: 50%;
    transform: translate(-50%,-50%);
  }
  .loc_city_list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .loc_city_list a{
    margin: 5px;
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    transition: color .2s, text-shadow .2s;
  }
  .loc_city_list a:hover{
    color: #EA723D;
    text-shadow: 0px 0px 7px rgba(234, 114, 61, 0.7);
  }
  .drop_down_city_loc_title{
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
    font-size: 50px;
    color: #EA723D;
  }
  .close_city_dropdown{
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 18px;
    right: 18px;
    border: 3px solid black;
    border-radius: 100%;
    padding: 8px;
    transition: border-color .4s;
  }
  .close_city_dropdown:hover{
    border-color: #EA723D;
  }
  .close_city_dropdown:hover > svg>path{
    fill: #EA723D;
  }
  .question_city{
    position: absolute;
    bottom: -135px;
    left: -28px;
    background: white;
    padding: 15px;
    width: 355px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
  }
  .question_city:after{
    content: '';
    border-color: transparent transparent white transparent;
    border-style: solid;
    border-width: 0px 20px 20px 20px;
    height: 0px;
    width: 0px;
    position: absolute;
    top: -19px;
    left: 25px;

  }
  .question_city>h4{
    font-size: 20px;
    color: #EA723D;
    margin-bottom: 15px;
  }
  .question_city_cntrl{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .question_city_cntrl>a{
    background: #EA723D;
    border: 2px solid transparent;
    padding: 5px;
    border-radius: 5px;
    color: white;
    font-size: 20px;
    transition: color .4s, background .4s;
  }
  .question_city_cntrl>a:nth-child(1){
    margin-right: 10px;
    padding: 5px 15px;
  }
  .question_city_cntrl>a:hover{
    text-shadow: none;
    color: #EA723D;
    background: white;
    border: 2px solid #EA723D;
  }
  .reset_title{
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 15px;
  }
  #installment_plan{
    margin-right: 20px;
    width: 25px;
    height: 25px;
    min-width: 25px;
    opacity: 0;
    cursor: pointer;
  }
  .installment_sec{
    align-items: center;
  }
  .main_img_ads{
    position: absolute;
    top: -31px;
    font-weight: bold !important;
  }
  .home_page_search_title{
    position: absolute;
    top: -57px;
    left: 0;
    color: white;
    max-width: 700px;
    font-size: 20px;
  }
  .ball_n5 .arrow_ball_right{
    transform: translate(79px, 99%) scaleX(-1);
  }
  .ball_n5{
    transform: translate(34px, 132%);
  }
  .ads_form_type .input_group{
    margin-top: 10px;
  }
  .ads_form_type .input_group li{
    display: flex;
    align-items: center;
  }
  .ads_form_type .input_group li .check_title{
    color: black;
    margin-right: 15px;
    font-size: 18px;
    font-weight: 400;
  }
  .ads_form_type .input_group li .check_btn{
    width: 20px !important;
    height: 20px !important;
  }
  .price_label{
    margin-bottom: 5px !important;
  }
  .first_price{
    margin-bottom: 25px;
  }
  .search_title{
    width: 100%;
    text-align: center;
    padding: 25px 0;
    font-family: 'GilroyExtraBold', 'Work Sans', sans-serif;
    font-style: normal;
    color: #3D3D3D;
    font-weight: 800;
    font-size: 39px;
    line-height: 59px;
    letter-spacing: 0.03em;
  }



.breadcrumbs {
    max-width: 950px;
    width: 100%;
    margin: 0 auto 0 auto;
    color: #fff;
}

.privacy_policy_page .breadcrumbs ,
.privacy_policy_page .breadcrumbs a,
.privacy_policy_page .breadcrumbs > ol > li::after,
.realty_search .breadcrumbs ,
.realty_search .breadcrumbs a,
.realty_search .breadcrumbs > ol > li::after,
.post_page .breadcrumbs ,
.post_page .breadcrumbs a,
.post_page .breadcrumbs > ol > li::after {
    color: #000;
}

.privacy_policy_page .breadcrumbs, .realty_search .breadcrumbs, .post_page .breadcrumbs {
    max-width: 100%;
}


.breadcrumbs > ol {
    display: flex;
    flex-flow: row nowrap;
    list-style: none;
    padding: 0;
}

.breadcrumbs > ol > li {
    padding-right: 20px;
    padding-left: 10px;
    position: relative;
}

.breadcrumbs > ol > li::after {
    content: " >"; 
    position: absolute; 
    right: 0;
    top: 0; 
    font-size: 18px;
    color: #fff; 
    font-size: 14px;
}

.breadcrumbs > ol > li:last-of-type:after {
    content: '';
}

.breadcrumbs a {
    color: #fff;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}
.lock_login.drop_content_list li a:hover{
background: unset !important;
color: unset !important;
text-shadow: unset !important;
box-shadow: unset !important;
}

.lock_login.drop_content_list{
    position: relative;
}
.lock_login li{
    filter: blur(8px);
}


.lock_login.drop_content_list .lock_login_mess{
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    color: #EA723D;
    white-space: unset;
    line-height: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.lock_login.drop_content_list .lock_login_mess svg{
    margin: 0;
}
.lock_login.drop_content_list .lock_login_mess:hover{
    background: unset !important;
text-shadow: unset !important;
box-shadow: unset !important;
}
#price_for_m_js{
    width: 100%;
}
.slider_blog .slide_item a{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.slider_blog .slide_item img{
        height: 242px;
        display: block;
        object-fit: cover;
            border-radius: 12px;
            object-position: top;
}
.slider_blog .slide_item{
    padding: 0 10px;
}
.post_blog_title{
        font-size: 15px;
    margin-top: 10px;
}

.slider_blog svg{
        min-width: 18px;
    min-height: 36px;
    cursor: pointer;
}
.post_blog_short_desc{
        margin-top: 5px;
        color: #4b4949;
}
.blog_intrsg {
    flex-direction: column;
    align-items: flex-start;
    background: #e6e6e6;
    padding: 25px 15px;
}
.blog_intrsg>a{
       padding: 15px;
    background: white;
    border-radius: 10px;
    width: 100%;
}
.blog_intrsg>a:not(:last-child){
    margin-bottom: 10px;
}
.blog_intrsg>a>h2{
        margin: 0;
    font-size: 25px;
    font-weight: 400;
}
.blog_intrsg>h3{
        font-size: 35px;
    margin-bottom: 15px;
}
.last_ads_sec {
        display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.first_part_l_a,
.second_part_l_a{
        max-width: 50%;
    width: 100%;
}
.first_part_l_a{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 10px;
}
.first_part_l_a>h3{
    font-size: 45px;
    font-weight: 400;
    text-align: center;
    width: 100%;
    margin-bottom: 50px;
}
.ads_last_item{
        width: 100%;
    display: flex;
    align-items: stretch;
    border-radius: 15px;
    overflow: hidden;
}
.ads_last_item:not(:last-child){
    margin-bottom: 15px;
}
.ads_last_item>img{
    width: 170px;
    height: 150px;
    object-fit: cover;
}
.ads_last_item_info{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10px;
    border: 1px solid #EA723D;
    border-left: none;
    border-radius: 0 15px 15px 0;
}
.last_ads_sec{
    margin-bottom: 50px;
}
.ads_last_item_info>h4{
    font-size: 20px;
    margin-bottom: 7px;
}
.ads_last_item_info>span{
        font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}
.ads_last_item_sub_info{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
.ads_last_item_sub_info>span{
    font-size: 15px;
    font-weight: 300;
}
.ads_last_item_sub_info>span:not(:last-child){
    margin-right: 10px;
}
.second_part_l_a{
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.second_part_l_a .add_post_big_btn{
width: 100%;
    text-align: center;
    padding: 20px;
    background: #EA723D;
    color: white;
    font-weight: 600;
    font-size: 32px;
    border-radius: 15px;
}
.site_nav>li.add_new_post{
    margin: 0 25px 0 0;
      border: 2px solid #EA723D;
    padding: 0 15px;
    border-radius: 15px;
}
.site_nav>li{
    margin-bottom: 0;
}
.section-articles{
    margin: 100px 0;
}
 .accordion {
        width: 100%;
    }
    .accordion-item {
        margin-bottom: 1.5rem;
        border: 2px solid #ddd;
        border-radius: 6px;
        overflow: hidden;
        display: block;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
    .accordion-item h3 {
        background: #fff;
        margin: 0;
        padding: 0.75rem 1rem;
        cursor: pointer;
        font-size: 1.1rem;
        font-weight: 500;
        color: #333;
        transition: background 0.3s;
    }
    .accordion-item h3::after {
        content: ' \25B6';
        float: right;
        transition: transform 0.3s;
    }
    .accordion-item.active h3::after {
        transform: rotate(90deg);
    }
    .accordion-item h3:hover {
        background: #f5f5f5;
    }
    .accordion-item.active h3 {
        background: linear-gradient(90deg, #EA723D 0%, #d65f2c 100%);
        color: #fff;
    }
    .accordion-item .content {
        padding: 0.5rem;
        display: none;
        background: #fff;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
        border-top: 1px solid #eee;
    }
    .accordion-item.active .content {
        display: block;
        max-height: 500px;
    }
    .accordion-item a.bezbrok-btn {
        display: inline-block;
        background: #EA723D;
        color: #fff;
        padding: 0.5rem 1rem;
        border-radius: 4px;
        text-decoration: none;
        font-size: 0.9rem;
        transition: background 0.3s;
    }
    .accordion-item a.bezbrok-btn:hover {
        background: #d65f2c;
    }
    .p-style {
        font-size: 0.95rem;
        color: #555;
        margin-bottom: 1.2rem;
        margin-top: 0rem;
        line-height: 1.5;
    }
    .blog_intrsg_section ul {
        margin: 1rem 0;
        padding-left: 1.5rem;
        list-style-type: disc;
        color: #555;
    }
    .blog_intrsg_section li {
        margin-bottom: 0.5rem;
        font-size: 0.95rem;
        line-height: 1.5;
    }
    /* li:hover {
        color: #EA723D;
        background: #f0f0f0;
        padding-left: 0.25rem;
    } */
    @media (max-width: 768px) {
        .accordion-section {
            padding: 1rem;
        }
        .accordion-section h2 {
            font-size: 1.5rem;
        }
        .accordion-item h3 {
            font-size: 1rem;
            padding: 0.5rem 0.75rem;
        }
        .accordion-item .content {
            padding: 0.75rem;
        }
        ul {
            padding-left: 1rem;
        }
        li {
            font-size: 0.9rem;
        }
    }
    .section-articles .section-title{
            margin-bottom: 25px;
    font-size: 45px;
    font-weight: 400;
    text-align: center;
    width: 100%;
    }
    /* New card style start */
      :root {
            --primary-color: #EA723D;
            --hover-color: #d65f2c;
            --success-color: #4CAF50;
            --text-color: #444;
            --background-color: #E6F0E6;
        }
        .catalog {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
        }
        .property-item {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }
        .property-card {
            background: #FFFFFF;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
            height: 580px;
            display: flex;
            flex-direction: column;
            max-width: 32%;
            width: 100%;
            margin-bottom: 15px;
            margin: 10px 5px;
        }
        .property-card:hover {
            transform: translateY(-2px);
        }
        .property-image-slider {
            position: relative;
            width: 100%;
            height: 200px;
            overflow: hidden;
            flex-shrink: 0;
        }
        .property-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            transition: opacity 0.5s ease;
        }
        .property-image.active {
            opacity: 1;
        }
        .image-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 100%;
            display: flex;
            justify-content: space-between;
            padding: 0 5px;
        }
        .image-nav button {
            background: rgba(0, 0, 0, 0.5);
            border: none;
            color: #fff;
            width: 36px;
            height: 36px;
            cursor: pointer;
            font-size: 1.2rem;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background 0.3s ease, transform 0.3s ease;
        }
        .image-nav button:hover {
            background: var(--primary-color);
            transform: scale(1.1);
        }
        .carousel-indicators {
            position: absolute;
            bottom: 10px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 6px;
        }
        .carousel-indicators span {
            width: 8px;
            height: 8px;
            background: rgba(255, 255, 255, 0.5);
            border-radius: 50%;
            cursor: pointer;
            transition: background 0.3s ease;
        }
        .carousel-indicators span.active {
            background: var(--primary-color);
        }
        .favorite-icon {
            position: absolute;
            top: 5px;
            right: 1px;
            width: 35px;
            height: 35px;
            cursor: pointer;
            stroke: var(--primary-color);
            stroke-width: 4;
            fill: none;
            transition: fill 0.3s ease, transform 0.3s ease;
            filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
        }
        .favorite-icon:hover {
            transform: scale(1.1);
            stroke: var(--hover-color);
        }
        .favorite-icon.favorite {
            fill: var(--primary-color);
        }
        .price-info {
            position: absolute;
            bottom: 0;
            left: 0;
            background: rgba(0, 0, 0, 0.6);
            color: #FFFFFF;
            padding: 4px 8px;
            border-radius: 4px;
            font-weight: 700;
            font-size: 0.95rem;
        }
        .price-info .square-footage {
            font-size: 0.95rem;
            opacity: 0.95;
            position: absolute;
            bottom: 31px;
            left: 0;
            background: rgba(0, 0, 0, 0.6);
            color: var(--primary-color);
            padding: 4px 8px;
            border-radius: 4px;
            font-weight: 700;
        }
        .copy-link {
            position: absolute;
            bottom: -10px;
            right: -3px;
            width: 40px;
            height: 40px;
            cursor: pointer;
            fill: #d65f2c;
            stroke: #d65f2c;
            stroke-width: 1;
            opacity: 0.7;
            transition: fill 0.3s ease, stroke 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
        }
        .copy-link:hover {
            fill: var(--primary-color);
            stroke: var(--primary-color);
            opacity: 1;
            transform: scale(1.1);
        }
        .copy-link.copied {
            fill: var(--success-color);
            stroke: var(--success-color);
        }
        .copy-notification {
            position: absolute;
            bottom: 2px;
            right: 43px;
            background: var(--success-color);
            color: #fff;
            padding: 2px 6px;
            border-radius: 4px;
            font-size: 0.7rem;
            opacity: 0;
            transform: translateY(10px);
            transition: opacity 0.3s ease, transform 0.3s ease;
        }
        .copy-notification.show {
            opacity: 0.9;
            transform: translateY(0);
        }
        .property-content {
            padding: 5px 15px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        h3.property-title {
            font-size: 1.2rem;
            font-weight: 700;
            color: #333;
            margin-bottom: 2px;
        }
        .property-location {
            font-size: 0.85rem;
            color: #666;
            margin-bottom: 2px;
        }
        .property-description {
            font-size: 0.95rem;
            color: #555;
            margin-bottom: 2px;
            flex-grow: 1;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .property-description a {
            color: var(--primary-color);
            text-decoration: underline;
        }
        .property-extras {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 5px;
            margin-bottom: 2px;
            flex-shrink: 0;
            overflow: hidden;
        }
        .property-tag {
            background: #f9f9f9;
            padding: 4px 10px;
            border-radius: 6px;
            font-size: 0.85rem;
            color: var(--text-color);
            display: flex;
            align-items: center;
            gap: 4px;
            border: 1px solid #eee;
            white-space: nowrap;
            min-width: 80px;
        }
        .property-tag svg {
            width: 24px;
            height: 24px;
            flex-shrink: 0;
        }
        .property-dates {
            font-size: 0.85rem;
            color: #777;
            margin-bottom: 2px;
            flex-shrink: 0;
        }
        .property-dates span {
            display: block;
        }
        .property-btn {
            display: block;
            text-align: center;
            padding: 10px;
            background: var(--primary-color);
            color: #fff;
            text-decoration: none;
            font-size: 1rem;
            border-radius: 0 0 12px 12px;
            transition: background 0.3s ease;
        }
        .property-btn:hover {
            background: var(--hover-color);
        }
        @media (max-width: 900px) {
            .catalog {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        @media (max-width: 600px) {
            .catalog {
                grid-template-columns: 1fr;
            }
            .property-card {
                height: auto;
            }
            h3.property-title {
                font-size: 1.1rem;
            }
            .property-location {
                font-size: 0.8rem;
            }
            .image-nav button {
                width: 36px;
                height: 36px;
            }
            .property-tag {
                font-size: 0.75rem;
                padding: 3px 8px;
                gap: 4px;
                min-width: 70px;
            }
        }
           /* New card style end */