

/* Start:/local/templates/bigi/components/bitrix/news.list/articles-category/style.css?17691592148504*/
.main__category-banner {
    padding: 160px 15px 120px;
}
.main__category-articlesCount {
    display: inline-block;
    background: rgba(107, 155, 178, 0.1);
    padding: 3px 4px;
    box-sizing: border-box;
    font-family: JetBrains;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 0.08em;
    border-radius: 32px;
    text-align: center;
    color: rgba(29, 33, 38, 0.9);
}
.main__category-description {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.005em;
    text-align: center;
    font-family: OceanicText;
    max-width: 752px;
    margin: auto;
}
.main__category-heading h1 {
    color: #1D2126E5;
    letter-spacing: -0.02em;
    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 {
    margin: 1px 0 1px 8px;
}
.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: 40px 0 120px;
}

.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 {
    margin-bottom: 80px;
}
main .articlesBlock-bottomBanner {
    margin-top: 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;
    }
}

#sectionArticlesList.topSection-articles {
    margin-top: 80px;
}
/* End */
/* /local/templates/bigi/components/bitrix/news.list/articles-category/style.css?17691592148504 */
