

/* Start:/local/templates/.default/components/bitrix/news/program/bitrix/news.list/.default/style.css?172674946215775*/
.program {
    font-family: ProximaNova, sans-serif;
    font-style: normal;
    width: 100%;
    /*padding: 0 44px;*/
}

.program .tab-pane {
    margin-bottom: 0 !important;
}

.program__header {
    padding-top: 182px;
    border-bottom: 1em solid var(--black);
    background-image: url("/static/img/background/002_background_programm.png");
    background-repeat: no-repeat;
    background-position-x: 50.6%;
    background-position-y: 0;
}

.program__header-container {
    width: 100%;
    max-width: 1288px;
    margin: auto;
    padding: 0 16px;
}

.program__title {
    font-family: ProximaNovaBlack, sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    color: var(--black);
    font-size: 3em;
    margin-bottom: 40px;
    letter-spacing: -.2px;
    line-height: 1;
}

.scroll-horizontal {
    width: 100%;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.scroll-horizontal::-webkit-scrollbar {
    display: none;
}

.scroll-horizontal__wrapper {
    padding: 0 16px;
    white-space: nowrap;
    display: flex;
    width: 100%;
    min-width: fit-content;
}

.program__tabs {
    font-weight: 700;
    font-size: 20px;
    list-style-type: none;
    line-height: 32px;
    text-transform: uppercase;
    color: var(--black);

    white-space: nowrap;
    display: flex;
    width: 100%;
    min-width: fit-content;
}

.program__tabs-tab {
    display: inline-block;
}

.program__tabs-tab a {
    text-decoration: none;
    padding: 11px 9px;
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 4px 4px 0px 0px;
}

.program__tabs-tab a.active {
    background: var(--yellow);
    border-color: var(--yellow);
}

.program__tabs-tab a:not(.active):hover {
    border-color: var(--gray);
}

.program__tabs-tab:not(:last-child) {
    margin-right: 9px;
}

.program__content {
    display: flex;
    flex-direction: column;
    padding: 64px 0;
}

.program__content-title-block {
    display: flex;
    justify-content: space-between;
}

.program__content-title {
    font-size: 32px;
    font-family: Proxima Nova, serif;
    font-weight: 700;
    line-height: 40px;
}

.program__content-member-chat {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: CirceRegular, serif;
    line-height: 20px;
    text-decoration: none;
    white-space: nowrap;
    /*margin-left: 20px;*/
}

.program__content-member-chat:before {
    content: url("/local/templates/2023/assets/images/chat.png");
    margin-right: 8px;
}

.program__day {
    margin-top: 32px;
}

.program__day-time {
    padding: 20px 0;
    overflow: hidden;
}

.program__day-sections {
    margin: 16px -20px -16px 0;
    display: flex;
    flex-wrap: wrap;
}

.program__day-time-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.program-section {
    padding: 26px;
    border: 6px solid var(--yellow);
    margin: 0 20px 16px 0;
    width: 100%;
    position: relative;
}

.program-section--party {
    padding: 56px 40px;
    border: none;
    background: var(--yellow);
}

.program__day {
    margin-top: 32px;
}

.program-section__background {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.program-section__background picture {
    display: inline;
}

.program-section__background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.program-section__title {
    height: unset !important;
    margin-bottom: 0 !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    text-decoration: none;
    text-transform: none;
}

.program-section__header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;

    font-size: 16px;
    font-family: CirceRegular, sans-serif;
    line-height: 24px;
    text-transform: uppercase;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.program-section__header:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0;
    border-bottom: 1px solid var(--gray);
    opacity: 0.2;
}

.program-section--party .program-section__header {
    padding: 0;
    margin-bottom: 20px;
}

.program-section--party .program-section__header:after {
    display: none;
}

.program-section__content {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    font-family: CirceRegular, sans-serif;
    font-size: 16px;
    line-height: 20px;
}

/*.program-section--party .program-section__content {*/
/*    display: block;*/
/*}*/

/*.program-section--party .program-section__content-info {*/
/*    width: 100%;*/
/*    max-width: 480px;*/
/*}*/

.program-section__moderators {
    display: flex;
    margin-top: 16px;
}

.program-section__moderators-title {
    flex: 0 0 auto;
    color: var(--gray);
    margin-right: 16px;
}

.program-section__moderators-container {
    flex: 1;
}

.program-section__moderator {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.program-section__moderator-image {
    flex: 0 0 auto;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    filter: grayscale(1);
    margin-right: 16px;
}

.program-section__moderator-image img {
    width: 100%;
    height: 100%;
}

.program-section__moderator-work {
    color: var(--gray);
}

.program-section__chat {
    position: relative;
}

.program-section__chat a {
    text-decoration: none;
    display: flex;
    align-items: center;
    width: fit-content;
}

.program-section__chat a:before{
    content: url("/local/templates/2023/assets/images/chat.png");
    margin-right: 8px;
}

.program-section__content-speakers ul {
    margin-top: 8px;
    padding-left: 10px;
    /*list-style-position: inside;*/
}

.program-section__content-speakers li {
    padding-left: 8px;
}

.program-section__content-speakers li::marker {
    content: "•";
    font-size: 18px;
    /*line-height: 1px;*/
}

.program-section__more {
    margin: 16px 0 0 auto;

}
.program-workshop {
    margin: 16px 0 0 10px;
}

.program-section__more .btn {
    padding: 11px 19px 9px;
}

.program-workshop .btn {
    padding: 10px 19px;
}


.program__day-time:nth-child(even) .program-section {
    background: var(--yellow);
}

.program__day-time--many .program-section {
    width: calc(50% - 20px);
    background: var(--yellow);
}

.program__day-time--many .program-section__header {
    flex-direction: column;
    align-items: flex-start;
}

.program__day-time--many .program-section__content-hall {
    margin-top: 12px;
}

.program__day-time--many .program-section__content {
    grid-template-columns: 1fr;
}

.program__day-time--many .program-section:nth-child(4n+3),
.program__day-time--many .program-section:nth-child(4n+4) {
    background: var(--white);
}

.program__day-time--odd .program-section:nth-last-child(1),
.program__day-time--odd .program-section:nth-last-child(2),
.program__day-time--odd .program-section:nth-last-child(3) {
    width: calc(33.333% - 20px);
    background: var(--yellow);
}

.program__day-time--odd .program-section:nth-last-child(1) .program-section__moderators,
.program__day-time--odd .program-section:nth-last-child(2) .program-section__moderators,
.program__day-time--odd .program-section:nth-last-child(3) .program-section__moderators {
    display: block;
}

.program__day-time--odd .program-section:nth-last-child(1) .program-section__moderators-title,
.program__day-time--odd .program-section:nth-last-child(2) .program-section__moderators-title,
.program__day-time--odd .program-section:nth-last-child(3) .program-section__moderators-title {
    margin-bottom: 16px;
}

.program__day-time--odd .program-section:nth-last-child(2) {
    background: var(--white);
}

.program .program-break {
    margin: 20px 0;
    padding: 20px 0;
    background: var(--black);
    color: var(--white);
    font-family: ProximaNova, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.program-break__container {
    display: flex;
    justify-content: flex-start;
}

.program-break__name {
    display: flex;
    align-items: center;
    margin-left: 64px;
}

.program-break--coffee .program-break__name:before {
    content: "\e914";
    font-family: opt;
    font-size: 21px;
    margin-top: -6px;
    margin-right: 12px;
}

.program-section__button {
    margin-top: 20px;
    position: relative;
}

.program-section__button a {
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    padding: 20px 40px;
    background: var(--white);
    border-radius: 60px;
    text-decoration: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .program__day-time--many .program-section__moderators {
        display: block;
    }

    .program__day-time--many .program-section__moderators-title {
        margin-right: 0;
        margin-bottom: 16px;
    }

    .program__day-time--odd .program-section:nth-last-child(2),
    .program__day-time--odd .program-section:nth-last-child(3) {
        width: calc(50% - 20px);
    }

    .program__day-time--odd .program-section:nth-last-child(1) {
        width: 100%;
    }

    .program__day-time--many .program-section {
        background: var(--yellow);
    }

    .program__day-time--many + .program__day-sections .program-section {
        background: var(--yellow);
    }

    .program__day-time--odd + .program__day-sections .program-section {
        background: var(--white);
    }

    .program__day-time--many .program-section:nth-child(4n+3),
    .program__day-time--many .program-section:nth-child(4n+4) {
        background: var(--white);
    }

    .program__day-time--odd ~ .program__day-time--many .program-section:nth-child(4n+1),
    .program__day-time--odd ~ .program__day-time--many .program-section:nth-child(4n+2) {
        background: var(--white);
    }

    .program__day-time--odd ~ .program__day-time--many .program-section:nth-child(4n+3),
    .program__day-time--odd ~ .program__day-time--many .program-section:nth-child(4n+4) {
        background: var(--yellow);
    }

    .program__day-time--odd .program-section:nth-last-child(1) .program-section__header {
        flex-direction: row;
    }

    .program__day-time--odd .program-section:nth-last-child(1) .program-section__content-hall {
        margin: 0;
    }

    .program__day-time--odd .program-section:nth-last-child(1) .program-section__content {
        grid-template-columns: 1fr 1fr;
    }

    .program__day-time--odd .program-section:nth-last-child(1) .program-section__moderators {
        display: flex;
    }

    .program__day-time--odd .program-section:nth-last-child(1) .program-section__moderators-title {
        margin-right: 16px;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .program__title {
        font-size: 2.5em;
    }

    .program__content-title-block {
        display: block;
    }

    .program__content-member-chat {
        margin-top: 20px;
        margin-left: 0;
        justify-content: flex-start;
        width: fit-content;
    }

    .program__day-sections .program-section,
    .program__day-sections .program-section:nth-last-child(1),
    .program__day-sections .program-section:nth-last-child(2),
    .program__day-sections .program-section:nth-last-child(3) {
        width: 100%;
        background: var(--yellow);
    }

    .program-section--party .program-section__background {
        display: none;
    }

    .program-section__header {
        flex-direction: column;
        align-items: flex-start;
    }

    .program-section__content-hall {
        margin-top: 12px;
    }

    .program-section__content {
        grid-template-columns: 1fr;
    }

    .program-section__moderators {
        display: block;
    }

    .program-section__moderators-title {
        margin-right: 0;
        margin-bottom: 16px;
    }

    .program__day-time:nth-child(even) .program-section {
        background: var(--yellow);
    }

    .program__day-time:nth-child(odd) .program-section {
        background: var(--white);
    }

    .program__day-time--many + .program__day-time--many .program-section:nth-child(odd),
    .program__day-time--many .program-section:nth-child(odd) {
        background: var(--yellow);
    }

    .program__day-time--many + .program__day-time--many .program-section:nth-child(even),
    .program__day-time--many .program-section:nth-child(even) {
        background: var(--white);
    }

    .program__day-time--odd + .program__day-time--many .program-section:nth-child(odd) {
        background: var(--white);
    }

    .program__day-time--odd + .program__day-time--many .program-section:nth-child(even) {
        background: var(--yellow);
    }

    .program .program__day-time .program-section--party {
        background: var(--yellow);
    }
}



#a26Date > .program__day-time:nth-child(2) .program-section:first-child,
#a26Date > .program__day-time:nth-child(2) .program-section:nth-child(2),
#a26Date > .program__day-time:nth-child(6) .program-section:first-child,
#a26Date > .program__day-time:nth-child(6) .program-section:nth-child(2) {
    width: calc(50% - 20px);
    background: var(--yellow);
}

#a26Date > .program__day-time:nth-child(2) .program-section:nth-child(1) .program-section__moderators,
#a26Date > .program__day-time:nth-child(2) .program-section:nth-child(2) .program-section__moderators,
#a26Date > .program__day-time:nth-child(6) .program-section:nth-child(1) .program-section__moderators,
#a26Date > .program__day-time:nth-child(6) .program-section:nth-child(2) .program-section__moderators {
    display: flex;
}

#a26Date > .program__day-time:nth-child(2) .program-section:nth-child(3),
#a26Date > .program__day-time:nth-child(6) .program-section:nth-child(3) {
    width: calc(100% - 20px);
    background: var(--white);
}

#a26Date > .program__day-time:nth-child(2) .program-section:nth-child(3) .program-section__content,
#a26Date > .program__day-time:nth-child(6) .program-section:nth-child(3) .program-section__content {
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 991px) {
    #a26Date > .program__day-time:nth-child(2) .program-section:nth-child(1) .program-section__moderators,
    #a26Date > .program__day-time:nth-child(2) .program-section:nth-child(2) .program-section__moderators,
    #a26Date > .program__day-time:nth-child(6) .program-section:nth-child(1) .program-section__moderators,
    #a26Date > .program__day-time:nth-child(6) .program-section:nth-child(2) .program-section__moderators {
        display: block;
    }
}

@media (max-width: 767px) {
    #a26Date > .program__day-time:nth-child(2) .program-section:first-child,
    #a26Date > .program__day-time:nth-child(2) .program-section:nth-child(2),
    #a26Date > .program__day-time:nth-child(6) .program-section:first-child,
    #a26Date > .program__day-time:nth-child(6) .program-section:nth-child(2) {
        width: calc(100% - 20px);
    }

    #a26Date > .program__day-time:nth-child(2) .program-section:nth-child(3) .program-section__content,
    #a26Date > .program__day-time:nth-child(6) .program-section:nth-child(3) .program-section__content {
        grid-template-columns: 1fr;
    }
}

.program-section__links {
    margin-top: 8px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.program-section__links:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 0;
    border-bottom: 1px solid var(--gray);
    opacity: 0.2;
}

.program-section__chat {
    margin-right: 20px;
    padding-top: 16px;
}

/*@media (max-width: 449px) {*/
    .program-section__links {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
/*}*/
/* End */
/* /local/templates/.default/components/bitrix/news/program/bitrix/news.list/.default/style.css?172674946215775 */
