

/* Start:/bitrix/templates/podem/components/bitrix/news/stati/bitrix/news.detail/.default/style.css?178587119311135*/
.stati-section {
	--stati-blue: #4153A6;
	--stati-green: #8CC63F;
	--stati-white: #fff;
	--stati-text: #333;
	--stati-muted: #6b7280;
	--stati-radius: 12px;
	--stati-shadow: 0 4px 18px rgba(65, 83, 166, 0.1);
}

.stati-section{
	margin-bottom: 60px; 
}

.stati-detail {
	max-width: 920px;
	margin: 0 auto;
	color: var(--stati-text);
}

.stati-detail__header {
	margin-bottom: 24px;
}

.stati-detail__title {
	margin: 0 0 12px !important;
	padding: 0px !important;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 700;
	color: var(--stati-blue);
}

.stati-detail__date {
	display: inline-block;
	font-size: 14px;
	color: var(--stati-muted);
}

.stati-detail__cover {
	margin: 0 0 28px; 
	border-radius: var(--stati-radius);
	overflow: hidden;
	box-shadow: var(--stati-shadow);
}

.stati-detail__cover img {
	display: block;
	width: 100%;
	height: auto;
}

/* Video block */
.stati-videos {
	margin: 0 0 32px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.stati-video {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
	align-items: start;
}

.stati-video__media {
	width: 100%;
	aspect-ratio: 1.66;
	border-radius: var(--stati-radius);
	overflow: hidden;
	background: #0f172a;
	box-shadow: var(--stati-shadow);
}

.stati-video__media video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	margin: 0;
	padding: 0;
	border: 0;
}

.stati-video__text p:last-child {
	margin-bottom: 0 !important;
}

.stati-block-title {
	margin: 0 0 20px !important;
	padding: 0px !important;
	font-size: 24px !important;
	font-weight: 700;
	color: var(--stati-blue);
}

/* Article body typography */
.stati-article-body {
	font-size: 16px;
	line-height: 1.7;
	margin: 0 0 40px !important;
	padding: 0 !important;
}

.stati-article-body > *:first-child {
	margin-top: 0 !important;
}

.stati-article-body > *:last-child {
	margin-bottom: 0 !important;
}

.stati-article-body h2,
.stati-article-body h3,
.stati-article-body h4 {
	color: var(--stati-blue);
	line-height: 1.3;
	margin: 1.6em 0 0.7em !important;
	padding: 0 !important;
	font-weight: 700;
}

.stati-article-body h2 { font-size: 24px; }
.stati-article-body h3 { font-size: 20px; }
.stati-article-body h4 { font-size: 18px; } 

.stati-article-body p,
.stati-video__text p {
	margin: 0 0 1em !important;
	padding: 0 !important;
	font-size: 14px !important;
}

.stati-article-body ul,
.stati-article-body ol {
	margin: 0 0 1.2em !important;
	padding: 0 0 0 1.4em !important;
	font-size: 14px !important;
}

.stati-article-body li {
	margin: 0 0 0.4em !important;
	padding: 0 !important;
}

.stati-article-body ul li {
	list-style: disc;
}

.stati-article-body ol li {
	list-style: decimal;
}

.stati-article-body blockquote {
	margin: 1.4em 0 !important;
	padding: 16px 20px !important;
	border-left: 4px solid var(--stati-green);
	background: #f7f9fc;
	border-radius: 0 8px 8px 0;
	color: #374151;
	font-style: italic;
}

.stati-article-body figure {
	margin: 1.5em 0 !important;
	padding: 0 !important;
}

.stati-article-body figure img,
.stati-article-body img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	margin: 0 !important;
	padding: 0 !important;
}

.stati-article-body > img{
	margin: 1.5em 0 !important;
	padding: 0 !important;
}

.stati-article-body .img-left,
.stati-article-body .img-right{
	float: left;
	margin: 5px 25px 15px 0 !important;
	max-width: 100%;
	height: auto;
	border-radius: 4px;
	border: 1px solid #ccc;
	padding: 10px !important;
	background-color: #fff;
}

.stati-article-body figcaption {
	margin: 8px 0 0 !important;
	padding: 0 !important;
	font-size: 13px;
	color: var(--stati-muted);
	text-align: center;
}

.stati-article-body iframe {
	display: block;
	max-width: 100%;
	margin: 1.5em 0 !important;
	padding: 0 !important;
	border: 0;
	border-radius: 8px;
}

.stati-article-body table {
	width: 100%;
	border-collapse: collapse;
	margin: 1.5em 0 !important;
	padding: 0 !important;
	font-size: 15px;
	box-shadow: var(--stati-shadow);
	border-radius: 8px;
	overflow: hidden;
}

