body {
  padding:0;
  margin:0;
  font-family: 'Roboto', monospace;
  background:#fff;
  font-size: 14px;
  color: #4f4f4f;
}
.no-scroll {
  overflow: hidden;
  position: relative;
}

a{
  color:#3e607d;
  text-decoration:none;
}
input[type=submit]{cursor:pointer;}

.clearfix:after{
  content:'';
  display:block;
  clear:both;
}
.hide{
  display: none !important;
}

.btn{
  display: inline-block;
  border-radius: 6px;
}

.width_1180{
  max-width: 1180px;
  margin: auto;
}

.header{
  padding: 17px 0 14px 0;
  background: #fff;
}
.header_left{
  float:left;
}

.header_right{
  float: right;
  padding-top: 9px;
}

.logo{
  display: inline-block;
  margin-right: 18px;
}

.header_title{
  display: inline-block;
  border-left: 1px solid #c6c6c6;
  font-size: 20px;
  font-weight: bold;
  padding-left: 18px;
  line-height: 27px;
  position: relative;
  top: -19px;
}
.header_city{
  font-size: 22px;
}

.city_map{
  background: #f4f2ed;
  padding: 2px 12px 8px 12px;
  border: 1px solid #d0d0d0;
  font-size: 15px;
  color: #4f4f4f;
  cursor: pointer;
}
.city_map:before{
  content: '';
  display: inline-block;
  width: 14px;
  height: 20px;
  margin-right: 7px;
  position: relative;
  top: 5px;
  background: url(/img/new/city.svg) 50% 50% no-repeat;
}

.footer{
  background: url(/img/new/filter_bg.png);
  height: 89px;
  padding-top: 23px;
  box-sizing: border-box;
  margin-top: 40px;
  clear: both;
}
.footer .logo{
  float: left;
}
.footer_city{
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-left: 1px solid #939088;
  padding: 9px 0 9px 20px;
  float: left;
}
.footer_right{
  float: right;
  padding-top: 13px;
}
.footer_link{
  font-size: 14px;
  color: #fff;
  margin-left: 30px;
}
.footer .add_profile{
  color: #fff;
  margin-left: 30px;
}

.login{
  background: #5d5747;
  padding: 2px 12px 8px 12px;
  border: 1px solid #5d5747;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  margin: 0 8px;
}
.login:before{
  content: '';
  display: inline-block;
  width: 18px;
  height: 20px;
  margin-right: 7px;
  position: relative;
  top: 5px;
  background: url(/img/new/login.svg) 50% 50% no-repeat;
}
.registration{
  background: #ff5a11;
  padding: 8px 12px 8px 12px;
  border: 1px solid #ff5a11;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
}

.filter{
  background: url(/img/new/filter_bg.png);
  height: 47px;
  padding-top: 13px;
  text-align: center;
}

.filter_mobile{
  display: none;
}

.mobile_menu{
  background: url(/img/new/mobile_menu.svg) 50% 50% no-repeat;
  height: 22px;
  width: 26px;
  float: left;
  cursor: pointer;
}
.mobile_menu.open{
  background-image: url(/img/new/mobile_menu_close.svg);
}
.mobile_filter{
  background: url(/img/new/mobile_menu.svg) 50% 50% no-repeat;
  height: 22px;
  width: 26px;
  float: right;
  cursor: pointer;
}
.mobile_filter.open{
  background-image: url(/img/new/mobile_menu_close.svg);
}
.mobile_map{
  background: url(/img/new/city_mobile.svg) 50% 50% no-repeat;
  height: 22px;
  width: 26px;
  float: right;
}
.mobile_login{
  background: url(/img/new/login_mobile.svg) 50% 50% no-repeat;
  height: 22px;
  width: 26px;
  float: right;
  margin: 0 22px 0 10px;
}

.filter_title{
  font-size: 17px;
  color: #fff;
  font-weight: 500;
}

