

/* Start:/bitrix/templates/.default/components/bitrix/news/blog-features/bitrix/news.detail/.default/style.css?17126734221982*/
.blog-detail-image img
{
	max-width: 50%;
	float: left;
	margin-right: 50px;
}

.text-features-order {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 32px!important;
}
.text-features-order .inner-text{
	flex-grow: 1;
}
.header-features-detail-block .detail-service-flexbox{
flex-wrap: nowrap;
}
.header-features-detail-block img{
	max-height: 340px;
}
.header-features-detail-block .detail-service-image{
	flex-shrink: 0;
}
.header-features-detail-block  .introtext,.header-features-detail-block .detail-service-image{
	width: unset;
}
.header-features-detail-block  .detail-service-flexbox .detail-service-introtext{
	flex-grow: 1;
	justify-content:unset;
	margin-bottom: 0;
	padding: 32px 41px 34px;
    background: #fbfbfb;
    border: 1px solid #f2f2f2;
    border-bottom-width: 0px;
    border-top: none;
	padding-top: 32px !important;
}
@media (max-width: 800px)
{
	.blog-detail-image img
	{
		float: none;
		max-width: 100%;
		margin: 0 0 40px;
	}

	.header-features-detail-block .detail-service-flexbox{
		flex-direction: column;
	}
	.header-features-detail-block .detail-service-flexbox img{
		margin: auto;
	}

	.header-features-detail-block  .detail-service-flexbox .detail-service-introtext{
		justify-content: center;
	}
}

@media (max-width: 720px)
{
	.text-features-order {
		flex-direction: column;
		padding-right: 0!important;

	}

	.text-features-order .btn-wrap{
		padding-top: 32px;
	}
}
table.custom-table {
	width: 100%;
    border: none;
	margin-bottom: 20px;
}
table.custom-table td p {
	margin: 0;
	line-height: 1.5;
}
table.custom-table td:last-child p {
	font-size: 26px;
}
table.custom-table tr:nth-child(odd) {
    background-color: #f3f3f3;
}
table.custom-table tbody tr {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
table.custom-table tbody td {
	padding: 30px;
}
table.custom-table tbody tr:first-child {
	border-top: none;
}
table.custom-table tbody tr:last-child {
	border-bottom: none;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/news/blog-features/bitrix/news.detail/.default/style.css?17126734221982 */
