/* force scrollbar */
html {
    overflow-y: scroll;
}

.carousel_wrapper {
    background-color: #001a52;
}

.flickity-slider {
    display: flex;
    align-items: top;
}

#main_carousel {
    height: 525px;
    position: relative;
    max-width: 1980px;
    margin: 0 auto;
    /* opacity: 0; */
}


.carousel_wrapper .carousel-cell {
    width: 100%;
    height: 100%;
    /* full width */
    /* height: 333px; */
    /* center images in cells with flexbox */
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0px;
}

.carousel_wrapper .carousel-cell:first-of-type {
    left: 0;
    position: absolute;
    transform: translateX(0%);
}

#main_carousel>.carousel-cell:not(:first-child) {
    display: none;
}

.carousel_wrapper li {
    padding: 0;
}

.carousel_wrapper .carousel-cell a {
    display: contents;
    width: 100%;
}

/* banners for inner pages */
.news_banner {
    height: 525px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* cursor: pointer; */
}

@media (max-width: 990px) {
    #main_carousel {
        height: 525px;
    }

    .news_banner {
        height: 525px;
    }
}

.flow-menu .nav-item:last-child {
    margin-left: auto;
    background: var(--deep-orange);
    color: #fff;
    border-radius: 5px;
}

.flow-menu .nav-item:last-child .nav-link.active_anchor {
    border: none;
}

.flow-menu .nav-item:last-child a {
    color: #fff;
    font-weight: 600;
}

.teasers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin: 2em 0;
}

.teaser {
    padding: 10px;
    background: #00245b;
    color: #fff;
    font-size: 20px;
    text-transform: none;
    border-radius: 10px;
    text-align: center;
}

.teaser .orange-text {
    color: var(--deep-orange);
    /* font-size: 1.7em; */
    font-weight: 800;
    text-transform: uppercase;
}

@media (max-width: 1200px) {
    .teaser {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .teasers-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 551px) {
    .teasers-grid {
        grid-template-columns: 1fr;
    }
}

.program_row {
    margin-top: 25px;
    padding-bottom: 10px;
    row-gap: 30px;
    overflow: hidden;

}

.program_time {
    font-family: Segoe UI;
    font-weight: 300;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    position: relative;
    top: 4px;
    padding-right: 1em;
}

.program_dot:before {
    content: "";
    width: 22px;
    height: 22px;
    background: #01ABB8;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0px;
    right: 0;
    margin: auto;
}


.program_dot {
    position: relative;
}

.program_dot .dot {
    padding-bottom: 1.5rem;
    width: 5px;
    height: 350px;
    background-color: #01ABB8;
    position: absolute;
    left: 0;
    bottom: 0px;
    right: 0;
    margin: auto;
}

.program_desc {
    font-family: Segoe UI;
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0%;
}


/* .last-dot {
				height: 100%;
			}
			.last-dot:before {
				top: unset;
				bottom: 0;
			} */
.programt-wrapper ul,
.programt-wrapper li {
    list-style: none;
    padding: 0;
}


.programt-wrapper {
    /* padding: 2em; */
    border-radius: 15px;
}

.programt-sessions {
    margin-top: 2em;
    border-radius: 12px;
    position: relative;
}

.programt-wrapper li {
    padding-bottom: 1.5rem;
    border-left: 7px solid #01ABB8;
    position: relative;
    padding-left: 20px;
    margin-left: 10px;
}

.programt-wrapper li:last-child {
    border: 0px;
    padding-bottom: 0;
}

.programt-wrapper li:before {
    content: "";
    width: 22px;
    height: 22px;
    background: #01ABB8;
    border-radius: 50%;
    position: absolute;
    left: -14px;
    top: 0px;
}

.programt-wrapper li:last-child:before {
    content: none;
}

.programt-time {
    color: #2a2839;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-family: Segoe UI;
    font-size: 22px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
}


@media screen and (max-width: 600px) {
    .programt-wrapper .programt-time {
        margin-bottom: 0.3rem;
        font-size: 22px;
    }
}

/* .programt-wrapper p {
					color: #4f4f4f;
					font-family: sans-serif;
					line-height: 1.5;
					margin-top: 0.4rem;
				} */
.program-new-parent {
    display: grid;
    grid-template-columns: 1fr 40px 4fr;
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

@media screen and (max-width: 600px) {
    .programt-wrapper p {
        font-size: 0.9rem;
    }
}

.collapsible.orange-button {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    display: block;
    padding: 1rem 1rem;
    min-width: max-content;
    user-select: none;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .collapsible.orange-button {
        color: #fff;
        font-size: 24px;
        font-weight: 600;
        text-align: center;
        display: block;
        padding: 1rem 1rem;
        min-width: auto;
        user-select: none;
        margin: 0 auto;
    }
}

@media screen and (max-width: 551px) {
    .timetable-content td {
        display: block;
        font-size: 16px;
    }

    .timetable-navblock {
        font-size: 12px;
    }

}

/* new sections-block */
.blue-blocks-row {
    display: flex;
    row-gap: 20px;
    flex-wrap: wrap;
}

.blue-block {
    background: #00245b;
    color: #fff;
    padding: 1em;
    border-radius: 15px;
    height: 100%;
    font-size: 18px;
}

.blue-block-title {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 1em;
}
.speakerblock img {
    height: 50px;
    width: 50px;
    aspect-ratio: 1/1;
    object-fit: cover;
    border: 2px solid var(--deep-orange);
    border-radius: 15px;
}
.speakerblock {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    margin-top: 5px;
}
.speakerblock .speakername {
    font-weight: 600; font-style: normal; font-size: 1em; text-transform: none;
}
.blue-block ul,
.blue-block ul li {
text-align: left;
}
.blue-block ul {
    padding-left: 1.5rem;
}


.sus {
    content: "sus";
    /* when file is saved */
    /* bitrix cuts last lines of code fsr */
}