.xxx-news-section-container .xxx-news-section {
  border-top: 1px solid #e8ecef;
  padding-top: 30px;
  margin-top: 30px;
}

.xxx-news-section-container .xxx-news-section:first-child {
  border: none;
  padding-top: 0;
  margin-top: 0;
}

.xxx-news-section__sub-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.xxx-news-section__sub-news-item {
  width: calc(50% - 15px);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 30px;
}

.xxx-news-section__sub-news--2-child-mt-0 > *:nth-child(1),
.xxx-news-section__sub-news--2-child-mt-0 > *:nth-child(2) {
  margin-top: 0;
}

.xxx-news-section__sub-news--1-child-mt-0 > *:nth-child(1) {
    margin-top: 0;
}

.xxx-news-section__sub-news--first-big .xxx-news-section__sub-news-item:nth-child(5n + 1) {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.xxx-news-section__sub-news--first-big .xxx-news-section__sub-news-item:nth-child(5n + 1) .xxx-news-block__filter {
    display: block;
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(51, 62, 80, 0.5);
}

.xxx-news-section__sub-news--first-big .xxx-news-section__sub-news-item:nth-child(5n + 1) .xxx-news-block__info {
    position: relative;
    z-index: 2;
    padding: 25px 25px 18px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    height: 100%;


    min-height: 366px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.xxx-news-section__sub-news--first-big .xxx-news-section__sub-news-item:nth-child(5n + 1) .xxx-news-block__title {
    color: #fff;
    text-align: center;
    font-size: 30px;
}

.xxx-news-section__sub-news--first-big .xxx-news-section__sub-news-item .xxx-news-block__title.xxx-news-block__title--heading-title {
    font-size: 30px;
}

.xxx-news-section__sub-news--first-big .xxx-news-section__sub-news-item:nth-child(5n + 1) .xxx-news-block__params > * {
    color: #d7d7d7;
}

.xxx-news-section__sub-news--first-big .xxx-news-section__sub-news-item:nth-child(5n + 1) .xxx-news-block__params a:hover {
    color: #7bc057;
}

.xxx-news-section__sub-news--first-big .xxx-news-section__sub-news-item:nth-child(5n + 1) .xxx-news-block__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    margin: 0;
}

.xxx-news-section__sub-news--first-big .xxx-news-section__sub-news-item:nth-child(5n + 1) .xxx-news-block__params-category {
    display: none;
}

.xxx-news-section__sub-news--first-big .xxx-news-section__sub-news-item:nth-child(5n + 1) .xxx-news-block__tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
}
