

/* Start:/local/templates/forum-po-neyronutritsiologii-2025/components/medigit/conference.event.detail/.default/style.css?174845218995425*/
/* */
.info-update {
    margin-bottom: 60px;
    padding: 40px 0;
    background: #f6f6f6;
    border-radius: 30px;
    text-align: center;
}

.info-update p {
    color: #16a0b1;
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
}

@media (max-width: 1024px) {
    .info-update {
        margin-bottom: 40px;
        padding: 24px 0;
        border-radius: 20px;
    }

    .info-update p {
        font-size: 24px;
        line-height: 30px;
    }
}

/* Для кого форум? */
.forum-for {
    margin-bottom: 135px;
}

.forum-for .flex-aside {
    display: flex;
}

.forum-for .forum-for__item {
    position: relative;
    min-height: 222px;
    padding: 28px 24px;
    border-radius: 15px;
}

.forum-for .forum-for__exclusion {
    max-width: calc(40% - 28px);
    margin-right: 28px;
    background: #F9F9FB url('/local/templates/forum-po-neyronutritsiologii-2025/components/medigit/conference.event.detail/.default/img/forum-img-1.png') right bottom no-repeat;
}

.forum-for__item ~ .forum-for__item {
    margin-top: 24px;
}

.forum-for .forum-for__item:not(.forum-for__exclusion) {
    padding-right: 40%;
}

.forum-for__exclusion + div .forum-for__item:first-child {
    background: #F9F9FB url('/local/templates/forum-po-neyronutritsiologii-2025/components/medigit/conference.event.detail/.default/img/forum-img-2.png') right bottom no-repeat;
    background-size: 40% auto;
}

.forum-for__exclusion + div .forum-for__item:last-child {
    background: #F9F9FB url('/local/templates/forum-po-neyronutritsiologii-2025/components/medigit/conference.event.detail/.default/img/forum-img-3.png') right bottom no-repeat;
    background-size: 40% auto;
}

.forum-for__item img {
    margin-bottom: 22px;
}

.forum-for__item:not(.forum-for__exclusion) img {
    position: absolute;
    top: 28px;
    right: 24px;
}

.forum-for .forum-for__item p {
    font-size: 22px;
    line-height: 30px;
}

@media (max-width: 1024px) {
    .forum-for .forum-for__item {
        border-radius: 10px;
    }

    .forum-for .forum-for__item p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 768px) {
    .forum-for .flex-aside {
        display: block;
    }

    .forum-for .forum-for__exclusion {
        max-width: 100%;
        margin-bottom: 16px;
        margin-right: 0;
        padding-right: 40%;
        background-size: 40% auto;
    }

    .forum-for__item ~ .forum-for__item {
        margin-top: 16px;
    }

    .forum-for .forum-for__item img {
        position: relative;
        top: 0;
        right: 0;
        margin-bottom: 16px;
    }
}

@media (max-width: 576px) {
    .forum-for .forum-for__exclusion,
    .forum-for__exclusion + div .forum-for__item:first-child,
    .forum-for__exclusion + div .forum-for__item:last-child {
        padding-right: 16px;
        background: #F9F9FB;
    }
}

/* event headliners */
.swiper-common-wrapper {
    max-height: 310px;
}

.headliner-photo,
.headliner-name {
    cursor: pointer;
    width: 187px;
    margin: 0 auto;
}

.headliner-name {
    font-size: 20px;
    font-weight: 700;
    margin-top: 13px;
}

.headliner-info {
    font-size: 14px;
    font-weight: 400;
    margin-top: 8px;
}

.headliner-photo::after {
    position: absolute;
    content: "";
    font-weight: 500;
    top: 150px;
    right: calc(50% - 80px);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    background-color: var(--project-color, #E51E25);
    background-image: url(/local/templates/forum-po-neyronutritsiologii-2025/components/medigit/conference.event.detail/.default/img/i_letter.png);
    background-repeat: no-repeat;
    background-position: center;
}

.headliner-photo__img {
    width: 187px;
    border-radius: 50%;
}

/* event header */
section.header_event {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: -92px;
}

.header_event .header_event__first-1 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 90px;
    padding-top: 156px;
    background-color: #F6F6F6;
    background-image: url('/local/templates/forum-po-neyronutritsiologii-2025/components/medigit/conference.event.detail/.default/img/first-screen-min.png'),
    radial-gradient(circle at 0 0, rgba(45, 198, 217, 0.13) 400px, rgba(45, 198, 217, 0) 800px),
    radial-gradient(circle at 100% 0, rgba(45, 198, 217, 0.10) 330px, rgba(45, 198, 217, 0) 660px),
    radial-gradient(circle at 100% 100%, rgba(45, 198, 217, 0.15) 330px, rgba(45, 198, 217, 0) 660px);
    background-position: center right -100px, top left, top right, bottom right;
    background-size: 50% auto, auto auto, auto auto, auto auto;
    background-repeat: no-repeat;
    border-radius: 30px;
}

.header_event__first-1__date {
    display: inline-block;
    margin-bottom: 32px;
    padding: 12px 80px;
    background: #fff;
    font-size: 18px;
    line-height: 25px;
    border-radius: 10px;
}

.header_event__first-1__name {
    width: 100%;
    color: #16A0B1;
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
}

.header_event__first-1__aftername {
    max-width: 600px;
    font-size: 22px;
    line-height: 34px;
}

.header_event .btn {
    display: block;
    max-width: 391px;
    margin-top: 64px;
}

.header_event .header_event__first-1__desc {
    width: 100%;
    margin-bottom: 90px;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
}

.header_event__first-1__desc p {
    margin: 0 0 12px 0;
}

.header_event__first-1__desc p:last-child {
    margin: 0 0 0 0;
}

.header_even__regions {
    margin: 14px 0 30px;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0;
    color: #4F4D4D;
}

.header_event__first-1_container .header_even__regions {
    margin-top: -8px;
}

.header_even__regions:last-child {
    margin: 14px 0 0;
}

.header_event__first-1_button {
    display: flex;
    width: 100%;
    justify-content: flex-start;
}

.header_event__first-1_button_text {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
    height: 46px;
    padding-left: 61px;
}

.header_event__first-1_button_text:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 46px;
    height: 46px;
    background-image: url("/local/templates/forum-po-neyronutritsiologii-2025/components/medigit/conference.event.detail/.default/img/registered_check.svg");
}

.header_event__first-1_image {
    display: flex;
    max-width: 506px;
    max-height: 285px;
    margin-left: 130px;
    order: 2;
}

.header_event__first-1_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Ключевые темы */
.themes {
    background-image: radial-gradient(circle at 0 0, rgba(45, 198, 217, 0.11) 330px, rgba(45, 198, 217, 0) 660px),
    radial-gradient(circle at 100% 100%, rgba(45, 198, 217, 0.11) 270px, rgba(45, 198, 217, 0) 590px);
    background-color: #F6F6F6;
    background-position: top left, bottom right;
    background-size: auto auto, auto auto;
    border-radius: 30px;
}

.themes article {
    padding: 40px 0;
}

.themes h2 {
    display: block;
    margin-bottom: 16px;
    text-align: center;
}

.themes .ul {
    display: block;
    column-count: 3;
}

