

/* Start:/local/templates/kit/components/bitrix/news/novosti1/bitrix/news.detail/.default/style.css?178420531810044*/
div.news-detail img.detail_picture {
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time {
	color:#486DAA;
}
/*2026/06/11*/
.wbnrs_txs table td {
	border: 1px solid #212529;
	padding: 0.5rem;
}
/* sidebar: main */
.sticky-sidebar-fixed {
  position: fixed;
  top: 2rem;
  z-index: 10;
}
.sticky-sidebar-bottom {
  position: absolute;
  bottom: 60px;
}
/* sidebar: expert card */
.expert-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 2rem;
}
.expert-card__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 1rem;
	background: #fff;
	padding-top: 0.5rem;
	border-radius: 0.5rem;
}
.expert-card .expert-card__photo img {
	border-radius: 0.5rem;
	max-width: 100px;
}
.expert-card .expert-card__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.5rem;
}
.expert-card .expert-card__info .expert-card__name {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5rem;
}
.expert-card .expert-card__info .expert-card__position {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.25rem;
	letter-spacing: 1%;
}
.expert-card .expert-card__info .expert-card__name, .expert-card .expert-card__info .expert-card__position {
	color: #0F0F0F;
}
.expert-card .expert-card__subtxt {
	display: block;
	font-size: 0.5rem;
	line-height: 0.875rem;
	padding-top: 0.5rem;
}
/* page body: post info */
.wbnr_novosti .post_info__body {
	display: none;
}
.wbnr_novosti .foot_news .nws_yapodelsya {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wbnr_novosti .foot_news .nws_yapodelsya span {
  line-height: 24px;
}
@media (max-width: 478px) {
	.wbnr_novosti .post_info__body {
		display: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		gap: 1rem;
		padding: 1rem 0;
	}
	.wbnr_novosti .post_info__body svg {
		width: 20px;
		height: 20px;
	}
	.wbnr_novosti .post_info__body span {
		font-weight: 400;
		font-size: 14px;
		line-height: 20px;
		color: #08064E;
	}
}
@media (min-width: 768px) {

}
/*sidebar: post info */
.not-sticky-sidebar .post-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding-bottom: 1.5rem;
}
.not-sticky-sidebar .post-info svg {
	width: 20px;
	height: 20px;
}
.not-sticky-sidebar .post-info span {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #08064E;
}
@media (max-width: 478px) {
	.not-sticky-sidebar .post-info, .not-sticky-sidebar .table-of-contents__block {
		display: none;
	}
}
.not-sticky-sidebar .detail-page .bx_catalog_line_ul li:not(.aktivs) {
	display: none;
}
/* 2026/06/24 - page body: faq block */
.faq-accordion {
	margin-top: 54px;
}
.faq-accordion h2 {
	margin-bottom: 1rem;
}
.faq-container {
	margin: 0 auto;
}
@media (max-width: 575.98px) {
 .faq-container {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.faq-item {
	margin-bottom: 1rem;
	overflow: hidden;
}
.faq-question {
	font-weight: 600;
	font-size: 18px;
	padding: 12px 24px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	list-style: none;
	background: #e9ebee;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
	border-radius: 20px;
}
.faq-question::-webkit-details-marker {
	display: none;
}
.faq-question::after {
	content: '+';
	color: #989898;
	font-size: 1.6em;
	line-height: 1;
	font-weight: 300;
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
}
details[open] .faq-question {
	background: #e9ebee;
}
details[open] .faq-question::after {
	-webkit-transform: rotateZ(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotateZ(45deg);
	color: #000;
}
.faq-answer {
	font-size: 18px;
	padding: 12px 24px;
	line-height: 1.6;
	color: #333;
	background: #fff;
	margin-top: 12px;
	border-radius: 20px;
}
/* 2026/06/24 - page body: related posts */
.related-posts-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1rem;
	padding-bottom: 60px;
}
.related-posts-section h2 {
	margin: 0 auto;
	width: 100%;
}
.related-posts-section .related-posts {
	margin: 0 auto;
	width: 100%;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
	grid-template-columns: repeat(3, 1fr);
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
}
.related-posts-section .related-posts > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}
.related-posts-section .related-posts > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}
.related-posts-section .related-posts > *:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-column: 5;
}
/**/
.related-posts-section .related-posts .related-post .wb_bllks, .related-posts-section .related-posts .related-post .wb_bllks__bg {
	height: 100%;
}
.related-posts-section .related-posts .related-post .wb_bllks__bg {
	padding: 1.5rem;
}
.related-posts-section .related-posts .related-post .wb_bllks__bg .wbvremya {
  padding: 0;
}
.related-posts-section .related-posts .related-post .wb_bllks__bg .sp_dats {
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 22px;
	background: #2A376B;
	border-radius: 40px;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 0.5rem 0.75rem;
}
.related-posts-section .related-posts .related-post .wb_bllks__bg .wbname {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1.5rem;
	margin-top: 1rem;
}
.related-posts-section .related-posts .related-post .wb_bllks__bg .wbname a:nth-of-type(1) {
	background: rgba(255, 255, 255, 0.96);
	opacity: 0.95;
	border-radius: 40px;
	font-weight: 400;
	font-size: 0.625rem;
	line-height: 1rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #08064E;
	display: inline;
	padding: 0.25rem 1rem;
	text-decoration: none;
	width: -webkit-min-content;
	width: -moz-min-content;
	width: min-content;
}
.related-posts-section .related-posts .related-post .wb_bllks__bg .wbname a:nth-of-type(1):hover {
  text-decoration: underline;
}

