:root {
    --bg1: #fff;
    --bg2: #fff;
    --text2: #000;
    --text1: #EF8119;
    --text3: #01ABB8;
    --cards-bg: #F5F5F5;
}

section {
    overflow: hidden;
}

@font-face {
    font-family: "Font Awesome 6 Pro";
    src: url("/bitrix/templates/landing24/assets/vendor/icon/far/font.woff") format('woff');
}

.far,
.fa {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
}

.far,
.fa {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.fas,
.fa.fas,
.far,
.fa,
.fas,
.far,
.fal,
.fat,
.fab {
    font-family: 'Font Awesome 6 Pro' !important;
}

.fa-brain-circuit:before {
    content: "\e0c6";
}

.fa-atom:before {
    content: "\f5d2";
}

.fa-binary:before {
    content: "\e33b";
}
.fa-book-open-reader:before {
    content: "\f5da";
}
p {
    padding: 0;
    margin: 0;
    padding-bottom: 20px;
}

.landing-banner {
    text-align: center;
    position: relative;
    /* height: 500px;
    background-image: url("/rs24/banner6.jpg"); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.landing-banner *,
.landing-banner *:hover {
    text-decoration: none;
}

.landing-banner p {
    color: var(--text2);
    font-size: 22px;
    z-index: 10;
    text-align: left;
}

.landing-banner .topleft {

    font-style: italic;
}


.landing-banner h1 {
    margin: 0;
    padding: 0;
}

.banner-date {
    position: absolute;
    top: 10px;
    right: 10px;
}

.landing-banner .bottomleft,
.landing-banner h1 {
    /* width: 100%; */
    /* max-width: 60%; */
    font-size: 42px;
    font-weight: 600;
    text-align: left;
    color: var(--text2);
    padding-bottom: 0;
    /* background: linear-gradient(90deg, rgba(0,0,0,1) 15%, rgba(0,212,255,0) 100%); */

}

.register-block p {
    color: var(--text2);
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0em;
}

.program-block {
    background-color: var(--bg1);
    color: var(--text2);
    padding: 50px 0;
}

.program-block p {
    font-family: Segoe UI;
    font-size: 22px;
    font-weight: 300;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left;
}
span.colored {
    color: var(--text3);
    font-weight: 500;
}

.program-block_text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.program-button-wrap {
    display: flex;
    justify-content: end;
    padding: 1em 3em;
}

.flow-menu-block {
    background: #fff;
    padding-bottom: 0;
    position: sticky;
    top: 0;
    z-index: 999;
    border-bottom: 2px solid #D9D9D9;
}

.tab-text ul {
    text-align: left;
}

.flow-menu {
    list-style: none;
    padding: 0 15px;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    min-height: 60px;
}

.flow-menu li,
.flow-menu .nav-item {
    color: #000;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 300;
    line-height: 22.61px;
    text-align: left;
    padding: 0 15px;
}


.nav-item a {
    text-decoration: none;
    color: #000;
}

.nav-item a:hover {
    color: var(--deep-orange);
}

footer .logo-img {
    max-width: 100%;
}


.register-block {
    background-color: var(--bg1);
    padding: 2em 0;
}


.register-block_text {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.register-block_text a {
    font-size: 29px;
    font-weight: 600;
    line-height: 34.8px;
    text-transform: uppercase;
    color: var(--text2);
}

.orange-button {
    background-color: var(--deep-orange);
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    transition: background-color 0.2s ease;
}

.orange-button:hover {
    background-color: var(--corp-orange);
}

.landing-page .orange-button a {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.orange-button a:hover,
.orange-button a:active,
.orange-button a:focus {
    color: #fff;
}

.landing-page .orange-button {
    min-width: 200px;
    max-width: 100%;
}

.tabs-block {
    background-color: var(--bg2);
    padding: 1em 0;
    color: var(--text2);
}

.js-tab {
    display: none;
}

.js-tab.js-tab-active {
    display: block;
}

.tab-text {
    font-size: 22px;
    font-weight: 300;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left;
}

.tabs-border {
    width: 100%;
    height: 0px;
    border-bottom: 4px solid white;
}

.tabs-head ul,
.timeline-menu ul {
    display: flex;
    flex-direction: row;
    gap: 1em;
    list-style: none;
    justify-content: space-evenly;
    align-items: flex-end;
    padding: 0;
    margin: 0;
    min-height: 70px;
    padding-bottom: 10px;
    user-select: none;
}

.map-container {
    overflow: hidden;
    border-radius: 5px;
    max-width: 600px;
    margin: 0 auto;
}

.tabs-head li,
.timeline-menu li {
    font-size: 20px;
    font-weight: 400;
    line-height: 57px;
    letter-spacing: 0em;
    cursor: pointer;
    text-align: center;
    color: #00000080;
    text-transform: uppercase;
    transition: all 0.3s ease-out;
    display: inline-block;
}

.tabs-head li {
    flex: 1;
}

.tabs-head li.js-tabhead-active {
    font-size: 43px;
    font-weight: 400;
    line-height: 57px;
    letter-spacing: 0em;
    text-align: center;
    color: #FE551E;
    ;
}

.tabs-content {
    padding: 2em 0;
    /* min-height: 460px; */
}

.program-map {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease-out;
}

.program-map.js-collapsible-active {
    display: block;
    height: 500px;
}


.map-container {
    display: none;
}

.js-collapsible-active .map-container {
    display: block;
}



.desc-container.js-desc-active {
    display: block;
}

.program-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 1em;
}

section .orange-button {
    padding: 0;
}



/* banner text breakpoints */
.banner_leftblock {
    position: absolute;
    top: 0;
    left: 0;
    padding: 1em;
    /* max-width: 65%; */
    margin: 0 auto;
    height: 100%;
    /* background: linear-gradient(90deg, rgba(0, 0, 0, 1) 15%, rgba(0, 212, 255, 0) 100%); */
    right: 0;
}

.landing-banner p {
    font-size: 22px;
}

.landing-banner .bottomleft,
.landing-banner h1 {
    font-size: 42px;
}

.banner_subtext {
    font-size: 30px;
    font-weight: 300;
    line-height: 1.2;
    display: block;
    padding-top: 0.2em;
    color: var(--text2);
    /* text-transform: uppercase; */
}

.landing-banner a {
    display: block;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 100, 120, 0) 20%, rgba(0, 34, 41, 0) 80%, rgba(0, 0, 0, 1) 100%);
}


