

/* Start:/local/templates/main2/components/bitrix/news.list/banners/style.css?17839434244704*/
header + section.banners {
    margin-top: 100px;
}
section.banners {
    margin: 48px auto;
    padding: 0 15px;
    display: grid;
    gap: 30px;
    width: 100%;
}
section.banners .banner:not(:has(input[name="BANNER_ACTIVE"]:checked)),
section.banners .banner__content-item:not(:has(div, span, svg, img)) {
    display: none;
}
section.banners .banner {
    overflow: hidden;
    padding: 30px 15px 15px 15px;
    position: relative;
    border-radius: 30px;
    background-color: #1FA0DA;
    color: #FFF;
    font-family: "Lato";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2em;
}
section.banners .banner__inner {
    z-index: 1;
    position: relative;
    display: grid;
    gap: 20px;
    grid-template-areas:
        "logo"
        "title"
        "cont"
        "footer"
    ;
}
section.banners .banner__logo {
    grid-area: logo;
}
section.banners .banner__title {
    grid-area: title;
    font-size: 24px;
    line-height: 1.2em;
}
section.banners .banner__content {
    grid-area: cont;
}
section.banners .banner__footer {
    grid-area: footer;
}
section.banners .banner__link {
    padding: 14px 30px;
    min-width: max-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    border-radius: 999px;
    background-color: #0051BA;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    color: inherit;
}
section.banners .banner__background {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section.banners .banner__background--item {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

/** templates */
/* #STD */
section.banners .banner.STD .banner__logo:has(.banner__picture) {
    margin-bottom: 20px;
}

/* #V2 */
section.banners .banner.V2 {
    font-size: 24px;
}
section.banners .banner.V2 .banner__logo:has(.banner__picture) {
    margin-bottom: 6px;
}
section.banners .banner.V2 .banner__title {
    font-size: 29px;
}
section.banners .banner.V2 .banner__link {
    font-size: 18px;
}

/** media */
@media (min-width: 660px) {
    section.banners .banner {
        padding: 30px 50px 15px 50px;
    }
}
@media (min-width: 900px) {
    section.banners .banner {
        padding: 30px 30px 30px 30px;
    }

    section.banners .banner.STD .banner__title,
    section.banners .banner.STD .banner__content {
        height: 100%;
        display: flex;
    }
    section.banners .banner.STD .banner__title {
        align-items: flex-end;
    }

    section.banners .banner.V2,
    section.banners .banner.V2 .banner__title {
        font-size: 32px;
    }
    section.banners .banner.STD .banner__inner {
        grid-template-areas:
            "logo title footer"
            "logo cont footer"
        ;
    }

    section.banners .banner.STD .banner__footer {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    section.banners .banner.V2 .banner__inner {
        grid-template-areas: "title logo cont" "footer footer footer";
    }
    section.banners .banner.V2 .banner__content {
        grid-column-start: 3;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 1;
    }
    section.banners .banner.V2 .banner__text {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }
    section.banners .banner.V2 .banner__content-item.banner__content .banner__text {
        justify-content: flex-end;
        text-align: right;
    }
}

@media (min-width: 1100px) {
    section.banners .banner.STD {
        font-size: 22px;
    }
    section.banners .banner.STD .banner__title {
        font-size: 28px;
    }
    section.banners .banner.V2 .banner__inner {
        /*grid-template-columns: 1fr 1.2fr 1fr 0.8fr 1fr ;*/
        grid-template-areas: "title logo cont footer";
    }
    section.banners .banner.V2 .banner__content-item.banner__content .banner__text {
        text-align: center;
    }
    section.banners .banner.V2 .banner__footer {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

@media (min-width: 1660px) {
    section.banners .banner {
        padding: 22px 30px 22px 30px;
    }

    section.banners .banner.STD {
        font-size: 24px;
    }
    section.banners .banner.STD .banner__title {
        font-size: 23px;
    }

    section.banners .banner.V2,
    section.banners .banner.V2 .banner__title {
        font-size: 40px;
    }
    section.banners .banner.V2 .banner__title .banner__text {
        text-align: right;
        max-width: 282px;
    }
}
/* End */


/* Start:/local/templates/main2/components/bitrix/news.list/publications/style.css?1783943424402*/
div.news-list {
    word-wrap: break-word;
}

div.news-list img.preview_picture {
    float: left;
    margin: 0 4px 6px 0;
}

.news-date-time {
    color: #486DAA;
}

.section-present {
    padding: 0 15px;
}

.section-present__slides .owl-stage-outer {
    border-radius: 30px;
}
@media (max-width: 759px) {
    .header__cont--header {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
/* End */


/* Start:/local/templates/main2/components/bitrix/news.list/video/style.css?17839434241165*/
.section-video-container {
    display: flex;
    flex-direction: column;
    gap: 45px;
}

/*region TITLE*/
.news__title {
    display: flex;
    justify-content: space-between;
    border-top: 3px solid #d5d8de69;
}

.news__title > div {
    padding-top: 20px;
}

.news__title--text {
    border-top: 3px solid #3c7cf3;
    margin-top: -3px;
    font-weight: 600;
}

.news__title--link {
    display: flex;
    white-space: nowrap;
    align-items: end;
    gap: 20px;
    color: #3C7CF3;
    cursor: pointer;
    text-decoration: none;
}

.news__title--link svg {
    width: 24px;
    height: 30px;
}

/*endregion*/
div.news-list {
    word-wrap: break-word;
}

div.news-list img.preview_picture {
    float: left;
    margin: 0 4px 6px 0;
}

.news-date-time {
    color: #486DAA;
}

@media (min-width: 1020px) and (max-width: 1190px) {
    .section-video-container {
        gap: 40px;
    }

    .news {
        gap: 40px;
    }

    .news__title > div {
        padding-top: 15px;
    }

    .news__title {
        font-size: 16px;
    }

    .news__title--link {
        gap: 15px;
    }
}

@media (max-width: 760px) {
	.news__title--link {
		gap: 20px;
	}
}
/* End */


/* Start:/local/templates/main2/components/bitrix/catalog.section.list/timeline/style.css?17839434248658*/
.section-timeline {
    padding: 45px 0;
    --transition: .3s;
}

.section-timeline * {
    font-family: "Lato" !important;
}

.section-timeline__head {
    justify-content: space-between;
    margin-bottom: 70px;
}

.section-timeline__head--title {
    font-weight: 600;
    font-size: 42px;
    line-height: 120%;
    color: #1E2024;
}

.section-timeline__head--all {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px 30px 17px;
    gap: 16px;
    max-width: 181px;
    height: 59px;
    background: #3C7CF3;
    border-radius: 999px;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    text-decoration: none;
    color: #FFFFFF;
    margin-left: auto;
}

.section-timeline__head--all:hover {
    background-color: #7FA9F7;
}

.section-timeline__inner {
    position: relative;
    padding-left: 22px;
}

.section-timeline__inner::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 110%;
    background-color: #D5D8DE;
    content: "";
}

.section-timeline__active-year {
    font-weight: 500;
    font-size: 80px;
    line-height: 120%;
    color: #1E2024;
}

.section-timeline__detail {
    position: relative;
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #1E2024;
    margin: 36px 0 33px;
    text-decoration: none;
}

.section-timeline__detail p {
    display: none;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    align-items: center;
    white-space: nowrap;
    gap: 10px;
    color: #3C7CF3;
    background-color: #FFFFFF;
    transform: var(--transition);
}

.section-timeline__tabs {
    display: flex;
    flex-direction: column;
    gap: 38px;
}

.section-timeline__tabs li {
    position: relative;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #1E2024;
    cursor: pointer;
    transform: var(--transition);
}

.section-timeline__tabs li.active {
    position: relative;
    font-size: 30px;
    line-height: 140%;
}

.section-timeline__detail::before,
.section-timeline__tabs li::before {
    display: none;
    position: absolute;
    left: -23px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 68px;
    background-color: #3C7CF3;
    content: "";
}

.section-timeline__detail:hover::before,
.section-timeline__tabs li:hover::before,
.section-timeline__tabs li.active::before {
    display: block;
}

.section-timeline__detail:hover p {
    display: flex;
}

.section-timeline__content--inner {
    position: relative;
}

.section-timeline__content {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    flex-direction: column;
}

.section-timeline__content.active {
    display: flex !important;
}

.section-timeline__content figure {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 300px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 40px;
}

.section-timeline__content--all {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 12px 30px 13px;
    gap: 16px;
    height: 49px;
    background: #3C7CF3;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 999px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    width: calc(100% - 30px);
}

.section-timeline__content figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
    overflow: hidden;
}

.section-timeline__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #1E2024;
    height: 135px;
    overflow: hidden;
}
.section-timeline__content ul > li{
    display: flex;
    text-align: start;
}
.section-timeline__content ul > li::before{
    min-width: 24px;
    height: 24px;
    content: "";
    margin-top: 3px;
    display: inline-block;
    background-image: url("/local/templates/main2/components/bitrix/catalog.section.list/timeline/images/bullet.svg");
    background-size: cover;
    background-position: center center;
}
@media (max-width: 1199px) {
    .section-timeline {
        padding: 40px 0;
    }

    .section-timeline__head--title {
        font-size: 36px;
    }

    .section-timeline__head--all {
        width: 172px;
        height: 49px;
        font-size: 16px;
    }

    .section-timeline__active-year {
        font-weight: 400;
        font-size: 72px;
        line-height: 120%;
    }

    .section-timeline__detail {
        margin: 25px 0 33px;
        font-size: 18px;
    }

    .section-timeline__tabs li {
        font-size: 18px;
    }

    .section-timeline__tabs li.active {
        font-size: 28px
    }

    .section-timeline__content figure {
        height: 250px;
        margin-bottom: 30px;
    }

    .section-timeline__text {
        font-size: 16px;
        height: 144px;
    }
}

@media (max-width: 1019px) {
}

@media (max-width: 760px) {
    .section-timeline {
        padding: 35px 0;
    }

    .section-timeline__head {
        margin-bottom: 50px;
    }

    .section-timeline__head--title {
        font-size: 30px;
    }

    .section-timeline__head--all {
        display: none;
    }

    .section-timeline__inner {
        position: relative;
        display: flex;
        align-items: center;
        padding-top: 14px;
        padding-left: 0;
        margin-bottom: 35px;
    }

    .section-timeline__inner::before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 1px;
        background-color: #D5D8DE;
        content: "";
    }

    .section-timeline__detail:hover p {
        display: none;
    }

    .section-timeline__detail:hover::before {
        display: none;
    }

    .section-timeline__active-year {
        font-weight: 500;
        font-size: 50px;
    }

    .section-timeline__detail {
        margin: 0 29px 0 57px;
        font-size: 18px;
    }

    .section-timeline__tabs {
        display: flex;
        align-items: center;
        flex-direction: row;
        gap: 18px;
    }

    .section-timeline__tabs li {
        font-size: 18px;
    }

    .section-timeline__tabs li.active {
        font-size: 28px
    }

    .section-timeline__tabs li::before {
        display: none;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 110%;
        height: 3px;
        background-color: #3C7CF3;
        content: "";
    }

    .section-timeline__tabs li:hover::before {
        display: block;
        top: -33px;
    }

    .section-timeline__tabs li.active::before {
        top: -26px;
        display: block;
    }

    .section-timeline__content {
        position: relative;
        flex-direction: column-reverse;
    }

    .section-timeline__content figure {
        height: 250px;
    }

    .section-timeline__content--all {
        display: flex;
    }

    .section-timeline__text {
        font-size: 15px;
        height: 168px;
    }
}

@media (max-width: 589px) {
    .section-timeline__head {
        margin-bottom: 45px;
    }

    .section-timeline__head--title {
        font-size: 30px;
    }

    .section-timeline__head--all {
        display: none;
    }

    .section-timeline__inner {
        position: relative;
        display: flex;
        align-items: center;
        padding-top: 28px;
        padding-left: 0;
        margin-bottom: 30px;
    }

    .section-timeline__inner::before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 1px;
        background-color: #D5D8DE;
        content: "";
    }

    .section-timeline__active-year {
        display: none;
    }

    .section-timeline__detail {
        display: none;
    }

    .section-timeline__tabs {
        gap: 20px;
    }

    .section-timeline__tabs li {
        font-size: 16px;
    }

    .section-timeline__tabs li.active {
        font-size: 24px
    }

    .section-timeline__tabs li.active::before {
        position: absolute;
        left: 50%;
        top: -28px;
        transform: translateX(-50%);
        width: 100%;
        height: 3px;
        background-color: #3C7CF3;
        content: "";
    }

    .section-timeline__content {
        flex-direction: column-reverse;
        gap: 15px;
    }

    .section-timeline__content figure {
        height: 250px;
    }

    .section-timeline__content--all {
        display: flex;
    }

    .section-timeline__text {
        font-size: 15px;
        height: fit-content;
    }
}
/* End */


/* Start:/local/templates/main2/components/bitrix/news.list/quote/style.css?17839434248050*/
.section-projects {
    padding: 45px 0;
}

.section-projects * {
    font-family: "Lato" !important;
}

.section__head {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 44px;
    margin-bottom: 45px;
    border-top: 1px solid #D5D8DE;
}

.section__head--title {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #1E2024;
    border-top: 3px solid #3C7CF3;
    padding-top: 20px;
}

.section__head--control {
    display: flex;
    padding-top: 20px;
}

.section__head--control button {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.section__head--control button:first-child {
    transform: rotate(180deg);
}

.section-projects__slider {
    border-radius: 15px;
    overflow: hidden;
}

.section-projects__slide {
    height: 450px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section-quotes.section-projects .section-projects__slide-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    top: 10px;
}

.section-quotes.section-projects .section-projects__slide-content.active .section-projects__text-wrap:first-child {
    font-weight: 600;
    font-size: 42px;
    line-height: 120%;
    margin-bottom: 10px;
}

.section-quotes .section-projects__text-wrap:first-child .section-projects__title {
    font-weight: 600;
    font-size: 38px;
    line-height: 120%;
    gap: 0;
}

.section-quotes .section-projects__text.section-quotes__regalia {
    font-family: "Lato";
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}

.section-quotes .section-projects__text {
    font-size: 16px;
}

.section-quotes.section-projects .section-quotes__link {
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--color-blue);
    font-size: 18px;
}

.section-projects__slide-content.active .section-projects__title span:first-child {
    color: #3C7CF3;
}

.section-projects__slide-content.active .section-projects__title span:last-child {
    color: #1E2024;
}

.section-quotes.section-projects .section-projects__slide-content.active .section-projects__text-wrap:nth-child(2) {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #494D57;
    margin-bottom: 20px;
}

.section-projects__slide-content.active .section-projects__text-wrap:last-child {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #494D57;
    margin-bottom: 0;
}

.section-projects__slide-content .section-projects__link {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    height: 27px;
    color: #3C7CF3;
    text-transform: none;
    text-decoration: none;
}

.section-projects__slide-content .section-projects__link:hover {
    text-decoration: none;
}

.section-projects__slide-content .section-projects__link::after {
    display: none;
}

.section-projects__slider .section-projects__nav {
    z-index: 5;
    position: absolute;
    top: auto;
    bottom: 15px;
    left: 15px;
    display: none;
}

.section-projects__slider .section-projects__dots-container {
    display: none;
    align-items: center;
    gap: 20px;
    margin-bottom: 0;
    margin-left: 20px;
    height: 40px;
}

.section-quotes.section-projects .section-projects__text-wrap {
    margin-bottom: 20px;
}

.section-quotes.section-projects .section-projects__nav,
.section-quotes.section-projects .section-quotes__nav {
    display: none;
}

.section-quotes .section-projects__quote-content {
    padding: 0;
}

.section-quotes .section-quotes__title,
.section-quotes .section-quotes__title.active,
.section-quotes.section-projects .section-projects__text-wrap > .section-quotes__title span:last-child {
    color: var(--color-blue);
}

.section-projects__slide.section-quotes__slide {
    height: 360px;
    border-radius: 50%;
}
.section-quotes__slide-content{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    border-radius: 50%;
}
.section-quotes__text-main{
    max-height: 110px;
    height: 100%;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
@media (max-width: 1199px) {
    .section-projects {
        padding: 40px 0;
    }

    .section__head--title {
        font-size: 16px;
    }

    .section-projects__text-wrap:first-child .section-projects__title {
        font-size: 36px;
    }

    .section-projects__slide-content.active .section-projects__text-wrap:nth-child(2) {
        font-size: 16px;
    }

    .section-projects__slides .section-projects__slide.section-quotes__slide {
        height: 300px;
    }

    .section-quotes .section-projects__text-wrap:first-child .section-projects__title {
        font-size: 32px;
    }

    .section-projects__text.section-quotes__regalia {
        font-size: 18px;
    }

    .section-quotes.section-projects .section-quotes__link {
        font-size: 16px;
    }
}

@media (max-width: 1100px) {
    .section-quotes.section-projects .section__head {
        margin-bottom: 40px;
    }

    .section-quotes .section-projects__slide-content.active .section-projects__text-wrap:first-child {
        margin-bottom: 10px;
    }

    .section-quotes.section-projects .section-projects__slide-content.active .section-projects__text-wrap:nth-child(2) {
        margin-bottom: 20px;
    }
}

@media (max-width: 1019px) {
    .section-projects__slides {
        padding: 0;
    }

    .section-projects__slide-content {
        padding: 0;
    }

    .section-projects__text-wrap:first-child .section-projects__title {
        font-size: 30px;
    }

    .section-projects__slide-content.active .section-projects__text-wrap:first-child {
        margin-bottom: 25px;
    }

    .section-quotes .section-projects__slides .section-projects__slide.section-quotes__slide {
        height: 275px;
    }
}

@media (max-width: 760px) {
    .section-projects {
        padding: 35px 0;
    }

    .section__head {
        margin-bottom: 35px;
    }

    .section-projects__slider-content {
        height: 256px;
    }

    .section-quotes.section-projects .section-projects__slide-content.active .section-projects__text-wrap:nth-child(2) .section-projects__text {
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
    }

    .section-quotes.section-projects .section-projects__slides .section-projects__slide {
        height: 275px;
    }

    .section-quotes.section-projects .quote-content-row {
        flex-direction: column-reverse;
        gap: 15px;
    }

    .section-quotes .section-projects__text-wrap:first-child .section-projects__title {
        font-size: 26px;
    }

    .section-quotes .section-projects__text {
        font-size: 15px;
    }
}

@media (max-width: 759px) {
    .section-quotes.section-projects .section-projects__slides .section-projects__slide {
        height: 203px;
    }

    .section-quotes.section-projects .quote-content-row {
        gap: 25px;
    }
}

@media (max-width: 589px) {
    .section-projects.section-quotes .section-projects__slider-content {
        height: 320px;
    }

    .section-quotes.section-projects .section-projects__slides .section-projects__slide {
        height: 180px;
        max-width: 180px;
    }

    .quote-content-row {
        overflow: hidden;
    }

    .quote-images-row {
        width: 100%;
    }

    .section-quotes.section-projects .quote-content-row {
        gap: 0;
    }

    .section-projects__text-wrap:first-child .section-projects__title {
        margin-top: 13px;
        font-size: 30px;
    }

    .section-projects__slide-content.active .section-projects__text-wrap:nth-child(2) {
        margin-bottom: 35px;
    }

    .section-projects__slider .section-projects__dots-container {
        gap: 15px;
    }
}
/* End */


/* Start:/local/templates/main2/components/bitrix/catalog.section.list/mediapassports/style.css?17839434246480*/
.section-media-passports {
    padding: 45px 0;
    --transition: .3s;
}

.section-media-passports__toc {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px;
    height: 550px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #3C7CF3;
    border-radius: 15px;
    overflow: hidden;
}

.section-media-passports__toc.d-flex {
    display: flex;
}

.section-media-passports__toc--number {
    font-weight: 500;
    font-size: 80px;
    line-height: 110%;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.section-media-passports__toc--text {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
}

.section-media-passports__toc--url {
    display: flex;
    align-items: center;
    gap: 16px;
    height: 59px;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    margin-top: auto;
    text-decoration: none;
}

.section-media-passports__slider {
    position: relative;
    height: 550px;
    border-radius: 15px;
    overflow: hidden;
}

.section-media-passports__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px;
    height: 550px;
    border-radius: 15px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.section-media-passports__item--title {
    font-weight: 600;
    font-size: 42px;
    line-height: 120%;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.section-media-passports__item--count-objects {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
}

.section-media-passports__item--url {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px 30px 17px;
    gap: 16px;
    width: 224px;
    height: 59px;
    background: #3C7CF3;
    border-radius: 999px;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    margin-top: auto;
    margin-left: auto;
    text-decoration: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.section-media-passports__item--url:hover {
    background-color: #7FA9F7;
}

.section-media-passports__slider--inner {
    z-index: 1;
    position: absolute;
    bottom: 40px;
    left: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.section-media-passports__circle {
    width: 40px;
    height: 40px;
    border: 1px solid #FFFFFF;
    border-radius: 999px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.section-media-passports__circle.play {
    background-image: url("https://xn--80aacozicjl1agbl4lraw.xn--p1ai/local/templates/main2/images/pause.svg");
}

.section-media-passports__circle.pause {
    background-image: url("https://xn--80aacozicjl1agbl4lraw.xn--p1ai/local/templates/main2/images/play.svg");
}

.section-media-passports__dots {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.section-media-passports__dots .owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    cursor: pointer;
    min-width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-media-passports__dots .owl-dot.active {
    border: 1px solid white;
    border-radius: 30px;
    padding: 5px;
}

.section-media-passports__dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
    border: 1px solid white;
}

.section-media-passports__dots .owl-dot.active span,
.section-media-passports__dots .owl-dot:hover span {
    background: #3C7CF3;
    border: none;
}

@media (max-width: 1199px) {
    .section-media-passports {
        padding: 40px 0;
    }

    .section-media-passports__toc {
        height: 500px;
    }

    .section-media-passports__toc--number {
        font-size: 72px;
    }

    .section-media-passports__toc--text {
        font-size: 18px;
    }

    .section-media-passports__toc--url {
        height: 49px;
        font-size: 16px;
    }

    .section-media-passports__slider {
        height: 500px;
    }

    .section-media-passports__item {
        height: 500px;
    }

    .section-media-passports__item--title {
        font-size: 36px;
    }

    .section-media-passports__item--count-objects {
        font-size: 18px;
    }

    .section-media-passports__item--url {
        width: 210px;
        height: 49px;
        font-size: 16px;
    }
}

@media (max-width: 1019px) {
    .section-media-passports {
        padding: 40px 0;
    }

    .section-media-passports__toc {
        height: 340px;
        margin-bottom: 30px;
    }
}

@media (max-width: 760px) {
    .section-media-passports {
        padding: 35px 0;
    }

    .section-media-passports__toc {
        height: 306px;
        padding: 30px 15px;
        margin-bottom: 30px;
    }

    .section-media-passports__toc--url {
        height: 24px;
    }

    .section-media-passports__toc--text {
        font-size: 16px;
    }

    .section-media-passports__slider {
        height: 550px;
    }

    .section-media-passports__slider--inner {
        top: 30px;
        left: 15px;
        height: 40px;
    }

    .section-media-passports__item {
        padding: 30px 15px 15px;
        height: 550px;
    }

    .section-media-passports__item--title {
        margin-top: auto;
        font-size: 30px;
    }

    .section-media-passports__item--count-objects {
        font-size: 16px;
    }

    .section-media-passports__item--url {
        display: flex;
        justify-content: space-between;
        width: 100%;
        height: 49px;
        font-size: 16px;
        margin-top: 40px;
    }
}

@media (max-width: 589px) {
    .section-media-passports__toc {
        height: 330px;
    }

    .section-media-passports__dots .owl-dot:nth-child(n+6) {
        display: none;
    }
}
/* End */


/* Start:/local/templates/main2/components/bitrix/news.list/projects-slider/style.css?17839434244969*/
.section-projects {
    padding: 45px 0;
}

.section-projects * {
    font-family: "Lato" !important;
}

.section__head {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 44px;
    margin-bottom: 45px;
    border-top: 1px solid #D5D8DE;
}

.section__head--title {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #1E2024;
    border-top: 3px solid #3C7CF3;
    padding-top: 20px;
}

.section__head--control {
    display: flex;
    padding-top: 20px;
    align-items: center;
}

.section__head--control button {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.section__head--control button:first-child {
    transform: rotate(180deg);
}
.section__head--control button:last-child {
    margin-top: -2px;
}
.section-projects__slider {
    border-radius: 15px;
    overflow: hidden;
}

.section-projects__slide {
    height: 450px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section-projects__slide-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 15px 0 30px;
}

.section-projects__slide-content.active .section-projects__text-wrap:first-child {
    font-weight: 600;
    font-size: 42px;
    line-height: 120%;
    margin-bottom: 30px;
}

.section-projects__text-wrap:first-child .section-projects__title {
    font-weight: 600;
    font-size: 42px;
    line-height: 120%;
    gap: 0;
}

.section-projects__slide-content.active .section-projects__title span:first-child {
    color: #3C7CF3;
}

.section-projects__slide-content.active .section-projects__title span:last-child {
    color: #1E2024;
}

.section-projects__slide-content.active .section-projects__text-wrap:nth-child(2) {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #494D57;
    margin-bottom: 40px;

}

.section-projects__slide-content.active .section-projects__text-wrap:last-child {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #494D57;
}

.section-projects__slide-content .section-projects__link {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    height: 27px;
    color: #3C7CF3;
    text-transform: none;
    text-decoration: none;
}

.section-projects__slide-content .section-projects__link:hover {
    text-decoration: none;
}

.section-projects__slide-content .section-projects__link::after {
    display: none;
}

.section-projects__slider .section-projects__nav {
    z-index: 5;
    position: absolute;
    top: auto;
    bottom: 15px;
    left: 15px;
    display: flex;
}

.section-projects__slider .section-projects__dots-container {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 0;
    margin-left: 20px;
    height: 40px;
}


@media (max-width: 1199px) {
    .section-projects {
        padding: 40px 0;
    }

    .section__head--title {
        font-size: 16px;
    }

    .section-projects__text-wrap:first-child .section-projects__title {
        font-size: 36px;
    }

    .section-projects__slide-content.active .section-projects__text-wrap:nth-child(2) {
        font-size: 16px;
    }

    .section-projects__slides .section-projects__slide {
        height: 450px;
    }
}

@media (max-width: 1019px) {
    .section-projects__slides {
        padding: 0;
    }

    .section-projects__slide-content {
        padding: 0;
    }

    .section-projects__text-wrap:first-child .section-projects__title {
        font-size: 30px;
    }

    .section-projects__slide-content.active .section-projects__text-wrap:first-child {
        margin-bottom: 25px;
    }
}
@media (max-width: 768px){
    .section-projects__text-wrap:first-child .section-projects__title{
        font-size: 36px;
    }

}
@media (max-width: 760px) {
    .section-projects {
        padding: 35px 0;
    }

    .section__head {
        margin-bottom: 35px;
    }

    .section-projects__slider-content {
        height: 256px;
    }

    .section-projects__slide-content.active .section-projects__text-wrap:nth-child(2) .section-projects__text {
        font-weight: 400;
        font-size: 15px;
        line-height: 150%;
    }
    .section-projects__slides .section-projects__slide {
        height: 256px;
    }
}

@media (max-width: 589px) {
    .section-projects__slider-content {
        height: 325px;
    }

    .section-projects__slider-content {
        height: 260px;
    }

    .section-projects__text-wrap:first-child .section-projects__title {
        margin-top: 13px;
        font-size: 30px;
    }

    .section-projects__slide-content.active .section-projects__text-wrap:nth-child(2) {
        margin-bottom: 35px;
    }

    .section-projects__slider .section-projects__dots-container {
        gap: 15px;
    }
}
/* End */
/* /local/templates/main2/components/bitrix/news.list/banners/style.css?17839434244704 */
/* /local/templates/main2/components/bitrix/news.list/publications/style.css?1783943424402 */
/* /local/templates/main2/components/bitrix/news.list/video/style.css?17839434241165 */
/* /local/templates/main2/components/bitrix/catalog.section.list/timeline/style.css?17839434248658 */
/* /local/templates/main2/components/bitrix/news.list/quote/style.css?17839434248050 */
/* /local/templates/main2/components/bitrix/catalog.section.list/mediapassports/style.css?17839434246480 */
/* /local/templates/main2/components/bitrix/news.list/projects-slider/style.css?17839434244969 */
