

/* Start:/local/templates/nps/components/bitrix/news/landing/bitrix/news.detail/.default/style.css?1764240270404*/
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;
}
.content-page__menu{
	padding: 20px 0px;
	color: rgb(8, 19, 26);
    font-size: 19px;
    font-weight: 400;
    line-height: 26px;
}
.content-page__menu ul{
	padding-left: 20px;
}

.sp-accordion.my_accordion .my_hoverimg img{
	object-fit: contain;
}
/* End */


/* Start:/local/templates/nps/components/sprint.editor/blocks/landing/_style.css?17642402709302*/
/* Общие стили для блоков */
.sp-block-table table {
    width: 100%;
    border-collapse: collapse;
}

.sp-block-table table tr {
    background: #f7f7f7;
    color: #8a8a8a;
}

.sp-block-table table tr:nth-child(odd) {
    background: #e7e6e6;
}

.sp-block-table table tr:hover {
    background: #d4d4d4;
    color: #000;
}

.sp-block-table table td {
    text-align: left;
    border: 1px solid #ccc;
    padding: 5px;
}

.sp-block-table p {
    margin: 0;
}

.sp-image img {
    width: 100%;
}

.sp-video iframe,
.sp-video-gallery iframe {
    border-width: 0;
}

.sp-iblock-sections {
    padding: 10px;
    border: 1px solid #c3c3c3;
    margin: 10px 0;
}

.sp-iblock-elements {
    padding: 10px;
    border: 1px solid #c3c3c3;
    margin: 10px 0;
}

.sp-properties {
    width: 400px;
    border-collapse: collapse;
}

.sp-properties_title {
    border: 1px solid #ccc;
    padding: 0 5px;
    font-weight: bold;
}

.sp-properties_text {
    border: 1px solid #ccc;
    padding: 0 5px;
}

.sp-gallery-items {
    overflow: hidden;
}

.sp-gallery-item {
    float: left;
    height: 220px;
    padding: 5px;
    /*width: 20%;*/
}

.sp-gallery-item-img-wrapper {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: block;
    color: inherit;
}

.sp-gallery-item img {
    display: block;
    max-width: 100%;
    left: 50%;
    max-height: 100%;
    max-width: none;
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    -moz-transform: translate(-50%, -50%) translateZ(0);
    -o-transform: translate(-50%, -50%) translateZ(0);
    -ms-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
}

.sp-gallery-item-text {
    background-color: rgba(255, 255, 255, .7);
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    width: 100%;
}

.sp-gallery-item-text:hover {
    opacity: 1;
}

.sp-gallery-item-text::after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.sp-gallery-item-text-content {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}

.sp-button_link,
.sp-button_link:link,
.sp-button_link:visited {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 20px;
    text-decoration: none;
    background: #ccc;
    color: #333;
}

.sp-button_link:hover {
    text-decoration: none;
    background: #333;
    color: #ccc;
}

/*accordion*/
.sp-accordion {
    position: relative;
}
.sp-accordion .my_hoverimg {
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: -1;
	height: 124px;
	transition: 350ms ease;
}
.sp-accordion .my_hoverimg img {
	width: 100%;
	height: 100%;
	object-fit: cover !important;
}
.sp-accordion-title {
    font-size: 32px;
	font-weight: 500;
    color: #08131A;
    cursor: pointer;
    padding: 10px;
    text-align: left;
}

.sp-accordion-title:first-child {
    border-top: none;
}

.sp-accordion-container {
    padding: 0 10px 10px;
    display: none;
    overflow: hidden;
}

.sp-accordion-title:after {
    content: '\02795';
    font-size: 12px;
    color: #777;
    float: right;
    margin: 2px 5px;
}

.sp-accordion-title__active:after {
    content: "\2796";
}

.sp-complex-table {
    display: table;
    table-layout: fixed;
    border-spacing: 10px;
}

.sp-complex-row {
    display: table-row;
}

.sp-complex-col {
    display: table-cell;
    vertical-align: top;
}


.my_accordion:not(:last-child) {
	border-bottom: 1px solid rgba(172, 175, 177, 0.32);
}
.my_accordion .count {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #015689;
	color: #fff;
	font-size: 22px;
}
.my_accordion .sp-accordion-title {
	position: relative;
	display: flex;
	align-items: center;
	height: 124px;
	padding-left: 44px;
	padding-right: 44px;
	
}
.my_accordion .sp-accordion-title:not(:first-child) {
	border-top: 1px solid rgba(172, 175, 177, 0.32);
}
.my_accordion .sp-accordion-title::after {
	display: none !important;
}
.my_accordion .sp-accordion-title .arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 44px;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #015689;
	cursor: pointer;
}
.my_accordion .sp-accordion-title .arrow svg {
	transition: 250ms ease;
}
.my_accordion .sp-accordion-title.sp-accordion-title__active .arrow svg {
	transform: rotate(45deg);
}
.my_accordion .sp-accordion-title.sp-accordion-title__active {
	background-color: #F8F8F8;
}

