.next-news-new-block {
    margin-bottom: 40px;
}

/* .next-news-new-block, .next-news-new-block .tmb-country-text {
  *zoom: 1; }
  .next-news-new-block:before, .next-news-new-block .tmb-country-text:before, .next-news-new-block:after, .next-news-new-block .tmb-country-text:after {
    content: " ";
    display: table; }
  .next-news-new-block:after, .next-news-new-block .tmb-country-text:after {
    clear: both; 
  } */
.next-news-new-block .tmb-title {
  display: table-cell;
  font-size: 15px;
  color: #fff;
  background: #53565a;
  width: 290px;
  vertical-align: middle;
  position: absolute;
  padding-left: 120px;
  left: -100px;
  padding-top:7px;
  padding-bottom: 7px;
}
.next-news-new-block .tmb-title:after {
 content: ' ';
 position: absolute;
 width: 100%;
 height: 100%;
 transform: skew(-45deg);
 top: 0;
 left: 0;
 transform-origin: bottom left;
 background: #53565a;
 z-index: -1;
}

.next-news-new-block .tmb-righttop {
  display: table-cell;
  min-width: 134px;
  height: 38px;
  vertical-align: top;
  padding-left: 10px;
  padding-right: 5px;
  }

.next-news-new-block .tmb-count {
  font-size: 12px;
  color: #a2a2a2;
  font-family: PT Sans, sans-serif;
  margin-right: 10px;
  }
  .next-news-new-block .tmb-count > span {
    color: #000; }
.next-news-new-block .tmb-arrows {
    
  }
.next-news-new-block .news-text {
    display: table-cell;
    vertical-align: middle;
    padding-left: 220px;
  }
  .next-news-new-block .tmb-arrows > div {
    border: 1px solid #e3e9ec;
    width: 55px;
    height: 22px;
    float: left;
    overflow: hidden;
    cursor: pointer; 
    background: #53565a;
  }
    .next-news-new-block .tmb-arrows > div:first-child {
        color: #fff;
        text-align:center;
       }
      .next-news-new-block .tmb-arrows > div:first-child + div {
        color: #fff;
        text-align:center;
         }
    .next-news-new-block .tmb-arrows > div:hover {
      background-color: #862633;
     }
.next-news-new-block .tmb-bot {
    height: 100%;
    float: left;
 }
  .next-news-new-block .news-text > div {
    display: none; }
    .next-news-new-block .news-text > div.active {
      display: block; }
.next-news-new-block .tmb-country-text,
.next-news-new-block .tmb-country,
.next-news-new-block .tmb-text {
  float: left; }
.next-news-new-block .tmb-country {
  color: #a2a2a2;
  font-size: 12px;
  margin-top: 1px;
  text-transform: uppercase; }
.next-news-new-block .tmb-text {
  margin-left: 22px; }
  .next-news-new-block .tmb-text > p {
    margin-bottom: 0;
    font-size: 14px;
    color: #000;
    line-height: 20px; }
.table-timer {
  display: table-cell;
  width: 138px;
}
.tmb-timer {
  vertical-align: top;
  border: 2px solid #d0d3d4;
  max-height: 38px;
}
.tmb-timer:after {
    content: "";
    clear: both;
    display: table;
}
.tmb-timer > div {
    float: left;
    height: 34px; 
    font-family: PT Sans, sans-serif;
    font-size: 12px;
    color: #a2a2a2;
    text-align: center;
    line-height: 12px;
    padding: 4px 0;
    width: 26px;
    overflow: hidden;
}
.tmb-timer > div > strong {
  font-weight: bold;
  color: #000;
  font-size: 18px;
  line-height: 15px; 
}
.tmb-timer > div:first-child {
  width: 34px;
  color: #000;
  font-size: 20px;
  background: #d0d3d4;

}
.tmb-timer > div:first-child + div {
  background: #fff;
  text-align: center;
  width: 26px;
  padding-left: 2px;
}
.tmb-timer > div:first-child + div + div {
  background: #fff;
  width: 26px;
  text-align: center; 
}
.tmb-timer > div:first-child + div + div + div {
  width: 26px;
  text-align: center;
   }

.tmb-timer #auto {
        width: auto;
    }
        
    
html[lang=ar] .next-news-new-block,
html[lang=fa] .next-news-new-block
    {
      padding-right: 20px;
      display: inline-block;
    }
html[lang=ar] .tmb-arrows > div,
html[lang=fa] .tmb-arrows > div
{
        float:right;
}
html[lang=ar] .tmb-title,
html[lang=fa] .tmb-title {
    width: auto;
    left: auto;
    padding-left: 0;
    padding-right: 200px;
    right: -200px;

}  
html[lang=ar] .news-text,
html[lang=fa] .news-text {
    padding-left: 0;
    padding-right: 120px;
}
html[lang=ar] .tmb-title:after,
html[lang=fa] .tmb-title:after {
    transform: skew(45deg);
}
@media screen and (max-width: 768px) {
  .next-news-new-block {
    padding-right: 10px; } }
@media screen and (max-width: 520px) {
  .next-news-new-block .tmb-title {
    display: inline-block;
    position: relative;
  }
    html[lang=ar] .table-timer,
    html[lang=fa] .table-timer {
            left: 0;
            right: unset;
        }
    .table-timer {
      display: inline-block;
      /* margin-left: 20px; */
      position: absolute;
      right: 0;
      top: 0;
  }
  .next-news-new-block {
      margin-bottom: 5px;
  }
  .next-news-new-block .news-text {
    padding-left: 20px; }
  .next-news-new-block .tmb-country-text {
    margin-bottom: 10px;
    width: 100%; } }

/*# sourceMappingURL=main.css.map */
