

/* Start:/local/templates/main2025/components/bitrix/news/news/bitrix/news.detail/.default/style.css?178569968813707*/
:root {
    --color-text: #111827;
    --color-muted: #667085;
    --color-soft: #f6f8fb;
    --color-warm: #f7f3ed;
    --color-white: #ffffff;
    --color-surface: #FCFAF7;
    --color-neutral-soft: #f7f7f7;
    --color-orange: #ff4e00;
    --color-orange-soft: #fff0e8;
    --color-warning-bg: #FFF3E6;
    --color-warning-text: #2D241E;
    --color-warning-accent: #7A1F2A;
    --color-warning-icon: #b45309;
    --color-quote-text: #25211d;
    --color-quote-mark: #e7ddd0;
    --color-label-muted: #6B7280;
    --color-table-stripe: rgba(255, 255, 255, 0.58);
}

.article,
.article * {
    box-sizing: border-box;
}

.article__page {
    box-sizing: border-box;
    width: 100%;
    padding: 24px 24px 26px;
    background: var(--color-white);
    color: var(--color-text);
    font-family: Inter, "SF Pro Display", Geist, Manrope, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 31px;
}

.article a {
    color: inherit;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
    transition: color 240ms ease-out, opacity 240ms ease-out;
}

.article a:hover {
    color: var(--color-orange);
    opacity: 0.82;
}

.article button {
    font: inherit;
}