.related-posts-section .related-posts .related-post .wb_bllks__bg .wbname a:nth-of-type(2) {
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #fff;
}
.related-posts-section .related-posts .related-post .wb_bllks__bg .wbname a:nth-of-type(2):hover {
  color: #2A95EF;
  text-decoration: underline;
}
@media (max-width: 478px) {
	.related-posts-section h2 {
		width: 100%;
	}
	.related-posts-section .related-posts {
		width: 100%;
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1, 1fr);
	}
}
/* 2026/06/24 - sidebar: related services */
.not-sticky-sidebar .blog__related-services {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 2rem;
}
.not-sticky-sidebar .usl_rws3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 0.5rem;
}
.not-sticky-sidebar .usl_rws3 div {
	padding: 0px;
	width: calc(50% - 0.25rem);
}
.not-sticky-sidebar .usl_rws3 a {
	padding: 10px 15px;
	height: 190px;
}
.not-sticky-sidebar .usl_rws3 a .sph3 {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.25rem;
	letter-spacing: 1%;
	padding-top: 0px;
	width: 95%;
}
.not-sticky-sidebar .usl_rws3 table {
	bottom: 10px;
}
.not-sticky-sidebar .usl_rws3 table .tdsl {
  padding-bottom: 0px;
}
.not-sticky-sidebar .usl_rws3 table .tdsl img {
	max-width: 100px;
	max-height: 100px;
	object-fit: contain;
}
.not-sticky-sidebar .usl_rws3 table .tdsr svg {
	width: 30px;
	height: 30px;
}
/**/
@media (min-width: 0px) and (max-width: 575.98px) {
  .blog-layout .rws_blogss .hide-sb {
    display: none;
  }
}
.blog-share-block {
	float: right !important;
}
.blog-share-block .share-buttons-share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 0.5rem;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.blog-share-block .share-buttons-share p {
	margin-bottom: 0 !important;
	margin-right: 1rem;
}
.blog-share-block .share-buttons-share a.share-btn {
	display:inline-block;
	padding:0;
	margin:0;
	border-radius:5px;
}
.blog-share-block .share-buttons-share a.share-btn:hover {
	opacity:0.9;
}

/* End */


