

/* Start:/local/templates/.default/components/bitrix/news.detail/news_detail/style.css?1725372820941*/
	.news-detail ul li, .news-detail ol li {
		position: relative;
    	padding: 0 0 0 25px;
    	color: #222222;
    	/*font-size: 14px;*/
    	line-height: 28px;
	}

	.news-detail ul li:before {
	    position: absolute;
	    left: 0;
	    top: 50%;
	    content: "";
	    background: #c19b76;
	    width: 6px;
	    height: 6px;
	    margin: -3px 0 0 0;
	}
	
 
	.news-detail ul {
		display: block;
    	overflow: hidden;
    	position: relative;
	}
	.news-detail p, ul {
		font-size: 16px!important;
    	font-weight: 300;
   	 	letter-spacing: 1px;
    	font-family: "Roboto Slab", serif;
	}

	.news-detail a {
		color: #c19b76;
	}


	.news-detail .image-element img {
	    width: 100%!important;
	    height: 100%!important;
	    object-fit: cover;
	}

	img.preview_picture {
		width: 100%;
		max-width: 450px;
		height: auto;
		float: left;

		margin-right: 2rem;
		margin-bottom: 2rem;
	}
/* End */
/* /local/templates/.default/components/bitrix/news.detail/news_detail/style.css?1725372820941 */
