

/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?173780120851*/
font.errortext{color:red}font.notetext{color:green}
/* End */


/* Start:/local/templates/Sibuki/components/bitrix/news.list/blogSliderRelated/style.css?17378011611915*/
.blog-related {
  background: #f7f7f7;
  position: relative;
  border-radius: 50px 50px 0 0;
  margin-top: -60px;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 150px;
}
.blog-cards-card {
  height: auto;
  padding: 4px;
  background-color: #ffffff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  transition: all 0.2s linear;
  cursor: pointer;
  overflow: hidden;
}
.blog-cards-card-image-img {
  width: 100%;
  height: auto;
  max-height: 212px;
  object-fit: cover;
  margin-bottom: 6px;
  border-radius: 16px;
}
.blog-cards-card-text {
    padding: 6px;
}
.blog__title-text {
    font-weight: 600;
    font-size: 1em;
    margin-bottom: 6px;
}
.blog-cards-card-text-date-text {
    font-size: 12px;
    margin-bottom: 8px;
}
.blog-cards-card-text-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.blog-cards-card-arrow-title {
  fill: #f54108;
  margin: 7px 5px 7px 10px;
  flex: none;
  max-height: 0;
  transition: max-height 0.25s linear;
  overflow: hidden;
}
.blog-cards-card:hover .blog-cards-card-arrow-title {
  max-height: 12px;
}

@media (max-width: 1023px) {
  .blog-related {
    border-radius: 32px 32px 0 0;
  }
  .blog-cards-card-image-img {
    max-height: 228px;
  }
  .blog__title-text {
    font-size: 1em;
  }
  .blog-cards-card-arrow-title {
    max-height: 12px;
  }
}

/*SPLIDE*/

.blog-cards .splide__pagination {
  bottom: -2em;
}
.blog-cards .splide__pagination__page {
  background: #f54108;
  opacity: .5;
}
.blog-cards .splide__pagination__page.is-active {
  opacity: 1
}
.blog-cards .splide__arrow {
  background: #fff;
  width: 2.5em;
  height: 2.5em;
  box-shadow: 0 0 2px 0px #00000033;
}
.blog-cards .splide__arrow svg {
  padding-left: .7rem;
}
.blog-cards .splide__arrow--next {
  right: -1em; 
}
.blog-cards .splide__arrow--prev {
    left: -1em;
}
.blog-cards .splide__arrow:disabled {
  opacity: 0;
}


/* End */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?173780120851 */
/* /local/templates/Sibuki/components/bitrix/news.list/blogSliderRelated/style.css?17378011611915 */
