

/* Start:/local/templates/saratovmer/components/bitrix/news/structure/bitrix/news.detail/.default/style.css?17490309941530*/
.news-detail ::after, .news-detail ::before{
	display: none !important;
}

.news_gallery {
	display: flex;
	gap: 12px;
}

.news-detail .news-item-text{
	display: flex;
	gap: 30px;
}

.news-item-image img{
	max-width: 200px;
	border-radius: 4px;
}
.news-item-header{
	font-size: 1.125rem;
	margin-bottom: .5rem;
}

.position {
	font-weight: 600;
}
.news-item-text, .news-item-text a{
	width: 100%;
	color: #333333;
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
}
.news-item-text{
	margin-bottom: 2rem;
}
.display-properties {
	display: flex;
	gap: 5px;
	margin-bottom: 10px;
}
.property{
	display: flex;
	flex-direction: row;
	gap: 5px;
}
.title {
	font-size: 16px;
	font-weight: 600;
	min-width: 200px;
}
.value{
	width: 80%;
}
.detail-info-container{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.dop-info {
	display: flex;
	border-bottom: 1px #d4d4d4 solid;
	gap: 30px;
}


/* Базовые стили для таблицы */
table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
	font-size: 1em;
	font-family: sans-serif;
}

/* Стили для заголовков таблицы */
th {
	text-align: left;
	padding: 12px 15px;
}

/* Стили для ячеек таблицы */
td {
	padding: 12px 15px;
}

.property.POSITION {
	padding-bottom: 1rem;
}

/* Адаптивные стили для мобильных устройств */
@media screen and (max-width: 768px) {
	.dop-info {
		display: flex;
		flex-direction: column;
	}
	.title, .value{
		 width: 100%;
	}
	 
}







/* End */
/* /local/templates/saratovmer/components/bitrix/news/structure/bitrix/news.detail/.default/style.css?17490309941530 */
