

/* Start:/local/templates/main/components/bitrix/news.list/history-redesign/style.css?17520605886788*/

.history {
    position: relative;
}
.history > .container {
    position: relative;
    padding-bottom: 118px;
    padding-top: 32px;
}
@media (max-width: 1919px) {
    .history > .container {
        padding-bottom: 152px;
    }
}
@media (max-width: 1439px) {
    .history > .container {
        padding-bottom: 74px;
        padding-top: 24px;
    }
}
@media (max-width: 1023px) {
    .history > .container {
        padding-bottom: 70px;
    }
}
@media (max-width: 767px) {
    .history > .container {
        padding-bottom: 94px;
        padding-top: 8px;
    }
}
.history__crumbs {
    position: relative;
}
@media (max-width: 1919px) {
    .history .line {
        display: none;
    }
}
@media (max-width: 1439px) {
    .history .line {
        display: block;
    }
}
@media (max-width: 1023px) {
    .history .line__semi-right {
        display: none;
    }
    .history .line__semi-left {
        left: 50%;
        transform: translateX(-50%);
    }
}
@media (max-width: 767px) {
    .history .line {
        display: none;
    }
}
.history__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 60px;
    position: relative;
}

.history__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 60px;
    position: relative;
    padding-top: 32px;
    justify-content: space-between;
}

@media (max-width: 1919px) {
    .history__container {
        gap: 16px;
    }
}
@media (max-width: 1439px) {
    .history__container {
        gap: 8px;
    }
}
@media (max-width: 1023px) {
    .history__container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 24px;
    }
}
@media (max-width: 767px) {
    #js-breadcrumb-placement{
        margin-top: 25px;
    }

    .history__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (max-width: 767px) {
    .history__content {
        width: 100%;
    }
}
.history__title {
    display: block;
    font-weight: 700;
    font-size: 94px;
    line-height: 104px;
    color: #e35310;
    margin-bottom: 32px;
    max-width: 650px;
}
@media (max-width: 1919px) {
    .history__title {
        margin-bottom: 24px;
    }
}
@media (max-width: 1439px) {
    .history__title {
        font-size: 70px;
        line-height: 82px;
        margin-bottom: 16px;
    }
}
@media (max-width: 1023px) {
    .history__title {
        font-size: 54px;
        line-height: 64px;
        margin-bottom: 24px;
    }
}
@media (max-width: 767px) {
    .history__title {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 16px;
    }
}
.history__circle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
@media (max-width: 1919px) {
    .history__circle {
        display: none;
    }
}
.history__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #363534;
    margin-top: 32px;
    max-width: 878px;
}
@media (max-width: 1919px) {
    .history__text {
        line-height: 24px;
        margin-top: 48px;
    }
}
@media (max-width: 1439px) {
    .history__text {
        line-height: 22px;
        margin-top: 24px;
        max-width: 647px;
    }
}
@media (max-width: 1023px) {
    .history__text {
        font-size: 16px;
        margin-top: 24px;
        max-width: 460px;
    }
}
@media (max-width: 767px) {
    .history__text {
        margin-top: 16px;
        max-width: 100%;
    }
}

.history__slider-pagination__bullet-name::before{
    content: ''!important;
}

.history__slider-pagination__bullet-name{
    overflow: hidden;
}
.swiper {
    margin-left: 0 !important;
}
@media (max-width: 1919px) {
    .history__slider-pagination {
        height: 440px !important;
    }
}
@media (max-width: 1439px) {
    .history__slider-pagination {
        height: 420px !important;
    }
}
@media (max-width: 1023px) {
    .history__slider-pagination {
        height: 400px !important;
    }
}
@media (max-width: 767px) {
    .history__slider-pagination {
        height: 164px !important;
    }
    .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        -webkit-transform: translateX(0%) !important;
        transform: translateX(0%) !important;
    }
    .history__slider-pagination {
        width: 100% !important;
    }
    .history__slider-pagination__bullet-name {
        display: flex;
        align-items: center;
    }
}

