.three-col-news-with-anonse {
  background: #fff;
  padding: 0 0 10px 0; }
  .three-col-news-with-anonse__list {
    overflow: auto;
    margin: 0 -10px; }
    .three-col-news-with-anonse__list__row {
      display: table;
      width: 100%;
      margin: 0 0 20px 0; }
      .three-col-news-with-anonse__list__row:last-child {
        margin: 0 0 0px 0; }
    .three-col-news-with-anonse__list__item {
      width: 50%;
      vertical-align: top;
      box-sizing: border-box;
      display: table-cell;
      height: 100%; }
      .three-col-news-with-anonse__list__item:nth-child(3n) {
        padding-right: 0; }
      .three-col-news-with-anonse__list__item__inside {
        display: table;
        width: 100%;
        padding: 0 10px 0px 10px;
        box-sizing: border-box;
        height: 100%; }
        .three-col-news-with-anonse__list__item__inside__bottom {
          margin: 0 -10px; }
        .three-col-news-with-anonse__list__item__inside__img {
          display: table-cell;
          vertical-align: top;
          width: 50%;
          height: 100%; }
          .three-col-news-with-anonse__list__item__inside__img img {
            display: block;
            width: 100%;
            height: auto; }
        .three-col-news-with-anonse__list__item__inside__info {
          display: table-cell;
          vertical-align: top;
          width: 50%;
          padding: 15px 8px 19px 17px;
          background: #f6f6f6;
          -webkit-transition: all 0.1s ease;
          -moz-transition: all 0.1s ease;
          -o-transition: all 0.1s ease;
          -ms-transition: all 0.1s ease;
          transition: all 0.1s ease;
          box-sizing: border-box;
          position: relative; }
          .three-col-news-with-anonse__list__item__inside__info__title {
            color: #000;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            margin: 0 0 20px 0; }
          .three-col-news-with-anonse__list__item__inside__info__date {
            position: absolute;
            bottom: 16px; }
      .three-col-news-with-anonse__list__item:hover .three-col-news-with-anonse__list__item__inside__info {
        background: #efefef; }
        .three-col-news-with-anonse__list__item:hover .three-col-news-with-anonse__list__item__inside__info__title {
          color: #000; }

@media (max-width: 1200px) {
  .three-col-news-with-anonse__list__item__inside__info {
    padding: 8px 8px 10px 10px; }
    .three-col-news-with-anonse__list__item__inside__info__title {
      margin: 0 0 30px 0; }
    .three-col-news-with-anonse__list__item__inside__info .views_and_comments {
      right: 10px; } }
@media (max-width: 1000px) and (min-width: 768px) {
  .three-col-news-with-anonse__list__item__inside__img {
    display: block !important;
    width: 100% !important;
    height: auto !important; }
    .three-col-news-with-anonse__list__item__inside__img img {
      width: 100% !important;
      height: auto !important; }
  .three-col-news-with-anonse__list__item__inside__info {
    display: block !important;
    width: 100% !important; }

  .main-news__info__time_add {
    position: static !important;
    margin-top: 10px; }
  .main-news__photo {
    width: 48.2% !important; } }
@media (max-width: 767px) {
  .main-news__photo {
    width: 100% !important;
    display: block !important; } }
