

/* Start:/local/templates/xr-butterfly/assets/css/report-year.css?174790691432068*/
body {
    padding-top: 0 !important;
}

a {
    text-decoration: none;
}

.header, .submenu, .subscribe, .footer {
    display: none;
}

body .modal-backdrop {
    z-index: 4990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    background-image: linear-gradient(97.26deg, rgba(202, 160, 255, 0.1) 5.65%, rgba(124, 115, 248, 0.1) 94.35%);
}

.modal-backdrop::before {
    display: block;
    content: url("/local/templates/xr-butterfly/assets/images/report-year/spalsh_master.png");
    position: absolute;
    left: 0;
    top: 0;
}

.modal-backdrop::after {
    display: block;
    content: url("/local/templates/xr-butterfly/assets/images/report-year/union.png");
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 767px) {
    .modal-report-year {
        background-color: #F8F8F8;
    }
}

.modal-report-year .modal-dialog {
    display: flex;
    justify-content: center;
    min-height: calc(100% - 80px);
    align-items: center;
    padding: 40px 0;
}

.modal-report-year .modal-dialog .modal-content {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1160px;
}

.modal-report-year-close {
    z-index: 100;
    position: absolute;
    top: 8px;
    right: 9px;
    width: 48px;
    height: 48px;
    border: 1px solid #F8F8F8;
    border-radius: 50%;
    background-color: #F86A04;
    transition: opacity 200ms ease;
}

@media (max-width: 767px) {
    .modal-report-year-close {
        top: 8px;
        right: 12px;
        width: 50px;
        height: 50px;
    }
}

.modal-report-year-close:hover {
    background-color: #6E57FF;
}

.modal-report-year-close .icon {
    display: none;
}

.modal-report-year-close:before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 32px;
    height: 2px;
    margin: auto;
    background-color: #FFFFFF;
    transform: rotate(45deg);
}

@media (max-width: 767px) {
    .modal-report-year-close:before {
        width: 24px;
    }
}

.modal-report-year-close:after {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 32px;
    height: 2px;
    margin: auto;
    background-color: #FFFFFF;
    transform: rotate(-45deg);
}

@media (max-width: 767px) {
    .modal-report-year-close:after {
        width: 24px;
    }
}

@media (max-width: 767px) {
    .modal-report-year-close {
        border-color: transparent;
    }
}

.report-year-header-container {
    position: relative;
}

.report-year-header-image {
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
}

.report-year-header-image img {
    width: 100%;
}

.report-year-header-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-main {
    height: 48px;
    border: none;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 999px;
    background-color: #F86A04;
    font-weight: 600;
    font-size: 14px;
    line-height: 48px;
    letter-spacing: 0;
    color: #FFFFFF;
    text-align: center;
}

.btn-main:hover, .btn-main:focus {
    background-color: #d05e0c;
}

.report-year-main-block {
    margin-bottom: 40px;
}

.report-year-main-block-title {
    font-weight: 500;
    font-size: 100px;
    line-height: 140px;
    letter-spacing: 0;
    text-align: center;
    padding-top: 64px;
    margin-bottom: 64px;
}

.report-year-main-block-filter {
    margin-bottom: 40px;
}

