

/* Start:/blog/local.css?17873987625644*/
@media screen and (min-width: 577px) {
    .news-page.jure-tab-block .nav-pills {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 421px;
        gap: 30px
    }

    .news-page.jure-tab-block .nav-pills .nav-link {
        max-width: 100%;
    }
}

.jure-tab-block .tab-content {
    margin-top: 120px;
}


.detail-slide {
    min-height: auto !important;
    margin-bottom: 0 !important;
}

.detail-slide .head-title {
    margin-bottom: 0 !important;
}

@media screen and (max-width: 1430px) {
    .news-page.jure-tab-block .nav-pills {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 1240px) {
    .jure-tab-block .tab-content {
        margin-top: 100px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1120px) {
    .news-page.jure-tab-block .nav-pills .nav-link,  .news-page.jure-tab-block .nav-pills .nav-link.active {
        padding: 20px;
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    .jure-tab-block .tab-content {
        margin-top: 80px;
    }

    .jure-tab-block .tab-content {
        margin-top: 50px;
    }
}

@media screen and (min-width: 577px) and (max-width: 767px) {
    .news-page.jure-tab-block .nav-pills {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        /*grid-row-gap: 40px;*/
        /*grid-column-gap: 40px;*/
    }
}

@media screen and (max-width: 767px) {
    .detail-slide {
        margin-bottom: 50px !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
    .seo-block .seo-block__right img {
        max-width: 100%;
    }

    .seo-block .seo-block__content {
        float: right;
        width: calc(100% - 280px);
        padding-bottom: 40px;
        margin: auto 0 auto auto;
    }
}

@media screen and (max-width: 576px) {
    .news-page.jure-tab-block .section {
        padding: 0 0 50px;
    }

    .news-page.jure-tab-block .nav-pills {
        width: 1055px;
    }

    .news-page.jure-tab-block .tab-content {
        margin-top: 0;
    }
}
/* Blog card: publication date between image and title */
.news-page .news-list__item > a {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.news-page .news-list__item .publish-at {
    align-self: flex-end;
    display: block;
    margin: 14px 0 8px;
    text-align: right;
}

/* Remove image bottom spacing at every breakpoint */
.news-page .news-list__item img {
    margin-bottom: 0 !important;
}

/* Unified responsive news image ratio */
.news-page .news-list__item img {
    display: block;
    width: 100%;
    aspect-ratio: 23 / 16;
    object-fit: cover;
    object-position: center;
}

/* Blog category grid */
@media screen and (min-width: 992px) {
    .news-page.jure-tab-block .nav-pills {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 16px;
    }
}

@media screen and (min-width: 577px) and (max-width: 991px) {
    .news-page.jure-tab-block .nav-pills {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* Publication and modification dates below the article image */
.news-detail-page .news-dates {
    display: flex;
    justify-content: flex-end;
    gap: 32px;
    margin: 16px 0 32px;
}

.news-detail-page .news-date {
    text-align: right;
}

.news-detail-page .news-date__label {
    display: block;
    margin-bottom: 4px;
    color: #777;
    font-size: 13px;
    line-height: 1.35;
}

.news-detail-page .news-date time {
    color: #222;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
}

@media screen and (max-width: 576px) {
    .news-detail-page .news-dates {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 24px;
    }

    .news-detail-page .news-date {
        text-align: left;
    }
}

/* Article image and left-aligned publication metadata */
.news-detail-page .news-detail-wrapper .news-detail .news-preview-wrapper .news-preview {
    width: 70% !important;
    margin-bottom: 0 !important;
}

.news-detail-page .news-dates {
    justify-content: flex-start;
}

.news-detail-page .news-date {
    text-align: left;
}

.news-detail-page .news-date a,
.news-detail-page .news-date__value {
    color: #222;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
}

.news-detail-page .news-date a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

/* Automatically generated article table of contents */
.news-detail-page .article-toc {
    margin: 0 0 36px;
    padding: 24px 28px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #f7f8fa;
}

.news-detail-page .article-toc__title {
    margin-bottom: 14px;
    color: #222;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
}

.news-detail-page .article-toc__list {
    margin: 0;
    padding-left: 22px;
}

.news-detail-page .article-toc__item {
    margin: 8px 0;
    padding-left: 4px;
}

.news-detail-page .article-toc__item--h3 {
    margin-left: 20px;
}

.news-detail-page .article-toc__link {
    color: #2356a8;
    line-height: 1.5;
    text-decoration: none;
}

.news-detail-page .article-toc__link:hover {
    color: #163d7a;
    text-decoration: underline;
}

.news-detail-page .news-text h2,
.news-detail-page .news-text h3 {
    scroll-margin-top: 110px;
}

@media screen and (max-width: 576px) {
    .news-detail-page .article-toc {
        margin-bottom: 28px;
        padding: 20px;
    }

    .news-detail-page .article-toc__title {
        font-size: 20px;
    }

    .news-detail-page .article-toc__item--h3 {
        margin-left: 12px;
    }
}

/* End */


/* Start:/local/templates/main2022/components/bitrix/news/news/bitrix/news.detail/.default/style.css?178740086114074*/
/*.detail-slide {*/
/*	margin-bottom:0px !important;*/
/*	margin-top:-15px;*/
/*}*/

/*.jure-tab-block {*/
/*	float:left;*/
/*	width:100%;*/
/*}*/

/*.jure-tab-block .nav-item {*/
/*	width:23%;*/
/*	height:115px;*/
/*	display:table;*/
/*	margin-right:2%;*/
/*	margin-bottom:40px;*/
/*}*/

/*.jure-tab-block .nav-pills .nav-link.active, .jure-tab-block .nav-pills .show>.nav-link {*/
/*	font-size: 24px;*/
/*	line-height: 120%;*/
/*	color: #EFF3F7;*/
/*	background:#132A91;*/
/*	padding:24px;*/
/*	font-weight:bold;*/
/*	border-radius:10px;*/
/*	display:table-cell;*/
/*	vertical-align:middle;*/
/*}*/

/*.jure-tab-block .nav-pills .nav-link {*/
/*	font-size: 24px;*/
/*	line-height: 120%;*/
/*	padding:24px;*/
/*	font-weight:bold;*/
/*	box-shadow: 0px 20px 30px 10px rgba(112, 120, 156, 0.2);*/
/*	border-radius: 10px;*/
/*	margin-right:40px;*/
/*	min-height:105px;*/
/*	margin-bottom:40px;*/
/*	display:table-cell;*/
/*	vertical-align:middle;*/
/*}*/

/*.news-list__item {*/
/*	margin-bottom:40px;*/
/*}*/

/*.news-list__item img {*/
/*	margin-bottom:40px;*/
/*}*/

/*.news-list__title {*/
/*	float:left;*/
/*	width:100%;*/
/*	font-size: 32px;*/
/*	line-height: 120%;*/
/*	font-weight:bold;*/
/*	height:76px;*/
/*	margin-bottom:20px;*/
/*}*/

/*.news-list__bottom {*/
/*	float:left;*/
/*	width:100%;*/
/*}*/

/*.news-list__bottom div {*/
/*	float:left;*/
/*	width:50%;*/
/*}*/

/*.news-list__bottom div:first-child {*/
/*	font-size:24px;*/
/*}*/

/*.news-list__bottom div:last-child {*/
/*	text-align:right;*/
/*	font-size: 18px;*/
/*	line-height: 135%;*/
/*	color: #C4C4C4;*/
/*	padding-top:7px;*/
/*}*/

/*.detail-news p {*/
/*	font-size: 30px;*/
/*	line-height: 135%;*/
/*	margin-bottom:40px;*/
/*}*/

/*.detail-news__title {*/
/*	font-size: 48px !important;*/
/*	line-height: 120% !important;*/
/*	color: #132A91;*/
/*	margin-bottom:60px;*/
/*}*/

/*.detail-news .img-fluid {*/
/*	margin-bottom:60px;*/
/*}*/

/*.news-info p {*/
/*	font-size:30px !important;*/
/*}*/

/*.news-info b {*/
/*	color: #C9AB71;*/
/*}*/

/*.question-block {*/
/*	float:left;*/
/*	width:100%;*/
/*	margin-bottom:40px;*/
/*}*/

/*.question-block p {*/
/*	font-size:28px;*/
/*}*/

/*.question-block img {*/
/*	float:left;*/
/*	margin-right:30px;*/
/*}*/

/*.news-nav {*/
/*	float:left;*/
/*	width:100%;*/
/*	margin-bottom:120px;*/
/*	font-size:30px;*/
/*}*/

/*.news-nav div:first-child {*/
/*	float:left;*/
/*	width:70%;*/
/*}*/


/*.news-nav div:last-child {*/
/*	float:right;*/
/*	width:410px;*/
/*}*/

/*.seo-block__right img {*/
/*	margin-left:0px !important;*/
/*}*/

/*.news-nav div:last-child span {*/
/*	margin-right:20px;*/
/*}*/

/*.news-nav div:last-child span img {*/
/*	margin-right:20px;*/
/*}*/

/*@media screen and (max-width: 1430px) {*/

/*	.news-list__title {*/
/*		font-size:24px;*/
/*	}*/

/*	.news-list__item img {*/
/*		margin-bottom: 20px;*/
/*	}*/
/*}*/

/*@media screen and (max-width: 768px) {*/
/*	.jure-tab-block .nav-pills .nav-link.active, .jure-tab-block .nav-pills .show>.nav-link {*/
/*		font-size:18px;*/
/*	}*/

/*	.jure-tab-block .nav-pills .nav-link {*/
/*		font-size:18px;*/
/*		min-height:84px;*/
/*	}*/

/*	.news-list__title {*/
/*		font-size:18px;*/
/*		height:40px;*/
/*	}*/

/*	.news-list__item img {*/
/*		margin-bottom: 18px;*/
/*	}*/
/*}*/

/*!* Детальная *!*/

/*.news-info__mobile-head {*/
/*	display:none;*/
/*}*/

/*.news-nav div:first-child {*/
/*	display:flex;*/
/*	justify-content: space-between;*/
/*	padding:0px 20px;*/
/*	width:calc(100% - 420px);*/
/*}*/

/*.news-nav div:first-child span {*/
/*	display:inline-block;*/
/*}*/

/*.question-block div {*/
/*		padding-top:100px;*/
/*	}*/




/*@media screen and (max-width: 1240px) {*/
/*	.detail-news__title {*/
/*		font-size:38px !important;;*/
/*	}*/

/*	.news-info p {*/
/*		font-size:28px !important;*/
/*	}*/

/*	.detail-news p {*/
/*		font-size:24px;*/
/*	}*/

/*	.question-block p {*/
/*		font-size:28px;*/
/*	}*/

/*	body .news-nav div:last-child {*/
/*		margin-right:0px;*/
/*	}*/

/*	.news-nav {*/
/*		font-size:24px;*/
/*	}*/
/*}*/

/*@media screen and (max-width: 768px) {*/
/*	.detail-news__title {*/
/*		font-size:28px !important;;*/
/*	}*/

/*	.news-info__mobile-head {*/
/*		float:left;*/
/*		display:block;*/
/*		width:100%;*/
/*		margin-bottom:20px;*/
/*	}*/

/*	.news-info__mobile-head div {*/
/*		float:left;*/
/*		width:50%;*/
/*	}*/

/*	.news-info__mobile-head div:last-child {*/
/*		text-align:right;*/
/*	}*/

/*	.news-info__mobile-head div p {*/
/*		font-size:18px;*/
/*		margin-bottom:5px;*/
/*	}*/

/*	.news-info__mobile-head div p b {*/
/*		color:#C9AB71;*/
/*	}*/

/*	.news-info__mobile-head div p img {*/
/*		width:17px;*/
/*	}*/

/*	.detail-news p {*/
/*		font-size:18px;*/
/*	}*/

/*	.question-block p {*/
/*		font-size:24px;*/
/*	}*/

/*	.news-nav div:first-child {*/
/*		width:100%;*/
/*	}*/

/*	.news-nav div:first-child img {*/
/*		width:9px;*/
/*	}*/

/*	.news-nav div:last-child {*/
/*		position: absolute;*/
/*    	top: -50px;*/
/*    	right: 38px;*/
/*    	text-align: right;*/
/*	}*/

/*	.news-nav div:last-child span {*/
/*		width:50%;*/
/*		margin-right:0px;*/
/*	}*/

/*	.news-nav div:last-child img {*/
/*		margin-right:5px;*/
/*		width:17px;*/
/*	}*/

/*	body .news-nav {*/
/*		font-size:18px;*/
/*		position:relative;*/
/*		padding:0px 30px;*/
/*		margin-top:50px;*/
/*	}*/

/*	.news-nav span {*/
/*		display: block;*/
/*		width: 33%;*/
/*		float: left;*/
/*	}*/

/*	.news-nav span:last-child {*/
/*		text-align:right;*/
/*	}*/

/*	.nav-center {*/
/*		text-align:center;*/
/*	}*/
/*}*/

/* =========================================
   Article content system v1
   ========================================= */

.news-detail-page .news-text {
    --article-text: #333344;
    --article-heading: #171724;
    --article-muted: #6f7280;
    --article-accent: #2356a8;
    --article-accent-light: #eef4ff;
    --article-border: #dfe4ec;
    --article-surface: #f7f8fa;
    --article-warning: #fff7df;
    color: var(--article-text);
    font-family: Inter, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.75;
}

.news-detail-page .news-text > *:first-child { margin-top: 0; }
.news-detail-page .news-text > *:last-child { margin-bottom: 0; }

.news-detail-page .news-text p {
    margin: 0 0 24px;
    color: var(--article-text);
    font-size: 18px;
    line-height: 1.75;
}

.news-detail-page .news-text a {
    color: var(--article-accent);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
}

.news-detail-page .news-text a:hover { color: #163d7a; }

.news-detail-page .news-text h2 {
    margin: 56px 0 24px;
    color: var(--article-heading);
    font-size: 32px;
    font-weight: 650;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.news-detail-page .news-text h3 {
    margin: 40px 0 18px;
    color: var(--article-heading);
    font-size: 24px !important;
    font-weight: 650;
    line-height: 1.35 !important;
    letter-spacing: -0.01em;
}

.news-detail-page .news-text h2 + h3 { margin-top: 24px; }
.news-detail-page .news-text h2 + p,
.news-detail-page .news-text h3 + p { margin-top: 0; }

.news-detail-page .news-text ul,
.news-detail-page .news-text ol {
    margin: 0 0 28px;
    padding-left: 28px;
}

.news-detail-page .news-text li {
    margin: 10px 0;
    padding-left: 6px;
    font-size: 18px;
    line-height: 1.65;
}

.news-detail-page .news-text li::marker {
    color: var(--article-accent);
    font-weight: 700;
}

.news-detail-page .news-text li > ul,
.news-detail-page .news-text li > ol {
    margin-top: 10px;
    margin-bottom: 10px;
}

.news-detail-page .news-text blockquote {
    position: relative;
    margin: 36px 0;
    padding: 28px 32px 28px 42px;
    border: 0;
    border-left: 4px solid var(--article-accent);
    border-radius: 0 12px 12px 0;
    background: var(--article-accent-light);
    color: var(--article-heading);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6;
}

.news-detail-page .news-text blockquote::before {
    position: absolute;
    top: 13px;
    left: 14px;
    color: var(--article-accent);
    content: "“";
    font-family: Georgia, serif;
    font-size: 42px;
    line-height: 1;
}

.news-detail-page .news-text blockquote p {
    margin: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.news-detail-page .news-text figure { margin: 40px 0; }

.news-detail-page .news-text figure img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    border-radius: 12px;
}

.news-detail-page .news-text figcaption {
    margin-top: 12px;
    padding: 0 4px;
    color: var(--article-muted);
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}

.news-detail-page .news-text > img,
.news-detail-page .news-text p > img:only-child {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 36px auto;
    border-radius: 12px;
}

.news-detail-page .news-text .article-note {
    margin: 32px 0;
    padding: 24px 28px;
    border: 1px solid #cdddf8;
    border-radius: 12px;
    background: var(--article-accent-light);
}

.news-detail-page .news-text .article-note--important {
    border-color: #f0d28b;
    background: var(--article-warning);
}

.news-detail-page .news-text .article-note--neutral {
    border-color: var(--article-border);
    background: var(--article-surface);
}

.news-detail-page .news-text .article-note__title {
    display: block;
    margin-bottom: 8px;
    color: var(--article-heading);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}

.news-detail-page .news-text .article-note p:last-child { margin-bottom: 0; }

.news-detail-page .news-text .expert-quote {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
    margin: 40px 0;
    padding: 30px;
    border: 1px solid var(--article-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 36px rgba(25, 35, 55, 0.07);
}

.news-detail-page .news-text .expert-quote__photo {
    width: 88px;
    height: 88px;
    margin: 0;
    border-radius: 50%;
    object-fit: cover;
}

.news-detail-page .news-text .expert-quote__content { min-width: 0; }

.news-detail-page .news-text .expert-quote__text {
    position: relative;
    margin: 0 0 20px;
    color: var(--article-heading);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
}

.news-detail-page .news-text .expert-quote__author {
    display: block;
    color: var(--article-heading);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
}

.news-detail-page .news-text .expert-quote__position {
    display: block;
    margin-top: 3px;
    color: var(--article-muted);
    font-size: 14px;
    line-height: 1.45;
}

.news-detail-page .news-text .expert-quote--without-photo {
    display: block;
}

.news-detail-page .news-text .expert-quote--without-photo .expert-quote__content {
    width: 100%;
}

@media screen and (max-width: 576px) {
    .news-detail-page .news-text,
    .news-detail-page .news-text p,
    .news-detail-page .news-text li {
        font-size: 16px;
        line-height: 1.7;
    }

    .news-detail-page .news-text h2 {
        margin: 42px 0 20px;
        font-size: 27px;
    }

    .news-detail-page .news-text h3 {
        margin: 32px 0 16px;
        font-size: 21px !important;
        line-height: 1.35 !important;
    }

    .news-detail-page .news-text ul,
    .news-detail-page .news-text ol { padding-left: 23px; }

    .news-detail-page .news-text blockquote {
        margin: 28px 0;
        padding: 24px 20px 24px 34px;
        font-size: 18px;
    }

    .news-detail-page .news-text .article-note {
        margin: 26px 0;
        padding: 20px;
    }

    .news-detail-page .news-text .expert-quote {
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 16px;
        padding: 22px 18px;
    }

    .news-detail-page .news-text .expert-quote__photo {
        width: 64px;
        height: 64px;
    }

    .news-detail-page .news-text .expert-quote__text {
        font-size: 18px;
    }
}


/* Related articles v1 */
.news-detail-page .news-related {
    width: 100%;
    margin-top: 64px;
    padding-top: 40px;
    border-top: 1px solid #e2e8ee;
}

.news-detail-page .news-related__title {
    margin: 0 0 28px;
    color: #1f2d3d;
    font-size: 32px;
    line-height: 1.2;
}

.news-detail-page .news-related__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    width: 100%;
}

.news-detail-page .news-related .news-list__item {
    width: auto;
    min-width: 0;
    margin: 0;
}

.news-detail-page .news-related .news-list__item > a {
    display: flex;
    height: 100%;
    color: inherit;
    text-decoration: none;
    flex-direction: column;
}

.news-detail-page .news-related .news-list__item img {
    display: block;
    width: 100%;
    height: 220px;
    margin-bottom: 0;
    object-fit: cover;
    object-position: center;
}

.news-detail-page .news-related .publish-at {
    display: block;
    align-self: flex-end;
    margin: 14px 0 8px;
    color: #7b8794;
    font-size: 14px;
    line-height: 1.3;
}

.news-detail-page .news-related .news-list__title {
    color: #1f2d3d;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.35;
    transition: color .2s ease;
}

.news-detail-page .news-related .news-list__item > a:hover .news-list__title {
    color: #1e73be;
}

@media (max-width: 991px) {
    .news-detail-page .news-related__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .news-detail-page .news-related {
        margin-top: 44px;
        padding-top: 30px;
    }

    .news-detail-page .news-related__title {
        margin-bottom: 22px;
        font-size: 27px;
    }

    .news-detail-page .news-related__list {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .news-detail-page .news-related .news-list__item img {
        height: 210px;
    }
}

/* End */
/* /blog/local.css?17873987625644 */
/* /local/templates/main2022/components/bitrix/news/news/bitrix/news.detail/.default/style.css?178740086114074 */