.filter_btn{
  background: #f8f2e4;
  border: 1px solid #f8f2e4;
  text-align: center;
  width: 204px;
  font-weight: bold;
  padding: 1px 0 7px 0;
  margin-left: 18px;
  color: #4f4f4f;
  cursor: pointer;
}
.filter_btn:before{
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  position: relative;
  top: 4px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.filter_btn.param:before{ background-image: url(/img/new/filter_parameters.svg) }
.filter_btn.map:before{ background-image: url(/img/new/filter_map.svg) }
.filter_btn.metro:before{ background-image: url(/img/new/filter_metro.svg) }
.filter_btn.rayon:before{ background-image: url(/img/new/filter_rayon.svg) }

.under_filter{
  background: #f2f0ea;
  border-bottom: 1px solid #d3cfc6;
  padding: 10px 10px;
}
.add_profile{
  float: right;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  padding-left: 25px;
}
.add_profile:before{
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  background: url(/img/new/add_profile.svg) 50% 50% no-repeat;
}
.under_filter_span{
  font-size: 15px;
  font-weight: bold;
  color: #554e3f;
  text-transform: uppercase;
}
.vert_line{
  height: 18px;
  width: 0px;
  border-left: 1px dashed #554e3f;
  margin: 0 10px;
}

.sidebar{
  float: left;
  width: 212px;
  padding-top: 15px;
}

.sidebar_link{
  color: #4f4f4f;
  background: #ede6d4;
  display: block;
  margin-bottom: 4px;
  font-weight: bold;
  border-radius: 6px;
  padding: 9px 11px;
}

.form_title{
  padding: 30px 0 15px 0;
  font-size: 18px;
  font-weight: bold;
}
.form_label{
  display: inline-block;
}
.label_width_s1{
  width: 133px;
}
.label_width_s2{
  width: 97px;
}

.form_input{
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 4px 0;
  text-align: center;
}
.size_1{
  width: 30px;
}
.size_2{
  width: 48px;
}


.polzunok-container * {
    box-sizing: border-box;
    outline: none;
}
.polzunok-container {
  margin-bottom: 25px;
  margin-top: 10px;
  padding: 10px 5px;  
}
.polzunok-container:after {
    content: "";
    clear: both;
    display: table;
}
.polzunok-container .ui-slider {
    position: relative;
    background: #d3cfc6;
    height: 2px;
}
.polzunok-container .ui-slider .ui-slider-handle {
    position: absolute;
    margin-left: -7px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    border-radius: 50%;
    top: -6px;
    background: linear-gradient(180deg,rgba(186, 186, 186, 1) 0%, rgba(125, 125, 125, 1) 100%);
    z-index: 2;
    transition: transform 0.2s, border 0.4s;
}
.polzunok-container .ui-slider .ui-slider-handle:hover,
.polzunok-container .ui-slider .ui-slider-handle:focus {
    transform: scale(1.2);
    border: 4px solid #337AB7;
}

.polzunok-container .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  height: 2px;
  border: 0;
  background: #ff5a11;
}

.form_filter_submit{
  text-transform: uppercase;
  background: #ff5a11;
  border: 1px solid #ff5a11;
  border-radius: 6px;
  width: 100%;
  color: #fff;
  font-weight: bold;
  padding: 9px 0;
  margin-bottom: 10px;
}

.link_filter_block{
  background: #faf7f0;
  margin-top: 16px;
  border-radius: 6px;
  padding: 18px 19px 22px 19px;
}
.lfb_title{
  font-size: 17px;
  font-weight: bold;
  padding-bottom: 10px;
}

.lfb_link{
  display: block;
  background: url(/img/new/arrow_menu.svg) 0 42% no-repeat;
  padding: 7px 0 7px 15px;
  color: #4f4f4f;
}

.right_content{
  margin-left: 234px;
}
.page_title{
  font-size: 28px;
  text-transform: uppercase;
  margin: 0;
  padding: 22px 0;
}
.profiles_list{
  display: flex;
  flex-wrap: wrap;
  margin-left: -7px;
}
.profile_item_block{
  width: 33.3%;
  margin-bottom: 17px;
  min-width: 308px;
}
.profile_item{
  width: 288px;
  border-radius: 8px;
  box-shadow: 0 0 10px #ebebeb;
  margin: auto;
  padding: 10px;
}
.profile_name{
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 6px;
}
.profile_left{
  float: left;
  width: 153px;
}
.profile_img_link{
  display: inline-block;
  width: 100%;
  margin-bottom: 7px;
  position: relative;
  
}
.profile_photo{
  display: block;
  width: 100%;
}

