

/* Start:/local/templates/broneks/components/bitrix/news.detail/detail/style.css?1781632939340*/
div.news-detail {
  word-wrap: break-word;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
div.news-detail img.detail_picture {
  margin: 0 12px 6px 1px;
}
.news-date-time {
  color: #486daa;
}

.detail_picture {
  width: 400px;
}

.content {
  max-width: 500px;
}

@media (max-width: 576px) {
  .detail_picture {
    width: 100%;
  }
}

/* End */


/* Start:/local/components/custom/excursions.list/templates/index_catalog/style.css?1781632690513*/
.cards {
	display: flex;
	justify-content: space-between;
	column-gap: 10px;
}

.card {
	padding: 10px 0;
	border: 1px solid #e8e8e8;
	width: calc(33% - 10px);
	border-radius: 10px;
	overflow: hidden;
}

.card:hover .card__img img {
	transform: scale(1.2);
}

.card__img {
	margin-bottom: 10px;
	max-height: 200px;
	height: 100%;
	overflow: hidden;
}

.card__img img {
	max-width: 100%;
	transition: transform 0.5s;
}

.card__content {
	padding: 0 20px;
	font-size: 18px;
}

.card__title {
	text-align: center;
}

/* End */
/* /local/templates/broneks/components/bitrix/news.detail/detail/style.css?1781632939340 */
/* /local/components/custom/excursions.list/templates/index_catalog/style.css?1781632690513 */
