body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  color: #2f3542;
}

button{
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

input{
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.up_line{
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 0 20px;
  background-color: #2f3542;
  color: #FFFFFF;
  height: 60px;
  border-radius: 0 0 14px 14px;
}

.color_titany{
  font-family: "Tilt Warp", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  color: #F2F2F2;
}

.color_titany a{
  text-decoration: none;
}

.menu{
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.up_line_phones{
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 400;
  justify-content: center;
}

.up_line_phones a{
  text-decoration: none;
  color: #FFFFFF;
}

.list_objects{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 20px;
}

.object_in_list{
  display: flex;
  flex-direction: column;
  background-color: #F7F7F7;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  overflow: hidden;
}

.object_in_list_pic{
  aspect-ratio: 1/1;
  overflow: hidden;
  padding: 10px;
  border-radius: 8px;

  position: relative;
  z-index: 999;
  background-color: #EEEEEE;
}

.pic_cover_list{
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.object_in_list_title{
  display: flex;
  flex-direction: column;
  padding: 20px 10px 8px 10px;
  margin: -10px 0 0 0;
  position: relative;
  z-index: 998;
  color: #84817a;
  font-size: 12px;
  gap: 10px;
}

.object_in_list_main{
  font-weight: 800;
}

.object_in_list_params{
  display: flex;
  flex-direction: row;
  font-weight: 400;
  gap: 10px;
}

.object_in_list_prices{
  display: flex;
  flex-direction: row;
  font-weight: 400;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #2f3542;
}

.object_in_list_price{
  position: absolute;
  bottom: 20px;
  right: 10px;
  border-radius: 4px 0 0 4px;
  padding: 4px 6px 4px 6px;
  font-size: 14px;
  font-weight: 700;
  background-color: #4b4b4b;
  color: #FFFFFF;

  display: none;
}

.not_available{
  position: absolute;
  top: 20px;
  right: 10px;
  border-radius: 4px 0 0 4px;
  padding: 0px 5px 1px 5px;
  font-size: 9px;
  font-weight: 400;
  background-color: #FF0000;
  color: #FFFFFF;
}

.title_list{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 20px 20px 0 20px;
}

.title_list_1{
  color: #2f3542;
  font-size: 26px;
  font-weight: 700;
}

.title_list_2{
  display: flex;
  align-items: center;
}

.slogan_list{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 55px;
  font-size: 12px;
  color: #84817a;
}

.slogan_list_1{
  
}

.slogan_list_2{
  
}

.buy_always{
  display: none;

  position: absolute;
  top: 7px;
  right: 26px;
  font-size: 10px;
  font-weight: 300;
  color: #DDDDDD;
}

.buy_always_2{
  display: none;

  position: absolute;
  bottom: 6px;
  right: 37px;
  font-size: 10px;
  font-weight: 300;
  color: #DDDDDD;
}










.crumbs{
  display: flex;
  flex-direction: row;
  gap: 5px;
  font-size: 11px;
  margin: 10px 20px;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.crumbs_current{
  font-weight: 700;
}

.carousel_pics{
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.price{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 20px;
}

.price_row{
  display: flex;
  flex-direction: column;
}

.price_1{
  font-size: 22px;
  font-weight: 700;
  color: #079992;
  
}

.price_2{
  font-size: 11px;
  font-weight: 300;
  color: #999999;
}

.main_params{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 22px;
  font-weight: 700;
  padding: 10px 20px;
  background-color: #F9F9F9;

  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.additional_params{
  margin: 20px 20px;
}

.simple-table {
  width: 100%;
  border-collapse: collapse;
  font-weight: 400;
  font-size: 13px;
}
        
.simple-table th, 
.simple-table td {
  padding: 5px;
  border: 1px solid #ddd;
  text-align: left;
}
        
.simple-table th {
  background-color: #f2f2f2;
  font-weight: bold;

}

.simple-table tr:hover {
  background-color: #2f3542;
  color: #FFFFFF;
  transition: background-color 0.2s ease;
}

.description{
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 20px 20px 20px;
}

.description_title{
  font-size: 22px;
  font-weight: 700;
}

.description_text{
  font-size: 13px;
  font-weight: 300;
  white-space: break-spaces;
  line-height: 1.35;
}

.delivery{
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  background-color: #ffecec;
  margin: 0 0 20px 0;
}

.delivery_title{
  font-size: 22px;
  font-weight: 700;
  color: #ee5253;
}

.delivery_text{
  font-size: 13px;
  font-weight: 300;
}

.category_list{
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  margin: 20px 20px 0 20px;
}

.category_list_1{
  text-align: center;
  background-color: #F9F9F9;
  padding: 8px 0 8px 0;
  border-radius: 4px;
  font-weight: 700;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  font-size: 13px;
}

.category_list_0{
  grid-column: 1 / -1;
  color: #2f3542;
  font-size: 26px;
  font-weight: 800;
  text-align: center;
  border-bottom: 1px dotted #999;
  padding: 0 0 10px 0;
  color: #079992;
}

.text_dec{
  text-decoration: none;
  color: #2f3542;
}

.counts{
  display: none;
}

.a_object{
  text-decoration: none;
}

.filter{
  padding: 20px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 1px solid #EEE;
}




















.build_numbers{
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  overflow: hidden;
}

.width_1{
  font-size: 12px;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
}

.width_2{
  display: flex;
  flex-direction: row;
  margin: 4px 0 0 0;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scrollbar-width: none;
}

.inputs_filter{
  width: 100%;
  height: 34px;
  border: 1px solid #DEDEDE;
  border-radius: 3px;
  padding: 0 15px 0 15px;
  outline: none;
  font-size: 13px;
  font-weight: 400;
  background-color: #F7F7F7;
  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 15px center;
  background-size: 11px;
}

.inputs_filter:focus{
  background-color: #f1ede4;
  border: 1px solid #DEDEDE;
  border-radius: 3px 3px 0 0;
}

.hidden_values{
  position: absolute;
  top: -10000px;
}

.drop_filter_menu_numbers{
  display: none;
  width: 100%;
  max-height: 200px;
  background-color: #f1ede4;
  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: 800;
  background-color: #079992;
  color: #FFFFFF;
}

.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: #079992;
  color: #FFFFFF;
  padding: 3px 5px 2px 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: 800;
}

.filter_button{
  height: 34px;
  border: none;
  border-radius: 3px;
  padding: 3px 15px 0 15px;
  outline: none;
  background-color: #2f3542;
  color: #FFFFFF;
  border-bottom: 3px solid #000000;
  transition: all 0.2s;
}

.filter_button:hover{
  background-color: #000000;
  transition: all 0.2s;
}

.filter_reset_mobile{
  height: 34px;
  border: none;
  border-radius: 3px;
  padding: 3px 15px 0 15px;
  outline: none;
  background-color: transparent;
  color: #84817a;
  border-bottom: 3px solid transparent;
  transition: all 0.2s;
  /*! font-weight: 800; */
}

.filter_more_mobile{
  height: 34px;
  border: none;
  border-radius: 3px;
  padding: 0 15px 0 15px;
  outline: none;
  background-color: transparent;
  color: #84817a;
  transition: all 0.2s;
  font-weight: 700;
  display: flex;
  font-size: 14px;
  align-items: center;
}

.width_buttons{
  width: 100%;
  display: flex;
  gap: 20px;
  grid-column: 1 / -1;
}

.cart{
  position: relative;
}

.cart_count{
  position: absolute;
  font-size: 10px;
  font-weight: 800;
  color: #FFFFFF;
  left: 45%;
  top: -7px;
}

.cancel_filter_grid{
  width: 100%;
  display: flex;
  grid-column: 1 / -1;
}

.filter_hidden{
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

.pagination_site{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 12px;
  align-items: center;
}

.back_site{
  color: #FFFFFF;
  text-decoration: none;
  background-color: #2f3542;
  padding: 9px 12px 9px 12px;
  font-weight: 700;
  border-radius: 4px;
  transition: all 0.15s;
}

.back_site:hover{
  cursor: pointer;
  background-color: #2d4d65;
  transition: all 0.15s;
}

.front_site{
  color: #FFFFFF;
  text-decoration: none;
  background-color: #2f3542;
  padding: 9px 12px 9px 12px;
  font-weight: 700;
  border-radius: 4px;
  transition: all 0.15s;
}

.front_site:hover{
  cursor: pointer;
  background-color: #2d4d65;
  transition: all 0.15s;
}

.pagination_100{
  width: 100%;
  grid-column: 1 / -1;
}

.checkbox_add_to_cart input[type="checkbox"] {
  display: none;
}

.checkbox_add_to_cart label {
  background-color: #2f3542;
  color: #FFF;
  font-size: 17px;
  font-weight: 700;
  border-radius: 4px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 15px 0 15px;
  transition: all 0.2s ease-in-out, width 0.2s ease-in-out;
  cursor: pointer;
}

.checkbox_add_to_cart input[type="checkbox"]:checked+label {
  color: #FFFFFF;
  background-color: #079992;
  cursor: pointer;
}

.cart_list{
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px;
}

.cart_object{
  display: flex;
  flex-direction: row;
  background-color: #F9F9F9;
  border-radius: 8px;
  height: 90px;
  padding: 10px;
  gap: 10px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.cart_object_promo{
  display: flex;
  flex-direction: row;
  background-color: #F9F9F9;
  border-radius: 8px;
  height: 40px;
  gap: 10px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.cart_object_promo_input{
  flex-grow: 1;
  padding: 10px;
  font-size: 13px;
}

.cart_object_promo_button{
  display: flex;
  width: 130px;
  font-size: 13px;
}

.promo_input{
  background-color: transparent;
  outline: none;
  border: none;
  height: 100%;
  width: 100%;
}

.promo_button{
  background-color: #DDD;
  color: #2F3542;
  box-sizing: border-box;
  border-radius: 8px;
  margin: 5px;
  outline: none;
  border: none;
  width: 100%;
}

.cart_object_count{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background-color: #F1F1F1;
  border-radius: 8px;
  width: 40px;
  align-items: center;
  color: #999999;
}

.cart_object_pic{
  display: flex;
  width: 90px;
  height: 90px;
  border-radius: 8px;
  overflow: hidden;
}

.cart_object_pic_cover{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart_object_info{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.cart_object_info_1{
  font-size: 14px;
  font-weight: 700;
}

.cart_object_info_2{
  display: flex;
  flex-direction: row;
  gap: 5px;
  font-size: 11px;
  font-weight: 400;
}

.cart_object_info_3{
  font-size: 11px;
  font-weight: 400;
}

.cart_object_info_4{
  font-size: 11px;
  font-weight: 400;
  color: #999999;
}

.gray_price{
  color: #999999;
}

.cart_object_count_plus{
  font-weight: 600;
  font-size: 15px;
  user-select: none;
}

.cart_object_count_plus:hover{
  color: #079992;
}

.cart_object_count_count{
  font-weight: 600;
  font-size: 15px;
  user-select: none;
}

.cart_object_count_minus{
  font-weight: 600;
  font-size: 15px;
  user-select: none;
}

.cart_object_count_minus:hover{
  color: #e55039;
}

.cart_total_sum{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 700;
}

.cart_total_input{
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.input_title{
  font-size: 12px;
  font-weight: 400;
}

.input_input{
  box-sizing: border-box;
  overflow: hidden;
}

.this_input{
  width: calc(100% - 22px);
  outline: none;
  border: 1px solid #EEEEEE;
  border-radius: 8px;
  background-color: #F1F1F1;

  font-size: 14px;
  font-weight: 700;

  padding: 10px;
  transition: all 0.15s;
}

.this_input:focus{
  border: 1px solid #CCCCCC;
  transition: all 0.15s;
}

.this_textarea{
  width: calc(100% - 22px);
  outline: none;
  border: 1px solid #EEEEEE;
  border-radius: 8px;
  background-color: #F1F1F1;

  font-size: 14px;
  font-weight: 700;

  padding: 10px;

  resize: none;
  transition: all 0.15s;

  font-family: "Inter", sans-serif;
  font-weight: 700;
}

.this_textarea:focus{
  border: 1px solid #CCCCCC;
  transition: all 0.15s;
}

.borderdd{
  border-top: 1px solid #F1F1F1;
  padding: 20px 0 0 0;
  margin: 5px 0 0 0;
}

.check_button{
  width: 100%;
  outline: none;
  border: none;
  padding: 10px 0 7px 0;
  border-bottom: 3px solid #1e7c78;
  border-radius: 8px;
  color: #FFFFFF;
  background-color: #079992;
  transition: all 0.15s;
}

.check_button:hover{
  transition: all 0.15s;
  background-color: #1e7c78;
}

.check_button:disabled{
  color: #999999;
  border-bottom: 3px solid #dcdde1;
  background-color: #f5f6fa;
  transition: all 0.15s;
}

.cart_button{
  margin: 0 20px 20px 20px;
}

.cart_check{
  display: flex;
  flex-direction: column;
  font-size: 13px;
  font-weight: 400;
  background-color: #e55039;
  color: #FFFFFF;
  border-radius: 8px;
  padding: 10px;
  gap: 5px;
}

.status-good{
  font-size: 14px;
  font-weight: 700;
}

.status-bad{
  font-size: 14px;
  font-weight: 700;
}

.cart_check_good{
  display: flex;
  flex-direction: column;
  font-size: 13px;
  font-weight: 400;
  background-color: #079992;
  color: #FFFFFF;
  border-radius: 8px;
  padding: 10px;
  gap: 5px;
}