.hidden {
    display: none;
}

.debug_bar {
    z-index: 10000000;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 0;
    font-size: 14px;
    text-align: left;
    line-height: 1.2em;
    display: none;
}

body {
    overflow-x: hidden;
}

.icms-profile-avatar__default {
    width: 100%;
    height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-container {
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 10px;
    overflow: hidden;
}

.icms-svg-icon {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
    fill: currentColor;
    width: 1em
}

.icms-svg-icon.w-32 {
    width: 2em;
    height: 2em
}

.news-list .news-list_item__title {
    display: block;
    line-height: 1.2;
}

.profile-content__body {
    padding: 30px 40px;
    font-size: 18px;
}

.__hide {
    display: none !important;
}

.about-cats {
    display: flex;
    gap: 20px;
    height: 44px;
    align-items: center;
    border-bottom: 1px solid var(--gray-20, #D0D1D3);
}

.about-cats .tab {
    border-bottom: 1px solid transparent;
    margin-bottom: -1px;
    display: flex;
    align-items: center;
    height: 45px;
    color: var(--blue, #202E8F);
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    padding: 0 10px;
}

.news-view {
    margin-top: 40px;
}

.news-view .news-date_pub {
    color: var(--gray-70, #5A5E64);
    font-family: Moula, sans-serif;
    font-size: 18px;
    line-height: 120%;
}

.news-view h1 {
    color: var(--black, #353A40);
    font-family: "Etude Noire", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -1.2px;
    text-transform: uppercase;
    margin: 20px 0 60px;
}

.news-view .news-photo {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    height: 700px;
}

.news-view .news-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-view p {
    color: #4E535A;
    font-family: Moula, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.news-view p + p {
    margin-top: 30px;
}

.news-view .ft_images {
    margin: 0 0 60px;
}

.news-view .ft_images .img-pictures {
    display: flex;
    width: 570px;
    height: 440px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.news-view .ft_images .img-pictures img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-view .tags_bar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 10px;
    border-top: 1px solid var(--gray-30, #DDDDDA);
    border-bottom: 1px solid var(--gray-30, #DDDDDA);
    gap: 20px;
}

.news-view .tags_bar .title {
    color: var(--gray-50, #898C90);
    font-family: Moula, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: .26px;
}

.news-view .tags_bar a {
    display: block;
    color: var(--blue, #202E8F);
    font-family: Moula, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: .26px;
}

.news-view .ft_embedvideo {
    text-align: center;
    display: flex;
    justify-content: center;
}

.news-view .ft_embedvideo .player_container {

    width: 900px; /* или любой другой размер, напр. 900px */
    aspect-ratio: 900 / 506; /* пропорция ширины к высоте */
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-view .ft_embedvideo .player_container iframe {
    width: 100%;
    height: 100%;
}


blockquote {
    border-left: 4px solid #4a90e2;
    background: #f8fafc;
    padding: 1.5rem;
    margin: 1rem 0;
    font-style: italic;
    color: #333;
    font-size: 1.1rem;
    line-height: 1.6;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

blockquote p {
    font-size: 20px !important;
}

blockquote::before {
    content: '“';
    font-size: 2rem;
    color: #4a90e2;
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    opacity: 0.2;
}

blockquote::after {
    content: '”';
    font-size: 2rem;
    color: #4a90e2;
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
    opacity: 0.2;
}

blockquote cite {
    display: block;
    margin-top: 1rem;
    font-style: normal;
    font-size: 0.9rem;
    color: #666;
    text-align: right;
}

.__grid-sidebar {
    grid-template-columns: minmax(0, 1fr) 370px;
    gap: 30px;
    display: grid
}

.__sidebar-big .__grid-sidebar {
    grid-template-columns: minmax(0, 1fr) 510px;
}


.sidebar {
    padding-top: 40px;
}

.sidebar .widget-title {
    font-size: 24px;
}


.news-list.__sidebar {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.news-list.__sidebar {
    display: flex;
    gap: 50px;
    flex-direction: column;
}

.news-list.__sidebar .news-list_item__image-group {
    width: 370px;
    height: 220px;
    mask-size: 370px 220px;
}

.news-list.__sidebar .news-list_item__title {
    line-height: 1.1;
}

.news-list.__sidebar .news-list_item__content {
    margin-top: 10px;
}


.section.__grid-sidebar .news-list.__grid-3 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.widget-title.__h1 {
    text-transform: uppercase;
    line-height: 1;
    font-size: 30px;
}

.__sidebar-big .__grid-sidebar {
    padding-top: 30px;
}

.__sidebar-big .widget-header {
    margin-bottom: 30px;
}

.about-view .about-navs {
    display: flex;
    gap: 20px;
    width: 100%;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--gray-20, #D0D1D3);
}

.about-navs .about-navs__item {
    display: flex;
    margin-bottom: -1px;
    border-bottom: 2px solid transparent;
    padding: 10px;
    color: var(--blue, #202E8F);
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
}

.about-navs .about-navs__item.__active {
    border-bottom: 2px solid var(--blue, #202E8F);
    color: var(--black, #353A40);
    font-weight: 700;
}

.about-history__years {
    display: flex;
    gap: 20px;
    margin-top: 65px;
}

.about-history__year {
    position: relative;
    width: 100px;
    height: 87px;
    background-color: transparent;
    cursor: pointer;
    color: var(--gray-50, #898C90);
    font-size: 20px;
    font-weight: 500;
}

.about-history__year.__active .text{
    color: var(--blue, #202E8F);
    font-size: 20px;
    font-weight: 500;
}

.about-history__year.__active .mask{
    color: var(--blue, #202E8F);
}


.about-history__year:nth-child(2n) {
    transform: translateY(20px);
}

/* SVG полигон */
.about-history__year .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 87px;
    stroke-width: 1px;
    fill: none;
    color: #898C90;
}

.about-history__page *{
    font-size: 18px;
}


.about-history__page {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
}

.about-history__page .col {
    padding-left: 46px;
    position: relative;
    color: #4E535A;
    line-height: 1.2;
    font-size: 18px;
}

.about-history__page .col::before {
    content: '';
    display: block;
    width: 16px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='18' viewBox='0 0 16 18' fill='none'%3E%3Cpath d='M8 0L16 4.5L16 13.5L8 18L0 13.5L0 4.5L8 0Z' fill='%23202E8F'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 20px;
    top: 5px;
}


/* Текст */
.about-history__year .text {
    position: absolute;
    left: 18px;
    top: 29px;
    width: 69px;
    height: 28px;
    font-weight: 500;
    font-size: 20px;
    line-height: .7;
    color: #898C90;
    text-align: left;
    vertical-align: top;
}
.about-history__pages .about-history__page {
    display: none;
    opacity: 0;
}

.about-history__pages .about-history__page.__active {
    display: grid;
    opacity: 1;
}

.about-history__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px dashed #202E8F;
    margin-bottom: 60px;
}
.about-history__title {
    color: var(--blue, #202E8F);
    font-size: 47px;
    font-weight: 700;
}

.about-structure {
    display: grid;
    grid-template-columns: 375px 1fr;
    grid-gap: 30px;
}

.about-structure .about-structure__cats {
    position: sticky;
    padding: 30px 20px 30px 30px;
    background-color: #E1EDF9;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.about-structure__cats-item {
    color: var(--black, #353A40);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
    cursor: pointer;
}

.about-structure__cats-item:hover {
    color: var(--blue, #202E8F);
}

.about-structure__cats-item.__active {
    color: var(--blue, #202E8F);
    font-weight: 700;
}

.about-structure .about-content .title {
    color: #3B3B3B;
    font-family: "Etude Noire", sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 35px;
}

.about-structure .about-content .members-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-structure .about-content .page-category {
    display: none;
}

.about-structure .about-content .page-category.__active {
    display: block;
}

.about-charter .title {
    color: #3B3B3B;
    font-family: "Etude Noire", sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 35px;
}

.about-charter .content {
    font-size: 18px;
}

:root {
    --annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");
    --input-focus-border-color: Highlight;
    --input-focus-outline: 1px solid Canvas;
    --input-unfocused-border-color: transparent;
    --input-disabled-border-color: transparent;
    --input-hover-border-color: black;
}

@media (forced-colors: active) {
    :root {
        --input-focus-border-color: CanvasText;
        --input-unfocused-border-color: ActiveText;
        --input-disabled-border-color: GrayText;
        --input-hover-border-color: Highlight;
    }
}

:root {
    --focus-outline: solid 2px blue;
    --hover-outline: dashed 2px blue;
    --freetext-line-height: 1.35;
    --freetext-padding: 2px;
    --editorFreeText-editing-cursor: text;
    --editorInk-editing-cursor: pointer;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 1.1dppx) {
    :root {
    }
}

@media (forced-colors: active) {
    :root {
        --focus-outline: solid 3px ButtonText;
        --hover-outline: dashed 3px ButtonText;
    }
}

[data-editor-rotation="90"] {
    transform: rotate(90deg);
}
[data-editor-rotation="180"] {
    transform: rotate(180deg);
}
[data-editor-rotation="270"] {
    transform: rotate(270deg);
}

:root {
    --viewer-container-height: 0;
    --pdf-wrap-padding-bottom: 0;
    --page-margin: 1px auto -8px;
    --page-border: 9px solid transparent;
    --spreadHorizontalWrapped-margin-LR: -3.5px;
}

@media screen and (forced-colors: active) {
    :root {
        --pdf-wrap-padding-bottom: 9px;
        --page-margin: 8px auto -1px;
        --page-border: 1px solid CanvasText;
        --page-border-image: none;
        --spreadHorizontalWrapped-margin-LR: 3.5px;
    }
}

[data-main-rotation="90"] {
    transform: rotate(90deg) translateY(-100%);
}
[data-main-rotation="180"] {
    transform: rotate(180deg) translate(-100%, -100%);
}
[data-main-rotation="270"] {
    transform: rotate(270deg) translateX(-100%);
}

.pdf-wrap {
    padding-bottom: var(--pdf-wrap-padding-bottom);
}

.pdf-wrap .canvasWrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.pdf-wrap .page {
    direction: ltr;
    width: 816px;
    height: 1056px;
    margin: var(--page-margin);
    position: relative;
    overflow: visible;
    border: var(--page-border);
    -o-border-image: var(--page-border-image);
    border-image: var(--page-border-image);
    background-clip: content-box;
    background-color: rgba(255, 255, 255, 1);
}

.pdf-wrap .dummyPage {
    position: relative;
    width: 0;
    height: var(--viewer-container-height);
}

.pdf-wrap.removePageBorders .page {
    margin: 0 auto 10px;
    border: none;
}

.pdf-wrap.singlePageView {
    display: inline-block;
}

.pdf-wrap.singlePageView .page {
    margin: 0;
    border: none;
}

.pdf-wrap.scrollHorizontal,
.pdf-wrap.scrollWrapped,
.spread {
    margin-left: 3.5px;
    margin-right: 3.5px;
    text-align: center;
}

.pdf-wrap.scrollHorizontal,
.spread {
    white-space: nowrap;
}



.pdf-wrap .page canvas {
    margin: 0;
    display: block;
}

.pdf-wrap .page canvas[hidden] {
    display: none;
}

.pdf-wrap .page canvas[zooming] {
    width: 100%;
    height: 100%;
}