

/* Start:/local/templates/arhive/components/bitrix/news.detail/bootstrap_v4_2/style.css?17397690416362*/
.news-detail { }

/*region POST FORMATS */
.news-detail-img,
.news-detail-audio,
.news-detail-video,
.news-detail-slider {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

.news-detail-slider img,
.news-detail-img img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.news-detail-video {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: block;
	background: url(/local/templates/arhive/components/bitrix/news.detail/bootstrap_v4_2/images/bx-video.png) no-repeat center;
	opacity: 0.7;
	transition: opacity .3s ease;
}

.news-detail-video:hover {
	opacity: 1;
}

/*region POST FORMATS /// SLIDER */
.news-detail-slider {
	overflow: hidden;
	padding-bottom: 56.25%;
	width: 100%;
	height: 0;
}

.news-detail-slider-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

.news-detail-slider-slide {
	z-index: 100;
	float: left;
}

.news-detail-slider-arrow-container-left,
.news-detail-slider-arrow-container-right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15%;
	cursor: pointer;
}

.news-detail-slider-arrow-container-left {
	left: 0;
}

.news-detail-slider-arrow-container-right {
	right: 0;
}

.news-detail-slider-arrow {
	position: absolute;
	top: 50%;
	z-index: 110;
	margin-top: -24px;
	width: 20px;
	height: 48px;
	color: #fff;
	vertical-align: middle;
	text-shadow: 0 0 2px rgba(0, 0, 0, .5);
	font-size: 48px;
	line-height: 34px;
	opacity: .5;
	cursor: pointer;
}

.news-detail-slider-arrow-container-left:hover .news-detail-slider-arrow,
.news-detail-slider-arrow-container-right:hover .news-detail-slider-arrow {
	display: block;
	color: #fff;
	opacity: 1;
}

.news-detail-slider-arrow-container-left .news-detail-slider-arrow {
	left: 20px;
}

.news-detail-slider-arrow-container-right .news-detail-slider-arrow {
	right: 20px;
}

.news-detail-slider-control {
	position: absolute;
	bottom: 10px;
	z-index: 110;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	word-spacing: -4px;
}

.news-detail-slider-control li {
	display: inline-block;
	margin: 0 3px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	word-spacing: -4px;
	opacity: .5;
}

.news-detail-slider-control li:hover,
.news-detail-slider-control li.current {
	background: #fff;
	opacity: 1;
}

