body {
  padding:0;
  margin:0;
  font-family: 'Roboto', monospace;
  font-size:12px;
  background:#fcfcfc;
}
.no_scroll{
  overflow:hidden;
}

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

.clearfix:after{
  content:'';
  display:block;
  clear:both;
}
.hide{
  display: none !important;
}
.header_line{
  background:#507f8e;
  padding: 10px 30px;
}
.bg_filter{
  display:none;
  position: fixed;
  top: 63px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.63);
  z-index: 2;
}
.bg_filter.open{
  display:block;
}
.filter_btn{
  float:left;
  margin-top: 20px;
  display:none;
  width: 28px;
}
.only_mobile{
  display: none;
}
.mobile_menu{
  display:block;
}
.mobile_menu_close, .open .mobile_menu{
  display:none;
}
.open .mobile_menu_close{
  display:block;
  margin: auto;
}
.header_name{
  color:#fff;
  font-size:29px;
  margin:0 0 0 200px;
  float:left;
}
.header_name span{
  font-weight:normal;
}
.header_name a{
  color:#fff;
}
.header_name a:hover{text-decoration:none;}

.link_add{
  float:right;
  background:#68aec5;
  border-radius:10px;
  font-size:14px;
  font-weight: 500;
  color:#fff;
  text-decoration:none;
  position:relative;
  padding: 11px 10px 11px 43px;
  display:inline-block;
}
.link_add:before{
  content:'';
  width:24px;
  height:24px;
  position:absolute;
  background:url(/img/add_profile.svg);
  left:10px;
  top:7px;
}

.header_block_text{
  position:relative;
}
.min_h_124{
  min-height:124px;
}
.header_gerl{
  position:absolute;
  width:209px;
  top:0;
  /*bottom:-46px;*/
  background:url(/img/girl.png) 0 0 no-repeat;
  background-size: cover;
  height: 270px;
}
.header_text{
  margin-left:230px;
  font-weight:300;
  padding: 15px 30px 15px 0;
  line-height: 20px;
  font-size: 14px;
  min-height: 124px;
}

.count_total_profiles{
  margin-left:230px;
  font-weight:300;
  padding: 15px 30px 15px 0;
  font-size: 14px;
  color:#cc4200;
  font-weight:500;
}

.breadcrumbs{
  float: left;
  font-size: 14px;
  padding: 7px 0 0 4px;
}

.anketa_block .breadcrumbs{
  float: none;
  padding-left: 23px;
  padding-top: 0;
}

.content{
  padding-right:30px;
}
.top_109{
  margin-top: -80px;
}
.filter_block{
  width:209px;
  float:left;
  background:#f7f7f7;
  /*margin-top: 46px;*/
  position: relative;
  z-index: 2;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding-top: 270px;
}
.filter_part{
  padding-bottom:25px;
}
.filter_name{
  background:#73a2b1;
  color:#fff;
  font-size:16px;
  padding: 5px 0 6px 9px;
  margin: 0 -1px 10px 0;
  font-weight: normal;
}
.filter_item{
  border-bottom:1px solid #e1e1e1;
  margin: 0 9px;
  height: 18px;
  padding: 5px 0;
}
.filter_part .filter_item:last-child{
  border:0;
}
.filter_link{
  font-size:13px;
  color:#3e607d;
  text-decoration:none;
  float:left;
  font-weight:500;
}
.filter_count{
  float:right;
  color:#4e4e4d;
  font-size:13px;
}

.content_block{
  margin-left:209px;
  padding-left: 20px;
  padding-top: 13px;
  position: relative;
}
.margin_0{
  margin: 0;
}
.block_paginate_name{
  height:44px;
}
.paginate{
  float:right;
  list-style:none;
  padding:0;
  margin:0;
}
.page_item{
  float:left;
  margin-right: 6px;
}
.page_link{
  display:inline-block;
  background:#efefef;
  color:#7f7f7f;
  text-decoration:none;
  font-size:15px;
  width: 28px;
  height:28px;
  text-align: center;
  padding-top: 5px;
  border-radius: 5px;
  box-sizing: border-box;
}
.page_not_link{
  font-size:15px;
}
.page_pred_next{
  font-size: 14px;
  display: inline-block;
  padding: 4px 0;
}
.page_link.active{
  background:#6e9bb3;
  color:#fff;
  font-weight:500;
}