/* Start:/local/templates/kit/components/bitrix/catalog.section.list/template1/style.min.css?16890516776236*/
.bx_catalog_line{margin-bottom:30px}.bx_catalog_line .bx_catalog_line_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_line .bx_catalog_line_category_title a{color:#000;text-decoration:none}.bx_catalog_line .bx_catalog_line_ul{padding:0}.bx_catalog_line .bx_catalog_line_ul li{margin-bottom:20px;list-style:none}.bx_catalog_line .bx_catalog_line_ul li:before{content:''!important}.bx_catalog_line .bx_catalog_line_img{position:relative;display:block;float:left;overflow:hidden;margin-right:40px;width:125px;height:125px;border:1px solid #ccc;border-radius:2px;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_line .bx_catalog_line_title{margin-bottom:10px;padding:0;vertical-align:top;line-height:18px}.bx_catalog_line .bx_catalog_line_title a{color:#4c7da6;font-size:18px}.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration:none}.bx_catalog_line .bx_catalog_line_title span{font-size:16px}.bx_catalog_line .bx_catalog_line_description{color:#3f3f3f;font-size:13px;line-height:16px}@media(max-width:639px){.bx-touch .bx_catalog_line .bx_catalog_line_img{margin-right:10px;width:50px;height:50px}.bx-touch .bx_catalog_line .bx_catalog_line_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size:14px}.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size:11px}}.bx_catalog_line .bx_catalog_line_img,.bx_catalog_line .bx_catalog_line_title,.bx_catalog_line .bx_catalog_line_title a,.bx_catalog_line .bx_catalog_line_description{transition:all .3s ease}.bx_catalog_text{margin-bottom:30px}.bx_catalog_text .bx_catalog_text_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_text .bx_catalog_text_category_title a{color:#000;text-decoration:none}.bx_catalog_text .bx_catalog_text_ul{padding:0}.bx_catalog_text .bx_catalog_text_ul li{float:left;margin:0 10px 10px;list-style:none}.bx_catalog_text .bx_catalog_text_ul li:before{content:''!important}.bx_catalog_text .bx_catalog_text_title{margin:0;padding:0;vertical-align:top;font-size:14px;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{display:inline-block;overflow:hidden;max-width:100%;color:#4c7da6;-ms-text-overflow:ellipsis;text-overflow:ellipsis;font-size:14px}.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration:none}.bx_catalog_text .bx_catalog_text_title span{font-size:12px}@media(max-width:639px){.bx-touch .bx_catalog_text .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size:12px}}.bx_catalog_text .bx_catalog_line_title,.bx_catalog_text .bx_catalog_line_title a{transition:all .3s ease}.bx_catalog_tile{margin-bottom:30px}.bx_catalog_tile .bx_catalog_tile_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_tile .bx_catalog_tile_category_title a{color:#000;text-decoration:none}.bx_catalog_tile .bx_catalog_tile_ul{padding:0}.bx_catalog_tile .bx_catalog_tile_ul li{float:left;box-sizing:border-box;margin-bottom:20px;padding:0 10px;width:12.5%;list-style:none;text-align:center}.bx_catalog_tile .bx_catalog_tile_ul li:before{content:''!important}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:both}.bx_catalog_tile .bx_catalog_tile_img{position:relative;display:block;overflow:hidden;margin:0 auto;width:78px;height:78px;border:1px solid #ccc;border-radius:2px;background-color:#fff;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_tile .bx_catalog_tile_title{margin-top:5px;margin-bottom:10px;padding:0;vertical-align:top;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{color:#4c7da6;font-size:14px}.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration:none}.bx_catalog_tile .bx_catalog_tile_title span{font-size:12px}@media(max-width:980px){.bx_catalog_tile .bx_catalog_tile_ul li{width:20%}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:both}}@media(max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title{line-height:10px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size:11px}}@media(min-width:480px) and (max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear:both}}@media(max-width:479px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%}.bx-touch .bx_catalog_tile .bx_catalog_tile_img{width:100%;height:80px}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear:both}}.bx_catalog_tile .bx_catalog_tile_title,.bx_catalog_tile .bx_catalog_tile_title a,.bx_catalog_tile .bx_catalog_tile_ul li,.bx_catalog_tile .bx_catalog_tile_img{transition:all .3s ease}.bx_sitemap{margin-bottom:30px}.bx_sitemap .bx_sitemap_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_sitemap .bx_sitemap_title a{color:#000;text-decoration:none}.bx_sitemap .bx_sitemap_ul li{padding:0;line-height:14px}.bx_sitemap .bx_sitemap_ul li:before{content:''!important}.bx_sitemap .bx_sitemap_li_title{display:inline-block;margin:0;margin-bottom:10px;padding:0;vertical-align:top;font-weight:normal;line-height:13px}.bx_sitemap .bx_sitemap_li_title a{color:#4c7da6;white-space:nowrap;font-size:13px}.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration:none}.bx_sitemap .bx_sitemap_li_title span{font-size:11px}@media(max-width:639px){.bx-touch .bx_sitemap .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size:12px}}.bx_sitemap .bx_catalog_line_title,.bx_sitemap .bx_catalog_line_title a{transition:all .3s ease}
/* End */
/* /local/templates/kit/components/bitrix/news/novosti1/bitrix/news.detail/.default/style.css?178420531810044 */
/* /local/templates/kit/components/bitrix/catalog.section.list/template1/style.min.css?16890516776236 */