.stati-article-body thead,
.stati-article-body tbody,
.stati-article-body tfoot,
.stati-article-body tr {
	margin: 0 !important;
	padding: 0 !important;
}

.stati-article-body thead th,
.stati-article-body th {
	background: var(--stati-blue);
	color: var(--stati-white);
	font-weight: 700;
	text-align: left;
}

.stati-article-body th,
.stati-article-body td {
	margin: 0 !important;
	padding: 12px 14px !important;
	border: 1px solid #e5e7eb;
	vertical-align: top;
}

.stati-article-body tbody tr:nth-child(even) {
	background: #f8fafc;
}

.stati-article-body tfoot td {
	background: #f1f5f9;
	font-weight: 700;
}
 
@media (max-width: 767px) {
	.stati-article-body table {
		display: block;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		max-width: 100%;
		font-size: 13px;
		box-shadow: none;
		border: 1px solid #e5e7eb;
		border-radius: 8px;
	}

	.stati-article-body table thead,
	.stati-article-body table tbody,
	.stati-article-body table tfoot {
		display: table;
		width: 100%;
		min-width: 560px;
		border-collapse: collapse;
	}

	.stati-article-body th,
	.stati-article-body td {
		padding: 10px 8px !important;
	}

	.stati-article-body .img-left,
	.stati-article-body .img-right{
		float: none !important;
	}
}


.stati-article-body a {
	margin: 0 !important;
	padding: 0 !important;
	color: var(--stati-blue);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.stati-article-body a:hover {
	color: var(--stati-green);
}

.stati-article-body div:not(.alert-note) {
	margin: 0 0 1em !important;
	padding: 0 !important;
}

.stati-article-body div:not(.alert-note):last-child {
	margin-bottom: 0 !important;
}

.stati-article-body .alert-note {
	background-color: #fef7e5;
	margin: 25px 0 !important;
	padding: 15px 25px !important;
	border-left: 4px solid #f2a900;
	border-radius: 0 4px 4px 0;
	text-align: left !important;
}

.stati-article-body .alert-note p{
	text-align: left !important;
}

.stati-article-body .alert-note.error {
	background-color: #fde8e8;
	border-left-color: #e53e3e;
}

.stati-article-body .alert-note.success {
	background-color: #e6fffa;
	border-left-color: #319795;
}

.stati-article-body .alert-note p {
	margin: 0 !important;
	padding: 0 !important;
}

/* Advantages */
.stati-advantages {
	margin: 48px 0;
}

.stati-advantages__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}

.stati-advantages__item {
	background: var(--stati-white);
	border-radius: 10px;
	padding: 20px 18px;
	text-align: center;
	box-shadow: 0 2px 10px rgba(65, 83, 166, 0.06);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.stati-advantages__item:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 20px rgba(65, 83, 166, 0.12);
}

.stati-advantages__item img {
	display: block;
	width: 56px;
	height: 56px;
	margin: 0 auto 12px;
	object-fit: contain;
}

.stati-advantages__item h3 {
	margin: 0 0 8px !important;
	padding: 0px !important;
	font-size: 18px !important;
	color: var(--stati-blue);
}

.stati-advantages__item p {
	margin: 0px !important;
	padding: 0px !important;
	font-size: 14px !important;
	line-height: 1.45;
	color: #4b5563;
	text-align: center !important;
}

/* Note */
.stati-note {
	margin: 40px 0 !important;
	padding: 22px 24px !important;
	background: #f7f9fc;
	border-left: 4px solid var(--stati-green);
	border-radius: 0 10px 10px 0;
}

.stati-note__title {
	margin: 0 0 15px !important;
	padding: 0px !important;
	font-size: 20px !important;
	color: var(--stati-blue);
}

.stati-note__text p {
	margin: 0px !important;
	padding: 0px !important;
	font-size: 15px !important;
	line-height: 1.6;
	color: #374151;
}

/* FAQ */
.stati-faq {
	margin: 60px 0px 0px 0px;
}

.stati-faq__list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.stati-faq__item {
	border-radius: 12px;
	background: var(--stati-white);
	border: 1px solid rgba(65, 83, 166, 0.12);
	box-shadow: 0 2px 10px rgba(65, 83, 166, 0.06);
	overflow: hidden;
	transition: border-color 0.25s ease, box-shadow 0.25s ease;
	outline: none !important;
}

.stati-faq__item:hover {
	border-color: rgba(65, 83, 166, 0.28);
	box-shadow: 0 6px 18px rgba(65, 83, 166, 0.1);
}

.stati-faq__item.is-open {
	border-color: rgba(140, 198, 63, 0.55);
	box-shadow: 0 8px 22px rgba(65, 83, 166, 0.12);
}