.page_name{
  font-size:23px;
  font-weight:500;
  margin: 0 0 17px 0;
  /*float: left;*/
}

.block_paginate_name .page_name{
  float: left;
}

.inform_block{
  background:#f8f8f8;
  border:1px solid #d5d5d5;
  border-left:0;
  border-right:0;
  padding: 3px 5px;
  height: 31px;
}
.inf_item{
  float:left;
  position:relative;
  padding: 8px 10px 0 33px;
  font-size: 13px;
}
.inf_item:before{
  content:'';
  width:28px;
  height:28px;
  position:absolute;
  background: 0 0 no-repeat;
  background-size: cover;
  left: 0;
  top: 1px;
}
.to_mobile{display:none;}
.status_best:before{
  background-image:url(/img/best.png);
}
.real_photo:before{
  background-image:url(/img/photo_checked.png)
}
.isset_video:before{
  background-image:url(/img/video_checked.png)
}
.ankets_list{
  padding-bottom:20px;
}
.ank_item{
  float:left;
  width:250px;
  margin: 10px 7px;
  border:1px solid #d5d5d5;
  box-sizing: border-box;
  padding: 5px;
  background:#fff;
  min-height: 312px;
}
.photo{
  float:left;
  width: 123px;
  border: 1px solid #d5d5d5;
}
.profile_link{
  position:relative;
}
.icons_profile{
  position:absolute;
  top:153px;
  right: 3px;
  text-align:right;
  width:92px;
}
.profile_icons{
  display:inline-block;
  width:28px;
  height:28px;
  background-size: cover;
}
.profile_icons.is_vip{
  background-image:url(/img/best.png);
}
.profile_icons.is_verified{
  background-image:url(/img/photo_checked.png);
}
.profile_icons.has_video{
  background-image:url(/img/video_checked.png);
}

.ank_name{
  color:#313131;
  background:#f3f3f3;
  margin-left: 128px;
  padding: 2px 0 2px 4px;
  font-weight: 600;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
}
.ank_parametrs{
  font-size:12px;
  color:#5f5e5e;
  font-family:Arial;
  margin-left: 132px;
  padding: 3px 0;
  min-height: 48px;
  line-height: 15px;
}
.ank_apartaments{
  color: #252525;
  font-size: 12px;
  font-weight: bold;
  margin-left: 132px;
  padding: 3px 0;
  font-family: Arial;
  min-height: 65px;
  line-height: 15px;
}
.ank_apartaments b{
  display:inline-block;
  padding-bottom: 5px;
}
.ank_apartaments .price{
  color:#cd1919;
}
.ank_link{
  color: #fff;
  display: inline-block;
  background: #6e9bb3;
  border-radius: 5px;
  text-decoration: none;
  margin: 3px 0 0 10px;
  width: 100px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
}
.location, .location_rayon{
  position:relative;
  font-weight:300;
  font-size:14px;
  color:#252525;
  padding-left: 24px;
  padding-top: 4px;
}
.location_rayon{
  padding-left: 0;
  padding-top: 6px;
}
.location:before{
  content:'';
  position:absolute;
  background:url(/img/metro.svg);
  width: 18px;
  height: 14px;
  top: 6px;
  left: 0;
}
.not_location{
  height:19px;
}
.ank_anons{
  font-size:12px;
  font-weight:400;
  color:#5f5e5e;
  padding: 8px 0 8px 0;
  line-height: 15px;
}

.bottom_text{
  clear: both;
  font-weight: 300;
  line-height: 20px;
  font-size: 14px;
  max-width: 1380px;
  margin: auto;
  padding: 30px 10px 0 10px;
}
.padding_top_0{
  padding-top: 0;
}

