

/* Start:/local/templates/365povodov/components/bitrix/news/.default/bitrix/news.detail/.default/style.css?17295493562268*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}
/*.news-detail ul{*/
/*	list-style: disc;*/
/*	list-style-position: inside;*/
/*}*/
.news-detail ol{
	list-style-position: inside;
}

.news-detail li{
	margin-bottom: 10px;
}
.news-detail ul li::before {
	color: #0FA041; /* Цвет маркера */
	content: "●"; /* Сам маркер */
	padding-right: 10px; /* Расстояние от маркера до текста */
}

.news-detail a:not(.product-item-card__name, .secondary-button) {
	font-weight: 400;
	color: rgb(250, 125, 0);
	text-decoration: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: relative;
}
.news-detail a:not(.product-item-card__name, .secondary-button):before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: rgb(250, 125, 0);
}
.news-detail a:not(.product-item-card__name, .secondary-button):hover {
	color: rgb(251, 193, 71);
}
.news-detail a.link {
	font-weight: 400;
}
.news-detail .secondary-button:focus {
	outline: 3px solid #ffffff;
	outline-offset: 5px;
}

.news-detail h4{
	color: #0FA041;
	font-size: 18px;
	font-weight: 500;
}
.news-detail h2{
	color: #0FA041;
	font-size: 22px;
	font-weight: 500;
}
.news-detail h3{
	font-size: 18px;
	font-weight: 500;
}

.news-detail .img-text{
	float: right;
	margin: 10px;
	width: 44%;
	height: auto;
	border-radius: 1.5rem;
}

@media (max-width: 500px) {
	.news-detail .img-text{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}
.card-blog .card-blog-wrp{
	width: 1050px;
	display: block;
}
.card-blog .product-item-card__picture img{
	position: relative;
}
@media (max-width: 1050px) {
	.card-blog .card-blog-wrp {
		width: 100%;
	}
}
@media (max-width: 700px) {
	.card-blog .product-item-card {
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media (max-width: 600px) {
	.card-blog .product-item-card {
		width: 100%;
		max-width:100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.card-blog .product-item-card__name {
		height: 45px;
		font-size: 14px;
		max-height: 37px;
	}
	.card-blog .card-blog-wrp .card-list__arr{
		display: flex !important;
	}
}

/* End */
/* /local/templates/365povodov/components/bitrix/news/.default/bitrix/news.detail/.default/style.css?17295493562268 */
