html, body {
  height: 100%;
  margin: 0;
}

body{
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  background-color: #FFFFFF;
  color: #3D3D3D;

  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}

.site-content {
  flex: 1 0 auto;
  box-sizing: border-box;
}


table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    text-align: left;
    color: #585858;
  }
  
  th, td {
    padding: 5px 5px 3px 5px;;
    border: 1px solid #DEDEDE;
    white-space: pre;
  }

  th {
    background-color: #f2f2f2;
    color: #333;
    white-space: nowrap;
    font-weight: 400;
  }

  tr:nth-child(even) {
    background-color: #f9f9f9;
  }

  tr:hover{
    background-color: #fff701;
    color: #3D3D3D;
  }

.table{
  display: flex;
  flex-direction: column;
  margin: 0 20px 20px 20px;
  color: #585858;
}

a {
  color: #3D3D3D;
  text-decoration: none;
}

input{
  font-family: "Manrope", sans-serif;
}

textarea{
  font-family: "Manrope", sans-serif;
}

button{
  font-family: "Manrope", sans-serif;
}

.up_line{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px;
  height: 50px;
  background-color: #1e272e;
}

.crumbs{
  display: flex;
  flex-direction: row;
  gap: 7px;
  padding: 7px 20px;
  font-size: 10px;
  font-weight: 700;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background-color: #1e272e;
  border-top: 1px solid #3c4145;
  border-bottom: 1px solid #3c4145;
  color: #999999;
}

.crumbs a{
  color: #999999;
}

.category{
  display: flex;
  flex-direction: row;
  padding: 20px;
  background-color: #1e272e;
}

.subcategory{
  display: flex;
  flex-direction: row;
  padding: 0 20px 50px 20px;
  background-color: #1e272e;
}

.undercategory{
  display: flex;
  flex-direction: row;
  padding: 0 20px 50px 20px;
  margin: -30px 0 0 auto;
  background-color: #1e272e;
}

.category_btn{
  display: flex;
  flex: 1;
  height: 32px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  color: #999;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  font-size: 12px;
}

