/*!********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/sass-loader/dist/cjs.js!./local/templates/webcanape/components/bitrix/news.list/mini/style.scss ***!
  \********************************************************************************************************************************************************************************************/
/* ------------------------ */
.b-news-carousel {
  margin-bottom: 60px;
  max-width: 330px;
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .b-news-carousel {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .b-news-carousel {
    margin-bottom: 45px;
  }
}
@media (max-width: 1279px) {
  .b-news-carousel {
    display: none;
  }
}
.b-news-carousel .news-carousel__carousel {
  height: calc(100% - 47px);
}
.b-news-carousel .news-carousel__top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 20px;
}
.b-news-carousel .news-carousel__heading {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.27;
  letter-spacing: -0.04em;
  color: #111;
  margin: 0;
}
.b-news-carousel .news-carousel__link-list:link, .b-news-carousel .news-carousel__link-list:visited {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.17;
  letter-spacing: -0.02em;
  color: #1D468E;
  text-decoration: none;
}
.b-news-carousel .news-carousel__link-list:link:hover, .b-news-carousel .news-carousel__link-list:visited:hover {
  color: #4D9FFF;
}
.b-news-carousel .news-carousel__link-list:link:hover svg path, .b-news-carousel .news-carousel__link-list:visited:hover svg path {
  transition: stroke 0.3s ease-in-out;
  stroke: #4D9FFF;
}
.b-news-carousel .news-carousel__item {
  height: 100%;
}
.b-news-carousel .news-carousel__imgbox img {
  width: 100%;
  vertical-align: top;
  border-radius: 10px;
}
.b-news-carousel .news-carousel__content {
  padding: 15px 0 45px;
}
.b-news-carousel .news-carousel__date {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.17;
  letter-spacing: -0.02em;
  color: rgba(29, 70, 142, 0.5);
}
.b-news-carousel .news-carousel__sale {
  font-weight: 800;
  font-size: 9px;
  line-height: 1.78;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
  background-color: #F95741;
  padding: 0 5px;
}
.b-news-carousel .news-carousel__news {
  font-weight: 800;
  font-size: 9px;
  line-height: 1.78;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
  background-color: #1D468E;
  padding: 0 5px;
}
.b-news-carousel .news-carousel__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: -0.03em;
  color: #1D468E;
}
@media (max-width: 767px) {
  .b-news-carousel .news-carousel__title {
    font-size: 16px;
  }
}
.b-news-carousel .news-carousel__btn {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(29, 70, 142, 0.4);
  z-index: 2;
}
.b-news-carousel .news-carousel__btn--prev {
  left: 0;
  bottom: 0;
}
.b-news-carousel .news-carousel__btn--next {
  left: 35px;
  bottom: 0;
}
.b-news-carousel .news-carousel__btn:hover {
  background: #DEEAFF;
  border: 1px solid #DEEAFF;
}
.b-news-carousel .news-carousel__pagination.swiper-pagination-bullets {
  width: auto;
  left: auto;
  right: 0;
  bottom: 0;
}
.b-news-carousel .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  opacity: 1;
  background-color: rgba(29, 70, 142, 0.2);
}
.b-news-carousel .swiper-pagination-bullet-active {
  background-color: #1D468E;
}

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