.item-views.news2:not(.with-border) {
  padding-bottom: 25px;
}
.item-views.news2.with-border {
  padding-bottom: 28px;
}
.item-views.news2 .row .item-wrapper {
  padding-bottom: 32px;
}

.wrapper1:not(.with_left_block) .wrapper_inner.front .drag-block.container .item-views.news2:not(.with-border) {
  padding-bottom: 35px;
}
.wrapper1:not(.with_left_block) .wrapper_inner.front .drag-block.container .item-views.news2.with-border {
  padding-bottom: 38px;
}

.item-views.news2 .row.flexbox.compact {
  display: flex;
  flex-wrap: wrap;
}
.item-views.news2 .row.flexbox.compact > [class*="col-"] {
  display: flex;
}
.item-views.news2 .item-wrapper {
  display: flex;
}
.item-views.news2 .item-wrapper .item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.item-views.news2 .item-wrapper .item .image {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 3px 3px 0 0;
}
.item-views.news2 .item-wrapper .item .image a {
  display: block;
}
.item-views.news2 .item-wrapper .item .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#main .item-views.news2 .compact .item-wrapper .item .inner-text .title a:hover {
  color: #257de3;
}

.item-views.news2 .item-wrapper .item.bordered.box-shadow .image {
  margin: -1px -1px 0;
}

.item-views.news2 .item-wrapper .item.bordered .inner-text {
  padding: 20px 24px 19px;
}
.item-views.news2 .item-wrapper .item .inner-text.with-date {
  flex: 1 1 auto;
}
.item-views.news2 .item-wrapper .item .period-block {
  margin: 0 0 8px;
}
.item-views.news2 .item-wrapper .item .period-block .date {
  display: block;
  font-size: .867em;
  line-height: 1.692em;
  color: #999;
}
.item-views.news2 .item-wrapper .item .period-block .date:first-letter {
  text-transform: capitalize;
}
.item-views.news2 .item-wrapper .item .title {
  margin: 0;
}
.item-views.news2 .item-wrapper .item .inner-text .title {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.9334em;
}

.item-views.news2 .item-wrapper .item .inner-text .title a {
  text-decoration-line: none !important;
}

.item-views.news2.with-border .bottom_nav .ajax_load_btn {
  margin-bottom: 22px;
}

@media (min-width: 992px) {
  .item-views.news2.md .item-wrapper .item .image {
    height: 161px;
  }
  .with-text-block-wrapper .item-views.news2.md .item-wrapper .item .image {
    height: 150px;
  }
  .item-views.news2.lg .item-wrapper .item .image {
    height: 208px;
  }
}

.top_block {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items:center;
}

.top_block > :nth-child(3){
  margin-left:auto;
}

@media (max-width: 991px) {
  .item-views.news2 .item-wrapper .item .image {
    height: 0;
    padding-top: 66%;
  }
  .item-views.news2 .item-wrapper .item .image img {
    position: absolute;
    inset: 0;
  }
}

@media (min-width: 992px) and (max-width: 1300px) {
  .item-views.news2.small-bg-plate .items.s_3 .item-wrapper.col-md-4 {
    width: 50%;
  }
}

@media (max-width: 600px) {
  body .wrapper1:not(.with_left_block) .wrapper_inner.front .drag-block.container .item-views.news2.with-border {
    padding-bottom: 8px;
  }

  .item-views.news2 .compact .item-wrapper .item {
    border: none;
    background: none;
    box-shadow: none;
  }

  #main .item-views.news2 .compact .item-wrapper {
    padding-bottom: 19px;
    margin: 0;
  }

  #main .item-views.news2 .compact .item-wrapper .item .image {
    display: block !important;
    width: 100px;
    height: 67px;
    padding-top: 0;
    float: left;
    border-radius: 3px;
    margin-bottom: 0;
  }
  #main .item-views.news2 .compact .item-wrapper .item .image img {
    position: static;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #main .item-views.news2 .compact .item-wrapper .item .inner-text {
    padding: 0 0 0 117px;
    position: relative;
    margin: 0;
    top: -2px;
    overflow: visible;
  }

  #main .item-views.news2 .compact .item-wrapper .item .inner-text.with-date {
    padding-bottom: 28px;
  }

  #main .item-views.news2 .compact .item-wrapper .item .inner-text .title a {
    display: block;
    line-height: 21px;
  }

  #main .item-views.news2 .compact .item-wrapper .item .period-block {
    font-size: 12px;
    position: absolute;
    left: 117px;
    bottom: -5px;
    margin: 0;
  }

  .item-views.news2.compact .bottom_nav .ajax_load_btn {
    margin-bottom: 40px;
  }

  #main .wrapper1 .wrapper_inner.front .drag-block.container .content_news2 .item-views.news2 {
    padding-bottom: 0;
  }
  #main .wrapper1 .wrapper_inner.front .drag-block.container .content_news2 .item-views.news2.normal:not(.with-border) {
    padding-bottom: 19px;
  }
  #main .wrapper1 .wrapper_inner.front .drag-block.container .content_news2 .item-views.news2.normal.with-border {
    padding-bottom: 27px;
  }
}

@media (max-width: 400px) {
  body .top_block span.subscribe {
    display: none;
  }
}

.top_block h3 {
  display: inline-block;
  margin: 0 24px 0 0;
}

body .top_block>span.subscribe {
  color: #999;
}

body .top_block>span {
  padding-right: 37px;
}

.subscribe-custom {
  color: #999;
  opacity: 0.3;
}

.content_news2 .subscribe .dark_link:hover {
  color: #257de3;
}

.content_news2 .subscribe .dark_link:hover .svg-inline-subscribe svg .subscribe-custom {
  fill: #257de3;
}

.content_news2 .subscribe .svg-inline-subscribe svg .subscribe-custom {
  fill: currentColor;
}

@media (max-width: 600px) {
  .col-xxs-12 {
    width: 100% !important;
  }

  #main .item-views.news2 .compact .item-wrapper .item .period-block {
    position: relative;
    left: 0;
    bottom: 0;
  }

  #main .item-views.news2 .compact .item-wrapper .item {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
  }

  #main .item-views.news2 .compact .item-wrapper .item .image {
    float: none;
    flex: 0 0 100px;
    width: 100px;
    height: 67px;
    padding-top: 0;
  }

  #main .item-views.news2 .compact .item-wrapper .item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #main .item-views.news2 .compact .item-wrapper .item .inner-text {
    padding: 0 0 0 17px;
    flex: 1 1 auto;
  }

  #main .item-views.news2 .compact .item-wrapper .item .inner-text.with-date {
    padding-bottom: 0;
  }
}