

/* Start:/bitrix/templates/.default/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?16747312852250*/
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;
}
.news-detail img {
	max-width: 100%;
	height: auto;
}

.static_data {
	margin: 40px 0 30px;
	display: flex;
	justify-content: space-between;
	padding: 25px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.static_data-head {
	font-size: 14px;
	color: #b1b1b1;
}

.static_data-inner {
	margin-top: 5px;
	font-size: 16px;
	font-weight: 600;
    text-align: center;
}

.static_data>*[class*="static_data"] {
    padding-left: 30px;
    position: relative;
}
.static_data>*[class*="static_data"]:before {
    position: absolute;
    content: "";
    background: url(/images/icons/static_icon_1.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    left: 0;
    top: 2px;
    background-repeat: no-repeat;
    background-size: contain;
}

.static_data>*[class*="static_data"]:nth-child(2):before{
    background-image: url(/images/icons/static_icon_2.png);
}
.static_data>*[class*="static_data"]:nth-child(3):before{
    background-image: url(/images/icons/static_icon_3.png);
}
.static_data>*[class*="static_data"]:nth-child(4):before{
    background-image: url(/images/icons/static_icon_4.png);
}

.sod{
    background: #f2f5f9;
    margin-bottom: 30px;
	transition: max-height 0.3s cubic-bezier(1, 0, 1, 0);
	max-height: auto;
}
.sodTitle{
padding: 15px 30px;
font-weight: 700;
font-size: 1.1em;
cursor: pointer;
}
.sodItem a{
	color: #516ca3;
    margin-top: 0.4em;
    margin-bottom: 0.2em;
	font-size: 16px;
}

.sod ul li:before {
    display: inline-block;
    content: counter(point) ". ";
    opacity: .5;
    margin-right: 5px;
    margin-left: 0;
}
.sod ul {
    margin: 0 30px 0;
    padding: 0 0 15px 0;
    list-style: none;
}
.sod ul li{
    counter-increment: point;
    counter-reset: sublist;
    margin-top: 0.4em;
    margin-bottom: 0.2em;
}
.sod .sodTitle::after{
    content: "︿";
	margin-left: 12px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.sod.short .sodTitle::after{
    content: "﹀";
}

.soc_block_new {
    margin: 0 0 20px;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?16747312852250 */
