

a:hover {
 text-decoration: none; /* Убирает подчеркивание для ссылок */
 }


.pdr {
border: 2.5px solid #74797a;
width: 182px;
height: 220px;
 border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px; 
  border-bottom-left-radius: 7px;
}

.pdr:hover {
border: 2px solid #909090;
box-shadow:0px 0px  7px #000;
	text-decoration: none;
}

#uiu {
height: 200px;
}

.menu-item1 {
position: inherit;
   background-color: rgba(0, 0, 0, 0.00);
  width: 100%; 
  height: 20px;
  text-align: left;
    box-shadow: none;
	 font-family: Helvetica, Arial, sans-serif;
  line-height: 1.5;
  margin: auto auto; /*только для центрирования меню*/
  width: 100%;
   height: 20px;
    margin: 0px;
  padding: 0px;
  text-decoration: none;
}


















.menu-item1 h4 {
position: inherit;
  color: #5b534f ;                          
  font-size: 15px;
  font-weight: 500;
  padding: 6px 6px; 
   border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 0px; 
  border-bottom-left-radius: 0px;
  box-shadow:0px 0px  5px #000;
  text-decoration: none;
}








.menu-item1 h4 a {
  color: #363636;
  font-weight: 590;
  display: block;
  text-decoration: none;
  width: 100%;
  height: 20px;
  text-align: left;
}



















.menu-item1 h4 {
position: inherit;
  border-bottom: 1px solid rgba(0,0,0,0.3);
  border-top: 1px solid rgba(255,255,255,0.2);          
  color: #363636;
    font-weight: 590;
	text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  padding: 6px 6px;














  /*Градиент*/
  background: #ffe5c7; /* Старые барузеры */                      
  background: -moz-linear-gradient(top, #f5f5f5 0%, #e3e3e3 44%,  #cccccc 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(44%,#e3e3e3), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f5f5f5 0%,#e3e3e3 44%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f5f5f5 0%,#e3e3e3 44%,#cccccc 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f5f5f5 0%,#e3e3e3 44%,#cccccc 100%); /* IE10+ */
  background: linear-gradient(top, #f5f5f5 60%,#e3e3e3 44%,#cccccc 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f5f5f5", endColorstr="#cccccc",GradientType=0 ); /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f5f5f5", endColorstr="#cccccc",GradientType=0 ); /* IE6-9 */
}





.menu-item1 h4:hover {  
  background: #FFF0DE; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff  0%, #f0f0f0  100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0 )); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff  0%,#f0f0f0  100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  	#ffffff  0%,#f0f0f0  100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  	#ffffff 0%,#f0f0f0  100%); /* IE10+ */
  background: linear-gradient(top,  	#ffffff  0%,#f0f0f0  100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#f0f0f0",GradientType=0 ); /* IE6-9 */
}
