.top-events__item .item-topevents__link{
  background-size: cover!important;
  background-position: unset!important;
  height: 145px;
}

@media (max-width: 375px) {
  .top-events__item .item-topevents__link{
    height: 190px;
  }
}


.footer__about .about-footer__link{
  font-size: 12px;
  padding: 5px 5px;
}

.postHeader{
  display: flex;
  justify-content: space-between;
  align-items: center;

  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.postHeader__thanksBtn{
  font-size: 15px;
  background-color: #395298;
  color: #fff;
  border-radius: 8px;
  padding: 10px;

  display: flex;
  justify-content: center;
  align-items: center;

  border: none;
}

.authorBlock{
  display: flex;
  align-items: center;
}

.authorBlock__photo{
  border-radius: 50%;
  overflow: hidden;
}

.authorBlock__link:hover .authorBlock h2,
.authorBlock__link:hover .authorBlock p{
  color: red
}
.authorBlock__link:hover .authorBlock img{
  transform: scale(1.2);
}

.authorBlock h2{
  font-size: 16px;
  color: #5972A4;
  font-weight: 800;
  transition: 0.3s;
}
.authorBlock p{
  font-size: 15px;
  color: #000;
  transition: 0.3s;
}
.authorBlock img{
  width: 64px;
  height: 64px;
  transform: scale(1);
  transition: 0.3s;
}

.authorBlock__data{
  padding: 12px;
}

.wikitable tr td:nth-child(5),
.wikitable tr th:nth-child(5){
      display: none;
}

.wikitable{
      border: 1px solid gray;
      padding: 10px 20px;
}

.region-header__list{
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
}