

/* Start:/bitrix/templates/kdk/components/bitrix/news/statji/bitrix/news.detail/.default/style.css?17772977931538*/
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;
}
.drugie_items {
	float: left;
    width: 100%;
    text-align: center;
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 30px 0;
    flex-direction: column;
}
.element_items {
	display: flex;
    gap: 10px;
	justify-content: space-between;
	margin: auto;
}
.element_item {
	width:250px;
	height: 370px;
	display:flex;
    flex-direction: column;	
    border: 1px solid #abb2c8;
    border-radius: 10px;
    background: #e8f4fc;
    padding: 10px;
    box-sizing: border-box;
	text-decoration:none
}
.element_item_img {
	width: 100%;
	height: 140px;
    overflow: hidden;
	border-radius: 10px;
}
.element_item_img img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.element_item_title {
	color: #222;
    height: 80px;
    line-height: 18px;
    padding: 15px 0;
	font-size: 16px;
}
.element_item_text {
	color: #222;
    height: 135px;
    line-height: 16px;
	font-size: 13px;
	overflow:hidden;
	text-align:left
}
@media only screen and (max-width: 1100px) {
	.element_items {gap: 30px;width: 530px;flex-wrap: wrap;}
}
@media only screen and (max-width: 620px) {
	.element_items {justify-content: center; gap: 15px;width: 100%;}
	.element_item {width: 200px;height: 330px;}
	.element_item_img {height: 110px;}
	.element_item_title {font-size: 14px;line-height: 16px;}
	.element_item_text {line-height: 14px;font-size: 12px;}
}
/* End */
/* /bitrix/templates/kdk/components/bitrix/news/statji/bitrix/news.detail/.default/style.css?17772977931538 */
