

/* Start:/local/templates/pls/components/bitrix/news.detail/article/style.css?17500576148804*/
.article-detail {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.article-detail img {
  height: auto !important;
}
.article-detail .detail_picture {
  width: 100%;
  height: auto;
  border-radius: 19px;
}
.article-detail .author_card .author_title {
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  color: #000000;
}
.article-detail .author_card .author_position {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.24px;
  color: rgba(60, 60, 67, 0.6);
}
.article-detail .author_card .author_img {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  overflow: hidden;
}

.stories {
  background-color: rgba(255, 255, 255, 0.1);
}
.stories .stories__list {
  padding: 0;
}

.stories__legend {
  font-size: 1em;
  color: #73757d;
}

.stories__story {
  display: flex;
}
.stories__story:not(:last-child) {
  margin-bottom: 1.125rem;
  padding-bottom: 1.125rem;
  border-bottom: 1px solid #d7d7da;
}

.stories__img-wrapper {
  display: block;
  width: 3.6em;
  height: 3.6em;
  overflow: hidden;
  flex-shrink: 0;
  transition: opacity 0.2s;
  border-radius: 0.375rem;
}
.stories__img-wrapper figure, .stories__img-wrapper img {
  width: inherit;
  height: inherit;
}
.stories__img-wrapper img {
  display: block;
  object-fit: cover;
  border: 1px solid #c6c6c6;
  padding: 1px;
  overflow: hidden;
  border-radius: 6px;
  aspect-ratio: 1.15/1;
}
.stories__img-wrapper:hover {
  opacity: 0.85;
}

.stories__headline a {
  color: #333333 !important;
  text-decoration: none !important;
}

.stories__metadata {
  color: #73757d;
  text-transform: uppercase;
}

.stories__metadata a {
  color: #73757d !important;
  text-decoration: none !important;
}
.stories__metadata a:hover {
  text-decoration: underline;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  margin-top: -23px !important;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 6;
  color: #26547C;
  border: 0;
}

@media (max-width: 1023px) {
  .slider-arrow {
    width: 30px;
    height: 30px;
    margin-top: -16px;
  }
}
.slider-arrow:hover:before {
  opacity: 0;
}

.slider-arrow:hover:after {
  opacity: 1;
}

.slider-arrow svg {
  position: relative;
  z-index: 1;
}

.slider-arrow:before,
.slider-arrow:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-size: 100% 100%;
}

.slider-arrow:after {
  opacity: 0;
}

.slider-arrow.swiper-button-disabled {
  opacity: 0;
}

.slider-arrow.swiper-button-disabled:before,
.slider-arrow.swiper-button-disabled:after {
  opacity: 0;
}

@media (max-width: 1023px) {
  .slider-arrow svg {
    width: 30px;
    height: 30px;
  }
  .slider-arrow-prev {
    left: 22px;
  }
  .slider-arrow-next {
    right: 22px;
  }
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: auto;
  left: auto;
  width: auto;
}

.slider-pagination-fraction {
  line-height: 1;
  color: #6EA1AF;
}

@media (max-width: 767px) {
  .main-promo-slider-pagination {
    color: #D7E3EE;
  }
  .main-promo-slider-pagination .slider-pagination-current {
    color: #DBEDF7;
  }
}
.slider-pagination-current {
  font-size: 32px;
  color: #2C87A1;
}

@media (max-width: 1023px) {
  .slider-pagination-current {
    font-size: 25px;
  }
}
.slider-pagination-total {
  font-size: 20px;
}

@media (max-width: 1023px) {
  .slider-pagination-total {
    font-size: 15px;
  }
}
.products-slider-wrapp {
  padding: 0;
  position: relative;
}

@media (min-width: 768px) {
  .products-slider-wrapp {
    margin: 0 -35px;
  }
}
@media (min-width: 768px) {
  .products-slider-wrapp {
    padding: 0 40px;
  }
}
.products-slider {
  overflow: hidden;
}

.products-slider .products-slide {
  width: auto;
}

.products-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.products-item-stickers {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -6px;
  z-index: 2;
}

.products-item-stickers li {
  padding: 0 6px;
}

.products-item-stickers img {
  display: block;
}

.products-item-img {
  padding-top: 100%;
  margin-bottom: 16px;
  position: relative;
}

.products-item-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center center;
  object-position: center center;
  -o-object-fit: contain;
  object-fit: contain;
}

.products-item-title {
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 16px;
}

.products-item-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: inherit;
}

.products-item-title a:hover {
  color: #2C87A1;
}

.products-item-foot {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 14px;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.products-item-prices {
  margin-right: 14px;
  white-space: nowrap;
  font-weight: 500;
}

.products-item-price-current {
  font-size: 1.1;
  font-size: 18px;
  color: #26547C;
}

.products-item-price-old {
  font-size: 14px;
  color: #848484;
  text-decoration: line-through;
}

.products-item-cart-btn {
  width: 43px;
  height: 43px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  border-radius: 4px;
  background-color: #F1F4F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding-left: 2px;
}

.products-item-cart-btn:hover {
  background-color: #9EEDF6;
}

.products-item-cart-btn.active {
  background-color: #2C87A1;
  color: #fff;
}

.preview_picture {
  width: 100%;
  min-width: 100%;
  border-radius: 12px;
  background-color: #e6eaf3;
  max-height: 140px;
}

.section_description {
  font-size: 14px;
  line-height: 1.5;
}

.item_description {
  font-size: 14px;
  line-height: 1.5;
}

.feedback-slide {
  min-height: 330px !important;
  border-radius: 0.25rem;
}

.feedback-rating {
  color: rgb(249, 185, 52) !important;
}
.feedback-rating svg path {
  fill: rgb(249, 185, 52) !important;
}

.feedback-title, .feedback-time {
  margin: 0px;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
}

.feedback-content {
  color: rgb(100, 110, 115);
}

.btn_add_feedback {
  margin-right: 5px !important;
}

.feedback_link:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.news_front svg:hover rect {
  fill: #dae0ea;
}
.news_front .products-slider-wrapp {
  padding: 0 !important;
  margin: 0 !important;
}
.news_front .slider-arrow-prev {
  left: -25px;
}
.news_front .slider-arrow-next {
  right: -25px;
}
.news_front .news_front_title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-front_img {
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 16px;
}

.news-date {
  font-size: 14px;
  margin-bottom: 8px !important;
}

.gallery_images {
  height: 350px;
}

.image-bloc {
  background-repeat: no-repeat;
  background-position: center;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -27px !important;
}

.photo_elem .slider-arrow-next {
  right: 0;
}

.br-19 {
  border-radius: 19px;
}

.pointer-event-none {
  pointer-events: none;
}

.article-detail a {
  color: #000000;
}

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

/* End */
/* /local/templates/pls/components/bitrix/news.detail/article/style.css?17500576148804 */
