body{
  margin: 0;
  padding: 0 0 20px 0;
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  background-color: #F7F7F7;
  color: #1e272e;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
}

@view-transition {
  navigation: auto;
}

input{
  font-family: "Manrope", sans-serif;
}

textarea{
  font-family: "Manrope", sans-serif;
}

button{
  font-family: "Manrope", sans-serif;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  text-align: left;
  color: #1e272e;
  background-color: #FFF;
}

th, td {
  padding: 5px 10px 4px 10px;
  border: 1px solid #E8E8E8;
  white-space: pre;
}

th {
  color: #FFFFFF;
  white-space: nowrap;
  font-weight: 500;
  background-color: #cba84d;
}

.table {
  display: flex;
  flex-direction: column;
  margin: 0 20px 20px 20px;
  color: #585858;
}

.margin0{
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  max-width: 1600px;
  width: 90%;
}

.up_line{
  display: flex;
  flex-direction: column;
  height: 80px;
  background-color: #FFFFFF;
  color: #1e272e;
}

.up_line_1{
  display: flex;
  gap: 20px;
  width: 250px;
  flex-shrink: 0;
}

.up_line_2{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex: 1;
}

.up_line_2_left{
  display: flex;
  flex-direction: row;
  gap: 5px;
}

.up_line_2_right{
  display: flex;
  flex-direction: row;
  gap: 5px;
}

.row{
  display: flex;
  flex-direction: row;
  gap: 20px;
  height: 100%;
}

.column{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mdgroup_logo{
  height: 42px;
}

.up_line_1_pic{
  display: flex;
  align-items: center;
  height: 100%;
}

.menu_btn {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  padding: 0 12px;
  margin: 10px 0;
  border-radius: 7px;
  transition: color 0.2s ease;
  text-decoration: none;
  color: #1e272e;
  position: relative;
  z-index: 0;
}

.menu_btn::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 7px;
  background: #EEEEEE;
  z-index: -1;
  transform: scaleY(0);
  transform-origin: top; /* заповнення зверху вниз */
  transition: transform 0.25s ease;
}

.menu_btn:hover::after {
  transform: scaleY(1);
}

.menu_btn_active{
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  padding: 0 12px;
  margin: 10px 0 10px 0;
  background-color: #cba84d;
  text-decoration: none;
  color: #FFFFFF;
  border-radius: 7px;
}

.menu_btn_phone{
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  padding: 0 10px;
  margin: 10px 0 10px 0;
  border-radius: 7px;
  transition: all 0.2s ease;
  text-decoration: none;
  color: #1e272e;
  border: 1px solid #DEDEDE;
}

.menu_btn_phone:hover{
  background-color: #cba84d;
  border: 1px solid #cba84d;
  font-weight: 800;
  padding: 0 12px;
  color: #FFFFFF;
}

.pic_line{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 220px;
  background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('/pic/background.jpg');
  background-size: cover;
  background-position: center;
  border-radius: 128px;
  margin: 0 20px;
  border: 7px solid #EEEEEE;
}

.pic_line_title{
  display: flex;
  flex-direction: row;
  font-size: 42px;
  font-weight: 600;
  color: #FFFFFF;
}

.pic_line_crumbs{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #FFFFFF;
  font-weight: 300;
}

.pic_line_crumbs a{
  text-decoration: none;
  color: #FFFFFF;
}

.pic_line_crumbs a:hover{
  text-decoration: underline;
}

.pic_line_crumbs_left{
  display: flex;
  flex-direction: row;
  gap: 7px;
}

.pic_line_crumbs_right{
  display: flex;
  flex-direction: row;
  gap: 7px;
}

.pic_line_just{
  width: 100px;
  height: 1px;
  background-color: #FFFFFF;
}

.block_line{
  display: flex;
  margin: 20px 0 0 0;
}

.block_line_1{
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 290px;
  flex-shrink: 0;
  background-color: #FFFFFF;
  border-radius: 7px;
  padding: 34px 20px 20px 20px;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  margin: -34px 0 0 0;
}