.profile_icons.is_vip{
  position: absolute;
  top: 5px;
  right: 5px;
  width: 32px;
  height: 29px;
  background: url(/img/new/vip.svg) 50% 50% no-repeat;
  border-radius: 6px;
}
.profile_icons.is_verified{
  position: absolute;
  bottom: 5px;
  left: 5px;
  right: 5px;
  background: #fff;
  border-radius: 20px;
  font-size: 11px;
  color: #272727;
  padding: 7px 0 7px 30px;
  opacity: 0.85;
}
.profile_icons.is_verified:before{
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 3px;
  left: 3px;
  background: url(/img/new/photo_verified.svg) 50% 50% no-repeat;
}

.metro_rayon{
  height: 17px;
  margin-top: 9px;
}
.location{
  font-size: 13px;
  display: inline-block;
  border-bottom: 1px dashed #5a5a5a;
  color: #5a5a5a;
  position: relative;
  margin-left: 26px;
}
.location a{
  color: #5a5a5a;
}
.location:before{
  content: '';
  position: absolute;
  width: 18px;
  height: 14px;
  left: -26px;
  top: 2px;
  background: url(/img/new/anketa_metro.svg) 50% 50% no-repeat;
}
.location_rayon{
  font-size: 13px;
  display: inline-block;
  border-bottom: 1px dashed #5a5a5a;
  color: #5a5a5a;
  position: relative;
  margin-left: 23px;
}
.location_rayon a{
  color: #5a5a5a;
}
.location_rayon:before{
  content: '';
  position: absolute;
  width: 15px;
  height: 12px;
  left: -23px;
  top: 2px;
  background: url(/img/new/rayon.svg) 50% 50% no-repeat;
}

.profile_right{
  margin-left: 162px;
}
.profile_parametrs{
  font-size: 13px;
  color: #5a5a5a;
  line-height: 23px;
  margin-bottom: 7px;
}
.profile_parametrs b{
}
.profile_apartaments .price{
  display: block;
  background: #f6f2e8;
  color: #5a5a5a;
  border-radius: 4px;
  margin-bottom: 6px;
  padding: 6px 3px;
}
.profile_apartaments .price_bold{
  font-weight: bold;
}
.apartments, .departure{
  color: #5a5a5a;
  font-size: 13px;
  font-weight: 500;
  position: relative;
  padding-left: 20px;
  margin: 5px 0;
}
.apartments_departure{
  padding-top: 5px;
  padding-bottom: 1px;
  height: 45px;
}
.apartments:before, .departure:before{
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
}
.apartments:before{
  background: url(/img/new/anketa_apartments.svg) 50% 50% no-repeat;
}
.departure:before{
  background: url(/img/new/anketa_departure.svg) 50% 50% no-repeat;
}
.profile_link{
  background: #f7eccf;
  padding: 9px 0;
  color: #4f4f4f;
  font-weight: 500;
  display: block;
  text-align: center;
  margin-top: 10px;
}
.profile_link:hover{
  color: #fff;
  background: #ff5a11;
}

.pagination{
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 0 20px 0;
}
.pagination .active{
  color: #fff;
  background: #ff5a11;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  margin: 0 3px;
}
.pagination_link{
  color: #4f4f4f;
  display: inline-block;
  padding: 2px 8px;
  margin: 0 3px;
}
.bottom_text p{
  line-height: 22px;
}
.bottom_text h2{
  font-size: 20px;
}
.bottom_text h3{
  font-size: 17px;
}