.report-year-main-block-filter ul {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.report-year-main-block-filter li {
    list-style: none;
    margin-right: 32px;
    margin-bottom: 24px;
}

.report-year-main-block-filter a {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000000;
    cursor: pointer;
}

.report-year-main-block-filter a:hover, .report-year-main-block-filter a:focus, .report-year-main-block-filter li.active a {
    color: #6E57FF;
}

.report-year-main-block-list {
    column-count: 4;
    column-gap: 16px;
}

.report-year-main-block-list-item {
    position: relative;
    width: calc(100% - 40px);
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    min-height: 320px;
    border-radius: 24px;
    padding: 20px;
    background-image: linear-gradient(97.26deg, rgba(202, 160, 255, 0.1) 5.65%, rgba(124, 115, 248, 0.1) 94.35%);
    margin-bottom: 16px;
    height: auto;
    cursor: pointer;
}

.report-year-main-block-list-item.report-year-main-block-list-item-horizontal > img {
    display: block;
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    right: -100%;
    bottom: 0;
    margin: auto;
    max-width: inherit;
    z-index: -1;
}

.report-year-main-block-list-item.report-year-main-block-list-item-vertical > img {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    bottom: -100%;
    margin: auto;
    max-width: inherit;
    z-index: -1;
}

.report-year-main-block-list-item::after {
    display: block;
    content: ' ';
    width: 100%;
    height: 140px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(28, 18, 47, 0.8) 70%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.report-year-dialog-block {
    display: flex;
    background-color: #FFFFFF;
    border-radius: 24px;
    padding: 40px;
}

.report-year-dialog-block-text {
    width: 100%;
}

.report-year-dialog-block-image, .report-year-dialog-block-video {
    display: block;
    height: 640px;
    min-width: 480px;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    margin-right: 26px;
}

.report-year-dialog-block-image img {
    display: block;
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    right: -100%;
    bottom: 0;
    margin: auto;
    max-width: inherit;
}

.report-year-main-block-list-item-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
    color: #ffffff;
}

.report-year-main-block-list-item:not([data-filter="grants"]):hover, .report-year-main-block-list-item:not([data-filter="grants"]):focus {
    box-shadow: 0 0 32px 0 #6E57FF33;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #6E57FF 100%);
}

.report-year-main-block-list-item:hover .report-year-main-block-list-item-grants-title, .report-year-main-block-list-item:focus .report-year-main-block-list-item-grants-title {
    color: #6E57FF;
}

.report-year-dialog-block-text-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 20px;
}

.report-year-dialog-block-text-badge {
    display: inline-block;
    background-color: #6E57FF;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 8px;
}

.report-year-dialog-block-text-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #000000;
    margin-bottom: 8px;
}

.report-year-program-sum {
    background-image: linear-gradient(113.45deg, rgba(255, 191, 26, 0.1) 19.75%, rgba(255, 93, 64, 0.1) 89.5%);
    padding: 20px;
    border-radius: 24px;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: #F86A04;
    margin-bottom: 20px;
}

.report-year-program-sum-title {
    text-transform: uppercase;
    margin-bottom: 4px;
}

.report-year-program-sum-amount {
    font-weight: 500;
    font-size: 32px;
    line-height: 32px;
}

.report-year-number-block {
    background-image: linear-gradient(97.26deg, rgba(202, 160, 255, 0.1) 5.65%, rgba(124, 115, 248, 0.1) 94.35%);
    padding: 20px;
    border-radius: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 20px;
    display: flex;
    width: calc(100% - 40px);
    align-items: center;
}

.report-year-number-block-image {
    min-width: 54px;
    margin-right: 20px;
    align-self: flex-start;
}

.report-year-number-block-number {
    width: auto;
    min-width: 64px;
    height: 40px;
    border-radius: 16px;
    padding: 12px 28px;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #6E57FF;
    margin-right: 20px;
}

.report-year-main-block-text {
    color: #000000;
    max-width: 860px;
    margin: 0 auto 40px;
    text-align: center;
}

.report-year-main-block-text-title {
    font-weight: 500;
    font-size: 48px;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.report-year-main-block-text-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

.report-year-main-block-list-any {
    column-count: 4;
    column-gap: 16px;
}

.report-year-main-block-list-any-item-container {
    display: inline-block;
}

.report-year-main-block-list-any-item {
    width: calc(100% - 40px);
    color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.report-year-main-block-list-any-image {
    position: relative;
    overflow: hidden;
    width: 200px;
    height: 200px;
    margin-bottom: 24px;
    border-radius: 50%;
}

.report-year-main-block-list-any-image img {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    bottom: -100%;
    margin: auto;
    max-width: inherit;
    z-index: -1;
}

.report-year-main-block-list-any-block {
    width: 266px;
    max-width: 100%;
}

.report-year-main-block-list-any-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.report-year-main-block-list-any-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.report-year-main-block-list-help-us-item-container {
    display: inline-block;
    padding: 24px;
    height: 200px;
    background-image: linear-gradient(97.26deg, rgba(202, 160, 255, 0.1) 5.65%, rgba(124, 115, 248, 0.1) 94.35%);
    border-radius: 24px;
    width: calc(100% - 48px);
    margin-bottom: 16px;
}

.report-year-main-block-list-help-us-item {
    width: 100%;
    display: block;
}

.report-year-main-block-list-help-us-image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 200px;
    border-radius: 24px;
}

.report-year-main-block-list-help-us-image img {
    display: block;
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    right: -100%;
    bottom: 0;
    margin: auto;
    max-width: inherit;
}

.report-year-row-block {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
}

.report-year-column-block {
    background-image: linear-gradient(97.26deg, rgba(202, 160, 255, 0.1) 5.65%, rgba(124, 115, 248, 0.1) 94.35%);
    padding: 20px;
    border-radius: 24px;
    width: 100%;
}

.report-year-column-block-number {
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #6E57FF;
    margin-bottom: 20px;
}

.report-year-column-block-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
}