.stati-faq__toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	text-align: left;
	padding: 18px 20px;
	border: 0 !important;
	background: transparent;
	cursor: pointer;
	font: inherit;
	color: inherit;
	outline: none !important;
	box-shadow: none !important;
}

.stati-faq__question {
	display: block;
	flex: 1;
	font-size: 16px !important;
	font-weight: 700;
	color: var(--stati-blue);
	line-height: 1.4;
}

.stati-faq__icon {
	position: relative;
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: var(--stati-blue);
	transition: background 0.25s ease, transform 0.25s ease;
}

.stati-faq__item.is-open .stati-faq__icon {
	background: var(--stati-green);
}

.stati-faq__icon-bar {
	position: absolute;
	top: 50%;
	left: 50%;
	background: var(--stati-white);
	border-radius: 1px;
	transform: translate(-50%, -50%);
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.stati-faq__icon-bar--h {
	width: 12px;
	height: 2px;
}

.stati-faq__icon-bar--v {
	width: 2px;
	height: 12px;
}

.stati-faq__item.is-open .stati-faq__icon-bar--v {
	opacity: 0;
	transform: translate(-50%, -50%) scaleY(0);
}

.stati-faq__answer {
	display: none;
	padding: 0 20px 18px;
	font-size: 15px;
	line-height: 1.65;
	color: #374151;
}

.stati-faq__answer p {
	margin: 0 0 0.6em !important;
	padding: 0px !important;
	font-size: 15px !important;
}

.stati-faq__answer p:last-child {
	margin-bottom: 0;
}

.stati-back {
	margin: 40px 0 40px !important;
	padding: 0px !important;
	font-size: 16px !important;
}

.stati-back a {
	color: var(--stati-blue, #4153A6);
	font-weight: 700;
	text-decoration: none;
}

.stati-back a:hover {
	color: var(--stati-green, #8CC63F);
}

@media (min-width: 768px) {
	.stati-detail__title {
		font-size: 34px;
	}

	.stati-video {
		grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
		gap: 24px;
		align-items: center;
	}

	.stati-article-body p {
		font-size: 16px !important;
	}

	.stati-article-body ul,
	.stati-article-body ol {
		font-size: 16px !important;
	}

	.stati-advantages__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.stati-back {
		margin: 60px 0 60px !important;
	}
}

@media (min-width: 992px) {
	.stati-advantages__grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* End */


/* Start:/bitrix/templates/podem/components/bitrix/news/stati/bitrix/news.list/.default/style.css?17858766512985*/
.stati-section {
	--stati-blue: #4153A6;
	--stati-green: #8CC63F;
	--stati-white: #fff;
	--stati-text: #333;
	--stati-muted: #3a3d44;
	--stati-radius: 12px;
	--stati-shadow: 0 4px 18px rgba(65, 83, 166, 0.1);
	--stati-shadow-hover: 0 10px 28px rgba(65, 83, 166, 0.18);
	color: var(--stati-text);
}

.stati-section{
	margin-bottom: 60px; 
}

.stati-list-title {
	margin: 0 0 28px;
	font-size: 32px;
	font-weight: 700;
	color: var(--stati-blue);
}

.stati-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}

.stati-card {
	display: flex;
	flex-direction: column;
	background: var(--stati-white);
	border-radius: var(--stati-radius);
	box-shadow: var(--stati-shadow);
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.stati-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--stati-shadow-hover);
}

.stati-card__image {
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	background: #f3f5fa;
	position: relative;
}

.stati-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
	position: relative;
	z-index: 5;
}

.stati-card:hover .stati-card__image img {
	transform: scale(1.04);
}

.stati-card__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 20px 22px 24px;
}

.stati-card__date {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
    color: var(--stati-muted);
    position: absolute;
    background: rgba(255, 255, 255, 0.85);
    right: 0px;
    top: 0px;
    padding: 3px 7px;
    border-radius: 0px 0px 0px var(--stati-radius);
	z-index: 10;
}

.stati-card__title {
	margin: 0 0 12px !important;
	padding: 0px !important;
	font-size: 18px;
	line-height: 1.35;
	font-weight: 700;
}

.stati-card__title a {
	color: var(--stati-blue);
	text-decoration: none;
	transition: color 0.2s ease;
}

.stati-card__title a:hover {
	color: var(--stati-green);
}

.stati-card__preview {
	flex: 1;
	margin-bottom: 16px;
	font-size: 14px;
	line-height: 1.55;
	color: #4b5563;
}

.stati-card__preview p {
	margin: 0;
}

.stati-card__more {
	align-self: flex-start;
	margin-top: auto;
	font-size: 14px;
	font-weight: 700;
	color: var(--stati-green);
	text-decoration: none;
	transition: color 0.2s ease, transform 0.2s ease;
}

