
/* ++ новости дня */

#topday
{
  overflow:hidden;
  width:100%;
}
.topday-news
{
  float:left;
  position:relative;
  width: calc( ( 100% - 10px ) / 2 );
}
.topday-news:first-child
{
  margin:0 10px 0 0;
}
.topday-news .label
{
  position: absolute;
  background: #7A1110;
  font-size: 11px;
  line-height:28px;
  color: #fff;
  padding: 0 7px;
  opacity:0.8;
}
.topday-news H3
{
  position:absolute;
  bottom:0;
  width: 100%;
}
.topday-news H3 A
{
  opacity:0.8;
  display:block;
  padding:5px 7px;
  background:#fff;
  margin: 0;
  color: #000;
  font-size: 14px;
  text-decoration:none;
  text-transform:uppercase;
}
.topday-news:hover H3 A
{
  color: #7A1110;
  opacity:1;
}
.topday-news .tdimg
{
  width: 100%;
  overflow: hidden;
  height: 200px;
}
.topday-news .tdimg IMG
{
  width:100%;
  height: auto;
}
/* -- новости дня */