@font-face {
    font-family: rub; 
    src: url(../fonts/rouble.otf) format("opentype"); 
}
.item_3{
  margin-top: 20px;

}
.left_menu{padding: 21px 0px;background: #FFF;border-radius: 20px;overflow: hidden;  
  background: -moz-linear-gradient(to left, #E8E8E8, #fefefe) !important;
  background: -webkit-linear-gradient(to left, #E8E8E8,#fefefe) !important;
  background: -o-linear-gradient(to left, #E8E8E8,#fefefe) !important;
  background: -ms-linear-gradient(to left, #E8E8E8,#fefefe) !important;
  background: linear-gradient(to left, #E8E8E8,#fefefe) !important;
  box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.39);
  margin-left: 8px;;
}
.left_menu .active_l{
  box-shadow: 0px 3px 7px rgba(3, 3, 3, 0.27);
  background: #fff;

}
.left_menu a{
  color: rgb(51, 51, 51);

}
.left_menu a:hover{
  text-decoration: none;

}
.item{
  padding: 5px 0px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;

}
.item_in .col-xs-4{
  height: auto;

}
.item:hover{
  box-shadow: 0px 3px 7px rgba(3, 3, 3, 0.27);
  background: #fff;

}
.item p{
  text-transform: uppercase;text-align: center;margin: 0;

}
.item_in{
  margin-top: 5px;

}
.item_4{
  padding-right: 5px;
  padding-top: 10px;
  margin-top: 15px !important;
  
}
.trmbs_img{
  height: 150px;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.4);

}
rub {
  font-family: rub;

}
.item_4 .col-xs-4 p{
  text-align: center;
  margin: 0;
  line-height: 19px;
  display: run-in;

}
.item_4 .col-xs-4 p:last-child{
    font-size: 18px;
    margin-top: 3px;
  

}
.item_4 .head{
  margin-top: 12px !important;
  margin-bottom: 4px !important;
  font-size: 19px;

}
.item_4 a{
    color: #333;

}
.item_in .col-xs-12 a .row:last-child{
    margin-bottom: 15px;

}
.hr3{
    width: 82%;
  
}