.my_accordion .sp-accordion-container {
	padding: 40px 64px;
	border-left: 1px solid rgba(172, 175, 177, 0.32);
	border-right: 1px solid rgba(172, 175, 177, 0.32);
}
.my_accordion .sp-accordion-container:last-child {
	border-bottom: 1px solid rgba(172, 175, 177, 0.32);
}
.my_accordion .sp-accordion-container .my_container:not(:last-of-type) {
	margin-bottom: 42px;
	padding-bottom: 42px;
	border-bottom: 1px solid rgba(172, 175, 177, 0.32);
}
@media (max-width:991px) {
	.my_accordion .sp-accordion-container .my_container:not(:last-of-type) {
		margin-bottom: 24px;
		padding-bottom: 24px;
		border-bottom: 1px solid rgba(172, 175, 177, 0.32);
	}
}
.my_accordion .my_annotation {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 32px;
	background-color: #F8F8F8;
	font-size: 21px;
	line-height: 130%;
}
.my_accordion .my_annotation p {
	margin: 0;
}
.my_accordion .my_istochnik,
.my_accordion .my_data {
	/* height: 32px; */
	/* white-space: nowrap; */
	background-color: #F8F8F8;
	padding: 0 8px;
	display: flex;
	align-items: center;
	position: relative;
	color: #08131A;
	font-size: 16px;
	font-weight: 400;
	align-self: flex-start;
	padding: 12px 10px;
}
.my_accordion .my_istochnik::after {
	content: '';
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-radius: 50%;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzA4MTMxQSIgZD0iTS4xNSA4LjYzYS41LjUgMCAwIDAgLjcuN0wuNSA4Ljk5ek05LjQ5LjVhLjUuNSAwIDAgMC0uNS0uNWgtNC41YS41LjUgMCAwIDAgMCAxaDR2NGEuNS41IDAgMSAwIDEgMHpNLjUgOC45OGwuMzUuMzZMOS4zNC44NSA4Ljk5LjUgOC42My4xNS4xNSA4LjYzeiIvPjwvc3ZnPg==");
	background-position: center;
	background-size: 12px;
	background-repeat: no-repeat;
	margin-left: 4px;
}
.my_accordion .my_istochnik:hover {
	background-color: #015689;
	color: #fff;
}
.my_accordion .my_istochnik:hover::after {
	background-color: #044B76;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjkiIGZpbGw9Im5vbmUiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0uMTUgNy4yMmEuNS41IDAgMCAwIC43LjdMLjUgNy41N3pNOC4wNy41YS41LjUgMCAwIDAtLjUtLjVoLTQuNWEuNS41IDAgMSAwIDAgMWg0djRhLjUuNSAwIDEgMCAxIDB6TS41IDcuNTdsLjM1LjM1TDcuOTIuODUgNy41Ny41IDcuMjIuMTUuMTUgNy4yMnoiLz48L3N2Zz4=");
	background-position: center;
	background-size: 12px;
	background-repeat: no-repeat;
}
.my_accordion .my_material {
	font-size: 26px;
	font-weight: 600;
	color: #08131A;
}
.my_accordion .my_head {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 8px;
}
.my_accordion .my_head .my_material {
	flex: 0 0 100%;
	max-width: 100%;
}
.my_accordion .content-page__text {
	margin-top: 20px;
	font-size: 20px;
	line-height: 130%;
}
.my_accordion .content-page__text.my_public {
	margin-top: 24px;
}
.my_accordion .content-page__text.my_public p {
	margin: 0;
}
.my_accordion .content-page__text p {
	margin: 20px 0;
}
.my_accordion .content-page__text .title-div {
	font-size: 20px;
	font-weight: 600;
}
.my_accordion .sp-accordion-container h3 {
	padding-bottom: 42px;
	font-size: 32px;
	font-weight: 500;
}
.my_accordion .sp-accordion-container h3:first-of-type {
	padding-top: 0;
}
/* .my_accordion .sp-accordion-container h3:not(:first-of-type) {
	border-top: 1px solid rgba(172, 175, 177, 0.32);
} */

@media (max-width:991px) {
	.my_accordion .sp-accordion-container h3 {
		padding-bottom: 24px;
	}
	.my_accordion .sp-accordion-title.img.sp-accordion-title__active {
		color: #fff;
		background-color: transparent;
	}

	.my_accordion .sp-accordion-title.img.sp-accordion-title__active .count,
	.my_accordion .sp-accordion-title.img.sp-accordion-title__active .arrow {
		background-color: rgba(255, 255, 255, 0.24);
	}
	.my_accordion .sp-accordion-title.img.sp-accordion-title__active .my_hoverimg {
		opacity: 1;
	}
}
@media (min-width:992px) {
	.my_accordion .sp-accordion-title.img {
		transition: 250ms ease;
	}
	.my_accordion .sp-accordion-title.img:hover {
		color: #fff;
		background-color: transparent;
	}

	.my_accordion .sp-accordion-title.img:hover .count,
	.my_accordion .sp-accordion-title.img:hover .arrow {
		background-color: rgba(255, 255, 255, 0.24);
	}

	.my_accordion .sp-accordion-title.img:hover .my_hoverimg {
		opacity: 1;
	}
}
/* End */
/* /local/templates/nps/components/bitrix/news/landing/bitrix/news.detail/.default/style.css?1764240270404 */
/* /local/templates/nps/components/sprint.editor/blocks/landing/_style.css?17642402709302 */
