.content__right {
  width: calc(35.5% - 90px);
  position: absolute;
  top: 30px;
  margin: 10px;
  max-width: 340px;
  right: 0;
}
.content__right:before {
  content: "";
  display: block;
  position: absolute;
  width: -webkit-fill-available;
  width: -moz-available;
  max-width: 340px;
  height: 100%;
  right: 0;
  /* border-left: 1px solid #eee;
    border-right: 1px solid #eee; */
  top: 25px;
  z-index: -1;
}
.content__right a:not(.tag) {
  margin-bottom: 10px;
  width: 100%;

  border-bottom: 1px solid rgba(125, 125, 125, 0.3);
}
.content__right a:not(.tag) h4 {
  padding: 5px 0;
}
.ad.news {
  padding-bottom: 0.781vw;
  margin-bottom: 0.781vw;
  width: auto;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.25vw 0.521vw 0.521vw;
  /* background-color: #e1e1e1; */
}
@media screen and (max-width: 1000px) {
  body.newsactive .content__right {
    display: block;
    width: auto;
    flex-basis: 100%;
    margin-top: 0 !important;
    display: flex;
    flex-direction: column;
    padding: 20px 10px 0;
    max-width: 100%;
    overflow: hidden;
    border: unset;
    position: unset;
  }
  .content__right {
    display: none;
  }
}
