

/* Start:/bitrix/templates/simai.framework/components/bitrix/news/manage/bitrix/news.detail/.default/style.css?1725000789805*/
.manage-item_detail {
	display: flex;
    flex-direction: row;
	justify-content: space-between;
}

.md-img {
    width: 40%;
	height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}

.md-inf {
	padding-left: 30px;
	width: 60%;
}

.p-head {
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight: 600;
}

.dm-head {
	font-size: 25px;
    font-weight: 600;
	padding: 10px 0;
}

@media screen and (max-width: 1210px) {
	.manage-item_detail {
		flex-direction: column;
	}

	.md-img {
		width: 400px;
		height: 490px;
	}

	.md-inf {
		padding-top: 30px;
		width: 100%;
	}
}

@media screen and (max-width: 440px) {
	.md-img {
		width: 300px;
		height: 490px;
	}

	.md-inf {
		padding-top: 30px;
		width: 100%;
		padding-left: 0;
	}
}
/* End */
/* /bitrix/templates/simai.framework/components/bitrix/news/manage/bitrix/news.detail/.default/style.css?1725000789805 */