.category_btn_active{
  display: flex;
  flex: 1;
  height: 32px;
  background: linear-gradient(135deg, #f79f1f, #f8b84e);
  font-weight: 700;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 12px;
}

.subcategory_btn{
  display: flex;
  flex: 1;
  background-color: #F2F2F2;
  font-size: clamp(12px, 2vw, 20px);
  font-weight: 800;
  align-items: center;
  justify-content: center;
  padding: 8px 0 7px 0;
}

.subcategory_btn_active{
  display: flex;
  flex: 1;
  background-color: #1e272e;
  font-size: clamp(12px, 2vw, 20px);
  font-weight: 800;
  align-items: center;
  justify-content: center;
  padding: 8px 0 7px 0;
  color: #FFFFFF;
}

.borderradius{
  display: flex;
  flex-direction: row;
  overflow: hidden;
  border-radius: 5px;
  flex: 1;
}

.subborderradius{
  display: flex;
  flex-direction: row;
  overflow: hidden;
  border-radius: 5px;
  flex: 1;
}

.underborderradius{
  display: flex;
  flex-direction: row;
  overflow: hidden;
  border-radius: 5px;
  flex: 1;
}

.logo_pic{
  height: 100%;
}

.up_line_one{
  height: 50px;
}

.up_line_two{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 50px;
  align-items: end;
}

.up_line_two_1{
  height: 32px;
}

.up_line_two_2{
  font-size: 10px;
  color: #999999;
  margin: 0 0 -4px 0;
}

.sort_block{
  display: flex;
  gap: 20px;
  padding: 20px 20px 0 20px;
  background-color: #F7F7F7;
}

.flex_50{
  display: flex;
  flex-direction: column;
  flex: 1;
}

.flex_50_2{
  margin: 0 0 10px 0;
  font-size: 12px;
  font-weight: 700;
  color: #999999;
}

.flex_50_radio input[type="radio"] {
  display: none;
}

.flex_50_radio label {
  background-color: #E7E7E7;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 0 7px 0;
  color: #84817a;
  width: 100%;
  font-size: 12px;
}

.flex_50_radio input[type="radio"]:checked+label {
  background: linear-gradient(135deg, #f79f1f, #f8b84e);
  font-weight: 700;
  color: #3D3D3D;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 0 7px 0;
  width: 100%;
  font-size: 12px;
}

.title{
  display: flex;
  flex-direction: column;
  padding: 20px 20px 0 20px;
  gap: 5px;
  background-color: #F7F7F7;
  border-radius: 30px 30px 0 0;
  margin: -30px 0 0 0;
}

.title_1{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.title_1_1{
  font-size: 20px;
  font-weight: 800;
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.title_1_2{
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.sdgfdf{
  color: #999;
  background-color: #EEEEEE;
  display: flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 6px;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
}

.sdgfdf_2{
  color: #999;
  background-color: #EEEEEE;
  display: flex;
  align-items: center;
  padding: 0 15px;
  border-radius: 6px;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
}

.icons{
  height: 12px;
}

.counts{
  display: none;
}

.content{
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  background-color: #F7F7F7;
  min-height: 100dvh;
}

.object{
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  overflow: hidden;
  gap: 10px;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  padding: 5px;
}

.object_pics{
  width: 100%;
  height: 200px;
  overflow: hidden;

  position: relative;
}

.object_pics_top_left{
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 12px;
  background-color: #FFFFFF;
  border-radius: 6px;
  padding: 3px 10px;
  font-weight: 700;
}

.object_info{
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 10px 5px 10px;
}

.object_info_title{
  font-weight: 700;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  font-size: 15px;
}

.object_info_price{
  display: flex;
  justify-content: space-between;
  font-weight: 800;
  font-size: 18px;
}

.object_info_price_1{

}

.object_info_price_2{
  color: #EEE;
  background-color: #1e272e;
  font-size: 13px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 6px;
  gap: 5px;
}

.object_info_params{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 15px;
  font-size: 12px;
  font-weight: 700;
  color: #777777;
}

.object_pic{
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 6px;
}

.object_list_param{
  font-size: 12px;
  color: #777777;
  font-weight: 700;
}

.object_info_price_name{
  display: none;
  gap: 10px;
  color: #888888;
  font-weight: 400;
  font-size: 12px;
  align-items: center;
}














.menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  min-height: 100dvh;
  background-color: #1e272e;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transition: right 0.3s ease;
  z-index: 9999;
}

.menu.open {
  right: 0;
}

.menu_1{
  width: 100%;
}

.menu_2{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.menu_2_btn{
  font-size: 20px;
  color: #FFFFFF;
  text-decoration: none;
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 100;
}

.menu_2_btn_active{
  font-weight: 700;
  color: #FFFFFF;
  text-decoration: none;
  font-size: clamp(26px, 3vw, 40px);
}

.menu_2_btn_auth{
  font-size: 20px;
  color: #3f474d;
  text-decoration: none;
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 100;
}

.menu_3{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 14px;
  color: #FFFFFF;
  margin: 0 0 20px 0;
  font-weight: 300;
}

.menu_link{
  text-decoration: none;
  color: #FFFFFF;
}

.menu_link_auth{
  text-decoration: none;
  color: #3f474d;
}













.line_3{
  width: 100%;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #2C3A47;
  box-sizing: border-box;
  padding: 0px 10px 0px 10px;
  margin: 0 25px 0 25px;
  border-top: 2px dashed #CCCCCC;
}

.line_3::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #F2F2F2;
}

.carousel_pics{
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  margin: 20px 0 0 0;
}

.inside_price{
  display: flex;
  flex-direction: column;
  background-color: #F2F2F2;
  padding: 20px;
  display: flex;
  gap: 10px;
  font-size: 18px;
  font-weight: 800;
}

.inside_price_1{
  font-size: 18px;
  font-weight: 800;
}

.inside_price_2{
  color: #888888;
}

.inside_object_params{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 20px;
  gap: 20px;
  font-size: 15px;
}

.inside_params_other_1{
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.params_flex_3{
  color: #585858;
  font-weight: 400;
  font-size: 12px;
}

.params_flex_4{
  font-weight: 700;
  font-size: 13px;
}

.inside_description{
  display: flex;
  flex-direction: column;
  margin: 0 20px 20px 20px;
}

.description{
  white-space: break-spaces;
  line-height: 1.6;
  font-size: 13px;
  font-weight: 500;
}




























.inside_manager{
  display: flex;
  flex-direction: column;
  margin: 20px;
}

.manager{
  display: flex;
  flex-direction: row;
  height: 100px;
  overflow: hidden;
  border-radius: 12px;
  background-color: #F9F9F9;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;

  position: relative;
}

.manager_photo{
  width: 100px;
  height: 100px;
}

.manager_info{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 15px 20px;
  box-sizing: border-box;
}

.manager_ups{
  font-style: italic;
  font-size: 14px;
}

.manager_name{
  font-weight: 700;
  font-size: 14px;
}

.manager_slogan{
  font-weight: 100;
  font-size: 12px;
}

.manager_phone{
  font-weight: 600;
  font-size: 14px;
  text-decoration: underline;
}


.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: #F9F9F9;
  height: 80px;
  margin: -8px 0 0 0;
  border-radius: 0 0 12px 12px;
}

.create_private_this_link_in{
  display: flex;
  flex-direction: row;
  justify-content: center;
  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: linear-gradient(135deg, #fedac1 0%, #fcbf99 100%);
  color: #3D3D3D;
  font-weight: 700;
  font-size: 12px;
  padding: 10px 0 10px 0;
  outline: none;
  border: none;
}

.input_copy_btn:disabled{
  background-color: #95a5a6;
  color: #FFFFFF;
  cursor: not-allowed;
}

.description_private{
  display: flex;
  flex-direction: column;
  padding: 20px;
  font-size: 13px;
  background-color: #F2F2F2;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
  margin: 0 0 10px 0;
}

.inside_params{
  display: flex;
  flex-direction: column;
  padding: 20px;
  font-size: 13px;
  background-color: #F2F2F2;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
  margin: 0 0 20px 0;
}

.params_row{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 1px dashed #CCC;
  padding: 5px 0;
}

.params_row:last-child {
  border-bottom: none;
}

.object_inside_third{
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 20px 20px 20px;
}

.photo{
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #fedac1 0%, #fcbf99 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination_site{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 13px;
  margin: -20px 0 0 0;
  align-items: center;
  padding: 20px 0 0 0;
}

.back_site{
  color: #FFFFFF;
  text-decoration: none;
  padding: 8px 15px 8px 15px;
  font-weight: 700;
  border-radius: 6px;
  background-color: #1e272e;
}

.front_site{
  color: #FFFFFF;
  text-decoration: none;
  padding: 8px 15px 8px 15px;
  font-weight: 700;
  border-radius: 6px;
  background-color: #1e272e;
}

.pagination_pages{
  font-size: 12px;
  font-weight: 700;
}












.filter{
  display: flex;
  flex-direction: column;
  background-color: #F7F7F7;
  padding: 20px 20px 0 20px;
  box-shadow: none;
  transition: box-shadow 0.3s ease;
}

.build_numbers{
  display: flex;
  flex-direction: column;
  margin: 0 0 20px 0;
  flex: calc(50% - 20px);
  box-sizing: border-box;
  overflow: hidden;
}

.build_numbers:nth-child(odd) {
  margin: 0 20px 20px 0;
}

.width_1{
  font-size: 12px;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
}

.inputs_filter{
  width: 100%;
  height: 32px;
  border: 1px solid #DEDEDE;
  border-radius: 6px;
  padding: 0 15px 0 15px;
  outline: none;
  font-size: 13px;
  font-weight: 400;
  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: #fffdb6;
  border: 1px solid #DEDEDE;
  border-radius: 6px 6px 0 0;
}

.hidden_values{
  position: absolute;
  top: -10000px;
}

.width_2{
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scrollbar-width: none;
}

.drop_filter_menu_numbers{
  display: none;
  width: 100%;
  max-height: 200px;
  background-color: #FFFFFF;
  margin: 0 0 0 0;
  box-sizing: border-box;
  border-bottom: 1px solid #DEDEDE;
  border-left: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
  border-radius: 0 0 6px 6px;
  overflow: auto;
}

.checkbox_filter input[type="checkbox"] {
  display: none;
}

.checkbox_filter label {
  float: left;
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  outline: none;
  box-sizing: border-box;
  overflow: hidden;
  padding: 7px 10px 7px 10px;
  white-space: wrap;
}

.checkbox_filter input[type="checkbox"]:checked+label {
  transition: all 0.2s;
  font-weight: 600;
  background: linear-gradient(135deg, #f79f1f, #f8b84e);
  color: #3D3D3D;
}

.min_values{
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 12px;
  width: 100%;
  font-weight: 700;
  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: linear-gradient(135deg, #f79f1f, #f8b84e);
  color: #3D3D3D;
  padding: 3px 5px 3px 5px;
  border-radius: 3px;
  margin: 5px 10px 0 0;
}

.no-results{
  float: left;
  width: 100%;
  font-size: 13px;
  outline: none;
  box-sizing: border-box;
  overflow: hidden;
  padding: 7px 10px 7px 10px;
}

.remove-button{
  font-weight: 600;
}

.display_form_panel{
  display: flex;
  flex-wrap: wrap;
}

.filter_button{
  height: 32px;
  border: none;
  border-radius: 6px;
  padding: 0 15px 0 15px;
  outline: none;
  color: #FFFFFF;
  background-color: #1e272e;
  font-size: 12px;
  font-weight: 700;
  transition: all 0.1s;
}

.filter_reset_mobile{
  height: 32px;
  border: none;
  border-radius: 6px;
  padding: 0 15px 0 15px;
  outline: none;
  color: #999999;
  background-color: #EEEEEE;
  font-size: 12px;
  font-weight: 700;
  transition: all 0.1s;
}

.filter_more{
  height: 32px;
  border: none;
  border-radius: 6px;
  padding: 0 15px 0 15px;
  outline: none;
  color: #999999;
  background-color: #EEEEEE;
  font-size: 12px;
  font-weight: 600;
  transition: all 0.1s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pic_filter_more{
  height: 10px;
  margin: -2px 0 0 5px;
}

.inputs_filter_left{
  width: 100%;
  height: 32px;
  border: none;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  border-left: 1px solid #DEDEDE;
  border-radius: 6px 0 0 6px;
  padding: 0 15px 0 15px;
  outline: none;
  font-size: 12px;
  font-weight: 700;
  background-color: #FFFFFF;
  box-sizing: border-box;
}

.inputs_filter_left:focus{
  background-color: #fffdb6;
  border: none;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  border-left: 1px solid #DDD;
}

.inputs_filter_right{
  width: 100%;
  height: 32px;
  border: none;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  border-right: 1px solid #DDD;
  border-radius: 0 6px 6px 0;
  padding: 0 15px 0 15px;
  outline: none;
  font-size: 12px;
  font-weight: 700;
  background-color: #FFFFFF;
  box-sizing: border-box;
}

.inputs_filter_right:focus{
  background-color: #fffdb6;
  border: none;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  border-right: 1px solid #DDD;
}

.filter_hidden{
  display: flex;
  flex-wrap: wrap;
}