.article {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.article__header {
    margin-bottom: 48px;
}

.article h1,
.article h2,
.article h3,
.article p,
.article ol,
.article ul,
.article blockquote {
    margin-top: 0;
}

.article h1 {
    margin-bottom: 24px;
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: 0;
}

.article h2 {
    margin-bottom: 24px;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0;
}

.article h3 {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0;
}

.article p {
    margin-bottom: 24px;
}

.article__section > ul,
.article__section > ol {
    display: grid;
    gap: 12px;
    margin: 0 0 32px;
    padding-left: 28px;
    color: var(--color-text);
}

.article__section > ul li,
.article__section > ol li {
    padding-left: 8px;
}

.article__section > ul li::marker {
    color: var(--color-orange);
    font-size: 18px;
}

.article__section > ol li::marker {
    color: var(--color-text);
}

.article__image-block {
    display: flex;
    justify-content: center;
    max-width: 520px;
    max-height: 700px;
    margin: 40px auto;
    padding: 16px 0;
    overflow: hidden;
}

.article__content-image {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 700px;
    border-radius: 20px;
}

.article__lead {
    color: var(--color-text);
    font-size: 20px;
    line-height: 34px;
}

.article__hero {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 40px;
    border-radius: 20px;
}

.article__toc,
.article__checklist-block,
.article__expert,
.article__steps-block,
.article__conclusion,
.article__attention,
.article__disclaimer {
    border-radius: 20px;
}

.article__conclusion p,
.article__attention p,
.article__disclaimer p {
    margin-bottom: 0;
}

.article svg {
    display: block;
}

.article__checklist-icon svg {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.article__toc {
    margin-bottom: 64px;
    padding: 32px;
    background: var(--color-surface);
}

.article__attention,
.article__disclaimer {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 16px;
    align-items: stretch;
    padding: 16px 24px;
    background: var(--color-warning-bg);
}

.article__attention {
    margin-bottom: 48px;
}

.article__attention-icon,
.article__disclaimer-icon {
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.article__attention-icon {
    color: var(--color-warning-accent);
    opacity: 0.76;
}

.article__attention-icon svg,
.article__disclaimer-icon svg {
    width: 36px;
    height: 100%;
    fill: currentColor;
}

.article__attention-title {
    margin-bottom: 6px;
    color: var(--color-warning-accent);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.article__attention p,
.article__disclaimer p {
    color: var(--color-warning-text);
}

.article__attention p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.article__toc h2 {
    color: var(--color-text);
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 36px;
}

.article__toc ol {
    display: grid;
    gap: 12px;
    margin-bottom: 0;
    padding-left: 24px;
}

.article__toc li {
    padding-left: 8px;
    color: var(--color-text);
    font-weight: 500;
}

.article__toc li::marker {
    color: var(--color-text);
    font-weight: 700;
}

.article__toc a {
    color: var(--color-text);
    text-decoration-color: var(--color-text);
}

.article__toc a:hover {
    color: var(--color-orange);
    text-decoration-color: var(--color-orange);
}

.article__section {
    margin-bottom: 64px;
}

.article__section > p {
    color: var(--color-text);
}

.article__quote {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 24px 0;
    padding: 24px 40px;
    border-radius: 20px;
    background: var(--color-warm);
}

.article__quote p {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    color: var(--color-quote-text);
    font-size: 22px;
    font-style: italic;
    font-weight: 500;
    line-height: 36px;
}

.article__quote-mark {
    position: absolute;
    right: 24px;
    bottom: 12px;
    width: 112px;
    height: 112px;
    fill: var(--color-quote-mark);
}

.article__checklist-block,
.article__steps-block {
    margin-top: 40px;
    margin-bottom: 20px;
}

.article__steps-block {
    padding: 20px 32px;
    background: var(--color-surface);
}

.article__checklist {
    display: grid;
    gap: 16px;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.article__checklist li {
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 16px;
    align-items: center;
    color: var(--color-text);
}

.article__checklist-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: var(--color-orange-soft);
    color: var(--color-orange);
}

.article__expert {
    margin-top: 32px;
    padding: 20px 32px;
    background: var(--color-surface);
}

.article__expert-label {
    margin-bottom: 8px;
    color: var(--color-label-muted);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}

.article__expert p {
    margin-bottom: 16px;
    color: var(--color-text);
    font-style: italic;
}

.article__expert-person {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
}

.article__expert-role {
    color: var(--color-muted);
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
}

.article__steps {
    display: grid;
    gap: 18px;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.article__steps li {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 16px;
    align-items: start;
    color: var(--color-text);
}

.article__steps span {
    color: var(--color-warning-accent);
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 5px;
}

.article__table-wrap {
    overflow-x: auto;
    margin-top: 32px;
    border-radius: 18px;
    background: var(--color-soft);
}

.article table {
    width: 100%;
    min-width: 680px;
    border-collapse: collapse;
}

.article th,
.article td {
    padding: 14px 24px;
    text-align: left;
    vertical-align: top;
}

.article th {
    color: var(--color-text);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}

.article td {
    color: var(--color-text);
    font-size: 16px;
    line-height: 26px;
}

.article tbody tr:nth-child(odd) {
    background: var(--color-table-stripe);
}

.article__faq-list {
    display: grid;
    gap: 12px;
}

.article__related {
    margin-bottom: 64px;
}

.article__related h2 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 36px;
}

.article__related-list {
    display: grid;
    gap: 12px;
}

.article__related-card {
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 16px;
    align-items: center;
    text-decoration: none;
    transition: color 240ms ease-out, opacity 240ms ease-out;
}

.article__related-card-image {
    display: block;
    width: 96px;
    height: 72px;
    border-radius: 14px;
    object-fit: cover;
}

.article__related-card-content {
    display: grid;
    gap: 4px;
}

.article__related-card-title {
    color: var(--color-text);
    font-size: 17px;
    font-weight: 600;
    line-height: 26px;
}

.article__related-card-more {
    color: var(--color-muted);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.article__related-card:hover .article__related-card-title {
    color: var(--color-orange);
}

.article__related-card:hover .article__related-card-more {
    color: var(--color-orange);
}

.article__faq-item {
    display: grid;
    grid-template-columns: 1fr 36px;
    gap: 16px;
    align-items: center;
    width: 100%;
    min-height: 52px;
    padding: 14px 24px;
    border: 0;
    border-radius: 16px;
    background: var(--color-soft);
    color: var(--color-text);
    cursor: pointer;
    text-align: left;
    transition: background-color 240ms ease-out, color 240ms ease-out;
}

.article__faq-item:hover {
    background: var(--color-orange-soft);
    color: var(--color-orange);
}

.article__faq-item span:first-child {
    font-weight: 600;
}

.article__faq-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    color: var(--color-text);
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
}

.article__faq-item:hover .article__faq-icon {
    color: var(--color-orange);
}

.article__faq-answer {
    padding: 8px 24px 16px;
    color: var(--color-text);
}

.article__faq-answer p {
    margin-bottom: 0;
}

.article__conclusion {
    margin-bottom: 48px;
    padding: 24px 40px;
    background: var(--color-neutral-soft);
}

.article__disclaimer {
    margin-bottom: 40px;
}

.article__disclaimer-icon {
    color: var(--color-warning-icon);
    opacity: 0.16;
}

.article__disclaimer p {
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
}

.article__meta {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px;
    align-items: center;
    margin-top: 32px;
}

.article__meta-author {
    display: flex;
    align-items: center;
    gap: 16px;
}

.article__meta-author-text {
    display: grid;
    gap: 4px;
}

.article__meta-photo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 20px;
    background: var(--color-orange-soft);
    color: var(--color-orange);
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}

.article__meta-name {
    color: var(--color-text);
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
}

.article__meta-role {
    color: var(--color-muted);
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
}

.article__meta-dates {
    display: grid;
    gap: 4px;
    justify-items: end;
    color: var(--color-muted);
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-align: right;
    white-space: nowrap;
}

.article__meta-dates time {
    color: var(--color-text);
    font-weight: 600;
}

@media (max-width: 720px) {
    .article__page {
        padding: 40px 16px 64px;
    }

    .article h1 {
        font-size: 42px;
        line-height: 50px;
    }

    .article h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .article h3 {
        font-size: 26px;
        line-height: 34px;
    }

    .article__lead {
        font-size: 18px;
        line-height: 30px;
    }

    .article__toc,
    .article__expert,
    .article__steps-block,
    .article__conclusion {
        padding: 16px 24px;
    }

    .article__quote {
        padding: 16px 24px;
    }

    .article__quote p,
    .article__expert {
        text-align: center;
    }

    .article__meta {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .article__meta-dates {
        justify-items: start;
        text-align: left;
        white-space: normal;
    }

    .article table {
        min-width: 0;
    }

    .article thead {
        display: none;
    }

    .article tbody,
    .article tr,
    .article td {
        display: block;
        width: 100%;
    }

    .article tr {
        padding: 20px 0;
    }

    .article td {
        display: grid;
        grid-template-columns: 128px 1fr;
        gap: 16px;
        padding: 8px 24px;
    }

    .article td::before {
        content: attr(data-label);
        color: var(--color-muted);
        font-size: 12px;
        font-weight: 700;
        line-height: 18px;
        text-transform: uppercase;
    }
}

@media (max-width: 420px) {
    .article__page {
        font-size: 16px;
        line-height: 28px;
    }

    .article h1 {
        font-size: 36px;
        line-height: 44px;
    }

    .article__related-card {
        grid-template-columns: 80px 1fr;
        gap: 12px;
    }

    .article__related-card-image {
        width: 80px;
        height: 60px;
    }

    .article__related-card-title {
        font-size: 16px;
        line-height: 24px;
    }

    .article td {
        grid-template-columns: 1fr;
    }
}

/* End */


/* Start:/local/templates/main2025/components/bitrix/system.pagenavigation/.default/style.css?17669975393161*/
.bx-pagination {
	margin: 30px 0 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
	/*border-radius: 25px;*/
	overflow: hidden;

	/*-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);*/
	/*-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);*/
	/*box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);*/

}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #fff;
	padding: 0 8px;
	display: block;
	height: 44px;
	min-width: 44px;
	line-height: 44px;
	color: #444;
	font-size: 19px;
	/*border-radius: 3px;*/
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	/*border-radius: 3px;*/
	height: 44px;
	min-width: 44px;
	line-height: 44px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #ff7316;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	/*border: 2px solid #eff0f1;*/
	line-height: 44px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	/*border: 2px solid #eff0f1;*/
	line-height: 34px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	border-color: #DADADA;
	color: #131415;
	background: #DADADA;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #ff7316;
	color: #fff;
}

/* End */
/* /local/templates/main2025/components/bitrix/news/news/bitrix/news.detail/.default/style.css?178569968813707 */
/* /local/templates/main2025/components/bitrix/system.pagenavigation/.default/style.css?17669975393161 */
