

/* 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/components/bitrix/system.pagenavigation/templates/can/style.min.css?1665816048659*/
div.modern-page-navigation{padding:.5em 0}div.modern-page-navigation a,span.modern-page-current,span.modern-page-dots{border-left-width:1px;border-left-style:solid;padding-left:.75em;padding-right:.5em;text-decoration:none}div.modern-page-navigation a.modern-page-previous{border-right-width:1px;border-right-style:solid;border-left:none}div.modern-page-navigation a.modern-page-first,div.modern-page-navigation span.modern-page-first{border-left:none;padding-left:.5em}span.modern-page-current{font-weight:bold}div.modern-page-navigation a,span.modern-page-current,div.modern-page-navigation a.modern-page-previous,span.modern-page-dots{border-color:#cdcdcd}
/* End */
/* /blog/local.css?17873987625644 */
/* /local/components/bitrix/system.pagenavigation/templates/can/style.min.css?1665816048659 */