.stati-card__more:hover {
	color: var(--stati-blue);
}

.stati-pager {
	margin-top: 32px;
	text-align: center;
}

.stati-pager--top {
	margin-top: 0;
	margin-bottom: 24px;
}

.stati-pager--bottom .navigation-arrows{
	display: none !important;
}

.stati-pager--bottom .navigation-title{
	display: none !important;
}

@media (min-width: 768px) {
	.stati-list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 992px) {
	.stati-list {
		grid-template-columns: repeat(3, 1fr);
	}

	.stati-list-title {
		font-size: 36px;
	}
}

/* End */


/* Start:/bitrix/templates/podem/components/bitrix/news/stati/include/popular.css?17858766883448*/
.stati-popular {
	margin-top: 0;
	margin-bottom: 40px;
}

.stati-popular .stati-list-title {
	margin-bottom: 24px;
}

.stati-popular__slider {
	position: relative;
}

.stati-popular__slider .stati-card__preview {
	flex: 1;
	display: -webkit-box; 
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	overflow: hidden;
}

.stati-popular__slider .stati-card__body{
	background: #edf4fd;
}

.stati-popular-swiper {
	overflow: hidden;
}

.stati-popular-swiper .swiper-slide {
	height: auto;
}

/* До инициализации Swiper: сетка как у финального breakpoints, лишние слайды скрыты */
.stati-popular:not(.is-ready) .stati-popular-swiper .swiper-wrapper {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
	transform: none !important;
}

.stati-popular:not(.is-ready) .stati-popular-swiper .swiper-slide {
	width: 100% !important;
	margin: 0 !important; 
}

.stati-popular:not(.is-ready) .stati-popular-swiper .swiper-slide:nth-child(n + 2) {
	display: none;
}

.stati-popular:not(.is-ready) .stati-popular__nav {
	visibility: hidden;
	pointer-events: none;
}

@media (min-width: 768px) {
	.stati-popular:not(.is-ready) .stati-popular-swiper .swiper-wrapper {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.stati-popular:not(.is-ready) .stati-popular-swiper .swiper-slide:nth-child(-n + 2) {
		display: block;
	}

	.stati-popular:not(.is-ready) .stati-popular-swiper .swiper-slide:nth-child(n + 3) {
		display: none;
	}
}

@media (min-width: 992px) {
	.stati-popular:not(.is-ready) .stati-popular-swiper .swiper-wrapper {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.stati-popular:not(.is-ready) .stati-popular-swiper .swiper-slide:nth-child(-n + 3) {
		display: block;
	}

	.stati-popular:not(.is-ready) .stati-popular-swiper .swiper-slide:nth-child(n + 4) {
		display: none;
	}
}

.stati-popular-swiper .stati-card {
	height: 100%;
	box-shadow: none;
	border: 1px solid #d7dbe3;
	transition: border-color 0.2s ease;
}

.stati-popular-swiper .stati-card:hover {
	transform: none;
	box-shadow: none;
	border-color: #8CC63F;
}

.stati-popular-swiper .stati-card:hover .stati-card__image img {
	transform: none;
}

.stati-popular__nav {
	position: absolute;
	top: 50%;
	z-index: 5;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	border: 0;
	border-radius: 50%;
	background: #4153A6;
	color: #fff;
	cursor: pointer;
	box-shadow: 0 4px 14px rgba(65, 83, 166, 0.25);
	transition: background 0.2s ease, opacity 0.2s ease;
	outline: none !important;
}

.stati-popular__nav:hover {
	background: #8CC63F;
}

.stati-popular__nav.swiper-button-disabled {
	opacity: 0.35;
	cursor: default;
}

.stati-popular__nav--prev {
	left: -8px;
}

.stati-popular__nav--next {
	right: -8px;
}

.stati-popular__nav--prev::before,
.stati-popular__nav--next::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

.stati-popular__nav--prev::before {
	transform: translate(-30%, -50%) rotate(-135deg);
}

.stati-popular__nav--next::before {
	transform: translate(-70%, -50%) rotate(45deg);
}

@media (max-width: 991px) {
	.stati-popular__nav--prev {
		left: 0;
	}

	.stati-popular__nav--next {
		right: 0;
	}
}

/* End */
/* /bitrix/templates/podem/components/bitrix/news/stati/bitrix/news.detail/.default/style.css?178587119311135 */
/* /bitrix/templates/podem/components/bitrix/news/stati/bitrix/news.list/.default/style.css?17858766512985 */
/* /bitrix/templates/podem/components/bitrix/news/stati/include/popular.css?17858766883448 */
