.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;
}

.r-footer {
  background-color: #244687;
  padding: 12px 0 24px;
}
.r-footer__top {
  padding-bottom: 12px;
  border-bottom: 1px dashed #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .r-footer__top {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .r-footer__top {
    align-items: center;
  }
}
.r-footer__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
  list-style-type: none;
  padding: 0;
}
@media (max-width: 992.98px) {
  .r-footer__list {
    margin: -12px -8px 0;
  }
}
@media (max-width: 600px) {
  .r-footer__list {
    flex-direction: column;
    align-items: center;
  }
}
.r-footer__item {
  padding: 0 12px 0;
}
@media (max-width: 992.98px) {
  .r-footer__item {
    padding: 12px 8px 0;
  }
}
.r-footer__nav-link {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  margin: 0;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.r-footer__nav-link:hover {
  text-decoration: underline;
}
.r-footer__soc-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -8px -4px 0;
  list-style-type: none;
  padding: 0;
}
@media (max-width: 767.98px) {
  .r-footer__soc-list {
    margin-top: 8px;
  }
}
.r-footer__soc-item {
  padding: 8px 4px 0;
}
.r-footer__soc-link {
  display: inline-block;
}
.r-footer__bottom {
  padding-top: 12px;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .r-footer__bottom {
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
  }
}
.r-footer__logo {
  width: 37px;
  height: auto;
  flex-shrink: 0;
  margin-right: 12px;
}
.r-footer__text {
  color: #FFFFFF;
  font-weight: 400;
  text-decoration: none;
  font-size: 12px;
  line-height: 15px;
  margin: 0;
}
.r-footer__link {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  margin: 0;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.r-footer__text + .r-footer__info-list {
  margin-top: 0;
}
.r-footer__info-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -8px -6px 0;
}
@media (max-width: 767.98px) {
  .r-footer__info-list {
    justify-content: center;
  }
}
.r-footer__info-item {
  padding: 8px 6px 0;
}
.r-footer__payment {
  display: flex;
  align-items: center;
  padding: 0 0 0 11px;
  list-style-type: none;
  margin: 12px 0 0 0;
}
.r-footer__payment-item svg {
  height: 32px;
  width: 32px;
}
.r-banner {
  background-color: #e8eeff;
  border-top: 1px solid rgba(25, 85, 254, .4);
  bottom: 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
  box-sizing: border-box;
  left: 0;
  padding: 24px 48px;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

@media(max-width:1023.98px) {
  .r-banner {
    padding: 24px 16px
  }
}

.r-banner__wrapper {
  align-items: center;
  display: flex;
  margin: 0 auto;
  max-width: 1126px;
  width: 100%
}

.r-banner__picture {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: 200px
}

@media(max-width:768px) {
  .r-banner__picture {
    display: none
  }
}

.r-banner__picture img {
  height: 220px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 220px
}

@media(max-width:1023.98px) {
  .r-banner__picture img {
    height: 242px;
    width: 242px
  }
}

.r-banner__content {
  max-width: 779px;
  padding-left: 16px
}

@media(max-width:767.98px) {
  .r-banner__content {
    max-width: none;
    padding-left: 0
  }
}

.r-banner__title {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  margin-bottom: 8px;
  margin-top: 0
}

@media(max-width:767.98px) {
  .r-banner__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px
  }
}

.r-banner__text {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 16px
}

.r-banner__progress {
  max-width: 448px
}

@media(max-width:767.98px) {
  .r-banner__progress {
    max-width: none
  }
}

.r-banner__progress-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px
}

@media(max-width:479.98px) {
  .r-banner__progress-top {
    align-items: flex-start;
    flex-direction: column
  }
}

.r-banner__progress-participants {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin: 0
}

.r-banner__progress-text {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 0 16px
}

@media(max-width:479.98px) {
  .r-banner__progress-text {
    margin-left: 0
  }
}

.r-banner__btn {
  align-items: center;
  background-color: #fe5131;
  border-radius: 8px;
  box-sizing: border-box;
  color: #fff;
  display: inline-flex;
  font-size: 18px;
  font-weight: 700;
  height: 48px;
  justify-content: center;
  line-height: 22px;
  margin-top: 24px;
  min-width: 208px;
  padding: 13px;
  text-align: center;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content
}

@media(max-width:767.98px) {
  .r-banner__btn {
    font-size: 16px;
    line-height: 20px;
    width: 100%
  }
}

.r-banner__close {
  background-color: transparent;
  border: hidden;
  cursor: pointer;
  padding: 12px 16px;
  position: absolute;
  right: 0;
  top: 0
}

@media(max-width:767.98px) {
  .r-banner__close {
    padding: 24px 16px 0 0
  }
}

.r-banner__progress-indicator {
  background-color: #fff;
  border: 1px solid #1955fe;
  border-radius: 32px;
  height: 8px
}

.r-banner__progress-indicator span {
  background-color: #1955fe;
  border-radius: 32px;
  display: block;
  height: 100%
}

.r-banner__toggle:checked+.r-banner {
  display: none
}