 #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_close{
  width:22%;
  height:45px;
  margin:0 1%;
  padding:0;
  /*border:1px solid #2e4053; /*#29b0d9;*/
  border-radius:5px;
  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:#17202a;
  font-size:120%;
  font-weight:500;
  display:inline-block;
  /*float:left;*/
  box-shadow:0 0 5px #708090;
}
  
  .kategoriya:hover{
    /*background-color:rgba(255,255,255,1);
    box-shadow:0 0 15px #22b14c;*/
  }
  
  .kategoriya:active{
	  /*border:1px solid #29b0d9;*/
	  color:#8ae71a;
  }
  
.kategoriya_d{
	width:100%;
	height:40px;
	margin:0 auto;
	padding:0;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	/*background:#ff5500;*/
	line-height:1;
	font-size:100%;
}  

.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{
    margin:20px 0 0 20px;
    padding:0;
    display:block;
    color:#ff4500; /*00b93d*/
}

.bukva:target{
	margin-top:-80px;
	padding-top:100px;
    color:#258725;
    border-bottom:1px solid #258725;/*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{
	width:100%;
	height:40px;
	margin:0;
	margin-top:auto;
	text-align:center;
	/*text-shadow:1px 1px 1px #111, -1px -1px 1px #111, 1px -1px  1px #111, -1px 1px 1px #111;*/
	/*-webkit-text-shadow:inset 0 0 3px #ff5500;
	-moz-text-shadow:inset 0 0 3px #ff5500;*/
	font-weight:500;
	font-family:sans-serif;
	color:#fff;/*00bfff;*/
	background:#2f2e3f;
	/*background-image:linear-gradient(to top right, #2f2e3f, #4a4a4f);*/
	background-image:linear-gradient(to bottom right, #2f2e3f, #4a4a4f);
	box-shadow:0 5px 10px #111111;
	display:block;
	position:sticky;
	top:40px;
	transition: all 1s;
}