

/* Start:/local/templates/bigi/components/bitrix/news.detail/article-new/style.css?176338125036555*/
article i.note {font-size:14px;}

.article-header h1 {
    font-weight: 500;
    font-size: 56px;
    line-height: 56px;
    font-family: OceanicGrotesk;
    color: #33383C;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 80px;
    margin-top: 80px;
    padding: 0 80px;
}
.article-intro {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.5px;
    text-align: center;
    font-family: OceanicText;
    max-width: 752px;
    margin: auto;
    color: #33383C;
}
.article-grid {
    display: grid;
    grid-template-columns: 1fr 752px 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    justify-items: stretch;
    align-items: stretch;
}
.article__social-share {
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.article__social-share .article__social {
    gap: 8px;
    margin-bottom: 0;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.article__social-share a,
.article__social-share button {
    white-space: nowrap;
    border: 1px solid #f0f5f7;
    border-radius: 32px;
    padding: 8px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 0.8px;
    font-family: JetBrains;
    background: #f0f5f7;
}
.article__social-share > span {
    font-family: OceanicGrotesk;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    text-align: right;
    color: #8E9092;
    margin-bottom: 12px;
    display: block;
}
.article__author-block {
    border-top: 1px solid #E8E8E9;
    padding-top: 12px;
}
.article__author-breadcrumb span {
    color: #A41034;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    display: block;
    font-family: OceanicGrotesk;
    font-weight: 400;
}
.article__author-breadcrumb span:first-child {
    font-weight: 500;
}
.article__main-image img {
    display: block;
    border: none;
    padding: 0;
    margin: 0;
    margin-bottom: 8px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.article__main-image .description {
    font-family: OceanicGrotesk;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #33383C;
    display: block;
    text-align: left;
}
.article__author-license,
.article__author-breadcrumb {
    margin-bottom: 20px;
}
.article__author-license,
.article__author-list a,
.article__author-date {
    font-size: 16px;
    line-height: 20px;
    position: relative;
    display: block;
    font-family: OceanicGrotesk;
    font-weight: 400;
    color: #33383C;
}
.readMore-sidebar .h3 {
    font-size: 16px;
    line-height: 20px;
    position: relative;
    display: block;
    font-family: OceanicGrotesk;
    font-weight: 400;
    color: #33383C;
    padding-bottom: 8px;
    margin-bottom: 12px;
    border-bottom: 1px solid #E8E8E9;
}
.readMore-sidebar .sidebar-item {
    margin-bottom: 80px;
}
.readMore-sidebar {
    padding-left: 128px;
    margin-bottom: -80px;
}
.readMore-sidebar .sidebar-item .h4 {
    font-family: OceanicGrotesk;
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: -.2px;
    color: #33383C;
    margin-bottom: 8px;
}
.readMore-sidebar .sidebar-item .footnote {
    font-family: OceanicGrotesk;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #33383C;
    display: block;
    font-style: normal;
}
.article_view_2 .article-grid.article__top .article__main-image {
    grid-column: span 2;
}
.article_view_3 .article-grid.article__top {
    display: grid;
    grid-template-columns: 752px 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    justify-items: stretch;
    align-items: stretch;
}
.article_view_no_img .article-grid.article__top {
    grid-template-columns: 1fr 752px 1fr;
}
@media screen and (min-width: 1600px) {
    .article_view_no_img .article-grid.article__top {
        grid-template-columns: 1fr 50% 1fr;
    }
}
.article_view_3 .article__top .article__main-image {
    text-align: right;
}
.article_view_3 .article__top .article__author-block {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.article_view_no_img .article__top .article__author-block {
    -webkit-flex-direction: column;
    flex-direction: column;
}
.article_view_3 .article__author-block .firstBlock,
.article_view_3 .article__author-block .secondBlock {
    width: calc(50% - 8px);
}
.article_view_3 .article__author-block .firstBlock {
    margin-right: 16px;
    margin-bottom: 80px;
}
.article_view_no_img .article__author-block .firstBlock,
.article_view_no_img .article__author-block .secondBlock {
    width: 100%;
}
.article_view_no_img .article__author-block .firstBlock {
    margin-right: 0;
    margin-bottom: 0;
}
.article_view_3 .article__author-block .thirdBlock {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr calc(50% - 8px);
    grid-template-rows: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    justify-items: stretch;
    align-items: stretch;
    border-top: 1px solid #E8E8E9;
    padding-top: 12px;
    margin-bottom: 24px;
    margin-top: 60px;
}
.article_view_no_img .article__author-block .thirdBlock {
    gap: 40px;
    grid-template-columns: 1fr;
}
.article-details-head {
    font-family: OceanicGrotesk;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #33383C;
    margin-bottom: 8px;
}
.article-details {
    text-align: right;
    color: #33383C;
}
.article-details .article-details_block {
    margin-bottom: 20px;
    position: relative;
}
.article_view_no_img .article-details .article-details_block {
    margin-bottom: 40px;
}
.article-details_block .content {
    text-align: left;
}
.article-details_block .content p {
    margin: 0;
    padding: 0;
    color: #33383C;
}
.article-details_block .name {
    font-family: OceanicGrotesk;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    text-align: right;
    color: #8E9092;
    display: block;
    position: absolute;
    right: calc(100% + 16px);
    top: 4px;
    width: 50%;
}
.article_view_no_img .article-details_block .name {
    text-align: left;
    top: -20px;
    right: 0;
    width: 100%;
}
.article-details_block .text {
    font-family: OceanicGrotesk;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
.article-details_block .quote {
    font-family: OceanicText;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #33383C;
}
.article-details_block .number {
    font-family: OceanicGrotesk;
    font-size: 36px;
    line-height: 36px;
    font-weight: 500;
    letter-spacing: -.2px;
    margin-bottom: 6px;
}

.article__footer .article_footer-authorsHead {
    font-size: 16px;
    line-height: 20px;
    position: relative;
    display: block;
    font-family: OceanicGrotesk;
    font-weight: 400;
    color: #33383C;
    padding-bottom: 8px;
    margin-bottom: 12px;
    border-bottom: 1px solid #E8E8E9;
}
section .article__footer {
    max-width: 100%;
}
.article__footer p.color-ghost {
    padding-top: 30px;
}
section .article__body-inner {
    max-width: 100%;
}
section .article__body-text {
    padding: 0;
}
section .article_footer-author,
section .article_footer-author p {
    font-size: 16px;
    line-height: 20px;
    font-family: OceanicGrotesk;
    font-weight: 400;
    color: #33383C;
}
section .article_footer-author b {
    font-weight: 500;
}
section .article__footer .article__social-share {
    align-self: flex-end;
    margin-bottom: 0;
}
.content-text p,
.content-text ul,
.content-text ol {
    font-family: OceanicText;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #33383C;
    margin-bottom: 24px;
}
.content-text li {
    margin-bottom: 12px;
}
.number-block {
    max-width: 240px;
    margin-left: auto;
}
.number-block .number-value {
    display: block;
    margin-bottom: 8px;
    font-size: 56px;
    line-height: 56px;
    font-family: OceanicGrotesk;
    font-weight: 500;
    color: #33383C;
    letter-spacing: -0.02em;
}
.article__body .number-block p,
.article__body .description p {
    margin-bottom: 0;
}
.number-block .number-text {
    font-size: 14px;
    line-height: 18px;
    font-family: OceanicGrotesk;
    font-weight: 400;
    color: #33383C;
}
.article-grid.article-grid-img-slider {
    grid-template-columns: 1fr;
}
.article-grid.article-grid-img-double {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    margin-top: 40px;
}
.article-grid.article-grid-title-moved,
.article-grid.article-grid-quote {
    grid-template-columns: calc(100% - ((100% - 752px) / 2)) 1fr;
    grid-template-rows: 1fr;
}
.img-single-block img,
.article-grid-img-double .img-double-block img {
    max-width: 100%;
    display: block;
    margin-bottom: 8px;
    border: none;
}
.article__body-text .article-grid .description .imgName {
    font-size: 12px;
    line-height: 16px;
    font-family: OceanicGrotesk;
    font-weight: 500;
    color: #33383C;
}
.article__body-text .article-grid .description figcaption {
    font-size: 12px;
    line-height: 16px;
    font-family: OceanicGrotesk;
    font-weight: 400;
    color: #33383C;
}
.article__body-text .title-default {
    font-size: 28px;
    line-height: 28px;
    font-family: OceanicGrotesk;
    font-weight: 500;
    color: #33383C;
    letter-spacing: -0.02em;
    margin: 0;
}
.article__body-text .article-grid {
    margin-bottom: 40px;
}
.article__body-text .article__top {
    margin-bottom: 80px;
}
.article__body-text .article-grid-interview {
    margin-top: 24px;
    margin-bottom: 0;
}
.article__body-text .article-grid-default,
.article__body-text .article-grid-title-default,
.article__body-text .article-grid-text,
.article__body-text .article-grid-slider,
.article__body-text .article-grid-img-single,
.article__body-text .article-grid-answer,
.article__body-text .article-grid-snoska-sprava,
.article__body-text .article-grid-cards {
    margin-top: 40px;
    margin-bottom: 0;
}
.article__body-text .article-grid-number,
.article__body-text .article-grid-title-moved,
.article__body-text .article-grid-quote {
    margin-top: 80px;
    margin-bottom: 0;
}
.article-grid-interview ~ .article-grid-interview {
    margin-top: 0;
}
.interview-question,
.interview-answer {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin: 0;
}
.interview-question-name,
.interview-answer-name {
    padding: 3px 4px;
    white-space: nowrap;
    border: 1px solid #f0f5f7;
    border-radius: 32px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 0.8px;
    font-family: JetBrains;
    background: #f0f5f7;
    display: block;
    margin-right: 12px;
    text-align: center;
}
.article__body-text .interview-question-name p,
.article__body-text .interview-answer-name p {
    margin-bottom: 0;
}
.interview-question-text,
.interview-answer-text {
    font-size: 18px;
    line-height: 24px;
    font-family: OceanicGrotesk;
    font-weight: 500;
    color: #33383C;
}
.interview-answer-text {
    font-weight: 400;
}
.interview-block {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}
.movedTitle .title-moved {
    font-size: 44px;
    line-height: 44px;
    font-family: OceanicGrotesk;
    font-weight: 500;
    color: #33383C;
    letter-spacing: -0.02em;
    margin: 0;
}
.quote-block .quote-text,
.quote-block .quote-text p {
    display: block;
    color: #A41034;
    font-size: 56px;
    line-height: 56px;
    font-family: OceanicText;
    font-weight: 400;
    letter-spacing: -0.02em;
}
.quote-block .quote-text {
    margin: 0;
}
.quote-block .quote-author {
    display: block;
    color: #A41034;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    font-family: OceanicGrotesk;
    font-weight: 400;
}
.answer-block {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
}
.answer-img img,
.snoska-img img {
    max-width: 64px;
    display: block;
    border: none;
}
.answer-block .smallResponse {
    color: #8E9092;
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 16px;
    font-family: OceanicGrotesk;
    font-weight: 400;
}
.answer-block .answer-fio,
.answer-block .answer-position {
    color: #33383C;
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-family: OceanicGrotesk;
    font-weight: 400;
}
.answer-block .answer-text {
    margin-left: 16px;
}
.article__body-text .article-grid-answer {
    padding-top: 24px;
    border-top: 1px solid #E8E8E9;
}
.snoska-head {
    color: #33383C;
    display: block;
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 20px;
    font-family: OceanicGrotesk;
    font-weight: 500;
}
.snoska-text {
    color: #33383C;
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-family: OceanicGrotesk;
    font-weight: 400;
}
.snoska-block {
    max-width: 240px;
    margin-left: auto;
}
.snoska-img {
    margin-bottom: 8px;
}
.img-swiper .swiper-slide {
    max-width: 752px;
}
.swiper-slide img {
    max-width: 100%;
    display: block;
    margin-bottom: 8px;
}
.swiper-slide .description {
    font-size: 12px;
    line-height: 16px;
    font-family: OceanicGrotesk;
    font-weight: 400;
    color: #33383C;
    display: none;
    padding-left: 50px;
}
.swiper-slide-active .description {
    display: block;
}
.img-swiper .swiper-pagination {
    display: none;
}
.img-swiper .swiper-fraction {
    max-width: 752px;
    margin: auto;
    left: calc(50% - 376px);
    position: absolute;
    text-align: left;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 0.8px;
    font-family: JetBrains;
    color: #8E9092;
    top: auto;
    bottom: 3px;
}
.img-swiper .swiper-pagination-bullet {
    background: #777777;
    cursor: pointer;
}
.img-swiper .swiper-pagination-bullet-active {
    background: #A41034;
}
.cards-swiper .swiper-slide {
    max-width: 496px;
    background: #F1F5F8;
    font-size: 16px;
    line-height: 20px;
    font-family: OceanicGrotesk;
    font-weight: 400;
    color: #33383C;
    text-align: center;
    padding: 24px;
    box-sizing: border-box;
    border-radius: 16px;
}

.cards-swiper .swiper-slide .description {
    font-size: 16px;
    line-height: 20px;
    font-family: OceanicGrotesk;
    font-weight: 400;
    color: #33383C;
    display: block;
    padding-left: 0;
}
.cards-swiper.cardsStacked .swiper-slide:first-child .description {
    font-family: OceanicText;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 44px;
    line-height: 44px;
    letter-spacing: -0.02em;
    padding: 0;
    margin-bottom: 32px;
}
.cards-swiper .swiper-slide img {
    margin: auto;
    margin-bottom: 24px;
}
.cards-swiper.cardsStacked {
    overflow: visible;
    margin-bottom: 40px;
}
.cardsStacked .swiper-slide {
    position: absolute;
    z-index: 1;
    overflow: hidden;
}
.cardsStacked .swiper-slide:nth-child(2) {
    transform: rotate(-13deg);
}
.cardsStacked .swiper-slide:nth-child(3) {
    transform: rotate(13deg);
}
.cardsStacked .swiper-slide:nth-child(4) {
    transform: rotate(-19deg);
}
.cardsStacked .swiper-slide:nth-child(5) {
    transform: rotate(19deg);
}
.cardsStacked .swiper-slide:first-child {
    position: relative;
    transform: none;
    cursor: pointer;
    background: #A41034;
    font-family: OceanicText;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 44px;
    line-height: 44px;
    letter-spacing: -.2px;
    z-index: 2;
}
.cardsCount {
    display: none;
}
.cardNum {
    display: block;
    text-align: right;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 0.08px;
    font-family: JetBrains;
    color: #33383C;
    margin-bottom: 10px;
}
.cardsStacked .cardNum {
    display: none;
}
.cardsStacked .cardsCount {
    border: 1px solid #fff;
    padding: 3px 12px;
    display: inline-block;
    margin: auto;
    color: #fff;
    border-radius: 24px;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 0.08px;
    font-family: JetBrains;
}
.cardsStacked .swiper-slide:first-child img {
    max-width: 50%;
}
.readMoreBottom {
    margin-top: 160px;
}
.readMoreBottom .h3 {
    font-size: 44px;
    line-height: 44px;
    letter-spacing: -0.02em;
    font-family: OceanicGrotesk;
    font-weight: 400;
    color: #33383C;
    padding-bottom: 16px;
    border-bottom: 1px solid #E8E8E9;
    margin-bottom: 40px;
}
.collectionMenu {
    background-color: #24292E;
}
.collectionMenu .topLine {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    padding: 16px 0;
}
.collectionMenu .topLine .collectionLogo {
    width: 70px;
    margin-right: 10px;
}
.collectionMenu .topLine .collectionLogo img {
    max-width: 100%;
}
.collectionMenu .topLine .collectionName {
    width: calc(100% - 80px);
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}
.collectionMenu .topLine .collectionName .preName {
    font-size: 12px;
    line-height: 16px;
    font-family: OceanicGrotesk;
    font-weight: 400;
    color: #88939F;
    margin-right: 16px;
}
.collectionMenu .topLine .collectionName .name {
    font-family: OceanicGrotesk;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}
.collectionMenu .articlesList-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
    position: relative;
}
.collectionMenu .articlesList:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    background: #88939F;
    height: 1px;
    width: 100%;
    left: 0;
    z-index: 0;
}
.collectionMenu a.articlesList-article {
    text-decoration: none;
    color: #FFFFFF;
    padding: 18px 0;
    margin-right: 16px;
    min-width: calc(25% - 12px);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
    position: relative;
    transition: all .3s ease;
}
.collectionMenu a.articlesList-article:hover {
    opacity: .8;
}

.collectionMenu a.articlesList-article:after {
    content: none;
}
.collectionMenu a.articlesList-article:hover:before,
.collectionMenu a.articlesList-article.active:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    background: #FFFFFF;
    height: 1px;
    width: 100%;
    left: 0;
    z-index: 1;
}
.collectionMenu a.articlesList-article .article-index {
    min-width: 24px;
    text-align: right;
    font-family: OceanicGrotesk;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #88939F;
}
.collectionMenu a.articlesList-article.active .article-index {
    color: #FFFFFF;
}
.collectionMenu a.articlesList-article .article-name {
    margin-left: 16px;
    font-family: OceanicGrotesk;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}
.collectionMenu a.articlesList-article .article-img {
    margin-left: 16px;
}
.collectionMenu .articlesList {
    position: relative;
}
.collectionMenu .swiper-slide img {
    max-width: initial;
}

section.table-of-contents {
    height: 0;
    width: 0;
    transform: translateX(-100vw);
    opacity: 0;
    transition: opacity .5s ease-in-out;
}
section.table-of-contents.active {
    opacity: 1;
    transform: translateX(0);
    display: block;
    z-index: 999;
    background: #292929;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 360px;
    transition: opacity .5s ease-in-out;
}
section.table-of-contents img {
    max-width: 100%
}
section.table-of-contents ol li ol {
    display: none;
}
section.table-of-contents ol li ol.openedSub {
    display: block;
}
section.table-of-contents li {
    position: relative;
}
section.table-of-contents li .olToggle {
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 11px;
}
section.table-of-contents li .olToggle .opened {
    display: block;
}
section.table-of-contents li .olToggle .closed {
    display: none;
}
section.table-of-contents li .olToggle.opened .closed {
    display: block;
}
section.table-of-contents li .olToggle.opened .opened {
    display: none;
}
.toc-top-part {
    height: 360px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}
.toc-img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.toc-img-wrapper:after {
    content: '';
    z-index: 10;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: linear-gradient(0deg, #292929 0%, #292929 36%, transparent 50%);
    bottom: 0;
}
.toc-name {
    font-size: 28px;
    line-height: 28px;
    letter-spacing: -.2px;
    font-family: OceanicText;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0 24px;
    margin-bottom: 24px;
}
.toc-head {
    padding: 0 24px;
    font-size: 12px;
    line-height: 16px;
    font-family: OceanicGrotesk;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 12px;
}
.contentList {
    padding: 0 24px;
}
.contentList ol {
    list-style-type: none;
    padding-left: 40px;
    color: #949494;
}
.contentList > ol {
    list-style-position: inside;
    list-style-type: upper-roman;
    padding-left: 0;
}
.contentList ol li {
    margin-bottom: 16px;
    border-top: 1px solid #949494;
    padding: 8px 32px 0 0;
    width: 100%;
    transition: color .3s ease;
}
.contentList ol li a {
    font-size: 16px;
    line-height: 20px;
    font-family: OceanicGrotesk;
    font-weight: 400;
    color: #949494;
    text-decoration: none;
}
.contentList ol li:hover,
.contentList ol li:hover > a {
    color: #FFFFFF;
}
.contentList ol li.active {
    border-color: #FFFFFF;
    color: #FFFFFF;
}
.contentList ol li.active > a {
    color: #FFFFFF;
}
.contentList li > ol {
    margin-top: 16px;
}
.tableOfContents-opener {
    padding: 10px 14px;
    background: #A41034;
    position: fixed;
    left: 0;
    top: calc(50% - 22px);
    cursor: pointer;
    z-index: 1;
    border-radius: 0 56px 56px 0;
    transition: padding .3s ease;
}
.tableOfContents-opener:hover {
    padding-left: 22px;
}
.toc-close {
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
    display: block;
}
.adsBlock-wrap {
    overflow: hidden;
    padding-right: 16px;
}
.badgesLine {
    margin-bottom: 16px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}
.badgesLine-badge {
    white-space: nowrap;
    border: 1px solid;
    border-color: rgba(29, 33, 38, .9);
    border-radius: 24px;
    margin-right: 4px;
    padding: 3px 6px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 0.08px;
    font-family: JetBrains;
    color: #33383C;
}
.ad-container {
    background: #F1F5F8;
    padding: 24px;
    border-radius: 16px;
}
.ad-more-info {
    display: none;
}
.ad-more.opened .ad-more-info {
    display: block;
    position: absolute;
    bottom: calc(100% + 6px);
    right: 0;
    background: #FFFFFF;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 16px;
    width: 220px;
    box-sizing: border-box;
}
.ad-more-info-head {
    font-size: 12px;
    line-height: 16px;
    font-family: OceanicGrotesk;
    font-weight: 400;
    margin-bottom: 4px;
    display: block;
    color: #8E9092;
}
.ad-more-info-text {
    color: rgba(29, 33, 38, 0.9);
    font-family: OceanicGrotesk;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}
.ad-more .ad-icon {
    cursor: pointer;
    padding: 5px 10px 15px 10px;
    background: #FFFFFF;
    border-radius: 32px;
    color: #000;
    transition: all .3s ease-in;
    font-family: 'OceanicGrotesk';
    font-size: 34px;
    line-height: 12px;
    display: block;
}
.ad-more.opened .ad-icon,
.ad-more .ad-icon:hover {
    color: #FFFFFF;
    background: rgba(29, 33, 38, 0.9);
}
.ad-name {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: -.2px;
    font-family: OceanicText;
    font-weight: 400;
    color: #33383C;
}
.ad-text {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 20px;
    font-family: OceanicGrotesk;
    font-weight: 400;
    color: #33383C;

}
.ad-img {
    margin-bottom: 16px;
}
.ad-img img {
    max-width: 100%;
    display: block;
    border: none;
    margin: 0;
}
.ad-bottom {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    position: relative;
}
.ad-logo img {
    max-width: 100%;
    display: block;
    border: none;    
    margin: 0;
}
@media (max-width: 1200px) {  
    .img-swiper .swiper-fraction {
        left: 0;
    }
    .collectionMenu a.articlesList-article {
        min-width: calc(50% - 6px);
    }
    .article-header h1 {
        padding: 0;
        font-size: 36px;
        line-height: 36px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .article-grid {
        grid-template-columns: 1fr;
    }
    .article-grid > div:empty {
        display: none;
    }
    .article-intro {
        font-size: 22px;
        line-height: 26px;
        text-align: left;
    }
    .introPart .article__social-share {
        display: none;
    }
    .article__author-block .secondBlock {
        margin-bottom: 16px;
    }
    .article__main-image {
        margin-bottom: 25px;
    }
    .article__top .read-more-mobile,
    .readMore-sidebar {
        display: none !important;
    }
    .number-block {
        margin-top: 20px;
    }
    .number-block .number-value {
        font-size: 36px;
        line-height: 36px;
    }
    .article__body-text .title-default {
        font-size: 20px;
        line-height: 24px;
    }
    .movedTitle .title-moved {
        font-size: 28px;
        line-height: 28px;
    }
    .article-grid.article-grid-title-moved,
    .article-grid.article-grid-quote {
        grid-template-columns: 1fr;
    }
    .quote-block .quote-text,
    .quote-block .quote-text p {
        font-size: 28px;
        line-height: 28px;
    }
    .quote-block .quote-author {
        font-size: 14px;
        line-height: 18px;
    }
    .answer-block {
        margin-bottom: 24px;
    }
    .cardsStacked .swiper-slide {
        max-width: calc(100vw - 45px);
    }
    .cardsStacked .swiper-slide:first-child img {
        max-width: 80%;
    }
    .cardsStacked .swiper-slide:nth-child(2) {
        transform: rotate(-7deg);
    }
    .cardsStacked .swiper-slide:nth-child(3) {
        transform: rotate(7deg);
    }
    .cards-swiper.cardsStacked .swiper-slide:first-child .description {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .cards-swiper .swiper-slide {
        max-width: 100%;
    }
    .article-grid.article-grid-cards {
        display: block;
    }
    .adsBlock-wrap {
        padding-right: 0;
        margin-bottom: 24px;
    }
    .readMoreBottom .h3 {
        padding-bottom: 8px;
        font-size: 28px;
        line-height: 28px;
    }
    .tableOfContents-opener {
        display: none;
    }
    section .article__footer .article__social-share {
        position: fixed;
        right: 15px;
        bottom: 24px;
        padding-bottom: 0;
        z-index: 1;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        -webkit-align-content: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        align-items: center;
    }
    .mob-hidden {
        display: none;
    }
    .article__social-share .article__social {
        display: none;
    }
    .article__social-share > span {
        cursor: pointer;
        background: rgba(240, 242, 245, 1);
        color: rgba(41, 41, 41, 1);
        font-size: 12px;
        line-height: 16px;
        padding: 6px 12px;
        border-radius: 32px;
        margin-bottom: 0;
        order: 1;
        margin-left: 6px;
    }
    .article__social-share.active > span {
        background: rgba(41, 41, 41, 1);
        color: #FFFFFF;
    }
    .article__social-share.active .article__social {
        display: block;
    }
    .readMoreBottom {
        margin-top: 60px;
    }
    .article__social-share a,
    .article__social-share button {
        text-align: center;
        display: inline-block;
        padding: 8px 12px;
    }
    .article_view_3 .article__top .article__author-block {
        -webkit-flex-direction: column;
        flex-direction: column;
        display: block;
    }
    .article_view_3 .article__author-block .thirdBlock {
        grid-template-columns: 1fr;
        display: block;
    }
    .article-details-head {
        margin-bottom: 24px;
    }
    .article-details .article-details_block {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        align-content: stretch;
        -webkit-align-items: stretch;
        align-items: stretch;
    }
    .article-details_block .name {
        display: block;
        position: relative;
        right: auto;
        top: auto;
        min-width: 80px;
        text-align: left;
        margin-right: 25px;
    }
    .article_view_3 .article__author-block .firstBlock {
        margin-bottom: 0;
    }
    .article_view_3 .article-grid.article__top {
        grid-template-columns: 1fr;
    }
    .article__author-license,
    .article__author-breadcrumb {
        margin-bottom: 8px;
    }
}
@media (max-width: 780px) {
    .article-header h1 {
        text-align: left;
    }
}
@media (max-width: 540px) {
    .collectionMenu a.articlesList-article {
        min-width: calc(100% - 12px);
    }
    .collectionMenu .topLine .collectionName,
    .collectionMenu .topLine {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .collectionMenu .topLine .collectionLogo {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .collectionMenu .topLine .collectionName .preName {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .article-grid.article-grid-img-double {
        grid-template-columns: 1fr;
    }
    .article-grid.article-grid-img-double .img-double-block {
        margin-bottom: 25px;
    }
    .content-text ul,
    .content-text ol {
        padding: 0;
        list-style-position: inside;
    }
    .answer-img img,
    .snoska-img img {
        min-width: 85px;
    }
    .img-swiper .swiper-pagination {
        display: block;
        position: relative;
        margin-top: 10px;
        height: 20px;
    }
    .img-swiper .swiper-fraction {
        bottom: 33px;
    }
}

.article__body .article__footer {
    padding-bottom: 0;
}

@media screen and (min-width: 1600px) {
    .readMore-sidebar .sidebar__image-wrapper {
        max-height: unset;
    }
    .readMore-sidebar .sidebar__image {
        width: 100%;
    }
    .article-grid {
        grid-template-columns: 1fr 50% 1fr;
    }
    .article-intro {
        max-width: 100%;
    }
}

@media screen and (max-width: 1599px) {
    .readMore-sidebar {
        padding-left: 0;
        max-width: 240px;
        margin-left: auto;
    }
}

.article__body {
    margin-top: 80px;
}

.introPart {
    margin-bottom: 40px;
}
/* End */


/* Start:/bitrix/components/sprint.editor/blocks/templates/.default/_style.css?16318849083267*/
/* Общие стили для блоков */
.sp-block-table table {
    width: 100%;
    border-collapse: collapse;
}

.sp-block-table table tr {
    background: #f7f7f7;
    color: #8a8a8a;
}

.sp-block-table table tr:nth-child(odd) {
    background: #e7e6e6;
}

.sp-block-table table tr:hover {
    background: #d4d4d4;
    color: #000;
}

.sp-block-table table td {
    text-align: left;
    border: 1px solid #ccc;
    padding: 5px;
}

.sp-image img {
    width: 100%;
}

.sp-image-text {
    background: #eee;
    margin: 10px 0 10px;
    min-height: 250px;
}

.sp-image-text img {
    float: left;
    width: 320px;
    margin: 0 10px 10px 0;
}

.sp-iblock-elements {
    width: 350px;
    background: #ddd;
    padding: 10px;
}

.sp-properties {
    width: 400px;
    border-collapse: collapse;
}

.sp-properties_title {
    border: 1px solid #ccc;
    padding: 0 5px;
    font-weight: bold;
}

.sp-properties_text {
    border: 1px solid #ccc;
    padding: 0 5px;
}

.sp-gallery-items {
    overflow: hidden;
}

.sp-gallery-item {
    float: left;
    height: 220px;
    padding: 5px;
    /*width: 20%;*/
}

.sp-gallery-item-img-wrapper {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: block;
    color: inherit;
}

.sp-gallery-item img {
    display: block;
    max-width: 100%;
    left: 50%;
    max-height: 100%;
    max-width: none;
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    -moz-transform: translate(-50%, -50%) translateZ(0);
    -o-transform: translate(-50%, -50%) translateZ(0);
    -ms-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
}

.sp-gallery-item-text {
    background-color: rgba(255, 255, 255, .7);
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    width: 100%;
}

.sp-gallery-item-text:hover {
    opacity: 1;
}

.sp-gallery-item-text::after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.sp-gallery-item-text-content {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}

.sp-button_link,
.sp-button_link:link,
.sp-button_link:visited {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 20px;
    text-decoration: none;
    background: #ccc;
    color: #333;
}

.sp-button_link:hover {
    text-decoration: none;
    background: #333;
    color: #ccc;
}

/*accordion*/
.sp-accordion {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.sp-accordion-title {
    border-top: 1px solid #ccc;
    color: #444;
    cursor: pointer;
    padding: 10px;
    text-align: left;
}

.sp-accordion-title:first-child {
    border-top: none;
}

.sp-accordion-container {
    padding: 0 10px 10px;
    display: none;
    overflow: hidden;
}

.sp-accordion-title:after {
    content: '\02795';
    font-size: 12px;
    color: #777;
    float: right;
    margin: 2px 5px;
}

.sp-accordion-title__active:after {
    content: "\2796";
}

/* End */


/* Start:/local/templates/bigi/components/bitrix/news.list/articles-readmore/style.css?17691592148417*/
.main__category-banner {
    padding: 160px 15px 120px;
}
.main__category-articlesCount {
    background: #f0f5f7;
    border-radius: 32px;
    padding: 3px 4px;
    font-weight: 500;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 2px;
    color: #1D2126E5;
    text-align: center;
    font-family: JetBrains;
}
.main__category-description {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.5px;
    text-align: center;
    font-family: OceanicText;
    max-width: 752px;
    margin: auto;
}
.main__category-heading h1 {
    color: #1D2126E5;
    letter-spacing: -2px;
    text-align: center;
    font-weight: 400;
    font-size: 56px;
    line-height: 56px;
    margin-bottom: 0;
    margin-right: 5px;
    margin-top: 0;
    font-family: OceanicGrotesk;
}
.main__category-heading {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
}

.category-tags-link-new {
    font-size: 16px;
    line-height: 20px;
    color: rgba(29, 33, 8, .9);
    font-weight: 400;
    font-family: OceanicGrotesk;
}
.category-tags-section {
    margin-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    text-align: center;
}
.category-tags-section .category-tags-list {
    justify-content: center;
    gap: 15px 24px;
}
.category-tags-list .main__category-articlesCount {
    vertical-align: super;
    letter-spacing: 1px;
    margin-left: 2px;
    text-align: center;
    padding: 2px 5px 2px 6px;
    font-family: JetBrains;
}
.category-tags-link-new:hover,
.category-tags-link-new.category-tags-link-new--active,
.category-tags-link-new:hover .main__category-articlesCount,
.category-tags-link-new.category-tags-link-new--active .main__category-articlesCount {
    color: #A41034;
    text-decoration: none;
    border: none;
}
.articles__link-more {
    border: 1px solid rgba(29, 33, 38, .2);
    color: rgba(29, 33, 38, .9);
    font-size: 16px;
    line-height: 20px;
    padding: 11px 24px;
    border-radius: 32px;
    max-width: 368px;
    text-align: center;
    margin: auto;
    display: block;
    transition: all .3s ease-in-out;
    font-family: OceanicGrotesk;
}
.articles__link-more:hover {
    color: #A41034;
    border-color: #A41034;
}
.moreTopics-btn {
    text-align: center;
    margin-bottom: 110px;
}

.topSection-article {
    width: calc((100% - 32px) / 3);
    transition: opacity .3s ease;
    font-family: OceanicGrotesk;
}
.topSection-article:hover {
    opacity: .75;
}
.topSection-articles {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    column-gap: 16px;
    row-gap: 80px;
}
.topSection-picture {
    margin-bottom: 12px;
    overflow: hidden;
    position: relative;
}
.topSection-picture img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    transition: all .3s ease;
    display: block;
    width: 100%;
}
@media screen and (min-width: 1600px) {
    .topSection-picture img {
        width: 100%;
    }
}
.topSection-article:hover img {
    transform: scale(1.15);
}
.topSection-breadcrumb {
    margin-bottom: 12px;

    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.topSection-breadcrumb div {
    display: flex;
}
.topSection-breadcrumb span {
    display: block;
    color: #A41034;
    font-size: 14px;
    line-height: 18px;
    padding-left: 28px;
    position: relative;
}
.topSection-breadcrumb span:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 1px;
    left: 8px;
    background-image: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.91851 2.082C6.74277 1.90626 6.45785 1.90626 6.28211 2.082C6.10638 2.25773 6.10638 2.54266 6.28211 2.71839L9.08392 5.5202H1.80031C1.53522 5.5202 1.32031 5.7351 1.32031 6.0002C1.32031 6.26529 1.53522 6.4802 1.80031 6.4802H9.08392L6.28211 9.282C6.10638 9.45773 6.10638 9.74266 6.28211 9.91839C6.45785 10.0941 6.74277 10.0941 6.91851 9.91839L10.8367 6.0002L6.91851 2.082Z" fill="%23A41034"/></svg>');
}
.topSection-breadcrumb span:first-child {
    padding-left: 0;
    font-weight: 500;
}
.topSection-breadcrumb span:first-child:before {
    content: none;
}
.topSection-breadcrumb .articleBadge {
    white-space: nowrap;
    border: 1px solid;
    border-color: rgba(29, 33, 38, .9);
    border-radius: 24px;
    margin-left: 12px;
    padding: 3px 12px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 0.08px;
    font-family: JetBrains;
    display: inline-block;
}
.topSection-articleName {
    font-size: 28px;
    line-height: 28px;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
    font-family: OceanicText;
    color: rgba(29, 33, 38, .9);
}
.articleAudioBadge {
    background: #FFFFFF;
    padding: 4px 8px;
    border-radius: 32px;
    text-align: center;
    font-family: JetBrains;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 0.08px;
    position: absolute;
    left: 24px;
    bottom: 24px;
    width: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
}
.articleAudioBadge-img {
    max-width: 100%;
    display: block;
    margin-right: 6px;
}
.topSection-description {
    font-size: 16px;
    line-height: 20px;
    color: rgba(29, 33, 38, .9);
    margin-bottom: 12px;
    padding: 4px 16px 0 0;
}
.topSection-block {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.topSection-authors {
    margin-right: 16px;
    font-weight: 500;
}
.topSection-authors,
.topSection-date {
    font-size: 14px;
    line-height: 18px;
    color: rgba(29, 33, 38, .9);
}
main .articlesBlock-topBanner,
main .articlesBlock-bottomBanner {
    margin-bottom: 80px;
}

@media (max-width: 900px) {   
    .topSection-articles {
        width: 100%;
    }
}
@media (max-width: 640px) {
    .articles__link-more {
        padding: 7px 24px;
        max-width: 328px;
    }
    .topSection-articles {
        width: 100%;
        column-gap: 0;
    }
    .topSection-article {
        margin-left: 0;
        margin-right: 0;
        min-width: calc(100vw - 30px);
    }
    .main__category-heading h1 {
        font-size: 42px;
        line-height: 50px;
    }
    .main__category-description {
        font-size: 20px;
        line-height: 26px;
    }
    .main__category-banner {
        padding: 60px 15px 40px;
    }
    .topSection-articleName {
        font-size: 24px;
        line-height: 26px;
    }
}
/* End */
/* /local/templates/bigi/components/bitrix/news.detail/article-new/style.css?176338125036555 */
/* /bitrix/components/sprint.editor/blocks/templates/.default/_style.css?16318849083267 */
/* /local/templates/bigi/components/bitrix/news.list/articles-readmore/style.css?17691592148417 */