.news-detail-slider-arrow,
.news-detail-slider-control li {
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

/* endregion */

.news-detail-body {}

.news-detail-title,
.news-detail-title a {
	margin: 0;
	padding: 2px 0 15px;
	border-bottom: none;
	color: #000;
	font-weight: 600;
	font-size: 18px;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.news-detail .card-title a:hover {
	border-bottom-color: transparent;
	text-decoration: none;
}

.news-detail-view,
.news-detail-date,
.news-detail-comments,
.news-detail-author,
.news-detail-other {
	padding-bottom: 5px;
	color: #a4a4a4;
	white-space: nowrap;
	font-size: 13px;
}

.news-detail-view i.fa,
.news-detail-date i.fa,
.news-detail-comments i.fa,
.news-detail-author i.fa,
.news-detail-tags i.fa,
.news-detail-other i.fa {
	width: 13px;
	color: #b4b4b4;
}

.news-detail-tags {
	padding-bottom: 5px;
	color: #a4a4a4;
	font-size: 13px;
}

.news-detail-content {
	margin-bottom: 5px;
	font-size: 14px;
}


 .body_ {
        display: block;
        position: relative;
        padding: 15px;
        background-image: none;
        background-color: #6d0a04;
    }
    .main_text{
        padding: 15px;
    }
    .main_text h1{
        font-family: Arhive;
        font-size: 38px;
        text-align: center;
        color: white;
    }
    .pre_text{
        display: inline-block;
        text-align: center;
        max-width: 600px;
        color: #fff;
    }
    h5{
        color: #fff;
    }
    .item_tab{
        display: block;
        margin: 5px 5px 5px 0;
        color: #fff;
        cursor: pointer;
        transition: 0.3s;
    }
    .item_tab:hover{
        color: #d3d3d3;
    }
    .item_tab.active{
        color: #cc6f6f;
        font-weight: 600;
    }
    ol{
        padding-left: 0;
        list-style-type: disc;
    }
    ol li:before{
        content: '•';
        display: inline-block;
        vertical-align: top;
        margin-right: 5px;
    }
    .tab_content{
        display: none;
        position: relative;
        width: 100%;
        background-image: url(/local/templates/arhive/components/bitrix/news.detail/doc/paper-052.jpg);
        min-height: 100px;
        border-radius: 4px;
        border: 1px solid #6d0a04;
        padding: 15px;
    }
    .tab_content.active{
        display: block;
    }
    .tab_content h6{
        font-size: 24px;
        text-align: center;
    }
    .text{
        padding: 15px;
    }
    .imd_3d a{
        display:block;
        position: relative;
    }
    .imd_3d a:before{
        content: '';
        display:block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.74);
        pointer-events: none;
        opacity: 0;
        transition: 0.3s;
    }
    .imd_3d a:after{
        content: 'Открыть';
        display:block;
        position: absolute;
        width: 100%;
        text-align: center;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        color: #fff;
        pointer-events: none;
        opacity: 0;
        transition: 0.3s;
    }
    .imd_3d:hover a:before{
        opacity: 1;
    }
    .imd_3d:hover a:after{
        opacity: 1;
    }
    .title_file{
        font-size: 16px !important;
        text-align: left !important;
    }
    .date{
        font-weight: bold;
        margin-bottom: 15px;
    }
    .btn-primary {
        background-color: #6d0a04;
        border-color: #6d0a04;
    }

    .btn-primary:hover {
        background-color: #570a04;
        border-color: #570a04;
    }
    .img_h{
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .img_{
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 220px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
/* End */


/* Start:/local/templates/arhive/components/bitrix/news.list/ajax/style.css?16127706893714*/
.news-list { }

.news-list-block {
	margin-bottom: 40px;
	padding: 0 14px;
}

/* POST FORMATS */
.news-list-item-embed-audio,
.news-list-item-embed-video,
.news-list-item-embed-slider {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

.news-list-item-embed-slider img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto
}

.news-list-item-embed-video {
	z-index: 1;
	display: block;
	background: url(/local/templates/arhive/components/bitrix/news.list/ajax/images/bx-video.png) no-repeat center;
	transition: opacity .3s ease;
}

/*region POST FORMATS /// SLIDER */
.news-list-item-embed-slider {
	overflow: hidden;
	padding-bottom: 56.25%;
	width: 100%;
	height: 0;
}

.news-list-slider-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.news-list-slider-slide {
	z-index: 100;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.news-list-slider-slide img { border-radius: 3px 3px 0 0; }

.news-list-item-embed-video {
	overflow: hidden;
	border-radius: 3px 3px 0 0;
}

.news-list-slider-arrow-container-left,
.news-list-slider-arrow-container-right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15%;
	cursor: pointer;
}

.news-list-slider-arrow-container-left { left: 0; }

.news-list-slider-arrow-container-right { right: 0; }

.news-list-slider-arrow {
	position: absolute;
	top: 50%;
	z-index: 110;
	margin-top: -24px;
	width: 20px;
	height: 48px;
	color: #fff;
	vertical-align: middle;
	text-shadow: 0 0 2px rgba(0, 0, 0, .5);
	font-size: 48px;
	line-height: 34px;
	opacity: .5;
	cursor: pointer;
}

.news-list-slider-arrow-container-left:hover .news-list-slider-arrow,
.news-list-slider-arrow-container-right:hover .news-list-slider-arrow {
	display: block;
	color: #fff;
	opacity: 1;
}

.news-list-slider-arrow-container-left .news-list-slider-arrow { left: 20px; }

.news-list-slider-arrow-container-right .news-list-slider-arrow { right: 20px; }

.news-list-slider-control {
	position: absolute;
	bottom: 10px;
	z-index: 110;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	word-spacing: -4px;
}

.news-list-slider-control li {
	display: inline-block;
	margin: 0 3px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	word-spacing: -4px;
	opacity: .5;
	cursor: pointer;
}

.news-list-slider-control li:hover,
.news-list-slider-control li.current {
	background: var(--primary);
	opacity: 1;
}

.news-list-slider-arrow,
.news-list-slider-control li { transition: opacity .3s ease; }

/*endregion*/

.news-list .card-title,
.news-list .card-title a {
	margin: 0;
	padding: 0 0 15px;
	color: var(--primary);
	font: 600 18px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.news-list .card-title a:hover {
	border-bottom-color: transparent;
	text-decoration: none;
}

.news-list-post-params {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 5px;
}

.news-list-param,
.news-list-value{
	font-size:13px;
	color: #a4a4a4;
	padding-left: 5px;
}

.news-list-icon {
	display: block;
	min-width: 15px;
	height: 15px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.news-list-icon-eye { background-image: url(/local/templates/arhive/components/bitrix/news.list/ajax/images/eye.svg); }

.news-list-icon-calendar { background-image: url(/local/templates/arhive/components/bitrix/news.list/ajax/images/calendar.svg); }

.news-list-icon-tag { background-image: url(/local/templates/arhive/components/bitrix/news.list/ajax/images/tag.svg); }

.news-list-icon-user { background-image: url(/local/templates/arhive/components/bitrix/news.list/ajax/images/user.svg); }

.news-list-icon-comments { background-image: url(/local/templates/arhive/components/bitrix/news.list/ajax/images/comments.svg); }
/* End */
/* /local/templates/arhive/components/bitrix/news.detail/bootstrap_v4_2/style.css?17397690416362 */
/* /local/templates/arhive/components/bitrix/news.list/ajax/style.css?16127706893714 */