.life__slider-control--mobile{
    display: none;
}

@media (max-width: 767px) {
    .history__slider-control{
        display: none!important;
    }

    .life__slider-control--mobile{
        width: 100%;
        display: block;
        position: relative;
    }

    .life__slider-control--mobile .slide{
        color: #e35310!important;
        font-size: 28px;
        line-height: 48px;
        border-bottom: 4px solid #e35310;
        width: max-content;
    }

    .life__slider-control--mobile .swiper-slide{
        display: flex;
        justify-content: center;
    }

    #life-slider-mobile-button-prev{
        position: absolute;
        top: 5px;
        left: 0;
    }

    #life-slider-mobile-button-next{
        position: absolute;
        top: 5px;
        right: 0;
    }
}

@media (min-width: 1440px) {
    .history__slider-pagination{
        height: 675px!important;
    }
}

.history__titles{
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #0C0C0C;
    margin-top: 16px;
}

@media (max-width: 1919px) {
    .history__titles{
        font-weight: 700;
        font-size: 24px;
        line-height: 30px;
    }
}

@media (max-width: 1439px) {
    .history__titles{
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
    }
}

@media (max-width: 1023px) {
    .history__titles{
        font-weight: 700;
        font-size: 22px;
        line-height: 28px;
    }
}

@media (max-width: 767px) {
    .history__titles{
        font-weight: 700;
        font-size: 22px;
        line-height: 28px;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/indicators/style.css?17520605886280*/

.stats {
    position: relative;
    background-color: #f5f5f5;
}
.stats > .container {
    position: relative;
    padding-top: 350px;
    padding-bottom: 350px;
}
@media (max-width: 1919px) {
    .stats > .container {
        padding-top: 324px;
        padding-bottom: 324px;
    }
}
@media (max-width: 1439px) {
    .stats > .container {
        padding-top: 228px;
        padding-bottom: 228px;
    }
}
@media (max-width: 1023px) {
    .stats > .container {
        padding-top: 64px;
        padding-bottom: 64px;
    }
}
.stats__content {
    position: relative;
}
@media (max-width: 1439px) {
    .stats .line {
        display: none;
    }
}
.stats__title {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: sideways;
    -webkit-transform: rotate(-180deg) translateY(50%);
    transform: rotate(-180deg) translateY(50%);
    color: #0c0c0c;
    font-weight: 700;
    font-size: 94px;
    line-height: 104px;
}
@media (max-width: 1439px) {
    .stats__title {
        font-size: 70px;
        line-height: 82px;
    }
}
@media (max-width: 1023px) {
    .stats__title {
        font-size: 54px;
        line-height: 64px;
    }
}
@media (max-width: 767px) {
    .stats__title {
        font-size: 34px;
        line-height: 40px;
        position: static;
        -webkit-transform: unset;
        transform: unset;
        -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
        writing-mode: unset;
        margin-bottom: 24px;
    }
}
.stats__body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 120px;
}
@media (max-width: 1919px) {
    .stats__body {
        margin-bottom: 0;
    }
}
@media (max-width: 1439px) {
    .stats__body {
        row-gap: 64px;
    }
}
@media (max-width: 1023px) {
    .stats__body {
        row-gap: 32px;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767px) {
    .stats__body {
        row-gap: 24px;
        grid-template-columns: repeat(1, 1fr);
    }
}
.stats__card {
    grid-column: 1 span;
    grid-row: 1 span;
    height: 130px;
    position: relative;
    padding-left: 82px;
}
@media (max-width: 1919px) {
    .stats__card {
        height: 128px;
        padding-left: 48px;
    }
}
@media (max-width: 1439px) {
    .stats__card {
        padding-left: 16px;
        height: 124px;
    }
}
@media (max-width: 1023px) {
    .stats__card {
        height: 100px;
    }
}
@media (max-width: 767px) {
    .stats__card {
        height: 78px;
        padding-left: 38px;
    }
}
.stats__card-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}
.stats__card-title {
    color: #e35310;
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 12px;
}
@media (max-width: 1919px) {
    .stats__card-title {
        line-height: 40px;
    }
}
@media (max-width: 1439px) {
    .stats__card-title {
        font-size: 28px;
        line-height: 36px;
    }
}
@media (max-width: 1023px) {
    .stats__card-title {
        line-height: 40px;
    }
}
@media (max-width: 767px) {
    .stats__card-title {
        font-size: 24px;
        line-height: 32px;
    }
}
.stats__card-title > span {
    font-weight: 400;
    font-size: 78px;
    line-height: 96px;
    letter-spacing: -0.05em;
}
@media (max-width: 1439px) {
    .stats__card-title > span {
        font-size: 58px;
        line-height: 72px;
    }
}
@media (max-width: 1023px) {
    .stats__card-title > span {
        font-size: 44px;
        line-height: 48px;
    }
}
@media (max-width: 767px) {
    .stats__card-title > span {
        font-size: 38px;
    }
}
.stats__card-descr {
    color: #0c0c0c;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}
@media (max-width: 1919px) {
    .stats__card-descr {
        line-height: 24px;
    }
}
@media (max-width: 1439px) {
    .stats__card-descr {
        line-height: 22px;
    }
}
@media (max-width: 1023px) {
    .stats__card-descr {
        font-size: 16px;
    }
}
.stats__card::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 4px;
    background-color: #e35310;
}
@media (max-width: 1919px) {
    .stats__card::after {
        width: 24px;
    }
}
@media (max-width: 1439px) {
    .stats__card::after {
        width: 8px;
        top: 38px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@media (max-width: 1023px) {
    .stats__card::after {
        top: 28px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@media (max-width: 767px) {
    .stats__card::after {
        top: 26px;
        width: 30px;
    }
}
.stats__circles {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 1919px) {
    .stats__circles {
        right: -200px;
    }
}
@media (max-width: 1439px) {
    .stats__circles {
        right: -150px;
    }
}
@media (max-width: 1439px) {
    .stats__circles {
        right: -85px;
    }
}
@media (max-width: 767px) {
    .stats__circles {
        display: none;
    }
}
.stats__circles > svg {
    width: 1339px;
    height: 895px;
}
@media (max-width: 1439px) {
    .stats__circles > svg {
        width: 1054px;
        height: 720px;
    }
}
@media (max-width: 1023px) {
    .stats__circles > svg {
        width: 696px;
        height: 449px;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/news/style.css?17520605885582*/

.news{
    overflow: hidden;
    position: relative;
}

.news .container{
    position: relative;
    padding-top: 131px;
    padding-bottom: 131px;
}

.news__container{
    position: relative;
}

.news__title{
    position: absolute;
    right: 0;
    top: 50%;
    writing-mode: vertical-rl;
    text-orientation: sideways;
    transform: rotate(-180deg) translateY(50%);
    font-weight: 700;
    font-size: 94px;
    line-height: 104px;
    color: #363534;
}

.news__content{
    display: flex;
    gap: 95px;
    overflow: hidden;
}

.pagination-slide-bullet{
    width: 48px;
    height: 48px;
}

.news__swiper-controls{
    width: 48px;
}

.news__swiper-pagination{
    width: 48px;
}

#news-swiper-pagination .swiper-slide .inner__circle{
    fill: #e0e0e0;
}

#news-swiper-pagination .swiper-slide:not(.swiper-slide-active) svg{
    cursor: pointer;
}

#news-swiper-pagination .swiper-slide .outer__circle{
    display: none;
}

#news-swiper-pagination .swiper-slide.swiper-slide-active .outer__circle{
    display: block;
}

#news-swiper-pagination .swiper-slide.swiper-slide-active .inner__circle{
    fill: #e35310;
}

#news-swiper-pagination{
    height: 380px;
    overflow: hidden;
}

#news-swiper-button-next,
#news-swiper-button-prev{
    position: relative;
    z-index: 111;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.pagination-slide-bullet{
    height: 48px;
    width: 48px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news__slide--link{
    display: block;
}

.news__slide-text,
.news__slide-image{
    max-width: 500px;
    width: 100%;
    max-height: 270px;
    height: 100%;
}

.news__slide-text{
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    position: relative;
    overflow: hidden;
    max-width: 390px;
    width: 100%;
    border-bottom: 1px solid #cacaca;
}

.news__slide-image > img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.news__slide{
    display: block;
    padding: 48px;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #e0e0e0;
    box-shadow: 0 1px 28px 2px rgba(217, 217, 217, 0.25);
    position: relative;
}

.news__slide-middle{
    display: flex;
    gap: 0 86px;
    justify-content: space-between;
    align-items: center;
}

.news__slide-content{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news__slide-top > .news__slide-image{
    display: none;
}

.news__slide-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper.news__swiper{
    margin: 0;
    overflow: visible;
    height: 800px;
}

.news__button{
    position: absolute;
    bottom: 0;
    z-index: 900;
}

@media (max-width: 1920px){
    .news__swiper-wrapper{
        height: 800px;
    }

    .news__slide{
        padding: 32px;
    }

    .news__content{
        gap: 56px;
    }

    .news .line--top-rect::before{
        display: none;
    }

    .news .line__left, .news .line__right{
        display: none;
    }

    .news .container{
        padding-top: 155px;
        padding-bottom: 155px;
    }
}

@media (max-width: 1440px){
    .news__swiper-pagination{
        height: 675px !important;
    }

    .news__content{
        gap: 34px;
    }

    .news .container{
        padding-top: 78px;
        padding-bottom: 93px;
    }

    .news__title{
        font-size: 70px;
        line-height: 82px;
    }
}

@media (max-width: 1024px){
    .swiper.news__swiper{
        height: 740px;
    }

    .news__swiper-wrapper{
        height: 600px;
    }

    .news__slide-middle{
        display: flex;
        flex-direction: column-reverse;
        align-items: start;
    }

    .news__slide-image{
        margin-bottom: 25px;
    }

    .news__slide-text{
        padding-bottom: 25px;
    }

    .news__content{
        gap: 74px;
    }

    .news .container{
        padding-top: 64px;
        padding-bottom: 74px;
    }

    .news .line{
        display: none;
    }

    .news__title{
        font-size: 54px;
        line-height: 64px;
        height: max-content;
    }
}

@media (max-width: 767px){
    .news__swiper-controls-pagination{
        margin-top: 100px;
    }
    .news__button{
        bottom: -95px;
    }
    .news__slide{
        width: 100%;
        padding: 16px;
    }

    .news .container{
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .news__title{
        position: static;
        transform: unset;
        font-size: 34px;
        line-height: 40px;
        writing-mode: initial;
        text-transform: initial;
        margin-bottom: 24px;
    }

    .news__content{
        flex-direction: column-reverse;
        gap: 24px;
    }

    .news__swiper-pagination{
        justify-content: center;
    }

    #news-swiper-pagination{
        height: 48px;
    }

    #news-swiper-button-next{
        margin-left: 30px;
        transform: rotate(-90deg);
    }

    #news-swiper-button-prev{
        margin-right: 30px;
        transform: rotate(-90deg);
    }

    .news__swiper-controls-pagination{
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

/* End */
/* /local/templates/main/components/bitrix/news.list/history-redesign/style.css?17520605886788 */
/* /local/templates/main/components/bitrix/news.list/indicators/style.css?17520605886280 */
/* /local/templates/main/components/bitrix/news.list/news/style.css?17520605885582 */