.breadcrumbs{
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 20px;
  white-space: nowrap;
  overflow: auto;
}
.breadcrumbs a{
  color: #ff5a11;
  text-decoration: underline;
}
.breadcrumbs span{
  font-weight: bold;
}
.profile_content{
  padding-bottom: 25px;
}
.photos_block{
  width: 243px;
  float: left;
  padding-bottom: 20px;
}
.other_photo_block{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.other_photo{
  display: inline-block;
  width: 115px;
  margin-bottom: 10px;
}
.other_photo_block .other_photo:first-child{
  width: 270px;
}
.other_photo img{
  width: 100%;
  display: block;
}

.profile_data{
  margin-left: 270px;
}

.profile_price_block{
  display: flex;
  flex-direction: row;
  grid-gap:20px;
}
.profile_price{
  width: 220px;
}

.profile_price_title{
  font-size: 15px;
  margin-bottom: 14px;
  font-weight: 500;
}

.profile_price_item{
  display: block;
  background: #f5f0dd;
  font-size: 15px;
  color: #5a5a5a;
  border-radius: 4px;
  margin-bottom: 7px;
  padding: 7px 10px;
}
.profile_price_name{
  display: inline-block;
  width: 48%;
}
.profile_price_value{
  font-weight: bold;
}

.phone{
  font-size: 22px;
  font-weight: bold;
  padding: 20px 0 20px 36px;
  background: url(/img/new/phone.svg) 0 50% no-repeat;
}

.phone_info{
  background: #faf7f0;
  padding: 12px 18px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.departure_info{
  padding-bottom: 18px;
}
.departure_title{
  color: #272727;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px;
}
.departure_list{
  padding: 0;
  margin: 0;
  list-style: none;
  column-count: 2;
  width: 320px;
}
.departure_list li{
  background: url(/img/new/check.svg) 0 50% no-repeat;
  padding: 3px 0 3px 20px;
  color: #272727;
}
.pi_mobile{
  display: none;
}
.photo_info{
  position: relative;
  padding: 10px 0 10px 200px;
  background: #faf7f0;
  border-radius: 21px;
  margin-bottom: 20px;
}
.photo_check{
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #6dbd2c url(/img/new/photo_verified_white.svg) 6px 50% no-repeat;
  padding: 8px 20px 8px 38px;
  border-radius: 21px;
}

.profile_params{}
.profile_params_title{
  font-size: 20px;
  font-weight: bold;
}
.params_items_block{
  margin-bottom: 20px;
}
.params_items_block .param_item:last-child{
  border: 0;
}
.param_item{
  border-bottom: 1px solid #e1dfd9;
  padding: 7px 0;
}
.param_name{
  width: 50%;
  display: inline-block;
}
.param_value{
  font-weight: 500;
}
.param_value a{
  color: #4f4f4f;
  border-bottom: 1px dashed #4f4f4f;
}

.profile_about{
  margin-bottom: 20px;
}

.about_title{
  font-size: 20px;
  font-weight: bold;
}
.about_text{
  background: #faf7f0;
  padding: 15px 20px;
  border-radius: 6px;
  line-height: 20px;
}

.profile_services{
  
}
.services_items_block{
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto auto;
  grid-auto-flow: column;
}
.service_item{
  
}
.services_title{
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

.service_name{
  font-size: 17px;
  font-weight: bold;
  padding-bottom: 5px;
}
.sevices_list{
  padding: 0 0 10px 0;
  margin: 0;
  list-style: none;
  width: 220px;
}
.sevices_list li{
  background: url(/img/new/check.svg) 0 7px no-repeat;
  padding: 3px 0 3px 20px;
  color: #272727;
  margin-bottom: 3px;
}
.sevices_list li a{
  color: #272727;
}
.sevices_list li a:hover{
  border-bottom: 1px dashed #272727;
}
.dop_price{
  font-size: 12px;
  color: #ff5a11;
  padding-top: 3px;
}

.map_title{
  font-size: 17px;
  font-weight: bold;
  padding-bottom: 5px;
}

.other_profile_title{
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 5px;
  clear: both;
}

.other_profiles{
  display: flex;
  justify-content: flex-start;
  grid-gap: 10px;
  overflow: auto;
  padding: 10px 0 10px 10px;
  margin: 0 -10px;
}
.profiles_item{
  width: 160px;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 0 10px #ebebeb;
}

.other_profile_name{
  font-weight: bold;
  padding-bottom: 5px;
}
.other_link{
  width: 160px;
  display: inline-block;
}
.other_link img{
  display: block;
  width: 100%;
}

.show_all_friends{
  font-size: 15px;
  color: #4f4f4f;
  display: inline-block;
  border-bottom: 1px dashed #4f4f4f;
}

.service_search_block{
  background: #faf7f0;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 5px;
}
.search_item{
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto auto;
  /*grid-auto-flow: column;**/
}
.services_collum{
  padding-bottom: 10px;
}
.service_name_block{
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 15px;
}
.label_checkbox{
  position: relative;
  font-size: 15px;
  padding: 5px 0 5px 30px;
  cursor: pointer;
  display: inline-block;
}
.label_checkbox:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  top: 2px;
  left: 0;
}
.input_checkbox:checked+.label_checkbox:before {
  background: url(/img/new/check_box.svg) 50% 50% no-repeat;
  background-color: #cdc296;
  border-color: #cdc296;
}

.label_checkbox.checkbox_to_right{
  padding: 5px 40px 5px 0;
}
.label_checkbox.checkbox_to_right:before{
  top: 2px;
  right: 0;
  left: auto;
}


.search_params_metro_block{
  display: flex;
  grid-gap: 25px;
  margin-bottom: 24px;
}
.search_params_block, .search_metro_block{
  width: 50%;
}

.search_block_title{
  font-size: 20px;
  font-weight: bold;
  padding: 17px 0 8px 0;
}
.search_params_items{
  background: #faf7f0;
  padding: 20px;
  border-radius: 6px;
}
.place_block{
  background: #faf7f0;
  padding: 20px;
  border-radius: 6px;
}
.search_select_block{
  background: #faf7f0;
  padding: 20px;
  border-radius: 6px;
}

.spi_item{
  margin-bottom: 13px;
}
.search_params_items .spi_item:last-child{
  margin: 0;
}
.spi_item span{
  display: inline-block;
  width: 88px;
  font-size: 16px;
}
.search_input{
  width: 139px;
  padding: 4px 6px;
  font-size: 16px;
  margin: 0 4px;
  border-radius: 4px;
  border: 1px solid #d4d4d4;
}

.search_select{
  width: 100%;
  padding: 5px 6px;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid #d4d4d4;
}

.only_checked{
  margin-top: 10px;
}

.input_radio{
  display: none;
}
.label_radio{
  position: relative;
  font-size: 15px;
  padding: 5px 0 5px 30px;
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
}
.label_radio:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 50%;
  top: 2px;
  left: 0;
}
.label_radio:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  background: #fff;
  border-radius: 50%;
  top: 10px;
  left: 8px;
}
.input_radio:checked+.label_radio:before {
  background-color: #f1e9d5;
  border-color: #ff5a11;
}
.input_radio:checked+.label_radio:after {
  background-color: #ff5a11;
}