.themes .ul li {
    margin-bottom: 0;
    padding: 16px 0 16px 50px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.themes .ul li:before {
    top: 10px;
    height: 35px;
    width: 35px;
    background: url('/local/templates/forum-po-neyronutritsiologii-2025/components/medigit/conference.event.detail/.default/img/check-icon.svg') center center no-repeat;
    background-size: contain;
    border-radius: 0;
}

@media (max-width: 1256px) {
    .themes article {
        padding: 40px 16px;
    }
}

@media (max-width: 1024px) {
    .themes {
        border-radius: 20px;
    }
}

@media (max-width: 900px) {
    .themes .ul {
        column-count: 2;
    }
}

@media (max-width: 640px) {
    .themes .ul {
        column-count: 1;
    }
}

/* Кабинет сотрудника */
.cabinet-popup {
    max-width: 1300px;
    min-height: 60vh;
    padding: 52px 65px 147px;
    border-radius: 30px;
}

.cabinet-popup:has(.cabinet-translation-stop) {
    padding-bottom: 160px;
}

.cabinet-popup .popup-window-close-icon {
    top: -24px;
    right: -24px;
}

.cabinet-popup .popup-window-close-icon:after {
    width: 21px;
    height: 21px;
    background-image: url("/local/templates/forum-po-neyronutritsiologii-2025/components/medigit/conference.event.detail/.default/img/x.svg");
}

.cabinet {
    display: none;
}

.cabinet-button {
    position: fixed;
    right: 55px;
    bottom: 160px;
    z-index: 10;
    width: 56px;
    height: 56px;
    margin-top: -56px;
    border-radius: 50%;
    background-color: #29467E;
    border: none;
    outline: none;
}

.cabinet-button::before {
    position: absolute;
    top: -7px;
    left: -7px;
    content: "";
    width: 70px;
    height: 70px;
    background-color: #002C6D45;
    background-image: url("/local/templates/forum-po-neyronutritsiologii-2025/components/medigit/conference.event.detail/.default/img/cabinet-gear.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px;
    border-radius: 50%;
    z-index: 1;
}

.cabinet-button::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 55px;
    height: 55px;
    border: 1px solid #29467E;
    border-radius: 50%;
    animation: button-pulse infinite 1.5s;
    z-index: -1;
}

/* вкладки */
.cabinet-tab {
    margin-bottom: 31px;
    border-bottom: 2px solid #C1C1C1;
}

.cabinet-tab button {
    position: relative;
    top: 2px;
    margin: 0 22px 0 0;
    padding: 0 0 8px;
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0;
    color: #2C2C2C;
    background-color: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    outline: none;
    cursor: pointer;
    transition: color 0.3s, border-bottom-color 0.3s;
}

.cabinet-tab button:not(:first-child) {
    margin: 0 8px;
    padding: 0 15px 8px;
}

.cabinet-tab button.active {
    color: var(--project-color, #D1181F);
    border-color: var(--project-color, #D1181F);
}

.cabinet-tabcontent {
    display: none;
}

/* translation */
.cabinet-ur-title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
}

.cabinet-url {
    width: 100%;
    margin-bottom: 15px;
    padding: 9px 13px;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    border: 1px solid #C1C1C1;
    border-radius: 4px;
    background-color: transparent;
}

.cabinet-url:last-of-type {
    margin-bottom: 30px;
}

.cabinet-block-functions input {
    display: none;
}

.cabinet-block-functions label {
    position: relative;
    margin-bottom: 4px;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    cursor: pointer;
}

.cabinet-block-functions label::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 22px;
    height: 22px;
    border: 1px solid #C1C1C1;
    border-radius: 4px;
}

.cabinet-block-functions label:first-child {
    margin: 0 40px 15px 0;
}

.cabinet-block-functions label:has(input:checked)::after {
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    width: 22px;
    height: 22px;
    background-color: var(--project-color, #D1181F);
    border-radius: 4px;
    background-image: url(/local/templates/forum-po-neyronutritsiologii-2025/components/medigit/conference.event.detail/.default/img/check-mark.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.cabinet-translation-stop {
    position: absolute;
    bottom: 121px;
    left: 65px;
    padding: 0 25px;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
}

.cabinet-translation-stop:before {
    position: absolute;
    left: 0;
    top: calc(50% - 8px);
    display: inline-block;
    width: 16px;
    height: 16px;
    content: '!';
    font-size: 13px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    background-color: var(--project-color, #D1181F);
    border-radius: 50%;
}

.cabinet-translation-stop span {
    color: var(--project-color, #D1181F);
}

/*TODO: Сообщение об остановке транлсяции наползает*/
.cabinet-link-button {
    position: absolute;
    bottom: 55px;
    left: 65px;
    display: inline-block;
    padding: 12px 45px;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: var(--project-color, #D1181F);
    border: 2px solid var(--project-color, #D1181F);
    border-radius: 8px;
    outline: none;
    cursor: pointer;
    transition-duration: 0.4s;
    transition-property: color, background-color, border-color;
}

.cabinet-link-button:hover {
    color: #fff;
    background-color: var(--project-color-hover, #d3291a);
    border-color: var(--project-color-hover, #d3291a);
}

.cabinet-link-button.translation {
    right: 65px;
    left: auto;
    color: #2C2C2C;
    background-color: transparent;
}

.cabinet-link-button.translation:hover {
    color: #fff;
    background-color: var(--project-color-hover, #d3291a);
    border-color: var(--project-color-hover, #d3291a);
}

/* report */
.cabinet-registered {
    display: inline-block;
    min-width: 274px;
    margin-right: 15px;
    padding: 18px;
    text-align: center;
    border: 1px solid #C1C1C1;
    border-radius: 4px;
}

.cabinet-registered div {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 120%;
    color: #4D5859;
}

.cabinet-registered b {
    font-size: 22px;
    font-weight: 700;
    line-height: 120%;
    color: #333333;
}

.cabinet-event-id {
    margin: 20px 0 -8px;
    font-size: 18px;
    font-weight: 600;
}

.cabinet-event-id span {
    color: var(--project-color, #D1181F);
}

.cabinet-checkbox-halls {
    position: relative;
    margin: 28px 0 35px;
    padding-left: 126px;
}

.cabinet-checkbox-halls:has(label)::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "Выберите зал:";
    font-size: 18px;
    font-weight: 600;
}

.cabinet-checkbox-halls label {
    position: relative;
    margin-bottom: 9px;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    cursor: pointer;
}

.cabinet-checkbox-halls label::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 22px;
    height: 22px;
    border: 2px solid var(--project-color, #D1181F);
    border-radius: 50%;
}

.cabinet-checkbox-halls label:has(input:checked)::after {
    position: absolute;
    top: 4px;
    left: 4px;
    content: "";
    width: 14px;
    height: 14px;
    background-color: var(--project-color, #D1181F);
    border-radius: 50%;
}

.cabinet-checkbox-halls input {
    display: none;
}

.cabinet-calendar {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    background-image: url(/local/templates/forum-po-neyronutritsiologii-2025/components/medigit/conference.event.detail/.default/img/cabinet-calendar.svg);
    background-repeat: no-repeat;
    background-position: 97.5% center;
}

.cabinet-calendar:nth-of-type(2) {
    margin-right: 30px;
}

.cabinet-calendar input {
    margin-left: 8px;
    padding: 6px 30px 6px 6px;
    border: 1px solid #C1C1C1;
    border-radius: 4px;
    background-color: transparent;
}

.cabinet-calendar .calendar-icon {
    position: absolute;
    top: 7px;
    right: 8px;
    opacity: 0;
}

/* chat */
#chat {
    margin-top: 55px;
}

.cabinet-link-button.chat {
    position: static;
    min-width: 356px;
    margin: 0 30px 16px 0;
    padding: 14px;
}

@keyframes button-pulse {
    50% {
        transform: scale(1, 1);
        opacity: 1;
    }
    100% {
        transform: scale(2, 2);
        opacity: 0;
    }
}

@media (max-width: 1199px) {
    /* Кабинет сотрудника */
    .cabinet-popup {
        padding: 40px 30px 125px;
    }

    .cabinet-popup:has(.cabinet-translation-stop) {
        padding-bottom: 140px;
    }

    /* translation */
    .cabinet-translation-stop {
        bottom: 109px;
        left: 30px;
    }

    .cabinet-link-button {
        bottom: 40px;
        left: 30px;
    }

    .cabinet-link-button.translation {
        right: 30px;
    }

    /* report */
    .cabinet-calendar:nth-of-type(2) {
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    /* translation */
    .cabinet-link-button {
        padding: 12px 28px;
    }

    /* report */
    .cabinet-registered {
        min-width: unset;
    }

    .cabinet-registered:not(:first-child) {
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    /* Кабинет сотрудника */
    .cabinet-popup {
        padding: 55px 25px 170px;
    }

    .cabinet-popup:has(.cabinet-translation-stop) {
        padding-bottom: 170px;
    }

    /* вкладки */
    .cabinet-tab button {
        margin-right: 13px;
        font-size: 20px;
    }

    .cabinet-tab button:not(:first-child) {
        padding: 0 3px 8px;
    }

    /* translation */
    .cabinet-translation-stop {
        bottom: 120px;
        left: 25px;
    }

    /* report */
    .cabinet-registered {
        width: 100%;
        margin: 0 0 10px;
        padding: 25px 15px;
    }

    .cabinet-checkbox-halls {
        margin: 20px 0;
        padding: 0;
    }

    .cabinet-checkbox-halls:has(br) {
        margin: 22px 0 16px;
        padding: 41px 0 0;
    }

    .cabinet-checkbox-halls label {
        margin-bottom: 17px;
        padding: 4px 0 5px 41px;
    }

    .cabinet-checkbox-halls label::before {
        width: 29px;
        height: 29px;
    }

    .cabinet-checkbox-halls label:has(input:checked)::after {
        top: 5px;
        left: 5px;
        width: 19px;
        height: 19px;
    }

    .cabinet-calendar {
        background-position: 94.5% 42px;
    }

    .cabinet-calendar input {
        display: block;
        margin: 10px 0 0 0;
        padding: 10px 40px 10px 10px;
    }

    .cabinet-calendar .calendar-icon {
        top: auto;
        bottom: 13px;
        right: 13px;
    }

    .cabinet-link-button {
        bottom: 48px;
        left: 25px;
        width: calc(100% - 50px);
    }

    /*поправить вывод кнопки*/
    #translation .cabinet-link-button:not(.translation) {
        bottom: 110px;
    }

    #translation button.cabinet-link-button:last-child {
        bottom: 48px;
    }

    .cabinet-link-button.translation {
        right: 25px;
        bottom: 110px;
    }

    /* chat */
    .cabinet-link-button.chat {
        display: block;
        min-width: 100%;
        margin: 0 0 16px 0;
    }
}

@media (max-width: 480px) {
    /* Кабинет сотрудника */
    .cabinet-popup {
        padding: 50px 15px 170px;
    }

    /* translation */
    .cabinet-translation-stop {
        bottom: 115px;
        left: 15px;
        padding: 0 5px 0 20px;
    }

    /* report */
    .cabinet-calendar {
        width: 100%;
        margin-right: 0 !important;
        background-position: 97% 42px;
    }

    .cabinet-calendar input {
        width: 100%;
    }

    .cabinet-link-button {
        left: 15px;
        width: calc(100% - 30px);
        padding: 13px;
    }

    .cabinet-link-button.translation {
        right: 15px;
    }
}

@media (max-width: 370px) {
    .cabinet-popup:has(.cabinet-translation-stop) {
        padding-bottom: 190px;
    }
}

@media (hover: none) and (pointer: coarse) {
    .cabinet-link-button:hover {
        color: #fff;
        background-color: var(--project-color, #D1181F);
        border-color: var(--project-color, #D1181F);
    }

    .cabinet-link-button:active {
        background-color: var(--project-color-hover, #d3291a);
        border-color: var(--project-color-hover, #d3291a);
    }

    .cabinet-link-button.translation:hover {
        color: #2C2C2C;
        background-color: transparent;
    }

    .cabinet-link-button.translation:active {
        color: #fff;
        background-color: var(--project-color, #D1181F);
        border-color: var(--project-color, #D1181F);
    }
}

@media (max-width: 1400px) {
    .header_event > .container:first-child {
        background-size: 55vw;
        background-position: center right -7vw;
    }
}

@media (max-width: 1210px) {
    .header_event__first-1_image {
        display: flex;
        max-width: 320px;
        max-height: 480px;
        margin-left: 65px;
        margin-bottom: 20px;
    }
}

@media (max-width: 1024px) {
    section.header_event {
        margin-top: 0;
    }

    .header_event .header_event__first-1 {
        margin-bottom: 40px;
        padding-top: 38px;
        background-size: 50vw auto, auto auto, auto auto, auto auto;
        background-position: center right -7vw, top left, top right, bottom right;
        border-radius: 20px;
    }

    .header_event .header_event__first-1__desc {
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .header_event .header_event__first-1 {
        padding-bottom: 344px;
        background-image: url('/local/templates/forum-po-neyronutritsiologii-2025/components/medigit/conference.event.detail/.default/img/first-screen-mob-min.png'),
        radial-gradient(circle at 0 0, rgba(45, 198, 217, 0.13) 150px, rgba(45, 198, 217, 0) 300px),
        radial-gradient(circle at 100% 100%, rgba(45, 198, 217, 0.15) 150px, rgba(45, 198, 217, 0) 300px);
        background-color: #F6F6F6;
        background-position: center bottom -70px, top left, bottom right;
        background-size: auto 500px, auto auto, auto auto;
    }

    .header_event__first-1 {
        display: flex;
        flex-direction: column;
        width: 100%;
        flex-wrap: nowrap;
        margin-bottom: 30px;
    }

    .header_event__first-1_container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        order: 2;
    }

    .header_event__first-1__date {
        font-size: 13px;
        line-height: 25px;
        margin-bottom: 16px;
    }

    .header_event__first-1__name {
        width: 100%;
        margin-bottom: 2px;
        font-style: normal;
        font-weight: bold;
        font-size: 26px;
        line-height: 31px;
    }

    .header_event__first-1__aftername {
        font-size: 18px;
        line-height: 26px;
    }

    .header_event .btn {
        width: 100%;
        max-width: 100%;
        margin-top: 32px;
    }

    .header_event__first-1__desc {
        width: 100%;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 18px;
    }

    .header_event__first-1__desc p {
        margin: 0 0 15px 0;
    }

    .header_event__first-1__desc p:last-child {
        margin: 0 0 0 0;
    }

    .header_even__regions {
        font-size: 15px;
        line-height: 21px;
    }

    .header_even__regions:last-child {
        margin: 20px 0 0;
    }

    .header_event__first-1_button {
        display: flex;
        width: 100%;
        justify-content: flex-start;
    }

    .header_event__first-1_button_text {
        font-style: normal;
        font-weight: bold;
        font-size: 15px;
        line-height: 18px;
        display: flex;
        position: relative;
        align-items: center;
        width: 100%;
        height: 26px;
        padding-left: 36px;
    }

    .header_event__first-1_button_text:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 26px;
        height: 26px;
        background-image: url("/local/templates/forum-po-neyronutritsiologii-2025/components/medigit/conference.event.detail/.default/img/registered_check.svg");
        background-size: cover;
    }

    .header_event__first-1_image {
        display: flex;
        max-width: 100%;
        max-height: 285px;
        height: 285px;
        margin-left: 0px;
        order: 1;
        margin-bottom: 20px;
    }

    .header_event__first-1_image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* event headliners slider*/
    .headliner-slide {
        text-align: center;
    }

    .swiper-common-wrapper {
        max-height: 100%;
        height: 320px;
    }

    .headliners-buttons {
        display: none !important;
    }

    /* Кабинет сотрудника */
    .cabinet-popup .popup-window-close-icon {
        top: 32px;
        right: 32px;
    }

    .cabinet-popup .popup-window-close-icon:after {
        background-image: url('/local/templates/forum-po-neyronutritsiologii-2025/components/medigit/conference.event.detail/.default/img/x-black.svg');
    }
}

@media (max-width: 576px) {
    .header_event .header_event__first-1 {
        padding-bottom: 70vw;
        background-size: 100% auto, auto auto, auto auto;
    }

    .header_event__first-1__date {
        padding: 7px 55px;
        border-radius: 8px;
    }
}

@media (max-width: 480px) {
    .cabinet-popup .popup-window-close-icon {
        top: 15px;
        right: 15px;
    }

    .header_event h1 {
        font-size: 33px;
        line-height: 40px;
    }
}

.header_event__first-2 {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: nowrap;
    margin-bottom: 30px;
}

.header_event__first-2_container {
    display: flex;
    flex-direction: column;
    width: 100%;
    order: 1;
}

.header_event__first-2_date {
    width: 100%;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
}

.header_event__first-2_name {
    width: 100%;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 25px;
}

.header_event__first-2__desc {
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
}

.header_event__first-2__desc p {
    margin: 0 0 20px 0;
}

.header_event__first-2__desc p:last-child {
    margin: 0 0 0 0;
}

.header_event__first-2_image {
    display: flex;
    max-width: 506px;
    max-height: 285px;
    margin-left: 130px;
    order: 2;
}

.header_event__first-2_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1210px) {

    .header_event__first-2_container {
        display: flex;
        flex-direction: column;
    }

    .header_event__first-2_image {
        display: flex;
        max-width: 320px;
        max-height: 480px;
        margin-left: 65px;
        margin-bottom: 20px;
    }

}

@media (max-width: 768px) {

    .header_event__first-2 {
        display: flex;
        flex-direction: column;
        width: 100%;
        flex-wrap: nowrap;
        margin-bottom: 30px;
    }

    .header_event__first-2_container {
        display: flex;
        flex-direction: column;
        width: 100%;
        order: 2;
    }

    .header_event__first-2_date {
        width: 100%;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 15px;
    }

    .header_event__first-2_name {
        width: 100%;
        font-style: normal;
        font-weight: bold;
        font-size: 26px;
        line-height: 31px;
        margin-bottom: 20px
    }

    .header_event__first-2__desc {
        width: 100%;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 18px;
    }

    .header_event__first-2__desc p {
        margin: 0 0 15px 0;
    }

    .header_event__first-2__desc p:last-child {
        margin: 0 0 0 0;
    }

    .header_event__first-2_image {
        display: flex;
        max-width: 100%;
        max-height: 285px;
        margin-left: 0px;
        height: 285px;
        order: 1;
        margin-bottom: 20px;
    }

    .header_event__first-2_image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* Event Invitation */
    .event_invitation {
        margin: 120px 0;
    }

    .event_invitation__photo-text {
        display: flex;
    }

    .event_invitation__person {
        order: 0;
        width: 30%;
    }

    .event_invitation__text {
        order: 1;
        margin-left: 24px;
        width: 70%;
    }

    .event_invitation__person_img img {
        width: 100%;
    }

    .event_invitation__person_name {
        margin: 10px 0 0px;
        font-size: 16px;
        font-weight: 700;
        line-height: 19px;
    }

    .event_invitation__person_regalia {
        margin-top: 10px;
        font-size: 16px;
        font-weight: 400;
        line-height: 19px;
        color: #b6b6b6;
    }

    .event_invitation__text h3,
    .event_invitation_heading h3 {
        margin-bottom: 30px;
        font-size: 36px;
        font-weight: 700;
        line-height: 48px;
    }

    .event_invitation__text p {
        margin: 20px 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
    }

    .event_invitation__participation {
        margin-top: 30px;
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
    }

    .invitation__button {
        display: none;
        margin-top: 30px;
        border: none;
        padding: 21px 40px;
        cursor: pointer;
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
        color: #fff;
        background-color: #e51e25;
    }

    .invitation__button:hover {
        background-color: #474747;
    }

    .invitation__button:active {
        background-color: #000;
    }

    .invitation__button_video {
        padding: 17px 40px;
    }

    .invitation__button_video svg {
        margin-right: 5px;
    }

    .event_invitation__svg {
        margin-right: 14px;
    }

    @media (max-width: 1340px) {
        .event_invitation__p {
            font-size: 16px;
            line-height: 19px;
        }
    }

    @media (max-width: 768px) {
        .event_invitation {
            margin: 50px 0 25px 0;
        }

        .event_invitation__photo-text {
            flex-direction: column;
        }

        .event_invitation__person {
            order: 1;
            flex-direction: column;
            width: 100%;
        }

        .event_invitation__text {
            order: 1;
            flex-direction: column;
            margin-left: 0;
            width: 100%;
        }

        .event_invitation__text h3,
        .event_invitation_heading h3 {
            margin-bottom: 17px;
            font-size: 26px;
            line-height: 31px;
        }

        .event_invitation__participation {
            font-size: 15px;
            line-height: 18px;
            margin-bottom: 20px;
        }

        .event_invitation__text p, .event_invitation__person_name, .event_invitation__person_regalia {
            font-size: 15px;
            line-height: 18px;
        }

        .event_invitation__person_img img {
            width: 100%;
        }

        .event_invitation__svg {
            margin-right: 4px;
        }

        .invitation__button {
            width: 100%;
            padding: 21px 12px;
            font-size: 15px;
            line-height: 18px;
            margin-bottom: 20px;
        }

        .invitation__button_video {
            padding: 15px 12px;
        }
    }

    @media (max-width: 330px) {
        .event_invitation__person_img {
            height: 250px;
        }
    }

    /* Event invitation end */
}

.header_event__first-3 {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: nowrap;
    margin-bottom: 30px;
}

.header_event__first-3_container {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 400px;
}

.header_event__first-3_date {
    width: 100%;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
}

.header_event__first-3_name {
    width: 100%;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 25px;
}

.header_event__first-3_button {
    display: flex;
    width: 100%;
    justify-content: flex-start;
}

.header_event__first-3_button_text {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
    height: 46px;
    padding-left: 61px;
}

.header_event__first-3_button_text:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 46px;
    height: 46px;
    background-image: url("/local/templates/forum-po-neyronutritsiologii-2025/components/medigit/conference.event.detail/.default/img/registered_check.svg");
}

.header_event__first-3_desc {
    width: calc(100% - 60px);
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    margin-left: 60px;
}

.header_event__first-3_desc p {
    margin: 0 0 20px 0;
}

.header_event__first-3_desc p:last-child {
    margin: 0 0 0 0;
}

.header_event__first-3_container2 {
    display: none;
    flex-direction: column;
    width: 100%;
}

@media (max-width: 1209px) {

    .header_event__first-3_desc {
        width: calc(100% - 30px);
        margin-left: 30px;
    }

}

@media (max-width: 767px) {

    .header_event__first-3 {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .header_event__first-3_container {
        flex-direction: column;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .header_event__first-3_date {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 15px;
    }

    .header_event__first-3_name {
        font-size: 26px;
        line-height: 31px;
        margin-bottom: 15px;
    }

    .header_event__first-3_button {
        display: flex;
        width: 100%;
        justify-content: flex-start;
    }

    .header_event__first-3_button .header_event__first-3_button_text {
        display: none;
    }

    .header_event__first-3_button_text {
        font-style: normal;
        font-weight: bold;
        font-size: 15px;
        line-height: 18px;
        display: flex;
        position: relative;
        align-items: center;
        width: 100%;
        height: 26px;
        padding-left: 36px;
    }

    .header_event__first-3_button_text:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 26px;
        height: 26px;
        background-image: url("/local/templates/forum-po-neyronutritsiologii-2025/components/medigit/conference.event.detail/.default/img/registered_check.svg");
        background-size: cover;
    }

    .header_event__first-3_desc {
        width: 100%;
        font-size: 20px;
        line-height: 24px;
        margin-top: 15px;
    }


    .header_event__first-3_desc p {
        margin: 0 0 15px 0;
    }

    .header_event__first-3_container2 {
        display: flex;
        margin-top: 25px;
    }

}

.header_event .header_event__second {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 0;
}

.header_event__second__format {
    display: flex;
    flex-direction: row;
    padding: 45px;
    justify-content: space-between;
    width: 100%;
    border: 3px solid #000;
    margin-bottom: 30px;
}

.header_event__second__format.hide {
    display: none;
}

.header_event__second__format.show {
    display: flex;
}

.header_event__second_heading {
    display: flex;
    flex-direction: column;
    width: calc(100% - 130px);
    margin-right: 130px;
}

.header_event__second_heading > div:first-child {
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    width: 100%;
    margin-bottom: 25px;
}

.header_event__second_heading > div:last-child {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    width: 100%;
}

.header_event__second_choice {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 350px;
    max-width: 400px;
    justify-content: space-between;
}

.header_event__second_choice1 {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 100px;
}

.header_event__second_choice_heading {
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
}

.header_event__second_choice_radio {
    width: 100%;
    display: flex;
    flex-direction: column;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #9B9B9B;
}

.header_event__second_choice_radio > div {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;

}

.header_event__second_choice_radio > div > input {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
}

.header_event__second_choice_radio > div > label {
    padding-left: 30px;
}


.header_event__second_choice_radio > div > input:checked + label {
    color: #000;
}

.header_event__second_choice_radio > div:last-child {
    margin-bottom: none;
}

.header_event__second_choice2 {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
}

@media (max-width: 1349px) {

    .header_event__second {
        width: calc(100% - 5px);
    }

    .header_event__second__format {
        padding: 30px 20px;
        margin-bottom: 25px;
    }

    .header_event__second_heading {
        width: calc(100% - 65px);
        margin-right: 65px;
    }

    .header_event__second_choice {
        min-width: 300px;
    }

    .header_event__second_choice2 #confirm-participation {
        padding: 22px 25px;
    }

}

@media (max-width: 1209px) {

    .header_event__second {
        width: 100%;
    }

}

@media (max-width: 767px) {

    .header_event__second__format {
        flex-direction: column;
    }

    .header_event__second_heading {
        width: 100%;
        margin-right: 0px;
    }

    .header_event__second_heading > div:first-child {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .header_event__second_heading > div:last-child {
        font-size: 13px;
        line-height: 16px;
    }

    .header_event__second_choice {
        min-width: 100%;
        width: 100%;
    }

    .header_event__second_choice1 {
        margin-bottom: 50px;
    }

    .header_event__second_choice_heading {
        font-size: 15px;
        line-height: 18px;
    }

    .header_event__second_choice_radio {
        font-size: 15px;
        line-height: 18px;
    }

    .header_event__second_choice_radio > div > input {
        position: absolute;
        left: 0;
        top: 0;
        width: 18px;
        height: 18px;
    }

    .header_event__second_choice2 #confirm-participation {
        padding: 22px 0px;
        width: 100%;
    }
}

.header_event__third {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.header_event__third > div:first-child {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
}

.header_event__third > div:last-child {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
}

.header_event__third__offline_online,
.header_event__third__offline,
.header_event__third__online {
    position: relative;
    padding-left: 61px;
}

.header_event__third__offline_online:before,
.header_event__third__offline:before {
    content: "";
    position: absolute;
    left: 9px;
    top: 0;
    width: 28px;
    height: 45px;
    background-image: url("/local/templates/forum-po-neyronutritsiologii-2025/components/medigit/conference.event.detail/.default/img/event_location.svg");
    background-size: cover;
}

.header_event__third__online:before {
    content: "";
    position: absolute;
    left: 9px;
    top: 0;
    width: 28px;
    height: 28px;
    background-image: url("/local/templates/forum-po-neyronutritsiologii-2025/components/medigit/conference.event.detail/.default/img/event_place.svg");
    background-size: cover;
}

@media (max-width: 767px) {

    .header_event__third__offline_online,
    .header_event__third__offline,
    .header_event__third__online {
        position: relative;
        padding-left: 36px;
    }

    .header_event__third__offline_online:before,
    .header_event__third__offline:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 0;
        width: 26px;
        height: 43px;
        background-image: url("/local/templates/forum-po-neyronutritsiologii-2025/components/medigit/conference.event.detail/.default/img/event_location.svg");
    }

    .header_event__third__online:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 0;
        width: 26px;
        height: 26px;
        background-image: url("/local/templates/forum-po-neyronutritsiologii-2025/components/medigit/conference.event.detail/.default/img/event_place.svg");
    }

    .header_event__third > div:first-child,
    .header_event__third > div:last-child {
        font-size: 15px;
        line-height: 18px;
    }

}

/* add for event_header */
.button_reg_for_event_anonimus {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    padding: 20px 55px;
    border: none;
    color: #fff;
    background-color: var(--project-color, #E51E25);
    cursor: pointer;
}

.button_reg_for_event_anonimus:hover {
    background-color: var(--project-color-hover, #D1181F);
    color: #fff;
}

.button_reg_for_event_anonimus:active {
    background-color: #474747;
    color: #fff;
}

.button_reg_for_event {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    padding: 20px 55px;
    cursor: pointer;
    background-color: var(--project-color, #E51E25);
    color: #fff;
}

.button_reg_for_event:hover {
    background-color: var(--project-color-hover, #D1181F);
    color: #fff;
}

.button_reg_for_event:active {
    background-color: #474747;
    color: #fff;
}

#confirm-participation {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    padding: 20px 55px;
    background-color: var(--project-color, #E51E25);
    color: #fff;
    border: none;
}

#confirm-participation a {
    color: #fff;
    text-decoration: none;
}

#confirm-participation:hover {
    background-color: var(--project-color-hover, #D1181F);
    color: #fff;
}

#confirm-participation:active {
    background-color: var(--project-color, #E51E25);
    color: #fff;
}

.authorize_form {
    display: none;
}

@media (max-width: 767px) {
    .button_reg_for_event_anonimus {
        font-size: 15px;
        line-height: 18px;
        padding: 22px 55px;
    }

    .button_reg_for_event {
        font-size: 15px;
        line-height: 18px;
        padding: 22px 55px;
    }

    #confirm-participation {
        font-size: 15px;
        line-height: 18px;
        padding: 22px 55px;
    }

}

@media (max-width: 475px) {
    .button_reg_for_event_anonimus {
        width: 100%;
        text-align: center;
    }

    .button_reg_for_event {
        width: 100%;
        text-align: center;
    }

    #confirm-participation {
        width: 100%;
        text-align: center;
    }
}

/* event_program */
section.event_program {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 132px;
}

section.event_program > header {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
}

div.event_program__heading {
    width: 50%;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    order: 1;
}

div.event_program__add_info {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    order: 2;
}

div.event_program__add_info > a {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    padding: 15px 15px 15px 55px;
    position: relative;
    display: block;
    text-decoration: none;
    color: #000;
    white-space: nowrap;
}

div.event_program__add_info > a:hover {
    text-decoration: underline;
}

div.event_program__add_info > a > i {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 15px;
    top: 10px;
    background-repeat: no-repeat;
    background-position: center center;
}

a.virtual {

}

a.virtual i {
    background-image: url("/local/templates/forum-po-neyronutritsiologii-2025/components/medigit/conference.event.detail/.default/img/event_program_desktop.svg");
}

a.event_pdf {

}

a.event_pdf i {
    background-image: url("/local/templates/forum-po-neyronutritsiologii-2025/components/medigit/conference.event.detail/.default/img/event_program_download.svg");
}

nav.event_hall_menu {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    order: 3;
}

nav.event_hall_menu > a {
    text-decoration: none;
    color: #777E80;
    padding: 16px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #EBEDF3;
    border-radius: 15px;
    border: 1px solid transparent;
}

nav.event_hall_menu > a.active {
    background-color: #16A0B1;
    color: #fff;
}

nav.event_hall_menu > a:not(.active):hover {
    background-color: transparent;
    border-color: #16A0B1;
    color: #364042;
}

nav.event_hall_menu > a > span {
    display: block;
    width: 100%;
    font-size: 22px;
    line-height: 34px;
    text-align: center;
}

@media (max-width: 1500px) {
    div.event_program__heading {
        order: 2;
        width: 100%;
    }

    div.event_program__add_info {
        order: 1;
        justify-content: flex-start;
        width: 100%;
    }

    div.event_program__add_info > a {
        padding: 15px 15px 15px 61px;
    }

    div.event_program__add_info > a > i {
        left: 9px;
    }
}

@media (max-width: 1024px) {
    section.event_program {
        margin-top: 64px;
    }

    nav.event_hall_menu > a {
        padding: 16px;
        border-radius: 8px;
    }
}

@media (max-width: 767px) {
    div.event_program__add_info {
        flex-direction: column;
    }

    div.event_program__add_info > a.virtual {
        display: none;
    }

    div.event_program__add_info > a.event_pdf {
        padding: 18px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-content: center;
        font-size: 15px;
        line-height: 30px;
    }

    div.event_program__add_info > a.event_pdf > i {
        width: 30px;
        height: 30px;
        position: relative;
        left: 0;
        top: 0;
        background-repeat: no-repeat;
        background-position: center center;
        margin-right: 10px;
        display: inline-flex;
    }

    div.event_program__heading {
        font-size: 26px;
        line-height: 31px;
    }

    nav.event_hall_menu {
        padding: 8px 0px;
        flex-wrap: wrap;
    }

    nav.event_hall_menu > a > span:first-child {
        font-size: 12px;
        line-height: 14px;
    }

    nav.event_hall_menu > a > span:last-child {
        font-size: 16px;
        line-height: 19px;
    }
}

@media (max-width: 576px) {
    nav.event_hall_menu {
        display: block;
    }

    nav.event_hall_menu > a {
        width: 100%;
    }

    nav.event_hall_menu > a + a {
        margin-top: 8px;
    }
}

section.event_program > content {
    display: flex;
    flex-direction: column;
}


.event_add_moreinfo {
    margin: 25px 0;
}

div.event_add_moreinfo > h3 {
    font-size: 30px;
    line-height: 36px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: normal;
}

div.event_add_moreinfo > p {
    font-size: 20px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: normal;
}

/* Event Invitation */
.event_invitation {
    margin: 120px 0;
}

.event_invitation__photo-text {
    display: flex;
}

.event_invitation__person {
    order: 0;
    width: 30%;
}

.event_invitation__text {
    order: 1;
    margin-left: 24px;
    width: 70%;
}

.event_invitation__person_img img {
    width: 100%;
}

.event_invitation__person_name {
    margin: 10px 0 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
}

.event_invitation__person_regalia {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #b6b6b6;
}

.event_invitation__text h3,
.event_invitation_heading h3 {
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
}

.event_invitation__text p {
    margin: 20px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.event_invitation__participation {
    /* display: none; */
    margin-top: 30px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.invitation__button {
    display: none;
    margin-top: 30px;
    border: none;
    padding: 21px 40px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #fff;
    background-color: var(--project-color, #E51E25);
}

.invitation__button:hover {
    background-color: #474747;
}

.invitation__button:active {
    background-color: #000;
}

.invitation__button_video {
    padding: 17px 40px;
}

.invitation__button_video svg {
    margin-right: 5px;
}

.event_invitation__svg {
    margin-right: 14px;
}

@media (max-width: 1340px) {
    .event_invitation__p {
        font-size: 16px;
        line-height: 19px;
    }
}

@media (max-width: 768px) {
    .event_invitation {
        margin: 50px 0 25px 0;
    }

    .event_invitation__photo-text {
        flex-direction: column;
    }

    .event_invitation__person {
        order: 1;
        flex-direction: column;
        width: 100%;
    }

    .event_invitation__text {
        order: 1;
        flex-direction: column;
        margin-left: 0;
        width: 100%;
    }

    .event_invitation__text h3,
    .event_invitation_heading h3 {
        margin-bottom: 17px;
        font-size: 26px;
        line-height: 31px;
    }

    .event_invitation__participation {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 20px;
    }

    .event_invitation__text p, .event_invitation__person_name, .event_invitation__person_regalia {
        font-size: 15px;
        line-height: 18px;
    }

    .event_invitation__person_img img {
        width: 100%;
    }

    .event_invitation__svg {
        margin-right: 4px;
    }

    .invitation__button {
        width: 100%;
        padding: 21px 12px;
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 20px;
    }

    .invitation__button_video {
        padding: 15px 12px;
    }
}

@media (max-width: 330px) {
    .event_invitation__person_img {
        height: 250px;
    }
}

/* Event invitation end */

/* interactive */

section.hall_interactive {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

section.hall_interactive > header {
    width: 100%;
    margin-bottom: 15px;
}

section.hall_interactive > header > div {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
}

section.hall_interactive > content {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

div.hall_interactive__cap_before1,
div.hall_interactive__cap_before2,
div.hall_interactive__cap_after1 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-content: stretch;
    background-color: #000;
    padding: 75px 200px 75px 155px;
}

div.hall_interactive__cap_now1,
div.hall_interactive__cap_now2 {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-content: stretch;
    background-color: #000;
    padding: 75px 200px 75px 155px;
}

div.hall_interactive__cap_before1 > div,
div.hall_interactive__cap_before2 > div,
div.hall_interactive__cap_after1 > div {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    color: #fff;
    position: relative;
}

div.hall_interactive__cap_now1 > div,
div.hall_interactive__cap_now2 > div {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    color: #fff;
    position: relative;
}

div.hall_interactive__cap_before1 > div > i,
div.hall_interactive__cap_after1 > div > i {
    position: absolute;
    left: -65px;
    top: 10px;
    width: 45px;
    height: 56px;
    background-image: url("/local/templates/forum-po-neyronutritsiologii-2025/components/medigit/conference.event.detail/.default/img/interactive__cap_lock.svg");
    background-repeat: no-repeat;
    object-fit: cover;
}

div.hall_interactive__cap_now1 > div > i,
div.hall_interactive__cap_now2 > div > i {
    position: absolute;
    left: -65px;
    top: 10px;
    width: 45px;
    height: 56px;
    background-image: url("/local/templates/forum-po-neyronutritsiologii-2025/components/medigit/conference.event.detail/.default/img/interactive__cap_lock.svg");
    background-repeat: no-repeat;
    object-fit: cover;
}

div.hall_interactive__cap_before2 > div > i {
    position: absolute;
    left: -75px;
    top: 10px;
    width: 55px;
    height: 55px;
    background-image: url("/local/templates/forum-po-neyronutritsiologii-2025/components/medigit/conference.event.detail/.default/img/interactive__cap_time.svg");
    background-repeat: no-repeat;
    object-fit: cover;
}

div.hall_interactive__video {
    width: calc(100% - 320px);
    height: 100%;
    flex: 1;
}

div.hall_interactive__add {
    width: 300px;
    min-width: 300px;
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-content: stretch;
    margin-left: 20px;
}

div.hall_interactive__add .chat {
    margin-bottom: 0px;
    margin-top: 0px;
}

@media (max-width: 767px) {
    section.hall_interactive > content {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        height: auto;
    }

    div.hall_interactive__cap_before1,
    div.hall_interactive__cap_before2,
    div.hall_interactive__cap_after1 {
        padding: 110px 40px 25px 40px;
    }

    div.hall_interactive__cap_now1,
    div.hall_interactive__cap_now2 {
        padding: 110px 40px 25px 40px;
    }


    div.hall_interactive__cap_before1 > div,
    div.hall_interactive__cap_before2 > div,
    div.hall_interactive__cap_after1 > div {
        font-size: 15px;
        line-height: 18px;
    }

    div.hall_interactive__cap_now1 > div,
    div.hall_interactive__cap_now2 > div {
        font-size: 15px;
        line-height: 18px;
    }


    div.hall_interactive__cap_before1 > div > i,
    div.hall_interactive__cap_after1 > div > i {
        position: absolute;
        left: 0px;
        top: -66px;
    }

    div.hall_interactive__cap_now1 > div > i,
    div.hall_interactive__cap_now2 > div > i {
        position: absolute;
        left: 0px;
        top: -66px;
    }

    div.hall_interactive__cap_before2 > div > i {
        position: absolute;
        left: 0px;
        top: -65px;
    }

    div.hall_interactive__video {
        width: 100%;
        margin-bottom: 20px;
    }

    div.hall_interactive__add {
        width: 100%;
        min-width: 100%;
        margin-left: 0px;
    }

    div.hall_interactive__add .hall_interactive__chat {
        width: 100%;
    }

    div.event_add_moreinfo > h3 {
        font-size: 20px;
        line-height: 24px;
    }

    div.event_add_moreinfo > p {
        font-size: 15px;
        line-height: 18px;
    }
}

section.hall_advertising {
    width: 100%;
    margin-bottom: 24px;
}

section.hall_advertising-bottom {
    width: 100%;
}

section.hall_advertising > img,
section.hall_advertising-bottom > img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

section.event_days {
    width: 100%;
    display: flex;
    flex-direction: column;
}

section.event_days > header {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: wrap;
}

div.event_days_heading {
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    display: flex;
    align-content: center;
    align-items: center;
    white-space: nowrap;
    margin-right: 50px;
    margin-bottom: 25px;
}

div.event_days_menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: stretch;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 32px;
}

div.event_days_menu > i {
    background-color: #F3F3F3;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    white-space: nowrap;
    cursor: pointer;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 34px;
    padding: 16px;
    margin-bottom: 0;
    width: 100%;
    color: #777E80;
    border: 2px solid transparent;
    border-radius: 10px;
    transition: background 0.3s, color 0.3s, border 0.3s;
}

div.event_days_menu > i.active {
    background-color: var(--project-color, #E51E25);
    color: #fff;
    cursor: default;
}

div.event_days_menu > i:not(.active):hover {
    background-color: transparent;
    color: #364042;
    border-color: var(--project-color, #E51E25);
}

section.event_days > content {
    display: flex;
    flex-direction: column;
}

div.day_container {
    flex-direction: column;
}

.day_container h3 {
    margin-bottom: 10px;
}

section.event_days > content > div.active {
    display: flex;
}

section.event_report {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 24px;
    padding: 24px 32px;
    background: #F9F9FB;
    border-radius: 15px;
}

section.event_report:last-child {
    border-bottom: none;
}

section.event_report > a.event_report_ancor {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
}

section.event_report > header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

div.event_report_date {
    width: 150px;
    min-width: 150px;
    margin-right: 24px;
    padding: 8px;
    background: #347E8A;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;

    border-radius: 8px;
    white-space: nowrap;
    text-align: center;
}

.event_report.pause div.event_report_date {
    background: transparent;
    color: #364042;
    border: 2px solid #347E8A;
}

div.event_report_heading {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-right: 90px;
}

div.event_report_heading > span {
    display: block;
    font-style: normal;
}

div.event_report_heading > .event_report_format {
    color: #777E80;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}

div.event_report_heading > .event_report_name {
    width: 100%;
    margin-top: 4px;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
}

section.event_report > content {
    display: flex;
    flex-direction: column;
    padding: 0 0 0 175px;
}

section.event_report_information {
    margin-top: 12px;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
}

section.event_report_information > p {
    margin-top: 10px;
    margin-bottom: 20px;
}

div.event_subreport_information > p {
    margin-top: 10px;
    margin-bottom: 20px;
}

section.event_report_speakers {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 16px;
}

div.speaker {
    padding: 0px 0px 0px 81px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: stretch;
    width: 250px;
    height: 66px;
    margin: 0px 20px 20px 0px;
    cursor: pointer;
}

div.speaker-modal {
    position: relative;
    padding-left: 200px;
}

div.speaker:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 66px;
    height: 66px;
    background-image: url(/local/templates/forum-po-neyronutritsiologii-2025/components/medigit/conference.event.detail/.default/img/person.png);
    background-color: var(--project-color, #E51E25);
    background-size: cover;
    border-radius: 50%;
}

div.speaker-modal:before {
    content: "";
    position: absolute;
    left: 0;
    top: -51px;
    width: 184px;
    height: 185px;
    background-image: url(/local/templates/forum-po-neyronutritsiologii-2025/components/medigit/conference.event.detail/.default/img/person.png);
    background-color: var(--project-color, #E51E25);
    background-size: cover;
    border-radius: 50%;
}

div.speaker-modal > img {
    position: absolute;
    left: -1px;
    top: -52px;
    border-radius: 50%;
    width: 188px;
    height: 188px;
    border: none;
    overflow: hidden;
    object-fit: cover;
}

div.speaker > img {
    position: absolute;
    left: -1px;
    top: -1px;
    border-radius: 33px;
    width: 68px;
    height: 68px;
    border: none;
    overflow: hidden;
    object-fit: cover;
}

div.speaker_name {
    width: 100%;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
}

div.speaker_status {
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #C9C9C9;
}

section.event_subreport {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 32px;
}

section.event_subreport > a.event_report_ancor {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
}

section.event_subreport > header {
    margin-bottom: 16px;
}

div.event_subreport_heading {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}

div.event_subreport_information {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
}

div.event_subreport_speakers {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

section.event_report > footer {
    display: flex;
    flex-direction: column;
    padding: 0px 90px 0px 175px;
}

section.event_report_sponsors {
    margin-top: 10px;
    margin-bottom: 20px;
}

section.event_report_sponsors > header {
    margin-bottom: 20px;
}

div.event_report_sponsors_heading {
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 31px;
}

section.event_report_sponsors > content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

div.sponsor {
    position: relative;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 295px;
    height: 225px;
}

div.sponsor_status {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    height: 20px;
    position: relative;
    margin: 0px 0px 15px 23px;
}

div.sponsor_status:before {
    content: "";
    position: absolute;
    left: -23px;
    top: 0px;
    width: 18px;
    height: 18px;
}

div.DIAMOND {
    border: 1px solid #B9EEFF;
}

div.DIAMOND > .sponsor_status {
    color: #B9EEFF;
}

div.DIAMOND > .sponsor_status:before {
    background-image: url("/local/templates/forum-po-neyronutritsiologii-2025/components/medigit/conference.event.detail/.default/img/sponsor_status_star_diamond.svg");
}

div.DIAMOND > .sponsor_status:after {
    content: "Бриллиантовый спонсор";
}

div.PLATINUM {
    border: 1px solid #CED9DC;
}

div.PLATINUM > .sponsor_status {
    color: #CED9DC;
}

div.PLATINUM > .sponsor_status:before {
    background-image: url("/local/templates/forum-po-neyronutritsiologii-2025/components/medigit/conference.event.detail/.default/img/sponsor_status_star_platinum.svg");
}

div.PLATINUM > .sponsor_status:after {
    content: "Платиновый спонсор";
}

div.GOLD {
    border: 1px solid #F3D537;
}

div.GOLD > .sponsor_status {
    color: #F3D537;
}

div.GOLD > .sponsor_status:before {
    background-image: url("/local/templates/forum-po-neyronutritsiologii-2025/components/medigit/conference.event.detail/.default/img/sponsor_status_star_gold.svg");
}

div.GOLD > .sponsor_status:after {
    content: "Золотой спонсор";
}

div.SILVER {
    border: 1px solid #B3BEC1;
}

div.SILVER > .sponsor_status {
    color: #B3BEC1;
}

div.SILVER > .sponsor_status:before {
    background-image: url("/local/templates/forum-po-neyronutritsiologii-2025/components/medigit/conference.event.detail/.default/img/sponsor_status_star_silver.svg");
}

div.SILVER > .sponsor_status:after {
    content: "Серебряный спонсор";
}

div.BRONZE {
    border: 1px solid #E76A24;
}

div.BRONZE > .sponsor_status {
    color: #E76A24;
}

div.BRONZE > .sponsor_status:before {
    background-image: url("/local/templates/forum-po-neyronutritsiologii-2025/components/medigit/conference.event.detail/.default/img/sponsor_status_star_bronze.svg");
}

div.BRONZE > .sponsor_status:after {
    content: "Бронзовый спонсор";
}

div.sponsor_website {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #8C8C8C;
    margin: 0px 0px 15px 0px;
    text-align: center;
}

.sponsor_img {
    width: 200px;
    height: 100px;
    margin: 0px 0px 15px 0px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

a.sponsor_img:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 76%;
}

.sponsor_img > img {
    max-width: 100%;
    max-height: 100%;
    border: none;
}

div.sponsor_action_info {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    height: 25px;
    position: relative;
    margin: 0px 0px 0px 28px;
    cursor: pointer;
}

.action_active.sponsor_action_info:before {
    content: "";
    position: absolute;
    left: -28px;
    top: 0px;
    width: 22px;
    height: 22px;
    background-image: url("/local/templates/forum-po-neyronutritsiologii-2025/components/medigit/conference.event.detail/.default/img/sponsor_action_info.svg");
}

.action_active.sponsor_action_info:after {
    content: "Полезная информация";
}

section.event_report_add_information {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #C9C9C9;
    margin-top: 20px;
}

@media (max-width: 1280px) {
    div.event_report_date {
        margin-right: 25px;
    }

    div.event_report_heading {
        padding-right: 45px;
    }

    section.event_report > content {
        padding: 0px 45px 0px 175px;
    }

    section.event_report > footer {
        padding: 0px 45px 0px 175px;
    }
}

@media (max-width: 1024px) {
    section.event_report {
        border-radius: 10px;
    }
}

@media (max-width: 768px) {
    section.event_days > header {
        flex-direction: column;
        align-content: flex-start;
        flex-wrap: nowrap;
    }

    div.event_days_heading {
        font-size: 26px;
        line-height: 31px;
        align-content: flex-start;
        align-items: flex-start;
        white-space: normal;
        margin-right: 0px;
        margin-bottom: 8px;
    }

    div.event_days_menu {
        justify-content: flex-start;
        align-content: center;
        flex-wrap: wrap;
        width: 100%;
        margin-bottom: 16px;
    }

    div.event_days_menu > i {
        font-size: 14px;
        line-height: 17px;
        padding: 13px;
        width: calc(33% - 8px);
    }

    section.event_report > header {
        width: 100%;
        flex-wrap: wrap;
    }

    div.event_report_date {
        width: 117px;
        min-width: 117px;
        margin-right: 0;
        margin-bottom: 16px;
        padding: 4px 14px;
        font-size: 14px;
        line-height: 20px;
        border-radius: 8px;
    }

    div.event_report_heading {
        display: flex;
        flex-direction: column;
    }

    div.event_report_heading > span {
        font-size: 15px;
        line-height: 18px;
    }

    div.event_report_heading > .event_report_format {
        margin-top: 0;
        font-size: 12px;
        line-height: 14px;
    }

    div.event_report_heading > .event_report_name {
        margin-top: 0;
        font-weight: 500;
        font-size: 18px;
        line-height: 26px;
    }

    section.event_report {
        padding: 16px;
    }

    section.event_report > content {
        padding: 0;
    }

    section.event_report_information {
        margin-top: 12px;
        font-size: 15px;
        line-height: 18px;
    }

    section.event_report_information > p {
        font-size: 15px;
        line-height: 18px;
    }

    section.event_report_speakers {
        flex-direction: column;
        flex-wrap: wrap;
        align-content: flex-start;
    }

    div.speaker {
        width: 100%;
        margin: 0px 0px 20px 0px;
    }

    div.speaker_name {
        font-size: 13px;
        line-height: 16px;
    }

    div.speaker_status {
        font-size: 13px;
        line-height: 16px;
    }

    div.event_subreport_heading {
        font-size: 15px;
        line-height: 18px;
    }

    div.event_subreport_information {
        font-size: 12px;
        line-height: 14px;
    }

    div.event_subreport_speakers {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: nowrap;
    }

    section.event_report > footer {
        padding: 0;
    }

    div.event_report_sponsors_heading {
        font-size: 15px;
        line-height: 18px;
    }

    section.event_report_sponsors > content {
        flex-direction: column;
        align-items: flex-start;
        flex-wrap: nowrap;
    }

    div.sponsor {
        margin-right: 0px;
        width: 100%;
    }

    section.event_report_add_information {
        font-size: 12px;
        line-height: 14px;
    }
}

@media (max-width: 576px) {
    div.event_days_menu > i {
        width: 100%;
        margin-bottom: 0;
    }

    div.event_days_menu > i + i {
        margin-top: 12px;
    }
}

/* event_add_information */
section.event_add_information {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
}

section.event_add_information > header {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
}

.event_add_heading {
    width: 100%;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
}

section.event_add_information > content {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.event_add_information > content > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    width: 42%;
    border-top: 3px solid var(--project-color, #E51E25);
    border-bottom: 3px solid var(--project-color, #E51E25);
    padding: 25px 0px;
    margin-bottom: 30px;
}

section.event_add_information > content > div > a {
    color: #212529;
    text-decoration: none;
    width: 100%;
}

.event_add_information__item > a > div:first-child {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
}

.event_add_information__item > a > div:last-child {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
}

@media (max-width: 768px) {

    .event_add_heading {
        width: 100%;
        font-style: normal;
        font-weight: bold;
        font-size: 26px;
        line-height: 31px;
    }

    section.event_add_information > content {
        display: flex;
        flex-direction: column;
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-start;
        border-top: 1px solid var(--project-color, #E51E25);
    }

    section.event_add_information > content > div {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        align-content: flex-start;
        width: 100%;
        border-top: none;
        border-bottom: 1px solid var(--project-color-hover, #D1181F);
        padding: 25px 0;
        margin-bottom: 0;
    }

    .event_add_information__item > a > div:first-child {
        font-size: 17px;
        line-height: 20px;
    }

    .event_add_information__item > a > div:last-child {
        font-size: 15px;
        line-height: 18px;
    }
}

/* Direction */
.direction {
    position: relative;
    padding: 119px 0 112px;
    background-image: url('/local/templates/forum-po-neyronutritsiologii-2025/components/medigit/conference.event.detail/.default/img/direction.png'),
    radial-gradient(circle at 0 0, rgba(45, 198, 217, 0.11) 330px, rgba(45, 198, 217, 0) 660px),
    radial-gradient(circle at 100% 100%, rgba(45, 198, 217, 0.11) 270px, rgba(45, 198, 217, 0) 590px);
    background-color: #F6F6F6;
    background-position: center right, top left, bottom right;
    background-repeat: no-repeat;
    background-size: 50% auto, auto auto, auto auto;
    border-radius: 30px;
    overflow: hidden;
}

.direction .direction__inner {
    max-width: 50%;
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .direction {
        border-radius: 20px
    }
}

@media (max-width: 768px) {
    .direction {
        padding: 0;
    }

    .direction article {
        padding: 32px 16px 320px;
        background-image: url('/local/templates/forum-po-neyronutritsiologii-2025/components/medigit/conference.event.detail/.default/img/direction-mob.png'),
        radial-gradient(circle at 0 0, rgba(45, 198, 217, 0.11) 150px, rgba(45, 198, 217, 0) 300px),
        radial-gradient(circle at 100% 100%, rgba(45, 198, 217, 0.11) 150px, rgba(45, 198, 217, 0) 300px);
        background-color: #F6F6F6;
        background-position: center bottom -100px, top left, bottom right;
        background-repeat: no-repeat;
    }

    .direction .direction__inner {
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .direction article {
        padding: 32px 16px 70vw;
        background-position: center bottom -20vw, top left, bottom right;
        background-size: 100% auto, auto auto, auto auto;
    }

    .direction .direction__inner {
        max-width: 100%;
    }
}

/* Buy */
.buy {
    margin-top: 140px;
    margin-bottom: 140px;
}

.buy__header {
    display: block;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto 60px;
    text-align: center;
}

.buy__header h2 {
    display: block;
    margin-bottom: 24px;
}

.buy__note {
    margin-bottom: 32px;
    strong {
        font-weight: 600;
        font-size: 32px;
        line-height: 36px;
    }
}

.buy .buy__cols {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -8px;
}

.buy__header span {
    display: inline-block;
    margin-bottom: 24px;
    padding: 3px 48px;
    font-size: 40px;
    line-height: 66px;
}

.buy__cols > div {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 1 auto;
    min-width: 294px;
    max-width: calc(33.333333% - 16px);
    margin: 0 8px 16px;
    padding: 32px 16px;
    background: #F9F9FB;
    color: #364042;
    border-radius: 15px;
}

.buy .buy__cols > div:first-child {
    background: #347E8A;
}

.buy__cols .ul {
    flex: 1 1 auto;
}

.buy__type {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 79px;
    width: 100%;
    margin-bottom: 32px;
    padding: 8px;
    background: #EBEDEF;
    color: #347E8A;
    font-weight: 700;
    font-size: 19px;
    line-height: 32px;
    border-radius: 15px;
    text-transform: uppercase;
    text-align: center;
}

.buy p {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
}

.buy p span {
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

.buy .buy__title-list {
    margin-top: 16px;
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 26px;
}

.buy__record {
    font-size: 13px;
    line-height: 17px;
}

.buy__record a {
    color: #68B0F4;
}

.buy__price {
    display: inline-block;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 28px;
    padding: 8px;
    background: #EBEDEF;
    color: #364042;
    font-weight: 600;
    font-size: 34px;
    line-height: 40px;
    border-radius: 15px;
    text-transform: uppercase;
    text-align: center;
}

.buy .btn {
    display: block;
    width: 100%;
    padding: 16px;
    background: transparent;
    color: #364042;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    border: 2px solid #16A0B1;
}

.buy .btn:hover {
    background: #16A0B1;
    color: #fff;
}

.buy__cols > div:first-child * {
    color: #fff;
}
.buy__cols > div:first-child .buy__type,
.buy__cols > div:first-child .buy__price {
    background: #5E98A1;
    color: #fff;
}

.buy__cols > div:first-child li:before {
    background: #fff;
}

.buy__cols > div:first-child .btn {
    background: #fff;
    color: #364042;
    border: none;
}

.buy__cols > div:first-child .btn:hover {
    background: #16A0B1;
    color: #fff;
}
.buy__link {
    text-decoration: underline;
    color: #347E8A;
    &:hover {
        color: #16A0B1;
    }
}

@media (max-width: 1256px) {
    .buy {
        margin-top: 74px;
        margin-bottom: 74px;
    }
    .buy__note strong {
        font-size: calc(((100vw - 320px) / (1224 - 320)) * 8 + 24px);
        line-height: calc(((100vw - 320px) / (1224 - 320)) * 4 + 32px);
    }
    .buy__header {
        margin: 0 auto 26px;
    }

    .buy__header h2 {
        margin-bottom: 14px;
    }

    .buy__header span {
        margin-bottom: 18px;
        font-size: 24px;
        line-height: 35px;
    }

    .buy__cols > div {
        max-width: calc(50% - 16px);
    }

    .buy__type {
        height: auto;
        margin-bottom: 20px;
        padding: 11px 14px;
        font-size: 20px;
        line-height: 23px;
        border-radius: 6px;
    }

    .buy__price {
        margin-top: 24px;
        padding: 8px 40px;
        font-size: 20px;
        line-height: 30px;
        border-radius: 6px;
    }

    .buy .btn {
        padding: 13px;
        font-size: 15px;
        line-height: 20px;
        border-radius: 6px;
    }
}

@media (max-width: 768px) {
    .buy .flex-triple {
        display: block;
        margin: 0;
    }

    .buy .flex-triple > * {
        max-width: 100%;
        margin: 0 0 16px 0;
    }

    .buy__type,
    .buy__price {
        width: auto;
    }
}

/* event_history */
section.event_history {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
}

section.event_history > header {
    width: 100%;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 30px;
}

section.event_history > content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.02em;
}

section.event_history > content a {
    margin-right: 50px;
    margin-bottom: 50px;
    color: #212529;
    text-decoration-line: underline;
}

section.event_history > content a:hover {
    color: var(--project-color-hover, #D1181F);
}

/* sponsors & partners */
.block-logo .flex-penta > * {
    padding: 0;
}

.block-logo .flex-penta img {
    max-width: 85%;
    max-height: 75%;
}

.block-logo .flex__item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 111px;
    margin-bottom: 16px;
    padding: 6px;
    background: #F9F9FB;
    border-radius: 15px;
}
#sponsors .flex__item {
    border: 1px solid transparent;
}
#sponsors .sponsors-diamond {
    border-color: rgb(185, 238, 255);
}
#sponsors .sponsors-platinum {
    border-color: rgb(206, 217, 220);
}
#sponsors .sponsors-gold {
    border-color: rgb(243, 213, 55);
}
#sponsors .sponsors-silver {
    border-color: rgb(179, 190, 193);
}
#sponsors .sponsors-bronze {
    border-color: rgb(231, 106, 36);
}

/* event_contacts */
.event-contacts__inner {
    margin-bottom: 130px;
}

.event-contacts h2 {
    width: 100%;
}

.event-contacts__inner {
    display: flex;
    align-items: stretch;
}


/*.event-contacts__block {*/
/*    margin-top: 36px;*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    gap: 28px 37px;*/
/*}*/

.event-contacts__heading {
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 25px;
}

.event-contacts__text {
    margin-bottom: 28px;
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
}

.event-contacts iframe {
    border: none;
    border-radius: 30px;
}

.event-contacts__info {
    width: 100%;
    padding: 48px 32px;
    background: #F9F9FB;
    border-radius: 30px;
}

.event-contacts__info * {
    color: #364042;
}

.contact-phone {
    text-decoration: none;
}

.event-contacts__contacts {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
    margin-top: 20px;
}

.event-contacts__contact {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 48px;
    font-size: 24px;
    font-weight: 500;
    transition: color 0.3s;
}

.event-contacts__contact:hover {
    color: #68B0F4;
}

.event-contacts__contact::before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    width: 40px;
    height: 40px;
}

.contact-phone::before,
.contact-email::before {
    background: url("/local/templates/forum-po-neyronutritsiologii-2025/components/medigit/conference.event.detail/.default/img/contact_phone.svg") center center no-repeat;
    background-size: contain;
}

.contact-email::before {
    background-image: url("/local/templates/forum-po-neyronutritsiologii-2025/components/medigit/conference.event.detail/.default/img/contact_email.svg");
}

#map {
    position: relative;
    margin-left: 24px;
    border-radius: 30px;
    overflow: hidden;
}

#map,
#map > * {
    max-width: 392px;
    width: 100%;
    min-height: 100%;
}

#map .ymaps-2-1-79-controls__toolbar,
#map .ymaps-2-1-79-controls__control,
#map .ymaps-2-1-79-gototaxi,
#map .ymaps-2-1-79-copyright,
#map .ymaps-2-1-79-gototech {
    display: none;
}

@media (max-width: 1024px) {
    .event-contacts__inner {
        display: block;
        margin-bottom: 98px;
    }

    .event-contacts__info {
        z-index: 5;
        position: relative;
        max-width: 100%;
        border-radius: 20px;
    }

    #map {
        z-index: 1;
        margin-left: 0;
        border-radius: 20px;
    }

    .form {
        padding: 16px 0;
    }

    .form .flex__item {
        padding: 24px 16px;
    }

    #map {
        margin-top: -42px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    #map,
    #map > * {
        width: 100%;
        max-width: 100%;
        height: 400px;
    }
}

@media (max-width: 768px) {
    .event-contacts__block {
        gap: 16px 37px;
    }

    .event-contacts__info {
        padding: 24px 16px 32px;
        margin-right: 0;
    }

    .event-contacts__contacts {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .event-contacts__heading {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .event-contacts__text {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 25px;
    }

    .event-contacts__contact {
        padding-left: 40px;
        font-size: 18px;
    }

    .event-contacts__contact::before {
        width: 32px;
        height: 32px;
    }
}

/* modal */

/* speaker */

.modal_speaker {
    max-width: 936px;
}

.modal_speaker > .modal-content {
    border-radius: 0;
}

.modal_speaker .popup-s__block {
    padding: 80px;
}

.modal_speaker .popup-b__exit {
    position: absolute;
    top: 21px;
    right: 19px;
    width: 20px;
    height: 20px;
    background-size: 22px;
}

.modal_speaker .popup-s__main {
    display: flex;
    flex-direction: column;
    margin-bottom: 29px;
}

.modal_speaker .popup-s__img {
    display: block;
    width: 185px;
    height: 185px;
    margin-right: 20px;
    object-fit: cover;
    border-radius: 50%;
    position: relative;
}

.modal_speaker .popup-s__subtitle {
    align-self: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
}

.modal_speaker .popup-s__description {
    margin-top: 80px;
    margin-bottom: 0;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    overflow: hidden;
}

@media (max-width: 949px) {

    .modal_speaker {
        max-width: 96%;
    }

    .modal_speaker .popup-s__block {
        padding: 9vw;
    }

}

@media (max-width: 719px) {
    .modal_speaker .popup-s__block {
        padding: 9vw;
    }

    .modal_speaker .popup-s__main {
        display: flex;
        margin-bottom: 15px;
    }

    .modal_speaker .popup-s__img {
        width: 115px;
        height: 115px;
    }

    .modal_speaker .popup-s__subtitle {
        font-size: 17px;
        font-weight: 700;
        line-height: 19px;
    }

    .modal_speaker .popup-s__description {
        margin-top: 30px;
        max-height: 632px;
        font-size: 17px;
        line-height: 19px;
    }

    div.speaker-modal {
        padding-left: 85px;
    }

    div.speaker-modal:before {
        top: -17px;
        width: 68px;
        height: 68px;
    }

    div.speaker-modal > img {
        left: -1px;
        top: -19px;
        width: 74px;
        height: 73px;
    }
}

/* sponsor */
.modal_sponsor {
    max-width: 936px;
}

.modal_sponsor > .modal-content {
    border-radius: 0;
}

.modal_sponsor .popup-b__block {
    padding: 72px 52px;
}

.modal_sponsor .popup-b__exit {
    position: absolute;
    top: 21px;
    right: 19px;
    width: 20px;
    height: 20px;
    background-size: 22px;
}

.modal_sponsor h2 {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 41px;
    letter-spacing: 0em;
    text-align: left;
}

.modal_sponsor p {
    margin: 25px 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}

.modal_sponsor img {
    display: block;
    width: 100%;
    max-height: 449px;
    object-fit: cover;
    margin-bottom: 25px;
}

@media (max-width: 949px) {
    .modal_sponsor {
        max-width: 96%;
    }

    .modal_sponsor img {
        max-height: 400px;
    }
}

@media (max-width: 719px) {
    .modal_sponsor .popup-b__block {
        padding: calc(5% + 45px) 7% 10%;
    }

    .modal_sponsor h2 {
        font-size: 21px;
        line-height: 26px;
    }

    .modal_sponsor p {
        font-size: 15px;
        line-height: 18px;
    }
}

/* authorize_form */
.modal_authorize_form {
    max-width: 1034px;
}

.modal_authorize_form .modal-content {
    border-radius: 0;
}

.modal_authorize_form .popup-reg__wrapper {
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    color: black;
    background-color: #fff;
}

.modal_authorize_form .popup-reg__exit {
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    right: -48px;
    cursor: pointer;
}

.modal_authorize_form .popup-reg__button-exit {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
    background-size: 20px;
}

.modal_authorize_form button.popup-reg__button-exit:focus {
    box-shadow: 0px 0px 6px 1px #727272;
}

.modal_authorize_form .popup-control__block {
    padding: 120px 1vw 150px;
}

.modal_authorize_form .popup-b__exit {
    position: absolute;
    top: 21px;
    right: 19px;
    width: 20px;
    height: 20px;
    background-size: 22px;
}

.modal_authorize_form .popup-reg__block1 {
    position: relative;
    width: 612px;
    height: 488px;
    padding: 34px 106px;
}

.modal_authorize_form .popup-reg__block2 {
    width: 424px;
    height: 488px;
    padding: 34px 24px;
    background-color: #E3E3E3;
}

.modal_authorize_form .popup-reg__title {
    margin: 12px 0;
    font-size: 34px;
    font-weight: 700;
    line-height: 41px;
}

.modal_authorize_form .popup-reg__block2 > .popup-reg__title {
    margin-top: 14px;
    font-size: 28px;
    line-height: 34px;
}

.modal_authorize_form .popup-reg__subtitle {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
}

.modal_authorize_form .popup-reg__description {
    margin-bottom: 12px;
}

.modal_authorize_form .popup-reg__form {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}

.modal_authorize_form .popup-reg__form-p {
    margin-top: 29px;
    margin-bottom: 7px;
}

.modal_authorize_form .popup-reg__form-p:nth-child(3) {
    margin-top: 20px;
}

.modal_authorize_form input[type=text],
.modal_authorize_form input[type=password] {
    width: 100%;
    height: 43px;
    outline: none;
    font-size: 20px;
    padding-left: 10px;
    border: 1px solid black;
    border-radius: 5px;
    box-shadow: none;
}

.modal_authorize_form .popup-reg__form-a {
    display: block;
    color: inherit;
    margin-top: 6px;
}

.modal_authorize_form a:active {
    color: var(--project-color-hover, #D1181F);
}

.modal_authorize_form .popup-reg__button {
    display: block;
    margin: auto;
    margin-top: 115px;
    min-width: 190px;
    padding: 20px 35px 21px;
    cursor: pointer;
    border: none;
    outline: none;
    background-color: #cbcbca;
    font-size: 20px;
    line-height: 24px;
    transition: color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}

.modal_authorize_form .popup-reg__button:hover {
    background-color: var(--project-color-hover, #D1181F);
    color: #fff;
}

.modal_authorize_form .popup-reg__button:active {
    background-color: #474747;
    color: #fff;
}

.modal_authorize_form .popup-reg__button[type=submit] {
    margin-top: 29px;
}

@media (max-width: 1140px) {
    .modal_authorize_form .popup-reg__exit {
        top: 5px;
        right: 5px;
        background-color: transparent;
        z-index: 9;
    }
}

@media (max-width: 1050px) {
    .modal_authorize_form {
        margin: 0.5rem;
    }

    .modal_authorize_form .popup-reg__block1 {
        width: 59%;
        height: auto;
        padding-left: 9%;
        padding-right: 9%;
    }

    .modal_authorize_form .popup-reg__block2 {
        position: relative;
        width: 41%;
        height: auto;
    }

    .modal_authorize_form .popup-reg__block2 .popup-reg__button {
        margin-top: 29px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 949px) {
    .modal_authorize_form .popup-reg__block1 {
        width: 55%;
        height: auto;
        padding: 34px 24px;
    }

    .modal_authorize_form .popup-reg__block2 {
        width: 45%;

    }

    .modal_authorize_form .popup-reg__title {
        font-size: 30px;
        line-height: 29px;
    }

    .modal_authorize_form .popup-reg__block2 > .popup-reg__title {
        font-size: 23px;
        line-height: 29px
    }

    .modal_authorize_form input[type=text],
    .modal_authorize_form input[type=password] {
        height: 38px;
    }

    .modal_authorize_form .popup-reg__form-p {
        margin-top: 20px;
    }
}

@media (max-width: 719px) {
    .modal_authorize_form .popup-reg__wrapper {
        flex-direction: column;
    }

    .modal_authorize_form .popup-reg__block1,
    .modal_authorize_form .popup-reg__block2 {
        width: 100%;
        padding: 32px 16px;
    }

    .modal_authorize_form .popup-reg__block2 .popup-reg__button {
        position: static;
        margin: 22px auto 0;
        transform: none;
    }

    .modal_authorize_form .popup-reg__subtitle {
        font-size: 14px;
        line-height: 13px;

    }

    .modal_authorize_form .popup-reg__title {
        font-size: 22px;
        line-height: 26px;
        margin: 7px 0 4px;
    }

    .modal_authorize_form .popup-reg__block2 .popup-reg__title {
        font-size: 18px;
        line-height: 22px;
    }

    .modal_authorize_form .popup-reg__description {
        font-size: 15px;
        line-height: 16px;
    }

    .modal_authorize_form .popup-reg__form-p {
        margin-top: 22px 0 5px;
        font-size: 15px;
        line-height: 16px;
    }

    .modal_authorize_form input[type=text],
    .modal_authorize_form input[type=password] {
        height: 34px;
    }

    .modal_authorize_form .popup-reg__form-a {
        font-size: 15px;
        line-height: 16px;
    }

    .modal_authorize_form .popup-reg__button[type=submit] {
        margin-top: 22px;
        width: 200px;
        font-size: 16px;
        line-height: 18px;
        padding: 12px 0;
    }

    .modal_authorize_form .popup-reg__block2 .popup-reg__button {
        margin-top: 22px;
        width: 200px;
        font-size: 16px;
        line-height: 18px;
        padding: 12px 0;
    }

    .swiper-button-prev.lecture-swiper-prev,
    .swiper-button-next.lecture-swiper-next {
        display: block;
        transform: scale(0.8);
    }

    .swiper-button-prev.lecture-swiper-prev {
        left: 7px !important;
    }

    div.slide-inside-modal {
        padding: 10px 10px 7px;
        font-size: 12px;
        max-height: 56px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

/* Swiper Styles */
.photo-slide {
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper {
    width: 100%;
    height: 100%;
}

video {
    max-width: 100%;
    height: auto;
}

iframe,
embed,
object {
    max-width: 100%;
}

.vendor {
    padding: 2%;
}

.unsupported {
    background: #fddfde;
}

.fluidMedia {
    padding-bottom: 56.25%;
    /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    height: 0;
    overflow: hidden;
}

.fluidMedia iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slide-inside-modal {
    position: absolute;
    z-index: 999999;
    color: #fff;
    transform: translateY(-50px);
    padding: 20px 0;
    transition: 0.5s ease-in-out;
    background-color: rgba(0, 0, 0, 0.39);
    width: 100%;
}

.inside-modal-show {
    transform: translateY(22px);
}

.swiper-button-next {
    right: 25px !important;
}

.swiper-button-prev {
    left: 25px !important;
}

.swiper-button-prev:after {
    content: url("/local/templates/forum-po-neyronutritsiologii-2025/components/medigit/conference.event.detail/.default/./img/arrow_left.svg") !important;
}

.swiper-button-next::after {
    content: url("/local/templates/forum-po-neyronutritsiologii-2025/components/medigit/conference.event.detail/.default/./img/arrow_right.svg") !important;
}

.headliners-buttons {
    display: flex;
    justify-content: space-between;
    position: relative;
    bottom: 185px;
}

.headliners-button-next {
    right: 0px !important;
    position: relative !important;
    display: inherit !important;
}

.headliners-button-next.swiper-button-disabled,
.lecture-swiper-next.swiper-button-disabled,
.hall-swiper-next.swiper-button-disabled {
    opacity: 0 !important;
}

.headliners-button-prev {
    left: 0px !important;
    position: relative !important;
    display: inherit !important;
}

.headliners-button-prev.swiper-button-disabled,
.lecture-swiper-prev.swiper-button-disabled,
.hall-swiper-prev.swiper-button-disabled {
    opacity: 0 !important;
}

@media (max-width: 500px) {
    .slide-inside-modal,
    .slide-inside-modal-2 {
        transform: translateY(22px);
    }
}

/* Swiper Styles End */

/* Стили фотогалереи */

.photo-swiper {
    width: 100%;
    height: 100%;
}

.swiper-image-slide {
    text-align: center;
    font-size: 18px;
    transform: scale(0.7);
    transition: ease-in-out 0.5s;
}

.swiper-image-slide img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.swiper-slide-next {
    transform: scale(1);
}

.slide-modal {
    position: absolute;
    z-index: 99;
    color: #fff;
    transform: translateY(80px);
    background-color: rgba(0, 0, 0, 0.39);
    padding: 20px 0;
    transition: 0.5s ease-in-out;
    width: 100%;
    bottom: 80px;
}


.image-swiper-next {
    right: 15px;
}

.image-swiper-prev {
    left: 15px;
}

.swiper-pagination {
    bottom: 0px !important;
}

.swiper-pagination-bullet-active {
    background-color: var(--project-color, #E51E25) !important;

}

@media screen and (max-width: 500px) {
    .image-swiper-next,
    .image-swiper-prev {
        display: none;
    }

    .swiper-image-slide {
        transform: scale(0.8);
    }
}

@media screen and (min-width: 768px) {
    .swiper-pagination {
        display: none;
    }
}

/* Конец стилей фотогалереи */

/* Стили "раскрывашки" */
.expand-gradient {
    overflow: hidden;
    position: relative;
    max-height: 1250px;
    -webkit-transition: max-height 1s ease;
    -o-transition: max-height 1s ease;
    transition: max-height 1s ease;
}

.expand-gradient::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(var(--project-color-gradient, #fff)));
    background: -o-linear-gradient(rgba(255, 255, 255, 0), var(--project-color-gradient, #fff));
    background: linear-gradient(rgba(255, 255, 255, 0), var(--project-color-gradient, #fff));
}

.expand-desc-btn,
.collapse-desc-btn {
    display: block;
    cursor: pointer;
    text-decoration: underline;
}

/* Конец стилей "раскрывашки" */
.event_banner_invitation img {
    max-width: 100%;
    height: auto;
}
/* End */


/* Start:/local/libs/swiper/swiper-bundle.min.css?164751825815818*/
/**
 * Swiper 8.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 4, 2022
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}

/* End */


/* Start:/local/templates/forum-po-neyronutritsiologii-2025/components/medigit/conference.event.detail/.default/medigit/conference.person.list/headliners/style.css?17345202872400*/
.persons {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.persons .person__name {
    margin-top: 12px;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
}

.show-more {
    display: block;
    width: 100%;
    padding: 17px 0 16px;
    background: transparent;
    color: var(--project-text-color);
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    border: 1px solid #347E8A;
    border-radius: 12px;
    transition: background 0.3s, border 0.3s, color 0.3s;
}

.show-more:hover {
    background: #5D98A1;
    color: #fff;
    border-color: #5D98A1;
}

.persons-container.container {
    margin-bottom: 140px;
}

.persons .person {
    margin-bottom: 40px;
    padding: 0;
    cursor: pointer;
}

.person.show {
    -webkit-animation: fadeInFromNone 0.3s ease-out;
    -moz-animation: fadeInFromNone 0.3s ease-out;
    -o-animation: fadeInFromNone 0.3s ease-out;
    animation: fadeInFromNone 0.3s ease-out;
}

.person.hidden {
    display: none;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.show-more.hidden {
    display: none;
}

.person__name {
    font-size: 26px;
    line-height: 35px;
}

.person__preview {
    margin-top: 8px;
    font-size: 14px;
    line-height: 19.6px;
}

.person__photo {
    position: relative;
    height: 0;
    padding-bottom: 108%;
    background: #ECECEC;
    background-size: cover;
    border-radius: 15px;
    overflow: hidden;
}

.person__photo img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
}

@media (max-width: 1024px) {
    .persons-container.container {
        margin-bottom: 56px;
    }

    .person__photo {
        border-radius: 10px;
    }
}

@media (max-width: 768px) {
    .persons .person {
        max-width: calc(33.333333% - 16px);
        margin-bottom: 24px;
    }

    .person__name {
        margin-top: 8px;
    }

    .person__preview {
        font-size: 11px;
        line-height: 15px;
    }

    .persons .person__name {
        font-size: 14px;
        line-height: 20px;
        margin-top: 12px;
    }

    .show-more {
        font-size: 16px;
        padding: 10px 0;
    }
}

@media (max-width: 576px) {
    .persons-container .persons {
        display: flex;
        margin: 0 -7px 0px;
    }

    .persons .person {
        max-width: calc(50% - 14px);
        margin: 0 7px 24px;
    }
}
/* End */


/* Start:/local/templates/forum-po-neyronutritsiologii-2025/components/medigit/conference.event.detail/.default/medigit/conference.person.list/lecturespeaker/style.css?17345202871643*/

.lecture-speakers {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

.lecture-speakers .person {
    padding: 0 0 0 81px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 290px;
    height: 72px;
    margin: 0 24px 12px 0;
    cursor: pointer;
}

.lecture-speakers .person:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 72px;
    height: 72px;
    background-color: #ECECEC;
    background-size: cover;
    border-radius: 50%;
}

.lecture-speakers img {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100%;
    width: 72px;
    height: 72px;
    border: none;
    overflow: hidden;
    object-fit: cover;
}

.lecture-speakers .person__name {
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
}

@media (max-width: 1024px) {
    .lecture-speakers .person__photo {
        width: 60px;
        height: auto;
    }

    .lecture-speakers .person__photo img {
        width: 48px;
    }
}

@media (max-width: 768px) {
    .lecture-speakers .person {
        width: 240px;
        height: 60px;
    }

    .lecture-speakers .person:before {
        width: 60px;
        height: 60px;
    }

    .lecture-speakers img {
        width: 60px;
        height: 60px;
    }

    .lecture-speakers .person__name {
        margin-top: 0;
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 440px) {
    .lecture-speakers .person__photo img {
        margin: 0 auto 12px;
    }
}

/* End */


/* Start:/bitrix/components/medigit/conference.photo.list/templates/.default/style.css?17488517931167*/
.photogallery-popup__container{
    box-shadow: 0 19px 24px rgb(0 0 0 / 20%);
}
.photogallery .slider-nav {
    display: flex;
    top: 0;
    margin: 0;
}
.photogallery {
    margin: 92px 0 122px;
}
.index__title.index__title_photogallery {
    margin: 0 0 32px;
}
.index__title_photogallery + div {
    margin-top: -74px;
    padding-top: 74px;
}
.photogallery-slider__slide {
    cursor: pointer;
}
.photogallery-slider__img {
    width: 100%;
    height: 254px;
    object-fit: cover;
}


@media (max-width: 1349px) {
    .photogallery .swiper {
        margin-top: 0;
        padding: 0 0 42px;
    }
    .photogallery .slider-nav {
        top: auto;
        bottom: 0;
    }
}
@media (max-width: 959px) {
    .photogallery-slider__img {
        height: 26.3vw;
    }
}
@media (max-width: 719px) {
    .photogallery {
        margin: 71px 0 85px;
    }
    .index__title.index__title_photogallery {
        margin: 0 0 15px;
    }
    .index__title_photogallery + div {
        margin: 0 0;
        padding: 0 0 41px;
    }
    .photogallery .slider-nav {
        top: auto;
        bottom: 0;
    }
    .photogallery-slider__img {
        height: 53vw;
    }
}
/* End */


/* Start:/local/templates/forum-po-neyronutritsiologii-2025/components/medigit/conference.event.detail/.default/medigit/conference.person.list/popup/style.css?17345202872478*/
.persons-detail-container {
    display: none;
}
.person-detail__popup {
    border-radius: 24px;
    max-width: 1300px;
}
.person-detail__popup .popup-window-close-icon {
    top: -24px;
    right: -24px;
}
.person-detail__popup .popup-window-close-icon:after {
    width: 21px;
    height: 21px;
    background-image: url("/local/templates/forum-po-neyronutritsiologii-2025/components/medigit/conference.event.detail/.default/medigit/conference.person.list/popup/img/x.svg");
}
.person-detail__content {
    display: flex;
    flex-wrap: wrap;
    padding: 2% 6%;
}
.person-detail__content img {
    max-width: 230px;
    width: 22%;
    background: #ECECEC;
    background-size: cover;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.person-detail__content .person__name {
    width: calc(78% - 40px);
    margin: 0 0 0 40px;
    align-self: center;
    font-size: 30px;
    line-height: 120%;
    font-weight: 700;
}
.person-detail__desc {
    margin: 40px 0 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}
.person-detail__content > div {
    width: 100%;
}
.person-detail__content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}

.person-detail__content a {
    display: inline-block;
    margin: 3px 0;
    transition: color 0.3s;
}
.person-detail__content a:hover {
    color: var(--text-color-base);
}


@media (max-width: 1200px) {
    .person-detail__content {
        padding: 0 2%;
    }
    .person-detail__desc {
        margin: 30px 0 20px;
    }
}
@media (max-width: 1024px) {
    .person-detail__content img {
        width: 30%;
    }
    .person-detail__content .person__name {
        width: calc(60% - 40px);
    }
}
@media (max-width: 767px) {
    .person-detail__popup .popup-window-close-icon {
        top: 32px;
        right: 32px;
    }
    .person-detail__popup .popup-window-close-icon:after {
        background-image: url("/local/templates/forum-po-neyronutritsiologii-2025/components/medigit/conference.event.detail/.default/medigit/conference.person.list/popup/img/x-black.svg");
    }
    .person-detail__content .person__name {
        width: calc(60% - 20px);
        margin: 0 0 0 20px;
        font-size: 24px;
    }
    .person-detail__desc {
        margin: 21px 0 20px;
        font-size: 18px;
    }
}
@media (max-width: 480px) {
    div#personDetailPopupWindow {
        padding: 20px 10px 10px !important;
    }
    .person-detail__popup .popup-window-close-icon {
        top: 15px;
        right: 15px;
    }
    .person-detail__content .person__name {
        width: calc(60% - 10px);
        margin: 0 0 0 10px;
        font-size: 18px;
    }
    .person-detail__desc {
        margin: 13px 0 10px;
        font-size: 16px;
    }
}
/* End */
/* /local/templates/forum-po-neyronutritsiologii-2025/components/medigit/conference.event.detail/.default/style.css?174845218995425 */
/* /local/libs/swiper/swiper-bundle.min.css?164751825815818 */
/* /local/templates/forum-po-neyronutritsiologii-2025/components/medigit/conference.event.detail/.default/medigit/conference.person.list/headliners/style.css?17345202872400 */
/* /local/templates/forum-po-neyronutritsiologii-2025/components/medigit/conference.event.detail/.default/medigit/conference.person.list/lecturespeaker/style.css?17345202871643 */
/* /bitrix/components/medigit/conference.photo.list/templates/.default/style.css?17488517931167 */
/* /local/templates/forum-po-neyronutritsiologii-2025/components/medigit/conference.event.detail/.default/medigit/conference.person.list/popup/style.css?17345202872478 */