.block_line_2{
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}

.block_line_3{
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}

.block_line_3_desc{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.block_line_3_desc_title{
  display: flex;
  flex-direction: row;
  font-weight: 600;
  font-size: 24px;
}

.block_line_3_desc_title_background{
  border-radius: 7px;
  background-color: #cba84d;
  color: #FFFFFF;
  padding: 5px 20px;
}

.block_line_3_desc_title_gmaps{
  font-size: 17px;
  display: flex;
  align-items: center;
  border-radius: 7px;
  padding: 0 20px;
  border: 1px solid #DDDDDD;
  text-decoration: none;
  color: #1e272e;
}

.block_line_3_desc_title_gmaps:hover{
  background-color: #2e86de;
  border: 1px solid #2e86de;
  color: #FFFFFF;
}

.block_line_3_desc_text{
  display: flex;
  flex-direction: row;
  line-height: 1.6;
  white-space: break-spaces;
  text-align: justify;
  font-weight: 500;
  font-size: 15px;
}

.description_managers{
  display: flex;
  background-color: #FFFFFF;
  border-radius: 7px;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;

  line-height: 1.6;
  white-space: break-spaces;
  text-align: justify;

  font-size: 15px;
  font-weight: 500;
}

.inside_params{
  display: flex;
  background-color: #FFFFFF;
  border-radius: 7px;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

.block_line_3_other{
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

.block_line_3_pics{
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.block_line_3_pics_1{
  width: 400px;
  height: 400px;
  background-color: #DEDEDE;
  border-radius: 7px;
  overflow: hidden;
}

.block_line_3_pics_2{
  width: 400px;
  height: 400px;
  background-color: #DEDEDE;
  border-radius: 7px;
  overflow: hidden;
}

.block_line_3_pics_3{
  height: 400px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
  border-radius: 7px;
}

.block_line_3_pics_3_up{
  background-color: #DEDEDE;
  height: 190px;
  border-radius: 7px;
  overflow: hidden;
}

.block_line_3_pics_3_down{
  position: relative;
  background-color: #DEDEDE;
  height: 190px;
  border-radius: 7px;
  overflow: hidden;
}

.block_line_4{
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 400px;
  flex-shrink: 0;
}

.block_line_2_title{
  display: flex;
  flex-direction: row;
  gap: 5px;
}

.block_line_2_gaps{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.block_line_2_title_1{
  font-size: 18px;
}

.block_line_2_title_orange{
  font-size: 18px;
  font-weight: 600;
  color: #cba84d;
}

.content_investors{
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, 1fr);
  align-items: flex-start;
}

.content_investors > :nth-last-child(-n+2):not(.object) {
  grid-column: 1 / -1;
}

.content{
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-start;
}

.content > :nth-last-child(-n+2):not(.object) {
  grid-column: 1 / -1;
}

@keyframes pulse-glow {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(203, 168, 77, 0.7);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(203, 168, 77, 0);
  }
}

.object_investors{
  display: flex;
  flex-direction: row;
  border-radius: 7px;
  background-color: #FFFFFF;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  min-height: 300px;
}

.object_investors:hover{
  border-color: #cba84d;
  animation: pulse-glow 1.5s infinite;
}

.object_investors_left{
  display: flex;
  justify-content: space-between;
  flex: 0 0 350px;
  background-color: #222f3e;
  padding: 20px;
  box-sizing: border-box;
}

.object_investors_right{
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: auto;
  padding: 20px;
  box-sizing: border-box;
  gap: 20px;
}

.object_investors_right_block{
  display: flex;
  flex-direction: row;
  gap: 20px;
  height: 70px;
  border-radius: 7px;
}

.object_investors_right_block_archive{
  opacity: 0.4;
  transition: opacity 0.2s ease;
}

.object_investors_right_block_archive:hover{
  opacity: 1;
}

.object_investors_right_block_hidden{
  display: none;
}

.object_investors_right_actions{
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
}

.object_investors_right_more{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 38px;
  border-radius: 7px;
  background-color: #F7F7F7;
  border-bottom: 2px solid #EEEEEE;
  font-size: 12px;
  font-weight: 600;
  color: #999999;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.object_investors_right_more:hover{
  background-color: #EEEEEE;
}

.object_investors_right_detail{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  width: 250px;
  height: 38px;
  border-radius: 7px;
  background-color: #F7F7F7;
  border-bottom: 2px solid #EEEEEE;
  font-size: 12px;
  font-weight: 600;
  color: #999999;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.object_investors_right_detail:hover{
  background-color: #EEEEEE;
}

.object_investors_right_pic_1{
  aspect-ratio: 1;
  object-fit: cover;
  overflow: hidden;
  border-radius: 7px;
}

.object_investors_right_info{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  flex: 1;
  min-width: 0; /* дозволяє контенту звужуватись, щоб спрацював ellipsis */
}

.object_investors_right_info_title{
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.object_investors_right_info_params{
  display: flex;
  flex-direction: row;
  gap: 10px;
  font-size: 10px;
}

.right_info_params{
  padding: 3px 10px;
  border-radius: 3px;
  background-color: #F7F7F7;
}

.right_info_params_first{
  padding: 3px 10px;
  border-radius: 3px;
  background-color: #222f3e;
  color: #FFFFFF;
  font-weight: 600;
}

.right_info_params_archive{
  padding: 3px 10px;
  border-radius: 3px;
  background-color: #eb3b5a;
  color: #FFFFFF;
  font-weight: 600;
}

.object_investors_left_content{
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  width: 100%;
}

.object_investors_left_content_top{
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #FFFFFF;
}

.object_investors_left_content_bottom{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #999999;
}

.object_investors_left_content_type{
  font-size: 13px;
  color: #cba84d;
}

.object_investors_left_content_name{
  font-size: 20px;
  font-weight: 600;
}

.object_investors_left_content_phones{
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.object_investors_left_content_desc{
  /* текст обрізається до 20 слів у PHP, тож тут лише оформлення блоку */
  max-width: 100%;
  width: 100%;
  word-wrap: break-word;
  word-break: break-word;

  background-color: #343d47;
  border-radius: 7px;
  padding: 10px;
  font-size: 12px;
  line-height: 1.5;

  box-sizing: border-box;
  font-weight: 300;
}

.object{
  display: flex;
  flex-direction: column;
  border-radius: 7px;
  background-color: #FFFFFF;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}

.object:hover{
  border-color: #cba84d;
  animation: pulse-glow 1.5s infinite;
}

.object_pics{
  display: flex;
  flex-direction: row;
  object-fit: cover;
  aspect-ratio: 16/10;
  position: relative;
  overflow: hidden;
}

.object_price{
  position: absolute;
  bottom: 0;
  left: 20px;
  padding: 6px 12px;
  font-size: 20px;
  font-weight: 800;
  border-radius: 7px 7px 0 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
}

.object_top_absolute{
  display: flex;
  flex-direction: row;
  gap: 10px;
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 12px;
  font-weight: 600;
  z-index: 999;
}

.object_deposit{
  padding: 6px 12px;
  border-radius: 7px;
  background-color: #ee5253;
  color: #FFFFFF;
}

.object_new{
  padding: 6px 12px;
  border-radius: 7px;
  background-color: #10ac84;
  color: #FFFFFF;
}

.object_price_per_metres{
  position: absolute;
  bottom: 10px;
  right: 20px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 7px;
  background-color: #FFFFFF;
  color: #1e272e;
}

.object_km{
  position: absolute;
  bottom: 49px;
  right: 20px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 7px;
  background-color: #2e86de;
  color: #FFFFFF;
}

.object_pic{
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.object_pic:hover{
  transform: scale(1.05);
}

.object_params{
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
}

.object_params_0{
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #eb3b5a;
  text-decoration: underline;
}

.object_params_1{
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.object_params_2{
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  color: #626262;
}

.object_params_3{
  display: flex;
  overflow: hidden;
  border-radius: 7px 0 0 7px;
}

.object_params_km{
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.object_params_km_object{
  display: flex;
  flex-direction: row;
  gap: 5px;
  background-color: #2e86de;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 400;
  padding: 5px 12px;
  color: #FFFFFF;
  text-decoration: none;
}

.object_params_km_object:hover{
  background-color: #54a0ff;
}

.object_params_km_object_more{
  display: flex;
  flex-direction: row;
  gap: 5px;
  background-color: #F7F7F7;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 400;
  padding: 5px 12px;
  color: #1e272e;
}

.object_params_km_object_more:hover{
  background-color: #EEEEEE;
  cursor: pointer;
}

.object_params_4{
  display: flex;
  overflow: hidden;
  font-size: 13px;
  color: #626262;
  justify-content: space-between;
}

.object_params_4_gap{
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.object_params_3_param{
  display: flex;
  font-size: 13px;
  font-weight: 400;
  background-color: #222f3e;
  padding: 5px 12px;
  color: #FFFFFF;
  border-right: 1px solid #CCCCCC;
  transition: all 0.3s ease;
}

.object_params_3_param:hover{
  background-color: #cba84d;
  color: #FFFFFF;
  padding: 5px 15px;
}

.object_params_3_param:last-child{
  border-right: none;
  border-radius: 0 7px 7px 0;
}

.pic_object_fit{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.pic_object_fit:hover{
  filter: brightness(0.9);
  transform: scale(1.03);
  cursor: pointer;
}

.pic_one_last{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
  filter: brightness(0.6);
}

.pic_one_last:hover{
  filter: brightness(0.9);
  transform: scale(1.03);
  cursor: pointer;
}

.view_more_text{
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 20px;
  font-weight: 400;
  pointer-events: none;
  text-align: center;
}

.count_pics{
  font-weight: 600;
}














.filter_hidden {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.build_numbers {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  overflow: hidden;
}

.width_1 {
  font-size: 12px;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
}

.width_2 {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

/* width_2 drop_filter_menu_numbers — окремий клас */
.drop_filter_menu_numbers {
  display: none;
  width: 100%;
  max-height: 200px;
  background-color: #FFFFFF;
  margin: 0;
  box-sizing: border-box;
  border-bottom: 1px solid #DEDEDE;
  border-left: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
  border-radius: 0 0 3px 3px;
  overflow: auto;
}

.inputs_filter_investors{
  width: 100%;
  height: 38px;
  border: 1px solid #EEEEEE;
  border-radius: 6px;
  padding: 0 15px;
  outline: none;
  font-size: 12px;
  font-weight: 600;
  background-color: #FFFFFF;
  box-sizing: border-box;
}
.inputs_filter_investors:focus {
  background-color: #DDD;
  border: 1px solid #DEDEDE;
}

.inputs_filter {
  width: 100%;
  height: 38px;
  border: 1px solid #EEEEEE;
  border-radius: 6px;
  padding: 0 15px;
  outline: none;
  font-size: 12px;
  font-weight: 600;
  background-color: #FFFFFF;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('/panel/pic/panel_filter_arrow.png');
  background-repeat: no-repeat;
  background-position: right 11px center;
  background-size: 11px;
}
.inputs_filter:focus {
  background-color: #DDD;
  border: 1px solid #DEDEDE;
  border-radius: 3px 3px 0 0;
}

.inputs_filter_left {
  width: 100%;
  height: 38px;
  border: none;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  border-left: 1px solid #EEEEEE;
  border-radius: 6px 0 0 6px;
  padding: 0 15px;
  outline: none;
  font-size: 12px;
  font-weight: 600;
  background-color: #FFFFFF;
  box-sizing: border-box;
}
.inputs_filter_left:focus {
  background-color: #DDD;
  border: none;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  border-left: 1px solid #DDD;
}

.inputs_filter_right {
  width: 100%;
  height: 38px;
  border: none;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
  border-radius: 0 6px 6px 0;
  padding: 0 15px;
  outline: none;
  font-size: 12px;
  font-weight: 600;
  background-color: #FFFFFF;
  box-sizing: border-box;
}
.inputs_filter_right:focus {
  background-color: #DDD;
  border: none;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  border-right: 1px solid #DDD;
}

.hidden_values {
  position: absolute;
  top: -10000px;
}

.checkbox_filter input[type="checkbox"] {
  display: none;
}
.checkbox_filter label {
  float: left;
  width: 100%;
  font-size: 12px;
  outline: none;
  box-sizing: border-box;
  overflow: hidden;
  padding: 7px 10px;
  white-space: wrap;
  font-weight: 600;
  color: #999999;
}
.checkbox_filter label:hover {
  background-color: #EEEEEE;
  cursor: pointer;
}
.checkbox_filter input[type="checkbox"]:checked + label {
  font-weight: 600;
  background-color: #cba84d;
  color: #3D3D3D;
}

.min_values {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 12px;
  width: 100%;
  box-sizing: border-box;
  padding: 3px 7px 7px 7px;
  border-radius: 0 0 3px 3px;
  border-bottom: 1px solid #DEDEDE;
  border-left: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
}

.selected-value {
  background-color: #cba84d;
  color: #FFFFFF;
  padding: 3px 8px;
  border-radius: 3px;
  font-weight: 600;
  margin: 5px 10px 0 0;
}
.selected-value:hover {
  background: #eb3b5a;
  cursor: pointer;
  color: #FFFFFF;
}

.remove-button {
  font-weight: 600;
}

.filter_button {
  height: 38px;
  border: none;
  border-radius: 7px;
  padding: 2px 15px;
  outline: none;
  color: #FFFFFF;
  background-color: #cba84d;
  font-size: 12px;
  font-weight: 600;
  transition: all 0.1s;
  border-bottom: 2px solid #b49545;
}

.filter_button:hover{
  background-color: #b49545;
  cursor: pointer;
  transition: all 0.1s;
}

.filter_reset_mobile {
  height: 38px;
  border: none;
  border-radius: 7px;
  padding: 2px 15px;
  outline: none;
  color: #999999;
  background-color: #F7F7F7;
  font-size: 12px;
  font-weight: 600;
  transition: all 0.1s;
  border-bottom: 2px solid #EEEEEE;
}

.filter_reset_mobile:hover {
  background-color: #EEEEEE;
  cursor: pointer;
  transition: all 0.1s;
}

.filter_button:disabled,
.filter_reset_mobile:disabled {
  cursor: not-allowed;
  pointer-events: auto;
}

.filter_more {
  height: 36px;
  border: none;
  border-radius: 6px;
  padding: 0 15px;
  outline: none;
  color: #999999;
  background-color: #F7F7F7;
  font-size: 12px;
  font-weight: 600;
  transition: all 0.1s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #EEEEEE;
}

.filter_more:hover {
  background-color: #EEEEEE;
  cursor: pointer;
  transition: all 0.1s;
}

.for_filter_buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.display_form_panel{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.filter_hidden{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.counts{
  display: none;
}

.not_found_1{
  font-size: 18px;
}

.not_found_2{
  font-weight: 400;
  font-size: 14px;
  color: #84817a;
}

.auth_btn{
  transition: all 0.2s ease;
}

.auth_btn:hover{
  cursor: pointer;
  background-color: #cba84d;
  padding: 0 5px;
  border-radius: 2px;
}

.exit_btn{
  transition: all 0.2s ease;
}

.exit_btn:hover{
  cursor: pointer;
  background-color: #eb3b5a;
  padding: 0 5px;
  border-radius: 2px;
}

#modal-overlay {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

#modal-overlay.active {
  opacity: 1;
  pointer-events: all;
}

.modal {
  width: 400px;
  height: 200px;
  background-color: #FFFFFF;
  border-radius: 7px;
  padding: 20px;
  transform: translateY(12px);
  transition: transform 0.25s ease;
}

#modal-overlay.active .modal {
  transform: translateY(0);
}

.just_gap_20px{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.text_decoration_none{
  text-decoration: none;
}

.inside_object_params{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 7px;
  padding: 15px 0;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

.inside_params_other_1{
  display: flex;
  flex-direction: row;
  padding: 5px 20px;
  transition: all 0.2s ease;
}

.inside_params_other_1:hover{
  background-color: #EEEEEE;
}

.params_flex_3{
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 13px;
  flex: 1;
}

.params_flex_4{
  font-weight: 600;
  font-size: 13px;
  flex: 1;

  align-items: center;
}

.params_flex_4 a{
  color: #1e272e;
}

.params_flex_4 a:hover{
  color: #cba84d;
}




















.inside_manager {
  display: flex;
  flex-direction: column;
}

.manager {
  display: flex;
  flex-direction: row;
  height: 100px;
  overflow: hidden;
  border-radius: 7px;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  position: relative;
}

.manager_photo {
  width: 100px;
  height: 100px;
  background-color: #cba84d;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}

.manager_info {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 15px 20px;
  box-sizing: border-box;
}

.manager_ups {

  font-size: 14px;
}

.manager_name {
  font-weight: 600;
  font-size: 14px;
}

.manager_phone {
  font-weight: 600;
  font-size: 14px;
}

.manager_logo_alliance {
  position: absolute;
  bottom: 0;
  right: -22px;
  width: 81%;
  opacity: 0.06;
  user-select: none;
  pointer-events: none;
  display: none;
}

.manager_logo_alliance_this {
  width: 100%;
  object-fit: cover;
  filter: invert(59%) sepia(10%) saturate(548%) hue-rotate(130deg) brightness(92%) contrast(85%);
  transform: rotate(-11deg);
}

.create_private_link {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  background-color: #FFFFFF;
  height: 90px;
  margin: -8px 0 0 0;
  border-radius: 0 0 6px 6px;
}

.create_private_this_link_in {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 12px;
  color: #585858;
  align-items: center;
  padding: 9px 20px;
}

.create_private_this_link {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 12px;
  color: #585858;
  margin: 1px 0 0 0;
}

.input_copy_btn {
  background-color: #cba84d;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 12px;
  padding: 10px 0 10px 0;
  outline: none;
  border: none;
  transition: all 0.1s;
}

.input_copy_btn:hover{
  cursor: pointer;
  transition: all 0.1s;
  background-color: #b49545;
}

.input_copy_btn:disabled {
  background: #95a5a6;
  color: #FFFFFF;
  cursor: not-allowed;
}

.for_new_price{
  width: 60px;
  outline: none;
  border: 1px solid #CCCCCC;
  padding: 3px 10px;
  text-align: center;
  border-radius: 3px;
  transition: all 0.2s;
}

.for_new_price:focus{
  border: 1px solid #999999;
  transition: all 0.2s;
}

.object_tabs{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.width_1_table_title{
  font-size: 13px;
  font-weight: 600;
}

.status_object{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-weight: 600;
  font-size: 26px;
  background-color: #eb3b5a;
  border-radius: 7px;
  color: #FFFFFF;
}

.subfilter{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sale_rent_buttons{
  display: flex;
  flex-direction: row;
  height: 38px;
  overflow: hidden;
  border-radius: 7px;
}

.sale_rent_button{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: 1;
  color: #1e272e;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  background-color: #FFFFFF;
  transition: all 0.1s;
}

.sale_rent_button:hover{
  background-color: #EEEEEE;
  transition: all 0.1s;
}

.sale_rent_button_active{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: 1;
  background-color: #1e272e;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.pic_documents{
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);

  background-color: #FFFFFF;
  border-radius: 7px;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

.pic_documents_photos{
  aspect-ratio: 1;
  background-color: #F7F7F7;
  border-radius: 7px;
  overflow: hidden;
}

.pic_documents_photo{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s;
}

.pic_documents_photo:hover {
  filter: brightness(0.9);
  transform: scale(1.05);
  cursor: pointer;
}














.pagination_100{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.pagination_site{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.back_site {
  height: 38px;
  border: none;
  border-radius: 7px;
  padding: 0 20px;
  outline: none;
  color: #FFFFFF;
  background-color: #222f3e;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.back_site::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  width: 0%;
  height: 100%;
  background-color: #cba84d;
  transition: width 0.3s ease;
  z-index: -1;
}

.back_site:hover::before {
  width: 100%;
}

.back_site:hover {
  cursor: pointer;
}

.front_site {
  height: 38px;
  border: none;
  border-radius: 7px;
  padding: 0 20px;
  outline: none;
  color: #FFFFFF;
  background-color: #222f3e;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.front_site::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #cba84d;
  transition: width 0.3s ease;
  z-index: -1;
}

.front_site:hover::before {
  width: 100%;
}

.front_site:hover {
  cursor: pointer;
}

.pagination_pages{
  font-size: 13px;
  font-weight: 500;
}

.text_dec{
  text-decoration: none;
  color: #FFFFFF;
}










.pagination_numbers {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 10px;
}

.pag_num {
  display: flex;
  height: 28px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  background-color: #222f3e;
  color: #FFFFFF;
  transition: all 0.3s ease;
  border-radius: 7px;
}

.pag_num_active {
  display: flex;
  height: 28px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  background-color: #cba84d;
  color: #FFFFFF;
  transition: all 0.3s ease;
  border-radius: 7px;
}

.pag_dots {
  display: flex;
  height: 26px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  background-color: #FFF;
  color: #1e272e;
  transition: all 0.3s ease;
  border-radius: 7px;
  border: 1px solid #DDD;
}

.object_list_an{
  color: #ee5253; 
  font-weight: 600;
}
















.count_line_2_sort{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 7px;
  background-color: #FFF;
  border: 1px solid #dbdbdb;
  box-sizing: border-box;
}

.count_line_2_sort:hover{
  background-color: #dbdbdb;
  cursor: pointer;
}

.icon{
  height: 10px;
}






















.checkbox_multi {
  position: absolute;
  z-index: 9999;
  top: 10px;
  right: 20px;
}
.checkbox-wrapper-45 {
  position: relative;
  border-radius: 7px;
}
.checkbox-wrapper-45 input[type="checkbox"] {
  display: none;
  visibility: hidden;
}
.checkbox-wrapper-45 .cbx {
  display: inline-block;
  cursor: pointer;
  border-radius: 7px;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}
.checkbox-wrapper-45 .cbx:hover .front::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='14' viewBox='0 0 16 14'%3E%3Cpath d='M2 8.5L6 12.5L14 1.5' stroke='%23f79f1f' stroke-width='4' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
}
.checkbox-wrapper-45 .box {
  width: 44px;
  height: 44px;
  border-radius: 7px;
  background: #fff;
  border: 2px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s, border-color 0.25s;
}
.checkbox-wrapper-45 input[type="checkbox"]:checked + .cbx .box {
  background-color: #cba84d;
  border-color: #cba84d;
}
.checkbox-wrapper-45 .box::after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='14' viewBox='0 0 16 14'%3E%3Cpath d='M2 8.5L6 12.5L14 1.5' stroke='%23DDDDDD' stroke-width='4' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: background-image 0.2s;
}
.checkbox-wrapper-45 input[type="checkbox"]:checked + .cbx .box::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='14' viewBox='0 0 16 14'%3E%3Cpath d='M2 8.5L6 12.5L14 1.5' stroke='%233D3D3D' stroke-width='4' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
}
.checkbox-wrapper-45 .cbx:hover .box {
  border-color: #cba84d;
}

/* Ripple */
.checkbox-wrapper-45 .ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(247, 159, 31, 0.35);
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@keyframes ripple-out {
  0%   { width: 0;    height: 0;    opacity: 1; }
  100% { width: 90px; height: 90px; opacity: 0; }
}

.multi_block { display: flex; align-items: center; gap: 8px; }
.multi_done_btns { display: flex; gap: 6px; }

.multi_gen_btn {
  height: 24px;
  padding: 0 15px;
  border: none;
  background: #cba84d;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  border-radius: 7px;
  cursor: pointer;
  white-space: nowrap;
}

.multi_gen_btn:not(:disabled):hover {
  background-color: #b49545;
}

.multi_gen_btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.multi_new_btn {
  height: 24px;
  padding: 0 15px;
  border: none;
  background-color: transparent;
  border: 1px solid #DDDDDD;
  color: #999;
  font-size: 10px;
  font-weight: 600;
  border-radius: 7px;
  cursor: pointer;
  white-space: nowrap;
}

.multi_new_btn:not(:disabled):hover {
  border: 1px solid #CCCCCC;
  color: #565656;
}

.multi_new_btn:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.multi_gen_btn.multi_copied{
  background-color: #10ac84;
  color: #fff;
}

#count_multi_objects {
  font-weight: 700;
}

/* ВІДЕО ОГЛЯД (object/desktop_video_review.php) — ширина/пропорції задаються інлайн у PHP */
.video_review_list{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
}
.video_review{
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background-color: #f1ede4;
}
.video_review video,
.video_review .plyr{
  width: 100%;
  height: 100%;
}
.video_review .plyr video{
  object-fit: contain;
}








.block_price{
  display: flex;
  flex-direction: row;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 7px;
  background-color: #cba84d;
  color: #FFFFFF;
}

.block_price:hover{
  animation: pulse-glow 1.5s infinite;
}

.block_price_1{
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 2px;
}

.block_price_2{
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 2px;
}

.block_price_1_up{
  font-size: 13px;
  font-weight: 500;
}

.block_price_1_down{
  font-size: 24px;
  font-weight: 600;
}

.link_investors_list{
  text-decoration: none;
  color: #1e272e;
}

.link_investors_list:hover{
  color: #cba84d;
  text-decoration: underline;
}

/* ===== Попап сортування (перенесено з desktop_3_block.php) ===== */
#sort_popup {
  display: none;
  position: fixed;
  z-index: 9998;
  background: #FFFFFF;
  border-radius: 7px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  overflow: hidden;
  transform-origin: top right;
  animation: sortPopupIn 0.18s ease;
}
#sort_popup.active { display: block; }
#sort_popup.closing { animation: sortPopupOut 0.18s ease forwards; }
@keyframes sortPopupIn {
  from { opacity: 0; transform: scale(0.92) translateY(-6px); }
  to   { opacity: 1; transform: scale(1) translateY(0); }
}
@keyframes sortPopupOut {
  from { opacity: 1; transform: scale(1) translateY(0); }
  to   { opacity: 0; transform: scale(0.92) translateY(-6px); }
}
.sort_popup_group_label {
  font-size: 12px;
  padding: 10px 20px;
  border-bottom: 1px solid #EEE;
  font-style: italic;
}
.sort_popup_item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  font-size: 12px;
  color: #333;
  cursor: pointer;
  transition: background 0.12s;
}
.sort_popup_item:last-child { border-bottom: none; }
.sort_popup_item:active { background: #f5f5f5; }
.sort_popup_item.sort_active {
  background: #fdf6e3;
  color: #b8912a;
  font-weight: 400;
}

.green_text_see_an{
  color: #10ac84;
}

.object_pic_no_photo{
  width: 100%;
  aspect-ratio: 16/10;
  background: #CCCCCC;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666666;
  font-size: 14px;
  text-align: center;
}

















@media (max-width: 1550px){

.block_line_3_pics_1{
  width: 300px;
  height: 300px;
  background-color: #DEDEDE;
  border-radius: 7px;
  overflow: hidden;
}

.block_line_3_pics_2{
  width: 300px;
  height: 300px;
  background-color: #DEDEDE;
  border-radius: 7px;
  overflow: hidden;
}

.block_line_3_pics_3{
  height: 300px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
  border-radius: 7px;
}

.block_line_3_pics_3_up{
  background-color: #DEDEDE;
  height: 140px;
  border-radius: 7px;
  overflow: hidden;
}

.block_line_3_pics_3_down{
  position: relative;
  background-color: #DEDEDE;
  height: 140px;
  border-radius: 7px;
  overflow: hidden;
}

.block_line_4{
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 400px;
  flex-shrink: 0;
}

}