.report-year-text-block {
    padding: 20px;
    border-radius: 24px;
    background-image: linear-gradient(97.26deg, rgba(202, 160, 255, 0.1) 5.65%, rgba(124, 115, 248, 0.1) 94.35%);
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 8px;
}

.report-year-text-block-last {
    margin-bottom: 20px;
}

.report-year-text-block-label {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 8px;
}

.report-year-text-block-value a {
    color: #000000;
}

.report-year-text-block-value a:hover, .report-year-text-block-value a:focus {
    color: #6E57FF;
}

.report-year-text-block-right {
    text-align: right;
}

.report-year-main-block-list-item[data-filter="grants"] {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.report-year-main-block-list-item[data-filter="grants"]::after {
    display: none;
}

.report-year-main-block-list-item-grants-number {
    padding: 20px;
    border-radius: 24px;
    background-color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #000000;
    width: calc(100% - 40px);
}

.report-year-main-block-list-item-grants-image {
    margin-bottom: 32px;
}

.report-year-main-block-list-item-grants-number-label {
    margin-bottom: 8px;
}

.report-year-main-block-list-item-grants-number-text {
    font-weight: 500;
    font-size: 32px;
    line-height: 32px;
}

.report-year-main-block-list-item-grants-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 20px;
}

.report-year-dialog-block-text-text p {
    margin-bottom: 20px;
}

.report-year-dialog-block-text-text ul {
    list-style: inherit;
    padding-left: 20px;
}

.report-year-number-block-image-home {
    content: url("/local/templates/xr-butterfly/assets/images/report-year/icons/home.svg");
}

.report-year-number-block-image-girl {
    content: url("/local/templates/xr-butterfly/assets/images/report-year/icons/girl.svg");
}

.report-year-number-block-image-box {
    content: url("/local/templates/xr-butterfly/assets/images/report-year/icons/box.svg");
}

.report-year-number-block-image-face {
    content: url("/local/templates/xr-butterfly/assets/images/report-year/icons/face.svg");
}

.report-year-number-block-image-doctor {
    content: url("/local/templates/xr-butterfly/assets/images/report-year/icons/doctor.svg");
}

.report-year-number-block-image-star {
    content: url("/local/templates/xr-butterfly/assets/images/report-year/icons/star.svg");
}

.report-year-number-block-image-book {
    content: url("/local/templates/xr-butterfly/assets/images/report-year/icons/book.svg");
}

.report-year-number-block-image-clock {
    content: url("/local/templates/xr-butterfly/assets/images/report-year/icons/clock.svg");
}

.report-year-number-block-image-cub {
    content: url("/local/templates/xr-butterfly/assets/images/report-year/icons/cub.svg");
}

.report-year-header-mobile-container {
    display: none;
}

.menu-icon-box {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    padding: 4px;
}

.menu-icon-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.menu-icon-inner, .menu-icon-inner::before, .menu-icon-inner::after {
    width: 16px;
    height: 2px;
    background-color: #3A49F9;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.menu-icon-inner::before, .menu-icon-inner::after {
    content: "";
    display: block;
}

.menu-icon-inner::before {
    top: -10px;
}

.menu-icon-inner::after {
    bottom: -10px;
}

.menu-icon-spring .menu-icon-inner {
    top: 6px;
    transition: background-color 0s 0.13s linear;
}

