.block {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* float: left; */
  width: 231px;
  height:181px;
  /* padding: 20px; */
  padding: 0;
  overflow: hidden;
  border: none;
  font: normal 16px/1 Arial Black, Gadget, sans-serif;
  /* color: #fff; */
  
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-shadow: 1px 4px 6px 1px rgba(180,180,180,0.7) ;
  box-shadow: 1px 4px 6px 1px rgba(180,180,180,0.7) ;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  -webkit-transform: rotateX(1deg)   ;
  transform: rotateX(1deg)   ;
  /* background-image: linear-gradient(107deg,#00965e,#00615b); */
  cursor: pointer;
   margin-left:7%;

   border-radius: .25rem;
}
.block a {
    position:relative;
	top:0;
	/* color: #fff; */
    text-decoration: none;
}

.block:hover {
  -webkit-box-shadow: 0 35px 35px -35px #000000;
  -moz-box-shadow: 0 35px 35px -35px #000000;
  box-shadow: 0 35px 35px -35px #000000;
}

.block:after {
  content: "";
  display: table;
  clear: both;
  margin-top:1em;
}

.img {background: url(img/dsc.jpg) no-repeat;}
.img1 {background: url(../../img/b_foto/DSC_2335.jpg) no-repeat;}
.img2 {background: url(../../img/b_foto/DSC_3991.jpg) no-repeat;}
.img3 {background: url(../../img/b_foto/DSC_6397.jpg) no-repeat;}
.img4 {background: url(../../img/b_foto/DSC_6905.jpg) no-repeat;}
.img5 {background: url(../../img/b_foto/DSC_8757.jpg) no-repeat;}
.img6 {background: url(../../img/b_foto/DSC_8879.jpg) no-repeat;}
.img7 {background: url(../../img/b_foto/DSC_8879_.jpg) no-repeat;}
a.image{
	display: block;
	text-decoration: none;
	/* color: #0e2569; */
	color: #00615b; 
    /* background-color: #018d5eba; */
    /* background-color: #5b9092ba; */
    background-color: #e4e2e0c2;
    /* border: 1px solid #d4d4d4; */
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    /* background-image: none; */
    white-space: nowrap;
    padding: 4.85em 0.01em;
    font-size: 1em;
    line-height: 1.42857143;
    border-radius: 0.3em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
	width:100%;
	height:100%;
	overflow: hidden;
	
}

a.image:hover { background: rgba(0, 0, 0, 0.3); color: #fff; font-size: 1.1em; padding: 4.0em 0.01em;  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;} /* РїСЂРё РЅР°РІРµРґРµРЅРёРё РєСѓСЂСЃРѕСЂР° РјС‹С€РєРё */
a.image:active { background: rgba(0, 39, 152, 0.34) } /* РїСЂРё РЅР°Р¶Р°С‚РёРё */



#show_menu{
	margin: 0 auto !important;
	width:100%;
}
.bar_menu{
	position: absolute;
	/* margin: 0 auto !important; */
	top: 170px;
	left:50%;
	width:777px;
	margin-left: -388px;
	text-align:center;
	z-index:1000;
	color: #fff;
	font-size:31px;
	    animation: 1200ms ease 0s normal none 1 running shake;
        animation-iteration-count: infinite;
        -webkit-animation: 1200ms ease 0s normal none 1 running shake;
        -webkit-animation-iteration-count: infinite;
}
.bar_menu > span{
	background-image:linear-gradient(107deg,#00965e,#00615b);
	width:15px;
	height:17px;
	padding:15px;
	border-radius:7px;
}
.bar_menu > div{
	float: none !important;
	width:100%;
	height:77px;
	margin:0;
}
.bar_menu > div > a.image{
	padding:0;
	padding-top:17px;
	white-space: nowrap;
}
.bar_menu > div.img{
	background-image: linear-gradient(107deg,#00965e,#00615b);
}
.block_news{
	  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 20px;
  overflow: hidden;
  border: none;
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-shadow: 1px 4px 6px 1px rgba(180,180,180,0.7) ;
  box-shadow: 1px 4px 6px 1px rgba(180,180,180,0.7) ;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  -webkit-transform: rotateX(1deg)   ;
  transform: rotateX(1deg)   ;
  /* background-image: linear-gradient(107deg,#00965e,#00615b); */
  
   margin-left:7%;

   border-radius: .25rem;
}




ul.info_n{list-style: none outside; margin-left:0px !important; padding-left: 0;}
.info_n{
	position:relative;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
}
.info_n li{
	background:#FFF;
	position:relative;
	width:100%;
	
	/* padding-top:20px; */
	/* padding-bottom:20px; */
	/* background:rgba(200,200,200,.06); */
	border-top:1px dashed rgba(60,60,60,.05);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;	
}
.info_n li:hover{
	background:rgba(200,200,200,.16);
	box-shadow: inset 0 0 5px rgba(0,0,0,.05);
}
.info_n li:last-child{
	border-bottom:1px dashed rgba(60,60,60,.05);	
}

.info_n li h6{
	text-align:left;
	padding-top:25px;
	padding-bottom:10px;
}
.info_n li a h6{
	color:rgba(60,60,60,.9);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.info_n li a h6:hover{
	color:rgba(60,60,60,.5);
}

.info_n li p{
	text-align:left;
	padding-top:10px;
}
.info_n li p a{
	color:rgba(60,60,60,.9);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.info_n li p a:hover{
	color:rgba(60,60,60,.5);
}