.search_submit{
  text-transform: uppercase;
  background: #ff5a11;
  border: 1px solid #ff5a11;
  border-radius: 6px;
  width: 160px;
  color: #fff;
  font-weight: bold;
  padding: 9px 0;
  margin-bottom: 10px;
}
.search_clear{
  text-transform: uppercase;
  background: #b1b1b1;
  border: 1px solid #b1b1b1;
  border-radius: 6px;
  width: 120px;
  color: #fff;
  font-weight: bold;
  padding: 9px 0;
  margin-bottom: 10px;
  display: inline-block;
  margin-left: 10px;
  text-align: center;
}

.modal_bg{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0, 0.68);
  z-index: 9999;
}
.modal{
  position: absolute;
  top: 10%;
  width: 696px;
  margin: auto;
  max-height: 790px;
  background: #fff;
  left: 50%;
  margin-left: -348px;
  padding-top: 24px;
}
.modal_close{
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 16px;
  height: 16px;
  background: url(/img/new/popup_close.svg) 50% 50% no-repeat;
}
.modal_title{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.modal_content{
  padding: 25px 25px;
}
.modal_listing{
  padding: 0;
  margin: 0;
  list-style: none;
  column-count: 3;
}
.modal_listing li{
  position: relative;
  padding: 3px 0 3px 20px;
}
.modal_listing li:before{
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  top: 4px;
  left: 0;
  background: url(/img/new/arrow_popup.svg) 50% 50% no-repeat;
}

.contact_form_block{
  background: #faf7f0;
  padding: 30px 30px;
  border-radius: 8px;
  max-width: 570px;
}
.form_item{
  padding-bottom: 12px;
}
.form_item label{
  float: left;
  width: 100px;
  text-align: right;
  margin-right: 5px;
  font-size: 16px;
}
.form_item .required{
  color: #ff5a11;
}
.form_item .search_input{
  width: 250px
}

.error_field{
  color: #f00;
  font-size: 12px;
  padding-left: 110px;
}

.search_textarea{
  max-width: 440px;
  width: 100%;
  padding: 4px 6px;
  font-size: 16px;
  margin: 0 4px;
  border-radius: 4px;
  border: 1px solid #d4d4d4;
}
.contact_form_block .search_submit{
  margin-left: 110px;
}

@media(max-width: 1190px){
  .services_items_block{
    grid-template-columns: auto auto;
    grid-template-rows: auto auto auto;
  }
}
@media(max-width: 1172px){
  .spi_item span{
    width: 20%;
  }
  .search_input{
    width: 32%
  }
}
@media(max-width: 1023px){
  .filter_btn{
    width: 176px;
  }
}
@media(max-width: 976px){
  .search_input{
    width: 31%
  }
}
@media(max-width: 915px){
  .header_right{
    display: none;
  }
  .filter{
    height: 35px;
  }
  .filter_desctop{
    display: none;
  }
  .filter_mobile{
    display: block;
  }
  .sidebar{
    display: none;
  }
  .width_1180{
    margin: 0 10px;
  }
  .right_content{
    margin: 0;
  }
}
@media(max-width: 750px){
  .search_item{
    display: block;
  }
  .search_params_metro_block{
    display: block;
  }
  .search_params_block, .search_metro_block{
    width: 100%;
  }
  .spi_item span{
    width: 27%;
  }
  .profile_item_block{
    width: 50%;
  }
  
  .modal{
    left: 10px;
    right: 10px;
    margin: 0;
    width: auto;
  }
  .modal_listing{
    column-count: 2;
  }
}
@media(max-width: 740px){
  .photos_block{
    width: 100%;
    float: none;
    margin: auto;
    text-align: center;
  }
  .photos_block .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -48px;
  }
  .photos_block .owl-nav .owl-next, .photos_block .owl-nav .owl-prev {
    position: absolute;
    border: 0 !important;
    width: 48px;
    height: 96px;
  }
  .photos_block .owl-nav .owl-prev {
    left: 0;
    background: url(/img/new/s_arrow_left.svg) 50% 50% no-repeat;
  }
  .photos_block .owl-nav .owl-next {
    right: 0;
    background: url(/img/new/s_arrow_right.svg) 50% 50% no-repeat;
  }
  .other_photo{
    width: 200px;
  }
  .profile_data{
    margin-left: 0;
  }
  .pi_desctop{
    display: none;
  }
  .pi_mobile{
    display: block;
  }
  .photo_info {
    margin-top: 30px;
    padding: 10px 10px;
    text-align: center;
  }
  .photo_check{
    width: 130px;
    left: 50%;
    margin-left: -94px;
    top: -44px;
  }
}
@media(max-width: 680px){
  .under_filter{
    display: none;
  }
  .page_title{
    font-size: 20px;
    padding: 16px 0 4px 0;
  }
}
@media(max-width: 650px){
  .contact_form_block{
    margin-top: 10px;
  }
  .form_item label{
    float: none;
    display: block;
    text-align: left;
    margin-bottom: 3px;
  }
  .error_field{
    padding: 0;
  }
  .form_item .search_input, .search_textarea{
    width: 100%;
    max-width: none;
    box-sizing: border-box;
  }
  .contact_form_block .search_submit{
    display: block;
    margin: auto;
  }
}
@media(max-width: 524px){
  .spi_item span{
    width: 100%;
  }
  .search_input{
    width: 44%
  }
}
@media(max-width: 490px){
  .services_items_block{
    display: block;
  }
  .footer{
    height: auto;
    padding-bottom: 20px;
  }
  .footer_city{
    font-size: 14px;
    padding: 6px 0 6px 14px;
    position: relative;
    top: 4px;
  }
  .footer_right{
    float: none;
    clear: both;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 20px 10px 20px 10px;
  }
  .footer .add_profile{
    float: none;
    margin: 0;
    width: 122px;
  }
  .footer_link{
    margin: 0;
  }
  
}
@media(max-width: 460px){
  .header{
    padding: 10px 0 4px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }
  .filter{
    position: fixed;
    top: 54px;
    left: 0;
    right: 0;
    z-index: 9999;
  }
  .content{
    padding-top: 103px;
  }
  .logo{
    margin-right: 13px;
  }
  .logo img{
    width: 66px;
  }
  .header_city{
    font-size: 16px;
  }
  .header_title{
    font-size: 14px;
    line-height: 20px;
    top: -13px;
  }
  .search_input{
    width: 42%
  }
  
  .profile_params_title, .about_title, .services_title, .other_profile_title{
    font-size: 18px;
  }
  
  .profile_link{
    font-size: 16px;
  }
  .form_filter_submit{
    font-size: 16px;
  }
  .search_submit{
    font-size: 16px;
  }
  .search_clear{
    font-size: 16px;
  }
  
  .lfb_title{
    font-size: 15px;
  }
  
  
  .profile_parametrs{
    font-size: 14px; 
  }
  
  .apartments, .departure{
    font-size: 14px; 
  }
  
  .location_rayon{
    font-size: 14px; 
  }
  
  .mobile_menu_block{
    position: fixed;
    top: 101px;
    background: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    overflow: auto;
  }
  .mobile_menu_item{
    font-size: 17px;
    font-weight: bold;
    background: #5d5747;
    color: #fff;
    display: block;
    text-transform: uppercase;
    padding: 13px 0 13px 13px;
    border-top: 1px solid #827d70;
  }
  .mobile_menu_item.icon_add{
    position: relative;
    padding-left: 43px;
  }
  .mobile_menu_item.icon_add:before{
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    top: 14px;
    left: 15px;
    background: url(/img/new/add_profile.svg) 50% 50% no-repeat;
  }
  .quick_search{
    position: relative;
  }
  .quick_search:before{
    content: "";
    position: absolute;
    width: 16px;
    height: 9px;
    left: 180px;
    top: 19px;
    background: url(/img/new/arrow_top.svg) 50% 50% no-repeat;
    transform: rotate(180deg);
    background-size: contain;
  }
  .quick_search.open:before{
    transform: rotate(0deg);
  }
  .quick_search_block{
    background: #fff;
    padding: 12px;
  }
  
  .mobile_filter_block{
    position: fixed;
    top: 101px;
    background: #5d5747;
    left: 0;
    right: 0;
    text-align: left;
    overflow: auto;
  }
  .filter_btn{
    display: block;
    width: auto;
    margin: 0 10px 12px 10px;
    text-align: left;
    padding-left: 10px;
  }
  .profiles_list{
    margin: 0;
  }
  .profile_item_block{
    width: 100%;
  }
  .profile_item{
    width: 100%;
    box-sizing: border-box;
  }
  .polzunok-container{
    margin: auto;
    margin-bottom: 25px;
    margin-top: 10px;
    padding: 10px 5px;
    width: 93%;
    box-sizing: border-box;
  }
  
  .polzunok-container .ui-slider .ui-slider-handle{
    width: 24px;
    height: 24px;
    top: -12px;
  }
  
  .quick_search_block .form_input{
    font-size: 16px;
  }
  .quick_search_block .size_1{
    width: 40px;
  }
  .quick_search_block .size_2{
    width: 58px;
  }
}