.footer{
  background:#f6f6f6;
  border-top:1px solid #d9d9d9;
  padding-top: 21px;
  margin-top: 43px;
}
.foot_menu{
  list-style:none;
  padding:0;
  margin:0;
  text-align:center;
  padding-bottom:26px;
}
.foot_menu li{
  display:inline-block;
  border-left:1px solid #c9c9c9;
  padding: 0 5px 0 12px
}
.foot_menu li:first-child{
  border:0;
}
.foot_menu a{
  text-decoration:none;
  color:#3e607d;
  font-weight:300;
  font-size:14px;
}
.foot_text{
  padding:0 26px 31px;
  font-weight:300;
  font-size:14px;
  color:#707070;
  line-height: 20px;
}

.this_link{
  text-align: center; 
  padding: 0 0 20px 0;
  font-weight: 300;
  font-size: 14px;
}

/* page anketa */
.anketa_block{
  /*position:relative;*/
  /*top: -109px;*/
  padding-top: 20px;
  margin-left: 210px;
}
.ab_left{
  float:left;
  width:243px;
  margin-left:21px;
}
.ab_right{
  max-width:750px;
  margin-left:280px;
  background-color:#fff;
  border:1px solid #d9d9d9;
  box-sizing: border-box;
  padding: 13px 20px;
  position: relative;
}

.prodile_description{
  padding: 20px 20px 0 20px;
  box-sizing: border-box;
  max-width: 1040px;
}

.is_verified_img{
  position: absolute;
  width: 133px;
  height: 86px;
  background: url(/img/provereno.png);
  top: 172px;
  left: 290px;
}
.profile_name{
  margin-top:0;
}
.photo_link{
  text-decoration:none;
}
.photo_link img{
  border: 1px solid #d9d9d9;
  padding: 2px;
}
.small_photo{
  width: 110px;
  margin-right: 7px;
  margin-top: 7px;
}
.no_marging{
  margin-right: 0;
}
.block_title{
  font-size: 15px;
}

.tarif_block, .params_block{
  display: flex;
  border-bottom: 1px solid #d9d9d9;
}
.tarif_block .item{
  width: 33%;
  margin: 0;
  padding: 5px 0;
  font-size: 13px;
}

