

/* Start:/local/templates/main/components/bitrix/news/news-template/bitrix/news.detail/.default/style.css?17522311912642*/
/* news-detail page styles */
.social__list .icon {
  width: 20px;
  height: 20px;
  color: #818080;
}

.news-date {
  margin-bottom: 50px;
  padding: 10px 15px;
  font-size: 12px;
  color: #FFFFFF;
  background: rgba(35, 31, 32, 0.7);
  display: inline-block;
}

.news-content__wrapper a {
  text-decoration: underline;
  font-weight: 500;
}

.news-content__wrapper a:hover {
  text-decoration: none;
}

.news-bottom__section {
  margin-top: 75px;
}

.social__list {
  display: flex;
  margin-left: 20px;
}

.social__item {
  width: 33px;
  height: 33px;
  border: 1px solid #E5E5E5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: 6px;
}


.ya-share2__list {
  display: flex;
  margin-left: 20px;
}

.ya-share2__link {
  width: 33px;
  height: 33px;
  border: 1px solid #E5E5E5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: 6px;
  transition: .25s;
}

.ya-share2__link:hover {
  border: 1px solid #F47C30;
  transition: .25s;
}

.ya-share2__title {
  display: none;
}

.ya-share2__item_service_vkontakte .ya-share2__link {
  background: url(/img/common/vk.png) no-repeat;
  background-position: center;
}

.ya-share2__item_service_telegram .ya-share2__link {
  background: url(/img/common/telegram.png) no-repeat;
  background-position: center;
}

.ya-share2__item_service_odnoklassniki .ya-share2__link {
  background: url(/img/common/odnoklassniki.png) no-repeat;
  background-position: center;
}

.soc-list__heading {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #000000;
}

.social-list__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}

.soc-list__btns {
  display: flex;
  align-items: center;
}

.soc-list__left {
  display: flex;
  align-items: center;
}

.news-gallery__slider {
  overflow: hidden;
}

.news-gallery-slider__item {
  display: flex;
  align-items: flex-end;
}

.news-gallery-slider__pagination:not(#fake-id) {
  position: static;
  margin-top: 10px;
}

.news-gallery-slider__pagination .swiper-pagination-bullet-active {
  background: #F47C30;
}

.news-gallery__slider .swiper-button-next,
.news-gallery__slider .swiper-button-prev {
  color: #F47C30;
}


.news-gallery__slider img {
  max-height: 530px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 21vw;
}

@media (max-width: 767px) {

  .news-gallery__slider img {
    height: 200px;
  }
}

@media (max-width: 380px) {
  .social-list__wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .soc-list__left {
    margin-bottom: 50px;
  }

}
/* End */
/* /local/templates/main/components/bitrix/news/news-template/bitrix/news.detail/.default/style.css?17522311912642 */