.menu-icon-spring .menu-icon-inner::before {
    top: 7px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.menu-icon-spring .menu-icon-inner::after {
    top: 14px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.report-year-header-mobile-open .menu-icon-spring .menu-icon-inner {
    top: 2px;
    transition-delay: 0.22s;
    background-color: transparent !important;
}

.report-year-header-mobile-open .menu-icon-spring .menu-icon-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.report-year-header-mobile-open .menu-icon-spring .menu-icon-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.report-year-header-mobile-block-menu {
    background-color: #ffffff;
    position: fixed;
    bottom: 0;
    left: 0;
    top: 42px;
    width: 0;
    z-index: 20;
    overflow: hidden;
    transition: all 0.5s ease;
}

.report-year-header-mobile-open .report-year-header-mobile-block-menu {
    width: 100vw;
}

.report-year-header-mobile-block-menu-container {
    width: calc(100vw - 32px);
    padding: 24px 16px;
}

.report-year-header-mobile-block-menu-container .report-year-main-block-filter ul {
    display: block;
}

.report-year-header-mobile-block-menu-container .report-year-main-block-filter li {
    margin-right: 0;
    margin-bottom: 16px;
}

.report-year-header-mobile-block-menu-container .report-year-main-block-filter a {
    font-size: 14px;
    line-height: 100%;
}

.report-year-header-mobile-block-menu-container .report-year-main-block-filter {
    margin-bottom: 0;
}

.report-year-header-mobile-block-menu-container .report-year-main-block-filter {
    display: block;
}

.report-year-header-mobile-block-menu-container .btn {
    width: 100%;
    display: block;
}

.report-year-header-mobile-block-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 12px;
    height: 34px;
    box-shadow: 0 2px 16px 0 #0000001A;
    position: fixed;
    top: 0;
    background-color: #ffffff;
    z-index: 25;
    left: 0;
    right: 0;
}

[data-alias="mission"] .report-year-dialog-block-text-badge, [data-alias="geography"] .report-year-dialog-block-text-badge, [data-alias="achievements-year"] .report-year-dialog-block-text-badge, [data-alias="contacts"] .report-year-dialog-block-text-badge, [data-alias="introductory-remarks"] .report-year-dialog-block-text-badge {
    display: none;
}

[data-alias="grants"] .report-year-dialog-block-image {
    background-image: linear-gradient(97.26deg, rgba(202, 160, 255, 0.1) 5.65%, rgba(124, 115, 248, 0.1) 94.35%);
    height: 280px;
    min-width: 332px;
    width: 332px;
    max-width: 332px;
    display: flex;
    align-items: center;
    padding: 0 24px;
}

[data-alias="grants"] .report-year-dialog-block-image img {
    display: inline-block;
    width: auto;
    height: auto;
    position: static;
    max-width: 100%;
}

.report-year-main-block-list-item[data-filter="grants"] {
    min-height: inherit;
}

.report-year-main-block-list-item.report-year-main-block-list-item-horizontal > video {
    display: block;
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    right: -100%;
    bottom: 0;
    margin: auto;
    max-width: inherit;
    z-index: -1;
}

.report-year-main-block-list-item > video, .report-year-main-block-list-item.report-year-main-block-list-item-vertical > video {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    bottom: -100%;
    margin: auto;
    max-width: inherit;
    z-index: -1;
}

.report-year-main-block-list-item-video .report-year-main-block-list-item-grants-title {
    color: #ffffff;
}

.report-year-main-block-list-item.report-year-main-block-list-item-video[data-filter="grants"] {
    justify-content: flex-end;
}

.report-year-main-block-list-item.report-year-main-block-list-item-video[data-filter="grants"]:hover, .report-year-main-block-list-item.report-year-main-block-list-item-video[data-filter="grants"]:focus {
    box-shadow: 0 0 32px 0 #6E57FF33;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #6E57FF 100%);
}

.report-year-main-block-list-item.report-year-main-block-list-item-video:hover .report-year-main-block-list-item-grants-title, .report-year-main-block-list-item.report-year-main-block-list-item-video:focus .report-year-main-block-list-item-grants-title {
    color: #ffffff;
}


.report-year-dialog-block-video {
    height: 640px;
    min-width: 480px;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}

.report-year-dialog-block-video video {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    bottom: -100%;
    margin: auto;
    max-width: inherit;
}

.controls, .controls > * {
    padding: 0;
    margin: 0;
}

.controls {
    overflow: hidden;
    background: transparent;
    width: 100%;
    height: 60px;
    bottom: 0;
    position: absolute;
}

.controls[data-state=hidden] {
    display: none;
}

.controls[data-state=visible] {
    display: block;
}

.controls > * {
    float: left;
    width: 42px;
    height: 30px;
    display: block;
    margin: 10px 0 10px 30px;
}

.controls > *:last-child {
    float: right;
    margin: 10px 30px 10px 0;
    width: 30px;
}

.controls .progress-block {
    cursor: pointer;
    width: 100px;
    display: none;
}

.controls button {
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: none;
    cursor: pointer;
    text-indent: -99999px;
    background: transparent;
    background-size: contain;
    background-repeat: no-repeat;
}

.time-video {
    line-height: 30px;
    font-size: 17px;
    letter-spacing: 0.10625px;
    color: #FFFFFF;
}

.controls button:hover, .controls button:focus {
    opacity: 0.5;
}

.controls button[data-state="play"] {
    background-image: url("/local/templates/xr-butterfly/assets/images/report-year/play.svg");
}

.controls button[data-state="pause"] {
    background-image: url('/local/templates/xr-butterfly/assets/images/report-year/pause.svg');
}

.controls button[data-state="mute"] {
    background-image: url("/local/templates/xr-butterfly/assets/images/report-year/unmute.svg");
}

.controls button[data-state="unmute"] {
    background-image: url("/local/templates/xr-butterfly/assets/images/report-year/mute.svg");
}

.controls progress {
    display: block;
    width: 100%;
    height: 81%;
    margin-top: 0.125rem;
    border: none;
    overflow: hidden;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #6E57FF;
}

.controls progress[data-state="fake"] {
    background: #e6e6e6;
    height: 65%;
}

.controls progress span {
    width: 0;
    height: 100%;
    display: inline-block;
    background-color: #4e3eb6;
}

.controls progress::-moz-progress-bar {
    background-color: #6E57FF;
}

.controls progress::-webkit-progress-value {
    background-color: #6E57FF;
}

.chart-container {
    display: flex;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    font-family: 'Arial', sans-serif;
    align-items: center;
    flex-wrap: wrap;
}
.chart-container canvas {
    width: 250px;
    height: 250px;
    max-width: 250px;
    max-height: 250px;
}
.chart-title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 1.5em;
}
.chart-note {
    text-align: center;
    font-style: italic;
    margin-top: 10px;
}