.out_type_block{
  max-width: 270px;
}
.outType{
  display: inline-block;
  padding: 3px 5px 3px 7px;
  border-bottom: 1px solid #d9d9d9;
  width: 113px;
  font-size: 13px;
}
.prof_icon_name{
  float: left;
  padding-top: 7px;
  padding-left: 5px;
  margin-right: 20px;
}
.params_block .profile_icons{
  float:left;
}
.profile_text{
  font-size: 15px;
}
.params_block .item_name{
  width:220px;
  margin: 0;
  padding: 5px 0;
  font-size: 13px;
}
.params_block .item{
  width: calc(100% - 220px);
  margin: 0;
  padding: 7px 0;
  font-size: 13px;
}
.params_block .item_phone{
  font-size: 16px;
}
.anketa_description{
  font-size:13px;
  line-height: 17px;
}
.services{
  display:flex;
  flex-wrap: wrap;
}
.services .item{
  width: 273px;
  margin-right: 8px;
  border:1px solid #e6e6e6;
  margin-bottom: 8px;
  background:#fdfdfd;
}
.services .item_name{
  background:#f4f3f3;
  border-bottom:1px solid #e6e6e6;
  font-size: 15px;
  color: #313131;
  font-weight: 500;
  padding: 7px 9px;
}
.serv_list{
  padding: 6px 10px;
  margin:0;
  list-style:none;
}
.serv_list li{
  font-size: 13px;
  color: #35648c;
  position:relative;
  padding: 3px 0 3px 15px;
  font-weight:500;
}
.serv_list li:before{
  content:'';
  position:absolute;
  width:10px;
  height:10px;
  background:url(/img/check.svg) 0 0 no-repeat;
  left: 0;
  top: 6px;
}
.serv_list li span{color:#800}
.serv_list li span.dop{color:#888}
.registration_info{
  margin-bottom:20px;
  max-width: 490px;
  font-size:13px; 
  line-height: 17px;
}

.form_block{ 
  border: 1px solid #d9d9d9;
  max-width: 1030px;
  float: left;
  width: 100%;
  margin-left: 20px;
  background:#fff;
  /*position:relative;*/
  /*top: -109px;*/
  padding:28px 20px;
}
.form_item{ margin-bottom:14px;}
.form_item label{
  display:inline-block;
  width:131px;
  font-size:14px;
  float: left;
  padding: 6px 8px 6px 0;
  text-align:right; 
}
.info_text{
  margin-left: 130px;
  width: 300px;
  color: #5f5e5e;
  font-size: 13px;
}
.contact_page .form_item label{ width: 87px; }
.form_item label span, .span_req{
  color:#d60000;
}
.inp{
  width: 280px;
  padding: 6px 9px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
}
.w20{width:20px;}
.w30{width:30px;}
.w60{width:60px;}

textarea.inp{
  width: 360px;
}
.submit{
  width:300px;
  height:44px;
  padding:0 0;
  color:#fff;
  background:#68aec5;
  border:0;
  font-weight:500;
  text-align:center;
  border-radius: 5px;
  margin-left: 130px;
  font-size:14px;
}
.contact_page .submit{
  margin-left: 88px;
}

.block_form_link{
  margin-left: 130px;
  margin-top: 12px;
}
.block_form_link span{color:#c9c9c9;}
.error{
  color: #e00;
  margin-bottom: 7px;
}
.succes{
  color: #04a919;
  margin-bottom: 7px;
}.no_border{border:0;}
.filter_item{
  position: relative;
}
.filter_item .search_item{
  position: absolute;
  top: 23px;
  background: #f7f7f7;
  width: 810px;
  z-index: 2;
  border: 1px solid #d4d4d4;
  padding-bottom: 12px;
  display: none;
}
.filter_item .search_item.open{
  display: block;
}
.filter_service_item{
  display: block;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  padding: 3px 6px;
  margin: 0 30px 0 10px;
}
.search_item .filter_service_item:last-child{
  border-bottom: 0;
}

.link_to_search{
  font-weight: bold;
}
.inp_filter{
  width: 29px;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  font-size: 11px;
  padding: 2px 3px;
}
.select_filter, .select_filter_w100{
  width: 36px;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  font-size: 11px;
  padding: 1px 0;
  margin-right: 1px;
}
.select_filter_w100{
  width: 95px;
}

.ta_right{
  text-align: right;
  padding-right: 5px;
}
.search_submit{
  background: #68aec5;
  border: 1px solid #68aec5;
  color: #fff;
  font-weight: 400;
  width: 66px;
  padding: 3px 0;
  text-align: center;
  border-radius: 4px;
}
.search_form_clear{
  background: #b3b3b3;
  border: 1px solid #b3b3b3;
  color: #fff;
  font-weight: 400;
  width: 66px;
  padding: 3px 0;
  text-align: center;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  margin-right: 6px;
}
.search_info{
  color: #3e607d;
  font-size:13px;
  
}
.margin_20{margin-bottom:20px;}

.search_item{
  clear: both;
  margin-bottom:8px;
}
.search_item .inp{
  width: 148px;
  padding: 2px 9px;
  box-sizing: border-box;
}
.name_input{
  display:inline-block;
  width:150px;
  text-align:right;
  float:left;
  margin-right:15px;
  padding: 3px 0;
}
.services_collum{
  width:20%;
  min-width:200px;
  float:left;
}

.chekbox_block{
  float:left;
}
.hair_label{
  display:inline-block;
  width:150px;
}
.mtop_18{
  padding-top:8px;
}
.label_to{
  display:inline-block;
  width:40px;
  text-align:right;
}
.name_block{
  font-size:13px;
  font-weight: 500;
  margin-bottom: 2px;
  margin-top:10px;
}
.collum_3{
  -moz-column-count: 3;
       column-count: 3;
}
.search_page_submit{
  width: 88px;
  height: 34px;
  padding: 0 0;
  color: #fff;
  background: #68aec5;
  border: 0;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
}.registration_info{
  margin-bottom:20px;
  max-width: 490px;
  font-size:13px;
  line-height: 17px;
}

.form_block{
  border: 1px solid #d9d9d9;
  max-width: 1030px;
  float: left;
  width: 100%;
  margin-left: 20px;
  background:#fff;
  position:relative;
  /*top: -109px;*/
  padding:28px 20px;
}
.form_item{
  margin-bottom:14px;
}
.form_item label{
  display:inline-block;
  width:131px;
  font-size:14px;
  float: left;
  padding: 6px 8px 6px 0;
  text-align:right; 
}
.info_text{
  margin-left: 130px;
  width: 300px;
  color: #5f5e5e;
  font-size: 13px;
}
.contact_page .form_item label{ width: 87px; }
.form_item label span, .span_req{
  color:#d60000;
}
.inp{
  width: 280px;
  padding: 6px 9px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
}
.w20{width:20px;}
.w30{width:30px;}
.w60{width:60px;}

textarea.inp{
  width: 360px;
}
.submit{
  width:300px;
  height:44px;
  padding:0 0;
  color:#fff;
  background:#68aec5;
  border:0;
  font-weight:500;
  text-align:center;
  border-radius: 5px;
  margin-left: 130px;
  font-size:14px;
}
.contact_page .submit{
  margin-left: 88px;
}

.block_form_link{
  margin-left: 130px;
  margin-top: 12px;
}
.block_form_link span{color:#c9c9c9;}
.error{
  color: #e00;
  margin-bottom: 7px;
}
.succes{
  color: #04a919;
  margin-bottom: 7px;
}.no_border{border:0;}
.filter_item{
  position: relative;
}
.filter_item .search_item{
  position: absolute;
  top: 23px;
  background: #f7f7f7;
  width: 810px;
  z-index: 2;
  border: 1px solid #d4d4d4;
  padding-bottom: 12px;
  display: none;
}
.filter_item .search_item.open{
  display: block;
}
.filter_service_item{
  display: block;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  padding: 3px 6px;
  margin: 0 30px 0 10px;
}
.search_item .filter_service_item:last-child{
  border-bottom: 0;
}
.search_name{
  display:inline-block;
  color:#252525;
  width:66px;
  text-align:right;
  padding: 2px 0;
}
.link_to_search{
  font-weight: bold;
}
.inp_filter{
  width: 29px;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  font-size: 11px;
  padding: 2px 3px;
}
.select_filter, .select_filter_w100{
  width: 36px;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  font-size: 11px;
  padding: 1px 0;
  margin-right: 1px;
}
.select_filter_w100{
  width: 95px;
}

.ta_right{
  text-align: right;
  padding-right: 5px;
}
.search_to{}
.search_unit{}
.search_submit{
  background: #68aec5;
  border: 1px solid #68aec5;
  color: #fff;
  font-weight: 400;
  width: 66px;
  padding: 3px 0;
  text-align: center;
  border-radius: 4px;
}
.search_info{
  color: #3e607d;
  font-size:13px;
  
}
.margin_20{margin-bottom:20px;}

.search_item{
  clear: both;
  margin-bottom:8px;
}
.search_item .inp{
  width: 148px;
  padding: 2px 9px;
  box-sizing: border-box;
}
.name_input{
  display:inline-block;
  width:150px;
  text-align:right;
  float:left;
  margin-right:15px;
  padding: 3px 0;
}
.services_collum{
  width:20%;
  min-width:200px;
  float:left;
}

.chekbox_block{
  float:left;
}
.hair_label{
  display:inline-block;
  width:150px;
}
.mtop_18{
  padding-top:8px;
}
.label_to{
  display:inline-block;
  width:40px;
  text-align:right;
}
.name_block{
  font-size:13px;
  font-weight: 500;
  margin-bottom: 2px;
  margin-top:10px;
}
.collum_3{
  -moz-column-count: 3;
       column-count: 3;
}
.search_page_submit{
  width: 88px;
  height: 34px;
  padding: 0 0;
  color: #fff;
  background: #68aec5;
  border: 0;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
}@media(max-width: 1466px){
  .header_name{
    font-size:26px;
  }
}
@media(max-width: 1368px){
  .page_name{font-size: 21px;}
}
@media(max-width: 1356px){
  .header_name{
    font-size:22px;
  }
}
@media(max-width: 1188px){
  .header_line{
    position:fixed;
    left:0;
    right:0;
    top:0;
    z-index:2;
  }
  .header_name{
    margin-left: 23px;
    padding-top: 3px;
  }
  .header_name span{
    display:block;
  }
  .header_name .defice{
    display:inline;
  }
  .header_block_text{
    margin-top:72px;
  }
  .count_total_profiles{margin: 0; padding: 15px 10px;}
  .filter_btn{
    display:block;
  }
  .filter_block.open{
    display: block;
    position: fixed;
    width:100%;
    top: 46px;
    left: 0;
    bottom: 0;
    margin: 0;
    border: 0;
    z-index: 3;
    overflow: auto;
  }
  .filter_part.only_mobile
  {
    display: block;
  }
    
  .link_add{
    margin-top: 10px;
  }
  .header_gerl{
    bottom: 0;
    top: 0;
  }
  .anketa_page{
    display:none;
  }
  .anketa_block{
    margin-top:60px;
    padding-top: 15px;
    top:0;
  }
  .ab_left{
    margin-left:0;
  }
  .ab_right{
    margin-left: 253px;
  }
  .anketa_block{
    margin: 0;
    margin-top: 48px;
  }
  .filter_block{
    display:none;
    padding-top:0;
  }
  .header_gerl{
    display: none;
  }
  .select_filter {
    width: 50px;
  }
  .inp_filter{
    width: 43px;
  }
  .content{
    padding:0 10px 0 10px;
  }
  .content_block{
    margin-left:0;
    margin-top: 0;
    padding:0;
    padding-top: 84px;
  }
  .inform_block{
    margin: 0 -10px 0 -10px;
    clear:both;
  }
  .footer{margin-top: 30px;}
  .filter_name{
    margin-right:0;
  }
  .form_block{
    top: 0;
    margin: 0;
    box-sizing: border-box;
    padding: 12px 11px;
  }
  .form_item label{
    display: block;
    float: none;
    text-align: left;
  }
  
  .info_text{
    margin:0;
    width: 100%;
  }
  .submit{
    margin: 0;
    width: 100%;
  }
  .contact_page .submit{
    margin:0;
  }
  textarea.inp{
    width:100%;
    max-width:360px;
    box-sizing: border-box;
  }
  .name_input{
    display: block;
    float: none;
    text-align: left;
  }
  .mobile_float{
    float: right;
    margin: 0;
    width: calc(100% - 23px);
  }
  .hair_label{width: 96px;}
  .search_item .inp{
    width: 100%;
  }
  .search_item .mobile_from_to{
    width:98px;
  }
  .collum_3{
    -moz-column-count: 1;
         column-count: 1;
  }
}

@media(max-width: 994px){
  .block_paginate_name{
    height:auto;
    padding-bottom: 20px
  }
  .page_name{
    float:none;
    font-size: 21px;
  }
  .paginate{
    float:none;
    height: 25px;
  }
}

@media(max-width: 775px){
  .inform_block{
    height: 42px;
  }
  .inf_item{
    width: 100px;
    line-height: 11px;
  }
  .to_mobile{display:inline}
  .to_desctop{display:none}
}

@media(max-width: 704px){
  .ab_left{
    float:none;
    width: auto;
    margin-bottom: 6px;
  }
  .ab_left a{
    float:left;
    margin-right: 6px;
    margin-bottom: 6px;
  }
  .ab_left img{
    /*width:84px;*/
    margin: 0;
    /*height: 129px;*/
  }
  .ab_right{
    margin:0;
    clear:both;
  }
}

@media(max-width: 653px){
  .header_gerl{
    display:none;
  }
  .min_h_124{
    min-height: auto;
  }
  .header_text{
    margin: 0;
    padding: 3px 10px 17px 10px;
    font-size: 13px;
    min-height: auto;
    line-height: 17px;
  }
  .header_line{
    margin-bottom:10px;
  }
  .link_add{display:none;}
}
@media(max-width: 596px){
  .content_block{
    position:relative;
  }
}
@media(max-width: 576px){
  .hide_mobile{
    display:none;
  }
}
@media(max-width: 566px){
  .defice{display:none !important;}
  .header_name{font-size:24px;}
}
@media(max-width: 550px){
  .ank_item{
    float:none;
    width: 100%;
    margin: 10px auto;
    padding:9px;
    min-height: auto;
  }
  
  .filter_link{
    font-size: 16px;
  }
  
  .search_name{
    font-size: 16px;
    width: 85px;
  }
  .search_to{font-size: 16px;}
  .search_unit{font-size: 16px;}
  .link_to_search{font-size: 16px;}
  .breadcrumbs{
    font-size: 16px;
    float: none;
    height: 28px;
  }
  .paginate{
    text-align: right;
  }
  .page_item{
    float: none;
    display: inline-block;
  }
  
  .bottom_text{
    font-size: 16px;
  }
  
  .inp_filter{
    font-size: 16px;
    width: 60px;
  }
  .select_filter{
    width: 68px;
  }
  .select_filter_w100{
    width: 161px
  }
  .select_filter, .select_filter_w100{
    font-size: 16px;
    padding: 2px 0;
  }
  .filter_item{
    margin-bottom: 4px;
    height: 20px;
  }
  .search_submit{
    font-size: 16px;
    width: 78px;
  }
  .filter_part .filter_item:last-child{
    padding-top: 11px;
  }
  .search_form_clear{
    font-size: 16px;
    width: 90px;
  }
  
  .photo{
    width: 167px;
  }
  .profile_text{
    font-size: 16px;
    line-height: 22px;
  }
  .ank_name{
    font-size: 16px;  
    margin-left: 175px;
  }
  .ank_parametrs{
    font-size: 16px;
    line-height: 20px;  
    margin-left: 175px;
  }
  .ank_apartaments{
    font-size: 16px;
    line-height: 20px;
    margin-left: 175px;
  }
  .ank_link{
    font-size: 14px;
    margin-top:2px;
  }
  .location_rayon, .location{
    clear: both;
  }
  .ank_anons{
    font-size: 16px;
    padding-bottom: 10px;
    line-height: 20px;
    clear: both;
  }
  
  .tarif_block .item{
    font-size: 16px;
  }
  .params_block .item_phone{
    font-size: 16px;
  }
  .params_block .item_name{
    font-size: 16px;
  }
  .params_block .item{
    font-size: 16px;
  }
  .serv_list li{
    font-size: 16px;
  }
  .serv_list li:before{
    top: 9px;
  }

  .inform_block{height: 32px;}
  .inf_item{
    font-size: 11px;
    padding-right: 0;
    padding-top: 3px;
    width: 98px;
    box-sizing: border-box;
    margin-right: 19px;
    line-height: 13px;
  }
  .isset_video{
    width:65px;
  }
  .status_best{
    width:83px;
  }
  .services .item{
    width: 100%;
  }
  .params_block .item_name{
    width:160px;
  }
  .params_block .item{
    width: calc(100% - 160px);
  }
  .prof_icon_name {
    float: left;
    padding-top: 1px;
    padding-left: 7px;
    margin-right: 10px;
    display: inline-block;
    width: calc(100% - 38px);
    box-sizing: border-box;
  }
}
@media(max-width: 510px){
  .header_name {
    font-size: 21px;
  }
  .profile_name{
    text-align:center;
  }
  .ab_left .main_photo{
    text-align: center;
    display: block;
    max-width: 250px;
    margin: auto;
    margin-bottom: 5px;
  }
  .ab_left a{float:none;}
  .profile_photos{
    text-align:center;
  }
}
@media(max-width: 460px){
  .filter_btn{
    margin-top: 4px;
  }
  .header_line{
    padding: 10px 13px;
  }
  .header_name{
    width: calc(100% - 60px);
    font-size: 19px;
    margin-left: 20px;
  }
  .header_text{
    font-size: 16px;
  }
  .link_add{
    margin-top: 15px
  }
  .foot_menu li{
    
    margin-top: 6px;
  }
  .foot_menu li:last-child{
    border-color:transparent;
  }
  .foot_menu a{
    font-size: 16px;
  }
  .foot_text{
    line-height: 18px;
  }
  .inp{
    padding: 7px 9px;
  }
  .is_verified_img{
    left: 120px;
  }
}
@media(max-width: 376px){
  .params_block .item_name{
    width:130px;
  }
  .params_block .item{
    width: calc(100% - 130px);
  }
}

