.barshik-poriboton{
  padding-bottom: 40px ;
}
.protibedon-item {
  margin-top: 30px;
}

.top-link {
  padding: 0 0 20px 0px;
  border-bottom: 1px solid #b9b9b9;
}
.top-link ul {
  display: flex;
  gap: 10px;
}
.top-link ul li {
  font-size: 16px;
  font-weight: var(--font-regular);
  line-height: 140%;
}
.top-link ul li a:hover {
  color: #0d6efd;
}
.home-link {
  color: var(--orange-color);
}
.second-link {
  /* color: var(--black-color-1); */
  color: black;
}

 /* News list structure and top link Css */


/*Media Query */

@media screen and (max-width: 992px) {
  .top-link ul {
    display: flex;
    gap: 5px;
  }
  .top-link ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {


  .top-link ul li {
    font-size: 12px;
  }
  /* .table-barshik tr th, .table-barshik tr td {
    white-space: nowrap;
} */
}
@media screen and (max-width: 425px) {
  .banner-header h1 {
    font-size: 14px;
  }
}
.t-header{
  background: #D9D9D9;
 
}
.table-head-decoration th{
  color: #333;
  padding: 15px;
  /* white-space: nowrap; */
}
.table-head-decoration td{
  color: #333;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 125% */
  padding: 10px;
  text-align: left;
}
.table-barshik{
 text-align: justify;
 justify-content: space-between; 
 width: 100%;  

}
.table-barshik tr th,
.table-barshik tr td{
  border: 1px solid #969696;
  font-size: 16px;
}

.table-barshik tr:nth-child(even) {
  background: rgba(195, 225, 233, 0.50);
}

tr.table-head-decoration:hover {
  background: #D9D9D9;
}
.table-barshik th:nth-child(4),
td:nth-child(4){
  text-align: center;
}
.barshik-download-icon{
  color: #004382;
  font-size: 16px;
  font-weight: 600;
  padding: 4px;
  transition: 0.4s;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #004382;
  /* display: flex; */
}
.barshik-download-icon:hover{
  color: #F97700;
  border: 1px solid #F97700;
}
/* .table-barshik tr:hover {
  background-color:#969696;
} */
