

/* Start:/local/templates/main/components/bitrix/breadcrumb/main/style.css?1759760100585*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/local/templates/main/components/bitrix/news.detail/gost/style.css?17597601005334*/
.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/main/components/bitrix/news.detail/gost/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-size: 18px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}

.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;
}

.with-file-block:last-child {
	margin-bottom: 35px!important;
}
.gost-sect__block {
	position: relative;
}
.gost-sect__file {
	width: 315px;
    border-left: 1px solid #eee;
    padding-left: 100px;
    padding-top: 16px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.gost-sect__file .gost-sect__file-title {
	color: #e4a123;
	margin-bottom: 24px;
}
.gost-sect__file .gost-sect__file-link a, .mater-sect__prods .all_btn a {
	display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #E4A123;
    border-radius: 6px;
    text-decoration: none;
    padding: 15px 15px 15px 50px;
    background: rgba(235, 189, 50, 0.2);
    white-space: nowrap;
    position: relative;
    -webkit-transition: all .35s ease-out;
    -o-transition: all .35s ease-out;
    transition: all .35s ease-out;
}
.mater-sect__prods .all_btn a {
	padding: 15px 25px 15px 25px;
	margin-top: 20px;
}
.gost-sect__file .gost-sect__file-link a:hover, .mater-sect__prods .all_btn a:hover {
	background: rgba(235, 189, 50, 0.4);
}
.gost-sect__file .gost-sect__file-link a::before {
	content: '';
    width: 20px;
    height: 26px;
    background: url(/local/templates/main/img/icons/download_gold.svg) 0 0/contain no-repeat;
    position: absolute;
    left: 16px;
    top: 12px;
}
@media screen and (max-width: 1078px) {
	.gost-sect__file {
		width: 275px;
		padding-left: 60px;
	}
	.with-file-block {
		max-width: 610px!important;
	}
}
@media screen and (max-width: 960px) {
	.gost-sect__file {
		width: 240px;
		padding-left: 20px;
	}
	.with-file-block {
		max-width: 550px!important;
	}
}
@media screen and (max-width: 850px) {
	.with-file-block {
		max-width: 450px!important;
	}
}
@media screen and (max-width: 750px) {
	.gost-sect__file {
		position: relative;
		width: 100%;
		padding-left: 0;
		border-left: none;
		padding-top: 0;
	}
	.with-file-block {
		max-width: 100%!important;
	}
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section/catalog_item_by_gost/style.css?17597601001660*/
.mater-sect__prods-head-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 15px;
}
.mater-sect__prods-head-row div {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 33.33%;
	white-space: nowrap;
	overflow: hidden;
}
.mater-sect__prods-head-row div span {
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.mater-sect__prods-row .info__item {
	width: 33.33%;
}
.filter_gost .custom_select {
	position: relative;
	display: inline-block;
}
.filter_gost .custom_select_arrow {
	position: absolute;
	top: 25%;
	right: 10px;
	width: 16px;
	height: 16px;
	background: url(/local/templates/main/img/sprite-svg-e511aaac.svg);
	background-repeat: no-repeat;
	background-position: 85.27580071174377% 85.49511854951186%;
	pointer-events: none;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.filter_gost select::-ms-expand {
	display: none;
}
.filter_gost select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: white;
}
.filter_gost select:focus + .custom_select_arrow, .filter_gost select:active + .custom_select_arrow {
    transform: translateY(20%) rotate(180deg);
	-webkit-transform: translateY(20%) rotate(180deg);
	-moz-transform: translateY(20%) rotate(180deg);
}
#gostId {
	font-size: 14px;
	padding: 8px 12px;
	padding-right: 40px;
	background-color: #fff;
	color: #B4BBC2;
	font-weight: 600;
	border: 1px solid #D2D6D9;
	border-radius: 4px;
	height: 100%;
}
/* End */
/* /local/templates/main/components/bitrix/breadcrumb/main/style.css?1759760100585 */
/* /local/templates/main/components/bitrix/news.detail/gost/style.css?17597601005334 */
/* /local/templates/main/components/bitrix/catalog.section/catalog_item_by_gost/style.css?17597601001660 */
