/*{
  width: calc((100% / 3) - 1 ) !important;
} 
.new-template .big-news{
  width:calc((((100% - 1px) / 3) * 2) + 1px ) !important;
}*/
.new-template .big-news , .new-template .small-news-right .item , .new-template .small-news-bottom .item{
  border:none !important;
}

@media (min-width: 1400px){
  .new-template .big-news {
      width: calc(((1380px * 0.94 * 0.75) / 3) * 2);
          height: calc((((1380px * 0.94 * 0.75) / 3) * 1.5 ) - 54px);
  }

  .new-template .big-news .main-foto-big{
    width: 100%;
    height: 100%;
  }

  .content .big-news .main-foto-big  a {
      padding-right: 0px;
      display: block;
      width: 100%;
      height: 100%;
  }

  .new-template .big-news .main-foto-big  a img{
    width: 100%;
    height: 100%;
  }

  .new-template .small-news-bottom .item, .new-template .small-news-right .item{
      width: calc(((1380px * 0.94 * 0.75) / 3));
      height: calc(((1380px * 0.94 * 0.75) / 3) / 1.5);
  }
}

.news_inf_belta_index{
  height:535px;
}

.photo-news .big-foto .foto-wrap {
    width: 100%;
    height: 260px;
}

.photo-news .big-foto .foto-wrap img {
    object-fit: cover;
    height: 100%;
    max-height: 260px;
    width: 100%;
    min-width: 390px;
}

.photo-news .other-foto .image {
  width: 120px;
  height: 80px;
}

.photo-news .other-foto .image img{
    object-fit: cover;
    max-height: 80px;
    min-height: 80px;
}

.photo-news #owl-photo .other-foto .image {
    margin-bottom: 10px;
}