/*!******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/sass-loader/dist/cjs.js!./local/templates/gosDiasoft/components/bitrix/news.list/news_carousel/style.scss ***!
  \******************************************************************************************************************************************************************************************************/
/* ------------------------ */
.b-news-gallery {
  padding: 29px 14px 13px 25px;
  background-color: #fff;
  border-radius: 5px;
}
@media (max-width: 1239px) {
  .b-news-gallery {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .b-news-gallery {
    padding: 17px 20px;
  }
}
.b-news-gallery .news-gallery__title {
  margin-bottom: 10px;
}
.b-news-gallery .news-gallery__title a:visited, .b-news-gallery .news-gallery__title a:link {
  font-size: 20px;
  font-weight: 600;
  color: #574591;
}
@media (max-width: 767px) {
  .b-news-gallery .news-gallery__title a:visited, .b-news-gallery .news-gallery__title a:link {
    font-size: 16px;
    margin-bottom: 17px;
  }
}
.b-news-gallery .news-gallery__preview {
  font-size: 14px;
  max-width: 875px;
}
@media (max-width: 767px) {
  .b-news-gallery .news-gallery__preview {
    font-size: 12px;
  }
}
.b-news-gallery .news-gallery__item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.b-news-gallery .news-gallery__allnews {
  margin-top: auto;
  text-align: right;
}
.b-news-gallery .news-gallery__allnews a:visited, .b-news-gallery .news-gallery__allnews a:link {
  font-size: 14px;
  color: #65519E;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .b-news-gallery .news-gallery__allnews a:visited, .b-news-gallery .news-gallery__allnews a:link {
    font-size: 12px;
  }
}
.b-news-gallery .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #CBCBCB;
}
.b-news-gallery .swiper-pagination-bullet-active {
  background: #9B9B9B;
}
.b-news-gallery .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 12px;
}

/*--------------------------*/
.swiper.swiper--news-gallery .swiper-slide {
  height: auto;
}

.swiper__btn--prev, .swiper__btn--next {
  width: 12px;
  height: 25px;
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
}
@media (max-width: 1239px) {
  .swiper__btn--prev, .swiper__btn--next {
    display: none;
  }
}
.swiper__btn--prev {
  background: url(./images/news-btn-prev.svg) no-repeat;
  left: 45px;
}
.swiper__btn--next {
  background: url(./images/news-btn-next.svg) no-repeat;
  right: 45px;
}

.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 31px;
  top: auto;
}
