@charset "UTF-8";
.page_history__banner {
    margin-top: 30px;
    padding: 34px 10px 10px;
}
.page_history__banner img {
    object-fit: cover;
    width: 100%;
    min-height: 700px;
    border-radius: 20px;
}
@media (max-width: 1279px) {
    .page_history__banner img {
        min-height: 580px;
    }
}
@media (max-width: 1023px) {
    .page_history__banner img {
        min-height: 482px;
    }
}
@media (max-width: 767px) {
    .page_history__banner img {
        min-height: 210px;
    }
}
@media (max-width: 374px) {
    .page_history__banner img {
        min-height: 172px;
    }
}
.page_history__box {
    padding: 10px 0;
}
@media (max-width: 767px) {
    .page_history__box {
        padding: 0;
    }
}
.page_history__box--mb {
    margin-bottom: 20px;
}
.page_history__years {
    padding: 60px 40px 24px;
}
@media (max-width: 1365px) {
    .page_history__years {
        padding: 40px 20px 24px;
    }
}
@media (max-width: 767px) {
    .page_history__years {
        padding: 40px 16px 24px;
    }
}
.page_history__years .UI_title-page {
    margin-bottom: 64px;
}
@media (max-width: 1279px) {
    .page_history__years .UI_title-page {
        margin-bottom: 40px;
    }
}
.page_history__years
.complex_history-slider_swiper__slide:nth-of-type(5)
.complex_history-slider__card-img {
    bottom: -30px;
}
.page_history__way {
    display: flex;
    flex-direction: column;
    gap: 64px;
    padding: 16px 40px 24px;
}
@media (max-width: 1279px) {
    .page_history__way {
        padding: 16px 20px 24px;
    }
}
@media (max-width: 767px) {
    .page_history__way {
        padding: 16px 16px 24px;
    }
}
.page_history__way .UI_button-icons {
    padding: 11px 35px;
}
.page_history__way .UI_button-icons img:first-of-type {
    transform: rotate(90deg);
}
.page_history__way .UI_button-icons img:last-of-type {
    display: none;
}
.page_history__way-points {
    display: flex;
    flex-direction: column;
    gap: 64px;
}
@media (max-width: 1279px) {
    .page_history__way-points {
        gap: 40px;
    }
}
.page_history__way-points h3 {
    font-weight: 700;
    font-size: 32px;
    font-family: Pragmatica Extended, arial, sans-serif;
    line-height: 120%;
}
@media (max-width: 1279px) {
    .page_history__way-points h3 {
        font-size: 24px;
    }
}
.page_history__way-points p {
    font-weight: 500;
    font-size: 16px;
    font-family: Pragmatica Extended, arial, sans-serif;
    line-height: 130%;
}
.page_history__way-points span {
    color: #e10b17;
}
.page_history__way-points__content {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 40px;
    border-radius: 20px;
    background: #f9f9fb;
}
@media (max-width: 1279px) {
    .page_history__way-points__content {
        padding: 32px 24px;
    }
}
@media (max-width: 767px) {
    .page_history__way-points__content {
        padding: 32px 20px;
    }
}
.page_history__way-points__content:before {
    content: "";
    position: absolute;
    top: 69px;
    left: 332px;
    display: block;
    width: 18px;
    height: 328px;
    background: url(../../images/history-line-1.svg) no-repeat center/contain;
}
@media (max-width: 1919px) {
    .page_history__way-points__content:before {
        left: 280px;
    }
}
@media (max-width: 1279px) {
    .page_history__way-points__content:before {
        left: 214px;
        height: 356px;
        background: url(../../images/history-line-2.png) no-repeat center/contain;
    }
}
@media (max-width: 1023px) {
    .page_history__way-points__content:before {
        left: 207px;
        height: 560px;
        background: url(../../images/history-line-3.svg) no-repeat center/contain;
    }
}
@media (max-width: 767px) {
    .page_history__way-points__content:before {
        display: none;
    }
}
.page_history__way-points__item {
    display: grid;
    grid-template-columns: 240px auto;
    gap: 120px;
}
@media (max-width: 1279px) {
    .page_history__way-points__item {
        gap: 24px;
    }
}
@media (max-width: 1023px) {
    .page_history__way-points__item {
        grid-template-columns: 205px auto;
    }
}
@media (max-width: 767px) {
    .page_history__way-points__item {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}
.page_history__way-points__info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.page_history__way-points__card {
    display: flex;
    gap: 24px;
    align-items: center;
    padding: 40px;
    border: 1px solid #e10b17;
    border-radius: 20px;
}
@media (max-width: 1279px) {
    .page_history__way-points__card {
        padding: 35px 24px;
    }
}
.page_history__way-points__card--mob {
    display: none;
}
@media (max-width: 1279px) {
    .page_history__way-points__card--mob {
        display: flex;
    }
}
@media (max-width: 767px) {
    .page_history__way-points__card--mob {
        flex-direction: column;
        align-items: flex-start;
        padding: 32px 24px;
    }
}
@media (max-width: 1279px) {
    .page_history__way-points__card--desk {
        display: none;
    }
}
.page_history__way-numbers {
    display: grid;
    grid-template-columns: 347px auto 347px;
    justify-content: space-between;
}
@media (max-width: 1279px) {
    .page_history__way-numbers {
        grid-template-columns: 242px auto 242px;
    }
}
@media (max-width: 1023px) {
    .page_history__way-numbers {
        grid-template-columns: 174px auto 149px;
    }
}
@media (max-width: 767px) {
    .page_history__way-numbers {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}
.page_history__way-numbers > li {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center;
}
.page_history__way-numbers > li h4 {
    color: #e10b17;
    font-weight: 800;
    font-size: 60px;
    font-family: Pragmatica Extended, arial, sans-serif;
    line-height: 120%;
    text-transform: uppercase;
    white-space: nowrap;
}
@media (max-width: 1023px) {
    .page_history__way-numbers > li h4 {
        font-size: 48px;
    }
}
@media (max-width: 767px) {
    .page_history__way-numbers > li h4 {
        font-size: 32px;
    }
}
.page_history__way-numbers > li span {
    font-size: 32px;
    font-family: Pragmatica Extended, arial, sans-serif;
    line-height: 120%;
}
@media (max-width: 1023px) {
    .page_history__way-numbers > li span {
        font-size: 24px;
    }
}
.page_history__way-numbers > li p {
    font-size: 16px;
    line-height: 140%;
}
.page_history__way-graph {
    position: relative;
    min-height: 500px;
    margin-top: 30px;
}
@media (max-width: 1919px) {
    .page_history__way-graph {
        margin-top: 42px;
    }
}
@media (max-width: 1279px) {
    .page_history__way-graph {
        margin-top: 0;
    }
}
.page_history__way-graph__info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
@media (max-width: 767px) {
    .page_history__way-graph__info {
        align-items: center;
    }
}
.page_history__way-graph__info > p {
    max-width: 525px;
    font-weight: 500;
    font-size: 16px;
    font-family: Pragmatica Extended, arial, sans-serif;
    line-height: 130%;
}
@media (max-width: 1365px) {
    .page_history__way-graph__info > p {
        max-width: 447px;
    }
}
@media (max-width: 1279px) {
    .page_history__way-graph__info > p {
        max-width: none;
    }
}
.page_history__way-graph__card {
    position: relative;
    max-width: 643px;
    height: 178px;
}
@media (max-width: 1919px) {
    .page_history__way-graph__card {
        max-width: 547px;
    }
}
@media (max-width: 1279px) {
    .page_history__way-graph__card {
        max-width: 643px;
    }
}
@media (max-width: 767px) {
    .page_history__way-graph__card {
        width: 100%;
        max-width: 368px;
        height: 248px;
    }
}
@media (max-width: 411px) {
    .page_history__way-graph__card {
        max-width: 328px;
        height: 255px;
    }
}
@media (max-width: 374px) {
    .page_history__way-graph__card {
        max-width: 277px;
        height: 344px;
    }
}
.page_history__way-graph__card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: #e10b17;
    transform: rotate(-2deg);
}
.page_history__way-graph__card-content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 35px;
}
@media (max-width: 1919px) {
    .page_history__way-graph__card-content {
        padding: 25px;
    }
}
.page_history__way-graph__card-content p {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    font-family: Pragmatica Extended, arial, sans-serif;
    line-height: 130%;
}
.page_history__way-graph__chart {
    position: absolute;
    top: -40px;
    right: 143px;
}
@media (max-width: 1919px) {
    .page_history__way-graph__chart {
        right: 133px;
    }
}
@media (max-width: 1279px) {
    .page_history__way-graph__chart {
        position: relative;
        top: auto;
        right: auto;
        width: fit-content;
        margin: 49px auto 0;
    }
}
@media (max-width: 1023px) {
    .page_history__way-graph__chart {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .page_history__way-graph__chart {
        margin-top: 40px;
    }
}
.page_history__way-graph__chart-img {
    width: 561px;
    height: 561px;
    background: url(../../images/history-chart-1.svg) no-repeat center/contain;
}
@media (max-width: 1919px) {
    .page_history__way-graph__chart-img {
        width: 483px;
        height: 483px;
    }
}
@media (max-width: 767px) {
    .page_history__way-graph__chart-img {
        width: 288px;
        height: 288px;
    }
}
.page_history__way-graph__chart .complex_card-history-cloud {
    position: absolute;
}
.page_history__way-graph__chart .complex_card-history-cloud:nth-of-type(2) {
    top: 20px;
    right: -30px;
}
@media (max-width: 1919px) {
    .page_history__way-graph__chart .complex_card-history-cloud:nth-of-type(2) {
        top: 0;
        max-width: 226px;
    }
}
@media (max-width: 767px) {
    .page_history__way-graph__chart .complex_card-history-cloud:nth-of-type(2) {
        top: -5%;
        right: -16%;
        max-width: 180px;
    }
}
@media (max-width: 411px) {
    .page_history__way-graph__chart .complex_card-history-cloud:nth-of-type(2) {
        right: 2%;
    }
}
@media (max-width: 374px) {
    .page_history__way-graph__chart .complex_card-history-cloud:nth-of-type(2) {
        right: 0%;
    }
}
.page_history__way-graph__chart .complex_card-history-cloud:nth-of-type(3) {
    top: 210px;
    right: -130px;
}
@media (max-width: 1919px) {
    .page_history__way-graph__chart .complex_card-history-cloud:nth-of-type(3) {
        top: 190px;
        right: -70px;
        max-width: 156px;
    }
}
@media (max-width: 767px) {
    .page_history__way-graph__chart .complex_card-history-cloud:nth-of-type(3) {
        top: 35%;
        right: -15%;
        max-width: 124px;
    }
}
@media (max-width: 411px) {
    .page_history__way-graph__chart .complex_card-history-cloud:nth-of-type(3) {
        right: 2%;
    }
}
@media (max-width: 374px) {
    .page_history__way-graph__chart .complex_card-history-cloud:nth-of-type(3) {
        right: 0%;
    }
}
.page_history__way-graph__chart .complex_card-history-cloud:nth-of-type(4) {
    top: 375px;
    right: -75px;
}
@media (max-width: 1919px) {
    .page_history__way-graph__chart .complex_card-history-cloud:nth-of-type(4) {
        top: 350px;
        right: -50px;
        max-width: 189px;
    }
}
@media (max-width: 767px) {
    .page_history__way-graph__chart .complex_card-history-cloud:nth-of-type(4) {
        top: 70%;
        right: -9%;
        max-width: 136px;
    }
}
@media (max-width: 374px) {
    .page_history__way-graph__chart .complex_card-history-cloud:nth-of-type(4) {
        right: 0%;
    }
}
.page_history__way-graph__chart .complex_card-history-cloud:nth-of-type(5) {
    top: 120px;
    left: -95px;
}
@media (max-width: 1919px) {
    .page_history__way-graph__chart .complex_card-history-cloud:nth-of-type(5) {
        top: 80px;
        left: -80px;
        max-width: 165px;
    }
}
@media (max-width: 767px) {
    .page_history__way-graph__chart .complex_card-history-cloud:nth-of-type(5) {
        top: 25%;
        left: -5%;
        max-width: 136px;
    }
}
.page_history__way-banner {
    position: relative;
    padding: 40px;
    border-radius: 20px;
    background: #f9f9fb;
}
@media (max-width: 1279px) {
    .page_history__way-banner {
        padding: 32px 24px;
    }
}
@media (max-width: 767px) {
    .page_history__way-banner {
        display: flex;
        flex-direction: column-reverse;
        gap: 16px;
        padding: 32px 20px 0;
    }
}
.page_history__way-banner:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 570px;
    height: 254px;
    background: url(../../images/history-banner-1.png) no-repeat center/contain;
}
@media (max-width: 1279px) {
    .page_history__way-banner:before {
        right: -50px;
        width: 520px;
        height: 204px;
    }
}
@media (max-width: 1023px) {
    .page_history__way-banner:before {
        right: -90px;
    }
}
@media (max-width: 767px) {
    .page_history__way-banner:before {
        position: relative;
        right: 40px;
        bottom: auto;
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding-top: 44.5614035088%;
    }
}
.page_history__way-banner p {
    max-width: 849px;
    font-weight: 700;
    font-size: 24px;
    font-family: Pragmatica Extended, arial, sans-serif;
    line-height: 120%;
}
@media (max-width: 1279px) {
    .page_history__way-banner p {
        max-width: 678px;
        font-size: 20px;
    }
}
@media (max-width: 1023px) {
    .page_history__way-banner p {
        max-width: 541px;
    }
}
.page_history__way-banner span {
    color: #e10b17;
}
.page_history__mission {
    display: flex;
    flex-direction: column;
    gap: 64px;
    padding: 16px 40px 64px;
}
@media (max-width: 1279px) {
    .page_history__mission {
        gap: 40px;
        padding: 16px 20px 40px;
    }
}
.page_history__mission-items {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.page_history__mission-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 54px;
}
@media (max-width: 1919px) {
    .page_history__mission-list {
        gap: 35px;
    }
}
@media (max-width: 1365px) {
    .page_history__mission-list {
        gap: 26px;
    }
}
@media (max-width: 1023px) {
    .page_history__mission-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media (max-width: 767px) {
    .page_history__mission-list {
        gap: 16px;
    }
}
.page_history__mission-list .complex_history-mission:nth-of-type(1):after {
    bottom: 8px;
}
.page_history__mission-list .complex_history-mission:nth-of-type(1):before {
    top: -26.9px;
    left: -108.8px;
    width: 209px;
    height: 209px;
    transform: rotate(-165deg);
}
.page_history__mission-list
.complex_history-mission:nth-of-type(1)
.complex_history-mission__decor {
    top: -14px;
    right: -45px;
    width: 130px;
    height: 130px;
    transform: rotate(-57deg);
}
.page_history__mission-list .complex_history-mission:nth-of-type(2),
.page_history__mission-list .complex_history-mission:nth-of-type(4) {
    margin-top: 140px;
}
.page_history__mission-list .complex_history-mission:nth-of-type(2):after,
.page_history__mission-list .complex_history-mission:nth-of-type(4):after {
    transform: scaleY(-1);
}
@media (max-width: 767px) {
    .page_history__mission-list .complex_history-mission:nth-of-type(2) {
        margin: 0;
    }
}
.page_history__mission-list .complex_history-mission:nth-of-type(2):before {
    top: -88px;
    left: -34px;
}
.page_history__mission-list .complex_history-mission:nth-of-type(2):after {
    top: 40px;
}
.page_history__mission-list
.complex_history-mission:nth-of-type(2)
.complex_history-mission__decor {
    top: -37px;
    right: -50px;
    transform: rotate(-57deg);
}
.page_history__mission-list .complex_history-mission:nth-of-type(3):before {
    top: -29px;
    right: -66px;
}
.page_history__mission-list .complex_history-mission:nth-of-type(3):after {
    bottom: 40px;
}
.page_history__mission-list
.complex_history-mission:nth-of-type(3)
.complex_history-mission__decor {
    top: -18px;
    left: -68px;
    transform: rotate(-57deg);
}
@media (max-width: 1023px) {
    .page_history__mission-list .complex_history-mission:nth-of-type(4) {
        margin: 0;
    }
}
.page_history__mission-list .complex_history-mission:nth-of-type(4):before {
    right: -23px;
    bottom: -104px;
    width: 267px;
    height: 267px;
    transform: rotate(81deg);
}
.page_history__mission-list .complex_history-mission:nth-of-type(4):after {
    top: 0;
}
.page_history__mission-list
.complex_history-mission:nth-of-type(4)
.complex_history-mission__decor {
    top: -22px;
    right: -36.8px;
    transform: rotate(-57deg);
}
.page_history__mission-list .complex_history-mission:last-of-type:after {
    display: none;
}
.page_history__mission-list .complex_history-mission:last-of-type:before {
    top: -70px;
    right: -11px;
}
.page_history__mission-list
.complex_history-mission:last-of-type
.complex_history-mission__decor {
    right: -50px;
    bottom: -19px;
    transform: rotate(-146deg);
}
@media (max-width: 1023px) {
    .page_history__mission-list .complex_history-mission {
        width: calc((100% - 54px) / 3);
    }
    .page_history__mission-list .complex_history-mission:after {
        display: none;
    }
}
@media (max-width: 767px) {
    .page_history__mission-list .complex_history-mission {
        width: 100%;
    }
}
.page_history__advantages {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 64px 40px;
    border-radius: 16px;
    background-color: #f9f9fb;
}
@media (max-width: 1279px) {
    .page_history__advantages {
        padding: 64px 20px;
    }
}
@media (max-width: 1023px) {
    .page_history__advantages {
        gap: 32px;
        padding: 40px 20px;
    }
}
.page_history__advantages-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
@media (max-width: 1279px) {
    .page_history__advantages-list {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 1279px) {
    .page_history__advantages .complex_values {
        padding: 0;
    }
}
.page_history__advantages .UI_button-icons {
    max-width: 169px;
    margin: 0 auto;
}
.page_history__advantages .UI_button-icons img:last-of-type {
    display: none;
}
.page_history__about {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 64px 40px 24px;
}
@media (max-width: 1279px) {
    .page_history__about {
        padding: 104px 20px 24px;
    }
}
@media (max-width: 1023px) {
    .page_history__about {
        padding: 40px 20px 24px;
    }
}

@media (max-width: 768px) {
    .complex_history-slider__card .complex_card-doc-min--var-1 {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.page_collective-participants__partners-slider {
    position: relative;
}


.page_history__content-slider .swiper-slide {
    overflow: hidden;
    border-radius: 20px
}

.page_history__content-slider  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page_history__content-slider iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
}



.page_history__content-slider .swiper-slide > img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.complex_history-slider:has(.swiper-pagination-fill) .swiper-pagination-history {
    justify-content: flex-start;
    bottom: -24px !important;
}

.complex_history-slider .swiper-pagination-fill {
    width: 100%;
    height: 4px;
    border-radius: 36px;
    background-color: #B3BCCD;
    transition: max-width .5s ease-in-out
}

.page_history__about-header {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin: 50px 0 70px;
}

.page_history__about-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    padding: 20px;
    border-radius: 16px;
    background-color: #F9F9FB;
}

@media (max-width: 1023px) {
    .page_history__about-list {
        flex-direction: column;
    }
}

.page_history__about .UI_button-icons {
    margin: 40px auto 0;
    display: flex;
    width: fit-content;
}

.page_history__about-card {
    width: calc((100% - 20px)/2);
    padding: 32px;
    background-image: var(--bg);
    background-color: var(--color);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    border-radius: 20px;
    overflow: hidden;
    color: white;
}

@media (max-width: 1023px) {
    .page_history__about-card {
        width: 100%;
        background-size: auto;
    }
}

.page_history__about-card .UI_button-main {
    color: var(--color);
}

.page_history__about-card--salmon {
    --color: #FF8080;
    --bg: url("../../img/history-card-background-pink.png");
}

.page_history__about-card--salmon-2 {
    --color: #FF8080;
    --bg: url("../../img/history-card-background-pink-2.png");
}

.page_history__about-card--violet {
    --color: #C488FF;
    --bg: url("../../img/history-card-background-violet.png");
}

.page_history__about-card--violet-2 {
    --color: #C488FF;
    --bg: url("../../img/history-card-background-violet-2.png");
}

.page_history__about-card--blue {
    --color: #7F8AED;
    --bg: url("../../img/history-card-background-blue.png");
}

.page_history__about-card--blue-2 {
    --color: #7F8AED;
    --bg: url("../../img/history-card-background-blue-2.png");
}

.page_history__about-card--yellow {
    --color: #EEBB3A;
    --bg: url("../../img/history-card-background-yellow.png");
}

.page_history__about-card--yellow-2 {
    --color: #EEBB3A;
    --bg: url("../../img/history-card-background-yellow-2.png");
}

.page_history__about-card--aqua {
    --color: #8FD1D5;
    --bg: url("../../img/history-card-background-aqua.png");
}

.page_history__about-card--aqua-2 {
    --color: #8FD1D5;
    --bg: url("../../img/history-card-background-aqua-2.png");
}

.page_history__about-card--green {
    --color: #73BE7A;
    --bg: url("../../img/history-card-background-green.png");
}

.page_history__about-card--green-2 {
    --color: #73BE7A;
    --bg: url("../../img/history-card-background-green-2.png");
}



.page_history__about-card-title {
    font-size: 24px;
    font-weight: 700;
    height: 70px;
}

.page_history__about-card-description {
    font-size: 18px;
    font-weight: 700;
}

.page_history__about-card-content {
    display: flex;
    flex-direction: column;
    gap: 45px;
    margin-bottom: 22px;
}

.page_history__about-card .UI_button-main {
    width: fit-content;
    padding: 17px 55px;
}

.page_history__meeting {
    position: relative;
    z-index: 9;
    display: flex;
    flex-direction: column;
    padding: 16px 40px 24px;
}
@media (max-width: 1279px) {
    .page_history__meeting {
        padding: 16px 20px 24px;
    }
}
.page_history__meeting .UI_title-page {
    margin-bottom: 64px;
}
@media (max-width: 1279px) {
    .page_history__meeting .UI_title-page {
        margin-bottom: 40px;
    }
}
.page_history__meeting .UI_button-icons {
    width: fit-content;
    margin: 0 auto;
}
@media (max-width: 1279px) {
    .page_history__meeting .UI_button-icons {
        margin: 0;
    }
}
.page_history__meeting .UI_button-icons img:last-of-type {
    display: none;
}
.page_history__meeting-text {
    display: grid;
    grid-template-columns: 535px auto;
    gap: 80px;
    margin-bottom: 40px;
}
@media (max-width: 1279px) {
    .page_history__meeting-text {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}
.page_history__meeting-text > h4 {
    font-weight: 700;
    font-size: 24px;
    font-family: Pragmatica Extended, arial, sans-serif;
    line-height: 120%;
}
@media (max-width: 1279px) {
    .page_history__meeting-text > h4 {
        font-size: 20px;
    }
}
.page_history__meeting-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}
.page_history__meeting-text p:first-of-type {
    margin-bottom: 10px;
}
.page_history__meeting-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-bottom: 32px;
}
@media (max-width: 1279px) {
    .page_history__meeting-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767px) {
    .page_history__meeting-gallery {
        grid-template-columns: 1fr;
    }
}
.page_history__meeting-gallery img {
    object-fit: cover;
    width: 100%;
    height: 274px;
    border-radius: 20px;
}
.page_history__regions {
    position: relative;
    z-index: 8;
    display: flex;
    flex-direction: column;
    gap: 64px;
    margin-top: 40px;
    padding: 40px 40px 24px;
}
@media (max-width: 1919px) {
    .page_history__regions {
        padding: 20px 20px 24px;
    }
}
@media (max-width: 1279px) {
    .page_history__regions {
        padding: 40px 20px 24px;
    }
}
@media (max-width: 1023px) {
    .page_history__regions {
        margin-top: -120px;
        padding: 20px;
    }
}
@media (max-width: 767px) {
    .page_history__regions {
        padding: 20px 16px;
    }
}
@media (max-width: 1023px) {
    .page_history__regions-content {
        display: flex;
        flex-direction: column-reverse;
        gap: 80px;
    }
}
@media (max-width: 411px) {
    .page_history__regions-content {
        gap: 160px;
    }
}
.page_history__regions-content__info {
    max-width: 787px;
}
@media (max-width: 1919px) {
    .page_history__regions-content__info {
        max-width: 716px;
    }
}
@media (max-width: 1365px) {
    .page_history__regions-content__info {
        max-width: 655px;
    }
}
@media (max-width: 1279px) {
    .page_history__regions-content__info {
        max-width: 476px;
    }
}
@media (max-width: 1023px) {
    .page_history__regions-content__info {
        max-width: none;
    }
}
.page_history__regions-content__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
}
.page_history__regions-content__nums {
    max-width: 525px;
    padding: 30px;
    border: 1px solid #e10b17;
    border-radius: 20px;
}
@media (max-width: 1023px) {
    .page_history__regions-content__nums {
        max-width: none;
    }
}
@media (max-width: 767px) {
    .page_history__regions-content__nums {
        padding: 30px 20px;
    }
}
.page_history__regions-content__nums p {
    font-weight: 700;
    font-size: 16px;
    font-family: Pragmatica Extended, arial, sans-serif;
    line-height: 130%;
}
.page_history__regions-content__map {
    position: absolute;
    right: 0;
    bottom: 78px;
}
@media (max-width: 1365px) {
    .page_history__regions-content__map {
        right: -60px;
    }
}
@media (max-width: 1279px) {
    .page_history__regions-content__map {
        right: -60px;
        bottom: 190px;
    }
}
@media (max-width: 1023px) {
    .page_history__regions-content__map {
        position: relative;
        right: 0;
        bottom: auto;
        align-self: flex-end;
        width: fit-content;
    }
}
.page_history__regions-content__map img {
    height: 927px;
}
@media (max-width: 1279px) {
    .page_history__regions-content__map img {
        height: 840px;
    }
}
@media (max-width: 767px) {
    .page_history__regions-content__map img {
        height: auto;
        max-height: 584px;
    }
}
@media (max-width: 411px) {
    .page_history__regions-content__map img {
        max-height: 430px;
    }
}
.page_history__regions-content__map
.complex_card-history-map-cloud:nth-of-type(1) {
    top: 48%;
    right: 12%;
    max-width: 221px;
}
@media (max-width: 1279px) {
    .page_history__regions-content__map
    .complex_card-history-map-cloud:nth-of-type(1) {
        top: 45%;
        right: 14%;
        max-width: 186px;
    }
}
@media (max-width: 1023px) {
    .page_history__regions-content__map
    .complex_card-history-map-cloud:nth-of-type(1) {
        top: 46%;
        right: 8%;
    }
}
@media (max-width: 767px) {
    .page_history__regions-content__map
    .complex_card-history-map-cloud:nth-of-type(1) {
        top: 44%;
        right: auto;
        left: 44%;
    }
}
@media (max-width: 411px) {
    .page_history__regions-content__map
    .complex_card-history-map-cloud:nth-of-type(1) {
        top: 34%;
        max-width: 141px;
    }
}
.page_history__regions-content__map
.complex_card-history-map-cloud:nth-of-type(1):before {
    bottom: -8px;
    left: 20px;
}
.page_history__regions-content__map
.complex_card-history-map-cloud:nth-of-type(2) {
    right: 58%;
    bottom: 15%;
    max-width: 197px;
}
@media (max-width: 1023px) {
    .page_history__regions-content__map
    .complex_card-history-map-cloud:nth-of-type(2) {
        right: 59%;
    }
}
@media (max-width: 767px) {
    .page_history__regions-content__map
    .complex_card-history-map-cloud:nth-of-type(2) {
        right: auto;
        left: 13%;
        max-width: 118px;
    }
}
@media (max-width: 411px) {
    .page_history__regions-content__map
    .complex_card-history-map-cloud:nth-of-type(2) {
        bottom: 17%;
        max-width: 118px;
    }
}
.page_history__regions-content__map
.complex_card-history-map-cloud:nth-of-type(2):before {
    right: 20px;
    bottom: -8px;
}
.page_history__regions-content__map
.complex_card-history-map-cloud:nth-of-type(3) {
    right: 22%;
    bottom: 17%;
    max-width: 206px;
}
@media (max-width: 1279px) {
    .page_history__regions-content__map
    .complex_card-history-map-cloud:nth-of-type(3) {
        right: 19%;
    }
}
@media (max-width: 767px) {
    .page_history__regions-content__map
    .complex_card-history-map-cloud:nth-of-type(3) {
        right: auto;
        left: 42%;
    }
}
@media (max-width: 411px) {
    .page_history__regions-content__map
    .complex_card-history-map-cloud:nth-of-type(3) {
        max-width: 141px;
    }
}
.page_history__regions-content__map
.complex_card-history-map-cloud:nth-of-type(3):before {
    bottom: -8px;
    left: 20px;
}
.page_history__regions-content__map
.complex_card-history-map-cloud:nth-of-type(4) {
    right: 47%;
    bottom: -3%;
    max-width: 210px;
}
@media (max-width: 1365px) {
    .page_history__regions-content__map
    .complex_card-history-map-cloud:nth-of-type(4) {
        right: 55%;
    }
}
@media (max-width: 1023px) {
    .page_history__regions-content__map
    .complex_card-history-map-cloud:nth-of-type(4) {
        right: 54%;
    }
}
@media (max-width: 767px) {
    .page_history__regions-content__map
    .complex_card-history-map-cloud:nth-of-type(4) {
        bottom: -5%;
        left: -5%;
    }
}
@media (max-width: 411px) {
    .page_history__regions-content__map
    .complex_card-history-map-cloud:nth-of-type(4) {
        bottom: -16%;
        max-width: 146px;
    }
}
.page_history__regions-content__map
.complex_card-history-map-cloud:nth-of-type(4):before {
    display: none;
}
.page_history__regions-content__map
.complex_card-history-map-cloud:nth-of-type(5) {
    right: 3%;
    bottom: -1%;
    max-width: 229px;
}
@media (max-width: 1365px) {
    .page_history__regions-content__map
    .complex_card-history-map-cloud:nth-of-type(5) {
        right: 10%;
        bottom: -3%;
        max-width: 208px;
    }
}
@media (max-width: 1365px) {
    .page_history__regions-content__map
    .complex_card-history-map-cloud:nth-of-type(5) {
        bottom: -4.5%;
        max-width: 191px;
    }
}
@media (max-width: 767px) {
    .page_history__regions-content__map
    .complex_card-history-map-cloud:nth-of-type(5) {
        right: auto;
        left: 48%;
        max-width: 212px;
    }
}
@media (max-width: 411px) {
    .page_history__regions-content__map
    .complex_card-history-map-cloud:nth-of-type(5) {
        right: 0;
        bottom: -20%;
        left: auto;
        max-width: 143px;
    }
}
.page_history__regions-content__map
.complex_card-history-map-cloud:nth-of-type(5):before {
    display: none;
}
.page_history__regions-content h5 {
    margin-top: 40px;
    margin-bottom: 32px;
    font-weight: 700;
    font-size: 24px;
    font-family: Pragmatica Extended, arial, sans-serif;
    line-height: 120%;
}
@media (max-width: 1279px) {
    .page_history__regions-content h5 {
        font-size: 20px;
    }
}
.page_history__regions-content span {
    color: #e10b17;
}
.page_history__action {
    padding: 0 40px 44px;
}
@media (max-width: 1279px) {
    .page_history__action {
        padding: 0 20px 44px;
    }
}
@media (max-width: 767px) {
    .page_history__action {
        padding: 0 16px 44px;
    }
}
@media (max-width: 767px) {
    .page_history__action .UI_button-main {
        width: 100%;
    }
}
.page_history__action__content {
    position: relative;
    overflow: hidden;
    padding: 40px;
    border-radius: 20px;
    background: linear-gradient(98deg, #ff4f4f 11.15%, #e10b17 93.66%);
}
@media (max-width: 1279px) {
    .page_history__action__content {
        padding: 40px 24px;
    }
}
@media (max-width: 1023px) {
    .page_history__action__content {
        min-height: 540px;
        padding: 32px 24px;
    }
}
@media (max-width: 767px) {
    .page_history__action__content {
        display: flex;
        flex-direction: column;
        gap: 20px 0;
        padding: 32px 20px 0;
    }
}
.page_history__action__content-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 690px;
    margin-bottom: 24px;
}
@media (max-width: 1365px) {
    .page_history__action__content-text {
        max-width: 601px;
    }
}
@media (max-width: 1279px) {
    .page_history__action__content-text {
        max-width: none;
    }
}
.page_history__action__content-text .UI_title-page {
    line-height: 120%;
}
.page_history__action__content-text p {
    color: #fffc;
    font-size: 16px;
    line-height: 140%;
}
@media (max-width: 1279px) {
    .page_history__action__content-text p {
        max-width: 463px;
    }
}
@media (max-width: 1023px) {
    .page_history__action__content-text p {
        max-width: none;
    }
}
.page_history__shape {
    position: absolute;
}
.page_history__shape > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.page_history__shape-1 {
    right: -140px;
    bottom: -80px;
    width: 710px;
    aspect-ratio: 1/0.67;
}
@media (max-width: 1919px) {
    .page_history__shape-1 {
        right: -210px;
    }
}
@media (max-width: 1365px) {
    .page_history__shape-1 {
        right: -235px;
        bottom: -90px;
        width: 820px;
    }
}
@media (max-width: 1279px) {
    .page_history__shape-1 {
        right: -100px;
        bottom: -60px;
        width: 510px;
    }
}
@media (max-width: 767px) {
    .page_history__shape-1 {
        position: relative;
        right: -70px;
        bottom: auto;
        align-self: flex-end;
        width: 355px;
        margin-bottom: -40px;
    }
}
@media (max-width: 374px) {
    .page_history__shape-1 {
        width: 315px;
    }
}
