.news-list-aktsii {
    display: flex;
    flex-wrap: wrap;
}

.news-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}

.news-list-item-aktsii {
   position: relative;
   width: calc((100% - 40px) / 3);
   box-sizing: border-box;
   margin-bottom: 0 !important;
}

.news-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news-list-item .news-list-preview-image {
  width: 100%;
  min-height: 500px;
}

.news-list-item .news-list-preview-image img {
  width: 100%;
  height: 100%;
  border-radius: 28px;
  object-fit: cover;
  filter: brightness(50%);
}

.news-list-item .news-list-preview-text .detail-news-btn.btn {
  margin-right: 50px;
  padding: 10px 5px;
}

.news-list-item .news-list-preview-text {
    position: absolute;
    display: flex;
    flex-direction: column-reverse;
    width: 64%;
    padding: 0;
    top: 28px;
    left: 40px;
}

.news-list-item .news-list-preview-text .news-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.news-list-item .news-list-preview-text .news-title a {
 color: #ffffff;
}

.news-list-item .news-list-preview-text .news-preview-text {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 30px;
  width: 100%;
}

.news-list-item .news-list-preview-text .detail-news-btn.btn {
  /*margin-left: auto;*/  
  margin-bottom: 20px;
}

.news-list-item .news-list-preview-text .detail-news-btn-new {
    padding: 8px 10px 8px 10px !important;
    max-width: 130px;
    font-size: 14px !important;
    font-weight: 600;
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 28px;
}

@media (max-width: 991.97px) { 
	.news-list-item-aktsii {
	   width: calc((100% - 20px) / 2);
	}
}

@media (max-width: 800px) {
  .news-list-item .news-list-preview-image {
    width: 100%;
  }
  .news-list-item {
    flex-direction: column;
  }
  .news-list-item .news-list-preview-text .news-title {
    text-align: center;
  }
  .news-list-item .news-list-preview-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
  }
  .news-list-item .news-list-preview-text .detail-news-btn.btn {
    margin-left: 0;
    font-weight: 400;
    font-size: 18px;
  }
	.news-list-item-aktsii {
		   width: 100%;
		}
	}



/*main a {*/
/*  color: -webkit-link;*/
/*  cursor: pointer;*/
/*  text-decoration: underline;*/
/*}*/