.reports-page {
    background: #000000;
}

.reports-layout {
    background: #000000;
}

.reports-container {
    width: min(100%, 1440px);
    margin: 0 auto;
    padding: 0 12px;
}

.reports-hero {
    background: #f3f3f3;
    padding: 28px 0 86px;
}

.reports-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0 0 58px;
    font-size: 12px;
    line-height: 1.2;
    color: #9a9a9a;
}

.reports-breadcrumbs a {
    color: #9a9a9a;
    text-decoration: none;
}

.reports-title {
    margin: 0;
    text-align: center;
    font-size: 58px;
    line-height: 1;
    font-weight: 400;
    color: #111111;
}

.reports-tabs {
    display: flex;
    align-items: center;
    gap: 0;
    min-height: 52px;
    margin-top: 0;
    background: #ffffff;
    overflow-x: auto;
}

.reports-tabs__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 28px;
    color: #111111;
    font-size: 17px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.reports-tabs__item--active {
    color: #3ba750;
}

.reports-list {
    padding: 8px 0 70px;
    background: #000000;
}

.reports-year {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 18px;
    margin-bottom: 90px;
}

.reports-year:last-child {
    margin-bottom: 0;
}

.reports-year__label {
    padding-top: 36px;
    color: #b8b8b8;
    font-size: 18px;
    line-height: 1;
}

.reports-year__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 90px 28px;
}

.reports-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 98px;
    padding: 20px 24px;
    background: #f3f3f3;
    color: #111111;
    text-align: center;
    text-decoration: none;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 400;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}

.reports-card:hover {
    background: #39a94f;
    color: #ffffff;
    transform: translateY(-2px);
}

.reports-empty {
    padding: 50px 30px;
    background: #ffffff;
    color: #111111;
    font-size: 20px;
    line-height: 1.35;
}

@media (max-width: 1200px) {
    .reports-title {
        font-size: 48px;
    }

    .reports-tabs__item {
        padding: 0 20px;
        font-size: 15px;
    }

    .reports-card {
        font-size: 24px;
    }
}

@media (max-width: 900px) {
    .reports-year {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-bottom: 60px;
    }

    .reports-year__label {
        padding-top: 20px;
    }

    .reports-year__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }
}

@media (max-width: 575px) {
    .reports-container {
        padding: 0 16px;
    }

    .reports-hero {
        padding: 24px 0 54px;
    }

    .reports-title {
        font-size: 38px;
    }

    .reports-breadcrumbs {
        margin-bottom: 42px;
    }

    .reports-tabs {
        margin-left: -16px;
        margin-right: -16px;
        padding: 0 16px;
    }

    .reports-tabs__item {
        min-height: 46px;
        padding: 0 14px;
        font-size: 14px;
    }

    .reports-year__grid {
        grid-template-columns: 1fr;
    }

    .reports-card {
        min-height: 82px;
        font-size: 21px;
    }
}
.reports-page {
    background: transparent;
}

.reports-layout {
    background: transparent;
}
.reports-list {
    padding: 8px 0 70px;
    background: transparent;
}
.reports-tabs__item {
    border: 0;
    background: transparent;
    cursor: pointer;
}

.reports-tabs__item:hover {
    color: #3ba750;
}

.reports-year.is-hidden {
    display: none;
}
.reports-tabs__item {
    border: 0;
    background: transparent;
    cursor: pointer;
}

.reports-tabs__item:hover {
    color: #3ba750;
}

.reports-year.is-hidden {
    display: none;
}

.reports-year__label--empty {
    visibility: hidden;
}

.reports-empty--inline {
    grid-column: 1 / -1;
}
.reports-title {
    display: block;
    margin: 0 0 48px;
    line-height: 0;
    text-align: center;
}

.reports-title__text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.reports-title__image {
    display: block;
    width: 100%;
    max-width: 570px;
    height: auto;
    margin: 0 auto;
}