@media screen and (max-width: 1200px)
{ .Header { width: 100%;}
  .Header_Logged { width: 100%;}
/*
   span.Address { display: none; }
   span.eMail   { display: none; }
   span.Request { display: none; }
   tr.Description { display: none; }
   tr.Request     { display: none; }
*/
  .Content { width: 100%; }
}
/*
@media screen and (max-width: 1000px) {
.Top_Menu li span { display:none; }
.Top_Menu li.Selected span { display:inline-block; }
.Top_Menu li[name='Products'] span { display:inline-block; }
.Top_Menu li[name='Login'] span { display:inline-block; }
.Stores { flex-wrap: wrap; }
.Stores .List { width:48% }
.Stores .Image { width: 48%; }

.StoreDetails { flex-wrap: wrap; }
.StoreDetails .WorkTime td
{ font-size: 15px;
}
*/
@media screen and (max-width: 800px) {
  .TasksList span.Address { display: inline; }
  .TasksList span.eMail { display: inline; }
  .TasksList td.Address   { display: none; }
  .TasksList td.eMail   { display: none; }
  .TasksList td.Date { width: 72px; }
  .TasksList tr.MainRow td.Date { text-align:center; }

}

@media screen and (max-width: 600px) {
  .TasksList span.Request { display: inline; }
  .TasksList td.Request   { display: none; }
}

@media screen and (max-width: 550px) {
  .TasksList td.Description { display: none; }
  .TasksList div.Description { display: block; }
  .TasksList div.Request { display: block; }
  .Main_Menu.FirstLine li:not(:first-child):not(:last-child)
  { display:none; }
  .Main_Menu.SecondLine { display:block; }
  .Sub_Menu { top: 75px;}
}

@media screen and (max-width: 300px) {
.Header { width: 288px; }
.Header_Logged { width: 288px;}
.breadcrumb { width:288px; }
.Content { width: 288px; }
}