

/* Start:/local/templates/mpets/components/bitrix/news/articles/style.css?1692192719408*/
@charset "UTF-8";
.news-list__description {
  -webkit-line-clamp: 3;
  /* Число отображаемых строк */
  display: -webkit-box;
  /* Включаем флексбоксы */
  -webkit-box-orient: vertical;
  /* Вертикальная ориентация */
  overflow: hidden;
  /* Обрезаем всё за пределами блока */
}

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

/* End */


/* Start:/local/templates/mpets/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?16921927207230*/
.articles-detail__header {
  display: flex;
  align-items: center;
}
@media (max-width: 1250px) {
  .articles-detail__header {
    justify-content: space-between;
  }
}
@media (max-width: 425px) {
  .articles-detail__header {
    flex-flow: column;
    align-items: flex-start;
  }
}
.articles-detail img {
  max-height: 70vh;
}
.articles-detail__date {
  margin-left: 5rem;
}
@media (max-width: 425px) {
  .articles-detail__date {
    margin: 1rem 0 0 auto;
  }
}
.articles-detail-share {
  position: relative;
}
.articles-detail-share__btn {
  border: 0;
  background: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: color 0.2s;
}
.articles-detail-share__btn::before {
  content: "";
  width: 33px;
  height: 27px;
  background: no-repeat center url("data:image/svg+xml,%3Csvg width='33' height='28' viewBox='0 0 33 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32.8842 12.7883L20.0959 0V7.3076C7.3076 9.1345 1.8269 18.269 0 27.4035C4.56725 21.0094 10.9614 18.0863 20.0959 18.0863V25.5766L32.8842 12.7883Z' fill='%233E3E3E'/%3E%3C/svg%3E%0A");
  margin-right: 0.5rem;
  transition: background 0.2s;
}
.articles-detail-share__btn:hover {
  color: #BCD90A;
}
.articles-detail-share__btn:hover::before {
  background: no-repeat center url("data:image/svg+xml,%3Csvg width='33' height='28' viewBox='0 0 33 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32.8842 12.7883L20.0959 0V7.3076C7.3076 9.1345 1.8269 18.269 0 27.4035C4.56725 21.0094 10.9614 18.0863 20.0959 18.0863V25.5766L32.8842 12.7883Z' fill='%23BCD90A'/%3E%3C/svg%3E%0A");
}
.articles-detail-share__list {
  display: flex;
  flex-flow: column;
  position: absolute;
  width: 211px;
  bottom: 150%;
  z-index: 9;
  border-radius: 21px;
  background: #F5F5F5;
  overflow: hidden;
  left: 100px;
  padding: 18px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s, bottom 0.2s;
}
.articles-detail-share__list.active {
  opacity: 1;
  visibility: visible;
  bottom: 100%;
}
.articles-detail-share__item {
  border: 0;
  background: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: color 0.2s;
  outline: 0;
}
.articles-detail-share__item:not(:last-child) {
  margin-bottom: 1rem;
}
.articles-detail-share__item:hover {
  color: #BCD90A;
}
.articles-detail-share__item::before {
  content: "";
  transition: background 0.2s;
  margin-right: 8px;
}
.articles-detail-share__item_copy::before {
  width: 24px;
  height: 24px;
  background: no-repeat center url("data:image/svg+xml,%3Csvg width='24' height='29' viewBox='0 0 24 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.4007 5.0046L2.4 20.4C2.4 23.5812 4.87569 26.1841 8.0055 26.3872L8.4 26.4L18.9946 26.4017C18.4999 27.799 17.1668 28.8 15.6 28.8H7.2C3.22355 28.8 0 25.5764 0 21.6V8.4C0 6.83227 1.0021 5.4986 2.4007 5.0046ZM20.4 0C22.3882 0 24 1.61177 24 3.6V20.4C24 22.3882 22.3882 24 20.4 24H8.4C6.41178 24 4.8 22.3882 4.8 20.4V3.6C4.8 1.61177 6.41178 0 8.4 0H20.4ZM20.4 2.4H8.4C7.73726 2.4 7.2 2.93726 7.2 3.6V20.4C7.2 21.0627 7.73726 21.6 8.4 21.6H20.4C21.0627 21.6 21.6 21.0627 21.6 20.4V3.6C21.6 2.93726 21.0627 2.4 20.4 2.4Z' fill='%233E3E3E'/%3E%3C/svg%3E%0A");
  background-size: contain;
}
.articles-detail-share__item_copy:hover::before {
  background: no-repeat center url("data:image/svg+xml,%3Csvg width='24' height='29' viewBox='0 0 24 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.4007 5.0046L2.4 20.4C2.4 23.5812 4.87569 26.1841 8.0055 26.3872L8.4 26.4L18.9946 26.4017C18.4999 27.799 17.1668 28.8 15.6 28.8H7.2C3.22355 28.8 0 25.5764 0 21.6V8.4C0 6.83227 1.0021 5.4986 2.4007 5.0046ZM20.4 0C22.3882 0 24 1.61177 24 3.6V20.4C24 22.3882 22.3882 24 20.4 24H8.4C6.41178 24 4.8 22.3882 4.8 20.4V3.6C4.8 1.61177 6.41178 0 8.4 0H20.4ZM20.4 2.4H8.4C7.73726 2.4 7.2 2.93726 7.2 3.6V20.4C7.2 21.0627 7.73726 21.6 8.4 21.6H20.4C21.0627 21.6 21.6 21.0627 21.6 20.4V3.6C21.6 2.93726 21.0627 2.4 20.4 2.4Z' fill='%23BCD90A'/%3E%3C/svg%3E%0A");
  background-size: contain;
}
.articles-detail-share__item_vk::before {
  width: 24px;
  height: 24px;
  background: no-repeat center url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 15C30 6.71573 23.2843 0 15 0C6.71573 0 0 6.71573 0 15C0 23.2843 6.71573 30 15 30C23.2843 30 30 23.2843 30 15Z' fill='%232787F5'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.7537 10.6804C23.8805 10.2838 23.7537 9.99243 23.1503 9.99243H21.1551C20.6477 9.99243 20.4139 10.2442 20.287 10.5218C20.287 10.5218 19.2724 12.8417 17.835 14.3488C17.3699 14.785 17.1585 14.9238 16.9049 14.9238C16.7781 14.9238 16.5945 14.785 16.5945 14.3884V10.6804C16.5945 10.2045 16.4473 9.99243 16.0245 9.99243H12.8891C12.5721 9.99243 12.3814 10.2133 12.3814 10.4226C12.3814 10.8738 13.1001 10.9778 13.1741 12.2469V15.0031C13.1741 15.6074 13.0578 15.717 12.8041 15.717C12.1277 15.717 10.4824 13.3866 9.50658 10.7201C9.31533 10.2018 9.12352 9.99243 8.61359 9.99243H6.61837C6.04829 9.99243 5.93427 10.2442 5.93427 10.5218C5.93427 11.0175 6.61071 13.4763 9.08384 16.7282C10.7326 18.949 13.0556 20.1529 15.1694 20.1529C16.4376 20.1529 16.5945 19.8855 16.5945 19.4249V17.7465C16.5945 17.2117 16.7147 17.1049 17.1163 17.1049C17.4122 17.1049 17.9196 17.2438 19.1033 18.3145C20.4561 19.5836 20.6792 20.1529 21.4401 20.1529H23.4353C24.0054 20.1529 24.2904 19.8855 24.126 19.3578C23.9461 18.8319 23.3002 18.0689 22.4431 17.1645C21.978 16.6489 21.2805 16.0937 21.0691 15.8161C20.7732 15.4592 20.8577 15.3005 21.0691 14.9833C21.0691 14.9833 23.5 11.771 23.7537 10.6804Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: contain;
}
.articles-detail-share__item_ok::before {
  width: 24px;
  height: 24px;
  background: no-repeat center url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 15C30 6.71573 23.2843 0 15 0C6.71573 0 0 6.71573 0 15C0 23.2843 6.71573 30 15 30C23.2843 30 30 23.2843 30 15Z' fill='%23FFB800'/%3E%3Cpath d='M19.8434 18.4614C18.7391 19.1627 17.2196 19.4407 16.2161 19.5455L17.0584 20.3758L20.1336 23.4509C21.2581 24.6036 19.4283 26.4052 18.2917 25.2928C17.5219 24.5109 16.3934 23.3824 15.2166 22.2056L12.1414 25.2888C11.0048 26.3971 9.17506 24.5794 10.3116 23.4469C11.0935 22.665 12.2099 21.5365 13.3868 20.3718L14.217 19.5415C13.2256 19.4367 11.6819 19.1747 10.5655 18.4573C9.25164 17.611 8.6753 17.1152 9.18312 16.0794C9.48137 15.491 10.2995 14.9953 11.3837 15.8497C11.3837 15.8497 12.8467 17.0145 15.2085 17.0145C17.5703 17.0145 19.0333 15.8497 19.0333 15.8497C20.1175 14.9993 20.9316 15.491 21.2339 16.0794C21.7336 17.1152 21.1573 17.611 19.8434 18.4614ZM9.9771 10.2274C9.9771 7.3376 12.3268 5 15.2045 5C18.0821 5 20.4318 7.3376 20.4318 10.2274C20.4318 13.105 18.0821 15.4426 15.2045 15.4426C12.3268 15.4426 9.9771 13.105 9.9771 10.2274ZM12.6371 10.2274C12.6371 11.642 13.7898 12.7947 15.2045 12.7947C16.6191 12.7947 17.7718 11.642 17.7718 10.2274C17.7718 8.80062 16.6191 7.64794 15.2045 7.64794C13.7898 7.64794 12.6371 8.80062 12.6371 10.2274Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: contain;
}

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

/* End */
/* /local/templates/mpets/components/bitrix/news/articles/style.css?1692192719408 */
/* /local/templates/mpets/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?16921927207230 */
