@media screen and (max-width:960px) 
						{
  .fixed-header {
    height: 620px; /* Прописываем высоту контейнера */
    overflow-y: auto; /* Активируем прокрутку */
  }
  .fixed-header tbody {
    height: 620px; /* Задаём высоту области прокрутки */
    overflow-y: auto; /* Добавляем возможность прокрутки */
  }
  #thead_mod{
  position: sticky;
    top: 0;
    background: #ffffff;
	    word-wrap: break-word;}
}