 @media screen and (max-width:414px){
	 
#list_cat_masters{
  margin:80px 0 0 0;
  padding:0;
  z-index:-1;
  }

#list_cat_masters a{
margin:0;
padding:0;
text-decoration:none;
}

.kategoriya{
  width:96%;
  height:auto;
  margin:5px 2%;
  padding:0;
  border:none;
  /*border:1px solid #00bfff;*/
  border-radius:none;
  /*background-color:rgba(255,255,255,0.8);==*/
  /*background-image:url(/images/logotip.png);*/
  /*background-size:200px auto;
  background-repeat:no-repeat;==*/
  /*background-position:center center;*/
  text-align:center;
  text-transform:none;
  color:#111;
  /*font-size:120%;*/
  font-weight:700;
  display:inline-block;
  /*float:left;*/
  box-shadow:none;
}
  
  .kategoriya:hover{
    background-color:rgba(255,255,255,1);
    box-shadow:0 0 5px #22b14c;
  }
  
  .kategoriya:active{
	  /*border:1px solid #29b0d9;*/
  }
  
.kategoriya_d{
	width:auto;
	height:auto;
	margin:0 auto;
	padding:0;
	padding-left:5px;
	display:table-cell;
	vertical-align:middle;
	text-align:left;
	/*text-transform:capitalize;*/
	text-shadow:0 0 2px #fff;
	/*background:#ff5500;*/
	line-height:1;
	font-size:122%;
}

.kategoriya_d::first-letter{
	text-transform:capitalize;
}

.kolichestvo{
  margin:0;
  padding:0;
  border-bottom:1px solid #95a5a6;
  font-size:90%;
  color:#bfb500;
  box-shadow:inset 0 -90px 100px -100px #ffffff;
  }

.kolichestvo:hover{
  color:#cecece;
  }
  
.bukva{
	width:95%;
    margin:20px 0 0 0;
    padding:0;
	padding-left:16px;
    display:inline-block;
    color:#ff4500; /*00b93d*/
	background:#fff;
	position:sticky;
	top:80px;
}

.bukva:target{
	margin-top:-80px;
	padding-top:100px;
    color:#0000ff;
    border-bottom:1px solid #0000ff;/*defc53;*/
}

#bukva_b:target{
}

#bukva a{
  text-decoration:none;
  }
  
  #yakor{
	  width:100%;
	  height:auto;
	  margin:0;
	  padding:0;
	  border:3px solid #cecece;
  }

.yakor_a{
margin:0;
padding:0;
text-decoration:none;
/*background:rgba(181,232,29);*/
display:inline-block;
}

.yakor_h1{
width:24px;
height:24px;
margin:10px 2px;
padding:3px;
border:1px solid #007aae;/*22a9e1;*/
border-radius:5px;
text-align:center;
color:#007aae;/*22a9e1;*/
font-size:22px;
float:left;
display:inline-block;
}

.yakor_h1:hover{
    font-size:22px;
    color:#595959;
    border:1px solid #595959;
	box-shadow:0 0 10px #595959 inset;
}

.yakor_h1_t{
	width:24px;
	height:24px;
	margin:10px 2px;
	padding:auto;
	border:1px solid #258725;/*22a9e1;*/
	border-radius:5px;
	text-align:center;
	color:#258725;/*22a9e1;*/
	font-size:24px;
	float:left;
	display:inline-block;
}

#ddb{
	width:100%;
	height:auto;
}

.name_mastera{
	/*background:#cecece;*/
	text-align:center;
	position:sticky;
	top:40px;
}

/**** Транспорт ****/

.cat_transport{
	width:90%;
	margin:5px auto;
	padding:8px;
	border-radius:10px;
	font-size:24px;
	text-align:center;
	background:#00bfff;
}

#cat_tr_leg{
	margin-top:15px;
}

/** Недвижимость **/

#name_kat{
    width: 90%;
    margin: 5px auto;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    font-family: Sans-Serif;
    color: #fff;
    background: #1e90ff;
}

#block_filtr{
    width: 96%;
    height: 130px;
    margin: 0 auto;
	margin-top:15px;
    margin-bottom: 7px;
    padding: 0;
    border-radius: 5px;
    background: #cecece;
    
}

#block_obyav{
    width: 42%;
    height: 200px;
    margin: 10px 0;
    margin-left: 18px;
    margin-right: -10px;
    padding: 0;
    /*border-radius: 3px;*/
    display: inline-block;
    /*background: #cecece;*/  
}

.image_obyav{
    width: 100%;
    height: 110px;
    margin: 0 auto;
    padding: 0;
    border-radius: 5px;
    background: #00ced1;
}

.text_obyav{
    width: 75%;
    margin: 5px 2px 4px 0;
    padding: 0;
    font-size: 13px;
    font-family: Sans-Serif;
    text-overflow: ellipsis;
    /*background: #afeeee;*/
}

.price{
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    /*background: #00ced1;*/
}

.location{
    width: 100%;
    height: 18px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    color: #808080;
    white-space: nowrap;
    /*background: #4682B4*/
}

.public_date{
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #909090;
    /*background: #708090;*/
}

}