.animated {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.tabs-head li {
    flex: 1;
    /* margin-right: auto; */
    position: relative;
    right: 0;
    padding: 0 15px;
    transition: all 0.3s ease;
}

.tabs-head li.js-tabhead-active {
    font-size: 43px;
    font-weight: 400;
    line-height: 57px;
    letter-spacing: 0em;
    text-align: center;
    color: #FE551E;
    left: 0;
    padding-left: 0;
}

.nav-slider>div {
    align-self: flex-start;
    /* padding: 5px 40px; */
    background: white;
    /* display: flex; */
    width: 100%;
}

.nav-link.active_anchor {
    border-bottom: 5px solid #aaa;
}

.js-tabhead-animating {
    left: -9999px;
}




@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.topleft {
    visibility: visible;
    padding-bottom: 0;
}

.topleft img {
    max-width: 100%;
    max-height: 3em;
}




/* ====================================================================== */
/* relevant to ss24 */

section {
    padding-bottom: 50px;
}

h2.main-h2 {
    font-family: Segoe UI;
    font-weight: 300;
    line-height: 1.3;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
}

.regular-text {
    font-family: Segoe UI;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.3;
    text-align: left;
}

.description-block {
    background-color: var(--bg2);
    color: var(--text2);
    padding: 50px 0;
}


.description-block_text {
    display: flex;
    flex-direction: column;
    align-items: left;
}

.description-block h2 {
    width: 100%;
    text-align: left;
    color: var(--text1);
}

.req-block h2 {
    width: 100%;
    text-align: left;
    color: var(--text1);
}

.description-block .description-block .db-icon-text p::before {
    content: " ";
    position: relative;
    display: block;
}



.db-icon-text {
    /* display: flex;
    align-items: center;
    gap: 40px; */
}

.db-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rounded-icon {
    margin-bottom: 20px;
    border: 1px solid var(--text1);
    border-radius: 50%;
    aspect-ratio: 1/1;
    color: var(--text1);
    width: 50px;
    display: flex;
    align-items: center;
    font-size: 1.5em;
    justify-content: center;
}

.description-block .db-icon-text p {
    font-family: Segoe UI;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.3;
    text-align: left;
    padding-left: 0;
    display: block;
}
.description-block .db-icon-text p span{
    padding-left: 0;
    display: block;
}
.description-block .db-icon-text p span.bigger-text {
    font-size: 1.1em;
}
.timetable-block h2 {
    width: 100%;
    text-align: left;
    color: var(--text3);
}

span.time {
    font-size: 0.7em;
    vertical-align: top;
}

.timetable-content {
    display: none;
}
.timetable-content ul {
    list-style-type: square;
}

.timetable-content.js-ttc-active {
    display: block;
}
.footer {
    background: linear-gradient(85.82deg, #B3D66C -21.21%, #FFDAC5 97.68%);
}
.footer *, .footer .landing-block-card-list2-item a, .footer .landing-block-card-list1-item a {
    color: #000!important;
}
.border-white-lg {
    border-color: #000;
}
.timetable-navblock {
    text-align: center;
    width: 100%;
    padding: 25px 0;
    cursor: pointer;
    opacity: 0.6;
    transition: 0.3s all ease-out;
    font-weight: 400;
}

.timetable-navblock.js-ttn-active {
    opacity: 1;
}

.timetable-wrap {
    background-color: var(--cards-bg);
    /* min-height: 500px; */
    height: 100%;
    padding: 1em;
    border-radius: 10px 10px 10px 10px;
    /* -webkit-box-shadow: 5px 5px 5px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 5px 5px 5px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 5px 5px 5px 0px rgba(34, 60, 80, 0.2),
    5px -5px 5px 0px rgba(34, 60, 80, 0.2); */
    position: relative;
    z-index: 2;
}

.timetable-nav {
    position: relative;
    /* overflow: hidden; */
    z-index: 0;
    --i: 0;
    display: grid;
    --tt-itemnum: 7;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(7, 1fr);
    height: 100%;
}

.timetable-nav::before {
    content: " ";
    position: absolute;
    z-index: -1;
    height: calc(100% / var(--tt-itemnum));
    left: 1px;
    top: calc(var(--i) * (100% / var(--tt-itemnum)));
    width: 120%;
    background-color: var(--cards-bg);
    /* transition: .3s ease-in-out; */
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    transition: all 0.3s ease;
    /* box-shadow: 3px 5px 5px 0px rgba(34, 60, 80, 0.2), 
    3px -5px 5px 0px rgba(34, 60, 80, 0.2); */
}

.timetable-nav.animating-down::before {
    /* animation: animTimetable;
    animation-fill-mode: forwards;
    animation-duration: 1s; */
    /* height: calc((var(--i-anim) - var(--i) + 1) * (100% / var(--tt-itemnum))); */
}

.timetable-nav.animating-up::before {
    top: calc(var(--i-anim) * (100% / var(--tt-itemnum)));
    /* height: calc((var(--i) - var(--i-anim) + 1) * (100% / var(--tt-itemnum))); */
}

/* @keyframes animTimetable {
    0% {
        height: calc(100% / var(--tt-itemnum));
        font-size: large;
    }

    50% {
        height: calc((var(--i-anim) + 1) * (100% / var(--tt-itemnum)));
    }

    100% {
        height: calc(100% / var(--tt-itemnum));
    }
} */
.req-block {
    margin-bottom: 60px;
}

.swiper {
    width: 100%;
    height: 250px;
    overflow: visible;
    user-select: none;
    margin-bottom: 60px;
    --swiper-navigation-sides-offset: -40px;
}



.req-item {
    width: 100%;
    height: 100%;
    background-color: var(--cards-bg);
    padding: 1em;
    border-radius: 10px;
}

.swiper .swiper-slide:not(.swiper-slide-active, .swiper-slide-next) {
    filter: blur(5px);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #fff;
    text-shadow: 0px 0px 10px #00000055;
}

@media (max-width: 768px) {
    .swiper {
        width: 100%;
        height: 200px;
        overflow: visible;
        user-select: none;
        margin-bottom: 60px;
        --swiper-navigation-sides-offset: 10px;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        color: #fff;
        text-shadow: none;
    }
}

.additional-block h2 {
    color: var(--text3);
}

.req-text {
    margin-bottom: 35px;
    text-indent: 1em;
}

.additional-ul {
    list-style: none;
    padding-right: 15px;
}

.additional-ul li::before {
    content: "\f5d2";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    color: var(--text1);
    padding-right: 15px;
}

.additional-ul a {
    color: #0d6efd;
    text-decoration: none;
    /* color: var(--text3); */
    transition: all 0.3s ease-out;
}

.additional-ul a {
    background:
        linear-gradient(to right,
        var(--text3),
        var(--text3)),
        linear-gradient(to right,
            #f479e1,
            #f89a9b,
            #c78ae4);
    background-size: 100% 3px, 0 3px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 400ms;
}

.additional-ul a:hover {
    background-size: 0 3px, 100% 3px;
}


/* ====================================================================== */

.memo-block .bordered-block {
    padding-top: 4em;
    padding-bottom: 4em;
}
.bordered-block {
    background: #D9D9D980;
    border-radius: 35px;
    padding: 20px;
}

.bordered-block.memo-card {
    background: linear-gradient(259.08deg, #F3943B -5.32%, #E85222 116.44%);
    padding: 1em;
    color: #fff;

}

.bordered-block.memo-wrap {
    padding: 40px;
    margin-bottom: 2em;
}

.bordered-block.memo-card p {
    font-size: 16px;
}

.bordered-block.memo-wrap h2 {
    margin-bottom: 1em;
}

.memo-wrap h2 {
    /* text-align: center; */
}

.designer-sucks .bordered-block.memo-card {
    padding: 1em 2em;
    margin: 0 auto;
}
.formdescription {
    display: none;
}



.timetable-navblock,
.timetable-navblock-alike {
    text-align: center;
    width: 100%;
    padding: 25px 0;
    cursor: pointer;
    opacity: 0.6;
    transition: 0.3s all ease-out;
    font-weight: 400;
}

.timetable-navblock.js-ttn-active {
    opacity: 1;
}

.timetable-wrap {
    background-color: var(--cards-bg);
    /* min-height: 500px; */
    height: 100%;
    padding: 1em;
    border-radius: 10px 10px 10px 10px;
    /* -webkit-box-shadow: 5px 5px 5px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 5px 5px 5px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 5px 5px 5px 0px rgba(34, 60, 80, 0.2),
    5px -5px 5px 0px rgba(34, 60, 80, 0.2); */
    position: relative;
    z-index: 2;
    color: #333;
}

.timetable-nav {
    position: relative;
    /* overflow: hidden; */
    z-index: 0;
    --i: 0;
    display: grid;
    --tt-itemnum: 7;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(7, 1fr);
    height: 100%;

}

.timetable-navblock.js-ttn-active {
    color: #333;
}

.timetable-nav::before {
    content: " ";
    position: absolute;
    z-index: -1;
    width: calc(100% / var(--tt-itemnum));
    top: 1px;
    left: calc(var(--i) * (100% / var(--tt-itemnum)));
    height: 120%;
    background-color: var(--cards-bg);
    /* transition: .3s ease-in-out; */
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    transition: all 0.3s ease;
    /* box-shadow: 3px 5px 5px 0px rgba(34, 60, 80, 0.2), 
    3px -5px 5px 0px rgba(34, 60, 80, 0.2); */
}

.timetable-nav.animating-down::before {
    /* animation: animTimetable;
    animation-fill-mode: forwards;
    animation-duration: 1s; */
    width: calc((var(--i-anim) - var(--i) + 1) * (100% / var(--tt-itemnum)));
}

.timetable-nav.animating-up::before {
    left: calc(var(--i-anim) * (100% / var(--tt-itemnum)));
    width: calc((var(--i) - var(--i-anim) + 1) * (100% / var(--tt-itemnum)));
}

/* @keyframes animTimetable {
    0% {
        height: calc(100% / var(--tt-itemnum));
        font-size: large;
    }

    50% {
        height: calc((var(--i-anim) + 1) * (100% / var(--tt-itemnum)));
    }

    100% {
        height: calc(100% / var(--tt-itemnum));
    }
} */