.about-page .hero-with-breadcrumbs .hero-2__right img {
    transform: scaleX(-1);
}

.about-page .grid-container-1024 {
    row-gap: 0;
}

.about-page__main {
    padding: 120px 0;
}

.about-page__main h1 {
    text-align: left;
    margin-bottom: 22px;
}

.about-page__main h1:last-of-type {
    margin-bottom: 64px;
}

.about-page__main h1::before {
    content: "";
    display: block;
    margin-top: -0.14em;
}

.about-page__main h1::after {
    content: "";
    display: block;
    margin-bottom: -0.12em;
}

.about-page__main h1:nth-of-type(1) {
    grid-column: 5 / -1;
}

.about-page__main h1:nth-of-type(2) {
    grid-column: 3 / -1;
}

.about-page__main h1:nth-of-type(3) {
    grid-column: 5 / -1;
}

.about-page__main-description {
    grid-column: 5 / span 4;
    max-width: 574px;
}

.about-page__main-description-button {
    grid-column: 9 / -1;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.about-page__main-description-button .btn {
    max-width: fit-content;
    padding: 21px 40px;
    font-size: 18px;
    letter-spacing: -0.015em;
}

.about-page__main p {
    text-align: left;
}

.about-page__main-statistic {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 10px;
    margin-top: 64px;
}

.about-page__main-statistic-list {
    grid-column: 1 / span 8;
    display: flex;
    flex-direction: column;
}

.about-page__main-statistic-item {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    column-gap: 10px;
    padding: 45px 0;
    border-top: 1px solid var(--black-1000);
    align-items: center
}

.about-page__main-statistic-item:last-of-type {
    border-bottom: 1px solid var(--black-1000);
}

.about-page__main-statistic-item h3 {
    grid-column: 1 / span 4;
    text-align: left;
}

.about-page__main-statistic-item h3::before {
    content: "";
    display: block;
    margin-top: -0.14em;
}

.about-page__main-statistic-item h3::after {
    content: "";
    display: block;
    margin-bottom: -0.12em;
}

.about-page__main-statistic-item p {
    grid-column: 5 / -1;
    font-size: 26px;
}

.about-page__main-statistic-photo {
    grid-column: 10 / -1;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.about-page__main-statistic-photo .img-container {
    flex: 1 0 0;
}

.about-page__main-statistic-photo .img-container img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-page__main-statistic-photo .btn-simple {
    max-width: fit-content;
    padding: 21px 40px;
    font-size: 18px;
    letter-spacing: -0.02em;
}

.about-page__videos {
    padding: 120px 40px;
    display: flex;
    flex-direction: column;
}

.about-page__videos h1 {
    margin-bottom: 64px;
}

.about-page__videos h1::before {
    content: "";
    display: block;
    margin-top: -0.14em;
}

.about-page__videos h1::after {
    content: "";
    display: block;
    margin-bottom: -0.12em;
}

.about-page__videos-wrapper {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.about-page__videos-item {
    flex: 1 0 0;
    background-color: var(--white);
    border-radius: 10px;
    padding: 32px;
    display: flex;
    flex-direction: column;
}

.about-page__videos-item iframe {
    width: 100%;
    height: 332px;
    margin-bottom: 64px;
    border-radius: 6px;
}

.about-page__videos-item p {
    text-align: left;
    margin-top: auto;
    max-width: 535px;
}

.about-page__videos .btn {
    max-width: fit-content;
    align-self: center;
    padding: 19px 40px;
    font-size: 18px;
    letter-spacing: -0.02em;
}

.about-page__year {
    padding: 120px 0;
}

.about-page__year h1 {
    text-align: left;
    margin-bottom: 25px;
}

.about-page__year h1:last-of-type {
    margin-bottom: 0;
}

.about-page__year h1::before {
    content: "";
    display: block;
    margin-top: -0.14em;
}

.about-page__year h1::after {
    content: "";
    display: block;
    margin-bottom: -0.12em;
}

.about-page__year h1:nth-of-type(1) {
    grid-column: 5 / -1;
}

.about-page__year h1:nth-of-type(2) {
    grid-column: 6 / -1;
}

.about-page__year-cards {
    grid-column: 1 / -1;
    display: flex;
    margin-top: 54px;
}

.about-page__year-card {
    flex: 1 0 0;
    padding: 50px 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid var(--black-1000);
}

.about-page__year-card:not(:last-of-type) {
    border-right: none;
}

.about-page__year-card .icon-container {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-page__year-card .icon-container img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.about-page__year-card h2 {
    margin-bottom: 20px;
    font-size: 52px;
}

.about-page__year-card h2::before {
    content: "";
    display: block;
    margin-top: -0.14em;
}

.about-page__year-card h2::after {
    content: "";
    display: block;
    margin-bottom: -0.12em;
}

.about-page__year-card h4 {
    margin-bottom: 74px;
}

.about-page__year-card h4::before {
    content: "";
    display: block;
    margin-top: -0.14em;
}

.about-page__year-card h4::after {
    content: "";
    display: block;
    margin-bottom: -0.12em;
}

.about-page__year-card p {
    margin-top: auto;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 110%;
}

.about-page__history {
    padding: 120px 0;
    background-color: var(--green);
}

.about-page__history h1 {
    grid-column: 1 / span 4;
    text-align: left;
}

.history-tabs {
    grid-column: 5 / -1;
    display: flex;
    align-items: end;
    gap: 8px;
}

.history-tab {
    flex: 1 0 0;
    height: fit-content;
    padding: 18px 0;
    border: 1px solid var(--black-1000);
    border-radius: 10px;
    background-color: transparent;
    font-weight: 400;
    font-size: 22px;
    line-height: 130%;
    letter-spacing: -0.03em;
    text-align: center;
}

.history-tab.active {
    background-color: var(--black-1000);
    color: var(--white);
}

.accordion-history {
    margin-top: 80px;
}

.accordion-button {
    padding: 8px 32px 8px 8px;
    background-color: var(--white);
    border: none;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 286px 1fr;
    align-items: center;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: var(--white);
    color: var(--black-1000);
}

.accordion-header .accordion-button .img-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100%;
    min-height: 158px;
    grid-row: 1 / span 2;
    border-radius: 6px;
}

.accordion-header .accordion-button .img-container img {
    position: absolute;
    top:50%;
    left:50%;
    height:100%;
    width:100%;
    min-width:100%;
    min-height:100%;
    transform:translate(-50%, -50%);
    object-fit: cover;
}

.accordion-button::after {
    display: none;
}

.accordion-item-title {
    font-family: "Nochlezhka", sans-serif;
    font-feature-settings: 'ss01' 1;
    font-weight: 400;
    font-size: 30px;
    line-height: 120%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: var(--black-1000);
    margin-top: 32px;
    padding-left: 40px;
}

.accordion-item-title::before {
    content: "";
    display: block;
    margin-top: -0.14em;
}

.accordion-item-title::after {
    content: "";
    display: block;
    margin-bottom: -0.12em;
}

.accordion-item-year {
    font-family: "Nochlezhka", sans-serif;
    font-feature-settings: 'ss01' 1;
    font-weight: 400;
    font-size: 40px;
    line-height: 130%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    color: var(--black-1000);
    margin-right: 16px;
    margin-left: auto;
    align-self: end;
}

.accordion-item-year::before {
    content: "";
    display: block;
    margin-top: -0.14em;
}

.accordion-item-year::after {
    content: "";
    display: block;
    margin-bottom: -0.12em;
}

.accordion-item-close-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: var(--sun-yellow);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(46deg);
    transition: all 300ms ease;
}

.accordion-item-close-btn img {
    max-width: 14px;
}

.accordion-year-btn-wrapper {
    display: flex;
    margin-bottom: 24px;
    align-items: center;
}

.accordion-button:not(.collapsed) .accordion-item-close-btn {
    transform: rotate(180deg);
    background-color: var(--grey-300);
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.accordion-button {
    position: unset;
}

.accordion-body {
    display: flex;
    gap: 64px;
    align-items: end;
    padding: 24px 32px 32px 40px;
}

.accordion-body .accordion-body-desc {
    display: flex;
    flex-direction: column;
    gap: 16px;
    line-clamp: 8;
    -webkit-line-clamp: 8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.accordion-body .accordion-body-desc p {
    text-align: left;
    font-size: 18px;
}

.accordion-item {
    display: grid;
    position: relative;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: var(--white);
}

.accordion-slider {
    grid-row: 1 / span 2;
    display: block;

    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100%;
    border-radius: 6px;
}

.accordion-slider img {
    display: block;
    object-fit: cover;
    border-radius: 6px;

    position: absolute;
    top:50%;
    left:50%;
    height:100%;
    width:100%;
    min-width:100%;
    min-height:100%;
    transform:translate(-50%, -50%);
}


.accordion-body {
    max-width: calc(100% - 540px);
    margin-left: auto;
    position: relative;
}

.accordion-body::before {
    content: "";
    display: block;
    width: calc(100% - 40px - 32px);
    height: 1px;
    position: absolute;
    border-top: 1px dashed var(--grey-1000);
    top: 0;
}

.title-year-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: auto;
    grid-column: 2;
}

.tab-content > .active {
    display: flex;
    flex-direction: column;
}

.tab-pane .btn-subscribe {
    align-self: center;
    margin-top: 20px;
}

.accordion-header .swiper-wrapper,
.accordion-header .swiper-slide,
.accordion-header .swiper {
    margin-left: 0;
}

.accordion-header .slider-desc {
    position: absolute;
    max-width: 350px;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: var(--white);
    left: 16px;
    bottom: 16px;
    opacity: 0;
}

.accordion-header .swiper-button-next,
.accordion-header .swiper-button-prev {
    width: 37px;
    height: 37px;
    background-color: var(--sun-yellow);
    border-radius: 50%;
    opacity: 0;
}

.accordion-header .swiper .swiper-button-next img,
.accordion-header .swiper .swiper-button-prev img {
    position: static;
    display: block;
    width: 8px;
    height: auto;
    min-width: unset;
    min-height: unset;
    transform: unset;
}

.accordion-header .swiper .swiper-button-next img {
    transform: rotate(180deg);
}

.accordion-header .swiper-button-next::after,
.accordion-header .swiper-button-prev::after {
    display: none;
}

.about-page__personal {
    padding: 120px 0;
}

.about-page__personal h1 {
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.about-page__personal h1 + p {
    max-width: 684px;
    margin: 0 auto;
    margin-bottom: 80px;
}

.about-page__personal h2 {
    margin-bottom: 64px;
}

.about-page__personal .six-circle-block {
    margin-bottom: 0;
}

.about-page__personal .six-circle-block:first-of-type {
    margin-bottom: 80px;
}

.about-page__personal .six-circle-block__list li p {
    font-size: 18px;
}

.about-page__reports {
    padding: 120px 40px;
}

.yellow-outline-cards {
    display: flex;
    gap: 10px;
    margin-top: 64px;
}

.yellow-outline-card {
    flex: 1 0 0;
    background-color: var(--sun-yellow);
    border-radius: 10px;
    padding: 8px;
}

.yellow-outline-card-inner {
    border-radius: 6px;
    border: 1px dashed #000000;
    padding: 40px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.yellow-outline-card-top {
    display: flex;
    gap: 32px;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 32px;
}

.yellow-outline-card-top h3 {
    font-size: 40px;
    text-align: left;
    flex: 1 0 0;
}

.yellow-outline-card-top h3::before {
    content: "";
    display: block;
    margin-top: -0.14em;
}

.yellow-outline-card-top h3::after {
    content: "";
    display: block;
    margin-bottom: -0.12em;
}

.yellow-outline-card-tag {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-align: center;
    padding: 8px 10px;
    border: 1px solid var(--black-1000);
    border-radius: 100px;
}

.yellow-outline-card-inner p {
    text-align: left;
    margin-bottom: 40px;
}

.yellow-outline-card-inner .btn-subscribe {
    margin-top: auto;
    max-width: fit-content;
    display: flex;
    align-items: center;
    gap: 4px;
}

@media (hover: hover) {
    .tab-pane .btn-subscribe:hover {
        background-color: var(--black-1000);
        color: var(--white);
        border-color: var(--black-1000);
    }
}

@keyframes slider-open {
    from {
        position: relative;
        max-width: 286px;
        transform-origin: top center;
    }

    1% {
        position: absolute;
        height: calc(100% - 16px);
        inset: 8px;
    }

    to {
        position: absolute;
        max-width: 540px;
        height: calc(100% - 16px);
        inset: 8px;
    }
}

@keyframes slider-close {
    from {
        position: absolute;
        max-width: 540px;
        height: calc(100% - 16px);
        inset: 8px;
        transform-origin: top right;
    }

    1% {
        inset: 8px;
    }

    99% {
        position: absolute;
        height: calc(100% - 16px);
        inset: 8px;
    }

    to {
        position: relative;
        inset: unset;
        max-width: 286px;
        height: 100%;
    }
}

@keyframes change-grid {
    from {
        grid-template-columns: 286px 1fr;
    }

    to {
        grid-template-columns: 540px 1fr;
    }
}

@keyframes title-transition {
    from {
        margin-left: -200px;
    }

    to {
        margin-left: 0;
    }
}

@keyframes title-transition-reverse {
    from {
        margin-left: 200px;
    }

    to {
        margin-left: 0;
    }
}

@keyframes change-opacity {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes change-opacity-reverse {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
