/*.content-container {*/
/*    padding-right: 36px;*/
/*}*/
.main-container{
  padding-bottom: 109px;
}

/*news-list-wrapper*/
/***/
.news-list-wrapper{
    margin-bottom: 60px;
}
.news-list-wrapper.second{
    margin-bottom: -2px;
}
/***/
.news-list-wrapper .title-h2{

    text-transform: none;
    font-size: 37px;
    letter-spacing: normal;
}
.news-list{
    margin-top: 36px;
    margin-bottom: 40px;
}

/***/
.news-item{
  margin-bottom: 0px;
    flex-basis: 30%;
}
/*Similar with news-list*/
/***/
.date a{
    font-weight: bold;
    color: #1486ba;
    text-decoration: none;
    padding-left: 5px;
}
.news-item-wrapper.second .news-box .link{
    text-transform: uppercase;
}
.news-box a:hover{
    color: #c80008;
}
.news-item-wrapper.second .news-box p{
    height: 52px;
}
.hide {
    display: none;
}
.news-tabs {
    display: flex;
    width: 100%;
    margin: auto;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-tabs .tab {
    width: 49%;
    display: block;
    margin: auto;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding-top: 7px;
    padding-bottom: 7px;
}
.news-tabs .tab.active {
    background-color: #e3e3e3;
}
/***/
@media only screen and (max-width:2499px) {

    .content-container {
      /*width: calc(100% - 271px - 60px);*/
    }

    /*news-actions-containe*/
    .news-item{
        height: calc(230px * 0.9);
    }
    .news-item-img {
        height: initial;
        /*width: calc(368px * 0.9);*/
    }
}

@media only screen and (max-width:2320px) {
    /*news-actions-containe*/
    .news-item {
        height: calc(230px * 0.8);
    }
    /*.news-item-img {*/
        /*width: calc(368px * 0.8);*/
    /*}*/
    .news-box-wrapper{
        width: calc(331px * 0.8);
    }
    /***/
    .date-box{
        margin-top: 0px;
    }
    .news-box .link{
        font-size: 18px;
        max-height: 21px;
    }
    .news-text{
        height: 77px;
        font-size: 12px;
    }
}

@media only screen and (max-width:2150px) {
    .news-item {
        height: calc(230px * 0.7);
    }

    /*.news-item-img {*/
        /*width: calc(368px * 0.7);*/
    /*}*/
}

@media only screen and (max-width:2050px) {
  /*news-actions-containe*/
    .news-item {
        height: calc(230px * 0.6);
    }

    /*.news-item-img {*/
        /*width: calc(368px * 0.6);*/
    /*}*/
    .news-item-img>img {
        object-fit: contain;
    }
    .news-box-wrapper{
        width: calc(331px * 0.8);
    }
    /***/
}

@media only screen and (max-width:2015px) {
    .main-container{
        padding-bottom: 60px;
    }
}

@media only screen and (max-width:1760px) {
 /*news-actions-container*/
  .news-item{
      height: calc(230px * 0.6);
  }
  .news-item:last-of-type{
      margin-bottom: 0px;
  }
  /***/
  /*.news-item-img{*/
      /*width: calc(368px * 0.6);*/
  /*}*/
  .news-box-wrapper{
    width: calc(331px * 0.6);
  }
  /***/
  .news-box .link {
    height: 18px;
  }
  /***/
  .date-box{
    padding-left: 5px;
    padding-right: 5px;
  }
  .date-box.another{
     font-size: 12px;
  }
}


@media only screen and (max-width:1599px) {

    /*news-actions-containe*/
    /***/
    .news-item-img {
        height: inherit;
    }
    /***/
    .news-box .link{
        max-height: 45px;
    }
    .date-box{
        margin-top: 0px;
    }
}

@media only screen and (max-width:1279px) {
    /*news-actions-container*/
    .news-item {
        height: calc(230px * 0.7);
    }
    /*.news-item-img {*/
        /*width: calc(368px * 0.7);*/
    /*}*/
    .news-box-wrapper{
        width: calc(331px);
    }
    /***/
    .date-box{
        margin-top: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .date-box.another {
        font-size: 14px;
    }
    .news-box .link{
        font-size: 18px;
    }
    .news-text{
        height: 91px;
        font-size: 12px;
    }
}

@media only screen and (max-width:991px) {
  .content-container {
    width: calc(100%  - 60px);
      margin: auto;
  }
  /*news-actions-container*/
    .news-list-wrapper{
        margin-bottom: 60px;
    }
    .news-item {
      height: 180px;
      margin-bottom: 40px;
      margin-top: 0px;
        flex-basis: 100%;
    }
    .news-item:nth-of-type(2) {
        margin-top: 0px;
    }
    /***/
    .news-item-img {
      width: auto;
      max-width: 288px;
    }
    .news-box-wrapper{
      width: calc(331px);
      }
    .date-box {
      margin-top: 20px;
    }
    .news-text{
      height: 106px;
    }
}

@media only screen and (max-width: 767px) {
   .content-container {
        width: calc(100%);
  }
  /*news-actions-container*/
    .news-box {
        margin-top: 20px;
    }
}

@media only screen and (max-width:600px) {
  /*news-list-wrapper*/
    .date-box {
        margin-top: 0px;
    }
    .news-item{
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        margin-bottom: 0px;
        height: auto;
        margin-top: 0px;
    }

    .news-item:nth-of-type(2) {
        margin-top: 0px;
    }
    .news-item-img{
        height: initial;
        max-width: initial;
    }
    /***/
    .news-item-img .image{
        width: 100%;
    }
    .news-box-wrapper{
        width: auto;
        margin-left: 0px;
        margin-top: 10px;
        max-width: 368px;
        max-height: 140px;
    }
}
