.b-events-feed__tabs {
  height:49px;
  margin-left:-23px;
  /* margin-left:-70px; */
 /* padding-top: 20px;*/
}
  .b-events-feed__tabs__tab {
    /* height:48px; */
    float:left;
    position:relative;
  }
  .b-events-feed__tabs__tab-c {
    font-size:1.8em; font-weight:400; font-style:normal;
    color:#036;
    padding:20px 25px 0;

    margin:0;
  }
    .b-events-feed__tabs__tab-c a {
      color:#036;

      text-decoration:none;
      border-bottom:1px dashed #036;
    }
    .b-events-feed__tabs__tab_current .b-events-feed__tabs__tab-c {
      /* font-weight:400; */
      background:url(../../../images/feed__tabs__tab_current.png) bottom center no-repeat;

      padding-bottom:12px;
    }
      .b-events-feed__tabs__tab_current u {
        color:#ed7b02;
        border-bottom-color:#fff;

        text-decoration:none;
       }

       .b-events-feed__tabs__tab_current s {display:none !important;}
    /* .b-events-feed__tabs__tab_current s {
      display:block;
    
      position:absolute;
      bottom:0; left:0;
    
      width:166px; height:17px;
      margin:0 0 -14px -23%;
    
      background:url(../../../images/feed__tabs__tab_current.png) 0 0 no-repeat;
    } */