.gallery_list li .gallery_block > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gallery_list li .gallery_block > img {
  object-fit: cover;
}

.gallery_list li .gallery_block iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.gallery_list li .gallery_block {
  position: relative;
  overflow: hidden;
}
.gallery_list li .gallery_block:before {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}

.news_section {
  padding: 45px 0;
  border-bottom: 1px solid rgba(140, 140, 140, 0.13);
}
.news_section .news_listing {
  margin: 0 -10px;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.news_section .news_listing li {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 10px 29px;
}
@media (max-width: 1199px) {
  .news_section .news_listing li {
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
}
@media (max-width: 767px) {
  .news_section .news_listing li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 479px) {
  .news_section .news_listing li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.gallery_section {
  position: relative;
  overflow: hidden;
}

.gallery_list ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.gallery_list li {
  position: relative;
  overflow: hidden;
  margin-bottom: 32px;
}
.gallery_list li .gallery_block {
  border-radius: 8px;
}
.gallery_list li .gallery_block:before {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #191919a6 100%);
  z-index: 4;
  position: relative;
}
.gallery_list li .gallery_block.hovered:before {
  opacity: 0.5;
}
.gallery_list .gallery_content {
  position: absolute;
  bottom: 20px;
  z-index: 3;
  left: 20px;
  border-left: 4px solid #c00000;
  padding-left: 10px;
  color: #ffffff;
  right: 0;
  padding-right: 40px;
  z-index: 5;
}
.gallery_list .gallery_content .gallery_title {
  font-size: 200%;
  display: block;
  line-height: 27px;
  font-family: '"bold"', "arm-bold";
  max-width: 100%;
  color: #ffffff;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.gallery_list .gallery_content .date {
  margin-top: 5px;
  font-size: 140%;
  line-height: 19px;
}

.pagination_block {
  margin-bottom: 45px;
}

@media (max-width: 1199px) {
  .gallery_list li .gallery_content .gallery_title {
    font-size: 180%;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .gallery_list ul {
    margin: 0 -10px;
  }
  .gallery_list ul li {
    padding: 0 10px;
  }
  .gallery_list ul li .gallery_content .gallery_title {
    font-size: 160%;
    line-height: 21px;
  }
}
@media (max-width: 575px) {
  .pagination_block {
    margin: 30px 0;
  }
}
.gallery_inner_section {
  position: relative;
  overflow: hidden;
}
.gallery_inner_section .slider_container::before {
  display: none;
}
@media (max-width: 991px) {
  .gallery_inner_section .gallery_list li:last-child {
    display: none;
  }
}
@media (max-width: 575px) {
  .gallery_inner_section .section_top_block {
    margin-top: 25px;
  }
}

.gallery_list .gallery_content .gallery_title:hover {
  opacity: 0.7;
}

/*# sourceMappingURL=gallery.css.map */