.custom-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
    padding: 15px;
    background: #f5f5f5;
    border-radius: 8px;
    width: calc(100% - 280px);
}

.legend-item {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 4px;
    background: white;
    transition: all 0.3s ease;
}

.legend-item:hover {
    background: #f0f0f0;
}

.legend-color {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    border-radius: 50%;
    min-width: 20px;
}
.chart-title-container {
    padding: 20px 0;
}
.chart-title-label-text {
    font-weight: bold;
    font-size: 13px;
}

.chart-title-label-amount {
    font-weight: bold;
    font-size: 20px;
}

.chart-title-note {
    padding-top: 30px;
    padding-bottom: 18px;
    font-size: 10px;
    line-height: 1;
}

@media (max-width: 1240px) {
    .report-year-main-block-list, .report-year-main-block-list-any {
        column-count: 3;
    }

    .report-year-main-block-title {
        font-size: 68px;
        line-height: 82px;
    }

    .report-year-main-block-filter a {
        font-size: 16px;
    }

    .report-year-main-block-list-any {
        text-align: center;
    }

    .report-year-main-block-list-any-item {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1024px) {
    .report-year-dialog-block-image, .report-year-dialog-block-video {
        height: 540px;
        min-width: 400px;
    }

    .report-year-column-block-number, .report-year-number-block-number {
        font-size: 36px;
        line-height: 36px;
    }
}

@media (max-width: 991px) {
    .report-year-main-block-list, .report-year-main-block-list-any {
        column-count: 2;
    }
}

@media (max-width: 940px) {
    .report-year-row-block {
        display: block;
    }

    .report-year-column-block {
        width: calc(100% - 40px);
        margin-bottom: 20px;
    }

    .report-year-number-block-number {
        width: auto;
        min-width: inherit;
        padding: 12px;
    }
}

@media (max-width: 900px) {
    .report-year-dialog-block {
        display: block;
    }

    .report-year-dialog-block-image, .report-year-dialog-block-video {
        width: 400px;
        min-width: inherit;
        margin: 0 auto 32px;
    }
}

@media (max-width: 768px) {
    .report-year-main-block-list, .report-year-main-block-list-any {
        column-count: 2;
    }

    .report-year-main-block-title {
        font-size: 52px;
        line-height: 1;
        padding-top: 32px;
    }
}

@media (max-width: 640px) {
    .report-year-main-block-title, .report-year-main-block-filter, .report-year-header-container {
        display: none;
    }

    .report-year-main-block-title {
        font-size: 36px;
    }

    .report-year-main-block-text-title {
        font-size: 24px;
    }

    .report-year-main-block-text-text {
        font-size: 12px;
        line-height: 20px;
    }

    .report-year-main-block-list-any {
        column-gap: 8px;
    }

    .report-year-main-block-list-any-title {
        font-size: 16px;
        line-height: 20px;
    }

    .report-year-main-block-list-any-text {
        font-size: 13px;
        line-height: 18px;
    }

    .report-year-main-block-text {
        margin: 0 auto 20px;
    }

    .report-year-main-block-list-any-image {
        width: 132px;
        height: 132px;
        margin-bottom: 12px;
    }

    .report-year-main-block-list-any-block {
        width: auto;
    }

    .report-year-main-block-list-help-us-item-container {
        padding: 8px;
        height: 104px;
        width: calc(100% - 16px);
        margin-bottom: 8px;
        max-width: 168px;
    }

    .report-year-main-block-list-help-us-image {
        height: 104px;
    }

    .report-year-header-mobile-container {
        display: block;
    }

    .report-year-main-block-list-item-title {
        font-size: 15px;
        line-height: 18px;
    }

    .report-year-main-container {
        padding-top: 62px;
    }

    .report-year-main-block-list {
        column-gap: 8px;
    }

    body .wrapper {
        padding-left: 16px;
        padding-right: 16px;
    }

    .report-year-main-block-list-item {
        min-height: 220px;
        margin-bottom: 8px;
        padding: 12px;
        width: calc(100% - 24px);
    }

    .report-year-main-block-list-item[data-filter="grants"] {
        min-height: inherit;
    }

    .report-year-main-block-list-item-grants-image img {
        max-height: 60px;
    }

    .report-year-main-block-list-item-grants-image {
        margin-bottom: 16px;
        text-align: center;
        width: 100%;
    }

    .report-year-main-block-list-item-grants-title {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 12px;
        width: 100%;
    }

    .report-year-main-block-list-item-grants-number {
        padding: 8px;
        font-size: 11px;
        width: calc(100% - 16px);
        border-radius: 8px;
    }

    .report-year-main-block-list-item-grants-number-text {
        font-size: 18px;
        line-height: 20px;
    }

    [data-alias="grants"] .report-year-dialog-block-image {
        height: 224px;
        min-width: 332px;
        width: 224px;
        max-width: 224px;
    }
}

@media (max-width: 540px) {
    .report-year-dialog-block {
        padding: 16px;
    }

    .report-year-dialog-block-image, .report-year-dialog-block-video {
        width: 312px;
        height: 420px;
        margin-bottom: 26px;
    }

    .report-year-dialog-block-text-title {
        font-size: 24px;
        line-height: 28px;
    }

    .report-year-dialog-block-text-text {
        font-size: 14px;
    }

    .report-year-text-block {
        font-size: 16px;
        line-height: 24px;
    }

    .report-year-number-block {
        font-size: 15px;
        line-height: 24px;
    }

    .report-year-program-sum-amount {
        font-size: 24px;
    }

    .report-year-program-sum {
        font-size: 13px;
        padding: 12px;
    }

    .report-year-number-block-number {
        padding: 0;
        margin-bottom: 8px;
        margin-right: 0;
        text-align: left;
    }

    .report-year-number-block {
        padding: 12px;
        display: block;
        width: calc(100% - 24px);
    }

    .report-year-number-block-image {
        margin-right: 0;
        margin-bottom: 8px;
    }

    .report-year-column-block-number {
        margin-bottom: 8px;
    }

    .report-year-column-block {
        width: calc(100% - 24px);
        padding: 12px;
    }

    .report-year-text-block {
        padding: 12px;
    }

    .report-year-dialog-block-text-button .btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 560px) {
    .custom-legend {
        width: 100%;
    }
}
@media (max-width: 374px) {
    .report-year-main-block-list-any {
        column-count: 1;
    }

    .report-year-main-block-list {
        column-count: 1;
        max-width: 340px;
        margin-left: auto;
        margin-right: auto;
    }

    .report-year-dialog-block-image, .report-year-dialog-block-video {
        width: 286px;
        height: 390px;
    }
}
/* End */
/* /local/templates/xr-butterfly/assets/css/report-year.css?174790691432068 */
