.block_lenta_h2{
	color: #fff;
    font-size: 20px;
    margin-bottom: 0px;
    text-align: left;
    text-transform: none;

}
.background_top{
    width: 99.9%;
    height: auto;
    display: block;
    background: #101226;
}
.block_lenta {
    width: 1180px;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
    margin: 0 auto;
    
  }
  .lenta_div {
    display: flex;
    transition: transform 0.5s ease;
  }
  .div_user {
    display: flex;
    border: 1px solid white;
    padding: 5px;
    margin-right: 5px;
    border-radius: 10px;
    width: 150px; /* ширина блока */
    flex-shrink: 0;
    height: 60px;
  }
  .div_user_img img {
    width: 80px;
    height: auto;
  }
  .div_x {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 5px;
    width: 90px;
  }
  .x_user, .x_mani {
    color: #fff;
    margin-top: 5px;
  }
  @media(max-width: 1200px){
    .block_lenta{
      width: 98%;
    }
  }