body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: 'Rubik', sans-serif;
  color: #222f3e;
  background-color: #F9F9F9;
}

input, textarea, button, select {
  font-family: 'Rubik', sans-serif;
}

.res_res{
  transition: all 0.1s ease-in-out;
}

.block{
  display: flex;
  flex-direction: row;
}

.background{
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 140px;
  background: linear-gradient(155deg, #1e272e 0%, #1e272e 50%, #39444d 100%);
}

.left{
  display: flex;
  flex-direction: column;
  flex: 0.15;
  box-sizing: border-box;
  padding: 20px;
}

.center{
  display: flex;
  flex-direction: row;
  flex: 1;
  background-color: #FFFFFF;
  box-sizing: border-box;
  min-height: 100vh;
  position: relative;
}

.center_inside{
  display: flex;
  flex-direction: column;
  flex: 1;
  box-sizing: border-box;
  border-radius: 0px 15px 0 0;
  min-height: 100vh;
}

.columns{
  display: flex;
  flex-direction: row;
}

.center_1{
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 0.30;
  box-sizing: border-box;
  background-color: #ececec;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}

.center_2{
  display: flex;
  flex-direction: column;
  flex: 1;
  box-sizing: border-box;
  padding: 20px;
  background-color: #F9F9F9;
}

.center_2_1{
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0 0 22px 0;
  font-weight: 400;
  font-size: 18px;
  width: 100%;
}

.center_2_1_margin{
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  padding: 0 0 0 0;
  font-weight: 400;
  font-size: 18px;
  width: 100%;
  height: 40px;
  align-items: center;
  justify-content: space-between;
}

.center_2_1_1{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.more_filter{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.more_filter_1{
  outline: none;
  border: none;
  background-color: #ececec;
  padding: 11px 15px 9px 15px;
  border-radius: 3px;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #E1E1E1;
  margin: 10px 0 0 0;
  color: #84817a;
}

.more_filter_1:hover{
  background: linear-gradient(155deg, #1e272e 0%, #39444d 100%);
  border: 1px solid #1e272e;
  color: #FFFFFF;
  cursor: pointer;
}

.more_filter_reset{
  outline: none;
  border: none;
  background-color: transparent;
  padding: 11px 15px 9px 15px;
  border-radius: 3px;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #F9F9F9;
  margin: 10px 0 0 0;
  color: #84817a;
}

.more_filter_reset:hover{
  color: #1e272e;
  cursor: pointer;
}

.more_filter_2{
  outline: none;
  border: none;
  padding: 12px 15px 10px 15px;
  border-radius: 3px;
  font-weight: 500;
  font-size: 14px;
  margin: 10px 0 0 0;
  color: #84817a;
}

.more_filter_2:hover{
  background-color: #ececec;
  cursor: pointer;
}

.more_filter_close{
  outline: none;
  border: none;
  padding: 12px 15px 10px 15px;
  border-radius: 3px;
  font-weight: 500;
  font-size: 14px;
  margin: 10px 0 0 0;
  color: #84817a;
  display: none;
}

.more_filter_close:hover{
  background-color: #ececec;
  cursor: pointer;
}

.filter_btn{
  width: calc(100% - 20px);
  font-weight: 700;
  color: #84817a;
  text-decoration: none;
}

.filter_btn:hover{
  color: #222f3e;
  cursor: pointer;
}

.inpuvdf{
  padding: 12px;
  outline: none;
  background-color: #ececec;
  border-radius: 3px;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #E1E1E1;
}

.filter_btn_active{
  font-weight: 700;
  color: #222f3e;
  text-decoration: none;
  margin: 0 20px 0 0;
}

.right{
  display: flex;
  flex-direction: column;
  flex: 0.15;
  padding: 20px;
  box-sizing: border-box;
}

.punkt_menu_active{
  position: relative;
  font-weight: 700;
  font-size: 30px;
  display: flex;
  background-color: #FFF;
  background: linear-gradient(155deg, #1e272e 0%, #39444d 100%);
  color: #FFFFFF;
  width: 100%;
  overflow: hidden;
  border-radius: 3px;
}

.menu_absolute_apartments{
  position: absolute;
  overflow: hidden;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 8887;
  opacity: 0.15;

  display: none;
}

.play{
  position: absolute;
  overflow: hidden;
  height: 100%;
  bottom: 40px;
  right: 0;
}

.pic_menu{
  height: 135%;
}

.names{
  position: relative;
  display: flex;
  align-items: center;
  z-index: 8888;
}

.names_slogan{
  position: relative;
  display: flex;
  z-index: 8888;
  font-size: 12px;
  font-weight: 300;
  margin: 0 0 0 2px;
}

.nna{
  display: flex;
  flex-direction: column;
  margin: 10px;
}

.names_2{
  position: relative;
  display: flex;
  align-items: center;
  z-index: 8888;
  color: #222f3e;
}

.punkt_menu{
  position: relative;
  font-weight: 700;
  font-size: 30px;
  display: flex;
  border-bottom: 2px solid #dfe6e9;
  color: #FFFFFF;
  width: 100%;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

.punkt_menu:hover{
  color: #222f3e;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  background-color: #dcdde1;
  border-bottom: 2px solid #95a5a6;
}

.left_background{
  display: flex;
  flex-direction: column;
  flex: 0.15;
  height: 100%;
  box-sizing: border-box;
  padding: 20px;
}

.center_background{
  display: flex;
  flex-direction: row;
  flex: 1;
  height: 100%;
  box-sizing: border-box;
}

.center_1_background{
  display: flex;
  flex-direction: column;
  flex: 0.30;
  height: 100%;
  box-sizing: border-box;
  align-content: center;
  align-items: center;
  justify-content: center;
  padding: 20px 20px 20px 20px;

  position: relative;
}

.center_2_background{
  display: flex;
  flex-direction: row;
  flex: 1;
  height: 100%;
  box-sizing: border-box;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.center_2_background_main{
  display: flex;
  flex-direction: row;
  flex: 1;
  height: 100%;
  box-sizing: border-box;
  padding: 20px;
  align-items: center;
  position: relative;
  justify-content: center;
}

.right_background{
  display: flex;
  flex-direction: column;
  flex: 0.15;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  padding: 20px;
}

.logo_pic{
  width: 70%;
  transition: all 0.15s ease-in-out;
}

.logo_pic:hover{
  opacity: 0.8;
  transition: all 0.15s ease-in-out;
}

.object{
  display: flex;
  flex-direction: row;
  height: 180px;
  padding: 0 0 30px 0;
  transition: all 0.15s;
}

.object:hover{
  transition: all 0.15s;
}

.object_1{
  flex: 1;
  margin: 0 20px 0 0;
}

.object_2{
  display: flex;
  flex-direction: row;
}

.object_3{
  flex: 1;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.object_pic_1{
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 3px;
}

.object_pic_1_pic{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}

.object_2_margin_right{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 20px 0 0;
}

.object_2_pic2{
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 3px;
}

.object_2_pic3{
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 3px;
}

.object_2_pic4{
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 3px;
}

.object_2_pic5{
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 3px;
}

.object_price{
  font-size: 26px;
  font-weight: 700;
  margin: 0px 0 0 -20px;
  padding: 3px 15px 3px 20px;
}

.object_3_1{
  display: flex;
  flex-direction: column;
  margin: -6px 0 0 0;
}

.object_3_1_1{
  display: flex;
  flex-direction: row;
}

.object_m_kv{
  font-size: 17px;
  font-weight: 700;
  color: #606060;
  padding: 3px 15px 3px 15px;
  border-left: 1px solid #E4E4E4;

  display: flex;
  align-items: center;
}

.object_rooms{
  font-size: 17px;
  font-weight: 700;
  color: #606060;
  padding: 3px 15px 3px 15px;

  display: flex;
  align-items: center;

  border-left: 1px solid #E4E4E4;
}

.object_title{
  font-weight: 500;
  font-size: 20px;
  margin: 10px 0 0 0;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  text-overflow: ellipsis;
}

.object_3_2{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 -3px 0;
}

.street{
  display: flex;
  flex-direction: column;
  color: #606060;
  width: calc(33.33% - 0px);
  margin: 10px 0 0 0;
}

.pre_title{
  font-weight: 300;
  font-size: 13px;
}

.titles_line_2{
  font-weight: 500;
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.parametrs{
  display: flex;
  flex-direction: column;
  width: calc(33.33% - 0px);
  margin: 0 0 20px 0;
}

.parametr_1{
  font-weight: 300;
  font-size: 13px;
  margin: 0 0 2px 0;
}

.parametr_2{
  font-weight: 500;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.parametr_2 a{
  text-decoration: none;
  color: #1e272e;
}

.parametr_2 a:hover{
  text-decoration: underline;
}

.katalog{
  font-size: 47px;
  color: #AEAEAE;
  font-weight: 500;
}

.katalog_main{
  font-size: 47px;
  color: #FFFFFF;
  font-weight: 500;
}

.katalog_inside{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 34px;
  color: #FFFFFF;
  font-weight: 500;
}

.neruh{
  font-size: 24px;
  color: #AEAEAE;
  font-weight: 300;
  margin: -10px 0 0 2px;
}

.center_1_1{
  display: flex;
  flex-direction: row;
  margin: 0 0 12px 0;
}

.center_1_1_1{
  display: flex;
  flex-wrap: wrap;
}

.center_link{
  flex: 1;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  color: #84817a;
  transition: all 0.15s ease-in-out;
  text-align: center;
  padding: 10px 0 10px 0;
}

.center_link:hover{
  transition: all 0.15s ease-in-out;
  color: #1e272e;
}

.center_link_active{
  flex: 1;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  color: #FFFFFF;
  background: linear-gradient(155deg, #1e272e 0%, #39444d 100%);
  text-align: center;
  padding: 10px 0 10px 0;
  border-radius: 3px;
}

.flex1{
  display: flex;
  flex: 1;
}

.sort{
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 20px;
  font-weight: 600;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #6a6867;
  transition: all 0.15s ease-in-out;
  padding: 0;
}

.sort:hover{
  color: #1e272e;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}

.hover01 img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.hover01:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.nothing_find{
  margin: -2px 0 0 0;
  font-weight: 700;
  font-size: 18px;
  color: #222f3e;
}

.a_menu_link{
  display: flex;
  width: 100%;
  text-decoration: none;
}

.aaa{
  text-decoration: none;
  color: #222f3e;
}

.aaa:hover{
  text-decoration: underline;
}

.center_1_inside{
  display: flex;
  flex-direction: column;
  flex: 1;
  box-sizing: border-box;
  padding: 20px 0 0 0;
}

.center_1_inside_row{
  display: flex;
  flex-direction: row;
  flex: 1;
  box-sizing: border-box;
  padding: 0 0 20px 0;
  align-items: flex-start;
}

.flex_11{
  display: flex;
  flex-direction: column;
  flex: 1;
  white-space: break-spaces;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  margin: -2px 20px 0 0;
}

.flex_03{
  display: flex;
  flex-direction: column;
  width: 420px;
  flex-wrap: wrap;
  overflow: hidden;
}

.center_2_inside{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 0.3;
  box-sizing: border-box;
  padding: 20px 0 20px 0;
  background-color: #F9F9F9;
}

.center_2_inside_2{
  display: flex;
  flex-direction: column;
  flex: 0.3;
  box-sizing: border-box;
  padding: 20px 0 20px 0;
  background-color: #F9F9F9;
}

.details_under_price{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-weight: 300;
  font-size: 13px;
  color: #999999;
}

.details_under_price_1{
  
}

.object_inside{
  display: flex;
  height: 400px;
  flex-direction: row;
  margin: 0 0 20px 0;
  transition: all 0.15s;
}

.object_2_pic2_inside{
  width: 190px;
  height: 190px;
  overflow: hidden;
  border-radius: 3px;
}

.object_2_pic3_inside{
  width: 190px;
  height: 190px;
  overflow: hidden;
  border-radius: 3px;
}

.object_2_pic4_inside{
  width: 190px;
  height: 190px;
  overflow: hidden;
  border-radius: 3px;
}

.object_2_pic5_inside{
  width: 190px;
  height: 190px;
  overflow: hidden;
  border-radius: 3px;
}

.what_is{
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  padding: 25px 0;
  color: #696867;
  border-radius: 0 0 3px 3px;
  background-color: #E9E9E9;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  margin: 0 auto;
  width: 80%;
}

.what_is_2{
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  padding: 25px 0;
  color: #696867;
}

.price_insidee{
  display: flex;
  flex-direction: column;
}

.price_inside{
  position: relative;
  font-weight: 700;
  font-size: 50px;
  background-color: #D6D6D6;
  text-align: center;
  padding: 25px 0;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  color: #696867;
  border-radius: 3px 3px 0 0;
}

.price_inside_1_main{
  position: absolute;
  top: -9px;
  left: 4px;
  color: #aaa69d;
  font-size: 34px;
}

.price_inside_2_main{
  position: absolute;
  top: -9px;
  right: 4px;
  color: #aaa69d;
  font-size: 34px;
}

.price_inside_3_main{
  position: absolute;
  bottom: -8px;
  left: 4px;
  color: #aaa69d;
  font-size: 34px;
}

.price_inside_4_main{
  position: absolute;
  bottom: -8px;
  right: 4px;
  color: #aaa69d;
  font-size: 34px;
}

.price_inside_1{
  position: absolute;
  top: 0;
  left: 10px;
  color: #aaa69d;
  font-size: 34px;
}

.price_inside_2{
  position: absolute;
  top: 0;
  right: 10px;
  color: #aaa69d;
  font-size: 34px;
}

.price_inside_3{
  position: absolute;
  bottom: 0;
  right: 10px;
  color: #aaa69d;
  font-size: 34px;
}

.price_inside_4{
  position: absolute;
  bottom: 0;
  left: 10px;
  color: #aaa69d;
  font-size: 34px;
}

.manager{
  position: relative;
  display: flex;
  flex-direction: row;
  height: 120px;
  margin: -20px 0 0 0;
  border-radius: 15px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  width: 117%;
}

.manager_photo{
  width: 120px;
  height: 120px;
  border-radius: 3px 0 0 3px;
  background-color: #EEEEEE;
  overflow: hidden;
}

.manager_info{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  background: linear-gradient(155deg, #1e272e 0%, #1e272e 50%, #39444d 100%);
  border-radius: 0 3px 3px 0;
  flex-grow: 1;
  max-width: calc(100% - 120px);
  color: #FFFFFF;
  box-sizing: border-box;
}

.manager_src{
  width: 120px;
  height: 120px;
}

.manager_info_1{
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

.manager_info_2{
  text-align: center;
  margin: 25px 0 0 0;
  font-weight: 700;
}

.manager_info_3{
  text-align: center;
  margin: -9px 0 0 0;
  font-weight: 400;
}

.manager_absolute_logo{
  position: absolute;
  right: 0;
  bottom: -4px;
  width: 91px;
  opacity: 0.08;
}

.manager_logo_pic{
  width: 100%;
  height: 100%;
}

.manager_absolute_logo_category{
  position: absolute;
  right: 0;
  bottom: -13px;
  width: 68px;
  opacity: 0.08;
}

.columns_2{
  border-top: 1px solid #DEDEDE;
  padding: 20px 0 0 0;
}

.flex_03_1{
  display: flex;
  flex-wrap: wrap;
}

.flex_03_2{
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #DEDEDE;
  padding: 20px 0 0 0;
}

.description_my_link_row{
  margin: 20px 0 0 0;
  display: flex;
  flex-direction: row;
}

.my_link_manager{
  width: 70%;
  padding: 8px;
  border: none;
  outline: none;
  background-color: #E5E5E5;
  border-radius: 3px 0 0 3px;
}

.my_button_manager{
  width: 30%;
  border: none;
  outline: none;
  padding: 8px;
  background-color: #222f3e;
  color: #FFF;
  border-radius: 0 3px 3px 0;
  transition: all 0.2s ease-in-out;
}

.my_button_manager:hover{
  cursor: pointer;
  background-color: #424a54;
  transition: all 0.2s ease-in-out;
}

.logos{
  text-align: center;
}

.my_btn{
  font-size: 20px;
  font-weight: 600;
  color: #1e272e;
  text-decoration: none;
  margin: 0 20px 0 0;
}

.my_btn:hover{
  border-bottom: 3px solid #1e272e;
}

.my_btn_phone{
  font-size: 20px;
  font-weight: 600;
  color: #1e272e;
  text-decoration: none;
  margin: 0 20px 0 0;
}

.main_content_phone{
  font-size: 20px;
  font-weight: 600;
  color: #1e272e;
  text-decoration: none;
  margin: -5px 20px 0 0;
}

.my_btn_active{
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  color: #1e272e;
  border-bottom: 3px solid #1e272e;
  margin: 0 20px 0 0;
}

.rows{
  display: flex;
  flex-direction: row;
}

.bttn_option{
  display: flex;
  flex-direction: column;
}

.reason input[type="radio"] {
  display: none;
}

.reason label {
  border: none;
  outline: none;
  padding: 8px;
  background-color: #222f3e;
  color: #FFFFFF;
  border-radius: 3px;
  display: flex;
  margin: 0 10px 10px 0;
  font-size: 13px;
}

.reason input[type="radio"]:checked+label {
  background-color: #40739e;
  color: #FFFFFF;
}

.reason label:hover {
  cursor: pointer;
}

.row{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 20px 0 0 0;
}

.bttn_inside{
  width: 100%;
  background-color: #E9E9E9;
  padding: 10px 0 10px 0;
  font-size: 14px;
  color: #34495e;
  opacity: 0.3;
  pointer-events: none;
  text-align: center;
  border-radius: 5px;
}

.bttn_inside:hover{
  cursor: pointer;
  background-color: #40739e;
  color: #FFFFFF;
}

.modal {
  display: none;
  position: fixed;
  z-index: 99988;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

/* Стилізація контенту модального вікна */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 300px;
}

/* Кнопка для закриття модального вікна */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.features_inside{
  position: absolute;
  bottom: 5px;
  left: 22px;
  font-size: 13px;
  color: #FFFFFF;
}

.page_number_center{
  display: flex;
  font-weight: 400;
  font-size: 16px;
  justify-content: center;
  border-top: 1px solid #EEE;
  padding: 25px 0 0 0;
}

.pagination{
  display: flex;
  flex-direction: row;
  margin: 20px 0 0 0;
  justify-content: center;
  gap: 20px;
}

.pagination_button{
  display: flex;
  width: 130px;
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  margin: 0 0 30px 0;
  background-color: #1e272e;
  border-radius: 3px;
  padding: 7px 0;
  justify-content: center;
  transition: all 0.2s;
}

.pagination_button:hover{
  transition: all 0.2s;
  width: 140px;
}

.pagination_button_not_allowed{
  display: flex;
  width: 130px;
  color: #1e272e;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  margin: 0 0 30px 0;
  background-color: #EEEEEE;
  border-radius: 3px;
  padding: 7px 0;
  justify-content: center;
}

.pagination_button_not_allowed:hover{
  cursor: not-allowed;
}

.margin_phone{
  width: 100%;
  background-color: transparent;
  height: 92px;
}












.formas2{
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.input_filtera{
  position: relative;
  flex: 0 0 calc(25% - 20px);
  box-sizing: border-box;
  margin: 0 20px 10px 0;
}

.name_inp{
  display: none;
  font-size: 14px;
  color: #2c3e50;
  margin: 0 0 3px 10px;
  font-weight: 500;
}

.build_numbers{
  display: flex;
  flex-direction: row;
}

.inputs_filter{
  width: 100%;
  box-sizing: border-box;
  border: none;
  border: 1px solid #E1E1E1;
  outline: none;
  padding: 12px;
  font-size: 14px;
  background-color: #ececec;
  border-radius: 3px;
}

.inputs_filter:hover{
  background-color: #CCCCCC;
  cursor: pointer;
  border: 1px solid #CCCCCC;
}

.inputs_filter_from{
  width: 100%;
  box-sizing: border-box;
  border: none;
  border-top: 1px solid #E1E1E1;
  border-left: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  outline: none;
  padding: 12px;
  font-size: 14px;
  background-color: #ececec;
  border-radius: 3px 0 0 3px;
}

.inputs_filter_from:focus{
  background-color: #CCCCCC;
  cursor: pointer;
}

.inputs_filter_to{
  width: 100%;
  box-sizing: border-box;
  border: none;
  border-top: 1px solid #E1E1E1;
  border-right: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  outline: none;
  padding: 12px;
  font-size: 14px;
  background-color: #ececec;
  border-radius: 0 3px 3px 0;
}

.inputs_filter_to:focus{
  background-color: #CCCCCC;
  cursor: pointer;
}

.build_numbers{
  display: flex;
  flex-direction: row;
}

.drop_filter_menu_numbers{
  display: none;
  position: absolute;
  bottom: -181px;
  left: 0;
  width: 100%;
  height: 181px;
  background-color: #EEEEEE;
  margin: -1px 0 0 0;
  box-sizing: border-box;
  border-bottom: 1px solid #E1E1E1;
  border-left: 1px solid #E1E1E1;
  border-right: 1px solid #E1E1E1;
  overflow: auto;
  z-index: 9999999;
  border-radius: 0 0 3px 3px;
}

.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: 5px 10px 5px 10px;
  transition: all 0.1s ease-in-out;
}

.checkbox_filter:hover label {
  cursor: pointer;
}

.checkbox_filter input[type="checkbox"]:checked+label {
  transition: all 0.1s ease-in-out;
  background-color: #1e272e;
  color: #FFFFFF;
}

.radio_manager input[type="radio"] {
  display: none;
}

.radio_manager label {
  float: left;
  width: 100%;
  font-size: 13px;
  outline: none;
  box-sizing: border-box;
  overflow: hidden;
  padding: 10px 10px 10px 10px;
  transition: all 0.1s ease-in-out;
}

.radio_manager:hover label {
  cursor: pointer;
}

.radio_manager input[type="radio"]:checked+label {
  transition: all 0.1s ease-in-out;
  background-color: #1e272e;
  color: #FFFFFF;
}

.filter_hide{
  display: none;
}

.filter_hide_quote{
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.formas{
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
}

.small_btn{
  margin: 0 0 0 15px;
  padding: 5px 10px 5px 10px;
  border-radius: 3px 3px 0 0;
  color: #CCC;
  text-decoration: none;
  font-weight: 500;
  border-top: 1px solid #444444;
  border-left: 1px solid #444444;
  border-right: 1px solid #444444;
}

.small_btn:hover{
  background-color: #2e86de;
  transition: all 0.2s ease-in-out;
  color: #FFFFFF;
  border-top: 1px solid #2e86de;
  border-left: 1px solid #2e86de;
  border-right: 1px solid #2e86de;
  cursor: pointer;
}

.neruh_login{
  color: #AEAEAE;
  font-weight: 300;
  position: absolute;
  bottom: 0;
  display: flex;
  right: 20px;
  font-size: 13px;
}

.select_mode{
  display: flex;
  flex-direction: column-reverse;
  position: sticky;
  top: 0;
}

.reso{
  margin: 20px 0 0 0;
  font-size: 13px;
  font-weight: 300;
  word-wrap: anywhere;
}

.submit_copy{
  width: 50%;
  border: none;
  outline: none;
  padding: 8px;
  color: #84817a;
  background-color: transparent;
  border-radius: 3px 0 0 3px;
  transition: all 0.2s ease-in-out;
}

.submit_copy:hover{
  cursor: pointer;
  background-color: #20bf6b;
  transition: all 0.2s ease-in-out;
  color: #FFFFFF;
}

.submit-btn{
  width: 50%;
  border: none;
  outline: none;
  padding: 8px;
  color: #FFFFFF;
  background-color: #2980b9;
  border-radius: 0 3px 3px 0;
  transition: all 0.2s ease-in-out;
}

.submit-btn:hover{
  cursor: pointer;
  background-color: #3498db;
  transition: all 0.2s ease-in-out;
  color: #FFFFFF;
}

.submit_copy:disabled {
  cursor: not-allowed;
}

.submit-btn:disabled {
  cursor: not-allowed;
}

.form{
  display: flex;
  flex-direction: column;
  margin: -20px 0 20px 0;
  border-radius: 0 0 3px 3px;
  padding: 35px 20px 20px 20px;
  background-color: #E9E9E9;
  width: calc(117% - 40px);
}

.form_inside_left{
  width: 100%;
  padding: 10px;
  border: none;
  font-size: 14px;
  font-weight: 400;
  outline: none;
  background-color: #D6D6D6;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  border-radius: 3px 0 0 3px;
}

.form_inside_left:focus{
  transition: all 0.2s ease-in-out;
}

.form_inside_right{
  width: 100%;
  padding: 10px;
  border: none;
  font-size: 14px;
  font-weight: 400;
  outline: none;
  background-color: #D6D6D6;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  border-radius: 0 3px 3px 0;
  border-left: 1px solid #999999;
}

.form_inside_right:focus{
  transition: all 0.2s ease-in-out;
}

.form_inside_button{
  width: 50%;
  border: none;
  outline: none;
  padding: 10px;
  background-color: #222f3e;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
  margin: 10px 0 0 0;
}

.form2{
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}

.kukui{
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 10px 0;
}

.main_pic{
  position: relative;
  height: 76vh;
  transition: opacity 0.3s ease;
}

.main_img{
  z-index: 969;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(35%);
  border-radius: 15px;
}

.main_other{
  position: relative;
  z-index: 970;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  border-radius: 15px;
}

.logo_main_png{
  width: 70%;
}

.main_phone{
  display: flex;
  flex-direction: column;
  font-weight: 700;
  font-size: 26px;
  text-align: center;
}

.main_phone_city{
  font-size: 13px;
  font-weight: 300;
}

.btn_katalog{
  font-weight: 700;
  font-size: 27px;
  color: #FFFFFF;
  padding: 10px 17px;
  border-radius: 7px;
  background: linear-gradient(155deg, #1e272e 0%, #1e272e 50%, #39444d 100%);
  border: 2px solid #FFF;
}

h2{
  margin: 0;
  padding: 3px 0 3px 0;
  font-size: 27px;
  font-weight: 700;
}

h3{
  margin: 0;
  padding: 0;
  font-size: 27px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
}

.about_us{
  padding: 20px 0 20px 0;
  transition: opacity 0.3s ease;
}

.about_us_main{
  top: 0;
  position: sticky;
  padding: 20px 0 20px 0;
  transition: opacity 0.3s ease;
}

.about_us_black{
  display: flex;
  flex-direction: column;
  padding: 40px 0 0 0;
  background: linear-gradient(155deg, #1e272e 0%, #1e272e 50%, #39444d 100%);
  transition: opacity 0.3s ease;
  border-radius: 15px;
}

.about_us_h2{
  display: inline-block;
  background: linear-gradient(155deg, #1e272e 0%, #1e272e 50%, #39444d 100%);
  color: #FFFFFF;
  padding: 5px 17px 4px 20px;
  border-radius: 2px 7px 7px 2px;
  position: relative;
  border-left: 5px solid #aaa69d;
}

.about_us_black_2{
  margin: 30px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
}

.about_us_text{
  white-space: break-spaces;
  text-align: justify;
  margin: 20px 0 0 0;
  font-size: 18px;
}

.about_us_inputs{
  display: flex;
  flex-direction: column;
  margin: 20px 0 0 0;
}

.price_inside_3_main{
  position: absolute;
  bottom: -8px;
  left: 4px;
  color: #aaa69d;
  font-size: 34px;
}

.price_inside_4_main{
  position: absolute;
  bottom: -8px;
  right: 4px;
  color: #aaa69d;
  font-size: 34px;
}

.price_inside_3_mains{
  position: absolute;
  bottom: -8px;
  left: 4px;
  color: #aaa69d;
  font-size: 34px;
}

.price_inside_4_mains{
  position: absolute;
  top: -8px;
  left: 4px;
  color: #aaa69d;
  font-size: 34px;
}

.kvadrat_text{
  font-size: 18px;
  font-weight: 700;
}

.abouts_pic_main{
  height: 200px;
  margin: 0 20px 40px 20px;
  border-radius: 7px;
  width: calc(25% - 40px);
  transition: all 0.2s;
}

.abouts_pic_main:hover{
  opacity: 0.7;
  transition: all 0.2s;
}

.about_us_inputs{
  display: flex;
  flex-direction: column;
  margin: 20px 0 0 0;
}

.inputs_filter2{
  width: 100%;
  box-sizing: border-box;
  padding: 12px;
  border: none;
  border: 1px solid #BEBEBE;
  background-color: #CCCCCC;
  transition: all 0.2s;
  outline: none;
  font-size: 15px;
  border-radius: 3px;
  margin: 0 0 20px 0;
}

.inputs_filter2:focus{
  transition: all 0.2s;
  outline: none;
}

.inputs_button2{
  width: 100%;
  box-sizing: border-box;
  padding: 13px;
  border: none;
  background: linear-gradient(155deg, #1e272e 0%, #1e272e 50%, #39444d 100%);
  transition: all 0.2s;
  outline: none;
  font-size: 17px;
  font-weight: 700;
  border-radius: 3px;
  margin: 0 0 20px 0;
  color: #FFFFFF;
}

.inputs_button_after_send_form{
  width: 100%;
  box-sizing: border-box;
  padding: 13px;
  border: none;
  background: linear-gradient(155deg, #10ac84 0%, #10ac84 50%, #1dd1a1 100%);
  transition: all 0.2s;
  outline: none;
  font-size: 17px;
  font-weight: 700;
  border-radius: 3px;
  margin: 0 0 20px 0;
  color: #FFFFFF;
}

.footer_main{
  text-align: center;
  margin: 50px 0 0 0;
  font-size: 14px;
  font-weight: 300;
  top: 350px;
  position: sticky;
}


.lds-ripple,
.lds-ripple div {
  box-sizing: border-box;
}
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid currentColor;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}

.jpg_download_pics{
  display: flex;
  flex-direction: column;
  margin: 20px 0 0 0;
}

.convert_to_jpg_1{
  width: 100%;
  background-color: #E9E9E9;
  padding: 10px 0 10px 0;
  font-size: 14px;
  color: #34495e;
  text-align: center;
  border-radius: 5px;
  border: none;
  outline: none;
}

.convert_to_jpg_1:hover{
  cursor: pointer;
  background-color: #40739e;
  color: #FFFFFF;
}

.convert_to_jpg_1:disabled{
  pointer-events: none;
}

.convert_to_jpg_2{
  width: 50%;
  background-color: #E9E9E9;
  padding: 10px 0 10px 0;
  font-size: 14px;
  color: #34495e;
  text-align: center;
  border-radius: 0 5px 5px 0;
}

.convert_to_jpg_2:hover{
  cursor: pointer;
  background-color: #40739e;
  color: #FFFFFF;
}

.pic_jpg{
  display: flex;
  flex-direction: column;
  margin: 20px;
}

.pic_jpg_link{
  text-decoration: none;
  color: #999999;
}

.pic_jpg_link:hover{
  text-decoration: underline;
  color: #1e272e;
}

















@media screen and (max-width: 1550px) {

.left{
  display: flex;
  flex-direction: column;
  flex: 0.05;
  box-sizing: border-box;
  padding: 20px;
}

.center{
  display: flex;
  flex-direction: row;
  flex: 1;
  background-color: #FFFFFF;
  box-sizing: border-box;
  border-radius: 0px 15px 0 0;
  min-height: 100vh;
}

.center_1{
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 0.30;
  box-sizing: border-box;
  background-color: #ececec;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}

.center_2{
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  box-sizing: border-box;
  padding: 20px;
}

.right{
  display: flex;
  flex-direction: column;
  flex: 0.05;
  padding: 20px;
  box-sizing: border-box;
}

.left_background{
  display: flex;
  flex-direction: column;
  flex: 0.05;
  height: 100%;
  box-sizing: border-box;
  padding: 20px;
}

.center_background{
  display: flex;
  flex-direction: row;
  flex: 1;
  height: 100%;
  box-sizing: border-box;
}

.center_1_background{
  display: flex;
  flex-direction: column;
  flex: 0.30;
  height: 100%;
  box-sizing: border-box;
  align-content: center;
  align-items: center;
  justify-content: center;
  padding: 20px 20px 20px 20px;
}

.center_2_background{
  display: flex;
  flex-direction: row;
  flex: 1;
  height: 100%;
  box-sizing: border-box;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.center_2_background_main{
  display: flex;
  flex-direction: row;
  flex: 1;
  height: 100%;
  box-sizing: border-box;
  padding: 20px;
  align-items: center;
  position: relative;
  justify-content: center;
}

.right_background{
  display: flex;
  flex-direction: column;
  flex: 0.05;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  padding: 20px;
}

.punkt_menu_active{
  position: relative;
  font-weight: 700;
  font-size: 30px;
  display: flex;
  background-color: #FFF;
  background: linear-gradient(155deg, #1e272e 0%, #39444d 100%);
  color: #FFFFFF;
  width: 100%;
  overflow: hidden;
  border-radius: 3px;
}

.punkt_menu{
  position: relative;
  font-weight: 700;
  font-size: 30px;
  display: flex;
  border-bottom: 2px solid #d1ccc0;
  color: #FFFFFF;
  width: 100%;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

.punkt_menu:hover{
  color: #222f3e;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  background-color: #dcdde1;
  border-bottom: 2px solid #95a5a6;
}

.price_inside{
  position: relative;
  font-weight: 700;
  font-size: 40px;
  background-color: #D6D6D6;
  text-align: center;
  padding: 25px 0;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  color: #696867;
}

.what_is{
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  padding: 25px 0;
  color: #696867;
  border-radius: 0 0 3px 3px;
  background-color: #E9E9E9;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  margin: 0 auto;
  width: 80%;
}

}















@media screen and (max-width: 1380px) {

.left{
  display: flex;
  flex-direction: column;
  flex: 0.01;
  box-sizing: border-box;
  padding: 20px;
}

.center{
  display: flex;
  flex-direction: row;
  flex: 1;
  background-color: #FFFFFF;
  box-sizing: border-box;
  border-radius: 0px 15px 0 0;
  min-height: 100vh;
}

.center_1{
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 0.30;
  box-sizing: border-box;
  background-color: #ececec;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}

.center_2{
  display: flex;
  flex-direction: column;
  flex: 1;
  box-sizing: border-box;
  padding: 20px;
}

.right{
  display: flex;
  flex-direction: column;
  flex: 0.01;
  padding: 20px;
  box-sizing: border-box;
}

.left_background{
  display: flex;
  flex-direction: column;
  flex: 0.01;
  height: 100%;
  box-sizing: border-box;
  padding: 20px;
}

.center_background{
  display: flex;
  flex-direction: row;
  flex: 1;
  height: 100%;
  box-sizing: border-box;
}

.center_1_background{
  display: flex;
  flex-direction: column;
  flex: 0.30;
  height: 100%;
  box-sizing: border-box;
  align-content: center;
  align-items: center;
  justify-content: center;
  padding: 20px 20px 20px 20px;
}

.center_2_background{
  display: flex;
  flex-direction: row;
  flex: 1;
  height: 100%;
  box-sizing: border-box;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.center_2_background_main{
  display: flex;
  flex-direction: row;
  flex: 1;
  height: 100%;
  box-sizing: border-box;
  padding: 20px;
  align-items: center;
  position: relative;
  justify-content: center;
}

.right_background{
  display: flex;
  flex-direction: column;
  flex: 0.01;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  padding: 20px;
}

.punkt_menu_active{
  position: relative;
  font-weight: 700;
  font-size: 30px;
  display: flex;
  background-color: #FFF;
  background: linear-gradient(155deg, #1e272e 0%, #39444d 100%);
  color: #FFFFFF;
  width: 100%;
  overflow: hidden;
  border-radius: 3px;
}

.punkt_menu{
  position: relative;
  font-weight: 700;
  font-size: 30px;
  display: flex;
  border-bottom: 2px solid #d1ccc0;
  color: #FFFFFF;
  width: 100%;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

.punkt_menu:hover{
  color: #222f3e;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  background-color: #dcdde1;
  border-bottom: 2px solid #95a5a6;
}

.filter_btn{
  font-weight: 700;
  font-size: 18px;
  color: #84817a;
  text-decoration: none;
  margin: 0 20px 0 0;
}

.price_inside{
  position: relative;
  font-weight: 700;
  font-size: 40px;
  background-color: #D6D6D6;
  text-align: center;
  padding: 25px 0;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  color: #696867;
}

.katalog_inside{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 30px;
  color: #FFFFFF;
  font-weight: 500;
}

.what_is{
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  padding: 25px 0;
  color: #696867;
  border-radius: 0 0 3px 3px;
  background-color: #E9E9E9;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  margin: 0 auto;
  width: 80%;
}

}