#sromember-page,
#document-page,
.event-card {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  padding: 0 85px 20px;
  font-size: 14px;
}

.modal {
  z-index: 99999;
}

.block-guide {
  position: absolute;
  right: 20px;
}

.article-3 img {
  filter: drop-shadow(0px 4px 10px rgba(124, 133, 155, 0.45));
  border-radius: 4px;
}

.article-3 a {
  text-decoration: underline;
}
.img-item-copy-r {
  float: right;
  max-width: 400px !important;
  margin-left: 15px;
  display: inline-block;
  margin-top: 10px;
}

.img-item-copy-l {
  max-width: 400px !important;
  display: inline-block;
  float: left;
  margin-right: 15px;
  margin-top: 10px;
}

.SearchHighlight {
  background: #ffa960;
}

.banner {
  height: auto;
  min-height: 180px;
}

.banner .flex-row {
  position: relative;
  height: 100%;
  align-items: stretch;
}

.banner-img {
  height: auto;
}

.banner-img .additional-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 100%;
  padding: 10px;
  font-family: "Montserrat";
  color: #283b5b;
  font-size: 16px;
  font-weight: 600;
  background: url(../img/background-fog.png) 00 no-repeat;
  background-size: cover;
  gap: 6px;
  line-height: 1.1;
}

@media (max-width: 650px) {
  .img-item-copy-l,
  .img-item-copy-r {
    max-width: 100% !important;
    margin: 0;
    margin-bottom: 10px;
  }

  .banner-img .additional-text {
    font-size: 12px;
  }
}
.news-block .news-img{
position:relative;
justify-content: center;
align-items: center;
padding-top: 50px;
display:flex;
}


.news-block .news-img .img-content{

  position: relative;
    width: 100%;
    height: 100%;
    max-width: 350px;
    max-height: 350px;
    text-align:center;
}



.news-block .news-img img{
 max-width: 100%;
 max-height: 100%;
 /*position: absolute;*/
 object-fit: contain !important;
 }

.news-block .news-img img.blr {
    position: absolute;
    left: -25px;
    right: -25px;
    top: -25px;
    bottom: -25px;
    background-color: white;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    filter: blur(15px);
    transform: scale(1.4);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
