

/* Start:/local/templates/main/components/bitrix/news/blog/style.css?17869530431112*/
.gallery-container {
  max-width: 100%;
  margin: 0 auto;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery-item {
  width: 240px;
  height: 160px;
  object-fit: cover;
  margin: 32px;
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-img {
  display: block;
  margin: 0 auto;
  max-width: 90%;
  max-height: 90%;
}

.close {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  top: 20px;
  right: 30px;
  cursor: pointer;
}

.prev-button,
.next-button {
  position: absolute;
  top: 20%;
  font-size: 30px;
  font-weight: bold;
  padding: 10px;
  background-color: transparent;
  color: #fff;
  border: none;
  cursor: pointer;
}

.next-button {
  right: 30px;
}

.prev-button {
  left: 30px;
}

.content__title-count {
  color: rgba(34, 34, 34, 1);
  font-weight: 400;
  font-size: 16px;
}

.content__title.content__title_big {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
/* End */


/* Start:/local/templates/main/components/bitrix/news/blog/bitrix/catalog.section.list/blog_tabs/style.css?1786953043468*/
.blog-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.blog-tabs__link {
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 16px;
	border-radius: 50px;
	background: white;
	color: rgba(60, 145, 207, 1);
	text-decoration: none;
	transition: all 0.2s;
	font-size: 16px;
	font-weight: 400;
}

.blog-tabs__link.is-active,
.blog-tabs__link:hover {
	background: rgba(60, 145, 207, 1);
	color: white;
}
/* End */


/* Start:/local/templates/main/components/bitrix/news/blog/bitrix/news.list/.default/style.css?17869530431798*/
.news-item__flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news-item__reading_time {
	display: flex;
	align-items: center;
	gap: 6px;
	color: rgba(85, 85, 85, 1);
	font-size: 14px;
}

.news-item__title {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-item__description {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news__list-item.news-item {
	position: relative;
}

.news-item_tag {
	position: absolute;
    z-index: 9;
    background: white;
    height: 24px;
    display: flex;
    align-items: center;
    padding: 0 6px;
    border-radius: 0 0 4px 4px;
    left: 10px;
    top: 0;
    color: rgba(0, 76, 119, 1);
    font-weight: 500;
    font-size: 13px;
}

.news-item_tag:hover {
	color: rgba(255, 92, 0, 1);
}

.modal_video {
	background-color: rgba(0, 0, 0, .6);
    height: 100%;
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 998;
    display: none;
    align-items: center;
    justify-content: center;
}

.modal_video__content {
    width: min(1000px, 90vw);
}

.modal_video__content iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    display: block;
}

.modal_video.active {
	display: flex;
}

.news-item__image-wrap {
    position: relative;
}

.news-item__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
/* End */
/* /local/templates/main/components/bitrix/news/blog/style.css?17869530431112 */
/* /local/templates/main/components/bitrix/news/blog/bitrix/catalog.section.list/blog_tabs/style.css?1786953043468 */
/* /local/templates/main/components/bitrix/news/blog/bitrix/news.list/.default/style.css?17869530431798 */
