html, body {
  height: 100%;
  margin: 0;
}

body{
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "Rubik", sans-serif;
  background-color: #F9F9F9;
  color: #3d3d3d;

  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}

.site-content {
  flex: 1 0 auto;
  box-sizing: border-box;
}

@font-face {
  font-family: "FixelDisplay-Bold";
  src: url("/fonts/FixelDisplay-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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: "Rubik", sans-serif;
}

textarea{
  font-family: "Rubik", sans-serif;
}

button{
  font-family: "Rubik", sans-serif;
}

.margin0 {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  max-width: 1400px;
  width: 90%;
}

.up_line{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px 20px;
  border-radius: 0 0 12px 12px;
  position: relative;
  z-index: 100;
  background-color: #1e272e;
  min-height: 30dvh;
  background-image: url("/pic/IMG_0117.jpg?v=2");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #4b4f53;
}

.up_line_main{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px 20px;
  position: relative;
  z-index: 100;
  background-color: #1e272e;
  min-height: 100svh;
  background-image: url("/pic/IMG_0117.jpg?v=2");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #4b4f53;

  box-sizing: border-box;
}

.first_column{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.second_column{
  display: flex;
  flex-direction: column;
  gap: 20px; 
}

.logo_local_block{
  display: flex;
  align-items: end;
}

.gap20{
  gap: 20px;
}

.catalog_color_white{
  color: #F2F2F2;
}

.catalog_color_white_1{
  display: flex;
  flex-direction: row;
  gap: 20px;
  font-weight: 500;
  font-size: clamp(18px, 3vw, 50px);
  margin: 0 0 -11px 0;
}

.catalog_color_white_2{
  font-weight: 500;
}

.catalog_color_white_3{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  font-weight: 500;
  font-size: clamp(18px, 3vw, 50px);
  color: #FFFFFF;
}

.catalog_color_white_4{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  font-weight: 500;
  font-size: clamp(14px, 3vw, 18px);
  color: #FFFFFF;
}

.catalog_color_white_4_outside{
  border-radius: 12px;
  background-color: #FFFFFF;
  color: #585858;
  padding: 8px 20px 6px 20px;
  transition: all 0.3s;
  border: 1px solid #FFFFFF;
}

.catalog_color_white_4_outside:hover{
  transition: all 0.3s;
  padding: 8px 30px 6px 30px;
  background-color: #1e272e;
  color: #FFFFFF;
  border: 1px solid #fff701;
}

.a_center{
  display: flex;
  align-items: center;
}

.logo_local{
  height: 46px;
}

.logo_local_main{
  width: clamp(150px, 14vw, 300px);
}

.up_line_2_logo{
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.up_line_1{
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
}

.up_line_2{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.up_line_3{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.up_line_3_main{
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
}

.up_line_1_link{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 7px 20px 6px 20px;
  border-radius: 12px;
  background-color: #F2F2F2;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
  font-weight: 600;
  font-size: 14px;
  justify-content: center;
}

.up_line_1_link:hover{
  color: #3d3d3d;
  background-color: #fff701;
}

.up_line_1_link_active{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 7px 20px 6px 20px;
  border-radius: 12px;
  background-color: #fff701;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
  font-weight: 600;
  font-size: 14px;
  justify-content: center;
}

.up_line_1_a{

}

.up_line_1_phone{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 7px 20px 6px 20px;
  border-radius: 12px;
  background-color: transparent;
  font-weight: 600;
  font-size: 14px;
  justify-content: center;
  color: #FFFFFF;
  border: 1px solid #fff701;
}

.up_line_1_phone:hover{
  color: #3d3d3d;
  background-color: #fff701;
}

.menu{
  display: flex;
  padding: 32px 0 20px 0;
  background-color: #1e272e;
  margin: -12px 0 0 0;
}

.new_menu{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.menu_btn{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 20px 7px 20px;
  border-radius: 12px;
  background-color: #F2F2F2;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
  font-weight: 600;
  font-size: clamp(14px, 1vw, 20px);
  justify-content: center;
}

.menu_btn:hover{
  background-color: #fffdb6;
}

.menu_btn_active{
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #fff701;
  padding: 7px 20px 6px 20px;
  border-radius: 12px;
  border-bottom: 2px solid #e6df00;
  font-weight: 600;
  font-size: clamp(14px, 1vw, 20px);
  font-style: italic;
}

.type_of_btn{
  display: flex;
  border-radius: 12px;
  background-color: #F2F2F2;
  font-weight: 600;
  font-size: clamp(14px, 1vw, 20px);
  justify-content: center;
  align-items: center;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
  padding: 6px 20px 6px 20px;
}

.type_of_btn_active{
  display: flex;
  border-radius: 12px;
  background-color: #1e272e;
  font-weight: 600;
  font-size: clamp(14px, 1vw, 20px);
  justify-content: center;
  align-items: center;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
  padding: 6px 20px 6px 20px;
  color: #FFFFFF;
}

.flex_row{
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.submenu{
  display: flex;
  padding: 20px 0 0 0;
}

.subfilter{
  display: flex;
  padding: 0;
}

.new_submenu{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.main_buttons{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
}

.new_submenu_1{
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.main_btn{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 6px 0 6px 0;
  border-radius: 12px;
  background-color: #F2F2F2;
  font-weight: 600;
  font-size: 14px;
  justify-content: center;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
}

.main_btn:hover{
  background-color: #DDDDDD;
}

.main_btn_active{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 6px 0 6px 0;
  border-radius: 12px;
  background-color: #1e272e;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 14px;
  justify-content: center;
}

.submenu_btn{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 6px 20px 6px 20px;
  border-radius: 12px;
  background-color: #F2F2F2;
  font-weight: 600;
  font-size: 14px;
  justify-content: center;
}

.submenu_btn_unset{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 7px 20px 6px 20px;
  font-weight: 600;
  font-size: 14px;
  justify-content: center;
}

.filter{
  display: flex;
  flex-direction: column;
  box-shadow: none;
  transition: box-shadow 0.3s ease;
}

.display_form_panel{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 20px 0 0 0;
}

.filter_hidden{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
  grid-column: 1 / -1;
}

.build_numbers{
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  overflow: hidden;
}

.width_1{
  font-size: 13px;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
}

.inputs_filter{
  width: 100%;
  height: 38px;
  border: 1px solid #DEDEDE;
  border-radius: 3px;
  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: 3px 3px 0 0;
}

.hidden_values{
  position: absolute;
  top: -10000px;
}

.width_2{
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;

}

.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 3px 3px;
  overflow: auto;
}

.checkbox_filter input[type="checkbox"] {
  display: none;
}

.checkbox_filter label {
  float: left;
  width: 100%;
  font-size: 13px;
  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-color: #e6df00;
  color: #3D3D3D;
}

.min_values{
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 13px;
  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: #e6df00;
  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;
}

.inputs_filter_left{
  width: 100%;
  height: 38px;
  border: none;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  border-left: 1px solid #DEDEDE;
  border-radius: 3px 0 0 3px;
  padding: 0 15px 0 15px;
  outline: none;
  font-size: 13px;
  font-weight: 400;
  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: 38px;
  border: none;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  border-right: 1px solid #DDD;
  border-radius: 0 3px 3px 0;
  padding: 0 15px 0 15px;
  outline: none;
  font-size: 13px;
  font-weight: 400;
  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_button{
  height: 38px;
  border: none;
  border-radius: 12px;
  padding: 2px 20px 2px 20px;
  outline: none;
  color: #FFFFFF;
  border-bottom: 2px solid #1e272e;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
  transition: all 0.2s;
  background-color: #1e272e;
}

.filter_button:hover{
  cursor: pointer;
  color: #3D3D3D;
  transition: all 0.2s;
  background-color: #fff701;
  border-bottom: 2px solid #e6df00;
}

.filter_reset_mobile{
  height: 38px;
  border: none;
  padding: 0px 20px 0 20px;
  background-color: #F2F2F2;
  font-size: 20px;
  border-radius: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  color: #999999;
  transition: all 0.2s;
}

.filter_reset_mobile:hover{
  cursor: pointer;
  transition: all 0.2s;
  color: #444444;
}

.filter_more{
  height: 38px;
  border: none;
  padding: 0px 20px 0 20px;
  background-color: #F2F2F2;
  font-size: 20px;
  border-radius: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  color: #999999;
  transition: all 0.2s;
}

.filter_more:hover{
  cursor: pointer;
  color: #3D3D3D;
  transition: all 0.2s;
}



























.footer{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 50px;
  background-color: #F2F2F2;
  overflow: hidden;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
  margin: 0 0 20px 0;
  flex-shrink: 0;
}

.footer_1{
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer_1_1{
  display: flex;
  align-items: center;
}

.footer_1_2{
  display: flex;
  flex-direction: column;
  font-size: 12px;
  justify-content: center;
  gap: 5px;
}

.footer_2{
  
}

.footer_3{
  display: flex;
  align-items: center;
}

.footer_3_pic{
  height: 26px;
}

.under_footer{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  padding: 0 0 20px 0;
  font-weight: 400;
  font-size: 12px;
  color: #888888;
}

.under_footer_main{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}




























.object{
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  background-color: #FFFFFF;
  overflow: hidden;
  border-bottom: 2px solid #DEDEDE;
  padding: 0 0 3px 0;
}

.object:hover{
  border-bottom: 2px solid #e6df00;
}

.object_pics{
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
}

.object_price_per_metres{
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 14px;
  font-weight: 400;
  background-color: #FFFFFF;
  padding: 5px 10px;
  border-radius: 12px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
  z-index: 8888;
}

.object_price_change_price{
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 13px;
  font-weight: 500;
  background-color: #FFFFFF;
  padding: 5px 10px;
  border-radius: 12px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;

  color: #f53b57;
}

.object_pic{
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.object:hover .object_pic {
  transform: scale(1.05);
}

.object_price{
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

.object_price_1{
  font-weight: 600;
  font-size: 20px;
  color: #3d3d3d;
  background-color: #fff701;
  padding: 5px 20px 5px 20px;
  border-bottom: 2px solid #e6df00;
  border-radius: 0 0 12px 12px;
  position: relative;
}

.object_price_2{
  font-weight: 400;
  font-size: 11px;
  color: #3d3d3d;
  background-color: #F8F8F8;
  padding: 5px 10px 4px 10px;
  border-radius: 12px;
  position: relative;
  display: flex;
  align-items: center;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
}

.object_title{
  display: block;
  flex-direction: row;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 15px;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.object_params{
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-weight: 400;
  font-size: 13px;
  padding: 0 20px 10px 20px;
  color: #888888;
}

.content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.counts{
  display: none;
}

.first_content{
  display: flex;
  margin: 20px 0 20px 0;
}


















.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{
  background-color: #1e272e;
  padding: 7px 20px 7px 20px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 12px;
  transition: all 0.20s;
}

.back_site:hover{
  background-color: #4b4f53;
  transition: all 0.20s;
}

.front_site{
  background-color: #1e272e;
  padding: 7px 20px 7px 20px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 12px;
  transition: all 0.20s;
}

.front_site:hover{
  background-color: #4b4f53;
  transition: all 0.20s;
}

.text_dec{
  text-decoration: none;
  color: #FFFFFF;
}

.pagination_pages{
  font-size: 14px;
  font-weight: 500;
}

.content > :last-child {
  grid-column: 1 / -1;
}

.current_an{
  font-weight: 600;
  color: #f53b57;
}

.main_pic_n_params{
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
}

.inside_pic{
  display: flex;
  flex: 2;
  height: 550px;
  background-color: #DDDDDD;
  border-radius: 12px;
  margin: 20px 0 20px 0;
}

.inside_params{
  display: flex;
  flex: 1;
  background-color: #F2F2F2;
  border-radius: 12px;
  margin: 20px 0 20px 0;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
}

.inside_params_desktop{
  display: flex;
  flex-direction: column;
  background-color: #F2F2F2;
  border-radius: 12px;
  margin: 20px 0 20px 0;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
}

.inside_object_params{
  display: flex;
  flex-direction: column;
  padding: 20px;
  width: 100%;
}

.inside_params_other_1{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 1px dashed #CCC;
  padding: 5px 0;
  align-items: center;
}

.inside_params_other_1:last-child {
  border-bottom: none;
}

.params_flex_3{
  
}

.params_flex_4{
  font-weight: 500;
}

.inside_pics {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex: 1;
  background-color: #eee;
  overflow: hidden;
  height: 550px;
  border-radius: 12px;
}

.image-counter {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  padding: 4px 10px;
  border-radius: 8px;
  font-size: 24px;
  font-weight: 600;
  z-index: 10;
}

.arrow-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff701;
  border: none;
  padding: 7px  9px;
  cursor: pointer;
  z-index: 10;
  color: #3D3D3D;
  border-radius: 50%;
  border: 2px solid #F9F9F9;
  transition: all 0.2s;
}

.arrow-btn:hover {
  cursor: pointer;
  background-color: #e6df00;
  transition: all 0.2s;
}

.arrow-left {
  left: 20px;
}
.arrow-right {
  right: 20px;
}

.inside_main_pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.main_pic{
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}

.inside_desc_manager_under{
  display: flex;
  flex-direction: row;
  overflow: hidden;
  box-sizing: border-box;
  gap: 20px;
  align-items: flex-start;
}

.inside_pics_params_under{
  display: flex;
  flex-direction: row;
  overflow: hidden;
  box-sizing: border-box;

  overflow-x: hidden; /* Горизонтальний скрол для всього контейнера */
  white-space: nowrap; /* Забороняє переносити блоки */
  -webkit-overflow-scrolling: touch;

  gap: 20px;
}

.scroll-wrapper {
  display: flex;
  flex: 2;
  gap: 10px;
  overflow-x: hidden;
  scroll-snap-type: x mandatory;
  cursor: grab;
  user-select: none;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  box-sizing: border-box;
  margin: 0 0 20px 0;
}

.scroll-wrapper:active {
  cursor: grabbing;
}

.preview_1{
  display: inline-block;
  width: 120px;
  aspect-ratio: 16/11;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 12px;
  background-color: #EEEEEE;
  flex-shrink: 0;
}

.pic_preview{
  width: 100%;
  height: 100%;
  object-fit: cover;

  filter: brightness(0.5);

  scroll-snap-align: start;
  flex: 0 0 auto;
  transition: all 0.3s ease;

  border-radius: 12px;
  box-sizing: border-box;
}

.pic_preview:hover{
  cursor: pointer;
  filter: brightness(1);
  transform: scale(1.1);
}

.pic_preview.active-thumbnail{
  filter: brightness(1);
  opacity: 1;
  border: 4px solid #fff701;
}

.scroll_wrapper_right{
  display: flex;
  flex-direction: column;
  flex: 1;
  flex-shrink: 0;
}

.inside_price{
  display: flex;
  flex: 1;
  flex-shrink: 0;
  gap: 20px;
  margin: 0 0 20px 0;
}

.inside_price_1{
  font-weight: 600;
  font-size: clamp(18px, 3vw, 50px);
  color: #3d3d3d;
  background-color: #fff701;
  padding: 5px 20px 5px 20px;
  border-bottom: 2px solid #e6df00;
  border-radius: 12px 12px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.inside_price_2{
  display: none;
  border-radius: 12px;
  background-color: #F2F2F2;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
  font-weight: 100;
  font-size: 15px;
  justify-content: center;
  align-items: center;
  font-style: italic;
  padding: 5px 20px 5px 20px;
}

.inside_description{
  display: flex;
  flex: 2;
  white-space: break-spaces;
  margin: 0 0 20px 0;
  background-color: #FFF;
  border-radius: 12px;
  box-sizing: border-box;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
}

.inside_manager{
  display: flex;
  flex: 1;
  margin: 0 0 20px 0;
}

.padding_20{
  padding: 20px;
}


















































.inside_manager{
  display: flex;
  flex-direction: column;
}

.manager{
  display: flex;
  flex-direction: row;
  height: 100px;
  overflow: hidden;
  border-radius: 12px;
  background-color: #FFFFFF;
  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: 600;
  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: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  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: 11px 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: #fff701;
  color: #3D3D3D;
  font-weight: 600;
  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: 14px;
  margin: 0 0 10px 0;
  background-color: #F2F2F2;
  border-radius: 12px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
  margin: 0 0 10px 0;
  white-space: break-spaces;
  line-height: 1.5;
}

.params_row{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 1px dashed #CCC;
  padding: 5px 0;
  align-items: center;
}

.params_row:last-child {
  border-bottom: none;
}

.weight500{
  font-weight: 500;
}

.photo{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background-color: #f7f1e3;
}

.inside_titles{
  font-size: 20px;
  font-weight: 600;
}

.inside_descriptions{
  line-height: 1.5;
  font-size: 15px;
}

.coo{
  display: flex;
  flex-direction: column;
  gap: 25px;
}











.managers_main{
  display: flex;
  flex-direction: column;
  padding: 50px 20px;
  position: relative;
  z-index: 100;
  background-color: #FFFFFF;
  box-sizing: border-box;
  color: #3d3d3d;
}

.managers_main_title{
  display: flex;
  justify-content: center;

}

.catalog_color_white_5{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  font-weight: 500;
  font-size: clamp(18px, 3vw, 50px);
  color: #3d3d3d;
}

.catalog_color_white_6{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  font-weight: 500;
  font-size: clamp(18px, 3vw, 50px);
  color: #FFFFFF;
}

.managers_main_list{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.our_team_block{
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 200px;
  gap: 10px;
}

.our_team_pic{
  width: 100%;
  border-radius: 200px;
  object-fit: cover;
  aspect-ratio: 1;
  border: 5px solid #fff701;
  box-sizing: border-box;
  transition: all 0.3s;
}

.our_team_pic:hover{
  transform: scale(1.05);
  transition: all 0.3s;
}

.our_team_name{
  font-weight: 500;
  font-size: clamp(12px, 1vw, 20px);
  white-space: nowrap;
}

.our_maps_here{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  gap: 20px;
  font-family: 'FixelDisplay-Bold', sans-serif;
  background-color: #1e272e;
}