.main-news {
  background: #f6f6f6;
  display: table;
  height: 100%;
  width: 100%;
  overflow: auto;
  margin: 0 0 20px 0; }
  .main-news__photo {
    width: 45.2%;
    position: relative;
    height: 100%;
    display: table-cell;
    vertical-align: top; }
    .main-news__photo img {
      display: block;
      width: 100%;
      height: auto; }
  .main-news__info {
    width: 56.4%;
    padding: 15px 19px;
    box-sizing: border-box;
    height: 100%;
    position: relative;
    display: table-cell;
    vertical-align: top; }
    .main-news__info-inside {
      height: 100%; }
    .main-news__info__title {
      color: #333333;
      font-size: 32px;
      line-height: 34px;
      letter-spacing: 0.1px;
      display: block;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .main-news__info__title span {
        font-weight: bold; }
    .main-news__info__description {
      margin: 5px 0 20px 0;
      color: #333333; }
    .main-news__info__time_add {
      bottom: 17px;
      left: 20px;
      opacity: 1 !important;
      visibility: visible !important;
      position: absolute; }
    .main-news__info__comments {
      bottom: -2px;
      right: 0px;
      overflow: auto; }
      .main-news__info__comments__icon {
        width: 20px;
        height: 19px;
        background-image: url("/profiles/portal/themes/purple/images/SVG/icon_article_messages.svg");
        background-repeat: no-repeat;
        margin: 0 2px 0 0;
        float: left; }
      .main-news__info__comments__number {
        float: left; }
    .main-news__info__views {
      bottom: -2px;
      right: 46px;
      overflow: auto; }
      .main-news__info__views__icon {
        width: 20px;
        height: 19px;
        background-image: url("/profiles/portal/themes/purple/images/SVG/icon_article_eye.svg");
        background-repeat: no-repeat;
        margin: 0 4px 0 0;
        float: left; }
      .main-news__info__views__number {
        float: left; }
  .main-news:hover .main-news__info__title {
    color: #000; }
  .main-news:hover .views_and_comments {
    opacity: 1;
    visibility: visible; }
  .main-news:hover {
    background: #efefef; }
  .main-news .main-events-table .short-last-news__inside__list {
    height: 281px; }

.main-events-table__inside__bottom .three-col-news-with-anonse__list__item__inside__info__title {
  min-height: 125px; }

@media (max-width: 1200px) {
  .main-news__info__title {
    font-size: 27px;
    line-height: 29px; }

  .main-news__info__description {
    margin: 10px 0 0 0; } }
@media (max-width: 1300px) and (min-width: 768px) {
  .main-news__info__time_add {
    position: static !important;
    margin-top: 10px; }
  .main-news__photo {
    width: 48.2% !important;
    vertical-align: middle !important;
    background: #000; } }
@media (max-width: 1300px) and (min-width: 1023px) {
  .main-events-table__inside__left {
    height: auto !important; }

  .main-events-table__inside {
    height: auto !important; } }
@media (max-width: 1000px) {
  .main-events-table__inside__bottom .three-col-news-with-anonse__list__item__inside__info__title {
    min-height: auto; } }
@media (max-width: 767px) {
  .main-news__photo {
    width: 100% !important;
    display: block !important; } }
@media (max-width: 992px) and (min-width: 700px) {
  .live-news__wrapper .live-news__inside__live-record {
    height: auto !important; } }
